From: Greg Kroah-Hartman Date: Thu, 11 Oct 2012 01:05:07 +0000 (+0900) Subject: queue-3.4: fix up some email addresses X-Git-Tag: v3.0.46~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=832efe8f4b489e5436b3333ad858d435b1d41bbd;p=thirdparty%2Fkernel%2Fstable-queue.git queue-3.4: fix up some email addresses --- diff --git a/queue-3.4/mempolicy-remove-mempolicy-sharing.patch b/queue-3.4/mempolicy-remove-mempolicy-sharing.patch index 864129f0dc0..d37a769446b 100644 --- a/queue-3.4/mempolicy-remove-mempolicy-sharing.patch +++ b/queue-3.4/mempolicy-remove-mempolicy-sharing.patch @@ -82,8 +82,8 @@ new_policy passed to it. However, it is more straight-forward and the change should be invisible to the user. [mgorman@suse.de: Edited changelog] -Reported-by: Dave Jones , -Cc: Christoph Lameter , +Reported-by: Dave Jones +Cc: Christoph Lameter Reviewed-by: Christoph Lameter Signed-off-by: KOSAKI Motohiro Signed-off-by: Mel Gorman diff --git a/queue-3.4/rcu-fix-day-one-dyntick-idle-stall-warning-bug.patch b/queue-3.4/rcu-fix-day-one-dyntick-idle-stall-warning-bug.patch index 5016fdd59e2..6ce5d7c4197 100644 --- a/queue-3.4/rcu-fix-day-one-dyntick-idle-stall-warning-bug.patch +++ b/queue-3.4/rcu-fix-day-one-dyntick-idle-stall-warning-bug.patch @@ -62,7 +62,7 @@ Reported-by: Subodh Nijsure Reported-by: Paul Walmsley Signed-off-by: Paul E. McKenney Signed-off-by: Paul E. McKenney -Tested-by: Paul Walmsley # OMAP3730, OMAP4430 +Tested-by: Paul Walmsley Signed-off-by: Greg Kroah-Hartman --- diff --git a/queue-3.4/xfrm_user-don-t-copy-esn-replay-window-twice-for-new-states.patch b/queue-3.4/xfrm_user-don-t-copy-esn-replay-window-twice-for-new-states.patch index bd6a8b73863..e0aa7e6d60a 100644 --- a/queue-3.4/xfrm_user-don-t-copy-esn-replay-window-twice-for-new-states.patch +++ b/queue-3.4/xfrm_user-don-t-copy-esn-replay-window-twice-for-new-states.patch @@ -11,8 +11,8 @@ From: Mathias Krause The ESN replay window was already fully initialized in xfrm_alloc_replay_state_esn(). No need to copy it again. -Cc: Steffen Klassert Signed-off-by: Mathias Krause +Cc: Steffen Klassert Acked-by: Steffen Klassert Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman diff --git a/queue-3.4/xfrm_user-ensure-user-supplied-esn-replay-window-is-valid.patch b/queue-3.4/xfrm_user-ensure-user-supplied-esn-replay-window-is-valid.patch index c08908d6e66..2f697f67b3c 100644 --- a/queue-3.4/xfrm_user-ensure-user-supplied-esn-replay-window-is-valid.patch +++ b/queue-3.4/xfrm_user-ensure-user-supplied-esn-replay-window-is-valid.patch @@ -38,10 +38,10 @@ of bmp_len is limited to 128 by this patch -- resulting in a maximum replay window of 4096 packets. This should be sufficient for all real life scenarios (RFC 4303 recommends a default replay window size of 64). +Signed-off-by: Mathias Krause Cc: Steffen Klassert Cc: Martin Willi Cc: Ben Hutchings -Signed-off-by: Mathias Krause Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- diff --git a/queue-3.4/xfrm_user-fix-info-leak-in-copy_to_user_tmpl.patch b/queue-3.4/xfrm_user-fix-info-leak-in-copy_to_user_tmpl.patch index 672dd60de50..fc03074579f 100644 --- a/queue-3.4/xfrm_user-fix-info-leak-in-copy_to_user_tmpl.patch +++ b/queue-3.4/xfrm_user-fix-info-leak-in-copy_to_user_tmpl.patch @@ -15,8 +15,8 @@ to userland. Add an explicit memset(0) to avoid the info leak. Initial version of the patch by Brad Spengler. -Cc: Brad Spengler Signed-off-by: Mathias Krause +Cc: Brad Spengler Acked-by: Steffen Klassert Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman