From: Greg Kroah-Hartman Date: Fri, 1 Mar 2013 19:36:41 +0000 (-0800) Subject: fix up Tejun's email address again X-Git-Tag: v3.8.2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bd149a2a4312aa90051218758b84bcd3bc18212d;p=thirdparty%2Fkernel%2Fstable-queue.git fix up Tejun's email address again --- diff --git a/queue-3.0/posix-timer-don-t-call-idr_find-with-out-of-range-id.patch b/queue-3.0/posix-timer-don-t-call-idr_find-with-out-of-range-id.patch index c7818a213bd..76a9414f87a 100644 --- a/queue-3.0/posix-timer-don-t-call-idr_find-with-out-of-range-id.patch +++ b/queue-3.0/posix-timer-don-t-call-idr_find-with-out-of-range-id.patch @@ -25,7 +25,7 @@ Note that WARN_ON_ONCE() in idr_find() on id < 0 is transitional precaution while moving away from ignoring MSB. Once it's gone we can remove the guard as long as timer_t isn't larger than int. -Signed-off-by: Tejun Heo nnn +Signed-off-by: Tejun Heo Reported-by: Sasha Levin Cc: Andrew Morton Link: http://lkml.kernel.org/r/20130220232412.GL3570@htj.dyndns.org