As per the v5.2-rt, we catch up to the latest here on v5.4-rt.

Only complication is that rt17 --> rt19 exist in linux-rt-devel and
then after that, it got moved to linux-stable-rt for rt20 --> rt24.

The linux-stable-rt "updates" are really just localversion-rt updates,
and while I considered squashing them into one, they do represent a
capture of where the upstream merged and tested, so I decided to leave
them as is -- for informational purposes.

>From linux-rt-devel:

linux-rt-devel$ git log --oneline --reverse --no-merges ^v5.4.26-rt16~ ^v5.4.28 
linux-5.4.y-rt
903673e4b53d v5.4.26-rt16
32154a0abcc9 mm: Revert the DEFINE_PER_CPU_PAGEVEC implementation
87a4ecd3c2ab mm/page_alloc: Use migrate_disable() in drain_local_pages_wq()
322c5b7dde1c time/sched_clock: Expire timer in hardirq context
936dbf68ec70 powerpc: Fix lazy preemption for powerpc 32bit
e29c7bde0424 swait: Remove the warning with more than two waiters
a44e3fb72c92 v5.4.26-rt17
469bd0f6ee1d v5.4.28-rt18
7365bbf5b570 mm/compaction: Disable compact_unevictable_allowed on RT (Update)
5fbf1e70f11d v5.4.28-rt19

Note that 322c5b7dde1c time/sched_clock.... got backported into v5.4-stable
so it is present in yocto, but just not a part of this series.

And then the move to linux-stable-rt:

linux-stable-rt$ git log --oneline --reverse --no-merges ^v5.4.33-rt20~ 
^v5.4.40 v5.4.40-rt24
5f37e2a289dc Linux 5.4.33-rt20
6dc9deb0c01c Linux 5.4.34-rt21
06a8ad439811 Linux 5.4.37-rt22
f624b2ac1400 Linux 5.4.39-rt23
330792a083cc Linux 5.4.40-rt24

None of the stable-rt localversion-rt changes have original SOB lines,
in case anyone noticed something looked odd, but wasn't sure what.

Apply and boot tested on 5db46f8cf9b48 -- current v5.4/standard/base

Paul.
---

Sebastian Andrzej Siewior (7):
  mm: Revert the DEFINE_PER_CPU_PAGEVEC implementation
  mm/page_alloc: Use migrate_disable() in drain_local_pages_wq()
  swait: Remove the warning with more than two waiters
  v5.4.26-rt17
  v5.4.28-rt18
  mm/compaction: Disable compact_unevictable_allowed on RT (Update)
  v5.4.28-rt19

Steven Rostedt (VMware) (5):
  Linux 5.4.33-rt20
  Linux 5.4.34-rt21
  Linux 5.4.37-rt22
  Linux 5.4.39-rt23
  Linux 5.4.40-rt24

Thomas Graziadei (1):
  powerpc: Fix lazy preemption for powerpc 32bit

 Documentation/admin-guide/sysctl/vm.rst |   3 +
 arch/powerpc/kernel/entry_32.S          |   4 +-
 include/linux/gfp.h                     |   1 -
 include/linux/suspend.h                 |   6 -
 include/linux/swap.h                    |   2 +
 kernel/power/hibernate.c                |   7 -
 kernel/power/suspend.c                  |   4 -
 kernel/sched/isolation.c                |  14 +-
 kernel/sched/swait.c                    |   5 -
 kernel/sysctl.c                         |  32 +++-
 localversion-rt                         |   2 +-
 mm/compaction.c                         |  18 +-
 mm/internal.h                           |   6 -
 mm/page_alloc.c                         |  39 ++---
 mm/swap.c                               | 299 ++++++++++----------------------
 15 files changed, 152 insertions(+), 290 deletions(-)

-- 
2.7.4

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#8689): 
https://lists.yoctoproject.org/g/linux-yocto/message/8689
Mute This Topic: https://lists.yoctoproject.org/mt/74332614/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to