summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/hack-5.4
diff options
context:
space:
mode:
authorJohn Audia <graysky@archlinux.us>2021-01-09 09:10:40 -0500
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2021-01-15 17:29:41 +0100
commit945a704fab993aa3522cd9a6bb756a4e833fa338 (patch)
tree1098c51448f39de70d1dbc04b4cbb9d10cd14a96 /target/linux/generic/hack-5.4
parentb0ad07e9a0fcdf59430547773e4ccc2416a2185a (diff)
downloadopenwrt-945a704fab993aa3522cd9a6bb756a4e833fa338.tar.gz
openwrt-945a704fab993aa3522cd9a6bb756a4e833fa338.tar.bz2
openwrt-945a704fab993aa3522cd9a6bb756a4e833fa338.zip
kernel: bump 5.4 to 5.4.89
All modification made by update_kernel.sh in a fresh clone without existing toolchains. Build system: x86_64 Build-tested: ipq806x/R7800, bcm27xx/bcm2711 Run-tested: ipq806x/R7800 No dmesg regressions, everything functional Signed-off-by: John Audia <graysky@archlinux.us> Tested-by: Curtis Deptuck <curtdept@me.com> [x86/64]
Diffstat (limited to 'target/linux/generic/hack-5.4')
-rw-r--r--target/linux/generic/hack-5.4/904-debloat_dma_buf.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/hack-5.4/904-debloat_dma_buf.patch b/target/linux/generic/hack-5.4/904-debloat_dma_buf.patch
index a5713a67e7..7c67478fc0 100644
--- a/target/linux/generic/hack-5.4/904-debloat_dma_buf.patch
+++ b/target/linux/generic/hack-5.4/904-debloat_dma_buf.patch
@@ -45,7 +45,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
selftest.o \
--- a/drivers/dma-buf/dma-buf.c
+++ b/drivers/dma-buf/dma-buf.c
-@@ -1300,4 +1300,5 @@ static void __exit dma_buf_deinit(void)
+@@ -1313,4 +1313,5 @@ static void __exit dma_buf_deinit(void)
dma_buf_uninit_debugfs();
kern_unmount(dma_buf_mnt);
}