diff options
author | John Audia <graysky@archlinux.us> | 2020-07-09 17:22:35 -0400 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-07-11 13:33:28 +0200 |
commit | 039fd27173236d22736feb0773da5f728f759c79 (patch) | |
tree | 01946c84ffc29dd547f59885c05c475d9ebd8fe4 /target/linux/generic/hack-5.4 | |
parent | f93267bccff672e59ec0d0cf262e6574b00cc3e0 (diff) | |
download | upstream-039fd27173236d22736feb0773da5f728f759c79.tar.gz upstream-039fd27173236d22736feb0773da5f728f759c79.tar.bz2 upstream-039fd27173236d22736feb0773da5f728f759c79.zip |
kernel: bump 5.4 to 5.4.51
update via update_kernel.sh -v -u 5.4
Removed upstreamed patches:
350-MIPS-Add-missing-EHB-in-mtc0-mfc0-sequence-for-DSPen.patch
Script refreshed patches:
902-debloat_proc.patch
904-debloat_dma_buf.patch
Attempted merge conflict in following patches:
0024-MIPS-lantiq-revert-DSA-switch-driver-PMU-clock-chang.patch
Build system: x86_64
Build tested: ipq806x (Netgear R7800)
Signed-off-by: John Audia <graysky@archlinux.us>
[fixed sha256sum of the tarball]
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux/generic/hack-5.4')
-rw-r--r-- | target/linux/generic/hack-5.4/902-debloat_proc.patch | 2 | ||||
-rw-r--r-- | target/linux/generic/hack-5.4/904-debloat_dma_buf.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/hack-5.4/902-debloat_proc.patch b/target/linux/generic/hack-5.4/902-debloat_proc.patch index 07ee52af44..a05822cbdd 100644 --- a/target/linux/generic/hack-5.4/902-debloat_proc.patch +++ b/target/linux/generic/hack-5.4/902-debloat_proc.patch @@ -29,7 +29,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> --- a/fs/locks.c +++ b/fs/locks.c -@@ -2989,6 +2989,8 @@ static const struct seq_operations locks +@@ -2992,6 +2992,8 @@ static const struct seq_operations locks static int __init proc_locks_init(void) { 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 4221e6a035..9c7c3c2c24 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 -@@ -1299,4 +1299,5 @@ static void __exit dma_buf_deinit(void) +@@ -1295,4 +1295,5 @@ static void __exit dma_buf_deinit(void) dma_buf_uninit_debugfs(); kern_unmount(dma_buf_mnt); } |