mbox

[0/7] kernel: consolidated pull request

Message ID cover.1638895732.git.bruce.ashfield@gmail.com
State Not Applicable, archived
Headers show

Pull-request

git://git.yoctoproject.org/poky-contrib zedd/kernel

Message

Bruce Ashfield Dec. 7, 2021, 4:52 p.m. UTC
From: Bruce Ashfield <bruce.ashfield@gmail.com>

Richard,

Here's the next set of -stable updates, a -dev kernel branching tweak
(as discussed on the mailing list) and the kernel tools that I presented
during the YP summit.

I also have patches to make 5.15 the default kernel for qemu*, but I
wasn't sure if you wanted those before -m1 or not. Let me know if there's
interest, and I'll send them along.

Bruce


The following changes since commit 6245f65fa300f7f3e4cc13c7fe272a9d16668485:

  gcc: Update patch status submitted->backport (2021-12-06 11:21:52 +0000)

are available in the Git repository at:

  git://git.yoctoproject.org/poky-contrib zedd/kernel
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel

Bruce Ashfield (7):
  linux-yocto/5.15: update to v5.15.5
  linux-yocto/5.14: update to v5.14.21
  linux-yocto/5.10: update to v5.10.82
  linux-yocto/5.15: update to v5.15.6
  linux-yocto-dev: use versioned branch as default
  linux-yocto-rt/5.10: update to -rt56
  kern-tools: bug fixes and kgit-gconfig

 .../kern-tools/kern-tools-native_git.bb       |  4 +--
 meta/recipes-kernel/linux/linux-yocto-dev.bb  |  2 +-
 .../linux/linux-yocto-rt_5.10.bb              |  6 ++---
 .../linux/linux-yocto-rt_5.14.bb              |  6 ++---
 .../linux/linux-yocto-rt_5.15.bb              |  6 ++---
 .../linux/linux-yocto-tiny_5.10.bb            |  8 +++---
 .../linux/linux-yocto-tiny_5.14.bb            |  8 +++---
 .../linux/linux-yocto-tiny_5.15.bb            |  8 +++---
 meta/recipes-kernel/linux/linux-yocto_5.10.bb | 24 ++++++++---------
 meta/recipes-kernel/linux/linux-yocto_5.14.bb | 26 +++++++++----------
 meta/recipes-kernel/linux/linux-yocto_5.15.bb | 26 +++++++++----------
 11 files changed, 62 insertions(+), 62 deletions(-)

Comments

Richard Purdie Dec. 8, 2021, 9:54 p.m. UTC | #1
On Tue, 2021-12-07 at 11:52 -0500, bruce.ashfield@gmail.com wrote:
> From: Bruce Ashfield <bruce.ashfield@gmail.com>
> 
> Richard,
> 
> Here's the next set of -stable updates, a -dev kernel branching tweak
> (as discussed on the mailing list) and the kernel tools that I presented
> during the YP summit.
> 
> I also have patches to make 5.15 the default kernel for qemu*, but I
> wasn't sure if you wanted those before -m1 or not. Let me know if there's
> interest, and I'll send them along.

We're a bit behind on the M1 build so I think we'll save that for M2 :). I'll
try and get this series in though.

Cheers,

Richard