All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] kernel: consolidated pull request
@ 2021-12-07 16:52 bruce.ashfield
  2021-12-07 16:52 ` [PATCH 1/7] linux-yocto/5.15: update to v5.15.5 Bruce Ashfield
                   ` (7 more replies)
  0 siblings, 8 replies; 18+ messages in thread
From: bruce.ashfield @ 2021-12-07 16:52 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

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(-)

-- 
2.19.1



^ permalink raw reply	[flat|nested] 18+ messages in thread
* [PATCH 0/7] kernel: consolidated pull request
@ 2024-01-02  4:31 bruce.ashfield
  2024-01-03 23:25 ` Richard Purdie
  0 siblings, 1 reply; 18+ messages in thread
From: bruce.ashfield @ 2024-01-02  4:31 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

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

Richard,

As promised, I waited until the new year to send this update
to introduce the 6.6 kernel and libc-headers.

I'll be sending patches to the appropriate lists to remove
6.5 shortly and make 6.6 the default. Once we have the reference
boards updated to 6.6, the 6.1 kernel will also be removed.

I've built 6.6 for all supported arches, core-image-* and have
also tested against musl.

Patches to meta-oe have been sent, and the work done with
6.6 as the -dev kernel means that the tightly coupled packages
already build against 6.6.

I'm sure there will be issues .. as there always are, but at
this point, I need more eyes and test cycles to find those
issues.

Bruce


The following changes since commit fe5d2f0b666c83e3336ea9962c8e2e4c39816e21:

  bitbake: lib/bb: Add workaround for libgcc issues with python 3.8 and 3.9 (2023-12-30 11:03:25 +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-libc-headers: update to v6.6-lts
  linux-yocto: introduce 6.6 reference kernel
  linux-yocto/6.6: fix AB-INT: QEMU kernel panic: No irq handler for
    vector
  linux-yocto-rt/6.6: fix CVE exclusion include
  linux-yocto/6.6: update CVE exclusions
  linux-yocto/6.6: update to v6.6.8
  linux-yocto/6.1: update to v6.1.69

 meta/conf/distro/include/tcmode-default.inc   |    2 +-
 ...aders_6.5.bb => linux-libc-headers_6.6.bb} |    2 +-
 .../linux/cve-exclusion_6.6.inc               | 5172 +++++++++++++++++
 .../linux/linux-yocto-rt_6.1.bb               |    6 +-
 .../linux/linux-yocto-rt_6.6.bb               |   48 +
 .../linux/linux-yocto-tiny_6.1.bb             |    6 +-
 .../linux/linux-yocto-tiny_6.6.bb             |   33 +
 meta/recipes-kernel/linux/linux-yocto_6.1.bb  |   28 +-
 meta/recipes-kernel/linux/linux-yocto_6.6.bb  |   72 +
 9 files changed, 5347 insertions(+), 22 deletions(-)
 rename meta/recipes-kernel/linux-libc-headers/{linux-libc-headers_6.5.bb => linux-libc-headers_6.6.bb} (83%)
 create mode 100644 meta/recipes-kernel/linux/cve-exclusion_6.6.inc
 create mode 100644 meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb
 create mode 100644 meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb
 create mode 100644 meta/recipes-kernel/linux/linux-yocto_6.6.bb

-- 
2.39.2



^ permalink raw reply	[flat|nested] 18+ messages in thread
* [PATCH 0/7] kernel: consolidated pull request
@ 2023-03-24 15:08 bruce.ashfield
  2023-03-25 12:47 ` Richard Purdie
  0 siblings, 1 reply; 18+ messages in thread
From: bruce.ashfield @ 2023-03-24 15:08 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

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

Richard,

Here's the latest round of -stable updates. Along with them, there's
some fixes for on-target/SDK builds with kernel-devsrc and fixes to
ensure that 6.3+ works against the upcoming release.

I was out of the office last week, or these would have been avialable
sooner .. I already have more -stable updates pending.

I'll be sending hardware reference bumps, and updates to the LTS
releases in separate series.

Bruce

The following changes since commit f5c671e201e98f071a7e5e4cbd83af9751c34201:

  lttng-modules: fix for v6.3+ kernels (2023-03-22 23:17:27 +0000)

are available in the Git repository at:

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

Bruce Ashfield (7):
  linux-yocto/6.1: update to v6.1.15
  linux-yocto/5.15: update to v5.15.98
  linux-yocto/6.1: update to v6.1.20
  linux-yocto/5.15: update to v5.15.103
  kernel-devsrc: fix mismatched compiler warning
  linux-yocto-dev: bump to v6.3
  kernel/kernel-devsrc: powerpc: add elfutils dependency

 meta/recipes-kernel/linux/kernel-devsrc.bb    |  9 ++++++
 meta/recipes-kernel/linux/linux-yocto-dev.bb  |  5 ++--
 .../linux/linux-yocto-rt_5.15.bb              |  6 ++--
 .../linux/linux-yocto-rt_6.1.bb               |  6 ++--
 .../linux/linux-yocto-tiny_5.15.bb            |  6 ++--
 .../linux/linux-yocto-tiny_6.1.bb             |  6 ++--
 meta/recipes-kernel/linux/linux-yocto_5.15.bb | 26 ++++++++---------
 meta/recipes-kernel/linux/linux-yocto_6.1.bb  | 28 +++++++++----------
 8 files changed, 51 insertions(+), 41 deletions(-)

-- 
2.34.1



^ permalink raw reply	[flat|nested] 18+ messages in thread
* [PATCH 0/7] kernel: consolidated pull request
@ 2021-11-10 13:07 bruce.ashfield
  2021-11-11 10:52 ` Richard Purdie
  0 siblings, 1 reply; 18+ messages in thread
From: bruce.ashfield @ 2021-11-10 13:07 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

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

Richard,

Here's the next round of -stable updates ... more active kernes, means
more -stable!

I've also added -rt to 5.17 in this series.

Finally, there is a non -stable patch for providing virtual/kernel to
all kernel packages. I've had this patch done locally for ages, but
my configurations are not as complex for multiple kernels and composite
images as many .. so this is more of a RFC, to get feedback on cases
that i've missed, or if the AB will pickup a problem (I've marked it
with RFC).

Cheers,

Bruce

The following changes since commit d922f577ae6174ebba20b131850d81a9d62fa29a:

  bitbake: cooker: Remove debug code, oops :( (2021-11-10 12:21:14 +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-rt/5.15: update to -rt17
  linux-yocto/5.14: update to v5.14.16
  linux-yocto/5.10: update to v5.10.77
  linux-yocto/5.14: update to v5.14.17
  linux-yocto/5.15: update to v5.15.1
  linux-yocto/5.10: update to v5.10.78
  kernel: provide virtual/kernel for all kernels

 meta/classes/kernel.bbclass                   |  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 +++++++++----------
 10 files changed, 60 insertions(+), 60 deletions(-)

-- 
2.19.1



^ permalink raw reply	[flat|nested] 18+ messages in thread
* [PATCH 0/7] kernel: consolidated pull request
@ 2021-05-03 12:54 Bruce Ashfield
  0 siblings, 0 replies; 18+ messages in thread
From: Bruce Ashfield @ 2021-05-03 12:54 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

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

Richard,

Here's the next queue of kernel related changes. Nothing particularly out
of the ordinary here. -stable updates and config tweaks.

There is a perf change for an issue reported on IRC. Clearly no one uses
the audit functionality much, since when I was doing the python3 conversion
and over zealous replace broke the audit-python RDEPENDS.

I've now added audit to my local perf PAKCAGECONFIG, and have confirmed
that it builds and runs.

Cheers,

Bruce

The following changes since commit f353ba0ec23a26dc9058e272dc769382ebd5c32f:

  wireless-regdb: upgrade 2020.11.20 -> 2021.04.21 (2021-05-02 23:21:42 +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 (7):
  linux-yocto/5.10: aufs fixes
  linux-yocto/5.10: qemuriscv32.cfg: RV32 only supports 1G physical
    memory
  linux-yocto/5.10: update to v5.10.32
  linux-yocto/5.4: update to v5.4.114
  perf: fix python-audit RDEPENDS
  linux-yocto/5.10: update to v5.10.34
  linux-yocto/5.4: update to v5.4.116

 .../linux/linux-yocto-rt_5.10.bb              |  6 ++---
 .../linux/linux-yocto-rt_5.4.bb               |  6 ++---
 .../linux/linux-yocto-tiny_5.10.bb            |  8 +++----
 .../linux/linux-yocto-tiny_5.4.bb             |  8 +++----
 meta/recipes-kernel/linux/linux-yocto_5.10.bb | 24 +++++++++----------
 meta/recipes-kernel/linux/linux-yocto_5.4.bb  | 22 ++++++++---------
 meta/recipes-kernel/perf/perf.bb              |  2 +-
 7 files changed, 38 insertions(+), 38 deletions(-)

-- 
2.19.1


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

end of thread, other threads:[~2024-01-03 23:37 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-07 16:52 [PATCH 0/7] kernel: consolidated pull request bruce.ashfield
2021-12-07 16:52 ` [PATCH 1/7] linux-yocto/5.15: update to v5.15.5 Bruce Ashfield
2021-12-07 16:52 ` [PATCH 2/7] linux-yocto/5.14: update to v5.14.21 Bruce Ashfield
2021-12-07 16:52 ` [PATCH 3/7] linux-yocto/5.10: update to v5.10.82 Bruce Ashfield
2021-12-07 16:52 ` [PATCH 4/7] linux-yocto/5.15: update to v5.15.6 bruce.ashfield
2021-12-07 16:52 ` [PATCH 5/7] linux-yocto-dev: use versioned branch as default bruce.ashfield
2021-12-07 16:52 ` [PATCH 6/7] linux-yocto-rt/5.10: update to -rt56 bruce.ashfield
2021-12-07 16:52 ` [PATCH 7/7] kern-tools: bug fixes and kgit-gconfig bruce.ashfield
2021-12-07 17:36   ` [OE-core] " Khem Raj
2021-12-08 21:54 ` [PATCH 0/7] kernel: consolidated pull request Richard Purdie
  -- strict thread matches above, loose matches on Subject: below --
2024-01-02  4:31 bruce.ashfield
2024-01-03 23:25 ` Richard Purdie
2024-01-03 23:36   ` Bruce Ashfield
2023-03-24 15:08 bruce.ashfield
2023-03-25 12:47 ` Richard Purdie
2021-11-10 13:07 bruce.ashfield
2021-11-11 10:52 ` Richard Purdie
2021-05-03 12:54 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.