Re: [PATCH -stable 1/1] freezer: PF_FREEZER_NOSIG should be cleared along with PF_NOFREEZE

2012-12-10 Thread Greg Kroah-Hartman
On Fri, Dec 07, 2012 at 03:49:22PM +0100, Oleg Nesterov wrote: > This patch is only for pre-v3.3 stable trees which backported > b40a7959 "freezer: exec should clear PF_NOFREEZE along with PF_KTHREAD". > v3.3+ doesn't need this fix. > > b40a7959 is the trivial bugfix, but unfortunately I forgot

Re: [PATCH -stable 1/1] freezer: PF_FREEZER_NOSIG should be cleared along with PF_NOFREEZE

2012-12-10 Thread Greg Kroah-Hartman
On Fri, Dec 07, 2012 at 03:49:22PM +0100, Oleg Nesterov wrote: This patch is only for pre-v3.3 stable trees which backported b40a7959 freezer: exec should clear PF_NOFREEZE along with PF_KTHREAD. v3.3+ doesn't need this fix. b40a7959 is the trivial bugfix, but unfortunately I forgot that

Re: [PATCH -stable 1/1] freezer: PF_FREEZER_NOSIG should be cleared along with PF_NOFREEZE

2012-12-09 Thread Ben Hutchings
On Fri, 2012-12-07 at 15:49 +0100, Oleg Nesterov wrote: > This patch is only for pre-v3.3 stable trees which backported > b40a7959 "freezer: exec should clear PF_NOFREEZE along with PF_KTHREAD". > v3.3+ doesn't need this fix. [...] Thanks very much, I've added this to the queue for 3.2. However,

Re: [PATCH -stable 1/1] freezer: PF_FREEZER_NOSIG should be cleared along with PF_NOFREEZE

2012-12-09 Thread Ben Hutchings
On Fri, 2012-12-07 at 15:49 +0100, Oleg Nesterov wrote: This patch is only for pre-v3.3 stable trees which backported b40a7959 freezer: exec should clear PF_NOFREEZE along with PF_KTHREAD. v3.3+ doesn't need this fix. [...] Thanks very much, I've added this to the queue for 3.2. However, in

Re: [PATCH -stable 1/1] freezer: PF_FREEZER_NOSIG should be cleared along with PF_NOFREEZE

2012-12-07 Thread Oleg Nesterov
This patch is only for pre-v3.3 stable trees which backported b40a7959 "freezer: exec should clear PF_NOFREEZE along with PF_KTHREAD". v3.3+ doesn't need this fix. b40a7959 is the trivial bugfix, but unfortunately I forgot that until 34b087e4 "freezer: kill unused set_freezable_with_signal()"

Re: [PATCH -stable 1/1] freezer: PF_FREEZER_NOSIG should be cleared along with PF_NOFREEZE

2012-12-07 Thread Oleg Nesterov
This patch is only for pre-v3.3 stable trees which backported b40a7959 freezer: exec should clear PF_NOFREEZE along with PF_KTHREAD. v3.3+ doesn't need this fix. b40a7959 is the trivial bugfix, but unfortunately I forgot that until 34b087e4 freezer: kill unused set_freezable_with_signal() there