summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1807 from linkjumper/kirkstonekirkstoneOtavio Salvador2024-04-291-4/+4
|\ | | | | linux-fslc-imx: Bump to v5.15.157
| * linux-fslc-imx: Bump to v5.15.157Michael Glembotzki2024-04-291-4/+4
|/
* Merge pull request #1800 from linkjumper/linux-fslc-imx_v5.15.156Otavio Salvador2024-04-241-4/+4
|\ | | | | linux-fslc-imx: Bump to v5.15.156
| * linux-fslc-imx: Bump to v5.15.156Michael Glembotzki2024-04-241-4/+4
|/ | | | Signed-off-by: Michael Glembotzki <Michael.Glembotzki@iris-sensing.com>
* Merge pull request #1781 from Jasper-Ben/update_linux_kernelOtavio Salvador2024-04-091-4/+4
|\ | | | | linux-fslc-imx: Bump to v5.15.148
| * linux-fslc-imx: Bump to v5.15.148Jasper Orschulko2024-04-091-4/+4
|/ | | | Signed-off-by: Jasper Orschulko <jasper@fancydomain.eu>
* Merge pull request #1775 from pdlloyd/kirkstoneOtavio Salvador2024-03-201-2/+2
|\ | | | | Updating uefi_git.bb SRC_URI to correct repo and changing REV
| * Updating uefi_git.bb SRC_URI to correct repo and changing REV to point to ↵Patrick D. Lloyd2024-03-201-2/+2
|/ | | | latest commit in default branch (integration)
* Merge pull request #1771 from hiagofranco/backport-use_root_home_yocto_varOtavio Salvador2024-03-141-3/+3
|\ | | | | imx-test: Use ROOT_HOME instead of hardcoded home directory
| * imx-test: Use ROOT_HOME instead of hardcoded home directoryHiago De Franco2024-03-141-3/+3
|/ | | | | | | | | | | | | | Hardcoding the root home directory could cause issues when the ROOT_HOME is not set to '/home/root'. As example, the ROOT_HOME can be changed to '/root', which makes imx-test install files in the wrong folder. Therefore, replace '/home/root' with '$ROOT_HOME'. Usually, ROOT_HOME is already set to '/home/root' [1]. [1] https://docs.yoctoproject.org/4.3.3/ref-manual/variables.html?highlight=variables#term-ROOT_HOME Signed-off-by: Hiago De Franco <hiago.franco@toradex.com> (Cherry picked from commit 666c40ca1536e9cbdd7971fe8cfcf710dc6f9728)
* Merge pull request #1766 from ↵Otavio Salvador2024-03-101-6/+9
|\ | | | | | | | | hiagofranco/backport_add_untagged_to_imx-boot-kirkstone u-boot-imx_2022.04.bb: Add UUU_BOOTLOADER_UNTAGGED variable
| * u-boot-imx_2022.04.bb: Add UUU_BOOTLOADER_UNTAGGED variableHiago De Franco2024-03-101-6/+9
|/ | | | | | | | | | After commit 4375edbb9da1 ("uuu_bootloader_tag.bbclass: Add UUU_BOOTLOADER_UNTAGGED"), the option for a untagged binary was added to uuu_bootloader_tag.bbclass. The u-boot-imx recipe also uses this binary, thefore add UUU_BOOTLOADER_TAGGED to this recipe as well. (Cherry picked from commit 35f3ef016c21 and adjusted for kirkstone) Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
* Merge pull request #1765 from Freescale/backport-1764-to-kirkstoneOtavio Salvador2024-03-091-2/+2
|\ | | | | [Backport kirkstone] uuu_bootloader_tag.bbclass: Use UUU_BOOTLOADER_TAGGED variable
| * uuu_bootloader_tag.bbclass: Use UUU_BOOTLOADER_TAGGED variableHiago De Franco2024-03-101-2/+2
|/ | | | | | | | Use UUU_BOOTLOADER_TAGGED variable instead of UUU_BOOTLOADER in the stat function to make the code more specific and easy to read. Signed-off-by: Hiago De Franco <hiago.franco@toradex.com> (cherry picked from commit 67f95836f26005165a5a6f0b97ffa9ac091e036f)
* Merge pull request #1762 from hiagofranco/backport_fix_uuu_bootloader_tagOtavio Salvador2024-03-092-0/+2
|\ | | | | uuu_bootloader_tag.bbclass: Add UUU_BOOTLOADER_UNTAGGED
| * uuu_bootloader_tag.bbclass: Add UUU_BOOTLOADER_UNTAGGEDHiago De Franco2024-03-082-0/+2
|/ | | | | | | | | | | | | | | | | | | | | | | | | | Add UUU_BOOTLOADER_UNTAGGED flag to add the possibility to deploy a imx-boot binary without the tagged footer 'UUUBURNXXOEUZX7+A-XY5601QQWWZ%sEN' at the end. The addition of the footer 'UUUBURNXXOEUZX7+A-XY5601QQWWZ%sEN' at the end causes issues when the binary is loaded into RAM memory, this footer may cause issues where the binary size exceeds the typical USB package size used by UUU (1021 bytes). As example, if the footer is split across two distinct USB packages, such as sending 'UUUBURNXXXOE' in the last packet and 'UZX7+A-XY5601QQWWZ%sEND' in the next one, it can lead to UUU halting while waiting for a response in SDPS mode. After sending 'UUUBURNXXXOE', iMX8MP's boot room starts SPL, not waiting for the next packet ('UZX7+A-XY5601QQWWZ%sEND'), leading to UUU breaking. Therefore, deploy both binaries separately (-tagged and -untagged) to allow users to choose the appropriate binary. (cherry picked from commit 5a906365fd29) Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
* Merge pull request #1758 from DominikPoggel/kirkstoneOtavio Salvador2024-02-281-4/+4
|\ | | | | linux-fslc-imx: update to v5.15.129
| * linux-fslc-imx: update to v5.15.129Dominik Poggel2024-02-281-4/+4
|/ | | | the 5.15-2.2.x-imx branch in linux-fslc is on v5.15.129, update the recipe to use this version
* Merge pull request #1737 from marlene-jacquier/dev_mjaOtavio Salvador2024-01-192-0/+212
|\ | | | | gstreamer1.0: use futex_time64 syscall if available (32-bit systems) #1725
| * gstreamer1.0: use futex_time64 syscall if available (32-bit systems)Marlene JACQUIER2024-01-192-0/+212
|/ | | | Patch backported from 1.20.5
* Merge pull request #1733 from limeng-linux/kirkstoneOtavio Salvador2024-01-161-1/+1
|\ | | | | meta-freescale: update waffle patch to compatible with version 1.7.2
| * meta-freescale: update waffle patch to compatible with version 1.7.2Meng Li2024-01-161-1/+1
|/ | | | | | | | | | | | | In yocto release kirkstone, waffle package is upgraded from 1.7.0 to 1.7.2, and there is below error reported when applying patch: Applying patch 0001-meson-Add-missing-wayland-dependency-on-EGL.patch patching file meson.build Hunk #1 succeeded at 65 (offset 2 lines). Hunk #2 succeeded at 107 (offset 2 lines). Hunk #3 succeeded at 126 with fuzz 1 (offset 4 lines). So, adjust the patch context to compatible with version 1.7.2 Signed-off-by: Meng Li <Meng.Li@windriver.com>
* Merge pull request #1699 from Freescale/backport-1698-to-kirkstoneOtavio Salvador2023-12-051-5/+15
|\ | | | | [Backport kirkstone] fsl-u-boot-localversion.bbclass: fix SRCREV_machine and AUTOREV use c…
| * fsl-u-boot-localversion.bbclass: fix SRCREV_machine and AUTOREV use casesJun Zhu2023-12-051-5/+15
|/ | | | | | | | Use the same logic as fsl-kernel-localversion.bbclass: commit 16a356ef0d5d62090e84530e125ea6952994aaeb Signed-off-by: Jun Zhu <junzhu@nxp.com> (cherry picked from commit d7e13f19fbf93cb0bd87c29b44c5012e2e0e4393)
* Merge pull request #1697 from Freescale/backport-1696-to-kirkstoneOtavio Salvador2023-12-041-2/+12
|\ | | | | [Backport kirkstone] fsl-kernel-localversion: fix SRCREV_machine and AUTOREV use cases
| * fsl-kernel-localversion: fix SRCREV_machine and AUTOREV use casesMax Krummenacher2023-12-041-2/+12
|/ | | | | | | | | | | | | | | | | | | Depending on how one uses the Yocto kernel classes the kernels hash is defined in either "SRCREV_machine" or "SRCREV". If "SRCREV_machine" is in use, "SRCREV" stays at its bitbake default "INVALID". If the "SRCREV_machine" or "SRCREV" is set to "AUTOREV" that value is replaced by "AUTOINC". If using "SRCREV_machine" and/or "AUTOREV" do_kernel_localversion fails | run.do_kernel_localversion:158 exit 128 from 'head=`git --git-dir=.../.git rev-parse --verify --short INVALID 2> /dev/null`' Cope with both use cases. Fixes: 41537394 ("classes: make localversion classes deterministic") Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 16a356ef0d5d62090e84530e125ea6952994aaeb)
* Merge pull request #1695 from Freescale/backport-1694-to-kirkstoneOtavio Salvador2023-12-042-5/+7
|\ | | | | [Backport kirkstone] classes: make localversion classes deterministic
| * classes: make localversion classes deterministicbackport-1694-to-kirkstoneDaniel Wagenknecht2023-11-282-5/+7
|/ | | | | | | | | | | | | | | | | | | | | | | | | The localversion string built into the kernel and u-boot should be deterministic. With OpenEmbedded it is common practice to apply patches to the sources. The commit id of HEAD will differ each time the patching step is rerun. With the previous implementation of the fsl-{kernel,u- boot}-localversion classes this produced non-deterministic commit ids to be used. This is undesireable, because the commit-id read from the version string during runtime is not present in the sources. It also caused problems when building out-of-tree kernel-modules if the kernel itself was taken from sstate cache but the kernel-module needed to be rebuild and retriggered the kernels do_patch task (see #961). Rework to produce a deterministic string that will use the commit id given as SRCREV and count the number of patches applied on top. With e.g. commit id 11aabbcc and 5 patches this will result in a version string +g11aabbcc+p5 Fixes: https://github.com/Freescale/meta-freescale/issues/961 Signed-off-by: Daniel Wagenknecht <dwagenknecht@emlix.com> (cherry picked from commit 415373942a8f3ca4c6f04dff35823c065f43d696)
* Merge pull request #1683 from Freescale/backport-1681-to-kirkstoneOtavio Salvador2023-11-021-1/+1
|\ | | | | [Backport kirkstone] imx-atf: Explicitly demand BFD linker
| * imx-atf: Explicitly demand BFD linkerKhem Raj2023-11-021-1/+1
|/ | | | | | | | | | | | This component uses BFD linker specific options which may not be available when default ld is not GNU BFD LD Fixes | aarch64-yoe-linux-ld: error: unknown argument '--fix-cortex-a53-835769' Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 79bfb17b47e77af1dffcb7bac843965b15f00a9a)
* Merge pull request #1672 from angolini/kirk-linux-fslc-bumpOtavio Salvador2023-10-201-2/+2
|\ | | | | linux-fslc: update to v6.1.57
| * linux-fslc: update to v6.1.57Daiane Angolini2023-10-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Kernel repository has been upgraded up to v6.1.57 from stable korg. Following upstream commits are included in this version: ---- - 2c0a3c104b31 Merge pull request #644 from angolini/6.1.x+fslc_v6.1.57 - 082280fe94a0 Linux 6.1.57 - a4cc925e2e12 xen/events: replace evtchn_rwlock with RCU - a4fcf8a242c6 ipv6: remove one read_lock()/read_unlock() pair in rt6_check_neigh() - 6e4c40aa270b btrfs: file_remove_privs needs an exclusive lock in direct io write - ff81d1c77d08 netlink: remove the flex array from struct nlmsghdr - 6cd57f5c7795 btrfs: fix fscrypt name leak after failure to join log transaction - 6d05a1a7a484 btrfs: fix an error handling path in btrfs_rename() - 5aaa45025f9f vrf: Fix lockdep splat in output path - fd32f1eee6c0 ipv6: remove nexthop_fib6_nh_bh() - edeccce85cbe parisc: Restore __ldcw_align for PA-RISC 2.0 processors - 8226ffc759ea ksmbd: fix uaf in smb20_oplock_break_ack - a2ca5fd3dbcc ksmbd: fix race condition between session lookup and expire - 64301a935462 x86/sev: Use the GHCB protocol when available for SNP CPUID requests - 76b6a980e85f RDMA/mlx5: Fix NULL string error - 26eb1307c704 RDMA/mlx5: Fix mutex unlocking on error flow for steering anchor creation - 5cf38e638e5d RDMA/siw: Fix connection failure handling - 2b298f918158 RDMA/srp: Do not call scsi_done() from srp_abort() - c54204d7960f RDMA/uverbs: Fix typo of sizeof argument - 233229fa577a RDMA/cma: Fix truncation compilation warning in make_cma_ports - 39f701870114 RDMA/cma: Initialize ib_sa_multicast structure to 0 when join - 52b0bb7139c9 gpio: pxa: disable pinctrl calls for MMP_GPIO - d09e467491b2 gpio: aspeed: fix the GPIO number passed to pinctrl_gpio_set_config() - 7e47a8419da6 IB/mlx4: Fix the size of a buffer in add_port_entries() - 315ae630502c of: dynamic: Fix potential memory leak in of_changeset_action() - 9c480fb41aa4 RDMA/core: Require admin capabilities to set system parameters - f60287b2d240 dm zoned: free dmz->ddev array in dmz_put_zoned_devices - 485f0bac83a6 parisc: Fix crash with nr_cpus=1 option - c9c110ce3754 smb: use kernel_connect() and kernel_bind() - ec02b892237d intel_idle: add Emerald Rapids Xeon support - cdcc04e844a2 HID: intel-ish-hid: ipc: Disable and reenable ACPI GPE bit - 07c6338acb15 HID: sony: remove duplicate NULL check before calling usb_free_urb() - 40d609b6ad90 netlink: annotate data-races around sk->sk_err - 0915de8c6083 netlink: Fix potential skb memleak in netlink_ack - 1a6e2da05f37 netlink: split up copies in the ack construction - 220f0f866d69 sctp: update hb timer immediately after users change hb_interval - 63cb52e75fd1 sctp: update transport state when processing a dupcook packet - 419b2c5766fa tcp: fix delayed ACKs for MSS boundary condition - 4acf07bafb58 tcp: fix quick-ack counting to count actual ACKs of new data - 143e72757a90 tipc: fix a potential deadlock on &tx->lock - f2697457ab73 net: stmmac: dwmac-stm32: fix resume on STM32 MCU - da7fa17bd9ac ipv4: Set offload_failed flag in fibmatch results - 56a6ea76dd9b netfilter: nf_tables: nft_set_rbtree: fix spurious insertion failure - 7ff9a9857b8b netfilter: nf_tables: Deduplicate nft_register_obj audit logs - e1bbe4afe1a3 selftests: netfilter: Extend nft_audit.sh - 82273f15e3db selftests: netfilter: Test nf_tables audit logging - 00d35e6b1672 netfilter: handle the connecting collision properly in nf_conntrack_proto_sctp - 6e1dbbf29031 ibmveth: Remove condition to recompute TCP header checksum. - 2428c557cd62 net: ethernet: ti: am65-cpsw: Fix error code in am65_cpsw_nuss_init_tx_chns() - 7562780e32b8 net: nfc: llcp: Add lock when modifying device list - 9ffc5018020f net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_reg - 7f042041360e ipv6: tcp: add a missing nf_reset_ct() in 3WHS handling - a003d4994088 net: dsa: mv88e6xxx: Avoid EEPROM timeout when EEPROM is absent - 6a91ec7cfd0e ptp: ocp: Fix error handling in ptp_ocp_device_init - f6a7182179c0 ipv4, ipv6: Fix handling of transhdrlen in __ip{,6}_append_data() - a8ed1b2e1674 neighbour: fix data-races around n->output - 2b76aad68b30 neighbour: switch to standard rcu, instead of rcu_bh - 0526933c1005 neighbour: annotate lockless accesses to n->nud_state - 8904d8848b31 bpf: Add BPF_FIB_LOOKUP_SKIP_NEIGH for bpf_fib_lookup - f82aac816287 net: fix possible store tearing in neigh_periodic_work() - 8ef7f9acbe8e modpost: add missing else to the "of" check - b8f97e47b6fb bpf, sockmap: Reject sk_msg egress redirects to non-TCP sockets - c024db960301 bpf, sockmap: Do not inc copied_seq when PEEK flag set - 46052a98854a bpf: tcp_read_skb needs to pop skb regardless of seq - 99fe9a120729 NFSv4: Fix a nfs4_state_manager() race - 23acd1784eb5 ima: rework CONFIG_IMA dependency block - 6c5d7f541693 scsi: target: core: Fix deadlock due to recursive locking - f23c35f0686c ima: Finish deprecation of IMA_TRUSTED_KEYRING Kconfig - 937ec4434e0a regulator/core: regulator_register: set device->class earlier - fbac416e25ef iommu/mediatek: Fix share pgtable for iova over 4GB - 183e0f9da6af perf/x86/amd: Do not WARN() on every IRQ - 2f4e16e39e4f wifi: mac80211: fix potential key use-after-free - 89192c6cbe0f regmap: rbtree: Fix wrong register marked as in-cache when creating new node - e485a69d9b44 perf/x86/amd/core: Fix overflow reset on hotplug - 6150d4596861 wifi: mt76: mt76x02: fix MT76x0 external LNA gain handling - b9eded289bea drivers/net: process the result of hdlc_open() and add call of hdlc_close() in uhdlc_close() - 6bfc4c7043c8 Bluetooth: ISO: Fix handling of listen for unicast - c201d944bc38 Bluetooth: Delete unused hci_req_prepare_suspend() declaration - b46384a681a8 regulator: mt6358: split ops for buck and linear range LDO regulators - a01576f58b19 regulator: mt6358: Use linear voltage helpers for single range regulators - c6ac402567e4 regulator: mt6358: Drop *_SSHUB regulators - 163042a01544 bpf: Fix tr dereferencing - c14c7214fc68 leds: Drop BUG_ON check for LED_COLOR_ID_MULTI - 6b706286473d wifi: mwifiex: Fix oob check condition in mwifiex_process_rx_packet - 42970d32fe1e wifi: cfg80211: add missing kernel-doc for cqm_rssi_work - c797498e860e wifi: cfg80211: fix cqm_config access race - 3fcc6d7d5f40 wifi: cfg80211: add a work abstraction with special semantics - 2ae4585f740a wifi: cfg80211: move wowlan disable under locks - fb195ff4183a wifi: cfg80211: hold wiphy lock in auto-disconnect - 6b3223449c95 wifi: iwlwifi: mvm: Fix a memory corruption issue - 78b5c62edeea wifi: iwlwifi: dbg_ini: fix structure packing - 6a5a8f0a9740 erofs: fix memory leak of LZMA global compressed deduplication - 91aeb418b917 ubi: Refuse attaching if mtd's erasesize is 0 - f237b17611fa HID: sony: Fix a potential memory leak in sony_probe() - 6e3ae2927b43 arm64: errata: Add Cortex-A520 speculative unprivileged load workaround - 0a4ae2634801 arm64: Add Cortex-A520 CPU part definition - d2894c4f473a drm/amd: Fix logic error in sienna_cichlid_update_pcie_parameters() - c8bd3e12b329 drm/amd: Fix detection of _PR3 on the PCIe root port - fc8d9630c80b net: prevent rewrite of msg_name in sock_sendmsg() - 34f9370ae444 net: replace calls to sock->ops->connect() with kernel_connect() - 2dfb5f324d79 PCI: qcom: Fix IPQ8074 enumeration - ebf2d9a7822b md/raid5: release batch_last before waiting for another stripe_head - c404d39e7749 wifi: mwifiex: Fix tlv_buf_left calculation - 794ae3a9f8fe Bluetooth: hci_sync: Fix handling of HCI_QUIRK_STRICT_DUPLICATE_FILTER - 626535077ba9 Bluetooth: hci_codec: Fix leaking content of local_codecs - 01afbfb39585 qed/red_ll2: Fix undefined behavior bug in struct qed_ll2_info - 454bb54b8fe8 mptcp: userspace pm allow creating id 0 subflow - 4674e9626beb net: ethernet: mediatek: disable irq before schedule napi - 3a72decd6b49 vringh: don't use vringh_kiov_advance() in vringh_iov_xfer() - c12ef025add7 iommu/vt-d: Avoid memory allocation in iommu_suspend() - cdf18e75850f scsi: zfcp: Fix a double put in zfcp_port_enqueue() - ef167cc1882f i40e: fix the wrong PTP frequency calculation - a0829d9cf22e hwmon: (nzxt-smart2) add another USB ID - 6ddb9e6b9b6a hwmon: (nzxt-smart2) Add device id - 752ec2d93e75 block: fix use-after-free of q->q_usage_counter - 77d0e7e8e582 rbd: take header_rwsem in rbd_dev_refresh() only when updating - 698039a461a3 rbd: decouple parent info read-in from updating rbd_dev - 377d26174e1d rbd: decouple header read-in from updating rbd_dev->header - 33ecf5f5a876 rbd: move rbd_dev_refresh() definition - ff09fa5f23aa iommu/arm-smmu-v3: Avoid constructing invalid range commands - 357ba59b9d3b iommu/arm-smmu-v3: Set TTL invalidation hint better - 71472872932b drm/amd/display: Adjust the MST resume flow - b0fe37867455 arm64: cpufeature: Fix CLRBHB and BC detection - b6912642746d net: release reference to inet6_dev pointer - bad004c384b7 net: change accept_ra_min_rtr_lft to affect all RA lifetimes - ec4162bb7018 net: add sysctl accept_ra_min_rtr_lft - 9d91134c165f arm64: Avoid repeated AA64MMFR1_EL1 register read on pagefault path - dd8c8369305d Revert "NFSv4: Retry LOCK on OLD_STATEID during delegation return" - ef54db5b5df7 btrfs: use struct fscrypt_str instead of struct qstr - 68ad364ec8dd btrfs: setup qstr from dentrys using fscrypt helper - 1cf474cd474b btrfs: use struct qstr instead of name and namelen pairs - 87efd87d3624 ring-buffer: Fix bytes info in per_cpu buffer stats - 62eed43e0390 ring-buffer: remove obsolete comment for free_buffer_page() - 836adaddc60c mm: page_alloc: fix CMA and HIGHATOMIC landing on the wrong buddy list - d1da921452b3 mm/page_alloc: leave IRQs enabled for per-cpu page allocations - 570786ac6f04 mm/page_alloc: always remove pages from temporary list - 939189aedfac mm: mempolicy: keep VMA walk if both MPOL_MF_STRICT and MPOL_MF_MOVE are specified - ce9f3441fc6a mm/mempolicy: convert migrate_page_add() to migrate_folio_add() - dc0a8466cd11 mm/mempolicy: convert queue_pages_pte_range() to queue_folios_pte_range() - 6c2c728d299f mm/mempolicy: convert queue_pages_pmd() to queue_folios_pmd() - 6d6635749d4c mm/memory: add vm_normal_folio() - 89f2ace6d016 NFSv4: Fix a state manager thread deadlock regression - 80ba4fd1ac33 NFS: rename nfs_client_kset to nfs_kset - 15ff58702361 NFS: Cleanup unused rpc_clnt variable - 2f09a09d73cb ata: libata-scsi: Fix delayed scsi_rescan_device() execution - f2b359e3a4f3 scsi: Do not attempt to rescan suspended devices - 5d3b0fcb3ca6 scsi: core: Improve type safety of scsi_rescan_device() - deacabef6834 scsi: sd: Do not issue commands to suspended disks on shutdown - 8de6d8449ae9 scsi: sd: Differentiate system and runtime start/stop management - dc3354c961ba ata,scsi: do not issue START STOP UNIT on resume - 078651647064 mptcp: process pending subflow error on close - fc8917b79069 mptcp: move __mptcp_error_report in protocol.c - c1432ece79e6 mptcp: annotate lockless accesses to sk->sk_err - 09b6fdf7a12e mptcp: fix dangling connection hang-up - 7544918e48e6 mptcp: rename timer related helper to less confusing names - bbdfef76096d ASoC: tegra: Fix redundant PLLA and PLLA_OUT0 updates - 5f9d73761553 ASoC: soc-utils: Export snd_soc_dai_is_dummy() symbol - 1031f68108ea spi: zynqmp-gqspi: fix clock imbalance on probe failure - ecda77b46871 Linux 6.1.56 - 8c515d4f2d66 ASoC: amd: yc: Fix a non-functional mic on Lenovo 82TL - a3c1da448353 mm, memcg: reconsider kmem.limit_in_bytes deprecation - b8901b6c2e9b memcg: drop kmem.limit_in_bytes - ee335e0094ad drm/meson: fix memory leak on ->hpd_notify callback - b60028c81e46 drm/amdkfd: Use gpu_offset for user queue's wptr - 48a22f13fb1b fs: binfmt_elf_efpic: fix personality for ELF-FDPIC - 69e61ee8ea8a power: supply: ab8500: Set typing and props - c038ebffbb48 power: supply: rk817: Add missing module alias - 69dd84470b4d drm/i915/gt: Fix reservation address in ggtt_reserve_guc_top - 60d2e06ad6e3 ata: libata-sata: increase PMP SRST timeout to 10s - 886f387db1e6 ata: libata-core: Do not register PM operations for SAS ports - 5cfbe6da8354 ata: libata-core: Fix port and device removal - 0b7aaf2058ba ata: libata-core: Fix ata_port_request_pm() locking - f555a508087a fs/smb/client: Reset password pointer to NULL - 1983fd78701a net: thunderbolt: Fix TCPv6 GSO checksum calculation - 4fb56e82d939 bpf: Fix BTF_ID symbol generation collision in tools/ - 4f1e3e02777b bpf: Fix BTF_ID symbol generation collision - b1041cab4726 bpf: Add override check to kprobe multi link attach - 09635bf4cdd4 media: uvcvideo: Fix OOB read - d6a749e4cab2 btrfs: properly report 0 avail for very full file systems - f3ad8874541d ring-buffer: Update "shortest_full" in polling - 6bacdb914a99 mm: memcontrol: fix GFP_NOFS recursion in memory.high enforcement - a5569bb18752 mm/slab_common: fix slab_caches list corruption after kmem_cache_destroy() - 9a4fe81a8644 mm/damon/vaddr-test: fix memory leak in damon_do_test_apply_three_regions() - 68a63a077e02 arm64: defconfig: remove CONFIG_COMMON_CLK_NPCM8XX=y - b29756aefe03 drm/tests: Fix incorrect argument in drm_test_mm_insert_range - a90eafbf165f timers: Tag (hr)timer softirq as hotplug safe - f32340c70eb9 Revert "SUNRPC dont update timeout value on connection reset" - 1e4c03d530d8 netfilter: nf_tables: fix kdoc warnings after gc rework - 49903f70d728 sched/rt: Fix live lock between select_fallback_rq() and RT push - 787256ec9b44 kernel/sched: Modify initial boot task idle setup - afa2bbd682c7 ASoC: amd: yc: Fix non-functional mic on Lenovo 82QF and 82UG - 829ff08be566 i2c: i801: unregister tco_pdev in i801_probe() error path - 75c307d9f2fb io_uring/fs: remove sqe->rw_flags checking from LINKAT - 06fba8a8dea2 ata: libata-scsi: ignore reserved bits for REPORT SUPPORTED OPERATION CODES - 476fd029e700 ata: libata-scsi: link ata port and scsi device - 490f3b805ee3 LoongArch: numa: Fix high_memory calculation - 7bc8585aa071 LoongArch: Define relocation types for ABI v2.10 - f04ded9ae268 ALSA: hda: Disable power save for solving pop issue on Lenovo ThinkCentre M70q - 9af8bb2afea3 netfilter: nf_tables: disallow rule removal from chain binding - 980663f1d189 nilfs2: fix potential use after free in nilfs_gccache_submit_read_data() - e14f68a48fd4 serial: 8250_port: Check IRQ data before use - c61d0b87a702 Revert "tty: n_gsm: fix UAF in gsm_cleanup_mux" - 37435ddfadc6 misc: rtsx: Fix some platforms can not boot and move the l1ss judgment to probe - 5d6613ed2b7d mptcp: fix bogus receive window shrinkage with multiple subflows - 00c27bffdba6 KVM: x86/mmu: Do not filter address spaces in for_each_tdp_mmu_root_yield_safe() - cd41db6cb285 KVM: x86/mmu: Open code leaf invalidation from mmu_notifier - 733d7a5451fc KVM: SVM: Fix TSC_AUX virtualization setup - e86a3a622633 KVM: SVM: INTERCEPT_RDTSCP is never intercepted anyway - 6ce2f297a716 x86/srso: Add SRSO mitigation for Hygon processors - 811ba2ef0cb6 x86/sgx: Resolves SECS reclaim vs. page fault for EAUG race - f90f4c562003 iommu/arm-smmu-v3: Fix soft lockup triggered by arm_smmu_mm_invalidate_range - a09446ac0414 smack: Retrieve transmuting information in smack_inode_getsecurity() - cbb16d0f4996 smack: Record transmuting in smk_transmuted - 4b8ef68e39d2 nvme-pci: always return an ERR_PTR from nvme_pci_alloc_dev - 1d7bc76b5849 scsi: qla2xxx: Fix NULL pointer dereference in target mode - 1a51d35ba729 wifi: ath11k: Don't drop tx_status when peer cannot be found - a60768c05b58 nvme-pci: do not set the NUMA node of device if it has none - 6b2165cae403 nvme-pci: factor out a nvme_pci_alloc_dev helper - 69bc295d0e0b nvme-pci: factor the iod mempool creation into a helper - 9ebee88a8911 perf build: Define YYNOMEM as YYNOABORT for bison < 3.81 - 8e85af2c682e fbdev/sh7760fb: Depend on FB=y - f105e893a8ed LoongArch: Set all reserved memblocks on Node#0 at initialization - 146ba159f5a6 tsnep: Fix NAPI polling with budget 0 - 78ac1e7dec24 tsnep: Fix NAPI scheduling - b09c1359e4f0 net: hsr: Add __packed to struct hsr_sup_tlv. - 97788f0757bd ncsi: Propagate carrier gain/loss events to the NCSI controller - c93aa8cfaec4 powerpc/watchpoints: Annotate atomic context in more places - 3632e9fd82d0 powerpc/watchpoint: Disable pagefaults when getting user instruction - 16722418cbe3 powerpc/watchpoints: Disable preemption in thread_change_pc() - ee8bbb2a31d3 ASoC: SOF: Intel: MTL: Reduce the DSP init timeout - 3608be186ae5 NFSv4.1: fix zero value filehandle in post open getattr - e9f05ae6f636 media: vb2: frame_vector.c: replace WARN_ONCE with a comment - 28c369324922 ASoC: imx-rpmsg: Set ignore_pmdown_time for dai_link - 1c88886587d3 memblock tests: fix warning ‘struct seq_file’ declared inside parameter list - 729757fe9718 memblock tests: fix warning: "__ALIGN_KERNEL" redefined - 53618d56bfe4 firmware: cirrus: cs_dsp: Only log list of algorithms in debug build - 110e6f575028 ASoC: cs42l42: Don't rely on GPIOD_OUT_LOW to set RESET initially low - cbc43ddd5ce2 ASoC: cs42l42: Ensure a reset pulse meets minimum pulse width. - 019f01f81887 ALSA: hda: intel-sdw-acpi: Use u8 type for link index - 92f24f98d5ff bpf: Clarify error expectations from bpf_clone_redirect - 60446b5e7486 spi: intel-pci: Add support for Granite Rapids SPI serial flash - 12716449289e ASoC: fsl: imx-pcm-rpmsg: Add SNDRV_PCM_INFO_BATCH flag - 85ca138f922c spi: stm32: add a delay before SPI disable - 84592ec591be spi: nxp-fspi: reset the FLSHxCR1 registers - d5ae9d9f0c41 ata: libata-eh: do not clear ATA_PFLAG_EH_PENDING in ata_eh_reset() - 2132ea3f9f5a smb3: correct places where ENOTSUPP is used instead of preferred EOPNOTSUPP - 2259e1901b2d scsi: pm80xx: Avoid leaking tags when processing OPC_INB_SET_CONTROLLER_CONFIG command - 82f575a7e811 scsi: pm80xx: Use phy-specific SAS address when sending PHY_START command - 6e392ff88476 riscv: errata: fix T-Head dcache.cva encoding - 91b6845ef387 drm/amdgpu: Handle null atom context in VBIOS info ioctl - ad3c37f90bae drm/amdgpu/nbio4.3: set proper rmmio_remap.reg_offset for SR-IOV - cca15a827907 drm/amdgpu/soc21: don't remap HDP registers for SR-IOV - b9971393d4c9 drm/amd/display: Don't check registers, if using AUX BL control - 49bdfc83c74a thermal/of: add missing of_node_put() - d6a68f163246 platform/x86: asus-wmi: Support 2023 ROG X16 tablet mode - d1f916c6eb0c platform/mellanox: mlxbf-bootctl: add NET dependency into Kconfig - dfbcef80dda9 ata: sata_mv: Fix incorrect string length computation in mv_dump_mem() - 797d75bd575c net/smc: bugfix for smcr v2 server connect success statistic - b08a4938229d ring-buffer: Do not attempt to read past "commit" - baa1634bc936 selftests: fix dependency checker script - 45ad79c9cb50 btrfs: assert delayed node locked when removing delayed item - 11054f0b889f ring-buffer: Avoid softlockup in ring_buffer_resize() - a687e817d814 selftests/ftrace: Correctly enable event in instance-event.tc - 5fb322df090e scsi: ufs: core: Poll HCS.UCRDY before issuing a UIC command - 81a6cdfcfd23 scsi: ufs: core: Move __ufshcd_send_uic_cmd() outside host_lock - 843348f9e4aa scsi: qedf: Add synchronization between I/O completions and abort - 655e9d209c06 parisc: irq: Make irq_stack_union static to avoid sparse warning - 8a2c2630e18d parisc: drivers: Fix sparse warning - 60caeaf090d5 parisc: iosapic.c: Fix sparse warnings - 632e0fcf409b parisc: sba: Fix compile warning wrt list of SBA devices - be90c9e29dd5 nvme-fc: Prevent null pointer dereference in nvme_fc_io_getuuid() - 36b29974a7ad spi: sun6i: fix race between DMA RX transfer completion and RX FIFO drain - e15bb292b246 spi: sun6i: reduce DMA RX transfer width to single byte - 5685f8a6fae1 bpf: Annotate bpf_long_memcpy with data_race - be8f49029eca dma-debug: don't call __dma_entry_alloc_check_leak() under free_entries_lock - 89744b649144 ceph: drop messages from MDS when unmounting - 1375d9600c38 x86/reboot: VMCLEAR active VMCSes before emergency reboot - 85fafa7ef0ac i2c: npcm7xx: Fix callback completion ordering - 0d6c2f0942c3 gpio: pmic-eic-sprd: Add can_sleep flag for PMIC EIC chip - e578a26084eb firmware: arm_ffa: Don't set the memory region attributes for MEM_LEND - 099cfc6e5d1b arm64: dts: imx: Add imx8mm-prt8mm.dtb to build - 328efccc7847 soc: imx8m: Enable OCOTP clock for imx8mm before reading registers - aab681bcb13a selftests/powerpc: Fix emit_tests to work with run_kselftest.sh - 763f029f8c0f selftests/powerpc: Pass make context to children - b9dc3d6b761d selftests/powerpc: Use CLEAN macro to fix make warning - fe6406238d5a power: supply: rk817: Fix node refcount leak - 1005010b732b xtensa: boot/lib: fix function prototypes - 6438653ad1f2 xtensa: umulsidi3: fix conditional expression - 45661247d117 xtensa: boot: don't add include-dirs - fca1b09645e5 xtensa: iss/network: make functions static - b4e666fa38fd xtensa: add default definition for XCHAL_HAVE_DIV32 - 7cad56459964 firmware: imx-dsp: Fix an error handling path in imx_dsp_setup_channels() - 33ed60d8b961 power: supply: ucs1002: fix error code in ucs1002_get_property() - 1ec48a9fac7d bus: ti-sysc: Fix SYSC_QUIRK_SWSUP_SIDLE_ACT handling for uart wake-up - dd19672aaac4 ARM: dts: ti: omap: motorola-mapphone: Fix abe_clkctrl warning on boot - fe1379c0f61d ARM: dts: Unify pinctrl-single pin group nodes for omap4 - 16455bed4f86 ARM: dts: Unify pwm-omap-dmtimer node names - 4ccb05618b4d ARM: dts: ti: omap: Fix bandgap thermal cells addressing for omap3/4 - fe4da07a7f1b ARM: dts: omap: correct indentation - ea4efaf54685 clk: tegra: fix error return case for recalc_rate - efad31b6c062 clk: sprd: Fix thm_parents incorrect configuration - 1ea6975aa68a power: supply: mt6370: Fix missing error code in mt6370_chg_toggle_cfo() - 64adb41644fc firmware: arm_scmi: Fixup perf power-cost/microwatt support - a135c8813815 firmware: arm_scmi: Harden perf domain info access - 3a21635aed62 bus: ti-sysc: Fix missing AM35xx SoC matching - 771eb7c3f3fb bus: ti-sysc: Use fsleep() instead of usleep_range() in sysc_reset() - e6389d61b720 drm/bridge: ti-sn65dsi83: Do not generate HFP/HBP/HSA and EOT packet - 404b8bc41872 spi: spi-gxp: BUG: Correct spi write return value - d3dc8acb60f8 MIPS: Alchemy: only build mmc support helpers if au1xmmc is enabled - c01b2e0ee22e vfio/mdev: Fix a null-ptr-deref bug for mdev_unregister_parent() - cca10592ffd5 btrfs: reset destination buffer when read_extent_buffer() gets invalid range - cdfcaa4e8043 drm/amdkfd: Insert missing TLB flush on GFX10 and later - 9becfff9f91e drm/amdkfd: Flush TLB after unmapping for GFX v9.4.3 - 52c7b41ad6ee scsi: qla2xxx: Use raw_smp_processor_id() instead of smp_processor_id() - 35c02a333d52 scsi: qla2xxx: Select qpair depending on which CPU post_cmd() gets called - 3a8ac77a70cc wifi: ath11k: Cleanup mac80211 references on failure during tx_complete - 1cccd28aa591 wifi: ath11k: fix tx status reporting in encap offload mode - dc1ab6577475 arm64: dts: qcom: sdm845-db845c: Mark cont splash memory region as reserved - 03b808058a88 s390/pkey: fix PKEY_TYPE_EP11_AES handling in PKEY_CLR2SECK2 IOCTL - a84ac8995ac7 f2fs: get out of a repeat loop when getting a locked data page - 8b3b859bf8be f2fs: optimize iteration over sparse directories - 3134156e3421 ARM: dts: qcom: msm8974pro-castor: correct touchscreen syna,nosleep-mode - 064f57151dff ARM: dts: qcom: msm8974pro-castor: correct touchscreen function names - 21e5e3c3f71c ARM: dts: qcom: msm8974pro-castor: correct inverted X of touchscreen - 05951f5c26b4 ARM: dts: samsung: exynos4210-i9100: Fix LCD screen's physical size - 226590fbd967 ARM: dts: BCM5301X: Extend RAM to full 256MB for Linksys EA6500 V2 - 70a1df9e0b44 i2c: xiic: Correct return value check for xiic_reinit() - fb9cfb28bdde i2c: mux: gpio: Add missing fwnode_handle_put() - 976c8c1c4073 i2c: mux: demux-pinctrl: check the return value of devm_kstrdup() - 50a096aab61f gpio: tb10x: Fix an error handling path in tb10x_gpio_probe() - 908b3b5e97d2 cifs: Fix UAF in cifs_demultiplex_thread() - 7e4f49cd2bd7 proc: nommu: fix empty /proc/<pid>/maps - 1d45e6d9951d proc: nommu: /proc/<pid>/maps: release mmap read lock - c5c9ee388723 igc: Expose tx-usecs coalesce setting to user - cae59ae73106 octeontx2-pf: Do xdp_do_flush() after redirects. - 98ebbdefe490 bnxt_en: Flush XDP for bnxt_poll_nitroa0()'s NAPI - 26f1829c8538 net: ena: Flush XDP packets on error. - d64e738adc5c locking/seqlock: Do the lockdep annotation before locking in do_write_seqcount_begin_nested() - 987a7f5311ba i915/pmu: Move execlist stats initialization to execlist specific setup - ea5a61d58886 netfilter: ipset: Fix race between IPSET_CMD_CREATE and IPSET_CMD_SWAP - c4b0facd5c20 netfilter: nf_tables: disable toggling dormant table state more than once - 51fa66024a5e net: rds: Fix possible NULL-pointer dereference - 2f0acb0736ec team: fix null-ptr-deref when team device type is changed - 89f9f20b1cbd net: bridge: use DEV_STATS_INC() - 69d7eef31ee1 net: hns3: add 5ms delay before clear firmware reset irq source - b1b85b3d767e net: hns3: fix fail to delete tc flower rules during reset issue - d3f7af41de52 net: hns3: only enable unicast promisc when mac table full - ed6a0b21b6ac net: hns3: fix GRE checksum offload issue - 430f18eed1c1 net: hns3: add cmdq check for vf periodic service task - adbcec23c842 x86/srso: Fix SBPB enablement for spec_rstack_overflow=off - 755195b2d2df x86/srso: Fix srso_show_state() side effect - 7f301aa243b9 platform/x86: intel_scu_ipc: Fail IPC send if still busy - b34121a8fec1 platform/x86: intel_scu_ipc: Don't override scu in intel_scu_ipc_dev_simple_command() - 962444595841 platform/x86: intel_scu_ipc: Check status upon timeout in ipc_wait_for_interrupt() - 98a5a7f344fa platform/x86: intel_scu_ipc: Check status after timeout in busy_loop() - 8ef5cc6b4ef0 net: hsr: Properly parse HSRv1 supervisor frames. - eef16bfdb212 x86/mm, kexec, ima: Use memblock_free_late() from ima_free_kexec_buffer() - 73be49248a04 dccp: fix dccp_v4_err()/dccp_v6_err() again - c2019f0a6816 powerpc/perf/hv-24x7: Update domain value check - 5734d22c9ea0 scsi: iscsi_tcp: restrict to TCP sockets - 2712545e535d ipv4: fix null-deref in ipv4_link_failure - 54228157fb57 igc: Fix infinite initialization loop with early XDP redirect - 40b5032c9951 ionic: fix 16bit math issue when PAGE_SIZE >= 64KB - f2c6e5945da5 netfilter, bpf: Adjust timeouts of non-confirmed CTs in bpf_ct_insert_entry() - d98bad2998fd i40e: Fix VF VLAN offloading when port VLAN is configured - 0546cd573404 iavf: schedule a request immediately after add/delete vlan - 00bbedbd7c5a iavf: add iavf_schedule_aq_request() helper - 16fd3c37d1ca ASoC: SOF: core: Only call sof_ops_free() on remove if the probe was successful - 211aac2ef6ff iavf: do not process adminq tasks when __IAVF_IN_REMOVE_TASK is set - 65976385d49f octeon_ep: fix tx dma unmap len values in SG - 66823a9025bc ASoC: imx-audmix: Fix return error with devm_clk_get() - ee79256b1615 ASoC: hdaudio.c: Add missing check for devm_kstrdup - 488ea2a3e266 net/core: Fix ETH_P_1588 flow dissector - bf560c8a83ca selftests: tls: swap the TX and RX sockets in some tests - f5a75b3d31d3 netfilter: conntrack: fix extension size table - 09424e88126e ALSA: hda/realtek: Splitting the UX3402 into two separate models - 1698854b03a5 ASoC: rt5640: Fix IRQ not being free-ed for HDA jack detect mode - 293e4920f715 ASoC: rt5640: Revert "Fix sleep in atomic context" - e388671635ac bpf: Avoid deadlock when using queue and stack maps from NMI - 1e01b127685f netfilter: nf_tables: disallow element removal on anonymous sets - 7a7fd891022a ASoC: meson: spdifin: start hw on dai probe - 7e5d732e6902 netfilter: nf_tables: fix memleak when more than 255 elements expired - be4fbbbcd2f2 netfilter: nft_set_hash: try later when GC hits EAGAIN on iteration - 973288e9d988 netfilter: nft_set_pipapo: stop GC iteration if GC transaction allocation fails - 8c643a8e040d netfilter: nft_set_pipapo: call nft_trans_gc_queue_sync() in catchall GC - 92b4b4bde940 netfilter: nft_set_rbtree: use read spinlock to avoid datapath contention - 9a8c544158f6 netfilter: nft_set_rbtree: skip sync GC for new elements in this transaction - a42ac74c9666 netfilter: nf_tables: defer gc run if previous batch is still pending - 620e594be334 netfilter: nf_tables: use correct lock to protect gc_list - 5d319f7a8143 netfilter: nf_tables: GC transaction race with abort path - afa584c35065 netfilter: nf_tables: GC transaction race with netns dismantle - 41113aa5698a netfilter: nf_tables: fix GC transaction races with netns and netlink event exit path - 59ee68c437c5 netfilter: nf_tables: don't fail inserts if duplicate has expired - 0b9af4860a61 netfilter: nf_tables: remove busy mark and gc batch API - 4ead4f74b3a9 netfilter: nft_set_hash: mark set element as dead when deleting from packet path - df650d6a4bf4 netfilter: nf_tables: adapt set backend to use GC transaction API - ea3eb9f2192e netfilter: nf_tables: GC transaction API to avoid race with control plane - 59dab3bf0b8f netfilter: nf_tables: don't skip expired elements during walk - 6bb88a0344c0 ext4: do not let fstrim block system suspend - b4d5db1c77fa ext4: move setting of trimmed bit into ext4_try_to_trim_range() - 1e3c25df7d40 ext4: replace the traditional ternary conditional operator with with max()/min() - 39c4a9522db0 btrfs: remove BUG() after failure to insert delayed dir index item - 0d1a761dec22 btrfs: improve error message after failure to add delayed dir index item - dbf1a7198505 dm: fix a race condition in retrieve_deps - df9950d37df1 netfs: Only call folio_start_fscache() one time for each folio - 2d9757480b43 media: via: Use correct dependency for camera sensor drivers - ae68541d5285 media: v4l: Use correct dependency for camera sensor drivers - a997d583571b NFSv4.1: fix pnfs MDS=DS session trunking - f86a2c2ea085 NFSv4.1: use EXCHGID4_FLAG_USE_PNFS_DS for DS server - 839e07de9a0a SUNRPC: Mark the cred for revalidation if the server rejects it - 13acbca81eee NFS/pNFS: Report EINVAL errors from connect() to the server - edd1f0614510 NFS: More fixes for nfs_direct_write_reschedule_io() - d4729af1c73c NFS: Use the correct commit info in nfs_join_page_group() - 1f49386d6779 NFS: More O_DIRECT accounting fixes for error paths - 4d98038e5bd9 NFS: Fix O_DIRECT locking issues - f16fd0b11f0f NFS: Fix error handling for O_DIRECT write scheduling - d23900f974e0 Linux 6.1.55 - 0db211ec0f1d interconnect: Teach lockdep about icc_bw_lock order - b93aeb6352b0 net/sched: Retire rsvp classifier - 4c6bb9158179 drm/amdgpu: fix amdgpu_cs_p1_user_fence - 45ea58f9dbf8 Revert "memcg: drop kmem.limit_in_bytes" - 4422080e777e drm/amd/display: fix the white screen issue when >= 64GB DRAM - 97d4186c3503 ext4: fix rec_len verify error - 89365b624af5 scsi: pm8001: Setup IRQs on resume - c2cb422dca0b scsi: megaraid_sas: Fix deadlock on firmware crashdump - 890e1e5dd8ba ata: libahci: clear pending interrupt status - a3517ee1d4e6 ata: libata: disallow dev-initiated LPM transitions to unsupported states - 30057f4add41 i2c: aspeed: Reset the i2c controller when timeout occurs - 8b0f7d55b22e tracefs: Add missing lockdown check to tracefs_create_dir() - dcf3caeee432 nfsd: fix change_info in NFSv4 RENAME replies - 978b86fbdb2a selinux: fix handling of empty opts in selinux_fs_context_submount() - 2617afde0c3d tracing: Have option files inc the trace array ref count - 6dc57c3a1d13 tracing: Have current_trace inc the trace array ref count - a46bf337a20f tracing: Increase trace array ref count on enable and filter files - 0c2982b01501 tracing: Have event inject files inc the trace array ref count - d65553fe5281 tracing: Have tracing_max_latency inc the trace array ref count - 1f89e6daf2b0 btrfs: check for BTRFS_FS_ERROR in pending ordered assert - 50e385d98b2a btrfs: release path before inode lookup during the ino lookup ioctl - 52932bbc6d4b btrfs: fix a compilation error if DEBUG is defined in btree_dirty_folio - 32247b9526bf btrfs: fix lockdep splat and potential deadlock after failure running delayed items - d7b2abd87d1f dm: don't attempt to queue IO under RCU protection - 216eae7d7dea Revert "drm/amd: Disable S/G for APUs when 64GB or more host memory" - 98ea94f1627b md: Put the right device in md_seq_next - f07c0bc27b0e nvme: avoid bogus CRTO values - 6a1d1365fafe io_uring/net: fix iter retargeting for selected buf - e7dcf8339a0f ovl: fix incorrect fdput() on aio completion - 17854d92fa4a ovl: fix failed copyup of fileattr on a symlink - 6a84939cc7dd attr: block mode changes of symlinks - 3494a0066d8a Revert "SUNRPC: Fail faster on bad verifier" - ba4f28a1d362 md/raid1: fix error: ISO C90 forbids mixed declarations - 2076b4b677c3 samples/hw_breakpoint: fix building without module unloading - 0dea06849924 x86/purgatory: Remove LTO flags - 2074cb608cb5 x86/boot/compressed: Reserve more memory for page tables - 038249ee7264 panic: Reenable preemption in WARN slowpath - 6069b9d8056d scsi: lpfc: Fix the NULL vs IS_ERR() bug for debugfs_create_file() - 1cd41d1669bc scsi: target: core: Fix target_cmd_counter leak - dd8fce4e2da5 riscv: kexec: Align the kexeced kernel entry - e9b8e266105a x86/ibt: Suppress spurious ENDBR - 03425393f41c selftests: tracing: Fix to unmount tracefs for recovering environment - bc912eed8a1a scsi: qla2xxx: Fix NULL vs IS_ERR() bug for debugfs_create_dir() - cbf226355ee3 drm: gm12u320: Fix the timeout usage for usb_bulk_msg() - 64561352c0f2 nvmet-tcp: pass iov_len instead of sg->length to bvec_set_page() - 5ee5c928dbb6 nvmet: use bvec_set_page to initialize bvecs - 00cf1dc13c1f block: factor out a bvec_set_page helper - 2174731a17b0 btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_super - 31242daa108b btrfs: add a helper to read the superblock metadata_uuid - 44751b057c24 MIPS: Use "grep -E" instead of "egrep" - 8332311cd02a misc: fastrpc: Fix incorrect DMA mapping unmap request - 5a5641755ca8 misc: fastrpc: Prepare to dynamic dma-buf locking specification - b4539ff7a48d dma-buf: Add unlocked variant of attachment-mapping functions - 6ca28642dd9a printk: Consolidate console deferred printing - 13ebf3ff08b0 printk: Keep non-panic-CPUs out of console lock - ee42bfc791aa interconnect: Fix locking for runpm vs reclaim - 48aebbe801e7 kobject: Add sanity check for kset->kobj.ktype in kset_register() - 240571c49f76 media: pci: ipu3-cio2: Initialise timing struct to avoid a compiler warning - 91f400233edc usb: chipidea: add workaround for chipidea PEC bug - 8e3556f2f497 usb: ehci: add workaround for chipidea PORTSC.PEC bug - 48c135c30ad2 misc: open-dice: make OPEN_DICE depend on HAS_IOMEM - a3c9315a8c78 serial: cpm_uart: Avoid suspicious locking - 4738bf8b2d36 scsi: target: iscsi: Fix buffer overflow in lio_target_nacl_info_show() - 6c440fec96af tools: iio: iio_generic_buffer: Fix some integer type and calculation - 826e9c91a203 usb: gadget: fsl_qe_udc: validate endpoint index for ch9 udc - bbc9c3652708 usb: cdns3: Put the cdns set active part outside the spin lock - 96a0bf5827e7 media: pci: cx23885: replace BUG with error return - 257092cb544c media: tuners: qt1010: replace BUG_ON with a regular error - b2a019ec8b33 scsi: lpfc: Abort outstanding ELS cmds when mailbox timeout error is detected - dfcd3c010209 media: dvb-usb-v2: gl861: Fix null-ptr-deref in gl861_i2c_master_xfer - 6ab7ea4e17d6 media: az6007: Fix null-ptr-deref in az6007_i2c_xfer() - 14b94154a723 media: anysee: fix null-ptr-deref in anysee_master_xfer - abb6fd93e05e media: af9005: Fix null-ptr-deref in af9005_i2c_xfer - 08dfcbd03b2b media: dw2102: Fix null-ptr-deref in dw2102_i2c_transfer() - 0143f282b15f media: dvb-usb-v2: af9035: Fix null-ptr-deref in af9035_i2c_master_xfer - 8ba9d91c8f21 media: mdp3: Fix resource leaks in of_find_device_by_node - b78796126f80 PCI: fu740: Set the number of MSI vectors - 9318c3ae155b PCI: vmd: Disable bridge window for domain reset - 96f27ff73220 powerpc/pseries: fix possible memory leak in ibmebus_bus_init() - ee378f45a70d ARM: 9317/1: kexec: Make smp stop calls asynchronous - 09066c19d945 PCI: dwc: Provide deinit callback for i.MX - 4de3a603010e jfs: fix invalid free of JFS_IP(ipimap)->i_imap in diUnmount - 2f7a36448f51 fs/jfs: prevent double-free in dbUnmount() after failed jfs_remount() - 035bc86fbf2b ext2: fix datatype of block number in ext2_xattr_set2() - 4f7d853b4590 md: raid1: fix potential OOB in raid1_remove_disk() - 4e547968a6e4 bus: ti-sysc: Configure uart quirks for k3 SoC - 4c743c1dd2ee drm/mediatek: dp: Change logging to dev for mtk_dp_aux_transfer() - edddbdb8122e drm/exynos: fix a possible null-pointer dereference due to data race in exynos_drm_crtc_atomic_disable() - a101b1bdd24a drm/amd/display: Blocking invalid 420 modes on HDMI TMDS for DCN314 - 2c0f5b6972eb drm/amd/display: Blocking invalid 420 modes on HDMI TMDS for DCN31 - 506d2ee72af2 drm/amd/display: Use DTBCLK as refclk instead of DPREFCLK - 2d027da82a96 ALSA: hda: intel-dsp-cfg: add LunarLake support - cc4553c14fbb ASoC: Intel: sof_sdw: Update BT offload config for soundwire config - d843bcc7adc9 ASoC: SOF: topology: simplify code to prevent static analysis warnings - 2ec715bf8816 drm/amd/display: Fix underflow issue on 175hz timing - 4630c27c5529 samples/hw_breakpoint: Fix kernel BUG 'invalid opcode: 0000' - 306c7903de14 arm64: dts: qcom: sm8250-edo: correct ramoops pmsg-size - 41ff904a7c46 arm64: dts: qcom: sm8150-kumano: correct ramoops pmsg-size - 23f9d0c67199 arm64: dts: qcom: sm6350: correct ramoops pmsg-size - 03499a685773 arm64: dts: qcom: sm6125-pdx201: correct ramoops pmsg-size - 766cc11e854e drm/edid: Add quirk for OSVR HDK 2.0 - 8178dac6ee2c drm/bridge: tc358762: Instruct DSI host to generate HSE packets - d5feaef143b6 libbpf: Free btf_vmlinux when closing bpf_object - b9a175e3b250 wifi: mac80211_hwsim: drop short frames - 7e1cda5cf07f wifi: mac80211: check for station first in client probe - d7b0fe3487d2 wifi: cfg80211: ocb: don't leave if not joined - 676a42341013 wifi: cfg80211: reject auth/assoc to AP with our address - 28b07e30bc14 netfilter: ebtables: fix fortify warnings in size_entry_mwt() - 7ae7a1378a11 wifi: mac80211: check S1G action frame size - 1c27b73ffa90 alx: fix OOB-read compiler warning - a13c1f6c324a mmc: sdhci-esdhc-imx: improve ESDHC_FLAG_ERR010450 - b62e8838e988 tpm_tis: Resend command to recover from data transfer errors - c2b226f223fb netlink: convert nlk->flags to atomic flags - 06e2b5ad72b6 Bluetooth: Fix hci_suspend_sync crash - d3ad023a39f1 crypto: lib/mpi - avoid null pointer deref in mpi_cmp_ui() - e5d94c98a72f net/ipv4: return the real errno instead of -EINVAL - d5372a1f0cdf net: Use sockaddr_storage for getsockopt(SO_PEERNAME). - ab0ae0af0a2d can: sun4i_can: Add support for the Allwinner D1 - 4eb79abf910a can: sun4i_can: Add acceptance register quirk - f04b40cb70a5 wifi: wil6210: fix fortify warnings - 5c8bbb79c7cb mt76: mt7921: don't assume adequate headroom for SDIO headers - 4f621fe1acac wifi: mwifiex: fix fortify warning - 2640a8e54f84 wifi: ath9k: fix printk specifier - 1800a27a3dba wifi: ath9k: fix fortify warnings - 5760a72b3060 ice: Don't tx before switchdev is fully configured - ad58d7ebbf93 crypto: lrw,xts - Replace strlcpy with strscpy - ac70101e5b94 devlink: remove reload failed checks in params get/set callbacks - a0300edca5df selftests/nolibc: fix up kernel parameters support - 1ea7e4780727 ACPI: x86: s2idle: Catch multiple ACPI_TYPE_PACKAGE objects - dc1d81ee9312 hw_breakpoint: fix single-stepping when using bpf_overflow_handler - d42d342d3132 perf/imx_ddr: speed up overflow frequency of cycle - 9d9b5cbc12f4 perf/smmuv3: Enable HiSilicon Erratum 162001900 quirk for HIP08/09 - 4cb0612cf260 ACPI: video: Add backlight=native DMI quirk for Lenovo Ideapad Z470 - 9f10b4eb1b21 scftorture: Forgive memory-allocation failure if KASAN - 83ed0cdb6ae0 rcuscale: Move rcu_scale_writer() schedule_timeout_uninterruptible() to _idle() - 3b1107abdc2c kernel/fork: beware of __put_task_struct() calling context - e1f686930ee4 ACPICA: Add AML_NO_OPERAND_RESOLVE flag to Timer - 34bff6d85001 locks: fix KASAN: use-after-free in trace_event_raw_event_filelock_lock - 28062cd6eda0 btrfs: output extra debug info if we failed to find an inline backref - 726deae613bc autofs: fix memory leak of waitqueues in autofs_catatonic_mode - a356197db198 Linux 6.1.54 - 77b49370a261 drm/amd/display: Fix a bug when searching for insert_above_mpcc - 3ce9925584c6 MIPS: Only fiddle with CHECKFLAGS if `need-compiler' - e5b28ce127a6 kcm: Fix error handling for SOCK_DGRAM in kcm_sendmsg(). - a47db2caae27 ixgbe: fix timestamp configuration code - 6f0d85d501ab tcp: Fix bind() regression for v4-mapped-v6 non-wildcard address. - 63830afece93 tcp: Fix bind() regression for v4-mapped-v6 wildcard address. - 489ced24c7ca tcp: Factorise sk_family-independent comparison in inet_bind2_bucket_match(_addr_any). - 82f9af464e01 ipv6: Remove in6addr_any alternatives. - 8b6556c4c4e3 ipv6: fix ip6_sock_set_addr_preferences() typo - d5d315cf7687 net: macb: fix sleep inside spinlock - 7aa720c350c7 net: macb: Enable PTP unicast - 7f4116c6f984 net/tls: do not free tls_rec on async operation in bpf_exec_tx_verdict() - f72497c521c9 platform/mellanox: NVSW_SN2201 should depend on ACPI - 9d392695f323 platform/mellanox: mlxbf-pmc: Fix reading of unprogrammed events - 3f16330a4869 platform/mellanox: mlxbf-pmc: Fix potential buffer overflows - 3a45dcfb4d3c platform/mellanox: mlxbf-tmfifo: Drop jumbo frames - 30c8bbe1edba platform/mellanox: mlxbf-tmfifo: Drop the Rx packet if no more descriptors - 16989de75497 kcm: Fix memory leak in error path of kcm_sendmsg() - 2323397e5877 r8152: check budget for r8152_poll() - 44c8ffd482cc net: dsa: sja1105: block FDB accesses that are concurrent with a switch reset - e74bd1b229cb net: dsa: sja1105: serialize sja1105_port_mcast_flood() with other FDB accesses - d766cf9ddb97 net: dsa: sja1105: fix multicast forwarding working only for last added mdb entry - 538e7fe66c46 net: dsa: sja1105: propagate exact error code from sja1105_dynamic_config_poll_valid() - 9a3e7eca2b5b net: dsa: sja1105: hide all multicast addresses from "bridge fdb show" - 66e79c2f3a93 net:ethernet:adi:adin1110: Fix forwarding offload - c281948cebcc net: ethernet: adi: adin1110: use eth_broadcast_addr() to assign broadcast address - 61866f7d814e hsr: Fix uninit-value access in fill_frame_info() - ff5faed5f548 net: ethernet: mtk_eth_soc: fix possible NULL pointer dereference in mtk_hwlro_get_fdir_all() - 349638f7e5d3 net: ethernet: mvpp2_main: fix possible OOB write in mvpp2_ethtool_get_rxnfc() - 9dbbc87d5b61 net: stmmac: fix handling of zero coalescing tx-usecs - 70c8d17007dc net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_port_add - ef5d546b9d4f selftests: Keep symlinks, when possible - cdd61a27fb0a kselftest/runner.sh: Propagate SIGTERM to runner child - 980f84454798 net: ipv4: fix one memleak in __inet_del_ifa() - 9acb294ebdfe kunit: Fix wild-memory-access bug in kunit_free_suite_set() - cb30ff2adb10 drm/amdgpu: register a dirty framebuffer callback for fbcon - b53fee19ec5e drm/amd/display: Remove wait while locked - 2d7a6fcb1f23 drm/amd/display: always switch off ODM before committing more streams - c29bfda64b44 perf hists browser: Fix the number of entries for 'e' key - f4618f131629 perf tools: Handle old data in PERF_RECORD_ATTR - be69e8c8f5c2 perf test shell stat_bpf_counters: Fix test on Intel - cb0940640d51 perf hists browser: Fix hierarchy mode header - ec5409612255 MIPS: Fix CONFIG_CPU_DADDI_WORKAROUNDS `modules_install' regression - 60b5ef4cf82c KVM: SVM: Skip VMSA init in sev_es_init_vmcb() if pointer is NULL - 12645e623f28 KVM: SVM: Set target pCPU during IRTE update if target vCPU is running - 5b2b0535fa7a KVM: nSVM: Load L1's TSC multiplier based on L1 state, not L2 state - 6c1ecfea1daf KVM: nSVM: Check instead of asserting on nested TSC scaling support - 5c18ace750e4 KVM: SVM: Get source vCPUs from source VM for SEV-ES intrahost migration - ba82001e4118 KVM: SVM: Don't inject #UD if KVM attempts to skip SEV guest insn - 3988692acc92 KVM: SVM: Take and hold ir_list_lock when updating vCPU's Physical ID entry - ff536a96687c drm/amd/display: prevent potential division by zero errors - e1769b1dfcae drm/amd/display: enable cursor degamma for DCN3+ DRM legacy gamma - 3388ca3a38a5 mtd: rawnand: brcmnand: Fix ECC level field setting for v7.2 controller - 31d42146fa6f mtd: rawnand: brcmnand: Fix potential false time out warning - 7c6ba20a0b9a mtd: spi-nor: Correct flags for Winbond w25q128 - 45fe4ad7f439 mtd: rawnand: brcmnand: Fix potential out-of-bounds access in oob write - a7e118fcc8b4 mtd: rawnand: brcmnand: Fix crash during the panic_write - 8bf2d4ca521d drm/mxsfb: Disable overlay plane in mxsfb_plane_overlay_atomic_disable() - 09974a1352d3 btrfs: use the correct superblock to compare fsid in btrfs_validate_super - b692f7d1576b btrfs: zoned: re-enable metadata over-commit for zoned mode - 08daa38ca212 btrfs: set page extent mapped after read_folio in relocate_one_page - 91f6a538d625 btrfs: don't start transaction when joining with TRANS_JOIN_NOSTART - f933a1c43b68 btrfs: free qgroup rsv on io failure - cdc3ba292df8 btrfs: fix start transaction qgroup rsv double free - 59c38f050d9b btrfs: zoned: do not zone finish data relocation block group - ef819c2f8e8a fuse: nlookup missing decrement in fuse_direntplus_link - 6694be119f63 ata: pata_ftide010: Add missing MODULE_DESCRIPTION - ae73b94ad771 ata: sata_gemini: Add missing MODULE_DESCRIPTION - 1605f2709017 ata: pata_falcon: fix IO base selection for Q40 - cdd0d707357c ata: ahci: Add Elkhart Lake AHCI controller - e93bc372dbc0 hwspinlock: qcom: add missing regmap config for SFPB MMIO implementation - 0649dc0af93a lib: test_scanf: Add explicit type cast to result initialization in test_number_prefix() - 980b592c6087 f2fs: avoid false alarm of circular locking - 1c64dbe8fa35 f2fs: flush inode if atomic file is aborted - 1fb3f1bbfdb5 ext4: fix memory leaks in ext4_fname_{setup_filename,prepare_lookup} - 03393857a95b ext4: add correct group descriptors and reserved GDT blocks to system zone - 20108975ec51 jbd2: correct the end of the journal recovery scan range - dbafe636db41 jbd2: check 'jh->b_transaction' before removing it from checkpoint - c5f23305f8b1 jbd2: fix checkpoint cleanup performance regression - 6ea18981bb8a dmaengine: sh: rz-dmac: Fix destination and source data size setting - de43bc17987d clocksource/drivers/arm_arch_timer: Disable timer before programming CVAL - f2953184bf19 ARC: atomics: Add compiler barrier to atomic operations... - 8eea0afbcc9d net/mlx5: Free IRQ rmap and notifier on kernel shutdown - 017a05805368 Multi-gen LRU: avoid race in inc_min_seq() - 69561478400c sh: boards: Fix CEU buffer size passed to dma_declare_coherent_memory() - 9cd5cf0bfeaf net: hns3: remove GSO partial feature bit - 136806771864 net: hns3: fix the port information display when sfp is absent - 9bd9afd55c52 net: hns3: fix invalid mutex between tc qdisc and dcb ets command issue - d76436e26943 net: hns3: fix debugfs concurrency issue between kfree buffer and read - b5087697130a net: hns3: fix byte order conversion issue in hclge_dbg_fd_tcam_read() - 5c28780f4232 net: hns3: fix tx timeout issue - 7bb8d52b4271 netfilter: nfnetlink_osf: avoid OOB read - d9ebfc0f2137 netfilter: nftables: exthdr: fix 4-byte stack OOB write - 6cf0d1d5a50b bpf: Assign bpf_tramp_run_ctx::saved_run_ctx before recursion check. - 04f92e67b35d bpf: Invoke __bpf_prog_exit_sleepable_recur() on recursion in kern_sys_bpf(). - a12f15d1f863 bpf: Remove prog->active check for bpf_lsm and bpf_iter - 5f09b79e99ad net: dsa: sja1105: complete tc-cbs offload support on SJA1110 - ec9f203ad7f3 net: dsa: sja1105: fix -ENOSPC when replacing the same tc-cbs too many times - 483f0e3975df net: dsa: sja1105: fix bandwidth discrepancy between tc-cbs software and offload - 54b59bc18d19 ip_tunnels: use DEV_STATS_INC() - 175f290dc937 idr: fix param name in idr_alloc_cyclic() doc - 147d8da33a2c s390/zcrypt: don't leak memory if dev_set_name() fails - ccb048dae8ff igb: Change IGB_MIN to allow set rx/tx value between 64 and 80 - 74b98c61c9c6 igbvf: Change IGBVF_MIN to allow set rx/tx value between 64 and 80 - 30acc4f954a0 igc: Change IGC_MIN to allow set rx/tx value between 64 and 80 - e2e2c839d827 octeontx2-af: Fix truncation of smq in CN10K NIX AQ enqueue mbox handler - e30388b80d23 kcm: Destroy mutex in kcm_exit_net() - a18349dc8d91 net: sched: sch_qfq: Fix UAF in qfq_dequeue() - 2100bbf55e56 af_unix: Fix data race around sk->sk_err. - ce3aa88ceccd af_unix: Fix data-races around sk->sk_shutdown. - 2d8933ca863e af_unix: Fix data-race around unix_tot_inflight. - b9cdbb38e030 af_unix: Fix data-races around user->unix_inflight. - 923877254f00 bpf, sockmap: Fix skb refcnt race after locking changes - 71fb38b222cf net: phy: micrel: Correct bit assignments for phy_device flags - aa8fd3a63691 net: ipv6/addrconf: avoid integer underflow in ipv6_create_tempaddr - e752860bbc3c veth: Fixing transmit return status for dropped packets - a47ad6d226dc gve: fix frag_list chaining - 24b1e835db34 igb: disable virtualization features on 82580 - 7ddfe350e255 ipv6: ignore dst hint for multipath routes - 0b2ee66411fe ipv4: ignore dst hint for multipath routes - b7d25ac3627a mptcp: annotate data-races around msk->rmem_fwd_alloc - 787c5829681b net: annotate data-races around sk->sk_forward_alloc - f1175881ddd9 net: use sk_forward_alloc_get() in sk_get_meminfo() - bd9bd085c681 drm/i915/gvt: Drop unused helper intel_vgpu_reset_gtt() - 2b7510bb92c1 drm/i915/gvt: Put the page reference obtained by KVM's gfn_to_pfn() - f5738399ed96 drm/i915/gvt: Verify pfn is "valid" before dereferencing "struct page" - 6436973164ea xsk: Fix xsk_diag use-after-free error during socket cleanup - d92c34348b37 net: fib: avoid warn splat in flow dissector - 9036b6342fcd net: read sk->sk_family once in sk_mc_loop() - 5aaa7ee23203 ipv4: annotate data-races around fi->fib_dead - 471f534971d9 sctp: annotate data-races around sk->sk_wmem_queued - f39b49077abe net/sched: fq_pie: avoid stalls in fq_pie_timer() - 47f72ee50226 smb: propagate error code of extract_sharename() - 60e3318e3e90 cifs: use fs_context for automounts - 84d577923450 blk-throttle: consider 'carryover_ios/bytes' in throtl_trim_slice() - fd2420905c8e blk-throttle: use calculate_io/bytes_allowed() for throtl_trim_slice() - 8017a27cec32 drm/i915: mark requests for GuC virtual engines to avoid use-after-free - 0686336f7383 perf test stat_bpf_counters_cgrp: Enhance perf stat cgroup BPF counter test - 66b23e7b0822 perf test stat_bpf_counters_cgrp: Fix shellcheck issue about logical operators - 523f6268e865 pwm: lpc32xx: Remove handling of PWM channels - fa5392873639 watchdog: intel-mid_wdt: add MODULE_ALIAS() to allow auto-load - 032cd8ce89a4 perf top: Don't pass an ERR_PTR() directly to perf_session__delete() - adeb9f392d07 perf vendor events: Drop STORES_PER_INST metric event for power10 platform - 6ade9094b477 perf vendor events: Drop some of the JSON/events for power10 platform - b7cbcafb6d04 perf vendor events: Update the JSON/events descriptions for power10 platform - 6a43e0d62311 x86/virt: Drop unnecessary check on extended CPUID level in cpu_has_svm() - 6522397e7502 perf annotate bpf: Don't enclose non-debug code with an assert() - e62e740009cc Input: tca6416-keypad - fix interrupt enable disbalance - a7345501a3bd Input: tca6416-keypad - always expect proper IRQ number in i2c client - d7add2001991 backlight: gpio_backlight: Drop output GPIO direction check for initial power state - 9de7eb95bbe8 pwm: atmel-tcb: Fix resource freeing in error path and remove - c42256a283d6 pwm: atmel-tcb: Harmonize resource allocation order - b9734e8505bd pwm: atmel-tcb: Convert to platform remove callback returning void - 62dd514c34be perf trace: Really free the evsel->priv area - e5dee8222d7c perf trace: Use zfree() to reduce chances of use after free - eb17c3d0055b Input: iqs7222 - configure power mode before triggering ATI - 8ab594223950 kconfig: fix possible buffer overflow - 39c29d075352 mailbox: qcom-ipcc: fix incorrect num_chans counting - 36201d559b47 gfs2: low-memory forced flush fixes - 694e43f22c5b gfs2: Switch to wait_event in gfs2_logd - c4807163e2d4 tpm_crb: Fix an error handling path in crb_acpi_add() - 46d3bc902b03 kbuild: do not run depmod for 'make modules_sign' - 390275d7a863 kbuild: rpm-pkg: define _arch conditionally - 31cf7853a940 net: deal with integer overflows in kmalloc_reserve() - 2b39866f0a38 net: factorize code in kmalloc_reserve() - 36974c3a5438 net: remove osize variable in __alloc_skb() - 5f7676fdaf42 net: add SKB_HEAD_ALIGN() helper - 8b4d0f3890c8 bus: mhi: host: Skip MHI reset if device is in RDDM - fd9a8ad2cfa7 NFSv4/pnfs: minor fix for cleanup path in nfs4_get_device_info - dac14a1dbe20 NFS: Fix a potential data corruption - 1bb9546c7aed clk: qcom: mss-sc7180: fix missing resume during probe - 017e60a215d8 clk: qcom: q6sstop-qcs404: fix missing resume during probe - eab2ece5e4b5 clk: qcom: lpasscc-sc7280: fix missing resume during probe - 5310f712157a clk: qcom: dispcc-sm8450: fix runtime PM imbalance on probe errors - f6250ecb7fbb soc: qcom: qmi_encdec: Restrict string length in decode - c4e1204bd714 clk: qcom: gcc-mdm9615: use proper parent for pll0_vote clock - 5b3b0f7f7363 clk: imx: pll14xx: align pdiv with reference manual - 871244f8efe8 clk: imx: pll14xx: dynamically configure PLL for 393216000/361267200Hz - 311db21d4a1f dt-bindings: clock: xlnx,versal-clk: drop select:false - 54e5ff4af78b pinctrl: cherryview: fix address_space_handler() argument - 9c8fc05bd4d0 cifs: update desired access while requesting for directory lease - db5d5673ab7e parisc: led: Reduce CPU overhead for disk & lan LED computation - ff2c44f0118d parisc: led: Fix LAN receive and transmit LEDs - 421855d0d24d lib/test_meminit: allocate pages up to order MAX_ORDER - 84a212a72c84 mm: hugetlb_vmemmap: fix a race between vmemmap pmd split - 21ef9e11205f memcg: drop kmem.limit_in_bytes - 0f7339056893 send channel sequence number in SMB3 requests after reconnects - 22ec50d7b524 arm64: dts: renesas: rzg2l: Fix txdv-skew-psec typos - df2d596e7e9c clk: qcom: turingcc-qcs404: fix missing resume during probe - b83ae66d8265 ASoC: tegra: Fix SFC conversion for few rates - 3c9881fd220a drm/ast: Fix DRAM init on AST2200 - c0341bddd6cc clk: qcom: camcc-sc7180: fix async resume during probe - f83c1b13f815 fbdev/ep93xx-fb: Do not assign to struct fb_info.dev - a0b4a0666bea null_blk: fix poll request timeout handling - f55797084931 scsi: qla2xxx: Fix firmware resource tracking - 3a9d4db2d2e0 scsi: qla2xxx: Error code did not return to upper layer - c7355cbb9c1b scsi: qla2xxx: Fix smatch warn for qla_init_iocb_limit() - 974887e1d689 scsi: qla2xxx: Flush mailbox commands on chip reset - 98643561d853 scsi: qla2xxx: Remove unsupported ql2xenabledif option - 1f0e3814adc7 scsi: qla2xxx: Fix TMF leak through - e6aabf0654cc scsi: qla2xxx: Fix session hang in gnl - addaa136f10b scsi: qla2xxx: Turn off noisy message log - 01e3440ce021 scsi: qla2xxx: Fix erroneous link up failure - ddb8fa05981c scsi: qla2xxx: Fix command flush during TMF - 6e44a7e2a0bc scsi: qla2xxx: fix inconsistent TMF timeout - cd06c45b326e scsi: qla2xxx: Fix deletion race condition - 820010cfe5f8 scsi: qla2xxx: Limit TMF to 8 per function - faf7e224b4fa scsi: qla2xxx: Adjust IOCB resource on qpair create - 98d3e7c5f757 drm/virtio: Conditionally allocate virtio_gpu_fence - 3e8b9b06de9d io_uring: Don't set affinity on a dying sqpoll thread - 9704cfcf1fa9 io_uring/sqpoll: fix io-wq affinity when IORING_SETUP_SQPOLL is used - 605d055452e7 io_uring: break out of iowq iopoll on teardown - b04f22b68643 io_uring/net: don't overflow multishot accept - 5afbf7fdb730 io_uring: revert "io_uring fix multishot accept ordering" - fd459200ff81 io_uring: always lock in io_apoll_task_func - f36791596176 Multi-gen LRU: fix per-zone reclaim - a73d04c46052 mm: multi-gen LRU: rename lrugen->lists[] to lrugen->folios[] - 7164d74aae1c net/ipv6: SKB symmetric hash should incorporate transport ports - 09045dae0d90 Linux 6.1.53 - 41cb5369cb80 udf: initialize newblock to 0 - c74b1cd93f26 clk: Avoid invalid function names in CLK_OF_DECLARE() - 59e0dd5bef6c treewide: Fix probing of devices in DT overlays - abb597c85acb clk: Mark a fwnode as initialized when using CLK_OF_DECLARE() macro - b372816ad610 md: fix regression for null-ptr-deference in __md_stop() - adac9f0ddd2b NFSv4.2: Rework scratch handling for READ_PLUS (again) - 779563475162 NFSv4.2: Fix a potential double free with READ_PLUS - d9ece8c0269f md: Free resources in __md_stop - ba6a70adb557 Revert "drm/amd/display: Do not set drr on pipe commit" - 1dd387668d5b tracing: Zero the pipe cpumask on alloc to avoid spurious -EBUSY - e43a7ae58d00 serial: sc16is7xx: fix regression with GPIO configuration - 8aaef0a3eb1b serial: sc16is7xx: remove obsolete out_thread label - cc8a853c2d5f perf/x86/uncore: Correct the number of CHAs on EMR - e1eb0419126f x86/sgx: Break up long non-preemptible delays in sgx_vepc_release() - f705617bab47 USB: core: Fix oversight in SuperSpeed initialization - 8186596a6635 USB: core: Fix race by not overwriting udev->descriptor in hub_port_init() - d309fa69c2e3 USB: core: Change usb_get_device_descriptor() API - 90b01f8df568 USB: core: Unite old scheme and new scheme descriptor reads - 0d3b5fe47938 usb: typec: bus: verify partner exists in typec_altmode_attention - 9b7cd3fe01f0 usb: typec: tcpm: set initial svdm version based on pd revision - 33a31064211c of: property: fw_devlink: Add a devlink for panel followers - 7f3d84cfaec7 cpufreq: brcmstb-avs-cpufreq: Fix -Warray-bounds bug - 08c86156361c crypto: stm32 - fix loop iterating through scatterlist for DMA - 73e64c5eeddf s390/dasd: fix string length handling - f9a3d6f037c9 s390/ipl: add missing secure/has_secure file to ipl type 'unknown' - 6489ec010786 s390/dcssblk: fix kernel crash with list_add corruption - 8bf567b63c2a arm64: sdei: abort running SDEI handlers during crash - e95d7a8a6edd pstore/ram: Check start of empty przs during init - 351705a44621 mmc: renesas_sdhi: register irqs before registering controller - a3f6c1447db8 platform/chrome: chromeos_acpi: print hex string for ACPI_TYPE_BUFFER - e6e6a5f50f58 x86/MCE: Always save CS register on AMD Zen IF Poison errors - d08b39bb3dff fsverity: skip PKCS#7 parser when keyring is empty - 40a1ef4bb092 net: handle ARPHRD_PPP in dev_is_mac_header_xmit() - 342d130205f1 X.509: if signature is unsupported skip validation - 3d5fed8c79d9 r8169: fix ASPM-related issues on a number of systems with NIC version from RTL8168h - ba50e7773a99 x86/sev: Make enc_dec_hypercall() accept a size instead of npages - f8a7f10a1dcc dccp: Fix out of bounds access in DCCP error handler - 9667854e69a7 dlm: fix plock lookup when using multiple lockspaces - c96c67991aac bpf: Fix issue in verifying allow_ptr_leaks - b23c96589ff7 drm/amd/display: Add smu write msg id fail retry process - 5ad3e534605e parisc: Fix /proc/cpuinfo output for lscpu - 316a4a329a4d procfs: block chmod on /proc/thread-self/comm - 5e4e9900e6fa block: don't add or resize partition on the disk with GENHD_FL_NO_PART - 1654635bed83 Revert "PCI: Mark NVIDIA T4 GPUs to avoid bus reset" - 5a3e327dc3fd ntb: Fix calculation ntb_transport_tx_free_entry() - 88c7931f81d8 ntb: Clean up tx tail index on link down - 4f4af6b8b7a2 ntb: Drop packets when qp link is down - e95e31a8607d PCI/PM: Only read PCI_PM_CTRL register when available - 223fc5352054 PCI: hv: Fix a crash in hv_pci_restore_msi_msg() during hibernation - 4443f3695d58 PCI: Free released resource after coalescing - 316f3984298a scsi: mpt3sas: Perform additional retries if doorbell read returns 0 - 6c4f87e52331 Revert "scsi: qla2xxx: Fix buffer overrun" - ab8c52977fe0 media: venus: hfi_venus: Write to VIDC_CTRL_INIT after unmasking interrupts - 25934d8f6eb2 media: dvb: symbol fixup for dvb_attach() - fd4d61f85e76 ALSA: hda/cirrus: Fix broken audio on hardware with two CS42L42 codecs. - ba0b46166b8e arm64: csum: Fix OoB access in IP checksum code for negative lengths - ad661951a98f i3c: master: svc: fix probe failure when no i3c device exist - cc9bf2d62f19 LoongArch: mm: Add p?d_leaf() definitions - 5a8b2c1665ca xtensa: PMU: fix base address for the newer hardware - 9a9b8596c3dc drm/amd/display: register edp_backlight_control() for DCN301 - 47636d32a0ee backlight/lv5207lp: Compare against struct fb_info.device - 83166d03a5b7 backlight/bd6107: Compare against struct fb_info.device - b4ab337aad09 backlight/gpio_backlight: Compare against struct fb_info.device - 8fa9cb58445d io_uring: break iopolling on signal - 4a3e0d51c3e1 XArray: Do not return sibling entries from xa_load() - 7a7f11283392 ARM: OMAP2+: Fix -Warray-bounds warning in _pwrdm_state_switch() - 09cb2a71b2e9 ipmi_si: fix a memleak in try_smi_init() - dafe7acfedfb PCI: rockchip: Use 64-bit mask on MSI 64-bit PCI address - 823f52daef12 media: i2c: Add a camera sensor top level menu - ceedc62a3bc8 media: i2c: ccs: Check rules is non-NULL - fea9dd8653ff cpu/hotplug: Prevent self deadlock on CPU hot-unplug - 4245ca8f4051 mm/vmalloc: add a safer version of find_vm_area() for debug - 157c46360cf3 scsi: core: Fix the scsi_set_resid() documentation - 2344b1397651 printk: ringbuffer: Fix truncating buffer size min_t cast - 3f7a4e88e40e rcu: dump vmalloc memory info safely - 8ad2e7efb2ce ALSA: pcm: Fix missing fixup call in compat hw_refine ioctl - 8918025feb2f PM / devfreq: Fix leak in devfreq_dev_release() - d2e906c72597 igb: set max size RX buffer when store bad packet is enabled - 04c3eee4e13f skbuff: skb_segment, Call zero copy functions before using skbuff frags - 4921f9349b66 netfilter: xt_sctp: validate the flag_info count - 1c164c1e9e93 netfilter: xt_u32: validate user space input - bcdb4a5c42b0 netfilter: nft_exthdr: Fix non-linear header modification - 7ca0706c68ad netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for ip_set_hash_netportnet.c - 6678912b4df1 igmp: limit igmpv3_newpack() packet size to IP_MAX_MTU - ad8900dd8a56 virtio_ring: fix avail_wrap_counter in virtqueue_add_packed - 4927edc23edc cpufreq: Fix the race condition while updating the transition_task of policy - 96db43aced39 Drivers: hv: vmbus: Don't dereference ACPI root object handle - e351933e4a14 dmaengine: ste_dma40: Add missing IRQ check in d40_probe - 43a57ca7dd90 um: Fix hostaudio build errors - 222b85e748eb mtd: rawnand: fsmc: handle clk prepare error in fsmc_nand_resume() - eaf4c78982ae mtd: spi-nor: Check bus width while setting QE bit - 3e313b6c470d leds: trigger: tty: Do not use LED_ON/OFF constants, use led_blink_set_oneshot instead - f741121a2251 leds: Fix BUG_ON check for LED_COLOR_ID_MULTI that is always false - a253c416e67d leds: multicolor: Use rounded division when calculating color components - 2804cc350804 leds: pwm: Fix error code in led_pwm_create_fwnode() - cae0787e408c rpmsg: glink: Add check for kstrdup - f309ac8a4db9 phy/rockchip: inno-hdmi: do not power on rk3328 post pll on reg write - 8f0f5452cb1b phy/rockchip: inno-hdmi: round fractal pixclock in rk3328 recalc_rate - 0d86292e3fbb phy/rockchip: inno-hdmi: use correct vco_div_5 macro on rk3328 - 50fa01243dd5 dmaengine: idxd: Modify the dependence of attribute pasid_enabled - 6453a2fbc804 mtd: rawnand: brcmnand: Fix mtd oobsize - 74c85396bd73 tracing: Fix race issue between cpu buffer write and swap - fb34716c9ee6 tracing: Remove extra space at the end of hwlat_detector/mode - ca5e8427e20d x86/speculation: Mark all Skylake CPUs as vulnerable to GDS - 55a448e8d863 tick/rcu: Fix false positive "softirq work is pending" messages - 69b8d7bf834c platform/x86/amd/pmf: Fix a missing cleanup path - 2763732ec1e6 HID: multitouch: Correct devm device reference for hidinput input_dev name - f283805d9843 HID: uclogic: Correct devm device reference for hidinput input_dev name - 6e5960954151 HID: logitech-dj: Fix error handling in logi_dj_recv_switch_to_dj_mode() - cf38960386f3 RDMA/efa: Fix wrong resources deallocation order - 9d9a40530383 RDMA/siw: Correct wrong debug message - bbd1b1b5082c RDMA/siw: Balance the reference of cep->kref in the error path - 3f39698e7e84 Revert "IB/isert: Fix incorrect release of isert connection" - 81ff633a88be amba: bus: fix refcount leak - db18d5e3eee4 serial: tegra: handle clk prepare error in tegra_uart_hw_init() - 93e908545361 interconnect: qcom: bcm-voter: Use enable_maks for keepalive voting - e9ef8b5099d5 interconnect: qcom: bcm-voter: Improve enable_mask handling - 1d085c6a25fa interconnect: qcom: sm8450: Enable sync_state - 5a5fb3b1754f scsi: fcoe: Fix potential deadlock on &fip->ctlr_lock - f06c7d823ab5 scsi: core: Use 32-bit hostnum in scsi_host_lookup() - f01cfec8d345 RDMA/irdma: Prevent zero-length STAG registration - 5fa1552877ce coresight: trbe: Fix TRBE potential sleep in atomic context - 848cd6f24aa7 cgroup:namespace: Remove unused cgroup_namespaces_init() - 0d545a8e77cb Revert "f2fs: fix to do sanity check on extent cache correctly" - 3f60a36ed6e3 f2fs: Only lfs mode is allowed with zoned block device feature - 33d4c00725b0 f2fs: judge whether discard_unit is section only when have CONFIG_BLK_DEV_ZONED - 4d7e804f49a0 f2fs: fix to avoid mmap vs set_compress_option case - 3a2cf76cfb8f media: i2c: rdacm21: Fix uninitialized value - 86a41ad0128a media: ov2680: Fix regulators being left enabled on ov2680_power_on() errors - 85fb0b963f2b media: ov2680: Fix ov2680_set_fmt() which == V4L2_SUBDEV_FORMAT_TRY not working - 0790c0914059 media: ov2680: Add ov2680_fill_format() helper function - 90fbf01c8080 media: ov2680: Don't take the lock for try_fmt calls - e0b6edf4a346 media: ov2680: Remove VIDEO_V4L2_SUBDEV_API ifdef-s - 6d51cdf66b9f media: ov2680: Fix vflip / hflip set functions - 7263c39fd711 media: ov2680: Fix ov2680_bayer_order() - ef9055e9a768 media: ov2680: Remove auto-gain and auto-exposure controls - 9e6e509c08f6 media: i2c: ov2680: Set V4L2_CTRL_FLAG_MODIFY_LAYOUT on flips - 2b9d0a65d133 media: ov5640: Fix initial RESETB state and annotate timings - 5074c70795d4 media: ov5640: Enable MIPI interface in ov5640_set_power_mipi() - a4cd2c3eff18 HID: input: Support devices sending Eraser without Invert - 297992e5c635 drivers: base: Free devm resources when unregistering a device - 66eb45e7d5fc USB: gadget: f_mass_storage: Fix unused variable warning - 324da2f3ee73 USB: gadget: core: Add missing kerneldoc for vbus_work - 365ce3f86bb1 docs: ABI: fix spelling/grammar in SBEFIFO timeout interface - c90182cffbff media: venus: hfi_venus: Only consider sys_idle_indicator on V1 - d52509fdb29c media: go7007: Remove redundant if statement - 0294e2475092 media: cec: core: add adap_unconfigured() callback - d6610151ae22 media: cec: core: add adap_nb_transmit_canceled() callback - 6ced15ff1746 platform/x86: dell-sysman: Fix reference leak - 45e3181d7995 iommu/vt-d: Fix to flush cache of PASID directory table - d9c47d2bf307 iommu/qcom: Disable and reset context bank before programming - a30f26dc3ad9 fsi: aspeed: Reset master errors after CFAM reset - d020963638f2 IB/uverbs: Fix an potential error pointer dereference - 4dca13c30b9e RDMA/hns: Fix CQ and QP cache affinity - 2368ce8cd5ad RDMA/hns: Fix inaccurate error label name in init instance - 93c986805f4e RDMA/hns: Fix incorrect post-send with direct wqe of wr-list - c48b0b30ac92 RDMA/hns: Fix port active speed - 117a1b903baf iommu/sprd: Add missing force_aperture - fadc62aa82d2 iommu/mediatek: Fix two IOMMU share pagetable issue - f81325a709dd iommu/mediatek: Remove unused "mapping" member from mtk_iommu_data - 343ccde5ade7 extcon: cht_wc: add POWER_SUPPLY dependency - d3e075a3f099 kernfs: add stub helper for kernfs_generic_poll() - 91a05d4c12ce driver core: Call dma_cleanup() on the test_remove path - 58a3b87be681 driver core: test_async: fix an error code - 636f5b8a6601 dma-buf/sync_file: Fix docs syntax - ae867cab6bc9 interconnect: qcom: qcm2290: Enable sync state - 7e1476f27751 coresight: tmc: Explicit type conversions to prevent integer overflow - ee8f58b40e4a RDMA/irdma: Replace one-element array with flexible-array member - af6fd0b3bccf scsi: qedf: Do not touch __user pointer in qedf_dbg_fp_int_cmd_read() directly - dd8ce1c9ff49 scsi: qedf: Do not touch __user pointer in qedf_dbg_debug_cmd_read() directly - 472f2497a4c8 scsi: qedf: Do not touch __user pointer in qedf_dbg_stop_io_on_error_cmd_read() directly - 70518f3aaf5a RDMA/rxe: Fix incomplete state save in rxe_requester - 59a4f61feccf RDMA/rxe: Split rxe_run_task() into two subroutines - 0ad56bf59dc3 x86/APM: drop the duplicate APM_MINOR_DEV macro - 6d209ed70f9c serial: sprd: Fix DMA buffer leak issue - 70f7513342f4 serial: sprd: Assign sprd_port after initialized to avoid wrong access - 21608d2ba565 iio: accel: adxl313: Fix adxl313_i2c_id[] table - 25feffb3fbd5 scsi: qla4xxx: Add length check when parsing nlattrs - 1806edae979f scsi: be2iscsi: Add length check when parsing nlattrs - 85b8c282d185 scsi: iscsi: Add strlen() check in iscsi_if_set{_host}_param() - bb8d101b835a scsi: iscsi: Add length check for nlattr payload - 2737d82760ae scsi: iscsi: Rename iscsi_set_param() to iscsi_if_set_param() - bdc4f8f68171 scsi: RDMA/srp: Fix residual handling - 67b02818e209 usb: phy: mxs: fix getting wrong state with mxs_phy_is_otg_host() - 858322c409e0 media: mediatek: vcodec: fix resource leaks in vdec_msg_queue_init() - bdc00039fd1b media: mediatek: vcodec: fix potential double free - a356b60031d1 media: mediatek: vcodec: Return NULL if no vdec_fb is found - b4ee61e5a110 media: amphion: ensure the bitops don't cross boundaries - 932d84a8a808 media: amphion: fix UNUSED_VALUE issue reported by coverity - 60f6392bdede media: amphion: fix UNINIT issues reported by coverity - bddd678fd286 media: amphion: fix REVERSE_INULL issues reported by coverity - 3930d62f5d7c media: amphion: fix CHECKED_RETURN issues reported by coverity - 9ada33ee83dd media: rkvdec: increase max supported height for H.264 - 715c0200b480 media: mtk-jpeg: Fix use after free bug due to uncanceled work - 62ea218a7e7f media: amphion: add helper function to get id name - 745f40a96c7f media: amphion: reinit vpu if reqbufs output 0 - 6f0d0f5613d7 dt-bindings: extcon: maxim,max77843: restrict connector properties - dd0dadb93844 scsi: hisi_sas: Fix normally completed I/O analysed as failed - ab0719d7b6e4 scsi: hisi_sas: Fix warnings detected by sparse - 79a1a8f83869 RDMA/siw: Fabricate a GID on tun and loopback devices - a96892a40fce media: cx24120: Add retval check for cx24120_message_send() - 2b6e20ef0585 media: dvb-usb: m920x: Fix a potential memory leak in m920x_i2c_xfer() - 323ee5fc980b media: dib7000p: Fix potential division by zero - 90e0ea8e9b26 drivers: usb: smsusb: fix error handling code in smsusb_init_device - 92e2dcf9412f iommu: rockchip: Fix directory table address encoding - 13ed255248df iommu/amd/iommu_v2: Fix pasid_state refcount dec hit 0 warning on pasid unbind - 25afb3e03bf8 media: v4l2-core: Fix a potential resource leak in v4l2_fwnode_parse_link() - aeb79a1778cb media: i2c: tvp5150: check return value of devm_kasprintf() - d7d47edf78c9 media: ad5820: Drop unsupported ad5823 from i2c_ and of_device_id tables - 79e2cc5c4c10 media: ov5640: fix low resolution image abnormal issue - 5643c936d1b8 RDMA/qedr: Remove a duplicate assignment in irdma_query_ah() - 8199a46af2ea cgroup/cpuset: Inherit parent's load balance state in v2 - 590b45e5cd12 pNFS: Fix assignment of xprtdata.cred - 4030ace74d8b NFSv4.2: fix handling of COPY ERR_OFFLOAD_NO_REQ - fdbc9637bf82 NFS: Guard against READDIR loop when entry names exceed MAXNAMELEN - 6d08bd22fa29 NFSD: da_addr_body field missing in some GETDEVICEINFO replies - 02a29a2455b0 fs: lockd: avoid possible wrong NULL parameter - f27f759f4cd4 jfs: validate max amount of blocks before allocation. - b648f5717581 ext4: fix unttached inode after power cut with orphan file feature enabled - f17d5efaafba powerpc/iommu: Fix notifiers being shared by PCI and VIO buses - e83f5e21089b powerpc/mpc5xxx: Add missing fwnode_handle_put() - 4515f1676d8d powerpc/pseries: Fix hcall tracepoints with JUMP_LABEL=n - ebbfe48dd15f nfs/blocklayout: Use the passed in gfp flags - 4c8568cf4c45 powerpc/pseries: Rework lppaca_shared_proc() to avoid DEBUG_PREEMPT - a5b6b008e358 powerpc: Don't include lppaca.h in paca.h - 18d51547fe2f NFSv4.2: Fix READ_PLUS size calculations - fccdafa51de0 NFSv4.2: Fix up READ_PLUS alignment - 5c47974263e8 NFSv4.2: Fix READ_PLUS smatch warnings - 886959f425b6 NFSv4.2: Rework scratch handling for READ_PLUS - e12e13952b0c wifi: ath10k: Use RMW accessors for changing LNKCTL - 811ec8bc68f3 wifi: ath11k: Use RMW accessors for changing LNKCTL - 7f4c9c44d1b9 net/mlx5: Use RMW accessors for changing LNKCTL - 433330fb1296 drm/radeon: Use RMW accessors for changing LNKCTL - a0f0daf60bc1 drm/amdgpu: Use RMW accessors for changing LNKCTL - ed6483fac428 powerpc/perf: Convert fsl_emb notifier to state machine callbacks - 1d58a9246989 powerpc/fadump: reset dump area size if fadump memory reserve fails - ab8094db59e1 nvdimm: Fix dereference after free in register_nvdimm_pmu() - 500a6ff9c2a8 nvdimm: Fix memleak of pmu attr_groups in unregister_nvdimm_pmu() - f6f300ecc196 vfio/type1: fix cap_migration information leak - aae5a866d397 powerpc/radix: Move some functions into #ifdef CONFIG_KVM_BOOK3S_HV_POSSIBLE - dd9241fc4b19 clk: imx: composite-8m: fix clock pauses when set_rate would be a no-op - cc7e04d7ff92 clk: imx8mp: fix sai4 clock - fcaf148b20f0 clk: imx: imx8ulp: update SPLL2 type - e1139dea2c02 clk: imx: pllv4: Fix SPLL2 MULT range - 402e73f64597 clk: qcom: gcc-sm8450: Use floor ops for SDCC RCGs - 6c88c9d9c630 PCI/ASPM: Use RMW accessors for changing LNKCTL - 952da7c6e199 PCI: pciehp: Use RMW accessors for changing LNKCTL - f2d7da8fafed PCI: Add locking to RMW PCI Express Capability Register accessors - 3108f7c78884 PCI: Allow drivers to request exclusive config regions - 8a5e87f9e93c pinctrl: mcp23s08: check return value of devm_kasprintf() - 8562df72cff2 PCI: Mark NVIDIA T4 GPUs to avoid bus reset - f3229c9cb634 PCI: microchip: Correct the DED and SEC interrupt bit offsets - 9daefd22756e clk: qcom: gcc-sm6350: Fix gcc_sdcc2_apps_clk_src - a1801d14a891 clk: qcom: reset: Use the correct type of sleep/delay based on length - a4ff4b54f388 kvm/vfio: ensure kvg instance stays around in kvm_vfio_group_add() - fef33ca5e28c kvm/vfio: Prepare for accepting vfio device fd - cc16a50d5088 clk: qcom: gcc-sm8250: Fix gcc_sdcc2_apps_clk_src - e0f5698757ab ext4: avoid potential data overflow in next_linear_group - 772ca4bc1d0d ext4: correct grp validation in ext4_mb_good_group - d5fc7d681320 EDAC/igen6: Fix the issue of no error events - 8f43c4000cdf clk: qcom: gcc-sc7180: Fix up gcc_sdcc2_apps_clk_src - d1a5f22abab4 clk: sunxi-ng: Modify mismatched function name - d96799ee3b78 PCI/DOE: Fix destroy_work_on_stack() race - 4a43285900cd drivers: clk: keystone: Fix parameter judgment in _of_pll_clk_init() - d96da888dcd7 PCI: qcom-ep: Switch MHI bus master clock off during L1SS - c53d53006d7f PCI: apple: Initialize pcie->nvecs before use - 7618133eda26 clk: rockchip: rk3568: Fix PLL rate setting for 78.75MHz - eb613f81d034 clk: qcom: gcc-sc8280xp: Add missing GDSCs - 57fc62c50690 dt-bindings: clock: qcom,gcc-sc8280xp: Add missing GDSCs - 06d3a7e03c61 clk: qcom: gcc-sc8280xp: Add missing GDSC flags - 747848b4afea clk: qcom: gcc-sc8280xp: Add EMAC GDSCs - 9cba16beca66 clk: qcom: gpucc-sm6350: Fix clock source names - 6ace98cb617b clk: qcom: gpucc-sm6350: Introduce index-based clk lookup - 74a1194cce60 ipmi:ssif: Fix a memory leak when scanning for an adapter - 2e7d90a81b9c ipmi:ssif: Add check for kstrdup - abbd28d04c36 ALSA: ac97: Fix possible error value of *rac97 - 53996463f8c3 of: unittest: Fix overlay type in apply/revert check - 3fb210cd521c of: overlay: Call of_changeset_init() early - b13b0c84a4af ASoC: SOF: amd: clear dsp to host interrupt status - c4b06324fc44 md: raid0: account for split bio in iostat accounting - cc54fa43de67 md/raid0: Fix performance regression for large sequential writes - cd1dd83888d7 md/raid0: Factor out helper for mapping and submitting a bio - c227aa141660 md: add error_handlers for raid0 and linear - bc82cd1e7ff2 firmware: cs_dsp: Fix new control name check - 711fb9260620 md/raid5-cache: fix null-ptr-deref for r5l_flush_stripe_to_raid() - ac9e103f282a md/raid5-cache: fix a deadlock in r5l_exit_log() - 26bf790b8e99 bus: ti-sysc: Fix cast to enum warning - 5abfee5e4076 arm64: dts: qcom: sc8280xp-x13s: Unreserve NC pins - b386c3e16956 arm64: dts: qcom: msm8996: Fix dsi1 interrupts - c6035ee015b9 arm64: dts: qcom: msm8998: Add missing power domain to MMSS SMMU - cab4cdb2a4bd arm64: dts: qcom: msm8998: Drop bus clock reference from MMSS SMMU - 67b4726cb87e arm64: dts: qcom: apq8016-sbc: Fix ov5640 regulator supply names - 867aa88c9efa drm/mediatek: Fix potential memory leak if vmap() fail - 1e47d1ac20e3 ARM: dts: qcom: ipq4019: correct SDHCI XO clock - 4d6a25792fc1 drm/mediatek: Remove freeing not dynamic allocated memory - 635051576f0e bus: ti-sysc: Fix build warning for 64-bit build - b625a6eaf2bf drm/mediatek: dp: Add missing error checks in mtk_dp_parse_capabilities - 0c323430e470 io_uring: fix drain stalls by invalid SQE - 9183c4fe9141 block/mq-deadline: use correct way to throttling write requests - 9ca08adb75fb audit: fix possible soft lockup in __audit_inode_child() - 607eda339b60 drm/msm/a2xx: Call adreno_gpu_init() earlier - f27dff881f0b drm/amd/pm: fix variable dereferenced issue in amdgpu_device_attr_create() - d41ceafe3d24 smackfs: Prevent underflow in smk_set_cipso() - d1994bb5947c drm/msm/dpu: fix the irq index in dpu_encoder_phys_wb_wait_for_commit_done - bd3a6b6d5dd8 firmware: meson_sm: fix to avoid potential NULL pointer dereference - 2965015006ef drm/msm/mdp5: Don't leak some plane state - 0cd481c27b03 soc: qcom: smem: Fix incompatible types in comparison - 3b1f1999a300 drm: xlnx: zynqmp_dpsub: Add missing check for dma_set_mask - 9b372d2fdc44 ima: Remove deprecated IMA_TRUSTED_KEYRING Kconfig - 92eaa1840301 drm/panel: simple: Add missing connector type and pixel format for AUO T215HVN01 - 4174f889c4c1 drm/repaper: Reduce temporary buffer size in repaper_fb_dirty() - d544c89bb1cd drm/armada: Fix off-by-one error in armada_overlay_get_property() - 0ef736fec614 ARM: dts: BCM53573: Fix Tenda AC9 switch CPU port - 976eca4cbd37 arm64: dts: qcom: sm8150: Fix the I2C7 interrupt - 43cc228099c5 of: unittest: fix null pointer dereferencing in of_unittest_find_node_by_name() - 4ab834ff9fbf drm/tegra: dpaux: Fix incorrect return value of platform_get_irq - 508383dc278c drm/msm: Update dev core dump to not print backwards - f9b9c6b0d451 md/md-bitmap: hold 'reconfig_mutex' in backlog_store() - e970bc3828b7 md/md-bitmap: remove unnecessary local variable in backlog_store() - 3829cb3caeda md/raid10: use dereference_rdev_and_rrdev() to get devices - 27acd8c13183 md/raid10: factor out dereference_rdev_and_rrdev() - 097f30f0cef8 md: restore 'noio_flag' for the last mddev_resume() - 835cbfebc1c5 md: Change active_io to percpu - 3db392257008 md: Factor out is_md_suspended helper - 8dcc23191a6d drm/amdgpu: Update min() to min_t() in 'amdgpu_info_ioctl' - 13f5c43e0921 arm64: dts: qcom: msm8996-gemini: fix touchscreen VIO supply - 5ccd294df265 arm64: dts: qcom: sdm845: Fix the min frequency of "ice_core_clk" - 4aaced381c69 arm64: dts: qcom: sdm845: Add missing RPMh power domain to GCC - a80621bb23dc ARM: dts: BCM53573: Fix Ethernet info for Luxul devices - b9fa4e10b5cf drm: adv7511: Fix low refresh rate register for ADV7533/5 - 1a7314734743 ARM: dts: samsung: s5pv210-smdkv210: correct ethernet reg addresses (split) - 9a91a5466ab1 ARM: dts: s5pv210: add dummy 5V regulator for backlight on SMDKv210 - 4e184a73203c ARM: dts: samsung: s3c6410-mini6410: correct ethernet reg addresses (split) - 075ee661ba67 drm/bridge: anx7625: Use common macros for HDCP capabilities - ba1ca2cf4d00 drm/bridge: anx7625: Use common macros for DP power sequencing commands - d309b170ea70 x86/mm: Fix PAT bit missing from page protection modify mask - 00c0b2825bb5 block: don't allow enabling a cache on devices that don't support it - e5e0ec8ff160 block: cleanup queue_wc_store - 7db90dd1c5a4 drm/etnaviv: fix dumping of active MMU context - 800bf8a2226e arm64: tegra: Fix HSUART for Smaug - ee5e1d6480ef arm64: dts: qcom: pmi8994: Add missing OVP interrupt - 31fe89ccf5a0 arm64: dts: qcom: pm660l: Add missing short interrupt - cd1ba241d21e arm64: dts: qcom: pm6150l: Add missing short interrupt - 6fd913f0f63f arm64: dts: qcom: sm8250-sony-xperia: correct GPIO keys wakeup again - 0f0e6963705a arm64: tegra: Fix HSUART for Jetson AGX Orin - f5ff6897094f ARM: dts: BCM53573: Use updated "spi-gpio" binding properties - ab5154ae26c4 ARM: dts: BCM53573: Add cells sizes to PCIe node - ee1d740374aa ARM: dts: BCM53573: Drop nonexistent #usb-cells - fd28ce30b525 drm/amdgpu: avoid integer overflow warning in amdgpu_device_resize_fb_bar() - 1f3b03863ef5 firmware: ti_sci: Use system_state to determine polling - 0765a80c160d ARM: dts: stm32: Add missing detach mailbox for DHCOM SoM - e3c7b7ce7cd6 ARM: dts: stm32: Update to generic ADC channel binding on DHSOM systems - 9d77a7fc5d04 ARM: dts: stm32: Add missing detach mailbox for Odyssey SoM - c0929f2bbd68 ARM: dts: stm32: YAML validation fails for Odyssey Boards - aa72079a1952 ARM: dts: stm32: Add missing detach mailbox for emtrion emSBC-Argon - 0746cab4768d ARM: dts: stm32: adopt generic iio bindings for adc channels on emstamp-argon - a5274a79ef3a ARM: dts: stm32: YAML validation fails for Argon Boards - e62c091b6dfa ARM: dts: stm32: Rename mdio0 to mdio - e8d6e54daf1a arm64: dts: qcom: sm8250: Mark PCIe hosts as DMA coherent - c755b194d793 arm64: dts: qcom: pmk8350: fix ADC-TM compatible string - 5aa1969ce7c4 arm64: dts: qcom: pmr735b: fix thermal zone name - de4688dcc0f6 arm64: dts: qcom: pm8350b: fix thermal zone name - 0f52060fa1db arm64: dts: qcom: pm8350: fix thermal zone name - 8fd3533f4bce arm64: dts: qcom: sm8350: Use proper CPU compatibles - db336dcb0127 arm64: dts: qcom: sm8350: Add missing LMH interrupts to cpufreq - 0c32fba73549 arm64: dts: qcom: sm8350: Fix CPU idle state residency times - c97633eaf571 arm64: dts: qcom: sdm845-tama: Set serial indices and stdout-path - 8622340505dc arm64: dts: qcom: msm8996: Add missing interrupt to the USB2 controller - 82c3d3490b6b arm64: dts: qcom: sc8280xp: Add missing SCM interconnect - e5bf98ceac1e arm64: dts: qcom: sc8280xp-crd: Correct vreg_misc_3p3 GPIO - 4c7477d0daaa arm64: dts: qcom: sm8250-edo: Rectify gpio-keys - 7852d207882c arm64: dts: qcom: sm8250-edo: Add GPIO line names for PMIC GPIOs - 4a36d16cdf3c arm64: dts: qcom: sm8250-edo: Add gpio line names for TLMM - 537346ff2a60 arm64: dts: qcom: msm8916-l8150: correct light sensor VDDIO supply - d244c92988ab arm64: dts: qcom: sm8250: correct dynamic power coefficients - e2040c110138 arm64: dts: qcom: sm6350: Fix ZAP region - ba7ff6085b80 soc: qcom: ocmem: Fix NUM_PORTS & NUM_MACROS macros - fb4a774a6627 soc: qcom: ocmem: Add OCMEM hardware version print - 7bdeb7679f4c ASoC: stac9766: fix build errors with REGMAP_AC97 - c2c6dfc04237 drm/hyperv: Fix a compilation issue because of not including screen_info.h - a9fa161b8356 drm/amd/display: Do not set drr on pipe commit - 3027e200dd58 quota: fix dqput() to follow the guarantees dquot_srcu should provide - d57af071cf40 quota: add new helper dquot_active() - fdcc50d506f3 quota: rename dquot_active() to inode_quota_active() - 622789ebe197 quota: factor out dquot_write_dquot() - 25193037e083 ASoC: cs43130: Fix numerator/denominator mixup - aa449fa41e10 drm/bridge: tc358764: Fix debug print parameter order - 45107f9ca863 netrom: Deny concurrent connect(). - a1e820fc7808 net/sched: sch_hfsc: Ensure inner classes have fsc curve - 85da5ec0681e sfc: Check firmware supports Ethernet PTP filter - ea701e0eba7e cteonxt2-pf: Fix backpressure config for multiple PFC priorities to work simultaneously - 1b7f266e0219 octeontx2-pf: Fix PFC TX scheduler free - 80de42d9af97 octeontx2-pf: Refactor schedular queue alloc/free calls - 23a7b872898b hwmon: (tmp513) Fix the channel number in tmp51x_is_visible() - 8b2fb4b671b3 mlxsw: core_hwmon: Adjust module label names based on MTCAP sensor counter - 6406a95c4a5e mlxsw: i2c: Limit single transaction buffer size - 2fc240094031 mlxsw: i2c: Fix chunk size setting in output mailbox buffer - ec9538da6ce4 net: arcnet: Do not call kfree_skb() under local_irq_disable() - cb09afe905cb ice: avoid executing commands on other ports when driving sync - 90e7778660c9 wifi: ath9k: use IS_ERR() with debugfs_create_dir() - 4a8fadcf3748 arm64: mm: use ptep_clear() instead of pte_clear() in clear_flush() - a33ae132eec2 Bluetooth: btusb: Do not call kfree_skb() under spin_lock_irqsave() - 7e7197e4d6a1 wifi: mwifiex: avoid possible NULL skb pointer dereference - 7930fa4ca871 mac80211: make ieee80211_tx_info padding explicit - 4381d6083254 wifi: nl80211/cfg80211: add forgotten nla_policy for BSS color attribute - 4c340bfddce6 wifi: ath9k: protect WMI command response buffer replacement with a lock - 8ba31f946a6d wifi: ath9k: fix races between ath9k_wmi_cmd and ath9k_wmi_ctrl_rx - 7984c381bbc1 samples/bpf: fix broken map lookup probe - c813db76bc15 samples/bpf: fix bio latency check with tracepoint - ef67f3a959a7 ARM: dts: Add .dts files missing from the build - cde525d61178 wifi: mwifiex: Fix missed return in oob checks failed path - 84081b4baafb wifi: mwifiex: fix memory leak in mwifiex_histogram_read() - 9257a1d6f272 net: annotate data-races around sk->sk_lingertime - 844d60cc5efc fs: ocfs2: namei: check return value of ocfs2_add_entry() - a485a4bd8238 lwt: Check LWTUNNEL_XMIT_CONTINUE strictly - 065d5f17096e lwt: Fix return values of BPF xmit ops - 0159a21b9d8e hwrng: iproc-rng200 - Implement suspend and resume calls - 92651ce45ba1 crypto: caam - fix unchecked return value error - 841d2fffd09f ice: ice_aq_check_events: fix off-by-one check when filling buffer - 0f50641222f5 net-memcg: Fix scope of sockmem pressure indicators - 8d61adfb5918 selftests/bpf: Clean up fmod_ret in bench_rename test script - eafa3465c8d9 selftests/bpf: Fix repeat option when kfunc_call verification fails - d6702008fc9c net: tcp: fix unexcepted socket die when snd_wnd is 0 - 81d8e9f59df6 Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_add_adv_monitor() - bd39b5524047 Bluetooth: hci_sync: Don't double print name in add/remove adv_monitor - 94617b736c25 Bluetooth: Fix potential use-after-free when clear keys - 9246d9310cd6 Bluetooth: nokia: fix value check in nokia_bluetooth_serdev_probe() - c4cb61c5f976 crypto: api - Use work queue in crypto_destroy_instance - 501f77cfce8a crypto: stm32 - Properly handle pm_runtime_get failing - 6fc09c8d765e kbuild: rust_is_available: fix confusion when a version appears in the path - 4f8c55ae5d58 kbuild: rust_is_available: add check for `bindgen` invocation - bb15fb4e497e kbuild: rust_is_available: fix version check when CC has multiple arguments - 6c7182b9c87e kbuild: rust_is_available: remove -v option - 90978b2ff422 selftests/bpf: fix static assert compilation issue for test_cls_*.c - c015029dfc89 wifi: mwifiex: fix error recovery in PCIE buffer descriptor management - 3975e21d4d01 wifi: mwifiex: Fix OOB and integer underflow when rx packets - 49b6db89ab28 wifi: mt76: mt7915: fix power-limits while chan_switch - 2dd5c7f4200a can: gs_usb: gs_usb_receive_bulk_callback(): count RX overflow errors also in case of OOM - ce60bfc24c88 spi: tegra20-sflash: fix to check return value of platform_get_irq() in tegra_sflash_probe() - f5f7aa2b6b8f wifi: mt76: testmode: add nla_policy for MT76_TM_ATTR_TX_LENGTH - c0ce0fb76610 bpf: reject unhashed sockets in bpf_sk_assign - 99331d7c6ee2 udp: re-score reuseport groups when connected sockets are present - 328b85e7b14f wifi: mt76: mt7921: fix non-PSC channel scan fail - 6bf4ccafb356 wifi: rtw89: debug: Fix error handling in rtw89_debug_priv_btc_manual_set() - 39a6b4bbc573 regmap: rbtree: Use alloc_flags for memory allocations - 684431894e06 hwrng: pic32 - use devm_clk_get_enabled - 79a8ea5bf421 hwrng: nomadik - keep clock enabled while hwrng is registered - 73d97508ab11 tcp: tcp_enter_quickack_mode() should be static - 01964c630824 crypto: qat - change value of default idle filter - 912310dd841b bpf: Fix an error in verifying a field in a union - 780f072f4fad bpf: Clear the probe_addr for uprobe - 0cfbadb15351 libbpf: Fix realloc API handling in zero-sized edge cases - fc7ed36a31b1 bpftool: Use a local bpf_perf_event_value to fix accessing its fields - 0b20dc1edd88 bpftool: Use a local copy of BPF_LINK_TYPE_PERF_EVENT in pid_iter.bpf.c - 840c64d96e39 bpftool: Define a local bpf_perf_link to fix accessing its fields - 4d5f00b2fa2c bpftool: use a local copy of perf_event to fix accessing :: Bpf_cookie - 010c6a02e6e1 selftests/bpf: Fix bpf_nf failure upon test rerun - 6f2b84248bab cpufreq: powernow-k8: Use related_cpus instead of cpus in driver.exit() - 91f76271ec43 x86/efistub: Fix PCI ROM preservation in mixed mode - fcf78a17bbb9 cpufreq: amd-pstate-ut: Fix kernel panic when loading the driver - 14920fb907f0 cpufreq: amd-pstate-ut: Remove module parameter access - 7da6250d2967 thermal/of: Fix potential uninitialized value access - 7c7093256806 ACPI: x86: s2idle: Fix a logic error parsing AMD constraints table - a99f32b81ca1 ACPI: x86: s2idle: Post-increment variables when getting constraints - 8ee6d04ef24b irqchip/loongson-eiointc: Fix return value checking of eiointc_index - 14e37e08b4e1 s390/paes: fix PKEY_TYPE_EP11_AES handling for secure keyblobs - f326e37a210e s390/pkey: fix PKEY_TYPE_EP11_AES handling for sysfs attributes - f98ea9abc1f7 s390/pkey: fix PKEY_TYPE_EP11_AES handling in PKEY_GENSECK2 IOCTL - 87d452a076d1 s390/pkey: fix/harmonize internal keyblob headers - 7d31730c5d81 selftests/futex: Order calls to futex_lock_pi - 048d1a8b9da8 perf/imx_ddr: don't enable counter0 if none of 4 counters are used - 5fce29ab20cb sched/rt: Fix sysctl_sched_rr_timeslice intial value - dfadde169774 arm64/fpsimd: Only provide the length to cpufeature for xCR registers - 8efd0420290e arm64/sme: Don't use streaming mode to probe the maximum SME VL - 1d9a735d4e45 x86/decompressor: Don't rely on upper 32 bits of GPRs being preserved - be361e5ec4b2 sched/psi: Select KERNFS as needed - 287aeeb731e9 arm64/ptrace: Clean up error handling path in sve_set_common() - 9d8f66d6de83 selftests/resctrl: Close perf value read fd on errors - f046a88cbadd selftests/resctrl: Unmount resctrl FS if child fails to run benchmark - d4b1f43944c5 selftests/resctrl: Don't leak buffer in fill_cache() - 1051a1c5dd26 selftests/resctrl: Add resctrl.h into build deps - 5d343b49078d OPP: Fix passing 0 to PTR_ERR in _opp_attach_genpd() - e0322a255a22 refscale: Fix uninitalized use of wait_queue_head_t - 085fe4323841 ARM: ptrace: Restore syscall skipping for tracers - 916ca8192201 ARM: ptrace: Restore syscall restart tracing - ed134f284b4e vfs, security: Fix automount superblock LSM init problem, preventing NFS sb sharing - 1cdf51b4e5ef selftests/harness: Actually report SKIP for signal tests - c13e6edbad1a tmpfs: verify {g,u}id mount options correctly - 254c396da3a2 iomap: Remove large folio handling in iomap_invalidate_folio() - b553ac4894e7 fs: Fix error checking for d_hash_and_lookup() - e12214c7ad13 eventfd: prevent underflow for eventfd semaphores - 9720f894286e reiserfs: Check the return value from __getblk() - 0c7e6ff75e6c tools/resolve_btfids: Fix setting HOSTCFLAGS - 1ad863e91af8 tools/resolve_btfids: Pass HOSTCFLAGS as EXTRA_CFLAGS to prepare targets - a2a9f5bcccab tools/resolve_btfids: Tidy HOST_OVERRIDES - b3f1d78c672e tools/resolve_btfids: Compile resolve_btfids as host program - 833a654b510b tools/resolve_btfids: Alter how HOSTCC is forced - 2457021a4f07 tools/resolve_btfids: Install subcmd headers - d35187340a8a tools/resolve_btfids: Use pkg-config to locate libelf - 05026e944bd2 tools lib subcmd: Add dependency test to install_headers - 424fd5693246 tools lib subcmd: Make install_headers clearer - a07388d1a773 tools lib subcmd: Add install target - b9c54fd37668 Revert "net: macsec: preserve ingress frame ordering" - 786e09ae59f0 Revert "PCI: tegra194: Enable support for 256 Byte payload" - f725ae7f0e2b Input: i8042 - add quirk for TUXEDO Gemini 17 Gen1/Clevo PD70PN - b990ac56447c udf: Handle error when adding extent to a file - 6ac8f2c8362a udf: Check consistency of Space Bitmap Descriptor - 7ac1467f9472 drm/amd/display: ensure async flips are only accepted for fast updates - 8f965b5b525d net: Avoid address overwrite in kernel_connect - 8c737d950c2b KVM: x86/mmu: Add "never" option to allow sticky disabling of nx_huge_pages - 45e3dfbf0e0c KVM: x86/mmu: Use kstrtobool() instead of strtobool() - 181831df9de8 tpm: Enable hwrng only for Pluton on AMD CPUs - 9c8dab18f830 crypto: rsa-pkcs1pad - Use helper to set reqsize - 63f1117db590 cpufreq: intel_pstate: set stale CPU frequency to minimum - c50fdd533448 of: property: Simplify of_link_to_phandle() - 8f647ac91a22 platform/mellanox: Fix mlxbf-tmfifo not handling all virtio CONSOLE notifications - 10f358cd4b0e tracing: Introduce pipe_cpumask to avoid race on trace_pipes - 41103f7f688a net: sfp: handle 100G/25G active optical cables in sfp_parse_support - f24681b8162b ALSA: seq: oss: Fix racy open/close of MIDI devices - ab5c5c10d066 LoongArch: Fix the write_fcsr() macro - 9920a52362a0 LoongArch: Let pmd_present() return true when splitting pmd - 790587097c01 scsi: lpfc: Fix incorrect big endian type assignment in bsg loopback path - 1a7f80f33a59 scsi: storvsc: Always set no_report_opcodes - 7d1ac3c2eb70 scsi: aacraid: Reply queue mapping to CPUs based on IRQ affinity - dcfd75bca8cf sctp: handle invalid error codes without calling BUG() - fbd3ae6997fb cifs: fix max_credits implementation - 8a424afa08c5 cifs: fix sockaddr comparison in iface_cmp - ea13eff14ef2 bnx2x: fix page fault following EEH recovery - 179b9b062fe8 netlabel: fix shift wrapping bug in netlbl_catmap_setlong() - 78ef22febd68 wifi: mac80211: Use active_links instead of valid_links in Tx - 41b446e4904a wifi: cfg80211: remove links only on AP - 5251c835324b drm/amdgpu: Match against exact bootloader status - f20bee49dc2a net: hns3: restore user pause configure when disable autoneg - c61d10461279 scsi: qedi: Fix potential deadlock on &qedi_percpu->p_work_lock - 24d9cc933597 scsi: lpfc: Remove reftag check in DIF paths - c70b9758eebe platform/x86/amd/pmf: Fix unsigned comparison with less than zero - acf4ec3b4244 idmaengine: make FSL_EDMA and INTEL_IDMA64 depends on HAS_IOMEM - 59c4b9a2caf4 powerpc/powermac: Use early_* IO variants in via_calibrate_decr() - 54d3fba7d8c5 wifi: brcmfmac: Fix field-spanning write in brcmf_scan_params_v2_to_v1() - 71f5a7f1745c net: usb: qmi_wwan: add Quectel EM05GV2 - a2b5a9654a1d net: annotate data-races around sk->sk_{rcv|snd}timeo - 94515e9aa84c net: dsa: microchip: KSZ9477 register regmap alignment to 32 bit boundaries - 848477e08391 Revert "wifi: ath6k: silence false positive -Wno-dangling-pointer warning on GCC 12" - 51edd7383b1e vmbus_testing: fix wrong python syntax for integer value comparison - 98f933716a52 clk: fixed-mmio: make COMMON_CLK_FIXED_MMIO depend on HAS_IOMEM - 473a55cfc131 kprobes: Prohibit probing on CFI preamble symbol - 896e9e57784c security: keys: perform capable check only on privileged operations - 0ffed24af577 staging: fbtft: ili9341: use macro FBTFT_REGISTER_SPI_DRIVER - 55954eea708f ALSA: usb-audio: Update for native DSD support quirks - d676d02be8e2 ata: pata_arasan_cf: Use dev_err_probe() instead dev_err() in data_xfer() - fbf4048d8fba ovl: Always reevaluate the file signature for IMA - ae1cb9656ef4 drm/amd/display: Exit idle optimizations before attempt to access PHY - faa77cf5f28f drm/amd/display: Guard DCN31 PHYD32CLK logic against chip family - d7b1aa3e2098 drm/amd/smu: use AverageGfxclkFrequency* to replace previous GFX Curr Clock - 7c2d13fb9bab platform/x86: huawei-wmi: Silence ambient light sensor - 5c5628287bac platform/x86: asus-wmi: Fix setting RGB mode on some TUF laptops - aeee50c15291 platform/x86: think-lmi: Use kfree_sensitive instead of kfree - dea41980d793 platform/x86/intel/hid: Add HP Dragonfly G2 to VGBS DMI quirks - 7d0f7924ef61 platform/x86: intel: hid: Always call BTNL ACPI method - eb54ad1ed620 ALSA: usb-audio: Add quirk for Microsoft Modern Wireless Headset - 9c1263320163 ASoC: atmel: Fix the 8K sample parameter in I2SC master - 2e780a9f4ac1 ASoC: rt711-sdca: fix for JD event handling in ClockStop Mode0 - a1fbf45a24d3 ASoC: rt711: fix for JD event handling in ClockStop Mode0 - 82e17577b66f ASoc: codecs: ES8316: Fix DMIC config - 10999df817cb ASoC: rt5682-sdw: fix for JD event handling in ClockStop Mode0 - 952af5cfd5b4 fs/nls: make load_nls() take a const parameter - d28f76be7952 s390/dasd: fix hanging device after request requeue - d563f679a268 s390/dasd: use correct number of retries for ERP requests - a41f2f6aff5e m68k: Fix invalid .section syntax - 328fcde050ff ethernet: atheros: fix return value check in atl1c_tso_csum() - 0f7b43a5776b ASoC: nau8821: Add DMI quirk mechanism for active-high jack-detect - eb746c4750a8 ASoC: da7219: Check for failure reading AAD IRQ events - 3c59ad8d6e8e ASoC: da7219: Flush pending AAD IRQ when suspending - 330d900620df ksmbd: fix out of bounds in init_smb2_rsp_hdr() - 99a2426b135e ksmbd: no response from compound read - becb5191d1d5 ksmbd: validate session id and tree id in compound request - 9776024ee06b ksmbd: fix out of bounds in smb3_decrypt_req() - 513eac8b8530 9p: virtio: make sure 'offs' is initialized in zc_request - 05d88512e833 9p: virtio: fix unlikely null pointer deref in handle_rerror - 72c90ebb2dc5 media: pci: cx23885: fix error handling for cx23885 ATSC boards - eb3c2b3519bf media: pulse8-cec: handle possible ping error - 0b6e7170ccdf media: amphion: use dev_err_probe - 026e918b3670 phy: qcom-snps-femto-v2: use qcom_snps_hsphy_suspend/resume error code - 2981ff271d52 Revert "MIPS: unhide PATA_PLATFORM" - b60802573357 media: uapi: HEVC: Add num_delta_pocs_of_ref_rps_idx field - 36148a9b144c powerpc/boot: Disable power10 features after BOOTAFLAGS assignment - 4e005f5dd5b0 ALSA: hda/realtek: Enable 4 amplifiers instead of 2 on a HP platform - f4bd9a43152e ARM: dts: imx: Set default tuning step for imx7d usdhc - 7f483ce4699a Revert "Revert drm/amd/display: Enable Freesync Video Mode by default" - 6ab081571f6a scsi: ufs: Try harder to change the power mode - 9fc3adc6d0fe Partially revert "drm/amd/display: Fix possible underflow for displays with large vblank" - 918639847212 Revert "bridge: Add extack warning when enabling STP in netns." - 59b13c2b647e Linux 6.1.52 - 4a6284a2fc63 pinctrl: amd: Don't show `Invalid config param` errors - 7bec12fa9813 usb: typec: tcpci: clear the fault status bit - 4da07e958bfd nilfs2: fix WARNING in mark_buffer_dirty due to discarded buffer reuse - fdbfc54d5399 nilfs2: fix general protection fault in nilfs_lookup_dirty_data_buffers() - 689561db6869 dt-bindings: sc16is7xx: Add property to change GPIO function - dca7c9965141 tcpm: Avoid soft reset when partner does not support get_status - a1fc0096921c fsi: master-ast-cf: Add MODULE_FIRMWARE macro - b5c7bc370e03 firmware: stratix10-svc: Fix an NULL vs IS_ERR() bug in probe - b7366429626e serial: sc16is7xx: fix bug when first setting GPIO direction - 682f9b944374 serial: sc16is7xx: fix broken port 0 uart init - 4b3de7d2f869 serial: qcom-geni: fix opp vote on shutdown - 1cd102aaedb2 wifi: mt76: mt7921: fix skb leak by txs missing in AMSDU - 74ceef6e6925 wifi: mt76: mt7921: do not support one stream on secondary antenna only - 179c65828593 Bluetooth: btsdio: fix use after free bug in btsdio_remove due to race condition - 86b818e2495d staging: rtl8712: fix race condition - bd69537c1a2c HID: wacom: remove the battery when the EKR is off - 48729a1d2a7a usb: chipidea: imx: improve logic if samsung,picophy-* parameter is 0 - c564d4f91a0c usb: dwc3: meson-g12a: do post init to fix broken usb after resumption - bfc4ccc0bcae ALSA: usb-audio: Fix init call orders for UAC1 - 69d9330f2eff USB: serial: option: add FOXCONN T99W368/T99W373 product - 34f396f7abd0 USB: serial: option: add Quectel EM05G variant (0x030e) - 5d0fe30be4e2 modules: only allow symbol_get of EXPORT_SYMBOL_GPL modules - 36231e2c4ebd rtc: ds1685: use EXPORT_SYMBOL_GPL for ds1685_rtc_poweroff - 915219699da1 net: enetc: use EXPORT_SYMBOL_GPL for enetc_phc_index - 4dab89cccd8c mmc: au1xmmc: force non-modular build and remove symbol_get usage - ac6fa0e04be0 ARM: pxa: remove use of symbol_get() - cf859267e639 ksmbd: reduce descriptor size if remaining bytes is less than request size - d070c4dd2a5b ksmbd: replace one-element array with flex-array member in struct smb2_ea_info - 30fd6521b2fb ksmbd: fix slub overflow in ksmbd_decode_ntlmssp_auth_blob() - 7d8855fd849d ksmbd: fix wrong DataOffset validation of create context - 1ce9ebc96eda erofs: ensure that the post-EOF tails are all zeroed - c2cbfe5f5122 Linux 6.1.51 - ae0188f9c2a8 thunderbolt: Fix a backport error for display flickering issue - 583a8426abb3 kallsyms: Fix kallsyms_selftest failure - 5d54040e9d57 io_uring/parisc: Adjust pgoff in io_uring mmap() for parisc - fff21bc26bbd parisc: sys_parisc: parisc_personality() is called from asm code - e8ac4be71701 parisc: Cleanup mmap implementation regarding color alignment - b3d099df68de lockdep: fix static memory detection even more - 1cb79e7e0572 ARM: module: Use module_init_layout_section() to spot init sections - 8d99105d6a10 arm64: module: Use module_init_layout_section() to spot init sections - 42efdb3531ab arm64: module-plts: inline linux/moduleloader.h - 207e228bf1f3 module: Expose module_init_layout_section() - b0dc0aac2085 ACPI: thermal: Drop nocrt parameter - a2943d2d9a00 Linux 6.1.50 - 19641b979b24 ASoC: amd: vangogh: select CONFIG_SND_AMD_ACP_CONFIG - 9d5a3b4aee11 maple_tree: disable mas_wr_append() when other readers are possible - 936cf79649e0 ASoC: amd: yc: Fix a non-functional mic on Lenovo 82SJ - d10ab996bd5c gpio: sim: pass the GPIO device's software node to irq domain - 3c839f8332df gpio: sim: dispose of irq mappings before destroying the irq_sim domain - 3282e79a85c1 dma-buf/sw_sync: Avoid recursive lock during fence signal - 6ed06b94f683 pinctrl: renesas: rza2: Add lock around pinctrl_generic{{add,remove}_group,{add,remove}_function} - 3fb1b959af17 pinctrl: renesas: rzv2m: Fix NULL pointer dereference in rzv2m_dt_subnode_to_map() - 4a75bf3f6f4f pinctrl: renesas: rzg2l: Fix NULL pointer dereference in rzg2l_dt_subnode_to_map() - 0ba9a242a6b3 clk: Fix undefined reference to `clk_rate_exclusive_{get,put}' - 70461151d0eb scsi: core: raid_class: Remove raid_component_add() - 774cb3de7ac9 scsi: snic: Fix double free in snic_tgt_create() - bd20e20c4d64 madvise:madvise_free_pte_range(): don't use mapcount() against large folio for sharing check - f67e3a725b49 can: raw: add missing refcount for memory leak fix - b7803afc77be ublk: remove check IO_URING_F_SQE128 in ublk_ch_uring_cmd - f016326d31d0 thunderbolt: Fix Thunderbolt 3 display flickering issue on 2nd hot plug onwards - d3ff67076bed cgroup/cpuset: Free DL BW in case can_attach() fails - f0135131bb0e sched/deadline: Create DL BW alloc, free & check overflow interface - 064b960dbe94 cgroup/cpuset: Iterate only if DEADLINE tasks are present - d1b4262b78cc sched/cpuset: Keep track of SCHED_DEADLINE task in cpusets - 9bcfe1527882 sched/cpuset: Bring back cpuset_mutex - 7030fbf75f26 cgroup/cpuset: Rename functions dealing with DEADLINE accounting - ce59b7c1b027 nfsd: use vfs setgid helper - 362ed5d93114 nfs: use vfs setgid helper - a0ec52f36ce9 selftests/net: mv bpf/nat6to4.c to net folder - f1fa6e6f85cb hwmon: (aquacomputer_d5next) Add selective 200ms delay after sending ctrl report - d8f9a9cfdcd3 x86/fpu: Set X86_FEATURE_OSXSAVE feature after enabling OSXSAVE in CR4 - 6bcb9c7d0435 x86/fpu: Invalidate FPU state correctly on exec() - 3bc9b0364a8c drm/display/dp: Fix the DP DSC Receiver cap size - 3abffee6091c drm/i915/dgfx: Enable d3cold at s2idle - 115f2ccd3a99 drm/vmwgfx: Fix shader stage validation - 1900e193b5dd PCI: acpiphp: Use pci_assign_unassigned_bridge_resources() only for non-root bus - fe04122b9321 media: vcodec: Fix potential array out-of-bounds in encoder queue_setup - 4919043ab93b pinctrl: amd: Mask wake bits on probe again - c6b7d8902025 of: dynamic: Refactor action prints to not use "%pOF" inside devtree_lock - 2d00ca90b81e of: unittest: Fix EXPECT for parse_phandle_with_args_map() test - e75de82b3786 radix tree: remove unused variable - aa096bc3c8c0 riscv: Fix build errors using binutils2.37 toolchains - 33835975740e riscv: Handle zicsr/zifencei issue between gcc and binutils - 30ffd5890a03 lib/clz_ctz.c: Fix __clzdi2() and __ctzdi2() for 32-bit kernels - 82bb5f8aba00 batman-adv: Hold rtnl lock during MTU update via netlink - cb1f73e691bb batman-adv: Fix batadv_v_ogm_aggr_send memory leak - f1bead97f0ad batman-adv: Fix TT global entry leak when client roamed back - fc9b87d8b741 batman-adv: Do not get eth header before batadv_check_management_packet - ed1eb19806ae batman-adv: Don't increase MTU when set by user - efef746c5a38 batman-adv: Trigger events for auto adjusted MTU - d6b64d710e9b selinux: set next pointer before attaching to list - 36c5aecc789d nfsd: Fix race to FREE_STATEID and cl_revoked - 96fb46ef8281 NFS: Fix a use after free in nfs_direct_join_group() - bdc544a87d43 mm: memory-failure: fix unexpected return value in soft_offline_page() - 07fad410aa6e mm: add a call to flush_cache_vmap() in vmap_pfn() - a8a60bc8027e mm/gup: handle cont-PTE hugetlb pages correctly in gup_must_unshare() via GUP-fast - d4e11b85a269 ALSA: ymfpci: Fix the missing snd_card_free() call at probe error - d13f3a63d236 shmem: fix smaps BUG sleeping while atomic - 091591f6e7c3 mm,ima,kexec,of: use memblock_free_late from ima_free_kexec_buffer - a7d172252bfa clk: Fix slab-out-of-bounds error in devm_clk_release() - 14904f4d8bf8 NFSv4: Fix dropped lock for racing OPEN and delegation return - ac467d7405fe platform/x86: ideapad-laptop: Add support for new hotkeys found on ThinkBook 14s Yoga ITL - e6a60eccd0c8 wifi: mac80211: limit reorder_buf_filtered to avoid UBSAN warning - b8b7243aafec ibmveth: Use dcbf rather than dcbfl - 85607ef399d9 ASoC: cs35l41: Correct amp_gain_tlv values - 014fec554010 ASoC: amd: yc: Add VivoBook Pro 15 to quirks list for acp6x - 22a406b3629a io_uring/msg_ring: fix missing lock on overflow for IOPOLL - 816c7cecf6a0 io_uring/msg_ring: move double lock/unlock helpers higher up - 4f5937528518 io_uring: extract a io_msg_install_complete helper - 0d617fb6d513 io_uring: get rid of double locking - 82d811ff5665 KVM: x86/mmu: Fix an sign-extension bug with mmu_seq that hangs vCPUs - 2800385fda53 KVM: x86: Preserve TDP MMU roots until they are explicitly invalidated - a0559fd0e14e bonding: fix macvlan over alb bond support - b15dea3de413 rtnetlink: Reject negative ifindexes in RTM_NEWLINK - ed3fe5f9020c netfilter: nf_tables: fix out of memory error handling - 41841b585e53 netfilter: nf_tables: flush pending destroy work before netlink notifier - 136861956ad6 i40e: fix potential NULL pointer dereferencing of pf->vf i40e_sync_vsi_filters() - 581668893e31 net/sched: fix a qdisc modification with ambiguous command request - f94f30e2abfa igc: Fix the typo in the PTM Control macro - 9b7fd6beec37 igb: Avoid starting unnecessary workqueues - 39d43b9cdfe8 can: isotp: fix support for transmission of SF without flow control - f41781b9d8a4 selftests: bonding: do not set port down before adding to bond - 850e2322ae59 ice: Fix NULL pointer deref during VF reset - 7cddaed2a3f6 Revert "ice: Fix ice VF reset during iavf initialization" - 1188e9dd7af9 ice: fix receive buffer size miscalculation - 417e7ec0d61e ipv4: fix data-races around inet->inet_id - 4af1fe642f37 net: validate veth and vxcan peer ifindexes - afc9d3d21793 net: bcmgenet: Fix return value check for fixed_phy_register() - 029e491b8c11 net: bgmac: Fix return value check for fixed_phy_register() - ac259251487a net: dsa: mt7530: fix handling of 802.1X PAE frames - c663607202f5 selftests: mlxsw: Fix test failure on Spectrum-4 - 1288f9907514 mlxsw: Fix the size of 'VIRT_ROUTER_MSB' - 7134565a8207 mlxsw: reg: Fix SSPR register layout - 22f9b5468df5 mlxsw: pci: Set time stamp fields also when its type is MIRROR_UTC - 4496f6ccf599 ipvlan: Fix a reference count leak warning in ipvlan_ns_exit() - 265ed382e0f4 dccp: annotate data-races in dccp_poll() - b516a24f4c07 sock: annotate data-races around prot->memory_pressure - cfee17993d10 net: dsa: felix: fix oversize frame dropping for always closed tc-taprio gates - b701b8d191da devlink: add missing unregister linecard notification - 1375d2061204 devlink: move code to a dedicated directory - eaeef5c865ab octeontx2-af: SDP: fix receive link config - 2cb0c037c927 tracing: Fix memleak due to race between current_tracer and trace - 7d0c2b0de2db tracing: Fix cpu buffers unavailable due to 'record_disabled' missed - 7e862cce3491 drm/i915/gt: Support aux invalidation on all engines - 8e3f138b96f6 drm/i915/gt: Poll aux invalidation register bit on invalidation - 017d4404312a drm/i915/gt: Ensure memory quiesced before invalidation - c23126f2c76a drm/i915: Add the gen12_needs_ccs_aux_inv helper - d4f5dcf68c05 s390/zcrypt: fix reply buffer calculations for CCA replies - 246d763b79a5 s390/zcrypt: remove unnecessary (void *) conversions - 40dafcab9da9 can: raw: fix lockdep issue in raw_release() - 335987e21237 can: raw: fix receiver memory leak - e5c768d809a8 jbd2: fix a race when checking checkpoint buffer busy - 5fda50e262e6 jbd2: remove journal_clean_one_cp_list() - 8168c96c24ec jbd2: remove t_checkpoint_io_list - 1fa68a781098 MIPS: cpu-features: Use boot_cpu_type for CPU type based features - 92c568c82ee7 MIPS: cpu-features: Enable octeon_cache by cpu_type - 3e4d038da33e PCI: acpiphp: Reassign resources on bridge if necessary - 28916927b762 video/aperture: Move vga handling to pci function - 4aad3b82b9de video/aperture: Only kick vgacon when the pdev is decoding vga - 437e99f2a1e9 drm/aperture: Remove primary argument - cccfcbb9e51a drm/gma500: Use drm_aperture_remove_conflicting_pci_framebuffers - 6db53af15444 fbdev/radeon: use pci aperture helpers - cd1f889c99ee drm/ast: Use drm_aperture_remove_conflicting_pci_framebuffers - 26ea8668b8aa xprtrdma: Remap Receive buffers after a reconnect - d9aac9cdd6e2 NFSv4: fix out path in __nfs4_get_acl_uncached - 4a289d123f62 NFSv4.2: fix error handling in nfs42_proc_getxattr - 024f76bca9d0 Linux 6.1.49 - db05f8449bb3 Revert "f2fs: fix to do sanity check on direct node in truncate_dnode()" - c5bd20577ff3 Revert "f2fs: fix to set flush_merge opt and show noflush_merge" - 76e18e6709c8 Revert "f2fs: don't reset unchangable mount option in f2fs_remount()" - 77c576602dc7 objtool/x86: Fix SRSO mess - cd363bb9548e Linux 6.1.48 - 7487244912b1 x86/srso: Correct the mitigation status when SMT is disabled - 4da4aae04b7f objtool/x86: Fixup frame-pointer vs rethunk - c8b056a3b4eb x86/retpoline,kprobes: Fix position of thunk sections with CONFIG_LTO_CLANG - dae93ed961a8 x86/srso: Disable the mitigation on unaffected configurations - e4679a0342e0 x86/CPU/AMD: Fix the DIV(0) initial fix attempt - b41eb316c95c x86/retpoline: Don't clobber RFLAGS during srso_safe_ret() - c1f831425fe9 x86/static_call: Fix __static_call_fixup() - c16d0b3baff4 x86/srso: Explain the untraining sequences a bit more - 529a9f087a7e x86/cpu: Cleanup the untrain mess - e6b40d2cb5aa x86/cpu: Rename srso_(.*)_alias to srso_alias_1 - 54dde78a50a8 x86/cpu: Rename original retbleed methods - 44dbc912fd8a x86/cpu: Clean up SRSO return thunk mess - 53ebbe1c8c02 x86/alternative: Make custom return thunk unconditional - 8bb1ed390d35 x86/cpu: Fix up srso_safe_ret() and __x86_return_thunk() - 6e4dd7d2636d x86/cpu: Fix __x86_return_thunk symbol type - 802aacbbffe2 Linux 6.1.47 - 0768ecc49ea7 mmc: f-sdh30: fix order of function calls in sdhci_f_sdh30_remove - b2c55af89b51 net: fix the RTO timer retransmitting skb every 1ms if linear option is enabled - 3f27451c9f29 drm/nouveau/disp: fix use-after-free in error handling of nouveau_connector_create - 790c2f9d15b5 af_unix: Fix null-ptr-deref in unix_stream_sendpage(). - ab63f883bfdc drm/amdgpu: keep irq count in amdgpu_irq_disable_all - 8abce61273c2 drm/amd/pm: skip the RLC stop when S0i3 suspend for SMU v13.0.4/11 - 21614ba60883 arm64/ptrace: Ensure that SME is set up for target when writing SSVE state - 1be35f5c1670 netfilter: set default timeout to 3 secs for sctp shutdown send and recv state - 1b4ce2952b4f hugetlb: do not clear hugetlb dtor until allocating vmemmap - 4bdfe20d85b3 drm/amd/display: Implement workaround for writing to OTG_PIXEL_RATE_DIV register - 8517d739923e sched/fair: Remove capacity inversion detection - e8acf9971fbe sched/fair: unlink misfit task from cpu overutilized - 5274bf1f743f zsmalloc: allow only one active pool compaction context - d4008eadfce5 drm/amd/display: disable RCO for DCN314 - b2f599c014f3 ASoC: amd: vangogh: select CONFIG_SND_AMD_ACP_CONFIG - 7de99bf5bcd6 drm/amdgpu/pm: fix throttle_status for other than MP1 11.0.7 - 9c8c2cf9f9bc drm/amdgpu: skip fence GFX interrupts disable/enable for S0ix - e1cbd5637f37 drm/amd: flush any delayed gfxoff on suspend entry - df1566ce41ee drm/i915/sdvo: fix panel_type initialization - a1fa8f0fc58e drm/qxl: fix UAF on handle creation - 5818da46a2b5 mmc: block: Fix in_flight[issue_type] value error - dccd07b0d9e4 mmc: wbsd: fix double mmc_free_host() in wbsd_init() - 8ad3bfdd227e blk-crypto: dynamically allocate fallback profile - 65bcb07b1262 arm64: dts: rockchip: Fix Wifi/Bluetooth on ROCK Pi 4 boards - fc66f8157917 virtio-net: Zero max_tx_vq field for VIRTIO_NET_CTRL_MQ_HASH_CONFIG case - 9e725386d426 cifs: Release folio lock on fscache read hit. - bfd25f5e6400 ALSA: usb-audio: Add support for Mythware XA001AU capture and playback interfaces. - 0c05493341d6 serial: 8250: Fix oops for port->pm on uart_change_pm() - af7ca7ad3753 riscv: uaccess: Return the number of bytes effectively not copied - ea65d78ef999 ALSA: hda/realtek - Remodified 3k pull low procedure - b662856b7134 soc: aspeed: socinfo: Add kfree for kstrdup - 15db1e594e2c soc: aspeed: uart-routing: Use __sysfs_match_string - 6c889d2123ba ALSA: hda/realtek: Add quirks for HP G11 Laptops - 7b041466ed42 ASoC: meson: axg-tdm-formatter: fix channel slot allocation - f0451002a4d9 ASoC: rt5665: add missed regulator_bulk_disable - 2b34636b50bf arm64: dts: imx93: Fix anatop node size - 9ba52bd26774 ARM: dts: imx: Set default tuning step for imx6sx usdhc - 6777c4379bd8 arm64: dts: imx8mm: Drop CSI1 PHY reference clock configuration - ca69bb145383 ARM: dts: imx6: phytec: fix RTC interrupt level - d2d6d51d753a ARM: dts: imx: align LED node names with dtschema - 66d761a2290a arm64: dts: rockchip: Disable HS400 for eMMC on ROCK 4C+ - 52d3607db0de arm64: dts: rockchip: Disable HS400 for eMMC on ROCK Pi 4 - 9657a754c5de arm64: dts: qcom: qrb5165-rb5: fix thermal zone conflict - fae3868be844 bus: ti-sysc: Flush posted write on enable before reset - 1c82d1b736ce ice: Block switchdev mode when ADQ is active and vice versa - fbc7b1dad825 qede: fix firmware halt over suspend and resume - 2e03a92b2411 net: do not allow gso_size to be set to GSO_BY_FRAGS - 06b8f06f9302 sock: Fix misuse of sk_under_memory_pressure() - 3d820924c00c sfc: don't unregister flow_indr if it was never registered - df83af3b996d net: dsa: mv88e6xxx: Wait for EEPROM done before HW reset - 740924313a1b i40e: fix misleading debug logs - ea749b5e3b38 iavf: fix FDIR rule fields masks validation - c965a5837614 net: openvswitch: reject negative ifindex - d5e4c0e78f1d team: Fix incorrect deletion of ETH_P_8021AD protocol vid from slaves - 85bd0af93994 net: phy: broadcom: stub c45 read/write for 54810 - 7148bca63b21 netfilter: nft_dynset: disallow object maps - 7f8a160d40ef ipvs: fix racy memcpy in proc_do_sync_threshold - 00ea7eb1c69e netfilter: nf_tables: deactivate catchall elements in next generation - a800fcd8f18d netfilter: nf_tables: fix false-positive lockdep splat - 75c724e2b714 octeon_ep: cancel tx_timeout_task later in remove sequence - 58a54bad3a76 net: macb: In ZynqMP resume always configure PS GTR for non-wakeup source - 06af678c6080 drm/panel: simple: Fix AUO G121EAN01 panel timings according to the docs - 2f07f1302ecb selftests: mirror_gre_changes: Tighten up the TTL test match - cd4460b21741 net: phy: fix IRQ-based wake-on-lan over hibernate / power off - a41e5a79a059 net: pcs: Add missing put_device call in miic_create - 120a89c36d3d virtio-net: set queues after driver_ok - 45085ba966fb virtio_net: notify MAC address change on device initialization - a442cd170193 xfrm: add forgotten nla_policy for XFRMA_MTIMER_THRESH - 87b655f4936b xfrm: add NULL check in xfrm_update_ae_params - 2b05bf5dc437 ip_vti: fix potential slab-use-after-free in decode_session6 - 55ad2309205c ip6_vti: fix slab-use-after-free in decode_session6 - 0d27567fde5b xfrm: fix slab-use-after-free in decode_session6 - 71dfe71df100 net: xfrm: Amend XFRMA_SEC_CTX nla_policy structure - 479884b4ce16 net: af_key: fix sadb_x_filter validation - 9a0056276f5f net: xfrm: Fix xfrm_address_filter OOB read - 5a47c2fa0d39 i2c: designware: Handle invalid SMBus block data response length value - 52114963307e i2c: designware: Correct length byte validation logic - ceb9ba8e3083 btrfs: fix BUG_ON condition in btrfs_cancel_balance - 9f68e2105dd9 btrfs: fix incorrect splitting in btrfs_drop_extent_map_range - 0693c8f134f9 tty: serial: fsl_lpuart: Clear the error flags by writing 1 for lpuart32 platforms - 31311a9a4baa tty: n_gsm: fix the UAF caused by race condition in gsm_cleanup_mux - d6aa03bda8c0 vdpa: Enable strict validation for netlinks ops - ff71709445ac vdpa: Add max vqp attr to vdpa_nl_policy for nlattr length check - 8ad9bc25cbdc vdpa: Add queue index attr to vdpa_nl_policy for nlattr length check - 44b508cc9688 vdpa: Add features attr to vdpa_nl_policy for nlattr length check - b8fee83aa4ed powerpc/rtas_flash: allow user copy to flash block cache objects - 9fedcd07abdc fbdev: mmp: fix value check in mmphw_probe() - 3461e6492ca2 i2c: tegra: Fix i2c-tegra DMA config option processing - ba249011f665 i2c: hisi: Only handle the interrupt of the driver's transfer - db0416c15572 i2c: bcm-iproc: Fix bcm_iproc_i2c_isr deadlock issue - 5ee28bcfbaac cifs: fix potential oops in cifs_oplock_break - cba26abc3f94 vdpa/mlx5: Delete control vq iotlb in destroy_mr only when necessary - bb4983ec9e75 vdpa/mlx5: Fix mr->initialized semantics - e706675beeec vduse: Use proper spinlock for IRQ injection - af5818c35173 virtio-mmio: don't break lifecycle of vm_dev - 6297644db23f btrfs: fix use-after-free of new block group that became unused - 29cebf80877b btrfs: convert btrfs_block_group::seq_zone to runtime flag - 94cde94169f0 btrfs: convert btrfs_block_group::needs_free_space to runtime flag - 01eca70ef8cf btrfs: move out now unused BG from the reclaim list - 485ec8f8e1d8 video/aperture: Only remove sysfb on the default vga pci device - f83ab817effb fbdev/hyperv-fb: Do not set struct fb_info.apertures - e41170d128e6 ARM: dts: nxp/imx6sll: fix wrong property name in usbphy node - 3d2d051be161 KVM: arm64: vgic-v4: Make the doorbell request robust w.r.t preemption - 402f1d86ea26 drm/amd/display: fix access hdcp_workqueue assert - 81e6cf447a2e drm/amd/display: phase3 mst hdcp for multiple displays - d90f97cb3821 drm/amd/display: save restore hdcp state when display is unplugged from mst hub - 48f0671be281 igc: read before write to SRRCTL register - 128c06a34cfe ring-buffer: Do not swap cpu_buffer during resize process - 356fe907dfcd Bluetooth: MGMT: Use correct address for memcpy() - a1ceb871284f powerpc/kasan: Disable KCOV in KASAN code - 6d06cf0f0238 ALSA: hda/realtek: Add quirk for ASUS ROG GZ301V - 2b248cf8b6db ALSA: hda/realtek: Add quirk for ASUS ROG GA402X - c48616e52d5d ALSA: hda/realtek: Add quirk for ASUS ROG GX650P - cdd412b528de ALSA: hda: fix a possible null-pointer dereference due to data race in snd_hdac_regmap_sync() - 63e0b5d76d75 ALSA: hda/realtek: Add quirks for Unis H3C Desktop B760 & Q760 - 9e79f3e8f129 fs/ntfs3: Mark ntfs dirty when on-disk struct is corrupted - 1e2205568bb8 fs: ntfs3: Fix possible null-pointer dereferences in mi_read() - 4246bbef0442 fs/ntfs3: Enhance sanity check while generating attr_list - dd0b3b367c38 drm/amdgpu: Fix potential fence use-after-free v2 - 3a89f3bfbf53 ceph: try to dump the msgs when decoding fails - d92613aa43da Bluetooth: btusb: Add MT7922 bluetooth ID for the Asus Ally - 149daab45922 Bluetooth: L2CAP: Fix use-after-free - de8677ccf883 watchdog: sp5100_tco: support Hygon FCH/SCH (Server Controller Hub) - 9040adc38cf6 firewire: net: fix use after free in fwnet_finish_incoming_packet() - ef87750caea5 thunderbolt: Limit Intel Barlow Ridge USB3 bandwidth - acb9038e1d60 thunderbolt: Add Intel Barlow Ridge PCI ID - e8a80cf06b4b pcmcia: rsrc_nonstatic: Fix memory leak in nonstatic_release_resource_db() - a4f71523ed21 gfs2: Fix possible data races in gfs2_show_options() - 8277a215c872 usb: chipidea: imx: add missing USB PHY DPDM wakeup setting - 31f8efefa2a9 usb: chipidea: imx: don't request QoS for imx8ulp - 809625f4419c thunderbolt: Read retimer NVM authentication status prior tb_retimer_set_inbound_sbtx() - b7bd48f0be84 media: platform: mediatek: vpu: fix NULL ptr dereference - 28d900836d47 usb: gadget: uvc: queue empty isoc requests if no video buffer is available - 49038877f948 usb: gadget: u_serial: Avoid spinlock recursion in __gs_console_push - 54a55c345c3b media: camss: set VFE bpl_alignment to 16 for sdm845 and sm8250 - c71aa5f1cf96 media: v4l2-mem2mem: add lock to protect parameter num_rdy - 6c9317f73b80 led: qcom-lpg: Fix resource leaks in for_each_available_child_of_node() loops - bda3f463543f serial: stm32: Ignore return value of uart_remove_one_port() in .remove() - 7e4f5c3f01fb cifs: fix session state check in reconnect to avoid use-after-free issue - 945f4a7aff84 smb: client: fix warning in cifs_smb3_do_mount() - a783230585e5 ALSA: hda/realtek: Add quirks for ROG ALLY CS35l41 audio - de840f77f564 HID: intel-ish-hid: ipc: Add Arrow Lake PCI device ID - 055971715ff6 ASoC: SOF: core: Free the firmware trace before calling snd_sof_shutdown() - 359ec0952cbb drm/amd/display: Enable dcn314 DPP RCO - 5447155001e6 drm/amd/display: Skip DPP DTO update if root clock is gated - 5fe7815e784b RDMA/mlx5: Return the firmware result upon destroying QP/RQ - fbd9332d32ec drm/amd/display: Apply 60us prefetch for DCFCLK <= 300Mhz - 78b25110eb8c drm/amdgpu: install stub fence into potential unused fence pointers - 96522cf9c71e iommu/amd: Introduce Disable IRTE Caching Support - 83c22663acb6 HID: logitech-hidpp: Add USB and Bluetooth IDs for the Logitech G915 TKL Keyboard - d7933b92c4ca accel/habanalabs: add pci health check during heartbeat - b7a34e30d42f dma-remap: use kvmalloc_array/kvfree for larger dma memory remap - 3dd5c90c48bf ASoC: SOF: Intel: fix SoundWire/HDaudio mutual exclusion - ff1b4b1e02c3 iopoll: Call cpu_relax() in busy loops - b3e662ece02e ASoC: Intel: sof_sdw: Add support for Rex soundwire - c01ec45a7c4c ASoC: Intel: sof_sdw_rt_sdca_jack_common: test SOF_JACK_JDSRC in _exit - 31149bb94f77 ARM: dts: imx6dl: prtrvt, prtvt7, prti6q, prtwd2: fix USB related warnings - a7d4d28d2c0b ASoC: amd: vangogh: Add check for acp config flags in vangogh platform - 633ac567bd9e drm: rcar-du: remove R-Car H3 ES1.* workarounds - 340dba127bbe drm/stm: ltdc: fix late dereference check - f934cad91318 ASoC: SOF: amd: Add pci revision id check - ea88c6c7819e PCI: tegra194: Fix possible array out of bounds access - 5c23d9bd5f5d ASoC: Intel: sof_sdw: add quirk for LNL RVP - 3f498ae94c54 ASoC: Intel: sof_sdw: add quirk for MTL RVP - ce3288d8d654 drm/amdgpu: fix memory leak in mes self test - 9f55d300541c drm/amdgpu: Fix integer overflow in amdgpu_cs_pass1 - ab6f446c220d drm/amdgpu: fix calltrace warning in amddrm_buddy_fini - caa2d40a0da2 net: phy: at803x: fix the wol setting functions - 7dcc894e1518 net: phy: at803x: Use devm_regulator_get_enable_optional() - 0d52759710fa net/smc: Fix setsockopt and sysctl to specify same buffer size again - 206381cee964 net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphore - 0fc3c55a3a4b selftests: forwarding: tc_actions: Use ncat instead of nc - 306a5dddfb12 selftests: forwarding: tc_actions: cleanup temporary files when test is aborted - f872672edd5e zsmalloc: fix races between modifications of fullness and isolated - 802b34e99224 zsmalloc: consolidate zs_pool's migrate_lock and size_class's locks - 8a214f88e8ff cpuidle: psci: Move enabling OSI mode after power domains creation - ad1fa1a028ee cpuidle: psci: Extend information in log about OSI/PC mode - 78721c8f9379 mmc: sdhci-f-sdh30: Replace with sdhci_pltfm - 6c44e13dc284 Linux 6.1.46 - 5525c289dbcf drm/amd/pm/smu7: move variables to where they are used - 4346a66ad198 sch_netem: fix issues in netem_change() vs get_dist_table() - 3ae919c317dd alpha: remove __init annotation from exported page_is_ram() - cbce265f959f ACPI: scan: Create platform device for CS35L56 - afc4ddd9507f platform/x86: serial-multi-instantiate: Auto detect IRQ resource for CSC3551 - 38b0020f68b7 scsi: qedf: Fix firmware halt over suspend and resume - a9518f4a4978 scsi: qedi: Fix firmware halt over suspend and resume - fb004497b3ea scsi: fnic: Replace return codes in fnic_clean_pending_aborts() - b191ff1f075c scsi: core: Fix possible memory leak if device_add() fails - 7723a5d5d187 scsi: snic: Fix possible memory leak if device_add() fails - 9fdb273ede6f scsi: 53c700: Check that command slot is not NULL - 8282d0b35880 scsi: ufs: renesas: Fix private allocation - ed70fa5629a8 scsi: storvsc: Fix handling of virtual Fibre Channel timeouts - 0e1605ec5bea scsi: core: Fix legacy /proc parsing buffer overflow - f3f0f95a0233 netfilter: nf_tables: report use refcount overflow - c21fddce7e45 nvme-rdma: fix potential unbalanced freeze & unfreeze - cddbaa8dee7e nvme-tcp: fix potential unbalanced freeze & unfreeze - bf67802453d3 btrfs: set cache_block_group_error if we find an error - 3ae93b316ca4 btrfs: reject invalid reloc tree root keys with stack dump - 9d04716e3665 btrfs: exit gracefully if reloc roots don't match - 7112abc9e8f2 btrfs: properly clear end of the unreserved range in cow_file_range - 504d81c512f6 btrfs: don't stop integrity writeback too early - 4e18c827d61b btrfs: wait for actual caching progress during allocation - b8cd871d0a18 gpio: sim: mark the GPIO chip as a one that can sleep - 227bd2c1eab1 gpio: ws16c48: Fix off-by-one error in WS16C48 resource region extent - 5e17b8ee64c1 ibmvnic: Ensure login failure recovery is safe from other resets - 206ccf4f0977 ibmvnic: Do partial reset on login failure - 31ccd1ba20d8 ibmvnic: Handle DMA unmapping of login buffs in release functions - 24556c1cc9db ibmvnic: Unmap DMA login rsp buffer on send login fail - 2c5dd8805e6c ibmvnic: Enforce stronger sanity checks on login response - ad0f73cbace4 net/mlx5: Reload auxiliary devices in pci error handlers - 88ec484ef8e2 net/mlx5: Skip clock update work when device is in error state - 4276f3e7ae4a net/mlx5: LAG, Check correct bucket when modifying LAG - a824d012ad8f net/mlx5: Allow 0 for total host VFs - ab06983c5bbd dmaengine: owl-dma: Modify mismatched function name - dff220037148 dmaengine: mcf-edma: Fix a potential un-allocated memory access - c4f7de3e8ce1 net: hns3: fix strscpy causing content truncation issue - 87d7e140081f nexthop: Fix infinite nexthop bucket dump when using maximum nexthop ID - 8d6df2c523e2 nexthop: Make nexthop bucket dump more efficient - 0b10d8d1cf85 nexthop: Fix infinite nexthop dump when using maximum nexthop ID - 743f7c1762e0 net: hns3: fix deadlock issue when externel_lb and reset are executed together - 59bad9190ac7 net: hns3: add wait until mac link down - 667ce6a0ff80 net: hns3: refactor hclge_mac_link_status_wait for interface reuse - 758dbcfb257e net: dsa: ocelot: call dsa_tag_8021q_unregister() under rtnl_lock() on driver remove - 001b7d6706e2 net: phy: at803x: remove set/get wol callbacks for AR8032 - a3e5f3b7f25d net: marvell: prestera: fix handling IPv4 routes with nhid - 059ec8287fd3 net: tls: avoid discarding data on record close - 05e6b93da45d RDMA/umem: Set iova in ODP flow - 521860ddf314 wifi: cfg80211: fix sband iftype data lookup for AP_VLAN - 94916b314861 drm/rockchip: Don't spam logs in atomic check - ac6640f4193d IB/hfi1: Fix possible panic during hotplug remove - c2efcaf304fb iavf: fix potential races for FDIR filters - bcbc48b12092 drivers: vxlan: vnifilter: free percpu vni stats on error path - eeb0e4c1dbdf drivers: net: prevent tun_build_skb() to exceed the packet size limit - a6ddc1c77487 dccp: fix data-race around dp->dccps_mss_cache - 00f033d451c4 bonding: Fix incorrect deletion of ETH_P_8021AD protocol vid from slaves - 15b453cf7348 xsk: fix refcount underflow in error path - da5f42a6e748 tunnels: fix kasan splat when generating ipv4 pmtu error - f20a941bc2c5 tcp: add missing family to tcp_set_ca_state() tracepoint - ddebdaec1af2 net/smc: Use correct buffer sizes when switching between TCP and SMC - 584a783270c1 net/packet: annotate data-races around tp->status - b249c510b43e mptcp: fix the incorrect judgment for msk->cb_flags - fc0b41ac1106 macsec: use DEV_STATS_INC() - ebceef298c56 mISDN: Update parameter type of dsp_cmx_send() - 6b2824b198a6 bpf, sockmap: Fix bug that strp_done cannot be called - ed90fe7435c5 bpf, sockmap: Fix map type error in sock_map_del_link - 20acffcdc2b7 net: core: remove unnecessary frame_sz check in bpf_xdp_adjust_tail() - e59a2e5a3123 selftests: forwarding: tc_flower: Relax success criterion - 352dc3ee33c6 selftests: forwarding: Switch off timeout - 2df0e4373507 selftests: forwarding: Skip test when no interfaces are specified - 9ff7465b9160 selftests: forwarding: hw_stats_l3_gre: Skip when using veth pairs - 693c0a5a02e1 selftests: forwarding: ethtool_extended_state: Skip when using veth pairs - 10519d0b260d selftests: forwarding: ethtool: Skip when using veth pairs - 1455765e28ce selftests: forwarding: Add a helper to skip test when using veth pairs - e146162dcf2e selftests/rseq: Fix build with undefined __weak - e12b1ebc758a interconnect: qcom: sm8450: add enable_mask for bcm nodes - 8d0e2802b111 interconnect: qcom: Add support for mask-based BCMs - 312f04ede209 iio: core: Prevent invalid memory access when there is no parent - 98e470dc73a9 drm/nouveau/disp: Revert a NULL check inside nouveau_connector_get_modes - 19e7feda8966 x86: Move gds_ucode_mitigated() declaration to header - f276899f8dbc x86/speculation: Add cpu_show_gds() prototype - 179430c2aa46 x86/sev: Do not try to parse for the CC blob on non-AMD hardware - 9ad49178c00a x86/mm: Fix VDSO and VVAR placement on 5-level paging machines - 25085250a150 x86/cpu/amd: Enable Zenbleed fix for AMD Custom APU 0405 - d93eeac34e75 x86/srso: Fix build breakage with the LLVM linker - 6f75e0934354 usb: typec: altmodes/displayport: Signal hpd when configuring pin assignment - 57b8f5fb8f17 usb: typec: tcpm: Fix response to vsafe0V event - e3b37754988a usb: common: usb-conn-gpio: Prevent bailing out if initial role is none - bed19d95fcb9 USB: Gadget: core: Help prevent panic during UVC unconfigure - d2a4ded0ee99 usb: dwc3: Properly handle processing of pending events - 0d2d5282d39a usb-storage: alauda: Fix uninit-value in alauda_check_media() - 8ee39ec47914 misc: rtsx: judge ASPM Mode to set PETXCFG Reg - f11a26633eb6 binder: fix memory leak in binder_init() - 77b689cc27d4 iio: adc: ina2xx: avoid NULL pointer dereference on OF device match - 2f8ebbd0f03e iio: adc: ad7192: Fix ac excitation feature - 5e1ed816a0e1 iio: frequency: admv1013: propagate errors from regulator_get_voltage() - 366563c14f1f iio: cros_ec: Fix the allocation size for cros_ec_command - 5aac2726b693 io_uring: correct check for O_TMPFILE - b61a06eca15c drm/amd/display: trigger timing sync only if TG is running - 07152d9e87ef drm/amd/display: fix the build when DRM_AMD_DC_DCN is not set - 647e12741e6d drm/amd/display: Retain phantom plane/stream if validation fails - e61f0ad73668 drm/amd/display: Disable phantom OTG after enable for plane disable - 9caac2a9f69f drm/amd/display: Use update plane and stream routine for DCN32x - e93ae6e6b660 drm/amd/display: Avoid ABM when ODM combine is enabled for eDP - 4fe91c51aa93 drm/amd/display: Update OTG instance in the commit stream - b2415df0afba drm/amd/display: Handle seamless boot stream - 9b1a1f168c03 drm/amd/display: Add function for validate and update new stream - 60334c0cba2f drm/amd/display: Handle virtual hardware detect - 0f19195d6397 drm/amd/pm: avoid unintentional shutdown due to temperature momentary fluctuation - b064f9ccf11c drm/amd/pm: fulfill powerplay peak profiling mode shader/memory clock settings - b844033ea813 drm/amd/pm: expose swctf threshold setting for legacy powerplay - 2368afd60f64 drm/amd/pm: fulfill swsmu peak profiling mode shader/memory clock settings - 7532ff6edbf5 nilfs2: fix use-after-free of nilfs_root in dirtying inodes via iput - 79a96970293b radix tree test suite: fix incorrect allocation size for pthreads - 0176533f5a39 hwmon: (pmbus/bel-pfe) Enable PMBUS_SKIP_STATUS_CHECK for pfe1100 - 088773aaafef cpuidle: dt_idle_genpd: Add helper function to remove genpd topology - 3d3fd58bfca1 drm/amd/display: limit DPIA link rate to HBR3 - 10347b115da1 drm/amd: Disable S/G for APUs when 64GB or more host memory - f6166ca452b8 drm/amdgpu: add S/G display parameter - c3d2d4b02e5e drm/amd/display: check attr flag before set cursor degamma on DCN3+ - 9a2393af1f35 drm/amdgpu: fix possible UAF in amdgpu_cs_pass1() - 2322dd8c9d3d drm/shmem-helper: Reset vma->vm_ops before calling dma_buf_mmap() - a372c3f0db81 drm/nouveau/nvkm/dp: Add workaround to fix DP 1.3+ DPCD issues - e179b058d720 drm/nouveau/gr: enable memory loads on helper invocation on all channels - 56c79fcae6f3 nvme-pci: add NVME_QUIRK_BOGUS_NID for Samsung PM9B1 256G and 512G - 3fdaa7fbc81b riscv/kexec: handle R_RISCV_CALL_PLT relocation type - b374684018e4 riscv,mmio: Fix readX()-to-delay() ordering - 98a34f50c15f riscv/kexec: load initrd high in available memory - 593615bf14c9 net: mana: Fix MANA VF unload when hardware is unresponsive - aec1ce9a30d4 dmaengine: pl330: Return DMA_PAUSED when transaction is paused - ded9f5551ce5 mptcp: fix disconnect vs accept race - 84aa65a52561 mptcp: avoid bogus reset on fallback close - d143c736020f selftests: mptcp: join: fix 'implicit EP' test - aae988c09650 selftests: mptcp: join: fix 'delete and re-add' test - a537fd9096a1 ipv6: adjust ndisc_is_useropt() to also return true for PIO - ecab78febff0 mmc: moxart: read scr register without changing byte order - 260ec73757c1 wireguard: allowedips: expand maximum node depth - 839aae189e1f selftests: forwarding: Set default IPv6 traceroute utility - aa4b5895a80f wifi: rtw89: fix 8852AE disconnection caused by RX full flags - e642eb67b8c1 wifi: nl80211: fix integer overflow in nl80211_parse_mbssid_elems() - 5bdf1c1f346c KVM: SEV: only access GHCB fields once - ec18273e41d9 KVM: SEV: snapshot the GHCB before accessing it - f339d76a3a97 ksmbd: fix wrong next length validation of ea buffer in smb2_set_ea() - c6bef3bc30fd ksmbd: validate command request size - ccb1700ed606 tpm: Add a helper for checking hwrng enabled - d8a7d6136cbf tpm: Disable RNG for all AMD fTPMs - ed2f8701fb9b Revert "loongarch/cpu: Switch to arch_cpu_finalize_init()" - 65383fe06065 gcc-plugins: Reorganize gimple includes for GCC 13 - 1321ab403b38 Linux 6.1.45 - f2615bb47be4 x86/CPU/AMD: Do not leak quotient data after a division by 0 - 673cdde74fd1 Revert "drm/i915: Disable DC states for all commits" - af7215182417 drm/amdgpu: Use apt name for FW reserved region - 3d0a34c42f0d drm/amdgpu: Remove unnecessary domain argument - 526defeec474 drm/amdgpu: add vram reservation based on vram_usagebyfirmware_v2_2 - 99255a2b6849 arm64/ptrace: Don't enable SVE when setting streaming SVE - c2fdf827f8fc exfat: check if filename entries exceeds max filename length - e2fb24ce37ca f2fs: don't reset unchangable mount option in f2fs_remount() - 6ba0594a81f9 f2fs: fix to set flush_merge opt and show noflush_merge - e355972affb6 selftests/rseq: Play nice with binaries statically linked against glibc 2.35+ - 56562676102e drm/amd/display: skip CLEAR_PAYLOAD_ID_TABLE if device mst_en is 0 - 63eeb50fa110 drm/amd/display: Ensure that planes are in the same order - 740d4cae248a drm/imx/ipuv3: Fix front porch adjustment upon hactive aligning - a492b8281c36 powerpc/mm/altmap: Fix altmap boundary check - f4b700c71802 mtd: rawnand: fsl_upm: Fix an off-by one test in fun_exec_op() - b71c00256da4 mtd: rawnand: rockchip: Align hwecc vs. raw page helper layouts - 5a8a35b71bd3 mtd: rawnand: rockchip: fix oobfree offset and description - 6c591fce484e mtd: rawnand: omap_elm: Fix incorrect type in assignment - 88b1958fb57d io_uring: annotate offset timeout races - a78a8bcdc26d f2fs: fix to do sanity check on direct node in truncate_dnode() - 23e72231f828 btrfs: remove BUG_ON()'s in add_new_free_space() - 56c0d76a9722 ext2: Drop fragment support - 295ef44a2aba fs: Protect reconfiguration of sb read-write from racing writes - 1bebbd9b8037 net: usbnet: Fix WARNING in usbnet_start_xmit/usb_submit_urb - 203d58930d4a debugobjects: Recheck debug_objects_enabled before reporting - 29fac1849933 Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_ready_cb - 1416eebaad80 fs/sysv: Null check to prevent null-ptr-deref bug - ccc6de4d4f34 fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_load_attr_list() - 33d9490b27e5 mm: kmem: fix a NULL pointer dereference in obj_stock_flush_required() - 4968484ac8ef file: reinstate f_pos locking optimization for regular files - 7a1178a3671b bpf, cpumap: Make sure kthread is running before map update returns - 8a211e9118d5 clk: imx93: Propagate correct error in imx93_clocks_probe() - 37f6073f7db3 drm/i915/gt: Cleanup aux invalidation registers - 4db8b39418a6 drm/i915: Fix premature release of request's reusable memory - 1fdd16d89c01 drm/ttm: check null pointer before accessing when swapping - 4f03b0471ee0 open: make RESOLVE_CACHED correctly test for O_TMPFILE - 61f96da37dd4 arm64/fpsimd: Sync FPSIMD state with SVE for SME only systems - 654c1dd350c7 arm64/fpsimd: Clear SME state in the target task when setting the VL - bae353469a28 arm64/fpsimd: Sync and zero pad FPSIMD state for streaming SVE - b8ea2a46913b powerpc/ftrace: Create a dummy stackframe to fix stack unwind - 36dd8ca330b7 bpf: Disable preemption in bpf_event_output - ec062367fa0c rbd: prevent busy loop when requesting exclusive lock - 98cccbd0a19a x86/hyperv: Disable IBT when hypercall page lacks ENDBR instruction - 0526119bf59e wifi: mt76: mt7615: do not advertise 5 GHz on first phy of MT7615D (DBDC) - 767800fc402d net: tap_open(): set sk_uid from current_fsuid() - b6846d7c408b net: tun_chr_open(): set sk_uid from current_fsuid() - 367fdf369dc7 arm64: dts: stratix10: fix incorrect I2C property for SCL signal - 3654ed5daf49 bpf: Disable preemption in bpf_perf_event_output - 680f4d8aec1b mtd: rawnand: meson: fix OOB available bytes for ECC - 67327cadba59 mtd: spinand: toshiba: Fix ecc_get_status - 724ce05212d0 exfat: release s_lock before calling dir_emit() - 1427a7e96fb9 exfat: use kvmalloc_array/kvfree instead of kmalloc_array/kfree - bc41119995e4 firmware: arm_scmi: Drop OF node reference in the transport channel setup - a062da58ed97 ceph: defer stopping mdsc delayed_work - ad82aac732c2 USB: zaurus: Add ID for A-300/B-500/C-700 - be52667ba243 libceph: fix potential hang in ceph_osdc_notify() - f62faadc791e scsi: storvsc: Limit max_sectors for virtual Fibre Channel devices - 645603ab5fa8 scsi: zfcp: Defer fc_rport blocking until after ADISC response - f0618c305b41 rust: allocator: Prevent mis-aligned allocation - cd4bdf8f98ef tcp_metrics: fix data-race in tcpm_suck_dst() vs fastopen - e53917e7efea tcp_metrics: annotate data-races around tm->tcpm_net - 6dea95d8caff tcp_metrics: annotate data-races around tm->tcpm_vals[] - fee608e80271 tcp_metrics: annotate data-races around tm->tcpm_lock - 4a77a0f7526c tcp_metrics: annotate data-races around tm->tcpm_stamp - 71f891a25405 tcp_metrics: fix addr_same() helper - afac854f8221 prestera: fix fallback to previous version on same major version - 72b3aea3450e net/mlx5: fs_core: Skip the FTs in the same FS_TYPE_PRIO_CHAINS fs_prio - 1ca50e5de43a net/mlx5: fs_core: Make find_closest_ft more generic - 7b8717658dff vxlan: Fix nexthop hash size - 691a09eecad9 ip6mr: Fix skb_under_panic in ip6mr_cache_report() - 86818409f989 s390/qeth: Don't call dev_close/dev_open (DOWN/UP) - ecff20e19320 net: dcb: choose correct policy to parse DCB_ATTR_BCN - 421e02bda057 bnxt_en: Fix max_mtu setting for multi-buf XDP - e9f11bfc03fb bnxt_en: Fix page pool logic for page size >= 64K - 64763dd851fa net: netsec: Ignore 'phy-mode' on SynQuacer in DT mode - 8afe27770dea net: korina: handle clk prepare error in korina_probe() - 58660666b464 net: ll_temac: fix error checking of irq_of_parse_and_map() - 834422b06c8b bpf: sockmap: Remove preempt_disable in sock_map_sk_acquire - d4d3b53a4c66 net/sched: cls_route: No longer copy tcf_result on update to avoid use-after-free - 7f691439b29b net/sched: cls_fw: No longer copy tcf_result on update to avoid use-after-free - aab2d095ce4d net/sched: cls_u32: No longer copy tcf_result on update to avoid use-after-free - cbd000451885 bpf, cpumap: Handle skb as well when clean up ptr_ring - 4461b2cae326 ice: Fix RDMA VSI removal during queue rebuild - 0b45af982a4d net/sched: taprio: Limit TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME to INT_MAX. - 12d4ba181424 net: annotate data-races around sk->sk_priority - 6326c83ee27e net: add missing data-race annotation for sk_ll_usec - dd7a1ff07c6c net: add missing data-race annotations around sk->sk_peek_off - b53468041d20 net: annotate data-races around sk->sk_mark - c7bb6860645f net: add missing READ_ONCE(sk->sk_rcvbuf) annotation - 10c832159622 net: add missing READ_ONCE(sk->sk_sndbuf) annotation - 0a40103c9191 net: add missing READ_ONCE(sk->sk_rcvlowat) annotation - be43c8f1c916 net: annotate data-races around sk->sk_max_pacing_rate - 0317c8322d9a net: annotate data-race around sk->sk_txrehash - 60d92bc9c094 net: annotate data-races around sk->sk_reserved_mem - 9da9ea9b132c qed: Fix scheduling in a tasklet while getting stats - 3c42307abe97 mISDN: hfcpci: Fix potential deadlock on &hc->lock - d652c080b67c net: sched: cls_u32: Fix match key mis-addressing - 22709d85373f perf test uprobe_from_different_cu: Skip if there is no gcc - 5ef5b6e9c17b net: dsa: fix value check in bcm_sf2_sw_probe() - 8dfac8071d58 rtnetlink: let rtnl_bridge_setlink checks IFLA_BRIDGE_MODE length - 24772cc31f00 bpf: Add length check for SK_DIAG_BPF_STORAGE_REQ_MAP_FD parsing - d628ba98eb16 net/mlx5e: Move representor neigh cleanup to profile cleanup_tx - 94a0eb9c12be net/mlx5e: Fix crash moving to switchdev mode when ntuple offload is set - a7b5f001004c net/mlx5e: fix return value check in mlx5e_ipsec_remove_trailer() - 0582a3caaa3e net/mlx5: fix potential memory leak in mlx5e_init_rep_rx - 3169c3854397 net/mlx5: DR, fix memory leak in mlx5dr_cmd_create_reformat_ctx - c818fff3b6cb net/mlx5e: fix double free in macsec_fs_tx_create_crypto_table_groups - 7a6fad03f54c wifi: cfg80211: Fix return value in scan logic - 05e0952ddb75 erofs: fix wrong primary bvec selection on deduplicated extents - a759972d2549 KVM: s390: fix sthyi error handling - f168188174b3 word-at-a-time: use the same return type for has_zero regardless of endianness - 5b53b2b44f0c firmware: arm_scmi: Fix chan_free cleanup on SMC - 6289d5486d36 lib/bitmap: workaround const_eval test build failure - 0ca5de8309f9 firmware: smccc: Fix use of uninitialised results structure - 7b0582dddd7e arm64: dts: freescale: Fix VPU G2 clock - 5841d3d0c352 arm64: dts: imx8mn-var-som: add missing pull-up for onboard PHY reset pinmux - a24f67b71ad2 arm64: dts: phycore-imx8mm: Correction in gpio-line-names - 753a927c5841 arm64: dts: phycore-imx8mm: Label typo-fix of VPU - 608ac7ea5f05 arm64: dts: imx8mm-venice-gw7904: disable disp_blk_ctrl - d060bbb2fed8 arm64: dts: imx8mm-venice-gw7903: disable disp_blk_ctrl - 8ddb3183c439 iommu/arm-smmu-v3: Document nesting-related errata - 42d04acf1d9b iommu/arm-smmu-v3: Add explicit feature for nesting - 57ae3671ece5 iommu/arm-smmu-v3: Document MMU-700 erratum 2812531 - e3399bd014e9 iommu/arm-smmu-v3: Work around MMU-600 erratum 1076982 - 50c24f0c9407 net: ipa: only reset hashed tables when supported - 93f5b881125e net/mlx5: Free irqs only on shutdown callback - 15c22cd1de50 perf: Fix function pointer case - c7920f992840 io_uring: gate iowait schedule on having pending requests - 0a4a7855302d Linux 6.1.44 - dd5f2ef16e3c x86: fix backwards merge of GDS/SRSO bit - fa5b932b77c8 xen/netback: Fix buffer overrun triggered by unusual packet - 4f25355540ad x86/srso: Tie SBPB bit setting to microcode patch detection - 77cf32d0dbfb x86/srso: Add a forgotten NOENDBR annotation - c7f2cd045542 x86/srso: Fix return thunks in generated code - c9ae63d773ca x86/srso: Add IBPB on VMEXIT - 79c8091888ef x86/srso: Add IBPB - 98f62883e751 x86/srso: Add SRSO_NO support - 9139f4b6dd4f x86/srso: Add IBPB_BRTYPE support - ac41e90d8daa x86/srso: Add a Speculative RAS Overflow mitigation - dec3b91f2c4b x86/cpu, kvm: Add support for CPUID_80000021_EAX - dfede4cb8ef7 x86/bugs: Increase the x86 bugs vector size to two u32s - dacb0bac2edb Documentation/x86: Fix backwards on/off logic about YMM support - 051f5dcf144a x86/mm: Initialize text poking earlier - e0fd83a193c5 mm: Move mm_cachep initialization to mm_init() - 9ae15aaff39c x86/mm: Use mm_alloc() in poking_init() - d972c8c08f96 x86/mm: fix poking_init() for Xen PV guests - 7f3982de36c6 x86/xen: Fix secondary processors' FPU initialization - baa7b7501e41 x86/mem_encrypt: Unbreak the AMD_MEM_ENCRYPT=n build - b6fd07c41b4c KVM: Add GDS_NO support to KVM - c04579e95492 x86/speculation: Add Kconfig option for GDS - 92fc27c79bc7 x86/speculation: Add force option to GDS mitigation - c66ebe070d96 x86/speculation: Add Gather Data Sampling mitigation - f25ad76d9217 x86/fpu: Move FPU initialization into arch_cpu_finalize_init() - e26932942b2c x86/fpu: Mark init functions __init - 9e8d9d399094 x86/fpu: Remove cpuinfo argument from init functions - c956807d8462 x86/init: Initialize signal frame size late - b0837880fa65 init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init() - 8183a89caf67 init: Invoke arch_cpu_finalize_init() earlier - a3342c60dcc5 init: Remove check_bugs() leftovers - 8beabde0ed8d um/cpu: Switch to arch_cpu_finalize_init() - ce97072e10cc sparc/cpu: Switch to arch_cpu_finalize_init() - 84f585542ec6 sh/cpu: Switch to arch_cpu_finalize_init() - 6a90583dbd9b mips/cpu: Switch to arch_cpu_finalize_init() - 489ae02c8993 m68k/cpu: Switch to arch_cpu_finalize_init() - 08e86d42e2c9 loongarch/cpu: Switch to arch_cpu_finalize_init() - 403e4cc67e4c ia64/cpu: Switch to arch_cpu_finalize_init() - e2e06240ae47 ARM: cpu: Switch to arch_cpu_finalize_init() - 7918a3555a25 x86/cpu: Switch to arch_cpu_finalize_init() - d5501f2ff80d init: Provide arch_cpu_finalize_init() - 52a953d0934b Linux 6.1.43 - c3d576baa6c8 dma-buf: fix an error pointer vs NULL bug - 23acc2b850ba dma-buf: keep the signaling time of merged fences v3 - 665e6fd71468 test_firmware: return ENOMEM instead of ENOSPC on failed memory allocation - 0ab95d5ce8be selftests: mptcp: sockopt: use 'iptables-legacy' if available - bd2decac7345 mptcp: ensure subflow is unhashed before cleaning the backlog - ab79c7541d84 cpufreq: intel_pstate: Drop ACPI _PSS states table patching - 602a1cbc24a2 ACPI: processor: perflib: Avoid updating frequency QoS unnecessarily - f7fcc0f1b26b ACPI: processor: perflib: Use the "no limit" frequency QoS - d701687c898e drm/amd/display: Write to correct dirty_rect - d58fb94f24f8 drm/amd/display: perform a bounds check before filling dirty rectangles - 0441c4415442 tracing: Fix trace_event_raw_event_synth() if else statement - f5e8f7a02c15 drm/amd/display: set per pipe dppclk to 0 when dpp is off - 73679f8c455e rbd: retrieve and check lock owner twice before blocklisting - 0c0b6412c966 rbd: harden get_lock_owner_info() a bit - c0d067c79b23 rbd: make get_lock_owner_info() return a single locker or NULL - 3d215ad49c6a dm cache policy smq: ensure IO doesn't prevent cleaner policy progress - 507f70c06aa9 drm/i915/dpt: Use shmem for dpt objects - e046aecb73e0 ceph: never send metrics if disable_send_metrics is set - 8ab9ad163804 PM: sleep: wakeirq: fix wake irq arming - 356e711640ae arm64/sme: Set new vector length before reallocating - ff54cb993b31 ASoC: wm8904: Fill the cache for WM8904_ADC_TEST_0 register - 6deb8727f2a5 s390/dasd: print copy pair message only for the correct error - c4ae208cc335 s390/dasd: fix hanging device after quiesce/resume - 2b58bd384730 LoongArch: BPF: Enable bpf_probe_read{, str}() on LoongArch - 8a5e0c1f71dc LoongArch: BPF: Fix check condition to call lu32id in move_imm() - 024ed3b9b8e3 Revert "um: Use swap() to make code cleaner" - e1d54962a63b soundwire: fix enumeration completion - dda7cfcaa46b selftests: mptcp: join: only check for ip6tables if needed - aedec6019d7c net: dsa: qca8k: fix mdb add/del case with 0 VID - 828f9526f061 net: dsa: qca8k: fix broken search_and_del - d42c326288ac net: dsa: qca8k: fix search_and_insert wrong handling of new rule - e1fda7c1250f virtio-net: fix race between set queues and probe - cd1a8952ff52 xen: speed up grant-table reclaim - af7aa4fe94b3 proc/vmcore: fix signedness bug in read_from_oldmem() - 7f1715d827dc locking/rtmutex: Fix task->pi_waiters integrity - d392d2d72af3 irqchip/gic-v4.1: Properly lock VPEs when doing a directLPI invalidation - a80d2cb27d39 irq-bcm6345-l1: Do not assume a fixed block to cpu mapping - 2edb87931afd tpm_tis: Explicitly check for error code - c9af433b1138 ACPI/IORT: Remove erroneous id_count check in iort_node_get_rmr_info() - d79f730bb807 nfsd: Remove incorrect check in nfsd4_validate_stateid - e5a87723e8c7 file: always lock position for FMODE_ATOMIC_POS - 2663e2cb91a7 x86/MCE/AMD: Decrement threshold_bank refcount when removing threshold blocks - 360c98f5830d btrfs: check for commit error at btrfs_attach_transaction_barrier() - a7b85dc31644 btrfs: check if the transaction was aborted at btrfs_wait_for_commit() - cbec34d3021d btrfs: account block group tree when calculating global reserve size - 5fec6f7903f9 hwmon: (nct7802) Fix for temp6 (PECI1) processed even if PECI1 disabled - 85f8077893ec hwmon: (k10temp) Enable AMD3255 Proc to show negative temperature - bf7b30dc16da ALSA: hda/relatek: Enable Mute LED on HP 250 G8 - db3c5ca31400 ALSA: hda/realtek: Support ASUS G713PV laptop - 96a0b80eb1b0 Revert "xhci: add quirk for host controllers that don't update endpoint DCS" - 9615ca54bc13 tty: n_gsm: fix UAF in gsm_cleanup_mux - 7ae9f55a4950 staging: ks7010: potential buffer overflow in ks_wlan_set_encode_ext() - 41e05572e871 staging: r8712: Fix memory leak in _r8712_init_xmit_priv() - ef301c41a10e Documentation: security-bugs.rst: clarify CVE handling - ddb9503d1c2e Documentation: security-bugs.rst: update preferences when dealing with the linux-distros group - 9ae3d7941f8d Revert "usb: xhci: tegra: Fix error check" - cf8203ea19ef usb: xhci-mtk: set the dma max_seg_size - c0ebcc7e7fb1 usb: cdns3: fix incorrect calculation of ep_buf_size when more than one config - 9590eeef4d65 USB: quirks: add quirk for Focusrite Scarlett - 98a6054d51cc usb: ohci-at91: Fix the unhandle interrupt when resume - a28062554190 usb: misc: ehset: fix wrong if condition - c1fad1695bef usb: dwc3: don't reset device side if dwc3 was configured as host-only - 84ff2e988b0b usb: dwc3: pci: skip BYT GPIO lookup table for hardwired phy - bf4986fbeb21 Revert "usb: dwc3: core: Enable AutoRetry feature in the controller" - 60816ac26f2f usb: typec: Use sysfs_emit_at when concatenating the string - 9e4c1e68bf6a usb: typec: Iterate pds array when showing the pd list - 59feda7f3889 usb: typec: Set port->pd before adding device for typec_port - efd354eb7955 can: gs_usb: gs_can_close(): add missing set of CAN state to CAN_STATE_STOPPED - 60dea45ea317 USB: serial: simple: sort driver entries - 889122fe36f4 USB: serial: simple: add Kaufmann RKS+CAN VCP - 6341ef50ca26 USB: serial: option: add Quectel EC200A module support - f13b7a9f16db USB: serial: option: support Quectel EM060K_128 - 71bef922ff9a serial: sifive: Fix sifive_serial_console_setup() section - ace0efeb56f4 serial: 8250_dw: Preserve original value of DLF register - 016a4a2a7587 serial: qcom-geni: drop bogus runtime pm state update - eb1a542824ee KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalid - d8eb0c480f1e KVM: VMX: Don't fudge CR0 and CR4 for restricted L2 guest - ed8bbe6627cf KVM: Grab a reference to KVM for VM and vCPU stats file descriptors - c80b7c8f9d52 usb: gadget: core: remove unbalanced mutex_unlock in usb_gadget_activate - de77000c1923 USB: gadget: Fix the memory leak in raw_gadget driver - 0f23a9eb8abf usb: gadget: call usb_gadget_check_config() to verify UDC capability - 0cf9741aa323 Revert "usb: gadget: tegra-xudc: Fix error check in tegra_xudc_powerdomain_init()" - a3a3c7bddab9 tracing: Fix warning in trace_buffered_event_disable() - 77996fa5c64f ring-buffer: Fix wrong stat of cpu_buffer->read - 9d0a4a7777cc ata: pata_ns87415: mark ns87560_tf_read static - 84415f934ad4 ublk: fail to recover device if queue setup is interrupted - 0d5916c43957 ublk: fail to start device if queue setup is interrupted - c741076a3c76 ublk_drv: move ublk_get_device_from_id into ublk_ctrl_uring_cmd - a39bf13f8640 drm/msm: Disallow submit with fence id 0 - 3398e8b2833f drm/msm: Switch idr_lock to spinlock - d722661362ca RDMA/irdma: Report correct WC error - fe3409cd013c RDMA/irdma: Fix op_type reporting in CQEs - e139cc2974b8 drm/amd/display: Unlock on error path in dm_handle_mst_sideband_msg_ready_event() - 5c58d120bf81 drm/amd: Fix an error handling mistake in psp_sw_init() - ce114218f74e dm raid: protect md_stop() with 'reconfig_mutex' - e08db3f85df2 dm raid: clean up four equivalent goto tags in raid_ctr() - d43c7edfeb94 dm raid: fix missing reconfig_mutex unlock in raid_ctr() error paths - 37b5a0bdb896 xenbus: check xen_domain in xenbus_probe_initcall - a71cd15a8592 drm/i915: Fix an error handling path in igt_write_huge() - ddac66e802ce smb3: do not set NTLMSSP_VERSION flag for negotiate not auth request - 55704f087f78 block: Fix a source code comment in include/uapi/linux/blkzoned.h - f656ba177f69 ASoC: fsl_spdif: Silence output on stop - 6806494ed4a0 cxl/acpi: Return 'rc' instead of '0' in cxl_parse_cfmws() - 748fadc08bcb cxl/acpi: Fix a use-after-free in cxl_parse_cfmws() - 1b8b83537338 drm/msm: Fix IS_ERR_OR_NULL() vs NULL check in a5xx_submit_in_rb() - b8500538b8f5 RDMA/bnxt_re: Prevent handling any completions after qp destroy - d335b5fb332e RDMA/mthca: Fix crash when polling CQ for shared QPs - 5986e96be7d0 RDMA/irdma: Fix data race on CQP request done - 4e1a5842a359 RDMA/irdma: Fix data race on CQP completion stats - b83e4c1e4c72 RDMA/irdma: Add missing read barriers - 14627d02b103 drm/msm/adreno: Fix snapshot BINDLESS_DATA size - b6432b68700f drm/msm/dpu: drop enum dpu_core_perf_data_bus_id - 10b5920c33c1 RDMA/mlx4: Make check for invalid flags stricter - 539cf23cb488 tipc: stop tipc crypto on failure in tipc_node_create - 5f6a842db178 tipc: check return value of pskb_trim() - 0069a11a6f00 benet: fix return value check in be_lancer_xmit_workarounds() - 0f7432b7c3b5 net/sched: mqprio: Add length check for TCA_MQPRIO_{MAX/MIN}_RATE64 - eefc0b32159a net/sched: mqprio: add extack to mqprio_parse_nlattr() - 5523d2e31935 net/sched: mqprio: refactor nlattr parsing to a separate function - 7218974aba07 mm: suppress mm fault logging if fatal signal already pending - 268cb07ef3ee netfilter: nf_tables: disallow rule addition to bound chain via NFTA_RULE_CHAIN_ID - 4237462a073e netfilter: nf_tables: skip immediate deactivate in _PREPARE_ERROR - 89a4d1a89751 netfilter: nft_set_rbtree: fix overlap expiration walk - c09df09241fd igc: Fix Kernel Panic during ndo_tx_timeout callback - 1ecdbf2467ae x86/traps: Fix load_unaligned_zeropad() handling for shared TDX memory - cb160f4f90d1 platform/x86: msi-laptop: Fix rfkill out-of-sync on MSI Wind U100 - 847265678ec5 net: stmmac: Apply redundant write work around on 4.xx too - 17e67a071b60 octeontx2-af: Fix hash extraction enable configuration - 9b0c968a13fa octeontx2-af: Removed unnecessary debug messages. - 517a4f3b093c team: reset team's flags when down link is P2P device - 4c50927853f6 bonding: reset bond's flags when down link is P2P device - 46bf2459d6de ice: Fix memory management in ice_ethtool_fdir.c - 51aea7e9d521 tcp: Reduce chance of collisions in inet6_hashfn(). - 776da4eca034 ipv6 addrconf: fix bug where deleting a mngtmpaddr can create a new temporary address - 6ed1e466ef69 ethernet: atheros: fix return value check in atl1e_tso_csum() - 85c38ac62c13 atheros: fix return value check in atl1_tso() - 01cb355bb92e phy: hisilicon: Fix an out of bounds check in hisi_inno_phy_probe() - 69534f5ab784 vxlan: fix GRO with VXLAN-GPE - 9e22b434ff4a vxlan: generalize vxlan_parse_gpe_hdr and remove unused args - ddc6ab3834bc vxlan: calculate correct header length for GPE - 4de5cd8d8939 net: hns3: fix wrong bw weight of disabled tc issue - 487b685c815b net: hns3: fix wrong tc bandwidth weight data issue - b93161779b45 net: hns3: fix the imp capability bit cannot exceed 32 bits issue - e3339d44e016 net: phy: marvell10g: fix 88x3310 power up - c76d3742b688 iavf: check for removal state before IAVF_FLAG_PF_COMMS_FAILED - 469879eda36d iavf: fix potential deadlock on allocation failure - c0fa9a5a7a3f i40e: Fix an NULL vs IS_ERR() bug for debugfs_create_dir() - 940a2c75f5e9 media: amphion: Fix firmware path to match linux-firmware - 70f9f05abaad media: staging: atomisp: select V4L2_FWNODE - accc838fd66a soundwire: qcom: update status correctly with mask - cf52320a391a phy: qcom-snps-femto-v2: properly enable ref clock - 01d8e499999c phy: qcom-snps-femto-v2: keep cfg_ahb_clk enabled during runtime suspend - b6132813be93 phy: qcom-snps: correct struct qcom_snps_hsphy kerneldoc - 3a5dbdc53a5f phy: phy-mtk-dp: Fix an error code in probe() - 15c94c3151d9 drm/amd/display: Prevent vtotal from being set to 0 - d5741133e6e2 drm/amd/display: Fix possible underflow for displays with large vblank - 342ec1696d2d drm/amd/display: update extended blank for dcn314 onwards - 27931ea53ce5 drm/amd/display: Add FAMS validation before trying to use it - 6415d5de13f5 drm/amd/display: fix dc/core/dc.c kernel-doc - 549f20581996 drm/amd/display: Rework comments on dc file - 4eed29e8a8fd maple_tree: fix 32 bit mas_next testing - 1b6e8744ed7c maple_tree: add __init and __exit to test module - cba7ddf552bb test_maple_tree: test modifications while iterating - a6e2a0e4144c tracing/probes: Fix to record 0-length data_loc in fetch_store_string*() if fails - bee994668855 Revert "tracing: Add "(fault)" name injection to kernel probes" - f3baa42afeea tracing: Allow synthetic events to pass around stacktraces - d92ee6bce196 tracing/probes: Fix to avoid double count of the string length on the array - 16cc22202611 tracing/probes: Add symstr type for dynamic events - f5ded0c11d4b mptcp: do not rely on implicit state check in mptcp_listen() - fbe9fa195ef2 mptcp: introduce 'sk' to replace 'sock->sk' in mptcp_listen() - cde7f2fd6323 arm64: errata: Mitigate Ampere1 erratum AC03_CPU_38 at stage-2 - eb1de0a2347c KVM: arm64: Condition HW AF updates on config option - 17e188e0feb0 drm/ttm: never consider pinned BOs for eviction&swap - a7451c38e15b tty: fix hang on tty device with no_room set - 72deb1755011 n_tty: Rename tail to old_tail in n_tty_read() - e9c44738cb1f drm/ttm: Don't leak a resource on eviction error - 3a8f9b8ccf2b drm/ttm: Don't print error message if eviction was interrupted - 76fcfc6ae3a6 drm/amd/display: Set minimum requirement for using PSR-SU on Phoenix - f8b61a2c29fc drm/amd/display: Set minimum requirement for using PSR-SU on Rembrandt - 41c666e2b751 drm/amd/display: Update correct DCN314 register header - 8f0582fb6d0e drm/amd/display: fix dcn315 single stream crb allocation - 38fa05cad9df drm/amd/display: add pixel rate based CRB allocation support - ad8c20954406 drm/amd/display: fix unbounded requesting for high pixel rate modes on dcn315 - acba20a5b2c8 drm/amd/display: use low clocks for no plane configs - 8d515d39d800 drm/amd/display: add ODM case when looking for first split pipe - 3a88351318bb drm/amd/display: Use min transition for all SubVP plane add/remove - a5397c85f0b8 drm/amd/display: Include surface of unaffected streams - d5b3e4cf9942 drm/amd/display: Copy DC context in the commit streams - 4efb2d22003f drm/amd/display: Enable new commit sequence only for DCN32x - bc2c7003888b drm/amd/display: Rework context change check - 810329d3d418 drm/amd/display: Check if link state is valid - f1edb2f58adb drm/amd/display: add FB_DAMAGE_CLIPS support - ed92b595af43 PCI: rockchip: Don't advertise MSI-X in PCIe capabilities - 7b65231b65cc PCI: rockchip: Fix window mapping and address translation for endpoint - 3b117fd8cf43 PCI: rockchip: Remove writes to unused registers - 13b9c5f6059f PCI/ASPM: Avoid link retraining race - 4d1cd90cea2e PCI/ASPM: Factor out pcie_wait_for_retrain() - 8dfeae80825f PCI/ASPM: Return 0 or -ETIMEDOUT from pcie_retrain_link() - ecd9da1d0599 MIPS: Loongson: Fix build error when make modules_install - 3fac9a39f8bb MIPS: Loongson: Move arch cflags to MIPS top level Makefile - 70957ae16093 i2c: nomadik: Remove a useless call in the remove function - a9be061237aa i2c: nomadik: Use devm_clk_get_enabled() - 82dee5b2586c i2c: nomadik: Remove unnecessary goto label - 1dc23fb83b71 i2c: Improve size determinations - 38a8983ae1d0 i2c: Delete error messages for failed memory allocations - 7b7291ab2912 btrfs: fix race between quota disable and relocation - 44e2afbf650f gpio: mvebu: fix irq domain leak - 8ee94aab9970 gpio: mvebu: Make use of devm_pwmchip_add - 19156bcb881c pwm: Add a stub for devm_pwmchip_add() - b2d8ac988f3c gpio: tps68470: Make tps68470_gpio_output() always set the initial value - 04f7d4917471 io_uring: don't audit the capability check in io_uring_create() - 017f686bcb53 KVM: s390: pv: fix index value of replaced ASCE - e8df12986066 powerpc/pseries/vas: Hold mmap_mutex after mmap lock during window close - 557ea2ff0519 blk-mq: Fix stall due to recursive flush plug - 0935bbbf6e5a jbd2: Fix wrongly judgement for buffer head removing while doing checkpoint - 6e385845eea1 drm/amd: Align SMU11 SMU_MSG_OverridePcieParameters implementation with SMU13 - 32631ac27c91 drm/amd: Move helper for dynamic speed switch check out of smu13 - 53dd2ca2c02f ovl: fix null pointer dereference in ovl_permission() - a9174f0d7add drm/amd/display: Keep PHY active for dp config - 2bb912161697 platform/x86/amd/pmf: reduce verbosity of apmf_get_system_params - fd14866ebedd platform/x86/amd/pmf: Notify OS power slider update - b068314fd8ce netfilter: nf_tables: fix underflow in chain reference counter - 35651fde1a7b netfilter: nf_tables: fix underflow in object reference counter - d2a6dc4eaf6d Linux 6.1.42 - 1d4607f2a50c Revert "drm/amd/display: edp do not add non-edid timings" - 2f2ba3c16230 drm/amd/display: Add polling method to handle MST reply packet - 78ea2ed76ce9 drm/amd/display: fix linux dp link lost handled only one time - b31143b0fbbd drm/amd/display: Clean up errors & warnings in amdgpu_dm.c - c14702daf1f5 drm/amd/display: force connector state when bpc changes during compliance - 00f68f5c1be1 drm/dp_mst: Clear MSG_RDY flag before sending new message - c085ffaf67db drm/amd/display: fix some coding style issues - 374735cbe2f1 drm/amd/display: use max_dsc_bpp in amdgpu_dm - 268bfb378256 selftests/bpf: Fix sk_assign on s390x - fd1e31d1bcb7 selftests/bpf: Workaround verification failure for fexit_bpf2bpf/func_replace_return_code - a7c1eb9cb86f selftests/bpf: make test_align selftest more robust - 4c8f30a2ad94 bpf: aggressively forget precise markings during state checkpointing - 8b57a37d0ee7 bpf: stop setting precise in current state - 56675ddcb011 bpf: allow precision tracking for programs with subprogs - dd33fbe4af2c scripts/kallsyms: update the usage in the comment block - 5fab8c91e59c scripts/kallsyms.c Make the comment up-to-date with current implementation - 320f980bc0bb kallsyms: add kallsyms_seqs_of_names to list of special symbols - 7531eb07b254 spi: dw: Remove misleading comment for Mount Evans SoC - 70a3015683b0 drm/ttm: fix bulk_move corruption when adding a entry - 61622fa37914 tracing/histograms: Return an error if we fail to add histogram to hist_vars list - bae17da3ae4c jbd2: recheck chechpointing non-dirty buffer - b9f0f20ab014 net: phy: prevent stale pointer dereference in phy_init() - f311c7680014 tcp: annotate data-races around fastopenq.max_qlen - 01a1563a09c0 tcp: annotate data-races around icsk->icsk_user_timeout - 918a1beb0abf tcp: annotate data-races around tp->notsent_lowat - b02f8fce7cc5 tcp: annotate data-races around rskq_defer_accept - 17c3d7583399 tcp: annotate data-races around tp->linger2 - e63939720243 tcp: annotate data-races around icsk->icsk_syn_retries - d27a1aa37e32 tcp: annotate data-races around tp->keepalive_probes - 161b069389dd tcp: annotate data-races around tp->keepalive_intvl - 87b8466eb0cd tcp: annotate data-races around tp->keepalive_time - 2c84a3d78ad8 tcp: annotate data-races around tp->tsoffset - 949eb838803a tcp: annotate data-races around tp->tcp_tx_delay - 0d4d6b083da9 Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_remove_adv_monitor() - e969bfed84c1 Bluetooth: ISO: fix iso_conn related locking and validity issues - 59bd1e476bbc Bluetooth: hci_event: call disconnect callback before deleting conn - 13ad45ad14df Bluetooth: use RCU for hci_conn_params and iterate safely in hci_sync - e18922ce3e31 netfilter: nf_tables: skip bound chain on rule flush - ec3e856075c5 netfilter: nf_tables: skip bound chain in netns release path - 90c3955beb85 netfilter: nft_set_pipapo: fix improper element removal - f372992820be netfilter: nf_tables: can't schedule in nft_chain_validate - 6026fa4f4702 netfilter: nf_tables: fix spurious set element insertion failure - c1dc350a371a ALSA: hda/realtek: Fix generic fixup definition for cs35l41 amp - 050c24656a94 llc: Don't drop packet from non-root netns. - 50e4b32d2e58 fbdev: au1200fb: Fix missing IRQ check in au1200fb_drv_probe - a44ff125731f Revert "tcp: avoid the lookup process failing to get sk in ehash table" - d1a4d697a9ec net:ipv6: check return value of pskb_trim() - 205bad1b3042 net: ipv4: Use kfree_sensitive instead of kfree - fac47182d3c2 tcp: annotate data-races around tcp_rsk(req)->ts_recent - aa32235da43c tcp: annotate data-races around tcp_rsk(req)->txhash - f62a00b7d135 net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECV - 1d8e3ec4f0a6 igc: Prevent garbled TX queue with XDP ZEROCOPY - c0268bc0d7ad igc: Avoid transmit queue timeout for XDP - bb6ae775ff7f bpf, arm64: Fix BTI type used for freplace attached functions - 8620c53ced63 bpf: Repeat check_max_stack_depth for async callbacks - d55ff358b049 bpf: Fix subprog idx logic in check_max_stack_depth - c355f3a27b11 octeontx2-pf: Dont allocate BPIDs for LBK interfaces - 0f56bfe19aa6 security: keys: Modify mismatched function name - 3fc081edddf3 iavf: fix reset task race with iavf_remove() - 2647ff59c52e iavf: fix a deadlock caused by rtnl and driver's lock circular dependencies - 9743519240c6 iavf: Wait for reset in callbacks which trigger it - f43ab442a8eb iavf: make functions static where possible - 9e36533d666d iavf: send VLAN offloading caps once after VFR - 5d1c0ac33d81 iavf: Move netdev_update_features() into watchdog task - 6d9d01689b82 iavf: use internal state to free traffic IRQs - 6e1d8f133207 iavf: Fix out-of-bounds when setting channels on remove - ca12b98e04b5 iavf: Fix use-after-free in free_netdev - ce3ec3fc64e0 net: dsa: microchip: correct KSZ8795 static MAC table access - 54830adfd9a5 net: dsa: microchip: ksz8_r_sta_mac_table(): Avoid using error code for empty entries - 8a60427c8abd net: dsa: microchip: ksz8: Make ksz8_r_sta_mac_table() static - e4820a764e95 net: dsa: microchip: ksz8: Separate static MAC table operations for code reuse - 155f59453414 net: sched: cls_bpf: Undo tcf_bind_filter in case of an error - 2256b27f542b net: sched: cls_u32: Undo refcount decrement in case update failed - a9345793469b net: sched: cls_u32: Undo tcf_bind_filter if u32_replace_hw_knode - fa753f865677 net: sched: cls_matchall: Undo tcf_bind_filter in case of failure after mall_set_parms - 813572a08d49 ASoC: SOF: ipc3-dtrace: uninitialized data in dfsentry_trace_filter_write() - c55901d381a2 cifs: fix mid leak during reconnection after timeout threshold - 855643c8d289 net: ethernet: mtk_eth_soc: handle probe deferral - 6924f3c89846 bridge: Add extack warning when enabling STP in netns. - 3325b8ddfe29 net: ethernet: ti: cpsw_ale: Fix cpsw_ale_get_field()/cpsw_ale_set_field() - 4148d6c766c4 dsa: mv88e6xxx: Do a final check before timing out - f4c0a6b8ce17 kallsyms: strip LTO-only suffixes from promoted global functions - 5004d383fe8c kallsyms: Correctly sequence symbols when CONFIG_LTO_CLANG=y - 28fdfda791d4 kallsyms: Improve the performance of kallsyms_lookup_name() - c401b72836ca spi: s3c64xx: clear loopback bit after loopback test - 9c85f71d3fc8 btrfs: be a bit more careful when setting mirror_num_ret in btrfs_map_block - 08bdd70974a8 perf build: Fix library not found error when using CSLIBS - 6aa851f6276f fbdev: imxfb: Removed unneeded release_mem_region - e7bb9436ea97 fbdev: imxfb: warn about invalid left/right margin - 7a2d80a8c24a spi: bcm63xx: fix max prepend length - 6af800f91747 pinctrl: renesas: rzg2l: Handle non-unique subnode names - be087281dc79 pinctrl: renesas: rzv2m: Handle non-unique subnode names - 92cc0153324b sched/psi: use kernfs polling functions for PSI trigger polling - d5dca1977685 sched/psi: Allow unprivileged polling of N*2s period - fb4bc32fc1be sched/psi: Extract update_triggers side effect - c1623d4d0bef sched/psi: Rename existing poll members in preparation - c176dda0a6a6 sched/psi: Rearrange polling code in preparation - 7d8bba4da1a8 sched/psi: Fix avgs_work re-arm in psi_avgs_work() - 45f739e8fb34 sched/fair: Use recent_used_cpu to test p->cpus_ptr - 6ede0d0f8865 ASoC: qcom: q6apm: do not close GPR port before closing graph - 5da98d0438bd ASoC: codecs: wcd938x: fix dB range for HPHL and HPHR - e3495bc99464 ASoC: codecs: wcd938x: fix mbhc impedance loglevel - 3122e90b5cb0 ASoC: amd: acp: fix for invalid dai id handling in acp_get_byte_count() - da64c8889fcd net: hns3: fix strncpy() not using dest-buf length as length issue - 39695e87d86f igb: Fix igb_down hung on surprise removal - 6887f3588171 wifi: iwlwifi: pcie: add device id 51F1 for killer 1675 - 6862557e9afe wifi: iwlwifi: mvm: avoid baid size integer overflow - a46a62491460 wifi: iwlwifi: Add support for new PCI Id - 8e0a94e31ade wifi: wext-core: Fix -Wstringop-overflow warning in ioctl_standard_iw_point() - 408d40c729cb devlink: report devlink_port_type_warn source device - 0d1426415522 net: ethernet: litex: add support for 64 bit stats - 86f9330a49d1 wifi: ath11k: fix memory leak in WMI firmware stats - 766e606536b9 spi: dw: Add compatible for Intel Mount Evans SoC - d0124848c794 wifi: mac80211_hwsim: Fix possible NULL dereference - 8656b31d2efd wifi: ath11k: add support default regdb while searching board-2.bin for WCN6855 - 4e291a07af77 bpf: tcp: Avoid taking fast sock lock in iterator - c006fe361cfd bpf: Address KCSAN report on bpf_lru_list - 10fa03a9c1bc bpf: Print a warning only if writing to unprivileged_bpf_disabled. - 8d1342108c2b wifi: ath11k: fix registration of 6Ghz-only phy without the full channel range - 78a5f711efce sched/fair: Don't balance task to its current running CPU - 896f4d6046b3 rcu: Mark additional concurrent load from ->cpu_no_qs.b.exp - 9027d69221ff rcu-tasks: Avoid pr_info() with spin lock in cblist_init_generic() - e055d0ec8809 ACPI: video: Add backlight=native DMI quirk for Dell Studio 1569 - aa7cdf487ab3 FS: JFS: Check for read-only mounted filesystem in txBegin - 3e5eb6c5ecd8 FS: JFS: Fix null-ptr-deref Read in txBegin - da0a7c697595 MIPS: dec: prom: Address -Warray-bounds warning - bdf07ab1595b fs: jfs: Fix UBSAN: array-index-out-of-bounds in dbAllocDmapLev - a68241498093 udf: Fix uninitialized array access for some pathnames - cce9107c315f ovl: check type and offset of struct vfsmount in ovl_entry - 5228d4d50528 HID: add quirk for 03f0:464a HP Elite Presenter Mouse - 6432843debe1 quota: fix warning in dqgrab() - 1f2ec87f4ab8 quota: Properly disable quotas when add_dquot_ref() fails - 2a97ec78092f ALSA: emu10k1: roll up loops in DSP setup code for Audigy - 2e1be420b869 drm/radeon: Fix integer overflow in radeon_cs_parser_init - 0ca376853412 ext4: correct inline offset when handling xattrs in inode body - aba8f85eca81 ASoC: codecs: wcd938x: fix soundwire initialisation race - 1a261a4193b5 ASoC: codecs: wcd938x: fix codec initialisation race - 8b11d2f0e525 ASoC: codecs: wcd934x: fix resource leaks on component remove - bb241ae928c6 ASoC: codecs: wcd938x: fix missing mbhc init error handling - 4eac89ffc510 ASoC: codecs: wcd938x: fix resource leaks on component remove - c584b5eca3fb ASoC: tegra: Fix AMX byte map - d55fc2bdaaa8 ASoC: qdsp6: audioreach: fix topology probe deferral - 17feff71d06c ASoC: codecs: wcd-mbhc-v2: fix resource leaks on component remove - b0fbf3c353af ASoC: codecs: wcd938x: fix missing clsh ctrl error handling - 1dd61a5b5cca ASoC: cs42l51: fix driver to properly autoload with automatic module loading - 0e3cf6432466 ASoC: rt5640: Fix sleep in atomic context - e5b2389e04d9 ASoC: tegra: Fix ADX byte map - 24bed70aa617 ASoC: fsl_sai: Revert "ASoC: fsl_sai: Enable MCTL_MCLK_EN bit for master mode" - 651881287770 ASoC: fsl_sai: Disable bit clock with transmitter - b9741ba942f3 drm/amd/display: Keep PHY active for DP displays on DCN31 - 889bac5fd796 drm/amd/display: check TG is non-null before checking if enabled - 9f28e8c2be1e drm/amd/display: Disable MPC split by default on special asic - 438542074174 drm/amd/display: only accept async flips for fast updates - 917bef37cfac drm/client: Fix memory leak in drm_client_modeset_probe - b5359d7a5087 drm/client: Fix memory leak in drm_client_target_cloned - 91bd7acf89cb drm/amdgpu/pm: make mclk consistent for smu 13.0.7 - 0b4f3d9a5c8a drm/amdgpu/pm: make gfxclock consistent for sienna cichlid - 13cb7bfbccb5 drm/amdgpu/vkms: relax timer deactivation by hrtimer_try_to_cancel - 19e7b9f1f7e1 dma-buf/dma-resv: Stop leaking on krealloc() failure - 25ad24969941 selftests: tc: add ConnTrack procfs kconfig - 54950747d5e7 can: gs_usb: gs_can_open(): improve error handling - 995f47d76647 can: bcm: Fix UAF in bcm_proc_show() - a2d31762d73b can: mcp251xfd: __mcp251xfd_chip_set_mode(): increase poll timeout - aa5cf8bd1318 arm64/fpsimd: Ensure SME storage is allocated after SVE VL changes - 3e463a4f3801 regmap: Account for register length in SMBus I/O limits - ef7ad397fb8c of: Preserve "of-display" device name for compatibility - f16c2eb6945b regmap: Drop initial version of maximum transfer length fixes - efeac348cdc2 selftests: tc: add 'ct' action kconfig dep - 4986dd1b5132 selftests: tc: set timeout to 15 minutes - ddf7e8984c83 btrfs: fix race between balance and cancel/pause - c828e913c8dc fuse: ioctl: translate ENOSYS in outarg - c35ea6061962 btrfs: zoned: fix memory leak after finding block group with super blocks - 0a5e0bc8e861 btrfs: set_page_extent_mapped after read_folio in btrfs_cont_expand - 549f5093e9d6 fuse: Apply flags2 only when userspace set the FUSE_INIT_EXT - af6d1fc5b8a6 fuse: revalidate: don't invalidate if interrupted - 89e994688e96 btrfs: fix warning when putting transaction with qgroups enabled after abort - c1b3d1a9c6be perf probe: Add test for regression introduced by switch to die_get_decl_file() - 00edfa6d4fe0 keys: Fix linking a duplicate key to a keyring's assoc_array - 4984a10a21c6 maple_tree: fix node allocation testing on 32 bit - 85718972b004 maple_tree: set the node limit when creating a new root node - e0c3e25cfc57 ALSA: hda/realtek: Enable Mute LED on HP Laptop 15s-eq2xxx - 0f493b5bfe37 ALSA: hda/realtek: Add quirk for Clevo NS70AU - 7ed4e5297390 ALSA: hda/realtek - remove 3k pull low procedure - 1b87f546a035 io_uring: treat -EAGAIN for REQ_F_NOWAIT as final for io-wq - 5302e81aa209 Linux 6.1.41 - ed9b87010aa8 x86/cpu/amd: Add a Zenbleed fix - 5fc203d8d3ed x86/cpu/amd: Move the errata checking functionality up - 75389113731b Linux 6.1.40 - 9879d6e1ca87 net/ncsi: change from ndo_set_mac_address to dev_set_mac_address - e2c3356907a5 net/ncsi: make one oem_gma function for all mfr id - e4a0e09b79bd drm/atomic: Fix potential use-after-free in nonblocking commits - d34a3470ed40 net/sched: sch_qfq: reintroduce lmax bound check for MTU - ff06cd411aa0 swiotlb: mark swiotlb_memblock_alloc() as __init - d64b70df23e8 Revert "drm/amd: Disable PSR-SU on Parade 0803 TCON" - fbfb6b7cb2f7 MIPS: kvm: Fix build error with KVM_MIPS_DEBUG_COP0_COUNTERS enabled - fec55ec03545 scsi: qla2xxx: Fix end of loop test - f459d586fdf1 scsi: qla2xxx: Remove unused nvme_ls_waitq wait queue - b06d1b525364 scsi: qla2xxx: Pointer may be dereferenced - b88b1241fb1c scsi: qla2xxx: Correct the index of array - e466930717ef scsi: qla2xxx: Check valid rport returned by fc_bsg_to_rport() - ce2cdbe530b0 scsi: qla2xxx: Fix potential NULL pointer dereference - 2dddbf8de128 scsi: qla2xxx: Fix buffer overrun - 477bc74ad1ad scsi: qla2xxx: Avoid fcport pointer dereference - 2b3bdef089b9 scsi: qla2xxx: Array index may go out of bound - d994ac7c7842 scsi: qla2xxx: Fix mem access after free - 90770dad1eb3 scsi: qla2xxx: Wait for io return on terminate rport - 1802e5d0988a scsi: qla2xxx: Fix hang in task management - 35985b0741c1 scsi: qla2xxx: Fix task management cmd fail due to unavailable resource - 843665c4266d scsi: qla2xxx: Fix task management cmd failure - ff92567d906e scsi: qla2xxx: Multi-que support for TMF - 95e34129f37e tracing/user_events: Fix struct arg size match check - a95c1fede27d tracing/probes: Fix to update dynamic data counter if fetcharg uses it - 837f92d27f55 tracing/probes: Fix not to count error code to total length - 2f41d35b58c8 selftests: mptcp: pm_nl_ctl: fix 32-bit support - ee352299a678 selftests: mptcp: depend on SYN_COOKIES - 08daab11f344 selftests: mptcp: userspace_pm: report errors with 'remove' tests - 4098a4318298 selftests: mptcp: userspace_pm: use correct server port - c118baa05fb9 selftests: mptcp: sockopt: return error if wrong mark - 671486793f72 selftests: mptcp: connect: fail if nft supposed to work - 938d5b7a75e1 tracing: Fix null pointer dereference in tracing_err_log_open() - fbcd0c2b569f fprobe: Ensure running fprobe_exit_handler() finished before calling rethook_free() - ce3ec57faff5 fprobe: Release rethook after the ftrace_ops is unregistered - 2e9a46e46786 pwm: meson: fix handling of period/duty if greater than UINT_MAX - ba1ede19e601 pwm: meson: modify and simplify calculation in meson_pwm_get_state - 9a2c57fd3284 PM: QoS: Restore support for default value on frequency QoS - 15ec83da4311 perf/x86: Fix lockdep warning in for_each_sibling_event() on SPR - 22fc9fd72307 xtensa: ISS: fix call to split_if_spec - 6a05de6da58a cifs: if deferred close is disabled then close files immediately - bd8cd38d3ac6 drm/amd/pm: conditionally disable pcie lane/speed switching for SMU13 - 11dc77a645b7 drm/amd/pm: share the code around SMU13 pcie parameters update - 99fe81d219df ftrace: Fix possible warning on checking all pages used in ftrace_process_locs() - 8b0b63fdac6b ring-buffer: Fix deadloop issue on reading trace_pipe - 90947ebf8794 net: ena: fix shift-out-of-bounds in exponential backoff - b1a726ad33e5 regmap-irq: Fix out-of-bounds access when allocating config buffers - aeb62beaf9cb perf: RISC-V: Remove PERF_HES_STOPPED flag checking in riscv_pmu_start() - e2c7a05a48e5 samples: ftrace: Save required argument registers in sample trampolines - 9d6a260bbfbc nvme: don't reject probe due to duplicate IDs for single-ported PCIe devices - be970e22c53d tracing: Fix memory leak of iter->temp when reading trace_pipe - 5fd32eb6fa0a tracing/histograms: Add histograms to hist_vars if they have referenced variables - 0a1dc6377afc dm: verity-loadpin: Add NULL pointer check for 'bdev' parameter - 08aaeda414f7 s390/decompressor: fix misaligned symbol build error - 2ebf4ddcc657 bus: ixp4xx: fix IXP4XX_EXP_T1_MASK - 599c0ebdb5cc Revert "8250: add support for ASIX devices with a FIFO bug" - 801daff00780 soundwire: qcom: fix storing port config out-of-bounds - 76ab057de777 opp: Fix use-after-free in lazy_opp_tables after probe deferral - be06ffa8f4ac meson saradc: fix clock divider mask length - 610ddd79fc6a xhci: Show ZHAOXIN xHCI root hub speed correctly - 892ef7593000 xhci: Fix TRB prefetch issue of ZHAOXIN hosts - 8e273a2190b5 xhci: Fix resume issue of some ZHAOXIN hosts - 829361479860 ceph: don't let check_caps skip sending responses for revoke msgs - 0471d907d8c1 ceph: fix blindly expanding the readahead windows - d545ff97cf43 ceph: add a dedicated private data for netfs rreq - 183c0ae4fafc libceph: harden msgr2.1 frame segment length checks - cb8a31a56df8 firmware: stratix10-svc: Fix a potential resource leak in svc_create_memory_pool() - 5553d587a371 tty: serial: imx: fix rs485 rx after tx - f0bf102ef9b0 tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() when iterating clk - 34f5b826dd50 tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() in case of error - 9fd9e1d09878 serial: atmel: don't enable IRQs prematurely - f037f6038736 drm/ttm: Don't leak a resource on swapout move error - fe26d0fa9408 drm/amdgpu: avoid restore process run into dead loop. - 8404d0e274ac drm/amd/display: Add monitor specific edid quirk - 7ad40467fdfb drm/amd/display: Correct `DMUB_FW_VERSION` macro - ad85fc99d638 drm/amd/display: add a NULL pointer check - 3092beeb25dc drm/amd: Disable PSR-SU on Parade 0803 TCON - 91e69e67d401 drm/amdgpu: fix clearing mappings for BOs that are always valid in VM - 3546f76c7ad8 drm/amd/display: disable seamless boot if force_odm_combine is enabled - a2ef3163c360 drm/amd/display: Remove Phantom Pipe Check When Calculating K1 and K2 - c4629c757528 drm/amd/display: edp do not add non-edid timings - 31fb25ecbba6 drm/amd/display: fix seamless odm transitions - c41963e50a55 drm/rockchip: vop: Leave vblank enabled in self-refresh - db0a9a29912c drm/atomic: Allow vblank-enabled + self-refresh "disable" - 6436ca035bcc scsi: lpfc: Fix double free in lpfc_cmpl_els_logo_acc() caused by lpfc_nlp_not_used() - 7adcc32eb523 fs: dlm: fix mismatch of plock results from userspace - adeaef5a00dc fs: dlm: make F_SETLK use unkillable wait_event - 2a37d73395a5 fs: dlm: interrupt posix locks only when process is killed - a1b6adf4b180 fs: dlm: fix cleanup pending ops when interrupted - 3346ffdee42b fs: dlm: return positive pid value for F_GETLK - be19cb671651 dm init: add dm-mod.waitfor to wait for asynchronously probed block devices - e30128926a0f md/raid0: add discard support for the 'original' layout - 31df8b9609f3 mfd: pm8008: Fix module autoloading - 7ef181f84ef3 misc: pci_endpoint_test: Re-init completion for every test - c2dba13bc0c6 misc: pci_endpoint_test: Free IRQs before removing the device - 0813bb2f2cb8 PCI: rockchip: Set address alignment for endpoint mode - 5b15ebec5697 PCI: rockchip: Use u32 variable to access 32-bit registers - 1a48294ade5c PCI: rockchip: Fix legacy IRQ generation for RK3399 PCIe endpoint core - dfd20ebcae84 PCI: rockchip: Add poll and timeout to wait for PHY PLLs to be locked - 05f55f7530e2 PCI: rockchip: Write PCI Device ID to correct register - b2e2ffbfd341 PCI: rockchip: Assert PCI Configuration Enable bit after probe - 07d997ef1052 PCI: epf-test: Fix DMA transfer completion detection - bcd276f1431e PCI: epf-test: Fix DMA transfer completion initialization - cf0d7b72707d PCI: qcom: Disable write access to read only registers for IP v2.3.3 - c459365ec7ba PCI: Add function 1 DMA alias quirk for Marvell 88SE9235 - 465c195e86f3 PCI: Release resource invalidated by coalescing - 3367d4be9b19 PCI/PM: Avoid putting EloPOS E2/S2/H2 PCIe Ports in D3cold - 25cb64ecc384 s390/zcrypt: do not retry administrative requests - 026e46d26aaf scsi: mpi3mr: Propagate sense data for admin queue SCSI I/O - b933df9dda01 dm integrity: reduce vmalloc space footprint on 32-bit architectures - ef709350ef0b hwrng: imx-rngc - fix the timeout for init and self check - c7feb54b1138 jfs: jfs_dmap: Validate db_l2nbperpage while mounting - 9e54fd14bd14 ext2/dax: Fix ext2_setsize when len is page aligned - 33f8dff6e1cb soc: qcom: mdt_loader: Fix unconditional call to scm_pas_mem_setup - 5dc507de0c8d fs: dlm: revert check required context while close - 95d49f79e94d ext4: only update i_reserved_data_blocks on successful block allocation - deef86fa3005 ext4: turn quotas off if mount failed after enabling quotas - 029c6b106f49 ext4: fix to check return value of freeze_bdev() in ext4_shutdown() - e861961f3a50 ext4: fix wrong unit use in ext4_mb_new_blocks - 2038d35749c7 ext4: get block from bh in ext4_free_blocks for fast commit replay - 782166ac858a ext4: fix wrong unit use in ext4_mb_clear_bb - 0a90e70efa6a ext4: Fix reusing stale buffer heads from last failed mounting - bd9cf2a5f9e1 MIPS: KVM: Fix NULL pointer dereference - d56b7a43a2e0 MIPS: Loongson: Fix cpu_probe_loongson() again - 58d1c81307d2 powerpc/64s: Fix native_hpte_remove() to be irq-safe - 484b8fb1ffb5 powerpc/security: Fix Speculation_Store_Bypass reporting on Power10 - 23ab732b961f misc: fastrpc: Create fastrpc scalar with correct buffer count - 16eceb395994 powerpc: Fail build if using recordmcount with binutils v2.37 - 5aea2ac37456 tracing/user_events: Fix incorrect return value for writing operation when events are disabled - a4336343ea36 kasan: add kasan_tag_mismatch prototype - 6d806841f111 net: phy: dp83td510: fix kernel stall during netboot in DP83TD510E PHY driver - eac0aac07f6a net: bcmgenet: Ensure MDIO unregistration has clocks enabled - de67dadd5cb3 mtd: rawnand: meson: fix unaligned DMA buffers handling - bb4e824d6b11 tpm: return false from tpm_amd_is_rng_defective on non-x86 platforms - ad249709d274 tpm: tis_i2c: Limit write bursts to I2C_SMBUS_BLOCK_MAX (32) bytes - f5a734a689e8 tpm: tis_i2c: Limit read bursts to I2C_SMBUS_BLOCK_MAX (32) bytes - 99b998fb9d7d tpm: tpm_vtpm_proxy: fix a race condition in /dev/vtpmx creation - 00283137001f tpm: Do not remap from ACPI resources again for Pluton TPM - 6d8488509eba pinctrl: amd: Unify debounce handling into amd_pinconf_set() - dce19c966d4d pinctrl: amd: Drop pull up select configuration - 326b3f17bee8 pinctrl: amd: Use amd_pinconf_set() for all config options - 3cadcab402e1 pinctrl: amd: Only use special debounce behavior for GPIO 0 - 57f6d48af46f pinctrl: amd: Revert "pinctrl: amd: disable and mask interrupts on probe" - 1cd1a0151fde pinctrl: amd: Detect and mask spurious interrupts - 15165187947c pinctrl: amd: Fix mistake in handling clearing pins at startup - 8a2d8e17c731 pinctrl: amd: Detect internal GPIO0 debounce handling - 4484ce0e4928 pinctrl: amd: Add fields for interrupt status and wake status - a56afed6d5a4 pinctrl: amd: Adjust debugfs output - 03590f9be9b9 pinctrl: amd: Add Z-state wake control bits - a996fec74c38 f2fs: fix deadlock in i_xattr_sem and inode page lock - 2cb10f4e6cca f2fs: fix the wrong condition to determine atomic context - 13e8af958cfa drm/amd/pm: add abnormal fan detection for smu 13.0.0 - e8b6b7b81325 drm/amdgpu: Fix minmax warning - d7d53c669da9 drm/amdgpu: add the fan abnormal detection feature - c8c703befd2f drm/amd/pm: revise the ASPM settings for thunderbolt attached scenario - 4596c812916a drm/amdgpu/sdma4: set align mask to 255 - 7c880188c710 drm/client: Send hotplug event after registering a client - 40e2ed0e562a cifs: fix session state check in smb2_find_smb_ses - c4a5fb1ae5d3 ovl: fix null pointer dereference in ovl_get_acl_rcu() - 06b3f0bf418a ovl: let helper ovl_i_path_real() return the realinode - 000a9a72efa4 fs/ntfs3: Check fields while reading - bf2f2c059f17 nvme-pci: fix DMA direction of unmapping integrity data - 70feebdbfad8 net/sched: sch_qfq: account for stab overhead in qfq_enqueue - 4b3383682405 net/sched: sch_qfq: refactor parsing of netlink parameters - 0aec8dab2be6 wifi: rtw89: debug: fix error code in rtw89_debug_priv_send_h2c_set() - 3d1dc71b8f76 net/sched: make psched_mtu() RTNL-less safe - 1c806e406627 netdevsim: fix uninitialized data in nsim_dev_trap_fa_cookie_write() - 1b125be4e001 riscv: mm: fix truncation warning on RV32 - 174cfa0317df net/sched: flower: Ensure both minimum and maximum ports are specified - b11a9b4f28cb bpf: cpumap: Fix memory leak in cpu_map_update_elem - 4719576d6ed6 wifi: airo: avoid uninitialized warning in airo_get_rate() - 9e6474e5d70c erofs: fix fsdax unavailability for chunk-based regular files - dc8158a95fd7 erofs: avoid infinite loop in z_erofs_do_read_page() when reading beyond EOF - 83879f72e055 erofs: avoid useless loops in z_erofs_pcluster_readmore() when reading beyond EOF - 27272795a72c octeontx2-pf: Add additional check for MCAM rules - 5a9aecb6651c drm/i915: Fix one wrong caching mode enum usage - f1e746aedd7d drm/i915: Don't preserve dpll_hw_state for slave crtc in Bigjoiner - ba05762e4a5c riscv, bpf: Fix inconsistent JIT image generation - 13a30e22eac3 nvme: fix the NVME_ID_NS_NVM_STS_MASK definition - 66afb6a54e44 igc: Fix inserting of empty frame for launchtime - 1b87509ef6ad igc: Fix launchtime before start of cycle - f92a82dc486a kernel/trace: Fix cleanup logic of enable_trace_eprobe - 7772d5c44011 platform/x86: wmi: Break possible infinite loop when parsing GUID - 89726b030373 net: dsa: qca8k: Add check for skb_copy - 436b7cc7eae7 ipv6/addrconf: fix a potential refcount underflow for idev - 5554414227db NTB: ntb_tool: Add check for devm_kcalloc - 8d7b8758665b NTB: ntb_transport: fix possible memory leak while device_register() fails - bece67815ab4 ntb: intel: Fix error handling in intel_ntb_pci_driver_init() - d4317d41f000 NTB: amd: Fix error handling in amd_ntb_pci_driver_init() - 4e5daadf8cd0 ntb: idt: Fix error handling in idt_pci_driver_init() - 360db93beb8f udp6: fix udp6_ehashfn() typo - 1462e9d9aa52 icmp6: Fix null-ptr-deref of ip6_null_entry->rt6i_idev in icmp6_dev(). - 1731234e8b60 net: prevent skb corruption on frag list segmentation - 685b57a1221c net: bgmac: postpone turning IRQs off to avoid SoC hangs - dc470466753a ionic: remove WARN_ON to prevent panic_on_warn - 6cc293d29c8f octeontx2-af: Move validation of ptp pointer before its usage - bb56b7905b7d octeontx2-af: Promisc enable/disable through mbox - 2b4086a66abd gve: Set default duplex configuration to full - c91fb29bb07e net/sched: cls_fw: Fix improper refcount update leads to use-after-free - 831fbc206529 net: mvneta: fix txq_map in case of txq_number==1 - b2e74dedb057 bpf: Fix max stack depth check for async callbacks - 714d81a5c49f scsi: ufs: ufs-mediatek: Add dependency for RESET_CONTROLLER - 574d5236a82b scsi: qla2xxx: Fix error code in qla2x00_start_sp() - 49f6ac6f1cde blk-crypto: use dynamic lock class for blk_crypto_profile::lock - d752be635bc4 igc: Handle PPS start time programming for past time values - 246fc961c875 igc: set TP bit in 'supported' and 'advertising' fields of ethtool_link_ksettings - e962fd5933eb net/mlx5e: Check for NOT_READY flag state after locking - 83a8f7337a14 net/mlx5e: fix memory leak in mlx5e_ptp_open - 75df2fe6d160 net/mlx5e: fix memory leak in mlx5e_fs_tt_redirect_any_create - 7ca1914cbd3b net/mlx5e: fix double free in mlx5e_destroy_flow_table - 68b654e9eb5b igc: Remove delay during TX ring configuration - dfaed769b935 ice: Fix max_rate check while configuring TX rate limits - 1294311ce9ad drm/panel: simple: Add Powertip PH800480T013 drm_display_mode flags - fd5b64c1cf41 swiotlb: reduce the number of areas to match actual memory pool size - fc3db7fbdf58 swiotlb: reduce the swiotlb buffer size on allocation failure - 24b24863a012 swiotlb: always set the number of areas before allocating the pool - 02d43b8a4f0a drm/bridge: ti-sn65dsi86: Fix auxiliary bus lifetime - d48029c655e4 drm/panel: simple: Add connector_type for innolux_at043tn24 - ef572ffa8eb4 ksmbd: fix out of bounds read in smb2_sess_setup - 869ef4f2965b ksmbd: add missing compound request handing in some commands - 2d57a1590f4d workqueue: clean up WORK_* constant types, clarify masking - 4b5ab640aafc net: lan743x: Don't sleep in atomic context - 5a45ed1ae34b HID: amd_sfh: Fix for shift-out-of-bounds - d0b30d8e4d25 HID: amd_sfh: Rename the float32 variable - a456e1743881 Linux 6.1.39 - f32dfc802e87 io_uring: Use io_schedule* in cqring wait - c55b552e0b60 sh: hd64461: Handle virq offset for offchip IRQ base and HD64461 IRQ - 0ff5d219eb8a sh: mach-dreamcast: Handle virq offset in cascaded IRQ demux - 5628b9aa3179 sh: mach-highlander: Handle virq offset in cascaded IRL demux - fe7daa313d13 sh: mach-r2d: Handle virq offset in cascaded IRL demux - 899cc8f7989d block/partition: fix signedness issue for Amiga partitions - da012a025f70 tty: serial: fsl_lpuart: add earlycon for imx8ulp platform - 3173bfdf89ac wireguard: netlink: send staged packets when setting initial private key - 561aaadf0d07 wireguard: queueing: use saner cpu selection wrapping - 40f83dd66a82 netfilter: nf_tables: prevent OOB access in nft_byteorder_eval - fc95c8b02c61 netfilter: nf_tables: do not ignore genmask when looking up chain by id - 05561f822f27 netfilter: conntrack: Avoid nf_ct_helper_hash uses after free - f14537333405 netfilter: nf_tables: unbind non-anonymous set if rule construction fails - ad2928e7f3f6 mtd: parsers: refer to ARCH_BCMBCA instead of ARCH_BCM4908 - 1bdcffaa0d2c drm/i915/tc: Fix system resume MST mode restore for DP-alt sinks - 99025116f5c6 drm/i915/tc: Fix TC port link ref init for DP MST during HW readout - eaa0043a8579 drm/i915: Fix TypeC mode initialization during system resume - a02c6dc0eff2 mm/mmap: Fix extra maple tree write - 9222068bc85b xfs: fix xfs_inodegc_stop racing with mod_delayed_work - 1b206852957c xfs: disable reaping in fscounters scrub - 25c1991f9f77 xfs: check that per-cpu inodegc workers actually run on that cpu - f6e37e24007d xfs: explicitly specify cpu when forcing inodegc delayed work to run immediately - 6b7c52f373fb fs: no need to check source - d53879f54b54 blktrace: use inline function for blk_trace_remove() while blktrace is disabled - ab0bd172d628 leds: trigger: netdev: Recheck NETDEV_LED_MODE_LINKUP on dev rename - 9077ec19adc2 ARM: orion5x: fix d2net gpio initialization - 600b51aa44de ARM: dts: qcom: ipq4019: fix broken NAND controller properties override - 9030a7e83632 regulator: tps65219: Fix matching interrupts for their regulators - d9eaa90d7dbb ASoC: mediatek: mt8173: Fix snd_soc_component_initialize error path - 1c9b356bbe99 ASoC: mediatek: mt8173: Fix irq error path - 3929b5dd8fdd btrfs: do not BUG_ON() on tree mod log failure at __btrfs_cow_block() - bc662a1e1f9f btrfs: fix extent buffer leak after tree mod log failure at split_node() - a53d78d9a855 btrfs: fix race when deleting quota root from the dirty cow roots list - 9634e5360bd3 btrfs: reinsert BGs failed to reclaim - d9f1e518ab05 btrfs: add block-group tree to lockdep classes - 3702c5342cf1 btrfs: bail out reclaim process if filesystem is read-only - 856086109515 btrfs: delete unused BGs while reclaiming BGs - 4fadf53fa951 btrfs: add handling for RAID1C23/DUP to btrfs_reduce_alloc_profile - 8fcb478b5508 ipvs: increase ip_vs_conn_tab_bits range for 64BIT - 759e582b1cea usb: typec: ucsi: Mark dGPUs as DEVICE scope - f2a6ce3eec14 i2c: nvidia-gpu: Remove ccgx,firmware-build property - 7b67af8dea95 i2c: nvidia-gpu: Add ACPI property to align with device-tree - f40d621387d4 fs: Lock moved directories - 10c159f994b9 fs: Establish locking order for unrelated directories - 6654d2a165e4 Revert "f2fs: fix potential corruption when moving a directory" - 6aaa22ec7310 ext4: Remove ext4 locking of moved directory - 606e463eefed fs: avoid empty option when generating legacy mount string - 6df680709d90 jffs2: reduce stack usage in jffs2_build_xattr_subsystem() - 1f34bf8b442c shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfs - 23fbff67b06d mm/damon/ops-common: atomically test and clear young on ptes and pmds - 33893c6c1f18 autofs: use flexible array in ioctl structure - cd52323ac4c1 integrity: Fix possible multiple allocation in integrity_inode_get() - 0cbbb029ffe9 um: Use HOST_DIR for mrproper - 219a9ec09dd1 watch_queue: prevent dangling pipe pointer - 7ecea5ce3dc1 bcache: Fix __bch_btree_node_alloc to make the failure behavior consistent - 68118c339c6e bcache: Remove unnecessary NULL point check in node allocations - 25ec4779d0fb bcache: fixup btree_cache_wait list damage - 97ccc14d114b wifi: mt76: mt7921e: fix init command fail with enabled device - d8985a0e44bc wifi: ath10k: Serialize wake_tx_queue ops - 1a312d5a8c84 wifi: cfg80211: fix regulatory disconnect for non-MLO - 5b2b6586c5db mmc: sdhci: fix DMA configure compatibility issue when 64bit DMA mode is used. - 30c5f362b6f5 mmc: mmci: Set PROBE_PREFER_ASYNCHRONOUS - 69bc3203513c mmc: core: disable TRIM on Micron MTFC4GACAJCN-1M - 182bf07a24c4 mmc: core: disable TRIM on Kingston EMMC04G-M627 - b50d6e06cca7 io_uring: wait interruptibly for request completions on exit - 9440b24fbcb9 irqchip/loongson-pch-pic: Fix initialization of HT vector register - 2b4e43b5ad99 NFSD: add encoding of op_recall flag for write delegation - f672f2ca9d6f irqchip/loongson-pch-pic: Fix potential incorrect hwirq assignment - 8753eeb2d35a i2c: qup: Add missing unwind goto in qup_i2c_probe() - b990e3760395 btrfs: do not BUG_ON() on tree mod log failure at balance_level() - 2445a35d05cd extcon: usbc-tusb320: Unregister typec port on driver removal - ee08e1fc9480 extcon: usbc-tusb320: Convert to i2c's .probe_new() - d5eb0375d78a dm ioctl: Avoid double-fetch of version - 27987794197e dm ioctl: have constant on the right side of the test - fd4497aca33b dm: avoid split of quoted strings where possible - 0783867a30b5 dm: fix undue/missing spaces - 15970b0828c1 i2c: xiic: Don't try to handle more interrupt events after error - e9fbb7c2f65e apparmor: fix missing error check for rhashtable_insert_fast - 8fb11fa48056 sh: dma: Fix DMA channel offset calculation - b837c6923600 s390/qeth: Fix vipa deletion - f5ea303502b9 afs: Fix accidental truncation when storing data - 4a141c3c0306 octeontx-af: fix hardware timestamp configuration - 947d741adf66 net: dsa: sja1105: always enable the send_meta options - 079dc659e31f net: dsa: tag_sja1105: fix MAC DA patching from meta frames - 97a6d99c5434 pptp: Fix fib lookup calls. - 0a1b80ff4f72 riscv: move memblock_allow_resize() after linear mapping is ready - 78c6cf1dc7de fanotify: disallow mount/sb marks on kernel internal pseudo fs - 18d78c5552d8 net/sched: act_pedit: Add size check for TCA_PEDIT_PARMS_EX - 67eb4aee2c01 xsk: Honor SO_BINDTODEVICE on bind - 6baa6e4836d7 bpf, btf: Warn but return no error for NULL btf from __register_btf_kfunc_id_set() - cd398daabeb8 tcp: annotate data races in __tcp_oow_rate_limited() - ced61418f469 net: fix net_dev_start_xmit trace event vs skb_transport_offset() - 6469dc1c1388 net: dsa: tag_sja1105: fix source port decoding in vlan_filtering=0 bridge mode - fd03500476c8 net: bridge: keep ports without IFF_UNICAST_FLT in BR_PROMISC mode - d50baa75c689 powerpc: dts: turris1x.dts: Fix PCIe MEM size for pci2 node - d33b0ddf7afa powerpc: allow PPC_EARLY_DEBUG_CPM only when SERIAL_CPM=y - c86a2517df6c ntfs: Fix panic about slab-out-of-bounds caused by ntfs_listxattr() - a5485a943193 octeontx2-af: Add validation before accessing cgx and lmac - bd246c92d2d5 octeontx2-af: Fix mapping for NIX block from CGX connection - c2c5c6d2c474 f2fs: fix error path handling in truncate_dnode() - cfdb9c1a74d8 mailbox: ti-msgmgr: Fill non-message tx data fields with 0x0 - 4033b47642c7 drm/amd: Don't try to enable secure display TA multiple times - 0d4e60e23c7d drm/amdgpu: fix number of fence calculations - d3dcdb43c872 spi: bcm-qspi: return error if neither hif_mspi nor mspi is available - d4f5b1dd816d mlxsw: minimal: fix potential memory leak in mlxsw_m_linecards_init - 0b24d3e4b989 net: dsa: vsc73xx: fix MTU configuration - f67ef8f9f677 ibmvnic: Do not reset dql stats on NON_FATAL err - c07efe4dbc12 Bluetooth: MGMT: Fix marking SCAN_RSP as not connectable - 40ca66eef3d7 Bluetooth: MGMT: Use BIT macro when defining bitfields - 1a7f268ccc3c Bluetooth: MGMT: add CIS feature bits to controller information - 4aa515393f02 Bluetooth: ISO: use hci_sync for setting CIG parameters - 018b12ff1661 Bluetooth: fix invalid-bdaddr quirk for non-persistent setup - 102f3555cebe Add MODULE_FIRMWARE() for FIRMWARE_TG357766. - f72104244714 net: dsa: tag_sja1105: always prefer source port information from INCL_SRCPT - 060d36670d50 net: dsa: sja1105: always enable the INCL_SRCPT option - 2f99d19dc620 net: dsa: felix: don't drop PTP frames with tag_8021q when RX timestamping is disabled - e9dda2b68cb9 net: mscc: ocelot: don't keep PTP configuration of all ports in single structure - 7826202689af net: mscc: ocelot: don't report that RX timestamping is enabled by default - a252547c8920 spi: spi-geni-qcom: enable SPI_CONTROLLER_MUST_TX for GPI DMA mode - 946edfb7d436 net/sched: act_ipt: add sanity checks on skb before calling target - a6c9b0f7ba95 net: add a couple of helpers for iph tot_len - 201948effabf net/sched: act_ipt: add sanity checks on table name and hook locations - 1aa5a6a6d28c sctp: fix potential deadlock on &net->sctp.addr_wq_lock - 9dbcfc01d686 media: cec: i2c: ch7322: also select REGMAP - 0623f13959fd f2fs: check return value of freeze_super() - dcb526d76835 drm/i915/guc/slpc: Apply min softlimit correctly - 61070305d520 drm/i915/psr: Use hw.adjusted mode when calculating io/fast wake times - df53f7a3dbf4 rtc: st-lpc: Release some resources in st_rtc_probe() in case of error - 3781d0e6c11b md/raid10: fix the condition to call bio_end_io_acct() - 07e81c9208d9 pwm: mtk_disp: Fix the disable flow of disp_pwm - 75439e6cd2a3 pwm: ab8500: Fix error code in probe() - 61aad933e53d pwm: sysfs: Do not apply state to already disabled PWMs - c8fa254b77a3 pwm: imx-tpm: force 'real_period' to be zero in suspend - 29ddfd546063 lib/bitmap: drop optimization of bitmap_{from,to}_arr64 - d986fb02a1ea phy: tegra: xusb: check return value of devm_kzalloc() - 055ea8efdfbb mfd: stmpe: Only disable the regulators if they are enabled - f7d56de13caa hwtracing: hisi_ptt: Fix potential sleep in atomic context - 34eef9e8c8e3 clk: qcom: mmcc-msm8974: fix MDSS_GDSC power flags - 94f3bcfcd17c misc: fastrpc: check return value of devm_kasprintf() - 7e3ee25e8c7c cpufreq: mediatek: correct voltages for MT7622 and MT7623 - 86bfb18bad60 KVM: s390/diag: fix racy access of physical cpu number in diag 9c handler - c78ad1060ce9 KVM: s390: vsie: fix the length of APCB bitmap - e716693f0236 mfd: stmfx: Nullify stmfx->vdd in case of error - 18abe5f4c3c6 mfd: stmfx: Fix error path in stmfx_chip_init - 5bd9dc3e767e bus: fsl-mc: don't assume child devices are all fsl-mc devices - e27948f329f7 nvmem: rmem: Use NVMEM_DEVID_AUTO - 27918479409d nvmem: sunplus-ocotp: release otp->clk before return - e3a71d821e24 drivers: fwnode: fix fwnode_irq_get[_byname]() - 51ae92e329f5 device property: Clarify description of returned value in some functions - 73209e3f8ad7 device property: Fix documentation for fwnode_get_next_parent() - 852659fe834a serial: 8250_omap: Use force_suspend and resume for system suspend - e34817340025 Revert "usb: common: usb-conn-gpio: Set last role to unknown before initial detection" - 22b1e2af69ec mfd: intel-lpss: Add missing check for platform_get_resource - 2e8ab6846063 mfd: wcd934x: Fix an error handling path in wcd934x_slim_probe() - 7a37abf096c2 usb: dwc3-meson-g12a: Fix an error handling path in dwc3_meson_g12a_probe() - 04b1c0798deb usb: common: usb-conn-gpio: Set last role to unknown before initial detection - 155bb9b4e32e usb: dwc3: qcom: Fix an error handling path in dwc3_qcom_probe() - 63b3360d43e4 usb: dwc3: qcom: Release the correct resources in dwc3_qcom_remove() - 90159b329f5c KVM: s390: fix KVM_S390_GET_CMMA_BITS for GFNs in memslot holes - ebe83e9bb8a6 f2fs: fix to avoid NULL pointer dereference f2fs_write_end_io() - 15c073e752d2 f2fs: fix potential deadlock due to unpaired node_write lock use - 2e980eb9550d gfs2: Fix duplicate should_fault_in_pages() call - f5d7f9e15517 sh: Avoid using IRQ0 on SH3 and SH4 - d199218881d7 media: atomisp: gmin_platform: fix out_len in gmin_get_config_dsm_var() - c8470b7de8b4 media: venus: helpers: Fix ALIGN() of non power of two - 8339bd9181b1 mfd: rt5033: Drop rt5033-battery sub-device - 6d702c7a2203 coresight: Fix loss of connection info when a module is unloaded - 76efcb6cdaf9 i3c: master: svc: fix cpu schedule in spin lock - c0ed8b804934 lkdtm: replace ll_rw_block with submit_bh - f5d80ad7b678 kernfs: fix missing kernfs_idr_lock to remove an ID from the IDR - 9c4f52b61804 serial: 8250: lock port for UART_IER access in omap8250_irq() - 3a1ab191e00f serial: core: lock port for start_rx() in uart_resume_port() - 65a7cfc009b3 serial: 8250: lock port for stop_rx() in omap8250_irq() - 44470207dbc5 serial: core: lock port for stop_rx() in uart_suspend_port() - c494fe1b6663 usb: misc: eud: Fix eud sysfs path (use 'qcom_eud') - b5ab04a19ef1 usb: hide unused usbfs_notify_suspend/resume functions - dd9b7c89a804 usb: phy: phy-tahvo: fix memory leak in tahvo_usb_probe() - ac961d0571b4 extcon: Fix kernel doc of property capability fields to avoid warnings - e4c94de6ca2f extcon: Fix kernel doc of property fields to avoid warnings - e60a827ac074 usb: gadget: u_serial: Add null pointer check in gserial_suspend - c3b322b84ab5 usb: dwc3: qcom: Fix potential memory leak - 6aecf5e19b8a staging: vchiq_arm: mark vchiq_platform_init() static - 2ed441a76374 clk: qcom: mmcc-msm8974: use clk_rcg2_shared_ops for mdp_clk_src clock - 3c4f7d49909d clk: qcom: dispcc-qcm2290: Fix GPLL0_OUT_DIV handling - 203ab7670432 clk: qcom: dispcc-qcm2290: Fix BI_TCXO_AO handling - b80c4629e966 clk: qcom: ipq6018: fix networking resets - b20854ef6c49 clk: qcom: reset: support resetting multiple bits - 0e481ef854a5 media: mediatek: vcodec: using decoder status instead of core work count - 42ec6269f98e media: hi846: fix usage of pm_runtime_get_if_in_use() - 1ac45cab77d6 media: i2c: Correct format propagation for st-mipid02 - 8abb53c5167c media: usb: siano: Fix warning due to null work_func_t function pointer - e230146b86b2 media: videodev2.h: Fix struct v4l2_input tuner index comment - cb8e8950d70e media: amphion: initiate a drain of the capture queue in dynamic resolution change - c0d500726ce2 media: amphion: drop repeated codec data for vc1g format - bc43061b42c0 media: amphion: drop repeated codec data for vc1l format - a8af55f7f487 media: usb: Check az6007_read() return value - 0b3d2aa627ad clk: qcom: gcc-qcm2290: Mark RCGs shared where applicable - 792998a8cf6b clk: qcom: gcc-ipq6018: Use floor ops for sdcc clocks - f0cafc443c53 clk: qcom: camcc-sc7180: Add parent dependency to all camera GDSCs - 51e5f4e7206d clk: qcom: mmcc-msm8974: remove oxili_ocmemgx_clk - 9812b33d175c serial: 8250: omap: Fix freeing of resources on failed register - b6e30a54a592 usb: dwc2: Fix some error handling paths - 98b6582b37da usb: dwc2: platform: Improve error reporting for problems during .remove() - e91366b72c36 sh: j2: Use ioremap() to translate device tree address into kernel memory - d6dd47743695 f2fs: do not allow to defragment files have FI_COMPRESS_RELEASED - 190bdec8a77f dt-bindings: power: reset: qcom-pon: Only allow reboot-mode pre-pmk8350 - c3f5604abab7 w1: fix loop in w1_fini() - eab648537764 w1: w1_therm: fix locking behavior in convert_t - ef047411887f SUNRPC: Fix UAF in svc_tcp_listen_data_ready() - 6f1c81886b0b btrfs: fix race when deleting free space root from the dirty cow roots list - defc91422764 block: increment diskseq on all media change events - 28b58a8d10b3 block: change all __u32 annotations to __be32 in affs_hardblocks.h - 40d6a1261a9c block: add overflow checks for Amiga partition support - a4c79ea1e9ed block: fix signed int overflow in Amiga partition support - 3eb4e47a94e3 ALSA: pcm: Fix potential data race at PCM memory allocation helpers - 14eb1a2b6f91 ALSA: jack: Fix mutex call in snd_jack_report() - 83c6725556d4 ALSA: hda/realtek: Add quirk for Clevo NPx0SNx - 21ce551a8592 ALSA: hda/realtek: Enable mute/micmute LEDs and limit mic boost on EliteBook - e0d7a96b278a mm/mmap: Fix VM_LOCKED check in do_vmi_align_munmap() - b91748bdbfb1 Revert "drm/amd/display: edp do not add non-edid timings" - 96b1bc9a6f65 iio: accel: fxls8962af: fixup buffer scan element type - 04a579517b88 iio: accel: fxls8962af: errata bug only applicable for FXLS8962AF - fcdae54e3d2d iio: adc: ad7192: Fix internal/external clock selection - b61f26a8a048 iio: adc: ad7192: Fix null ad7192_state pointer access - 238edc04ddb9 phy: tegra: xusb: Clear the driver reference in usb-phy dev - c2a088413438 usb: dwc3: gadget: Propagate core init errors to UDC during pullup - a0b369620326 USB: serial: option: add LARA-R6 01B PIDs - f57e2c083040 md/raid1-10: fix casting from randomized structure in raid1_submit_write() - b6872b4a7d8b x86/efi: Make efi_set_virtual_address_map IBT safe - 97669214944e arm64: sme: Use STR P to clear FFR context field in streaming SVE mode - be54803be8b9 ksmbd: avoid field overflow warning - babaab6ef641 smb: client: fix broken file attrs with nodfs mounts - 9fb981a86ae5 cifs: do all necessary checks for credits within or before locking - 4fe07d55a546 cifs: prevent use-after-free by freeing the cfile later - e28d7a3f4bc5 efi/libstub: Disable PCI DMA before grabbing the EFI memory map - 1e596c181c53 kbuild: Disable GCOV for *.mod.o - c5696a8a5484 hwrng: st - keep clock enabled while hwrng is registered - d88158d81617 dax/kmem: Pass valid argument to memory_group_register_static - 7b8106d90572 dax: Introduce alloc_dev_dax_id() - 03859868ab82 dax: Fix dax_mapping_release() use after free - 1bf709b96250 SMB3: Do not send lease break acknowledgment if all file handles have been closed - c2bf8d7b8f02 NFSv4.1: freeze the session table upon receiving NFS4ERR_BADSESSION - 705317843644 NFSv4.2: fix wrong shrinker_id - 08749a9005de crypto: qat - unmap buffers before free for RSA - 32b09834c3c7 crypto: qat - unmap buffer before free for DH - da1729e6619c crypto: qat - Use helper to set reqsize - 2db49992fcec crypto: kpp - Add helper to set reqsize - c14964fe8e95 ARC: define ASM_NL and __ALIGN(_STR) outside #ifdef __ASSEMBLY__ guard - dd872d5576cc modpost: fix off by one in is_executable_section() - 64c358c9abae crypto: jitter - correct health test during initialization - 7ab0e37f8064 crypto: marvell/cesa - Fix type mismatch warning - 6852d82e6c59 modpost: fix section mismatch message for R_ARM_{PC24,CALL,JUMP24} - 1df287bd89c7 modpost: fix section mismatch message for R_ARM_ABS32 - 5a4adb1eceba crypto: nx - fix build warnings when DEBUG_FS is not enabled - 2be41ef57c5a modpost: remove broken calculation of exception_table_entry size - 22c30022cde6 hwrng: virtio - Fix race on data_avail and actual data - 8f98749d536d vfio/mdev: Move the compat_class initialization to module init - e2e52c8dfbfd PCI: vmd: Fix uninitialized variable usage in vmd_enable_domain() - 222f64e56b35 PCI: endpoint: functions/pci-epf-test: Fix dma_chan direction - e14379d026d5 PCI: endpoint: Fix a Kconfig prompt of vNTB driver - 38b64bdb72e0 PCI: endpoint: Fix Kconfig indent style - 4e6c406ccb6f powerpc/mm/dax: Fix the condition when checking if altmap vmemap can cross-boundary - ea356080c1cf powerpc/book3s64/mm: Fix DirectMap stats in /proc/meminfo - 526129937c47 riscv: uprobes: Restore thread.bad_cause - d25166e1e9d4 PCI: qcom: Disable write access to read only registers for IP v2.9.0 - 1cf0ecb0c74c PCI: qcom: Use DWC helpers for modifying the read-only DBI registers - 8640e941fd39 PCI: qcom: Use lower case for hex - a350f1077711 PCI: qcom: Sort and group registers and bitfield definitions - db962c7a711c PCI: qcom: Remove PCIE20_ prefix from register definitions - 865d128cab0d powerpc: update ppc_save_regs to save current r1 in pt_regs - 4cff1be1cbf6 powerpc: simplify ppc_save_regs - d9a1aaea8560 powerpc/powernv/sriov: perform null check on iov before dereferencing iov - 0af388fce352 pinctrl: at91-pio4: check return value of devm_kasprintf() - 35404a47ba77 pinctrl: microchip-sgpio: check return value of devm_kasprintf() - 4e82f92c349e powerpc/64s: Fix VAS mm use after free - 75d65c1cc439 perf tool x86: Fix perf_env memory leak - 0dafc849b943 perf tool x86: Consolidate is_amd check into single function - c94376dbd6cb platform/x86/dell/dell-rbtn: Fix resources leaking on error path - 9999a9f004e1 perf dwarf-aux: Fix off-by-one in die_get_varname() - 4e06e8b1f913 platform/x86: thinkpad_acpi: Fix lkp-tests warnings for platform profiles - 4309bd9e984a perf script: Fix allocation of evsel->priv related to per-event dump files - 7cfd31011135 powerpc/signal32: Force inlining of __unsafe_save_user_regs() and save_tm_user_regs_unsafe() - af0c61c5bba0 powerpc/interrupt: Don't read MSR from interrupt_exit_kernel_prepare() - 081f642b316f kcsan: Don't expect 64 bits atomic builtins from 32 bits architectures - c32afc7e864c pinctrl: npcm7xx: Add missing check for ioremap - fc45a8be5e52 pinctrl:sunplus: Add check for kmalloc - 8362ea615803 platform/x86: think-lmi: Correct NVME password handling - 699b59310126 platform/x86: think-lmi: Correct System password interface - 61545eb787fe platform/x86: think-lmi: mutex protection around multiple WMI calls - d1390b057d59 pinctrl: cherryview: Return correct value if pin in push-pull mode - 1ebe7d40ed7f perf bench: Add missing setlocale() call to allow usage of %'d style formatting - 251c6615a7e9 scsi: lpfc: Revise NPIV ELS unsol rcv cmpl logic to drop ndlp based on nlp_state - 7d3664d24f32 PCI: Add pci_clear_master() stub for non-CONFIG_PCI - 019d4fd93a5a pinctrl: sunplus: Add check for kmalloc - bc796f65cdc8 PCI: ftpci100: Release the clock resources - a982c13e11fb PCI: pciehp: Cancel bringup sequence if card is not present - 6c1b079e266b scsi: 3w-xxxx: Add error handling for initialization failure in tw_probe() - 7aecdd47910c PCI/ASPM: Disable ASPM on MFD function removal to avoid use-after-free - 3a080e1b1145 platform/x86: lenovo-yogabook: Set default keyboard backligh brightness on probe() - fa177f7011c8 platform/x86: lenovo-yogabook: Reprobe devices on remove() - 3e6c92a34660 platform/x86: lenovo-yogabook: Fix work race on remove() - 727fb7083e65 pinctrl: bcm2835: Handle gpiochip_add_pin_range() errors - c316bde418af scsi: qedf: Fix NULL dereference in error handling - c52502b67424 PCI: vmd: Reset VMD config register between soft reboots - ebafa12c8f23 PCI: cadence: Fix Gen2 Link Retraining process - 79e1d940fde5 ASoC: amd: acp: clear pdm dma interrupt mask - c6764757e843 ARM: dts: lan966x: kontron-d10: fix SPI CS - 712a7f3a06c9 ARM: dts: lan966x: kontron-d10: fix board reset - 49451db71b74 clk: Fix memory leak in devm_clk_notifier_register() - 03a705c1d7cb ASoC: imx-audmix: check return value of devm_kasprintf() - e4f2a1feebb3 ovl: update of dentry revalidate flags after copy up - 83356d6f0ad2 drivers: meson: secure-pwrc: always enable DMA domain - 511b47f8cb8b clk: ti: clkctrl: check return value of kasprintf() - 67684f0688de clk: keystone: sci-clk: check return value of kasprintf() - a20450f4735b clk: si5341: free unused memory on probe failure - 11581850a714 clk: si5341: check return value of {devm_}kasprintf() - 0a89a906ba9f clk: si5341: return error if one synth clock registration fails - 5470a0e81f6f clk: cdce925: check return value of kasprintf() - 0b5c9e9695f8 clk: vc5: check memory returned by kasprintf() - af8affd12375 drm/msm/dpu: correct MERGE_3D length - 0e2c51a16fcb drm/amdgpu: Fix usage of UMC fill record in RAS - 8d68ba92554b drm/amdgpu: Fix memcpy() in sienna_cichlid_append_powerplay_table function. - 643a85190a98 arm64: dts: mediatek: mt8192: Fix CPUs capacity-dmips-mhz - 846c79d2a5f6 arm64: dts: mediatek: Add cpufreq nodes for MT8192 - 4e9f1a2367ae drm/msm/dp: Free resources after unregistering them - ecf02762d476 drm/msm/dsi: Remove incorrect references to slice_count - ef25872788e5 drm/msm/dsi: Flip greater-than check for slice_count and slice_per_intf - 937da3db61bf drm/msm/dsi: Use DSC slice(s) packet size to compute word count - bc6d856b1c80 drm/msm/dpu: Fix slice_last_group_size calculation - 7dca0dde50af drm/msm/dpu: do not enable color-management if DSPPs are not available - d28b83252e15 ALSA: ac97: Fix possible NULL dereference in snd_ac97_mixer - 96bafece6ff3 clk: tegra: tegra124-emc: Fix potential memory leak - b35cb0c05b8d clk: clocking-wizard: Fix Oops in clk_wzrd_register_divider() - 9ff9f928c638 clk: bcm: rpi: Fix off by one in raspberrypi_discover_clocks() - 4842a846398a arm64: dts: qcom: sm8250-edo: Panel framebuffer is 2.5k instead of 4k - 7089f1aa0b55 arm64: dts: qcom: sdm845: Flush RSC sleep & wake votes - 6317d0302655 clk: imx: clk-imx8mp: improve error handling in imx8mp_clocks_probe() - 280a5ff665e1 clk: imx93: fix memory leak and missing unwind goto in imx93_clocks_probe - 9ba3693b0350 clk: imx: clk-imx8mn: fix memory leak in imx8mn_clocks_probe - 1839032251a6 clk: imx: clk-imxrt1050: fix memory leak in imxrt1050_clocks_probe - bf7ab557d64a RDMA/bnxt_re: Avoid calling wake_up threads from spin_lock context - c9be352be9bb RDMA/bnxt_re: wraparound mbox producer index - 154bed0fd609 drm/msm/a5xx: really check for A510 in a5xx_gpu_init - b10db1d21374 amdgpu: validate offset_in_bo of drm_amdgpu_gem_va - 1afca9e0fe94 RDMA/rxe: Fix access checks in rxe_check_bind_mw - 0cd210c594a6 RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_mw.c - 34bbf074f729 RDMA/rxe: Add ibdev_dbg macros for rxe - 78cb71dd609b HID: uclogic: Modular KUnit tests should not depend on KUNIT=y - 1420545b8a15 drm/radeon: fix possible division-by-zero errors - c1164aeb9691 drm/amd/display: Fix artifacting on eDP panels when engaging freesync video mode - 82934a338b4f soc: mediatek: SVS: Fix MT8192 GPU node name - fabadad9e28d drm/amdkfd: Fix potential deallocation of previously deallocated memory. - 384717042de8 drm/amd/display: Fix a test dml32_rq_dlg_get_rq_reg() - 36786e2a7331 drm/amd/display: Fix a test CalculatePrefetchSchedule() - 4812faba0a76 clk: Export clk_hw_forward_rate_request() - 90d4c487cd65 ARM: dts: BCM5301X: fix duplex-full => full-duplex - 1ae94553dcfb hwmon: (pmbus/adm1275) Fix problems with temperature monitoring on ADM1272 - 421d35912766 hwmon: (gsc-hwmon) fix fan pwm temperature scaling - 9e633411d143 ARM: dts: stm32: fix i2s endpoint format property for stm32mp15xx-dkx - dc2707deeb8d ARM: dts: stm32: Fix audio routing on STM32MP15xx DHCOM PDK2 - 03b2c470a136 Input: pm8941-powerkey - fix debounce on gen2+ PMICs - 421ce97657a8 arm64: dts: ti: k3-j7200: Fix physical address of pin - 3b4c21804076 fbdev: omapfb: lcd_mipid: Fix an error handling path in mipid_spi_probe() - 52b04ac85f5f drm/msm/dpu: set DSC flush bit correctly at MDP CTL flush register - 6878bdd75718 arm64: dts: renesas: ulcb-kf: Remove flow control for SCIF1 - 5d14292dba95 ARM: dts: iwg20d-q7-common: Fix backlight pwm specifier - 766e0b6f4c96 RDMA/hns: Fix hns_roce_table_get return value - b99395ab605f IB/hfi1: Fix wrong mmu_node used for user SDMA packet after invalidate - ebec507398e1 RDMA/irdma: avoid fortify-string warning in irdma_clr_wqes - 750f0a302a10 soc/fsl/qe: fix usb.c build errors - b2194d7dfc95 ARM: dts: meson8: correct uart_B and uart_C clock references - 863054be8d4d ASoC: es8316: Do not set rate constraints for unsupported MCLKs - 3b575d93020f ASoC: es8316: Increment max value for ALC Capture Target Volume control - c02f27c2950a ARM: dts: qcom: apq8074-dragonboard: Set DMA as remotely controlled - 9f79e638d451 memory: brcmstb_dpfe: fix testing array offset after use - 09722ac9f1e5 ARM: dts: stm32: Shorten the AV96 HDMI sound card name - 666be7fef4d3 arm64: dts: mediatek: mt8183: Add mediatek,broken-save-restore-fw to kukui - 1bdb9751b4c6 arm64: dts: qcom: apq8096: fix fixed regulator name property - 75c019119ebc arm64: dts: qcom: pm7250b: add missing spmi-vadc include - c63997426da6 ARM: omap2: fix missing tick_broadcast() prototype - e91ffbd65533 ARM: ep93xx: fix missing-prototype warnings - deda0761dc61 drm/panel: simple: fix active size for Ampire AM-480272H3TMQW-T01H - 25a724c2fa3d drm/bridge: ti-sn65dsi83: Fix enable/disable flow to meet spec - 5044e5f2511c drm/bridge: Introduce pre_enable_prev_first to alter bridge init order - 1d9473b88e01 arm64: dts: qcom: apq8016-sbc: Fix 1.8V power rail on LS expansion - 638d54f5c566 arm64: dts: qcom: apq8016-sbc: Fix regulator constraints - 2ad75715fc48 arm64: dts: qcom: sdm845-polaris: add missing touchscreen child node reg - 266cf247dd88 arm64: dts: qcom: sm8350: correct DMA controller unit address - 42d0fbbbf4ca arm64: dts: qcom: sm8350: Add GPI DMA compatible fallback - aa14fefca239 arm64: dts: qcom: sdm845: correct camss unit address - e3789d63a33b arm64: dts: qcom: sdm630: correct camss unit address - 173b6412a5c2 arm64: dts: qcom: msm8996: correct camss unit address - 4d810c12d6e1 arm64: dts: qcom: msm8994: correct SPMI unit address - 98cd40521773 arm64: dts: qcom: msm8916: correct MMC unit address - aa2d2407f5d2 arm64: dts: qcom: msm8916: correct camss unit address - 0cff84682006 ARM: dts: qcom: msm8974: do not use underscore in node name (again) - 376daf3aa897 drm/bridge: anx7625: Prevent endless probe loop - 4536679f7911 drm/bridge: anx7625: Convert to i2c's .probe_new() - 93a03780357e ARM: dts: gta04: Move model property out of pinctrl node - af5bcfb4f8b5 clk: renesas: rzg2l: Fix CPG_SIPLL5_CLK1 register write - 2128318c9130 iommu/virtio: Return size mapped for a detached domain - 0f2c11ccfdcc iommu/virtio: Detach domain on endpoint release - ed41f708b35a drm/msm/dpu: Set DPU_DATA_HCTL_EN for in INTF_SC7180_MASK - f4c6e5d7349e drm/msm/disp/dpu: get timing engine status from intf status register - 74abb8d3cd97 drm/msm/dsi: don't allow enabling 14nm VCO with unprogrammed rate - dd129da1fd74 RDMA/bnxt_re: Fix to remove an unnecessary log - c37eca42ac6b RDMA/bnxt_re: Remove a redundant check inside bnxt_re_update_gid - 66eb6c47b570 RDMA/bnxt_re: Use unique names while registering interrupts - f2279e3e3876 RDMA/bnxt_re: Fix to remove unnecessary return labels - b43b06449870 RDMA/bnxt_re: Disable/kill tasklet only if it is enabled - 280e58d8b0e9 hwmon: (f71882fg) prevent possible division by zero - 08cc7cd2c2a2 clk: imx: scu: use _safe list iterator to avoid a use after free - 3fc9637f37a7 drm/bridge: tc358767: Switch to devm MIPI-DSI helpers - 929b6c6e6a56 arm64: dts: microchip: sparx5: do not use PSCI on reference boards - 13602e613246 bus: ti-sysc: Fix dispc quirk masking bool variables - 46a8dff2103b ARM: dts: stm32: Move ethernet MAC EEPROM from SoM to carrier boards - 7a3c39e34cab drm/vkms: Fix RGB565 pixel conversion - 048b7168acf8 drm: Add fixed-point helper to get rounded integer values - fa4ee16e814a drm/vkms: isolate pixel conversion functionality - 9d59f5f52cb4 ASoC: Intel: sof_sdw: remove SOF_SDW_TGL_HDMI for MeteorLake devices - 49fca83f6f3f driver: soc: xilinx: use _safe loop iterator to avoid a use after free - 39bdb97f8720 drm/panel: sharp-ls043t1le01: adjust mode settings - aeca0e1c3374 drm: sun4i_tcon: use devm_clk_get_enabled in `sun4i_tcon_init_clocks` - ac96a15163f5 Input: adxl34x - do not hardcode interrupt trigger type - 3134cc51e996 clk: rs9: Fix .driver_data content in i2c_device_id - 6014e7422c8d clk: vc7: Fix .driver_data content in i2c_device_id - 53b5b4d1a80e clk: vc5: Fix .driver_data content in i2c_device_id - 4db655d1b25d bootmem: remove the vmemmap pages from kmemleak in free_bootmem_page - 548b67c0aad4 clk: vc5: Use `clamp()` to restrict PLL range - 50fb32197f60 mm: call arch_swap_restore() from do_swap_page() - 5cf97c2df27f ARM: dts: meson8b: correct uart_B and uart_C clock references - 2b55a9857278 ARM: dts: BCM5301X: Drop "clock-names" from the SPI node - 2dc8b685d99c drm/vram-helper: fix function names in vram helper doc - 8e739c8c6efb drm/bridge: tc358768: fix THS_TRAILCNT computation - 010f68aecde4 drm/bridge: tc358768: fix TXTAGOCNT computation - 7b1931573702 drm/bridge: tc358768: fix THS_ZEROCNT computation - 2545a8d06ad8 drm/bridge: tc358768: fix TCLK_TRAILCNT computation - 587ba0805e4f drm/bridge: tc358768: Add atomic_get_input_bus_fmts() implementation - 06dc491cf4e3 drm/bridge: tc358768: fix TCLK_ZEROCNT computation - 9d56ec0b24bf drm/bridge: tc358768: fix PLL target frequency - d2aad3c1e400 drm/bridge: tc358768: fix PLL parameters computation - c4cf126320bc drm/bridge: tc358768: always enable HS video mode - 63f3bc83b1df drm/bridge: ti-sn65dsi83: Fix enable error path - df3b7e337d71 Input: drv260x - sleep between polling GO bit - 9d27705e3ce1 drm/bridge: it6505: Move a variable assignment behind a null pointer check in receive_timing_debugfs_show() - 9fbe61e3c245 drm/amd/display: Explicitly specify update type per plane info change - cb86b0e3d9d3 radeon: avoid double free in ci_dpm_init() - 064e33b3591e drm/amd/display: Add logging for display MALL refresh setting - 3b3186c77020 netlink: Add __sock_i_ino() for __netlink_diag_dump(). - f6d2e25c647f ipvlan: Fix return value of ipvlan_queue_xmit() - d6cf5026af73 netfilter: nf_conntrack_sip: fix the ct_sip_parse_numerical_param() return value. - 5c618daa5038 netfilter: conntrack: dccp: copy entire header to stack buffer, not just basic one - cfcb9f0a499d lib/ts_bm: reset initial match offset for every block of text - 425d9d3a92df net: nfc: Fix use-after-free caused by nfc_llcp_find_local - 446f55679343 sfc: fix crash when reading stats while NIC is resetting - 94817712b500 ocfs2: Fix use of slab data with sendpage - 8c438ff5d9e3 net: axienet: Move reset before 64-bit DMA detection - 17d6b6354f00 gtp: Fix use-after-free in __gtp_encap_destroy(). - b48c24392d86 selftests: rtnetlink: remove netdevsim device after ipsec offload test - 37b6143376a5 bonding: do not assume skb mac_header is set - e9331c8fa4c6 netlink: do not hard code device address lenth in fdb dumps - 61ffe8b1ee08 netlink: fix potential deadlock in netlink_set_err() - 509d5d40c249 net: stmmac: fix double serdes powerdown - 12bcb533280b can: kvaser_pciefd: Set hardware timestamp on transmitted packets - 70ace9ba2052 can: kvaser_pciefd: Add function to set skb hwtstamps - 787b4042098f can: length: fix bitstuffing count - cfb310623413 bpf: Fix bpf socket lookup from tc/xdp to respect socket VRF bindings - c7415c521abd bpf: Call __bpf_sk_lookup()/__bpf_skc_lookup() directly via TC hookpoint - 5e9b38de6633 bpf: Factor out socket lookup functions for the TC hookpoint. - e3754e97414e wifi: ath9k: convert msecs to jiffies where needed - 52bc4b89cdee wifi: iwlwifi: mvm: indicate HW decrypt for beacon protection - ed98f5c07491 mmc: Add MMC_QUIRK_BROKEN_SD_CACHE for Kingston Canvas Go Plus from 11/2019 - f114b159b2c1 wifi: ieee80211: Fix the common size calculation for reconfiguration ML - ffb0733664cc wifi: cfg80211/mac80211: Fix ML element common size calculation - 132b7129c5fe wifi: cfg80211: fix regulatory disconnect with OCB/NAN - 27268ba34774 wifi: cfg80211: drop incorrect nontransmitted BSS update code - 0862669693cf wifi: cfg80211: rewrite merging of inherited elements - d875120c3520 wifi: mac80211: Remove "Missing iftype sband data/EHT cap" spam - 2d690495eb27 wifi: iwlwifi: pcie: fix NULL pointer dereference in iwl_pcie_irq_rx_msix_handler() - 657a83f079ba wifi: iwlwifi: pull from TXQs with softirqs disabled - 41b1704fad64 wifi: ath11k: Add missing check for ioremap - 228dd5d5fda0 rtnetlink: extend RTEXT_FILTER_SKIP_STATS to IFLA_VF_INFO - c682018f5c92 wifi: mac80211: Fix permissions for valid_links debugfs entry - 41fc1c56787f wifi: ath9k: Fix possible stall on ath9k_txq_list_has_key() - 16b5292beeee memstick r592: make memstick_debug_get_tpc_name() static - 93126e39662b mmc: mediatek: Avoid ugly error message when SDIO wakeup IRQ isn't used - fd4f89302fe0 kexec: fix a memory leak in crash_shrink_memory() - 6525435d147b watchdog/perf: more properly prevent false positives with turbo modes - a3cf423b582a watchdog/perf: define dummy watchdog_update_hrtimer_threshold() on correct config - b27af27fc9d5 selftests: cgroup: fix unexpected failure on test_memcg_low - 75704a10eac2 ice: handle extts in the miscellaneous interrupt thread - 77f09d836bc9 wifi: rsi: Do not set MMC_PM_KEEP_POWER in shutdown - eb205a069081 wifi: rsi: Do not configure WoWlan in shutdown hook if not enabled - 54257a763443 selftests/bpf: Fix check_mtu using wrong variable type - da79a0bc36c5 wifi: mac80211: recalc min chandef for new STA links - 272240f20df3 wifi: ath10k: Trigger STA disconnect after reconfig complete on hardware restart - cf5beb8ce97a samples/bpf: xdp1 and xdp2 reduce XDPBUFSIZE to 60 - 09740fa9827c wifi: ath9k: don't allow to overwrite ENDPOINT0 attributes - 0d89e50952b5 wifi: ray_cs: Fix an error handling path in ray_probe() - 3d218755c4b6 wifi: wl3501_cs: Fix an error handling path in wl3501_probe() - d5569b970b81 wifi: atmel: Fix an error handling path in atmel_probe() - e48b7c2416d9 wifi: orinoco: Fix an error handling path in orinoco_cs_probe() - 9a201822ade5 wifi: orinoco: Fix an error handling path in spectrum_cs_probe() - 4fc6481323df regulator: core: Streamline debugfs operations - 6a241e6b9ed2 regulator: core: Fix more error checking for debugfs_create_dir() - be84e69082b2 selftests/bpf: Do not use sign-file as testcase - 20109ddd5bea bpf: Fix memleak due to fentry attach failure - 8ea165e1f89d bpf: Remove bpf trampoline selector - 1949721c741b bpftool: JIT limited misreported as negative value on aarch64 - bac93b35f973 nfc: llcp: fix possible use of uninitialized variable in nfc_llcp_send_connect() - 34d04d70194d spi: dw: Round of n_bytes to power of 2 - c6a9fc82fe18 bpf: Don't EFAULT for {g,s}setsockopt with wrong optlen - 34fe7aa8ef1d libbpf: fix offsetof() and container_of() to work with CO-RE - 8404f8de1e23 sctp: add bpf_bypass_getsockopt proto callback - f21f2ae56210 wifi: mwifiex: Fix the size of a memory allocation in mwifiex_ret_802_11_scan() - 51cb8329f210 wifi: wilc1000: fix for absent RSN capabilities WFA testcase - ded1a7a570b0 spi: spi-geni-qcom: Correct CS_TOGGLE bit in SPI_TRANS_CFG - 56c25f2763a1 samples/bpf: Fix buffer overflow in tcp_basertt - a7434a4dcc71 libbpf: btf_dump_type_data_check_overflow needs to consider BTF_MEMBER_BITFIELD_SIZE - d1c2ff2bd84c wifi: ath9k: avoid referencing uninit memory in ath9k_wmi_ctrl_rx - 6928d6e9b094 wifi: ath9k: fix AR9003 mac hardware hang check register offset calculation - bb3a9ed2b11a igc: Enable and fix RX hash usage by netstack - f57ba91a46d3 pstore/ram: Add check for kstrdup - 2672144b86a1 ima: Fix build warnings - 9085f2ca941f evm: Fix build warnings - b050ade6e05b evm: Complete description of evm_inode_setattr() - ea1432a402ab locking/atomic: arm: fix sync ops - 6b54f5c68474 x86/mm: Fix __swp_entry_to_pte() for Xen PV guests - 3745f628c328 perf/ibs: Fix interface via core pmu events - 64d09c0e832d kselftest: vDSO: Fix accumulation of uninitialized ret when CLOCK_REALTIME is undefined - b8a6ba524d41 rcu/rcuscale: Stop kfree_scale_thread thread(s) after unloading rcuscale - 3506e64ec161 rcu/rcuscale: Move rcu_scale_*() after kfree_scale_cleanup() - 7a3492219408 rcuscale: Move shutdown from wait_event() to wait_event_idle() - a0a1f1c92488 rcutorture: Correct name of use_softirq module parameter - b1cdc56bc177 rcu-tasks: Stop rcu_tasks_invoke_cbs() from using never-onlined CPUs - d58f0f0ce633 rcu: Make rcu_cpu_starting() rely on interrupts being disabled - 5d56a8d670a5 thermal/drivers/sun8i: Fix some error handling paths in sun8i_ths_probe() - 2b7e2251c434 cpufreq: intel_pstate: Fix energy_performance_preference for passive - 50d64210eeb1 ARM: 9303/1: kprobes: avoid missing-declaration warnings - 3f9e54eb38ea PM: domains: Move the verification of in-params from genpd_add_device() - f1f5248cedde powercap: RAPL: Fix CONFIG_IOSF_MBI dependency - be9c8c9c84b6 drivers/perf: hisi: Don't migrate perf to the CPU going to teardown - 6b025ec148e8 x86/tdx: Fix race between set_memory_encrypted() and load_unaligned_zeropad() - c598fefef321 x86/mm: Allow guest.enc_status_change_prepare() to fail - 3e03681f0720 perf/arm-cmn: Fix DTC reset - 6368a71dca09 PM: domains: fix integer overflow issues in genpd_parse_state() - 919dd531ebb7 clocksource/drivers/cadence-ttc: Fix memory leak in ttc_timer_probe - 2d3f42d22f32 tracing/timer: Add missing hrtimer modes to decode_hrtimer_mode(). - 77cc52f1b8d7 tick/rcu: Fix bogus ratelimit condition - e7aff15ba29b posix-timers: Prevent RT livelock in itimer_delete() - 9a534100382a erofs: fix compact 4B support for 16k block size - ec94df6bcfb0 erofs: simplify iloc() - 423453bb506e svcrdma: Prevent page release when nothing was received - faf004e98d02 irqchip/jcore-aic: Fix missing allocation of IRQ descriptors - 0cf83d3698fb irqchip/stm32-exti: Fix warning on initialized field overwritten - aa07e56c6a9c block: fix blktrace debugfs entries leakage - 067c08f78dd1 md/raid1-10: submit write io directly if bitmap is not enabled - f98b89fbf8fa md/raid1-10: factor out a helper to submit normal write - fa0f13a8338f md/raid1-10: factor out a helper to add bio to plug - a5a1ec06ef2f md/raid10: fix io loss while replacement replace rdev - 222cc459d598 md/raid10: fix null-ptr-deref of mreplace in raid10_sync_request - 05d10428e8df md/raid10: fix wrong setting of max_corr_read_errors - b5cb16d31b8a md/raid10: fix overflow of md/safe_mode_delay - be1a3ec63a84 md/raid10: check slab-out-of-bounds in md_bitmap_get_counter - e1379e067b94 nvme-core: fix dev_pm_qos memleak - bf3c2caab9d1 nvme-core: add missing fault-injection cleanup - a584cf03ff8b nvme-auth: don't ignore key generation failures when initializing ctrl keys - 43d0724d756a nvme-core: fix memory leak in dhchap_ctrl_secret - 2e9b14130755 nvme-core: fix memory leak in dhchap_secret_store - 0a220ef9dda6 nvme-auth: no need to reset chap contexts on re-authentication - 3999c850e78a nvme-auth: remove symbol export from nvme_auth_reset - 9de0a1dfe3e6 nvme-auth: rename authentication work elements - 3f6c98889780 nvme-auth: rename __nvme_auth_[reset|free] to nvme_auth[reset|free]_dhchap - ce16368280c9 lockd: drop inappropriate svc_get() from locked_get() - 931bd6758bcc blk-mq: fix potential io hang by wrong 'wake_batch' - c2a0eb3b2017 virt: sevguest: Add CONFIG_CRYPTO dependency - 7ca5e95f2a3e x86/sev: Fix calculation of end address based on number of pages - 8ceeb3fc86a8 blk-iocost: use spin_lock_irqsave in adjust_inuse_and_calc_cost - c0df91653586 x86/resctrl: Only show tasks' pid in current pid namespace - d3b39ea24835 erofs: kill hooked chains to avoid loops on deduplicated compressed images - daed10290bc7 erofs: move zdata.h into zdata.c - 041ff2c21b00 erofs: remove tagged pointer helpers - 3379f13ebc1e erofs: avoid tagged pointers to mark sync decompression - 3564500b0d1e erofs: clean up cached I/O strategies - 73b9d7ea08e2 block: Fix the type of the second bdev_op_is_zoned_write() argument - 0fd958feaee1 fs: pipe: reveal missing function protoypes - 9f12effd40d7 drm: use mgr->dev in drm_dbg_kms in drm_dp_add_payload_part2 - 1e2fd7c4b605 Merge pull request #636 from MrCry0/6.1.x+fslc Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
* | Merge pull request #1663 from hiagofranco/add_uuu-bin_to_kirkstoneOtavio Salvador2023-10-102-2/+37
|\ \ | |/ |/| Add uuu bin to kirkstone
| * uuu: Update nxp repository linksHiago De Franco2023-10-102-6/+6
| | | | | | | | | | | | | | | | | | | | | | Due to the transition of github.com/NXPMicro/mfgtools to github.com/nxp-imx/mfgtools, this commit updates the repository links to ensure future fetches will not break. The recipe still works because NXPMicro repository became an alias to nxp-imx. Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
| * uuu-bin: init at 1.4.243Otavio Salvador2023-10-091-0/+35
|/ | | | | | | | | | This recipe uses the pre-built binaries provided by NXP itself so we can offer Linux, Windows and MacOS binaries. Those binaries are intended for use in the mfgtool-bundle and not for execution in the host. We install the binaries in '${libdir}/uuu'. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Merge pull request #1659 from JPSGoncalves/backport-1642-and-1657-to-kirkstoneOtavio Salvador2023-10-053-60/+138
|\ | | | | Backport 1642, 1657 and 1652 to kirkstone - multiple boot binaries
| * u-boot-imx: Fix the file permission during the installationDaiane Angolini2023-10-051-2/+2
| | | | | | | | Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
| * imx-boot: Prevent unnecessary cp of UBOOT_DTB_NAME_EXTRA if ↵Timo Schuster2023-10-051-3/+3
| | | | | | | | UBOOT_SIGN_ENABLE is set
| * imx-boot: Copy UBOOT_DTB_NAME_EXTRA instead of UBOOT_DTB_NAME to ↵Timo Schuster2023-10-051-1/+1
| | | | | | | | BOOT_STAGING in compile_mx8 to fix 'Can't find u-boot DTB file, please copy from u-boot' error
| * imx-boot: allow deploy multiple u-bootDaiane Angolini2023-10-051-48/+126
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Generate multiple U-boots if env UBOOT_CONFIG contains multiple configs and support for the case where env UBOOT_DTB_NAME is defined in the machine's configuration and has flags for each dtb-file for a specific u-boot configs. UBOOT_CONFIG = "a b" UBOOT_DTB_NAME[a] = "a.dtb" UBOOT_DTB_NAME[b] = "b.dtb" Skip to create symlink as imx-boot in deploy directory and print warning about unique wks.in file if env UBOOT_CONFIG contains multiple configs. This prevents wic-images from been created that only point on imx-boot. See PR #1439 and #1642 Signed-off-by: Maxim Paymushkin <maxim.paymushkin@gmail.com> Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
| * imx-boot-container: Create only one imx-bootDaiane Angolini2023-10-051-8/+8
|/ | | | | | | | Only the first UBOOT_CONFIG generate a imx-boot and flash.bin symlink. Every UBOOT_CONFIG creates a flash.bin-${MACHINE}-${type} binary. Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
* Merge pull request #1632 from Freescale/backport-1630-to-kirkstoneOtavio Salvador2023-08-014-37/+17
|\ | | | | [Backport kirkstone] Upgrades for libimxdmabuffer, libimxvpuapi2, gstreamer-imx
| * gstreamer1.0-plugins-imx: Upgrade to version 2.2.0Carlos Rafael Giani2023-08-011-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * imx2d: * Add 10-bit tiled NV12/21 formats and extend Imx2dPixelFormatInfo * Fix corner case when imx2d format has no GStreamer counterpart In such a case, no GStreamer format string exists, so format_str stays NULL, and the format_string_gvalue is not taken into the format_list_gvalue array. Unset it to prevent followup g_value_init() calls from failing. * Replace num_first_plane_bpp with pixel_stride pixel_stride is more useful and more intuitive in calculations, and works properly with tiled 10-bit formats. * Fix flickering when using DPU-emulated G2D rendering * Free surface during destroy * Add support for specifying colorimetry * Take into account chroma subsampling in alignments * Add special format specific stride alignment specifier * Add overlay composition support to imx2d video sinks * ipu: Add support for YUY2 (aka YUYV) * ipu: Add video sink Even though the IPU isn't actually flexible enough for use in a video sink, it can be useful for diagnostics and debugging, so add one. * g2d: Don't restrict calls to one thread if G2D is new enough * g2d: Check if Amphion tile enums are present * g2d: Enable YVYU and NV61 when using G2D newer than 1.x * g2d: Check for colorimetry support * vpu: * Raise minimum required libimxvpuapi version to 2.3.0 A number of API additions and critical bug fixes in libimxvpuapi make it essential to raise the minimum required version. * Fix case when a gap event arrives before the caps event does * Fix gst_imx_vpu_dec_drain() return type * Free element_name after registering * encoder: Add closed-gop-interval property * encoder: Handle force-keyframe-headers flag and add sync points * encoder: Fix h264/h265 AUD handling and add enable-aud property AUDs are not enabled by "au" caps. "au" instead means that buffers contain entire access units, which is what all imx6 and imx8 VPUs produce. Fix this by always setting "au" in the output caps and adding an "enable-aud" GObject property. * decoder: Add support for producing 4x4 tiled frames The 4x4 tile format is available with Hantro VPUs. Especially when using formats that are produced by the G2 VPU, using tiled formats can yield significant performance improvements, because the VPU does not have to perform internal detiling before handing over the decoded frame to the caller. The 4x4 tile format corresponds to the GStreamer NV12_4L4 format. If GStreamer is older than 1.18, this is disabled, since NV12_4L4 was introduced in 1.18.0. * decoder: When draining before setting format, don't treat EOS as error * v4l2video: * Add ISI transform and Amphion decoder elements These are meant for older imx-kernels (<5.15) that have broken drivers for V4L2 mem2mem ISI and Amphion decoder devices. These custom elements use workarounds to address the issues these drivers have. Newer kernels use different drivers that aren't broken, so the custom elements are not needed there. * v4l2videosrc: Minor logging fixes * v4l2videosrc: Support non-mxc_v4l2 devices (like USB cameras) This enables support for devices that aren't based on the mxc_v4l2 driver. Useful for being able to use the same imxv4l2videosrc element with both MIPI/CSI and USB cameras. * v4l2videosrc: Read back format with G_FMT after having set it with S_FMT Usually, the driver should set any changes in the parameters right in the S_FMT call, but some don't (they return defaults instead), so to be safe, actually issue the G_FMT ioctl instead. * v4l2videosrc: Copy bytesperline and sizeimage into videoinfo struct This is important if the driver picked a different format, since then, the originally chosen sizes and the new ones can differ significantly. * v4l2videosrc: Unref old v4l2 object before creating new one This fixes cases where a caps renegotiation happens and the old object still keeps the V4L2 device open, preventing some of the new object's ioctls from succeeding. * Added ov5645 mipi camera * v4l2videosrc: Check for V4L2_CAP_SDR_OUTPUT and V4L2_CAP_TOUCH presence * v4l2videosrc: Don't exit with error if mxc_v4l2 chip ID is not available * Add prelude header This fixes build errors due to undeclared symbols * v4l2videosrc: Don't use V4L2 sizeimage for single-planar pixel formats * Explicitly calculate plane stride and offset values * Remove pixel-aspect-ratio from probed device caps These unfixated template caps can mislead downstream fixation logic, leading to it using a PAR of 1/maxint, which in turn causes integer overflow errors. Elements do not normally specify that kind of pixel aspect ratio range, and just omit it from the template caps. * Use sys/time.h instead of time.h * imx-gst-libs: * common: Fix incorrect imx_dma_buffer_deallocate() calls If the gst_imx_dmabuf_allocator_activate() call inside alloc() fails, imx_dma_buffer_deallocate() would be called even though no imxdmabuffer was allocated. Fix this by adding an imx_dma_buffer check. * common: Add gst_imx_dmabuf_allocator_get_physical_address() * common: Misc GstImxDmaBufAllocator improvements * common: Fix gst_imx_dmabuf_allocator_wrap_dmabuf() call This function tries to get a physical address before activating the allocator. Switch this around to make this call work with allocators like the ION allocator. * common: Replace dup() with memory ref'ing in dmabuf uploader Using dup() was causing an FD leak because the dup'ed FD was not being closed correctly. But also, just using dup() risks data races because producers can still write to the same dma-buf memory that consumers are processing. Instead, ref the input dmabuf gstmemory to let the rest of the pipeline know that the gstmemory is in use. * common: Remove volatile qualifier in allocator GType This addresses the warning: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier * common: Fix assertion in raw_buffer_upload_method_create() * common: Synchronize imx gstmemory access with mutexes * video: Move GstImx2dVideoBufferPool to video/ GstImx2dVideoBufferPool is not actually imx2d specific, and can be reused in other plugins. Move it to gst-libs/gst/imx/video/ for that purpose. * video: Add functions to videobufferpool for getting info * video: Add GstImxVideoDmaBufferPool * video: Set videometa plane stride & offset values in pool * video: Take into account chroma subsampling in alignments * video: Adjust video meta before doing a CPU based frame copy * video: Fix video dma buffer pool info size modifications * video: Add function for setting new video uploader alignments Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org> (cherry picked from commit 92c5a2650353f18580df13e4a344a4142ab300ea)
| * libimxvpuapi2: Upgrade to version 2.3.0Carlos Rafael Giani2023-08-011-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * vpu: Implement first working version of VC8000E encoder integration This adds support for the Hanto VC8000E encoder that can be found on the i.MX8m plus. The VC8000E encoder integration is not finished. h.264 encoding works fine. h.265 encoding is not yet done. And, changing framerate mid-stream is currently not supported. * Replace mxcfb.h with ipu.h in option description Some BSPs no longer ship with the mxcfb.h header. * imx6-coda: Fix ENC_ENABLE_SOF_STUFF check The check was being performed incorrectly, leading to nullbytes being inserted at the end of the SOF0 marker. * imx6-coda: Insert JFIF APP0 segment The VPU does not insert this segment on its own. Some programs need JFIF data to be present in JPEG files, so insert APP0 manually. * imx6-coda: Fix decoder and encoder alignments * imx6-coda: Add more IPU detiler logging * imx6-coda: Fix decoder Y/U/V offset alignments As it turns out, these must be aligned to 8-byte boundaries, not to 4096 byte ones. The latter caused incorrect offset calculations. Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org> (cherry picked from commit 3022b7cbdfcc05bfdbe0b6b318eb9a107d9ce240)
| * libimxdmabuffer: Upgrade to version 1.1.3Carlos Rafael Giani2023-08-012-30/+1
|/ | | | | | | | | | | | | * waf: update to 2.0.25 * g2d: Fix typo in G2D allocator that caused build errors * Don't check for mxcfb.h in build script mxcfb.h is no longer present in some sysroots anymore, so it is not a reliable way for verifying the imx linux headers path. Just use the path directly; if it is wrong, the build will fail anyway. Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org> (cherry picked from commit 568cdfec59a93c93279397a1a839bd01d89ed453)
* Merge pull request #1618 from Freescale/backport-1614-to-kirkstoneOtavio Salvador2023-07-242-0/+64
|\ | | | | [Backport kirkstone] [master] smw: Add "Security Middleware Library" recipe
| * recipes-security: fix SMW direcrory name changing from swm to smwbackport-1614-to-kirkstoneMatteo Facchinetti2023-07-242-0/+0
| | | | | | | | | | Signed-off-by: Matteo Facchinetti <matteo.facchinetti@opensource.tttech-auto.com> (cherry picked from commit 86383b4ae6096c24ff80ecafa0f38674772e7886)
| * smw: Add "Security Middleware Library" recipe.Matteo Facchinetti2023-07-241-0/+64
|/ | | | | | | | | Imported from IMX 6.1.22-2.0.0 BSP. The recipes have been modified to be compatible with the current meta-frescale recipes of OP-TEE. Signed-off-by: Matteo Facchinetti <matteo.facchinetti@opensource.tttech-auto.com> (cherry picked from commit 6171b948125308e40c33f867a624cbcdc476f048)
* Merge pull request #1607 from Freescale/backport-1603-to-kirkstoneOtavio Salvador2023-07-181-2/+2
|\ | | | | [Backport kirkstone] linux-fslc: update to v6.1.38
| * linux-fslc: update to v6.1.38Oleksandr Suvorov2023-07-181-2/+2
|/ | | | | | | | | | | The kernel repository has been upgraded up to v6.1.38 from a stable release. Following commits are added on top of stable tree: - 085682f3fc7e ("kbuild: filter only valid dtb files to construct complex dtb") Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io> (cherry picked from commit 4a853b79cc2fcbd8248940bcbf49568c0b6de222)