All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] linux-yocto: consolidated pull request
@ 2023-12-05  4:26 bruce.ashfield
  2023-12-05  4:26 ` [PATCH 1/7] linux-yocto/6.5: cfg: split runtime and symbol debug bruce.ashfield
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: bruce.ashfield @ 2023-12-05  4:26 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

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

Richard,

Here's my latest -stable updates for 6.1 and 6.5 as well as the bump
of the dev kernel to v6.7

I have more pending changes: the 6.6 reference kernel and associated
libc-headers updates, as well as the eventual drop of 6.1 from the
tree.

But this is my first full cycle on my new configured and cobbled
together builder after my disk failure. So to keep things simple,
I've limited this first pull request to try and see if anything
has been missed in my setup.

Bruce

The following changes since commit f89d9240b1208e9df28afed840376ca91842e5dd:

  vte: Separate out gtk4 pieces of vte into individual packages (2023-12-04 12:45:27 +0000)

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 (7):
  linux-yocto/6.5: cfg: split runtime and symbol debug
  linux-yocto/6.5: update to v6.5.11
  linux-yocto/6.1: update to v6.1.62
  linux-yocto-dev: bump to v6.7
  linux-yocto/6.5: update to v6.5.12
  linux-yocto/6.5: update to v6.5.13
  linux-yocto/6.1: update to v6.1.65

 meta/recipes-kernel/linux/linux-yocto-dev.bb  |  4 +--
 .../linux/linux-yocto-rt_6.1.bb               |  6 ++--
 .../linux/linux-yocto-rt_6.5.bb               |  6 ++--
 .../linux/linux-yocto-tiny_6.1.bb             |  6 ++--
 .../linux/linux-yocto-tiny_6.5.bb             |  6 ++--
 meta/recipes-kernel/linux/linux-yocto_6.1.bb  | 28 +++++++++----------
 meta/recipes-kernel/linux/linux-yocto_6.5.bb  | 28 +++++++++----------
 7 files changed, 42 insertions(+), 42 deletions(-)

-- 
2.39.2



^ permalink raw reply	[flat|nested] 11+ messages in thread
* [PATCH 0/7] linux-yocto: consolidated pull request
@ 2026-05-28  2:37 bruce.ashfield
  2026-05-28 13:00 ` Richard Purdie
  0 siblings, 1 reply; 11+ messages in thread
From: bruce.ashfield @ 2026-05-28  2:37 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

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

Hi all,

Here's the latest -stable bumps for OEcore and yocto-bsps (again,
let me know if the combined pull causes issues).

I've also moved the dev kernel to v7.1 and fixed lttng-modules
along the way. Hopefully a new point release will be available soon
and we can quickly drop the backported patches.

Also note that since ross removed the CVE exclusions .inc file in
a patch (which I think is still pending), I haven't updated the
exclusions for the kernel in this series.

Bruce


openembedded-core (5):
  linux-yocto/6.18: update to v6.18.32
  linux-yocto/6.18: qat/intel configuration warning fixes
  linux-yocto-dev: bump to v7.1
  lttng-modules: fix build against kernel 7.1+
  linux-yocto/6.18: update to v6.18.33

meta-yocto (2):
  yocto-bsps: update to v6.18.31
  yocto-bsps: update to v6.18.33

 openembedded-core:
 meta/recipes-kernel/linux/linux-yocto-dev.bb                                                                      |    4 +-
 meta/recipes-kernel/linux/linux-yocto-rt_6.18.bb                                                                  |    6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_6.18.bb                                                                |    6 +-
 meta/recipes-kernel/linux/linux-yocto_6.18.bb                                                                     |   24 +--
 meta/recipes-kernel/lttng/lttng-modules/0001-fix-ext4-enhance-tracepoints-during-the-folios-writeback-v6.17.patch |   94 +++++++++++
 meta/recipes-kernel/lttng/lttng-modules/0001-fix-ext4-widen-trace-event-i_ino-fields-to-u64-v7.1.patch            | 1424 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 meta/recipes-kernel/lttng/lttng-modules/0001-fix-hrtimer-Drop-unnecessary-pointer-indirection-in.patch            |   75 +++++++++
 meta/recipes-kernel/lttng/lttng-modules/0001-fix-hrtimer-Reduce-trace-noise-in-hrtimer_start-v7.1.patch           |  103 ++++++++++++
 meta/recipes-kernel/lttng/lttng-modules/0001-fix-mm-vmscan-Convert-pageout-to-take-a-folio-v5.18.patch            |   54 +++++++
 meta/recipes-kernel/lttng/lttng-modules/0001-fix-mm-vmscan-add-cgroup-IDs-to-vmscan-tracepoints-v7.1.patch        |  198 +++++++++++++++++++++++
 meta/recipes-kernel/lttng/lttng-modules/0001-fix-treewide-change-inode-i_ino-from-unsigned-long-to-u64-v7.1.patch |   56 +++++++
 meta/recipes-kernel/lttng/lttng-modules/0001-fix-vfs-widen-trace-event-i_ino-fields-to-u64-v7.1.patch             |  276 ++++++++++++++++++++++++++++++++
 meta/recipes-kernel/lttng/lttng-modules_2.14.4.bb                                                                 |    8 +
 13 files changed, 2308 insertions(+), 20 deletions(-)

 meta-yocto:
 meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.18.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.43.0


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

end of thread, other threads:[~2026-05-28 13:31 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-05  4:26 [PATCH 0/7] linux-yocto: consolidated pull request bruce.ashfield
2023-12-05  4:26 ` [PATCH 1/7] linux-yocto/6.5: cfg: split runtime and symbol debug bruce.ashfield
2023-12-05  4:26 ` [PATCH 2/7] linux-yocto/6.5: update to v6.5.11 bruce.ashfield
2023-12-05  4:26 ` [PATCH 3/7] linux-yocto/6.1: update to v6.1.62 bruce.ashfield
2023-12-05  4:26 ` [PATCH 4/7] linux-yocto-dev: bump to v6.7 bruce.ashfield
2023-12-05  4:27 ` [PATCH 5/7] linux-yocto/6.5: update to v6.5.12 bruce.ashfield
2023-12-05  4:27 ` [PATCH 6/7] linux-yocto/6.5: update to v6.5.13 bruce.ashfield
2023-12-05  4:27 ` [PATCH 7/7] linux-yocto/6.1: update to v6.1.65 bruce.ashfield
2023-12-05 17:55 ` [OE-core] [PATCH 0/7] linux-yocto: consolidated pull request Alexandre Belloni
2023-12-05 18:16   ` Bruce Ashfield
  -- strict thread matches above, loose matches on Subject: below --
2026-05-28  2:37 bruce.ashfield
2026-05-28 13:00 ` Richard Purdie
2026-05-28 13:25   ` Bruce Ashfield
2026-05-28 13:31     ` [OE-core] " Yoann Congal

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.