summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* rpm: drop unused 0001-Rip-out-partial-support-for-unused-MD2-and-RIPEMD160.patchMartin Jansa2023-06-141-81/+0
| | | | | | | | | | | | | | | | | | * it was removed from SRC_URI in oe-core commit: commit 67257ca87c6fa8e6050a20ecea50daf834c7e869 Author: Alexander Kanavin <alex.kanavin@gmail.com> Date: Sat Apr 25 19:28:00 2020 +0200 Subject: rpm: upgrade to 4.15.1 and it's unused since then (From OE-Core rev: c7324d03ebd58c247611a9955b6029bf66f05826) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit c801a215fb2d53bdec7f4c9a20ff7969e8071e5c) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* lib/terminal.py: Add urxvt terminalPavel Zhukov2023-06-141-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes failure [1] of menuconfig task in rxvt-unicode terminal in case if xterm/Konsole/Gnome is not installed. Tested with rxvt-unicode-256color [1] WARNING: Terminal screen is supported but did not start ERROR: No valid terminal found, unable to open devshell. Tried the following commands: tmux split-window -c "{cwd}" "do_terminal" tmux new-window -c "{cwd}" -n "zephyr-helloworld Configuration" "do_terminal" xfce4-terminal -T "zephyr-helloworld Configuration" -e "do_terminal" terminology -T="zephyr-helloworld Configuration" -e do_terminal mate-terminal --disable-factory -t "zephyr-helloworld Configuration" -x do_terminal konsole --separate --workdir . -p tabtitle="zephyr-helloworld Configuration" -e do_terminal gnome-terminal -t "zephyr-helloworld Configuration" -- do_terminal xterm -T "zephyr-helloworld Configuration" -e do_terminal rxvt -T "zephyr-helloworld Configuration" -e do_terminal tmux new -c "{cwd}" -d -s devshell -n devshell "do_terminal" screen -D -m -t "zephyr-helloworld Configuration" -S devshell do_terminal DEBUG: Python function do_menuconfig finished (From OE-Core rev: d873b925a02dfec2c7655757a1f08d2435fe1980) Signed-off-by: Pavel Zhukov <pazhukov@suse.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 8d2fe4df8ae33e033caf4119a76715f085be1d15) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* staging.bbclass: do not add extend_recipe_sysroot to prefuncs of ↵Chen Qi2023-06-141-1/+1
| | | | | | | | | | | | | | | | | | prepare_recipe_sysroot When running prepare_recipe_sysroot task, the extend_recipe_sysroot is run twice. What prepare_recipe_sysroot does is executing extend_recipe_sysroot, there's no need to add extend_recipe_sysroot to its prefuncs. (From OE-Core rev: 08e561035255e765e4293d4031115ea308cc29d3) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit bf7584a2ac16ee46ff5b41536b06bb46d0cbada7) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* xf86-video-intel: Use the HTTPS protocol to fetch the Git repositoriesPeter Kjellerstedt2023-06-141-2/+1
| | | | | | | | | | | | | This matches the change in commit 139102a73d (recipes: Default to https git protocol where possible), which did this for most recipes. (From OE-Core rev: 155fb4ffbb02522cc5dde22c4d8a69a3e299b86f) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 21a06cb3f19570c65fc83d45069cab22136768b0) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* musl: Correct SRC_URIPeter Kjellerstedt2023-06-141-1/+1
| | | | | | | | | | | | | | When the protocol used to fetch the Git repository was changed from "git" to "https" in commit 139102a73d (recipes: Default to https git protocol where possible), the URI was not updated to match. (From OE-Core rev: bb3c35309e23121dfc9b0f2f06d31f38554a3820) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 0434a5ae168f737741e66a7fe1e30a8703b8ce16) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* oeqa/selftest/cases/devtool.py: skip all tests require folder a git repoThomas Roos2023-06-141-0/+8
| | | | | | | | | | | | | | | Devtool selftests require poky dir a git repo, when downloading poky as a tar, this is not the case. Those tests will now skipped. [YOCTO #12389] (From OE-Core rev: 5b913494b472ef03435cabf984361b43c3d813f4) Signed-off-by: Thomas Roos <throos@amazon.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 95a5bc130dc51ea9de95c64dbf0e9c7892415d50) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* kmscube: Correct DEPENDS to avoid overwriteRanjitsinh Rathod2023-06-141-2/+1
| | | | | | | | | | | | | | | As part of the below commit, DEPENDS gets overwrite which is wrong Link: https://git.yoctoproject.org/poky/commit/?id=bd947d3343dcd96e79fc8157f32a2a087cd710a7 So correct the DEPENDS varibales (From OE-Core rev: 45bd0b8c1256640aef98d497e9d53553a1bd1dab) Signed-off-by: Ranjitsinh Rathod <ranjitsinh.rathod@kpit.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 63f338255000874c62bf01ccc11f2c100014c3d9) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* linux-yocto: move build / debug dependencies to .incBruce Ashfield2023-06-142-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | When the architecture and debug specific build and runtime dependencies were introduced, they were only applicable to "newer" kernel versions and were enabled in the version specific recipes. These are now common dependencies, so we can avoid the duplication and move them to a common location. We also change the adhoc nature of the existing elfutils definition, as it is now detected by the kernel build and we no longer need the work around to the native sysroot. Finally, we change the undocumented KERNEL_DEBUG_OPTIONS to KERNEL_DEBUG and use it to conditionally enable features that need extended support (and support sometimes out of oe-core). (From OE-Core rev: 67a972a1d8c2ff271cbbca68a2805ea31f079fa1) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 7ddeb149e7a78bedeb945898fec5e8f13b7c5711) Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* kernel: don't force PAHOLE=falseBruce Ashfield2023-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | If a specific kernel provider or configuration wants to enable BTF and pahole analysis, it isn't currently possible due to the explicit definition to false in the base kernel build arguments. pahole is now detected by the kernel built itself, so unless pahole-native is enabled, the result is the same. If a kernel does require an explicit disable of pahole, it is better to carry PAHOLE=false in those specific recipes. (From OE-Core rev: c6f13dcb3e04655c8076c1100ceada760ffb1ddb) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit b1e4851a36ed47ce6ba880a49264b9a57c78cf4f) Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* conf: add nice level to the hash config ignred variablesLorenzo Arena2023-06-141-1/+1
| | | | | | | | | | | | This is needed as each user could be setting different nice levels while building, however this should not make the shared cache unusable. (From OE-Core rev: c7eeb912b6c39df654d82e26608514221022aa2a) Signed-off-by: Lorenzo Arena <arena.lor@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 42784f9360345da1c01d988070253e7ffd5ac4ac) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* piglit: Add missing glslang dependenciesTom Hochstein2023-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The vulkan configuration requires glslangValidator for build and runtime. Fixes configure error: ``` | CMake Error at CMakeLists.txt:191 (message): | glslangValidator required by vulkan tests not found ``` Fixes runtime error: ``` name: vulkan@shaders@fs-large-local-array result: fail returncode: 1 out: err: glslangValidator: No such file or directory glslangValidator failed ``` (From OE-Core rev: 67116105614137ede6c09efc0b1adf4ed34e79e7) Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 89423cc35d9d2d709adaf032bee8340fb91a3af5) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* meta: depend on autoconf-archive-native, not autoconf-archiveRoss Burton2023-06-149-10/+9
| | | | | | | | | | | | | | | | | | | autoconf-archive is a collection of m4 autoconf macros needed at build-time, and autoconf-archive-native is a suitable provider as there is nothing in the recipe that needs to be cross-compiled. Also if we use DEPENDS=autoconf-archive then the recipe's -dev package ends up RDEPENDing on autoconf-archive, which isn't correct. Universally change any DEPENDS on autoconf-archive to the -native form, and add any missing dependencies that were implicit before. (From OE-Core rev: be5534a8ca4a5ab7323039123e680ba1f6ede908) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 571132415ea7fe2d91c62948f2b6aa553eafa83d) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* image-live.bbclass: respect IMAGE_MACHINE_SUFFIXMartin Jansa2023-06-141-1/+1
| | | | | | | | | | | | | | * fixes: ERROR: core-image-minimal-1.0-r0 do_bootimg: /OE/build/poky/build/tmp/deploy/images/qemux86-64/core-image-minimal-initramfs-qemux86-64.cpio.gz is invalid. initrd image creation failed. ERROR: core-image-minimal-1.0-r0 do_bootimg: ExecutionError('/OE/build/poky/build/tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0-r0/temp/run.build_hddimg.2001892', 1, None, None) when IMAGE_MACHINE_SUFFIX is set to empty in local.conf (From OE-Core rev: ac1977fea5a5d68c197d948a59447472e7c7747b) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit ed072d2a0abe5a22330160f67ee5e83c2eae1dac) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* go.bbclass: don't use test to check output from lsMartin Jansa2023-06-141-1/+1
| | | | | | | | | | | | * avoids possibly confusing error message in log.do_install like: ls: cannot access 'etcd/3.5.7-r0/build/bin/linux_arm64/': No such file or directory (From OE-Core rev: 6f9b6145b473a1adcaf39c1af0d17bec00547ede) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 2f1777e6ac5269a71203b6a2c562a43503be95ae) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* e2fsprogs: Fix error SRCDIR when using usrmerge DISTRO_FEATURESQiu Tingting2023-06-142-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When build e2fsprogs ptest with usrmerge DISTRO_FEATURES, in test_script and test_one scripts, value of SRCDIR has problem. SRCDIR=/usr/usr/lib/e2fsprogs/ptest/test ptest log # ptest-runner e2fsprogs START: ptest-runner 2022-12-17T11:08 BEGIN: /usr/lib/e2fsprogs/ptest ls: cannot access '/usr/usr/lib/e2fsprogs/ptest/test/[a-zA-Z]_*': No such file or directory ./test_script: line 54: /usr/usr/lib/e2fsprogs/ptest/test/test_post: No such file or directory DURATION: 0 END: /usr/lib/e2fsprogs/ptest 2022-12-17T11:08 STOP: ptest-runner TOTAL: 1 FAIL: 0 Reason In Makefile.in, SRCDIR is set by prefix and libdir. @echo "SRCDIR=${prefix}${libdir}/e2fsprogs/ptest/test" >> test_one @echo "SRCDIR=${prefix}${libdir}/e2fsprogs/ptest/test" >> test_script prefix=/usr libdir=/usr/lib (when usrmerge is set) solution Use PTEST_PATH to fix it. (From OE-Core rev: 0e9cd399f7f5dcd31420cce8e0dc8c25f33bd80b) Signed-off-by: Qiu Tingting <qiutt@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 85e3b4f1d4b8734b0dd427d107a9f736bca9b7f7) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* avahi: fix D-Bus introspectionEero Aaltonen2023-06-141-2/+1
| | | | | | | | | | | Install and package the D-Bus introspection files. (From OE-Core rev: ec7ba3c31611ed9962b844256734a07ff4ca9152) Signed-off-by: Eero Aaltonen <eero.aaltonen@vaisala.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit b8183ad25af3bcf23f04dd649b6ef665569fac8c) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* binutils: package static libs from gprofngMartin Jansa2023-06-141-0/+1
| | | | | | | | | | | | | | | | | | | * fixes: ERROR: binutils-2.40-r0 do_package: QA Issue: binutils: Files/directories were installed but not shipped in any package: /usr/lib/gprofng/libgp-collectorAPI.a Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. binutils: 1 installed and not shipped files. [installed-vs-shipped] (From OE-Core rev: ab6ae4b715143364288ba164f8ab5c3cd7f486ae) (From OE-Core rev: 4ed0f0cc0ecc290f1bbb8262afa62b45513e9cc6) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit f72fd51e0da100e7ed90992225688bf43e2a69b6) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* binutils: stable 2.40 branch updatesDeepthi Hemraj2023-06-1416-207/+150
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Rebase existing patches - Drop 0014-configure-remove-dependencies-on-gmp-and-mpfr-when-g.patch which is already in - Correct packaging path to libgprofng.so - Below commits on binutils-2.40 stable branch are updated. 4671be001eb Updated Hungarian translation for the gprof directory ded035f913e lto: Don't add indirect symbols for versioned aliases in IR 74cb2ddeabc gas: arm: Change warning message to not reference specific A-class architecture revision 570b9c09bbf gas: arm: Fix a further IT-predicated vcvt issue in the presense of MVE vcvtn bddd62e188c libctf: get the offsets of fields of unnamed structs/unions right 7aa47eafcce libctf: fix assertion failure with no system qsort_r 165accf0752 coff_get_normalized_symtab bfd_release af35798e957 PR30217, dynamic relocations using local dynamic symbols 18bb604f1e1 PR30198, Assertion and segfault when linking x86_64 elf and coff 34a2b4a0e21 PR30155, ld segfault in _bfd_nearby_section 3d0046f39aa PR30046, power cmpi leads to unknown architecture 5c87fb1d59b ppc32 and "LOAD segment with RWX permissions" 11f5c1ebf14 Updated Serbian translations for gold, gprof and opcodes sub-directories 38e455b1d9a Updated translations for the bfd and gprof directories. b2bc62b7b4e gas: correct symbol name comparison in .startof./.sizeof. handling 17294931e3e configure: remove dependencies on gmp and mpfr when gdb is disabled 1fc096a4c59 Regen config files e1815414077 Pass $JANSSON_LIBS and $ZSTD_LIBS to ld-bootstrap/bootrap.exp 3e888977f16 bpf: fix error conversion from long unsigned int to unsigned int [-Werror=overflow] 65dbb942145 Updated Swedish translation for the binutils sub-directory 27f59ec47a1 RISC-V: make C-extension JAL available again for (32-bit) assembly edd36b26f35 gprofng: PR30043 libgprofng.so.* are installed to a wrong location c6e269febbc gprofng: PR29521 [docs] man pages are not in the release tarball bcea253f5fa toplevel: Makefile.def: add install-strip dependency on libsframe (From OE-Core rev: 5d7389770af6613af4ca8a2d30cc79d494a91075) (From OE-Core rev: c4135c692cea9cbeb5df21baa4d76e872d981411) Signed-off-by: Deepthi Hemraj <Deepthi.Hemraj@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit dcaf5192599b9474901ab73b66c330a401623fc1) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* libxi: upgrade to v1.8.1Sudip Mukherjee2023-06-141-2/+2
| | | | | | | | | | | | | | | Changes: Use xz: upstream has not released bz2. Update sha256sum for new version. Details at: https://gitlab.freedesktop.org/xorg/lib/libxi/-/commits/libXi-1.8.1 (From OE-Core rev: fbe7b8b6d51201273de2f164c403778630e7bae8) Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 278f73b2bc06f25fd66322e38c06ef5ebf894f98) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* iso-codes: upgrade 4.13.0 -> 4.15.0Wang Mingyu2023-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== - Translation updates for ISO 3166-1 - Translation updates for ISO 3166-3 - Translation updates for ISO 639-2 - Translation updates for ISO 3166-1 - Translation updates for ISO 3166-2 - Translation updates for ISO 3166-3 - Translation updates for ISO 639-2 - Translation updates for ISO 639-3 - Translation updates for ISO 639-5 - Translation updates for ISO 4217 - Translation updates for ISO 15924 * ISO 3166-2: Fix wrong Spanish translation (From OE-Core rev: b189240b211e5d8f40747a0128834ed83c38a8f4) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 355f2f9fe8a1e6c5e78f136cb3ed77c9004fb75c) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* xz: upgrade 5.4.2 -> 5.4.3Denys Dmytriyenko2023-06-141-1/+1
| | | | | | | | | | | | | | | 5.4.3 (2023-05-04) * All fixes from 5.2.12 * Features in the CMake build can now be disabled as CMake cache variables, similar to the Autotools build. * Minor update to the Croatian translation. (From OE-Core rev: c450040e2f177b2ef64c0817ca0aad4051d5f25f) Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 75aaa3d8efa9ba4fdf7145321dc85b34cd3dcebb) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* vim: upgrade 9.0.1429 -> 9.0.1527Randy MacLeod2023-06-141-2/+2
| | | | | | | | | | | | Fixes: https://nvd.nist.gov/vuln/detail/CVE-2023-2426 caf642c25 patch 9.0.1499: using uninitialized memory with fuzzy matching (From OE-Core rev: 72c741cd9d11f995a20e24d11528842fc020f59e) Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 4f9a8df5aca99d0a5c2d2346b27ce7be08e7896c) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* rpm: update 4.18.0 -> 4.18.1Alexander Kanavin2023-06-146-77/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Summary of changes from RPM 4.18.0 General bugfixes and enhancements Command line Fix signature reserved space not restored on --delsign (#2382, regression in 4.15.0) Copy original lead on signing instead of recreating (#1326, regression in 4.14.0) Issue a warning when signing created an OpenPGP v3 signature (#2286) Transactions Fix install of block and character special files (#2195, #2275, regression in 4.18.0) Handle downgrade within V-R when epoch goes away (RhBug:1845069) Package building Spec Restore BuildRequires check in rpmbuild -bp (regression in 4.15.0) Fix space handling in %setup (#2335, regression in 4.18.0) Issue a deprecation warning on %patchN syntax Macros Don’t embed CPU count of build system in packages (#2343) Make CPU and thread-related macros available on all platforms (#2265) Fix macro scoping level on re-entry from %[] expression (#2354) Split ___build_pre macro to make mocking rpm build environment easier Buildroot policies Fix xargs use in brp-remove-la-files on macOS (#2332, regression in 4.17.0) Generators Disable debuginfod server lookups in build and dependency generator scripts Exclude kernel modules from ELF dependency generation (regression in 4.17.0) Signatures and keys Fix type confusion bugs in the internal OpenPGP implementation Plugins Make write() non-blocking in fapolicyd plugin (RhBug:2110787) Add a handler for libselinux log messages (RhBug:2123719, RhBug:2050774) API changes N/A Internal improvements and cleanups Fix potential uninitialized variable use on public key import Fix various leaks during package build and install Fix getopt() usage to comply with POSIX Build process Generate Python egg-info from automake builds (#130, #2230) Revise ISANAME for loongarch Documentation Document %_binary_payload and %_source_payload syntax in RPM package format manual Various typo and grammar fixes in reference manuals Minor CONTRIBUTING.md updates Drop: 0001-docs-do-not-build-manpages-requires-pandoc.patch (pandoc is now detected from $PATH) fifofix.patch (upstream fixed the issue) (From OE-Core rev: 0206e2700e290f04cb4c4c2cf50c1e1f1f4ae6ee) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit d8d673b2dc86e04cc278dc111b36d52d60bc25f7) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* go: Use -no-pie to build target cgoKhem Raj2023-06-141-1/+1
| | | | | | | | | | | | | | Fixes go: ELF binary /usr/lib/go/pkg/tool/linux_arm64/pprof has relocations in .text go: ELF binary /usr/lib/go/bin/go has relocations in .text [textrel] (From OE-Core rev: 0e9f47eddf786972b409088629d0f62c6bc74448) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit a27d39aebd5966ffffb57c20518381cb06ba8373) Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* go: Upgrade 1.20.1 -> 1.20.4Khem Raj2023-06-1411-394/+4
| | | | | | | | | | | | | | | | | | - Remove already upstreamed patches - Brings a list of changes [1] [2] [3] [1] https://github.com/golang/go/issues?q=milestone%3AGo1.20.2+label%3ACherryPickApproved [2] https://github.com/golang/go/issues?q=milestone%3AGo1.20.3+label%3ACherryPickApproved [3] https://github.com/golang/go/issues?q=milestone%3AGo1.20.4+label%3ACherryPickApproved (From OE-Core rev: 5847869334dd6687441708e26d1c0ab0a648e7f5) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit e043bfb42156c59c93c6a4816528a63cfdaccc3e) Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* sysstat: Fix CVE-2023-33204Xiangyu Chen2023-06-142-1/+49
| | | | | | | | | | | | | | | | | | | References: https://nvd.nist.gov/vuln/detail/CVE-2023-33204 https://ubuntu.com/security/CVE-2023-33204 Upstream Patch: https://github.com/sysstat/sysstat/commit/954ff2e2673c (From OE-Core rev: 5aee537b52382d5b5e702ecb4c3f34e38a90a398) Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> Signed-off-by: Sanjay Chitroda <schitrod@cisco.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 7a6871590b908e4b749484d913da5e280c20d05f) Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* qemurunner: avoid leaking server_socketMikko Rapeli2023-06-061-0/+1
| | | | | | | | | | | | close() the server_socket before qemusock replaces it. (From OE-Core rev: fb1de20b22119fd62b338ab69cd2b6a6c4e9dd8f) Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit be7bbbeeb44158b181d1abc5a4d7871a9045fdd6) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* populate_sdk_base.bbclass: respect MLPREFIX for ptest-pkgs's ptest-runnerMartin Jansa2023-06-061-1/+1
| | | | | | | | | | | | | | | | | | * since "populate_sdk_base: ensure ptest-pkgs pulls in ptest-runner" change: https://git.openembedded.org/openembedded-core/commit/?id=ecff0642be5781f7f6cca617158b04ac9a0e85f0 in multilib build when building lib32-foo-image it can pick wrong ptest-runner package if it was built in the same TMPDIR before the image, do_rootfs then fails to find it, if the package manager config doesn't have 64-bit feed enabled: opkg_prepare_url_for_install: Couldn't find anything to satisfy 'ptest-runner' (From OE-Core rev: 3cdfdeb8f18dd467e2c5c6e9d6e3739aaf5c0c3d) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 4d24749e7e94881bb952f5c927f0012eb70d4390) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* tiff: Remove unused patch from tiffnikhil2023-06-061-267/+0
| | | | | | | | | | | | | Remove 0001-Revised-handling-of-TIFFTAG_INKNAMES-and-related-TIF.patch file from tiff as it was removed while upgrading tiff from 4.4.0 -> 4.5.0 (From OE-Core rev: b61e75037ed92e6bf4d9d506ffedfc5d50085522) Signed-off-by: Nikhil R <nikhilar2410@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit c53abdb5ce9cdbfb0f9e48b64b800c45549d18a6) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* e2fsprogs: fix ptest bug for second runningQiu Tingting2023-06-062-0/+4
| | | | | | | | | | | | | | | At second running, there are four new failed case: d_loaddump f_bigalloc_badinode f_bigalloc_orphan_list f_dup_resize The test_data.tmp is necessary, but it is deleted by run-ptest. So it should be restored after testing. (From OE-Core rev: d40b69d0a5a3eceff6b7d97601f560846cc2ef36) Signed-off-by: Qiu Tingting <qiutt@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit d0d08dd9a8a179e25b9cfcbac696c1d212a1910c) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* libgcrypt: update 1.10.1 -> 1.10.2Alexander Kanavin2023-06-063-9/+9
| | | | | | | | | | | Latest stable branch update (From OE-Core rev: cc8e721bf14dffef240687819a907ee22f44a9c2) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit fc7a39d1a16b424ab80f7463c2e1258e6ea3ab38) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* git: ignore CVE-2023-25815Archana Polampalli2023-06-061-0/+2
| | | | | | | | | This is specific to Git-for-Windows. (From OE-Core rev: 0bdeec9951e8e2c4f645475be98b7a0176438c9b) Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* linux-yocto/5.15: update to v5.15.113Bruce Ashfield2023-06-063-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating to the latest korg -stable release that comprises the following commits: 1fe619a7d252 Linux 5.15.113 7de20a23e52a HID: wacom: add three styli to wacom_intuos_get_tool_type 25b835d40838 HID: wacom: Add new Intuos Pro Small (PTH-460) device IDs a540aabefa9b HID: wacom: Force pen out of prox if no events have been received in a while b4c7b54b83f6 s390/qdio: fix do_sqbs() inline assembly constraint b8427b8522d9 nilfs2: fix use-after-free bug of nilfs_root in nilfs_evict_inode() cafdd9cefc5b powerpc/64s/radix: Fix soft dirty tracking fe59dd824fad tpm/tpm_tis: Disable interrupts for more Lenovo devices b9eb4491f0c9 powerpc/iommu: Incorrect DDW Table is referenced for SR-IOV device 317ee8c54faa ceph: force updating the msg pointer in non-split case e3d1adcad5b7 vc_screen: reload load of struct vc_data pointer in vcs_write() to avoid UAF 03e39ec73941 thunderbolt: Clear registers properly when auto clear isn't in use 742ed5bb683e serial: qcom-geni: fix enabling deactivated interrupt 6960267e7d0b serial: 8250_exar: Add support for USR298x PCI Modems 7d8873ecbd3c serial: Add support for Advantech PCI-1611U card 51d90382d241 statfs: enforce statfs[64] structure initialization 865be1cff2c0 ksmbd: fix global-out-of-bounds in smb2_find_context_vals 7657321b2624 ksmbd: fix wrong UserName check in session_user 61e043326e72 ksmbd: allocate one more byte for implied bcc[0] 1c2461b41f30 ksmbd: smb2: Allow messages padded to 8byte boundary 49f47945386e SMB3: drop reference to cfile before sending oplock break 653d30a1512c SMB3: Close all deferred handles of inode in case of handle lease break 972a33e6cc76 can: kvaser_pciefd: Disable interrupts in probe error path 143623940a03 can: kvaser_pciefd: Do not send EFLUSH command on TFD interrupt c724a6edc1c6 can: kvaser_pciefd: Clear listen-only bit if not explicitly requested f04628305cac can: kvaser_pciefd: Empty SRB buffer in probe da711a8af0fa can: kvaser_pciefd: Call request_irq() before enabling interrupts 4857ccfbe283 can: kvaser_pciefd: Set CAN_STATE_STOPPED in kvaser_pciefd_stop() 9ac2448c24a9 can: isotp: recvmsg(): allow MSG_CMSG_COMPAT flag a17cf315f246 can: j1939: recvmsg(): allow MSG_CMSG_COMPAT flag 83af0876040b ALSA: hda/realtek: Add quirk for 2nd ASUS GU603 cc1924ab21d7 ALSA: hda/realtek: Add a quirk for HP EliteDesk 805 3a32c5149461 ALSA: hda/realtek: Add quirk for Clevo L140AU 059a18e95e06 ALSA: hda: Add NVIDIA codec IDs a3 through a7 to patch table e8c7d7c43d5e ALSA: hda: Fix Oops by 9.1 surround channel names 831a1ffb0a93 xhci: Fix incorrect tracking of free space on transfer rings 4c5c4870694b xhci-pci: Only run d3cold avoidance quirk for s2idle fc0e18f95c88 usb: typec: altmodes/displayport: fix pin_assignment_show 0ed9257a8ab9 usb: gadget: u_ether: Fix host MAC address case c51a131cacf4 usb: dwc3: debugfs: Resume dwc3 before accessing registers 720be29c7d1c USB: UHCI: adjust zhaoxin UHCI controllers OverCurrent bit value 2ef3ecff0907 usb-storage: fix deadlock when a scsi command timeouts more than once 3b43d9df27a7 USB: usbtmc: Fix direction for 0-length ioctl control messages 15d744133218 ALSA: usb-audio: Add a sample rate workaround for Line6 Pod Go 62499cf3ddd7 bridge: always declare tunnel functions ec5caa765f7f netfilter: nft_set_rbtree: fix null deref on element insertion b0cc763806c0 netfilter: nf_tables: fix nft_trans type confusion addaba68018b vlan: fix a potential uninit-value in vlan_dev_hard_start_xmit() 3a0450d38a3e igb: fix bit_shift to be in [1..8] range c15c3bb90c9a net: dsa: mv88e6xxx: Fix mv88e6393x EPC write command offset 234e744d86bd cassini: Fix a memory leak in the error handling path of cas_init_one() 76a7cd047b3a scsi: storvsc: Don't pass unused PFNs to Hyper-V host 05ad5a4d421c wifi: iwlwifi: mvm: don't trust firmware n_channels d66490c29364 wifi: iwlwifi: mvm: fix cancel_delayed_work_sync() deadlock fce7d92a8990 wifi: mac80211: fix min center freq offset tracing fd8bc0f581af net: bcmgenet: Restore phy_stop() depending upon suspend/close 99c5acfd1f6a net: bcmgenet: Remove phy_stop() from bcmgenet_netif_stop() ed1283c46d90 s390/cio: include subchannels without devices also for evaluation 673cb4798921 tipc: check the bearer min mtu properly when setting it by netlink 575e84d90a74 tipc: do not update mtu if msg_max is too small in mtu negotiation 5cf99d5f656a tipc: add tipc_bearer_min_mtu to calculate min mtu 6a7690f2bd17 virtio_net: Fix error unwinding of XDP initialization 18c0bd6888b3 virtio-net: Maintain reverse cleanup order cdd8160dcda1 net: nsh: Use correct mac_offset to unwind gso skb in nsh_gso_segment() f51d15d9bc41 drm/exynos: fix g2d_open/close helper function definitions 45a158a212d9 SUNRPC: Fix trace_svc_register() call site 1c28b206ae49 SUNRPC: always free ctxt when freeing deferred request 54832355b0b1 SUNRPC: Remove svc_rqst::rq_xprt_hlen 7a1dca013124 SUNRPC: Remove dead code in svc_tcp_release_rqst() 9712097e89b2 SUNRPC: Clean up svc_deferred_class trace events 8c26ecd887ef tracing: Introduce helpers to safely handle dynamic-sized sockaddrs 7851771789e8 SUNRPC: double free xprt_ctxt while still in use 051af3f0b7d1 media: netup_unidvb: fix use-after-free at del_timer() 8e37baf62181 net: hns3: fix reset delay time to avoid configuration timeout aaf7c7d8448f net: hns3: fix sending pfc frames after reset issue 56640004ee56 net: hns3: fix output information incomplete for dumping tx queue info with debugfs 98e964801811 erspan: get the proto with the md version for collect_md 5258395e67fe serial: 8250_bcm7271: fix leak in `brcmuart_probe` cc2f7cee933f serial: 8250_bcm7271: balance clk_enable calls f76a18e53a66 serial: arc_uart: fix of_iomap leak in `arc_serial_probe` 15251e783a4b tcp: fix possible sk_priority leak in tcp_v4_send_reset() 2832d6244634 vsock: avoid to close connected socket after the timeout 2c1617dc6dab ALSA: hda/realtek: Apply HP B&O top speaker profile to Pavilion 15 bbb5ac533ca6 ALSA: firewire-digi00x: prevent potential use after free 81c843152422 net: phy: dp83867: add w/a for packet errors seen with short cables c1bc2870f14e net: fec: Better handle pm_runtime_get() failing in .remove() b598e76b49cc selftets: seg6: disable rp_filter by default in srv6_end_dt4_l3vpn_test 5041897b9f0f selftests: seg6: disable DAD on IPv6 router cfg for srv6_end_dt4_l3vpn_test d6c89d776be2 af_key: Reject optional tunnel/BEET mode templates in outbound policies 19457a4423a3 cpupower: Make TSC read per CPU for Mperf monitor 3a4ff14b0ecb ASoC: fsl_micfil: Fix error handler with pm_runtime_enable a2e5a77ae3c3 dt-bindings: display/msm: dsi-controller-main: Document qcom, master-dsi and qcom, sync-dual-dsi e1c9c7482e31 drm/msm/dpu: Remove duplicate register defines from INTF 85eb9aef4fb5 drm/msm/dpu: Move non-MDP_TOP INTF_INTR offsets out of hwio header b688a4115bdf drm/msm/dpu: Add INTF_5 interrupts d8a291e39af2 drm/msm/dp: unregister audio driver during unbind 288247879f4e Revert "Fix XFRM-I support for nested ESP tunnels" 46f1a953545f xfrm: don't check the default policy if the policy allows the packet 98f179c5b072 platform/x86: hp-wmi: add micmute to hp_wmi_keymap struct a832a43fdd95 platform/x86: Move existing HP drivers to a new hp subdir df14d64b36b1 platform/x86: hp-wmi: Support touchpad on/off 6158e958e824 parisc: Replace regular spinlock with spin_trylock on panic path 1fa3fb4f7018 mfd: dln2: Fix memory leak in dln2_probe() c9faa002ea4b soundwire: qcom: gracefully handle too many ports in DT b61382a825c0 phy: st: miphy28lp: use _poll_timeout functions for waits dc9c54d34dbd Input: xpad - add constants for GIP interface numbers 92c089a931fd iommu/sprd: Release dma buffer to avoid memory leak a2bc5241ee14 iommu/arm-smmu-v3: Acknowledge pri/event queue overflow if any aa50d0a460cc clk: tegra20: fix gcc-7 constant overflow warning 20f9bfc664d6 fs/ntfs3: Fix a possible null-pointer dereference in ni_clear() 85afd3007465 fs/ntfs3: Add length check in indx_get_root 2a67f26f70ab fs/ntfs3: Validate MFT flags before replaying logs d4b744825295 fs/ntfs3: Fix NULL dereference in ni_write_inode 1fd5b80c9339 fs/ntfs3: Enhance the attribute size check 6d3d3283e6b4 fs/ntfs3: Fix NULL pointer dereference in 'ni_write_inode' 8ebcbd1811b8 iommu/arm-smmu-qcom: Limit the SMR groups to 128 036e02dfd515 RDMA/core: Fix multiple -Warray-bounds warnings ff70ad9159fb recordmcount: Fix memory leaks in the uwrite function f3458b84c627 sched: Fix KCSAN noinstr violation 0652b54957ff mcb-pci: Reallocate memory region to avoid memory overlapping 1ba5594739d8 serial: 8250: Reinit port->pm on port specific driver unbind ee009c2abc44 usb: typec: tcpm: fix multiple times discover svids error 973f84956b2c HID: wacom: generic: Set battery quirk only when we see battery data b2069cfe1b33 spi: spi-imx: fix MX51_ECSPI_* macros when cs > 3 6293d0533cfe HID: logitech-hidpp: Reconcile USB and Unifying serials 3f1719790cc3 HID: logitech-hidpp: Don't use the USB serial for USB devices a97e60bd2896 staging: rtl8192e: Replace macro RTL_PCI_DEVICE with PCI_DEVICE 116b9c002c89 Bluetooth: L2CAP: fix "bad unlock balance" in l2cap_disconnect_rsp 392a06f965fe Bluetooth: hci_bcm: Fall back to getting bdaddr from EFI if not set c018360885f0 Bluetooth: btintel: Add LE States quirk support 7aa14a7a3a85 ipvs: Update width of source for ip_vs_sync_conn_options 52851d0c3354 nbd: fix incomplete validation of ioctl arg 3d3f8fe01a01 wifi: ath11k: Fix SKB corruption in REO destination ring 87940e4030e4 wifi: iwlwifi: dvm: Fix memcpy: detected field-spanning write backtrace 35e304dbcefa null_blk: Always check queue mode setting from configfs 82f877ec9b04 wifi: iwlwifi: pcie: Fix integer overflow in iwl_write_to_user_buf 7545f21eee13 wifi: iwlwifi: pcie: fix possible NULL pointer dereference 095018267c87 bpf: Add preempt_count_{sub,add} into btf id deny list e3e6e252d74f samples/bpf: Fix fout leak in hbm's run_bpf_prog e2759a59a4cc f2fs: fix to check readonly condition correctly d8f4ad5f3979 f2fs: fix to drop all dirty pages during umount() if cp_error is set 613f6cde5ebb ext4: Fix best extent lstart adjustment logic in ext4_mb_new_inode_pa() bc4a3e1d07a8 ext4: set goal start correctly in ext4_mb_normalize_request 203e8875d294 scsi: ufs: ufs-pci: Add support for Intel Lunar Lake 71ee06193ed7 gfs2: Fix inode height consistency check e84282efc87f scsi: message: mptlan: Fix use after free bug in mptlan_remove() due to race condition c6ed54dd9069 lib: cpu_rmap: Avoid use after free on rmap->obj array entries 1911cca5916b scsi: target: iscsit: Free cmds before session free a6f9f53d73bf net: Catch invalid index in XPS mapping e3644d15d74a net: pasemi: Fix return type of pasemi_mac_start_tx() d5eaf2a6b077 bnxt: avoid overflow in bnxt_get_nvram_directory() f91037487036 scsi: lpfc: Prevent lpfc_debugfs_lockstat_write() buffer overflow 99f8a15af6c9 ext2: Check block size validity during mount e242c66f7ecf wifi: brcmfmac: cfg80211: Pass the PMK in binary instead of hex fe913db2acef bpf: Annotate data races in bpf_local_storage aa186074b6f2 wifi: ath: Silence memcpy run-time false positive warning 9f87ee85ce1d media: Prefer designated initializers over memset for subdev pad ops 66acfe798cd0 drm/amd: Fix an out of bounds error in BIOS parser d997c920a530 ACPICA: ACPICA: check null return of ACPI_ALLOCATE_ZEROED in acpi_db_display_objects 3a7a4aa3958c ACPICA: Avoid undefined behavior: applying zero offset to null pointer 0aa3d558f14e drm/msm/dp: Clean up handling of DP AUX interrupts 33cc6ef106c9 drm/tegra: Avoid potential 32-bit integer overflow 19882a49b242 remoteproc: stm32_rproc: Add mutex protection for workqueue f4a573eed637 ACPI: EC: Fix oops when removing custom query handlers 66caf2278771 firmware: arm_sdei: Fix sleep from invalid context BUG 162a9b321538 memstick: r592: Fix UAF bug in r592_remove due to race condition dcf632bca424 media: pci: tw68: Fix null-ptr-deref bug in buf prepare and finish f0a06203f2fe media: cx23885: Fix a null-ptr-deref bug in buffer_prepare() and buffer_finish() c12733784112 arm64: dts: qcom: msm8996: Add missing DWC3 quirks 15856ab95617 regmap: cache: Return error in cache sync operations for REGCACHE_NONE e9c5fc4f3f35 drm/amd/display: Use DC_LOG_DC in the trasform pixel function 9fd5be74b38f drm/displayid: add displayid_get_header() and check bounds better 37cab61a52d6 fs: hfsplus: remove WARN_ON() from hfsplus_cat_{read,write}_inode() e30a55e98ae6 rcu: Protect rcu_print_task_exp_stall() ->exp_tasks access 718b66c5eb65 refscale: Move shutdown from wait_event() to wait_event_idle() 620a3c28221b ext4: allow ext4_get_group_info() to fail 99f7ce0fac22 ext4: allow to find by goal if EXT4_MB_HINT_GOAL_ONLY is set 1de53f2223eb ext4: fix lockdep warning when enabling MMP c53936d9fb35 ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabled 3f937d6615dd ext4: reflect error codes from ext4_multi_mount_protect() to its callers 1284253ce95a ext4: remove an unused variable warning with CONFIG_QUOTA=n 96b3233f42fb fbdev: arcfb: Fix error handling in arcfb_probe() 33b5890dfaf2 drm/i915/dp: prevent potential div-by-zero a41559ae3681 af_unix: Fix data races around sk->sk_shutdown. 610fd07c1370 af_unix: Fix a data race of sk->sk_receive_queue->qlen. 62d43dd14b1d net: datagram: fix data-races in datagram_poll() 7c8be27727fe ipvlan:Fix out-of-bounds caused by unclear skb->cb 3c9d916e39ef gve: Remove the code of clearing PBA bit 43d938a82ed1 tcp: add annotations around sk->sk_shutdown accesses 9dd9ffe11841 net: add vlan_get_protocol_and_depth() helper 538b511bc54e net: deal with most data-races in sk_wait_event() 159a81d5e5a9 net: annotate sk->sk_err write from do_recvmmsg() 1d5c8b01f1df netlink: annotate accesses to nlk->cb_running 1a2b27f2d7ac netfilter: conntrack: fix possible bug_on with enable_hooks=1 8d56f00c61f6 netfilter: nf_tables: always release netdev hooks from notifier de260d1e02cd net: Fix load-tearing on sk->sk_stamp in sock_recv_cmsgs(). 5f5549b99828 net: stmmac: Initialize MAC_ONEUS_TIC_COUNTER register b0a513ba5b28 net: stmmac: switch to use interrupt for hw crosstimestamping 46e100be0f02 linux/dim: Do nothing if no time delta between samples 2fdce3e52dc3 tick/broadcast: Make broadcast device replacement work correctly 6e455b89f02c scsi: ufs: core: Fix I/O hang that occurs when BKOPS fails in W-LUN suspend b614567e0dd8 net: mdio: mvusb: Fix an error handling path in mvusb_mdio_probe() da3cd1a81d4e ARM: 9296/1: HP Jornada 7XX: fix kernel-doc warnings ac88a1f41f93 drm/mipi-dsi: Set the fwnode for mipi_dsi_device (From OE-Core rev: e59689be96bb366233a10db22246751f484691fa) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* linux-yocto/5.15: update to v5.15.112Bruce Ashfield2023-06-063-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating to the latest korg -stable release that comprises the following commits: 9d6bde853685 Linux 5.15.112 0788273bd0a6 drm/amd/display: Fix hang when skipping modeset de9a3ed42333 RISC-V: Fix up a cherry-pick warning in setup_vm_final() 3c9b08a16978 drbd: correctly submit flush bio on barrier d0bcf6caa280 serial: 8250: Fix serial8250_tx_empty() race with DMA Tx 0b401c2cccc5 drm/msm/adreno: adreno_gpu: Use suspend() instead of idle() on load error 8beaa3cb293a ext4: fix invalid free tracking in ext4_xattr_move_to_block() 978e5e9111af ext4: remove a BUG_ON in ext4_mb_release_group_pa() 2b3b8f18c0dc ext4: bail out of ext4_xattr_ibody_get() fails for any reason f22b274429e8 ext4: add bounds checking in get_max_inline_xattr_value_size() 640c8c365999 ext4: fix deadlock when converting an inline directory in nojournal mode b2531936118d ext4: improve error handling from ext4_dirhash() b2f1314e6e36 ext4: improve error recovery code paths in __ext4_remount() 5f7d66e5e557 ext4: check iomap type only if ext4_iomap_begin() does not fail f5e687698c6d ext4: fix data races when using cached status extents 6d9a705a653e ext4: avoid a potential slab-out-of-bounds in ext4_group_desc_csum d55e76e11592 ext4: fix WARNING in mb_find_extent c5c385baee9b locking/rwsem: Add __always_inline annotation to __down_read_common() and inlined callers ed76d3a8910b ksmbd: not allow guest user on multichannel 4f9baa066749 ksmbd: fix deadlock in ksmbd_find_crypto_ctx() bc77a6e93306 ksmbd: fix racy issue while destroying session on multichannel a89ff57e4da1 ksmbd: fix kernel oops from idr_remove() 876a7e3b58e3 ksmbd: add channel rwlock 05cbc9806ae8 ksmbd: replace sessions list in connection with xarray f86a1a74d9a7 ksmbd: fix multi session connection failure bb3b772f186c ksmbd: set RSS capable in FSCTL_QUERY_NETWORK_INTERFACE_INFO 2456e2889c77 wifi: rtw88: rtw8821c: Fix rfe_option field width 615aff165bda drm/amd/display: Add NULL plane_state check for cursor disable logic c11b90aced1a drm/amd/display: Refine condition of cursor visibility for pipe-split bf16debcda5c drm/msm/adreno: fix runtime PM imbalance at gpu load bac00e57cd5e drm/msm: Remove struct_mutex usage 17eeeac92b47 drm/i915/dg2: Add HDMI pixel clock frequencies 267.30 and 319.89 MHz 6d5e6d5a70e2 drm/i915/dg2: Add additional HDMI pixel clock frequencies 06af228515d1 drm/i915/dg2: Support 4k@30 on HDMI a63c6b1eed9a ASoC: soc-pcm.c: call __soc_pcm_close() in soc_pcm_close() aa803e6ecac7 ASoC: DPCM: Don't pick up BE without substream 44b685c4bab3 ASoC: soc-pcm: Move debugfs removal out of spinlock 0d5017dea0c6 ASoC: soc-compress: Inherit atomicity from DAI link for Compress FE a536c367b0d8 ASoC: soc-pcm: Fix DPCM lockdep warning due to nested stream locks e2e5b8c72998 fs/ntfs3: Refactoring of various minor issues 5047a228d4c8 HID: wacom: insert timestamp to packed Bluetooth (BT) events db587340a004 HID: wacom: Set a default resolution for older tablets 823787470e32 drm/amdgpu: disable sdma ecc irq only when sdma RAS is enabled in suspend b39ba90d69ee drm/amdgpu: Fix vram recover doesn't work after whole GPU reset (v2) cd3c0f7013c3 drm/amdgpu/gfx: disable gfx9 cp_ecc_error_irq only when enabling legacy gfx ras 6d4b6abedd2d drm/amdgpu: fix an amdgpu_irq_put() issue in gmc_v9_0_hw_fini() db307e725d5b drm/amd/display: fix flickering caused by S/G mode 61b694b742fb drm/panel: otm8009a: Set backlight parent to panel device 8f57f3e112cf f2fs: fix potential corruption when moving a directory e2d1cc82ad50 drm/msm: fix NULL-deref on irq uninstall 8f0e1ad5327a drm/msm: fix NULL-deref on snapshot tear down 74543041c03e drm/bridge: lt8912b: Fix DSI Video Mode 9d79ccd97199 ARM: dts: s5pv210: correct MIPI CSIS clock name 137259261cd0 ARM: dts: exynos: fix WM8960 clock name in Itop Elite eb15fb94d44a remoteproc: imx_rproc: Call of_node_put() on iteration error de26e064ed9e remoteproc: st: Call of_node_put() on iteration error 8915e44eb3fb remoteproc: stm32: Call of_node_put() on iteration error 975b80702f0e sh: nmi_debug: fix return value of __setup handler 66dbc361214d sh: init: use OF_EARLY_FLATTREE for early init bb870c4b73d2 sh: mcount.S: fix build error when PRINTK is not enabled be95f9ebaf10 sh: math-emu: fix macro redefined warning 9fdf3666e3f1 SMB3: force unmount was failing to close deferred close files c3a0ae5259ea smb3: fix problem remounting a share after shutdown 17ad86d8c122 inotify: Avoid reporting event with invalid wd e51cd74e32d2 platform/x86: touchscreen_dmi: Add info for the Dexp Ursus KX210i 21de866f75de platform/x86: touchscreen_dmi: Add upside-down quirk for GDIX1002 ts on the Juno Tablet 5af78b437cd3 cifs: release leases for deferred close handles when freezing f43b5573cddc cifs: fix pcchunk length type in smb2_copychunk_range 69dfa5a2e89d btrfs: fix space cache inconsistency after error loading it from disk e0710a49799f btrfs: print-tree: parent bytenr must be aligned to sector size bcc401bb8678 btrfs: zero the buffer before marking it dirty in btrfs_redirty_list_add f264be24146b btrfs: don't free qgroup space unless specified 29478148bb3b btrfs: fix encoded write i_size corruption with no-holes 91f585024e3e btrfs: zoned: fix wrong use of bitops API in btrfs_ensure_empty_zones 77c6323dad14 btrfs: fix btrfs_prev_leaf() to not return the same key twice b13e20cc58e4 perf stat: Separate bperf from bpf_profiler 2baa45d8f55e perf evlist: Refactor evlist__for_each_cpu() 871149abc1b9 perf symbols: Fix return incorrect build_id size in elf_read_build_id() f716374c4e21 crypto: engine - fix crypto_queue backlog handling fa4e304bbd8a crypto: engine - Use crypto_request_complete e7ce4ba11635 crypto: api - Add scaffolding to change completion function signature a8cc4d5adfe5 crypto: engine - check if BH is disabled during completion 7b36a06bacf7 crypto: sun8i-ss - Fix a test in sun8i_ss_setup_ivs() b6e2d1e253a4 perf map: Delete two variable initialisations before null pointer checks in sort__sym_from_cmp() 4f128167e64b perf pmu: zfree() expects a pointer to a pointer to zero it after freeing its contents e685e2e2bd14 perf vendor events power9: Remove UTF-8 characters from JSON files a6ef72c38c23 perf scripts intel-pt-events.py: Fix IPC output for Python 2 53f7b55f6b3a net: enetc: check the index of the SFI rather than the handle a0cb00295dbe virtio_net: suppress cpu stall when free_unused_bufs b4e16ea5f146 virtio_net: split free_unused_bufs() f495e435e588 net: dsa: mt7530: fix corrupt frames using trgmii on 40 MHz XTAL MT7621 dfad4eb4c4d8 ALSA: caiaq: input: Add error handling for unsupported input methods in `snd_usb_caiaq_input_init` 10c5ea39573d drm/amdgpu: add a missing lock for AMDGPU_SCHED 54c466c60e23 af_packet: Don't send zero-byte data in packet_sendmsg_spkt(). c177dd465f5c ionic: catch failure from devlink_alloc da81af0ef809 ethtool: Fix uninitialized number of lanes 27b0d1b81f82 ionic: remove noise from ethtool rxnfc error msg d37f6a832331 octeontx2-vf: Detach LF resources on probe cleanup 00e985958b3e octeontx2-pf: Disable packet I/O for graceful exit b5ad803dec80 octeontx2-af: Skip PFs if not enabled e39148d3d719 octeontx2-af: Secure APR table update with the lock a895ab54afce rxrpc: Fix hard call timeout units f5b44b2a17ca sfc: Fix module EEPROM reporting for QSFP modules 98a20dceddf6 r8152: move setting r8153b_rx_agg_chg_indicate() 4fbf19a5bd31 r8152: fix the poor throughput for 2.5G devices d0ebe36065a8 r8152: fix flow control issue of RTL8156A 55aeff5361e6 net/sched: act_mirred: Add carrier check 59bf62f0ed7e RISC-V: mm: Enable huge page support to kernel_page_present() function cc4ae807dbef watchdog: dw_wdt: Fix the error handling path of dw_wdt_drv_probe() b36cc1c39448 writeback: fix call of incorrect macro f98f2ac30f75 net: dsa: mv88e6xxx: add mv88e6321 rsvd2cpu 56444f30619b selftests: srv6: make srv6_end_dt46_l3vpn_test more robust c5ce7c4517d6 sit: update dev->needed_headroom in ipip6_tunnel_bind_dev() cb145932fcf6 net/sched: cls_api: remove block_cb from driver_list before freeing 480577d419f9 net/ncsi: clear Tx enable mode when handling a Config required AEN 5e756a59cee6 scsi: qedi: Fix use after free bug in qedi_remove() fd6204d7724a drm/hyperv: Don't overwrite dirt_needed value set by host f8d9e062a695 fs/ntfs3: Fix null-ptr-deref on inode->i_op in ntfs_lookup() ce30b2f48b65 ASoC: soc-pcm: fix BE handling of PAUSE_RELEASE 74201b3c3e52 ASoC: soc-pcm: test refcount before triggering 2cf8c9f883de ASoC: soc-pcm: serialize BE triggers 703ebcf64aac ASoC: soc-pcm: Fix and cleanup DPCM locking c474bb800000 ASoC: soc-pcm: align BE 'atomicity' with that of the FE 13390bea97a4 ASoC: soc-pcm: use GFP_ATOMIC for dpcm structure 25361a0155a1 mailbox: zynqmp: Fix counts of child nodes f9dd36311bd5 mailbox: zynq: Switch to flexible array to simplify code 2343385fe6ee bus: mhi: host: Range check CHDBOFF and ERDBOFF a7561c04adb1 bus: mhi: host: Use mhi_tryset_pm_state() for setting fw error state 7517f62ea073 bus: mhi: host: Remove duplicate ee check for syserr 9fbf10148f31 bus: mhi: Move host MHI code to "host" directory 43b2f7d69069 ubifs: Fix memory leak in do_rename 9933a9086cea ubifs: Fix AA deadlock when setting xattr for encrypted file 21ad89e197dd crypto: ccp - Clear PSP interrupt status register before calling handler 93f8b664031b ring-buffer: Ensure proper resetting of atomic variables in ring_buffer_reset_online_cpus (From OE-Core rev: 276039dd77ad0e6276d4e4688db65150fced3d5f) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* linux-yocto/5.15: update to v5.15.111Bruce Ashfield2023-06-063-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating to the latest korg -stable release that comprises the following commits: b0ece631f84a Linux 5.15.111 0a008c5098d8 sched: Fix DEBUG && !SCHEDSTATS warn 21c2a454486d netfilter: nf_tables: deactivate anonymous set from preparation phase aa6ff950f875 arm64: dts: qcom: sdm845: correct dynamic power coefficients - again 2931ed45bfe3 sound/oss/dmasound: fix 'dmasound_setup' defined but not used 503e554782c9 debugobject: Ensure pool refill (again) 6b84832966a0 perf intel-pt: Fix CYC timestamps after standalone CBR 06106efa20f7 perf auxtrace: Fix address filter entire kernel size 11c6fb35df5c dm: don't lock fs when the map is NULL in process of resume e11765cea205 dm ioctl: fix nested locking in table_clear() to remove deadlock concern f76fcb9d43ec dm flakey: fix a crash with invalid table line a5d8c6bf58e5 dm integrity: call kmem_cache_destroy() in dm_integrity_init() error path 56e952ae6d89 dm clone: call kmem_cache_destroy() in dm_clone_init() error path f382705d0460 dm verity: fix error handling for check_at_most_once on FEC 1821a33bb23e ia64: fix an addr to taddr in huge_pte_offset() 3a57c70e9e92 s390/dasd: fix hanging blockdevice after request requeue ed7e8beb201b btrfs: scrub: reject unsupported scrub flags 14383698c0de scripts/gdb: fix lx-timerlist for Python3 33383fbe4f01 clk: rockchip: rk3399: allow clk_cifout to force clk_cifout_src to reparent e8353dea7d7d wifi: rtl8xxxu: RTL8192EU always needs full init 384a0dcac2a6 mailbox: zynqmp: Fix typo in IPI documentation 09206edff007 mailbox: zynqmp: Fix IPI isr handling 6d1af517817a mtd: core: fix error path for nvmem provider 8444b46e163a mtd: core: fix nvmem error reporting 7c253e98685e mtd: core: provide unique name for nvmem device, take two 68695084077e md/raid10: fix null-ptr-deref in raid10_sync_request 8d07d9119642 nilfs2: fix infinite loop in nilfs_mdt_get_block() 13f73ef77baa nilfs2: do not write dirty data after degenerating to read-only ab0748f246b7 ALSA: usb-audio: Add quirk for Pioneer DDJ-800 a87e5b9b4c64 parisc: Fix argument pointer in real64_call_asm() f1b4681cfa0a afs: Fix updating of i_size with dv jump from server 33f302c9bf3e mfd: tqmx86: Correct board names for TQMxE39x ce01b75447f6 mfd: tqmx86: Specify IO port register range more precisely a23b3b2be0d0 mfd: tqmx86: Do not access I2C_DETECT register through io_base 388d2578c7d7 thermal/drivers/mediatek: Use devm_of_iomap to avoid resource leak in mtk_thermal_probe bdcf9fec87b2 dmaengine: at_xdmac: do not enable all cyclic channels a5227b3be869 dmaengine: at_xdmac: Fix race for the tx desc callback 2b68028d771a dmaengine: at_xdmac: Fix concurrency over chan's completed_cookie 738a4fdbd157 dmaengine: dw-edma: Fix to enable to issue dma request on DMA processing fd6316dec20f dmaengine: dw-edma: Fix to change for continuous transfer dd23c11136ff dma: gpi: remove spurious unlock in gpi_ch_init dce3bdaee3f2 phy: tegra: xusb: Add missing tegra_xusb_port_unregister for usb2_port and ulpi_port 1cccf7c5c7f5 pwm: mtk-disp: Configure double buffering before reading in .get_state() d2798512fafc pwm: mtk-disp: Disable shadow registers before setting backlight values 8ffa1cb8bcfa leds: tca6507: Fix error handling of using fwnode_property_read_string e63e3a0fc062 dmaengine: mv_xor_v2: Fix an error code. 332ca024a82e leds: TI_LMU_COMMON: select REGMAP instead of depending on it c904a070d7cd pinctrl: renesas: r8a779a0: Remove incorrect AVB[01] pinmux configuration 40566def189c ext4: fix use-after-free read in ext4_find_extent for bigalloc + inline 18eb23891aea ext4: fix i_disksize exceeding i_size problem in paritally written case 3dc3a86b88bd SMB3: Close deferred file handles in case of handle lease break 0f87e18203bd SMB3: Add missing locks to protect deferred close file list b574e73db844 timekeeping: Fix references to nonexistent ktime_get_fast_ns() ccfede0a2cb1 openrisc: Properly store r31 to pt_regs on unhandled exceptions 1c7456aa5d3a clocksource/drivers/davinci: Fix memory leak in davinci_timer_register when init fails c87c6d50505b RDMA/mlx5: Use correct device num_ports when modify DC d2823237dabc SUNRPC: remove the maximum number of retries in call_bind_status c11e44ac1a71 RDMA/mlx5: Fix flow counter query via DEVX 7acad58049ac Input: raspberrypi-ts - fix refcount leak in rpi_ts_probe b6157a9f0fc7 clk: qcom: gcc-sm8350: fix PCIe PIPE clocks handling 33f9b8de1b00 clk: qcom: regmap: add PHY clock source implementation 0ccc1a6bac34 NFSv4.1: Always send a RECLAIM_COMPLETE after establishing lease a2bd706ab635 IB/hfi1: Fix bugs with non-PAGE_SIZE-end multi-iovec user SDMA requests 6bbc49661c31 IB/hfi1: Fix SDMA mmu_rb_node not being evicted in LRU order 00cc21e32ea1 RDMA/srpt: Add a check for valid 'mad_agent' pointer 03b9d26f33e6 RDMA/cm: Trace icm_send_rej event before the cm state is reset 30218b769845 clk: qcom: gcc-sm6115: Mark RCGs shared where applicable 5255051c8f31 RDMA/siw: Remove namespace check from siw_netdev_event() 48ba87f6e14d clk: add missing of_node_put() in "assigned-clocks" property parsing 3d7c6f2076f1 power: supply: generic-adc-battery: fix unit scaling c58ea97aa94f fs/ntfs3: Fix slab-out-of-bounds read in hdr_delete_de() cd7e1d679240 fs/ntfs3: Fix OOB read in indx_insert_into_buffer 952bbfcedbf8 fs/ntfs3: Add check for kmemdup 3030f2b9b332 fs/ntfs3: Fix memory leak if ntfs_read_mft failed d1faeb14bce3 rtc: meson-vrtc: Use ktime_get_real_ts64() to get the current time 9911be215572 RDMA/mlx4: Prevent shift wrapping in set_user_sq_size() 44438a49593a rtc: omap: include header for omap_rtc_power_off_program prototype 6d19fe968ef6 workqueue: Fix hung time report of worker pools 6c073c5a5b97 workqueue: Introduce show_one_worker_pool and show_one_workqueue. e89f95c68536 RDMA/rdmavt: Delete unnecessary NULL check 9721b14e6c8a RDMA/siw: Fix potential page_array out of range access 8d909684bdf6 clk: at91: clk-sam9x60-pll: fix return value check 623941780df3 sched/rt: Fix bad task migration for rt tasks 594d2a055526 Revert "objtool: Support addition to set CFA base" 80973ce36f4b perf/core: Fix hardlockup failure caused by perf throttle 3e09b68fc520 sched/fair: Fix inaccurate tally of ttwu_move_affine c3b9f95598b8 sched: Make struct sched_statistics independent of fair sched class 6002989848c5 sched/fair: Use __schedstat_set() in set_next_entity() 94bcf94c25aa powerpc/rtas: use memmove for potentially overlapping buffer copy f7107d44dff7 macintosh: via-pmu-led: requires ATA to be set 85842228df0e powerpc/sysdev/tsi108: fix resource printk format warnings 179cc5ab9591 powerpc/wii: fix resource printk format warnings 516c27922c96 powerpc/mpc512x: fix resource printk format warning da961d510b21 macintosh/windfarm_smu_sat: Add missing of_node_put() 5b9fc529b689 virtio_ring: don't update event idx on get_buf ee0b6146317a spmi: Add a check for remove callback when removing a SPMI driver be267f30b07e staging: rtl8192e: Fix W_DISABLE# does not work after stop/start 424cf2929635 serial: 8250: Add missing wakeup event reporting 8dfd00bfd53f tty: serial: fsl_lpuart: adjust buffer length to the intended size 59ecc2cf3466 firmware: stratix10-svc: Fix an NULL vs IS_ERR() bug in probe ee53a7a88027 usb: mtu3: fix kernel panic at qmu transfer done irq handler 6b0d399dac58 usb: chipidea: fix missing goto in `ci_hdrc_probe` 6d4325ebd8c0 usb: gadget: tegra-xudc: Fix crash in vbus_draw d96f6bc10789 sh: sq: Fix incorrect element size for allocating bitmap buffer 397eb669dac0 uapi/linux/const.h: prefer ISO-friendly __typeof__ d1c4dedcd2df scripts/gdb: raise error with reduced debugging information 2d65599ad1e4 i2c: cadence: cdns_i2c_master_xfer(): Fix runtime PM leak on error path d453f25faf68 spi: cadence-quadspi: fix suspend-resume implementations 6a129c0e9935 ASoC: fsl_mqs: move of_node_put() to the correct location 850631845531 coresight: etm_pmu: Set the module field db6f1b2bba34 HID: amd_sfh: Add support for shutdown operation b711dd0ba9b3 scripts/gdb: bail early if there are no generic PD eaecf281c27f scripts/gdb: bail early if there are no clocks 0110bfacff03 ia64: salinfo: placate defined-but-not-used warning 51395777f66d ia64: mm/contig: fix section mismatch warning/error 1a2a0d5b0617 PCI/EDR: Clear Device Status after EDR error recovery cc4f0e168a56 of: Fix modalias string generation 770d30b1355c vmci_host: fix a race condition in vmci_host_poll() causing GPF 08c7608798a9 spi: fsl-spi: Fix CPM/QE mode Litte Endian f345d4d71e87 spi: qup: Don't skip cleanup in remove's error path 77b0c0dd2c56 linux/vt_buffer.h: allow either builtin or modular for macros af9ec18aa8ee ASoC: es8316: Handle optional IRQ assignment 39287d16b2d2 PCI: imx6: Install the fault handler only on compatible match 1e58fb6b1cef usb: gadget: udc: renesas_usb3: Fix use after free bug in renesas_usb3_remove due to race condition f90822ad63d1 spi: imx: Don't skip cleanup in remove's error path e9ded9dd5d05 spi: spi-imx: using pm_runtime_resume_and_get instead of pm_runtime_get_sync 193f7fffdcaf serial: 8250_bcm7271: Fix arbitration handling f67cc4929ef9 iio: light: max44009: add missing OF device matching 7e42057532ea fpga: bridge: fix kernel-doc parameter description 72b1ce904567 serial: stm32: Re-assert RTS/DE GPIO in RS485 mode only if more data are transmitted 59ed254dd35e serial: stm32: re-introduce an irq flag condition in usart_receive_chars 4b7bb1c7be4f usb: dwc3: gadget: Change condition for processing suspend event beb12083c1ac usb: host: xhci-rcar: remove leftover quirk handling 295f3fcaa8ea pstore: Revert pmsg_lock back to a normal mutex 2491b999a60d drivers: staging: rtl8723bs: Fix locking in rtw_scan_timeout_handler() 209850f17717 drivers: staging: rtl8723bs: Fix locking in _rtw_join_timeout_handler() 1ffb2ca65051 ipmi: ASPEED_BT_IPMI_BMC: select REGMAP_MMIO instead of depending on it 43e4197dd5f6 tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp. 1d2f799c1604 net: amd: Fix link leak when verifying config failed 5d6e5c054ed2 netlink: Use copy_to_user() for optval in netlink_getsockopt(). a789192f3661 Revert "Bluetooth: btsdio: fix use after free bug in btsdio_remove due to unfinished work" a54ec573d9b8 ipv4: Fix potential uninit variable access bug in __ip_make_skb() d0b43125ec89 net/sched: sch_fq: fix integer overflow of "credit" 7a45b4e1c82b netfilter: nf_tables: don't write table validation state without mutex 8913abddad4a bpf: Don't EFAULT for getsockopt with optval=NULL 77f245ce053e net: stmmac:fix system hang when setting up tag_8021q VLAN for DSA ports a9e96eef8218 net/mlx5: E-switch, Don't destroy indirect table in split rule 05cf6f353d3c ixgbe: Enable setting RSS table to default values 624b73f77664 ixgbe: Allow flow hash to be set via ethtool e302e9ca14a8 wifi: iwlwifi: fw: fix memory leak in debugfs 53b3b1f563bc wifi: iwlwifi: mvm: check firmware response size aa11a894458d wifi: mt76: mt7921e: improve reliability of dma reset f8923ad9dd8e wifi: mt76: fix 6GHz high channel not be scanned 613b51663fc4 wifi: mt76: mt7921e: fix probe timeout after reboot 5279aaf9f5b0 wifi: mt76: add flexible polling wait-interval support ac9fec5b5688 wifi: mt76: handle failure of vzalloc in mt7615_coredump_work 210e6d01cc49 wifi: iwlwifi: make the loop for card preparation effective dff2a7b33060 jdb2: Don't refuse invalidation of already invalidated buffers 358317ad9cf4 wifi: iwlwifi: fw: move memset before early return cccf85e047c3 wifi: iwlwifi: mvm: initialize seq variable b3cecbb2571c wifi: iwlwifi: yoyo: Fix possible division by zero 4636c35b7e6e wifi: iwlwifi: yoyo: skip dump correctly on hw error 34222897e0eb md/raid10: don't call bio_start_io_acct twice for bio which experienced read error d6cfcf98b824 md/raid10: fix memleak of md thread 7f673fa34c0e md/raid10: fix memleak for 'conf->bio_split' 8d09065802c5 md/raid10: fix leak of 'r10bio->remaining' for recovery 901b4918faa4 md/raid10: fix task hung in raid10d fc04998351fe md/raid10: factor out code from wait_barrier() to stop_waiting_barrier() 39db562b3fed md: raid10 add nowait support 74af08efa5cd md: drop queue limitation for RAID1 and RAID10 337d1d88be9d bpf, sockmap: Revert buggy deadlock fix in the sockhash and sockmap 12e70c6f4ed8 selftests/bpf: Fix leaked bpf_link in get_stackid_cannot_attach 103a4275420e nvme-fcloop: fix "inconsistent {IN-HARDIRQ-W} -> {HARDIRQ-ON-W} usage" 9fe41e648254 nvme: fix async event trace event 13475e639162 nvme: handle the persistent internal error AER 30b9073583ac nvmet: fix I/O Command Set specific Identify Controller 42bcbc2a90a8 nvmet: fix Identify Active Namespace ID list handling 92cf81746ebc nvmet: fix Identify Controller handling ac86d59eaa69 nvmet: fix Identify Namespace handling c7e98afecab2 nvmet: fix error handling in nvmet_execute_identify_cns_cs_ns() 537083b1275c nvmet: move the call to nvmet_ns_changed out of nvmet_ns_revalidate 080826d16758 nvmet: use i_size_read() to set size for file-ns f333854dce4a bpf, sockmap: fix deadlocks in the sockhash and sockmap c8a67bc85772 net: ethernet: stmmac: dwmac-rk: fix optional phy regulator handling fd8c83d8375b scsi: lpfc: Fix ioremap issues in lpfc_sli4_pci_mem_setup() 9a7f63283af6 f2fs: fix to avoid use-after-free for cached IPU bio 119f278ea9c1 xsk: Fix unaligned descriptor validation 1056b209935d crypto: drbg - Only fail when jent is unavailable in FIPS mode 9317d6612011 crypto: drbg - make drbg_prepare_hrng() handle jent instantiation errors 80bfd8b184d8 bpftool: Fix bug for long instructions in program CFG dumps afdc3a4bd77d selftests/bpf: Wait for receive in cg_storage_multi test c5fa99bce673 selftests: xsk: Disable IPv6 on VETH1 c4afd6410f3c net: qrtr: correct types of trace event parameters eb77c0c0a17c wifi: rt2x00: Fix memory leak when handling surveys 0b0c3e37a43f wifi: rtlwifi: fix incorrect error codes in rtl_debugfs_set_write_reg() 0a847af3cb40 wifi: rtlwifi: fix incorrect error codes in rtl_debugfs_set_write_rfreg() 3e660d117513 crypto: sa2ul - Select CRYPTO_DES d82d82e0372b crypto: caam - Clear some memory in instantiate_rng 169134da419c f2fs: compress: fix to call f2fs_wait_on_page_writeback() in f2fs_write_raw_pages() d0cf44f06dd4 f2fs: apply zone capacity to all zone type 2cc6a05661ad f2fs: enforce single zone capacity e5a56f13ba2d f2fs: handle dqget error in f2fs_transfer_project_quota() 6d6415e5bce2 scsi: megaraid: Fix mega_cmd_done() CMDID_INT_CMDS eb4cf26d2e86 scsi: target: iscsit: Fix TAS handling during conn cleanup 9158c86fd323 scsi: target: Fix multiple LUN_RESET handling ad4a647aa587 net/packet: convert po->auxdata to an atomic flag f1a111ca05ce net/packet: convert po->origdev to an atomic flag c3238c7dbed9 net/packet: annotate accesses to po->xmit 97e7b1c1da12 vlan: partially enable SIOCSHWTSTAMP in container 5f44dfa841e9 net: pcs: xpcs: remove double-read of link state when using AN a7282fc797df bpf: Remove misleading spec_v1 check on var-offset stack read 60f9ed23b954 selftests/bpf: Fix a fd leak in an error path in network_helpers.c 9b9e803b4823 scm: fix MSG_CTRUNC setting condition for SO_PASSSEC 670754766ac3 bpf: fix precision propagation verbose logging c022b09fcc32 bpf: take into account liveness when propagating precision 23634d119ca7 wifi: rtw88: mac: Return the original error from rtw_mac_power_switch() 3fc0be9f48ff wifi: rtw88: mac: Return the original error from rtw_pwr_seq_parser() 2ba1e4a623bf tools: bpftool: Remove invalid \' json escape 484d95c69fc1 wifi: ath6kl: reduce WARN to dev_dbg() in callback 19ba40acb170 wifi: brcmfmac: support CQM RSSI notification with older firmware 378364abbe55 wifi: ath5k: fix an off by one check in ath5k_eeprom_read_freq_list() 59073060fe09 wifi: ath9k: hif_usb: fix memory leak of remain_skbs 104b1b48b679 wifi: ath6kl: minor fix for allocation size d1138f118f43 hwmon: (pmbus/fsp-3y) Fix functionality bitmask in FSP-3Y YM-2151E f1d68061b074 cpufreq: use correct unit when verify cur freq a55050c7989c tick/common: Align tick period with the HZ tick. 54202488c835 drm/i915: Make intel_get_crtc_new_encoder() less oopsy 500ffa58e70b debugobject: Prevent init race with static objects af04d8d3c156 arm64: kgdb: Set PSTATE.SS to 1 to re-enable single-step 00132fab90ea x86/ioapic: Don't return 0 from arch_dynirq_lower_bound() ad6481f49fb2 regulator: stm32-pwr: fix of_iomap leak b8c2678d0fe7 media: venus: dec: Fix handling of the start cmd 2ed8f8c09d2a media: rc: gpio-ir-recv: Fix support for wake-up 4b1afffdd940 drm/amd/display: Fix potential null dereference 2322b262d220 media: rcar_fdp1: Fix refcount leak in probe and remove function 5847021f8052 media: rcar_fdp1: Convert to platform remove callback returning void d18789f43484 platform: Provide a remove callback that returns no value 825281f34bec media: rcar_fdp1: Fix the correct variable assignments 3c300022c188 media: rcar_fdp1: Make use of the helper function devm_platform_ioremap_resource() 2f48c0a463a3 media: saa7134: fix use after free bug in saa7134_finidev due to race condition c94388b5b909 media: dm1105: Fix use after free bug in dm1105_remove due to race condition cac0f4f36e22 media: rkvdec: fix use after free bug in rkvdec_remove d991f6139fa6 x86/apic: Fix atomic update of offset in reserve_eilvt_offset() 1e3056b8067c regulator: core: Avoid lockdep reports when resolving supplies 4e5c9738185b regulator: core: Consistently set mutex_owner when using ww_mutex_lock_slow() 678b3f29aaaf drm/ttm/pool: Fix ttm_pool_alloc error path b19bebc96381 drm/ttm: optimize pool allocations a bit v2 1e26766dc83a arm64: dts: qcom: msm8994-msft-lumia-octagon: drop unit address from PMI8994 regulator bee1a285732a arm64: dts: qcom: msm8994-kitakami: drop unit address from PMI8994 regulator fb0bea59d078 arm64: dts: qcom: sc7180-trogdor-lazor: correct trackpad supply 8853aab16787 mailbox: mpfs: switch to txdone_poll 623275db2841 drm/lima/lima_drv: Add missing unwind goto in lima_pdev_probe() 5a8aedb7b9fe ACPI: VIOT: Initialize the correct IOMMU fwspec 111af9798356 firmware: arm_scmi: Fix xfers allocation on Rx channel 657776d47bed ARM: dts: gta04: fix excess dma channel usage d3047a1b0422 drm: rcar-du: Fix a NULL vs IS_ERR() bug 3cfaa8713e8b mmc: sdhci-of-esdhc: fix quirk to ignore command inhibit for data 60cadfcfa44c ACPI: processor: Fix evaluating _PDC method when running as Xen dom0 aa8d52ddf7c8 drm/amd/display/dc/dce60/Makefile: Fix previous attempt to silence known override-init warnings d28ec12c48dd drm: msm: adreno: Disable preemption on Adreno 510 2ad781393eb3 drm/msm/adreno: drop bogus pm_runtime_set_active() 86c1a99528c6 drm/msm/adreno: Defer enabling runpm until hw_init() 1ad4b8c4552b media: max9286: Free control handler 3d7003c400ca drm/bridge: adv7533: Fix adv7533_mode_valid for adv7533 and adv7535 a3ea89b5978d firmware: qcom_scm: Clear download bit during reboot ca4ce92e3ec9 media: av7110: prevent underflow in write_ts_to_decoder() 519b08494011 media: bdisp: Add missing check for create_workqueue 11c58a0c1937 x86/MCE/AMD: Use an u64 for bank_map 88a9d3c0b59a ARM: dts: qcom: ipq8064: Fix the PCI I/O port range 112ff0f25305 ARM: dts: qcom: ipq8064: reduce pci IO size to 64K 99e7b14569da ARM: dts: qcom: ipq4019: Fix the PCI I/O port range 96158bfc764f arm64: dts: qcom: sm8250: Fix the PCI I/O port range cc1ae8710ac4 arm64: dts: qcom: msm8996: Fix the PCI I/O port range 656657bdeb8a arm64: dts: qcom: ipq6018: Fix the PCI I/O port range a19c40b97908 arm64: dts: qcom: ipq8074: Fix the PCI I/O port range 9f89689d8b9d arm64: dts: qcom: msm8998: Fix the PCI I/O port range 16111402966e arm64: dts: qcom: sdm845: Fix the PCI I/O port range 3e7be9b63264 arm64: dts: qcom: sdm845: correct dynamic power coefficients a9e9a4a62725 arm64: dts: qcom: msm8998: Fix stm-stimulus-base reg name a46878476c55 arm64: dts: broadcom: bcmbca: bcm4908: fix procmon nodename 1994284cb922 arm64: dts: broadcom: bcmbca: bcm4908: fix NAND interrupt name 6ae67829fa5e arm64: dts: Move BCM4908 dts to bcmbca folder fe8ab85ed495 arm64: dts: Add base DTS file for bcmbca device Asus GT-AX6000 aefde9ada466 ARM64: dts: Add DTS files for bcmbca SoC BCM6858 273be36e4209 arm64: dts: Add DTS files for bcmbca SoC BCM4912 fe07b3b5af01 arm64: dts: Add DTS files for bcmbca SoC BCM63158 77112d23a671 arm64: dts: broadcom: bcm4908: add DT for Netgear RAXE500 a53862a20239 arm64: dts: ti: k3-j721e-main: Remove ti,strobe-sel property e3143e6cca0a regulator: core: Shorten off-on-delay-us for always-on/boot-on by time since booted 30b4edaf221d EDAC/skx: Fix overflows on the DRAM row address mapping arrays d450fa865750 drm/msm/disp/dpu: check for crtc enable rather than crtc active to release shared resources 62cd3e056123 arm64: dts: renesas: r8a774c0: Remove bogus voltages from OPP table 667c86b2a941 arm64: dts: renesas: r8a77990: Remove bogus voltages from OPP table 6a50350033e0 soc: ti: pm33xx: Fix refcount leak in am33xx_pm_probe fb2a6e00291a tools/x86/kcpuid: Fix avx512bw and avx512lvl fields in Fn00000007 00f79abccc5b drm/probe-helper: Cancel previous job before starting new one 9fde84fb59e5 drm/vgem: add missing mutex_destroy a51b71af169f drm/rockchip: Drop unbalanced obj unref 0834a2b554e5 erofs: fix potential overflow calculating xattr_isize 060fecf1114f erofs: stop parsing non-compact HEAD index if clusterofs is invalid 5a37916d988e tpm, tpm_tis: Claim locality when interrupts are reenabled on resume 46da635566dc tpm, tpm: Implement usage counter for locality 51162b05a44c tpm, tpm_tis: Claim locality before writing interrupt registers b665edd7a585 tpm, tpm_tis: Disable interrupts if tpm_tis_probe_irq() failed fd9b4b2bff6b tpm, tpm_tis: Claim locality before writing TPM_INT_ENABLE register 8c08c74de718 tpm, tpm_tis: Do not skip reset of original interrupt vector dfa1e84b774c selinux: ensure av_permissions.h is built when needed 8a3a1f7b54b8 selinux: fix Makefile dependencies of flask.h 08e403705778 selftests/resctrl: Check for return value after write_schemata() 25661fe5f658 selftests/resctrl: Allow ->setup() to return errors b5adaf5045d0 selftests/resctrl: Move ->setup() call outside of test specific branches f9eeea03a5e7 selftests/resctrl: Extend CPU vendor detection ebd40f52de19 selftests/resctrl: Return NULL if malloc_and_init_memory() did not alloc mem 988901984ddd rcu: Fix missing TICK_DEP_MASK_RCU_EXP dependency check 74f06429b727 sound/oss/dmasound: fix build when drivers are mixed =y/=m c628b07d5974 xfs: don't consider future format versions valid ce840284929b ubifs: Free memory for tmpfile name 20ef288612e5 ubi: Fix return value overwrite issue in try_write_vid_and_data() 3ae75f82c33f ubifs: Fix memleak when insert_old_idx() failed 149ea56995c2 Revert "ubifs: dirty_cow_znode: Fix memleak in error handling path" dc299bd1d5c4 iommu/amd: Fix "Guest Virtual APIC Table Root Pointer" configuration in IRTE b7bc8f6c8a31 tracing: Fix permissions for the buffer_percent file b91a5aa1e7ea riscv: mm: remove redundant parameter of create_fdt_early_page_table ec1814116fa4 i2c: omap: Fix standard mode false ACK readings 671f21fbcb47 ksmbd: fix memleak in session setup 227eb2689b44 ksmbd: fix NULL pointer dereference in smb2_get_info_filesystem() c053e389db0d ksmbd: call rcu_barrier() in ksmbd_server_exit() 2db4b91480b2 writeback, cgroup: fix null-ptr-deref write in bdi_split_work_to_wbs 0b46ee654a9d relayfs: fix out-of-bounds access in relay_file_read a18bdaca46d0 KVM: nVMX: Emulate NOPs in L2, and PAUSE if it's not intercepted a79fb2ce4fbe reiserfs: Add security prefix to xattr name in reiserfs_security_write() 4c3d1a6720ae rcu: Avoid stack overflow due to __rcu_irq_enter_check_tick() being kprobe-ed 09e177d6f7ed crypto: safexcel - Cleanup ring IRQ workqueues on load failure 63b7fbaa1278 crypto: api - Demote BUG_ON() in crypto_unregister_alg() to a WARN_ON() c63741e872fc ring-buffer: Sync IRQ works before buffer destruction 333f49fcf0e7 pinctrl: qcom: lpass-lpi: set output value before enabling output 3028ac7dc0c0 soundwire: qcom: correct setting ignore bit on v1.5.1 01fefb82fd79 pwm: meson: Fix g12a ao clk81 name dcf6611e80f9 pwm: meson: Fix axg ao mux parents 2104e15b0072 wifi: mt76: add missing locking to protect against concurrent rx/status calls 4a07d2d511e2 kheaders: Use array declaration instead of char 99d561199bf8 ipmi: fix SSIF not responding under certain cond. 8fddbd9c5c86 ipmi:ssif: Add send_retries increment 3ef93b7bd9e0 MIPS: fw: Allow firmware to pass a empty env e047e40676d1 tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystem 9c0b37d0da47 xhci: fix debugfs register accesses while suspended 321e16a5709e tty: Prevent writing chars during tcsetattr TCSADRAIN/FLUSH fa30909fbd1f staging: iio: resolver: ads1210: fix config mode ac44e1275dae ext4: use ext4_journal_start/stop for fast commit transactions 5bb4005fb667 blk-crypto: make blk_crypto_evict_key() more robust f8d9d6c3ffcc blk-crypto: make blk_crypto_evict_key() return void d206f79d9cd6 blk-mq: release crypto keyslot before reporting I/O complete 2c62f4abd714 posix-cpu-timers: Implement the missing timer_wait_running callback dca7427a8b12 hwmon: (adt7475) Use device_property APIs when configuring polarity d50321946ec0 hwmon: (k10temp) Check range scale when CUR_TEMP register is read-write d40fa6f78835 USB: dwc3: fix runtime pm imbalance on unbind 9436221ea250 USB: dwc3: fix runtime pm imbalance on probe errors bfd693628192 IMA: allow/fix UML builds c23e103fd736 PCI: qcom: Fix the incorrect register usage in v2.7.0 config 8a0b61e5a7d2 PCI: pciehp: Fix AB-BA deadlock between reset_lock and device_lock 402d2b1d54b7 arm64: Stash shadow stack pointer in the task struct on interrupt 21cc4e5304d2 arm64: Always load shadow stack pointer directly from the task struct a00f75f71fca wifi: mt76: mt7921e: Set memory space enable in PCI_COMMAND if unset a646556769e1 wireguard: timers: cast enum limits members to int in prints 95ec7a59ceb2 x86/cpu: Add model number for Intel Arrow Lake processor 520820400608 asm-generic/io.h: suppress endianness warnings for readq() and writeq() 5e3c87e4d3bd selftests mount: Fix mount_setattr_test builds failed e1383b440132 ASoC: Intel: bytcr_rt5640: Add quirk for the Acer Iconia One 7 B1-750 21976532f274 iio: adc: palmas_gpadc: fix NULL dereference on rmmod 50015dbdec70 x86/hyperv: Block root partition functionality in a Confidential VM a7d91f67a10a ASoC: soc-pcm: fix hw->formats cleared by soc_pcm_hw_init() for dpcm cf5b14b8de0d ASOC: Intel: sof_sdw: add quirk for Intel 'Rooks County' NUC M15 (From OE-Core rev: 5425b3557b6efdba07bd3efa51c647bd62d5259b) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* linux-yocto/5.15: update to v5.15.110Bruce Ashfield2023-06-063-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | Updating to the latest korg -stable release that comprises the following commits: 8a7f2a5c5aa1 Linux 5.15.110 cab0f985037b riscv: No need to relocate the dtb as it lies in the fixmap region 1f09c9bab723 riscv: Do not set initial_boot_params to the linear address of the dtb bbf94b042155 riscv: Move early dtb mapping into the fixmap region ccb29694c2da selftests: mptcp: join: fix "invalid address, ADD_ADDR timeout" 0994aa001fde driver core: Don't require dynamic_debug for initcall_debug probe timing 3dcebcaa258c USB: serial: option: add UNISOC vendor and TOZED LT70C product f1e6a14d5ae8 bluetooth: Perform careful capability checks in hci_sock_ioctl() 39c472809aab drm/fb-helper: set x/yres_virtual in drm_fb_helper_check_var 936a23293bbb wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies() 2bd716c6e4d1 KVM: arm64: Fix buffer overflow in kvm_arm_set_fw_reg() 00f74003edf5 KVM: arm64: Retry fault if vma_lookup() results become invalid c1da649699e1 selftests/kselftest/runner/run_one(): allow running non-executable files c88435054153 PCI/ASPM: Remove pcie_aspm_pm_state_change() (From OE-Core rev: 8fb28c7f71888d65c170c9f5400438a077860c6f) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* linux-yocto/5.15: update to v5.15.109Bruce Ashfield2023-06-063-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating to the latest korg -stable release that comprises the following commits: f48aeeaaa64c Linux 5.15.109 4aed6b5809bb soc: sifive: l2_cache: fix missing of_node_put() in sifive_l2_init() 71e7ed6e3aa9 soc: sifive: l2_cache: fix missing free_irq() in error path in sifive_l2_init() 48c5fd373345 soc: sifive: l2_cache: fix missing iounmap() in error path in sifive_l2_init() 2a2a502af466 ASN.1: Fix check for strdup() success 9fc2e7f2cf47 ASoC: fsl_asrc_dma: fix potential null-ptr-deref 0431e1323f42 mm/page_alloc: fix potential deadlock on zonelist_update_seq seqlock 144ff55623e2 iio: adc: at91-sama5d2_adc: fix an error code in at91_adc_allocate_trigger() e589986ef037 counter: 104-quad-8: Fix race condition between FLAG and CNTR reads 78559037632b pwm: hibvt: Explicitly set .polarity in .get_state() 2147e7c2d26f pwm: iqs620a: Explicitly set .polarity in .get_state() a2ab4924f0c8 pwm: meson: Explicitly set .polarity in .get_state() dbc7a6d1ec8e sctp: Call inet6_destroy_sock() via sk->sk_destruct(). 4f66b180a622 dccp: Call inet6_destroy_sock() via sk->sk_destruct(). b60d534d1e70 inet6: Remove inet6_destroy_sock() in sk->sk_prot->destroy(). dd042131386f tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct(). dabbe97f369b udp: Call inet6_destroy_sock() in setsockopt(IPV6_ADDRFORM). d58366aab868 fuse: fix deadlock between atomic O_TRUNC and page invalidation e21d9c606839 fuse: always revalidate rename target dentry c10a5b340681 fuse: fix attr version comparison in fuse_read_update_size() 1e5c686087dc purgatory: fix disabling debug info a134b2ac4127 docs: futex: Fix kernel-doc references after code split-up preparation 66dd55279174 MIPS: Define RUNTIME_DISCARD_EXIT in LD script e779884c713f sched/fair: Fixes for capacity inversion detection 4ee882e0e1ed sched/uclamp: Fix a uninitialized variable warnings 98762616db0b sched/fair: Consider capacity inversion in util_fits_cpu() 99b704ae7a17 sched/fair: Detect capacity inversion 1de6ee9d812c sched/uclamp: Cater for uclamp in find_energy_efficient_cpu()'s early exit condition a77e3c0e067d sched/uclamp: Make cpu_overutilized() use util_fits_cpu() ac407e5102e9 sched/uclamp: Fix fits_capacity() check in feec() 46c631fe5a94 mm: page_alloc: skip regions with hugetlbfs pages when allocating 1G pages 981e276dd965 mm/khugepaged: check again on anon uffd-wp during isolation 29562319cba0 drm/i915: Fix fast wake AUX sync len afbfd70cb1a0 mmc: sdhci_am654: Set HIGH_SPEED_ENA for SDR12 and SDR25 1aaa1e0a9a0f kernel/sys.c: fix and improve control flow in __sys_setres[ug]id() ebab1a86ca3e memstick: fix memory leak if card device is never registered 8c168553abce nilfs2: initialize unused bytes in segment summary blocks e513fb5cadc4 iio: light: tsl2772: fix reading proximity-diodes from device tree c15737965434 rtmutex: Add acquire semantics for rtmutex lock acquisition slow path a8466e335f58 platform/x86: gigabyte-wmi: add support for X570S AORUS ELITE 4a2a34a75f3e xen/netback: use same error messages for same errors 08e774db2ef1 nvme-tcp: fix a possible UAF when failing to allocate an io queue 1b91bfae3ee1 s390/ptrace: fix PTRACE_GET_LAST_BREAK error handling 357fa038d93d net: dsa: b53: mmap: add phy ops 583d2abf1374 scsi: core: Improve scsi_vpd_inquiry() checks 139bea1d3aa1 scsi: megaraid_sas: Fix fw_crash_buffer_show() 73890c48849d selftests: sigaltstack: fix -Wuninitialized c2680efa1507 platform/x86 (gigabyte-wmi): Add support for A320M-S2H V2 fd3e899340e1 Input: i8042 - add quirk for Fujitsu Lifebook A574/H 14bb1fb893db f2fs: Fix f2fs_truncate_partial_nodes ftrace event 0ebc93afdaf6 e1000e: Disable TSO on i219-LM card to increase speed e722ea6dae2c bpf: Fix incorrect verifier pruning due to missing register precision taints 25e50cdf9f63 spi: spi-rockchip: Fix missing unwind goto in rockchip_sfc_probe() cbce626dcd23 mlxsw: pci: Fix possible crash during initialization 4eee0d9d3c11 net: rpl: fix rpl header size calculation 92e0bc5e34ad bonding: Fix memory leak when changing bond type to Ethernet b24026f1409c mlxfw: fix null-ptr-deref in mlxfw_mfa2_tlv_next() 5610d81d0214 bnxt_en: Do not initialize PTP on older P3/P4 chips 7ff875ee15bc netfilter: nf_tables: tighten netlink attribute requirements for catch-all elements 0a397535d189 netfilter: nf_tables: validate catch-all set elements 25f1b40cf9b2 i40e: fix i40e_setup_misc_vector() error handling 536ed39cbec8 i40e: fix accessing vsi->active_filters without holding lock 8089d724dd7a netfilter: nf_tables: fix ifdef to also consider nf_tables=m 69ea11769b8d sfc: Fix use-after-free due to selftest_work aa16f7b99d23 sfc: Split STATE_READY in to STATE_NET_DOWN and STATE_NET_UP. b36d82ddc74e virtio_net: bugfix overflow inside xdp_linearize_page() 1ffc0e810551 net: sched: sch_qfq: prevent slab-out-of-bounds in qfq_activate_agg fe0d832ea0e6 regulator: fan53555: Fix wrong TCS_SLEW_MASK 976f8482e459 regulator: fan53555: Explicitly include bits header cb9b96c154a1 netfilter: br_netfilter: fix recent physdev match breakage beb1c8576c23 arm64: dts: imx8mm-evk: correct pmic clock source 863473055d1d arm64: dts: meson-g12-common: specify full DMC range dd6bd054a92c arm64: dts: qcom: ipq8074-hk01: enable QMP device, not the PHY node bd129e4c9e34 ARM: dts: rockchip: fix a typo error for rk3288 spdif node (From OE-Core rev: 3411b2b442c44fa932e3d6065a95078a6f541dd9) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* yocto-bsps: update to v5.15.106Bruce Ashfield2023-05-311-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating linux-yocto/5.15 to the latest korg -stable release that comprises the following commits: d86dfc4d95cd Linux 5.15.106 06a948b8347c x86/PVH: avoid 32-bit build warning when obtaining VGA console info 3abdf6d71fdb hsr: ratelimit only when errors are printed fcc09ef87e79 libbpf: Fix btf_dump's packed struct determination 74059587b25d selftests/bpf: Add few corner cases to test padding handling of btf_dump c74ae8678dfa libbpf: Fix BTF-to-C converter's padding logic 17a61d1e9431 selftests/bpf: Test btf dump for struct with padding only fields 6777291c7b14 zonefs: Fix error message in zonefs_file_dio_append() 71ab5c1d506d KVM: x86: Purge "highest ISR" cache when updating APICv state 61e0863dc8dd KVM: x86: Inject #GP on x2APIC WRMSR that sets reserved bits 63:32 4483dc41d123 KVM: VMX: Move preemption timer <=> hrtimer dance to common x86 a58d4e66712b s390/uaccess: add missing earlyclobber annotations to __clear_user() 1dfccde646aa KVM: arm64: Disable interrupts while walking userspace PTs 25e74e728168 drm/amd/display: Add DSC Support for Synaptics Cascaded MST Hub 3bfedfdbf92b drm/etnaviv: fix reference leak when mmaping imported buffer fd1f48613e9f rcu: Fix rcu_torture_read ftrace event 9097ba15ea5c xtensa: fix KASAN report for show_stack 8861429f883e ALSA: hda/realtek: Add quirk for Lenovo ZhaoYang CF4620Z 77ab3e5f9873 ALSA: hda/realtek: Add quirks for some Clevo laptops f775413ffeff ALSA: usb-audio: Fix regression on detection of Roland VS-100 b39d42ed67d5 ALSA: hda/conexant: Partial revert of a quirk for Lenovo 305a171cf617 NFSv4: Fix hangs when recovering open state after a server reboot 7624973bc15b powerpc: Don't try to copy PPR for task with NULL pt_regs 3a9510113f5b pinctrl: at91-pio4: fix domain name assignment 6c1bc7b50e02 pinctrl: amd: Disable and mask interrupts on resume 45ed4e5149e8 net: phy: dp83869: fix default value for tx-/rx-internal-delay 0f75ef136169 xen/netback: don't do grant copy across page boundary 8a581b71cf68 can: j1939: prevent deadlock by moving j1939_sk_errqueue() a3373a681d9a zonefs: Always invalidate last cached page on append write c1310fc7abe6 btrfs: scan device in non-exclusive mode c976f9233ef9 btrfs: fix race between quota disable and quota assign ioctls 1484852ca152 Input: goodix - add Lenovo Yoga Book X90F to nine_bytes_report DMI table b64305185b76 cifs: fix DFS traversal oops without CONFIG_CIFS_DFS_UPCALL 0a2e0baf3677 cifs: prevent infinite recursion in CIFSGetDFSRefer() a5075c097de1 Input: focaltech - use explicitly signed char type cf43bc826159 Input: alps - fix compatibility with -funsigned-char 16c951f3eba4 iommu/vt-d: Allow zero SAGAW if second-stage not supported e4fbeaa31362 pinctrl: ocelot: Fix alt mode for ocelot 76f09582a191 net: ethernet: mtk_eth_soc: fix flow block refcounting logic 9caf3cbf1224 net: dsa: mv88e6xxx: Enable IGMP snooping on user ports only 4c6c0e8510a2 bnxt_en: Add missing 200G link speed reporting c519174366a3 bnxt_en: Fix typo in PCI id to device description string mapping 24722a0e0925 bnxt_en: Fix reporting of test result in ethtool selftest 3e3654bf679f i40e: fix registers dump after run ethtool adapter self test 8d7b0b22ea22 net: ipa: compute DMA pool size properly 81d2a7e93c83 ALSA: ymfpci: Fix BUG_ON in probe function 95642872c466 ALSA: ymfpci: Create card with device-managed snd_devm_card_new() 9cb4f23e4f7a ice: fix invalid check for empty list in ice_sched_assoc_vsi_to_agg() 938eba5b434d ice: add profile conflict check for AVF FDIR 0ea60b230d19 smsc911x: avoid PHY being resumed when interface is not up 41f77a6d9841 net: mvpp2: parser fix PPPoE ec117d22f143 net: mvpp2: parser fix QinQ 18d6e95fbb08 net: mvpp2: classifier flow fix fragmentation flags aa45d3dd74e9 loop: LOOP_CONFIGURE: send uevents for partitions 83ee49ab185d loop: suppress uevents while reconfiguring the device aa2bff25e9bb s390/vfio-ap: fix memory leak in vfio_ap device driver bf70e0eab64c can: bcm: bcm_tx_setup(): fix KMSAN uninit-value in vfs_write 959348f7c300 platform/x86/intel/pmc: Alder Lake PCH slp_s0_residency fix c8e7ff3071bf drm/i915/tc: Fix the ICL PHY ownership check in TC-cold state 61e2e6d444cd net: stmmac: don't reject VLANs when IFF_PROMISC is set 2d5cebf57296 net/net_failover: fix txq exceeding warning 829a0d013c00 regulator: Handle deferred clk 75155f4d8dcd r8169: fix RTL8168H and RTL8107E rx crc error 4597e104a365 net: dsa: microchip: ksz8863_smi: fix bulk access c0de1a26e659 ptp_qoriq: fix memory leak in probe() d84796008a89 scsi: mpt3sas: Don't print sense pool info twice 27b1ae000bf1 scsi: megaraid_sas: Fix crash after a double completion d63a83146d25 sfc: ef10: don't overwrite offload features at NIC reset 7ea88e90dabb SUNRPC: fix shutdown of NFS TCP client socket 34c554376ec9 mtd: rawnand: meson: invalidate cache on polling ECC bit dae47bf0222e platform/x86: think-lmi: Add possible_values for ThinkStation e91ffea491af platform/x86: think-lmi: only display possible_values if available fbfd5f59fa5c platform/x86: think-lmi: use correct possible_values delimiters 2c67f08bdc5f platform/x86: think-lmi: add missing type attribute cb1baad60e5d ALSA: usb-audio: Fix recursive locking at XRUN during syncing 65b723644294 mips: bmips: BCM6358: disable RAC flush for TP1 e38b0ab9dba3 ca8210: Fix unsigned mac_len comparison with zero in ca8210_skb_tx() 5362344e1c2c tracing: Fix wrong return in kprobe_event_gen_test.c 19c71156fa92 tools/power turbostat: fix decoding of HWP_STATUS f8580c0a3279 tools/power turbostat: Fix /dev/cpu_dma_latency warnings 6494344d7ef7 fbdev: au1200fb: Fix potential divide by zero f9c5deee4b66 fbdev: lxfb: Fix potential divide by zero 86c8db5d12f4 fbdev: intelfb: Fix potential divide by zero c22a8d3ae54a fbdev: nvidia: Fix potential divide by zero 9de1325bc2cc sched_getaffinity: don't assume 'cpumask_size()' is fully initialized f9584dcc5549 fbdev: tgafb: Fix potential divide by zero d23f65f08247 ALSA: hda/ca0132: fixup buffer overrun at tuning_ctl_set() cb1bc1223906 ALSA: asihpi: check pao in control_message() 1ec57d1bed38 net: hsr: Don't log netdev_err message on unknown prp dst node 4e90e52616f6 x86/PVH: obtain VGA console info in Dom0 5175ed17a5a8 md: avoid signed overflow in slot_store() da35a4e6eee5 ASoC: codecs: tx-macro: Fix for KASAN: slab-out-of-bounds 0725daaa9a87 xfrm: Zero padding when dumping algos and encap 7258c58f6e25 bus: imx-weim: fix branch condition evaluates to a garbage value 07987422023e ksmbd: don't terminate inactive sessions after a few seconds 0c873ab68fcb kcsan: avoid passing -g for test b27e663cf1e5 kernel: kcsan: kcsan_test: build without structleak plugin 1450c82a16bb usb: dwc3: gadget: Add 1ms delay after end transfer command without IOC 1536e51c30ad usb: dwc3: gadget: move cmd_endtransfer to extra function 0f7fddb5a9b7 fsverity: don't drop pagecache at end of FS_IOC_ENABLE_VERITY c957cbb87315 Linux 5.15.105 ec5b78143535 NFSD: fix use-after-free in __nfs42_ssc_open() a9e53869cb43 ocfs2: fix data corruption after failed write 5229bb42fba2 mm: kfence: fix using kfence_metadata without initialization in show_object() 7a74603c248d sched/fair: Sanitize vruntime of entity being migrated ab938a0c81eb sched/fair: sanitize vruntime of entity being placed 1ac20290f6b4 dm crypt: avoid accessing uninitialized tasklet eb485b7404a2 dm crypt: add cond_resched() to dmcrypt_write() 443c9d522397 dm stats: check for and propagate alloc_percpu failure 272dc775a52f i2c: xgene-slimpro: Fix out-of-bounds bug in xgene_slimpro_i2c_xfer() 8e69fae32e88 firmware: arm_scmi: Fix device node validation for mailbox transport 02b296978a21 tee: amdtee: fix race condition in amdtee_open_session 9c7ee9471550 riscv: Handle zicsr/zifencei issues between clang and binutils c10023682096 riscv: mm: Fix incorrect ASID argument when flushing TLB 555ec88c75ad drm/i915: Preserve crtc_state->inherited during state clearing 476b3f03dca8 drm/i915/active: Fix missing debug object activation ef3c38f33b62 drm/amdgpu/nv: Apply ASPM quirk on Intel ADL + AMD Navi fdd5b4e37200 drm/meson: fix missing component unbind on bind errors 071a69cde196 drm/bridge: lt8912b: return EPROBE_DEFER if bridge is not found 5bb105cc72be nilfs2: fix kernel-infoleak in nilfs_ioctl_wrap_copy() 8ec5e996c2f8 wifi: mac80211: fix qos on mesh interfaces 51a8534c0f35 ksmbd: return unsupported error on smb1 mount 496e186bc005 ksmbd: return STATUS_NOT_SUPPORTED on unsupported smb2.0 dialect 604a4a6f8414 ksmbd: set FILE_NAMED_STREAMS attribute in FS_ATTRIBUTE_INFORMATION 52e7ac849971 KVM: x86: hyper-v: Avoid calling kvm_make_vcpus_request_mask() with vcpu_mask==NULL 6f682b070f46 kfence: avoid passing -g for test 7dd27aed9c45 usb: ucsi: Fix NULL pointer deref in ucsi_connector_change() 27c40c3aa4b0 usb: chipidea: core: fix possible concurrent when switch role ef74a7ffe77c usb: chipdea: core: fix return -EINVAL if request role is the same with current role 76e8bd0f5544 usb: cdnsp: changes PCI Device ID to fix conflict with CNDS3 driver e4df290deb33 usb: cdnsp: Fixes issue with redundant Status Stage 5662d139e6e1 usb: cdns3: Fix issue with using incorrect PCI device function bb579b3f75c6 usb: typec: tcpm: fix warning when handle discover_identity message 0f84b0b71179 dm thin: fix deadlock when swapping to thin device 66e5577cabc3 igb: revert rtnl_lock() that causes deadlock a179d3450c0c arm64: dts: imx8mm-nitrogen-r2: fix WM8960 clock name ed1869a25286 lockd: set file_lock start and end when decoding nlm4 testargs 0bfadbbcd7a5 fsverity: Remove WQ_UNBOUND from fsverity read workqueue 992a3f3e8a0c fscrypt: destroy keyring after security_sb_delete() 287bb9a918e2 mm/slab: Fix undefined init_cache_node_node() for NUMA and !SMP 408dcd7c3883 efi: sysfb_efi: Fix DMI quirks not working for simpledrm b131989797f7 usb: gadget: u_audio: don't let userspace block driver unbind cba76e1fb896 usb: dwc2: fix a devres leak in hw_enable upon suspend resume c83f7ba71d38 scsi: core: Add BLIST_SKIP_VPD_PAGES for SKhynix H28U74301AMR df0462e4b361 cifs: print session id while listing open files 9a45df4ec39b cifs: empty interface list when server doesn't support query interfaces 169a41073993 act_mirred: use the backlog for nested calls to mirred ingress 5b347652aebd net/sched: act_mirred: better wording on protection against excessive stack growth f6cf5f13fa5b sh: sanitize the flags on sigreturn 91bcae3df2a4 net: usb: qmi_wwan: add Telit 0x1080 composition f631af07cfc9 net: usb: cdc_mbim: avoid altsetting toggling for Telit FE990 41b67e621b93 scsi: storvsc: Handle BlockSize change in Hyper-V VHD/VHDX file 60643ef5a139 scsi: lpfc: Avoid usage of list iterator variable after loop 67b8343998b8 scsi: lpfc: Check kzalloc() in lpfc_sli4_cgn_params_read() d758f543cea2 scsi: ufs: core: Add soft dependency on governor_simpleondemand 0267cd047133 scsi: hisi_sas: Check devm_add_action() return value 83e7b1db4523 scsi: target: iscsi: Fix an error message in iscsi_check_key() 40c216efb327 selftests/bpf: check that modifier resolves after pointer 8bf8d5dade4c m68k: Only force 030 bus error if PC not in exception table 8c1d378b8c22 HID: intel-ish-hid: ipc: Fix potential use-after-free in work function d143e327c972 ca8210: fix mac_len negative array access 3056af1a2d46 HID: cp2112: Fix driver not registering GPIO IRQ chip as threaded 3e9aac5e935f drm/cirrus: NULL-check pipe->plane.state->fb in cirrus_pipe_update() a4c639012ad0 riscv: Bump COMMAND_LINE_SIZE value to 1024 c2cf47dc0822 ACPI: x86: utils: Add Cezanne to the list for forcing StorageD3Enable 8dc1c6efd7d2 thunderbolt: Rename shadowed variables bit to interrupt_bit and auto_clear_bit a74a2e124c48 thunderbolt: Use const qualifier for `ring_interrupt_index` 752007df40ca thunderbolt: Add missing UNSET_INBOUND_SBTX for retimer access 8f7525a8b98c thunderbolt: Disable interrupt auto clear for rings 56cba129dd11 thunderbolt: Call tb_check_quirks() after initializing adapters d50a527b4815 thunderbolt: Use scale field when allocating USB3 bandwidth 7ab026561cb0 uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS583Gen 2 d6f7377528d2 scsi: qla2xxx: Perform lockless command completion in abort path 6295b3ec64a3 scsi: qla2xxx: Synchronize the IOCB count to be in order f1e2ab24c4ea hwmon (it87): Fix voltage scaling for chips with 10.9mV ADCs 5662f50cd9e9 hwmon: fix potential sensor registration fail if of_node is missing 8f6b943f9fc9 entry/rcu: Check TIF_RESCHED _after_ delayed RCU wake-up eb57d0dcd5da entry: Snapshot thread flags d9c53eb46217 thread_info: Add helpers to snapshot thread flags ebea2e16504f platform/chrome: cros_ec_chardev: fix kernel data leak from ioctl 8efae2112d91 Bluetooth: btsdio: fix use after free bug in btsdio_remove due to unfinished work c35fd1b9b90a Bluetooth: L2CAP: Fix responding with wrong PDU type b203ee4be2f1 Bluetooth: btqcomsmd: Fix command timeout after setting BD address 771d3c1c949b net: mdio: thunder: Add missing fwnode_handle_put() b433fbf17603 net: dsa: mt7530: move setting ssc_delta to PHY_INTERFACE_MODE_TRGMII case 01c727402ddc net: dsa: mt7530: move lowering TRGMII driving to mt7530_setup() 5163bb8e4c6b net: dsa: mt7530: move enabling disabling core clock to mt7530_pll_setup() a76d35f3448c gve: Cache link_speed value from device c33344b79722 ksmbd: fix possible refcount leak in smb2_open() 96039c44ae47 ksmbd: add low bound validation to FSCTL_QUERY_ALLOCATED_RANGES d897216325d7 ksmbd: add low bound validation to FSCTL_SET_ZERO_DATA 7a83bb6d56a5 hvc/xen: prevent concurrent accesses to the shared ring 29e80d7964cf nvme-tcp: fix nvme_tcp_term_pdu to match spec c7037dea19f0 net/sonic: use dma_mapping_error() for error check b41f37dbd9cd erspan: do not use skb_mac_header() in ndo_start_xmit() 4a8286baf22e atm: idt77252: fix kmemleak when rmmod idt77252 48f52431af99 net: dsa: tag_brcm: legacy: fix daisy-chained switches 388188fb58be net/mlx5: E-Switch, Fix an Oops in error handling code 6068a6db3a96 net/mlx5: Read the TC mapping of all priorities on ETS query 4df1f2d36bdc net/mlx5: Fix steering rules cleanup 2b0f1716c107 net/mlx5e: Set uplink rep as NETNS_LOCAL 54869daa6a43 bpf: Adjust insufficient default bpf_jit_limit 9b2e9105230f i40e: fix flow director packet filter programming 7a29799fc141 iavf: fix hang on reboot with ice ce19c70f308f keys: Do not cache key in task struct if key is requested from kernel thread 0cb68c307e72 bootconfig: Fix testcase to increase max node 90874b76e5f8 octeontx2-vf: Add missing free for alloc_percpu 77d2f5ff9365 net/ps3_gelic_net: Use dma_mapping_error cc8531d0e223 net/ps3_gelic_net: Fix RX sk_buff length 8c4a180dc123 net: qcom/emac: Fix use after free bug in emac_remove due to race condition e686b78a003a drm/i915/gt: perform uc late init after probe error injection cbb8bac2388a net: mdio: fix owner field for mdio buses registered using ACPI b94af62cdd50 net: mdio: fix owner field for mdio buses registered using device-tree 0bdf593390e7 net: phy: Ensure state transitions are processed from phy_stop() 4ab9e85a5ce0 xirc2ps_cs: Fix use after free bug in xirc2ps_detach e42d3bde4ec0 qed/qed_sriov: guard against NULL derefs from qed_iov_get_vf_info ba6c40227108 net: usb: smsc95xx: Limit packet length to skb->len 9bbb3d3f218f net: dsa: b53: mmap: fix device tree support 9311e7a554df scsi: scsi_dh_alua: Fix memleak for 'qdata' in alua_activate() 257738627a9b i2c: hisi: Only use the completion interrupt to finish the transfer c0deddabb278 i2c: imx-lpi2c: check only for enabled interrupt flags b82b0a0eea27 igc: fix the validation logic for taprio's gate list 68ebdcba619a igbvf: Regard vf reset nack as success 9630432b427f intel/igbvf: free irq on the error path in igbvf_request_msix() 2afe7aebf642 iavf: fix non-tunneled IPv6 UDP packet type and hashing 078e049c49a6 iavf: fix inverted Rx hash condition leading to disabled hash 3cfc3564411a xsk: Add missing overflow check in xdp_umem_reg 1d59b8fae0c3 arm64: dts: imx8mn: specify #sound-dai-cells for SAI nodes 98c9bca167e6 ARM: dts: imx6sl: tolino-shine2hd: fix usbotg1 pinctrl ed5f3c0b95bd ARM: dts: imx6sll: e60k02: fix usbotg1 pinctrl 0fdb1cc4fe52 power: supply: da9150: Fix use after free bug in da9150_charger_remove due to race condition 4ca3fd39c72e power: supply: bq24190: Fix use after free bug in bq24190_remove due to race condition 10ce6db6253d power: supply: bq24190_charger: using pm_runtime_resume_and_get instead of pm_runtime_get_sync 0b54d75aa43a net: tls: fix possible race condition between do_tls_getsockopt_conf() and do_tls_setsockopt_conf() 2ebe231abaf1 trace/hwlat: Do not start per-cpu thread if it is already running 7743dd873f2a trace/hwlat: make use of the helper function kthread_run_on_cpu() 909c5eb6ed76 kthread: add the helper function kthread_run_on_cpu() 09b51f10bc1f serial: 8250: ASPEED_VUART: select REGMAP instead of depending on it cfb64de61f07 serial: 8250: SERIAL_8250_ASPEED_VUART should depend on ARCH_ASPEED 90530e7214c8 tty: serial: fsl_lpuart: fix race on RX DMA shutdown b7d0fbe4976d tty: serial: fsl_lpuart: switch to new dmaengine_terminate_* API 90a77bca4240 serial: fsl_lpuart: Fix comment typo bde1ae240751 tracing/hwlat: Replace sched_setaffinity with set_cpus_allowed_ptr 5255e6d49ff9 perf: fix perf_event_context->time ac5f88642cb2 perf/core: Fix perf_output_begin parameter is incorrectly invoked in perf_event_bpf_output d2430d45f1a0 interconnect: qcom: osm-l3: fix icc_onecell_data allocation 115472395b0a Linux 5.15.104 de3ef7ba684a perf: Fix check before add_event_to_groups() in perf_group_detach() 02904e8a2f65 HID: uhid: Over-ride the default maximum data buffer value with our own 3df32812eb4b HID: core: Provide new max_buffer_size attribute to over-ride the default ffe2318405e6 PCI/DPC: Await readiness of secondary bus after reset 09795f82aecc PCI: Unify delay handling for reset and resume f4ba55411cc8 io_uring: avoid null-ptr-deref in io_arm_poll_handler 6ab7d3361755 drm/i915/active: Fix misuse of non-idle barriers as fence trackers 71dffdd4764c drm/i915: Don't use stolen memory for ring buffers with LLC 86db319d25db x86/resctrl: Clear staged_config[] before and after it is used 0186f7656940 x86/mm: Fix use of uninitialized buffer in sme_enable() 09d3a46c8c02 x86/mce: Make sure logged MCEs are processed after sysfs update 8575c98224b2 cpuidle: psci: Iterate backwards over list in psci_pd_remove() b3d042638049 net: phy: nxp-c45-tja11xx: fix MII_BASIC_CONFIG_REV bit f3de49782612 trace/hwlat: Do not wipe the contents of per-cpu thread data cb72b4bd81b9 fbdev: stifb: Provide valid pixelclock and add fb_check_var() checks e9cdd3f722b6 mmc: sdhci_am654: lower power-on failed message severity b02de083c7c7 mm/userfaultfd: propagate uffd-wp bit when PTE-mapping the huge zeropage 87b9ac7bd301 ice: avoid bonding causing auxiliary plug/unplug under RTNL lock 520e134431ac nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV3000 2a0d71fabfeb ftrace: Fix invalid address access in lookup_rec() when index is 0 ad7f9c6982b1 mptcp: fix lockdep false positive in mptcp_pm_nl_create_listen_socket() f4afee17de43 mptcp: avoid setting TCP_CLOSE state twice 64473c18d27a mptcp: add ro_after_init for tcp{,v6}_prot_override c1df4bed3d91 mptcp: fix possible deadlock in subflow_error_report ccf44ffbbf25 drm/amd/pm: Fix sienna cichlid incorrect OD volage after resume 64ef8aa3910b drm/sun4i: fix missing component unbind on bind errors 5cfb617967b0 drm/shmem-helper: Remove another errant put in error path d1d826954475 riscv: asid: Fixup stale TLB entry cause application crash aeefcfc57978 Revert "riscv: mm: notify remote harts about mmu cache updates" 882cbe0c5d6a ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book2 Pro 36d75e1f7357 ALSA: hda: intel-dsp-config: add MTL PCI id 9c2f09add608 KVM: nVMX: add missing consistency checks for CR0 and CR4 77fcc52d2919 cifs: Fix smb2_set_path_size() 9b9a118cc428 tracing: Make tracepoint lockdep check actually test something 2846bf67cd24 tracing: Check field value in hist_field_name() 2dd00dbc6a5a tracing: Make splice_read available again fd4738ae1a0c interconnect: exynos: fix node leak in probe PM QoS error path 2e0b13a18272 interconnect: fix mem leak when freeing nodes 62b74cf8bcee s390/ipl: add missing intersection check to ipl_report handling 86afb633beaa firmware: xilinx: don't make a sleepable memory allocation from an atomic context 250a11f9c43b serial: 8250_fsl: fix handle_irq locking 4c23bf093449 serial: 8250_em: Fix UART port type 53a5ab3a8991 tty: serial: fsl_lpuart: skip waiting for transmission complete when UARTCTRL_SBK is asserted 1c93c42c7bb2 ext4: fix possible double unlock when moving a directory bec1bea2fa97 drm/amd/display: fix shift-out-of-bounds in CalculateVMAndRowBytes f9252605b8f3 sh: intc: Avoid spurious sizeof-pointer-div warning 0fc608a115ce net/9p: fix bug in client create for .L 2fece63b55c5 drm/amdkfd: Fix an illegal memory access 1aec41c98cce ext4: fix task hung in ext4_xattr_delete_inode 499fef2030fb ext4: update s_journal_inum if it changes after journal replay 088da6b80539 ext4: fail ext4_iget if special inode unallocated eccd017165db jffs2: correct logic when creating a hole in jffs2_write_begin 4392e87c47e8 mmc: atmel-mci: fix race between stop command and start of next command 0c511f926b00 media: m5mols: fix off-by-one loop termination error 233058efee02 hwmon: (ltc2992) Set `can_sleep` flag for GPIO chip b576de01da80 hwmon: (adm1266) Set `can_sleep` flag for GPIO chip c80b2acdb049 kconfig: Update config changed flag before calling callback 52f64c5fc0d6 hwmon: tmp512: drop of_match_ptr for ID table 3f3576e25bfe hwmon: (ucd90320) Add minimum delay between bus accesses 9cc4aa40b58c hwmon: (ina3221) return prober error code 7091951c2ca9 hwmon: (xgene) Fix use after free bug in xgene_hwmon_remove due to race condition a8e42dbfc493 hwmon: (adt7475) Fix masking of hysteresis registers d1f4eda1ae85 hwmon: (adt7475) Display smoothing attributes in correct order 93c8cbeb1b2b bonding: restore bond's IFF_SLAVE flag if a non-eth dev enslave fails d424c7b1c478 bonding: restore IFF_MASTER/SLAVE flags on bond enslave ether type change 8a1ce024f1f6 ethernet: sun: add check for the mdesc_grab() 030393041f8c qed/qed_mng_tlv: correctly zero out ->min instead of ->hour a7836253349e selftests: net: devlink_port_split.py: skip test if no suitable device available 3cfdefdaaa4b net/iucv: Fix size of interrupt data 7bf0eac3fdd2 net: usb: smsc75xx: Move packet length check to prevent kernel panic in skb_pull c99779740100 ipv4: Fix incorrect table ID in IOCTL path 340dd8f1942a sh_eth: avoid PHY being resumed when interface is not up d5236286398d ravb: avoid PHY being resumed when interface is not up 7059be754873 net: dsa: mv88e6xxx: fix max_mtu of 1492 on 6165, 6191, 6220, 6250, 6290 b89a453c6918 ice: xsk: disable txq irq before flushing hw d1bfd4cf6bb8 block: sunvdc: add check for mdesc_grab() returning NULL f1d5888a5efe nvmet: avoid potential UAF in nvmet_req_complete() 07eac3310e00 nvme: fix handling single range discard request fff9441da1c3 block: null_blk: Fix handling of fake timeout request 6d3ff07347d3 drm/bridge: Fix returned array size name for atomic_get_input_bus_fmts kdoc 105db6574281 net: usb: smsc75xx: Limit packet length to skb->len b615238e5bc0 net/smc: fix deadlock triggered by cancel_delayed_work_syn() 84dd9cc34014 nfc: st-nci: Fix use after free bug in ndlc_remove due to race condition edc0a34e277b net: phy: smsc: bail out in lan87xx_read_status if genphy_read_status fails e0a557fc1daf net: tunnels: annotate lockless accesses to dev->needed_headroom 407badf73ec9 loop: Fix use-after-free issues a0316de981ce net: dsa: mt7530: set PLL frequency and trgmii only when trgmii is used f48468b27c0b net: dsa: mt7530: remove now incorrect comment regarding port 5 6ffa05700100 qed/qed_dev: guard against a possible division by zero b108bd9e6be0 net/smc: fix NULL sndbuf_desc in smc_cdc_tx_handler() d59d2561da73 drm/i915/psr: Use calculated io and fast wake lines 297ae18bd2cd drm/i915/display: clean up comments 21d679cb983e drm/i915/display/psr: Handle plane and pipe restrictions at every page flip 8c80b12e697f drm/i915/display/psr: Use drm damage helpers to calculate plane damaged area eea001d88ffd drm/i915/display: Workaround cursor left overs with PSR2 selective fetch enabled 437bb839e36c PCI: s390: Fix use-after-free of PCI resources with per-function hotplug ee6ef8137789 vdpa_sim: set last_used_idx as last_avail_idx in vdpasim_queue_ready 1cdbaf18a5e4 vdpa_sim: not reset state in vdpasim_queue_ready 4ff826952665 i40e: Fix kernel crash during reboot when adapter is in recovery mode ecaa1bf50635 ipvlan: Make skb->skb_iif track skb->dev for l3s mode 2bee84369b76 nfc: pn533: initialize struct pn533_out_arg properly ad07290d63ff tcp: tcp_make_synack() can be called from process context 2a764d55e938 scsi: core: Fix a procfs host directory removal regression a219cabadaee netfilter: nft_redir: correct value of inet type `.maxattrs` de03d130176b netfilter: nft_redir: correct length for loading protocol registers d2a2ad64b9b6 netfilter: nft_masq: correct length for loading protocol registers 343fe451e6d3 netfilter: nft_nat: correct length for loading protocol registers 256bcf626b7c ALSA: hda: Match only Intel devices with CONTROLLER_IN_GPU() 9937f784a608 scsi: mpt3sas: Fix NULL pointer access in mpt3sas_transport_port_add() 29cb0f6c1dd8 docs: Correct missing "d_" prefix for dentry_operations member d_weak_revalidate a5a1a7112e98 clk: HI655X: select REGMAP instead of depending on it 0f78e36f652a drm/meson: fix 1px pink line on GXM when scaling video overlay 630f8a857578 cifs: Move the in_send statistic to __smb_send_rqst() 418bde7227dd drm/panfrost: Don't sync rpm suspension after mmu flushing b9cd2f875525 xfrm: Allow transport-mode states with AF_UNSPEC selector (From meta-yocto rev: 6449b3e6417df34c2645bb34c76ed38f0faf4cb1) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* overview-manual: concepts.rst: Fix a typoDaniel Ammann2023-05-311-1/+1
| | | | | | | | (From yocto-docs rev: 5df143f42b60f955cd76a4ad2ff6efceca1d725a) Signed-off-by: Daniel Ammann <daniel.ammann@bytesatwork.ch> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* ref-manual: classes.rst: fix typoUlrich Ölmann2023-05-311-1/+1
| | | | | | | | (From yocto-docs rev: 564aaedb2418cbdf42bb2fb42b35ccaf7e7c8b4e) Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* migration-guides: add release notes for 4.2.1Lee Chee Yang2023-05-312-0/+207
| | | | | | | | (From yocto-docs rev: 8b9d62a69b52726e2214325a555853a51eda88c5) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* gdb: fix crashes when debugging threads with Arm Pointer Authentication enabledRoss Burton2023-05-312-0/+287
| | | | | | | | | | | (From OE-Core rev: 8057edfcb23004b18ab8cb09b9a359346ed54db9) (From OE-Core rev: c46d0cfe4b18318c00390eb112edcbea8b8d6a7a) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit a6120d0c7946842195f0c7624b7c3025e74e7964) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* Revert "ipk: Decode byte data to string in manifest handling"Andrew Jeffery2023-05-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | cf9df9e8d89f ("ipk: Decode byte data to string in manifest handling") did a bit of least-effort fix to a string vs byte sequence issue in the manifest handling. The approach was chosen as it localised the fix, rather than having to analyse further call sites. However since then f2167ae80258 ("package_manager/ipk: do not pipe stderr to stdout") was applied, reworking the output handling from the subcommand. dummy_bytes() now returns a string, so stop trying to decode it. Fixes: f2167ae80258 ("package_manager/ipk: do not pipe stderr to stdout") Cc: Curtis Meier <cmeier@us.ibm.com> Cc: Pam Eggler <eggler@us.ibm.com> (From OE-Core rev: b61739554780d70307d2b6b37d2b3b1c7df93c77) (From OE-Core rev: 29bd0b6272680769b438f39fa96b47d21c846f37) Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 07e5a6331be60d5e35d7336a6215a972ced6eb57) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* cpio: Run ptests under ptest userKhem Raj2023-05-313-9/+28
| | | | | | | | | | | | | | | | | | | Running these tests under root user on musl works ok but it emits additional diagnostic cpio: dir: Cannot change ownership to uid 0, gid 0: Not supported Ideally its better to run this test suite under non-root user which is often how these are run. Moreover, tests work on musl as well. (From OE-Core rev: 22d19266269c28f596f031fcba8f2831c6465880) (From OE-Core rev: fd5bd772ab031606dcfe637fe7425b52b51365fa) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 587e007d9febfe92fef434dea984d31642bb23a1) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* piglit: Fix c++11-narrowing warnings in testsKhem Raj2023-05-312-0/+54
| | | | | | | | | | | | | This is found with clang on 32bit builds (From OE-Core rev: d9e41472e48a70bd28edc4117a5c0adf887205d6) Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: 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 844a1f1f593e0b4e4b0949ad78a00aa4ab8657e9) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* scripts: fix buildstats diff/summary hard bound to host python3Paul Gortmaker2023-05-312-2/+2
| | | | | | | | | | | | | Somehow these two got left behind and hence on older hosts that are using buildtools for a newer python - they will still fail. (From OE-Core rev: db3f62378c54ebdfbf5cccdba4c83f503372138f) Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit f1b11b83a6dd991f393940741c930691463e6d53) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* expect: Add ptest supportChi Xu2023-05-313-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test results: root@qemux86-64:~# ptest-runner expect START: ptest-runner 2023-05-23T05:17 BEGIN: /usr/lib64/expect/ptest via send_stdout PASS: cat-1.1 PASS: expect-1.1 PASS: expect-1.2 PASS: expect-1.3 PASS: expect-1.4 PASS: expect-1.5 PASS: expect-1.6 PASS: expect-1.7 PASS: expect-1.10 PASS: expect-1.11 PASS: expect-1.12 PASS: expect-1.13 PASS: expect-1.8 PASS: expect-1.8b PASS: expect-1.9 PASS: logfile-1.1 PASS: pid-1.2 PASS: pid-1.3 PASS: pid-1.4 PASS: pid-1.5 PASS: send-1.1 PASS: send-1.2 PASS: spawn-1.1 PASS: spawn-1.2 PASS: spawn-1.3 PASS: spawn-1.4 PASS: spawn-1.5 PASS: stty-1.1 PASS: stty-1.2 DURATION: 17 END: /usr/lib64/expect/ptest 2023-05-23T05:17 STOP: ptest-runner TOTAL: 1 FAIL: 0 (From OE-Core rev: e145ddefac0cb65072797c13f6067670d4631bfb) Signed-off-by: Chi Xu <chi.xu@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* libbsd: Add correct license for all packagesRanjitsinh Rathod2023-05-311-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | BSD-4-Clause is only applicable to the {PN}-doc package as when I check for the source code I find below files which only uses the license BSD-4-Clause ~/sources/libbsd$ grep -rl "All advertising materials mentioning features or use of this software" *|grep -v \.1|grep -v \.5|grep -v \.8 | sort COPYING man/arc4random.3bsd ~/sources/libbsd$ grep -rnB5 "BSD-4" COPYING-9-Files: COPYING-10- man/arc4random.3bsd COPYING-11-Copyright: COPYING-12- Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> COPYING-13- All rights reserved. COPYING:14:License: BSD-4-clause-Niels-Provos So other all PACKAGES should not contain the BSD-4-Clause (From OE-Core rev: 5f4111fa1b5f2fe35fca854eed08eca415c5a3f1) Signed-off-by: Ranjitsinh Rathod <ranjitsinh.rathod@kpit.com> Signed-off-by: Ranjitsinh Rathod <ranjitsinhrathod1991@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit fe57f5ec7fa46f595a302275ce3063d53634c00e) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* libmodule-build-perl: upgrade 0.4232 -> 0.4234Tim Orling2023-05-311-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Skip t/pod_parser.t ptest since it is for testing documentation and requires Pod::Parser for which we do not have a recipe. Adding one does not make much sense since Pod::Parser was dropped from Perl > 5.31.1 in favor of Pod::Simple https://metacpan.org/pod/Pod::Parser#DESCRIPTION Changes: https://metacpan.org/dist/Module-Build/changes 0.4234 - Fri 28 Apr 2023 10:46:26 CEST - PodParser now respects =encoding directives - Don't use libraries in t/bundled for Build.PL - make_tarball: workaround for broken tar on Darwin - Respect $Config{man1ext}/$Config{man3ext} - Do not require a compiler if c_source is an empty list (From OE-Core rev: ae5f966898c1ca1e308b77c4591dfa499613ad57) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit c3b97f6d74b67706fbbc8685e8060566b815630d) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* xinput: upgrade to v1.6.4Sudip Mukherjee2023-05-311-2/+3
| | | | | | | | | | | | | | Changes: Use xz: upstream has not released bz2. Update sha256sum and md5sum for new version. (From OE-Core rev: b9c32ee7412985805e322a7e7037dd2ca541e8fb) Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 4080fda237b8c7c540b54b7abc2075fd40a684d4) Signed-off-by: Steve Sakoman <steve@sakoman.com>