summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-kernel/linux/files
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2023-04-10 11:40:04 -0500
committerRyan Eatmon <reatmon@ti.com>2023-04-11 09:01:52 -0500
commitda6f02540f2405bcd77f1c8dfcbc6513d03dc1c3 (patch)
tree43bd41d020add7b926f612b398f8deeaf936ff83 /meta-ti-bsp/recipes-kernel/linux/files
parent6fa8e2dbaafec57806dbc3305fef2614b179406e (diff)
downloadmeta-ti-da6f02540f2405bcd77f1c8dfcbc6513d03dc1c3.tar.gz
patches: Add missing Upstream-Status to various patches
The check-layer command caught that we were missing the Upstream-Status on a few older patches, and I found a few new ones. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-kernel/linux/files')
-rw-r--r--meta-ti-bsp/recipes-kernel/linux/files/0001-ata-ahci-fix-enum-constants-for-gcc-13.patch2
-rw-r--r--meta-ti-bsp/recipes-kernel/linux/files/init_disassemble_info-signature-changes-causes-compile-failures.patch2
2 files changed, 4 insertions, 0 deletions
diff --git a/meta-ti-bsp/recipes-kernel/linux/files/0001-ata-ahci-fix-enum-constants-for-gcc-13.patch b/meta-ti-bsp/recipes-kernel/linux/files/0001-ata-ahci-fix-enum-constants-for-gcc-13.patch
index 634b1588..e7e9afc9 100644
--- a/meta-ti-bsp/recipes-kernel/linux/files/0001-ata-ahci-fix-enum-constants-for-gcc-13.patch
+++ b/meta-ti-bsp/recipes-kernel/linux/files/0001-ata-ahci-fix-enum-constants-for-gcc-13.patch
@@ -24,6 +24,8 @@ Fix this by changing the entire enum definition to use BIT(x) in place
24of (1<<x), which results in all values being seen as 'unsigned' and 24of (1<<x), which results in all values being seen as 'unsigned' and
25fitting into an unsigned 32-bit type. 25fitting into an unsigned 32-bit type.
26 26
27Upstream-Status: Backport
28
27Link: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107917 29Link: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107917
28Link: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107405 30Link: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107405
29Reported-by: Luis Machado <luis.machado@arm.com> 31Reported-by: Luis Machado <luis.machado@arm.com>
diff --git a/meta-ti-bsp/recipes-kernel/linux/files/init_disassemble_info-signature-changes-causes-compile-failures.patch b/meta-ti-bsp/recipes-kernel/linux/files/init_disassemble_info-signature-changes-causes-compile-failures.patch
index 33dee03a..e1e04c34 100644
--- a/meta-ti-bsp/recipes-kernel/linux/files/init_disassemble_info-signature-changes-causes-compile-failures.patch
+++ b/meta-ti-bsp/recipes-kernel/linux/files/init_disassemble_info-signature-changes-causes-compile-failures.patch
@@ -4,6 +4,8 @@ kernel we have to "adjust" the patch to match our files.
4 4
5[A] https://patchwork.yoctoproject.org/project/arm/patch/20220824025819.4888-1-jon.mason@arm.com/#5104 5[A] https://patchwork.yoctoproject.org/project/arm/patch/20220824025819.4888-1-jon.mason@arm.com/#5104
6 6
7Upstream-Status: Pending
8
7Signed-off-by: Ryan Eatmon <reatmon@ti.com> 9Signed-off-by: Ryan Eatmon <reatmon@ti.com>
8 10
9 11