From: Linus Torvalds Date: Fri, 21 Nov 2014 23:38:21 +0000 (-0800) Subject: Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... X-Git-Tag: firefly_0821_release~176^2~2850 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a64bb02f4a62a604d8dd62decb559b9c6adfb40c;p=firefly-linux-kernel-4.4.55.git Merge branch 'core-urgent-for-linus' of git://git./linux/kernel/git/tip/tip Pull core fix from Ingo Molnar: "Fix GENMASK macro shift overflow" Nobody seems to currently use GENMASK() to fill every single last bit (which is what overflows) in-tree, and gcc would warn about it, so we have that going for us. But apparently there are pending changes that want this. * 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: bitops: Fix shift overflow in GENMASK macros --- a64bb02f4a62a604d8dd62decb559b9c6adfb40c