All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Bruce Ashfield" <bruce.ashfield@gmail.com>
To: richard.purdie@linuxfoundation.org
Cc: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/9] kernel: consolidated pull request
Date: Tue, 22 Dec 2020 09:28:17 -0500	[thread overview]
Message-ID: <cover.1608646697.git.bruce.ashfield@gmail.com> (raw)

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


             reply	other threads:[~2020-12-22 14:28 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-22 14:28 Bruce Ashfield [this message]
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
2022-12-20 18:42 bruce.ashfield

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.1608646697.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.