diff options
| author | John Audia <therealgraysky@proton.me> | 2023-12-08 08:12:51 -0500 |
|---|---|---|
| committer | Nick Hainke <vincent@systemli.org> | 2023-12-11 17:39:57 +0100 |
| commit | 303ff26dc79bc5323af595d7dae491f091e0e7e1 (patch) | |
| tree | 925f4b6d16030df0e6c5453798712933e355f590 /target/linux | |
| parent | 9ed26a48d9c4617a20851968257700afcd149a28 (diff) | |
| download | upstream-303ff26dc79bc5323af595d7dae491f091e0e7e1.tar.gz upstream-303ff26dc79bc5323af595d7dae491f091e0e7e1.tar.bz2 upstream-303ff26dc79bc5323af595d7dae491f091e0e7e1.zip | |
kernel: bump 5.15 to 5.15.142
Changelog: https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.15.142
All patches automatically rebased.
Build system: x86_64
Build-tested: ramips/tplink_archer-a6-v3
Run-tested: ramips/tplink_archer-a6-v3
Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'target/linux')
| -rw-r--r-- | target/linux/layerscape/patches-5.15/704-dpaa2-eth-do-not-hold-rtnl_lock.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/layerscape/patches-5.15/704-dpaa2-eth-do-not-hold-rtnl_lock.patch b/target/linux/layerscape/patches-5.15/704-dpaa2-eth-do-not-hold-rtnl_lock.patch index c7d16e5c4c3..bff41aa2a47 100644 --- a/target/linux/layerscape/patches-5.15/704-dpaa2-eth-do-not-hold-rtnl_lock.patch +++ b/target/linux/layerscape/patches-5.15/704-dpaa2-eth-do-not-hold-rtnl_lock.patch @@ -27,7 +27,7 @@ Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> --- a/drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c +++ b/drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c -@@ -4217,12 +4217,10 @@ static irqreturn_t dpni_irq0_handler_thr +@@ -4215,12 +4215,10 @@ static irqreturn_t dpni_irq0_handler_thr dpaa2_eth_set_mac_addr(netdev_priv(net_dev)); dpaa2_eth_update_tx_fqids(priv); |
