summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* classes/fsl-dynamic-packagearch: Add multilib supportbackport-1213-to-kirkstoneGuillaume Deroire2022-10-051-0/+11
| | | | | | | | | | | | | | | | | | Currently, the class doesn't support multilib image/SDK generation for packages built for MACHINE_SOCARCH with MULTILIB support and this commit fixes this. To reproduce the error, add to local.conf: require conf/multilib.conf MULTILIBS = "multilib:lib32" DEFAULTTUNE:virtclass-multilib-lib32 = "armv7athf-neon-vfpv4" IMAGE_INSTALL_append = "lib32-libusb1" Build image with: 'bitbake core-image-minimal' The build will fail during do_rootfs/do_populate_sdk on lib32-wayland-protocols package. (cherry picked from commit 61b81118e3cbc699f78e22752f5c5938a8b09d77)
* Merge pull request #1250 from Freescale/backport-1249-to-kirkstoneOtavio Salvador2022-10-043-9/+8
|\ | | | | [Backport kirkstone] vulkan-loader: iMX8M Mini doesn't support vulkan
| * imx-gpu-viv: use the imxvulkan override for libvulkanJose Quaresma2022-10-041-2/+1
| | | | | | | | | | Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> (cherry picked from commit d270e11690dc9947e157713d9acebdd5973c7421)
| * vulkan-loader: use the imxvulkan override in recommendsJose Quaresma2022-10-041-1/+1
| | | | | | | | | | | | | | | | With this the libvulkan-imx is recommends only when the machine supports Vulkan. Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> (cherry picked from commit 343f2809030450f7f720d98ca5ffc34e30aea8e0)
| * imx-base.inc: Introduce imxvulkan overrideJose Quaresma2022-10-041-6/+6
|/ | | | | | | | | | | | All iMX8 modules with the imxgpu override support Vulkan with a single exception for the iMX8M Mini that uses the mx8mm override. Vulkan is disabled on meta-freescale for 8M Mini since ee92b5a8, so we create the imxvulkan override to use when Vulkan is supported. Sugested-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> (cherry picked from commit 140ad9c0826a499a9cae2583bf72f0e2e74e3dbf)
* Merge pull request #1248 from Freescale/backport-1246-to-kirkstoneOtavio Salvador2022-10-031-2/+9
|\ | | | | [Backport kirkstone] imx-gpu-viv: Allow limited OpenVX support
| * imx-gpu-viv: Allow limited OpenVX supportTom Hochstein2022-10-031-2/+9
|/ | | | | | | | | | | OpenVX is fully supported on i.MX 8 QuadMax and 8 QuadPlus. A recent change removed OpenVX packages except for this case. This was a mistake, since there is in fact limited OpenVX support provided on other i.MX 8 machines as needed for i.MX machine learning packages. Fixes: 09e2ce3 Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 42e5e3ec9b4f62c83b47e956349fa4d409e56df1)
* Merge pull request #1245 from Freescale/backport-1244-to-kirkstoneOtavio Salvador2022-09-301-0/+1
|\ | | | | [Backport kirkstone] weston_10.0.0.imx: add build dependency on libdrm
| * weston_10.0.0.imx: add build dependency on libdrmbackport-1244-to-kirkstoneMarkus Niebel2022-09-301-0/+1
|/ | | | | | | | | | | | When removing rdp as default dependency a hidden buildtime dependency on libdrm is uncovered for targets using fbdev as backend and g2d as renderer. As a result compiling for i.MX6 will fail due to missing libdrm headers. Add libdrm to DEPENDS for imxfbdev. Signed-off-by: Markus Niebel <Markus.Niebel@ew.tq-group.com> (cherry picked from commit 678bf9b179a4573ae7290f2600949c0f5440a271)
* Merge pull request #1242 from Freescale/backport-1229-to-kirkstoneOtavio Salvador2022-09-291-1/+8
|\ | | | | [Backport kirkstone] Some fixes for imx-nxp-bsp
| * imx-gpu-viv: fix removing non packaged filesMax Krummenacher2022-09-291-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The for loops over the FILES:xxx variables do file expansion on the FILES entries. As a result any file name(s) specified with a wildcard which actually exists in the host filesystem will be replaced with the host filesystems file name(s). Disable file expansion for the for loop and reenable it afterwards so that the expansion happens on the full file names with the ${D} prefix. E.g if the host has /usr/lib/libOpenCL.so.1, then /usr/lib/libOpenCL.so.* gets expanded to /usr/lib/libOpenCL.so.1, and as a result ${D}/usr/lib/libOpenCL.so.1.2, ${D}//usr/lib/libOpenCL.so.3 ... will not be deleted. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit fe187c070f06c56a28416da339591ad3c4b6e9c8)
| * imx-gpu-viv: mx8mm: keep deploying openclMax Krummenacher2022-09-291-1/+0
|/ | | | | | | | | | | imx-gpu-g2d dynamically links against the library so OE stops with the following errors: | ERROR: imx-gpu-g2d-6.4.3.p4.2-r0 do_package_qa: QA Issue: /usr/lib/libg2d-viv.so.2.1.0 contained in package imx-gpu-g2d requires libOpenCL.so.3(OPENCL_1.0)(64bit), but no providers found in RDEPENDS:imx-gpu-g2d? [file-rdeps] | ERROR: imx-gpu-g2d-6.4.3.p4.2-r0 do_package_qa: QA Issue: /usr/lib/libg2d-viv.so.2.1.0 contained in package imx-gpu-g2d requires libOpenCL.so.3()(64bit), but no providers found in RDEPENDS:imx-gpu-g2d? [file-rdeps] Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 8c720cd5492c0717fd5de477daacda3b717b3649)
* Merge pull request #1241 from Freescale/backport-1240-to-kirkstoneOtavio Salvador2022-09-291-1/+1
|\ | | | | [Backport kirkstone] weston: Fix the append logic
| * weston: Fix the append logicKhem Raj2022-09-291-1/+1
|/ | | | | | | | | Previous commit did not really work because we are using bb.utils.filter and that removed the artificial space sadly. Therefore add it outside this function call. Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit e3c2e0644a4593ae35270a890e1e3692f234545e)
* Merge pull request #1239 from Freescale/backport-1238-to-kirkstoneOtavio Salvador2022-09-291-1/+1
|\ | | | | [Backport kirkstone] weston: Add missing space before appending to PACKAGECONFIG
| * weston: Add missing space before appending to PACKAGECONFIGKhem Raj2022-09-291-1/+1
|/ | | | | | | | This can cause problem by creating unknown packageconfigs by concatenating the strings Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit b8581e79e0ae9d7c1a6181ebd3425b7348b86f26)
* Merge pull request #1237 from Freescale/backport-1235-to-kirkstoneOtavio Salvador2022-09-295-20/+52
|\ | | | | [Backport kirkstone] qt4-imx-support: change format of patches added by commit 4aed4a5
| * qt4-imx-support: change format of patches added by commit 4aed4a5Mauro Salvini2022-09-295-20/+52
|/ | | | | | | Patches are the same but now are in git format ad have Signed-off-by and From fields as required (cherry picked from commit 24a68cbea9424b7ebc888c402068a09996a5ba17)
* Merge pull request #1234 from Freescale/backport-1232-to-kirkstoneOtavio Salvador2022-09-283-0/+20
|\ | | | | [Backport kirkstone] qt4-imx-support: fix build for imxgpu2d SOCs
| * qt4-imx-support: fix build for imxgpu2d SOCsMauro Salvini2022-09-283-0/+20
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this change, when imxgpu2d is selected, the qt4 do_configure fails with the following error: | EGL (EGL/egl.h) auto-detection... () | compiling egl.cpp ... | /home/wrk/yocto/build-qt4/tmp/work/imx8mmevk-fslc-linux/qt4-embedded/4.8.7-r0/recipe-sysroot/usr/include/EGL/eglplatform.h:150:10: fatal error: X11/Xlib.h: No such file or directory | 150 | #include <X11/Xlib.h> | | ^~~~~~~~~~~~ | compilation terminated. | Makefile:178: recipe for target 'egl.o' failed | make: *** [egl.o] Error 1 | EGL (EGL/egl.h) disabled. | EGL (GLES/egl.h) auto-detection... () ... | /home/wrk/yocto/build-qt4/tmp/work/imx8mmevk-fslc-linux/qt4-embedded/4.8.7-r0/recipe-sysroot/usr/include/EGL/eglplatform.h:150:10: fatal error: X11/Xlib.h: No such file or directory | 150 | #include <X11/Xlib.h> | | ^~~~~~~~~~~~ | compilation terminated. | Makefile:178: recipe for target 'egl4gles1.o' failed | make: *** [egl4gles1.o] Error 1 | EGL (GLES/egl.h) disabled. | The EGL functionality test failed! This is because the -DLINUX=1 and -DEGL_API_FB=1 flags added to QT_CONFIG_FLAGS are not pushed down during these configuration tests. This commit adds these two flags directly to the related .pro files in Qt4 sources. Since it's been a long time that meta-qt4 is not updated anymore, the patch can be backported to LTS releases. Signed-off-by: Mauro Salvini <m.salvini@koansoftware.com> (cherry picked from commit 4aed4a58335af8e96815124f17f47060d1053c48)
* Merge pull request #1231 from Freescale/backport-1230-to-kirkstoneOtavio Salvador2022-09-281-3/+1
|\ | | | | [Backport kirkstone] weston: disable rdp as it pulls in some big dependencies
| * weston: disable rdp as it pulls in some big dependenciesJose Quaresma2022-09-281-3/+1
|/ | | | | | | | | | | | | | | | | | | | | | | | The weston_10.0.0.imx now depends on freerdp which in turn pulls some unrelated big dependencies like cups and gstreamer. | # meta-freescale/recipes-graphics/wayland/weston_10.0.0.imx.bb | PACKAGECONFIG[rdp] = "-Dbackend-rdp=true,-Dbackend-rdp=false,freerdp" | | PACKAGECONFIG:append = " \ | rdp \ | ${@bb.utils.filter('DISTRO_FEATURES', '${PACKAGECONFIG_OPENGL}', d)}" | # meta-openembedded/meta-oe/recipes-support/freerdp/freerdp_2.8.0.bb | PACKAGECONFIG ??= " \ | ${@bb.utils.filter('DISTRO_FEATURES', 'directfb pam pulseaudio wayland x11', d)}\ | gstreamer cups pcsc \ | " | | PACKAGECONFIG[cups] = "-DWITH_CUPS=ON,-DWITH_CUPS=OFF,cups" | PACKAGECONFIG[gstreamer] = "-DWITH_GSTREAMER_1_0=ON,-DWITH_GSTREAMER_1_0=OFF,gstreamer1.0 gstreamer1.0-plugins-base" Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> (cherry picked from commit 3e4a9fb838f20b63067416e8f2ade1f7dfb61d6f)
* Merge pull request #1228 from Freescale/backport-1226-to-kirkstoneOtavio Salvador2022-09-231-24/+49
|\ | | | | [Backport kirkstone] imx-gpu-viv: Fix SOC-specific support
| * imx-gpu-viv: Remove OpenCL and OpenVX from unsupported SOCsTom Hochstein2022-09-231-8/+30
| | | | | | | | | | | | | | | | | | OpenCL and OpenVX components are provided for SOCs that are not supported. Fix this by removing them from the PACKAGES variable and from the install. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 09e2ce31195867024d271eefea9891b94b7d20dd)
| * imx-gpu-viv: Drop SOC condition on FILES:libgbm-imx*Tom Hochstein2022-09-231-3/+3
| | | | | | | | | | | | | | | | The FILES variable should always specify the components regardless of whether those components work for the SOC. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 6ea6800903c149b9c6297a40896ca206f74fa1cd)
| * imx-gpu-viv: Use FILES variable for VDK and Vulkan removalTom Hochstein2022-09-231-13/+16
|/ | | | | | | | | The removal of the libvdk-imx and libvulkan-imx components is properly handled with the existing FILES variables instead of with an incomplete hard-coded list. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 4e2846e9cce900697f850fa092bc41a1cc5b9d4a)
* Merge pull request #1225 from Freescale/backport-1217-to-kirkstoneOtavio Salvador2022-09-211-16/+25
|\ | | | | [Backport kirkstone] imx-gpu-viv: Add support for i.MX 8 without Wayland
| * imx-gpu-viv: Add support for i.MX 8 without WaylandTom Hochstein2022-09-211-16/+25
|/ | | | | | | This configuration is experimental and has never been fully tested. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 0afe904e6bb501816ffc6cf0a7c136d7d46b144e)
* Merge pull request #1224 from Freescale/backport-1222-to-kirkstoneOtavio Salvador2022-09-211-9/+13
|\ | | | | [Backport kirkstone] imx-gpu-viv: remove vulkan files if not packaged
| * imx-gpu-viv: remove vulkan files if not packagedMax Krummenacher2022-09-211-9/+13
|/ | | | | | | | | | | | | | | | | | | | | | For the i.MX 8M Mini the GPU doesn't provide the Vulkan API and thus the Vulkan libs are not installed. Delete them in that case from the install directory to prevent the following build time error: | ERROR: imx-gpu-viv-1_6.4.3.p4.2-aarch64-r0 do_package: QA Issue: imx-gpu-viv: Files/directories were installed but not shipped in any package: | /usr/lib/libvulkan.so.1.2.1 | /usr/lib/libvulkan.so.1 Once the above files are deleted from ${D} I additionally get: | ERROR: imx-gpu-viv-1_6.4.3.p4.2-aarch64-r0 do_package_qa: QA Issue: -dev package imx-gpu-viv-dev contains non-symlink .so '/usr/lib/libSPIRV_viv.so' [dev-elf] Why it is not in the list of the `installed but not shipped`files I do not know, but as libSPIRV_viv is also packaged into the vulkan packages let's delete it too. Fixes: ee92b5a8 ("imx-gpu-viv: Mark libvulkan-imx unavailable for 8M Mini") Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit e55eda8b7f590ee07c5cb6c6605b7167c70456dd)
* Merge pull request #1223 from Freescale/backport-1221-to-kirkstoneOtavio Salvador2022-09-212-763/+300
|\ | | | | [Backport kirkstone] linux-fslc-imx: update to 5.15.67
| * linux-fslc-imx: update imx-nxp-bsp/defconfigDaiane Angolini2022-09-211-760/+297
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It looks like it was not updated during some last version bumps. With the old defconfig, we can see the error from issue #1215. The defconfig is copied from arch/arm/configs/imx_v7_defconfig The only difference is removing the first line: CONFIG_KERNEL_LZO=y Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io> (cherry picked from commit eb9b260873223eadc0f765e6947963e160095faf)
| * linux-fslc-imx: update to v.5.15.67Daiane Angolini2022-09-211-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Kernel repository has been upgraded up to v5.15.67 from stable korg. Link: #600 Relevant changes: - 845d53f13aac Merge pull request #600 from angolini/v5.15.67 - c4b557c55fea Merge tag 'v5.15.67' into 5.15-2.0.x-imx - 53aa8ff9539e Merge tag 'v5.15.66' into 5.15-2.0.x-imx - ed59150d68be Merge tag 'v5.15.65' into 5.15-2.0.x-imx - 9dddb0942fd0 Merge tag 'v5.15.64' into 5.15-2.0.x-imx - dab92dc0771a Merge tag 'v5.15.63' into 5.15-2.0.x-imx - c09de522be12 Merge tag 'v5.15.62' into 5.15-2.0.x-imx - 0a9207c22b3b Merge tag 'v5.15.61' into 5.15-2.0.x-imx - e1ad7a011591 Linux 5.15.67 - 096e34b05a43 kbuild: fix up permissions on scripts/pahole-flags.sh - bcecd2ee19ef Linux 5.15.66 - e1779c25e48b USB: serial: ch341: fix disabled rx timer on older devices - e0923b4f38df USB: serial: ch341: fix lost character on LCR updates - 55d328924347 usb: dwc3: disable USB core PHY management - 121c6e37da76 usb: dwc3: qcom: fix use-after-free on runtime-PM wakeup - 9d6a2d022010 usb: dwc3: fix PHY disable sequence - b775fbf532dc kbuild: Add skip_encoding_btf_enum64 option to pahole - 0baced0e0938 kbuild: Unify options for BTF generation for vmlinux and modules - 309aea4b6b81 tty: n_gsm: add sanity check for gsm->receive in gsm_receive_buf() - 1787ec7dcc37 drm/i915: Skip wm/ddb readout for disabled pipes - f9a0f49be767 drm/i915/glk: ECS Liva Q2 needs GLK HDMI port timing quirk - 301be8985e87 ALSA: seq: Fix data-race at module auto-loading - 9b7a07fcc5d4 ALSA: seq: oss: Fix data-race for max_midi_devs access - b2c973b52f14 ALSA: hda/realtek: Add speaker AMP init for Samsung laptops with ALC298 - c5652d5d71cf net: mac802154: Fix a condition in the receive path - 4b9f3743a822 net: Use u64_stats_fetch_begin_irq() for stats fetch. - 57f1407ca166 ip: fix triggering of 'icmp redirect' - 5d20c6f932f2 wifi: mac80211: Fix UAF in ieee80211_scan_rx() - 552ba102a689 wifi: mac80211: Don't finalize CSA in IBSS mode if state is disconnected - 253ec5fb8405 driver core: Don't probe devices after bus_type.match() probe deferral - 7da29a2cc514 usb: gadget: mass_storage: Fix cdrom data transfers on MAC-OS - 299f4f420f23 usb: xhci-mtk: fix bandwidth release issue - 27102b39b6d0 usb: xhci-mtk: relax TT periodic bandwidth allocation - c548b99e1c37 USB: core: Prevent nested device-reset calls - 4e22a43ec717 s390: fix nospec table alignments - 047a4d0f7924 s390/hugetlb: fix prepare_hugepage_range() check for 2 GB hugepages - efdfa236a085 usb-storage: Add ignore-residue quirk for NXP PN7462AU - 0f8b5d706dcd USB: cdc-acm: Add Icom PMR F3400 support (0c26:0020) - bf6e4243f80b usb: cdns3: fix incorrect handling TRB_SMM flag for ISOC transfer - f1eb9e5d2f6e usb: cdns3: fix issue with rearming ISO OUT endpoint - 48917032c702 usb: dwc2: fix wrong order of phy_power_on and phy_init - ea72b22a05ea usb: typec: tcpm: Return ENOTSUPP for power supply prop writes - 4be500c63911 usb: typec: intel_pmc_mux: Add new ACPI ID for Meteor Lake IOM device - b201f6203197 usb: typec: altmodes/displayport: correct pin assignment for UFP receptacles - 577f84a6f120 USB: serial: option: add support for Cinterion MV32-WA/WB RmNet mode - 6415953963a9 USB: serial: option: add Quectel EM060K modem - 93c283a09959 USB: serial: option: add support for OPPO R11 diag port - 2bb1ad8c957d USB: serial: cp210x: add Decagon UCA device id - 3a6c5c5ab734 xhci: Add grace period after xHC start to prevent premature runtime suspend. - 75913c562f5b media: mceusb: Use new usb_control_msg_*() routines - 2c948dd68b9e usb: dwc3: pci: Add support for Intel Raptor Lake - 23987d01de44 thunderbolt: Use the actual buffer in tb_async_error() - e31db376f6d1 xen-blkfront: Cache feature_persistent value before advertisement - 895a90ad7b3e xen-blkfront: Advertise feature-persistent as user requested - 3e8107d69fc3 xen-blkback: Advertise feature-persistent as user requested - c235c4fc521f mm: pagewalk: Fix race between unmap and page walker - 763d77241d8f xen/grants: prevent integer overflow in gnttab_dma_alloc_pages() - 03b1870fbc5e KVM: x86: Mask off unsupported and unknown bits of IA32_ARCH_CAPABILITIES - 111a3586ed4a gpio: pca953x: Add mutex_lock for regcache sync in PM - 53196e037620 hwmon: (gpio-fan) Fix array out of bounds access - 7b8a284ffe7a clk: bcm: rpi: Add missing newline - ff0b144d4b0a clk: bcm: rpi: Prevent out-of-bounds access - e827a5f32a0d clk: bcm: rpi: Use correct order for the parameters of devm_kcalloc() - 237b4ef4c088 clk: bcm: rpi: Fix error handling of raspberrypi_fw_get_rate - 5ba6155d3b2f Input: rk805-pwrkey - fix module autoloading - 9766749a30f6 clk: core: Fix runtime PM sequence in clk_core_unprepare() - c13b0be5ade0 Revert "clk: core: Honor CLK_OPS_PARENT_ENABLE for clk gate ops" - 519cd9c4b56e clk: core: Honor CLK_OPS_PARENT_ENABLE for clk gate ops - 0522550aeed4 drm/i915/reg: Fix spelling mistake "Unsupport" -> "Unsupported" - fec48eba4783 KVM: VMX: Heed the 'msr' argument in msr_write_intercepted() - 9e3c9efa7caf cifs: fix small mempool leak in SMB2_negotiate() - 81203ab7a6ef binder: fix alloc->vma_vm_mm null-ptr dereference - c2a4b5dc8fa7 binder: fix UAF of ref->proc caused by race condition - da3c6d0708e6 mmc: core: Fix inconsistent sd3_bus_mode at UHS-I SD voltage switch failure - 8bca22970e1c mmc: core: Fix UHS-I SD 1.8V workaround branch - fc9b5b3f2ccc USB: serial: ftdi_sio: add Omron CS1W-CIF31 device id - cf20c3533efc misc: fastrpc: fix memory corruption on open - 0e33b0f322fe misc: fastrpc: fix memory corruption on probe - 95ac9601feb5 iio: adc: mcp3911: use correct formula for AD conversion - 6e933a26e6a2 iio: ad7292: Prevent regulator double disable - df1b53bc799d Input: iforce - wake up after clearing IFORCE_XMIT_RUNNING flag - 9f185ca8e019 tty: serial: lpuart: disable flow control while waiting for the transmit engine to complete - 532b255af195 musb: fix USB_MUSB_TUSB6010 dependency - 2535431ae967 vt: Clear selection before changing the font - a19846f0f45b powerpc: align syscall table for ppc32 - f12afb4b5db0 staging: r8188eu: add firmware dependency - dc02aaf95001 staging: rtl8712: fix use after free bugs - 01fd7e12f8fb serial: fsl_lpuart: RS485 RTS polariy is inverse - 839ca7969fcf soundwire: qcom: fix device status array range - fdc69b070071 net/smc: Remove redundant refcount increase - 6ce0d73b2fbd Revert "sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skb" - aca9d0acda9e tcp: annotate data-race around challenge_timestamp - 1c472d671d9c sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skb - 55fb8c3baa80 kcm: fix strp_init() order and cleanup - 660df4411ef4 mlxbf_gige: compute MDIO period based on i1clk - a4c08cbfbcf9 ethernet: rocker: fix sleep in atomic context bug in neigh_timer_handler - a420d5872601 net/sched: fix netdevice reference leaks in attach_default_qdiscs() - ce881ddbdc02 net: sched: tbf: don't call qdisc_put() while holding tree lock - d6ec2f711c94 net: dsa: xrs700x: Use irqsave variant for u64 stats update - ca54b2bfaab3 openvswitch: fix memory leak at failed datapath creation - 8eeba7ef4d1d net: smsc911x: Stop and start PHY during suspend and resume - cc2b9170aa34 net: sparx5: fix handling uneven length packets in manual extraction - 5359524251d2 Revert "xhci: turn off port power in shutdown" - ee19bbed4b03 wifi: cfg80211: debugfs: fix return type in ht40allow_map_read() - 20b2d5be85e9 ALSA: hda: intel-nhlt: Correct the handling of fmt_config flexible array - 59a711467e8d ALSA: hda: intel-nhlt: remove use of __func__ in dev_dbg - 7828b5d0080a drm/i915/display: avoid warnings when registering dual panel backlight - 630ab29120b5 drm/i915/backlight: extract backlight code to a separate file - 9f8558c5c642 ieee802154/adf7242: defer destroy_workqueue call - 222bd95c89b1 bpf, cgroup: Fix kernel BUG in purge_effective_progs - 1c518476ceb4 bpf: Restrict bpf_sys_bpf to CAP_PERFMON - de22cba333d8 skmsg: Fix wrong last sg check in sk_msg_recvmsg() - 7497f9766f08 iio: adc: mcp3911: make use of the sign bit - 9e1f74294d53 platform/x86: pmc_atom: Fix SLP_TYPx bitfield mask - 1a785b435276 drm/msm/dsi: Fix number of regulators for SDM660 - ab8533946db7 drm/msm/dsi: Fix number of regulators for msm8996_dsi_cfg - 0a4f633548c4 drm/msm/dp: delete DP_RECOVERED_CLOCK_OUT_EN to fix tps4 - e8bd54b0664b drm/msm/dsi: fix the inconsistent indenting - 633c3b4c71bb Linux 5.15.65 - 572b646c8d93 net: neigh: don't call kfree_skb() under spin_lock_irqsave() - facf99bc3a95 net/af_packet: check len when min_header_len equals to 0 - 591a98b823fb android: binder: fix lockdep check on clearing vma - 92dc4c1a8e58 btrfs: fix space cache corruption and potential double allocations - 55c7a9152734 kprobes: don't call disarm_kprobe() for disabled kprobes - 6a27997cf44e btrfs: tree-checker: check for overlapping extent items - 1b2a7ddeaa77 btrfs: fix lockdep splat with reloc root extent buffers - 98dfad7fb688 btrfs: move lockdep class helpers to locking.c - a74fc94fb1a9 testing: selftests: nft_flowtable.sh: use random netns names - 1d8b5d251994 netfilter: conntrack: NF_CONNTRACK_PROCFS should no longer default to y - 85dd24ff77c1 drm/amd/display: avoid doing vm_init multiple time - 898467ac9bcb drm/amdgpu: Increase tlb flush timeout for sriov - 4df54c493e76 drm/amd/display: Fix pixel clock programming - a89e753d5a9f drm/amd/pm: add missing ->fini_microcode interface for Sienna Cichlid - a2ede313fbf0 ksmbd: don't remove dos attribute xattr on O_TRUNC open - a7ada939712a s390/hypfs: avoid error message under KVM - db6fa03d80ab neigh: fix possible DoS due to net iface start/stop loop - 857048ea1d28 ksmbd: return STATUS_BAD_NETWORK_NAME error status if share is not configured - 5ee30bcfdb32 drm/amd/display: clear optc underflow before turn off odm clock - e407e04a93d7 drm/amd/display: For stereo keep "FLIP_ANY_FRAME" - 2cddd3d0b049 drm/amd/display: Fix HDMI VSIF V3 incorrect issue - 0c8abeceee0f drm/amd/display: Avoid MPC infinite loop - 061ffb1e419b ASoC: sh: rz-ssi: Improve error handling in rz_ssi_probe() error path - d347d66b1972 fs/ntfs3: Fix work with fragmented xattr - bf216c168f9e btrfs: fix warning during log replay when bumping inode link count - 985bbad18408 btrfs: add and use helper for unlinking inode during log replay - 968815211212 btrfs: remove no longer needed logic for replaying directory deletes - 7697ca60db06 btrfs: remove root argument from btrfs_unlink_inode() - 71beead997f5 mmc: sdhci-of-dwcmshc: Re-enable support for the BlueField-3 SoC - 68b6cbaa318e mmc: sdhci-of-dwcmshc: rename rk3568 to rk35xx - c038e4094ba2 mmc: sdhci-of-dwcmshc: add reset call back for rockchip Socs - d6a74ee2a7b2 mmc: mtk-sd: Clear interrupts when cqe off/disable - 4676773ea117 drm/i915/gt: Skip TLB invalidations once wedged - f0582f5ac1ea HID: thrustmaster: Add sparco wheel and fix array length - 77f8e40a3cbb HID: asus: ROG NKey: Ignore portion of 0x5a report - d74ce3ece402 HID: AMD_SFH: Add a DMI quirk entry for Chromebooks - a569d41c5aba HID: add Lenovo Yoga C630 battery quirk - b08469874a16 ALSA: usb-audio: Add quirk for LH Labs Geek Out HD Audio 1V5 - c18a209b56e3 mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuse - a75987714bd2 bpf: Don't redirect packets with invalid pkt_len - e4ae97295984 ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is dead - 34c3dea11895 fbdev: fb_pm2fb: Avoid potential divide by zero error - a5d1cb908131 net: fix refcount bug in sk_psock_get (2) - dfd27a737283 HID: hidraw: fix memory leak in hidraw_release() - f2f6e6752291 media: pvrusb2: fix memory leak in pvr_probe - e658538c610c udmabuf: Set the DMA mask for the udmabuf device (v2) - 989560b6d9e0 HID: steam: Prevent NULL pointer dereference in steam_{recv,send}_report - 67216f47922d Revert "PCI/portdrv: Don't disable AER reporting in get_port_device_capability()" - 9e38a363dc63 Bluetooth: L2CAP: Fix build errors in some archs - 2e0ffef17308 kbuild: Fix include path in scripts/Makefile.modpost - e9d7ca0c4640 io_uring: fix UAF due to missing POLLFREE handling - 182dc3aa5ae2 io_uring: fix wrong arm_poll error handling - 6c7259c83773 io_uring: fail links when poll fails - c41e79a0c464 io_uring: bump poll refs to full 31-bits - 7524ec52caa8 io_uring: remove poll entry from list when canceling all - 95a004a223f8 io_uring: Remove unused function req_ref_put - f770fba096a6 io_uring: poll rework - 8dc669632f0d io_uring: inline io_poll_complete - 20bbcc316314 io_uring: kill poll linking optimisation - a85d7ac14f22 io_uring: move common poll bits - 040e58f51c0b io_uring: refactor poll update - b850d6ddc788 io_uring: clean cqe filling functions - 5c0ea4c8e54b io_uring: correct fill events helpers types - 285e77dbb36f arm64: errata: Add Cortex-A510 to the repeat tlbi list - da60ddd80d09 mm/hugetlb: avoid corrupting page->mapping in hugetlb_mcopy_atomic_pte - e7a792dcd6a7 Drivers: hv: balloon: Support status report for larger page sizes - 2edbdfc89d9f crypto: lib - remove unneeded selection of XOR_BLOCKS - 6db913f5e449 firmware: tegra: bpmp: Do only aligned access to IPC memory area - 80d46e73e8d3 drm/vc4: hdmi: Depends on CONFIG_PM - 3d2d12fb7815 drm/vc4: hdmi: Rework power up - 8468ccbf4c44 ACPI: thermal: drop an always true check - f8b07c05b699 drm/bridge: Add stubs for devm_drm_of_get_bridge when OF is disabled - 3ffb97fce282 mm: Force TLB flush for PFNMAP mappings before unlink_file_vma() - 1ded0ef2419e Linux 5.15.64 - 4f672112f866 bpf: Don't use tnum_range on array range checking for poke descriptors - cd2a50d0a097 scsi: storvsc: Remove WQ_MEM_RECLAIM from storvsc_error_wq - 2c72bead9bc6 scsi: ufs: core: Enable link lost interrupt - da86f80da31a perf stat: Clear evsel->reset_group for each stat run - b5f5fee03d17 perf/x86/intel/ds: Fix precise store latency handling - 83bd6d121245 perf/x86/intel/uncore: Fix broken read_counter() for SNB IMC PMU - a38e7ab46740 perf python: Fix build when PYTHON_CONFIG is user supplied - 77864ed6c6ce blk-mq: fix io hung due to missing commit_rqs - 4428d15cddd5 Documentation/ABI: Mention retbleed vulnerability info file for sysfs - 992d2fc2fe7f x86/nospec: Fix i386 RSB stuffing - 577d9c05cc48 binder_alloc: add missing mmap_lock calls when using the VMA - 1ed630bc530a arm64: Fix match_list for erratum 1286807 on Arm Cortex-A76 - af61a8f76039 mptcp: Fix crash due to tcp_tsorted_anchor was initialized before release skb - 661c01b2181d md: call __md_stop_writes in md_stop - ee0c613bfe83 Revert "md-raid: destroy the bitmap after destroying the thread" - 0038f8593325 mm/hugetlb: fix hugetlb not supporting softdirty tracking - 6ee82524b0aa Revert "usbnet: smsc95xx: Forward PHY interrupts to PHY driver to avoid polling" - 7ae43647f499 Revert "usbnet: smsc95xx: Fix deadlock on runtime resume" - 295219ab7d62 io_uring: fix issue with io_write() not always undoing sb_start_write() - f8aafb25ec38 riscv: traps: add missing prototype - c2b7bae7c900 xen/privcmd: fix error exit of privcmd_ioctl_dm_op() - 0351fdbd8cb4 smb3: missing inode locks in punch hole - 3640cdccbe75 nouveau: explicitly wait on the fence in nouveau_bo_move_m2mf - b490dfcbb921 ACPI: processor: Remove freq Qos request for all CPUs - f1aedd2ffead Revert "memcg: cleanup racy sum avoidance code" - ebd6f886aa24 fbdev: fbcon: Properly revert changes when vc_resize() failed - 8195e065abf3 s390: fix double free of GS and RI CBs on fork() failure - 16a12ee619e3 bootmem: remove the vmemmap pages from kmemleak in put_page_bootmem - 9227599cd987 s390/mm: do not trigger write fault when vma does not allow VM_WRITE - ddcb0696136b mm/damon/dbgfs: avoid duplicate context directory creation - 95587037ea58 asm-generic: sections: refactor memory_intersects - f96b9f7c1676 writeback: avoid use-after-free after removing device - 0455bef69028 loop: Check for overflow while configuring loop - 500195a109bc x86/nospec: Unwreck the RSB stuffing - 75fa6c733b85 x86/bugs: Add "unknown" reporting for MMIO Stale Data - a7484eb9f3e0 x86/unwind/orc: Unwind ftrace trampolines with correct ORC entry - 1cdfef6cd296 perf/x86/lbr: Enable the branch type for the Arch LBR by default - 5f52402c7701 btrfs: fix possible memory leak in btrfs_get_dev_args_from_path() - 793505888d60 btrfs: check if root is readonly while setting security xattr - 2aa1a1cff81d btrfs: add info when mount fails due to stale replace target - 17343a515fa5 btrfs: replace: drop assert for suspended replace - 34cab3bba8ca btrfs: fix silent failure when deleting root reference - 50396e19d9d8 net: stmmac: work around sporadic tx issue on link-up - 48f4d54ccc4d ionic: VF initial random MAC address if no assigned mac - bcbf1d959933 ionic: fix up issues with handling EAGAIN on FW cmds - 9a41433cc73b ionic: clear broken state on generation change - 8d2761dbfcb9 ionic: widen queue_lock use around lif init and deinit - 2bc769b8edb1 rxrpc: Fix locking in rxrpc's sendmsg - 0c3fd13b9c6d i40e: Fix incorrect address type for IPv6 flow rules - bda3e3892434 ixgbe: stop resetting SYSTIME in ixgbe_ptp_start_cyclecounter - cb9eaedd9fc0 net: Fix a data-race around sysctl_somaxconn. - b340f83dafba net: Fix data-races around sysctl_devconf_inherit_init_net. - 181bae6dff66 net: Fix data-races around sysctl_fb_tunnels_only_for_init_net. - ed14f10e13f6 net: Fix a data-race around netdev_budget_usecs. - 70564ad8d190 net: Fix data-races around sysctl_max_skb_frags. - 289f2f582667 mptcp: stop relying on tcp_tx_skb_cache - a07f3af6393a tcp: expose the tcp_mark_push() and tcp_skb_entail() helpers - 2baeaef4dd73 net: Fix a data-race around netdev_budget. - 8e9e124aeb9c net: Fix a data-race around sysctl_net_busy_read. - 4e12829fd3b9 net: Fix a data-race around sysctl_net_busy_poll. - f6b5be42ce4b net: Fix a data-race around sysctl_tstamp_allow_data. - d39a02760bf2 net: Fix data-races around sysctl_optmem_max. - 0db9ce822f13 ratelimit: Fix data-races in ___ratelimit(). - cd755a7e4062 net: Fix data-races around netdev_tstamp_prequeue. - 4d2c808d0983 net: Fix data-races around netdev_max_backlog. - 572d4cdf907f net: Fix data-races around weight_p and dev_weight_[rt]x_bias. - 33372f2b6c6d net: Fix data-races around sysctl_[rw]mem_(max|default). - 8fbdec08dbf7 netfilter: flowtable: fix stuck flows on cleanup due to pending work - eb6645a0f2ca netfilter: flowtable: add function to invoke garbage collection immediately - 51f192ae71c3 netfilter: nf_tables: disallow binding to already bound chain - 7196f4577f1c netfilter: nf_tables: disallow jump to implicit chain from set element - 4097749aec54 netfilter: nf_tables: upfront validation of data via nft_data_init() - cc311eae1f30 netfilter: bitwise: improve error goto labels - 9bf98120a943 netfilter: nft_cmp: optimize comparison for 16-bytes - c5ba86cde6bb netfilter: nf_tables: consolidate rule verdict trace call - b6d601211ce4 netfilter: nft_tunnel: restrict it to netdev family - 530f4bb9ed58 netfilter: nft_osf: restrict osf to ipv4, ipv6 and inet families - 6d7ddee50395 netfilter: nf_tables: do not leave chain stats enabled on error - cafe94e8d685 netfilter: nft_payload: do not truncate csum_offset and csum_type - fbbecf068a3f netfilter: nft_payload: report ERANGE for too long offset and length - fbaeb8046e7d netfilter: nf_tables: make table handle allocation per-netns friendly - 9f4b32890768 netfilter: nf_tables: disallow updates of implicit chain - acca44ec232a bnxt_en: fix NQ resource accounting during vf creation on 57500 chips - 1b2c5428f773 netfilter: ebtables: reject blobs that don't provide all entry points - 7a5d10afeb1b net: ipvtap - add __init/__exit annotations to module init/exit funcs - fec37fe2f278 bonding: 802.3ad: fix no transmission of LACPDUs - aa108c97acf1 net: moxa: get rid of asymmetry in DMA mapping/unmapping - c9dabd1f0410 net: phy: Don't WARN for PHY_READY state in mdio_bus_phy_resume() - c4b38473b18e net: ipa: don't assume SMEM is page-aligned - f7de12f247bb net/mlx5e: Fix wrong tc flag used when set hw-tc-offload off - 3f8608199640 net/mlx5e: Fix wrong application of the LRO state - e161c24a92ef net/mlx5: Avoid false positive lockdep warning by adding lock_class_key - 0782959b92eb net/mlx5e: Properly disable vlan strip on non-UL reps - fe76b3e67466 ice: xsk: prohibit usage of non-balanced queue id - 141b795ee39e ice: xsk: Force rings to be sized to power of 2 - 9c34c33893db nfc: pn533: Fix use-after-free bugs caused by pn532_cmd_timeout - 2e8b65fda933 r8152: fix the RX FIFO settings when suspending - 59cfae681ffb r8152: fix the units of some registers for RTL8156A - 9cf85759e104 rose: check NULL rose_loopback_neigh->loopback - e1ae035a5663 ntfs: fix acl handling - d28f319043f0 mm/smaps: don't access young/dirty bit if pte unpresent - 28dccc4eaf98 SUNRPC: RPC level errors should set task->tk_rpc_status - 5626f9535611 NFSv4.2 fix problems with __nfs42_ssc_open - 519543a64650 NFS: Don't allocate nfs_fattr on the stack in __nfs42_ssc_open() - 84dc68c6140c Revert "net: macsec: update SCI upon MAC address change." - c3f4f07a9eb1 net: use eth_hw_addr_set() instead of ether_addr_copy() - 770afc6e262b fs: require CAP_SYS_ADMIN in target namespace for idmapped mounts - 96f2758a6d02 xfrm: policy: fix metadata dst->dev xmit null pointer dereference - 103bd319c0fc af_key: Do not call xfrm_probe_algs in parallel - 4edd868acd23 xfrm: clone missing x->lastused in xfrm_do_migrate - 26ad2398fe49 xfrm: fix refcount leak in __xfrm_policy_check() - 044f8ff30e62 riscv: lib: uaccess: fix CSR_STATUS SR_SUM bit - 093cb743dcad riscv: lib: uaccess: fold fixups into body - 9de35edff035 btrfs: remove unnecessary parameter delalloc_start for writepage_delalloc() - da7ad2ec580b btrfs: pass the dentry to btrfs_log_new_name() instead of the inode - 90b9e4892704 btrfs: put initial index value of a directory in a constant - 4438d54ce7a8 scsi: qla2xxx: edif: Fix dropped IKE message - bcfe37c78854 scsi: qla2xxx: Fix response queue handler reading stale packets - 799e39edb0a8 drivers/base: fix userspace break from using bin_attributes for cpumap and cpulist - 75260fa268e1 Input: i8042 - add additional TUXEDO devices to i8042 quirk tables - d6351dfe846c Input: i8042 - add TUXEDO devices to i8042 quirk tables - e7d46453410d Input: i8042 - merge quirk tables - 0b0ee46bf65e Input: i8042 - move __initconst to fix code styling warning - 057238cdce45 btrfs: convert count_max_extents() to use fs_info->max_extent_size - 1aa262c1d056 btrfs: replace BTRFS_MAX_EXTENT_SIZE with fs_info->max_extent_size - f675e3ae67e4 btrfs: zoned: revive max_zone_append_bytes - 1815305d8199 block: add bdev_max_segments() helper - dd2ee2fd1fcb block: add a bdev_max_zone_append_sectors helper - a50d9fde4616 x86/entry: Move CLD to the start of the idtentry macro - 108fb7e99bbf kernel/sys_ni: add compat entry for fadvise64_64 - 7c83923031cd parisc: Fix exception handler for fldw and fstw instructions - 6efe7754e05d parisc: Make CONFIG_64BIT available for ARCH=parisc64 only - f49fd5fe2399 cgroup: Fix race condition at rebind_subsystems() - 5c192867ae57 audit: fix potential double free on error path from fsnotify_add_inode_mark - edd6e98a752c eth: sun: cassini: remove dead code - b51ca7326d16 wifi: rtlwifi: remove always-true condition pointed out by GCC 12 - addc9003c2e8 Linux 5.15.63 - b92be74cb2da xfs: reject crazy array sizes being fed to XFS_IOC_GETBMAP* - 1350a4cdfbe6 xfs: revert "xfs: actually bump warning counts when we send warnings" - 12689d950d75 xfs: fix soft lockup via spinning in filestream ag selection loop - bbc256bf904d xfs: fix overfilling of reserve pool - 90f414686bc4 xfs: always succeed at setting the reserve pool size - 07e17dcd03e0 xfs: remove infinite loop when reserving free block pool - 130b5965da3a xfs: reserve quota for target dir expansion when renaming files - 5e7f687ca727 xfs: reserve quota for dir expansion when linking/unlinking files - 139e6fc6e7a7 xfs: flush inodegc workqueue tasks before cancel - d66d392c72a6 scsi: ufs: ufs-mediatek: Fix build error and type mismatch - 1a9f5411837a can: j1939: j1939_sk_queue_activate_next_locked(): replace WARN_ON_ONCE with netdev_warn_once() - e7403632c015 MIPS: tlbex: Explicitly compare _PAGE_NO_EXEC against 0 - e740e787f066 video: fbdev: i740fb: Check the argument of i740_calc_vclk() - 0bdec5eed69c venus: pm_helpers: Fix warning in OPP during probe - e3c9e9452a8e powerpc/64: Init jump labels before parse_early_param() - ecdba236bc35 smb3: check xattr value length earlier - 3c201130cc81 f2fs: fix to do sanity check on segment type in build_sit_entries() - 5a01e45b925a f2fs: fix to avoid use f2fs_bug_on() in f2fs_new_node_page() - 3895d353f45a ALSA: control: Use deferred fasync helper - 409e6a799283 ALSA: timer: Use deferred fasync helper - 60110fd26623 ALSA: core: Add async signal helpers - a5ec4cd45b52 powerpc/ioda/iommu/debugfs: Generate unique debugfs entries - 8641e0bbb5ef ovl: warn if trusted xattr creation fails - 0480540da5a2 powerpc/32: Don't always pass -mcpu=powerpc to the compiler - 3d5d2dc1dc08 powerpc/32: Set an IBAT covering up to _einittext during init - 6568e52b281c watchdog: export lockup_detector_reconfigure - c5a8d0512018 RISC-V: Add fast call path of crash_kexec() - 64f94e6e1fab riscv: mmap with PROT_WRITE but no PROT_READ is invalid - e751030eb844 riscv: dts: canaan: Add k210 topology information - 23069475daeb riscv: dts: sifive: Add fu740 topology information - 21d784398a04 ASoC: rsnd: care default case on rsnd_ssiu_busif_err_irq_ctrl() - 9774b96bce7d modules: Ensure natural alignment for .altinstructions and __bug_table sections - 2097c7835162 iommu/io-pgtable-arm-v7s: Add a quirk to allow pgtable PA up to 35bit - 7822d994eb95 mips: cavium-octeon: Fix missing of_node_put() in octeon2_usb_clocks_start - c983edb06239 vfio: Clear the caps->buf to NULL after free - a1d8021d2130 KVM: PPC: Book3S HV: Fix "rm_exit" entry in debugfs timings - 17c32546166d tty: serial: Fix refcount leak bug in ucc_uart.c - ce0432aa8944 lib/list_debug.c: Detect uninitialized lists - 72b850a2a996 ext4: avoid resizing to a partial cluster size - 0e734f91cb1c ext4: avoid remove directory when directory is corrupted - d9b94c3ace54 drivers:md:fix a potential use-after-free bug - a600ed25e3d9 nvmet-tcp: fix lockdep complaint on nvmet_tcp_wq flush during queue teardown - e59ef9b07130 md: Notify sysfs sync_completed in md_reap_sync_thread() - 2dc9615abfbc phy: samsung: phy-exynos-pcie: sanitize init/power_on callbacks - 405ea6d70684 openrisc: io: Define iounmap argument as volatile - d1fc64bf4526 dmaengine: sprd: Cleanup in .remove() after pm_runtime_get_sync() failed - d0e2b8e36911 selftests/kprobe: Do not test for GRP/ without event failures - 3645ed60ac07 csky/kprobe: reclaim insn_slot on kprobe unregistration - fda4bff43bcd RDMA/rxe: Limit the number of calls to each tasklet - 54aa6c49361b dmaengine: dw-axi-dmac: ignore interrupt if no descriptor - af76e6fdcf92 dmaengine: dw-axi-dmac: do not print NULL LLI during error - e799817b67b3 um: add "noreboot" command line option for PANIC_TIMEOUT=-1 setups - 405f655ee7f6 PCI/ACPI: Guard ARM64-specific mcfg_quirks - addff638c417 cxl: Fix a memory leak in an error handling path - 5e24cd70355e pinctrl: intel: Check against matching data instead of ACPI companion - 67b5870a35bb mmc: tmio: avoid glitches when resetting - 0f5916516d86 habanalabs/gaudi: mask constant value before cast - b09e5ab18c9f habanalabs/gaudi: fix shift out of bounds - 1693fe9ba2ef coresight: etm4x: avoid build failure with unrolled loops - 94aadba8d000 gadgetfs: ep_io - wait until IRQ finishes - 9c8e2e607270 scsi: lpfc: Fix possible memory leak when failing to issue CMF WQE - b92506dc51f8 scsi: lpfc: Prevent buffer overflow crashes in debugfs with malformed user input - 0af01d2c5edd clk: qcom: clk-alpha-pll: fix clk_trion_pll_configure description - 25041029389b zram: do not lookup algorithm in backends table - 50de5045815e uacce: Handle parent device removal or parent driver module rmmod - 17d58499dc9c clk: qcom: ipq8074: dont disable gcc_sleep_clk_src - 348274a6bb7f vboxguest: Do not use devm for irq - b9c31d4ae9be usb: dwc2: gadget: remove D+ pull-up while no vbus with usb-role-switch - fbdbd61a36d8 usb: renesas: Fix refcount leak bug - 0fc62bbc9531 usb: host: ohci-ppc-of: Fix refcount leak bug - 4d6bab8d366a scsi: ufs: ufs-mediatek: Fix the timing of configuring device regulators - 35c3ec7d7a51 clk: ti: Stop using legacy clkctrl names for omap4 and 5 - 00c274bc5bfa drm/meson: Fix overflow implicit truncation warnings - b01d6bfdf2e4 irqchip/tegra: Fix overflow implicit truncation warnings - 49968090f921 PCI: aardvark: Fix reporting Slot capabilities on emulated bridge - fb76cdd21662 usb: gadget: uvc: call uvc uvcg_warn on completed status instead of uvcg_info - de6aa7abfebf usb: gadget: uvc: calculate the number of request depending on framesize - 8e142744f0e9 usb: cdns3: fix random warning message when driver load - c3c1dbad3a2d usb: cdns3 fix use-after-free at workaround 2 - 08c0a77b2aec platform/chrome: cros_ec_proto: don't show MKBP version if unsupported - da56759a4a35 PCI: Add ACS quirk for Broadcom BCM5750x NICs - 6fc955b58acf HID: multitouch: new device class fix Lenovo X12 trackpad sticky - 57b5be2bd1e0 KVM: arm64: Reject 32bit user PSTATE on asymmetric systems - cb332a666e3f KVM: arm64: Treat PMCR_EL1.LC as RES1 on asymmetric systems - c682fb70a7df net: qrtr: start MHI channel after endpoit creation - 98e28de472ef drm/sun4i: dsi: Prevent underflow when computing packet sizes - fe71d84c1a6c drm/meson: Fix refcount bugs in meson_vpu_has_available_connectors() - 6ee1310f4d14 ASoC: SOF: Intel: hda: Fix potential buffer overflow by snprintf() - 3142b5f09e55 ASoC: SOF: Intel: hda: Define rom_status_reg in sof_intel_dsp_desc - 88db4a22d954 drm/imx/dcss: get rid of HPD warning message - 1c7e569c0ece tracing/eprobes: Fix reading of string fields - 830426469f77 gcc-plugins: Undefine LATENT_ENTROPY_PLUGIN when plugin disabled for a file - a2cafe242874 kbuild: fix the modules order between drivers and libs - 8ee44abe4cae igb: Add lock to avoid data race - 471295311960 stmmac: intel: Add a missing clk_disable_unprepare() call in intel_eth_pci_remove() - 334554aab154 fec: Fix timer capture timing in `fec_ptp_enable_pps()` - c56e1fcb3091 i40e: Fix to stop tx_timeout recovery if GLOBR fails - bd1fd0a02e9a regulator: pca9450: Remove restrictions for regulator-name - 09e512a659e4 i2c: imx: Make sure to unregister adapter on remove() - b4ac11967e8c ice: Ignore EEXIST when setting promisc mode - e84c6321f357 net: dsa: sja1105: fix buffer overflow in sja1105_setup_devlink_regions() - caa80c1f8316 net: dsa: don't warn in dsa_port_set_state_now() when driver doesn't support it - b0672895d8be net: genl: fix error path memory leak in policy dumping - 232fab59a65a net: dsa: felix: fix ethtool 256-511 and 512-1023 TX packet counters - 29c5956061c9 net: dsa: microchip: ksz9477: fix fdb_dump last invalid entry - ffb155944333 net: fix potential refcount leak in ndisc_router_discovery() - c7118a579106 net: moxa: pass pdev instead of ndev to DMA functions - a44a1a14211d mlxsw: spectrum: Clear PTP configuration after unregistering the netdevice - dd236b62d25e net: dsa: mv88e6060: prevent crash on an unused port - c0434f0e0586 net/sunrpc: fix potential memory leaks in rpc_sysfs_xprt_state_change() - dd32ea395658 spi: meson-spicc: add local pow2 clock ops to preserve rate between messages - 1d9e75c3d8cd powerpc/pci: Fix get_phb_number() locking - e58d1a96e93b netfilter: nf_tables: check NFT_SET_CONCAT flag if field_count is specified - 7ac21b920ee6 netfilter: nf_tables: disallow NFT_SET_ELEM_CATCHALL and NFT_SET_ELEM_INTERVAL_END - 0df32f45be40 netfilter: nf_tables: NFTA_SET_ELEM_KEY_END requires concat and interval flags - 46f64e6325ee netfilter: nf_tables: validate NFTA_SET_ELEM_OBJREF based on NFT_SET_OBJECT flag - 8a6775ede639 netfilter: nf_tables: really skip inactive sets when allocating name - b59bee8b05b0 netfilter: nf_tables: possible module reference underflow in error path - 3be4d59808bb netfilter: nf_tables: disallow NFTA_SET_ELEM_KEY_END with NFT_SET_ELEM_INTERVAL_END flag - 81dcb3b80475 fs/ntfs3: uninitialized variable in ntfs_set_acl_ex() - 8a38a73cb406 netfilter: nf_tables: use READ_ONCE and WRITE_ONCE for shared generation id access - cacdddfefe8d ASoC: codec: tlv320aic32x4: fix mono playback via I2S - 18b5a57e7d96 ASoC: tas2770: Fix handling of mute/unmute - 8eab21065492 ASoC: tas2770: Drop conflicting set_bias_level power setting - 0a63bc250cc1 ASoC: tas2770: Allow mono streams - 480bf1e299a4 ASoC: tas2770: Set correct FSYNC polarity - b318b9dd2ac6 ASoC: SOF: debug: Fix potential buffer overflow by snprintf() - 743dc4377bba iavf: Fix reset error handling - dab6b551f5ba iavf: Fix adminq error handling - 8af269e5bdf4 nios2: add force_successful_syscall_return() - c9f78def8856 nios2: restarts apply only to the first sigframe we build... - 3bee7b77d917 nios2: fix syscall restart checks - f794d1fe6e52 nios2: traced syscall does need to check the syscall number - 80cae5d810d2 nios2: don't leave NULLs in sys_call_table[] - 35d5fd70e8c8 nios2: page fault et.al. are *not* restartable syscalls... - c293e8abc09e fs/ntfs3: Fix missing i_op in ntfs_read_mft - efdcf4df7a36 fs/ntfs3: Do not change mode if ntfs_set_ea failed - 78e4aebc35b3 fs/ntfs3: Fix double free on remount - 8feb84857915 fs/ntfs3: Don't clear upper bits accidentally in log_replay() - 8e8e1a84dac7 fs/ntfs3: Fix NULL deref in ntfs_update_mftmirr - ecda80a345ca fs/ntfs3: Fix using uninitialized value n when calling indx_read - 69979b5e308f dpaa2-eth: trace the allocated address instead of page struct - f39b424b4301 perf tests: Fix Track with sched_switch test for hybrid case - 5958ef867b9d perf parse-events: Fix segfault when event parser gets an error - e8ab87549bbe perf probe: Fix an error handling path in 'parse_perf_probe_command()' - 51471b697303 geneve: fix TOS inheriting for ipv4 - a5d7ce086fe9 atm: idt77252: fix use-after-free bugs caused by tst_timer - 75b810104e40 xen/xenbus: fix return type in xenbus_file_read() - d98b50d5b72d nfp: ethtool: fix the display error of `ethtool -m DEVNAME` - 5c21186c5f3a NTB: ntb_tool: uninitialized heap data in tool_fn_write() - cffd1cefcdd7 tools build: Switch to new openssl API for test-libcrypto - 86ff5446b4da kbuild: dummy-tools: avoid tmpdir leak in dummy gcc - f546faa216d0 ceph: don't leak snap_rwsem in handle_cap_grant - 3e7ee4dd1ea4 tools/vm/slabinfo: use alphabetic order when two values are equal - d27e1834dee2 ceph: use correct index when encoding client supported features - e49c17867c61 spi: dt-bindings: zynqmp-qspi: add missing 'required' - b847ea541b1f spi: dt-bindings: cadence: add missing 'required' - 506fc3cab986 dt-bindings: clock: qcom,gcc-msm8996: add more GCC clock sources - 4e96aa5b46d4 dt-bindings: arm: qcom: fix MSM8994 boards compatibles - 5aa6548c0803 dt-bindings: arm: qcom: fix MSM8916 MTP compatibles - e7a0e9ee5b12 dt-bindings: arm: qcom: fix Longcheer L8150 compatibles - 3632c642cacc dt-bindings: gpio: zynq: Add missing compatible strings - 52d8f48f85f7 vsock: Set socket state back to SS_UNCONNECTED in vsock_connect_timeout() - e4c0428f8a6f vsock: Fix memory leak in vsock_connect() - 38b2ab9adf50 plip: avoid rcu debug splat - 133a08a3093b ipv6: do not use RT_TOS for IPv6 flowlabel - 5c9e5c44f89d mlx5: do not use RT_TOS for IPv6 flowlabel - 02b2b7372727 geneve: do not use RT_TOS for IPv6 flowlabel - f150c1f84775 ACPI: property: Return type of acpi_add_nondev_subnodes() should be bool - 06337b9c255d octeontx2-af: Fix key checking for source mac - dc5be2d4f928 octeontx2-af: Fix mcam entry resource leak - f9a36fa5367e octeontx2-af: suppress external profile loading warning - e0fe6aa19a80 octeontx2-af: Apply tx nibble fixup always - 17c3ea739979 octeontx2-pf: Fix NIX_AF_TL3_TL2X_LINKX_CFG register configuration - 0a02159ae636 Input: exc3000 - fix return value check of wait_for_completion_timeout - a4a945641aca pinctrl: qcom: sm8250: Fix PDC map - fed2247253dc pinctrl: sunxi: Add I/O bias setting for H6 R-PIO - be82dc052155 pinctrl: amd: Don't save/restore interrupt status and wake status bits - c1c7a7c950e6 pinctrl: qcom: msm8916: Allow CAMSS GP clocks to be muxed - 9272265f2f76 pinctrl: nomadik: Fix refcount leak in nmk_pinctrl_dt_subnode_to_map - 79eb8e9e38f3 dt-bindings: arm: qcom: fix Alcatel OneTouch Idol 3 compatibles - 8b7bf35d301d selftests: forwarding: Fix failing tests with old libnet - c506c9a97120 net: bgmac: Fix a BUG triggered by wrong bytes_compl - eb2d9dc79f5f net: bcmgenet: Indicate MAC is in charge of PHY PM - 47ac7b2f6a1f net: phy: Warn about incorrect mdio_bus_phy_resume() state - c4d09fd1e18b devlink: Fix use-after-free after a failed reload - d3723eab1119 virtio_net: fix memory leak inside XPD_TX with mergeable - 9721e238c24c SUNRPC: Reinitialise the backchannel request buffers before reuse - d3c262f584df SUNRPC: Fix xdr_encode_bool() - 63e921d4edb3 sunrpc: fix expiry of auth creds - 3f16630fa23b m68k: coldfire/device.c: protect FLEXCAN blocks - 422a02a77159 net: atlantic: fix aq_vec index out of range error - 98dc8fb08299 can: j1939: j1939_session_destroy(): fix memory leak of skbs - 890aba507802 can: mcp251x: Fix race condition on receive interrupt - 6648647599e0 bpf: Check the validity of max_rdwr_access for sock local storage map iterator - 03ca12e583f1 bpf: Acquire map uref in .init_seq_private for sock{map,hash} iterator - e51b568ea2c8 bpf: Acquire map uref in .init_seq_private for sock local storage map iterator - 2f56304a0cf9 bpf: Acquire map uref in .init_seq_private for hash map iterator - 370805f0e72b bpf: Acquire map uref in .init_seq_private for array map iterator - 18a994e0661c bpf: Don't reinit map value in prealloc_lru_pop - 41fd6cc88aaf BPF: Fix potential bad pointer dereference in bpf_sys_bpf() - a4cf3dadd1fa NFSv4/pnfs: Fix a use-after-free bug in open - 1e9fd95c27d8 NFSv4.1: RECLAIM_COMPLETE must handle EACCES - 281c6a47416b NFSv4: Fix races in the legacy idmapper upcall - b32780cda567 NFSv4.1: Handle NFS4ERR_DELAY replies to OP_SEQUENCE correctly - 0696115a3230 NFSv4.1: Don't decrease the value of seq_nr_highest_sent - 6aea903916c1 Documentation: ACPI: EINJ: Fix obsolete example - bf7ebebce2c2 apparmor: Fix memleak in aa_simple_write_to_buffer() - 64103ea35773 apparmor: fix reference count leak in aa_pivotroot() - c62f2f56e086 apparmor: fix overlapping attachment computation - e89b95f91e63 apparmor: fix setting unconfined mode on a loaded profile - 3104c8a0dc5f apparmor: fix aa_label_asxprint return check - a683a0d87a22 apparmor: Fix failed mount permission check error message - 31b35b689123 apparmor: fix absroot causing audited secids to begin with = - 017b0ea49262 apparmor: fix quiet_denied for file rules - 8bc5ed70ef58 can: ems_usb: fix clang's -Wunaligned-access warning - 43ae96645898 dt-bindings: usb: mtk-xhci: Allow wakeup interrupt-names to be optional - 2294f43a07ea ALSA: usb-audio: More comprehensive mixer map for ASUS ROG Zenith II - 2fb8f62ee335 tracing: Have filter accept "common_cpu" to be consistent - dac2b60345ef tracing/probes: Have kprobes and uprobes use $COMM too - b489aca082a2 tracing/eprobes: Have event probes be consistent with kprobes and uprobes - a11ce7bfbdb7 tracing/eprobes: Do not hardcode $comm as a string - ba53c21ce977 tracing/eprobes: Do not allow eprobes to use $stack, or % for regs - 0d7970e8702b tracing/perf: Fix double put of trace event when init fails - 14674e47ff49 x86/kprobes: Fix JNG/JNLE emulation - 860efae12788 cifs: Fix memory leak on the deferred close - 6379a9af7cfc btrfs: fix lost error handling when looking up extended ref on log replay - 7ac430e319e9 btrfs: reset RO counter on block group if we fail to relocate - 78f8c2370e3d btrfs: unset reloc control if transaction commit fails in prepare_to_relocate() - d8fc9df94b88 mmc: meson-gx: Fix an error handling path in meson_mmc_probe() - 6c4541d6b881 mmc: pxamci: Fix an error handling path in pxamci_probe() - 8b7ed38c38e1 mmc: pxamci: Fix another error handling path in pxamci_probe() - 23179d5b7c39 ata: libata-eh: Add missing command name - 82a27c185544 drm/amd/display: Check correct bounds for stream encoder instances for DCN303 - 76672cd326c1 drm/ttm: Fix dummy res NULL ptr deref bug - 016b71479f46 drm/nouveau: recognise GA103 - 1b7e0482abd0 locking/atomic: Make test_and_*_bit() ordered on failure - 852f6a784a4b rds: add missing barrier to release_refill - d26beb910904 x86/mm: Use proper mask when setting PUD mapping - 177bf3542009 KVM: Unconditionally get a ref to /dev/kvm module when creating a VM - e9a6a3bd97c7 ALSA: hda/realtek: Add quirk for Clevo NS50PU, NS70PU - 5d396df4631a ALSA: info: Fix llseek return value when using callback - 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 Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io> (cherry picked from commit ef5631f1651c2fecc905cef673cf9f03178ea897)
* | Merge pull request #1220 from Freescale/backport-1214-to-kirkstoneOtavio Salvador2022-09-2110-4/+57
|\ \ | |/ |/| [Backport kirkstone] musl fixes
| * imx-gpu-viv: Insert libgcompat.so to DT_NEEDED section of libsbackport-1214-to-kirkstoneKhem Raj2022-09-201-0/+20
| | | | | | | | | | | | | | | | These libs are pre-compiled for glibc therefore, on musl they will need redirecting via the gcompat stub to work at runtime. Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit d91b6dac7dd7c0879b3a4a5f8f3abd82c33780b7)
| * gstreamer1.0-plugins-base: Allow undefined symbols with muslKhem Raj2022-09-201-0/+4
| | | | | | | | | | | | | | | | These are glibc specific symbols which gcompat should be able to handle at runtime Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 5eb46c66701552d66cfb16445a4d40244c97c96f)
| * weston: Allow undefined symbols with muslKhem Raj2022-09-201-0/+4
| | | | | | | | | | | | | | | | These are glibc specific symbols which gcompat should be able to handle at runtime Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 6a882207bccfad31d78b912006138bda79667615)
| * pango: Fix build on musl on socs with imxgpuKhem Raj2022-09-201-0/+5
| | | | | | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit b193283531d05b436839cf66b0b5dca51c345d6d)
| * harfbuzz: Fix build with musl on imxgpu machinesKhem Raj2022-09-201-0/+5
| | | | | | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 3159282461d2b251ad5d3f09d1ca0196d2b548c1)
| * cairo,xwayland: Fix compiling with musl with vivante gpu driver libsKhem Raj2022-09-202-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | This ensures that the symbols from the prebuilt libs are not flagged during build, we are betting on gcompat to provide the missing glibc API stubs at runtime. Depend on gcompat on musl needed for imxgpu machines its needed since graphics driver is precompiled for glibc. Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit fa4112e43fc4edc4a8521eddd459606328be647e)
| * imx-dpu-g2d,imx-gpu-viv,imx-sw-pdm: Use gcompat with muslKhem Raj2022-09-203-3/+11
| | | | | | | | | | | | | | | | | | | | | | These recipes contain pre-built binaries and libraries which are built against glibc, we have a way to run such binaries on musl systems via gcompat stubs, however, we have to fool the system to ignore the missing rdeps on libc.so.6, since we know they will be available via gcompat being in rdep. Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 61718793a4c04c768ecc829372b9d4de3c6c463b)
* | Merge pull request #1219 from Freescale/backport-1218-to-kirkstoneOtavio Salvador2022-09-211-4/+7
|\ \ | | | | | | [Backport kirkstone] imx-gpu-viv: Mark libvulkan-imx unavailable for 8M Mini
| * | imx-gpu-viv: Mark libvulkan-imx unavailable for 8M Minibackport-1218-to-kirkstoneTom Hochstein2022-09-201-4/+7
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | The GPU drivers do not support 8M Mini, so properly exclude them from PACKAGES so the user gets an earlier indication of a problem: ``` $ bitbake vulkan-loader ERROR: Nothing RPROVIDES 'libvulkan-imx' (but /.../poky/meta/recipes-graphics/vulkan/vulkan-loader_1.3.216.0.bb RDEPENDS on or otherwise requires it) ERROR: Required build target 'vulkan-loader' has no buildable providers. Missing or unbuildable dependency chain was: ['vulkan-loader', 'libvulkan-imx'] ``` Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit ee92b5a8b2cad45de267d3cf6dae9251f5ed11fd)
* / imx6qdlsabresd, imx6qdlsabreauto: Fix UBOOT_CONFIG name for u-boot-fslcOtavio Salvador2022-09-212-2/+2
|/ | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> (cherry picked from commit 26426764dd5bbac33357f8fabf508847f8643952)
* Merge pull request #1210 from thochstein/gtk+3Otavio Salvador2022-09-151-4/+0
|\ | | | | [kirkstone] gtk+3: Drop x11 config logic
| * gtk+3: Drop x11 config logicTom Hochstein2022-09-151-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | The original intent of dropping x11 support from the package was so only wayland would be supported. The fix in efcb2fe and 7447f7c removes that. However, it keeps the idea that the x11 packageconfig should be disallowed from being added if x11 is not in the distro features. This was never the intent of the original logic, and since the default is to enable x11 packageconfig if and only if x11 is a distro feature, just drop the logic entirely. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit e3f41f8c93ab66b1f124059cf5ce3d24b148285b)
| * gtk+3: Fix logical error in removing x11Khem Raj2022-09-151-1/+1
| | | | | | | | | | | | | | | | Last commit had a thinko, where it should be removing x11 only if x11 is not in distro features, but it ended up doing that for wayland Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 7447f7c8784883589195a83e27f8cb0ad430e88e)
| * gtk+: Disable x11 only when wayland is in distro_features but x11 is notKhem Raj2022-09-151-3/+4
|/ | | | | | | | Some distros enable both x11 and wayland in distro features in such cases it should not remove x11 from distro features. Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit efcb2fe79c96beca4d7709a66aa7872839f14b9f)
* Merge pull request #1206 from Freescale/backport-1205-to-kirkstoneOtavio Salvador2022-09-134-1/+86
|\ | | | | [Backport kirkstone] gstreamer1.0-plugins-base: Fix build with clang
| * weston: Fix build with clang-15Khem Raj2022-09-132-1/+37
| | | | | | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 0dad0e1e9d075a957cf334e68ec5f09afeb3c2bd)