kernel_samsung_a53x/drivers/net/ethernet/broadcom
Peter Münster cf4b0c6efd net: b44: set pause params only when interface is up
commit e3eb7dd47bd4806f00e104eb6da092c435f9fb21 upstream.

b44_free_rings() accesses b44::rx_buffers (and ::tx_buffers)
unconditionally, but b44::rx_buffers is only valid when the
device is up (they get allocated in b44_open(), and deallocated
again in b44_close()), any other time these are just a NULL pointers.

So if you try to change the pause params while the network interface
is disabled/administratively down, everything explodes (which likely
netifd tries to do).

Link: https://github.com/openwrt/openwrt/issues/13789
Fixes: 1da177e4c3f4 (Linux-2.6.12-rc2)
Cc: stable@vger.kernel.org
Reported-by: Peter Münster <pm@a16n.net>
Suggested-by: Jonas Gorski <jonas.gorski@gmail.com>
Signed-off-by: Vaclav Svoboda <svoboda@neng.cz>
Tested-by: Peter Münster <pm@a16n.net>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Peter Münster <pm@a16n.net>
Reviewed-by: Michael Chan <michael.chan@broadcom.com>
Link: https://lore.kernel.org/r/87y192oolj.fsf@a16n.net
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2024-11-19 11:32:39 +01:00
..
bnx2x net/bnx2x: Prevent access to a freed page in page_pool 2024-11-19 08:44:59 +01:00
bnxt bnxt_en: Wait for FLR to complete during probe 2024-11-18 12:13:00 +01:00
genet net: bcmgenet: Fix EEE implementation 2024-11-18 12:13:40 +01:00
b44.c net: b44: set pause params only when interface is up 2024-11-19 11:32:39 +01:00
b44.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bcm63xx_enet.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bcm63xx_enet.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bcmsysport.c Backport mac80211 patches from linux-6.1.y 2024-06-15 16:29:20 -03:00
bcmsysport.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bgmac-bcma-mdio.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bgmac-bcma.c Backport mac80211 patches from linux-6.1.y 2024-06-15 16:29:20 -03:00
bgmac-platform.c Backport mac80211 patches from linux-6.1.y 2024-06-15 16:29:20 -03:00
bgmac.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bgmac.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bnx2.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bnx2.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bnx2_fw.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cnic.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cnic.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cnic_defs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cnic_if.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Kconfig Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Makefile Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sb1250-mac.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00