From 80a979fd222623b56e44493cf92bd9e276a65453 Mon Sep 17 00:00:00 2001 From: Thomas Perrot Date: Tue, 8 Aug 2023 14:30:31 +0200 Subject: [PATCH] linux-sifive: bump to 6.1.43 aeb62beaf9cb perf: RISC-V: Remove PERF_HES_STOPPED flag checking in riscv_pmu_start() 1b125be4e001 riscv: mm: fix truncation warning on RV32 ba05762e4a5c riscv, bpf: Fix inconsistent JIT image generation 0a1b80ff4f72 riscv: move memblock_allow_resize() after linear mapping is ready 526129937c47 riscv: uprobes: Restore thread.bad_cause ac764deea709 riscv/mm: Convert to using lock_mm_and_find_vma() 352f62431ad3 riscv/purgatory: remove PGO flags 7e48d635f274 riscv: fix kprobe __user string arg print fault issue 67180e079b32 riscv: mm: Ensure prot of VM_WRITE and VM_EXEC must be readable 94f97b8df005 riscv: perf: Fix callchain parse error with kernel tracepoint events ddd8d552a8f8 riscv: Fix unused variable warning when BUILTIN_DTB is set Signed-off-by: Thomas Perrot --- recipes-kernel/linux/linux-sifive_6.1.bb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/recipes-kernel/linux/linux-sifive_6.1.bb b/recipes-kernel/linux/linux-sifive_6.1.bb index 11fb728..ed54016 100644 --- a/recipes-kernel/linux/linux-sifive_6.1.bb +++ b/recipes-kernel/linux/linux-sifive_6.1.bb @@ -9,11 +9,11 @@ KBRANCH:freedom-u-540 ?= "linux-6.1.y" KBRANCH:qemuriscv64 ?= "linux-6.1.y" KBRANCH:unmatched ?= "linux-6.1.y" -SRCREV_machine ?= "76ba310227d2490018c271f1ecabb6c0a3212eb0" -SRCREV_machine:freedom-u-540 ?= "76ba310227d2490018c271f1ecabb6c0a3212eb0" -SRCREV_machine:qemuriscv64 ?= "76ba310227d2490018c271f1ecabb6c0a3212eb0" -SRCREV_machine:unmatched ?= "76ba310227d2490018c271f1ecabb6c0a3212eb0" -SRCREV_meta ?= "553586d7a305129ffea519ea37fef843d8bd4fcd" +SRCREV_machine ?= "52a953d0934b17a88f403b4135eb3cdf83d19f91" +SRCREV_machine:freedom-u-540 ?= "52a953d0934b17a88f403b4135eb3cdf83d19f91" +SRCREV_machine:qemuriscv64 ?= "52a953d0934b17a88f403b4135eb3cdf83d19f91" +SRCREV_machine:unmatched ?= "52a953d0934b17a88f403b4135eb3cdf83d19f91" +SRCREV_meta ?= "cba89f406c6e07a16018cb77b51950cbae8ec654" KCONFIG_MODE = "--alldefconfig" @@ -40,7 +40,7 @@ SRC_URI:append:riscv64 = " \ " LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" -LINUX_VERSION ?= "6.1.32" +LINUX_VERSION ?= "6.1.43" LINUX_VERSION_EXTENSION = "" PV = "${LINUX_VERSION}+git${SRCPV}"