summaryrefslogtreecommitdiff
path: root/fs/notify/Kconfig
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2014-10-29 14:50:44 -0700
committerBen Hutchings <ben@decadent.org.uk>2014-12-14 16:23:53 +0000
commitde42f2725ccabce24cfd65804ad2dba1bae1f625 (patch)
tree22ba3bdd601c9d505e60c70a0903b8a71d612d00 /fs/notify/Kconfig
parent37e867c16ad3f6ac7e117d87f55e3863cb2854a2 (diff)
lib/bitmap.c: fix undefined shift in __bitmap_shift_{left|right}()
commit ea5d05b34aca25c066e0699512d0ffbd8ee6ac3e upstream. 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> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'fs/notify/Kconfig')
0 files changed, 0 insertions, 0 deletions