All of lore.kernel.org
 help / color / mirror / Atom feed
From: bruce.ashfield@gmail.com
To: richard.purdie@linuxfoundation.org
Cc: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/15] kernel: consolidated pull request
Date: Sun,  9 Jul 2023 23:20:11 -0400	[thread overview]
Message-ID: <cover.1688958788.git.bruce.ashfield@gmail.com> (raw)

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

Richard,

Here's the latest queued kernel changes. There are the expectd -stable updates
6.1, but those of course aren't the most interesting part of this queue.

We have the 6.4 reference kernel initial integration.

I've tested this on all architectures, core-image-sato + core-image-kernel-dev
as well as -rt, standard and -tiny kernels.

We also have the matching libc-headers bumps. I've already send patches
for some applications that had issues with the 6.4 headers, but the issues
were relatively minimal.

I've included the poky and oe-core preferred version bumps in this
series, just to make it a bit easier to test. They can be ignored if there
are issues, and we can just make the 6.4 kernel available in tree, and
fix the remaining issues before making it default.

I ran into perf and localversion issues (which broke the on-target
module builds). The patches to address them are in the series.

qemumips64 is seting a smp preemptible trace on boot, and I haven't
been able to track it down. If that is the only issue, it would be
better to get this into the tree, and try and find a mips expert to
help us out. I'll continue looking into it, but haven't had much luck
yet.

Bruce

The following changes since commit d221e59a5067266c3f620259a1e56a56823df1fb:

  bitbake: cooker: Log when parsing starts in server log (2023-06-30 18:05:30 +0100)

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 (15):
  linux-yocto/6.1: update to v6.1.36
  linux-yocto/6.1: update to v6.1.37
  linux-libc-headers: bump to 6.4
  perf: fix buildpaths QA warning in 6.4+
  kernel: fix localversion in v6.3+
  linux-yocto: introduce 6.4 reference kernel recipes
  linux-yocto/6.4: update to latest
  linux-yocto/6.4: aufs6 integration
  linux-yocto/6.4: refresh configuration
  linux-yocto-rt/6.4: integrate -rt6
  linux-yocto/6.4: update to v6.4.2
  linux-yocto/6.1: update to v6.1.38
  conf/machine: set preferred kernel to be 6.4
  poky/poky-tiny: set preferred linux-yocto version to 6.4
  linux-yocto-tiny/6.4: fix configuration warnings (HID)

 meta-poky/conf/distro/poky-tiny.conf          |  2 +-
 meta-poky/conf/distro/poky.conf               |  4 +-
 meta/classes-recipe/kernel-arch.bbclass       |  7 ++
 meta/classes-recipe/kernel.bbclass            |  6 +-
 meta/conf/distro/include/tcmode-default.inc   |  2 +-
 meta/conf/machine/include/x86/x86-base.inc    |  2 +-
 meta/conf/machine/qemuarmv5.conf              |  2 +-
 ...linux-stddef.h-in-swab.h-uapi-header.patch | 42 -----------
 ...aders_6.1.bb => linux-libc-headers_6.4.bb} |  3 +-
 .../linux/linux-yocto-rt_6.1.bb               |  6 +-
 .../linux/linux-yocto-rt_6.4.bb               | 48 +++++++++++++
 .../linux/linux-yocto-tiny_6.1.bb             |  6 +-
 .../linux/linux-yocto-tiny_6.4.bb             | 33 +++++++++
 meta/recipes-kernel/linux/linux-yocto_6.1.bb  | 28 ++++----
 meta/recipes-kernel/linux/linux-yocto_6.4.bb  | 71 +++++++++++++++++++
 meta/recipes-kernel/perf/perf.bb              |  2 +-
 16 files changed, 191 insertions(+), 73 deletions(-)
 delete mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers/0001-include-linux-stddef.h-in-swab.h-uapi-header.patch
 rename meta/recipes-kernel/linux-libc-headers/{linux-libc-headers_6.1.bb => linux-libc-headers_6.4.bb} (74%)
 create mode 100644 meta/recipes-kernel/linux/linux-yocto-rt_6.4.bb
 create mode 100644 meta/recipes-kernel/linux/linux-yocto-tiny_6.4.bb
 create mode 100644 meta/recipes-kernel/linux/linux-yocto_6.4.bb

-- 
2.34.1



             reply	other threads:[~2023-07-10  3:20 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-10  3:20 bruce.ashfield [this message]
2023-07-10  3:20 ` [PATCH 01/15] linux-yocto/6.1: update to v6.1.36 bruce.ashfield
2023-07-10  3:20 ` [PATCH 02/15] linux-yocto/6.1: update to v6.1.37 bruce.ashfield
2023-07-10  3:20 ` [PATCH 03/15] linux-libc-headers: bump to 6.4 bruce.ashfield
2023-07-10  3:20 ` [PATCH 04/15] perf: fix buildpaths QA warning in 6.4+ bruce.ashfield
2023-10-10 11:44   ` [OE-core] " Rasmus Villemoes
2023-10-10 12:31     ` Bruce Ashfield
2023-10-10 14:37       ` Rasmus Villemoes
2023-10-10 14:58         ` Bruce Ashfield
2023-07-10  3:20 ` [PATCH 05/15] kernel: fix localversion in v6.3+ bruce.ashfield
2023-07-10  3:20 ` [PATCH 06/15] linux-yocto: introduce 6.4 reference kernel recipes bruce.ashfield
2023-07-10  3:20 ` [PATCH 07/15] linux-yocto/6.4: update to latest bruce.ashfield
2023-07-10  3:20 ` [PATCH 08/15] linux-yocto/6.4: aufs6 integration bruce.ashfield
2023-07-10  3:20 ` [PATCH 09/15] linux-yocto/6.4: refresh configuration bruce.ashfield
2023-07-10  3:20 ` [PATCH 10/15] linux-yocto-rt/6.4: integrate -rt6 bruce.ashfield
2023-07-10  3:20 ` [PATCH 11/15] linux-yocto/6.4: update to v6.4.2 bruce.ashfield
2023-07-10  3:20 ` [PATCH 12/15] linux-yocto/6.1: update to v6.1.38 bruce.ashfield
2023-07-10  3:20 ` [PATCH 13/15] conf/machine: set preferred kernel to be 6.4 bruce.ashfield
2023-07-10  3:20 ` [PATCH 14/15] poky/poky-tiny: set preferred linux-yocto version to 6.4 bruce.ashfield
2023-07-10  3:20 ` [PATCH 15/15] linux-yocto-tiny/6.4: fix configuration warnings (HID) bruce.ashfield
2023-07-10 14:54 ` [OE-core] [PATCH 00/15] kernel: consolidated pull request Ross Burton
2023-07-10 20:59   ` Alexandre Belloni
2023-07-10 22:58     ` Bruce Ashfield
     [not found]     ` <1770A3C5B7BBB722.31955@lists.openembedded.org>
2023-07-10 23:11       ` Bruce Ashfield
     [not found]   ` <17709D3D34AB3A9D.28523@lists.openembedded.org>
2023-07-10 21:16     ` Alexandre Belloni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1688958788.git.bruce.ashfield@gmail.com \
    --to=bruce.ashfield@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=richard.purdie@linuxfoundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.