public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH 00/10] kernel-yocto: consolidated pull request
@ 2022-03-22 17:19 bruce.ashfield
  2022-03-22 17:19 ` [PATCH 01/10] linux-yocto: nohz_full boot arg fix bruce.ashfield
                   ` (9 more replies)
  0 siblings, 10 replies; 18+ messages in thread
From: bruce.ashfield @ 2022-03-22 17:19 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

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

Richard,

Here are the config, -stable (and -stable -rt) updates that I've gathered
and tested over the last while.

I don't expect any major issues .. but one never fully knows. If anything
does pop up, I'm here to fix.

Cheers,

Bruce

The following changes since commit ac942fea081eaae89df2a37c72965a01d026284b:

  kernel-yocto: allow patch author date to be commit date (2022-03-21 07:39:24 -0400)

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: nohz_full boot arg fix
  linux-yocto/5.10: split vtpm for more granular inclusion
  linux-yocto/5.15: split vtpm for more granular inclusion
  linux-yocto/5.10: cfg/debug: add configs for kcsan
  linux-yocto/5.15: cfg/debug: add configs for kcsan
  linux-yocto/5.15: update to v5.15.27
  linux-yocto-rt/5.15: update to -rt34
  linux-yocto-rt/5.10: update to -rt61
  linux-yocto/5.15: update to v5.15.30
  linux-yocto/5.10: update to v5.10.107

 .../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            |  8 +++---
 meta/recipes-kernel/linux/linux-yocto_5.10.bb | 24 ++++++++---------
 meta/recipes-kernel/linux/linux-yocto_5.15.bb | 26 +++++++++----------
 6 files changed, 39 insertions(+), 39 deletions(-)

-- 
2.19.1



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

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

Hi all,

Here's the next batch of kernel updates. Obviously the -stable
updates to 6.1 are routine, but the larger changes are the
introduction of the 6.10 kernel as a new / validated reference
version.

Some notes:

  - I've included the poky/poky-tiny preferred version bumps
    in this pull request for simplicity. Yes, I know they go
    to meta-yocto, but it is easier to make this available for
    AB testing when they are all together.

  - I'm watching the status of 6.10, if for some reason it
    EOLs before we release, we'll jump to 6.11, which I have
    under test and will push as linux-yocto-dev shortly.

  - There's one known build issue with 6.10, it is zfs in
    meta-oe. The upstream hasn't updated to support 6.10 yet,
    so I'm watching and waiting on that .. but there's no
    reason to hold this request for more testing on that.

  - I've tested 6.10 for all architectures on core-image-minimal,
    core-image-sato and core-image-kernel-dev. I've also
    tested against musl and poky-altconfig (6.1 with the
    6.10 headers)

There will surely be AB issues with this, but it is now
to the point where I need additional coverage and eyes
on the changes.

Bruce

The following changes since commit fd8dc3a2f320f5b8335202ba9f366ed93bf53dd5:

  gpgme: move gpgme-tool to own sub-package (2024-07-30 12:46:22 +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.6: update to v6.6.36
  linux-yocto/6.6: update to v6.6.38
  linux-yocto/6.6: update to v6.6.40
  linux-yocto/6.6: update to v6.6.43
  linux-yocto: introduce 6.10 reference kernel
  linux-libc-headers: update to v6.10
  kernel-devsrc: remove 64 bit vdso cmd files
  linux-yocto/6.10: update to v6.10
  linux-yocto/6.10: update to v6.10.2
  poky/poky-tiny: bump preferred version to 6.10

 meta-poky/conf/distro/poky-tiny.conf          |    2 +-
 meta-poky/conf/distro/poky.conf               |    4 +-
 meta/conf/distro/include/tcmode-default.inc   |    2 +-
 ...ders_6.9.bb => linux-libc-headers_6.10.bb} |    2 +-
 .../linux/cve-exclusion_6.10.inc              | 6660 +++++++++++++++++
 meta/recipes-kernel/linux/kernel-devsrc.bb    |    1 +
 .../linux/linux-yocto-rt_6.10.bb              |   48 +
 .../linux/linux-yocto-rt_6.6.bb               |    6 +-
 .../linux/linux-yocto-tiny_6.10.bb            |   33 +
 .../linux/linux-yocto-tiny_6.6.bb             |    6 +-
 meta/recipes-kernel/linux/linux-yocto_6.10.bb |   76 +
 meta/recipes-kernel/linux/linux-yocto_6.6.bb  |   28 +-
 12 files changed, 6843 insertions(+), 25 deletions(-)
 rename meta/recipes-kernel/linux-libc-headers/{linux-libc-headers_6.9.bb => linux-libc-headers_6.10.bb} (80%)
 create mode 100644 meta/recipes-kernel/linux/cve-exclusion_6.10.inc
 create mode 100644 meta/recipes-kernel/linux/linux-yocto-rt_6.10.bb
 create mode 100644 meta/recipes-kernel/linux/linux-yocto-tiny_6.10.bb
 create mode 100644 meta/recipes-kernel/linux/linux-yocto_6.10.bb

-- 
2.39.2



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

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

Richard,

This is the part of my queue that is in preparation for the v5.8 kernel
and libc-headers.

I've been chasing issues that have (re)appeared (I fixed all these once
before) with the recent gcc10 changes. I'm holding back the v5.8 core
changes, until I can confirm that everything is indeed still working.

Along with the v5.8 prep changes, I have some tweaks to the recent
symbol analysis update (to fix some issues reported on IRC).

And finally, there are some routine v5.4 -stable kernel updates. I'll
bump the reference BSPs as parts of some other series.

Cheers,

Bruce

The following changes since commit f664ecb910fdcc20aa9d3db6f5402e9008a5dd13:

  bitbake: data: emit filename/lineno information for shell functions (2020-08-08 09:19:34 +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 (9):
  linux-yocto-rt/5.4: update to rt32
  linux-yocto/5.4: update to v5.4.56
  linux-yocto/5.4: update to v5.4.57
  kernel-yocto: set cwd before querying the meta data dir
  kernel-yocto: make # is not set matching more precise
  kernel-yocto: split meta data gathering into patch and config phases
  make-mod-scripts: add HOSTCXX definitions and gmp-native dependency
  kernel-devsrc: fix on target modules prepare for ARM
  kernel-devsrc: 5.8 + gcc10 require gcc-plugins + libmpc-dev

Zhang Qiang (1):
  kernel.bbclass: Configuration for environment with HOSTCXX

 meta/classes/kernel-yocto.bbclass             | 74 +++++++++++--------
 meta/classes/kernel.bbclass                   |  2 +
 .../kern-tools/kern-tools-native_git.bb       |  2 +-
 meta/recipes-kernel/linux/kernel-devsrc.bb    |  6 +-
 .../linux/linux-yocto-rt_5.4.bb               |  6 +-
 .../linux/linux-yocto-tiny_5.4.bb             |  8 +-
 meta/recipes-kernel/linux/linux-yocto_5.4.bb  | 22 +++---
 .../make-mod-scripts/make-mod-scripts_1.0.bb  |  2 +
 8 files changed, 71 insertions(+), 51 deletions(-)

-- 
2.19.1


^ permalink raw reply	[flat|nested] 18+ messages in thread
* [PATCH 00/10] kernel-yocto: consolidated pull request
@ 2017-02-01 15:30 Bruce Ashfield
  0 siblings, 0 replies; 18+ messages in thread
From: Bruce Ashfield @ 2017-02-01 15:30 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

Hi all,

Here is the next batch of kernel updates. These were gathered in preparation
for the removal of the 4.8 kernel and to make 4.9 the default/latest available.

I'll follow up with patches to make 4.9 the default to the appropriate lists.

Change summary:

  - stable updates
  - 4.9-rt refresh (via Paul Gortmaker)
  - kernel configuration tweaks.

  - I fixed the configuration warning that Martin Jansa reported in commit:

       [ kernel-yocto/meta: common-pc: add pci-siov to feature fragments ]

  - the kern-tools capability of merging feature branches at build time:

       [ kern-tools: re-enable scc merge command ]

   - Saul fixed and issue with kernel-devsrc packaging, and that fix will head
     upstream as well.

       [ ver_linux: Use /usr/bin/awk instead of /bin/awk ]

Cheers,

Bruce

The following changes since commit ec3d83f9a90288403b96be25da855fa280aadd8d:

  xmlto: Don't hardcode the path to tail (2017-01-31 23:47:33 +0000)

are available in the git repository at:

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

Bruce Ashfield (10):
  linux-yocto/4.9: update to 4.9.4
  kernel-yocto/features: enable TPM
  kern-tools: re-enable scc merge command
  kernel-yocto: ecryptfs, NFC and CAN bus config updates
  ver_linux: Use /usr/bin/awk instead of /bin/awk
  linux-yocto/4.9: update to v4.9.6
  kernel-yocto/meta: common-pc: add pci-siov to feature fragments
  linux-yocto/4.9: update to -rt3
  kernel-yocto: log the BSP definition file
  linux-yocto/4.9: yaffs2 fixes

 meta/classes/kernel-yocto.bbclass                    | 17 ++++++++++++++++-
 .../kern-tools/kern-tools-native_git.bb              |  2 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb      |  2 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb      |  6 +++---
 meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb    |  2 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb    |  6 +++---
 meta/recipes-kernel/linux/linux-yocto_4.8.bb         |  2 +-
 meta/recipes-kernel/linux/linux-yocto_4.9.bb         | 20 ++++++++++----------
 8 files changed, 36 insertions(+), 21 deletions(-)

-- 
2.5.0



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

end of thread, other threads:[~2024-08-06  3:56 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-22 17:19 [PATCH 00/10] kernel-yocto: consolidated pull request bruce.ashfield
2022-03-22 17:19 ` [PATCH 01/10] linux-yocto: nohz_full boot arg fix bruce.ashfield
2022-03-22 17:19 ` [PATCH 02/10] linux-yocto/5.10: split vtpm for more granular inclusion bruce.ashfield
2022-03-22 17:19 ` [PATCH 03/10] linux-yocto/5.15: " bruce.ashfield
2022-03-22 17:19 ` [PATCH 04/10] linux-yocto/5.10: cfg/debug: add configs for kcsan bruce.ashfield
2022-03-22 17:19 ` [PATCH 05/10] linux-yocto/5.15: " bruce.ashfield
2022-03-22 17:19 ` [PATCH 06/10] linux-yocto/5.15: update to v5.15.27 bruce.ashfield
2022-03-22 17:19 ` [PATCH 07/10] linux-yocto-rt/5.15: update to -rt34 bruce.ashfield
2022-03-22 17:19 ` [PATCH 08/10] linux-yocto-rt/5.10: update to -rt61 bruce.ashfield
2022-03-22 17:19 ` [PATCH 09/10] linux-yocto/5.15: update to v5.15.30 bruce.ashfield
2022-03-22 17:19 ` [PATCH 10/10] linux-yocto/5.10: update to v5.10.107 bruce.ashfield
  -- strict thread matches above, loose matches on Subject: below --
2024-08-01 15:08 [PATCH 00/10] kernel-yocto: consolidated pull request bruce.ashfield
2024-08-02  9:02 ` Richard Purdie
2024-08-02 11:18   ` Bruce Ashfield
2024-08-06  3:24   ` Bruce Ashfield
2024-08-06  3:56     ` Jon Mason
2020-08-12 17:03 Bruce Ashfield
2017-02-01 15:30 Bruce Ashfield

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox