summaryrefslogtreecommitdiff
path: root/kernel/trace/ring_buffer.c
diff options
context:
space:
mode:
authorDmitry Safonov <dima@arista.com>2018-07-30 18:32:36 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-08-09 12:19:27 +0200
commitbc48f46f117e05af226a4c0dff617218f1c13650 (patch)
tree5bd7477cd6d1747b245e06681fa3f56545b44fea /kernel/trace/ring_buffer.c
parent52296ab92b66e2a8c932b2a4cb318dd08cb8bd29 (diff)
netlink: Don't shift with UB on nlk->ngroups
[ Upstream commit 61f4b23769f0cc72ae62c9a81cf08f0397d40da8 ] On i386 nlk->ngroups might be 32 or 0. Which leads to UB, resulting in hang during boot. Check for 0 ngroups and use (unsigned long long) as a type to shift. Fixes: 7acf9d4237c4 ("netlink: Do not subscribe to non-existent groups"). Reported-by: kernel test robot <rong.a.chen@intel.com> Signed-off-by: Dmitry Safonov <dima@arista.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'kernel/trace/ring_buffer.c')
0 files changed, 0 insertions, 0 deletions