diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-01-08 19:38:59 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-26 23:39:06 +0000 |
commit | 74b36f2bad4f8112fe443061e41db026f16c799c (patch) | |
tree | ae5a5d8cea18cd4ca8865c159b1109333b32ea1b /meta/recipes-kernel | |
parent | b9c636a7e233c292872b7371bcbce7bc6835ff0f (diff) | |
download | poky-74b36f2bad4f8112fe443061e41db026f16c799c.tar.gz |
linux-yocto/5.19: powerpc: Fix reschedule bug in KUAP-unlocked user copy
Integrating the following commit(s) to linux-yocto/5.19:
84f2f8e7a625 powerpc: Fix reschedule bug in KUAP-unlocked user copy
(From OE-Core rev: a313a9900caac981ff272d9fd49a2de937e5442f)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 438b3523625807e2deca1797ce20649531270676)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_5.19.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_5.19.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_5.19.bb | 20 |
3 files changed, 12 insertions, 12 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.19.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.19.bb index 8fb4a6b665..f4d205e613 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.19.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.19.bb | |||
@@ -11,7 +11,7 @@ python () { | |||
11 | raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") | 11 | raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") |
12 | } | 12 | } |
13 | 13 | ||
14 | SRCREV_machine ?= "8385624e99ac8f15de12a2253e8537dd25fbb082" | 14 | SRCREV_machine ?= "3101c367eab8952721086b545ad37c301b2a7452" |
15 | SRCREV_meta ?= "239a6c0d3c3b046971909f1e066380465b0c331d" | 15 | SRCREV_meta ?= "239a6c0d3c3b046971909f1e066380465b0c331d" |
16 | 16 | ||
17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ | 17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ |
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.19.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.19.bb index 92214b4d90..95a8a46bbc 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.19.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.19.bb | |||
@@ -14,7 +14,7 @@ DEPENDS += "openssl-native util-linux-native" | |||
14 | KMETA = "kernel-meta" | 14 | KMETA = "kernel-meta" |
15 | KCONF_BSP_AUDIT_LEVEL = "2" | 15 | KCONF_BSP_AUDIT_LEVEL = "2" |
16 | 16 | ||
17 | SRCREV_machine ?= "3326dff489c84262dc81b7e96cae4c359cab38b2" | 17 | SRCREV_machine ?= "84f2f8e7a625aae0fa9e7027a2e774b99b646cf7" |
18 | SRCREV_meta ?= "239a6c0d3c3b046971909f1e066380465b0c331d" | 18 | SRCREV_meta ?= "239a6c0d3c3b046971909f1e066380465b0c331d" |
19 | 19 | ||
20 | PV = "${LINUX_VERSION}+git${SRCPV}" | 20 | PV = "${LINUX_VERSION}+git${SRCPV}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.19.bb b/meta/recipes-kernel/linux/linux-yocto_5.19.bb index 2462f5cac3..5baa0c1130 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.19.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.19.bb | |||
@@ -13,16 +13,16 @@ KBRANCH:qemux86 ?= "v5.19/standard/base" | |||
13 | KBRANCH:qemux86-64 ?= "v5.19/standard/base" | 13 | KBRANCH:qemux86-64 ?= "v5.19/standard/base" |
14 | KBRANCH:qemumips64 ?= "v5.19/standard/mti-malta64" | 14 | KBRANCH:qemumips64 ?= "v5.19/standard/mti-malta64" |
15 | 15 | ||
16 | SRCREV_machine:qemuarm ?= "6a3ad6f786482c60fa0619935fe48dbb44673084" | 16 | SRCREV_machine:qemuarm ?= "f30404d233fc4cc461a0800fd635f4e9650a20a5" |
17 | SRCREV_machine:qemuarm64 ?= "3326dff489c84262dc81b7e96cae4c359cab38b2" | 17 | SRCREV_machine:qemuarm64 ?= "84f2f8e7a625aae0fa9e7027a2e774b99b646cf7" |
18 | SRCREV_machine:qemumips ?= "6722056dc4ccc7ccb7ca6a9d3dd840031c83d66d" | 18 | SRCREV_machine:qemumips ?= "ceaf2134635845794c24b750f15004096a597256" |
19 | SRCREV_machine:qemuppc ?= "3326dff489c84262dc81b7e96cae4c359cab38b2" | 19 | SRCREV_machine:qemuppc ?= "84f2f8e7a625aae0fa9e7027a2e774b99b646cf7" |
20 | SRCREV_machine:qemuriscv64 ?= "3326dff489c84262dc81b7e96cae4c359cab38b2" | 20 | SRCREV_machine:qemuriscv64 ?= "84f2f8e7a625aae0fa9e7027a2e774b99b646cf7" |
21 | SRCREV_machine:qemuriscv32 ?= "3326dff489c84262dc81b7e96cae4c359cab38b2" | 21 | SRCREV_machine:qemuriscv32 ?= "84f2f8e7a625aae0fa9e7027a2e774b99b646cf7" |
22 | SRCREV_machine:qemux86 ?= "3326dff489c84262dc81b7e96cae4c359cab38b2" | 22 | SRCREV_machine:qemux86 ?= "84f2f8e7a625aae0fa9e7027a2e774b99b646cf7" |
23 | SRCREV_machine:qemux86-64 ?= "3326dff489c84262dc81b7e96cae4c359cab38b2" | 23 | SRCREV_machine:qemux86-64 ?= "84f2f8e7a625aae0fa9e7027a2e774b99b646cf7" |
24 | SRCREV_machine:qemumips64 ?= "d5bdf10616a90465afaef449feeaf31a51748220" | 24 | SRCREV_machine:qemumips64 ?= "acf9ebb1e7d1ceb61a89ec33ca4cc3613287630b" |
25 | SRCREV_machine ?= "3326dff489c84262dc81b7e96cae4c359cab38b2" | 25 | SRCREV_machine ?= "84f2f8e7a625aae0fa9e7027a2e774b99b646cf7" |
26 | SRCREV_meta ?= "239a6c0d3c3b046971909f1e066380465b0c331d" | 26 | SRCREV_meta ?= "239a6c0d3c3b046971909f1e066380465b0c331d" |
27 | 27 | ||
28 | # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll | 28 | # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll |