summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-08-30libgcrypt: rewrite ptestRoss Burton
Instead of installing pieces of the build system, we can install the test driver (which can also be used to list the files needed) and run the tests directly. (From OE-Core rev: 5e07e6c376cf46d2788dcef53e9feba890c0236d) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-30libgcrypt: remove obsolete patchRoss Burton
This patch was added in 2017 to fix an ICE in GCC. GCC no longer ICEs, so the patch isn't needed anymore. Of note is that the random failures in ptest are in the test being patched, so maybe this is causing subtle breakage. (From OE-Core rev: a6cd529ea05e7407a6ef9c6203471bb35e3cc8f9) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-30libgcrypt: remove obsolete pkgconfig installRoss Burton
libgcrypt.pc has been built and installed by libgcrypt since 1.9.0[1], so the manual install can be removed. [1] 97194b422bc89a6137f4e218d4cdee118c63e96e (From OE-Core rev: 117e3c7f56246da39971d5eacc3d780eb9d25c25) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-30bitbake.conf: set BB_DEFAULT_UMASK using ??=Rasmus Villemoes
Currently, there's no way for the user's site.conf, local.conf or similar to set BB_DEFAULT_UMASK, because those files are included by bitbake.conf prior to the unconditional assignment of BB_DEFAULT_UMASK. To make that possible, use a weak default assignment instead. This is also consistent with most other variable assignments in the lower half of bitbake.conf. I believe the risk of a regression is very small; it would require something like somebody having a definition of BB_DEFAULT_UMASK in a local configuration file, and having been relying on that _not_ taking effect. (From OE-Core rev: e3dbded499f0bd1e71abb0650ae98fd9ade94250) Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-30apr: Cache configure tests which use AC_TRY_RUNKhem Raj
AC_TRY_RUN macro means the test needs to run to find the result and we are cross compiling so this will always get wrong results, this results in miscompiling apache2 on musl because it disables rlimit (ac_cv_struct_rlimit) wrongly. All these variables are determined with AC_TRY_RUN checks (From OE-Core rev: 504eb0ff1cae200ee85ec18ebae564cae9bf9c8c) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-30python3-pygments: upgrade 2.12.0 -> 2.13.0wangmy
(From OE-Core rev: 084615ce0547b49ee96931cef2915125ca0ff893) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-30ltp: Remove -mfpmath=sse on x86-64 tooKhem Raj
Fixes build errors seen with clang/musl like on x86 error: the 'sse' unit is not supported with this instruction set (From OE-Core rev: f99bc43c4564b8a7b2047c5c1009a6eb74b393ea) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-30linux-yocto: Fix COMPATIBLE_MACHINE regex matchAndrei Gherzan
With the current regex expression, a machine that is not part of the compatible could match the regex expression. For example, consider the following COMPATIBLE_MACHINE: COMPATIBLE_MACHINE = "qemuarm|qemuarm64" A machine definition bringing in "qemuarm-foo" would match against the COMPATIBLE_MACHINE pattern above (see base.bbclass for implementation details). Fix this by matching the start and the end of the string. (From OE-Core rev: 63db2c6baadb4b9aa0c8ae82a497f30840b3b347) Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-30oeqa/selftest: add test for debuginfodRoss Burton
Add a new selftest to exercise the debuginfod support, by starting a debuginfod on DEPLOY_DIR and verifying that an image can fetch the symbols for a binary. (From OE-Core rev: d035fd394fd2747ab4b75867af6123f3efb1990f) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-30rust-target-config: Drop has-elf-tls optionRichard Purdie
This option doesn't seem to exist any more and causes lots of warnings. Remove it. (From OE-Core rev: 8e1614a906086fb46c5dd7b7f2dffab91194165c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-30maintainers: update opkg maintainerAlex Stewart
Alex Stewart assumed maintainership of the yocto project's opkg fork, and opkg recipes, from Alejandro Del Castilo back in Q1 of 2020. Update maintainership of the opkg recipes. (From OE-Core rev: fd0511080fb5744b4b58df43184fa2561cc37134) Signed-off-by: Alex Stewart <alex.stewart@ni.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-30glibc: Update to latest on 2.36Khem Raj
Solves the mount.h conflict with linux kernel headers with needed backports from trunk These are the complete list of changes this brings * 3bd3c612e9 Linux: Fix enum fsconfig_command detection in <sys/mount.h> * bb1e8b0ca9 linux: Fix sys/mount.h usage with kernel headers * d48813227b linux: Use compile_c_snippet to check linux/mount.h availability * 4dad97e2a2 linux: Mimic kernel defition for BLOCK_SIZE * 1cc5513114 linux: Use compile_c_snippet to check linux/pidfd.h availability * 0062e7dd1c glibcextract.py: Add compile_c_snippet * 5c62874f42 NEWS: Add entry for bug 28846 * d13a7a6f10 socket: Check lengths before advancing pointer in CMSG_NXTHDR * 8b139cd4f1 alpha: Fix generic brk system call emulation in __brk_call (bug 29490) * e982657073 Linux: Terminate subprocess on late failure in tst-pidfd (bug 29485) (From OE-Core rev: 344378cc811a9a2630b178ca58b946ecd10b53bc) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-30insane.bbclass: Skip patches not in oe-core by full pathYang Xu
The full path of patch may contain '/meta/' but not in oe-core, skip patches by checking it starts with oe-core full path or not. (From OE-Core rev: d8a525afdfb5d371e76b09301c8b2741d23d1d10) Signed-off-by: Yang Xu <yang.xu@mediatek.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-25connman: add PACKAGECONFIG to support iwdMarkus Volk
(From OE-Core rev: 4528cb220e5365f1f4a0a50122e14480ede65130) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-25gcc: Upgrade to 12.2.0Khem Raj
GCC 12.2 is the first bug-fix release from the GCC 12 branch containing important fixes for regressions and serious bugs in GCC 12.1 with more than 71 bugs fixed since the previous release comprising of a number of libstdc++ and C++ and fortran fixes [1] Remove backported patch to fix libsanitizers with glibc 2.36, its already present in 12.2 [1] https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=12.2 (From OE-Core rev: b73f5c0a7b94d9d04dd69fe5a5b871eab05714a3) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-25pkgconf: upgrade 1.9.2 -> 1.9.3wangmy
Changes from 1.9.2 to 1.9.3: ---------------------------- * Fix a bunch of minor code issues pointed out using Clang static analyzer. * New API: pkgconf_solution_free(), which frees a compiled solution graph. * Fix behavior when overriding global variables with '--define-variable'. (From OE-Core rev: a48dc992ebf8e664bde4de61ba937a87fc142533) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-25librepo: upgrade 1.14.3 -> 1.14.4wangmy
Changelog: ========== Use nanosec precision for timestamp of checksum cache Fix alloc/free mismatches and memory leaks (From OE-Core rev: e7038d10ca3be02a2c2f7772c992e2481ed8c466) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-25libdnf: upgrade 0.67.0 -> 0.68.0wangmy
Changelog: ========== New features: context: Support (NEVRA forms, provides, file provides) including globs in the dnf_context_remove func Bug fixes: dnf-context: Disconnect signal handler before dropping file monitor ref Filter out advisory pkgs with different arch during advisory upgrade, fixes possible problems in dependency resulution Gracefully handle failure to open repo primary file Fix listing a repository without cpeid (From OE-Core rev: 57893d38c2725c07b29d974e184be37b3d265d9b) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-25btrfs-tools: upgrade 5.18.1 -> 5.19wangmy
0001-device-utils.c-Use-linux-mount.h-instead-of-sys-moun.patch removed since it's included in 5.19 Changelog: ========== * send: support protocol version 2 * fi show: print all missing devices * device stats: add tabular output * replace: add alias to device group (device replace) * check: validate free space tree items * fixes: * convert: support large filesystems (block count > 32bit) * recognize filesystems with verity enabled * mkfs and DUP could write out of order, fix it for zoned mode * build: * optional support for LZO and ZSTD in receive * compatibility with glibc 2.36 (mount.h) * add fallbacks for new GCC builtins * other: * corrupt-block: target specific items, offsets * documentation updates, new pages from wiki * new tests (From OE-Core rev: 53ead3fb0e51e71207dfd62f43f0ec4304524dcc) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-25bind: upgrade 9.18.5 -> 9.18.6wangmy
(From OE-Core rev: f7061fc14cbc4388b1fd0cf6233b1a2e743e20e5) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-25ltp: Adjust types to match create_fifo_thread returnKhem Raj
Fixes build on musl (From OE-Core rev: 57cac75d09ba05ccd3f14302986b3e2f14d65780) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-25gcr: Define _GNU_SOURCEKhem Raj
This ensures that definitions of functions e.g. getpass() are correctly sourced from system headers, since it depends on feature test macros (From OE-Core rev: 0d117e5d17c491e1d26aefb4b919410b07fd5347) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-25apr: Use correct strerror_r implementation based on libc typeKhem Raj
musl does not implement GNU extention of strerror_r but XSI compliant version, therefore add it via a packageconfig to set right variables during configure to cache the value. configure detection logic depends on runtime test which will always be wrong on cross compiles therefore backport a patch to make it possible to cache the needed configure variable. (From OE-Core rev: ded3d76a844dd1aef9ac610fbe506bf76285369b) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-25pinentry: enable _XOPEN_SOURCE on musl for wchar usage in cursesKhem Raj
This is defined for glibc automatically with _GNU_SOURCE but not for musl (From OE-Core rev: 84375186570af548b49e44e884925f4feaddcc7a) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-25libcgroup: Use GNU strerror_r only when its availableKhem Raj
This patch ensures that a fallback to use XSI compliant strerror_r when GNU extention is not implemented, which fixes the case when building with musl (From OE-Core rev: 095024552cafd2aa926b968a876cecb08e63df18) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-25watchdog: Include needed system header for function declsKhem Raj
These headers are needed on musl too. (From OE-Core rev: a53722b962e79e0831c0fba24ef7c1cfda24971a) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-25xinetd: Pass missing -D_GNU_SOURCEKhem Raj
We do not get proper function definitions otherwise e.g. fcvt() (From OE-Core rev: 21dd5bae177b64e314a6423e5ffbd7b28b6b5891) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-25shadow: Avoid nss warning/error with muslAndrei Gherzan
The libnss configuration file is only installed when glibc is used. The inexistence of it on a musl-based rootfs, will make shadow complain about it: Failed opening /etc/nsswitch.conf This is because shadow will try to use nsswich when dealing with subordinate IDs and the message is just a warning as the tool will still generate them correctly in subuid/subgid files. We drop this log message for class native to avoid an error when rootfs logs are checked ('Failed' will match the regex bitbake is using to check for rootfs generation errors). (From OE-Core rev: 3000840a271534fa907ce0684b81a6d278e64a44) Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-25rootfs-postcommands.bbclass: Follow function rename in rootfspostcommands.pyAndrei Gherzan
'shadow_sort' was renamed to 'tidy_shadowutils_files' in rootfspostcommands.py so we reflect this in SORT_PASSWD_POSTPROCESS_COMMAND. This also creates a deprecation function for 'shadow_sort'. (From OE-Core rev: b474d7598d0803ba92b01944b961b28beec3bfe2) Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-25selftest: Add module for testing rootfs postcommandsAndrei Gherzan
The initial implementation adds tests for 'tidy_shadowutils_files'. (From OE-Core rev: 9640ce00c986626573a748859129b6e2eeeafa35) Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-25rootfspostcommands.py: Cleanup subid backup files generated by shadow-utilsAndrei Gherzan
When creating users, shadow-utils might create backup files for subordinate ID files (subid, subgid). Make sure we clean them up similarly to the other backup files shadow-utils creates. (From OE-Core rev: 4e4ea5adea8a00b4a78ffbe7cc60931deb74c161) Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-25rootfspostcommands.py: Restructure sort_passwd and related functionsAndrei Gherzan
This change proposes a restructure of the functions in rootfspostcommandstests.py to clarify the purpose of each function and also, make it scalable for other use cases (for example adding support for removing subid backup files). The main function of interest here is 'tidy_shadowutils_files' which brings in the functionality of the old 'sort_passwd' making it clear that it doesn't only sort the passwd file: - delete backup files - it sorts passwd, group and the associated shadow files The other functions are also renamed for consistency and clarity and more documentation was added. (From OE-Core rev: 81a0a4dbfb0313b967a7a98eb7fd1e13edb1a9be) Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-25shadow: Enable subid supportAndrei Gherzan
shadow utils are used when creating users at image creation time. The useradd/usermod tools will only try to add a default configuration for subid files if they exist. (From OE-Core rev: 364a6f408c9feb5b9472ddabbc352d8b432bfffd) Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-25alsa-plugins: Include missing string.hKhem Raj
(From OE-Core rev: 2ae1eb5528c21fce31d4ac3c1837423c62da77d8) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-25util-linux: Improve check for magic in configure.acMateusz Marciniec
Check whether magic.h header exists before defining HAVE_MAGIC. Despite library availability there still can be missing header. Current test doesn't cover that possibility which will lead compilation to fail in case of separate sysroot. Upstream-Status: Backport [https://github.com/util-linux/util-linux/commit/263381ddd46eea2293c70bc811273b66bc52087b] (From OE-Core rev: a93e5c4aba34996fdb9b253a4a8529f33ec114f5) Signed-off-by: Mateusz Marciniec <mateuszmar2@gmail.com> Signed-off-by: Tomasz Dziendzielski <tomasz.dziendzielski@gmail.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-25ccache: Fix build with gcc12 on muslKhem Raj
(From OE-Core rev: c74739081a24dd47bfdc5798d19f1c8bf8d8a679) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-25ccache: Update the patch statusKhem Raj
(From OE-Core rev: 00967a181f56b5428c50c04aaafb7ea50a5cbc82) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-25parselogs: Ignore xf86OpenConsole errorPavel Zhukov
[Yocto #13854] If VT argument was not specified Xorg server tries to bind to VT1, then VT2 and so on. In some cases (runqemu with nographics or serial options for example) VT1 can be taken by systemd getty service which generates error message. Do not fail on this message if Xorg is running. (covered by test_xorg_running test) (From OE-Core rev: d047f493e0c7f341dd307a4d8dd0db08a22824f1) Signed-off-by: Pavel Zhukov <pavel@zhukoff.net> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-25libxml2: wrap xmllint to use the correct XML cataloguesRoss Burton
Install a wrapper around xmllint in native builds to set XML_CATALOG_FILES to the correct location of the XML catalogues, so that the callers of this script (like xmlto) don't need to do the same. (From OE-Core rev: 8159b47e7ddddaca57ade2ecf24d8ff9a0abf26a) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-25linux-yocto/5.15: update to v5.15.62Bruce Ashfield
Updating to the latest korg -stable release that comprises the following commits: a0a7e0b2b8b2 Linux 5.15.62 2a9114b3ec6f btrfs: raid56: don't trust any cached sector in __raid56_parity_recover() 0d9c713cc30f btrfs: only write the sectors in the vertical stripe which has data stripes 3eb602ad6a94 x86/ftrace: Use alternative RET encoding 543138c55518 x86/ibt,ftrace: Make function-graph play nice f6632763484c Revert "x86/ftrace: Use alternative RET encoding" cb69d4d6f709 ksmbd: fix heap-based overflow in set_ntacl_dacl() c76b216753c9 ksmbd: prevent out of bound read for SMB2_WRITE 5430db94434f net_sched: cls_route: disallow handle of 0 c12f0e6126ad tee: add overflow check in register_shm_helper() 3746d62ecf1c io_uring: use original request task for inflight tracking 374bf3fc1f53 Linux 5.15.61 17bf429b913b scsi: lpfc: Resolve some cleanup issues following SLI path refactoring 6e99860de6f4 scsi: lpfc: Fix element offset in __lpfc_sli_release_iocbq_s4() 9a570069cdbb scsi: lpfc: Fix locking for lpfc_sli_iocbq_lookup() f27259515797 drm/bridge: Move devm_drm_of_get_bridge to bridge/panel.c 2711bedab26c Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm regression 449928869475 Revert "net: usb: ax88179_178a needs FLAG_SEND_ZLP" fa3040688d75 io_uring: mem-account pbuf buckets 50446ac34545 drm/meson: Fix refcount leak in meson_encoder_hdmi_init a8278cf3f00d drm/msm: Fix dirtyfb refcounting 3cfd07084b7e tracing/perf: Avoid -Warray-bounds warning for __rel_loc macro 1889f4135fb2 drm/vc4: change vc4_dma_range_matches from a global to static 3131a20eee20 net: phy: smsc: Disable Energy Detect Power-Down in interrupt mode a25f45ff8856 drm/bridge: tc358767: Fix (e)DP bridge endpoint parsing in dedicated function 276e1cac8085 Revert "s390/smp: enforce lowcore protection on CPU restart" 93d28e50cf72 Revert "mwifiex: fix sleep in atomic context bugs caused by dev_coredumpv" 621b596b29e5 crypto: lib/blake2s - reduce stack frame usage in self test aa480f7d74b9 tcp: fix over estimation in sk_forced_mem_schedule() 4db561ae4a90 mac80211: fix a memory leak where sta_info is not freed 57bbb691a93b net_sched: cls_route: remove from list when handle is 0 f467478d15fa tracing: Use a struct alignof to determine trace event field alignment 5bafa7df79de powerpc: Fix eh field when calling lwarx on PPC32 c98e956ef489 xen-blkfront: Apply 'feature_persistent' parameter when connect ef26b5d530d4 xen-blkback: Apply 'feature_persistent' parameter when connect 7304be4c985d xen-blkback: fix persistent grants negotiation 9e7dab7edabd tpm: eventlog: Fix section mismatch for DEBUG_SECTION_MISMATCH 84075af9fb4a KEYS: asymmetric: enforce SM2 signature use pkey algo 1be97463696c ext4: fix race when reusing xattr blocks 470f0a5ef519 ext4: unindent codeblock in ext4_xattr_block_set() 51877de35d21 ext4: use kmemdup() to replace kmalloc + memcpy 0b885394fd00 ext4: remove EA inode entry from mbcache on inode eviction 19dac09bd956 ext4: make sure ext4_append() always allocates new block ef6e69026d88 ext4: check if directory block is within i_size 30dfb75e1f86 ext4: fix warning in ext4_iomap_begin as race between bmap and write 9a080f8b085a ext4: correct the misjudgment in ext4_iget_extra_inode 7dbba7916920 ext4: correct max_inline_xattr_value_size computing 21f6bd5cbdab ext4: fix use-after-free in ext4_xattr_set_entry e6321fda51e5 ext4: add EXT4_INODE_HAS_XATTR_SPACE macro in xattr.h 133b80d5582e ext4: fix extent status tree race in writeback error recovery path 88bcc518e4ad ext4: update s_overhead_clusters in the superblock during an on-line resize 3c0a5a0e1c66 tracing: Avoid -Warray-bounds warning for __rel_loc macro 994dea8549f2 tracing: Add '__rel_loc' using trace event macros 50235d9a1f1f dm raid: fix address sanitizer warning in raid_resume 4c233811a495 dm raid: fix address sanitizer warning in raid_status 34bef00a325a KVM: nVMX: Attempt to load PERF_GLOBAL_CTRL on nVMX xfer iff it exists e365c817beef KVM: VMX: Add helper to check if the guest PMU has PERF_GLOBAL_CTRL 1eedac05b2f3 KVM: x86/pmu: Ignore pmu->global_ctrl check if vPMU doesn't support global_ctrl 9f1a17222a8b KVM: VMX: Mark all PERF_GLOBAL_(OVF)_CTRL bits reserved if there's no vPMU 81f723a006e7 KVM: x86/pmu: Introduce the ctrl_mask value for fixed counter 0ceef1c56875 powerpc/powernv/kvm: Use darn for H_RANDOM on Power9 0eeb7037a479 ACPI: CPPC: Do not prevent CPPC from working in the future 2cc23122653f btrfs: properly flag filesystem with BTRFS_FEATURE_INCOMPAT_BIG_METADATA b5c541758650 btrfs: reset block group chunk force if we have to wait b367f125c80f btrfs: ensure pages are unlocked on cow_file_range() failure 0b7f5d7a4d2a block: don't allow the same type rq_qos add more than once b055781dd947 block: remove the struct blk_queue_ctx forward declaration d2cbdbe22b5f locking/csd_lock: Change csdlock_debug from early_param to __setup 96ba981f09a9 timekeeping: contribute wall clock to rng on time change 6b841a891d28 ARM: remove some dead code 7a7188df3eae net/9p: Initialize the iounit field during fid creation f83131a3071a dm thin: fix use-after-free crash in dm_sm_register_threshold_callback 779fd8cb621e kexec, KEYS, s390: Make use of built-in and secondary keyring for signature verification 9769bd964d54 dm writecache: set a default MAX_WRITEBACK_JOBS 10bc71642fad tty: 8250: Add support for Brainboxes PX cards. 6f47a7594bcf serial: 8250: Add proper clock handling for OxSemi PCIe devices 96f2c1685b1c serial: 8250: Fold EndRun device support into OxSemi Tornado code b49c3b3a911d serial: 8250_pci: Replace dev_*() by pci_*() macros 5baacb540c5a serial: 8250_pci: Refactor the loop in pci_ite887x_init() 55e5487ae294 PCI: qcom: Power on PHY before IPQ8074 DBI register accesses c5d3873d3e1c PCI/AER: Iterate over error counters instead of error strings 0b4c0003aeda iommu/vt-d: avoid invalid memory access via node_online(NUMA_NO_NODE) f2145a1bf7ab KVM: x86: Signal #GP, not -EPERM, on bad WRMSR(MCi_CTL/STATUS) 1f71d1f7f491 KVM: set_msr_mce: Permit guests to ignore single-bit ECC errors 925cc6d6ff8a intel_th: pci: Add Raptor Lake-S CPU support 6d3c02fd9600 intel_th: pci: Add Raptor Lake-S PCH support df6faa9798eb intel_th: pci: Add Meteor Lake-P support 2b5ef6430c21 scsi: lpfc: Remove extra atomic_inc on cmd_pending in queuecommand after VMID b4543dbea84c scsi: lpfc: SLI path split: Refactor SCSI paths c56cc7fefc31 scsi: lpfc: SLI path split: Refactor fast and slow paths to native SLI4 1c5e670d6a5a scsi: lpfc: SLI path split: Refactor lpfc_iocbq eb36ec3039ce scsi: lpfc: Fix EEH support for NVMe I/O 0c29e149b6bb firmware: arm_scpi: Ensure scpi_info is not assigned if the probe fails b574d1e3e9a2 usbnet: smsc95xx: Fix deadlock on runtime resume eaf3a094d892 usbnet: smsc95xx: Forward PHY interrupts to PHY driver to avoid polling 09201006dac9 usbnet: smsc95xx: Avoid link settings race on interrupt reception 048872438876 usbnet: smsc95xx: Don't clear read-only PHY interrupt c232db672713 drm/vc4: drv: Adopt the dma configuration from the HVS or V3D component 4a54c13786c5 drm/dp/mst: Read the extended DPCD capabilities during system resume 3dd33a09f5dc crypto: blake2s - remove shash module f96a9815b466 drm/mediatek: Keep dsi as LP00 before dcs cmds transfer 8aa68065a877 drm/mediatek: Allow commands to be sent during video mode 1e0ca3d809c3 spmi: trace: fix stack-out-of-bound access in SPMI tracing functions 8cbc36e7e37a __follow_mount_rcu(): verify that mount_lock remains unchanged 60c981f4b787 Input: gscps2 - check return value of ioremap() in gscps2_probe() 9e255ed238fc posix-cpu-timers: Cleanup CPU timers before freeing them during exec c9c965fa1974 SMB3: fix lease break timeout when multiple deferred close handles for the same file. c273671ae826 x86/olpc: fix 'logical not is only applied to the left hand side' 1cbf3882cb37 x86/kprobes: Update kcb status flag after singlestepping 7c91c8da431d ftrace/x86: Add back ftrace_expected assignment 0b00cb428f74 x86/bugs: Enable STIBP for IBPB mitigated RETBleed 15f67058a1ee scsi: qla2xxx: Fix losing FCP-2 targets during port perturbation tests 6f1d5e6979c1 scsi: qla2xxx: Fix losing target when it reappears during delete 420e449e21b9 scsi: qla2xxx: Fix losing FCP-2 targets on long port disable with I/Os 3f1102898b7b scsi: qla2xxx: Wind down adapter after PCIe error 3b38c7f0c6ac scsi: qla2xxx: Fix erroneous mailbox timeout after PCI error injection 1209da5278eb scsi: qla2xxx: Fix excessive I/O error messages by default b7bae3886a30 scsi: qla2xxx: Fix crash due to stale SRB access around I/O timeouts a76a155851fc scsi: qla2xxx: Turn off multi-queue for 8G adapters 505fb1cc4328 scsi: qla2xxx: Fix discovery issues in FC-AL topology 27a7805a19a7 scsi: qla2xxx: Fix imbalance vha->vref_count 781a7dabeac2 scsi: zfcp: Fix missing auto port scan and thus missing target ports f5183d66c4f4 scsi: ufs: core: Correct ufshcd_shutdown() flow ce50d94afcb8 video: fbdev: s3fb: Check the size of screen before memset_io() 0701df594bc1 video: fbdev: arkfb: Check the size of screen before memset_io() 4a3cef1eaced video: fbdev: vt8623fb: Check the size of screen before memset_io() fff6bb19d56c f2fs: do not allow to decompress files have FI_COMPRESS_RELEASED 05244b62ae94 f2fs: allow compression for mmap files in compress_mode=user 608d4c5f9f4d x86/entry: Build thunk_$(BITS) only if CONFIG_PREEMPTION=y 748d2e9585ae sched/core: Do not requeue task on CPU excluded from cpus_mask dd960a0ddd43 sched: Remove the limitation of WF_ON_CPU on wakelist if wakee cpu is idle f9ab9bcf53b6 sched: Fix the check of nr_running at queue wakelist 1584dc3da7b4 tools/thermal: Fix possible path truncations 236c1502520b video: fbdev: arkfb: Fix a divide-by-zero bug in ark_set_pixclock() 3bb94ff1e794 x86/numa: Use cpumask_available instead of hardcoded NULL check 147f66d22f58 sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowed e51b98166334 sched/deadline: Merge dl_task_can_attach() and dl_cpu_busy() 8fb62a576178 scripts/faddr2line: Fix vmlinux detection on arm64 7f060ad6cb86 genelf: Use HAVE_LIBCRYPTO_SUPPORT, not the never defined HAVE_LIBCRYPTO e1c355ec7df1 powerpc/pci: Fix PHB numbering when using opal-phbid 31dad89b16ed x86/bus_lock: Don't assume the init value of DEBUGCTLMSR.BUS_LOCK_DETECT to be zero a1edb85e60fd kprobes: Forbid probing on trampoline and BPF code areas 533a06858b01 perf symbol: Fail to read phdr workaround 5eaa93caa63a powerpc/cell/axon_msi: Fix refcount leak in setup_msi_msg_address ea494e8a9852 powerpc/xive: Fix refcount leak in xive_get_max_prio 69e9fa07b229 powerpc/spufs: Fix refcount leak in spufs_init_isolated_loader 74715fe0726c f2fs: fix to remove F2FS_COMPR_FL and tag F2FS_NOCOMP_FL at the same time 9536d5451cf4 s390/smp: enforce lowcore protection on CPU restart 70caac180f14 s390/maccess: rework absolute lowcore accessors ac0a3e2131bd s390/smp: cleanup control register update routines a002b8641254 s390/smp: cleanup target CPU callback starting 9287df436294 s390/dump: fix os_info virtual vs physical address confusion cf0e42eb04c7 tty: serial: fsl_lpuart: correct the count of break characters ef0f4eeaba24 powerpc/pci: Prefer PCI domain assignment via DT 'linux,pci-domain' and alias df466a61f699 powerpc/iommu: Fix iommu_table_in_use for a small default DMA window case 5414409ada0c powerpc/32: Do not allow selection of e5500 or e6500 CPUs on PPC32 14965b8e2952 powerpc/32: Call mmu_mark_initmem_nx() regardless of data block mapping. 96ead6679803 ASoC: mchp-spdifrx: disable end of block interrupt on failures 8301c204db28 video: fbdev: sis: fix typos in SiS_GetModeID() 29f06f1905c3 video: fbdev: amba-clcd: Fix refcount leak bugs f28764d10e9f watchdog: armada_37xx_wdt: check the return value of devm_ioremap() in armada_37xx_wdt_probe() 84ddf527f907 watchdog: sp5100_tco: Fix a memory leak of EFCH MMIO resource 27d0c621225d ASoC: audio-graph-card: Add of_node_put() in fail path 642ebdd9579d fuse: Remove the control interface for virtio-fs 509a5cb39019 ASoC: qcom: q6dsp: Fix an off-by-one in q6adm_alloc_copp() 2e1b17ec0423 ASoC: imx-card: use snd_pcm_format_t type for asrc_format 8ea7f75b87fa ASoC: fsl_easrc: use snd_pcm_format_t type for sample_format 78263868dbe5 ASoC: fsl-asoc-card: force cast the asrc_format type 10961cbaea2a ASoC: fsl_asrc: force cast the asrc_format type b08c3473ee1e s390/zcore: fix race when reading from hardware system area f1415771f6a1 s390/crash: fix incorrect number of bytes to copy to user space 2165fd2bae8a s390/maccess: fix semantics of memcpy_real() and its callers ceea1bc15310 s390/dump: fix old lowcore virtual vs physical address confusion 3ea02fc5d488 perf tools: Fix dso_id inode generation comparison c7d4e6cdd14f iommu/arm-smmu: qcom_iommu: Add of_node_put() when breaking out of loop facd31bbc799 mfd: max77620: Fix refcount leak in max77620_initialise_fps a8aa2a76eec7 mfd: t7l66xb: Drop platform disable callback 0386a985a802 remoteproc: sysmon: Wait for SSCTL service to come up 48042b342eae remoteproc: qcom: pas: Check if coredump is enabled 3336e7c0767f proc: fix a dentry lock race between release_task and lookup f28e4d214839 lib/smp_processor_id: fix imbalanced instrumentation_end() call 74824db8b2fa kfifo: fix kfifo_to_user() return type ece6cfe62a10 rpmsg: qcom_smd: Fix refcount leak in qcom_smd_parse_edge f543a9d19c29 MIPS: Fixed __debug_virt_addr_valid() 8324649b0035 net: 9p: fix refcount leak in p9_read_work() error handling 273c16d93f86 9p: Add client parameter to p9_req_put() 3ac76cdab956 9p: Drop kref usage eb3eed52a77c 9p: fix a bunch of checkpatch warnings 79f1a945bcaf iommu/exynos: Handle failed IOMMU device registration properly 9a06340c9d95 serial: 8250_bcm7271: Save/restore RTS in suspend/resume 3d69d86b3e9d ASoC: mt6359: Fix refcount leak bug 1008e81163e8 swiotlb: fail map correctly with failed io_tlb_default_mem 80f697b57f57 MIPS: vdso: Utilize __pa() for gic_pfn 447e0f4be850 tty: n_gsm: fix missing corner cases in gsmld_poll() c94ea1a49eb8 tty: n_gsm: fix DM command fdcd4b065224 tty: n_gsm: fix wrong T1 retry count handling 583cba5004f0 serial: 8250_fsl: Don't report FE, PE and OE twice 79ed8856445b vfio/ccw: Do not change FSM state in subchannel event 2ebb5a55d526 remoteproc: qcom: wcnss: Fix handling of IRQs fd3adcb84f7f ASoC: imx-card: Fix DSD/PDM mclk frequency 7c69f70dc515 ASoC: qcom: Fix missing of_node_put() in asoc_qcom_lpass_cpu_platform_probe() e46bc8cacdb6 tty: n_gsm: fix resource allocation order in gsm_activate_mux() c9754e10f1a5 tty: n_gsm: fix race condition in gsmld_write() a7fa41552407 tty: n_gsm: fix packet re-transmission without open control channel ace28afbc63f tty: n_gsm: fix non flow control frames during mux flow off dd37f6573878 tty: n_gsm: fix missing timer to handle stalled links 1018139cbb48 tty: n_gsm: fix wrong queuing behavior in gsm_dlci_data_output() dfa9b6d34aac tty: n_gsm: fix tty registration before control channel open 3c8d5fdca881 tty: n_gsm: fix user open not possible at responder until initiator open 794604fbd716 tty: n_gsm: Delete gsmtty open SABM frame when config requester 76385916d093 ASoC: samsung: change gpiod_speaker_power and rx1950_audio from global to static variables 87b1a9175f08 powerpc/perf: Optimize clearing the pending PMI and remove WARN_ON for PMI check in power_pmu_disable b01b18cd3d92 ASoC: samsung: h1940_uda1380: include proepr GPIO consumer header 0dc1663e3fc2 remoteproc: imx_rproc: Fix refcount leak in imx_rproc_addr_init f0c151602f9b profiling: fix shift too large makes kernel panic 49929f3ee8d3 selftests/livepatch: better synchronize test_klp_callbacks_busy cf112a52d758 remoteproc: k3-r5: Fix refcount leak in k3_r5_cluster_of_init 2a7d605d74a2 rpmsg: mtk_rpmsg: Fix circular locking dependency f061773b7b55 rpmsg: char: Add mutex protection for rpmsg_eptdev_open() c81935d0e056 ASoC: codecs: wcd9335: move gains from SX_TLV to S8_TLV a24bb7fe7bab ASoC: codecs: msm8916-wcd-digital: move gains from SX_TLV to S8_TLV 372b49ba0775 serial: 8250_dw: Store LSR into lsr_saved_flags in dw8250_tx_wait_empty() ad7fd9f652bc serial: 8250: dma: Allow driver operations before starting DMA transfers f945b12e65c5 serial: 8250: Export ICR access helpers for internal use 994f2edeeb21 ASoC: mediatek: mt8173-rt5650: Fix refcount leak in mt8173_rt5650_dev_probe 542861e5e2fa ASoC: codecs: da7210: add check for i2c_add_driver 7dee72b1bcec ASoC: mt6797-mt6351: Fix refcount leak in mt6797_mt6351_dev_probe 540c7b7385fb ASoC: mediatek: mt8173: Fix refcount leak in mt8173_rt5650_rt5676_dev_probe 349242e6445a ASoC: imx-audmux: Silence a clang warning d69244d0ff1e ASoC: samsung: Fix error handling in aries_audio_probe 1065c3853258 ASoC: cros_ec_codec: Fix refcount leak in cros_ec_codec_platform_probe 13741bb88a93 opp: Fix error check in dev_pm_opp_attach_genpd() 0edd9f8d13a8 usb: cdns3: Don't use priv_dev uninitialized in cdns3_gadget_ep_enable() e62f79827784 jbd2: fix assertion 'jh->b_frozen_data == NULL' failure when journal aborted 5f9c70833ba6 ext4: recover csum seed of tmp_inode after migrating to extents b0e1268a8efd jbd2: fix outstanding credits assert in jbd2_journal_commit_transaction() 70f70d54f06b block: ensure iov_iter advances for added pages a24f05f7ced7 block/bio: remove duplicate append pages code 54e5b14c9b7f nvme: catch -ENODEV from nvme_revalidate_zones again a3f6aeba670e nvme: don't return an error from nvme_configure_metadata 92a6233585dc nvme: disable namespace access for unsupported metadata 52cd55a4fb2d nvme: define compat_ioctl again to unbreak 32-bit userspace. 34552bf35f91 nvme: use command_id instead of req->tag in trace_nvme_complete_rq() 87e7ba8b0b5b null_blk: fix ida error handling in null_add_dev() 06f39bc5a7e9 block/rnbd-srv: Set keep_id to true after mutex_trylock 2ceeb04252e6 RDMA/rxe: Fix error unwind in rxe_create_qp() bfb54ad9581d RDMA/rxe: Remove the is_user members of struct rxe_sq/rxe_rq/rxe_srq 66c735c9a747 RDMA/rxe: Add memory barriers to kernel queues 931990c820bb RDMA/mlx5: Add missing check for return value in get namespace flow 0911cadd4f59 of/fdt: declared return type does not match actual return type 128eeac87618 selftests: kvm: set rax before vmcall 9fc8d3bee714 mm/mmap.c: fix missing call to vm_unacct_memory in mmap_region 622ef885a89a android: binder: stop saving a pointer to the VMA e60d7e2462bf RDMA/srpt: Fix a use-after-free e7e853cdde17 RDMA/srpt: Introduce a reference count in struct srpt_device ca120c04bfa8 RDMA/srpt: Duplicate port name members 28621b38ac57 platform/olpc: Fix uninitialized data in debugfs write e389e927e8f1 KVM: nVMX: Set UMIP bit CR4_FIXED1 MSR when emulating UMIP ee890b463398 mtd: spi-nor: fix spi_nor_spimem_setup_op() call in spi_nor_erase_{sector,chip}() bfa020146858 usb: cdns3: change place of 'priv_ep' assignment in cdns3_gadget_ep_dequeue(), cdns3_gadget_ep_enable() 477c95578c3a USB: serial: fix tty-port initialized comments 2988443802fc HID: amd_sfh: Handle condition of "no sensors" 0d265155501e PCI: tegra194: Fix link up retry sequence 472db7de9ff5 PCI: tegra194: Fix Root Port interrupt handling e4adb10bc5c6 RDMA/rxe: For invalidate compare according to set keys in mr 3695aa94d789 HID: alps: Declare U1_UNICORN_LEGACY support 71fdd63bfdbc mmc: cavium-thunderx: Add of_node_put() when breaking out of loop 209b5d06e989 mmc: cavium-octeon: Add of_node_put() when breaking out of loop 022c8d3f45fc RDMA/rxe: Fix mw bind to allow any consumer key portion 45382d69074a scripts/gdb: fix 'lx-dmesg' on 32 bits arch 9227a870b8e2 scripts/gdb: lx-dmesg: read records individually 3adcd80b5e10 dmaengine: imx-dma: Cast of_device_get_match_data() with (uintptr_t) 118e05368e27 HID: amd_sfh: Add NULL check for hid device 91443c669d28 HID: mcp2221: prevent a buffer overflow in mcp_smbus_write() eafb19c8fe04 gpio: gpiolib-of: Fix refcount bugs in of_mm_gpiochip_add_data() e25b828553ae RDMA/hfi1: fix potential memory leak in setup_base_ctxt() 5870343eabea clk: qcom: gcc-msm8939: Fix weird field spacing in ftbl_gcc_camss_cci_clk c41664346aa6 iio: cros: Register FIFO callback after sensor is registered f6e26e1a5f60 RDMA/siw: Fix duplicated reported IW_CM_EVENT_CONNECT_REPLY event 9fc44cfd1866 RDMA/hns: Fix incorrect clearing of interrupt status register 7e647a8d5fc0 RDMA/qedr: Fix potential memory leak in __qedr_alloc_mr() f851d8097fd9 RDMA/rtrs-clt: Replace list_next_or_null_rr_rcu with an inline function 527df029be34 RDMA/rtrs-clt: Rename rtrs_clt_sess to rtrs_clt_path bab17b761c89 RDMA/rtrs-srv: Rename rtrs_srv_sess to rtrs_srv_path f706fcd56858 RDMA/rtrs: Rename rtrs_sess to rtrs_path e44928f2db0f RDMA/rtrs: Do not allow sessname to contain special symbols / and . 8b6dba78922d RDMA/rtrs: Introduce destroy_cq helper 001f93b39ef7 RDMA/rtrs: Replace duplicate check with is_pollqueue helper 9c663e73f556 RDMA/rtrs: Fix warning when use poll mode on client side. 08ff62fff0b1 RDMA/rtrs-srv: Fix modinfo output for stringify b801e80e1162 RDMA/irdma: Fix setting of QP context err_rq_idx_valid field 9f9ef6cb72a3 RDMA/irdma: Fix VLAN connection with wildcard address 92520864ef9f RDMA/irdma: Fix a window for use-after-free 62d610cfc16f um: random: Don't initialise hwrng struct with zero 3bf1085657f8 interconnect: imx: fix max_node_id 52537ea892a5 phy: stm32: fix error return in stm32_usbphyc_phy_init 3f2989ed9570 eeprom: idt_89hpesx: uninitialized data in idt_dbgfs_csr_write() edd22e6ad249 usb: dwc3: qcom: fix missing optional irq warnings 116540c1052e usb: dwc3: core: Do not perform GCTL_CORE_SOFTRESET during bootup 92728470a952 usb: dwc3: core: Deprecate GCTL.CORESOFTRESET 4070f3c83cd2 usb: aspeed-vhub: Fix refcount leak bug in ast_vhub_init_desc() 120538461985 usb: gadget: udc: amd5536 depends on HAS_DMA 7689427e238d xtensa: iss: fix handling error cases in iss_net_configure() 758145c84fe1 xtensa: iss/network: provide release() callback c5641494cd7e scsi: smartpqi: Fix DMA direction for RAID requests 80f876b26dab PCI: qcom: Set up rev 2.1.0 PARF_PHY before enabling clocks c968af565ca6 PCI/portdrv: Don't disable AER reporting in get_port_device_capability() 81ea65c9aefe KVM: s390: pv: leak the topmost page table when destroy fails d795bbde3ff0 mmc: block: Add single read for 4k sector cards f8585cad6dea of: device: Fix missing of_node_put() in of_dma_set_restricted_buffer 5325975c19e3 mmc: sdhci-of-at91: fix set_uhs_signaling rewriting of MC1R 961d7d12080f memstick/ms_block: Fix a memory leak 2b12af05848f memstick/ms_block: Fix some incorrect memory allocation 125534d2591f mmc: renesas_sdhi: Get the reset handle early in the probe 268afd446ace mmc: mxcmmc: Silence a clang warning 352377cf7471 mmc: sdhci-of-esdhc: Fix refcount leak in esdhc_signal_voltage_switch e3a1eaea6631 staging: rtl8192u: Fix sleep in atomic context bug in dm_fsync_timer_callback 2c254fe3c5fc binder: fix redefinition of seq_file attributes 566887bad7ff intel_th: msu: Fix vmalloced buffers 08ec393b1d30 intel_th: msu-sink: Potential dereference of null pointer 9b5469573a27 intel_th: Fix a resource leak in an error handling path 0b154b745d11 scsi: qla2xxx: Check correct variable in qla24xx_async_gffid() 1a8cc2ed9547 PCI: endpoint: Don't stop controller when unbinding endpoint function 5ab2782c944e dmaengine: sf-pdma: Add multithread support for a DMA channel ebea637e9f4b KVM: arm64: Don't return from void function 250b46505175 soundwire: revisit driver bind/unbind and callbacks 3abe387e759a soundwire: bus_type: fix remove and shutdown support 06a949457a8d PCI: dwc: Always enable CDM check if "snps,enable-cdm-check" exists b03a8f1264ea PCI: dwc: Deallocate EPC memory on dw_pcie_ep_init() errors 981f451f3708 PCI: dwc: Set INCREASE_REGION_SIZE flag based on limit address 0f5e892c41b9 PCI: dwc: Disable outbound windows only for controllers using iATU 68c2cda90522 PCI: dwc: Add unroll iATU space support to dw_pcie_disable_atu() dbbfb410a3dd PCI: dwc: Stop link on host_init errors and de-initialization 44652154484e mm/mempolicy: fix get_nodes out of bound access 0b9f2f2a0488 clk: qcom: clk-rcg2: Make sure to not write d=0 to the NMD register 522e13ebbf48 clk: qcom: clk-rcg2: Fail Duty-Cycle configuration if MND divider is not enabled. 433a22104012 clk: qcom: camcc-sm8250: Fix topology around titan_top power domain 123c76fbc2dd clk: qcom: camcc-sdm845: Fix topology around titan_top power domain 93ff4172b9b2 clk: qcom: ipq8074: set BRANCH_HALT_DELAY flag for UBI clocks fd60d861624d clk: qcom: ipq8074: fix NSS port frequency tables 7616ebecd358 clk: qcom: ipq8074: SW workaround for UBI32 PLL lock 6f74519efa6a clk: qcom: ipq8074: fix NSS core PLL-s 3b4934a635d9 RDMA/rxe: Fix deadlock in rxe_do_local_ops() dac3ecbd1ab8 usb: host: xhci: use snprintf() in xhci_decode_trb() 26b305f01d62 clk: qcom: gcc-msm8939: Point MM peripherals to system_mm_noc clock d605b4125e77 clk: qcom: gcc-msm8939: Add missing system_mm_noc_bfdcd_clk_src 558b097f8cdb clk: qcom: gcc-msm8939: Fix bimc_ddr_clk_src rcgr base address 0c787dfc2238 clk: qcom: gcc-msm8939: Add missing SYSTEM_MM_NOC_BFDCD_CLK_SRC 9ed2640eb883 clk: qcom: clk-krait: unlock spin after mux completion 733ab0c19bf1 driver core: fix potential deadlock in __driver_attach 80169b136c89 misc: rtsx: Fix an error handling path in rtsx_pci_probe() 30f44ddfdb49 clk: qcom: camcc-sm8250: Fix halt on boot by reducing driver's init level 2e79153d2ce9 mtd: dataflash: Add SPI ID table 7837281f83bc dmaengine: dw-edma: Fix eDMA Rd/Wr-channels and DMA-direction semantics 3e541526aab6 scsi: iscsi: Fix session removal on shutdown ca8936581506 scsi: iscsi: Add helper to remove a session from the kernel 49f7414a1982 scsi: iscsi: Allow iscsi_if_stop_conn() to be called from kernel a78b882c1a9f mwifiex: fix sleep in atomic context bugs caused by dev_coredumpv 358fbfc1322b mwifiex: Ignore BTCOEX events from the 88W8897 firmware 26cdeedbb616 KVM: Don't set Accessed/Dirty bits for ZERO_PAGE d56c5eac8476 mm/memremap: fix memunmap_pages() race with get_dev_pagemap() d18a9085654b memremap: remove support for external pgmap refcounts d1e0ceeec04a lib/test_hmm: avoid accessing uninitialized pages 81b64a9da38f clk: mediatek: reset: Fix written reset bit offset 31c1072e6b55 iio: accel: bma400: Reordering of header files 363c82a63478 platform/chrome: cros_ec: Always expose last resume result 95faac56051b iio: accel: bma400: Fix the scale min and max macro values 17d7a36dcd46 scsi: qla2xxx: edif: Fix no logout on delete for N2N 3db6a63bae5f scsi: qla2xxx: edif: Fix session thrash 4c35b8eb3dc2 scsi: qla2xxx: edif: Tear down session if keys have been removed 58277fa8333f scsi: qla2xxx: edif: Fix no login after app start 1138e2da4244 scsi: qla2xxx: edif: Reduce disruption due to multiple app start cc5745f2ee40 scsi: qla2xxx: edif: Send LOGO for unexpected IKE message 154bf040ba53 netfilter: xtables: Bring SPDX identifier back 8cffaf09336b usb: xhci: tegra: Fix error check 4240b6e0f3b3 usb: gadget: tegra-xudc: Fix error check in tegra_xudc_powerdomain_init() 59026d5cc615 usb: ohci-nxp: Fix refcount leak in ohci_hcd_nxp_probe c0a4b454486b usb: host: Fix refcount leak in ehci_hcd_ppc_of_probe 1e5ec5e90e77 fpga: altera-pr-ip: fix unsigned comparison with less than zero 0675fe20da7f PCI: mediatek-gen3: Fix refcount leak in mtk_pcie_init_irq_domains() c99dca4ebc78 mtd: st_spi_fsm: Add a clk_disable_unprepare() in .probe()'s error path 762475464982 mtd: parsers: ofpart: Fix refcount leak in bcm4908_partitions_fw_offset 8ea607579d30 mtd: partitions: Fix refcount leak in parse_redboot_of 1ef96afd4f5a mtd: sm_ftl: Fix deadlock caused by cancel_work_sync in sm_release 8489a20ac481 HID: cp2112: prevent a buffer overflow in cp2112_xfer() 879bcbbec3e0 PCI: tegra194: Fix PM error handling in tegra_pcie_config_ep() c0ad5c7e68d1 PCI: microchip: Fix refcount leak in mc_pcie_init_irq_domains() ff1e7aea3ef7 phy: samsung: exynosautov9-ufs: correct TSRV register configurations 7840dce7966a KVM: SVM: Stuff next_rip on emulated INT3 injection if NRIPS is supported 2adc7032ec84 KVM: SVM: Unwind "speculative" RIP advancement if INTn injection "fails" 473ba2ee7641 scsi: qla2xxx: edif: Fix n2n login retry for secure device fd2c194089eb scsi: qla2xxx: edif: Fix n2n discovery issue with secure target ba051e1fe739 scsi: qla2xxx: edif: Add retry for ELS passthrough 703e1ccf6ff9 scsi: qla2xxx: edif: Synchronize NPIV deletion with authentication application d7d254cc1348 scsi: qla2xxx: edif: Fix inconsistent check of db_flags aa7269ee63ec scsi: qla2xxx: edif: Reduce connection thrash 7b2fbfa4b2cd scsi: qla2xxx: edif: Fix potential stuck session in sa update bf890f1408b2 scsi: qla2xxx: edif: Reduce Initiator-Initiator thrashing beb5bba5dd13 of: check previous kernel's ima-kexec-buffer against memory bounds 098b7e83b318 mtd: rawnand: meson: Fix a potential double free issue d5730780e9ea mtd: maps: Fix refcount leak in ap_flash_init 4d67c8f74d80 mtd: maps: Fix refcount leak in of_flash_probe_versatile f74bd76a7524 clk: renesas: r9a06g032: Fix UART clkgrp bitsel 36c27d813e75 HID: amd_sfh: Don't show client init failed as error when discovery fails c36369f7db87 wireguard: allowedips: don't corrupt stack when detecting overflow 73ccc2b153a2 wireguard: ratelimiter: use hrtimer in selftest 1618e0f1ed59 net: usb: make USB_RTL8153_ECM non user configurable 8890bdb93ff5 dccp: put dccp_qpolicy_full() and dccp_qpolicy_push() in the same lock d4249d465da3 net: ionic: fix error check for vlan flags in ionic_set_nic_features() 857f390dfdac net: rose: fix netdev reference changes bde545304f3d netdevsim: Avoid allocation warnings triggered from user space c9d901e17142 iavf: Fix 'tc qdisc show' listing too many queues d70ecd933042 iavf: Fix max_rate limiting f1974d3042d6 wifi: rtw88: check the return value of alloc_workqueue() f671cf48f383 netdevsim: fib: Fix reference count leak on route deletion failure 51dd6d3beb7f net: allow unbound socket for packets in VRF when tcp_l3mdev_accept set 8fd69d3df9f4 ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH() 68bf74ec95c3 inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH() c8b1baca99cf crypto: hisilicon/sec - fix auth key size error 996be53de07b crypto: inside-secure - Add missing MODULE_DEVICE_TABLE for of 0d11ab3db14b crypto: hisilicon/hpre - don't use GFP_KERNEL to alloc mem during softirq e5697a0a4529 net/mlx5: Adjust log_max_qp to be 18 at most 2d800deb8766 net/mlx5e: Fix the value of MLX5E_MAX_RQ_NUM_MTTS 2109cba576c5 net/mlx5e: Remove WARN_ON when trying to offload an unsupported TLS cipher/version 22ae7f434f1f media: cedrus: hevc: Add check for invalid timestamp d7365590d15b wifi: libertas: Fix possible refcount leak in if_usb_probe() 4a40af2b0b95 wifi: iwlwifi: mvm: fix double list_add at iwl_mvm_mac_wake_tx_queue 689e5caf63e9 wifi: wil6210: debugfs: fix uninitialized variable use in `wil_write_file_wmi()` b50f5aa9f527 i2c: mux-gpmux: Add of_node_put() when breaking out of loop 4fc616e25b66 i2c: cadence: Support PEC for SMBus block read aa6da8c32acb Bluetooth: hci_intel: Add check for platform_driver_register d1bedcd7947b can: pch_can: pch_can_error(): initialize errc before using it 5793da4db3a9 can: error: specify the values of data[5..7] of CAN error frames 3d70b6605a94 can: usb_8dev: do not report txerr and rxerr during bus-off bbe42d5dc486 can: kvaser_usb_leaf: do not report txerr and rxerr during bus-off 0b328f9c7912 can: kvaser_usb_hydra: do not report txerr and rxerr during bus-off 4b71a3c2a29c can: sun4i_can: do not report txerr and rxerr during bus-off dcfcd5fc999b can: hi311x: do not report txerr and rxerr during bus-off 715ced011394 can: sja1000: do not report txerr and rxerr during bus-off b8c29e29059e can: rcar_can: do not report txerr and rxerr during bus-off ba0110c2dd03 can: pch_can: do not report txerr and rxerr during bus-off cbfcc7c4cc61 libbpf: fix an snprintf() overflow check ad3e3212492c selftests/bpf: fix a test for snprintf() overflow 4388ea680346 wifi: p54: add missing parentheses in p54_flush() 71fc0615c91e wifi: p54: Fix an error handling path in p54spi_probe() 074e865b37da wifi: wil6210: debugfs: fix info leak in wil_write_file_wmi() 05f3b437c962 media: staging: media: hantro: Fix typos 6b593bcc6e6d media: hevc: Embedded indexes in RPS 223b977c1cd4 media: hantro: Simplify postprocessor 9d36596b5f71 media: hantro: postproc: Fix motion vector space size b1385d437e90 media: cedrus: h265: Fix flag name f29659bad1d5 fs: check FMODE_LSEEK to control internal pipe splicing c9a8a448e5e4 bpf: Fix subprog names in stack traces. 8ff5be75ae31 selftests: timers: clocksource-switch: fix passing errors from child 4d3481398287 selftests: timers: valid-adjtimex: build fix for newer toolchains 070527cc3124 libbpf: Fix the name of a reused map 273c11d9a900 tcp: make retransmitted SKB fit into the send window 68f9f522ddf1 drm/exynos/exynos7_drm_decon: free resources when clk_set_parent() failed. 293c53b7dbf9 skmsg: Fix invalid last sg check in sk_msg_recvmsg() c4ff3cef5d96 mediatek: mt76: eeprom: fix missing of_node_put() in mt76_find_power_limits_node() f646d94d7aec mediatek: mt76: mac80211: Fix missing of_node_put() in mt76_led_init() 2837f4e90b13 mt76: mt7921: enlarge maximum VHT MPDU length to 11454 6e83b10d8c7a mt76: mt7921: fix aggregation subframes setting to HE max 0fb9387b8584 ieee80211: add EHT 1K aggregation definitions 67cd6261d38a mt76: mt7615: do not update pm stats in case of error f1609c4f4a21 mt76: mt76x02u: fix possible memory leak in __mt76x02u_mcu_send_msg 1a63d33006dc drm/msm/dpu: Fix for non-visible planes 340bfec294d5 drm/msm: Avoid dirtyfb stalls on video mode displays (v2) 7404d09455a0 media: platform: mtk-mdp: Fix mdp_ipi_comm structure alignment d6aee36c2f6f crypto: hisilicon - Kunpeng916 crypto driver don't sleep when in softirq aa495dfe7122 crypto: hisilicon/sec - don't sleep when in softirq f4e3a8c7e890 drm/msm/mdp5: Fix global state lock backoff 693f31dc9156 net: hinic: avoid kernel hung in hinic_get_stats64() e850a4fc89b0 net: hinic: fix bug that ethtool get wrong stats 8757ef67ce6b hinic: Use the bitmap API when applicable 3052197b1175 drm: bridge: sii8620: fix possible off-by-one 371331ede81d drm/mediatek: dpi: Only enable dpi after the bridge is enabled 4f541100fb28 drm/mediatek: dpi: Remove output format of YUV 23b1133bd33b drm/rockchip: Fix an error handling path rockchip_dp_probe() 703d706b23ac drm/rockchip: vop: Don't crash for invalid duplicate_state() 668fd740f8a6 selftests/xsk: Destroy BPF resources only when ctx refcount drops to 0 1fc6ba6d0dae crypto: arm64/gcm - Select AEAD for GHASH_ARM64_CE 8dc3b5d150b2 drm/vc4: hdmi: Correct HDMI timing registers for interlaced modes bbb4c0deae82 drm/vc4: hdmi: Fix timings for interlaced modes 6ffe6a64ef24 drm/vc4: hdmi: Reset HDMI MISC_CONTROL register 43d393e7cbb9 drm/vc4: hdmi: Avoid full hdmi audio fifo writes f30480775a6b drm/vc4: hdmi: Fix HPD GPIO detection 07d7d4330403 drm/vc4: dsi: Add correct stop condition to vc4_dsi_encoder_disable iteration 21febebc4fcc drm/vc4: dsi: Fix dsi0 interrupt support b096779a8276 drm/vc4: dsi: Register dsi0 as the correct vc4 encoder type fe6ebdb61559 drm/vc4: dsi: Correct pixel order for DSI0 62b6d4308c2c drm/vc4: dsi: Correct DSI divider calculations 80e2db799b38 drm/vc4: dsi: Release workaround buffer and DMA 3d722c01d628 drm/vc4: Use of_device_get_match_data() c653b2c6a247 drm/vc4: dsi: Switch to devm_drm_of_get_bridge ed486d15084f drm/bridge: Add a function to abstract away panels b6fea72ea1aa drm/vc4: plane: Fix margin calculations for the right/bottom edges 645b294e9bf7 drm/vc4: plane: Remove subpixel positioning check 0597bcf77489 media: tw686x: Fix memory leak in tw686x_video_init ad1a66b40bf8 media: driver/nxp/imx-jpeg: fix a unexpected return value problem db01d107c21f media: v4l2-mem2mem: prevent pollerr when last_buffer_dequeued is set 7ca91b2d870f media: hdpvr: fix error value returns in hdpvr_read 3123ae6fdd40 drm/mcde: Fix refcount leak in mcde_dsi_bind 375a6fdf7d54 media: imx-jpeg: Disable slot interrupt when frame done 54f1c0606695 drm: bridge: adv7511: Add check for mipi_dsi_driver_register f831d2882c84 crypto: ccp - During shutdown, check SEV data pointer before using 8f458e34a804 test_bpf: fix incorrect netdev features 621595f771a6 rcutorture: Fix ksoftirqd boosting timing and iteration 489b93ac63d2 rcutorture: Don't cpuhp_remove_state() if cpuhp_setup_state() failed 5a6ff3e32a0c rcutorture: Warn on individual rcu_torture_init() error conditions e32f8c51a650 drm/radeon: fix incorrrect SPDX-License-Identifiers 88b551561ded wifi: iwlegacy: 4965: fix potential off-by-one overflow in il4965_rs_fill_link_cmd() 03ca957c5f7b ath9k: fix use-after-free in ath9k_hif_usb_rx_cb ebde990e2436 media: imx-jpeg: Implement drain using v4l2-mem2mem helpers 9ae2d729de63 media: imx-jpeg: Align upwards buffer size 88355f7b682b media: imx-jpeg: Support dynamic resolution change 07888b84f370 media: imx-jpeg: Handle source change in a function 8fcbb2e91e26 media: imx-jpeg: Identify and handle precision correctly 24eef33c384e media: imx-jpeg: Refactor function mxc_jpeg_parse cab2a15969d0 media: imx-jpeg: Set V4L2_BUF_FLAG_LAST at eos 5709766b078a media: imx-jpeg: use NV12M to represent non contiguous NV12 cbc257317106 media: imx-jpeg: Add pm-runtime support for imx-jpeg c0d98e53e921 media: imx-jpeg: Leave a blank space before the configuration data 2c784c14938a media: imx-jpeg: Correct some definition according specification 33196a7ac6fa media: tw686x: Register the irq at the end of probe f61c0d97bdc8 media: atmel: atmel-sama7g5-isc: fix warning in configs without OF 85c317a626b8 crypto: sun8i-ss - fix infinite loop in sun8i_ss_setup_ivs() 35927d7509ab i2c: Fix a potential use after free 8b4bba610f52 can: netlink: allow configuring of fixed data bit rates without need for do_set_data_bittiming callback d9bd6a965908 can: netlink: allow configuring of fixed bit rates without need for do_set_bittiming callback ab5a4e0cbfe3 net: fix sk_wmem_schedule() and sk_rmem_schedule() errors d806f3ae4b3c crypto: sun8i-ss - fix error codes in allocate_flows() b3cb6006857c crypto: sun8i-ss - do not allocate memory when handling hash requests aeecc92f5a68 drm: adv7511: override i2c address of cec before accessing it 72893aadc001 drm/virtio: Fix NULL vs IS_ERR checking in virtio_gpu_object_shmem_init ff0087df198d drm/shmem-helper: Pass GEM shmem object in public interfaces 4109ff9e7b95 drm/shmem-helper: Export dedicated wrappers for GEM object functions a3f82087b768 drm/shmem-helper: Unexport drm_gem_shmem_create_with_handle() 39caef09666c virtio-gpu: fix a missing check to avoid NULL dereference c3a1cfd16445 i2c: mxs: Silence a clang warning 73778e237003 i2c: npcm: Correct slave role behavior cdd51152a100 i2c: npcm: Remove own slave addresses 2:10 a42f0c4c64fe drm/bridge: lt9611uxc: Cancel only driver's work 275fed7142ff drm/meson: encoder_hdmi: Fix refcount leak in meson_encoder_hdmi_init e098989a9219 drm/meson: encoder_hdmi: switch to bridge DRM_BRIDGE_ATTACH_NO_CONNECTOR c901a385b7a1 drm/mediatek: Add pull-down MIPI operation in mtk_dsi_poweroff function 87c251d960dc drm/mediatek: Separate poweron/poweroff from enable/disable and define new funcs 2ec80289a7ff drm/mediatek: Modify dsi funcs to atomic operations deb603c5928e drm/radeon: fix potential buffer overflow in ni_set_mc_special_registers() 166b0a6171ab ath11k: Fix incorrect debug_mask mappings 2dc78843fe98 drm/mipi-dbi: align max_chunk to 2 in spi_transfer eaff3946a86f ath11k: fix netdev open race 90b4ec83ef15 wifi: rtlwifi: fix error codes in rtl_debugfs_set_write_h2c() 438ac9f4f7e4 drm/panel: Fix build error when CONFIG_DRM_PANEL_SAMSUNG_ATNA33XC20=y && CONFIG_DRM_DISPLAY_HELPER=m c2af61bd0404 drm/st7735r: Fix module autoloading for Okaya RH128128T d2d2789fb956 ath10k: do not enforce interrupt trigger type 037844355198 drm/bridge: tc358767: Move (e)DP bridge endpoint parsing into dedicated function 3f4829cd4784 drm/dp: Export symbol / kerneldoc fixes for DP AUX bus 0491709eb3a6 pwm: lpc18xx: Fix period handling 3475e55bc54d pwm: lpc18xx-sct: Simplify driver by not using pwm_[gs]et_chip_data() d0c79cda85b6 pwm: lpc18xx-sct: Reduce number of devm memory allocations 009b384092ba pwm: sifive: Shut down hardware only after pwmchip_remove() completed 53d784838a38 pwm: sifive: Ensure the clk is enabled exactly once per running PWM 5c86cf45f551 pwm: sifive: Simplify offset calculation for PWMCMP registers 87efb79c5f9e dm: return early from dm_pr_call() if DM device is suspended f28d733c318e thermal/tools/tmon: Include pthread and time headers in tmon.h 226935eabe33 selftests/seccomp: Fix compile warning when CC=clang 7bc43ab2b90a x86/extable: Fix ex_handler_msr() print condition b3d3069a6fc8 nohz/full, sched/rt: Fix missed tick-reenabling bug in dequeue_task_rt() 4125108ec842 drivers/perf: arm_spe: Fix consistency of SYS_PMSCR_EL1.CX 9d2a0422dedc irqdomain: Report irq number for NOMAP domains a815cb1088e7 arm64: dts: qcom: qcs404: Fix incorrect USB2 PHYs assignment 7c432710198e soc: qcom: Make QCOM_RPMPD depend on PM c9df8ff29009 regulator: of: Fix refcount leak bug in of_get_regulation_constraints() a638fa974512 dm writecache: count number of blocks discarded, not number of discard bios fc988f1ca265 dm writecache: count number of blocks written, not number of write bios 3a2500b73a17 dm writecache: count number of blocks read, not number of read bios 880c4513eb33 dm writecache: return void from functions 764b8892d7da PM: domains: Ensure genpd_debugfs_dir exists before remove b4439abfd77e blktrace: Trace remapped requests correctly c1a21bf5d012 hwmon: (drivetemp) Add module alias 415b4ce61308 spi: tegra20-slink: fix UAF in tegra_slink_remove() 445fb9c19cf4 spi: Fix simplification of devm_spi_register_controller 6d8e185bf9de blk-mq: don't create hctx debugfs dir until q->debugfs_dir is created 1c350a597c2d erofs: avoid consecutive detection for Highmem memory a34982fd219e arm64: tegra: Fix SDMMC1 CD on P2888 a7f751d4e830 arm64: tegra: Mark BPMP channels as no-memory-wc 778b6531fe24 arm64: tegra: Update Tegra234 BPMP channel addresses 09da10968581 arm64: tegra: Fixup SYSRAM references 40d72c485a85 arm64: dts: mt7622: fix BPI-R64 WPS button 759fa566f433 arm64: dts: qcom: sm8250: add missing PCIe PHY clock-cells 650d2e76a317 arm64: dts: qcom: sm6125: Append -state suffix to pinctrl nodes 7847ebb6fcec arm64: dts: qcom: sm6125: Move sdc2 pinctrl from seine-pdx201 to sm6125 c24bbe45965d ACPI: VIOT: Fix ACS setup 273a7fbb06d6 drivers/iio: Remove all strcpy() uses 335852f7a976 ACPI: APEI: explicit init of HEST and GHES in apci_init() 6dc72d0181b4 arm64: dts: qcom: msm8916: Fix typo in pronto remoteproc node 1c84883e79a3 stack: Declare {randomize_,}kstack_offset to fix Sparse warnings 4a020202c391 bus: hisi_lpc: fix missing platform_device_put() in hisi_lpc_acpi_probe() a0a9813f1e09 ARM: dts: qcom: pm8841: add required thermal-sensor-cells 053543ac1d09 soc: qcom: aoss: Fix refcount leak in qmp_cooling_devices_register 84a928b44cb3 soc: qcom: ocmem: Fix refcount leak in of_get_ocmem e89261b18c4e ARM: dts: qcom-msm8974: fix irq type on blsp2_uart1 c1fdcd13a610 ACPI: APEI: Fix _EINJ vs EFI_MEMORY_SP fc6dbc57f9d1 regulator: qcom_smd: Fix pm8916_pldo range 179034fb108e cpufreq: zynq: Fix refcount leak in zynq_get_revision 78ed18a5aa7f arm64: dts: qcom: sdm636-sony-xperia-ganges-mermaid: correct sdc2 pinconf 0a8d15d85b19 arm64: dts: qcom: sdm630: fix gpu's interconnect path cd6bd95e9b02 arm64: dts: qcom: sdm630: fix the qusb2phy ref clock 9f3b0a0b87e6 arm64: dts: qcom: sdm630: disable GPU by default 1bf747824a8c ARM: OMAP2+: Fix refcount leak in omap3xxx_prm_late_init 230ad40a59c9 ARM: OMAP2+: Fix refcount leak in omapdss_init_of ddad68dd9742 ARM: dts: qcom: mdm9615: add missing PMIC GPIO reg 925a0117ac68 block: fix infinite loop for invalid zone append 9abd50506fe4 soc: fsl: guts: machine variable might be unset 4d6f33865e21 arm64: dts: qcom: sc7180: Remove ipa_fw_mem node on trogdor e0067e6d5475 locking/lockdep: Fix lockdep_init_map_*() confusion 5b418289b060 arm64: cpufeature: Allow different PMU versions in ID_DFR0_EL1 c66b3b49fe03 arm64: select TRACE_IRQFLAGS_NMI_SUPPORT e94388f78e65 arm64: dts: mt8192: Fix idle-states entry-method 2fe4c39aa379 arm64: dts: mt8192: Fix idle-states nodes naming scheme e50541493882 ARM: dts: ast2600-evb-a1: fix board compatible 5f73deb9afa6 ARM: dts: ast2600-evb: fix board compatible 6fa1cf1b92f0 ARM: dts: ast2500-evb: fix board compatible 377a4c5cb7ab x86/pmem: Fix platform-device leak in error path 5a73493f0d6a arm64: dts: renesas: Fix thermal-sensors on single-zone sensors f370fbbd3151 soc: amlogic: Fix refcount leak in meson-secure-pwrc.c cb119a1dd929 dt-bindings: iio: accel: Add DT binding doc for ADXL355 7bbcbfbc314d scsi: hisi_sas: Use managed PCI functions c010048e3f71 soc: renesas: r8a779a0-sysc: Fix A2DP1 and A2CV[2357] PDR values e7e4f1cb915e ARM: dts: imx7d-colibri-emmc: add cpu1 supply 4bd8bc5c77a0 ACPI: processor/idle: Annotate more functions to live in cpuidle section bc7f487395f2 ARM: bcm: Fix refcount leak in bcm_kona_smc_init 1f4bc0604dff spi: spi-altera-dfl: Fix an error handling path ebbd1412ce4f arm64: dts: renesas: beacon: Fix regulator node names e21744c6a0d4 meson-mx-socinfo: Fix refcount leak in meson_mx_socinfo_init a7c16b8966d4 ARM: findbit: fix overflowing offset 0ff7f81559fa spi: spi-rspi: Fix PIO fallback on RZ platforms 8e3407e0f5e1 powerpc/64s: Disable stack variable initialisation for prom_init e45491556e2a drm/amdgpu: Remove one duplicated ef removal abd3622f657e kasan: test: Silence GCC 12 warnings 7363a69d8ca8 selinux: Add boundary check in put_entry() c877c5217145 selinux: fix memleak in security_read_state_kernel() 2f0e18e0db42 PM: hibernate: defer device probing when resuming from hibernation d68601914e00 hwmon: (sht15) Fix wrong assumptions in device remove callback fb98663448cb hwmon: (dell-smm) Add Dell XPS 13 7390 to fan control whitelist c5a73bd9f11a firmware: tegra: Fix error check return value of debugfs_create_file() c53d904973cb ARM: shmobile: rcar-gen2: Increase refcount for new reference ef94e7897744 arm64: dts: allwinner: a64: orangepi-win: Fix LED node name 3a4b3a0ff064 arm64: dts: qcom: ipq8074: fix NAND node name c0b8dcbaf37f ARM: dts: qcom: sdx55: Fix the IRQ trigger type for UART 01d539d9f538 ACPI: LPSS: Fix missing check in register_device_clock() 30abb8735892 ACPI: PM: save NVS memory for Lenovo G40-45 f450635d781f ACPI: EC: Drop the EC_FLAGS_IGNORE_DSDT_GPE quirk 730b9eb8fb88 ACPI: EC: Remove duplicate ThinkPad X1 Carbon 6th entry from DMI quirks 75f23d72b6e0 ARM: OMAP2+: pdata-quirks: Fix refcount leak bug a89a865dc9f0 ARM: OMAP2+: display: Fix refcount leak bug b856645c1849 spi: synquacer: Add missing clk_disable_unprepare() cbfe9a2303c8 ARM: dts: ux500: Fix Gavini accelerometer mounting matrix e2d106b28460 ARM: dts: ux500: Fix Codina accelerometer mounting matrix ceafabd1d4ff ARM: dts: BCM5301X: Add DT for Meraki MR26 0e4c38c795e7 ARM: dts: imx6ul: fix qspi node compatible 95ba9c53999e ARM: dts: imx6ul: fix lcdif node compatible 2db26fa7b9a1 ARM: dts: imx6ul: fix csi node compatible 5357c3b24cfe ARM: dts: imx6ul: fix keypad compatible 135155585647 ARM: dts: imx6ul: change operating-points to uint32-matrix ca367834a787 ARM: dts: imx6ul: add missing properties for sram 8df06a275338 wait: Fix __wait_event_hrtimeout for RT/DL tasks f0d66189d161 irqchip/mips-gic: Check the return value of ioremap() in gic_of_init() f066e015821c sched/core: Always flush pending blk_plug f116c621dd1e genirq: GENERIC_IRQ_IPI depends on SMP 00ffa95ed649 irqchip/mips-gic: Only register IPI domain when SMP is enabled f9842ec6839a genirq: Don't return error on missing optional irq_request_resources() 079651c6cfdc sched/fair: Introduce SIS_UTIL to search idle CPU based on sum of util_avg 96b18d3a1be0 ext2: Add more validity checks for inode counts add4bc9281e8 arm64: kasan: Revert "arm64: mte: reset the page tag in page->flags" cc69ef95988b arm64: fix oops in concurrently setting insn_emulation sysctls 42eede3ae05b arm64: Do not forget syscall when starting a new thread. d1e812beae86 arch: make TRACE_IRQFLAGS_NMI_SUPPORT generic 932b5e65245c x86: Handle idle=nomwait cmdline properly for x86_idle 9ccb5d391c51 epoll: autoremove wakers even more aggressively 8a2df34b5bf6 netfilter: nf_tables: fix null deref due to zeroed list head 257b944464be netfilter: nf_tables: do not allow RULE_ID to refer to another chain 915015130169 netfilter: nf_tables: do not allow CHAIN_ID to refer to another table faafd9286f13 netfilter: nf_tables: do not allow SET_ID to refer to another table 5ea18ddc1703 usb: dwc3: gadget: fix high speed multiplier setting 332a8c027aa3 usb: dwc3: gadget: refactor dwc3_repare_one_trb f0782cf2dce0 arm64: dts: uniphier: Fix USB interrupts for PXs3 SoC 148a7fe3cdfc ARM: dts: uniphier: Fix USB interrupts for PXs2 SoC b76ea430e94f USB: HCD: Fix URB giveback issue in tasklet function 269c917837c4 usb: typec: ucsi: Acknowledge the GET_ERROR_STATUS command completion b49b29ee113a coresight: Clear the connection field properly e41db8a9ce69 MIPS: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK db68d474cf09 powerpc/powernv: Avoid crashing if rng is NULL 552a29e47174 powerpc/ptdump: Fix display of RW pages on FSL_BOOK3E 79da7a5f8f0b powerpc/fsl-pci: Fix Class Code of PCIe Root Port fdf759059164 PCI: Add defines for normal and subtractive PCI bridges ae6620a39748 ia64, processor: fix -Wincompatible-pointer-types in ia64_get_irr() 74d64284538e media: [PATCH] pci: atomisp_cmd: fix three missing checks on list iterator ddc7fadd0504 mbcache: add functions to delete entry if unused 1250557d3bf3 mbcache: don't reclaim used entries 0f4d18cbea4a md-raid10: fix KASAN warning c5e4cdd44387 md-raid: destroy the bitmap after destroying the thread 351ec3d68ce0 serial: mvebu-uart: uart2 error bits clearing ec8e701f9e20 fuse: ioctl: translate ENOSYS daa9cfb86221 fuse: limit nsec a54c509c32ad ksmbd: fix use-after-free bug in smb2_tree_disconect 577619605556 ksmbd: prevent out of bound read for SMB2_TREE_CONNNECT dd4e4c811898 ksmbd: fix memory leak in smb2_handle_negotiate dead7f484a3b soundwire: qcom: Check device status before reading devid 71bc3b75e941 scsi: qla2xxx: Zero undefined mailbox IN registers a659c7f8114d scsi: qla2xxx: Fix incorrect display of max frame size 8c004b7dbb34 scsi: sg: Allow waiting for commands to complete on removed device fac589fb7646 iio: light: isl29028: Fix the warning in isl29028_remove() a76771da2156 iio: fix iio_format_avail_range() printing for none IIO_VAL_INT cac7ead0b3ab um: seed rng using host OS rng 5d096e2dc20b um: Remove straying parenthesis 2e88f5003399 mtd: rawnand: arasan: Update NAND bus clock instead of system clock 2ffe64acf7d6 mtd: rawnand: arasan: Fix clock rate in NV-DDR 89f3a8bbb4a7 btrfs: reject log replay if there is unsupported RO compat flag 1f8ca9c40e62 bpf: Fix KASAN use-after-free Read in compute_effective_progs 27f8f5219fe4 drm/amdgpu: fix check in fbdev init eb3c69c7c777 drm/amdgpu: Check BO's requested pinning domains against its preferred_domains f792acb67deb drm/nouveau/kms: Fix failure path for creating DP connectors 67cb7be1561a drm/nouveau/acpi: Don't print error when we get -EINPROGRESS from pm_runtime f522c189e465 drm/nouveau: Don't pm_runtime_put_sync(), only pm_runtime_put_autosuspend() dcf37f58827e drm/nouveau: fix another off-by-one in nvbios_addr 2806b02bac9c drm/hyperv-drm: Include framebuffer and EDID headers 97049e69f5a8 drm/vc4: hdmi: Disable audio if dmas property is present but empty 8589a83c0ae9 drm/shmem-helper: Add missing vunmap on error da2a1aa058ac drm/gem: Properly annotate WW context on drm_gem_lock_reservations() error 3ef94852bb33 rtc: rx8025: fix 12/24 hour mode detection on RX-8035 bb3b601f1414 RISC-V: Add modules to virtual kernel memory layout dump 150573c60c02 RISC-V: Fixup schedule out issue in machine_crash_shutdown() 111a049cacc6 RISC-V: Fixup get incorrect user mode PC for kernel mode regs 22ae2fe45516 RISC-V: kexec: Fixup use of smp_processor_id() in preemptible context 63fbab985a16 dt-bindings: riscv: fix SiFive l2-cache's cache-sets c71e000db853 riscv:uprobe fix SR_SPIE set/clear handling 7df75cbd1bec parisc: io_pgetevents_time64() needs compat syscall in 32-bit compat mode 9b67131162dc parisc: Check the return value of ioremap() in lba_driver_probe() 68949e725c39 parisc: Drop pa_swapper_pg_lock spinlock 422421cbf39a parisc: Fix device names in /proc/iomem 35ef2ee74d95 ovl: drop WARN_ON() dentry is NULL in ovl_encode_fh() f2a920daa780 crypto: ccp - Use kzalloc for sev ioctl interfaces to prevent kernel memory leak 4228c037f88e fix short copy handling in copy_mc_pipe_to_iter() 635fd8953e43 usbnet: Fix linkwatch use-after-free on disconnect d0d6186eae61 fbcon: Fix accelerated fbdev scrolling while logo is still shown c1e09ee98f3a fbcon: Fix boundary checks for fbcon=vc:n1-n2 parameters 06d6eb948e53 thermal: sysfs: Fix cooling_device_stats_setup() error code path cd28cf0f69b4 fs: Add missing umask strip in vfs_tmpfile 5efc5b3baf13 vfs: Check the truncate maximum size in inode_newsize_ok() 446f123aa602 tty: vt: initialize unicode screen buffer 6b8d61a9fd96 ALSA: hda/realtek: Add a quirk for HP OMEN 15 (8786) mute LED 7ad08c1e18c7 ALSA: hda/realtek: Add quirk for another Asus K42JZ model 5d5b2d1d3663 ALSA: hda/cirrus - support for iMac 12,1 model e4b337fb82bf ALSA: hda/conexant: Add quirk for LENOVO 20149 Notebook model c840d626472e riscv: set default pm_power_off to NULL abedd69baf6e KVM: x86: revalidate steal time cache if MSR value changes 77e26cdf5ced KVM: x86: do not report preemption if the steal time cache is stale 69704ca43e08 KVM: x86: Tag kvm_mmu_x86_module_init() with __init 439fcac3d0e0 KVM: nVMX: Always enable TSC scaling for L2 when it was enabled for L1 14aebe952f86 KVM: x86: Set error code to segment selector on LLDT/LTR non-canonical #GP ccbf3f955ccd KVM: x86: Mark TSS busy during LTR emulation _after_ all fault checks 2a117667f32f KVM: nVMX: Inject #UD if VMXON is attempted with incompatible CR0/CR4 3868687afae1 KVM: nVMX: Account for KVM reserved CR4 bits in consistency checks 76e6038cfa9b KVM: nVMX: Let userspace set nVMX MSR to any _host_ supported value 9953f86a67e5 KVM: x86: Split kvm_is_valid_cr4() and export only the non-vendor bits aeb4c3e1c46f KVM: s390: pv: don't present the ecall interrupt twice 6afe88fbb40e KVM: SVM: Don't BUG if userspace injects an interrupt with GIF=0 1f27ca6534f3 KVM: nVMX: Snapshot pre-VM-Enter DEBUGCTL for !nested_run_pending case b69b7c1a0d21 KVM: nVMX: Snapshot pre-VM-Enter BNDCFGS for !nested_run_pending case 5138b0f7cb5b HID: wacom: Don't register pad_input for touch switch c5ec7920b566 HID: wacom: Only report rotation for art pen 109f0544a518 HID: hid-input: add Surface Go battery quirk e9ba81ee1cbd lockd: detect and reject lock arguments that overflow b437275e894b add barriers to buffer_uptodate and set_buffer_uptodate 594f1b923813 wifi: mac80211_hwsim: use 32-bit skb cookie 6b6ed18432ea wifi: mac80211_hwsim: add back erroneously removed cast 879f766eaa31 wifi: mac80211_hwsim: fix race condition in pending packet 14acf0290d2d ALSA: hda/realtek: Add quirk for HP Spectre x360 15-eb0xxx 196d8d34de95 ALSA: hda/realtek: Add quirk for Clevo NV45PZ 64ca7f50ad96 ALSA: bcd2000: Fix a UAF bug on the error path of probing 30e8b553e029 ALSA: usb-audio: Add quirk for Behringer UMC202HD 6a463eb6dfcc nfsd: eliminate the NFSD_FILE_BREAK_* flags 8eedc616f327 NFSD: Clean up the show_nf_flags() macro 94d0dd56f817 pNFS/flexfiles: Report RDMA connection errors to the server 661714de2403 scsi: Revert "scsi: qla2xxx: Fix disk failure to rediscover" 3593f251f973 Revert "pNFS: nfs3_set_ds_client should set NFS_CS_NOPING" b6c05de137c3 x86: link vdso and boot with -z noexecstack --no-warn-rwx-segments 4c7ee827da2c Makefile: link with -z noexecstack --no-warn-rwx-segments (From OE-Core rev: 941ab942c1cb2cf984f1d2e27b73c566364c8f9e) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-25linux-yocto/5.19: update to v5.19.3Bruce Ashfield
Updating to the latest korg -stable release that comprises the following commits: bf44eed7f2fc Linux 5.19.3 2d97167d5e37 arm64: kexec_file: use more system keyrings to verify kernel image signature 6871b2590a0f kexec, KEYS: make the code in bzImage64_verify_sig generic 9f2ba6f2c52b btrfs: raid56: don't trust any cached sector in __raid56_parity_recover() 16a621aaba12 btrfs: only write the sectors in the vertical stripe which has data stripes c811c98718bc net_sched: cls_route: disallow handle of 0 58c008d4d398 tee: add overflow check in register_shm_helper() daa821e54a74 Revert "mm: kfence: apply kmemleak_ignore_phys on early allocated pool" d49914ee4ec9 Linux 5.19.2 95b05bd36fe0 vxlan: Use ip_tunnel_key flow flags in route lookups 3229787d4ee8 geneve: Use ip_tunnel_key flow flags in route lookups 49a407af0c52 ASoC: Intel: avs: Use lookup table to create modules 8422e81ff42d Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm regression 2905cd48c184 io_uring: mem-account pbuf buckets ee57f8bba811 powerpc/kexec: Fix build failure from uninitialised variable 2f49bfbba326 Revert "s390/smp: enforce lowcore protection on CPU restart" bd27cff9db4f net: dsa: felix: fix min gate len calculation for tc when its first gate is closed 4ee7e7dd1f99 tracing: Use a copy of the va_list for __assign_vstr() 4c94e37453ea wifi: cfg80211: remove chandef check in cfg80211_cac_event() 07f8ea3000f3 wifi: nl80211: acquire wdev mutex earlier in start_ap d94f6d845333 wifi: nl80211: relax wdev mutex check in wdev_chandef() 05330210d279 wifi: nl80211: hold wdev mutex for tid config d658df243d3e wifi: cfg80211: handle IBSS in channel switch af37d2080c2a mptcp: refine memory scheduling d729f0ee99a3 Revert "devcoredump: remove the useless gfp_t parameter in dev_coredumpv and dev_coredumpm" 2d03f321a589 Revert "mwifiex: fix sleep in atomic context bugs caused by dev_coredumpv" cbfe2d7bbcb7 raw: fix a typo in raw_icmp_error() 3476fa73bd0f raw: remove unused variables from raw6_icmp_error() 3a6b9f357771 crypto: lib/blake2s - reduce stack frame usage in self test 1d9f9dcd661f tcp: fix over estimation in sk_forced_mem_schedule() 62ceb22d7770 Revert "drm/bridge: anx7625: Use DPI bus type" ee3f18d90e80 net_sched: cls_route: remove from list when handle is 0 0e5ca33839fc powerpc64/ftrace: Fix ftrace for clang builds bb0be69e1da5 powerpc: Fix eh field when calling lwarx on PPC32 8acd0e8d0360 xen-blkfront: Apply 'feature_persistent' parameter when connect f7a9a465a901 xen-blkback: Apply 'feature_persistent' parameter when connect 59bb16373e49 xen-blkback: fix persistent grants negotiation 9a0af34f6e49 tpm: Add check for Failure mode for TPM2 modules b75337943f42 tpm: eventlog: Fix section mismatch for DEBUG_SECTION_MISMATCH 26ad6b0aef0c KEYS: asymmetric: enforce SM2 signature use pkey algo 96fa141fa295 ext4: fix race when reusing xattr blocks 0e7e91701e4e ext4: unindent codeblock in ext4_xattr_block_set() 458aee4a6e5b ext4: remove EA inode entry from mbcache on inode eviction 9d96996de0d2 ext4: make sure ext4_append() always allocates new block 193fc6f0de44 ext4: check if directory block is within i_size ac5aca9a8085 Documentation: ext4: fix cell spacing of table heading on blockmap table fa6482f374fd ext4: fix warning in ext4_iomap_begin as race between bmap and write a5e274ec0a0c ext4: correct the misjudgment in ext4_iget_extra_inode a926d0b0fa3a ext4: correct max_inline_xattr_value_size computing 52e6feee51b8 ext4: fix use-after-free in ext4_xattr_set_entry 4cdc284ffadd ext4: add EXT4_INODE_HAS_XATTR_SPACE macro in xattr.h 1d637e9b6374 ext4: fix extent status tree race in writeback error recovery path 86f73cfa98b2 ext4: update s_overhead_clusters in the superblock during an on-line resize c0afc0d79d5e ext4: fix reading leftover inlined symlinks 0ab3e0d31a4e tracing: Use a struct alignof to determine trace event field alignment b6679e3c90dd batman-adv: tracing: Use the new __vstring() helper cec22fc52922 hugetlb_cgroup: fix wrong hugetlb cgroup numa stat 700aa4e11a3c mm/damon/reclaim: fix potential memory leak in damon_reclaim_init() 3990e5b2be3d dm: fix dm-raid crash if md_handle_request() splits bio 2a9faa704d83 dm raid: fix address sanitizer warning in raid_resume b4c6c07c92b6 dm raid: fix address sanitizer warning in raid_status f91b4038b636 KVM: nVMX: Attempt to load PERF_GLOBAL_CTRL on nVMX xfer iff it exists 9863e9fc8ac2 KVM: VMX: Add helper to check if the guest PMU has PERF_GLOBAL_CTRL c08044267e79 Revert "KVM: x86/pmu: Accept 0 for absent PMU MSRs when host-initiated if !enable_pmu" 6a74a619d5ec KVM: x86/pmu: Accept 0 for absent PMU MSRs when host-initiated if !enable_pmu d577d6f53610 KVM: x86/pmu: Ignore pmu->global_ctrl check if vPMU doesn't support global_ctrl 979ec20a64d9 KVM: VMX: Mark all PERF_GLOBAL_(OVF)_CTRL bits reserved if there's no vPMU eb8f7dee28cc KVM: x86/pmu: Introduce the ctrl_mask value for fixed counter fc1f79039743 s390/unwind: fix fgraph return address recovery 0a4dbde50754 powerpc/powernv/kvm: Use darn for H_RANDOM on Power9 71fe2aff460e ACPI: CPPC: Do not prevent CPPC from working in the future 725cbee29674 intel_idle: make SPR C1 and C1E be independent 746118c58dff btrfs: join running log transaction when logging new name 5022f4039a4d btrfs: zoned: wait until zone is finished when allocation didn't progress b6735eff2a6f btrfs: zoned: write out partially allocated region 25934c5214ab btrfs: zoned: activate necessary block group 407b66b662bb btrfs: zoned: activate metadata block group on flush_space 33ed56fe558b btrfs: zoned: introduce space_info->active_total_bytes 17aa1f2aa331 btrfs: store chunk size in space-info struct 0f43e4fc06e0 btrfs: zoned: disable metadata overcommit for zoned f6ad412c647a btrfs: zoned: finish least available block group on data bg allocation 615535d53153 btrfs: let can_allocate_chunk return error d798edf59909 btrfs: convert count_max_extents() to use fs_info->max_extent_size 096e8eb9639b btrfs: replace BTRFS_MAX_EXTENT_SIZE with fs_info->max_extent_size 506e8ae21936 btrfs: zoned: revive max_zone_append_bytes bf764bdc3728 block: add bdev_max_segments() helper 3e36602adace btrfs: properly flag filesystem with BTRFS_FEATURE_INCOMPAT_BIG_METADATA ff04ffd79cba btrfs: reset block group chunk force if we have to wait 9fff2b774e93 btrfs: fix error handling of fallback uncompress write e160aa87c87a btrfs: ensure pages are unlocked on cow_file_range() failure 77cf0352146a btrfs: tree-log: make the return value for log syncing consistent 0c9bb1acd1d1 block: don't allow the same type rq_qos add more than once b480d1e9a8c1 locking/csd_lock: Change csdlock_debug from early_param to __setup 141c2785d940 timekeeping: contribute wall clock to rng on time change e2632767927e ARM: Marvell: Update PCIe fixup 783bc69cc2e0 net/9p: Initialize the iounit field during fid creation e4dbe24f4bfd dm thin: fix use-after-free crash in dm_sm_register_threshold_callback 351db9a03574 tracing/events: Add __vstring() and __assign_vstr() helper macros 90bafcad8c28 kexec, KEYS, s390: Make use of built-in and secondary keyring for signature verification b302cdef14cc kexec: clean up arch_kexec_kernel_verify_sig 08f7483635ae kexec_file: drop weak attribute from functions 7c5917256d79 dm writecache: set a default MAX_WRITEBACK_JOBS 374eece193d0 PCI: qcom: Power on PHY before IPQ8074 DBI register accesses 54bc741a876c PCI/AER: Iterate over error counters instead of error strings c2304c50f4d9 iommu/vt-d: avoid invalid memory access via node_online(NUMA_NO_NODE) 010fc77570b5 KVM: x86: Signal #GP, not -EPERM, on bad WRMSR(MCi_CTL/STATUS) 4b9637cd89d9 KVM: set_msr_mce: Permit guests to ignore single-bit ECC errors cb604d1c53e6 intel_th: pci: Add Raptor Lake-S CPU support c0fd76f69b72 intel_th: pci: Add Raptor Lake-S PCH support 03c14650165d intel_th: pci: Add Meteor Lake-P support 4f2d7b46d6b5 firmware: arm_scpi: Ensure scpi_info is not assigned if the probe fails 071b21aac789 crypto: blake2s - remove shash module 6013ce2472f3 drm/mediatek: Keep dsi as LP00 before dcs cmds transfer 03c8facf9dcb drivers/base: fix userspace break from using bin_attributes for cpumap and cpulist e622f144b624 csky: abiv1: Fixup compile error 504090815c1a spmi: trace: fix stack-out-of-bound access in SPMI tracing functions 6fc0b164bbc3 __follow_mount_rcu(): verify that mount_lock remains unchanged 950ce0155696 Input: gscps2 - check return value of ioremap() in gscps2_probe() b2fc1723eb65 posix-cpu-timers: Cleanup CPU timers before freeing them during exec 508b99039bc4 SMB3: fix lease break timeout when multiple deferred close handles for the same file. 799e4f9aab80 x86/olpc: fix 'logical not is only applied to the left hand side' 663cdda2716b x86/kprobes: Update kcb status flag after singlestepping 7353c797f794 ftrace/x86: Add back ftrace_expected assignment 4a1d77bafcbe x86/bugs: Enable STIBP for IBPB mitigated RETBleed b66227970875 cifs: fix lock length calculation b76d3c729ce0 scsi: qla2xxx: Fix losing FCP-2 targets during port perturbation tests 326777057854 scsi: qla2xxx: Fix losing target when it reappears during delete 11e9db717bf1 scsi: qla2xxx: Fix losing FCP-2 targets on long port disable with I/Os dc07af0e7c65 scsi: qla2xxx: Wind down adapter after PCIe error c3a824d061aa scsi: qla2xxx: Fix erroneous mailbox timeout after PCI error injection 79b2ac420c3a scsi: qla2xxx: Fix excessive I/O error messages by default 7dcd49c42b14 scsi: qla2xxx: Fix crash due to stale SRB access around I/O timeouts b16f0327fff2 scsi: qla2xxx: Turn off multi-queue for 8G adapters 182726ce801f scsi: qla2xxx: Fix discovery issues in FC-AL topology bff616494e42 scsi: qla2xxx: Fix imbalance vha->vref_count 484ca52c1ca2 scsi: zfcp: Fix missing auto port scan and thus missing target ports 9e786e19303d scsi: ufs: core: Correct ufshcd_shutdown() flow e2d7cacc6a2a video: fbdev: s3fb: Check the size of screen before memset_io() 2ce61c39c2a0 video: fbdev: arkfb: Check the size of screen before memset_io() c7a3f41e4b13 video: fbdev: vt8623fb: Check the size of screen before memset_io() 6dab0119adcc f2fs: do not allow to decompress files have FI_COMPRESS_RELEASED 68d27da7659d x86/entry: Build thunk_$(BITS) only if CONFIG_PREEMPTION=y 302f7b0fc337 sched/core: Do not requeue task on CPU excluded from cpus_mask 72f5b286d2b7 sched: Remove the limitation of WF_ON_CPU on wakelist if wakee cpu is idle 31ef9288a593 sched: Fix the check of nr_running at queue wakelist 035f2184fed3 tools/thermal: Fix possible path truncations 15661642511b video: fbdev: arkfb: Fix a divide-by-zero bug in ark_set_pixclock() ee9463233a36 x86/numa: Use cpumask_available instead of hardcoded NULL check f56607b44c98 sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowed 32d8d832e31b powerpc/64e: Fix kexec build error 4971147c5324 tty: serial: qcom-geni-serial: Fix %lu -> %u in print statements 33d3905b22de scripts/faddr2line: Fix vmlinux detection on arm64 cca32a4d21ee genelf: Use HAVE_LIBCRYPTO_SUPPORT, not the never defined HAVE_LIBCRYPTO 3d7b948081a9 powerpc/pci: Fix PHB numbering when using opal-phbid 866a978c7535 x86/bus_lock: Don't assume the init value of DEBUGCTLMSR.BUS_LOCK_DETECT to be zero 16a544f1e013 kprobes: Forbid probing on trampoline and BPF code areas 32adf0c85fa9 perf symbol: Fail to read phdr workaround af41cff4ada5 powerpc/cell/axon_msi: Fix refcount leak in setup_msi_msg_address 79b8eae24b7e powerpc/xive: Fix refcount leak in xive_get_max_prio 4288eb035ba4 powerpc/spufs: Fix refcount leak in spufs_init_isolated_loader ae497726cd09 cifs: Fix memory leak when using fscache e0a6bb00d110 f2fs: fix to remove F2FS_COMPR_FL and tag F2FS_NOCOMP_FL at the same time fdafb1b1f1c1 f2fs: fix to check inline_data during compressed inode conversion cf544749b65e f2fs: fix to invalidate META_MAPPING before DIO write e33096849473 perf stat: Revert "perf stat: Add default hybrid events" 2afd4b24668d s390/smp: enforce lowcore protection on CPU restart 7a7dc82fa441 tty: serial: fsl_lpuart: correct the count of break characters b820594fba89 tty: serial: qcom-geni-serial: Fix get_clk_div_rate() which otherwise could return a sub-optimal clock rate. b720d76cd36e serial: 8250_bcm2835aux: Add missing clk_disable_unprepare() b5de92e1bb7f selftests/powerpc: Fix matrix multiply assist test f35c7f506fb9 powerpc/pci: Prefer PCI domain assignment via DT 'linux,pci-domain' and alias 114ed51117be powerpc/iommu: Fix iommu_table_in_use for a small default DMA window case 58942f672c6d pseries/iommu/ddw: Fix kdump to work in absence of ibm,dma-window f762d98f0830 video: fbdev: offb: Include missing linux/platform_device.h 39691e151e5e powerpc/32: Do not allow selection of e5500 or e6500 CPUs on PPC32 fbe72bebba77 powerpc/32s: Fix boot failure with KASAN + SMP + JUMP_LABEL_FEATURE_CHECK_DEBUG e16c3ac0dc6b powerpc/32: Call mmu_mark_initmem_nx() regardless of data block mapping. e7da0b976474 ASoC: mchp-spdifrx: disable end of block interrupt on failures 4a0ed3a0fbe3 video: fbdev: sis: fix typos in SiS_GetModeID() a88ab277cca9 video: fbdev: amba-clcd: Fix refcount leak bugs 5529988d6ced ASoC: Intel: sof_rt5682: Perform quirk check first in card late probe cf9e5cc2a663 watchdog: armada_37xx_wdt: check the return value of devm_ioremap() in armada_37xx_wdt_probe() ee1fb8f75abe watchdog: sp5100_tco: Fix a memory leak of EFCH MMIO resource f52959044f79 watchdog: f71808e_wdt: Add check for platform_driver_register 9a49540d29ca ASoC: audio-graph-card2: Add of_node_put() in fail path 375613cc7b8d ASoC: audio-graph-card: Add of_node_put() in fail path d355da79bcdf fuse: Remove the control interface for virtio-fs f36974f93d00 ASoC: qcom: q6dsp: Fix an off-by-one in q6adm_alloc_copp() 19582e76b209 ASoC: imx-card: use snd_pcm_format_t type for asrc_format 7a6270553520 ASoC: fsl_easrc: use snd_pcm_format_t type for sample_format cbb116843f29 ASoC: fsl-asoc-card: force cast the asrc_format type 78bbb972d258 ASoC: fsl_asrc: force cast the asrc_format type a06d8ce519a0 perf test: Fix test case 83 ('perf stat CSV output linter') on s390 22272ced5f8e s390/zcore: fix race when reading from hardware system area 8108b1f01892 s390/crash: fix incorrect number of bytes to copy to user space 951183192aa4 riscv: spinwait: Fix hartid variable type babbfc492c31 perf tools: Fix dso_id inode generation comparison fac821e8edea iommu/arm-smmu: qcom_iommu: Add of_node_put() when breaking out of loop 58031dde446e ASoC: amd: yc: Decrease level of error message a29c40814039 mfd: max77620: Fix refcount leak in max77620_initialise_fps d9384f4b9d53 mfd: t7l66xb: Drop platform disable callback bcc3c1780b27 remoteproc: sysmon: Wait for SSCTL service to come up 1c4dca58bbb6 remoteproc: qcom: pas: Check if coredump is enabled 233221d28453 proc: fix a dentry lock race between release_task and lookup 80741a6a34a1 lib/smp_processor_id: fix imbalanced instrumentation_end() call 438be61de8d2 kfifo: fix kfifo_to_user() return type 11f6fec9a014 leds: pwm-multicolor: Don't show -EPROBE_DEFER as errors 43e42c25a232 rpmsg: qcom_smd: Fix refcount leak in qcom_smd_parse_edge b976cd24e87f MIPS: Fixed __debug_virt_addr_valid() 34b9a188557c net: 9p: fix refcount leak in p9_read_work() error handling c9d5188f5151 9p: Add client parameter to p9_req_put() 2b38ea66703f 9p: Drop kref usage 59cb621ace21 iommu/exynos: Handle failed IOMMU device registration properly fe831fcc9ab3 serial: 8250_bcm7271: Save/restore RTS in suspend/resume 27e070151cd3 ASoC: SOF: ipc-msg-injector: fix copy in sof_msg_inject_ipc4_dfs_write() 1e7fe6906e97 ASoC: mt6359: Fix refcount leak bug 7a63a8c253bf ASoc: audio-graph-card2: Fix refcount leak bug in __graph_get_type() 6d90c0829fe7 cpufreq: mediatek: fix error return code in mtk_cpu_dvfs_info_init() c2eddfcafcff ASoC: SOF: ipc3-topology: Prevent double freeing of ipc_control_data via load_bytes ee20cdbedeb2 lib/bitmap: fix off-by-one in bitmap_to_arr64() 4e43ae1055c8 swiotlb: fail map correctly with failed io_tlb_default_mem 4d9985f7935a ASoC: SOF: mediatek: fix mt8195 StatvectorSel wrong setting 6712456b97a8 MIPS: vdso: Utilize __pa() for gic_pfn 24578ae33973 tty: n_gsm: fix missing corner cases in gsmld_poll() 96114c3b2695 tty: n_gsm: fix flow control handling in tx path e5e39b524473 tty: n_gsm: fix DM command 9a5143207cad tty: n_gsm: fix wrong T1 retry count handling 233be4375a88 serial: 8250_fsl: Don't report FE, PE and OE twice d4145731e3f8 ASoC: audio-graph-card2.c: use of_property_read_u32() for rate 8c8d8ff76094 vfio/ccw: Do not change FSM state in subchannel event b9c7dddf384e vfio/ccw: Fix FSM state if mdev probe fails 46580fbbc52c vfio/ccw: Remove UUID from s390 debug log 606f14d93ac6 remoteproc: qcom: wcnss: Fix handling of IRQs 0114dd51475c ASoC: imx-card: Fix DSD/PDM mclk frequency eaba8754c2d2 MIPS: Loongson64: Fix section mismatch warning fc90b34c227c ASoC: qcom: Fix missing of_node_put() in asoc_qcom_lpass_cpu_platform_probe() bd5f447061a1 tty: n_gsm: fix resource allocation order in gsm_activate_mux() 7962a4b90009 tty: n_gsm: fix deadlock and link starvation in outgoing data path 5320aa45f526 tty: n_gsm: fix race condition in gsmld_write() 51556905dda5 tty: n_gsm: fix packet re-transmission without open control channel 2012b064f989 tty: n_gsm: fix non flow control frames during mux flow off 692e847a8e66 tty: n_gsm: fix missing timer to handle stalled links e5e1eed82338 tty: n_gsm: fix wrong queuing behavior in gsm_dlci_data_output() 5e59c010c686 tty: n_gsm: fix tty registration before control channel open 07a07c87c0d2 tty: n_gsm: fix user open not possible at responder until initiator open 5e512be069fa net/ice: fix initializing the bitmap in the switch code bba6b12d73d3 vfio: Split migration ops from main device ops 74b287716998 vfio/mlx5: Protect mlx5vf_disable_fds() upon close device 8d201dedc793 ASoC: codecs: wsa881x: handle timeouts in resume path 317a412812d8 serial: 8250_dw: Take port lock while accessing LSR 1fbdfbaa3cc3 ASoC: samsung: change gpiod_speaker_power and rx1950_audio from global to static variables 33a44de3fa19 ASoC: soc-core.c: fixup snd_soc_of_get_dai_link_cpus() 7e83af3dd4a3 powerpc/perf: Optimize clearing the pending PMI and remove WARN_ON for PMI check in power_pmu_disable f2ed174e16c3 ASoC: samsung: h1940_uda1380: include proepr GPIO consumer header 21c09fb18c5a selftests/powerpc: Skip energy_scale_info test on older firmware c29335612ff4 rpmsg: Fix possible refcount leak in rpmsg_register_device_override() 4df1129d46a9 KVM: PPC: Book3s: Fix warning about xics_rm_h_xirr_x 16da9f84e26f remoteproc: imx_rproc: Fix refcount leak in imx_rproc_addr_init 55404cf49288 profiling: fix shift too large makes kernel panic 36e594072bf2 selftests/livepatch: better synchronize test_klp_callbacks_busy 3f83c4cf1b78 remoteproc: k3-r5: Fix refcount leak in k3_r5_cluster_of_init e0a25be0d4cc rpmsg: mtk_rpmsg: Fix circular locking dependency 86f340c39bd0 rpmsg: char: Add mutex protection for rpmsg_eptdev_open() 1618c25fb078 ASoC: cs35l45: Add endianness flag in snd_soc_component_driver 4e2103e82f80 ASoC: codecs: wcd9335: move gains from SX_TLV to S8_TLV 24d2d825cf87 ASoC: codecs: msm8916-wcd-digital: move gains from SX_TLV to S8_TLV f32d8cb34b94 ASoC: SOF: make ctx_store and ctx_restore as optional 610a3a8a6ce2 serial: 8250_dw: Store LSR into lsr_saved_flags in dw8250_tx_wait_empty() 3de3d9c97135 serial: 8250_dw: Use serial_lsr_in() in dw8250_handle_irq() 4ac5b078741c serial: 8250: Get preserved flags using serial_lsr_in() 623e3648c571 serial: 8250: Create serial_lsr_in() 597bcd854aa3 serial: pic32: fix missing clk_disable_unprepare() on error in pic32_uart_startup() 5ec83aa7a9e5 ASoC: mediatek: mt8173-rt5650: Fix refcount leak in mt8173_rt5650_dev_probe b32aa0f96070 ASoC: codecs: da7210: add check for i2c_add_driver 38dc6faef05f ASoC: mt6797-mt6351: Fix refcount leak in mt6797_mt6351_dev_probe db305f1c33d2 ASoC: max98390: use linux/gpio/consumer.h to fix build 58567ed2878f ASoC: mediatek: mt8173: Fix refcount leak in mt8173_rt5650_rt5676_dev_probe 94caca0bd221 ASoC: imx-audmux: Silence a clang warning daa1da970dc7 ASoC: samsung: Fix error handling in aries_audio_probe ca6c9244e6c9 ASoC: cros_ec_codec: Fix refcount leak in cros_ec_codec_platform_probe 426ac3e29201 opp: Fix error check in dev_pm_opp_attach_genpd() c50dd37d05ca usb: cdns3: Don't use priv_dev uninitialized in cdns3_gadget_ep_enable() ddd896792e17 jbd2: fix assertion 'jh->b_frozen_data == NULL' failure when journal aborted 21197733e629 ext4: recover csum seed of tmp_inode after migrating to extents d65c93290045 jbd2: fix outstanding credits assert in jbd2_journal_commit_transaction() 38fb0d7f39a1 block: ensure iov_iter advances for added pages 70edccb32b60 block/bio: remove duplicate append pages code e731baf1af61 nvme: catch -ENODEV from nvme_revalidate_zones again 32bf5d3c61f4 nvme: define compat_ioctl again to unbreak 32-bit userspace. 4e8fee340f1f nvme: use command_id instead of req->tag in trace_nvme_complete_rq() ebe02fcbbe23 mtip32xx: fix device removal 9502680c58d3 nbd: add missing definition of pr_fmt e11ad527774c null_blk: fix ida error handling in null_add_dev() bd629539b205 block/rnbd-srv: Set keep_id to true after mutex_trylock f05b7cf02123 RDMA/rxe: Fix error unwind in rxe_create_qp() 5fd7eefeee9b RDMA/mlx5: Add missing check for return value in get namespace flow d6d4b5f13b88 of/fdt: declared return type does not match actual return type 4ef616730a96 selftests: kvm: set rax before vmcall 86dc66ace193 xen: don't require virtio with grants for non-PV guests e5f57aaccbd3 virtio: replace restricted mem access flag with callback b737d48db8fe rtla: Fix double free 4927a4161caa rtla: Fix Makefile when called from -C tools/ c6bc611f371d selftest/vm: uninitialized variable in main() 8d958b635632 tools/testing/selftests/vm/hugetlb-madvise.c: silence uninitialized variable warning aa0d3fb4e853 selftests/vm: fix errno handling in mrelease_test 28e414bd9d16 mm/mmap.c: fix missing call to vm_unacct_memory in mmap_region 1ec3f76a436d android: binder: stop saving a pointer to the VMA 388326bb1c32 RDMA/srpt: Fix a use-after-free 7c448f82908e RDMA/srpt: Introduce a reference count in struct srpt_device 5267f0490620 RDMA/srpt: Duplicate port name members 239393040423 platform/olpc: Fix uninitialized data in debugfs write 95ab0d267eee platform/mellanox: mlxreg-lc: Fix error flow and extend verbosity 341dd8c53ea4 platform/x86: pmc_atom: Match all Lex BayTrail boards with critclk_systems DMI table 385de404e2b1 tools/power/x86/intel-speed-select: Fix off by one check a2bcf7749013 KVM: nVMX: Set UMIP bit CR4_FIXED1 MSR when emulating UMIP 6ae6abe24030 staging: fbtft: core: set smem_len before fb_deferred_io_init call 56a7f5974f25 mtd: spi-nor: fix spi_nor_spimem_setup_op() call in spi_nor_erase_{sector,chip}() eb82c0382285 usb: cdns3: change place of 'priv_ep' assignment in cdns3_gadget_ep_dequeue(), cdns3_gadget_ep_enable() 371a8af4f26e usb: xhci_plat_remove: avoid NULL dereference d293cf992a10 USB: serial: fix tty-port initialized comments e2e80c37e00d HID: amd_sfh: Handle condition of "no sensors" a0dfb4e7b28a PCI: tegra194: Fix link up retry sequence ebe2d576ce02 PCI: tegra194: Fix Root Port interrupt handling 50bf45181c1d RDMA/rxe: Fix rnr retry behavior fca288d87f6f RDMA/rxe: For invalidate compare according to set keys in mr 467a6c2e8e3d HID: alps: Declare U1_UNICORN_LEGACY support 3d56b64a0669 mmc: cavium-thunderx: Add of_node_put() when breaking out of loop baad60b572da mmc: cavium-octeon: Add of_node_put() when breaking out of loop f22dc8bd31c4 mmc: core: quirks: Add of_node_put() when breaking out of loop 2c5760339afa RDMA/rxe: Fix mw bind to allow any consumer key portion e5cee6187922 scripts/gdb: fix 'lx-dmesg' on 32 bits arch 2b7d3d525eee dmaengine: imx-dma: Cast of_device_get_match_data() with (uintptr_t) 7af0350b25d5 HID: amd_sfh: Add NULL check for hid device 3c0f8a59f2cc HID: mcp2221: prevent a buffer overflow in mcp_smbus_write() b41b0bfdc983 iio: adc: max1027: unlock on error path in max1027_read_single_value() dd5e0e25fb39 gpio: gpiolib-of: Fix refcount bugs in of_mm_gpiochip_add_data() a9055dfe437e RDMA/hfi1: fix potential memory leak in setup_base_ctxt() ebf55177909f clk: qcom: gcc-msm8939: Fix weird field spacing in ftbl_gcc_camss_cci_clk 94d80c6d7017 clk: qcom: gdsc: Bump parent usage count when GDSC is found enabled 3f3ea0aeb261 clk: qcom: Drop mmcx gdsc supply for dispcc and videocc 64f5669fa714 iio: cros: Register FIFO callback after sensor is registered 8598b9d0a364 RDMA/rxe: Fix BUG: KASAN: null-ptr-deref in rxe_qp_do_cleanup 1434de50a5d9 RDMA/siw: Fix duplicated reported IW_CM_EVENT_CONNECT_REPLY event 94569c55422a RDMA/hns: Fix incorrect clearing of interrupt status register b4c9f7db9f01 RDMA/qedr: Fix potential memory leak in __qedr_alloc_mr() 9890ddd4768b RDMA/rtrs-clt: Replace list_next_or_null_rr_rcu with an inline function a14aeefc9853 RDMA/rtrs-srv: Fix modinfo output for stringify c12c824822dc RDMA/irdma: Fix setting of QP context err_rq_idx_valid field f420fa0def47 RDMA/irdma: Fix VLAN connection with wildcard address 350ac793a03c RDMA/irdma: Fix a window for use-after-free 6cb78e41ce2e mm: percpu: use kmemleak_ignore_phys() instead of kmemleak_free() 7974b2039c52 um: random: Don't initialise hwrng struct with zero 9e3d119d5d6c KVM: arm64: Fix hypervisor address symbolization 1be95546e822 interconnect: imx: fix max_node_id 305a0aa6717d phy: rockchip-inno-usb2: Ignore OTG IRQs in host mode d29787a42e24 phy: stm32: fix error return in stm32_usbphyc_phy_init 043dc5d046b2 eeprom: idt_89hpesx: uninitialized data in idt_dbgfs_csr_write() 216055fa5e20 usb: dwc3: qcom: fix missing optional irq warnings e3cb5a27c6b2 usb: dwc3: core: Do not perform GCTL_CORE_SOFTRESET during bootup d0a97d94b7c3 usb: dwc3: core: Deprecate GCTL.CORESOFTRESET 3503305225ca usb: aspeed-vhub: Fix refcount leak bug in ast_vhub_init_desc() 8e8769e7fa79 usb: gadget: udc: amd5536 depends on HAS_DMA 70cee09b16dc xtensa: iss: fix handling error cases in iss_net_configure() 462a15a38345 xtensa: iss/network: provide release() callback e240328df6ad scsi: smartpqi: Fix DMA direction for RAID requests a86857e9d309 PCI: qcom: Set up rev 2.1.0 PARF_PHY before enabling clocks 65e393fddc53 PCI/portdrv: Don't disable AER reporting in get_port_device_capability() 63c71e83d5b6 KVM: s390: pv: leak the topmost page table when destroy fails ef892ef0831b mmc: block: Add single read for 4k sector cards dfca1e217298 of: device: Fix missing of_node_put() in of_dma_set_restricted_buffer 98b2ddfa9471 mmc: sdhci-of-at91: fix set_uhs_signaling rewriting of MC1R 39be95d1ff7b memstick/ms_block: Fix a memory leak 8bb0c5a19f06 memstick/ms_block: Fix some incorrect memory allocation a42d829b7524 mmc: renesas_sdhi: Get the reset handle early in the probe e972c9f132f8 mmc: mxcmmc: Silence a clang warning 8b902840f6a3 mmc: sdhci-of-esdhc: Fix refcount leak in esdhc_signal_voltage_switch 517a64610929 dt-bindings: mmc: sdhci-msm: Fix issues in yaml bindings ca766e26941c habanalabs: fix double unlock on error in map_device_va() e76a9f680817 rtla/utils: Use calloc and check the potential memory allocation failure f10541e2d75d staging: rtl8192u: Fix sleep in atomic context bug in dm_fsync_timer_callback 13ac27023f60 binder: fix redefinition of seq_file attributes 4914c50670b6 intel_th: msu: Fix vmalloced buffers e1d427d46269 intel_th: msu-sink: Potential dereference of null pointer fae9da7d4c2c intel_th: Fix a resource leak in an error handling path 8cc35cd5ae3a scsi: lpfc: Revert RSCN_MEMENTO workaround for misbehaved configuration 873fb210f1c7 scsi: qla2xxx: Check correct variable in qla24xx_async_gffid() b7a75acd7343 phy: qcom-qmp: fix the QSERDES_V5_COM_CMN_MODE register 81d54873b64b PCI: endpoint: Don't stop controller when unbinding endpoint function a93b3f1e1197 dmaengine: sf-pdma: Add multithread support for a DMA channel 101e55e02cc8 KVM: arm64: Don't return from void function 432b30f08ca3 soundwire: revisit driver bind/unbind and callbacks 70ae9224e83b soundwire: bus_type: fix remove and shutdown support ccf4269bddbe PCI: dwc: Always enable CDM check if "snps,enable-cdm-check" exists 3b453f5d06d1 PCI: dwc: Deallocate EPC memory on dw_pcie_ep_init() errors d71475e422e7 PCI: dwc: Set INCREASE_REGION_SIZE flag based on limit address 36dbdb257b3f PCI: dwc: Disable outbound windows only for controllers using iATU e711668aae0f PCI: dwc: Add unroll iATU space support to dw_pcie_disable_atu() 8b3d4d24fc86 PCI: dwc: Stop link on host_init errors and de-initialization 14b1f65f2f3c phy: rockchip-inno-usb2: Sync initial otg state c49616d1f9cf phy: ti: tusb1210: Don't check for write errors when powering on d1b5113674c3 mm/mempolicy: fix get_nodes out of bound access 02b8b1b5a98b kasan: fix zeroing vmalloc memory with HW_TAGS 35530c163981 mm: introduce clear_highpage_kasan_tagged 0a5f45aeca9f mm/migration: fix potential pte_unmap on an not mapped pte b39dbd9b674b mm/migration: return errno when isolate_huge_page failed 42c3e36ee76e mm: rmap: use the correct parameter name for DEFINE_PAGE_VMA_WALK 4a9f35b8729c kernfs: fix potential NULL dereference in __kernfs_remove a0c4d1ebfaee clk: qcom: clk-rcg2: Make sure to not write d=0 to the NMD register 23526845a84b clk: qcom: clk-rcg2: Fail Duty-Cycle configuration if MND divider is not enabled. c29bc42790e8 clk: qcom: camcc-sm8250: Fix topology around titan_top power domain 5467cdf879c7 clk: qcom: camcc-sdm845: Fix topology around titan_top power domain a86b76f573b9 clk: qcom: ipq8074: set BRANCH_HALT_DELAY flag for UBI clocks 950d25e77894 clk: qcom: ipq8074: fix NSS port frequency tables abd86837d72e clk: qcom: ipq8074: SW workaround for UBI32 PLL lock 2086f388fa9e clk: qcom: ipq8074: fix NSS core PLL-s 0073eda15921 RDMA/rxe: Fix deadlock in rxe_do_local_ops() 306541576306 RDMA/rxe: Add a responder state for atomic reply 1dd6ea298dc6 usb: host: xhci: use snprintf() in xhci_decode_trb() 8444b1369fef clk: qcom: gcc-msm8939: Point MM peripherals to system_mm_noc clock b410b931ff3d clk: qcom: gcc-msm8939: Add missing system_mm_noc_bfdcd_clk_src f17eb596f9f7 clk: qcom: gcc-msm8939: Fix bimc_ddr_clk_src rcgr base address 8a1f5c67422d clk: qcom: gcc-msm8939: Add missing SYSTEM_MM_NOC_BFDCD_CLK_SRC 38b4908e767f usb: gadget: f_mass_storage: Make CD-ROM emulation works with Windows OS 517ce24958f0 coresight: syscfg: Update load and unload operations 471a84356c35 coresight: configfs: Fix unload of configurations on module exit 9007c92c1b49 clk: qcom: clk-krait: unlock spin after mux completion 37f908038402 driver core: fix potential deadlock in __driver_attach c4eb8f43965b misc: rtsx: Fix an error handling path in rtsx_pci_probe() 18a32f18062b clk: qcom: camcc-sm8250: Fix halt on boot by reducing driver's init level 864548b1ccdf mtd: dataflash: Add SPI ID table 219f5478099c mtd: hyperbus: rpc-if: Fix RPM imbalance in probe error path 43bfa481072d KVM: x86: Fix errant brace in KVM capability handling 82f7fac052c3 dmaengine: dw-edma: Fix eDMA Rd/Wr-channels and DMA-direction semantics 984be156c3b5 scsi: iscsi: Fix session removal on shutdown 9bb43a58d195 scsi: iscsi: Add helper to remove a session from the kernel 0ccf5a803820 scsi: iscsi: Allow iscsi_if_stop_conn() to be called from kernel c8e8b8b9f23a mwifiex: fix sleep in atomic context bugs caused by dev_coredumpv e6a4d422002b devcoredump: remove the useless gfp_t parameter in dev_coredumpv and dev_coredumpm 2b1a324933bd KVM: selftests: Use vm_create_with_vcpus() in max_guest_memory_test 5bb7f541d07d KVM: selftests: Convert s390x/diag318_test_handler away from VCPU_ID d225591d016b KVM: Don't set Accessed/Dirty bits for ZERO_PAGE e4aed16c42ad mm/memremap: fix memunmap_pages() race with get_dev_pagemap() 7e71aafa652a lib/test_hmm: avoid accessing uninitialized pages 6d8682d45df4 RDMA/rxe: fix xa_alloc_cycle() error return value check again 5067b776620e clk: imx: clk-fracn-gppll: correct rdiv 10348c6693b1 clk: imx: clk-fracn-gppll: Return rate in rate table properly in ->recalc_rate() e0fad1a5362c clk: imx: clk-fracn-gppll: fix mfd value c94e191f791a clk: imx93: correct nic_media parent bcf40bc61c2d clk: imx93: use adc_root as the parent clock of adc1 9e969b0b91a8 clk: mediatek: reset: Fix written reset bit offset 4fe070b5d5af iio: temp: maxim_thermocouple: Fix alignment for DMA safety 4f7a71a85c8e iio: temp: max31865: Fix alignment for DMA safety 114ffd465579 iio: temp: ltc2983: Fix alignment for DMA safety 3af5ec85f49d iio: resolver: ad2s90: Fix alignment for DMA safety c00e752df981 iio: resolver: ad2s1200: Fix alignment for DMA safety 59ee01f39242 iio: proximity: as3935: Fix alignment for DMA safety 5179a573724f iio: potentiometer: mcp4131: Fix alignment for DMA safety 51143f667527 iio: potentiometer: mcp41010: Fix alignment for DMA safety 903e5ff430d6 iio: potentiometer: max5481: Fix alignment for DMA safety b39859bf3e10 iio: potentiometer: ad5272: Fix alignment for DMA safety 669a1aca3274 iio: potentiometer: ad5110: Fix alignment for DMA safety ad602e334708 iio: imu: mpu6050: Fix alignment for DMA safety c5cf267aa73f iio: imu: inv_icm42600: Fix alignment for DMA safety in buffer code. bc0f8830ff2e iio: imu: inv_icm42600: Fix alignment for DMA safety 750b892f6d08 iio: imu: fxos8700: Fix alignment for DMA safety 48f034120d1e iio: gyro: fxas210002c: Fix alignment for DMA safety dd8e2a2b9f63 iio: gyro: adxrs450: Fix alignment for DMA safety d10b2c4c9a77 iio: gyro: adis16130: Fix alignment for DMA safety 3caad4fd0e3e iio: gyro: adis16080: Fix alignment for DMA safety e525b3113395 iio: frequency: adrf6780: Fix alignment for DMA safety 40e10f398c67 iio: frequency: admv4420: Fix alignment for DMA safety 99994f124d9d iio: frequency: admv1014: Fix alignment for DMA safety 817d7b7436ae iio: frequency: admv1013: Fix alignment for DMA safety ce119d7b5200 iio: frequency: adf4371: Fix alignment for DMA safety 0d9ce7682d9a iio: frequency: adf4350: Fix alignment for DMA safety cc7b3068c795 iio: frequency: ad9523: Fix alignment for DMA safety 33fcddee1999 iio: dac: ti-dac7612: Fix alignment for DMA safety d8aa41f4d8e6 iio: dac: ti-dac7311: Fix alignment for DMA safety 450562e3d562 iio: dac: ti-dac5571: Fix alignment for DMA safety c8942b7c25d5 iio: dac: ti-dac082s085: Fix alignment for DMA safety 7aa18f077fb0 iio: dac: mcp4922: Fix alignment for DMA safety 21cd3bb91b1e iio: dac: ltc2688: Fix alignment for DMA safety 8e23928dcb35 iio: dac: ad8801: Fix alignment for DMA safety 1d62ff49669f iio: dac: ad7303: Fix alignment for DMA safety 6819e3ac1aea iio: dac: ad7293: Fix alignment for DMA safety 3b4f0dca7956 iio: dac: ad5791: Fix alignment for DMA saftey 369235dc62c4 iio: dac: ad5770r: Fix alignment for DMA safety 4d20fe3d45c1 iio: dac: ad5766: Fix alignment for DMA safety 49713818d578 iio: dac: ad5764: Fix alignment for DMA safety c0c4bb0311b4 iio: dac: ad5761: Fix alignment for DMA safety 2d3a77561c42 iio: dac: ad5755: Fix alignment for DMA safety 3a5423cc991a iio: dac: ad5686: Fix alignment for DMA safety 9748b6c196e8 iio: dac: ad5592r: Fix alignment for DMA safety cee702a2792d iio: dac: ad5504: Fix alignment for DMA safety 2179debf1e24 iio: dac: ad5449: Fix alignment for DMA safety a0bc019a086e iio: dac: ad5421: Fix alignment for DMA safety 9f7a41a64a4b iio: dac: ad5360: Fix alignment for DMA safety cec6ad48e0ad iio: dac: ad5064: Fix alignment for DMA safety 465b1ba3c527 iio: common: ssp: Fix alignment for DMA safety dfa45bd7e092 iio: amplifiers: ad8366: Fix alignment for DMA safety 5e6b52de1d4f iio: addac: ad74413r: Fix alignment for DMA safety aebea06fb01c iio: adc: ti-tlc4541: Fix alignment for DMA safety 5e89d89ff310 iio: adc: ti-ads8688: Fix alignment for DMA safety 24e662ec3171 iio: adc: ti-ads8344: Fix alignment for DMA safety 4120691d18a9 iio: adc: ti-ads7950: Fix alignment for DMA safety 0c27b6ca864a iio: adc: ti-ads131e08: Fix alignment for DMA safety 6f0ef2b9d417 iio: adc: ti-ads124s08: Fix alignment for DMA safety 43e9bfc827e4 iio: adc: ti-adc161s626: Fix alignment for DMA safety 117923572e4a iio: adc: ti-adc128s052: Fix alignment for DMA safety f2755ff2152b iio: adc: ti-adc12138: Fix alignment for DMA safety 98ac354ba4d6 iio: adc: ti-adc108s102: Fix alignment for DMA safety 345f2fcfdcf1 iio: adc: ti-adc084s021: Fix alignment for DMA safety 0de700a5d5f7 iio: adc: ti-adc0832: Fix alignment for DMA safety e60398422974 iio: adc: mcp320x: Fix alignment for DMA safety b4f25b4a89bb iio: adc: max1241: Fix alignment for DMA safety 78904462780c iio: adc: max1118: Fix alignment for DMA safety 24c3652d0036 iio: adc: max11100: Fix alignment for DMA safety 68427acc936f iio: adc: max1027: Fix alignment for DMA safety f48a263998a6 iio: adc: ltc2497: Fix alignment for DMA safety 0bd54a894e6a iio: adc: ltc2496: Fix alignment for DMA safety 3ad6dfff2c98 iio: adc: hi8435: Fix alignment for DMA safety cfddd869daa1 iio: adc: ad7949: Fix alignment for DMA safety a221cace0356 iio: adc: ad7923: Fix alignment for DMA safety c97a60f0cca6 iio: adc: ad7887: Fix alignment for DMA safety c02e8accbadf iio: adc: ad7768-1: Fix alignment for DMA safety caf94260df34 iio: adc: ad7766: Fix alignment for DMA safety b724a7797dd7 iio: adc: ad7606: Fix alignment for DMA safety 50d616f22859 iio: adc: ad7476: Fix alignment for DMA safety 259dca64b269 iio: adc: ad7298: Fix alignment for DMA safety 1c7097744e3a iio: adc: ad7292: Fix alignment for DMA safety 891103bc83a8 iio: adc: ad7280a: Fix alignment for DMA safety 5c07468ffea9 iio: adc: ad7266: Fix alignment for DMA safety 83278867c4fd iio: accel: sca3300: Fix alignment for DMA safety a9c2ffa21e95 iio: accel: sca3000: Fix alignment for DMA safety 9e004dc744f8 iio: accel: bma220: Fix alignment for DMA safety ab7828ae679e iio: accel: adxl367: Fix alignment for DMA safety f6cc98ecb494 iio: accel: adxl355: Fix alignment for DMA safety 425e34d72cf1 iio: accel: adxl313: Fix alignment for DMA safety 4fd60ffe4dba iio: core: Fix IIO_ALIGN and rename as it was not sufficiently large 0b2a557a136b iio: accel: bma400: Add triggered buffer support f349ecf3ce13 iio: accel: bma400: conversion to device-managed function 9158b263330b iio: accel: bma400: Reordering of header files f0205ca7df14 iio: sx9324: Fix register field spelling 2cbdd3e2e597 platform/chrome: cros_ec: Always expose last resume result c2e83fa42a12 iio: accel: bma400: Fix the scale min and max macro values 637e64b29672 scsi: qla2xxx: edif: Reduce N2N thrashing at app_start time 412eb699641f scsi: qla2xxx: edif: Fix no logout on delete for N2N f65746b1cc30 scsi: qla2xxx: edif: Fix session thrash 8f34bd281066 scsi: qla2xxx: edif: Tear down session if keys have been removed 003389c2fb26 scsi: qla2xxx: edif: Fix no login after app start f95502bc5e52 scsi: qla2xxx: edif: Reduce disruption due to multiple app start ba6202e0dacd scsi: qla2xxx: edif: Send LOGO for unexpected IKE message a470dc3c0aff netfilter: xtables: Bring SPDX identifier back bec6ece7928f dmaengine: dw: dmamux: Fix build without CONFIG_OF 29ed3385fc91 dmaengine: dw: dmamux: Export the module device table 40aefcd2cbfc usb: xhci: tegra: Fix error check 44de43152056 usb: host: ohci-at91: add support to enter suspend using SMC a9106aec8b54 usbip: vudc: Don't enable IRQs prematurely d9cf13108735 usb: gadget: tegra-xudc: Fix error check in tegra_xudc_powerdomain_init() 50238c4b54c2 usb: ohci-nxp: Fix refcount leak in ohci_hcd_nxp_probe 8bdff7d44665 usb: gadget: uvc: Fix comment blocks style 960a8a35a602 usb: cdns3: fix random warning message when driver load 3a50c917c67d usb: host: Fix refcount leak in ehci_hcd_ppc_of_probe e4974ae1bdcf fpga: altera-pr-ip: fix unsigned comparison with less than zero e593e22786ed PCI: mediatek-gen3: Fix refcount leak in mtk_pcie_init_irq_domains() 23d4428145ce mtd: st_spi_fsm: Disable clock only after device was unregistered 13e83bf26a33 mtd: st_spi_fsm: Warn about failure to unregister mtd device 38a787294b92 mtd: spear_smi: Drop if with an always false condition 5d7879ddc7a0 mtd: st_spi_fsm: Add a clk_disable_unprepare() in .probe()'s error path f9acee2cc310 mtd: spear_smi: Don't skip cleanup after mtd_device_unregister() failed 01bc3840d943 mtd: parsers: ofpart: Fix refcount leak in bcm4908_partitions_fw_offset e24af43d0cbe mtd: partitions: Fix refcount leak in parse_redboot_of 692c85c91846 mtd: sm_ftl: Fix deadlock caused by cancel_work_sync in sm_release 26e427ac85c2 HID: cp2112: prevent a buffer overflow in cp2112_xfer() 0a5d73184140 PCI: tegra194: Fix PM error handling in tegra_pcie_config_ep() 880ece912b95 PCI: microchip: Fix refcount leak in mc_pcie_init_irq_domains() d4008e715f54 phy: samsung: exynosautov9-ufs: correct TSRV register configurations e1894c10009d KVM: x86/mmu: Drop RWX=0 SPTEs during ept_sync_page() 4158829aaa64 KVM: SVM: Stuff next_rip on emulated INT3 injection if NRIPS is supported ec6c9a27b277 KVM: SVM: Unwind "speculative" RIP advancement if INTn injection "fails" bbafa6ea9c57 scsi: qla2xxx: edif: Fix n2n login retry for secure device 2eba320770e2 scsi: qla2xxx: edif: Fix n2n discovery issue with secure target 9f4230670199 scsi: qla2xxx: edif: Add retry for ELS passthrough 8f5aa46923da scsi: qla2xxx: edif: Synchronize NPIV deletion with authentication application d2deafaef033 scsi: qla2xxx: edif: Fix potential stuck session in sa update 47c7d335bc46 scsi: qla2xxx: edif: Add bsg interface to read doorbell events 86facc271812 scsi: qla2xxx: edif: Wait for app to ack on sess down f02c787f7064 scsi: qla2xxx: edif: bsg refactor 733008cbbd44 scsi: qla2xxx: edif: Reduce Initiator-Initiator thrashing 1b2263d6c86f of: check previous kernel's ima-kexec-buffer against memory bounds a04c62f42a9a clk: renesas: rzg2l: Fix reset status function f1e715d4a457 mtd: rawnand: meson: Fix a potential double free issue babd7b012465 mtd: maps: Fix refcount leak in ap_flash_init f516fbb63873 mtd: maps: Fix refcount leak in of_flash_probe_versatile 7e7963a5bd6e clk: renesas: r9a06g032: Fix UART clkgrp bitsel ec254dac7a40 HID: amd_sfh: Don't show client init failed as error when discovery fails cee111db30dc wireguard: allowedips: don't corrupt stack when detecting overflow 953e57179462 wireguard: ratelimiter: use hrtimer in selftest 13bd914aee08 net/mlx5e: xsk: Discard unaligned XSK frames on striding RQ af146dd5a20d net: usb: make USB_RTL8153_ECM non user configurable 5fb702d5fa1a dccp: put dccp_qpolicy_full() and dccp_qpolicy_push() in the same lock abb489f0335d net: ionic: fix error check for vlan flags in ionic_set_nic_features() d6b6604f85ab net: ice: fix error NETIF_F_HW_VLAN_CTAG_FILTER check in ice_vsi_sync_fltr() bd26a6f32a8f net: rose: fix netdev reference changes 17297bf246c0 netdevsim: Avoid allocation warnings triggered from user space 2eda04bd9474 iavf: Fix 'tc qdisc show' listing too many queues 289ef53d71ca iavf: Fix max_rate limiting 8a79ab5706ce wifi: rtw88: check the return value of alloc_workqueue() ece188f236db netdevsim: fib: Fix reference count leak on route deletion failure fb3ef2bad4cf net: allow unbound socket for packets in VRF when tcp_l3mdev_accept set 00b9a51766c8 crypto: hisilicon/sec - fix auth key size error 0bab15d967f3 crypto: inside-secure - Add missing MODULE_DEVICE_TABLE for of afc385f3943c crypto: hisilicon/hpre - don't use GFP_KERNEL to alloc mem during softirq 4294df137445 ax25: fix incorrect dev_tracker usage e43f83cea9b4 net/mlx5: Fix driver use of uninitialized timeout 5097042888bb net/mlx5: DR, Fix SMFS steering info dump format b04871077d26 net/mlx5: Adjust log_max_qp to be 18 at most 0edd855cde3d net/mlx5e: Modify slow path rules to go to slow fdb 57dd18ed74e9 net/mlx5e: Fix calculations related to max MPWQE size e68e4ca1df01 net/mlx5e: xsk: Account for XSK RQ UMRs when calculating ICOSQ size 0582154d7ce0 net/mlx5e: Fix the value of MLX5E_MAX_RQ_NUM_MTTS b84eb73fd899 net/mlx5e: TC, Fix post_act to not match on in_port metadata 625fd7aebe64 net/mlx5e: Remove WARN_ON when trying to offload an unsupported TLS cipher/version d080c5c54839 drm/amd/display: fix signedness bug in execute_synaptics_rc_command() 7e48502e84fc hantro: Remove incorrect HEVC SPS validation 4f8e08e88e14 media: cedrus: hevc: Add check for invalid timestamp 5b92f406a519 wifi: libertas: Fix possible refcount leak in if_usb_probe() 182d3c1385f4 wifi: iwlwifi: mvm: fix double list_add at iwl_mvm_mac_wake_tx_queue 409bd72e544f wifi: wil6210: debugfs: fix uninitialized variable use in `wil_write_file_wmi()` e52d86e075ad wifi: ath11k: Fix register write failure on QCN9074 e6cf801a5d80 i2c: mux-gpmux: Add of_node_put() when breaking out of loop 7d68cf80fc6d bpf: Fix bpf_xdp_pointer return pointer 51622648d658 bpf: Set flow flag to allow any source IP in bpf_tunnel_key 6bfa46d718db ip_tunnels: Add new flow flags field to ip_tunnel_key 7470f4a1c204 btrfs: update stripe_sectors::uptodate in steal_rbio d238ff89bc19 i2c: qcom-geni: Use the correct return value e2c9b875ba1a i2c: cadence: Support PEC for SMBus block read c56eb69b46b5 Bluetooth: Add default wakeup callback for HCI UART driver 9f923a641731 Bluetooth: hci_sync: Fix not updating privacy_mode 8f3402853dc2 Bluetooth: hci_sync: Fix resuming scan after suspend resume a35f45f986a1 Bluetooth: mgmt: Fix refresh cached connection info 3b3825557065 Bluetooth: When HCI work queue is drained, only queue chained work 223633ddf2d1 Bluetooth: hci_intel: Add check for platform_driver_register 2a2995950908 can: pch_can: pch_can_error(): initialize errc before using it bb628a2a5eb7 libbpf: Fix str_has_sfx()'s return value f4303216f452 can: error: specify the values of data[5..7] of CAN error frames 3dafe5f6a00b can: usb_8dev: do not report txerr and rxerr during bus-off 46968be06cd1 can: kvaser_usb_leaf: do not report txerr and rxerr during bus-off 7f41778a7c9c can: kvaser_usb_hydra: do not report txerr and rxerr during bus-off d159bb5c2794 can: sun4i_can: do not report txerr and rxerr during bus-off f3d865a6b791 can: hi311x: do not report txerr and rxerr during bus-off fedf098ae2ec can: sja1000: do not report txerr and rxerr during bus-off 076ead9a1274 can: rcar_can: do not report txerr and rxerr during bus-off ec232fbd49c7 can: pch_can: do not report txerr and rxerr during bus-off d43f85d3d0b8 libbpf: fix an snprintf() overflow check 4a5ae176fd0b selftests/bpf: fix a test for snprintf() overflow 20fd1c3156b5 libbpf: make RINGBUF map size adjustments more eagerly 3c7256b880b3 bpf: fix potential 32-bit overflow when accessing ARRAY map element 5b8a885e64ff drm/amdgpu: restore original stable pstate on ctx fini 4caf84498f76 drm/amdgpu: use the same HDP flush registers for all nbio 2.3.x 26e5339704e4 drm/amdgpu: use the same HDP flush registers for all nbio 7.4.x 8e6da6afcec4 wifi: p54: add missing parentheses in p54_flush() a88db6a4e73b wifi: p54: Fix an error handling path in p54spi_probe() 67470920cd3f wifi: wil6210: debugfs: fix info leak in wil_write_file_wmi() fd98ca30211e media: cedrus: h265: Fix logic for not low delay flag dfacf78ed98c media: uapi: HEVC: Change pic_order_cnt definition in v4l2_hevc_dpb_entry 78aed34aeb4f media: cedrus: h265: Fix flag name fd0a6e99b61e fs: check FMODE_LSEEK to control internal pipe splicing 3614c1981fe2 media: ov7251: add missing disable functions on error in ov7251_set_power_on() 09dca6896531 media: v4l: async: Also match secondary fwnode endpoints 02653ba89f7e wifi: nl80211: acquire wdev mutex for dump_survey 1f319b976560 bpf: Fix subprog names in stack traces. 3693c9ee4556 selftests: timers: clocksource-switch: fix passing errors from child 78834a56e844 selftests: timers: valid-adjtimex: build fix for newer toolchains 7d69764fa344 kunit: executor: Fix a memory leak on failure in kunit_filter_tests 0607c8e8c9b6 libbpf: Fix the name of a reused map 53cc92e5406d tcp: make retransmitted SKB fit into the send window 60e66074812d bpf, x86: fix freeing of not-finalized bpf_prog_pack 7018bd9fac62 bpf, x64: Add predicate for bpf2bpf with tailcalls support in JIT 1cbe7a02e702 drm/exynos/exynos7_drm_decon: free resources when clk_set_parent() failed. 1295dae30f30 skmsg: Fix invalid last sg check in sk_msg_recvmsg() f61a2101028d mediatek: mt76: eeprom: fix missing of_node_put() in mt76_find_power_limits_node() d2aacdcc9fa2 mediatek: mt76: mac80211: Fix missing of_node_put() in mt76_led_init() c345cab0415e mt76: mt7615: fix throughput regression on DFS channels 622bccfef40c mt76: mt7915: fix incorrect testmode ipg on band 1 caused by wmm_idx 6fd0447b942e mt76: connac: move connac2_mac_write_txwi in mt76_connac module d53211a55a87 mt76: connac: move mac connac2 defs in mt76_connac2_mac.h 6726332ec120 mt76: mt7915: rely on mt76_dev in mt7915_mac_write_txwi signature 9c2ea17b56cc mt76: mt7921: rely on mt76_dev in mt7921_mac_write_txwi signature c477e2f2026b mt76: mt7921: enlarge maximum VHT MPDU length to 11454 fe9038ec34d1 mt76: mt7921: fix aggregation subframes setting to HE max 8a8660892edb mt76: mt7921s: fix possible sdio deadlock in command fail 5158d8cda352 mt76: mt7921: do not update pm states in case of error 5f43e826d7bb mt76: mt7615: do not update pm stats in case of error ec62ee418ec3 wifi: mac80211: move some future per-link data to bss_conf 7a53ad13c091 wifi: cfg80211: do some rework towards MLO link APIs bdefcd8f5494 wifi: mac80211: reject WEP or pairwise keys with key ID > 3 ae7411046481 mt76: mt7921: not support beacon offload disable command 001614aa05c1 mt76: mt7921s: fix firmware download random fail 2fe903bf69eb mt76: mt7915: fix endian bug in mt7915_rf_regval_set() 2f53ba46d8c9 mt76: mt76x02u: fix possible memory leak in __mt76x02u_mcu_send_msg ae0d6b4fb32c mt76: mt7915: fix endianness in mt7915_rf_regval_get 7496e06d0e6f media: amphion: only insert the first sequence startcode for vc1l format 59dbfddc11aa media: amphion: sync buffer status with firmware during abort 5597b3ab8661 media: hantro: Fix RK3399 H.264 format advertising 44cdc161d9db media: hantro: Be more accurate on pixel formats step_width constraints 34e14ee53310 media: amphion: defer setting last_buffer_dequeued until resolution changes are processed eff68a9e24c3 media: mediatek: vcodec: Initialize decoder parameters for each instance a891de07766c media: mediatek: vcodec: decoder: Drop max_{width,height} from mtk_vcodec_ctx 3bbdbc394f34 media: mediatek: vcodec: decoder: Skip alignment for default resolution 3bfbe29952be media: mediatek: vcodec: decoder: Fix resolution clamping in TRY_FMT 325d2362cd86 media: mediatek: vcodec: decoder: Fix 4K frame size enumeration 2090efd15725 media: atomisp: revert "don't pass a pointer to a local variable" 8516d329dca4 drm/msm/dpu: Fix for non-visible planes 70b148acab70 media: amphion: release core lock before reset vpu core 4b8d0fa094ae media: platform: mtk-mdp: Fix mdp_ipi_comm structure alignment a14dede1f9ad crypto: hisilicon - Kunpeng916 crypto driver don't sleep when in softirq c9be45e4c69f crypto: hisilicon/sec - don't sleep when in softirq 69d05f0a4b1d drm/radeon: avoid bogus "vram limit (0) must be a power of 2" warning 0b07f28c23ff drm/msm/mdp5: Fix global state lock backoff dc74006c10ac libbpf, riscv: Use a0 for RC register 9c8b3f05fb18 drm/msm: Avoid unclocked GMU register access in 6xx gpu_busy e2be585bc9ac drm/bridge: anx7625: Fix NULL pointer crash when using edp-panel 3ba59bbe4f30 net: hinic: avoid kernel hung in hinic_get_stats64() d6423b405c42 net: hinic: fix bug that ethtool get wrong stats 7784a5b64200 hinic: Use the bitmap API when applicable c999b92841be net: dsa: felix: build as module when tc-taprio is module 76a2e36b9f2d net: sched: provide shim definitions for taprio_offload_{get,free} 09ecee270c8b drm/msm: Fix fence rollover issue 7d25a310048c drm: bridge: sii8620: fix possible off-by-one 9ff0274708fc drm/msm/hdmi: fill the pwr_regs bulk regulators 829871d24285 drm/msm/dpu: remove hard-coded linewidth limit for writeback 62c31466c867 drm/msm/dpu: fix maxlinewidth for writeback block 4adb1c10124b drm/msm/dpu: move intf and wb assignment to dpu_encoder_setup_display() ecbc7aa0d6df drm/mediatek: dpi: Only enable dpi after the bridge is enabled 37157c7be48c drm/mediatek: dpi: Remove output format of YUV 295d7518d788 drm/rockchip: Fix an error handling path rockchip_dp_probe() 4d8f078e12a8 drm/rockchip: vop: Don't crash for invalid duplicate_state() c5ca18956420 selftests: net: fib_rule_tests: fix support for running individual tests 03ddc692424a net: dsa: felix: drop oversized frames with tc-taprio instead of hanging the port 5d92f062ff1c net: dsa: felix: keep reference on entire tc-taprio config a168d6cb2d33 net: dsa: felix: update base time of time-aware shaper when adjusting PTP time 998b1428772a selftests/xsk: Destroy BPF resources only when ctx refcount drops to 0 5242f2230d9f crypto: arm64/gcm - Select AEAD for GHASH_ARM64_CE b613fba57f3b mm: Account dirty folios properly during splits 392dea95fc80 drm/vc4: hdmi: Move pixel doubling from Pixelvalve to HDMI block ad1c50bd181f drm/vc4: hdmi: Correct HDMI timing registers for interlaced modes a868c2473053 drm/vc4: hdmi: Force modeset when bpc or format changes f04bdc1f9862 drm/vc4: hdmi: Fix timings for interlaced modes b1a412c12da6 drm/vc4: hdmi: Move HDMI reset to pm_resume 0241244456c1 drm/vc4: hdmi: Switch to pm_runtime_status_suspended 6ecd49a51e4b drm/vc4: hdmi: Reset HDMI MISC_CONTROL register 6f2955c531e1 drm/vc4: hdmi: Avoid full hdmi audio fifo writes 700768082770 drm/vc4: hdmi: Clear unused infoframe packet RAM registers f70c25cf34f9 drm/vc4: hdmi: Add all the vc5 HDMI registers into the debugfs dumps d84e417fa743 drm/vc4: dsi: Add correct stop condition to vc4_dsi_encoder_disable iteration 31878b91b753 drm/vc4: dsi: Fix dsi0 interrupt support 8c43f2a534a6 drm/vc4: dsi: Register dsi0 as the correct vc4 encoder type cfb936735c5b drm/vc4: dsi: Correct pixel order for DSI0 97f9d7fa0946 drm/vc4: dsi: Correct DSI divider calculations a4b21735d272 drm/vc4: dsi: Release workaround buffer and DMA d5ab3cf69249 drm/vc4: plane: Fix margin calculations for the right/bottom edges ea86677f8bb7 drm/vc4: plane: Remove subpixel positioning check 0ed01803cc93 drm/vc4: kms: Use maximum FIFO load for the HVS clock rate 5d51e861e9a6 media: mediatek: vcodec: Fix non subdev architecture open power fail 8b412db51db2 media: tw686x: Fix memory leak in tw686x_video_init f560b10b148e media: driver/nxp/imx-jpeg: fix a unexpected return value problem d65abbfa6914 media: mediatek: vcodec: Skip SOURCE_CHANGE & EOS events for stateless 1db89ef68622 media: mediatek: vcodec: Initialize decoder parameters after getting dec_capability 14bc7f8081a8 media: sta2x11: remove VIRT_TO_BUS dependency fc43574e0690 media: v4l2-mem2mem: prevent pollerr when last_buffer_dequeued is set d27fed11f40f media: hdpvr: fix error value returns in hdpvr_read 32c827e30bb4 drm/mcde: Fix refcount leak in mcde_dsi_bind 08baa39c2a2e media: amphion: output firmware error message cea1fefd18f5 media: imx-jpeg: Disable slot interrupt when frame done c1e951701992 drm: bridge: adv7511: Add check for mipi_dsi_driver_register d87bbd10fc01 crypto: ccp - During shutdown, check SEV data pointer before using 91d120d579e2 selftests/bpf: Fix rare segfault in sock_fields prog test b7960089439a drm/display: Fix build error without CONFIG_OF 6593952d5803 test_bpf: fix incorrect netdev features 7e7472c62c6d rcutorture: Fix ksoftirqd boosting timing and iteration e887a99b380c torture: Adjust to again produce debugging information ca456c5104d4 drm/amdkfd: correct sdma queue number of sdma 6.0.1 8530292afa33 drm/amd: Don't show warning on reading vbios values for SMU13 3.1 35a59aee04e9 drm/radeon: fix incorrrect SPDX-License-Identifiers 5abc81a138f8 wifi: rtw89: 8852a: rfk: fix div 0 exception b7c39b1a3d4b wifi: iwlegacy: 4965: fix potential off-by-one overflow in il4965_rs_fill_link_cmd() cf8d8810f2e2 wifi: mac80211: set STA deflink addresses b66ebac40f64 ath9k: fix use-after-free in ath9k_hif_usb_rx_cb 488b371e46b7 media: rcar-vin: Fix channel routing for Ebisu 9d6ee9fbb5c7 media: imx-jpeg: Implement drain using v4l2-mem2mem helpers 447795ffb17c media: imx-jpeg: Align upwards buffer size 81fd8e69a689 media: imx-jpeg: Leave a blank space before the configuration data 111dac25a0bc media: imx-jpeg: Correct some definition according specification 9e4c0afd0d07 media: Hantro: Correct G2 init qp field 4c33a0d48eb1 media: amphion: return error if format is unsupported by vpu d0b9fbe94735 media: tw686x: Register the irq at the end of probe 19923b72e0c4 media: camss: csid: fix wrong size passed to devm_kmalloc_array() b3db99b49097 media: atmel: atmel-sama7g5-isc: fix warning in configs without OF a28d77fe77e6 raw: Fix mixed declarations error in raw_icmp_error(). 04309b5f5d8d raw: convert raw sockets to RCU b5c20b86717e raw: use more conventional iterators de3d723a3985 ping: convert to RCU lookups, get rid of rwlock 203a26661e37 net: ag71xx: fix discards 'const' qualifier warning c402b8d5d304 crypto: sun8i-ss - fix infinite loop in sun8i_ss_setup_ivs() 6e51cce3d940 tcp: fix possible freeze in tx path under memory pressure f2a3adbc620c selftests/bpf: Don't force lld on non-x86 architectures 91aab9683578 libbpf: Fix internal USDT address translation logic for shared libraries 12b0606000d0 i2c: Fix a potential use after free 56a1d1be57b9 drm/bridge: it6505: Add missing CRYPTO_HASH dependency dbe871e3fe6a drm/bridge: anx7625: Zero error variable when panel bridge not present 098f8dd9894c can: netlink: allow configuring of fixed data bit rates without need for do_set_data_bittiming callback 08f8288fc254 drm/vkms: check plane_composer->map[0] before using it ee746ecf1011 can: netlink: allow configuring of fixed bit rates without need for do_set_bittiming callback edf73dbfcfa1 net: fix sk_wmem_schedule() and sk_rmem_schedule() errors 2e1b1aa1cd82 crypto: sun8i-ss - fix a NULL vs IS_ERR() check in sun8i_ss_hashkey 0fdb5f86e75f crypto: sun8i-ss - Fix error codes for dma_mapping_error() 6a38eb8fbb90 crypto: sun8i-ss - fix error codes in allocate_flows() 524d11a5b488 drm: adv7511: override i2c address of cec before accessing it e9d04d1c8db3 libbpf: Fix uprobe symbol file offset calculation logic 0cde00c48ea2 drm/virtio: Fix NULL vs IS_ERR checking in virtio_gpu_object_shmem_init 367882a5a944 virtio-gpu: fix a missing check to avoid NULL dereference bf38b1eee1bf i2c: mxs: Silence a clang warning 4ff1ee4c509d i2c: npcm: Correct slave role behavior 261aeadc7be4 i2c: npcm: Remove own slave addresses 2:10 308d0d5d98c2 drm/amdgpu/display: Prepare for new interfaces 3262e5c7523b drm/amdgpu: fix scratch register access method in SRIOV 2a71a3574fd1 drm/bridge: lt9611uxc: Cancel only driver's work 013e67e7dd89 drm/meson: encoder_hdmi: Fix refcount leak in meson_encoder_hdmi_init bb5ac08d5bd8 drm/meson: encoder_cvbs: Fix refcount leak in meson_encoder_cvbs_init 69d9b8b59e3b drm/mediatek: Add pull-down MIPI operation in mtk_dsi_poweroff function 3185bbeb5c0e drm/mediatek: Separate poweron/poweroff from enable/disable and define new funcs ae5ed32c8e91 drm/mediatek: Modify dsi funcs to atomic operations 9faff03617af drm/radeon: fix potential buffer overflow in ni_set_mc_special_registers() 2fd530d17d08 ath11k: Avoid REO CMD failed prints during firmware recovery deec1597f3b4 ath11k: Fix incorrect debug_mask mappings 1f1483361585 ath11k: fix missing skb drop on htc_tx_completion error 81bb39a0f2f3 libbpf: Fix is_pow_of_2 26f0067ae603 selftests/bpf: Fix tc_redirect_dtime 993b2d0ea0bd sample: bpf: xdp_router_ipv4: Allow the kernel to send arp requests a838592a9c49 selftests/bpf: Fix test_run logic in fexit_stress.c 460a4a850bae drm/ssd130x: Only define a SPI device ID table when built as a module 4815d57050fe drm/mipi-dbi: align max_chunk to 2 in spi_transfer 313aca98c5fd ath11k: fix IRQ affinity warning on shutdown 307ce58270b3 ath11k: fix netdev open race 24d7da5c978f wifi: wilc1000: use correct sequence of RESET for chip Power-UP/Down 72efb32be108 wifi: rtlwifi: fix error codes in rtl_debugfs_set_write_h2c() df59b91dd8af drm: bridge: adv7511: Move CEC definitions to adv7511_cec.c 2d5e9bce99df drm/panel: Fix build error when CONFIG_DRM_PANEL_SAMSUNG_ATNA33XC20=y && CONFIG_DRM_DISPLAY_HELPER=m 9255a2b6d79e drm/st7735r: Fix module autoloading for Okaya RH128128T ab6360c30706 drm/bridge: lt9611: Use both bits for HDMI sensing a056d7ccce73 drm/edid: reset display info in drm_add_edid_modes() for NULL edid 620949b26c5a ath11k: Init hw_params before setting up AHB resources 7b4fe5c024d7 ath11k: Fix warning on variable 'sar' dereference before check a6b75715fa33 ath10k: do not enforce interrupt trigger type 9a3c206caadb drm/bridge: tc358767: Make sure Refclk clock are enabled a665b500d7ba drm/bridge: tc358767: Handle dsi_lanes == 0 as invalid 9c5d750da06e drm/dp: Export symbol / kerneldoc fixes for DP AUX bus bfcca6234b2a drm/meson: Fix refcount leak in meson_encoder_hdmi_init 131b4d4f22cc drm/mgag200: Acquire I/O lock while reading EDID 63e2c558ad4a drm/bridge: anx7625: Use DPI bus type 58a3eb45e882 drm: bridge: DRM_FSL_LDB should depend on ARCH_MXC d6acd77e3b05 drm/rockchip: vop2: unlock on error path in vop2_crtc_atomic_enable() 7c242077ee32 drm/i915: remove unused GEM_DEBUG_DECL() and GEM_DEBUG_BUG_ON() 14053d3e52c8 dt-bindings: display: bridge: ldb: Fill in reg property e66205ee2dd3 erofs: update ctx->pos for every emitted dirent 8aa69de3d0c2 pwm: lpc18xx: Fix period handling 11f19c910b77 pwm: sifive: Shut down hardware only after pwmchip_remove() completed f9a71b807943 pwm: sifive: Ensure the clk is enabled exactly once per running PWM 1d18eb5b9cec pwm: sifive: Simplify offset calculation for PWMCMP registers 0545bfd4c8f7 dm: return early from dm_pr_call() if DM device is suspended 2ebf6f594681 tools/power turbostat: Fix file pointer leak a765d1abee82 thermal/tools/tmon: Include pthread and time headers in tmon.h 1c8729942e7c selftests/seccomp: Fix compile warning when CC=clang 901e61b5e0f6 io_uring: Don't require reinitable percpu_ref 674147513db3 io_uring: define a 'prep' and 'issue' handler for each opcode 95c74abe404d io_uring: move to separate directory 90812dd1f740 x86/extable: Fix ex_handler_msr() print condition 876662765695 sched/numa: Initialise numa_migrate_retry dcdb6272b7cd sched: only perform capability check on privileged operation 32f346b7460e nohz/full, sched/rt: Fix missed tick-reenabling bug in dequeue_task_rt() dc4e49f068ca drivers/perf: arm_spe: Fix consistency of SYS_PMSCR_EL1.CX ddb603a99fa0 perf: RISC-V: Add of_node_put() when breaking out of for_each_of_cpu_node() 9987e2d15f51 irqdomain: Report irq number for NOMAP domains 24be04f0ebfa ARM: dts: qcom: msm8974: Disable remoteprocs by default d9f1fa7c4ecf arm64: dts: qcom: qcs404: Fix incorrect USB2 PHYs assignment fd95595c2e23 arm64: dts: qcom: msm8998: Make regulator voltages multiple of step-size 51dabf18fc72 soc: qcom: socinfo: Fix the id of SA8540P SoC c1716ee4af76 soc: qcom: Make QCOM_RPMPD depend on PM fc7b19f547bc regulator: of: Fix refcount leak bug in of_get_regulation_constraints() 8cd41a4f28b6 dm writecache: count number of blocks discarded, not number of discard bios f06cbeff2352 dm writecache: count number of blocks written, not number of write bios 5fef35fc1a12 dm writecache: count number of blocks read, not number of read bios d48fa0b50494 dm writecache: return void from functions f0762b6a3a40 PM: domains: Ensure genpd_debugfs_dir exists before remove f8c44af7dd2d blktrace: Trace remapped requests correctly 20ee06b89147 hwmon: (drivetemp) Add module alias 6b1e4b5c2c87 hwmon: (sch56xx-common) Add DMI override table 67f771726442 spi: tegra20-slink: fix UAF in tegra_slink_remove() 3c6bd448442b spi: Fix simplification of devm_spi_register_controller c6079919817a spi: dw: Fix IP-core versions macro 53f2de4b7b70 blk-mq: don't create hctx debugfs dir until q->debugfs_dir is created 8134a099d63b spi: Return deferred probe error when controller isn't yet available 4b3dd6659694 erofs: avoid consecutive detection for Highmem memory 96aa2a6a8961 erofs: wake up all waiters after z_erofs_lzma_head ready 4d0cf5bdea1a arm64: dts: qcom: sc7280: fix PCIe clock reference fe327fdc3107 arm64: tegra: Fix SDMMC1 CD on P2888 61b2143ac99f arm64: tegra: Mark BPMP channels as no-memory-wc cbb73c1d32e7 arm64: dts: mt7622: fix BPI-R64 WPS button 702d2a541af4 arm64: dts: qcom: sm8250: add missing PCIe PHY clock-cells 4ffad9357b9d arm64: dts: qcom: sc7280: drop PCIe PHY clock index 531d21b4ce4c arm64: dts: qcom: msm8996: correct #clock-cells for QMP PHY nodes 5503176b7d15 arm64: dts: qcom: sm6125: Append -state suffix to pinctrl nodes eb007ca7cb59 arm64: dts: qcom: sm6125: Move sdc2 pinctrl from seine-pdx201 to sm6125 579ea4a0fab9 m68k: virt: Fix missing platform_device_unregister() on error in virt_platform_init() d3a380f723b0 ACPI: VIOT: Fix ACS setup 53d19f5b11e7 arm64: dts: exynosautov9: correct spi11 pin names 082018a4d574 perf/x86/intel: Fix PEBS data source encoding for ADL 34d1a1bf6775 perf/x86/intel: Fix PEBS memory access info encoding for ADL 9cfed7bfb923 arm64: dts: qcom: msm8994: add required ranges to OCMEM 393114d80c91 arm64: dts: qcom: msm8916: Fix typo in pronto remoteproc node cd25f585c69d stack: Declare {randomize_,}kstack_offset to fix Sparse warnings f919fb3d3cf1 lib: overflow: Do not define 64-bit tests on 32-bit aa6a7c953513 bus: hisi_lpc: fix missing platform_device_put() in hisi_lpc_acpi_probe() d89c0e089f7b ARM: dts: qcom: pm8841: add required thermal-sensor-cells 6f7698399f90 ARM: dts: qcom: msm8974: add required ranges to OCMEM 591f0697ccba soc: qcom: aoss: Fix refcount leak in qmp_cooling_devices_register ed40a48d0a91 soc: qcom: ocmem: Fix refcount leak in of_get_ocmem 6ef9abe3e50b ARM: dts: qcom-msm8974: fix irq type on blsp2_uart1 0a4fa4ce6979 ARM: dts: qcom: replace gcc PXO with pxo_board fixed clock 408ecbf8fcb7 ACPI: APEI: Fix _EINJ vs EFI_MEMORY_SP 7040e8bd46b2 regulator: qcom_smd: Fix pm8916_pldo range abb65882592c arm64: dts: renesas: r9a07g054l2-smarc: Correct SoC name in comment 407cc9639100 arm64: dts: renesas: r8a779m8: Drop operating points above 1.5 GHz 3b01353f1825 cpufreq: zynq: Fix refcount leak in zynq_get_revision d8b4cea8b38c arm64: dts: qcom: sdm636-sony-xperia-ganges-mermaid: correct sdc2 pinconf 31a91afaac9d arm64: dts: qcom: sdm630: fix gpu's interconnect path 665ac144cfc1 arm64: dts: qcom: sdm630: fix the qusb2phy ref clock ebfdc8bd81e6 arm64: dts: qcom: sdm630: disable GPU by default c652e0f51665 ARM: OMAP2+: Fix refcount leak in omap3xxx_prm_late_init 507159facf00 ARM: OMAP2+: Fix refcount leak in omapdss_init_of 93c55e0dff86 ARM: dts: qcom: mdm9615: add missing PMIC GPIO reg 905ce119d0ee arm64: dts: qcom: sdm845-akatsuki: Round down l22a regulator voltage f3edcfd87118 block: fix infinite loop for invalid zone append 773feecf570e spi: s3c64xx: constify fsd_spi_port_config e424ccda9c8b soc: fsl: guts: machine variable might be unset ca18e97c52a7 arm64: dts: qcom: sc7180: Remove ipa_fw_mem node on trogdor 86a2e3ecc91e locking/lockdep: Fix lockdep_init_map_*() confusion 2f754c81c8b6 arm64: cpufeature: Allow different PMU versions in ID_DFR0_EL1 10b49de3d9a6 arm64: select TRACE_IRQFLAGS_NMI_SUPPORT 17e0c2d3c6cc arm64: dts: mt8192: Fix idle-states entry-method 6f24321f1274 arm64: dts: mt8192: Fix idle-states nodes naming scheme 9b8a48c34e60 ARM: dts: ast2600-evb-a1: fix board compatible 58f56c71ad3c ARM: dts: ast2600-evb: fix board compatible 513283669e50 ARM: dts: ast2500-evb: fix board compatible 7b9dda6bc7d4 x86/pmem: Fix platform-device leak in error path 446838f3c935 Revert "ARM: dts: imx6qdl-apalis: Avoid underscore in node name" f22cc193e692 arm64: dts: renesas: Fix thermal-sensors on single-zone sensors d1fbbb5ded71 soc: amlogic: Fix refcount leak in meson-secure-pwrc.c b66dcf146d47 soc: renesas: r8a779a0-sysc: Fix A2DP1 and A2CV[2357] PDR values 8885081ba0c8 ARM: dts: imx7-colibri-eval-v3: correct can controller comment b4b34041c001 ARM: dts: imx7-colibri: move aliases, chosen, extcon and gpio-keys 10e4b798330c ARM: dts: imx7-colibri: improve wake-up with gpio key b31d4563b8bf ARM: dts: imx7-colibri: add usb dual-role switching using extcon 78130b0585e2 ARM: dts: imx7-colibri: overhaul display/touch functionality 3c51318638fb ARM: dts: imx7d-colibri-emmc: add cpu1 supply 6f556550328e ACPI: processor/idle: Annotate more functions to live in cpuidle section 02b658bfb264 ARM: bcm: Fix refcount leak in bcm_kona_smc_init d1f0f5a5b2fa spi: spi-altera-dfl: Fix an error handling path 73dd39f55a5a arm64: dts: renesas: beacon: Fix regulator node names 0c1757480a6a meson-mx-socinfo: Fix refcount leak in meson_mx_socinfo_init 74e1beed4704 wait: Fix __wait_event_hrtimeout for RT/DL tasks 46cc4c076ac2 kasan: test: Silence GCC 12 warnings c3d0c6adf283 io_uring: fix io_uring_cqe_overflow trace format dedd558d9765 selinux: Add boundary check in put_entry() 1fc1f72aad20 selinux: fix memleak in security_read_state_kernel() f7042cf9dd40 PM: hibernate: defer device probing when resuming from hibernation 38639db75316 hwmon: (sht15) Fix wrong assumptions in device remove callback a7cb43c8c2f9 ACPI: video: Use native backlight on Dell Inspiron N4010 bfd4c6710d22 PM: EM: convert power field to micro-Watts precision and align drivers 3d358d3d94ab hwmon: (dell-smm) Add Dell XPS 13 7390 to fan control whitelist bea971964a28 firmware: tegra: Fix error check return value of debugfs_create_file() f80893ef01a0 ARM: shmobile: rcar-gen2: Increase refcount for new reference 77f77632999d arm64: dts: allwinner: a64: orangepi-win: Fix LED node name 7473b6549385 arm64: dts: qcom: ipq8074: fix NAND node name c9d8f42d18c2 arm64: dts: qcom: add missing AOSS QMP compatible fallback ce94c8fbdabe arm64: dts: qcom: sc7280: Rename sar sensor labels 3c5bed5814c3 ARM: dts: qcom: sdx55: Fix the IRQ trigger type for UART 05b23b33ee91 ACPI: LPSS: Fix missing check in register_device_clock() f1a4111e8b6d ACPI: PM: save NVS memory for Lenovo G40-45 23c643bd7123 ACPI: EC: Drop the EC_FLAGS_IGNORE_DSDT_GPE quirk bd58acaf1585 ACPI: EC: Remove duplicate ThinkPad X1 Carbon 6th entry from DMI quirks 37f0c8977857 ARM: OMAP2+: pdata-quirks: Fix refcount leak bug 2629d171f3d6 ARM: OMAP2+: display: Fix refcount leak bug 863ea2ac6f75 spi: synquacer: Add missing clk_disable_unprepare() 49a7f92d70c0 arm64: dts: qcom: timer should use only 32-bit size bcfa4501972d ARM: dts: ux500: Fix Gavini accelerometer mounting matrix a3f423e65299 ARM: dts: ux500: Fix Codina accelerometer mounting matrix e9c316447c63 ARM: dts: ux500: Fix Janice accelerometer mounting matrix dbb9381dcbe2 ARM: dts: BCM5301X: Add DT for Meraki MR26 9496e3d49da5 ARM: dts: imx6ul: fix qspi node compatible 47beb55c7c93 ARM: dts: imx6ul: fix lcdif node compatible 692cf9f9afa9 ARM: dts: imx6ul: fix csi node compatible 53e75d22f84d ARM: dts: imx6ul: fix keypad compatible d538751225ab ARM: dts: imx6ul: change operating-points to uint32-matrix 44269efa9142 ARM: dts: imx6ul: add missing properties for sram 6046e410c384 irqchip/mips-gic: Check the return value of ioremap() in gic_of_init() 2c14f578b5a0 sched/core: Always flush pending blk_plug c1491d69334a sched/fair: fix case with reduced capacity CPU 4d4ccca64e84 genirq: GENERIC_IRQ_IPI depends on SMP b1567b995a0c irqchip/mips-gic: Only register IPI domain when SMP is enabled 8fa8237d2d2b genirq: Don't return error on missing optional irq_request_resources() 21391488f249 sched/fair: Introduce SIS_UTIL to search idle CPU based on sum of util_avg 5e63c5fe9123 ext2: Add more validity checks for inode counts 019aa3dd4ee3 arm64: errata: Remove AES hwcap for COMPAT tasks db1fae1a8acd arm64: kasan: Revert "arm64: mte: reset the page tag in page->flags" 07022e07017e arm64: fix oops in concurrently setting insn_emulation sysctls 0fc07cf46769 arm64: Do not forget syscall when starting a new thread. 573a346f3cc2 arm64: stacktrace: use non-atomic __set_bit 771076199152 arm64: kasan: do not instrument stacktrace.c 2c1fc32a9ab8 arch: make TRACE_IRQFLAGS_NMI_SUPPORT generic 92b465c5fec3 x86: Handle idle=nomwait cmdline properly for x86_idle 503dde612202 epoll: autoremove wakers even more aggressively 109539c9ba84 netfilter: nf_tables: fix null deref due to zeroed list head 2f07a81c5d89 netfilter: nf_tables: disallow jump to implicit chain from set element 92c07fdb6b58 netfilter: nf_tables: upfront validation of data via nft_data_init() c921bd1a7f00 netfilter: nf_tables: do not allow RULE_ID to refer to another chain 58e863f64ee3 netfilter: nf_tables: do not allow CHAIN_ID to refer to another table 0d0703939752 netfilter: nf_tables: do not allow SET_ID to refer to another table f9cb9c823a65 usb: dwc3: gadget: fix high speed multiplier setting fd55d4aa3463 usb: dwc3: gadget: refactor dwc3_repare_one_trb 33ece34cdf1d arm64: dts: uniphier: Fix USB interrupts for PXs3 SoC ff4a0a2a0608 ARM: dts: uniphier: Fix USB interrupts for PXs2 SoC af64d4caeeb2 Revert "net: usb: ax88179_178a needs FLAG_SEND_ZLP" 4e5de1c54eca USB: HCD: Fix URB giveback issue in tasklet function e1da08e8cded usb: typec: ucsi: Acknowledge the GET_ERROR_STATUS command completion bc57850fcb7e coresight: Clear the connection field properly 7d305823e022 MIPS: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK 3fcad718b5c9 powerpc/powernv: Avoid crashing if rng is NULL 39e29d134ce2 powerpc/ptdump: Fix display of RW pages on FSL_BOOK3E b80b14c6c09a powerpc/fsl-pci: Fix Class Code of PCIe Root Port 87784a09789a powerpc/64e: Fix early TLB miss with KUAP 9f9bbe3cf758 powerpc: Restore CONFIG_DEBUG_INFO in defconfigs 65e044ac89c1 ia64, processor: fix -Wincompatible-pointer-types in ia64_get_irr() 6fe27b55af24 media: [PATCH] pci: atomisp_cmd: fix three missing checks on list iterator d3b41aa5348a media: isl7998x: select V4L2_FWNODE to fix build error 546a2d5c10fa mbcache: add functions to delete entry if unused 6f01f9e166c6 mbcache: don't reclaim used entries 5f5784356513 md-raid10: fix KASAN warning 7f82027b6b74 md-raid: destroy the bitmap after destroying the thread 65beb95f3251 serial: mvebu-uart: uart2 error bits clearing 1fdbbe246daf fuse: fix deadlock between atomic O_TRUNC and page invalidation 4bd9d5d20f34 fuse: write inode in fuse_release() ed2ac89f294e fuse: ioctl: translate ENOSYS 19d747bf8a3d fuse: limit nsec 8e33102309bd ksmbd: fix heap-based overflow in set_ntacl_dacl() 02ed2a9b7874 ksmbd: fix use-after-free bug in smb2_tree_disconect 0f1c9908c8e1 ksmbd: prevent out of bound read for SMB2_WRITE 9ec5086d14c5 ksmbd: prevent out of bound read for SMB2_TREE_CONNNECT ff20f1875889 ksmbd: fix memory leak in smb2_handle_negotiate 9b9ed61d5ad7 soundwire: qcom: Check device status before reading devid 84002f936a06 scsi: qla2xxx: Zero undefined mailbox IN registers 9d08698376c3 scsi: qla2xxx: Fix incorrect display of max frame size 03d8241112d5 scsi: sg: Allow waiting for commands to complete on removed device b0ab91283679 scsi: lpfc: Remove extra atomic_inc on cmd_pending in queuecommand after VMID a1135205b0af iio: light: isl29028: Fix the warning in isl29028_remove() 2c6431d40657 iio: fix iio_format_avail_range() printing for none IIO_VAL_INT 3e9047989547 um: seed rng using host OS rng dacd09269aae um: Remove straying parenthesis bb2c0e65f06c mtd: rawnand: arasan: Update NAND bus clock instead of system clock 37276f51bb4a mtd: rawnand: arasan: Fix clock rate in NV-DDR 7e06e615279c btrfs: reject log replay if there is unsupported RO compat flag be001f9da71e bpf: Fix KASAN use-after-free Read in compute_effective_progs 261027d9988c drm/amdgpu: Check BO's requested pinning domains against its preferred_domains 82d87b12e191 drm/tegra: Fix vmapping of prime buffers 54f0c628c634 drm/nouveau/kms: Fix failure path for creating DP connectors 5c5b1707884e drm/nouveau/acpi: Don't print error when we get -EINPROGRESS from pm_runtime c2bd8f52c6c4 drm/nouveau: Don't pm_runtime_put_sync(), only pm_runtime_put_autosuspend() f223ddb6be37 drm/nouveau: fix another off-by-one in nvbios_addr b1475e2400c9 drm/dp/mst: Read the extended DPCD capabilities during system resume f845dccb5334 drm/hyperv-drm: Include framebuffer and EDID headers 9c49ac792c63 drm/fb-helper: Fix out-of-bounds access 071f693b4315 drm/ingenic: Use the highest possible DMA burst size 701373decc68 drm/vc4: hdmi: Disable audio if dmas property is present but empty 514b5bfcd352 drm/shmem-helper: Add missing vunmap on error 2869c17ab606 drm/gem: Properly annotate WW context on drm_gem_lock_reservations() error c99f19fce608 rtc: rx8025: fix 12/24 hour mode detection on RX-8035 91e11b151e95 wireguard: selftests: set CONFIG_NONPORTABLE on riscv32 099e15195dae RISC-V: Update user page mapping only once during start fcc37c9de0ed RISC-V: Fix SBI PMU calls for RV32 a775c75190ff RISC-V: Fix counter restart during overflow for RV32 f46e3ebf6de1 RISC-V: Add modules to virtual kernel memory layout dump 14b26f63a080 RISC-V: Fixup schedule out issue in machine_crash_shutdown() 710559c0d73b RISC-V: Fixup get incorrect user mode PC for kernel mode regs 09dff3955d75 RISC-V: kexec: Fixup use of smp_processor_id() in preemptible context cbb378edebd7 RISC-V: Declare cpu_ops_spinwait in <asm/cpu_ops.h> 899b5091e4aa RISC-V: cpu_ops_spinwait.c should include head.h 306aee157d23 riscv: dts: starfive: correct number of external interrupts 4550f7ed4856 dt-bindings: riscv: fix SiFive l2-cache's cache-sets 7e9ab8cb4fa5 riscv: lib: uaccess: fix CSR_STATUS SR_SUM bit 73fc099eaefd riscv:uprobe fix SR_SPIE set/clear handling 844a857bbce3 parisc: io_pgetevents_time64() needs compat syscall in 32-bit compat mode 62eb0059d8d5 parisc: Check the return value of ioremap() in lba_driver_probe() 6f0c087a68e5 parisc: Drop pa_swapper_pg_lock spinlock 5c9e6c5e86a0 parisc: Fix device names in /proc/iomem 247caf4a87f3 ovl: drop WARN_ON() dentry is NULL in ovl_encode_fh() e11fb0a3a39b crypto: ccp - Use kzalloc for sev ioctl interfaces to prevent kernel memory leak c8f808dfcc49 fix short copy handling in copy_mc_pipe_to_iter() f92421194629 usbnet: smsc95xx: Fix deadlock on runtime resume db3b738ae5f7 usbnet: Fix linkwatch use-after-free on disconnect 730d67bfb916 fbcon: Fix accelerated fbdev scrolling while logo is still shown 26c1cdde54d7 fbcon: Fix boundary checks for fbcon=vc:n1-n2 parameters ff58bd0db5cc thermal: sysfs: Fix cooling_device_stats_setup() error code path d082cb154f28 fs: Add missing umask strip in vfs_tmpfile 5db80480c5d5 vfs: Check the truncate maximum size in inode_newsize_ok() e0ef23e9b0ad tty: vt: initialize unicode screen buffer 9c5c8aaed50b tty: 8250: Add support for Brainboxes PX cards. 37268c7badd3 LoongArch: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK 27187e929981 ALSA: hda/realtek: Add a quirk for HP OMEN 15 (8786) mute LED e24cb11883a0 ALSA: hda/realtek: Add quirk for another Asus K42JZ model ec80fc5fa03b ALSA: hda/cirrus - support for iMac 12,1 model 5d83b450e217 ALSA: hda/conexant: Add quirk for LENOVO 20149 Notebook model 53283a3333c0 KVM: x86/xen: Stop Xen timer before changing IRQ 9a9b5771e930 KVM: x86/xen: Initialize Xen timer only once e27e46d5e5c4 KVM: x86: revalidate steal time cache if MSR value changes 0043fbede947 KVM: x86: do not report preemption if the steal time cache is stale 16c6a078c2bb KVM: x86/mmu: Fully re-evaluate MMIO caching when SPTE masks change 7f04ed0d95db KVM: x86: Tag kvm_mmu_x86_module_init() with __init 1b36d36624e7 KVM: SVM: Disable SEV-ES support if MMIO caching is disable 6271f2854b92 KVM: x86/mmu: Treat NX as a valid SPTE bit for NPT 37aaaa28851a KVM: x86: Set error code to segment selector on LLDT/LTR non-canonical #GP a9e394788e6a KVM: x86: Mark TSS busy during LTR emulation _after_ all fault checks 15c0b55a366a KVM: nVMX: Inject #UD if VMXON is attempted with incompatible CR0/CR4 dee2cc52b8b7 KVM: nVMX: Account for KVM reserved CR4 bits in consistency checks df6cbd82e0a8 KVM: nVMX: Let userspace set nVMX MSR to any _host_ supported value cbbd3df6ede5 KVM: x86: Split kvm_is_valid_cr4() and export only the non-vendor bits d2b2213dda1e KVM: Do not incorporate page offset into gfn=>pfn cache user address e7d52979638f KVM: Fix multiple races in gfn=>pfn cache refresh ca4efed09557 KVM: Fully serialize gfn=>pfn cache refresh via mutex 391931dafc5f KVM: Put the extra pfn reference when reusing a pfn in the gpc cache 81b640cc9b91 KVM: Drop unused @gpa param from gfn=>pfn cache's __release_gpc() helper 86145725d4a9 KVM: s390: pv: don't present the ecall interrupt twice 2eee1dba70f5 KVM: SVM: Don't BUG if userspace injects an interrupt with GIF=0 53221fa29481 KVM: nVMX: Snapshot pre-VM-Enter DEBUGCTL for !nested_run_pending case 8f8aa303c494 KVM: nVMX: Snapshot pre-VM-Enter BNDCFGS for !nested_run_pending case fe1cdbc5cb2c HID: wacom: Don't register pad_input for touch switch 455287aff8c6 HID: wacom: Only report rotation for art pen 02b4d0ec5b82 HID: nintendo: Add missing array termination 2531fefea554 HID: hid-input: add Surface Go battery quirk eb3ebbd26808 lockd: detect and reject lock arguments that overflow 56761b355ded add barriers to buffer_uptodate and set_buffer_uptodate 24cdb1e7ee12 wifi: mac80211_hwsim: use 32-bit skb cookie ce943930c7a6 wifi: mac80211_hwsim: add back erroneously removed cast 6d4f073cb2e8 wifi: mac80211_hwsim: fix race condition in pending packet a9fba9f20dc9 hwmon: (nct6775) Fix platform driver suspend regression 36d9ec95598f ASoC: amd: yc: Update DMI table entries 8d5b8e01e374 ALSA: hda/realtek: Add quirk for Lenovo Yoga9 14IAP7 a67e67732435 ALSA: hda/realtek: Add quirk for HP Spectre x360 15-eb0xxx 8438004a7fcb ALSA: hda/realtek: Add quirk for Clevo NV45PZ b0d4af0a4763 ALSA: bcd2000: Fix a UAF bug on the error path of probing a23e793af145 ALSA: usb-audio: Add quirk for Behringer UMC202HD 755f49dd4191 nfsd: eliminate the NFSD_FILE_BREAK_* flags ed48237d6b0a pNFS/flexfiles: Report RDMA connection errors to the server 5c5639005dba scsi: Revert "scsi: qla2xxx: Fix disk failure to rediscover" fb78ef830e5e Revert "pNFS: nfs3_set_ds_client should set NFS_CS_NOPING" 98847832313d x86: link vdso and boot with -z noexecstack --no-warn-rwx-segments 8cd1b2413c5c Makefile: link with -z noexecstack --no-warn-rwx-segments (From OE-Core rev: 3bf4ac9802ce3b186e1345d9aab3d4e7e4c79c81) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-25linux-yocto/5.19: update to v5.19.1Bruce Ashfield
Updating to the latest korg -stable release that comprises the following commits: d654f7e29909 Linux 5.19.1 f6664a403f11 x86/speculation: Add LFENCE to RSB fill sequence f826d0412d80 x86/speculation: Add RSB VM Exit protections 224b653547fa macintosh/adb: fix oob read in do_adb_query() function 7f64bc0c090c Bluetooth: btusb: Add Realtek RTL8852C support ID 0x13D3:0x3586 651880ed7d39 Bluetooth: btusb: Add Realtek RTL8852C support ID 0x13D3:0x3587 7562b32d7531 Bluetooth: btusb: Add Realtek RTL8852C support ID 0x0CB8:0xC558 17da5b394ba4 Bluetooth: btusb: Add Realtek RTL8852C support ID 0x04C5:0x1675 9122622a9d2a Bluetooth: btusb: Add Realtek RTL8852C support ID 0x04CA:0x4007 cb79e61c28b9 Bluetooth: btusb: Add support of IMC Networks PID 0x3568 34464228344c dt-bindings: bluetooth: broadcom: Add BCM4349B1 DT binding 18b04e68252f Bluetooth: hci_bcm: Add DT compatible for CYW55572 f7b229ecf21a Bluetooth: hci_bcm: Add BCM4349B1 variant 60ef27c1c77f Bluetooth: hci_qca: Return wakeup for qca_wakeup 9283e708a9b8 arm64: set UXN on swapper page tables 231276d2c6cc ata: sata_mv: Fixes expected number of resources now IRQs are gone d069dcffef84 crypto: arm64/poly1305 - fix a read out-of-bound cd5a88272762 ACPI: APEI: Better fix to avoid spamming the console with old error logs eb5595ac6aee ACPI: video: Shortening quirk list by identifying Clevo by board_name only 5ab9b078c4ff ACPI: video: Force backlight native for some TongFang devices 7c8e33cc2a49 tools/vm/slabinfo: Handle files in debugfs 28a9cbc1c927 block: fix default IO priority handling again (From OE-Core rev: f1cb26e429c7be2b9ae46a0d67e6cb74aa0ce1fe) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-25linux-yocto/5.15: update to v5.15.60Bruce Ashfield
Updating to the latest korg -stable release that comprises the following commits: 7217df812798 Linux 5.15.60 5c5c77746ce1 x86/speculation: Add LFENCE to RSB fill sequence 7fcd99e889c0 x86/speculation: Add RSB VM Exit protections c81d1bb58c88 macintosh/adb: fix oob read in do_adb_query() function d98cf2b40c20 Bluetooth: btusb: Add Realtek RTL8852C support ID 0x13D3:0x3586 ee421ad8973b Bluetooth: btusb: Add Realtek RTL8852C support ID 0x13D3:0x3587 59689a843bc9 Bluetooth: btusb: Add Realtek RTL8852C support ID 0x0CB8:0xC558 b653eeaa8cf8 Bluetooth: btusb: Add Realtek RTL8852C support ID 0x04C5:0x1675 d4f921efb4bf Bluetooth: btusb: Add Realtek RTL8852C support ID 0x04CA:0x4007 04e3388eeb47 Bluetooth: btusb: Add support of IMC Networks PID 0x3568 6a5ec48fb752 dt-bindings: bluetooth: broadcom: Add BCM4349B1 DT binding 88e088e29487 Bluetooth: hci_bcm: Add DT compatible for CYW55572 2aa38f0af306 Bluetooth: hci_bcm: Add BCM4349B1 variant 37b385c78cd5 btrfs: zoned: fix critical section of relocation inode writeback 5e04c8bf42d8 btrfs: zoned: prevent allocation from previous data relocation BG 775871d4be0d arm64: set UXN on swapper page tables a619a0312099 KVM: x86/svm: add __GFP_ACCOUNT to __sev_dbg_{en,de}crypt_user() e423893fe320 selftests: KVM: Handle compiler optimizations in ucall bc2cee443c74 tools/kvm_stat: fix display of error when multiple processes are found 9acd899d2feb KVM: selftests: Make hyperv_clock selftest more stable ad6fd99d5feb KVM: x86: do not set st->preempted when going back to user space 92343314d34e KVM: x86: do not report a vCPU as preempted outside instruction boundaries 3d4c28475ee3 crypto: arm64/poly1305 - fix a read out-of-bound 397c2116cbe2 ACPI: APEI: Better fix to avoid spamming the console with old error logs e7170bcda613 ACPI: video: Shortening quirk list by identifying Clevo by board_name only 3a5fab5c4505 ACPI: video: Force backlight native for some TongFang devices 9894717519cc tools/vm/slabinfo: Handle files in debugfs 7ad47f414b40 block: fix default IO priority handling again e889a4c440eb selftests/bpf: Check dst_port only on the client socket 119debdb9f25 selftests/bpf: Extend verifier and bpf_sock tests for dst_port loads df9692b8a319 x86/speculation: Make all RETbleed mitigations 64-bit only (From OE-Core rev: 04d334d8881921a1a20407bc8428c7b9c9c80d2d) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-25python3-requests: add python3-compression dependencyChen Qi
python3-requests makes use of 'zipfile' module, so we need to add python3-compression as a dependency, otherwise 'import requests' errors out. (From OE-Core rev: 6cfe2ed2234a76a3f9da194097781e8d6ce1353b) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-25rust-cross-canadian: rename shell variables for easier appendsPeter Bergin
Make unique shell variable names for cargo and rust setup scripts. This change will make it easier to append to the scripts in a bbappend file by using the variable for the script. Before this change it was only possible for the last script as they shared the same variable name. (From OE-Core rev: 74307f57ad0b3c538be0add11028e4e6199a7662) Signed-off-by: Peter Bergin <peter@berginkonsult.se> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-25util-linux: Remove --enable-raw from EXTRA_OECONFMateusz Marciniec
Having both enable and disable flags for raw is confusing. Raw should be disabled so --enable-raw flag can be removed. (From OE-Core rev: 011c549e2b005205923db6f69b60f8b29bee415f) Signed-off-by: Mateusz Marciniec <mateuszmar2@gmail.com> Signed-off-by: Tomasz Dziendzielski <tomasz.dziendzielski@gmail.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-25python3: disable user site-pkg for native targetKonrad Weihmann
by setting the ENABLE_USER_SITE flag globally. This is the recommended way according to https://peps.python.org/pep-0370/#implementation (From OE-Core rev: 71bf8e9e418af6213de17903f54502b5b1055872) Signed-off-by: Konrad Weihmann <kweihmann@outlook.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-25rng-tools: Remove depndencies on hwrngKhem Raj
Delete dependency on dev-hwrng.device and systemd-udev-settle services as they can be troublesome because difference devices may have different devices to detect resulting in delayed boot. do not run if included in a container image Add EXTRA_ARGS via /etc/default/rng-tools e.g. if your device has hw RNG then something like this EXTRA_ARGS="-r /dev/hwrng" You can also use drop-ins for enhacing systemd unit file from machine layer via a bbappend and adding a fragment to systemd /etc/systemd/system/rng-tools.service.d/10-hwrng.conf where you can add [Unit] Requires=dev-hwrng.device After=dev-hwrng.device (From OE-Core rev: ab73f6e8efb97682441f012c41d35a549e899cce) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-25piglit: Add PACKAGECONFIG for glx and openclTom Hochstein
- Allow GLX tests to be disabled for systems that don't support it. - Allow OpenCL tests to be enabled. (From OE-Core rev: 53c90930fca17cdaec2a5492320a286b6db6bdda) Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-08-25npm.bbclass: fix architecture mappingEnrico Scholz
Use the same code as the 'nodejs_16.4.bb recipe' for mapping the OE arch to the NPM arch. A noticeable change (and fix for exiting problems) is the move from 'arm' to 'arm64' for 'aarch64'. (From OE-Core rev: cd773722cb66eea487c6004a006e1b88f0b07a5a) Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>