Re: [RESEND] [PATCH] coredump: Add new %P variable in core_pattern

2013-08-15 Thread Serge Hallyn
Thanks Stéphane. There were no objections last time this was posted, right? Hopefully it can be applied this time. -serge Quoting Stéphane Graber (stgra...@ubuntu.com): > This adds a new %P variable to be used in core_pattern. This variable contains > the global PID (PID in the init namespace)

[RESEND] [PATCH] coredump: Add new %P variable in core_pattern

2013-08-15 Thread Stéphane Graber
This adds a new %P variable to be used in core_pattern. This variable contains the global PID (PID in the init namespace) as %p contains the PID in the current namespace which isn't always what we want. The main use for this is to make it easier to handle crashes that happened within a container.

[RESEND] [PATCH] coredump: Add new %P variable in core_pattern

2013-08-15 Thread Stéphane Graber
This adds a new %P variable to be used in core_pattern. This variable contains the global PID (PID in the init namespace) as %p contains the PID in the current namespace which isn't always what we want. The main use for this is to make it easier to handle crashes that happened within a container.

Re: [RESEND] [PATCH] coredump: Add new %P variable in core_pattern

2013-08-15 Thread Serge Hallyn
Thanks Stéphane. There were no objections last time this was posted, right? Hopefully it can be applied this time. -serge Quoting Stéphane Graber (stgra...@ubuntu.com): This adds a new %P variable to be used in core_pattern. This variable contains the global PID (PID in the init namespace)