mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 12:32:12 +02:00
c82f7a0577ad1e194cc830b010cbacb4ad667f55
75301 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
c82f7a0577 |
linux-libc-headers: Fix invalid conversion in cn_proc.h
Backport 'connector: Fix invalid conversion in cn_proc.h' commit to fix error: / |/usr/include/linux/cn_proc.h: In function 'proc_cn_event | valid_event(proc_cn_event)': |/usr/include/linux/cn_proc.h:72:17: error: invalid conversion from | 'unsigned int' to 'proc_cn_event' [-fpermissive] | 72 | ev_type &= PROC_EVENT_ALL; | | ^ | | | | | unsigned int \ Change is already merged in kernel branch linux-6.6.y [1]. 1 - https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-6.6.y&id=06e785aeb9ea8a43d0a3967c1ba6e69d758e82d4 (From OE-Core rev: f023779af6c0e5c838bdacbd6d9765d1c6740575) Signed-off-by: Fabio Berton <fbberton@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> |
||
|
|
f6b4415273 |
scripts/install-buildtools: Update to 5.0.11
Update to the 5.0.11 release of the 5.0 series for buildtools (From OE-Core rev: 3b3a672ae6c024096cc263a669b1131e3f653b79) Signed-off-by: Aleksandar Nikolic <aleksandar.nikolic@zeiss.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> |
||
|
|
d9b992de0d |
glibc: fix CVE-2025-8058
This is a single commit bump containing only CVE fix $ git log --oneline cff1042cceec3502269947e96cf7023451af22f3..b027d5b145f1b2908f370bdb96dfe40180d0fcb6 b027d5b145 posix: Fix double-free after allocation failure in regcomp (bug 33185) Test results didn't change except newly added test succeeding. (tst-regcomp-bracket-free) (From OE-Core rev: c2b63f171719e2b1c12ba049cbe776adf9e0244b) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> |
||
|
|
2156b7931e |
libxml2: patch CVE-2025-6170
Pick commit referencing this CVE from 2.13 branch. (From OE-Core rev: 061610dfca8a72b71e1baca3ad4aa2c9fb64449b) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> |
||
|
|
664f26b3f0 |
ncurses: patch CVE-2025-6141
Pick relevant part of snapshot commit 20250329, see [1]. That has: add a buffer-limit check in postprocess_termcap (report/testcase by Yifan Zhang). [1] https://invisible-island.net/ncurses/NEWS.html#index-t20250329 (From OE-Core rev: 79b080eb93918431c97edbbc80de5f70a2b09a4a) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> |
||
|
|
114eddfaef |
gnutls: patch CVE-2025-6395
Pick relevant commit from 3.8.10 release MR [1]. [1] https://gitlab.com/gnutls/gnutls/-/merge_requests/1979 (From OE-Core rev: 14fbbdc51f7d02bc10b8078c0ba1de17f1563d73) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> |
||
|
|
f569a0f2d9 |
gnutls: patch CVE-2025-32990
Pick relevant commit from 3.8.10 release MR [1]. [1] https://gitlab.com/gnutls/gnutls/-/merge_requests/1979 (From OE-Core rev: 823cdb5574c15a595dfeab413421304007899aa2) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> |
||
|
|
f5aab38227 |
gnutls: patch CVE-2025-32988
Pick relevant commit from 3.8.10 release MR [1]. [1] https://gitlab.com/gnutls/gnutls/-/merge_requests/1979 (From OE-Core rev: 2838dae57a1236d4f6eb97e32eb500892ba67184) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> |
||
|
|
bee76dfe7e |
gnutls: patch reject zero-length version in certificate request
Pick relevant commit from 3.8.10 release MR [1]. The MR contains referece to undiscoled issue, so any security relevant patch should be picked. Binary test file was added as separate file as binary diffs are not supported. [1] https://gitlab.com/gnutls/gnutls/-/merge_requests/1979 (From OE-Core rev: d1aaef9bbaa240c83cc7d485b55570449203da0b) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> |
||
|
|
5de981dd1c |
gnutls: patch read buffer overrun in the "pre_shared_key" extension
Pick relevant commit from 3.8.10 release MR [1]. The ME contains referece to undiscoled issue, so any security relevant patch should be picked. Binary test file was added as separate file as binary diffs are not supported. [1] https://gitlab.com/gnutls/gnutls/-/merge_requests/1979 (From OE-Core rev: 8f825e7f4ca36d7ac62062e452cea256f3c058aa) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> |
||
|
|
e9a35f720c |
gnutls: patch CVE-2025-32989
Pick relevant commit from 3.8.10 release MR [1]. Binary test file was added as separate file as binary diffs are not supported. [1] https://gitlab.com/gnutls/gnutls/-/merge_requests/1979 (From OE-Core rev: 9d9ce14e2edceb211c3193cef88715d9c67fd3e0) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> |
||
|
|
511d3e23f5 |
bitbake: utils: Optimise signal/sigmask performance
Running "time bitbake -pP idle" with a valid cache shows around 800,000 calls to enum creation from python's signal.py. We don't care about this overhead and it adversely affects cache load time quite badly. Try and use _signal directly, falling back to signal, which avoids this overhead we don't need and makes cache loading much faster. (Bitbake rev: 982645110a19ebb94d519926a4e14c8a2a205cfd) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit ee5fce67ce35b025c68aa61e2e758903269ee346) Signed-off-by: Chris Laplante <chris.laplante@agilent.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> |
||
|
|
bfb799ef2a |
bitbake: bitbake: runqueue: Verify mcdepends are valid
In order to avoid a potentially confusing backtrace, check that the mcdepend is valid when we add it. Add a test case to ensure invalid configurations are caught and trigger an error. [RP: Reworked test case to simplify and improve code] (Bitbake rev: 9f6f049870e0ec829e171fe91ec8f7a092ddd2ab) Signed-off-by: Mark Hatle <mark.hatle@amd.com> Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Chris Laplante <chris.laplante@agilent.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> |
||
|
|
e711b2f39a |
mtools: upgrade 4.0.48 -> 4.0.49
New version includes check for overlong file names, see [1]. [1] https://lists.gnu.org/archive/html/info-mtools/2025-06/msg00005.html (From OE-Core rev: c374e6cfcdd2c8ba17d82ffcfdeb97d21144e2bf) Signed-off-by: Jinfeng Wang <jinfeng.wang.cn@windriver.com> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (From OE-Core rev: 044c2bceefcc12262cb2421e8f1da5f6c2ed9f72) Signed-off-by: Jinfeng Wang <jinfeng.wang.cn@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> |
||
|
|
f578ce2a73 |
mtools: upgrade 4.0.47 -> 4.0.48
clang_UNUSED.patch disable-hardcoded-configs.patch refreshed for 4.0.48 (From OE-Core rev: d2c56de7c9d403c3432213bc20e04c2ed5f1db16) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (From OE-Core rev: 1d5aee7e67cd614073a15b47b832375428865260) Signed-off-by: Jinfeng Wang <jinfeng.wang.cn@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> |
||
|
|
057c86df84 |
mtools: upgrade 4.0.46 -> 4.0.47
(From OE-Core rev: cf705382534d8f5af6880511221f701a733d84d7) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (From OE-Core rev: 14ef270cc003646e6ca97ff3405507f2b9e92736) Signed-off-by: Jinfeng Wang <jinfeng.wang.cn@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> |
||
|
|
8721aab7af |
mtools: upgrade 4.0.45 -> 4.0.46
clang_UNUSED.patch mtools-makeinfo.patch refreshed for 4.0.46 Changelog: ============= - iconv buffer overflow fixes - removed references to mread and mwrite (obsolete subcommands from mcopy) - documented mdoctorfat, and addressed 2 bugs/oversights - removed references to obsolete mread and mwrite - portability fixes (dietlibc and MacOS X) & simplification (From OE-Core rev: daab05bc863611c83223a383dd83ff2134cae6f8) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (From OE-Core rev: f5a5b2372669d8be4ae3f19ed6892264ea3999d0) Signed-off-by: Jinfeng Wang <jinfeng.wang.cn@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> |
||
|
|
8b8f23e650 |
mtools: upgrade 4.0.44 -> 4.0.45
Changelog: ============ - Fixed iconv descriptor leak - Fixed size of error message buffer (From OE-Core rev: 77340d2bb1f31e305394df5d589fc0d3a0c5cd9a) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (From OE-Core rev: cc1975888ffdc58655e80d3d14450cf68ee0f719) Signed-off-by: Jinfeng Wang <jinfeng.wang.cn@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> |
||
|
|
93663dc300 |
mtools: upgrade 4.0.43 -> 4.0.44
(From OE-Core rev: b09b06ed6351685e5351f8bf80a88d2f42093ca4) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (From OE-Core rev: dd8c333576d7ebb8abab3a62b3451439519a0caa) Signed-off-by: Jinfeng Wang <jinfeng.wang.cn@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> |
||
|
|
0bc339e2fc |
xserver-xorg: upgrade 21.1.6 -> 21.1.18
xorg-server 21.1.17 This release contains the fixes for the issues reported in today's security advisory: https://lists.x.org/archives/xorg/2025-June/062055.html * CVE-2025-49175 * CVE-2025-49176 * CVE-2025-49177 * CVE-2025-49178 * CVE-2025-49179 * CVE-2025-49180 Additionally, this release includes a fix for CVE-2022-49737 which was issued after the fix was merged back in 2022 and several other various fixes. Ref: https://lists.x.org/archives/xorg-announce/2025-June/003609.html xorg-server 21.1.18 This release contains an additional fix for CVE-2025-49176 from June 17 security advisory: https://lists.x.org/archives/xorg/2025-June/062055.html Ref: https://lists.x.org/archives/xorg-announce/2025-June/003612.html (From OE-Core rev: 2ab7c45631f78ac8f6d19889fa8526d062329992) Signed-off-by: Vijay Anusuri <vanusuri@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit a59b385184fb3a548dc27310fd04d64351d8dfba) Signed-off-by: Steve Sakoman <steve@sakoman.com> |
||
|
|
3327031e2b |
glibc: stable 2.39 branch updates
$ git log --oneline 06a70769fd0b2e1f2a3085ad50ab620282bd77b3..cff1042cceec3502269947e96cf7023451af22f3
cff1042cce Fix error reporting (false negatives) in SGID tests
1924d341c0 support: Pick group in support_capture_subprogram_self_sgid if UID == 0
Testing Results:
Before After Diff
PASS 5074 5082 +8
XPASS 4 4 0
FAIL 121 116 -5
XFAIL 16 16 0
UNSUPPORTED 157 154 -3
cff1042cce Fix error reporting (false negatives) in SGID tests
Improved SGID test handling by unifying error reporting and using secure temporary directories.
Replaced non-standard exit codes and fixed premature exits to avoid masking failures.
These changes reduced false negatives, increasing overall test pass rates
UNSUPPORTED tests changes
-UNSUPPORTED: stdlib/tst-secure-getenv
-UNSUPPORTED: elf/tst-env-setuid-static
-UNSUPPORTED: elf/tst-env-setuid-tunables
FAILed tests changes
-FAIL: malloc/tst-aligned-alloc-random-thread-cross-malloc-check
-FAIL: malloc/tst-aligned-alloc-random-thread-malloc-check
-FAIL: malloc/tst-dynarray
-FAIL: malloc/tst-dynarray-mem
-FAIL: resolv/tst-resolv-aliases
PASSed tests changes
+PASS: stdlib/tst-secure-getenv
+PASS: elf/tst-env-setuid-static
+PASS: elf/tst-env-setuid-tunables
+PASS: malloc/tst-aligned-alloc-random-thread-cross-malloc-check
+PASS: malloc/tst-aligned-alloc-random-thread-malloc-check
+PASS: malloc/tst-dynarray
+PASS: malloc/tst-dynarray-mem
+PASS: resolv/tst-resolv-aliases
(From OE-Core rev: c40b9c33061c4019ed7790ccb799bb3491998b3d)
Signed-off-by: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
||
|
|
cf89d7b3bf |
libpam: fix CVE-2025-6020
Upstream-Status: Backport from |
||
|
|
99f48be958 |
openssl: patch CVE-2025-27587
Pick commits for Minerva fix between 3.2.4 and 3.2.5 release. Update to 3.2.5 is blocked due to problem with python ptest errors, so use patch instead of upgrade for now. (From OE-Core rev: 57c04a32997c1b045121aff045f3ffaa7bb0b5f5) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> |
||
|
|
ed5a1a7443 |
openssl: CVE-2024-41996
As discussed in [1], this commit fixes CVE-2024-41996. Although openssl project does not consider this a vulnerability, it got CVE number assigned so it deserves attention. [1] https://github.com/openssl/openssl/pull/25088 (From OE-Core rev: cb49b9e49b4561ccea4c231cac591af557b9749c) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> |
||
|
|
5f469434d3 |
orc: set CVE_PRODUCT
There are new CVEs reported for this recipe which are not for this componene, but for a component with same name from apache. sqlite> select vendor, product, id, count(*) from products where product like 'orc' group by vendor, product, id; apache|orc|CVE-2018-8015|1 apache|orc|CVE-2025-47436|4 gstreamer|orc|CVE-2024-40897|1 (From OE-Core rev: f5e320c0ea57ce1813ed09da703fe2b33f4976e6) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> |
||
|
|
d5613f0d2e |
sqlite3: fix CVE-2025-6965
There exists a vulnerability in SQLite versions before 3.50.2 where the number of aggregate terms could exceed the number of columns available. This could lead to a memory corruption issue. (From OE-Core rev: 52499a5ea3b4ba145914aca873844ab718953289) Signed-off-by: Roland Kovacs <roland.kovacs@est.tech> Signed-off-by: Steve Sakoman <steve@sakoman.com> |
||
|
|
76f88baf01 |
binutils: Fix CVE-2025-7545
objcopy: Don't extend the output section size Since the output section contents are copied from the input, don't extend the output section size beyond the input section size. Backport a patch from upstream to fix CVE-2025-7545 Upstream-Status: Backport [https://sourceware.org/git/?p=binutils-gdb.git;a=patch;h=08c3cbe5926e4d355b5cb70bbec2b1eeb40c2944] (From OE-Core rev: 128e40c39d8eafdd32fea71b902b38801afec202) Signed-off-by: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> |
||
|
|
b162dfb492 |
binutils: Fix CVE-2025-7546
Report corrupted group section instead of trying to recover. CVE: CVE-2025-7546 Upstream-Status: Backport [https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=41461010eb7c79fee7a9d5f6209accdaac66cc6b] PR 33050 [https://sourceware.org/bugzilla/show_bug.cgi?id=33050] (From OE-Core rev: 3a54f11b9462905e103e13161a77ef681f14dc92) Signed-off-by: Yash Shinde <Yash.Shinde@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> |
||
|
|
6269788fef |
libxml2: fix CVE-2025-49795
A NULL pointer dereference vulnerability was found in libxml2 when processing XPath XML expressions. This flaw allows an attacker to craft a malicious XML input to libxml2, leading to a denial of service. (From OE-Core rev: b144c3ef3ba1797d925ea44d9450a6ec0fe32047) Signed-off-by: Roland Kovacs <roland.kovacs@est.tech> Signed-off-by: Steve Sakoman <steve@sakoman.com> |
||
|
|
0efe19beef |
bitbake: test/fetch: Switch u-boot based test to use our own mirror
The upstream servers are having issues so switch to our own shadow copy of the repo. (Bitbake rev: 86e7a58c0e9904c33b1b94dddc3d683c2da22d1a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> |
||
|
|
792d18b4cb |
oe-debuginfod: add option for data storage
Storing the data files under $HOME can be unreliable if debuginfod is used for several projects, especially if $HOME is shared between machines. We provide an option to save files under the project directory. The default behavior is unchanged. (From OE-Core rev: e1e0cf82f559077e2a51447baf137086202c0c4a) (From OE-Core rev: 24c0ab18045920bb5c1e965c0ea6d176fd6de234) Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> |
||
|
|
15a4d0cfb1 |
timedated: wait for jobs before SetNTP response
Backport a fix to address the dbus SetNTP response timing issue. Fix is already available since systemd v256-rc1. (From OE-Core rev: 4db0483cfd14e31c3e7cc87d538d73275fd51bbf) Signed-off-by: Michal Seben <michal.seben@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> |
||
|
|
f2a6317735 |
kea: set correct permissions for /var/run/kea
Set the permissions of /var/run/kea to 750 to fix kea server startup
error:
ERROR [kea-dhcp4.dhcp4/445.140718820303936] DHCP4_INIT_FAIL failed to
initialize Kea server: configuration error using file
'/etc/kea/kea-dhcp4.conf': 'socket-name' is invalid: socket
path:/var/run/kea does not exist or does not have permssions = 750
This permission check was introduced by commit[1] in kea 2.4.2.
[1]
|
||
|
|
d06bc81271 |
binutils: stable 2.42 branch updates
Below commit on binutils-2.42 stable branch are updated.
x86: Check MODRM for call and jmp in binutils older than 2.45
Test Results:
Before After Diff
No. of expected passes 302 302 0
No. of unexpected failures 2 2 0
No. of untested testcases 1 1 0
No. of unsupported tests 7 7 0
Testing was done and there were no regressions found
(From OE-Core rev: 412def8923a89f3c385eae25901bed0c07859029)
Signed-off-by: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
||
|
|
a27ca8e3c0 |
sudo: upgrade 1.9.15p5 -> 1.9.17p1
Changelog: =========== * Fixed CVE-2025-32462. Sudo's -h (--host) option could be specified when running a command or editing a file. This could enable a local privilege escalation attack if the sudoers file allows the user to run commands on a different host. * Fixed CVE-2025-32463. An attacker can leverage sudo's -R (--chroot) option to run arbitrary commands as root, even if they are not listed in the sudoers file. The chroot support has been deprecated an will be removed entirely in a future release. License-Update: Copyright updated to 2025 0001-sudo.conf.in-fix-conflict-with-multilib.patch refreshed for 1.9.17 (From OE-Core rev: b04af6db102c97f3d4338dbcfdcab927b5194a69) Signed-off-by: Praveen Kumar <praveen.kumar@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> |
||
|
|
38f0ee2ec7 |
Revert "sudo: Fix CVE-2025-32462"
This CVE is fixed in the following version bump This reverts commit d01f888a5ec43fdc8e7bd496ae9317c0fa28da9b. Signed-off-by: Steve Sakoman <steve@sakoman.com> |
||
|
|
9302874dda |
git: Upgrade 2.44.3 -> 2.44.4
Addresses the security issues - CVE-2025-27613, CVE-2025-27614, CVE-2025-46334, CVE-2025-46835, CVE-2025-48384, CVE-2025-48385, and CVE-2025-48386. Release Notes: https://github.com/git/git/blob/v2.44.4/Documentation/RelNotes/2.44.4.txt (From OE-Core rev: 3a9fdcb2ea0dd2744f59a62f2722bfa276302324) Signed-off-by: Vijay Anusuri <vanusuri@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> |
||
|
|
c172c46096 |
gdk-pixbuf: fix CVE-2025-7345
A flaw exists in gdk‑pixbuf within the gdk_pixbuf__jpeg_image_load_increment function (io-jpeg.c) and in glib’s g_base64_encode_step (glib/gbase64.c). When processing maliciously crafted JPEG images, a heap buffer overflow can occur during Base64 encoding, allowing out-of-bounds reads from heap memory, potentially causing application crashes or arbitrary code execution. (From OE-Core rev: 78a52a7feb995b4ab4f4df6b16feaac60f6ad59b) Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> |
||
|
|
83ba977250 |
iputils: patch CVE-2025-48964
Pick commit referencing this CVE. (From OE-Core rev: a8193571c8cdba55f568d831a4546e0fed892be0) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> |
||
|
|
ef6f8d5f46 |
busybox: apply patch for CVE-2023-39810
Backport patch referencing this CVE. Note that the hardening is not activated by default, it adds defconfig option to enable it. Since it introduces a breaking change, it shouldn't be enabled in LTS release by default. This patch makes busybox cpio equivalent in this release to what is currently in master and in kirkstone. Also note that gnu cpio also does not have this hardening, but the CVE is created only against busybox. (From OE-Core rev: 3f2b235526d135094408e3895c01bff7b5b938fb) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> |
||
|
|
ae35f06bb1 |
python3: update CVE product
There are two "new" CVEs reported for python3, their CPEs are: * CVE-2020-1171: cpe:2.3🅰️microsoft:python:*:*:*:*:*:visual_studio_code:*:* (< 2020.5.0) * CVE-2020-1192: cpe:2.3🅰️microsoft:python:*:*:*:*:*:visual_studio_code:*:* (< 2020.5.0) These are for "Visual Studio Code Python extension". Solve this by addding CVE vendor to python CVE product to avoid confusion with Microsoft as vendor. Examining CVE DB for historical python entries shows: sqlite> select vendor, product, count(*) from products where product = 'python' or product = 'cpython' ...> or product like 'python%3' group by vendor, product; microsoft|python|2 python|python|1054 python_software_foundation|python|2 Note that this already shows that cpython product is not used, so CVE-2023-33595 mentioned in 62598e1138f21a16d8b1cdd1cfe902aeed854c5c was updated. But let's keep it for future in case new CVE starts with that again. (From OE-Core rev: 72369cd66f78a371608c3fff205e0e96c248f2b3) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> |
||
|
|
6d2f2bd3f7 |
libxml2: fix CVE-2025-49794 & CVE-2025-49796
Upstream-Status: Backport from
|
||
|
|
ae2d52758f |
build-appliance-image: Update to scarthgap head revision
(From OE-Core rev: 7a59dc5ee6edd9596e87c2fbcd1f2594c06b3d1b) Signed-off-by: Steve Sakoman <steve@sakoman.com>yocto-5.0.11 scarthgap-5.0.11 |
||
|
|
e5c05018e0 |
poky.conf: bump version for 5.0.11
(From meta-yocto rev: 50e5c0d85d3775ac1294bdcd7f11deaa382c9d08) Signed-off-by: Steve Sakoman <steve@sakoman.com> |
||
|
|
045c6b1669 |
conf.py: improve SearchEnglish to handle terms with dots
While search queries already handled words with hyphens correctly, they
did not do so for words with dots.
To fix this, we
- enhance the word tokenizer to treat both dots ('.') and hyphens ('-')
as valid characters within words.
(For robustness, explicitly exclude dots/hyphens at the start or end
of a word from indexing.)
- adjust query processing to avoid splitting on dots in search input
This allows search queries to correctly match terms such as
'local.conf', 'site.conf', and similar ones now.
Fixes: [YOCTO #14534]
(From yocto-docs rev: 3f88cb85cca8f9128cfaab36882c4563457b03d9)
Signed-off-by: Enrico Jörns <ejo@pengutronix.de>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit 80084a4cabdf7f61c7e93eda8ddbd5bc7d54e041)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
||
|
|
395f818c91 |
overview-manual/concepts.rst: fix sayhello hardcoded bindir
Replace the hardcoded /usr/bin by ${bindir}, as it should be.
Reported-by: Thomas Perrot <thomas.perrot@bootlin.com>
(From yocto-docs rev: f06601fd09d6394fcc02134f24e337a9e6170584)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit 576677eae6960dbc2d2ececeba0fde5bba7bb69f)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
||
|
|
5d74429ce9 |
migration-guides: add release notes for 4.0.28
(From yocto-docs rev: 61968273cf13d8054bc3ffa934b368919409adba) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit 6959193fddb039c34384fcc391195fdd7fd3dbb8) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> |
||
|
|
7cd69bee25 |
minicom: correct the SRC_URI
In http://ftp.debian.org/debian/pool/main/m/minicom/, the tarball of minicom_2.9.orig.tar.bz2 can not be found. So the old SRC_URI should be updated. (From OE-Core rev: 49fcec2041071d44289e03cac087de6b929d6153) Signed-off-by: Guocai He <guocai.he.cn@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> |
||
|
|
37058c37c0 |
linux-yocto/6.6: update to v6.6.96
Updating linux-yocto/6.6 to the latest korg -stable release that comprises
the following commits:
a5df3a702b2c Linux 6.6.96
18d3f9b8e4b9 ARM: 9354/1: ptrace: Use bitfield helpers
f9917821c527 firmware: arm_scmi: Ensure that the message-id supports fastchannel
67a50f572178 firmware: arm_scmi: Add a common helper to check if a message is supported
6f27bbf3de0d nvme: always punt polled uring_cmd end_io work to task_work
cdfb20e4b34a spi: spi-cadence-quadspi: Fix pm runtime unbalance
c46358d02759 Revert "ipv6: save dontfrag in cork"
1583d908cc77 x86/tools: Drop duplicate unlikely() definition in insn_decoder_test.c
ed1f395ea5c0 Kunit to check the longest symbol length
5f4787834cb7 s390/entry: Fix last breaking event handling in case of stack corruption
56aa7679c9f3 media: uvcvideo: Rollback non processed entities on error
f165d04c41a3 kbuild: rpm-pkg: simplify installkernel %post
cca5bb42b736 scripts: clean up IA-64 code
b90dc5d67b68 ksmbd: remove unsafe_memcpy use in session setup
107a48df3f94 ksmbd: Use unsafe_memcpy() for ntlm_negotiate
8302adf60aba drm/amdgpu: switch job hw_fence to amdgpu_fence
a5d7cc1647f9 drm/amdgpu: Add kicker device detection
f640d011080d drm/i915/gem: Allow EXEC_CAPTURE on recoverable contexts on DG1
a8ceffaeb780 drm/amdgpu: amdgpu_vram_mgr_new(): Clamp lpfn to total vram
5148c7ea69e9 drm/amd/display: Add null pointer check for get_first_active_display()
ede04b471596 drm/bridge: cdns-dsi: Wait for Clk and Data Lanes to be ready
252e6e96f9b6 drm/bridge: cdns-dsi: Check return value when getting default PHY config
c4ee1b31a540 drm/bridge: cdns-dsi: Fix connecting to next bridge
f9b819c39d13 drm/bridge: cdns-dsi: Fix phy de-init and flag it so
2565ff3ac3f5 drm/bridge: cdns-dsi: Fix the clock variable for mode_valid()
76115eafad12 drm/amdkfd: Fix race in GWS queue scheduling
7946a10f8da7 drm/msm/gpu: Fix crash when throttling GPU immediately during boot
50e48e940329 drm/udl: Unregister device before cleaning up on disconnect
5ff3636bcc32 drm/tegra: Fix a possible null pointer dereference
23134a522758 drm/tegra: Assign plane type before registration
9ec447c23753 drm/etnaviv: Protect the scheduler's pending list with its lock
6d7b814c527c drm/cirrus-qemu: Fix pitch programming
66f122e67261 drm/ast: Fix comment on modeset lock
bf2c1643abc3 scsi: megaraid_sas: Fix invalid node index
42cf4f016173 HID: wacom: fix kobject reference count leak
f531651c394e HID: wacom: fix memory leak on sysfs attribute creation failure
33acbeeb5ad6 HID: wacom: fix memory leak on kobject creation failure
f0ffc8076d39 HID: lenovo: Restrict F7/9/11 mode to compact keyboards only
8a89e9c27b77 net: libwx: fix the creation of page_pool
9052c7bca391 btrfs: update superblock's device bytes_used when dropping chunk
aeeae8feeaae btrfs: fix a race between renames and directory logging
6ad80378f928 dm-raid: fix variable in journal device check
e395e34b0652 Bluetooth: L2CAP: Fix L2CAP MTU negotiation
f90d78d65ccc serial: imx: Restore original RXTL for console to fix data loss
40f62f8cf854 dt-bindings: serial: 8250: Make clocks and clock-frequency exclusive
f89c40520fa1 staging: rtl8723bs: Avoid memset() in aes_cipher() and aes_decipher()
e5e6a5aa3915 EDAC/amd64: Fix size calculation for Non-Power-of-Two DIMMs
c82c7041258d smb: client: fix potential deadlock when reconnecting channels
ced8eff11a4f drm/bridge: ti-sn65dsi86: Add HPD for DisplayPort connector type
1c9a8a84c5a8 drm/bridge: ti-sn65dsi86: make use of debugfs_init callback
ee800ff711c9 drm/i915: fix build error some more
0804d77fd6e6 net: selftests: fix TCP packet checksum
5b63793da82a ALSA: hda/realtek: Fix built-in mic on ASUS VivoBook X507UAR
cabed6ba92a9 atm: Release atm_dev_mutex after removing procfs in atm_dev_deregister().
63528d60673a net: enetc: Correct endianness handling in _enetc_rd_reg64
ad9c4941d32e libbpf: Fix possible use-after-free for externs
c61e284d72d6 um: ubd: Add missing error check in start_io_thread()
8f96a2ae16b5 vsock/uapi: fix linux/vm_sockets.h userspace compilation errors
d58343f81354 af_unix: Don't set -ECONNRESET for consumed OOB skb.
86136c670569 wifi: mac80211: fix beacon interval calculation overflow
9b9a87f0bd18 libbpf: Fix null pointer dereference in btf_dump__free on allocation failure
591f79625702 attach_recursive_mnt(): do not lock the covering tree when sliding something under it
74fcb3852a2f ALSA: usb-audio: Fix out-of-bounds read in snd_usb_get_audioformat_uac3()
3c709dce1699 atm: clip: prevent NULL deref in clip_push()
64a99eff8dcf lib/group_cpus: fix NULL pointer dereference from group_cpus_evenly()
88f3869649ed s390/pkey: Prevent overflow in size calculation for memdup_user()
db33aa6c5c93 ASoC: amd: yc: Add DMI quirk for Lenovo IdeaPad Slim 5 15
490a43d07f16 mm/damon/sysfs-schemes: free old damon_sysfs_scheme_filter->memcg_path on write
c9036b6390af i2c: robotfuzz-osif: disable zero-length read messages
4841060d2e7a i2c: tiny-usb: disable zero-length read messages
fad0a2c16062 af_unix: Don't leave consecutive consumed OOB skbs.
aabb458c33d9 af_unix: Don't call skb_get() for OOB skb.
0919388ac44f af_unix: Define locking order for U_RECVQ_LOCK_EMBRYO in unix_collect_skb().
fd3af69c14ed af_unix: Define locking order for U_LOCK_SECOND in unix_state_double_lock().
b7904e2fccd0 af_unix: Define locking order for unix_table_double_lock().
47847495a6ea platform/x86: ideapad-laptop: use usleep_range() for EC polling
6e7af3d4f67f platform/x86: ideapad-laptop: move ACPI helpers from header to source file
f8761b11f1c0 platform/x86: ideapad-laptop: move ymc_trigger_ec from lenovo-ymc
d19ae7b033b2 platform/x86: ideapad-laptop: introduce a generic notification chain
b6b5bcae7aa5 dummycon: Trigger redraw when switching consoles with deferred takeover
8853bad7634f tty: vt: make consw::con_switch() return a bool
e9ba8c528b8f tty: vt: sanitize arguments of consw::con_clear()
0b10b5ab7d1d tty: vt: make init parameter of consw::con_init() a bool
7bf946a284c3 PCI: apple: Set only available ports up
b8704eef56c5 PCI: apple: Use helper function for_each_child_of_node_scoped()
df1d7e879edd uio_hv_generic: Align ring size to system page
ca0198894bf9 uio_hv_generic: Query the ringbuffer size for device
ebba6cc0781c Drivers: hv: vmbus: Add utility function for querying ring size
3bc5abf8e75a f2fs: don't over-report free space or inodes in statvfs
9830ef1803a5 ASoC: codecs: wcd9335: Fix missing free of regulator supplies
28b6ef1ab65d ASoC: codec: wcd9335: Convert to GPIO descriptors
99d696842287 ASoC: codecs: wcd9335: Handle nicer probe deferral and simplify with dev_err_probe()
0c40fa81f850 jfs: validate AG parameters in dbMount() to prevent crashes
7747d3f9a506 fs/jfs: consolidate sanity checking in dbMount
fc97a116dc49 btrfs: handle csum tree error with rescue=ibadroots correctly
2cbeb47ea983 ovl: Check for NULL d_inode() in ovl_dentry_upper()
d120737a6da7 scsi: ufs: core: Don't perform UFS clkscaling during host async scan
acc1d4cc47f1 ceph: fix possible integer overflow in ceph_zero_objects()
f3465bb32050 ALSA: usb-audio: Add a quirk for Lenovo Thinkpad Thunderbolt 3 dock
789a3f63bd60 ALSA: hda: Add new pci id for AMD GPU display HD audio controller
b8cd384c53ae ALSA: hda: Ignore unsol events for cards being shut down
23fe269bfab3 usb: typec: mux: do not return on EOPNOTSUPP in {mux, switch}_set
8851e4058701 usb: typec: displayport: Receive DP Status Update NAK request exit dp altmode
00626325dba7 usb: cdc-wdm: avoid setting WDM_READ for ZLP-s
433cb3e70dc9 usb: Add checks for snprintf() calls in usb_alloc_dev()
0aaf810416c9 usb: common: usb-conn-gpio: use a unique name for usb connector device
8e958d10dd0c tty: serial: uartlite: register uart driver in init
a33f507f36d5 usb: potential integer overflow in usbg_make_tpg()
a8d1b4f219e8 misc: tps6594-pfsm: Add NULL pointer check in tps6594_pfsm_probe()
1063c586a35c iio: adc: ad_sigma_delta: Fix use of uninitialized status_pos
41732f9febdc usb: dwc2: also exit clock_gating when stopping udc while suspended
8217fa7d92f0 coresight: Only check bottom two claim bits
8dbc01f09cad um: use proper care when taking mmap lock during segfault
265ca1741075 um: Add cmpxchg8b_emu and checksum functions to asm-prototypes.h
462215a2a3f4 iio: pressure: zpa2326: Use aligned_s64 for the timestamp
c5734f9bab6f drm/scheduler: signal scheduled fence when kill job
553f560e0a74 bcache: fix NULL pointer in cache_set_flush()
9d578589e3ec amd/amdkfd: fix a kfd_process ref leak
2fb2470bc683 md/md-bitmap: fix dm-raid max_write_behind setting
aaef4f1f44b3 PCI: apple: Fix missing OF node reference in apple_pcie_setup_port
969c9646f0d0 PCI: dwc: Make link training more robust by setting PORT_LOGIC_LINK_WIDTH to one lane
7d942dbcd155 dmaengine: xilinx_dma: Set dma_device directions
e0051a3daa8b dmaengine: idxd: Check availability of workqueue allocated by idxd wq driver before using
c765f592adc7 rust: module: place cleanup_module() in .exit.text section
efe5db9d98b1 ksmbd: provide zero as a unique ID to the Mac client
f72093f270ea ksmbd: allow a filename to contain special characters on SMB3.1.1 posix extension
ad804e3648d3 hwmon: (pmbus/max34440) Fix support for max34451
2d8b3898caf5 NFSv4: xattr handlers should check for absent nfs filehandles
9d90ab45d3d3 cxl/region: Add a dev_err() on missing target list entries
96715eb1a120 fuse: fix race between concurrent setattrs from multiple nodes
a13b2634dd66 leds: multicolor: Fix intensity setting while SW blinking
c3616dfddf1d sunrpc: don't immediately retransmit on seqno miss
f0ba7e6d06f2 mfd: max14577: Fix wakeup source leaks on device unbind
35cda8619d97 mailbox: Not protect module_put with spin_lock_irqsave
7d03b140af33 NFSv4.2: fix listxattr to return selinux security label
cad6f283f6a6 NFSv4: Always set NLINK even if the server doesn't support it
670c1c546cda cifs: Fix encoding of SMB1 Session Setup NTLMSSP Request in non-UNICODE mode
0e7f0e6e14ba cifs: Fix cifs_query_path_info() for Windows NT servers
4a6499ffc84c cifs: Correctly set SMB1 SessionKey field in Session Setup Request
3f5b4c104b7d Linux 6.6.95
218c3629fb8f cifs: Remove duplicate fattr->cf_dtype assignment from wsl_to_fattr() function
6b4311f78a13 gpio: mlxbf3: only get IRQ for device instance 0
f6071c3cfe3a perf evsel: Missed close() when probing hybrid core PMUs
2a673aca82fe RISC-V: KVM: Don't treat SBI HFENCE calls as NOPs
e20f0f44ec59 RISC-V: KVM: Fix the size parameter check in SBI SFENCE calls
a77d0a14ed47 scsi: elx: efct: Fix memory leak in efct_hw_parse_filter()
21da6d3561f3 arm64/ptrace: Fix stack-out-of-bounds read in regs_get_kernel_stack_nth()
7c631e5cd38e perf/core: Fix WARN in perf_cgroup_switch()
bddec730501b perf: Fix cgroup state vs ERROR
2ee6044a6937 perf: Fix sample vs do_exit()
4ca4f418b761 s390/pci: Fix __pcilg_mio_inuser() inline assembly
d7094ad35104 platform/loongarch: laptop: Add backlight power control support
7b47919aff63 smb: client: fix first command failure during re-negotiation
cc77844d61f7 Revert "cpufreq: tegra186: Share policy per cluster"
eb74c6f1b209 ARM: dts: am335x-bone-common: Increase MDIO reset deassert delay to 50ms
94ec33e9600b ARM: dts: am335x-bone-common: Increase MDIO reset deassert time
2f38986e93d3 platform/x86: ideapad-laptop: add missing Ideapad Pro 5 fn keys
e9a011fc6b04 serial: sh-sci: Increment the runtime usage counter for the earlycon device
cfa7fa02078d net: make for_each_netdev_dump() a little more bug-proof
b8ced2b9a23a smb: Log an error when close_all_cached_dirs fails
aaaa689aa29d dt-bindings: i2c: nvidia,tegra20-i2c: Specify the required properties
6377977485f7 EDAC/amd64: Correct number of UMCs for family 19h models 70h-7fh
a5e3a1442688 net: atm: fix /proc/net/atm/lec handling
dffd03422ae6 net: atm: add lec_mutex
bde8833eb075 calipso: Fix null-ptr-deref in calipso_req_{set,del}attr().
3162d8235c8c ublk: santizize the arguments from userspace when adding a device
66bba1fd5bad net: lan743x: fix potential out-of-bounds write in lan743x_ptp_io_event_clock_get()
7382b6f7d102 net: microchip: lan743x: Reduce PTP timeout on HW failure
235aa081e2d9 tcp: fix passive TFO socket having invalid NAPI ID
d3dfe821dfe0 tipc: fix null-ptr-deref when acquiring remote ip of ethernet bearer
9d0ddfb574a2 tcp: fix tcp_packet_delayed() for tcp_is_non_sack_preventing_reopen() behavior
3261c017a7c5 atm: atmtcp: Free invalid length skb in atmtcp_c_send().
a06078164001 mpls: Use rcu_dereference_rtnl() in mpls_route_input_rcu().
4e9ab5c48ad5 wifi: carl9170: do not ping device which has failed to load firmware
43e3433a48c3 ptp: allow reading of currently dialed frequency to succeed on free-running clocks
a8c669bbc831 ptp: fix breakage after ptp_vclock_in_use() rework
aaef8e3a54b9 e1000e: set fixed clock frequency indication for Nahum 11 and Nahum 13
f4c19a8e51ee net: ice: Perform accurate aRFS flow match
8662ac79a634 aoe: clean device rq_list in aoedev_downdev()
9311d6d1a54f pldmfw: Select CRC32 when PLDMFW is selected
4c8f5b0483ac hwmon: (occ) fix unaligned accesses
1312d9bf88be hwmon: (occ) Rework attribute registration for stack usage
ff3dcf7f8184 drm/i915/pmu: Fix build error with GCOV and AutoFDO enabled
af2f5f21599a drm/nouveau/bl: increase buffer size to avoid truncate warning
b599b310380a ionic: Prevent driver/fw getting out of sync on devcmd(s)
002aa3ed19f3 drm/msm/dsi/dsi_phy_10nm: Fix missing initial VCO rate
77087a79779c drm/msm/disp: Correct porch timing for SDM845
7e6980c225c1 smb: fix secondary channel creation issue with kerberos by populating hostname when adding channels
599c489eea79 sunrpc: handle SVC_GARBAGE during svc auth processing as auth error
5e5d2ad9765a erofs: remove unused trace event erofs_destroy_inode
2536810df13f bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETE
f6393e5cb913 net: Fix checksum update for ILA adj-transport
3977946f61cd mm/huge_memory: fix dereferencing invalid pmd migration entry
af6cfcd0efb7 mm/hugetlb: unshare page tables during VMA split, not before
39c86833f973 iio: accel: fxls8962af: Fix temperature calculation
3d849cc3dfd3 ALSA: hda/realtek: enable headset mic on Latitude 5420 Rugged
f80e551050e4 ALSA: hda/intel: Add Thinkpad E15 to PM deny list
d61975567d9d ALSA: usb-audio: Rename ALSA kcontrol PCM and PCM1 for the KTMicro sound card
6562806f3200 arm64: Restrict pagetable teardown to avoid false warning
66bde385a1d3 wifi: rtw89: pci: use DBI function for 8852AE/8852BE/8851BE
eeacfbab9842 wifi: cfg80211: init wiphy_work before allocating rfkill fails
6d60d822809b Input: sparcspkr - avoid unannotated fall-through
3902205eadf3 atm: Revert atm_account_tx() if copy_from_iter_full() fails.
c1a2081f0347 platform/x86/intel-uncore-freq: Fail module load when plat_info is NULL
2753481c40af selinux: fix selinux_xfrm_alloc_user() to set correct ctx_len
0902625a24ee ksmbd: fix null pointer dereference in destroy_previous_session
2a03531c00b2 selftests/x86: Add a test to detect infinite SIGTRAP handler loop
372b511e9345 udmabuf: use sgtable-based scatterlist wrappers
bfa4d86e130a net: clear the dst when changing skb protocol
0357da9149ea net_sched: sch_sfq: reject invalid perturb period
bb9d4ffff6d8 scsi: s390: zfcp: Ensure synchronous unit_add
8d60df50e62f scsi: storvsc: Increase the timeouts to storvsc_timeout
a504536c2923 smb: improve directory cache reuse for readdir operations
202d7e838967 cifs: do not disable interface polling on failure
58021a32f25e cifs: serialize other channels when query server interfaces is pending
b530c44e1f38 cifs: deal with the channel loading lag while picking channels
cd42ddddd70a jffs2: check jffs2_prealloc_raw_node_refs() result in few other places
3f46644a5131 jffs2: check that raw node were preallocated before writing summary
b427d98d5521 LoongArch: Fix panic caused by NULL-PMD in huge_pte_offset()
099cfcb98fb4 LoongArch: Avoid using $r0/$r1 as "mask" for csrxchg
782baee5d917 platform/loongarch: laptop: Unregister generic_sub_drivers on exit
3bce9e6be030 platform/loongarch: laptop: Get brightness setting from EC on probe
1921781ec4a8 drivers/rapidio/rio_cm.c: prevent possible heap overwrite
675d90ee874c io_uring: fix task leak issue in io_wq_create()
3c3c7c66bdfa Revert "x86/bugs: Make spectre user default depend on MITIGATION_SPECTRE_V2" on v6.6 and older
af4ed5262d30 powerpc/eeh: Fix missing PE bridge reconfiguration during VFIO EEH recovery
a7f3cfc1eb99 powerpc/vdso: Fix build of VDSO32 with pcrel
dd95b3e00346 platform/x86: dell_rbu: Stop overwriting data buffer
f3b840fb1508 platform/x86: dell_rbu: Fix list usage
523e2f8a7f83 platform/x86/amd: pmc: Clear metrics table at start of cycle
7d71ba5b0a01 fs/xattr.c: fix simple_xattr_list()
897e6d88f0e3 Revert "bus: ti-sysc: Probe for l4_wkup and l4_cfg interconnect devices first"
cdc1b9b47bc5 tee: Prevent size calculation wraparound on 32-bit kernels
59b7304d0dff ARM: OMAP2+: Fix l4ls clk domain handling in STANDBY
bca6fe52bd95 bus: fsl-mc: increase MC_CMD_COMPLETION_TIMEOUT_MS value
c85311a73d74 watchdog: da9052_wdt: respect TWDMIN
519ba75728ee fbcon: Make sure modelist not set on unregistered console
8df53ee74cac wifi: ath12k: Pass correct values of center freq1 and center freq2 for 160 MHz
2304e2b5e470 wifi: ath12k: fix incorrect CE addresses
9db1bf90147c wifi: ath12k: fix link valid field initialization in the monitor Rx
6bd0f2e71b15 wifi: ath11k: determine PM policy based on machine model
42d0bfbe0296 octeontx2-pf: Add error log forcn10k_map_unmap_rq_policer()
a37888a435b0 net: ethernet: cortina: Use TOE/TSO on all TCP
38c4106cb4e9 bpf, sockmap: Fix data lost during EAGAIN retries
bdb4da9e1921 f2fs: fix to set atomic write status more clear
a3c32f17acbf usbnet: asix AX88772: leave the carrier control to phylink
e036d648773c ice: fix check for existing switch rule
8cde755f5616 i40e: fix MMIO write access to an invalid page in i40e_clear_hw
52a16bafda0e sock: Correct error checking condition for (assign|release)_proto_idx()
34c0a670556b scsi: lpfc: Use memcpy() for BIOS version
79dc5e78d13d wifi: ath12k: fix failed to set mhi state error during reboot with hardware grouping
5cf32cef3a38 pinctrl: mcp23s08: Reset all pins to input at probe
f9397cf7bfb6 software node: Correct a OOB check in software_node_get_reference_args()
03545901ec09 net: ethernet: ti: am65-cpsw: handle -EPROBE_DEFER
c0d8c14d9bf2 vxlan: Do not treat dst cache initialization errors as fatal
b4c83b37490d net: bridge: mcast: re-implement br_multicast_{enable, disable}_port functions
cd97899361bc net: bridge: mcast: update multicast contex when vlan state is changed
a0ab9e9148dd wifi: iwlwifi: Add missing MODULE_FIRMWARE for Qu-c0-jf-b0
172d1e4a6804 wifi: mac80211: VLAN traffic in multicast path
4fc2b3c0657b wifi: mac80211_hwsim: Prevent tsf from setting if beacon is disabled
2077cef44d33 wifi: iwlwifi: pcie: make sure to lock rxq->read
920fcc7adc73 iommu/amd: Ensure GA log notifier callbacks finish running before module unload
32f25633f366 scsi: lpfc: Fix lpfc_check_sli_ndlp() handling for GEN_REQUEST64 commands
c697dac96937 libbpf: Add identical pointer detection to btf_dedup_is_equiv()
f11cfb48f2d2 clk: rockchip: rk3036: mark ddrphy as critical
dfec43c50376 wifi: mac80211: do not offer a mesh path if forwarding is disabled
efa7997ce846 wireless: purelifi: plfxlc: fix memory leak in plfxlc_usb_wreq_asyn()
187829fb0c35 net: vertexcom: mse102x: Return code for mse102x_rx_pkt_spi
84d34bd55d6a net: mlx4: add SOF_TIMESTAMPING_TX_SOFTWARE flag when getting ts info
ae48bc0b8be8 pinctrl: armada-37xx: propagate error from armada_37xx_gpio_get()
8a15a5438c58 pinctrl: armada-37xx: propagate error from armada_37xx_pmx_gpio_set_direction()
02c966a8869b pinctrl: armada-37xx: propagate error from armada_37xx_gpio_get_direction()
14a26f669206 pinctrl: armada-37xx: propagate error from armada_37xx_pmx_set_by_name()
79f3e44df6e6 net: atlantic: generate software timestamp just before the doorbell
9121c2ddd177 ipv4/route: Use this_cpu_inc() for stats on PREEMPT_RT
62b62a2a6dc5 x86/sgx: Prevent attempts to reclaim poisoned pages
c1025a54289b tcp: fix initial tp->rcvq_space.space value for passive TS enabled flows
156b6bac7645 tcp: always seek for minimal rtt in tcp_rcv_rtt_update()
969d61aa168c wifi: rtw89: leave idle mode when setting WEP encryption for AP mode
f11520c6174c wifi: ath11k: Fix QMI memory reuse logic
dcf7bb4397de wifi: ath12k: fix a possible dead lock caused by ab->base_lock
7c4b6d8bd72d wifi: ath12k: fix macro definition HAL_RX_MSDU_PKT_LENGTH_GET
6f79eb2e6816 net: dlink: add synchronization for stats update
04fa1bef29d5 i2c: npcm: Add clock toggle recovery
be5f6a65509c i2c: tegra: check msg length in SMBUS block read
762325441e3a cpufreq: scmi: Skip SCMI devices that aren't used by the CPUs
a620f66675e5 sctp: Do not wake readers in __sctp_write_space()
a0b91fa813d4 wifi: mt76: mt7921: add 160 MHz AP for mt7922 device
bf3dcb53ba32 wifi: mt76: mt76x2: Add support for LiteOn WN4516R,WN4519R
2c1a2d863b24 emulex/benet: correct command version selection in be_cmd_get_stats()
24900688ee47 wifi: mt76: mt7996: drop fragments with multicast or broadcast RA
775fdb4042b2 i2c: designware: Invoke runtime suspend on quick slave re-registration
7bf4461f1c97 bpf: Check rcu_read_lock_trace_held() in bpf_map_lookup_percpu_elem()
61fc32485d64 f2fs: use vmalloc instead of kvmalloc in .init_{,de}compress_ctx
92dbc2a2e2ec tipc: use kfree_sensitive() for aead cleanup
088279ff18cd net: lan743x: Modify the EEPROM and OTP size for PCI1xxxx devices
d2a25ca4134c net: macb: Check return value of dma_set_mask_and_coherent()
c148af1f398b ACPI: battery: negate current when discharging
6635356483b8 PM: runtime: fix denying of auto suspend in pm_suspend_timer_fn()
6a7c583f56b9 gpiolib: of: Add polarity quirk for s5m8767
5505ec191f77 ASoC: tegra210_ahub: Add check to of_device_get_match_data()
cf961a38e450 ACPICA: utilities: Fix overflow check in vsnprintf()
558ba4afdfe5 power: supply: bq27xxx: Retrieve again when busy
1fee4324b566 ACPICA: fix acpi parse and parseext cache leaks
8621fbeb4db9 ACPI: Add missing prototype for non CONFIG_SUSPEND/CONFIG_X86 case
0ab90839bf6c ACPI: bus: Bail out if acpi_kobj registration fails
7d346ca11a6e ASoC: tas2770: Power cycle amp on ISENSE/VSENSE change
30e11a8cff73 ACPICA: Avoid sequence overread in call to strncmp()
58cf7ba36b94 mmc: Add quirk to disable DDR50 tuning
74f765e85d4b power: supply: collie: Fix wakeup source leaks on device unbind
1c24a738971c clocksource: Fix the CPUs' choice in the watchdog per CPU verification
28ecaebbed55 ASoC: amd: yc: Add quirk for Lenovo Yoga Pro 7 14ASP9
755a8006b767 ACPICA: fix acpi operand cache leak in dswstate.c
3175377e8ee1 iio: adc: ad7606_spi: fix reg write value mask
f6a5b84f450b iio: imu: inv_icm42600: Fix temperature calculation
fe684290418e mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race
6a860536306e iio: accel: fxls8962af: Fix temperature scan element sign
a9f6c1ad6c93 PCI: dw-rockchip: Fix PHY function call sequence in rockchip_pcie_phy_deinit()
0b522796a80f PCI: Fix lock symmetry in pci_slot_unlock()
7f6a2d378425 PCI: Add ACS quirk for Loongson PCIe
9895f9d9b515 PCI: cadence-ep: Correct PBA offset in .set_msix() callback
7ca06d696a2f uio_hv_generic: Use correct size for interrupt and monitor pages
6f824cdd8209 Drivers: hv: Allocate interrupt and monitor pages aligned to system page boundary
37166d63e42c smb: client: add NULL check in automount_fullpath
39ff3774693f cifs: dns resolution is needed only for primary channel
5713127da855 cifs: update dstaddr whenever channel iface is updated
9d80e1d37e85 cifs: reset connections for all channels when reconnect requested
3ee979709e16 remoteproc: core: Release rproc->clean_table after rproc_attach() fails
9515d74c9d1a remoteproc: core: Cleanup acquired resources when rproc_handle_resources() fails in rproc_attach()
a4df96e2e81c regulator: max14577: Add error check for max14577_read_reg()
231f6a1de15b mips: Add -std= flag specified in KBUILD_CFLAGS to vdso CFLAGS
dfa9ef978d9c staging: iio: ad5933: Correct settling cycles encoding per datasheet
cc3cc41ed670 video: screen_info: Relocate framebuffers behind PCI bridges
fa2118e9e233 KVM: s390: rename PROT_NONE to PROT_TYPE_DUMMY
6bd2569d0b2f net: ch9200: fix uninitialised access during mii_nway_restart
b1bf167f46dd phy: fsl-imx8mq-usb: fix phy_tx_vboost_level_from_property()
83a692a9792a ftrace: Fix UAF when lookup kallsym after ftrace disabled
6737c4551d2b mtd: rawnand: qcom: Fix read len for onfi param page
df4918c0bb49 dm-verity: fix a memory leak if some arguments are specified multiple times
61850a1b2673 dm-mirror: fix a tiny race condition
fe0ff7d801fb KVM: VMX: Flush shadow VMCS on emergency reboot
0d7a2ea4351b KVM: SVM: Clear current_vmcb during vCPU free for all *possible* CPUs
7775ab2d53b3 mtd: nand: sunxi: Add randomizer configuration before randomizer enable
e06a1dadc481 mtd: rawnand: sunxi: Add randomizer configuration in sunxi_nfc_hw_ecc_write_chunk
d3abf0066b5e mm: fix ratelimit_pages update error in dirty_ratio_handler()
23a707bbcbea RDMA/iwcm: Fix use-after-free of work objects after cm_id destruction
442e80dcf6fe watchdog: fix watchdog may detect false positive of softlockup
5180561afff8 ipc: fix to protect IPCS lookups using RCU
f24d42245239 clk: meson-g12a: add missing fclk_div2 to spicc
ebb8060561d5 parisc: fix building with gcc-15
2f4040a5855a vgacon: Add check for vc_origin address range in vgacon_scroll()
7f27859721ae parisc/unaligned: Fix hex output to show 8 hex chars
3ca78032a388 fbdev: Fix fb_set_var to prevent null-ptr-deref in fb_videomode_to_var
e32a40db6796 EDAC/altera: Use correct write width with the INTTEST register
0909b2b49c45 fbdev: Fix do_register_framebuffer to prevent null-ptr-deref in fb_videomode_to_var
061a5dd66608 net: ftgmac100: select FIXED_PHY
8c5713ce1ced net/sched: fix use-after-free in taprio_dev_notifier
a8acc7080ad5 NFC: nci: uart: Set tty->disc_data only in success path
d95d87841d2a hwmon: (ftsteutates) Fix TOCTOU race in fts_read()
79ef8a6c4ec5 f2fs: fix to do sanity check on sit_bitmap_size
a87cbcc909cc f2fs: prevent kernel warning due to negative i_nlink from corrupted image
aaddc6c696bd f2fs: fix to do sanity check on ino and xnid
0f7100e8d9f0 Input: gpio-keys - fix possible concurrent access in gpio_keys_irq_timer()
17474a56acf7 Input: ims-pcu - check record size in ims_pcu_flash_firmware()
cf6a4c4ac7b6 ext4: only dirty folios when data journaling regular files
3e8a5163bcd3 ext4: ensure i_size is smaller than maxbytes
68cea04f1fb2 ext4: factor out ext4_get_maxbytes()
223091c9897c ext4: fix calculation of credits for extent tree modification
26e09d18599d ext4: inline: fix len overflow in ext4_prepare_inline_data
55995f172598 bus: fsl-mc: fix GET/SET_TAILDROP command ids
1e474b5fab51 bus: fsl-mc: do not add a device-link for the UAPI used DPMCP device
8edfed4439b1 ata: pata_via: Force PIO for ATAPI devices on VT6415/VT6330
48f35a32947b cgroup,freezer: fix incomplete freezing when attaching tasks
96707ff5818f ceph: set superblock s_magic for IMA fsmagic matching
636391e8c98c can: tcan4x5x: fix power regulator retrieval during probe
d5d4be47e06c bus: mhi: host: Fix conflict between power_up and SYSERR
44b9620e82bb bus: mhi: ep: Update read pointer only after buffer is written
838d63de34a9 ARM: omap: pmic-cpcap: do not mess around without CPCAP or OMAP4
c592d3ceca1a ARM: 9447/1: arm/memremap: fix arch_memremap_can_ram_remap()
12cffd5bd1da arm64/mm: Close theoretical race where stale TLB entry remains valid
a31dce9b561d media: uvcvideo: Fix deferred probing error
c51c0a0be239 media: uvcvideo: Send control events for partial succeeds
d314f99b6f19 media: uvcvideo: Return the number of processed controls
ec26be7d6355 media: imx-jpeg: Cleanup after an allocation error
20a6db0ef356 media: imx-jpeg: Reset slot data pointers when freed
683a1db6800e media: imx-jpeg: Move mxc_jpeg_free_slot_data() ahead
350d4af0493a media: imx-jpeg: Drop the first error frames
f6b1b0f8ba0b media: vivid: Change the siize of the composing
9824e1732a16 media: vidtv: Terminating the subsequent process of initialization failure
17cb043ea133 media: videobuf2: use sgtable-based scatterlist wrappers
36318ff3d6bf media: venus: Fix probe error handling
ae7b143e05b3 media: v4l2-dev: fix error handling in __video_register_device()
dfb2add0baa7 media: omap3isp: use sgtable-based scatterlist wrappers
ac3a8e37cb8e media: mediatek: vcodec: Correct vsi_core framebuffer size
025a943c49c7 media: gspca: Add error handling for stv06xx_read_sensor()
ec5c328606ba media: davinci: vpif: Fix memory leak in probe error path
04354c529c82 media: cxusb: no longer judge rbuf when the write fails
4425db511b9d media: ccs-pll: Check for too high VT PLL multiplier in dual PLL case
1e4b3f166795 media: ccs-pll: Correct the upper limit of maximum op_pre_pll_clk_div
b9e314231ffc media: ccs-pll: Start OP pre-PLL multiplier search from correct value
ae2fe6606511 media: ccs-pll: Start VT pre-PLL multiplier search from correct value
eb7a4ea0a18c media: i2c: ds90ub913: Fix returned fmt from .set_fmt()
ecaf904a55c1 media: nxp: imx8-isi: better handle the m2m usage_count
585acb354977 media: ov5675: suppress probe deferral errors
ce4a5a34a2bf media: ov8856: suppress probe deferral errors
aaf516bb732c wifi: rtlwifi: disable ASPM for RTL8723BE with subsystem ID 11ad:1723
d4356ce8f826 wifi: rtw88: usb: Reduce control message timeout to 500 ms
2e7c64d7a92c jbd2: fix data-race and null-ptr-deref in jbd2_journal_dirty_metadata()
1eeecd9be9fe wifi: ath12k: fix ring-buffer corruption
14f5549ad163 fs/nfs/read: fix double-unlock bug in nfs_return_empty_folio()
5ee9a07b456d SUNRPC: Prevent hang on NFS mount with xprtsec=[m]tls
5060e1a5fef1 nfsd: Initialize ssc before laundromat_work to prevent NULL dereference
e7e943ddd1c6 nfsd: nfsd4_spo_must_allow() must check this is a v4 compound request
f08689fe3153 wifi: ath11k: fix ring-buffer corruption
68b29235778b wifi: ath11k: fix rx completion meta data corruption
0e4dc150423b wifi: p54: prevent buffer-overflow in p54_rx_eeprom_readback()
782b3aff6763 net/mlx5: Add error handling in mlx5_query_nic_vport_node_guid()
477e4319c371 net/mlx5_core: Add error handling inmlx5_query_nic_vport_qkey_viol_cntr()
278a92b87463 regulator: max20086: Change enable gpio to optional
420f6942f109 regulator: max20086: Fix MAX200086 chip id
bf70b3c3df5f powerpc/pseries/msi: Avoid reading PCI device registers in reduced power states
0257c26bbca5 io_uring/kbuf: account ring io_buffer_list memory
a8b5ef355477 io_uring: account drain memory to cgroup
abf80985f4d6 ASoC: meson: meson-card-utils: use of_property_present() for DT parsing
3895a7590e6e ASoC: qcom: sdm845: Add error handling in sdm845_slim_snd_hw_params()
40aefac870c1 gfs2: move msleep to sleepable context
f5b9144715da crypto: marvell/cesa - Do not chain submitted requests
0df5e4c7de27 configfs: Do not override creating attribute file failure in populate_attrs()
(From OE-Core rev: 7365af988da35e67e4463a0fd802b93a47d05a77)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|
||
|
|
2fb7e02924 |
linux-yocto/6.6: update to v6.6.94
Updating linux-yocto/6.6 to the latest korg -stable release that comprises
the following commits:
6282921b6825 Linux 6.6.94
d0e22b854ac6 drm/meson: Use 1000ULL when operating with mode->clock
65e20c5d99d1 net: usb: aqc111: debug info before sanitation
0fcfc93576bc regulator: dt-bindings: mt6357: Drop fixed compatible requirement
1380f68517a7 calipso: unlock rcu before returning -EAFNOSUPPORT
2cfcbe1554c1 x86/iopl: Cure TIF_IO_BITMAP inconsistencies
8884c41bae39 xen/arm: call uaccess_ttbr0_enable for dm_op hypercall
b0e35d563917 usb: typec: tcpm/tcpci_maxim: Fix bounds check in process_rx()
3c7e52cfa86d usb: Flush altsetting 0 endpoints before reinitializating them after reset.
c40b5e0aad1f usb: cdnsp: Fix issue with detecting USB 3.2 speed
81dc3db4c3ac usb: cdnsp: Fix issue with detecting command completion event
6e3af836805e VMCI: fix race between vmci_host_setup_notify and vmci_ctx_unset_notify
97f5b57eca7d usb: usbtmc: Fix read_stb function and get_stb ioctl
b0630d18451a kbuild: Disable -Wdefault-const-init-unsafe
2c72fe18cc5f posix-cpu-timers: fix race between handle_posix_cpu_timers() and posix_cpu_timer_del()
99bc5248a479 Revert "io_uring: ensure deferred completions are posted for multishot"
029d39ae7ecf io_uring/rw: fix wrong NOWAIT check in io_rw_init_file()
62d5d980b513 io_uring/rw: allow pollable non-blocking attempts for !FMODE_NOWAIT
90e11232a62b io_uring: add io_file_can_poll() helper
4fa7831cf0ac HID: usbhid: Eliminate recurrent out-of-bounds bug in usbhid_parse()
dd4b8e05f2a2 ALSA: usb-audio: Add implicit feedback quirk for RODE AI-1
37a75cd83dde tools/resolve_btfids: Fix build when cross compiling kernel with clang.
c9a2e81583d9 block: Fix bvec_set_folio() for very large folios
9e263d94593b bio: Fix bio_first_folio() for SPARSEMEM without VMEMMAP
51c695986fa1 perf: Ensure bpf_perf_link path is properly serialized
efcd52ba648b nvmet-fcloop: access fcpreq only when holding reqlock
84ead78a3cf8 fs/filesystems: Fix potential unsigned integer underflow in fs_name()
0383b25488a5 net_sched: ets: fix a race in ets_qdisc_change()
057f7a61b04b net_sched: tbf: fix a race in tbf_change()
2a71924ca4af net_sched: red: fix a race in __red_change()
46c15c9d0f65 net_sched: prio: fix a race in prio_tune()
77a72d749701 net/mlx5e: Fix leak of Geneve TLV option object
a810e484778d net/mlx5: Fix return value when searching for existing flow group
5953ae44dfe5 net/mlx5: Fix ECVF vports unload on shutdown flow
7fb33ed59867 net/mlx5: Ensure fw pages are always allocated on same NUMA
3c40cfcbf18a Bluetooth: MGMT: Fix sparse errors
c621211b3088 Bluetooth: hci_sync: Fix broadcast/PA when using an existing instance
4bf299105706 Bluetooth: Fix NULL pointer deference on eir_get_service_data
abb0605ca009 net/mdiobus: Fix potential out-of-bounds clause 45 read/write access
bab6bca0834c net/mdiobus: Fix potential out-of-bounds read/write access
7bafe26d7314 macsec: MACsec SCI assignment for ES = 0
ff55c85a923e net: Fix TOCTOU issue in sk_is_readable()
c6dad167aade ACPI: CPPC: Fix NULL pointer dereference when nosmp is used
987c3b8859d6 i40e: retry VFLR handling if there is ongoing VF reset
dd184939f41e i40e: return false from i40e_reset_vf if reset is in progress
dc5fc562f1c4 drm/meson: fix more rounding issues with 59.94Hz modes
81331229971a drm/meson: use vclk_freq instead of pixel_freq in debug print
e9a5fe781748 drm/meson: fix debug log statement when setting the HDMI clocks
1f8d03fb90ed drm/meson: use unsigned long long / Hz for frequency types
d2fc85c90b41 powerpc/vas: Return -EINVAL if the offset is non-zero in mmap()
8635e325b85d powerpc/powernv/memtrace: Fix out of bounds issue in memtrace mmap
b4e9bab6011b net_sched: sch_sfq: fix a potential crash on gso_skb handling
d4cbcf274c51 scsi: iscsi: Fix incorrect error path labels for flashnode operations
581b7c3d8025 pinctrl: qcom: pinctrl-qcm2290: Add missing pins
de2adfaa9514 regulator: max20086: Fix refcount leak in max20086_parse_regulators_dt()
6e329771144c wifi: ath11k: validate ath11k_crypto_mode on top of ath11k_core_qmi_firmware_ready
e8e405757004 wifi: ath11k: don't wait when there is no vdev started
a0ec9e39cbf7 wifi: ath11k: don't use static variables in ath11k_debugfs_fw_stats_process()
e57c74d76076 wifi: ath11k: avoid burning CPU in ath11k_debugfs_fw_stats_request()
452f55761513 wifi: ath11k: convert timeouts to secs_to_jiffies()
d66fd9591ff4 wifi: ath11k: fix soc_dp_stats debugfs file permission
748da2fc1c3c ath10k: snoc: fix unbalanced IRQ enable in crash recovery
259119595227 ptp: remove ptp->n_vclocks check logic in ptp_vclock_in_use()
bdd56875c692 Bluetooth: MGMT: Protect mgmt_pending list with its own lock
5e64376da212 Bluetooth: MGMT: Remove unused mgmt_pending_find_data
9f66b6531c2b Bluetooth: MGMT: Fix UAF on mgmt_remove_adv_monitor_complete
6edb171845ed Bluetooth: hci_core: fix list_for_each_entry_rcu usage
21f071261f94 scsi: core: ufs: Fix a hang in the error handler
44ab21d74f61 serial: sh-sci: Clean sci_ports[0] after at earlycon exit
9d50955bf215 serial: sh-sci: Move runtime PM enable to sci_probe_single()
f8f07ea23116 serial: sh-sci: Check if TX data was written to device in .tx_empty()
6b60251cab3f arm64: dts: ti: k3-j721e-sk: Add DT nodes for power regulators
9333ced86ca7 arm64: dts: ti: k3-j721e-sk: Add support for multiple CAN instances
b18568bae6c7 arm64: dts: ti: k3-j721e-sk: Model CSI2RX connector mux
1e3db0a98cbd arm64: dts: ti: k3-am65-main: Add missing taps to sdhci0
869aafe49c6b arm64: dts: ti: k3-am65-main: Fix sdhci node properties
c789d2c138ca kasan: use unchecked __memset internally
91d14d9961b7 Input: synaptics-rmi - fix crash with unsupported versions of F34
73b8f31337fb pmdomain: core: Fix error checking in genpd_dev_pm_attach_by_id()
4f091ad0862b do_change_type(): refuse to operate on unmounted/not ours mounts
3d1ea8e048ac fix propagation graph breakage by MOVE_MOUNT_SET_GROUP move_mount(2)
3b699b94727a path_overmount(): avoid false negatives
3aed255ae4a3 ASoC: ti: omap-hdmi: Re-add dai_link->platform to fix card init
cc03c899e6d9 ASoC: Intel: avs: Verify content returned by parse_int_array()
ea739a5492bd ASoC: Intel: avs: Fix deadlock when the failing IPC is SET_D0IX
9836cc310ec1 ASoC: codecs: hda: Fix RPM usage count underflow
0fd2ae401720 scsi: ufs: qcom: Prevent calling phy_exit() before phy_init()
d2507aeea45b seg6: Fix validation of nexthop addresses
8c9e9cd39877 wireguard: device: enable threaded NAPI
a21a4937726f net: dsa: b53: allow RGMII for bcm63xx RGMII ports
02c03865d26a net: dsa: b53: do not enable RGMII delay on bcm63xx
1c7a023b0cc9 netfilter: nf_nat: also check reverse tuple to obtain clashing entry
39bab2d3517b netfilter: nf_set_pipapo_avx2: fix initial map fill
7f6265fce3bd gve: add missing NULL check for gve_alloc_pending_packet() in TX DQO
9c49728b61e1 PM: sleep: Fix power.is_suspended cleanup for direct-complete devices
c07c61ef703a vmxnet3: correctly report gso type for UDP tunnels
cc89f457d913 net: wwan: t7xx: Fix napi rx poll issue
85eef1748c02 net: fix udp gso skb_segment after pull from frag_list
b263088ee8ab net: stmmac: make sure that ptp_rate is not 0 before configuring timestamping
2e02edb66427 net: dsa: tag_brcm: legacy: fix pskb_may_pull length
18e648163016 ice: fix rebuilding the Tx scheduler tree for large queue counts
d78e538b65e4 ice: create new Tx scheduler nodes for new queues only
1d3c5d0dec67 ice: fix Tx scheduler error handling in XDP callback
55dd7225217c Bluetooth: L2CAP: Fix not responding with L2CAP_CR_LE_ENCRYPTION
59d5f3134b5c spi: bcm63xx-hsspi: fix shared reset
29abb7fc8244 spi: bcm63xx-spi: fix shared reset
d88839739701 net: lan966x: Make sure to insert the vlan tags also in host mode
1b2e54f447af net/mlx4_en: Prevent potential integer overflow calculating Hz
2e3d96ad9549 driver: net: ethernet: mtk_star_emac: fix suspend/resume issue
acab7ca5ff19 net: tipc: fix refcount warning in tipc_aead_encrypt
633a80216a44 gve: Fix RX_BUFFERS_POSTED stat to report per-queue fill_cnt
6ee70ca1fded net: stmmac: platform: guarantee uniqueness of bus_id
7a8e87568575 vt: remove VT_RESIZE and VT_RESIZEX from vt_compat_ioctl()
b3b4efa2e623 coresight: prevent deactivate active config while enabling the config
e69e2cfd8b38 fpga: fix potential null pointer deref in fpga_mgr_test_img_load_sgt()
32b3f3382d6c counter: interrupt-cnt: Protect enable/disable OPs with mutex
72166de0a1a5 MIPS: Loongson64: Add missing '#interrupt-cells' for loongson64c_ls7a
ec20928ecb1c iio: adc: ad7124: Fix 3dB filter frequency reading
ca0012a63261 iio: filter: admv8818: Support frequencies >= 2^32
786cdbd4da1b iio: filter: admv8818: fix range calculation
61b3b2d62888 iio: filter: admv8818: fix integer overflow
31fa7dd09a25 iio: filter: admv8818: fix band 4, state 15
f2829faa3fd5 thunderbolt: Fix a logic error in wake on connect
a6c7c365734c serial: Fix potential null-ptr-deref in mlb_usio_probe()
db96a4fd8614 usb: renesas_usbhs: Reorder clock handling and power management in probe
63df0a22dabc rtc: loongson: Add missing alarm notifications for ACPI RTC events
56035627865e PCI/DPC: Initialize aer_err_info before using it
b79e10050d9d dmaengine: ti: Add NULL check in udma_probe()
127dfb4f1c5a phy: qcom-qmp-usb: Fix an NULL vs IS_ERR() bug
248f52ad6e82 PCI: apple: Use gpiod_set_value_cansleep in probe flow
004316d2de7e PCI: cadence: Fix runtime atomic count underflow
92d879eff459 PCI: Print the actual delay time in pci_bridge_wait_for_secondary_bus()
2e6d9128fe9b rtc: sh: assign correct interrupts with DT
848d78e3625f cifs: Fix validation of SMB1 query reparse point response
c050dc2669c2 nfs: ignore SB_RDONLY when remounting nfs
c9d9a8995f69 nfs: clear SB_RDONLY before getting superblock
7101de239633 perf trace: Always print return value for syscalls returning a pid
494395071e85 perf record: Fix incorrect --user-regs comments
5ec729bc5b03 perf tests switch-tracking: Fix timestamp comparison
a20bbd91622f mfd: stmpe-spi: Correct the name used in MODULE_DEVICE_TABLE
611efa317b70 mfd: exynos-lpass: Avoid calling exynos_lpass_disable() twice in exynos_lpass_remove()
85322ddd449a rpmsg: qcom_smd: Fix uninitialized return variable in __qcom_smd_send()
3b726bc12624 remoteproc: k3-r5: Drop check performed in k3_r5_rproc_{mbox_callback/kick}
f1a3c8ceb21d remoteproc: qcom_wcnss_iris: Add missing put_device() on error in probe
41581d392c81 perf scripts python: exported-sql-viewer.py: Fix pattern matching with Python 3
53385a400af6 perf intel-pt: Fix PEBS-via-PT data_src
1737865a12f8 perf trace: Fix leaks of 'struct thread' in set_filter_loop_pids()
84126960357d dm-flakey: make corrupting read bios work
1aef0e1083bb dm-flakey: error all IOs when num_features is absent
4e9e45746b86 hwmon: (asus-ec-sensors) check sensor index in read_string()
a0d9d9b5a463 mtd: nand: ecc-mxic: Fix use of uninitialized variable ret
fde314445332 backlight: pm8941: Add NULL check in wled_configure()
06f41679d35e dm: free table mempools if not used in __bind
679d40ca030a dm: don't change md if dm_table_set_restrictions() fails
e431cc956d67 perf ui browser hists: Set actions->thread before calling do_zoom_thread()
34e124dc2189 perf build: Warn when libdebuginfod devel files are not available
655d3c6f8ce7 randstruct: gcc-plugin: Fix attribute addition
c64a16344c52 randstruct: gcc-plugin: Remove bogus void member
ab91647acdf4 fbdev: core: fbcvt: avoid division by 0 in fb_cvt_hperiod()
8312b1f776f7 soc: aspeed: Add NULL check in aspeed_lpc_enable_snoop()
b828083b3d7d soc: aspeed: lpc: Fix impossible judgment condition
fc5a7a966466 ARM: aspeed: Don't select SRAM
e774ce479f62 arm64: dts: mt6359: Rename RTC node to match binding expectations
5b91fc48dcbb arm64: dts: renesas: white-hawk-ard-audio: Fix TPU0 groups
0d5dd35f7a73 arm64: dts: rockchip: disable unrouted USB controllers and PHY on RK3399 Puma with Haikou
867dd8a356a1 arm64: defconfig: mediatek: enable PHY drivers
978991404adc ARM: dts: qcom: apq8064 merge hw splinlock into corresponding syscon device
9337a54bc620 ARM: dts: qcom: apq8064: add missing clocks to the timer node
4ca90f54bc65 dt-bindings: vendor-prefixes: Add Liontron name
4b23c46eb2d8 bus: fsl-mc: fix double-free on mc_dev
8b8e2966477e nilfs2: do not propagate ENOENT error from nilfs_btree_propagate()
9ab3008bf984 nilfs2: add pointer check for nilfs_direct_propagate()
681a35b1dcf1 ocfs2: fix possible memory leak in ocfs2_finish_quota_recovery
4f99357dadbf Squashfs: check return result of sb_min_blocksize
2d4ad56428ed arm64: dts: ti: k3-j721e-common-proc-board: Enable OSPI1 on J721E
38caeda97b5d arm64: tegra: Drop remaining serial clock-names and reset-names
1aaffafdd44b arm64: dts: rockchip: Update eMMC for NanoPi R5 series
850fd99f22fc arm64: dts: qcom: sda660-ifc6560: Fix dt-validate warning
ac25c30462a5 arm64: dts: qcom: sdm660-lavender: Add missing USB phy supply
6145c491d649 arm64: dts: mt6359: Add missing 'compatible' property to regulators node
018324818ad5 arm64: dts: mediatek: mt6357: Drop regulator-fixed compatibles
d6d756d3ea21 arm64: dts: imx8mn-beacon: Set SAI5 MCLK direction to output for HDMI audio
2eb09d84a00a arm64: dts: imx8mm-beacon: Set SAI5 MCLK direction to output for HDMI audio
7a276effd506 arm64: dts: imx8mp-beacon: Fix RTC capacitive load
75b985ef1e64 arm64: dts: imx8mn-beacon: Fix RTC capacitive load
986c6c52d4aa arm64: dts: imx8mm-beacon: Fix RTC capacitive load
c8658f43df4f arm64: dts: qcom: sdm660-xiaomi-lavender: Add missing SD card detect GPIO
62f142f9b863 arm64: dts: mediatek: mt8195: Reparent vdec1/2 and venc1 power domains
8af84ebd27fc ARM: dts: at91: at91sam9263: fix NAND chip selects
e6ef5b282e33 ARM: dts: at91: usb_a9263: fix GPIO for Dataflash chip select
3c9472989031 arm64: dts: qcom: sc8280xp-x13s: Drop duplicate DMIC supplies
b1253f7c65d1 arm64: dts: qcom: sm8250: Fix CPU7 opp table
ac0df85cc591 arm64: dts: qcom: sm8350: Reenable crypto & cryptobam
072b6f8e39ce arm64: dts: qcom: sdm845-starqltechn: remove excess reserved gpios
618060fc563b arm64: dts: qcom: sdm845-starqltechn: refactor node order
2bf235c5dddf arm64: dts: qcom: sdm845-starqltechn: fix usb regulator mistake
8218e21030bd arm64: dts: qcom: sdm845-starqltechn: remove wifi
c4f2f90ebbad f2fs: fix to correct check conditions in f2fs_cross_rename
67b800b6d772 f2fs: use d_inode(dentry) cleanup dentry->d_inode
857b4d2bbeb4 net: phy: mscc: Stop clearing the the UDPv4 checksum for L2 frames
8ebcd311b486 net: openvswitch: Fix the dead loop of MPLS parse
946bfdfcb76a calipso: Don't call calipso functions for AF_INET sk.
5df8db01d6a4 octeontx2-pf: QOS: Refactor TC_HTB_LEAF_DEL_LAST callback
0b40aeaf83ca net: phy: mscc: Fix memory leak when using one step timestamping
6486f11ccef4 net: lan743x: rename lan743x_reset_phy to lan743x_hw_reset_phy
4744a5d71d2a net: phy: fix up const issues in to_mdio_device() and to_phy_device()
363fdf277742 net: phy: clear phydev->devlink when the link is deleted
6f639c25bfad bpf: Avoid __bpf_prog_ret0_warn when jit fails
8d5bc5ec6c94 net: lan966x: Fix 1-step timestamping over ipv4 or ipv6
ac7897c01240 RDMA/cma: Fix hang when cma_netevent_callback fails to queue_work
60790d287c1a net: usb: aqc111: fix error handling of usbnet read calls
333262e5dd8c RISC-V: KVM: lock the correct mp_state during reset
68b69b50dfba netfilter: nft_tunnel: fix geneve_opt dump
4c6fa65ab2ae bpf, sockmap: Avoid using sk_socket after free when sending
9c73afd7f1c9 Bluetooth: MGMT: iterate over mesh commands in mgmt_mesh_foreach()
801677040bb2 vfio/type1: Fix error unwind in migration dirty bitmap allocation
cf008d9a08a7 netfilter: nf_tables: nft_fib_ipv6: fix VRF ipv4/ipv6 result discrepancy
1e8b2048f9e9 wifi: mt76: mt7996: fix RX buffer size of MCU event
800f7e73a679 wifi: mt76: mt7996: set EHT max ampdu length capability
e9f9cef1877a wifi: mt76: mt7915: Fix null-ptr-deref in mt7915_mmio_wed_init()
6c81f1c7812c kernfs: Relax constraint in draining guard
713b9bfa939d scsi: ufs: mcq: Delete ufshcd_release_scsi_cmd() in ufshcd_mcq_abort()
5482ef9875ea wifi: ath9k_htc: Abort software beacon handling if disabled
b5ef128926cd hisi_acc_vfio_pci: bugfix live migration function without VF device driver
5be5cd86d1e9 hisi_acc_vfio_pci: add eq and aeq interruption restore
f0423873e7ae hisi_acc_vfio_pci: fix XQE dma address error
99dbad1b01d3 wifi: ath12k: fix memory leak in ath12k_service_ready_ext_event
4b1cf1f040a0 iommu: remove duplicate selection of DMAR_TABLE
74e18211c2c8 wifi: rtw88: fix the 'para' buffer size to avoid reading out of bounds
f61b8fecec96 s390/bpf: Store backchain even for leaf progs
fbd4d6293b53 clk: qcom: gcc-msm8939: Fix mclk0 & mclk1 for 24 MHz
6d8f39875a10 bpf: Fix WARN() in get_bpf_raw_tp_regs
eb435bc4c74a pinctrl: at91: Fix possible out-of-boundary access
b44672c17ca0 libbpf: Use proper errno value in nlattr
07680e38b78d ktls, sockmap: Fix missing uncharge operation
94ade4147a09 tracing: Fix error handling in event_trigger_parse()
ae015964d7ff tracing: Rename event_trigger_alloc() to trigger_data_alloc()
3f7724fcc193 efi/libstub: Describe missing 'out' parameter in efi_load_initrd
3c1adc2f8c73 clk: bcm: rpi: Add NULL check in raspberrypi_clk_register()
012fd5987309 clk: qcom: gpucc-sm6350: Add *_wait_val values for GDSCs
7c95e4a31fc4 clk: qcom: gcc-sm6350: Add *_wait_val values for GDSCs
f2692b21774d clk: qcom: dispcc-sm6350: Add *_wait_val values for GDSCs
a1383eb9d6c4 clk: qcom: camcc-sm6350: Add *_wait_val values for GDSCs
ac7ab38c271b tracing: Move histogram trigger variables from stack to per CPU structure
c60f57a49619 bpf: Fix uninitialized values in BPF_{CORE,PROBE}_READ
7c4c84cdcc19 RDMA/mlx5: Fix error flow upon firmware failure for RQ destruction
5e4519d8cdd8 netfilter: nft_quota: match correctly when the quota just depleted
585c9ed565c5 netfilter: bridge: Move specific fragmented packet to slow_path instead of dropping it
50bbbd25597d bpf: Allow XDP dev-bound programs to perform XDP_REDIRECT into maps
1066c5a7d083 libbpf: Use proper errno value in linker
1c005c53cf8e f2fs: fix to detect gcing page in f2fs_is_cp_guaranteed()
43cec280496a f2fs: clean up w/ fscrypt_is_bounce_page()
4b88a4dfbea0 bonding: assign random address if device address is same as bond
8fa998b842f2 iommu: Protect against overflow in iommu_pgsize()
cb4b9369463e Use thread-safe function pointer in libbpf_print
79669facfe92 libbpf: Remove sample_period init in perf_buffer
624b4cf6c49c scsi: hisi_sas: Call I_T_nexus after soft reset for SATA disk
5edd80d4b9c8 RDMA/hns: Include hnae3.h in hns_roce_hw_v2.h
be049199dec9 wifi: ath12k: fix node corruption in ar->arvifs list
c9c9107ffa0e wifi: ath12k: Add MSDU length validation for TKIP MIC error
f76f399004c6 wifi: rtw88: do not ignore hardware read error during DPK
7b63e52a8bab wifi: rtw88: sdio: call rtw_sdio_indicate_tx_status unconditionally
446fcc230d9f wifi: rtw88: sdio: map mgmt frames to queue TX_DESC_QSEL_MGMT
6aa81fc0d67a xfrm: Use xdo.dev instead of xdo.real_dev
18eb7b5f1e51 libbpf: Fix buffer overflow in bpf_object__init_prog
0e9c13ed852e net: ncsi: Fix GCPS 64-bit member variables
a39cc43efc1b f2fs: fix to do sanity check on sbi->total_valid_block_count
a93db61dfa92 wifi: ath12k: Fix WMI tag for EHT rate in peer assoc
db1d15a26f21 bpf, sockmap: Fix panic when calling skb_linearize
34837ae8cded bpf, sockmap: fix duplicated data transmission
2e36a81d388e bpf: fix ktls panic with sockmap
7c969106a8ba selftests/bpf: Fix bpf_nf selftest failure
b524baecb01b IB/cm: use rwlock for MAD agent lock
f50ba7e7b607 wifi: ath11k: fix node corruption in ar->arvifs list
3d6e3849b691 xen/x86: fix initial memory balloon target
7810600b06cb drm/mediatek: mtk_drm_drv: Unbind secondary mmsys components on err
a2502fd0fa9f drm/mediatek: Fix kobject put for component sub-drivers
8126855798b0 drm/mediatek: mtk_drm_drv: Fix kobject put for mtk_mutex device ptr
77511c2d2d1c perf/amlogic: Replace smp_processor_id() with raw_smp_processor_id() in meson_ddr_pmu_create()
ee96502062ec scsi: qedf: Use designated initializer for struct qed_fcoe_cb_ops
e500dff1e4e5 arm64/fpsimd: Do not discard modified SVE state
99d4011a0a32 firmware: SDEI: Allow sdei initialization without ACPI_APEI_GHES
3215e000eff6 drm/tegra: rgb: Fix the unbound reference count
01f73e104288 drm/vkms: Adjust vkms_state->active_planes allocation type
4715d2959d3b drm: rcar-du: Fix memory leak in rcar_du_vsps_init()
5e99bcff7cb5 selftests/seccomp: fix syscall_restart test for arm compat
cf08a1cba004 arm64: Support ARM64_VA_BITS=52 when setting ARCH_MMAP_RND_BITS_MAX
0052f10c25e4 firmware: psci: Fix refcount leak in psci_dt_init
569829f8fde0 m68k: mac: Fix macintosh_config for Mac II
428d865fec68 watchdog: exar: Shorten identity name to fit correctly
701340a25b1a fs/ntfs3: handle hdr_first_de() return value
94be75619e8c drm/bridge: lt9611uxc: Fix an error handling path in lt9611uxc_probe()
2f6e645ce64e arm64/fpsimd: Fix merging of FPSIMD state during signal return
43be952e8854 arm64/fpsimd: Discard stale CPU state when handling SME traps
8bf6491dab8c arm64/fpsimd: Avoid RES0 bits in the SME trap handler
0d271c53009a media: rkvdec: Fix frame size enumeration
cdf7e1ff99ab drm/amd/pp: Fix potential NULL pointer dereference in atomctrl_initialize_mc_reg_table
079cc1fa46e0 drm/vc4: tests: Use return instead of assert
83cc36371af8 drm/vmwgfx: Add seqno waiter for sync_files
8b263e8ab2d3 ASoC: apple: mca: Constrain channels according to TDM mask
42f7dd4bf5e0 spi: sh-msiof: Fix maximum DMA transfer size
5174ac310ae7 ACPI: OSI: Stop advertising support for "3.0 _SCP Extensions"
fca08cfadd45 PM: sleep: Print PM debug messages during hibernation
aa7b90057bc3 x86/mtrr: Check if fixed-range MTRRs exist in mtrr_save_fixed_ranges()
2b5459380613 PM: wakeup: Delete space in the end of string shown by pm_show_wakelocks()
5b71469d77fd ASoC: SOF: ipc4-pcm: Adjust pipeline_list->pipelines allocation type
d46af758f63d power: reset: at91-reset: Optimize at91_reset()
c6c142267952 spi: tegra210-quad: modify chip select (CS) deactivation
41de2c9e30b7 spi: tegra210-quad: remove redundant error handling code
04034d43e9b6 spi: tegra210-quad: Fix X1_X2_X4 encoding and support x4 transfers
3ff2422442de EDAC/{skx_common,i10nm}: Fix the loss of saved RRL for HBM pseudo channel 0
3f5d06590009 EDAC/skx_common: Fix general protection fault
4191b7669e00 ASoC: tas2764: Enable main IRQs
8b94e19adae3 ACPICA: exserial: don't forget to handle FFixedHW opregions for reading
f6941e72d352 kunit: Fix wrong parameter to kunit_deactivate_static_stub()
5810e9d402c4 crypto: sun8i-ce - move fallback ahash_request to the end of the struct
04a39a3c7d37 crypto: xts - Only add ecb if it is not already there
ba2af6855c4d crypto: lrw - Only add ecb if it is not already there
ec91ab135cf0 rcu/cpu_stall_cputime: fix the hardirq count for x86 architecture
402fd6a6fe57 btrfs: scrub: fix a wrong error type when metadata bytenr mismatches
7cfb9086b6d3 btrfs: scrub: update device stats when an error is detected
3cf4d9cae435 crypto: marvell/cesa - Avoid empty transfer descriptor
5e9666ac8b94 crypto: marvell/cesa - Handle zero-length skcipher requests
62af7780054f x86/cpu: Sanitize CPUID(0x80000000) output
ce167ff4cd17 x86/microcode/AMD: Do not return error when microcode update is not necessary
4fb22310892c powerpc/crash: Fix non-smp kexec preparation
fdc39b3ad8a7 powerpc: do not build ppc_save_regs.o always
cb1e26f53e59 crypto: sun8i-ss - do not use sg_dma_len before calling DMA functions
c62b79c1c513 crypto: sun8i-ce-cipher - fix error handling in sun8i_ce_cipher_prepare()
6ce08b3ba52c perf/core: Fix broken throttling when max_samples_per_tick=1
eec0dd17db02 gfs2: gfs2_create_inode error handling fix
76c7b1407a7a crypto: sun8i-ce-hash - fix error handling in sun8i_ce_hash_run()
5dea6398f2dd x86/idle: Remove MFENCEs for X86_BUG_CLFLUSH_MONITOR in mwait_idle_with_hints() and prefer_mwait_c1_over_halt()
cc5cd8a1719e tools/x86/kcpuid: Fix error handling
e9019e2214fa Revert "drm/amd/display: more liberal vmin/vmax update for freesync"
9f837b359d1c dt-bindings: phy: imx8mq-usb: fix fsl,phy-tx-vboost-level-microvolt property
68c504243737 dt-bindings: usb: cypress,hx3: Add support for all variants
5a057f261539 thunderbolt: Do not double dequeue a configuration request
259e4d6e10cd usb: usbtmc: Fix timeout value in get_stb
3258d7ff8ebf serial: jsm: fix NPE during jsm_uart_port_init
e2e38c5211b1 Bluetooth: hci_qca: move the SoC type check to the right place
b63f23fb0ad2 usb: typec: ucsi: fix Clang -Wsign-conversion warning
5ec1200da929 USB: serial: pl2303: add new chip PL2303GC-Q20 and PL2303GT-2AB
ff835ab115f0 usb: storage: Ignore UAS driver for SanDisk 3.2 Gen2 storage device
73c50fa3ff02 usb: quirks: Add NO_LPM quirk for SanDisk Extreme 55AE
32a5f643ce54 rtc: Fix offset calculation for .start_secs < 0
b836d94be852 rtc: Make rtc_time64_to_tm() support dates before 1970
dbd568a30597 acpi-cpufreq: Fix nominal_freq units to KHz in get_max_boost_ratio()
39ed85ae485d pinctrl: armada-37xx: set GPIO output value before setting direction
8f0f45a31215 pinctrl: armada-37xx: use correct OUTPUT_VAL register for GPIOs > 31
4afa9d57ed5e tracing: Fix compilation warning on arm32
(From OE-Core rev: e92b90ade0b0c3bbb4e2a9d29c7b85e32a161279)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
|