From: bruce.ashfield@gmail.com
To: richard.purdie@linuxfoundation.org
Cc: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/6] kernel: consolidated pull request
Date: Thu, 3 Feb 2022 23:16:30 -0500 [thread overview]
Message-ID: <cover.1643947217.git.bruce.ashfield@gmail.com> (raw)
From: Bruce Ashfield <bruce.ashfield@gmail.com>
Richard,
Here's the next round of updates. These have all been locally tested
against the pending libc-headers update to v5.16.
A little bie of everything here:
- dev to v5.17 (Thanks to mhalstead for fixing hooks for me late at night!)
- lttng-modules update to build against v5.17
- the new qemuarm64-tiny support for Alejandro (I'll circle back with
some tests for this later)
- stable updates to v5.10 and v5.15
This gets us closer to having the major kernel release bits ready. I'll
continue to work with v5.17 and send other fixes to make sure we are
ready to support newer kernels in the LTS.
Bruce
The following changes since commit 74a8a74a553a33dc5f41939f8070d75e6d57d3da:
busybox: Add shell arithmetic to work with poky-tiny (2022-02-01 07:32:08 +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 (6):
qemuarm64: Add tiny ktype to qemuarm64 bsp
linux-yocto/5.15: update to v5.15.19
linux-yocto/5.10: update to v5.10.96
lttng-modules: fix build against v5.17+
linux-yocto-dev: update to v5.17+
lttng-modules: update devupstream to latest 2.13
meta/recipes-kernel/linux/linux-yocto-dev.bb | 4 +-
.../linux/linux-yocto-rt_5.10.bb | 6 +-
.../linux/linux-yocto-rt_5.15.bb | 6 +-
.../linux/linux-yocto-tiny_5.10.bb | 8 +-
.../linux/linux-yocto-tiny_5.15.bb | 8 +-
meta/recipes-kernel/linux/linux-yocto_5.10.bb | 24 +--
meta/recipes-kernel/linux/linux-yocto_5.15.bb | 26 +--
...-GENHD_FL_SUPPRESS_PARTITION_INFO-v5.patch | 63 +++++++
...-the-rq_disk-field-in-struct-request.patch | 157 ++++++++++++++++++
...n-fix-the-migration-stats-in-trace_m.patch | 61 +++++++
...s_info-to-trace_btrfs_transaction_co.patch | 103 ++++++++++++
...r-than-entropy_store-abstraction-use.patch | 147 ++++++++++++++++
...skb-introduce-kfree_skb_reason-v5.17.patch | 88 ++++++++++
...ename-SKB_DROP_REASON_SOCKET_FILTER-.patch | 47 ++++++
.../lttng/lttng-modules_2.13.1.bb | 11 +-
15 files changed, 716 insertions(+), 43 deletions(-)
create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0001-fix-block-remove-GENHD_FL_SUPPRESS_PARTITION_INFO-v5.patch
create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0002-fix-block-remove-the-rq_disk-field-in-struct-request.patch
create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0003-fix-mm-compaction-fix-the-migration-stats-in-trace_m.patch
create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0004-fix-btrfs-pass-fs_info-to-trace_btrfs_transaction_co.patch
create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0005-fix-random-rather-than-entropy_store-abstraction-use.patch
create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0006-fix-net-skb-introduce-kfree_skb_reason-v5.17.patch
create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0007-fix-net-socket-rename-SKB_DROP_REASON_SOCKET_FILTER-.patch
--
2.19.1
next reply other threads:[~2022-02-04 4:16 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-04 4:16 bruce.ashfield [this message]
2022-02-04 4:16 ` [PATCH 1/6] qemuarm64: Add tiny ktype to qemuarm64 bsp bruce.ashfield
2022-02-04 4:16 ` [PATCH 2/6] linux-yocto/5.15: update to v5.15.19 bruce.ashfield
2022-02-04 4:16 ` [PATCH 3/6] linux-yocto/5.10: update to v5.10.96 bruce.ashfield
2022-02-04 4:16 ` [PATCH 4/6] lttng-modules: fix build against v5.17+ bruce.ashfield
2022-02-04 4:16 ` [PATCH 5/6] linux-yocto-dev: update to v5.17+ bruce.ashfield
2022-02-04 4:16 ` [PATCH 6/6] lttng-modules: update devupstream to latest 2.13 bruce.ashfield
-- strict thread matches above, loose matches on Subject: below --
2022-01-27 3:55 [PATCH 0/6] kernel: consolidated pull request bruce.ashfield
2022-01-14 18:23 bruce.ashfield
2021-11-04 19:48 bruce.ashfield
2021-03-09 19:23 Bruce Ashfield
2019-10-21 20:16 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.1643947217.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.