summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
8 daysRevert "libbsd: Fix conflict error when enable multlib."Richard Purdie
This reverts commit 1ca03c78ea588fd54675cffd5d55ce6cfad02870. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 dayslibbsd: Fix conflict error when enable multlib.Lei Maohui
Error: Transaction test error: file /usr/include/bsd/sys/cdefs.h conflicts between attempted installs of libbsd-dev-0.12.1-r0.core2_64 and lib32-libbsd-dev-0.12.1-r0.core2_32 The difference of bsd/sys/cdefs.h between libbsd-dev and lib32-libbsd-dev is as following: /* Define the ABI for the current system. */ -#define LIBBSD_SYS_TIME_BITS 64 +#define LIBBSD_SYS_TIME_BITS 32 #define LIBBSD_SYS_HAS_TIME64 1 (From OE-Core rev: 1ca03c78ea588fd54675cffd5d55ce6cfad02870) Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 dayscve-check: Add provision to exclude classesDhairya Nagodra
- There are times when exluding a package that inherits a particular class/classes may be desired. - This provides the framework for that via the variable: CVE_CHECK_CLASS_EXCLUDELIST (From OE-Core rev: f62b74f9a837b74a9e2292a35cae21359431a825) Signed-off-by: Dhairya Nagodra <dnagodra@cisco.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 daysbitbake: process: Ensure writes to connect pipes are flushedRichard Purdie
In looking into a bitbake 'hang' on the autobuilders, it looked very much like the server had finished a computation and was looping at idle but the UI didn't see it. Adding in some os.fsync() calls should help avoid this potential problem (but may cause other timeout/IO load issues unfortunately). The exception handling is needed since some writes cause the pipe to close immediately so the flush would error. (Bitbake rev: 63a35a7eb23396dea4edd24410b737b77bf928df) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 daysbitbake: cooker: Add an os.sync() call to revalidateCaches()Richard Purdie
Unfortunately we've seen issues where changes are made by the UI side and are in the disk cache but these tests don't pick up the file changes as they're still proceeding through the VFS. Any example is [YOCTO #15318] where logs showed a workspace and bbappend being setup with devtool-source intercept but the server did not fully pick up those changes leading to initial_rev (from devtool-source.bbclass) being missing. Add a sync call to try and avoid this despite the speed implications. This was probably the kind of issue which led us to removing the inotify code since that was also unsafe with concurrency since there was no way to flush it. (Bitbake rev: aafee36a8ceed37988d33fcc769dc85d66fbaa3e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 dayscdrtools-native: fix build with gcc-14Martin Jansa
Fixes: http://errors.yoctoproject.org/Errors/Details/770525/ | checking whether the C compiler (gcc -isystem/OE/build/oe-core/tmp-glibc/work/x86_64-linux/cdrtools-native/3.01/recipe-sysroot-native/usr/include -O2 -pipe ) works... no | configure: error: installation or configuration problem: C compiler cannot create executables. | RULES/rules.cnf:70: incs/amd-ryzen-threadripper-3970x-32-core-processor-linux-cc/rules.cnf: No such file or directory | make: *** [RULES/rules.cnf:59: incs/amd-ryzen-threadripper-3970x-32-core-processor-linux-cc/rules.cnf] Error 1 | make: *** Waiting for unfinished jobs.... where config.log show it's caused by gcc-14: configure:1189: checking whether the C compiler (gcc -isystem/OE/build/oe-core/tmp-glibc/work/x86_64-linux/cdrtools-native/3.01/recipe-sysroot-native/usr/include -O2 -pipe ) works configure:1211: gcc -o conftest -isystem/OE/build/oe-core/tmp-glibc/work/x86_64-linux/cdrtools-native/3.01/recipe-sysroot-native/usr/include -O2 -pipe -D_GNU_SOURCE conftest.c 1>&5 configure:1208:1: error: return type defaults to 'int' [-Wimplicit-int] configure: failed program was: main(){return(0);} (From OE-Core rev: ac46b77d35ef96f72dfe05478ea19613cbce0324) Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 daysRevert "insane: Add warning for WORKDIR instead of UNPACKDIR"Richard Purdie
This reverts commit b4580dc40b3fe3938d1a3b5947ddd80069cf82e7.
8 daysinsane: Add warning for WORKDIR instead of UNPACKDIRRichard Purdie
(From OE-Core rev: 7431d3d266c300b7e240bff0ac66b095c6efae11) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 daysRevert "base/reproducible: Simplify search for git SOURCE_DATE_EPOCH"Richard Purdie
This reverts commit a363f9aaf03680f0111bf644c64d7921ac0282cb.
8 daysbase/reproducible: Simplify search for git SOURCE_DATE_EPOCHRichard Purdie
Searching WORKDIR for git repositories probably made sense when we started out however limiting the search to S makes more sense and means we don't need horrible search exclusion lists too. (From OE-Core rev: 58a18bee920ce581d2bc288e27a3f856d4da0592) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 daysRevert "testimage: Enable runtime 'login' screenshot tests"Richard Purdie
This reverts commit c631640bbdbb3d041bad7d23a612e623cab58855. (From OE-Core rev: 1e9abecbe30453069de4405ed770bc928800247b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 daystestimage: Enable runtime 'login' screenshot testsRichard Purdie
Enable the new runtime login screenshot tests which primarily test whether sato images display a desktop correctly. (From OE-Core rev: 1db5ce366cd687c0c135b651e30cb77e2c5487dc) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 daysquilt: 0.67 -> 0.68Robert Yang
* Remove backported patches: fix-grep-3.8.patch. faildiff-order.patch 0001-test-Fix-a-race-condition-in-merge.test.patch (From OE-Core rev: 0965ac9f8e48d70ec43af28602ef8354b46a3c99) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 dayswic-tools: Add python3-native and python3-websocketsRichard Purdie
(From OE-Core rev: 5962bb3fdd49bb8d6ae36df36fbeabe453e5375c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 daysbitbake: fetch2/wget: Fix failure path for files that are empty or don't existRichard Purdie
When we intercepted the file download to a temp file, we broke the exist/size checks which need to happen before the rename. Correct the ordering. For some reason, python 3.12 exposes this problem in the selftests differently to previous versions. (Bitbake rev: 4d9544862640941452ade8def75db55b717c6534) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 dayslibtool: 2.4.7 -> 2.5.0Richard Purdie
Whilst this is an alpha release, it makes sense for us to stay close to upstream. We can drop a lot of merged patches which is great to see. During testing, one bug showed up, particularly on mip64 due to an issue with FILECMD being changed to use AC_CHECK_PROG incorredly. A patch has been added for that and sent upstream. (From OE-Core rev: cb4befe91b980a260342f6c8667f86a712105d27) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 dayssstatesig/populate_sdk_ext: Improve unihash cache handlingRichard Purdie
Copying in the bb_unihashes cache file was at best a hack and creates a number of challenges. One is staying in sync with bitbake since it may not have saved the most recent version of the file. A second is a determinism problem since there may be more entries in the file than the SDK should have had access to. To improve the situation, add code to write the data into the locked-sigs.inc file such that even when locked-sigs aren't used, the right hash mappings are injected by the get_cached_unihash call. The functions in copy_buildsystem need to be updated to preserve data they're not editting. (From OE-Core rev: 45b875748d21e7b0e943c21d3416c21319b1b549) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 daysopenssl: Tweak to work with bitbakeRichard Purdie
(From OE-Core rev: baa58787509eb34d38105e452e35bca0d7354d25) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 daysclasses/image: Add hooksJoshua Watt
Add variables to add arbitrary hooks into postfuncs and cleandirs. This is required by SPDX to capture the files created in the image functions. In addition, report the image type in a similar manner to subimages so that the hooks can know the original image type (From OE-Core rev: c8ae4e3707f4a2fc358dc896afa9bc0c554830cd) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 dayspackagedata: Include package name in extended dataJoshua Watt
Include the PKG name of the package in the extended data (From OE-Core rev: b9c5bf4eebbb98d820f52388f71e244cac32ed61) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 daysgcc: Allow using libc++Dan McGregor
With the addition of the C++ runtime setting added recently, allow gcc to use libc++ as its runtime. There's some minor fixes still required, such as allowing setting the unwinder library. But this allows for testing libc++ with gcc. (From OE-Core rev: db27bafb730e4f5bd3198466cf25daf8a1804747) Signed-off-by: Daniel McGregor <daniel.mcgregor@vecima.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 daysmeta/lib/oe/sstatesig.py: do not error out if sstate files fail on os.stat()Alexander Kanavin
There's an ongoing issue with the autobuilder NFS: https://autobuilder.yoctoproject.org/typhoon/#/builders/87/builds/6463/steps/14/logs/stdio The file entry exists, but os.stat returns a 'file not found; error. It's not clear how and why such entries appear, but they do produce printdiff test failures and should not be relevant in context of the printdiff. (From OE-Core rev: a09b0e97b3efa13ff2338f3a1ba89fbe31b072b5) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 daysbitbake: bitbake-setup: add the proof of concept implementationAlexander Kanavin
For the rationale and design guidelines please see this message: https://lists.openembedded.org/g/openembedded-architecture/message/1913 Left out for now but will be done later: - config fragment support - tests - documentation - official configuration repository 1. If you don't know where to start, list available configurations, and pick one: === alex@Zen2:/srv/work/alex/bitbake$ bin/bitbake-setup list Available configurations: poky-alex Poky reference distribution, with alex fixes poky-kirkstone Poky reference distribution, kirkstone long term support release (supported until April 2026) === 2. Then build is initialized this way: === alex@Zen2:/srv/work/alex/bitbake$ bin/bitbake-setup init poky-alex Initializing build in /home/alex/builds/poky-alex Run /home/alex/builds/poky-alex/build/build.sh to build using this configuration. === Note: 'init' sub-command can also take a path or a URL with a configuration file directly. You can see how those files look like here: https://github.com/kanavin/bitbake-setup-configurations 3. The above message refers to a one-liner shell script that would build the targets specified in the chosen configuration: === alex@Zen2:/srv/work/alex/bitbake$ cat /home/alex/builds/poky-alex/build/build.sh . /home/alex/builds/poky-alex/build/init-build-env && bitbake core-image-minimal === 4. To check if the build configuration needs to be updated, run: === alex@Zen2:/srv/work/alex/bitbake$ bin/bitbake-setup status ~/builds/poky-alex/ Configuration has not changed. === If the configuration has changed, you will see the difference: === alex@Zen2:/srv/work/alex/bitbake$ bin/bitbake-setup status ~/builds/poky-alex/ Top level configuration has changed: --- /home/alex/builds/poky-alex/config/poky-alex.conf.json 2024-04-18 13:42:54.312460823 +0200 +++ /home/alex/builds/poky-alex/config-tmp-b413az6s/poky-alex.conf.json 2024-04-18 13:50:42.635433203 +0200 @@ -7,7 +7,7 @@ "uri": "git://git.yoctoproject.org/poky-contrib" } }, - "rev": "akanavin/sstate-for-all" + "rev": "akanavin/sstate-for-all-and-everyone" }, "path": "poky" } === If the configuration has not changed, but layer revisions referred to it have (for example if the configuration specifies a tip of a branch), you will see that too: === alex@Zen2:/srv/work/alex/bitbake$ bin/bitbake-setup status ~/builds/poky-alex/ Layer repository git://git.yoctoproject.org/poky-contrib checked out into /home/alex/builds/poky-alex/layers/poky updated revision akanavin/sstate-for-all from 6b842ba55f996b27c900e3de78ceac8cb3b1c492 to aeb73e29379fe6007a8adc8d94c1ac18a93e68de === 5. If the configuration has changed, you can bring it in sync with: === alex@Zen2:/srv/work/alex/bitbake$ bin/bitbake-setup update ~/builds/poky-alex/ Layer repository git://git.yoctoproject.org/poky-contrib checked out into /home/alex/builds/poky-alex/layers/poky updated revision akanavin/sstate-for-all from 6b842ba55f996b27c900e3de78ceac8cb3b1c492 to aeb73e29379fe6007a8adc8d94c1ac18a93e68de ... (skip git output) Existing build directory renamed to /home/alex/builds/poky-alex/build-backup.20240418135458 Run /home/alex/builds/poky-alex/build/build.sh to build using this configuration. === Note that it will also rename the existing build directory, and print changes in bitbake configuration (diff of content of build/conf/) if that has changed. I can't at the moment think of anything more clever that is also not much more brittle or complex to implement, but open to suggestions. 6. To make it easier to review the code, please also review the data it's operating on: === alex@Zen2:/srv/work/alex/bitbake$ ls ~/.bitbake-setup/ cache configurations downloads alex@Zen2:/srv/work/alex/bitbake$ ls ~/builds/poky-alex/ build build-backup.20240418135458 config config-upstream.json layers === (Bitbake rev: f6bc7827092b1516f63df03f2cfd5c0cb5646d99) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 daysgit: 2.44.1 -> 2.45.1Robert Yang
Rebased 0001-config.mak.uname-do-not-force-RHEL-7-specific-build-.patch (From OE-Core rev: 903cc51746262be4b71261e0ad66cf5a49af2186) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 dayskernel-yocto: fix incorrect debug message for defconfig in WORKDIRQuentin Schulz
Right before this message is printed, the in-tree defconfig is checked against the one in WORKDIR. If it is different, and therefore either provided through SRC_URI or patched, then the message is printed. Therefore, the debug message is incorrect and should say that a patched defconfig was detected and overwritten. Fixes: 004da4c6c602 ("kernel-yocto: split meta data gathering into patch and config phases") Cc: Bruce Ashfield <bruce.ashfield@gmail.com> (From OE-Core rev: f25717bff291ca225a70e63d3266656d8e643531) Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 daysinsane.bbclass: remove leftover variables and commentEmil Kronborg
The code that used these variable and the comment was introduced in commit b44d32ef41ef ("insane.bbclass: Portions of code were not running, fix this and sync with OE.dev. Also add tests for bad sysroot rpaths in binaries"). Later, in commit 17dae13fabe2 ("insane.bbclass: Fix ELF bitsize comparison"), some of that code was removed again, but not the variables and the comment. (From OE-Core rev: 730d00b0d1d1d617b62900be12fa034bb41fc48b) Signed-off-by: Emil Kronborg <emil.kronborg@protonmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 daysinsane.bbclass: fix HOST_ variable namesEmil Kronborg
Commit cd25e5544ca3 ("insane: use HOST_ variables, not TARGET_ to determine the cross system") updated the variables themselves, but not their names. To prevent confusion, match the Python variable name to the BitBake variable name. (From OE-Core rev: f5bebc96580ec74d10bc96b4265357ebc9bcd6ad) Signed-off-by: Emil Kronborg <emil.kronborg@protonmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 daysinsane.bbclass: remove skipping of cross-compiled packagesEmil Kronborg
After commit cd25e5544ca3 ("insane: use HOST_ variables, not TARGET_ to determine the cross system"), this check is no longer necessary. The introduction of HOST_ variables ensures architecture compatibility is correctly checked. (From OE-Core rev: 6e1ddeb05dcd5ff77e0f5526a6e56a484daa4864) Signed-off-by: Emil Kronborg <emil.kronborg@protonmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 daysrun-postinsts.service: Removed --no-reload to fix reload warning when users ↵Lei Maohui
execute systemctl in the first boot. This warning is because after systemd has been upgraded to 255, reloading units operation is needed even when "enable/disable" units by systemctl. (From OE-Core rev: 28a7064403f2433ef3cb4d52b03dd73437f2d665) Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 dayslib: package: Replace ":" in file namesJoshua Watt
The purpose of this translation API is to make sure that the file name can be used in a bitbake variable without adding special meaning, therefore the ":" should also be replaced since it is the override separator (From OE-Core rev: b87eb329f20e40c1658460af7ff649aa099f0f36) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 dayslib: package: Add file_reverse_translateJoshua Watt
Adds API to reverse the removal of special characters from file names so it can be correctly done in multiple places without open-coding it. Replace the translation done in the package_rpm.bbclass with the new API (From OE-Core rev: 4cb7e93c624987d146aaf626ce8e99568e938a70) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 dayssanity: Check if tar is gnutarSimone Weiß
In sanity.bbclass the tar version is checked as tar needs to be recent enough for reproducible builds. Tar could also be provided by other means then gnutar, but we mean the version of gnutar in the check. Hence we also should ensure that the installed tar is gnutar. [YOCTO #14205] (From OE-Core rev: bdef30bd887cd208d7822dd7853d33e24a6b7a4c) Signed-off-by: Simone Weiß <simone.p.weiss@posteo.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 daysoeqa/runtime: fix regression in minidebuginfo testEtienne Cordonnier
The builtin command "sleep" was getting executed instead of the busybox binary. Hence "pidof sleep" was empty and the test was failing. (From OE-Core rev: 3188f3f0718b8a59bc9e3cae4cdf74e82bdb86c3) Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 daystzdata: Add tzdata.zi to tzdata-core packageSimone Weiß
Additionally build and package tzdata.zi info file, as e.g. Systemd expects it to be present. [YOCTO #15172] (From OE-Core rev: a57c7062c9b70361486898974beba4682cf4a76d) Signed-off-by: Simone Weiß <simone.p.weiss@posteo.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 dayssstatesig: Drop BB_HASHSERVE_MAX_PARALLELJoshua Watt
Drops support for this variable since bitbake no longer supports parallel queries to the hash equivalence server (From OE-Core rev: b0769794ca858baa6e814e81b14cf542c33d3a09) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 dayslinux-yocto/6.6: cfg: introduce Intel NPU fragmentBruce Ashfield
Integrating the following commit(s) to linux-yocto/.: 1/1 [ Author: Naveen Saini Email: naveen.kumar.saini@intel.com Subject: features/intel-npu: introduce Intel NPU fragment Date: Wed, 15 May 2024 13:44:57 +0800 Add config fragment for the system with an 14th generation Intel CPU (Meteor Lake) or newer. It will allow users to enable Intel NPU (formerly called Intel VPU) which is a CPU-integrated inference accelerator for Computer Vision and Deep Learning applications. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> ] (From OE-Core rev: d01f4d2d7b95d6e8c65e5c9c5cef4b69cb079859) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 dayslinux-yocto/6.6: update to v6.6.32Bruce Ashfield
Updating linux-yocto/6.6 to the latest korg -stable release that comprises the following commits: 91de249b6804 Linux 6.6.32 3ffef551160a block: add a partscan sysfs attribute for disks d6b6dfff6cda block: add a disk_has_partscan helper fe4549b1d6ac Docs/admin-guide/mm/damon/usage: fix wrong example of DAMOS filter matching sysfs file 71483049de80 docs: kernel_include.py: Cope with docutils 0.21 1266e5a8f5bc admin-guide/hw-vuln/core-scheduling: fix return type of PR_SCHED_CORE_GET 1c652e1e1067 KEYS: trusted: Do not use WARN when encode fails 26c6d7dc8c6a remoteproc: mediatek: Make sure IPI buffer fits in L2TCM 642069561ea5 serial: kgdboc: Fix NMI-safety problems from keyboard reset code 40b963e45cbb usb: typec: tipd: fix event checking for tps6598x 2f95dfb647a8 usb: typec: ucsi: displayport: Fix potential deadlock a202b26d9531 net: usb: ax88179_178a: fix link status when link is set to down/up ec96bcf5f96a usb: dwc3: Wait unconditionally after issuing EndXfer command 71df2cb2869d binder: fix max_thread type inconsistency c364e7a34c85 drm/amdgpu: Fix possible NULL dereference in amdgpu_ras_query_error_status_helper() f9b877a7ee31 erofs: reliably distinguish block based and fscache mode 3924179ba933 erofs: get rid of erofs_fs_context fcb05fee0006 bpf: Add missing BPF_LINK_TYPE invocations f70d849b679b kselftest: Add a ksft_perror() helper 7b4bd57cf005 mmc: core: Add HS400 tuning in HS400es initialization e62835264d03 KEYS: trusted: Fix memory leak in tpm2_key_encode() ad3f7986c5a0 Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init() cfe560c7050b Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect() 4d29fd53a0cb ice: remove unnecessary duplicate checks for VF VSI ID 0ca683f921a9 ice: pass VSI pointer into ice_vc_isvalid_q_id 3a7ac4902917 net: ks8851: Fix another TX stall caused by wrong ISR flag handling 7e4f50dfc98c drm/amd/display: Fix division by zero in setup_dsc_config d4a079d1466d smb: smb2pdu.h: Avoid -Wflex-array-member-not-at-end warnings 5a65254c4c4a ksmbd: add continuous availability share parameter 07e76ea1799c cifs: Add tracing for the cifs_tcon struct refcounting 2004e41cd2c4 smb: client: instantiate when creating SFU files 01bce099af0f smb: client: fix NULL ptr deref in cifs_mark_open_handles_for_deleted_file() dbd2df36cd67 smb3: add trace event for mknod 8aff8b8b177d smb311: additional compression flag defined in updated protocol spec a9aa7a776efc smb311: correct incorrect offset field in compression header c1f3c8204e6f cifs: Move some extern decls from .c files to .h 39bdc4197acf ksmbd: fix potencial out-of-bounds when buffer offset is invalid 9e4937cbc150 ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16() 74dc3e5bf6e1 ksmbd: Fix spelling mistake "connction" -> "connection" 27b40b7bfcd1 ksmbd: fix possible null-deref in smb_lazy_parent_lease_break_close 8b2326963da7 cifs: remove redundant variable assignment 1598a015c761 cifs: fixes for get_inode_info 91cdeb0d4baf cifs: defer close file handles having RH lease 8df4bcdb0a42 ksmbd: add support for durable handles v1/v2 665e85883098 ksmbd: mark SMB2_SESSION_EXPIRED to session when destroying previous session eb4a05e3c34b smb: common: simplify compression headers fdd938b2b468 smb: common: fix fields sizes in compression_pattern_payload_v1 e8aee4f4d2e3 smb: client: negotiate compression algorithms 25f3604fcd62 smb3: add dynamic trace point for ioctls c057a809e128 smb: client: return reparse type in /proc/mounts 582524019459 smb: client: set correct d_type for reparse DFS/DFSR and mount point 97db41604555 smb: client: parse uid, gid, mode and dev from WSL reparse points 7449d736bbbd smb: client: introduce SMB2_OP_QUERY_WSL_EA b93ac66fa236 smb: client: Fix a NULL vs IS_ERR() check in wsl_set_xattrs() df0a8a192510 smb: client: add support for WSL reparse points 831ffbd1c7b5 smb: client: reduce number of parameters in smb2_compound_op() 84c597f7f98c smb: client: fix potential broken compound request db0f1c0770bc smb: client: move most of reparse point handling code to common file c1468c7e0ab9 smb: client: introduce reparse mount option 1e60bc0e9543 smb: client: retry compound request without reusing lease b6e27f7fc245 smb: client: do not defer close open handles to deleted files f93d145f9002 smb: client: reuse file lease key in compound operations cfb8f73da601 smb: client: get rid of smb311_posix_query_path_info() a90f37e3d7ac smb: client: parse owner/group when creating reparse points e4232010b13a smb3: update allocation size more accurately on write completion fff4045e712b smb: client: handle path separator of created SMB symlinks 1b5f2928cc6b cifs: update the same create_guid on replay 75417833bb3e ksmbd: Add kernel-doc for ksmbd_extract_sharename() function cdd7870a5fd5 cifs: set replay flag for retries of write command 433042a91f93 cifs: commands that are retried should have replay flag set a5df7820310b smb: client: delete "true", "false" defines 5cf3fddbd368 smb: Fix some kernel-doc comments b4ca2942a0a4 cifs: new mount option called retrans de2cadf4bffa smb: client: don't clobber ->i_rdev from cached reparse points 6789c8387676 cifs: new nt status codes from MS-SMB2 b96ea433fff4 cifs: pick channel for tcon and tdis 36f8070c9bdb cifs: minor comment cleanup 8358f46bef22 cifs: remove redundant variable tcon_exist 67ed045c5f40 ksmbd: vfs: fix all kernel-doc warnings d4caa984c971 ksmbd: auth: fix most kernel-doc warnings 42430638ace6 cifs: remove unneeded return statement 8e6a3999e6d5 cifs: get rid of dup length check in parse_reparse_point() 774c6452475e cifs: Pass unbyteswapped eof value into SMB2_set_eof() 88e07de246fa smb3: Improve exception handling in allocate_mr_list() d53fcb485f4b cifs: fix in logging in cifs_chan_update_iface 304ff3c1b07c smb: client: handle special files and symlinks in SMB3 POSIX 870c73abef4b smb: client: cleanup smb2_query_reparse_point() 00ecebcb86d8 smb: client: allow creating symlinks via reparse points a158bb66b137 smb: client: optimise reparse point querying 02bcf865cc53 smb: client: allow creating special files via reparse points 886b7fb4556d smb: client: extend smb2_compound_op() to accept more commands da70c1d3c584 smb: client: Fix minor whitespace errors and warnings abea3c9ac8c6 smb: client: introduce cifs_sfu_make_node() a7b537b3be9f cifs: fix use after free for iface while disabling secondary channels bb536892dadd Missing field not being returned in ioctl CIFS_IOC_GET_MNT_INFO 210c8b9d496e smb3: minor cleanup of session handling code cc3035d092eb smb3: more minor cleanups for session handling routines b74c8d9be35a smb3: minor RDMA cleanup 9c88aae1e44c cifs: print server capabilities in DebugData 69a1669a6ba1 smb: use crypto_shash_digest() in symlink_hash() 5b3c76351b49 Add definition for new smb3.1.1 command type c5c63108a868 SMB3: clarify some of the unused CreateOption flags 6bd52f41d804 cifs: Add client version details to NTLM authenticate message e3d332aaf898 Linux 6.6.31 9fd0198f7ef0 md: fix kmemleak of rdev->serial b02372814ad6 Revert "selftests/bpf: Add netkit to tc_redirect selftest" 7e0a32287741 mm/hugetlb: fix DEBUG_LOCKS_WARN_ON(1) when dissolve_free_hugetlb_folio() 845cf1c76987 btrfs: do not wait for short bulk allocation 25777f3f4e1f keys: Fix overwrite of key expiration on instantiation 9fda5aed60a0 dmaengine: idxd: add a write() method for applications to submit work 8cacaaa47568 dmaengine: idxd: add a new security check to deal with a hardware erratum c516453577d0 VFIO: Add the SPR_DSA and SPR_IAX devices to the denylist 7bcba557d5c3 Bluetooth: qca: fix firmware check error path 6b63e0ef4d3c Bluetooth: qca: fix info leak when fetching fw build id ba307abed5e0 Bluetooth: qca: fix info leak when fetching board id 9d23305f8610 Bluetooth: qca: generalise device address check c3a38d10b9ea Bluetooth: qca: fix NVM configuration parsing 427281f9498e Bluetooth: qca: add missing firmware sanity checks 2d8823700413 Bluetooth: qca: fix wcn3991 device address check 3019a9d3d27b Bluetooth: qca: fix invalid device address check cc6f5aa151b3 eventfs: Do not treat events directory different than other directories 0c56915c042a tracefs: Still use mount point as default permissions for instances 5f91fc82794d tracefs: Reset permissions on remount if permissions are options 100117279c1d ksmbd: do not grant v2 lease if parent lease key and epoch are not set 329081691fc2 ksmbd: avoid to send duplicate lease break notifications b2ed54957161 ksmbd: off ipv6only for both ipv4/ipv6 binding 8a5e88cbde3f spi: microchip-core-qspi: fix setting spi bus clock rate e9f867739b41 regulator: core: fix debugfs creation regression a2da0e5c516b nvme-pci: Add quirk for broken MSIs 377f3a9a3d03 mm/userfaultfd: reset ptes when close() for wr-protected ones 468971c3f4b8 mm: use memalloc_nofs_save() in page_cache_ra_order() 73b58d9d0c8d selftests/mm: fix powerpc ARCH check 513f8dc02eec x86/apic: Don't access the APIC when disabling x2APIC 6555d7c06e7c hwmon: (pmbus/ucd9000) Increase delay from 250 to 500us b6dbfd5bcc26 net: fix out-of-bounds access in ops_init 8d0ab6426189 arm64: dts: qcom: sa8155p-adp: fix SDHC2 CD pin configuration af8af93c6a4f drm/amd/display: Fix incorrect DSC instance for MST 7be093e45215 drm/amd/display: Handle Y carry-over in VCP X.Y calculation ca82830e4533 drm/i915/bios: Fix parsing backlight BDB data be59b2d3d975 drm/i915/gt: Automate CCS Mode setting during engine resets b0624c032a02 drm/i915/audio: Fix audio time stamp programming for DP 7b5fd3af4a25 drm/vmwgfx: Fix invalid reads in fence signaled events e10644f8ada4 drm/vmwgfx: Fix Legacy Display Unit 306e99777886 drm/ttm: Print the memory decryption status just once 4b4cff994a27 drm/amdkfd: don't allow mapping the MMIO HDP page with large pages 1a88c18da464 Revert "drm/nouveau/firmware: Fix SG_DEBUG error with nvkm_firmware_ctor()" 5e2af67d8445 drm/nouveau/firmware: Fix SG_DEBUG error with nvkm_firmware_ctor() 636a47adcf74 mei: me: add lunar lake point M DID 785c2392c51e clk: sunxi-ng: a64: Set minimum and maximum rate for PLL-MIPI 547263745e15 clk: sunxi-ng: common: Support minimum and maximum rate ad066c9b0630 slimbus: qcom-ngd-ctrl: Add timeout for wait operation a69e1bdd777c dyndbg: fix old BUG_ON in >control parser ca3cb178678b ASoC: ti: davinci-mcasp: Fix race condition during probe f811ed9af993 ASoC: tegra: Fix DSPK 16-bit playback 00d1a1bc1f82 net: bcmgenet: synchronize UMAC_CMD access 51b72afb0db9 net: bcmgenet: synchronize use of bcmgenet_set_rx_mode() 8b3845de02f9 net: bcmgenet: synchronize EXT_RGMII_OOB_CTRL access ef31b4647ee9 xtensa: fix MAKE_PC_FROM_RA second argument ffd4917c1edb tipc: fix UAF in error path f8a139656c95 e1000e: change usleep_range to udelay in PHY mdic access 5d6ad8f8efea kmsan: compiler_types: declare __no_sanitize_or_inline 5eba2638a28d iio: accel: mxc4005: Interrupt handling fixes 762da5255680 iio: pressure: Fixes BME280 SPI driver data b79fc1882386 iio:imu: adis16475: Fix sync mode setting 3bd0de0bb87d dt-bindings: iio: health: maxim,max30102: fix compatible check c57824d4fe07 workqueue: Fix selection of wake_cpu in kick_pool() daad878a509d mptcp: only allow set existing scheduler for net.mptcp.scheduler aa0c07c1f20e mptcp: ensure snd_nxt is properly initialized on connect ac6cf3ce9b7d mm/slab: make __free(kfree) accept error pointers 6c9c7c1e63b1 maple_tree: fix mas_empty_area_rev() null pointer dereference 6a911b8884c0 btrfs: set correct ram_bytes when splitting ordered extent e42004fd29e5 btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks() 5e651695c3c7 firewire: ohci: fulfill timestamp for some local asynchronous transaction a34dd17da9d2 ALSA: hda/realtek: Fix mute led of HP Laptop 15-da3001TU 789326cafbd1 usb: typec: tcpm: Check for port partner validity before consuming it b16abab1fb64 usb: typec: tcpm: unregister existing source caps before re-registration 24e2f570f2c8 usb: typec: tcpm: clear pd_event queue in PORT_RESET 000f99445553 usb: dwc3: core: Prevent phy suspend during init 2d8466c9a8bb usb: xhci-plat: Don't include xhci.h 1a15d6e242bd usb: gadget: f_fs: Fix a race condition when processing setup packets. 73c05ad46bb4 usb: gadget: f_fs: Fix race between aio_cancel() and AIO request complete 7a54e5052bde usb: gadget: uvc: use correct buffer size when parsing configfs lists 2f2886aedeec usb: gadget: composite: fix OS descriptors w_value logic 63533549ff53 USB: core: Fix access violation during port device removal 7fce5501d7fc usb: ohci: Prevent missed ohci interrupts 480c3abbba36 usb: Fix regression caused by invalid ep0 maxpacket in virtual SuperSpeed device d5f0c5ea3fc3 usb: typec: ucsi: Fix connector check on init 4184b7d85422 usb: typec: ucsi: Check for notifications after init 148ed8b4d64f Reapply "drm/qxl: simplify qxl_fence_wait" 1fe60ee70943 firewire: nosy: ensure user_length is taken into account when fetching packet contents 0b76a4f72362 btrfs: fix kvcalloc() arguments order in btrfs_ioctl_send() 0c7ed3ed35ee drm/amdgpu: once more fix the call oder in amdgpu_ttm_move() v2 52c1af381cb8 drm/amdgpu: Fix comparison in amdgpu_res_cpu_visible 7e3030774431 drm/amd/display: Atom Integrated System Info v2_2 for DCN35 883e4bbf06eb gpiolib: cdev: fix uninitialised kfifo 309364bc3205 gpiolib: cdev: relocate debounce_period_us from struct gpio_desc 95ca7c90eaf5 gpiolib: cdev: Fix use after free in lineinfo_changed_notify 6c83a8f236ec dm/amd/pm: Fix problems with reboot/shutdown for some SMU 13.0.4/13.0.11 users 1b9e8de483bc drm/connector: Add \n to message about demoting connector force-probes fa2d2e2d8eae drm/meson: dw-hdmi: add bandgap setting for g12 dbe2cf9f09ab drm/meson: dw-hdmi: power up phy on device init 7019a6416518 net: dsa: mv88e6xxx: add phylink_get_caps for the mv88e6320/21 family 5c623fe05348 net: hns3: fix kernel crash when devlink reload during initialization 5a0298f5001b net: hns3: fix port vlan filter not disabled issue f806911c220b net: hns3: use appropriate barrier function after setting a bit value 5d73b414a08a net: hns3: release PTP resources if pf initialization failed 8ed439067001 net: hns3: change type of numa_node_mask as nodemask_t 06ce87195a05 net: hns3: direct return when receive a unknown mailbox message c9a5a9aa7a45 net: hns3: using user configure after hardware reset 5df93c029a90 net/smc: fix neighbour and rtable leak in smc_ib_find_route() e31b25cc2066 ipv6: prevent NULL dereference in ip6_output() 4b27116882f5 ipv6: annotate data-races around cnf.disable_ipv6 d183f297cbb5 hsr: Simplify code for announcing HSR nodes timer setup 1c2b0f0823f8 net-sysfs: convert dev->operstate reads to lockless ones 8745a8d74ba1 ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action() f39c49d06596 dt-bindings: net: mediatek: remove wrongly added clocks and SerDes 1721afe2ad68 rxrpc: Only transmit one ACK per jumbo packet received fa6dbe25e211 rxrpc: Fix congestion control algorithm 59881e57a722 rxrpc: Fix the names of the fields in the ACK trailer struct 438d7ceb4523 selftests: test_bridge_neigh_suppress.sh: Fix failures due to duplicate MAC 2ee2fc6786bc selftests/net: convert test_bridge_neigh_suppress.sh to run it in unique namespace 68c8ba16ab71 ipv6: Fix potential uninit-value access in __ip6_make_skb() 1ce60741d7e1 net: bridge: fix corrupted ethernet header on multicast-to-unicast 6900f0ed0321 nfc: nci: Fix kcov check in nci_rx_work() ee9e39a6cb3c phonet: fix rtm_phonet_notify() skb allocation d4c6b1807ce6 hwmon: (corsair-cpro) Protect ccp->wait_input_report with a spinlock d5ad144fd1ef hwmon: (corsair-cpro) Use complete_all() instead of complete() in ccp_raw_event() 7d1e7803cb1c hwmon: (corsair-cpro) Use a separate buffer for sending commands 206003c748b8 rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validation ae87f661f3c1 net: ks8851: Queue RX packets in IRQ handler instead of disabling BHs 955b5b6c54d9 Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeout 1f7ebb69c1d6 Bluetooth: HCI: Fix potential null-ptr-deref a85a60e62355 Bluetooth: msft: fix slab-use-after-free in msft_do_close() 012363cb1bec Bluetooth: Fix use-after-free bugs caused by sco_sock_timeout 6e48faad92be tcp: Use refcount_inc_not_zero() in tcp_twsk_unique(). f47d0d32fa94 tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV sockets ee0ce7573e50 ARM: 9381/1: kasan: clear stale stack poison 4a9771c0fb5a xfrm: Preserve vlan tags for transport mode software GRO db71ca93259d qibfs: fix dentry leak 9b332c72299f SUNRPC: add a missing rpc_stat for TCP TLS 1c172ac7afe4 blk-iocost: do not WARN if iocg was already offlined 8fb763886756 net:usb:qmi_wwan: support Rolling modules aff9dba5e8ce drm/radeon: silence UBSAN warning (v3) c06575055ea4 platform/x86: ISST: Add Granite Rapids-D to HPM CPU list 1f4a2c7f4a54 drm/nouveau/dp: Don't probe eDP ports twice harder ca6b0d99cda0 gpio: lpc32xx: fix module autoloading 1f9c976e942b fs/9p: drop inodes immediately on non-.L too 427ede281390 clk: Don't hold prepare_lock when calling kref_put() ac259d3fa3e5 gpio: crystalcove: Use -ENOTSUPP consistently d77f56b649fc gpio: wcove: Use -ENOTSUPP consistently 6a451fc5e6e6 powerpc/crypto/chacha-p10: Fix failure on non Power10 48cf6a991431 9p: explicitly deny setlease attempts d1250e00e1fe fs/9p: fix the cache always being enabled on files with qid flags dbf68fd7e392 fs/9p: translate O_TRUNC into OTRUNC e55c601af3b1 fs/9p: only translate RWX permissions for plain 9P2000 055ea43860e6 iommu: mtk: fix module autoloading 08bedfbc1b50 smb3: fix broken reconnect when password changing on the server by allowing password rotation 82f9e213b124 Drivers: hv: vmbus: Don't free ring buffers that couldn't be re-encrypted 6466a0f6d235 uio_hv_generic: Don't free decrypted memory a56fe6113263 hv_netvsc: Don't free decrypted memory 8e62341f5c45 Drivers: hv: vmbus: Track decrypted status in vmbus_gpadl 6123a4e8e25b Drivers: hv: vmbus: Leak pages if set_memory_encrypted() fails dce583c5bdc7 selftests: timers: Fix valid-adjtimex signed left-shift undefined behavior b6f6626528fe amd/amdkfd: sync all devices to wait all processes being evicted a624829bba27 drm/amdgpu: Fix VCN allocation in CPX partition 951a498fa993 drm/amd/display: Skip on writeback when it's not applicable c0beff4e35af drm/amdgpu: implement IRQ_STATE_ENABLE for SDMA v4.4.2 1e2c28e74a82 drm/amdgpu: Refine IB schedule error logging 037e72e7d7d2 tools/power/turbostat: Fix uncore frequency file string f91955da8117 MIPS: scall: Save thread_info.syscall unconditionally on entry 1061afd58184 gpu: host1x: Do not setup DMA for virtual devices ce0e99cae00e blk-iocost: avoid out of bounds shift 2eab8da937db scsi: hisi_sas: Handle the NCQ error returned by D2H frame 2f35afac2773 scsi: target: Fix SELinux error when systemd-modules loads the target module 14e731533b39 memblock tests: fix undefined reference to `BIT' 85907602db5f memblock tests: fix undefined reference to `panic' 63e58e5aef23 memblock tests: fix undefined reference to `early_pfn_to_nid' 54403a77c28b btrfs: always clear PERTRANS metadata during commit 570bff14e740 btrfs: make btrfs_clear_delalloc_extent() free delalloc reserve 9678a79d1406 tools/power turbostat: Fix warning upon failed /dev/cpu_dma_latency read 8a91872a547a tools/power turbostat: Print ucode revision only if valid 77619a7ace53 tools/power turbostat: Fix Bzy_MHz documentation typo 52b3541b3513 tools/power turbostat: Increase the limit for fd opened 95973a9b647c tools/power turbostat: Fix added raw MSR output 5982887de60c firewire: ohci: mask bus reset interrupts between ISR and bottom half dec0c371b46a ata: sata_gemini: Check clk_enable() result 9872ab5b1e0e vboxsf: explicitly deny setlease attempts 2f11e24abcf7 net: bcmgenet: Reset RBUF on first open e1d38cde2b7b block: fix overflow in blk_ioctl_discard() c5d5160d7e00 ALSA: line6: Zero-initialize message buffers 85bb85801910 scsi: ufs: core: Fix MCQ mode dev command timeout 684500f29f01 scsi: libsas: Align SMP request allocation to ARCH_DMA_MINALIGN cf311e2486c7 scsi: ufs: core: WLUN suspend dev/link state error recovery 47b5b69f4aee regulator: tps65132: Add of_match table de2a108def74 ASoC: SOF: Intel: hda-dsp: Skip IMR boot on ACE platforms in case of S3 suspend 49ce8b629775 kbuild: Disable KCSAN for autogenerated *.mod.c intermediaries 926e8bc0cfef selftests/ftrace: Fix event filter target_func selection 608e13706c8b bpf: Check bloom filter map value size 41dc67915966 drm/amdkfd: range check cp bad op exception interrupts d64496242370 drm/amdkfd: Check cgroup when returning DMABuf info 1ea068f5b69e btrfs: return accurate error code on open failure in open_fs_devices() c885ab23206b scsi: bnx2fc: Remove spin_lock_bh while releasing resources after upload f09318244c6c scsi: mpi3mr: Avoid memcpy field-spanning write WARNING 845d179992fc net: mark racy access on sk->sk_rcvbuf 94f80a8ec15e wifi: iwlwifi: mvm: guard against invalid STA ID on removal b83db8e756de wifi: iwlwifi: read txq->read_ptr under lock 99046794a617 wifi: mac80211: fix prep_connection error path ff9580efb5da wifi: cfg80211: fix rdev_dump_mpp() arguments order 954a654a3377 wifi: mac80211: fix ieee80211_bss_*_flags kernel-doc 6eb0d6e6d38c gfs2: Fix invalid metadata access in punch_hole e29758e73ef3 scsi: lpfc: Use a dedicated lock for ras_fwlog state e8bf2c05e8ad scsi: lpfc: Release hbalock before calling lpfc_worker_wake_up() 8a1d8deaa40e scsi: lpfc: Replace hbalock with ndlp lock in lpfc_nvme_unregister_port() 4aba3ca53ba4 scsi: lpfc: Update lpfc_ramp_down_queue_handler() logic 5e6079164922 scsi: lpfc: Remove IRQF_ONESHOT flag from threaded IRQ handling 76337eb8daee scsi: lpfc: Move NPIV's transport unregistration to after resource clean up ff54c87f32f2 scsi: ufs: core: Fix MCQ MAC configuration 8d6a1c8e3de3 KVM: arm64: vgic-v2: Check for non-NULL vCPU in vgic_v2_parse_attr() d082321d0d73 KVM: arm64: vgic-v2: Use cpuid from userspace as vcpu_id f2a6b3ed20f2 swiotlb: initialise restricted pool list_head when SWIOTLB_DYNAMIC=y 802b13b79ab1 powerpc/pseries/iommu: LPAR panics during boot up with a frozen PE 3b59a759436a powerpc/pseries: make max polling consistent for longer H_CALLs 0b82eb134d29 clk: sunxi-ng: h6: Reparent CPUX during PLL CPUX rate change a6df6bd30458 clk: qcom: smd-rpm: Restore msm8976 num_clk 78b6092d7834 net: gro: add flush check in udp_gro_receive_segment af276a5ac8e9 net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offset to napi_gro_cb 7f7b0ebb37af net: gro: parse ipv6 ext headers without frag0 invalidation 5db08343ddb1 ipv4: Fix uninit-value access in __ip_make_skb() fa695db33417 drm/panel: ili9341: Use predefined error codes 1055cdd5750e drm/panel: ili9341: Respect deferred probe c6be5383fb83 drm/panel: ili9341: Correct use of device property APIs e28dd1e1bf3e s390/qeth: Fix kernel panic after setting hsuid 935bcb52ec10 vxlan: Pull inner IP header in vxlan_rcv(). 614c5a5ae45a tipc: fix a possible memleak in tipc_buf_append 73f81e5a2203 rxrpc: Clients must accept conn from any address cfe34d86ef97 net: core: reject skb_copy(_expand) for fraglist GSO skbs 65fbc7a11d06 net: bridge: fix multicast-to-unicast with fraglist GSO a30659f1576d spi: fix null pointer dereference within spi_sync 4fd8cd4154a2 drm/amdgpu: fix doorbell regression 6cc5dde9bb95 net: dsa: mv88e6xxx: Fix number of databases for 88E6141 / 88E6341 6792e5b48323 cxgb4: Properly lock TX queue for the selftest. 84b38f488366 s390/cio: Ensure the copied buf is NUL terminated 7db626d2730d ALSA: hda: intel-sdw-acpi: fix usage of device_get_named_child_node() 76ae951d94e7 ASoC: meson: cards: select SND_DYNAMIC_MINORS 8ad705b120ce ASoC: meson: axg-tdm-interface: manage formatters in trigger 52a31a05c1c2 ASoC: meson: axg-card: make links nonatomic d7801bd9c89e ASoC: meson: axg-fifo: use threaded irq to check periods af8e6bbf66da ASoC: meson: axg-fifo: use FIELD helpers 0ba4fd45991a vxlan: Add missing VNI filter counter update in arp_reduce(). 843210300967 vxlan: Fix racy device stats updates. a89e4db53569 net: qede: use return from qede_parse_actions() 40fbad8885a0 net: qede: use return from qede_parse_flow_attr() for flow_spec b633de6ae98b net: qede: use return from qede_parse_flow_attr() for flower c1b9c6be4793 net: qede: sanitize 'rc' in qede_add_tc_flower_fltr() 32ac5cac5de9 ALSA: emu10k1: fix E-MU dock initialization 9fc627064211 ALSA: emu10k1: move the whole GPIO event handling to the workqueue d4b9262fb93e ALSA: emu10k1: factor out snd_emu1010_load_dock_firmware() 8db345cfb6c6 ALSA: emu10k1: fix E-MU card dock presence monitoring c698e482457e Fix a potential infinite loop in extract_user_to_sg() 53163e2adb93 s390/vdso: Add CFI for RA register to asm macro vdso_func 23e25d2fc777 net l2tp: drop flow hash on forward 696d18bb5972 nsh: Restore skb->{protocol,data,mac_header} for outer header in nsh_gso_segment(). 0a0285cee11c octeontx2-af: avoid off-by-one read from userspace e19478763154 bna: ensure the copied buf is NUL terminated e22e25820fa0 xdp: use flags field to disambiguate broadcast redirect 487c4e9a553f s390/mm: Fix clearing storage keys for huge pages 819c33d7751f s390/mm: Fix storage key clearing for guest huge pages 27f69caa62aa ASoC: codecs: wsa881x: set clk_stop_mode1 flag 6f85e9b7151a ASoC: Intel: avs: Set name of control as in topology 54bfc9ef60c6 riscv, bpf: Fix incorrect runtime stats a554fef56c0b bpf, arm64: Fix incorrect runtime stats f75a57065570 spi: hisi-kunpeng: Delete the dump interface of data registers in debugfs 9072aab6e8d6 spi: axi-spi-engine: fix version format string deccbe39b56f spi: axi-spi-engine: use common AXI macros 3915124910c5 spi: axi-spi-engine: move msg state to new struct 0174c1c4384c spi: axi-spi-engine: use devm_spi_alloc_host() 03a7d3cf0496 spi: axi-spi-engine: simplify driver data allocation ab7722458e8c spi: spi-axi-spi-engine: Use helper function devm_clk_get_enabled() fe4bfff1cd72 bpf: Fix a verifier verbose message 57b736fcbb0e nvme: fix warn output about shared namespaces without CONFIG_NVME_MULTIPATH 0d34c688b00d ASoC: SOF: Intel: add default firmware library path for LNL 180ffe229325 ASoC: SOF: Introduce generic names for IPC types b5a291e5591e regmap: Add regmap_read_bypassed() b397a0ab8582 bpf, skmsg: Fix NULL pointer dereference in sk_psock_skb_ingress_enqueue 2166cb2e21f2 bpf, kconfig: Fix DEBUG_INFO_BTF_MODULES Kconfig definition 79b9afd95e28 regulator: change devm_regulator_get_enable_optional() stub to return Ok bdeb1b446df0 regulator: change stubbed devm_regulator_get_enable to return Ok 83fdf050ef03 regulator: mt6360: De-capitalize devicetree regulator subnodes 026e24cf3173 pinctrl: devicetree: fix refcount leak in pinctrl_dt_to_map() 109b9ecdcb04 power: supply: mt6360_charger: Fix of_match for usb-otg-vbus regulator 48e52633d519 power: rt9455: hide unused rt9455_boost_voltage_values fc8cbe3a58a0 pinctrl: baytrail: Fix selecting gpio pinctrl state 8a1f89c98dcc nfs: Handle error of rpc_proc_register() in nfs_net_init(). 260333221cf0 nfs: make the rpc_stat per net namespace 53a0365c9f9f nfs: expose /proc/net/sunrpc/nfs in net namespaces c4d324c414c2 sunrpc: add a struct rpc_stats arg to rpc_create_args 30287d2018b4 pinctrl: mediatek: paris: Rework support for PIN_CONFIG_{INPUT,OUTPUT}_ENABLE d02587173690 pinctrl: mediatek: paris: Fix PIN_CONFIG_INPUT_SCHMITT_ENABLE readback 558c8039fdf5 pinctrl: core: delete incorrect free in pinctrl_enable() 70b145d68e27 pinctrl/meson: fix typo in PDM's pin name 4b1357a2770e pinctrl: pinctrl-aspeed-g6: Fix register offset for pinconf of GPIOR-T a381ee26d7c7 Bluetooth: qca: add support for QCA2066 2af84c46b9b8 eeprom: at24: fix memory corruption race condition 4d5ace787273 eeprom: at24: Probe for DDR3 thermal sensor in the SPD case 00d2715aaa8c rust: kernel: require `Send` for `Module` implementations 244822c09b4f wifi: nl80211: don't free NULL coalescing rule a4dec33d27fb rust: macros: fix soundness issue in `module!` macro 738ea6d9ca0a rust: module: place generated init_module() function in .init.text cce311f8bbbf mtd: limit OTP NVMEM cell parse to non-NAND devices 26e2fe4cab10 nvmem: add explicit config option to read old syntax fixed OF cells ed56e266d3c6 dmaengine: Revert "dmaengine: pl330: issue_pending waits until WFP state" 867818dd132e dmaengine: pl330: issue_pending waits until WFP state 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: e904fb7891b4020e7820d0a21f666fc2dbd9b8b0) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 dayslinux-libc-headers: bump to v6.9Bruce Ashfield
(From OE-Core rev: 78dac2c1f037921c58ccc6efcbf540a92d0fcfcf) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 dayslinux-yocto/6.6: intel configuration changesBruce Ashfield
Integrating the following commit(s) to linux-yocto/.: 1/2 [ Author: Naveen Saini Email: naveen.kumar.saini@intel.com Subject: features/intel-pinctrl: add pinctrl driver for Intel Meteor Lake Date: Thu, 9 May 2024 13:01:25 +0800 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> ] 2/2 [ Author: Naveen Saini Email: naveen.kumar.saini@intel.com Subject: bsp/intel-corei7-64: enable Intel IOMMU support Date: Thu, 9 May 2024 13:01:38 +0800 Enable Intel IOMMU driver for intel-corei7-64 machine. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> ] (From OE-Core rev: 1bf24b687f0cd4952eb75b95dd596aa3f11867d2) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 dayslinux-yocto/6.6: update to v6.6.30Bruce Ashfield
Updating linux-yocto/6.6 to the latest korg -stable release that comprises the following commits: 7c76aad68f6d kselftest: Add a ksft_perror() helper 5697d159afef Linux 6.6.30 15aa09d6d846 bounds: Use the right number of bits for power-of-two CONFIG_NR_CPUS 57c34bf73128 net/mlx5e: Advertise mlx5 ethernet driver updates sk_buff md_dst for MACsec 6c3020dc817f macsec: Detect if Rx skb is macsec-related for offloading devices that update md_dst ee5dde3aa2fd macsec: Enable devices to advertise whether they update sk_buff md_dst during offloads bbc8486eb230 Revert "riscv: kdump: fix crashkernel reserving problem on RISC-V" be9857a4d280 ovl: fix memory leak in ovl_parse_param() 3caf7f49f10f phy: qcom: qmp-combo: fix VCO div offset on v5_5nm and v6 e3425674ff68 i2c: smbus: fix NULL function pointer dereference 470d347b14b0 sched/eevdf: Prevent vlag from going out of bounds in reweight_eevdf() 2cf53d801da7 sched/eevdf: Fix miscalculation in reweight_entity() when se is not curr dc21662b5b34 sched/eevdf: Always update V if se->on_rq when reweighting 73224a5d2180 phy: ti: tusb1210: Resolve charger-det crash if charger psy is unregistered b008e327fa57 riscv: Fix loading 64-bit NOMMU kernels past the start of RAM a0f0dbbb1bc4 riscv: Fix TASK_SIZE on 64-bit NOMMU e4c881d2127c riscv: fix VMALLOC_START definition f976eca36cdf dmaengine: idxd: Fix oops during rmmod on single-CPU platforms 8e3c94767cad dma: xilinx_dpdma: Fix locking 758071a35d9f dmaengine: idxd: Convert spinlock to mutex to lock evl workqueue 0e532b993a05 phy: qcom: m31: match requested regulator name with dt schema 1da7f6abd3ba phy: rockchip: naneng-combphy: Fix mux on rk3588 743cf2f19d96 phy: rockchip-snps-pcie3: fix clearing PHP_GRF_PCIESEL_CON bits d3d3723d70c1 phy: rockchip-snps-pcie3: fix bifurcation on rk3588 78fe49bd4259 phy: freescale: imx8m-pcie: fix pcie link-up instability 73e4d4f6f7e2 phy: marvell: a3700-comphy: Fix hardcoded array size 610f175d2e16 phy: marvell: a3700-comphy: Fix out of bounds read 935d4c7cdc56 soundwire: amd: fix for wake interrupt handling for clockstop mode 4b80c0260bde idma64: Don't try to serve interrupts when device is powered off 6e98921f6f2f dmaengine: tegra186: Fix residual calculation 3053b681b678 dmaengine: owl: fix register access functions 2431b5f2650d mm: turn folio_test_hugetlb into a PageType 25c5f2e05e8e x86/tdx: Preserve shared bit on mprotect() 2b56188d9bfb phy: qcom: qmp-combo: Fix VCO div offset on v3 c219ef43672d phy: qcom: qmp-combo: Fix register base for QSERDES_DP_PHY_MODE db4ecbf8ee43 mtd: diskonchip: work around ubsan link failure 1d2809e5d918 udp: preserve the connected status if only UDP cmsg 8986ea353956 fbdev: fix incorrect address computation in deferred IO b2916e14bd5c stackdepot: respect __GFP_NOLOCKDEP allocation flag fefe98d3afc4 net: b44: set pause params only when interface is up ca958a1b1552 ethernet: Add helper for assigning packet type when dest address does not match device address 3ecf2249e6e4 ACPI: CPPC: Fix access width used for PCC registers 6a8fda8a7339 ACPI: CPPC: Fix bit_offset shift in MASK_VAL() macro 1b890ae474d1 ACPI: CPPC: Use access_width over bit_width for system memory accesses 03170e657f62 irqchip/gic-v3-its: Prevent double free on error d7d7284c2a7c drm/amdgpu: Fix leak when GPU memory allocation fails 65356a1cc496 drm/amdgpu: Assign correct bits for SDMA HDP flush b33d7aaa2d3d drm/amdgpu/sdma5.2: use legacy HDP flush for SDMA2/3 9b338b25b388 arm64: dts: rockchip: enable internal pull-up for Q7_THRM# on RK3399 Puma e64c81111fe9 arm64: dts: qcom: sm8450: Fix the msi-map entries 93cf1e2e32d2 arm64: dts: qcom: sc8280xp: add missing PCIe minimum OPP c15b5c6fabcb LoongArch: Fix access error when read fault on a write-only VMA 2c733bb795dd LoongArch: Fix callchain parse error with kernel tracepoint events 8292f4f8dd1b cpu: Re-enable CPU mitigations by default for !X86 architectures 3a63cee1a5e1 btrfs: fix information leak in btrfs_ioctl_logical_to_ino() e498cc00e6b7 btrfs: scrub: run relocation repair when/only needed 73aa8ea03ac9 btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range() 5e2239fef688 btrfs: fallback if compressed IO fails for ENOSPC 29e94f295bad HID: i2c-hid: remove I2C_HID_READ_PENDING flag to prevent lock-up 699f8958dece smb3: fix lock ordering potential deadlock in cifs_sync_mid_result 0fcf7e219448 smb3: missing lock when picking channel 39ad3d61d23e smb: client: Fix struct_group() usage in __packed structs 92abee9c4201 mm: support page_mapcount() on page_has_type() pages 1eb691e806e7 mm: create FOLIO_FLAG_FALSE and FOLIO_TYPE_OPS macros 56b99a52229d mmc: sdhci-msm: pervent access to suspended controller f6c5d21db16a mm/hugetlb: fix missing hugetlb_lock for resv uncharge 87fc30db0a2b mtd: rawnand: qcom: Fix broken OP_RESET_DEVICE command in qcom_misc_cmd_type_exec() 67459f1a707a Bluetooth: qca: fix NULL-deref on non-serdev setup 6b47cdeb786c Bluetooth: qca: fix NULL-deref on non-serdev suspend e0813f22c30b Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x0bda:0x4853 4eb706b1b443 Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old() ece94c74e4bf rust: remove `params` from `module` macro example 4805d764f904 kbuild: rust: force `alloc` extern to allow "empty" Rust files 2eed4381ee41 kbuild: rust: remove unneeded `@rustc_cfg` to avoid ICE 3a9337459645 rust: make mutually exclusive with CFI_CLANG c34a8052afe5 rust: init: remove impl Zeroable for Infallible 37ca196aa4d8 rust: don't select CONSTRUCTORS 3b1ce482e2e6 x86/cpu: Fix check for RDPKRU in __show_regs() cec11fa2eb51 fork: defer linking file vma until vma is fully initialized 612fbf658803 selftests/seccomp: Handle EINVAL on unshare(CLONE_NEWPID) f4b1e2cc9fd4 selftests/seccomp: Change the syscall used in KILL_THREAD test 003af8c23fca selftests/seccomp: user_notification_addfd check nextfd is available be383effaee3 Squashfs: check the inode number is not the invalid value of zero 331b6339c485 squashfs: convert to new timestamp accessors ab65b0cf0324 drm/ttm: stop pooling cached NUMA pages v2 ded1ffea5213 mm, treewide: introduce NR_PAGE_ORDERS 4c5eaf0cad27 drm/amdgpu: fix visible VRAM handling during faults f85a55fb87c2 drm/amdgpu: add shared fdinfo stats a4ae24cd04a8 drm: add drm_gem_object_is_shared_for_memory_stats() helper 9e898211704c mm/madvise: make MADV_POPULATE_(READ|WRITE) handle VM_FAULT_RETRY properly 49db746d3988 mm/gup: explicitly define and check internal GUP flags, disallow FOLL_TOUCH 67d2212b6b89 KVM: x86/pmu: Set enable bits for GP counters in PERF_GLOBAL_CTRL at "RESET" 6393087d931d KVM: x86/pmu: Zero out PMU metadata on AMD if PMU is disabled 753a277ea086 af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc(). 4e40e624961a tls: fix lockless read of strp->msg_ready in ->poll 77df3da37d42 net: ethernet: ti: am65-cpts: Fix PTPv1 message type on TX packets 740717774dc3 ice: fix LAG and VF lock dependency in ice_reset_vf() 2f7cc2dfc159 iavf: Fix TC config comparison with existing adapter TC config a91892696f58 i40e: Report MFS in decimal base instead of hex 8d6105f63788 i40e: Do not use WQ_MEM_RECLAIM flag for workqueue 94b00cd6b89b net: ti: icssg-prueth: Fix signedness bug in prueth_init_rx_chns() 9dfe29373391 net: phy: dp83869: Fix MII mode failure 8260c980aee7 netfilter: nf_tables: honor table dormant flag from netdev release event path cf1a368d190a ARM: dts: imx6ull-tarragon: fix USB over-current polarity 62041d20f92e eth: bnxt: fix counting packets discarded due to OOM and netpoll de1aaefa75be mlxsw: spectrum_acl_tcam: Fix memory leak when canceling rehash work ab4ecfb62733 mlxsw: spectrum_acl_tcam: Fix incorrect list API usage e890456051fe mlxsw: spectrum_acl_tcam: Fix warning during rehash 0ae8ff7b6d42 mlxsw: spectrum_acl_tcam: Fix memory leak during rehash 3da432f3a3d3 mlxsw: spectrum_acl_tcam: Rate limit error message 311eeaa7b9e2 mlxsw: spectrum_acl_tcam: Fix possible use-after-free during rehash feabdac2057e mlxsw: spectrum_acl_tcam: Fix possible use-after-free during activity update 136fc524eccd mlxsw: spectrum_acl_tcam: Fix race during rehash delayed work 79736f57da3c mlxsw: spectrum_acl_tcam: Fix race in region ID allocation 99a9e7fbaf7f mlxsw: Use refcount_t for reference counting eaa5e164a211 net: openvswitch: Fix Use-After-Free in ovs_ct_exit 36054132dfb0 ipvs: Fix checksumming on GSO of SCTP packets cd212ca265b3 Bluetooth: qca: set power_ctrl_enabled on NULL returned by gpiod_get_optional() 1e9a69f247f9 Bluetooth: hci_sync: Using hci_cmd_sync_submit when removing Adv Monitor 80dfef128cb9 Bluetooth: btusb: mediatek: Fix double free of skb in coredump 882d614ac6bf Bluetooth: MGMT: Fix failing to MGMT_OP_ADD_UUID/MGMT_OP_REMOVE_UUID 62e3a7cbd8e6 Bluetooth: hci_event: Fix sending HCI_OP_READ_ENC_KEY_SIZE 190d33b0a634 Bluetooth: btusb: Fix triggering coredump implementation for QCA e4ce6ebc6ea1 gpio: tegra186: Fix tegra186_gpio_is_accessible() check 2497bebf3110 net: phy: mediatek-ge-soc: follow netdev LED trigger semantics 2aacd4de4547 net: gtp: Fix Use-After-Free in gtp_dellink 209967f5f06e net: usb: ax88179_178a: stop lying about skb->truesize 8240c7308c94 ipv4: check for NULL idev in ip_route_use_hint() 5e53816d0f87 net: fix sk_memory_allocated_{add|sub} vs softirqs fe1e83811c4f net: make SK_MEMORY_PCPU_RESERV tunable 6a65f015ee48 tools: ynl: don't ignore errors in NLMSG_DONE messages 4fee8fa86a15 ax25: Fix netdev refcount issue cffee39d3615 NFC: trf7970a: disable all regulators on removal 0142cbb87cf6 net: dsa: mv88e6xx: fix supported_interfaces setup in mv88e6250_phylink_get_caps() b50bb5039223 cxl/core: Fix potential payload size confusion in cxl_mem_get_poison() e33625b9b598 bnxt_en: Fix the PCI-AER routines 96ef6582223a bnxt_en: refactor reset close code 7e8e0e0ea4a2 bridge/br_netlink.c: no need to return void function d68dc711d84f icmp: prevent possible NULL dereferences from icmp_build_probe() 1fb855ae29c0 ARM: dts: microchip: at91-sama7g5ek: Replace regulator-suspend-voltage with the valid property 94346efd78e8 mlxsw: core_env: Fix driver initialization with old firmware ac60e9041177 mlxsw: core: Unregister EMAD trap using FORWARD action 09040baf8779 net: bcmasp: fix memory leak when bringing down interface b5fa073ae9da vxlan: drop packets from invalid src-address 3ccbec645deb net: libwx: fix alloc msix vectors failed 21221985378d wifi: mac80211: fix unaligned le16 access 83a137e6a273 wifi: mac80211: remove link before AP 115cd0965446 wifi: mac80211_hwsim: init peer measurement result 1960e9e9c215 drm/gma500: Remove lid code bd7e8e5f3031 wifi: iwlwifi: mvm: return uid from iwl_mvm_build_scan_cmd 2565820d72ee wifi: iwlwifi: mvm: remove old PASN station when adding a new one 154be74e589c wifi: mac80211: split mesh fast tx cache into local/proxied/forwarded 1ba4d2adf1aa wifi: mac80211: clean up assignments to pointer cache. 80ea4ee9f99c ARC: [plat-hsdk]: Remove misplaced interrupt-cells property 37e204285732 gpio: tangier: Use correct type for the IRQ chip data 4de13788ee60 arm64: dts: qcom: sc8180x: Fix ss_phy_irq for secondary USB controller 9f9d12a8153a arm64: dts: rockchip: regulator for sd needs to be always on for BPI-R2Pro ff3e2ca62bd7 arm64: dts: mediatek: mt2712: fix validation errors ed427ce58d44 arm64: dts: mediatek: mt7986: prefix BPI-R3 cooling maps with "map-" 81559c9de353 arm64: dts: mediatek: mt7986: drop invalid thermal block clock 5a3aa5df8663 arm64: dts: mediatek: mt7986: reorder nodes 76bb245892ce arm64: dts: mediatek: mt7986: drop "#reset-cells" from Ethernet controller b42af715c014 arm64: dts: mediatek: mt7986: drop invalid properties from ethsys b626cfb65159 arm64: dts: mediatek: mt7986: reorder properties 7327c4f0884c arm64: dts: mediatek: mt7622: drop "reset-names" from thermal block 847afa33a2be arm64: dts: mediatek: mt7622: fix ethernet controller "compatible" 999d7695d85e arm64: dts: mediatek: mt7622: fix IR nodename 837f0b9ae29e arm64: dts: mediatek: mt7622: fix clock controllers 13f40798f1a7 arm64: dts: mediatek: mt8183-kukui: Use default min voltage for MT6358 a594104da204 arm64: dts: mediatek: mt8195-cherry: Update min voltage constraint for MT6315 9d0b70b5b2b5 arm64: dts: mediatek: mt8192-asurada: Update min voltage constraint for MT6315 0c29f85ad1d7 arm64: dts: mediatek: cherry: Describe CPU supplies a61f1a579960 arm64: dts: mediatek: cherry: Add platform thermal configuration 2928d2baf24e arm64: dts: mediatek: mt8195: Add missing gce-client-reg to mutex1 49785030e34f arm64: dts: mediatek: mt8195: Add missing gce-client-reg to mutex 346ffd2d39c8 arm64: dts: mediatek: mt8195: Add missing gce-client-reg to vpp/vdosys 550ad9aa3ac9 arm64: dts: mediatek: mt8192: Add missing gce-client-reg to mutex 88b162518b86 arm64: dts: mediatek: mt8183: Add power-domains properity to mfgcfg 4142a160b08c arm64: dts: rockchip: Remove unsupported node from the Pinebook Pro dts 11c51d2944df arm64: dts: rockchip: enable internal pull-up on PCIE_WAKE# for RK3399 Puma 6eb4c12f1152 arm64: dts: rockchip: fix alphabetical ordering RK3399 puma 5fa8b9f97b9c arm64: dts: rockchip: enable internal pull-up on Q7_USB_ID for RK3399 Puma 82fe6445df8b arm64: dts: rockchip: set PHY address of MT7531 switch to 0x1f 4fb8d6e8e26c HID: logitech-dj: allow mice to use all types of reports b7e3f0cbe1d7 HID: intel-ish-hid: ipc: Fix dev_err usage with uninitialized dev->devc fc1860a1bf6c cifs: reinstate original behavior again for forceuid/forcegid 551496743a57 smb: client: fix rename(2) regression against samba 4a5c16d06593 cifs: Fix reacquisition of volume cookie on still-live connection 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: 94bc5c798ea701332575cb66a546a4f1e1224d90) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 daysdb: ignore implicit-int and implicit-function-declaration issues fatal with ↵Martin Jansa
gcc-14 * many configure tests (which might not fail before) are failing with gcc-14: # grep implicit build/config.log conftest.c:47:1: error: return type defaults to 'int' [-Wimplicit-int] conftest.c:47:1: error: return type defaults to 'int' [-Wimplicit-int] conftest.c:47:1: error: return type defaults to 'int' [-Wimplicit-int] conftest.c:47:1: error: return type defaults to 'int' [-Wimplicit-int] conftest.c:47:1: error: return type defaults to 'int' [-Wimplicit-int] conftest.c:47:1: error: return type defaults to 'int' [-Wimplicit-int] conftest.c:50:17: error: implicit declaration of function 'exit' [-Wimplicit-function-declaration] conftest.c:50:17: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] conftest.c:53:9: error: implicit declaration of function 'msem_init' [-Wimplicit-function-declaration] conftest.c:54:9: error: implicit declaration of function 'msem_lock' [-Wimplicit-function-declaration] conftest.c:55:9: error: implicit declaration of function 'msem_unlock' [-Wimplicit-function-declaration] conftest.c:56:9: error: implicit declaration of function 'exit' [-Wimplicit-function-declaration] conftest.c:56:9: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] conftest.c:50:9: error: implicit declaration of function '_spin_lock_try' [-Wimplicit-function-declaration] conftest.c:51:9: error: implicit declaration of function '_spin_unlock' [-Wimplicit-function-declaration] * I have noticed this on db-native build on host with gcc-14 where it caused fatal do_configure error: http://errors.yoctoproject.org/Errors/Details/784164/ checking for mutexes... UNIX/fcntl configure: error: Support for FCNTL mutexes was removed in BDB 4.8. the config.log confirms it's because implicit-int: configure:22798: checking for mutexes configure:22925: gcc -o conftest -isystem/OE/build/oe-core/tmp-glibc/work/x86_64-linux/db-native/5.3.28/recipe-sysroot-native/usr/include -O2 -pipe -isystem/OE/build/oe-core/tmp-glibc/work/x86_64-linux/db-native/5.3.28/recipe-sysroot-native/usr/include -D_GNU_SOURCE -D_REENTRANT -L/OE/build/oe-core/tmp-glibc/work/x86_64-linux/db-native/5.3.28/recipe-sysroot-native/usr/lib -L/OE/build/oe-core/tmp-glibc/work/x86_64-linux/db-native/5.3.28/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,/OE/build/oe-core/tmp-glibc/work/x86_64-linux/db-native/5.3.28/recipe-sysroot-native/usr/lib -Wl,-rpath-link,/OE/build/oe-core/tmp-glibc/work/x86_64-linux/db-native/5.3.28/recipe-sysroot-native/lib -Wl,-rpath,/OE/build/oe-core/tmp-glibc/work/x86_64-linux/db-native/5.3.28/recipe-sysroot-native/usr/lib -Wl,-rpath,/OE/build/oe-core/tmp-glibc/work/x86_64-linux/db-native/5.3.28/recipe-sysroot-native/lib -Wl,-O1 conftest.c -lpthread >&5 conftest.c:47:1: error: return type defaults to 'int' [-Wimplicit-int] 47 | main() { | ^~~~ configure:22925: $? = 1 configure: program exited with status 1 * comparing target db with and without this change shows following diff in log.do_configure: db $ diff 5.3.28*/temp/log.do_configure 268c268 < checking for mutexes... POSIX/pthreads/library --- > checking for mutexes... POSIX/pthreads/library/x86_64/gcc-assembly 271c271 < checking for atomic operations... no --- > checking for atomic operations... x86/gcc-assembly (From OE-Core rev: 6108da955e7c553247ff5356cf1c990b3d334edf) Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 dayssstate/buildhistory: Fix plaindirs handling to occur before SSTATEPOSTINSTFUNCSRichard Purdie
buildhistory is showing issues where plaindirs installed files (such as package listings) are not reliably being handled with installs from sstate. The reason is that plaindirs is being handled after SSTATEPOSTINSTFUNCS instead of before it, meaning the files visible in a non-sstate accelerated code run are different to show from an accelerated run. This can be observed by the missing files lists for packages in buildhistory, both in from scratch builds and in builds from sstate. In builds where sstate is installed over an existing build directory, the files are present though, so there is a determinism problem. Fix this by moving the code into sstate_install, this is the only call site for the funciton. Since the move needs prepdir, move that as well as it's call site, being careful to handle the two different definitions of SSTATE_INSTDIR. The version originally in the function was obsolete and was causing the postinstfuncs to run in an incorrect directory. The only user is buildhistory and it wasn't sensitive to cwd however so this happened not to cause a problem. Fix the code to use the correct location. (From OE-Core rev: 62ee349cf18532dac8736488752c00e89de78fcd) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 dayssstate: Drop intercept functions supportRichard Purdie
The only user was siteconfig which has been removed. The API was horrible and we don't want to encourage this kind of usage. (From OE-Core rev: cfbfd0b2e89eb71783c55a1be4a7e63e6cd82c2f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 dayssiteconfig: Drop siteconfig class/code/supportRichard Purdie
The siteconfig code was only used for 5 cache values. The complexity added to sstate to support this code was considerable and the runtime much more significant than any benefit the cache files would have added. Drop the support for this which was only used minimally for ncurses and zlib. (From OE-Core rev: f3766dc038f7ba9780ddaf5eb8d27385ea31d7d0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 daysbusybox: Disable CONFIG_TC for poky-tinyRichard Purdie
It fails to build with 6.8 kernel headers onwards and is disabled in our standard builds so match those. (From meta-yocto rev: f1d9f4d8d6f6d0c1937f690ed184b4334ab7c1fe) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 daysbitbake: tests/fetch: Tweak to work on Fedora40Richard Purdie
On Fedora40, "localhost" sometimes resolves to ::1 and sometimes to 127.0.0.1 and python only binds to one of the addresses, leading to test failures. Use 127.0.0.1 explicitly to avoid problems of the name resolution, we're trying to test things other than the host networking. (Bitbake rev: 9adc6da42618f41bf0d6b558d62b2f3c13bedd61) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 daysbitbake: fetch2/wget: Fix failure path for files that are empty or don't existRichard Purdie
When we intercepted the file download to a temp file, we broke the exist/size checks which need to happen before the rename. Correct the ordering. For some reason, python 3.12 exposes this problem in the selftests differently to previous versions. (Bitbake rev: c56bd9a9280378bc64c6a7fe6d7b70847e0b9e6d) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 daysbitbake: hashserv: client: Fix changing stream modesJoshua Watt
When switching from normal mode to stream mode, skip calling self._set_mode() again because this will cause a recursion into the _set_mode() function and causes problems. Also cleanup some of the error checking during this process This bug affected when a client would attempt to switch from one stream mode to another, and meant that the server would get an invalid message from the client. This would cause the server to disconnect the client, and the client would then reconnect in normal mode which was the mode it wanted anyway and thus it would carry on without any errors. This made the bug not visible on the client side, but resulting in a lot of backtrace JSON decoding exceptions in the server logs. (Bitbake rev: 1826bc41ab3369ac40034c5eaf698748b769b881) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 daysbitbake: siggen: Batch unihash_exists checksJoshua Watt
Similar to looking up unihashes, use the batch API when checking if a unihash exists to speed up lookups (Bitbake rev: 0ac521ff37b578f7487bca0eccc7dc9e5974991b) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 daysbitbake: asyncrpc: Remove ClientPoolJoshua Watt
Batching support on the client side has proven to be a much more effective way of dealing with server latency than multiple client connections and is also much nicer on the server, so drop the client pool support from asyncrpc and the hash server (Bitbake rev: 6f80560f1c7010d09fe5448fdde616aef8468102) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>