summaryrefslogtreecommitdiffstats
path: root/meta
Commit message (Collapse)AuthorAgeFilesLines
...
* fribidi: upgrade 1.0.13 -> 1.0.14Ross Burton2024-07-171-1/+1
| | | | | | | | | | | | * Updated Unicode tables to version 15.1 (From OE-Core rev: 03828e381ef615ab4b1a30a8902b5eccbb5c98f8) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 332276679c9a004158929e03d9263e9ef66816e9) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* libcap-ng-python: upgrade 0.8.4 -> 0.8.5Yi Zhao2024-07-171-0/+0
| | | | | | | | | | | | | | | | Changelog: https://people.redhat.com/sgrubb/libcap-ng/ChangeLog - Remove python global exception handler since it's deprecated - Make the utilities link against just built libraries - Remove unused macro in cap-ng.h (From OE-Core rev: 32e8402f9fc71a8a66c48932ad9f88336afd98cd) Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 98151fbd4864fb5c6728b7faed0ad83723f962ef) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* libcap-ng: upgrade 0.8.4 -> 0.8.5Yi Zhao2024-07-174-34/+36
| | | | | | | | | | | | | | | | | | | Changelog: https://people.redhat.com/sgrubb/libcap-ng/ChangeLog - Remove python global exception handler since it's deprecated - Make the utilities link against just built libraries - Remove unused macro in cap-ng.h Drop backport patch fix-issues-with-swig-4-2.patch. Backport a patch to fix build for libcap-ng-python. (From OE-Core rev: 5eff01bbc58dcb1d51639ee4b43ee9a3e23e39ed) Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 0263fd8193e51e54a4598ea3811c3c0a6e781f85) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* ruby: fix CVE-2024-27281Hitendra Prajapati2024-07-172-0/+98
| | | | | | | | | | | | | References: https://github.com/ruby/ruby/pull/10316 https://security-tracker.debian.org/tracker/CVE-2024-27281 Upstream-Status: Backport from https://github.com/ruby/rdoc/commit/da7a0c7553ef7250ca665a3fecdc01dbaacbb43d (From OE-Core rev: 16685f3b2d22eac20f0134cbd589c3b23a187084) Signed-off-by: Hitendra Prajapati <hprajapati@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* cpio: mark CVE-2023-7216 as disputedRoss Burton2024-07-171-0/+1
| | | | | | | | | | | | Upstream consider the behaviour described in this CVE as intentional, and provide an option to stop it. (From OE-Core rev: 0f2cd2bbaddba3b8c80d71db274bbcd941d0e60e) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 6c99147037ba8ca424ee42520183bd2bd55c7056) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* xz: Update LICENSE variable for xz packagesaszh072024-07-121-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Update LICENSE defined for xz packages to match the license information provided in the xz COPYING file. The License information from PACKAGERS file of xz mentions packages with lzma files are in public domain.They ask to use GPLv2+, if only it's not possible to mention "PD and GPLv2+". Include PD license with GPLv2 to packages with lzma content: xz-dev package contains lzma header xz-doc package contains lzma man pages xz packages contains lzma binaries Links: https://github.com/tukaani-project/xz/blob/v5.4.6/COPYING https://github.com/tukaani-project/xz/blob/v5.4.6/PACKAGERS (From OE-Core rev: d511c41dac048fbdd93a54136e93b0623a18a83d) Signed-off-by: Bhabu Bindu <bindu.bhabu@kpit.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 4e5b955def5d9f305f5aba2c68b73287c03fd163) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* cargo: remove True option to getVar callsPeter Marko2024-07-122-11/+11
| | | | | | | | | | | | Layer cleanup similar to https://git.openembedded.org/openembedded-core/commit/?id=26c74fd10614582e177437608908eb43688ab510 (From OE-Core rev: f419d57e9605dc5430df6828c4b618265db1243f) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 9a2ed52473a3e4eb662509824ef8e59520ebdefb) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* flac: fix buildpaths warningsPeter Marko2024-07-121-0/+7
| | | | | | | | | | | | | | | | | Generated documentation (html) contain absolute paths cources using buildpaths warnings. Replace them with relative links. The file with root path to sources is in my build /usr/share/doc/flac/api/dir_c122f5d6544f32779f55e8358fb78605.html which does not looks as stable name, so replace it in all files. (From OE-Core rev: 860d4d6b54f61342f925ea522f9962555ae5d8ac) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit c7d826c88933d53d550265f1cc382539c5c52994) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* apt: runtime error: filename too long (tmpdir length)Changqing Li2024-07-122-0/+41
| | | | | | | | | | | | | | | | | when the tmpdir dir is longer than 220, there is no files saved in tmp/sysroots/x86_64-linux/var/lib/apt/lists/ after run apt-get update, this is because apt-get uses the path as the file name, but the file name can't be longer than 255 according to /usr/include/linux/limits.h. [YOCTO #2688] (From OE-Core rev: dafdf9bb9e9d944b9f455c2be8cf698496200717) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Take back from https://git.openembedded.org/openembedded-core/commit/?id=9a0c0393871eda4bbcecfdd4b595f0c1b8e42edf Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* apt-native: don't let dpkg overwrite files by defaultChangqing Li2024-07-121-1/+1
| | | | | | | | | | | | | | | | | | | | | With --force-overwrite (implied by --force-all), dpkg will not abort when a package overwrites files from different packages. As this can also lead to "The following package disappeared from your system as all files have been overwritten by other packages: <package>" and subsequently broken dependencies, this makes the simple case of conflicting files hard to debug. Instead of finding all possibly required force options, only disable overwrite for now. (From OE-Core rev: 30cc69f094729e3d11dc6021daf77f5038c4de61) Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Take back from https://git.openembedded.org/openembedded-core/commit/?id=4292387ef6c4e80428bad6a07c844a288b27d9a1 Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* qemu: Upgrade 8.2.1 -> 8.2.2Xiangyu Chen2024-07-125-93/+1
| | | | | | | | | | | | This was a bugfix release, this version fixed several important fixes according to upstream. Dropped CVE-2023-6683.patch since already contained the fix. (From OE-Core rev: f548a3a24f3fc26b09e2fcc8544065beb5293f91) Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* ghostscript: upgrade 10.02.1 -> 10.03.1Hitendra Prajapati2024-07-128-430/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | avoid-host-contamination.patch refreshed for 10.03.1 Below patches are no longer needed as it's included in this upgrade. 1. CVE-2024-29510.patch 2. CVE-2024-33869-0001.patch 3. CVE-2024-33869-0002.patch 4. CVE-2024-33870.patch 5. CVE-2024-33871.patch 6. configure.ac-add-option-to-explicitly-disable-neon.patch other patch release to address security bugs: CVE-2024-29506 CVE-2024-29507 CVE-2024-29508 CVE-2024-29509 CVE-2024-29511 (From OE-Core rev: 9a424fbcdc0c792ff3b99bf0e8a5e380582f53bc) (From OE-Core rev: 2a19132aca9d62be0d1e58444b0a8881456311dc) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Hitendra Prajapati <hprajapati@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* curl: locale-base-en-us isn't glibc-specificRoss Burton2024-07-091-1/+1
| | | | | | | | | | | | | The musl-locales package provides this too, so we can depend without a libc override. (From OE-Core rev: 1cab8d06ce5df7a8d00cff8531965a84d90d265a) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit c8f1d51f4eb6df6c041707d38f60549d13ddab7f) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* python3-pyopenssl: drop python3-six from RDEPENDSGuðni Már Gilbert2024-07-091-1/+0
| | | | | | | | | | | | | Python 2.7 support was dropped in version 22.0.0 python3-six was dropped as a dependency in 22.0.0 (From OE-Core rev: d7ad0495c543ec952817860595c047e5e4263978) Signed-off-by: Guðni Már Gilbert <gudnimar@noxmedical.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 6eab37a0cdcc6071f79aa5c8198df0b2ba23dd7a) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* python3-bcrypt: drop python3-six from RDEPENDSGuðni Már Gilbert2024-07-091-1/+0
| | | | | | | | | | | | | Python 2.7 support was dropped in version 3.2.0 and python3-six dependency was subsequently dropped in version 3.2.1 (From OE-Core rev: 214d41b73d235176123fd78143747845aa9c951e) Signed-off-by: Guðni Már Gilbert <gudnimar@noxmedical.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 50757cc95b3062f11a7455af33e7a7e74ea1d0f7) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* oeqa/selftest/devtool: Fix for usrmerge in DISTRO_FEATURESRichard Purdie2024-07-091-0/+2
| | | | | | | | | | | If usrmerge is in DISTRO_FEATURES, assumptions in one of the tests would fail. Improve the test so it works in both cases. (From OE-Core rev: 4dc35667143f19a369bdea9ce2f011a04132509c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit afa211746a2aa1993a54cc5a5e1937679341da8e) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* oeqa/selftest/recipetool: Fix for usrmerge in DISTRO_FEATURESRichard Purdie2024-07-091-5/+11
| | | | | | | | | | | If usrmerge is in DISTRO_FEATURES, assumptions in one of the tests would fail. Improve the test so it works in both cases. (From OE-Core rev: 01ccccb949bd82e89dae4679ff5b30ada6672d9a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 68a27d307a7042e242c49cf3d069469f40e09902) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* pcmanfm: Disable incompatible-pointer-types warning as errorKhem Raj2024-07-091-0/+2
| | | | | | | | | (From OE-Core rev: e439d630b7d574ba49e0dc88a06639b0d5498704) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit af1290104b58693df69457454ac2a0d35a7e8c60) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* rng-tools: ignore incompatible-pointer-types errors for nowMartin Jansa2024-07-091-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * causes libargp test to fail: http://errors.yoctoproject.org/Errors/Details/766951/ | configure: error: in '/OE/build/luneos-styhead/tmp-glibc/work/qemux86_64-webos-linux/rng-tools/6.16/build': | configure: error: libargp disabled and libc does not have argp config.log shows: configure:8424: x86_64-webos-linux-gcc -m64 -march=nehalem -mtune=generic -mfpmath=sse -msse4.2 --sysroot=/OE/build/luneos-styhead/tmp-glibc/work/qemux86_64-webos-linux/rng-tools/6.16/recipe-sysroot -o conftest -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=/OE/build/luneos-styhead/tmp-glibc/work/qemux86_64-webos-linux/rng-tools/6.16/git=/usr/src/debug/rng-tools/6.16 -fdebug-prefix-map=/OE/build/luneos-styhead/tmp-glibc/work/qemux86_64-webos-linux/rng-tools/6.16/git=/usr/src/debug/rng-tools/6.16 -fmacro-prefix-map=/OE/build/luneos-styhead/tmp-glibc/work/qemux86_64-webos-linux/rng-tools/6.16/build=/usr/src/debug/rng-tools/6.16 -fdebug-prefix-map=/OE/build/luneos-styhead/tmp-glibc/work/qemux86_64-webos-linux/rng-tools/6.16/build=/usr/src/debug/rng-tools/6.16 -fdebug-prefix-map=/OE/build/luneos-styhead/tmp-glibc/work/qemux86_64-webos-linux/rng-tools/6.16/recipe-sysroot= -fmacro-prefix-map=/OE/build/luneos-styhead/tmp-glibc/work/qemux86_64-webos-linux/rng-tools/6.16/recipe-sysroot= -fdebug-prefix-map=/OE/build/luneos-styhead/tmp-glibc/work/qemux86_64-webos-linux/rng-tools/6.16/recipe-sysroot-native= -DJENT_CONF_ENABLE_INTERNAL_TIMER -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map -fmacro-prefix-map=/OE/build/luneos-styhead/tmp-glibc/work/qemux86_64-webos-linux/rng-tools/6.16/git=/usr/src/debug/rng-tools/6.16 -fdebug-prefix-map=/OE/build/luneos-styhead/tmp-glibc/work/qemux86_64-webos-linux/rng-tools/6.16/git=/usr/src/debug/rng-tools/6.16 -fmacro-prefix-map=/OE/build/luneos-styhead/tmp-glibc/work/qemux86_64-webos-linux/rng-tools/6.16/build=/usr/src/debug/rng-tools/6.16 -fdebug-prefix-map=/OE/build/luneos-styhead/tmp-glibc/work/qemux86_64-webos-linux/rng-tools/6.16/build=/usr/src/debug/rng-tools/6.16 -fdebug-prefix-map=/OE/build/luneos-styhead/tmp-glibc/work/qemux86_64-webos-linux/rng-tools/6.16/recipe-sysroot= -fmacro-prefix-map=/OE/build/luneos-styhead/tmp-glibc/work/qemux86_64-webos-linux/rng-tools/6.16/recipe-sysroot= -fdebug-prefix-map=/OE/build/luneos-styhead/tmp-glibc/work/qemux86_64-webos-linux/rng-tools/6.16/recipe-sysroot-native= conftest.c -ljitterentropy >&5 conftest.c: In function 'main': conftest.c:51:52: error: passing argument 3 of 'argp_parse' from incompatible pointer type [-Wincompatible-pointer-types] 51 | int argc=1; char *argv={"test"}; argp_parse(0,argc,argv,0,0,0); return 0; | ^~~~ | | | char * In file included from conftest.c:47: /OE/build/luneos-styhead/tmp-glibc/work/qemux86_64-webos-linux/rng-tools/6.16/recipe-sysroot/usr/include/argp.h:371:58: note: expected 'char ** restrict' but argument is of type 'char *' 371 | int __argc, char **__restrict __argv, | ~~~~~~~~~~~~~~~~~~^~~~~~ (From OE-Core rev: 656b76a59f06e432d5dc6c9e8b76cdcda0113eb2) Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 78d9cad294f335f6e5b18b0ca790a9e5723f0c41) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* libpam: fix runtime error in pam_pwhistory moudleYi Zhao2024-07-092-0/+70
| | | | | | | | | | | | | | Backport a patch to fix runtime error in pam_pwhistory module when selinux is enabled: root@qemux86-64:~# passwd passwd: System error passwd: password unchanged (From OE-Core rev: a985fb71e30d958dcacdcc75f5bbdd0e49f7478a) Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* python3-setuptools: drop python3-2to3 from RDEPENDSGuðni Már Gilbert2024-07-091-1/+0
| | | | | | | | | | 2to3 module was dropped as a dependency in setuptools 58.0 (From OE-Core rev: 0d5cd1d867a826cf83fcaee3e8390b9defec47d1) Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* python3-requests: cleanup RDEPENDSGuðni Már Gilbert2024-07-091-4/+2
| | | | | | | | | | | | | | | | | | Drop the following dependencies from RDEPENDS: - python3-ndg-httpsclient - python3-pyasn1 - python3-pyopenssl Add a missing dependency into RDEPENDS: - python3-certifi Additional fix HOMEPAGE, the old link doesn't work (From OE-Core rev: 3d9072c346bf7bdeecd6197df8b14e39399bdabd) Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* linux-yocto/6.6: fix AMD boot traceBruce Ashfield2024-07-093-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Integrating the following commit(s) to linux-yocto/6.6: 1/1 [ Author: Bruce Ashfield Email: bruce.ashfield@gmail.com Subject: cpu/amd: inhibit SMP check for qemux86 Date: Fri, 28 Jun 2024 12:55:18 -0400 When booting with kvm enabled on a AMD host, the following trace is thrown: [ 0.084519] ------------[ cut here ]------------ [ 0.084519] WARNING: This combination of AMD processors is not suitable for SMP. [ 0.084519] WARNING: CPU: 1 PID: 0 at /arch/x86/kernel/cpu/amd.c:341 init_amd+0xaee/0xbcc [ 0.084519] Modules linked in: [ 0.084519] CPU: 1 PID: 0 Comm: swapper/1 Not tainted 6.6.32-yocto-standard #1 [ 0.084519] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org 04/01/2014 This warning is not valid in our configuration and is unnecesarily causing issue with debug. This has been know for some time (10+ years), but no acceptable solutioon has been found upstream: https://lists.gnu.org/archive/html/qemu-devel/2010-03/msg01428.html https://lkml.org/lkml/2010/3/30/397 We have a configuration CONFIG_QEMUX86 that has been added for situations like this. When that value is defined, we inhibit the warning, but leave it as-is for other BSPs. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> ] (From OE-Core rev: 1608b8a0303ed24fb5da7c168bb1bc2c81760697) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit f0c03000abb7665352cf107a600da15a112af5fa) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* linux-yocto/6.6: update to v6.6.35Bruce Ashfield2024-07-093-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating linux-yocto/6.6 to the latest korg -stable release that comprises the following commits: 5f2d0708acd0 Linux 6.6.35 3466abafa9f4 zap_pid_ns_processes: clear TIF_NOTIFY_SIGNAL along with TIF_SIGPENDING 2fd6cfb2a4e6 i2c: designware: Fix the functionality flags of the slave-only interface 572afd43c959 i2c: at91: Fix the functionality flags of the slave-only interface a4cd6074aed6 misc: microchip: pci1xxxx: Fix a memory leak in the error handling of gp_aux_bus_probe() 2cc32639ec34 usb-storage: alauda: Check whether the media is initialized 3a03ef31c1e9 serial: 8250_dw: Don't use struct dw8250_data outside of 8250_dw 836e1a9fd8eb serial: 8250_dw: Replace ACPI device check by a quirk 1d98b6a0b90c serial: 8250_dw: Switch to use uart_read_port_properties() f59e2391d3a9 serial: port: Introduce a common helper to read properties 68a53d1212ed serial: core: Add UPIO_UNKNOWN constant for unknown port type 1006d1b5eb01 device property: Implement device_is_big_endian() dd431c3ac1fc ima: Fix use-after-free on a dentry's dname.name 0b8fba38bdfb greybus: Fix use-after-free bug in gb_interface_release due to race condition. aefd8f343d90 selftests: net: lib: avoid error removing empty netns name 44bdef23572c selftests: net: lib: support errexit with busywait 1d650d2c9bcc selftests/net/lib: no need to record ns name if it already exist d722ed2530e1 selftests/net/lib: update busywait timeout value 8a73c08e00fe cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-mode 3beccb6a326d remoteproc: k3-r5: Jump to error handling labels in start/stop errors bb2f3187e310 selftests: forwarding: Avoid failures to source net/lib.sh 2a969959b94f selftests/net: add variable NS_LIST for lib.sh 04f7b9b4d7f8 selftests/net: add lib.sh dd782da47076 Revert "fork: defer linking file vma until vma is fully initialized" 72b5c7f3b358 serial: 8250_pxa: Configure tx_loadsz to match FIFO IRQ level 0d73477af964 mm/huge_memory: don't unpoison huge_zero_folio 93d61e1bac0a tick/nohz_full: Don't abuse smp_call_function_single() in tick_setup_device() 614d397be0cf nilfs2: fix potential kernel bug due to lack of writeback flag waiting f8474caf39bd swiotlb: extend buffer pre-padding to alloc_align_mask if necessary 6c385c1fa0a7 swiotlb: Reinstate page-alignment for mappings >= PAGE_SIZE 6033fc9522d2 swiotlb: Enforce page alignment in swiotlb_alloc() 9f2050106f37 xfs: allow cross-linking special files without project quota 8bb0402836d0 xfs: don't use current->journal_info 79ba47df4e98 xfs: allow sunit mount option to repair bad primary sb stripe values ae609281ecae xfs: ensure submit buffers on LSN boundaries in error handlers 04fa4269089b xfs: shrink failure needs to hold AGI buffer ea365e606231 xfs: fix SEEK_HOLE/DATA for regions with active COW extents 7f0e5af2690a xfs: fix scrub stats file permissions 20bccdb03a7b xfs: fix imprecise logic in xchk_btree_check_block_owner 092571ef9a81 btrfs: zoned: fix use-after-free due to race with dev replace 069e0cc343da btrfs: zoned: factor out DUP bg handling from btrfs_load_block_group_zone_info 68713bc70dab btrfs: zoned: factor out single bg handling from btrfs_load_block_group_zone_info a139ad664240 btrfs: zoned: factor out per-zone logic from btrfs_load_block_group_zone_info f9526760879a btrfs: zoned: introduce a zone_info struct in btrfs_load_block_group_zone_info a3be677629e4 pmdomain: ti-sci: Fix duplicate PD referrals 6fd062713d99 intel_th: pci: Add Lunar Lake support ebcef9116484 intel_th: pci: Add Meteor Lake-S support c8727ddde12c intel_th: pci: Add Sapphire Rapids SOC support 37eb9f7cc719 intel_th: pci: Add Granite Rapids SOC support 3b08df88b00d intel_th: pci: Add Granite Rapids support f287b1e34f1d drm/i915: Fix audio component initialization 7a9883be3b98 drm/i915/dpt: Make DPT object unshrinkable 1b4a8b89bf67 drm/shmem-helper: Fix BUG_ON() on mmap(PROT_WRITE, MAP_PRIVATE) 1d2f1123a05e drm/i915/gt: Disarm breadcrumbs if engines are already idle 42524cc5feef rtla/auto-analysis: Replace \t with spaces d32f12e15732 rtla/timerlat: Simplify "no value" printing on top 8661a7af0499 riscv: rewrite __kernel_map_pages() to fix sleeping in invalid context 6ee0c842d4ad iio: invensense: fix interrupt timestamp alignment 955c824d543c iio: adc: axi-adc: make sure AXI clock is enabled 33187fa1a8bb remoteproc: k3-r5: Do not allow core1 to power up before core0 via sysfs 2494bc856e7c remoteproc: k3-r5: Wait for core0 power-up before powering up core1 aa81c7b078e0 dmaengine: axi-dmac: fix possible race in remove() 4145835ec209 PCI: rockchip-ep: Remove wrong mask on subsys_vendor_id 3c361f313d69 ocfs2: fix races between hole punching and AIO+DIO 7ec0e3b86f5a ocfs2: use coarse time for new created files 518fbd644dab fs/proc: fix softlockup in __read_vmcore ba04b459efd1 knfsd: LOOKUP can return an illegal error value 591d5b12f814 spmi: hisi-spmi-controller: Do not override device identifier e293c6b38ac9 vmci: prevent speculation leaks by sanitizing event in event_deliver() 2d11505e79c7 dma-buf: handle testing kthreads creation failure e946428439a0 sock_map: avoid race between sock_map_close and sk_psock_put 2c581ca0d68f null_blk: Print correct max open zones limit in null_init_zoned_dev() 5fc6b708ef20 kheaders: explicitly define file modes for archived headers fcb88dc66b72 tracing/selftests: Fix kprobe event name test for .isra. functions d63e501ac6da riscv: fix overlap of allocated page and PTR_ERR 7063f15d2ae2 perf auxtrace: Fix multiple use of --itrace option 809a2ed17179 perf/core: Fix missing wakeup when waiting for context reference 348008f0043c x86/amd_nb: Check for invalid SMN reads d91ddd050826 x86/kexec: Fix bug with call depth tracking 5c0fb9cb404a irqchip/gic-v3-its: Fix potential race condition in its_vlpi_prop_update() 6d0881a00d4c clkdev: Update clkdev id usage to allow for longer names dbf0787c2f45 mptcp: pm: update add_addr counters after connect 09469a081715 mptcp: pm: inc RmAddr MIB counter once per RM_ADDR ID f1f0a46f8bb8 mptcp: ensure snd_una is properly initialized on connect 35bcf16b4a28 drm/exynos: hdmi: report safe 640x480 mode as a fallback when no EDID found a269c5701244 drm/exynos/vidi: fix memory leak in .get_modes() fd880577c6d4 ACPI: x86: Force StorageD3Enable on more products 5bf196f1936b parisc: Try to fix random segmentation faults in package builds a42b0060d6ff drivers: core: synchronize really_probe() and dev_uevent() e57c84e156e7 iio: imu: inv_icm42600: delete unneeded update watermark call aaf6b327a386 iio: invensense: fix odr switching to same value 8e472061a32c iio: dac: ad5592r: fix temperature channel scaling value 24ff87bb9f0b iio: adc: ad9467: fix scan type sign d4f3861893f9 x86/boot: Don't add the EFI stub to targets, again db20d4e4872b ksmbd: fix missing use of get_write in in smb2_set_ea() 13b38f9262f5 ksmbd: move leading slash check to smb2_get_name() 86c9713602f7 misc: microchip: pci1xxxx: fix double free in the error handling of gp_aux_bus_probe() ca6660c95624 bnxt_en: Adjust logging of firmware messages in case of released token in __hwrm_send() 185c72f6b9eb af_unix: Read with MSG_PEEK loops if the first unread byte is OOB 183ebc167a8a ionic: fix use after netif_napi_del() 7caefa277172 net: bridge: mst: fix suspicious rcu usage in br_mst_set_state a6cc9e9a651b net: bridge: mst: pass vlan group directly to br_mst_vlan_set_state 96d3265fc4f1 net/ipv6: Fix the RT cache flush via sysctl using a previous delay 9a3eb4816ab9 nvmet-passthru: propagate status from id override functions fe1e395563cc block: fix request.queuelist usage in flush 6b7155458ed2 block: sed-opal: avoid possible wrong address reference in read_sed_opal_key() 35119b1139e7 net: stmmac: replace priv->speed with the portTransmitRate from the tc-cbs parameters d01f39f73bed gve: ignore nonrelevant GSO type bits when processing TSO headers b0c95cefd9b6 net: pse-pd: Use EOPNOTSUPP error code instead of ENOTSUPP 2ad10c2aadb7 scsi: ufs: core: Quiesce request queues before checking pending cmds 567cfc59e468 x86/uaccess: Fix missed zeroing of ia32 u64 get_user() range checking 5396ce9a5e68 x86/asm: Use %c/%n instead of %P operand modifier in asm templates 2ba35b37f780 netfilter: ipset: Fix race between namespace cleanup and gc in the list:set type b30669fdea0c netfilter: nft_inner: validate mandatory meta and payload 7ccca396e989 Bluetooth: fix connection setup in l2cap_connect 599a28fa9ecd Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQ 110764a0713e net/mlx5e: Fix features validation check for tunneled UDP (non-VXLAN) packets bb5c1b0fbd98 geneve: Fix incorrect inner network header offset when innerprotoinherit is set c72660999c17 net dsa: qca8k: fix usages of device_get_named_child_node() d61808ac9947 tcp: fix race in tcp_v6_syn_recv_sock() b5c8ffc8cfde drm/bridge/panel: Fix runtime warning on panel bridge release 9460961d8213 drm/komeda: check for error-valued pointer f100031fd6a5 net: stmmac: dwmac-qcom-ethqos: Configure host DMA width fd2b613bc4c5 liquidio: Adjust a NULL pointer handling path in lio_vf_rep_copy_packet 47016dcb50e9 net: hns3: add cond_resched() to hns3 ring buffer init process 689de7c3bfc7 net: hns3: fix kernel crash problem in concurrent scenario ef01c26d6f7a net: sfp: Always call `sfp_sm_mod_remove()` on remove 6797259d9b92 modpost: do not warn about missing MODULE_DESCRIPTION() for vmlinux.o 6fdc1152afae af_unix: Annotate data-race of sk->sk_state in unix_accept(). b82c97a79b8e drm/vmwgfx: Don't memcmp equivalent pointers ce48b688a8d2 drm/vmwgfx: Remove STDU logic from generic mode_valid function 15a875ecfc2f drm/vmwgfx: 3D disabled should not effect STDU memory limits 3ca8e582e03e drm/vmwgfx: Filter modes which exceed graphics memory b0b05171de1f drm/vmwgfx: Refactor drm connector probing for display modes f677ca8cfefe HID: logitech-dj: Fix memory leak in logi_dj_recv_switch_to_dj_mode() 1bbadf953fad io_uring/io-wq: avoid garbage value of 'match' in io_wq_enqueue() ab702c3483db io_uring/io-wq: Use set_bit() and test_bit() at worker->flags 7388ae6f26c0 iommu: Return right value in iommu_sva_bind_device() c344d7030717 iommu/amd: Fix sysfs leak in iommu init 30f76bc468b9 HID: core: remove unnecessary WARN_ON() in implement() 17a6806f606f gpio: tqmx86: fix broken IRQ_TYPE_EDGE_BOTH interrupt type 12043e85bd71 gpio: tqmx86: store IRQ trigger type and unmask status separately 01aa7b7a3dd7 gpio: tqmx86: introduce shadow register for GPIO output value d69079010813 gpio: tqmx86: fix typo in Kconfig label b07a62f8c843 platform/x86: dell-smbios: Fix wrong token data in sysfs 2c82e21bbc05 drm/panel: sitronix-st7789v: Add check for of_drm_get_panel_orientation ca060e255794 nvme: fix nvme_pr_* status code parsing beb2dde5e1b9 selftests/tracing: Fix event filter test to retry up to 10 times b21cae468849 NFS: add barriers when testing for NFS_FSDATA_BLOCKED b1a6e884de15 SUNRPC: return proper error from gss_wrap_req_priv c30988e06b15 NFSv4.1 enforce rootpath check in fs_location query a9aa5a49c8ed clk: sifive: Do not register clkdevs for PRCI clocks dff9b2238969 selftests/ftrace: Fix to check required event file 3bf0b8030296 cachefiles: flush all requests after setting CACHEFILES_DEAD d2d3eb377a5d cachefiles: defer exposing anon_fd until after copy_to_user() succeeds 527db1cb4cd6 cachefiles: never get a new anonymous fd if ondemand_id is valid 1d95e5010ce8 cachefiles: remove err_put_fd label in cachefiles_ondemand_daemon_read() 3958679c4915 cachefiles: fix slab-use-after-free in cachefiles_ondemand_daemon_read() a6de82765e12 cachefiles: fix slab-use-after-free in cachefiles_ondemand_get_fd() 9f5fa40f0924 cachefiles: add restore command to recover inflight ondemand read requests e564e48ca299 cachefiles: add spin_lock for cachefiles_ondemand_info f740fd943bb1 cachefiles: resend an open request if the read request's object is closed 33d21f0658cf cachefiles: extract ondemand info field from cachefiles_object 955190e1851a cachefiles: introduce object ondemand state 50d0e55356ba cachefiles: remove requests from xarray during flushing requests 19133f53f199 cachefiles: add output string to cachefiles_obj_[get|put]_ondemand_fd d8316838aa06 cxl/region: Fix memregion leaks in devm_cxl_add_region() 09b4aa2815bf cxl/test: Add missing vmalloc.h for tools/testing/cxl/test/mem.c b3f206985a33 HID: nvidia-shield: Add missing check for input_ff_create_memless af4cff0dd640 powerpc/uaccess: Fix build errors seen with GCC 13/14 2ce5341c3699 gve: Clear napi->skb before dev_kfree_skb_any() 323d2563bde0 scsi: sd: Use READ(16) when reading block zero on large capacity disks 9079338c5a0d scsi: mpt3sas: Avoid test/set_bit() operating in non-allocated memory da097dccaece scsi: mpi3mr: Fix ATA NCQ priority support 3e9785d3e92b scsi: core: Disable CDL by default d5ceeb0b6a71 thunderbolt: debugfs: Fix margin debugfs node creation condition d4121290b427 xhci: Apply broken streams quirk to Etron EJ188 xHCI host 949be4ec5835 xhci: Handle TD clearing for multiple streams case 0a834fb6dbd8 xhci: Apply reset resume quirk to Etron EJ188 xHCI host 834c57876cc2 xhci: Set correct transferred length for cancelled bulk transfers 4598233d9748 jfs: xattr: fix buffer overflow for invalid xattr cc30d05b34f9 landlock: Fix d_parent walk 3380fa014a89 serial: port: Don't block system suspend even if bytes are left to xmit b895a1b981cf tty: n_tty: Fix buffer offsets when lookahead is used ce356d8d7e91 mei: me: release irq in mei_me_pci_resume error path ad47b23e4704 usb: typec: tcpm: Ignore received Hard Reset in TOGGLING state 04c05d50fa79 usb: typec: tcpm: fix use-after-free case in tcpm_register_source_caps b641889cc1cf USB: xen-hcd: Traverse host/ when CONFIG_USB_XEN_HCD is selected 72a3fe36cf9f USB: class: cdc-wdm: Fix CPU lockup caused by excessive log messages 43cfac7b88ad io_uring: check for non-NULL file pointer in io_file_can_poll() 0c9df3df0c88 io_uring/rsrc: don't lock while !TASK_RUNNING d18b05eda7fa nilfs2: fix nilfs_empty_dir() misjudgment and long loop on I/O errors 8394dce13573 nilfs2: return the mapped address from nilfs_get_page() 39a143a2b072 bpf: fix multi-uprobe PID filtering logic 7ec535ed8724 eventfs: Update all the eventfs_inodes from the events descriptor 1c88d94a7a33 irqchip/riscv-intc: Prevent memory leak when riscv_intc_init_common() fails 85ca483e729d irqchip/riscv-intc: Introduce Andes hart-level interrupt controller 482095341313 irqchip/riscv-intc: Allow large non-standard interrupt number 01c987b8282c selftests/mm: compaction_test: fix bogus test success on Aarch64 3f6ccd40afc4 selftests/mm: log a consistent test name for check_compaction d39532e9186a selftests/mm: conform test to TAP format output bb9bb13ce64c mm/memory-failure: fix handling of dissolved but not taken off from buddy pages fe01748ca6d6 memory-failure: use a folio in me_huge_page() 130b4b9478c3 firmware: qcom_scm: disable clocks if qcom_scm_bw_enable() fails 16ece7c5645a ksmbd: use rwsem instead of rwlock for lease break 6548d543a274 net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool() 7e796c3fefa8 ipv6: fix possible race in __fib6_drop_pcpu_from() d8011254e9b1 af_unix: Annotate data-race of sk->sk_shutdown in sk_diag_fill(). 60db0759c4f5 af_unix: Use skb_queue_len_lockless() in sk_diag_show_rqlen(). 471ec7b77a8d af_unix: Use skb_queue_empty_lockless() in unix_release_sock(). f1683d07ebd1 af_unix: Use unix_recvq_full_lockless() in unix_stream_connect(). 29fce603b14b af_unix: Annotate data-race of net->unx.sysctl_max_dgram_qlen. 996ec22ff576 af_unix: Annotate data-races around sk->sk_sndbuf. 4398f59518ce af_unix: Annotate data-races around sk->sk_state in UNIX_DIAG. 0ede400c32ae af_unix: Annotate data-race of sk->sk_state in unix_stream_read_skb(). 776fcc45e3f4 af_unix: Annotate data-races around sk->sk_state in sendmsg() and recvmsg(). 3d25de6486f4 af_unix: Annotate data-race of sk->sk_state in unix_stream_connect(). 484e036e1a2c af_unix: Annotate data-races around sk->sk_state in unix_write_space() and poll(). 4e38d6c04943 af_unix: Annotate data-race of sk->sk_state in unix_inq_len(). 45733e981e8c af_unix: Annodate data-races around sk->sk_state for writers. 8003545ca10d af_unix: Set sk->sk_state under unix_state_lock() for truly disconencted peer. 040d93848703 net: wwan: iosm: Fix tainted pointer delete is case of region creation fail 649b63f5daf6 ice: add flag to distinguish reset from .ndo_bpf in XDP rings config eab834acb474 ice: remove af_xdp_zc_qps bitmap 3201ba7d1c8c ice: fix iteration of TLVs in Preserved Fields Area b21bb09f8be6 ptp: Fix error message on failed pin verification 724050ae4b76 net/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAP d857df86837a net/mlx5: Fix tainted pointer delete is case of flow rules creation fail 6ccada6ffb42 net/mlx5: Always stop health timer during driver removal e3001df36cd6 net/mlx5: Stop waiting for PCI if pci channel is offline 3dd41669b300 mptcp: count CLOSE-WAIT sockets for MPTCP_MIB_CURRESTAB acdf17546ef8 tcp: count CLOSE-WAIT sockets for TCP_MIB_CURRESTAB 924f7bbfc5cf vxlan: Fix regression when dropping packets due to invalid src addresses 54c2c171c11a net: sched: sch_multiq: fix possible OOB write in multiq_tune() cba5467442b2 net: phy: Micrel KSZ8061: fix errata solution not taking effect problem b03255294e88 net/smc: avoid overwriting when adjusting sock bufsizes 2d7912f3ac65 octeontx2-af: Always allocate PF entries from low prioriy zone d387805d4b4a bpf: Set run context for rawtp test_run callback 50569d12945f net: tls: fix marking packets as decrypted f8dd092e8b47 ipv6: sr: block BH in seg6_output_core() and seg6_input_core() db21c1ee6b6d ipv6: ioam: block BH from ioam6_output() 9ee14af24e67 vmxnet3: disable rx data ring on dma allocation failure 834aa2c34b8f KVM: SEV-ES: Delegate LBR virtualization to the processor b6e4076ca94b KVM: SEV: Do not intercept accesses to MSR_IA32_XSS for SEV-ES guests 2128bae4ecab KVM: SEV-ES: Disallow SEV-ES guests when X86_FEATURE_LBRV is absent 91cff53136da bpf: Fix a potential use-after-free in bpf_link_free() 2ad2f2edb944 bpf: Optimize the free of inner map 5aa03dd388d1 bpf: Store ref_ctr_offsets values in bpf_uprobe array 02a255723e6b net: phy: micrel: fix KSZ9477 PHY issues after suspend/resume 645e643eeb9a net/ncsi: Fix the multi thread manner of NCSI driver d7dd9d1f02b2 net/ncsi: Simplify Kconfig/dts control flow 87cc2514162f ax25: Replace kfree() in ax25_dev_free() with ax25_dev_put() 52100fd74ad0 ax25: Fix refcount imbalance on inbound connections 909dc098a754 RISC-V: KVM: Fix incorrect reg_subtype labels in kvm_riscv_vcpu_set_reg_isa_ext function 5d8622f61ef1 RISC-V: KVM: No need to use mask when hart-index-bit is 0 b2b1043ac1f5 scsi: ufs: mcq: Fix error output and clean up ufshcd_mcq_abort() 2f467fefdfae wifi: mac80211: correctly parse Spatial Reuse Parameter Set element a05018739a5e wifi: iwlwifi: mvm: don't read past the mfuart notifcation 29a18d56bd64 wifi: iwlwifi: mvm: check n_ssids before accessing the ssids f7773fff6dda wifi: iwlwifi: dbg_ini: move iwl_dbg_tlv_free outside of debugfs ifdef bdfa7cf3281b wifi: iwlwifi: mvm: set properly mac header 1ef2671de723 wifi: iwlwifi: mvm: revert gen2 TX A-MPDU size to 64 1fd3f32695af wifi: iwlwifi: mvm: don't initialize csa_work twice ff2b4dc81e67 wifi: cfg80211: pmsr: use correct nla_get_uX functions 0ccc63958d83 wifi: cfg80211: Lock wiphy in cfg80211_get_station 46b7eff59a32 wifi: cfg80211: fully move wiphy work to unbound workqueue 456bbb8a31e4 wifi: mac80211: Fix deadlock in ieee80211_sta_ps_deliver_wakeup() 63d5f89bb566 wifi: mac80211: mesh: Fix leak of mesh_preq_queue objects c31365597a17 powerpc/uaccess: Fix build errors seen with GCC 13/14 64ebf485c56b usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock 7c76aad68f6d kselftest: Add a ksft_perror() helper 06644f0d7193 drm/tilcdc: Set preferred depth ff7ae7b32324 crypto: jitter - add RCT/APT support for different OSRs 50cd24ddb6f0 arm64: defconfig: remove CONFIG_IPQ_APSS_5018 58e5c91d6701 x86/alternatives: Disable interrupts and sync when optimizing NOPs in place c878fd2d4c79 x86/alternatives: Sync core before enabling interrupts c2d64b9f52b6 qemux86: add configuration symbol to select values 630c33229e6d sched/isolation: really align nohz_full with rcu_nocbs 0e5e0f68e2e6 clear_warn_once: add a clear_warn_once= boot parameter 46934791b902 clear_warn_once: bind a timer to written reset value cdee9e38ff32 clear_warn_once: expand debugfs to include read support 82b562b81841 tools: Remove some options from CLANG_CROSS_FLAGS 36dc380b776b libbpf: Fix build warning on ref_ctr_off 9e3e1fe20982 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel. e497a4a5da65 perf: x86-32: explicitly include <errno.h> 7b57ddd89565 perf: mips64: Convert __u64 to unsigned long long 1cfc19423dc7 perf: fix bench numa compilation 98bc2815fade perf: add SLANG_INC for slang.h 17209a70b9b3 perf: add sgidefs.h to for mips builds 9cd4258d910a perf: change --root to --prefix for python install 8110a4f26628 perf: add 'libperl not found' warning bc89d5e08f77 perf: force include of <stdbool.h> 4f6c760cc876 fat: Replace prandom_u32() with get_random_u32() bc53117b12b2 fat: don't use obsolete random32 call in namei_vfat 30b2236ab378 FAT: Added FAT_NO_83NAME cef98d22b4ed FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option 0bbd7daba9e1 FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option 5883fc340084 aufs6: adapt to v6.6 i_op->ctime changes c4342d979bf2 aufs6: fix magic.mk include path 35266bc2dc81 aufs6: adapt to v6.6 8edede4e98be aufs6: core 712248233ebe aufs6: standalone 3b71a8a848d8 aufs6: mmap 3e2924871f37 aufs6: base 7f4907a93101 aufs6: kbuild d2f7b03e4aa7 yaffs2: update VFS ctime operations to 6.6+ bcd6cfcd1aa0 yaffs2: v6.5 fixups cc615704b5f5 yaffs2: Fix miscalculation of devname buffer length 8ef2e22dcf91 yaffs2: convert user_namespace to mnt_idmap c9c749f9f7d3 yaffs2: replace bdevname call with sprintf 395b01cdc39d yaffs2: convert read_page -> readfolio d98b07e43ba6 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL 613c6d50fdbe yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name 622c4648936f yaffs2: v5.12+ build fixups (not runtime tested) 7562133d4090 yaffs: include blkdev.h dbd44252cd59 yaffs: fix misplaced variable declaration c223a10b1ac0 yaffs2: v5.6 build fixups 90f6007cfbf4 yaffs2: fix memory leak when /proc/yaffs is read 37ee169c5ea1 yaffs: add strict check when call yaffs_internal_read_super b6e007b8abb6 yaffs: repair yaffs_get_mtd_device fb98f65a466a yaffs: Fix build failure by handling inode i_version with proper atomic API 51e0aac75ea2 yaffs2: fix memory leak in mount/umount 2b74a0cae7b0 yaffs: Avoid setting any ACL releated xattr ff4130a9c376 Yaffs:check oob size before auto selecting Yaffs1 ba95b409c67c fs: yaffs2: replace CURRENT_TIME by other appropriate apis 8fa35eba9056 yaffs2: adjust to proper location of MS_RDONLY 1eb5deaad8c4 yaffs2: import git revision b4ce1bb (jan, 2020) 4dce67c1e8c8 initramfs: allow an optional wrapper script around initramfs generation 2f603d83fcc4 pnmtologo: use relocatable file name 664a6a0a484b tools: use basename to identify file in gen-mach-types 9de64bc0c185 lib/build_OID_registry: fix reproducibility issues ae9b80797295 vt/conmakehash: improve reproducibility a972323151bd iwlwifi: select MAC80211_LEDS conditionally 15d2adcc0198 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119) 5556a6c04b19 arm64/perf: Fix wrong cast that may cause wrong truncation 5552dc768ffc defconfigs: drop obselete options 00fe4152df31 arm64/perf: fix backtrace for AAPCS with FP enabled 3888d0652edf linux-yocto: Handle /bin/awk issues 3d55d299f23a uvesafb: provide option to specify timeout for task completion 23c068c080be uvesafb: print error message when task timeout occurs edbfc939266e compiler.h: Undef before redefining __attribute_const__ c99ae7e2a19a vmware: include jiffies.h 572d84d928c8 Resolve jiffies wrapping about arp fdcd47cac843 nfs: Allow default io size to be configured. 927d48801098 check console device file on fs when booting 57cc27f821dd mount_root: clarify error messages for when no rootfs found 1b53d82a8152 mconf: fix output of cflags and libraries 1811da09f42c menuconfig,mconf-cfg: Allow specification of ncurses location 83c2e0c6eb1f modpost: mask trivial warnings 6de673039484 kbuild: exclude meta directory from distclean processing 6decd32815f5 powerpc: serialize image targets f6b683b38318 arm: serialize build targets e798b09ebf57 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition dc8a1e5a88f8 x86_64_defconfig: Fix warnings 68491e5f72b6 powerpc/ptrace: Disable array-bounds warning with gcc8 d71ebfce3004 powerpc: Disable attribute-alias warnings from gcc8 62f50884b8b1 powerpc: kexec fix for powerpc64 da6871c62c37 powerpc: Add unwind information for SPE registers of E500 core f161c880c11d mips: make current_cpu_data preempt safe 5e94a8247ce7 mips: vdso: fix 'jalr $t9' crash in vdso code 19e36714b1c7 mips: Kconfig: add QEMUMIPS64 option e2e537db3cbd 4kc cache tlb hazard: tlbp cache coherency aee9870611e5 malta uhci quirks: make allowance for slow 4k(e)c 881948cd1517 drm/fb-helper: move zeroing code to drm_fb_helper_fill_var 98ec1963fcb7 arm64: defconfig: cleanup config options f1727c537ba8 vexpress: Pass LOADADDR to Makefile 4474c32dc24a arm: ARM EABI socketcall 75e31a2b70fd ARM: LPAE: Invalidate the TLB for module addresses during translation fault (From OE-Core rev: 9988063874c1105c8a762739c13c6db9b5e19bb0) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit c404775afcb500aa931ace1289df7a194f0778ba) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* linux-yocto/6.6: update to v6.6.34Bruce Ashfield2024-07-093-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating linux-yocto/6.6 to the latest korg -stable release that comprises the following commits: 64ebf485c56b usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock 76d42e596d89 Linux 6.6.34 8353b7f70dd2 smp: Provide 'setup_max_cpus' definition on UP too 50f3931746b5 selftests: net: more strict check in net_helper 225de871ddf9 smb: client: fix deadlock in smb2_find_smb_tcon() 9c3095ad40f9 powerpc/bpf: enforce full ordering for ATOMIC operations with BPF_FETCH b48f81d2c3dc ALSA: seq: Fix incorrect UMP type for system messages 44bc51c08d64 btrfs: fix leak of qgroup extent records after transaction abort 3d08c52ba188 btrfs: fix crash on racing fsync and size-extending write into prealloc e5104cbb146f tracefs: Clear EVENT_INODE flag in tracefs_drop_inode() 4e84ead3f60a eventfs: Keep the directories from having the same inode number as files 5ade5fbdbbb1 eventfs: Fix a possible null pointer dereference in eventfs_find_events() cbc4dacaa5b1 NFS: Fix READ_PLUS when server doesn't support OP_READ_PLUS d6ea0e12befb nfs: fix undefined behavior in nfs_block_bits() 9191b574d7dc EDAC/igen6: Convert PCIBIOS_* return codes to errnos 8f84ae504348 EDAC/amd64: Convert PCIBIOS_* return codes to errnos 0a9007271e3f ALSA: ump: Don't accept an invalid UMP protocol number 3113ff8e496c ALSA: ump: Don't clear bank selection after sending a program change e3ae00ee238b ASoC: SOF: ipc4-topology: Fix input format query of process modules without base extension 1c7891812d85 genirq/irqdesc: Prevent use-after-free in irq_find_at_or_after() aed55acbb929 i3c: master: svc: fix invalidate IBI type and miss call client IBI handler e049845096e9 s390/cpacf: Make use of invalid opcode produce a link error ab278ff72afc s390/cpacf: Split and rework cpacf query functions 4c0bfb4e867c s390/ap: Fix crash in AP internal function modify_bitmap() b2b685c77ee3 parisc: Define sigset_t in parisc uapi header 6de4da0f1a5f parisc: Define HAVE_ARCH_HUGETLB_UNMAPPED_AREA eea3545abf60 ARM: dts: samsung: exynos4412-origen: fix keypad no-autorepeat 1a48d7cf6ee5 ARM: dts: samsung: smdk4412: fix keypad no-autorepeat 0da0e880b8c7 ARM: dts: samsung: smdkv310: fix keypad no-autorepeat f7f84721fd77 riscv: dts: starfive: Remove PMIC interrupt info for Visionfive 2 board a95df6f04f2c ext4: fix mb_cache_entry's e_refcnt leak in ext4_xattr_block_cache_find() b0b47084f5d3 ext4: set type of ac_groups_linear_remaining to __u32 to avoid overflow 3093e586b019 ext4: Fixes len calculation in mpage_journal_page_buffers 3194771798ef drm/amdkfd: handle duplicate BOs in reserve_bo_and_cond_vms 58ce0788c75f sparc: move struct termio to asm/termios.h 5af198c38712 net: fix __dst_negative_advice() race ea303a7af85b kdb: Use format-specifiers rather than memset() for padding in kdb_read() e00ec562b0e0 kdb: Merge identical case statements in kdb_read() 958ba65a3590 kdb: Fix console handling when editing and tab-completing commands d373d3c633dc kdb: Use format-strings rather than '\0' injection in kdb_read() 107e825cc448 kdb: Fix buffer overflow during tab-complete 4c09df400284 wifi: ath10k: fix QCOM_RPROC_COMMON dependency f07224c16678 bonding: fix oops during rmmod 8b732150f2e3 watchdog: rti_wdt: Set min_hw_heartbeat_ms to accommodate a safety margin 766975238305 selftests/mm: fix build warnings on ppc64 0eb43c377af5 selftests/mm: compaction_test: fix incorrect write of zero to nr_hugepages c55d3564ad25 mm/vmalloc: fix vmalloc which may return null if called with __GFP_NOFAIL 2eeff6e36cd3 mm: /proc/pid/smaps_rollup: avoid skipping vma after getting mmap_lock again cb3ea7684a43 mm/hugetlb: pass correct order_per_bit to cma_declare_contiguous_nid f317e97da981 mm/cma: drop incorrect alignment check in cma_init_reserved_mem 3e64c37fe391 sparc64: Fix number of online CPUs 35c8cf7b8a71 rtla/timerlat: Fix histogram report when a cpu count is 0 bb5afc42c42c intel_th: pci: Add Meteor Lake-S CPU support 8f893e52b9e0 cpufreq: amd-pstate: Fix the inconsistency in max frequency units b54d24eb4a67 tpm_tis: Do *not* flush uninitialized work 19e85d939001 kmsan: do not wipe out origin when doing partial unpoisoning 99ed145f4611 mm/ksm: fix ksm_zero_pages accounting 0a82b46a0172 mm/ksm: fix ksm_pages_scanned accounting 6c1791130b78 net/9p: fix uninit-value in p9_client_rpc() 400b8fb66c74 net/ipv6: Fix route deleting failure when metric equals 0 a19b2bc5d0c4 scsi: core: Handle devices which return an unusually large VPD page count 6d458d0dcca9 HID: i2c-hid: elan: fix reset suspend current leakage 90dd0592b3b0 i2c: acpi: Unbind mux adapters before delete 9ee7a77c150b iomap: fault in smaller chunks for non-large folio mappings 1f3988ca0d7a filemap: add helper mapping_max_folio_size() be0ce3f6ffea mm: fix race between __split_huge_pmd_locked() and GUP-fast 2e083ef23431 kbuild: Remove support for Clang's ThinLTO caching c2d443aa1ae3 crypto: qat - Fix ADF_DEV_RESET_SYNC memory leak d14104360c27 crypto: ecrdsa - Fix module auto-load on add_key cc3306fb04b1 crypto: ecdsa - Fix module auto-load on add-key a68c0c55fa4c clk: qcom: clk-alpha-pll: fix rate setting for Stromer PLLs 9562dbe5cdbb clk: bcm: rpi: Assign ->num before accessing ->hws 0dc913217fb7 clk: bcm: dvp: Assign ->num before accessing ->hws ca6d6d872a8b LoongArch: Override higher address bits in JUMP_VIRT_ADDR ae9e39a2fbf5 LoongArch: Add all CPUs enabled by fdt to NUMA node 0 93ca96f098f8 KVM: arm64: AArch32: Fix spurious trapping of conditional instructions 5bff951fedac KVM: arm64: Allow AArch32 PSTATE.M to be restored as System mode 6660e152e5eb KVM: arm64: Fix AArch32 register narrowing on userspace write f79edaf73709 KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright masked bb430ea4ba31 Revert "drm/amdkfd: fix gfx_target_version for certain 11.0.3 devices" 7bc52dce0732 drm/amd: Fix shutdown (again) on some SMU v13.0.4/11 platforms f0c5c944c6d8 9p: add missing locking around taking dentry fid list 4eff07025c84 drm/amdgpu/atomfirmware: add intergrated info v2.3 table b8385ff814ca fbdev: savage: Handle err return when savagefb_check_var failed bd2ad553f18c drm/fbdev-generic: Do not set physical framebuffer address 22d04790d656 mmc: sdhci-acpi: Add quirk to enable pull-up on the card-detect GPIO on Asus T100TA b5636348f324 mmc: sdhci-acpi: Disable write protect detection on Toshiba WT10-A e000578a3ad3 mmc: sdhci-acpi: Fix Lenovo Yoga Tablet 2 Pro 1380 sdcard slot not working e236bb53fd6b mmc: sdhci-acpi: Sort DMI quirks alphabetically d9ae0aa8ff8f mmc: sdhci: Add support for "Tuning Error" interrupts c0a16ff432fe mmc: core: Add mmc_gpiod_set_cd_config() function 7590da4c04dd mmc: davinci: Don't strip remove function when driver is builtin a80d1da923f6 media: v4l: async: Fix notifier list entry init 001b4825c93b media: v4l: async: Don't set notifier's V4L2 device if registering fails 87100b092462 media: v4l: async: Properly re-initialise notifier entry in unregister dde33147c93a media: v4l2-core: hold videodev_lock until dev reg, finishes 3e7eeba0d345 media: mxl5xx: Move xpt structures off stack 77c4cd7e0b38 media: mc: mark the media devnode as registered from the, start e80d9db99b7b media: mc: Fix graph walk in media_pipeline_start 2a24da4cf675 arm64: dts: ti: verdin-am62: Set memory size to 2gb 3f03a4a9e2f5 arm64: dts: hi3798cv200: fix the size of GICR ea17c9aeb6c3 arm64: dts: qcom: sc8280xp: add missing PCIe minimum OPP 4c59282ad9d3 wifi: rtlwifi: rtl8192de: Fix endianness issue in RX path 50ebdaa25932 wifi: rtlwifi: rtl8192de: Fix low speed with WPA3-SAE 96e544378e16 wifi: rtlwifi: rtl8192de: Fix 5 GHz TX power 8539d0b03919 wifi: rtl8xxxu: Fix the TX power of RTL8192CU, RTL8723AU 7994e88dabcb wifi: rtw89: pci: correct TX resource checking for PCI DMA channel of firmware command cd2538e5af49 md/raid5: fix deadlock that raid5d() wait for itself to clear MD_SB_CHANGE_PENDING f9e0a4ec4b5d arm64: dts: qcom: qcs404: fix bluetooth device address 49c23519d698 arm64: tegra: Correct Tegra132 I2C alias 17695c8d5049 ACPI: resource: Do IRQ override on TongFang GXxHRXx and GMxHGxx 6a283d64b486 soc: qcom: rpmh-rsc: Enhance check for VRM in-flight request 0a47ba94ec3d thermal/drivers/qcom/lmh: Check for SCM availability at probe 3d22872e7740 platform/chrome: cros_ec: Handle events during suspend after resume completion 0c08b92f9827 proc: Move fdinfo PTRACE_MODE_READ check into the inode .permission operation d171c85d74c6 fsverity: use register_sysctl_init() to avoid kmemleak warning c5a39f16436a ata: pata_legacy: make legacy_exit() work again 91d930732554 wifi: rtw89: correct aSIFSTime for 6GHz band 6479b9f41583 bcache: fix variable length array abuse in btree_iter 5b0a3dc3e878 drm/amdgpu: add error handle to avoid out-of-bounds 7d12e918f299 media: lgdt3306a: Add a check against null-pointer-def be0155202e43 f2fs: fix to do sanity check on i_xattr_nid in sanity_check_inode() 2c66a89962a0 drm/sun4i: hdmi: Move mode_set into enable 8474d4b41617 drm/sun4i: hdmi: Convert encoder to atomic 68de50dc581c selftests: net: List helper scripts in TEST_FILES Makefile variable d7e2ad42a056 selftests: net: included needed helper in the install targets a38459118746 selftests/net: synchronize udpgro tests' tx and rx connection 461db4b51c29 vxlan: Fix regression when dropping packets due to invalid src addresses 417dbd7be383 mm: ratelimit stat flush from workingset shrinker 15cc248e7efa erofs: avoid allocating DEFLATE streams before mounting 184873af8791 mptcp: fix full TCP keep-alive support 89e11fe49fee mptcp: cleanup SOL_TCP handling 41089d9c8a45 mptcp: avoid some duplicate code in socket option handling 0af20700561e riscv: signal: handle syscall restart before get_signal 9399baa02e4b net: sfp-bus: fix SFP mode detect from bitrate ed2d2ead1779 afs: Don't cross .backup mountpoint from backup volume b8d50770ec03 mmc: core: Do not force a retune before RPMB switch cfa73607eb21 drm/i915/hwmon: Get rid of devm 140cf97204b5 Linux 6.6.33 c273cae03895 riscv: stacktrace: fixed walk_stackframe() 3090c06d50ea riscv: prevent pt_regs corruption for secondary idle threads af628d43a822 SUNRPC: Fix loop termination condition in gss_free_in_token_pages() c775ffab3e53 f2fs: use f2fs_{err,info}_ratelimited() for cleanup 4647876e7e4e f2fs: write missing last sum blk of file pinning section 98ed486436a0 perf sched timehist: Fix -g/--call-graph option failure fdc455cd0204 drm/msm/dpu: make error messages at dpu_core_irq_register_callback() more sensible 2948c1e5d5f4 media: vsp1: Remove unbalanced .s_stream(0) calls c353aa21f256 nouveau: report byte usage in VRAM usage. d0afcca9ced4 RDMA/bnxt_re: Fix the sparse warnings f33052802e3d perf evlist: Add perf_evlist__go_system_wide() helper 95e33c0f617b perf util: Add a function for replacing characters in a string 1a705491f35c platform/x86/intel-uncore-freq: Don't present root domain on error 31729546c144 platform/x86/intel/tpmi: Handle error from tpmi_process_info() 59f86a290838 genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offline 66c92af813bc KVM: x86: Don't advertise guest.MAXPHYADDR as host.MAXPHYADDR in CPUID d6873acc3e09 x86/pci: Skip early E820 check for ECAM region 9dce01f386c9 efi: libstub: only free priv.runtime_map when allocated 2a2f9b87c477 x86/efistub: Omit physical KASLR when memory reservations exist 2c95241ac5fc ALSA: timer: Set lower bound of start tick time b7c4ef7ba313 ALSA: seq: ump: Fix swapped song position pointer data e67cae4255e9 hwmon: (shtc1) Fix property misspelling d800e1868f3d hwmon: (intel-m10-bmc-hwmon) Fix multiplier for N6000 board power sensor e0216316828f drm/panel: sitronix-st7789v: fix display size for jt240mhqs_hwt_ek_e3 panel 042adfbfe8dc drm/panel: sitronix-st7789v: tweak timing for jt240mhqs_hwt_ek_e3 panel 442b5ee91a5e drm/panel: sitronix-st7789v: fix timing for jt240mhqs_hwt_ek_e3 panel 81c52c0ccc6a powerpc/pseries/lparcfg: drop error message from guest name lookup 5f1b01a8c8a5 ALSA: seq: Fix yet another spot for system message conversion 54213c09801e ipvlan: Dont Use skb->sk in ipvlan_process_v{4,6}_outbound 659ef6fd4934 net: ena: Fix redundant device NUMA node override 26668c2d449d net: ena: Reduce lines with longer column width boundary f826701d02f8 net: dsa: microchip: fix RGMII error in KSZ DSA driver 2c2e3247e898 spi: stm32: Don't warn about spurious interrupts db9312853608 kheaders: use `command -v` to test for existence of `cpio` 0b01a41e2ce4 drm/i915/gt: Fix CCS id's calculation for CCS mode setting d154613d2b3d drm/i915/guc: avoid FIELD_PREP warning 2b6e818fc609 kconfig: fix comparison to constant symbols, 'm', 'n' b939d1e04a90 net/sched: taprio: extend minimum interval restriction to entire cycle too aa311596411b net/sched: taprio: make q->picos_per_byte available to fill_sched_entry() 61134e41db23 netfilter: nft_fib: allow from forward/input without iif selector 570b4c52096e netfilter: tproxy: bail out if IP has been disabled on the device c4f77480e569 netfilter: nft_payload: skbuff vlan metadata mangle support 75bc6bc559b9 net: ti: icssg-prueth: Fix start counter for ft1 filter 4448b5eaab86 ALSA: seq: Don't clear bank selection at event -> UMP MIDI2 conversion 5c3df8c4f45b ALSA: seq: Fix missing bank setup between MIDI1/MIDI2 UMP conversion 562f8862baea selftests: mptcp: join: mark 'fail' tests as flaky 99ac814eb13f selftests: mptcp: add ms units for tc-netem delay 052c9f0c140c selftests: mptcp: simult flows: mark 'unbalanced' tests as flaky 71e61511c3a5 ice: fix accounting if a VLAN already exists 98101ca23a35 net: micrel: Fix lan8841_config_intr after getting out of sleep mode f0c58df7719f net:fec: Add fec_enet_deinit() 000a65bf1dc0 bpf: Allow delete from sockmap/sockhash only if update is allowed 5da6d51d4837 ASoC: cs42l43: Only restrict 44.1kHz for the ASP ec361a0ffc33 net: usb: smsc95xx: fix changing LED_SEL bit value updated from EEPROM 208d04341c8f Octeontx2-pf: Free send queue buffers incase of leaf to inner ac325c7f8944 af_unix: Read sk->sk_hash under bindlock during bind(). 302fe8dd147b af_unix: Annotate data-race around unix_sk(sk)->addr. f6638e955ca0 enic: Validate length of nl attributes in enic_set_vf_port 07bbe6668e1e ALSA: hda/realtek: Adjust G814JZR to use SPI init for amp cb9c2bd4ec8c ALSA: core: Remove debugfs at disconnection b26e0fa2cf8c ALSA: jack: Use guard() for locking f58eec14685a bpf: Fix potential integer overflow in resolve_btfids a4ee78244445 dma-buf/sw-sync: don't enable IRQ from sync_print_obj() de1a0a2d9db8 net/mlx5e: Fix UDP GSO for encapsulated packets 33933f006d2e net/mlx5e: Use rx_missed_errors instead of rx_dropped for reporting buffer exhaustion aa60de63fdd1 net/mlx5e: Fix IPsec tunnel mode offload feature check b0a15cde37a8 net/mlx5: Use mlx5_ipsec_rx_status_destroy to correctly delete status rules fb035aa9a3f8 net/mlx5: Fix MTMP register capability offset in MCAM register e5bdf4eeeb1d net/mlx5: Lag, do bond only if slaves agree on roce state 07327fcbec97 net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ8061 dedc1dfaa6df drm/amd/display: Enable colorspace property for MST connectors ca3b4293dcca nvmet: fix ns enable/disable possible hang 36989c682505 nvme-multipath: fix io accounting on failover 87d78f7eb76b nvme-tcp: add definitions for TLS cipher suites 5a91116b0031 dma-mapping: benchmark: handle NUMA_NO_NODE correctly 34a816d8735f dma-mapping: benchmark: fix node id validation 856dc7eb7fbc dma-mapping: benchmark: fix up kthread-related error handling a9da6ddaef9e kthread: add kthread_stop_put 1b5234b2241a spi: Don't mark message DMA mapped when no transfer in it is 0889e6f20986 netfilter: nft_payload: restore vlan q-in-q match support 5278e4354a5b netfilter: ipset: Add list flush to cancel_gc 8f365564af89 netfilter: nfnetlink_queue: acquire rcu_read_lock() in instance_destroy_rcu() 1547183852dc tpm_tis_spi: Account for SPI header when allocating TPM SPI xfer buffer ad4b202da2c4 tracing/probes: fix error check in parse_btf_field() c3e439cb04cf kasan, fortify: properly rename memintrinsics d346e1475703 ice: Interpret .set_channels() input differently e155741ec4f5 drivers/xen: Improve the late XenStore init protocol 46e72ebc6b35 nfc: nci: Fix handling of zero-length payload packets in nci_rx_work() 87bdc9f6f58b net: relax socket state check at accept time. ab67c2fd3d07 tls: fix missing memory barrier in tls_init d470a8090476 net: fec: avoid lock evasion when reading pps_enable 11f1fb814994 Revert "ixgbe: Manual AN-37 for troublesome link partners for X550 SFI" 20da5bfd669b i3c: master: svc: change ENXIO to EAGAIN when IBI occurs during start frame 3dc730aa1b1e i3c: master: svc: return actual transfer data len 46fb7121fc42 i3c: master: svc: rename read_len as actual_len fe52ab31f050 i3c: add actual_len in i3c_priv_xfer 04207a9c64e0 virtio: delete vq in vp_find_vqs_msix() when request_irq() fails 7871f32b4564 net: lan966x: Remove ptp traps in case the ptp is not enabled. c5caa03d86a7 rv: Update rv_en(dis)able_monitor doc to match kernel-doc 9f2ad88f9b34 arm64: asm-bug: Add .align 2 to the end of __BUG_ENTRY 69c47b3763af openvswitch: Set the skbuff pkt_type for proper pmtud support. ae08aea3f517 pNFS/filelayout: fixup pNfs allocation modes 02261d3f9dc7 tcp: Fix shift-out-of-bounds in dctcp_update_alpha(). ef633ecb5452 regulator: tps6594-regulator: Correct multi-phase configuration 0e44d6cbe8de ipv6: sr: fix memleak in seg6_hmac_init_algo d59ae9314b97 af_unix: Update unix_sk(sk)->oob_skb under sk_receive_queue lock. 35db7c9d01d9 regulator: tps6287x: Force writing VSEL bit f46695d3b08e regulator: pickable ranges: don't always cache vsel 706dff4ff7a4 rpcrdma: fix handling for RDMA_CM_EVENT_DEVICE_REMOVAL f3a8f8670fa6 sunrpc: fix NFSACL RPC retry on soft mount 511811a7d39c nfs: keep server info for remounts 0d317bcf81a1 NFSv4: Fixup smatch warning for ambiguous return 57847c2ec5fb ASoC: tas2781: Fix wrong loading calibrated data sequence 92503b5caab6 ASoC: tas2552: Add TX path for capturing AUDIO-OUT data e53a7f8afcbd nfc: nci: Fix uninit-value in nci_rx_work f354dc8c7d32 selftests: net: kill smcrouted in the cleanup logic in amt.sh f4df8c7670a7 ipv6: sr: fix missing sk_buff release in seg6_input_core 521d21fa65cb net: Always descend into dsa/ folder with CONFIG_NET_DSA enabled 1d95dbaa6ee7 x86/kconfig: Select ARCH_WANT_FRAME_POINTERS again when UNWINDER_FRAME_POINTER=y 3a487e3cab05 perf/arm-dmc620: Fix lockdep assert in ->event_init() 01f5809c78e6 xen/x86: add extra pages to unpopulated-alloc if available d08e87998339 regulator: bd71828: Don't overwrite runtime voltages b1bee9931287 blk-cgroup: Properly propagate the iostat update up the hierarchy 714e59b5456e blk-cgroup: fix list corruption from reorder of WRITE ->lqueued d4a60298ac34 blk-cgroup: fix list corruption from resetting io stat 3652ac87c993 drm/nouveau: use tile_mode and pte_kind for VM_BIND bo allocations 6446c1ca2dd2 nouveau: add an ioctl to report vram usage 929eaf32dde4 nouveau: add an ioctl to return vram bar size. 38c2fd9aeddc ASoC: mediatek: mt8192: fix register configuration for tdm 9054c474f9c2 ALSA: hda: cs35l56: Fix lifetime of cs_dsp instance f95fde17ed53 ALSA: hda: cs35l56: Initialize all ASP1 registers 3fd715d61716 ASoC: cs35l56: Fix to ensure ASP1 registers match cache 6e359be49750 ALSA: hda/cs_dsp_ctl: Use private_free for control cleanup 1b5cfb411b73 null_blk: Fix the WARNING: modpost: missing MODULE_DESCRIPTION() 2d062f7468c8 ASoC: tas2781: Fix a warning reported by robot kernel test a1955a6df913 drm/msm/a6xx: Avoid a nullptr dereference when speedbin setting fails 2a09eb7e36cc selftests/powerpc/dexcr: Add -no-pie to hashchk tests 6ead3eccf67b drm: zynqmp_dpsub: Always register bridge f33888b9b686 Revert "drm/bridge: ti-sn65dsi83: Fix enable error path" 89af84e6514a media: cec: core: avoid confusing "transmit timed out" message 1af4790bc117 media: cec: core: avoid recursive cec_claim_log_addrs cceda163b711 media: cec: cec-api: add locking in cec_release() 8f40b92f5480 media: cec: cec-adap: always cancel work in cec_transmit_msg_fh 75aafce64a3a media: sunxi: a83-mips-csi2: also select GENERIC_PHY 24b9362c9fa5 cxl/region: Fix cxlr_pmem leaks d5ac654babea cxl/trace: Correct DPA field masks for general_media & dram events 8a328396a5fb um: Fix the declaration of kasan_map_memory a5cd85608738 um: Fix the -Wmissing-prototypes warning for get_thread_reg 59e34e390cfd um: Fix the -Wmissing-prototypes warning for __switch_mm adb1c558c610 powerpc/pseries: Add failure related checks for h_get_mpp and h_get_ppp 3d50e4cef2e6 media: flexcop-usb: fix sanity check of bNumEndpoints 408facc7965e platform/x86: thinkpad_acpi: Take hotkey_mutex during hotkey_exit() ec653f4474d7 tools/arch/x86/intel_sdsi: Fix meter_certificate decoding 8af4923b045b tools/arch/x86/intel_sdsi: Fix meter_show display 42adfac5d2c7 tools/arch/x86/intel_sdsi: Fix maximum meter bundle length c73d3273272b media: mediatek: vcodec: fix possible unbalanced PM counter f29a42642069 media: mediatek: vcodec: add encoder power management helper functions 19bd9537b6bc drm/amdgpu: Fix buffer size in gfx_v9_4_3_init_ cp_compute_microcode() and rlc_microcode() bdd5bbe96782 drm/amdgpu: init microcode chip name from ip versions a4c638ab2578 Input: cyapa - add missing input core locking to suspend/resume functions d410017a7181 media: stk1160: fix bounds checking in stk1160_copy_video() 3fe7b95312b3 drm/bridge: tc358775: fix support for jeida-18 and jeida-24 873f67699114 drm/msm/dpu: Add callback function pointer check before its call 04c2fca45506 drm/msm/dpu: stop using raw IRQ indices in the kernel output 3bbe257c466f drm/msm/dpu: make the irq table size static a70ce2bb1d46 drm/msm/dpu: add helper to get IRQ-related data 186a82662d13 drm/msm/dpu: extract dpu_core_irq_is_valid() helper 50cf1608f184 drm/msm/dpu: remove irq_idx argument from IRQ callbacks 1fe1c9dc21ee fs/ntfs3: Use variable length array instead of fixed size 109d85a98345 fs/ntfs3: Use 64 bit variable to avoid 32 bit overflow 6c8054d59066 fs/ntfs3: Check 'folio' pointer for NULL 92ce7359f988 um: vector: fix bpfflash parameter evaluation 434a06c38ee1 um: Add winch to winch_handlers before registering winch IRQ e98f29bf0b5f um: Fix return value in ubd_init() 900d54bced61 drm/meson: gate px_clk when setting rate 22432baba48a drm/mediatek: dp: Fix mtk_dp_aux_transfer return value 3f388ca6a434 drm/msm/dpu: Always flush the slave INTF on the CTL 01d8692b0c34 drm/msm/dsi: Print dual-DSI-adjusted pclk instead of original mode pclk 755575a42c4f media: ov2680: Do not fail if data-lanes property is absent 08754dd758d5 media: ov2680: Allow probing if link-frequencies is absent a7e0a70ac6d3 media: ov2680: Clear the 'ret' variable on success 9a496f7d1828 media: v4l: Don't turn on privacy LED if streamon fails 35556d0e1c61 media: v4l2-subdev: Document and enforce .s_stream() requirements 4031c57f024a Input: pm8xxx-vibrator - correct VIB_MAX_LEVELS calculation 063d89156f2d mmc: sdhci_am654: Fix ITAPDLY for HS400 timing 2b8d2a6e5363 mmc: sdhci_am654: Add ITAPDLYSEL in sdhci_j721e_4bit_set_clock 3433a340630e mmc: sdhci_am654: Add OTAP/ITAP delay enable 3525baf3a929 mmc: sdhci_am654: Drop lookup for deprecated ti,otap-del-sel fa9a2c696ad1 mmc: sdhci_am654: Write ITAPDLY for DDR52 timing 57205cf9c18a mmc: sdhci_am654: Add tuning algorithm for delay chain b003b8c15cbb Input: ims-pcu - fix printf string overflow 69f245b86cef dt-bindings: adc: axi-adc: add clocks property a291998f8a09 dt-bindings: adc: axi-adc: update bindings for backend framework 51a2049a2c08 eventfs: Have "events" directory get permissions from its parent 281eaee393c7 eventfs: Free all of the eventfs_inode after RCU 14aa4f3efc6e eventfs/tracing: Add callback for release of an eventfs_inode e5c80b23523b eventfs: Create eventfs_root_inode to store dentry 11244a432850 serial: sc16is7xx: fix bug in sc16is7xx_set_baud() when using prescaler f0eb53ffd8d9 serial: sc16is7xx: replace hardcoded divisor value with BIT() macro c6fecd07435f misc/pvpanic-pci: register attributes via pci_driver e9194a954c44 misc/pvpanic: deduplicate common code f68f3e3f5c9c iio: accel: mxc4005: Reset chip on probe() and resume() 43424f70535b iio: accel: mxc4005: allow module autoloading via OF compatible e26405d5b266 eventfs: Do not differentiate the toplevel events directory 64a9a930afe9 drm/amd/display: Revert Remove pixle rate limit for subvp 242f11be47ab drm/amd/display: Remove pixle rate limit for subvp cb9f455e27ed gpiolib: acpi: Fix failed in acpi_gpiochip_find() by adding parent node match b3b8ba37529c dt-bindings: PCI: rockchip,rk3399-pcie: Add missing maxItems to ep-gpios 916cf5d6ae97 s390/boot: Remove alt_stfle_fac_list from decompressor 2102692eb23f s390/ipl: Fix incorrect initialization of nvme dump block b34ea5b97561 s390/ipl: Fix incorrect initialization of len fields in nvme reipl block 2028823f1d71 s390/vdso: Use standard stack frame layout 0e035cb818c5 s390/vdso: Create .build-id links for unstripped vdso files 07423c9b4375 kbuild: fix build ID symlinks to installed debug VDSO files adacfc6dec4c kbuild: unify vdso_install rules a422869153dd s390/vdso: Generate unwind information for C modules 6bd72dd0f70c s390/vdso64: filter out munaligned-symbols flag for vdso 379ec9d95c89 LoongArch: Fix callchain parse error with kernel tracepoint events again 5af155f9b168 perf pmu: Count sys and cpuid JSON events separately 4ac93db3dd4d perf pmu: Assume sysfs events are always the same case 930e16ac95b0 perf tools: Add/use PMU reverse lookup from config to name 923b83bc8692 perf tools: Use pmus to describe type from attribute c5aaeae250d3 perf pmu: "Compat" supports regular expression matching identifiers f989dc009070 perf pmu: Move pmu__find_core_pmu() to pmus.c d37e53e8c826 perf test: Add a test for strcmp_cpuid_str() expression a46c6144117a perf stat: Don't display metric header for non-leader uncore events 7723485af6de usb: fotg210: Add missing kernel doc description f0cdc3e248e3 f2fs: fix to add missing iput() in gc_data_segment() 1003d16ea271 perf daemon: Fix file leak in daemon_session__control c546fef47cd5 libsubcmd: Fix parse-options memory leak 70d6dca40318 serial: sh-sci: protect invalidating RXDMA on shutdown 9f9341064a9b f2fs: compress: don't allow unaligned truncation on released compress inode 8d2fc8ae670a f2fs: fix to release node block count in error path of f2fs_new_node_page() 329edb7c9e3b f2fs: compress: fix to cover {reserve,release}_compress_blocks() w/ cp_rwsem lock 81c975902b15 f2fs: compress: fix error path of inc_valid_block_count() b8a742a8bd6d f2fs: introduce get_available_block_count() for cleanup 5f8e5a096e2b f2fs: deprecate io_bits 92b24f04d3e5 f2fs: compress: fix to update i_compr_blocks correctly 9ec45f857a01 perf symbols: Fix ownership of string in dso__load_vmlinux() c3cc46563103 perf maps: Move symbol maps functions to maps.c c5314cfa9287 perf thread: Fixes to thread__new() related to initializing comm 9029a775f0d7 perf report: Avoid SEGV in report__setup_sample_type() e50576c7e61f perf ui browser: Avoid SEGV on title 6902179a415a f2fs: fix block migration when section is not aligned to pow2 40d76c393cca f2fs: support file pinning for zoned devices 066cec37094d f2fs: kill heap-based allocation 61330214b227 f2fs: separate f2fs_gc_range() to use GC for a range f0248ba6b640 f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SEC 42d48304f64e f2fs: support printk_ratelimited() in f2fs_printk() 6496d63a1641 f2fs: Clean up errors in segment.h e02a267a69aa PCI/EDR: Align EDR_PORT_LOCATE_DSM with PCI Firmware r3.3 84ae90ba37c1 PCI/EDR: Align EDR_PORT_DPC_ENABLE_DSM with PCI Firmware r3.3 787b7ddf434f dt-bindings: spmi: hisilicon,hisi-spmi-controller: fix binding references 913a00ec6b09 extcon: max8997: select IRQ_DOMAIN instead of depending on it a8860002cae5 perf ui browser: Don't save pointer to stack memory 88b88dd7d8c2 perf bench internals inject-build-id: Fix trap divide when collecting just one DSO cd99864e1f7f i2c: synquacer: Fix an error handling path in synquacer_i2c_probe() bb220136ae51 i2c: cadence: Avoid fifo clear after start ec3468221efe ppdev: Add an error check in register_device b596340b8552 ppdev: Remove usage of the deprecated ida_simple_xx() API 370c480410f6 stm class: Fix a double free in stm_register_device() 4e125b96e333 usb: gadget: u_audio: Clear uac pointer when freed. 453d3fa9266e usb: gadget: u_audio: Fix race condition use of controls after free during gadget unbind. 9eb15f24a0b9 dmaengine: idxd: Avoid unnecessary destruction of file_ida 4ef5468e84d5 dt-bindings: phy: qcom,usb-snps-femto-v2: use correct fallback for sc8180x 6357221b68e0 dt-bindings: phy: qcom,sc8280xp-qmp-ufs-phy: fix msm899[68] power-domains dc14f0a2c61b watchdog: sa1100: Fix PTR_ERR_OR_ZERO() vs NULL check in sa1100dog_probe() d47f51eb1fc3 watchdog: bd9576: Drop "always-running" property 9b1c063ffc07 watchdog: cpu5wdt.c: Fix use-after-free bug caused by cpu5wdt_trigger cd283810f6ae pinctrl: qcom: pinctrl-sm7150: Fix sdc1 and ufs special pins regs dedf17b3af39 dt-bindings: pinctrl: mediatek: mt7622: fix array properties 6954ae017718 VMCI: Fix an error handling path in vmci_guest_probe_device() b5f31d1470c4 PCI: of_property: Return error for int_map allocation failure 97ba21401b89 ovl: remove upper umask handling from ovl_create_upper() 034968dbd867 leds: pwm: Disable PWM when going to suspend a10c3d5ff9a3 pwm: Rename pwm_apply_state() to pwm_apply_might_sleep() 6bb1efff9b17 perf intel-pt: Fix unassigned instruction op (discovered by MemorySanitizer) 0053891e2f4f PCI: Wait for Link Training==0 before starting Link retrain 65ce3fad7d59 microblaze: Remove early printk call from cpuinfo-static.c 6240bd8981c6 microblaze: Remove gcc flag for non existing early_printk.c file a758e99cd644 udf: Convert udf_expand_file_adinicb() to use a folio 7745b1b785aa udf: Remove GFP_NOFS allocation in udf_expand_file_adinicb() 4d7d12b643c0 fpga: region: add owner module and take its refcount 0bd22a4966d5 vfio/pci: fix potential memory leak in vfio_intx_enable() e642622550c8 i915: make inject_virtual_interrupt() void bb6f7de21d4c coresight: etm4x: Fix access to resource selector registers 3840a3f37a67 coresight: etm4x: Safe access for TRCQCLTR 0c575997dee0 coresight: etm4x: Do not save/restore Data trace control registers 42f016cd8593 coresight: etm4x: Do not hardcode IOMEM access for register restore 720d27664d7c iio: adc: adi-axi-adc: only error out in major version mismatch d3513f1261a0 iio: adc: adi-axi-adc: move to backend framework 184b2967d578 iio: adc: ad9467: convert to backend framework 5fc4f0c01cb2 iio: add the IIO backend framework e1fc56c40068 iio: buffer-dmaengine: export buffer alloc and free functions b70042e4dc7f iio: adc: adi-axi-adc: convert to regmap 864b42f8b3f3 iio: adc: ad9467: use chip_info variables instead of array a679a40bd2ec iio: adc: ad9467: use spi_get_device_match_data() 08f5bd2032c0 iio: pressure: dps310: support negative temperature values d3ced099f31d perf test shell arm_coresight: Increase buffer size for Coresight basic tests e61cb35f56f9 perf docs: Document bpf event modifier 0688c4f7c5e8 coresight: etm4x: Fix unbalanced pm_runtime_enable() 1083681ea208 riscv: dts: starfive: visionfive 2: Remove non-existing TDM hardware 1145fda91f70 iio: adc: stm32: Fixing err code to not indicate success f84122681853 f2fs: fix to check pinfile flag in f2fs_move_file_range() 5632bdb4e9be f2fs: fix to relocate check condition in f2fs_fallocate() 116d824f953a f2fs: compress: fix to relocate check condition in f2fs_ioc_{,de}compress_file() 1d59aa23a3fa f2fs: compress: fix to relocate check condition in f2fs_{release,reserve}_compress_blocks() ff9504c045b5 perf bench uprobe: Remove lib64 from libc.so.6 binary path f56632928a6d dt-bindings: PCI: rcar-pci-host: Add missing IOMMU properties 479e4daae636 dt-bindings: PCI: rcar-pci-host: Add optional regulators 829afc132f63 perf record: Fix debug message placement for test consumption aa4158e31612 perf record: Move setting tracking events before record__init_thread_masks() e024e98e81f9 perf evlist: Add evlist__findnew_tracking_event() helper 28a50a15d1b8 perf tests: Apply attributes to all events in object code reading test fca6659b4edc perf tests: Make "test data symbol" more robust on Neoverse N1 bf386f268b29 arm64: dts: meson: fix S4 power-controller node e21a398d22e6 interconnect: qcom: qcm2290: Fix mas_snoc_bimc QoS port assignment 28f5a08600d0 module: don't ignore sysfs_create_link() failures 3431d265eab2 serial: sc16is7xx: add proper sched.h include for sched_set_fifo() 967cb01d0a80 PCI: tegra194: Fix probe path for Endpoint mode 46c6fc133dc1 greybus: arche-ctrl: move device table to its right location 749603af8faa serial: max3100: Fix bitwise types e8a10089eddb serial: max3100: Update uart_driver_registered on driver removal 93df2fba6c7d serial: max3100: Lock port->lock when calling uart_handle_cts_change() 73c6ddb499bb perf annotate: Fix annotation_calc_lines() to pass correct address to get_srcline() 80e06e547d42 perf annotate: Use global annotation_options 1157abdc2e03 perf top: Convert to the global annotation_options e0af85d60b7a perf report: Convert to the global annotation_options dfd02119aef9 perf annotate: Introduce global annotation_options 260de04387c0 perf annotate: Split branch stack cycles information out of 'struct annotation_line' 4ddf437cae2c perf machine thread: Remove exited threads by default 7adc363bc29e perf record: Lazy load kernel symbols 1f428149492f firmware: dmi-id: add a release callback function 59767d1e3019 dmaengine: idma64: Add check for dma_set_max_seg_size 7eeef1e935d2 soundwire: cadence: fix invalid PDI offset 6ee4ad5dfb15 perf stat: Do not fail on metrics on s390 z/VM systems 32f615e0a580 usb: typec: ucsi: simplify partner's PD caps registration ad864c123b7a usb: typec: ucsi: always register a link to USB PD device 1ec229afd45c perf annotate: Get rid of duplicate --group option item 30dc493b8195 counter: linux/counter.h: fix Excess kernel-doc description warning d7c4081c54a1 fpga: bridge: add owner module and take its refcount 2da62a139a62 fpga: manager: add owner module and take its refcount 4b3609e6c805 f2fs: fix to wait on page writeback in __clone_blkaddrs() 2b2611a42462 f2fs: multidev: fix to recognize valid zero block address ac12df6b9729 phy: qcom: qmp-combo: fix duplicate return in qmp_v4_configure_dp_phy 518e2c46b5db greybus: lights: check return of get_channel_from_mode fe92a949b264 iio: core: Leave private pointer NULL when no private data supplied 5c53a28ab253 perf probe: Add missing libgen.h header needed for using basename() 834e603dbe28 perf record: Delete session after stopping sideband thread 2f593fd9d3cc net: wangxun: fix to change Rx features 941e1c6d8683 sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_write() 4d9d099ab291 sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_level ee3577c5d33c af_packet: do not call packet_read_pending() from tpacket_destruct_skb() f28bdc2ee5d9 netrom: fix possible dead-lock in nr_rt_ioctl() 57fa96c04ef9 net: qrtr: ns: Fix module refcnt 4488617e5e99 net: bridge: mst: fix vlan use-after-free 76282afa17e9 selftests: net: bridge: increase IGMP/MLD exclude timeout membership interval 1abb37114790 net: bridge: xmit: make sure we have at least eth header len bytes 00ea83bfb496 modules: Drop the .export_symbol section from the final modules 4aa2d5fd7ee0 tracing/user_events: Fix non-spaced field matching 4c40e1b76e6e tracing/user_events: Prepare find/delete for same name events 2fc3d0ac097b tracing/user_events: Allow events to persist for perfmon_capable users 3eb127dc408b RDMA/cma: Fix kmemleak in rdma_core observed during blktests nvme/rdma use siw e011ea687f2f RDMA/IPoIB: Fix format truncation compilation errors 382494aa8881 selftests/kcmp: remove unused open mode c1d8c429e4d2 SUNRPC: Fix gss_free_in_token_pages() a658f011d89d bnxt_re: avoid shift undefined behavior in bnxt_qplib_alloc_init_hwq 29feea56dedf RDMA/bnxt_re: Adds MSN table capability for Gen P7 adapters 9a54460b3394 RDMA/bnxt_re: Update the HW interface definitions e300b1b95c93 RDMA/bnxt_re: Remove roundup_pow_of_two depth for all hardware queue resources f52e649e933a RDMA/bnxt_re: Refactor the queue index update 0b0d5701a8bf of: module: add buffer overflow check in of_modalias() 370a86dc97ef ext4: remove the redundant folio_wait_stable() 07fa88b0f340 ext4: fix potential unnitialized variable f4fb561d52e1 sunrpc: removed redundant procp check e873f36ec890 drivers/virt/acrn: fix PFNMAP PTE checks in acrn_vm_ram_map() d5c75ededb2d virt: acrn: stop using follow_pfn c7cca4c61f44 ext4: avoid excessive credit estimate in ext4_tmpfile() caaee1b858c2 x86/insn: Add VEX versions of VPDPBUSD, VPDPBUSDS, VPDPWSSD and VPDPWSSDS 3d22be008bd1 x86/insn: Fix PUSH instruction in x86 instruction decoder opcode map 6973cb78f0ca clk: qcom: mmcc-msm8998: fix venus clock issue 631c54f07d78 clk: qcom: dispcc-sm8550: fix DisplayPort clocks e91d89de5e71 clk: qcom: dispcc-sm6350: fix DisplayPort clocks 7ef714778dd0 clk: qcom: dispcc-sm8450: fix DisplayPort clocks 65e528a69cb3 lib/test_hmm.c: handle src_pfns and dst_pfns allocation failure 6d06fc4edfb0 clk: renesas: r9a07g043: Add clock and reset entry for PLIC 6c7455605a30 clk: renesas: r8a779a0: Fix CANFD parent clock 8696be3a5f66 IB/mlx5: Use __iowrite64_copy() for write combining stores 03ff3e23adca RDMA/rxe: Fix incorrect rxe_put in error path 13c7bb72d372 RDMA/rxe: Allow good work requests to be executed 21b4c6d4d890 RDMA/rxe: Fix seg fault in rxe_comp_queue_pkt 63cbb3e7044f clk: qcom: clk-alpha-pll: remove invalid Stromer register offset 1a91f05ca280 clk: rs9: fix wrong default value for clock amplitude dd4b239184ee clk: mediatek: mt8365-mm: fix DPI0 parent 6f541a89ced8 RDMA/hns: Modify the print level of CQE error 571f79eb1aae RDMA/hns: Use complete parentheses in macros b7f2f6d227ce RDMA/hns: Fix GMV table pagesize 63da190eeb5c RDMA/hns: Fix UAF for cq async event 22c915af31bd RDMA/hns: Fix deadlock on SRQ async events. db415a39ffdb RDMA/hns: Fix return value in hns_roce_map_mr_sg 6b4f69399291 iommu: Undo pasid attachment only for the devices that have succeeded 888b03fcd122 clk: mediatek: pllfh: Don't log error for missing fhctl node 499569c8ab7f RDMA/mlx5: Adding remote atomic access flag to updatable flags 5880d8ca57d5 RDMA/mlx5: Uncacheable mkey has neither rb_key or cache_ent 73c5f64cfa85 clk: samsung: exynosautov9: fix wrong pll clock id value 205b6dd5b799 media: cadence: csi2rx: configure DPHY before starting source stream 6040fcea4605 drm/edid: Parse topology block for all DispID structure v1.x b4c508666981 drm/rockchip: vop2: Do not divide height twice for YUV 4b3421c2f6f8 media: uvcvideo: Add quirk for Logitech Rally Bar dda6efae161d drm/mipi-dsi: use correct return type for the DSC functions 04b001fa8b79 drm/panel: simple: Add missing Innolux G121X1-L03 format, flags, connector bd4fb19e33c8 drm/bridge: anx7625: Update audio status while detecting 587acea97512 drm/panel: novatek-nt35950: Don't log an error when DSI host can't be found 7962ae5aadd5 drm/bridge: dpc3433: Don't log an error when DSI host can't be found 52334bb44f10 drm/bridge: tc358775: Don't log an error when DSI host can't be found 30cb32c7ec5e drm/bridge: lt9611uxc: Don't log an error when DSI host can't be found ae2ac0aef901 drm/bridge: lt9611: Don't log an error when DSI host can't be found 95b5eba76efe drm/bridge: lt8912b: Don't log an error when DSI host can't be found 95f959193c32 drm/bridge: icn6211: Don't log an error when DSI host can't be found 4486576578db drm/bridge: anx7625: Don't log an error when DSI host can't be found 656fb206aee2 ASoC: tracing: Export SND_SOC_DAPM_DIR_OUT to its value 42c22b63056c drm: vc4: Fix possible null pointer dereference 335cc45ef2b8 drm/arm/malidp: fix a possible null pointer dereference cc20c87b04db media: atomisp: ssh_css: Fix a null-pointer dereference in load_video_binaries 1cc6b956ad36 fbdev: sh7760fb: allow modular build 983e91ad759e media: v4l2-subdev: Fix stream handling for crop API c1a3803e5bb9 media: i2c: et8ek8: Don't strip remove function when driver is builtin dd271f136601 media: dt-bindings: ovti,ov2680: Fix the power supply names db572c397399 media: ipu3-cio2: Request IRQ earlier 525be5dc8ee0 drm/msm/dp: Avoid a long timeout for AUX transfer if nothing connected 554484e46383 drm/msm/dp: allow voltage swing / pre emphasis of 3 dcf53e6103b2 drm: bridge: cdns-mhdp8546: Fix possible null pointer dereference 0f070f0c3b54 media: radio-shark2: Avoid led_names truncations d8076c9e02bb media: rcar-vin: work around -Wenum-compare-conditional warning f987b53c28eb media: ngene: Add dvb_ca_en50221_init return value check 750e384b9b7b ASoC: Intel: avs: Test result of avs_get_module_entry() a1780d8a7c26 ASoC: Intel: avs: Fix potential integer overflow 7976b78631ee ASoC: Intel: avs: Fix ASRC module initialization c81b6d64962a selftests: cgroup: skip test_cgcore_lesser_ns_open when cgroup2 mounted without nsdelegate be84945440c9 fbdev: sisfb: hide unused variables 28049d5a74a8 ASoC: SOF: Intel: mtl: Implement firmware boot state check f0bf72d1b49e ASoC: SOF: Intel: mtl: Disable interrupts when firmware boot failed 02be4ce0d0be ASoC: SOF: Intel: mtl: call dsp dump when boot retry fails 6bdadbee34d9 ASoC: SOF: Intel: lnl: Correct rom_status_reg 8aeb3dc8b3cd ASoC: SOF: Intel: mtl: Correct rom_status_reg 368017b1bff7 ASoC: SOF: Intel: pci-mtl: fix ARL-S definitions 1ef8f0b414ce ASoC: SOF: Intel: pci-mtl: use ARL specific firmware definitions 46c15b7130fe ASoC: Intel: common: add ACPI matching tables for Arrow Lake f0b4617d80c3 powerpc/fsl-soc: hide unused const variable af26ea99019c drm/mediatek: Add 0 size check to mtk_drm_gem_obj d5689998a093 drm/meson: vclk: fix calculation of 59.94 fractional rates 1a7254525ca7 ASoC: kirkwood: Fix potential NULL dereference 4a1dc9721275 fbdev: shmobile: fix snprintf truncation 87b8dca6e06f ASoC: mediatek: Assign dummy when codec not specified for a DAI link 9ceb5bd746e1 mtd: rawnand: hynix: fixed typo adbd5da08ec6 mtd: core: Report error if first mtd_otp_size() call fails in mtd_otp_nvmem_add() a6498eac492b ASoC: Intel: avs: ssm4567: Do not ignore route checks 48f3fe137323 ASoC: Intel: Disable route checks for Skylake boards 4e8c8b37ee84 drm/amd/display: Fix potential index out of bounds in color transformation function 859da9472b4f drm/panel: atna33xc20: Fix unbalanced regulator in the case HPD doesn't assert 9429b12dfcbd drm/dp: Don't attempt AUX transfers when eDP panels are not powered e71399aa6ce1 drm/lcdif: Do not disable clocks on already suspended hardware fc49f4d1a15f dev_printk: Add and use dev_no_printk() 34d80802cb8e printk: Let no_printk() use _printk() 5fdc39e02494 drm/omapdrm: Fix console with deferred ops c00e8fd74950 fbdev: Provide I/O-memory helpers as module e79f933ad162 drm/omapdrm: Fix console by implementing fb_dirty ec1723175a5f drm/ci: update device type for volteer devices aa03f049d453 drm/ci: add subset-1-gfx to LAVA_TAGS and adjust shards 101bbe559da5 drm/ci: uprev mesa version: fix container build & crosvm 45755ef11f03 drm/bridge: Fix improper bridge init order with pre_enable_prev_first 5af2e235b0d5 Bluetooth: HCI: Remove HCI_AMP support 75d7ac5e225e Bluetooth: hci_event: Remove code to removed CONFIG_BT_HS 0a8af30a8672 Bluetooth: Remove usage of the deprecated ida_simple_xx() API f03d3322a785 Bluetooth: ISO: Fix BIS cleanup dfde465d8907 Bluetooth: qca: Fix error code in qca_read_fw_build_info() e231034377bc Bluetooth: compute LE flow credits based on recvbuf space 3ddf170e4a60 net: micrel: Fix receiving the timestamp in the frame for lan8841 5f9d2dcf7130 mptcp: SO_KEEPALIVE: fix getsockopt support d38625f71950 net: fec: remove .ndo_poll_controller to avoid deadlocks 965d940fb741 ax25: Fix reference count leak issue of net_device 38eb01edfdaa ax25: Fix reference count leak issues of ax25_dev 39da6f09e110 ax25: Use kernel universal linked list to implement ax25_dev_list a1bf04458311 riscv, bpf: make some atomic operations fully ordered 46f17e7d4fb5 s390/bpf: Emit a barrier for BPF_FETCH instructions 1337ec94bc5a net/mlx5: Discard command completions in internal error f9caccdd42e9 net/mlx5: Add a timeout to acquire the command queue semaphore e93fc8d959e5 net/mlx5: Reload only IB representors upon lag disable/enable 66a5f6e09c63 net/mlx5: Enable 4 ports multiport E-switch 3398a40dccb8 ipv6: sr: fix invalid unregister error path 6c6b74edc911 ipv6: sr: fix incorrect unregister order 58fd673b0532 ipv6: sr: add missing seg6_local_exit 78741b4caae1 net: openvswitch: fix overwriting ct original tuple for ICMPv6 108ec8bf6483 net: usb: smsc95xx: stop lying about skb->truesize 0688d4e499be af_unix: Fix data races in unix_release_sock/unix_stream_sendmsg 8f6f82d6a205 net: ethernet: cortina: Locking fixes 1ebaa96f97cd selftests: net: move amt to socat for better compatibility 9d601b81f1fc selftests: net: add missing config for amt.sh 229d4a32b53e selftests: net: add more missing kernel config 5de5aeb98f9a eth: sungem: remove .ndo_poll_controller to avoid deadlocks 11dd90c11ad0 net: ipv6: fix wrong start position when receive hop-by-hop fragment 68d38724cf53 m68k: mac: Fix reboot hang on Mac IIci f3baf0f4f92a m68k: Fix spinlock race in kernel thread creation 979d764ebdcd net: usb: sr9700: stop lying about skb->truesize 80cb2f61a613 usb: aqc111: stop lying about skb->truesize 18f59aab33bc HID: amd_sfh: Handle "no sensors" in PM operations 9d08e7fd44ca wifi: mwl8k: initialize cmd->addr[] properly db9214833e58 x86/numa: Fix SRAT lookup of CFMWS ranges with numa_fill_memblks() 4c62c6c8a006 kernel/numa.c: Move logging out of numa.h 0d5cfcede0c9 scsi: qla2xxx: Fix debugfs output for fw_resource_count 563e60927592 scsi: qedf: Ensure the copied buf is NUL terminated 204714e68015 scsi: bfa: Ensure the copied buf is NUL terminated 5386f6734dbc HID: intel-ish-hid: ipc: Add check for pci_alloc_irq_vectors c3ae972a22f2 selftests/bpf: Fix pointer arithmetic in test_xdp_do_redirect 1ec7ccb4cd4b kunit: Fix kthread reference 2d43d30aafb8 selftests: default to host arch for LLVM builds 381079197e80 selftests/resctrl: fix clang build failure: use LOCAL_HDRS 3af6ed233a60 selftests/binderfs: use the Makefile's rules, not Make's implicit rules ed74398642fc wifi: nl80211: Avoid address calculations via out of bounds array indexing 166c9d2eef74 libbpf: Fix error message in attach_kprobe_multi 35e001ce8492 wifi: mt76: mt7603: add wpdma tx eof flag for PSE client reset bdd2255fcfe5 wifi: mt76: mt7603: fix tx queue of loopback packets 1f29d8571fa1 Revert "sh: Handle calling csum_partial with misaligned data" 78a12934b721 sh: kprobes: Merge arch_copy_kprobe() into arch_prepare_kprobe() 6675c541f540 bpf: Add BPF_PROG_TYPE_CGROUP_SKB attach type enforcement in BPF_LINK_CREATE b33a81e4ecfb wifi: ar5523: enable proper endpoint verification 39f8a29330f4 bpf: Fix verifier assumptions about socket->sk 62eb07923f36 wifi: carl9170: add a proper sanity check for endpoints d43a8c7ec084 macintosh/via-macii: Fix "BUG: sleeping function called from invalid context" 7a44f4944b05 net: give more chances to rcu in netdev_wait_allrefs_any() a7678a16c25b drivers/perf: hisi: hns3: Actually use devm_add_action_or_reset() be1fa711e59c drivers/perf: hisi: hns3: Fix out-of-bound access when valid event group 8e9aab249217 drivers/perf: hisi_pcie: Fix out-of-bound access when valid event group a80814fe9181 pwm: sti: Simplify probe function using devm functions cedd7e536935 pwm: sti: Prepare removing pwm_chip from driver data 00bb933578ac tcp: avoid premature drops in tcp_add_backlog() a47027919d69 net: dsa: mv88e6xxx: Avoid EEPROM timeout without EEPROM on 88E6250-family switches d1e3dc19d50f net: dsa: mv88e6xxx: Add support for model-specific pre- and post-reset handlers d0e874a34863 wifi: ath10k: populate board data for WCN3990 abd2e7118519 cpufreq: brcmstb-avs-cpufreq: ISO C90 forbids mixed declarations e1dcff6e299f scsi: ufs: core: mcq: Fix ufshcd_mcq_sqe_search() 51929a8db813 selftests/bpf: Fix a fd leak in error paths in open_netns e19681ae6cf9 gfs2: do_xmote fixes b68b9dd723db gfs2: finish_xmote cleanup d6b412c510ac gfs2: Rename gfs2_withdrawn to gfs2_withdrawing_or_withdrawn 7c2bc932b60d gfs2: Mark withdraws as unlikely 0636b34b4458 gfs2: Fix potential glock use-after-free on unmount 18dfb29644a4 gfs2: Remove ill-placed consistency check d312fbf6a24e gfs2: No longer use 'extern' in function declarations 0db3b4e50241 gfs2: Rename gfs2_lookup_{ simple => meta } 9db1bdd71441 gfs2: Convert gfs2_internal_read to folios d92445b23932 gfs2: Get rid of gfs2_alloc_blocks generation parameter 09f8c676e4b4 wifi: ath10k: Fix an error code problem in ath10k_dbg_sta_write_peer_debug_trigger() 55c54269fbd3 dt-bindings: thermal: loongson,ls2k-thermal: Fix incorrect compatible definition 5b996de139b3 dt-bindings: thermal: loongson,ls2k-thermal: Add Loongson-2K0500 compatible 27cacfc0818f dt-bindings: thermal: loongson,ls2k-thermal: Fix binding check issues 2d5ca6e4a287 thermal/drivers/tsens: Fix null pointer dereference 95575de7dede wifi: ath12k: fix out-of-bound access of qmi_invoke_handler() 6ae55c7fa6be x86/purgatory: Switch to the position-independent small code model 6c6c0afd3510 scsi: hpsa: Fix allocation size for Scsi_Host private data 52c266b486ee scsi: libsas: Fix the failure of adding phy with zero-address to port 1ea06a34f79c wifi: iwlwifi: mvm: init vif works only once f84b9b25d045 cppc_cpufreq: Fix possible null pointer dereference c0ed9a711e33 openrisc: traps: Don't send signals to kernel mode threads 71d865be7c2f udp: Avoid call to compute_score on multiple sites edcdeb8a4fdf x86/pat: Fix W^X violation false-positives when running as Xen PV guest 29681171ff21 x86/pat: Restructure _lookup_address_cpa() 308fba77bc23 x86/pat: Introduce lookup_address_in_pgd_attr() 3e99f060cfd2 cpufreq: exit() callback is optional 99f3af0a1afd tcp: increase the default TCP scaling ratio ca19418abcf7 tcp: define initial scaling factor value as a macro a7fba17a0596 selftests/bpf: Fix umount cgroup2 error in test_sockmap dc03a3755358 x86/boot/64: Clear most of CR4 in startup_64(), except PAE, MCE and LA57 abea81e6a722 gfs2: Fix "ignore unlock failures after withdraw" 21d78e4c3661 gfs2: Don't forget to complete delayed withdraw 673f7120a6e5 ACPI: disable -Wstringop-truncation acb5503dbb9c irqchip/loongson-pch-msi: Fix off-by-one on allocation error path a9bbafa46c16 irqchip/alpine-msi: Fix off-by-one in allocation error path 1d4e1fa2f29a locking/atomic/x86: Correct the definition of __arch_try_cmpxchg128() 040c3a00247d ACPI: LPSS: Advertise number of chip selects via property 776bad0b1f63 scsi: ufs: core: Perform read back after disabling UIC_COMMAND_COMPL 92374b6a5af1 scsi: ufs: core: Perform read back after disabling interrupts bfd29d5ea6ea scsi: ufs: core: Perform read back after writing UTP_TASK_REQ_LIST_BASE_H 872f68019bc6 scsi: ufs: cdns-pltfrm: Perform read back after writing HCLKDIV 8e5ede836b74 scsi: ufs: qcom: Perform read back after writing CGC enable d2741b23b1b4 scsi: ufs: qcom: Perform read back after writing unipro mode 32402b2a9c0b scsi: ufs: qcom: Perform read back after writing REG_UFS_SYS1CLK_1US 8f01dda10c65 scsi: ufs: qcom: Perform read back after writing reset bit b17592380f9d bpf: prevent r10 register from being marked as precise 7a7d4237e338 bpf: Pack struct bpf_fib_lookup f92aebf17026 bpftool: Mount bpffs on provided dir instead of parent dir 875864670982 wifi: carl9170: re-fix fortified-memset warning bc236ebc2ab5 dlm: fix user space lock decision to copy lvb 0fdbbe7ee7f4 bitops: add missing prototype check f3531ac07b4e mlx5: stop warning for 64KB pages 7dd2a9bb7b75 mlx5: avoid truncating error message 6541f8ea7623 qed: avoid truncating work queue length 997a53102a3b enetc: avoid truncating error message c5202a38897d ACPI: Fix Generic Initiator Affinity _OSC bit 2bd572d421e3 sched/fair: Add EAS checks before updating root_domain::overutilized c078f2b4921b wifi: iwlwifi: mvm: fix check in iwl_mvm_sta_fw_id_mask f0fe67ca7550 wifi: iwlwifi: reconfigure TLC during HW restart adde9190997e wifi: iwlwifi: mvm: select STA mask only for active links 29caa342391c wifi: iwlwifi: mvm: allocate STA links only for active links 6c166d1646ca wifi: ieee80211: fix ieee80211_mle_basic_sta_prof_size_ok() 9fa391354a40 x86/boot: Ignore relocations in .notes sections in walk_relocs() too 22c3d94cd445 wifi: mt76: mt7915: workaround too long expansion sparse warnings 9cf8052afc94 wifi: ath12k: use correct flag field for 320 MHz channels ba3647aa16ae bpftool: Fix missing pids during link show 424e5ac9761f wifi: ath11k: don't force enable power save on non-running vdevs c37466406f07 wifi: brcmfmac: pcie: handle randbuf allocation failure 014e4e9275de wifi: ath10k: poll service ready message before failing e5d98cc3311f block: support to account io_ticks precisely 99bbbd9aea05 block: fix and simplify blkdevparts= cmdline parsing 910717920c8c block: refine the EOF check in blkdev_iomap_begin e8d340f80977 crypto: qat - specify firmware files for 402xx c9566b812c8f md: fix resync softlockup when bitmap size is less than array size 1fc82121d038 lkdtm: Disable CFI checking for perms functions fbadcde1572f soc: qcom: pmic_glink: Make client-lock non-sleeping 7880dbf4eafe kunit/fortify: Fix mismatched kvalloc()/vfree() usage fe3a28db0361 null_blk: Fix missing mutex_destroy() at module removal 19e9452d731a soc: mediatek: cmdq: Fix typo of CMDQ_JUMP_RELATIVE 0cac39347f4e firmware: qcom: scm: Fix __scm and waitq completion variable initialization 8fc7934635bb soc: qcom: pmic_glink: notify clients about the current state d02c6eb5d3df soc: qcom: pmic_glink: don't traverse clients list without a lock 840565b1351a s390/mm: Re-enable the shared zeropage for !PV and !skeys KVM guests b410a6c84d84 mm/userfaultfd: Do not place zeropages when zeropages are disallowed f32f810dcc19 io-wq: write next_work before dropping acct_lock af82d8d2179b jffs2: prevent xattr node from overflowing the eraseblock c4f49d3fc18a ARM: configs: sunxi: Enable DRM_DW_HDMI afb39909bfb5 rcu: Fix buffer overflow in print_cpu_stall_info() 32d988f48ed2 rcu-tasks: Fix show_rcu_tasks_trace_gp_kthread buffer overflow 1319dbd64b73 io_uring: use the right type for work_llist empty check a750b846c136 s390/cio: fix tracepoint subchannel type field b39d0d661752 crypto: x86/sha512-avx2 - add missing vzeroupper 1c5bce29d0d9 crypto: x86/sha256-avx2 - add missing vzeroupper ba0aa694c332 crypto: x86/nh-avx2 - add missing vzeroupper 4e9293d660bf crypto: ccp - drop platform ifdef checks 45b92921759a parisc: add missing export of __cmpxchg_u8() fd848dc7e2cf nilfs2: fix out-of-range warning 2ed750b7ae1b ecryptfs: Fix buffer size for tag 66 packet 25edcae667c3 firmware: raspberrypi: Use correct device for DMA mappings d8c42a6e61d8 mm/slub, kunit: Use inverted data to corrupt kmem cache d0f14ae223c2 crypto: bcm - Fix pointer arithmetic d142957377c2 openpromfs: finish conversion to the new mount API 396bc5e54b4f nvmet: prevent sprintf() overflow in nvmet_subsys_nsid_exists() daa27fd2e17d ksmbd: fix uninitialized symbol 'share' in smb2_tree_connect() 4f65f4defe4e epoll: be better about file lifetimes 71de5fc303a7 nvmet: fix nvme status code when namespace is disabled ae451994ba9c nvmet-tcp: fix possible memory leak when tearing down a controller b6eaa53f95c2 nvme: cancel pending I/O if nvme controller is in terminal state 2ab74bf2827b nvmet-auth: replace pr_debug() with pr_err() to report an error. 57a23adbc4f7 nvmet-auth: return the error code to the nvmet_auth_host_hash() callers 8871cab467a5 nvme: find numa distance only if controller has valid numa id 214301d0be27 x86/mm: Remove broken vsyscall emulation code from the page fault code 6c49ba4025ee drm/amdkfd: Flush the process wq before creating a kfd_process de23d906b265 drm/amd/display: Disable seamless boot on 128b/132b encoding fefcd1c75baf drm/amd/display: Fix DC mode screen flickering on DCN321 b6fab47b64f6 drm/amd/display: Add VCO speed parameter for DCN31 FPU 53a7d15331b0 drm/amd/display: Allocate zero bw after bw alloc enable e0760e38474c drm/amd/display: Add dtbclk access to dcn315 422f3259ac65 drm/amdgpu: Fix VRAM memory accounting cc73306bf4bb ALSA: hda: intel-dsp-config: harden I2C/I2S codec detection 9973c0587149 ASoC: da7219-aad: fix usage of device_get_named_child_node() ae14ac3bc076 platform/x86: ISST: Add Grand Ridge to HPM CPU list 3a83d0d284b9 softirq: Fix suspicious RCU usage in __do_softirq() 107c893e0a5b ALSA: emu10k1: make E-MU FPGA writes potentially more reliable af8dc212f74a bpf, x86: Fix PROBE_MEM runtime load check 37c275727aef fpga: dfl-pci: add PCI subdevice ID for Intel D5005 card 964794778606 Input: xpad - add support for ASUS ROG RAIKIRI 59e9cd63a528 KVM: selftests: Add test for uaccesses to non-existent vgic-v2 CPUIF 02c36fe48100 ASoC: rt715-sdca: volume step modification be91170bee15 ASoC: rt715: add vendor clear control register 91a0bd4e9c60 ASoC: cs35l41: Update DSP1RX5/6 Sources for DSP config 968f6983d41e regulator: vqmmc-ipq4019: fix module autoloading 5c0b06dca44b regulator: qcom-refgen: fix module autoloading b084d3f57748 ASoC: rt722-sdca: add headset microphone vrefo setting dace61d6dc59 ASoC: rt722-sdca: modify channel number to support 4 channels b642f447cfde ASoC: dt-bindings: rt5645: add cbj sleeve gpio property 7904b066296a ASoC: rt5645: Fix the electric noise due to the CBJ contacts floating f6bb8d6c2a64 ASoC: acp: Support microphone from device Acer 315-24p 58872c444adc ASoC: SOF: pcm: Restrict DSP D0i3 during S0ix to IPC3 a73f1e25d581 ALSA: hda: cs35l56: Exit cache-only after cs35l56_wait_for_firmware_boot() 3ad4d29b6554 regulator: irq_helpers: duplicate IRQ name 08133330692c ASoC: Intel: bytcr_rt5640: Apply Asus T100TA quirk to Asus T100TAM too 02580c6afd15 sched/isolation: Fix boot crash when maxcpus < first housekeeping CPU 1bb875147883 selftests: sud_test: return correct emulated syscall value on RISC-V 9208e9c8bd0f drm/etnaviv: fix tx clock gating on some GC7000 variants b2959fdd3af2 LoongArch: Lately init pmu after smp is online 976b74fa6084 cpu: Ignore "mitigations" kernel parameter if CPU_MITIGATIONS=n d4ed9984871c Revert "net: txgbe: fix clk_name exceed MAX_DEV_ID limits" d6a2007376ca Revert "net: txgbe: fix i2c dev name cannot match clkdev" 39cfce75168c drm/amdgpu/mes: fix use-after-free issue 67aa2a7b83be drm/amdgpu: Fix the ring buffer size for queue VM flush bdbb7611dd2e drm/amdkfd: Add VRAM accounting for SVM migration 7e1247995853 drm/amd/pm: Restore config space after reset 04cf241fe5e5 drm/amdgpu: Update BO eviction priorities 17f689f10fc0 drm/amd/display: Set color_mgmt_changed to true on unsuspend 85f0812b6d5c net: usb: qmi_wwan: add Telit FN920C04 compositions ca2da54610f0 HID: mcp-2221: cancel delayed_work only when CONFIG_IIO is enabled e26d4063d223 dt-bindings: rockchip: grf: Add missing type to 'pcie-phy' node 125c0dcc000f wifi: cfg80211: fix the order of arguments for trace events of the tx_rx_evt class ea2121cdc7ab wifi: mac80211: ensure beacon is non-S1G prior to extracting the beacon timestamp field 0cfadb49ef90 wifi: mac80211: don't use rate mask for scanning 09133f4b5651 KEYS: asymmetric: Add missing dependencies of FIPS_SIGNATURE_SELFTEST 21c7e4587e29 KEYS: asymmetric: Add missing dependency on CRYPTO_SIG 2f103287ef79 ALSA: Fix deadlocks with kctl removals at disconnection e644036a3e2b ALSA: core: Fix NULL module pointer assignment at card init 8d04efceb46f ALSA: hda/realtek: fix mute/micmute LEDs don't work for ProBook 440/460 G11. 5698ba69326c ksmbd: ignore trailing slashes in share paths 6772584945b6 ksmbd: avoid to send duplicate oplock break notifications 579a0c69794b fs/ntfs3: Break dir enumeration if directory contents error 84906740dc56 fs/ntfs3: Fix case when index is reused during tree transformation e4fd2dce71fb fs/ntfs3: Taking DOS names into account during link counting df1f6ed23b51 fs/ntfs3: Remove max link count info display during driver init a8799662fed1 nilfs2: fix potential hang in nilfs_detach_log_writer() f81fd0061066 nilfs2: fix unexpected freezing of nilfs_segctor_sync() f9186bba4ea2 nilfs2: fix use-after-free of timer for log writer thread d65984358ac0 net: smc91x: Fix m68k kernel compilation for ColdFire CPU 77237eabdcd9 net: lan966x: remove debugfs directory in probe() error path 5cd17f0e74cb net: ti: icssg_prueth: Fix NULL pointer dereference in prueth_probe() f678c3c33655 tools/nolibc/stdlib: fix memory error in realloc() 64f0c3bd2dd7 tools/latency-collector: Fix -Wformat-security compile warns 622ab95fdcfa net: mana: Fix the extra HZ in mana_hwc_send_request af3274905b31 ring-buffer: Fix a race between readers and resize checks 68222d7b4b72 r8169: Fix possible ring buffer corruption on fragmented Tx packets. 766e3bacc7f9 Revert "r8169: don't try to disable interrupts if NAPI is, scheduled already" a9886aad5dfd io_uring: fail NOP if non-zero op flags is passed in 68a767dd690b Input: try trimming too long modalias strings e4a1d0aa0d4d serial: 8520_mtk: Set RTS on shutdown for Rx in-band wakeup 7e16930d4671 serial: 8250_bcm7271: use default_mux_rate if possible c6e1650cf5df speakup: Fix sizeof() vs ARRAY_SIZE() bug 62c3763dcb03 tty: n_gsm: fix missing receive state reset after mode switch 774d83b008ec tty: n_gsm: fix possible out-of-bounds in gsm0_receive() 7b4881da5b19 ftrace: Fix possible use-after-free issue in ftrace_location() 775de4e954cb selftests/ftrace: Fix BTFARG testcase to check fprobe is enabled correctly b1c2d09a40a5 x86/tsc: Trust initial offset in architectural TSC-adjust MSRs 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: 537149dc41df976f504512c99e7bb5deafdd283c) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit b5d18e5da09b889578fb1f004e41869a81e10081) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* python3-jinja2: Upgrade 3.1.3 -> 3.1.4Richard Purdie2024-07-091-4/+4
| | | | | | | | | | | | | | | Switch to use flit core since upstream changed. They also changed the capitalisation under pypi. The license didn't change but the file was renamed, probably as it wasn't rst. (From OE-Core rev: ac35432687624ad58ff6586446e5e73710658a68) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit e352680528b18c3cdae26233bef7cddc2771d42d) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* gstreamer: upgrade 1.22.11 -> 1.22.12Archana Polampalli2024-07-0911-11/+11
| | | | | | | | | https://gstreamer.freedesktop.org/releases/1.22/#1.22.12 (From OE-Core rev: a99d2e4bde8aaab9e97a42c3b08fdd8b544b5fb5) Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* QEMU: Fix CVE-2024-3446 & CVE-2024-3567Hitendra Prajapati2024-07-096-0/+273
| | | | | | | | | | | | | Backport fixes for: * CVE-2024-3446 - Upstream-Status: Backport from https://gitlab.com/qemu-project/qemu/-/commit/eb546a3f49f45e6870ec91d792cd09f8a662c16e && https://gitlab.com/qemu-project/qemu/-/commit/4f01537ced3e787bd985b8f8de5869b92657160a && https://gitlab.com/qemu-project/qemu/-/commit/fbeb0a160cbcc067c0e1f0d380cea4a31de213e3 && https://gitlab.com/qemu-project/qemu/-/commit/1b2a52712b249e14d246cd9c7db126088e6e64db * CVE-2024-3567 - Upstream-Status: Backport from https://gitlab.com/qemu-project/qemu/-/commit/1cfe45956e03070f894e91b304e233b4d5b99719 (From OE-Core rev: 9e22481ec84800b97d8908d57aed118895b16224) Signed-off-by: Hitendra Prajapati <hprajapati@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* OpenSSL: Security fix for CVE-2024-5535Siddharth Doshi2024-07-0911-0/+2218
| | | | | | | | | | | | Upstream-Status: Backport from [https://github.com/openssl/openssl/commit/99fb785a5f85315b95288921a321a935ea29a51e] CVE's Fixed: CVE-2024-5535 openssl: SSL_select_next_proto buffer overread (From OE-Core rev: 7d270bfe23cb5a543851ff6d3c9e273732a30865) Signed-off-by: Siddharth Doshi <sdoshi@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* openssh: fix CVE-2024-6387Jose Quaresma2024-07-092-0/+28
| | | | | | | | | | | | | | | | | | | | | sshd(8) in Portable OpenSSH versions 8.5p1 to 9.7p1 (inclusive). Race condition resulting in potential remote code execution. A race condition in sshd(8) could allow remote code execution as root on non-OpenBSD systems. This attack could be prevented by disabling the login grace timeout (LoginGraceTime=0 in sshd_config) though this makes denial-of service against sshd(8) considerably easier. For more information, please refer to the release notes [1] and the report from the Qualys Security Advisory Team [2] who discovered the bug. [1] https://www.openssh.com/txt/release-9.8 [2] https://www.qualys.com/2024/07/01/cve-2024-6387/regresshion.txt References: https://www.openssh.com/security.html (From OE-Core rev: 39537bf4f9c0e25c63e984da367e6915da986ff5) Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* ruby: Fix CVE-2023-36617Mingli Yu2024-07-093-0/+110
| | | | | | | | | | | | | Backport two patches [1] [2] to fix CVE-2023-36617 [3]. [1] https://github.com/ruby/uri/commit/9010ee2536adda10a0555ae1ed6fe2f5808e6bf1 [2] https://github.com/ruby/uri/commit/9d7bcef1e6ad23c9c6e4932f297fb737888144c8 [3] https://www.ruby-lang.org/en/news/2023/06/29/redos-in-uri-CVE-2023-36617/ (From OE-Core rev: 959b2e5deae18969ffe1e9d90c901928bc47e332) Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* llvm: Fix CVE-2024-0151Deepthi Hemraj2024-07-092-0/+1087
| | | | | | | (From OE-Core rev: d89c0df4316a02d9b1857bf8844adfa7dbb315d5) Signed-off-by: Deepthi Hemraj <Deepthi.Hemraj@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* classes/create-spdx-2.2: Fix SPDX Namespace Prefixjoshua Watt2024-07-031-1/+1
| | | | | | | | | | | | | | According to the SPDX documentation, it should be "spdxdocs" not "spdxdoc" [YOCTO #15398] (From OE-Core rev: 9abcb18014020804738dfc7d278d7097679f4d19) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit d1b25413ced62dc2927dae57b8d16e67d15dc220) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* insane: handle dangling symlinks in the libdir QA checkRoss Burton2024-07-031-2/+2
| | | | | | | | | | | | | | | | | The "libdir" QA check tries to open every file it finds as an ELF. If it finds a dangling symlink that looks like a library by the filename it will try to open it and fail with FileNotFoundError error. As this dangling symlink probably points to a real file, silently absorb the error. [ YOCTO #13949 ] (From OE-Core rev: 0c263b207a309e9cdf6f55ce72e3cc751041a47c) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit f044290f98ea66f2cecfbffd7d392dbc3d986da9) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* bash: fix configure checks that fail with GCC 14.1Ross Burton2024-07-032-0/+42
| | | | | | | | | | | | | These configure checks cause compiler errors with GCC 14.1, so they always fail. Backport fixes from upstream to solve this. (From OE-Core rev: fbb297b34566b9cf7416b5ffeb296f892b5543a0) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 921479032720707f4817e3398e516724bc48b33c) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* libxcrypt: correct the check for a working libucontext.hRoss Burton2024-07-032-1/+41
| | | | | | | | | | | | | The test fails with GCC 14.1 due to an incompatible pointer assignment, take a patch submitted upstream to fix this. (From OE-Core rev: 367730034a65b5063092f5859f0164331f386f32) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 054304ecb3a8a8ed523bd149f70ed468cf613178) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* expect: fix configure with GCC 14Ross Burton2024-07-032-0/+202
| | | | | | | | | | | | | The configure script has many fragments that fail to compile with GCC 14, take a patch submitted upstream to fix these issues. (From OE-Core rev: 5c6630e61ad85a4bf9eecd94005e14f0e34df463) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 5c21ca789c288662aa3d307b30813cd03cc8c158) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* ffmpeg: backport patch to fix errors with GCC 14Dmitry Baryshkov2024-07-032-0/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On ARMv7 compilation of ffmpeg breaks if Vulkan support is enabled. Backport a patch from the trunk to fix compilation issues: | src/libavcodec/vulkan_av1.c: In function 'vk_av1_create_params': | src/libavcodec/vulkan_av1.c:214:43: error: initialization of 'long long unsigned int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] | 214 | .videoSessionParametersTemplate = NULL, | | ^~~~ | src/libavcodec/vulkan_av1.c:214:43: note: (near initialization for '(anonymous).videoSessionParametersTemplate') | make: *** [/oe/build/tmp-rpb_wayland-glibc/work/armv7at2hf-neon-linaro-linux-gnueabi/ffmpeg/6.1.1/ffmpeg-6.1.1/ffbuild/common.mak:81: libavcodec/vulkan_av1.o] Error 1 | make: *** Waiting for unfinished jobs.... | src/libavcodec/vulkan_decode.c: In function 'ff_vk_decode_prepare_frame': | src/libavcodec/vulkan_decode.c:191:26: error: assignment to 'VkImageView' {aka 'long long unsigned int'} from 'void *' makes integer from pointer without a cast [-Wint-conversion] | 191 | vkpic->img_view_ref = NULL; | | ^ | src/libavcodec/vulkan_decode.c:192:26: error: assignment to 'VkImageView' {aka 'long long unsigned int'} from 'void *' makes integer from pointer without a cast [-Wint-conversion] | 192 | vkpic->img_view_out = NULL; | | ^ | src/libavcodec/vulkan_decode.c:193:26: error: assignment to 'VkImageView' {aka 'long long unsigned int'} from 'void *' makes integer from pointer without a cast [-Wint-conversion] | 193 | vkpic->img_view_dest = NULL; | | ^ | make: *** [/oe/build/tmp-rpb_wayland-glibc/work/armv7at2hf-neon-linaro-linux-gnueabi/ffmpeg/6.1.1/ffmpeg-6.1.1/ffbuild/common.mak:81: libavcodec/vulkan_decode.o] Error 1 (From OE-Core rev: 6b3ca9f5745c438de74ef4e2e041ee95583b8dc6) Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 52001cabd021b7c856acf426b668b99a72561de0) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* ffmpeg: backport patches to use new Vulkan AV1 codec APIDmitry Baryshkov2024-07-033-1/+1478
| | | | | | | | | | | | | Backport two patches from ffmpeg git to fix compilation with the newest Vulkan API. (From OE-Core rev: 9dc5060abdc61e6a8a8a1ca44bb0aaf266d32271) Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit a9393391613cd81643744daf930eaabf2ced79b7) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* linuxloader: add -armhf on arm only for TARGET_FPU 'hard'Jonas Gorski2024-07-031-1/+1
| | | | | | | | | | | | | | | | | | There are two types of soft FPU options for arm, soft and softfp, and if using the latter the wrong dynamic loader will be used. E.g. go will link against ld-linux-armhf.so.3, but libc6 will only ship a ld-linux.so.3, so go programs will fail to start. Fix this by instead checking for TARGET_FPU being 'hard' and then applying the suffix. (From OE-Core rev: f8d96f091844bf4cc0fa3bd3104573533841259a) Signed-off-by: Jonas Gorski <jonas.gorski@bisdn.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 07b4c7a2bd23f8645810e13439e814caaaf9cd94) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* linux-yocto/6.6: cfg: introduce Intel NPU fragmentBruce Ashfield2024-07-033-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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: d1810436ef70a5b0a011c53eb99735d8adb7a6e9) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit d01f4d2d7b95d6e8c65e5c9c5cef4b69cb079859) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* linux-yocto/6.6: update to v6.6.32Bruce Ashfield2024-07-033-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: 8533605594fbf1a0e31373b69bde49f6c3a270cb) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit e904fb7891b4020e7820d0a21f666fc2dbd9b8b0) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* linux-yocto/6.6: intel configuration changesBruce Ashfield2024-07-033-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: b6d9275c81e8abf3321b75b0bfe976d948e8bad7) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 1bf24b687f0cd4952eb75b95dd596aa3f11867d2) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* linux-yocto/6.6: update to v6.6.30Bruce Ashfield2024-07-033-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: 5f252a594eaf30d5da0e26d081a8937ec07bd6c6) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 94bc5c798ea701332575cb66a546a4f1e1224d90) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* linux-yocto/6.6: fix kselftest failuresBruce Ashfield2024-07-033-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Integrating the following commit(s) to linux-yocto/6.6: 1/1 [ Author: Mark Brown Email: broonie@kernel.org Subject: kselftest: Add a ksft_perror() helper Date: Thu, 28 Sep 2023 16:38:11 +0200 The standard library perror() function provides a convenient way to print an error message based on the current errno but this doesn't play nicely with KTAP output. Provide a helper which does an equivalent thing in a KTAP compatible format. nolibc doesn't have a strerror() and adding the table of strings required doesn't seem like a good fit for what it's trying to do so when we're using that only print the errno. Signed-off-by: Mark Brown <broonie@kernel.org> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> ] (From OE-Core rev: 7074f115d1f13db346d2b680f5b5bc3f602824e8) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 3d747dabd7bf59b653730f245d134931d143f60f) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* linux-yocto/6.6: update CVE exclusions (6.6.29)Bruce Ashfield2024-07-031-2/+2
| | | | | | | | | | | | | | | | | | | Data pulled from: https://github.com/nluedtke/linux_kernel_cves 1/1 [ Author: Nicholas Luedtke Email: nicholas.luedtke@uwalumni.com Subject: Update 8Apr24 Date: Tue, 9 Apr 2024 18:19:11 -0400 ] (From OE-Core rev: fa67b0075d17b1bae7400e9c9bbe5855bf11ae60) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit a6660bc4980ad8161522075e3964fa400817f27f) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* linux-yocto/6.6: update to v6.6.29Bruce Ashfield2024-07-033-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating linux-yocto/6.6 to the latest korg -stable release that comprises the following commits: a3463f081046 Linux 6.6.29 63cc4f14bb03 selftests: kselftest: Fix build failure with NOLIBC c67f926ec870 thunderbolt: Reset only non-USB4 host routers in resume b0f4478838be PCI/ASPM: Fix deadlock when enabling ASPM 3b629239773b ksmbd: common: use struct_group_attr instead of struct_group for network_open_info 4cbb88351b55 ksmbd: clear RENAME_NOREPLACE before calling vfs_rename 5c20b242d4fe ksmbd: validate request buffer size in smb2_allocate_rsp_buf() 3160d9734453 ksmbd: fix slab-out-of-bounds in smb2_allocate_rsp_buf 6355b468e2a7 powerpc/ftrace: Ignore ftrace locations in exit text sections 43a71c1b4b3a virtio_net: Do not send RSS key if it is not supported bd41ee1efd47 net: dsa: mt7530: fix enabling EEE on MT7531 switch on all boards 21b9d89d9342 net: dsa: mt7530: fix improper frames on all 25MHz and 40MHz XTAL MT7530 2382eae66b19 nilfs2: fix OOB in nilfs_set_de_type e46d3be714ad bootconfig: use memblock_free_late to free xbc memory to buddy a019b44b1bc6 nouveau: fix instmem race condition around ptr stores 5d2f587aef37 drm/vmwgfx: Fix crtc's atomic check conditional f1769cb2c912 drm/vmwgfx: Sort primary plane formats by order of preference 65674218b43f drm/vmwgfx: Fix prime import/export db74904a93a3 drm/amdgpu: remove invalid resource->start check v2 aa02d43367a9 drm/amdkfd: Fix memory leak in create_process failure ef13eeca7c79 drm/amdgpu: validate the parameters of bo mapping operations more clearly 885d4c31a432 fuse: fix leaked ENOSYS error on first statx call cc10db003033 mm/shmem: inline shmem_is_huge() for disabled transparent hugepages 882e1180c83f mm/memory-failure: fix deadlock when hugetlb_optimize_vmemmap is enabled c85106fb08f4 mm,swapops: update check in is_pfn_swap_entry for hwpoison entries db01bfbdddd8 mm/userfaultfd: allow hugetlb change protection upon poison entry 81cf85ae4f2d init/main.c: Fix potential static_command_line memory overflow 31f815cb4360 arm64: hibernate: Fix level3 translation fault in swsusp_save() e972b6a70126 arm64/head: Disable MMU at EL2 before clearing HCR_EL2.E2H cdf811a93747 KVM: x86/mmu: Write-protect L2 SPTEs in TDP MMU when clearing dirty status 947d518e0daf KVM: x86/pmu: Do not mask LVTPC when handling a PMI on AMD platforms 037e48ceccf1 KVM: x86/pmu: Disable support for adaptive PEBS bdda0c17fe90 KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatible 7fce9f0f4810 sched: Add missing memory barrier in switch_mm_cid ac107356aabc fs: sysfs: Fix reference leak in sysfs_break_active_protection() 8defb1d22ba0 speakup: Avoid crash on very long word 2a19c2a5caf0 mei: me: disable RPL-S on SPS and IGN firmwares f356fd0cbd9c usb: gadget: f_ncm: Fix UAF ncm object at re-bind after usb ep transport error aa61f87fd18b usb: Disable USB3 LPM at shutdown 8a139fa44870 usb: dwc2: host: Fix dereference issue in DDMA completion flow. 2ff436b63998 Revert "usb: cdc-wdm: close race between read and workqueue" d841a93b5a24 USB: serial: option: add Telit FN920C04 rmnet compositions 0772a60994ee USB: serial: option: add Rolling RW101-GL and RW135-GL support b39ecc8c97ab USB: serial: option: support Quectel EM060K sub-models aeb7de0a3840 USB: serial: option: add Lonsung U8300/U9300 product f91606d71fab USB: serial: option: add support for Fibocom FM650/FG650 590d0e130757 USB: serial: option: add Fibocom FM135-GL variants 83290f9f0719 serial: core: Fix missing shutdown and startup for serial base port 7ae7104d5434 serial: core: Clearing the circular buffer before NULLifying it 12e9459ddaea serial: stm32: Reset .throttled state in .startup() 9f9be0ec3130 serial: stm32: Return IRQ_NONE in the ISR if no handling happend 52aaf1ff1462 serial/pmac_zilog: Remove flawed mitigation for rx irq flood 5f40fd6ca2cf serial: mxs-auart: add spinlock around changing cts state 59f33af97961 comedi: vmk80xx: fix incomplete endpoint checking 9954c514424f thunderbolt: Fix wake configurations after device unplug 3238b23e661e thunderbolt: Avoid notify PM core about runtime PM resume 1d7f1049035b binder: check offset alignment in binder_get_object() ce2ec45c7817 ALSA: hda/realtek - Enable audio jacks of Haier Boyue G42 with ALC269VC 90782cf17e9c ALSA: hda/realtek: Add quirks for Huawei Matebook D14 NBLB-WAX9N 05e6bfd31b06 ALSA: hda/tas2781: Add new vendor_id and subsystem_id to support ThinkPad ICE-1 1da8f46f1332 ALSA: hda/tas2781: correct the register for pow calibrated data 02d32d5acb13 ALSA: seq: ump: Fix conversion from MIDI2 to MIDI1 UMP messages 388a7302beda net/mlx5: E-switch, store eswitch pointer before registering devlink_param 00cf046afe34 x86/cpufeatures: Fix dependencies for GFNI, VAES, and VPCLMULQDQ 5facc0428bd2 x86/bugs: Fix BHI retpoline check c0dcd5c072e2 clk: mediatek: Do a runtime PM get on controllers during probe 2c077fdfd09d clk: Get runtime PM before walking tree for clk_summary 888a44f261ae clk: Show active consumers of clocks in debugfs 60ff482c4205 clk: Get runtime PM before walking tree during disable_unused 731ffd8dea1c clk: Initialize struct clk_core kref earlier 02a516cbda04 clk: Remove prepare_lock hold assertion in __clk_release() d0d04efa2e36 interconnect: Don't access req_list while it's being manipulated d7cc1d721564 platform/x86/amd/pmc: Extend Framework 13 quirk to more BIOSes 3adcbec4dc62 usb: new quirk to reduce the SET_ADDRESS request timeout 26cc5cb00310 usb: xhci: Add timeout argument in address_device USB HCD callback ac1ddbed5b2e drm: panel-orientation-quirks: Add quirk for Lenovo Legion Go 771ad4dfbdbb ALSA: scarlett2: Rename scarlett_gen2 to scarlett2 4afc65cf78bd PCI: Simplify pcie_capability_clear_and_set_word() to ..._clear_word() d9a28916ff35 PCI/DPC: Use FIELD_GET() 4ef929059230 ALSA: scarlett2: Add Focusrite Clarett 2Pre and 4Pre USB support 92088c488e20 ALSA: scarlett2: Add Focusrite Clarett+ 2Pre and 4Pre support 2c57a5c68f49 ALSA: scarlett2: Add correct product series name to messages 9c48e24cb71b ALSA: scarlett2: Default mixer driver to enabled 3c1d704d9266 thunderbolt: Reset topology created by the boot firmware 90cdb98254ef thunderbolt: Make tb_switch_reset() support Thunderbolt 2, 3 and USB4 routers dc32d754d7cc thunderbolt: Introduce tb_path_deactivate_hop() 6c24584aface thunderbolt: Introduce tb_port_reset() ac630fb8dbb5 ASoC: ti: Convert Pandora ASoC to GPIO descriptors a95f279ecd33 ALSA: scarlett2: Add support for Clarett 8Pre USB a299e0bf4d2d ALSA: scarlett2: Move USB IDs out from device_info struct 259486b5bdc6 drm/radeon: make -fstrict-flex-arrays=3 happy 158010bf1a84 drm/panel: visionox-rm69299: don't unregister DSI device 6690cc2732e2 drm: nv04: Fix out of bounds access 2df56f4ea769 s390/cio: fix race condition during online processing e43c12451a7d s390/qdio: handle deferred cc1 c418d7a675d8 perf lock contention: Add a missing NULL check 910be4f9f805 RDMA/mlx5: Fix port number for counter query in multi-port configuration b42852826323 RDMA/cm: Print the old state when cm_destroy_id gets timeout 99a7ccc4e038 RDMA/rxe: Fix the problem "mutex_destroy missing" 75170320459a drm/i915/mst: Limit MST+DSC to TGL+ 7ba7f7074006 net: ethernet: ti: am65-cpsw-nuss: cleanup DMA Channels before using them 6855f724f196 net: ethernet: mtk_eth_soc: fix WED + wifi reset cd81184797a0 gpiolib: swnode: Remove wrong header inclusion 121fb75414ab s390/ism: Properly fix receive message buffer allocation f8de1b6208bf net: dsa: mt7530: fix port mirroring for MT7988 SoC switch d1be39605392 net: dsa: mt7530: fix mirroring frames received on local port 40f4ced305c6 tun: limit printing rate when illegal packet received by tun dev 0ada9981cdfe ice: Fix checking for unsupported keys on non-tunnel device 8d2e34e4e20e ice: tc: allow zero flags in parsing tc flower 91efeadfa20e ice: tc: check src_vsi in case of traffic from VF 93d565ebe41f net: stmmac: Fix IP-cores specific MAC capabilities 178856bf1f50 net: stmmac: Fix max-speed being ignored on queue re-init 0580dcc53a7f net: stmmac: Apply half-duplex-less constraint for DW QoS Eth only 447e00fb04f7 octeontx2-pf: fix FLOW_DIS_IS_FRAGMENT implementation 622479d10047 net: change maximum number of UDP segments to 128 48c4bb81df19 net/mlx5e: Prevent deadlock while disabling aRFS c7fbc7bb48fc net/mlx5: Lag, restore buckets number to default after hash LAG deactivation ff928d7bb1d8 net: sparx5: flower: fix fragment flags handling 022d81a709cd af_unix: Don't peek OOB data without MSG_OOB. aea3cb8cfb30 af_unix: Call manage_oob() for every skb in unix_stream_read_generic(). 4ed82dd368ad netfilter: flowtable: incorrect pppoe tuple a2471d271042 netfilter: flowtable: validate pppoe header ebf7c9746f07 netfilter: nft_set_pipapo: do not free live element 3f59ac29dea0 netfilter: br_netfilter: skip conntrack input hook for promisc packets ad333578f736 netfilter: nf_tables: Fix potential data-race in __nft_obj_type_get() a9ebf340d123 netfilter: nf_tables: Fix potential data-race in __nft_expr_type_get() 5562a51c6e4e scsi: ufs: qcom: Add missing interconnect bandwidth values for Gear 5 ac4ad513de4f arm64: tlb: Fix TLBI RANGE operand 663f72cf95ed arm64/mm: Modify range-based tlbi to decrement scale bc835b838999 net: usb: ax88179_178a: avoid writing the mac address before first reading 37e14dbe8c8f scsi: core: Fix handling of SCMD_FAIL_IF_RECOVERING 998f52a86055 random: handle creditable entropy from atomic process context 9f39e9e367b3 selftests/ftrace: Limit length in subsystem-enable tests 5b84dab87cdb SUNRPC: Fix rpcgss_context trace event acceptor field 5e3eb862df9f drm/i915/vma: Fix UAF on destroy against retire race 63fb4af8a069 io_uring: Fix io_cqring_wait() not restoring sigmask on get_timespec64() failure 390a71e361f4 media: videobuf2: request more buffers for vb2_read bef71390ac37 drm/msm/dpu: populate SSPP scaler block version fe09b8d26e1a selftests: timers: Fix posix_timers ksft_print_msg() warning dbfb5232bd83 ceph: redirty page before returning AOP_WRITEPAGE_ACTIVATE 985b9ee8a2cf ceph: rename _to_client() to _to_fs_client() 2e2023e9a4c2 ceph: pass the mdsc to several helpers a17236f99f49 drm/amd/display: Do not recursively call manual trigger programming c626db7151bf selftests/timers/posix_timers: Reimplement check_timer_distribution() b04cae49a5e7 selftests: timers: Convert posix_timers test to generate KTAP output 9d106175b7a0 drm/i915: Disable live M/N updates when using bigjoiner ccb0934aeb3f drm/i915: Adjust seamless_m_n flag behaviour deaeb5b64c5b drm/i915: Enable VRR later during fastsets 7e50ac4203d6 drm/i915: Extract intel_crtc_vblank_evade_scanlines() e19dc8c49e97 drm/i915: Change intel_pipe_update_{start,end}() calling convention 51cc733fb48e drm/i915/cdclk: Fix voltage_level programming edge case 6711b0817a38 drm/i915/mst: Reject FEC+MST on ICL 6b625d2743b4 drm/i915: Fix FEC pipe A vs. DDI A mixup 488d4cbc6f28 smb: client: refresh referral without acquiring refpath_lock 645f332c6b63 smb: client: guarantee refcounted children from parent session 441786be0c19 smb3: show beginning time for per share stats 6202996a1c18 smb: client: fix UAF in smb2_reconnect_server() fe1bad73d35f smb: client: remove extra @chan_count check in __cifs_put_smb_ses() 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: 8623952641bda9ceb7cfb2b1cfb729003f3eff3b) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 639536f032d4cdd18a01611c2c5a6d630d2a9b79) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* linux-yocto/6.6: update CVE exclusions (6.6.28)Bruce Ashfield2024-07-031-2/+2
| | | | | | | | | | | | | | | | | | | Data pulled from: https://github.com/nluedtke/linux_kernel_cves 1/1 [ Author: Nicholas Luedtke Email: nicholas.luedtke@uwalumni.com Subject: Update 8Apr24 Date: Tue, 9 Apr 2024 18:19:11 -0400 ] (From OE-Core rev: aa8325d9a499039bb2701ad10925c1aee02a22e2) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit f0683a02772e83ef1c54a60664f68364079540f7) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* linux-yocto/6.6: update to v6.6.28Bruce Ashfield2024-07-033-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating linux-yocto/6.6 to the latest korg -stable release that comprises the following commits: ba151416051a Linux 6.6.28 50971570ba79 drm/amd/display: fix disable otg wa logic in DCN316 5ca6cbd8adbe drm/amd/display: Set VSC SDP Colorimetry same way for MST and SST b12c3cfd8265 drm/amd/display: Program VSC SDP colorimetry for all DP sinks >= 1.4 bd3105a71d1c drm/amdgpu: fix incorrect number of active RBs for gfx11 fa2df4aa3e3a drm/amdgpu: always force full reset for SOC21 1520bf605d2f drm/amdgpu: Reset dGPU if suspend got aborted 2708354ffb70 drm/i915: Disable port sync when bigjoiner is used d1742f77bdf2 drm/i915/cdclk: Fix CDCLK programming order when pipes are active 09e6cbe98c10 x86/bugs: Replace CONFIG_SPECTRE_BHI_{ON,OFF} with CONFIG_MITIGATION_SPECTRE_BHI a823da65dce8 x86/bugs: Remove CONFIG_BHI_MITIGATION_AUTO and spectre_bhi=auto 9c9cd014d048 x86/bugs: Clarify that syscall hardening isn't a BHI mitigation 7497589a96bc x86/bugs: Fix BHI handling of RRSBA c83e35f47595 x86/bugs: Rename various 'ia32_cap' variables to 'x86_arch_cap_msr' bdbbe95b536c x86/bugs: Cache the value of MSR_IA32_ARCH_CAPABILITIES 39053a34963a x86/bugs: Fix BHI documentation 2d003904b934 x86/bugs: Fix return type of spectre_bhi_state() 548af6102c8e irqflags: Explicitly ignore lockdep_hrtimer_exit() argument 052d73ca9435 x86/apic: Force native_apic_mem_read() to use the MOV instruction 5c5fb5057933 selftests: timers: Fix abs() warning in posix_timers test 2978ee7c973c x86/cpu: Actually turn off mitigations by default for SPECULATION_MITIGATIONS=n d4a2a965d630 perf/x86: Fix out of range data d619651ae6e3 vhost: Add smp_rmb() in vhost_enable_notify() 8a05b6630be0 vhost: Add smp_rmb() in vhost_vq_avail_empty() a156f37b8e3c arm64: dts: imx8-ss-dma: fix spi lpcg indices e9e44fc88aba arm64: dts: imx8-ss-lsio: fix pwm lpcg indices 16c2dd96e479 arm64: dts: imx8-ss-conn: fix usb lpcg indices 7c4285471c03 arm64: dts: imx8-ss-dma: fix adc lpcg indices 19a8492473b0 arm64: dts: imx8-ss-dma: fix can lpcg indices 20ceb2b50fd5 arm64: dts: imx8qm-ss-dma: fix can lpcg indices 04e018bd913d drm/client: Fully protect modes[] with dev->mode_config.mutex 31806711e8a4 drm/panfrost: Fix the error path in panfrost_mmu_map_fault_addr() a81b2acd43e2 drm/ast: Fix soft lockup 4d87f08eb755 drm/amdkfd: Reset GPU on queue preemption failure f9b31dfdc0b5 drm/i915/vrr: Disable VRR when using bigjoiner 88685c3e7d24 drm/vmwgfx: Enable DMA mappings with SEV d43e11d9c7fc accel/ivpu: Fix deadlock in context_xa 2704f4833550 scsi: sg: Avoid race in error handling & drop bogus warn 46af9047523e scsi: sg: Avoid sg device teardown race d15023fb4073 kprobes: Fix possible use-after-free issue on kprobe registration 96b7b0934a34 io_uring/net: restore msg_control on sendzc retry 585c5732caaa btrfs: qgroup: convert PREALLOC to PERTRANS after record_root_in_trans 363be24c010a btrfs: record delayed inode root in transaction 14431815a4ae btrfs: qgroup: fix qgroup prealloc rsv leak in subvolume operations 03cca8fe300f btrfs: qgroup: correctly model root qgroup rsv in convert 732752bac3bd selftests: mptcp: use += operator to append strings 4c6d2f453970 iommu/vt-d: Allocate local memory for page request queue f3ccbb6b6d52 iommu/vt-d: Fix wrong use of pasid config e3e1e80b692c tracing: hide unused ftrace_event_id_fops 2fc4d53ff055 net: ena: Set tx_info->xdpf value to NULL 354627f92679 net: ena: Use tx_ring instead of xdp_ring for XDP channel TX bc0ad6857c86 net: ena: Pass ena_adapter instead of net_device to ena_xmit_common() c891d7678f44 net: ena: Move XDP code to its new files 5c7f2240d983 net: ena: Fix incorrect descriptor free behavior dc1d1e35c8fd net: ena: Wrong missing IO completions check order 4d142dda057a net: ena: Fix potential sign extension issue 507cc232ffe5 af_unix: Fix garbage collector racing against connect() 301fdbaa0bba af_unix: Do not use atomic ops for unix_sk(sk)->inflight. 8b6c4b625826 net: dsa: mt7530: trap link-local frames regardless of ST Port State 785510c91be3 Revert "s390/ism: fix receive message buffer allocation" 54541e18ca9d net: sparx5: fix wrong config being used when reconfiguring PCS 292a76473334 net/mlx5e: Do not produce metadata freelist entries in Tx port ts WQE xmit 8777d6ad7b8a net/mlx5e: HTB, Fix inconsistencies with QoS SQs number f9ac93b6f3de net/mlx5e: Fix mlx5e_priv_init() cleanup flow 690e3d91c5b1 net/mlx5: Correctly compare pkt reformat ids 5cf5337ef701 net/mlx5: Properly link new fs rules into the tree cbe5852d3d8d net/mlx5: offset comp irq index in name by one 8c91c6085847 net/mlx5: Register devlink first under devlink lock 7a836736b653 net/mlx5: SF, Stop waiting for FW as teardown was called 89242d9584c3 netfilter: complete validation of user input e2c680fce985 Bluetooth: l2cap: Don't double set the HCI_CONN_MGMT_CONNECTED bit 72473db90900 Bluetooth: SCO: Fix not validating setsockopt user input cc950d584610 Bluetooth: hci_sync: Fix using the same interval and window for Coded PHY de3c85d321bf Bluetooth: hci_sync: Use QoS to determine which PHY to scan a39cc8d08270 Bluetooth: ISO: Don't reject BT_ISO_QOS if parameters are unset c832164549f8 Bluetooth: ISO: Align broadcast sync_timeout with connection timeout 01b11a056667 ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addr 5fd0b8b48696 ipv4/route: avoid unused-but-set-variable warning 8a18d2f0c214 ipv6: fib: hide unused 'pn' variable cc10d3eadb58 octeontx2-af: Fix NIX SQ mode and BP config 601a89ea24d0 af_unix: Clear stale u->oob_skb. cba376eb036c net: ks8851: Handle softirqs at the end of IRQ thread to fix hang e454abe5cc17 net: ks8851: Inline ks8851_rx_skb() 499c993ca7cc bnxt_en: Reset PTP tx_avail after possible firmware reset 4cbcf8cffa01 bnxt_en: Fix error recovery for RoCE ulp client c60ed825530b bnxt_en: Fix possible memory leak in bnxt_rdma_aux_device_init() 1e91775286f2 s390/ism: fix receive message buffer allocation 190d9efa5773 geneve: fix header validation in geneve[6]_xmit_skb 740ffad95ca8 block: fix q->blkg_list corruption during disk rebind 7af5582ea672 octeontx2-pf: Fix transmit scheduler resource leak b143e19dc28c xsk: validate user input for XDP_{UMEM|COMPLETION}_FILL_RING 80fa4fb27303 u64_stats: fix u64_stats_init() for lockdep when used repeatedly in one file bdce65f2a95e net: openvswitch: fix unwanted error log on timeout policy probing 60b87b5ecbe0 scsi: qla2xxx: Fix off by one in qla_edif_app_getstats() 8a1821645708 scsi: hisi_sas: Modify the deadline for ata_wait_after_reset() aebbe59bd6a7 nouveau: fix function cast warning 42cbe04a5c77 Revert "drm/qxl: simplify qxl_fence_wait" 9bd1891cac32 cxl/core: Fix initialization of mbox_cmd.size_out in get event ea16e637e868 arm64: dts: imx8-ss-conn: fix usdhc wrong lpcg clock order f7ef9a437950 drm/msm/dpu: don't allow overriding data from catalog eb0ef4118693 cxl/core/regs: Fix usage of map->reg_type in cxl_decode_regblock() before assigned 645cef136e47 cxl/mem: Fix for the index of Clear Event Record Handle c0781d6898dc firmware: arm_scmi: Make raw debugfs entries non-seekable 6f9a8a54bb8e ARM: OMAP2+: fix USB regression on Nokia N8x0 ff75f9f74975 mmc: omap: restore original power up/down steps f6c34c9bb3d1 mmc: omap: fix deferred probe 267bcd2213ac mmc: omap: fix broken slot switch lookup 086426dc64e0 ARM: OMAP2+: fix N810 MMC gpiod table d73e7fb9d7c8 ARM: OMAP2+: fix bogus MMC GPIO labels on Nokia N8x0 7611722dc5dd media: cec: core: remove length check of Timer Status 9fdfeef4c541 PM: s2idle: Make sure CPUs will wakeup directly on resume 3860152c104f ACPI: scan: Do not increase dep_unmet for already met dependencies cfd758041d8b platform/chrome: cros_ec_uart: properly fix race condition 1e3b8874d55c drm/amd/pm: fixes a random hang in S4 for SMU v13.0.4/11 9ab5e44b9bac Bluetooth: Fix memory leak in hci_req_sync_complete() a9cd92bc051f ring-buffer: Only update pages_touched when a new page is touched 3f28d49a328f raid1: fix use-after-free for original bio in raid1_write_request() 1808b991c790 ARM: dts: imx7s-warp: Pass OV2680 link-frequencies 4ca2a5fb54ea batman-adv: Avoid infinite loop trying to resize local TT 341b5e1016cf ata: libata-scsi: Fix ata_scsi_dev_rescan() error path 99618f8a7216 ata: libata-core: Allow command duration limits detection for ACS-4 drives 05eedb5abc07 smb3: fix Open files on server counter going negative 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: ecffb570096398d36e1d3bf3987d4e1bdee89082) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 31bf8234f80d19323f5200c3a2a3b1ba9cb30991) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* linux-yocto/6.6: cfg: drop obselete optionsBruce Ashfield2024-07-033-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Integrating the following commit(s) to linux-yocto/.: 1/2 [ Author: Paul Gortmaker Email: paulg@kernel.org Subject: cgl: drop SELINUX_DISABLE option Date: Tue, 16 Apr 2024 12:28:43 -0400 It was removed from mainline in v6.4 in commit f22f9aaf6c3d ("selinux: remove the runtime disable functionality"). Signed-off-by: Paul Gortmaker <paulg@kernel.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> ] 2/2 [ Author: Paul Gortmaker Email: paulg@kernel.org Subject: full_nohz: remove RCU_FAST_NO_HZ gone from upstream Date: Tue, 16 Apr 2024 14:56:42 -0400 In commit e2c73a6860bd ("rcu: Remove the RCU_FAST_NO_HZ Kconfig option") the so named option was removed from the v5.17 kernel. We should get it out of our active branches to prevent a warning. Signed-off-by: Paul Gortmaker <paulg@kernel.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> ] (From OE-Core rev: 86467eb4cb39be7f031bca5d5e502f6c6fbcb297) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 8980da85dc1a55be4fcf2cb92859cc6066433531) Signed-off-by: Steve Sakoman <steve@sakoman.com>