mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
b866865b15
78799 Commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
![]() |
37c112ae9d |
mtd-utils: Update the upstream status
All the patches have been accepted upstream. Update the Uptream-Status tags accordingly. (From OE-Core rev: f75f8ce638f53334056cff6cae7d45d559079ec6) Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
![]() |
394592ed58 |
m4: Backport a patch to build with --disable-nls
Building with USE_NLS = "no" results in the following errors: lib/spawn-pipe.c: In function 'create_pipe': lib/spawn-pipe.c:218:7: error: format not a string literal and no format arguments [-Werror=format-security] 218 | error (EXIT_FAILURE, errno, _("cannot create pipe")); | ^~~~~ lib/spawn-pipe.c:221:7: error: format not a string literal and no format arguments [-Werror=format-security] 221 | error (EXIT_FAILURE, errno, _("cannot create pipe")); | ^~~~~ lib/clean-temp.c: In function 'create_temp_dir': lib/clean-temp.c:234:7: error: format not a string literal and no format arguments [-Werror=format-security] 234 | error (0, errno, | ^~~~~ Backport a patch from gnulib to avoid the problem. (From OE-Core rev: 635df18f32e8f13cc5897737450dbd9f9207db3b) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
![]() |
19bee937be |
libgcrypt: fix compile error for t-thread-local
Currently the libgcrypt-native build is failing with the following error: | ld: t_thread_local-t-thread-local.o: in function `main': | t-thread-local.c:(.text.startup+0x187): undefined reference to `pthread_create' | ld: t-thread-local.c:(.text.startup+0x1d0): undefined reference to `pthread_join' Backport the fix from upstream and add "-lpthread" to "t_thread_local_CFLAGS" to make the compilation successfull, similar to what 0004-tests-Makefile.am-fix-undefined-reference-to-pthread.patch does. (From OE-Core rev: d2daf78a083688b82625800919cdc6c6555fcc52) Signed-off-by: Hiago De Franco <hiago.franco@toradex.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
![]() |
34383435b6 |
oeqa/maturin/guessing-game: Bump dependencies to avoid security warning
The Cargo.toml lock for guessing-game, used to test maturin has a minor security advisory which keeps tripping up github's automated security analysis, "PyO3 Risk of buffer overflow in `PyString::from_object`". Bump the minimum version requirement for pyo3 to avoid this warning even if it isn't anything critical and just automated tests. (From OE-Core rev: 2e817e6e4d53543766b935479b148a1950cc37c8) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
![]() |
5b26a2b507 |
python3-maturin: upgrade 1.8.3 -> 1.8.6
* Add comment about riscv32gc ioctl codes patch, it is needed until libc version is 0.2.172 or greater in Cargo.lock. Comparing changes since 1.8.3: https://github.com/PyO3/maturin/compare/v1.8.3...v1.8.6 Changelog: 1.8.6 * Print a message when overriding platform tag from _PYTHON_HOST_PLATFORM in #2594 * Use the current python interpreter's version when the abi3 feature is set with no explicit version in #2597 1.8.5 * Fix release CI build 1.8.4 * Install a Rust toolchain into a temporary directory when building maturin itself or a package and a Rust toolchain is missing. Set MATURIN_NO_INSTALL_RUST to disable this behavior. #2421 * Fix broken maturin develop with latest uv in #2584 * Add PYO3_PYTHON env var support in #2534 * Sort RECORD file in wheel archives to make them deterministic in #2550 * Publish wheel for loongarch64 in #2548 * Add --compression-level option to build command in #2572 (From OE-Core rev: 92387900825dc6570c9bb43ca4b5a7d44f821f5c) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
![]() |
952d93e89f |
qemu: Disable hanging ptest for riscv64
One of the ptests keeps hanging on qemuriscv64. Until it is investigated, stop it running for now. Also improve the debug output from the run-ptest script so it is easier to see where things hang in future. (From OE-Core rev: bf6a6ba96757471048044290318e32048040dae5) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
![]() |
a2f77bbe0f |
bitbake: fetch/az: Add sanity check and clarify documentation
AZ_SAS token should be prefixed with a question mark. Add a sanity check for this and fix the documentation. [YOCTO #15882] (Bitbake rev: 22011765202514600314732b97f1bb938e21f585) Signed-off-by: Robbin Van Damme <robbinvandamme@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
![]() |
47ff241a84 |
qemu: Upgrade 10.0.0 -> 10.0.2
(From OE-Core rev: e2e7d46290c6ca43301ea635fb4a75ac23afa630) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
![]() |
c132bffab0 |
binutils: Fix CVE-2025-1181
PR 32641 [https://sourceware.org/bugzilla/show_bug.cgi?id=32641] PR 32643 [https://sourceware.org/bugzilla/show_bug.cgi?id=32643] Upstream-Status: Backport [https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=18cc11a2771d9e40180485da9a4fb660c03efac3 && https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=931494c9a89558acb36a03a340c01726545eef24] (From OE-Core rev: f7ffc2ab17d0ae55f7193c6fe39ac081bd00f340) Signed-off-by: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
![]() |
e47d08d330 |
systemd.bbclass: generate preset for templates
There was a regression introduced by the change to use systemd-systemctl-native rather than a python fake implementation, which caused template units to not be properly enabled when set in the SYSTEMD_SERVICE variable. Through investigation, it seems that the best way to re-enable template instances is to handle them explicitly in the systemd.bbclass and enable them with `preset`, like most units are handled[1,2]. Per the systemd.preset manpage, the format for template units is different than for regular units[3]. We need to coalesce all the template instances onto a single line and emit them as an additional space-deliminated argument. Ran this against openbmc's phosphor-ipmi-net recipe and generated the following preset file: ``` $ cat packages-split/phosphor-ipmi-net/usr/lib/systemd/system-preset/98-phosphor-ipmi-net.preset enable phosphor-ipmi-net@.service eth0 enable phosphor-ipmi-net@.socket eth0 ``` [1]: https://lore.kernel.org/openembedded-core/Z2ch.1747051947055246176.oktf@lists.openembedded.org/ [2]: https://lore.kernel.org/openembedded-core/aDdoTVtCmElpURYD@heinlein/ [3]: https://www.freedesktop.org/software/systemd/man/latest/systemd.preset.html Fixes: 7a580800db39 ("systemd: Build the systemctl executable") (From OE-Core rev: f33d9b1f434e40a459614d8dc21ce45e11581008) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
![]() |
303a4e377c |
python3-snowballstemmer: upgrade 2.2.0 -> 3.0.1
* Change to setuptools.build_meta PEP-517 backend Comparing changes since 2.2.0: https://github.com/snowballstem/snowball/compare/v2.2.0...v3.0.1 (From OE-Core rev: 1df380010733fd912106a23022ede0f785a017d5) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
![]() |
5941357678 |
python3-urllib3: upgrade 2.3.0 -> 2.4.0
Comparing changes since 2.3.0: https://github.com/urllib3/urllib3/compare/2.3.0...2.4.0 Changelog: https://urllib3.readthedocs.io/en/stable/changelog.html https://github.com/urllib3/urllib3/blob/main/CHANGES.rst#240-2025-04-10 2.4.0 (2025-04-10) Features * Applied PEP 639 by specifying the license fields in pyproject.toml. (#3522) * Updated exceptions to save and restore more properties during the pickle/serialization process. (#3567) * Added verify_flags option to create_urllib3_context with a default of VERIFY_X509_PARTIAL_CHAIN and VERIFY_X509_STRICT for Python 3.13+. (#3571) Bugfixes * Fixed a bug with partial reads of streaming data in Emscripten. (#3555) Misc * Switched to uv for installing development dependecies. (#3550) * Removed the multiple.intoto.jsonl asset from GitHub releases. Attestation of release files since v2.3.0 can be found on PyPI. (#3566) (From OE-Core rev: a8bb08299140a5b7b548bd6b26a2973531602d6c) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
![]() |
52c4c4c9f5 |
python3-rpds-py: upgrade 0.24.0 -> 0.25.1
Comparing changes since 0.24.0: https://github.com/crate-py/rpds/compare/v0.24.0...v0.25.1 Changelog: v0.25.1 What's Changed * Add windows arm64 wheel build by @finnagin in #133 v0.25.0 What's Changed * Bump PyO3 to 0.25 by @edgarrmondragon in #135 (From OE-Core rev: 1567e8ae8b07a1fcd16101a7376be87c09cfbc36) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
![]() |
44d88009fa |
python3-pyopenssl: upgrade 25.0.0 -> 25.1.0
Comparing changes since 25.0.0: https://github.com/pyca/pyopenssl/compare/25.0.0...25.1.0 Changelog: https://www.pyopenssl.org/en/latest/changelog.html 25.1.0 (2025-05-17): Backward-incompatible changes: * None Deprecations: * Attempting using any methods that mutate an OpenSSL.SSL.Context after it has been used to create an OpenSSL.SSL.Connection will emit a warning. In a future release, this will raise an exception. Changes: * cryptography maximum version has been increased to 45.0.x. (From OE-Core rev: f83f00c1a5bb17e89651c5b19ec0a65e61a1bde7) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
![]() |
56cad27741 |
python3-cryptography,python3-cryptography-vectors: upgrade 44.0.2 -> 45.0.3
Comparing changes since 44.0.2: https://github.com/pyca/cryptography/compare/44.0.2...45.0.3 Changelogs: https://cryptography.io/en/latest/changelog/#v44-0-3 https://cryptography.io/en/latest/changelog/#v45-0-1 https://cryptography.io/en/latest/changelog/#v45-0-2 https://cryptography.io/en/latest/changelog/#v45-0-3 (From OE-Core rev: ff3908b2ccbe06dfcdbc47cb81f5b49c8d421150) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
![]() |
13c32aecb7 |
python3-pluggy: upgrade 1.5.0 -> 1.6.0
Comparing changes since 1.5.0: https://github.com/pytest-dev/pluggy/compare/1.5.0...1.6.0 Release notes: https://pluggy.readthedocs.io/en/latest/changelog.html#pluggy-1-6-0-2025-05-15 Deprecations and Removals * Python 3.8 is no longer supported. (#556) Bug Fixes * Fix a regression in pluggy 1.1.0 where using result.get_result() on the same failed Result causes the exception’s traceback to get longer and longer.(#504) * Correctly pass StopIteration through hook wrappers.(#544) * Raising a StopIteration in a generator triggers a RuntimeError. * If the RuntimeError of a generator has the passed in StopIteration as cause resume with that StopIteration as normal exception instead of failing with the RuntimeError. (From OE-Core rev: 23cfc453d8a03cd4edaad72ed4dbda9be7c47041) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
![]() |
f0e16c47bc |
python3-setuptools-rust: upgrade 1.11.0 -> 1.11.1
Comparing changes since 0.11.0: https://github.com/PyO3/setuptools-rust/compare/v1.11.0...v1.11.1 Fixed * Fix finding cargo artifacts when filenames are empty. #521 (From OE-Core rev: 892c13ee87cf2cb190b1659dd4459401b046472d) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
![]() |
58c7fe0d28 |
icu: upgrade 76-1 -> 77-1
License-Update: Update copyright year of Unicode 3.0 license 2024 -> 2025 Update the HOMEPAGE to reflect where the address actually resolves. (From OE-Core rev: d8da5da2c8f0674dcf5aa1646e0c1303a83aeafd) Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
![]() |
bf50c0ef77 |
clang: Upgrade to 20.1.6 minor release
Brings following commits * 47addd4540b4 [libclc] Include isnan implementation for SPIR-V targets * 4b6e5a286653 [clang-format] Handle Java text blocks (#141334) * 0e1ef696f1fe [Driver] Fix _XOPEN_SOURCE definition on Solaris (#137141) * 5d99a97583e1 [MachO] Improve bounds check (#141083) * aa804fd3e624 [sanitizer_common] Remove interceptors for deprecated struct termio (#137403) * 53393e26d5f4 [LoongArch] Prevent R0/R1 allocation for rj operand of [G]CSRXCHG (#140862) * 6fcb1c127b40 [LoongArch] Fix assertion failure for annotate tablejump (#140907) * 15ec590e389b release/20.x: [clang-format] Fix the indent of StartOfName after AttributeMacro (#140361) * 802f4f75372e [clang-format] Handle raw string literals containing JSON code (#140666) * 9b0832508ede [SDAG] Ensure load is included in output chain of sincos expansion (#140525) * 8a36b8e3ab46 [clang][analyzer] Handle CXXParenInitListExpr alongside InitListExpr * 070cf62530ea [Clang] Demote mixed enumeration arithmetic error to a warning (#131811) * a169f5ca4e4f Correct position of CFI Instruction for Pointer Authentication" * 5befd1fb3c97 [Clang][AST] Fix HandleLValueBase to deal with references (#140105) * e3d2c00ccee4 [LLD][COFF] Allow -arm64xsameaddress in ARM64EC directives (#139631) * 85e06a761483 [LoongArch] Fix fp_to_uint/fp_to_sint conversion errors for lasx (#137129) * ff2e8f93f609 Fix test pfalse-v4i1.ll added in #138712 to require asserts. * 1e4d39e07757 Bump version to 20.1.6 (From OE-Core rev: 84e4f1556e074e5b771c66dac8ba2ce47beb89d0) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
![]() |
e1408f337a |
musl: Upgrade to tip of trunk
Brings following changes * ae3a8c93 fix strcasestr failing to find zero-length needle * 23febbd3 align mbsnrtowcs behavior on partial character with new requirements * 6915b348 dns resolver: reorder sockaddr union to make initialization safe * a34ca6ea termios: fix input speed handling * b6b81f69 clone: clear the frame pointer in the child process on relevant ports * 5e03c03f clone: align the given stack pointer on or1k and riscv * 06c5e4e8 signal: check sigpause() input parameter * b0dc340b loongarch64: add bits/hwcap.h for cpu feature bits in AT_HWCAP auxv entry * cabbd869 bind_textdomain_codeset: fix return value * 00fb7107 shadow.h: remove declaration of function not implemented * 362fc545 riscv: mark __restore and __restore_rt hidden * f1cda422 i386, x86_64, x32: set the symbol type for the crt1 START function (From OE-Core rev: f73f00e01d7a2713605cd9e828b4a0cb29de4448) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
![]() |
fa5cf8a808 |
image_types_wic.bbclass: add "grub-efi" back to WKS_FILE_DEPENDS_BOOTLOADERS on x86-64
This was removed by me without good reasons in commit |
||
![]() |
a2bd18fb36 |
image_types_wic.bbclass: capture verbose wic output by default
Call wic with --debug to capture logs from wic internals so that it's clear which partitions get created and which files get copied where. wic plugins contain for example race conditions which don't install files at all and thus images fail to boot and it's not possible to debug these without something in wic task logs. As an example core-image-initramfs-boot do_image_wic log is now 576 lines which is not excessive but very important when debugging problems, especially race conditions which are only hit in some builds in CI. With all issues I have to deal within wic, I always need to apply this change before I get to see any details what wic and its plugins are doing. Thus I strongly believe this verbose outuput should be the default. (From OE-Core rev: de2187cc4cb8de0a8308708951ada36fa34da263) Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
![]() |
068e4fc6d2 |
image_types_wic.bbclass: remove os-release from WKS_FILE_DEPENDS_BOOTLOADERS on x86 and x86_64
os-release was needed with UKI generation when this was done using wic plugin but now with separate uki.bbclass wic does not need it anymore. (From OE-Core rev: 1b51677bff4f6cff6450010f6e5edd4f47693d82) Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
![]() |
3f61776490 |
image_types_wic.bbclass: depend on grub-efi and systemd-boot on aarch64, systemd-boot on arm
On x86 family builds, grub and systemd-boot are always included and thus get built and deployed before wic image builds. On aarch64 builds that was not the case. Result is that some builds added systemd-boot binaries to the wic image ESP partition and some not, though bugs in wic plugins contributed here too since missing files were silently ignored. Boot of such images fails since firmware is not able to load the default EFI binaries. Adding EFI_PROVIDER to WKS_FILE_DEPENDS_BOOTLOADERS is not possible because of parsing order so adding grub-efi and systemd-boot to aarch64 and systemd-boot to arm depends which makes sure their do_deploy is always executed before wic image is generated. Thus systemd-boot and grub binaries will get copied from deploy directory to the wic image ESP partition, and boot of the images succeeds. (From OE-Core rev: 9975b72291cd2e1ad79635e903e6a744251d91bf) Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
![]() |
c9cb41e293 |
wic bootimg-efi.py: fail build if no binaries installed
With systemd-boot, some builds included correct EFI bootloader binaries and some not. Thus some builds booted and some not. Check that some boot binary was installed so that build fails if none were installed. (From OE-Core rev: 93fad905b9d5f5cee89408901e4be1630955ab75) Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
![]() |
b204576403 |
connman: Set connman resolv.conf as fallback when using systemd-resolved
Commit bec0cfc9b215 ("connman: Set dns-backend automatically") introduced support for using systemd-resolved as the DNS backend. However, connman's resolv.conf was assigned a higher update-alternatives priority. This caused connman's configuration to override systemd-resolved, resulting in a broken DNS setup. /etc/resolv.conf -> /etc/resolv-conf.connman This commit corrects the issue by lowering the priority for connman's resolv.conf when systemd-resolved is enabled, ensuring it acts as a fallback. The higher priority is now only applied when systemd-resolved is not used. Fixes: bec0cfc9b215 ("connman: Set dns-backend automatically") (From OE-Core rev: bea9ea64820a86c4d01671087b706beca1ccdf26) Signed-off-by: Stefan Eichenberger <stefan.eichenberger@toradex.com> Signed-off-by: Hiago De Franco <hiago.franco@toradex.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
![]() |
ee6d8de39b |
core-image-ptest: increase the size of the util-linux image
The util-linux test suite since 2.41 needs at least 300MB of free space for logs, and the standard image only has 250MB when it's booted. (From OE-Core rev: 38d87f71a2147d12269ce5cf12e54aed488ff509) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
![]() |
b49d5e40c9 |
bind: upgrade 9.20.8 -> 9.20.9
Overview of changes in bind 9.20.9 ================================== Security Fixes: 1. Prevent an assertion failure when processing TSIG algorithm. 2. DNS messages that included a Transaction Signature (TSIG) containing an invalid value in the algorithm field caused named to crash with an assertion failure. This has been fixed. (CVE-2025-40775) [GL #5300] For additional feature changes and bug fixes, please see: https://downloads.isc.org/isc/bind9/9.20.9/doc/arm/html/notes.html#notes-for-bind-9-20-9 (From OE-Core rev: c9d59ba50a102ace907779612e74646dec133271) Signed-off-by: Praveen Kumar <praveen.kumar@windriver.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
![]() |
1e811f9e70 |
libjpeg-turbo: Fix build on mips/clang
(From OE-Core rev: 305072dbde8ec5a4f1d455f7fbfa3a631f9f947f) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
![]() |
4c9eef335a |
brief-yoctoprojectqs/ref-manual: Switch to new CDN
The project is switching the way handle our CDN provision of sstate objects, update the URL accordingly. (From yocto-docs rev: 406e8a8e30404c0538f5aa46f211540bae2b206b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
![]() |
9475cba9dd |
local.conf.sample: Switch to new CDN
The project is switching the way handle our CDN provision of sstate objects, update the URL accordingly. (From meta-yocto rev: e5b8e76ba8232860943406e1c53e71b3d2790f17) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
![]() |
a8746c2168 |
sstatetests: Switch to new CDN
The project is switching the way handle our CDN provision of sstate objects, update the URL accordingly. (From OE-Core rev: fea96974f1ee6ae6dceb39e3ca8157797d81586c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
![]() |
3993996279 |
bitbake: toaster/tests/buildtest: Switch to new CDN
The project is switching the way handle our CDN provision of sstate objects, update the URL accordingly. (Bitbake rev: 3372524cb961d95993b27fe4a8d794cdb7255e09) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
![]() |
eec1b254c0 |
linux-yocto: refresh CVE exclusions
As we upgraded the kernel, the exclusions need to be updated too. This marks many CVEs as resolved. (From OE-Core rev: e99d1e7116aef8c5458cd51c0b97b8e275ade3a9) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
![]() |
e9b0ebda42 |
linux/generate-cve-exclusions: show the name and version of the data source
Add another comment to state what the data source for the CVE data was, specifically the basename of the repository and the "git describe" output of HEAD. (From OE-Core rev: 5e66e2b79faec2285d249b16457ecc63c4042444) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
![]() |
e39b3a43ed |
webkitgtk: upgrade 2.48.1 -> 2.48.2
Includes fix for CVE-2025-24223, CVE-2025-31204, CVE-2025-31205, CVE-2025-31206, CVE-2025-31215 and CVE-2025-31257. Changelog: ========= - Enable CSS Overscroll Behavior by default. - Change threaded rendering implementation to use Skia API instead of WebCore display list that is not thread safe. - Fix rendering when device scale factor change comes before the web view geometry update. - Fix network process crash on exit. - Fix the build with ENABLE_RESOURCE_USAGE=OFF. - Fix several crashes and rendering issues. Drop fix-ftbfs-non-arm-non-x86.patch which is part of upgrade. (From OE-Core rev: f33b79a07117d4327949aa1661221a3b9bc0f7e3) Signed-off-by: Yogita Urade <yogita.urade@windriver.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
![]() |
ce224c9c23 |
mesa: add support for Teflon, TFLite delegate
Extend mesa PACKAGECONFIG with new option, teflon, enabling building of the TFLite delegate, libteflon.so. Currently it supports only VeriSilicon NPUs. Suggested-by: Fathi Boudra <fathi.boudra@linaro.org> (From OE-Core rev: d639f2e3e6922efe845cf84fb35d729167693adb) Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
![]() |
a0e6896e23 |
mesa: remove XA tracker support
XA tracker is unmaintained and deprecated. It has been removed in 25.2 branch and it is going to be disabled by default in the 25.1.2 release. Be slightly more proactive, pick up the patch disabling XA by default and drop support for XA tracker in the recipe. (From OE-Core rev: e8bba3efd72bf90d70e674b0686d13639a44f0ad) Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
![]() |
4a7138337a |
shadow: upgrade from 4.17.3 to 4.17.4
Upgrade shadow to 4.17.4. (From OE-Core rev: 2c2ff1c2669387d9304d01cddc9dcc80af9c4873) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
![]() |
d8d8f83bd1 |
rust: Disable cross-unwinding support in llvm libunwind
This is default in LLVM but rust does not use cmake to build itself so it needs to replicate the behavior Fixes rust build with clang/musl for aarch64 (From OE-Core rev: f05d42d11e56cbbda6034bd7f773dc690b68bdbd) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
![]() |
597c0834f1 |
conf/bitbake.conf: use gnu mirror instead of main server
ftp.gnu.org is the main server of the GNU project, however download speed can vary greatly based on one's location. Using ftpmirror.gnu.org should redirect the request to the closest up-to-date mirror, which should result sometimes in significantly faster download speed, depending on one's location. This should also distribute the traffic more across the mirrors. This information was sourced from https://www.gnu.org/prep/ftp.html . (From OE-Core rev: d8c6f01d7467e018aa0ed27a87850d9e4434a47a) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
![]() |
9063a4a13f |
mesa-gl: Remove osmesa dependency
osmesa has been removed from recently upgrade mesa recipes remove it from the fallback for non-x11 systems (From OE-Core rev: 7ee8e99a52044e18cd35bde8d280274ce44e26d4) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
![]() |
efeb3c71c0 |
linux-yocto/6.12: update to v6.12.30
Updating linux-yocto/6.12 to the latest korg -stable release that comprises the following commits: e0e2f7824338 Linux 6.12.30 25e07c8403f4 drm/amdgpu: fix pm notifier handling 8e7583fb858c phy: tegra: xusb: remove a stray unlock 5924b3244688 usb: typec: ucsi: displayport: Fix deadlock bca94cc34563 drm/tiny: panel-mipi-dbi: Use drm_client_setup_with_fourcc() 5ed066083fc3 drm/panel-mipi-dbi: Run DRM default client setup 25998ed87f0c drm/fbdev-dma: Support struct drm_driver.fbdev_probe d22496de5049 Bluetooth: btnxpuart: Fix kernel panic during FW release 7ca84f6a22d5 iio: light: opt3001: fix deadlock due to concurrent flag access 58517eae326e accel/ivpu: Fix fw log printing 0923a7d55a85 accel/ivpu: Refactor functions in ivpu_fw_log.c 1516c55872cc accel/ivpu: Reset fw log on cold boot 1c302f64ea07 accel/ivpu: Rename ivpu_log_level to fw_log_level 74953f93f47a mm/page_alloc: fix race condition in unaccepted memory handling 260ca2e9617f drm/xe/gsc: do not flush the GSC worker from the reset path 6b2d1fbd4146 CIFS: New mount option for cifs.upcall namespace resolution 23dc14c52d84 dmaengine: idxd: Refactor remove call with idxd_cleanup() helper 017d4012dc05 dmaengine: idxd: fix memory leak in error handling path of idxd_pci_probe 868dbce755ec dmaengine: idxd: fix memory leak in error handling path of idxd_alloc 21f9f5cd9a0c dmaengine: idxd: Add missing idxd cleanup to fix memory leak in remove call e0ba67b10d7c dmaengine: idxd: Add missing cleanups in cleanup internals 80b02602279a dmaengine: idxd: Add missing cleanup for early error out in idxd_setup_internals 56e2f09083cf dmaengine: idxd: fix memory leak in error handling path of idxd_setup_groups 4958737c42e1 dmaengine: idxd: fix memory leak in error handling path of idxd_setup_engines 5fcd392dae6d dmaengine: idxd: fix memory leak in error handling path of idxd_setup_wqs 6b5d770e4563 dmaengine: ti: k3-udma: Use cap_mask directly from dma_device structure instead of a local copy 26e63b2fe30c dmaengine: ti: k3-udma: Add missing locking fe0756daad52 mm: userfaultfd: correct dirty flags set for both present and swap pte d005c8166528 net: qede: Initialize qede_ll_ops with designated initializer 20d6e621be48 ring-buffer: Fix persistent buffer when commit page is the reader page 2b81e76db366 wifi: mt76: disable napi on driver removal ec5d9a750e91 tpm: Mask TPM RC in tpm2_start_auth_session() cac03fecbcc5 spi: tegra114: Use value to check for invalid delays d0df124437cc smb: client: fix memory leak during error handling for POSIX mkdir bffc3038a28b scsi: sd_zbc: block: Respect bio vector limits for REPORT ZONES buffer c450f648d0fc phy: renesas: rcar-gen3-usb2: Set timing registers only once c78a5693bd15 phy: renesas: rcar-gen3-usb2: Fix role detection on unbind/bind ed0e7d31d09a phy: Fix error handling in tegra_xusb_port_init 1db527f0cb8f phy: tegra: xusb: Use a bitmask for UTMI pad power state tracking ce14aa00dd53 tracing: samples: Initialize trace_array_printk() with the correct function 589c9e66bd47 ftrace: Fix preemption accounting for stacktrace filter command 7d353da580c5 ftrace: Fix preemption accounting for stacktrace trigger command 511ceee89966 kbuild: Disable -Wdefault-const-init-unsafe 899e014e6847 Drivers: hv: vmbus: Remove vmbus_sendpacket_pagebuffer() 4400b05ffabc Drivers: hv: Allow vmbus_sendpacket_mpb_desc() to create multiple ranges 02a68f11ba84 arm64: dts: rockchip: Remove overdrive-mode OPPs from RK3588J SoC dtsi 7f2e784f27bb arm64: dts: amlogic: dreambox: fix missing clkc_audio node b1d6694b39ec hv_netvsc: Remove rmsg_pgcnt 7a508c604cd3 hv_netvsc: Preserve contiguous PFN grouping in the page buffer array 24f05522c1c1 hv_netvsc: Use vmbus_sendpacket_mpb_desc() to send VMBus messages fe1bebd0edb2 dma-buf: insert memory barrier before updating num_fences 93152dac0ba7 ALSA: usb-audio: Add sample rate quirk for Microdia JP001 USB Camera c88f4ff5354b ALSA: usb-audio: Add sample rate quirk for Audioengine D1 f8302100f42b ALSA: es1968: Add error handling for snd_pcm_hw_constraint_pow2() 7f8d77f65426 ACPI: PPTT: Fix processor subtable walk a348ff3f5b69 gpio: pca953x: fix IRQ storm on system wake up f0c0b8e6bc26 MAINTAINERS: Update Alexey Makhalov's email address 64a33088adf2 drm/amd/display: Avoid flooding unnecessary info messages 2d125a1f0d61 drm/amd/display: Correct the reply value when AUX write incomplete 8d71c3231b33 drm/amdgpu: csa unmap use uninterruptible lock e54f20c5a17e drm/amdgpu: fix incorrect MALL size for GFX1151 c75f3f9cbfb7 Revert "drm/amd/display: Hardware cursor changes color when switched to software cursor" 3ee639985425 btrfs: add back warning for mount option commit values exceeding 300 bf804f34adfb btrfs: fix folio leak in submit_one_async_extent() 6ea6cea17ff8 btrfs: fix discard worker infinite loop after disabling discard 12f69c4e3098 LoongArch: uprobes: Remove redundant code about resume_era 88650dde2eea LoongArch: uprobes: Remove user_{en,dis}able_single_step() c92b99c4c097 LoongArch: Fix MAX_REG_OFFSET calculation 213533657435 LoongArch: Save and restore CSR.CNTC for hibernation 66a309b4d5bd LoongArch: Move __arch_cpu_idle() to .cpuidle.text section 111e55db3ca3 LoongArch: Prevent cond_resched() occurring within kernel-fpu f8544be7e8e5 HID: bpf: abort dispatch if device destroyed d32c1880b33a udf: Make sure i_lenExtents is uptodate on inode eviction 0102989af4c3 sched_ext: bpf_iter_scx_dsq_new() should always initialize iterator a0c247821813 dmaengine: Revert "dmaengine: dmatest: Fix dmatest waiting less when interrupted" 153367726797 NFSv4/pnfs: Reset the layout state after a layoutreturn 6dbf38159d8d tsnep: fix timestamping with a stacked DSA driver a11b8c0be6ac net/tls: fix kernel panic when alloc_page failed abc43c1ffdbc mlxsw: spectrum_router: Fix use-after-free when deleting GRE net devices 07c737d9ab02 wifi: mac80211: Set n_channels after allocating struct cfg80211_scan_request 7db81acae084 octeontx2-pf: Do not reallocate all ntuple filters 1977cec5beaa octeontx2-af: Fix CGX Receive counters 256adb2da583 net: ethernet: mtk_eth_soc: fix typo for declaration MT7988 ESW capability bf85a27605d0 octeontx2-pf: macsec: Fix incorrect max transmit size in TX secy 38a2fdd3e9c9 netlink: specs: tc: all actions are indexed arrays be64ab9c173f netlink: specs: tc: fix a couple of attribute names 3f16340071d0 drm/xe: Save CTX_TIMESTAMP mmio value instead of LRC value d2a9a92bb4cc regulator: max20086: fix invalid memory access 5451b834b3ff qlcnic: fix memory leak in qlcnic_sriov_channel_cfg_cmd() 1f80e6ff0260 net/mlx5e: Disable MACsec offload for uplink representor profile 462e2243812e vsock/test: Fix occasional failure in SIOCOUTQ tests 225e29465aa7 net: dsa: b53: prevent standalone from trying to forward to other ports bd993721789d ALSA: sh: SND_AICA should depend on SH_DMA_API a3c147040bb2 nvme-pci: acquire cq_poll_lock in nvme_poll_irqdisable ddfa034da318 nvme-pci: make nvme_pci_npages_prp() __always_inline 0251e13f3f49 net: dsa: sja1105: discard incoming frames in BR_STATE_LISTENING 3e64d35475aa net: cadence: macb: Fix a possible deadlock in macb_halt_tx. 5ee626e47330 ALSA: ump: Fix a typo of snd_ump_stream_msg_device_info caac5761a6cd ALSA: seq: Fix delivery of UMP events to group ports 8ee6ec20dd5f net: mctp: Ensure keys maintain only one ref to corresponding dev d308312acd0c tests/ncdevmem: Fix double-free of queue array 38c937dbd4e4 selftests: ncdevmem: Switch to AF_INET6 04db681f3c75 selftests: ncdevmem: Make client_ip optional 0738648a7d61 selftests: ncdevmem: Unify error handling eb15f4f38013 selftests: ncdevmem: Separate out dmabuf provider f3380d119f61 selftests: ncdevmem: Redirect all non-payload output to stderr d4d1561d17eb net: mctp: Don't access ifa_index when missing 9e5efcff49b3 mctp: no longer rely on net->dev_index_head[] 37050be74e80 tools/net/ynl: ethtool: fix crash when Hardware Clock info is missing d1365ca80b01 net_sched: Flush gso_skb list too during ->change() 28826a89fdfd Bluetooth: MGMT: Fix MGMT_OP_ADD_DEVICE invalid device flags 10c7f1c647da RDMA/core: Fix "KASAN: slab-use-after-free Read in ib_register_device" problem de7acdb46291 spi: loopback-test: Do not split 1024-byte hexdumps da824f127163 nfs: handle failure of nfs_get_lock_context in unlock path 94e7272b636a HID: uclogic: Add NULL check in uclogic_input_configured() a6999953707a HID: thrustmaster: fix memory leak in thrustmaster_interrupts() 336edd6b0f5b RDMA/rxe: Fix slab-use-after-free Read in rxe_queue_cleanup bug c43b0a185fa6 virtio_net: ensure netdev_tx_reset_queue is called on bind xsk for tx 343a77562c1f virtio_ring: add a func argument 'recycle_done' to virtqueue_reset() 1cf8bdd596a8 iio: chemical: sps30: use aligned_s64 for timestamp 7b16d3c36123 iio: adc: ad7768-1: Fix insufficient alignment of timestamp. b9e0997f2e84 xhci: dbc: Avoid event polling busyloop if pending rx transfers are inactive. 651eaaae6baa xhci: dbc: Improve performance by removing delay in transfer event polling. 5d9d62323e18 Revert "drm/amd: Stop evicting resources on APUs in suspend" 4d45a5f1e2a0 drm/amd: Add Suspend/Hibernate notification callback support ea0153e065f4 iio: pressure: mprls0025pa: use aligned_s64 for timestamp 039681d656a3 iio: chemical: pms7003: use aligned_s64 for timestamp b37c112ef265 iio: adc: ad7266: Fix potential timestamp alignment issue. a065f78eba2a KVM: x86/mmu: Prevent installing hugepages when mem attributes are changing 3d962ec543e5 KVM: Add member to struct kvm_gfn_range to indicate private/shared 54401e29ab4f uio_hv_generic: Fix sysfs creation path for ring buffer 7bf64cd0ccb8 tpm: tis: Double the timeout B to 4s 517c11fe4fcb tracing: probes: Fix a possible race in trace_probe_log APIs f0d70d8dcae4 cgroup/cpuset: Extend kthread_is_per_cpu() check to all PF_NO_SETAFFINITY tasks 220444d2095a arm64: dts: imx8mp-var-som: Fix LDO5 shutdown causing SD card timeout 48fff1267e8d platform/x86: asus-wmi: Fix wlan_ctrl_by_user detection 03e4ee3a9a26 platform/x86/amd/pmc: Declare quirk_spurious_8042 for MECHREVO Wujie 14XA (GX4HRXL) bc4c54cbb430 binfmt_elf: Move brk for static PIE even if ASLR disabled 97dd8c19f2a3 riscv: dts: sophgo: fix DMA data-width configuration for CV18xx a0bde67526c0 drivers/platform/x86/amd: pmf: Check for invalid Smart PC Policies 5022d7a39255 drivers/platform/x86/amd: pmf: Check for invalid sideloaded Smart PC Policies 10d1496f85d7 fs/xattr.c: fix simple_xattr_list to always include security.* xattrs 61f489ca9940 arm64: dts: rockchip: Assign RT5616 MCLK rate on rk3588-friendlyelec-cm3588 2ee7ebed771b mips: Add '-std=gnu11' to vdso CFLAGS b2c792d89ac5 yaffs2: switch from readlink_copy() to vfs_readlink() 807165b1ec1c tools/power/x86/intel-speed-select: Prefix header search path with sysroot e97df805b938 drm/tilcdc: Set preferred depth 7160a4379dcc arch/arm64/configs: remove CONFIG_SM_DISPCC_8650 6d8ac5ebe6e8 aufs6: core 587abc1b64c4 aufs6: standalone 1af41d30ef42 aufs6: mmap 6ee2464d2e9d aufs6: base 103b676505f7 aufs6: kbuild 67281562943f qemux86: add configuration symbol to select values 73f315ca0823 sched/isolation: really align nohz_full with rcu_nocbs 1e4e7f8ab622 clear_warn_once: add a clear_warn_once= boot parameter 918e7a825e8b clear_warn_once: bind a timer to written reset value f533f87c3758 clear_warn_once: expand debugfs to include read support f149ca27cba9 tools: Remove some options from CLANG_CROSS_FLAGS e633abe9c44e libbpf: Fix build warning on ref_ctr_off ec0916a4cfc1 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel. 03721ceb5626 perf: x86-32: explicitly include <errno.h> 4c36c5295bb0 perf: mips64: Convert __u64 to unsigned long long b0200449610d perf: fix bench numa compilation aff0940b2212 perf: add SLANG_INC for slang.h ef912018d28c perf: add sgidefs.h to for mips builds d8860f858b87 perf: change --root to --prefix for python install dc38a0eee6e5 perf: add 'libperl not found' warning 6ed51f8786da perf: force include of <stdbool.h> c538d4c4ac65 fat: Replace prandom_u32() with get_random_u32() 63d94846f0c5 fat: don't use obsolete random32 call in namei_vfat 7816667451ef FAT: Added FAT_NO_83NAME f81dbd60f0d5 FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option 771cdefba44b FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option a24784fd8f88 yaffs2: update to v6.12 folio changes d0a48fd46db8 yaffs2: adapt to v6.10 i_time changes d097e4d4115a yaffs: fix mtime/itime field access 4411e0d49fe3 yaffs2: update VFS ctime operations to 6.6+ 1b6619086e8b yaffs2: v6.5 fixups 25b261ee3c54 yaffs2: Fix miscalculation of devname buffer length 5c07936a5d1c yaffs2: convert user_namespace to mnt_idmap 55986a1284b3 yaffs2: replace bdevname call with sprintf 6f5508f8db8f yaffs2: convert read_page -> readfolio fd179a5df5d5 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL c9a620dacdd1 yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name 78588208ed17 yaffs2: v5.12+ build fixups (not runtime tested) 8d2dddba272c yaffs: include blkdev.h 8c1ca9ef9712 yaffs: Fix build failure by handling inode i_version with proper atomic API 27005cbac2ed yaffs2: v5.6 build fixups 668211c9f9b7 yaffs2: fix memory leak when /proc/yaffs is read 285f911dcc1c yaffs: add strict check when call yaffs_internal_read_super ffc2ed489ccf yaffs: repair yaffs_get_mtd_device 6dce4b70a5e3 yaffs: Fix build failure by handling inode i_version with proper atomic API 19f283abc5d1 yaffs2: fix memory leak in mount/umount 04e84672b571 yaffs: Avoid setting any ACL releated xattr 4f221d6a32e2 Yaffs:check oob size before auto selecting Yaffs1 81f36004e56b fs: yaffs2: replace CURRENT_TIME by other appropriate apis 26d7a3dd0054 yaffs2: adjust to proper location of MS_RDONLY a7016eac4540 yaffs2: import git revision b4ce1bb (jan, 2020) feb240bbb91e initramfs: allow an optional wrapper script around initramfs generation 874746eaa341 drivers: gpu: drm: msm: registers: improve reproducibility 1d42508faee8 tools: use basename to identify file in gen-mach-types 4b055eca593d iwlwifi: select MAC80211_LEDS conditionally 97e20e275ac0 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119) 6dec58319165 defconfigs: drop obselete options a416ccb5b6c9 linux-yocto: Handle /bin/awk issues 7efe8a1e5158 uvesafb: provide option to specify timeout for task completion 78d10ae07eca uvesafb: print error message when task timeout occurs 80473b7eb8ca compiler.h: Undef before redefining __attribute_const__ ddeff2f1a9a7 vmware: include jiffies.h 3dcdda8912b4 Resolve jiffies wrapping about arp 3b1507db6735 nfs: Allow default io size to be configured. c2fedad05f77 check console device file on fs when booting 208d6fbada3f mount_root: clarify error messages for when no rootfs found dbe9454c8ea0 mconf: fix output of cflags and libraries 7c7b224f5cce menuconfig,mconf-cfg: Allow specification of ncurses location b6c189c81397 modpost: mask trivial warnings a5cc21325ba9 kbuild: exclude meta directory from distclean processing 361ec143c23f powerpc: serialize image targets 605e6ccb304c arm: serialize build targets e94b04fcb7d2 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition 44cc7f69a0a0 cpu/amd: inhibit SMP check for qemux86 a08cb65331e6 x86_64_defconfig: Fix warnings 8ad332ef777b mips: make current_cpu_data preempt safe 754f05ddce3f mips: vdso: fix 'jalr $t9' crash in vdso code 325ff78ff44d mips: Kconfig: add QEMUMIPS64 option 99ae0eadcf11 4kc cache tlb hazard: tlbp cache coherency c6894c66a534 malta uhci quirks: make allowance for slow 4k(e)c 8b52c01f3294 arm64: defconfig: remove CONFIG_IPQ_APSS_5018 16c7629f035e drm/fb-helper: move zeroing code to drm_fb_helper_fill_var 6b60c874cbb0 arm64: defconfig: cleanup config options 8e44673ecd89 vexpress: Pass LOADADDR to Makefile f34e6805aad5 arm: ARM EABI socketcall 94dec9b88de4 ARM: LPAE: Invalidate the TLB for module addresses during translation fault (From OE-Core rev: a487b32fc93e639267fc5aee12842132accc0873) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
![]() |
3aff00627f |
linux-yocto/6.12: riscv config sync
Integrating the following commit(s) to linux-yocto/.: 1/1 [ Author: Khem Raj Email: raj.khem@gmail.com Subject: bsp/qemuriscv32: Sync config with upstream defconfig 6.12+ Date: Tue, 20 May 2025 09:36:06 -0700 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> ] (From OE-Core rev: d530bd296108ea38f77c12b097c8d65bfb6a2efd) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
![]() |
7c82967c69 |
linux-yocto/6.12: update to v6.12.29
Updating linux-yocto/6.12 to the latest korg -stable release that comprises the following commits: 5be5dbf91ef3 Linux 6.12.29 7e78061be78b x86/its: FineIBT-paranoid vs ITS bb85c3abbfd8 x86/its: Fix build errors when CONFIG_MODULES=n 2a6194e12427 selftest/x86/bugs: Add selftests for ITS 88a817e60dbb x86/its: Use dynamic thunks for indirect branches 15335117c5d7 x86/ibt: Keep IBT disabled during alternative patching bd57853b863e x86/its: Align RETs in BHB clear sequence to avoid thunking 9f132c0397df x86/its: Add support for RSB stuffing mitigation 4dc1902fdee7 x86/its: Add "vmexit" option to skip mitigation on some CPUs 68d59e9ba384 x86/its: Enable Indirect Target Selection mitigation 51000047235f x86/its: Add support for ITS-safe return thunk 16a7d5b7a46e x86/its: Add support for ITS-safe indirect thunk a6f2a436e9d6 x86/its: Enumerate Indirect Target Selection (ITS) bug 76f847655bcb Documentation: x86/bugs/its: Add ITS documentation f23d4f4aebf0 x86/speculation: Remove the extra #ifdef around CALL_NOSPEC 9ebe6f1bd213 x86/speculation: Add a conditional CS prefix to CALL_NOSPEC d2498bbb54f6 x86/speculation: Simplify and make CALL_NOSPEC consistent 9d8295dcf243 x86/bhi: Do not set BHI_DIS_S in 32-bit mode b86349f32625 x86/bpf: Add IBHF call at end of classic BPF 87a12b9b3810 x86/bpf: Call branch history clearing sequence on exit 2176530849b1 arm64: proton-pack: Add new CPUs 'k' values for branch mitigation e5f5100f1c64 arm64: bpf: Only mitigate cBPF programs loaded by unprivileged users 38c345fd54af arm64: bpf: Add BHB mitigation to the epilogue for cBPF programs f2aebb8ec64d arm64: proton-pack: Expose whether the branchy loop k value ec5bca57afc6 arm64: proton-pack: Expose whether the platform is mitigated by firmware 2a3915e86187 arm64: insn: Add support for encoding DSB 86b37810fa1e sched/eevdf: Fix se->slice being set to U64_MAX and resulting crash 16bae58f7355 mm: page_alloc: speed up fallbacks in rmqueue_bulk() 564d25b1a6a0 mm: page_alloc: don't steal single pages from biggest buddy 12abefb8c821 Bluetooth: btmtk: Remove the resetting step before downloading the fw c7a9df4ef4a7 Bluetooth: btmtk: Remove resetting mt7921 before downloading the fw 2482f7705b83 io_uring: always arm linked timeouts prior to issue 6b0383a21d3a rust: clean Rust 1.88.0's `clippy::uninlined_format_args` lint 1c25723831c4 rust: allow Rust 1.87.0's `clippy::ptr_eq` lint 6aac2c54762c Revert "um: work around sched_yield not yielding in time-travel mode" cd010271a92b do_umount(): add missing barrier before refcount checks in sync case 3edac2949eb5 io_uring/sqpoll: Increase task_work submission batch size 944af45bb76b drm/xe/tests/mocs: Hold XE_FORCEWAKE_ALL for LNCF regs 95a75ed2b005 drm/xe/tests/mocs: Update xe_force_wake_get() return handling d6b013b44e44 riscv: misaligned: enable IRQs while handling misaligned accesses 45a0697ceeae riscv: misaligned: factorize trap handling 19fa2a483029 nvme: unblock ctrl state transition for firmware update 7798edcc5b56 drm/panel: simple: Update timings for AUO G101EVN010 184b147b9f7f loop: Add sanity check for read/write_iter a781ffe410d8 loop: factor out a loop_assign_backing_file helper 5e1470b27672 loop: refactor queue limits updates 0558ce095b76 loop: Fix ABBA locking race 722f6dece719 loop: Simplify discard granularity calc 02a77b3020a2 loop: Use bdev limit helpers for configuring discard 126be03494f2 riscv: misaligned: Add handling for ZCB instructions eaa30e1d0ed2 MIPS: Fix MAX_REG_OFFSET fb98c9e584f4 iio: adc: dln2: Use aligned_s64 for timestamp ef5d6a409680 iio: accel: adxl355: Make timestamp 64-bit aligned using aligned_s64 afe884959738 types: Complement the aligned types with signed 64-bit one 245e319019c6 iio: temp: maxim-thermocouple: Fix potential lack of DMA safe buffer. e9bf391a9bce iio: accel: adxl367: fix setting odr for activity time update a2ad060643a4 usb: usbtmc: Fix erroneous generic_read ioctl return 207391377646 usb: usbtmc: Fix erroneous wait_srq ioctl return 29e17737465c usb: usbtmc: Fix erroneous get_stb ioctl error returns 9d90c283eac5 USB: usbtmc: use interruptible sleep in usbtmc_read 5ad298d6d4ae usb: typec: ucsi: displayport: Fix NULL pointer access 3366a199483a usb: typec: tcpm: delay SNK_TRY_WAIT_DEBOUNCE to SRC_TRYWAIT transition 1c001b6ddeb7 usb: misc: onboard_usb_dev: fix support for Cypress HX3 hubs 08eca452a648 usb: host: tegra: Prevent host controller crash when OTG port is used d1c8fa4c6edb usb: gadget: Use get_status callback to set remote wakeup capability 43ae91f561de usb: gadget: tegra-xudc: ACK ST_RC after clearing CTRL_RUN 75f23e49add8 usb: gadget: f_ecm: Add get_status callback fae7f4460188 usb: cdnsp: fix L1 resume issue for RTL_REVISION_NEW_LPM version 88d92cffc9d9 usb: cdnsp: Fix issue with resuming from L1 f6fdbe4d543b usb: dwc3: gadget: Make gadget_wakeup asynchronous d133023c9a3f ocfs2: stop quota recovery before disabling quotas fe3d752a7a10 ocfs2: implement handshaking with ocfs2 recovery thread f96041a959f7 ocfs2: switch osb->disable_recovery to enum 1b3b9158521a ocfs2: fix the issue with discontiguous allocation in the global_bitmap b76eaef983c7 x86/microcode: Consolidate the loader enablement checking d63851049f41 module: ensure that kobject_put() is safe for module type kobjects d66a22f6a432 memblock: Accept allocated memory before use in memblock_double_array() ed45af6841a9 clocksource/i8253: Use raw_spinlock_irqsave() in clockevent_i8253_disable() abbc99e898e4 arm64: cpufeature: Move arm64_use_ng_mappings to the .data section to prevent wrong idmap generation 55701e992b17 accel/ivpu: Increase state dump msg timeout 8e9c8a0393b5 xenbus: Use kref to track req lifetime 54dd5d6af705 xen: swiotlb: Use swiotlb bouncing if kmalloc allocation demands it 571dcf3d27b2 smb: client: Avoid race in open_cached_dir with lease breaks a9f28dbfdd1e usb: uhci-platform: Make the clock really optional 92d0a28afba2 drm/amdgpu/hdp7: use memcfg register to post the write for HDP flush df044182621a drm/amdgpu/hdp6: use memcfg register to post the write for HDP flush 0a776c305435 drm/amdgpu/hdp5: use memcfg register to post the write for HDP flush b6f0f3e6c7a9 drm/amdgpu/hdp5.2: use memcfg register to post the write for HDP flush 4872de413e20 drm/amdgpu/hdp4: use memcfg register to post the write for HDP flush a13f9ac569f0 drm/amd/display: Copy AUX read reply data whenever length > 0 2d63e66f7ba7 drm/amd/display: Fix wrong handling for AUX_DEFER case 0e225bdba360 drm/amd/display: Remove incorrect checking in dmub aux handler fc7ac4ad1d16 drm/amd/display: Fix the checking condition in dmub aux handling 468034a06a6e drm/amd/display: more liberal vmin/vmax update for freesync d8c4afe78385 drm/amd/display: Fix invalid context error in dml helper 19323f414baa drm/amdgpu/vcn: using separate VCN1_AON_SOC offset 206569cbf71a drm/xe: Add page queue multiplier a5f162727b91 drm/v3d: Add job to pending list if the reset was skipped dadf91161083 iio: imu: st_lsm6dsx: fix possible lockup in st_lsm6dsx_read_tagged_fifo a1cad8a3bca4 iio: imu: st_lsm6dsx: fix possible lockup in st_lsm6dsx_read_fifo 82f6334a0b3e iio: imu: inv_mpu6050: align buffer for timestamp c4dfff960b34 iio: adis16201: Correct inclinometer channel resolution 4cbd37a12aed iio: adc: rockchip: Fix clock initialization sequence c9f8413b78f2 iio: adc: ad7606: fix serial register access 7f37e3148368 io_uring: ensure deferred completions are flushed for multishot 4d41b9e4c9e8 drm/amd/display: Shift DMUB AUX reply command if necessary d362b21fefce KVM: SVM: Forcibly leave SMM mode on SHUTDOWN interception 5156f7c484ab selftests/mm: fix a build failure on powerpc b21ec0726a7b selftests/mm: compaction_test: support platform with huge mount of memory b543a5a73b5c mm/userfaultfd: fix uninitialized output field for -EAGAIN race 6166c3cf4054 mm/huge_memory: fix dereferencing invalid pmd migration entry 2910019b04eb mm: vmalloc: support more granular vrealloc() sizing efb597345953 mm: fix folio_pte_batch() on XEN PV d87392094f96 x86/mm: Eliminate window where TLB flushes may be inadvertently skipped e8b1d65f0a93 staging: axis-fifo: Correct handling of tx_fifo_depth for size validation 38a8982ca0b7 staging: axis-fifo: Remove hardware resets for user errors 06753f49336a staging: bcm2835-camera: Initialise dev in v4l2_dev 215e42e2f12c staging: iio: adc: ad7816: Correct conditional logic for store mode 5bb112f16008 rust: clean Rust 1.88.0's warning about `clippy::disallowed_macros` configuration a85d8aed0c08 objtool/rust: add one more `noreturn` Rust function for Rust 1.87.0 376b73292a26 rust: clean Rust 1.88.0's `unnecessary_transmutes` lint 2943297acfea Input: synaptics - enable InterTouch on TUXEDO InfinityBook Pro 14 v5 a82f4f5563b6 Input: synaptics - enable SMBus for HP Elitebook 850 G1 bbb5081015ed Input: synaptics - enable InterTouch on Dell Precision M3800 bc4556bba1c8 Input: synaptics - enable InterTouch on Dynabook Portege X30L-G 9d9074af50e8 Input: synaptics - enable InterTouch on Dynabook Portege X30-D 38bb0170d6ad Input: xpad - fix two controller table values bf239d383538 Input: xpad - add support for 8BitDo Ultimate 2 Wireless Controller 302a0cd0bbc4 Input: xpad - fix Share button on Xbox One controllers 619c05fb176c Input: mtk-pmic-keys - fix possible null pointer dereference f36230dacde9 Input: cyttsp5 - fix power control issue on wakeup ee25256789c3 Input: cyttsp5 - ensure minimum reset pulse width de02eb727f1a virtio-net: fix total qstat values bb8f86f40e04 net: export a helper for adding up queue stats 7eea40818e8f fbnic: Do not allow mailbox to toggle to ready outside fbnic_mbx_poll_tx_ready 650e283b4cd3 fbnic: Pull fbnic_fw_xmit_cap_msg use out of interrupt context 9d9010879dc9 fbnic: Improve responsiveness of fbnic_mbx_poll_tx_ready 612a05c9f20c fbnic: Actually flush_tx instead of stalling out fea860a2a613 fbnic: Gate AXI read/write enabling on FW mailbox cd25fc4c562e fbnic: Fix initialization of mailbox descriptor rings ce97489864c9 net: dsa: b53: do not set learning and unicast/multicast on up e5b40f4a2b3e net: dsa: b53: fix learning on VLAN unaware bridges ce1a289bf2ab net: dsa: b53: fix toggling vlan_filtering 2407c98a1b4c net: dsa: b53: do not program vlans when vlan filtering is off 7dac02582911 net: dsa: b53: do not allow to configure VLAN 0 11c427a8699e net: dsa: b53: always rejoin default untagged VLAN on bridge leave 90b65bc357ca net: dsa: b53: fix VLAN ID for untagged vlan on bridge leave 42ab1f2b6f45 net: dsa: b53: fix flushing old pvid VLAN on pvid change 4ed7e603139f net: dsa: b53: fix clearing PVID of a port 46de8f2aa389 net: dsa: b53: keep CPU port always tagged again 11dbd4e0a89a net: dsa: b53: allow leaky reserved multicast b37e54259cab bpf: Scrub packet on bpf_redirect_peer e2ab67672b22 netfilter: ipset: fix region locking in hash types 0160ac84fb03 ipvs: fix uninit-value for saddr in do_output_route4 64385c0d02f7 erofs: ensure the extra temporary copy is valid for shortened bvecs 574686c80754 ice: use DSN instead of PCI BDF for ice_adapter index 62946989e660 ice: Initial support for E825C hardware in ice_adapter 4555c4a13a93 wifi: mac80211: fix the type of status_code for negotiated TID to Link Mapping c33927f3858c can: gw: fix RCU/BH usage in cgw_create_job() 8f24cc6a72eb can: mcp251xfd: fix TDC setting for low data bit rates 2ecce25ea296 can: m_can: m_can_class_allocate_dev(): initialize spin lock on device probe 79a6945e3de5 net: ethernet: mtk_eth_soc: do not reset PSE when setting FE aac9d5fa537b net: ethernet: mtk_eth_soc: reset all TX queues on DMA free 35be4c0cdf46 gre: Fix again IPv6 link-local address generation. 94a6f6c204ab virtio-net: free xsk_buffs on error in virtnet_xsk_pool_enable() edd53ee790f3 virtio_net: xsk: bind/unbind xsk for tx 98cd7ed92753 sch_htb: make htb_deactivate() idempotent 5c3b8f05756b s390/entry: Fix last breaking event handling in case of stack corruption 2148d34371b0 ksmbd: fix memory leak in parse_lease_state() ec334aaab747 openvswitch: Fix unsafe attribute parsing in output_userspace() 9e9841e232b5 ksmbd: Fix UAF in __close_file_table_ids d62ba16563a8 ksmbd: prevent out-of-bounds stream writes by validating *pos c57301e332cc ksmbd: prevent rename with empty string 1b7b1cbc6e73 can: rockchip_canfd: rkcanfd_remove(): fix order of unregistration calls 12ef60f1b99c can: mcp251xfd: mcp251xfd_remove(): fix order of unregistration calls c488f8b53e15 s390/pci: Fix duplicate pci_dev_put() in disable_slot() when PF has child VFs afa5cdce062a vfio/pci: Align huge faults to order 9423f6da8251 wifi: cfg80211: fix out-of-bounds access during multi-link element defragmentation be54b750c333 s390/pci: Fix missing check for zpci_create_device() error return e0a8e3ca07be can: mcan: m_can_class_unregister(): fix order of unregistration calls 14ee85b74807 firmware: arm_scmi: Fix timeout checks on polling path fe3da1bfd8d4 arm64: dts: imx8mm-verdin: Link reg_usdhc2_vqmmc to usdhc2 ff7d691921c7 Revert "btrfs: canonicalize the device path before adding it" 61e0fc331230 fs/erofs/fileio: call erofs_onlinefolio_split() after bio_add_folio() b32411f0459d dm: add missing unlock on in dm_keyslot_evict() 2ee7ebed771b mips: Add '-std=gnu11' to vdso CFLAGS b2c792d89ac5 yaffs2: switch from readlink_copy() to vfs_readlink() 807165b1ec1c tools/power/x86/intel-speed-select: Prefix header search path with sysroot e97df805b938 drm/tilcdc: Set preferred depth 7160a4379dcc arch/arm64/configs: remove CONFIG_SM_DISPCC_8650 6d8ac5ebe6e8 aufs6: core 587abc1b64c4 aufs6: standalone 1af41d30ef42 aufs6: mmap 6ee2464d2e9d aufs6: base 103b676505f7 aufs6: kbuild 67281562943f qemux86: add configuration symbol to select values 73f315ca0823 sched/isolation: really align nohz_full with rcu_nocbs 1e4e7f8ab622 clear_warn_once: add a clear_warn_once= boot parameter 918e7a825e8b clear_warn_once: bind a timer to written reset value f533f87c3758 clear_warn_once: expand debugfs to include read support f149ca27cba9 tools: Remove some options from CLANG_CROSS_FLAGS e633abe9c44e libbpf: Fix build warning on ref_ctr_off ec0916a4cfc1 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel. 03721ceb5626 perf: x86-32: explicitly include <errno.h> 4c36c5295bb0 perf: mips64: Convert __u64 to unsigned long long b0200449610d perf: fix bench numa compilation aff0940b2212 perf: add SLANG_INC for slang.h ef912018d28c perf: add sgidefs.h to for mips builds d8860f858b87 perf: change --root to --prefix for python install dc38a0eee6e5 perf: add 'libperl not found' warning 6ed51f8786da perf: force include of <stdbool.h> c538d4c4ac65 fat: Replace prandom_u32() with get_random_u32() 63d94846f0c5 fat: don't use obsolete random32 call in namei_vfat 7816667451ef FAT: Added FAT_NO_83NAME f81dbd60f0d5 FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option 771cdefba44b FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option a24784fd8f88 yaffs2: update to v6.12 folio changes d0a48fd46db8 yaffs2: adapt to v6.10 i_time changes d097e4d4115a yaffs: fix mtime/itime field access 4411e0d49fe3 yaffs2: update VFS ctime operations to 6.6+ 1b6619086e8b yaffs2: v6.5 fixups 25b261ee3c54 yaffs2: Fix miscalculation of devname buffer length 5c07936a5d1c yaffs2: convert user_namespace to mnt_idmap 55986a1284b3 yaffs2: replace bdevname call with sprintf 6f5508f8db8f yaffs2: convert read_page -> readfolio fd179a5df5d5 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL c9a620dacdd1 yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name 78588208ed17 yaffs2: v5.12+ build fixups (not runtime tested) 8d2dddba272c yaffs: include blkdev.h 8c1ca9ef9712 yaffs: Fix build failure by handling inode i_version with proper atomic API 27005cbac2ed yaffs2: v5.6 build fixups 668211c9f9b7 yaffs2: fix memory leak when /proc/yaffs is read 285f911dcc1c yaffs: add strict check when call yaffs_internal_read_super ffc2ed489ccf yaffs: repair yaffs_get_mtd_device 6dce4b70a5e3 yaffs: Fix build failure by handling inode i_version with proper atomic API 19f283abc5d1 yaffs2: fix memory leak in mount/umount 04e84672b571 yaffs: Avoid setting any ACL releated xattr 4f221d6a32e2 Yaffs:check oob size before auto selecting Yaffs1 81f36004e56b fs: yaffs2: replace CURRENT_TIME by other appropriate apis 26d7a3dd0054 yaffs2: adjust to proper location of MS_RDONLY a7016eac4540 yaffs2: import git revision b4ce1bb (jan, 2020) feb240bbb91e initramfs: allow an optional wrapper script around initramfs generation 874746eaa341 drivers: gpu: drm: msm: registers: improve reproducibility 1d42508faee8 tools: use basename to identify file in gen-mach-types 4b055eca593d iwlwifi: select MAC80211_LEDS conditionally 97e20e275ac0 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119) 6dec58319165 defconfigs: drop obselete options a416ccb5b6c9 linux-yocto: Handle /bin/awk issues 7efe8a1e5158 uvesafb: provide option to specify timeout for task completion 78d10ae07eca uvesafb: print error message when task timeout occurs 80473b7eb8ca compiler.h: Undef before redefining __attribute_const__ ddeff2f1a9a7 vmware: include jiffies.h 3dcdda8912b4 Resolve jiffies wrapping about arp 3b1507db6735 nfs: Allow default io size to be configured. c2fedad05f77 check console device file on fs when booting 208d6fbada3f mount_root: clarify error messages for when no rootfs found dbe9454c8ea0 mconf: fix output of cflags and libraries 7c7b224f5cce menuconfig,mconf-cfg: Allow specification of ncurses location b6c189c81397 modpost: mask trivial warnings a5cc21325ba9 kbuild: exclude meta directory from distclean processing 361ec143c23f powerpc: serialize image targets 605e6ccb304c arm: serialize build targets e94b04fcb7d2 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition 44cc7f69a0a0 cpu/amd: inhibit SMP check for qemux86 a08cb65331e6 x86_64_defconfig: Fix warnings 8ad332ef777b mips: make current_cpu_data preempt safe 754f05ddce3f mips: vdso: fix 'jalr $t9' crash in vdso code 325ff78ff44d mips: Kconfig: add QEMUMIPS64 option 99ae0eadcf11 4kc cache tlb hazard: tlbp cache coherency c6894c66a534 malta uhci quirks: make allowance for slow 4k(e)c 8b52c01f3294 arm64: defconfig: remove CONFIG_IPQ_APSS_5018 16c7629f035e drm/fb-helper: move zeroing code to drm_fb_helper_fill_var 6b60c874cbb0 arm64: defconfig: cleanup config options 8e44673ecd89 vexpress: Pass LOADADDR to Makefile f34e6805aad5 arm: ARM EABI socketcall 94dec9b88de4 ARM: LPAE: Invalidate the TLB for module addresses during translation fault (From OE-Core rev: cac65d0f52251e69984eb7c2529e63c15095501a) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
![]() |
d8f3bff8c9 |
linux-yocto/6.12: update to v6.12.28
Updating linux-yocto/6.12 to the latest korg -stable release that comprises the following commits: f08cdc6cc92e Linux 6.12.28 db6280919765 dm: fix copying after src array boundaries dd329f04dda3 drm/amd/display: Fix slab-use-after-free in hdcp 75096780a4de drm/amd/display: Add scoped mutexes for amdgpu_dm_dhcp e1eea6985828 drivers: base: handle module_kobject creation 69113bf740b2 kernel: globalize lookup_or_create_module_kobject() 3b41b5efaec0 kernel: param: rename locate_module_kobject 7509810606b0 Revert "drm/meson: vclk: fix calculation of 59.94 fractional rates" e993398cbd75 arm64: dts: st: Use 128kB size for aliased GIC400 register access on stm32mp25 SoCs aa4ea5355458 arm64: dts: st: Adjust interrupt-controller for stm32mp25 SoCs 7ac0df4f35d4 ARM: dts: opos6ul: add ksz8081 phy properties a3ab5c9443d4 arm64: dts: imx95: Correct the range of PCIe app-reg region cc67657f636a firmware: arm_ffa: Skip Rx buffer ownership release if not acquired 969d8beaa2e3 firmware: arm_scmi: Balance device refcount when destroying devices 752600f1ac7e drm/xe: Ensure fixed_slice_mode gets set after ccs_mode change 0e6325c183ab sch_ets: make est_qlen_notify() idempotent 15fa905db22c sch_qfq: make qfq_qlen_notify() idempotent d06476714d28 sch_hfsc: make hfsc_qlen_notify() idempotent 353add4cad93 sch_drr: make drr_qlen_notify() idempotent 0a188c0e1973 sch_htb: make htb_qlen_notify() idempotent bccc7df3cea0 accel/ivpu: Add handling of VPU_JSM_STATUS_MVNCI_CONTEXT_VIOLATION_HW 079d2622f8c9 accel/ivpu: Fix locking order in ivpu_job_submit 3e3062be7d24 accel/ivpu: Abort all jobs after command queue unregister a39b5b6a6ea8 accel/ivpu: Update VPU FW API headers 1ebbfee88951 accel/ivpu: Fix a typo a735c9205dc9 accel/ivpu: Use xa_alloc_cyclic() instead of custom function aaba59961d43 accel/ivpu: Make DB_ID and JOB_ID allocations incremental f4ae68eae950 net: Fix the devmem sock opts and msgs for parisc 6b6cd389104c bcachefs: Remove incorrect __counted_by annotation dab2a13059a4 mm, slab: clean up slab->obj_exts always e10ec6e32b00 blk-mq: create correct map for fallback case 1e15804c0472 net: vertexcom: mse102x: Fix RX error handling 2e5b8eb6b42e net: vertexcom: mse102x: Add range check for CMD_RTS 98abf8367260 net: vertexcom: mse102x: Fix LEN_MASK 6abbffa73647 net: vertexcom: mse102x: Fix possible stuck of SPI interrupt 7f9c3e2213ad net: hns3: defer calling ptp_clock_register() 6a6d547a7f7c net: hns3: fixed debugfs tm_qset size ee2642bbae84 net: hns3: fix an interrupt residual problem d4cd7667311b net: hns3: store rx VLAN tag offload state for VF c8d788f800f8 octeon_ep: Fix host hang issue during device reboot bcb9d6a2229f net: fec: ERR007885 Workaround for conventional TX 189b05f189ca net: lan743x: Fix memleak issue when GSO enabled 8a543d825e78 ptp: ocp: Fix NULL dereference in Adva board SMA sysfs operations c0dba059b118 net: use sock_gen_put() when sk_state is TCP_TIME_WAIT a90146b73c7d bnxt_en: fix module unload sequence b41a49d5435e ASoC: simple-card-utils: Fix pointer check in graph_util_parse_link_direction 9b552c84cde1 nvmet-tcp: select CONFIG_TLS from CONFIG_NVME_TARGET_TCP_TLS 15ea0b616426 nvme-tcp: select CONFIG_TLS from CONFIG_NVME_TCP_TLS 60331309e738 nvme-tcp: fix premature queue removal and I/O failover 2da8fe5a1092 bnxt_en: Fix ethtool -d byte order for 32-bit values 44807af79efd bnxt_en: Fix out-of-bound memcpy() during ethtool -w 454a4450b026 bnxt_en: Fix coredump logic to free allocated buffer 626af9b8e834 bnxt_en: call pci_alloc_irq_vectors() after bnxt_reserve_rings() aa15f389fc50 bnxt_en: Add missing skb_mark_for_recycle() in bnxt_rx_vlan() 808a7304b5f4 bnxt_en: Fix ethtool selftest output in one of the failure cases e039b00ddbfe bnxt_en: Fix error handling path in bnxt_init_chip() 9bc347854dfd ALSA: hda/realtek: Fix built-mic regression on other ASUS models 6effe1c0fa82 net: ipv6: fix UDPv6 GSO segmentation with NAT dcb5a2b96113 net: dsa: felix: fix broken taprio gate states after clock jump 317013d1ad13 net: ethernet: mtk_eth_soc: fix SER panic with 4GB+ RAM 56b958a5b559 igc: fix lock order in igc_ptp_reset df1ff481fa0e idpf: protect shutdown from reset bf0ec3aac109 idpf: fix potential memory leak on kcalloc() failure d206ea768142 net: mdio: mux-meson-gxl: set reversed bit when using internal phy e9b65c95610a net: dlink: Correct endianness handling of led_mode 7fc2c784dd95 drm/mipi-dbi: Fix blanking for non-16 bit formats d0d7c93b4b67 drm/tests: shmem: Fix memleak 5ad0b1b55428 nvme-pci: fix queue unquiesce check on slot_reset 226beac5605a ALSA: ump: Fix buffer overflow at UMP SysEx message conversion 6b1355860da3 scsi: ufs: core: Remove redundant query_complete trace d14f88bd0f75 idpf: fix offloads support for encapsulated packets 073791e9cfe6 ice: Check VF VSI Pointer Value in ice_vc_add_fdir_fltr() 53bc0b55178b net_sched: qfq: Fix double list add in class with netem as child qdisc 1f01e9f96160 net_sched: ets: Fix double list add in class with netem as child qdisc 2e7093c7a8ab net_sched: hfsc: Fix a UAF vulnerability in class with netem as child qdisc 26e75716b94d net_sched: drr: Fix double list add in class with netem as child qdisc c649b9653ed0 pds_core: remove write-after-free of client_id f41e27b74624 pds_core: specify auxiliary_device to be created 1d69ab85030b pds_core: make pdsc_auxbus_dev_del() void aea3ca60fafb net: ethernet: mtk_eth_soc: sync mtk_clks_source_name array 5257a0f1ec5e net: ethernet: mtk-star-emac: rearm interrupts in rx_poll only when advised 8d40bf73fa7f net: ethernet: mtk-star-emac: fix spinlock recursion issues on rx/tx poll 950832771e59 rtase: Modify the condition used to detect overflow in rtase_calc_time_mitigation 4911412efda5 bnxt_en: improve TX timestamping FIFO configuration ddc1e64c290a octeon_ep_vf: Resolve netdevice usage count issue 6e6325d4878c net: mscc: ocelot: delete PVID VLAN when readding it as non-PVID 432572d53602 Bluetooth: L2CAP: copy RX timestamp to new fragments cfe006c8a61e Bluetooth: btintel_pcie: Add additional to checks to clear TX/RX paths b70b41591ec4 Bluetooth: btusb: avoid NULL pointer dereference in skb_dequeue() c7bd5c9ba13d Bluetooth: btintel_pcie: Avoid redundant buffer allocation 620810ac1f7f Bluetooth: hci_conn: Fix not setting timeout for BIG Create Sync eb8b860e87b2 Bluetooth: hci_conn: Fix not setting conn_timeout for Broadcast Receiver fe81c26d2dac Bluetooth: hci_conn: Remove alloc from critical section 3104b7d559ff ASoC: amd: acp: Fix NULL pointer deref in acp_i2s_set_tdm_slot 92d812df3b21 accel/ivpu: Correct DCT interrupt handling 174161d6f030 net/mlx5: E-switch, Fix error handling for enabling roce 488ab6d41fd9 net/mlx5e: Fix lock order in mlx5e_tx_reporter_ptpsq_unhealthy_recover c022830c2aca net/mlx5e: TC, Continue the attr process even if encap entry is invalid 51599d07c7de net/mlx5: E-Switch, Initialize MAC Address for Default GID b67fee583794 net/mlx5e: Use custom tunnel header for vxlan gbp 65d3c570614b xsk: Fix race condition in AF_XDP generic RX path 5cb9e07f84e5 vxlan: vnifilter: Fix unlocked deletion of default FDB entry ec1643d1bad1 powerpc/boot: Fix dash warning 791a2d9e87c4 wifi: plfxlc: Remove erroneous assert in plfxlc_mac_release 50d1982dba7b wifi: iwlwifi: fix the check for the SCRATCH register upon resume 33bf99208825 wifi: iwlwifi: don't warn if the NIC is gone in resume bb0d60289965 drm/i915/pxp: fix undefined reference to `intel_pxp_gsccs_is_ready_for_sessions' f7dc50604cdf ALSA: hda/realtek - Enable speaker for HP platform 7867992c3e25 ASoC: Intel: sof_sdw: Add NULL check in asoc_sdw_rt_dmic_rtd_init() ae462ead8983 powerpc/boot: Check for ld-option support fcf36f6ed429 pinctrl: imx: Return NULL if no group is matched and found 7f5476d80f2c book3s64/radix : Align section vmemmap start address to PAGE_SIZE 29a4a29112c1 ASoC: soc-pcm: Fix hw_params() and DAPM widget sequence 2029a38b6c50 ASoC: cs-amp-lib-test: Don't select SND_SOC_CS_AMP_LIB 220395054c24 ASoC: soc-core: Stop using of_property_read_bool() for non-boolean properties b93e1cad05a0 drm/amd/display: Default IPS to RCG_IN_ACTIVE_IPS2_IN_OFF 1f27a3e93b8d tracing: Fix oob write in trace_seq_to_buffer() 962d88304c3c cpufreq: Fix setting policy limits when frequency tables are used 573b04722907 cpufreq: Avoid using inconsistent policy->min and policy->max 553d723e1acb smb: client: fix zero length for mkdir POSIX create context d5ec1d79509b ksmbd: fix use-after-free in session logoff e18c61671801 ksmbd: fix use-after-free in kerberos authentication 8fb3b6c85b7e ksmbd: fix use-after-free in ksmbd_session_rpc_open d21175791886 platform/x86/intel-uncore-freq: Fix missing uncore sysfs during CPU hotplug 2fcb183768e7 platform/x86/amd: pmc: Require at least 2.5 seconds between HW sleep cycles 2e303d010722 iommu: Fix two issues in iommu_copy_struct_from_user() 677714d779ed iommu/vt-d: Apply quirk_iommu_igfx for 8086:0044 (QM57/QS57) ccc50fcba362 iommu/arm-smmu-v3: Fix pgsize_bit for sva domains 98e634aa4b5d iommu/arm-smmu-v3: Fix iommu_device_probe bug due to duplicated stream ids 10d901a95f8e iommu/amd: Fix potential buffer overflow in parse_ivrs_acpihid 43eb647e847d drm: Select DRM_KMS_HELPER from DRM_DEBUG_DP_MST_TOPOLOGY_REFS 989f9c6a619b drm/amdgpu: Fix offset for HDP remap in nbio v7.11 510aea4ef0f8 dm: always update the array size in realloc_argv on success af2a88817f76 dm-integrity: fix a warning on invalid table line f45108257280 dm-bufio: don't schedule in atomic context efebca597086 x86/boot/sev: Support memory acceptance in the EFI stub under SVSM bdb435ef9815 wifi: brcm80211: fmac: Add error handling for brcmf_usb_dl_writeimage() 0988dd0263ad tracing: Do not take trace_event_sem in print_event_fields() da77a7594fe5 spi: tegra114: Don't fail set_cs_timing when delays are zero 20a28e0ece5a mmc: renesas_sdhi: Fix error handling in renesas_sdhi_probe 9c4ddea4973f mm/memblock: repeat setting reserved region nid if array is doubled eb9b72e4fe51 mm/memblock: pass size instead of end to memblock_set_node() f10234236095 irqchip/qcom-mpm: Prevent crash when trying to handle non-wake GPIOs 6569501c7092 amd-xgbe: Fix to ensure dependent features are toggled with RX checksum offload 44ee0afc9d1e perf/x86/intel: KVM: Mask PEBS_ENABLE loaded for guest with vCPU's value. 6dcf83f50418 perf/x86/intel: Only check the group flag for X86 leader cf21e890f56b parisc: Fix double SIGFPE crash 090c8714efe1 arm64: errata: Add missing sentinels to Spectre-BHB MIDR arrays 4f4388a55019 i2c: imx-lpi2c: Fix clock count when probe defers 833ef30f0196 EDAC/altera: Set DDR and SDMMC interrupt mask before registration 349dac405240 EDAC/altera: Test the correct error reg offset b771b2017260 drm/nouveau: Fix WARN_ON in nouveau_fence_context_kill() f1dfc945847c drm/fdinfo: Protect against driver unbind d31806f14cc1 cpufreq: intel_pstate: Unchecked MSR aceess in legacy mode f46fd2f0249f btrfs: fix COW handling in run_delalloc_nocow() b80db09b614c btrfs: adjust subpage bit start based on sectorsize 38d9ca740503 binder: fix offset calculation in debug log fdf0ae5e9e1e ALSA: usb-audio: Add second USB ID for Jabra Evolve 65 headset 0aaae77be5bd ALSA: usb-audio: Add retry on -EPROTO from usb_set_interface() 222b6685efe0 Revert "rndis_host: Flag RNDIS modems as WWAN devices" 351378ae7bd7 Bluetooth: btusb: Add 13 USB device IDs for Qualcomm WCN785x 78945de256ac Bluetooth: btusb: Add new VID/PID for WCN785x 5ab19c342f80 Bluetooth: btusb: Add ID 0x2c7c:0x0130 for Qualcomm WCN785x c6e1913e76fb Bluetooth: btusb: Add one more ID 0x13d3:0x3623 for Qualcomm WCN785x 8ee592df659a Bluetooth: btusb: Add one more ID 0x0489:0xe0f3 for Qualcomm WCN785x a9bfc823d057 Bluetooth: btusb: add Foxconn 0xe0fc for Qualcomm WCN785x 2ee7ebed771b mips: Add '-std=gnu11' to vdso CFLAGS b2c792d89ac5 yaffs2: switch from readlink_copy() to vfs_readlink() 807165b1ec1c tools/power/x86/intel-speed-select: Prefix header search path with sysroot e97df805b938 drm/tilcdc: Set preferred depth 7160a4379dcc arch/arm64/configs: remove CONFIG_SM_DISPCC_8650 6d8ac5ebe6e8 aufs6: core 587abc1b64c4 aufs6: standalone 1af41d30ef42 aufs6: mmap 6ee2464d2e9d aufs6: base 103b676505f7 aufs6: kbuild 67281562943f qemux86: add configuration symbol to select values 73f315ca0823 sched/isolation: really align nohz_full with rcu_nocbs 1e4e7f8ab622 clear_warn_once: add a clear_warn_once= boot parameter 918e7a825e8b clear_warn_once: bind a timer to written reset value f533f87c3758 clear_warn_once: expand debugfs to include read support f149ca27cba9 tools: Remove some options from CLANG_CROSS_FLAGS e633abe9c44e libbpf: Fix build warning on ref_ctr_off ec0916a4cfc1 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel. 03721ceb5626 perf: x86-32: explicitly include <errno.h> 4c36c5295bb0 perf: mips64: Convert __u64 to unsigned long long b0200449610d perf: fix bench numa compilation aff0940b2212 perf: add SLANG_INC for slang.h ef912018d28c perf: add sgidefs.h to for mips builds d8860f858b87 perf: change --root to --prefix for python install dc38a0eee6e5 perf: add 'libperl not found' warning 6ed51f8786da perf: force include of <stdbool.h> c538d4c4ac65 fat: Replace prandom_u32() with get_random_u32() 63d94846f0c5 fat: don't use obsolete random32 call in namei_vfat 7816667451ef FAT: Added FAT_NO_83NAME f81dbd60f0d5 FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option 771cdefba44b FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option a24784fd8f88 yaffs2: update to v6.12 folio changes d0a48fd46db8 yaffs2: adapt to v6.10 i_time changes d097e4d4115a yaffs: fix mtime/itime field access 4411e0d49fe3 yaffs2: update VFS ctime operations to 6.6+ 1b6619086e8b yaffs2: v6.5 fixups 25b261ee3c54 yaffs2: Fix miscalculation of devname buffer length 5c07936a5d1c yaffs2: convert user_namespace to mnt_idmap 55986a1284b3 yaffs2: replace bdevname call with sprintf 6f5508f8db8f yaffs2: convert read_page -> readfolio fd179a5df5d5 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL c9a620dacdd1 yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name 78588208ed17 yaffs2: v5.12+ build fixups (not runtime tested) 8d2dddba272c yaffs: include blkdev.h 8c1ca9ef9712 yaffs: Fix build failure by handling inode i_version with proper atomic API 27005cbac2ed yaffs2: v5.6 build fixups 668211c9f9b7 yaffs2: fix memory leak when /proc/yaffs is read 285f911dcc1c yaffs: add strict check when call yaffs_internal_read_super ffc2ed489ccf yaffs: repair yaffs_get_mtd_device 6dce4b70a5e3 yaffs: Fix build failure by handling inode i_version with proper atomic API 19f283abc5d1 yaffs2: fix memory leak in mount/umount 04e84672b571 yaffs: Avoid setting any ACL releated xattr 4f221d6a32e2 Yaffs:check oob size before auto selecting Yaffs1 81f36004e56b fs: yaffs2: replace CURRENT_TIME by other appropriate apis 26d7a3dd0054 yaffs2: adjust to proper location of MS_RDONLY a7016eac4540 yaffs2: import git revision b4ce1bb (jan, 2020) feb240bbb91e initramfs: allow an optional wrapper script around initramfs generation 874746eaa341 drivers: gpu: drm: msm: registers: improve reproducibility 1d42508faee8 tools: use basename to identify file in gen-mach-types 4b055eca593d iwlwifi: select MAC80211_LEDS conditionally 97e20e275ac0 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119) 6dec58319165 defconfigs: drop obselete options a416ccb5b6c9 linux-yocto: Handle /bin/awk issues 7efe8a1e5158 uvesafb: provide option to specify timeout for task completion 78d10ae07eca uvesafb: print error message when task timeout occurs 80473b7eb8ca compiler.h: Undef before redefining __attribute_const__ ddeff2f1a9a7 vmware: include jiffies.h 3dcdda8912b4 Resolve jiffies wrapping about arp 3b1507db6735 nfs: Allow default io size to be configured. c2fedad05f77 check console device file on fs when booting 208d6fbada3f mount_root: clarify error messages for when no rootfs found dbe9454c8ea0 mconf: fix output of cflags and libraries 7c7b224f5cce menuconfig,mconf-cfg: Allow specification of ncurses location b6c189c81397 modpost: mask trivial warnings a5cc21325ba9 kbuild: exclude meta directory from distclean processing 361ec143c23f powerpc: serialize image targets 605e6ccb304c arm: serialize build targets e94b04fcb7d2 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition 44cc7f69a0a0 cpu/amd: inhibit SMP check for qemux86 a08cb65331e6 x86_64_defconfig: Fix warnings 8ad332ef777b mips: make current_cpu_data preempt safe 754f05ddce3f mips: vdso: fix 'jalr $t9' crash in vdso code 325ff78ff44d mips: Kconfig: add QEMUMIPS64 option 99ae0eadcf11 4kc cache tlb hazard: tlbp cache coherency c6894c66a534 malta uhci quirks: make allowance for slow 4k(e)c 8b52c01f3294 arm64: defconfig: remove CONFIG_IPQ_APSS_5018 16c7629f035e drm/fb-helper: move zeroing code to drm_fb_helper_fill_var 6b60c874cbb0 arm64: defconfig: cleanup config options 8e44673ecd89 vexpress: Pass LOADADDR to Makefile f34e6805aad5 arm: ARM EABI socketcall 94dec9b88de4 ARM: LPAE: Invalidate the TLB for module addresses during translation fault (From OE-Core rev: e66e71abc373a36561522c451dd0a4222f2a7a93) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
![]() |
4c29d2543f |
binutils: Fix CVE-2025-1182
Upstream-Status: Submitted [https://sourceware.org/pipermail/binutils/2025-May/141415.html] CVE: CVE-2025-1182 (From OE-Core rev: 1e6575a4eb6168322a6560af787399267f5fa304) Signed-off-by: Harish Sadineni <Harish.Sadineni@windriver.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
![]() |
e67506ffa2 |
util-linux/util-linux-libuuid: upgrade from 2.40.4 to 2.41
License-Update: add EUPL-1.2. See |
||
![]() |
f31587588b |
coreutils: upgrade from 9.6 to 9.7
The following patches are dropped as they are merged in new release: - 0001-cksum-port-to-32-bit-uint_fast32_t.patch - 0001-ls-fix-crash-with-context.patch - intermittent-testfailure.patch (From OE-Core rev: 5760d1fb2553e598e5d6405d8fe748edfaa64b94) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
![]() |
a8433b0746 |
linux-yocto: Remove debug-kernel.scc for riscv32 kernels
modpost fails to process the debug location lists for riscv32 | ERROR: modpost: vmlinux: local symbol '__asm_copy_to_user' was exported | ERROR: modpost: vmlinux: local symbol '__asm_copy_from_user' was exported | ERROR: modpost: vmlinux: local symbol '__clear_user' was exported | ERROR: modpost: vmlinux: local symbol 'xor_regs_2_' was exported | ERROR: modpost: vmlinux: local symbol 'xor_regs_3_' was exported | ERROR: modpost: vmlinux: local symbol 'xor_regs_4_' was exported | ERROR: modpost: vmlinux: local symbol 'xor_regs_5_' was exported | WARNING: modpost: vmlinux: section mismatch in reference: 0x1560 (section: __ex_table) -> .LASF464 (section: .debug_str) | ERROR: modpost: __ex_table+0x1560 references non-executable section '.debug_str' poky adds features/debug/debug-kernel.scc via distro policy and hence the builds are failing for qemuriscv32 on AB. While this should be fixed in kernel build system or tools, this makes us proceed until then (From OE-Core rev: 2fc8b41e83be3ca769c5cc9b474c134639db428c) Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |