Skip to content

Commit

Permalink
linux-sifive: bump to 6.1.43
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
tprrt committed Aug 8, 2023
1 parent f28defd commit 80a979f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions recipes-kernel/linux/linux-sifive_6.1.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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}"
Expand Down

0 comments on commit 80a979f

Please sign in to comment.