summaryrefslogtreecommitdiffstats
path: root/mm/page-writeback.c
diff options
context:
space:
mode:
authorJan Kara2014-10-29 22:50:44 +0100
committerLinus Torvalds2014-10-30 00:33:14 +0100
commitea5d05b34aca25c066e0699512d0ffbd8ee6ac3e (patch)
tree279314a06c4f6211997b53caef834c866f957a6f /mm/page-writeback.c
parentdrivers/rtc/rtc-bq32k.c: fix register value (diff)
downloadkernel-qcow2-linux-ea5d05b34aca25c066e0699512d0ffbd8ee6ac3e.tar.gz
kernel-qcow2-linux-ea5d05b34aca25c066e0699512d0ffbd8ee6ac3e.tar.xz
kernel-qcow2-linux-ea5d05b34aca25c066e0699512d0ffbd8ee6ac3e.zip
lib/bitmap.c: fix undefined shift in __bitmap_shift_{left|right}()
If __bitmap_shift_left() or __bitmap_shift_right() are asked to shift by a multiple of BITS_PER_LONG, they will try to shift a long value by BITS_PER_LONG bits which is undefined. Change the functions to avoid the undefined shift. Coverity id: 1192175 Coverity id: 1192174 Signed-off-by: Jan Kara <jack@suse.cz> Cc: Rasmus Villemoes <linux@rasmusvillemoes.dk> Cc: <stable@vger.kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/page-writeback.c')
0 files changed, 0 insertions, 0 deletions