[lxc-devel] [PATCH 0/7] Last minute signal stuff (now in separate mails)

Daniel Lezcano daniel.lezcano at free.fr
Mon Jun 7 08:29:31 UTC 2010


On 06/06/2010 11:07 PM, Ferenc Wagner wrote:
> Hi,
>
> The first part is some tinkering to make lxc compile under Debian Lenny.
>
> The "dangerous" part is the signal forwarding and the process group
> business I was playing with recently.  It contains Greg's idea about
> setting the foreground process group and also inverts the signal
> selection logic.
>
> Which means it's only slightly tested in its present form, but I
> wanted to get this out of the door ASAP, so you can get an idea what
> I'm up to.  I'll continue testing it tomorrow and will followup with
> the results.
>
> Regards,
> Feri.
>
>
> Ferenc Wagner (7):
>    conditional use of new capabilities
>    uint32_t is defined in stdint.h
>    .gitignore new components
>    start child in its own process group, and put it into the foreground
>    lxc-start isn't in the foreground anymore, so TTY signals don't reach it
>    forward signals to the container init
>    generalize the name of the signal handler
>
>   .gitignore      |    3 ++
>   src/lxc/conf.c  |    4 +++
>   src/lxc/start.c |   59 ++++++++++++++++++++++++++++++++++--------------------
>   src/lxc/utils.h |   27 -------------------------
>   4 files changed, 44 insertions(+), 49 deletions(-)
>    

Hi Ferenc,

I will  takes the fixes not related to the signal forwarding:

  - [PATCH 1/7] conditional use of new capabilities
  - [PATCH 2/7] uint32_t is defined in stdint.h
  - [PATCH 3/7] .gitignore new components

Thanks a lot.
   -- Daniel




More information about the lxc-devel mailing list