All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] kernel: consolidated pull request
@ 2020-12-22 14:28 Bruce Ashfield
  2020-12-22 14:28 ` [PATCH 1/9] kern-tools: non-gcc config support and option re-classification Bruce Ashfield
                   ` (9 more replies)
  0 siblings, 10 replies; 22+ messages in thread
From: Bruce Ashfield @ 2020-12-22 14:28 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

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

Richard,

This is largely a resend of the configuration changes and kernel version
bump that I had previously sent.

The kern-tools SRCREV bump has a tweak in the tools from the previous
version, and there are specific fixups for the warnings that the tools were
now exposing. I had to balance tiny and standard needing different values
for some common options!

The AB run that I did is here: https://autobuilder.yoctoproject.org/typhoon/#/builders/85/builds/1270

Everything looks good to me (but I only just realized that there are now
multiple pages to check) :).

I've also included the systemtap uprev that was sitting on the list, since
I ran into issues with v5.10 and systemtap, and the bump was most of the fix.
I left the original uprev and my fixup separate, so credit for the work would
be preserved. My fixup can probably be dropped in the future, but I'd prefer
to keep systemtap building, giving that 5.10 is just about ready.

Cheers,

Bruce

The following changes since commit 9aae620b9515e925db4a043a96fda2a6b6b0b5bd:

  gcsections: add more suppressions for SDK builds (2020-12-20 00:03:34 +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 (8):
  kern-tools: non-gcc config support and option re-classification
  linux-yocto/cfg: qemuppc: set CONFIG_SCSI to '=y'
  linux-yocto/5.4: update to v5.4.82
  linux-yocto/cfg: qemuarm64-gfx.cfg: add CONFIG_INPUT_UINPUT
  linux-yocto/5.4: update to v5.4.83
  linux-yocto/5.8/cfg: fix -tiny warnings
  linux-yocto/5.4/cfg: fix -tiny warnings
  systemtap: fix on target build for 4.4 and 5.10+

zangrc (1):
  systemtap: upgrade 4.3 -> 4.4

 .../kern-tools/kern-tools-native_git.bb       |  2 +-
 .../linux/linux-yocto-rt_5.4.bb               |  6 +--
 .../linux/linux-yocto-rt_5.8.bb               |  2 +-
 .../linux/linux-yocto-tiny_5.4.bb             |  8 ++--
 .../linux/linux-yocto-tiny_5.8.bb             |  2 +-
 meta/recipes-kernel/linux/linux-yocto_5.4.bb  | 22 +++++-----
 meta/recipes-kernel/linux/linux-yocto_5.8.bb  |  2 +-
 ...t-include-and-callsite-with-same-con.patch | 44 +++++++++++++++++++
 .../systemtap/systemtap_git.inc               |  5 ++-
 9 files changed, 69 insertions(+), 24 deletions(-)
 create mode 100644 meta/recipes-kernel/systemtap/systemtap/0001-transport-protect-include-and-callsite-with-same-con.patch

-- 
2.19.1


^ permalink raw reply	[flat|nested] 22+ messages in thread
* [PATCH 0/9] kernel: consolidated pull request
@ 2022-12-20 18:42 bruce.ashfield
  0 siblings, 0 replies; 22+ messages in thread
From: bruce.ashfield @ 2022-12-20 18:42 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

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

Richard,

Most of these are -stable udpates, mixed in are a couple of clang fixes
from Khem, and of course the bigger items of the libc-headers bump and
the v6.1 reference kernel recipes.

I've built both musl and glibc for all architectures with the new libc
headers, and sent patches last week for issues that I found in core or
meta-oe.

That being said, I'm sure there's something .. somewhere lurking, but
there's no sense sitting on it longer.

As for the 6.1 reference kernel, I've done the same. Built and booted
core-image-minimal, sato and kernel dev on all architectures. The changes
sent before the last release meant that our normal culprits of lttng-modules
and kernel-devsrc don't need any tweaking to work. -rt has also been
tested.

We can't make 6.1 the default yet, as the reference h/w BSPs need to
be updated, and then 5.19 removed. But again, no sense sitting on these
longer.

I'm around full time for the rest of this week, and then off and on
through the first week of January to squash any fallout from the
updates.

Cheers,

Bruce

The following changes since commit ace02cec70a4a1bc9088044905b3c4a801a39a1b:

  systemd: Make importd depend on glib-2.0 again (2022-12-18 19:48:00 +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 (9):
  yocto-bsps/5.15: update to v5.15.78
  linux-yocto/5.15: update to v5.15.80
  linux-yocto/5.19: fix perf build with clang
  linux-yocto/5.15: ltp and squashfs fixes
  linux-libc-headers: bump to 6.1
  linux-yocto: introduce v6.1 reference kernel recipes
  linux-yocto/5.15: fix perf build with clang
  linux-yocto/5.15: update to v5.15.84
  linux-yocto/5.15: libbpf: Fix build warning on ref_ctr_off

 .../linux/linux-yocto_5.15.bbappend           | 16 ++---
 meta/conf/distro/include/tcmode-default.inc   |  2 +-
 ...d-input-and-output-files-instead-of-.patch | 67 ------------------
 ...ders_5.19.bb => linux-libc-headers_6.1.bb} |  5 +-
 .../linux/linux-yocto-rt_5.15.bb              |  4 +-
 .../linux/linux-yocto-rt_5.19.bb              |  4 +-
 .../linux/linux-yocto-rt_6.1.bb               | 45 ++++++++++++
 .../linux/linux-yocto-tiny_5.15.bb            |  4 +-
 .../linux/linux-yocto-tiny_5.19.bb            |  4 +-
 .../linux/linux-yocto-tiny_6.1.bb             | 30 ++++++++
 meta/recipes-kernel/linux/linux-yocto_5.15.bb | 24 +++----
 meta/recipes-kernel/linux/linux-yocto_5.19.bb | 22 +++---
 meta/recipes-kernel/linux/linux-yocto_6.1.bb  | 70 +++++++++++++++++++
 13 files changed, 187 insertions(+), 110 deletions(-)
 delete mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers/0001-scripts-Use-fixed-input-and-output-files-instead-of-.patch
 rename meta/recipes-kernel/linux-libc-headers/{linux-libc-headers_5.19.bb => linux-libc-headers_6.1.bb} (70%)
 create mode 100644 meta/recipes-kernel/linux/linux-yocto-rt_6.1.bb
 create mode 100644 meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb
 create mode 100644 meta/recipes-kernel/linux/linux-yocto_6.1.bb

-- 
2.37.3



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

end of thread, other threads:[~2022-12-20 18:42 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-22 14:28 [PATCH 0/9] kernel: consolidated pull request Bruce Ashfield
2020-12-22 14:28 ` [PATCH 1/9] kern-tools: non-gcc config support and option re-classification Bruce Ashfield
2020-12-22 14:28 ` [PATCH 2/9] linux-yocto/cfg: qemuppc: set CONFIG_SCSI to '=y' Bruce Ashfield
2020-12-24 14:48   ` [OE-core] " Steve Sakoman
2020-12-24 15:26     ` Bruce Ashfield
2020-12-24 16:14       ` Steve Sakoman
2020-12-22 14:28 ` [PATCH 3/9] linux-yocto/5.4: update to v5.4.82 Bruce Ashfield
2020-12-22 14:28 ` [PATCH 4/9] linux-yocto/cfg: qemuarm64-gfx.cfg: add CONFIG_INPUT_UINPUT Bruce Ashfield
2020-12-22 14:28 ` [PATCH 5/9] linux-yocto/5.4: update to v5.4.83 Bruce Ashfield
2020-12-22 14:28 ` [PATCH 6/9] linux-yocto/5.8/cfg: fix -tiny warnings Bruce Ashfield
2020-12-22 14:28 ` [PATCH 7/9] linux-yocto/5.4/cfg: " Bruce Ashfield
2020-12-22 14:28 ` [PATCH 8/9] systemtap: upgrade 4.3 -> 4.4 Bruce Ashfield
2020-12-22 14:28 ` [PATCH 9/9] systemtap: fix on target build for 4.4 and 5.10+ Bruce Ashfield
2020-12-23 12:32 ` [PATCH 0/9] kernel: consolidated pull request Richard Purdie
2020-12-23 13:37   ` Bruce Ashfield
2020-12-23 16:57     ` Anuj Mittal
2020-12-23 23:03     ` Ross Burton
2020-12-24  3:41       ` Bruce Ashfield
     [not found]       ` <16538A0D49119031.25471@lists.openembedded.org>
2020-12-24  3:43         ` [OE-core] " Bruce Ashfield
2020-12-24  8:14           ` Richard Purdie
     [not found]   ` <818c16d5-07aa-1638-3b99-b2ea975c3d46@arm.com>
2021-01-04 15:54     ` Richard Purdie
  -- strict thread matches above, loose matches on Subject: below --
2022-12-20 18:42 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.