All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Fixes for kernel 7.2
@ 2026-08-17 11:21 Mikko Rapeli
  2026-08-17 11:21 ` [PATCH v2 1/4] lttng-modules: fix build with " Mikko Rapeli
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Mikko Rapeli @ 2026-08-17 11:21 UTC (permalink / raw)
  To: openembedded-core; +Cc: Mikko Rapeli, Bruce Ashfield

v2: apply fixes to lttng-modules as patches instead of update to rc,
    copy only kernel/sched/ext/ext.h to kernel-devsrc

v1: https://lists.openembedded.org/g/openembedded-core/message/243418

These fixes are needed for Linux kernel 7.2-rc7 currently in linux-yocto-dev.
Tested with genericarm64 machine and core-image-sato-sdk image and oeqa
runtime tests on AMD KV260:

https://ledge.validation.linaro.org/scheduler/job/165060

2026-08-17 10:06:28,562 - runtime - INFO - SUMMARY:
2026-08-17 10:06:28,562 - runtime - INFO - runtime () - Ran 76 tests in 842.586s
2026-08-17 10:06:28,563 - runtime - INFO - runtime - OK - All required tests passed (successes=39, skipped=37, failures=0, errors=0)

Mikko Rapeli (4):
  lttng-modules: fix build with kernel 7.2
  testexport.bbclass: capture meta/lib/oe
  kernel-devsrc: copy gen-kernel-hwcaps.sh on arm64
  kernel-devsrc: copy kernel/sched/ext/ext.h

 meta/classes-recipe/testexport.bbclass        |   5 +-
 meta/recipes-kernel/linux/kernel-devsrc.bb    |   6 +
 ...ix-x86-msr-Remove-rdmsrl-wrmsrl-v7.2.patch | 100 ++++++++++++
 ...-Rename-kvm_cache_regs.h-regs.h-v7.2.patch |  54 +++++++
 ...-sk_skb_reason_drop-sock-parameter-v.patch |  61 +++++++
 ...oints-pass-a-transaction-handle-to-t.patch |  63 ++++++++
 ...oints-add-in_fsync-field-to-transact.patch |  41 +++++
 ...oints-trace-transaction-states-durin.patch |  68 ++++++++
 ...-Remove-strncpy-from-the-kernel-v7.2.patch | 153 ++++++++++++++++++
 .../lttng/lttng-modules_2.15.2.bb             |   9 +-
 10 files changed, 557 insertions(+), 3 deletions(-)
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0001-fix-x86-msr-Remove-rdmsrl-wrmsrl-v7.2.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0002-fix-KVM-x86-Rename-kvm_cache_regs.h-regs.h-v7.2.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0003-fix-net-constify-sk_skb_reason_drop-sock-parameter-v.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0004-fix-btrfs-tracepoints-pass-a-transaction-handle-to-t.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0005-fix-btrfs-tracepoints-add-in_fsync-field-to-transact.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0006-fix-btrfs-tracepoints-trace-transaction-states-durin.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0007-fix-string-Remove-strncpy-from-the-kernel-v7.2.patch

-- 
2.55.0



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

end of thread, other threads:[~2026-08-19  6:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-17 11:21 [PATCH v2 0/4] Fixes for kernel 7.2 Mikko Rapeli
2026-08-17 11:21 ` [PATCH v2 1/4] lttng-modules: fix build with " Mikko Rapeli
2026-08-18 12:21   ` [OE-core] " Richard Purdie
2026-08-19  6:33     ` Mikko Rapeli
2026-08-17 11:21 ` [PATCH v2 2/4] testexport.bbclass: capture meta/lib/oe Mikko Rapeli
2026-08-17 11:21 ` [PATCH v2 3/4] kernel-devsrc: copy gen-kernel-hwcaps.sh on arm64 Mikko Rapeli
2026-08-17 11:21 ` [PATCH v2 4/4] kernel-devsrc: copy kernel/sched/ext/ext.h Mikko Rapeli

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.