diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-06-02 10:45:10 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-06-02 10:45:10 +0200 |
commit | fa6dd72d979e7080e6f5e58e96f8db9d74fe2aeb (patch) | |
tree | c78bddeb461c92cb4e6bd2a34aaf653b07ede782 /target/linux/patches/6.6.30/riscv-flat.patch | |
parent | 96a9d76b2dbe1907248d442fec9894bdd5d1f397 (diff) |
linux: update to 6.6.32
Diffstat (limited to 'target/linux/patches/6.6.30/riscv-flat.patch')
-rw-r--r-- | target/linux/patches/6.6.30/riscv-flat.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/target/linux/patches/6.6.30/riscv-flat.patch b/target/linux/patches/6.6.30/riscv-flat.patch deleted file mode 100644 index 6d26c638f..000000000 --- a/target/linux/patches/6.6.30/riscv-flat.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -Nur linux-6.6.22.orig/fs/binfmt_flat.c linux-6.6.22/fs/binfmt_flat.c ---- linux-6.6.22.orig/fs/binfmt_flat.c 2024-03-15 19:25:07.000000000 +0100 -+++ linux-6.6.22/fs/binfmt_flat.c 2024-04-17 15:41:29.292461687 +0200 -@@ -879,6 +879,7 @@ - if (res < 0) - return res; - -+#ifndef CONFIG_BINFMT_FLAT_NO_DATA_START_OFFSET - /* Update data segment pointers for all libraries */ - for (i = 0; i < MAX_SHARED_LIBS; i++) { - if (!libinfo.lib_list[i].loaded) -@@ -893,6 +894,7 @@ - return -EFAULT; - } - } -+#endif - - set_binfmt(&flat_format); - |