From: Bruce Ashfield <[email protected]>
Updating linux-yocto/6.17 to the latest korg -stable release that comprises
the following commits:
7660ce69123ea Linux 6.17.7
dcc76777c6490 btrfs: tree-checker: fix bounds check in check_inode_extref()
bd0a905c22327 arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.c
a0ba52a5a1bb3 sched_ext: Make qmap dump operation non-destructive
feec2bf6e1e93 btrfs: use smp_mb__after_atomic() when forcing COW in
create_pending_snapshot()
1bc53d252a74c btrfs: tree-checker: add inode extref checks
3bc6f92c663f7 btrfs: abort transaction if we fail to update inode in log
replay dir fixup
2f4097e63e5b3 btrfs: use level argument in log tree walk callback
replay_one_buffer()
e3eec45b91f68 btrfs: always drop log root tree reference in
btrfs_replay_log()
8e36ab6903b58 btrfs: scrub: replace max_t()/min_t() with clamp() in
scrub_throttle_dev_io()
9c50fde908c42 btrfs: zoned: refine extent allocator hint selection
a545d81fe8fd0 btrfs: zoned: return error from btrfs_zone_finish_endio()
e587f12fff779 btrfs: abort transaction in the process_one_buffer() log tree
walk callback
b64764e38bcdb btrfs: abort transaction on specific error places when
walking log tree
c198b19552fd3 cpuset: Use new excpus for nocpu error check when enabling
root partition
47f3af1a9bd70 EDAC/mc_sysfs: Increase legacy channel support to 16
6561a5b4e3d16 x86/bugs: Fix reporting of LFENCE retpoline
28621b2b0a8c8 x86/bugs: Add attack vector controls for VMSCAPE
09a75f371298a sched_ext: Keep bypass on between enable failure and
scx_disable_workfn()
b7d86707660cf seccomp: passthrough uprobe systemcall without filtering
a2c98fc5184dd EDAC: Fix wrong executable file modes for C source files
02b3654ea8bdc perf: Skip user unwind if the task is a kernel thread
10f41e2a8f501 perf: Have get_perf_callchain() return NULL if crosstask and
user are set
5050083e1a2f3 perf: Use current->flags & PF_KTHREAD|PF_USER_WORKER instead
of current->mm == NULL
b5e8d61c3b94d perf/x86/intel: Add ICL_FIXED_0_ADAPTIVE bit into
INTEL_FIXED_BITS_MASK
cc81ee432884d EDAC/ie31200: Add two more Intel Alder Lake-S SoCs for EDAC
support
38a020eb9ee49 audit: record fanotify event regardless of presence of rules
f1971d5ba2efe genirq/manage: Add buslock back in to enable_irq()
b990b4c6ea6bd genirq/manage: Add buslock back in to __disable_irq_nosync()
3c97437239dfa genirq/chip: Add buslock back in to irq_set_handler()
53aa2e9ef30c9 x86/bugs: Qualify RETBLEED_INTEL_MSG
50021894336f7 x86/bugs: Report correct retbleed mitigation status
66178a7bdd6d3 timekeeping: Fix aux clocks sysfs initialization loop bound
60407ac17238a sched_ext: Sync error_irq_work before freeing scx_sched
733d0e11840ef sched_ext: Put event_stats_cpu in struct scx_sched_pcpu
2efd07e29054c sched_ext: Move internal type and accessor definitions to
ext_internal.h
Signed-off-by: Bruce Ashfield <[email protected]>
---
.../linux/linux-yocto-rt_6.17.bb | 6 ++---
.../linux/linux-yocto-tiny_6.17.bb | 6 ++---
meta/recipes-kernel/linux/linux-yocto_6.17.bb | 24 +++++++++----------
3 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_6.17.bb
b/meta/recipes-kernel/linux/linux-yocto-rt_6.17.bb
index 883fbbea0ae..90241488236 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_6.17.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_6.17.bb
@@ -14,13 +14,13 @@ python () {
raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to
linux-yocto-rt to enable it")
}
-SRCREV_machine ?= "e91a8eb1303c8fcf52e24099fb6246c538b8441a"
-SRCREV_meta ?= "17d3a09a9c0fbee9066660a8af341235f919343f"
+SRCREV_machine ?= "ec65f0ddf93e8dd3499482d166725c8548f6af65"
+SRCREV_meta ?= "d54d08a25356729340a413253c738b8a0d6c4da5"
SRC_URI =
"git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https
\
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.17;destsuffix=${KMETA};protocol=https"
-LINUX_VERSION ?= "6.17.6"
+LINUX_VERSION ?= "6.17.7"
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_6.17.bb
b/meta/recipes-kernel/linux/linux-yocto-tiny_6.17.bb
index 7a8888d8e52..c5c15540520 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_6.17.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_6.17.bb
@@ -8,7 +8,7 @@ require recipes-kernel/linux/linux-yocto.inc
# CVE exclusions
include recipes-kernel/linux/cve-exclusion_6.17.inc
-LINUX_VERSION ?= "6.17.6"
+LINUX_VERSION ?= "6.17.7"
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
@@ -17,8 +17,8 @@ DEPENDS += "openssl-native util-linux-native"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
-SRCREV_machine ?= "3951620137e1a21f5038c157fb5c32ab188eecf8"
-SRCREV_meta ?= "17d3a09a9c0fbee9066660a8af341235f919343f"
+SRCREV_machine ?= "e92d9fd0cb4a691ad487797d96fa2706e5c75626"
+SRCREV_meta ?= "d54d08a25356729340a413253c738b8a0d6c4da5"
PV = "${LINUX_VERSION}+git"
diff --git a/meta/recipes-kernel/linux/linux-yocto_6.17.bb
b/meta/recipes-kernel/linux/linux-yocto_6.17.bb
index ed517bce7f8..db63abb3ccb 100644
--- a/meta/recipes-kernel/linux/linux-yocto_6.17.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_6.17.bb
@@ -18,25 +18,25 @@ KBRANCH:qemux86-64 ?= "v6.17/standard/base"
KBRANCH:qemuloongarch64 ?= "v6.17/standard/base"
KBRANCH:qemumips64 ?= "v6.17/standard/mti-malta"
-SRCREV_machine:qemuarm ?= "11f0c9e4250581afe8f245db37694466c020bf93"
-SRCREV_machine:qemuarm64 ?= "6233877162eb4d3f8c44d86cdb35089752ec93c3"
-SRCREV_machine:qemuloongarch64 ?= "6233877162eb4d3f8c44d86cdb35089752ec93c3"
+SRCREV_machine:qemuarm ?= "bac520a62b7b2f90204df17e1119f724782e04b9"
+SRCREV_machine:qemuarm64 ?= "fdf7be21d60ee59ac690e6e11755222d95be3183"
+SRCREV_machine:qemuloongarch64 ?= "fdf7be21d60ee59ac690e6e11755222d95be3183"
SRCREV_machine:qemumips ?= "62ea92a539f58803a222be98b81118403074206e"
-SRCREV_machine:qemuppc ?= "6233877162eb4d3f8c44d86cdb35089752ec93c3"
-SRCREV_machine:qemuriscv64 ?= "6233877162eb4d3f8c44d86cdb35089752ec93c3"
-SRCREV_machine:qemuriscv32 ?= "6233877162eb4d3f8c44d86cdb35089752ec93c3"
-SRCREV_machine:qemux86 ?= "6233877162eb4d3f8c44d86cdb35089752ec93c3"
-SRCREV_machine:qemux86-64 ?= "6233877162eb4d3f8c44d86cdb35089752ec93c3"
+SRCREV_machine:qemuppc ?= "fdf7be21d60ee59ac690e6e11755222d95be3183"
+SRCREV_machine:qemuriscv64 ?= "fdf7be21d60ee59ac690e6e11755222d95be3183"
+SRCREV_machine:qemuriscv32 ?= "fdf7be21d60ee59ac690e6e11755222d95be3183"
+SRCREV_machine:qemux86 ?= "fdf7be21d60ee59ac690e6e11755222d95be3183"
+SRCREV_machine:qemux86-64 ?= "fdf7be21d60ee59ac690e6e11755222d95be3183"
SRCREV_machine:qemumips64 ?= "9fb4ff0187c85426f21fd40d4c61b742800f65c4"
-SRCREV_machine ?= "6233877162eb4d3f8c44d86cdb35089752ec93c3"
-SRCREV_meta ?= "17d3a09a9c0fbee9066660a8af341235f919343f"
+SRCREV_machine ?= "fdf7be21d60ee59ac690e6e11755222d95be3183"
+SRCREV_meta ?= "d54d08a25356729340a413253c738b8a0d6c4da5"
# set your preferred provider of linux-yocto to 'linux-yocto-upstream', and
you'll
# get the <version>/base branch, which is pure upstream -stable, and the same
# meta SRCREV as the linux-yocto-standard builds. Select your version using the
# normal PREFERRED_VERSION settings.
BBCLASSEXTEND = "devupstream:target"
-SRCREV_machine:class-devupstream ?= "371f1e070fa95c71356104a406855a361aad5668"
+SRCREV_machine:class-devupstream ?= "7660ce69123ea73b22930fcf20d995ad310049ef"
PN:class-devupstream = "linux-yocto-upstream"
KBRANCH:class-devupstream = "v6.17/base"
@@ -44,7 +44,7 @@ SRC_URI =
"git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRA
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.17;destsuffix=${KMETA};protocol=https"
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
-LINUX_VERSION ?= "6.17.6"
+LINUX_VERSION ?= "6.17.7"
PV = "${LINUX_VERSION}+git"
--
2.39.2
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#227253):
https://lists.openembedded.org/g/openembedded-core/message/227253
Mute This Topic: https://lists.openembedded.org/mt/116607931/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-