Re: [PATCH 2.6.32 4/7] proc connector: Delete spurious memset in proc_exit_connector()

2014-12-07 Thread Mathias Krause
On 7 December 2014 at 20:57, Ben Hutchings wrote: > Upstream commit e727ca82e0e9 ("proc connector: fix info leaks") > changed many functions that don't exist in 2.6.32.y. When it was > cherry-picked into 2.6.32.61, one extra memset() calls was inserted > into proc_exit_connector(). This results

[PATCH 2.6.32 4/7] proc connector: Delete spurious memset in proc_exit_connector()

2014-12-07 Thread Ben Hutchings
Upstream commit e727ca82e0e9 ("proc connector: fix info leaks") changed many functions that don't exist in 2.6.32.y. When it was cherry-picked into 2.6.32.61, one extra memset() calls was inserted into proc_exit_connector(). This results in clearing the cpu field of exit events. Signed-off-by: B