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][v2] kernel: consolidated pull request
Date: Fri, 18 Nov 2022 17:28:44 -0500	[thread overview]
Message-ID: <cover.1668810409.git.bruce.ashfield@gmail.com> (raw)

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

Richard,

This is a resend of the 10 patches in my first pull request, with additional
-stable and warning fixes on top.

We need those extra patches to pickup the one of most interest:

   linux-yocto/5.19: fix elfutils run-backtrace-native-core ptest failure

I was able to isolate the commit causing the failure in the 5.19-stable
updates. did a revert and we are now able to pass the elfutils ptests.

Bruce

The following changes since commit 44bb88cc869f3b42440d6f7aad000e706b739a2b:

  mesa: do not rely on native llvm-config in target sysroot (2022-11-15 09:38:38 +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 (15):
  linux-yocto-dev: bump to v6.0+
  linux-yocto/5.19: update to v5.19.16
  linux-yocto/5.15: update to v5.15.74
  linux-yocto/5.19: update to v5.19.17
  linux-yocto/5.15: update to v5.15.76
  linux-yocto/5.19: cfg: intel and vesa updates
  kern-tools: integrate ZFS speedup patch
  linux-yocto-dev: bump to v6.1
  kernel-devsrc: fix for v6.1+
  lttng-modules: fix build for v6.1+
  linux-yocto/5.19: security.cfg: remove configs which have been dropped
  linux-yocto/5.15: update to v5.15.78
  linux-yocto/5.19: fix CONFIG_CRYPTO_CCM mismatch warnings
  linux-yocto/5.15: fix CONFIG_CRYPTO_CCM mismatch warnings
  linux-yocto/5.19: fix elfutils run-backtrace-native-core ptest failure

 .../kern-tools/kern-tools-native_git.bb       |   2 +-
 meta/recipes-kernel/linux/kernel-devsrc.bb    |  25 +-
 meta/recipes-kernel/linux/linux-yocto-dev.bb  |   4 +-
 .../linux/linux-yocto-rt_5.15.bb              |   6 +-
 .../linux/linux-yocto-rt_5.19.bb              |   6 +-
 .../linux/linux-yocto-tiny_5.15.bb            |   6 +-
 .../linux/linux-yocto-tiny_5.19.bb            |   6 +-
 meta/recipes-kernel/linux/linux-yocto_5.15.bb |  26 +-
 meta/recipes-kernel/linux/linux-yocto_5.19.bb |  26 +-
 ...on-drop-kmem_alloc-avoid-dereferenci.patch | 278 ++++++++++++++++++
 .../lttng/lttng-modules_2.13.7.bb             |   1 +
 11 files changed, 343 insertions(+), 43 deletions(-)
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0001-fix-mm-slab_common-drop-kmem_alloc-avoid-dereferenci.patch

-- 
2.19.1



             reply	other threads:[~2022-11-18 22:29 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-18 22:28 bruce.ashfield [this message]
2022-11-18 22:28 ` [PATCH 01/15] linux-yocto-dev: bump to v6.0+ bruce.ashfield
2022-11-18 22:28 ` [PATCH 02/15] linux-yocto/5.19: update to v5.19.16 bruce.ashfield
2022-11-18 22:28 ` [PATCH 03/15] linux-yocto/5.15: update to v5.15.74 bruce.ashfield
2022-11-18 22:28 ` [PATCH 04/15] linux-yocto/5.19: update to v5.19.17 bruce.ashfield
2022-11-18 22:28 ` [PATCH 05/15] linux-yocto/5.15: update to v5.15.76 bruce.ashfield
2022-11-18 22:28 ` [PATCH 06/15] linux-yocto/5.19: cfg: intel and vesa updates bruce.ashfield
2022-11-18 22:28 ` [PATCH 07/15] kern-tools: integrate ZFS speedup patch bruce.ashfield
2022-11-18 22:28 ` [PATCH 08/15] linux-yocto-dev: bump to v6.1 bruce.ashfield
2022-11-18 22:28 ` [PATCH 09/15] kernel-devsrc: fix for v6.1+ bruce.ashfield
2022-11-18 22:28 ` [PATCH 10/15] lttng-modules: fix build " bruce.ashfield
2022-11-18 22:28 ` [PATCH 11/15] linux-yocto/5.19: security.cfg: remove configs which have been dropped bruce.ashfield
2022-11-18 22:28 ` [PATCH 12/15] linux-yocto/5.15: update to v5.15.78 bruce.ashfield
2022-11-18 22:28 ` [PATCH 13/15] linux-yocto/5.19: fix CONFIG_CRYPTO_CCM mismatch warnings bruce.ashfield
2022-11-18 22:28 ` [PATCH 14/15] linux-yocto/5.15: " bruce.ashfield
2022-11-18 22:28 ` [PATCH 15/15] linux-yocto/5.19: fix elfutils run-backtrace-native-core ptest failure 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.1668810409.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.