Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
We got slightly different patches removing a double word
in a comment in net/ipv4/raw.c - picked the version from net.
Simple conflict in drivers/net/ethernet/ibm/ibmvnic.c. Use cached
values instead of VNIC login response buffer (following what
commit 507ebe6444 ("ibmvnic: Fix use-after-free of VNIC login
response buffer") did).
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
@@ -499,7 +499,7 @@ static void qeth_l2_rx_mode_work(struct work_struct *work)
|
||||
kfree(mac);
|
||||
break;
|
||||
}
|
||||
/* fall through */
|
||||
fallthrough;
|
||||
default:
|
||||
/* for next call to set_rx_mode(): */
|
||||
mac->disp_flag = QETH_DISP_ADDR_DELETE;
|
||||
|
||||
Reference in New Issue
Block a user