Searched hist:b69dd5b3780a7298bd893816a09da751bc0636f7 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | inetdevice.h | diff b69dd5b3780a7298bd893816a09da751bc0636f7 Wed Aug 11 14:57:15 CDT 2021 Eric Dumazet <edumazet@google.com> net: igmp: increase size of mr_ifc_count
Some arches support cmpxchg() on 4-byte and 8-byte only. Increase mr_ifc_count width to 32bit to fix this problem.
Fixes: 4a2b285e7e10 ("net: igmp: fix data-race in igmp_ifc_timer_expire()") Signed-off-by: Eric Dumazet <edumazet@google.com> Reported-by: Guenter Roeck <linux@roeck-us.net> Link: https://lore.kernel.org/r/20210811195715.3684218-1-eric.dumazet@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
/openbmc/linux/net/ipv4/ |
H A D | igmp.c | diff b69dd5b3780a7298bd893816a09da751bc0636f7 Wed Aug 11 14:57:15 CDT 2021 Eric Dumazet <edumazet@google.com> net: igmp: increase size of mr_ifc_count
Some arches support cmpxchg() on 4-byte and 8-byte only. Increase mr_ifc_count width to 32bit to fix this problem.
Fixes: 4a2b285e7e10 ("net: igmp: fix data-race in igmp_ifc_timer_expire()") Signed-off-by: Eric Dumazet <edumazet@google.com> Reported-by: Guenter Roeck <linux@roeck-us.net> Link: https://lore.kernel.org/r/20210811195715.3684218-1-eric.dumazet@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|