From: Jan Kara Date: Wed, 29 Oct 2014 21:50:44 +0000 (-0700) Subject: lib/bitmap.c: fix undefined shift in __bitmap_shift_{left|right}() X-Git-Tag: omap-for-v3.19/fixes-not-urgent-part1~39^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea5d05b34aca25c066e0699512d0ffbd8ee6ac3e;p=pandora-kernel.git 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 Cc: Rasmus Villemoes Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed