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/8] kernel: consolidated pull request
Date: Fri, 19 Mar 2021 14:58:29 -0400	[thread overview]
Message-ID: <cover.1616180065.git.bruce.ashfield@gmail.com> (raw)

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

Richard,

Here's my latest batch of bugfix and prep for release changes.

We have one configuration fix, as well as a fix to the tools that was
hiding some warnings that we used to get.

  ** There's a chance that this kern-tools change will pop out some
     warnings. I can fix the warnings easily, but if it does, I'd suggest
     just dropping it from the queue, since nothing depends on it.
  **

We also have normal -stable bumps, that didn't cause any issues for me.

And finally, I'm preparing to bump the -dev kernel to v5.12 for the
release, and found a couple of issues with lttng (as usual) and kernel-devsrc.

I split the lttng one into two patches, so you could decide on the
backported patches separately from the devupstream bump.

The devsrc fix is safe for older kernels, and is a good thing to have
in the release to provide some future proofing.

Cheers,

Bruce

The following changes since commit 3cda6c0bd175282903079dea4affb3fcd290f137:

  sudo: upgrade 1.9.5p2 -> 1.9.6 (2021-03-16 17:52:21 +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):
  linux-yocto/5.10: fix SERIAL_OF_PLATFORM warning
  linux-yocto/5.4: update to v5.4.105
  linux-yocto/5.10: update to v5.10.23
  linux-yocto/5.10: cfg: features/numa: Remove NODES_SPAN_OTHER_NODES
    option
  kern-tools: add dropped options to audit output
  lttng-modules: update devupstream to 2.12.5+
  lttng-modules: backport patches to fix build against 5.12+ kernel
  kernel-devsrc: fix on-target scripts/prepare for v5.12+

 .../kern-tools/kern-tools-native_git.bb       |   2 +-
 meta/recipes-kernel/linux/kernel-devsrc.bb    |   1 +
 .../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 |  22 +--
 meta/recipes-kernel/linux/linux-yocto_5.4.bb  |  22 +--
 ...01-Fix-memory-leaks-on-event-destroy.patch |  58 +++++++
 ...preter-early-exits-on-uninitialized-.patch | 159 ++++++++++++++++++
 ...ecord-slab-name-for-kmem_cache_free-.patch |  91 ++++++++++
 ...be-null-ptr-deref-on-session-destroy.patch |  41 +++++
 .../lttng/lttng-modules_2.12.5.bb             |   9 +-
 13 files changed, 394 insertions(+), 39 deletions(-)
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0001-Fix-memory-leaks-on-event-destroy.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0002-Fix-filter-interpreter-early-exits-on-uninitialized-.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0003-fix-mm-tracing-record-slab-name-for-kmem_cache_free-.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0004-Fix-kretprobe-null-ptr-deref-on-session-destroy.patch

-- 
2.19.1


             reply	other threads:[~2021-03-19 18:58 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-19 18:58 Bruce Ashfield [this message]
2021-03-19 18:58 ` [PATCH 1/8] linux-yocto/5.10: fix SERIAL_OF_PLATFORM warning Bruce Ashfield
2021-03-19 18:58 ` [PATCH 2/8] linux-yocto/5.4: update to v5.4.105 Bruce Ashfield
2021-03-19 18:58 ` [PATCH 3/8] linux-yocto/5.10: update to v5.10.23 Bruce Ashfield
2021-03-19 18:58 ` [PATCH 4/8] linux-yocto/5.10: cfg: features/numa: Remove NODES_SPAN_OTHER_NODES option Bruce Ashfield
2021-03-19 18:58 ` [PATCH 5/8] kern-tools: add dropped options to audit output Bruce Ashfield
2021-03-19 18:58 ` [PATCH 6/8] lttng-modules: update devupstream to 2.12.5+ Bruce Ashfield
2021-03-19 18:58 ` [PATCH 7/8] lttng-modules: backport patches to fix build against 5.12+ kernel Bruce Ashfield
2021-03-19 18:58 ` [PATCH 8/8] kernel-devsrc: fix on-target scripts/prepare for v5.12+ Bruce Ashfield
2021-03-20 18:46 ` [PATCH 0/8] kernel: consolidated pull request Richard Purdie
2021-03-21  2:17   ` Bruce Ashfield
  -- strict thread matches above, loose matches on Subject: below --
2025-08-13 20:49 bruce.ashfield
2022-04-12 21:45 bruce.ashfield
2018-08-30 13:45 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.1616180065.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.