All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] linux-yocto: consolidated pull request
@ 2023-08-21 15:44 bruce.ashfield
  2023-08-21 15:44 ` [PATCH 01/10] linux-yocto/6.1: update to v6.1.44 bruce.ashfield
                   ` (11 more replies)
  0 siblings, 12 replies; 18+ messages in thread
From: bruce.ashfield @ 2023-08-21 15:44 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

From: Bruce Ashfield <bruce.ashfield@gmail.com>

Richard,

While we track down the remaining 6.4 boot issues, here is the
set of -stable and specific fixes that I've queued in my kernel
testing tree.

It is possible that some of the 6.4-stable's have fixes for our
boot issues, but I didn't see anything obvious.

In particular we have the -rt warning fix from PaulG and also
a fixup on our isocpus patch.

Cheers,

Bruce

The following changes since commit 37ebe9907ac5639bc200ae50d0d79b14a790ab55:

  oeqa/runtime/rust: correct rust test (2023-08-21 16:15:35 +0100)

are available in the Git repository at:

  https://git.yoctoproject.org/poky-contrib zedd/kernel
  https://git.yoctoproject.org/poky-contrib/log/?h=zedd/kernel

Bruce Ashfield (10):
  linux-yocto/6.1: update to v6.1.44
  linux-yocto/6.4: update to v6.4.10
  linux-yocto/6.1: update to v6.1.45
  kern-tools: include utility to post process config diffs
  linux-yocto/6.1: fix uninitialized read in nohz_full/isolcpus setup
  linux-yocto/6.4: fix uninitialized read in nohz_full/isolcpus setup
  linux-yocto/6.4: update to v6.4.11
  linux-yocto/6.1: update to v6.1.46
  linux-yocto/6.1: fix IRQ-80 warnings
  linux-yocto/6.4: fix IRQ-80 warnings

 .../kern-tools/kern-tools-native_git.bb       |  2 +-
 .../linux/linux-yocto-rt_6.1.bb               |  6 ++--
 .../linux/linux-yocto-rt_6.4.bb               |  6 ++--
 .../linux/linux-yocto-tiny_6.1.bb             |  6 ++--
 .../linux/linux-yocto-tiny_6.4.bb             |  6 ++--
 meta/recipes-kernel/linux/linux-yocto_6.1.bb  | 28 +++++++++----------
 meta/recipes-kernel/linux/linux-yocto_6.4.bb  | 28 +++++++++----------
 7 files changed, 41 insertions(+), 41 deletions(-)

-- 
2.34.1



^ permalink raw reply	[flat|nested] 18+ messages in thread
* [PATCH 00/10] linux-yocto: consolidated pull request
@ 2022-07-14 19:14 ` bruce.ashfield
  0 siblings, 0 replies; 18+ messages in thread
From: bruce.ashfield @ 2022-07-14 19:12 UTC (permalink / raw)
  To: richard.purdie; +Cc: yocto

From: Bruce Ashfield <bruce.ashfield@gmail.com>

Richard,

The gen-mach-types patches are repeats of ones I sent before, but I've
included them to make the ordering clear.

After that, we have two -stable updates (getting ready for the "big"
CVE updates)

And then the pnmtologo fixes. That should be all the builpaths warnings.

I'm sending this all to oe-core fo simplicty sake, but obviously the
yocto-bsp ones are for the yocto layers.

Brue

The following changes since commit e65ee81d621e679107b5f4ef2dbbb8d1786e93ad:

  ltp: fix builds when host ld doesn't know about target ELF formats (2022-07-14 10:08:57 +0100)

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 (10):
  linux-yocto/5.10: fix buildpaths issue with gen-mach-types
  linux-yocto/5.15: fix buildpaths issue with gen-mach-types
  yocto-bsps/5.10: fix buildpaths issue with gen-mach-types
  yocto-bsps/5.15: fix buildpaths issue with gen-mach-types
  linux-yocto/5.15: update to v5.15.54
  linux-yocto/5.10: update to v5.10.130
  linux-yocto/5.15: fix buildpaths issue with pnmtologo
  linux-yocto/5.10: fix buildpaths issue with pnmtologo
  yocto-bsps/5.10: fix buildpaths issue with pnmtologo
  yocto-bsps/5.15: fix buildpaths issue with pnmtologo

 .../linux/linux-yocto_5.10.bbappend           |  8 +++---
 .../linux/linux-yocto_5.15.bbappend           |  8 +++---
 .../linux/linux-yocto-rt_5.10.bb              |  6 ++---
 .../linux/linux-yocto-rt_5.15.bb              |  6 ++---
 .../linux/linux-yocto-tiny_5.10.bb            |  8 +++---
 .../linux/linux-yocto-tiny_5.15.bb            |  6 ++---
 meta/recipes-kernel/linux/linux-yocto_5.10.bb | 24 ++++++++---------
 meta/recipes-kernel/linux/linux-yocto_5.15.bb | 26 +++++++++----------
 8 files changed, 46 insertions(+), 46 deletions(-)

-- 
2.19.1



^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2023-08-22 12:48 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-21 15:44 [PATCH 00/10] linux-yocto: consolidated pull request bruce.ashfield
2023-08-21 15:44 ` [PATCH 01/10] linux-yocto/6.1: update to v6.1.44 bruce.ashfield
2023-08-21 15:44 ` [PATCH 02/10] linux-yocto/6.4: update to v6.4.10 bruce.ashfield
2023-08-21 15:44 ` [PATCH 03/10] linux-yocto/6.1: update to v6.1.45 bruce.ashfield
2023-08-21 15:44 ` [PATCH 04/10] kern-tools: include utility to post process config diffs bruce.ashfield
2023-08-21 15:44 ` [PATCH 05/10] linux-yocto/6.1: fix uninitialized read in nohz_full/isolcpus setup bruce.ashfield
2023-08-21 15:44 ` [PATCH 06/10] linux-yocto/6.4: " bruce.ashfield
2023-08-21 15:44 ` [PATCH 07/10] linux-yocto/6.4: update to v6.4.11 bruce.ashfield
2023-08-21 15:44 ` [PATCH 08/10] linux-yocto/6.1: update to v6.1.46 bruce.ashfield
2023-08-21 15:44 ` [PATCH 09/10] linux-yocto/6.1: fix IRQ-80 warnings bruce.ashfield
2023-08-21 15:44 ` [PATCH 10/10] linux-yocto/6.4: " bruce.ashfield
2023-08-21 15:47 ` [PATCH 00/10] linux-yocto: consolidated pull request Richard Purdie
2023-08-21 15:50   ` Bruce Ashfield
2023-08-22  7:13 ` [OE-core] " Luca Ceresoli
2023-08-22  7:44   ` Mikko Rapeli
2023-08-22 12:47   ` Bruce Ashfield
  -- strict thread matches above, loose matches on Subject: below --
2022-07-14 19:12 bruce.ashfield
2022-07-14 19:14 ` bruce.ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.