[oe-commits] [openembedded-core] 08/14: linux-yocto/5.4: update to -rt11

git at git.openembedded.org git at git.openembedded.org
Fri Feb 21 17:54:46 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit c4a6530ef1176f8703dfaab89e326d812add1e6f
Author: Bruce Ashfield <bruce.ashfield at gmail.com>
AuthorDate: Fri Feb 21 12:46:00 2020 -0500

    linux-yocto/5.4: update to -rt11
    
    Integrating the -rt11 changes into the linux-yocto-rt branches:
    
        e3a0470f1ebe (HEAD -> v5.4/standard/preempt-rt/base, origin/v5.4/standard/preempt-rt/base) v5.4.19-rt11
        2748be173948 bpf/stackmap: Don't trylock mmap_sem with PREEMPT_RT and interrupts disabled
        d721d73cb752 bpf, lpm: Make locking RT friendly
        dc53d4c7fad3 bpf: Prepare hashtab locking for PREEMPT_RT
        a13a53a8ae75 bpf: Factor out hashtab bucket lock operations
        96a25d8a5a2d bpf: Use migrate_disable() in sys_bpf()
        bb8a96d7e701 bpf: Use migrate_disable() in hashtab code
        615cc5998661 bpf: Use migrate_disable/enable in array macros and cgroup/lirc code.
        c3a06a1ab3d4 bpf/tests: Use migrate disable instead of preempt disable
        0717741a61e6 trace/bpf: Use migrate disable in trace_call_bpf()
        b528161bf4e0 bpf: Use BPF_PROG_RUN_PIN_ON_CPU() at simple call sites.
        a3b5b903f04f bpf: Replace cant_sleep() with cant_migrate()
        dd708fd4fb18 bpf: Provide BPF_PROG_RUN_PIN_ON_CPU() macro
        6ccad68939c7 bpf: Don't iterate over possible CPUs with interrupts disabled
        055b62ad0b2c perf/bpf: Remove preempt disable around BPF invocation
        7848f4a45054 bpf/tracing: Remove redundant preempt_disable() in __bpf_trace_run()
        caf8a5d6b42f bpf: Update locking comment in hashtab code
        2ddd1653369d sched: Provide cant_migrate()
        37b6c8361d28 sched: Provide migrate_disable/enable() inlines
        2a1c4980a1e6 drm/i915/gt: use a LOCAL_IRQ_LOCK in __timeline_mark_lock()
        84a119be5c68 v5.4.19-rt10
        bb5e8418fb66 v5.4.17-rt9
        bf976f5d86e7 locallock: Include header for the `current' macro
        7a00b04683bd mm/memcontrol: Move misplaced local_unlock_irqrestore()
        b647f8807169 sched: migrate_enable: Remove __schedule() call
        2b321530c794 sched: migrate_enable: Use per-cpu cpu_stop_work
        22b448083286 locking: Percpu-rwsem rewrite
        f5d550cc9950 v5.4.17-rt8
    
    Signed-off-by: Bruce Ashfield <bruce.ashfield at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb
index 2a35e33..37282b2 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb
@@ -11,7 +11,7 @@ python () {
         raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
 }
 
-SRCREV_machine ?= "97cb5fe4e4fa529a5b8165c4f84182d2d4751b39"
+SRCREV_machine ?= "e3a0470f1ebedce56d1c924f8ac8d3638f52304c"
 SRCREV_meta ?= "c11911d4d1cf0d0b069dfd1922b41256f61442de"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list