[lxc-devel] [lxc/lxc] 68f389: conf: always send response to parent waiting for d...

Stéphane Graber noreply at github.com
Tue Oct 20 12:23:07 UTC 2020


  Branch: refs/heads/master
  Home:   https://github.com/lxc/lxc
  Commit: 68f3899e4aad1695fd31e5da47dcf3897d2ae2d9
      https://github.com/lxc/lxc/commit/68f3899e4aad1695fd31e5da47dcf3897d2ae2d9
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2020-10-20 (Tue, 20 Oct 2020)

  Changed paths:
    M src/lxc/conf.c
    M src/lxc/conf.h
    M src/lxc/start.c

  Log Message:
  -----------
  conf: always send response to parent waiting for devptfs_fd

When no devpts devices are requested we used to return early but did not send a
response to the parent. This is a problem because the parent will be waiting
for a devpts fd to be sent. Make sure to always send a response.

Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>


  Commit: f4da1c37e658d4e64c05390acf7a64565b4ebe30
      https://github.com/lxc/lxc/commit/f4da1c37e658d4e64c05390acf7a64565b4ebe30
  Author: Stéphane Graber <stgraber at stgraber.org>
  Date:   2020-10-20 (Tue, 20 Oct 2020)

  Changed paths:
    M src/lxc/conf.c
    M src/lxc/conf.h
    M src/lxc/start.c

  Log Message:
  -----------
  Merge pull request #3558 from brauner/2020-10-20/fixes

conf: always send response to parent waiting for devptfs_fd


Compare: https://github.com/lxc/lxc/compare/1593efb5d7e8...f4da1c37e658


More information about the lxc-devel mailing list