summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* tune-cortexr52: Remove aarch64 for ARM Cortex-R52Sandeep Gundlupet Raju2025-06-201-3/+2
| | | | | | | | | | | Remove aarch64 for ARM Cortex-R52 processor as it supports only 32-bit ISA but not 64-bit ISA. Also update ARMPKGARCH for cortexr52hf. (From OE-Core rev: 8ee21ec40e9f25ee97ec077b93751fea14b66e32) Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Sandeep Gundlupet Raju <grsandeep85@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* gcc: Upgrade to GCC 13.4Deepesh Varatharajan2025-06-2014-668/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a bugfix release in GCC13 release series 100+ bugfixes https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=13.4 Dropped the following patches: 0028-gcc-Fix-c-tweak-for-Wrange-loop-construct.patch https://github.com/gcc-mirror/gcc/commit/179dc0f0fe01012675c1b430591b9891ce96c26e gcc.git-ab884fffe3fc82a710bea66ad651720d71c938b8.patch https://github.com/gcc-mirror/gcc/commit/5ceea2ac106d6dd1aa8175670b15a801316cf1c9 #GCC 13.3 #GCC 13.4 #Diff No. of expected passes            148863 149440 +577 No. of unexpected failures        14 14 0 No. of expected failures          1415 1414 -1 No. of unresolved testcases       25384 25660 +276 No. of unsupported tests          2692 2689 -3 (From OE-Core rev: 7af83314fea5948937403b5d59ba5df6fecdd81a) Signed-off-by: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* scripts/install-buildtools: Update to 5.0.10Aleksandar Nikolic2025-06-201-2/+2
| | | | | | | | | Update to the 5.0.10 release of the 5.0.10 series for buildtools (From OE-Core rev: 6c3344ba51a42252e347db2f6013c49d35413ea0) Signed-off-by: Aleksandar Nikolic <aleksandar.nikolic@zeiss.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* python3-requests: upgrade 2.32.3 -> 2.32.4Jiaying Song2025-06-201-1/+1
| | | | | | | | | | Changelog: https://requests.readthedocs.io/en/latest/community/updates/#release-history (From OE-Core rev: 0f0a06ccef45792f65b823ecc0ef10525d94084f) Signed-off-by: Jiaying Song <jiaying.song.cn@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* ffmpeg: fix CVE-2025-1373Colin Pinnell McAllister2025-06-201-0/+4
| | | | | | | | | | CVE-2025-1373 does not appear to affect ffmpeg 5.0.3. The CVE has been marked as "fixed-version". (From OE-Core rev: 0ffe159d9a4ee434b4c995e1ca9a85b01e0a5d05) Signed-off-by: Colin Pinnell McAllister <colin.mcallister@garmin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* net-tools: patch CVE-2025-46836Peter Marko2025-06-203-0/+124
| | | | | | | | | Backport patch for this CVE and also patch for its regression. (From OE-Core rev: 352525443b1844cdfd28355dfc1444046bbb76e8) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* testimage: get real os-release filePeter Marko2025-06-131-1/+3
| | | | | | | | | | | | | | | | | | | /etc/os-release is a symlink to /usr/lib. Symlink is retrieved as a dead link which points to nowhere if also the original file is not accompanying it. Fetch the real file in addition to this link. Alternative could be to use "tar -h" (supported also by busybox tar), however that could lose some important information if links are relevant for failure analysis. (From OE-Core rev: ed43f9ccb3c08845259e24440912631afd780d12) (From OE-Core rev: f7ee6db8ca5dc72b7a468531e31403b60e6a0020) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* gtk+: add missing libdrm dependencyAndrew Fernandes2025-06-131-0/+1
| | | | | | | | | | | | | | Fixes [YOCTO #15513] When built without the wayland feature, gtk4 does not build due to a missing explicit dependency on libdrm. (From OE-Core rev: 46c7f1a8d6b39256479abd8a7bb7be1ccf221267) Signed-off-by: Andrew Fernandes <andrew@fernandes.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit b32290d9bbcfccc9b85fa5acbeaee5d32d9a9091) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* python3: upgrade 3.12.9 -> 3.12.11Peter Marko2025-06-139-64/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop upstreamed patch and refresh remaining patches. * https://www.python.org/downloads/release/python-31210/ Python 3.12.10 is the latest maintenance release of Python 3.12, and the last full maintenance release. Subsequent releases of 3.12 will be security-fixes only. * https://www.python.org/downloads/release/python-31211/ Security content in this release * gh-135034: [CVE 2024-12718] [CVE 2025-4138] [CVE 2025-4330] [CVE 2025-4435] [CVE 2025-4517] Fixes multiple issues that allowed tarfile extraction filters (filter="data" and filter="tar") to be bypassed using crafted symlinks and hard links. * gh-133767: Fix use-after-free in the “unicode-escape” decoder with a non-“strict” error handler. * gh-128840: Short-circuit the processing of long IPv6 addresses early in ipaddress to prevent excessive memory consumption and a minor denial-of-service. gh-133767 got meawhile CVE-2025-4516 assigned. (From OE-Core rev: 6cca08b2857efd5481e837ecd6bb295cb8a99ee1) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* kea: upgrade 2.4.1 -> 2.4.2Vijay Anusuri2025-06-131-2/+2
| | | | | | | | | | | | | | Changelog https://downloads.isc.org/isc/kea/2.4.2/Kea-2.4.2-ReleaseNotes.txt License-Update: Update copyright year Includes security fixes for CVE-2025-32801, CVE-2025-32802 and CVE-2025-32803 (From OE-Core rev: 2f3d2a2848472bdf87fbce00967bc780fc859e05) Signed-off-by: Vijay Anusuri <vanusuri@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* libsoup: fix CVE-2025-2784Changqing Li2025-06-132-0/+138
| | | | | | | | | | Refer: https://gitlab.gnome.org/GNOME/libsoup/-/issues/422 (From OE-Core rev: 504d92b01ac9a227e8e57b677f016fdfeccd5666) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* libsoup-2.4: fix CVE-2025-2784Changqing Li2025-06-132-0/+57
| | | | | | | | | | Refer: https://gitlab.gnome.org/GNOME/libsoup/-/issues/422 (From OE-Core rev: 9c014c1b96f4ebeb0f6f504b6c7c0d8063b6a6b7) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* libsoup-2.4: fix CVE-2025-4476Changqing Li2025-06-132-0/+39
| | | | | | | | | | Refer: https://gitlab.gnome.org/GNOME/libsoup/-/issues/440 (From OE-Core rev: ebb87904c97f4b27a023b2347622519c702d4d2d) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* libsoup: fix CVE-2025-4948Changqing Li2025-06-132-0/+98
| | | | | | | | | | Refer: https://gitlab.gnome.org/GNOME/libsoup/-/issues/449 (From OE-Core rev: 737d50288a37f51f17cf3fef0422e27dbd115cce) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* libsoup-2.4: fix CVE-2025-4948Changqing Li2025-06-132-0/+39
| | | | | | | | | | Refer: http://gitlab.gnome.org/GNOME/libsoup/-/issues/449 (From OE-Core rev: b4fb5cd0d3385989842ad5a84d34cf451679c59a) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* libsoup: fix CVE-2025-46421Changqing Li2025-06-132-0/+140
| | | | | | | | | | Refer: https://gitlab.gnome.org/GNOME/libsoup/-/issues/439 (From OE-Core rev: f1450eea34202a9cc46294e3d8244c829556c369) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* libsoup-2.4: fix CVE-2025-46421Changqing Li2025-06-132-0/+48
| | | | | | | | | | Refer: https://gitlab.gnome.org/GNOME/libsoup/-/issues/439 (From OE-Core rev: 9e32f4fd761b591ea2f5ce26381135e9a8db94ce) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* libsoup: fix CVE-2025-32050Changqing Li2025-06-132-0/+30
| | | | | | | | | | Refer: https://gitlab.gnome.org/GNOME/libsoup/-/issues/424 (From OE-Core rev: 563a34faae35e4587fe2740c26c4bc149555a5de) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* libsoup-2.4: fix CVE-2025-32050Changqing Li2025-06-132-0/+30
| | | | | | | | | | Refer: https://gitlab.gnome.org/GNOME/libsoup/-/issues/424 (From OE-Core rev: d16627901125854f5346711e96d635c704438705) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* libsoup: fix CVE-2025-32051Changqing Li2025-06-133-0/+88
| | | | | | | | | | Refer: https://gitlab.gnome.org/GNOME/libsoup/-/issues/401 (From OE-Core rev: dd92cad39759b7ad105d8bcd42672847a273bccc) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* libsoup: fix CVE-2025-32052Changqing Li2025-06-132-0/+32
| | | | | | | | | | Refer: https://gitlab.gnome.org/GNOME/libsoup/-/issues/425 (From OE-Core rev: 9a8a5072969a326e296d840296cb475fb3c0e2ff) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* libsoup-2.4: fix CVE-2025-32052Changqing Li2025-06-132-0/+33
| | | | | | | | | | Refer: https://gitlab.gnome.org/GNOME/libsoup/-/issues/425 (From OE-Core rev: f3890f25cc036fd184578d7b85e6410ee97dc3ad) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* docs: conf.py: silence SyntaxWarning on js_splitter_codeQuentin Schulz2025-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | | The js_splitter_code string contains backslashes that Python tries to use as escape sequence but doesn't manage to, hence the following SyntaxWarning message: documentation/conf.py:188: SyntaxWarning: invalid escape sequence '\p' .split(/[^\p{Letter}\p{Number}_\p{Emoji_Presentation}-]+/gu) Considering that we want this to be sent verbatim to the JS, let's make this a raw string instead. Fixes: d4a98ee19e0c ("conf.py: tweak SearchEnglish to be hyphen-friendly") (From yocto-docs rev: 6f424ed4ce749a135be3145a2e9d04030fdbda39) Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit c1056672ef45b197136eb8815728d426337a5901) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* docs: README: specify how to contribute instead of pointing at another fileQuentin Schulz2025-06-111-2/+19
| | | | | | | | | | | | | | | | | | | This repository is partially included in another repository: poky. However its README isn't making it, so documentation/README pointing at the README at the root of the git repository would lead the contributor nowhere. Instead, let's include the appropriate information directly in documentation/README which does make it to the poky git repo. (From yocto-docs rev: 01f1595d87dfb759071198d64c9a62fb00a48545) Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit 0298318cea2947e65754eab97255164e64a862de) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* ref-manual: clarify KCONFIG_MODE default behaviourCarlos Sánchez de La Lama2025-06-111-9/+2
| | | | | | | | | | | | | KCONFIG_MODE defaults to 'allnoconfig' when not set, regardless of whether KBUILD_DEFCONFIG points to an in-tree or a meta-layer defconfig. (From yocto-docs rev: c9bceea147c807b942ce6bcf085a31d9388ecc79) Signed-off-by: Carlos Sánchez de La Lama <csanchezdll@gmail.com> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit f374b9c426f6c10710e011a4ad660231ee26efb8) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* Clean up explanation of minimum required version numbersRobert P. J. Day2025-06-111-2/+2
| | | | | | | | | | | | | Some simple rendering and grammar fixes. (From yocto-docs rev: 649a440c4f4ed9f2020622c10603489e7b9b27b6) Signed-off-by: "Robert P. J. Day" <rpjday@crashcourse.ca> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit 9a9624bfc4c523a6edf6f3f0c336e663cc939e75) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* migration-guides: add release notes for 4.0.27Lee Chee Yang2025-06-112-0/+154
| | | | | | | | | | (From yocto-docs rev: 223504ea6dca3fde55b14d95832bc3935229225c) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit c4748f5079e5193f82afc1b754816edd40ce9254) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* brief-yoctoprojectqs/ref-manual: Switch to new CDNRichard Purdie2025-06-112-2/+2
| | | | | | | | | | | | | | | The project is switching the way handle our CDN provision of sstate objects, update the URL accordingly. (cherry picked from commit 406e8a8e30404c0538f5aa46f211540bae2b206b) (From yocto-docs rev: bede97cfde51823e262e300aa346902d23530490) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* systemd: upgrade 255.18 -> 255.21Guðni Már Gilbert2025-06-1128-33/+33
| | | | | | | | | | | | | | The update includes 79 commits. Full list of changes can be found on Github [1] All patches were refreshed with devtool. [1] https://github.com/systemd/systemd-stable/compare/v255.18...v255.21 (From OE-Core rev: 29e623b2ad00555788412fa520fbb9ffec794cbb) Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* screen: fix CVE-2025-46804Divya Chellam2025-06-112-0/+132
| | | | | | | | | | | | | | | | | | | A minor information leak when running Screen with setuid-root privileges allosw unprivileged users to deduce information about a path that would otherwise not be available. Affected are older Screen versions, as well as version 5.0.0. Reference: https://security-tracker.debian.org/tracker/CVE-2025-46804 Upstream-patch: https://cgit.git.savannah.gnu.org/cgit/screen.git/commit/?id=e0eef5aac453fa98a2664416a56c50ad1d00cb30 (From OE-Core rev: a313af8ca347797214669406ee86f5239997f7e3) Signed-off-by: Divya Chellam <divya.chellam@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* screen: fix CVE-2025-46802Divya Chellam2025-06-112-0/+147
| | | | | | | | | | | | | | | | For a short time they PTY is set to mode 666, allowing any user on the system to connect to the screen session. Reference: https://security-tracker.debian.org/tracker/CVE-2025-46802 Upstream-patch: https://cgit.git.savannah.gnu.org/cgit/screen.git/commit/?id=049b26b22e197ba3be9c46e5c193032e01a4724a (From OE-Core rev: b17e091eb4681b69c5a050d3fa0f9289f524e205) Signed-off-by: Divya Chellam <divya.chellam@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* binutils: Fix CVE-2025-5244Deepesh Varatharajan2025-06-112-0/+26
| | | | | | | | | | | | | PR32858 ld segfault on fuzzed object We missed one place where it is necessary to check for empty groups. Backport a patch from upstream to fix CVE-2025-5244 Upstream-Status: Backport [https://sourceware.org/git/?p=binutils-gdb.git;a=patch;h=d1458933830456e54223d9fc61f0d9b3a19256f5] (From OE-Core rev: 31fc180f606c5bb141c9c6dd85a7b1d876e1d692) Signed-off-by: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* binutils: Fix CVE-2025-5245Deepesh Varatharajan2025-06-112-0/+39
| | | | | | | | | | | | | PR32829, SEGV on objdump function debug_type_samep u.kenum is always non-NULL, see debug_make_enum_type. Backport a patch from upstream to fix CVE-2025-5245 Upstream-Status: Backport [https://sourceware.org/git/?p=binutils-gdb.git;a=patch;h=6c3458a8b7ee7d39f070c7b2350851cb2110c65a] (From OE-Core rev: 8202e66670327b02ec3de18b5af4a8b09abdc50d) Signed-off-by: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* python3-setuptools: Fix CVE-2025-47273Vijay Anusuri2025-06-113-0/+115
| | | | | | | | | | | Upstream-Status: Backport from https://github.com/pypa/setuptools/commit/d8390feaa99091d1ba9626bec0e4ba7072fc507a & https://github.com/pypa/setuptools/commit/250a6d17978f9f6ac3ac887091f2d32886fbbb0b (From OE-Core rev: 9769cd99c32faf7d95a7cab07b8550b438ccaf0c) Signed-off-by: Vijay Anusuri <vanusuri@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* libsoup: fix CVE-2025-32053Changqing Li2025-06-112-0/+41
| | | | | | | | | | Refer: https://gitlab.gnome.org/GNOME/libsoup/-/issues/426 (From OE-Core rev: 7ce73ed9b7125d02abcf8ec34c80270c2e340d55) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* libsoup-2.4: fix CVE-2025-32053Changqing Li2025-06-112-0/+40
| | | | | | | | | | Refer: https://gitlab.gnome.org/GNOME/libsoup/-/issues/426 (From OE-Core rev: d6fba14b2e98928bbf2736494e571389892da6b4) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* libsoup-2.4: fix do_compile failureChangqing Li2025-06-113-135/+24
| | | | | | | | | | | | Remove test code for fixing do_compile failure: ../libsoup-2.74.3/tests/auth-test.c:1554:39: error: unknown type name 'SoupServerMessage'; did you mean 'SoupServerClass'? 1554 | SoupServerMessage *msg, | (From OE-Core rev: f14a6c98e4cbf4ee2a243387b018e29beab3b56a) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* libsoup-2.4: fix CVE-2025-32907Changqing Li2025-06-114-11/+51
| | | | | | | | | | Refer: https://gitlab.gnome.org/GNOME/libsoup/-/issues/428 (From OE-Core rev: de53b2272919b97719e2b7f704154283caebc59f) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* libsoup: fix CVE-2025-32907Changqing Li2025-06-113-0/+270
| | | | | | | | | | Refer: https://gitlab.gnome.org/GNOME/libsoup/-/issues/429 (From OE-Core rev: a729b18103081acf17420cf91ec202e86cc6be0d) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* libsoup: fix CVE-2025-32908Changqing Li2025-06-113-1/+145
| | | | | | | | | | Refer: https://gitlab.gnome.org/GNOME/libsoup/-/issues/429 (From OE-Core rev: ff7440fddf5ada072f60cc25f3670cbb74f58167) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* bitbake: ast: Change deferred inherits to happen per recipeRichard Purdie2025-06-111-9/+11
| | | | | | | | | | | | | | | | | | | | | | | | | Currently deferred inherits get processed once for all class extensions as a minor speed optimisation. Unfortunately this limits our options for being able to report deferred classes to our code. There are two challenges with using our deferred classes in OE at present. One is that PACKAGECONFIG values don't work well with class overrides like class-native if there are deferred classes based on PACKAGECONFIG, such as python support. The second is that toolchain selection is proving problematic to implement due to interactions between the toolchain deferred inherit, the class extensions and class overrides being very late. By changing deferred inherits to be recipe extension specific, we open the way to generate events and "peek" at where things will end up, allowing the class overrides to be set earlier. The class extension code is updated to use a deferred inherit for the class extension inheriting so that it is still inherited last. (Bitbake rev: 139f61fe9eec221745184a14b3618d2dfa650b91) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* bitbake: gcp.py: remove slow calls to gsutil statEtienne Cordonnier2025-06-111-7/+7
| | | | | | | | | | | | | | | | The changes of 1ab1d36c0af6fc58a974106b61ff4d37da6cb229 added calls to "gsutil stat" to avoid unhandled exceptions, however: - in the case of checkstatus() this is redundant with the call to self.gcp_client.bucket(ud.host).blob(path).exists() which already returns True/False and does not throw an exception in case the file does not exist. - Also the call to gsutil stat is much slower than using the python client to call exists() so we should not replace the call to exists() with a call to gsutil stat. - I think the intent of calling check_network_access in checkstatus() was to error-out in case the error is disabled. We can rather change the string "gsutil stat" to something else to make the code more readable. - add a try/except block in download() instead of the extra call to gsutil [RP: Tweak to avoid import until needed so google module isn't required for everyone] (Bitbake rev: 59df5390381792aba4f3f5185000adf5109267fb) Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* local.conf.sample: Switch to new CDNRichard Purdie2025-06-051-4/+1
| | | | | | | | | | | The project is switching the way handle our CDN provision of sstate objects, update the URL accordingly. (From meta-yocto rev: 7633f51d53f535728fe035fa866416d2e5ba6a9c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit e5b8e76ba8232860943406e1c53e71b3d2790f17) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* sstatetests: Switch to new CDNRichard Purdie2025-06-051-1/+1
| | | | | | | | | | | The project is switching the way handle our CDN provision of sstate objects, update the URL accordingly. (From OE-Core rev: d1b64f190c1686f081f5ba2c4f2b320048f6a514) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit fea96974f1ee6ae6dceb39e3ca8157797d81586c) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* nfs-utils: don't use signals to shut down nfs server.NeilBrown2025-06-051-24/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since Linux v2.4 it has been possible to stop all NFS server by running rpc.nfsd 0 i.e. by requesting that zero threads be running. This is preferred as it doesn't risk killing some other process which happens to be called "nfsd". Since Linux v6.6 - and other stable kernels to which Commit: 390390240145 ("nfsd: don't allow nfsd threads to be signalled.") has been backported - sending a signal no longer works to stop nfs server threads. This patch changes the nfsserver script to use "rpc.nfsd 0" to stop server threads. (From OE-Core rev: 01fca40ba44070891518d4126a34d7c9c0939f6d) Signed-off-by: NeilBrown <neil@brown.name> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 7b09ad289a36) Signed-off-by: Haixiao Yan <haixiao.yan.cn@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* ghostscript: upgrade 10.05.0 -> 10.05.1Wang Mingyu2025-06-051-1/+1
| | | | | | | | | (From OE-Core rev: 1d9be1505462822a2b75a1136a27d25b262b1feb) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit cc9ba7005fb155f4d5f2be9b23c12d14362a306b) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* linux-yocto/6.6: update to v6.6.92Bruce Ashfield2025-06-053-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating linux-yocto/6.6 to the latest korg -stable release that comprises the following commits: ffaf6178137b Linux 6.6.92 35559ebcdc89 drm/amdgpu: fix pm notifier handling c1d42a239be5 phy: tegra: xusb: remove a stray unlock 3cfec712a439 btrfs: don't BUG_ON() when 0 reference count at btrfs_lookup_extent_info() b3598f53211b sctp: add mutual exclusion in proc_sctp_do_udp_port() 93df6da64b00 hwpoison, memory_hotplug: lock folio before unmap hwpoisoned folio 7bcd29181bab memblock: Accept allocated memory before use in memblock_double_array() 6133444518b7 LoongArch: Explicitly specify code model in Makefile f521c2a0c0c4 bpf, arm64: Fix address emission with tag-based KASAN enabled d9664e6ff040 bpf, arm64: Fix trampoline for BPF_TRAMP_F_CALL_ORIG bfc26aa3ab4c mm/migrate: correct nr_failed in migrate_pages_sync() 62798e3291f5 selftests/mm: compaction_test: support platform with huge mount of memory 962ce9028ca6 usb: typec: ucsi: displayport: Fix deadlock a0a736d9857c Bluetooth: btnxpuart: Fix kernel panic during FW release 98fdd2f612e9 mm/page_alloc: fix race condition in unaccepted memory handling e24073cd8f16 x86/its: Fix build error for its_static_thunk() d530dd65f6f3 dmaengine: idxd: Refactor remove call with idxd_cleanup() helper a6cce316327c dmaengine: idxd: fix memory leak in error handling path of idxd_pci_probe 6e94a2c3e4c1 dmaengine: idxd: fix memory leak in error handling path of idxd_alloc d2d05fd0fc95 dmaengine: idxd: Add missing idxd cleanup to fix memory leak in remove call 32ec46adf1a6 dmaengine: idxd: Add missing cleanups in cleanup internals 404aad9b0c6f dmaengine: idxd: Add missing cleanup for early error out in idxd_setup_internals 6ab9526e32ac dmaengine: idxd: fix memory leak in error handling path of idxd_setup_groups 9ba964b17fca dmaengine: idxd: fix memory leak in error handling path of idxd_setup_engines 47846211998a dmaengine: idxd: fix memory leak in error handling path of idxd_setup_wqs 1c9e4ed01117 dmaengine: ti: k3-udma: Use cap_mask directly from dma_device structure instead of a local copy d87f1cddc592 dmaengine: ti: k3-udma: Add missing locking 5340d0e84d5c net: qede: Initialize qede_ll_ops with designated initializer 5e700b06b970 wifi: mt76: disable napi on driver removal 55018ca1cc7a spi: tegra114: Use value to check for invalid delays d8843fb1a253 smb: client: fix memory leak during error handling for POSIX mkdir c682a193447a scsi: sd_zbc: block: Respect bio vector limits for REPORT ZONES buffer a1546ec7e049 phy: renesas: rcar-gen3-usb2: Set timing registers only once 99fc6f1c371e phy: renesas: rcar-gen3-usb2: Fix role detection on unbind/bind 2b169aa46f97 phy: Fix error handling in tegra_xusb_port_init ba25131b3c1c phy: tegra: xusb: Use a bitmask for UTMI pad power state tracking b1627af84e1e tracing: samples: Initialize trace_array_printk() with the correct function 9d1216bf4910 ftrace: Fix preemption accounting for stacktrace filter command fa75d941b104 ftrace: Fix preemption accounting for stacktrace trigger command 6d2d37520545 Drivers: hv: vmbus: Remove vmbus_sendpacket_pagebuffer() c0f3f0c88f16 Drivers: hv: Allow vmbus_sendpacket_mpb_desc() to create multiple ranges 115c7890476e hv_netvsc: Remove rmsg_pgcnt 307963a3abf8 hv_netvsc: Preserve contiguous PFN grouping in the page buffer array da5d5bc3ad3d hv_netvsc: Use vmbus_sendpacket_mpb_desc() to send VMBus messages c9d2b9a80d06 dma-buf: insert memory barrier before updating num_fences fc8fa09d40de ALSA: usb-audio: Add sample rate quirk for Microdia JP001 USB Camera 46b33b97252d ALSA: usb-audio: Add sample rate quirk for Audioengine D1 2759938c4a37 ALSA: es1968: Add error handling for snd_pcm_hw_constraint_pow2() 124522cc6b61 ACPI: PPTT: Fix processor subtable walk 6456c818dc53 drm/amd/display: Avoid flooding unnecessary info messages 43b35d404f6d drm/amd/display: Correct the reply value when AUX write incomplete 34439d470ba0 LoongArch: uprobes: Remove redundant code about resume_era 840663825ef6 LoongArch: uprobes: Remove user_{en,dis}able_single_step() ad1e441016e0 LoongArch: Fix MAX_REG_OFFSET calculation e89bd983f3cd LoongArch: Save and restore CSR.CNTC for hibernation f4c0a7999fb5 LoongArch: Prevent cond_resched() occurring within kernel-fpu 7722fba9f3bf udf: Make sure i_lenExtents is uptodate on inode eviction a0302cb13918 dmaengine: Revert "dmaengine: dmatest: Fix dmatest waiting less when interrupted" e1b755c0d876 NFSv4/pnfs: Reset the layout state after a layoutreturn c1dd9ccc0f0c tsnep: fix timestamping with a stacked DSA driver 0980e62ab822 tsnep: Inline small fragments within TX descriptor 406d05da2683 net/tls: fix kernel panic when alloc_page failed f1ecccb5cdda mlxsw: spectrum_router: Fix use-after-free when deleting GRE net devices fde33ab3c052 wifi: mac80211: Set n_channels after allocating struct cfg80211_scan_request 72ee7af61570 octeontx2-af: Fix CGX Receive counters 398989c7800e net: ethernet: mtk_eth_soc: fix typo for declaration MT7988 ESW capability 03c42d35c329 octeontx2-pf: macsec: Fix incorrect max transmit size in TX secy 7bddac8603d4 regulator: max20086: fix invalid memory access 9c2d0899c680 qlcnic: fix memory leak in qlcnic_sriov_channel_cfg_cmd() b48a47e137ce net/mlx5e: Disable MACsec offload for uplink representor profile 4a7d4031fab5 ALSA: sh: SND_AICA should depend on SH_DMA_API c70c021be025 nvme-pci: acquire cq_poll_lock in nvme_poll_irqdisable 64638f3103d0 nvme-pci: make nvme_pci_npages_prp() __always_inline cbe3f0445181 net: dsa: sja1105: discard incoming frames in BR_STATE_LISTENING 1d60c0781c1b net: cadence: macb: Fix a possible deadlock in macb_halt_tx. 4e132f56bc64 ALSA: ump: Fix a typo of snd_ump_stream_msg_device_info 8a8dc7fd1e3b ALSA: seq: Fix delivery of UMP events to group ports e4d8a517324c net: mctp: Ensure keys maintain only one ref to corresponding dev acab78ae12c7 net: mctp: Don't access ifa_index when missing 2d45eeb7d5d7 mctp: no longer rely on net->dev_index_head[] 7777ca11a40b tools/net/ynl: ethtool: fix crash when Hardware Clock info is missing 95a9e08ea5bb tools: ynl: ethtool.py: Output timestamping statistics from tsinfo-get operation a7d6e0ac0a88 net_sched: Flush gso_skb list too during ->change() 31492b8386e5 Bluetooth: MGMT: Fix MGMT_OP_ADD_DEVICE invalid device flags b8084e8135af spi: loopback-test: Do not split 1024-byte hexdumps a6879a076b98 nfs: handle failure of nfs_get_lock_context in unlock path ad6caaf29bc2 HID: uclogic: Add NULL check in uclogic_input_configured() 4715f16b1e43 HID: thrustmaster: fix memory leak in thrustmaster_interrupts() ee4c5a2a3859 RDMA/rxe: Fix slab-use-after-free Read in rxe_queue_cleanup bug 99173e6f28e4 iio: chemical: sps30: use aligned_s64 for timestamp 02023c289903 iio: adc: ad7768-1: Fix insufficient alignment of timestamp. 41ade94ad443 Revert "drm/amd: Stop evicting resources on APUs in suspend" c1a4d21a1547 drm/amd: Add Suspend/Hibernate notification callback support d59f45595102 drm/amdgpu: trigger flr_work if reading pf2vf data failed 9a6d2e19448e drm/amdgpu: Fix the runtime resume failure issue 95db39dbaa8c drm/amd: Stop evicting resources on APUs in suspend 220192d5141a iio: adc: ad7266: Fix potential timestamp alignment issue. ec24e62a1dd3 KVM: SVM: Forcibly leave SMM mode on SHUTDOWN interception 635b3cc639b8 KVM: SVM: Update SEV-ES shutdown intercepts with more metadata 2402a3ef9e8c firmware: arm_scmi: Fix timeout checks on polling path b38812942556 firmware: arm_scmi: Track basic SCMI communication debug metrics 0b175f7c4fe9 firmware: arm_scmi: Add support for debug metrics at the interface 844b899f7899 firmware: arm_scmi: Add message dump traces for bad and unexpected replies 6bddbdbeb748 firmware: arm_scmi: Add helper to trace bad messages 7ea1913daafc tpm: tis: Double the timeout B to 4s 70417bada46d tracing: probes: Fix a possible race in trace_probe_log APIs 4e63b6907d07 cgroup/cpuset: Extend kthread_is_per_cpu() check to all PF_NO_SETAFFINITY tasks 44a4c0dba8c3 platform/x86: asus-wmi: Fix wlan_ctrl_by_user detection 6b92eee6b96d platform/x86/amd/pmc: Declare quirk_spurious_8042 for MECHREVO Wujie 14XA (GX4HRXL) bfe0dd3b7329 binfmt_elf: Move brk for static PIE even if ASLR disabled 622b7267d787 binfmt_elf: Honor PT_LOAD alignment for static PIE d9c175875610 binfmt_elf: Calculate total_size earlier d3642f29f549 selftests/exec: Build both static and non-static load_address tests 7435fa1c530d binfmt_elf: Leave a gap between .bss and brk 0d6a2bada5d9 selftests/exec: load_address: conform test to TAP format output fe7eb1f32a85 binfmt_elf: elf_bss no longer used by load_elf_binary() c6df4c71ae1c binfmt_elf: Support segments with 0 filesz and misaligned starts 11689bb0f7a6 fs/xattr.c: fix simple_xattr_list to always include security.* xattrs 6a5b2ed82152 ARM: dts: am335x-bone-common: Increase MDIO reset deassert time ceb5fadbf450 Revert "v6.6 -stable -rt merge fixup" 1c2962a164ff v6.6 -stable -rt merge fixup 18abb2787b53 x86/syscall: Mark exit[_group] syscall handlers __noreturn 2879d995e569 pnmtologo: sync with 6.6 43ea1c5e6eb3 lib/build_OID_registry: take -stable reproducibility changes 35046aea43c8 bpftool: Fix undefined bpf macro for unix socket 9a558d4b8621 tools/resolve_btfids: Fix comparison of distinct pointer types warning in resolve_btfids 42b2eec2e503 bpftool: Query only cgroup-related attach types f71bb11887ba cpu/amd: inhibit SMP check for qemux86 c31365597a17 powerpc/uaccess: Fix build errors seen with GCC 13/14 64ebf485c56b usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock 7c76aad68f6d kselftest: Add a ksft_perror() helper 06644f0d7193 drm/tilcdc: Set preferred depth ff7ae7b32324 crypto: jitter - add RCT/APT support for different OSRs 50cd24ddb6f0 arm64: defconfig: remove CONFIG_IPQ_APSS_5018 58e5c91d6701 x86/alternatives: Disable interrupts and sync when optimizing NOPs in place c878fd2d4c79 x86/alternatives: Sync core before enabling interrupts c2d64b9f52b6 qemux86: add configuration symbol to select values 630c33229e6d sched/isolation: really align nohz_full with rcu_nocbs 0e5e0f68e2e6 clear_warn_once: add a clear_warn_once= boot parameter 46934791b902 clear_warn_once: bind a timer to written reset value cdee9e38ff32 clear_warn_once: expand debugfs to include read support 82b562b81841 tools: Remove some options from CLANG_CROSS_FLAGS 36dc380b776b libbpf: Fix build warning on ref_ctr_off 9e3e1fe20982 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel. e497a4a5da65 perf: x86-32: explicitly include <errno.h> 7b57ddd89565 perf: mips64: Convert __u64 to unsigned long long 1cfc19423dc7 perf: fix bench numa compilation 98bc2815fade perf: add SLANG_INC for slang.h 17209a70b9b3 perf: add sgidefs.h to for mips builds 9cd4258d910a perf: change --root to --prefix for python install 8110a4f26628 perf: add 'libperl not found' warning bc89d5e08f77 perf: force include of <stdbool.h> 4f6c760cc876 fat: Replace prandom_u32() with get_random_u32() bc53117b12b2 fat: don't use obsolete random32 call in namei_vfat 30b2236ab378 FAT: Added FAT_NO_83NAME cef98d22b4ed FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option 0bbd7daba9e1 FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option 5883fc340084 aufs6: adapt to v6.6 i_op->ctime changes c4342d979bf2 aufs6: fix magic.mk include path 35266bc2dc81 aufs6: adapt to v6.6 8edede4e98be aufs6: core 712248233ebe aufs6: standalone 3b71a8a848d8 aufs6: mmap 3e2924871f37 aufs6: base 7f4907a93101 aufs6: kbuild d2f7b03e4aa7 yaffs2: update VFS ctime operations to 6.6+ bcd6cfcd1aa0 yaffs2: v6.5 fixups cc615704b5f5 yaffs2: Fix miscalculation of devname buffer length 8ef2e22dcf91 yaffs2: convert user_namespace to mnt_idmap c9c749f9f7d3 yaffs2: replace bdevname call with sprintf 395b01cdc39d yaffs2: convert read_page -> readfolio d98b07e43ba6 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL 613c6d50fdbe yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name 622c4648936f yaffs2: v5.12+ build fixups (not runtime tested) 7562133d4090 yaffs: include blkdev.h dbd44252cd59 yaffs: fix misplaced variable declaration c223a10b1ac0 yaffs2: v5.6 build fixups 90f6007cfbf4 yaffs2: fix memory leak when /proc/yaffs is read 37ee169c5ea1 yaffs: add strict check when call yaffs_internal_read_super b6e007b8abb6 yaffs: repair yaffs_get_mtd_device fb98f65a466a yaffs: Fix build failure by handling inode i_version with proper atomic API 51e0aac75ea2 yaffs2: fix memory leak in mount/umount 2b74a0cae7b0 yaffs: Avoid setting any ACL releated xattr ff4130a9c376 Yaffs:check oob size before auto selecting Yaffs1 ba95b409c67c fs: yaffs2: replace CURRENT_TIME by other appropriate apis 8fa35eba9056 yaffs2: adjust to proper location of MS_RDONLY 1eb5deaad8c4 yaffs2: import git revision b4ce1bb (jan, 2020) 4dce67c1e8c8 initramfs: allow an optional wrapper script around initramfs generation 2f603d83fcc4 pnmtologo: use relocatable file name 664a6a0a484b tools: use basename to identify file in gen-mach-types 9de64bc0c185 lib/build_OID_registry: fix reproducibility issues ae9b80797295 vt/conmakehash: improve reproducibility a972323151bd iwlwifi: select MAC80211_LEDS conditionally 15d2adcc0198 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119) 5556a6c04b19 arm64/perf: Fix wrong cast that may cause wrong truncation 5552dc768ffc defconfigs: drop obselete options 00fe4152df31 arm64/perf: fix backtrace for AAPCS with FP enabled 3888d0652edf linux-yocto: Handle /bin/awk issues 3d55d299f23a uvesafb: provide option to specify timeout for task completion 23c068c080be uvesafb: print error message when task timeout occurs edbfc939266e compiler.h: Undef before redefining __attribute_const__ c99ae7e2a19a vmware: include jiffies.h 572d84d928c8 Resolve jiffies wrapping about arp fdcd47cac843 nfs: Allow default io size to be configured. 927d48801098 check console device file on fs when booting 57cc27f821dd mount_root: clarify error messages for when no rootfs found 1b53d82a8152 mconf: fix output of cflags and libraries 1811da09f42c menuconfig,mconf-cfg: Allow specification of ncurses location 83c2e0c6eb1f modpost: mask trivial warnings 6de673039484 kbuild: exclude meta directory from distclean processing 6decd32815f5 powerpc: serialize image targets f6b683b38318 arm: serialize build targets e798b09ebf57 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition dc8a1e5a88f8 x86_64_defconfig: Fix warnings 68491e5f72b6 powerpc/ptrace: Disable array-bounds warning with gcc8 d71ebfce3004 powerpc: Disable attribute-alias warnings from gcc8 62f50884b8b1 powerpc: kexec fix for powerpc64 da6871c62c37 powerpc: Add unwind information for SPE registers of E500 core f161c880c11d mips: make current_cpu_data preempt safe 5e94a8247ce7 mips: vdso: fix 'jalr $t9' crash in vdso code 19e36714b1c7 mips: Kconfig: add QEMUMIPS64 option e2e537db3cbd 4kc cache tlb hazard: tlbp cache coherency aee9870611e5 malta uhci quirks: make allowance for slow 4k(e)c 881948cd1517 drm/fb-helper: move zeroing code to drm_fb_helper_fill_var 98ec1963fcb7 arm64: defconfig: cleanup config options f1727c537ba8 vexpress: Pass LOADADDR to Makefile 4474c32dc24a arm: ARM EABI socketcall 75e31a2b70fd ARM: LPAE: Invalidate the TLB for module addresses during translation fault (From OE-Core rev: 25a471e34f0959212b9168e5b9b09987c7fa7f0a) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* linux-yocto/6.6: update to v6.6.91Bruce Ashfield2025-06-053-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating linux-yocto/6.6 to the latest korg -stable release that comprises the following commits: 615b9e10e337 Linux 6.6.91 772934d9062a x86/its: FineIBT-paranoid vs ITS 9f69fe3888f6 x86/its: Fix build errors when CONFIG_MODULES=n 3b2234cd50a9 x86/its: Use dynamic thunks for indirect branches 6699bf27a471 x86/ibt: Keep IBT disabled during alternative patching 9e7364c32c6c x86/its: Align RETs in BHB clear sequence to avoid thunking ba1d70362658 x86/its: Add support for RSB stuffing mitigation 61bed1ddb212 x86/its: Add "vmexit" option to skip mitigation on some CPUs f7ef7f6ccf2b x86/its: Enable Indirect Target Selection mitigation 4754e29f43c6 x86/its: Add support for ITS-safe return thunk c5a5d8075231 x86/its: Add support for ITS-safe indirect thunk 195579752c23 x86/its: Enumerate Indirect Target Selection (ITS) bug c6c1319d19fc Documentation: x86/bugs/its: Add ITS documentation a42e9162314f x86/speculation: Remove the extra #ifdef around CALL_NOSPEC 0a90b50ebf24 x86/speculation: Add a conditional CS prefix to CALL_NOSPEC 2eecf5cf21cb x86/speculation: Simplify and make CALL_NOSPEC consistent a8a8826bf655 x86/bhi: Do not set BHI_DIS_S in 32-bit mode a0ff7f679b5d x86/bpf: Add IBHF call at end of classic BPF 1afebfeaf1eb x86/bpf: Call branch history clearing sequence on exit ca8a5626ca0c arm64: proton-pack: Add new CPUs 'k' values for branch mitigation 80251f62028f arm64: bpf: Only mitigate cBPF programs loaded by unprivileged users 42a20cf51011 arm64: bpf: Add BHB mitigation to the epilogue for cBPF programs 73591041a551 arm64: proton-pack: Expose whether the branchy loop k value 854da0ed0671 arm64: proton-pack: Expose whether the platform is mitigated by firmware 054fc98d691a arm64: insn: Add support for encoding DSB 746e7d285dcb io_uring: ensure deferred completions are posted for multishot 51f1389b5fe1 io_uring: always arm linked timeouts prior to issue 00f0dd1a0166 do_umount(): add missing barrier before refcount checks in sync case eba09f42393a nvme: unblock ctrl state transition for firmware update f5a7d616a547 drm/panel: simple: Update timings for AUO G101EVN010 1c0620213f37 MIPS: Fix MAX_REG_OFFSET 66c4ec15e329 iio: adc: dln2: Use aligned_s64 for timestamp 8b5273051b61 iio: accel: adxl355: Make timestamp 64-bit aligned using aligned_s64 9519771908fc types: Complement the aligned types with signed 64-bit one 85d430aef40a iio: temp: maxim-thermocouple: Fix potential lack of DMA safe buffer. 2b58e7c1e4b2 iio: accel: adxl367: fix setting odr for activity time update 37a55b692d42 usb: usbtmc: Fix erroneous generic_read ioctl return 1991ed796d9a usb: usbtmc: Fix erroneous wait_srq ioctl return e96be8bd53ab usb: usbtmc: Fix erroneous get_stb ioctl error returns e2fef620e5e0 USB: usbtmc: use interruptible sleep in usbtmc_read 14f298c52188 usb: typec: ucsi: displayport: Fix NULL pointer access c9d8b0932e2b usb: typec: tcpm: delay SNK_TRY_WAIT_DEBOUNCE to SRC_TRYWAIT transition 2d44ee69e6f5 usb: host: tegra: Prevent host controller crash when OTG port is used 9b09b99a9510 usb: gadget: Use get_status callback to set remote wakeup capability 0b32d03e79c1 usb: gadget: tegra-xudc: ACK ST_RC after clearing CTRL_RUN dffa51cf2d3f usb: gadget: f_ecm: Add get_status callback 1981926eb34a usb: cdnsp: fix L1 resume issue for RTL_REVISION_NEW_LPM version d84603122591 usb: cdnsp: Fix issue with resuming from L1 8c133a08524a ocfs2: stop quota recovery before disabling quotas cc335d4f4e4f ocfs2: implement handshaking with ocfs2 recovery thread c7441aa8d078 ocfs2: switch osb->disable_recovery to enum cbd5108119d7 x86/microcode: Consolidate the loader enablement checking faa9059631d3 module: ensure that kobject_put() is safe for module type kobjects 7e1c7748404b clocksource/i8253: Use raw_spinlock_irqsave() in clockevent_i8253_disable() cbfaf46b88a4 xenbus: Use kref to track req lifetime ffa14d4dc779 xen: swiotlb: Use swiotlb bouncing if kmalloc allocation demands it 2ed98e89ebc2 smb: client: Avoid race in open_cached_dir with lease breaks 671c05434d91 usb: uhci-platform: Make the clock really optional 03f108a718a7 drm/amdgpu/hdp6: use memcfg register to post the write for HDP flush 1824e914e291 drm/amdgpu/hdp5: use memcfg register to post the write for HDP flush 7133ff3bedf3 drm/amdgpu/hdp5.2: use memcfg register to post the write for HDP flush 05340a423c92 drm/amdgpu/hdp4: use memcfg register to post the write for HDP flush f647ce6d9b5d drm/amd/display: Copy AUX read reply data whenever length > 0 79d982ae2f61 drm/amd/display: Fix wrong handling for AUX_DEFER case 89850f11bb7c drm/amd/display: Remove incorrect checking in dmub aux handler cee6856fbf1c drm/amd/display: Fix the checking condition in dmub aux handling c8a91debb020 drm/amd/display: more liberal vmin/vmax update for freesync 12125f7d9c15 drm/v3d: Add job to pending list if the reset was skipped 9ce662851380 iio: imu: st_lsm6dsx: fix possible lockup in st_lsm6dsx_read_tagged_fifo da33c4167b9c iio: imu: st_lsm6dsx: fix possible lockup in st_lsm6dsx_read_fifo 3413b87a9e17 iio: adis16201: Correct inclinometer channel resolution 7748b1b27fbf iio: adc: rockchip: Fix clock initialization sequence badda05d6b99 iio: adc: ad7606: fix serial register access b229fa0d093c drm/amd/display: Shift DMUB AUX reply command if necessary d41072906abe x86/mm: Eliminate window where TLB flushes may be inadvertently skipped 0f2b18c07604 staging: axis-fifo: Correct handling of tx_fifo_depth for size validation f4d6b9f413cb staging: axis-fifo: Remove hardware resets for user errors 90db122533d2 staging: iio: adc: ad7816: Correct conditional logic for store mode f7adc4943853 Input: synaptics - enable InterTouch on TUXEDO InfinityBook Pro 14 v5 85961bb7e494 Input: synaptics - enable SMBus for HP Elitebook 850 G1 cbd085c424db Input: synaptics - enable InterTouch on Dell Precision M3800 82b02402eee1 Input: synaptics - enable InterTouch on Dynabook Portege X30L-G c321045f088c Input: synaptics - enable InterTouch on Dynabook Portege X30-D 2d9d6a4cd3be Input: xpad - fix two controller table values 56b4e8b62124 Input: xpad - add support for 8BitDo Ultimate 2 Wireless Controller cbc82e7db16d Input: xpad - fix Share button on Xbox One controllers 90fa6015ff83 Input: mtk-pmic-keys - fix possible null pointer dereference f72f0172079c Input: cyttsp5 - fix power control issue on wakeup dadbe33fee36 Input: cyttsp5 - ensure minimum reset pulse width ce4e826dbfe7 net: dsa: b53: fix learning on VLAN unaware bridges b1c9c58d09ed net: dsa: b53: always rejoin default untagged VLAN on bridge leave ca071649e291 net: dsa: b53: fix VLAN ID for untagged vlan on bridge leave a143c39add81 net: dsa: b53: fix flushing old pvid VLAN on pvid change aa00a30a28c7 net: dsa: b53: fix clearing PVID of a port 0121c19ebd53 net: dsa: b53: allow leaky reserved multicast 355b0526336c bpf: Scrub packet on bpf_redirect_peer a3dfec485401 netfilter: ipset: fix region locking in hash types adbc8cc11629 ipvs: fix uninit-value for saddr in do_output_route4 42b7a7c962b2 can: gw: fix RCU/BH usage in cgw_create_job() 3455e6394fef can: mcp251xfd: fix TDC setting for low data bit rates 68f29bb97a0e net: ethernet: mtk_eth_soc: reset all TX queues on DMA free 370635397b62 netdevice: add netdev_tx_reset_subqueue() shorthand fa1fe9f3ddb9 gre: Fix again IPv6 link-local address generation. 31ff70ad3948 sch_htb: make htb_deactivate() idempotent af9e2d4732a5 ksmbd: fix memory leak in parse_lease_state() 0236742bd959 openvswitch: Fix unsafe attribute parsing in output_userspace() fec1f9e9a650 ksmbd: Fix UAF in __close_file_table_ids 04c8a38c6034 ksmbd: prevent out-of-bounds stream writes by validating *pos 6ee551672c8c ksmbd: prevent rename with empty string 3482037d0f66 can: mcp251xfd: mcp251xfd_remove(): fix order of unregistration calls 73dde269a1a4 wifi: cfg80211: fix out-of-bounds access during multi-link element defragmentation d2520dc79c2a can: mcan: m_can_class_unregister(): fix order of unregistration calls 0efe9965680b arm64: dts: imx8mm-verdin: Link reg_usdhc2_vqmmc to usdhc2 38433aa31b43 dm: add missing unlock on in dm_keyslot_evict() 9c2dd8954dad Linux 6.6.90 ed3248a40374 dm: fix copying after src array boundaries fe465003bb63 xhci: fix possible null pointer dereference at secondary interrupter removal 3efb29f6a78d usb: xhci: Check for xhci->interrupters being allocated in xhci_mem_clearup() bbc66abcd297 drm/amd/display: Fix slab-use-after-free in hdcp 97a918755a4c drm/amd/display: Add scoped mutexes for amdgpu_dm_dhcp 4306dbd7676e iommu/arm-smmu-v3: Fix iommu_device_probe bug due to duplicated stream ids 3dc33f145a8a iommu/arm-smmu-v3: Use the new rb tree helpers 8f2451ebaf5b drivers: base: handle module_kobject creation ace531f2fea1 kernel: globalize lookup_or_create_module_kobject() 0ecbb45e30ab kernel: param: rename locate_module_kobject baa3ebbad80f xhci: Limit time spent with xHC interrupts disabled during bus resume ebb7195dac40 xhci: support setting interrupt moderation IMOD for secondary interrupters cc64775afb27 usb: xhci: check if 'requested segments' exceeds ERST capacity 3733697cb7dd xhci: Add helper to set an interrupters interrupt moderation interval bcd191d7bab2 xhci: add support to allocate several interrupters ff0a51339a3b xhci: split free interrupter into separate remove and free parts 3f6e8ad65b1e xhci: Clean up stale comment on ERST_SIZE macro f377434945f5 xhci: Use more than one Event Ring segment 6299fb6190fe xhci: Set DESI bits in ERDP register correctly 5e8c311318fa Revert "drm/meson: vclk: fix calculation of 59.94 fractional rates" f129d8aea8b1 arm64: dts: st: Use 128kB size for aliased GIC400 register access on stm32mp25 SoCs ce2fa5bc0158 arm64: dts: st: Adjust interrupt-controller for stm32mp25 SoCs fabe73032383 ARM: dts: opos6ul: add ksz8081 phy properties f68f93c9d043 firmware: arm_ffa: Skip Rx buffer ownership release if not acquired 2fbf6c9695ad firmware: arm_scmi: Balance device refcount when destroying devices e762ec4c7b34 sch_ets: make est_qlen_notify() idempotent 36269156033f sch_qfq: make qfq_qlen_notify() idempotent 9030a91235ae sch_hfsc: make hfsc_qlen_notify() idempotent 077e355dae44 sch_drr: make drr_qlen_notify() idempotent bbbf5e0f8707 sch_htb: make htb_qlen_notify() idempotent b9ded1fb298b riscv: Pass patch_text() the length in bytes 85484bc61138 ASoC: soc-core: Stop using of_property_read_bool() for non-boolean properties 54583776e416 ASoC: Use of_property_read_bool() 29ea1abc7d4f net: vertexcom: mse102x: Fix RX error handling 6ac8ec92f53f net: vertexcom: mse102x: Add range check for CMD_RTS 04d9c3407986 net: vertexcom: mse102x: Fix LEN_MASK e1301580bf0b net: vertexcom: mse102x: Fix possible stuck of SPI interrupt cb5922f74b40 net: hns3: defer calling ptp_clock_register() accb5a8ef129 net: hns3: fixed debugfs tm_qset size c1b1d3b0d8e4 net: hns3: fix an interrupt residual problem 67d587bfa349 net: hns3: store rx VLAN tag offload state for VF 7e1ca1bed3f6 octeon_ep: Fix host hang issue during device reboot 0e32cbcbc4cb net: fec: ERR007885 Workaround for conventional TX dae1ce27ceae net: lan743x: Fix memleak issue when GSO enabled ec00ea56450e nvme-tcp: fix premature queue removal and I/O failover 252a5a67adc7 bnxt_en: Fix ethtool -d byte order for 32-bit values 4d69864915a3 bnxt_en: Fix out-of-bound memcpy() during ethtool -w 3facfd720055 bnxt_en: Fix coredump logic to free allocated buffer e0272844995a net: ipv6: fix UDPv6 GSO segmentation with NAT 8acf08b1e4ec net: dsa: felix: fix broken taprio gate states after clock jump cb625f783f70 net: ethernet: mtk_eth_soc: fix SER panic with 4GB+ RAM 683ad6d7f489 igc: fix lock order in igc_ptp_reset 2399d1a75033 net: mdio: mux-meson-gxl: set reversed bit when using internal phy 1bbbdfc247f4 net: dlink: Correct endianness handling of led_mode 012a413b28e1 nvme-pci: fix queue unquiesce check on slot_reset ce4f77bef276 ALSA: ump: Fix buffer overflow at UMP SysEx message conversion eae60cfe25d0 ice: Check VF VSI Pointer Value in ice_vc_add_fdir_fltr() a43783119e01 net_sched: qfq: Fix double list add in class with netem as child qdisc 72c3da7e6ceb net_sched: ets: Fix double list add in class with netem as child qdisc 6082a87af4c5 net_sched: hfsc: Fix a UAF vulnerability in class with netem as child qdisc db205b92dfe0 net_sched: drr: Fix double list add in class with netem as child qdisc 9b467c5bcdb4 pds_core: remove write-after-free of client_id 0861fccd43b8 pds_core: specify auxiliary_device to be created da23d7edb215 pds_core: make pdsc_auxbus_dev_del() void 452fa190dd2e pds_core: delete VF dev on reset 5e51c0b51b25 pds_core: check health in devcmd wait 5ba9380f79f2 net: ethernet: mtk-star-emac: rearm interrupts in rx_poll only when advised 7cb10f17bddc net: ethernet: mtk-star-emac: fix spinlock recursion issues on rx/tx poll a74777bb1827 net: mscc: ocelot: delete PVID VLAN when readding it as non-PVID dc7ffe02adda net: mscc: ocelot: treat 802.1ad tagged traffic as 802.1Q-untagged 8c7bfb6198a7 Bluetooth: L2CAP: copy RX timestamp to new fragments 8dde02229b3c net: Rename mono_delivery_time to tstamp_type for scalabilty 2e8d44ebaa7b Bluetooth: btusb: avoid NULL pointer dereference in skb_dequeue() dd20a33a0db0 net/mlx5: E-switch, Fix error handling for enabling roce bab395c89127 net/mlx5: E-Switch, Initialize MAC Address for Default GID 3576e9a80b6c vxlan: vnifilter: Fix unlocked deletion of default FDB entry 029f11349ec9 powerpc/boot: Fix dash warning 36a9a2647810 wifi: plfxlc: Remove erroneous assert in plfxlc_mac_release c5a5de348c05 drm/i915/pxp: fix undefined reference to `intel_pxp_gsccs_is_ready_for_sessions' 27a1efe21f9e powerpc/boot: Check for ld-option support 9a8d4d7072d4 book3s64/radix : Align section vmemmap start address to PAGE_SIZE 8890eeae5c82 ASoC: soc-pcm: Fix hw_params() and DAPM widget sequence a6dbcf69d4c4 iommu: Handle race with default domain setup a1723e9c53fe KVM: x86: Load DR6 with guest value only before entering .vcpu_run() loop 46acbfbcc0e2 PCI: imx6: Skip controller_id generation logic for i.MX7D 28cfd94980bb Revert "PCI: imx6: Skip controller_id generation logic for i.MX7D" 47e24c86cb20 selftests/bpf: extend changes_pkt_data with cases w/o subprograms 3a467d938da2 bpf: fix null dereference when computing changes_pkt_data of prog w/o subprogs b7c0d2d4ef13 selftests/bpf: validate that tail call invalidates packet pointers f1692ee23dca bpf: consider that tail calls invalidate packet pointers 70234fbfa266 selftests/bpf: freplace tests for tracking of changes_packet_data 7197fc4acdf2 bpf: check changes_pkt_data property for extension programs 85a30a46396a selftests/bpf: test for changing packet data from global functions 79751e9227a5 bpf: track changes_pkt_data property for global functions 3d496a1eaaec bpf: refactor bpf_helper_changes_pkt_data to use helper number f0b56f1d2fcc bpf: add find_containing_subprog() utility function 056ebbddb8fa tracing: Fix oob write in trace_seq_to_buffer() 25687fd19633 cpufreq: Fix setting policy limits when frequency tables are used cbd54987db25 cpufreq: Avoid using inconsistent policy->min and policy->max e76948644ec7 smb: client: fix zero length for mkdir POSIX create context b44746356223 ksmbd: fix use-after-free in kerberos authentication a45445b6093d platform/x86/intel-uncore-freq: Fix missing uncore sysfs during CPU hotplug 3a868a7f8da4 platform/x86/amd: pmc: Require at least 2.5 seconds between HW sleep cycles f39493cf7023 iommu/vt-d: Apply quirk_iommu_igfx for 8086:0044 (QM57/QS57) 13d67528e1ae iommu/amd: Fix potential buffer overflow in parse_ivrs_acpihid 64e95bb37916 dm: always update the array size in realloc_argv on success ecc7f159d17e dm-integrity: fix a warning on invalid table line c8c83052283b dm-bufio: don't schedule in atomic context 08424a0922fb wifi: brcm80211: fmac: Add error handling for brcmf_usb_dl_writeimage() 8daa71c694b3 tracing: Do not take trace_event_sem in print_event_fields() 75fda0e59168 spi: tegra114: Don't fail set_cs_timing when delays are zero 3aa4aff158ea mmc: renesas_sdhi: Fix error handling in renesas_sdhi_probe 4d1a2d136356 mm/memblock: repeat setting reserved region nid if array is doubled c0fabecd6510 mm/memblock: pass size instead of end to memblock_set_node() dfbaecf7e38f irqchip/qcom-mpm: Prevent crash when trying to handle non-wake GPIOs e51dd7126693 amd-xgbe: Fix to ensure dependent features are toggled with RX checksum offload 34b6fa11431a perf/x86/intel: KVM: Mask PEBS_ENABLE loaded for guest with vCPU's value. 6a098c51d18e parisc: Fix double SIGFPE crash 3821cae9bd5a arm64: errata: Add missing sentinels to Spectre-BHB MIDR arrays ddf4e7f0f509 i2c: imx-lpi2c: Fix clock count when probe defers 78cf306f7214 EDAC/altera: Set DDR and SDMMC interrupt mask before registration 726641633413 EDAC/altera: Test the correct error reg offset 126f5c6e0cb8 drm/nouveau: Fix WARN_ON in nouveau_fence_context_kill() 94808275aa6c drm/fdinfo: Protect against driver unbind b364ee98aca9 btrfs: fix COW handling in run_delalloc_nocow() 3ac18e0a94c1 ALSA: usb-audio: Add second USB ID for Jabra Evolve 65 headset f73ecbfa78ce ALSA: usb-audio: Add retry on -EPROTO from usb_set_interface() fd1aeef3e9c7 Revert "rndis_host: Flag RNDIS modems as WWAN devices" 6a5b2ed82152 ARM: dts: am335x-bone-common: Increase MDIO reset deassert time ceb5fadbf450 Revert "v6.6 -stable -rt merge fixup" 1c2962a164ff v6.6 -stable -rt merge fixup 18abb2787b53 x86/syscall: Mark exit[_group] syscall handlers __noreturn 2879d995e569 pnmtologo: sync with 6.6 43ea1c5e6eb3 lib/build_OID_registry: take -stable reproducibility changes 35046aea43c8 bpftool: Fix undefined bpf macro for unix socket 9a558d4b8621 tools/resolve_btfids: Fix comparison of distinct pointer types warning in resolve_btfids 42b2eec2e503 bpftool: Query only cgroup-related attach types f71bb11887ba cpu/amd: inhibit SMP check for qemux86 c31365597a17 powerpc/uaccess: Fix build errors seen with GCC 13/14 64ebf485c56b usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock 7c76aad68f6d kselftest: Add a ksft_perror() helper 06644f0d7193 drm/tilcdc: Set preferred depth ff7ae7b32324 crypto: jitter - add RCT/APT support for different OSRs 50cd24ddb6f0 arm64: defconfig: remove CONFIG_IPQ_APSS_5018 58e5c91d6701 x86/alternatives: Disable interrupts and sync when optimizing NOPs in place c878fd2d4c79 x86/alternatives: Sync core before enabling interrupts c2d64b9f52b6 qemux86: add configuration symbol to select values 630c33229e6d sched/isolation: really align nohz_full with rcu_nocbs 0e5e0f68e2e6 clear_warn_once: add a clear_warn_once= boot parameter 46934791b902 clear_warn_once: bind a timer to written reset value cdee9e38ff32 clear_warn_once: expand debugfs to include read support 82b562b81841 tools: Remove some options from CLANG_CROSS_FLAGS 36dc380b776b libbpf: Fix build warning on ref_ctr_off 9e3e1fe20982 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel. e497a4a5da65 perf: x86-32: explicitly include <errno.h> 7b57ddd89565 perf: mips64: Convert __u64 to unsigned long long 1cfc19423dc7 perf: fix bench numa compilation 98bc2815fade perf: add SLANG_INC for slang.h 17209a70b9b3 perf: add sgidefs.h to for mips builds 9cd4258d910a perf: change --root to --prefix for python install 8110a4f26628 perf: add 'libperl not found' warning bc89d5e08f77 perf: force include of <stdbool.h> 4f6c760cc876 fat: Replace prandom_u32() with get_random_u32() bc53117b12b2 fat: don't use obsolete random32 call in namei_vfat 30b2236ab378 FAT: Added FAT_NO_83NAME cef98d22b4ed FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option 0bbd7daba9e1 FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option 5883fc340084 aufs6: adapt to v6.6 i_op->ctime changes c4342d979bf2 aufs6: fix magic.mk include path 35266bc2dc81 aufs6: adapt to v6.6 8edede4e98be aufs6: core 712248233ebe aufs6: standalone 3b71a8a848d8 aufs6: mmap 3e2924871f37 aufs6: base 7f4907a93101 aufs6: kbuild d2f7b03e4aa7 yaffs2: update VFS ctime operations to 6.6+ bcd6cfcd1aa0 yaffs2: v6.5 fixups cc615704b5f5 yaffs2: Fix miscalculation of devname buffer length 8ef2e22dcf91 yaffs2: convert user_namespace to mnt_idmap c9c749f9f7d3 yaffs2: replace bdevname call with sprintf 395b01cdc39d yaffs2: convert read_page -> readfolio d98b07e43ba6 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL 613c6d50fdbe yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name 622c4648936f yaffs2: v5.12+ build fixups (not runtime tested) 7562133d4090 yaffs: include blkdev.h dbd44252cd59 yaffs: fix misplaced variable declaration c223a10b1ac0 yaffs2: v5.6 build fixups 90f6007cfbf4 yaffs2: fix memory leak when /proc/yaffs is read 37ee169c5ea1 yaffs: add strict check when call yaffs_internal_read_super b6e007b8abb6 yaffs: repair yaffs_get_mtd_device fb98f65a466a yaffs: Fix build failure by handling inode i_version with proper atomic API 51e0aac75ea2 yaffs2: fix memory leak in mount/umount 2b74a0cae7b0 yaffs: Avoid setting any ACL releated xattr ff4130a9c376 Yaffs:check oob size before auto selecting Yaffs1 ba95b409c67c fs: yaffs2: replace CURRENT_TIME by other appropriate apis 8fa35eba9056 yaffs2: adjust to proper location of MS_RDONLY 1eb5deaad8c4 yaffs2: import git revision b4ce1bb (jan, 2020) 4dce67c1e8c8 initramfs: allow an optional wrapper script around initramfs generation 2f603d83fcc4 pnmtologo: use relocatable file name 664a6a0a484b tools: use basename to identify file in gen-mach-types 9de64bc0c185 lib/build_OID_registry: fix reproducibility issues ae9b80797295 vt/conmakehash: improve reproducibility a972323151bd iwlwifi: select MAC80211_LEDS conditionally 15d2adcc0198 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119) 5556a6c04b19 arm64/perf: Fix wrong cast that may cause wrong truncation 5552dc768ffc defconfigs: drop obselete options 00fe4152df31 arm64/perf: fix backtrace for AAPCS with FP enabled 3888d0652edf linux-yocto: Handle /bin/awk issues 3d55d299f23a uvesafb: provide option to specify timeout for task completion 23c068c080be uvesafb: print error message when task timeout occurs edbfc939266e compiler.h: Undef before redefining __attribute_const__ c99ae7e2a19a vmware: include jiffies.h 572d84d928c8 Resolve jiffies wrapping about arp fdcd47cac843 nfs: Allow default io size to be configured. 927d48801098 check console device file on fs when booting 57cc27f821dd mount_root: clarify error messages for when no rootfs found 1b53d82a8152 mconf: fix output of cflags and libraries 1811da09f42c menuconfig,mconf-cfg: Allow specification of ncurses location 83c2e0c6eb1f modpost: mask trivial warnings 6de673039484 kbuild: exclude meta directory from distclean processing 6decd32815f5 powerpc: serialize image targets f6b683b38318 arm: serialize build targets e798b09ebf57 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition dc8a1e5a88f8 x86_64_defconfig: Fix warnings 68491e5f72b6 powerpc/ptrace: Disable array-bounds warning with gcc8 d71ebfce3004 powerpc: Disable attribute-alias warnings from gcc8 62f50884b8b1 powerpc: kexec fix for powerpc64 da6871c62c37 powerpc: Add unwind information for SPE registers of E500 core f161c880c11d mips: make current_cpu_data preempt safe 5e94a8247ce7 mips: vdso: fix 'jalr $t9' crash in vdso code 19e36714b1c7 mips: Kconfig: add QEMUMIPS64 option e2e537db3cbd 4kc cache tlb hazard: tlbp cache coherency aee9870611e5 malta uhci quirks: make allowance for slow 4k(e)c 881948cd1517 drm/fb-helper: move zeroing code to drm_fb_helper_fill_var 98ec1963fcb7 arm64: defconfig: cleanup config options f1727c537ba8 vexpress: Pass LOADADDR to Makefile 4474c32dc24a arm: ARM EABI socketcall 75e31a2b70fd ARM: LPAE: Invalidate the TLB for module addresses during translation fault (From OE-Core rev: f6a1bfbf070c357eab8f148ac99812718ec91cf1) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* linux-yocto/6.6: update to v6.6.89Bruce Ashfield2025-06-053-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating linux-yocto/6.6 to the latest korg -stable release that comprises the following commits: 71e4ec9b2abc Linux 6.6.89 20bab4eb1c7c objtool: Silence more KCOV warnings, part 2 014a761be083 objtool: Ignore end-of-section jumps for KCOV/GCOV 26084aa1a143 nvme: fixup scan failure for non-ANA multipath controllers 17d41d0f3a26 MIPS: cm: Fix warning if MIPS_CM is disabled eee19a803731 net: dsa: mv88e6xxx: enable STU methods for 6320 family cd17c8638d21 net: dsa: mv88e6xxx: enable .port_set_policy() for 6320 family 13685484072a net: dsa: mv88e6xxx: enable PVT for 6321 switch bfbd730e100b net: dsa: mv88e6xxx: fix atu_move_port_mask for 6341 family 551667f99bcf ext4: goto right label 'out_mmap_sem' in ext4_setattr() ffe79cc6c71d comedi: jr3_pci: Fix synchronous deletion of timer c4312c4d244a vmxnet3: Fix malformed packet sizing in vmxnet3_process_xdp abe56be73eb1 driver core: fix potential NULL pointer dereference in dev_uevent() a55111066205 driver core: introduce device_set_driver() helper d29c2d53357f Revert "drivers: core: synchronize really_probe() and dev_uevent()" 0fd13033d4e7 x86/pvh: Call C code via the kernel virtual mapping 2b4479eb462e spi: spi-imx: Add check for spi_imx_setupxfer() 459098685edf md/raid1: Add check for missing source disk in process_checks() 41866aa93d2e x86/cpu: Add CPU model number for Bartlett Lake CPUs with Raptor Cove cores aa0cf04b6959 ubsan: Fix panic from test_ubsan_out_of_bounds 96ae4c19ed71 spi: tegra210-quad: add rate limiting and simplify timeout error message 0134e326abc3 spi: tegra210-quad: use WARN_ON_ONCE instead of WARN_ON for timeouts 6c2e136ffd05 loop: aio inherit the ioprio of original request f0209397ed2c riscv: Provide all alternative macros all the time ce7e04d26a35 iomap: skip unnecessary ifs_block_is_uptodate check bb7878cca969 x86/i8253: Call clockevent_i8253_disable() with interrupts disabled a862d24e1fc3 scsi: pm80xx: Set phy_attached to zero when device is gone 4cdb02e9f963 scsi: ufs: exynos: Ensure pre_link() executes before exynos_ufs_phy_init() fa99f1886e0a scsi: hisi_sas: Fix I/O errors caused by hardware port ID changes a8550ac19d46 ext4: make block validity check resistent to sb bh corruption ea92c93887f5 cifs: Fix querying of WSL CHR and BLK reparse points over SMB1 dc18c5b1301a timekeeping: Add a lockdep override in tick_freeze() e5208da73954 cifs: Fix encoding of SMB1 Session Setup Kerberos Request in non-UNICODE mode f444c139e820 nvmet-fc: put ref when assoc->del_work is already scheduled e45e8f0dd324 nvmet-fc: take tgtport reference only once 0cad1849e903 x86/bugs: Don't fill RSB on context switch with eIBRS b73c62b1ca43 x86/bugs: Don't fill RSB on VMEXIT with eIBRS+retpoline 19160ed5e5fa x86/bugs: Use SBPB in write_ibpb() if applicable 84b52a6cd012 selftests/mincore: Allow read-ahead pages to reach the end of the file 4978a798a38d gpiolib: of: Move Atmel HSMCI quirk up out of the regulator comment 18082da6ce0e objtool: Stop UNRET validation on UD2 0cf5fd802452 nvme: multipath: fix return value of nvme_available_path 60ed102378a3 nvme: re-read ANA log page after ns scan completes 4c97ba1b0b98 ACPI PPTT: Fix coding mistakes in a couple of sizeof() calls fcf524eaff20 ACPI: EC: Set ec_no_wakeup for Lenovo Go S fe063491e90d nvme: requeue namespace scan on missed AENs 892fcde9941d xen: Change xen-acpi-processor dom0 dependency 1fe9b92eede3 perf/core: Fix WARN_ON(!ctx) in __free_event() for partial init eee189ccd46b selftests: ublk: fix test_stripe_04 b2ff4e9c599b udmabuf: fix a buf size overflow issue during udmabuf creation 6234a3c72784 KVM: s390: Don't use %pK through debug printing 1b2c45697f43 KVM: s390: Don't use %pK through tracepoints b205d02726b3 sched/isolation: Make CONFIG_CPU_ISOLATION depend on CONFIG_SMP c5d4d103005d io_uring: always do atomic put from iowq 7e9b836182c1 rtc: pcf85063: do a SW reset if POR failed a68768e280b7 9p/net: fix improper handling of bogus negative read/write replies 04ebabdbe99d ntb_hw_amd: Add NTB PCI ID for new gen CPU 27f6ee168c00 ntb: reduce stack usage in idt_scan_mws 5d53e88d8370 qibfs: fix _another_ leak db437e985469 objtool, lkdtm: Obfuscate the do_nothing() pointer 11c16b644934 objtool, regulator: rk808: Remove potential undefined behavior in rk806_set_mode_dcdc() 547695db502c objtool, ASoC: codecs: wcd934x: Remove potential undefined behavior in wcd934x_slim_irq_handler() 4ab980b5c309 objtool, panic: Disable SMAP in __stack_chk_fail() 97f70d27bee2 objtool: Silence more KCOV warnings d5ada7bf3dc8 thunderbolt: Scan retimers after device router has been enumerated e59fc484d424 usb: host: xhci-plat: mvebu: use ->quirks instead of ->init_quirk() func cfa7984f6935 usb: gadget: aspeed: Add NULL pointer check in ast_vhub_init_dev() 8b26eb1d8bb2 usb: xhci: Avoid Stop Endpoint retry loop if the endpoint seems Running 2c6a11eaec65 dmaengine: dmatest: Fix dmatest waiting less when interrupted 5be9407b41ea sound/virtio: Fix cancel_sync warnings on uninitialized work_structs a7f9991e4e3c usb: dwc3: gadget: Avoid using reserved endpoints on Intel Merrifield e5aabc76d101 usb: dwc3: gadget: Refactor loop to avoid NULL endpoints db56636beb3e fs/ntfs3: Fix WARNING in ntfs_extend_initialized_size 46a150788e16 usb: host: max3421-hcd: Add missing spi_device_id table 1a0a2d8c6d77 mailbox: pcc: Always clear the platform ack interrupt first a6e3026e0ad6 mailbox: pcc: Fix the possible race in updation of chan_in_use flag 10cf3135c6dc bpf: Reject attaching fexit/fmod_ret to __noreturn functions 4ed42d1a4a5b bpf: Only fails the busy counter check in bpf_cgrp_storage_get if it creates storage c487fcc632e7 bpf: bpftool: Setting error code in do_loader() 7f30987294b7 s390/tty: Fix a potential memory leak bug 28e5a867aa54 s390/sclp: Add check for get_zeroed_page() 96eab3c96a24 parisc: PDT: Fix missing prototype warning 51ae5b7aa96c clk: check for disabled clock-provider in of_clk_get_hw_from_clkspec() b5a528a34e1f bpf: Fix deadlock between rcu_tasks_trace and event_mutex. 1b66a5920b7f crypto: null - Use spin lock instead of mutex d999b11302c4 crypto: ccp - Add support for PCI device 0x1134 02f53b8f2ffc MIPS: cm: Detect CM quirks from device tree 979ba0d694ea pinctrl: renesas: rza2: Fix potential NULL pointer dereference 9c97886f8085 USB: wdm: add annotation 4b0369c53088 USB: wdm: wdm_wwan_port_tx_complete mutex in atomic context 54f7f8978af1 USB: wdm: close race between wdm_open and wdm_wwan_port_stop 8312053acc99 USB: wdm: handle IO errors in wdm_wwan_port_start e455bf315eee USB: VLI disk crashes if LPM is used 097d3c27f871 usb: quirks: Add delay init quirk for SanDisk 3.2Gen1 Flash Drive 57beab8ea4ff usb: quirks: add DELAY_INIT quirk for Silicon Motion Flash Drive 127b6aba32d8 usb: dwc3: xilinx: Prevent spike in reset signal c4d80e41cb42 usb: dwc3: gadget: check that event count does not exceed event buffer length 6a91a198cd30 USB: OHCI: Add quirk for LS7A OHCI controller (rev 0x02) 23d4bb3b0698 usb: chipidea: ci_hdrc_imx: implement usb_phy_init() error handling 15120673da69 usb: chipidea: ci_hdrc_imx: fix call balance of regulator routines 121e9f80ea54 usb: chipidea: ci_hdrc_imx: fix usbmisc handling 48a62deb857f usb: cdns3: Fix deadlock when using NCM gadget 142273a49f2c usb: xhci: Fix invalid pointer dereference in Etron workaround 01eeddf93a8a USB: serial: simple: add OWON HDS200 series oscilloscope support 51d4b23ae5e6 USB: serial: option: add Sierra Wireless EM9291 c6dc3b71bd4b USB: serial: ftdi_sio: add support for Abacus Electrics Optical Probe 3b377f805e97 serial: sifive: lock port in startup()/shutdown() callbacks c2af265beab7 serial: msm: Configure correct working mode before starting earlycon 5d5e8a880c48 misc: microchip: pci1xxxx: Fix incorrect IRQ status handling during ack 62957f58ab3a misc: microchip: pci1xxxx: Fix Kernel panic during IRQ handler registration 5f253cc40e8d char: misc: register chrdev region with all possible minors 3481fd96d801 KVM: x86: Reset IRTE to host control if *new* route isn't postable 9514202882a0 KVM: x86: Explicitly treat routing entry type changes as changes ac0fe095ac21 mei: me: add panther lake H DID 164bc7e26d89 scsi: Improve CDL control 4c2de359b1a2 USB: storage: quirk for ADATA Portable HDD CH94 ff733a91a06b ata: libata-scsi: Fix ata_msense_control_ata_feature() f0a1b054871f ata: libata-scsi: Fix ata_mselect_control_ata_feature() return type f92d5d7134d1 ata: libata-scsi: Improve CDL control 96838eb1836f mcb: fix a double free bug in chameleon_parse_gdd() 406ca74adea0 cxl/core/regs.c: Skip Memory Space Enable check for RCD and RCH Ports ff826d60d9a8 KVM: SVM: Allocate IR data using atomic allocation b675b4c863f1 io_uring: fix 'sync' handling of io_fallback_tw() 20a3f73dd424 LoongArch: Remove a bogus reference to ZONE_DMA 2ca9380b1271 LoongArch: Return NULL from huge_pte_offset() for invalid PMD 2f2803e4b5e4 irqchip/gic-v2m: Prevent use after free of gicv2m_get_fwnode() 3d36fae38312 drm/amd/display: Force full update in gpu reset 253827297c4d drm/amd/display: Fix gpu reset in multidisplay config 689d5be94faa net: phy: microchip: force IRQ polling mode for lan88xx a7b8358eb403 net: selftests: initialize TCP header and skb payload with zero cefd8a2e2de4 xen-netfront: handle NULL returned by xdp_convert_buff_to_frame() 284db2f35b39 crypto: atmel-sha204a - Set hwrng quality to lowest possible ad787442af7b virtio_console: fix missing byte order handling for cols and rows b74fb07153dc LoongArch: Make do_xyz() exception handlers more robust eaa0849818eb LoongArch: Make regs_irqs_disabled() more clear 5767f4ac6428 LoongArch: Select ARCH_USE_MEMTEST cd5970e001f7 perf/x86: Fix non-sampling (counting) events on certain x86 platforms 9e0d94a29222 splice: remove duplicate noinline from pipe_clear_nowait 415f3481ca76 iommu/amd: Return an error if vCPU affinity is set for non-vCPU IRTE 1d7c4b2b0bbf pds_core: make wait_context part of q_info c918ce100d17 pds_core: Remove unnecessary check in pds_client_adminq_cmd() cdd784c96fe2 pds_core: handle unsupported PDS_CORE_CMD_FW_CONTROL result 49083dc3cbb3 net: dsa: mt7530: sync driver-specific behavior of MT7531 variants 76c4c22c2437 net_sched: hfsc: Fix a potential UAF in hfsc_dequeue() too 3aa852e36050 net_sched: hfsc: Fix a UAF vulnerability in class handling 4f435c1f4c48 fix a couple of races in MNT_TREE_BENEATH handling by do_move_mount() e9f67da07753 net: ethernet: mtk_eth_soc: net: revise NETSYSv3 hardware configuration dd6cb0a8575b tipc: fix NULL pointer dereference in tipc_mon_reinit_self() 618541a6cc15 net: phy: leds: fix memory leak d5093d6486d7 net: lwtunnel: disable BHs when required 4d6919dd7c69 scsi: core: Clear flags for scsi_cmnd that did not complete 4a1b61f91078 btrfs: avoid page_lockend underflow in btrfs_punch_hole_lock_range() 1845e03ea787 cpufreq: cppc: Fix invalid return value in .get() callback d6979fabe812 scsi: ufs: mcq: Add NULL check in ufshcd_mcq_abort() 19e0eaa62e88 cpufreq: scpi: Fix null-ptr-deref in scpi_cpufreq_get_rate() ea834c90aa7c cpufreq: scmi: Fix null-ptr-deref in scmi_cpufreq_get_rate() 1053dcf8a504 cpufreq: apple-soc: Fix null-ptr-deref in apple_soc_cpufreq_get_rate() 92d55d705183 dma/contiguous: avoid warning about unused size_bytes f55e7f8abbd3 ceph: Fix incorrect flush end position calculation d70c078c26c0 cpufreq/sched: Explicitly synchronize limits_changed flag handling ada8d7fa0ad4 sched/cpufreq: Rework schedutil governor performance estimation 7fc781ca938f sched/topology: Consolidate and clean up access to a CPU's max compute capacity 485104cd6353 scsi: ufs: qcom: fix dev reference leaked through of_qcom_ice_get bd2a352a0d72 PCI: Fix reference leak in pci_register_host_bridge() 81435b85b2eb of: resolver: Fix device node refcount leakage in of_resolve_phandles() f549a4d2e029 of: resolver: Simplify of_resolve_phandles() using __free() 9549391bb64b clk: renesas: r9a07g043: Fix HP clock source for RZ/Five 3b6f9b555d5b clk: renesas: r9a07g04[34]: Fix typo for sel_shdi variable d56be1857909 clk: renesas: r9a07g04[34]: Use SEL_SDHI1_STS status configuration for SD1 mux a15ff92d5f06 clk: renesas: rzg2l: Refactor SD mux driver 1b9daac2383e clk: renesas: rzg2l: Remove CPG_SDHI_DSEL from generic header 2e1162149b39 clk: renesas: rzg2l: Add struct clk_hw_data aa487374d7f6 clk: renesas: rzg2l: Use u32 for flag and mux_flags e56acd53a91a arm64: tegra: Remove the Orin NX/Nano suspend key 6f21dfc4fadb iio: adc: ad7768-1: Fix conversion result sign 28aadcb759cf iio: adc: ad7768-1: Move setting of val a bit later to avoid unnecessary return value check 8df02691d09e ASoC: q6apm-dai: make use of q6apm_get_hw_pointer 175cb0c28aea ASoC: qcom: Fix trivial code style issues 9f5d3022d8ca ASoC: qcom: lpass: Make asoc_qcom_lpass_cpu_platform_remove() return void 0addfbfd605b ASoC: q6apm-dai: schedule all available frames to avoid dsp under-runs 860c028415d9 ASoC: qcom: q6apm-dai: drop unused 'q6apm_dai_rtd' fields 9973c8192e07 net: dsa: mv88e6xxx: fix VTU methods for 6320 family 70d2b16cdd12 net: dsa: mv88e6xxx: fix internal PHYs for 6320 family 83c12c052cf5 auxdisplay: hd44780: Fix an API misuse in hd44780.c ab239a12fdb2 auxdisplay: hd44780: Convert to platform remove callback returning void 880b1c98d1b4 mmc: sdhci-msm: fix dev reference leaked through of_qcom_ice_get d4f5f29c26a1 soc: qcom: ice: introduce devm_of_qcom_ice_get a505075730d2 media: vimc: skip .s_stream() for stopped entities a64a102e01eb media: subdev: Add v4l2_subdev_is_streaming() 2b3dc697a465 media: subdev: Improve v4l2_subdev_enable/disable_streams_fallback beeeea11ee2a media: subdev: Fix use of sd->enabled_streams in call_s_stream() 4d11fac941d8 tracing: Verify event formats that have "%*p.." e13358c4884d tracing: Add __print_dynamic_array() helper 896e30f76840 tracing: Add __string_len() example 5724654a084f x86/mce: use is_copy_from_user() to determine copy-from-user context 415620362062 x86/extable: Remove unused fixup type EX_TYPE_COPY 247395cbec42 module: sign with sha512 instead of sha1 by default 6a5b2ed82152 ARM: dts: am335x-bone-common: Increase MDIO reset deassert time ceb5fadbf450 Revert "v6.6 -stable -rt merge fixup" 1c2962a164ff v6.6 -stable -rt merge fixup 18abb2787b53 x86/syscall: Mark exit[_group] syscall handlers __noreturn 2879d995e569 pnmtologo: sync with 6.6 43ea1c5e6eb3 lib/build_OID_registry: take -stable reproducibility changes 35046aea43c8 bpftool: Fix undefined bpf macro for unix socket 9a558d4b8621 tools/resolve_btfids: Fix comparison of distinct pointer types warning in resolve_btfids 42b2eec2e503 bpftool: Query only cgroup-related attach types f71bb11887ba cpu/amd: inhibit SMP check for qemux86 c31365597a17 powerpc/uaccess: Fix build errors seen with GCC 13/14 64ebf485c56b usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock 7c76aad68f6d kselftest: Add a ksft_perror() helper 06644f0d7193 drm/tilcdc: Set preferred depth ff7ae7b32324 crypto: jitter - add RCT/APT support for different OSRs 50cd24ddb6f0 arm64: defconfig: remove CONFIG_IPQ_APSS_5018 58e5c91d6701 x86/alternatives: Disable interrupts and sync when optimizing NOPs in place c878fd2d4c79 x86/alternatives: Sync core before enabling interrupts c2d64b9f52b6 qemux86: add configuration symbol to select values 630c33229e6d sched/isolation: really align nohz_full with rcu_nocbs 0e5e0f68e2e6 clear_warn_once: add a clear_warn_once= boot parameter 46934791b902 clear_warn_once: bind a timer to written reset value cdee9e38ff32 clear_warn_once: expand debugfs to include read support 82b562b81841 tools: Remove some options from CLANG_CROSS_FLAGS 36dc380b776b libbpf: Fix build warning on ref_ctr_off 9e3e1fe20982 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel. e497a4a5da65 perf: x86-32: explicitly include <errno.h> 7b57ddd89565 perf: mips64: Convert __u64 to unsigned long long 1cfc19423dc7 perf: fix bench numa compilation 98bc2815fade perf: add SLANG_INC for slang.h 17209a70b9b3 perf: add sgidefs.h to for mips builds 9cd4258d910a perf: change --root to --prefix for python install 8110a4f26628 perf: add 'libperl not found' warning bc89d5e08f77 perf: force include of <stdbool.h> 4f6c760cc876 fat: Replace prandom_u32() with get_random_u32() bc53117b12b2 fat: don't use obsolete random32 call in namei_vfat 30b2236ab378 FAT: Added FAT_NO_83NAME cef98d22b4ed FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option 0bbd7daba9e1 FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option 5883fc340084 aufs6: adapt to v6.6 i_op->ctime changes c4342d979bf2 aufs6: fix magic.mk include path 35266bc2dc81 aufs6: adapt to v6.6 8edede4e98be aufs6: core 712248233ebe aufs6: standalone 3b71a8a848d8 aufs6: mmap 3e2924871f37 aufs6: base 7f4907a93101 aufs6: kbuild d2f7b03e4aa7 yaffs2: update VFS ctime operations to 6.6+ bcd6cfcd1aa0 yaffs2: v6.5 fixups cc615704b5f5 yaffs2: Fix miscalculation of devname buffer length 8ef2e22dcf91 yaffs2: convert user_namespace to mnt_idmap c9c749f9f7d3 yaffs2: replace bdevname call with sprintf 395b01cdc39d yaffs2: convert read_page -> readfolio d98b07e43ba6 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL 613c6d50fdbe yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name 622c4648936f yaffs2: v5.12+ build fixups (not runtime tested) 7562133d4090 yaffs: include blkdev.h dbd44252cd59 yaffs: fix misplaced variable declaration c223a10b1ac0 yaffs2: v5.6 build fixups 90f6007cfbf4 yaffs2: fix memory leak when /proc/yaffs is read 37ee169c5ea1 yaffs: add strict check when call yaffs_internal_read_super b6e007b8abb6 yaffs: repair yaffs_get_mtd_device fb98f65a466a yaffs: Fix build failure by handling inode i_version with proper atomic API 51e0aac75ea2 yaffs2: fix memory leak in mount/umount 2b74a0cae7b0 yaffs: Avoid setting any ACL releated xattr ff4130a9c376 Yaffs:check oob size before auto selecting Yaffs1 ba95b409c67c fs: yaffs2: replace CURRENT_TIME by other appropriate apis 8fa35eba9056 yaffs2: adjust to proper location of MS_RDONLY 1eb5deaad8c4 yaffs2: import git revision b4ce1bb (jan, 2020) 4dce67c1e8c8 initramfs: allow an optional wrapper script around initramfs generation 2f603d83fcc4 pnmtologo: use relocatable file name 664a6a0a484b tools: use basename to identify file in gen-mach-types 9de64bc0c185 lib/build_OID_registry: fix reproducibility issues ae9b80797295 vt/conmakehash: improve reproducibility a972323151bd iwlwifi: select MAC80211_LEDS conditionally 15d2adcc0198 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119) 5556a6c04b19 arm64/perf: Fix wrong cast that may cause wrong truncation 5552dc768ffc defconfigs: drop obselete options 00fe4152df31 arm64/perf: fix backtrace for AAPCS with FP enabled 3888d0652edf linux-yocto: Handle /bin/awk issues 3d55d299f23a uvesafb: provide option to specify timeout for task completion 23c068c080be uvesafb: print error message when task timeout occurs edbfc939266e compiler.h: Undef before redefining __attribute_const__ c99ae7e2a19a vmware: include jiffies.h 572d84d928c8 Resolve jiffies wrapping about arp fdcd47cac843 nfs: Allow default io size to be configured. 927d48801098 check console device file on fs when booting 57cc27f821dd mount_root: clarify error messages for when no rootfs found 1b53d82a8152 mconf: fix output of cflags and libraries 1811da09f42c menuconfig,mconf-cfg: Allow specification of ncurses location 83c2e0c6eb1f modpost: mask trivial warnings 6de673039484 kbuild: exclude meta directory from distclean processing 6decd32815f5 powerpc: serialize image targets f6b683b38318 arm: serialize build targets e798b09ebf57 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition dc8a1e5a88f8 x86_64_defconfig: Fix warnings 68491e5f72b6 powerpc/ptrace: Disable array-bounds warning with gcc8 d71ebfce3004 powerpc: Disable attribute-alias warnings from gcc8 62f50884b8b1 powerpc: kexec fix for powerpc64 da6871c62c37 powerpc: Add unwind information for SPE registers of E500 core f161c880c11d mips: make current_cpu_data preempt safe 5e94a8247ce7 mips: vdso: fix 'jalr $t9' crash in vdso code 19e36714b1c7 mips: Kconfig: add QEMUMIPS64 option e2e537db3cbd 4kc cache tlb hazard: tlbp cache coherency aee9870611e5 malta uhci quirks: make allowance for slow 4k(e)c 881948cd1517 drm/fb-helper: move zeroing code to drm_fb_helper_fill_var 98ec1963fcb7 arm64: defconfig: cleanup config options f1727c537ba8 vexpress: Pass LOADADDR to Makefile 4474c32dc24a arm: ARM EABI socketcall 75e31a2b70fd ARM: LPAE: Invalidate the TLB for module addresses during translation fault (From OE-Core rev: 85e4fc3931465b18f53db6078a71d46b9f63869f) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* linux-yocto/6.6: update to v6.6.88Bruce Ashfield2025-06-053-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating linux-yocto/6.6 to the latest korg -stable release that comprises the following commits: 23ec0b405729 Linux 6.6.88 e7144dae6bba ALSA: hda/realtek: Fix built-in mic on another ASUS VivoBook model 03af77aa9c03 drm/tests: Build KMS helpers when DRM_KUNIT_TEST_HELPERS is enabled b6b77ca4c980 btrfs: fix the length of reserved qgroup to free 81faa5bfba73 MIPS: ds1287: Match ds1287_set_base_clock() function types 1dab036557e6 MIPS: cevt-ds1287: Add missing ds1287.h include 9cac3ed9ca51 MIPS: dec: Declare which_prom() as static 2eb70f54ad86 sign-file,extract-cert: use pkcs11 provider for OPENSSL MAJOR >= 3 f8dafdafddcf sign-file,extract-cert: avoid using deprecated ERR_get_error_line() 1e2d849efc32 sign-file,extract-cert: move common SSL helper functions to a header 202bca49b7f9 xdp: Reset bpf_redirect_info before running a xdp's BPF prog. 0a721f240a68 nvmet-fc: Remove unused functions efde4462b321 landlock: Add the errata interface c84632096722 drm/amd/display: Stop amdgpu_dm initialize when link nums greater than max_links 31ff06b4a8a8 wifi: rtw89: pci: disable PCIE wake bit when PCIE deinit 48128f54f572 wifi: rtw89: pci: add pre_deinit to be called after probe complete 84464db2ec2a btrfs: fix qgroup reserve leaks in cow_file_range e8336d3c9ab7 usb: typec: fix pm usage counter imbalance in ucsi_ccg_sync_control() 0e66fd8e5a2e usb: typec: fix potential array underflow in ucsi_ccg_sync_control() 37491e1dbb50 LoongArch: Eliminate superfluous get_numa_distances_cnt() 1f1feff02e9d powerpc/rtas: Prevent Spectre v1 gadget construction in sys_rtas() 427036030f4d nvme-rdma: unquiesce admin_q before destroy it 6f8d51051d80 x86/split_lock: Fix the delayed detection logic 29f040d4efb0 x86/tdx: Fix arch_safe_halt() execution for TDX VMs e5f0581ecb2a x86/xen: fix memblock_reserve() usage on PVH fa1103f21b7a x86/xen: move xen_reserve_extra_memory() dafbcfb8ffe6 efi/libstub: Bump up EFI_MMAP_NR_SLACK_SLOTS to 32 4f687721a981 Fix mmu notifiers for range-based invalidates da210d4f884f misc: pci_endpoint_test: Fix 'irq_type' to convey the correct type 9d8d2899c5b9 misc: pci_endpoint_test: Fix displaying 'irq_type' after 'request_irq' error 5a4b71812132 misc: pci_endpoint_test: Avoid issue of interrupts remaining after request_irq error 11a2f91f1844 selftests: mptcp: add mptcp_lib_wait_local_port_listen 392dfed4af72 mptcp: sockopt: fix getting freebind & transparent d69a23d8e925 md: fix mddev uaf while iterating all_mddevs list 9b1f50da6054 kbuild: Add '-fno-builtin-wcslen' 8c8d0e800044 cpufreq: Reference count policy in cpufreq_update_limits() 7e2449ee6693 io_uring/net: fix accept multishot handling 3184297d6ff0 drm/i915/gvt: fix unterminated-string-initialization warning 3309feab2b26 drm/sti: remove duplicate object names 31e94c798957 drm/nouveau: prime: fix ttm_bo_delayed_delete oops ae73db71a2a1 drm/amdgpu/dma_buf: fix page_link check 068091b79648 drm/amd/pm/powerplay/hwmgr/vega20_thermal: Prevent division by zero c3ff73e3bddf drm/amd/pm/swsmu/smu13/smu_v13_0: Prevent division by zero b0742a709be7 drm/amd/pm/powerplay/hwmgr/smu7_thermal: Prevent division by zero de2cba068c9c drm/amd/pm/smu11: Prevent division by zero 587de3ca7875 drm/amd/pm/powerplay: Prevent division by zero 509617407411 drm/amd/pm: Prevent division by zero d189b32f9dd8 drm/amd: Handle being compiled without SI or CIK support better 42c2525bc0a8 drm/msm/a6xx: Fix stale rpmh votes from GPU 31330248abad drm/repaper: fix integer overflows in repeat functions 0df68b586020 perf/x86/intel/uncore: Fix the scale of IIO free running counters on SPR 9686a16c35ef perf/x86/intel/uncore: Fix the scale of IIO free running counters on ICX aea923afeae4 perf/x86/intel/uncore: Fix the scale of IIO free running counters on SNR 196a4eecb87b perf/x86/intel: Allow to update user space GPRs from PEBS records c2b169fc7a12 RDMA/cma: Fix workqueue crash in cma_netevent_work_handler 064dc7a70cec scsi: ufs: exynos: Ensure consistent phy reference counts 92d8a4e6217e scsi: megaraid_sas: Block zero-length ATA VPD inquiry bbb6b149c339 x86/boot/sev: Avoid shared GHCB page for early memory acceptance 5e036349bb01 x86/cpu/amd: Fix workaround for erratum 1054 971ba6a64c53 x86/microcode/AMD: Extend the SHA check to Zen5, block loading of any unreleased standalone Zen5 microcode patches f6ec52710dc5 virtiofs: add filesystem context source name check 89baf6bbe6b6 tracing: Fix filter string testing 596cbe632068 string: Add load_unaligned_zeropad() code path to sized_strscpy() d5421baa0e15 smb3 client: fix open hardlink on deferred close file error 607723b13a0c selftests/mm: generate a temporary mountpoint for cgroup filesystem e0e1b00208ec riscv: Avoid fortify warning in syscall_get_arguments() 8dbf06048023 Revert "smb: client: fix TCP timers deadlock after rmmod" fd8973b625b6 Revert "smb: client: Fix netns refcount imbalance causing leaks and use-after-free" b7ce8db49028 ksmbd: fix the warning from __kernel_write_iter 160935d81f2c ksmbd: Prevent integer overflow in calculation of deadtime 296cb5457cc6 ksmbd: fix use-after-free in smb_break_all_levII_oplock() 1db2451de23e ksmbd: Fix dangling pointer in krb_authenticate 0874b629f653 ovl: don't allow datadir only 23385f567b03 mm: fix apply_to_existing_page_range() c3b3987bae52 mm: fix filemap_get_folios_contig returning batches of identical folios 006b67ac6131 mm/gup: fix wrongly calculated returned value in fault_in_safe_writeable() 2912683a104e loop: LOOP_SET_FD: send uevents for partitions f8530400f21c loop: properly send KOBJ_CHANGED uevent for disk device 952e7a7e317f isofs: Prevent the use of too small fid e89bf1311d44 i2c: cros-ec-tunnel: defer probe if parent EC is not present 9f77aa584a65 hfs/hfsplus: fix slab-out-of-bounds in hfs_bnode_read_key 8a53d36ba10b crypto: caam/qi - Fix drv_ctx refcount bug 78b1126ca42b btrfs: correctly escape subvol in btrfs_show_options() ab46314a4e90 Bluetooth: vhci: Avoid needless snprintf() calls 600a099bec16 Bluetooth: l2cap: Process valid commands in too long frame 0a6c0fc1f83f ftrace: fix incorrect hash size in register_ftrace_direct() 42203e004d8e i2c: atr: Fix wrong include 7d192e27a431 nfsd: decrease sc_count directly if fail to queue dl_recall b699aeb91b10 nfs: add missing selections of CONFIG_CRC32 e446b60a2be1 asus-laptop: Fix an uninitialized variable a12c14577882 ASoC: qcom: Fix sc7280 lpass potential buffer overflow bf39a185a626 ASoC: codecs:lpass-wsa-macro: Fix logic of enabling vi channels 444139d6c43b ASoC: codecs:lpass-wsa-macro: Fix vi feedback rate 3d6102ae330a Revert "PCI: Avoid reset when disabled via sysfs" 411b7005f4e8 writeback: fix false warning in inode_to_wb() 404faab1dd6b cpufreq/sched: Fix the usage of CPUFREQ_NEED_UPDATE_LIMITS d217f7a82291 riscv: KGDB: Remove ".option norvc/.option rvc" for kgdb_compiled_break ba433e6c1002 riscv: KGDB: Do not inline arch_kgdb_breakpoint() ec95d0dfc672 kunit: qemu_configs: SH: Respect kunit cmdline d7c65ecad959 riscv: Properly export reserved regions in /proc/iomem a2874f0dff63 net: ethernet: mtk_eth_soc: revise QDMA packet scheduler settings d853feb79d7e net: ethernet: mtk_eth_soc: correct the max weight of the queue limit for 100Mbps 7891619d21f0 net: ti: icss-iep: Fix possible NULL pointer dereference for perout request 8b9808b1f64e net: ti: icss-iep: Add phase offset configuration for perout signal d64a7166fd12 net: ti: icss-iep: Add pwidth configuration for perout signal 06ec3c18810f ptp: ocp: fix start time alignment in ptp_ocp_signal_set c7ee467f29a8 net: dsa: avoid refcount warnings when ds->ops->tag_8021q_vlan_del() fails fb12b460ec46 net: dsa: free routing table on probe failure 86c6613a69bc net: dsa: clean up FDB, MDB, VLAN entries on unbind afae90873014 net: dsa: mv88e6xxx: fix -ENOENT when deleting VLANs and MST is unsupported bbb80f004f7a net: dsa: mv88e6xxx: avoid unregistering devlink regions which were never registered 0f0284285ad3 net: bridge: switchdev: do not notify new brentries as changed c9dbc7ec442f net: b53: enable BPDU reception for management port 2315cfaf4782 netlink: specs: rt-link: adjust mctp attribute naming 2f6e52cab1d4 netlink: specs: rt-link: add an attr layer around alt-ifname 08aa59c0be76 cxgb4: fix memory leak in cxgb4_init_ethtool_filters() error path e729dd9602e3 ata: libata-sata: Save all fields from sense data descriptor 94d5809c7fa8 net: ethernet: ti: am65-cpsw: fix port_np reference counting 422b7b9d1362 net: ethernet: ti: am65-cpsw-nuss: rename phy_node -> port_np 7c2b66a31c7a net: ngbe: fix memory leak in ngbe_probe() error path 824a7c2df512 net: openvswitch: fix nested key length validation in the set() action 549cbbd14bbe block: fix resource leak in blk_register_queue() error path a8a3b61ce140 net: mctp: Set SOCK_RCU_FREE 9027e0735670 pds_core: fix memory leak in pdsc_debugfs_add_qcq() 86dc3a05fa70 test suite: use %zu to print size_t b45b7a0bb88f igc: add lock preventing multiple simultaneous PTM transactions d8dde48a1ca6 igc: cleanup PTP module if probe fails bcb2d6bfa5e2 igc: handle the IGC_PTP_ENABLED flag correctly 5262d34f5e40 igc: move ktime snapshot into PTM retry loop b1f3e69dc984 igc: increase wait time before retrying PTM 16194ca3f3b4 igc: fix PTM cycle trigger logic 6f1ac9b5a9ce Revert "wifi: mac80211: Update skb's control block key in ieee80211_tx_dequeue()" 9e3114958d87 Bluetooth: l2cap: Check encryption key size on incoming connection 3db6605043b5 Bluetooth: btrtl: Prevent potential NULL dereference fd1621f38fbe Bluetooth: hci_event: Fix sending MGMT_EV_DEVICE_FOUND for invalid address ae470d06320d RDMA/core: Silence oversized kvmalloc() warning d1d6fa08b1ef ASoC: cs42l43: Reset clamp override on jack removal efeddd8acecf RDMA/hns: Fix wrong maximum DMA segment size 344baf8c1fb1 RDMA/usnic: Fix passing zero to PTR_ERR in usnic_ib_pci_probe() 4f7b6029ae8e ovl: remove unused forward declaration aaa93b884610 ASoC: Intel: avs: Fix null-ptr-deref in avs_component_probe() 4a655ba2830a ASoC: dwc: always enable/disable i2s irqs 0b5390aeaa85 md/md-bitmap: fix stats collection for external bitmaps f10aa9bc94de md/raid10: fix missing discard IO accounting b0348f33940f scsi: iscsi: Fix missing scsi_host_put() in error path 4a43fd367106 wifi: wl1251: fix memory leak in wl1251_tx_work c74b84544dee wifi: mac80211: Purge vif txq in ieee80211_do_stop() 7fa75affe2a9 wifi: mac80211: Update skb's control block key in ieee80211_tx_dequeue() 7ca513631fa6 wifi: at76c50x: fix use after free access in at76_disconnect a70ea9296419 scsi: hisi_sas: Enable force phy when SATA disk directly connected 58eb29dba712 HSI: ssi_protocol: Fix use after free vulnerability in ssi_protocol Driver Due to Race Condition 02e1bcdfdf76 Bluetooth: hci_uart: Fix another race during initialization fa43166f2e8b media: mediatek: vcodec: mark vdec_vp9_slice_map_counts_eob_coef noinline 5029c8f2d7ea x86/e820: Fix handling of subpage regions when calculating nosave ranges in e820__register_nosave_regions() bf56f45b167e iommufd: Fail replace if device has not been attached e5eadb652014 ACPI: platform-profile: Fix CFI violation when accessing sysfs files 8d25a8e275bb x86/paravirt: Move halt paravirt calls under CONFIG_PARAVIRT 4117975672c4 arm64: errata: Add newer ARM cores to the spectre_bhb_loop_affected() lists d784cb189035 selftests: mptcp: fix incorrect fd checks in main_loop 970688e64df9 selftests: mptcp: close fd_in before returning in main_loop 0d527afa7698 pinctrl: qcom: Clear latched interrupt status when changing IRQ type d11839156653 phy: freescale: imx8m-pcie: assert phy reset and perst in power off 6176fa57dd30 PCI: Fix reference leak in pci_alloc_child_bus() 1fea7726276e PCI: brcmstb: Fix missing of_node_put() in brcm_pcie_probe() 468773325ec1 of/irq: Fix device node refcount leakages in of_irq_init() b48732849dbb of/irq: Fix device node refcount leakage in API irq_of_parse_and_map() eac3d34101ab of/irq: Fix device node refcount leakages in of_irq_count() 37ff581ddfea of/irq: Fix device node refcount leakage in API of_irq_parse_raw() 77e3fd880376 of/irq: Fix device node refcount leakage in API of_irq_parse_one() 6ea67933af7c ntb: use 64-bit arithmetic for the MSI doorbell mask 8a3df0aa1087 KVM: x86: Acquire SRCU in KVM_GET_MP_STATE to protect guest memory accesses 8cb249d56e63 KVM: x86: Explicitly zero-initialize on-stack CPUID unions 504464fd01dc gve: handle overflow when reporting TX consumed descriptors bbc702d73f71 gpio: zynq: Fix wakeup source leaks on device unbind 4009ad6c7695 gpio: tegra186: fix resource handling in ACPI probe path 5d336ac215e5 ftrace: Add cond_resched() to ftrace_graph_set_hash() 2eec9e2eb6e3 dt-bindings: coresight: qcom,coresight-tpdm: Fix too many 'reg' 39cf18f8ec42 dt-bindings: coresight: qcom,coresight-tpda: Fix too many 'reg' f46260c3dd44 dm-verity: fix prefetch-vs-suspend race 7958b71d8baa dm-integrity: set ti->error on memory allocation failure 841ca9e9224c dm-ebs: fix prefetch-vs-suspend race 5baddc08066a crypto: ccp - Fix check for the primary ASP device ecc44297ac4c clk: qcom: gdsc: Set retain_ff before moving to HW CTRL fe25487f2dd1 clk: qcom: gdsc: Capture pm_genpd_add_subdomain result code 1be6fe9527b1 clk: qcom: gdsc: Release pm subdomains in reverse add order 541c1a5554ee clk: qcom: clk-branch: Fix invert halt status bit check for votable clocks 5569a2c55780 cifs: Ensure that all non-client-specific reparse points are processed by the server b350dab6d4f4 cifs: fix integer overflow in match_server() 864ba5c651b0 cifs: avoid NULL pointer dereference in dbg call f75eb9acf9df thermal/drivers/rockchip: Add missing rk3328 mapping entry 233b9cef917c tracing: Do not add length to print format in synthetic events 8d4750f06359 x86/xen: fix balloon target initialization for PVH dom0 c6fefcb71d24 sctp: detect and prevent references to a freed transport in sendmsg b5681a8b997e mm/hugetlb: move hugetlb_sysctl_init() to the __init section 94b3a19cedb3 mm/hwpoison: do not send SIGBUS to processes with recovered clean pages 0b83b941d387 mm/userfaultfd: fix release hang over concurrent GUP 376183178f42 mm: add missing release barrier on PGDAT_RECLAIM_LOCKED unlock e351ffc48b5e mm/mremap: correctly handle partial mremap() of VMA starting at 0 f4bc11b3c55f mm: fix lazy mmu docs and usage 402769cde5eb mm: make page_mapped_in_vma() hugetlb walk aware e09661ac0b84 mm/rmap: reject hugetlb folios in folio_make_device_exclusive() 70ec7d13bbd4 sparc/mm: avoid calling arch_enter/leave_lazy_mmu() in set_ptes b266dd4d2256 sparc/mm: disable preemption in lazy mmu mode e02c44b6ecfd iommufd: Fix uninitialized rc in iommufd_access_rw() e921fce3a295 btrfs: zoned: fix zone finishing with missing devices fa55f2a31ba2 btrfs: zoned: fix zone activation with missing devices 897ad7f70dd7 btrfs: fix non-empty delayed iputs list on unmount due to compressed write workers 1c82f5a393d8 backlight: led_bl: Hold led_access lock when calling led_sysfs_disable() c8fa7ffc1c23 arm64: dts: mediatek: mt8173: Fix disp-pwm compatible string 8db1206d834b arm64: mm: Correct the update of max_pfn bfbbef7f1d38 mtd: rawnand: Add status chack in r852_ready() 7772621041ee mtd: inftlcore: Add error check for inftl_read_oob() 29b21145721a mptcp: only inc MPJoinAckHMacFailure for HMAC failures 7f9ae060ed64 mptcp: fix NULL pointer in can_accept_new_subflow 8ddd124f8a9e lib: scatterlist: fix sg_split_phys to preserve original scatterlist offsets 8385532d4dd4 locking/lockdep: Decrease nr_unused_locks if lock unused in zap_class() 388ba8781616 mailbox: tegra-hsp: Define dimensioning masks in SoC data ea07760676bb mfd: ene-kb3930: Fix a potential NULL pointer dereference b20ec02fcb34 leds: rgb: leds-qcom-lpg: Fix calculation of best period Hi-Res PWMs 5d97ee4d8d61 leds: rgb: leds-qcom-lpg: Fix pwm resolution max for Hi-Res PWMs c88f7328bb0f jbd2: remove wrong sb->s_sequence check 6871a676aa53 i3c: Add NULL pointer check in i3c_master_queue_ibi() c3250bdf5da9 i3c: master: svc: Use readsb helper for reading MDB b00b040abfbb smb311 client: fix missing tcon check when mounting with linux/posix extensions 5f80fd2ff8bf soc: samsung: exynos-chipid: Add NULL pointer check in exynos_chipid_probe() 1404dff1e11b tpm: do not start chip while suspended a64d8972f00f udf: Fix inode_getblk() return value a5434db74bf2 vdpa/mlx5: Fix oversized null mkey longer than 32bit a5464ac3eeff f2fs: fix to avoid atomicity corruption of atomic file 2eeb1085bf7b ext4: fix off-by-one error in do_split 5f084993c90d bus: mhi: host: Fix race between unprepare and queue_buf 7e439ff5efab ASoC: qdsp6: q6asm-dai: fix q6asm_dai_compr_set_params error path 7ed8f978a894 ASoC: qdsp6: q6apm-dai: fix capture pipeline overruns. b860a99800bc ASoC: qdsp6: q6apm-dai: set 10 ms period and buffer alignment. 176e7c9a0f62 ASoC: q6apm: add q6apm_get_hw_pointer helper 35c4a652d833 io_uring/kbuf: reject zero sized provided buffers 21b0c54546d6 wifi: mac80211: fix integer overflow in hwmp_route_info_get() f86e2d083753 wifi: mt76: Add check for devm_kstrdup() f304da692876 clocksource/drivers/stm32-lptimer: Use wakeup capable instead of init wakeup ce6cabc080c1 mtd: Replace kcalloc() with devm_kcalloc() 64baf646846e net: dsa: mv88e6xxx: workaround RGMII transmit delay erratum for 6320 family 7a083ad29fd4 mtd: Add check for devm_kcalloc() 92b68442790f mptcp: sockopt: fix getting IPV6_V6ONLY 8a19d34f1e0a media: i2c: imx219: Rectify runtime PM handling in probe and remove 05b07e52a0d0 media: venus: hfi_parser: refactor hfi packet parsing logic d4d88ece4ba9 media: venus: hfi_parser: add check to avoid out of bound access 28bdf7b9140a media: i2c: ov7251: Introduce 1 ms delay between regulators and en GPIO f249c05416ea media: i2c: ov7251: Set enable GPIO low in probe 86c20c4ebc91 media: i2c: ccs: Set the device's runtime PM status correctly in probe 2f282e88c2aa media: i2c: ccs: Set the device's runtime PM status correctly in remove c3d68e38aa04 media: v4l2-dv-timings: prevent possible overflow in v4l2_detect_gtf() 571a1873da47 media: platform: stm32: Add check for clk_enable() bedb5a7b9783 media: visl: Fix ERANGE error when setting enum controls 3eaf580cbaa3 media: streamzap: prevent processing IR data on URB failure 3fcff11317b2 tpm, tpm_tis: Fix timeout handling when waiting for TPM status 9bd51723ab51 mtd: rawnand: brcmnand: fix PM resume warning b8e772e2d8b3 spi: cadence-qspi: Fix probe on AM62A LP SK 5085e02362b9 KVM: arm64: Tear down vGIC on failed vCPU creation db8a657980e7 arm64: errata: Add KRYO 2XX/3XX/4XX silver cores to Spectre BHB safe list 3ca6b0c9171b arm64: errata: Assume that unknown CPUs _are_ vulnerable to Spectre BHB 1577657f5efc arm64: errata: Add QCOM_KRYO_4XX_GOLD to the spectre_bhb_k24_list 892d24d7e355 arm64: cputype: Add MIDR_CORTEX_A76AE 9da005f88418 xenfs/xensyms: respect hypervisor's "next" indication 192b87608c2c media: siano: Fix error handling in smsdvb_module_init() 3e7fc0606e71 media: vim2m: print device name after registering device 40084302f639 media: venus: hfi: add check to handle incorrect queue size 5af611c70fb8 media: venus: hfi: add a check to handle OOB in sfr region 259dafed1879 media: i2c: adv748x: Fix test pattern selection mask 8895a7af8452 media: mtk-vcodec: venc: avoid -Wenum-compare-conditional warning fd7bb97ede48 media: mediatek: vcodec: Fix a resource leak related to the scp device in FW initialization 39cb5a29cd60 dt-bindings: media: st,stmipid02: correct lane-polarities maxItems 480faed292f2 ext4: don't treat fhandle lookup of ea_inode as FS corruption d5cba7730d76 bpf: support SKF_NET_OFF and SKF_LL_OFF on skb frags 0e1816d8c277 pwm: fsl-ftm: Handle clk_get_rate() returning 0 d837f37cd4d9 pwm: rcar: Improve register calculation 8ddbec73ea25 pwm: mediatek: Prevent divide-by-zero in pwm_mediatek_config() a0171967abdd tpm, tpm_tis: Workaround failed command reception on Infineon devices 16fae241f49a ktest: Fix Test Failures Due to Missing LOG_FILE Directories 14345d5d7db7 tracing: probe-events: Add comments about entry data storing code fda15c5b96b8 fbdev: omapfb: Add 'plane' value check 3ab9cd2d2e9a drm/amdgpu: grab an additional reference on the gang fence v2 13e5148f70e8 PCI: vmd: Make vmd_dev::cfg_lock a raw_spinlock_t type f8693e1bae9c drm/amdgpu: handle amdgpu_cgs_create_device() errors in amd_powerplay_create() 988705e558f0 drm/mediatek: mtk_dpi: Explicitly manage TVD clock in power on/off 50967df6e4d2 drm/mediatek: mtk_dpi: Move the input_2p_en bit to platform data a36f8d544522 drm/amdkfd: debugfs hang_hws skip GPU with MES 864d739fbc72 drm/amdkfd: Fix pqm_destroy_queue race with GPU reset 89af6b39f028 drm/amdkfd: Fix mode1 reset crash issue 06a1db4cb7ac drm/amdkfd: clamp queue size to minimum 61d1a8296eeb drivers: base: devres: Allow to release group on device release 100cf2fa0140 drm/bridge: panel: forbid initializing a panel with unknown connector type 1e27e6050c8c drm: panel-orientation-quirks: Add quirk for OneXPlayer Mini (Intel) 49ef9e47e72b drm: panel-orientation-quirks: Add new quirk for GPD Win 2 118f95e3ff6c drm: panel-orientation-quirks: Add quirk for AYA NEO Slide 14dc15279512 drm: panel-orientation-quirks: Add quirks for AYA NEO Flip DS and KB bfea2e6f0305 drm: panel-orientation-quirks: Add support for AYANEO 2S d74554965cac drm/amd/display: add workaround flag to link to force FFE preset 2528ccb0f2fc drm/amd/display: Update Cursor request mode to the beginning prefetch always f5b168c309a7 drm: allow encoder mode_set even when connectors change for crtc fb95ab35d0e1 Bluetooth: qca: simplify WCN399x NVM loading 806464634e7f Bluetooth: hci_uart: fix race during initialization e711501970a0 tracing: fix return value in __ftrace_event_enable_disable for TRACE_REG_UNREGISTER d537859e56bc net: vlan: don't propagate flags on open efd75512e38a wifi: mt76: mt76x2u: add TP-Link TL-WDN6200 ID to device table e4d1ca0a84a6 scsi: st: Fix array overflow in st_setup() 06f20cd706d7 cdc_ether|r8152: ThinkPad Hybrid USB-C/A Dock quirk 362a90cecd36 ext4: ignore xattrs past end b7cc9e3adfee Revert "f2fs: rebuild nat_bits during umount" 1dbece9c2fbc ext4: protect ext4_release_dquot against freezing 1263713795d0 ahci: add PCI ID for Marvell 88SE9215 SATA Controller 8b5e5aac44fe f2fs: fix to avoid out-of-bounds access in f2fs_truncate_inode_blocks() 7f1d986da5c6 wifi: ath12k: Fix invalid data access in ath12k_dp_rx_h_undecap_nwifi da3ba4a44e96 net: sfp: add quirk for 2.5G OEM BX SFP 7568e5e4486d ata: libata-eh: Do not use ATAPI DMA for a device limited to PIO mode cc0bc4cb62ce jfs: add sanity check for agwidth in dbMount b3c4884b987e jfs: Prevent copying of nlink with value 0 from disk inode 7ccf3b352745 fs/jfs: Prevent integer overflow in AG size calculation a14b2592a7a7 fs/jfs: cast inactags to s64 to prevent potential overflow 067347e00a3a jfs: Fix uninit-value access of imap allocated in the diMount() function 95f17738b86f page_pool: avoid infinite loop to schedule delayed worker 809bf3a7d05d net: usb: asix_devices: add FiberGecko DeviceID 4ae2e891552e scsi: target: spc: Fix RSOC parameter data header size 4fc5c17538cb f2fs: don't retry IO for corrupted data scenario 2c512f2eadab wifi: ath12k: Fix invalid entry fetch in ath12k_dp_mon_srng_process b3e04472a87b ASoC: amd: yc: update quirk data for new Lenovo model 01529e60ae14 ASoC: amd: Add DMI quirk for ACP6X mic support 63f516088870 ALSA: usb-audio: Fix CME quirk for UF series keyboards 0932950d3a3f mmc: dw_mmc: add a quirk for accessing 64-bit FIFOs in two halves 035c6e60074f media: uvcvideo: Add quirk for Actions UVC05 bd095d3a9dff ASoC: fsl_audmix: register card device depends on 'dais' property 1d91458b126e ALSA: hda: intel: Add Lenovo IdeaPad Z570 to probe denylist fb44392bd5a4 ALSA: hda: intel: Fix Optimus when GPU has no sound be706a48bb78 HID: pidff: Fix null pointer dereference in pidff_find_fields 4d5bcca217ae HID: pidff: Add PERIODIC_SINE_ONLY quirk c1fde337b317 HID: Add hid-universal-pidff driver and supported device ids fd6055c1a103 HID: pidff: Add FIX_WHEEL_DIRECTION quirk 123e94f66d2a HID: pidff: Add hid_pidff_init_with_quirks and export as GPL symbol b2f378891cb2 HID: pidff: Add PERMISSIVE_CONTROL quirk 1830b4166f01 HID: pidff: Add MISSING_PBO quirk and its detection bf284760372b HID: pidff: Add MISSING_DELAY quirk and its detection a08ee3c7eeca HID: pidff: Do not send effect envelope if it's empty 520e0371d1dc HID: pidff: Convert infinite length from Linux API to PID standard 4a29465fbe60 ASoC: SOF: topology: Use krealloc_array() to replace krealloc() 1e5b04f08e52 zstd: Increase DYNAMIC_BMI2 GCC version cutoff from 4.8 to 11.0 to work around compiler segfault af71db7de067 xen/mcelog: Add __nonstring annotations for unterminated strings 150d1cbdf781 arm64: cputype: Add QCOM_CPU_PART_KRYO_3XX_GOLD f14d29b89186 perf: arm_pmu: Don't disable counter in armpmu_add() c7dec3461275 x86/cpu: Don't clear X86_FEATURE_LAHF_LM flag in init_amd_k8() on AMD when running in a virtual machine 8449fd2a1433 x86/ia32: Leave NULL selector values 0~3 unchanged d0f4b75a8f96 x86/mm: Clear _PAGE_DIRTY for kernel mappings when we clear _PAGE_RW 942a4b97fc77 pm: cpupower: bench: Prevent NULL dereference on malloc failure 4ec80a68733f umount: Allow superblock owners to force umount 323960a187a9 fs: consistently deref the files table with rcu_dereference_raw() 6abd09bed43b iommu/mediatek: Fix NULL pointer deference in mtk_iommu_device_group 90cdd7e5a484 nft_set_pipapo: fix incorrect avx2 match of 5th field octet fbaffe8bccf1 net: ppp: Add bound checking for skb data on ppp_sync_txmung 6509e2e17d32 ipv6: Align behavior across nexthops during path selection d2718324f9e3 net_sched: sch_sfq: move the limit validation 00d44fe29e75 net_sched: sch_sfq: use a temporary work area for validating configuration a8008b975890 nvmet-fcloop: swap list_add_tail arguments 9f5ef4a5eaa6 drm/i915/huc: Fix fence not released on early probe errors 44984339d38e ata: sata_sx4: Add error handling in pdc20621_i2c_read() c17ef974bfcf net: libwx: handle page_pool_dev_alloc_pages error 9649d08010ff drm/tests: probe-helper: Fix drm_display_mode memory leak 718a892e2def drm/tests: modes: Fix drm_display_mode memory leak cea2c8ace75c drm/tests: cmdline: Fix drm_display_mode memory leak 742a084c6a9e drm/tests: helpers: Create kunit helper to destroy a drm_display_mode 0c6550ab45c3 drm/tests: helpers: Fix compiler warning 85926abafad5 drm/tests: helpers: Add helper for drm_display_mode_from_cea_vic() 60f481fdf1e7 drm/tests: Add helper to create mock crtc af1dccab386f drm/tests: Add helper to create mock plane a31fd0eaf75e drm/tests: helpers: Add atomic helpers eceb15bbf6ed drm/tests: modeset: Fix drm_display_mode memory leak c5ed0eaddcbd net: ethtool: Don't call .cleanup_data when prepare_data fails 8b158a0d19ed tc: Ensure we have enough buffer space when sending filter netlink notifications 28f2cd143b5b net/sched: cls_api: conditional notification of events aa258dbf4598 rtnl: add helper to check if a notification is needed abd07987f7fe rtnl: add helper to check if rtnl group has listeners af4e364fb1c3 octeontx2-pf: qos: fix VF root node parent queue index 2bcad8fefcec net: tls: explicitly disallow disconnect 2f9761a94bae codel: remove sch->q.qlen check before qdisc_tree_reduce_backlog() 09c2dcda2c55 tipc: fix memory leak in tipc_link_xmit ae7e9d29a3c3 objtool: Fix INSN_CONTEXT_SWITCH handling in validate_unret() 5b09bf6243b0 ata: pata_pxa: Fix potential NULL pointer dereference in pxa_ata_probe() 4d4bf6d6b147 drm/i915: Disable RPG during live selftest 303d76047514 drm/i915/dg2: wait for HuC load completion before running selftests 8b2148daa73b drm/i915/xelpg: Extend driver code of Xe_LPG to Xe_LPG+ 18520ecc3cfa drm/i915/mocs: use to_gt() instead of direct &i915->gt 58c1e8c569bd selftests/futex: futex_waitv wouldblock test should fail 6a5b2ed82152 ARM: dts: am335x-bone-common: Increase MDIO reset deassert time ceb5fadbf450 Revert "v6.6 -stable -rt merge fixup" 1c2962a164ff v6.6 -stable -rt merge fixup 18abb2787b53 x86/syscall: Mark exit[_group] syscall handlers __noreturn 2879d995e569 pnmtologo: sync with 6.6 43ea1c5e6eb3 lib/build_OID_registry: take -stable reproducibility changes 35046aea43c8 bpftool: Fix undefined bpf macro for unix socket 9a558d4b8621 tools/resolve_btfids: Fix comparison of distinct pointer types warning in resolve_btfids 42b2eec2e503 bpftool: Query only cgroup-related attach types f71bb11887ba cpu/amd: inhibit SMP check for qemux86 c31365597a17 powerpc/uaccess: Fix build errors seen with GCC 13/14 64ebf485c56b usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock 7c76aad68f6d kselftest: Add a ksft_perror() helper 06644f0d7193 drm/tilcdc: Set preferred depth ff7ae7b32324 crypto: jitter - add RCT/APT support for different OSRs 50cd24ddb6f0 arm64: defconfig: remove CONFIG_IPQ_APSS_5018 58e5c91d6701 x86/alternatives: Disable interrupts and sync when optimizing NOPs in place c878fd2d4c79 x86/alternatives: Sync core before enabling interrupts c2d64b9f52b6 qemux86: add configuration symbol to select values 630c33229e6d sched/isolation: really align nohz_full with rcu_nocbs 0e5e0f68e2e6 clear_warn_once: add a clear_warn_once= boot parameter 46934791b902 clear_warn_once: bind a timer to written reset value cdee9e38ff32 clear_warn_once: expand debugfs to include read support 82b562b81841 tools: Remove some options from CLANG_CROSS_FLAGS 36dc380b776b libbpf: Fix build warning on ref_ctr_off 9e3e1fe20982 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel. e497a4a5da65 perf: x86-32: explicitly include <errno.h> 7b57ddd89565 perf: mips64: Convert __u64 to unsigned long long 1cfc19423dc7 perf: fix bench numa compilation 98bc2815fade perf: add SLANG_INC for slang.h 17209a70b9b3 perf: add sgidefs.h to for mips builds 9cd4258d910a perf: change --root to --prefix for python install 8110a4f26628 perf: add 'libperl not found' warning bc89d5e08f77 perf: force include of <stdbool.h> 4f6c760cc876 fat: Replace prandom_u32() with get_random_u32() bc53117b12b2 fat: don't use obsolete random32 call in namei_vfat 30b2236ab378 FAT: Added FAT_NO_83NAME cef98d22b4ed FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option 0bbd7daba9e1 FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option 5883fc340084 aufs6: adapt to v6.6 i_op->ctime changes c4342d979bf2 aufs6: fix magic.mk include path 35266bc2dc81 aufs6: adapt to v6.6 8edede4e98be aufs6: core 712248233ebe aufs6: standalone 3b71a8a848d8 aufs6: mmap 3e2924871f37 aufs6: base 7f4907a93101 aufs6: kbuild d2f7b03e4aa7 yaffs2: update VFS ctime operations to 6.6+ bcd6cfcd1aa0 yaffs2: v6.5 fixups cc615704b5f5 yaffs2: Fix miscalculation of devname buffer length 8ef2e22dcf91 yaffs2: convert user_namespace to mnt_idmap c9c749f9f7d3 yaffs2: replace bdevname call with sprintf 395b01cdc39d yaffs2: convert read_page -> readfolio d98b07e43ba6 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL 613c6d50fdbe yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name 622c4648936f yaffs2: v5.12+ build fixups (not runtime tested) 7562133d4090 yaffs: include blkdev.h dbd44252cd59 yaffs: fix misplaced variable declaration c223a10b1ac0 yaffs2: v5.6 build fixups 90f6007cfbf4 yaffs2: fix memory leak when /proc/yaffs is read 37ee169c5ea1 yaffs: add strict check when call yaffs_internal_read_super b6e007b8abb6 yaffs: repair yaffs_get_mtd_device fb98f65a466a yaffs: Fix build failure by handling inode i_version with proper atomic API 51e0aac75ea2 yaffs2: fix memory leak in mount/umount 2b74a0cae7b0 yaffs: Avoid setting any ACL releated xattr ff4130a9c376 Yaffs:check oob size before auto selecting Yaffs1 ba95b409c67c fs: yaffs2: replace CURRENT_TIME by other appropriate apis 8fa35eba9056 yaffs2: adjust to proper location of MS_RDONLY 1eb5deaad8c4 yaffs2: import git revision b4ce1bb (jan, 2020) 4dce67c1e8c8 initramfs: allow an optional wrapper script around initramfs generation 2f603d83fcc4 pnmtologo: use relocatable file name 664a6a0a484b tools: use basename to identify file in gen-mach-types 9de64bc0c185 lib/build_OID_registry: fix reproducibility issues ae9b80797295 vt/conmakehash: improve reproducibility a972323151bd iwlwifi: select MAC80211_LEDS conditionally 15d2adcc0198 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119) 5556a6c04b19 arm64/perf: Fix wrong cast that may cause wrong truncation 5552dc768ffc defconfigs: drop obselete options 00fe4152df31 arm64/perf: fix backtrace for AAPCS with FP enabled 3888d0652edf linux-yocto: Handle /bin/awk issues 3d55d299f23a uvesafb: provide option to specify timeout for task completion 23c068c080be uvesafb: print error message when task timeout occurs edbfc939266e compiler.h: Undef before redefining __attribute_const__ c99ae7e2a19a vmware: include jiffies.h 572d84d928c8 Resolve jiffies wrapping about arp fdcd47cac843 nfs: Allow default io size to be configured. 927d48801098 check console device file on fs when booting 57cc27f821dd mount_root: clarify error messages for when no rootfs found 1b53d82a8152 mconf: fix output of cflags and libraries 1811da09f42c menuconfig,mconf-cfg: Allow specification of ncurses location 83c2e0c6eb1f modpost: mask trivial warnings 6de673039484 kbuild: exclude meta directory from distclean processing 6decd32815f5 powerpc: serialize image targets f6b683b38318 arm: serialize build targets e798b09ebf57 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition dc8a1e5a88f8 x86_64_defconfig: Fix warnings 68491e5f72b6 powerpc/ptrace: Disable array-bounds warning with gcc8 d71ebfce3004 powerpc: Disable attribute-alias warnings from gcc8 62f50884b8b1 powerpc: kexec fix for powerpc64 da6871c62c37 powerpc: Add unwind information for SPE registers of E500 core f161c880c11d mips: make current_cpu_data preempt safe 5e94a8247ce7 mips: vdso: fix 'jalr $t9' crash in vdso code 19e36714b1c7 mips: Kconfig: add QEMUMIPS64 option e2e537db3cbd 4kc cache tlb hazard: tlbp cache coherency aee9870611e5 malta uhci quirks: make allowance for slow 4k(e)c 881948cd1517 drm/fb-helper: move zeroing code to drm_fb_helper_fill_var 98ec1963fcb7 arm64: defconfig: cleanup config options f1727c537ba8 vexpress: Pass LOADADDR to Makefile 4474c32dc24a arm: ARM EABI socketcall 75e31a2b70fd ARM: LPAE: Invalidate the TLB for module addresses during translation fault (From OE-Core rev: d71c6367029c6c758068daa6ef01044c49d9095c) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>