Commit Graph

75752 Commits

Author SHA1 Message Date
Yoann Congal
bf30db97f7 ref-manual/system-requirements.rst: update untested distros
Some distros were removed from the autobuilder 5 months ago:
* 070e6bf (config.py: Drop ubuntu2004 workers, 2025-10-01)
* 8238327 (config.py: ubuntu24010 was replaced with ubuntu2504, 2025-10-01)

Update their status in the supported distros list.

(From yocto-docs rev: 2c9de0d74659fef6d7b0054dfd76905fba6ef81d)

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-27 17:45:07 +00:00
Yoann Congal
ef014bdb96 u-boot: move CVE patches out of the common .inc file
An external layer might use the u-boot*.inc files but have a different
base version for which the CVE patches don't apply.

Move the CVE patches in the leaf recipe.

See related patch in kirkstone:
[kirkstone][PATCH] u-boot: move CVE patch out of u-boot-common.inc
https://lists.openembedded.org/g/openembedded-core/topic/117385432

(From OE-Core rev: f4ced8ff03147dd532a88cf3ce08d61fab057522)

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-27 17:45:07 +00:00
Peter Marko
ce6c389607 alsa-lib: patch CVE-2026-25068
Pick patch mentioned in NVD report.
It also includes CVE ID in commit message.

Use older SNDERR funtion as new one is not yet available.
This was copied from Debian patch.

(From OE-Core rev: 517bda641fcccbeae1988092196dc44ab7cc1491)

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-27 17:45:07 +00:00
Peter Marko
40ae5e31a4 gnupg: patch CVE-2025-68973
Pick patch from 2.4 branch per [1].

[1] https://security-tracker.debian.org/tracker/CVE-2025-68973

(From OE-Core rev: 66df136096c6a7e29edea0fbc0132b234032965f)

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-27 17:45:07 +00:00
Peter Marko
74492c96b7 ffmpeg: set status of CVE-2025-25468
This vulnerability was introduced in v8.0.
This can be seen by blaming fix [1] (linked from NVD report [3]) is
showing that the return without freeing memory was introduced in [2].

[1] d5873be583
[2] d38fc25519
[3] https://nvd.nist.gov/vuln/detail/CVE-2025-25468

(From OE-Core rev: 2915986318230846e1b513b4cf3d9ba62a5b8cb9)

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-27 17:45:07 +00:00
Peter Marko
01a3d9d7ae libtheora: mark CVE-2024-56431 as not vulnerable yet
CVE patch [1] aplies only on main branch which is base for 1.2.x.
Branch 1.1 has a different initial commit and does not contain
vulnerable code where the CVE patch applies.

Also Debian [2] marked 1.1 as not vulnerable.

[1] 5665f86b8f
[2] https://security-tracker.debian.org/tracker/CVE-2024-56431

(From OE-Core rev: 07f35d022b88ab4d297d0252f9909e252b7e4cfe)

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-27 17:45:07 +00:00
Peter Marko
d3ad12659a ffmpeg: ignore CVE-2025-1594
This CVE was patched via c9a15206bae7f1e85dc3b8812eabb936a7e6d383

Patch was dropped during update to 6.1.4, however NVD DB does not have
this information so it re-appeared in CVE reports.

Set its status accordingly.

(From OE-Core rev: 26e32dccade107101992dd81f387696c993d47aa)

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-27 17:45:07 +00:00
Peter Marko
0e148ac345 glib-2.0: patch CVE-2026-1489
Pick patch from [1] linked from [2].

[1] https://gitlab.gnome.org/GNOME/glib/-/issues/3872
[2] https://gitlab.gnome.org/GNOME/glib/-/merge_requests/4984

(From OE-Core rev: a032cc36df3cbd084ca8ae1a8fa638274dd71318)

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-27 17:45:07 +00:00
Peter Marko
e1fb45c7b3 glib-2.0: patch CVE-2026-1485
Pick patch from [1] linked from [2].

[1] https://gitlab.gnome.org/GNOME/glib/-/issues/3871
[2] https://gitlab.gnome.org/GNOME/glib/-/merge_requests/4981

(From OE-Core rev: 64c332e99d0487178aab96578008bec9b133533f)

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-27 17:45:07 +00:00
Peter Marko
fd826a83c7 glib-2.0: patch CVE-2026-1484
Pick patches from [1] linked from [2].

[1] https://gitlab.gnome.org/GNOME/glib/-/issues/3870
[2] https://gitlab.gnome.org/GNOME/glib/-/merge_requests/4979

(From OE-Core rev: 67bc85229209e0405587c6747d9a98576d59e094)

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-27 17:45:07 +00:00
Daniel Dragomir
ac842282aa wic/engine: error on old host debugfs for standalone directory copy
When wic is used in standalone mode, it relies on host tools such as
debugfs. For directory host->image copies into ext* partitions, wic
uses scripted debugfs "-f" input with multiple mkdir/write commands.

Older host debugfs versions (< 1.46.5) may behave unreliably in this
mode and can silently miss files. This does not affect builds using
debugfs from OE where the version is known to be sufficiently new.

Add a debugfs version check and emit an error when an older host
debugfs is detected. The error is shown once per run and halts execution.

(From OE-Core rev: 977d68d2702f7092fa05d04f94da5fee8e0b2195)

Signed-off-by: Daniel Dragomir <daniel.dragomir@windriver.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit cb536737bee95d5a5072b501bda9554705e8cd13)
[YC: removed patch changelog]
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-27 17:45:07 +00:00
Aleksandar Nikolic
6eea44a7fe scripts/install-buildtools: Update to 5.0.15
Update to the 5.0.15 release of the 5.0 series for buildtools

(From OE-Core rev: 52063e6a91cc1386feb0cb47ba870ad21628a894)

Signed-off-by: Aleksandar Nikolic <aleksandar.nikolic22@pm.me>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-27 17:45:06 +00:00
Hitendra Prajapati
113e92bd8b openssl: fix CVE-2025-69419
Backport patch from NVD report: https://nvd.nist.gov/vuln/detail/CVE-2025-69419

(From OE-Core rev: 0ad28133e04d439fbee5710ab4b43042d1101ff6)

Signed-off-by: Hitendra Prajapati <hprajapati@mvista.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-27 17:45:06 +00:00
Hitendra Prajapati
dbdc8de0ef openssl: fix CVE-2025-15468
To fix this issue, Add a NULL guard before dereferencing SSL_CIPHER.

Backport patch from NVD report: https://nvd.nist.gov/vuln/detail/CVE-2025-15468

(From OE-Core rev: 4eb01c3d18dc268cc5aa03386247bf670075c88b)

Signed-off-by: Hitendra Prajapati <hprajapati@mvista.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-27 17:45:06 +00:00
Fabio Berton
fa64e0279b classes/buildhistory: Do not sign buildhistory commits
This change adds the --no-gpg-sign option to prevent buildhistory
commits from failing due to GPG signing issues. Depending on the setup,
buildhistory may fail to create a commit if the user has the
commit.gpgsign option enabled.

For example, if the user creates a signing key that requires a password,
the commit won't be created and will fail with the following error:

/
|error: Enter passphrase: Load key "/home/<user>/.ssh/id_ed25519":
|incorrect passphrase supplied to decrypt private key?
|fatal: failed to write commit object
\

The bitbake command won't fail, but buildhistory won't have a commit.
Also, the commit may silently fail when building inside a container due
to missing packages or issues with accessing the GPG agent.

This is similar to [1], and signing the buildhistory commit
should be avoided to prevent such issues.

1 - https://git.openembedded.org/openembedded-core/commit/?id=7595a0a63a933af9dd9d1e458dc34a4ba80d9eae

(From OE-Core rev: 667cd853a231f1fe884ba83ada2ad6cecb1c41cd)

Signed-off-by: Fabio Berton <fabio.berton@ctw.bmwgroup.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit a5e18714aee52db898aaf9d222fb5a4168bde96e)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-27 17:45:06 +00:00
Peter Marko
d95e14f86c libpng: patch CVE-2026-25646
Backport patch mentioned in NVD CVE report.

(From OE-Core rev: dd08ef6de714ea06d6b6255faca2ddbc66450977)

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-27 17:45:06 +00:00
Richard Purdie
119ec1b846 go-vendor: Fix absolute paths issue
When building with the class, avoid errors like:

"sstate found an absolute path symlink /xxx/vendor pointing at
/xxx/import/vendor. Please replace this with a relative link."

Use relative symlinks instead.

(From OE-Core rev: 2ef214747b648733308958b5750c6c053ac49246)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Thomas Vandenabeele <thomas@bootzero.one>
(cherry picked from commit fc4f589cc7a8e5feba7940ccb244a74bd5f96371)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-27 17:45:06 +00:00
Benjamin Robin (Schneider Electric)
c4da6ca1c2 spdx30_tasks: Exclude 'doc' when exporting PACKAGECONFIG to SPDX
Currently when generating an SBOM, all packages have the 'doc' feature
indicated as disabled. This is in fact *not* a feature that was
declared in the recipe, but instead the documentation of the
PACKAGECONFIG variable.

But to be safe, if somehow a feature is named 'doc' and enabled, do
not exclude it when exporting PACKAGECONFIG features to SPDX.

(From OE-Core rev: 87de87206b71bb165b946d5f4f6e9e5395292179)

Signed-off-by: Benjamin Robin (Schneider Electric) <benjamin.robin@bootlin.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 933394adcb0d2db66ef7e0656a464241e58ec2e7)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-27 17:45:06 +00:00
Vijay Anusuri
5e5234a7de bind: Upgrade 9.18.41 -> 9.18.44
This upgrade fixes CVE-2025-13878

Changelog
==========
https://downloads.isc.org/isc/bind9/9.18.44/doc/arm/html/notes.html

(From OE-Core rev: dcd39187a8d769f13d0a9a84c2749f82839ddd02)

Signed-off-by: Vijay Anusuri <vanusuri@mvista.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-27 17:45:06 +00:00
Deepak Rathore
e44ffb5b15 go 1.22.12: Fix CVE-2025-68121
Upstream Repository: https://github.com/golang/go.git

Bug details: https://nvd.nist.gov/vuln/detail/CVE-2025-68121
Type: Security Fix
CVE: CVE-2025-68121
Score: 4.8
Patch:
- https://github.com/golang/go/commit/5f07b226f9aa
- https://github.com/golang/go/commit/cb75daf3b291
- https://github.com/golang/go/commit/6a501314718b

(From OE-Core rev: a5ded8dd51a520cf190ea094f65301477b057d8f)

Signed-off-by: Deepak Rathore <deeratho@cisco.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-27 17:45:06 +00:00
Deepak Rathore
5f5a2976b2 go 1.22.12: Fix CVE-2025-61732
Upstream Repository: https://github.com/golang/go.git

Bug details: https://nvd.nist.gov/vuln/detail/CVE-2025-61732
Type: Security Fix
CVE: CVE-2025-61732
Score: 8.6
Patch:  https://github.com/golang/go/commit/14d0bb39c1c4

(From OE-Core rev: 560778463bd0d4e52ac40851783e39733edcf9d1)

Signed-off-by: Deepak Rathore <deeratho@cisco.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-27 17:45:06 +00:00
Deepak Rathore
c13443407a go 1.22.12: Fix CVE-2025-68119
Upstream Repository: https://github.com/golang/go.git

Bug details: https://nvd.nist.gov/vuln/detail/CVE-2025-68119
Type: Security Fix
CVE: CVE-2025-68119
Score: 7.0
Patch:
[1] https://github.com/golang/go/commit/62452bed4801
[2] https://github.com/golang/go/commit/73fe85f0ea1b

Note:
- First commit [1] is a dependent patch which is required additionally
  in original fix [2] to define ENV variable changes in
  src/cmd/go/internal/vcs/vcs.go file.

(From OE-Core rev: ef995146623cf65c2e30f37b09847883ca7481bb)

Signed-off-by: Deepak Rathore <deeratho@cisco.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-27 17:45:06 +00:00
Deepak Rathore
a231c49abc go 1.22.12: Fix CVE-2025-61731
Upstream Repository: https://github.com/golang/go.git

Bug details: https://nvd.nist.gov/vuln/detail/CVE-2025-61731
Type: Security Fix
CVE: CVE-2025-61731
Score: 7.8
Patch: https://github.com/golang/go/commit/00b7309387a1

(From OE-Core rev: a7d8ad20525ee6c74a0e149dfd54c7e5c9e1f740)

Signed-off-by: Deepak Rathore <deeratho@cisco.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-27 17:45:06 +00:00
Deepak Rathore
e333b43a69 go 1.22.12: Fix CVE-2025-61728
Upstream Repository: https://github.com/golang/go.git

Bug details: https://nvd.nist.gov/vuln/detail/CVE-2025-61728
Type: Security Fix
CVE: CVE-2025-61728
Score: 6.5
Patch: https://github.com/golang/go/commit/3235ef3db85c

(From OE-Core rev: 31eb409b8a0537d97e09e6a13b8182db4135f3c9)

Signed-off-by: Deepak Rathore <deeratho@cisco.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-27 17:45:06 +00:00
Deepak Rathore
242963f4cd go 1.22.12: Fix CVE-2025-61726
Upstream Repository: https://github.com/golang/go.git

Bug details: https://nvd.nist.gov/vuln/detail/CVE-2025-61726
Type: Security Fix
CVE: CVE-2025-61726
Score: 7.5
Patch: https://github.com/golang/go/commit/85c794ddce26

(From OE-Core rev: 6a1ae4e79252f9a896faa702e4a8b3e27529a474)

Signed-off-by: Deepak Rathore <deeratho@cisco.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-27 17:45:06 +00:00
Deepak Rathore
dde29170e3 go 1.22.12: Fix CVE-2025-61730
Upstream Repository: https://github.com/golang/go.git

Bug details: https://nvd.nist.gov/vuln/detail/CVE-2025-61730
Type: Security Fix
CVE: CVE-2025-61730
Score: 4.2
Patch: https://github.com/golang/go/commit/ad2cd043db66

(From OE-Core rev: 71f645d9ebf77d30744780e777955a6c7e28258b)

Signed-off-by: Deepak Rathore <deeratho@cisco.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-27 17:45:06 +00:00
Ming Liu
b16633f3c6 weston: fix a touch-calibrator issue
touch-calibrator of weston 13.0.1 does not work, backport the fix from
upstream:
a5c5702112

this issue only impact weston 13.0.1, has been fixed in 14.0.1.

(From OE-Core rev: 06dcf8f45bb01fe52e16b23668c4a30d9b2d092f)

Signed-off-by: Ming Liu <liu.ming50@gmail.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-27 17:45:06 +00:00
Bruce Ashfield
7ba05c3301 linux-yocto/6.6: update to v6.6.123
Updating linux-yocto/6.6 to the latest korg -stable release that comprises
the following commits:

    c56aaf1a85ae9 Linux 6.6.123
    7e0d31c47b8a9 bpf/selftests: test_select_reuseport_kern: Remove unused header
    5a530c8ead06e Revert "net: Remove conditional threaded-NAPI wakeup based on task state."
    507692c056363 Revert "net: Allow to use SMP threads for backlog NAPI."
    dd4c7800a905d drm/amd/display: use udelay rather than fsleep
    572777a258c04 ptr_ring: do not block hard interrupts in ptr_ring_resize_multiple()
    1891abe832cbf ksmbd: fix recursive locking in RPC handle list access
    b6978c565ce33 xsk: Fix race condition in AF_XDP generic RX path
    c74e2dbb53168 drm/amdgpu: fix NULL pointer dereference in amdgpu_gmc_filter_faults_remove
    a3f75ee1a436e drm/amdkfd: Don't use sw fault filter if retry cam enabled
    21bad75012f76 pinctrl: qcom: sm8350-lpass-lpi: Merge with SC7280 to fix I2S2 and SWR TX pins
    38a0f2215aee4 mptcp: avoid dup SUB_CLOSED events after disconnect
    73408fa92742b writeback: fix 100% CPU usage when dirtytime_expire_interval is 0
    d84a4836dc246 perf: sched: Fix perf crash with new is_user_task() helper
    e57bda247f29c drm/msm/a6xx: fix bogus hwcg register updates
    e228ad913b0d2 pinctrl: lpass-lpi: implement .get_direction() for the GPIO driver
    daf8a4eb70ff4 ALSA: usb-audio: Fix missing unlock at error path of maxpacksize check
    db24153fc77a8 net/sched: act_ife: convert comma to semicolon
    1d14f86e813f6 btrfs: prevent use-after-free on page private data in btrfs_subpage_clear_uptodate()
    9d0ed508a9e2a drm/radeon: delete radeon_fence_process in is_signaled, no deadlock
    e26235840fd96 team: Move team device type change at the end of team_port_add
    27ca8004ba93a wifi: ath11k: add srng->lock for ath11k_hal_srng_* in monitor mode
    fb2b9a1e85bdd wifi: mac80211: move TDLS work to wiphy work
    6b615a8fb3af0 ksmbd: Fix race condition in RPC handle list access
    d1bda2ab0cf95 drm/amdgpu: Replace Mutex with Spinlock for RLCG register access to avoid Priority Inversion in SRIOV
    4d1e9a4a450aa ksmbd: smbd: fix dma_unmap_sg() nents
    143980bd2be75 mei: trace: treat reg parameter as string
    ce820dd4e6e2d arm64/fpsimd: signal: Fix restoration of SVE context
    40b73f0519d3c arm64/fpsimd: signal: Consistently read FPSIMD context
    15110f9cdc877 arm64/fpsimd: signal: Mandate SVE payload for streaming-mode state
    e527e695fdfc1 mm/kfence: randomize the freelist on initialization
    38c32baf6d2c7 gpio: rockchip: Stop calling pinctrl for set_direction
    e618b52a1589a drm/amdgpu/gfx11: fix wptr reset in KGQ init
    c61c93218956c drm/amdgpu/gfx10: fix wptr reset in KGQ init
    cbf4d79e5c619 drm/amdgpu/soc21: fix xclk for APUs
    9a15d3fdc22d4 drm/imx/tve: fix probe device leak
    cdaf07ec0b698 scripts: generate_rust_analyzer: Add compiler_builtins -> core dep
    884b2590ffcc7 flex_proportions: make fprop_new_period() hardirq safe
    4bed436cdef70 selftests: mptcp: join: fix local endp not being tracked
    ba58cd70a4223 selftests: mptcp: check subflow errors in close events
    8b5061c3400a7 selftests: mptcp: check no dup close events after error
    d761d42be060b mptcp: only reset subflow errors when propagated
    510a16f1c5c16 efivarfs: fix error propagation in efivar_entry_get()
    a9c96f113a5f3 scsi: qla2xxx: edif: Fix dma_free_coherent() size
    122751f43f930 gpio: pca953x: mask interrupts in irq shutdown
    c2fc0aae3cf42 ASoC: amd: yc: Add DMI quirk for Acer TravelMate P216-41-TCO
    441d129ba899e scsi: be2iscsi: Fix a memory leak in beiscsi_boot_get_sinfo()
    28a1e5e97c899 ASoC: fsl: imx-card: Do not force slot width to sample width
    018e9e9cae7b3 rust: kbuild: give `--config-path` to `rustfmt` in `.rsi` target
    929e568a83da5 riscv: compat: fix COMPAT_UTS_MACHINE definition
    8519c9231ce23 pinctrl: meson: mark the GPIO controller as sleeping
    be1cebabb3cd2 dma/pool: distinguish between missing and exhausted atomic pools
    0368794dc28a1 gpiolib: acpi: use BIT_ULL() for u64 mask in address space handler
    2f45c46661911 ASoC: Intel: sof_es8336: fix headphone GPIO logic inversion
    ac3a2ea06f3c8 scsi: firewire: sbp-target: Fix overflow in sbp_make_tpg()
    0d434670eb0bb net/mlx5e: Skip ESN replay window setup for IPsec crypto offload
    e43fdee29a96f net: bridge: fix static key check
    546eba0b10989 nfc: nci: Fix race between rfkill and nci_unregister_device().
    970526dde3686 net/mlx5e: Account for netdev stats in ndo_get_stats64
    e014f11f741be net/mlx5e: Report rx_discards_phy via rx_dropped
    62e1d8920f692 net/mlx5e: TC, delete flows only for existing peers
    fd30aa82df73b ice: stop counting UDP csum mismatch as rx_errors
    f8d002626d434 nfc: llcp: Fix memleak in nfc_llcp_send_ui_frame().
    d448bf96889f1 rocker: fix memory leak in rocker_world_port_post_fini()
    2a0522f564acd net: wwan: t7xx: fix potential skb->frags overflow in RX path
    96595848c6fd6 ipv6: use the right ifindex when replying to icmpv6 from localhost
    509b526d64290 net: mvpp2: cls: Fix memory leak in mvpp2_ethtool_cls_rule_ins()
    8c0be3277e7ae bonding: annotate data-races around slave->last_rx
    5058d3f8f1720 octeon_ep: Fix memory leak in octep_device_setup()
    724c9d346a3ac net: bcmasp: fix early exit leak with fixed phy
    923379f1d7e3a can: gs_usb: gs_usb_receive_bulk_callback(): fix error message
    dc5d1eb935be0 net/mlx5: Fix memory leak in esw_acl_ingress_lgcy_setup()
    186d147cf7689 Bluetooth: hci_uart: fix null-ptr-deref in hci_uart_write_work
    2cf6f68313dcc Linux 6.6.122
    96aa13ff68ef5 net: phy: fix phy_uses_state_machine()
    043aa41c43f8c net: phy: allow MDIO bus PM ops to start/stop state machine for phylink-controlled PHY
    b5a933535cc34 net: phy: move phy_link_change() prior to mdio_bus_phy_may_suspend()
    1e2848bda819a x86/fpu: Clear XSTATE_BV[i] in guest XSAVE state whenever XFD[i]=1
    8db5de0cf02fc wifi: ath11k: fix RCU stall while reaping monitor destination ring
    8d2979b9bb1be drm/amdgpu: csa unmap use uninterruptible lock
    7d52c592cf53f fs/ntfs3: Initialize allocated memory before use
    1067361a1cc6a ksmbd: fix use-after-free in ksmbd_session_rpc_open
    17fbad93879e8 usbnet: Fix using smp_processor_id() in preemptible code warnings
    8120e420013d9 NFSD: fix race between nfsd registration and exports_proc
    d89f3037d54d3 nvme: fix PCIe subsystem reset controller state transition
    7dfb39b0186dd nvme-pci: do not directly handle subsys reset fallout
    ca88419cf0623 nvme-fc: rename free_ctrl callback to match name pattern
    f83824b023c75 ASoC: codecs: wsa883x: fix unnecessary initialisation
    0ded4420b54e9 ASoC: codecs: wsa881x: fix unnecessary initialisation
    ea2474ea2eef4 ASoC: codecs: wsa881x: Drop unused version readout
    ebae26dd15140 phy: rockchip: inno-usb2: Fix a double free bug in rockchip_usb2phy_probe()
    479fab9aeade1 phy: phy-rockchip-inno-usb2: Use dev_err_probe() in the probe path
    d6705bcc5fe7c mm: kmsan: fix poisoning of high-order non-compound pages
    4a04ff9cd816e mm/page_alloc: prevent pcp corruption with SMP=n
    93464499df42b dmaengine: stm32: dmamux: fix OF node leak on route allocation failure
    1a179ac01ff39 dmaengine: stm32: dmamux: fix device leak on route allocation
    041863dd410bd iio: adc: exynos_adc: fix OF populate on driver rebind
    91a756d22f048 ALSA: scarlett2: Fix buffer overflow in config retrieval
    6b20590c43538 arm64: dts: rockchip: remove redundant max-link-speed from nanopi-r4s
    fb3c1f24f3b7e mm/rmap: fix two comments related to huge_pmd_unshare()
    522e580524106 iio: core: add separate lockdep class for info_exist_lock
    31c3c9f3b1b9b iio: core: add missing mutex_destroy in iio_dev_release()
    5596ce564a8c3 mm/damon/sysfs-scheme: cleanup quotas subdirs on scheme dir setup failure
    e9711bd0e6481 mm/damon/sysfs-scheme: cleanup access_pattern subdirs on scheme dir setup failure
    adec5e1f9c99f can: esd_usb: esd_usb_read_bulk_callback(): fix URB memory leak
    4d3c2a1d4c7c3 bridge: mcast: Fix use-after-free during router port configuration
    8670b53b8ee91 bpf: Do not let BPF test infra emit invalid GSO types to stack
    1da48da947d0c selftests/bpf: Check for timeout in perf_link test
    526394af4e8ad migrate: correct lock ordering for hugetlb file folios
    59ff56992bba2 can: usb_8dev: usb_8dev_read_bulk_callback(): fix URB memory leak
    179f6f0cf5ae4 can: mcba_usb: mcba_usb_read_bulk_callback(): fix URB memory leak
    7c308f7530bff can: kvaser_usb: kvaser_usb_read_bulk_callback(): fix URB memory leak
    e9410fdd4d5f7 can: ems_usb: ems_usb_read_bulk_callback(): fix URB memory leak
    1b32339156035 irqchip/gic-v3-its: Avoid truncating memory addresses
    dd40d94ffd7c8 perf/x86/intel: Do not enable BTS for guests
    cad7003d951e8 pmdomain: imx8m-blk-ctrl: Remove separate rst and clk mask for 8mq vpu
    6384f7851838f platform/x86: hp-bioscfg: Fix automatic module loading
    bd8955337e376 netrom: fix double-free in nr_route_frame()
    43f233eb6e7b9 uacce: ensure safe queue release with state management
    4c042bc71474d uacce: implement mremap in uacce_vm_ops to return -EPERM
    9ab05cdcac354 uacce: fix isolate sysfs check condition
    d9031575a2f8a uacce: fix cdev handling in the cleanup path
    bf7785434b5d0 intel_th: fix device leak on output open()
    98ecbfb2598c9 tracing: Fix crash on synthetic stacktrace field usage
    2ddc09f6a0a22 slimbus: core: fix device reference leak on report present
    dd58835fba5d6 slimbus: core: fix runtime PM imbalance on report present
    d2846f8a89fd6 octeontx2: Fix otx2_dma_map_page() error return code
    8557bdd9af8dd arm64: Set __nocfi on swsusp_arch_resume()
    19b2c3f3ca1b4 arm64/fpsimd: signal: Allocate SSVE storage when restoring ZA
    7761d7801f40e wifi: rsi: Fix memory corruption due to not set vif driver data size
    5d0ab96350e06 wifi: mwifiex: Fix a loop in mwifiex_update_ampdu_rxwinsize()
    36e0bc5e8b282 wifi: ath12k: fix dma_free_coherent() pointer
    1928851334ecf wifi: ath10k: fix dma_free_coherent() pointer
    f2677d6e2bbc5 mmc: sdhci-of-dwcmshc: Prevent illegal clock reduction in HS200/HS400 mode
    bcb72b6a39e90 mmc: rtsx_pci_sdmmc: implement sdmmc_card_busy function
    7bff0156d13f0 ALSA: usb-audio: Fix use-after-free in snd_usb_mixer_free()
    a8c42d11b0526 ALSA: ctxfi: Fix potential OOB access in audio mixer handling
    cbe409f68380a iio: dac: ad5686: add AD5695R to ad5686_chip_info_tbl
    c2d6e00829cbf iio: chemical: scd4x: fix reported channel endianness
    9795fe80976f8 iio: adc: at91-sama5d2_adc: Fix potential use-after-free in sama5d2_adc driver
    8271e1860c7cd iio: adc: ad9467: fix ad9434 vref mask
    9e77ef924fe31 iio: accel: iis328dq: fix gain values
    c0ebc3d8ad6b5 of: platform: Use default match table for /firmware
    f4c270975fe1d of: fix reference count leak in of_alias_scan()
    2757f7748ce2d leds: led-class: Only Add LED to leds_list when it is fully ready
    93dfcc59b2bf3 x86: make page fault handling disable interrupts properly
    03710cebfc0bc net/sched: act_ife: avoid possible NULL deref
    d9d5f222558b4 vsock/virtio: cap TX credit to local buffer size
    17c9b158bc4d7 vsock/test: fix seqpacket message bounds test
    02f9af192b98d vsock/virtio: fix potential underflow in virtio_transport_get_credit()
    c70e99dd37163 net: openvswitch: fix data race in ovs_vport_get_upcall_stats
    77c6aa2c388e9 octeontx2-af: Fix error handling
    4ad32b1e0ca42 net: dsa: fix off-by-one in maximum bridge ID determination
    0efee0b992f28 bonding: provide a net pointer to __skb_flow_dissect()
    a142ae1c56131 selftests: net: amt: wait longer for connection before sending packets
    e206fb415db36 be2net: Fix NULL pointer dereference in be_cmd_get_mac_from_list
    baafbbc23d421 drm/amd/pm: Workaround SI powertune issue on Radeon 430 (v2)
    2c1fc0547a870 drm/amd/pm: Don't clear SI SMC table when setting power limit
    c378cdae46369 usbnet: limit max_mtu based on device's hard_mtu
    fad8f4ff7928f ipv6: annotate data-race in ndisc_router_discovery()
    fc8ba17fd3337 mISDN: annotate data-race around dev->work
    bfb030a377e05 net: hns3: fix the HCLGE_FD_AD_NXT_KEY error setting issue
    3a1601756a905 net: hns3: fix wrong GENMASK() for HCLGE_FD_AD_COUNTER_NUM_M
    42e16254f1d3e be2net: fix data race in be_get_new_eqd
    a111d1fb91ae3 net: hns3: fix data race in hns3_fetch_stats
    f1f9cfd2f46a7 netdevsim: fix a race issue related to the operation on bpf_bound_progs list
    7f523dd499b72 ALSA: usb: Increase volume range that triggers a warning
    408bfa8d70f79 scsi: qla2xxx: Sanitize payload size to prevent member overflow
    9fdc6f28d5e81 scsi: core: Wake up the error handler when final completions race against each other
    0df7ecb393db7 riscv: clocksource: Fix stimecmp update hazard on RV32
    1b47e6d3bc026 kconfig: fix static linking of nconf
    24f31be6ad705 regmap: Fix race condition in hwspinlock irqsave routine
    417cdfd9b9f98 spi: spi-sprd-adi: Fix double free in probe error path
    1a27bd3c6949f spi: sprd-adi: switch to use spi_alloc_host()
    74634f4a64897 spi: sprd: adi: Use devm_register_restart_handler()
    aa79a5a959c7c interconnect: debugfs: initialize src_node and dst_node to empty strings
    ce8d8a3368128 iio: adc: ad7280a: handle spi_setup() errors in probe()
    7673167fac932 iio: imu: st_lsm6dsx: fix iio_chan_spec for sensors without event detection
    85eb83694a91c io_uring/io-wq: check IO_WQ_BIT_EXIT inside work run loop
    eb5ff1025c921 platform/x86: hp-bioscfg: Fix kernel panic in GET_INSTANCE_ID macro
    29917c80aa96a platform/x86: hp-bioscfg: Fix kobject warnings for empty attribute names
    6484f43740cc9 comedi: Fix getting range information for subdevices 16 to 255
    bf843b0624d89 x86/kfence: avoid writing L1TF-vulnerable PTEs
    8adc31a561a55 arm64: dts: rockchip: Fix voltage threshold for volume keys for Pinephone Pro
    929229fdd116a arm64: dts: rockchip: remove dangerous max-link-speed from helios64
    f86264ec0e2b1 scsi: xen: scsiback: Fix potential memory leak in scsiback_remove()
    156284ab2f641 scsi: storvsc: Process unsupported MODE_SENSE_10
    21937a189daa8 Input: i8042 - add quirk for ASUS Zenbook UX425QA_UM425QA
    dcecb4269dd4b Input: i8042 - add quirks for MECHREVO Wujie 15X Pro
    93cbf6d80da2a Revert "nfc/nci: Add the inconsistency check between the input data length and count"
    9367b4709b528 w1: fix redundant counter decrement in w1_attach_slave_device()
    6a5820ecfa5a7 w1: therm: Fix off-by-one buffer overflow in alarms_store
    aaff8f3a35c9d comedi: dmm32at: serialize use of paged registers
    dce0865a5828a serial: 8250_pci: Fix broken RS485 for F81504/508/512
    b0a9609283a5c crypto: authencesn - reject too-short AAD (assoclen<8) to match ESP/ESN spec
    93b8635974fb0 net/sched: qfq: Use cl_is_active to determine whether class is active in qfq_rm_from_ag
    0686bedfed341 net/sched: Enforce that teql can only be used as root qdisc
    fcf8cd4654790 octeontx2: cn10k: fix RX flowid TCAM mask handling
    04ba6de6eff61 ipvlan: Make the addrs_lock be per port
    68e92085427c8 l2tp: avoid one data-race in l2tp_tunnel_del_work()
    0bb986d83922c veth: fix data race in veth_get_ethtool_stats
    1cc98b8887cab fou: Don't allow 0 for FOU_ATTR_IPPROTO.
    4170ec351e456 tools: ynl: Specify --no-line-number in ynl-regen.sh.
    f87b9b7a618c8 gue: Fix skb memleak with inner IP protocol 0.
    8a8a5a43fef4e amd-xgbe: avoid misleading per-packet error log
    e7e81abbcc562 sctp: move SCTP_CMD_ASSOC_SHKEY right after SCTP_CMD_PEER_INIT
    ce4352057fc5a can: gs_usb: gs_usb_receive_bulk_callback(): unanchor URL on usb_submit_urb() error
    4b37dc63957cb selftests: net: fib-onlink-tests: Convert to use namespaces by default
    8ba4cf99c61cd selftests/net: convert fib-onlink-tests.sh to run it in unique namespace
    80c881e53a4fa bonding: limit BOND_MODE_8023AD to Ethernet devices
    b66dfde203fb4 net: usb: dm9601: remove broken SR9700 support
    b36bbac746ee6 igc: fix race condition in TX timestamp read for register 0
    9a151fd0bd7d9 ice: Avoid detrimental cleanup for bond during interface stop
    a6a0dd00178ea ice: initialize ring_stats->syncp
    e635e5b7eac83 ata: libata: Print features also for ATAPI devices
    02fc7c01a35d3 ata: libata: Call ata_dev_config_lpm() for ATAPI devices
    1c6714932c3df ata: libata-core: Introduce ata_dev_config_lpm()
    557b62028c077 ata: libata: Add cpr_log to ata_dev_print_features() early return
    e2d46e0b76cab pmdomain: qcom: rpmhpd: Add MXC to SC8280XP
    f0070413c6580 dt-bindings: power: qcom,rpmpd: Add SC8280XP_MXC_AO
    230c9ed464eda dt-bindings: power: qcom-rpmpd: split RPMh domains definitions
    564752b42d137 dt-bindings: power: qcom,rpmpd: add Turbo L5 corner
    64a0b97df8366 dt-bindings: power: qcom,rpmpd: document the SM8750 RPMh Power Domains
    658e1879ebe68 dt-bindings: power: rpmpd: Update part number to X1E80100
    ce649f43c4936 dt-bindings: power: qcom,rpmpd: document the SM8650 RPMh Power Domains
    25ebc01125e60 dt-bindings: power: rpmpd: Add MSM8917, MSM8937 and QM215
    f33305f0925be dt-bindings: power: qcom,rpmpd: Add SM7150
    ce5ee09c0aeea btrfs: fix missing fields in superblock backup with BLOCK_GROUP_TREE
    774089dc718f5 Drivers: hv: Always do Hyper-V panic notification in hv_kmsg_dump()
    fe11f976dd0ad hyperv-tlfs: Change prefix of generic HV_REGISTER_* MSRs to HV_MSR_*
    11536f3371f4a arm64: dts: qcom: sc8280xp: Add missing VDD_MXC links
    8d9f22c570ba3 testptp: Add option to open PHC in readonly mode
    4f3c8c7f4e1bd selftest/ptp: update ptp selftest to exercise the gettimex options
    59ac47a0275fc ptp: add testptp mask test
    4fbfc6bca4e37 ptp: Add PHC file mode checks. Allow RO adjtime() without FMODE_WRITE.
    ba3a97c832725 posix-clock: Store file pointer in struct posix_clock_context
    ea2d9bfd422e9 Fix memory leak in posix_clock_open()
    221e4d1e29bb4 posix-clock: introduce posix_clock_context concept
    2c590e4b3d4cc io_uring: move local task_work in exit cancel loop
    99da896614d17 btrfs: fix deadlock in wait_current_trans() due to ignored transaction type
    696ebf74738b9 dmaengine: ti: k3-udma: fix device leak on udma lookup
    6fdf168f57e33 dmaengine: ti: dma-crossbar: fix device leak on am335x route allocation
    8df7c3e6d1e5e dmaengine: ti: dma-crossbar: fix device leak on dra7x route allocation
    4e45ae701b816 dmaengine: sh: rz-dmac: Fix rz_dmac_terminate_all()
    6bf4ef078fd11 dmaengine: qcom: gpi: Fix memory leak in gpi_peripheral_config()
    9fba97baa520c dmaengine: lpc18xx-dmamux: fix device leak on route allocation
    c81ea0222eaaa dmaengine: idxd: fix device leaks on compat bind and unbind
    db7c79c1bbfb1 dmaengine: dw: dmamux: fix OF node leak on route allocation failure
    c80ca7bdff158 dmaengine: bcm-sba-raid: fix device leak on probe
    987c71671367f dmaengine: at_hdmac: fix device leak on of_dma_xlate()
    2838cb6133ac2 dmaengine: apple-admac: Add "apple,t8103-admac" compatible
    1f70af89b0893 drm/vmwgfx: Fix an error return check in vmw_compat_shader_add()
    bc0b17bdba383 drm/panel-simple: fix connector type for DataImage SCF0700C48GGU18 panel
    cb4c9fc5e79a7 drm/nouveau/disp/nv50-: Set lock_core in curs507a_prepare
    3dc1a40180264 drm/amdkfd: fix a memory leak in device_queue_manager_init()
    a4218ac0bb8e7 drm/amd: Clean up kfd node on surprise disconnect
    d9a82256a4c7e drm/amd/display: Bump the HDMI clock to 340MHz
    1d8f4d24fc1b3 LoongArch: Fix PMU counter allocation for mixed-type event groups
    43964644348f6 mm/damon/sysfs: cleanup attrs subdirs on context dir setup failure
    6ef36b329bbe2 mm/page_alloc: make percpu_pagelist_high_fraction reads lock-free
    b73f2834e1bc6 x86/resctrl: Fix memory bandwidth counter width for Hygon
    a78dca14fb2b0 x86/resctrl: Add missing resctrl initialization for Hygon
    71c5bc6720b60 tcpm: allow looking for role_sw device in the main node
    bfefcc78a8ec5 EDAC/i3200: Fix a resource leak in i3200_probe1()
    dc2365df328a9 EDAC/x38: Fix a resource leak in x38_probe1()
    ac92563601513 hrtimer: Fix softirq base check in update_needs_ipi()
    0b06cde92f2f9 ext4: fix iloc.bh leak in ext4_xattr_inode_update_ref
    ed61badfc2bc8 nvme-pci: disable secondary temp for Wodposit WPBSNM8
    3f6a36c9dc73d USB: serial: ftdi_sio: add support for PICAXE AXE027 cable
    f890044ad2959 USB: serial: option: add Telit LE910 MBIM composition
    384084a094c74 USB: OHCI/UHCI: Add soft dependencies on ehci_platform
    93f21786487cd usb: core: add USB_QUIRK_NO_BOS for devices that hang on BOS descriptor
    928e7d022d167 usb: dwc3: Check for USB4 IP_NAME
    ee82bc9f1df97 phy: tegra: xusb: Explicitly configure HS_DISCON_LEVEL to 0x7
    9e0d336e71c47 phy: rockchip: inno-usb2: fix disconnection in gadget mode
    16a6a73087fb4 phy: freescale: imx8m-pcie: assert phy reset during power on
    942381794fc31 phy: rockchip: inno-usb2: fix communication disruption in gadget mode
    9716e427489f6 x86/kaslr: Recognize all ZONE_DEVICE users as physaddr consumers
    809a437e27a3b net: can: j1939: j1939_xtp_rx_rts_session_active(): deactivate session upon receiving the second rts
    58d236065ba65 can: ctucanfd: fix SSP_SRC in cases when bit-rate is higher than 1 MBit.
    f905bcfa971ed can: gs_usb: gs_usb_receive_bulk_callback(): fix URB memory leak
    1a3286edf4d48 null_blk: fix kmemleak by releasing references to fault configfs items
    2de6d3348937f ALSA: pcm: Improve the fix for race of buffer access at PCM OSS layer
    8fab42516eb3c scsi: core: Fix error handler encryption support
    60e450eec5d63 drm/amd/display: Check dce_hwseq before dereferencing it
    d64557b61c1dd HID: usbhid: paper over wrong bNumDescriptor field
    d66d8ad31057d i2c: qcom-geni: make sure I2C hub controllers can't use SE DMA
    88a9483f093bb dmaengine: omap-dma: fix dma_pool resource leak in error paths
    2a7ddafac3820 phy: broadcom: ns-usb3: Fix Wvoid-pointer-to-enum-cast warning (again)
    76b870fdaad82 phy: stm32-usphyc: Fix off by one in probe()
    beba460a29915 phy: qcom-qusb2: Fix NULL pointer dereference on early suspend
    8151ecaaf08e3 phy: drop probe registration printks
    7070ed66aba3b phy: phy-snps-eusb2: refactor constructs names
    0b347b180ad5e phy: fsl-imx8mq-usb: Clear the PCS_TX_SWING_FULL field before using it
    0fd2001907fea dmaengine: xilinx_dma: Fix uninitialized addr_width when "xlnx,addrwidth" property is missing
    59cb421b0902f dmaengine: tegra-adma: Fix use-after-free
    df8a131a41ff6 dmaengine: xilinx: xdma: Fix regmap max_register
    7602a67114cd5 mm, kfence: describe @slab parameter in __kfence_obj_info()
    f332d75388ea5 textsearch: describe @list member in ts_ops search
    805f1c634817a ASoC: tlv320adcx140: fix word length
    659939d08e5f7 ASoC: tlv320adcx140: fix null pointer
    0a234660dc70c net/sched: sch_qfq: do not free existing class in qfq_change_class()
    a3f895d4494a8 selftests: drv-net: fix RPS mask handling for high CPU numbers
    9356b69d03d0f ipv6: Fix use-after-free in inet6_addr_del().
    82c9039c8ebb7 net: hv_netvsc: reject RSS hash key programming without RX indirection table
    58208907c4044 btrfs: fix memory leaks in create_space_info() error paths
    0bd151ce4200c btrfs: introduce btrfs_space_info sub-group
    42c8d48bf3abe btrfs: factor out check_removing_space_info() from btrfs_free_block_groups()
    34d5cd41418af btrfs: factor out init_space_info() from create_space_info()
    1fe74715ccb4e btrfs: store fs_info in space_info
    6126877f90fe7 net/mlx5e: Restore destroying state bit after profile cleanup
    147b9a2fc7a35 vsock/test: add a final full barrier after run all tests
    06fe0801396a3 ipv4: ip_gre: make ipgre_header() robust
    15f6faf36e162 macvlan: fix possible UAF in macvlan_forward_source()
    0ba0a79500fcf net: update netdev_lock_{type,name}
    2f03dafea0a80 ip6_tunnel: use skb_vlan_inet_prepare() in __ip6_tnl_rcv()
    98151bb13af1e net: bridge: annotate data-races around fdb->{updated,used}
    9f1ac4c98add7 net: bridge: Set BR_FDB_ADDED_BY_USER early in fdb_add_entry
    f2dc6ab3a14c2 btrfs: send: check for inline extents in range_is_hole_in_parent()
    fdecd3b6aac10 nvme-tcp: fix NULL pointer dereferences in nvmet_tcp_build_pdu_iovec
    50f80e82e7966 nvmet-tcp: remove boilerplate code
    611e839d2d552 can: etas_es58x: allow partial RX URB allocation to succeed
    869862056e100 pnfs/flexfiles: Fix memory leak in nfs4_ff_alloc_deviceid_node()
    55787a73fbb61 xfrm: Fix inner mode lookup in tunnel mode GSO segmentation
    6eb597cb4e37f ASoC: codecs: wsa884x: fix codec initialisation
    ca72af7608d68 Revert "gfs2: Fix use of bio_chain"
    30f9b41b03903 efi/cper: Fix cper_bits_to_str buffer handling and return value
    73069e1134029 firmware: imx: scu-irq: Set mu_resource_id before get handle
    cbb31f77b879f Linux 6.6.121
    0b1ac9743f3d9 riscv: Replace function-like macro by static inline function
    d03ee41854866 gpio: pca953x: fix wrong error probe return value
    5192f17d1127a bpf: test_run: Fix ctx leak in bpf_prog_test_run_xdp error path
    83eef6f904a84 scsi: sg: Fix occasional bogus elapsed time that exceeds timeout
    06f90c7dce191 ASoC: fsl_sai: Add missing registers to cache default
    2c4404d6e4edb ASoC: amd: yc: Add quirk for Honor MagicBook X16 2025
    be3923930a71b ALSA: usb-audio: Update for native DSD support quirks
    78d87b72cebe2 can: j1939: make j1939_session_activate() fail if device is no longer registered
    f73d92997388b drm/amd/display: Fix DP no audio issue
    53de1e6cde8f9 netfilter: nf_tables: avoid chain re-validation if possible
    c04b3a832c062 powercap: fix sscanf() error return value handling
    e07dea55aa134 powercap: fix race condition in register_control_type()
    98676ee71fd4e bpf: Fix reference count leak in bpf_prog_test_run_xdp()
    7c81ad5e580bd bpf, test_run: Subtract size of xdp_frame from allowed metadata size
    d08b4193cd55a bpf: Support specifying linear xdp packet data size for BPF_PROG_TEST_RUN
    875d7cb4fe156 bpf: Make variables in bpf_prog_test_run_xdp less confusing
    a60c827903b45 bpf: Fix an issue in bpf_prog_test_run_xdp when page size greater than 4K
    77c956152a3a7 riscv: uprobes: Add missing fence.i after building the XOL buffer
    5c7c4131beade x86/microcode/AMD: Select which microcode patch to load
    90c4cb136e398 NFSD: Remove NFSERR_EAGAIN
    249d45ca97381 nfs_common: factor out nfs_errtbl and nfs_stat_to_errno
    93a2e7eaf876d NFS: trace: show TIMEDOUT instead of 0x6e
    21f8bc5179bed ALSA: ac97: fix a double free in snd_ac97_controller_register()
    3b7c1a3805a51 ALSA: ac97bus: Use guard() for mutex locks
    a19df91b5b93b LoongArch: Add more instruction opcodes and emit_* helpers
    029935507d0af arp: do not assume dev_hard_header() does not change skb->head
    0d254b0a15f29 net: enetc: fix build warning when PAGE_SIZE is greater than 128K
    93f18eaa19037 net: usb: pegasus: fix memory leak in update_eth_regs_async()
    11bf9134613f6 net/sched: sch_qfq: Fix NULL deref when deactivating inactive aggregate in qfq_reset
    9be826178831c HID: quirks: work around VID/PID conflict for appledisplay
    88bea149db205 net: fix memory leak in skb_segment_list for GRO packets
    970a1ac90325f bnxt_en: Fix potential data corruption with HW GRO/LRO
    dc6f73f73ce88 net: wwan: iosm: Fix memory leak in ipc_mux_deinit()
    81e7205b82a7f net/mlx5e: Don't print error message due to invalid module
    0ab968d9c56bd netdev: preserve NETIF_F_ALL_FOR_ALL across TSO updates
    582a5e922a965 net: sock: fix hardened usercopy panic in sock_recv_errqueue
    874794fb4f3db inet: ping: Fix icmp out counting
    2985712dc76df net: mscc: ocelot: Fix crash when adding interface under a lag
    4c8facf028ec7 bridge: fix C-VLAN preservation in 802.1ad vlan_tunnel egress
    94e070cd50790 net: marvell: prestera: fix NULL dereference on devlink_alloc() failure
    3cd717359e56f netfilter: nf_conncount: update last_gc only when GC has been performed
    c6cfd76700551 netfilter: nf_tables: fix memory leak in nf_tables_newrule()
    76f4218bdadde gpio: pca953x: handle short interrupt pulses on PCAL devices
    4d7652d1a3525 gpio: pca953x: Add support for level-triggered interrupts
    26f64b3ee5172 gpio: pca953x: Utilise temporary variable for struct device
    2a968d1fd7bd6 gpio: pca953x: Utilise dev_err_probe() where it makes sense
    62ecdf65b8ab0 netfilter: nft_synproxy: avoid possible data-race on update operation
    51ea246778e57 arm64: dts: imx8mp: Fix LAN8740Ai PHY reference clock on DH electronics i.MX8M Plus DHCOM
    b6600d9d893f6 ARM: dts: imx6q-ba16: fix RTC interrupt level
    837fe3df68601 arm64: dts: add off-on-delay-us for usdhc2 regulator
    c6f7b3cf44856 scsi: Revert "scsi: libsas: Fix exp-attached device scan after probe failure scanned in again after probe failed"
    cf73e6020b3d7 scsi: ufs: core: Fix EH failure after W-LUN resume error
    ac01c92333497 scsi: ipr: Enable/disable IRQD_NO_BALANCING during reset
    afd993bababfe smb/client: fix NT_STATUS_NO_DATA_DETECTED value
    bbbc1a48f121a smb/client: fix NT_STATUS_DEVICE_DOOR_OPEN value
    ca9b4aaa7e63b smb/client: fix NT_STATUS_UNABLE_TO_FREE_VM value
    f18975f2cd41c NFS: Fix up the automount fs_context to use the correct cred
    f719a300eaa05 NFSv4: ensure the open stateid seqid doesn't go backwards
    af4fc583fd900 dm-snapshot: fix 'scheduling while atomic' on real-time kernels
    fc220dae3cf89 alpha: don't reference obsolete termio struct for TC* constants
    be3bc3d84a2a5 ARM: 9461/1: Disable HIGHPTE on PREEMPT_RT kernels
    78faf283336dc csky: fix csky_cmpxchg_fixup not working
    13159c7125636 tls: Use __sk_dst_get() and dst_dev_rcu() in get_netdev_for_sock().
    381261f24f4e4 NFSD: NFSv4 file creation neglects setting ACL
    4c06b7cb87e5b nfsd: set security label during create operations
    d761a185f8950 nfsd: Fix NFSv3 atomicity bugs in nfsd_setattr()
    ab2b5755269cf nfsd: convert to new timestamp accessors
    1310640f9ae92 net: Add locking to protect skb->dev access in ip_output
    9c2f8a9b68024 ksm: use range-walk function to jump over holes in scan_get_next_rmap_item
    4ebc711b738d1 libceph: make calc_target() set t->paused, not just clear it
    90a60fe61908a libceph: reset sparse-read state in osd_fault()
    e097cd858196b libceph: return the handler error from mon_handle_auth_done()
    8081faaf089db libceph: make free_choose_arg_map() resilient to partial allocation
    d3613770e2677 libceph: replace overzealous BUG_ON in osdmap_apply_incremental()
    ef208ea331ef6 libceph: prevent potential out-of-bounds reads in handle_auth_done()
    d21ec867d84c9 wifi: avoid kernel-infoleak from struct iw_point
    16e107d586208 pinctrl: qcom: lpass-lpi: mark the GPIO controller as sleeping
    7291ef23491f9 gpio: rockchip: mark the GPIO controller as sleeping
    e23882b11f8d3 drm/radeon: Remove __counted_by from ClockInfoArray.clockInfo[]
    526bd4bfa1206 drm/pl111: Fix error handling in pl111_amba_probe
    1c5a3175aecf8 counter: interrupt-cnt: Drop IRQF_NO_THREAD flag
    8a1b8778b7868 counter: 104-quad-8: Fix incorrect return value in IRQ handler
    84875a1d92243 lib/crypto: aes: Fix missing MMU protection for AES S-box
    e1e8d4973c1a7 mei: me: add nova lake point S DID
    a63998cd6687c btrfs: always detect conflicting inodes when logging inode refs
    28b2a80560969 net: 3com: 3c59x: fix possible null dereference in vortex_probe1()
    8f5211fc891d0 atm: Fix dma_free_coherent() size
    06600719d0f7a nfsd: provide locking for v4_end_grace
    e15e59b5aa624 NFSD: Fix permission check for read access to executable-only files

(From OE-Core rev: 3a8ee137c9147e6bf717fb903ea4c27b9d58fa34)

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-27 17:45:06 +00:00
Bruce Ashfield
1997141268 linux-yocto/6.6: update to v6.6.120
Updating linux-yocto/6.6 to the latest korg -stable release that comprises
the following commits:

    c596736dadab Linux 6.6.120
    0eb7d3da258b ext4: fix error message when rejecting the default hash
    52c4538a92da ext4: filesystems without casefold feature cannot be mounted with siphash
    bb4511b55fd3 Revert "iommu/amd: Skip enabling command/event buffers for kdump"
    0e8ac70521e6 firmware: arm_scmi: Fix unused notifier-block in unregister
    21e82354cdd7 tty: fix tty_port_tty_*hangup() kernel-doc
    25466e5b4bb1 blk-mq: setup queue ->tag_set before initializing hctx
    d292db57e915 pwm: stm32: Always program polarity
    b92ec4a84872 net: stmmac: make sure that ptp_rate is not 0 before configuring EST
    f6dcbd2bbea5 virtio_console: fix order of fields cols and rows
    8d8a670c1c28 mm/damon/tests/core-kunit: handle alloc failures in damon_test_update_monitoring_result()
    8bf34bd12231 mm/damon/tests/core-kunit: handle alloc failure on damon_test_set_attrs()
    c45dcf86c75e mm/damon/tests/core-kunit: handle alloc failures in damon_test_ops_registration()
    d41809aa8e24 mm/damon/tests/core-kunit: handle alloc failures in damon_test_set_regions()
    e471ed55f3d6 mm/damon/tests/core-kunit: handle alloc failures on damos_test_filter_out()
    8b6d3b7c12bd mm/damon/tests/core-kunit: handle memory alloc failure from damon_test_aggregate()
    520e8b12f0a4 mm/damon/tests/core-kunit: handle alloc failures on damon_test_split_regions_of()
    945e0575dcfc mm/damon/tests/core-kunit: handle memory failure from damon_test_target()
    3fc04a106f87 mm/damon/tests/core-kunit: handle alloc failures on damon_test_merge_two()
    7110f671d86a mm/damon/tests/core-kunit: handle alloc failures on dasmon_test_merge_regions_of()
    8feb7885b769 mm/damon/tests/core-kunit: handle alloc failures on damon_test_split_at()
    c6e1f6e91e9c mm/damon/tests/core-kunit: handle allocation failures in damon_test_regions()
    5988035dd57a mm/damon/tests/core-kunit: handle alloc failres in damon_test_new_filter()
    1c5a0de26879 mm/damon/tests/vaddr-kunit: handle alloc failures on damon_test_split_evenly_succ()
    c62c5296fdb8 RDMA/rxe: Fix the failure of ibv_query_device() and ibv_query_device_ex() tests
    32ca3557d968 RDMA/rxe: Remove the direct link to net_device
    f3652768a89c net: Allow to use SMP threads for backlog NAPI.
    03765d5c1808 net: Remove conditional threaded-NAPI wakeup based on task state.
    51445190c10a sched/fair: Proportional newidle balance
    5b7949a95c39 sched/fair: Small cleanup to update_newidle_cost()
    38d080768c85 sched/fair: Small cleanup to sched_balance_newidle()
    17d3103325e8 RDMA/core: Fix "KASAN: slab-use-after-free Read in ib_register_device" problem
    339bcd3d051c mm/damon/tests/vaddr-kunit: handle alloc failures on damon_do_test_apply_three_regions()
    b75608e7547d mm/damon/tests/vaddr-kunit: handle alloc failures in damon_test_split_evenly_fail()
    65a02ffb5223 KVM: SVM: Fix redundant updates of LBR MSR intercepts
    35c53e4eae0f KVM: nSVM: Fix and simplify LBR virtualization handling with nested
    e6ff197547a9 KVM: nSVM: Always recalculate LBR MSR intercepts in svm_update_lbrv()
    991d961055d0 KVM: SVM: Introduce svm_recalc_lbr_msr_intercepts()
    2c1ea6214827 media: mediatek: vcodec: Use spinlock for context list protection lock
    cc12debd518b media: amphion: Remove vpu_vb_is_codecconfig
    e42ccf472feb media: amphion: Make some vpu_v4l2 functions static
    93f537ffaece media: amphion: Add a frame flush mode for decoder
    37304368a2a9 KVM: nVMX: Immediately refresh APICv controls as needed on nested VM-Exit
    2f3139eaae99 powerpc/pseries/cmm: adjust BALLOON_MIGRATE when migrating pages
    47dee8b41fd7 mm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize()
    3339e058b80d mm/balloon_compaction: we cannot have isolated pages in the balloon list
    98a5af4a8eae media: verisilicon: Fix CPU stalls on G2 bus error
    5acc3c7d3c4c media: verisilicon: g2: Use common helpers to compute chroma and mv offsets
    381a387ececd media: verisilicon: Store chroma and motion vectors offset
    f7b8851c541e f2fs: fix to detect recoverable inode during dryrun of find_fsync_dnodes()
    be4c3a3c6c23 f2fs: use global inline_xattr_slab instead of per-sb slab cache
    34c817843cb3 f2fs: fix to propagate error from f2fs_enable_checkpoint()
    bcd0086ee5a2 f2fs: fix to avoid updating compression context during writeback
    b54cdce20f86 f2fs: drop inode from the donation list when the last file is closed
    1a00afcdaefc f2fs: keep POSIX_FADV_NOREUSE ranges
    64ed96a21f0f f2fs: remove unused GC_FAILURE_PIN
    ec3656a8cb42 genirq/irq_sim: Initialize work context pointers properly
    72295ae05d13 mm: fix arithmetic for max_prop_frac when setting max_ratio
    bcf2450f46cd mm: fix arithmetic for bdi min_ratio
    4584486cfcca net: dsa: sja1105: fix kasan out-of-bounds warning in sja1105_table_delete_entry()
    4914c0a16654 page_pool: Fix use-after-free in page_pool_recycle_in_ring
    b86dc510308d xfrm: state: fix out-of-bounds read during lookup
    3c591353956f ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()
    36acfec981d8 ext4: introduce ITAIL helper
    48098bb42a9f powerpc/64s/radix/kfence: map __kfence_pool at page granularity
    668350eba983 LoongArch: Refactor register restoration in ftrace_common_return
    6940c1d0c84a drm/amd/display: Fix null pointer deref in dcn20_resource.c
    d767ce15045d net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF.
    dbf427663ce2 usb: xhci: Apply the link chain quirk on NEC isoc endpoints
    bbda96e97a00 usb: xhci: move link chain bit quirk checks into one helper function.
    bf4127db6cb7 xhci: dbgtty: fix device unregister: fixup
    dff9dd015331 tty: introduce and use tty_port_tty_vhangup() helper
    21e52dc77629 drm/tilcdc: Fix removal actions in case of failed probe
    5bc791132f62 drm/tilcdc: request and mapp iomem with devres
    205aa0c83cd4 drm/mediatek: Fix probe resource leaks
    fef6d1474ab3 drm/mediatek: Fix probe memory leak
    11dba925f5fe drm/amdgpu: Forward VMID reservation errors
    5c7c7135468f mptcp: ensure context reset on disconnect()
    a902343f1331 net: phy: mediatek: fix nvmem cell reference leak in mt798x_phy_calibration
    b2e7973d83a8 pmdomain: imx: Fix reference count leak in imx_gpc_probe()
    4544cfa16834 pmdomain: Use device_get_match_data()
    d7ba1b448f2a mm: consider non-anon swap cache folios in folio_expected_ref_count()
    7e0fcf9d71c2 mm: simplify folio_expected_ref_count()
    6e5bff40bb38 wifi: mac80211: Discard Beacon frames to non-broadcast address
    46b9fd1433d2 lockd: fix vfs_test_lock() calls
    c9bf31522828 mptcp: fallback earlier on simult connection
    38a053796019 PCI: brcmstb: Fix disabling L0s capability
    cf74785c00b8 fuse: fix readahead reclaim deadlock
    7ba826aae1d4 svcrdma: bound check rq_pages index in inline path
    8ca34c5cedec ARM: dts: microchip: sama7g5: fix uart fifo size to 32
    2ce95f8656b6 gpiolib: acpi: Add quirk for Dell Precision 7780
    2e14206551bc NFSD: Clear SECLABEL in the suppattr_exclcreat bitmap
    8bd6dff8b801 f2fs: fix to avoid potential deadlock
    c375c4b3997e f2fs: use f2fs_err_ratelimited() to avoid redundant logs
    5ceea587c4e2 mptcp: pm: ignore unknown endpoint flags
    d1d03d9184a6 scsi: ufs: core: Add ufshcd_update_evt_hist() for UFS suspend error
    b0d2a7ccd17c usb: ohci-nxp: fix device leak on probe failure
    2a16f46eef6d usb: ohci-nxp: Use helper function devm_clk_get_enabled()
    c08838ce6b50 mm/ksm: fix exec/fork inheritance support for prctl
    93e4a783d34c wifi: mt76: Fix DTS power-limits on little endian systems
    bb2805532f76 btrfs: don't rewrite ret from inode_permission
    0baa9f64bf79 gfs2: fix freeze error handling
    35521feb614d jbd2: fix the inconsistency between checksum and data in memory for journal sb
    902ca2356f1e ext4: fix string copying in parse_apply_sb_mount_options()
    7a35a505d76a ALSA: hda: cs35l41: Fix NULL pointer dereference in cs35l41_hda_read_acpi()
    931c86fc7989 ALSA: wavefront: Clear substream pointers on close
    4425583a691a ALSA: wavefront: Use guard() for spin locks
    02b63f3bc292 ALSA: wavefront: Fix integer overflow in sample size validation
    596b04a1638e ALSA: wavefront: Use standard print API
    eee39f83246a mptcp: Initialise rcv_mss before calling tcp_send_active_reset() in mptcp_do_fastclose().
    d88481653d74 tpm: Cap the number of PCR banks
    dbd0829d2458 blk-mq: add helper for checking if one CPU is mapped to specified hctx
    9202337a2d90 usb: gadget: lpc32xx_udc: fix clock imbalance in error path
    23525fc0ea62 drm/nouveau/dispnv50: Don't call drm_atomic_get_crtc_state() in prepare_fb
    0336188cc85d drm/i915/gem: Zero-initialize the eb.vma array in i915_gem_do_execbuffer
    678d1c86566d drm/msm/dpu: Add missing NULL pointer check for pingpong interface
    56f07bc0a0ff drm/mgag200: Fix big-endian support
    3d004f7341d4 drm/ttm: Avoid NULL pointer deref for evicted BOs
    3144af03d517 drm/mediatek: Fix device node reference leak in mtk_dp_dt_parse()
    ed51ddd5d449 drm/gma500: Remove unused helper psb_fbdev_fb_setcolreg()
    f6916363112c drm/msm/a6xx: Fix out of bound IO access in a6xx_get_gmu_registers
    e05d53454b55 drm/amdgpu: add missing lock to amdgpu_ttm_access_memory_sdma
    9a8837f9a3e3 net: macb: Relocate mog_init_rings() callback from macb_mac_link_up() to macb_open()
    6b93c8ab6f6c net: nfc: fix deadlock between nfc_unregister_device and rfkill_fop_write
    907e8a8f506d net: usb: sr9700: fix incorrect command used to write single register
    cff353b7d1c7 nfsd: Drop the client reference in client_states_open()
    fd43edf357a3 LoongArch: BPF: Sign extend kfunc call arguments
    446c851e338b LoongArch: BPF: Zero-extend bpf_tail_call() index
    ad6ea65f154b fjes: Add missing iounmap in fjes_hw_init()
    2c4c0c09f964 e1000: fix OOB in e1000_tbi_should_accept()
    c0acdee51323 RDMA/cm: Fix leaking the multicast GID table reference
    9d85524789c2 RDMA/core: Check for the presence of LS_NLA_TYPE_DGID correctly
    a94bd2d93f7e samples/ftrace: Adjust LoongArch register restore order in direct calls
    b8f12a3ecf03 tools/mm/page_owner_sort: fix timestamp comparison for stable sorting
    45b44c3a5e62 x86/microcode/AMD: Fix Entrysign revision check for Zen5/Strix Halo
    3e3c0dc025f0 idr: fix idr_alloc() returning an ID out of range
    c9acbaec693b kasan: refactor pcpu kasan vmalloc unpoison
    e53bfe453059 compiler_types.h: add "auto" as a macro for "__auto_type"
    b9b5f45cc1b7 LoongArch: Use unsigned long for _end and _text
    f0b9e0bdc8bc LoongArch: Use __pmd()/__pte() for swap entry conversions
    582c1dcc5bb5 LoongArch: Fix build errors for CONFIG_RANDSTRUCT
    155d6a8f5d5f LoongArch: Correct the calculation logic of thread_count
    4632c8b0966d LoongArch: Add new PCI ID for pci_fixup_vgadev()
    80617b75fd70 media: mediatek: vcodec: Fix a reference leak in mtk_vcodec_fw_vpu_init()
    53e256b5c360 media: i2c: adv7842: Remove redundant cancel_delayed_work in probe
    a8e6cf7fa2be media: i2c: ADV7604: Remove redundant cancel_delayed_work in probe
    4b139f88c2ab media: amphion: Cancel message work before releasing the VPU core
    52604951b90c media: vpif_display: fix section mismatch
    08c6c6f2a570 media: vpif_capture: fix section mismatch
    1ad7c8174109 media: videobuf2: Fix device reference leak in vb2_dc_alloc error path
    99293be855c3 media: verisilicon: Protect G2 HEVC decoder against invalid DPB index
    b93abb4385b8 media: TDA1997x: Remove redundant cancel_delayed_work in probe
    1b5602078557 media: samsung: exynos4-is: fix potential ABBA deadlock on init
    4d8da22db935 media: renesas: rcar_drif: fix device node reference leak in rcar_drif_bond_enabled
    3a294b90cd1a media: msp3400: Avoid possible out-of-bounds array accesses in msp3400c_thread()
    4972ad7eec91 media: cec: Fix debugfs leak on bus_register() failure
    6b5dd195993b fbdev: tcx.c fix mem_map to correct smem_start offset
    cce58e4cc535 fbdev: pxafb: Fix multiple clamped values in pxafb_adjust_timing
    243b674b2b52 fbdev: gbefb: fix to use physical address instead of dma address
    2b0b703a3483 dm-bufio: align write boundary on physical block size
    34f6abd6e4c4 dm-ebs: Mark full buffer dirty even on partial write
    4654800c51be firmware: stratix10-svc: Add mutex in stratix10 memory management
    a73881ae085d media: adv7842: Avoid possible out-of-bounds array accesses in adv7842_cp_log_status()
    318d470f64ba powerpc/pseries/cmm: call balloon_devinfo_init() also without CONFIG_BALLOON_COMPACTION
    40feb7bcde49 parisc: entry: set W bit for !compat tasks in syscall_restore_rfi()
    d3842cbf13b7 parisc: entry.S: fix space adjustment on interruption for 64-bit userspace
    13cf5cd4d535 media: rc: st_rc: Fix reset control resource leak
    52bae1ff6805 mfd: max77620: Fix potential IRQ chip conflict when probing two devices
    1b630d8f2c27 mfd: altera-sysmgr: Fix device leak on sysmgr regmap lookup
    fbf57f5e453d clk: samsung: exynos-clkout: Assign .num before accessing .hws
    ae80fb3d4e8c leds: leds-lp50xx: Enable chip before any communication
    cc468490d143 leds: leds-lp50xx: LP5009 supports 3 modules for a total of 9 LEDs
    a406e6c74bd9 leds: leds-lp50xx: Allow LED 0 to be added to module bank
    b13a3dbfa196 powerpc/64s/slb: Fix SLB multihit issue during SLB preload
    db9c8e8d3cd6 powerpc, mm: Fix mprotect on book3s 32-bit
    14b08c85cb88 arm64: dts: ti: k3-j721e-sk: Fix pinmux for pin Y1 used by power regulator
    a1d55aa866db PCI/PM: Reinstate clearing state_saved in legacy and !PM codepaths
    9024cb893f17 HID: logitech-dj: Remove duplicate error logging
    240cd7f2812c iommu: disable SVA when CONFIG_X86 is set
    3627e0e773f1 iommu/tegra: fix device leak on probe_device()
    0314de9c844d iommu/sun50i: fix device leak on of_xlate()
    7b1df346f6c5 iommu/qcom: fix device leak on of_xlate()
    21a0e8bdee72 iommu/omap: fix device leaks on probe_device()
    173ff5fc9a15 iommu/mediatek: fix device leak on of_xlate()
    83f3010de73c iommu/mediatek-v1: fix device leaks on probe()
    e7bcedf59b28 iommu/mediatek-v1: fix device leak on probe_device()
    83a8e18f30a6 iommu/ipmmu-vmsa: fix device leak on of_xlate()
    e83739232b9f iommu/exynos: fix device leak on of_xlate()
    aa749c2daf02 iommu/apple-dart: fix device leak on of_xlate()
    b3e9fa847b2d iommu/amd: Fix pci_segment memleak in alloc_pci_segment()
    17ec295d3981 ASoC: qcom: qdsp6: q6asm-dai: set 10 ms period and buffer alignment.
    c4a8098b2985 ASoC: qcom: q6adm: the the copp device only during last instance
    54b1b731d235 ASoC: qcom: q6asm-dai: perform correct state check before closing
    ed120b75aef2 ASoC: qcom: q6apm-dai: set flags to reflect correct operation of appl_ptr
    4054a3597d04 ASoC: stm32: sai: fix OF node leak on probe
    8a6826a43d8d ASoC: stm32: sai: fix clk prepare imbalance on probe failure
    637d027bb75c ASoC: stm32: sai: fix device leak on probe
    49c2ef075dbe ntfs: Do not overwrite uptodate pages
    6c32d5bb9f8f selftests/ftrace: traceonoff_triggers: strip off names
    21077a775094 blk-mq: skip CPU offline notify on unmapped hctx
    0fbd2d4a1e2c blk-mq: don't schedule block kworker on isolated CPUs
    1d0026c1e4bc RDMA/bnxt_re: fix dma_free_coherent() pointer
    0ca967c599fd RDMA/rtrs: Fix clt_path::max_pages_per_mr calculation
    5012b4c81223 ksmbd: Fix memory leak in get_file_all_info()
    77645e82b739 RDMA/bnxt_re: Fix to use correct page size for PDE table
    639e07bbfa17 RDMA/bnxt_re: Fix IB_SEND_IP_CSUM handling in post_send
    689eb90b703b RDMA/bnxt_re: Fix incorrect BAR check in bnxt_qplib_map_creq_db()
    78d9259378aa RDMA/core: Fix logic error in ib_get_gids_from_rdma_hdr()
    c67499757bcf RDMA/efa: Remove possible negative shift
    fc23d05f0b3f RDMA/irdma: avoid invalid read in irdma_net_event
    9f6185a32496 net: rose: fix invalid array index in rose_kill_by_device()
    5979338c8301 ipv4: Fix reference count leak when using error routes with nexthop objects
    c53aa6a5086f ipv6: BUG() in pskb_expand_head() as part of calipso_skbuff_setattr()
    4d0ceb7677e1 net: stmmac: fix the crash issue for zero copy XDP_TX action
    b23a2e155894 octeontx2-pf: fix "UBSAN: shift-out-of-bounds error"
    cf7ae870560b platform/x86: hp-bioscfg: Fix out-of-bounds array access in ACPI package parsing
    25be7178446c net: bridge: Describe @tunnel_hash member in net_bridge_vlan_group struct
    38722e69ee64 net: usb: asix: validate PHY address before use
    0e85ce7a3755 net: dsa: b53: skip multicast entries for fdb_dump()
    328dc0b12fb8 firewire: nosy: Fix dma_free_coherent() size
    535ce34a5bdb genalloc.h: fix htmldocs warning
    ef277ae121b3 smc91x: fix broken irq-context in PREEMPT_RT
    2ac08f3dcd0c selftests: net: fix "buffer overflow detected" for tap.c
    4bd4ea3eb326 net: usb: rtl8150: fix memory leak on usb_submit_urb() failure
    e5ee9d93229b amd-xgbe: reset retries and mode on RX adapt failures
    6bfb62b6010a team: fix check for port enabled in team_queue_override_port_prio_changed()
    859bf9688bfb platform/x86: ibm_rtl: fix EBDA signature search pointer arithmetic
    ec24f3b4a831 platform/x86: msi-laptop: add missing sysfs_remove_group()
    1717357007db ip6_gre: make ip6gre_header() robust
    0fc642f011cb net: openvswitch: Avoid needlessly taking the RTNL on vport destroy
    248dadfee95a net: mdio: aspeed: add dummy read to avoid read-after-write issue
    c0ecb3e4451f Bluetooth: btusb: revert use of devm_kzalloc in btusb
    0279978adec6 crypto: seqiv - Do not use req->iv after crypto_aead_encrypt
    18de0e41d69d iavf: fix off-by-one issues in iavf_config_rss_reg()
    f38cca04a23f i40e: fix scheduling in set_rx_mode
    e27036473d39 wifi: mac80211: do not use old MBSSID elements
    8e628bebb109 wifi: cfg80211: sme: store capped length in __cfg80211_connect_result()
    34e9dd0a1281 wifi: rtw88: limit indirect IO under powered off for RTL8822CS
    5c04217d06a1 iommu/mediatek: fix use-after-free on probe deferral
    e19578444587 ARM: dts: microchip: sama5d2: fix spi flexcom fifo size to 32
    84716eb9dc31 hwmon: (w83l786ng) Convert macros to functions to avoid TOCTOU
    f94800fbc26c hwmon: (w83791d) Convert macros to functions to avoid TOCTOU
    3769c56a1f0d hwmon: (max16065) Use local variable to avoid TOCTOU
    237a3095bcd6 i2c: amd-mp2: fix reference leak in MP2 PCI device
    ad296c4e19c7 platform/x86: intel: chtwc_int33fe: don't dereference swnode args
    c6210714347f rpmsg: glink: fix rpmsg device leak
    3ccb504e8045 soc: amlogic: canvas: fix device leak on lookup
    c8ddc5f321d1 soc: qcom: ocmem: fix device leak on lookup
    98bf1dece54c tracing: Fix fixed array of synthetic event
    b3b689729cbc amba: tegra-ahb: Fix device leak on SMMU enable
    206c012bcbd1 crypto: caam - Add check for kcalloc() in test_len()
    84238876e3b3 crypto: af_alg - zero initialize memory allocated via sock_kmalloc
    d3c094e07853 selftests: openvswitch: Fix escape chars in regexp.
    4cd6081860a5 drm/amd/display: Use GFP_ATOMIC in dc_create_plane_state()
    0126560370ed io_uring/poll: correctly handle io_poll_add() return value on update
    ec5aadc4fa49 gpio: regmap: Fix memleak in error path in gpio_regmap_register()
    8c4e5a643de3 s390/ipl: Clear SBP flag when bootprog is set
    7359e1d39c78 btrfs: don't log conflicting inode if it's a dir moved in the current transaction
    d790ef0c4819 powerpc/kexec: Enable SMT before waking offline CPUs
    7452d53f2933 SUNRPC: svcauth_gss: avoid NULL deref on zero length gss_token in gss_read_proxy_verf
    21a64218450e svcrdma: return 0 on success from svc_rdma_copy_inline_range
    354834eb7867 nfsd: Mark variable __maybe_unused to avoid W=1 build break
    cd8cf2be3717 net/handshake: restore destructor on submit failure
    e0643d46759d fsnotify: do not generate ACCESS/MODIFY events on child for special files
    19d4c57ae91b r8169: fix RTL8117 Wake-on-Lan in DASH mode
    a143c3677662 PM: runtime: Do not clear needs_force_resume with enabled runtime PM
    65b1971147ec tracing: Do not register unsupported perf events
    079f1c3f5619 xfs: fix a memory leak in xfs_buf_item_init()
    97bf1f137364 KVM: nSVM: Clear exit_code_hi in VMCB when synthesizing nested VM-Exits
    d6d257ce44af KVM: nSVM: Set exit_code_hi to -1 when synthesizing SVM_EXIT_ERR (failed VMRUN)
    d44197b5281d KVM: SVM: Mark VMCB_PERM_MAP as dirty on nested VMRUN
    2d1d833b4025 KVM: nSVM: Propagate SVM_EXIT_CR0_SEL_WRITE correctly for LMSW emulation
    99c709294ac8 KVM: SVM: Mark VMCB_NPT as dirty on nested VMRUN
    aab88dcc4fb4 KVM: nSVM: Avoid incorrect injection of SVM_EXIT_CR0_SEL_WRITE
    7b54ccef865e KVM: x86: Fix VM hard lockup after prolonged inactivity with periodic HV timer
    73f77550086f KVM: x86: Explicitly set new periodic hrtimer expiration in apic_timer_fn()
    8ff24d46a4b2 KVM: x86: WARN if hrtimer callback for periodic APIC timer fires with period=0
    e927ab132b87 libceph: make decode_pool() more resilient against corrupted osdmaps
    e09fd2eb6d4c parisc: Do not reprogram affinitiy on ASP chip
    062774439d44 scs: fix a wrong parameter in __scs_magic
    393b8f9bedc7 platform/chrome: cros_ec_ishtp: Fix UAF after unbinding driver
    e30a69bf891e KVM: x86: Don't clear async #PF queue when CR0.PG is disabled (e.g. on #SMI)
    96f1b074c98c ocfs2: fix kernel BUG in ocfs2_find_victim_chain
    fb9bd6d8d314 media: vidtv: initialize local pointers upon transfer of memory ownership
    1e90812c0220 tools/testing/nvdimm: Use per-DIMM device handle
    a4c67d96f92e f2fs: fix return value of f2fs_recover_fsync_data()
    4ce9eecb7466 f2fs: fix age extent cache insertion skip on counter overflow
    3d65e27e57aa f2fs: invalidate dentry cache on failed whiteout creation
    efe3371001f5 f2fs: fix to avoid updating zero-sized extent in extent cache
    c3031cf2b61f f2fs: ensure node page reads complete before f2fs_put_super() finishes
    0260ad551b08 scsi: target: Reset t_task_cdb pointer in error case
    71074ea29886 NFSD: use correct reservation type in nfsd4_scsi_fence_client
    e354793a7ab9 scsi: aic94xx: fix use-after-free in device removal path
    e9e601b7df58 scsi: Revert "scsi: qla2xxx: Perform lockless command completion in abort path"
    6741f90220dc cpufreq: nforce2: fix reference count leak in nforce2
    dffe25224f51 cpuidle: governors: teo: Drop misguided target residency check
    ed023a179150 intel_th: Fix error handling in intel_th_output_open
    d285517429a7 char: applicom: fix NULL pointer dereference in ac_ioctl
    96e001d20405 usb: renesas_usbhs: Fix a resource leak in usbhs_pipe_malloc()
    679e15fb53f9 usb: dwc3: keep susphy enabled during exit to avoid controller faults
    fa8747590b0e usb: dwc3: of-simple: fix clock resource leak in dwc3_of_simple_probe
    75c5d9bce072 usb: phy: isp1301: fix non-OF device reference imbalance
    319f7a85b3c4 usb: phy: fsl-usb: Fix use-after-free in delayed work during device removal
    848132371006 USB: lpc32xx_udc: Fix error handling in probe
    4824123c9f87 phy: broadcom: bcm63xx-usbh: fix section mismatches
    f4cacf8827ba media: pvrusb2: Fix incorrect variable used in trace message
    4a54d8fcb093 media: dvb-usb: dtv5100: fix out-of-bounds in dtv5100_i2c_msg()
    22847606976c usb: usb-storage: Maintain minimal modifications to the bcdDevice range.
    252892d5a6a2 mptcp: avoid deadlock on fallback while reinjecting
    17b470ee53dd mptcp: schedule rtx timer only after pushing data
    fa4a445f832b media: v4l2-mem2mem: Fix outdated documentation
    94a16a3a1001 jbd2: use a weaker annotation in journal handling
    815327958ec4 jbd2: use a per-journal lock_class_key for jbd2_trans_commit_key
    79a0e4d3fbef ext4: align max orphan file size with e2fsprogs limit
    dc06c9dc5e1d ext4: fix incorrect group number assertion in mb_check_buddy
    36bf0f765333 ext4: clear i_state_flags when alloc inode
    b5d942922182 ext4: xattr: fix null pointer deref in ext4_raw_inode()
    2c0acd1a1e94 ktest.pl: Fix uninitialized var in config-bisect.pl
    5fd1a6c631b2 fs/ntfs3: fix mount failure for sparse runs in run_unpack()
    7ad2c3ae0795 kallsyms: Fix wrong "big" kernel symbol type read from procfs
    037cf435316e floppy: fix for PAGE_SIZE != 4KB
    59e7ee37d5f8 block: rate-limit capacity change info log
    075e7d288ca3 s390/dasd: Fix gendisk parent after copy pair swap
    4f4515f02497 lib/crypto: x86/blake2s: Fix 32-bit arg treated as 64-bit
    fe2ce8f925b0 mmc: sdhci-msm: Avoid early clock doubling during HS400 transition
    18b99fa603d0 io_uring: fix filename leak in __io_openat_prep()
    19166de97372 KEYS: trusted: Fix a memory leak in tpm2_load_cmd
    bc390b273720 cifs: Fix memory and information leak in smb3_reconfigure()
    23a89dda39f4 vhost/vsock: improve RCU read sections around vhost_vsock_get()
    cebfc2ba2e6f block: rnbd-clt: Fix signedness bug in init_dev()
    8d8cd3d315db platform/x86/intel/hid: Add Dell Pro Rugged 10/12 tablet to VGBS DMI quirks
    e3ef3e4888de nvme-fc: don't hold rport lock when putting ctrl
    62641daa93cb i2c: designware: Disable SMBus interrupts to prevent storms from mis-configured firmware
    92544ae44c44 libperf cpumap: Fix perf_cpu_map__max for an empty/NULL map
    1abf4ddeda5c serial: sprd: Return -EPROBE_DEFER when uart clock is not ready
    72ab74fce63b usb: usb-storage: No additional quirks need to be added to the EL-R12 optical drive.
    4373a81f6b0a usb: xhci: limit run_graceperiod for only usb 3.0 devices
    1803fe66c9f2 iio: adc: ti_am335x_adc: Limit step_avg to valid range for gcc complains
    914605b0de81 usb: typec: ucsi: Handle incorrect num_connectors capability
    de6dd14643e5 usbip: Fix locking bug in RT-enabled kernels
    44c8dccb09a2 exfat: fix remount failure in different process environments
    b1cad002d69a reset: fix BIT macro reference
    d2c7c90aca7b via_wdt: fix critical boot hang due to unnamed resource allocation
    b39fa021839b fuse: Invalidate the page cache after FOPEN_DIRECT_IO write
    6c6a81d86a3c fuse: Always flush the page cache before FOPEN_DIRECT_IO write
    69f05f3e5390 scsi: qla2xxx: Use reinit_completion on mbx_intr_comp
    0ec5059916f5 scsi: qla2xxx: Fix initiator mode with qlini_mode=exclusive
    61c409780367 scsi: qla2xxx: Fix lost interrupts with qlini_mode=disabled
    b5020721e953 powerpc/addnote: Fix overflow on 32-bit builds
    71f543a56177 clk: mvebu: cp110 add CLK_IGNORE_UNUSED to pcie_x10, pcie_x11 & pcie_x4
    cad4dfddaf69 ti-sysc: allow OMAP2 and OMAP4 timers to be reserved on AM33xx
    a6f1ced333a6 firmware: imx: scu-irq: Init workqueue before request mbox channel
    aafed85dbff7 ipmi: Fix __scan_channels() failing to rescan channels
    42985fb28312 ipmi: Fix the race between __scan_channels() and deliver_response()
    2f21a7cbaaa9 ALSA: usb-mixer: us16x08: validate meter packet indices
    ba2d15635e59 ALSA: pcmcia: Fix resource leak in snd_pdacf_probe error path
    930acded6bbf ALSA: vxpocket: Fix resource leak in vxpocket_probe error path
    8f289fa12926 net/hsr: fix NULL pointer dereference in prp_get_untagged_frame()
    97575fb2b714 dt-bindings: mmc: sdhci-of-aspeed: Switch ref to sdhci-common.yaml
    d9bd2d0985b2 mmc: sdhci-esdhc-imx: add alternate ARCH_S32 dependency to Kconfig
    3dd6d0138482 spi: fsl-cpm: Check length parity before switching to 16 bit mode
    a287987af354 ACPI: CPPC: Fix missing PCC check for guaranteed_perf
    ef0f9059a647 ACPI: PCC: Fix race condition by removing static qualifier
    20dbeaed2459 can: gs_usb: gs_can_open(): fix error handling
    3f3c1c05c6ff Input: i8042 - add TUXEDO InfinityBook Max Gen10 AMD to i8042 quirk table
    bf95ec558058 Input: ti_am335x_tsc - fix off-by-one error in wire_order validation
    2bee957f6155 HID: input: map HID_GD_Z to ABS_DISTANCE for stylus/pen
    a28a375a5439 ksmbd: fix buffer validation by including null terminator size in EA length
    e54fb2a47725 ksmbd: Fix refcount leak when invalid session is found on session lookup
    da29cd197246 ksmbd: skip lock-range check on equal size to avoid size==0 underflow
    378a5d288598 block: rnbd-clt: Fix leaked ID in init_dev()
    d9479998c19a spi: cadence-quadspi: Fix clock disable on probe failure path
    a0fee4e618f1 x86/xen: Fix sparse warning in enlighten_pv.c
    79ee93cb007e x86/xen: Move Xen upcall handler
    86fcc629fdc0 drm/panel: sony-td4353-jdi: Enable prepare_prev_first
    fd8bb8fa7bc9 MIPS: Fix a reference leak bug in ip22_check_gio()
    11dddaed6978 hwmon: (tmp401) fix overflow caused by default conversion rate value
    fa37adcf1d56 hwmon: (ibmpex) fix use-after-free in high/low store
    b7b4f3bf118f net: hns3: add VLAN id validation before using
    3708637cb0d4 net: hns3: using the num_tqps to check whether tqp_index is out of range when vf get ring info from mbx
    1956d47a03eb net: hns3: using the num_tqps in the vf driver to apply for resources
    049538a3aa98 net: enetc: do not transmit redirected XDP frames when the link is down
    011ae80c49d9 net/handshake: duplicate handshake cancellations leak socket
    7646e5d8188b net/mlx5: Serialize firmware reset with devlink
    873cb8bb91ba net/mlx5: Skip HotPlug check on sync reset using hot reset
    de0560f2c33c net/mlx5: fw_tracer, Handle escaped percent properly
    8ac688c0e430 net/mlx5: fw_tracer, Validate format string parameters
    0b0e4639a827 net/mlx5: Drain firmware reset in shutdown callback
    24d3f86df879 net/mlx5: fw reset, clear reset requested on drain_fw_reset
    ca9983bc3a11 ethtool: Avoid overflowing userspace buffer on stats query
    4cc829d61f10 iommufd/selftest: Check for overflow in IOMMU_TEST_OP_ADD_RESERVED
    a9c87779df20 netfilter: nf_tables: remove redundant chain validation on register store
    1816619b2fe8 netfilter: nf_tables: allow loads only when register is initialized
    fb1347c5c016 netfilter: nf_tables: pass context structure to nft_parse_register_load
    8bc10b03e705 nfc: pn533: Fix error code in pn533_acr122_poweron_rdr()
    2f125ebe47d6 net/sched: ets: Remove drr class from the active list if it changes to strict
    f818cd472565 caif: fix integer underflow in cffrml_receive()
    4729ff0581fb ipvs: fix ipv4 null-ptr-deref in route error path
    325eb61bb307 netfilter: nf_conncount: fix leaked ct in error paths
    3e778855fbce broadcom: b44: prevent uninitialized value usage
    10ffc558246f net: openvswitch: fix middle attribute validation in push_nsh() action
    5f2831fc593c mlxsw: spectrum_mr: Fix use-after-free when updating multicast route stats
    4a3c569005f4 mlxsw: spectrum_router: Fix neighbour use-after-free
    5a182635fef3 mlxsw: spectrum_router: Fix possible neighbour reference count leak
    17aefe815462 ipvlan: Ignore PACKET_LOOPBACK in handle_mode_l2()
    9987cda315c0 net/sched: ets: Always remove class from active list before deleting in ets_qdisc_change
    156a0f6341dc netrom: Fix memory leak in nr_sendmsg()
    0e26e3ef8e5c net: fec: ERR007885 Workaround for XDP TX path
    ab794ec9f374 gfs2: Fix use of bio_chain
    96a60775dbb1 Bluetooth: btusb: Add new VID/PID 13d3/3533 for RTL8821CE
    6d9a87ecf31f Bluetooth: btusb: Add new VID/PID 2b89/6275 for RTL8761BUV
    5adad9727a81 ksmbd: vfs: fix race on m_flags in vfs_cache
    d64977495e44 ksmbd: fix use-after-free in ksmbd_tree_connect_put under concurrency
    c4d7795fa55e smb/server: fix return value of smb2_ioctl()
    11860cf9cc87 gfs2: fix remote evict for read-only filesystems
    58d3e00853e4 btrfs: scrub: always update btrfs_scrub_progress::last_physical
    935284aaf233 wifi: brcmfmac: Add DMI nvram filename quirk for Acer A1 840 tablet
    857e7a2d5a94 hfsplus: fix volume corruption issue for generic/073
    05ec9af3cc43 hfsplus: Verify inode mode when loading from disk
    b9d1c6bb5f19 hfsplus: fix missing hfs_bnode_get() in __hfs_bnode_create
    6348bea92f4f hfsplus: fix volume corruption issue for generic/070
    44a38eb4f787 ntfs: set dummy blocksize to read boot_block when mounting
    fb9e2f99ac10 kbuild: Use objtree for module signing key path
    f5c2a7cb2f00 fs/ntfs3: Support timestamps prior to epoch
    fefb29d64e7b livepatch: Match old_sympos 0 and 1 in klp_find_func()
    e71e8079adfe cpuidle: menu: Use residency threshold in polling state override decisions
    ae7ead58d949 cpufreq: s5pv210: fix refcount leak
    9ba782fbe66a cpufreq: dt-platdev: Add JH7110S SOC to the allowlist
    ce2bdfc4af3f ACPI: property: Use ACPI functions in acpi_graph_get_next_endpoint() only
    1bc34293dfbd ACPICA: Avoid walking the Namespace if start_node is NULL
    30917f8d4383 x86/ptrace: Always inline trivial accessors
    6c074ccf7705 sched/fair: Revert max_newidle_lb_cost bump
    91e448e69aca sched/deadline: only set free_cpus for online runqueues
    6e41d9ec8d7c perf/x86/amd: Check event before enable to avoid GPF
    011e356fe41e iomap: account for unaligned end offsets when truncating read range
    82b60ffbb532 iomap: adjust read range correctly for non-block-aligned positions
    c0c0951b9cd4 btrfs: fix memory leak of fs_devices in degraded seed device path
    f64105c91557 bpf, arm64: Do not audit capability check in do_jit()
    beeed972ab48 btrfs: fix a potential path leak in print_data_reloc_error()
    54ac15426326 btrfs: do not skip logging new dentries when logging a new name
    e5daff089b92 ipv6: add exception routes to GC list in rt6_insert_exception
    90f7d995b861 ipv6: avoid possible NULL deref in modify_prefix_route()
    dea3ed2c16f9 ALSA: dice: fix buffer overflow in detect_stream_formats()
    dbf2d472323d usb: phy: Initialize struct usb_phy list_head
    4ef659d1f2e1 usb: gadget: tegra-xudc: Always reinitialize data toggle when clear halt
    7c0b3edb6c77 net: lan743x: Allocate rings outside ZONE_DMA
    95eb965ce0a6 LoongArch: Add machine_kexec_mask_interrupts() implementation
    8d9d121e3799 ocfs2: fix memory leak in ocfs2_merge_rec_left()
    c21c606ad398 irqchip/mchp-eic: Fix error code in mchp_eic_domain_alloc()
    94a4c58d7195 efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specs
    f5a28c4ee058 efi/cper: Adjust infopfx size to accept an extra space
    b930724424b7 efi/cper: Add a new helper function to print bitmasks
    99bc41d7d796 dm log-writes: Add missing set_freezable() for freezable kthread
    448092910421 dm-raid: fix possible NULL dereference with undefined raid type
    ca8764c0ea1f block: Use RCU in blk_mq_[un]quiesce_tagset() instead of set->tag_list_lock
    fd7e7353a5ba ARM: 9464/1: fix input-only operand modification in load_unaligned_zeropad()
    6d4f17782ce4 ALSA: firewire-motu: add bounds check in put_user loop for DSP events
    2e09c882a66e rtc: gamecube: Check the return value of ioremap()
    5ef0faed120a ALSA: uapi: Fix typo in asound.h comment
    74f2a6b2cff8 dma/pool: eliminate alloc_pages warning in atomic_pool_expand
    ddd32ec66bc4 ALSA: firewire-motu: fix buffer overflow in hwdep read for DSP events
    1e59c7587bb0 nvme-auth: use kvfree() for memory allocated with kvcalloc()
    27d20907debf block: fix comment for op_is_zone_mgmt() to include RESET_ALL
    94f146df56fb blk-mq: Abort suspend when wakeup events are pending
    5e3230f9f644 ASoC: ak5558: Disable regulator when error happens
    8465515b8689 ASoC: ak4458: Disable regulator when error happens
    5fd617128b57 ASoC: bcm: bcm63xx-pcm-whistler: Check return value of of_dma_configure()
    1edf1b4467d3 platform/x86: asus-wmi: use brightness_set_blocking() for kbd led
    4543d9ccd99e fs/nls: Fix inconsistency between utf8_to_utf32() and utf32_to_utf8()
    a98719b6af3e NFS: Fix inheritance of the block sizes when automounting
    52cfde819a96 Expand the type of nfs_fattr->valid
    dce10c59211e NFS: Automounted filesystems should inherit ro,noexec,nodev,sync flags
    e04647b63cfd Revert "nfs: ignore SB_RDONLY when mounting nfs"
    350e69eb93ef Revert "nfs: clear SB_RDONLY before getting superblock"
    b2ed74f8ccd2 Revert "nfs: ignore SB_RDONLY when remounting nfs"
    f718f9ea6094 NFSv4/pNFS: Clear NFS_INO_LAYOUTCOMMIT in pnfs_mark_layout_stateid_invalid
    b8045ad0d53a NFS: Initialise verifiers for visible dentries in nfs_atomic_open()
    991609c4a7b1 NFS: Initialise verifiers for visible dentries in readdir and lookup
    29e8d9b274c9 fs/nls: Fix utf16 to utf8 conversion
    796318ae388f NFS: Avoid changing nlink when file removes and attribute updates race
    f1fe47f592d3 9p: fix cache/debug options printing in v9fs_show_options
    a888905f2874 fbdev: ssd1307fb: fix potential page leak in ssd1307fb_probe()
    ae836bfac958 pinctrl: single: Fix incorrect type for error return variable
    de0711dbfb5c pinctrl: single: Fix PIN_CONFIG_BIAS_DISABLE handling
    7438b1d70bf2 perf tools: Fix split kallsyms DSO counting
    d01f0e072dad net/sched: sch_cake: Fix incorrect qlen reduction in cake_drop
    84a7efd23b78 clk: keystone: fix compile testing
    fe78b35d19ae md/raid5: fix IO hang when array is broken with IO inflight
    61f371ade3b6 remoteproc: qcom_q6v5_wcss: fix parsing of qcom,halt-regs
    d31af068650c mtd: lpddr_cmds: fix signed shifts in lpddr_cmds
    c44e376a533e selftests: bonding: add delay before each xvlan_over_bond connectivity check
    4035ea8f02fd selftests: bonding: add ipvlan over bond testing
    194788280708 selftests: bonding: Add more missing config options
    12364ab3a790 selftests: bonding: add missing build configs
    d29034c70f15 mtd: rawnand: renesas: Handle devm_pm_runtime_enable() errors
    660936cb5155 net: stmmac: fix rx limit check in stmmac_rx_zc()
    8286c02fe910 netfilter: nft_connlimit: update the count if add was skipped
    da9f247fb5ef netfilter: nf_conncount: rework API to use sk_buff directly
    11b01b8ef1b1 netfilter: flowtable: check for maximum number of encapsulations in bridge vlan
    c327ca1b2de5 Reinstate "resource: avoid unnecessary lookups in find_next_iomem_res()"
    14f860fb0873 resource: introduce is_type_match() helper and use it
    7c5527d18857 resource: replace open coded resource_intersection()
    9bf08dab7041 resource: Reuse for_each_resource() macro
    09811a83b214 regulator: core: Protect regulator_supply_alias_list with regulator_list_mutex
    6338e278de4a ARM: dts: samsung: exynos4412-midas: turn off SDIO WLAN chip during system suspend
    7236e72a91ee ARM: dts: samsung: exynos4210-trats: turn off SDIO WLAN chip during system suspend
    3ff05c6af301 ARM: dts: samsung: exynos4210-i9100: turn off SDIO WLAN chip during system suspend
    83a9770432f5 ARM: dts: samsung: universal_c210: turn off SDIO WLAN chip during system suspend
    886c8f5af8a9 ASoC: Intel: catpt: Fix error path in hw_params()
    84b3ea5ba85c vdpa/pds: use %pe for ERR_PTR() in event handler registration
    c1947cecdd5c virtio: fix virtqueue_set_affinity() docs
    1c7d1ef95abf virtio: fix whitespace in virtio_config_ops
    83dc689e138b virtio: fix typo in virtio_device_ready() comment
    22b11e8f0b8f virtio_vdpa: fix misleading return in void function
    55b273382c52 ext4: improve integrity checking in __mb_check_buddy by enhancing order-0 validation
    0adc8de19be0 ext4: remove unused return value of __mb_check_buddy
    db5deba07f53 ublk: prevent invalid access with DEBUG
    0a0a51092c1c ublk: complete command synchronously on error
    84ea891dc897 ublk: make sure io cmd handled in submitter task context
    c242024efd1b ACPI: processor_core: fix map_x2apic_id for amd-pstate on am4
    1968f2ab4188 hwmon: sy7636a: Fix regulator_enable resource leak on error path
    e84690a05e47 drm/amd/display: Fix logical vs bitwise bug in get_embedded_panel_info_v2_1()
    6dca0f3f61ab ASoC: fsl_xcvr: clear the channel status control memory
    aaf2a6097116 RDMA/irdma: Do not directly rely on IB_PD_UNSAFE_GLOBAL_RKEY
    715fdb3b3054 RDMA/irdma: Add support to re-register a memory region
    8c7b21f37494 RDMA/irdma: Fix data race in irdma_free_pble
    444de2316b09 RDMA/irdma: Fix data race in irdma_sc_ccq_arm
    599632e08859 iommu/arm-smmu-qcom: Enable use of all SMR groups when running bare-metal
    136ff909dfb9 backlight: lp855x: Fix lp855x.h kernel-doc warnings
    30cbe4b64274 backlight: led-bl: Add devlink to supplier LEDs
    26fa6991683f wifi: ieee80211: correct FILS status codes
    e3676761efb2 iomap: always run error completions in user context
    4ae9ff07bc2b iomap: factor out a iomap_dio_done helper
    7e50ce619ec6 drm/nouveau: restrict the flush page to a 32-bit address
    96c56c5ff4e4 PCI: dwc: Fix wrong PORT_LOGIC_LTSSM_STATE_MASK definition
    5928832a90c1 btrfs: fix leaf leak in an error path in btrfs_del_items()
    3cfa3d4b155a staging: fbtft: core: fix potential memory leak in fbtft_probe_common()
    d6ce96e10e4d firmware: stratix10-svc: fix make htmldocs warning for stratix10_svc
    1c3c234af940 mt76: mt7615: Fix memory leak in mt7615_mcu_wtbl_sta_add()
    ccc585db618c RDMA/bnxt_re: Fix the inline size for GenP7 devices
    e3e1c7416be8 RISC-V: KVM: Fix guest page fault within HLV* instructions
    76ae0cc39673 crypto: ccree - Correctly handle return of sg_nents_for_len
    6cd14414394b crypto: starfive - Correctly handle return of sg_nents_for_len
    6a17f898a8bf selftests/bpf: Improve reliability of test_perf_branches_no_hw()
    e5343f28814d selftests/bpf: skip test_perf_branches_hw() on unsupported platforms
    3915c76df201 usb: raw-gadget: cap raw_io transfer length to KMALLOC_MAX_SIZE
    b6943283343b usb: dwc2: fix hang during suspend if set as peripheral
    bac021bf0733 usb: dwc2: fix hang during shutdown if set as peripheral
    7e993b9d6d24 usb: dwc2: disable platform lowlevel hw resources during shutdown
    b90c743a0a32 usb: chaoskey: fix locking for O_NONBLOCK
    cca3e7df3c0f ima: Handle error code returned by ima_filter_rule_match()
    dc153401fb26 wifi: rtl818x: rtl8187: Fix potential buffer underflow in rtl8187_rx_cb()
    06a5e91764ed cpuset: Treat cpusets in attaching as populated
    49dc43b25d34 net: phy: adin1100: Fix software power-down ready condition
    8d946fccf5b4 phy: renesas: rcar-gen3-usb2: Fix an error handling path in rcar_gen3_phy_usb2_probe()
    c23e0dfb05f1 mfd: mt6358-irq: Fix missing irq_domain_remove() in error path
    eb09da83e409 mfd: mt6397-irq: Fix missing irq_domain_remove() in error path
    19eda47ce3f1 wifi: mac80211: fix CMAC functions not handling errors
    7fce2c2ce881 wifi: mac80211: remove RX_DROP_UNUSABLE
    4bccd506a1f1 scsi: qla2xxx: Fix improper freeing of purex item
    6b4cd95bd746 pwm: bcm2835: Make sure the channel is enabled after pwm_request()
    f153fc44c760 perf arm_spe: Fix memset subclass in operation
    64378caea949 perf arm-spe: Extend branch operations
    cb2b0caa8ca9 ipv6: clear RA flags when adding a static route
    bd12abe294c7 net/ipv6: Remove expired routes with a separated list of routes.
    d258ebe7059a drm/mediatek: Fix CCORR mtk_ctm_s31_32_to_s1_n function issue
    9068cfff4cab fs/ntfs3: Prevent memory leaks in add sub record
    ba125e8f8d11 fs/ntfs3: out1 also needs to put mi
    800153219f04 powerpc/64s/ptdump: Fix kernel_hash_pagetable dump for ISA v3.00 HPTE format
    e95d7d5821f6 powerpc/64s/hash: Restrict stress_hpt_struct memblock region to within RMA limit
    bf2c990b0121 bpf: Fix invalid prog->stats access when update_effective_progs fails
    c8201d1353c5 bpf: Improve program stats run-time calculation
    bf8513dfa31e wifi: rtl818x: Fix potential memory leaks in rtl8180_init_rx_ring()
    5ed033c54133 drm/msm/a2xx: stop over-complaining about the legacy firmware
    9f7ab3fbadf3 NFSD/blocklayout: Fix minlength check in proc_layoutget
    07a031029201 tracefs: fix a leak in eventfs_create_events_dir()
    74f25cec6e26 watchdog: starfive: Fix resource leak in probe error path
    0592410b31f1 watchdog: wdat_wdt: Fix ACPI table leak in probe function
    97b876fa8832 bpf: Check skb->transport_header is set in bpf_skb_check_mtu
    67d295d202e2 selftests/bpf: Fix failure paths in send_signal test
    edcb09848a32 bpf: Handle return value of ftrace_set_filter_ip in register_fentry
    bf8f8528b762 ps3disk: use memcpy_{from,to}_bvec index
    f5391a065c15 arm64: dts: rockchip: Add eeprom vcc-supply for Radxa ROCK 5A
    6b73166d3b4b arm64: dts: rockchip: Move the EEPROM to correct I2C bus on Radxa ROCK 5A
    3800c97efff2 PCI: keystone: Exit ks_pcie_probe() for invalid mode
    994d6303ed0b bpf: Free special fields when update [lru_,]percpu_hash maps
    df38a4843ab5 leds: netxbig: Fix GPIO descriptor leak in error paths
    796037ca2fab scsi: sim710: Fix resource leak by adding missing ioport_unmap() calls
    39c754efb3e1 ACPI: property: Fix fwnode refcount leak in acpi_fwnode_graph_parse_endpoint()
    bcb94288d95c ocfs2: relax BUG() to ocfs2_error() in __ocfs2_move_extent()
    7c8a7d87af9d lib/vsprintf: Check pointer before dereferencing in time_and_date()
    43e2c9203d0f clk: renesas: r9a06g032: Fix memory leak in error path
    bb5f23ae16be coresight: etm4x: Add context synchronization before enabling trace
    289d9a2a98ba coresight: etm4x: Extract the trace unit controlling
    60f664206be2 coresight: etm4x: Correct polling IDLE bit
    2e5e0665a594 nbd: defer config unlock in nbd_genl_connect
    cbfcd8ee53c2 wifi: cw1200: Fix potential memory leak in cw1200_bh_rx_helper()
    61abf8c3162d macintosh/mac_hid: fix race condition in mac_hid_toggle_emumouse
    d5720e4045af powerpc/32: Fix unpaired stwcx. on interrupt exit
    a68afb6d6540 cpufreq/amd-pstate: Call cppc_set_auto_sel() only for online CPUs
    ef2bbc11b82b scsi: ufs: core: fix incorrect buffer duplication in ufshcd_read_string_desc()
    907bf69c6b6c ntfs3: init run lock for extend inode
    86322d5110ae ARM: dts: stm32: stm32mp157c-phycore: Fix STMPE811 touchscreen node properties
    d76abca88045 RDMA/rtrs: server: Fix error handling in get_or_create_srv
    841ccb2df19b dt-bindings: PCI: amlogic: Fix the register name of the DBI region
    6cbba9229348 staging: most: remove broken i2c driver
    bb0f288a2c4b staging: most: i2c: Drop explicit initialization of struct i2c_device_id::driver_data to 0
    6d2390653d82 scsi: smartpqi: Fix device resources accessed after device removal
    1867723a98c8 scsi: stex: Fix reboot_notifier leak in probe error path
    1ba2ced2bbdf nbd: defer config put in recv_work
    e432944735ed regulator: core: disable supply if enabling main regulator fails
    313ab3b06f77 perf/x86/intel: Correct large PEBS flag check
    22b62f223c07 ext4: correct the checking of quota files before moving extents
    b5ed17a40909 mfd: da9055: Fix missing regmap_del_irq_chip() in error path
    e4d11160a77d efi/libstub: Fix page table access in 5-level to 4-level paging transition
    6f16ed9c8401 x86/boot: Fix page table access in 5-level to 4-level paging transition
    182b0cc9c6d5 ARM: dts: omap3: n900: Correct obsolete TWL4030 power compatible
    4c1dd8da5386 ARM: dts: omap3: beagle-xm: Correct obsolete TWL4030 power compatible
    2470624c4a21 ARM: dts: am335x-netcom-plus-2xx: add missing GPIO labels
    c934e40246da spi: tegra210-quad: Fix timeout handling
    577d1ef18499 fs/9p: Don't open remote file with APPEND mode when writeback cache is used
    3b8431f15cdd scsi: target: Do not write NUL characters into ASCII configfs output
    4eee4a5b9b2e power: supply: apm_power: only unset own apm_get_power_status
    ea3bdf099e6e power: supply: wm831x: Check wm831x_set_bits() return value
    0fcbaf9e99dc power: supply: rt9467: Prevent using uninitialized local variable in rt9467_set_value_from_ranges()
    5e9308f3539b power: supply: rt9467: Return error on failure in rt9467_set_value_from_ranges()
    1f309df63785 power: supply: cw2015: Check devm_delayed_work_autocancel() return code
    42c1d38de86e perf record: skip synthesize event when open evsel failed
    4dc555120afc perf lock contention: Load kernel map before lookup
    9dd3998165ea perf maps: Add maps__load_first()
    23411ba96edc interconnect: debugfs: Fix incorrect error handling for NULL path
    92087be48b6d arm64: dts: qcom: msm8996: add interconnect paths to USB2 controller
    7bfe9e5e31e3 interconnect: qcom: msm8996: add missing link to SLAVE_USB_HS
    bbd054492101 i3c: master: svc: Prevent incomplete IBI transaction
    82a09b9965ed i3c: fix refcount inconsistency in i3c_master_register
    4fc6af9d9e6d i3c: master: Inherit DMA masks and parameters from parent device
    5f133ebe6836 pinctrl: stm32: fix hwspinlock resource leak in probe function
    ea954e50d312 soc: qcom: smem: fix hwspinlock resource leak in probe error paths
    6135d225cca7 tools/nolibc/stdio: let perror work when NOLIBC_IGNORE_ERRNO is set
    2d3e5c1e76e9 x86/dumpstack: Prevent KASAN false positive warnings in __show_regs()
    b2a39b1a3cde task_work: Fix NMI race condition
    1d733fcbfe61 mtd: rawnand: lpc32xx_slc: fix GPIO descriptor leak on probe error and remove
    4e6526697dcb mtd: nand: relax ECC parameter validation check
    9ce7cbd355ae Revert "mtd: rawnand: marvell: fix layouts"
    4a493d02ff46 ARM: dts: renesas: r9a06g032-rzn1d400-db: Drop invalid #cells properties
    eb8ac04f1036 ARM: dts: renesas: gose: Remove superfluous port property
    58aca869babd RDMA/rxe: Fix null deref on srq->rq.queue after resize failure
    8f2602a83f66 sctp: Defer SCTP_DBG_OBJCNT_DEC() to sctp_destroy_sock().
    85ede044f43d phy: mscc: Fix PTP for VSC8574 and VSC8572
    32d9c68af133 arm64: dts: qcom: sdm845-oneplus: Correct gpio used for slider
    a649992b7eb3 firmware: imx: scu-irq: fix OF node leak in
    abdbffb6a087 arm64: dts: ti: k3-am62p: Fix memory ranges for GPU
    bb04d3610f08 s390/ap: Don't leak debug feature files if AP instructions are not available
    772ded5a84e0 s390/smp: Fix fallback CPU detection
    4304bd7a334e wifi: ath11k: fix peer HE MCS assignment
    9484379c88e1 crypto: hisilicon/qm - restore original qos values
    5b8ac617c8da crypto: asymmetric_keys - prevent overflow in asymmetric_key_generate_id
    4a1535593fff clk: qcom: camcc-sm6350: Fix PLL config of PLL2
    77197835a735 clk: qcom: camcc-sm6350: Specify Titan GDSC power domain as a parent to other
    285dadbb3cb0 uio: uio_fsl_elbc_gpcm:: Add null pointer check to uio_fsl_elbc_gpcm_probe
    433e72bf0f4e PCI: rcar-gen2: Drop ARM dependency from PCI_RCAR_GEN2
    631786221875 arm64: dts: imx8mp-venice-gw702x: remove off-board sdhc1
    5db023188615 arm64: dts: imx8mp-venice-gw702x: remove off-board uart
    e2060f8513b5 arm64: dts: imx8mm-venice-gw72xx: remove unused sdhc1 pinctrl
    d553d5e13edb arm64: dts: freescale: imx8mp-venice-gw7905-2x: remove duplicate usdhc1 props
    cf5cd55287a1 iio: imu: st_lsm6dsx: Fix measurement unit for odr struct member
    23b2b6af8dc6 inet: Avoid ehash lookup race in inet_ehash_insert()
    ad12d25edbbe rculist: Add hlist_nulls_replace_rcu() and hlist_nulls_replace_init_rcu()
    dcb5e3cd96b7 ntfs3: Fix uninit buffer allocated by __getname()
    8bf729b96303 ntfs3: fix uninit memory after failed mi_read in mi_format_new
    3f8878c15753 crypto: authenc - Correctly pass EINPROGRESS back up to the caller
    2629742ccd3a irqchip/qcom-irq-combiner: Fix section mismatch
    c696fb981d7d irqchip/imx-mu-msi: Fix section mismatch
    1fbdca7341d9 irqchip/irq-brcmstb-l2: Fix section mismatch
    7a57553d2123 irqchip/irq-bcm7120-l2: Fix section mismatch
    f00b32894c51 irqchip/irq-bcm7038-l1: Fix section mismatch
    b0515a899ad1 sched/fair: Forfeit vruntime on yield
    a8fdcac66666 objtool: Fix weak symbol detection
    fe6ff6e24ae8 objtool: Fix standalone --hacks=jump_label
    c5f56b7faa80 HID: logitech-hidpp: Do not assume FAP in hidpp_send_message_sync()
    c9a86c677b48 clk: renesas: cpg-mssr: Read back reset registers to assure values latched
    e8c730499293 clk: renesas: Pass sub struct of cpg_mssr_priv to cpg_clk_register
    224a0d7c8449 clk: renesas: Use str_on_off() helper
    d349d7dc3243 clk: renesas: rzg2l: Use %x format specifier to print CLK_ON_R()
    3cf222e052ca clk: renesas: rzg2l: Remove critical area
    73fcc27a9795 clk: renesas: rzg2l: Simplify the logic in rzg2l_mod_clock_endisable()
    2ba9e39f1aed clk: renesas: cpg-mssr: Add missing 1ms delay into reset toggle callback
    094b1827d2f7 USB: Fix descriptor count when handling invalid MBIM extended descriptor
    9dc3c78d21e1 drm/vgem-fence: Fix potential deadlock on release
    2f97ed8e88a3 drm/panel: visionox-rm69299: Don't clear all mode flags
    6245cce711e2 gpu: host1x: Fix race in syncpt alloc/free
    f8fd5491100f smack: fix bug: unprivileged task can create labels
    c173ce97d3f0 staging: rtl8723bs: fix out-of-bounds read in OnBeacon ESR IE parsing
    34620eb602aa staging: rtl8723bs: fix stack buffer overflow in OnAssocReq IE parsing
    30c558447e90 staging: rtl8723bs: fix out-of-bounds read in rtw_get_ie() parser
    b975f91de5f8 comedi: check device's attached status in compat ioctls
    049f14557450 comedi: multiq3: sanitize config options in multiq3_attach()
    72b3627b0d3b comedi: c6xdigio: Fix invalid PNP driver unregistration
    24cb00b9804c wifi: rtw88: Add USB ID 2001:3329 for D-Link AC13U rev. A1
    2f5e6805246c samples: work around glibc redefining some of our defines wrong
    a32eddf2bb52 LoongArch: Mask all interrupts during kexec/kdump
    e9b3a97e852a HID: elecom: Add support for ELECOM M-XT3URBK (018F)
    e7915f55ab15 platform/x86/amd/pmc: Add spurious_8042 to Xbox Ally
    919a9f1422e3 platform/x86/amd: pmc: Add Lenovo Legion Go 2 to pmc quirk list
    f42f958c4f42 platform/x86: huawei-wmi: add keys for HONOR models
    db78f96e150a HID: apple: Add SONiX AK870 PRO to non_apple_keyboards quirk list
    d046f04f223d platform/x86: acer-wmi: Ignore backlight event
    fc59674bb41f pinctrl: qcom: msm: Fix deadlock in pinmux configuration
    a505f0ba36ab nvme: fix admin request_queue lifetime
    37786f27ee0e HID: hid-input: Extend Elan ignore battery quirk to USB
    a9f626396bfe bfs: Reconstruct file type when loading from disk
    4943ed83f80e ALSA: usb-audio: Add native DSD quirks for PureAudio DAC series
    727197a77874 smb: fix invalid username check in smb3_fs_context_parse_param()
    2b37f5b27f13 Bluetooth: btrtl: Avoid loading the config file on security chips
    d6c24a5e6cdc drm/vmwgfx: Use kref in vmw_bo_dirty
    88edfeca040c spi: imx: keep dma request disabled before dma transfer setup
    5f061d0ed906 spi: xilinx: increase number of retries before declaring stall
    27b2a8f45ed1 ftrace: bpf: Fix IPMODIFY + DIRECT in modify_ftrace_direct()
    3915997ad777 USB: serial: kobil_sct: fix TIOCMBIS and TIOCMBIC
    cae7aa183ca4 USB: serial: belkin_sa: fix TIOCMBIS and TIOCMBIC
    5a8c2136dc5e serial: add support of CPCI cards
    53a633786718 USB: serial: ftdi_sio: match on interface number for jtag
    510db76553c9 USB: serial: option: move Telit 0x10c7 composition in the right place
    63d6bf5b19bf USB: serial: option: add Telit Cinterion FE910C04 new compositions
    85e8739c5ce7 USB: serial: option: add Foxconn T99W760
    152289a51107 KVM: SVM: Don't skip unrelated instruction if INT3/INTO is replaced
    88d99ca5adbd comedi: pcl818: fix null-ptr-deref in pcl818_ai_cancel()
    144c48da33a0 ext4: add i_data_sem protection in ext4_destroy_inline_data_nolock()
    39d2ef113416 locking/spinlock/debug: Fix data-race in do_raw_write_lock
    708a620b471a ksmbd: ipc: fix use-after-free in ipc_msg_send_request
    1687a055a555 ext4: refresh inline data size before write operations
    b4f8eabf6d99 jbd2: avoid bug_on in jbd2_journal_get_create_access() when file system corrupted
    46c73ff89d73 Documentation: process: Also mention Sasha Levin as stable tree maintainer
    732fe5cbd6ad leds: spi-byte: Use devm_led_classdev_register_ext()
    25f34fd52144 xfrm: flush all states in xfrm_state_fini
    763e5c351206 xfrm: also call xfrm_state_delete_tunnel at destroy time for states that were never added
    88ed2012b8c7 Revert "xfrm: destroy xfrm_state synchronously on net exit path"
    d0e0d1097118 xfrm: delete x->tunnel as we delete x

(From OE-Core rev: bdf9c70e0c6ddebb599c56ed9a4c17ba0db516c0)

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-27 17:45:06 +00:00
Bruce Ashfield
2adde7bee1 linux-yocto/6.6: update to v6.6.119
Updating linux-yocto/6.6 to the latest korg -stable release that comprises
the following commits:

    5fa4793a2d2d Linux 6.6.119
    810189546cb6 HID: core: Harden s32ton() against conversion to 0 bits
    e7e8e9b1a1b1 net: dsa: microchip: Free previously initialized ports on init failures
    3b5a6115d6ea net: dsa: microchip: Fix symetry in ksz_ptp_msg_irq_{setup/free}()
    70ad6455139e ksmbd: fix use-after-free in session logoff
    3a13454fd098 mptcp: fix duplicate reset on fastclose
    b77075c08d7e selftests: mptcp: join: properly kill background tasks
    f12f4c657617 staging: rtl8712: Remove driver using deprecated API wext
    2b9719ccad38 net: macb: fix unregister_netdev call order in macb_remove()
    a395121fe29e iio: adc: rtq6056: Correct the sign bit index
    094f10f3f290 can: rcar_canfd: Fix CAN-FD mode as default
    eecd163fa6da usb: typec: ucsi: psy: Set max current to zero when disconnected
    f02a412c0a18 usb: gadget: udc: fix use-after-free in usb_gadget_state_work
    92234ee7fc23 usb: udc: Add trace event for usb_gadget_set_state
    0722d804f7ad nfsd: Replace clamp_t in nfsd4_get_drc_mem()
    5106da73b016 bonding: check xdp prog when set bond mode
    694a354ddf98 bonding: return detailed error when loading native XDP fails
    becc488a4d86 libceph: replace BUG_ON with bounds check for map->max_osd
    ccbccfba25e9 libceph: prevent potential out-of-bounds writes in handle_auth_session_key()
    183ad6e3b651 libceph: fix potential use-after-free in have_mon_and_osd_map()
    1c6fb1cc5035 net: dsa: microchip: ptp: Fix checks on irq_find_mapping()
    1759edf0e688 net: dsa: microchip: common: Fix checks on irq_find_mapping()
    9d1a65cbe3ec drm/amd/display: Check NULL before accessing
    748ed1b6a2ca drm: sti: fix device leaks at component probe
    28a385af4a94 USB: serial: option: add support for Rolling RW101R-GL
    17cab1f3aefb USB: serial: ftdi_sio: add support for u-blox EVK-M101
    b75d20301703 xhci: dbgtty: fix device unregister
    da7a52bcee3f xhci: dbgtty: Fix data corruption when transmitting data form DbC to host
    afc0e34f161c usb: dwc3: Fix race condition between concurrent dwc3_remove_requests() call paths
    5428c75e92e4 usb: dwc3: pci: Sort out the Intel device IDs
    9dab9859b10e usb: dwc3: pci: add support for the Intel Nova Lake -S
    e3a55221f4de usb: uas: fix urb unmapping issue when the uas device is remove during ongoing data transfer
    04a8a6393f3f usb: storage: sddr55: Reject out-of-bound new_pba
    f5b6b214db12 USB: storage: Remove subclass and protocol overrides from Novatek quirk
    cb1401b5bcc2 usb: storage: Fix memory leak in USB bulk transport
    9d86bc8b188a usb: renesas_usbhs: Fix synchronous external abort on unbind
    41434488ca71 usb: gadget: f_eem: Fix memory leak in eem_unwrap
    730c13a9701c usb: cdns3: Fix double resource release in cdns3_pci_probe
    993bfdc38428 most: usb: fix double free on late probe failure
    41ae1203c5ab serial: amba-pl011: prefer dma_mapping_error() over explicit address checking
    ce318ec9864b mptcp: clear scheduled subflows on retransmit
    71796c91ee8e firmware: stratix10-svc: fix bug in saving controller data
    87b3d0105192 slimbus: ngd: Fix reference count leak in qcom_slim_ngd_notify_slaves
    c4ba90485bfd thunderbolt: Add support for Intel Wildcat Lake
    f62ffdfb431b smb: client: fix memory leak in cifs_construct_tcon()
    4c257170c81d drivers/usb/dwc3: fix PCI parent check
    f8d1f166289f dm-verity: fix unreliable memory allocation
    5a3f3e39b187 ceph: fix crash in process_v2_sparse_read() for encrypted directories
    61089dd37ccd can: sun4i_can: sun4i_can_interrupt(): fix max irq loop handling
    c952664fd54f can: sja1000: fix max irq loop handling
    9917ba597cf9 atm/fore200e: Fix possible data race in fore200e_open()
    5b88725e5ea1 ARM: dts: nxp: imx6ul: correct SAI3 interrupt line
    b4abe6826926 ALSA: usb-audio: Add DSD quirk for LEAK Stereo 230
    231ac951faba MIPS: mm: kmalloc tlb_vpn array to avoid stack overflow
    135713cd0751 MIPS: mm: Prevent a TLB shutdown on initial uniquification
    ad70338c1b87 iio: adc: ad7280a: fix ad7280_store_balance_timer()
    a9fa254af33a iio: accel: fix ADXL355 startup race condition
    cdd4a9e98004 iio: accel: bmc150: Fix irq assumption regression
    a8f6a8256a68 iio:common:ssp_sensors: Fix an error handling path ssp_probe()
    936e082a7c07 iio: imu: st_lsm6dsx: fix array size for st_lsm6dsx_settings fields
    d59a7824444e Revert "perf/x86: Always store regs->ip in perf_callchain_kernel()"
    c538dae04a4c spi: bcm63xx: fix premature CS deassertion on RX-only transactions
    01511983d7b8 spi: nxp-fspi: Propagate fwnode in ACPI case as well
    5fc6f8175b8b spi: nxp-fspi: Support per spi-mem operation frequency switches
    a25cc746f7d0 spi: spi-mem: Add a new controller capability
    f1ea0e8b4a15 spi: spi-mem: Extend spi-mem operations with a per-operation maximum frequency
    94b3c7558748 spi: spi-mem: Allow specifying the byte order in Octal DTR mode
    99aff13bcc13 spi: amlogic-spifc-a1: Handle devm_pm_runtime_enable() errors
    dbb60bd12950 spi: tegra114: remove Kconfig dependency on TEGRA20_APB_DMA
    f29b58e974c7 mailbox: pcc: don't zero error register
    ea621f472cfe mailbox: pcc: Refactor error handling in irq handler into separate function
    5550f9021895 mailbox: mailbox-test: Fix debugfs_create_dir error checking
    826785925627 usb: gadget: renesas_usbf: Handle devm_pm_runtime_enable() errors
    cad94b17e276 iio: st_lsm6dsx: Fixed calibrated timestamp calculation
    21f867e3da98 net: fec: do not register PPS event for PEROUT
    2648b8b51992 net: fec: do not allow enabling PPS and PEROUT simultaneously
    b332c433489e net: fec: do not update PEROUT if it is enabled
    2d8f6acf5623 net: fec: cancel perout_timer when PEROUT is disabled
    3be37c3c96b1 net: atlantic: fix fragment overflow handling in RX path
    90daa70a4d62 net: dsa: sja1105: fix SGMII linking at 10M or 100M but not passing traffic
    d25c17507e80 net: dsa: sja1105: simplify static configuration reload
    0be4d79f8a1b drm/amdgpu: fix cyan_skillfish2 gpu info fw handling
    7fd789d6ea49 net: sxgbe: fix potential NULL dereference in sxgbe_rx()
    aa20dcff033c net/mlx5e: Fix validation logic in rate limiting
    58c411509141 net: lan966x: Fix the initialization of taprio
    30a1d3db72bc net: aquantia: Add missing descriptor cache invalidation on ATL2
    3e7442c58021 platform/x86: intel: punit_ipc: fix memory corruption
    ff45dd52bd18 net: phy: mxl-gpy: fix bogus error on USXGMII and integrated PHY
    fd6a1261d05d Bluetooth: SMP: Fix not generating mackey and ltk when repairing
    fe68510fc99b Bluetooth: hci_sock: Prevent race in socket write iter and sock bind
    4ffac725154c can: gs_usb: gs_usb_receive_bulk_callback(): check actual_length before accessing data
    3433680b7596 can: gs_usb: gs_usb_receive_bulk_callback(): check actual_length before accessing header
    1a588c40a422 can: gs_usb: gs_usb_xmit_callback(): fix handling of failed transmitted URBs
    e9dd83a75a72 can: kvaser_usb: leaf: Fix potential infinite loop in command parsers

(From OE-Core rev: 01535e428d4fbab6d467644339d37ff828ddfa88)

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-27 17:45:06 +00:00
Bruce Ashfield
3ad8559850 linux-yocto/6.6: update to v6.6.118
Updating linux-yocto/6.6 to the latest korg -stable release that comprises
the following commits:

    4791134e4aeb Linux 6.6.118
    c602cc344b4b mptcp: fix a race in mptcp_pm_del_add_timer()
    19de79aaea33 mm/mempool: fix poisoning order>0 pages with HIGHMEM
    0d40c4ef4b4b mm/mempool: replace kmap_atomic() with kmap_local_page()
    f38b91f7aded HID: amd_sfh: Stop sensor before starting
    4948db9c9ca8 selftests: mptcp: join: endpoints: longer transfer
    378e6136b8c0 pmdomain: imx: Fix reference count leak in imx_gpc_remove
    a5958b1bcf4a pmdomain: imx-gpc: Convert to platform remove callback returning void
    ad120c08b89a pmdomain: arm: scmi: Fix genpd leak on provider registration failure
    7ea2ea68df08 ftrace: Fix BPF fexit with livepatch
    f01f9c348d76 crash: fix crashkernel resource shrink
    b3d24038eb77 wifi: cfg80211: Add missing lock in cfg80211_check_and_end_cac()
    29150018bf19 maple_tree: fix tracepoint string pointers
    bf07df375d20 uio_hv_generic: Set event for all channels on the device
    fc3139d9f4c1 KVM: arm64: Check the untrusted offset in FF-A memory share
    64332afa9f76 smb: client: fix incomplete backport in cfids_invalidation_worker()
    6917e894f86f tracing/tools: Fix incorrcet short option in usage text for --threads
    952637c5b9be net: ethernet: ti: netcp: Standardize knav_dma_open_channel to return NULL on error
    1ee10e90e160 ALSA: usb-audio: fix uac2 clock source at terminal parser
    5d604d40cd32 f2fs: compress: fix UAF of f2fs_inode_info in f2fs_free_dic
    e822e902f8e6 s390/mm: Fix __ptep_rdp() inline assembly
    4e9efe0d56e7 f2fs: compress: change the first parameter of page_array_{alloc,free} to sbi
    d0141cf6ab1f kconfig/nconf: Initialize the default locale at startup
    be46fa4de9da kconfig/mconf: Initialize the default locale at startup
    6ae0613ea6f5 net: tls: Cancel RX async resync request on rcd_delta overflow
    1bc765f0f75a selftests: net: use BASH for bareudp testing
    3ab328a0258f x86/microcode/AMD: Limit Entrysign signature checking to known generations
    5d778778b40b scsi: core: Fix a regression triggered by scsi_host_busy()
    1f8e4d6c1d20 cifs: fix typo in enable_gcm_256 module parameter
    d89ae707cfe6 bcma: don't register devices disabled in OF
    5998da5a8208 vsock: Ignore signal/timeout on connect() if already established
    7627864dc312 cifs: fix memory leak in smb3_fs_context_parse_param error path
    496d1383e441 LoongArch: Use UAPI types in ptrace UAPI header
    69e043bce09c net/mlx5: Clean up only new IRQ glue on request_irq() failure
    715d9cda646a devlink: rate: Unset parent pointer in devl_rate_nodes_destroy
    6d9f0036d21e pinctrl: s32cc: initialize gpio_pin_config::list after kmalloc()
    3b90bd8aaeb2 pinctrl: s32cc: fix uninitialized memory in s32_pinctrl_desc
    f0923011c126 net: qlogic/qede: fix potential out-of-bounds read in qede_tpa_cont() and qede_tpa_end()
    57752d523a3f kernel.h: Move ARRAY_SIZE() to a separate header
    9bbb4afff974 platform/x86/intel/speed_select_if: Convert PCIBIOS_* return codes to errnos
    3b177b2ded56 s390/ctcm: Fix double-kfree
    e2a897ad5f53 nvme-multipath: fix lockdep WARN due to partition scan work
    0b903f33c31c net: openvswitch: remove never-working support for setting nsh fields
    f8c496e20b7a net: mlxsw: linecards: fix missing error check in mlxsw_linecard_devlink_info_get()
    385fd7ec3214 net: dsa: hellcreek: fix missing error handling in LED registration
    2e78580e6e7d drm/tegra: Add call to put_pid()
    ddb483ce2136 mlxsw: spectrum: Fix memory leak in mlxsw_sp_flower_stats()
    9026f31a520d pinctrl: cirrus: Fix fwnode leak in cs42l43_pin_probe()
    a620b091c4df xfrm: Prevent locally generated packets from direct output in tunnel mode
    a2b61573e6a3 xfrm: Determine inner GSO type from packet inner protocol
    b3b27876f3be drm/amd/display: Move sleep into each retry for retrieve_link_cap()
    e688c20f088e drm/amd/display: Increase DPCD read retries
    06a79f1bffe7 drm/amdgpu: Skip emit de meta data on gfx11 with rs64 enabled
    8b57f8127086 drm/tegra: dc: Fix reference leak in tegra_dc_couple()
    642561238c98 mptcp: do not fallback when OoO is present
    8a5d1ceef950 mptcp: decouple mptcp fastclose from tcp close
    28e4d5fd731e mptcp: avoid unneeded subflow-level drops
    d019cbb455ee mptcp: fix premature close in case of fallback
    3d513efe18a9 mptcp: fix ack generation for fallback msk
    8f9ba1a99a89 mptcp: fix race condition in mptcp_schedule_work()
    fe694895d3b7 LoongArch: Don't panic if no valid cache info for PCI
    6aa22377ef27 dt-bindings: pinctrl: toshiba,visconti: Fix number of items in groups
    5ea58bb47c50 MIPS: Malta: Fix !EVA SOC-it PCI MMIO
    a6ef60898dda scsi: target: tcm_loop: Fix segfault in tcm_loop_tpg_address_show()
    b343cee5df7e scsi: sg: Do not sleep in atomic context
    33f64600a120 nvme: nvme-fc: Ensure ->ioerr_work is cancelled in nvme_fc_delete_ctrl()
    5fe335a80548 nvme: nvme-fc: move tagset removal to nvme_fc_delete_ctrl()
    7d1977b4ae5c nouveau/firmware: Add missing kfree() of nvkm_falcon_fw::boot
    d344ea1baf19 Input: pegasus-notetaker - fix potential out-of-bounds access
    ca9a08de9b29 Input: imx_sc_key - fix memory corruption on unload
    8a2d2a536c76 Input: goodix - add support for ACPI ID GDIX1003
    9cf59f4724a9 Input: cros_ec_keyb - fix an invalid memory access
    7419d8064dab Revert "drm/tegra: dsi: Clear enable register if powered by bootloader"
    00c56d55332c net: dsa: microchip: lan937x: Fix RGMII delay tuning
    ce0a3699244a be2net: pass wrb_params in case of OS2BMC
    5968bcf785c6 ata: libata-scsi: Add missing scsi_device_put() in ata_scsi_dev_rescan()
    2a494b9e6364 smb: client: introduce close_cached_dir_locked()
    b8113c1ca469 ata: libata-scsi: Fix system suspend for a security locked drive
    037cc5058964 mptcp: Fix proto fallback detection with BPF
    2ecd37dae7a6 mptcp: Disallow MPTCP subflows from sockmap
    e65f1a2807c5 exfat: check return value of sb_min_blocksize in exfat_read_boot_sector
    583990e7dcea shmem: fix tmpfs reconfiguration (remount) when noswap is set
    457376c6fbf0 mtdchar: fix integer overflow in read/write ioctls
    b146e0b085d9 mtd: rawnand: cadence: fix DMA device NULL pointer dereference
    49365455a63c HID: quirks: work around VID/PID conflict for 0x4c4a/0x4155
    6665fbd7730b timers: Fix NULL function pointer race in timer_shutdown_sync()
    1e89a1be4fe9 Linux 6.6.117
    0fdb596476c0 memcg: fix data-race KCSAN bug in rstats
    541e85e1c9c9 ACPI: HMAT: Remove register of memory node for generic target
    41ea28dc3c0c mm: memcg: optimize parent iteration in memcg_rstat_updated()
    6b97ad92d932 mm/memory-tier: fix abstract distance calculation overflow
    206a8665f9cc memory tiers: use default_dram_perf_ref_source in log message
    e2f7c76758be cachestat: do not flush stats in recency check
    1f45e5c84684 net: netpoll: ensure skb_pool list is always initialized
    03695541b334 isdn: mISDN: hfcsusb: fix memory leak in hfcsusb_probe()
    42d486d35a41 mm/secretmem: fix use-after-free race in fault handler
    46185cdfc9ed mm/truncate: unmap large folio on split failure
    7e239675ae51 mm/memory: do not populate page table entries beyond i_size
    fe601b70eac6 filemap: cap PTE range to be created to allowed zero fill in folio_map_range()
    e5dffca89b4a mm: memcg: restore subtree stats flushing
    68849411ce9e mm: workingset: move the stats flush into workingset_test_recent()
    1b201161f34b mm: memcg: make stats flushing threshold per-memcg
    b68fc4f792bb mm: memcg: move vmstats structs definition above flushing code
    68e727bdb68b mm: memcg: change flush_next_time to flush_last_time
    b283ba3ddc9f mm: memcg: add per-memcg zswap writeback stat
    2c3568736912 mm: memcg: add THP swap out info for anonymous reclaim
    57692c303132 scsi: ufs: ufs-pci: Set UFSHCD_QUIRK_PERFORM_LINK_STARTUP_ONCE for Intel ADL
    aca6f63e803e scsi: ufs: core: Add a quirk to suppress link_startup_again
    753ca4b5beff scsi: ufs: core: Add a quirk for handling broken LSDBS field in controller capabilities register
    d1f293ee8dc3 scsi: ufs: core: Add UFSHCD_QUIRK_KEYS_IN_PRDT
    aba8384b2311 scsi: ufs: core: Add fill_crypto_prdt variant op
    f108b6a34856 scsi: ufs: core: Add UFSHCD_QUIRK_BROKEN_CRYPTO_ENABLE
    bd77a15c3a8d scsi: ufs: core: fold ufshcd_clear_keyslot() into its caller
    7e3bfaaf0208 scsi: ufs: core: Add UFSHCD_QUIRK_CUSTOM_CRYPTO_PROFILE
    960dab23f6d4 net: stmmac: Fix accessing freed irq affinity_hint
    ef49378864bb f2fs: fix to avoid overflow while left shift operation
    c645693180a9 net: netpoll: fix incorrect refcount handling causing incorrect cleanup
    a3a476cb65a4 net: netpoll: flush skb pool during cleanup
    dc67d67a995e net: netpoll: Individualize the skb pool
    e9ab9dec36bb netpoll: remove netpoll_srcu
    94b01ef5186c mm, percpu: do not consider sleepable allocations atomic
    4c8a4f1d34ec iommufd: Don't overflow during division for dirty tracking
    066ee13f05fb btrfs: ensure no dirty metadata is written back for an fs with errors
    df1ad5de2197 drm/mediatek: Disable AFBC support on Mediatek DRM driver
    a299478ac16f Revert "perf dso: Add missed dso__put to dso__load_kcore"
    ee59d88353e8 selftests: mptcp: connect: trunc: read all recv data
    8b644440d16a selftests: mptcp: join: rm: set backup flag
    b78aae82ea75 selftests: mptcp: connect: fix fallback note due to OoO
    4e833774cdc2 pmdomain: samsung: plug potential memleak during probe
    22330f5f0052 btrfs: do not update last_log_commit when logging inode due to a new name
    4020f18436ea btrfs: scrub: put bio after errors in scrub_raid56_parity_stripe()
    4a351adbbd72 EDAC/altera: Use INTTEST register for Ethernet and USB SBE injection
    d58afbd05627 EDAC/altera: Handle OCRAM ECC enable after warm reset
    ca9f11fe0926 LoongArch: Use physical addresses for CSR_MERRENTRY/CSR_TLBRENTRY
    2612f0e0b8dc selftests/user_events: fix type cast for write_index packed member in perf_test
    21bedc6eeb51 x86/microcode/AMD: Add Zen5 model 0x44, stepping 0x1 minrev
    70f73dde0ad7 spi: Try to get ACPI GPIO IRQ earlier
    ca2bd7a717d5 smb: client: fix cifs_pick_channel when channel needs reconnect
    bfdcd67e0fcb crypto: hisilicon/qm - Fix device reference leak in qm_get_qos_value
    868fc62811d3 cifs: client: fix memory leak in smb3_fs_context_parse_param
    ece3b981bb66 ALSA: usb-audio: Fix potential overflow of PCM transfer buffer
    082b6b511432 mmc: sdhci-of-dwcmshc: Change DLL_STRBIN_TAPNUM_DEFAULT to 0x4
    159244b55095 mm/mm_init: fix hash table order logging in alloc_large_system_hash()
    67272c11f379 fs/proc: fix uaf in proc_readdir_de()
    ad4a84daf6f8 wifi: mac80211: reject address change while connecting
    c3cbf016a697 selftests/tracing: Run sample events to clear page cache events
    041ab9ca6e80 ipv4: route: Prevent rt_bind_exception() from rebinding stale fnhe
    c6201eb32371 LoongArch: Let {pte,pmd}_modify() record the status of _PAGE_DIRTY
    f4b4146c1cf0 LoongArch: Use correct accessor to read FWPC/MWPC
    4c49fe089661 dma-mapping: benchmark: Restore padding to ensure uABI remained consistent
    b30421bc31c0 strparser: Fix signed/unsigned mismatch bug
    5746b2a0f5eb ksmbd: close accepted socket when per-IP limit rejects connection
    142b2990e64f gcov: add support for GCC 15
    29fbb3ad4018 NFSD: free copynotify stateid in nfs4_free_ol_stateid()
    e18c368d8611 KVM: SVM: Mark VMCB_LBR dirty when MSR_IA32_DEBUGCTLMSR is updated
    79f851a65c47 HID: uclogic: Fix potential memory leak in error path
    9e8863f3fe34 ARM: dts: BCM53573: Fix address of Luxul XAP-1440's Ethernet PHY
    57473eec8080 HID: hid-ntrig: Prevent memory leak in ntrig_report_version()
    6546dd0c6ad2 ARM: dts: imx51-zii-rdu1: Fix audmux node names
    adee209bb898 arm64: dts: rockchip: Set correct pinctrl for I2S1 8ch TX on odroid-m1
    3f358a66a045 netfilter: nf_tables: reject duplicate device on updates
    dd3a38574f93 mtd: onenand: Pass correct pointer to IRQ handler
    7ce9bb0b95fc Bluetooth: hci_sync: fix double free in 'hci_discovery_filter_clear()'
    c157fa22c400 lib/crypto: arm/curve25519: Disable on CPU_BIG_ENDIAN
    d8d79cf8c2b7 espintcp: fix skb leaks
    2e93bf719462 net: dsa: improve shutdown sequence
    ed8a77fee461 net: allow small head cache usage with large MAX_SKB_FRAGS values
    52b44d8c6534 net: fix NULL pointer dereference in l3mdev_l3_rcv
    e91ecc2e30b4 irqchip/riscv-intc: Add missing free() callback in riscv_intc_domain_ops
    64b12dca2b0a bpf: account for current allocated stack depth in widen_imprecise_scalars()
    baa61dcaa50b bpf: Add bpf_prog_run_data_pointers()
    872c04306b02 acpi/hmat: Fix lockdep warning for hmem_register_resource()
    6015ad3b210e base/node / ACPI: Enumerate node access class for 'struct access_coordinate'
    356d4d79dc18 acpi: numa: Add setting of generic port system locality attributes
    e507071185fb acpi: Break out nesting for hmat_parse_locality()
    1fec7730896f acpi: numa: Add genport target allocation to the HMAT parsing
    d0e2cbe79e5d acpi: numa: Create enum for memory_target access coordinates indexing
    994c51070c95 base/node / acpi: Change 'node_hmem_attrs' to 'access_coordinates'
    519af3fa0263 acpi, hmat: calculate abstract distance with HMAT
    7e9fa5cdcc4f acpi, hmat: refactor hmat_register_target_initiators()
    9c8ffc4f91a8 memory tiering: add abstract distance calculation algorithms management
    57f607c11296 ALSA: usb-audio: Fix NULL pointer dereference in snd_usb_mixer_controls_badd
    c2d65ce1d035 NFSv4: Fix an incorrect parameter when calling nfs4_call_sync()
    0ad6db4438ef NFS: sysfs: fix leak when nfs_client kobject add fails
    b6137b4906f4 pnfs: Set transport security policy to RPC_XPRTSEC_NONE unless using TLS
    45ea5a60adbc NFS: enable nconnect for RDMA
    275369632f6a pnfs: Fix TLS logic in _nfs4_pnfs_v4_ds_connect()
    b5de1eb5bc20 ASoC: tas2781: fix getting the wrong device number
    b5df9e06eed3 drm/vmwgfx: Validate command header size against SVGA_CMD_MAX_DATASIZE
    aaaa8531896f ASoC: codecs: va-macro: fix resource leak in probe error path
    7fd65a5f9701 ASoC: cs4271: Fix regulator leak on probe failure
    34294379ea4e regulator: fixed: fix GPIO descriptor leak on register failure
    83475ce43fa7 acpi,srat: Fix incorrect device handle check for Generic Initiator
    25d6e7663932 cifs: Fix uncached read into ITER_KVEC iterator
    581c65fd0b0e cifs: stop writeback extension when change of size is detected
    ad141380d768 Bluetooth: L2CAP: export l2cap_chan_hold for modules
    335266ea359e ACPI: CPPC: Limit perf ctrs in PCC check only to online CPUs
    4470b8bb9a8e ACPI: CPPC: Perform fast check switch only for online CPUs
    a851ebcdc2e2 ACPI: CPPC: Check _CPC validity for only the online CPUs
    f6a7808cadde hsr: Fix supervision frame sending on HSRv0
    873f985f3bdf virtio-net: fix incorrect flags recording in big mode
    14aba9bd583e net_sched: limit try_bulk_dequeue_skb() batches
    aa9f57c077f2 net/mlx5e: Fix potentially misleading debug message
    df953d41a579 net/mlx5e: Fix wraparound in rate limiting for values above 255 Gbps
    29f62b3d4466 net/mlx5e: Fix maxrate wraparound in threshold between units
    a676a296af65 net: sched: act_ife: initialize struct tc_ife to fix KMSAN kernel-infoleak
    31e4aa93e2e5 net: sched: act_connmark: initialize struct tc_ife to fix kernel leak
    a6d1bb631af9 net_sched: act_connmark: use RCU in tcf_connmark_dump()
    4cd8d755c7d4 af_unix: Initialise scc_index in unix_add_edge().
    f01f007c9cc9 wifi: mac80211: skip rate verification for not captured PSDUs
    2a5c3396f6d9 net: mdio: fix resource leak in mdiobus_register_device()
    c92dbf85627b tipc: Fix use-after-free in tipc_mon_reinit_self().
    e9800b8b77f2 net/handshake: Fix memory leak in tls_handshake_accept()
    e5afb55625ac net/smc: fix mismatch between CLC header and proposal
    ed71f801249d sctp: prevent possible shift-out-of-bounds in sctp_transport_update_rto
    a5059df18988 Bluetooth: 6lowpan: Don't hold spin lock over sleeping functions
    2a9ff4086c26 Bluetooth: 6lowpan: fix BDADDR_LE vs ADDR_LE_DEV address type confusion
    c24ac6cfe4f9 Bluetooth: 6lowpan: reset link-local header on ipv6 recv path
    1c28c1e1522c Bluetooth: btusb: reorder cleanup in btusb_disconnect to avoid UAF
    2927ff643607 Bluetooth: MGMT: cancel mesh send timer when hdev removed
    65c74343da8e net: fec: correct rx_bytes statistic for the case SHIFT16 is set
    d6f93bba3d7d selftests: net: local_termination: Wait for interfaces to come up
    8085b6cdb0e0 wifi: ath11k: zero init info->status in wmi_process_mgmt_tx_comp()
    4fbfef04d957 ASoC: max98090/91: fixed max98091 ALSA widget powering up/down
    e671f9bb9780 smb/server: fix possible refcount leak in smb2_sess_setup()
    63d8706a2c09 smb/server: fix possible memory leak in smb2_read()
    113de3341728 HID: quirks: Add ALWAYS_POLL quirk for VRS R295 steering wheel
    a74a8be2652b NFS: check if suid/sgid was cleared after a write as needed
    dad9857bbe64 HID: quirks: avoid Cooler Master MM712 dongle wakeup bug
    df712250acdd NFS4: Fix state renewals missing after boot
    1243e396148a drm/amdgpu: Fix NULL pointer dereference in VRAM logic for APU devices
    21dbe5fa22df drm/amd/pm: Disable MCLK switching on SI at high pixel clocks
    fdf2ea31ce40 riscv: acpi: avoid errors caused by probing DT devices when ACPI is used
    7a635df5ef26 RISC-V: clear hot-unplugged cores from all task mm_cpumasks to avoid rfence errors
    ea5b1db5569c compiler_types: Move unused static inline functions warning to W=2
    36bc0502c2de drm/amd: Fix suspend failure with secure display TA
    e5a4b227bc6e iommufd: Make vfio_compat's unmap succeed if the range is already empty
    d6ab7ef52aaf smb: client: fix refcount leak in smb2_set_path_attr
    c63dc33e3794 drm/i915: Fix conversion between clock ticks and nanoseconds
    3dec22bde207 drm/i915: Avoid lock inversion when pinning to GGTT on CHV/BXT+VTD
    c6fc325d8434 selftests: netdevsim: set test timeout to 10 minutes
    885827bc1518 riscv: stacktrace: fix backtracing through exceptions
    8fa7f51d3725 drm/amd/display: Fix black screen with HDMI outputs
    f10a6f51984b drm/amdgpu: Fix function header names in amdgpu_connectors.c
    d96aa80f5f2e extcon: adc-jack: Cleanup wakeup source only if it was enabled
    3335f9054365 scsi: ufs: ufs-pci: Fix S0ix/S3 for Intel controllers
    62b013354dcf lib/crypto: curve25519-hacl64: Fix older clang KASAN workaround for GCC
    946dec89c417 virtio-net: fix received length check in big packets
    cb52d9c86d70 smb: client: fix potential UAF in smb2_close_cached_fid()
    018179e955a8 smb: client: validate change notify buffer before copy
    24bef9ca5830 x86/microcode/AMD: Add more known models to entry sign checking
    193b2c5e5443 rtc: rx8025: fix incorrect register reference
    5f7350ff2b17 Bluetooth: MGMT: Fix OOB access in parse_adv_monitor_pattern()
    70150b9443dd drm/sched: Fix deadlock in drm_sched_entity_kill_jobs_cb
    8bcadabc3c12 drm/amd/display: Enable mst when it's detected but yet to be initialized
    e70d2e1f876a tracing: Fix memory leaks in create_field_var()
    1b29b6898ed8 net: bridge: fix MST static key usage
    3b60ce334c1c net: bridge: fix use-after-free due to MST port state bypass
    5a5d2f772775 lan966x: Fix sleeping in atomic context
    8cb474cd65bf net: dsa: microchip: Fix reserved multicast address table programming
    8bf679ebbecd net/mlx5e: SHAMPO, Fix skb size check for 64K pages
    96d20e36c6df net/mlx5e: Fix return value in case of module EEPROM read error
    9b37f576d2c0 net/mlx5e: Use extack in get module eeprom by page callback
    c729f0049561 wifi: mac80211_hwsim: Limit destroy_on_close radio removal to netgroup
    7ee2eb85755d bnxt_en: Fix a possible memory leak in bnxt_ptp_init
    dd03780c29f8 net: usb: qmi_wwan: initialize MAC header offset in qmimux_rx_fixup
    2ad229bc61ba sctp: Hold sock lock while iterating over address list
    c9119f243d9c sctp: Prevent TOCTOU out-of-bounds write
    48d161b3c815 sctp: Hold RCU read lock while iterating over address list
    1ac40030b4e9 net: dsa: b53: stop reading ARL entries if search is done
    32e43d361bac net: dsa: b53: fix enabling ip multicast
    c95c731efee0 net: dsa: b53: fix resetting speed and pause on forced link
    ddf9fc39548e net: vlan: sync VLAN features with lower device
    d8a729fd4427 selftests: netdevsim: Fix ethtool-coalesce.sh fail by installing ethtool-common.sh
    f680e2eb8c21 netdevsim: add Makefile for selftests
    efad140b6284 selftests/net: use destination options instead of hop-by-hop
    28f2d15e27af selftests/net: fix GRO coalesce test and add ext header coalesce tests
    deff55caa564 selftests/net: fix out-of-order delivery of FIN in gro:tcp test
    cb5a4c715521 net: dsa: tag_brcm: legacy: fix untagged rx on unbridged ports for bcm63xx
    f44b8bbb1b7e Bluetooth: btrtl: Fix memory leak in rtlbt_parse_firmware_v2()
    779f83a91d4f Bluetooth: hci_event: validate skb length for unknown CC opcode
    59b9ed956c7d riscv: ptdump: use seq_puts() in pt_dump_seq_puts() macro
    f34ba22989da riscv: stacktrace: Disable KASAN checks for non-current tasks
    19682d62547c riscv: Improve exception and system call latency
    d4187ec26410 net: libwx: fix device bus LAN ID
    6d7567cc0bc0 Revert "wifi: ath10k: avoid unnecessary wait for service ready message"
    994ec06b7ba1 media: uvcvideo: Use heuristic to find stream entity
    85866cbd5edb ALSA: hda/realtek: Audio disappears on HP 15-fc000 after warm boot again
    ad71f31b62a4 ceph: refactor wake_up_bit() pattern of calling
    34353a0cd39b ceph: add checking of wait_for_completion_killable() return value
    068e002bc0b6 ASoC: meson: aiu-encoder-i2s: fix bit clock polarity
    32df8c333071 kbuild: uapi: Strip comments before size type check
    05a378912231 rtc: pcf2127: fix watchdog interrupt mask on pcf2131
    86df8ade88d2 fbdev: Add bounds checking in bit_putcs to fix vmalloc-out-of-bounds
    81e829f699ee tools: lib: thermal: use pkg-config to locate libnl3
    fe6d58972d3d tools: lib: thermal: don't preserve owner in install
    fa7d0c8b2350 tools bitmap: Add missing asm-generic/bitsperlong.h include
    a1a09685874e ACPI: property: Return present device nodes only on fwnode interface
    6a1e5fa2d1fd scsi: ufs: core: Include UTP error in INT_FATAL_ERRORS
    ece711f11c0d 9p: sysfs_init: don't hardcode error to ENOMEM
    4f3926f060d7 cpufreq: tegra186: Initialize all cores to max frequencies
    cdd2b67dec44 9p: fix /sys/fs/9p/caches overwriting itself
    0ab9ef66a89e NTB: epf: Allow arbitrary BAR mapping
    751734d4cc7f clk: ti: am33xx: keep WKUP_DEBUGSS_CLKCTRL enabled
    824b92e6d24a clk: at91: clk-sam9x60-pll: force write to PLL_UPDT register
    7235f9969d9e clk: at91: clk-master: Add check for divide by 3
    544f8254c1fb ARM: at91: pm: save and restore ACR during PLL disable/enable
    9f9110995873 rtc: pcf2127: clear minute/second interrupt
    30e5bbcb98a9 clk: sunxi-ng: sun6i-rtc: Add A523 specifics
    3c5e016d2328 um: Fix help message for ssl-non-raw
    c34d6dd9ab35 fs/hpfs: Fix error code for new_inode() failure in mkdir/create/mknod/symlink
    da98803bccaf btrfs: mark dirty extent range for out of bound prealloc extents
    352056b6b669 RDMA/hns: Fix wrong WQE data when QP wraps around
    d4837e720ff0 RDMA/hns: Fix the modification of max_send_sge
    bc8c9b8f6387 RDMA/irdma: Set irdma_cq cq_num field during CQ create
    d559ddd687ed RDMA/irdma: Remove unused struct irdma_cq fields
    cd7e3bb8e200 RDMA/irdma: Fix SD index calculation
    57d352e198de ACPICA: Update dsmethod.c to get rid of unused variable warning
    f1d84a3d6521 char: misc: restrict the dynamic range to exclude reserved minors
    d2993a7e98eb ima: don't clear IMA_DIGSIG flag when setting or removing non-IMA xattr
    c3e4a6de0d1f smb: client: transport: avoid reconnects triggered by pending task work
    a024cf4d9f84 ksmbd: use sock_create_kern interface to create kernel socket
    e81e6d6d99b1 ftrace: Fix softlockup in ftrace_module_enable
    e09a096104fc orangefs: fix xattr related buffer overflow...
    df7517553995 page_pool: Clamp pool size to max 16K pages
    2648c810a25f 6pack: drop redundant locking and refcounting
    e1806387c7f9 exfat: limit log print for IO error
    3a18f8ae062e ALSA: usb-audio: add mono main switch to Presonus S1824c
    799cd62cbcc3 Bluetooth: bcsp: receive data only if registered
    03371c021818 Bluetooth: SCO: Fix UAF on sco_conn_free
    c9d6e46c2fe8 Bluetooth: btusb: Check for unexpected bytes when defragmenting HCI frames
    7eab99ffe36e net: macb: avoid dealing with endianness in macb_set_hwaddr()
    deb3d014d98c net/mlx5e: Don't query FEC statistics when FEC is disabled
    2bccb8072b28 ASoC: tlv320aic3x: Fix class-D initialization for tlv320aic3007
    91a5cec5b9d6 ASoC: stm32: sai: manage context in set_sysclk callback
    93f8d67ef8b5 amd/amdkfd: resolve a race in amdgpu_amdkfd_device_fini_sw
    d932fb292f83 ext4: increase IO priority of fastcommit
    199ab7b43c5e fs: ext4: change GFP_KERNEL to GFP_NOFS to avoid deadlock
    7ec8ac9f73d4 accel/habanalabs: support mapping cb with vmalloc-backed coherent memory
    f6108a8164c4 accel/habanalabs/gaudi2: read preboot status after recovering from dirty state
    a7d72a80e24a accel/habanalabs: return ENOMEM if less than requested pages were pinned
    193e269df045 scsi: mpt3sas: Add support for 22.5 Gbps SAS link rate
    88d6a9ea0688 accel/habanalabs/gaudi2: fix BMON disable configuration
    e30995ccd9b8 scsi: libfc: Fix potential buffer overflow in fc_ct_ms_fill()
    31116de5ee11 net: bridge: Install FDB for bridge MAC on VLAN 0
    eacfd08b26a0 nfs4_setup_readdir(): insufficient locking for ->d_parent->d_inode dereferencing
    e30618333212 NFSv4.1: fix mount hang after CREATE_SESSION failure
    4e2f5f7e07f9 NFSv4: handle ERR_GRACE on delegation recalls
    1b65fb8723ed drm/amd/display: Add AVI infoframe copy in copy_stream_update_to_stream
    7f097986b342 wifi: ath12k: Increase DP_REO_CMD_RING_SIZE to 256
    a5cb7c982210 remoteproc: qcom: q6v5: Avoid handling handover twice
    221952c07b58 PCI/PM: Skip resuming to D0 if device is disconnected
    b679c74e5598 vfio: return -ENOTTY for unsupported device feature
    5561974e62e0 sparc64: fix prototypes of reads[bwl]()
    d170582b4bd4 sparc/module: Add R_SPARC_UA64 relocation handling
    1810b2fd7375 PCI: cadence: Check for the existence of cdns_pcie::ops before using it
    0b02dc2b4e78 r8169: set EEE speed down ratio to 1
    4e21e047a25c net: intel: fm10k: Fix parameter idx set but not used
    c9e7bb702b80 wifi: ath10k: Fix connection after GTK rekeying
    df0a0f229f73 iommu/vt-d: Replace snprintf with scnprintf in dmar_latency_snapshot()
    4cacebe3dca9 net: ethernet: microchip: sparx5: make it selectable for ARCH_LAN969X
    855cd3a0c4d5 net: phy: clear link parameters on admin link down
    c5fa9fed6272 ASoC: qcom: sc8280xp: explicitly set S16LE format in sc8280xp_be_hw_params_fixup()
    2a9575a37218 jfs: fix uninitialized waitqueue in transaction manager
    ce054a366c54 jfs: Verify inode mode when loading from disk
    ec2b3f83b4c8 ipv6: np->rxpmtu race annotation
    765f8816d395 f2fs: fix infinite loop in __insert_extent_tree()
    97e01c389402 usb: xhci: plat: Facilitate using autosuspend for xhci plat devices
    8b21ba5da050 usb: mon: Increase BUFF_MAX to 64 MiB to support multi-MB URBs
    2611313d3bf4 allow finish_no_open(file, ERR_PTR(-E...))
    3c0725aceb14 scsi: lpfc: Define size of debugfs entry for xri rebalancing
    1169f4f03fb1 scsi: lpfc: Remove ndlp kref decrement clause for F_Port_Ctrl in lpfc_cleanup
    a0eb7e8f8266 scsi: lpfc: Check return status of lpfc_reset_flush_io_context during TGT_RESET
    88ac95b17a03 scsi: ufs: core: Disable timestamp functionality if not supported
    58b8f44a64ed selftests/Makefile: include $(INSTALL_DEP_TARGETS) in clean target to clean net/lib dependency
    0df3da8888fa drm/amdgpu: reject gang submissions under SRIOV
    a7efc2b0359c HID: i2c-hid: Resolve touchpad issues on Dell systems during S4
    0d0be8117eda ethernet: Extend device_get_mac_address() to use NVMEM
    7613c06ffa89 page_pool: always add GFP_NOWARN for ATOMIC allocations
    fe3f8b671618 drm/amd/display: Disable VRR on DCE 6
    ced20843717e drm/amd/display: Fix DVI-D/HDMI adapters
    eeb8ea76c912 drm/amd: Avoid evicting resources at S5
    19618f480cda drm/amdgpu: Use memdup_array_user in amdgpu_cs_wait_fences_ioctl
    a8a9f053e1d4 ALSA: serial-generic: remove shared static buffer
    59efb432c318 wifi: mt76: mt7996: Temporarily disable EPCS
    bf0b265fcb95 wifi: mt76: mt7921: Add 160MHz beamformee capability for mt7922 device
    81f9b19af302 net/cls_cgroup: Fix task_get_classid() during qdisc run
    160b03e57e62 crypto: caam - double the entropy delay interval for retry
    01be9fad74e4 PCI: dwc: Verify the single eDMA IRQ in dw_pcie_edma_irq_verify()
    27598de36043 crypto: sun8i-ce - remove channel timeout field
    a3d9de6ac510 watchdog: s3c2410_wdt: Fix max_timeout being calculated larger
    705c5a2f5517 HID: asus: add Z13 folio to generic group for multitouch to work
    c018a87942bf udp_tunnel: use netdev_warn() instead of netdev_WARN()
    ee957d6c0886 selftests: Replace sleep with slowwait
    518319c98097 eth: 8139too: Make 8139TOO_PIO depend on !NO_IOPORT_MAP
    c85be890e057 selftests: Disable dad for ipv6 in fcnal-test.sh
    2ddd6bf6b671 x86/kvm: Prefer native qspinlock for dedicated vCPUs irrespective of PV_UNHALT
    1a6ffaeddf76 netfilter: nf_reject: don't reply to icmp error messages
    b94b57fd7eb9 selftests: traceroute: Use require_command()
    5df7e8bc4d23 media: redrat3: use int type to store negative error codes
    d15b3e4107b4 selftests: net: replace sleeps in fcnal-test with waits
    f5781438ba04 net: sh_eth: Disable WoL if system can not suspend
    cedcc490241b phy: rockchip: phy-rockchip-inno-csidphy: allow writes to grf register 0
    f0cc4b6c443a phy: renesas: r8a779f0-ether-serdes: add new step added to latest datasheet
    cf6781d97c69 phy: cadence: cdns-dphy: Enable lower resolutions in dphy
    9406ec01a077 wifi: mac80211: Fix HE capabilities element check
    17249b2a6527 ntfs3: pretend $Extend records as regular files
    b96d08ce3f72 scsi: ufs: host: mediatek: Disable auto-hibern8 during power mode changes
    30220dda83f8 net: phy: marvell: Fix 88e1510 downshift counter errata
    5122665ca5f3 scsi: ufs: host: mediatek: Enhance recovery on hibernation exit failure
    8fefca6a12e6 scsi: ufs: host: mediatek: Enhance recovery on resume failure
    5bde774bbfbf media: i2c: og01a1b: Specify monochrome media bus format instead of Bayer
    f32fe18efc95 media: ov08x40: Fix the horizontal flip control
    81015dd217a4 char: Use list_del_init() in misc_deregister() to reinitialize list pointer
    d89343fce39a drm/msm: make sure to not queue up recovery more than once
    ea37884097a0 usb: cdns3: gadget: Use-after-free during failed initialization and exit of cdnsp gadget
    38c179c52d22 usb: gadget: f_hid: Fix zero length packet transfer
    3c66bc0acc08 drm/amdgpu: add support for cyan skillfish gpu_info
    65240044398e drm/amdgpu: don't enable SMU on cyan skillfish
    b17fe7f5a2de drm/amd: add more cyan skillfish PCI ids
    aa98b4c1f84c iommu/apple-dart: Clear stream error indicator bits for T8110 DARTs
    44a764aec64b iommu/amd: Skip enabling command/event buffers for kdump
    a5c425011c31 smsc911x: add second read of EEPROM mac when possible corruption seen
    170bd191fa6c net: call cond_resched() less often in __release_sock()
    194a056bdc6f ALSA: usb-audio: apply quirk for MOONDROP Quark2
    56384ec84c15 media: verisilicon: Explicitly disable selection api ioctls for decoders
    98dfcb4c287b media: adv7180: Only validate format in querystd
    20e3fe278b2f media: adv7180: Do not write format to device in set_fmt
    f195ac1e3542 media: adv7180: Add missing lock in suspend callback
    7ad7e582de8e net: nfc: nci: Increase NCI_DATA_TIMEOUT to 3000 ms
    7816b60922c8 ipv6: Add sanity checks on ipv6_devconf.rpl_seg_enabled
    2412c6aa42fc drm/amdgpu: Allow kfd CRIU with no buffer objects
    0d629175a7ee drm/msm/dsi/phy_7nm: Fix missing initial VCO rate
    b093c81df23f drm/msm/dsi/phy: Toggle back buffer resync after preparing PLL
    196a75590f40 dmaengine: dw-edma: Set status for callback_result
    269d69a50f21 dmaengine: mv_xor: match alloc_wc and free_wc
    bb434f67b46b dmaengine: sh: setup_xref error handling
    a3eebe03da5f ptp: Limit time setting of PTP clocks
    ffdcbb30d3cd scsi: pm8001: Use int instead of u32 to store error codes
    c1751c5fdddf crypto: qat - use kcalloc() in qat_uclo_map_objs_from_mof()
    49d9ac3af3a1 mips: lantiq: danube: rename stp node on EASY50712 reference board
    e20d0efe03ea mips: lantiq: xway: sysctrl: rename stp clock
    98654c8434c6 mips: lantiq: danube: add missing device_type in pci node
    ae51686278ce mips: lantiq: danube: add model to EASY50712 dts
    6c7de5a8957f mips: lantiq: danube: add missing properties to cpu node
    f589021c3347 drm/amdgpu: Respect max pixel clock for HDMI and DVI-D (v2)
    1a91de0fdbdf media: fix uninitialized symbol warnings
    3e283f38792e drm/amdkfd: Tie UNMAP_LATENCY to queue_preemption
    1de2e48b1f33 drm/amdkfd: fix vram allocation failure for a special case
    a7953bf98522 fuse: zero initialize inode private data
    bb9b505f02e2 net: phy: fixed_phy: let fixed_phy_unregister free the phy_device
    4aa5acd88fb4 remoteproc: wkup_m3: Use devm_pm_runtime_enable() helper
    742f354124aa extcon: adc-jack: Fix wakeup source leaks on device unbind
    22c24c7c5e81 scsi: pm80xx: Fix race condition caused by static variables
    bbfe60eba369 scsi: mpi3mr: Fix controller init failure on fault during queue creation
    df64a4d69d3d rds: Fix endianness annotation for RDS_MPATH_HASH
    dcaec33d8deb ALSA: usb-audio: Add validation of UAC2/UAC3 effect units
    31014c39d6d7 PCI/P2PDMA: Fix incorrect pointer usage in devm_kfree() call
    9b8dfaea5cea net: Call trace_sock_exceed_buf_limit() for memcg failure with SK_MEM_RECV.
    63fbe0e64132 net: stmmac: Correctly handle Rx checksum offload errors
    c1d2b289b9fc net: When removing nexthops, don't call synchronize_net if it is not necessary
    7d4ad49ba0c1 char: misc: Does not request module for miscdevice with dynamic minor
    4a61f3eb8913 char: misc: Make misc_register() reentry for miscdevice who wants dynamic minor
    9001552e105f usb: gadget: f_ncm: Fix MAC assignment NCM ethernet
    9e2c2d3e7209 iio: adc: imx93_adc: load calibrated values even calibration failed
    8bbda8e00cde iio: adc: spear_adc: mask SPEAR_ADC_STATUS channel and avg sample before setting register
    fdd587be5936 drm/amdkfd: Handle lack of READ permissions in SVM mapping
    2b5128caee83 drm/bridge: display-connector: don't set OP_DETECT for DisplayPorts
    8231e8011846 media: imon: make send_packet() more robust
    f28dde240160 net: ipv6: fix field-spanning memcpy warning in AH output
    b34fc4fe9a85 scsi: ufs: host: mediatek: Fix invalid access in vccqx handling
    2d5551640dde scsi: ufs: host: mediatek: Change reset sequence for improved stability
    83a26fa18d47 scsi: ufs: host: mediatek: Assign power mode userdata before FASTAUTO mode change
    137dea7d7d00 scsi: ufs: host: mediatek: Fix auto-hibern8 timer configuration
    68245d8fe2fa bridge: Redirect to backup port when port is administratively down
    86e4faf48539 s390/pci: Use pci_uevent_ers() in PCI recovery
    8a54de9609d8 powerpc/eeh: Use result of error_detected() in uevent
    74e9ec803b6d thunderbolt: Use is_pciehp instead of is_hotplug_bridge
    7d87c41061e8 ice: Don't use %pK through printk or tracepoints
    bbfcf5db8c08 net: stmmac: Check stmmac_hw_setup() in stmmac_resume()
    7a500e923127 x86/vsyscall: Do not require X86_PF_INSTR to emulate vsyscall
    79a27f405d02 media: i2c: Kconfig: Ensure a dependency on HAVE_CLK for VIDEO_CAMERA_SENSOR
    07f3f65682a9 drm/tidss: Set crtc modesetting parameters with adjusted mode
    1f950a449a4d drm/bridge: cdns-dsi: Don't fail on MIPI_DSI_MODE_VIDEO_BURST
    be9fc98a4198 drm/bridge: cdns-dsi: Fix REG_WAKEUP_TIME value
    105ed683b400 drm/tidss: Use the crtc_* timings when programming the HW
    3f964091abb0 media: amphion: Delete v4l2_fh synchronously in .release()
    48bb7f8ab984 media: pci: ivtv: Don't create fake v4l2_fh
    b567d1c40c70 drm/amdkfd: return -ENOTTY for unsupported IOCTLs
    153353da60d0 wifi: rtw88: sdio: use indirect IO for device registers before power-on
    da9d28d79342 selftests/net: Ensure assert() triggers in psock_tpacket.c
    517abdc57cfb selftests/net: Replace non-standard __WORDSIZE with sizeof(long) * 8
    d7f4354d3de9 PCI: Disable MSI on RDC PCI to PCIe bridges
    ce054c331334 drm/nouveau: replace snprintf() with scnprintf() in nvkm_snprintbf()
    cb02acebd3d0 drm/amdgpu/jpeg: Hold pg_lock before jpeg poweroff
    a0a44b1e0873 drm/amd/pm: Use cached metrics data on arcturus
    d4b2c3a3bc01 drm/amd/pm: Use cached metrics data on aldebaran
    f17f0100f702 drm/amd/display: update dpp/disp clock from smu clock table
    8c05069ce157 drm/amd/display: add more cyan skillfish devices
    2728e38ac27e drm/amd/display: Increase AUX Intra-Hop Done Max Wait Duration
    acb3c23080ca drm/amd/display: ensure committing streams is seamless
    f6bea0255090 mfd: da9063: Split chip variant reading in two bus transactions
    830c39871f16 mfd: madera: Work around false-positive -Wininitialized warning
    d9e793728021 mfd: stmpe-i2c: Add missing MODULE_LICENSE
    784f62e68a6c mfd: stmpe: Remove IRQ domain upon removal
    5ebb9bc9a662 tools/power x86_energy_perf_policy: Prefer driver HWP limits
    941ac2bcb1ac tools/power x86_energy_perf_policy: Enhance HWP enable
    91d267901aab tools/power x86_energy_perf_policy: Fix incorrect fopen mode usage
    5b69364cbef1 tools/cpupower: Fix incorrect size in cpuidle_state_disable()
    efa623350136 hwmon: (dell-smm) Add support for Dell OptiPlex 7040
    52d4d91db6f8 hwmon: (asus-ec-sensors) increase timeout for locking ACPI mutex
    1721c2938d00 uprobe: Do not emulate/sstep original instruction when ip is changed
    1a8ca4b9b3e3 nvme: Use non zero KATO for persistent discovery connections
    9c55db583707 bpf: Clear pfmemalloc flag when freeing all fragments
    d8d03481351e riscv: bpf: Fix uninitialized symbol 'retval_off'
    e1729523759c blk-cgroup: fix possible deadlock while configuring policy
    8613bed1f283 clocksource/drivers/vf-pit: Replace raw_readl/writel to readl/writel
    f3c6ae35a7e8 spi: rpc-if: Add resume support for RZ/G3E
    4aced32596ea futex: Don't leak robust_list pointer on exec race
    b8961542d2ae cpuidle: Fail cpuidle device registration if there is one already
    4b78d57b7dd3 bpftool: Fix -Wuninitialized-const-pointer warnings with clang >= 21
    c77fcb6cc6f0 power: supply: qcom_battmgr: handle charging state change notifications
    877d4689e546 pmdomain: apple: Add "apple,t8103-pmgr-pwrstate"
    5aeb8550e8c3 tools/cpupower: fix error return value in cpupower_write_sysfs()
    7d0e0563256f video: backlight: lp855x_bl: Set correct EPROM start for LP8556
    edf3b828871d bpf: Do not limit bpf_cgroup_from_id to current's namespace
    25f4bf1f7979 nvme-fc: use lock accessing port_state and rport state
    601ed47b2363 nvmet-fc: avoid scheduling association deletion twice
    5ca9367da5be tee: allow a driver to allocate a tee_device without a pool
    12296895e962 ACPICA: dispatcher: Use acpi_ds_clear_operands() in acpi_ds_call_control_method()
    8c1c0ac31949 mmc: sdhci-msm: Enable tuning for SDR50 mode for SD card
    46fc8ad19ce9 ARM: tegra: transformer-20: fix audio-codec interrupt
    0c9a3917a61e ARM: tegra: transformer-20: add missing magnetometer interrupt
    ca7c230fff41 soc/tegra: fuse: Add Tegra114 nvmem cells and fuse lookups
    c7117d25e3db arm64: zynqmp: Revert usb node drive strength and slew rate for zcu106
    e60b141dfc93 irqchip/loongson-pch-lpc: Use legacy domain for PCH-LPC IRQ controller
    552659030ab8 hwmon: sy7636a: add alias
    8161d9b78915 power: supply: sbs-charger: Support multiple devices
    0babd39ceb5d pinctrl: keembay: release allocated memory in detach path
    4f8d061ac497 hwmon: (sbtsi_temp) AMD CPU extended temperature range support
    5617c8165cf5 hwmon: (k10temp) Add device ID for Strix Halo
    44729682b694 hwmon: (k10temp) Add thermal support for AMD Family 1Ah-based models
    3c4c5184631a power: supply: qcom_battmgr: add OOI chemistry
    dcba7b98dcb7 ACPI: scan: Add Intel CVS ACPI HIDs to acpi_ignore_dep_ids[]
    338f490a04c6 ACPI: PRM: Skip handlers with NULL handler_address or NULL VA
    3e121479021d irqchip/gic-v2m: Handle Multiple MSI base IRQ Alignment
    fea338c7e46f selftests/bpf: Upon failures, exit with code 1 in test_xsk.sh
    233317cc29dd arc: Fix __fls() const-foldability via __builtin_clzl()
    8d6791c480f2 cpufreq/longhaul: handle NULL policy in longhaul_exit
    854241f8e4ff selftests/bpf: Fix bpf_prog_detach2 usage in test_lirc_mode2
    d45325fc6a73 irqchip/sifive-plic: Respect mask state when setting affinity
    0f7149ac7691 memstick: Add timeout to prevent indefinite waiting
    4cfc3b63ea09 mmc: host: renesas_sdhi: Fix the actual clock
    fa7c118e0b83 pinctrl: single: fix bias pull up/down handling in pin_config_set
    667789d3e29f bpf: Don't use %pK through printk
    8c8f8f7f84e8 spi: loopback-test: Don't use %pK through printk
    3f274df8526e soc: qcom: smem: Fix endian-unaware access of num_entries
    2a0db48dd8c2 soc: aspeed: socinfo: Add AST27xx silicon IDs
    fc1141a530df usb: gadget: f_fs: Fix epfile null pointer access after ep enable.
    b63c061be622 s390/pci: Avoid deadlock between PCI error recovery and mlx5 crdump
    b61ed8005bd3 drm/sysfb: Do not dereference NULL pointer in plane reset
    b5493968ac7a drm/sched: Fix race in drm_sched_entity_select_rq()
    7088465f1081 s390: Disable ARCH_WANT_OPTIMIZE_HUGETLB_VMEMMAP
    a2ae01c674e1 sched/fair: Use all little CPUs for CPU-bound workloads
    4ced68c43a15 sched/pelt: Avoid underestimation of task utilization
    fe04654ecb65 net: phy: dp83867: Disable EEE support as not implemented
    a60be7339353 cpuidle: governors: menu: Select polling state in some more cases
    58c347aa881d cpuidle: governors: menu: Rearrange main loop in menu_select()
    6e43d5f0e593 s390/pci: Restore IRQ unconditionally for the zPCI device
    49888b3b457b mptcp: fix MSG_PEEK stream corruption
    a5a896f8315d drm/mediatek: Fix device use-after-free on unbind
    2664bfd8969d regmap: slimbus: fix bus_context pointer in regmap init calls
    482b568e8680 block: make REQ_OP_ZONE_OPEN a write operation
    37089e2258d6 block: fix op_is_zone_mgmt() to handle REQ_OP_ZONE_RESET_ALL
    02a16148f842 drm/amd/pm/powerplay/smumgr: Fix PCIeBootLinkLevel value on Iceland
    e69d5d11ed0c drm/amd/pm/powerplay/smumgr: Fix PCIeBootLinkLevel value on Fiji
    224932faac5c drm/amd/pm: fix smu table id bound check issue in smu_cmn_update_table()
    ca5dc7ef4c1a sfc: fix potential memory leak in efx_mae_process_mport()
    25191342d576 net: hns3: return error code when function fails
    1cd109318d69 drm/etnaviv: fix flush sequence logic
    83312609ff32 Bluetooth: hci_core: Fix tracking of periodic advertisement
    e3ba2b1f7d1a Bluetooth: ISO: Fix another instance of dst_type handling
    48d31ac5af5f Bluetooth: HCI: Fix tracking of advertisement set/instance 0x00
    504554dbcbb4 Bluetooth: btmtksdio: Add pmctrl handling for BT closed state during reset
    932c0a4f77ac Bluetooth: hci_sync: fix race in hci_cmd_sync_dequeue_once
    9a579d6a3951 usbnet: Prevents free active kevent
    5d8f28a8b50e libbpf: Fix powerpc's stack register definition in bpf_tracing.h
    2e97da83839f ASoC: fsl_sai: fix bit order for DSD format
    06d711b4d620 ASoC: Intel: avs: Unprepare a stream when XRUN occurs
    0dd6474ced33 crypto: aspeed - fix double free caused by devm
    8e8bcd7b2925 crypto: aspeed-acry - Convert to platform remove callback returning void
    42f848f8e5ea bpf: Do not audit capability check in do_jit()
    5b81a79bada2 scsi: ufs: core: Initialize value of an attribute returned by uic cmd
    645114110354 bpf: Sync pending IRQ work before freeing ring buffer
    c898547ed64e ALSA: usb-audio: fix control pipe direction
    431da7f85430 drm/msm/a6xx: Fix GMU firmware parser
    ad5852941409 wifi: ath12k: free skb during idr cleanup callback
    0ec88db40ce0 wifi: ath11k: Add missing platform IDs for quirk table
    b8850b4370fa wifi: ath10k: Fix memory leak on unsupported WMI command
    1811c610653c x86/fpu: Ensure XFD state on signal delivery
    939c4e33005e smb: client: fix potential cfid UAF in smb2_query_info_compound
    6dbd3d9573e1 ASoC: qdsp6: q6asm: do not sleep while atomic
    aa826b05c68f mptcp: restore window probe
    f7e5fc50791b mptcp: drop bogus optimization in __mptcp_check_push()
    4a28d1898392 fbdev: valkyriefb: Fix reference count leak in valkyriefb_init
    e097cdbac72e fbdev: pvr2fb: Fix leftover reference to ONCHIP_NR_DMA_CHANNELS
    64e3175d1c8a wifi: brcmfmac: fix crash while sending Action Frames in standalone AP Mode
    e059b0560040 Bluetooth: rfcomm: fix modem control handling
    9ba1a7802ca9 fbdev: bitblit: bound-check glyph index in bit_putcs*
    e992faffa846 ACPI: button: Call input_free_device() on failing input device registration
    4e85246ec0d0 ACPI: video: Fix use-after-free in acpi_video_switch_brightness()
    3fe5494db5fe fbdev: atyfb: Check if pll_ops->init_pll failed
    468f78276a37 fbcon: Set fb_display[i]->mode to NULL when the mode is released
    814a55f44d8a net: usb: asix_devices: Check return value of usbnet_get_endpoints
    03524ccff698 NFSD: Fix crash in nfsd4_read_release()

(From OE-Core rev: 8af342d12598e3d7c3aca6a81ca4e16aee4b639b)

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-27 17:45:06 +00:00
Bruce Ashfield
2c30acaf10 linux-yocto/6.6: update to v6.6.116
Updating linux-yocto/6.6 to the latest korg -stable release that comprises
the following commits:

    0a805b6ea8cda Linux 6.6.116
    63dde0eec59b4 gpio: idio-16: Define fixed direction of the GPIO lines
    92a15817f0fbd gpio: regmap: add the .fixed_direction_output configuration parameter
    38f50558b50cf gpio: regmap: Allow to allocate regmap-irq device
    ddd31f5a5ff39 bits: introduce fixed-type GENMASK_U*()
    739aa67ef147b bits: add comments and newlines to #if, #else and #endif directives
    0e660d8224d07 xhci: dbc: fix bogus 1024 byte prefix if ttyDBC read races with stall event
    3aa367e6aae7a xhci: dbc: Avoid event polling busyloop if pending rx transfers are inactive.
    dae8555062cf0 xhci: dbc: Improve performance by removing delay in transfer event polling.
    6f126ef0117c9 xhci: dbc: Allow users to modify DbC poll interval via sysfs
    1c5cec6625a3f xhci: dbc: poll at different rate depending on data transfer activity
    afdf4f5108513 serial: sc16is7xx: remove useless enable of enhanced features
    74c8eafd42b48 serial: sc16is7xx: refactor EFR lock
    7db1a5451bcb9 serial: sc16is7xx: reorder code to remove prototype declarations
    2f7592e0bdfc6 serial: sc16is7xx: remove unused to_sc16is7xx_port macro
    39a7305e2abad selftests: mptcp: join: mark 'delete re-add signal' as skipped if not supported
    f87c246d7c1ef selftests: mptcp: disable add_addr retrans in endpoint_tests
    1f1632dd97dae mptcp: pm: in-kernel: C-flag: handle late ADD_ADDR
    4784326cb26a4 arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.c
    797f15c2b15e9 btrfs: use smp_mb__after_atomic() when forcing COW in create_pending_snapshot()
    93bcd360c503e btrfs: use level argument in log tree walk callback replay_one_buffer()
    ef64d81fb7ddd btrfs: always drop log root tree reference in btrfs_replay_log()
    3b838f39f4be8 btrfs: scrub: replace max_t()/min_t() with clamp() in scrub_throttle_dev_io()
    fb6ceb6cde7bc btrfs: zoned: refine extent allocator hint selection
    8fabf4d56fd8f btrfs: zoned: return error from btrfs_zone_finish_endio()
    625aecafb1bd2 EDAC/mc_sysfs: Increase legacy channel support to 16
    0956cdef60de8 x86/bugs: Fix reporting of LFENCE retpoline
    077823b06f1cc x86/bugs: Report correct retbleed mitigation status
    5c63fb0b382f9 perf: Skip user unwind if the task is a kernel thread
    89fbfc799e1d5 perf: Have get_perf_callchain() return NULL if crosstask and user are set
    34b5aba8511a1 perf: Use current->flags & PF_KTHREAD|PF_USER_WORKER instead of current->mm == NULL
    a61ed1fb165b0 audit: record fanotify event regardless of presence of rules
    6ffa9d6618718 net/sched: sch_qfq: Fix null-deref in agg_dequeue
    e5bbb12db2c75 Linux 6.6.115
    2dc125f5da134 ksmbd: transport_ipc: validate payload size before reading handle
    2ae71c3770c39 gpio: ljca: Initialize num before accessing item in ljca_gpio_config
    bfd17b6138df0 fuse: fix livelock in synchronous file put from fuseblk workers
    c7ec75f3cbf73 fuse: allocate ff->release_args only if release is needed
    c34b09cbd6fc0 s390/cio: Update purge function to unregister the unused subchannels
    41fe20cfbcd43 x86/resctrl: Fix miscount of bandwidth event when reactivating previously unavailable RMID
    bc1c6b803e14e fs/notify: call exportfs_encode_fid with s_umount
    df75bfc287029 xfs: always warn about deprecated mount options
    b89e20a365442 devcoredump: Fix circular locking dependency with devcd->mutex.
    7c691e10ca958 serial: 8250_mtk: Enable baud clock and manage in runtime PM
    a8527907f28d7 serial: 8250_exar: add support for Advantech 2 port card with Device ID 0x0018
    f354f7510ff0e serial: 8250_dw: handle reset control deassert error
    928a9c9b97ea2 dt-bindings: usb: dwc3-imx8mp: dma-range is required only for imx8mp
    91b2d5fcde526 tcpm: switch check for role_sw device with fw_node
    6fb8fbc0aa542 most: usb: hdm_probe: Fix calling put_device() before device initialization
    72427dc6f8752 most: usb: Fix use-after-free in hdm_disconnect
    9a297a68c3ba4 misc: fastrpc: Fix dma_buf object leak in fastrpc_map_lookup
    a068cbe71c1cb mei: me: add wildcat lake P DID
    d4854eff25efb comedi: fix divide-by-zero in comedi_buf_munge()
    c055480e04561 binder: remove "invalid inc weak" check
    3a25640814ff8 x86/microcode: Fix Entrysign revision check for Zen1/Naples
    03d7e8c749428 xhci: dbc: enable back DbC in resume if it was enabled before suspend
    2c217d0e86885 usb: raw-gadget: do not limit transfer length
    cbf278c90c64a usb/core/quirks: Add Huawei ME906S to wakeup quirk
    102b9b8942e11 USB: serial: option: add Telit FN920C04 ECM compositions
    da06de8f1656f USB: serial: option: add Quectel RG255C
    7070c31465f1c USB: serial: option: add UNISOC UIS7720
    6d63703bec0c1 sched: Remove never used code in mm_cid_get()
    770b33a1a8e46 io_uring: correct __must_hold annotation in io_install_fixed_file
    5ba12858b664f gpio: ljca: Fix duplicated IRQ mapping
    7efa69e0688b5 gpio: update Intel LJCA USB GPIO driver
    d11f2156a93e3 hwmon: (sht3x) Fix error handling
    dc1ac7c1a355b RISC-V: Don't print details of CPUs disabled in DT
    00b58d2c25d10 RISC-V: Define pgprot_dmacoherent() for non-coherent devices
    c7849e8cb22a9 firmware: arm_scmi: Fix premature SCMI_XFER_FLAG_IS_RAW clearing in raw mode
    d719ce9f286c4 firmware: arm_scmi: Account for failed debug initialization
    e42ec4eccebe2 spi: spi-nxp-fspi: add extra delay after dll locked
    18d1c06b72d56 selftests: mptcp: join: mark implicit tests as skipped if not supported
    c8aa3fd5b4a03 selftests: mptcp: join: mark 'flush re-add' as skipped if not supported
    5e46e4dc829e1 net: ravb: Ensure memory write completes before ringing TX doorbell
    d064092c3fc34 net: ravb: Enforce descriptor type ordering
    36838ece81545 net: usb: rtl8150: Fix frame padding
    9f2db04c21cff net: stmmac: dwmac-rk: Fix disabling set_clock_selection
    42ed0784d11ad vsock: fix lock inversion in vsock_assign_transport()
    aa6a21409dd62 ocfs2: clear extent cache after moving/defragmenting extents
    c7ae6b99c982d MIPS: Malta: Fix keyboard resource preventing i8042 driver from registering
    fa41d6f4b1382 cifs: Fix TCP_Server_Info::credits to be signed
    356c7fdf684cd can: netlink: can_changelink(): allow disabling of automatic restart
    a9da00c9cee99 ACPICA: Work around bogus -Wstringop-overread warning since GCC 11
    29d96bcc14952 Revert "cpuidle: menu: Avoid discarding useful information"
    a0c16f20d23cf gpio: 104-idio-16: Define maximum valid register address offset
    67adc5500ad7c gpio: pci-idio-16: Define maximum valid register address offset
    3373f263bb647 arch_topology: Fix incorrect error check in topology_parse_cpu_capacity()
    941096f618c50 dma-debug: don't report false positives with DMA_BOUNCE_UNALIGNED_KMALLOC
    15b80f63269d3 net: bonding: fix possible peer notify event loss or dup issue
    cb9055ba30306 sctp: avoid NULL dereference when chunk data buffer is missing
    4f32f754343a8 arm64, mm: avoid always making PTE dirty in pte_mkwrite()
    8b051d7f530e8 net/mlx5e: RX, Fix generating skb from non-linear xdp_buff for striding RQ
    72328f25755ee net/mlx5e: RX, Fix generating skb from non-linear xdp_buff for legacy RQ
    9d7bc56c550eb net/mlx5e: Reuse per-RQ XDP buffer to avoid stack zeroing overhead
    b411759b9c1a9 selftests: net: fix server bind failure in sctp_vrf.sh
    bbcbbb9d68626 selftests/net: convert sctp_vrf.sh to run it in unique namespace
    dd2a7aba7f8d8 can: bxcan: bxcan_start_xmit(): use can_dev_dropped_skb() instead of can_dropped_invalid_skb()
    05e2c6ef4a9da dpaa2-eth: fix the pointer passed to PTR_ALIGN on Tx path
    050732ace1dbd net: enetc: correct the value of ENETC_RXB_TRUESIZE
    2781ca82ce8ca net: enetc: fix the deadlock of enetc_mdio_lock
    74c94df40ede9 net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().
    6993a51388bdc rtnetlink: Allow deleting FDB entries in user namespace
    362f4c52efd05 net/mlx5e: Return 1 instead of 0 in invalid case in mlx5e_mpwrq_umr_entry_size()
    550e311e1b16f Unbreak 'make tools/*' for user-space targets
    6aef39551e60a smb: server: let smb_direct_flush_send_list() invalidate a remote key first
    6ef6ac49fdf1d drivers/perf: hisi: Relax the event ID check in the framework
    99bdd0580d7f2 powerpc/32: Remove PAGE_KERNEL_TEXT to fix startup failure
    6aee82d0bfeee m68k: bitops: Fix find_*_bit() signatures
    5f43ab41ddab1 lkdtm: fortify: Fix potential NULL dereference on kmalloc failure
    24cac083a76b9 hfsplus: return EIO when type of hidden directory mismatch in hfsplus_fill_super()
    cfafefcb0e1fc hfs: fix KMSAN uninit-value issue in hfs_find_set_zero_bits()
    8c18c84ecbfa3 dlm: check for defined force value in dlm_lockspace_release
    2bb8bc99b1a7a hfsplus: fix KMSAN uninit-value issue in hfsplus_delete_cat()
    4f40a2b3969da hfs: validate record offset in hfsplus_bmap_alloc
    a5bfb13b4f406 hfsplus: fix KMSAN uninit-value issue in __hfsplus_ext_cache_extent()
    714e70f603bee hfs: make proper initalization of struct hfs_find_data
    7870fbdce00ef hfs: clear offset and space out of valid records in b-tree node
    b1ec9faef7e36 nios2: ensure that memblock.current_limit is set when setting pfn limits
    813d3d18cfe47 exec: Fix incorrect type for ret

(From OE-Core rev: 99d8bdc07f708158cc98dfce11739e1fbaa08d31)

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-27 17:45:06 +00:00
Bruce Ashfield
7754aa3731 linux-yocto/6.6: update to v6.6.114
Updating linux-yocto/6.6 to the latest korg -stable release that comprises
the following commits:

    4a243110dc88 Linux 6.6.114
    d060f49771b5 PCI: tegra194: Reset BARs when running in PCIe endpoint mode
    ed518734a3c1 PCI: j721e: Fix programming sequence of "strap" settings
    d763fffd4284 PCI: j721e: Enable ACSPCIE Refclk if "ti,syscon-acspcie-proxy-ctrl" exists
    92b82e232b8d mm/ksm: fix flag-dropping behavior in ksm_madvise
    499089376206 ksmbd: browse interfaces list on FSCTL_QUERY_INTERFACE_INFO IOCTL
    65dc89d5cf40 PCI/sysfs: Ensure devices are powered for config reads (part 2)
    9c1c7edfea46 nfsd: decouple the xprtsec policy check from check_nfsd_access()
    2e0aab9ddaf1 ixgbevf: fix mailbox API compatibility by negotiating supported features
    8aebc9367911 ixgbevf: fix getting link speed data for E610 devices
    52ffb51de64f ixgbevf: Add support for Intel(R) E610 device
    6d4597351818 PCI: Add PCI_VDEVICE_SUB helper macro
    247d1fff85e0 phy: cadence: cdns-dphy: Update calibration wait time for startup state machine
    01829af7656b ext4: avoid potential buffer over-read in parse_apply_sb_mount_options()
    cebfbf40056a vfs: Don't leak disconnected dentries on umount
    f7353208c91a NFSD: Define a proc_layoutcommit for the FlexFiles layout type
    f846eacde280 fs: quota: create dedicated workqueue for quota_release_work
    d7d942c9a182 quota: remove unneeded return value of register_quota_format
    6c79b23f1c52 padata: Reset next CPU when reorder sequence wraps around
    5fb3328e927c xfs: use deferred intent items for reaping crosslinked blocks
    a4970f5087e2 iio: imu: inv_icm42600: Avoid configuring if already pm_runtime suspended
    353c69c7898e iio: imu: inv_icm42600: reorganize DMA aligned buffers in structure
    0af89c7e640a phy: cadence: cdns-dphy: Fix PLL lock and O_CMN_READY polling
    3594108460db phy: cdns-dphy: Store hs_clk_rate and return it
    11d10382a4df iio: imu: inv_icm42600: Simplify pm_runtime setup
    cbdd55050b78 PM: runtime: Add new devm functions
    2c3f01bb6ee4 xfs: fix log CRC mismatches between i386 and other architectures
    4245f6c66a3c xfs: rename the old_crc variable in xlog_recover_process
    c896618807a2 NFSD: Fix last write offset handling in layoutcommit
    4138321e9d41 NFSD: Minor cleanup in layoutcommit processing
    daa0ff1780c9 NFSD: Rework encoding and decoding of nfsd4_deviceid
    30a6a61c5828 nilfs2: fix deadlock warnings caused by lock dependency in init_nilfs()
    a0caf1de97e1 block: fix race between set_blocksize and read paths
    8fdd0ad43977 arm64: errata: Apply workarounds for Neoverse-V3AE
    d9d3e9ff1e2a arm64: cputype: Add Neoverse-V3AE definitions
    4f5ab4a9c6ab hfsplus: fix slab-out-of-bounds read in hfsplus_strcasecmp()
    b1ec27375dea selftests: arg_parsing: Ensure data is flushed to disk before reading.
    a0ed8ae58a83 HID: multitouch: fix name of Stylus input devices
    ef45e08141f8 HID: hid-input: only ignore 0 battery events for digitizers
    576312eb4363 ALSA: usb-audio: Fix NULL pointer deference in try_to_register_card
    d776af255d19 selftests/bpf: make arg_parsing.c more robust to crashes
    48b1d42286bf accel/qaic: Treat remaining == 0 as error in find_and_map_user_pages()
    af7e3989e241 ALSA: firewire: amdtp-stream: fix enum kernel-doc warnings
    66c29d9fc1dc sched/fair: Fix pelt lost idle time detection
    3359a93f45c3 sched/balancing: Rename newidle_balance() => sched_balance_newidle()
    8942165d0c3f drm/rockchip: vop2: use correct destination rectangle height check
    025db46dbcf8 drm/amd/powerplay: Fix CIK shutdown temperature
    7a4482d59fcb drm/i915/guc: Skip communication warning on reset in progress
    b82efea81a15 ASoC: nau8821: Add DMI quirk to bypass jack debounce circuit
    1746416e885c ASoC: nau8821: Generalize helper to clear IRQ status
    ce1aa07aea2b ASoC: nau8821: Cancel jdet_work before handling jack ejection
    9e32cb91bfb3 ASoC: codecs: Fix gain setting ranges for Renesas IDT821034 codec
    001f1fb0e4e3 drm/bridge: lt9211: Drop check for last nibble of version register
    706ed11aa9e8 riscv: kprobes: Fix probe address validation
    06da9b0f87da nvme-multipath: Skip nr_active increments in RETRY disposition
    a22c03011dac net: usb: lan78xx: fix use of improperly initialized dev->chipid in lan78xx_reset
    db00e3bdf69a net: usb: lan78xx: Add error handling to lan78xx_init_mac_address
    9c470a536556 tls: don't rely on tx_work during send()
    c61d4368197d tls: wait for pending async decryptions if tls_strp_msg_hold fails
    b9e21d676def tls: always set record_type in tls_process_cmsg
    f6c40bf4078d tls: wait for async encrypt in case of error during latter iterations of sendmsg
    f61dfccc5a3e net: tls: wait for async completion on last message
    071377a13834 tls: trim encrypted message to match the plaintext on short splice
    3dd3aa80e5af tg3: prevent use of uninitialized remote_adv and local_adv variables
    2bd8352df493 tcp: fix tcp_tso_should_defer() vs large RTT
    939a7d837167 amd-xgbe: Avoid spurious link down messages during interface toggle
    48294a67863c net/ip6_tunnel: Prevent perpetual tunnel growth
    932f7cd27905 r8169: fix packet truncation after S4 resume on RTL8168H/RTL8111H
    deb6ab171fd1 doc: fix seg6_flowlabel path
    3f4a318dec64 net: dlink: handle dma_map_single() failure properly
    e3fdc2b2c61e can: m_can: m_can_plat_remove(): add missing pm_runtime_disable()
    627a7ebd8954 dax: skip read lock assertion for read-only filesystems
    d280c138e66b HID: multitouch: fix sticky fingers
    5f65c8ad8c72 usb: gadget: f_rndis: Refactor bind path to use __free()
    1cde4516295a usb: gadget: f_ncm: Refactor bind path to use __free()
    e348d18fb012 usb: gadget: f_acm: Refactor bind path to use __free()
    070f341d86cf usb: gadget: f_ecm: Refactor bind path to use __free()
    70a766743173 usb: gadget: Introduce free_usb_request helper
    167ac21abb82 usb: gadget: Store endpoint pointer in usb_request
    50c721be2cff media: nxp: imx8-isi: m2m: Fix streaming cleanup on release
    211728b9b282 media: nxp: imx8-isi: Drop unused argument to mxc_isi_channel_chain()
    7a27f07948ef drm/exynos: exynos7_drm_decon: remove ctx->suspended
    cbbe08268a13 drm/exynos: exynos7_drm_decon: properly clear channels during bind
    98c15dc95009 drm/exynos: exynos7_drm_decon: fix uninitialized crtc reference in functions
    fbc8589975ef drm/msm/a6xx: Fix PDC sleep sequence
    8e245d3a2ab8 drm/msm/adreno: De-spaghettify the use of memory barriers
    eb0d280c2751 eventpoll: Replace rwlock with spinlock
    f72553935a53 epoll: Remove ep_scan_ready_list() in comments
    dfacd00818ce Bluetooth: btusb: Add USB ID 2001:332a for D-Link AX9U rev. A1
    e19e401b059a cpufreq: CPPC: Avoid using CPUFREQ_ETERNAL as transition delay
    59a6e61863e2 drm/amd: Check whether secure display TA loaded successfully
    db4bdb550ce1 drm/amdgpu: use atomic functions with memory barriers for vm fault info
    57239762aa90 drm/sched: Fix potential double free in drm_sched_job_add_resv_dependencies
    15c73964da9d cifs: parse_dfs_referrals: prevent oob on malformed input
    00e7da6ca640 can: gs_usb: increase max interface to U8_MAX
    be19fcf0baed can: gs_usb: gs_make_candev(): populate net_device->dev_port
    289498da343b btrfs: do not assert we found block group item when creating free space tree
    ebbf0d45be41 btrfs: fix incorrect readahead expansion length
    7c068bcc12d2 btrfs: fix clearing of BTRFS_FS_RELOC_RUNNING if relocation already running
    cb6039b68efa ext4: detect invalid INLINE_DATA + EXTENTS flag combination
    6e85cc404a7e ext4: wait for ongoing I/O to complete before freeing blocks
    870e14104978 jbd2: ensure that all ongoing I/O complete before freeing blocks
    f13ef730370b f2fs: fix wrong block mapping for multi-devices
    67a664eebf11 r8152: add error handling in rtl8152_driver_init
    d7dd034c1492 smb: client: Fix refcount leak for cifs_sb_tlink
    f231f248323d Linux 6.6.113
    99c704e44cab perf test stat: Avoid hybrid assumption when virtualized
    163f15370c55 writeback: Avoid excessively long inode switching times
    7594dae6cc95 writeback: Avoid softlockup when switching many inodes
    ab0d0138803c cramfs: Verify inode mode when loading from disk
    5a7602d64e1c fs: Add 'initramfs_options' to set initramfs mount options
    09d227c59d97 pid: Add a judgment for ns null in pid_nr_ns
    d47cdfddeb49 minixfs: Verify inode mode when loading from disk
    030a01fbcc42 irqchip/sifive-plic: Avoid interrupt ID 0 handling during suspend/resume
    6d09bbbca3e5 irqchip/sifive-plic: Make use of __assign_bit()
    63c44fa29ef2 mptcp: pm: in-kernel: usable client side with C-flag
    06d82c3a1f7f selftests/mm: skip soft-dirty tests when CONFIG_MEM_SOFT_DIRTY is disabled
    ef8a0b37f11d s390/bpf: Write back tail call counter for BPF_TRAMP_F_CALL_ORIG
    1527222f3549 s390/bpf: Write back tail call counter for BPF_PSEUDO_CALL
    2c768a9d1c17 s390/bpf: Describe the frame using a struct instead of constants
    10358217e30c s390/bpf: Centralize frame offset calculations
    9b378246e7ef s390/bpf: Change seen_reg to a mask
    63d2008affae ACPI: property: Do not pass NULL handles to acpi_attach_data()
    af0ff085cd56 ACPI: property: Add code comments explaining what is going on
    156819a04732 ACPI: property: Disregard references in data-only subnode lists
    1ed161347ad9 ACPI: battery: Add synchronization between interface updates
    8f03b1bf2bcd ACPI: battery: Check for error code from devm_mutex_init() call
    e6c83bbb0119 ACPI: battery: initialize mutexes through devm_ APIs
    346975d62660 ACPI: battery: allocate driver data through devm_ APIs
    b8c7d40b4cb3 arm64: mte: Do not flag the zero page as PG_mte_tagged
    7f4f031e66ad arm64: kprobes: call set_memory_rox() for kprobe page
    ca603d157694 ipmi: Fix handling of messages with provided receive message pointer
    348121b29594 ipmi: Rework user message limit handling
    aafae78e6d79 KVM: SVM: Emulate PERF_CNTR_GLOBAL_STATUS_SET for PerfMonV2
    d0d9fa88d7ab rseq: Protect event mask against membarrier IPI
    1810b6084aea btrfs: fix the incorrect max_bytes value for find_lock_delalloc_range()
    0c5ce6b6ccc2 PCI: endpoint: pci-epf-test: Add NULL check for DMA channels before release
    93b8a612db29 PCI: endpoint: Remove surplus return statement from pci_epf_test_clean_dma_chan()
    0fa2185104df misc: fastrpc: Save actual DMA size in fastrpc_map structure
    78e5fa79ed7c misc: fastrpc: Add missing dev_err newlines
    bc718d0bd87e ksmbd: add max ip connections parameter
    cd3efb93677c KVM: SVM: Skip fastpath emulation on VM-Exit if next RIP isn't valid
    ad25061d1d73 mm/ksm: fix incorrect KSM counter handling in mm_struct during fork
    1a301228c0a8 tracing: Fix race condition in kprobe initialization causing NULL pointer dereference
    8d2a77ccefee mfd: intel_soc_pmic_chtdc_ti: Set use_single_read regmap_config flag
    3cb4b35687a9 mfd: intel_soc_pmic_chtdc_ti: Drop unneeded assignment for cache_type
    d7b038045ea0 mfd: intel_soc_pmic_chtdc_ti: Fix invalid regmap-config max_register value
    7bd4e5367d09 media: mc: Clear minor number before put device
    8c7aad767518 Squashfs: reject negative file sizes in squashfs_read_inode()
    f5a1b04e5df2 Squashfs: add additional inode sanity checking
    edb6425f5935 lib/crypto/curve25519-hacl64: Disable KASAN with clang-17 and older
    abdfc4704e0b ext4: free orphan info with kvfree
    f775f821de46 ACPICA: Allow to skip Global Lock initialization
    720a66fdaa6c ext4: validate ea_ino and size in check_xattrs
    79ea7f3e11ef ext4: guard against EA inode refcount underflow in xattr update
    9e642ab8e5b2 ext4: fix an off-by-one issue during moving extents
    d1e681c0bb03 ext4: correctly handle queries for metadata mappings
    871b6894a3fa ext4: increase i_disksize to offset + len in ext4_update_disksize_before_punch()
    304fc34ff6fc ext4: verify orphan file size is not too big
    e7e0e3eae0c1 nfsd: nfserr_jukebox in nlm_fopen should lead to a retry
    925ed83efbe7 NFSD: Fix destination buffer size in nfsd4_ssc_setup_dul()
    677ebfe5d00f mm/damon/vaddr: do not repeat pte_offset_map_lock() until success
    bb5ef60ee84f mm/hugetlb: early exit from hugetlb_pages_alloc_boot() when max_huge_pages=0
    81a6d6011acb mm/page_alloc: only set ALLOC_HIGHATOMIC for __GPF_HIGH allocations
    69336589df5d wifi: mt76: mt7921u: Add VID/PID for Netgear A7500
    d0ca2f9fbb96 wifi: ath11k: HAL SRNG: don't deinitialize and re-initialize again
    3454c79780dd selftests: mptcp: join: validate C-flag + def limit
    1264edbed45e x86/umip: Fix decoding of register forms of 0F 01 (SGDT and SIDT aliases)
    c5bceeb4c569 x86/umip: Check that the instruction opcode is at least two bytes
    d7760884ee3f spi: cadence-quadspi: Flush posted register writes before DAC access
    8bf417e1d36c spi: cadence-quadspi: Flush posted register writes before INDAC access
    eef57e03d5c1 PCI: tegra194: Handle errors in BPMP response
    315001252acd PCI: tegra194: Fix broken tegra_pcie_ep_raise_msi_irq()
    a1a7a80dbe08 PCI: rcar-host: Convert struct rcar_msi mask_lock into raw spinlock
    f5770bba83d1 PCI: rcar-host: Drop PMSR spinlock
    608ab627d966 PCI: keystone: Use devm_request_irq() to free "ks-pcie-error-irq" on exit
    61aeab7178aa PCI/AER: Support errors introduced by PCIe r6.0
    741b78395083 PCI/AER: Fix missing uevent on recovery when a reset is requested
    a3a52f85a211 PCI/ERR: Fix uevent on failure to recover
    36039348bca7 PCI/IOV: Add PCI rescan-remove locking when enabling/disabling SR-IOV
    bd27ddb68a42 PCI/sysfs: Ensure devices are powered for config reads
    7a9dee3e4c9d PCI: tegra: Convert struct tegra_msi mask_lock into raw spinlock
    a5f1934fea37 rseq/selftests: Use weak symbol reference, not definition, to link with glibc
    9f16da9b549a rtc: interface: Fix long-standing race when setting alarm
    31a81d9ad81b rtc: interface: Ensure alarm irq is enabled when UIE is enabled
    5dd821744377 memory: samsung: exynos-srom: Fix of_iomap leak in exynos_srom_probe
    587b819fbcbf mmc: core: SPI mode remove cmd7
    6a5b401c745f mtd: rawnand: fsmc: Default to autodetect buswidth
    151bd8885947 xtensa: simdisk: add input size check in proc_write_simdisk
    3572290dfa7c sparc: fix error handling in scan_one_device()
    612d10ce8490 sparc64: fix hugetlb for sun4u
    ed3044b9c810 sctp: Fix MAC comparison to be constant-time
    04181645643d scsi: hpsa: Fix potential memory leak in hpsa_big_passthru_ioctl()
    ebf2b91a09fd sched/deadline: Fix race in push_dl_task()
    f4aab940ae9e Revert "ipmi: fix msg stack when IPMI is disconnected"
    dc3a1c6237e7 pwm: berlin: Fix wrong register in suspend/resume
    9f88a6fd9748 powerpc/pseries/msi: Fix potential underflow and leak issue
    83319fa81e60 powerpc/powernv/pci: Fix underflow and leak issue
    4307297a5fe4 power: supply: max77976_charger: fix constant current reporting
    fc6ce639b9a7 pinctrl: samsung: Drop unused S3C24xx driver data
    4bfba41d80d3 nvme-pci: Add TUXEDO IBS Gen8 to Samsung sleep quirk
    62fcb12c1f80 parisc: Remove spurious if statement from raw_copy_from_user()
    eb67aaf2c2f3 parisc: don't reference obsolete termio struct for TC* constants
    dd21dc8d7451 openat2: don't trigger automounts with RESOLVE_NO_XDEV
    ff770d10cfeb of: unittest: Fix device reference count leak in of_unittest_pci_node_verify
    babe2b53fa7d lib/genalloc: fix device leak in of_gen_pool_get()
    db2fcc8189bf KEYS: trusted_tpm1: Compare HMAC values in constant time
    132f827e7bac kernel/sys.c: fix the racy usage of task_lock(tsk->group_leader) in sys_prlimit64() paths
    8d982bdd5dfd iommu/vt-d: PRS isn't usable if PDS isn't supported
    ff416637ef07 iio: imu: inv_icm42600: Drop redundant pm_runtime reinitialization in resume
    dad6e796b10f init: handle bootloader identifier in kernel parameters
    759329336a77 iio: xilinx-ams: Unmask interrupts after updating alarms
    26242971663d iio: xilinx-ams: Fix AMS_ALARM_THR_DIRECT_MASK
    54e7b86d1ab0 iio: frequency: adf4350: Fix prescaler usage.
    3f88f4e8f178 iio: dac: ad5421: use int type to store negative error codes
    a832682cf6c9 iio: dac: ad5360: use int type to store negative error codes
    f7fed2af0ad8 fs/ntfs3: Fix a resource leak bug in wnd_extend()
    feac989493ca fbdev: Fix logic error in "offb" name match
    41b17a237e1e crypto: rockchip - Fix dma_unmap_sg() nents value
    4b3770692262 crypto: atmel - Fix dma_unmap_sg() direction
    11bb6f3cc21b crypto: aspeed - Fix dma_unmap_sg() direction
    69a18ff6c60e cpufreq: intel_pstate: Fix object lifecycle issue in update_qos_request()
    2e9ae62b1ca3 copy_sighand: Handle architectures where sizeof(unsigned long) < sizeof(u64)
    ed9cf7c460e8 bus: mhi: host: Do not use uninitialized 'dev' pointer in mhi_init_irq_setup()
    108c50494c2b bus: mhi: ep: Fix chained transfer handling in read path
    0276c8582488 btrfs: avoid potential out-of-bounds in btrfs_encode_fh()
    f74a135c5617 blk-crypto: fix missing blktrace bio split events
    fd7b6b31475e drm/nouveau: fix bad ret code in nouveau_bo_move_prep
    07c0125e21a6 drm/rcar-du: dsi: Fix 1/2/3 lane support
    b4ba1c81de30 media: lirc: Fix error handling in lirc_register()
    ec02275a6317 media: venus: firmware: Use correct reset sequence for IRIS2
    f9d61ee68937 media: pci: ivtv: Add missing check after DMA map
    4c656fd59e9e media: mc: Fix MUST_CONNECT handling for pads with no links
    d429c3bb06fa media: i2c: mt9v111: fix incorrect type for ret
    c0ad66984750 media: cx18: Add missing check after DMA map
    dbcbac8c47cb firmware: meson_sm: fix device leak at probe
    135eacbb111f xen/events: Update virq_to_irq on migration
    612ef6056855 xen/events: Return -EEXIST for bound VIRQs
    536a7e676fbe xen/manage: Fix suspend error path
    9ac86c75148f xen/events: Cleanup find_virq() return codes
    76165e048c1b dt-bindings: phy: rockchip-inno-csi-dphy: make power-domains non-required
    4d74d17ab18e ARM: OMAP2+: pm33xx-core: ix device node reference leaks in amx3_idle_init
    61683c2e7019 arm64: dts: ti: k3-am62a-main: Fix main padcfg length
    d9560998550d arm64: dts: qcom: sdm845: Fix slimbam num-channels/ees
    ac7ce5c869f8 arm64: dts: qcom: msm8939: Add missing MDSS reset
    0a5e8961cd0f arm64: dts: qcom: msm8916: Add missing MDSS reset
    9cfc586847fa ACPI: debug: fix signedness issues in read/write helpers
    debf3c347330 ACPI: TAD: Add missing sysfs_remove_group() for ACPI_TAD_RT
    1ae9cdd6b479 ACPI: property: Fix buffer properties extraction for subnodes
    b6e9645be9eb bpf: Avoid RCU context warning when unpinning htab with internal structs
    c14f73ecc365 gpio: wcd934x: mark the GPIO controller as sleeping
    380c23baf030 tpm_tis: Fix incorrect arguments in tpm_tis_probe_irq_single
    436cfdbc57d9 cifs: Query EA $LXMOD in cifs_query_path_info() for WSL reparse points
    a133e2699f8e smb: client: fix missing timestamp updates after utime(2)
    f37e7860dc5e crypto: essiv - Check ssize for decryption and in-place encryption
    46362cdd9df6 bridge: br_vlan_fill_forward_path_pvid: use br_vlan_group_rcu()
    0028e0134c64 netfilter: nft_objref: validate objref and objrefmap expressions
    df0ffc4b51e9 netfilter: nf_tables: drop unused 3rd argument from validate callback ops
    71fe3c3381de drm/amd/display: Properly disable scaling on DCE6
    914b1f47fb6a drm/amd/display: Properly clear SCL_*_FILTER_CONTROL on DCE6
    9973e4ee0e93 drm/amd/display: Add missing DCE6 SCL_HORZ_FILTER_INIT* SRIs
    0e69ecbbd562 drm/amdgpu: Add additional DCE6 SCL registers
    b6bfe44b6dbb bpf: Fix metadata_dst leak __bpf_redirect_neigh_v{4,6}
    d3f97bef535e mailbox: zynqmp-ipi: Remove dev.parent check in zynqmp_ipi_free_mboxes
    c6cdac3cb34f mailbox: zynqmp-ipi: Remove redundant mbox_controller_unregister() call
    8078f8570e86 tcp: take care of zero tp->window_clamp in tcp_set_rcvlowat()
    5e51bb7ffca1 perf python: split Clang options when invoking Popen
    44f838a60551 tools build: Align warning options with perf
    988519923e33 net: fsl_pq_mdio: Fix device node reference leak in fsl_pq_mdio_probe
    422c1c173c39 tcp: Don't call reqsk_fastopen_remove() in tcp_conn_request().
    c21f45cfa4a9 net/sctp: fix a null dereference in sctp_disposition sctp_sf_do_5_1D_ce()
    77e402b0af5e drm/vmwgfx: Fix copy-paste typo in validation
    867bda5d95d3 drm/vmwgfx: Fix Use-after-free in validation
    299cfb5a7dea drm/vmwgfx: Fix a null-ptr access in the cursor snooper
    2646a49e6286 net/mlx4: prevent potential use after free in mlx4_en_do_uc_filter()
    e9aff0d0b173 LoongArch: Init acpi_gbl_use_global_lock to false
    d243aaafddea LoongArch: Remove CONFIG_ACPI_TABLE_UPGRADE in platform_init()
    2d02309c2f05 ASoC: SOF: ipc4-topology: Correct the minimum host DMA buffer size
    3c90f583d679 scsi: mvsas: Fix use-after-free bugs in mvs_work_queue
    949545ef80f7 cpufreq: tegra186: Set target frequency for all cpus in policy
    d497fef5b957 clk: tegra: do not overallocate memory for bpmp clocks
    58f9a3f0acf9 clk: nxp: Fix pll0 rate check condition in LPC18xx CGU driver
    586211feb242 clk: nxp: lpc18xx-cgu: convert from round_rate() to determine_rate()
    5c2213b9aa44 clk: mediatek: clk-mux: Do not pass flags to clk_mux_determine_rate_flags()
    9ea18c668db0 clk: mediatek: mt8195-infra_ao: Fix parent for infra_ao_hdmi_26m
    fbfd0ae59013 perf evsel: Ensure the fallback message is always written to
    4a1f44e54664 perf tools: Add fallback for exclude_guest
    f6b458071302 perf test: Add a test for default perf stat command
    4163822f8c03 perf test: Don't leak workload gopipe in PERF_RECORD_*
    1501f779e794 perf session: Fix handling when buffer exceeds 2 GiB
    398657434c61 perf arm_spe: Correct memory level for remote access
    6f6ab20a6a3d perf arm-spe: Rename the common data source encoding
    ec2cc8ed15fd perf arm_spe: Correct setting remote access
    3966ea7d5405 rtc: optee: fix memory leak on driver removal
    0decf468c71e rtc: x1205: Fix Xicor X1205 vendor prefix
    41eac6ed9e2a perf util: Fix compression checks returning -1 as bool
    64419ecff19f clk: at91: peripheral: fix return value
    afa0b258e073 libperf event: Ensure tracing data is multiple of 8 sized
    52571a05bcd2 perf evsel: Avoid container_of on a NULL leader
    fdd428149a88 asm-generic/io.h: Skip trace helpers if rwmmio events are disabled
    ed30811fbed4 media: v4l2-subdev: Fix alloc failure check in v4l2_subdev_call_state_try()
    8ea08bcab31d iio: frequency: adf4350: Fix ADF4350_REG3_12BIT_CLKDIV_MODE
    cc1216f33ad4 clocksource/drivers/clps711x: Fix resource leaks in error paths
    9f13f727bed6 fscontext: do not consume log entries when returning -EMSGSIZE
    bc7372c05a07 fs: always return zero on success from replace_fd()

(From OE-Core rev: 7f47c7812a2e08dce8c9a379b540fa5ed37ecfd4)

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-27 17:45:06 +00:00
Bruce Ashfield
40a0b2c80d linux-yocto/6.6: update to v6.6.112
Updating linux-yocto/6.6 to the latest korg -stable release that comprises
the following commits:

    0bbbd97a442d Linux 6.6.112
    acad20578817 usb: cdns3: cdnsp-pci: remove redundant pci_disable_device() call
    5c25a2a403b3 arm64: dts: qcom: qcm2290: Disable USB SS bus instances in park mode
    540aaab034b5 usb: typec: tipd: Clear interrupts first
    724a9db84188 net: usb: asix: hold PM usage ref to avoid PM/MDIO + RTNL deadlock
    78e87b8a3cf8 bus: fsl-mc: Check return value of platform_get_resource()
    1a2ea887a5cd pinctrl: check the return value of pinmux_ops::get_function_name()
    66821fdb723d remoteproc: pru: Fix potential NULL pointer dereference in pru_rproc_set_ctable()
    81cec07d3031 sunrpc: fix null pointer dereference on zero-length checksum
    fd8a23ecbc60 Input: uinput - zero-initialize uinput_ff_upload_compat to avoid info leak
    bbd8f90c3bf4 Input: atmel_mxt_ts - allow reset GPIO to sleep
    d7513b47082c misc: fastrpc: Skip reference for DMA handles
    3ad42dc66445 misc: fastrpc: fix possible map leak in fastrpc_put_args
    6e0d6cc39f41 misc: fastrpc: Fix fastrpc_map_lookup operation
    b808a3590c28 nvdimm: ndtest: Return -ENOMEM if devm_kcalloc() fails in ndtest_probe()
    964598e6f70a mm: hugetlb: avoid soft lockup when mprotect to large memory area
    c6effaab2427 ext4: fix checks for orphan inodes
    c6b15a82a56c ksmbd: fix error code overwriting in smb2_get_info_filesystem()
    7eca645917bc LoongArch: Automatically disable kaslr if boot from kexec_file
    846cafc4725c dm: fix NULL pointer dereference in __dm_suspend()
    ed6877417298 dm: fix queue start/stop imbalance under suspend/load/resume races
    2647603d42d9 mfd: vexpress-sysreg: Check the return value of devm_gpiochip_add_data()
    6c21c4a425d3 mfd: rz-mtu3: Fix MTU5 NFCR register offset
    0ba68bea1e35 net: nfc: nci: Add parameter validation for packet data
    a70dcfa8d0a0 fs: udf: fix OOB read in lengthAllocDescs handling
    28d0e8af8c0a ASoC: SOF: ipc3-topology: Fix multi-core and static pipelines tear down
    e04aa0b00107 ASoC: wcd934x: fix error handling in wcd934x_codec_parse_data()
    2af39ab5e6dc uio_hv_generic: Let userspace take care of interrupt mask
    c28b0ca029ed Squashfs: fix uninit-value in squashfs_get_parent
    3bce44b34404 bpf: Reject negative offsets for ALU ops
    78dc7362662f vhost: vringh: Modify the return value check
    aa57822ade41 Revert "net/mlx5e: Update and set Xon/Xoff upon MTU set"
    ba905a567105 smb: client: fix crypto buffers in non-linear memory
    3311f0d15bb3 net/mlx5: fw reset, add reset timeout work
    3df251a65b4e net/mlx5: pagealloc: Fix reclaim race during command interface teardown
    dda27f370cde net/mlx5: Stop polling for command response if interface goes down
    ea87151df398 net: dlink: handle copy_thresh allocation failure
    5e627ae572b2 net: ena: return 0 in ena_get_rxfh_key_size() when RSS hash key is not configurable
    07a92ab8b479 nfp: fix RSS hash key size when RSS is not supported
    75287554a92e mtd: rawnand: atmel: Fix error handling path in atmel_nand_controller_add_nands
    53683b4d3740 drivers/base/node: fix double free in register_one_node()
    7e76fe9dfadb ocfs2: fix double free in user_cluster_connect()
    f4238064379a hwrng: ks-sa - fix division by zero in ks_sa_rng_init
    96ca6913042e KEYS: X.509: Fix Basic Constraints CA flag parsing
    2ef583b45fe7 Bluetooth: hci_sync: Fix using random address for BIG/PA advertisements
    8fd355f54a62 Bluetooth: ISO: don't leak skb in ISO_CONT RX
    5319145a07d8 Bluetooth: ISO: Fix possible UAF on iso_conn_free
    868196cc8ba8 Bluetooth: MGMT: Fix not exposing debug UUID on MGMT_OP_READ_EXP_FEATURES_INFO
    781226e11d5b vhost: vringh: Fix copy_to_iter return value check
    6394bade9daa net: usb: Remove disruptive netif_wake_queue in rtl8150_set_multicast
    7c853408ee24 RDMA/siw: Always report immediate post SQ errors
    48edf187fdd4 usb: vhci-hcd: Prevent suspending virtually attached devices
    6459dba4f350 scsi: mpt3sas: Fix crash in transport port remove by using ioc_info()
    8cbe2a21d857 ipvs: Defer ip_vs_ftp unregister during netns cleanup
    0901fa02ccf7 NFSv4.1: fix backchannel max_resp_sz verification check
    9768536f8260 coresight: trbe: Return NULL pointer for allocation failures
    e926dfde8ad1 coresight: etm4x: Support atclk
    4960e17a3543 coresight-etm4x: Conditionally access register TRCEXTINSELR
    db1261fe50ff remoteproc: qcom: q6v5: Avoid disabling handover IRQ twice
    f321de0b3847 PCI: tegra194: Fix duplicate PLL disable in pex_ep_event_pex_rst_assert()
    f22d898e080a wifi: rtw89: avoid circular locking dependency in ser_state_run()
    85288bcf7ffe RDMA/rxe: Fix race in do_task() when draining
    1750f1ec143e crypto: hisilicon/qm - set NULL to qm->debug.qm_diff_regs
    f0e6e7b43511 vfio/pds: replace bitmap_free with vfree
    e7979228b3bd sparc: fix accurate exception reporting in copy_{from,to}_user for M7
    9cbb5ebf409e sparc: fix accurate exception reporting in copy_to_user for Niagara 4
    8cdeb5e482d3 sparc: fix accurate exception reporting in copy_{from_to}_user for Niagara
    dc766c4830a7 sparc: fix accurate exception reporting in copy_{from_to}_user for UltraSPARC III
    674ff598148a sparc: fix accurate exception reporting in copy_{from_to}_user for UltraSPARC
    77fe706ff086 wifi: mac80211: fix Rx packet handling when pubsta information is not available
    15bd3f0d0e99 wifi: ath10k: avoid unnecessary wait for service ready message
    12ff1858301e Documentation: trace: historgram-design: Separate sched_waking histogram section heading and the following diagram
    8410e7d65b16 IB/sa: Fix sa_local_svc_timeout_ms read race
    925ff361460b RDMA/core: Resolve MAC of next-hop device without ARP support
    eb976d02c889 Revert "usb: xhci: Avoid Stop Endpoint retry loop if the endpoint seems Running"
    e0a9a737c9a2 f2fs: fix zero-sized extent for precache extents
    8eb6dacd5c23 scsi: qla2xxx: Fix incorrect sign of error code in qla_nvme_xmt_ls_rsp()
    111b64b98874 scsi: qla2xxx: Fix incorrect sign of error code in START_SP_W_RETRIES()
    19a09c909372 scsi: qla2xxx: edif: Fix incorrect sign of error code
    8012e298b968 ACPI: NFIT: Fix incorrect ndr_desc being reportedin dev_err message
    7d9b97e61350 f2fs: fix to mitigate overhead of f2fs_zero_post_eof_page()
    83a8e4efea02 f2fs: fix to truncate first page in error path of f2fs_truncate()
    045375172dd4 f2fs: fix to update map->m_next_extent correctly in f2fs_map_blocks()
    ec4a608bca40 wifi: mt76: fix potential memory leak in mt76_wmac_probe()
    dac556dd2d44 RDMA/cm: Rate limit destroy CM ID timeout error message
    4a594f5c64bf drivers/base/node: handle error properly in register_one_node()
    d12f4499585a watchdog: mpc8xxx_wdt: Reload the watchdog timer when enabling the watchdog
    54f4da8629cf ipvs: Use READ_ONCE/WRITE_ONCE for ipvs->enable
    a2e10d05f5c3 netfilter: ipset: Remove unused htable_bits in macro ahash_region
    9170730674cf iio: consumers: Fix offset handling in iio_convert_raw_to_processed()
    289cbdb27afb iio: consumers: Fix handling of negative channel scale in iio_convert_raw_to_processed()
    978aac54e93e fs/ntfs3: reject index allocation if $BITMAP is empty but blocks exist
    a86c8b9d03f7 fs: ntfs3: Fix integer overflow in run_unpack()
    528807934790 drm/msm/dpu: fix incorrect type for ret
    f197894de2f4 ASoC: Intel: bytcr_rt5651: Fix invalid quirk input mapping
    29a41bf64226 ASoC: Intel: bytcr_rt5640: Fix invalid quirk input mapping
    d75a561ba1ea ASoC: Intel: bytcht_es8316: Fix invalid quirk input mapping
    cf71834a0cfc pps: fix warning in pps_register_cdev when register device fail
    b859d612303a misc: genwqe: Fix incorrect cmd field being reported in error
    c36785f9de03 tty: n_gsm: Don't block input queue by waiting MSC
    0924d8563043 usb: gadget: configfs: Correctly set use_os_string at bind
    f0c98b011e01 usb: phy: twl6030: Fix incorrect type for ret
    a7d262359018 drm/amdkfd: Fix error code sign for EINVAL in svm_ioctl()
    18897db75121 tcp: fix __tcp_close() to only send RST when required
    8120c4638416 PCI: tegra: Fix devm_kcalloc() argument order for port->phys allocation
    1fc4717f5190 wifi: mwifiex: send world regulatory domain to driver
    531a50b2db6d drm/amd/pm: Disable SCLK switching on Oland with high pixel clocks (v3)
    5e64cc74159c drm/amd/pm: Disable MCLK switching with non-DC at 120 Hz+ (v2)
    4e27e18f64a2 drm/amd/pm: Treat zero vblank time as too short in si_dpm (v3)
    1320d1e834c1 drm/amd/pm: Adjust si_upload_smc_data register programming (v3)
    dd3d6befe7db drm/amd/pm: Fix si_upload_smc_data (v3)
    2f68f6f7cec4 drm/amd/pm: Disable ULV even if unsupported (v3)
    d0e0b2c9a2b7 drm/amdgpu: Power up UVD 3 for FW validation (v2)
    553af70d3d68 coresight: Only register perf symlink for sinks with alloc_buffer
    91e487452d5a inet: ping: check sock_net() in ping_get_port() and ping_lookup()
    3a7802716da2 crypto: hisilicon/qm - check whether the input function and PF are on the same device
    c9035e9ba528 crypto: hisilicon - re-enable address prefetch after device resuming
    94b09b0ac0b8 crypto: hisilicon/zip - remove unnecessary validation for high-performance mode configurations
    30a4e81edb15 media: st-delta: avoid excessive stack usage
    6e41267d52ec ALSA: lx_core: use int type to store negative error codes
    ca61e32fcf27 RDMA/mlx5: Fix vport loopback forcing for MPV device
    f891dce0d397 media: rj54n1cb0c: Fix memleak in rj54n1_probe()
    f97f08b9351d scsi: myrs: Fix dma_alloc_coherent() error check
    e62251954a12 scsi: pm80xx: Fix array-index-out-of-of-bounds on rmmod
    c1a15609eade hwrng: nomadik - add ARM_AMBA dependency
    c5d08ff97cdb crypto: keembay - Add missing check after sg_nents_for_len()
    9c5cfe544a63 drm/amd/display: Remove redundant semicolons
    ef3600c6fec3 serial: max310x: Add error checking in probe()
    ac4d189aaa93 usb: misc: qcom_eud: Access EUD_MODE_MANAGER2 through secure calls
    b0439e3762ac usb: host: max3421-hcd: Fix error pointer dereference in probe cleanup
    8de227e62a53 phy: rockchip: naneng-combphy: Enable U3 OTG port for RK3568
    20f744fea1b1 media: zoran: Remove zoran_fh structure
    d2e29c36eb5f drm/bridge: it6505: select REGMAP_I2C
    32270c3a65bd f2fs: fix condition in __allow_reserved_blocks()
    08eb6043c9e5 drm/radeon/r600_cs: clean up of dead code in r600_cs
    9c704b291d5d drm/panel: novatek-nt35560: Fix invalid return value
    08cb3dc9d2b4 bpf: Enforce expected_attach_type for tailcall compatibility
    44045b107a4e i2c: designware: Add disabling clocks when probe fails
    6d621778e378 i2c: designware: Fix clock issue when PM is disabled
    59d467bd07ee i2c: mediatek: fix potential incorrect use of I2C_MASTER_WRRD
    a4b5eac932ca thermal/drivers/qcom/lmh: Add missing IRQ includes
    d2e0755412bf thermal/drivers/qcom: Make LMH select QCOM_SCM
    c07e759b3f53 hwmon: (mlxreg-fan) Separate methods of fan setting coming from different subsystems
    c38998ed0e88 once: fix race by moving DO_ONCE to separate section
    2158121117c9 tools/nolibc: make time_t robust if __kernel_old_time_t is missing in host headers
    748bbe2c1673 smp: Fix up and expand the smp_call_function_many() kerneldoc
    cdeafacb4f9f bpf: Explicitly check accesses to bpf_sock_addr
    ec9a5b4f0eee selftests: watchdog: skip ping loop if WDIOF_KEEPALIVEPING not supported
    5477b0045056 i3c: master: svc: Recycle unused IBI slot
    20ff7004c9a0 i3c: master: svc: Use manual response for IBI events
    060ecc81240e nvmet-fc: move lsop put work to nvmet_fc_ls_req_op
    8963484b7e15 ACPICA: Fix largest possible resource descriptor index
    c3202fce0cea pwm: tiehrpwm: Fix corner case in clock divisor calculation
    6926fc62b777 arm64: dts: mediatek: mt8516-pumpkin: Fix machine compatible
    8063e535a5a2 arm64: dts: mediatek: mt6795-xperia-m5: Fix mmc0 latch-ck value
    7e538e84ca7d arm64: dts: mediatek: mt6331: Fix pmic, regulators, rtc, keys node names
    2af05a03b1d2 cpuidle: qcom-spm: fix device and OF node leaks at probe
    aa30d3077298 firmware: firmware: meson-sm: fix compile-test default
    4f9e6ff6319d nbd: restrict sockets to TCP and UDP
    37e5190d4bfe arm64: dts: mediatek: mt8195: Remove suspend-breaking reset from pcie0
    341a1b62a024 null_blk: Fix the description of the cache_size module argument
    70d4e6996a5d pinctrl: renesas: Use int type to store negative error codes
    82b71f330cd0 power: supply: cw2015: Fix a alignment coding style issue
    80eab6a9df7e PM / devfreq: mtk-cci: Fix potential error pointer dereference in probe()
    585499f17d1d ARM: dts: omap: am335x-cm-t335: Remove unused mcasp num-serializer property
    396ee23da443 ARM: dts: ti: omap: omap3-devkit8000-lcd: Fix ti,keep-vref-on property to use correct boolean syntax in DTS
    dcc72335190c ARM: dts: ti: omap: am335x-baltos: Fix ti,en-ck32k-xtal property in DTS to use correct boolean syntax
    96adc664ff27 PM: sleep: core: Clear power.must_resume in noirq suspend error path
    fa2a1c33e081 block: use int to store blk_stack_limits() return value
    12ef6fe2b4ea selftests/nolibc: fix EXPECT_NZ macro
    aac29a895144 regulator: scmi: Use int type to store negative error codes
    5ce4e7a5fe46 arm64: dts: apple: t8103-j457: Fix PCIe ethernet iommu-map
    e9d02b09ded8 ARM: at91: pm: fix MCKx restore routine
    06c4826b1d90 blk-mq: check kobject state_in_sysfs before deleting in blk_mq_unregister_hctx
    299cd1f5fdaa pinctrl: meson-gxl: add missing i2c_d pinmux
    3433843693e0 soc: qcom: rpmh-rsc: Unconditionally clear _TRIGGER bit for TCS
    5b8ac5689739 ACPI: processor: idle: Fix memory leak when register cpuidle device failed
    24a67e7dfd03 cpufreq: scmi: Account for malformed DT in scmi_dev_used_by_cpus()
    64db56dc1fe5 leds: flash: leds-qcom-flash: Update torch current clamp setting
    ca782b2a61d6 ARM: dts: renesas: porter: Fix CAN pin group
    5c6246bc147d libbpf: Fix reuse of DEVMAP
    ab8b2403103f bpf: Remove migrate_disable in kprobe_multi_link_prog_run
    7db2f54be7d5 bpf/selftests: Fix test_tcpnotify_user
    c99c6c593ee2 regmap: Remove superfluous check for !config in __regmap_init()
    0401de6d1665 arm64: dts: renesas: rzg2lc-smarc: Disable CAN-FD channel0
    db82a94b0c10 x86/vdso: Fix output operand size of RDPID
    8100b6c0f908 EDAC/i10nm: Skip DIMM enumeration on a disabled memory controller
    a993be82c512 smb: server: fix IRD/ORD negotiation with the client
    379cae2cb982 perf: arm_spe: Prevent overflow in PERF_IDX2OFF()
    35e5f3759010 coresight: trbe: Prevent overflow in PERF_IDX2OFF()
    239c49a99d63 gfs2: Fix GLF_INVALIDATE_IN_PROGRESS flag clearing in do_xmote
    69e2a7c30750 selftests: arm64: Check fread return value in exec_target
    00f1726e6412 seccomp: Fix a race with WAIT_KILLABLE_RECV if the tracer replies too fast
    9d8b6c9f18e5 init: INITRAMFS_PRESERVE_MTIME should depend on BLK_DEV_INITRD
    a312ec6d768a filelock: add FL_RECLAIM to show_fl_flags() macro

(From OE-Core rev: af6ac5a200e41b6de6e32b258ccae222948b989b)

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-27 17:45:06 +00:00
Dragomir, Daniel
77f60c1165 oeqa/selftest/wic: test recursive dir copy on ext partitions
Extend the wic selftests to cover recursive directory copying
into ext partitions.

Previously, copying a directory into an ext partition could
appear to succeed, but attempting to access the directory
contents would fail with:

  -l: Ext2 inode is not a directory

This was fixed in commit 4fc3b42774 ("wic/engine: fix copying
directories into wic image with ext* partition").

This test now verifies that directories copied with "wic cp"
into an ext4 partition:
  - are created with correct inode types
  - can be listed recursively with "wic ls"
  - preserve files and subdirectories
  - can be copied back out of the image without data loss

A simple directory structure is used in this test:

wic-test-cp-ext-dir/
├── topfile.txt
└── subdir/
    └── subfile.txt

(From OE-Core rev: 1e051c02bc05367d6b911ac9486403029f6f7cd8)

Signed-off-by: Daniel Dragomir <daniel.dragomir@windriver.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 6de3d2602f4f4a8192d6a6040e89e814187dcf93)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-27 17:45:06 +00:00
Dragomir, Daniel
6c2a243d6c wic/engine: fix copying directories into wic image with ext* partition
wic uses debugfs to write on ext* partitions, but debugfs can only
write to the current working directory and it cannot copy complete
directory trees. Running 'wic ls' on a copied directory show this:
    -l: Ext2 inode is not a directory

Fix this by creating a command list for debugfs (-f parameter) when
recursive parsing the host directory in order to create a similar
directory structure (mkdir) and copy files (write) on each level
into the destination directory from the wic's ext* partition.

(From OE-Core rev: 67f08884b98576c06db8db01b093ebeee760aba0)

Signed-off-by: Daniel Dragomir <daniel.dragomir@windriver.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 1ed38aff5f810d064c87aff9cbd310906833b6ba)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-27 17:45:06 +00:00
Ankur Tyagi
df890007b4 vim: ignore CVE-2025-66476
Details https://nvd.nist.gov/vuln/detail/CVE-2025-66476

(From OE-Core rev: f42ed917ab6a4a91d473ef5b2107cdf0f1961c57)

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-27 17:45:06 +00:00
Ankur Tyagi
4ed95c6c7b mobile-broadband-provider-info: upgrade 20240407 -> 20251101
Changelog:
https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/-/blob/20251101/NEWS?ref_type=tags

(From OE-Core rev: 8bad1af53b6bfcd7f1d602cdb5aeee175734e569)

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
[YC: commit 99e2dea3d4328f2aaa6e6e29f5bf4aa38b64b274 upstream]
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-27 17:45:06 +00:00
Peter Marko
4c8f687fe6 libsndfile1: patch CVE-2025-56226
Pick patches from both PRs linked in issue mentioned in NVD report.

(From OE-Core rev: e0ac318128b8f78efddc0b748b1db3e96873c532)

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 327546cc0f0bdffcbb4be690ee0b9b469db64842)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-27 17:45:06 +00:00
Ankur Tyagi
34deee3e52 avahi: patch CVE-2026-24401
Details https://nvd.nist.gov/vuln/detail/CVE-2026-24401

(From OE-Core rev: 030a3fff4b05b785f6ed1a97310b8386628adbf9)

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 183d0ee54f1c194e245a7bbf243c19b3c2acf4f5)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-27 17:45:06 +00:00
Amaury Couderc
49dc4dd983 avahi: patch CVE-2025-68471
(From OE-Core rev: bfd12b872d922116c1a793cd9debb5ee773bfeaf)

Signed-off-by: Amaury Couderc <amaury.couderc@est.tech>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 5ec4156330c765bc52dbce28dbba6def9868d30f)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-27 17:45:06 +00:00
Amaury Couderc
0d954471b5 avahi: patch CVE-2025-68468
(From OE-Core rev: 1eebd6d5bd5d930aa8ec68f73789ff0bd742441c)

Signed-off-by: Amaury Couderc <amaury.couderc@est.tech>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 9f2ed8adc37a42b561b3c4853cf8106fba39889e)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-27 17:45:06 +00:00
Ankur Tyagi
a57370d30c avahi: patch CVE-2025-68276
Backport the patch[1] from the PR[2] mentioned in the nvd[3].

[1] 2d48e42d44
[2] https://github.com/avahi/avahi/pull/806
[3] https://nvd.nist.gov/vuln/detail/CVE-2025-68276

Dropped CI changes from the original PR during backport.

(From OE-Core rev: 4da15f7fad8df7ba5fae29bc72156b189e993d58)

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-27 17:45:06 +00:00
Yoann Congal
65c3ebea05 pseudo: Update to include a fix for systems with kernel <5.6
$ git log --oneline --no-decorate  9ab513512d8b5180a430ae4fa738cb531154cdef..43cbd8fb4914328094ccdb4bb827d74b1bac2046
43cbd8f ports/linux: define __NR_openat2 if missing

(From OE-Core rev: fe2666749094e896736ff24d6885419905488723)

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit e9a35f32b983de724d2c2e436c017b49d5b70469)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-27 17:45:06 +00:00
Richard Purdie
1d54d1c473 build-appliance-image: Update to scarthgap head revision
(From OE-Core rev: a1f4ae4e569bc0e36c27c1e4651e502e54d63b28)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-16 09:52:49 +00:00
Richard Purdie
99047ec235 pseudo: Update to include an openat2 fix
We're seeing occasional autobuilder failures with tar issues related to openat2.
It appears there are definitions missing on debian 11 and opensuse 15.5 systems
which mean the openat2 syscall intercept isn't compiled in. This then triggers
on systems using the openat2 syscall, such as alma9 where it is used in a tar
CVE fix.

This updates to include the fix from upstream pseudo (along with a compile warning
fix).

This was tested by taking sstate for pseudo-native from a debian 11 system and using
it in a build of "bitbake nativesdk-git -c install" on a alma9 system where that task
failed. After this fix, it completes.

(From OE-Core rev: 34b74540ee497e2cc89211d7aa2772097b6fa79b)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 2c20c05b324e5d6564c8554381019170839509bb)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-16 09:52:35 +00:00
Ken Kurematsu
5eddd0f7fc libtheora: set CVE_PRODUCT
In the NVD database, the product name of libtheora is theora.
This was set to ensure that cve-check works correctly.

(From OE-Core rev: e86e50b8c5b16065dcb35ebf4b00eff59c5da78c)

Signed-off-by: Ken Kurematsu <k.kurematsu@nskint.co.jp>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit a8ddda60332e2a3219e905c1545b5da917f855c6)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-16 09:52:35 +00:00
Richard Purdie
4f4691984a pseudo: Update to 1.9.3 release
Pulls in the following changes:

  Makefile.in: Bump version to 1.9.3
  configure: Minor code quality changes
  pseudo: code quality scan - resolved various potential issues
  makewrappers: improve error handling and robustness
  Update COPYRIGHT files
  ports/linux/pseudo_wrappers.c: Call the wrappers where possible
  ports/linux/pseudo_wrappers.c: Workaround compile error on Debian 11
  ports/linux/pseudo_wrappers.c: Reorder the syscall operations
  ports/unix/guts/realpath.c: Fix indents
  pseudo_util.c: Skip realpath like expansion for /proc on Linux
  test/test-proc-pipe.sh: Add test case for proc pipes
  ports/unix/guts/realpath.c: realpath fails if the resolved path doesn't exist

(From OE-Core rev: 7a05347a6418bfb6126e3a601489dc71efb0d2fc)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 524f4bbb11f9c7e0126e8bd46af217b452d48f5e)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-16 09:52:35 +00:00
Khai Dang
d02f35223e docbook-xml-dtd4: fix the fetching failure
Updating SRC_URI, the old archive url is deprecated.

(From OE-Core rev: 65ead4efec955b1b8877ec39eba44ca4da8cfff3)

Signed-off-by: Khai Dang <khai.dang@lge.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit c137d3637b6171fbd3bfd671a56096e7f2b3c318)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-16 09:52:35 +00:00
Fred Bacon
c7084e7f05 lighttpd: Fix trailing slash on files in mod_dirlisting
Fixes [YOCTO #16128]

Backport of upstream bug fix from lighttpd-1.4.75. Version 1.4.74 introduced a bug that
would append a trailing slash to files in a directory listing. When the user attempts to
download one of these files, the web browser could not save the file with a trailing
slash. As a consequence, every web browser tested would generate a random character string
for the saved file name.

(From OE-Core rev: 797f15116901328a9a58868edeea44614dc29043)

Signed-off-by: Fred Bacon <bacon@aerodyne.com>
[Yoann: Fixed Upstream-Status: Backport URL]
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-02-16 09:52:35 +00:00