{ "summary": { "snap": { "added": [], "removed": [], "diff": [] }, "deb": { "added": [ "bpfcc-tools", "bpftrace", "fontconfig-config", "fonts-dejavu-core", "fonts-dejavu-mono", "hwdata", "ieee-data", "libaom3", "libbpfcc", "libc-dev-bin", "libc-devtools", "libc6-dev", "libclang-cpp18", "libclang1-18", "libcrypt-dev", "libde265-0", "libdeflate0", "libfontconfig1", "libgd3", "libheif-plugin-aomdec", "libheif-plugin-aomenc", "libheif-plugin-libde265", "libheif1", "libjbig0", "libjpeg-turbo8", "libjpeg8", "liblerc4", "libllvm18", "libsharpyuv0", "libtiff6", "libwebp7", "libxpm4", "linux-headers-6.8.0-35", "linux-headers-6.8.0-35-generic", "linux-image-6.8.0-35-generic", "linux-libc-dev", "linux-modules-6.8.0-35-generic", "linux-tools-6.8.0-35", "linux-tools-6.8.0-35-generic", "linux-tools-common", "manpages-dev", "python3-bpfcc", "python3-netaddr", "rpcsvc-proto", "ubuntu-kernel-accessories" ], "removed": [ "linux-headers-6.8.0-31", "linux-headers-6.8.0-31-generic", "linux-image-6.8.0-31-generic", "linux-modules-6.8.0-31-generic" ], "diff": [ "dhcpcd-base", "git", "git-man", "initramfs-tools", "initramfs-tools-bin", "initramfs-tools-core", "klibc-utils", "libarchive13t64", "libc-bin", "libc6", "libklibc", "libnss-systemd", "libpam-modules", "libpam-modules-bin", "libpam-runtime", "libpam-systemd", "libpam0g", "libsystemd-shared", "libsystemd0", "libudev1", "linux-headers-generic", "linux-headers-virtual", "linux-image-virtual", "linux-virtual", "locales", "python3-cryptography", "python3-jinja2", "systemd", "systemd-dev", "systemd-resolved", "systemd-sysv", "systemd-timesyncd", "tzdata", "ubuntu-pro-client", "ubuntu-pro-client-l10n", "udev", "vim", "vim-common", "vim-runtime", "vim-tiny", "xxd" ] } }, "diff": { "deb": [ { "name": "dhcpcd-base", "from_version": { "source_package_name": "dhcpcd", "source_package_version": "1:10.0.6-1ubuntu3", "version": "1:10.0.6-1ubuntu3" }, "to_version": { "source_package_name": "dhcpcd", "source_package_version": "1:10.0.6-1ubuntu3.1", "version": "1:10.0.6-1ubuntu3.1" }, "cves": [], "launchpad_bugs_fixed": [ 2064926 ], "changes": [ { "cves": [], "log": [ "", " * hooks/30-hostname: Exit with 0 if setting hostname is not needed", " This prevents retrying dhcpcd for 5 minutes during boot. (LP: #2064926)", "" ], "package": "dhcpcd", "version": "1:10.0.6-1ubuntu3.1", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2064926 ], "author": "Benjamin Drung ", "date": "Tue, 07 May 2024 12:12:01 +0200" } ], "notes": null }, { "name": "git", "from_version": { "source_package_name": "git", "source_package_version": "1:2.43.0-1ubuntu7", "version": "1:2.43.0-1ubuntu7" }, "to_version": { "source_package_name": "git", "source_package_version": "1:2.43.0-1ubuntu7.1", "version": "1:2.43.0-1ubuntu7.1" }, "cves": [ { "cve": "CVE-2024-32002", "url": "https://ubuntu.com/security/CVE-2024-32002", "cve_description": "Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, repositories with submodules can be crafted in a way that exploits a bug in Git whereby it can be fooled into writing files not into the submodule's worktree but into a `.git/` directory. This allows writing a hook that will be executed while the clone operation is still running, giving the user no opportunity to inspect the code that is being executed. The problem has been patched in versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4. If symbolic link support is disabled in Git (e.g. via `git config --global core.symlinks false`), the described attack won't work. As always, it is best to avoid cloning repositories from untrusted sources.", "cve_priority": "medium", "cve_public_date": "2024-05-14 19:15:00 UTC" }, { "cve": "CVE-2024-32004", "url": "https://ubuntu.com/security/CVE-2024-32004", "cve_description": "Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, an attacker can prepare a local repository in such a way that, when cloned, will execute arbitrary code during the operation. The problem has been patched in versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4. As a workaround, avoid cloning repositories from untrusted sources.", "cve_priority": "medium", "cve_public_date": "2024-05-14 19:15:00 UTC" }, { "cve": "CVE-2024-32020", "url": "https://ubuntu.com/security/CVE-2024-32020", "cve_description": "Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, local clones may end up hardlinking files into the target repository's object database when source and target repository reside on the same disk. If the source repository is owned by a different user, then those hardlinked files may be rewritten at any point in time by the untrusted user. Cloning local repositories will cause Git to either copy or hardlink files of the source repository into the target repository. This significantly speeds up such local clones compared to doing a \"proper\" clone and saves both disk space and compute time. When cloning a repository located on the same disk that is owned by a different user than the current user we also end up creating such hardlinks. These files will continue to be owned and controlled by the potentially-untrusted user and can be rewritten by them at will in the future. The problem has been patched in versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4.", "cve_priority": "medium", "cve_public_date": "2024-05-14 19:15:00 UTC" }, { "cve": "CVE-2024-32021", "url": "https://ubuntu.com/security/CVE-2024-32021", "cve_description": "Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, when cloning a local source repository that contains symlinks via the filesystem, Git may create hardlinks to arbitrary user-readable files on the same filesystem as the target repository in the `objects/` directory. Cloning a local repository over the filesystem may creating hardlinks to arbitrary user-owned files on the same filesystem in the target Git repository's `objects/` directory. When cloning a repository over the filesystem (without explicitly specifying the `file://` protocol or `--no-local`), the optimizations for local cloning will be used, which include attempting to hard link the object files instead of copying them. While the code includes checks against symbolic links in the source repository, which were added during the fix for CVE-2022-39253, these checks can still be raced because the hard link operation ultimately follows symlinks. If the object on the filesystem appears as a file during the check, and then a symlink during the operation, this will allow the adversary to bypass the check and create hardlinks in the destination objects directory to arbitrary, user-readable files. The problem has been patched in versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4.", "cve_priority": "medium", "cve_public_date": "2024-05-14 20:15:00 UTC" }, { "cve": "CVE-2024-32465", "url": "https://ubuntu.com/security/CVE-2024-32465", "cve_description": "Git is a revision control system. The Git project recommends to avoid working in untrusted repositories, and instead to clone it first with `git clone --no-local` to obtain a clean copy. Git has specific protections to make that a safe operation even with an untrusted source repository, but vulnerabilities allow those protections to be bypassed. In the context of cloning local repositories owned by other users, this vulnerability has been covered in CVE-2024-32004. But there are circumstances where the fixes for CVE-2024-32004 are not enough: For example, when obtaining a `.zip` file containing a full copy of a Git repository, it should not be trusted by default to be safe, as e.g. hooks could be configured to run within the context of that repository. The problem has been patched in versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4. As a workaround, avoid using Git in repositories that have been obtained via archives from untrusted sources.", "cve_priority": "medium", "cve_public_date": "2024-05-14 20:15:00 UTC" } ], "launchpad_bugs_fixed": [], "changes": [ { "cves": [ { "cve": "CVE-2024-32002", "url": "https://ubuntu.com/security/CVE-2024-32002", "cve_description": "Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, repositories with submodules can be crafted in a way that exploits a bug in Git whereby it can be fooled into writing files not into the submodule's worktree but into a `.git/` directory. This allows writing a hook that will be executed while the clone operation is still running, giving the user no opportunity to inspect the code that is being executed. The problem has been patched in versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4. If symbolic link support is disabled in Git (e.g. via `git config --global core.symlinks false`), the described attack won't work. As always, it is best to avoid cloning repositories from untrusted sources.", "cve_priority": "medium", "cve_public_date": "2024-05-14 19:15:00 UTC" }, { "cve": "CVE-2024-32004", "url": "https://ubuntu.com/security/CVE-2024-32004", "cve_description": "Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, an attacker can prepare a local repository in such a way that, when cloned, will execute arbitrary code during the operation. The problem has been patched in versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4. As a workaround, avoid cloning repositories from untrusted sources.", "cve_priority": "medium", "cve_public_date": "2024-05-14 19:15:00 UTC" }, { "cve": "CVE-2024-32020", "url": "https://ubuntu.com/security/CVE-2024-32020", "cve_description": "Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, local clones may end up hardlinking files into the target repository's object database when source and target repository reside on the same disk. If the source repository is owned by a different user, then those hardlinked files may be rewritten at any point in time by the untrusted user. Cloning local repositories will cause Git to either copy or hardlink files of the source repository into the target repository. This significantly speeds up such local clones compared to doing a \"proper\" clone and saves both disk space and compute time. When cloning a repository located on the same disk that is owned by a different user than the current user we also end up creating such hardlinks. These files will continue to be owned and controlled by the potentially-untrusted user and can be rewritten by them at will in the future. The problem has been patched in versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4.", "cve_priority": "medium", "cve_public_date": "2024-05-14 19:15:00 UTC" }, { "cve": "CVE-2024-32021", "url": "https://ubuntu.com/security/CVE-2024-32021", "cve_description": "Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, when cloning a local source repository that contains symlinks via the filesystem, Git may create hardlinks to arbitrary user-readable files on the same filesystem as the target repository in the `objects/` directory. Cloning a local repository over the filesystem may creating hardlinks to arbitrary user-owned files on the same filesystem in the target Git repository's `objects/` directory. When cloning a repository over the filesystem (without explicitly specifying the `file://` protocol or `--no-local`), the optimizations for local cloning will be used, which include attempting to hard link the object files instead of copying them. While the code includes checks against symbolic links in the source repository, which were added during the fix for CVE-2022-39253, these checks can still be raced because the hard link operation ultimately follows symlinks. If the object on the filesystem appears as a file during the check, and then a symlink during the operation, this will allow the adversary to bypass the check and create hardlinks in the destination objects directory to arbitrary, user-readable files. The problem has been patched in versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4.", "cve_priority": "medium", "cve_public_date": "2024-05-14 20:15:00 UTC" }, { "cve": "CVE-2024-32465", "url": "https://ubuntu.com/security/CVE-2024-32465", "cve_description": "Git is a revision control system. The Git project recommends to avoid working in untrusted repositories, and instead to clone it first with `git clone --no-local` to obtain a clean copy. Git has specific protections to make that a safe operation even with an untrusted source repository, but vulnerabilities allow those protections to be bypassed. In the context of cloning local repositories owned by other users, this vulnerability has been covered in CVE-2024-32004. But there are circumstances where the fixes for CVE-2024-32004 are not enough: For example, when obtaining a `.zip` file containing a full copy of a Git repository, it should not be trusted by default to be safe, as e.g. hooks could be configured to run within the context of that repository. The problem has been patched in versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4. As a workaround, avoid using Git in repositories that have been obtained via archives from untrusted sources.", "cve_priority": "medium", "cve_public_date": "2024-05-14 20:15:00 UTC" } ], "log": [ "", " * SECURITY UPDATE: Facilitation of arbitrary code execution", " - debian/patches/CVE-2024-32002.patch: submodule paths", " must not contains symlinks in builtin/submodule--helper.c.", " - CVE-2024-32002", " * SECURITY UPDATE: Arbitrary code execution", " - debian/patches/CVE-2024-32004.patch: detect dubious ownership of", " local repositories in path.c, setup.c, setup.h.", " - CVE-2024-32004", " * SECURITY UPDATE: Overwrite of possible malicious hardlink", " - debian/patches/CVE-2024-32020.patch: refuse clones of unsafe", " repositories in builtin/clonse.c, t0033-safe-directory.sh.", " - CVE-2024-32020", " * SECURITY UPDATE: Unauthenticated attacker to place a repository", " on their target's local system that contains symlinks", " - debian/patches/CVE-2024-32021.patch: abort when hardlinked source and", " target file differ in builtin/clone.c", " - CVE-2024-32021", " * SECURITY UPDATE: Arbitrary code execution", " - debian/patches/CVE-2024-32465.patch: disable lazy-fetching by default", " in builtin/upload-pack.c, promisor-remote.c", " - CVE-2024-32465", "" ], "package": "git", "version": "1:2.43.0-1ubuntu7.1", "urgency": "medium", "distributions": "noble-security", "launchpad_bugs_fixed": [], "author": "Leonidas Da Silva Barbosa ", "date": "Mon, 20 May 2024 08:15:04 -0300" } ], "notes": null }, { "name": "git-man", "from_version": { "source_package_name": "git", "source_package_version": "1:2.43.0-1ubuntu7", "version": "1:2.43.0-1ubuntu7" }, "to_version": { "source_package_name": "git", "source_package_version": "1:2.43.0-1ubuntu7.1", "version": "1:2.43.0-1ubuntu7.1" }, "cves": [ { "cve": "CVE-2024-32002", "url": "https://ubuntu.com/security/CVE-2024-32002", "cve_description": "Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, repositories with submodules can be crafted in a way that exploits a bug in Git whereby it can be fooled into writing files not into the submodule's worktree but into a `.git/` directory. This allows writing a hook that will be executed while the clone operation is still running, giving the user no opportunity to inspect the code that is being executed. The problem has been patched in versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4. If symbolic link support is disabled in Git (e.g. via `git config --global core.symlinks false`), the described attack won't work. As always, it is best to avoid cloning repositories from untrusted sources.", "cve_priority": "medium", "cve_public_date": "2024-05-14 19:15:00 UTC" }, { "cve": "CVE-2024-32004", "url": "https://ubuntu.com/security/CVE-2024-32004", "cve_description": "Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, an attacker can prepare a local repository in such a way that, when cloned, will execute arbitrary code during the operation. The problem has been patched in versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4. As a workaround, avoid cloning repositories from untrusted sources.", "cve_priority": "medium", "cve_public_date": "2024-05-14 19:15:00 UTC" }, { "cve": "CVE-2024-32020", "url": "https://ubuntu.com/security/CVE-2024-32020", "cve_description": "Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, local clones may end up hardlinking files into the target repository's object database when source and target repository reside on the same disk. If the source repository is owned by a different user, then those hardlinked files may be rewritten at any point in time by the untrusted user. Cloning local repositories will cause Git to either copy or hardlink files of the source repository into the target repository. This significantly speeds up such local clones compared to doing a \"proper\" clone and saves both disk space and compute time. When cloning a repository located on the same disk that is owned by a different user than the current user we also end up creating such hardlinks. These files will continue to be owned and controlled by the potentially-untrusted user and can be rewritten by them at will in the future. The problem has been patched in versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4.", "cve_priority": "medium", "cve_public_date": "2024-05-14 19:15:00 UTC" }, { "cve": "CVE-2024-32021", "url": "https://ubuntu.com/security/CVE-2024-32021", "cve_description": "Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, when cloning a local source repository that contains symlinks via the filesystem, Git may create hardlinks to arbitrary user-readable files on the same filesystem as the target repository in the `objects/` directory. Cloning a local repository over the filesystem may creating hardlinks to arbitrary user-owned files on the same filesystem in the target Git repository's `objects/` directory. When cloning a repository over the filesystem (without explicitly specifying the `file://` protocol or `--no-local`), the optimizations for local cloning will be used, which include attempting to hard link the object files instead of copying them. While the code includes checks against symbolic links in the source repository, which were added during the fix for CVE-2022-39253, these checks can still be raced because the hard link operation ultimately follows symlinks. If the object on the filesystem appears as a file during the check, and then a symlink during the operation, this will allow the adversary to bypass the check and create hardlinks in the destination objects directory to arbitrary, user-readable files. The problem has been patched in versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4.", "cve_priority": "medium", "cve_public_date": "2024-05-14 20:15:00 UTC" }, { "cve": "CVE-2024-32465", "url": "https://ubuntu.com/security/CVE-2024-32465", "cve_description": "Git is a revision control system. The Git project recommends to avoid working in untrusted repositories, and instead to clone it first with `git clone --no-local` to obtain a clean copy. Git has specific protections to make that a safe operation even with an untrusted source repository, but vulnerabilities allow those protections to be bypassed. In the context of cloning local repositories owned by other users, this vulnerability has been covered in CVE-2024-32004. But there are circumstances where the fixes for CVE-2024-32004 are not enough: For example, when obtaining a `.zip` file containing a full copy of a Git repository, it should not be trusted by default to be safe, as e.g. hooks could be configured to run within the context of that repository. The problem has been patched in versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4. As a workaround, avoid using Git in repositories that have been obtained via archives from untrusted sources.", "cve_priority": "medium", "cve_public_date": "2024-05-14 20:15:00 UTC" } ], "launchpad_bugs_fixed": [], "changes": [ { "cves": [ { "cve": "CVE-2024-32002", "url": "https://ubuntu.com/security/CVE-2024-32002", "cve_description": "Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, repositories with submodules can be crafted in a way that exploits a bug in Git whereby it can be fooled into writing files not into the submodule's worktree but into a `.git/` directory. This allows writing a hook that will be executed while the clone operation is still running, giving the user no opportunity to inspect the code that is being executed. The problem has been patched in versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4. If symbolic link support is disabled in Git (e.g. via `git config --global core.symlinks false`), the described attack won't work. As always, it is best to avoid cloning repositories from untrusted sources.", "cve_priority": "medium", "cve_public_date": "2024-05-14 19:15:00 UTC" }, { "cve": "CVE-2024-32004", "url": "https://ubuntu.com/security/CVE-2024-32004", "cve_description": "Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, an attacker can prepare a local repository in such a way that, when cloned, will execute arbitrary code during the operation. The problem has been patched in versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4. As a workaround, avoid cloning repositories from untrusted sources.", "cve_priority": "medium", "cve_public_date": "2024-05-14 19:15:00 UTC" }, { "cve": "CVE-2024-32020", "url": "https://ubuntu.com/security/CVE-2024-32020", "cve_description": "Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, local clones may end up hardlinking files into the target repository's object database when source and target repository reside on the same disk. If the source repository is owned by a different user, then those hardlinked files may be rewritten at any point in time by the untrusted user. Cloning local repositories will cause Git to either copy or hardlink files of the source repository into the target repository. This significantly speeds up such local clones compared to doing a \"proper\" clone and saves both disk space and compute time. When cloning a repository located on the same disk that is owned by a different user than the current user we also end up creating such hardlinks. These files will continue to be owned and controlled by the potentially-untrusted user and can be rewritten by them at will in the future. The problem has been patched in versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4.", "cve_priority": "medium", "cve_public_date": "2024-05-14 19:15:00 UTC" }, { "cve": "CVE-2024-32021", "url": "https://ubuntu.com/security/CVE-2024-32021", "cve_description": "Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, when cloning a local source repository that contains symlinks via the filesystem, Git may create hardlinks to arbitrary user-readable files on the same filesystem as the target repository in the `objects/` directory. Cloning a local repository over the filesystem may creating hardlinks to arbitrary user-owned files on the same filesystem in the target Git repository's `objects/` directory. When cloning a repository over the filesystem (without explicitly specifying the `file://` protocol or `--no-local`), the optimizations for local cloning will be used, which include attempting to hard link the object files instead of copying them. While the code includes checks against symbolic links in the source repository, which were added during the fix for CVE-2022-39253, these checks can still be raced because the hard link operation ultimately follows symlinks. If the object on the filesystem appears as a file during the check, and then a symlink during the operation, this will allow the adversary to bypass the check and create hardlinks in the destination objects directory to arbitrary, user-readable files. The problem has been patched in versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4.", "cve_priority": "medium", "cve_public_date": "2024-05-14 20:15:00 UTC" }, { "cve": "CVE-2024-32465", "url": "https://ubuntu.com/security/CVE-2024-32465", "cve_description": "Git is a revision control system. The Git project recommends to avoid working in untrusted repositories, and instead to clone it first with `git clone --no-local` to obtain a clean copy. Git has specific protections to make that a safe operation even with an untrusted source repository, but vulnerabilities allow those protections to be bypassed. In the context of cloning local repositories owned by other users, this vulnerability has been covered in CVE-2024-32004. But there are circumstances where the fixes for CVE-2024-32004 are not enough: For example, when obtaining a `.zip` file containing a full copy of a Git repository, it should not be trusted by default to be safe, as e.g. hooks could be configured to run within the context of that repository. The problem has been patched in versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4. As a workaround, avoid using Git in repositories that have been obtained via archives from untrusted sources.", "cve_priority": "medium", "cve_public_date": "2024-05-14 20:15:00 UTC" } ], "log": [ "", " * SECURITY UPDATE: Facilitation of arbitrary code execution", " - debian/patches/CVE-2024-32002.patch: submodule paths", " must not contains symlinks in builtin/submodule--helper.c.", " - CVE-2024-32002", " * SECURITY UPDATE: Arbitrary code execution", " - debian/patches/CVE-2024-32004.patch: detect dubious ownership of", " local repositories in path.c, setup.c, setup.h.", " - CVE-2024-32004", " * SECURITY UPDATE: Overwrite of possible malicious hardlink", " - debian/patches/CVE-2024-32020.patch: refuse clones of unsafe", " repositories in builtin/clonse.c, t0033-safe-directory.sh.", " - CVE-2024-32020", " * SECURITY UPDATE: Unauthenticated attacker to place a repository", " on their target's local system that contains symlinks", " - debian/patches/CVE-2024-32021.patch: abort when hardlinked source and", " target file differ in builtin/clone.c", " - CVE-2024-32021", " * SECURITY UPDATE: Arbitrary code execution", " - debian/patches/CVE-2024-32465.patch: disable lazy-fetching by default", " in builtin/upload-pack.c, promisor-remote.c", " - CVE-2024-32465", "" ], "package": "git", "version": "1:2.43.0-1ubuntu7.1", "urgency": "medium", "distributions": "noble-security", "launchpad_bugs_fixed": [], "author": "Leonidas Da Silva Barbosa ", "date": "Mon, 20 May 2024 08:15:04 -0300" } ], "notes": null }, { "name": "initramfs-tools", "from_version": { "source_package_name": "initramfs-tools", "source_package_version": "0.142ubuntu25", "version": "0.142ubuntu25" }, "to_version": { "source_package_name": "initramfs-tools", "source_package_version": "0.142ubuntu25.1", "version": "0.142ubuntu25.1" }, "cves": [], "launchpad_bugs_fixed": [ 2065037 ], "changes": [ { "cves": [], "log": [ "", " * configure_network: Call dhcpcd with --nolink --noipv4ll to succeed getting", " a DHCP lease on the first try and avoid a 30 seconds delay (LP: #2065037)", "" ], "package": "initramfs-tools", "version": "0.142ubuntu25.1", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2065037 ], "author": "Benjamin Drung ", "date": "Fri, 10 May 2024 15:03:48 +0200" } ], "notes": null }, { "name": "initramfs-tools-bin", "from_version": { "source_package_name": "initramfs-tools", "source_package_version": "0.142ubuntu25", "version": "0.142ubuntu25" }, "to_version": { "source_package_name": "initramfs-tools", "source_package_version": "0.142ubuntu25.1", "version": "0.142ubuntu25.1" }, "cves": [], "launchpad_bugs_fixed": [ 2065037 ], "changes": [ { "cves": [], "log": [ "", " * configure_network: Call dhcpcd with --nolink --noipv4ll to succeed getting", " a DHCP lease on the first try and avoid a 30 seconds delay (LP: #2065037)", "" ], "package": "initramfs-tools", "version": "0.142ubuntu25.1", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2065037 ], "author": "Benjamin Drung ", "date": "Fri, 10 May 2024 15:03:48 +0200" } ], "notes": null }, { "name": "initramfs-tools-core", "from_version": { "source_package_name": "initramfs-tools", "source_package_version": "0.142ubuntu25", "version": "0.142ubuntu25" }, "to_version": { "source_package_name": "initramfs-tools", "source_package_version": "0.142ubuntu25.1", "version": "0.142ubuntu25.1" }, "cves": [], "launchpad_bugs_fixed": [ 2065037 ], "changes": [ { "cves": [], "log": [ "", " * configure_network: Call dhcpcd with --nolink --noipv4ll to succeed getting", " a DHCP lease on the first try and avoid a 30 seconds delay (LP: #2065037)", "" ], "package": "initramfs-tools", "version": "0.142ubuntu25.1", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2065037 ], "author": "Benjamin Drung ", "date": "Fri, 10 May 2024 15:03:48 +0200" } ], "notes": null }, { "name": "klibc-utils", "from_version": { "source_package_name": "klibc", "source_package_version": "2.0.13-4", "version": "2.0.13-4" }, "to_version": { "source_package_name": "klibc", "source_package_version": "2.0.13-4ubuntu0.1", "version": "2.0.13-4ubuntu0.1" }, "cves": [ { "cve": "CVE-2016-9840", "url": "https://ubuntu.com/security/CVE-2016-9840", "cve_description": "inftrees.c in zlib 1.2.8 might allow context-dependent attackers to have unspecified impact by leveraging improper pointer arithmetic.", "cve_priority": "low", "cve_public_date": "2017-05-23 04:29:00 UTC" }, { "cve": "CVE-2016-9841", "url": "https://ubuntu.com/security/CVE-2016-9841", "cve_description": "inffast.c in zlib 1.2.8 might allow context-dependent attackers to have unspecified impact by leveraging improper pointer arithmetic.", "cve_priority": "low", "cve_public_date": "2017-05-23 04:29:00 UTC" }, { "cve": "CVE-2018-25032", "url": "https://ubuntu.com/security/CVE-2018-25032", "cve_description": "zlib before 1.2.12 allows memory corruption when deflating (i.e., when compressing) if the input has many distant matches.", "cve_priority": "medium", "cve_public_date": "2022-03-25 09:15:00 UTC" }, { "cve": "CVE-2022-37434", "url": "https://ubuntu.com/security/CVE-2022-37434", "cve_description": "zlib through 1.2.12 has a heap-based buffer over-read or buffer overflow in inflate in inflate.c via a large gzip header extra field. NOTE: only applications that call inflateGetHeader are affected. Some common applications bundle the affected zlib source code but may be unable to call inflateGetHeader (e.g., see the nodejs/node reference).", "cve_priority": "medium", "cve_public_date": "2022-08-05 07:15:00 UTC" } ], "launchpad_bugs_fixed": [], "changes": [ { "cves": [ { "cve": "CVE-2016-9840", "url": "https://ubuntu.com/security/CVE-2016-9840", "cve_description": "inftrees.c in zlib 1.2.8 might allow context-dependent attackers to have unspecified impact by leveraging improper pointer arithmetic.", "cve_priority": "low", "cve_public_date": "2017-05-23 04:29:00 UTC" }, { "cve": "CVE-2016-9841", "url": "https://ubuntu.com/security/CVE-2016-9841", "cve_description": "inffast.c in zlib 1.2.8 might allow context-dependent attackers to have unspecified impact by leveraging improper pointer arithmetic.", "cve_priority": "low", "cve_public_date": "2017-05-23 04:29:00 UTC" }, { "cve": "CVE-2018-25032", "url": "https://ubuntu.com/security/CVE-2018-25032", "cve_description": "zlib before 1.2.12 allows memory corruption when deflating (i.e., when compressing) if the input has many distant matches.", "cve_priority": "medium", "cve_public_date": "2022-03-25 09:15:00 UTC" }, { "cve": "CVE-2022-37434", "url": "https://ubuntu.com/security/CVE-2022-37434", "cve_description": "zlib through 1.2.12 has a heap-based buffer over-read or buffer overflow in inflate in inflate.c via a large gzip header extra field. NOTE: only applications that call inflateGetHeader are affected. Some common applications bundle the affected zlib source code but may be unable to call inflateGetHeader (e.g., see the nodejs/node reference).", "cve_priority": "medium", "cve_public_date": "2022-08-05 07:15:00 UTC" } ], "log": [ "", " * SECURITY UPDATE: improper pointer arithmetic", " - debian/patches/CVE-2016-9840.patch: remove offset pointer optimization", " in usr/klibc/zlib/inftrees.c.", " - CVE-2016-9840", " * SECURITY UPDATE: improper pointer arithmetic", " - debian/patches/CVE-2016-9841.patch: remove offset pointer optimization", " in usr/klibc/zlib/inffast.c.", " - CVE-2016-9841", " * SECURITY UPDATE: memory corruption during compression", " - debian/patches/CVE-2018-25032.patch: addresses a bug that can crash", " deflate on rare inputs when using Z_FIXED.", " - CVE-2018-25032", " * SECURITY UPDATE: heap-based buffer over-read", " - debian/patches/CVE-2022-37434-1.patch: adds an extra condition to check", " if state->head->extra_max is greater than len before copying, and moves", " the len assignment to be placed before the check in", " usr/klibc/zlib/inflate.c.", " - debian/patches/CVE-2022-37434-2.patch: in the previous patch, the", " placement of the len assignment was causing issues so it was moved", " within the conditional check.", " - CVE-2022-37434", "" ], "package": "klibc", "version": "2.0.13-4ubuntu0.1", "urgency": "medium", "distributions": "noble-security", "launchpad_bugs_fixed": [], "author": "Ian Constantin ", "date": "Tue, 21 May 2024 11:39:42 +0300" } ], "notes": null }, { "name": "libarchive13t64", "from_version": { "source_package_name": "libarchive", "source_package_version": "3.7.2-2", "version": "3.7.2-2" }, "to_version": { "source_package_name": "libarchive", "source_package_version": "3.7.2-2ubuntu0.1", "version": "3.7.2-2ubuntu0.1" }, "cves": [ { "cve": "CVE-2024-26256", "url": "https://ubuntu.com/security/CVE-2024-26256", "cve_description": "libarchive Remote Code Execution Vulnerability", "cve_priority": "medium", "cve_public_date": "2024-04-09 17:15:00 UTC" } ], "launchpad_bugs_fixed": [], "changes": [ { "cves": [ { "cve": "CVE-2024-26256", "url": "https://ubuntu.com/security/CVE-2024-26256", "cve_description": "libarchive Remote Code Execution Vulnerability", "cve_priority": "medium", "cve_public_date": "2024-04-09 17:15:00 UTC" } ], "log": [ "", " * SECURITY UPDATE: Remove code execution", " - debian/patches/CVE-2024-26256.patch: fix OOB in rar e8 filter", " in libarchive/archive_read_support_format_rar.c.", " - CVE-2024-26256", "" ], "package": "libarchive", "version": "3.7.2-2ubuntu0.1", "urgency": "medium", "distributions": "noble-security", "launchpad_bugs_fixed": [], "author": "Leonidas Da Silva Barbosa ", "date": "Thu, 30 May 2024 11:57:56 -0300" } ], "notes": null }, { "name": "libc-bin", "from_version": { "source_package_name": "glibc", "source_package_version": "2.39-0ubuntu8.1", "version": "2.39-0ubuntu8.1" }, "to_version": { "source_package_name": "glibc", "source_package_version": "2.39-0ubuntu8.2", "version": "2.39-0ubuntu8.2" }, "cves": [ { "cve": "CVE-2024-33599", "url": "https://ubuntu.com/security/CVE-2024-33599", "cve_description": "nscd: Stack-based buffer overflow in netgroup cache If the Name Service Cache Daemon's (nscd) fixed size cache is exhausted by client requests then a subsequent client request for netgroup data may result in a stack-based buffer overflow. This flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.", "cve_priority": "medium", "cve_public_date": "2024-05-06 20:15:00 UTC" }, { "cve": "CVE-2024-33600", "url": "https://ubuntu.com/security/CVE-2024-33600", "cve_description": "nscd: Null pointer crashes after notfound response If the Name Service Cache Daemon's (nscd) cache fails to add a not-found netgroup response to the cache, the client request can result in a null pointer dereference. This flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.", "cve_priority": "medium", "cve_public_date": "2024-05-06 20:15:00 UTC" }, { "cve": "CVE-2024-33601", "url": "https://ubuntu.com/security/CVE-2024-33601", "cve_description": "nscd: netgroup cache may terminate daemon on memory allocation failure The Name Service Cache Daemon's (nscd) netgroup cache uses xmalloc or xrealloc and these functions may terminate the process due to a memory allocation failure resulting in a denial of service to the clients. The flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.", "cve_priority": "medium", "cve_public_date": "2024-05-06 20:15:00 UTC" }, { "cve": "CVE-2024-33602", "url": "https://ubuntu.com/security/CVE-2024-33602", "cve_description": "nscd: netgroup cache assumes NSS callback uses in-buffer strings The Name Service Cache Daemon's (nscd) netgroup cache can corrupt memory when the NSS callback does not store all strings in the provided buffer. The flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.", "cve_priority": "medium", "cve_public_date": "2024-05-06 20:15:00 UTC" } ], "launchpad_bugs_fixed": [], "changes": [ { "cves": [ { "cve": "CVE-2024-33599", "url": "https://ubuntu.com/security/CVE-2024-33599", "cve_description": "nscd: Stack-based buffer overflow in netgroup cache If the Name Service Cache Daemon's (nscd) fixed size cache is exhausted by client requests then a subsequent client request for netgroup data may result in a stack-based buffer overflow. This flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.", "cve_priority": "medium", "cve_public_date": "2024-05-06 20:15:00 UTC" }, { "cve": "CVE-2024-33600", "url": "https://ubuntu.com/security/CVE-2024-33600", "cve_description": "nscd: Null pointer crashes after notfound response If the Name Service Cache Daemon's (nscd) cache fails to add a not-found netgroup response to the cache, the client request can result in a null pointer dereference. This flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.", "cve_priority": "medium", "cve_public_date": "2024-05-06 20:15:00 UTC" }, { "cve": "CVE-2024-33601", "url": "https://ubuntu.com/security/CVE-2024-33601", "cve_description": "nscd: netgroup cache may terminate daemon on memory allocation failure The Name Service Cache Daemon's (nscd) netgroup cache uses xmalloc or xrealloc and these functions may terminate the process due to a memory allocation failure resulting in a denial of service to the clients. The flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.", "cve_priority": "medium", "cve_public_date": "2024-05-06 20:15:00 UTC" }, { "cve": "CVE-2024-33602", "url": "https://ubuntu.com/security/CVE-2024-33602", "cve_description": "nscd: netgroup cache assumes NSS callback uses in-buffer strings The Name Service Cache Daemon's (nscd) netgroup cache can corrupt memory when the NSS callback does not store all strings in the provided buffer. The flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.", "cve_priority": "medium", "cve_public_date": "2024-05-06 20:15:00 UTC" } ], "log": [ "", " * SECURITY UPDATE: Stack-based buffer overflow", " - debian/patches/CVE-2024-33599.patch: CVE-2024-33599: nscd: Stack-", " based buffer overflow in netgroup cache.", " - CVE-2024-33599", " * SECURITY UPDATE: Null pointer", " - debian/patches/CVE-2024-33600_1.patch: CVE-2024-33600: nscd: Avoid", " null pointer crashes after notfound response.", " - debian/patches/CVE-2024-33600_2.patch: CVE-2024-33600: nscd: Do", " not send missing not-found response in addgetnetgrentX.", " - CVE-2024-33600", " * SECURITY UPDATE: Memory corruption", " - debian/patches/CVE-2024-33601_33602.patch: CVE-2024-33601, CVE-", " 2024-33602: nscd: netgroup: Use two buffers in addgetnetgrentX.", " - CVE-2024-33601", " - CVE-2024-33602", "" ], "package": "glibc", "version": "2.39-0ubuntu8.2", "urgency": "medium", "distributions": "noble-security", "launchpad_bugs_fixed": [], "author": "Paulo Flabiano Smorigo ", "date": "Tue, 30 Apr 2024 15:02:13 -0300" } ], "notes": null }, { "name": "libc6", "from_version": { "source_package_name": "glibc", "source_package_version": "2.39-0ubuntu8.1", "version": "2.39-0ubuntu8.1" }, "to_version": { "source_package_name": "glibc", "source_package_version": "2.39-0ubuntu8.2", "version": "2.39-0ubuntu8.2" }, "cves": [ { "cve": "CVE-2024-33599", "url": "https://ubuntu.com/security/CVE-2024-33599", "cve_description": "nscd: Stack-based buffer overflow in netgroup cache If the Name Service Cache Daemon's (nscd) fixed size cache is exhausted by client requests then a subsequent client request for netgroup data may result in a stack-based buffer overflow. This flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.", "cve_priority": "medium", "cve_public_date": "2024-05-06 20:15:00 UTC" }, { "cve": "CVE-2024-33600", "url": "https://ubuntu.com/security/CVE-2024-33600", "cve_description": "nscd: Null pointer crashes after notfound response If the Name Service Cache Daemon's (nscd) cache fails to add a not-found netgroup response to the cache, the client request can result in a null pointer dereference. This flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.", "cve_priority": "medium", "cve_public_date": "2024-05-06 20:15:00 UTC" }, { "cve": "CVE-2024-33601", "url": "https://ubuntu.com/security/CVE-2024-33601", "cve_description": "nscd: netgroup cache may terminate daemon on memory allocation failure The Name Service Cache Daemon's (nscd) netgroup cache uses xmalloc or xrealloc and these functions may terminate the process due to a memory allocation failure resulting in a denial of service to the clients. The flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.", "cve_priority": "medium", "cve_public_date": "2024-05-06 20:15:00 UTC" }, { "cve": "CVE-2024-33602", "url": "https://ubuntu.com/security/CVE-2024-33602", "cve_description": "nscd: netgroup cache assumes NSS callback uses in-buffer strings The Name Service Cache Daemon's (nscd) netgroup cache can corrupt memory when the NSS callback does not store all strings in the provided buffer. The flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.", "cve_priority": "medium", "cve_public_date": "2024-05-06 20:15:00 UTC" } ], "launchpad_bugs_fixed": [], "changes": [ { "cves": [ { "cve": "CVE-2024-33599", "url": "https://ubuntu.com/security/CVE-2024-33599", "cve_description": "nscd: Stack-based buffer overflow in netgroup cache If the Name Service Cache Daemon's (nscd) fixed size cache is exhausted by client requests then a subsequent client request for netgroup data may result in a stack-based buffer overflow. This flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.", "cve_priority": "medium", "cve_public_date": "2024-05-06 20:15:00 UTC" }, { "cve": "CVE-2024-33600", "url": "https://ubuntu.com/security/CVE-2024-33600", "cve_description": "nscd: Null pointer crashes after notfound response If the Name Service Cache Daemon's (nscd) cache fails to add a not-found netgroup response to the cache, the client request can result in a null pointer dereference. This flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.", "cve_priority": "medium", "cve_public_date": "2024-05-06 20:15:00 UTC" }, { "cve": "CVE-2024-33601", "url": "https://ubuntu.com/security/CVE-2024-33601", "cve_description": "nscd: netgroup cache may terminate daemon on memory allocation failure The Name Service Cache Daemon's (nscd) netgroup cache uses xmalloc or xrealloc and these functions may terminate the process due to a memory allocation failure resulting in a denial of service to the clients. The flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.", "cve_priority": "medium", "cve_public_date": "2024-05-06 20:15:00 UTC" }, { "cve": "CVE-2024-33602", "url": "https://ubuntu.com/security/CVE-2024-33602", "cve_description": "nscd: netgroup cache assumes NSS callback uses in-buffer strings The Name Service Cache Daemon's (nscd) netgroup cache can corrupt memory when the NSS callback does not store all strings in the provided buffer. The flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.", "cve_priority": "medium", "cve_public_date": "2024-05-06 20:15:00 UTC" } ], "log": [ "", " * SECURITY UPDATE: Stack-based buffer overflow", " - debian/patches/CVE-2024-33599.patch: CVE-2024-33599: nscd: Stack-", " based buffer overflow in netgroup cache.", " - CVE-2024-33599", " * SECURITY UPDATE: Null pointer", " - debian/patches/CVE-2024-33600_1.patch: CVE-2024-33600: nscd: Avoid", " null pointer crashes after notfound response.", " - debian/patches/CVE-2024-33600_2.patch: CVE-2024-33600: nscd: Do", " not send missing not-found response in addgetnetgrentX.", " - CVE-2024-33600", " * SECURITY UPDATE: Memory corruption", " - debian/patches/CVE-2024-33601_33602.patch: CVE-2024-33601, CVE-", " 2024-33602: nscd: netgroup: Use two buffers in addgetnetgrentX.", " - CVE-2024-33601", " - CVE-2024-33602", "" ], "package": "glibc", "version": "2.39-0ubuntu8.2", "urgency": "medium", "distributions": "noble-security", "launchpad_bugs_fixed": [], "author": "Paulo Flabiano Smorigo ", "date": "Tue, 30 Apr 2024 15:02:13 -0300" } ], "notes": null }, { "name": "libklibc", "from_version": { "source_package_name": "klibc", "source_package_version": "2.0.13-4", "version": "2.0.13-4" }, "to_version": { "source_package_name": "klibc", "source_package_version": "2.0.13-4ubuntu0.1", "version": "2.0.13-4ubuntu0.1" }, "cves": [ { "cve": "CVE-2016-9840", "url": "https://ubuntu.com/security/CVE-2016-9840", "cve_description": "inftrees.c in zlib 1.2.8 might allow context-dependent attackers to have unspecified impact by leveraging improper pointer arithmetic.", "cve_priority": "low", "cve_public_date": "2017-05-23 04:29:00 UTC" }, { "cve": "CVE-2016-9841", "url": "https://ubuntu.com/security/CVE-2016-9841", "cve_description": "inffast.c in zlib 1.2.8 might allow context-dependent attackers to have unspecified impact by leveraging improper pointer arithmetic.", "cve_priority": "low", "cve_public_date": "2017-05-23 04:29:00 UTC" }, { "cve": "CVE-2018-25032", "url": "https://ubuntu.com/security/CVE-2018-25032", "cve_description": "zlib before 1.2.12 allows memory corruption when deflating (i.e., when compressing) if the input has many distant matches.", "cve_priority": "medium", "cve_public_date": "2022-03-25 09:15:00 UTC" }, { "cve": "CVE-2022-37434", "url": "https://ubuntu.com/security/CVE-2022-37434", "cve_description": "zlib through 1.2.12 has a heap-based buffer over-read or buffer overflow in inflate in inflate.c via a large gzip header extra field. NOTE: only applications that call inflateGetHeader are affected. Some common applications bundle the affected zlib source code but may be unable to call inflateGetHeader (e.g., see the nodejs/node reference).", "cve_priority": "medium", "cve_public_date": "2022-08-05 07:15:00 UTC" } ], "launchpad_bugs_fixed": [], "changes": [ { "cves": [ { "cve": "CVE-2016-9840", "url": "https://ubuntu.com/security/CVE-2016-9840", "cve_description": "inftrees.c in zlib 1.2.8 might allow context-dependent attackers to have unspecified impact by leveraging improper pointer arithmetic.", "cve_priority": "low", "cve_public_date": "2017-05-23 04:29:00 UTC" }, { "cve": "CVE-2016-9841", "url": "https://ubuntu.com/security/CVE-2016-9841", "cve_description": "inffast.c in zlib 1.2.8 might allow context-dependent attackers to have unspecified impact by leveraging improper pointer arithmetic.", "cve_priority": "low", "cve_public_date": "2017-05-23 04:29:00 UTC" }, { "cve": "CVE-2018-25032", "url": "https://ubuntu.com/security/CVE-2018-25032", "cve_description": "zlib before 1.2.12 allows memory corruption when deflating (i.e., when compressing) if the input has many distant matches.", "cve_priority": "medium", "cve_public_date": "2022-03-25 09:15:00 UTC" }, { "cve": "CVE-2022-37434", "url": "https://ubuntu.com/security/CVE-2022-37434", "cve_description": "zlib through 1.2.12 has a heap-based buffer over-read or buffer overflow in inflate in inflate.c via a large gzip header extra field. NOTE: only applications that call inflateGetHeader are affected. Some common applications bundle the affected zlib source code but may be unable to call inflateGetHeader (e.g., see the nodejs/node reference).", "cve_priority": "medium", "cve_public_date": "2022-08-05 07:15:00 UTC" } ], "log": [ "", " * SECURITY UPDATE: improper pointer arithmetic", " - debian/patches/CVE-2016-9840.patch: remove offset pointer optimization", " in usr/klibc/zlib/inftrees.c.", " - CVE-2016-9840", " * SECURITY UPDATE: improper pointer arithmetic", " - debian/patches/CVE-2016-9841.patch: remove offset pointer optimization", " in usr/klibc/zlib/inffast.c.", " - CVE-2016-9841", " * SECURITY UPDATE: memory corruption during compression", " - debian/patches/CVE-2018-25032.patch: addresses a bug that can crash", " deflate on rare inputs when using Z_FIXED.", " - CVE-2018-25032", " * SECURITY UPDATE: heap-based buffer over-read", " - debian/patches/CVE-2022-37434-1.patch: adds an extra condition to check", " if state->head->extra_max is greater than len before copying, and moves", " the len assignment to be placed before the check in", " usr/klibc/zlib/inflate.c.", " - debian/patches/CVE-2022-37434-2.patch: in the previous patch, the", " placement of the len assignment was causing issues so it was moved", " within the conditional check.", " - CVE-2022-37434", "" ], "package": "klibc", "version": "2.0.13-4ubuntu0.1", "urgency": "medium", "distributions": "noble-security", "launchpad_bugs_fixed": [], "author": "Ian Constantin ", "date": "Tue, 21 May 2024 11:39:42 +0300" } ], "notes": null }, { "name": "libnss-systemd", "from_version": { "source_package_name": "systemd", "source_package_version": "255.4-1ubuntu8", "version": "255.4-1ubuntu8" }, "to_version": { "source_package_name": "systemd", "source_package_version": "255.4-1ubuntu8.1", "version": "255.4-1ubuntu8.1" }, "cves": [], "launchpad_bugs_fixed": [ 2047975, 2054761, 2064096, 2065964 ], "changes": [ { "cves": [], "log": [ "", " * debian/systemd-resolved.postinst: ignore cp failure (LP: #2047975)", " * debian/systemd.postinst: don't restart user managers if too old (LP: #2054761)", " * switch-root: use MS_MOVE for /run when switchig from initrd (LP: #2064096)", " * test: check for kernel.apparmor_restrict_unprivileged_userns (LP: #2065964)", "" ], "package": "systemd", "version": "255.4-1ubuntu8.1", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2047975, 2054761, 2064096, 2065964 ], "author": "Nick Rosbrook ", "date": "Fri, 17 May 2024 10:47:34 +0200" } ], "notes": null }, { "name": "libpam-modules", "from_version": { "source_package_name": "pam", "source_package_version": "1.5.3-5ubuntu5", "version": "1.5.3-5ubuntu5" }, "to_version": { "source_package_name": "pam", "source_package_version": "1.5.3-5ubuntu5.1", "version": "1.5.3-5ubuntu5.1" }, "cves": [], "launchpad_bugs_fixed": [ 2064360, 2064350 ], "changes": [ { "cves": [], "log": [ "", " [ Sam Hartman ]", " * Correct Build depends for docbook5 (LP: #2064360)", " * Depend on libdb-dev again, bringing back pam_userdb (LP: #2064350)", "" ], "package": "pam", "version": "1.5.3-5ubuntu5.1", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2064360, 2064350 ], "author": "Dan Bungert ", "date": "Thu, 02 May 2024 16:20:13 -0600" } ], "notes": null }, { "name": "libpam-modules-bin", "from_version": { "source_package_name": "pam", "source_package_version": "1.5.3-5ubuntu5", "version": "1.5.3-5ubuntu5" }, "to_version": { "source_package_name": "pam", "source_package_version": "1.5.3-5ubuntu5.1", "version": "1.5.3-5ubuntu5.1" }, "cves": [], "launchpad_bugs_fixed": [ 2064360, 2064350 ], "changes": [ { "cves": [], "log": [ "", " [ Sam Hartman ]", " * Correct Build depends for docbook5 (LP: #2064360)", " * Depend on libdb-dev again, bringing back pam_userdb (LP: #2064350)", "" ], "package": "pam", "version": "1.5.3-5ubuntu5.1", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2064360, 2064350 ], "author": "Dan Bungert ", "date": "Thu, 02 May 2024 16:20:13 -0600" } ], "notes": null }, { "name": "libpam-runtime", "from_version": { "source_package_name": "pam", "source_package_version": "1.5.3-5ubuntu5", "version": "1.5.3-5ubuntu5" }, "to_version": { "source_package_name": "pam", "source_package_version": "1.5.3-5ubuntu5.1", "version": "1.5.3-5ubuntu5.1" }, "cves": [], "launchpad_bugs_fixed": [ 2064360, 2064350 ], "changes": [ { "cves": [], "log": [ "", " [ Sam Hartman ]", " * Correct Build depends for docbook5 (LP: #2064360)", " * Depend on libdb-dev again, bringing back pam_userdb (LP: #2064350)", "" ], "package": "pam", "version": "1.5.3-5ubuntu5.1", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2064360, 2064350 ], "author": "Dan Bungert ", "date": "Thu, 02 May 2024 16:20:13 -0600" } ], "notes": null }, { "name": "libpam-systemd", "from_version": { "source_package_name": "systemd", "source_package_version": "255.4-1ubuntu8", "version": "255.4-1ubuntu8" }, "to_version": { "source_package_name": "systemd", "source_package_version": "255.4-1ubuntu8.1", "version": "255.4-1ubuntu8.1" }, "cves": [], "launchpad_bugs_fixed": [ 2047975, 2054761, 2064096, 2065964 ], "changes": [ { "cves": [], "log": [ "", " * debian/systemd-resolved.postinst: ignore cp failure (LP: #2047975)", " * debian/systemd.postinst: don't restart user managers if too old (LP: #2054761)", " * switch-root: use MS_MOVE for /run when switchig from initrd (LP: #2064096)", " * test: check for kernel.apparmor_restrict_unprivileged_userns (LP: #2065964)", "" ], "package": "systemd", "version": "255.4-1ubuntu8.1", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2047975, 2054761, 2064096, 2065964 ], "author": "Nick Rosbrook ", "date": "Fri, 17 May 2024 10:47:34 +0200" } ], "notes": null }, { "name": "libpam0g", "from_version": { "source_package_name": "pam", "source_package_version": "1.5.3-5ubuntu5", "version": "1.5.3-5ubuntu5" }, "to_version": { "source_package_name": "pam", "source_package_version": "1.5.3-5ubuntu5.1", "version": "1.5.3-5ubuntu5.1" }, "cves": [], "launchpad_bugs_fixed": [ 2064360, 2064350 ], "changes": [ { "cves": [], "log": [ "", " [ Sam Hartman ]", " * Correct Build depends for docbook5 (LP: #2064360)", " * Depend on libdb-dev again, bringing back pam_userdb (LP: #2064350)", "" ], "package": "pam", "version": "1.5.3-5ubuntu5.1", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2064360, 2064350 ], "author": "Dan Bungert ", "date": "Thu, 02 May 2024 16:20:13 -0600" } ], "notes": null }, { "name": "libsystemd-shared", "from_version": { "source_package_name": "systemd", "source_package_version": "255.4-1ubuntu8", "version": "255.4-1ubuntu8" }, "to_version": { "source_package_name": "systemd", "source_package_version": "255.4-1ubuntu8.1", "version": "255.4-1ubuntu8.1" }, "cves": [], "launchpad_bugs_fixed": [ 2047975, 2054761, 2064096, 2065964 ], "changes": [ { "cves": [], "log": [ "", " * debian/systemd-resolved.postinst: ignore cp failure (LP: #2047975)", " * debian/systemd.postinst: don't restart user managers if too old (LP: #2054761)", " * switch-root: use MS_MOVE for /run when switchig from initrd (LP: #2064096)", " * test: check for kernel.apparmor_restrict_unprivileged_userns (LP: #2065964)", "" ], "package": "systemd", "version": "255.4-1ubuntu8.1", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2047975, 2054761, 2064096, 2065964 ], "author": "Nick Rosbrook ", "date": "Fri, 17 May 2024 10:47:34 +0200" } ], "notes": null }, { "name": "libsystemd0", "from_version": { "source_package_name": "systemd", "source_package_version": "255.4-1ubuntu8", "version": "255.4-1ubuntu8" }, "to_version": { "source_package_name": "systemd", "source_package_version": "255.4-1ubuntu8.1", "version": "255.4-1ubuntu8.1" }, "cves": [], "launchpad_bugs_fixed": [ 2047975, 2054761, 2064096, 2065964 ], "changes": [ { "cves": [], "log": [ "", " * debian/systemd-resolved.postinst: ignore cp failure (LP: #2047975)", " * debian/systemd.postinst: don't restart user managers if too old (LP: #2054761)", " * switch-root: use MS_MOVE for /run when switchig from initrd (LP: #2064096)", " * test: check for kernel.apparmor_restrict_unprivileged_userns (LP: #2065964)", "" ], "package": "systemd", "version": "255.4-1ubuntu8.1", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2047975, 2054761, 2064096, 2065964 ], "author": "Nick Rosbrook ", "date": "Fri, 17 May 2024 10:47:34 +0200" } ], "notes": null }, { "name": "libudev1", "from_version": { "source_package_name": "systemd", "source_package_version": "255.4-1ubuntu8", "version": "255.4-1ubuntu8" }, "to_version": { "source_package_name": "systemd", "source_package_version": "255.4-1ubuntu8.1", "version": "255.4-1ubuntu8.1" }, "cves": [], "launchpad_bugs_fixed": [ 2047975, 2054761, 2064096, 2065964 ], "changes": [ { "cves": [], "log": [ "", " * debian/systemd-resolved.postinst: ignore cp failure (LP: #2047975)", " * debian/systemd.postinst: don't restart user managers if too old (LP: #2054761)", " * switch-root: use MS_MOVE for /run when switchig from initrd (LP: #2064096)", " * test: check for kernel.apparmor_restrict_unprivileged_userns (LP: #2065964)", "" ], "package": "systemd", "version": "255.4-1ubuntu8.1", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2047975, 2054761, 2064096, 2065964 ], "author": "Nick Rosbrook ", "date": "Fri, 17 May 2024 10:47:34 +0200" } ], "notes": null }, { "name": "linux-headers-generic", "from_version": { "source_package_name": "linux-meta", "source_package_version": "6.8.0-31.31", "version": "6.8.0-31.31" }, "to_version": { "source_package_name": "linux-meta", "source_package_version": "6.8.0-35.35", "version": "6.8.0-35.35" }, "cves": [], "launchpad_bugs_fixed": [ 1786013, 1786013, 2064266, 2061747 ], "changes": [ { "cves": [], "log": [ "", " * Main version: 6.8.0-35.35", "" ], "package": "linux-meta", "version": "6.8.0-35.35", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Roxana Nicolescu ", "date": "Mon, 20 May 2024 16:26:53 +0200" }, { "cves": [], "log": [ "", " * Main version: 6.8.0-34.34", "", " * Packaging resync (LP: #1786013)", " - [Packaging] debian/dkms-versions -- resync from main package", "" ], "package": "linux-meta", "version": "6.8.0-34.34", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 1786013 ], "author": "Roxana Nicolescu ", "date": "Wed, 08 May 2024 13:15:09 +0200" }, { "cves": [], "log": [ "", " * Main version: 6.8.0-32.32", "", " * Packaging resync (LP: #1786013)", " - [Packaging] update variants", " - [Packaging] debian/dkms-versions -- resync from main package", "", " * linux-virtual: recommends linux-tools and ubuntu-kernel-accessories", " (LP: #2064266)", " - [Packaging] Recommends linux-tools-$kernel-abi-version-$flavour and ubuntu-", " kernel-accessories", "", " * obsolete out-of-tree ivsc dkms in favor of in-tree one (LP: #2061747)", " - [Packaging] obsolete out-of-tree ivsc dkms", "" ], "package": "linux-meta", "version": "6.8.0-32.32", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 1786013, 2064266, 2061747 ], "author": "Roxana Nicolescu ", "date": "Wed, 01 May 2024 16:03:09 +0200" } ], "notes": null }, { "name": "linux-headers-virtual", "from_version": { "source_package_name": "linux-meta", "source_package_version": "6.8.0-31.31", "version": "6.8.0-31.31" }, "to_version": { "source_package_name": "linux-meta", "source_package_version": "6.8.0-35.35", "version": "6.8.0-35.35" }, "cves": [], "launchpad_bugs_fixed": [ 1786013, 1786013, 2064266, 2061747 ], "changes": [ { "cves": [], "log": [ "", " * Main version: 6.8.0-35.35", "" ], "package": "linux-meta", "version": "6.8.0-35.35", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Roxana Nicolescu ", "date": "Mon, 20 May 2024 16:26:53 +0200" }, { "cves": [], "log": [ "", " * Main version: 6.8.0-34.34", "", " * Packaging resync (LP: #1786013)", " - [Packaging] debian/dkms-versions -- resync from main package", "" ], "package": "linux-meta", "version": "6.8.0-34.34", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 1786013 ], "author": "Roxana Nicolescu ", "date": "Wed, 08 May 2024 13:15:09 +0200" }, { "cves": [], "log": [ "", " * Main version: 6.8.0-32.32", "", " * Packaging resync (LP: #1786013)", " - [Packaging] update variants", " - [Packaging] debian/dkms-versions -- resync from main package", "", " * linux-virtual: recommends linux-tools and ubuntu-kernel-accessories", " (LP: #2064266)", " - [Packaging] Recommends linux-tools-$kernel-abi-version-$flavour and ubuntu-", " kernel-accessories", "", " * obsolete out-of-tree ivsc dkms in favor of in-tree one (LP: #2061747)", " - [Packaging] obsolete out-of-tree ivsc dkms", "" ], "package": "linux-meta", "version": "6.8.0-32.32", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 1786013, 2064266, 2061747 ], "author": "Roxana Nicolescu ", "date": "Wed, 01 May 2024 16:03:09 +0200" } ], "notes": null }, { "name": "linux-image-virtual", "from_version": { "source_package_name": "linux-meta", "source_package_version": "6.8.0-31.31", "version": "6.8.0-31.31" }, "to_version": { "source_package_name": "linux-meta", "source_package_version": "6.8.0-35.35", "version": "6.8.0-35.35" }, "cves": [], "launchpad_bugs_fixed": [ 1786013, 1786013, 2064266, 2061747 ], "changes": [ { "cves": [], "log": [ "", " * Main version: 6.8.0-35.35", "" ], "package": "linux-meta", "version": "6.8.0-35.35", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Roxana Nicolescu ", "date": "Mon, 20 May 2024 16:26:53 +0200" }, { "cves": [], "log": [ "", " * Main version: 6.8.0-34.34", "", " * Packaging resync (LP: #1786013)", " - [Packaging] debian/dkms-versions -- resync from main package", "" ], "package": "linux-meta", "version": "6.8.0-34.34", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 1786013 ], "author": "Roxana Nicolescu ", "date": "Wed, 08 May 2024 13:15:09 +0200" }, { "cves": [], "log": [ "", " * Main version: 6.8.0-32.32", "", " * Packaging resync (LP: #1786013)", " - [Packaging] update variants", " - [Packaging] debian/dkms-versions -- resync from main package", "", " * linux-virtual: recommends linux-tools and ubuntu-kernel-accessories", " (LP: #2064266)", " - [Packaging] Recommends linux-tools-$kernel-abi-version-$flavour and ubuntu-", " kernel-accessories", "", " * obsolete out-of-tree ivsc dkms in favor of in-tree one (LP: #2061747)", " - [Packaging] obsolete out-of-tree ivsc dkms", "" ], "package": "linux-meta", "version": "6.8.0-32.32", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 1786013, 2064266, 2061747 ], "author": "Roxana Nicolescu ", "date": "Wed, 01 May 2024 16:03:09 +0200" } ], "notes": null }, { "name": "linux-virtual", "from_version": { "source_package_name": "linux-meta", "source_package_version": "6.8.0-31.31", "version": "6.8.0-31.31" }, "to_version": { "source_package_name": "linux-meta", "source_package_version": "6.8.0-35.35", "version": "6.8.0-35.35" }, "cves": [], "launchpad_bugs_fixed": [ 1786013, 1786013, 2064266, 2061747 ], "changes": [ { "cves": [], "log": [ "", " * Main version: 6.8.0-35.35", "" ], "package": "linux-meta", "version": "6.8.0-35.35", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Roxana Nicolescu ", "date": "Mon, 20 May 2024 16:26:53 +0200" }, { "cves": [], "log": [ "", " * Main version: 6.8.0-34.34", "", " * Packaging resync (LP: #1786013)", " - [Packaging] debian/dkms-versions -- resync from main package", "" ], "package": "linux-meta", "version": "6.8.0-34.34", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 1786013 ], "author": "Roxana Nicolescu ", "date": "Wed, 08 May 2024 13:15:09 +0200" }, { "cves": [], "log": [ "", " * Main version: 6.8.0-32.32", "", " * Packaging resync (LP: #1786013)", " - [Packaging] update variants", " - [Packaging] debian/dkms-versions -- resync from main package", "", " * linux-virtual: recommends linux-tools and ubuntu-kernel-accessories", " (LP: #2064266)", " - [Packaging] Recommends linux-tools-$kernel-abi-version-$flavour and ubuntu-", " kernel-accessories", "", " * obsolete out-of-tree ivsc dkms in favor of in-tree one (LP: #2061747)", " - [Packaging] obsolete out-of-tree ivsc dkms", "" ], "package": "linux-meta", "version": "6.8.0-32.32", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 1786013, 2064266, 2061747 ], "author": "Roxana Nicolescu ", "date": "Wed, 01 May 2024 16:03:09 +0200" } ], "notes": null }, { "name": "locales", "from_version": { "source_package_name": "glibc", "source_package_version": "2.39-0ubuntu8.1", "version": "2.39-0ubuntu8.1" }, "to_version": { "source_package_name": "glibc", "source_package_version": "2.39-0ubuntu8.2", "version": "2.39-0ubuntu8.2" }, "cves": [ { "cve": "CVE-2024-33599", "url": "https://ubuntu.com/security/CVE-2024-33599", "cve_description": "nscd: Stack-based buffer overflow in netgroup cache If the Name Service Cache Daemon's (nscd) fixed size cache is exhausted by client requests then a subsequent client request for netgroup data may result in a stack-based buffer overflow. This flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.", "cve_priority": "medium", "cve_public_date": "2024-05-06 20:15:00 UTC" }, { "cve": "CVE-2024-33600", "url": "https://ubuntu.com/security/CVE-2024-33600", "cve_description": "nscd: Null pointer crashes after notfound response If the Name Service Cache Daemon's (nscd) cache fails to add a not-found netgroup response to the cache, the client request can result in a null pointer dereference. This flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.", "cve_priority": "medium", "cve_public_date": "2024-05-06 20:15:00 UTC" }, { "cve": "CVE-2024-33601", "url": "https://ubuntu.com/security/CVE-2024-33601", "cve_description": "nscd: netgroup cache may terminate daemon on memory allocation failure The Name Service Cache Daemon's (nscd) netgroup cache uses xmalloc or xrealloc and these functions may terminate the process due to a memory allocation failure resulting in a denial of service to the clients. The flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.", "cve_priority": "medium", "cve_public_date": "2024-05-06 20:15:00 UTC" }, { "cve": "CVE-2024-33602", "url": "https://ubuntu.com/security/CVE-2024-33602", "cve_description": "nscd: netgroup cache assumes NSS callback uses in-buffer strings The Name Service Cache Daemon's (nscd) netgroup cache can corrupt memory when the NSS callback does not store all strings in the provided buffer. The flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.", "cve_priority": "medium", "cve_public_date": "2024-05-06 20:15:00 UTC" } ], "launchpad_bugs_fixed": [], "changes": [ { "cves": [ { "cve": "CVE-2024-33599", "url": "https://ubuntu.com/security/CVE-2024-33599", "cve_description": "nscd: Stack-based buffer overflow in netgroup cache If the Name Service Cache Daemon's (nscd) fixed size cache is exhausted by client requests then a subsequent client request for netgroup data may result in a stack-based buffer overflow. This flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.", "cve_priority": "medium", "cve_public_date": "2024-05-06 20:15:00 UTC" }, { "cve": "CVE-2024-33600", "url": "https://ubuntu.com/security/CVE-2024-33600", "cve_description": "nscd: Null pointer crashes after notfound response If the Name Service Cache Daemon's (nscd) cache fails to add a not-found netgroup response to the cache, the client request can result in a null pointer dereference. This flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.", "cve_priority": "medium", "cve_public_date": "2024-05-06 20:15:00 UTC" }, { "cve": "CVE-2024-33601", "url": "https://ubuntu.com/security/CVE-2024-33601", "cve_description": "nscd: netgroup cache may terminate daemon on memory allocation failure The Name Service Cache Daemon's (nscd) netgroup cache uses xmalloc or xrealloc and these functions may terminate the process due to a memory allocation failure resulting in a denial of service to the clients. The flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.", "cve_priority": "medium", "cve_public_date": "2024-05-06 20:15:00 UTC" }, { "cve": "CVE-2024-33602", "url": "https://ubuntu.com/security/CVE-2024-33602", "cve_description": "nscd: netgroup cache assumes NSS callback uses in-buffer strings The Name Service Cache Daemon's (nscd) netgroup cache can corrupt memory when the NSS callback does not store all strings in the provided buffer. The flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.", "cve_priority": "medium", "cve_public_date": "2024-05-06 20:15:00 UTC" } ], "log": [ "", " * SECURITY UPDATE: Stack-based buffer overflow", " - debian/patches/CVE-2024-33599.patch: CVE-2024-33599: nscd: Stack-", " based buffer overflow in netgroup cache.", " - CVE-2024-33599", " * SECURITY UPDATE: Null pointer", " - debian/patches/CVE-2024-33600_1.patch: CVE-2024-33600: nscd: Avoid", " null pointer crashes after notfound response.", " - debian/patches/CVE-2024-33600_2.patch: CVE-2024-33600: nscd: Do", " not send missing not-found response in addgetnetgrentX.", " - CVE-2024-33600", " * SECURITY UPDATE: Memory corruption", " - debian/patches/CVE-2024-33601_33602.patch: CVE-2024-33601, CVE-", " 2024-33602: nscd: netgroup: Use two buffers in addgetnetgrentX.", " - CVE-2024-33601", " - CVE-2024-33602", "" ], "package": "glibc", "version": "2.39-0ubuntu8.2", "urgency": "medium", "distributions": "noble-security", "launchpad_bugs_fixed": [], "author": "Paulo Flabiano Smorigo ", "date": "Tue, 30 Apr 2024 15:02:13 -0300" } ], "notes": null }, { "name": "python3-cryptography", "from_version": { "source_package_name": "python-cryptography", "source_package_version": "41.0.7-4build3", "version": "41.0.7-4build3" }, "to_version": { "source_package_name": "python-cryptography", "source_package_version": "41.0.7-4ubuntu0.1", "version": "41.0.7-4ubuntu0.1" }, "cves": [ { "cve": "CVE-2024-26130", "url": "https://ubuntu.com/security/CVE-2024-26130", "cve_description": "cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. Starting in version 38.0.0 and prior to version 42.0.4, if `pkcs12.serialize_key_and_certificates` is called with both a certificate whose public key did not match the provided private key and an `encryption_algorithm` with `hmac_hash` set (via `PrivateFormat.PKCS12.encryption_builder().hmac_hash(...)`, then a NULL pointer dereference would occur, crashing the Python process. This has been resolved in version 42.0.4, the first version in which a `ValueError` is properly raised.", "cve_priority": "medium", "cve_public_date": "2024-02-21 17:15:00 UTC" } ], "launchpad_bugs_fixed": [], "changes": [ { "cves": [ { "cve": "CVE-2024-26130", "url": "https://ubuntu.com/security/CVE-2024-26130", "cve_description": "cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. Starting in version 38.0.0 and prior to version 42.0.4, if `pkcs12.serialize_key_and_certificates` is called with both a certificate whose public key did not match the provided private key and an `encryption_algorithm` with `hmac_hash` set (via `PrivateFormat.PKCS12.encryption_builder().hmac_hash(...)`, then a NULL pointer dereference would occur, crashing the Python process. This has been resolved in version 42.0.4, the first version in which a `ValueError` is properly raised.", "cve_priority": "medium", "cve_public_date": "2024-02-21 17:15:00 UTC" } ], "log": [ "", " * SECURITY UPDATE: null pointer dereference", " - debian/patches/CVE-2024-26130.patch: null check before dereference", " - CVE-2024-26130", "" ], "package": "python-cryptography", "version": "41.0.7-4ubuntu0.1", "urgency": "medium", "distributions": "noble-security", "launchpad_bugs_fixed": [], "author": "Jorge Sancho Larraz ", "date": "Mon, 27 May 2024 09:18:06 +0200" } ], "notes": null }, { "name": "python3-jinja2", "from_version": { "source_package_name": "jinja2", "source_package_version": "3.1.2-1ubuntu1", "version": "3.1.2-1ubuntu1" }, "to_version": { "source_package_name": "jinja2", "source_package_version": "3.1.2-1ubuntu1.1", "version": "3.1.2-1ubuntu1.1" }, "cves": [ { "cve": "CVE-2024-34064", "url": "https://ubuntu.com/security/CVE-2024-34064", "cve_description": "Jinja is an extensible templating engine. The `xmlattr` filter in affected versions of Jinja accepts keys containing non-attribute characters. XML/HTML attributes cannot contain spaces, `/`, `>`, or `=`, as each would then be interpreted as starting a separate attribute. If an application accepts keys (as opposed to only values) as user input, and renders these in pages that other users see as well, an attacker could use this to inject other attributes and perform XSS. The fix for CVE-2024-22195 only addressed spaces but not other characters. Accepting keys as user input is now explicitly considered an unintended use case of the `xmlattr` filter, and code that does so without otherwise validating the input should be flagged as insecure, regardless of Jinja version. Accepting _values_ as user input continues to be safe. This vulnerability is fixed in 3.1.4.", "cve_priority": "medium", "cve_public_date": "2024-05-06 15:15:00 UTC" } ], "launchpad_bugs_fixed": [], "changes": [ { "cves": [ { "cve": "CVE-2024-34064", "url": "https://ubuntu.com/security/CVE-2024-34064", "cve_description": "Jinja is an extensible templating engine. The `xmlattr` filter in affected versions of Jinja accepts keys containing non-attribute characters. XML/HTML attributes cannot contain spaces, `/`, `>`, or `=`, as each would then be interpreted as starting a separate attribute. If an application accepts keys (as opposed to only values) as user input, and renders these in pages that other users see as well, an attacker could use this to inject other attributes and perform XSS. The fix for CVE-2024-22195 only addressed spaces but not other characters. Accepting keys as user input is now explicitly considered an unintended use case of the `xmlattr` filter, and code that does so without otherwise validating the input should be flagged as insecure, regardless of Jinja version. Accepting _values_ as user input continues to be safe. This vulnerability is fixed in 3.1.4.", "cve_priority": "medium", "cve_public_date": "2024-05-06 15:15:00 UTC" } ], "log": [ "", " * SECURITY UPDATE: Cross-Site scripting in xmlattr filter", " - debian/patches/CVE-2024-34064.patch: disallow invalid characters ", " in keys to xmlattr filter", " - CVE-2024-34064", "" ], "package": "jinja2", "version": "3.1.2-1ubuntu1.1", "urgency": "medium", "distributions": "noble-security", "launchpad_bugs_fixed": [], "author": "Nick Galanis ", "date": "Tue, 21 May 2024 15:32:08 +0100" } ], "notes": null }, { "name": "systemd", "from_version": { "source_package_name": "systemd", "source_package_version": "255.4-1ubuntu8", "version": "255.4-1ubuntu8" }, "to_version": { "source_package_name": "systemd", "source_package_version": "255.4-1ubuntu8.1", "version": "255.4-1ubuntu8.1" }, "cves": [], "launchpad_bugs_fixed": [ 2047975, 2054761, 2064096, 2065964 ], "changes": [ { "cves": [], "log": [ "", " * debian/systemd-resolved.postinst: ignore cp failure (LP: #2047975)", " * debian/systemd.postinst: don't restart user managers if too old (LP: #2054761)", " * switch-root: use MS_MOVE for /run when switchig from initrd (LP: #2064096)", " * test: check for kernel.apparmor_restrict_unprivileged_userns (LP: #2065964)", "" ], "package": "systemd", "version": "255.4-1ubuntu8.1", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2047975, 2054761, 2064096, 2065964 ], "author": "Nick Rosbrook ", "date": "Fri, 17 May 2024 10:47:34 +0200" } ], "notes": null }, { "name": "systemd-dev", "from_version": { "source_package_name": "systemd", "source_package_version": "255.4-1ubuntu8", "version": "255.4-1ubuntu8" }, "to_version": { "source_package_name": "systemd", "source_package_version": "255.4-1ubuntu8.1", "version": "255.4-1ubuntu8.1" }, "cves": [], "launchpad_bugs_fixed": [ 2047975, 2054761, 2064096, 2065964 ], "changes": [ { "cves": [], "log": [ "", " * debian/systemd-resolved.postinst: ignore cp failure (LP: #2047975)", " * debian/systemd.postinst: don't restart user managers if too old (LP: #2054761)", " * switch-root: use MS_MOVE for /run when switchig from initrd (LP: #2064096)", " * test: check for kernel.apparmor_restrict_unprivileged_userns (LP: #2065964)", "" ], "package": "systemd", "version": "255.4-1ubuntu8.1", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2047975, 2054761, 2064096, 2065964 ], "author": "Nick Rosbrook ", "date": "Fri, 17 May 2024 10:47:34 +0200" } ], "notes": null }, { "name": "systemd-resolved", "from_version": { "source_package_name": "systemd", "source_package_version": "255.4-1ubuntu8", "version": "255.4-1ubuntu8" }, "to_version": { "source_package_name": "systemd", "source_package_version": "255.4-1ubuntu8.1", "version": "255.4-1ubuntu8.1" }, "cves": [], "launchpad_bugs_fixed": [ 2047975, 2054761, 2064096, 2065964 ], "changes": [ { "cves": [], "log": [ "", " * debian/systemd-resolved.postinst: ignore cp failure (LP: #2047975)", " * debian/systemd.postinst: don't restart user managers if too old (LP: #2054761)", " * switch-root: use MS_MOVE for /run when switchig from initrd (LP: #2064096)", " * test: check for kernel.apparmor_restrict_unprivileged_userns (LP: #2065964)", "" ], "package": "systemd", "version": "255.4-1ubuntu8.1", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2047975, 2054761, 2064096, 2065964 ], "author": "Nick Rosbrook ", "date": "Fri, 17 May 2024 10:47:34 +0200" } ], "notes": null }, { "name": "systemd-sysv", "from_version": { "source_package_name": "systemd", "source_package_version": "255.4-1ubuntu8", "version": "255.4-1ubuntu8" }, "to_version": { "source_package_name": "systemd", "source_package_version": "255.4-1ubuntu8.1", "version": "255.4-1ubuntu8.1" }, "cves": [], "launchpad_bugs_fixed": [ 2047975, 2054761, 2064096, 2065964 ], "changes": [ { "cves": [], "log": [ "", " * debian/systemd-resolved.postinst: ignore cp failure (LP: #2047975)", " * debian/systemd.postinst: don't restart user managers if too old (LP: #2054761)", " * switch-root: use MS_MOVE for /run when switchig from initrd (LP: #2064096)", " * test: check for kernel.apparmor_restrict_unprivileged_userns (LP: #2065964)", "" ], "package": "systemd", "version": "255.4-1ubuntu8.1", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2047975, 2054761, 2064096, 2065964 ], "author": "Nick Rosbrook ", "date": "Fri, 17 May 2024 10:47:34 +0200" } ], "notes": null }, { "name": "systemd-timesyncd", "from_version": { "source_package_name": "systemd", "source_package_version": "255.4-1ubuntu8", "version": "255.4-1ubuntu8" }, "to_version": { "source_package_name": "systemd", "source_package_version": "255.4-1ubuntu8.1", "version": "255.4-1ubuntu8.1" }, "cves": [], "launchpad_bugs_fixed": [ 2047975, 2054761, 2064096, 2065964 ], "changes": [ { "cves": [], "log": [ "", " * debian/systemd-resolved.postinst: ignore cp failure (LP: #2047975)", " * debian/systemd.postinst: don't restart user managers if too old (LP: #2054761)", " * switch-root: use MS_MOVE for /run when switchig from initrd (LP: #2064096)", " * test: check for kernel.apparmor_restrict_unprivileged_userns (LP: #2065964)", "" ], "package": "systemd", "version": "255.4-1ubuntu8.1", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2047975, 2054761, 2064096, 2065964 ], "author": "Nick Rosbrook ", "date": "Fri, 17 May 2024 10:47:34 +0200" } ], "notes": null }, { "name": "tzdata", "from_version": { "source_package_name": "tzdata", "source_package_version": "2024a-2ubuntu1", "version": "2024a-2ubuntu1" }, "to_version": { "source_package_name": "tzdata", "source_package_version": "2024a-3ubuntu1.1", "version": "2024a-3ubuntu1.1" }, "cves": [], "launchpad_bugs_fixed": [ 2062522, 2062522 ], "changes": [ { "cves": [], "log": [ "", " * d/rules: Support creating symlinks pointing to symlinks", " * Fixup for avoid timezones being symlinks to symlinks (LP: #2062522)", "" ], "package": "tzdata", "version": "2024a-3ubuntu1.1", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2062522 ], "author": "Benjamin Drung ", "date": "Fri, 03 May 2024 13:27:11 +0200" }, { "cves": [], "log": [ "", " * Merge with Debian unstable. Remaining changes:", " - Ship 2024a ICU timezone data which are utilized by PHP in tzdata-icu", " - Add autopkgtest test case for ICU timezone data", " - Do not rename NEWS into changelog.gz, this fixes a build failure on", " moment-timezone.js", " - Point Vcs-Browser/Git to Launchpad", " - generate_debconf_templates: Work around AttributeError on icu import", "" ], "package": "tzdata", "version": "2024a-3ubuntu1", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Benjamin Drung ", "date": "Fri, 19 Apr 2024 21:51:58 +0200" }, { "cves": [], "log": [ "", " * Avoid timezones being symlinks to symlinks to avoid breaking C++20 standard", " expectation (LP: #2062522)", "" ], "package": "tzdata", "version": "2024a-3", "urgency": "medium", "distributions": "unstable", "launchpad_bugs_fixed": [ 2062522 ], "author": "Benjamin Drung ", "date": "Fri, 19 Apr 2024 21:38:15 +0200" } ], "notes": null }, { "name": "ubuntu-pro-client", "from_version": { "source_package_name": "ubuntu-advantage-tools", "source_package_version": "31.2.3", "version": "31.2.3" }, "to_version": { "source_package_name": "ubuntu-advantage-tools", "source_package_version": "32.3~24.04", "version": "32.3~24.04" }, "cves": [], "launchpad_bugs_fixed": [ 2060732, 2067319, 2066929, 2065573, 2065616, 2060732, 2033313, 2031192 ], "changes": [ { "cves": [], "log": [ "", " * Backport 32.3 to noble (LP: #2060732)", "" ], "package": "ubuntu-advantage-tools", "version": "32.3~24.04", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2060732 ], "author": "Renan Rodrigo ", "date": "Tue, 28 May 2024 15:15:48 -0300" }, { "cves": [], "log": [ "", " * d/apparmor: adjust the profiles to account for usr-merge consequences", " (LP: #2067319)", "" ], "package": "ubuntu-advantage-tools", "version": "32.3", "urgency": "medium", "distributions": "oracular", "launchpad_bugs_fixed": [ 2067319 ], "author": "Renan Rodrigo ", "date": "Tue, 28 May 2024 14:43:12 -0300" }, { "cves": [], "log": [ "", " * d/apparmor: adjust rules for violations found during testing (LP: #2066929)", "" ], "package": "ubuntu-advantage-tools", "version": "32.2", "urgency": "medium", "distributions": "oracular", "launchpad_bugs_fixed": [ 2066929 ], "author": "Grant Orndorff ", "date": "Thu, 23 May 2024 10:47:11 -0500" }, { "cves": [], "log": [ "", " * d/apparmor: allow access for /etc/os-release on all supported", " profiles (LP: #2065573)", " * apport: get path for timer job status from the correct place (LP: #2065616)", "" ], "package": "ubuntu-advantage-tools", "version": "32.1", "urgency": "medium", "distributions": "oracular", "launchpad_bugs_fixed": [ 2065573, 2065616 ], "author": "Lucas Moura ", "date": "Tue, 14 May 2024 11:22:35 +0200" }, { "cves": [], "log": [ "", " * d/postinst: ensure migrations happen in correct package postinst (GH: #2982)", " * d/apparmor: introduce new ubuntu_pro_esm_cache apparmor policy", " * New upstream release 32 (LP: #2060732)", " - api:", " + u.pro.attach.token.full_token_attach.v1: add support for attach", " with token", " + u.pro.services.disable.v1: add support for disable operation", " + u.pro.services.enable.v1: add support for enable operation", " + u.pro.detach.v1: add support for detach operation", " + u.pro.status.is_attached.v1: add extra fields to API response", " + u.pro.services.dependencies.v1: add support for service dependencies", " + u.pro.security.fix.*.plan.v1: update ESM cache during plan API", " if needed", " - apt_news: add architectures and packages selectors filters for apt news", " - cli:", " + improved cli/log message for unexpected errors (GH: #2600)", " + properly handle setting empty config values (GH: #2925)", " - cloud-init: support ubuntu_pro user-data", " - collect-logs: update default output file to pro_logs.tar.gz (LP: #2033313)", " - config: create public and private config (GH: #2809)", " - entitlements:", " + update logic that checks if a service is enabled (LP: #2031192)", " - fips: warn/confirm with user if enabling fips downgrades the kernel", " - fix: warn users if ESM cache cannot be updated (GH: #2841)", " - logging:", " + use journald logging for all systemd services", " + add redundancy to secret redaction", " - messaging:", " + add consistent messaging for end of contract state", " + make explicit that unattached enable/disable is a noop (GH: #2487)", " + make explicit that disabling a disabled service is a noop", " + make explicit that enabling an enabled service is a noop", " - notices: filter unreadable notices when listing notices (GH: #2898)", "" ], "package": "ubuntu-advantage-tools", "version": "32", "urgency": "medium", "distributions": "oracular", "launchpad_bugs_fixed": [ 2060732, 2033313, 2031192 ], "author": "Lucas Moura ", "date": "Tue, 09 Apr 2024 17:33:36 -0300" } ], "notes": null }, { "name": "ubuntu-pro-client-l10n", "from_version": { "source_package_name": "ubuntu-advantage-tools", "source_package_version": "31.2.3", "version": "31.2.3" }, "to_version": { "source_package_name": "ubuntu-advantage-tools", "source_package_version": "32.3~24.04", "version": "32.3~24.04" }, "cves": [], "launchpad_bugs_fixed": [ 2060732, 2067319, 2066929, 2065573, 2065616, 2060732, 2033313, 2031192 ], "changes": [ { "cves": [], "log": [ "", " * Backport 32.3 to noble (LP: #2060732)", "" ], "package": "ubuntu-advantage-tools", "version": "32.3~24.04", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2060732 ], "author": "Renan Rodrigo ", "date": "Tue, 28 May 2024 15:15:48 -0300" }, { "cves": [], "log": [ "", " * d/apparmor: adjust the profiles to account for usr-merge consequences", " (LP: #2067319)", "" ], "package": "ubuntu-advantage-tools", "version": "32.3", "urgency": "medium", "distributions": "oracular", "launchpad_bugs_fixed": [ 2067319 ], "author": "Renan Rodrigo ", "date": "Tue, 28 May 2024 14:43:12 -0300" }, { "cves": [], "log": [ "", " * d/apparmor: adjust rules for violations found during testing (LP: #2066929)", "" ], "package": "ubuntu-advantage-tools", "version": "32.2", "urgency": "medium", "distributions": "oracular", "launchpad_bugs_fixed": [ 2066929 ], "author": "Grant Orndorff ", "date": "Thu, 23 May 2024 10:47:11 -0500" }, { "cves": [], "log": [ "", " * d/apparmor: allow access for /etc/os-release on all supported", " profiles (LP: #2065573)", " * apport: get path for timer job status from the correct place (LP: #2065616)", "" ], "package": "ubuntu-advantage-tools", "version": "32.1", "urgency": "medium", "distributions": "oracular", "launchpad_bugs_fixed": [ 2065573, 2065616 ], "author": "Lucas Moura ", "date": "Tue, 14 May 2024 11:22:35 +0200" }, { "cves": [], "log": [ "", " * d/postinst: ensure migrations happen in correct package postinst (GH: #2982)", " * d/apparmor: introduce new ubuntu_pro_esm_cache apparmor policy", " * New upstream release 32 (LP: #2060732)", " - api:", " + u.pro.attach.token.full_token_attach.v1: add support for attach", " with token", " + u.pro.services.disable.v1: add support for disable operation", " + u.pro.services.enable.v1: add support for enable operation", " + u.pro.detach.v1: add support for detach operation", " + u.pro.status.is_attached.v1: add extra fields to API response", " + u.pro.services.dependencies.v1: add support for service dependencies", " + u.pro.security.fix.*.plan.v1: update ESM cache during plan API", " if needed", " - apt_news: add architectures and packages selectors filters for apt news", " - cli:", " + improved cli/log message for unexpected errors (GH: #2600)", " + properly handle setting empty config values (GH: #2925)", " - cloud-init: support ubuntu_pro user-data", " - collect-logs: update default output file to pro_logs.tar.gz (LP: #2033313)", " - config: create public and private config (GH: #2809)", " - entitlements:", " + update logic that checks if a service is enabled (LP: #2031192)", " - fips: warn/confirm with user if enabling fips downgrades the kernel", " - fix: warn users if ESM cache cannot be updated (GH: #2841)", " - logging:", " + use journald logging for all systemd services", " + add redundancy to secret redaction", " - messaging:", " + add consistent messaging for end of contract state", " + make explicit that unattached enable/disable is a noop (GH: #2487)", " + make explicit that disabling a disabled service is a noop", " + make explicit that enabling an enabled service is a noop", " - notices: filter unreadable notices when listing notices (GH: #2898)", "" ], "package": "ubuntu-advantage-tools", "version": "32", "urgency": "medium", "distributions": "oracular", "launchpad_bugs_fixed": [ 2060732, 2033313, 2031192 ], "author": "Lucas Moura ", "date": "Tue, 09 Apr 2024 17:33:36 -0300" } ], "notes": null }, { "name": "udev", "from_version": { "source_package_name": "systemd", "source_package_version": "255.4-1ubuntu8", "version": "255.4-1ubuntu8" }, "to_version": { "source_package_name": "systemd", "source_package_version": "255.4-1ubuntu8.1", "version": "255.4-1ubuntu8.1" }, "cves": [], "launchpad_bugs_fixed": [ 2047975, 2054761, 2064096, 2065964 ], "changes": [ { "cves": [], "log": [ "", " * debian/systemd-resolved.postinst: ignore cp failure (LP: #2047975)", " * debian/systemd.postinst: don't restart user managers if too old (LP: #2054761)", " * switch-root: use MS_MOVE for /run when switchig from initrd (LP: #2064096)", " * test: check for kernel.apparmor_restrict_unprivileged_userns (LP: #2065964)", "" ], "package": "systemd", "version": "255.4-1ubuntu8.1", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2047975, 2054761, 2064096, 2065964 ], "author": "Nick Rosbrook ", "date": "Fri, 17 May 2024 10:47:34 +0200" } ], "notes": null }, { "name": "vim", "from_version": { "source_package_name": "vim", "source_package_version": "2:9.1.0016-1ubuntu7", "version": "2:9.1.0016-1ubuntu7" }, "to_version": { "source_package_name": "vim", "source_package_version": "2:9.1.0016-1ubuntu7.1", "version": "2:9.1.0016-1ubuntu7.1" }, "cves": [], "launchpad_bugs_fixed": [ 2064687 ], "changes": [ { "cves": [], "log": [ "", " * Ensure Ubuntu codenames are current (LP: #2064687).", "" ], "package": "vim", "version": "2:9.1.0016-1ubuntu7.1", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2064687 ], "author": "Simon Quigley ", "date": "Thu, 02 May 2024 21:45:42 -0500" } ], "notes": null }, { "name": "vim-common", "from_version": { "source_package_name": "vim", "source_package_version": "2:9.1.0016-1ubuntu7", "version": "2:9.1.0016-1ubuntu7" }, "to_version": { "source_package_name": "vim", "source_package_version": "2:9.1.0016-1ubuntu7.1", "version": "2:9.1.0016-1ubuntu7.1" }, "cves": [], "launchpad_bugs_fixed": [ 2064687 ], "changes": [ { "cves": [], "log": [ "", " * Ensure Ubuntu codenames are current (LP: #2064687).", "" ], "package": "vim", "version": "2:9.1.0016-1ubuntu7.1", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2064687 ], "author": "Simon Quigley ", "date": "Thu, 02 May 2024 21:45:42 -0500" } ], "notes": null }, { "name": "vim-runtime", "from_version": { "source_package_name": "vim", "source_package_version": "2:9.1.0016-1ubuntu7", "version": "2:9.1.0016-1ubuntu7" }, "to_version": { "source_package_name": "vim", "source_package_version": "2:9.1.0016-1ubuntu7.1", "version": "2:9.1.0016-1ubuntu7.1" }, "cves": [], "launchpad_bugs_fixed": [ 2064687 ], "changes": [ { "cves": [], "log": [ "", " * Ensure Ubuntu codenames are current (LP: #2064687).", "" ], "package": "vim", "version": "2:9.1.0016-1ubuntu7.1", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2064687 ], "author": "Simon Quigley ", "date": "Thu, 02 May 2024 21:45:42 -0500" } ], "notes": null }, { "name": "vim-tiny", "from_version": { "source_package_name": "vim", "source_package_version": "2:9.1.0016-1ubuntu7", "version": "2:9.1.0016-1ubuntu7" }, "to_version": { "source_package_name": "vim", "source_package_version": "2:9.1.0016-1ubuntu7.1", "version": "2:9.1.0016-1ubuntu7.1" }, "cves": [], "launchpad_bugs_fixed": [ 2064687 ], "changes": [ { "cves": [], "log": [ "", " * Ensure Ubuntu codenames are current (LP: #2064687).", "" ], "package": "vim", "version": "2:9.1.0016-1ubuntu7.1", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2064687 ], "author": "Simon Quigley ", "date": "Thu, 02 May 2024 21:45:42 -0500" } ], "notes": null }, { "name": "xxd", "from_version": { "source_package_name": "vim", "source_package_version": "2:9.1.0016-1ubuntu7", "version": "2:9.1.0016-1ubuntu7" }, "to_version": { "source_package_name": "vim", "source_package_version": "2:9.1.0016-1ubuntu7.1", "version": "2:9.1.0016-1ubuntu7.1" }, "cves": [], "launchpad_bugs_fixed": [ 2064687 ], "changes": [ { "cves": [], "log": [ "", " * Ensure Ubuntu codenames are current (LP: #2064687).", "" ], "package": "vim", "version": "2:9.1.0016-1ubuntu7.1", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2064687 ], "author": "Simon Quigley ", "date": "Thu, 02 May 2024 21:45:42 -0500" } ], "notes": null } ], "snap": [] }, "added": { "deb": [ { "name": "bpfcc-tools", "from_version": { "source_package_name": null, "source_package_version": null, "version": null }, "to_version": { "source_package_name": "bpfcc", "source_package_version": "0.29.1+ds-1ubuntu7", "version": "0.29.1+ds-1ubuntu7" }, "cves": [ { "cve": "CVE-2024-3094", "url": "https://ubuntu.com/security/CVE-2024-3094", "cve_description": "Malicious code was discovered in the upstream tarballs of xz, starting with version 5.6.0. Through a series of complex obfuscations, the liblzma build process extracts a prebuilt object file from a disguised test file existing in the source code, which is then used to modify specific functions in the liblzma code. This results in a modified liblzma library that can be used by any software linked against this library, intercepting and modifying the data interaction with this library.", "cve_priority": "critical", "cve_public_date": "2024-03-29 17:15:00 UTC" } ], "launchpad_bugs_fixed": [ 2061727 ], "changes": [ { "cves": [], "log": [ "", " * d/rules:", " - allow to run autopkgtest with multiple kernels installed (LP: #2061727)", "" ], "package": "bpfcc", "version": "0.29.1+ds-1ubuntu7", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2061727 ], "author": "Andrea Righi ", "date": "Tue, 16 Apr 2024 05:52:23 +0000" }, { "cves": [], "log": [ "", " * d/t/control: Run testsuite as autopkgtest (LP:2052813)", "" ], "package": "bpfcc", "version": "0.29.1+ds-1ubuntu6", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Mate Kukri ", "date": "Wed, 06 Mar 2024 13:39:11 +0000" }, { "cves": [ { "cve": "CVE-2024-3094", "url": "https://ubuntu.com/security/CVE-2024-3094", "cve_description": "Malicious code was discovered in the upstream tarballs of xz, starting with version 5.6.0. Through a series of complex obfuscations, the liblzma build process extracts a prebuilt object file from a disguised test file existing in the source code, which is then used to modify specific functions in the liblzma code. This results in a modified liblzma library that can be used by any software linked against this library, intercepting and modifying the data interaction with this library.", "cve_priority": "critical", "cve_public_date": "2024-03-29 17:15:00 UTC" } ], "log": [ "", " * No-change rebuild for CVE-2024-3094", "" ], "package": "bpfcc", "version": "0.29.1+ds-1ubuntu5", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Steve Langasek ", "date": "Sun, 31 Mar 2024 17:44:43 +0000" } ], "notes": "For a newly added package only the three most recent changelog entries are shown." }, { "name": "bpftrace", "from_version": { "source_package_name": null, "source_package_version": null, "version": null }, "to_version": { "source_package_name": "bpftrace", "source_package_version": "0.20.2-1ubuntu4", "version": "0.20.2-1ubuntu4" }, "cves": [ { "cve": "CVE-2024-3094", "url": "https://ubuntu.com/security/CVE-2024-3094", "cve_description": "Malicious code was discovered in the upstream tarballs of xz, starting with version 5.6.0. Through a series of complex obfuscations, the liblzma build process extracts a prebuilt object file from a disguised test file existing in the source code, which is then used to modify specific functions in the liblzma code. This results in a modified liblzma library that can be used by any software linked against this library, intercepting and modifying the data interaction with this library.", "cve_priority": "critical", "cve_public_date": "2024-03-29 17:15:00 UTC" } ], "launchpad_bugs_fixed": [ 2060766 ], "changes": [ { "cves": [], "log": [ "", " * Really do build the tests, we need them for autopkgtest", " * d/patches: Cherry-pick LLVM-18 fixes from upstream (LP: #2060766)", " * Disable newly failing test", "" ], "package": "bpftrace", "version": "0.20.2-1ubuntu4", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2060766 ], "author": "Mate Kukri ", "date": "Wed, 10 Apr 2024 12:36:37 +0100" }, { "cves": [], "log": [ "", " * d/t/control: Run testsuite as autopkgtest (LP:2052809)", "" ], "package": "bpftrace", "version": "0.20.2-1ubuntu3", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Mate Kukri ", "date": "Fri, 15 Mar 2024 14:48:34 +0000" }, { "cves": [ { "cve": "CVE-2024-3094", "url": "https://ubuntu.com/security/CVE-2024-3094", "cve_description": "Malicious code was discovered in the upstream tarballs of xz, starting with version 5.6.0. Through a series of complex obfuscations, the liblzma build process extracts a prebuilt object file from a disguised test file existing in the source code, which is then used to modify specific functions in the liblzma code. This results in a modified liblzma library that can be used by any software linked against this library, intercepting and modifying the data interaction with this library.", "cve_priority": "critical", "cve_public_date": "2024-03-29 17:15:00 UTC" } ], "log": [ "", " * No-change rebuild for CVE-2024-3094", "" ], "package": "bpftrace", "version": "0.20.2-1ubuntu2", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "William Grant ", "date": "Mon, 01 Apr 2024 16:36:05 +1100" } ], "notes": "For a newly added package only the three most recent changelog entries are shown." }, { "name": "fontconfig-config", "from_version": { "source_package_name": null, "source_package_version": null, "version": null }, "to_version": { "source_package_name": "fontconfig", "source_package_version": "2.15.0-1.1ubuntu2", "version": "2.15.0-1.1ubuntu2" }, "cves": [ { "cve": "CVE-2024-3094", "url": "https://ubuntu.com/security/CVE-2024-3094", "cve_description": "Malicious code was discovered in the upstream tarballs of xz, starting with version 5.6.0. Through a series of complex obfuscations, the liblzma build process extracts a prebuilt object file from a disguised test file existing in the source code, which is then used to modify specific functions in the liblzma code. This results in a modified liblzma library that can be used by any software linked against this library, intercepting and modifying the data interaction with this library.", "cve_priority": "critical", "cve_public_date": "2024-03-29 17:15:00 UTC" } ], "launchpad_bugs_fixed": [ 2054924 ], "changes": [ { "cves": [ { "cve": "CVE-2024-3094", "url": "https://ubuntu.com/security/CVE-2024-3094", "cve_description": "Malicious code was discovered in the upstream tarballs of xz, starting with version 5.6.0. Through a series of complex obfuscations, the liblzma build process extracts a prebuilt object file from a disguised test file existing in the source code, which is then used to modify specific functions in the liblzma code. This results in a modified liblzma library that can be used by any software linked against this library, intercepting and modifying the data interaction with this library.", "cve_priority": "critical", "cve_public_date": "2024-03-29 17:15:00 UTC" } ], "log": [ "", " * No-change rebuild for CVE-2024-3094", "" ], "package": "fontconfig", "version": "2.15.0-1.1ubuntu2", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Steve Langasek ", "date": "Sun, 31 Mar 2024 00:59:34 +0000" }, { "cves": [], "log": [ "", " * Merge with Debian unstable. Remaining changes:", " - debian/source_fontconfig.py, debian/fontconfig.install:", " + Install apport hook", " - debian/fontconfig-config.install:", " + Install fonts-conf.5.gz", " - Add 04_ubuntu_monospace_lcd_filter_conf.patch:", " + Use legacy lcdfilter with smaller monospace fonts", " - Add 05_lcdfilterlegacy.patch: Recognize const value \"lcdfilterlegacy\",", " used in Ubuntu before upstream introduced \"lcdlegacy\"", " - Add 07_no_bitmaps.patch:", " + Install 70-no-bitmaps-except-emoji.conf", " - Add 0001-cache-If-nsec-is-zero-don-t-use-it-for-comparisons.patch", " + If nsec is zero, don't use it for comparisons", " - Drop debian/fontconfig-config.NEWS, debian/fontconfig-config.templates,", " debian/fontconfig-config.config, and associated po files.", " Modify debian/rules, debian/fontconfig-config.postinst,", " debian/fontconfig-config.postrm, and debian/README.Debian.", " + Don't provide debconf prompts", " - debian/fontconfig-config.maintscript:", " + Entries due to dropped Ubuntu patches and move from /etc to /usr", " - debian/rules:", " + Config option to generate the 10-sub-pixel-rgb.conf symlink", " - debian/control:", " + Make fontconfig-config break/replace kubuntu-settings-desktop", " << 1:23.04.3 to handle symlink conflict", "" ], "package": "fontconfig", "version": "2.15.0-1.1ubuntu1", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Jeremy Bícha ", "date": "Sun, 10 Mar 2024 19:46:01 -0400" }, { "cves": [], "log": [ "", " * Add fix-emoji-no-bitmap-font.patch and update", " debian/fontconfig-config.config to allow emoji font when no bitmap fonts", " are allowed (which has been Debian's default for many years)", " (Closes: #1064267) (LP: #2054924)", "" ], "package": "fontconfig", "version": "2.15.0-1.1", "urgency": "high", "distributions": "unstable", "launchpad_bugs_fixed": [ 2054924 ], "author": "Guido Berhoerster ", "date": "Fri, 08 Mar 2024 13:20:01 +0100" } ], "notes": "For a newly added package only the three most recent changelog entries are shown." }, { "name": "fonts-dejavu-core", "from_version": { "source_package_name": null, "source_package_version": null, "version": null }, "to_version": { "source_package_name": "fonts-dejavu", "source_package_version": "2.37-8", "version": "2.37-8" }, "cves": [], "launchpad_bugs_fixed": [], "changes": [ { "cves": [], "log": [ "", " * Team upload", " * Let fonts-dejavu-core depend on fonts-dejavu-mono", "" ], "package": "fonts-dejavu", "version": "2.37-8", "urgency": "medium", "distributions": "unstable", "launchpad_bugs_fixed": [], "author": "Gunnar Hjalmarsson ", "date": "Thu, 10 Aug 2023 19:39:05 +0200" }, { "cves": [], "log": [ "", " * Team upload", " * Source-only upload", "" ], "package": "fonts-dejavu", "version": "2.37-7", "urgency": "medium", "distributions": "unstable", "launchpad_bugs_fixed": [], "author": "Gunnar Hjalmarsson ", "date": "Tue, 08 Aug 2023 21:33:17 +0200" }, { "cves": [], "log": [ "", " * Team upload", " * Break out monospace to a fonts-dejavu-mono binary (closes: #1043271)", "" ], "package": "fonts-dejavu", "version": "2.37-7~exp1", "urgency": "medium", "distributions": "experimental", "launchpad_bugs_fixed": [], "author": "Gunnar Hjalmarsson ", "date": "Tue, 08 Aug 2023 17:06:14 +0200" } ], "notes": "For a newly added package only the three most recent changelog entries are shown." }, { "name": "fonts-dejavu-mono", "from_version": { "source_package_name": null, "source_package_version": null, "version": null }, "to_version": { "source_package_name": "fonts-dejavu", "source_package_version": "2.37-8", "version": "2.37-8" }, "cves": [], "launchpad_bugs_fixed": [], "changes": [ { "cves": [], "log": [ "", " * Team upload", " * Let fonts-dejavu-core depend on fonts-dejavu-mono", "" ], "package": "fonts-dejavu", "version": "2.37-8", "urgency": "medium", "distributions": "unstable", "launchpad_bugs_fixed": [], "author": "Gunnar Hjalmarsson ", "date": "Thu, 10 Aug 2023 19:39:05 +0200" }, { "cves": [], "log": [ "", " * Team upload", " * Source-only upload", "" ], "package": "fonts-dejavu", "version": "2.37-7", "urgency": "medium", "distributions": "unstable", "launchpad_bugs_fixed": [], "author": "Gunnar Hjalmarsson ", "date": "Tue, 08 Aug 2023 21:33:17 +0200" }, { "cves": [], "log": [ "", " * Team upload", " * Break out monospace to a fonts-dejavu-mono binary (closes: #1043271)", "" ], "package": "fonts-dejavu", "version": "2.37-7~exp1", "urgency": "medium", "distributions": "experimental", "launchpad_bugs_fixed": [], "author": "Gunnar Hjalmarsson ", "date": "Tue, 08 Aug 2023 17:06:14 +0200" } ], "notes": "For a newly added package only the three most recent changelog entries are shown." }, { "name": "hwdata", "from_version": { "source_package_name": null, "source_package_version": null, "version": null }, "to_version": { "source_package_name": "hwdata", "source_package_version": "0.379-1", "version": "0.379-1" }, "cves": [], "launchpad_bugs_fixed": [], "changes": [ { "cves": [], "log": [ "", " * New upstream release.", "" ], "package": "hwdata", "version": "0.379-1", "urgency": "medium", "distributions": "unstable", "launchpad_bugs_fixed": [], "author": "Pino Toscano ", "date": "Sat, 10 Feb 2024 06:29:32 +0100" }, { "cves": [], "log": [ "", " * New upstream release.", "" ], "package": "hwdata", "version": "0.378-1", "urgency": "medium", "distributions": "unstable", "launchpad_bugs_fixed": [], "author": "Pino Toscano ", "date": "Fri, 05 Jan 2024 14:12:44 +0100" }, { "cves": [], "log": [ "", " * New upstream release.", " * Update watch file to consider also dashes in versions.", "" ], "package": "hwdata", "version": "0.377-2-1", "urgency": "medium", "distributions": "unstable", "launchpad_bugs_fixed": [], "author": "Pino Toscano ", "date": "Mon, 04 Dec 2023 11:46:20 +0100" } ], "notes": "For a newly added package only the three most recent changelog entries are shown." }, { "name": "ieee-data", "from_version": { "source_package_name": null, "source_package_version": null, "version": null }, "to_version": { "source_package_name": "ieee-data", "source_package_version": "20220827.1", "version": "20220827.1" }, "cves": [], "launchpad_bugs_fixed": [], "changes": [ { "cves": [], "log": [ "", " [ Ileana Dumitrescu ]", " * update-ieee-data: Update URLs (Closes: #1004709)", " * d/control:", " - Standards-Version updated to 4.6.1", " - Updated to dh-compat version 13", "", " [ Samuel Henrique ]", " * Update all files from ieee", " * update-ieee-data:", " - Use https to download files", " - Switch from tempfile to mktemp, as per deprecation notice", " - Switch from echo to printf, to avoid bashism when printing \\t", " - Fix shellcheck findings and use 'command -v' instead of 'which'", " - Update copyright notice", " * d/control: Set Rules-Requires-Root: no", " * d/copyright: Update file", " * wrap-and-sort -a", "" ], "package": "ieee-data", "version": "20220827.1", "urgency": "medium", "distributions": "unstable", "launchpad_bugs_fixed": [], "author": "Samuel Henrique ", "date": "Sat, 27 Aug 2022 21:16:50 +0100" }, { "cves": [], "log": [ "", " * Update all txt and cvs files with data from Jun 05", " * Add myself as an uploader", " * d/copyright: Remove duplicate globbing patterns", "" ], "package": "ieee-data", "version": "20210605.1", "urgency": "medium", "distributions": "unstable", "launchpad_bugs_fixed": [], "author": "Samuel Henrique ", "date": "Sat, 12 Jun 2021 16:29:49 +0100" }, { "cves": [], "log": [ "", " * Non maintainer upload by the Reproducible Builds team.", " * No source change upload to rebuild on buildd with .buildinfo files.", "" ], "package": "ieee-data", "version": "20180805.1+nmu1", "urgency": "medium", "distributions": "unstable", "launchpad_bugs_fixed": [], "author": "Holger Levsen ", "date": "Wed, 30 Dec 2020 02:13:34 +0100" } ], "notes": "For a newly added package only the three most recent changelog entries are shown." }, { "name": "libaom3", "from_version": { "source_package_name": null, "source_package_version": null, "version": null }, "to_version": { "source_package_name": "aom", "source_package_version": "3.8.2-2build1", "version": "3.8.2-2build1" }, "cves": [ { "cve": "CVE-2024-3094", "url": "https://ubuntu.com/security/CVE-2024-3094", "cve_description": "Malicious code was discovered in the upstream tarballs of xz, starting with version 5.6.0. Through a series of complex obfuscations, the liblzma build process extracts a prebuilt object file from a disguised test file existing in the source code, which is then used to modify specific functions in the liblzma code. This results in a modified liblzma library that can be used by any software linked against this library, intercepting and modifying the data interaction with this library.", "cve_priority": "critical", "cve_public_date": "2024-03-29 17:15:00 UTC" } ], "launchpad_bugs_fixed": [], "changes": [ { "cves": [ { "cve": "CVE-2024-3094", "url": "https://ubuntu.com/security/CVE-2024-3094", "cve_description": "Malicious code was discovered in the upstream tarballs of xz, starting with version 5.6.0. Through a series of complex obfuscations, the liblzma build process extracts a prebuilt object file from a disguised test file existing in the source code, which is then used to modify specific functions in the liblzma code. This results in a modified liblzma library that can be used by any software linked against this library, intercepting and modifying the data interaction with this library.", "cve_priority": "critical", "cve_public_date": "2024-03-29 17:15:00 UTC" } ], "log": [ "", " * No-change rebuild for CVE-2024-3094", "" ], "package": "aom", "version": "3.8.2-2build1", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Steve Langasek ", "date": "Sun, 31 Mar 2024 00:18:05 +0000" }, { "cves": [], "log": [ "", " * Upload to unstable.", " * debian/control: Add missing (test-)build-dep pkgconf.", "", " [ Vladimir Petko ]", " * Run package tests at the build time. (See LP bug 2004442)", "" ], "package": "aom", "version": "3.8.2-2", "urgency": "medium", "distributions": "unstable", "launchpad_bugs_fixed": [], "author": "Boyuan Yang ", "date": "Wed, 20 Mar 2024 14:41:54 -0400" }, { "cves": [], "log": [ "", " * Team upload.", " * New upstream stable release.", " * debian/patches/backport/*: Drop old backported patches.", "" ], "package": "aom", "version": "3.8.2-1", "urgency": "medium", "distributions": "experimental", "launchpad_bugs_fixed": [], "author": "Boyuan Yang ", "date": "Tue, 19 Mar 2024 10:49:16 -0400" } ], "notes": "For a newly added package only the three most recent changelog entries are shown." }, { "name": "libbpfcc", "from_version": { "source_package_name": null, "source_package_version": null, "version": null }, "to_version": { "source_package_name": "bpfcc", "source_package_version": "0.29.1+ds-1ubuntu7", "version": "0.29.1+ds-1ubuntu7" }, "cves": [ { "cve": "CVE-2024-3094", "url": "https://ubuntu.com/security/CVE-2024-3094", "cve_description": "Malicious code was discovered in the upstream tarballs of xz, starting with version 5.6.0. Through a series of complex obfuscations, the liblzma build process extracts a prebuilt object file from a disguised test file existing in the source code, which is then used to modify specific functions in the liblzma code. This results in a modified liblzma library that can be used by any software linked against this library, intercepting and modifying the data interaction with this library.", "cve_priority": "critical", "cve_public_date": "2024-03-29 17:15:00 UTC" } ], "launchpad_bugs_fixed": [ 2061727 ], "changes": [ { "cves": [], "log": [ "", " * d/rules:", " - allow to run autopkgtest with multiple kernels installed (LP: #2061727)", "" ], "package": "bpfcc", "version": "0.29.1+ds-1ubuntu7", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2061727 ], "author": "Andrea Righi ", "date": "Tue, 16 Apr 2024 05:52:23 +0000" }, { "cves": [], "log": [ "", " * d/t/control: Run testsuite as autopkgtest (LP:2052813)", "" ], "package": "bpfcc", "version": "0.29.1+ds-1ubuntu6", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Mate Kukri ", "date": "Wed, 06 Mar 2024 13:39:11 +0000" }, { "cves": [ { "cve": "CVE-2024-3094", "url": "https://ubuntu.com/security/CVE-2024-3094", "cve_description": "Malicious code was discovered in the upstream tarballs of xz, starting with version 5.6.0. Through a series of complex obfuscations, the liblzma build process extracts a prebuilt object file from a disguised test file existing in the source code, which is then used to modify specific functions in the liblzma code. This results in a modified liblzma library that can be used by any software linked against this library, intercepting and modifying the data interaction with this library.", "cve_priority": "critical", "cve_public_date": "2024-03-29 17:15:00 UTC" } ], "log": [ "", " * No-change rebuild for CVE-2024-3094", "" ], "package": "bpfcc", "version": "0.29.1+ds-1ubuntu5", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Steve Langasek ", "date": "Sun, 31 Mar 2024 17:44:43 +0000" } ], "notes": "For a newly added package only the three most recent changelog entries are shown." }, { "name": "libc-dev-bin", "from_version": { "source_package_name": null, "source_package_version": null, "version": null }, "to_version": { "source_package_name": "glibc", "source_package_version": "2.39-0ubuntu8.2", "version": "2.39-0ubuntu8.2" }, "cves": [ { "cve": "CVE-2024-33599", "url": "https://ubuntu.com/security/CVE-2024-33599", "cve_description": "nscd: Stack-based buffer overflow in netgroup cache If the Name Service Cache Daemon's (nscd) fixed size cache is exhausted by client requests then a subsequent client request for netgroup data may result in a stack-based buffer overflow. This flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.", "cve_priority": "medium", "cve_public_date": "2024-05-06 20:15:00 UTC" }, { "cve": "CVE-2024-33600", "url": "https://ubuntu.com/security/CVE-2024-33600", "cve_description": "nscd: Null pointer crashes after notfound response If the Name Service Cache Daemon's (nscd) cache fails to add a not-found netgroup response to the cache, the client request can result in a null pointer dereference. This flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.", "cve_priority": "medium", "cve_public_date": "2024-05-06 20:15:00 UTC" }, { "cve": "CVE-2024-33601", "url": "https://ubuntu.com/security/CVE-2024-33601", "cve_description": "nscd: netgroup cache may terminate daemon on memory allocation failure The Name Service Cache Daemon's (nscd) netgroup cache uses xmalloc or xrealloc and these functions may terminate the process due to a memory allocation failure resulting in a denial of service to the clients. The flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.", "cve_priority": "medium", "cve_public_date": "2024-05-06 20:15:00 UTC" }, { "cve": "CVE-2024-33602", "url": "https://ubuntu.com/security/CVE-2024-33602", "cve_description": "nscd: netgroup cache assumes NSS callback uses in-buffer strings The Name Service Cache Daemon's (nscd) netgroup cache can corrupt memory when the NSS callback does not store all strings in the provided buffer. The flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.", "cve_priority": "medium", "cve_public_date": "2024-05-06 20:15:00 UTC" }, { "cve": "CVE-2024-2961", "url": "https://ubuntu.com/security/CVE-2024-2961", "cve_description": "The iconv() function in the GNU C Library versions 2.39 and older may overflow the output buffer passed to it by up to 4 bytes when converting strings to the ISO-2022-CN-EXT character set, which may be used to crash an application or overwrite a neighbouring variable.", "cve_priority": "medium", "cve_public_date": "2024-04-17 18:15:00 UTC" }, { "cve": "CVE-2024-3094", "url": "https://ubuntu.com/security/CVE-2024-3094", "cve_description": "Malicious code was discovered in the upstream tarballs of xz, starting with version 5.6.0. Through a series of complex obfuscations, the liblzma build process extracts a prebuilt object file from a disguised test file existing in the source code, which is then used to modify specific functions in the liblzma code. This results in a modified liblzma library that can be used by any software linked against this library, intercepting and modifying the data interaction with this library.", "cve_priority": "critical", "cve_public_date": "2024-03-29 17:15:00 UTC" } ], "launchpad_bugs_fixed": [], "changes": [ { "cves": [ { "cve": "CVE-2024-33599", "url": "https://ubuntu.com/security/CVE-2024-33599", "cve_description": "nscd: Stack-based buffer overflow in netgroup cache If the Name Service Cache Daemon's (nscd) fixed size cache is exhausted by client requests then a subsequent client request for netgroup data may result in a stack-based buffer overflow. This flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.", "cve_priority": "medium", "cve_public_date": "2024-05-06 20:15:00 UTC" }, { "cve": "CVE-2024-33600", "url": "https://ubuntu.com/security/CVE-2024-33600", "cve_description": "nscd: Null pointer crashes after notfound response If the Name Service Cache Daemon's (nscd) cache fails to add a not-found netgroup response to the cache, the client request can result in a null pointer dereference. This flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.", "cve_priority": "medium", "cve_public_date": "2024-05-06 20:15:00 UTC" }, { "cve": "CVE-2024-33601", "url": "https://ubuntu.com/security/CVE-2024-33601", "cve_description": "nscd: netgroup cache may terminate daemon on memory allocation failure The Name Service Cache Daemon's (nscd) netgroup cache uses xmalloc or xrealloc and these functions may terminate the process due to a memory allocation failure resulting in a denial of service to the clients. The flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.", "cve_priority": "medium", "cve_public_date": "2024-05-06 20:15:00 UTC" }, { "cve": "CVE-2024-33602", "url": "https://ubuntu.com/security/CVE-2024-33602", "cve_description": "nscd: netgroup cache assumes NSS callback uses in-buffer strings The Name Service Cache Daemon's (nscd) netgroup cache can corrupt memory when the NSS callback does not store all strings in the provided buffer. The flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.", "cve_priority": "medium", "cve_public_date": "2024-05-06 20:15:00 UTC" } ], "log": [ "", " * SECURITY UPDATE: Stack-based buffer overflow", " - debian/patches/CVE-2024-33599.patch: CVE-2024-33599: nscd: Stack-", " based buffer overflow in netgroup cache.", " - CVE-2024-33599", " * SECURITY UPDATE: Null pointer", " - debian/patches/CVE-2024-33600_1.patch: CVE-2024-33600: nscd: Avoid", " null pointer crashes after notfound response.", " - debian/patches/CVE-2024-33600_2.patch: CVE-2024-33600: nscd: Do", " not send missing not-found response in addgetnetgrentX.", " - CVE-2024-33600", " * SECURITY UPDATE: Memory corruption", " - debian/patches/CVE-2024-33601_33602.patch: CVE-2024-33601, CVE-", " 2024-33602: nscd: netgroup: Use two buffers in addgetnetgrentX.", " - CVE-2024-33601", " - CVE-2024-33602", "" ], "package": "glibc", "version": "2.39-0ubuntu8.2", "urgency": "medium", "distributions": "noble-security", "launchpad_bugs_fixed": [], "author": "Paulo Flabiano Smorigo ", "date": "Tue, 30 Apr 2024 15:02:13 -0300" }, { "cves": [ { "cve": "CVE-2024-2961", "url": "https://ubuntu.com/security/CVE-2024-2961", "cve_description": "The iconv() function in the GNU C Library versions 2.39 and older may overflow the output buffer passed to it by up to 4 bytes when converting strings to the ISO-2022-CN-EXT character set, which may be used to crash an application or overwrite a neighbouring variable.", "cve_priority": "medium", "cve_public_date": "2024-04-17 18:15:00 UTC" } ], "log": [ "", " * SECURITY UPDATE: OOB write in iconv plugin ISO-2022-CN-EXT", " - debian/patches/any/CVE-2024-2961.patch: fix out-of-bound writes when", " writing escape sequence in iconvdata/Makefile,", " iconvdata/iso-2022-cn-ext.c, iconvdata/tst-iconv-iso-2022-cn-ext.c.", " - CVE-2024-2961", "" ], "package": "glibc", "version": "2.39-0ubuntu8.1", "urgency": "medium", "distributions": "noble-security", "launchpad_bugs_fixed": [], "author": "Marc Deslauriers ", "date": "Thu, 18 Apr 2024 09:52:32 -0400" }, { "cves": [ { "cve": "CVE-2024-3094", "url": "https://ubuntu.com/security/CVE-2024-3094", "cve_description": "Malicious code was discovered in the upstream tarballs of xz, starting with version 5.6.0. Through a series of complex obfuscations, the liblzma build process extracts a prebuilt object file from a disguised test file existing in the source code, which is then used to modify specific functions in the liblzma code. This results in a modified liblzma library that can be used by any software linked against this library, intercepting and modifying the data interaction with this library.", "cve_priority": "critical", "cve_public_date": "2024-03-29 17:15:00 UTC" } ], "log": [ "", " * No-change rebuild for CVE-2024-3094", "" ], "package": "glibc", "version": "2.39-0ubuntu8", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Steve Langasek ", "date": "Sat, 30 Mar 2024 07:42:05 +0000" } ], "notes": "For a newly added package only the three most recent changelog entries are shown." }, { "name": "libc-devtools", "from_version": { "source_package_name": null, "source_package_version": null, "version": null }, "to_version": { "source_package_name": "glibc", "source_package_version": "2.39-0ubuntu8.2", "version": "2.39-0ubuntu8.2" }, "cves": [ { "cve": "CVE-2024-33599", "url": "https://ubuntu.com/security/CVE-2024-33599", "cve_description": "nscd: Stack-based buffer overflow in netgroup cache If the Name Service Cache Daemon's (nscd) fixed size cache is exhausted by client requests then a subsequent client request for netgroup data may result in a stack-based buffer overflow. This flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.", "cve_priority": "medium", "cve_public_date": "2024-05-06 20:15:00 UTC" }, { "cve": "CVE-2024-33600", "url": "https://ubuntu.com/security/CVE-2024-33600", "cve_description": "nscd: Null pointer crashes after notfound response If the Name Service Cache Daemon's (nscd) cache fails to add a not-found netgroup response to the cache, the client request can result in a null pointer dereference. This flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.", "cve_priority": "medium", "cve_public_date": "2024-05-06 20:15:00 UTC" }, { "cve": "CVE-2024-33601", "url": "https://ubuntu.com/security/CVE-2024-33601", "cve_description": "nscd: netgroup cache may terminate daemon on memory allocation failure The Name Service Cache Daemon's (nscd) netgroup cache uses xmalloc or xrealloc and these functions may terminate the process due to a memory allocation failure resulting in a denial of service to the clients. The flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.", "cve_priority": "medium", "cve_public_date": "2024-05-06 20:15:00 UTC" }, { "cve": "CVE-2024-33602", "url": "https://ubuntu.com/security/CVE-2024-33602", "cve_description": "nscd: netgroup cache assumes NSS callback uses in-buffer strings The Name Service Cache Daemon's (nscd) netgroup cache can corrupt memory when the NSS callback does not store all strings in the provided buffer. The flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.", "cve_priority": "medium", "cve_public_date": "2024-05-06 20:15:00 UTC" }, { "cve": "CVE-2024-2961", "url": "https://ubuntu.com/security/CVE-2024-2961", "cve_description": "The iconv() function in the GNU C Library versions 2.39 and older may overflow the output buffer passed to it by up to 4 bytes when converting strings to the ISO-2022-CN-EXT character set, which may be used to crash an application or overwrite a neighbouring variable.", "cve_priority": "medium", "cve_public_date": "2024-04-17 18:15:00 UTC" }, { "cve": "CVE-2024-3094", "url": "https://ubuntu.com/security/CVE-2024-3094", "cve_description": "Malicious code was discovered in the upstream tarballs of xz, starting with version 5.6.0. Through a series of complex obfuscations, the liblzma build process extracts a prebuilt object file from a disguised test file existing in the source code, which is then used to modify specific functions in the liblzma code. This results in a modified liblzma library that can be used by any software linked against this library, intercepting and modifying the data interaction with this library.", "cve_priority": "critical", "cve_public_date": "2024-03-29 17:15:00 UTC" } ], "launchpad_bugs_fixed": [], "changes": [ { "cves": [ { "cve": "CVE-2024-33599", "url": "https://ubuntu.com/security/CVE-2024-33599", "cve_description": "nscd: Stack-based buffer overflow in netgroup cache If the Name Service Cache Daemon's (nscd) fixed size cache is exhausted by client requests then a subsequent client request for netgroup data may result in a stack-based buffer overflow. This flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.", "cve_priority": "medium", "cve_public_date": "2024-05-06 20:15:00 UTC" }, { "cve": "CVE-2024-33600", "url": "https://ubuntu.com/security/CVE-2024-33600", "cve_description": "nscd: Null pointer crashes after notfound response If the Name Service Cache Daemon's (nscd) cache fails to add a not-found netgroup response to the cache, the client request can result in a null pointer dereference. This flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.", "cve_priority": "medium", "cve_public_date": "2024-05-06 20:15:00 UTC" }, { "cve": "CVE-2024-33601", "url": "https://ubuntu.com/security/CVE-2024-33601", "cve_description": "nscd: netgroup cache may terminate daemon on memory allocation failure The Name Service Cache Daemon's (nscd) netgroup cache uses xmalloc or xrealloc and these functions may terminate the process due to a memory allocation failure resulting in a denial of service to the clients. The flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.", "cve_priority": "medium", "cve_public_date": "2024-05-06 20:15:00 UTC" }, { "cve": "CVE-2024-33602", "url": "https://ubuntu.com/security/CVE-2024-33602", "cve_description": "nscd: netgroup cache assumes NSS callback uses in-buffer strings The Name Service Cache Daemon's (nscd) netgroup cache can corrupt memory when the NSS callback does not store all strings in the provided buffer. The flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.", "cve_priority": "medium", "cve_public_date": "2024-05-06 20:15:00 UTC" } ], "log": [ "", " * SECURITY UPDATE: Stack-based buffer overflow", " - debian/patches/CVE-2024-33599.patch: CVE-2024-33599: nscd: Stack-", " based buffer overflow in netgroup cache.", " - CVE-2024-33599", " * SECURITY UPDATE: Null pointer", " - debian/patches/CVE-2024-33600_1.patch: CVE-2024-33600: nscd: Avoid", " null pointer crashes after notfound response.", " - debian/patches/CVE-2024-33600_2.patch: CVE-2024-33600: nscd: Do", " not send missing not-found response in addgetnetgrentX.", " - CVE-2024-33600", " * SECURITY UPDATE: Memory corruption", " - debian/patches/CVE-2024-33601_33602.patch: CVE-2024-33601, CVE-", " 2024-33602: nscd: netgroup: Use two buffers in addgetnetgrentX.", " - CVE-2024-33601", " - CVE-2024-33602", "" ], "package": "glibc", "version": "2.39-0ubuntu8.2", "urgency": "medium", "distributions": "noble-security", "launchpad_bugs_fixed": [], "author": "Paulo Flabiano Smorigo ", "date": "Tue, 30 Apr 2024 15:02:13 -0300" }, { "cves": [ { "cve": "CVE-2024-2961", "url": "https://ubuntu.com/security/CVE-2024-2961", "cve_description": "The iconv() function in the GNU C Library versions 2.39 and older may overflow the output buffer passed to it by up to 4 bytes when converting strings to the ISO-2022-CN-EXT character set, which may be used to crash an application or overwrite a neighbouring variable.", "cve_priority": "medium", "cve_public_date": "2024-04-17 18:15:00 UTC" } ], "log": [ "", " * SECURITY UPDATE: OOB write in iconv plugin ISO-2022-CN-EXT", " - debian/patches/any/CVE-2024-2961.patch: fix out-of-bound writes when", " writing escape sequence in iconvdata/Makefile,", " iconvdata/iso-2022-cn-ext.c, iconvdata/tst-iconv-iso-2022-cn-ext.c.", " - CVE-2024-2961", "" ], "package": "glibc", "version": "2.39-0ubuntu8.1", "urgency": "medium", "distributions": "noble-security", "launchpad_bugs_fixed": [], "author": "Marc Deslauriers ", "date": "Thu, 18 Apr 2024 09:52:32 -0400" }, { "cves": [ { "cve": "CVE-2024-3094", "url": "https://ubuntu.com/security/CVE-2024-3094", "cve_description": "Malicious code was discovered in the upstream tarballs of xz, starting with version 5.6.0. Through a series of complex obfuscations, the liblzma build process extracts a prebuilt object file from a disguised test file existing in the source code, which is then used to modify specific functions in the liblzma code. This results in a modified liblzma library that can be used by any software linked against this library, intercepting and modifying the data interaction with this library.", "cve_priority": "critical", "cve_public_date": "2024-03-29 17:15:00 UTC" } ], "log": [ "", " * No-change rebuild for CVE-2024-3094", "" ], "package": "glibc", "version": "2.39-0ubuntu8", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Steve Langasek ", "date": "Sat, 30 Mar 2024 07:42:05 +0000" } ], "notes": "For a newly added package only the three most recent changelog entries are shown." }, { "name": "libc6-dev", "from_version": { "source_package_name": null, "source_package_version": null, "version": null }, "to_version": { "source_package_name": "glibc", "source_package_version": "2.39-0ubuntu8.2", "version": "2.39-0ubuntu8.2" }, "cves": [ { "cve": "CVE-2024-33599", "url": "https://ubuntu.com/security/CVE-2024-33599", "cve_description": "nscd: Stack-based buffer overflow in netgroup cache If the Name Service Cache Daemon's (nscd) fixed size cache is exhausted by client requests then a subsequent client request for netgroup data may result in a stack-based buffer overflow. This flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.", "cve_priority": "medium", "cve_public_date": "2024-05-06 20:15:00 UTC" }, { "cve": "CVE-2024-33600", "url": "https://ubuntu.com/security/CVE-2024-33600", "cve_description": "nscd: Null pointer crashes after notfound response If the Name Service Cache Daemon's (nscd) cache fails to add a not-found netgroup response to the cache, the client request can result in a null pointer dereference. This flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.", "cve_priority": "medium", "cve_public_date": "2024-05-06 20:15:00 UTC" }, { "cve": "CVE-2024-33601", "url": "https://ubuntu.com/security/CVE-2024-33601", "cve_description": "nscd: netgroup cache may terminate daemon on memory allocation failure The Name Service Cache Daemon's (nscd) netgroup cache uses xmalloc or xrealloc and these functions may terminate the process due to a memory allocation failure resulting in a denial of service to the clients. The flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.", "cve_priority": "medium", "cve_public_date": "2024-05-06 20:15:00 UTC" }, { "cve": "CVE-2024-33602", "url": "https://ubuntu.com/security/CVE-2024-33602", "cve_description": "nscd: netgroup cache assumes NSS callback uses in-buffer strings The Name Service Cache Daemon's (nscd) netgroup cache can corrupt memory when the NSS callback does not store all strings in the provided buffer. The flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.", "cve_priority": "medium", "cve_public_date": "2024-05-06 20:15:00 UTC" }, { "cve": "CVE-2024-2961", "url": "https://ubuntu.com/security/CVE-2024-2961", "cve_description": "The iconv() function in the GNU C Library versions 2.39 and older may overflow the output buffer passed to it by up to 4 bytes when converting strings to the ISO-2022-CN-EXT character set, which may be used to crash an application or overwrite a neighbouring variable.", "cve_priority": "medium", "cve_public_date": "2024-04-17 18:15:00 UTC" }, { "cve": "CVE-2024-3094", "url": "https://ubuntu.com/security/CVE-2024-3094", "cve_description": "Malicious code was discovered in the upstream tarballs of xz, starting with version 5.6.0. Through a series of complex obfuscations, the liblzma build process extracts a prebuilt object file from a disguised test file existing in the source code, which is then used to modify specific functions in the liblzma code. This results in a modified liblzma library that can be used by any software linked against this library, intercepting and modifying the data interaction with this library.", "cve_priority": "critical", "cve_public_date": "2024-03-29 17:15:00 UTC" } ], "launchpad_bugs_fixed": [], "changes": [ { "cves": [ { "cve": "CVE-2024-33599", "url": "https://ubuntu.com/security/CVE-2024-33599", "cve_description": "nscd: Stack-based buffer overflow in netgroup cache If the Name Service Cache Daemon's (nscd) fixed size cache is exhausted by client requests then a subsequent client request for netgroup data may result in a stack-based buffer overflow. This flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.", "cve_priority": "medium", "cve_public_date": "2024-05-06 20:15:00 UTC" }, { "cve": "CVE-2024-33600", "url": "https://ubuntu.com/security/CVE-2024-33600", "cve_description": "nscd: Null pointer crashes after notfound response If the Name Service Cache Daemon's (nscd) cache fails to add a not-found netgroup response to the cache, the client request can result in a null pointer dereference. This flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.", "cve_priority": "medium", "cve_public_date": "2024-05-06 20:15:00 UTC" }, { "cve": "CVE-2024-33601", "url": "https://ubuntu.com/security/CVE-2024-33601", "cve_description": "nscd: netgroup cache may terminate daemon on memory allocation failure The Name Service Cache Daemon's (nscd) netgroup cache uses xmalloc or xrealloc and these functions may terminate the process due to a memory allocation failure resulting in a denial of service to the clients. The flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.", "cve_priority": "medium", "cve_public_date": "2024-05-06 20:15:00 UTC" }, { "cve": "CVE-2024-33602", "url": "https://ubuntu.com/security/CVE-2024-33602", "cve_description": "nscd: netgroup cache assumes NSS callback uses in-buffer strings The Name Service Cache Daemon's (nscd) netgroup cache can corrupt memory when the NSS callback does not store all strings in the provided buffer. The flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.", "cve_priority": "medium", "cve_public_date": "2024-05-06 20:15:00 UTC" } ], "log": [ "", " * SECURITY UPDATE: Stack-based buffer overflow", " - debian/patches/CVE-2024-33599.patch: CVE-2024-33599: nscd: Stack-", " based buffer overflow in netgroup cache.", " - CVE-2024-33599", " * SECURITY UPDATE: Null pointer", " - debian/patches/CVE-2024-33600_1.patch: CVE-2024-33600: nscd: Avoid", " null pointer crashes after notfound response.", " - debian/patches/CVE-2024-33600_2.patch: CVE-2024-33600: nscd: Do", " not send missing not-found response in addgetnetgrentX.", " - CVE-2024-33600", " * SECURITY UPDATE: Memory corruption", " - debian/patches/CVE-2024-33601_33602.patch: CVE-2024-33601, CVE-", " 2024-33602: nscd: netgroup: Use two buffers in addgetnetgrentX.", " - CVE-2024-33601", " - CVE-2024-33602", "" ], "package": "glibc", "version": "2.39-0ubuntu8.2", "urgency": "medium", "distributions": "noble-security", "launchpad_bugs_fixed": [], "author": "Paulo Flabiano Smorigo ", "date": "Tue, 30 Apr 2024 15:02:13 -0300" }, { "cves": [ { "cve": "CVE-2024-2961", "url": "https://ubuntu.com/security/CVE-2024-2961", "cve_description": "The iconv() function in the GNU C Library versions 2.39 and older may overflow the output buffer passed to it by up to 4 bytes when converting strings to the ISO-2022-CN-EXT character set, which may be used to crash an application or overwrite a neighbouring variable.", "cve_priority": "medium", "cve_public_date": "2024-04-17 18:15:00 UTC" } ], "log": [ "", " * SECURITY UPDATE: OOB write in iconv plugin ISO-2022-CN-EXT", " - debian/patches/any/CVE-2024-2961.patch: fix out-of-bound writes when", " writing escape sequence in iconvdata/Makefile,", " iconvdata/iso-2022-cn-ext.c, iconvdata/tst-iconv-iso-2022-cn-ext.c.", " - CVE-2024-2961", "" ], "package": "glibc", "version": "2.39-0ubuntu8.1", "urgency": "medium", "distributions": "noble-security", "launchpad_bugs_fixed": [], "author": "Marc Deslauriers ", "date": "Thu, 18 Apr 2024 09:52:32 -0400" }, { "cves": [ { "cve": "CVE-2024-3094", "url": "https://ubuntu.com/security/CVE-2024-3094", "cve_description": "Malicious code was discovered in the upstream tarballs of xz, starting with version 5.6.0. Through a series of complex obfuscations, the liblzma build process extracts a prebuilt object file from a disguised test file existing in the source code, which is then used to modify specific functions in the liblzma code. This results in a modified liblzma library that can be used by any software linked against this library, intercepting and modifying the data interaction with this library.", "cve_priority": "critical", "cve_public_date": "2024-03-29 17:15:00 UTC" } ], "log": [ "", " * No-change rebuild for CVE-2024-3094", "" ], "package": "glibc", "version": "2.39-0ubuntu8", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Steve Langasek ", "date": "Sat, 30 Mar 2024 07:42:05 +0000" } ], "notes": "For a newly added package only the three most recent changelog entries are shown." }, { "name": "libclang-cpp18", "from_version": { "source_package_name": null, "source_package_version": null, "version": null }, "to_version": { "source_package_name": "llvm-toolchain-18", "source_package_version": "1:18.1.3-1", "version": "1:18.1.3-1" }, "cves": [], "launchpad_bugs_fixed": [], "changes": [ { "cves": [], "log": [ "", " * New upstream release", " * Only install mold when used", " but disabled for now because of https://github.com/rui314/mold/issues/1224", "" ], "package": "llvm-toolchain-18", "version": "1:18.1.3-1", "urgency": "medium", "distributions": "unstable", "launchpad_bugs_fixed": [], "author": "Sylvestre Ledru ", "date": "Thu, 04 Apr 2024 07:57:13 +0200" }, { "cves": [], "log": [ "", " [ Matthias Klose ]", " * Build-depend on llvm-spirv-18 instead of llvm-spirv-17.", " * Add a stage1 profile to disable curl, grpc and spirv.", " * Build with --as-needed.", "", " [ Sylvestre Ledru ]", " * New upstream release", " * Build using mold as a linker", "" ], "package": "llvm-toolchain-18", "version": "1:18.1.2-1", "urgency": "medium", "distributions": "unstable", "launchpad_bugs_fixed": [], "author": "Sylvestre Ledru ", "date": "Fri, 22 Mar 2024 21:24:08 +0100" }, { "cves": [], "log": [ "", " [ Matthias Klose ]", " * Fix sanitizer build on 32bit time_t64 architectures.", " * Enable compiler-rt runtime again for 32bit time_t64 architectures.", " * Revert: mark profile and xray include files as optional on armel and armhf.", "", " [ Sylvestre Ledru ]", " * Disable libc on bionic for apt.llvm.org", " * Try to address a link issue with libclang-cpp.so.18 (GH: #83986)", "" ], "package": "llvm-toolchain-18", "version": "1:18.1.1-1", "urgency": "medium", "distributions": "unstable", "launchpad_bugs_fixed": [], "author": "Sylvestre Ledru ", "date": "Fri, 08 Mar 2024 20:27:05 +0100" } ], "notes": "For a newly added package only the three most recent changelog entries are shown." }, { "name": "libclang1-18", "from_version": { "source_package_name": null, "source_package_version": null, "version": null }, "to_version": { "source_package_name": "llvm-toolchain-18", "source_package_version": "1:18.1.3-1", "version": "1:18.1.3-1" }, "cves": [], "launchpad_bugs_fixed": [], "changes": [ { "cves": [], "log": [ "", " * New upstream release", " * Only install mold when used", " but disabled for now because of https://github.com/rui314/mold/issues/1224", "" ], "package": "llvm-toolchain-18", "version": "1:18.1.3-1", "urgency": "medium", "distributions": "unstable", "launchpad_bugs_fixed": [], "author": "Sylvestre Ledru ", "date": "Thu, 04 Apr 2024 07:57:13 +0200" }, { "cves": [], "log": [ "", " [ Matthias Klose ]", " * Build-depend on llvm-spirv-18 instead of llvm-spirv-17.", " * Add a stage1 profile to disable curl, grpc and spirv.", " * Build with --as-needed.", "", " [ Sylvestre Ledru ]", " * New upstream release", " * Build using mold as a linker", "" ], "package": "llvm-toolchain-18", "version": "1:18.1.2-1", "urgency": "medium", "distributions": "unstable", "launchpad_bugs_fixed": [], "author": "Sylvestre Ledru ", "date": "Fri, 22 Mar 2024 21:24:08 +0100" }, { "cves": [], "log": [ "", " [ Matthias Klose ]", " * Fix sanitizer build on 32bit time_t64 architectures.", " * Enable compiler-rt runtime again for 32bit time_t64 architectures.", " * Revert: mark profile and xray include files as optional on armel and armhf.", "", " [ Sylvestre Ledru ]", " * Disable libc on bionic for apt.llvm.org", " * Try to address a link issue with libclang-cpp.so.18 (GH: #83986)", "" ], "package": "llvm-toolchain-18", "version": "1:18.1.1-1", "urgency": "medium", "distributions": "unstable", "launchpad_bugs_fixed": [], "author": "Sylvestre Ledru ", "date": "Fri, 08 Mar 2024 20:27:05 +0100" } ], "notes": "For a newly added package only the three most recent changelog entries are shown." }, { "name": "libcrypt-dev", "from_version": { "source_package_name": null, "source_package_version": null, "version": null }, "to_version": { "source_package_name": "libxcrypt", "source_package_version": "1:4.4.36-4build1", "version": "1:4.4.36-4build1" }, "cves": [], "launchpad_bugs_fixed": [], "changes": [ { "cves": [], "log": [ "", " * No change rebuild for 64-bit time_t and frame pointers.", "" ], "package": "libxcrypt", "version": "1:4.4.36-4build1", "urgency": "high", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Julian Andres Klode ", "date": "Mon, 08 Apr 2024 18:09:21 +0200" }, { "cves": [], "log": [ "", " * Reupload to unstable.", "" ], "package": "libxcrypt", "version": "1:4.4.36-4", "urgency": "medium", "distributions": "unstable", "launchpad_bugs_fixed": [], "author": "Marco d'Itri ", "date": "Mon, 01 Jan 2024 14:00:09 +0100" }, { "cves": [], "log": [ "", " [ Helmut Grohne ]", " * Move libcrypt.so.* to /usr. (Closes: #1055941)", "" ], "package": "libxcrypt", "version": "1:4.4.36-3", "urgency": "medium", "distributions": "experimental", "launchpad_bugs_fixed": [], "author": "Marco d'Itri ", "date": "Thu, 16 Nov 2023 22:31:28 +0100" } ], "notes": "For a newly added package only the three most recent changelog entries are shown." }, { "name": "libde265-0", "from_version": { "source_package_name": null, "source_package_version": null, "version": null }, "to_version": { "source_package_name": "libde265", "source_package_version": "1.0.15-1build3", "version": "1.0.15-1build3" }, "cves": [ { "cve": "CVE-2024-3094", "url": "https://ubuntu.com/security/CVE-2024-3094", "cve_description": "Malicious code was discovered in the upstream tarballs of xz, starting with version 5.6.0. Through a series of complex obfuscations, the liblzma build process extracts a prebuilt object file from a disguised test file existing in the source code, which is then used to modify specific functions in the liblzma code. This results in a modified liblzma library that can be used by any software linked against this library, intercepting and modifying the data interaction with this library.", "cve_priority": "critical", "cve_public_date": "2024-03-29 17:15:00 UTC" } ], "launchpad_bugs_fixed": [], "changes": [ { "cves": [], "log": [ "", " * No-change rebuild against libqt5core5t64.", "" ], "package": "libde265", "version": "1.0.15-1build3", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Colin Watson ", "date": "Mon, 15 Apr 2024 20:09:53 +0100" }, { "cves": [ { "cve": "CVE-2024-3094", "url": "https://ubuntu.com/security/CVE-2024-3094", "cve_description": "Malicious code was discovered in the upstream tarballs of xz, starting with version 5.6.0. Through a series of complex obfuscations, the liblzma build process extracts a prebuilt object file from a disguised test file existing in the source code, which is then used to modify specific functions in the liblzma code. This results in a modified liblzma library that can be used by any software linked against this library, intercepting and modifying the data interaction with this library.", "cve_priority": "critical", "cve_public_date": "2024-03-29 17:15:00 UTC" } ], "log": [ "", " * No-change rebuild for CVE-2024-3094", "" ], "package": "libde265", "version": "1.0.15-1build2", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Steve Langasek ", "date": "Sun, 31 Mar 2024 07:46:41 +0000" }, { "cves": [], "log": [ "", " * No-change rebuild against libqt5core5t64", "" ], "package": "libde265", "version": "1.0.15-1build1", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Steve Langasek ", "date": "Fri, 15 Mar 2024 05:34:33 +0000" } ], "notes": "For a newly added package only the three most recent changelog entries are shown." }, { "name": "libdeflate0", "from_version": { "source_package_name": null, "source_package_version": null, "version": null }, "to_version": { "source_package_name": "libdeflate", "source_package_version": "1.19-1build1", "version": "1.19-1build1" }, "cves": [], "launchpad_bugs_fixed": [], "changes": [ { "cves": [], "log": [ "", " * No change rebuild for 64-bit time_t and frame pointers.", "" ], "package": "libdeflate", "version": "1.19-1build1", "urgency": "high", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Julian Andres Klode ", "date": "Mon, 08 Apr 2024 18:02:27 +0200" }, { "cves": [], "log": [ "", " * Team upload.", " * New upstream version", " * d/rules: Reduce compiler optimization on alpha (Closes: #1028624)", " * d/libdeflate0.symbols: Add new symbols (libdeflate_alloc_compressor_ex,", " libdeflate_alloc_decompressor_ex)", "" ], "package": "libdeflate", "version": "1.19-1", "urgency": "medium", "distributions": "unstable", "launchpad_bugs_fixed": [], "author": "Lance Lin ", "date": "Wed, 31 Jan 2024 22:26:50 +0700" }, { "cves": [], "log": [ "", " [ Lance Lin ]", " * New upstream version", " * d/patches: Removed patch, fixed upstream", " * d/copyright: Update year to 2023", "" ], "package": "libdeflate", "version": "1.18-1", "urgency": "medium", "distributions": "unstable", "launchpad_bugs_fixed": [], "author": "Michael R. Crusoe ", "date": "Thu, 10 Aug 2023 10:21:56 +0200" } ], "notes": "For a newly added package only the three most recent changelog entries are shown." }, { "name": "libfontconfig1", "from_version": { "source_package_name": null, "source_package_version": null, "version": null }, "to_version": { "source_package_name": "fontconfig", "source_package_version": "2.15.0-1.1ubuntu2", "version": "2.15.0-1.1ubuntu2" }, "cves": [ { "cve": "CVE-2024-3094", "url": "https://ubuntu.com/security/CVE-2024-3094", "cve_description": "Malicious code was discovered in the upstream tarballs of xz, starting with version 5.6.0. Through a series of complex obfuscations, the liblzma build process extracts a prebuilt object file from a disguised test file existing in the source code, which is then used to modify specific functions in the liblzma code. This results in a modified liblzma library that can be used by any software linked against this library, intercepting and modifying the data interaction with this library.", "cve_priority": "critical", "cve_public_date": "2024-03-29 17:15:00 UTC" } ], "launchpad_bugs_fixed": [ 2054924 ], "changes": [ { "cves": [ { "cve": "CVE-2024-3094", "url": "https://ubuntu.com/security/CVE-2024-3094", "cve_description": "Malicious code was discovered in the upstream tarballs of xz, starting with version 5.6.0. Through a series of complex obfuscations, the liblzma build process extracts a prebuilt object file from a disguised test file existing in the source code, which is then used to modify specific functions in the liblzma code. This results in a modified liblzma library that can be used by any software linked against this library, intercepting and modifying the data interaction with this library.", "cve_priority": "critical", "cve_public_date": "2024-03-29 17:15:00 UTC" } ], "log": [ "", " * No-change rebuild for CVE-2024-3094", "" ], "package": "fontconfig", "version": "2.15.0-1.1ubuntu2", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Steve Langasek ", "date": "Sun, 31 Mar 2024 00:59:34 +0000" }, { "cves": [], "log": [ "", " * Merge with Debian unstable. Remaining changes:", " - debian/source_fontconfig.py, debian/fontconfig.install:", " + Install apport hook", " - debian/fontconfig-config.install:", " + Install fonts-conf.5.gz", " - Add 04_ubuntu_monospace_lcd_filter_conf.patch:", " + Use legacy lcdfilter with smaller monospace fonts", " - Add 05_lcdfilterlegacy.patch: Recognize const value \"lcdfilterlegacy\",", " used in Ubuntu before upstream introduced \"lcdlegacy\"", " - Add 07_no_bitmaps.patch:", " + Install 70-no-bitmaps-except-emoji.conf", " - Add 0001-cache-If-nsec-is-zero-don-t-use-it-for-comparisons.patch", " + If nsec is zero, don't use it for comparisons", " - Drop debian/fontconfig-config.NEWS, debian/fontconfig-config.templates,", " debian/fontconfig-config.config, and associated po files.", " Modify debian/rules, debian/fontconfig-config.postinst,", " debian/fontconfig-config.postrm, and debian/README.Debian.", " + Don't provide debconf prompts", " - debian/fontconfig-config.maintscript:", " + Entries due to dropped Ubuntu patches and move from /etc to /usr", " - debian/rules:", " + Config option to generate the 10-sub-pixel-rgb.conf symlink", " - debian/control:", " + Make fontconfig-config break/replace kubuntu-settings-desktop", " << 1:23.04.3 to handle symlink conflict", "" ], "package": "fontconfig", "version": "2.15.0-1.1ubuntu1", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Jeremy Bícha ", "date": "Sun, 10 Mar 2024 19:46:01 -0400" }, { "cves": [], "log": [ "", " * Add fix-emoji-no-bitmap-font.patch and update", " debian/fontconfig-config.config to allow emoji font when no bitmap fonts", " are allowed (which has been Debian's default for many years)", " (Closes: #1064267) (LP: #2054924)", "" ], "package": "fontconfig", "version": "2.15.0-1.1", "urgency": "high", "distributions": "unstable", "launchpad_bugs_fixed": [ 2054924 ], "author": "Guido Berhoerster ", "date": "Fri, 08 Mar 2024 13:20:01 +0100" } ], "notes": "For a newly added package only the three most recent changelog entries are shown." }, { "name": "libgd3", "from_version": { "source_package_name": null, "source_package_version": null, "version": null }, "to_version": { "source_package_name": "libgd2", "source_package_version": "2.3.3-9ubuntu5", "version": "2.3.3-9ubuntu5" }, "cves": [ { "cve": "CVE-2024-3094", "url": "https://ubuntu.com/security/CVE-2024-3094", "cve_description": "Malicious code was discovered in the upstream tarballs of xz, starting with version 5.6.0. Through a series of complex obfuscations, the liblzma build process extracts a prebuilt object file from a disguised test file existing in the source code, which is then used to modify specific functions in the liblzma code. This results in a modified liblzma library that can be used by any software linked against this library, intercepting and modifying the data interaction with this library.", "cve_priority": "critical", "cve_public_date": "2024-03-29 17:15:00 UTC" } ], "launchpad_bugs_fixed": [ 2061090 ], "changes": [ { "cves": [], "log": [ "", " * d/control: restore libheif-dev dependency (LP: #2061090).", " Remaining changes:", " - Drop the dependencies on libavif, libavif has an extensive rust", " dependency tree that makes it unsuitable for main.", "" ], "package": "libgd2", "version": "2.3.3-9ubuntu5", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2061090 ], "author": "Vladimir Petko ", "date": "Tue, 16 Apr 2024 20:23:30 +1200" }, { "cves": [ { "cve": "CVE-2024-3094", "url": "https://ubuntu.com/security/CVE-2024-3094", "cve_description": "Malicious code was discovered in the upstream tarballs of xz, starting with version 5.6.0. Through a series of complex obfuscations, the liblzma build process extracts a prebuilt object file from a disguised test file existing in the source code, which is then used to modify specific functions in the liblzma code. This results in a modified liblzma library that can be used by any software linked against this library, intercepting and modifying the data interaction with this library.", "cve_priority": "critical", "cve_public_date": "2024-03-29 17:15:00 UTC" } ], "log": [ "", " * No-change rebuild for CVE-2024-3094", "" ], "package": "libgd2", "version": "2.3.3-9ubuntu4", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Steve Langasek ", "date": "Sun, 31 Mar 2024 07:49:00 +0000" }, { "cves": [], "log": [ "", " * Rebuild against new libpng16-16t64.", "" ], "package": "libgd2", "version": "2.3.3-9ubuntu3", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Gianfranco Costamagna ", "date": "Tue, 19 Mar 2024 14:18:01 +0100" } ], "notes": "For a newly added package only the three most recent changelog entries are shown." }, { "name": "libheif-plugin-aomdec", "from_version": { "source_package_name": null, "source_package_version": null, "version": null }, "to_version": { "source_package_name": "libheif", "source_package_version": "1.17.6-1ubuntu4", "version": "1.17.6-1ubuntu4" }, "cves": [ { "cve": "CVE-2024-3094", "url": "https://ubuntu.com/security/CVE-2024-3094", "cve_description": "Malicious code was discovered in the upstream tarballs of xz, starting with version 5.6.0. Through a series of complex obfuscations, the liblzma build process extracts a prebuilt object file from a disguised test file existing in the source code, which is then used to modify specific functions in the liblzma code. This results in a modified liblzma library that can be used by any software linked against this library, intercepting and modifying the data interaction with this library.", "cve_priority": "critical", "cve_public_date": "2024-03-29 17:15:00 UTC" } ], "launchpad_bugs_fixed": [ 2061089 ], "changes": [ { "cves": [], "log": [ "", " * d/control: update dependencies for the Main Inclusion Request (LP: #2061089):", " - Swap libheif-plugin-aomdec and libheif-plugin-dav1d.", " - Demote libheif-plugin-x265 to Suggests.", "" ], "package": "libheif", "version": "1.17.6-1ubuntu4", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2061089 ], "author": "Vladimir Petko ", "date": "Tue, 16 Apr 2024 20:36:05 +1200" }, { "cves": [ { "cve": "CVE-2024-3094", "url": "https://ubuntu.com/security/CVE-2024-3094", "cve_description": "Malicious code was discovered in the upstream tarballs of xz, starting with version 5.6.0. Through a series of complex obfuscations, the liblzma build process extracts a prebuilt object file from a disguised test file existing in the source code, which is then used to modify specific functions in the liblzma code. This results in a modified liblzma library that can be used by any software linked against this library, intercepting and modifying the data interaction with this library.", "cve_priority": "critical", "cve_public_date": "2024-03-29 17:15:00 UTC" } ], "log": [ "", " * No-change rebuild for CVE-2024-3094", "" ], "package": "libheif", "version": "1.17.6-1ubuntu3", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Steve Langasek ", "date": "Sun, 31 Mar 2024 07:49:51 +0000" }, { "cves": [], "log": [ "", " * No-change rebuild against libpng16-16t64", "" ], "package": "libheif", "version": "1.17.6-1ubuntu2", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Steve Langasek ", "date": "Thu, 29 Feb 2024 07:04:17 +0000" } ], "notes": "For a newly added package only the three most recent changelog entries are shown." }, { "name": "libheif-plugin-aomenc", "from_version": { "source_package_name": null, "source_package_version": null, "version": null }, "to_version": { "source_package_name": "libheif", "source_package_version": "1.17.6-1ubuntu4", "version": "1.17.6-1ubuntu4" }, "cves": [ { "cve": "CVE-2024-3094", "url": "https://ubuntu.com/security/CVE-2024-3094", "cve_description": "Malicious code was discovered in the upstream tarballs of xz, starting with version 5.6.0. Through a series of complex obfuscations, the liblzma build process extracts a prebuilt object file from a disguised test file existing in the source code, which is then used to modify specific functions in the liblzma code. This results in a modified liblzma library that can be used by any software linked against this library, intercepting and modifying the data interaction with this library.", "cve_priority": "critical", "cve_public_date": "2024-03-29 17:15:00 UTC" } ], "launchpad_bugs_fixed": [ 2061089 ], "changes": [ { "cves": [], "log": [ "", " * d/control: update dependencies for the Main Inclusion Request (LP: #2061089):", " - Swap libheif-plugin-aomdec and libheif-plugin-dav1d.", " - Demote libheif-plugin-x265 to Suggests.", "" ], "package": "libheif", "version": "1.17.6-1ubuntu4", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2061089 ], "author": "Vladimir Petko ", "date": "Tue, 16 Apr 2024 20:36:05 +1200" }, { "cves": [ { "cve": "CVE-2024-3094", "url": "https://ubuntu.com/security/CVE-2024-3094", "cve_description": "Malicious code was discovered in the upstream tarballs of xz, starting with version 5.6.0. Through a series of complex obfuscations, the liblzma build process extracts a prebuilt object file from a disguised test file existing in the source code, which is then used to modify specific functions in the liblzma code. This results in a modified liblzma library that can be used by any software linked against this library, intercepting and modifying the data interaction with this library.", "cve_priority": "critical", "cve_public_date": "2024-03-29 17:15:00 UTC" } ], "log": [ "", " * No-change rebuild for CVE-2024-3094", "" ], "package": "libheif", "version": "1.17.6-1ubuntu3", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Steve Langasek ", "date": "Sun, 31 Mar 2024 07:49:51 +0000" }, { "cves": [], "log": [ "", " * No-change rebuild against libpng16-16t64", "" ], "package": "libheif", "version": "1.17.6-1ubuntu2", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Steve Langasek ", "date": "Thu, 29 Feb 2024 07:04:17 +0000" } ], "notes": "For a newly added package only the three most recent changelog entries are shown." }, { "name": "libheif-plugin-libde265", "from_version": { "source_package_name": null, "source_package_version": null, "version": null }, "to_version": { "source_package_name": "libheif", "source_package_version": "1.17.6-1ubuntu4", "version": "1.17.6-1ubuntu4" }, "cves": [ { "cve": "CVE-2024-3094", "url": "https://ubuntu.com/security/CVE-2024-3094", "cve_description": "Malicious code was discovered in the upstream tarballs of xz, starting with version 5.6.0. Through a series of complex obfuscations, the liblzma build process extracts a prebuilt object file from a disguised test file existing in the source code, which is then used to modify specific functions in the liblzma code. This results in a modified liblzma library that can be used by any software linked against this library, intercepting and modifying the data interaction with this library.", "cve_priority": "critical", "cve_public_date": "2024-03-29 17:15:00 UTC" } ], "launchpad_bugs_fixed": [ 2061089 ], "changes": [ { "cves": [], "log": [ "", " * d/control: update dependencies for the Main Inclusion Request (LP: #2061089):", " - Swap libheif-plugin-aomdec and libheif-plugin-dav1d.", " - Demote libheif-plugin-x265 to Suggests.", "" ], "package": "libheif", "version": "1.17.6-1ubuntu4", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2061089 ], "author": "Vladimir Petko ", "date": "Tue, 16 Apr 2024 20:36:05 +1200" }, { "cves": [ { "cve": "CVE-2024-3094", "url": "https://ubuntu.com/security/CVE-2024-3094", "cve_description": "Malicious code was discovered in the upstream tarballs of xz, starting with version 5.6.0. Through a series of complex obfuscations, the liblzma build process extracts a prebuilt object file from a disguised test file existing in the source code, which is then used to modify specific functions in the liblzma code. This results in a modified liblzma library that can be used by any software linked against this library, intercepting and modifying the data interaction with this library.", "cve_priority": "critical", "cve_public_date": "2024-03-29 17:15:00 UTC" } ], "log": [ "", " * No-change rebuild for CVE-2024-3094", "" ], "package": "libheif", "version": "1.17.6-1ubuntu3", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Steve Langasek ", "date": "Sun, 31 Mar 2024 07:49:51 +0000" }, { "cves": [], "log": [ "", " * No-change rebuild against libpng16-16t64", "" ], "package": "libheif", "version": "1.17.6-1ubuntu2", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Steve Langasek ", "date": "Thu, 29 Feb 2024 07:04:17 +0000" } ], "notes": "For a newly added package only the three most recent changelog entries are shown." }, { "name": "libheif1", "from_version": { "source_package_name": null, "source_package_version": null, "version": null }, "to_version": { "source_package_name": "libheif", "source_package_version": "1.17.6-1ubuntu4", "version": "1.17.6-1ubuntu4" }, "cves": [ { "cve": "CVE-2024-3094", "url": "https://ubuntu.com/security/CVE-2024-3094", "cve_description": "Malicious code was discovered in the upstream tarballs of xz, starting with version 5.6.0. Through a series of complex obfuscations, the liblzma build process extracts a prebuilt object file from a disguised test file existing in the source code, which is then used to modify specific functions in the liblzma code. This results in a modified liblzma library that can be used by any software linked against this library, intercepting and modifying the data interaction with this library.", "cve_priority": "critical", "cve_public_date": "2024-03-29 17:15:00 UTC" } ], "launchpad_bugs_fixed": [ 2061089 ], "changes": [ { "cves": [], "log": [ "", " * d/control: update dependencies for the Main Inclusion Request (LP: #2061089):", " - Swap libheif-plugin-aomdec and libheif-plugin-dav1d.", " - Demote libheif-plugin-x265 to Suggests.", "" ], "package": "libheif", "version": "1.17.6-1ubuntu4", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2061089 ], "author": "Vladimir Petko ", "date": "Tue, 16 Apr 2024 20:36:05 +1200" }, { "cves": [ { "cve": "CVE-2024-3094", "url": "https://ubuntu.com/security/CVE-2024-3094", "cve_description": "Malicious code was discovered in the upstream tarballs of xz, starting with version 5.6.0. Through a series of complex obfuscations, the liblzma build process extracts a prebuilt object file from a disguised test file existing in the source code, which is then used to modify specific functions in the liblzma code. This results in a modified liblzma library that can be used by any software linked against this library, intercepting and modifying the data interaction with this library.", "cve_priority": "critical", "cve_public_date": "2024-03-29 17:15:00 UTC" } ], "log": [ "", " * No-change rebuild for CVE-2024-3094", "" ], "package": "libheif", "version": "1.17.6-1ubuntu3", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Steve Langasek ", "date": "Sun, 31 Mar 2024 07:49:51 +0000" }, { "cves": [], "log": [ "", " * No-change rebuild against libpng16-16t64", "" ], "package": "libheif", "version": "1.17.6-1ubuntu2", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Steve Langasek ", "date": "Thu, 29 Feb 2024 07:04:17 +0000" } ], "notes": "For a newly added package only the three most recent changelog entries are shown." }, { "name": "libjbig0", "from_version": { "source_package_name": null, "source_package_version": null, "version": null }, "to_version": { "source_package_name": "jbigkit", "source_package_version": "2.1-6.1ubuntu2", "version": "2.1-6.1ubuntu2" }, "cves": [ { "cve": "CVE-2017-9937", "url": "https://ubuntu.com/security/CVE-2017-9937", "cve_description": "In LibTIFF 4.0.8, there is a memory malloc failure in tif_jbig.c. A crafted TIFF document can lead to an abort resulting in a remote denial of service attack.", "cve_priority": "negligible", "cve_public_date": "2017-06-26 12:29:00 UTC" } ], "launchpad_bugs_fixed": [], "changes": [ { "cves": [], "log": [ "", " * No change rebuild for 64-bit time_t and frame pointers.", "" ], "package": "jbigkit", "version": "2.1-6.1ubuntu2", "urgency": "high", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Julian Andres Klode ", "date": "Mon, 08 Apr 2024 18:00:28 +0200" }, { "cves": [ { "cve": "CVE-2017-9937", "url": "https://ubuntu.com/security/CVE-2017-9937", "cve_description": "In LibTIFF 4.0.8, there is a memory malloc failure in tif_jbig.c. A crafted TIFF document can lead to an abort resulting in a remote denial of service attack.", "cve_priority": "negligible", "cve_public_date": "2017-06-26 12:29:00 UTC" } ], "log": [ "", " * Merge from Debian unstable. Remaining changes:", " - debian/patches/CVE-2017-9937.patch: set maximum decoded image size to", " 2GB.", "" ], "package": "jbigkit", "version": "2.1-6.1ubuntu1", "urgency": "low", "distributions": "mantic", "launchpad_bugs_fixed": [], "author": "Steve Langasek ", "date": "Fri, 05 May 2023 09:34:49 +0200" }, { "cves": [], "log": [ "", " * Non-maintainer upload.", " * Fix autopkgtest (Closes: #1023710)", "" ], "package": "jbigkit", "version": "2.1-6.1", "urgency": "medium", "distributions": "unstable", "launchpad_bugs_fixed": [], "author": "Jochen Sprickerhof ", "date": "Sun, 04 Dec 2022 19:16:16 +0100" } ], "notes": "For a newly added package only the three most recent changelog entries are shown." }, { "name": "libjpeg-turbo8", "from_version": { "source_package_name": null, "source_package_version": null, "version": null }, "to_version": { "source_package_name": "libjpeg-turbo", "source_package_version": "2.1.5-2ubuntu2", "version": "2.1.5-2ubuntu2" }, "cves": [], "launchpad_bugs_fixed": [ 1562880, 777670 ], "changes": [ { "cves": [], "log": [ "", " * No change rebuild for 64-bit time_t and frame pointers.", "" ], "package": "libjpeg-turbo", "version": "2.1.5-2ubuntu2", "urgency": "high", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Julian Andres Klode ", "date": "Mon, 08 Apr 2024 18:04:50 +0200" }, { "cves": [], "log": [ "", " * Sync with Debian for first time since package was uploaded to Debian", " (LP: #1562880). Remaining changes:", " - Drop epoch except for libturbojpeg0-dev (& libturbojpeg) since Debian's", " krita package has a versioned Build-Depends on it", " - Set -DWITH_JPEG8=1 and use existing Ubuntu package names", " - Override dh_makeshlibs to use the original libjpeg symbol version", " - Have libturbojpeg0-dev depend on libjpeg-turbo8-dev instead of conflict", " with it", " - Don't have libjpeg-turbo8-dev conflict with libjpeg8-dev", " - Don't build the transitional libjpeg-dev package from here for now;", " Ubuntu builds it from libjpeg8-empty", " - Have libjpeg-turbo-progs Break/Replace libjpeg-turbo-test", " for move of tjbench", " - Use libturbojpeg library name instead of libturbojpeg0", " to avoid a transition for now", " - Strip -Wl,-Bsymbolic-functions out of LDFLAGS, so that hpcups and", " pxljr can override jinit_color_converter (LP: #777670)", "" ], "package": "libjpeg-turbo", "version": "2.1.5-2ubuntu1", "urgency": "medium", "distributions": "lunar", "launchpad_bugs_fixed": [ 1562880, 777670 ], "author": "Jeremy Bicha ", "date": "Wed, 08 Feb 2023 14:06:46 -0500" }, { "cves": [], "log": [ "", " * debian/patches:", " + Add 0001_initialize-simd-support-before-every-use.patch. (Closes:", " #1030347).", "" ], "package": "libjpeg-turbo", "version": "1:2.1.5-2", "urgency": "medium", "distributions": "unstable", "launchpad_bugs_fixed": [], "author": "Mike Gabriel ", "date": "Fri, 03 Feb 2023 15:28:42 +0100" } ], "notes": "For a newly added package only the three most recent changelog entries are shown." }, { "name": "libjpeg8", "from_version": { "source_package_name": null, "source_package_version": null, "version": null }, "to_version": { "source_package_name": "libjpeg8-empty", "source_package_version": "8c-2ubuntu11", "version": "8c-2ubuntu11" }, "cves": [], "launchpad_bugs_fixed": [], "changes": [ { "cves": [], "log": [ "", " * Drop libjpeg8-dbg package since libjpeg-turbo8-dbg", " doesn't exist any more", " * Bump debhelper-compat to 13 and Standards-Version to 4.6.2", "" ], "package": "libjpeg8-empty", "version": "8c-2ubuntu11", "urgency": "medium", "distributions": "lunar", "launchpad_bugs_fixed": [], "author": "Jeremy Bicha ", "date": "Thu, 09 Feb 2023 15:52:09 -0500" }, { "cves": [], "log": [ "", " * Drop libjpeg-progs from debian/control, this is owned by libjpeg9 now.", "" ], "package": "libjpeg8-empty", "version": "8c-2ubuntu10", "urgency": "medium", "distributions": "jammy", "launchpad_bugs_fixed": [], "author": "Steve Langasek ", "date": "Fri, 08 Apr 2022 19:19:40 +0000" }, { "cves": [], "log": [ "", " * No change rebuild for ppc64el baseline bump.", "" ], "package": "libjpeg8-empty", "version": "8c-2ubuntu9", "urgency": "high", "distributions": "jammy", "launchpad_bugs_fixed": [], "author": "Julian Andres Klode ", "date": "Thu, 24 Mar 2022 13:16:01 +0100" } ], "notes": "For a newly added package only the three most recent changelog entries are shown." }, { "name": "liblerc4", "from_version": { "source_package_name": null, "source_package_version": null, "version": null }, "to_version": { "source_package_name": "lerc", "source_package_version": "4.0.0+ds-4ubuntu2", "version": "4.0.0+ds-4ubuntu2" }, "cves": [], "launchpad_bugs_fixed": [], "changes": [ { "cves": [], "log": [ "", " * No change rebuild for 64-bit time_t and frame pointers.", "" ], "package": "lerc", "version": "4.0.0+ds-4ubuntu2", "urgency": "high", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Julian Andres Klode ", "date": "Mon, 08 Apr 2024 18:01:10 +0200" }, { "cves": [], "log": [ "", " * Opt into lto to simplify symbols file", "" ], "package": "lerc", "version": "4.0.0+ds-4ubuntu1", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Jeremy Bícha ", "date": "Tue, 12 Dec 2023 14:35:50 -0500" }, { "cves": [], "log": [ "", " * New d/clean file.", " * Update symbolfile.", "" ], "package": "lerc", "version": "4.0.0+ds-4", "urgency": "medium", "distributions": "unstable", "launchpad_bugs_fixed": [], "author": "Antonio Valentino ", "date": "Sun, 03 Dec 2023 16:46:30 +0000" } ], "notes": "For a newly added package only the three most recent changelog entries are shown." }, { "name": "libllvm18", "from_version": { "source_package_name": null, "source_package_version": null, "version": null }, "to_version": { "source_package_name": "llvm-toolchain-18", "source_package_version": "1:18.1.3-1", "version": "1:18.1.3-1" }, "cves": [], "launchpad_bugs_fixed": [], "changes": [ { "cves": [], "log": [ "", " * New upstream release", " * Only install mold when used", " but disabled for now because of https://github.com/rui314/mold/issues/1224", "" ], "package": "llvm-toolchain-18", "version": "1:18.1.3-1", "urgency": "medium", "distributions": "unstable", "launchpad_bugs_fixed": [], "author": "Sylvestre Ledru ", "date": "Thu, 04 Apr 2024 07:57:13 +0200" }, { "cves": [], "log": [ "", " [ Matthias Klose ]", " * Build-depend on llvm-spirv-18 instead of llvm-spirv-17.", " * Add a stage1 profile to disable curl, grpc and spirv.", " * Build with --as-needed.", "", " [ Sylvestre Ledru ]", " * New upstream release", " * Build using mold as a linker", "" ], "package": "llvm-toolchain-18", "version": "1:18.1.2-1", "urgency": "medium", "distributions": "unstable", "launchpad_bugs_fixed": [], "author": "Sylvestre Ledru ", "date": "Fri, 22 Mar 2024 21:24:08 +0100" }, { "cves": [], "log": [ "", " [ Matthias Klose ]", " * Fix sanitizer build on 32bit time_t64 architectures.", " * Enable compiler-rt runtime again for 32bit time_t64 architectures.", " * Revert: mark profile and xray include files as optional on armel and armhf.", "", " [ Sylvestre Ledru ]", " * Disable libc on bionic for apt.llvm.org", " * Try to address a link issue with libclang-cpp.so.18 (GH: #83986)", "" ], "package": "llvm-toolchain-18", "version": "1:18.1.1-1", "urgency": "medium", "distributions": "unstable", "launchpad_bugs_fixed": [], "author": "Sylvestre Ledru ", "date": "Fri, 08 Mar 2024 20:27:05 +0100" } ], "notes": "For a newly added package only the three most recent changelog entries are shown." }, { "name": "libsharpyuv0", "from_version": { "source_package_name": null, "source_package_version": null, "version": null }, "to_version": { "source_package_name": "libwebp", "source_package_version": "1.3.2-0.4build3", "version": "1.3.2-0.4build3" }, "cves": [ { "cve": "CVE-2024-3094", "url": "https://ubuntu.com/security/CVE-2024-3094", "cve_description": "Malicious code was discovered in the upstream tarballs of xz, starting with version 5.6.0. Through a series of complex obfuscations, the liblzma build process extracts a prebuilt object file from a disguised test file existing in the source code, which is then used to modify specific functions in the liblzma code. This results in a modified liblzma library that can be used by any software linked against this library, intercepting and modifying the data interaction with this library.", "cve_priority": "critical", "cve_public_date": "2024-03-29 17:15:00 UTC" } ], "launchpad_bugs_fixed": [], "changes": [ { "cves": [ { "cve": "CVE-2024-3094", "url": "https://ubuntu.com/security/CVE-2024-3094", "cve_description": "Malicious code was discovered in the upstream tarballs of xz, starting with version 5.6.0. Through a series of complex obfuscations, the liblzma build process extracts a prebuilt object file from a disguised test file existing in the source code, which is then used to modify specific functions in the liblzma code. This results in a modified liblzma library that can be used by any software linked against this library, intercepting and modifying the data interaction with this library.", "cve_priority": "critical", "cve_public_date": "2024-03-29 17:15:00 UTC" } ], "log": [ "", " * No-change rebuild for CVE-2024-3094", "" ], "package": "libwebp", "version": "1.3.2-0.4build3", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Steve Langasek ", "date": "Sun, 31 Mar 2024 08:02:02 +0000" }, { "cves": [], "log": [ "", " * Rebuild against new libpng16-16t64.", "" ], "package": "libwebp", "version": "1.3.2-0.4build2", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Gianfranco Costamagna ", "date": "Tue, 19 Mar 2024 14:17:49 +0100" }, { "cves": [], "log": [ "", " * No-change rebuild against libpng16-16t64", "" ], "package": "libwebp", "version": "1.3.2-0.4build1", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Steve Langasek ", "date": "Thu, 29 Feb 2024 07:17:35 +0000" } ], "notes": "For a newly added package only the three most recent changelog entries are shown." }, { "name": "libtiff6", "from_version": { "source_package_name": null, "source_package_version": null, "version": null }, "to_version": { "source_package_name": "tiff", "source_package_version": "4.5.1+git230720-4ubuntu2", "version": "4.5.1+git230720-4ubuntu2" }, "cves": [ { "cve": "CVE-2024-3094", "url": "https://ubuntu.com/security/CVE-2024-3094", "cve_description": "Malicious code was discovered in the upstream tarballs of xz, starting with version 5.6.0. Through a series of complex obfuscations, the liblzma build process extracts a prebuilt object file from a disguised test file existing in the source code, which is then used to modify specific functions in the liblzma code. This results in a modified liblzma library that can be used by any software linked against this library, intercepting and modifying the data interaction with this library.", "cve_priority": "critical", "cve_public_date": "2024-03-29 17:15:00 UTC" }, { "cve": "CVE-2023-6228", "url": "https://ubuntu.com/security/CVE-2023-6228", "cve_description": "An issue was found in the tiffcp utility distributed by the libtiff package where a crafted TIFF file on processing may cause a heap-based buffer overflow leads to an application crash.", "cve_priority": "low", "cve_public_date": "2023-12-18 14:15:00 UTC" }, { "cve": "CVE-2023-1916", "url": "https://ubuntu.com/security/CVE-2023-1916", "cve_description": "A flaw was found in tiffcrop, a program distributed by the libtiff package. A specially crafted tiff file can lead to an out-of-bounds read in the extractImageSection function in tools/tiffcrop.c, resulting in a denial of service and limited information disclosure. This issue affects libtiff versions 4.x.", "cve_priority": "low", "cve_public_date": "2023-04-10 22:15:00 UTC" }, { "cve": "CVE-2023-52355", "url": "https://ubuntu.com/security/CVE-2023-52355", "cve_description": "An out-of-memory flaw was found in libtiff that could be triggered by passing a crafted tiff file to the TIFFRasterScanlineSize64() API. This flaw allows a remote attacker to cause a denial of service via a crafted input with a size smaller than 379 KB.", "cve_priority": "negligible", "cve_public_date": "2024-01-25 20:15:00 UTC" }, { "cve": "CVE-2023-52356", "url": "https://ubuntu.com/security/CVE-2023-52356", "cve_description": "A segment fault (SEGV) flaw was found in libtiff that could be triggered by passing a crafted tiff file to the TIFFReadRGBATileExt() API. This flaw allows a remote attacker to cause a heap-buffer overflow, leading to a denial of service.", "cve_priority": "medium", "cve_public_date": "2024-01-25 20:15:00 UTC" } ], "launchpad_bugs_fixed": [], "changes": [ { "cves": [ { "cve": "CVE-2024-3094", "url": "https://ubuntu.com/security/CVE-2024-3094", "cve_description": "Malicious code was discovered in the upstream tarballs of xz, starting with version 5.6.0. Through a series of complex obfuscations, the liblzma build process extracts a prebuilt object file from a disguised test file existing in the source code, which is then used to modify specific functions in the liblzma code. This results in a modified liblzma library that can be used by any software linked against this library, intercepting and modifying the data interaction with this library.", "cve_priority": "critical", "cve_public_date": "2024-03-29 17:15:00 UTC" } ], "log": [ "", " * No-change rebuild for CVE-2024-3094", "" ], "package": "tiff", "version": "4.5.1+git230720-4ubuntu2", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Steve Langasek ", "date": "Sun, 31 Mar 2024 08:28:11 +0000" }, { "cves": [ { "cve": "CVE-2023-6228", "url": "https://ubuntu.com/security/CVE-2023-6228", "cve_description": "An issue was found in the tiffcp utility distributed by the libtiff package where a crafted TIFF file on processing may cause a heap-based buffer overflow leads to an application crash.", "cve_priority": "low", "cve_public_date": "2023-12-18 14:15:00 UTC" }, { "cve": "CVE-2023-1916", "url": "https://ubuntu.com/security/CVE-2023-1916", "cve_description": "A flaw was found in tiffcrop, a program distributed by the libtiff package. A specially crafted tiff file can lead to an out-of-bounds read in the extractImageSection function in tools/tiffcrop.c, resulting in a denial of service and limited information disclosure. This issue affects libtiff versions 4.x.", "cve_priority": "low", "cve_public_date": "2023-04-10 22:15:00 UTC" } ], "log": [ "", " * Merge with Debian. Remaining change:", " - Don't build with LERC on i386 because it requires numpy (Closes: #1017958)", " * SECURITY UPDATE: heap based buffer overflow", " - debian/patches/CVE-2023-6228.patch: add check for codec configuration", " in tools/tiffcp.c.", " - CVE-2023-6228", " * SECURITY UPDATE: out-of-bounds read in tiffcrop", " - debian/patches/CVE-2023-1916.patch: Fix heap-buffer-overflow in", " function extractImageSection in tools/tiffcrop.c.", " - CVE-2023-1916", "" ], "package": "tiff", "version": "4.5.1+git230720-4ubuntu1", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Marc Deslauriers ", "date": "Wed, 28 Feb 2024 14:21:10 -0500" }, { "cves": [ { "cve": "CVE-2023-52355", "url": "https://ubuntu.com/security/CVE-2023-52355", "cve_description": "An out-of-memory flaw was found in libtiff that could be triggered by passing a crafted tiff file to the TIFFRasterScanlineSize64() API. This flaw allows a remote attacker to cause a denial of service via a crafted input with a size smaller than 379 KB.", "cve_priority": "negligible", "cve_public_date": "2024-01-25 20:15:00 UTC" }, { "cve": "CVE-2023-52356", "url": "https://ubuntu.com/security/CVE-2023-52356", "cve_description": "A segment fault (SEGV) flaw was found in libtiff that could be triggered by passing a crafted tiff file to the TIFFReadRGBATileExt() API. This flaw allows a remote attacker to cause a heap-buffer overflow, leading to a denial of service.", "cve_priority": "medium", "cve_public_date": "2024-01-25 20:15:00 UTC" } ], "log": [ "", " * Backport security fix for CVE-2023-52355, an out-of-memory flaw that", " could be triggered by passing a crafted tiff file with documentation", " update how to prevent it.", " * Backport security fix for CVE-2023-52356, a segment fault flaw that", " could be triggered by passing a crafted tiff file (closes: #1061524).", "" ], "package": "tiff", "version": "4.5.1+git230720-4", "urgency": "high", "distributions": "unstable", "launchpad_bugs_fixed": [], "author": "Laszlo Boszormenyi (GCS) ", "date": "Sat, 27 Jan 2024 10:32:25 +0100" } ], "notes": "For a newly added package only the three most recent changelog entries are shown." }, { "name": "libwebp7", "from_version": { "source_package_name": null, "source_package_version": null, "version": null }, "to_version": { "source_package_name": "libwebp", "source_package_version": "1.3.2-0.4build3", "version": "1.3.2-0.4build3" }, "cves": [ { "cve": "CVE-2024-3094", "url": "https://ubuntu.com/security/CVE-2024-3094", "cve_description": "Malicious code was discovered in the upstream tarballs of xz, starting with version 5.6.0. Through a series of complex obfuscations, the liblzma build process extracts a prebuilt object file from a disguised test file existing in the source code, which is then used to modify specific functions in the liblzma code. This results in a modified liblzma library that can be used by any software linked against this library, intercepting and modifying the data interaction with this library.", "cve_priority": "critical", "cve_public_date": "2024-03-29 17:15:00 UTC" } ], "launchpad_bugs_fixed": [], "changes": [ { "cves": [ { "cve": "CVE-2024-3094", "url": "https://ubuntu.com/security/CVE-2024-3094", "cve_description": "Malicious code was discovered in the upstream tarballs of xz, starting with version 5.6.0. Through a series of complex obfuscations, the liblzma build process extracts a prebuilt object file from a disguised test file existing in the source code, which is then used to modify specific functions in the liblzma code. This results in a modified liblzma library that can be used by any software linked against this library, intercepting and modifying the data interaction with this library.", "cve_priority": "critical", "cve_public_date": "2024-03-29 17:15:00 UTC" } ], "log": [ "", " * No-change rebuild for CVE-2024-3094", "" ], "package": "libwebp", "version": "1.3.2-0.4build3", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Steve Langasek ", "date": "Sun, 31 Mar 2024 08:02:02 +0000" }, { "cves": [], "log": [ "", " * Rebuild against new libpng16-16t64.", "" ], "package": "libwebp", "version": "1.3.2-0.4build2", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Gianfranco Costamagna ", "date": "Tue, 19 Mar 2024 14:17:49 +0100" }, { "cves": [], "log": [ "", " * No-change rebuild against libpng16-16t64", "" ], "package": "libwebp", "version": "1.3.2-0.4build1", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Steve Langasek ", "date": "Thu, 29 Feb 2024 07:17:35 +0000" } ], "notes": "For a newly added package only the three most recent changelog entries are shown." }, { "name": "libxpm4", "from_version": { "source_package_name": null, "source_package_version": null, "version": null }, "to_version": { "source_package_name": "libxpm", "source_package_version": "1:3.5.17-1build2", "version": "1:3.5.17-1build2" }, "cves": [ { "cve": "CVE-2024-3094", "url": "https://ubuntu.com/security/CVE-2024-3094", "cve_description": "Malicious code was discovered in the upstream tarballs of xz, starting with version 5.6.0. Through a series of complex obfuscations, the liblzma build process extracts a prebuilt object file from a disguised test file existing in the source code, which is then used to modify specific functions in the liblzma code. This results in a modified liblzma library that can be used by any software linked against this library, intercepting and modifying the data interaction with this library.", "cve_priority": "critical", "cve_public_date": "2024-03-29 17:15:00 UTC" }, { "cve": "CVE-2023-43788", "url": "https://ubuntu.com/security/CVE-2023-43788", "cve_description": "A vulnerability was found in libXpm due to a boundary condition within the XpmCreateXpmImageFromBuffer() function. This flaw allows a local attacker to trigger an out-of-bounds read error and read the contents of memory on the system.", "cve_priority": "medium", "cve_public_date": "2023-10-10 13:15:00 UTC" }, { "cve": "CVE-2023-43789", "url": "https://ubuntu.com/security/CVE-2023-43789", "cve_description": "A vulnerability was found in libXpm where a vulnerability exists due to a boundary condition, a local user can trigger an out-of-bounds read error and read contents of memory on the system.", "cve_priority": "medium", "cve_public_date": "2023-10-12 12:15:00 UTC" } ], "launchpad_bugs_fixed": [], "changes": [ { "cves": [ { "cve": "CVE-2024-3094", "url": "https://ubuntu.com/security/CVE-2024-3094", "cve_description": "Malicious code was discovered in the upstream tarballs of xz, starting with version 5.6.0. Through a series of complex obfuscations, the liblzma build process extracts a prebuilt object file from a disguised test file existing in the source code, which is then used to modify specific functions in the liblzma code. This results in a modified liblzma library that can be used by any software linked against this library, intercepting and modifying the data interaction with this library.", "cve_priority": "critical", "cve_public_date": "2024-03-29 17:15:00 UTC" } ], "log": [ "", " * No-change rebuild for CVE-2024-3094", "" ], "package": "libxpm", "version": "1:3.5.17-1build2", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Steve Langasek ", "date": "Sun, 31 Mar 2024 08:02:41 +0000" }, { "cves": [], "log": [ "", " * No-change rebuild against libxt6t64", "" ], "package": "libxpm", "version": "1:3.5.17-1build1", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Steve Langasek ", "date": "Sat, 09 Mar 2024 00:51:05 +0000" }, { "cves": [ { "cve": "CVE-2023-43788", "url": "https://ubuntu.com/security/CVE-2023-43788", "cve_description": "A vulnerability was found in libXpm due to a boundary condition within the XpmCreateXpmImageFromBuffer() function. This flaw allows a local attacker to trigger an out-of-bounds read error and read the contents of memory on the system.", "cve_priority": "medium", "cve_public_date": "2023-10-10 13:15:00 UTC" }, { "cve": "CVE-2023-43789", "url": "https://ubuntu.com/security/CVE-2023-43789", "cve_description": "A vulnerability was found in libXpm where a vulnerability exists due to a boundary condition, a local user can trigger an out-of-bounds read error and read contents of memory on the system.", "cve_priority": "medium", "cve_public_date": "2023-10-12 12:15:00 UTC" } ], "log": [ "", " [ Timo Aaltonen ]", " * New upstream release.", " - CVE-2023-43788: out of bounds read in XpmCreateXpmImageFromBuffer()", " - CVE-2023-43789: out of bounds read on XPM with corrupted colormap", " * control: Migrate to x11proto-dev.", " * Update signing-key.", " * patches: All patches upstream, drop them.", "", " [ Debian Janitor ]", " * Remove constraints unnecessary since buster:", " + Build-Depends: Drop versioned constraint on libx11-dev, libxext-dev,", " libxt-dev and xutils-dev.", "", " [ Julien Cristau ]", " * Update Vcs-* control fields.", " * Add ncompress build-dependency for the test suite.", " * Install man pages in libxpm-dev.", "" ], "package": "libxpm", "version": "1:3.5.17-1", "urgency": "high", "distributions": "unstable", "launchpad_bugs_fixed": [], "author": "Julien Cristau ", "date": "Thu, 05 Oct 2023 14:24:36 +0200" } ], "notes": "For a newly added package only the three most recent changelog entries are shown." }, { "name": "linux-headers-6.8.0-35", "from_version": { "source_package_name": "linux", "source_package_version": "6.8.0-31.31", "version": null }, "to_version": { "source_package_name": "linux", "source_package_version": "6.8.0-35.35", "version": "6.8.0-35.35" }, "cves": [ { "cve": "CVE-2024-21823", "url": "https://ubuntu.com/security/CVE-2024-21823", "cve_description": "Hardware logic with insecure de-synchronization in Intel(R) DSA and Intel(R) IAA for some Intel(R) 4th or 5th generation Xeon(R) processors may allow an authorized user to potentially enable denial of service via local access.", "cve_priority": "medium", "cve_public_date": "2024-05-16 21:16:00 UTC" } ], "launchpad_bugs_fixed": [ 2065886, 2065167, 1786013, 2064344, 1786013, 1975592, 1975592, 2013232, 1981437, 2061747, 2042500, 2063096, 2061953, 2058557, 2060422, 2042546, 2059080, 2060533, 2060531, 2060531, 2062556, 2060130, 2059263, 2055083, 2058573, 2060097, 2051560, 2056716 ], "changes": [ { "cves": [ { "cve": "CVE-2024-21823", "url": "https://ubuntu.com/security/CVE-2024-21823", "cve_description": "Hardware logic with insecure de-synchronization in Intel(R) DSA and Intel(R) IAA for some Intel(R) 4th or 5th generation Xeon(R) processors may allow an authorized user to potentially enable denial of service via local access.", "cve_priority": "medium", "cve_public_date": "2024-05-16 21:16:00 UTC" } ], "log": [ "", " * noble/linux: 6.8.0-35.35 -proposed tracker (LP: #2065886)", "", " * CVE-2024-21823", " - VFIO: Add the SPR_DSA and SPR_IAX devices to the denylist", " - dmaengine: idxd: add a new security check to deal with a hardware erratum", " - dmaengine: idxd: add a write() method for applications to submit work", "" ], "package": "linux", "version": "6.8.0-35.35", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2065886 ], "author": "Roxana Nicolescu ", "date": "Mon, 20 May 2024 16:26:15 +0200" }, { "cves": [], "log": [ "", " * noble/linux: 6.8.0-34.34 -proposed tracker (LP: #2065167)", "", " * Packaging resync (LP: #1786013)", " - [Packaging] debian.master/dkms-versions -- update from kernel-versions", " (main/2024.04.29)", "" ], "package": "linux", "version": "6.8.0-34.34", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2065167, 1786013 ], "author": "Roxana Nicolescu ", "date": "Wed, 08 May 2024 13:14:41 +0200" }, { "cves": [], "log": [ "", " * noble/linux: 6.8.0-32.32 -proposed tracker (LP: #2064344)", "", " * Packaging resync (LP: #1786013)", " - [Packaging] drop getabis data", " - [Packaging] update variants", " - [Packaging] update annotations scripts", " - [Packaging] debian.master/dkms-versions -- update from kernel-versions", " (main/2024.04.29)", "", " * Enable Nezha board (LP: #1975592)", " - [Config] Enable CONFIG_REGULATOR_FIXED_VOLTAGE on riscv64", "", " * Enable Nezha board (LP: #1975592) // Enable StarFive VisionFive 2 board", " (LP: #2013232)", " - [Config] Enable CONFIG_SERIAL_8250_DW on riscv64", "", " * RISC-V kernel config is out of sync with other archs (LP: #1981437)", " - [Config] Sync riscv64 config with other architectures", "", " * obsolete out-of-tree ivsc dkms in favor of in-tree one (LP: #2061747)", " - ACPI: scan: Defer enumeration of devices with a _DEP pointing to IVSC device", " - Revert \"mei: vsc: Call wake_up() in the threaded IRQ handler\"", " - mei: vsc: Unregister interrupt handler for system suspend", " - media: ipu-bridge: Add ov01a10 in Dell XPS 9315", " - SAUCE: media: ipu-bridge: Support more sensors", "", " * Fix after-suspend-mediacard/sdhc-insert test failed (LP: #2042500)", " - PCI/ASPM: Move pci_configure_ltr() to aspm.c", " - PCI/ASPM: Always build aspm.c", " - PCI/ASPM: Move pci_save_ltr_state() to aspm.c", " - PCI/ASPM: Save L1 PM Substates Capability for suspend/resume", " - PCI/ASPM: Call pci_save_ltr_state() from pci_save_pcie_state()", " - PCI/ASPM: Disable L1 before configuring L1 Substates", " - PCI/ASPM: Update save_state when configuration changes", "", " * RTL8852BE fw security fail then lost WIFI function during suspend/resume", " cycle (LP: #2063096)", " - wifi: rtw89: download firmware with five times retry", "", " * intel_rapl_common: Add support for ARL and LNL (LP: #2061953)", " - powercap: intel_rapl: Add support for Lunar Lake-M paltform", " - powercap: intel_rapl: Add support for Arrow Lake", "", " * Kernel panic during checkbox stress_ng_test on Grace running noble 6.8", " (arm64+largemem) kernel (LP: #2058557)", " - aio: Fix null ptr deref in aio_complete() wakeup", "", " * Avoid creating non-working backlight sysfs knob from ASUS board", " (LP: #2060422)", " - platform/x86: asus-wmi: Consider device is absent when the read is ~0", "", " * Include cifs.ko in linux-modules package (LP: #2042546)", " - [Packaging] Replace fs/cifs with fs/smb/client in inclusion list", "", " * Add Real-time Linux Analysis tool (rtla) to linux-tools (LP: #2059080)", " - SAUCE: rtla: fix deb build", " - [Packaging] add Real-time Linux Analysis tool (rtla) to linux-tools", " - [Packaging] update dependencies for rtla", "", " * Noble update: v6.8.4 upstream stable release (LP: #2060533)", " - Revert \"workqueue: Shorten events_freezable_power_efficient name\"", " - Revert \"workqueue: Don't call cpumask_test_cpu() with -1 CPU in", " wq_update_node_max_active()\"", " - Revert \"workqueue: Implement system-wide nr_active enforcement for unbound", " workqueues\"", " - Revert \"workqueue: Introduce struct wq_node_nr_active\"", " - Revert \"workqueue: RCU protect wq->dfl_pwq and implement accessors for it\"", " - Revert \"workqueue: Make wq_adjust_max_active() round-robin pwqs while", " activating\"", " - Revert \"workqueue: Move nr_active handling into helpers\"", " - Revert \"workqueue: Replace pwq_activate_inactive_work() with", " [__]pwq_activate_work()\"", " - Revert \"workqueue: Factor out pwq_is_empty()\"", " - Revert \"workqueue: Move pwq->max_active to wq->max_active\"", " - Revert \"workqueue.c: Increase workqueue name length\"", " - Linux 6.8.4", "", " * Noble update: v6.8.3 upstream stable release (LP: #2060531)", " - drm/vmwgfx: Unmap the surface before resetting it on a plane state", " - wifi: brcmfmac: Fix use-after-free bug in brcmf_cfg80211_detach", " - wifi: brcmfmac: avoid invalid list operation when vendor attach fails", " - media: staging: ipu3-imgu: Set fields before media_entity_pads_init()", " - arm64: dts: qcom: sc7280: Add additional MSI interrupts", " - remoteproc: virtio: Fix wdg cannot recovery remote processor", " - clk: qcom: gcc-sdm845: Add soft dependency on rpmhpd", " - smack: Set SMACK64TRANSMUTE only for dirs in smack_inode_setxattr()", " - smack: Handle SMACK64TRANSMUTE in smack_inode_setsecurity()", " - arm: dts: marvell: Fix maxium->maxim typo in brownstone dts", " - drm/vmwgfx: Fix possible null pointer derefence with invalid contexts", " - arm64: dts: qcom: sm8450-hdk: correct AMIC4 and AMIC5 microphones", " - serial: max310x: fix NULL pointer dereference in I2C instantiation", " - drm/vmwgfx: Fix the lifetime of the bo cursor memory", " - pci_iounmap(): Fix MMIO mapping leak", " - media: xc4000: Fix atomicity violation in xc4000_get_frequency", " - media: mc: Add local pad to pipeline regardless of the link state", " - media: mc: Fix flags handling when creating pad links", " - media: nxp: imx8-isi: Check whether crossbar pad is non-NULL before access", " - media: mc: Add num_links flag to media_pad", " - media: mc: Rename pad variable to clarify intent", " - media: mc: Expand MUST_CONNECT flag to always require an enabled link", " - media: nxp: imx8-isi: Mark all crossbar sink pads as MUST_CONNECT", " - md: use RCU lock to protect traversal in md_spares_need_change()", " - KVM: Always flush async #PF workqueue when vCPU is being destroyed", " - arm64: dts: qcom: sm8550-qrd: correct WCD9385 TX port mapping", " - arm64: dts: qcom: sm8550-mtp: correct WCD9385 TX port mapping", " - cpufreq: amd-pstate: Fix min_perf assignment in amd_pstate_adjust_perf()", " - thermal/intel: Fix intel_tcc_get_temp() to support negative CPU temperature", " - powercap: intel_rapl: Fix a NULL pointer dereference", " - powercap: intel_rapl: Fix locking in TPMI RAPL", " - powercap: intel_rapl_tpmi: Fix a register bug", " - powercap: intel_rapl_tpmi: Fix System Domain probing", " - powerpc/smp: Adjust nr_cpu_ids to cover all threads of a core", " - powerpc/smp: Increase nr_cpu_ids to include the boot CPU", " - sparc64: NMI watchdog: fix return value of __setup handler", " - sparc: vDSO: fix return value of __setup handler", " - selftests/mqueue: Set timeout to 180 seconds", " - pinctrl: qcom: sm8650-lpass-lpi: correct Kconfig name", " - ext4: correct best extent lstart adjustment logic", " - drm/amdgpu/display: Address kdoc for 'is_psr_su' in 'fill_dc_dirty_rects'", " - block: Clear zone limits for a non-zoned stacked queue", " - kasan/test: avoid gcc warning for intentional overflow", " - bounds: support non-power-of-two CONFIG_NR_CPUS", " - fat: fix uninitialized field in nostale filehandles", " - fuse: fix VM_MAYSHARE and direct_io_allow_mmap", " - mfd: twl: Select MFD_CORE", " - ubifs: Set page uptodate in the correct place", " - ubi: Check for too small LEB size in VTBL code", " - ubi: correct the calculation of fastmap size", " - ubifs: ubifs_symlink: Fix memleak of inode->i_link in error path", " - mtd: rawnand: meson: fix scrambling mode value in command macro", " - md/md-bitmap: fix incorrect usage for sb_index", " - x86/nmi: Fix the inverse \"in NMI handler\" check", " - parisc/unaligned: Rewrite 64-bit inline assembly of emulate_ldd()", " - parisc: Avoid clobbering the C/B bits in the PSW with tophys and tovirt", " macros", " - parisc: Fix ip_fast_csum", " - parisc: Fix csum_ipv6_magic on 32-bit systems", " - parisc: Fix csum_ipv6_magic on 64-bit systems", " - parisc: Strip upper 32 bit of sum in csum_ipv6_magic for 64-bit builds", " - md/raid5: fix atomicity violation in raid5_cache_count", " - iio: adc: rockchip_saradc: fix bitmask for channels on SARADCv2", " - iio: adc: rockchip_saradc: use mask for write_enable bitfield", " - docs: Restore \"smart quotes\" for quotes", " - cpufreq: Limit resolving a frequency to policy min/max", " - PM: suspend: Set mem_sleep_current during kernel command line setup", " - vfio/pds: Always clear the save/restore FDs on reset", " - clk: qcom: gcc-ipq5018: fix terminating of frequency table arrays", " - clk: qcom: gcc-ipq6018: fix terminating of frequency table arrays", " - clk: qcom: gcc-ipq8074: fix terminating of frequency table arrays", " - clk: qcom: gcc-ipq9574: fix terminating of frequency table arrays", " - clk: qcom: camcc-sc8280xp: fix terminating of frequency table arrays", " - clk: qcom: mmcc-apq8084: fix terminating of frequency table arrays", " - clk: qcom: mmcc-msm8974: fix terminating of frequency table arrays", " - usb: xhci: Add error handling in xhci_map_urb_for_dma", " - powerpc/fsl: Fix mfpmr build errors with newer binutils", " - USB: serial: ftdi_sio: add support for GMC Z216C Adapter IR-USB", " - USB: serial: add device ID for VeriFone adapter", " - USB: serial: cp210x: add ID for MGP Instruments PDS100", " - wifi: mac80211: track capability/opmode NSS separately", " - USB: serial: option: add MeiG Smart SLM320 product", " - KVM: x86/xen: inject vCPU upcall vector when local APIC is enabled", " - USB: serial: cp210x: add pid/vid for TDK NC0110013M and MM0110113M", " - PM: sleep: wakeirq: fix wake irq warning in system suspend", " - mmc: tmio: avoid concurrent runs of mmc_request_done()", " - fuse: replace remaining make_bad_inode() with fuse_make_bad()", " - fuse: fix root lookup with nonzero generation", " - fuse: don't unhash root", " - usb: typec: ucsi: Clean up UCSI_CABLE_PROP macros", " - usb: dwc3-am62: fix module unload/reload behavior", " - usb: dwc3-am62: Disable wakeup at remove", " - serial: core: only stop transmit when HW fifo is empty", " - serial: Lock console when calling into driver before registration", " - btrfs: qgroup: always free reserved space for extent records", " - btrfs: fix off-by-one chunk length calculation at contains_pending_extent()", " - wifi: rtw88: Add missing VID/PIDs for 8811CU and 8821CU", " - docs: Makefile: Add dependency to $(YNL_INDEX) for targets other than", " htmldocs", " - PCI/PM: Drain runtime-idle callbacks before driver removal", " - PCI/DPC: Quirk PIO log size for Intel Raptor Lake Root Ports", " - Revert \"Revert \"md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d\"\"", " - md: don't clear MD_RECOVERY_FROZEN for new dm-raid until resume", " - md: export helpers to stop sync_thread", " - md: export helper md_is_rdwr()", " - md: add a new helper reshape_interrupted()", " - dm-raid: really frozen sync_thread during suspend", " - md/dm-raid: don't call md_reap_sync_thread() directly", " - dm-raid: add a new helper prepare_suspend() in md_personality", " - dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent", " with reshape", " - dm-raid: fix lockdep waring in \"pers->hot_add_disk\"", " - powerpc: xor_vmx: Add '-mhard-float' to CFLAGS", " - mac802154: fix llsec key resources release in mac802154_llsec_key_del", " - mm: swap: fix race between free_swap_and_cache() and swapoff()", " - mmc: core: Fix switch on gp3 partition", " - Bluetooth: btnxpuart: Fix btnxpuart_close", " - leds: trigger: netdev: Fix kernel panic on interface rename trig notify", " - drm/etnaviv: Restore some id values", " - landlock: Warn once if a Landlock action is requested while disabled", " - io_uring: fix mshot read defer taskrun cqe posting", " - hwmon: (amc6821) add of_match table", " - io_uring: fix io_queue_proc modifying req->flags", " - ext4: fix corruption during on-line resize", " - nvmem: meson-efuse: fix function pointer type mismatch", " - slimbus: core: Remove usage of the deprecated ida_simple_xx() API", " - phy: tegra: xusb: Add API to retrieve the port number of phy", " - usb: gadget: tegra-xudc: Fix USB3 PHY retrieval logic", " - speakup: Fix 8bit characters from direct synth", " - debugfs: fix wait/cancellation handling during remove", " - PCI/AER: Block runtime suspend when handling errors", " - io_uring/net: correctly handle multishot recvmsg retry setup", " - io_uring: fix mshot io-wq checks", " - PCI: qcom: Disable ASPM L0s for sc8280xp, sa8540p and sa8295p", " - sparc32: Fix parport build with sparc32", " - nfs: fix UAF in direct writes", " - NFS: Read unlock folio on nfs_page_create_from_folio() error", " - kbuild: Move -Wenum-{compare-conditional,enum-conversion} into W=1", " - PCI: qcom: Enable BDF to SID translation properly", " - PCI: dwc: endpoint: Fix advertised resizable BAR size", " - PCI: hv: Fix ring buffer size calculation", " - cifs: prevent updating file size from server if we have a read/write lease", " - cifs: allow changing password during remount", " - thermal/drivers/mediatek: Fix control buffer enablement on MT7896", " - vfio/pci: Disable auto-enable of exclusive INTx IRQ", " - vfio/pci: Lock external INTx masking ops", " - vfio/platform: Disable virqfds on cleanup", " - vfio/platform: Create persistent IRQ handlers", " - vfio/fsl-mc: Block calling interrupt handler without trigger", " - tpm,tpm_tis: Avoid warning splat at shutdown", " - ksmbd: replace generic_fillattr with vfs_getattr", " - ksmbd: retrieve number of blocks using vfs_getattr in", " set_file_allocation_info", " - platform/x86/intel/tpmi: Change vsec offset to u64", " - io_uring/rw: return IOU_ISSUE_SKIP_COMPLETE for multishot retry", " - io_uring: clean rings on NO_MMAP alloc fail", " - ring-buffer: Do not set shortest_full when full target is hit", " - ring-buffer: Fix full_waiters_pending in poll", " - ring-buffer: Use wait_event_interruptible() in ring_buffer_wait()", " - tracing/ring-buffer: Fix wait_on_pipe() race", " - dlm: fix user space lkb refcounting", " - soc: fsl: qbman: Always disable interrupts when taking cgr_lock", " - soc: fsl: qbman: Use raw spinlock for cgr_lock", " - s390/zcrypt: fix reference counting on zcrypt card objects", " - drm/probe-helper: warn about negative .get_modes()", " - drm/panel: do not return negative error codes from drm_panel_get_modes()", " - drm/exynos: do not return negative values from .get_modes()", " - drm/imx/ipuv3: do not return negative values from .get_modes()", " - drm/vc4: hdmi: do not return negative values from .get_modes()", " - clocksource/drivers/timer-riscv: Clear timer interrupt on timer", " initialization", " - memtest: use {READ,WRITE}_ONCE in memory scanning", " - Revert \"block/mq-deadline: use correct way to throttling write requests\"", " - lsm: use 32-bit compatible data types in LSM syscalls", " - lsm: handle the NULL buffer case in lsm_fill_user_ctx()", " - f2fs: mark inode dirty for FI_ATOMIC_COMMITTED flag", " - f2fs: truncate page cache before clearing flags when aborting atomic write", " - nilfs2: fix failure to detect DAT corruption in btree and direct mappings", " - nilfs2: prevent kernel bug at submit_bh_wbc()", " - cifs: make sure server interfaces are requested only for SMB3+", " - cifs: reduce warning log level for server not advertising interfaces", " - cifs: open_cached_dir(): add FILE_READ_EA to desired access", " - mtd: rawnand: Fix and simplify again the continuous read derivations", " - mtd: rawnand: Add a helper for calculating a page index", " - mtd: rawnand: Ensure all continuous terms are always in sync", " - mtd: rawnand: Constrain even more when continuous reads are enabled", " - cpufreq: dt: always allocate zeroed cpumask", " - io_uring/futex: always remove futex entry for cancel all", " - io_uring/waitid: always remove waitid entry for cancel all", " - x86/CPU/AMD: Update the Zenbleed microcode revisions", " - ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()", " - net: esp: fix bad handling of pages from page_pool", " - NFSD: Fix nfsd_clid_class use of __string_len() macro", " - drm/i915: Add missing ; to __assign_str() macros in tracepoint code", " - net: hns3: tracing: fix hclgevf trace event strings", " - cxl/trace: Properly initialize cxl_poison region name", " - ksmbd: fix potencial out-of-bounds when buffer offset is invalid", " - virtio: reenable config if freezing device failed", " - LoongArch: Change __my_cpu_offset definition to avoid mis-optimization", " - LoongArch: Define the __io_aw() hook as mmiowb()", " - LoongArch/crypto: Clean up useless assignment operations", " - wireguard: netlink: check for dangling peer via is_dead instead of empty", " list", " - wireguard: netlink: access device through ctx instead of peer", " - wireguard: selftests: set RISCV_ISA_FALLBACK on riscv{32,64}", " - ahci: asm1064: asm1166: don't limit reported ports", " - drm/amd/display: Change default size for dummy plane in DML2", " - drm/amdgpu: amdgpu_ttm_gart_bind set gtt bound flag", " - drm/amdgpu/pm: Fix NULL pointer dereference when get power limit", " - drm/amdgpu/pm: Check the validity of overdiver power limit", " - drm/amd/display: Override min required DCFCLK in dml1_validate", " - drm/amd/display: Allow dirty rects to be sent to dmub when abm is active", " - drm/amd/display: Init DPPCLK from SMU on dcn32", " - drm/amd/display: Update odm when ODM combine is changed on an otg master", " pipe with no plane", " - drm/amd/display: Fix idle check for shared firmware state", " - drm/amd/display: Amend coasting vtotal for replay low hz", " - drm/amd/display: Lock all enabled otg pipes even with no planes", " - drm/amd/display: Implement wait_for_odm_update_pending_complete", " - drm/amd/display: Return the correct HDCP error code", " - drm/amd/display: Add a dc_state NULL check in dc_state_release", " - drm/amd/display: Fix noise issue on HDMI AV mute", " - dm snapshot: fix lockup in dm_exception_table_exit", " - x86/pm: Work around false positive kmemleak report in msr_build_context()", " - wifi: brcmfmac: add per-vendor feature detection callback", " - wifi: brcmfmac: cfg80211: Use WSEC to set SAE password", " - wifi: brcmfmac: Demote vendor-specific attach/detach messages to info", " - drm/ttm: Make sure the mapped tt pages are decrypted when needed", " - drm/amd/display: Unify optimize_required flags and VRR adjustments", " - drm/amd/display: Add more checks for exiting idle in DC", " - btrfs: add set_folio_extent_mapped() helper", " - btrfs: replace sb::s_blocksize by fs_info::sectorsize", " - btrfs: add helpers to get inode from page/folio pointers", " - btrfs: add helpers to get fs_info from page/folio pointers", " - btrfs: add helper to get fs_info from struct inode pointer", " - btrfs: qgroup: validate btrfs_qgroup_inherit parameter", " - vfio: Introduce interface to flush virqfd inject workqueue", " - vfio/pci: Create persistent INTx handler", " - drm/bridge: add ->edid_read hook and drm_bridge_edid_read()", " - drm/bridge: lt8912b: use drm_bridge_edid_read()", " - drm/bridge: lt8912b: clear the EDID property on failures", " - drm/bridge: lt8912b: do not return negative values from .get_modes()", " - drm/amd/display: Remove pixle rate limit for subvp", " - drm/amd/display: Revert Remove pixle rate limit for subvp", " - workqueue: Shorten events_freezable_power_efficient name", " - drm/amd/display: Use freesync when `DRM_EDID_FEATURE_CONTINUOUS_FREQ` found", " - netfilter: nf_tables: reject constant set with timeout", " - Revert \"crypto: pkcs7 - remove sha1 support\"", " - x86/efistub: Call mixed mode boot services on the firmware's stack", " - ASoC: amd: yc: Revert \"Fix non-functional mic on Lenovo 21J2\"", " - ASoC: amd: yc: Revert \"add new YC platform variant (0x63) support\"", " - Fix memory leak in posix_clock_open()", " - wifi: rtw88: 8821cu: Fix connection failure", " - x86/Kconfig: Remove CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT", " - x86/sev: Fix position dependent variable references in startup code", " - clocksource/drivers/arm_global_timer: Fix maximum prescaler value", " - ARM: 9352/1: iwmmxt: Remove support for PJ4/PJ4B cores", " - ARM: 9359/1: flush: check if the folio is reserved for no-mapping addresses", " - entry: Respect changes to system call number by trace_sys_enter()", " - swiotlb: Fix double-allocation of slots due to broken alignment handling", " - swiotlb: Honour dma_alloc_coherent() alignment in swiotlb_alloc()", " - swiotlb: Fix alignment checks when both allocation and DMA masks are present", " - iommu/dma: Force swiotlb_max_mapping_size on an untrusted device", " - printk: Update @console_may_schedule in console_trylock_spinning()", " - irqchip/renesas-rzg2l: Flush posted write in irq_eoi()", " - irqchip/renesas-rzg2l: Rename rzg2l_tint_eoi()", " - irqchip/renesas-rzg2l: Rename rzg2l_irq_eoi()", " - irqchip/renesas-rzg2l: Prevent spurious interrupts when setting trigger type", " - kprobes/x86: Use copy_from_kernel_nofault() to read from unsafe address", " - efi/libstub: fix efi_random_alloc() to allocate memory at alloc_min or", " higher address", " - x86/mpparse: Register APIC address only once", " - x86/fpu: Keep xfd_state in sync with MSR_IA32_XFD", " - efi: fix panic in kdump kernel", " - pwm: img: fix pwm clock lookup", " - selftests/mm: Fix build with _FORTIFY_SOURCE", " - btrfs: handle errors returned from unpin_extent_cache()", " - btrfs: fix warning messages not printing interval at unpin_extent_range()", " - btrfs: do not skip re-registration for the mounted device", " - mfd: intel-lpss: Switch to generalized quirk table", " - mfd: intel-lpss: Introduce QUIRK_CLOCK_DIVIDER_UNITY for XPS 9530", " - drm/i915: Replace a memset() with zero initialization", " - drm/i915: Try to preserve the current shared_dpll for fastset on type-c", " ports", " - drm/i915: Include the PLL name in the debug messages", " - drm/i915: Suppress old PLL pipe_mask checks for MG/TC/TBT PLLs", " - crypto: iaa - Fix nr_cpus < nr_iaa case", " - drm/amd/display: Prevent crash when disable stream", " - ALSA: hda/tas2781: remove digital gain kcontrol", " - ALSA: hda/tas2781: add locks to kcontrols", " - mm: zswap: fix writeback shinker GFP_NOIO/GFP_NOFS recursion", " - init: open /initrd.image with O_LARGEFILE", " - x86/efistub: Add missing boot_params for mixed mode compat entry", " - efi/libstub: Cast away type warning in use of max()", " - x86/efistub: Reinstate soft limit for initrd loading", " - prctl: generalize PR_SET_MDWE support check to be per-arch", " - ARM: prctl: reject PR_SET_MDWE on pre-ARMv6", " - tmpfs: fix race on handling dquot rbtree", " - btrfs: validate device maj:min during open", " - btrfs: fix race in read_extent_buffer_pages()", " - btrfs: zoned: don't skip block groups with 100% zone unusable", " - btrfs: zoned: use zone aware sb location for scrub", " - btrfs: zoned: fix use-after-free in do_zone_finish()", " - wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changes", " - wifi: cfg80211: add a flag to disable wireless extensions", " - wifi: iwlwifi: mvm: disable MLO for the time being", " - wifi: iwlwifi: fw: don't always use FW dump trig", " - wifi: iwlwifi: mvm: handle debugfs names more carefully", " - Revert \"drm/amd/display: Fix sending VSC (+ colorimetry) packets for DP/eDP", " displays without PSR\"", " - fbdev: Select I/O-memory framebuffer ops for SBus", " - exec: Fix NOMMU linux_binprm::exec in transfer_args_to_stack()", " - hexagon: vmlinux.lds.S: handle attributes section", " - mm: cachestat: fix two shmem bugs", " - selftests/mm: sigbus-wp test requires UFFD_FEATURE_WP_HUGETLBFS_SHMEM", " - selftests/mm: fix ARM related issue with fork after pthread_create", " - mmc: sdhci-omap: re-tuning is needed after a pm transition to support emmc", " HS200 mode", " - mmc: core: Initialize mmc_blk_ioc_data", " - mmc: core: Avoid negative index with array access", " - sdhci-of-dwcmshc: disable PM runtime in dwcmshc_remove()", " - block: Do not force full zone append completion in req_bio_endio()", " - thermal: devfreq_cooling: Fix perf state when calculate dfc res_util", " - Revert \"thermal: core: Don't update trip points inside the hysteresis range\"", " - nouveau/dmem: handle kcalloc() allocation failure", " - net: ll_temac: platform_get_resource replaced by wrong function", " - net: wan: framer: Add missing static inline qualifiers", " - net: phy: qcom: at803x: fix kernel panic with at8031_probe", " - drm/xe/query: fix gt_id bounds check", " - drm/dp: Fix divide-by-zero regression on DP MST unplug with nouveau", " - drm/vmwgfx: Create debugfs ttm_resource_manager entry only if needed", " - drm/amdkfd: fix TLB flush after unmap for GFX9.4.2", " - drm/amdgpu: fix deadlock while reading mqd from debugfs", " - drm/amd/display: Remove MPC rate control logic from DCN30 and above", " - drm/amd/display: Set DCN351 BB and IP the same as DCN35", " - drm/i915/hwmon: Fix locking inversion in sysfs getter", " - drm/i915/vma: Fix UAF on destroy against retire race", " - drm/i915/bios: Tolerate devdata==NULL in", " intel_bios_encoder_supports_dp_dual_mode()", " - drm/i915/vrr: Generate VRR \"safe window\" for DSB", " - drm/i915/dsi: Go back to the previous INIT_OTP/DISPLAY_ON order, mostly", " - drm/i915/dsb: Fix DSB vblank waits when using VRR", " - drm/i915: Do not match JSL in ehl_combo_pll_div_frac_wa_needed()", " - drm/i915: Pre-populate the cursor physical dma address", " - drm/i915/gt: Reset queue_priority_hint on parking", " - drm/amd/display: Fix bounds check for dcn35 DcfClocks", " - Bluetooth: hci_sync: Fix not checking error on hci_cmd_sync_cancel_sync", " - mtd: spinand: Add support for 5-byte IDs", " - Revert \"usb: phy: generic: Get the vbus supply\"", " - usb: cdc-wdm: close race between read and workqueue", " - usb: misc: ljca: Fix double free in error handling path", " - USB: UAS: return ENODEV when submit urbs fail with device not attached", " - vfio/pds: Make sure migration file isn't accessed after reset", " - ring-buffer: Make wake once of ring_buffer_wait() more robust", " - btrfs: fix extent map leak in unexpected scenario at unpin_extent_cache()", " - ALSA: sh: aica: reorder cleanup operations to avoid UAF bugs", " - scsi: ufs: qcom: Provide default cycles_in_1us value", " - scsi: sd: Fix TCG OPAL unlock on system resume", " - scsi: core: Fix unremoved procfs host directory regression", " - staging: vc04_services: changen strncpy() to strscpy_pad()", " - staging: vc04_services: fix information leak in create_component()", " - genirq: Introduce IRQF_COND_ONESHOT and use it in pinctrl-amd", " - usb: dwc3: Properly set system wakeup", " - USB: core: Fix deadlock in usb_deauthorize_interface()", " - USB: core: Add hub_get() and hub_put() routines", " - USB: core: Fix deadlock in port \"disable\" sysfs attribute", " - usb: dwc2: host: Fix remote wakeup from hibernation", " - usb: dwc2: host: Fix hibernation flow", " - usb: dwc2: host: Fix ISOC flow in DDMA mode", " - usb: dwc2: gadget: Fix exiting from clock gating", " - usb: dwc2: gadget: LPM flow fix", " - usb: udc: remove warning when queue disabled ep", " - usb: typec: ucsi: Fix race between typec_switch and role_switch", " - usb: typec: tcpm: fix double-free issue in tcpm_port_unregister_pd()", " - usb: typec: tcpm: Correct port source pdo array in pd_set callback", " - usb: typec: tcpm: Update PD of Type-C port upon pd_set", " - usb: typec: Return size of buffer if pd_set operation succeeds", " - usb: typec: ucsi: Clear EVENT_PENDING under PPM lock", " - usb: typec: ucsi: Ack unsupported commands", " - usb: typec: ucsi_acpi: Refactor and fix DELL quirk", " - usb: typec: ucsi: Clear UCSI_CCI_RESET_COMPLETE before reset", " - scsi: qla2xxx: Prevent command send on chip reset", " - scsi: qla2xxx: Fix N2N stuck connection", " - scsi: qla2xxx: Split FCE|EFT trace control", " - scsi: qla2xxx: Update manufacturer detail", " - scsi: qla2xxx: NVME|FCP prefer flag not being honored", " - scsi: qla2xxx: Fix command flush on cable pull", " - scsi: qla2xxx: Fix double free of the ha->vp_map pointer", " - scsi: qla2xxx: Fix double free of fcport", " - scsi: qla2xxx: Change debug message during driver unload", " - scsi: qla2xxx: Delay I/O Abort on PCI error", " - x86/bugs: Fix the SRSO mitigation on Zen3/4", " - crash: use macro to add crashk_res into iomem early for specific arch", " - drm/amd/display: fix IPX enablement", " - x86/bugs: Use fixed addressing for VERW operand", " - Revert \"x86/bugs: Use fixed addressing for VERW operand\"", " - usb: dwc3: pci: Drop duplicate ID", " - scsi: lpfc: Correct size for cmdwqe/rspwqe for memset()", " - scsi: lpfc: Correct size for wqe for memset()", " - scsi: libsas: Add a helper sas_get_sas_addr_and_dev_type()", " - scsi: libsas: Fix disk not being scanned in after being removed", " - perf/x86/amd/core: Update and fix stalled-cycles-* events for Zen 2 and", " later", " - x86/sev: Skip ROM range scans and validation for SEV-SNP guests", " - tools/resolve_btfids: fix build with musl libc", " - drm/amdgpu: fix use-after-free bug", " - drm/sched: fix null-ptr-deref in init entity", " - Linux 6.8.3", " - [Config] updateconfigs following v6.8.3 import", "", " * Noble update: v6.8.3 upstream stable release (LP: #2060531) //", " [Ubuntu-24.04] Hugepage memory is not getting released even after destroying", " the guest! (LP: #2062556)", " - block: Fix page refcounts for unaligned buffers in __bio_release_pages()", "", " * [SPR][EMR][GNR] TDX: efi: TD Measurement support for kernel cmdline/initrd", " sections from EFI stub (LP: #2060130)", " - efi/libstub: Use TPM event typedefs from the TCG PC Client spec", " - efi/tpm: Use symbolic GUID name from spec for final events table", " - efi/libstub: Add Confidential Computing (CC) measurement typedefs", " - efi/libstub: Measure into CC protocol if TCG2 protocol is absent", " - efi/libstub: Add get_event_log() support for CC platforms", " - x86/efistub: Remap kernel text read-only before dropping NX attribute", "", " * Fix acpi_power_meter accessing IPMI region before it's ready (LP: #2059263)", " - ACPI: IPMI: Add helper to wait for when SMI is selected", " - hwmon: (acpi_power_meter) Ensure IPMI space handler is ready on Dell systems", "", " * Drop fips-checks script from trees (LP: #2055083)", " - [Packaging] Remove fips-checks script", "", " * alsa/realtek: adjust max output valume for headphone on 2 LG machines", " (LP: #2058573)", " - ALSA: hda/realtek: fix the hp playback volume issue for LG machines", "", " * Noble update: v6.8.2 upstream stable release (LP: #2060097)", " - do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak", " - workqueue.c: Increase workqueue name length", " - workqueue: Move pwq->max_active to wq->max_active", " - workqueue: Factor out pwq_is_empty()", " - workqueue: Replace pwq_activate_inactive_work() with [__]pwq_activate_work()", " - workqueue: Move nr_active handling into helpers", " - workqueue: Make wq_adjust_max_active() round-robin pwqs while activating", " - workqueue: RCU protect wq->dfl_pwq and implement accessors for it", " - workqueue: Introduce struct wq_node_nr_active", " - workqueue: Implement system-wide nr_active enforcement for unbound", " workqueues", " - workqueue: Don't call cpumask_test_cpu() with -1 CPU in", " wq_update_node_max_active()", " - iomap: clear the per-folio dirty bits on all writeback failures", " - fs: Fix rw_hint validation", " - io_uring: remove looping around handling traditional task_work", " - io_uring: remove unconditional looping in local task_work handling", " - s390/dasd: Use dev_*() for device log messages", " - s390/dasd: fix double module refcount decrement", " - fs/hfsplus: use better @opf description", " - md: fix kmemleak of rdev->serial", " - rcu/exp: Fix RCU expedited parallel grace period kworker allocation failure", " recovery", " - rcu/exp: Handle RCU expedited grace period kworker allocation failure", " - fs/select: rework stack allocation hack for clang", " - block: fix deadlock between bd_link_disk_holder and partition scan", " - md: Don't clear MD_CLOSING when the raid is about to stop", " - kunit: Setup DMA masks on the kunit device", " - ovl: Always reject mounting over case-insensitive directories", " - kunit: test: Log the correct filter string in executor_test", " - lib/cmdline: Fix an invalid format specifier in an assertion msg", " - lib: memcpy_kunit: Fix an invalid format specifier in an assertion msg", " - time: test: Fix incorrect format specifier", " - rtc: test: Fix invalid format specifier.", " - net: test: Fix printf format specifier in skb_segment kunit test", " - drm/xe/tests: Fix printf format specifiers in xe_migrate test", " - drm: tests: Fix invalid printf format specifiers in KUnit tests", " - md/raid1: factor out helpers to add rdev to conf", " - md/raid1: record nonrot rdevs while adding/removing rdevs to conf", " - md/raid1: fix choose next idle in read_balance()", " - io_uring/net: unify how recvmsg and sendmsg copy in the msghdr", " - io_uring/net: move receive multishot out of the generic msghdr path", " - io_uring/net: fix overflow check in io_recvmsg_mshot_prep()", " - nvme: host: fix double-free of struct nvme_id_ns in ns_update_nuse()", " - aoe: fix the potential use-after-free problem in aoecmd_cfg_pkts", " - x86/mm: Ensure input to pfn_to_kaddr() is treated as a 64-bit type", " - x86/resctrl: Remove hard-coded memory bandwidth limit", " - x86/resctrl: Read supported bandwidth sources from CPUID", " - x86/resctrl: Implement new mba_MBps throttling heuristic", " - x86/sme: Fix memory encryption setting if enabled by default and not", " overridden", " - timekeeping: Fix cross-timestamp interpolation on counter wrap", " - timekeeping: Fix cross-timestamp interpolation corner case decision", " - timekeeping: Fix cross-timestamp interpolation for non-x86", " - x86/asm: Remove the __iomem annotation of movdir64b()'s dst argument", " - sched/fair: Take the scheduling domain into account in select_idle_smt()", " - sched/fair: Take the scheduling domain into account in select_idle_core()", " - wifi: ath10k: fix NULL pointer dereference in", " ath10k_wmi_tlv_op_pull_mgmt_tx_compl_ev()", " - wifi: b43: Stop/wake correct queue in DMA Tx path when QoS is disabled", " - wifi: b43: Stop/wake correct queue in PIO Tx path when QoS is disabled", " - wifi: b43: Stop correct queue in DMA worker when QoS is disabled", " - wifi: b43: Disable QoS for bcm4331", " - wifi: wilc1000: fix declarations ordering", " - wifi: wilc1000: fix RCU usage in connect path", " - wifi: ath11k: add support to select 6 GHz regulatory type", " - wifi: ath11k: store cur_regulatory_info for each radio", " - wifi: ath11k: fix a possible dead lock caused by ab->base_lock", " - wifi: rtl8xxxu: add cancel_work_sync() for c2hcmd_work", " - wifi: wilc1000: do not realloc workqueue everytime an interface is added", " - wifi: wilc1000: fix multi-vif management when deleting a vif", " - wifi: mwifiex: debugfs: Drop unnecessary error check for", " debugfs_create_dir()", " - ARM: dts: renesas: r8a73a4: Fix external clocks and clock rate", " - arm64: dts: qcom: x1e80100: drop qcom,drv-count", " - arm64: dts: qcom: sc8180x: Hook up VDD_CX as GCC parent domain", " - arm64: dts: qcom: sc8180x: Fix up big CPU idle state entry latency", " - arm64: dts: qcom: sc8180x: Add missing CPU off state", " - arm64: dts: qcom: sc8180x: Fix eDP PHY power-domains", " - arm64: dts: qcom: sc8180x: Don't hold MDP core clock at FMAX", " - arm64: dts: qcom: sc8180x: Require LOW_SVS vote for MMCX if DISPCC is on", " - arm64: dts: qcom: sc8180x: Add missing CPU<->MDP_CFG path", " - arm64: dts: qcom: sc8180x: Shrink aoss_qmp register space size", " - cpufreq: brcmstb-avs-cpufreq: add check for cpufreq_cpu_get's return value", " - cpufreq: mediatek-hw: Wait for CPU supplies before probing", " - sock_diag: annotate data-races around sock_diag_handlers[family]", " - inet_diag: annotate data-races around inet_diag_table[]", " - bpftool: Silence build warning about calloc()", " - selftests/bpf: Fix potential premature unload in bpf_testmod", " - libbpf: Apply map_set_def_max_entries() for inner_maps on creation", " - selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY values", " - bpftool: Fix wrong free call in do_show_link", " - wifi: ath12k: Fix issues in channel list update", " - selftests/bpf: Fix the flaky tc_redirect_dtime test", " - selftests/bpf: Wait for the netstamp_needed_key static key to be turned on", " - wifi: cfg80211: add RNR with reporting AP information", " - wifi: mac80211: use deflink and fix typo in link ID check", " - wifi: iwlwifi: change link id in time event to s8", " - af_unix: Annotate data-race of gc_in_progress in wait_for_unix_gc().", " - arm64: dts: qcom: sm8450: Add missing interconnects to serial", " - soc: qcom: socinfo: rename PM2250 to PM4125", " - arm64: dts: qcom: sc7280: Add static properties to cryptobam", " - arm64: dts: qcom: qcm6490-fairphone-fp5: Add missing reserved-memory", " - arm64: dts: qcom: sdm845-oneplus-common: improve DAI node naming", " - arm64: dts: qcom: rename PM2250 to PM4125", " - cpufreq: mediatek-hw: Don't error out if supply is not found", " - libbpf: Fix faccessat() usage on Android", " - libbpf: fix __arg_ctx type enforcement for perf_event programs", " - pmdomain: qcom: rpmhpd: Drop SA8540P gfx.lvl", " - arm64: dts: qcom: sa8540p: Drop gfx.lvl as power-domain for gpucc", " - arm64: dts: renesas: r8a779g0: Restore sort order", " - arm64: dts: renesas: r8a779g0: Add missing SCIF_CLK2", " - selftests/bpf: Disable IPv6 for lwt_redirect test", " - arm64: dts: imx8mm-kontron: Disable pullups for I2C signals on OSM-S i.MX8MM", " - arm64: dts: imx8mm-kontron: Disable pullups for I2C signals on SL/BL i.MX8MM", " - arm64: dts: imx8mm-kontron: Disable pullups for onboard UART signals on BL", " OSM-S board", " - arm64: dts: imx8mm-kontron: Disable pullups for onboard UART signals on BL", " board", " - arm64: dts: imx8mm-kontron: Disable pull resistors for SD card signals on BL", " OSM-S board", " - arm64: dts: imx8mm-kontron: Disable pull resistors for SD card signals on BL", " board", " - arm64: dts: imx8mm-kontron: Fix interrupt for RTC on OSM-S i.MX8MM module", " - arm64: dts: imx8qm: Align edma3 power-domains resources indentation", " - arm64: dts: imx8qm: Correct edma3 power-domains and interrupt numbers", " - libbpf: Add missing LIBBPF_API annotation to libbpf_set_memlock_rlim API", " - wifi: ath9k: delay all of ath9k_wmi_event_tasklet() until init is complete", " - wifi: ath11k: change to move WMI_VDEV_PARAM_SET_HEMU_MODE before", " WMI_PEER_ASSOC_CMDID", " - wifi: ath12k: fix fetching MCBC flag for QCN9274", " - wifi: iwlwifi: mvm: report beacon protection failures", " - wifi: iwlwifi: dbg-tlv: ensure NUL termination", " - wifi: iwlwifi: acpi: fix WPFC reading", " - wifi: iwlwifi: mvm: initialize rates in FW earlier", " - wifi: iwlwifi: fix EWRD table validity check", " - wifi: iwlwifi: mvm: d3: fix IPN byte order", " - wifi: iwlwifi: always have 'uats_enabled'", " - wifi: iwlwifi: mvm: fix the TLC command after ADD_STA", " - wifi: iwlwifi: read BIOS PNVM only for non-Intel SKU", " - gpio: vf610: allow disabling the vf610 driver", " - selftests/bpf: trace_helpers.c: do not use poisoned type", " - bpf: make sure scalar args don't accept __arg_nonnull tag", " - bpf: don't emit warnings intended for global subprogs for static subprogs", " - arm64: dts: imx8mm-venice-gw71xx: fix USB OTG VBUS", " - pwm: atmel-hlcdc: Fix clock imbalance related to suspend support", " - net: blackhole_dev: fix build warning for ethh set but not used", " - spi: consolidate setting message->spi", " - spi: move split xfers for CS_WORD emulation", " - arm64: dts: ti: k3-am62p5-sk: Enable CPSW MDIO node", " - arm64: dts: ti: k3-j721s2: Fix power domain for VTM node", " - arm64: dts: ti: k3-j784s4: Fix power domain for VTM node", " - wifi: ath11k: initialize rx_mcs_80 and rx_mcs_160 before use", " - wifi: libertas: fix some memleaks in lbs_allocate_cmd_buffer()", " - arm64: dts: ti: k3-am69-sk: remove assigned-clock-parents for unused VP", " - libbpf: fix return value for PERF_EVENT __arg_ctx type fix up check", " - arm64: dts: ti: k3-am62p-mcu/wakeup: Disable MCU and wakeup R5FSS nodes", " - arm64: dts: qcom: x1e80100-qcp: Fix supplies for LDOs 3E and 2J", " - libbpf: Use OPTS_SET() macro in bpf_xdp_query()", " - wifi: wfx: fix memory leak when starting AP", " - arm64: dts: qcom: qcm2290: declare VLS CLAMP register for USB3 PHY", " - arm64: dts: qcom: sm6115: declare VLS CLAMP register for USB3 PHY", " - arm64: dts: qcom: sm8650: Fix UFS PHY clocks", " - wifi: ath12k: fix incorrect logic of calculating vdev_stats_id", " - printk: nbcon: Relocate 32bit seq macros", " - printk: ringbuffer: Do not skip non-finalized records with prb_next_seq()", " - printk: Wait for all reserved records with pr_flush()", " - printk: Add this_cpu_in_panic()", " - printk: ringbuffer: Cleanup reader terminology", " - printk: ringbuffer: Skip non-finalized records in panic", " - printk: Disable passing console lock owner completely during panic()", " - pwm: sti: Fix capture for st,pwm-num-chan < st,capture-num-chan", " - tools/resolve_btfids: Refactor set sorting with types from btf_ids.h", " - tools/resolve_btfids: Fix cross-compilation to non-host endianness", " - wifi: iwlwifi: support EHT for WH", " - wifi: iwlwifi: properly check if link is active", " - wifi: iwlwifi: mvm: fix erroneous queue index mask", " - wifi: iwlwifi: mvm: don't set the MFP flag for the GTK", " - wifi: iwlwifi: mvm: don't set replay counters to 0xff", " - s390/pai: fix attr_event_free upper limit for pai device drivers", " - s390/vdso: drop '-fPIC' from LDFLAGS", " - arm64: dts: qcom: qcm6490-idp: Correct the voltage setting for vph_pwr", " - arm64: dts: qcom: qcs6490-rb3gen2: Correct the voltage setting for vph_pwr", " - selftests: forwarding: Add missing config entries", " - selftests: forwarding: Add missing multicast routing config entries", " - arm64: dts: qcom: sm6115: drop pipe clock selection", " - ipv6: mcast: remove one synchronize_net() barrier in ipv6_mc_down()", " - arm64: dts: mt8183: Move CrosEC base detection node to kukui-based DTs", " - arm64: dts: mediatek: mt7986: fix reference to PWM in fan node", " - arm64: dts: mediatek: mt7986: drop crypto's unneeded/invalid clock name", " - arm64: dts: mediatek: mt7986: fix SPI bus width properties", " - arm64: dts: mediatek: mt7986: fix SPI nodename", " - arm64: dts: mediatek: mt7986: drop \"#clock-cells\" from PWM", " - arm64: dts: mediatek: mt7986: add \"#reset-cells\" to infracfg", " - arm64: dts: mediatek: mt8192-asurada: Remove CrosEC base detection node", " - arm64: dts: mediatek: mt8192: fix vencoder clock name", " - arm64: dts: mediatek: mt8186: fix VENC power domain clocks", " - arm64: dts: mediatek: mt7622: add missing \"device_type\" to memory nodes", " - can: m_can: Start/Cancel polling timer together with interrupts", " - wifi: iwlwifi: mvm: Fix the listener MAC filter flags", " - bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctly", " - arm64: dts: qcom: sdm845: Use the Low Power Island CX/MX for SLPI", " - soc: qcom: llcc: Check return value on Broadcast_OR reg read", " - ARM: dts: qcom: msm8974: correct qfprom node size", " - arm64: dts: mediatek: mt8186: Add missing clocks to ssusb power domains", " - arm64: dts: mediatek: mt8186: Add missing xhci clock to usb controllers", " - arm64: dts: ti: am65x: Fix dtbs_install for Rocktech OLDI overlay", " - cpufreq: qcom-hw: add CONFIG_COMMON_CLK dependency", " - wifi: wilc1000: prevent use-after-free on vif when cleaning up all", " interfaces", " - pwm: dwc: use pm_sleep_ptr() macro", " - arm64: dts: ti: k3-am69-sk: fix PMIC interrupt number", " - arm64: dts: ti: k3-j721e-sk: fix PMIC interrupt number", " - arm64: dts: ti: k3-am62-main: disable usb lpm", " - ACPI: processor_idle: Fix memory leak in acpi_processor_power_exit()", " - bus: tegra-aconnect: Update dependency to ARCH_TEGRA", " - iommu/amd: Mark interrupt as managed", " - wifi: brcmsmac: avoid function pointer casts", " - arm64: dts: qcom: sdm845-db845c: correct PCIe wake-gpios", " - arm64: dts: qcom: sm8150: correct PCIe wake-gpios", " - powercap: dtpm_cpu: Fix error check against freq_qos_add_request()", " - net: ena: Remove ena_select_queue", " - arm64: dts: ti: k3-j7200-common-proc-board: Modify Pinmux for wkup_uart0 and", " mcu_uart0", " - arm64: dts: ti: k3-j7200-common-proc-board: Remove clock-frequency from", " mcu_uart0", " - arm64: dts: ti: k3-j721s2-common-proc-board: Remove Pinmux for CTS and RTS", " in wkup_uart0", " - arm64: dts: ti: k3-j784s4-evm: Remove Pinmux for CTS and RTS in wkup_uart0", " - arm64: dts: ti: k3-am64-main: Fix ITAP/OTAP values for MMC", " - arm64: dts: mt8195-cherry-tomato: change watchdog reset boot flow", " - arm64: dts: ti: Add common1 register space for AM65x SoC", " - arm64: dts: ti: Add common1 register space for AM62x SoC", " - firmware: arm_scmi: Fix double free in SMC transport cleanup path", " - wifi: cfg80211: set correct param change count in ML element", " - arm64: dts: ti: k3-j721e: Fix mux-reg-masks in hbmc_mux", " - arm64: dts: ti: k3-j784s4-main: Fix mux-reg-masks in serdes_ln_ctrl", " - arm64: dts: ti: k3-am62p: Fix memory ranges for DMSS", " - wifi: wilc1000: revert reset line logic flip", " - ARM: dts: arm: realview: Fix development chip ROM compatible value", " - memory: tegra: Correct DLA client names", " - wifi: mt76: mt7996: fix fw loading timeout", " - wifi: mt76: mt7925: fix connect to 80211b mode fail in 2Ghz band", " - wifi: mt76: mt7925: fix SAP no beacon issue in 5Ghz and 6Ghz band", " - wifi: mt76: mt7925: fix mcu query command fail", " - wifi: mt76: mt7925: fix wmm queue mapping", " - wifi: mt76: mt7925: fix fw download fail", " - wifi: mt76: mt7925: fix WoW failed in encrypted mode", " - wifi: mt76: mt7925: fix the wrong header translation config", " - wifi: mt76: mt7925: add flow to avoid chip bt function fail", " - wifi: mt76: mt7925: add support to set ifs time by mcu command", " - wifi: mt76: mt7925: update PCIe DMA settings", " - wifi: mt76: mt7996: check txs format before getting skb by pid", " - wifi: mt76: mt7996: fix TWT issues", " - wifi: mt76: mt7996: fix incorrect interpretation of EHT MCS caps", " - wifi: mt76: mt7996: fix HE beamformer phy cap for station vif", " - wifi: mt76: mt7996: fix efuse reading issue", " - wifi: mt76: mt7996: fix HIF_TXD_V2_1 value", " - wifi: mt76: mt792x: fix ethtool warning", " - wifi: mt76: mt7921e: fix use-after-free in free_irq()", " - wifi: mt76: mt7925e: fix use-after-free in free_irq()", " - wifi: mt76: mt7921: fix incorrect type conversion for CLC command", " - wifi: mt76: mt792x: fix a potential loading failure of the 6Ghz channel", " config from ACPI", " - wifi: mt76: fix the issue of missing txpwr settings from ch153 to ch177", " - arm64: dts: renesas: rzg2l: Add missing interrupts to IRQC nodes", " - arm64: dts: renesas: r9a08g045: Add missing interrupts to IRQC node", " - arm64: dts: renesas: rzg3s-smarc-som: Guard Ethernet IRQ GPIO hogs", " - arm64: dts: renesas: r8a779a0: Correct avb[01] reg sizes", " - arm64: dts: renesas: r8a779g0: Correct avb[01] reg sizes", " - net: mctp: copy skb ext data when fragmenting", " - pstore: inode: Only d_invalidate() is needed", " - arm64: dts: allwinner: h6: Add RX DMA channel for SPDIF", " - ARM: dts: imx6dl-yapp4: Fix typo in the QCA switch register address", " - ARM: dts: imx6dl-yapp4: Move the internal switch PHYs under the switch node", " - arm64: dts: imx8mp: Set SPI NOR to max 40 MHz on Data Modul i.MX8M Plus eDM", " SBC", " - arm64: dts: imx8mp-evk: Fix hdmi@3d node", " - regulator: userspace-consumer: add module device table", " - gpiolib: Pass consumer device through to core in", " devm_fwnode_gpiod_get_index()", " - arm64: dts: marvell: reorder crypto interrupts on Armada SoCs", " - ACPI: resource: Do IRQ override on Lunnen Ground laptops", " - ACPI: resource: Add MAIBENBEN X577 to irq1_edge_low_force_override", " - ACPI: scan: Fix device check notification handling", " - arm64: dts: rockchip: add missing interrupt-names for rk356x vdpu", " - arm64: dts: rockchip: fix reset-names for rk356x i2s2 controller", " - arm64: dts: rockchip: drop rockchip,trcm-sync-tx-only from rk3588 i2s", " - objtool: Fix UNWIND_HINT_{SAVE,RESTORE} across basic blocks", " - x86, relocs: Ignore relocations in .notes section", " - SUNRPC: fix a memleak in gss_import_v2_context", " - SUNRPC: fix some memleaks in gssx_dec_option_array", " - arm64: dts: qcom: sm8550: Fix SPMI channels size", " - arm64: dts: qcom: sm8650: Fix SPMI channels size", " - mmc: wmt-sdmmc: remove an incorrect release_mem_region() call in the .remove", " function", " - ACPI: CPPC: enable AMD CPPC V2 support for family 17h processors", " - btrfs: fix race when detecting delalloc ranges during fiemap", " - wifi: rtw88: 8821cu: Fix firmware upload fail", " - wifi: rtw88: 8821c: Fix beacon loss and disconnect", " - wifi: rtw88: 8821c: Fix false alarm count", " - wifi: brcm80211: handle pmk_op allocation failure", " - riscv: dts: starfive: jh7100: fix root clock names", " - PCI: Make pci_dev_is_disconnected() helper public for other drivers", " - iommu/vt-d: Don't issue ATS Invalidation request when device is disconnected", " - iommu/vt-d: Use rbtree to track iommu probed devices", " - iommu/vt-d: Improve ITE fault handling if target device isn't present", " - iommu/vt-d: Use device rbtree in iopf reporting path", " - iommu: Add static iommu_ops->release_domain", " - iommu/vt-d: Fix NULL domain on device release", " - igc: Fix missing time sync events", " - igb: Fix missing time sync events", " - ice: fix stats being updated by way too large values", " - Bluetooth: Remove HCI_POWER_OFF_TIMEOUT", " - Bluetooth: mgmt: Remove leftover queuing of power_off work", " - Bluetooth: Remove superfluous call to hci_conn_check_pending()", " - Bluetooth: Remove BT_HS", " - Bluetooth: hci_event: Fix not indicating new connection for BIG Sync", " - Bluetooth: hci_qca: don't use IS_ERR_OR_NULL() with gpiod_get_optional()", " - Bluetooth: hci_core: Cancel request on command timeout", " - Bluetooth: hci_sync: Fix overwriting request callback", " - Bluetooth: hci_h5: Add ability to allocate memory for private data", " - Bluetooth: btrtl: fix out of bounds memory access", " - Bluetooth: hci_core: Fix possible buffer overflow", " - Bluetooth: msft: Fix memory leak", " - Bluetooth: btusb: Fix memory leak", " - Bluetooth: af_bluetooth: Fix deadlock", " - Bluetooth: fix use-after-free in accessing skb after sending it", " - sr9800: Add check for usbnet_get_endpoints", " - s390/cache: prevent rebuild of shared_cpu_list", " - bpf: Fix DEVMAP_HASH overflow check on 32-bit arches", " - bpf: Fix hashtab overflow check on 32-bit arches", " - bpf: Fix stackmap overflow check on 32-bit arches", " - net: dsa: microchip: make sure drive strength configuration is not lost by", " soft reset", " - dpll: spec: use proper enum for pin capabilities attribute", " - iommu: Fix compilation without CONFIG_IOMMU_INTEL", " - ipv6: fib6_rules: flush route cache when rule is changed", " - net: ip_tunnel: make sure to pull inner header in ip_tunnel_rcv()", " - octeontx2-af: Fix devlink params", " - net: phy: fix phy_get_internal_delay accessing an empty array", " - dpll: fix dpll_xa_ref_*_del() for multiple registrations", " - net: hns3: fix wrong judgment condition issue", " - net: hns3: fix kernel crash when 1588 is received on HIP08 devices", " - net: hns3: fix port duplex configure error in IMP reset", " - Bluetooth: Fix eir name length", " - net: phy: dp83822: Fix RGMII TX delay configuration", " - erofs: fix lockdep false positives on initializing erofs_pseudo_mnt", " - OPP: debugfs: Fix warning around icc_get_name()", " - tcp: fix incorrect parameter validation in the do_tcp_getsockopt() function", " - ipmr: fix incorrect parameter validation in the ip_mroute_getsockopt()", " function", " - l2tp: fix incorrect parameter validation in the pppol2tp_getsockopt()", " function", " - udp: fix incorrect parameter validation in the udp_lib_getsockopt() function", " - net: kcm: fix incorrect parameter validation in the kcm_getsockopt) function", " - net/x25: fix incorrect parameter validation in the x25_getsockopt() function", " - devlink: Fix length of eswitch inline-mode", " - r8152: fix unknown device for choose_configuration", " - nfp: flower: handle acti_netdevs allocation failure", " - bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes()", " - dm raid: fix false positive for requeue needed during reshape", " - dm: call the resume method on internal suspend", " - fbdev/simplefb: change loglevel when the power domains cannot be parsed", " - drm/tegra: dsi: Add missing check for of_find_device_by_node", " - drm/tegra: dpaux: Fix PM disable depth imbalance in tegra_dpaux_probe", " - drm/tegra: dsi: Fix some error handling paths in tegra_dsi_probe()", " - drm/tegra: dsi: Fix missing pm_runtime_disable() in the error handling path", " of tegra_dsi_probe()", " - drm/tegra: hdmi: Fix some error handling paths in tegra_hdmi_probe()", " - drm/tegra: rgb: Fix some error handling paths in tegra_dc_rgb_probe()", " - drm/tegra: rgb: Fix missing clk_put() in the error handling paths of", " tegra_dc_rgb_probe()", " - drm/tegra: output: Fix missing i2c_put_adapter() in the error handling paths", " of tegra_output_probe()", " - drm/rockchip: inno_hdmi: Fix video timing", " - drm: Don't treat 0 as -1 in drm_fixp2int_ceil", " - drm/vkms: Avoid reading beyond LUT array", " - drm/vmwgfx: fix a memleak in vmw_gmrid_man_get_node", " - drm/rockchip: lvds: do not overwrite error code", " - drm/rockchip: lvds: do not print scary message when probing defer", " - drm/panel-edp: use put_sync in unprepare", " - drm/lima: fix a memleak in lima_heap_alloc", " - ASoC: amd: acp: Add missing error handling in sof-mach", " - ASoC: SOF: amd: Fix memory leak in amd_sof_acp_probe()", " - ASoC: SOF: core: Skip firmware test for custom loaders", " - ASoC: SOF: amd: Compute file paths on firmware load", " - soundwire: stream: add missing const to Documentation", " - dmaengine: tegra210-adma: Update dependency to ARCH_TEGRA", " - media: tc358743: register v4l2 async device only after successful setup", " - media: cadence: csi2rx: use match fwnode for media link", " - PCI/DPC: Print all TLP Prefixes, not just the first", " - perf record: Fix possible incorrect free in record__switch_output()", " - perf record: Check conflict between '--timestamp-filename' option and pipe", " mode before recording", " - HID: lenovo: Add middleclick_workaround sysfs knob for cptkbd", " - drm/amd/display: Fix a potential buffer overflow in 'dp_dsc_clock_en_read()'", " - perf pmu: Treat the msr pmu as software", " - crypto: qat - avoid memcpy() overflow warning", " - ALSA: hda: cs35l41: Set Channel Index correctly when system is missing _DSD", " - drm/amd/display: Fix potential NULL pointer dereferences in", " 'dcn10_set_output_transfer_func()'", " - ASoC: sh: rz-ssi: Fix error message print", " - drm/vmwgfx: Fix vmw_du_get_cursor_mob fencing of newly-created MOBs", " - clk: renesas: r8a779g0: Fix PCIe clock name", " - pinctrl: renesas: rzg2l: Fix locking in rzg2l_dt_subnode_to_map()", " - pinctrl: renesas: r8a779g0: Add missing SCIF_CLK2 pin group/function", " - clk: samsung: exynos850: Propagate SPI IPCLK rate change", " - media: v4l2: cci: print leading 0 on error", " - perf evsel: Fix duplicate initialization of data->id in", " evsel__parse_sample()", " - perf bpf: Clean up the generated/copied vmlinux.h", " - clk: meson: Add missing clocks to axg_clk_regmaps", " - media: em28xx: annotate unchecked call to media_device_register()", " - media: v4l2-tpg: fix some memleaks in tpg_alloc", " - media: v4l2-mem2mem: fix a memleak in v4l2_m2m_register_entity", " - media: dt-bindings: techwell,tw9900: Fix port schema ref", " - mtd: spinand: esmt: Extend IDs to 5 bytes", " - media: edia: dvbdev: fix a use-after-free", " - pinctrl: mediatek: Drop bogus slew rate register range for MT8186", " - pinctrl: mediatek: Drop bogus slew rate register range for MT8192", " - drm/amdgpu: Fix potential out-of-bounds access in", " 'amdgpu_discovery_reg_base_init()'", " - clk: qcom: reset: Commonize the de/assert functions", " - clk: qcom: reset: Ensure write completion on reset de/assertion", " - quota: Fix potential NULL pointer dereference", " - quota: Fix rcu annotations of inode dquot pointers", " - quota: Properly annotate i_dquot arrays with __rcu", " - ASoC: Intel: ssp-common: Add stub for sof_ssp_get_codec_name", " - PCI/P2PDMA: Fix a sleeping issue in a RCU read section", " - PCI: switchtec: Fix an error handling path in switchtec_pci_probe()", " - crypto: xilinx - call finalize with bh disabled", " - drivers/ps3: select VIDEO to provide cmdline functions", " - perf thread_map: Free strlist on normal path in thread_map__new_by_tid_str()", " - perf srcline: Add missed addr2line closes", " - dt-bindings: msm: qcom, mdss: Include ommited fam-b compatible", " - drm/msm/dpu: fix the programming of INTF_CFG2_DATA_HCTL_EN", " - drm/msm/dpu: Only enable DSC_MODE_MULTIPLEX if dsc_merge is enabled", " - drm/radeon/ni: Fix wrong firmware size logging in ni_init_microcode()", " - drm/amd/display: fix NULL checks for adev->dm.dc in amdgpu_dm_fini()", " - clk: renesas: r8a779g0: Correct PFC/GPIO parent clocks", " - clk: renesas: r8a779f0: Correct PFC/GPIO parent clock", " - clk: renesas: r9a07g04[34]: Use SEL_SDHI1_STS status configuration for SD1", " mux", " - ALSA: seq: fix function cast warnings", " - perf expr: Fix \"has_event\" function for metric style events", " - perf stat: Avoid metric-only segv", " - perf metric: Don't remove scale from counts", " - ASoC: meson: aiu: fix function pointer type mismatch", " - ASoC: meson: t9015: fix function pointer type mismatch", " - powerpc: Force inlining of arch_vmap_p{u/m}d_supported()", " - ASoC: SOF: Add some bounds checking to firmware data", " - drm: ci: use clk_ignore_unused for apq8016", " - NTB: fix possible name leak in ntb_register_device()", " - media: cedrus: h265: Fix configuring bitstream size", " - media: sun8i-di: Fix coefficient writes", " - media: sun8i-di: Fix power on/off sequences", " - media: sun8i-di: Fix chroma difference threshold", " - staging: media: starfive: Set 16 bpp for capture_raw device", " - media: imx: csc/scaler: fix v4l2_ctrl_handler memory leak", " - media: go7007: add check of return value of go7007_read_addr()", " - media: pvrusb2: remove redundant NULL check", " - media: videobuf2: Add missing doc comment for waiting_in_dqbuf", " - media: pvrusb2: fix pvr2_stream_callback casts", " - clk: qcom: dispcc-sdm845: Adjust internal GDSC wait times", " - drm/amd/display: Add 'replay' NULL check in 'edp_set_replay_allow_active()'", " - drm/panel: boe-tv101wum-nl6: make use of prepare_prev_first", " - drm/msm/dpu: finalise global state object", " - drm/mediatek: dsi: Fix DSI RGB666 formats and definitions", " - PCI: Mark 3ware-9650SE Root Port Extended Tags as broken", " - drm/bridge: adv7511: fix crash on irq during probe", " - pinctrl: renesas: Allow the compiler to optimize away sh_pfc_pm", " - clk: hisilicon: hi3519: Release the correct number of gates in", " hi3519_clk_unregister()", " - clk: hisilicon: hi3559a: Fix an erroneous devm_kfree()", " - clk: mediatek: mt8135: Fix an error handling path in", " clk_mt8135_apmixed_probe()", " - clk: mediatek: mt7622-apmixedsys: Fix an error handling path in", " clk_mt8135_apmixed_probe()", " - clk: mediatek: mt8183: Correct parent of CLK_INFRA_SSPM_32K_SELF", " - clk: mediatek: mt7981-topckgen: flag SGM_REG_SEL as critical", " - drm/tegra: put drm_gem_object ref on error in tegra_fb_create", " - tty: mips_ejtag_fdc: Fix passing incompatible pointer type warning", " - media: ivsc: csi: Swap SINK and SOURCE pads", " - media: i2c: imx290: Fix IMX920 typo", " - mfd: syscon: Call of_node_put() only when of_parse_phandle() takes a ref", " - mfd: altera-sysmgr: Call of_node_put() only when of_parse_phandle() takes a", " ref", " - perf print-events: make is_event_supported() more robust", " - crypto: arm/sha - fix function cast warnings", " - crypto: ccp - Avoid discarding errors in psp_send_platform_access_msg()", " - crypto: qat - remove unused macros in qat_comp_alg.c", " - crypto: qat - removed unused macro in adf_cnv_dbgfs.c", " - crypto: qat - avoid division by zero", " - crypto: qat - remove double initialization of value", " - crypto: qat - fix ring to service map for dcc in 4xxx", " - crypto: qat - fix ring to service map for dcc in 420xx", " - crypto: jitter - fix CRYPTO_JITTERENTROPY help text", " - drm/tidss: Fix initial plane zpos values", " - drm/tidss: Fix sync-lost issue with two displays", " - clk: imx: imx8mp: Fix SAI_MCLK_SEL definition", " - mtd: maps: physmap-core: fix flash size larger than 32-bit", " - mtd: rawnand: lpc32xx_mlc: fix irq handler prototype", " - mtd: rawnand: brcmnand: exec_op helper functions return type fixes", " - ASoC: meson: axg-tdm-interface: fix mclk setup without mclk-fs", " - ASoC: meson: axg-tdm-interface: add frame rate constraint", " - drm/msm/a6xx: specify UBWC config for sc7180", " - drm/msm/a7xx: Fix LLC typo", " - dt-bindings: arm-smmu: fix SM8[45]50 GPU SMMU if condition", " - perf pmu: Fix a potential memory leak in perf_pmu__lookup()", " - HID: amd_sfh: Update HPD sensor structure elements", " - HID: amd_sfh: Avoid disabling the interrupt", " - drm/amdgpu: Fix missing break in ATOM_ARG_IMM Case of atom_get_src_int()", " - media: pvrusb2: fix uaf in pvr2_context_set_notify", " - media: dvb-frontends: avoid stack overflow warnings with clang", " - media: go7007: fix a memleak in go7007_load_encoder", " - media: ttpci: fix two memleaks in budget_av_attach", " - media: mediatek: vcodec: avoid -Wcast-function-type-strict warning", " - arm64: ftrace: Don't forbid CALL_OPS+CC_OPTIMIZE_FOR_SIZE with Clang", " - drm/tests: helpers: Include missing drm_drv header", " - drm/amd/pm: Fix esm reg mask use to get pcie speed", " - gpio: nomadik: fix offset bug in nmk_pmx_set()", " - drm/mediatek: Fix a null pointer crash in mtk_drm_crtc_finish_page_flip", " - mfd: cs42l43: Fix wrong register defaults", " - powerpc/32: fix ADB_CUDA kconfig warning", " - powerpc/pseries: Fix potential memleak in papr_get_attr()", " - powerpc/hv-gpci: Fix the H_GET_PERF_COUNTER_INFO hcall return value checks", " - clk: qcom: gcc-ipq5018: fix 'enable_reg' offset of 'gcc_gmac0_sys_clk'", " - clk: qcom: gcc-ipq5018: fix 'halt_reg' offset of 'gcc_pcie1_pipe_clk'", " - clk: qcom: gcc-ipq5018: fix register offset for GCC_UBI0_AXI_ARES reset", " - perf vendor events amd: Fix Zen 4 cache latency events", " - drm/msm/dpu: allow certain formats for CDM for DP", " - drm/msm/dpu: add division of drm_display_mode's hskew parameter", " - media: usbtv: Remove useless locks in usbtv_video_free()", " - drm/xe: Fix ref counting leak on page fault", " - drm/xe: Replace 'grouped target' in Makefile with pattern rule", " - lib/stackdepot: fix first entry having a 0-handle", " - lib/stackdepot: off by one in depot_fetch_stack()", " - modules: wait do_free_init correctly", " - mfd: cs42l43: Fix wrong GPIO_FN_SEL and SPI_CLK_CONFIG1 defaults", " - power: supply: mm8013: fix \"not charging\" detection", " - powerpc/embedded6xx: Fix no previous prototype for avr_uart_send() etc.", " - powerpc/4xx: Fix warp_gpio_leds build failure", " - RISC-V: KVM: Forward SEED CSR access to user space", " - leds: aw2013: Unlock mutex before destroying it", " - leds: sgm3140: Add missing timer cleanup and flash gpio control", " - backlight: hx8357: Fix potential NULL pointer dereference", " - backlight: ktz8866: Correct the check for of_property_read_u32", " - backlight: lm3630a: Initialize backlight_properties on init", " - backlight: lm3630a: Don't set bl->props.brightness in get_brightness", " - backlight: da9052: Fully initialize backlight_properties during probe", " - backlight: lm3639: Fully initialize backlight_properties during probe", " - backlight: lp8788: Fully initialize backlight_properties during probe", " - sparc32: Use generic cmpdi2/ucmpdi2 variants", " - mtd: maps: sun_uflash: Declare uflash_devinit static", " - sparc32: Do not select GENERIC_ISA_DMA", " - sparc32: Fix section mismatch in leon_pci_grpci", " - clk: Fix clk_core_get NULL dereference", " - clk: zynq: Prevent null pointer dereference caused by kmalloc failure", " - PCI: brcmstb: Fix broken brcm_pcie_mdio_write() polling", " - cifs: Fix writeback data corruption", " - ALSA: hda/realtek: fix ALC285 issues on HP Envy x360 laptops", " - ALSA: hda/tas2781: use dev_dbg in system_resume", " - ALSA: hda/tas2781: add lock to system_suspend", " - ALSA: hda/tas2781: do not reset cur_* values in runtime_suspend", " - ALSA: hda/tas2781: do not call pm_runtime_force_* in system_resume/suspend", " - ALSA: hda/tas2781: restore power state after system_resume", " - ALSA: scarlett2: Fix Scarlett 4th Gen 4i4 low-voltage detection", " - ALSA: scarlett2: Fix Scarlett 4th Gen autogain status values", " - ALSA: scarlett2: Fix Scarlett 4th Gen input gain range", " - ALSA: scarlett2: Fix Scarlett 4th Gen input gain range again", " - mips: cm: Convert __mips_cm_l2sync_phys_base() to weak function", " - platform/x86/intel/pmc/lnl: Remove SSRAM support", " - platform/x86/intel/pmc/arl: Put GNA device in D3", " - platform/x86/amd/pmf: Do not use readl() for policy buffer access", " - ALSA: usb-audio: Stop parsing channels bits when all channels are found.", " - phy: qcom: qmp-usb: split USB-C PHY driver", " - phy: qcom: qmp-usbc: add support for the Type-C handling", " - phy: qcom: qmp-usbc: handle CLAMP register in a correct way", " - scsi: hisi_sas: Fix a deadlock issue related to automatic dump", " - RDMA/irdma: Remove duplicate assignment", " - RDMA/srpt: Do not register event handler until srpt device is fully setup", " - f2fs: compress: fix to guarantee persisting compressed blocks by CP", " - f2fs: compress: fix to cover normal cluster write with cp_rwsem", " - f2fs: compress: fix to check unreleased compressed cluster", " - f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnode", " - f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panic", " - f2fs: zone: fix to wait completion of last bio in zone correctly", " - f2fs: fix NULL pointer dereference in f2fs_submit_page_write()", " - f2fs: compress: fix to cover f2fs_disable_compressed_file() w/ i_sem", " - f2fs: fix to avoid potential panic during recovery", " - scsi: csiostor: Avoid function pointer casts", " - i3c: dw: Disable IBI IRQ depends on hot-join and SIR enabling", " - RDMA/hns: Fix mis-modifying default congestion control algorithm", " - RDMA/device: Fix a race between mad_client and cm_client init", " - RDMA/rtrs-clt: Check strnlen return len in sysfs mpath_policy_store()", " - scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfn", " - f2fs: fix to create selinux label during whiteout initialization", " - f2fs: compress: fix to check zstd compress level correctly in mount option", " - net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr()", " - NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102", " - NFSv4.2: fix listxattr maximum XDR buffer size", " - f2fs: compress: fix to check compress flag w/ .i_sem lock", " - f2fs: check number of blocks in a current section", " - watchdog: starfive: Check pm_runtime_enabled() before decrementing usage", " counter", " - watchdog: stm32_iwdg: initialize default timeout", " - f2fs: fix to use correct segment type in f2fs_allocate_data_block()", " - f2fs: ro: compress: fix to avoid caching unaligned extent", " - RDMA/mana_ib: Fix bug in creation of dma regions", " - RDMA/mana_ib: Introduce mdev_to_gc helper function", " - RDMA/mana_ib: Introduce mana_ib_get_netdev helper function", " - RDMA/mana_ib: Introduce mana_ib_install_cq_cb helper function", " - RDMA/mana_ib: Use virtual address in dma regions for MRs", " - Input: iqs7222 - add support for IQS7222D v1.1 and v1.2", " - NFS: Fix nfs_netfs_issue_read() xarray locking for writeback interrupt", " - NFS: Fix an off by one in root_nfs_cat()", " - NFSv4.1/pnfs: fix NFS with TLS in pnfs", " - ACPI: HMAT: Remove register of memory node for generic target", " - f2fs: compress: relocate some judgments in f2fs_reserve_compress_blocks", " - f2fs: compress: fix reserve_cblocks counting error when out of space", " - f2fs: fix to truncate meta inode pages forcely", " - f2fs: zone: fix to remove pow2 check condition for zoned block device", " - cxl: Fix the incorrect assignment of SSLBIS entry pointer initial location", " - perf/x86/amd/core: Avoid register reset when CPU is dead", " - afs: Revert \"afs: Hide silly-rename files from userspace\"", " - afs: Don't cache preferred address", " - afs: Fix occasional rmdir-then-VNOVNODE with generic/011", " - f2fs: fix to avoid use-after-free issue in f2fs_filemap_fault", " - nfs: fix panic when nfs4_ff_layout_prepare_ds() fails", " - ovl: relax WARN_ON in ovl_verify_area()", " - io_uring/net: correct the type of variable", " - remoteproc: stm32: Fix incorrect type in assignment for va", " - remoteproc: stm32: Fix incorrect type assignment returned by", " stm32_rproc_get_loaded_rsc_tablef", " - iio: pressure: mprls0025pa fix off-by-one enum", " - usb: phy: generic: Get the vbus supply", " - tty: vt: fix 20 vs 0x20 typo in EScsiignore", " - serial: max310x: fix syntax error in IRQ error message", " - tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMT", " - arm64: dts: broadcom: bcmbca: bcm4908: drop invalid switch cells", " - coresight: Fix issue where a source device's helpers aren't disabled", " - coresight: etm4x: Set skip_power_up in etm4_init_arch_data function", " - xhci: Add interrupt pending autoclear flag to each interrupter", " - xhci: make isoc_bei_interval variable interrupter specific.", " - xhci: remove unnecessary event_ring_deq parameter from xhci_handle_event()", " - xhci: update event ring dequeue pointer position to controller correctly", " - coccinelle: device_attr_show: Remove useless expression STR", " - kconfig: fix infinite loop when expanding a macro at the end of file", " - iio: gts-helper: Fix division loop", " - bus: mhi: ep: check the correct variable in mhi_ep_register_controller()", " - hwtracing: hisi_ptt: Move type check to the beginning of", " hisi_ptt_pmu_event_init()", " - rtc: mt6397: select IRQ_DOMAIN instead of depending on it", " - rtc: max31335: fix interrupt status reg", " - serial: 8250_exar: Don't remove GPIO device on suspend", " - staging: greybus: fix get_channel_from_mode() failure path", " - mei: vsc: Call wake_up() in the threaded IRQ handler", " - mei: vsc: Don't use sleeping condition in wait_event_timeout()", " - usb: gadget: net2272: Use irqflags in the call to net2272_probe_fin", " - char: xilinx_hwicap: Fix NULL vs IS_ERR() bug", " - x86/hyperv: Use per cpu initial stack for vtl context", " - ASoC: tlv320adc3xxx: Don't strip remove function when driver is builtin", " - thermal/drivers/mediatek/lvts_thermal: Fix a memory leak in an error", " handling path", " - thermal/drivers/qoriq: Fix getting tmu range", " - io_uring: don't save/restore iowait state", " - spi: lpspi: Avoid potential use-after-free in probe()", " - spi: Restore delays for non-GPIO chip select", " - ASoC: rockchip: i2s-tdm: Fix inaccurate sampling rates", " - nouveau: reset the bo resource bus info after an eviction", " - tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge()", " - rds: tcp: Fix use-after-free of net in reqsk_timer_handler().", " - octeontx2-af: Use matching wake_up API variant in CGX command interface", " - s390/vtime: fix average steal time calculation", " - net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check", " - devlink: Fix devlink parallel commands processing", " - riscv: Only check online cpus for emulated accesses", " - soc: fsl: dpio: fix kcalloc() argument order", " - cpufreq: Fix per-policy boost behavior on SoCs using cpufreq_boost_set_sw()", " - io_uring: Fix release of pinned pages when __io_uaddr_map fails", " - tcp: Fix refcnt handling in __inet_hash_connect().", " - vmxnet3: Fix missing reserved tailroom", " - hsr: Fix uninit-value access in hsr_get_node()", " - net: txgbe: fix clk_name exceed MAX_DEV_ID limits", " - spi: spi-mem: add statistics support to ->exec_op() calls", " - spi: Fix error code checking in spi_mem_exec_op()", " - nvme: fix reconnection fail due to reserved tag allocation", " - drm/xe: Invalidate userptr VMA on page pin fault", " - drm/xe: Skip VMAs pin when requesting signal to the last XE_EXEC", " - net: mediatek: mtk_eth_soc: clear MAC_MCR_FORCE_LINK only when MAC is up", " - net: ethernet: mtk_eth_soc: fix PPE hanging issue", " - io_uring: fix poll_remove stalled req completion", " - ASoC: SOF: amd: Move signed_fw_image to struct acp_quirk_entry", " - ASoC: SOF: amd: Skip IRAM/DRAM size modification for Steam Deck OLED", " - riscv: Fix compilation error with FAST_GUP and rv32", " - xen/evtchn: avoid WARN() when unbinding an event channel", " - xen/events: increment refcnt only if event channel is refcounted", " - packet: annotate data-races around ignore_outgoing", " - xfrm: Allow UDP encapsulation only in offload modes", " - net: veth: do not manipulate GRO when using XDP", " - net: dsa: mt7530: prevent possible incorrect XTAL frequency selection", " - spi: spi-imx: fix off-by-one in mx51 CPU mode burst length", " - drm: Fix drm_fixp2int_round() making it add 0.5", " - virtio: uapi: Drop __packed attribute in linux/virtio_pci.h", " - vdpa_sim: reset must not run", " - vdpa/mlx5: Allow CVQ size changes", " - virtio: packed: fix unmap leak for indirect desc table", " - net: move dev->state into net_device_read_txrx group", " - wireguard: receive: annotate data-race around receiving_counter.counter", " - rds: introduce acquire/release ordering in acquire/release_in_xmit()", " - hsr: Handle failures in module init", " - ipv4: raw: Fix sending packets from raw sockets via IPsec tunnels", " - nouveau/gsp: don't check devinit disable on GSP.", " - ceph: stop copying to iter at EOF on sync reads", " - net: phy: fix phy_read_poll_timeout argument type in genphy_loopback", " - dm-integrity: fix a memory leak when rechecking the data", " - net/bnx2x: Prevent access to a freed page in page_pool", " - devlink: fix port new reply cmd type", " - octeontx2: Detect the mbox up or down message via register", " - octeontx2-pf: Wait till detach_resources msg is complete", " - octeontx2-pf: Use default max_active works instead of one", " - octeontx2-pf: Send UP messages to VF only when VF is up.", " - octeontx2-af: Use separate handlers for interrupts", " - drm/amdgpu: add MMHUB 3.3.1 support", " - drm/amdgpu: fix mmhub client id out-of-bounds access", " - drm/amdgpu: drop setting buffer funcs in sdma442", " - netfilter: nft_set_pipapo: release elements in clone only from destroy path", " - netfilter: nf_tables: do not compare internal table flags on updates", " - rcu: add a helper to report consolidated flavor QS", " - net: report RCU QS on threaded NAPI repolling", " - bpf: report RCU QS in cpumap kthread", " - net: dsa: mt7530: fix link-local frames that ingress vlan filtering ports", " - net: dsa: mt7530: fix handling of all link-local frames", " - netfilter: nf_tables: Fix a memory leak in nf_tables_updchain", " - spi: spi-mt65xx: Fix NULL pointer access in interrupt handler", " - selftests: forwarding: Fix ping failure due to short timeout", " - dm io: Support IO priority", " - dm-integrity: align the outgoing bio in integrity_recheck", " - x86/efistub: Clear decompressor BSS in native EFI entrypoint", " - x86/efistub: Don't clear BSS twice in mixed mode", " - printk: Adjust mapping for 32bit seq macros", " - printk: Use prb_first_seq() as base for 32bit seq macros", " - Linux 6.8.2", " - [Config] updateconfig following v6.8.2 import", "", " * Provide python perf module (LP: #2051560)", " - [Packaging] enable perf python module", " - [Packaging] provide a wrapper module for python-perf", "", " * To support AMD Adaptive Backlight Management (ABM) for power profiles daemon", " >= 2.0 (LP: #2056716)", " - drm/amd/display: add panel_power_savings sysfs entry to eDP connectors", " - drm/amdgpu: respect the abmlevel module parameter value if it is set", "", " * Miscellaneous Ubuntu changes", " - [Config] Disable StarFive JH7100 support", " - [Config] Disable Renesas RZ/Five support", " - [Config] Disable BINFMT_FLAT for riscv64", "" ], "package": "linux", "version": "6.8.0-32.32", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2064344, 1786013, 1975592, 1975592, 2013232, 1981437, 2061747, 2042500, 2063096, 2061953, 2058557, 2060422, 2042546, 2059080, 2060533, 2060531, 2060531, 2062556, 2060130, 2059263, 2055083, 2058573, 2060097, 2051560, 2056716 ], "author": "Roxana Nicolescu ", "date": "Wed, 01 May 2024 16:02:05 +0200" } ], "notes": "linux-headers-6.8.0-35 version '6.8.0-35.35' (source package linux version '6.8.0-35.35') was added. linux-headers-6.8.0-35 version '6.8.0-35.35' has the same source package name, linux, as removed package linux-headers-6.8.0-31. As such we can use the source package version of the removed package, '6.8.0-31.31', as the starting point in our changelog diff. Kernel packages are an example of where the binary package name changes for the same source package. Using the removed package source package version as our starting point means we can still get meaningful changelog diffs even for what appears to be a new package." }, { "name": "linux-headers-6.8.0-35-generic", "from_version": { "source_package_name": "linux", "source_package_version": "6.8.0-31.31", "version": null }, "to_version": { "source_package_name": "linux", "source_package_version": "6.8.0-35.35", "version": "6.8.0-35.35" }, "cves": [ { "cve": "CVE-2024-21823", "url": "https://ubuntu.com/security/CVE-2024-21823", "cve_description": "Hardware logic with insecure de-synchronization in Intel(R) DSA and Intel(R) IAA for some Intel(R) 4th or 5th generation Xeon(R) processors may allow an authorized user to potentially enable denial of service via local access.", "cve_priority": "medium", "cve_public_date": "2024-05-16 21:16:00 UTC" } ], "launchpad_bugs_fixed": [ 2065886, 2065167, 1786013, 2064344, 1786013, 1975592, 1975592, 2013232, 1981437, 2061747, 2042500, 2063096, 2061953, 2058557, 2060422, 2042546, 2059080, 2060533, 2060531, 2060531, 2062556, 2060130, 2059263, 2055083, 2058573, 2060097, 2051560, 2056716 ], "changes": [ { "cves": [ { "cve": "CVE-2024-21823", "url": "https://ubuntu.com/security/CVE-2024-21823", "cve_description": "Hardware logic with insecure de-synchronization in Intel(R) DSA and Intel(R) IAA for some Intel(R) 4th or 5th generation Xeon(R) processors may allow an authorized user to potentially enable denial of service via local access.", "cve_priority": "medium", "cve_public_date": "2024-05-16 21:16:00 UTC" } ], "log": [ "", " * noble/linux: 6.8.0-35.35 -proposed tracker (LP: #2065886)", "", " * CVE-2024-21823", " - VFIO: Add the SPR_DSA and SPR_IAX devices to the denylist", " - dmaengine: idxd: add a new security check to deal with a hardware erratum", " - dmaengine: idxd: add a write() method for applications to submit work", "" ], "package": "linux", "version": "6.8.0-35.35", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2065886 ], "author": "Roxana Nicolescu ", "date": "Mon, 20 May 2024 16:26:15 +0200" }, { "cves": [], "log": [ "", " * noble/linux: 6.8.0-34.34 -proposed tracker (LP: #2065167)", "", " * Packaging resync (LP: #1786013)", " - [Packaging] debian.master/dkms-versions -- update from kernel-versions", " (main/2024.04.29)", "" ], "package": "linux", "version": "6.8.0-34.34", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2065167, 1786013 ], "author": "Roxana Nicolescu ", "date": "Wed, 08 May 2024 13:14:41 +0200" }, { "cves": [], "log": [ "", " * noble/linux: 6.8.0-32.32 -proposed tracker (LP: #2064344)", "", " * Packaging resync (LP: #1786013)", " - [Packaging] drop getabis data", " - [Packaging] update variants", " - [Packaging] update annotations scripts", " - [Packaging] debian.master/dkms-versions -- update from kernel-versions", " (main/2024.04.29)", "", " * Enable Nezha board (LP: #1975592)", " - [Config] Enable CONFIG_REGULATOR_FIXED_VOLTAGE on riscv64", "", " * Enable Nezha board (LP: #1975592) // Enable StarFive VisionFive 2 board", " (LP: #2013232)", " - [Config] Enable CONFIG_SERIAL_8250_DW on riscv64", "", " * RISC-V kernel config is out of sync with other archs (LP: #1981437)", " - [Config] Sync riscv64 config with other architectures", "", " * obsolete out-of-tree ivsc dkms in favor of in-tree one (LP: #2061747)", " - ACPI: scan: Defer enumeration of devices with a _DEP pointing to IVSC device", " - Revert \"mei: vsc: Call wake_up() in the threaded IRQ handler\"", " - mei: vsc: Unregister interrupt handler for system suspend", " - media: ipu-bridge: Add ov01a10 in Dell XPS 9315", " - SAUCE: media: ipu-bridge: Support more sensors", "", " * Fix after-suspend-mediacard/sdhc-insert test failed (LP: #2042500)", " - PCI/ASPM: Move pci_configure_ltr() to aspm.c", " - PCI/ASPM: Always build aspm.c", " - PCI/ASPM: Move pci_save_ltr_state() to aspm.c", " - PCI/ASPM: Save L1 PM Substates Capability for suspend/resume", " - PCI/ASPM: Call pci_save_ltr_state() from pci_save_pcie_state()", " - PCI/ASPM: Disable L1 before configuring L1 Substates", " - PCI/ASPM: Update save_state when configuration changes", "", " * RTL8852BE fw security fail then lost WIFI function during suspend/resume", " cycle (LP: #2063096)", " - wifi: rtw89: download firmware with five times retry", "", " * intel_rapl_common: Add support for ARL and LNL (LP: #2061953)", " - powercap: intel_rapl: Add support for Lunar Lake-M paltform", " - powercap: intel_rapl: Add support for Arrow Lake", "", " * Kernel panic during checkbox stress_ng_test on Grace running noble 6.8", " (arm64+largemem) kernel (LP: #2058557)", " - aio: Fix null ptr deref in aio_complete() wakeup", "", " * Avoid creating non-working backlight sysfs knob from ASUS board", " (LP: #2060422)", " - platform/x86: asus-wmi: Consider device is absent when the read is ~0", "", " * Include cifs.ko in linux-modules package (LP: #2042546)", " - [Packaging] Replace fs/cifs with fs/smb/client in inclusion list", "", " * Add Real-time Linux Analysis tool (rtla) to linux-tools (LP: #2059080)", " - SAUCE: rtla: fix deb build", " - [Packaging] add Real-time Linux Analysis tool (rtla) to linux-tools", " - [Packaging] update dependencies for rtla", "", " * Noble update: v6.8.4 upstream stable release (LP: #2060533)", " - Revert \"workqueue: Shorten events_freezable_power_efficient name\"", " - Revert \"workqueue: Don't call cpumask_test_cpu() with -1 CPU in", " wq_update_node_max_active()\"", " - Revert \"workqueue: Implement system-wide nr_active enforcement for unbound", " workqueues\"", " - Revert \"workqueue: Introduce struct wq_node_nr_active\"", " - Revert \"workqueue: RCU protect wq->dfl_pwq and implement accessors for it\"", " - Revert \"workqueue: Make wq_adjust_max_active() round-robin pwqs while", " activating\"", " - Revert \"workqueue: Move nr_active handling into helpers\"", " - Revert \"workqueue: Replace pwq_activate_inactive_work() with", " [__]pwq_activate_work()\"", " - Revert \"workqueue: Factor out pwq_is_empty()\"", " - Revert \"workqueue: Move pwq->max_active to wq->max_active\"", " - Revert \"workqueue.c: Increase workqueue name length\"", " - Linux 6.8.4", "", " * Noble update: v6.8.3 upstream stable release (LP: #2060531)", " - drm/vmwgfx: Unmap the surface before resetting it on a plane state", " - wifi: brcmfmac: Fix use-after-free bug in brcmf_cfg80211_detach", " - wifi: brcmfmac: avoid invalid list operation when vendor attach fails", " - media: staging: ipu3-imgu: Set fields before media_entity_pads_init()", " - arm64: dts: qcom: sc7280: Add additional MSI interrupts", " - remoteproc: virtio: Fix wdg cannot recovery remote processor", " - clk: qcom: gcc-sdm845: Add soft dependency on rpmhpd", " - smack: Set SMACK64TRANSMUTE only for dirs in smack_inode_setxattr()", " - smack: Handle SMACK64TRANSMUTE in smack_inode_setsecurity()", " - arm: dts: marvell: Fix maxium->maxim typo in brownstone dts", " - drm/vmwgfx: Fix possible null pointer derefence with invalid contexts", " - arm64: dts: qcom: sm8450-hdk: correct AMIC4 and AMIC5 microphones", " - serial: max310x: fix NULL pointer dereference in I2C instantiation", " - drm/vmwgfx: Fix the lifetime of the bo cursor memory", " - pci_iounmap(): Fix MMIO mapping leak", " - media: xc4000: Fix atomicity violation in xc4000_get_frequency", " - media: mc: Add local pad to pipeline regardless of the link state", " - media: mc: Fix flags handling when creating pad links", " - media: nxp: imx8-isi: Check whether crossbar pad is non-NULL before access", " - media: mc: Add num_links flag to media_pad", " - media: mc: Rename pad variable to clarify intent", " - media: mc: Expand MUST_CONNECT flag to always require an enabled link", " - media: nxp: imx8-isi: Mark all crossbar sink pads as MUST_CONNECT", " - md: use RCU lock to protect traversal in md_spares_need_change()", " - KVM: Always flush async #PF workqueue when vCPU is being destroyed", " - arm64: dts: qcom: sm8550-qrd: correct WCD9385 TX port mapping", " - arm64: dts: qcom: sm8550-mtp: correct WCD9385 TX port mapping", " - cpufreq: amd-pstate: Fix min_perf assignment in amd_pstate_adjust_perf()", " - thermal/intel: Fix intel_tcc_get_temp() to support negative CPU temperature", " - powercap: intel_rapl: Fix a NULL pointer dereference", " - powercap: intel_rapl: Fix locking in TPMI RAPL", " - powercap: intel_rapl_tpmi: Fix a register bug", " - powercap: intel_rapl_tpmi: Fix System Domain probing", " - powerpc/smp: Adjust nr_cpu_ids to cover all threads of a core", " - powerpc/smp: Increase nr_cpu_ids to include the boot CPU", " - sparc64: NMI watchdog: fix return value of __setup handler", " - sparc: vDSO: fix return value of __setup handler", " - selftests/mqueue: Set timeout to 180 seconds", " - pinctrl: qcom: sm8650-lpass-lpi: correct Kconfig name", " - ext4: correct best extent lstart adjustment logic", " - drm/amdgpu/display: Address kdoc for 'is_psr_su' in 'fill_dc_dirty_rects'", " - block: Clear zone limits for a non-zoned stacked queue", " - kasan/test: avoid gcc warning for intentional overflow", " - bounds: support non-power-of-two CONFIG_NR_CPUS", " - fat: fix uninitialized field in nostale filehandles", " - fuse: fix VM_MAYSHARE and direct_io_allow_mmap", " - mfd: twl: Select MFD_CORE", " - ubifs: Set page uptodate in the correct place", " - ubi: Check for too small LEB size in VTBL code", " - ubi: correct the calculation of fastmap size", " - ubifs: ubifs_symlink: Fix memleak of inode->i_link in error path", " - mtd: rawnand: meson: fix scrambling mode value in command macro", " - md/md-bitmap: fix incorrect usage for sb_index", " - x86/nmi: Fix the inverse \"in NMI handler\" check", " - parisc/unaligned: Rewrite 64-bit inline assembly of emulate_ldd()", " - parisc: Avoid clobbering the C/B bits in the PSW with tophys and tovirt", " macros", " - parisc: Fix ip_fast_csum", " - parisc: Fix csum_ipv6_magic on 32-bit systems", " - parisc: Fix csum_ipv6_magic on 64-bit systems", " - parisc: Strip upper 32 bit of sum in csum_ipv6_magic for 64-bit builds", " - md/raid5: fix atomicity violation in raid5_cache_count", " - iio: adc: rockchip_saradc: fix bitmask for channels on SARADCv2", " - iio: adc: rockchip_saradc: use mask for write_enable bitfield", " - docs: Restore \"smart quotes\" for quotes", " - cpufreq: Limit resolving a frequency to policy min/max", " - PM: suspend: Set mem_sleep_current during kernel command line setup", " - vfio/pds: Always clear the save/restore FDs on reset", " - clk: qcom: gcc-ipq5018: fix terminating of frequency table arrays", " - clk: qcom: gcc-ipq6018: fix terminating of frequency table arrays", " - clk: qcom: gcc-ipq8074: fix terminating of frequency table arrays", " - clk: qcom: gcc-ipq9574: fix terminating of frequency table arrays", " - clk: qcom: camcc-sc8280xp: fix terminating of frequency table arrays", " - clk: qcom: mmcc-apq8084: fix terminating of frequency table arrays", " - clk: qcom: mmcc-msm8974: fix terminating of frequency table arrays", " - usb: xhci: Add error handling in xhci_map_urb_for_dma", " - powerpc/fsl: Fix mfpmr build errors with newer binutils", " - USB: serial: ftdi_sio: add support for GMC Z216C Adapter IR-USB", " - USB: serial: add device ID for VeriFone adapter", " - USB: serial: cp210x: add ID for MGP Instruments PDS100", " - wifi: mac80211: track capability/opmode NSS separately", " - USB: serial: option: add MeiG Smart SLM320 product", " - KVM: x86/xen: inject vCPU upcall vector when local APIC is enabled", " - USB: serial: cp210x: add pid/vid for TDK NC0110013M and MM0110113M", " - PM: sleep: wakeirq: fix wake irq warning in system suspend", " - mmc: tmio: avoid concurrent runs of mmc_request_done()", " - fuse: replace remaining make_bad_inode() with fuse_make_bad()", " - fuse: fix root lookup with nonzero generation", " - fuse: don't unhash root", " - usb: typec: ucsi: Clean up UCSI_CABLE_PROP macros", " - usb: dwc3-am62: fix module unload/reload behavior", " - usb: dwc3-am62: Disable wakeup at remove", " - serial: core: only stop transmit when HW fifo is empty", " - serial: Lock console when calling into driver before registration", " - btrfs: qgroup: always free reserved space for extent records", " - btrfs: fix off-by-one chunk length calculation at contains_pending_extent()", " - wifi: rtw88: Add missing VID/PIDs for 8811CU and 8821CU", " - docs: Makefile: Add dependency to $(YNL_INDEX) for targets other than", " htmldocs", " - PCI/PM: Drain runtime-idle callbacks before driver removal", " - PCI/DPC: Quirk PIO log size for Intel Raptor Lake Root Ports", " - Revert \"Revert \"md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d\"\"", " - md: don't clear MD_RECOVERY_FROZEN for new dm-raid until resume", " - md: export helpers to stop sync_thread", " - md: export helper md_is_rdwr()", " - md: add a new helper reshape_interrupted()", " - dm-raid: really frozen sync_thread during suspend", " - md/dm-raid: don't call md_reap_sync_thread() directly", " - dm-raid: add a new helper prepare_suspend() in md_personality", " - dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent", " with reshape", " - dm-raid: fix lockdep waring in \"pers->hot_add_disk\"", " - powerpc: xor_vmx: Add '-mhard-float' to CFLAGS", " - mac802154: fix llsec key resources release in mac802154_llsec_key_del", " - mm: swap: fix race between free_swap_and_cache() and swapoff()", " - mmc: core: Fix switch on gp3 partition", " - Bluetooth: btnxpuart: Fix btnxpuart_close", " - leds: trigger: netdev: Fix kernel panic on interface rename trig notify", " - drm/etnaviv: Restore some id values", " - landlock: Warn once if a Landlock action is requested while disabled", " - io_uring: fix mshot read defer taskrun cqe posting", " - hwmon: (amc6821) add of_match table", " - io_uring: fix io_queue_proc modifying req->flags", " - ext4: fix corruption during on-line resize", " - nvmem: meson-efuse: fix function pointer type mismatch", " - slimbus: core: Remove usage of the deprecated ida_simple_xx() API", " - phy: tegra: xusb: Add API to retrieve the port number of phy", " - usb: gadget: tegra-xudc: Fix USB3 PHY retrieval logic", " - speakup: Fix 8bit characters from direct synth", " - debugfs: fix wait/cancellation handling during remove", " - PCI/AER: Block runtime suspend when handling errors", " - io_uring/net: correctly handle multishot recvmsg retry setup", " - io_uring: fix mshot io-wq checks", " - PCI: qcom: Disable ASPM L0s for sc8280xp, sa8540p and sa8295p", " - sparc32: Fix parport build with sparc32", " - nfs: fix UAF in direct writes", " - NFS: Read unlock folio on nfs_page_create_from_folio() error", " - kbuild: Move -Wenum-{compare-conditional,enum-conversion} into W=1", " - PCI: qcom: Enable BDF to SID translation properly", " - PCI: dwc: endpoint: Fix advertised resizable BAR size", " - PCI: hv: Fix ring buffer size calculation", " - cifs: prevent updating file size from server if we have a read/write lease", " - cifs: allow changing password during remount", " - thermal/drivers/mediatek: Fix control buffer enablement on MT7896", " - vfio/pci: Disable auto-enable of exclusive INTx IRQ", " - vfio/pci: Lock external INTx masking ops", " - vfio/platform: Disable virqfds on cleanup", " - vfio/platform: Create persistent IRQ handlers", " - vfio/fsl-mc: Block calling interrupt handler without trigger", " - tpm,tpm_tis: Avoid warning splat at shutdown", " - ksmbd: replace generic_fillattr with vfs_getattr", " - ksmbd: retrieve number of blocks using vfs_getattr in", " set_file_allocation_info", " - platform/x86/intel/tpmi: Change vsec offset to u64", " - io_uring/rw: return IOU_ISSUE_SKIP_COMPLETE for multishot retry", " - io_uring: clean rings on NO_MMAP alloc fail", " - ring-buffer: Do not set shortest_full when full target is hit", " - ring-buffer: Fix full_waiters_pending in poll", " - ring-buffer: Use wait_event_interruptible() in ring_buffer_wait()", " - tracing/ring-buffer: Fix wait_on_pipe() race", " - dlm: fix user space lkb refcounting", " - soc: fsl: qbman: Always disable interrupts when taking cgr_lock", " - soc: fsl: qbman: Use raw spinlock for cgr_lock", " - s390/zcrypt: fix reference counting on zcrypt card objects", " - drm/probe-helper: warn about negative .get_modes()", " - drm/panel: do not return negative error codes from drm_panel_get_modes()", " - drm/exynos: do not return negative values from .get_modes()", " - drm/imx/ipuv3: do not return negative values from .get_modes()", " - drm/vc4: hdmi: do not return negative values from .get_modes()", " - clocksource/drivers/timer-riscv: Clear timer interrupt on timer", " initialization", " - memtest: use {READ,WRITE}_ONCE in memory scanning", " - Revert \"block/mq-deadline: use correct way to throttling write requests\"", " - lsm: use 32-bit compatible data types in LSM syscalls", " - lsm: handle the NULL buffer case in lsm_fill_user_ctx()", " - f2fs: mark inode dirty for FI_ATOMIC_COMMITTED flag", " - f2fs: truncate page cache before clearing flags when aborting atomic write", " - nilfs2: fix failure to detect DAT corruption in btree and direct mappings", " - nilfs2: prevent kernel bug at submit_bh_wbc()", " - cifs: make sure server interfaces are requested only for SMB3+", " - cifs: reduce warning log level for server not advertising interfaces", " - cifs: open_cached_dir(): add FILE_READ_EA to desired access", " - mtd: rawnand: Fix and simplify again the continuous read derivations", " - mtd: rawnand: Add a helper for calculating a page index", " - mtd: rawnand: Ensure all continuous terms are always in sync", " - mtd: rawnand: Constrain even more when continuous reads are enabled", " - cpufreq: dt: always allocate zeroed cpumask", " - io_uring/futex: always remove futex entry for cancel all", " - io_uring/waitid: always remove waitid entry for cancel all", " - x86/CPU/AMD: Update the Zenbleed microcode revisions", " - ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()", " - net: esp: fix bad handling of pages from page_pool", " - NFSD: Fix nfsd_clid_class use of __string_len() macro", " - drm/i915: Add missing ; to __assign_str() macros in tracepoint code", " - net: hns3: tracing: fix hclgevf trace event strings", " - cxl/trace: Properly initialize cxl_poison region name", " - ksmbd: fix potencial out-of-bounds when buffer offset is invalid", " - virtio: reenable config if freezing device failed", " - LoongArch: Change __my_cpu_offset definition to avoid mis-optimization", " - LoongArch: Define the __io_aw() hook as mmiowb()", " - LoongArch/crypto: Clean up useless assignment operations", " - wireguard: netlink: check for dangling peer via is_dead instead of empty", " list", " - wireguard: netlink: access device through ctx instead of peer", " - wireguard: selftests: set RISCV_ISA_FALLBACK on riscv{32,64}", " - ahci: asm1064: asm1166: don't limit reported ports", " - drm/amd/display: Change default size for dummy plane in DML2", " - drm/amdgpu: amdgpu_ttm_gart_bind set gtt bound flag", " - drm/amdgpu/pm: Fix NULL pointer dereference when get power limit", " - drm/amdgpu/pm: Check the validity of overdiver power limit", " - drm/amd/display: Override min required DCFCLK in dml1_validate", " - drm/amd/display: Allow dirty rects to be sent to dmub when abm is active", " - drm/amd/display: Init DPPCLK from SMU on dcn32", " - drm/amd/display: Update odm when ODM combine is changed on an otg master", " pipe with no plane", " - drm/amd/display: Fix idle check for shared firmware state", " - drm/amd/display: Amend coasting vtotal for replay low hz", " - drm/amd/display: Lock all enabled otg pipes even with no planes", " - drm/amd/display: Implement wait_for_odm_update_pending_complete", " - drm/amd/display: Return the correct HDCP error code", " - drm/amd/display: Add a dc_state NULL check in dc_state_release", " - drm/amd/display: Fix noise issue on HDMI AV mute", " - dm snapshot: fix lockup in dm_exception_table_exit", " - x86/pm: Work around false positive kmemleak report in msr_build_context()", " - wifi: brcmfmac: add per-vendor feature detection callback", " - wifi: brcmfmac: cfg80211: Use WSEC to set SAE password", " - wifi: brcmfmac: Demote vendor-specific attach/detach messages to info", " - drm/ttm: Make sure the mapped tt pages are decrypted when needed", " - drm/amd/display: Unify optimize_required flags and VRR adjustments", " - drm/amd/display: Add more checks for exiting idle in DC", " - btrfs: add set_folio_extent_mapped() helper", " - btrfs: replace sb::s_blocksize by fs_info::sectorsize", " - btrfs: add helpers to get inode from page/folio pointers", " - btrfs: add helpers to get fs_info from page/folio pointers", " - btrfs: add helper to get fs_info from struct inode pointer", " - btrfs: qgroup: validate btrfs_qgroup_inherit parameter", " - vfio: Introduce interface to flush virqfd inject workqueue", " - vfio/pci: Create persistent INTx handler", " - drm/bridge: add ->edid_read hook and drm_bridge_edid_read()", " - drm/bridge: lt8912b: use drm_bridge_edid_read()", " - drm/bridge: lt8912b: clear the EDID property on failures", " - drm/bridge: lt8912b: do not return negative values from .get_modes()", " - drm/amd/display: Remove pixle rate limit for subvp", " - drm/amd/display: Revert Remove pixle rate limit for subvp", " - workqueue: Shorten events_freezable_power_efficient name", " - drm/amd/display: Use freesync when `DRM_EDID_FEATURE_CONTINUOUS_FREQ` found", " - netfilter: nf_tables: reject constant set with timeout", " - Revert \"crypto: pkcs7 - remove sha1 support\"", " - x86/efistub: Call mixed mode boot services on the firmware's stack", " - ASoC: amd: yc: Revert \"Fix non-functional mic on Lenovo 21J2\"", " - ASoC: amd: yc: Revert \"add new YC platform variant (0x63) support\"", " - Fix memory leak in posix_clock_open()", " - wifi: rtw88: 8821cu: Fix connection failure", " - x86/Kconfig: Remove CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT", " - x86/sev: Fix position dependent variable references in startup code", " - clocksource/drivers/arm_global_timer: Fix maximum prescaler value", " - ARM: 9352/1: iwmmxt: Remove support for PJ4/PJ4B cores", " - ARM: 9359/1: flush: check if the folio is reserved for no-mapping addresses", " - entry: Respect changes to system call number by trace_sys_enter()", " - swiotlb: Fix double-allocation of slots due to broken alignment handling", " - swiotlb: Honour dma_alloc_coherent() alignment in swiotlb_alloc()", " - swiotlb: Fix alignment checks when both allocation and DMA masks are present", " - iommu/dma: Force swiotlb_max_mapping_size on an untrusted device", " - printk: Update @console_may_schedule in console_trylock_spinning()", " - irqchip/renesas-rzg2l: Flush posted write in irq_eoi()", " - irqchip/renesas-rzg2l: Rename rzg2l_tint_eoi()", " - irqchip/renesas-rzg2l: Rename rzg2l_irq_eoi()", " - irqchip/renesas-rzg2l: Prevent spurious interrupts when setting trigger type", " - kprobes/x86: Use copy_from_kernel_nofault() to read from unsafe address", " - efi/libstub: fix efi_random_alloc() to allocate memory at alloc_min or", " higher address", " - x86/mpparse: Register APIC address only once", " - x86/fpu: Keep xfd_state in sync with MSR_IA32_XFD", " - efi: fix panic in kdump kernel", " - pwm: img: fix pwm clock lookup", " - selftests/mm: Fix build with _FORTIFY_SOURCE", " - btrfs: handle errors returned from unpin_extent_cache()", " - btrfs: fix warning messages not printing interval at unpin_extent_range()", " - btrfs: do not skip re-registration for the mounted device", " - mfd: intel-lpss: Switch to generalized quirk table", " - mfd: intel-lpss: Introduce QUIRK_CLOCK_DIVIDER_UNITY for XPS 9530", " - drm/i915: Replace a memset() with zero initialization", " - drm/i915: Try to preserve the current shared_dpll for fastset on type-c", " ports", " - drm/i915: Include the PLL name in the debug messages", " - drm/i915: Suppress old PLL pipe_mask checks for MG/TC/TBT PLLs", " - crypto: iaa - Fix nr_cpus < nr_iaa case", " - drm/amd/display: Prevent crash when disable stream", " - ALSA: hda/tas2781: remove digital gain kcontrol", " - ALSA: hda/tas2781: add locks to kcontrols", " - mm: zswap: fix writeback shinker GFP_NOIO/GFP_NOFS recursion", " - init: open /initrd.image with O_LARGEFILE", " - x86/efistub: Add missing boot_params for mixed mode compat entry", " - efi/libstub: Cast away type warning in use of max()", " - x86/efistub: Reinstate soft limit for initrd loading", " - prctl: generalize PR_SET_MDWE support check to be per-arch", " - ARM: prctl: reject PR_SET_MDWE on pre-ARMv6", " - tmpfs: fix race on handling dquot rbtree", " - btrfs: validate device maj:min during open", " - btrfs: fix race in read_extent_buffer_pages()", " - btrfs: zoned: don't skip block groups with 100% zone unusable", " - btrfs: zoned: use zone aware sb location for scrub", " - btrfs: zoned: fix use-after-free in do_zone_finish()", " - wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changes", " - wifi: cfg80211: add a flag to disable wireless extensions", " - wifi: iwlwifi: mvm: disable MLO for the time being", " - wifi: iwlwifi: fw: don't always use FW dump trig", " - wifi: iwlwifi: mvm: handle debugfs names more carefully", " - Revert \"drm/amd/display: Fix sending VSC (+ colorimetry) packets for DP/eDP", " displays without PSR\"", " - fbdev: Select I/O-memory framebuffer ops for SBus", " - exec: Fix NOMMU linux_binprm::exec in transfer_args_to_stack()", " - hexagon: vmlinux.lds.S: handle attributes section", " - mm: cachestat: fix two shmem bugs", " - selftests/mm: sigbus-wp test requires UFFD_FEATURE_WP_HUGETLBFS_SHMEM", " - selftests/mm: fix ARM related issue with fork after pthread_create", " - mmc: sdhci-omap: re-tuning is needed after a pm transition to support emmc", " HS200 mode", " - mmc: core: Initialize mmc_blk_ioc_data", " - mmc: core: Avoid negative index with array access", " - sdhci-of-dwcmshc: disable PM runtime in dwcmshc_remove()", " - block: Do not force full zone append completion in req_bio_endio()", " - thermal: devfreq_cooling: Fix perf state when calculate dfc res_util", " - Revert \"thermal: core: Don't update trip points inside the hysteresis range\"", " - nouveau/dmem: handle kcalloc() allocation failure", " - net: ll_temac: platform_get_resource replaced by wrong function", " - net: wan: framer: Add missing static inline qualifiers", " - net: phy: qcom: at803x: fix kernel panic with at8031_probe", " - drm/xe/query: fix gt_id bounds check", " - drm/dp: Fix divide-by-zero regression on DP MST unplug with nouveau", " - drm/vmwgfx: Create debugfs ttm_resource_manager entry only if needed", " - drm/amdkfd: fix TLB flush after unmap for GFX9.4.2", " - drm/amdgpu: fix deadlock while reading mqd from debugfs", " - drm/amd/display: Remove MPC rate control logic from DCN30 and above", " - drm/amd/display: Set DCN351 BB and IP the same as DCN35", " - drm/i915/hwmon: Fix locking inversion in sysfs getter", " - drm/i915/vma: Fix UAF on destroy against retire race", " - drm/i915/bios: Tolerate devdata==NULL in", " intel_bios_encoder_supports_dp_dual_mode()", " - drm/i915/vrr: Generate VRR \"safe window\" for DSB", " - drm/i915/dsi: Go back to the previous INIT_OTP/DISPLAY_ON order, mostly", " - drm/i915/dsb: Fix DSB vblank waits when using VRR", " - drm/i915: Do not match JSL in ehl_combo_pll_div_frac_wa_needed()", " - drm/i915: Pre-populate the cursor physical dma address", " - drm/i915/gt: Reset queue_priority_hint on parking", " - drm/amd/display: Fix bounds check for dcn35 DcfClocks", " - Bluetooth: hci_sync: Fix not checking error on hci_cmd_sync_cancel_sync", " - mtd: spinand: Add support for 5-byte IDs", " - Revert \"usb: phy: generic: Get the vbus supply\"", " - usb: cdc-wdm: close race between read and workqueue", " - usb: misc: ljca: Fix double free in error handling path", " - USB: UAS: return ENODEV when submit urbs fail with device not attached", " - vfio/pds: Make sure migration file isn't accessed after reset", " - ring-buffer: Make wake once of ring_buffer_wait() more robust", " - btrfs: fix extent map leak in unexpected scenario at unpin_extent_cache()", " - ALSA: sh: aica: reorder cleanup operations to avoid UAF bugs", " - scsi: ufs: qcom: Provide default cycles_in_1us value", " - scsi: sd: Fix TCG OPAL unlock on system resume", " - scsi: core: Fix unremoved procfs host directory regression", " - staging: vc04_services: changen strncpy() to strscpy_pad()", " - staging: vc04_services: fix information leak in create_component()", " - genirq: Introduce IRQF_COND_ONESHOT and use it in pinctrl-amd", " - usb: dwc3: Properly set system wakeup", " - USB: core: Fix deadlock in usb_deauthorize_interface()", " - USB: core: Add hub_get() and hub_put() routines", " - USB: core: Fix deadlock in port \"disable\" sysfs attribute", " - usb: dwc2: host: Fix remote wakeup from hibernation", " - usb: dwc2: host: Fix hibernation flow", " - usb: dwc2: host: Fix ISOC flow in DDMA mode", " - usb: dwc2: gadget: Fix exiting from clock gating", " - usb: dwc2: gadget: LPM flow fix", " - usb: udc: remove warning when queue disabled ep", " - usb: typec: ucsi: Fix race between typec_switch and role_switch", " - usb: typec: tcpm: fix double-free issue in tcpm_port_unregister_pd()", " - usb: typec: tcpm: Correct port source pdo array in pd_set callback", " - usb: typec: tcpm: Update PD of Type-C port upon pd_set", " - usb: typec: Return size of buffer if pd_set operation succeeds", " - usb: typec: ucsi: Clear EVENT_PENDING under PPM lock", " - usb: typec: ucsi: Ack unsupported commands", " - usb: typec: ucsi_acpi: Refactor and fix DELL quirk", " - usb: typec: ucsi: Clear UCSI_CCI_RESET_COMPLETE before reset", " - scsi: qla2xxx: Prevent command send on chip reset", " - scsi: qla2xxx: Fix N2N stuck connection", " - scsi: qla2xxx: Split FCE|EFT trace control", " - scsi: qla2xxx: Update manufacturer detail", " - scsi: qla2xxx: NVME|FCP prefer flag not being honored", " - scsi: qla2xxx: Fix command flush on cable pull", " - scsi: qla2xxx: Fix double free of the ha->vp_map pointer", " - scsi: qla2xxx: Fix double free of fcport", " - scsi: qla2xxx: Change debug message during driver unload", " - scsi: qla2xxx: Delay I/O Abort on PCI error", " - x86/bugs: Fix the SRSO mitigation on Zen3/4", " - crash: use macro to add crashk_res into iomem early for specific arch", " - drm/amd/display: fix IPX enablement", " - x86/bugs: Use fixed addressing for VERW operand", " - Revert \"x86/bugs: Use fixed addressing for VERW operand\"", " - usb: dwc3: pci: Drop duplicate ID", " - scsi: lpfc: Correct size for cmdwqe/rspwqe for memset()", " - scsi: lpfc: Correct size for wqe for memset()", " - scsi: libsas: Add a helper sas_get_sas_addr_and_dev_type()", " - scsi: libsas: Fix disk not being scanned in after being removed", " - perf/x86/amd/core: Update and fix stalled-cycles-* events for Zen 2 and", " later", " - x86/sev: Skip ROM range scans and validation for SEV-SNP guests", " - tools/resolve_btfids: fix build with musl libc", " - drm/amdgpu: fix use-after-free bug", " - drm/sched: fix null-ptr-deref in init entity", " - Linux 6.8.3", " - [Config] updateconfigs following v6.8.3 import", "", " * Noble update: v6.8.3 upstream stable release (LP: #2060531) //", " [Ubuntu-24.04] Hugepage memory is not getting released even after destroying", " the guest! (LP: #2062556)", " - block: Fix page refcounts for unaligned buffers in __bio_release_pages()", "", " * [SPR][EMR][GNR] TDX: efi: TD Measurement support for kernel cmdline/initrd", " sections from EFI stub (LP: #2060130)", " - efi/libstub: Use TPM event typedefs from the TCG PC Client spec", " - efi/tpm: Use symbolic GUID name from spec for final events table", " - efi/libstub: Add Confidential Computing (CC) measurement typedefs", " - efi/libstub: Measure into CC protocol if TCG2 protocol is absent", " - efi/libstub: Add get_event_log() support for CC platforms", " - x86/efistub: Remap kernel text read-only before dropping NX attribute", "", " * Fix acpi_power_meter accessing IPMI region before it's ready (LP: #2059263)", " - ACPI: IPMI: Add helper to wait for when SMI is selected", " - hwmon: (acpi_power_meter) Ensure IPMI space handler is ready on Dell systems", "", " * Drop fips-checks script from trees (LP: #2055083)", " - [Packaging] Remove fips-checks script", "", " * alsa/realtek: adjust max output valume for headphone on 2 LG machines", " (LP: #2058573)", " - ALSA: hda/realtek: fix the hp playback volume issue for LG machines", "", " * Noble update: v6.8.2 upstream stable release (LP: #2060097)", " - do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak", " - workqueue.c: Increase workqueue name length", " - workqueue: Move pwq->max_active to wq->max_active", " - workqueue: Factor out pwq_is_empty()", " - workqueue: Replace pwq_activate_inactive_work() with [__]pwq_activate_work()", " - workqueue: Move nr_active handling into helpers", " - workqueue: Make wq_adjust_max_active() round-robin pwqs while activating", " - workqueue: RCU protect wq->dfl_pwq and implement accessors for it", " - workqueue: Introduce struct wq_node_nr_active", " - workqueue: Implement system-wide nr_active enforcement for unbound", " workqueues", " - workqueue: Don't call cpumask_test_cpu() with -1 CPU in", " wq_update_node_max_active()", " - iomap: clear the per-folio dirty bits on all writeback failures", " - fs: Fix rw_hint validation", " - io_uring: remove looping around handling traditional task_work", " - io_uring: remove unconditional looping in local task_work handling", " - s390/dasd: Use dev_*() for device log messages", " - s390/dasd: fix double module refcount decrement", " - fs/hfsplus: use better @opf description", " - md: fix kmemleak of rdev->serial", " - rcu/exp: Fix RCU expedited parallel grace period kworker allocation failure", " recovery", " - rcu/exp: Handle RCU expedited grace period kworker allocation failure", " - fs/select: rework stack allocation hack for clang", " - block: fix deadlock between bd_link_disk_holder and partition scan", " - md: Don't clear MD_CLOSING when the raid is about to stop", " - kunit: Setup DMA masks on the kunit device", " - ovl: Always reject mounting over case-insensitive directories", " - kunit: test: Log the correct filter string in executor_test", " - lib/cmdline: Fix an invalid format specifier in an assertion msg", " - lib: memcpy_kunit: Fix an invalid format specifier in an assertion msg", " - time: test: Fix incorrect format specifier", " - rtc: test: Fix invalid format specifier.", " - net: test: Fix printf format specifier in skb_segment kunit test", " - drm/xe/tests: Fix printf format specifiers in xe_migrate test", " - drm: tests: Fix invalid printf format specifiers in KUnit tests", " - md/raid1: factor out helpers to add rdev to conf", " - md/raid1: record nonrot rdevs while adding/removing rdevs to conf", " - md/raid1: fix choose next idle in read_balance()", " - io_uring/net: unify how recvmsg and sendmsg copy in the msghdr", " - io_uring/net: move receive multishot out of the generic msghdr path", " - io_uring/net: fix overflow check in io_recvmsg_mshot_prep()", " - nvme: host: fix double-free of struct nvme_id_ns in ns_update_nuse()", " - aoe: fix the potential use-after-free problem in aoecmd_cfg_pkts", " - x86/mm: Ensure input to pfn_to_kaddr() is treated as a 64-bit type", " - x86/resctrl: Remove hard-coded memory bandwidth limit", " - x86/resctrl: Read supported bandwidth sources from CPUID", " - x86/resctrl: Implement new mba_MBps throttling heuristic", " - x86/sme: Fix memory encryption setting if enabled by default and not", " overridden", " - timekeeping: Fix cross-timestamp interpolation on counter wrap", " - timekeeping: Fix cross-timestamp interpolation corner case decision", " - timekeeping: Fix cross-timestamp interpolation for non-x86", " - x86/asm: Remove the __iomem annotation of movdir64b()'s dst argument", " - sched/fair: Take the scheduling domain into account in select_idle_smt()", " - sched/fair: Take the scheduling domain into account in select_idle_core()", " - wifi: ath10k: fix NULL pointer dereference in", " ath10k_wmi_tlv_op_pull_mgmt_tx_compl_ev()", " - wifi: b43: Stop/wake correct queue in DMA Tx path when QoS is disabled", " - wifi: b43: Stop/wake correct queue in PIO Tx path when QoS is disabled", " - wifi: b43: Stop correct queue in DMA worker when QoS is disabled", " - wifi: b43: Disable QoS for bcm4331", " - wifi: wilc1000: fix declarations ordering", " - wifi: wilc1000: fix RCU usage in connect path", " - wifi: ath11k: add support to select 6 GHz regulatory type", " - wifi: ath11k: store cur_regulatory_info for each radio", " - wifi: ath11k: fix a possible dead lock caused by ab->base_lock", " - wifi: rtl8xxxu: add cancel_work_sync() for c2hcmd_work", " - wifi: wilc1000: do not realloc workqueue everytime an interface is added", " - wifi: wilc1000: fix multi-vif management when deleting a vif", " - wifi: mwifiex: debugfs: Drop unnecessary error check for", " debugfs_create_dir()", " - ARM: dts: renesas: r8a73a4: Fix external clocks and clock rate", " - arm64: dts: qcom: x1e80100: drop qcom,drv-count", " - arm64: dts: qcom: sc8180x: Hook up VDD_CX as GCC parent domain", " - arm64: dts: qcom: sc8180x: Fix up big CPU idle state entry latency", " - arm64: dts: qcom: sc8180x: Add missing CPU off state", " - arm64: dts: qcom: sc8180x: Fix eDP PHY power-domains", " - arm64: dts: qcom: sc8180x: Don't hold MDP core clock at FMAX", " - arm64: dts: qcom: sc8180x: Require LOW_SVS vote for MMCX if DISPCC is on", " - arm64: dts: qcom: sc8180x: Add missing CPU<->MDP_CFG path", " - arm64: dts: qcom: sc8180x: Shrink aoss_qmp register space size", " - cpufreq: brcmstb-avs-cpufreq: add check for cpufreq_cpu_get's return value", " - cpufreq: mediatek-hw: Wait for CPU supplies before probing", " - sock_diag: annotate data-races around sock_diag_handlers[family]", " - inet_diag: annotate data-races around inet_diag_table[]", " - bpftool: Silence build warning about calloc()", " - selftests/bpf: Fix potential premature unload in bpf_testmod", " - libbpf: Apply map_set_def_max_entries() for inner_maps on creation", " - selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY values", " - bpftool: Fix wrong free call in do_show_link", " - wifi: ath12k: Fix issues in channel list update", " - selftests/bpf: Fix the flaky tc_redirect_dtime test", " - selftests/bpf: Wait for the netstamp_needed_key static key to be turned on", " - wifi: cfg80211: add RNR with reporting AP information", " - wifi: mac80211: use deflink and fix typo in link ID check", " - wifi: iwlwifi: change link id in time event to s8", " - af_unix: Annotate data-race of gc_in_progress in wait_for_unix_gc().", " - arm64: dts: qcom: sm8450: Add missing interconnects to serial", " - soc: qcom: socinfo: rename PM2250 to PM4125", " - arm64: dts: qcom: sc7280: Add static properties to cryptobam", " - arm64: dts: qcom: qcm6490-fairphone-fp5: Add missing reserved-memory", " - arm64: dts: qcom: sdm845-oneplus-common: improve DAI node naming", " - arm64: dts: qcom: rename PM2250 to PM4125", " - cpufreq: mediatek-hw: Don't error out if supply is not found", " - libbpf: Fix faccessat() usage on Android", " - libbpf: fix __arg_ctx type enforcement for perf_event programs", " - pmdomain: qcom: rpmhpd: Drop SA8540P gfx.lvl", " - arm64: dts: qcom: sa8540p: Drop gfx.lvl as power-domain for gpucc", " - arm64: dts: renesas: r8a779g0: Restore sort order", " - arm64: dts: renesas: r8a779g0: Add missing SCIF_CLK2", " - selftests/bpf: Disable IPv6 for lwt_redirect test", " - arm64: dts: imx8mm-kontron: Disable pullups for I2C signals on OSM-S i.MX8MM", " - arm64: dts: imx8mm-kontron: Disable pullups for I2C signals on SL/BL i.MX8MM", " - arm64: dts: imx8mm-kontron: Disable pullups for onboard UART signals on BL", " OSM-S board", " - arm64: dts: imx8mm-kontron: Disable pullups for onboard UART signals on BL", " board", " - arm64: dts: imx8mm-kontron: Disable pull resistors for SD card signals on BL", " OSM-S board", " - arm64: dts: imx8mm-kontron: Disable pull resistors for SD card signals on BL", " board", " - arm64: dts: imx8mm-kontron: Fix interrupt for RTC on OSM-S i.MX8MM module", " - arm64: dts: imx8qm: Align edma3 power-domains resources indentation", " - arm64: dts: imx8qm: Correct edma3 power-domains and interrupt numbers", " - libbpf: Add missing LIBBPF_API annotation to libbpf_set_memlock_rlim API", " - wifi: ath9k: delay all of ath9k_wmi_event_tasklet() until init is complete", " - wifi: ath11k: change to move WMI_VDEV_PARAM_SET_HEMU_MODE before", " WMI_PEER_ASSOC_CMDID", " - wifi: ath12k: fix fetching MCBC flag for QCN9274", " - wifi: iwlwifi: mvm: report beacon protection failures", " - wifi: iwlwifi: dbg-tlv: ensure NUL termination", " - wifi: iwlwifi: acpi: fix WPFC reading", " - wifi: iwlwifi: mvm: initialize rates in FW earlier", " - wifi: iwlwifi: fix EWRD table validity check", " - wifi: iwlwifi: mvm: d3: fix IPN byte order", " - wifi: iwlwifi: always have 'uats_enabled'", " - wifi: iwlwifi: mvm: fix the TLC command after ADD_STA", " - wifi: iwlwifi: read BIOS PNVM only for non-Intel SKU", " - gpio: vf610: allow disabling the vf610 driver", " - selftests/bpf: trace_helpers.c: do not use poisoned type", " - bpf: make sure scalar args don't accept __arg_nonnull tag", " - bpf: don't emit warnings intended for global subprogs for static subprogs", " - arm64: dts: imx8mm-venice-gw71xx: fix USB OTG VBUS", " - pwm: atmel-hlcdc: Fix clock imbalance related to suspend support", " - net: blackhole_dev: fix build warning for ethh set but not used", " - spi: consolidate setting message->spi", " - spi: move split xfers for CS_WORD emulation", " - arm64: dts: ti: k3-am62p5-sk: Enable CPSW MDIO node", " - arm64: dts: ti: k3-j721s2: Fix power domain for VTM node", " - arm64: dts: ti: k3-j784s4: Fix power domain for VTM node", " - wifi: ath11k: initialize rx_mcs_80 and rx_mcs_160 before use", " - wifi: libertas: fix some memleaks in lbs_allocate_cmd_buffer()", " - arm64: dts: ti: k3-am69-sk: remove assigned-clock-parents for unused VP", " - libbpf: fix return value for PERF_EVENT __arg_ctx type fix up check", " - arm64: dts: ti: k3-am62p-mcu/wakeup: Disable MCU and wakeup R5FSS nodes", " - arm64: dts: qcom: x1e80100-qcp: Fix supplies for LDOs 3E and 2J", " - libbpf: Use OPTS_SET() macro in bpf_xdp_query()", " - wifi: wfx: fix memory leak when starting AP", " - arm64: dts: qcom: qcm2290: declare VLS CLAMP register for USB3 PHY", " - arm64: dts: qcom: sm6115: declare VLS CLAMP register for USB3 PHY", " - arm64: dts: qcom: sm8650: Fix UFS PHY clocks", " - wifi: ath12k: fix incorrect logic of calculating vdev_stats_id", " - printk: nbcon: Relocate 32bit seq macros", " - printk: ringbuffer: Do not skip non-finalized records with prb_next_seq()", " - printk: Wait for all reserved records with pr_flush()", " - printk: Add this_cpu_in_panic()", " - printk: ringbuffer: Cleanup reader terminology", " - printk: ringbuffer: Skip non-finalized records in panic", " - printk: Disable passing console lock owner completely during panic()", " - pwm: sti: Fix capture for st,pwm-num-chan < st,capture-num-chan", " - tools/resolve_btfids: Refactor set sorting with types from btf_ids.h", " - tools/resolve_btfids: Fix cross-compilation to non-host endianness", " - wifi: iwlwifi: support EHT for WH", " - wifi: iwlwifi: properly check if link is active", " - wifi: iwlwifi: mvm: fix erroneous queue index mask", " - wifi: iwlwifi: mvm: don't set the MFP flag for the GTK", " - wifi: iwlwifi: mvm: don't set replay counters to 0xff", " - s390/pai: fix attr_event_free upper limit for pai device drivers", " - s390/vdso: drop '-fPIC' from LDFLAGS", " - arm64: dts: qcom: qcm6490-idp: Correct the voltage setting for vph_pwr", " - arm64: dts: qcom: qcs6490-rb3gen2: Correct the voltage setting for vph_pwr", " - selftests: forwarding: Add missing config entries", " - selftests: forwarding: Add missing multicast routing config entries", " - arm64: dts: qcom: sm6115: drop pipe clock selection", " - ipv6: mcast: remove one synchronize_net() barrier in ipv6_mc_down()", " - arm64: dts: mt8183: Move CrosEC base detection node to kukui-based DTs", " - arm64: dts: mediatek: mt7986: fix reference to PWM in fan node", " - arm64: dts: mediatek: mt7986: drop crypto's unneeded/invalid clock name", " - arm64: dts: mediatek: mt7986: fix SPI bus width properties", " - arm64: dts: mediatek: mt7986: fix SPI nodename", " - arm64: dts: mediatek: mt7986: drop \"#clock-cells\" from PWM", " - arm64: dts: mediatek: mt7986: add \"#reset-cells\" to infracfg", " - arm64: dts: mediatek: mt8192-asurada: Remove CrosEC base detection node", " - arm64: dts: mediatek: mt8192: fix vencoder clock name", " - arm64: dts: mediatek: mt8186: fix VENC power domain clocks", " - arm64: dts: mediatek: mt7622: add missing \"device_type\" to memory nodes", " - can: m_can: Start/Cancel polling timer together with interrupts", " - wifi: iwlwifi: mvm: Fix the listener MAC filter flags", " - bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctly", " - arm64: dts: qcom: sdm845: Use the Low Power Island CX/MX for SLPI", " - soc: qcom: llcc: Check return value on Broadcast_OR reg read", " - ARM: dts: qcom: msm8974: correct qfprom node size", " - arm64: dts: mediatek: mt8186: Add missing clocks to ssusb power domains", " - arm64: dts: mediatek: mt8186: Add missing xhci clock to usb controllers", " - arm64: dts: ti: am65x: Fix dtbs_install for Rocktech OLDI overlay", " - cpufreq: qcom-hw: add CONFIG_COMMON_CLK dependency", " - wifi: wilc1000: prevent use-after-free on vif when cleaning up all", " interfaces", " - pwm: dwc: use pm_sleep_ptr() macro", " - arm64: dts: ti: k3-am69-sk: fix PMIC interrupt number", " - arm64: dts: ti: k3-j721e-sk: fix PMIC interrupt number", " - arm64: dts: ti: k3-am62-main: disable usb lpm", " - ACPI: processor_idle: Fix memory leak in acpi_processor_power_exit()", " - bus: tegra-aconnect: Update dependency to ARCH_TEGRA", " - iommu/amd: Mark interrupt as managed", " - wifi: brcmsmac: avoid function pointer casts", " - arm64: dts: qcom: sdm845-db845c: correct PCIe wake-gpios", " - arm64: dts: qcom: sm8150: correct PCIe wake-gpios", " - powercap: dtpm_cpu: Fix error check against freq_qos_add_request()", " - net: ena: Remove ena_select_queue", " - arm64: dts: ti: k3-j7200-common-proc-board: Modify Pinmux for wkup_uart0 and", " mcu_uart0", " - arm64: dts: ti: k3-j7200-common-proc-board: Remove clock-frequency from", " mcu_uart0", " - arm64: dts: ti: k3-j721s2-common-proc-board: Remove Pinmux for CTS and RTS", " in wkup_uart0", " - arm64: dts: ti: k3-j784s4-evm: Remove Pinmux for CTS and RTS in wkup_uart0", " - arm64: dts: ti: k3-am64-main: Fix ITAP/OTAP values for MMC", " - arm64: dts: mt8195-cherry-tomato: change watchdog reset boot flow", " - arm64: dts: ti: Add common1 register space for AM65x SoC", " - arm64: dts: ti: Add common1 register space for AM62x SoC", " - firmware: arm_scmi: Fix double free in SMC transport cleanup path", " - wifi: cfg80211: set correct param change count in ML element", " - arm64: dts: ti: k3-j721e: Fix mux-reg-masks in hbmc_mux", " - arm64: dts: ti: k3-j784s4-main: Fix mux-reg-masks in serdes_ln_ctrl", " - arm64: dts: ti: k3-am62p: Fix memory ranges for DMSS", " - wifi: wilc1000: revert reset line logic flip", " - ARM: dts: arm: realview: Fix development chip ROM compatible value", " - memory: tegra: Correct DLA client names", " - wifi: mt76: mt7996: fix fw loading timeout", " - wifi: mt76: mt7925: fix connect to 80211b mode fail in 2Ghz band", " - wifi: mt76: mt7925: fix SAP no beacon issue in 5Ghz and 6Ghz band", " - wifi: mt76: mt7925: fix mcu query command fail", " - wifi: mt76: mt7925: fix wmm queue mapping", " - wifi: mt76: mt7925: fix fw download fail", " - wifi: mt76: mt7925: fix WoW failed in encrypted mode", " - wifi: mt76: mt7925: fix the wrong header translation config", " - wifi: mt76: mt7925: add flow to avoid chip bt function fail", " - wifi: mt76: mt7925: add support to set ifs time by mcu command", " - wifi: mt76: mt7925: update PCIe DMA settings", " - wifi: mt76: mt7996: check txs format before getting skb by pid", " - wifi: mt76: mt7996: fix TWT issues", " - wifi: mt76: mt7996: fix incorrect interpretation of EHT MCS caps", " - wifi: mt76: mt7996: fix HE beamformer phy cap for station vif", " - wifi: mt76: mt7996: fix efuse reading issue", " - wifi: mt76: mt7996: fix HIF_TXD_V2_1 value", " - wifi: mt76: mt792x: fix ethtool warning", " - wifi: mt76: mt7921e: fix use-after-free in free_irq()", " - wifi: mt76: mt7925e: fix use-after-free in free_irq()", " - wifi: mt76: mt7921: fix incorrect type conversion for CLC command", " - wifi: mt76: mt792x: fix a potential loading failure of the 6Ghz channel", " config from ACPI", " - wifi: mt76: fix the issue of missing txpwr settings from ch153 to ch177", " - arm64: dts: renesas: rzg2l: Add missing interrupts to IRQC nodes", " - arm64: dts: renesas: r9a08g045: Add missing interrupts to IRQC node", " - arm64: dts: renesas: rzg3s-smarc-som: Guard Ethernet IRQ GPIO hogs", " - arm64: dts: renesas: r8a779a0: Correct avb[01] reg sizes", " - arm64: dts: renesas: r8a779g0: Correct avb[01] reg sizes", " - net: mctp: copy skb ext data when fragmenting", " - pstore: inode: Only d_invalidate() is needed", " - arm64: dts: allwinner: h6: Add RX DMA channel for SPDIF", " - ARM: dts: imx6dl-yapp4: Fix typo in the QCA switch register address", " - ARM: dts: imx6dl-yapp4: Move the internal switch PHYs under the switch node", " - arm64: dts: imx8mp: Set SPI NOR to max 40 MHz on Data Modul i.MX8M Plus eDM", " SBC", " - arm64: dts: imx8mp-evk: Fix hdmi@3d node", " - regulator: userspace-consumer: add module device table", " - gpiolib: Pass consumer device through to core in", " devm_fwnode_gpiod_get_index()", " - arm64: dts: marvell: reorder crypto interrupts on Armada SoCs", " - ACPI: resource: Do IRQ override on Lunnen Ground laptops", " - ACPI: resource: Add MAIBENBEN X577 to irq1_edge_low_force_override", " - ACPI: scan: Fix device check notification handling", " - arm64: dts: rockchip: add missing interrupt-names for rk356x vdpu", " - arm64: dts: rockchip: fix reset-names for rk356x i2s2 controller", " - arm64: dts: rockchip: drop rockchip,trcm-sync-tx-only from rk3588 i2s", " - objtool: Fix UNWIND_HINT_{SAVE,RESTORE} across basic blocks", " - x86, relocs: Ignore relocations in .notes section", " - SUNRPC: fix a memleak in gss_import_v2_context", " - SUNRPC: fix some memleaks in gssx_dec_option_array", " - arm64: dts: qcom: sm8550: Fix SPMI channels size", " - arm64: dts: qcom: sm8650: Fix SPMI channels size", " - mmc: wmt-sdmmc: remove an incorrect release_mem_region() call in the .remove", " function", " - ACPI: CPPC: enable AMD CPPC V2 support for family 17h processors", " - btrfs: fix race when detecting delalloc ranges during fiemap", " - wifi: rtw88: 8821cu: Fix firmware upload fail", " - wifi: rtw88: 8821c: Fix beacon loss and disconnect", " - wifi: rtw88: 8821c: Fix false alarm count", " - wifi: brcm80211: handle pmk_op allocation failure", " - riscv: dts: starfive: jh7100: fix root clock names", " - PCI: Make pci_dev_is_disconnected() helper public for other drivers", " - iommu/vt-d: Don't issue ATS Invalidation request when device is disconnected", " - iommu/vt-d: Use rbtree to track iommu probed devices", " - iommu/vt-d: Improve ITE fault handling if target device isn't present", " - iommu/vt-d: Use device rbtree in iopf reporting path", " - iommu: Add static iommu_ops->release_domain", " - iommu/vt-d: Fix NULL domain on device release", " - igc: Fix missing time sync events", " - igb: Fix missing time sync events", " - ice: fix stats being updated by way too large values", " - Bluetooth: Remove HCI_POWER_OFF_TIMEOUT", " - Bluetooth: mgmt: Remove leftover queuing of power_off work", " - Bluetooth: Remove superfluous call to hci_conn_check_pending()", " - Bluetooth: Remove BT_HS", " - Bluetooth: hci_event: Fix not indicating new connection for BIG Sync", " - Bluetooth: hci_qca: don't use IS_ERR_OR_NULL() with gpiod_get_optional()", " - Bluetooth: hci_core: Cancel request on command timeout", " - Bluetooth: hci_sync: Fix overwriting request callback", " - Bluetooth: hci_h5: Add ability to allocate memory for private data", " - Bluetooth: btrtl: fix out of bounds memory access", " - Bluetooth: hci_core: Fix possible buffer overflow", " - Bluetooth: msft: Fix memory leak", " - Bluetooth: btusb: Fix memory leak", " - Bluetooth: af_bluetooth: Fix deadlock", " - Bluetooth: fix use-after-free in accessing skb after sending it", " - sr9800: Add check for usbnet_get_endpoints", " - s390/cache: prevent rebuild of shared_cpu_list", " - bpf: Fix DEVMAP_HASH overflow check on 32-bit arches", " - bpf: Fix hashtab overflow check on 32-bit arches", " - bpf: Fix stackmap overflow check on 32-bit arches", " - net: dsa: microchip: make sure drive strength configuration is not lost by", " soft reset", " - dpll: spec: use proper enum for pin capabilities attribute", " - iommu: Fix compilation without CONFIG_IOMMU_INTEL", " - ipv6: fib6_rules: flush route cache when rule is changed", " - net: ip_tunnel: make sure to pull inner header in ip_tunnel_rcv()", " - octeontx2-af: Fix devlink params", " - net: phy: fix phy_get_internal_delay accessing an empty array", " - dpll: fix dpll_xa_ref_*_del() for multiple registrations", " - net: hns3: fix wrong judgment condition issue", " - net: hns3: fix kernel crash when 1588 is received on HIP08 devices", " - net: hns3: fix port duplex configure error in IMP reset", " - Bluetooth: Fix eir name length", " - net: phy: dp83822: Fix RGMII TX delay configuration", " - erofs: fix lockdep false positives on initializing erofs_pseudo_mnt", " - OPP: debugfs: Fix warning around icc_get_name()", " - tcp: fix incorrect parameter validation in the do_tcp_getsockopt() function", " - ipmr: fix incorrect parameter validation in the ip_mroute_getsockopt()", " function", " - l2tp: fix incorrect parameter validation in the pppol2tp_getsockopt()", " function", " - udp: fix incorrect parameter validation in the udp_lib_getsockopt() function", " - net: kcm: fix incorrect parameter validation in the kcm_getsockopt) function", " - net/x25: fix incorrect parameter validation in the x25_getsockopt() function", " - devlink: Fix length of eswitch inline-mode", " - r8152: fix unknown device for choose_configuration", " - nfp: flower: handle acti_netdevs allocation failure", " - bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes()", " - dm raid: fix false positive for requeue needed during reshape", " - dm: call the resume method on internal suspend", " - fbdev/simplefb: change loglevel when the power domains cannot be parsed", " - drm/tegra: dsi: Add missing check for of_find_device_by_node", " - drm/tegra: dpaux: Fix PM disable depth imbalance in tegra_dpaux_probe", " - drm/tegra: dsi: Fix some error handling paths in tegra_dsi_probe()", " - drm/tegra: dsi: Fix missing pm_runtime_disable() in the error handling path", " of tegra_dsi_probe()", " - drm/tegra: hdmi: Fix some error handling paths in tegra_hdmi_probe()", " - drm/tegra: rgb: Fix some error handling paths in tegra_dc_rgb_probe()", " - drm/tegra: rgb: Fix missing clk_put() in the error handling paths of", " tegra_dc_rgb_probe()", " - drm/tegra: output: Fix missing i2c_put_adapter() in the error handling paths", " of tegra_output_probe()", " - drm/rockchip: inno_hdmi: Fix video timing", " - drm: Don't treat 0 as -1 in drm_fixp2int_ceil", " - drm/vkms: Avoid reading beyond LUT array", " - drm/vmwgfx: fix a memleak in vmw_gmrid_man_get_node", " - drm/rockchip: lvds: do not overwrite error code", " - drm/rockchip: lvds: do not print scary message when probing defer", " - drm/panel-edp: use put_sync in unprepare", " - drm/lima: fix a memleak in lima_heap_alloc", " - ASoC: amd: acp: Add missing error handling in sof-mach", " - ASoC: SOF: amd: Fix memory leak in amd_sof_acp_probe()", " - ASoC: SOF: core: Skip firmware test for custom loaders", " - ASoC: SOF: amd: Compute file paths on firmware load", " - soundwire: stream: add missing const to Documentation", " - dmaengine: tegra210-adma: Update dependency to ARCH_TEGRA", " - media: tc358743: register v4l2 async device only after successful setup", " - media: cadence: csi2rx: use match fwnode for media link", " - PCI/DPC: Print all TLP Prefixes, not just the first", " - perf record: Fix possible incorrect free in record__switch_output()", " - perf record: Check conflict between '--timestamp-filename' option and pipe", " mode before recording", " - HID: lenovo: Add middleclick_workaround sysfs knob for cptkbd", " - drm/amd/display: Fix a potential buffer overflow in 'dp_dsc_clock_en_read()'", " - perf pmu: Treat the msr pmu as software", " - crypto: qat - avoid memcpy() overflow warning", " - ALSA: hda: cs35l41: Set Channel Index correctly when system is missing _DSD", " - drm/amd/display: Fix potential NULL pointer dereferences in", " 'dcn10_set_output_transfer_func()'", " - ASoC: sh: rz-ssi: Fix error message print", " - drm/vmwgfx: Fix vmw_du_get_cursor_mob fencing of newly-created MOBs", " - clk: renesas: r8a779g0: Fix PCIe clock name", " - pinctrl: renesas: rzg2l: Fix locking in rzg2l_dt_subnode_to_map()", " - pinctrl: renesas: r8a779g0: Add missing SCIF_CLK2 pin group/function", " - clk: samsung: exynos850: Propagate SPI IPCLK rate change", " - media: v4l2: cci: print leading 0 on error", " - perf evsel: Fix duplicate initialization of data->id in", " evsel__parse_sample()", " - perf bpf: Clean up the generated/copied vmlinux.h", " - clk: meson: Add missing clocks to axg_clk_regmaps", " - media: em28xx: annotate unchecked call to media_device_register()", " - media: v4l2-tpg: fix some memleaks in tpg_alloc", " - media: v4l2-mem2mem: fix a memleak in v4l2_m2m_register_entity", " - media: dt-bindings: techwell,tw9900: Fix port schema ref", " - mtd: spinand: esmt: Extend IDs to 5 bytes", " - media: edia: dvbdev: fix a use-after-free", " - pinctrl: mediatek: Drop bogus slew rate register range for MT8186", " - pinctrl: mediatek: Drop bogus slew rate register range for MT8192", " - drm/amdgpu: Fix potential out-of-bounds access in", " 'amdgpu_discovery_reg_base_init()'", " - clk: qcom: reset: Commonize the de/assert functions", " - clk: qcom: reset: Ensure write completion on reset de/assertion", " - quota: Fix potential NULL pointer dereference", " - quota: Fix rcu annotations of inode dquot pointers", " - quota: Properly annotate i_dquot arrays with __rcu", " - ASoC: Intel: ssp-common: Add stub for sof_ssp_get_codec_name", " - PCI/P2PDMA: Fix a sleeping issue in a RCU read section", " - PCI: switchtec: Fix an error handling path in switchtec_pci_probe()", " - crypto: xilinx - call finalize with bh disabled", " - drivers/ps3: select VIDEO to provide cmdline functions", " - perf thread_map: Free strlist on normal path in thread_map__new_by_tid_str()", " - perf srcline: Add missed addr2line closes", " - dt-bindings: msm: qcom, mdss: Include ommited fam-b compatible", " - drm/msm/dpu: fix the programming of INTF_CFG2_DATA_HCTL_EN", " - drm/msm/dpu: Only enable DSC_MODE_MULTIPLEX if dsc_merge is enabled", " - drm/radeon/ni: Fix wrong firmware size logging in ni_init_microcode()", " - drm/amd/display: fix NULL checks for adev->dm.dc in amdgpu_dm_fini()", " - clk: renesas: r8a779g0: Correct PFC/GPIO parent clocks", " - clk: renesas: r8a779f0: Correct PFC/GPIO parent clock", " - clk: renesas: r9a07g04[34]: Use SEL_SDHI1_STS status configuration for SD1", " mux", " - ALSA: seq: fix function cast warnings", " - perf expr: Fix \"has_event\" function for metric style events", " - perf stat: Avoid metric-only segv", " - perf metric: Don't remove scale from counts", " - ASoC: meson: aiu: fix function pointer type mismatch", " - ASoC: meson: t9015: fix function pointer type mismatch", " - powerpc: Force inlining of arch_vmap_p{u/m}d_supported()", " - ASoC: SOF: Add some bounds checking to firmware data", " - drm: ci: use clk_ignore_unused for apq8016", " - NTB: fix possible name leak in ntb_register_device()", " - media: cedrus: h265: Fix configuring bitstream size", " - media: sun8i-di: Fix coefficient writes", " - media: sun8i-di: Fix power on/off sequences", " - media: sun8i-di: Fix chroma difference threshold", " - staging: media: starfive: Set 16 bpp for capture_raw device", " - media: imx: csc/scaler: fix v4l2_ctrl_handler memory leak", " - media: go7007: add check of return value of go7007_read_addr()", " - media: pvrusb2: remove redundant NULL check", " - media: videobuf2: Add missing doc comment for waiting_in_dqbuf", " - media: pvrusb2: fix pvr2_stream_callback casts", " - clk: qcom: dispcc-sdm845: Adjust internal GDSC wait times", " - drm/amd/display: Add 'replay' NULL check in 'edp_set_replay_allow_active()'", " - drm/panel: boe-tv101wum-nl6: make use of prepare_prev_first", " - drm/msm/dpu: finalise global state object", " - drm/mediatek: dsi: Fix DSI RGB666 formats and definitions", " - PCI: Mark 3ware-9650SE Root Port Extended Tags as broken", " - drm/bridge: adv7511: fix crash on irq during probe", " - pinctrl: renesas: Allow the compiler to optimize away sh_pfc_pm", " - clk: hisilicon: hi3519: Release the correct number of gates in", " hi3519_clk_unregister()", " - clk: hisilicon: hi3559a: Fix an erroneous devm_kfree()", " - clk: mediatek: mt8135: Fix an error handling path in", " clk_mt8135_apmixed_probe()", " - clk: mediatek: mt7622-apmixedsys: Fix an error handling path in", " clk_mt8135_apmixed_probe()", " - clk: mediatek: mt8183: Correct parent of CLK_INFRA_SSPM_32K_SELF", " - clk: mediatek: mt7981-topckgen: flag SGM_REG_SEL as critical", " - drm/tegra: put drm_gem_object ref on error in tegra_fb_create", " - tty: mips_ejtag_fdc: Fix passing incompatible pointer type warning", " - media: ivsc: csi: Swap SINK and SOURCE pads", " - media: i2c: imx290: Fix IMX920 typo", " - mfd: syscon: Call of_node_put() only when of_parse_phandle() takes a ref", " - mfd: altera-sysmgr: Call of_node_put() only when of_parse_phandle() takes a", " ref", " - perf print-events: make is_event_supported() more robust", " - crypto: arm/sha - fix function cast warnings", " - crypto: ccp - Avoid discarding errors in psp_send_platform_access_msg()", " - crypto: qat - remove unused macros in qat_comp_alg.c", " - crypto: qat - removed unused macro in adf_cnv_dbgfs.c", " - crypto: qat - avoid division by zero", " - crypto: qat - remove double initialization of value", " - crypto: qat - fix ring to service map for dcc in 4xxx", " - crypto: qat - fix ring to service map for dcc in 420xx", " - crypto: jitter - fix CRYPTO_JITTERENTROPY help text", " - drm/tidss: Fix initial plane zpos values", " - drm/tidss: Fix sync-lost issue with two displays", " - clk: imx: imx8mp: Fix SAI_MCLK_SEL definition", " - mtd: maps: physmap-core: fix flash size larger than 32-bit", " - mtd: rawnand: lpc32xx_mlc: fix irq handler prototype", " - mtd: rawnand: brcmnand: exec_op helper functions return type fixes", " - ASoC: meson: axg-tdm-interface: fix mclk setup without mclk-fs", " - ASoC: meson: axg-tdm-interface: add frame rate constraint", " - drm/msm/a6xx: specify UBWC config for sc7180", " - drm/msm/a7xx: Fix LLC typo", " - dt-bindings: arm-smmu: fix SM8[45]50 GPU SMMU if condition", " - perf pmu: Fix a potential memory leak in perf_pmu__lookup()", " - HID: amd_sfh: Update HPD sensor structure elements", " - HID: amd_sfh: Avoid disabling the interrupt", " - drm/amdgpu: Fix missing break in ATOM_ARG_IMM Case of atom_get_src_int()", " - media: pvrusb2: fix uaf in pvr2_context_set_notify", " - media: dvb-frontends: avoid stack overflow warnings with clang", " - media: go7007: fix a memleak in go7007_load_encoder", " - media: ttpci: fix two memleaks in budget_av_attach", " - media: mediatek: vcodec: avoid -Wcast-function-type-strict warning", " - arm64: ftrace: Don't forbid CALL_OPS+CC_OPTIMIZE_FOR_SIZE with Clang", " - drm/tests: helpers: Include missing drm_drv header", " - drm/amd/pm: Fix esm reg mask use to get pcie speed", " - gpio: nomadik: fix offset bug in nmk_pmx_set()", " - drm/mediatek: Fix a null pointer crash in mtk_drm_crtc_finish_page_flip", " - mfd: cs42l43: Fix wrong register defaults", " - powerpc/32: fix ADB_CUDA kconfig warning", " - powerpc/pseries: Fix potential memleak in papr_get_attr()", " - powerpc/hv-gpci: Fix the H_GET_PERF_COUNTER_INFO hcall return value checks", " - clk: qcom: gcc-ipq5018: fix 'enable_reg' offset of 'gcc_gmac0_sys_clk'", " - clk: qcom: gcc-ipq5018: fix 'halt_reg' offset of 'gcc_pcie1_pipe_clk'", " - clk: qcom: gcc-ipq5018: fix register offset for GCC_UBI0_AXI_ARES reset", " - perf vendor events amd: Fix Zen 4 cache latency events", " - drm/msm/dpu: allow certain formats for CDM for DP", " - drm/msm/dpu: add division of drm_display_mode's hskew parameter", " - media: usbtv: Remove useless locks in usbtv_video_free()", " - drm/xe: Fix ref counting leak on page fault", " - drm/xe: Replace 'grouped target' in Makefile with pattern rule", " - lib/stackdepot: fix first entry having a 0-handle", " - lib/stackdepot: off by one in depot_fetch_stack()", " - modules: wait do_free_init correctly", " - mfd: cs42l43: Fix wrong GPIO_FN_SEL and SPI_CLK_CONFIG1 defaults", " - power: supply: mm8013: fix \"not charging\" detection", " - powerpc/embedded6xx: Fix no previous prototype for avr_uart_send() etc.", " - powerpc/4xx: Fix warp_gpio_leds build failure", " - RISC-V: KVM: Forward SEED CSR access to user space", " - leds: aw2013: Unlock mutex before destroying it", " - leds: sgm3140: Add missing timer cleanup and flash gpio control", " - backlight: hx8357: Fix potential NULL pointer dereference", " - backlight: ktz8866: Correct the check for of_property_read_u32", " - backlight: lm3630a: Initialize backlight_properties on init", " - backlight: lm3630a: Don't set bl->props.brightness in get_brightness", " - backlight: da9052: Fully initialize backlight_properties during probe", " - backlight: lm3639: Fully initialize backlight_properties during probe", " - backlight: lp8788: Fully initialize backlight_properties during probe", " - sparc32: Use generic cmpdi2/ucmpdi2 variants", " - mtd: maps: sun_uflash: Declare uflash_devinit static", " - sparc32: Do not select GENERIC_ISA_DMA", " - sparc32: Fix section mismatch in leon_pci_grpci", " - clk: Fix clk_core_get NULL dereference", " - clk: zynq: Prevent null pointer dereference caused by kmalloc failure", " - PCI: brcmstb: Fix broken brcm_pcie_mdio_write() polling", " - cifs: Fix writeback data corruption", " - ALSA: hda/realtek: fix ALC285 issues on HP Envy x360 laptops", " - ALSA: hda/tas2781: use dev_dbg in system_resume", " - ALSA: hda/tas2781: add lock to system_suspend", " - ALSA: hda/tas2781: do not reset cur_* values in runtime_suspend", " - ALSA: hda/tas2781: do not call pm_runtime_force_* in system_resume/suspend", " - ALSA: hda/tas2781: restore power state after system_resume", " - ALSA: scarlett2: Fix Scarlett 4th Gen 4i4 low-voltage detection", " - ALSA: scarlett2: Fix Scarlett 4th Gen autogain status values", " - ALSA: scarlett2: Fix Scarlett 4th Gen input gain range", " - ALSA: scarlett2: Fix Scarlett 4th Gen input gain range again", " - mips: cm: Convert __mips_cm_l2sync_phys_base() to weak function", " - platform/x86/intel/pmc/lnl: Remove SSRAM support", " - platform/x86/intel/pmc/arl: Put GNA device in D3", " - platform/x86/amd/pmf: Do not use readl() for policy buffer access", " - ALSA: usb-audio: Stop parsing channels bits when all channels are found.", " - phy: qcom: qmp-usb: split USB-C PHY driver", " - phy: qcom: qmp-usbc: add support for the Type-C handling", " - phy: qcom: qmp-usbc: handle CLAMP register in a correct way", " - scsi: hisi_sas: Fix a deadlock issue related to automatic dump", " - RDMA/irdma: Remove duplicate assignment", " - RDMA/srpt: Do not register event handler until srpt device is fully setup", " - f2fs: compress: fix to guarantee persisting compressed blocks by CP", " - f2fs: compress: fix to cover normal cluster write with cp_rwsem", " - f2fs: compress: fix to check unreleased compressed cluster", " - f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnode", " - f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panic", " - f2fs: zone: fix to wait completion of last bio in zone correctly", " - f2fs: fix NULL pointer dereference in f2fs_submit_page_write()", " - f2fs: compress: fix to cover f2fs_disable_compressed_file() w/ i_sem", " - f2fs: fix to avoid potential panic during recovery", " - scsi: csiostor: Avoid function pointer casts", " - i3c: dw: Disable IBI IRQ depends on hot-join and SIR enabling", " - RDMA/hns: Fix mis-modifying default congestion control algorithm", " - RDMA/device: Fix a race between mad_client and cm_client init", " - RDMA/rtrs-clt: Check strnlen return len in sysfs mpath_policy_store()", " - scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfn", " - f2fs: fix to create selinux label during whiteout initialization", " - f2fs: compress: fix to check zstd compress level correctly in mount option", " - net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr()", " - NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102", " - NFSv4.2: fix listxattr maximum XDR buffer size", " - f2fs: compress: fix to check compress flag w/ .i_sem lock", " - f2fs: check number of blocks in a current section", " - watchdog: starfive: Check pm_runtime_enabled() before decrementing usage", " counter", " - watchdog: stm32_iwdg: initialize default timeout", " - f2fs: fix to use correct segment type in f2fs_allocate_data_block()", " - f2fs: ro: compress: fix to avoid caching unaligned extent", " - RDMA/mana_ib: Fix bug in creation of dma regions", " - RDMA/mana_ib: Introduce mdev_to_gc helper function", " - RDMA/mana_ib: Introduce mana_ib_get_netdev helper function", " - RDMA/mana_ib: Introduce mana_ib_install_cq_cb helper function", " - RDMA/mana_ib: Use virtual address in dma regions for MRs", " - Input: iqs7222 - add support for IQS7222D v1.1 and v1.2", " - NFS: Fix nfs_netfs_issue_read() xarray locking for writeback interrupt", " - NFS: Fix an off by one in root_nfs_cat()", " - NFSv4.1/pnfs: fix NFS with TLS in pnfs", " - ACPI: HMAT: Remove register of memory node for generic target", " - f2fs: compress: relocate some judgments in f2fs_reserve_compress_blocks", " - f2fs: compress: fix reserve_cblocks counting error when out of space", " - f2fs: fix to truncate meta inode pages forcely", " - f2fs: zone: fix to remove pow2 check condition for zoned block device", " - cxl: Fix the incorrect assignment of SSLBIS entry pointer initial location", " - perf/x86/amd/core: Avoid register reset when CPU is dead", " - afs: Revert \"afs: Hide silly-rename files from userspace\"", " - afs: Don't cache preferred address", " - afs: Fix occasional rmdir-then-VNOVNODE with generic/011", " - f2fs: fix to avoid use-after-free issue in f2fs_filemap_fault", " - nfs: fix panic when nfs4_ff_layout_prepare_ds() fails", " - ovl: relax WARN_ON in ovl_verify_area()", " - io_uring/net: correct the type of variable", " - remoteproc: stm32: Fix incorrect type in assignment for va", " - remoteproc: stm32: Fix incorrect type assignment returned by", " stm32_rproc_get_loaded_rsc_tablef", " - iio: pressure: mprls0025pa fix off-by-one enum", " - usb: phy: generic: Get the vbus supply", " - tty: vt: fix 20 vs 0x20 typo in EScsiignore", " - serial: max310x: fix syntax error in IRQ error message", " - tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMT", " - arm64: dts: broadcom: bcmbca: bcm4908: drop invalid switch cells", " - coresight: Fix issue where a source device's helpers aren't disabled", " - coresight: etm4x: Set skip_power_up in etm4_init_arch_data function", " - xhci: Add interrupt pending autoclear flag to each interrupter", " - xhci: make isoc_bei_interval variable interrupter specific.", " - xhci: remove unnecessary event_ring_deq parameter from xhci_handle_event()", " - xhci: update event ring dequeue pointer position to controller correctly", " - coccinelle: device_attr_show: Remove useless expression STR", " - kconfig: fix infinite loop when expanding a macro at the end of file", " - iio: gts-helper: Fix division loop", " - bus: mhi: ep: check the correct variable in mhi_ep_register_controller()", " - hwtracing: hisi_ptt: Move type check to the beginning of", " hisi_ptt_pmu_event_init()", " - rtc: mt6397: select IRQ_DOMAIN instead of depending on it", " - rtc: max31335: fix interrupt status reg", " - serial: 8250_exar: Don't remove GPIO device on suspend", " - staging: greybus: fix get_channel_from_mode() failure path", " - mei: vsc: Call wake_up() in the threaded IRQ handler", " - mei: vsc: Don't use sleeping condition in wait_event_timeout()", " - usb: gadget: net2272: Use irqflags in the call to net2272_probe_fin", " - char: xilinx_hwicap: Fix NULL vs IS_ERR() bug", " - x86/hyperv: Use per cpu initial stack for vtl context", " - ASoC: tlv320adc3xxx: Don't strip remove function when driver is builtin", " - thermal/drivers/mediatek/lvts_thermal: Fix a memory leak in an error", " handling path", " - thermal/drivers/qoriq: Fix getting tmu range", " - io_uring: don't save/restore iowait state", " - spi: lpspi: Avoid potential use-after-free in probe()", " - spi: Restore delays for non-GPIO chip select", " - ASoC: rockchip: i2s-tdm: Fix inaccurate sampling rates", " - nouveau: reset the bo resource bus info after an eviction", " - tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge()", " - rds: tcp: Fix use-after-free of net in reqsk_timer_handler().", " - octeontx2-af: Use matching wake_up API variant in CGX command interface", " - s390/vtime: fix average steal time calculation", " - net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check", " - devlink: Fix devlink parallel commands processing", " - riscv: Only check online cpus for emulated accesses", " - soc: fsl: dpio: fix kcalloc() argument order", " - cpufreq: Fix per-policy boost behavior on SoCs using cpufreq_boost_set_sw()", " - io_uring: Fix release of pinned pages when __io_uaddr_map fails", " - tcp: Fix refcnt handling in __inet_hash_connect().", " - vmxnet3: Fix missing reserved tailroom", " - hsr: Fix uninit-value access in hsr_get_node()", " - net: txgbe: fix clk_name exceed MAX_DEV_ID limits", " - spi: spi-mem: add statistics support to ->exec_op() calls", " - spi: Fix error code checking in spi_mem_exec_op()", " - nvme: fix reconnection fail due to reserved tag allocation", " - drm/xe: Invalidate userptr VMA on page pin fault", " - drm/xe: Skip VMAs pin when requesting signal to the last XE_EXEC", " - net: mediatek: mtk_eth_soc: clear MAC_MCR_FORCE_LINK only when MAC is up", " - net: ethernet: mtk_eth_soc: fix PPE hanging issue", " - io_uring: fix poll_remove stalled req completion", " - ASoC: SOF: amd: Move signed_fw_image to struct acp_quirk_entry", " - ASoC: SOF: amd: Skip IRAM/DRAM size modification for Steam Deck OLED", " - riscv: Fix compilation error with FAST_GUP and rv32", " - xen/evtchn: avoid WARN() when unbinding an event channel", " - xen/events: increment refcnt only if event channel is refcounted", " - packet: annotate data-races around ignore_outgoing", " - xfrm: Allow UDP encapsulation only in offload modes", " - net: veth: do not manipulate GRO when using XDP", " - net: dsa: mt7530: prevent possible incorrect XTAL frequency selection", " - spi: spi-imx: fix off-by-one in mx51 CPU mode burst length", " - drm: Fix drm_fixp2int_round() making it add 0.5", " - virtio: uapi: Drop __packed attribute in linux/virtio_pci.h", " - vdpa_sim: reset must not run", " - vdpa/mlx5: Allow CVQ size changes", " - virtio: packed: fix unmap leak for indirect desc table", " - net: move dev->state into net_device_read_txrx group", " - wireguard: receive: annotate data-race around receiving_counter.counter", " - rds: introduce acquire/release ordering in acquire/release_in_xmit()", " - hsr: Handle failures in module init", " - ipv4: raw: Fix sending packets from raw sockets via IPsec tunnels", " - nouveau/gsp: don't check devinit disable on GSP.", " - ceph: stop copying to iter at EOF on sync reads", " - net: phy: fix phy_read_poll_timeout argument type in genphy_loopback", " - dm-integrity: fix a memory leak when rechecking the data", " - net/bnx2x: Prevent access to a freed page in page_pool", " - devlink: fix port new reply cmd type", " - octeontx2: Detect the mbox up or down message via register", " - octeontx2-pf: Wait till detach_resources msg is complete", " - octeontx2-pf: Use default max_active works instead of one", " - octeontx2-pf: Send UP messages to VF only when VF is up.", " - octeontx2-af: Use separate handlers for interrupts", " - drm/amdgpu: add MMHUB 3.3.1 support", " - drm/amdgpu: fix mmhub client id out-of-bounds access", " - drm/amdgpu: drop setting buffer funcs in sdma442", " - netfilter: nft_set_pipapo: release elements in clone only from destroy path", " - netfilter: nf_tables: do not compare internal table flags on updates", " - rcu: add a helper to report consolidated flavor QS", " - net: report RCU QS on threaded NAPI repolling", " - bpf: report RCU QS in cpumap kthread", " - net: dsa: mt7530: fix link-local frames that ingress vlan filtering ports", " - net: dsa: mt7530: fix handling of all link-local frames", " - netfilter: nf_tables: Fix a memory leak in nf_tables_updchain", " - spi: spi-mt65xx: Fix NULL pointer access in interrupt handler", " - selftests: forwarding: Fix ping failure due to short timeout", " - dm io: Support IO priority", " - dm-integrity: align the outgoing bio in integrity_recheck", " - x86/efistub: Clear decompressor BSS in native EFI entrypoint", " - x86/efistub: Don't clear BSS twice in mixed mode", " - printk: Adjust mapping for 32bit seq macros", " - printk: Use prb_first_seq() as base for 32bit seq macros", " - Linux 6.8.2", " - [Config] updateconfig following v6.8.2 import", "", " * Provide python perf module (LP: #2051560)", " - [Packaging] enable perf python module", " - [Packaging] provide a wrapper module for python-perf", "", " * To support AMD Adaptive Backlight Management (ABM) for power profiles daemon", " >= 2.0 (LP: #2056716)", " - drm/amd/display: add panel_power_savings sysfs entry to eDP connectors", " - drm/amdgpu: respect the abmlevel module parameter value if it is set", "", " * Miscellaneous Ubuntu changes", " - [Config] Disable StarFive JH7100 support", " - [Config] Disable Renesas RZ/Five support", " - [Config] Disable BINFMT_FLAT for riscv64", "" ], "package": "linux", "version": "6.8.0-32.32", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2064344, 1786013, 1975592, 1975592, 2013232, 1981437, 2061747, 2042500, 2063096, 2061953, 2058557, 2060422, 2042546, 2059080, 2060533, 2060531, 2060531, 2062556, 2060130, 2059263, 2055083, 2058573, 2060097, 2051560, 2056716 ], "author": "Roxana Nicolescu ", "date": "Wed, 01 May 2024 16:02:05 +0200" } ], "notes": "linux-headers-6.8.0-35-generic version '6.8.0-35.35' (source package linux version '6.8.0-35.35') was added. linux-headers-6.8.0-35-generic version '6.8.0-35.35' has the same source package name, linux, as removed package linux-headers-6.8.0-31. As such we can use the source package version of the removed package, '6.8.0-31.31', as the starting point in our changelog diff. Kernel packages are an example of where the binary package name changes for the same source package. Using the removed package source package version as our starting point means we can still get meaningful changelog diffs even for what appears to be a new package." }, { "name": "linux-image-6.8.0-35-generic", "from_version": { "source_package_name": "linux-signed", "source_package_version": "6.8.0-31.31", "version": null }, "to_version": { "source_package_name": "linux-signed", "source_package_version": "6.8.0-35.35+1", "version": "6.8.0-35.35+1" }, "cves": [], "launchpad_bugs_fixed": [ 1786013, 1786013, 1786013 ], "changes": [ { "cves": [], "log": [ "", " * New systemd update", "" ], "package": "linux-signed", "version": "6.8.0-35.35+1", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Roxana Nicolescu ", "date": "Fri, 24 May 2024 12:25:49 +0200" }, { "cves": [], "log": [ "", " * Main version: 6.8.0-35.35", "", " * Packaging resync (LP: #1786013)", " - [Packaging] debian/tracking-bug -- resync from main package", "" ], "package": "linux-signed", "version": "6.8.0-35.35", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 1786013 ], "author": "Roxana Nicolescu ", "date": "Mon, 20 May 2024 16:26:58 +0200" }, { "cves": [], "log": [ "", " * Main version: 6.8.0-34.34", "", " * Packaging resync (LP: #1786013)", " - [Packaging] debian/tracking-bug -- resync from main package", "" ], "package": "linux-signed", "version": "6.8.0-34.34", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 1786013 ], "author": "Roxana Nicolescu ", "date": "Wed, 08 May 2024 13:15:15 +0200" }, { "cves": [], "log": [ "", " * Main version: 6.8.0-32.32", "", " * Packaging resync (LP: #1786013)", " - [Packaging] update variants", " - [Packaging] debian/tracking-bug -- resync from main package", "" ], "package": "linux-signed", "version": "6.8.0-32.32", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 1786013 ], "author": "Roxana Nicolescu ", "date": "Wed, 01 May 2024 16:03:15 +0200" } ], "notes": "linux-image-6.8.0-35-generic version '6.8.0-35.35+1' (source package linux-signed version '6.8.0-35.35+1') was added. linux-image-6.8.0-35-generic version '6.8.0-35.35+1' has the same source package name, linux-signed, as removed package linux-image-6.8.0-31-generic. As such we can use the source package version of the removed package, '6.8.0-31.31', as the starting point in our changelog diff. Kernel packages are an example of where the binary package name changes for the same source package. Using the removed package source package version as our starting point means we can still get meaningful changelog diffs even for what appears to be a new package." }, { "name": "linux-libc-dev", "from_version": { "source_package_name": "linux", "source_package_version": "6.8.0-31.31", "version": null }, "to_version": { "source_package_name": "linux", "source_package_version": "6.8.0-35.35", "version": "6.8.0-35.35" }, "cves": [ { "cve": "CVE-2024-21823", "url": "https://ubuntu.com/security/CVE-2024-21823", "cve_description": "Hardware logic with insecure de-synchronization in Intel(R) DSA and Intel(R) IAA for some Intel(R) 4th or 5th generation Xeon(R) processors may allow an authorized user to potentially enable denial of service via local access.", "cve_priority": "medium", "cve_public_date": "2024-05-16 21:16:00 UTC" } ], "launchpad_bugs_fixed": [ 2065886, 2065167, 1786013, 2064344, 1786013, 1975592, 1975592, 2013232, 1981437, 2061747, 2042500, 2063096, 2061953, 2058557, 2060422, 2042546, 2059080, 2060533, 2060531, 2060531, 2062556, 2060130, 2059263, 2055083, 2058573, 2060097, 2051560, 2056716 ], "changes": [ { "cves": [ { "cve": "CVE-2024-21823", "url": "https://ubuntu.com/security/CVE-2024-21823", "cve_description": "Hardware logic with insecure de-synchronization in Intel(R) DSA and Intel(R) IAA for some Intel(R) 4th or 5th generation Xeon(R) processors may allow an authorized user to potentially enable denial of service via local access.", "cve_priority": "medium", "cve_public_date": "2024-05-16 21:16:00 UTC" } ], "log": [ "", " * noble/linux: 6.8.0-35.35 -proposed tracker (LP: #2065886)", "", " * CVE-2024-21823", " - VFIO: Add the SPR_DSA and SPR_IAX devices to the denylist", " - dmaengine: idxd: add a new security check to deal with a hardware erratum", " - dmaengine: idxd: add a write() method for applications to submit work", "" ], "package": "linux", "version": "6.8.0-35.35", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2065886 ], "author": "Roxana Nicolescu ", "date": "Mon, 20 May 2024 16:26:15 +0200" }, { "cves": [], "log": [ "", " * noble/linux: 6.8.0-34.34 -proposed tracker (LP: #2065167)", "", " * Packaging resync (LP: #1786013)", " - [Packaging] debian.master/dkms-versions -- update from kernel-versions", " (main/2024.04.29)", "" ], "package": "linux", "version": "6.8.0-34.34", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2065167, 1786013 ], "author": "Roxana Nicolescu ", "date": "Wed, 08 May 2024 13:14:41 +0200" }, { "cves": [], "log": [ "", " * noble/linux: 6.8.0-32.32 -proposed tracker (LP: #2064344)", "", " * Packaging resync (LP: #1786013)", " - [Packaging] drop getabis data", " - [Packaging] update variants", " - [Packaging] update annotations scripts", " - [Packaging] debian.master/dkms-versions -- update from kernel-versions", " (main/2024.04.29)", "", " * Enable Nezha board (LP: #1975592)", " - [Config] Enable CONFIG_REGULATOR_FIXED_VOLTAGE on riscv64", "", " * Enable Nezha board (LP: #1975592) // Enable StarFive VisionFive 2 board", " (LP: #2013232)", " - [Config] Enable CONFIG_SERIAL_8250_DW on riscv64", "", " * RISC-V kernel config is out of sync with other archs (LP: #1981437)", " - [Config] Sync riscv64 config with other architectures", "", " * obsolete out-of-tree ivsc dkms in favor of in-tree one (LP: #2061747)", " - ACPI: scan: Defer enumeration of devices with a _DEP pointing to IVSC device", " - Revert \"mei: vsc: Call wake_up() in the threaded IRQ handler\"", " - mei: vsc: Unregister interrupt handler for system suspend", " - media: ipu-bridge: Add ov01a10 in Dell XPS 9315", " - SAUCE: media: ipu-bridge: Support more sensors", "", " * Fix after-suspend-mediacard/sdhc-insert test failed (LP: #2042500)", " - PCI/ASPM: Move pci_configure_ltr() to aspm.c", " - PCI/ASPM: Always build aspm.c", " - PCI/ASPM: Move pci_save_ltr_state() to aspm.c", " - PCI/ASPM: Save L1 PM Substates Capability for suspend/resume", " - PCI/ASPM: Call pci_save_ltr_state() from pci_save_pcie_state()", " - PCI/ASPM: Disable L1 before configuring L1 Substates", " - PCI/ASPM: Update save_state when configuration changes", "", " * RTL8852BE fw security fail then lost WIFI function during suspend/resume", " cycle (LP: #2063096)", " - wifi: rtw89: download firmware with five times retry", "", " * intel_rapl_common: Add support for ARL and LNL (LP: #2061953)", " - powercap: intel_rapl: Add support for Lunar Lake-M paltform", " - powercap: intel_rapl: Add support for Arrow Lake", "", " * Kernel panic during checkbox stress_ng_test on Grace running noble 6.8", " (arm64+largemem) kernel (LP: #2058557)", " - aio: Fix null ptr deref in aio_complete() wakeup", "", " * Avoid creating non-working backlight sysfs knob from ASUS board", " (LP: #2060422)", " - platform/x86: asus-wmi: Consider device is absent when the read is ~0", "", " * Include cifs.ko in linux-modules package (LP: #2042546)", " - [Packaging] Replace fs/cifs with fs/smb/client in inclusion list", "", " * Add Real-time Linux Analysis tool (rtla) to linux-tools (LP: #2059080)", " - SAUCE: rtla: fix deb build", " - [Packaging] add Real-time Linux Analysis tool (rtla) to linux-tools", " - [Packaging] update dependencies for rtla", "", " * Noble update: v6.8.4 upstream stable release (LP: #2060533)", " - Revert \"workqueue: Shorten events_freezable_power_efficient name\"", " - Revert \"workqueue: Don't call cpumask_test_cpu() with -1 CPU in", " wq_update_node_max_active()\"", " - Revert \"workqueue: Implement system-wide nr_active enforcement for unbound", " workqueues\"", " - Revert \"workqueue: Introduce struct wq_node_nr_active\"", " - Revert \"workqueue: RCU protect wq->dfl_pwq and implement accessors for it\"", " - Revert \"workqueue: Make wq_adjust_max_active() round-robin pwqs while", " activating\"", " - Revert \"workqueue: Move nr_active handling into helpers\"", " - Revert \"workqueue: Replace pwq_activate_inactive_work() with", " [__]pwq_activate_work()\"", " - Revert \"workqueue: Factor out pwq_is_empty()\"", " - Revert \"workqueue: Move pwq->max_active to wq->max_active\"", " - Revert \"workqueue.c: Increase workqueue name length\"", " - Linux 6.8.4", "", " * Noble update: v6.8.3 upstream stable release (LP: #2060531)", " - drm/vmwgfx: Unmap the surface before resetting it on a plane state", " - wifi: brcmfmac: Fix use-after-free bug in brcmf_cfg80211_detach", " - wifi: brcmfmac: avoid invalid list operation when vendor attach fails", " - media: staging: ipu3-imgu: Set fields before media_entity_pads_init()", " - arm64: dts: qcom: sc7280: Add additional MSI interrupts", " - remoteproc: virtio: Fix wdg cannot recovery remote processor", " - clk: qcom: gcc-sdm845: Add soft dependency on rpmhpd", " - smack: Set SMACK64TRANSMUTE only for dirs in smack_inode_setxattr()", " - smack: Handle SMACK64TRANSMUTE in smack_inode_setsecurity()", " - arm: dts: marvell: Fix maxium->maxim typo in brownstone dts", " - drm/vmwgfx: Fix possible null pointer derefence with invalid contexts", " - arm64: dts: qcom: sm8450-hdk: correct AMIC4 and AMIC5 microphones", " - serial: max310x: fix NULL pointer dereference in I2C instantiation", " - drm/vmwgfx: Fix the lifetime of the bo cursor memory", " - pci_iounmap(): Fix MMIO mapping leak", " - media: xc4000: Fix atomicity violation in xc4000_get_frequency", " - media: mc: Add local pad to pipeline regardless of the link state", " - media: mc: Fix flags handling when creating pad links", " - media: nxp: imx8-isi: Check whether crossbar pad is non-NULL before access", " - media: mc: Add num_links flag to media_pad", " - media: mc: Rename pad variable to clarify intent", " - media: mc: Expand MUST_CONNECT flag to always require an enabled link", " - media: nxp: imx8-isi: Mark all crossbar sink pads as MUST_CONNECT", " - md: use RCU lock to protect traversal in md_spares_need_change()", " - KVM: Always flush async #PF workqueue when vCPU is being destroyed", " - arm64: dts: qcom: sm8550-qrd: correct WCD9385 TX port mapping", " - arm64: dts: qcom: sm8550-mtp: correct WCD9385 TX port mapping", " - cpufreq: amd-pstate: Fix min_perf assignment in amd_pstate_adjust_perf()", " - thermal/intel: Fix intel_tcc_get_temp() to support negative CPU temperature", " - powercap: intel_rapl: Fix a NULL pointer dereference", " - powercap: intel_rapl: Fix locking in TPMI RAPL", " - powercap: intel_rapl_tpmi: Fix a register bug", " - powercap: intel_rapl_tpmi: Fix System Domain probing", " - powerpc/smp: Adjust nr_cpu_ids to cover all threads of a core", " - powerpc/smp: Increase nr_cpu_ids to include the boot CPU", " - sparc64: NMI watchdog: fix return value of __setup handler", " - sparc: vDSO: fix return value of __setup handler", " - selftests/mqueue: Set timeout to 180 seconds", " - pinctrl: qcom: sm8650-lpass-lpi: correct Kconfig name", " - ext4: correct best extent lstart adjustment logic", " - drm/amdgpu/display: Address kdoc for 'is_psr_su' in 'fill_dc_dirty_rects'", " - block: Clear zone limits for a non-zoned stacked queue", " - kasan/test: avoid gcc warning for intentional overflow", " - bounds: support non-power-of-two CONFIG_NR_CPUS", " - fat: fix uninitialized field in nostale filehandles", " - fuse: fix VM_MAYSHARE and direct_io_allow_mmap", " - mfd: twl: Select MFD_CORE", " - ubifs: Set page uptodate in the correct place", " - ubi: Check for too small LEB size in VTBL code", " - ubi: correct the calculation of fastmap size", " - ubifs: ubifs_symlink: Fix memleak of inode->i_link in error path", " - mtd: rawnand: meson: fix scrambling mode value in command macro", " - md/md-bitmap: fix incorrect usage for sb_index", " - x86/nmi: Fix the inverse \"in NMI handler\" check", " - parisc/unaligned: Rewrite 64-bit inline assembly of emulate_ldd()", " - parisc: Avoid clobbering the C/B bits in the PSW with tophys and tovirt", " macros", " - parisc: Fix ip_fast_csum", " - parisc: Fix csum_ipv6_magic on 32-bit systems", " - parisc: Fix csum_ipv6_magic on 64-bit systems", " - parisc: Strip upper 32 bit of sum in csum_ipv6_magic for 64-bit builds", " - md/raid5: fix atomicity violation in raid5_cache_count", " - iio: adc: rockchip_saradc: fix bitmask for channels on SARADCv2", " - iio: adc: rockchip_saradc: use mask for write_enable bitfield", " - docs: Restore \"smart quotes\" for quotes", " - cpufreq: Limit resolving a frequency to policy min/max", " - PM: suspend: Set mem_sleep_current during kernel command line setup", " - vfio/pds: Always clear the save/restore FDs on reset", " - clk: qcom: gcc-ipq5018: fix terminating of frequency table arrays", " - clk: qcom: gcc-ipq6018: fix terminating of frequency table arrays", " - clk: qcom: gcc-ipq8074: fix terminating of frequency table arrays", " - clk: qcom: gcc-ipq9574: fix terminating of frequency table arrays", " - clk: qcom: camcc-sc8280xp: fix terminating of frequency table arrays", " - clk: qcom: mmcc-apq8084: fix terminating of frequency table arrays", " - clk: qcom: mmcc-msm8974: fix terminating of frequency table arrays", " - usb: xhci: Add error handling in xhci_map_urb_for_dma", " - powerpc/fsl: Fix mfpmr build errors with newer binutils", " - USB: serial: ftdi_sio: add support for GMC Z216C Adapter IR-USB", " - USB: serial: add device ID for VeriFone adapter", " - USB: serial: cp210x: add ID for MGP Instruments PDS100", " - wifi: mac80211: track capability/opmode NSS separately", " - USB: serial: option: add MeiG Smart SLM320 product", " - KVM: x86/xen: inject vCPU upcall vector when local APIC is enabled", " - USB: serial: cp210x: add pid/vid for TDK NC0110013M and MM0110113M", " - PM: sleep: wakeirq: fix wake irq warning in system suspend", " - mmc: tmio: avoid concurrent runs of mmc_request_done()", " - fuse: replace remaining make_bad_inode() with fuse_make_bad()", " - fuse: fix root lookup with nonzero generation", " - fuse: don't unhash root", " - usb: typec: ucsi: Clean up UCSI_CABLE_PROP macros", " - usb: dwc3-am62: fix module unload/reload behavior", " - usb: dwc3-am62: Disable wakeup at remove", " - serial: core: only stop transmit when HW fifo is empty", " - serial: Lock console when calling into driver before registration", " - btrfs: qgroup: always free reserved space for extent records", " - btrfs: fix off-by-one chunk length calculation at contains_pending_extent()", " - wifi: rtw88: Add missing VID/PIDs for 8811CU and 8821CU", " - docs: Makefile: Add dependency to $(YNL_INDEX) for targets other than", " htmldocs", " - PCI/PM: Drain runtime-idle callbacks before driver removal", " - PCI/DPC: Quirk PIO log size for Intel Raptor Lake Root Ports", " - Revert \"Revert \"md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d\"\"", " - md: don't clear MD_RECOVERY_FROZEN for new dm-raid until resume", " - md: export helpers to stop sync_thread", " - md: export helper md_is_rdwr()", " - md: add a new helper reshape_interrupted()", " - dm-raid: really frozen sync_thread during suspend", " - md/dm-raid: don't call md_reap_sync_thread() directly", " - dm-raid: add a new helper prepare_suspend() in md_personality", " - dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent", " with reshape", " - dm-raid: fix lockdep waring in \"pers->hot_add_disk\"", " - powerpc: xor_vmx: Add '-mhard-float' to CFLAGS", " - mac802154: fix llsec key resources release in mac802154_llsec_key_del", " - mm: swap: fix race between free_swap_and_cache() and swapoff()", " - mmc: core: Fix switch on gp3 partition", " - Bluetooth: btnxpuart: Fix btnxpuart_close", " - leds: trigger: netdev: Fix kernel panic on interface rename trig notify", " - drm/etnaviv: Restore some id values", " - landlock: Warn once if a Landlock action is requested while disabled", " - io_uring: fix mshot read defer taskrun cqe posting", " - hwmon: (amc6821) add of_match table", " - io_uring: fix io_queue_proc modifying req->flags", " - ext4: fix corruption during on-line resize", " - nvmem: meson-efuse: fix function pointer type mismatch", " - slimbus: core: Remove usage of the deprecated ida_simple_xx() API", " - phy: tegra: xusb: Add API to retrieve the port number of phy", " - usb: gadget: tegra-xudc: Fix USB3 PHY retrieval logic", " - speakup: Fix 8bit characters from direct synth", " - debugfs: fix wait/cancellation handling during remove", " - PCI/AER: Block runtime suspend when handling errors", " - io_uring/net: correctly handle multishot recvmsg retry setup", " - io_uring: fix mshot io-wq checks", " - PCI: qcom: Disable ASPM L0s for sc8280xp, sa8540p and sa8295p", " - sparc32: Fix parport build with sparc32", " - nfs: fix UAF in direct writes", " - NFS: Read unlock folio on nfs_page_create_from_folio() error", " - kbuild: Move -Wenum-{compare-conditional,enum-conversion} into W=1", " - PCI: qcom: Enable BDF to SID translation properly", " - PCI: dwc: endpoint: Fix advertised resizable BAR size", " - PCI: hv: Fix ring buffer size calculation", " - cifs: prevent updating file size from server if we have a read/write lease", " - cifs: allow changing password during remount", " - thermal/drivers/mediatek: Fix control buffer enablement on MT7896", " - vfio/pci: Disable auto-enable of exclusive INTx IRQ", " - vfio/pci: Lock external INTx masking ops", " - vfio/platform: Disable virqfds on cleanup", " - vfio/platform: Create persistent IRQ handlers", " - vfio/fsl-mc: Block calling interrupt handler without trigger", " - tpm,tpm_tis: Avoid warning splat at shutdown", " - ksmbd: replace generic_fillattr with vfs_getattr", " - ksmbd: retrieve number of blocks using vfs_getattr in", " set_file_allocation_info", " - platform/x86/intel/tpmi: Change vsec offset to u64", " - io_uring/rw: return IOU_ISSUE_SKIP_COMPLETE for multishot retry", " - io_uring: clean rings on NO_MMAP alloc fail", " - ring-buffer: Do not set shortest_full when full target is hit", " - ring-buffer: Fix full_waiters_pending in poll", " - ring-buffer: Use wait_event_interruptible() in ring_buffer_wait()", " - tracing/ring-buffer: Fix wait_on_pipe() race", " - dlm: fix user space lkb refcounting", " - soc: fsl: qbman: Always disable interrupts when taking cgr_lock", " - soc: fsl: qbman: Use raw spinlock for cgr_lock", " - s390/zcrypt: fix reference counting on zcrypt card objects", " - drm/probe-helper: warn about negative .get_modes()", " - drm/panel: do not return negative error codes from drm_panel_get_modes()", " - drm/exynos: do not return negative values from .get_modes()", " - drm/imx/ipuv3: do not return negative values from .get_modes()", " - drm/vc4: hdmi: do not return negative values from .get_modes()", " - clocksource/drivers/timer-riscv: Clear timer interrupt on timer", " initialization", " - memtest: use {READ,WRITE}_ONCE in memory scanning", " - Revert \"block/mq-deadline: use correct way to throttling write requests\"", " - lsm: use 32-bit compatible data types in LSM syscalls", " - lsm: handle the NULL buffer case in lsm_fill_user_ctx()", " - f2fs: mark inode dirty for FI_ATOMIC_COMMITTED flag", " - f2fs: truncate page cache before clearing flags when aborting atomic write", " - nilfs2: fix failure to detect DAT corruption in btree and direct mappings", " - nilfs2: prevent kernel bug at submit_bh_wbc()", " - cifs: make sure server interfaces are requested only for SMB3+", " - cifs: reduce warning log level for server not advertising interfaces", " - cifs: open_cached_dir(): add FILE_READ_EA to desired access", " - mtd: rawnand: Fix and simplify again the continuous read derivations", " - mtd: rawnand: Add a helper for calculating a page index", " - mtd: rawnand: Ensure all continuous terms are always in sync", " - mtd: rawnand: Constrain even more when continuous reads are enabled", " - cpufreq: dt: always allocate zeroed cpumask", " - io_uring/futex: always remove futex entry for cancel all", " - io_uring/waitid: always remove waitid entry for cancel all", " - x86/CPU/AMD: Update the Zenbleed microcode revisions", " - ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()", " - net: esp: fix bad handling of pages from page_pool", " - NFSD: Fix nfsd_clid_class use of __string_len() macro", " - drm/i915: Add missing ; to __assign_str() macros in tracepoint code", " - net: hns3: tracing: fix hclgevf trace event strings", " - cxl/trace: Properly initialize cxl_poison region name", " - ksmbd: fix potencial out-of-bounds when buffer offset is invalid", " - virtio: reenable config if freezing device failed", " - LoongArch: Change __my_cpu_offset definition to avoid mis-optimization", " - LoongArch: Define the __io_aw() hook as mmiowb()", " - LoongArch/crypto: Clean up useless assignment operations", " - wireguard: netlink: check for dangling peer via is_dead instead of empty", " list", " - wireguard: netlink: access device through ctx instead of peer", " - wireguard: selftests: set RISCV_ISA_FALLBACK on riscv{32,64}", " - ahci: asm1064: asm1166: don't limit reported ports", " - drm/amd/display: Change default size for dummy plane in DML2", " - drm/amdgpu: amdgpu_ttm_gart_bind set gtt bound flag", " - drm/amdgpu/pm: Fix NULL pointer dereference when get power limit", " - drm/amdgpu/pm: Check the validity of overdiver power limit", " - drm/amd/display: Override min required DCFCLK in dml1_validate", " - drm/amd/display: Allow dirty rects to be sent to dmub when abm is active", " - drm/amd/display: Init DPPCLK from SMU on dcn32", " - drm/amd/display: Update odm when ODM combine is changed on an otg master", " pipe with no plane", " - drm/amd/display: Fix idle check for shared firmware state", " - drm/amd/display: Amend coasting vtotal for replay low hz", " - drm/amd/display: Lock all enabled otg pipes even with no planes", " - drm/amd/display: Implement wait_for_odm_update_pending_complete", " - drm/amd/display: Return the correct HDCP error code", " - drm/amd/display: Add a dc_state NULL check in dc_state_release", " - drm/amd/display: Fix noise issue on HDMI AV mute", " - dm snapshot: fix lockup in dm_exception_table_exit", " - x86/pm: Work around false positive kmemleak report in msr_build_context()", " - wifi: brcmfmac: add per-vendor feature detection callback", " - wifi: brcmfmac: cfg80211: Use WSEC to set SAE password", " - wifi: brcmfmac: Demote vendor-specific attach/detach messages to info", " - drm/ttm: Make sure the mapped tt pages are decrypted when needed", " - drm/amd/display: Unify optimize_required flags and VRR adjustments", " - drm/amd/display: Add more checks for exiting idle in DC", " - btrfs: add set_folio_extent_mapped() helper", " - btrfs: replace sb::s_blocksize by fs_info::sectorsize", " - btrfs: add helpers to get inode from page/folio pointers", " - btrfs: add helpers to get fs_info from page/folio pointers", " - btrfs: add helper to get fs_info from struct inode pointer", " - btrfs: qgroup: validate btrfs_qgroup_inherit parameter", " - vfio: Introduce interface to flush virqfd inject workqueue", " - vfio/pci: Create persistent INTx handler", " - drm/bridge: add ->edid_read hook and drm_bridge_edid_read()", " - drm/bridge: lt8912b: use drm_bridge_edid_read()", " - drm/bridge: lt8912b: clear the EDID property on failures", " - drm/bridge: lt8912b: do not return negative values from .get_modes()", " - drm/amd/display: Remove pixle rate limit for subvp", " - drm/amd/display: Revert Remove pixle rate limit for subvp", " - workqueue: Shorten events_freezable_power_efficient name", " - drm/amd/display: Use freesync when `DRM_EDID_FEATURE_CONTINUOUS_FREQ` found", " - netfilter: nf_tables: reject constant set with timeout", " - Revert \"crypto: pkcs7 - remove sha1 support\"", " - x86/efistub: Call mixed mode boot services on the firmware's stack", " - ASoC: amd: yc: Revert \"Fix non-functional mic on Lenovo 21J2\"", " - ASoC: amd: yc: Revert \"add new YC platform variant (0x63) support\"", " - Fix memory leak in posix_clock_open()", " - wifi: rtw88: 8821cu: Fix connection failure", " - x86/Kconfig: Remove CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT", " - x86/sev: Fix position dependent variable references in startup code", " - clocksource/drivers/arm_global_timer: Fix maximum prescaler value", " - ARM: 9352/1: iwmmxt: Remove support for PJ4/PJ4B cores", " - ARM: 9359/1: flush: check if the folio is reserved for no-mapping addresses", " - entry: Respect changes to system call number by trace_sys_enter()", " - swiotlb: Fix double-allocation of slots due to broken alignment handling", " - swiotlb: Honour dma_alloc_coherent() alignment in swiotlb_alloc()", " - swiotlb: Fix alignment checks when both allocation and DMA masks are present", " - iommu/dma: Force swiotlb_max_mapping_size on an untrusted device", " - printk: Update @console_may_schedule in console_trylock_spinning()", " - irqchip/renesas-rzg2l: Flush posted write in irq_eoi()", " - irqchip/renesas-rzg2l: Rename rzg2l_tint_eoi()", " - irqchip/renesas-rzg2l: Rename rzg2l_irq_eoi()", " - irqchip/renesas-rzg2l: Prevent spurious interrupts when setting trigger type", " - kprobes/x86: Use copy_from_kernel_nofault() to read from unsafe address", " - efi/libstub: fix efi_random_alloc() to allocate memory at alloc_min or", " higher address", " - x86/mpparse: Register APIC address only once", " - x86/fpu: Keep xfd_state in sync with MSR_IA32_XFD", " - efi: fix panic in kdump kernel", " - pwm: img: fix pwm clock lookup", " - selftests/mm: Fix build with _FORTIFY_SOURCE", " - btrfs: handle errors returned from unpin_extent_cache()", " - btrfs: fix warning messages not printing interval at unpin_extent_range()", " - btrfs: do not skip re-registration for the mounted device", " - mfd: intel-lpss: Switch to generalized quirk table", " - mfd: intel-lpss: Introduce QUIRK_CLOCK_DIVIDER_UNITY for XPS 9530", " - drm/i915: Replace a memset() with zero initialization", " - drm/i915: Try to preserve the current shared_dpll for fastset on type-c", " ports", " - drm/i915: Include the PLL name in the debug messages", " - drm/i915: Suppress old PLL pipe_mask checks for MG/TC/TBT PLLs", " - crypto: iaa - Fix nr_cpus < nr_iaa case", " - drm/amd/display: Prevent crash when disable stream", " - ALSA: hda/tas2781: remove digital gain kcontrol", " - ALSA: hda/tas2781: add locks to kcontrols", " - mm: zswap: fix writeback shinker GFP_NOIO/GFP_NOFS recursion", " - init: open /initrd.image with O_LARGEFILE", " - x86/efistub: Add missing boot_params for mixed mode compat entry", " - efi/libstub: Cast away type warning in use of max()", " - x86/efistub: Reinstate soft limit for initrd loading", " - prctl: generalize PR_SET_MDWE support check to be per-arch", " - ARM: prctl: reject PR_SET_MDWE on pre-ARMv6", " - tmpfs: fix race on handling dquot rbtree", " - btrfs: validate device maj:min during open", " - btrfs: fix race in read_extent_buffer_pages()", " - btrfs: zoned: don't skip block groups with 100% zone unusable", " - btrfs: zoned: use zone aware sb location for scrub", " - btrfs: zoned: fix use-after-free in do_zone_finish()", " - wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changes", " - wifi: cfg80211: add a flag to disable wireless extensions", " - wifi: iwlwifi: mvm: disable MLO for the time being", " - wifi: iwlwifi: fw: don't always use FW dump trig", " - wifi: iwlwifi: mvm: handle debugfs names more carefully", " - Revert \"drm/amd/display: Fix sending VSC (+ colorimetry) packets for DP/eDP", " displays without PSR\"", " - fbdev: Select I/O-memory framebuffer ops for SBus", " - exec: Fix NOMMU linux_binprm::exec in transfer_args_to_stack()", " - hexagon: vmlinux.lds.S: handle attributes section", " - mm: cachestat: fix two shmem bugs", " - selftests/mm: sigbus-wp test requires UFFD_FEATURE_WP_HUGETLBFS_SHMEM", " - selftests/mm: fix ARM related issue with fork after pthread_create", " - mmc: sdhci-omap: re-tuning is needed after a pm transition to support emmc", " HS200 mode", " - mmc: core: Initialize mmc_blk_ioc_data", " - mmc: core: Avoid negative index with array access", " - sdhci-of-dwcmshc: disable PM runtime in dwcmshc_remove()", " - block: Do not force full zone append completion in req_bio_endio()", " - thermal: devfreq_cooling: Fix perf state when calculate dfc res_util", " - Revert \"thermal: core: Don't update trip points inside the hysteresis range\"", " - nouveau/dmem: handle kcalloc() allocation failure", " - net: ll_temac: platform_get_resource replaced by wrong function", " - net: wan: framer: Add missing static inline qualifiers", " - net: phy: qcom: at803x: fix kernel panic with at8031_probe", " - drm/xe/query: fix gt_id bounds check", " - drm/dp: Fix divide-by-zero regression on DP MST unplug with nouveau", " - drm/vmwgfx: Create debugfs ttm_resource_manager entry only if needed", " - drm/amdkfd: fix TLB flush after unmap for GFX9.4.2", " - drm/amdgpu: fix deadlock while reading mqd from debugfs", " - drm/amd/display: Remove MPC rate control logic from DCN30 and above", " - drm/amd/display: Set DCN351 BB and IP the same as DCN35", " - drm/i915/hwmon: Fix locking inversion in sysfs getter", " - drm/i915/vma: Fix UAF on destroy against retire race", " - drm/i915/bios: Tolerate devdata==NULL in", " intel_bios_encoder_supports_dp_dual_mode()", " - drm/i915/vrr: Generate VRR \"safe window\" for DSB", " - drm/i915/dsi: Go back to the previous INIT_OTP/DISPLAY_ON order, mostly", " - drm/i915/dsb: Fix DSB vblank waits when using VRR", " - drm/i915: Do not match JSL in ehl_combo_pll_div_frac_wa_needed()", " - drm/i915: Pre-populate the cursor physical dma address", " - drm/i915/gt: Reset queue_priority_hint on parking", " - drm/amd/display: Fix bounds check for dcn35 DcfClocks", " - Bluetooth: hci_sync: Fix not checking error on hci_cmd_sync_cancel_sync", " - mtd: spinand: Add support for 5-byte IDs", " - Revert \"usb: phy: generic: Get the vbus supply\"", " - usb: cdc-wdm: close race between read and workqueue", " - usb: misc: ljca: Fix double free in error handling path", " - USB: UAS: return ENODEV when submit urbs fail with device not attached", " - vfio/pds: Make sure migration file isn't accessed after reset", " - ring-buffer: Make wake once of ring_buffer_wait() more robust", " - btrfs: fix extent map leak in unexpected scenario at unpin_extent_cache()", " - ALSA: sh: aica: reorder cleanup operations to avoid UAF bugs", " - scsi: ufs: qcom: Provide default cycles_in_1us value", " - scsi: sd: Fix TCG OPAL unlock on system resume", " - scsi: core: Fix unremoved procfs host directory regression", " - staging: vc04_services: changen strncpy() to strscpy_pad()", " - staging: vc04_services: fix information leak in create_component()", " - genirq: Introduce IRQF_COND_ONESHOT and use it in pinctrl-amd", " - usb: dwc3: Properly set system wakeup", " - USB: core: Fix deadlock in usb_deauthorize_interface()", " - USB: core: Add hub_get() and hub_put() routines", " - USB: core: Fix deadlock in port \"disable\" sysfs attribute", " - usb: dwc2: host: Fix remote wakeup from hibernation", " - usb: dwc2: host: Fix hibernation flow", " - usb: dwc2: host: Fix ISOC flow in DDMA mode", " - usb: dwc2: gadget: Fix exiting from clock gating", " - usb: dwc2: gadget: LPM flow fix", " - usb: udc: remove warning when queue disabled ep", " - usb: typec: ucsi: Fix race between typec_switch and role_switch", " - usb: typec: tcpm: fix double-free issue in tcpm_port_unregister_pd()", " - usb: typec: tcpm: Correct port source pdo array in pd_set callback", " - usb: typec: tcpm: Update PD of Type-C port upon pd_set", " - usb: typec: Return size of buffer if pd_set operation succeeds", " - usb: typec: ucsi: Clear EVENT_PENDING under PPM lock", " - usb: typec: ucsi: Ack unsupported commands", " - usb: typec: ucsi_acpi: Refactor and fix DELL quirk", " - usb: typec: ucsi: Clear UCSI_CCI_RESET_COMPLETE before reset", " - scsi: qla2xxx: Prevent command send on chip reset", " - scsi: qla2xxx: Fix N2N stuck connection", " - scsi: qla2xxx: Split FCE|EFT trace control", " - scsi: qla2xxx: Update manufacturer detail", " - scsi: qla2xxx: NVME|FCP prefer flag not being honored", " - scsi: qla2xxx: Fix command flush on cable pull", " - scsi: qla2xxx: Fix double free of the ha->vp_map pointer", " - scsi: qla2xxx: Fix double free of fcport", " - scsi: qla2xxx: Change debug message during driver unload", " - scsi: qla2xxx: Delay I/O Abort on PCI error", " - x86/bugs: Fix the SRSO mitigation on Zen3/4", " - crash: use macro to add crashk_res into iomem early for specific arch", " - drm/amd/display: fix IPX enablement", " - x86/bugs: Use fixed addressing for VERW operand", " - Revert \"x86/bugs: Use fixed addressing for VERW operand\"", " - usb: dwc3: pci: Drop duplicate ID", " - scsi: lpfc: Correct size for cmdwqe/rspwqe for memset()", " - scsi: lpfc: Correct size for wqe for memset()", " - scsi: libsas: Add a helper sas_get_sas_addr_and_dev_type()", " - scsi: libsas: Fix disk not being scanned in after being removed", " - perf/x86/amd/core: Update and fix stalled-cycles-* events for Zen 2 and", " later", " - x86/sev: Skip ROM range scans and validation for SEV-SNP guests", " - tools/resolve_btfids: fix build with musl libc", " - drm/amdgpu: fix use-after-free bug", " - drm/sched: fix null-ptr-deref in init entity", " - Linux 6.8.3", " - [Config] updateconfigs following v6.8.3 import", "", " * Noble update: v6.8.3 upstream stable release (LP: #2060531) //", " [Ubuntu-24.04] Hugepage memory is not getting released even after destroying", " the guest! (LP: #2062556)", " - block: Fix page refcounts for unaligned buffers in __bio_release_pages()", "", " * [SPR][EMR][GNR] TDX: efi: TD Measurement support for kernel cmdline/initrd", " sections from EFI stub (LP: #2060130)", " - efi/libstub: Use TPM event typedefs from the TCG PC Client spec", " - efi/tpm: Use symbolic GUID name from spec for final events table", " - efi/libstub: Add Confidential Computing (CC) measurement typedefs", " - efi/libstub: Measure into CC protocol if TCG2 protocol is absent", " - efi/libstub: Add get_event_log() support for CC platforms", " - x86/efistub: Remap kernel text read-only before dropping NX attribute", "", " * Fix acpi_power_meter accessing IPMI region before it's ready (LP: #2059263)", " - ACPI: IPMI: Add helper to wait for when SMI is selected", " - hwmon: (acpi_power_meter) Ensure IPMI space handler is ready on Dell systems", "", " * Drop fips-checks script from trees (LP: #2055083)", " - [Packaging] Remove fips-checks script", "", " * alsa/realtek: adjust max output valume for headphone on 2 LG machines", " (LP: #2058573)", " - ALSA: hda/realtek: fix the hp playback volume issue for LG machines", "", " * Noble update: v6.8.2 upstream stable release (LP: #2060097)", " - do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak", " - workqueue.c: Increase workqueue name length", " - workqueue: Move pwq->max_active to wq->max_active", " - workqueue: Factor out pwq_is_empty()", " - workqueue: Replace pwq_activate_inactive_work() with [__]pwq_activate_work()", " - workqueue: Move nr_active handling into helpers", " - workqueue: Make wq_adjust_max_active() round-robin pwqs while activating", " - workqueue: RCU protect wq->dfl_pwq and implement accessors for it", " - workqueue: Introduce struct wq_node_nr_active", " - workqueue: Implement system-wide nr_active enforcement for unbound", " workqueues", " - workqueue: Don't call cpumask_test_cpu() with -1 CPU in", " wq_update_node_max_active()", " - iomap: clear the per-folio dirty bits on all writeback failures", " - fs: Fix rw_hint validation", " - io_uring: remove looping around handling traditional task_work", " - io_uring: remove unconditional looping in local task_work handling", " - s390/dasd: Use dev_*() for device log messages", " - s390/dasd: fix double module refcount decrement", " - fs/hfsplus: use better @opf description", " - md: fix kmemleak of rdev->serial", " - rcu/exp: Fix RCU expedited parallel grace period kworker allocation failure", " recovery", " - rcu/exp: Handle RCU expedited grace period kworker allocation failure", " - fs/select: rework stack allocation hack for clang", " - block: fix deadlock between bd_link_disk_holder and partition scan", " - md: Don't clear MD_CLOSING when the raid is about to stop", " - kunit: Setup DMA masks on the kunit device", " - ovl: Always reject mounting over case-insensitive directories", " - kunit: test: Log the correct filter string in executor_test", " - lib/cmdline: Fix an invalid format specifier in an assertion msg", " - lib: memcpy_kunit: Fix an invalid format specifier in an assertion msg", " - time: test: Fix incorrect format specifier", " - rtc: test: Fix invalid format specifier.", " - net: test: Fix printf format specifier in skb_segment kunit test", " - drm/xe/tests: Fix printf format specifiers in xe_migrate test", " - drm: tests: Fix invalid printf format specifiers in KUnit tests", " - md/raid1: factor out helpers to add rdev to conf", " - md/raid1: record nonrot rdevs while adding/removing rdevs to conf", " - md/raid1: fix choose next idle in read_balance()", " - io_uring/net: unify how recvmsg and sendmsg copy in the msghdr", " - io_uring/net: move receive multishot out of the generic msghdr path", " - io_uring/net: fix overflow check in io_recvmsg_mshot_prep()", " - nvme: host: fix double-free of struct nvme_id_ns in ns_update_nuse()", " - aoe: fix the potential use-after-free problem in aoecmd_cfg_pkts", " - x86/mm: Ensure input to pfn_to_kaddr() is treated as a 64-bit type", " - x86/resctrl: Remove hard-coded memory bandwidth limit", " - x86/resctrl: Read supported bandwidth sources from CPUID", " - x86/resctrl: Implement new mba_MBps throttling heuristic", " - x86/sme: Fix memory encryption setting if enabled by default and not", " overridden", " - timekeeping: Fix cross-timestamp interpolation on counter wrap", " - timekeeping: Fix cross-timestamp interpolation corner case decision", " - timekeeping: Fix cross-timestamp interpolation for non-x86", " - x86/asm: Remove the __iomem annotation of movdir64b()'s dst argument", " - sched/fair: Take the scheduling domain into account in select_idle_smt()", " - sched/fair: Take the scheduling domain into account in select_idle_core()", " - wifi: ath10k: fix NULL pointer dereference in", " ath10k_wmi_tlv_op_pull_mgmt_tx_compl_ev()", " - wifi: b43: Stop/wake correct queue in DMA Tx path when QoS is disabled", " - wifi: b43: Stop/wake correct queue in PIO Tx path when QoS is disabled", " - wifi: b43: Stop correct queue in DMA worker when QoS is disabled", " - wifi: b43: Disable QoS for bcm4331", " - wifi: wilc1000: fix declarations ordering", " - wifi: wilc1000: fix RCU usage in connect path", " - wifi: ath11k: add support to select 6 GHz regulatory type", " - wifi: ath11k: store cur_regulatory_info for each radio", " - wifi: ath11k: fix a possible dead lock caused by ab->base_lock", " - wifi: rtl8xxxu: add cancel_work_sync() for c2hcmd_work", " - wifi: wilc1000: do not realloc workqueue everytime an interface is added", " - wifi: wilc1000: fix multi-vif management when deleting a vif", " - wifi: mwifiex: debugfs: Drop unnecessary error check for", " debugfs_create_dir()", " - ARM: dts: renesas: r8a73a4: Fix external clocks and clock rate", " - arm64: dts: qcom: x1e80100: drop qcom,drv-count", " - arm64: dts: qcom: sc8180x: Hook up VDD_CX as GCC parent domain", " - arm64: dts: qcom: sc8180x: Fix up big CPU idle state entry latency", " - arm64: dts: qcom: sc8180x: Add missing CPU off state", " - arm64: dts: qcom: sc8180x: Fix eDP PHY power-domains", " - arm64: dts: qcom: sc8180x: Don't hold MDP core clock at FMAX", " - arm64: dts: qcom: sc8180x: Require LOW_SVS vote for MMCX if DISPCC is on", " - arm64: dts: qcom: sc8180x: Add missing CPU<->MDP_CFG path", " - arm64: dts: qcom: sc8180x: Shrink aoss_qmp register space size", " - cpufreq: brcmstb-avs-cpufreq: add check for cpufreq_cpu_get's return value", " - cpufreq: mediatek-hw: Wait for CPU supplies before probing", " - sock_diag: annotate data-races around sock_diag_handlers[family]", " - inet_diag: annotate data-races around inet_diag_table[]", " - bpftool: Silence build warning about calloc()", " - selftests/bpf: Fix potential premature unload in bpf_testmod", " - libbpf: Apply map_set_def_max_entries() for inner_maps on creation", " - selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY values", " - bpftool: Fix wrong free call in do_show_link", " - wifi: ath12k: Fix issues in channel list update", " - selftests/bpf: Fix the flaky tc_redirect_dtime test", " - selftests/bpf: Wait for the netstamp_needed_key static key to be turned on", " - wifi: cfg80211: add RNR with reporting AP information", " - wifi: mac80211: use deflink and fix typo in link ID check", " - wifi: iwlwifi: change link id in time event to s8", " - af_unix: Annotate data-race of gc_in_progress in wait_for_unix_gc().", " - arm64: dts: qcom: sm8450: Add missing interconnects to serial", " - soc: qcom: socinfo: rename PM2250 to PM4125", " - arm64: dts: qcom: sc7280: Add static properties to cryptobam", " - arm64: dts: qcom: qcm6490-fairphone-fp5: Add missing reserved-memory", " - arm64: dts: qcom: sdm845-oneplus-common: improve DAI node naming", " - arm64: dts: qcom: rename PM2250 to PM4125", " - cpufreq: mediatek-hw: Don't error out if supply is not found", " - libbpf: Fix faccessat() usage on Android", " - libbpf: fix __arg_ctx type enforcement for perf_event programs", " - pmdomain: qcom: rpmhpd: Drop SA8540P gfx.lvl", " - arm64: dts: qcom: sa8540p: Drop gfx.lvl as power-domain for gpucc", " - arm64: dts: renesas: r8a779g0: Restore sort order", " - arm64: dts: renesas: r8a779g0: Add missing SCIF_CLK2", " - selftests/bpf: Disable IPv6 for lwt_redirect test", " - arm64: dts: imx8mm-kontron: Disable pullups for I2C signals on OSM-S i.MX8MM", " - arm64: dts: imx8mm-kontron: Disable pullups for I2C signals on SL/BL i.MX8MM", " - arm64: dts: imx8mm-kontron: Disable pullups for onboard UART signals on BL", " OSM-S board", " - arm64: dts: imx8mm-kontron: Disable pullups for onboard UART signals on BL", " board", " - arm64: dts: imx8mm-kontron: Disable pull resistors for SD card signals on BL", " OSM-S board", " - arm64: dts: imx8mm-kontron: Disable pull resistors for SD card signals on BL", " board", " - arm64: dts: imx8mm-kontron: Fix interrupt for RTC on OSM-S i.MX8MM module", " - arm64: dts: imx8qm: Align edma3 power-domains resources indentation", " - arm64: dts: imx8qm: Correct edma3 power-domains and interrupt numbers", " - libbpf: Add missing LIBBPF_API annotation to libbpf_set_memlock_rlim API", " - wifi: ath9k: delay all of ath9k_wmi_event_tasklet() until init is complete", " - wifi: ath11k: change to move WMI_VDEV_PARAM_SET_HEMU_MODE before", " WMI_PEER_ASSOC_CMDID", " - wifi: ath12k: fix fetching MCBC flag for QCN9274", " - wifi: iwlwifi: mvm: report beacon protection failures", " - wifi: iwlwifi: dbg-tlv: ensure NUL termination", " - wifi: iwlwifi: acpi: fix WPFC reading", " - wifi: iwlwifi: mvm: initialize rates in FW earlier", " - wifi: iwlwifi: fix EWRD table validity check", " - wifi: iwlwifi: mvm: d3: fix IPN byte order", " - wifi: iwlwifi: always have 'uats_enabled'", " - wifi: iwlwifi: mvm: fix the TLC command after ADD_STA", " - wifi: iwlwifi: read BIOS PNVM only for non-Intel SKU", " - gpio: vf610: allow disabling the vf610 driver", " - selftests/bpf: trace_helpers.c: do not use poisoned type", " - bpf: make sure scalar args don't accept __arg_nonnull tag", " - bpf: don't emit warnings intended for global subprogs for static subprogs", " - arm64: dts: imx8mm-venice-gw71xx: fix USB OTG VBUS", " - pwm: atmel-hlcdc: Fix clock imbalance related to suspend support", " - net: blackhole_dev: fix build warning for ethh set but not used", " - spi: consolidate setting message->spi", " - spi: move split xfers for CS_WORD emulation", " - arm64: dts: ti: k3-am62p5-sk: Enable CPSW MDIO node", " - arm64: dts: ti: k3-j721s2: Fix power domain for VTM node", " - arm64: dts: ti: k3-j784s4: Fix power domain for VTM node", " - wifi: ath11k: initialize rx_mcs_80 and rx_mcs_160 before use", " - wifi: libertas: fix some memleaks in lbs_allocate_cmd_buffer()", " - arm64: dts: ti: k3-am69-sk: remove assigned-clock-parents for unused VP", " - libbpf: fix return value for PERF_EVENT __arg_ctx type fix up check", " - arm64: dts: ti: k3-am62p-mcu/wakeup: Disable MCU and wakeup R5FSS nodes", " - arm64: dts: qcom: x1e80100-qcp: Fix supplies for LDOs 3E and 2J", " - libbpf: Use OPTS_SET() macro in bpf_xdp_query()", " - wifi: wfx: fix memory leak when starting AP", " - arm64: dts: qcom: qcm2290: declare VLS CLAMP register for USB3 PHY", " - arm64: dts: qcom: sm6115: declare VLS CLAMP register for USB3 PHY", " - arm64: dts: qcom: sm8650: Fix UFS PHY clocks", " - wifi: ath12k: fix incorrect logic of calculating vdev_stats_id", " - printk: nbcon: Relocate 32bit seq macros", " - printk: ringbuffer: Do not skip non-finalized records with prb_next_seq()", " - printk: Wait for all reserved records with pr_flush()", " - printk: Add this_cpu_in_panic()", " - printk: ringbuffer: Cleanup reader terminology", " - printk: ringbuffer: Skip non-finalized records in panic", " - printk: Disable passing console lock owner completely during panic()", " - pwm: sti: Fix capture for st,pwm-num-chan < st,capture-num-chan", " - tools/resolve_btfids: Refactor set sorting with types from btf_ids.h", " - tools/resolve_btfids: Fix cross-compilation to non-host endianness", " - wifi: iwlwifi: support EHT for WH", " - wifi: iwlwifi: properly check if link is active", " - wifi: iwlwifi: mvm: fix erroneous queue index mask", " - wifi: iwlwifi: mvm: don't set the MFP flag for the GTK", " - wifi: iwlwifi: mvm: don't set replay counters to 0xff", " - s390/pai: fix attr_event_free upper limit for pai device drivers", " - s390/vdso: drop '-fPIC' from LDFLAGS", " - arm64: dts: qcom: qcm6490-idp: Correct the voltage setting for vph_pwr", " - arm64: dts: qcom: qcs6490-rb3gen2: Correct the voltage setting for vph_pwr", " - selftests: forwarding: Add missing config entries", " - selftests: forwarding: Add missing multicast routing config entries", " - arm64: dts: qcom: sm6115: drop pipe clock selection", " - ipv6: mcast: remove one synchronize_net() barrier in ipv6_mc_down()", " - arm64: dts: mt8183: Move CrosEC base detection node to kukui-based DTs", " - arm64: dts: mediatek: mt7986: fix reference to PWM in fan node", " - arm64: dts: mediatek: mt7986: drop crypto's unneeded/invalid clock name", " - arm64: dts: mediatek: mt7986: fix SPI bus width properties", " - arm64: dts: mediatek: mt7986: fix SPI nodename", " - arm64: dts: mediatek: mt7986: drop \"#clock-cells\" from PWM", " - arm64: dts: mediatek: mt7986: add \"#reset-cells\" to infracfg", " - arm64: dts: mediatek: mt8192-asurada: Remove CrosEC base detection node", " - arm64: dts: mediatek: mt8192: fix vencoder clock name", " - arm64: dts: mediatek: mt8186: fix VENC power domain clocks", " - arm64: dts: mediatek: mt7622: add missing \"device_type\" to memory nodes", " - can: m_can: Start/Cancel polling timer together with interrupts", " - wifi: iwlwifi: mvm: Fix the listener MAC filter flags", " - bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctly", " - arm64: dts: qcom: sdm845: Use the Low Power Island CX/MX for SLPI", " - soc: qcom: llcc: Check return value on Broadcast_OR reg read", " - ARM: dts: qcom: msm8974: correct qfprom node size", " - arm64: dts: mediatek: mt8186: Add missing clocks to ssusb power domains", " - arm64: dts: mediatek: mt8186: Add missing xhci clock to usb controllers", " - arm64: dts: ti: am65x: Fix dtbs_install for Rocktech OLDI overlay", " - cpufreq: qcom-hw: add CONFIG_COMMON_CLK dependency", " - wifi: wilc1000: prevent use-after-free on vif when cleaning up all", " interfaces", " - pwm: dwc: use pm_sleep_ptr() macro", " - arm64: dts: ti: k3-am69-sk: fix PMIC interrupt number", " - arm64: dts: ti: k3-j721e-sk: fix PMIC interrupt number", " - arm64: dts: ti: k3-am62-main: disable usb lpm", " - ACPI: processor_idle: Fix memory leak in acpi_processor_power_exit()", " - bus: tegra-aconnect: Update dependency to ARCH_TEGRA", " - iommu/amd: Mark interrupt as managed", " - wifi: brcmsmac: avoid function pointer casts", " - arm64: dts: qcom: sdm845-db845c: correct PCIe wake-gpios", " - arm64: dts: qcom: sm8150: correct PCIe wake-gpios", " - powercap: dtpm_cpu: Fix error check against freq_qos_add_request()", " - net: ena: Remove ena_select_queue", " - arm64: dts: ti: k3-j7200-common-proc-board: Modify Pinmux for wkup_uart0 and", " mcu_uart0", " - arm64: dts: ti: k3-j7200-common-proc-board: Remove clock-frequency from", " mcu_uart0", " - arm64: dts: ti: k3-j721s2-common-proc-board: Remove Pinmux for CTS and RTS", " in wkup_uart0", " - arm64: dts: ti: k3-j784s4-evm: Remove Pinmux for CTS and RTS in wkup_uart0", " - arm64: dts: ti: k3-am64-main: Fix ITAP/OTAP values for MMC", " - arm64: dts: mt8195-cherry-tomato: change watchdog reset boot flow", " - arm64: dts: ti: Add common1 register space for AM65x SoC", " - arm64: dts: ti: Add common1 register space for AM62x SoC", " - firmware: arm_scmi: Fix double free in SMC transport cleanup path", " - wifi: cfg80211: set correct param change count in ML element", " - arm64: dts: ti: k3-j721e: Fix mux-reg-masks in hbmc_mux", " - arm64: dts: ti: k3-j784s4-main: Fix mux-reg-masks in serdes_ln_ctrl", " - arm64: dts: ti: k3-am62p: Fix memory ranges for DMSS", " - wifi: wilc1000: revert reset line logic flip", " - ARM: dts: arm: realview: Fix development chip ROM compatible value", " - memory: tegra: Correct DLA client names", " - wifi: mt76: mt7996: fix fw loading timeout", " - wifi: mt76: mt7925: fix connect to 80211b mode fail in 2Ghz band", " - wifi: mt76: mt7925: fix SAP no beacon issue in 5Ghz and 6Ghz band", " - wifi: mt76: mt7925: fix mcu query command fail", " - wifi: mt76: mt7925: fix wmm queue mapping", " - wifi: mt76: mt7925: fix fw download fail", " - wifi: mt76: mt7925: fix WoW failed in encrypted mode", " - wifi: mt76: mt7925: fix the wrong header translation config", " - wifi: mt76: mt7925: add flow to avoid chip bt function fail", " - wifi: mt76: mt7925: add support to set ifs time by mcu command", " - wifi: mt76: mt7925: update PCIe DMA settings", " - wifi: mt76: mt7996: check txs format before getting skb by pid", " - wifi: mt76: mt7996: fix TWT issues", " - wifi: mt76: mt7996: fix incorrect interpretation of EHT MCS caps", " - wifi: mt76: mt7996: fix HE beamformer phy cap for station vif", " - wifi: mt76: mt7996: fix efuse reading issue", " - wifi: mt76: mt7996: fix HIF_TXD_V2_1 value", " - wifi: mt76: mt792x: fix ethtool warning", " - wifi: mt76: mt7921e: fix use-after-free in free_irq()", " - wifi: mt76: mt7925e: fix use-after-free in free_irq()", " - wifi: mt76: mt7921: fix incorrect type conversion for CLC command", " - wifi: mt76: mt792x: fix a potential loading failure of the 6Ghz channel", " config from ACPI", " - wifi: mt76: fix the issue of missing txpwr settings from ch153 to ch177", " - arm64: dts: renesas: rzg2l: Add missing interrupts to IRQC nodes", " - arm64: dts: renesas: r9a08g045: Add missing interrupts to IRQC node", " - arm64: dts: renesas: rzg3s-smarc-som: Guard Ethernet IRQ GPIO hogs", " - arm64: dts: renesas: r8a779a0: Correct avb[01] reg sizes", " - arm64: dts: renesas: r8a779g0: Correct avb[01] reg sizes", " - net: mctp: copy skb ext data when fragmenting", " - pstore: inode: Only d_invalidate() is needed", " - arm64: dts: allwinner: h6: Add RX DMA channel for SPDIF", " - ARM: dts: imx6dl-yapp4: Fix typo in the QCA switch register address", " - ARM: dts: imx6dl-yapp4: Move the internal switch PHYs under the switch node", " - arm64: dts: imx8mp: Set SPI NOR to max 40 MHz on Data Modul i.MX8M Plus eDM", " SBC", " - arm64: dts: imx8mp-evk: Fix hdmi@3d node", " - regulator: userspace-consumer: add module device table", " - gpiolib: Pass consumer device through to core in", " devm_fwnode_gpiod_get_index()", " - arm64: dts: marvell: reorder crypto interrupts on Armada SoCs", " - ACPI: resource: Do IRQ override on Lunnen Ground laptops", " - ACPI: resource: Add MAIBENBEN X577 to irq1_edge_low_force_override", " - ACPI: scan: Fix device check notification handling", " - arm64: dts: rockchip: add missing interrupt-names for rk356x vdpu", " - arm64: dts: rockchip: fix reset-names for rk356x i2s2 controller", " - arm64: dts: rockchip: drop rockchip,trcm-sync-tx-only from rk3588 i2s", " - objtool: Fix UNWIND_HINT_{SAVE,RESTORE} across basic blocks", " - x86, relocs: Ignore relocations in .notes section", " - SUNRPC: fix a memleak in gss_import_v2_context", " - SUNRPC: fix some memleaks in gssx_dec_option_array", " - arm64: dts: qcom: sm8550: Fix SPMI channels size", " - arm64: dts: qcom: sm8650: Fix SPMI channels size", " - mmc: wmt-sdmmc: remove an incorrect release_mem_region() call in the .remove", " function", " - ACPI: CPPC: enable AMD CPPC V2 support for family 17h processors", " - btrfs: fix race when detecting delalloc ranges during fiemap", " - wifi: rtw88: 8821cu: Fix firmware upload fail", " - wifi: rtw88: 8821c: Fix beacon loss and disconnect", " - wifi: rtw88: 8821c: Fix false alarm count", " - wifi: brcm80211: handle pmk_op allocation failure", " - riscv: dts: starfive: jh7100: fix root clock names", " - PCI: Make pci_dev_is_disconnected() helper public for other drivers", " - iommu/vt-d: Don't issue ATS Invalidation request when device is disconnected", " - iommu/vt-d: Use rbtree to track iommu probed devices", " - iommu/vt-d: Improve ITE fault handling if target device isn't present", " - iommu/vt-d: Use device rbtree in iopf reporting path", " - iommu: Add static iommu_ops->release_domain", " - iommu/vt-d: Fix NULL domain on device release", " - igc: Fix missing time sync events", " - igb: Fix missing time sync events", " - ice: fix stats being updated by way too large values", " - Bluetooth: Remove HCI_POWER_OFF_TIMEOUT", " - Bluetooth: mgmt: Remove leftover queuing of power_off work", " - Bluetooth: Remove superfluous call to hci_conn_check_pending()", " - Bluetooth: Remove BT_HS", " - Bluetooth: hci_event: Fix not indicating new connection for BIG Sync", " - Bluetooth: hci_qca: don't use IS_ERR_OR_NULL() with gpiod_get_optional()", " - Bluetooth: hci_core: Cancel request on command timeout", " - Bluetooth: hci_sync: Fix overwriting request callback", " - Bluetooth: hci_h5: Add ability to allocate memory for private data", " - Bluetooth: btrtl: fix out of bounds memory access", " - Bluetooth: hci_core: Fix possible buffer overflow", " - Bluetooth: msft: Fix memory leak", " - Bluetooth: btusb: Fix memory leak", " - Bluetooth: af_bluetooth: Fix deadlock", " - Bluetooth: fix use-after-free in accessing skb after sending it", " - sr9800: Add check for usbnet_get_endpoints", " - s390/cache: prevent rebuild of shared_cpu_list", " - bpf: Fix DEVMAP_HASH overflow check on 32-bit arches", " - bpf: Fix hashtab overflow check on 32-bit arches", " - bpf: Fix stackmap overflow check on 32-bit arches", " - net: dsa: microchip: make sure drive strength configuration is not lost by", " soft reset", " - dpll: spec: use proper enum for pin capabilities attribute", " - iommu: Fix compilation without CONFIG_IOMMU_INTEL", " - ipv6: fib6_rules: flush route cache when rule is changed", " - net: ip_tunnel: make sure to pull inner header in ip_tunnel_rcv()", " - octeontx2-af: Fix devlink params", " - net: phy: fix phy_get_internal_delay accessing an empty array", " - dpll: fix dpll_xa_ref_*_del() for multiple registrations", " - net: hns3: fix wrong judgment condition issue", " - net: hns3: fix kernel crash when 1588 is received on HIP08 devices", " - net: hns3: fix port duplex configure error in IMP reset", " - Bluetooth: Fix eir name length", " - net: phy: dp83822: Fix RGMII TX delay configuration", " - erofs: fix lockdep false positives on initializing erofs_pseudo_mnt", " - OPP: debugfs: Fix warning around icc_get_name()", " - tcp: fix incorrect parameter validation in the do_tcp_getsockopt() function", " - ipmr: fix incorrect parameter validation in the ip_mroute_getsockopt()", " function", " - l2tp: fix incorrect parameter validation in the pppol2tp_getsockopt()", " function", " - udp: fix incorrect parameter validation in the udp_lib_getsockopt() function", " - net: kcm: fix incorrect parameter validation in the kcm_getsockopt) function", " - net/x25: fix incorrect parameter validation in the x25_getsockopt() function", " - devlink: Fix length of eswitch inline-mode", " - r8152: fix unknown device for choose_configuration", " - nfp: flower: handle acti_netdevs allocation failure", " - bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes()", " - dm raid: fix false positive for requeue needed during reshape", " - dm: call the resume method on internal suspend", " - fbdev/simplefb: change loglevel when the power domains cannot be parsed", " - drm/tegra: dsi: Add missing check for of_find_device_by_node", " - drm/tegra: dpaux: Fix PM disable depth imbalance in tegra_dpaux_probe", " - drm/tegra: dsi: Fix some error handling paths in tegra_dsi_probe()", " - drm/tegra: dsi: Fix missing pm_runtime_disable() in the error handling path", " of tegra_dsi_probe()", " - drm/tegra: hdmi: Fix some error handling paths in tegra_hdmi_probe()", " - drm/tegra: rgb: Fix some error handling paths in tegra_dc_rgb_probe()", " - drm/tegra: rgb: Fix missing clk_put() in the error handling paths of", " tegra_dc_rgb_probe()", " - drm/tegra: output: Fix missing i2c_put_adapter() in the error handling paths", " of tegra_output_probe()", " - drm/rockchip: inno_hdmi: Fix video timing", " - drm: Don't treat 0 as -1 in drm_fixp2int_ceil", " - drm/vkms: Avoid reading beyond LUT array", " - drm/vmwgfx: fix a memleak in vmw_gmrid_man_get_node", " - drm/rockchip: lvds: do not overwrite error code", " - drm/rockchip: lvds: do not print scary message when probing defer", " - drm/panel-edp: use put_sync in unprepare", " - drm/lima: fix a memleak in lima_heap_alloc", " - ASoC: amd: acp: Add missing error handling in sof-mach", " - ASoC: SOF: amd: Fix memory leak in amd_sof_acp_probe()", " - ASoC: SOF: core: Skip firmware test for custom loaders", " - ASoC: SOF: amd: Compute file paths on firmware load", " - soundwire: stream: add missing const to Documentation", " - dmaengine: tegra210-adma: Update dependency to ARCH_TEGRA", " - media: tc358743: register v4l2 async device only after successful setup", " - media: cadence: csi2rx: use match fwnode for media link", " - PCI/DPC: Print all TLP Prefixes, not just the first", " - perf record: Fix possible incorrect free in record__switch_output()", " - perf record: Check conflict between '--timestamp-filename' option and pipe", " mode before recording", " - HID: lenovo: Add middleclick_workaround sysfs knob for cptkbd", " - drm/amd/display: Fix a potential buffer overflow in 'dp_dsc_clock_en_read()'", " - perf pmu: Treat the msr pmu as software", " - crypto: qat - avoid memcpy() overflow warning", " - ALSA: hda: cs35l41: Set Channel Index correctly when system is missing _DSD", " - drm/amd/display: Fix potential NULL pointer dereferences in", " 'dcn10_set_output_transfer_func()'", " - ASoC: sh: rz-ssi: Fix error message print", " - drm/vmwgfx: Fix vmw_du_get_cursor_mob fencing of newly-created MOBs", " - clk: renesas: r8a779g0: Fix PCIe clock name", " - pinctrl: renesas: rzg2l: Fix locking in rzg2l_dt_subnode_to_map()", " - pinctrl: renesas: r8a779g0: Add missing SCIF_CLK2 pin group/function", " - clk: samsung: exynos850: Propagate SPI IPCLK rate change", " - media: v4l2: cci: print leading 0 on error", " - perf evsel: Fix duplicate initialization of data->id in", " evsel__parse_sample()", " - perf bpf: Clean up the generated/copied vmlinux.h", " - clk: meson: Add missing clocks to axg_clk_regmaps", " - media: em28xx: annotate unchecked call to media_device_register()", " - media: v4l2-tpg: fix some memleaks in tpg_alloc", " - media: v4l2-mem2mem: fix a memleak in v4l2_m2m_register_entity", " - media: dt-bindings: techwell,tw9900: Fix port schema ref", " - mtd: spinand: esmt: Extend IDs to 5 bytes", " - media: edia: dvbdev: fix a use-after-free", " - pinctrl: mediatek: Drop bogus slew rate register range for MT8186", " - pinctrl: mediatek: Drop bogus slew rate register range for MT8192", " - drm/amdgpu: Fix potential out-of-bounds access in", " 'amdgpu_discovery_reg_base_init()'", " - clk: qcom: reset: Commonize the de/assert functions", " - clk: qcom: reset: Ensure write completion on reset de/assertion", " - quota: Fix potential NULL pointer dereference", " - quota: Fix rcu annotations of inode dquot pointers", " - quota: Properly annotate i_dquot arrays with __rcu", " - ASoC: Intel: ssp-common: Add stub for sof_ssp_get_codec_name", " - PCI/P2PDMA: Fix a sleeping issue in a RCU read section", " - PCI: switchtec: Fix an error handling path in switchtec_pci_probe()", " - crypto: xilinx - call finalize with bh disabled", " - drivers/ps3: select VIDEO to provide cmdline functions", " - perf thread_map: Free strlist on normal path in thread_map__new_by_tid_str()", " - perf srcline: Add missed addr2line closes", " - dt-bindings: msm: qcom, mdss: Include ommited fam-b compatible", " - drm/msm/dpu: fix the programming of INTF_CFG2_DATA_HCTL_EN", " - drm/msm/dpu: Only enable DSC_MODE_MULTIPLEX if dsc_merge is enabled", " - drm/radeon/ni: Fix wrong firmware size logging in ni_init_microcode()", " - drm/amd/display: fix NULL checks for adev->dm.dc in amdgpu_dm_fini()", " - clk: renesas: r8a779g0: Correct PFC/GPIO parent clocks", " - clk: renesas: r8a779f0: Correct PFC/GPIO parent clock", " - clk: renesas: r9a07g04[34]: Use SEL_SDHI1_STS status configuration for SD1", " mux", " - ALSA: seq: fix function cast warnings", " - perf expr: Fix \"has_event\" function for metric style events", " - perf stat: Avoid metric-only segv", " - perf metric: Don't remove scale from counts", " - ASoC: meson: aiu: fix function pointer type mismatch", " - ASoC: meson: t9015: fix function pointer type mismatch", " - powerpc: Force inlining of arch_vmap_p{u/m}d_supported()", " - ASoC: SOF: Add some bounds checking to firmware data", " - drm: ci: use clk_ignore_unused for apq8016", " - NTB: fix possible name leak in ntb_register_device()", " - media: cedrus: h265: Fix configuring bitstream size", " - media: sun8i-di: Fix coefficient writes", " - media: sun8i-di: Fix power on/off sequences", " - media: sun8i-di: Fix chroma difference threshold", " - staging: media: starfive: Set 16 bpp for capture_raw device", " - media: imx: csc/scaler: fix v4l2_ctrl_handler memory leak", " - media: go7007: add check of return value of go7007_read_addr()", " - media: pvrusb2: remove redundant NULL check", " - media: videobuf2: Add missing doc comment for waiting_in_dqbuf", " - media: pvrusb2: fix pvr2_stream_callback casts", " - clk: qcom: dispcc-sdm845: Adjust internal GDSC wait times", " - drm/amd/display: Add 'replay' NULL check in 'edp_set_replay_allow_active()'", " - drm/panel: boe-tv101wum-nl6: make use of prepare_prev_first", " - drm/msm/dpu: finalise global state object", " - drm/mediatek: dsi: Fix DSI RGB666 formats and definitions", " - PCI: Mark 3ware-9650SE Root Port Extended Tags as broken", " - drm/bridge: adv7511: fix crash on irq during probe", " - pinctrl: renesas: Allow the compiler to optimize away sh_pfc_pm", " - clk: hisilicon: hi3519: Release the correct number of gates in", " hi3519_clk_unregister()", " - clk: hisilicon: hi3559a: Fix an erroneous devm_kfree()", " - clk: mediatek: mt8135: Fix an error handling path in", " clk_mt8135_apmixed_probe()", " - clk: mediatek: mt7622-apmixedsys: Fix an error handling path in", " clk_mt8135_apmixed_probe()", " - clk: mediatek: mt8183: Correct parent of CLK_INFRA_SSPM_32K_SELF", " - clk: mediatek: mt7981-topckgen: flag SGM_REG_SEL as critical", " - drm/tegra: put drm_gem_object ref on error in tegra_fb_create", " - tty: mips_ejtag_fdc: Fix passing incompatible pointer type warning", " - media: ivsc: csi: Swap SINK and SOURCE pads", " - media: i2c: imx290: Fix IMX920 typo", " - mfd: syscon: Call of_node_put() only when of_parse_phandle() takes a ref", " - mfd: altera-sysmgr: Call of_node_put() only when of_parse_phandle() takes a", " ref", " - perf print-events: make is_event_supported() more robust", " - crypto: arm/sha - fix function cast warnings", " - crypto: ccp - Avoid discarding errors in psp_send_platform_access_msg()", " - crypto: qat - remove unused macros in qat_comp_alg.c", " - crypto: qat - removed unused macro in adf_cnv_dbgfs.c", " - crypto: qat - avoid division by zero", " - crypto: qat - remove double initialization of value", " - crypto: qat - fix ring to service map for dcc in 4xxx", " - crypto: qat - fix ring to service map for dcc in 420xx", " - crypto: jitter - fix CRYPTO_JITTERENTROPY help text", " - drm/tidss: Fix initial plane zpos values", " - drm/tidss: Fix sync-lost issue with two displays", " - clk: imx: imx8mp: Fix SAI_MCLK_SEL definition", " - mtd: maps: physmap-core: fix flash size larger than 32-bit", " - mtd: rawnand: lpc32xx_mlc: fix irq handler prototype", " - mtd: rawnand: brcmnand: exec_op helper functions return type fixes", " - ASoC: meson: axg-tdm-interface: fix mclk setup without mclk-fs", " - ASoC: meson: axg-tdm-interface: add frame rate constraint", " - drm/msm/a6xx: specify UBWC config for sc7180", " - drm/msm/a7xx: Fix LLC typo", " - dt-bindings: arm-smmu: fix SM8[45]50 GPU SMMU if condition", " - perf pmu: Fix a potential memory leak in perf_pmu__lookup()", " - HID: amd_sfh: Update HPD sensor structure elements", " - HID: amd_sfh: Avoid disabling the interrupt", " - drm/amdgpu: Fix missing break in ATOM_ARG_IMM Case of atom_get_src_int()", " - media: pvrusb2: fix uaf in pvr2_context_set_notify", " - media: dvb-frontends: avoid stack overflow warnings with clang", " - media: go7007: fix a memleak in go7007_load_encoder", " - media: ttpci: fix two memleaks in budget_av_attach", " - media: mediatek: vcodec: avoid -Wcast-function-type-strict warning", " - arm64: ftrace: Don't forbid CALL_OPS+CC_OPTIMIZE_FOR_SIZE with Clang", " - drm/tests: helpers: Include missing drm_drv header", " - drm/amd/pm: Fix esm reg mask use to get pcie speed", " - gpio: nomadik: fix offset bug in nmk_pmx_set()", " - drm/mediatek: Fix a null pointer crash in mtk_drm_crtc_finish_page_flip", " - mfd: cs42l43: Fix wrong register defaults", " - powerpc/32: fix ADB_CUDA kconfig warning", " - powerpc/pseries: Fix potential memleak in papr_get_attr()", " - powerpc/hv-gpci: Fix the H_GET_PERF_COUNTER_INFO hcall return value checks", " - clk: qcom: gcc-ipq5018: fix 'enable_reg' offset of 'gcc_gmac0_sys_clk'", " - clk: qcom: gcc-ipq5018: fix 'halt_reg' offset of 'gcc_pcie1_pipe_clk'", " - clk: qcom: gcc-ipq5018: fix register offset for GCC_UBI0_AXI_ARES reset", " - perf vendor events amd: Fix Zen 4 cache latency events", " - drm/msm/dpu: allow certain formats for CDM for DP", " - drm/msm/dpu: add division of drm_display_mode's hskew parameter", " - media: usbtv: Remove useless locks in usbtv_video_free()", " - drm/xe: Fix ref counting leak on page fault", " - drm/xe: Replace 'grouped target' in Makefile with pattern rule", " - lib/stackdepot: fix first entry having a 0-handle", " - lib/stackdepot: off by one in depot_fetch_stack()", " - modules: wait do_free_init correctly", " - mfd: cs42l43: Fix wrong GPIO_FN_SEL and SPI_CLK_CONFIG1 defaults", " - power: supply: mm8013: fix \"not charging\" detection", " - powerpc/embedded6xx: Fix no previous prototype for avr_uart_send() etc.", " - powerpc/4xx: Fix warp_gpio_leds build failure", " - RISC-V: KVM: Forward SEED CSR access to user space", " - leds: aw2013: Unlock mutex before destroying it", " - leds: sgm3140: Add missing timer cleanup and flash gpio control", " - backlight: hx8357: Fix potential NULL pointer dereference", " - backlight: ktz8866: Correct the check for of_property_read_u32", " - backlight: lm3630a: Initialize backlight_properties on init", " - backlight: lm3630a: Don't set bl->props.brightness in get_brightness", " - backlight: da9052: Fully initialize backlight_properties during probe", " - backlight: lm3639: Fully initialize backlight_properties during probe", " - backlight: lp8788: Fully initialize backlight_properties during probe", " - sparc32: Use generic cmpdi2/ucmpdi2 variants", " - mtd: maps: sun_uflash: Declare uflash_devinit static", " - sparc32: Do not select GENERIC_ISA_DMA", " - sparc32: Fix section mismatch in leon_pci_grpci", " - clk: Fix clk_core_get NULL dereference", " - clk: zynq: Prevent null pointer dereference caused by kmalloc failure", " - PCI: brcmstb: Fix broken brcm_pcie_mdio_write() polling", " - cifs: Fix writeback data corruption", " - ALSA: hda/realtek: fix ALC285 issues on HP Envy x360 laptops", " - ALSA: hda/tas2781: use dev_dbg in system_resume", " - ALSA: hda/tas2781: add lock to system_suspend", " - ALSA: hda/tas2781: do not reset cur_* values in runtime_suspend", " - ALSA: hda/tas2781: do not call pm_runtime_force_* in system_resume/suspend", " - ALSA: hda/tas2781: restore power state after system_resume", " - ALSA: scarlett2: Fix Scarlett 4th Gen 4i4 low-voltage detection", " - ALSA: scarlett2: Fix Scarlett 4th Gen autogain status values", " - ALSA: scarlett2: Fix Scarlett 4th Gen input gain range", " - ALSA: scarlett2: Fix Scarlett 4th Gen input gain range again", " - mips: cm: Convert __mips_cm_l2sync_phys_base() to weak function", " - platform/x86/intel/pmc/lnl: Remove SSRAM support", " - platform/x86/intel/pmc/arl: Put GNA device in D3", " - platform/x86/amd/pmf: Do not use readl() for policy buffer access", " - ALSA: usb-audio: Stop parsing channels bits when all channels are found.", " - phy: qcom: qmp-usb: split USB-C PHY driver", " - phy: qcom: qmp-usbc: add support for the Type-C handling", " - phy: qcom: qmp-usbc: handle CLAMP register in a correct way", " - scsi: hisi_sas: Fix a deadlock issue related to automatic dump", " - RDMA/irdma: Remove duplicate assignment", " - RDMA/srpt: Do not register event handler until srpt device is fully setup", " - f2fs: compress: fix to guarantee persisting compressed blocks by CP", " - f2fs: compress: fix to cover normal cluster write with cp_rwsem", " - f2fs: compress: fix to check unreleased compressed cluster", " - f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnode", " - f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panic", " - f2fs: zone: fix to wait completion of last bio in zone correctly", " - f2fs: fix NULL pointer dereference in f2fs_submit_page_write()", " - f2fs: compress: fix to cover f2fs_disable_compressed_file() w/ i_sem", " - f2fs: fix to avoid potential panic during recovery", " - scsi: csiostor: Avoid function pointer casts", " - i3c: dw: Disable IBI IRQ depends on hot-join and SIR enabling", " - RDMA/hns: Fix mis-modifying default congestion control algorithm", " - RDMA/device: Fix a race between mad_client and cm_client init", " - RDMA/rtrs-clt: Check strnlen return len in sysfs mpath_policy_store()", " - scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfn", " - f2fs: fix to create selinux label during whiteout initialization", " - f2fs: compress: fix to check zstd compress level correctly in mount option", " - net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr()", " - NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102", " - NFSv4.2: fix listxattr maximum XDR buffer size", " - f2fs: compress: fix to check compress flag w/ .i_sem lock", " - f2fs: check number of blocks in a current section", " - watchdog: starfive: Check pm_runtime_enabled() before decrementing usage", " counter", " - watchdog: stm32_iwdg: initialize default timeout", " - f2fs: fix to use correct segment type in f2fs_allocate_data_block()", " - f2fs: ro: compress: fix to avoid caching unaligned extent", " - RDMA/mana_ib: Fix bug in creation of dma regions", " - RDMA/mana_ib: Introduce mdev_to_gc helper function", " - RDMA/mana_ib: Introduce mana_ib_get_netdev helper function", " - RDMA/mana_ib: Introduce mana_ib_install_cq_cb helper function", " - RDMA/mana_ib: Use virtual address in dma regions for MRs", " - Input: iqs7222 - add support for IQS7222D v1.1 and v1.2", " - NFS: Fix nfs_netfs_issue_read() xarray locking for writeback interrupt", " - NFS: Fix an off by one in root_nfs_cat()", " - NFSv4.1/pnfs: fix NFS with TLS in pnfs", " - ACPI: HMAT: Remove register of memory node for generic target", " - f2fs: compress: relocate some judgments in f2fs_reserve_compress_blocks", " - f2fs: compress: fix reserve_cblocks counting error when out of space", " - f2fs: fix to truncate meta inode pages forcely", " - f2fs: zone: fix to remove pow2 check condition for zoned block device", " - cxl: Fix the incorrect assignment of SSLBIS entry pointer initial location", " - perf/x86/amd/core: Avoid register reset when CPU is dead", " - afs: Revert \"afs: Hide silly-rename files from userspace\"", " - afs: Don't cache preferred address", " - afs: Fix occasional rmdir-then-VNOVNODE with generic/011", " - f2fs: fix to avoid use-after-free issue in f2fs_filemap_fault", " - nfs: fix panic when nfs4_ff_layout_prepare_ds() fails", " - ovl: relax WARN_ON in ovl_verify_area()", " - io_uring/net: correct the type of variable", " - remoteproc: stm32: Fix incorrect type in assignment for va", " - remoteproc: stm32: Fix incorrect type assignment returned by", " stm32_rproc_get_loaded_rsc_tablef", " - iio: pressure: mprls0025pa fix off-by-one enum", " - usb: phy: generic: Get the vbus supply", " - tty: vt: fix 20 vs 0x20 typo in EScsiignore", " - serial: max310x: fix syntax error in IRQ error message", " - tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMT", " - arm64: dts: broadcom: bcmbca: bcm4908: drop invalid switch cells", " - coresight: Fix issue where a source device's helpers aren't disabled", " - coresight: etm4x: Set skip_power_up in etm4_init_arch_data function", " - xhci: Add interrupt pending autoclear flag to each interrupter", " - xhci: make isoc_bei_interval variable interrupter specific.", " - xhci: remove unnecessary event_ring_deq parameter from xhci_handle_event()", " - xhci: update event ring dequeue pointer position to controller correctly", " - coccinelle: device_attr_show: Remove useless expression STR", " - kconfig: fix infinite loop when expanding a macro at the end of file", " - iio: gts-helper: Fix division loop", " - bus: mhi: ep: check the correct variable in mhi_ep_register_controller()", " - hwtracing: hisi_ptt: Move type check to the beginning of", " hisi_ptt_pmu_event_init()", " - rtc: mt6397: select IRQ_DOMAIN instead of depending on it", " - rtc: max31335: fix interrupt status reg", " - serial: 8250_exar: Don't remove GPIO device on suspend", " - staging: greybus: fix get_channel_from_mode() failure path", " - mei: vsc: Call wake_up() in the threaded IRQ handler", " - mei: vsc: Don't use sleeping condition in wait_event_timeout()", " - usb: gadget: net2272: Use irqflags in the call to net2272_probe_fin", " - char: xilinx_hwicap: Fix NULL vs IS_ERR() bug", " - x86/hyperv: Use per cpu initial stack for vtl context", " - ASoC: tlv320adc3xxx: Don't strip remove function when driver is builtin", " - thermal/drivers/mediatek/lvts_thermal: Fix a memory leak in an error", " handling path", " - thermal/drivers/qoriq: Fix getting tmu range", " - io_uring: don't save/restore iowait state", " - spi: lpspi: Avoid potential use-after-free in probe()", " - spi: Restore delays for non-GPIO chip select", " - ASoC: rockchip: i2s-tdm: Fix inaccurate sampling rates", " - nouveau: reset the bo resource bus info after an eviction", " - tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge()", " - rds: tcp: Fix use-after-free of net in reqsk_timer_handler().", " - octeontx2-af: Use matching wake_up API variant in CGX command interface", " - s390/vtime: fix average steal time calculation", " - net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check", " - devlink: Fix devlink parallel commands processing", " - riscv: Only check online cpus for emulated accesses", " - soc: fsl: dpio: fix kcalloc() argument order", " - cpufreq: Fix per-policy boost behavior on SoCs using cpufreq_boost_set_sw()", " - io_uring: Fix release of pinned pages when __io_uaddr_map fails", " - tcp: Fix refcnt handling in __inet_hash_connect().", " - vmxnet3: Fix missing reserved tailroom", " - hsr: Fix uninit-value access in hsr_get_node()", " - net: txgbe: fix clk_name exceed MAX_DEV_ID limits", " - spi: spi-mem: add statistics support to ->exec_op() calls", " - spi: Fix error code checking in spi_mem_exec_op()", " - nvme: fix reconnection fail due to reserved tag allocation", " - drm/xe: Invalidate userptr VMA on page pin fault", " - drm/xe: Skip VMAs pin when requesting signal to the last XE_EXEC", " - net: mediatek: mtk_eth_soc: clear MAC_MCR_FORCE_LINK only when MAC is up", " - net: ethernet: mtk_eth_soc: fix PPE hanging issue", " - io_uring: fix poll_remove stalled req completion", " - ASoC: SOF: amd: Move signed_fw_image to struct acp_quirk_entry", " - ASoC: SOF: amd: Skip IRAM/DRAM size modification for Steam Deck OLED", " - riscv: Fix compilation error with FAST_GUP and rv32", " - xen/evtchn: avoid WARN() when unbinding an event channel", " - xen/events: increment refcnt only if event channel is refcounted", " - packet: annotate data-races around ignore_outgoing", " - xfrm: Allow UDP encapsulation only in offload modes", " - net: veth: do not manipulate GRO when using XDP", " - net: dsa: mt7530: prevent possible incorrect XTAL frequency selection", " - spi: spi-imx: fix off-by-one in mx51 CPU mode burst length", " - drm: Fix drm_fixp2int_round() making it add 0.5", " - virtio: uapi: Drop __packed attribute in linux/virtio_pci.h", " - vdpa_sim: reset must not run", " - vdpa/mlx5: Allow CVQ size changes", " - virtio: packed: fix unmap leak for indirect desc table", " - net: move dev->state into net_device_read_txrx group", " - wireguard: receive: annotate data-race around receiving_counter.counter", " - rds: introduce acquire/release ordering in acquire/release_in_xmit()", " - hsr: Handle failures in module init", " - ipv4: raw: Fix sending packets from raw sockets via IPsec tunnels", " - nouveau/gsp: don't check devinit disable on GSP.", " - ceph: stop copying to iter at EOF on sync reads", " - net: phy: fix phy_read_poll_timeout argument type in genphy_loopback", " - dm-integrity: fix a memory leak when rechecking the data", " - net/bnx2x: Prevent access to a freed page in page_pool", " - devlink: fix port new reply cmd type", " - octeontx2: Detect the mbox up or down message via register", " - octeontx2-pf: Wait till detach_resources msg is complete", " - octeontx2-pf: Use default max_active works instead of one", " - octeontx2-pf: Send UP messages to VF only when VF is up.", " - octeontx2-af: Use separate handlers for interrupts", " - drm/amdgpu: add MMHUB 3.3.1 support", " - drm/amdgpu: fix mmhub client id out-of-bounds access", " - drm/amdgpu: drop setting buffer funcs in sdma442", " - netfilter: nft_set_pipapo: release elements in clone only from destroy path", " - netfilter: nf_tables: do not compare internal table flags on updates", " - rcu: add a helper to report consolidated flavor QS", " - net: report RCU QS on threaded NAPI repolling", " - bpf: report RCU QS in cpumap kthread", " - net: dsa: mt7530: fix link-local frames that ingress vlan filtering ports", " - net: dsa: mt7530: fix handling of all link-local frames", " - netfilter: nf_tables: Fix a memory leak in nf_tables_updchain", " - spi: spi-mt65xx: Fix NULL pointer access in interrupt handler", " - selftests: forwarding: Fix ping failure due to short timeout", " - dm io: Support IO priority", " - dm-integrity: align the outgoing bio in integrity_recheck", " - x86/efistub: Clear decompressor BSS in native EFI entrypoint", " - x86/efistub: Don't clear BSS twice in mixed mode", " - printk: Adjust mapping for 32bit seq macros", " - printk: Use prb_first_seq() as base for 32bit seq macros", " - Linux 6.8.2", " - [Config] updateconfig following v6.8.2 import", "", " * Provide python perf module (LP: #2051560)", " - [Packaging] enable perf python module", " - [Packaging] provide a wrapper module for python-perf", "", " * To support AMD Adaptive Backlight Management (ABM) for power profiles daemon", " >= 2.0 (LP: #2056716)", " - drm/amd/display: add panel_power_savings sysfs entry to eDP connectors", " - drm/amdgpu: respect the abmlevel module parameter value if it is set", "", " * Miscellaneous Ubuntu changes", " - [Config] Disable StarFive JH7100 support", " - [Config] Disable Renesas RZ/Five support", " - [Config] Disable BINFMT_FLAT for riscv64", "" ], "package": "linux", "version": "6.8.0-32.32", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2064344, 1786013, 1975592, 1975592, 2013232, 1981437, 2061747, 2042500, 2063096, 2061953, 2058557, 2060422, 2042546, 2059080, 2060533, 2060531, 2060531, 2062556, 2060130, 2059263, 2055083, 2058573, 2060097, 2051560, 2056716 ], "author": "Roxana Nicolescu ", "date": "Wed, 01 May 2024 16:02:05 +0200" } ], "notes": "linux-libc-dev version '6.8.0-35.35' (source package linux version '6.8.0-35.35') was added. linux-libc-dev version '6.8.0-35.35' has the same source package name, linux, as removed package linux-headers-6.8.0-31. As such we can use the source package version of the removed package, '6.8.0-31.31', as the starting point in our changelog diff. Kernel packages are an example of where the binary package name changes for the same source package. Using the removed package source package version as our starting point means we can still get meaningful changelog diffs even for what appears to be a new package." }, { "name": "linux-modules-6.8.0-35-generic", "from_version": { "source_package_name": "linux", "source_package_version": "6.8.0-31.31", "version": null }, "to_version": { "source_package_name": "linux", "source_package_version": "6.8.0-35.35", "version": "6.8.0-35.35" }, "cves": [ { "cve": "CVE-2024-21823", "url": "https://ubuntu.com/security/CVE-2024-21823", "cve_description": "Hardware logic with insecure de-synchronization in Intel(R) DSA and Intel(R) IAA for some Intel(R) 4th or 5th generation Xeon(R) processors may allow an authorized user to potentially enable denial of service via local access.", "cve_priority": "medium", "cve_public_date": "2024-05-16 21:16:00 UTC" } ], "launchpad_bugs_fixed": [ 2065886, 2065167, 1786013, 2064344, 1786013, 1975592, 1975592, 2013232, 1981437, 2061747, 2042500, 2063096, 2061953, 2058557, 2060422, 2042546, 2059080, 2060533, 2060531, 2060531, 2062556, 2060130, 2059263, 2055083, 2058573, 2060097, 2051560, 2056716 ], "changes": [ { "cves": [ { "cve": "CVE-2024-21823", "url": "https://ubuntu.com/security/CVE-2024-21823", "cve_description": "Hardware logic with insecure de-synchronization in Intel(R) DSA and Intel(R) IAA for some Intel(R) 4th or 5th generation Xeon(R) processors may allow an authorized user to potentially enable denial of service via local access.", "cve_priority": "medium", "cve_public_date": "2024-05-16 21:16:00 UTC" } ], "log": [ "", " * noble/linux: 6.8.0-35.35 -proposed tracker (LP: #2065886)", "", " * CVE-2024-21823", " - VFIO: Add the SPR_DSA and SPR_IAX devices to the denylist", " - dmaengine: idxd: add a new security check to deal with a hardware erratum", " - dmaengine: idxd: add a write() method for applications to submit work", "" ], "package": "linux", "version": "6.8.0-35.35", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2065886 ], "author": "Roxana Nicolescu ", "date": "Mon, 20 May 2024 16:26:15 +0200" }, { "cves": [], "log": [ "", " * noble/linux: 6.8.0-34.34 -proposed tracker (LP: #2065167)", "", " * Packaging resync (LP: #1786013)", " - [Packaging] debian.master/dkms-versions -- update from kernel-versions", " (main/2024.04.29)", "" ], "package": "linux", "version": "6.8.0-34.34", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2065167, 1786013 ], "author": "Roxana Nicolescu ", "date": "Wed, 08 May 2024 13:14:41 +0200" }, { "cves": [], "log": [ "", " * noble/linux: 6.8.0-32.32 -proposed tracker (LP: #2064344)", "", " * Packaging resync (LP: #1786013)", " - [Packaging] drop getabis data", " - [Packaging] update variants", " - [Packaging] update annotations scripts", " - [Packaging] debian.master/dkms-versions -- update from kernel-versions", " (main/2024.04.29)", "", " * Enable Nezha board (LP: #1975592)", " - [Config] Enable CONFIG_REGULATOR_FIXED_VOLTAGE on riscv64", "", " * Enable Nezha board (LP: #1975592) // Enable StarFive VisionFive 2 board", " (LP: #2013232)", " - [Config] Enable CONFIG_SERIAL_8250_DW on riscv64", "", " * RISC-V kernel config is out of sync with other archs (LP: #1981437)", " - [Config] Sync riscv64 config with other architectures", "", " * obsolete out-of-tree ivsc dkms in favor of in-tree one (LP: #2061747)", " - ACPI: scan: Defer enumeration of devices with a _DEP pointing to IVSC device", " - Revert \"mei: vsc: Call wake_up() in the threaded IRQ handler\"", " - mei: vsc: Unregister interrupt handler for system suspend", " - media: ipu-bridge: Add ov01a10 in Dell XPS 9315", " - SAUCE: media: ipu-bridge: Support more sensors", "", " * Fix after-suspend-mediacard/sdhc-insert test failed (LP: #2042500)", " - PCI/ASPM: Move pci_configure_ltr() to aspm.c", " - PCI/ASPM: Always build aspm.c", " - PCI/ASPM: Move pci_save_ltr_state() to aspm.c", " - PCI/ASPM: Save L1 PM Substates Capability for suspend/resume", " - PCI/ASPM: Call pci_save_ltr_state() from pci_save_pcie_state()", " - PCI/ASPM: Disable L1 before configuring L1 Substates", " - PCI/ASPM: Update save_state when configuration changes", "", " * RTL8852BE fw security fail then lost WIFI function during suspend/resume", " cycle (LP: #2063096)", " - wifi: rtw89: download firmware with five times retry", "", " * intel_rapl_common: Add support for ARL and LNL (LP: #2061953)", " - powercap: intel_rapl: Add support for Lunar Lake-M paltform", " - powercap: intel_rapl: Add support for Arrow Lake", "", " * Kernel panic during checkbox stress_ng_test on Grace running noble 6.8", " (arm64+largemem) kernel (LP: #2058557)", " - aio: Fix null ptr deref in aio_complete() wakeup", "", " * Avoid creating non-working backlight sysfs knob from ASUS board", " (LP: #2060422)", " - platform/x86: asus-wmi: Consider device is absent when the read is ~0", "", " * Include cifs.ko in linux-modules package (LP: #2042546)", " - [Packaging] Replace fs/cifs with fs/smb/client in inclusion list", "", " * Add Real-time Linux Analysis tool (rtla) to linux-tools (LP: #2059080)", " - SAUCE: rtla: fix deb build", " - [Packaging] add Real-time Linux Analysis tool (rtla) to linux-tools", " - [Packaging] update dependencies for rtla", "", " * Noble update: v6.8.4 upstream stable release (LP: #2060533)", " - Revert \"workqueue: Shorten events_freezable_power_efficient name\"", " - Revert \"workqueue: Don't call cpumask_test_cpu() with -1 CPU in", " wq_update_node_max_active()\"", " - Revert \"workqueue: Implement system-wide nr_active enforcement for unbound", " workqueues\"", " - Revert \"workqueue: Introduce struct wq_node_nr_active\"", " - Revert \"workqueue: RCU protect wq->dfl_pwq and implement accessors for it\"", " - Revert \"workqueue: Make wq_adjust_max_active() round-robin pwqs while", " activating\"", " - Revert \"workqueue: Move nr_active handling into helpers\"", " - Revert \"workqueue: Replace pwq_activate_inactive_work() with", " [__]pwq_activate_work()\"", " - Revert \"workqueue: Factor out pwq_is_empty()\"", " - Revert \"workqueue: Move pwq->max_active to wq->max_active\"", " - Revert \"workqueue.c: Increase workqueue name length\"", " - Linux 6.8.4", "", " * Noble update: v6.8.3 upstream stable release (LP: #2060531)", " - drm/vmwgfx: Unmap the surface before resetting it on a plane state", " - wifi: brcmfmac: Fix use-after-free bug in brcmf_cfg80211_detach", " - wifi: brcmfmac: avoid invalid list operation when vendor attach fails", " - media: staging: ipu3-imgu: Set fields before media_entity_pads_init()", " - arm64: dts: qcom: sc7280: Add additional MSI interrupts", " - remoteproc: virtio: Fix wdg cannot recovery remote processor", " - clk: qcom: gcc-sdm845: Add soft dependency on rpmhpd", " - smack: Set SMACK64TRANSMUTE only for dirs in smack_inode_setxattr()", " - smack: Handle SMACK64TRANSMUTE in smack_inode_setsecurity()", " - arm: dts: marvell: Fix maxium->maxim typo in brownstone dts", " - drm/vmwgfx: Fix possible null pointer derefence with invalid contexts", " - arm64: dts: qcom: sm8450-hdk: correct AMIC4 and AMIC5 microphones", " - serial: max310x: fix NULL pointer dereference in I2C instantiation", " - drm/vmwgfx: Fix the lifetime of the bo cursor memory", " - pci_iounmap(): Fix MMIO mapping leak", " - media: xc4000: Fix atomicity violation in xc4000_get_frequency", " - media: mc: Add local pad to pipeline regardless of the link state", " - media: mc: Fix flags handling when creating pad links", " - media: nxp: imx8-isi: Check whether crossbar pad is non-NULL before access", " - media: mc: Add num_links flag to media_pad", " - media: mc: Rename pad variable to clarify intent", " - media: mc: Expand MUST_CONNECT flag to always require an enabled link", " - media: nxp: imx8-isi: Mark all crossbar sink pads as MUST_CONNECT", " - md: use RCU lock to protect traversal in md_spares_need_change()", " - KVM: Always flush async #PF workqueue when vCPU is being destroyed", " - arm64: dts: qcom: sm8550-qrd: correct WCD9385 TX port mapping", " - arm64: dts: qcom: sm8550-mtp: correct WCD9385 TX port mapping", " - cpufreq: amd-pstate: Fix min_perf assignment in amd_pstate_adjust_perf()", " - thermal/intel: Fix intel_tcc_get_temp() to support negative CPU temperature", " - powercap: intel_rapl: Fix a NULL pointer dereference", " - powercap: intel_rapl: Fix locking in TPMI RAPL", " - powercap: intel_rapl_tpmi: Fix a register bug", " - powercap: intel_rapl_tpmi: Fix System Domain probing", " - powerpc/smp: Adjust nr_cpu_ids to cover all threads of a core", " - powerpc/smp: Increase nr_cpu_ids to include the boot CPU", " - sparc64: NMI watchdog: fix return value of __setup handler", " - sparc: vDSO: fix return value of __setup handler", " - selftests/mqueue: Set timeout to 180 seconds", " - pinctrl: qcom: sm8650-lpass-lpi: correct Kconfig name", " - ext4: correct best extent lstart adjustment logic", " - drm/amdgpu/display: Address kdoc for 'is_psr_su' in 'fill_dc_dirty_rects'", " - block: Clear zone limits for a non-zoned stacked queue", " - kasan/test: avoid gcc warning for intentional overflow", " - bounds: support non-power-of-two CONFIG_NR_CPUS", " - fat: fix uninitialized field in nostale filehandles", " - fuse: fix VM_MAYSHARE and direct_io_allow_mmap", " - mfd: twl: Select MFD_CORE", " - ubifs: Set page uptodate in the correct place", " - ubi: Check for too small LEB size in VTBL code", " - ubi: correct the calculation of fastmap size", " - ubifs: ubifs_symlink: Fix memleak of inode->i_link in error path", " - mtd: rawnand: meson: fix scrambling mode value in command macro", " - md/md-bitmap: fix incorrect usage for sb_index", " - x86/nmi: Fix the inverse \"in NMI handler\" check", " - parisc/unaligned: Rewrite 64-bit inline assembly of emulate_ldd()", " - parisc: Avoid clobbering the C/B bits in the PSW with tophys and tovirt", " macros", " - parisc: Fix ip_fast_csum", " - parisc: Fix csum_ipv6_magic on 32-bit systems", " - parisc: Fix csum_ipv6_magic on 64-bit systems", " - parisc: Strip upper 32 bit of sum in csum_ipv6_magic for 64-bit builds", " - md/raid5: fix atomicity violation in raid5_cache_count", " - iio: adc: rockchip_saradc: fix bitmask for channels on SARADCv2", " - iio: adc: rockchip_saradc: use mask for write_enable bitfield", " - docs: Restore \"smart quotes\" for quotes", " - cpufreq: Limit resolving a frequency to policy min/max", " - PM: suspend: Set mem_sleep_current during kernel command line setup", " - vfio/pds: Always clear the save/restore FDs on reset", " - clk: qcom: gcc-ipq5018: fix terminating of frequency table arrays", " - clk: qcom: gcc-ipq6018: fix terminating of frequency table arrays", " - clk: qcom: gcc-ipq8074: fix terminating of frequency table arrays", " - clk: qcom: gcc-ipq9574: fix terminating of frequency table arrays", " - clk: qcom: camcc-sc8280xp: fix terminating of frequency table arrays", " - clk: qcom: mmcc-apq8084: fix terminating of frequency table arrays", " - clk: qcom: mmcc-msm8974: fix terminating of frequency table arrays", " - usb: xhci: Add error handling in xhci_map_urb_for_dma", " - powerpc/fsl: Fix mfpmr build errors with newer binutils", " - USB: serial: ftdi_sio: add support for GMC Z216C Adapter IR-USB", " - USB: serial: add device ID for VeriFone adapter", " - USB: serial: cp210x: add ID for MGP Instruments PDS100", " - wifi: mac80211: track capability/opmode NSS separately", " - USB: serial: option: add MeiG Smart SLM320 product", " - KVM: x86/xen: inject vCPU upcall vector when local APIC is enabled", " - USB: serial: cp210x: add pid/vid for TDK NC0110013M and MM0110113M", " - PM: sleep: wakeirq: fix wake irq warning in system suspend", " - mmc: tmio: avoid concurrent runs of mmc_request_done()", " - fuse: replace remaining make_bad_inode() with fuse_make_bad()", " - fuse: fix root lookup with nonzero generation", " - fuse: don't unhash root", " - usb: typec: ucsi: Clean up UCSI_CABLE_PROP macros", " - usb: dwc3-am62: fix module unload/reload behavior", " - usb: dwc3-am62: Disable wakeup at remove", " - serial: core: only stop transmit when HW fifo is empty", " - serial: Lock console when calling into driver before registration", " - btrfs: qgroup: always free reserved space for extent records", " - btrfs: fix off-by-one chunk length calculation at contains_pending_extent()", " - wifi: rtw88: Add missing VID/PIDs for 8811CU and 8821CU", " - docs: Makefile: Add dependency to $(YNL_INDEX) for targets other than", " htmldocs", " - PCI/PM: Drain runtime-idle callbacks before driver removal", " - PCI/DPC: Quirk PIO log size for Intel Raptor Lake Root Ports", " - Revert \"Revert \"md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d\"\"", " - md: don't clear MD_RECOVERY_FROZEN for new dm-raid until resume", " - md: export helpers to stop sync_thread", " - md: export helper md_is_rdwr()", " - md: add a new helper reshape_interrupted()", " - dm-raid: really frozen sync_thread during suspend", " - md/dm-raid: don't call md_reap_sync_thread() directly", " - dm-raid: add a new helper prepare_suspend() in md_personality", " - dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent", " with reshape", " - dm-raid: fix lockdep waring in \"pers->hot_add_disk\"", " - powerpc: xor_vmx: Add '-mhard-float' to CFLAGS", " - mac802154: fix llsec key resources release in mac802154_llsec_key_del", " - mm: swap: fix race between free_swap_and_cache() and swapoff()", " - mmc: core: Fix switch on gp3 partition", " - Bluetooth: btnxpuart: Fix btnxpuart_close", " - leds: trigger: netdev: Fix kernel panic on interface rename trig notify", " - drm/etnaviv: Restore some id values", " - landlock: Warn once if a Landlock action is requested while disabled", " - io_uring: fix mshot read defer taskrun cqe posting", " - hwmon: (amc6821) add of_match table", " - io_uring: fix io_queue_proc modifying req->flags", " - ext4: fix corruption during on-line resize", " - nvmem: meson-efuse: fix function pointer type mismatch", " - slimbus: core: Remove usage of the deprecated ida_simple_xx() API", " - phy: tegra: xusb: Add API to retrieve the port number of phy", " - usb: gadget: tegra-xudc: Fix USB3 PHY retrieval logic", " - speakup: Fix 8bit characters from direct synth", " - debugfs: fix wait/cancellation handling during remove", " - PCI/AER: Block runtime suspend when handling errors", " - io_uring/net: correctly handle multishot recvmsg retry setup", " - io_uring: fix mshot io-wq checks", " - PCI: qcom: Disable ASPM L0s for sc8280xp, sa8540p and sa8295p", " - sparc32: Fix parport build with sparc32", " - nfs: fix UAF in direct writes", " - NFS: Read unlock folio on nfs_page_create_from_folio() error", " - kbuild: Move -Wenum-{compare-conditional,enum-conversion} into W=1", " - PCI: qcom: Enable BDF to SID translation properly", " - PCI: dwc: endpoint: Fix advertised resizable BAR size", " - PCI: hv: Fix ring buffer size calculation", " - cifs: prevent updating file size from server if we have a read/write lease", " - cifs: allow changing password during remount", " - thermal/drivers/mediatek: Fix control buffer enablement on MT7896", " - vfio/pci: Disable auto-enable of exclusive INTx IRQ", " - vfio/pci: Lock external INTx masking ops", " - vfio/platform: Disable virqfds on cleanup", " - vfio/platform: Create persistent IRQ handlers", " - vfio/fsl-mc: Block calling interrupt handler without trigger", " - tpm,tpm_tis: Avoid warning splat at shutdown", " - ksmbd: replace generic_fillattr with vfs_getattr", " - ksmbd: retrieve number of blocks using vfs_getattr in", " set_file_allocation_info", " - platform/x86/intel/tpmi: Change vsec offset to u64", " - io_uring/rw: return IOU_ISSUE_SKIP_COMPLETE for multishot retry", " - io_uring: clean rings on NO_MMAP alloc fail", " - ring-buffer: Do not set shortest_full when full target is hit", " - ring-buffer: Fix full_waiters_pending in poll", " - ring-buffer: Use wait_event_interruptible() in ring_buffer_wait()", " - tracing/ring-buffer: Fix wait_on_pipe() race", " - dlm: fix user space lkb refcounting", " - soc: fsl: qbman: Always disable interrupts when taking cgr_lock", " - soc: fsl: qbman: Use raw spinlock for cgr_lock", " - s390/zcrypt: fix reference counting on zcrypt card objects", " - drm/probe-helper: warn about negative .get_modes()", " - drm/panel: do not return negative error codes from drm_panel_get_modes()", " - drm/exynos: do not return negative values from .get_modes()", " - drm/imx/ipuv3: do not return negative values from .get_modes()", " - drm/vc4: hdmi: do not return negative values from .get_modes()", " - clocksource/drivers/timer-riscv: Clear timer interrupt on timer", " initialization", " - memtest: use {READ,WRITE}_ONCE in memory scanning", " - Revert \"block/mq-deadline: use correct way to throttling write requests\"", " - lsm: use 32-bit compatible data types in LSM syscalls", " - lsm: handle the NULL buffer case in lsm_fill_user_ctx()", " - f2fs: mark inode dirty for FI_ATOMIC_COMMITTED flag", " - f2fs: truncate page cache before clearing flags when aborting atomic write", " - nilfs2: fix failure to detect DAT corruption in btree and direct mappings", " - nilfs2: prevent kernel bug at submit_bh_wbc()", " - cifs: make sure server interfaces are requested only for SMB3+", " - cifs: reduce warning log level for server not advertising interfaces", " - cifs: open_cached_dir(): add FILE_READ_EA to desired access", " - mtd: rawnand: Fix and simplify again the continuous read derivations", " - mtd: rawnand: Add a helper for calculating a page index", " - mtd: rawnand: Ensure all continuous terms are always in sync", " - mtd: rawnand: Constrain even more when continuous reads are enabled", " - cpufreq: dt: always allocate zeroed cpumask", " - io_uring/futex: always remove futex entry for cancel all", " - io_uring/waitid: always remove waitid entry for cancel all", " - x86/CPU/AMD: Update the Zenbleed microcode revisions", " - ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()", " - net: esp: fix bad handling of pages from page_pool", " - NFSD: Fix nfsd_clid_class use of __string_len() macro", " - drm/i915: Add missing ; to __assign_str() macros in tracepoint code", " - net: hns3: tracing: fix hclgevf trace event strings", " - cxl/trace: Properly initialize cxl_poison region name", " - ksmbd: fix potencial out-of-bounds when buffer offset is invalid", " - virtio: reenable config if freezing device failed", " - LoongArch: Change __my_cpu_offset definition to avoid mis-optimization", " - LoongArch: Define the __io_aw() hook as mmiowb()", " - LoongArch/crypto: Clean up useless assignment operations", " - wireguard: netlink: check for dangling peer via is_dead instead of empty", " list", " - wireguard: netlink: access device through ctx instead of peer", " - wireguard: selftests: set RISCV_ISA_FALLBACK on riscv{32,64}", " - ahci: asm1064: asm1166: don't limit reported ports", " - drm/amd/display: Change default size for dummy plane in DML2", " - drm/amdgpu: amdgpu_ttm_gart_bind set gtt bound flag", " - drm/amdgpu/pm: Fix NULL pointer dereference when get power limit", " - drm/amdgpu/pm: Check the validity of overdiver power limit", " - drm/amd/display: Override min required DCFCLK in dml1_validate", " - drm/amd/display: Allow dirty rects to be sent to dmub when abm is active", " - drm/amd/display: Init DPPCLK from SMU on dcn32", " - drm/amd/display: Update odm when ODM combine is changed on an otg master", " pipe with no plane", " - drm/amd/display: Fix idle check for shared firmware state", " - drm/amd/display: Amend coasting vtotal for replay low hz", " - drm/amd/display: Lock all enabled otg pipes even with no planes", " - drm/amd/display: Implement wait_for_odm_update_pending_complete", " - drm/amd/display: Return the correct HDCP error code", " - drm/amd/display: Add a dc_state NULL check in dc_state_release", " - drm/amd/display: Fix noise issue on HDMI AV mute", " - dm snapshot: fix lockup in dm_exception_table_exit", " - x86/pm: Work around false positive kmemleak report in msr_build_context()", " - wifi: brcmfmac: add per-vendor feature detection callback", " - wifi: brcmfmac: cfg80211: Use WSEC to set SAE password", " - wifi: brcmfmac: Demote vendor-specific attach/detach messages to info", " - drm/ttm: Make sure the mapped tt pages are decrypted when needed", " - drm/amd/display: Unify optimize_required flags and VRR adjustments", " - drm/amd/display: Add more checks for exiting idle in DC", " - btrfs: add set_folio_extent_mapped() helper", " - btrfs: replace sb::s_blocksize by fs_info::sectorsize", " - btrfs: add helpers to get inode from page/folio pointers", " - btrfs: add helpers to get fs_info from page/folio pointers", " - btrfs: add helper to get fs_info from struct inode pointer", " - btrfs: qgroup: validate btrfs_qgroup_inherit parameter", " - vfio: Introduce interface to flush virqfd inject workqueue", " - vfio/pci: Create persistent INTx handler", " - drm/bridge: add ->edid_read hook and drm_bridge_edid_read()", " - drm/bridge: lt8912b: use drm_bridge_edid_read()", " - drm/bridge: lt8912b: clear the EDID property on failures", " - drm/bridge: lt8912b: do not return negative values from .get_modes()", " - drm/amd/display: Remove pixle rate limit for subvp", " - drm/amd/display: Revert Remove pixle rate limit for subvp", " - workqueue: Shorten events_freezable_power_efficient name", " - drm/amd/display: Use freesync when `DRM_EDID_FEATURE_CONTINUOUS_FREQ` found", " - netfilter: nf_tables: reject constant set with timeout", " - Revert \"crypto: pkcs7 - remove sha1 support\"", " - x86/efistub: Call mixed mode boot services on the firmware's stack", " - ASoC: amd: yc: Revert \"Fix non-functional mic on Lenovo 21J2\"", " - ASoC: amd: yc: Revert \"add new YC platform variant (0x63) support\"", " - Fix memory leak in posix_clock_open()", " - wifi: rtw88: 8821cu: Fix connection failure", " - x86/Kconfig: Remove CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT", " - x86/sev: Fix position dependent variable references in startup code", " - clocksource/drivers/arm_global_timer: Fix maximum prescaler value", " - ARM: 9352/1: iwmmxt: Remove support for PJ4/PJ4B cores", " - ARM: 9359/1: flush: check if the folio is reserved for no-mapping addresses", " - entry: Respect changes to system call number by trace_sys_enter()", " - swiotlb: Fix double-allocation of slots due to broken alignment handling", " - swiotlb: Honour dma_alloc_coherent() alignment in swiotlb_alloc()", " - swiotlb: Fix alignment checks when both allocation and DMA masks are present", " - iommu/dma: Force swiotlb_max_mapping_size on an untrusted device", " - printk: Update @console_may_schedule in console_trylock_spinning()", " - irqchip/renesas-rzg2l: Flush posted write in irq_eoi()", " - irqchip/renesas-rzg2l: Rename rzg2l_tint_eoi()", " - irqchip/renesas-rzg2l: Rename rzg2l_irq_eoi()", " - irqchip/renesas-rzg2l: Prevent spurious interrupts when setting trigger type", " - kprobes/x86: Use copy_from_kernel_nofault() to read from unsafe address", " - efi/libstub: fix efi_random_alloc() to allocate memory at alloc_min or", " higher address", " - x86/mpparse: Register APIC address only once", " - x86/fpu: Keep xfd_state in sync with MSR_IA32_XFD", " - efi: fix panic in kdump kernel", " - pwm: img: fix pwm clock lookup", " - selftests/mm: Fix build with _FORTIFY_SOURCE", " - btrfs: handle errors returned from unpin_extent_cache()", " - btrfs: fix warning messages not printing interval at unpin_extent_range()", " - btrfs: do not skip re-registration for the mounted device", " - mfd: intel-lpss: Switch to generalized quirk table", " - mfd: intel-lpss: Introduce QUIRK_CLOCK_DIVIDER_UNITY for XPS 9530", " - drm/i915: Replace a memset() with zero initialization", " - drm/i915: Try to preserve the current shared_dpll for fastset on type-c", " ports", " - drm/i915: Include the PLL name in the debug messages", " - drm/i915: Suppress old PLL pipe_mask checks for MG/TC/TBT PLLs", " - crypto: iaa - Fix nr_cpus < nr_iaa case", " - drm/amd/display: Prevent crash when disable stream", " - ALSA: hda/tas2781: remove digital gain kcontrol", " - ALSA: hda/tas2781: add locks to kcontrols", " - mm: zswap: fix writeback shinker GFP_NOIO/GFP_NOFS recursion", " - init: open /initrd.image with O_LARGEFILE", " - x86/efistub: Add missing boot_params for mixed mode compat entry", " - efi/libstub: Cast away type warning in use of max()", " - x86/efistub: Reinstate soft limit for initrd loading", " - prctl: generalize PR_SET_MDWE support check to be per-arch", " - ARM: prctl: reject PR_SET_MDWE on pre-ARMv6", " - tmpfs: fix race on handling dquot rbtree", " - btrfs: validate device maj:min during open", " - btrfs: fix race in read_extent_buffer_pages()", " - btrfs: zoned: don't skip block groups with 100% zone unusable", " - btrfs: zoned: use zone aware sb location for scrub", " - btrfs: zoned: fix use-after-free in do_zone_finish()", " - wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changes", " - wifi: cfg80211: add a flag to disable wireless extensions", " - wifi: iwlwifi: mvm: disable MLO for the time being", " - wifi: iwlwifi: fw: don't always use FW dump trig", " - wifi: iwlwifi: mvm: handle debugfs names more carefully", " - Revert \"drm/amd/display: Fix sending VSC (+ colorimetry) packets for DP/eDP", " displays without PSR\"", " - fbdev: Select I/O-memory framebuffer ops for SBus", " - exec: Fix NOMMU linux_binprm::exec in transfer_args_to_stack()", " - hexagon: vmlinux.lds.S: handle attributes section", " - mm: cachestat: fix two shmem bugs", " - selftests/mm: sigbus-wp test requires UFFD_FEATURE_WP_HUGETLBFS_SHMEM", " - selftests/mm: fix ARM related issue with fork after pthread_create", " - mmc: sdhci-omap: re-tuning is needed after a pm transition to support emmc", " HS200 mode", " - mmc: core: Initialize mmc_blk_ioc_data", " - mmc: core: Avoid negative index with array access", " - sdhci-of-dwcmshc: disable PM runtime in dwcmshc_remove()", " - block: Do not force full zone append completion in req_bio_endio()", " - thermal: devfreq_cooling: Fix perf state when calculate dfc res_util", " - Revert \"thermal: core: Don't update trip points inside the hysteresis range\"", " - nouveau/dmem: handle kcalloc() allocation failure", " - net: ll_temac: platform_get_resource replaced by wrong function", " - net: wan: framer: Add missing static inline qualifiers", " - net: phy: qcom: at803x: fix kernel panic with at8031_probe", " - drm/xe/query: fix gt_id bounds check", " - drm/dp: Fix divide-by-zero regression on DP MST unplug with nouveau", " - drm/vmwgfx: Create debugfs ttm_resource_manager entry only if needed", " - drm/amdkfd: fix TLB flush after unmap for GFX9.4.2", " - drm/amdgpu: fix deadlock while reading mqd from debugfs", " - drm/amd/display: Remove MPC rate control logic from DCN30 and above", " - drm/amd/display: Set DCN351 BB and IP the same as DCN35", " - drm/i915/hwmon: Fix locking inversion in sysfs getter", " - drm/i915/vma: Fix UAF on destroy against retire race", " - drm/i915/bios: Tolerate devdata==NULL in", " intel_bios_encoder_supports_dp_dual_mode()", " - drm/i915/vrr: Generate VRR \"safe window\" for DSB", " - drm/i915/dsi: Go back to the previous INIT_OTP/DISPLAY_ON order, mostly", " - drm/i915/dsb: Fix DSB vblank waits when using VRR", " - drm/i915: Do not match JSL in ehl_combo_pll_div_frac_wa_needed()", " - drm/i915: Pre-populate the cursor physical dma address", " - drm/i915/gt: Reset queue_priority_hint on parking", " - drm/amd/display: Fix bounds check for dcn35 DcfClocks", " - Bluetooth: hci_sync: Fix not checking error on hci_cmd_sync_cancel_sync", " - mtd: spinand: Add support for 5-byte IDs", " - Revert \"usb: phy: generic: Get the vbus supply\"", " - usb: cdc-wdm: close race between read and workqueue", " - usb: misc: ljca: Fix double free in error handling path", " - USB: UAS: return ENODEV when submit urbs fail with device not attached", " - vfio/pds: Make sure migration file isn't accessed after reset", " - ring-buffer: Make wake once of ring_buffer_wait() more robust", " - btrfs: fix extent map leak in unexpected scenario at unpin_extent_cache()", " - ALSA: sh: aica: reorder cleanup operations to avoid UAF bugs", " - scsi: ufs: qcom: Provide default cycles_in_1us value", " - scsi: sd: Fix TCG OPAL unlock on system resume", " - scsi: core: Fix unremoved procfs host directory regression", " - staging: vc04_services: changen strncpy() to strscpy_pad()", " - staging: vc04_services: fix information leak in create_component()", " - genirq: Introduce IRQF_COND_ONESHOT and use it in pinctrl-amd", " - usb: dwc3: Properly set system wakeup", " - USB: core: Fix deadlock in usb_deauthorize_interface()", " - USB: core: Add hub_get() and hub_put() routines", " - USB: core: Fix deadlock in port \"disable\" sysfs attribute", " - usb: dwc2: host: Fix remote wakeup from hibernation", " - usb: dwc2: host: Fix hibernation flow", " - usb: dwc2: host: Fix ISOC flow in DDMA mode", " - usb: dwc2: gadget: Fix exiting from clock gating", " - usb: dwc2: gadget: LPM flow fix", " - usb: udc: remove warning when queue disabled ep", " - usb: typec: ucsi: Fix race between typec_switch and role_switch", " - usb: typec: tcpm: fix double-free issue in tcpm_port_unregister_pd()", " - usb: typec: tcpm: Correct port source pdo array in pd_set callback", " - usb: typec: tcpm: Update PD of Type-C port upon pd_set", " - usb: typec: Return size of buffer if pd_set operation succeeds", " - usb: typec: ucsi: Clear EVENT_PENDING under PPM lock", " - usb: typec: ucsi: Ack unsupported commands", " - usb: typec: ucsi_acpi: Refactor and fix DELL quirk", " - usb: typec: ucsi: Clear UCSI_CCI_RESET_COMPLETE before reset", " - scsi: qla2xxx: Prevent command send on chip reset", " - scsi: qla2xxx: Fix N2N stuck connection", " - scsi: qla2xxx: Split FCE|EFT trace control", " - scsi: qla2xxx: Update manufacturer detail", " - scsi: qla2xxx: NVME|FCP prefer flag not being honored", " - scsi: qla2xxx: Fix command flush on cable pull", " - scsi: qla2xxx: Fix double free of the ha->vp_map pointer", " - scsi: qla2xxx: Fix double free of fcport", " - scsi: qla2xxx: Change debug message during driver unload", " - scsi: qla2xxx: Delay I/O Abort on PCI error", " - x86/bugs: Fix the SRSO mitigation on Zen3/4", " - crash: use macro to add crashk_res into iomem early for specific arch", " - drm/amd/display: fix IPX enablement", " - x86/bugs: Use fixed addressing for VERW operand", " - Revert \"x86/bugs: Use fixed addressing for VERW operand\"", " - usb: dwc3: pci: Drop duplicate ID", " - scsi: lpfc: Correct size for cmdwqe/rspwqe for memset()", " - scsi: lpfc: Correct size for wqe for memset()", " - scsi: libsas: Add a helper sas_get_sas_addr_and_dev_type()", " - scsi: libsas: Fix disk not being scanned in after being removed", " - perf/x86/amd/core: Update and fix stalled-cycles-* events for Zen 2 and", " later", " - x86/sev: Skip ROM range scans and validation for SEV-SNP guests", " - tools/resolve_btfids: fix build with musl libc", " - drm/amdgpu: fix use-after-free bug", " - drm/sched: fix null-ptr-deref in init entity", " - Linux 6.8.3", " - [Config] updateconfigs following v6.8.3 import", "", " * Noble update: v6.8.3 upstream stable release (LP: #2060531) //", " [Ubuntu-24.04] Hugepage memory is not getting released even after destroying", " the guest! (LP: #2062556)", " - block: Fix page refcounts for unaligned buffers in __bio_release_pages()", "", " * [SPR][EMR][GNR] TDX: efi: TD Measurement support for kernel cmdline/initrd", " sections from EFI stub (LP: #2060130)", " - efi/libstub: Use TPM event typedefs from the TCG PC Client spec", " - efi/tpm: Use symbolic GUID name from spec for final events table", " - efi/libstub: Add Confidential Computing (CC) measurement typedefs", " - efi/libstub: Measure into CC protocol if TCG2 protocol is absent", " - efi/libstub: Add get_event_log() support for CC platforms", " - x86/efistub: Remap kernel text read-only before dropping NX attribute", "", " * Fix acpi_power_meter accessing IPMI region before it's ready (LP: #2059263)", " - ACPI: IPMI: Add helper to wait for when SMI is selected", " - hwmon: (acpi_power_meter) Ensure IPMI space handler is ready on Dell systems", "", " * Drop fips-checks script from trees (LP: #2055083)", " - [Packaging] Remove fips-checks script", "", " * alsa/realtek: adjust max output valume for headphone on 2 LG machines", " (LP: #2058573)", " - ALSA: hda/realtek: fix the hp playback volume issue for LG machines", "", " * Noble update: v6.8.2 upstream stable release (LP: #2060097)", " - do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak", " - workqueue.c: Increase workqueue name length", " - workqueue: Move pwq->max_active to wq->max_active", " - workqueue: Factor out pwq_is_empty()", " - workqueue: Replace pwq_activate_inactive_work() with [__]pwq_activate_work()", " - workqueue: Move nr_active handling into helpers", " - workqueue: Make wq_adjust_max_active() round-robin pwqs while activating", " - workqueue: RCU protect wq->dfl_pwq and implement accessors for it", " - workqueue: Introduce struct wq_node_nr_active", " - workqueue: Implement system-wide nr_active enforcement for unbound", " workqueues", " - workqueue: Don't call cpumask_test_cpu() with -1 CPU in", " wq_update_node_max_active()", " - iomap: clear the per-folio dirty bits on all writeback failures", " - fs: Fix rw_hint validation", " - io_uring: remove looping around handling traditional task_work", " - io_uring: remove unconditional looping in local task_work handling", " - s390/dasd: Use dev_*() for device log messages", " - s390/dasd: fix double module refcount decrement", " - fs/hfsplus: use better @opf description", " - md: fix kmemleak of rdev->serial", " - rcu/exp: Fix RCU expedited parallel grace period kworker allocation failure", " recovery", " - rcu/exp: Handle RCU expedited grace period kworker allocation failure", " - fs/select: rework stack allocation hack for clang", " - block: fix deadlock between bd_link_disk_holder and partition scan", " - md: Don't clear MD_CLOSING when the raid is about to stop", " - kunit: Setup DMA masks on the kunit device", " - ovl: Always reject mounting over case-insensitive directories", " - kunit: test: Log the correct filter string in executor_test", " - lib/cmdline: Fix an invalid format specifier in an assertion msg", " - lib: memcpy_kunit: Fix an invalid format specifier in an assertion msg", " - time: test: Fix incorrect format specifier", " - rtc: test: Fix invalid format specifier.", " - net: test: Fix printf format specifier in skb_segment kunit test", " - drm/xe/tests: Fix printf format specifiers in xe_migrate test", " - drm: tests: Fix invalid printf format specifiers in KUnit tests", " - md/raid1: factor out helpers to add rdev to conf", " - md/raid1: record nonrot rdevs while adding/removing rdevs to conf", " - md/raid1: fix choose next idle in read_balance()", " - io_uring/net: unify how recvmsg and sendmsg copy in the msghdr", " - io_uring/net: move receive multishot out of the generic msghdr path", " - io_uring/net: fix overflow check in io_recvmsg_mshot_prep()", " - nvme: host: fix double-free of struct nvme_id_ns in ns_update_nuse()", " - aoe: fix the potential use-after-free problem in aoecmd_cfg_pkts", " - x86/mm: Ensure input to pfn_to_kaddr() is treated as a 64-bit type", " - x86/resctrl: Remove hard-coded memory bandwidth limit", " - x86/resctrl: Read supported bandwidth sources from CPUID", " - x86/resctrl: Implement new mba_MBps throttling heuristic", " - x86/sme: Fix memory encryption setting if enabled by default and not", " overridden", " - timekeeping: Fix cross-timestamp interpolation on counter wrap", " - timekeeping: Fix cross-timestamp interpolation corner case decision", " - timekeeping: Fix cross-timestamp interpolation for non-x86", " - x86/asm: Remove the __iomem annotation of movdir64b()'s dst argument", " - sched/fair: Take the scheduling domain into account in select_idle_smt()", " - sched/fair: Take the scheduling domain into account in select_idle_core()", " - wifi: ath10k: fix NULL pointer dereference in", " ath10k_wmi_tlv_op_pull_mgmt_tx_compl_ev()", " - wifi: b43: Stop/wake correct queue in DMA Tx path when QoS is disabled", " - wifi: b43: Stop/wake correct queue in PIO Tx path when QoS is disabled", " - wifi: b43: Stop correct queue in DMA worker when QoS is disabled", " - wifi: b43: Disable QoS for bcm4331", " - wifi: wilc1000: fix declarations ordering", " - wifi: wilc1000: fix RCU usage in connect path", " - wifi: ath11k: add support to select 6 GHz regulatory type", " - wifi: ath11k: store cur_regulatory_info for each radio", " - wifi: ath11k: fix a possible dead lock caused by ab->base_lock", " - wifi: rtl8xxxu: add cancel_work_sync() for c2hcmd_work", " - wifi: wilc1000: do not realloc workqueue everytime an interface is added", " - wifi: wilc1000: fix multi-vif management when deleting a vif", " - wifi: mwifiex: debugfs: Drop unnecessary error check for", " debugfs_create_dir()", " - ARM: dts: renesas: r8a73a4: Fix external clocks and clock rate", " - arm64: dts: qcom: x1e80100: drop qcom,drv-count", " - arm64: dts: qcom: sc8180x: Hook up VDD_CX as GCC parent domain", " - arm64: dts: qcom: sc8180x: Fix up big CPU idle state entry latency", " - arm64: dts: qcom: sc8180x: Add missing CPU off state", " - arm64: dts: qcom: sc8180x: Fix eDP PHY power-domains", " - arm64: dts: qcom: sc8180x: Don't hold MDP core clock at FMAX", " - arm64: dts: qcom: sc8180x: Require LOW_SVS vote for MMCX if DISPCC is on", " - arm64: dts: qcom: sc8180x: Add missing CPU<->MDP_CFG path", " - arm64: dts: qcom: sc8180x: Shrink aoss_qmp register space size", " - cpufreq: brcmstb-avs-cpufreq: add check for cpufreq_cpu_get's return value", " - cpufreq: mediatek-hw: Wait for CPU supplies before probing", " - sock_diag: annotate data-races around sock_diag_handlers[family]", " - inet_diag: annotate data-races around inet_diag_table[]", " - bpftool: Silence build warning about calloc()", " - selftests/bpf: Fix potential premature unload in bpf_testmod", " - libbpf: Apply map_set_def_max_entries() for inner_maps on creation", " - selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY values", " - bpftool: Fix wrong free call in do_show_link", " - wifi: ath12k: Fix issues in channel list update", " - selftests/bpf: Fix the flaky tc_redirect_dtime test", " - selftests/bpf: Wait for the netstamp_needed_key static key to be turned on", " - wifi: cfg80211: add RNR with reporting AP information", " - wifi: mac80211: use deflink and fix typo in link ID check", " - wifi: iwlwifi: change link id in time event to s8", " - af_unix: Annotate data-race of gc_in_progress in wait_for_unix_gc().", " - arm64: dts: qcom: sm8450: Add missing interconnects to serial", " - soc: qcom: socinfo: rename PM2250 to PM4125", " - arm64: dts: qcom: sc7280: Add static properties to cryptobam", " - arm64: dts: qcom: qcm6490-fairphone-fp5: Add missing reserved-memory", " - arm64: dts: qcom: sdm845-oneplus-common: improve DAI node naming", " - arm64: dts: qcom: rename PM2250 to PM4125", " - cpufreq: mediatek-hw: Don't error out if supply is not found", " - libbpf: Fix faccessat() usage on Android", " - libbpf: fix __arg_ctx type enforcement for perf_event programs", " - pmdomain: qcom: rpmhpd: Drop SA8540P gfx.lvl", " - arm64: dts: qcom: sa8540p: Drop gfx.lvl as power-domain for gpucc", " - arm64: dts: renesas: r8a779g0: Restore sort order", " - arm64: dts: renesas: r8a779g0: Add missing SCIF_CLK2", " - selftests/bpf: Disable IPv6 for lwt_redirect test", " - arm64: dts: imx8mm-kontron: Disable pullups for I2C signals on OSM-S i.MX8MM", " - arm64: dts: imx8mm-kontron: Disable pullups for I2C signals on SL/BL i.MX8MM", " - arm64: dts: imx8mm-kontron: Disable pullups for onboard UART signals on BL", " OSM-S board", " - arm64: dts: imx8mm-kontron: Disable pullups for onboard UART signals on BL", " board", " - arm64: dts: imx8mm-kontron: Disable pull resistors for SD card signals on BL", " OSM-S board", " - arm64: dts: imx8mm-kontron: Disable pull resistors for SD card signals on BL", " board", " - arm64: dts: imx8mm-kontron: Fix interrupt for RTC on OSM-S i.MX8MM module", " - arm64: dts: imx8qm: Align edma3 power-domains resources indentation", " - arm64: dts: imx8qm: Correct edma3 power-domains and interrupt numbers", " - libbpf: Add missing LIBBPF_API annotation to libbpf_set_memlock_rlim API", " - wifi: ath9k: delay all of ath9k_wmi_event_tasklet() until init is complete", " - wifi: ath11k: change to move WMI_VDEV_PARAM_SET_HEMU_MODE before", " WMI_PEER_ASSOC_CMDID", " - wifi: ath12k: fix fetching MCBC flag for QCN9274", " - wifi: iwlwifi: mvm: report beacon protection failures", " - wifi: iwlwifi: dbg-tlv: ensure NUL termination", " - wifi: iwlwifi: acpi: fix WPFC reading", " - wifi: iwlwifi: mvm: initialize rates in FW earlier", " - wifi: iwlwifi: fix EWRD table validity check", " - wifi: iwlwifi: mvm: d3: fix IPN byte order", " - wifi: iwlwifi: always have 'uats_enabled'", " - wifi: iwlwifi: mvm: fix the TLC command after ADD_STA", " - wifi: iwlwifi: read BIOS PNVM only for non-Intel SKU", " - gpio: vf610: allow disabling the vf610 driver", " - selftests/bpf: trace_helpers.c: do not use poisoned type", " - bpf: make sure scalar args don't accept __arg_nonnull tag", " - bpf: don't emit warnings intended for global subprogs for static subprogs", " - arm64: dts: imx8mm-venice-gw71xx: fix USB OTG VBUS", " - pwm: atmel-hlcdc: Fix clock imbalance related to suspend support", " - net: blackhole_dev: fix build warning for ethh set but not used", " - spi: consolidate setting message->spi", " - spi: move split xfers for CS_WORD emulation", " - arm64: dts: ti: k3-am62p5-sk: Enable CPSW MDIO node", " - arm64: dts: ti: k3-j721s2: Fix power domain for VTM node", " - arm64: dts: ti: k3-j784s4: Fix power domain for VTM node", " - wifi: ath11k: initialize rx_mcs_80 and rx_mcs_160 before use", " - wifi: libertas: fix some memleaks in lbs_allocate_cmd_buffer()", " - arm64: dts: ti: k3-am69-sk: remove assigned-clock-parents for unused VP", " - libbpf: fix return value for PERF_EVENT __arg_ctx type fix up check", " - arm64: dts: ti: k3-am62p-mcu/wakeup: Disable MCU and wakeup R5FSS nodes", " - arm64: dts: qcom: x1e80100-qcp: Fix supplies for LDOs 3E and 2J", " - libbpf: Use OPTS_SET() macro in bpf_xdp_query()", " - wifi: wfx: fix memory leak when starting AP", " - arm64: dts: qcom: qcm2290: declare VLS CLAMP register for USB3 PHY", " - arm64: dts: qcom: sm6115: declare VLS CLAMP register for USB3 PHY", " - arm64: dts: qcom: sm8650: Fix UFS PHY clocks", " - wifi: ath12k: fix incorrect logic of calculating vdev_stats_id", " - printk: nbcon: Relocate 32bit seq macros", " - printk: ringbuffer: Do not skip non-finalized records with prb_next_seq()", " - printk: Wait for all reserved records with pr_flush()", " - printk: Add this_cpu_in_panic()", " - printk: ringbuffer: Cleanup reader terminology", " - printk: ringbuffer: Skip non-finalized records in panic", " - printk: Disable passing console lock owner completely during panic()", " - pwm: sti: Fix capture for st,pwm-num-chan < st,capture-num-chan", " - tools/resolve_btfids: Refactor set sorting with types from btf_ids.h", " - tools/resolve_btfids: Fix cross-compilation to non-host endianness", " - wifi: iwlwifi: support EHT for WH", " - wifi: iwlwifi: properly check if link is active", " - wifi: iwlwifi: mvm: fix erroneous queue index mask", " - wifi: iwlwifi: mvm: don't set the MFP flag for the GTK", " - wifi: iwlwifi: mvm: don't set replay counters to 0xff", " - s390/pai: fix attr_event_free upper limit for pai device drivers", " - s390/vdso: drop '-fPIC' from LDFLAGS", " - arm64: dts: qcom: qcm6490-idp: Correct the voltage setting for vph_pwr", " - arm64: dts: qcom: qcs6490-rb3gen2: Correct the voltage setting for vph_pwr", " - selftests: forwarding: Add missing config entries", " - selftests: forwarding: Add missing multicast routing config entries", " - arm64: dts: qcom: sm6115: drop pipe clock selection", " - ipv6: mcast: remove one synchronize_net() barrier in ipv6_mc_down()", " - arm64: dts: mt8183: Move CrosEC base detection node to kukui-based DTs", " - arm64: dts: mediatek: mt7986: fix reference to PWM in fan node", " - arm64: dts: mediatek: mt7986: drop crypto's unneeded/invalid clock name", " - arm64: dts: mediatek: mt7986: fix SPI bus width properties", " - arm64: dts: mediatek: mt7986: fix SPI nodename", " - arm64: dts: mediatek: mt7986: drop \"#clock-cells\" from PWM", " - arm64: dts: mediatek: mt7986: add \"#reset-cells\" to infracfg", " - arm64: dts: mediatek: mt8192-asurada: Remove CrosEC base detection node", " - arm64: dts: mediatek: mt8192: fix vencoder clock name", " - arm64: dts: mediatek: mt8186: fix VENC power domain clocks", " - arm64: dts: mediatek: mt7622: add missing \"device_type\" to memory nodes", " - can: m_can: Start/Cancel polling timer together with interrupts", " - wifi: iwlwifi: mvm: Fix the listener MAC filter flags", " - bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctly", " - arm64: dts: qcom: sdm845: Use the Low Power Island CX/MX for SLPI", " - soc: qcom: llcc: Check return value on Broadcast_OR reg read", " - ARM: dts: qcom: msm8974: correct qfprom node size", " - arm64: dts: mediatek: mt8186: Add missing clocks to ssusb power domains", " - arm64: dts: mediatek: mt8186: Add missing xhci clock to usb controllers", " - arm64: dts: ti: am65x: Fix dtbs_install for Rocktech OLDI overlay", " - cpufreq: qcom-hw: add CONFIG_COMMON_CLK dependency", " - wifi: wilc1000: prevent use-after-free on vif when cleaning up all", " interfaces", " - pwm: dwc: use pm_sleep_ptr() macro", " - arm64: dts: ti: k3-am69-sk: fix PMIC interrupt number", " - arm64: dts: ti: k3-j721e-sk: fix PMIC interrupt number", " - arm64: dts: ti: k3-am62-main: disable usb lpm", " - ACPI: processor_idle: Fix memory leak in acpi_processor_power_exit()", " - bus: tegra-aconnect: Update dependency to ARCH_TEGRA", " - iommu/amd: Mark interrupt as managed", " - wifi: brcmsmac: avoid function pointer casts", " - arm64: dts: qcom: sdm845-db845c: correct PCIe wake-gpios", " - arm64: dts: qcom: sm8150: correct PCIe wake-gpios", " - powercap: dtpm_cpu: Fix error check against freq_qos_add_request()", " - net: ena: Remove ena_select_queue", " - arm64: dts: ti: k3-j7200-common-proc-board: Modify Pinmux for wkup_uart0 and", " mcu_uart0", " - arm64: dts: ti: k3-j7200-common-proc-board: Remove clock-frequency from", " mcu_uart0", " - arm64: dts: ti: k3-j721s2-common-proc-board: Remove Pinmux for CTS and RTS", " in wkup_uart0", " - arm64: dts: ti: k3-j784s4-evm: Remove Pinmux for CTS and RTS in wkup_uart0", " - arm64: dts: ti: k3-am64-main: Fix ITAP/OTAP values for MMC", " - arm64: dts: mt8195-cherry-tomato: change watchdog reset boot flow", " - arm64: dts: ti: Add common1 register space for AM65x SoC", " - arm64: dts: ti: Add common1 register space for AM62x SoC", " - firmware: arm_scmi: Fix double free in SMC transport cleanup path", " - wifi: cfg80211: set correct param change count in ML element", " - arm64: dts: ti: k3-j721e: Fix mux-reg-masks in hbmc_mux", " - arm64: dts: ti: k3-j784s4-main: Fix mux-reg-masks in serdes_ln_ctrl", " - arm64: dts: ti: k3-am62p: Fix memory ranges for DMSS", " - wifi: wilc1000: revert reset line logic flip", " - ARM: dts: arm: realview: Fix development chip ROM compatible value", " - memory: tegra: Correct DLA client names", " - wifi: mt76: mt7996: fix fw loading timeout", " - wifi: mt76: mt7925: fix connect to 80211b mode fail in 2Ghz band", " - wifi: mt76: mt7925: fix SAP no beacon issue in 5Ghz and 6Ghz band", " - wifi: mt76: mt7925: fix mcu query command fail", " - wifi: mt76: mt7925: fix wmm queue mapping", " - wifi: mt76: mt7925: fix fw download fail", " - wifi: mt76: mt7925: fix WoW failed in encrypted mode", " - wifi: mt76: mt7925: fix the wrong header translation config", " - wifi: mt76: mt7925: add flow to avoid chip bt function fail", " - wifi: mt76: mt7925: add support to set ifs time by mcu command", " - wifi: mt76: mt7925: update PCIe DMA settings", " - wifi: mt76: mt7996: check txs format before getting skb by pid", " - wifi: mt76: mt7996: fix TWT issues", " - wifi: mt76: mt7996: fix incorrect interpretation of EHT MCS caps", " - wifi: mt76: mt7996: fix HE beamformer phy cap for station vif", " - wifi: mt76: mt7996: fix efuse reading issue", " - wifi: mt76: mt7996: fix HIF_TXD_V2_1 value", " - wifi: mt76: mt792x: fix ethtool warning", " - wifi: mt76: mt7921e: fix use-after-free in free_irq()", " - wifi: mt76: mt7925e: fix use-after-free in free_irq()", " - wifi: mt76: mt7921: fix incorrect type conversion for CLC command", " - wifi: mt76: mt792x: fix a potential loading failure of the 6Ghz channel", " config from ACPI", " - wifi: mt76: fix the issue of missing txpwr settings from ch153 to ch177", " - arm64: dts: renesas: rzg2l: Add missing interrupts to IRQC nodes", " - arm64: dts: renesas: r9a08g045: Add missing interrupts to IRQC node", " - arm64: dts: renesas: rzg3s-smarc-som: Guard Ethernet IRQ GPIO hogs", " - arm64: dts: renesas: r8a779a0: Correct avb[01] reg sizes", " - arm64: dts: renesas: r8a779g0: Correct avb[01] reg sizes", " - net: mctp: copy skb ext data when fragmenting", " - pstore: inode: Only d_invalidate() is needed", " - arm64: dts: allwinner: h6: Add RX DMA channel for SPDIF", " - ARM: dts: imx6dl-yapp4: Fix typo in the QCA switch register address", " - ARM: dts: imx6dl-yapp4: Move the internal switch PHYs under the switch node", " - arm64: dts: imx8mp: Set SPI NOR to max 40 MHz on Data Modul i.MX8M Plus eDM", " SBC", " - arm64: dts: imx8mp-evk: Fix hdmi@3d node", " - regulator: userspace-consumer: add module device table", " - gpiolib: Pass consumer device through to core in", " devm_fwnode_gpiod_get_index()", " - arm64: dts: marvell: reorder crypto interrupts on Armada SoCs", " - ACPI: resource: Do IRQ override on Lunnen Ground laptops", " - ACPI: resource: Add MAIBENBEN X577 to irq1_edge_low_force_override", " - ACPI: scan: Fix device check notification handling", " - arm64: dts: rockchip: add missing interrupt-names for rk356x vdpu", " - arm64: dts: rockchip: fix reset-names for rk356x i2s2 controller", " - arm64: dts: rockchip: drop rockchip,trcm-sync-tx-only from rk3588 i2s", " - objtool: Fix UNWIND_HINT_{SAVE,RESTORE} across basic blocks", " - x86, relocs: Ignore relocations in .notes section", " - SUNRPC: fix a memleak in gss_import_v2_context", " - SUNRPC: fix some memleaks in gssx_dec_option_array", " - arm64: dts: qcom: sm8550: Fix SPMI channels size", " - arm64: dts: qcom: sm8650: Fix SPMI channels size", " - mmc: wmt-sdmmc: remove an incorrect release_mem_region() call in the .remove", " function", " - ACPI: CPPC: enable AMD CPPC V2 support for family 17h processors", " - btrfs: fix race when detecting delalloc ranges during fiemap", " - wifi: rtw88: 8821cu: Fix firmware upload fail", " - wifi: rtw88: 8821c: Fix beacon loss and disconnect", " - wifi: rtw88: 8821c: Fix false alarm count", " - wifi: brcm80211: handle pmk_op allocation failure", " - riscv: dts: starfive: jh7100: fix root clock names", " - PCI: Make pci_dev_is_disconnected() helper public for other drivers", " - iommu/vt-d: Don't issue ATS Invalidation request when device is disconnected", " - iommu/vt-d: Use rbtree to track iommu probed devices", " - iommu/vt-d: Improve ITE fault handling if target device isn't present", " - iommu/vt-d: Use device rbtree in iopf reporting path", " - iommu: Add static iommu_ops->release_domain", " - iommu/vt-d: Fix NULL domain on device release", " - igc: Fix missing time sync events", " - igb: Fix missing time sync events", " - ice: fix stats being updated by way too large values", " - Bluetooth: Remove HCI_POWER_OFF_TIMEOUT", " - Bluetooth: mgmt: Remove leftover queuing of power_off work", " - Bluetooth: Remove superfluous call to hci_conn_check_pending()", " - Bluetooth: Remove BT_HS", " - Bluetooth: hci_event: Fix not indicating new connection for BIG Sync", " - Bluetooth: hci_qca: don't use IS_ERR_OR_NULL() with gpiod_get_optional()", " - Bluetooth: hci_core: Cancel request on command timeout", " - Bluetooth: hci_sync: Fix overwriting request callback", " - Bluetooth: hci_h5: Add ability to allocate memory for private data", " - Bluetooth: btrtl: fix out of bounds memory access", " - Bluetooth: hci_core: Fix possible buffer overflow", " - Bluetooth: msft: Fix memory leak", " - Bluetooth: btusb: Fix memory leak", " - Bluetooth: af_bluetooth: Fix deadlock", " - Bluetooth: fix use-after-free in accessing skb after sending it", " - sr9800: Add check for usbnet_get_endpoints", " - s390/cache: prevent rebuild of shared_cpu_list", " - bpf: Fix DEVMAP_HASH overflow check on 32-bit arches", " - bpf: Fix hashtab overflow check on 32-bit arches", " - bpf: Fix stackmap overflow check on 32-bit arches", " - net: dsa: microchip: make sure drive strength configuration is not lost by", " soft reset", " - dpll: spec: use proper enum for pin capabilities attribute", " - iommu: Fix compilation without CONFIG_IOMMU_INTEL", " - ipv6: fib6_rules: flush route cache when rule is changed", " - net: ip_tunnel: make sure to pull inner header in ip_tunnel_rcv()", " - octeontx2-af: Fix devlink params", " - net: phy: fix phy_get_internal_delay accessing an empty array", " - dpll: fix dpll_xa_ref_*_del() for multiple registrations", " - net: hns3: fix wrong judgment condition issue", " - net: hns3: fix kernel crash when 1588 is received on HIP08 devices", " - net: hns3: fix port duplex configure error in IMP reset", " - Bluetooth: Fix eir name length", " - net: phy: dp83822: Fix RGMII TX delay configuration", " - erofs: fix lockdep false positives on initializing erofs_pseudo_mnt", " - OPP: debugfs: Fix warning around icc_get_name()", " - tcp: fix incorrect parameter validation in the do_tcp_getsockopt() function", " - ipmr: fix incorrect parameter validation in the ip_mroute_getsockopt()", " function", " - l2tp: fix incorrect parameter validation in the pppol2tp_getsockopt()", " function", " - udp: fix incorrect parameter validation in the udp_lib_getsockopt() function", " - net: kcm: fix incorrect parameter validation in the kcm_getsockopt) function", " - net/x25: fix incorrect parameter validation in the x25_getsockopt() function", " - devlink: Fix length of eswitch inline-mode", " - r8152: fix unknown device for choose_configuration", " - nfp: flower: handle acti_netdevs allocation failure", " - bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes()", " - dm raid: fix false positive for requeue needed during reshape", " - dm: call the resume method on internal suspend", " - fbdev/simplefb: change loglevel when the power domains cannot be parsed", " - drm/tegra: dsi: Add missing check for of_find_device_by_node", " - drm/tegra: dpaux: Fix PM disable depth imbalance in tegra_dpaux_probe", " - drm/tegra: dsi: Fix some error handling paths in tegra_dsi_probe()", " - drm/tegra: dsi: Fix missing pm_runtime_disable() in the error handling path", " of tegra_dsi_probe()", " - drm/tegra: hdmi: Fix some error handling paths in tegra_hdmi_probe()", " - drm/tegra: rgb: Fix some error handling paths in tegra_dc_rgb_probe()", " - drm/tegra: rgb: Fix missing clk_put() in the error handling paths of", " tegra_dc_rgb_probe()", " - drm/tegra: output: Fix missing i2c_put_adapter() in the error handling paths", " of tegra_output_probe()", " - drm/rockchip: inno_hdmi: Fix video timing", " - drm: Don't treat 0 as -1 in drm_fixp2int_ceil", " - drm/vkms: Avoid reading beyond LUT array", " - drm/vmwgfx: fix a memleak in vmw_gmrid_man_get_node", " - drm/rockchip: lvds: do not overwrite error code", " - drm/rockchip: lvds: do not print scary message when probing defer", " - drm/panel-edp: use put_sync in unprepare", " - drm/lima: fix a memleak in lima_heap_alloc", " - ASoC: amd: acp: Add missing error handling in sof-mach", " - ASoC: SOF: amd: Fix memory leak in amd_sof_acp_probe()", " - ASoC: SOF: core: Skip firmware test for custom loaders", " - ASoC: SOF: amd: Compute file paths on firmware load", " - soundwire: stream: add missing const to Documentation", " - dmaengine: tegra210-adma: Update dependency to ARCH_TEGRA", " - media: tc358743: register v4l2 async device only after successful setup", " - media: cadence: csi2rx: use match fwnode for media link", " - PCI/DPC: Print all TLP Prefixes, not just the first", " - perf record: Fix possible incorrect free in record__switch_output()", " - perf record: Check conflict between '--timestamp-filename' option and pipe", " mode before recording", " - HID: lenovo: Add middleclick_workaround sysfs knob for cptkbd", " - drm/amd/display: Fix a potential buffer overflow in 'dp_dsc_clock_en_read()'", " - perf pmu: Treat the msr pmu as software", " - crypto: qat - avoid memcpy() overflow warning", " - ALSA: hda: cs35l41: Set Channel Index correctly when system is missing _DSD", " - drm/amd/display: Fix potential NULL pointer dereferences in", " 'dcn10_set_output_transfer_func()'", " - ASoC: sh: rz-ssi: Fix error message print", " - drm/vmwgfx: Fix vmw_du_get_cursor_mob fencing of newly-created MOBs", " - clk: renesas: r8a779g0: Fix PCIe clock name", " - pinctrl: renesas: rzg2l: Fix locking in rzg2l_dt_subnode_to_map()", " - pinctrl: renesas: r8a779g0: Add missing SCIF_CLK2 pin group/function", " - clk: samsung: exynos850: Propagate SPI IPCLK rate change", " - media: v4l2: cci: print leading 0 on error", " - perf evsel: Fix duplicate initialization of data->id in", " evsel__parse_sample()", " - perf bpf: Clean up the generated/copied vmlinux.h", " - clk: meson: Add missing clocks to axg_clk_regmaps", " - media: em28xx: annotate unchecked call to media_device_register()", " - media: v4l2-tpg: fix some memleaks in tpg_alloc", " - media: v4l2-mem2mem: fix a memleak in v4l2_m2m_register_entity", " - media: dt-bindings: techwell,tw9900: Fix port schema ref", " - mtd: spinand: esmt: Extend IDs to 5 bytes", " - media: edia: dvbdev: fix a use-after-free", " - pinctrl: mediatek: Drop bogus slew rate register range for MT8186", " - pinctrl: mediatek: Drop bogus slew rate register range for MT8192", " - drm/amdgpu: Fix potential out-of-bounds access in", " 'amdgpu_discovery_reg_base_init()'", " - clk: qcom: reset: Commonize the de/assert functions", " - clk: qcom: reset: Ensure write completion on reset de/assertion", " - quota: Fix potential NULL pointer dereference", " - quota: Fix rcu annotations of inode dquot pointers", " - quota: Properly annotate i_dquot arrays with __rcu", " - ASoC: Intel: ssp-common: Add stub for sof_ssp_get_codec_name", " - PCI/P2PDMA: Fix a sleeping issue in a RCU read section", " - PCI: switchtec: Fix an error handling path in switchtec_pci_probe()", " - crypto: xilinx - call finalize with bh disabled", " - drivers/ps3: select VIDEO to provide cmdline functions", " - perf thread_map: Free strlist on normal path in thread_map__new_by_tid_str()", " - perf srcline: Add missed addr2line closes", " - dt-bindings: msm: qcom, mdss: Include ommited fam-b compatible", " - drm/msm/dpu: fix the programming of INTF_CFG2_DATA_HCTL_EN", " - drm/msm/dpu: Only enable DSC_MODE_MULTIPLEX if dsc_merge is enabled", " - drm/radeon/ni: Fix wrong firmware size logging in ni_init_microcode()", " - drm/amd/display: fix NULL checks for adev->dm.dc in amdgpu_dm_fini()", " - clk: renesas: r8a779g0: Correct PFC/GPIO parent clocks", " - clk: renesas: r8a779f0: Correct PFC/GPIO parent clock", " - clk: renesas: r9a07g04[34]: Use SEL_SDHI1_STS status configuration for SD1", " mux", " - ALSA: seq: fix function cast warnings", " - perf expr: Fix \"has_event\" function for metric style events", " - perf stat: Avoid metric-only segv", " - perf metric: Don't remove scale from counts", " - ASoC: meson: aiu: fix function pointer type mismatch", " - ASoC: meson: t9015: fix function pointer type mismatch", " - powerpc: Force inlining of arch_vmap_p{u/m}d_supported()", " - ASoC: SOF: Add some bounds checking to firmware data", " - drm: ci: use clk_ignore_unused for apq8016", " - NTB: fix possible name leak in ntb_register_device()", " - media: cedrus: h265: Fix configuring bitstream size", " - media: sun8i-di: Fix coefficient writes", " - media: sun8i-di: Fix power on/off sequences", " - media: sun8i-di: Fix chroma difference threshold", " - staging: media: starfive: Set 16 bpp for capture_raw device", " - media: imx: csc/scaler: fix v4l2_ctrl_handler memory leak", " - media: go7007: add check of return value of go7007_read_addr()", " - media: pvrusb2: remove redundant NULL check", " - media: videobuf2: Add missing doc comment for waiting_in_dqbuf", " - media: pvrusb2: fix pvr2_stream_callback casts", " - clk: qcom: dispcc-sdm845: Adjust internal GDSC wait times", " - drm/amd/display: Add 'replay' NULL check in 'edp_set_replay_allow_active()'", " - drm/panel: boe-tv101wum-nl6: make use of prepare_prev_first", " - drm/msm/dpu: finalise global state object", " - drm/mediatek: dsi: Fix DSI RGB666 formats and definitions", " - PCI: Mark 3ware-9650SE Root Port Extended Tags as broken", " - drm/bridge: adv7511: fix crash on irq during probe", " - pinctrl: renesas: Allow the compiler to optimize away sh_pfc_pm", " - clk: hisilicon: hi3519: Release the correct number of gates in", " hi3519_clk_unregister()", " - clk: hisilicon: hi3559a: Fix an erroneous devm_kfree()", " - clk: mediatek: mt8135: Fix an error handling path in", " clk_mt8135_apmixed_probe()", " - clk: mediatek: mt7622-apmixedsys: Fix an error handling path in", " clk_mt8135_apmixed_probe()", " - clk: mediatek: mt8183: Correct parent of CLK_INFRA_SSPM_32K_SELF", " - clk: mediatek: mt7981-topckgen: flag SGM_REG_SEL as critical", " - drm/tegra: put drm_gem_object ref on error in tegra_fb_create", " - tty: mips_ejtag_fdc: Fix passing incompatible pointer type warning", " - media: ivsc: csi: Swap SINK and SOURCE pads", " - media: i2c: imx290: Fix IMX920 typo", " - mfd: syscon: Call of_node_put() only when of_parse_phandle() takes a ref", " - mfd: altera-sysmgr: Call of_node_put() only when of_parse_phandle() takes a", " ref", " - perf print-events: make is_event_supported() more robust", " - crypto: arm/sha - fix function cast warnings", " - crypto: ccp - Avoid discarding errors in psp_send_platform_access_msg()", " - crypto: qat - remove unused macros in qat_comp_alg.c", " - crypto: qat - removed unused macro in adf_cnv_dbgfs.c", " - crypto: qat - avoid division by zero", " - crypto: qat - remove double initialization of value", " - crypto: qat - fix ring to service map for dcc in 4xxx", " - crypto: qat - fix ring to service map for dcc in 420xx", " - crypto: jitter - fix CRYPTO_JITTERENTROPY help text", " - drm/tidss: Fix initial plane zpos values", " - drm/tidss: Fix sync-lost issue with two displays", " - clk: imx: imx8mp: Fix SAI_MCLK_SEL definition", " - mtd: maps: physmap-core: fix flash size larger than 32-bit", " - mtd: rawnand: lpc32xx_mlc: fix irq handler prototype", " - mtd: rawnand: brcmnand: exec_op helper functions return type fixes", " - ASoC: meson: axg-tdm-interface: fix mclk setup without mclk-fs", " - ASoC: meson: axg-tdm-interface: add frame rate constraint", " - drm/msm/a6xx: specify UBWC config for sc7180", " - drm/msm/a7xx: Fix LLC typo", " - dt-bindings: arm-smmu: fix SM8[45]50 GPU SMMU if condition", " - perf pmu: Fix a potential memory leak in perf_pmu__lookup()", " - HID: amd_sfh: Update HPD sensor structure elements", " - HID: amd_sfh: Avoid disabling the interrupt", " - drm/amdgpu: Fix missing break in ATOM_ARG_IMM Case of atom_get_src_int()", " - media: pvrusb2: fix uaf in pvr2_context_set_notify", " - media: dvb-frontends: avoid stack overflow warnings with clang", " - media: go7007: fix a memleak in go7007_load_encoder", " - media: ttpci: fix two memleaks in budget_av_attach", " - media: mediatek: vcodec: avoid -Wcast-function-type-strict warning", " - arm64: ftrace: Don't forbid CALL_OPS+CC_OPTIMIZE_FOR_SIZE with Clang", " - drm/tests: helpers: Include missing drm_drv header", " - drm/amd/pm: Fix esm reg mask use to get pcie speed", " - gpio: nomadik: fix offset bug in nmk_pmx_set()", " - drm/mediatek: Fix a null pointer crash in mtk_drm_crtc_finish_page_flip", " - mfd: cs42l43: Fix wrong register defaults", " - powerpc/32: fix ADB_CUDA kconfig warning", " - powerpc/pseries: Fix potential memleak in papr_get_attr()", " - powerpc/hv-gpci: Fix the H_GET_PERF_COUNTER_INFO hcall return value checks", " - clk: qcom: gcc-ipq5018: fix 'enable_reg' offset of 'gcc_gmac0_sys_clk'", " - clk: qcom: gcc-ipq5018: fix 'halt_reg' offset of 'gcc_pcie1_pipe_clk'", " - clk: qcom: gcc-ipq5018: fix register offset for GCC_UBI0_AXI_ARES reset", " - perf vendor events amd: Fix Zen 4 cache latency events", " - drm/msm/dpu: allow certain formats for CDM for DP", " - drm/msm/dpu: add division of drm_display_mode's hskew parameter", " - media: usbtv: Remove useless locks in usbtv_video_free()", " - drm/xe: Fix ref counting leak on page fault", " - drm/xe: Replace 'grouped target' in Makefile with pattern rule", " - lib/stackdepot: fix first entry having a 0-handle", " - lib/stackdepot: off by one in depot_fetch_stack()", " - modules: wait do_free_init correctly", " - mfd: cs42l43: Fix wrong GPIO_FN_SEL and SPI_CLK_CONFIG1 defaults", " - power: supply: mm8013: fix \"not charging\" detection", " - powerpc/embedded6xx: Fix no previous prototype for avr_uart_send() etc.", " - powerpc/4xx: Fix warp_gpio_leds build failure", " - RISC-V: KVM: Forward SEED CSR access to user space", " - leds: aw2013: Unlock mutex before destroying it", " - leds: sgm3140: Add missing timer cleanup and flash gpio control", " - backlight: hx8357: Fix potential NULL pointer dereference", " - backlight: ktz8866: Correct the check for of_property_read_u32", " - backlight: lm3630a: Initialize backlight_properties on init", " - backlight: lm3630a: Don't set bl->props.brightness in get_brightness", " - backlight: da9052: Fully initialize backlight_properties during probe", " - backlight: lm3639: Fully initialize backlight_properties during probe", " - backlight: lp8788: Fully initialize backlight_properties during probe", " - sparc32: Use generic cmpdi2/ucmpdi2 variants", " - mtd: maps: sun_uflash: Declare uflash_devinit static", " - sparc32: Do not select GENERIC_ISA_DMA", " - sparc32: Fix section mismatch in leon_pci_grpci", " - clk: Fix clk_core_get NULL dereference", " - clk: zynq: Prevent null pointer dereference caused by kmalloc failure", " - PCI: brcmstb: Fix broken brcm_pcie_mdio_write() polling", " - cifs: Fix writeback data corruption", " - ALSA: hda/realtek: fix ALC285 issues on HP Envy x360 laptops", " - ALSA: hda/tas2781: use dev_dbg in system_resume", " - ALSA: hda/tas2781: add lock to system_suspend", " - ALSA: hda/tas2781: do not reset cur_* values in runtime_suspend", " - ALSA: hda/tas2781: do not call pm_runtime_force_* in system_resume/suspend", " - ALSA: hda/tas2781: restore power state after system_resume", " - ALSA: scarlett2: Fix Scarlett 4th Gen 4i4 low-voltage detection", " - ALSA: scarlett2: Fix Scarlett 4th Gen autogain status values", " - ALSA: scarlett2: Fix Scarlett 4th Gen input gain range", " - ALSA: scarlett2: Fix Scarlett 4th Gen input gain range again", " - mips: cm: Convert __mips_cm_l2sync_phys_base() to weak function", " - platform/x86/intel/pmc/lnl: Remove SSRAM support", " - platform/x86/intel/pmc/arl: Put GNA device in D3", " - platform/x86/amd/pmf: Do not use readl() for policy buffer access", " - ALSA: usb-audio: Stop parsing channels bits when all channels are found.", " - phy: qcom: qmp-usb: split USB-C PHY driver", " - phy: qcom: qmp-usbc: add support for the Type-C handling", " - phy: qcom: qmp-usbc: handle CLAMP register in a correct way", " - scsi: hisi_sas: Fix a deadlock issue related to automatic dump", " - RDMA/irdma: Remove duplicate assignment", " - RDMA/srpt: Do not register event handler until srpt device is fully setup", " - f2fs: compress: fix to guarantee persisting compressed blocks by CP", " - f2fs: compress: fix to cover normal cluster write with cp_rwsem", " - f2fs: compress: fix to check unreleased compressed cluster", " - f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnode", " - f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panic", " - f2fs: zone: fix to wait completion of last bio in zone correctly", " - f2fs: fix NULL pointer dereference in f2fs_submit_page_write()", " - f2fs: compress: fix to cover f2fs_disable_compressed_file() w/ i_sem", " - f2fs: fix to avoid potential panic during recovery", " - scsi: csiostor: Avoid function pointer casts", " - i3c: dw: Disable IBI IRQ depends on hot-join and SIR enabling", " - RDMA/hns: Fix mis-modifying default congestion control algorithm", " - RDMA/device: Fix a race between mad_client and cm_client init", " - RDMA/rtrs-clt: Check strnlen return len in sysfs mpath_policy_store()", " - scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfn", " - f2fs: fix to create selinux label during whiteout initialization", " - f2fs: compress: fix to check zstd compress level correctly in mount option", " - net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr()", " - NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102", " - NFSv4.2: fix listxattr maximum XDR buffer size", " - f2fs: compress: fix to check compress flag w/ .i_sem lock", " - f2fs: check number of blocks in a current section", " - watchdog: starfive: Check pm_runtime_enabled() before decrementing usage", " counter", " - watchdog: stm32_iwdg: initialize default timeout", " - f2fs: fix to use correct segment type in f2fs_allocate_data_block()", " - f2fs: ro: compress: fix to avoid caching unaligned extent", " - RDMA/mana_ib: Fix bug in creation of dma regions", " - RDMA/mana_ib: Introduce mdev_to_gc helper function", " - RDMA/mana_ib: Introduce mana_ib_get_netdev helper function", " - RDMA/mana_ib: Introduce mana_ib_install_cq_cb helper function", " - RDMA/mana_ib: Use virtual address in dma regions for MRs", " - Input: iqs7222 - add support for IQS7222D v1.1 and v1.2", " - NFS: Fix nfs_netfs_issue_read() xarray locking for writeback interrupt", " - NFS: Fix an off by one in root_nfs_cat()", " - NFSv4.1/pnfs: fix NFS with TLS in pnfs", " - ACPI: HMAT: Remove register of memory node for generic target", " - f2fs: compress: relocate some judgments in f2fs_reserve_compress_blocks", " - f2fs: compress: fix reserve_cblocks counting error when out of space", " - f2fs: fix to truncate meta inode pages forcely", " - f2fs: zone: fix to remove pow2 check condition for zoned block device", " - cxl: Fix the incorrect assignment of SSLBIS entry pointer initial location", " - perf/x86/amd/core: Avoid register reset when CPU is dead", " - afs: Revert \"afs: Hide silly-rename files from userspace\"", " - afs: Don't cache preferred address", " - afs: Fix occasional rmdir-then-VNOVNODE with generic/011", " - f2fs: fix to avoid use-after-free issue in f2fs_filemap_fault", " - nfs: fix panic when nfs4_ff_layout_prepare_ds() fails", " - ovl: relax WARN_ON in ovl_verify_area()", " - io_uring/net: correct the type of variable", " - remoteproc: stm32: Fix incorrect type in assignment for va", " - remoteproc: stm32: Fix incorrect type assignment returned by", " stm32_rproc_get_loaded_rsc_tablef", " - iio: pressure: mprls0025pa fix off-by-one enum", " - usb: phy: generic: Get the vbus supply", " - tty: vt: fix 20 vs 0x20 typo in EScsiignore", " - serial: max310x: fix syntax error in IRQ error message", " - tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMT", " - arm64: dts: broadcom: bcmbca: bcm4908: drop invalid switch cells", " - coresight: Fix issue where a source device's helpers aren't disabled", " - coresight: etm4x: Set skip_power_up in etm4_init_arch_data function", " - xhci: Add interrupt pending autoclear flag to each interrupter", " - xhci: make isoc_bei_interval variable interrupter specific.", " - xhci: remove unnecessary event_ring_deq parameter from xhci_handle_event()", " - xhci: update event ring dequeue pointer position to controller correctly", " - coccinelle: device_attr_show: Remove useless expression STR", " - kconfig: fix infinite loop when expanding a macro at the end of file", " - iio: gts-helper: Fix division loop", " - bus: mhi: ep: check the correct variable in mhi_ep_register_controller()", " - hwtracing: hisi_ptt: Move type check to the beginning of", " hisi_ptt_pmu_event_init()", " - rtc: mt6397: select IRQ_DOMAIN instead of depending on it", " - rtc: max31335: fix interrupt status reg", " - serial: 8250_exar: Don't remove GPIO device on suspend", " - staging: greybus: fix get_channel_from_mode() failure path", " - mei: vsc: Call wake_up() in the threaded IRQ handler", " - mei: vsc: Don't use sleeping condition in wait_event_timeout()", " - usb: gadget: net2272: Use irqflags in the call to net2272_probe_fin", " - char: xilinx_hwicap: Fix NULL vs IS_ERR() bug", " - x86/hyperv: Use per cpu initial stack for vtl context", " - ASoC: tlv320adc3xxx: Don't strip remove function when driver is builtin", " - thermal/drivers/mediatek/lvts_thermal: Fix a memory leak in an error", " handling path", " - thermal/drivers/qoriq: Fix getting tmu range", " - io_uring: don't save/restore iowait state", " - spi: lpspi: Avoid potential use-after-free in probe()", " - spi: Restore delays for non-GPIO chip select", " - ASoC: rockchip: i2s-tdm: Fix inaccurate sampling rates", " - nouveau: reset the bo resource bus info after an eviction", " - tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge()", " - rds: tcp: Fix use-after-free of net in reqsk_timer_handler().", " - octeontx2-af: Use matching wake_up API variant in CGX command interface", " - s390/vtime: fix average steal time calculation", " - net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check", " - devlink: Fix devlink parallel commands processing", " - riscv: Only check online cpus for emulated accesses", " - soc: fsl: dpio: fix kcalloc() argument order", " - cpufreq: Fix per-policy boost behavior on SoCs using cpufreq_boost_set_sw()", " - io_uring: Fix release of pinned pages when __io_uaddr_map fails", " - tcp: Fix refcnt handling in __inet_hash_connect().", " - vmxnet3: Fix missing reserved tailroom", " - hsr: Fix uninit-value access in hsr_get_node()", " - net: txgbe: fix clk_name exceed MAX_DEV_ID limits", " - spi: spi-mem: add statistics support to ->exec_op() calls", " - spi: Fix error code checking in spi_mem_exec_op()", " - nvme: fix reconnection fail due to reserved tag allocation", " - drm/xe: Invalidate userptr VMA on page pin fault", " - drm/xe: Skip VMAs pin when requesting signal to the last XE_EXEC", " - net: mediatek: mtk_eth_soc: clear MAC_MCR_FORCE_LINK only when MAC is up", " - net: ethernet: mtk_eth_soc: fix PPE hanging issue", " - io_uring: fix poll_remove stalled req completion", " - ASoC: SOF: amd: Move signed_fw_image to struct acp_quirk_entry", " - ASoC: SOF: amd: Skip IRAM/DRAM size modification for Steam Deck OLED", " - riscv: Fix compilation error with FAST_GUP and rv32", " - xen/evtchn: avoid WARN() when unbinding an event channel", " - xen/events: increment refcnt only if event channel is refcounted", " - packet: annotate data-races around ignore_outgoing", " - xfrm: Allow UDP encapsulation only in offload modes", " - net: veth: do not manipulate GRO when using XDP", " - net: dsa: mt7530: prevent possible incorrect XTAL frequency selection", " - spi: spi-imx: fix off-by-one in mx51 CPU mode burst length", " - drm: Fix drm_fixp2int_round() making it add 0.5", " - virtio: uapi: Drop __packed attribute in linux/virtio_pci.h", " - vdpa_sim: reset must not run", " - vdpa/mlx5: Allow CVQ size changes", " - virtio: packed: fix unmap leak for indirect desc table", " - net: move dev->state into net_device_read_txrx group", " - wireguard: receive: annotate data-race around receiving_counter.counter", " - rds: introduce acquire/release ordering in acquire/release_in_xmit()", " - hsr: Handle failures in module init", " - ipv4: raw: Fix sending packets from raw sockets via IPsec tunnels", " - nouveau/gsp: don't check devinit disable on GSP.", " - ceph: stop copying to iter at EOF on sync reads", " - net: phy: fix phy_read_poll_timeout argument type in genphy_loopback", " - dm-integrity: fix a memory leak when rechecking the data", " - net/bnx2x: Prevent access to a freed page in page_pool", " - devlink: fix port new reply cmd type", " - octeontx2: Detect the mbox up or down message via register", " - octeontx2-pf: Wait till detach_resources msg is complete", " - octeontx2-pf: Use default max_active works instead of one", " - octeontx2-pf: Send UP messages to VF only when VF is up.", " - octeontx2-af: Use separate handlers for interrupts", " - drm/amdgpu: add MMHUB 3.3.1 support", " - drm/amdgpu: fix mmhub client id out-of-bounds access", " - drm/amdgpu: drop setting buffer funcs in sdma442", " - netfilter: nft_set_pipapo: release elements in clone only from destroy path", " - netfilter: nf_tables: do not compare internal table flags on updates", " - rcu: add a helper to report consolidated flavor QS", " - net: report RCU QS on threaded NAPI repolling", " - bpf: report RCU QS in cpumap kthread", " - net: dsa: mt7530: fix link-local frames that ingress vlan filtering ports", " - net: dsa: mt7530: fix handling of all link-local frames", " - netfilter: nf_tables: Fix a memory leak in nf_tables_updchain", " - spi: spi-mt65xx: Fix NULL pointer access in interrupt handler", " - selftests: forwarding: Fix ping failure due to short timeout", " - dm io: Support IO priority", " - dm-integrity: align the outgoing bio in integrity_recheck", " - x86/efistub: Clear decompressor BSS in native EFI entrypoint", " - x86/efistub: Don't clear BSS twice in mixed mode", " - printk: Adjust mapping for 32bit seq macros", " - printk: Use prb_first_seq() as base for 32bit seq macros", " - Linux 6.8.2", " - [Config] updateconfig following v6.8.2 import", "", " * Provide python perf module (LP: #2051560)", " - [Packaging] enable perf python module", " - [Packaging] provide a wrapper module for python-perf", "", " * To support AMD Adaptive Backlight Management (ABM) for power profiles daemon", " >= 2.0 (LP: #2056716)", " - drm/amd/display: add panel_power_savings sysfs entry to eDP connectors", " - drm/amdgpu: respect the abmlevel module parameter value if it is set", "", " * Miscellaneous Ubuntu changes", " - [Config] Disable StarFive JH7100 support", " - [Config] Disable Renesas RZ/Five support", " - [Config] Disable BINFMT_FLAT for riscv64", "" ], "package": "linux", "version": "6.8.0-32.32", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2064344, 1786013, 1975592, 1975592, 2013232, 1981437, 2061747, 2042500, 2063096, 2061953, 2058557, 2060422, 2042546, 2059080, 2060533, 2060531, 2060531, 2062556, 2060130, 2059263, 2055083, 2058573, 2060097, 2051560, 2056716 ], "author": "Roxana Nicolescu ", "date": "Wed, 01 May 2024 16:02:05 +0200" } ], "notes": "linux-modules-6.8.0-35-generic version '6.8.0-35.35' (source package linux version '6.8.0-35.35') was added. linux-modules-6.8.0-35-generic version '6.8.0-35.35' has the same source package name, linux, as removed package linux-headers-6.8.0-31. As such we can use the source package version of the removed package, '6.8.0-31.31', as the starting point in our changelog diff. Kernel packages are an example of where the binary package name changes for the same source package. Using the removed package source package version as our starting point means we can still get meaningful changelog diffs even for what appears to be a new package." }, { "name": "linux-tools-6.8.0-35", "from_version": { "source_package_name": "linux", "source_package_version": "6.8.0-31.31", "version": null }, "to_version": { "source_package_name": "linux", "source_package_version": "6.8.0-35.35", "version": "6.8.0-35.35" }, "cves": [ { "cve": "CVE-2024-21823", "url": "https://ubuntu.com/security/CVE-2024-21823", "cve_description": "Hardware logic with insecure de-synchronization in Intel(R) DSA and Intel(R) IAA for some Intel(R) 4th or 5th generation Xeon(R) processors may allow an authorized user to potentially enable denial of service via local access.", "cve_priority": "medium", "cve_public_date": "2024-05-16 21:16:00 UTC" } ], "launchpad_bugs_fixed": [ 2065886, 2065167, 1786013, 2064344, 1786013, 1975592, 1975592, 2013232, 1981437, 2061747, 2042500, 2063096, 2061953, 2058557, 2060422, 2042546, 2059080, 2060533, 2060531, 2060531, 2062556, 2060130, 2059263, 2055083, 2058573, 2060097, 2051560, 2056716 ], "changes": [ { "cves": [ { "cve": "CVE-2024-21823", "url": "https://ubuntu.com/security/CVE-2024-21823", "cve_description": "Hardware logic with insecure de-synchronization in Intel(R) DSA and Intel(R) IAA for some Intel(R) 4th or 5th generation Xeon(R) processors may allow an authorized user to potentially enable denial of service via local access.", "cve_priority": "medium", "cve_public_date": "2024-05-16 21:16:00 UTC" } ], "log": [ "", " * noble/linux: 6.8.0-35.35 -proposed tracker (LP: #2065886)", "", " * CVE-2024-21823", " - VFIO: Add the SPR_DSA and SPR_IAX devices to the denylist", " - dmaengine: idxd: add a new security check to deal with a hardware erratum", " - dmaengine: idxd: add a write() method for applications to submit work", "" ], "package": "linux", "version": "6.8.0-35.35", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2065886 ], "author": "Roxana Nicolescu ", "date": "Mon, 20 May 2024 16:26:15 +0200" }, { "cves": [], "log": [ "", " * noble/linux: 6.8.0-34.34 -proposed tracker (LP: #2065167)", "", " * Packaging resync (LP: #1786013)", " - [Packaging] debian.master/dkms-versions -- update from kernel-versions", " (main/2024.04.29)", "" ], "package": "linux", "version": "6.8.0-34.34", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2065167, 1786013 ], "author": "Roxana Nicolescu ", "date": "Wed, 08 May 2024 13:14:41 +0200" }, { "cves": [], "log": [ "", " * noble/linux: 6.8.0-32.32 -proposed tracker (LP: #2064344)", "", " * Packaging resync (LP: #1786013)", " - [Packaging] drop getabis data", " - [Packaging] update variants", " - [Packaging] update annotations scripts", " - [Packaging] debian.master/dkms-versions -- update from kernel-versions", " (main/2024.04.29)", "", " * Enable Nezha board (LP: #1975592)", " - [Config] Enable CONFIG_REGULATOR_FIXED_VOLTAGE on riscv64", "", " * Enable Nezha board (LP: #1975592) // Enable StarFive VisionFive 2 board", " (LP: #2013232)", " - [Config] Enable CONFIG_SERIAL_8250_DW on riscv64", "", " * RISC-V kernel config is out of sync with other archs (LP: #1981437)", " - [Config] Sync riscv64 config with other architectures", "", " * obsolete out-of-tree ivsc dkms in favor of in-tree one (LP: #2061747)", " - ACPI: scan: Defer enumeration of devices with a _DEP pointing to IVSC device", " - Revert \"mei: vsc: Call wake_up() in the threaded IRQ handler\"", " - mei: vsc: Unregister interrupt handler for system suspend", " - media: ipu-bridge: Add ov01a10 in Dell XPS 9315", " - SAUCE: media: ipu-bridge: Support more sensors", "", " * Fix after-suspend-mediacard/sdhc-insert test failed (LP: #2042500)", " - PCI/ASPM: Move pci_configure_ltr() to aspm.c", " - PCI/ASPM: Always build aspm.c", " - PCI/ASPM: Move pci_save_ltr_state() to aspm.c", " - PCI/ASPM: Save L1 PM Substates Capability for suspend/resume", " - PCI/ASPM: Call pci_save_ltr_state() from pci_save_pcie_state()", " - PCI/ASPM: Disable L1 before configuring L1 Substates", " - PCI/ASPM: Update save_state when configuration changes", "", " * RTL8852BE fw security fail then lost WIFI function during suspend/resume", " cycle (LP: #2063096)", " - wifi: rtw89: download firmware with five times retry", "", " * intel_rapl_common: Add support for ARL and LNL (LP: #2061953)", " - powercap: intel_rapl: Add support for Lunar Lake-M paltform", " - powercap: intel_rapl: Add support for Arrow Lake", "", " * Kernel panic during checkbox stress_ng_test on Grace running noble 6.8", " (arm64+largemem) kernel (LP: #2058557)", " - aio: Fix null ptr deref in aio_complete() wakeup", "", " * Avoid creating non-working backlight sysfs knob from ASUS board", " (LP: #2060422)", " - platform/x86: asus-wmi: Consider device is absent when the read is ~0", "", " * Include cifs.ko in linux-modules package (LP: #2042546)", " - [Packaging] Replace fs/cifs with fs/smb/client in inclusion list", "", " * Add Real-time Linux Analysis tool (rtla) to linux-tools (LP: #2059080)", " - SAUCE: rtla: fix deb build", " - [Packaging] add Real-time Linux Analysis tool (rtla) to linux-tools", " - [Packaging] update dependencies for rtla", "", " * Noble update: v6.8.4 upstream stable release (LP: #2060533)", " - Revert \"workqueue: Shorten events_freezable_power_efficient name\"", " - Revert \"workqueue: Don't call cpumask_test_cpu() with -1 CPU in", " wq_update_node_max_active()\"", " - Revert \"workqueue: Implement system-wide nr_active enforcement for unbound", " workqueues\"", " - Revert \"workqueue: Introduce struct wq_node_nr_active\"", " - Revert \"workqueue: RCU protect wq->dfl_pwq and implement accessors for it\"", " - Revert \"workqueue: Make wq_adjust_max_active() round-robin pwqs while", " activating\"", " - Revert \"workqueue: Move nr_active handling into helpers\"", " - Revert \"workqueue: Replace pwq_activate_inactive_work() with", " [__]pwq_activate_work()\"", " - Revert \"workqueue: Factor out pwq_is_empty()\"", " - Revert \"workqueue: Move pwq->max_active to wq->max_active\"", " - Revert \"workqueue.c: Increase workqueue name length\"", " - Linux 6.8.4", "", " * Noble update: v6.8.3 upstream stable release (LP: #2060531)", " - drm/vmwgfx: Unmap the surface before resetting it on a plane state", " - wifi: brcmfmac: Fix use-after-free bug in brcmf_cfg80211_detach", " - wifi: brcmfmac: avoid invalid list operation when vendor attach fails", " - media: staging: ipu3-imgu: Set fields before media_entity_pads_init()", " - arm64: dts: qcom: sc7280: Add additional MSI interrupts", " - remoteproc: virtio: Fix wdg cannot recovery remote processor", " - clk: qcom: gcc-sdm845: Add soft dependency on rpmhpd", " - smack: Set SMACK64TRANSMUTE only for dirs in smack_inode_setxattr()", " - smack: Handle SMACK64TRANSMUTE in smack_inode_setsecurity()", " - arm: dts: marvell: Fix maxium->maxim typo in brownstone dts", " - drm/vmwgfx: Fix possible null pointer derefence with invalid contexts", " - arm64: dts: qcom: sm8450-hdk: correct AMIC4 and AMIC5 microphones", " - serial: max310x: fix NULL pointer dereference in I2C instantiation", " - drm/vmwgfx: Fix the lifetime of the bo cursor memory", " - pci_iounmap(): Fix MMIO mapping leak", " - media: xc4000: Fix atomicity violation in xc4000_get_frequency", " - media: mc: Add local pad to pipeline regardless of the link state", " - media: mc: Fix flags handling when creating pad links", " - media: nxp: imx8-isi: Check whether crossbar pad is non-NULL before access", " - media: mc: Add num_links flag to media_pad", " - media: mc: Rename pad variable to clarify intent", " - media: mc: Expand MUST_CONNECT flag to always require an enabled link", " - media: nxp: imx8-isi: Mark all crossbar sink pads as MUST_CONNECT", " - md: use RCU lock to protect traversal in md_spares_need_change()", " - KVM: Always flush async #PF workqueue when vCPU is being destroyed", " - arm64: dts: qcom: sm8550-qrd: correct WCD9385 TX port mapping", " - arm64: dts: qcom: sm8550-mtp: correct WCD9385 TX port mapping", " - cpufreq: amd-pstate: Fix min_perf assignment in amd_pstate_adjust_perf()", " - thermal/intel: Fix intel_tcc_get_temp() to support negative CPU temperature", " - powercap: intel_rapl: Fix a NULL pointer dereference", " - powercap: intel_rapl: Fix locking in TPMI RAPL", " - powercap: intel_rapl_tpmi: Fix a register bug", " - powercap: intel_rapl_tpmi: Fix System Domain probing", " - powerpc/smp: Adjust nr_cpu_ids to cover all threads of a core", " - powerpc/smp: Increase nr_cpu_ids to include the boot CPU", " - sparc64: NMI watchdog: fix return value of __setup handler", " - sparc: vDSO: fix return value of __setup handler", " - selftests/mqueue: Set timeout to 180 seconds", " - pinctrl: qcom: sm8650-lpass-lpi: correct Kconfig name", " - ext4: correct best extent lstart adjustment logic", " - drm/amdgpu/display: Address kdoc for 'is_psr_su' in 'fill_dc_dirty_rects'", " - block: Clear zone limits for a non-zoned stacked queue", " - kasan/test: avoid gcc warning for intentional overflow", " - bounds: support non-power-of-two CONFIG_NR_CPUS", " - fat: fix uninitialized field in nostale filehandles", " - fuse: fix VM_MAYSHARE and direct_io_allow_mmap", " - mfd: twl: Select MFD_CORE", " - ubifs: Set page uptodate in the correct place", " - ubi: Check for too small LEB size in VTBL code", " - ubi: correct the calculation of fastmap size", " - ubifs: ubifs_symlink: Fix memleak of inode->i_link in error path", " - mtd: rawnand: meson: fix scrambling mode value in command macro", " - md/md-bitmap: fix incorrect usage for sb_index", " - x86/nmi: Fix the inverse \"in NMI handler\" check", " - parisc/unaligned: Rewrite 64-bit inline assembly of emulate_ldd()", " - parisc: Avoid clobbering the C/B bits in the PSW with tophys and tovirt", " macros", " - parisc: Fix ip_fast_csum", " - parisc: Fix csum_ipv6_magic on 32-bit systems", " - parisc: Fix csum_ipv6_magic on 64-bit systems", " - parisc: Strip upper 32 bit of sum in csum_ipv6_magic for 64-bit builds", " - md/raid5: fix atomicity violation in raid5_cache_count", " - iio: adc: rockchip_saradc: fix bitmask for channels on SARADCv2", " - iio: adc: rockchip_saradc: use mask for write_enable bitfield", " - docs: Restore \"smart quotes\" for quotes", " - cpufreq: Limit resolving a frequency to policy min/max", " - PM: suspend: Set mem_sleep_current during kernel command line setup", " - vfio/pds: Always clear the save/restore FDs on reset", " - clk: qcom: gcc-ipq5018: fix terminating of frequency table arrays", " - clk: qcom: gcc-ipq6018: fix terminating of frequency table arrays", " - clk: qcom: gcc-ipq8074: fix terminating of frequency table arrays", " - clk: qcom: gcc-ipq9574: fix terminating of frequency table arrays", " - clk: qcom: camcc-sc8280xp: fix terminating of frequency table arrays", " - clk: qcom: mmcc-apq8084: fix terminating of frequency table arrays", " - clk: qcom: mmcc-msm8974: fix terminating of frequency table arrays", " - usb: xhci: Add error handling in xhci_map_urb_for_dma", " - powerpc/fsl: Fix mfpmr build errors with newer binutils", " - USB: serial: ftdi_sio: add support for GMC Z216C Adapter IR-USB", " - USB: serial: add device ID for VeriFone adapter", " - USB: serial: cp210x: add ID for MGP Instruments PDS100", " - wifi: mac80211: track capability/opmode NSS separately", " - USB: serial: option: add MeiG Smart SLM320 product", " - KVM: x86/xen: inject vCPU upcall vector when local APIC is enabled", " - USB: serial: cp210x: add pid/vid for TDK NC0110013M and MM0110113M", " - PM: sleep: wakeirq: fix wake irq warning in system suspend", " - mmc: tmio: avoid concurrent runs of mmc_request_done()", " - fuse: replace remaining make_bad_inode() with fuse_make_bad()", " - fuse: fix root lookup with nonzero generation", " - fuse: don't unhash root", " - usb: typec: ucsi: Clean up UCSI_CABLE_PROP macros", " - usb: dwc3-am62: fix module unload/reload behavior", " - usb: dwc3-am62: Disable wakeup at remove", " - serial: core: only stop transmit when HW fifo is empty", " - serial: Lock console when calling into driver before registration", " - btrfs: qgroup: always free reserved space for extent records", " - btrfs: fix off-by-one chunk length calculation at contains_pending_extent()", " - wifi: rtw88: Add missing VID/PIDs for 8811CU and 8821CU", " - docs: Makefile: Add dependency to $(YNL_INDEX) for targets other than", " htmldocs", " - PCI/PM: Drain runtime-idle callbacks before driver removal", " - PCI/DPC: Quirk PIO log size for Intel Raptor Lake Root Ports", " - Revert \"Revert \"md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d\"\"", " - md: don't clear MD_RECOVERY_FROZEN for new dm-raid until resume", " - md: export helpers to stop sync_thread", " - md: export helper md_is_rdwr()", " - md: add a new helper reshape_interrupted()", " - dm-raid: really frozen sync_thread during suspend", " - md/dm-raid: don't call md_reap_sync_thread() directly", " - dm-raid: add a new helper prepare_suspend() in md_personality", " - dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent", " with reshape", " - dm-raid: fix lockdep waring in \"pers->hot_add_disk\"", " - powerpc: xor_vmx: Add '-mhard-float' to CFLAGS", " - mac802154: fix llsec key resources release in mac802154_llsec_key_del", " - mm: swap: fix race between free_swap_and_cache() and swapoff()", " - mmc: core: Fix switch on gp3 partition", " - Bluetooth: btnxpuart: Fix btnxpuart_close", " - leds: trigger: netdev: Fix kernel panic on interface rename trig notify", " - drm/etnaviv: Restore some id values", " - landlock: Warn once if a Landlock action is requested while disabled", " - io_uring: fix mshot read defer taskrun cqe posting", " - hwmon: (amc6821) add of_match table", " - io_uring: fix io_queue_proc modifying req->flags", " - ext4: fix corruption during on-line resize", " - nvmem: meson-efuse: fix function pointer type mismatch", " - slimbus: core: Remove usage of the deprecated ida_simple_xx() API", " - phy: tegra: xusb: Add API to retrieve the port number of phy", " - usb: gadget: tegra-xudc: Fix USB3 PHY retrieval logic", " - speakup: Fix 8bit characters from direct synth", " - debugfs: fix wait/cancellation handling during remove", " - PCI/AER: Block runtime suspend when handling errors", " - io_uring/net: correctly handle multishot recvmsg retry setup", " - io_uring: fix mshot io-wq checks", " - PCI: qcom: Disable ASPM L0s for sc8280xp, sa8540p and sa8295p", " - sparc32: Fix parport build with sparc32", " - nfs: fix UAF in direct writes", " - NFS: Read unlock folio on nfs_page_create_from_folio() error", " - kbuild: Move -Wenum-{compare-conditional,enum-conversion} into W=1", " - PCI: qcom: Enable BDF to SID translation properly", " - PCI: dwc: endpoint: Fix advertised resizable BAR size", " - PCI: hv: Fix ring buffer size calculation", " - cifs: prevent updating file size from server if we have a read/write lease", " - cifs: allow changing password during remount", " - thermal/drivers/mediatek: Fix control buffer enablement on MT7896", " - vfio/pci: Disable auto-enable of exclusive INTx IRQ", " - vfio/pci: Lock external INTx masking ops", " - vfio/platform: Disable virqfds on cleanup", " - vfio/platform: Create persistent IRQ handlers", " - vfio/fsl-mc: Block calling interrupt handler without trigger", " - tpm,tpm_tis: Avoid warning splat at shutdown", " - ksmbd: replace generic_fillattr with vfs_getattr", " - ksmbd: retrieve number of blocks using vfs_getattr in", " set_file_allocation_info", " - platform/x86/intel/tpmi: Change vsec offset to u64", " - io_uring/rw: return IOU_ISSUE_SKIP_COMPLETE for multishot retry", " - io_uring: clean rings on NO_MMAP alloc fail", " - ring-buffer: Do not set shortest_full when full target is hit", " - ring-buffer: Fix full_waiters_pending in poll", " - ring-buffer: Use wait_event_interruptible() in ring_buffer_wait()", " - tracing/ring-buffer: Fix wait_on_pipe() race", " - dlm: fix user space lkb refcounting", " - soc: fsl: qbman: Always disable interrupts when taking cgr_lock", " - soc: fsl: qbman: Use raw spinlock for cgr_lock", " - s390/zcrypt: fix reference counting on zcrypt card objects", " - drm/probe-helper: warn about negative .get_modes()", " - drm/panel: do not return negative error codes from drm_panel_get_modes()", " - drm/exynos: do not return negative values from .get_modes()", " - drm/imx/ipuv3: do not return negative values from .get_modes()", " - drm/vc4: hdmi: do not return negative values from .get_modes()", " - clocksource/drivers/timer-riscv: Clear timer interrupt on timer", " initialization", " - memtest: use {READ,WRITE}_ONCE in memory scanning", " - Revert \"block/mq-deadline: use correct way to throttling write requests\"", " - lsm: use 32-bit compatible data types in LSM syscalls", " - lsm: handle the NULL buffer case in lsm_fill_user_ctx()", " - f2fs: mark inode dirty for FI_ATOMIC_COMMITTED flag", " - f2fs: truncate page cache before clearing flags when aborting atomic write", " - nilfs2: fix failure to detect DAT corruption in btree and direct mappings", " - nilfs2: prevent kernel bug at submit_bh_wbc()", " - cifs: make sure server interfaces are requested only for SMB3+", " - cifs: reduce warning log level for server not advertising interfaces", " - cifs: open_cached_dir(): add FILE_READ_EA to desired access", " - mtd: rawnand: Fix and simplify again the continuous read derivations", " - mtd: rawnand: Add a helper for calculating a page index", " - mtd: rawnand: Ensure all continuous terms are always in sync", " - mtd: rawnand: Constrain even more when continuous reads are enabled", " - cpufreq: dt: always allocate zeroed cpumask", " - io_uring/futex: always remove futex entry for cancel all", " - io_uring/waitid: always remove waitid entry for cancel all", " - x86/CPU/AMD: Update the Zenbleed microcode revisions", " - ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()", " - net: esp: fix bad handling of pages from page_pool", " - NFSD: Fix nfsd_clid_class use of __string_len() macro", " - drm/i915: Add missing ; to __assign_str() macros in tracepoint code", " - net: hns3: tracing: fix hclgevf trace event strings", " - cxl/trace: Properly initialize cxl_poison region name", " - ksmbd: fix potencial out-of-bounds when buffer offset is invalid", " - virtio: reenable config if freezing device failed", " - LoongArch: Change __my_cpu_offset definition to avoid mis-optimization", " - LoongArch: Define the __io_aw() hook as mmiowb()", " - LoongArch/crypto: Clean up useless assignment operations", " - wireguard: netlink: check for dangling peer via is_dead instead of empty", " list", " - wireguard: netlink: access device through ctx instead of peer", " - wireguard: selftests: set RISCV_ISA_FALLBACK on riscv{32,64}", " - ahci: asm1064: asm1166: don't limit reported ports", " - drm/amd/display: Change default size for dummy plane in DML2", " - drm/amdgpu: amdgpu_ttm_gart_bind set gtt bound flag", " - drm/amdgpu/pm: Fix NULL pointer dereference when get power limit", " - drm/amdgpu/pm: Check the validity of overdiver power limit", " - drm/amd/display: Override min required DCFCLK in dml1_validate", " - drm/amd/display: Allow dirty rects to be sent to dmub when abm is active", " - drm/amd/display: Init DPPCLK from SMU on dcn32", " - drm/amd/display: Update odm when ODM combine is changed on an otg master", " pipe with no plane", " - drm/amd/display: Fix idle check for shared firmware state", " - drm/amd/display: Amend coasting vtotal for replay low hz", " - drm/amd/display: Lock all enabled otg pipes even with no planes", " - drm/amd/display: Implement wait_for_odm_update_pending_complete", " - drm/amd/display: Return the correct HDCP error code", " - drm/amd/display: Add a dc_state NULL check in dc_state_release", " - drm/amd/display: Fix noise issue on HDMI AV mute", " - dm snapshot: fix lockup in dm_exception_table_exit", " - x86/pm: Work around false positive kmemleak report in msr_build_context()", " - wifi: brcmfmac: add per-vendor feature detection callback", " - wifi: brcmfmac: cfg80211: Use WSEC to set SAE password", " - wifi: brcmfmac: Demote vendor-specific attach/detach messages to info", " - drm/ttm: Make sure the mapped tt pages are decrypted when needed", " - drm/amd/display: Unify optimize_required flags and VRR adjustments", " - drm/amd/display: Add more checks for exiting idle in DC", " - btrfs: add set_folio_extent_mapped() helper", " - btrfs: replace sb::s_blocksize by fs_info::sectorsize", " - btrfs: add helpers to get inode from page/folio pointers", " - btrfs: add helpers to get fs_info from page/folio pointers", " - btrfs: add helper to get fs_info from struct inode pointer", " - btrfs: qgroup: validate btrfs_qgroup_inherit parameter", " - vfio: Introduce interface to flush virqfd inject workqueue", " - vfio/pci: Create persistent INTx handler", " - drm/bridge: add ->edid_read hook and drm_bridge_edid_read()", " - drm/bridge: lt8912b: use drm_bridge_edid_read()", " - drm/bridge: lt8912b: clear the EDID property on failures", " - drm/bridge: lt8912b: do not return negative values from .get_modes()", " - drm/amd/display: Remove pixle rate limit for subvp", " - drm/amd/display: Revert Remove pixle rate limit for subvp", " - workqueue: Shorten events_freezable_power_efficient name", " - drm/amd/display: Use freesync when `DRM_EDID_FEATURE_CONTINUOUS_FREQ` found", " - netfilter: nf_tables: reject constant set with timeout", " - Revert \"crypto: pkcs7 - remove sha1 support\"", " - x86/efistub: Call mixed mode boot services on the firmware's stack", " - ASoC: amd: yc: Revert \"Fix non-functional mic on Lenovo 21J2\"", " - ASoC: amd: yc: Revert \"add new YC platform variant (0x63) support\"", " - Fix memory leak in posix_clock_open()", " - wifi: rtw88: 8821cu: Fix connection failure", " - x86/Kconfig: Remove CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT", " - x86/sev: Fix position dependent variable references in startup code", " - clocksource/drivers/arm_global_timer: Fix maximum prescaler value", " - ARM: 9352/1: iwmmxt: Remove support for PJ4/PJ4B cores", " - ARM: 9359/1: flush: check if the folio is reserved for no-mapping addresses", " - entry: Respect changes to system call number by trace_sys_enter()", " - swiotlb: Fix double-allocation of slots due to broken alignment handling", " - swiotlb: Honour dma_alloc_coherent() alignment in swiotlb_alloc()", " - swiotlb: Fix alignment checks when both allocation and DMA masks are present", " - iommu/dma: Force swiotlb_max_mapping_size on an untrusted device", " - printk: Update @console_may_schedule in console_trylock_spinning()", " - irqchip/renesas-rzg2l: Flush posted write in irq_eoi()", " - irqchip/renesas-rzg2l: Rename rzg2l_tint_eoi()", " - irqchip/renesas-rzg2l: Rename rzg2l_irq_eoi()", " - irqchip/renesas-rzg2l: Prevent spurious interrupts when setting trigger type", " - kprobes/x86: Use copy_from_kernel_nofault() to read from unsafe address", " - efi/libstub: fix efi_random_alloc() to allocate memory at alloc_min or", " higher address", " - x86/mpparse: Register APIC address only once", " - x86/fpu: Keep xfd_state in sync with MSR_IA32_XFD", " - efi: fix panic in kdump kernel", " - pwm: img: fix pwm clock lookup", " - selftests/mm: Fix build with _FORTIFY_SOURCE", " - btrfs: handle errors returned from unpin_extent_cache()", " - btrfs: fix warning messages not printing interval at unpin_extent_range()", " - btrfs: do not skip re-registration for the mounted device", " - mfd: intel-lpss: Switch to generalized quirk table", " - mfd: intel-lpss: Introduce QUIRK_CLOCK_DIVIDER_UNITY for XPS 9530", " - drm/i915: Replace a memset() with zero initialization", " - drm/i915: Try to preserve the current shared_dpll for fastset on type-c", " ports", " - drm/i915: Include the PLL name in the debug messages", " - drm/i915: Suppress old PLL pipe_mask checks for MG/TC/TBT PLLs", " - crypto: iaa - Fix nr_cpus < nr_iaa case", " - drm/amd/display: Prevent crash when disable stream", " - ALSA: hda/tas2781: remove digital gain kcontrol", " - ALSA: hda/tas2781: add locks to kcontrols", " - mm: zswap: fix writeback shinker GFP_NOIO/GFP_NOFS recursion", " - init: open /initrd.image with O_LARGEFILE", " - x86/efistub: Add missing boot_params for mixed mode compat entry", " - efi/libstub: Cast away type warning in use of max()", " - x86/efistub: Reinstate soft limit for initrd loading", " - prctl: generalize PR_SET_MDWE support check to be per-arch", " - ARM: prctl: reject PR_SET_MDWE on pre-ARMv6", " - tmpfs: fix race on handling dquot rbtree", " - btrfs: validate device maj:min during open", " - btrfs: fix race in read_extent_buffer_pages()", " - btrfs: zoned: don't skip block groups with 100% zone unusable", " - btrfs: zoned: use zone aware sb location for scrub", " - btrfs: zoned: fix use-after-free in do_zone_finish()", " - wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changes", " - wifi: cfg80211: add a flag to disable wireless extensions", " - wifi: iwlwifi: mvm: disable MLO for the time being", " - wifi: iwlwifi: fw: don't always use FW dump trig", " - wifi: iwlwifi: mvm: handle debugfs names more carefully", " - Revert \"drm/amd/display: Fix sending VSC (+ colorimetry) packets for DP/eDP", " displays without PSR\"", " - fbdev: Select I/O-memory framebuffer ops for SBus", " - exec: Fix NOMMU linux_binprm::exec in transfer_args_to_stack()", " - hexagon: vmlinux.lds.S: handle attributes section", " - mm: cachestat: fix two shmem bugs", " - selftests/mm: sigbus-wp test requires UFFD_FEATURE_WP_HUGETLBFS_SHMEM", " - selftests/mm: fix ARM related issue with fork after pthread_create", " - mmc: sdhci-omap: re-tuning is needed after a pm transition to support emmc", " HS200 mode", " - mmc: core: Initialize mmc_blk_ioc_data", " - mmc: core: Avoid negative index with array access", " - sdhci-of-dwcmshc: disable PM runtime in dwcmshc_remove()", " - block: Do not force full zone append completion in req_bio_endio()", " - thermal: devfreq_cooling: Fix perf state when calculate dfc res_util", " - Revert \"thermal: core: Don't update trip points inside the hysteresis range\"", " - nouveau/dmem: handle kcalloc() allocation failure", " - net: ll_temac: platform_get_resource replaced by wrong function", " - net: wan: framer: Add missing static inline qualifiers", " - net: phy: qcom: at803x: fix kernel panic with at8031_probe", " - drm/xe/query: fix gt_id bounds check", " - drm/dp: Fix divide-by-zero regression on DP MST unplug with nouveau", " - drm/vmwgfx: Create debugfs ttm_resource_manager entry only if needed", " - drm/amdkfd: fix TLB flush after unmap for GFX9.4.2", " - drm/amdgpu: fix deadlock while reading mqd from debugfs", " - drm/amd/display: Remove MPC rate control logic from DCN30 and above", " - drm/amd/display: Set DCN351 BB and IP the same as DCN35", " - drm/i915/hwmon: Fix locking inversion in sysfs getter", " - drm/i915/vma: Fix UAF on destroy against retire race", " - drm/i915/bios: Tolerate devdata==NULL in", " intel_bios_encoder_supports_dp_dual_mode()", " - drm/i915/vrr: Generate VRR \"safe window\" for DSB", " - drm/i915/dsi: Go back to the previous INIT_OTP/DISPLAY_ON order, mostly", " - drm/i915/dsb: Fix DSB vblank waits when using VRR", " - drm/i915: Do not match JSL in ehl_combo_pll_div_frac_wa_needed()", " - drm/i915: Pre-populate the cursor physical dma address", " - drm/i915/gt: Reset queue_priority_hint on parking", " - drm/amd/display: Fix bounds check for dcn35 DcfClocks", " - Bluetooth: hci_sync: Fix not checking error on hci_cmd_sync_cancel_sync", " - mtd: spinand: Add support for 5-byte IDs", " - Revert \"usb: phy: generic: Get the vbus supply\"", " - usb: cdc-wdm: close race between read and workqueue", " - usb: misc: ljca: Fix double free in error handling path", " - USB: UAS: return ENODEV when submit urbs fail with device not attached", " - vfio/pds: Make sure migration file isn't accessed after reset", " - ring-buffer: Make wake once of ring_buffer_wait() more robust", " - btrfs: fix extent map leak in unexpected scenario at unpin_extent_cache()", " - ALSA: sh: aica: reorder cleanup operations to avoid UAF bugs", " - scsi: ufs: qcom: Provide default cycles_in_1us value", " - scsi: sd: Fix TCG OPAL unlock on system resume", " - scsi: core: Fix unremoved procfs host directory regression", " - staging: vc04_services: changen strncpy() to strscpy_pad()", " - staging: vc04_services: fix information leak in create_component()", " - genirq: Introduce IRQF_COND_ONESHOT and use it in pinctrl-amd", " - usb: dwc3: Properly set system wakeup", " - USB: core: Fix deadlock in usb_deauthorize_interface()", " - USB: core: Add hub_get() and hub_put() routines", " - USB: core: Fix deadlock in port \"disable\" sysfs attribute", " - usb: dwc2: host: Fix remote wakeup from hibernation", " - usb: dwc2: host: Fix hibernation flow", " - usb: dwc2: host: Fix ISOC flow in DDMA mode", " - usb: dwc2: gadget: Fix exiting from clock gating", " - usb: dwc2: gadget: LPM flow fix", " - usb: udc: remove warning when queue disabled ep", " - usb: typec: ucsi: Fix race between typec_switch and role_switch", " - usb: typec: tcpm: fix double-free issue in tcpm_port_unregister_pd()", " - usb: typec: tcpm: Correct port source pdo array in pd_set callback", " - usb: typec: tcpm: Update PD of Type-C port upon pd_set", " - usb: typec: Return size of buffer if pd_set operation succeeds", " - usb: typec: ucsi: Clear EVENT_PENDING under PPM lock", " - usb: typec: ucsi: Ack unsupported commands", " - usb: typec: ucsi_acpi: Refactor and fix DELL quirk", " - usb: typec: ucsi: Clear UCSI_CCI_RESET_COMPLETE before reset", " - scsi: qla2xxx: Prevent command send on chip reset", " - scsi: qla2xxx: Fix N2N stuck connection", " - scsi: qla2xxx: Split FCE|EFT trace control", " - scsi: qla2xxx: Update manufacturer detail", " - scsi: qla2xxx: NVME|FCP prefer flag not being honored", " - scsi: qla2xxx: Fix command flush on cable pull", " - scsi: qla2xxx: Fix double free of the ha->vp_map pointer", " - scsi: qla2xxx: Fix double free of fcport", " - scsi: qla2xxx: Change debug message during driver unload", " - scsi: qla2xxx: Delay I/O Abort on PCI error", " - x86/bugs: Fix the SRSO mitigation on Zen3/4", " - crash: use macro to add crashk_res into iomem early for specific arch", " - drm/amd/display: fix IPX enablement", " - x86/bugs: Use fixed addressing for VERW operand", " - Revert \"x86/bugs: Use fixed addressing for VERW operand\"", " - usb: dwc3: pci: Drop duplicate ID", " - scsi: lpfc: Correct size for cmdwqe/rspwqe for memset()", " - scsi: lpfc: Correct size for wqe for memset()", " - scsi: libsas: Add a helper sas_get_sas_addr_and_dev_type()", " - scsi: libsas: Fix disk not being scanned in after being removed", " - perf/x86/amd/core: Update and fix stalled-cycles-* events for Zen 2 and", " later", " - x86/sev: Skip ROM range scans and validation for SEV-SNP guests", " - tools/resolve_btfids: fix build with musl libc", " - drm/amdgpu: fix use-after-free bug", " - drm/sched: fix null-ptr-deref in init entity", " - Linux 6.8.3", " - [Config] updateconfigs following v6.8.3 import", "", " * Noble update: v6.8.3 upstream stable release (LP: #2060531) //", " [Ubuntu-24.04] Hugepage memory is not getting released even after destroying", " the guest! (LP: #2062556)", " - block: Fix page refcounts for unaligned buffers in __bio_release_pages()", "", " * [SPR][EMR][GNR] TDX: efi: TD Measurement support for kernel cmdline/initrd", " sections from EFI stub (LP: #2060130)", " - efi/libstub: Use TPM event typedefs from the TCG PC Client spec", " - efi/tpm: Use symbolic GUID name from spec for final events table", " - efi/libstub: Add Confidential Computing (CC) measurement typedefs", " - efi/libstub: Measure into CC protocol if TCG2 protocol is absent", " - efi/libstub: Add get_event_log() support for CC platforms", " - x86/efistub: Remap kernel text read-only before dropping NX attribute", "", " * Fix acpi_power_meter accessing IPMI region before it's ready (LP: #2059263)", " - ACPI: IPMI: Add helper to wait for when SMI is selected", " - hwmon: (acpi_power_meter) Ensure IPMI space handler is ready on Dell systems", "", " * Drop fips-checks script from trees (LP: #2055083)", " - [Packaging] Remove fips-checks script", "", " * alsa/realtek: adjust max output valume for headphone on 2 LG machines", " (LP: #2058573)", " - ALSA: hda/realtek: fix the hp playback volume issue for LG machines", "", " * Noble update: v6.8.2 upstream stable release (LP: #2060097)", " - do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak", " - workqueue.c: Increase workqueue name length", " - workqueue: Move pwq->max_active to wq->max_active", " - workqueue: Factor out pwq_is_empty()", " - workqueue: Replace pwq_activate_inactive_work() with [__]pwq_activate_work()", " - workqueue: Move nr_active handling into helpers", " - workqueue: Make wq_adjust_max_active() round-robin pwqs while activating", " - workqueue: RCU protect wq->dfl_pwq and implement accessors for it", " - workqueue: Introduce struct wq_node_nr_active", " - workqueue: Implement system-wide nr_active enforcement for unbound", " workqueues", " - workqueue: Don't call cpumask_test_cpu() with -1 CPU in", " wq_update_node_max_active()", " - iomap: clear the per-folio dirty bits on all writeback failures", " - fs: Fix rw_hint validation", " - io_uring: remove looping around handling traditional task_work", " - io_uring: remove unconditional looping in local task_work handling", " - s390/dasd: Use dev_*() for device log messages", " - s390/dasd: fix double module refcount decrement", " - fs/hfsplus: use better @opf description", " - md: fix kmemleak of rdev->serial", " - rcu/exp: Fix RCU expedited parallel grace period kworker allocation failure", " recovery", " - rcu/exp: Handle RCU expedited grace period kworker allocation failure", " - fs/select: rework stack allocation hack for clang", " - block: fix deadlock between bd_link_disk_holder and partition scan", " - md: Don't clear MD_CLOSING when the raid is about to stop", " - kunit: Setup DMA masks on the kunit device", " - ovl: Always reject mounting over case-insensitive directories", " - kunit: test: Log the correct filter string in executor_test", " - lib/cmdline: Fix an invalid format specifier in an assertion msg", " - lib: memcpy_kunit: Fix an invalid format specifier in an assertion msg", " - time: test: Fix incorrect format specifier", " - rtc: test: Fix invalid format specifier.", " - net: test: Fix printf format specifier in skb_segment kunit test", " - drm/xe/tests: Fix printf format specifiers in xe_migrate test", " - drm: tests: Fix invalid printf format specifiers in KUnit tests", " - md/raid1: factor out helpers to add rdev to conf", " - md/raid1: record nonrot rdevs while adding/removing rdevs to conf", " - md/raid1: fix choose next idle in read_balance()", " - io_uring/net: unify how recvmsg and sendmsg copy in the msghdr", " - io_uring/net: move receive multishot out of the generic msghdr path", " - io_uring/net: fix overflow check in io_recvmsg_mshot_prep()", " - nvme: host: fix double-free of struct nvme_id_ns in ns_update_nuse()", " - aoe: fix the potential use-after-free problem in aoecmd_cfg_pkts", " - x86/mm: Ensure input to pfn_to_kaddr() is treated as a 64-bit type", " - x86/resctrl: Remove hard-coded memory bandwidth limit", " - x86/resctrl: Read supported bandwidth sources from CPUID", " - x86/resctrl: Implement new mba_MBps throttling heuristic", " - x86/sme: Fix memory encryption setting if enabled by default and not", " overridden", " - timekeeping: Fix cross-timestamp interpolation on counter wrap", " - timekeeping: Fix cross-timestamp interpolation corner case decision", " - timekeeping: Fix cross-timestamp interpolation for non-x86", " - x86/asm: Remove the __iomem annotation of movdir64b()'s dst argument", " - sched/fair: Take the scheduling domain into account in select_idle_smt()", " - sched/fair: Take the scheduling domain into account in select_idle_core()", " - wifi: ath10k: fix NULL pointer dereference in", " ath10k_wmi_tlv_op_pull_mgmt_tx_compl_ev()", " - wifi: b43: Stop/wake correct queue in DMA Tx path when QoS is disabled", " - wifi: b43: Stop/wake correct queue in PIO Tx path when QoS is disabled", " - wifi: b43: Stop correct queue in DMA worker when QoS is disabled", " - wifi: b43: Disable QoS for bcm4331", " - wifi: wilc1000: fix declarations ordering", " - wifi: wilc1000: fix RCU usage in connect path", " - wifi: ath11k: add support to select 6 GHz regulatory type", " - wifi: ath11k: store cur_regulatory_info for each radio", " - wifi: ath11k: fix a possible dead lock caused by ab->base_lock", " - wifi: rtl8xxxu: add cancel_work_sync() for c2hcmd_work", " - wifi: wilc1000: do not realloc workqueue everytime an interface is added", " - wifi: wilc1000: fix multi-vif management when deleting a vif", " - wifi: mwifiex: debugfs: Drop unnecessary error check for", " debugfs_create_dir()", " - ARM: dts: renesas: r8a73a4: Fix external clocks and clock rate", " - arm64: dts: qcom: x1e80100: drop qcom,drv-count", " - arm64: dts: qcom: sc8180x: Hook up VDD_CX as GCC parent domain", " - arm64: dts: qcom: sc8180x: Fix up big CPU idle state entry latency", " - arm64: dts: qcom: sc8180x: Add missing CPU off state", " - arm64: dts: qcom: sc8180x: Fix eDP PHY power-domains", " - arm64: dts: qcom: sc8180x: Don't hold MDP core clock at FMAX", " - arm64: dts: qcom: sc8180x: Require LOW_SVS vote for MMCX if DISPCC is on", " - arm64: dts: qcom: sc8180x: Add missing CPU<->MDP_CFG path", " - arm64: dts: qcom: sc8180x: Shrink aoss_qmp register space size", " - cpufreq: brcmstb-avs-cpufreq: add check for cpufreq_cpu_get's return value", " - cpufreq: mediatek-hw: Wait for CPU supplies before probing", " - sock_diag: annotate data-races around sock_diag_handlers[family]", " - inet_diag: annotate data-races around inet_diag_table[]", " - bpftool: Silence build warning about calloc()", " - selftests/bpf: Fix potential premature unload in bpf_testmod", " - libbpf: Apply map_set_def_max_entries() for inner_maps on creation", " - selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY values", " - bpftool: Fix wrong free call in do_show_link", " - wifi: ath12k: Fix issues in channel list update", " - selftests/bpf: Fix the flaky tc_redirect_dtime test", " - selftests/bpf: Wait for the netstamp_needed_key static key to be turned on", " - wifi: cfg80211: add RNR with reporting AP information", " - wifi: mac80211: use deflink and fix typo in link ID check", " - wifi: iwlwifi: change link id in time event to s8", " - af_unix: Annotate data-race of gc_in_progress in wait_for_unix_gc().", " - arm64: dts: qcom: sm8450: Add missing interconnects to serial", " - soc: qcom: socinfo: rename PM2250 to PM4125", " - arm64: dts: qcom: sc7280: Add static properties to cryptobam", " - arm64: dts: qcom: qcm6490-fairphone-fp5: Add missing reserved-memory", " - arm64: dts: qcom: sdm845-oneplus-common: improve DAI node naming", " - arm64: dts: qcom: rename PM2250 to PM4125", " - cpufreq: mediatek-hw: Don't error out if supply is not found", " - libbpf: Fix faccessat() usage on Android", " - libbpf: fix __arg_ctx type enforcement for perf_event programs", " - pmdomain: qcom: rpmhpd: Drop SA8540P gfx.lvl", " - arm64: dts: qcom: sa8540p: Drop gfx.lvl as power-domain for gpucc", " - arm64: dts: renesas: r8a779g0: Restore sort order", " - arm64: dts: renesas: r8a779g0: Add missing SCIF_CLK2", " - selftests/bpf: Disable IPv6 for lwt_redirect test", " - arm64: dts: imx8mm-kontron: Disable pullups for I2C signals on OSM-S i.MX8MM", " - arm64: dts: imx8mm-kontron: Disable pullups for I2C signals on SL/BL i.MX8MM", " - arm64: dts: imx8mm-kontron: Disable pullups for onboard UART signals on BL", " OSM-S board", " - arm64: dts: imx8mm-kontron: Disable pullups for onboard UART signals on BL", " board", " - arm64: dts: imx8mm-kontron: Disable pull resistors for SD card signals on BL", " OSM-S board", " - arm64: dts: imx8mm-kontron: Disable pull resistors for SD card signals on BL", " board", " - arm64: dts: imx8mm-kontron: Fix interrupt for RTC on OSM-S i.MX8MM module", " - arm64: dts: imx8qm: Align edma3 power-domains resources indentation", " - arm64: dts: imx8qm: Correct edma3 power-domains and interrupt numbers", " - libbpf: Add missing LIBBPF_API annotation to libbpf_set_memlock_rlim API", " - wifi: ath9k: delay all of ath9k_wmi_event_tasklet() until init is complete", " - wifi: ath11k: change to move WMI_VDEV_PARAM_SET_HEMU_MODE before", " WMI_PEER_ASSOC_CMDID", " - wifi: ath12k: fix fetching MCBC flag for QCN9274", " - wifi: iwlwifi: mvm: report beacon protection failures", " - wifi: iwlwifi: dbg-tlv: ensure NUL termination", " - wifi: iwlwifi: acpi: fix WPFC reading", " - wifi: iwlwifi: mvm: initialize rates in FW earlier", " - wifi: iwlwifi: fix EWRD table validity check", " - wifi: iwlwifi: mvm: d3: fix IPN byte order", " - wifi: iwlwifi: always have 'uats_enabled'", " - wifi: iwlwifi: mvm: fix the TLC command after ADD_STA", " - wifi: iwlwifi: read BIOS PNVM only for non-Intel SKU", " - gpio: vf610: allow disabling the vf610 driver", " - selftests/bpf: trace_helpers.c: do not use poisoned type", " - bpf: make sure scalar args don't accept __arg_nonnull tag", " - bpf: don't emit warnings intended for global subprogs for static subprogs", " - arm64: dts: imx8mm-venice-gw71xx: fix USB OTG VBUS", " - pwm: atmel-hlcdc: Fix clock imbalance related to suspend support", " - net: blackhole_dev: fix build warning for ethh set but not used", " - spi: consolidate setting message->spi", " - spi: move split xfers for CS_WORD emulation", " - arm64: dts: ti: k3-am62p5-sk: Enable CPSW MDIO node", " - arm64: dts: ti: k3-j721s2: Fix power domain for VTM node", " - arm64: dts: ti: k3-j784s4: Fix power domain for VTM node", " - wifi: ath11k: initialize rx_mcs_80 and rx_mcs_160 before use", " - wifi: libertas: fix some memleaks in lbs_allocate_cmd_buffer()", " - arm64: dts: ti: k3-am69-sk: remove assigned-clock-parents for unused VP", " - libbpf: fix return value for PERF_EVENT __arg_ctx type fix up check", " - arm64: dts: ti: k3-am62p-mcu/wakeup: Disable MCU and wakeup R5FSS nodes", " - arm64: dts: qcom: x1e80100-qcp: Fix supplies for LDOs 3E and 2J", " - libbpf: Use OPTS_SET() macro in bpf_xdp_query()", " - wifi: wfx: fix memory leak when starting AP", " - arm64: dts: qcom: qcm2290: declare VLS CLAMP register for USB3 PHY", " - arm64: dts: qcom: sm6115: declare VLS CLAMP register for USB3 PHY", " - arm64: dts: qcom: sm8650: Fix UFS PHY clocks", " - wifi: ath12k: fix incorrect logic of calculating vdev_stats_id", " - printk: nbcon: Relocate 32bit seq macros", " - printk: ringbuffer: Do not skip non-finalized records with prb_next_seq()", " - printk: Wait for all reserved records with pr_flush()", " - printk: Add this_cpu_in_panic()", " - printk: ringbuffer: Cleanup reader terminology", " - printk: ringbuffer: Skip non-finalized records in panic", " - printk: Disable passing console lock owner completely during panic()", " - pwm: sti: Fix capture for st,pwm-num-chan < st,capture-num-chan", " - tools/resolve_btfids: Refactor set sorting with types from btf_ids.h", " - tools/resolve_btfids: Fix cross-compilation to non-host endianness", " - wifi: iwlwifi: support EHT for WH", " - wifi: iwlwifi: properly check if link is active", " - wifi: iwlwifi: mvm: fix erroneous queue index mask", " - wifi: iwlwifi: mvm: don't set the MFP flag for the GTK", " - wifi: iwlwifi: mvm: don't set replay counters to 0xff", " - s390/pai: fix attr_event_free upper limit for pai device drivers", " - s390/vdso: drop '-fPIC' from LDFLAGS", " - arm64: dts: qcom: qcm6490-idp: Correct the voltage setting for vph_pwr", " - arm64: dts: qcom: qcs6490-rb3gen2: Correct the voltage setting for vph_pwr", " - selftests: forwarding: Add missing config entries", " - selftests: forwarding: Add missing multicast routing config entries", " - arm64: dts: qcom: sm6115: drop pipe clock selection", " - ipv6: mcast: remove one synchronize_net() barrier in ipv6_mc_down()", " - arm64: dts: mt8183: Move CrosEC base detection node to kukui-based DTs", " - arm64: dts: mediatek: mt7986: fix reference to PWM in fan node", " - arm64: dts: mediatek: mt7986: drop crypto's unneeded/invalid clock name", " - arm64: dts: mediatek: mt7986: fix SPI bus width properties", " - arm64: dts: mediatek: mt7986: fix SPI nodename", " - arm64: dts: mediatek: mt7986: drop \"#clock-cells\" from PWM", " - arm64: dts: mediatek: mt7986: add \"#reset-cells\" to infracfg", " - arm64: dts: mediatek: mt8192-asurada: Remove CrosEC base detection node", " - arm64: dts: mediatek: mt8192: fix vencoder clock name", " - arm64: dts: mediatek: mt8186: fix VENC power domain clocks", " - arm64: dts: mediatek: mt7622: add missing \"device_type\" to memory nodes", " - can: m_can: Start/Cancel polling timer together with interrupts", " - wifi: iwlwifi: mvm: Fix the listener MAC filter flags", " - bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctly", " - arm64: dts: qcom: sdm845: Use the Low Power Island CX/MX for SLPI", " - soc: qcom: llcc: Check return value on Broadcast_OR reg read", " - ARM: dts: qcom: msm8974: correct qfprom node size", " - arm64: dts: mediatek: mt8186: Add missing clocks to ssusb power domains", " - arm64: dts: mediatek: mt8186: Add missing xhci clock to usb controllers", " - arm64: dts: ti: am65x: Fix dtbs_install for Rocktech OLDI overlay", " - cpufreq: qcom-hw: add CONFIG_COMMON_CLK dependency", " - wifi: wilc1000: prevent use-after-free on vif when cleaning up all", " interfaces", " - pwm: dwc: use pm_sleep_ptr() macro", " - arm64: dts: ti: k3-am69-sk: fix PMIC interrupt number", " - arm64: dts: ti: k3-j721e-sk: fix PMIC interrupt number", " - arm64: dts: ti: k3-am62-main: disable usb lpm", " - ACPI: processor_idle: Fix memory leak in acpi_processor_power_exit()", " - bus: tegra-aconnect: Update dependency to ARCH_TEGRA", " - iommu/amd: Mark interrupt as managed", " - wifi: brcmsmac: avoid function pointer casts", " - arm64: dts: qcom: sdm845-db845c: correct PCIe wake-gpios", " - arm64: dts: qcom: sm8150: correct PCIe wake-gpios", " - powercap: dtpm_cpu: Fix error check against freq_qos_add_request()", " - net: ena: Remove ena_select_queue", " - arm64: dts: ti: k3-j7200-common-proc-board: Modify Pinmux for wkup_uart0 and", " mcu_uart0", " - arm64: dts: ti: k3-j7200-common-proc-board: Remove clock-frequency from", " mcu_uart0", " - arm64: dts: ti: k3-j721s2-common-proc-board: Remove Pinmux for CTS and RTS", " in wkup_uart0", " - arm64: dts: ti: k3-j784s4-evm: Remove Pinmux for CTS and RTS in wkup_uart0", " - arm64: dts: ti: k3-am64-main: Fix ITAP/OTAP values for MMC", " - arm64: dts: mt8195-cherry-tomato: change watchdog reset boot flow", " - arm64: dts: ti: Add common1 register space for AM65x SoC", " - arm64: dts: ti: Add common1 register space for AM62x SoC", " - firmware: arm_scmi: Fix double free in SMC transport cleanup path", " - wifi: cfg80211: set correct param change count in ML element", " - arm64: dts: ti: k3-j721e: Fix mux-reg-masks in hbmc_mux", " - arm64: dts: ti: k3-j784s4-main: Fix mux-reg-masks in serdes_ln_ctrl", " - arm64: dts: ti: k3-am62p: Fix memory ranges for DMSS", " - wifi: wilc1000: revert reset line logic flip", " - ARM: dts: arm: realview: Fix development chip ROM compatible value", " - memory: tegra: Correct DLA client names", " - wifi: mt76: mt7996: fix fw loading timeout", " - wifi: mt76: mt7925: fix connect to 80211b mode fail in 2Ghz band", " - wifi: mt76: mt7925: fix SAP no beacon issue in 5Ghz and 6Ghz band", " - wifi: mt76: mt7925: fix mcu query command fail", " - wifi: mt76: mt7925: fix wmm queue mapping", " - wifi: mt76: mt7925: fix fw download fail", " - wifi: mt76: mt7925: fix WoW failed in encrypted mode", " - wifi: mt76: mt7925: fix the wrong header translation config", " - wifi: mt76: mt7925: add flow to avoid chip bt function fail", " - wifi: mt76: mt7925: add support to set ifs time by mcu command", " - wifi: mt76: mt7925: update PCIe DMA settings", " - wifi: mt76: mt7996: check txs format before getting skb by pid", " - wifi: mt76: mt7996: fix TWT issues", " - wifi: mt76: mt7996: fix incorrect interpretation of EHT MCS caps", " - wifi: mt76: mt7996: fix HE beamformer phy cap for station vif", " - wifi: mt76: mt7996: fix efuse reading issue", " - wifi: mt76: mt7996: fix HIF_TXD_V2_1 value", " - wifi: mt76: mt792x: fix ethtool warning", " - wifi: mt76: mt7921e: fix use-after-free in free_irq()", " - wifi: mt76: mt7925e: fix use-after-free in free_irq()", " - wifi: mt76: mt7921: fix incorrect type conversion for CLC command", " - wifi: mt76: mt792x: fix a potential loading failure of the 6Ghz channel", " config from ACPI", " - wifi: mt76: fix the issue of missing txpwr settings from ch153 to ch177", " - arm64: dts: renesas: rzg2l: Add missing interrupts to IRQC nodes", " - arm64: dts: renesas: r9a08g045: Add missing interrupts to IRQC node", " - arm64: dts: renesas: rzg3s-smarc-som: Guard Ethernet IRQ GPIO hogs", " - arm64: dts: renesas: r8a779a0: Correct avb[01] reg sizes", " - arm64: dts: renesas: r8a779g0: Correct avb[01] reg sizes", " - net: mctp: copy skb ext data when fragmenting", " - pstore: inode: Only d_invalidate() is needed", " - arm64: dts: allwinner: h6: Add RX DMA channel for SPDIF", " - ARM: dts: imx6dl-yapp4: Fix typo in the QCA switch register address", " - ARM: dts: imx6dl-yapp4: Move the internal switch PHYs under the switch node", " - arm64: dts: imx8mp: Set SPI NOR to max 40 MHz on Data Modul i.MX8M Plus eDM", " SBC", " - arm64: dts: imx8mp-evk: Fix hdmi@3d node", " - regulator: userspace-consumer: add module device table", " - gpiolib: Pass consumer device through to core in", " devm_fwnode_gpiod_get_index()", " - arm64: dts: marvell: reorder crypto interrupts on Armada SoCs", " - ACPI: resource: Do IRQ override on Lunnen Ground laptops", " - ACPI: resource: Add MAIBENBEN X577 to irq1_edge_low_force_override", " - ACPI: scan: Fix device check notification handling", " - arm64: dts: rockchip: add missing interrupt-names for rk356x vdpu", " - arm64: dts: rockchip: fix reset-names for rk356x i2s2 controller", " - arm64: dts: rockchip: drop rockchip,trcm-sync-tx-only from rk3588 i2s", " - objtool: Fix UNWIND_HINT_{SAVE,RESTORE} across basic blocks", " - x86, relocs: Ignore relocations in .notes section", " - SUNRPC: fix a memleak in gss_import_v2_context", " - SUNRPC: fix some memleaks in gssx_dec_option_array", " - arm64: dts: qcom: sm8550: Fix SPMI channels size", " - arm64: dts: qcom: sm8650: Fix SPMI channels size", " - mmc: wmt-sdmmc: remove an incorrect release_mem_region() call in the .remove", " function", " - ACPI: CPPC: enable AMD CPPC V2 support for family 17h processors", " - btrfs: fix race when detecting delalloc ranges during fiemap", " - wifi: rtw88: 8821cu: Fix firmware upload fail", " - wifi: rtw88: 8821c: Fix beacon loss and disconnect", " - wifi: rtw88: 8821c: Fix false alarm count", " - wifi: brcm80211: handle pmk_op allocation failure", " - riscv: dts: starfive: jh7100: fix root clock names", " - PCI: Make pci_dev_is_disconnected() helper public for other drivers", " - iommu/vt-d: Don't issue ATS Invalidation request when device is disconnected", " - iommu/vt-d: Use rbtree to track iommu probed devices", " - iommu/vt-d: Improve ITE fault handling if target device isn't present", " - iommu/vt-d: Use device rbtree in iopf reporting path", " - iommu: Add static iommu_ops->release_domain", " - iommu/vt-d: Fix NULL domain on device release", " - igc: Fix missing time sync events", " - igb: Fix missing time sync events", " - ice: fix stats being updated by way too large values", " - Bluetooth: Remove HCI_POWER_OFF_TIMEOUT", " - Bluetooth: mgmt: Remove leftover queuing of power_off work", " - Bluetooth: Remove superfluous call to hci_conn_check_pending()", " - Bluetooth: Remove BT_HS", " - Bluetooth: hci_event: Fix not indicating new connection for BIG Sync", " - Bluetooth: hci_qca: don't use IS_ERR_OR_NULL() with gpiod_get_optional()", " - Bluetooth: hci_core: Cancel request on command timeout", " - Bluetooth: hci_sync: Fix overwriting request callback", " - Bluetooth: hci_h5: Add ability to allocate memory for private data", " - Bluetooth: btrtl: fix out of bounds memory access", " - Bluetooth: hci_core: Fix possible buffer overflow", " - Bluetooth: msft: Fix memory leak", " - Bluetooth: btusb: Fix memory leak", " - Bluetooth: af_bluetooth: Fix deadlock", " - Bluetooth: fix use-after-free in accessing skb after sending it", " - sr9800: Add check for usbnet_get_endpoints", " - s390/cache: prevent rebuild of shared_cpu_list", " - bpf: Fix DEVMAP_HASH overflow check on 32-bit arches", " - bpf: Fix hashtab overflow check on 32-bit arches", " - bpf: Fix stackmap overflow check on 32-bit arches", " - net: dsa: microchip: make sure drive strength configuration is not lost by", " soft reset", " - dpll: spec: use proper enum for pin capabilities attribute", " - iommu: Fix compilation without CONFIG_IOMMU_INTEL", " - ipv6: fib6_rules: flush route cache when rule is changed", " - net: ip_tunnel: make sure to pull inner header in ip_tunnel_rcv()", " - octeontx2-af: Fix devlink params", " - net: phy: fix phy_get_internal_delay accessing an empty array", " - dpll: fix dpll_xa_ref_*_del() for multiple registrations", " - net: hns3: fix wrong judgment condition issue", " - net: hns3: fix kernel crash when 1588 is received on HIP08 devices", " - net: hns3: fix port duplex configure error in IMP reset", " - Bluetooth: Fix eir name length", " - net: phy: dp83822: Fix RGMII TX delay configuration", " - erofs: fix lockdep false positives on initializing erofs_pseudo_mnt", " - OPP: debugfs: Fix warning around icc_get_name()", " - tcp: fix incorrect parameter validation in the do_tcp_getsockopt() function", " - ipmr: fix incorrect parameter validation in the ip_mroute_getsockopt()", " function", " - l2tp: fix incorrect parameter validation in the pppol2tp_getsockopt()", " function", " - udp: fix incorrect parameter validation in the udp_lib_getsockopt() function", " - net: kcm: fix incorrect parameter validation in the kcm_getsockopt) function", " - net/x25: fix incorrect parameter validation in the x25_getsockopt() function", " - devlink: Fix length of eswitch inline-mode", " - r8152: fix unknown device for choose_configuration", " - nfp: flower: handle acti_netdevs allocation failure", " - bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes()", " - dm raid: fix false positive for requeue needed during reshape", " - dm: call the resume method on internal suspend", " - fbdev/simplefb: change loglevel when the power domains cannot be parsed", " - drm/tegra: dsi: Add missing check for of_find_device_by_node", " - drm/tegra: dpaux: Fix PM disable depth imbalance in tegra_dpaux_probe", " - drm/tegra: dsi: Fix some error handling paths in tegra_dsi_probe()", " - drm/tegra: dsi: Fix missing pm_runtime_disable() in the error handling path", " of tegra_dsi_probe()", " - drm/tegra: hdmi: Fix some error handling paths in tegra_hdmi_probe()", " - drm/tegra: rgb: Fix some error handling paths in tegra_dc_rgb_probe()", " - drm/tegra: rgb: Fix missing clk_put() in the error handling paths of", " tegra_dc_rgb_probe()", " - drm/tegra: output: Fix missing i2c_put_adapter() in the error handling paths", " of tegra_output_probe()", " - drm/rockchip: inno_hdmi: Fix video timing", " - drm: Don't treat 0 as -1 in drm_fixp2int_ceil", " - drm/vkms: Avoid reading beyond LUT array", " - drm/vmwgfx: fix a memleak in vmw_gmrid_man_get_node", " - drm/rockchip: lvds: do not overwrite error code", " - drm/rockchip: lvds: do not print scary message when probing defer", " - drm/panel-edp: use put_sync in unprepare", " - drm/lima: fix a memleak in lima_heap_alloc", " - ASoC: amd: acp: Add missing error handling in sof-mach", " - ASoC: SOF: amd: Fix memory leak in amd_sof_acp_probe()", " - ASoC: SOF: core: Skip firmware test for custom loaders", " - ASoC: SOF: amd: Compute file paths on firmware load", " - soundwire: stream: add missing const to Documentation", " - dmaengine: tegra210-adma: Update dependency to ARCH_TEGRA", " - media: tc358743: register v4l2 async device only after successful setup", " - media: cadence: csi2rx: use match fwnode for media link", " - PCI/DPC: Print all TLP Prefixes, not just the first", " - perf record: Fix possible incorrect free in record__switch_output()", " - perf record: Check conflict between '--timestamp-filename' option and pipe", " mode before recording", " - HID: lenovo: Add middleclick_workaround sysfs knob for cptkbd", " - drm/amd/display: Fix a potential buffer overflow in 'dp_dsc_clock_en_read()'", " - perf pmu: Treat the msr pmu as software", " - crypto: qat - avoid memcpy() overflow warning", " - ALSA: hda: cs35l41: Set Channel Index correctly when system is missing _DSD", " - drm/amd/display: Fix potential NULL pointer dereferences in", " 'dcn10_set_output_transfer_func()'", " - ASoC: sh: rz-ssi: Fix error message print", " - drm/vmwgfx: Fix vmw_du_get_cursor_mob fencing of newly-created MOBs", " - clk: renesas: r8a779g0: Fix PCIe clock name", " - pinctrl: renesas: rzg2l: Fix locking in rzg2l_dt_subnode_to_map()", " - pinctrl: renesas: r8a779g0: Add missing SCIF_CLK2 pin group/function", " - clk: samsung: exynos850: Propagate SPI IPCLK rate change", " - media: v4l2: cci: print leading 0 on error", " - perf evsel: Fix duplicate initialization of data->id in", " evsel__parse_sample()", " - perf bpf: Clean up the generated/copied vmlinux.h", " - clk: meson: Add missing clocks to axg_clk_regmaps", " - media: em28xx: annotate unchecked call to media_device_register()", " - media: v4l2-tpg: fix some memleaks in tpg_alloc", " - media: v4l2-mem2mem: fix a memleak in v4l2_m2m_register_entity", " - media: dt-bindings: techwell,tw9900: Fix port schema ref", " - mtd: spinand: esmt: Extend IDs to 5 bytes", " - media: edia: dvbdev: fix a use-after-free", " - pinctrl: mediatek: Drop bogus slew rate register range for MT8186", " - pinctrl: mediatek: Drop bogus slew rate register range for MT8192", " - drm/amdgpu: Fix potential out-of-bounds access in", " 'amdgpu_discovery_reg_base_init()'", " - clk: qcom: reset: Commonize the de/assert functions", " - clk: qcom: reset: Ensure write completion on reset de/assertion", " - quota: Fix potential NULL pointer dereference", " - quota: Fix rcu annotations of inode dquot pointers", " - quota: Properly annotate i_dquot arrays with __rcu", " - ASoC: Intel: ssp-common: Add stub for sof_ssp_get_codec_name", " - PCI/P2PDMA: Fix a sleeping issue in a RCU read section", " - PCI: switchtec: Fix an error handling path in switchtec_pci_probe()", " - crypto: xilinx - call finalize with bh disabled", " - drivers/ps3: select VIDEO to provide cmdline functions", " - perf thread_map: Free strlist on normal path in thread_map__new_by_tid_str()", " - perf srcline: Add missed addr2line closes", " - dt-bindings: msm: qcom, mdss: Include ommited fam-b compatible", " - drm/msm/dpu: fix the programming of INTF_CFG2_DATA_HCTL_EN", " - drm/msm/dpu: Only enable DSC_MODE_MULTIPLEX if dsc_merge is enabled", " - drm/radeon/ni: Fix wrong firmware size logging in ni_init_microcode()", " - drm/amd/display: fix NULL checks for adev->dm.dc in amdgpu_dm_fini()", " - clk: renesas: r8a779g0: Correct PFC/GPIO parent clocks", " - clk: renesas: r8a779f0: Correct PFC/GPIO parent clock", " - clk: renesas: r9a07g04[34]: Use SEL_SDHI1_STS status configuration for SD1", " mux", " - ALSA: seq: fix function cast warnings", " - perf expr: Fix \"has_event\" function for metric style events", " - perf stat: Avoid metric-only segv", " - perf metric: Don't remove scale from counts", " - ASoC: meson: aiu: fix function pointer type mismatch", " - ASoC: meson: t9015: fix function pointer type mismatch", " - powerpc: Force inlining of arch_vmap_p{u/m}d_supported()", " - ASoC: SOF: Add some bounds checking to firmware data", " - drm: ci: use clk_ignore_unused for apq8016", " - NTB: fix possible name leak in ntb_register_device()", " - media: cedrus: h265: Fix configuring bitstream size", " - media: sun8i-di: Fix coefficient writes", " - media: sun8i-di: Fix power on/off sequences", " - media: sun8i-di: Fix chroma difference threshold", " - staging: media: starfive: Set 16 bpp for capture_raw device", " - media: imx: csc/scaler: fix v4l2_ctrl_handler memory leak", " - media: go7007: add check of return value of go7007_read_addr()", " - media: pvrusb2: remove redundant NULL check", " - media: videobuf2: Add missing doc comment for waiting_in_dqbuf", " - media: pvrusb2: fix pvr2_stream_callback casts", " - clk: qcom: dispcc-sdm845: Adjust internal GDSC wait times", " - drm/amd/display: Add 'replay' NULL check in 'edp_set_replay_allow_active()'", " - drm/panel: boe-tv101wum-nl6: make use of prepare_prev_first", " - drm/msm/dpu: finalise global state object", " - drm/mediatek: dsi: Fix DSI RGB666 formats and definitions", " - PCI: Mark 3ware-9650SE Root Port Extended Tags as broken", " - drm/bridge: adv7511: fix crash on irq during probe", " - pinctrl: renesas: Allow the compiler to optimize away sh_pfc_pm", " - clk: hisilicon: hi3519: Release the correct number of gates in", " hi3519_clk_unregister()", " - clk: hisilicon: hi3559a: Fix an erroneous devm_kfree()", " - clk: mediatek: mt8135: Fix an error handling path in", " clk_mt8135_apmixed_probe()", " - clk: mediatek: mt7622-apmixedsys: Fix an error handling path in", " clk_mt8135_apmixed_probe()", " - clk: mediatek: mt8183: Correct parent of CLK_INFRA_SSPM_32K_SELF", " - clk: mediatek: mt7981-topckgen: flag SGM_REG_SEL as critical", " - drm/tegra: put drm_gem_object ref on error in tegra_fb_create", " - tty: mips_ejtag_fdc: Fix passing incompatible pointer type warning", " - media: ivsc: csi: Swap SINK and SOURCE pads", " - media: i2c: imx290: Fix IMX920 typo", " - mfd: syscon: Call of_node_put() only when of_parse_phandle() takes a ref", " - mfd: altera-sysmgr: Call of_node_put() only when of_parse_phandle() takes a", " ref", " - perf print-events: make is_event_supported() more robust", " - crypto: arm/sha - fix function cast warnings", " - crypto: ccp - Avoid discarding errors in psp_send_platform_access_msg()", " - crypto: qat - remove unused macros in qat_comp_alg.c", " - crypto: qat - removed unused macro in adf_cnv_dbgfs.c", " - crypto: qat - avoid division by zero", " - crypto: qat - remove double initialization of value", " - crypto: qat - fix ring to service map for dcc in 4xxx", " - crypto: qat - fix ring to service map for dcc in 420xx", " - crypto: jitter - fix CRYPTO_JITTERENTROPY help text", " - drm/tidss: Fix initial plane zpos values", " - drm/tidss: Fix sync-lost issue with two displays", " - clk: imx: imx8mp: Fix SAI_MCLK_SEL definition", " - mtd: maps: physmap-core: fix flash size larger than 32-bit", " - mtd: rawnand: lpc32xx_mlc: fix irq handler prototype", " - mtd: rawnand: brcmnand: exec_op helper functions return type fixes", " - ASoC: meson: axg-tdm-interface: fix mclk setup without mclk-fs", " - ASoC: meson: axg-tdm-interface: add frame rate constraint", " - drm/msm/a6xx: specify UBWC config for sc7180", " - drm/msm/a7xx: Fix LLC typo", " - dt-bindings: arm-smmu: fix SM8[45]50 GPU SMMU if condition", " - perf pmu: Fix a potential memory leak in perf_pmu__lookup()", " - HID: amd_sfh: Update HPD sensor structure elements", " - HID: amd_sfh: Avoid disabling the interrupt", " - drm/amdgpu: Fix missing break in ATOM_ARG_IMM Case of atom_get_src_int()", " - media: pvrusb2: fix uaf in pvr2_context_set_notify", " - media: dvb-frontends: avoid stack overflow warnings with clang", " - media: go7007: fix a memleak in go7007_load_encoder", " - media: ttpci: fix two memleaks in budget_av_attach", " - media: mediatek: vcodec: avoid -Wcast-function-type-strict warning", " - arm64: ftrace: Don't forbid CALL_OPS+CC_OPTIMIZE_FOR_SIZE with Clang", " - drm/tests: helpers: Include missing drm_drv header", " - drm/amd/pm: Fix esm reg mask use to get pcie speed", " - gpio: nomadik: fix offset bug in nmk_pmx_set()", " - drm/mediatek: Fix a null pointer crash in mtk_drm_crtc_finish_page_flip", " - mfd: cs42l43: Fix wrong register defaults", " - powerpc/32: fix ADB_CUDA kconfig warning", " - powerpc/pseries: Fix potential memleak in papr_get_attr()", " - powerpc/hv-gpci: Fix the H_GET_PERF_COUNTER_INFO hcall return value checks", " - clk: qcom: gcc-ipq5018: fix 'enable_reg' offset of 'gcc_gmac0_sys_clk'", " - clk: qcom: gcc-ipq5018: fix 'halt_reg' offset of 'gcc_pcie1_pipe_clk'", " - clk: qcom: gcc-ipq5018: fix register offset for GCC_UBI0_AXI_ARES reset", " - perf vendor events amd: Fix Zen 4 cache latency events", " - drm/msm/dpu: allow certain formats for CDM for DP", " - drm/msm/dpu: add division of drm_display_mode's hskew parameter", " - media: usbtv: Remove useless locks in usbtv_video_free()", " - drm/xe: Fix ref counting leak on page fault", " - drm/xe: Replace 'grouped target' in Makefile with pattern rule", " - lib/stackdepot: fix first entry having a 0-handle", " - lib/stackdepot: off by one in depot_fetch_stack()", " - modules: wait do_free_init correctly", " - mfd: cs42l43: Fix wrong GPIO_FN_SEL and SPI_CLK_CONFIG1 defaults", " - power: supply: mm8013: fix \"not charging\" detection", " - powerpc/embedded6xx: Fix no previous prototype for avr_uart_send() etc.", " - powerpc/4xx: Fix warp_gpio_leds build failure", " - RISC-V: KVM: Forward SEED CSR access to user space", " - leds: aw2013: Unlock mutex before destroying it", " - leds: sgm3140: Add missing timer cleanup and flash gpio control", " - backlight: hx8357: Fix potential NULL pointer dereference", " - backlight: ktz8866: Correct the check for of_property_read_u32", " - backlight: lm3630a: Initialize backlight_properties on init", " - backlight: lm3630a: Don't set bl->props.brightness in get_brightness", " - backlight: da9052: Fully initialize backlight_properties during probe", " - backlight: lm3639: Fully initialize backlight_properties during probe", " - backlight: lp8788: Fully initialize backlight_properties during probe", " - sparc32: Use generic cmpdi2/ucmpdi2 variants", " - mtd: maps: sun_uflash: Declare uflash_devinit static", " - sparc32: Do not select GENERIC_ISA_DMA", " - sparc32: Fix section mismatch in leon_pci_grpci", " - clk: Fix clk_core_get NULL dereference", " - clk: zynq: Prevent null pointer dereference caused by kmalloc failure", " - PCI: brcmstb: Fix broken brcm_pcie_mdio_write() polling", " - cifs: Fix writeback data corruption", " - ALSA: hda/realtek: fix ALC285 issues on HP Envy x360 laptops", " - ALSA: hda/tas2781: use dev_dbg in system_resume", " - ALSA: hda/tas2781: add lock to system_suspend", " - ALSA: hda/tas2781: do not reset cur_* values in runtime_suspend", " - ALSA: hda/tas2781: do not call pm_runtime_force_* in system_resume/suspend", " - ALSA: hda/tas2781: restore power state after system_resume", " - ALSA: scarlett2: Fix Scarlett 4th Gen 4i4 low-voltage detection", " - ALSA: scarlett2: Fix Scarlett 4th Gen autogain status values", " - ALSA: scarlett2: Fix Scarlett 4th Gen input gain range", " - ALSA: scarlett2: Fix Scarlett 4th Gen input gain range again", " - mips: cm: Convert __mips_cm_l2sync_phys_base() to weak function", " - platform/x86/intel/pmc/lnl: Remove SSRAM support", " - platform/x86/intel/pmc/arl: Put GNA device in D3", " - platform/x86/amd/pmf: Do not use readl() for policy buffer access", " - ALSA: usb-audio: Stop parsing channels bits when all channels are found.", " - phy: qcom: qmp-usb: split USB-C PHY driver", " - phy: qcom: qmp-usbc: add support for the Type-C handling", " - phy: qcom: qmp-usbc: handle CLAMP register in a correct way", " - scsi: hisi_sas: Fix a deadlock issue related to automatic dump", " - RDMA/irdma: Remove duplicate assignment", " - RDMA/srpt: Do not register event handler until srpt device is fully setup", " - f2fs: compress: fix to guarantee persisting compressed blocks by CP", " - f2fs: compress: fix to cover normal cluster write with cp_rwsem", " - f2fs: compress: fix to check unreleased compressed cluster", " - f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnode", " - f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panic", " - f2fs: zone: fix to wait completion of last bio in zone correctly", " - f2fs: fix NULL pointer dereference in f2fs_submit_page_write()", " - f2fs: compress: fix to cover f2fs_disable_compressed_file() w/ i_sem", " - f2fs: fix to avoid potential panic during recovery", " - scsi: csiostor: Avoid function pointer casts", " - i3c: dw: Disable IBI IRQ depends on hot-join and SIR enabling", " - RDMA/hns: Fix mis-modifying default congestion control algorithm", " - RDMA/device: Fix a race between mad_client and cm_client init", " - RDMA/rtrs-clt: Check strnlen return len in sysfs mpath_policy_store()", " - scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfn", " - f2fs: fix to create selinux label during whiteout initialization", " - f2fs: compress: fix to check zstd compress level correctly in mount option", " - net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr()", " - NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102", " - NFSv4.2: fix listxattr maximum XDR buffer size", " - f2fs: compress: fix to check compress flag w/ .i_sem lock", " - f2fs: check number of blocks in a current section", " - watchdog: starfive: Check pm_runtime_enabled() before decrementing usage", " counter", " - watchdog: stm32_iwdg: initialize default timeout", " - f2fs: fix to use correct segment type in f2fs_allocate_data_block()", " - f2fs: ro: compress: fix to avoid caching unaligned extent", " - RDMA/mana_ib: Fix bug in creation of dma regions", " - RDMA/mana_ib: Introduce mdev_to_gc helper function", " - RDMA/mana_ib: Introduce mana_ib_get_netdev helper function", " - RDMA/mana_ib: Introduce mana_ib_install_cq_cb helper function", " - RDMA/mana_ib: Use virtual address in dma regions for MRs", " - Input: iqs7222 - add support for IQS7222D v1.1 and v1.2", " - NFS: Fix nfs_netfs_issue_read() xarray locking for writeback interrupt", " - NFS: Fix an off by one in root_nfs_cat()", " - NFSv4.1/pnfs: fix NFS with TLS in pnfs", " - ACPI: HMAT: Remove register of memory node for generic target", " - f2fs: compress: relocate some judgments in f2fs_reserve_compress_blocks", " - f2fs: compress: fix reserve_cblocks counting error when out of space", " - f2fs: fix to truncate meta inode pages forcely", " - f2fs: zone: fix to remove pow2 check condition for zoned block device", " - cxl: Fix the incorrect assignment of SSLBIS entry pointer initial location", " - perf/x86/amd/core: Avoid register reset when CPU is dead", " - afs: Revert \"afs: Hide silly-rename files from userspace\"", " - afs: Don't cache preferred address", " - afs: Fix occasional rmdir-then-VNOVNODE with generic/011", " - f2fs: fix to avoid use-after-free issue in f2fs_filemap_fault", " - nfs: fix panic when nfs4_ff_layout_prepare_ds() fails", " - ovl: relax WARN_ON in ovl_verify_area()", " - io_uring/net: correct the type of variable", " - remoteproc: stm32: Fix incorrect type in assignment for va", " - remoteproc: stm32: Fix incorrect type assignment returned by", " stm32_rproc_get_loaded_rsc_tablef", " - iio: pressure: mprls0025pa fix off-by-one enum", " - usb: phy: generic: Get the vbus supply", " - tty: vt: fix 20 vs 0x20 typo in EScsiignore", " - serial: max310x: fix syntax error in IRQ error message", " - tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMT", " - arm64: dts: broadcom: bcmbca: bcm4908: drop invalid switch cells", " - coresight: Fix issue where a source device's helpers aren't disabled", " - coresight: etm4x: Set skip_power_up in etm4_init_arch_data function", " - xhci: Add interrupt pending autoclear flag to each interrupter", " - xhci: make isoc_bei_interval variable interrupter specific.", " - xhci: remove unnecessary event_ring_deq parameter from xhci_handle_event()", " - xhci: update event ring dequeue pointer position to controller correctly", " - coccinelle: device_attr_show: Remove useless expression STR", " - kconfig: fix infinite loop when expanding a macro at the end of file", " - iio: gts-helper: Fix division loop", " - bus: mhi: ep: check the correct variable in mhi_ep_register_controller()", " - hwtracing: hisi_ptt: Move type check to the beginning of", " hisi_ptt_pmu_event_init()", " - rtc: mt6397: select IRQ_DOMAIN instead of depending on it", " - rtc: max31335: fix interrupt status reg", " - serial: 8250_exar: Don't remove GPIO device on suspend", " - staging: greybus: fix get_channel_from_mode() failure path", " - mei: vsc: Call wake_up() in the threaded IRQ handler", " - mei: vsc: Don't use sleeping condition in wait_event_timeout()", " - usb: gadget: net2272: Use irqflags in the call to net2272_probe_fin", " - char: xilinx_hwicap: Fix NULL vs IS_ERR() bug", " - x86/hyperv: Use per cpu initial stack for vtl context", " - ASoC: tlv320adc3xxx: Don't strip remove function when driver is builtin", " - thermal/drivers/mediatek/lvts_thermal: Fix a memory leak in an error", " handling path", " - thermal/drivers/qoriq: Fix getting tmu range", " - io_uring: don't save/restore iowait state", " - spi: lpspi: Avoid potential use-after-free in probe()", " - spi: Restore delays for non-GPIO chip select", " - ASoC: rockchip: i2s-tdm: Fix inaccurate sampling rates", " - nouveau: reset the bo resource bus info after an eviction", " - tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge()", " - rds: tcp: Fix use-after-free of net in reqsk_timer_handler().", " - octeontx2-af: Use matching wake_up API variant in CGX command interface", " - s390/vtime: fix average steal time calculation", " - net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check", " - devlink: Fix devlink parallel commands processing", " - riscv: Only check online cpus for emulated accesses", " - soc: fsl: dpio: fix kcalloc() argument order", " - cpufreq: Fix per-policy boost behavior on SoCs using cpufreq_boost_set_sw()", " - io_uring: Fix release of pinned pages when __io_uaddr_map fails", " - tcp: Fix refcnt handling in __inet_hash_connect().", " - vmxnet3: Fix missing reserved tailroom", " - hsr: Fix uninit-value access in hsr_get_node()", " - net: txgbe: fix clk_name exceed MAX_DEV_ID limits", " - spi: spi-mem: add statistics support to ->exec_op() calls", " - spi: Fix error code checking in spi_mem_exec_op()", " - nvme: fix reconnection fail due to reserved tag allocation", " - drm/xe: Invalidate userptr VMA on page pin fault", " - drm/xe: Skip VMAs pin when requesting signal to the last XE_EXEC", " - net: mediatek: mtk_eth_soc: clear MAC_MCR_FORCE_LINK only when MAC is up", " - net: ethernet: mtk_eth_soc: fix PPE hanging issue", " - io_uring: fix poll_remove stalled req completion", " - ASoC: SOF: amd: Move signed_fw_image to struct acp_quirk_entry", " - ASoC: SOF: amd: Skip IRAM/DRAM size modification for Steam Deck OLED", " - riscv: Fix compilation error with FAST_GUP and rv32", " - xen/evtchn: avoid WARN() when unbinding an event channel", " - xen/events: increment refcnt only if event channel is refcounted", " - packet: annotate data-races around ignore_outgoing", " - xfrm: Allow UDP encapsulation only in offload modes", " - net: veth: do not manipulate GRO when using XDP", " - net: dsa: mt7530: prevent possible incorrect XTAL frequency selection", " - spi: spi-imx: fix off-by-one in mx51 CPU mode burst length", " - drm: Fix drm_fixp2int_round() making it add 0.5", " - virtio: uapi: Drop __packed attribute in linux/virtio_pci.h", " - vdpa_sim: reset must not run", " - vdpa/mlx5: Allow CVQ size changes", " - virtio: packed: fix unmap leak for indirect desc table", " - net: move dev->state into net_device_read_txrx group", " - wireguard: receive: annotate data-race around receiving_counter.counter", " - rds: introduce acquire/release ordering in acquire/release_in_xmit()", " - hsr: Handle failures in module init", " - ipv4: raw: Fix sending packets from raw sockets via IPsec tunnels", " - nouveau/gsp: don't check devinit disable on GSP.", " - ceph: stop copying to iter at EOF on sync reads", " - net: phy: fix phy_read_poll_timeout argument type in genphy_loopback", " - dm-integrity: fix a memory leak when rechecking the data", " - net/bnx2x: Prevent access to a freed page in page_pool", " - devlink: fix port new reply cmd type", " - octeontx2: Detect the mbox up or down message via register", " - octeontx2-pf: Wait till detach_resources msg is complete", " - octeontx2-pf: Use default max_active works instead of one", " - octeontx2-pf: Send UP messages to VF only when VF is up.", " - octeontx2-af: Use separate handlers for interrupts", " - drm/amdgpu: add MMHUB 3.3.1 support", " - drm/amdgpu: fix mmhub client id out-of-bounds access", " - drm/amdgpu: drop setting buffer funcs in sdma442", " - netfilter: nft_set_pipapo: release elements in clone only from destroy path", " - netfilter: nf_tables: do not compare internal table flags on updates", " - rcu: add a helper to report consolidated flavor QS", " - net: report RCU QS on threaded NAPI repolling", " - bpf: report RCU QS in cpumap kthread", " - net: dsa: mt7530: fix link-local frames that ingress vlan filtering ports", " - net: dsa: mt7530: fix handling of all link-local frames", " - netfilter: nf_tables: Fix a memory leak in nf_tables_updchain", " - spi: spi-mt65xx: Fix NULL pointer access in interrupt handler", " - selftests: forwarding: Fix ping failure due to short timeout", " - dm io: Support IO priority", " - dm-integrity: align the outgoing bio in integrity_recheck", " - x86/efistub: Clear decompressor BSS in native EFI entrypoint", " - x86/efistub: Don't clear BSS twice in mixed mode", " - printk: Adjust mapping for 32bit seq macros", " - printk: Use prb_first_seq() as base for 32bit seq macros", " - Linux 6.8.2", " - [Config] updateconfig following v6.8.2 import", "", " * Provide python perf module (LP: #2051560)", " - [Packaging] enable perf python module", " - [Packaging] provide a wrapper module for python-perf", "", " * To support AMD Adaptive Backlight Management (ABM) for power profiles daemon", " >= 2.0 (LP: #2056716)", " - drm/amd/display: add panel_power_savings sysfs entry to eDP connectors", " - drm/amdgpu: respect the abmlevel module parameter value if it is set", "", " * Miscellaneous Ubuntu changes", " - [Config] Disable StarFive JH7100 support", " - [Config] Disable Renesas RZ/Five support", " - [Config] Disable BINFMT_FLAT for riscv64", "" ], "package": "linux", "version": "6.8.0-32.32", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2064344, 1786013, 1975592, 1975592, 2013232, 1981437, 2061747, 2042500, 2063096, 2061953, 2058557, 2060422, 2042546, 2059080, 2060533, 2060531, 2060531, 2062556, 2060130, 2059263, 2055083, 2058573, 2060097, 2051560, 2056716 ], "author": "Roxana Nicolescu ", "date": "Wed, 01 May 2024 16:02:05 +0200" } ], "notes": "linux-tools-6.8.0-35 version '6.8.0-35.35' (source package linux version '6.8.0-35.35') was added. linux-tools-6.8.0-35 version '6.8.0-35.35' has the same source package name, linux, as removed package linux-headers-6.8.0-31. As such we can use the source package version of the removed package, '6.8.0-31.31', as the starting point in our changelog diff. Kernel packages are an example of where the binary package name changes for the same source package. Using the removed package source package version as our starting point means we can still get meaningful changelog diffs even for what appears to be a new package." }, { "name": "linux-tools-6.8.0-35-generic", "from_version": { "source_package_name": "linux", "source_package_version": "6.8.0-31.31", "version": null }, "to_version": { "source_package_name": "linux", "source_package_version": "6.8.0-35.35", "version": "6.8.0-35.35" }, "cves": [ { "cve": "CVE-2024-21823", "url": "https://ubuntu.com/security/CVE-2024-21823", "cve_description": "Hardware logic with insecure de-synchronization in Intel(R) DSA and Intel(R) IAA for some Intel(R) 4th or 5th generation Xeon(R) processors may allow an authorized user to potentially enable denial of service via local access.", "cve_priority": "medium", "cve_public_date": "2024-05-16 21:16:00 UTC" } ], "launchpad_bugs_fixed": [ 2065886, 2065167, 1786013, 2064344, 1786013, 1975592, 1975592, 2013232, 1981437, 2061747, 2042500, 2063096, 2061953, 2058557, 2060422, 2042546, 2059080, 2060533, 2060531, 2060531, 2062556, 2060130, 2059263, 2055083, 2058573, 2060097, 2051560, 2056716 ], "changes": [ { "cves": [ { "cve": "CVE-2024-21823", "url": "https://ubuntu.com/security/CVE-2024-21823", "cve_description": "Hardware logic with insecure de-synchronization in Intel(R) DSA and Intel(R) IAA for some Intel(R) 4th or 5th generation Xeon(R) processors may allow an authorized user to potentially enable denial of service via local access.", "cve_priority": "medium", "cve_public_date": "2024-05-16 21:16:00 UTC" } ], "log": [ "", " * noble/linux: 6.8.0-35.35 -proposed tracker (LP: #2065886)", "", " * CVE-2024-21823", " - VFIO: Add the SPR_DSA and SPR_IAX devices to the denylist", " - dmaengine: idxd: add a new security check to deal with a hardware erratum", " - dmaengine: idxd: add a write() method for applications to submit work", "" ], "package": "linux", "version": "6.8.0-35.35", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2065886 ], "author": "Roxana Nicolescu ", "date": "Mon, 20 May 2024 16:26:15 +0200" }, { "cves": [], "log": [ "", " * noble/linux: 6.8.0-34.34 -proposed tracker (LP: #2065167)", "", " * Packaging resync (LP: #1786013)", " - [Packaging] debian.master/dkms-versions -- update from kernel-versions", " (main/2024.04.29)", "" ], "package": "linux", "version": "6.8.0-34.34", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2065167, 1786013 ], "author": "Roxana Nicolescu ", "date": "Wed, 08 May 2024 13:14:41 +0200" }, { "cves": [], "log": [ "", " * noble/linux: 6.8.0-32.32 -proposed tracker (LP: #2064344)", "", " * Packaging resync (LP: #1786013)", " - [Packaging] drop getabis data", " - [Packaging] update variants", " - [Packaging] update annotations scripts", " - [Packaging] debian.master/dkms-versions -- update from kernel-versions", " (main/2024.04.29)", "", " * Enable Nezha board (LP: #1975592)", " - [Config] Enable CONFIG_REGULATOR_FIXED_VOLTAGE on riscv64", "", " * Enable Nezha board (LP: #1975592) // Enable StarFive VisionFive 2 board", " (LP: #2013232)", " - [Config] Enable CONFIG_SERIAL_8250_DW on riscv64", "", " * RISC-V kernel config is out of sync with other archs (LP: #1981437)", " - [Config] Sync riscv64 config with other architectures", "", " * obsolete out-of-tree ivsc dkms in favor of in-tree one (LP: #2061747)", " - ACPI: scan: Defer enumeration of devices with a _DEP pointing to IVSC device", " - Revert \"mei: vsc: Call wake_up() in the threaded IRQ handler\"", " - mei: vsc: Unregister interrupt handler for system suspend", " - media: ipu-bridge: Add ov01a10 in Dell XPS 9315", " - SAUCE: media: ipu-bridge: Support more sensors", "", " * Fix after-suspend-mediacard/sdhc-insert test failed (LP: #2042500)", " - PCI/ASPM: Move pci_configure_ltr() to aspm.c", " - PCI/ASPM: Always build aspm.c", " - PCI/ASPM: Move pci_save_ltr_state() to aspm.c", " - PCI/ASPM: Save L1 PM Substates Capability for suspend/resume", " - PCI/ASPM: Call pci_save_ltr_state() from pci_save_pcie_state()", " - PCI/ASPM: Disable L1 before configuring L1 Substates", " - PCI/ASPM: Update save_state when configuration changes", "", " * RTL8852BE fw security fail then lost WIFI function during suspend/resume", " cycle (LP: #2063096)", " - wifi: rtw89: download firmware with five times retry", "", " * intel_rapl_common: Add support for ARL and LNL (LP: #2061953)", " - powercap: intel_rapl: Add support for Lunar Lake-M paltform", " - powercap: intel_rapl: Add support for Arrow Lake", "", " * Kernel panic during checkbox stress_ng_test on Grace running noble 6.8", " (arm64+largemem) kernel (LP: #2058557)", " - aio: Fix null ptr deref in aio_complete() wakeup", "", " * Avoid creating non-working backlight sysfs knob from ASUS board", " (LP: #2060422)", " - platform/x86: asus-wmi: Consider device is absent when the read is ~0", "", " * Include cifs.ko in linux-modules package (LP: #2042546)", " - [Packaging] Replace fs/cifs with fs/smb/client in inclusion list", "", " * Add Real-time Linux Analysis tool (rtla) to linux-tools (LP: #2059080)", " - SAUCE: rtla: fix deb build", " - [Packaging] add Real-time Linux Analysis tool (rtla) to linux-tools", " - [Packaging] update dependencies for rtla", "", " * Noble update: v6.8.4 upstream stable release (LP: #2060533)", " - Revert \"workqueue: Shorten events_freezable_power_efficient name\"", " - Revert \"workqueue: Don't call cpumask_test_cpu() with -1 CPU in", " wq_update_node_max_active()\"", " - Revert \"workqueue: Implement system-wide nr_active enforcement for unbound", " workqueues\"", " - Revert \"workqueue: Introduce struct wq_node_nr_active\"", " - Revert \"workqueue: RCU protect wq->dfl_pwq and implement accessors for it\"", " - Revert \"workqueue: Make wq_adjust_max_active() round-robin pwqs while", " activating\"", " - Revert \"workqueue: Move nr_active handling into helpers\"", " - Revert \"workqueue: Replace pwq_activate_inactive_work() with", " [__]pwq_activate_work()\"", " - Revert \"workqueue: Factor out pwq_is_empty()\"", " - Revert \"workqueue: Move pwq->max_active to wq->max_active\"", " - Revert \"workqueue.c: Increase workqueue name length\"", " - Linux 6.8.4", "", " * Noble update: v6.8.3 upstream stable release (LP: #2060531)", " - drm/vmwgfx: Unmap the surface before resetting it on a plane state", " - wifi: brcmfmac: Fix use-after-free bug in brcmf_cfg80211_detach", " - wifi: brcmfmac: avoid invalid list operation when vendor attach fails", " - media: staging: ipu3-imgu: Set fields before media_entity_pads_init()", " - arm64: dts: qcom: sc7280: Add additional MSI interrupts", " - remoteproc: virtio: Fix wdg cannot recovery remote processor", " - clk: qcom: gcc-sdm845: Add soft dependency on rpmhpd", " - smack: Set SMACK64TRANSMUTE only for dirs in smack_inode_setxattr()", " - smack: Handle SMACK64TRANSMUTE in smack_inode_setsecurity()", " - arm: dts: marvell: Fix maxium->maxim typo in brownstone dts", " - drm/vmwgfx: Fix possible null pointer derefence with invalid contexts", " - arm64: dts: qcom: sm8450-hdk: correct AMIC4 and AMIC5 microphones", " - serial: max310x: fix NULL pointer dereference in I2C instantiation", " - drm/vmwgfx: Fix the lifetime of the bo cursor memory", " - pci_iounmap(): Fix MMIO mapping leak", " - media: xc4000: Fix atomicity violation in xc4000_get_frequency", " - media: mc: Add local pad to pipeline regardless of the link state", " - media: mc: Fix flags handling when creating pad links", " - media: nxp: imx8-isi: Check whether crossbar pad is non-NULL before access", " - media: mc: Add num_links flag to media_pad", " - media: mc: Rename pad variable to clarify intent", " - media: mc: Expand MUST_CONNECT flag to always require an enabled link", " - media: nxp: imx8-isi: Mark all crossbar sink pads as MUST_CONNECT", " - md: use RCU lock to protect traversal in md_spares_need_change()", " - KVM: Always flush async #PF workqueue when vCPU is being destroyed", " - arm64: dts: qcom: sm8550-qrd: correct WCD9385 TX port mapping", " - arm64: dts: qcom: sm8550-mtp: correct WCD9385 TX port mapping", " - cpufreq: amd-pstate: Fix min_perf assignment in amd_pstate_adjust_perf()", " - thermal/intel: Fix intel_tcc_get_temp() to support negative CPU temperature", " - powercap: intel_rapl: Fix a NULL pointer dereference", " - powercap: intel_rapl: Fix locking in TPMI RAPL", " - powercap: intel_rapl_tpmi: Fix a register bug", " - powercap: intel_rapl_tpmi: Fix System Domain probing", " - powerpc/smp: Adjust nr_cpu_ids to cover all threads of a core", " - powerpc/smp: Increase nr_cpu_ids to include the boot CPU", " - sparc64: NMI watchdog: fix return value of __setup handler", " - sparc: vDSO: fix return value of __setup handler", " - selftests/mqueue: Set timeout to 180 seconds", " - pinctrl: qcom: sm8650-lpass-lpi: correct Kconfig name", " - ext4: correct best extent lstart adjustment logic", " - drm/amdgpu/display: Address kdoc for 'is_psr_su' in 'fill_dc_dirty_rects'", " - block: Clear zone limits for a non-zoned stacked queue", " - kasan/test: avoid gcc warning for intentional overflow", " - bounds: support non-power-of-two CONFIG_NR_CPUS", " - fat: fix uninitialized field in nostale filehandles", " - fuse: fix VM_MAYSHARE and direct_io_allow_mmap", " - mfd: twl: Select MFD_CORE", " - ubifs: Set page uptodate in the correct place", " - ubi: Check for too small LEB size in VTBL code", " - ubi: correct the calculation of fastmap size", " - ubifs: ubifs_symlink: Fix memleak of inode->i_link in error path", " - mtd: rawnand: meson: fix scrambling mode value in command macro", " - md/md-bitmap: fix incorrect usage for sb_index", " - x86/nmi: Fix the inverse \"in NMI handler\" check", " - parisc/unaligned: Rewrite 64-bit inline assembly of emulate_ldd()", " - parisc: Avoid clobbering the C/B bits in the PSW with tophys and tovirt", " macros", " - parisc: Fix ip_fast_csum", " - parisc: Fix csum_ipv6_magic on 32-bit systems", " - parisc: Fix csum_ipv6_magic on 64-bit systems", " - parisc: Strip upper 32 bit of sum in csum_ipv6_magic for 64-bit builds", " - md/raid5: fix atomicity violation in raid5_cache_count", " - iio: adc: rockchip_saradc: fix bitmask for channels on SARADCv2", " - iio: adc: rockchip_saradc: use mask for write_enable bitfield", " - docs: Restore \"smart quotes\" for quotes", " - cpufreq: Limit resolving a frequency to policy min/max", " - PM: suspend: Set mem_sleep_current during kernel command line setup", " - vfio/pds: Always clear the save/restore FDs on reset", " - clk: qcom: gcc-ipq5018: fix terminating of frequency table arrays", " - clk: qcom: gcc-ipq6018: fix terminating of frequency table arrays", " - clk: qcom: gcc-ipq8074: fix terminating of frequency table arrays", " - clk: qcom: gcc-ipq9574: fix terminating of frequency table arrays", " - clk: qcom: camcc-sc8280xp: fix terminating of frequency table arrays", " - clk: qcom: mmcc-apq8084: fix terminating of frequency table arrays", " - clk: qcom: mmcc-msm8974: fix terminating of frequency table arrays", " - usb: xhci: Add error handling in xhci_map_urb_for_dma", " - powerpc/fsl: Fix mfpmr build errors with newer binutils", " - USB: serial: ftdi_sio: add support for GMC Z216C Adapter IR-USB", " - USB: serial: add device ID for VeriFone adapter", " - USB: serial: cp210x: add ID for MGP Instruments PDS100", " - wifi: mac80211: track capability/opmode NSS separately", " - USB: serial: option: add MeiG Smart SLM320 product", " - KVM: x86/xen: inject vCPU upcall vector when local APIC is enabled", " - USB: serial: cp210x: add pid/vid for TDK NC0110013M and MM0110113M", " - PM: sleep: wakeirq: fix wake irq warning in system suspend", " - mmc: tmio: avoid concurrent runs of mmc_request_done()", " - fuse: replace remaining make_bad_inode() with fuse_make_bad()", " - fuse: fix root lookup with nonzero generation", " - fuse: don't unhash root", " - usb: typec: ucsi: Clean up UCSI_CABLE_PROP macros", " - usb: dwc3-am62: fix module unload/reload behavior", " - usb: dwc3-am62: Disable wakeup at remove", " - serial: core: only stop transmit when HW fifo is empty", " - serial: Lock console when calling into driver before registration", " - btrfs: qgroup: always free reserved space for extent records", " - btrfs: fix off-by-one chunk length calculation at contains_pending_extent()", " - wifi: rtw88: Add missing VID/PIDs for 8811CU and 8821CU", " - docs: Makefile: Add dependency to $(YNL_INDEX) for targets other than", " htmldocs", " - PCI/PM: Drain runtime-idle callbacks before driver removal", " - PCI/DPC: Quirk PIO log size for Intel Raptor Lake Root Ports", " - Revert \"Revert \"md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d\"\"", " - md: don't clear MD_RECOVERY_FROZEN for new dm-raid until resume", " - md: export helpers to stop sync_thread", " - md: export helper md_is_rdwr()", " - md: add a new helper reshape_interrupted()", " - dm-raid: really frozen sync_thread during suspend", " - md/dm-raid: don't call md_reap_sync_thread() directly", " - dm-raid: add a new helper prepare_suspend() in md_personality", " - dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent", " with reshape", " - dm-raid: fix lockdep waring in \"pers->hot_add_disk\"", " - powerpc: xor_vmx: Add '-mhard-float' to CFLAGS", " - mac802154: fix llsec key resources release in mac802154_llsec_key_del", " - mm: swap: fix race between free_swap_and_cache() and swapoff()", " - mmc: core: Fix switch on gp3 partition", " - Bluetooth: btnxpuart: Fix btnxpuart_close", " - leds: trigger: netdev: Fix kernel panic on interface rename trig notify", " - drm/etnaviv: Restore some id values", " - landlock: Warn once if a Landlock action is requested while disabled", " - io_uring: fix mshot read defer taskrun cqe posting", " - hwmon: (amc6821) add of_match table", " - io_uring: fix io_queue_proc modifying req->flags", " - ext4: fix corruption during on-line resize", " - nvmem: meson-efuse: fix function pointer type mismatch", " - slimbus: core: Remove usage of the deprecated ida_simple_xx() API", " - phy: tegra: xusb: Add API to retrieve the port number of phy", " - usb: gadget: tegra-xudc: Fix USB3 PHY retrieval logic", " - speakup: Fix 8bit characters from direct synth", " - debugfs: fix wait/cancellation handling during remove", " - PCI/AER: Block runtime suspend when handling errors", " - io_uring/net: correctly handle multishot recvmsg retry setup", " - io_uring: fix mshot io-wq checks", " - PCI: qcom: Disable ASPM L0s for sc8280xp, sa8540p and sa8295p", " - sparc32: Fix parport build with sparc32", " - nfs: fix UAF in direct writes", " - NFS: Read unlock folio on nfs_page_create_from_folio() error", " - kbuild: Move -Wenum-{compare-conditional,enum-conversion} into W=1", " - PCI: qcom: Enable BDF to SID translation properly", " - PCI: dwc: endpoint: Fix advertised resizable BAR size", " - PCI: hv: Fix ring buffer size calculation", " - cifs: prevent updating file size from server if we have a read/write lease", " - cifs: allow changing password during remount", " - thermal/drivers/mediatek: Fix control buffer enablement on MT7896", " - vfio/pci: Disable auto-enable of exclusive INTx IRQ", " - vfio/pci: Lock external INTx masking ops", " - vfio/platform: Disable virqfds on cleanup", " - vfio/platform: Create persistent IRQ handlers", " - vfio/fsl-mc: Block calling interrupt handler without trigger", " - tpm,tpm_tis: Avoid warning splat at shutdown", " - ksmbd: replace generic_fillattr with vfs_getattr", " - ksmbd: retrieve number of blocks using vfs_getattr in", " set_file_allocation_info", " - platform/x86/intel/tpmi: Change vsec offset to u64", " - io_uring/rw: return IOU_ISSUE_SKIP_COMPLETE for multishot retry", " - io_uring: clean rings on NO_MMAP alloc fail", " - ring-buffer: Do not set shortest_full when full target is hit", " - ring-buffer: Fix full_waiters_pending in poll", " - ring-buffer: Use wait_event_interruptible() in ring_buffer_wait()", " - tracing/ring-buffer: Fix wait_on_pipe() race", " - dlm: fix user space lkb refcounting", " - soc: fsl: qbman: Always disable interrupts when taking cgr_lock", " - soc: fsl: qbman: Use raw spinlock for cgr_lock", " - s390/zcrypt: fix reference counting on zcrypt card objects", " - drm/probe-helper: warn about negative .get_modes()", " - drm/panel: do not return negative error codes from drm_panel_get_modes()", " - drm/exynos: do not return negative values from .get_modes()", " - drm/imx/ipuv3: do not return negative values from .get_modes()", " - drm/vc4: hdmi: do not return negative values from .get_modes()", " - clocksource/drivers/timer-riscv: Clear timer interrupt on timer", " initialization", " - memtest: use {READ,WRITE}_ONCE in memory scanning", " - Revert \"block/mq-deadline: use correct way to throttling write requests\"", " - lsm: use 32-bit compatible data types in LSM syscalls", " - lsm: handle the NULL buffer case in lsm_fill_user_ctx()", " - f2fs: mark inode dirty for FI_ATOMIC_COMMITTED flag", " - f2fs: truncate page cache before clearing flags when aborting atomic write", " - nilfs2: fix failure to detect DAT corruption in btree and direct mappings", " - nilfs2: prevent kernel bug at submit_bh_wbc()", " - cifs: make sure server interfaces are requested only for SMB3+", " - cifs: reduce warning log level for server not advertising interfaces", " - cifs: open_cached_dir(): add FILE_READ_EA to desired access", " - mtd: rawnand: Fix and simplify again the continuous read derivations", " - mtd: rawnand: Add a helper for calculating a page index", " - mtd: rawnand: Ensure all continuous terms are always in sync", " - mtd: rawnand: Constrain even more when continuous reads are enabled", " - cpufreq: dt: always allocate zeroed cpumask", " - io_uring/futex: always remove futex entry for cancel all", " - io_uring/waitid: always remove waitid entry for cancel all", " - x86/CPU/AMD: Update the Zenbleed microcode revisions", " - ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()", " - net: esp: fix bad handling of pages from page_pool", " - NFSD: Fix nfsd_clid_class use of __string_len() macro", " - drm/i915: Add missing ; to __assign_str() macros in tracepoint code", " - net: hns3: tracing: fix hclgevf trace event strings", " - cxl/trace: Properly initialize cxl_poison region name", " - ksmbd: fix potencial out-of-bounds when buffer offset is invalid", " - virtio: reenable config if freezing device failed", " - LoongArch: Change __my_cpu_offset definition to avoid mis-optimization", " - LoongArch: Define the __io_aw() hook as mmiowb()", " - LoongArch/crypto: Clean up useless assignment operations", " - wireguard: netlink: check for dangling peer via is_dead instead of empty", " list", " - wireguard: netlink: access device through ctx instead of peer", " - wireguard: selftests: set RISCV_ISA_FALLBACK on riscv{32,64}", " - ahci: asm1064: asm1166: don't limit reported ports", " - drm/amd/display: Change default size for dummy plane in DML2", " - drm/amdgpu: amdgpu_ttm_gart_bind set gtt bound flag", " - drm/amdgpu/pm: Fix NULL pointer dereference when get power limit", " - drm/amdgpu/pm: Check the validity of overdiver power limit", " - drm/amd/display: Override min required DCFCLK in dml1_validate", " - drm/amd/display: Allow dirty rects to be sent to dmub when abm is active", " - drm/amd/display: Init DPPCLK from SMU on dcn32", " - drm/amd/display: Update odm when ODM combine is changed on an otg master", " pipe with no plane", " - drm/amd/display: Fix idle check for shared firmware state", " - drm/amd/display: Amend coasting vtotal for replay low hz", " - drm/amd/display: Lock all enabled otg pipes even with no planes", " - drm/amd/display: Implement wait_for_odm_update_pending_complete", " - drm/amd/display: Return the correct HDCP error code", " - drm/amd/display: Add a dc_state NULL check in dc_state_release", " - drm/amd/display: Fix noise issue on HDMI AV mute", " - dm snapshot: fix lockup in dm_exception_table_exit", " - x86/pm: Work around false positive kmemleak report in msr_build_context()", " - wifi: brcmfmac: add per-vendor feature detection callback", " - wifi: brcmfmac: cfg80211: Use WSEC to set SAE password", " - wifi: brcmfmac: Demote vendor-specific attach/detach messages to info", " - drm/ttm: Make sure the mapped tt pages are decrypted when needed", " - drm/amd/display: Unify optimize_required flags and VRR adjustments", " - drm/amd/display: Add more checks for exiting idle in DC", " - btrfs: add set_folio_extent_mapped() helper", " - btrfs: replace sb::s_blocksize by fs_info::sectorsize", " - btrfs: add helpers to get inode from page/folio pointers", " - btrfs: add helpers to get fs_info from page/folio pointers", " - btrfs: add helper to get fs_info from struct inode pointer", " - btrfs: qgroup: validate btrfs_qgroup_inherit parameter", " - vfio: Introduce interface to flush virqfd inject workqueue", " - vfio/pci: Create persistent INTx handler", " - drm/bridge: add ->edid_read hook and drm_bridge_edid_read()", " - drm/bridge: lt8912b: use drm_bridge_edid_read()", " - drm/bridge: lt8912b: clear the EDID property on failures", " - drm/bridge: lt8912b: do not return negative values from .get_modes()", " - drm/amd/display: Remove pixle rate limit for subvp", " - drm/amd/display: Revert Remove pixle rate limit for subvp", " - workqueue: Shorten events_freezable_power_efficient name", " - drm/amd/display: Use freesync when `DRM_EDID_FEATURE_CONTINUOUS_FREQ` found", " - netfilter: nf_tables: reject constant set with timeout", " - Revert \"crypto: pkcs7 - remove sha1 support\"", " - x86/efistub: Call mixed mode boot services on the firmware's stack", " - ASoC: amd: yc: Revert \"Fix non-functional mic on Lenovo 21J2\"", " - ASoC: amd: yc: Revert \"add new YC platform variant (0x63) support\"", " - Fix memory leak in posix_clock_open()", " - wifi: rtw88: 8821cu: Fix connection failure", " - x86/Kconfig: Remove CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT", " - x86/sev: Fix position dependent variable references in startup code", " - clocksource/drivers/arm_global_timer: Fix maximum prescaler value", " - ARM: 9352/1: iwmmxt: Remove support for PJ4/PJ4B cores", " - ARM: 9359/1: flush: check if the folio is reserved for no-mapping addresses", " - entry: Respect changes to system call number by trace_sys_enter()", " - swiotlb: Fix double-allocation of slots due to broken alignment handling", " - swiotlb: Honour dma_alloc_coherent() alignment in swiotlb_alloc()", " - swiotlb: Fix alignment checks when both allocation and DMA masks are present", " - iommu/dma: Force swiotlb_max_mapping_size on an untrusted device", " - printk: Update @console_may_schedule in console_trylock_spinning()", " - irqchip/renesas-rzg2l: Flush posted write in irq_eoi()", " - irqchip/renesas-rzg2l: Rename rzg2l_tint_eoi()", " - irqchip/renesas-rzg2l: Rename rzg2l_irq_eoi()", " - irqchip/renesas-rzg2l: Prevent spurious interrupts when setting trigger type", " - kprobes/x86: Use copy_from_kernel_nofault() to read from unsafe address", " - efi/libstub: fix efi_random_alloc() to allocate memory at alloc_min or", " higher address", " - x86/mpparse: Register APIC address only once", " - x86/fpu: Keep xfd_state in sync with MSR_IA32_XFD", " - efi: fix panic in kdump kernel", " - pwm: img: fix pwm clock lookup", " - selftests/mm: Fix build with _FORTIFY_SOURCE", " - btrfs: handle errors returned from unpin_extent_cache()", " - btrfs: fix warning messages not printing interval at unpin_extent_range()", " - btrfs: do not skip re-registration for the mounted device", " - mfd: intel-lpss: Switch to generalized quirk table", " - mfd: intel-lpss: Introduce QUIRK_CLOCK_DIVIDER_UNITY for XPS 9530", " - drm/i915: Replace a memset() with zero initialization", " - drm/i915: Try to preserve the current shared_dpll for fastset on type-c", " ports", " - drm/i915: Include the PLL name in the debug messages", " - drm/i915: Suppress old PLL pipe_mask checks for MG/TC/TBT PLLs", " - crypto: iaa - Fix nr_cpus < nr_iaa case", " - drm/amd/display: Prevent crash when disable stream", " - ALSA: hda/tas2781: remove digital gain kcontrol", " - ALSA: hda/tas2781: add locks to kcontrols", " - mm: zswap: fix writeback shinker GFP_NOIO/GFP_NOFS recursion", " - init: open /initrd.image with O_LARGEFILE", " - x86/efistub: Add missing boot_params for mixed mode compat entry", " - efi/libstub: Cast away type warning in use of max()", " - x86/efistub: Reinstate soft limit for initrd loading", " - prctl: generalize PR_SET_MDWE support check to be per-arch", " - ARM: prctl: reject PR_SET_MDWE on pre-ARMv6", " - tmpfs: fix race on handling dquot rbtree", " - btrfs: validate device maj:min during open", " - btrfs: fix race in read_extent_buffer_pages()", " - btrfs: zoned: don't skip block groups with 100% zone unusable", " - btrfs: zoned: use zone aware sb location for scrub", " - btrfs: zoned: fix use-after-free in do_zone_finish()", " - wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changes", " - wifi: cfg80211: add a flag to disable wireless extensions", " - wifi: iwlwifi: mvm: disable MLO for the time being", " - wifi: iwlwifi: fw: don't always use FW dump trig", " - wifi: iwlwifi: mvm: handle debugfs names more carefully", " - Revert \"drm/amd/display: Fix sending VSC (+ colorimetry) packets for DP/eDP", " displays without PSR\"", " - fbdev: Select I/O-memory framebuffer ops for SBus", " - exec: Fix NOMMU linux_binprm::exec in transfer_args_to_stack()", " - hexagon: vmlinux.lds.S: handle attributes section", " - mm: cachestat: fix two shmem bugs", " - selftests/mm: sigbus-wp test requires UFFD_FEATURE_WP_HUGETLBFS_SHMEM", " - selftests/mm: fix ARM related issue with fork after pthread_create", " - mmc: sdhci-omap: re-tuning is needed after a pm transition to support emmc", " HS200 mode", " - mmc: core: Initialize mmc_blk_ioc_data", " - mmc: core: Avoid negative index with array access", " - sdhci-of-dwcmshc: disable PM runtime in dwcmshc_remove()", " - block: Do not force full zone append completion in req_bio_endio()", " - thermal: devfreq_cooling: Fix perf state when calculate dfc res_util", " - Revert \"thermal: core: Don't update trip points inside the hysteresis range\"", " - nouveau/dmem: handle kcalloc() allocation failure", " - net: ll_temac: platform_get_resource replaced by wrong function", " - net: wan: framer: Add missing static inline qualifiers", " - net: phy: qcom: at803x: fix kernel panic with at8031_probe", " - drm/xe/query: fix gt_id bounds check", " - drm/dp: Fix divide-by-zero regression on DP MST unplug with nouveau", " - drm/vmwgfx: Create debugfs ttm_resource_manager entry only if needed", " - drm/amdkfd: fix TLB flush after unmap for GFX9.4.2", " - drm/amdgpu: fix deadlock while reading mqd from debugfs", " - drm/amd/display: Remove MPC rate control logic from DCN30 and above", " - drm/amd/display: Set DCN351 BB and IP the same as DCN35", " - drm/i915/hwmon: Fix locking inversion in sysfs getter", " - drm/i915/vma: Fix UAF on destroy against retire race", " - drm/i915/bios: Tolerate devdata==NULL in", " intel_bios_encoder_supports_dp_dual_mode()", " - drm/i915/vrr: Generate VRR \"safe window\" for DSB", " - drm/i915/dsi: Go back to the previous INIT_OTP/DISPLAY_ON order, mostly", " - drm/i915/dsb: Fix DSB vblank waits when using VRR", " - drm/i915: Do not match JSL in ehl_combo_pll_div_frac_wa_needed()", " - drm/i915: Pre-populate the cursor physical dma address", " - drm/i915/gt: Reset queue_priority_hint on parking", " - drm/amd/display: Fix bounds check for dcn35 DcfClocks", " - Bluetooth: hci_sync: Fix not checking error on hci_cmd_sync_cancel_sync", " - mtd: spinand: Add support for 5-byte IDs", " - Revert \"usb: phy: generic: Get the vbus supply\"", " - usb: cdc-wdm: close race between read and workqueue", " - usb: misc: ljca: Fix double free in error handling path", " - USB: UAS: return ENODEV when submit urbs fail with device not attached", " - vfio/pds: Make sure migration file isn't accessed after reset", " - ring-buffer: Make wake once of ring_buffer_wait() more robust", " - btrfs: fix extent map leak in unexpected scenario at unpin_extent_cache()", " - ALSA: sh: aica: reorder cleanup operations to avoid UAF bugs", " - scsi: ufs: qcom: Provide default cycles_in_1us value", " - scsi: sd: Fix TCG OPAL unlock on system resume", " - scsi: core: Fix unremoved procfs host directory regression", " - staging: vc04_services: changen strncpy() to strscpy_pad()", " - staging: vc04_services: fix information leak in create_component()", " - genirq: Introduce IRQF_COND_ONESHOT and use it in pinctrl-amd", " - usb: dwc3: Properly set system wakeup", " - USB: core: Fix deadlock in usb_deauthorize_interface()", " - USB: core: Add hub_get() and hub_put() routines", " - USB: core: Fix deadlock in port \"disable\" sysfs attribute", " - usb: dwc2: host: Fix remote wakeup from hibernation", " - usb: dwc2: host: Fix hibernation flow", " - usb: dwc2: host: Fix ISOC flow in DDMA mode", " - usb: dwc2: gadget: Fix exiting from clock gating", " - usb: dwc2: gadget: LPM flow fix", " - usb: udc: remove warning when queue disabled ep", " - usb: typec: ucsi: Fix race between typec_switch and role_switch", " - usb: typec: tcpm: fix double-free issue in tcpm_port_unregister_pd()", " - usb: typec: tcpm: Correct port source pdo array in pd_set callback", " - usb: typec: tcpm: Update PD of Type-C port upon pd_set", " - usb: typec: Return size of buffer if pd_set operation succeeds", " - usb: typec: ucsi: Clear EVENT_PENDING under PPM lock", " - usb: typec: ucsi: Ack unsupported commands", " - usb: typec: ucsi_acpi: Refactor and fix DELL quirk", " - usb: typec: ucsi: Clear UCSI_CCI_RESET_COMPLETE before reset", " - scsi: qla2xxx: Prevent command send on chip reset", " - scsi: qla2xxx: Fix N2N stuck connection", " - scsi: qla2xxx: Split FCE|EFT trace control", " - scsi: qla2xxx: Update manufacturer detail", " - scsi: qla2xxx: NVME|FCP prefer flag not being honored", " - scsi: qla2xxx: Fix command flush on cable pull", " - scsi: qla2xxx: Fix double free of the ha->vp_map pointer", " - scsi: qla2xxx: Fix double free of fcport", " - scsi: qla2xxx: Change debug message during driver unload", " - scsi: qla2xxx: Delay I/O Abort on PCI error", " - x86/bugs: Fix the SRSO mitigation on Zen3/4", " - crash: use macro to add crashk_res into iomem early for specific arch", " - drm/amd/display: fix IPX enablement", " - x86/bugs: Use fixed addressing for VERW operand", " - Revert \"x86/bugs: Use fixed addressing for VERW operand\"", " - usb: dwc3: pci: Drop duplicate ID", " - scsi: lpfc: Correct size for cmdwqe/rspwqe for memset()", " - scsi: lpfc: Correct size for wqe for memset()", " - scsi: libsas: Add a helper sas_get_sas_addr_and_dev_type()", " - scsi: libsas: Fix disk not being scanned in after being removed", " - perf/x86/amd/core: Update and fix stalled-cycles-* events for Zen 2 and", " later", " - x86/sev: Skip ROM range scans and validation for SEV-SNP guests", " - tools/resolve_btfids: fix build with musl libc", " - drm/amdgpu: fix use-after-free bug", " - drm/sched: fix null-ptr-deref in init entity", " - Linux 6.8.3", " - [Config] updateconfigs following v6.8.3 import", "", " * Noble update: v6.8.3 upstream stable release (LP: #2060531) //", " [Ubuntu-24.04] Hugepage memory is not getting released even after destroying", " the guest! (LP: #2062556)", " - block: Fix page refcounts for unaligned buffers in __bio_release_pages()", "", " * [SPR][EMR][GNR] TDX: efi: TD Measurement support for kernel cmdline/initrd", " sections from EFI stub (LP: #2060130)", " - efi/libstub: Use TPM event typedefs from the TCG PC Client spec", " - efi/tpm: Use symbolic GUID name from spec for final events table", " - efi/libstub: Add Confidential Computing (CC) measurement typedefs", " - efi/libstub: Measure into CC protocol if TCG2 protocol is absent", " - efi/libstub: Add get_event_log() support for CC platforms", " - x86/efistub: Remap kernel text read-only before dropping NX attribute", "", " * Fix acpi_power_meter accessing IPMI region before it's ready (LP: #2059263)", " - ACPI: IPMI: Add helper to wait for when SMI is selected", " - hwmon: (acpi_power_meter) Ensure IPMI space handler is ready on Dell systems", "", " * Drop fips-checks script from trees (LP: #2055083)", " - [Packaging] Remove fips-checks script", "", " * alsa/realtek: adjust max output valume for headphone on 2 LG machines", " (LP: #2058573)", " - ALSA: hda/realtek: fix the hp playback volume issue for LG machines", "", " * Noble update: v6.8.2 upstream stable release (LP: #2060097)", " - do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak", " - workqueue.c: Increase workqueue name length", " - workqueue: Move pwq->max_active to wq->max_active", " - workqueue: Factor out pwq_is_empty()", " - workqueue: Replace pwq_activate_inactive_work() with [__]pwq_activate_work()", " - workqueue: Move nr_active handling into helpers", " - workqueue: Make wq_adjust_max_active() round-robin pwqs while activating", " - workqueue: RCU protect wq->dfl_pwq and implement accessors for it", " - workqueue: Introduce struct wq_node_nr_active", " - workqueue: Implement system-wide nr_active enforcement for unbound", " workqueues", " - workqueue: Don't call cpumask_test_cpu() with -1 CPU in", " wq_update_node_max_active()", " - iomap: clear the per-folio dirty bits on all writeback failures", " - fs: Fix rw_hint validation", " - io_uring: remove looping around handling traditional task_work", " - io_uring: remove unconditional looping in local task_work handling", " - s390/dasd: Use dev_*() for device log messages", " - s390/dasd: fix double module refcount decrement", " - fs/hfsplus: use better @opf description", " - md: fix kmemleak of rdev->serial", " - rcu/exp: Fix RCU expedited parallel grace period kworker allocation failure", " recovery", " - rcu/exp: Handle RCU expedited grace period kworker allocation failure", " - fs/select: rework stack allocation hack for clang", " - block: fix deadlock between bd_link_disk_holder and partition scan", " - md: Don't clear MD_CLOSING when the raid is about to stop", " - kunit: Setup DMA masks on the kunit device", " - ovl: Always reject mounting over case-insensitive directories", " - kunit: test: Log the correct filter string in executor_test", " - lib/cmdline: Fix an invalid format specifier in an assertion msg", " - lib: memcpy_kunit: Fix an invalid format specifier in an assertion msg", " - time: test: Fix incorrect format specifier", " - rtc: test: Fix invalid format specifier.", " - net: test: Fix printf format specifier in skb_segment kunit test", " - drm/xe/tests: Fix printf format specifiers in xe_migrate test", " - drm: tests: Fix invalid printf format specifiers in KUnit tests", " - md/raid1: factor out helpers to add rdev to conf", " - md/raid1: record nonrot rdevs while adding/removing rdevs to conf", " - md/raid1: fix choose next idle in read_balance()", " - io_uring/net: unify how recvmsg and sendmsg copy in the msghdr", " - io_uring/net: move receive multishot out of the generic msghdr path", " - io_uring/net: fix overflow check in io_recvmsg_mshot_prep()", " - nvme: host: fix double-free of struct nvme_id_ns in ns_update_nuse()", " - aoe: fix the potential use-after-free problem in aoecmd_cfg_pkts", " - x86/mm: Ensure input to pfn_to_kaddr() is treated as a 64-bit type", " - x86/resctrl: Remove hard-coded memory bandwidth limit", " - x86/resctrl: Read supported bandwidth sources from CPUID", " - x86/resctrl: Implement new mba_MBps throttling heuristic", " - x86/sme: Fix memory encryption setting if enabled by default and not", " overridden", " - timekeeping: Fix cross-timestamp interpolation on counter wrap", " - timekeeping: Fix cross-timestamp interpolation corner case decision", " - timekeeping: Fix cross-timestamp interpolation for non-x86", " - x86/asm: Remove the __iomem annotation of movdir64b()'s dst argument", " - sched/fair: Take the scheduling domain into account in select_idle_smt()", " - sched/fair: Take the scheduling domain into account in select_idle_core()", " - wifi: ath10k: fix NULL pointer dereference in", " ath10k_wmi_tlv_op_pull_mgmt_tx_compl_ev()", " - wifi: b43: Stop/wake correct queue in DMA Tx path when QoS is disabled", " - wifi: b43: Stop/wake correct queue in PIO Tx path when QoS is disabled", " - wifi: b43: Stop correct queue in DMA worker when QoS is disabled", " - wifi: b43: Disable QoS for bcm4331", " - wifi: wilc1000: fix declarations ordering", " - wifi: wilc1000: fix RCU usage in connect path", " - wifi: ath11k: add support to select 6 GHz regulatory type", " - wifi: ath11k: store cur_regulatory_info for each radio", " - wifi: ath11k: fix a possible dead lock caused by ab->base_lock", " - wifi: rtl8xxxu: add cancel_work_sync() for c2hcmd_work", " - wifi: wilc1000: do not realloc workqueue everytime an interface is added", " - wifi: wilc1000: fix multi-vif management when deleting a vif", " - wifi: mwifiex: debugfs: Drop unnecessary error check for", " debugfs_create_dir()", " - ARM: dts: renesas: r8a73a4: Fix external clocks and clock rate", " - arm64: dts: qcom: x1e80100: drop qcom,drv-count", " - arm64: dts: qcom: sc8180x: Hook up VDD_CX as GCC parent domain", " - arm64: dts: qcom: sc8180x: Fix up big CPU idle state entry latency", " - arm64: dts: qcom: sc8180x: Add missing CPU off state", " - arm64: dts: qcom: sc8180x: Fix eDP PHY power-domains", " - arm64: dts: qcom: sc8180x: Don't hold MDP core clock at FMAX", " - arm64: dts: qcom: sc8180x: Require LOW_SVS vote for MMCX if DISPCC is on", " - arm64: dts: qcom: sc8180x: Add missing CPU<->MDP_CFG path", " - arm64: dts: qcom: sc8180x: Shrink aoss_qmp register space size", " - cpufreq: brcmstb-avs-cpufreq: add check for cpufreq_cpu_get's return value", " - cpufreq: mediatek-hw: Wait for CPU supplies before probing", " - sock_diag: annotate data-races around sock_diag_handlers[family]", " - inet_diag: annotate data-races around inet_diag_table[]", " - bpftool: Silence build warning about calloc()", " - selftests/bpf: Fix potential premature unload in bpf_testmod", " - libbpf: Apply map_set_def_max_entries() for inner_maps on creation", " - selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY values", " - bpftool: Fix wrong free call in do_show_link", " - wifi: ath12k: Fix issues in channel list update", " - selftests/bpf: Fix the flaky tc_redirect_dtime test", " - selftests/bpf: Wait for the netstamp_needed_key static key to be turned on", " - wifi: cfg80211: add RNR with reporting AP information", " - wifi: mac80211: use deflink and fix typo in link ID check", " - wifi: iwlwifi: change link id in time event to s8", " - af_unix: Annotate data-race of gc_in_progress in wait_for_unix_gc().", " - arm64: dts: qcom: sm8450: Add missing interconnects to serial", " - soc: qcom: socinfo: rename PM2250 to PM4125", " - arm64: dts: qcom: sc7280: Add static properties to cryptobam", " - arm64: dts: qcom: qcm6490-fairphone-fp5: Add missing reserved-memory", " - arm64: dts: qcom: sdm845-oneplus-common: improve DAI node naming", " - arm64: dts: qcom: rename PM2250 to PM4125", " - cpufreq: mediatek-hw: Don't error out if supply is not found", " - libbpf: Fix faccessat() usage on Android", " - libbpf: fix __arg_ctx type enforcement for perf_event programs", " - pmdomain: qcom: rpmhpd: Drop SA8540P gfx.lvl", " - arm64: dts: qcom: sa8540p: Drop gfx.lvl as power-domain for gpucc", " - arm64: dts: renesas: r8a779g0: Restore sort order", " - arm64: dts: renesas: r8a779g0: Add missing SCIF_CLK2", " - selftests/bpf: Disable IPv6 for lwt_redirect test", " - arm64: dts: imx8mm-kontron: Disable pullups for I2C signals on OSM-S i.MX8MM", " - arm64: dts: imx8mm-kontron: Disable pullups for I2C signals on SL/BL i.MX8MM", " - arm64: dts: imx8mm-kontron: Disable pullups for onboard UART signals on BL", " OSM-S board", " - arm64: dts: imx8mm-kontron: Disable pullups for onboard UART signals on BL", " board", " - arm64: dts: imx8mm-kontron: Disable pull resistors for SD card signals on BL", " OSM-S board", " - arm64: dts: imx8mm-kontron: Disable pull resistors for SD card signals on BL", " board", " - arm64: dts: imx8mm-kontron: Fix interrupt for RTC on OSM-S i.MX8MM module", " - arm64: dts: imx8qm: Align edma3 power-domains resources indentation", " - arm64: dts: imx8qm: Correct edma3 power-domains and interrupt numbers", " - libbpf: Add missing LIBBPF_API annotation to libbpf_set_memlock_rlim API", " - wifi: ath9k: delay all of ath9k_wmi_event_tasklet() until init is complete", " - wifi: ath11k: change to move WMI_VDEV_PARAM_SET_HEMU_MODE before", " WMI_PEER_ASSOC_CMDID", " - wifi: ath12k: fix fetching MCBC flag for QCN9274", " - wifi: iwlwifi: mvm: report beacon protection failures", " - wifi: iwlwifi: dbg-tlv: ensure NUL termination", " - wifi: iwlwifi: acpi: fix WPFC reading", " - wifi: iwlwifi: mvm: initialize rates in FW earlier", " - wifi: iwlwifi: fix EWRD table validity check", " - wifi: iwlwifi: mvm: d3: fix IPN byte order", " - wifi: iwlwifi: always have 'uats_enabled'", " - wifi: iwlwifi: mvm: fix the TLC command after ADD_STA", " - wifi: iwlwifi: read BIOS PNVM only for non-Intel SKU", " - gpio: vf610: allow disabling the vf610 driver", " - selftests/bpf: trace_helpers.c: do not use poisoned type", " - bpf: make sure scalar args don't accept __arg_nonnull tag", " - bpf: don't emit warnings intended for global subprogs for static subprogs", " - arm64: dts: imx8mm-venice-gw71xx: fix USB OTG VBUS", " - pwm: atmel-hlcdc: Fix clock imbalance related to suspend support", " - net: blackhole_dev: fix build warning for ethh set but not used", " - spi: consolidate setting message->spi", " - spi: move split xfers for CS_WORD emulation", " - arm64: dts: ti: k3-am62p5-sk: Enable CPSW MDIO node", " - arm64: dts: ti: k3-j721s2: Fix power domain for VTM node", " - arm64: dts: ti: k3-j784s4: Fix power domain for VTM node", " - wifi: ath11k: initialize rx_mcs_80 and rx_mcs_160 before use", " - wifi: libertas: fix some memleaks in lbs_allocate_cmd_buffer()", " - arm64: dts: ti: k3-am69-sk: remove assigned-clock-parents for unused VP", " - libbpf: fix return value for PERF_EVENT __arg_ctx type fix up check", " - arm64: dts: ti: k3-am62p-mcu/wakeup: Disable MCU and wakeup R5FSS nodes", " - arm64: dts: qcom: x1e80100-qcp: Fix supplies for LDOs 3E and 2J", " - libbpf: Use OPTS_SET() macro in bpf_xdp_query()", " - wifi: wfx: fix memory leak when starting AP", " - arm64: dts: qcom: qcm2290: declare VLS CLAMP register for USB3 PHY", " - arm64: dts: qcom: sm6115: declare VLS CLAMP register for USB3 PHY", " - arm64: dts: qcom: sm8650: Fix UFS PHY clocks", " - wifi: ath12k: fix incorrect logic of calculating vdev_stats_id", " - printk: nbcon: Relocate 32bit seq macros", " - printk: ringbuffer: Do not skip non-finalized records with prb_next_seq()", " - printk: Wait for all reserved records with pr_flush()", " - printk: Add this_cpu_in_panic()", " - printk: ringbuffer: Cleanup reader terminology", " - printk: ringbuffer: Skip non-finalized records in panic", " - printk: Disable passing console lock owner completely during panic()", " - pwm: sti: Fix capture for st,pwm-num-chan < st,capture-num-chan", " - tools/resolve_btfids: Refactor set sorting with types from btf_ids.h", " - tools/resolve_btfids: Fix cross-compilation to non-host endianness", " - wifi: iwlwifi: support EHT for WH", " - wifi: iwlwifi: properly check if link is active", " - wifi: iwlwifi: mvm: fix erroneous queue index mask", " - wifi: iwlwifi: mvm: don't set the MFP flag for the GTK", " - wifi: iwlwifi: mvm: don't set replay counters to 0xff", " - s390/pai: fix attr_event_free upper limit for pai device drivers", " - s390/vdso: drop '-fPIC' from LDFLAGS", " - arm64: dts: qcom: qcm6490-idp: Correct the voltage setting for vph_pwr", " - arm64: dts: qcom: qcs6490-rb3gen2: Correct the voltage setting for vph_pwr", " - selftests: forwarding: Add missing config entries", " - selftests: forwarding: Add missing multicast routing config entries", " - arm64: dts: qcom: sm6115: drop pipe clock selection", " - ipv6: mcast: remove one synchronize_net() barrier in ipv6_mc_down()", " - arm64: dts: mt8183: Move CrosEC base detection node to kukui-based DTs", " - arm64: dts: mediatek: mt7986: fix reference to PWM in fan node", " - arm64: dts: mediatek: mt7986: drop crypto's unneeded/invalid clock name", " - arm64: dts: mediatek: mt7986: fix SPI bus width properties", " - arm64: dts: mediatek: mt7986: fix SPI nodename", " - arm64: dts: mediatek: mt7986: drop \"#clock-cells\" from PWM", " - arm64: dts: mediatek: mt7986: add \"#reset-cells\" to infracfg", " - arm64: dts: mediatek: mt8192-asurada: Remove CrosEC base detection node", " - arm64: dts: mediatek: mt8192: fix vencoder clock name", " - arm64: dts: mediatek: mt8186: fix VENC power domain clocks", " - arm64: dts: mediatek: mt7622: add missing \"device_type\" to memory nodes", " - can: m_can: Start/Cancel polling timer together with interrupts", " - wifi: iwlwifi: mvm: Fix the listener MAC filter flags", " - bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctly", " - arm64: dts: qcom: sdm845: Use the Low Power Island CX/MX for SLPI", " - soc: qcom: llcc: Check return value on Broadcast_OR reg read", " - ARM: dts: qcom: msm8974: correct qfprom node size", " - arm64: dts: mediatek: mt8186: Add missing clocks to ssusb power domains", " - arm64: dts: mediatek: mt8186: Add missing xhci clock to usb controllers", " - arm64: dts: ti: am65x: Fix dtbs_install for Rocktech OLDI overlay", " - cpufreq: qcom-hw: add CONFIG_COMMON_CLK dependency", " - wifi: wilc1000: prevent use-after-free on vif when cleaning up all", " interfaces", " - pwm: dwc: use pm_sleep_ptr() macro", " - arm64: dts: ti: k3-am69-sk: fix PMIC interrupt number", " - arm64: dts: ti: k3-j721e-sk: fix PMIC interrupt number", " - arm64: dts: ti: k3-am62-main: disable usb lpm", " - ACPI: processor_idle: Fix memory leak in acpi_processor_power_exit()", " - bus: tegra-aconnect: Update dependency to ARCH_TEGRA", " - iommu/amd: Mark interrupt as managed", " - wifi: brcmsmac: avoid function pointer casts", " - arm64: dts: qcom: sdm845-db845c: correct PCIe wake-gpios", " - arm64: dts: qcom: sm8150: correct PCIe wake-gpios", " - powercap: dtpm_cpu: Fix error check against freq_qos_add_request()", " - net: ena: Remove ena_select_queue", " - arm64: dts: ti: k3-j7200-common-proc-board: Modify Pinmux for wkup_uart0 and", " mcu_uart0", " - arm64: dts: ti: k3-j7200-common-proc-board: Remove clock-frequency from", " mcu_uart0", " - arm64: dts: ti: k3-j721s2-common-proc-board: Remove Pinmux for CTS and RTS", " in wkup_uart0", " - arm64: dts: ti: k3-j784s4-evm: Remove Pinmux for CTS and RTS in wkup_uart0", " - arm64: dts: ti: k3-am64-main: Fix ITAP/OTAP values for MMC", " - arm64: dts: mt8195-cherry-tomato: change watchdog reset boot flow", " - arm64: dts: ti: Add common1 register space for AM65x SoC", " - arm64: dts: ti: Add common1 register space for AM62x SoC", " - firmware: arm_scmi: Fix double free in SMC transport cleanup path", " - wifi: cfg80211: set correct param change count in ML element", " - arm64: dts: ti: k3-j721e: Fix mux-reg-masks in hbmc_mux", " - arm64: dts: ti: k3-j784s4-main: Fix mux-reg-masks in serdes_ln_ctrl", " - arm64: dts: ti: k3-am62p: Fix memory ranges for DMSS", " - wifi: wilc1000: revert reset line logic flip", " - ARM: dts: arm: realview: Fix development chip ROM compatible value", " - memory: tegra: Correct DLA client names", " - wifi: mt76: mt7996: fix fw loading timeout", " - wifi: mt76: mt7925: fix connect to 80211b mode fail in 2Ghz band", " - wifi: mt76: mt7925: fix SAP no beacon issue in 5Ghz and 6Ghz band", " - wifi: mt76: mt7925: fix mcu query command fail", " - wifi: mt76: mt7925: fix wmm queue mapping", " - wifi: mt76: mt7925: fix fw download fail", " - wifi: mt76: mt7925: fix WoW failed in encrypted mode", " - wifi: mt76: mt7925: fix the wrong header translation config", " - wifi: mt76: mt7925: add flow to avoid chip bt function fail", " - wifi: mt76: mt7925: add support to set ifs time by mcu command", " - wifi: mt76: mt7925: update PCIe DMA settings", " - wifi: mt76: mt7996: check txs format before getting skb by pid", " - wifi: mt76: mt7996: fix TWT issues", " - wifi: mt76: mt7996: fix incorrect interpretation of EHT MCS caps", " - wifi: mt76: mt7996: fix HE beamformer phy cap for station vif", " - wifi: mt76: mt7996: fix efuse reading issue", " - wifi: mt76: mt7996: fix HIF_TXD_V2_1 value", " - wifi: mt76: mt792x: fix ethtool warning", " - wifi: mt76: mt7921e: fix use-after-free in free_irq()", " - wifi: mt76: mt7925e: fix use-after-free in free_irq()", " - wifi: mt76: mt7921: fix incorrect type conversion for CLC command", " - wifi: mt76: mt792x: fix a potential loading failure of the 6Ghz channel", " config from ACPI", " - wifi: mt76: fix the issue of missing txpwr settings from ch153 to ch177", " - arm64: dts: renesas: rzg2l: Add missing interrupts to IRQC nodes", " - arm64: dts: renesas: r9a08g045: Add missing interrupts to IRQC node", " - arm64: dts: renesas: rzg3s-smarc-som: Guard Ethernet IRQ GPIO hogs", " - arm64: dts: renesas: r8a779a0: Correct avb[01] reg sizes", " - arm64: dts: renesas: r8a779g0: Correct avb[01] reg sizes", " - net: mctp: copy skb ext data when fragmenting", " - pstore: inode: Only d_invalidate() is needed", " - arm64: dts: allwinner: h6: Add RX DMA channel for SPDIF", " - ARM: dts: imx6dl-yapp4: Fix typo in the QCA switch register address", " - ARM: dts: imx6dl-yapp4: Move the internal switch PHYs under the switch node", " - arm64: dts: imx8mp: Set SPI NOR to max 40 MHz on Data Modul i.MX8M Plus eDM", " SBC", " - arm64: dts: imx8mp-evk: Fix hdmi@3d node", " - regulator: userspace-consumer: add module device table", " - gpiolib: Pass consumer device through to core in", " devm_fwnode_gpiod_get_index()", " - arm64: dts: marvell: reorder crypto interrupts on Armada SoCs", " - ACPI: resource: Do IRQ override on Lunnen Ground laptops", " - ACPI: resource: Add MAIBENBEN X577 to irq1_edge_low_force_override", " - ACPI: scan: Fix device check notification handling", " - arm64: dts: rockchip: add missing interrupt-names for rk356x vdpu", " - arm64: dts: rockchip: fix reset-names for rk356x i2s2 controller", " - arm64: dts: rockchip: drop rockchip,trcm-sync-tx-only from rk3588 i2s", " - objtool: Fix UNWIND_HINT_{SAVE,RESTORE} across basic blocks", " - x86, relocs: Ignore relocations in .notes section", " - SUNRPC: fix a memleak in gss_import_v2_context", " - SUNRPC: fix some memleaks in gssx_dec_option_array", " - arm64: dts: qcom: sm8550: Fix SPMI channels size", " - arm64: dts: qcom: sm8650: Fix SPMI channels size", " - mmc: wmt-sdmmc: remove an incorrect release_mem_region() call in the .remove", " function", " - ACPI: CPPC: enable AMD CPPC V2 support for family 17h processors", " - btrfs: fix race when detecting delalloc ranges during fiemap", " - wifi: rtw88: 8821cu: Fix firmware upload fail", " - wifi: rtw88: 8821c: Fix beacon loss and disconnect", " - wifi: rtw88: 8821c: Fix false alarm count", " - wifi: brcm80211: handle pmk_op allocation failure", " - riscv: dts: starfive: jh7100: fix root clock names", " - PCI: Make pci_dev_is_disconnected() helper public for other drivers", " - iommu/vt-d: Don't issue ATS Invalidation request when device is disconnected", " - iommu/vt-d: Use rbtree to track iommu probed devices", " - iommu/vt-d: Improve ITE fault handling if target device isn't present", " - iommu/vt-d: Use device rbtree in iopf reporting path", " - iommu: Add static iommu_ops->release_domain", " - iommu/vt-d: Fix NULL domain on device release", " - igc: Fix missing time sync events", " - igb: Fix missing time sync events", " - ice: fix stats being updated by way too large values", " - Bluetooth: Remove HCI_POWER_OFF_TIMEOUT", " - Bluetooth: mgmt: Remove leftover queuing of power_off work", " - Bluetooth: Remove superfluous call to hci_conn_check_pending()", " - Bluetooth: Remove BT_HS", " - Bluetooth: hci_event: Fix not indicating new connection for BIG Sync", " - Bluetooth: hci_qca: don't use IS_ERR_OR_NULL() with gpiod_get_optional()", " - Bluetooth: hci_core: Cancel request on command timeout", " - Bluetooth: hci_sync: Fix overwriting request callback", " - Bluetooth: hci_h5: Add ability to allocate memory for private data", " - Bluetooth: btrtl: fix out of bounds memory access", " - Bluetooth: hci_core: Fix possible buffer overflow", " - Bluetooth: msft: Fix memory leak", " - Bluetooth: btusb: Fix memory leak", " - Bluetooth: af_bluetooth: Fix deadlock", " - Bluetooth: fix use-after-free in accessing skb after sending it", " - sr9800: Add check for usbnet_get_endpoints", " - s390/cache: prevent rebuild of shared_cpu_list", " - bpf: Fix DEVMAP_HASH overflow check on 32-bit arches", " - bpf: Fix hashtab overflow check on 32-bit arches", " - bpf: Fix stackmap overflow check on 32-bit arches", " - net: dsa: microchip: make sure drive strength configuration is not lost by", " soft reset", " - dpll: spec: use proper enum for pin capabilities attribute", " - iommu: Fix compilation without CONFIG_IOMMU_INTEL", " - ipv6: fib6_rules: flush route cache when rule is changed", " - net: ip_tunnel: make sure to pull inner header in ip_tunnel_rcv()", " - octeontx2-af: Fix devlink params", " - net: phy: fix phy_get_internal_delay accessing an empty array", " - dpll: fix dpll_xa_ref_*_del() for multiple registrations", " - net: hns3: fix wrong judgment condition issue", " - net: hns3: fix kernel crash when 1588 is received on HIP08 devices", " - net: hns3: fix port duplex configure error in IMP reset", " - Bluetooth: Fix eir name length", " - net: phy: dp83822: Fix RGMII TX delay configuration", " - erofs: fix lockdep false positives on initializing erofs_pseudo_mnt", " - OPP: debugfs: Fix warning around icc_get_name()", " - tcp: fix incorrect parameter validation in the do_tcp_getsockopt() function", " - ipmr: fix incorrect parameter validation in the ip_mroute_getsockopt()", " function", " - l2tp: fix incorrect parameter validation in the pppol2tp_getsockopt()", " function", " - udp: fix incorrect parameter validation in the udp_lib_getsockopt() function", " - net: kcm: fix incorrect parameter validation in the kcm_getsockopt) function", " - net/x25: fix incorrect parameter validation in the x25_getsockopt() function", " - devlink: Fix length of eswitch inline-mode", " - r8152: fix unknown device for choose_configuration", " - nfp: flower: handle acti_netdevs allocation failure", " - bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes()", " - dm raid: fix false positive for requeue needed during reshape", " - dm: call the resume method on internal suspend", " - fbdev/simplefb: change loglevel when the power domains cannot be parsed", " - drm/tegra: dsi: Add missing check for of_find_device_by_node", " - drm/tegra: dpaux: Fix PM disable depth imbalance in tegra_dpaux_probe", " - drm/tegra: dsi: Fix some error handling paths in tegra_dsi_probe()", " - drm/tegra: dsi: Fix missing pm_runtime_disable() in the error handling path", " of tegra_dsi_probe()", " - drm/tegra: hdmi: Fix some error handling paths in tegra_hdmi_probe()", " - drm/tegra: rgb: Fix some error handling paths in tegra_dc_rgb_probe()", " - drm/tegra: rgb: Fix missing clk_put() in the error handling paths of", " tegra_dc_rgb_probe()", " - drm/tegra: output: Fix missing i2c_put_adapter() in the error handling paths", " of tegra_output_probe()", " - drm/rockchip: inno_hdmi: Fix video timing", " - drm: Don't treat 0 as -1 in drm_fixp2int_ceil", " - drm/vkms: Avoid reading beyond LUT array", " - drm/vmwgfx: fix a memleak in vmw_gmrid_man_get_node", " - drm/rockchip: lvds: do not overwrite error code", " - drm/rockchip: lvds: do not print scary message when probing defer", " - drm/panel-edp: use put_sync in unprepare", " - drm/lima: fix a memleak in lima_heap_alloc", " - ASoC: amd: acp: Add missing error handling in sof-mach", " - ASoC: SOF: amd: Fix memory leak in amd_sof_acp_probe()", " - ASoC: SOF: core: Skip firmware test for custom loaders", " - ASoC: SOF: amd: Compute file paths on firmware load", " - soundwire: stream: add missing const to Documentation", " - dmaengine: tegra210-adma: Update dependency to ARCH_TEGRA", " - media: tc358743: register v4l2 async device only after successful setup", " - media: cadence: csi2rx: use match fwnode for media link", " - PCI/DPC: Print all TLP Prefixes, not just the first", " - perf record: Fix possible incorrect free in record__switch_output()", " - perf record: Check conflict between '--timestamp-filename' option and pipe", " mode before recording", " - HID: lenovo: Add middleclick_workaround sysfs knob for cptkbd", " - drm/amd/display: Fix a potential buffer overflow in 'dp_dsc_clock_en_read()'", " - perf pmu: Treat the msr pmu as software", " - crypto: qat - avoid memcpy() overflow warning", " - ALSA: hda: cs35l41: Set Channel Index correctly when system is missing _DSD", " - drm/amd/display: Fix potential NULL pointer dereferences in", " 'dcn10_set_output_transfer_func()'", " - ASoC: sh: rz-ssi: Fix error message print", " - drm/vmwgfx: Fix vmw_du_get_cursor_mob fencing of newly-created MOBs", " - clk: renesas: r8a779g0: Fix PCIe clock name", " - pinctrl: renesas: rzg2l: Fix locking in rzg2l_dt_subnode_to_map()", " - pinctrl: renesas: r8a779g0: Add missing SCIF_CLK2 pin group/function", " - clk: samsung: exynos850: Propagate SPI IPCLK rate change", " - media: v4l2: cci: print leading 0 on error", " - perf evsel: Fix duplicate initialization of data->id in", " evsel__parse_sample()", " - perf bpf: Clean up the generated/copied vmlinux.h", " - clk: meson: Add missing clocks to axg_clk_regmaps", " - media: em28xx: annotate unchecked call to media_device_register()", " - media: v4l2-tpg: fix some memleaks in tpg_alloc", " - media: v4l2-mem2mem: fix a memleak in v4l2_m2m_register_entity", " - media: dt-bindings: techwell,tw9900: Fix port schema ref", " - mtd: spinand: esmt: Extend IDs to 5 bytes", " - media: edia: dvbdev: fix a use-after-free", " - pinctrl: mediatek: Drop bogus slew rate register range for MT8186", " - pinctrl: mediatek: Drop bogus slew rate register range for MT8192", " - drm/amdgpu: Fix potential out-of-bounds access in", " 'amdgpu_discovery_reg_base_init()'", " - clk: qcom: reset: Commonize the de/assert functions", " - clk: qcom: reset: Ensure write completion on reset de/assertion", " - quota: Fix potential NULL pointer dereference", " - quota: Fix rcu annotations of inode dquot pointers", " - quota: Properly annotate i_dquot arrays with __rcu", " - ASoC: Intel: ssp-common: Add stub for sof_ssp_get_codec_name", " - PCI/P2PDMA: Fix a sleeping issue in a RCU read section", " - PCI: switchtec: Fix an error handling path in switchtec_pci_probe()", " - crypto: xilinx - call finalize with bh disabled", " - drivers/ps3: select VIDEO to provide cmdline functions", " - perf thread_map: Free strlist on normal path in thread_map__new_by_tid_str()", " - perf srcline: Add missed addr2line closes", " - dt-bindings: msm: qcom, mdss: Include ommited fam-b compatible", " - drm/msm/dpu: fix the programming of INTF_CFG2_DATA_HCTL_EN", " - drm/msm/dpu: Only enable DSC_MODE_MULTIPLEX if dsc_merge is enabled", " - drm/radeon/ni: Fix wrong firmware size logging in ni_init_microcode()", " - drm/amd/display: fix NULL checks for adev->dm.dc in amdgpu_dm_fini()", " - clk: renesas: r8a779g0: Correct PFC/GPIO parent clocks", " - clk: renesas: r8a779f0: Correct PFC/GPIO parent clock", " - clk: renesas: r9a07g04[34]: Use SEL_SDHI1_STS status configuration for SD1", " mux", " - ALSA: seq: fix function cast warnings", " - perf expr: Fix \"has_event\" function for metric style events", " - perf stat: Avoid metric-only segv", " - perf metric: Don't remove scale from counts", " - ASoC: meson: aiu: fix function pointer type mismatch", " - ASoC: meson: t9015: fix function pointer type mismatch", " - powerpc: Force inlining of arch_vmap_p{u/m}d_supported()", " - ASoC: SOF: Add some bounds checking to firmware data", " - drm: ci: use clk_ignore_unused for apq8016", " - NTB: fix possible name leak in ntb_register_device()", " - media: cedrus: h265: Fix configuring bitstream size", " - media: sun8i-di: Fix coefficient writes", " - media: sun8i-di: Fix power on/off sequences", " - media: sun8i-di: Fix chroma difference threshold", " - staging: media: starfive: Set 16 bpp for capture_raw device", " - media: imx: csc/scaler: fix v4l2_ctrl_handler memory leak", " - media: go7007: add check of return value of go7007_read_addr()", " - media: pvrusb2: remove redundant NULL check", " - media: videobuf2: Add missing doc comment for waiting_in_dqbuf", " - media: pvrusb2: fix pvr2_stream_callback casts", " - clk: qcom: dispcc-sdm845: Adjust internal GDSC wait times", " - drm/amd/display: Add 'replay' NULL check in 'edp_set_replay_allow_active()'", " - drm/panel: boe-tv101wum-nl6: make use of prepare_prev_first", " - drm/msm/dpu: finalise global state object", " - drm/mediatek: dsi: Fix DSI RGB666 formats and definitions", " - PCI: Mark 3ware-9650SE Root Port Extended Tags as broken", " - drm/bridge: adv7511: fix crash on irq during probe", " - pinctrl: renesas: Allow the compiler to optimize away sh_pfc_pm", " - clk: hisilicon: hi3519: Release the correct number of gates in", " hi3519_clk_unregister()", " - clk: hisilicon: hi3559a: Fix an erroneous devm_kfree()", " - clk: mediatek: mt8135: Fix an error handling path in", " clk_mt8135_apmixed_probe()", " - clk: mediatek: mt7622-apmixedsys: Fix an error handling path in", " clk_mt8135_apmixed_probe()", " - clk: mediatek: mt8183: Correct parent of CLK_INFRA_SSPM_32K_SELF", " - clk: mediatek: mt7981-topckgen: flag SGM_REG_SEL as critical", " - drm/tegra: put drm_gem_object ref on error in tegra_fb_create", " - tty: mips_ejtag_fdc: Fix passing incompatible pointer type warning", " - media: ivsc: csi: Swap SINK and SOURCE pads", " - media: i2c: imx290: Fix IMX920 typo", " - mfd: syscon: Call of_node_put() only when of_parse_phandle() takes a ref", " - mfd: altera-sysmgr: Call of_node_put() only when of_parse_phandle() takes a", " ref", " - perf print-events: make is_event_supported() more robust", " - crypto: arm/sha - fix function cast warnings", " - crypto: ccp - Avoid discarding errors in psp_send_platform_access_msg()", " - crypto: qat - remove unused macros in qat_comp_alg.c", " - crypto: qat - removed unused macro in adf_cnv_dbgfs.c", " - crypto: qat - avoid division by zero", " - crypto: qat - remove double initialization of value", " - crypto: qat - fix ring to service map for dcc in 4xxx", " - crypto: qat - fix ring to service map for dcc in 420xx", " - crypto: jitter - fix CRYPTO_JITTERENTROPY help text", " - drm/tidss: Fix initial plane zpos values", " - drm/tidss: Fix sync-lost issue with two displays", " - clk: imx: imx8mp: Fix SAI_MCLK_SEL definition", " - mtd: maps: physmap-core: fix flash size larger than 32-bit", " - mtd: rawnand: lpc32xx_mlc: fix irq handler prototype", " - mtd: rawnand: brcmnand: exec_op helper functions return type fixes", " - ASoC: meson: axg-tdm-interface: fix mclk setup without mclk-fs", " - ASoC: meson: axg-tdm-interface: add frame rate constraint", " - drm/msm/a6xx: specify UBWC config for sc7180", " - drm/msm/a7xx: Fix LLC typo", " - dt-bindings: arm-smmu: fix SM8[45]50 GPU SMMU if condition", " - perf pmu: Fix a potential memory leak in perf_pmu__lookup()", " - HID: amd_sfh: Update HPD sensor structure elements", " - HID: amd_sfh: Avoid disabling the interrupt", " - drm/amdgpu: Fix missing break in ATOM_ARG_IMM Case of atom_get_src_int()", " - media: pvrusb2: fix uaf in pvr2_context_set_notify", " - media: dvb-frontends: avoid stack overflow warnings with clang", " - media: go7007: fix a memleak in go7007_load_encoder", " - media: ttpci: fix two memleaks in budget_av_attach", " - media: mediatek: vcodec: avoid -Wcast-function-type-strict warning", " - arm64: ftrace: Don't forbid CALL_OPS+CC_OPTIMIZE_FOR_SIZE with Clang", " - drm/tests: helpers: Include missing drm_drv header", " - drm/amd/pm: Fix esm reg mask use to get pcie speed", " - gpio: nomadik: fix offset bug in nmk_pmx_set()", " - drm/mediatek: Fix a null pointer crash in mtk_drm_crtc_finish_page_flip", " - mfd: cs42l43: Fix wrong register defaults", " - powerpc/32: fix ADB_CUDA kconfig warning", " - powerpc/pseries: Fix potential memleak in papr_get_attr()", " - powerpc/hv-gpci: Fix the H_GET_PERF_COUNTER_INFO hcall return value checks", " - clk: qcom: gcc-ipq5018: fix 'enable_reg' offset of 'gcc_gmac0_sys_clk'", " - clk: qcom: gcc-ipq5018: fix 'halt_reg' offset of 'gcc_pcie1_pipe_clk'", " - clk: qcom: gcc-ipq5018: fix register offset for GCC_UBI0_AXI_ARES reset", " - perf vendor events amd: Fix Zen 4 cache latency events", " - drm/msm/dpu: allow certain formats for CDM for DP", " - drm/msm/dpu: add division of drm_display_mode's hskew parameter", " - media: usbtv: Remove useless locks in usbtv_video_free()", " - drm/xe: Fix ref counting leak on page fault", " - drm/xe: Replace 'grouped target' in Makefile with pattern rule", " - lib/stackdepot: fix first entry having a 0-handle", " - lib/stackdepot: off by one in depot_fetch_stack()", " - modules: wait do_free_init correctly", " - mfd: cs42l43: Fix wrong GPIO_FN_SEL and SPI_CLK_CONFIG1 defaults", " - power: supply: mm8013: fix \"not charging\" detection", " - powerpc/embedded6xx: Fix no previous prototype for avr_uart_send() etc.", " - powerpc/4xx: Fix warp_gpio_leds build failure", " - RISC-V: KVM: Forward SEED CSR access to user space", " - leds: aw2013: Unlock mutex before destroying it", " - leds: sgm3140: Add missing timer cleanup and flash gpio control", " - backlight: hx8357: Fix potential NULL pointer dereference", " - backlight: ktz8866: Correct the check for of_property_read_u32", " - backlight: lm3630a: Initialize backlight_properties on init", " - backlight: lm3630a: Don't set bl->props.brightness in get_brightness", " - backlight: da9052: Fully initialize backlight_properties during probe", " - backlight: lm3639: Fully initialize backlight_properties during probe", " - backlight: lp8788: Fully initialize backlight_properties during probe", " - sparc32: Use generic cmpdi2/ucmpdi2 variants", " - mtd: maps: sun_uflash: Declare uflash_devinit static", " - sparc32: Do not select GENERIC_ISA_DMA", " - sparc32: Fix section mismatch in leon_pci_grpci", " - clk: Fix clk_core_get NULL dereference", " - clk: zynq: Prevent null pointer dereference caused by kmalloc failure", " - PCI: brcmstb: Fix broken brcm_pcie_mdio_write() polling", " - cifs: Fix writeback data corruption", " - ALSA: hda/realtek: fix ALC285 issues on HP Envy x360 laptops", " - ALSA: hda/tas2781: use dev_dbg in system_resume", " - ALSA: hda/tas2781: add lock to system_suspend", " - ALSA: hda/tas2781: do not reset cur_* values in runtime_suspend", " - ALSA: hda/tas2781: do not call pm_runtime_force_* in system_resume/suspend", " - ALSA: hda/tas2781: restore power state after system_resume", " - ALSA: scarlett2: Fix Scarlett 4th Gen 4i4 low-voltage detection", " - ALSA: scarlett2: Fix Scarlett 4th Gen autogain status values", " - ALSA: scarlett2: Fix Scarlett 4th Gen input gain range", " - ALSA: scarlett2: Fix Scarlett 4th Gen input gain range again", " - mips: cm: Convert __mips_cm_l2sync_phys_base() to weak function", " - platform/x86/intel/pmc/lnl: Remove SSRAM support", " - platform/x86/intel/pmc/arl: Put GNA device in D3", " - platform/x86/amd/pmf: Do not use readl() for policy buffer access", " - ALSA: usb-audio: Stop parsing channels bits when all channels are found.", " - phy: qcom: qmp-usb: split USB-C PHY driver", " - phy: qcom: qmp-usbc: add support for the Type-C handling", " - phy: qcom: qmp-usbc: handle CLAMP register in a correct way", " - scsi: hisi_sas: Fix a deadlock issue related to automatic dump", " - RDMA/irdma: Remove duplicate assignment", " - RDMA/srpt: Do not register event handler until srpt device is fully setup", " - f2fs: compress: fix to guarantee persisting compressed blocks by CP", " - f2fs: compress: fix to cover normal cluster write with cp_rwsem", " - f2fs: compress: fix to check unreleased compressed cluster", " - f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnode", " - f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panic", " - f2fs: zone: fix to wait completion of last bio in zone correctly", " - f2fs: fix NULL pointer dereference in f2fs_submit_page_write()", " - f2fs: compress: fix to cover f2fs_disable_compressed_file() w/ i_sem", " - f2fs: fix to avoid potential panic during recovery", " - scsi: csiostor: Avoid function pointer casts", " - i3c: dw: Disable IBI IRQ depends on hot-join and SIR enabling", " - RDMA/hns: Fix mis-modifying default congestion control algorithm", " - RDMA/device: Fix a race between mad_client and cm_client init", " - RDMA/rtrs-clt: Check strnlen return len in sysfs mpath_policy_store()", " - scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfn", " - f2fs: fix to create selinux label during whiteout initialization", " - f2fs: compress: fix to check zstd compress level correctly in mount option", " - net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr()", " - NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102", " - NFSv4.2: fix listxattr maximum XDR buffer size", " - f2fs: compress: fix to check compress flag w/ .i_sem lock", " - f2fs: check number of blocks in a current section", " - watchdog: starfive: Check pm_runtime_enabled() before decrementing usage", " counter", " - watchdog: stm32_iwdg: initialize default timeout", " - f2fs: fix to use correct segment type in f2fs_allocate_data_block()", " - f2fs: ro: compress: fix to avoid caching unaligned extent", " - RDMA/mana_ib: Fix bug in creation of dma regions", " - RDMA/mana_ib: Introduce mdev_to_gc helper function", " - RDMA/mana_ib: Introduce mana_ib_get_netdev helper function", " - RDMA/mana_ib: Introduce mana_ib_install_cq_cb helper function", " - RDMA/mana_ib: Use virtual address in dma regions for MRs", " - Input: iqs7222 - add support for IQS7222D v1.1 and v1.2", " - NFS: Fix nfs_netfs_issue_read() xarray locking for writeback interrupt", " - NFS: Fix an off by one in root_nfs_cat()", " - NFSv4.1/pnfs: fix NFS with TLS in pnfs", " - ACPI: HMAT: Remove register of memory node for generic target", " - f2fs: compress: relocate some judgments in f2fs_reserve_compress_blocks", " - f2fs: compress: fix reserve_cblocks counting error when out of space", " - f2fs: fix to truncate meta inode pages forcely", " - f2fs: zone: fix to remove pow2 check condition for zoned block device", " - cxl: Fix the incorrect assignment of SSLBIS entry pointer initial location", " - perf/x86/amd/core: Avoid register reset when CPU is dead", " - afs: Revert \"afs: Hide silly-rename files from userspace\"", " - afs: Don't cache preferred address", " - afs: Fix occasional rmdir-then-VNOVNODE with generic/011", " - f2fs: fix to avoid use-after-free issue in f2fs_filemap_fault", " - nfs: fix panic when nfs4_ff_layout_prepare_ds() fails", " - ovl: relax WARN_ON in ovl_verify_area()", " - io_uring/net: correct the type of variable", " - remoteproc: stm32: Fix incorrect type in assignment for va", " - remoteproc: stm32: Fix incorrect type assignment returned by", " stm32_rproc_get_loaded_rsc_tablef", " - iio: pressure: mprls0025pa fix off-by-one enum", " - usb: phy: generic: Get the vbus supply", " - tty: vt: fix 20 vs 0x20 typo in EScsiignore", " - serial: max310x: fix syntax error in IRQ error message", " - tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMT", " - arm64: dts: broadcom: bcmbca: bcm4908: drop invalid switch cells", " - coresight: Fix issue where a source device's helpers aren't disabled", " - coresight: etm4x: Set skip_power_up in etm4_init_arch_data function", " - xhci: Add interrupt pending autoclear flag to each interrupter", " - xhci: make isoc_bei_interval variable interrupter specific.", " - xhci: remove unnecessary event_ring_deq parameter from xhci_handle_event()", " - xhci: update event ring dequeue pointer position to controller correctly", " - coccinelle: device_attr_show: Remove useless expression STR", " - kconfig: fix infinite loop when expanding a macro at the end of file", " - iio: gts-helper: Fix division loop", " - bus: mhi: ep: check the correct variable in mhi_ep_register_controller()", " - hwtracing: hisi_ptt: Move type check to the beginning of", " hisi_ptt_pmu_event_init()", " - rtc: mt6397: select IRQ_DOMAIN instead of depending on it", " - rtc: max31335: fix interrupt status reg", " - serial: 8250_exar: Don't remove GPIO device on suspend", " - staging: greybus: fix get_channel_from_mode() failure path", " - mei: vsc: Call wake_up() in the threaded IRQ handler", " - mei: vsc: Don't use sleeping condition in wait_event_timeout()", " - usb: gadget: net2272: Use irqflags in the call to net2272_probe_fin", " - char: xilinx_hwicap: Fix NULL vs IS_ERR() bug", " - x86/hyperv: Use per cpu initial stack for vtl context", " - ASoC: tlv320adc3xxx: Don't strip remove function when driver is builtin", " - thermal/drivers/mediatek/lvts_thermal: Fix a memory leak in an error", " handling path", " - thermal/drivers/qoriq: Fix getting tmu range", " - io_uring: don't save/restore iowait state", " - spi: lpspi: Avoid potential use-after-free in probe()", " - spi: Restore delays for non-GPIO chip select", " - ASoC: rockchip: i2s-tdm: Fix inaccurate sampling rates", " - nouveau: reset the bo resource bus info after an eviction", " - tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge()", " - rds: tcp: Fix use-after-free of net in reqsk_timer_handler().", " - octeontx2-af: Use matching wake_up API variant in CGX command interface", " - s390/vtime: fix average steal time calculation", " - net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check", " - devlink: Fix devlink parallel commands processing", " - riscv: Only check online cpus for emulated accesses", " - soc: fsl: dpio: fix kcalloc() argument order", " - cpufreq: Fix per-policy boost behavior on SoCs using cpufreq_boost_set_sw()", " - io_uring: Fix release of pinned pages when __io_uaddr_map fails", " - tcp: Fix refcnt handling in __inet_hash_connect().", " - vmxnet3: Fix missing reserved tailroom", " - hsr: Fix uninit-value access in hsr_get_node()", " - net: txgbe: fix clk_name exceed MAX_DEV_ID limits", " - spi: spi-mem: add statistics support to ->exec_op() calls", " - spi: Fix error code checking in spi_mem_exec_op()", " - nvme: fix reconnection fail due to reserved tag allocation", " - drm/xe: Invalidate userptr VMA on page pin fault", " - drm/xe: Skip VMAs pin when requesting signal to the last XE_EXEC", " - net: mediatek: mtk_eth_soc: clear MAC_MCR_FORCE_LINK only when MAC is up", " - net: ethernet: mtk_eth_soc: fix PPE hanging issue", " - io_uring: fix poll_remove stalled req completion", " - ASoC: SOF: amd: Move signed_fw_image to struct acp_quirk_entry", " - ASoC: SOF: amd: Skip IRAM/DRAM size modification for Steam Deck OLED", " - riscv: Fix compilation error with FAST_GUP and rv32", " - xen/evtchn: avoid WARN() when unbinding an event channel", " - xen/events: increment refcnt only if event channel is refcounted", " - packet: annotate data-races around ignore_outgoing", " - xfrm: Allow UDP encapsulation only in offload modes", " - net: veth: do not manipulate GRO when using XDP", " - net: dsa: mt7530: prevent possible incorrect XTAL frequency selection", " - spi: spi-imx: fix off-by-one in mx51 CPU mode burst length", " - drm: Fix drm_fixp2int_round() making it add 0.5", " - virtio: uapi: Drop __packed attribute in linux/virtio_pci.h", " - vdpa_sim: reset must not run", " - vdpa/mlx5: Allow CVQ size changes", " - virtio: packed: fix unmap leak for indirect desc table", " - net: move dev->state into net_device_read_txrx group", " - wireguard: receive: annotate data-race around receiving_counter.counter", " - rds: introduce acquire/release ordering in acquire/release_in_xmit()", " - hsr: Handle failures in module init", " - ipv4: raw: Fix sending packets from raw sockets via IPsec tunnels", " - nouveau/gsp: don't check devinit disable on GSP.", " - ceph: stop copying to iter at EOF on sync reads", " - net: phy: fix phy_read_poll_timeout argument type in genphy_loopback", " - dm-integrity: fix a memory leak when rechecking the data", " - net/bnx2x: Prevent access to a freed page in page_pool", " - devlink: fix port new reply cmd type", " - octeontx2: Detect the mbox up or down message via register", " - octeontx2-pf: Wait till detach_resources msg is complete", " - octeontx2-pf: Use default max_active works instead of one", " - octeontx2-pf: Send UP messages to VF only when VF is up.", " - octeontx2-af: Use separate handlers for interrupts", " - drm/amdgpu: add MMHUB 3.3.1 support", " - drm/amdgpu: fix mmhub client id out-of-bounds access", " - drm/amdgpu: drop setting buffer funcs in sdma442", " - netfilter: nft_set_pipapo: release elements in clone only from destroy path", " - netfilter: nf_tables: do not compare internal table flags on updates", " - rcu: add a helper to report consolidated flavor QS", " - net: report RCU QS on threaded NAPI repolling", " - bpf: report RCU QS in cpumap kthread", " - net: dsa: mt7530: fix link-local frames that ingress vlan filtering ports", " - net: dsa: mt7530: fix handling of all link-local frames", " - netfilter: nf_tables: Fix a memory leak in nf_tables_updchain", " - spi: spi-mt65xx: Fix NULL pointer access in interrupt handler", " - selftests: forwarding: Fix ping failure due to short timeout", " - dm io: Support IO priority", " - dm-integrity: align the outgoing bio in integrity_recheck", " - x86/efistub: Clear decompressor BSS in native EFI entrypoint", " - x86/efistub: Don't clear BSS twice in mixed mode", " - printk: Adjust mapping for 32bit seq macros", " - printk: Use prb_first_seq() as base for 32bit seq macros", " - Linux 6.8.2", " - [Config] updateconfig following v6.8.2 import", "", " * Provide python perf module (LP: #2051560)", " - [Packaging] enable perf python module", " - [Packaging] provide a wrapper module for python-perf", "", " * To support AMD Adaptive Backlight Management (ABM) for power profiles daemon", " >= 2.0 (LP: #2056716)", " - drm/amd/display: add panel_power_savings sysfs entry to eDP connectors", " - drm/amdgpu: respect the abmlevel module parameter value if it is set", "", " * Miscellaneous Ubuntu changes", " - [Config] Disable StarFive JH7100 support", " - [Config] Disable Renesas RZ/Five support", " - [Config] Disable BINFMT_FLAT for riscv64", "" ], "package": "linux", "version": "6.8.0-32.32", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2064344, 1786013, 1975592, 1975592, 2013232, 1981437, 2061747, 2042500, 2063096, 2061953, 2058557, 2060422, 2042546, 2059080, 2060533, 2060531, 2060531, 2062556, 2060130, 2059263, 2055083, 2058573, 2060097, 2051560, 2056716 ], "author": "Roxana Nicolescu ", "date": "Wed, 01 May 2024 16:02:05 +0200" } ], "notes": "linux-tools-6.8.0-35-generic version '6.8.0-35.35' (source package linux version '6.8.0-35.35') was added. linux-tools-6.8.0-35-generic version '6.8.0-35.35' has the same source package name, linux, as removed package linux-headers-6.8.0-31. As such we can use the source package version of the removed package, '6.8.0-31.31', as the starting point in our changelog diff. Kernel packages are an example of where the binary package name changes for the same source package. Using the removed package source package version as our starting point means we can still get meaningful changelog diffs even for what appears to be a new package." }, { "name": "linux-tools-common", "from_version": { "source_package_name": "linux", "source_package_version": "6.8.0-31.31", "version": null }, "to_version": { "source_package_name": "linux", "source_package_version": "6.8.0-35.35", "version": "6.8.0-35.35" }, "cves": [ { "cve": "CVE-2024-21823", "url": "https://ubuntu.com/security/CVE-2024-21823", "cve_description": "Hardware logic with insecure de-synchronization in Intel(R) DSA and Intel(R) IAA for some Intel(R) 4th or 5th generation Xeon(R) processors may allow an authorized user to potentially enable denial of service via local access.", "cve_priority": "medium", "cve_public_date": "2024-05-16 21:16:00 UTC" } ], "launchpad_bugs_fixed": [ 2065886, 2065167, 1786013, 2064344, 1786013, 1975592, 1975592, 2013232, 1981437, 2061747, 2042500, 2063096, 2061953, 2058557, 2060422, 2042546, 2059080, 2060533, 2060531, 2060531, 2062556, 2060130, 2059263, 2055083, 2058573, 2060097, 2051560, 2056716 ], "changes": [ { "cves": [ { "cve": "CVE-2024-21823", "url": "https://ubuntu.com/security/CVE-2024-21823", "cve_description": "Hardware logic with insecure de-synchronization in Intel(R) DSA and Intel(R) IAA for some Intel(R) 4th or 5th generation Xeon(R) processors may allow an authorized user to potentially enable denial of service via local access.", "cve_priority": "medium", "cve_public_date": "2024-05-16 21:16:00 UTC" } ], "log": [ "", " * noble/linux: 6.8.0-35.35 -proposed tracker (LP: #2065886)", "", " * CVE-2024-21823", " - VFIO: Add the SPR_DSA and SPR_IAX devices to the denylist", " - dmaengine: idxd: add a new security check to deal with a hardware erratum", " - dmaengine: idxd: add a write() method for applications to submit work", "" ], "package": "linux", "version": "6.8.0-35.35", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2065886 ], "author": "Roxana Nicolescu ", "date": "Mon, 20 May 2024 16:26:15 +0200" }, { "cves": [], "log": [ "", " * noble/linux: 6.8.0-34.34 -proposed tracker (LP: #2065167)", "", " * Packaging resync (LP: #1786013)", " - [Packaging] debian.master/dkms-versions -- update from kernel-versions", " (main/2024.04.29)", "" ], "package": "linux", "version": "6.8.0-34.34", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2065167, 1786013 ], "author": "Roxana Nicolescu ", "date": "Wed, 08 May 2024 13:14:41 +0200" }, { "cves": [], "log": [ "", " * noble/linux: 6.8.0-32.32 -proposed tracker (LP: #2064344)", "", " * Packaging resync (LP: #1786013)", " - [Packaging] drop getabis data", " - [Packaging] update variants", " - [Packaging] update annotations scripts", " - [Packaging] debian.master/dkms-versions -- update from kernel-versions", " (main/2024.04.29)", "", " * Enable Nezha board (LP: #1975592)", " - [Config] Enable CONFIG_REGULATOR_FIXED_VOLTAGE on riscv64", "", " * Enable Nezha board (LP: #1975592) // Enable StarFive VisionFive 2 board", " (LP: #2013232)", " - [Config] Enable CONFIG_SERIAL_8250_DW on riscv64", "", " * RISC-V kernel config is out of sync with other archs (LP: #1981437)", " - [Config] Sync riscv64 config with other architectures", "", " * obsolete out-of-tree ivsc dkms in favor of in-tree one (LP: #2061747)", " - ACPI: scan: Defer enumeration of devices with a _DEP pointing to IVSC device", " - Revert \"mei: vsc: Call wake_up() in the threaded IRQ handler\"", " - mei: vsc: Unregister interrupt handler for system suspend", " - media: ipu-bridge: Add ov01a10 in Dell XPS 9315", " - SAUCE: media: ipu-bridge: Support more sensors", "", " * Fix after-suspend-mediacard/sdhc-insert test failed (LP: #2042500)", " - PCI/ASPM: Move pci_configure_ltr() to aspm.c", " - PCI/ASPM: Always build aspm.c", " - PCI/ASPM: Move pci_save_ltr_state() to aspm.c", " - PCI/ASPM: Save L1 PM Substates Capability for suspend/resume", " - PCI/ASPM: Call pci_save_ltr_state() from pci_save_pcie_state()", " - PCI/ASPM: Disable L1 before configuring L1 Substates", " - PCI/ASPM: Update save_state when configuration changes", "", " * RTL8852BE fw security fail then lost WIFI function during suspend/resume", " cycle (LP: #2063096)", " - wifi: rtw89: download firmware with five times retry", "", " * intel_rapl_common: Add support for ARL and LNL (LP: #2061953)", " - powercap: intel_rapl: Add support for Lunar Lake-M paltform", " - powercap: intel_rapl: Add support for Arrow Lake", "", " * Kernel panic during checkbox stress_ng_test on Grace running noble 6.8", " (arm64+largemem) kernel (LP: #2058557)", " - aio: Fix null ptr deref in aio_complete() wakeup", "", " * Avoid creating non-working backlight sysfs knob from ASUS board", " (LP: #2060422)", " - platform/x86: asus-wmi: Consider device is absent when the read is ~0", "", " * Include cifs.ko in linux-modules package (LP: #2042546)", " - [Packaging] Replace fs/cifs with fs/smb/client in inclusion list", "", " * Add Real-time Linux Analysis tool (rtla) to linux-tools (LP: #2059080)", " - SAUCE: rtla: fix deb build", " - [Packaging] add Real-time Linux Analysis tool (rtla) to linux-tools", " - [Packaging] update dependencies for rtla", "", " * Noble update: v6.8.4 upstream stable release (LP: #2060533)", " - Revert \"workqueue: Shorten events_freezable_power_efficient name\"", " - Revert \"workqueue: Don't call cpumask_test_cpu() with -1 CPU in", " wq_update_node_max_active()\"", " - Revert \"workqueue: Implement system-wide nr_active enforcement for unbound", " workqueues\"", " - Revert \"workqueue: Introduce struct wq_node_nr_active\"", " - Revert \"workqueue: RCU protect wq->dfl_pwq and implement accessors for it\"", " - Revert \"workqueue: Make wq_adjust_max_active() round-robin pwqs while", " activating\"", " - Revert \"workqueue: Move nr_active handling into helpers\"", " - Revert \"workqueue: Replace pwq_activate_inactive_work() with", " [__]pwq_activate_work()\"", " - Revert \"workqueue: Factor out pwq_is_empty()\"", " - Revert \"workqueue: Move pwq->max_active to wq->max_active\"", " - Revert \"workqueue.c: Increase workqueue name length\"", " - Linux 6.8.4", "", " * Noble update: v6.8.3 upstream stable release (LP: #2060531)", " - drm/vmwgfx: Unmap the surface before resetting it on a plane state", " - wifi: brcmfmac: Fix use-after-free bug in brcmf_cfg80211_detach", " - wifi: brcmfmac: avoid invalid list operation when vendor attach fails", " - media: staging: ipu3-imgu: Set fields before media_entity_pads_init()", " - arm64: dts: qcom: sc7280: Add additional MSI interrupts", " - remoteproc: virtio: Fix wdg cannot recovery remote processor", " - clk: qcom: gcc-sdm845: Add soft dependency on rpmhpd", " - smack: Set SMACK64TRANSMUTE only for dirs in smack_inode_setxattr()", " - smack: Handle SMACK64TRANSMUTE in smack_inode_setsecurity()", " - arm: dts: marvell: Fix maxium->maxim typo in brownstone dts", " - drm/vmwgfx: Fix possible null pointer derefence with invalid contexts", " - arm64: dts: qcom: sm8450-hdk: correct AMIC4 and AMIC5 microphones", " - serial: max310x: fix NULL pointer dereference in I2C instantiation", " - drm/vmwgfx: Fix the lifetime of the bo cursor memory", " - pci_iounmap(): Fix MMIO mapping leak", " - media: xc4000: Fix atomicity violation in xc4000_get_frequency", " - media: mc: Add local pad to pipeline regardless of the link state", " - media: mc: Fix flags handling when creating pad links", " - media: nxp: imx8-isi: Check whether crossbar pad is non-NULL before access", " - media: mc: Add num_links flag to media_pad", " - media: mc: Rename pad variable to clarify intent", " - media: mc: Expand MUST_CONNECT flag to always require an enabled link", " - media: nxp: imx8-isi: Mark all crossbar sink pads as MUST_CONNECT", " - md: use RCU lock to protect traversal in md_spares_need_change()", " - KVM: Always flush async #PF workqueue when vCPU is being destroyed", " - arm64: dts: qcom: sm8550-qrd: correct WCD9385 TX port mapping", " - arm64: dts: qcom: sm8550-mtp: correct WCD9385 TX port mapping", " - cpufreq: amd-pstate: Fix min_perf assignment in amd_pstate_adjust_perf()", " - thermal/intel: Fix intel_tcc_get_temp() to support negative CPU temperature", " - powercap: intel_rapl: Fix a NULL pointer dereference", " - powercap: intel_rapl: Fix locking in TPMI RAPL", " - powercap: intel_rapl_tpmi: Fix a register bug", " - powercap: intel_rapl_tpmi: Fix System Domain probing", " - powerpc/smp: Adjust nr_cpu_ids to cover all threads of a core", " - powerpc/smp: Increase nr_cpu_ids to include the boot CPU", " - sparc64: NMI watchdog: fix return value of __setup handler", " - sparc: vDSO: fix return value of __setup handler", " - selftests/mqueue: Set timeout to 180 seconds", " - pinctrl: qcom: sm8650-lpass-lpi: correct Kconfig name", " - ext4: correct best extent lstart adjustment logic", " - drm/amdgpu/display: Address kdoc for 'is_psr_su' in 'fill_dc_dirty_rects'", " - block: Clear zone limits for a non-zoned stacked queue", " - kasan/test: avoid gcc warning for intentional overflow", " - bounds: support non-power-of-two CONFIG_NR_CPUS", " - fat: fix uninitialized field in nostale filehandles", " - fuse: fix VM_MAYSHARE and direct_io_allow_mmap", " - mfd: twl: Select MFD_CORE", " - ubifs: Set page uptodate in the correct place", " - ubi: Check for too small LEB size in VTBL code", " - ubi: correct the calculation of fastmap size", " - ubifs: ubifs_symlink: Fix memleak of inode->i_link in error path", " - mtd: rawnand: meson: fix scrambling mode value in command macro", " - md/md-bitmap: fix incorrect usage for sb_index", " - x86/nmi: Fix the inverse \"in NMI handler\" check", " - parisc/unaligned: Rewrite 64-bit inline assembly of emulate_ldd()", " - parisc: Avoid clobbering the C/B bits in the PSW with tophys and tovirt", " macros", " - parisc: Fix ip_fast_csum", " - parisc: Fix csum_ipv6_magic on 32-bit systems", " - parisc: Fix csum_ipv6_magic on 64-bit systems", " - parisc: Strip upper 32 bit of sum in csum_ipv6_magic for 64-bit builds", " - md/raid5: fix atomicity violation in raid5_cache_count", " - iio: adc: rockchip_saradc: fix bitmask for channels on SARADCv2", " - iio: adc: rockchip_saradc: use mask for write_enable bitfield", " - docs: Restore \"smart quotes\" for quotes", " - cpufreq: Limit resolving a frequency to policy min/max", " - PM: suspend: Set mem_sleep_current during kernel command line setup", " - vfio/pds: Always clear the save/restore FDs on reset", " - clk: qcom: gcc-ipq5018: fix terminating of frequency table arrays", " - clk: qcom: gcc-ipq6018: fix terminating of frequency table arrays", " - clk: qcom: gcc-ipq8074: fix terminating of frequency table arrays", " - clk: qcom: gcc-ipq9574: fix terminating of frequency table arrays", " - clk: qcom: camcc-sc8280xp: fix terminating of frequency table arrays", " - clk: qcom: mmcc-apq8084: fix terminating of frequency table arrays", " - clk: qcom: mmcc-msm8974: fix terminating of frequency table arrays", " - usb: xhci: Add error handling in xhci_map_urb_for_dma", " - powerpc/fsl: Fix mfpmr build errors with newer binutils", " - USB: serial: ftdi_sio: add support for GMC Z216C Adapter IR-USB", " - USB: serial: add device ID for VeriFone adapter", " - USB: serial: cp210x: add ID for MGP Instruments PDS100", " - wifi: mac80211: track capability/opmode NSS separately", " - USB: serial: option: add MeiG Smart SLM320 product", " - KVM: x86/xen: inject vCPU upcall vector when local APIC is enabled", " - USB: serial: cp210x: add pid/vid for TDK NC0110013M and MM0110113M", " - PM: sleep: wakeirq: fix wake irq warning in system suspend", " - mmc: tmio: avoid concurrent runs of mmc_request_done()", " - fuse: replace remaining make_bad_inode() with fuse_make_bad()", " - fuse: fix root lookup with nonzero generation", " - fuse: don't unhash root", " - usb: typec: ucsi: Clean up UCSI_CABLE_PROP macros", " - usb: dwc3-am62: fix module unload/reload behavior", " - usb: dwc3-am62: Disable wakeup at remove", " - serial: core: only stop transmit when HW fifo is empty", " - serial: Lock console when calling into driver before registration", " - btrfs: qgroup: always free reserved space for extent records", " - btrfs: fix off-by-one chunk length calculation at contains_pending_extent()", " - wifi: rtw88: Add missing VID/PIDs for 8811CU and 8821CU", " - docs: Makefile: Add dependency to $(YNL_INDEX) for targets other than", " htmldocs", " - PCI/PM: Drain runtime-idle callbacks before driver removal", " - PCI/DPC: Quirk PIO log size for Intel Raptor Lake Root Ports", " - Revert \"Revert \"md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d\"\"", " - md: don't clear MD_RECOVERY_FROZEN for new dm-raid until resume", " - md: export helpers to stop sync_thread", " - md: export helper md_is_rdwr()", " - md: add a new helper reshape_interrupted()", " - dm-raid: really frozen sync_thread during suspend", " - md/dm-raid: don't call md_reap_sync_thread() directly", " - dm-raid: add a new helper prepare_suspend() in md_personality", " - dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent", " with reshape", " - dm-raid: fix lockdep waring in \"pers->hot_add_disk\"", " - powerpc: xor_vmx: Add '-mhard-float' to CFLAGS", " - mac802154: fix llsec key resources release in mac802154_llsec_key_del", " - mm: swap: fix race between free_swap_and_cache() and swapoff()", " - mmc: core: Fix switch on gp3 partition", " - Bluetooth: btnxpuart: Fix btnxpuart_close", " - leds: trigger: netdev: Fix kernel panic on interface rename trig notify", " - drm/etnaviv: Restore some id values", " - landlock: Warn once if a Landlock action is requested while disabled", " - io_uring: fix mshot read defer taskrun cqe posting", " - hwmon: (amc6821) add of_match table", " - io_uring: fix io_queue_proc modifying req->flags", " - ext4: fix corruption during on-line resize", " - nvmem: meson-efuse: fix function pointer type mismatch", " - slimbus: core: Remove usage of the deprecated ida_simple_xx() API", " - phy: tegra: xusb: Add API to retrieve the port number of phy", " - usb: gadget: tegra-xudc: Fix USB3 PHY retrieval logic", " - speakup: Fix 8bit characters from direct synth", " - debugfs: fix wait/cancellation handling during remove", " - PCI/AER: Block runtime suspend when handling errors", " - io_uring/net: correctly handle multishot recvmsg retry setup", " - io_uring: fix mshot io-wq checks", " - PCI: qcom: Disable ASPM L0s for sc8280xp, sa8540p and sa8295p", " - sparc32: Fix parport build with sparc32", " - nfs: fix UAF in direct writes", " - NFS: Read unlock folio on nfs_page_create_from_folio() error", " - kbuild: Move -Wenum-{compare-conditional,enum-conversion} into W=1", " - PCI: qcom: Enable BDF to SID translation properly", " - PCI: dwc: endpoint: Fix advertised resizable BAR size", " - PCI: hv: Fix ring buffer size calculation", " - cifs: prevent updating file size from server if we have a read/write lease", " - cifs: allow changing password during remount", " - thermal/drivers/mediatek: Fix control buffer enablement on MT7896", " - vfio/pci: Disable auto-enable of exclusive INTx IRQ", " - vfio/pci: Lock external INTx masking ops", " - vfio/platform: Disable virqfds on cleanup", " - vfio/platform: Create persistent IRQ handlers", " - vfio/fsl-mc: Block calling interrupt handler without trigger", " - tpm,tpm_tis: Avoid warning splat at shutdown", " - ksmbd: replace generic_fillattr with vfs_getattr", " - ksmbd: retrieve number of blocks using vfs_getattr in", " set_file_allocation_info", " - platform/x86/intel/tpmi: Change vsec offset to u64", " - io_uring/rw: return IOU_ISSUE_SKIP_COMPLETE for multishot retry", " - io_uring: clean rings on NO_MMAP alloc fail", " - ring-buffer: Do not set shortest_full when full target is hit", " - ring-buffer: Fix full_waiters_pending in poll", " - ring-buffer: Use wait_event_interruptible() in ring_buffer_wait()", " - tracing/ring-buffer: Fix wait_on_pipe() race", " - dlm: fix user space lkb refcounting", " - soc: fsl: qbman: Always disable interrupts when taking cgr_lock", " - soc: fsl: qbman: Use raw spinlock for cgr_lock", " - s390/zcrypt: fix reference counting on zcrypt card objects", " - drm/probe-helper: warn about negative .get_modes()", " - drm/panel: do not return negative error codes from drm_panel_get_modes()", " - drm/exynos: do not return negative values from .get_modes()", " - drm/imx/ipuv3: do not return negative values from .get_modes()", " - drm/vc4: hdmi: do not return negative values from .get_modes()", " - clocksource/drivers/timer-riscv: Clear timer interrupt on timer", " initialization", " - memtest: use {READ,WRITE}_ONCE in memory scanning", " - Revert \"block/mq-deadline: use correct way to throttling write requests\"", " - lsm: use 32-bit compatible data types in LSM syscalls", " - lsm: handle the NULL buffer case in lsm_fill_user_ctx()", " - f2fs: mark inode dirty for FI_ATOMIC_COMMITTED flag", " - f2fs: truncate page cache before clearing flags when aborting atomic write", " - nilfs2: fix failure to detect DAT corruption in btree and direct mappings", " - nilfs2: prevent kernel bug at submit_bh_wbc()", " - cifs: make sure server interfaces are requested only for SMB3+", " - cifs: reduce warning log level for server not advertising interfaces", " - cifs: open_cached_dir(): add FILE_READ_EA to desired access", " - mtd: rawnand: Fix and simplify again the continuous read derivations", " - mtd: rawnand: Add a helper for calculating a page index", " - mtd: rawnand: Ensure all continuous terms are always in sync", " - mtd: rawnand: Constrain even more when continuous reads are enabled", " - cpufreq: dt: always allocate zeroed cpumask", " - io_uring/futex: always remove futex entry for cancel all", " - io_uring/waitid: always remove waitid entry for cancel all", " - x86/CPU/AMD: Update the Zenbleed microcode revisions", " - ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()", " - net: esp: fix bad handling of pages from page_pool", " - NFSD: Fix nfsd_clid_class use of __string_len() macro", " - drm/i915: Add missing ; to __assign_str() macros in tracepoint code", " - net: hns3: tracing: fix hclgevf trace event strings", " - cxl/trace: Properly initialize cxl_poison region name", " - ksmbd: fix potencial out-of-bounds when buffer offset is invalid", " - virtio: reenable config if freezing device failed", " - LoongArch: Change __my_cpu_offset definition to avoid mis-optimization", " - LoongArch: Define the __io_aw() hook as mmiowb()", " - LoongArch/crypto: Clean up useless assignment operations", " - wireguard: netlink: check for dangling peer via is_dead instead of empty", " list", " - wireguard: netlink: access device through ctx instead of peer", " - wireguard: selftests: set RISCV_ISA_FALLBACK on riscv{32,64}", " - ahci: asm1064: asm1166: don't limit reported ports", " - drm/amd/display: Change default size for dummy plane in DML2", " - drm/amdgpu: amdgpu_ttm_gart_bind set gtt bound flag", " - drm/amdgpu/pm: Fix NULL pointer dereference when get power limit", " - drm/amdgpu/pm: Check the validity of overdiver power limit", " - drm/amd/display: Override min required DCFCLK in dml1_validate", " - drm/amd/display: Allow dirty rects to be sent to dmub when abm is active", " - drm/amd/display: Init DPPCLK from SMU on dcn32", " - drm/amd/display: Update odm when ODM combine is changed on an otg master", " pipe with no plane", " - drm/amd/display: Fix idle check for shared firmware state", " - drm/amd/display: Amend coasting vtotal for replay low hz", " - drm/amd/display: Lock all enabled otg pipes even with no planes", " - drm/amd/display: Implement wait_for_odm_update_pending_complete", " - drm/amd/display: Return the correct HDCP error code", " - drm/amd/display: Add a dc_state NULL check in dc_state_release", " - drm/amd/display: Fix noise issue on HDMI AV mute", " - dm snapshot: fix lockup in dm_exception_table_exit", " - x86/pm: Work around false positive kmemleak report in msr_build_context()", " - wifi: brcmfmac: add per-vendor feature detection callback", " - wifi: brcmfmac: cfg80211: Use WSEC to set SAE password", " - wifi: brcmfmac: Demote vendor-specific attach/detach messages to info", " - drm/ttm: Make sure the mapped tt pages are decrypted when needed", " - drm/amd/display: Unify optimize_required flags and VRR adjustments", " - drm/amd/display: Add more checks for exiting idle in DC", " - btrfs: add set_folio_extent_mapped() helper", " - btrfs: replace sb::s_blocksize by fs_info::sectorsize", " - btrfs: add helpers to get inode from page/folio pointers", " - btrfs: add helpers to get fs_info from page/folio pointers", " - btrfs: add helper to get fs_info from struct inode pointer", " - btrfs: qgroup: validate btrfs_qgroup_inherit parameter", " - vfio: Introduce interface to flush virqfd inject workqueue", " - vfio/pci: Create persistent INTx handler", " - drm/bridge: add ->edid_read hook and drm_bridge_edid_read()", " - drm/bridge: lt8912b: use drm_bridge_edid_read()", " - drm/bridge: lt8912b: clear the EDID property on failures", " - drm/bridge: lt8912b: do not return negative values from .get_modes()", " - drm/amd/display: Remove pixle rate limit for subvp", " - drm/amd/display: Revert Remove pixle rate limit for subvp", " - workqueue: Shorten events_freezable_power_efficient name", " - drm/amd/display: Use freesync when `DRM_EDID_FEATURE_CONTINUOUS_FREQ` found", " - netfilter: nf_tables: reject constant set with timeout", " - Revert \"crypto: pkcs7 - remove sha1 support\"", " - x86/efistub: Call mixed mode boot services on the firmware's stack", " - ASoC: amd: yc: Revert \"Fix non-functional mic on Lenovo 21J2\"", " - ASoC: amd: yc: Revert \"add new YC platform variant (0x63) support\"", " - Fix memory leak in posix_clock_open()", " - wifi: rtw88: 8821cu: Fix connection failure", " - x86/Kconfig: Remove CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT", " - x86/sev: Fix position dependent variable references in startup code", " - clocksource/drivers/arm_global_timer: Fix maximum prescaler value", " - ARM: 9352/1: iwmmxt: Remove support for PJ4/PJ4B cores", " - ARM: 9359/1: flush: check if the folio is reserved for no-mapping addresses", " - entry: Respect changes to system call number by trace_sys_enter()", " - swiotlb: Fix double-allocation of slots due to broken alignment handling", " - swiotlb: Honour dma_alloc_coherent() alignment in swiotlb_alloc()", " - swiotlb: Fix alignment checks when both allocation and DMA masks are present", " - iommu/dma: Force swiotlb_max_mapping_size on an untrusted device", " - printk: Update @console_may_schedule in console_trylock_spinning()", " - irqchip/renesas-rzg2l: Flush posted write in irq_eoi()", " - irqchip/renesas-rzg2l: Rename rzg2l_tint_eoi()", " - irqchip/renesas-rzg2l: Rename rzg2l_irq_eoi()", " - irqchip/renesas-rzg2l: Prevent spurious interrupts when setting trigger type", " - kprobes/x86: Use copy_from_kernel_nofault() to read from unsafe address", " - efi/libstub: fix efi_random_alloc() to allocate memory at alloc_min or", " higher address", " - x86/mpparse: Register APIC address only once", " - x86/fpu: Keep xfd_state in sync with MSR_IA32_XFD", " - efi: fix panic in kdump kernel", " - pwm: img: fix pwm clock lookup", " - selftests/mm: Fix build with _FORTIFY_SOURCE", " - btrfs: handle errors returned from unpin_extent_cache()", " - btrfs: fix warning messages not printing interval at unpin_extent_range()", " - btrfs: do not skip re-registration for the mounted device", " - mfd: intel-lpss: Switch to generalized quirk table", " - mfd: intel-lpss: Introduce QUIRK_CLOCK_DIVIDER_UNITY for XPS 9530", " - drm/i915: Replace a memset() with zero initialization", " - drm/i915: Try to preserve the current shared_dpll for fastset on type-c", " ports", " - drm/i915: Include the PLL name in the debug messages", " - drm/i915: Suppress old PLL pipe_mask checks for MG/TC/TBT PLLs", " - crypto: iaa - Fix nr_cpus < nr_iaa case", " - drm/amd/display: Prevent crash when disable stream", " - ALSA: hda/tas2781: remove digital gain kcontrol", " - ALSA: hda/tas2781: add locks to kcontrols", " - mm: zswap: fix writeback shinker GFP_NOIO/GFP_NOFS recursion", " - init: open /initrd.image with O_LARGEFILE", " - x86/efistub: Add missing boot_params for mixed mode compat entry", " - efi/libstub: Cast away type warning in use of max()", " - x86/efistub: Reinstate soft limit for initrd loading", " - prctl: generalize PR_SET_MDWE support check to be per-arch", " - ARM: prctl: reject PR_SET_MDWE on pre-ARMv6", " - tmpfs: fix race on handling dquot rbtree", " - btrfs: validate device maj:min during open", " - btrfs: fix race in read_extent_buffer_pages()", " - btrfs: zoned: don't skip block groups with 100% zone unusable", " - btrfs: zoned: use zone aware sb location for scrub", " - btrfs: zoned: fix use-after-free in do_zone_finish()", " - wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changes", " - wifi: cfg80211: add a flag to disable wireless extensions", " - wifi: iwlwifi: mvm: disable MLO for the time being", " - wifi: iwlwifi: fw: don't always use FW dump trig", " - wifi: iwlwifi: mvm: handle debugfs names more carefully", " - Revert \"drm/amd/display: Fix sending VSC (+ colorimetry) packets for DP/eDP", " displays without PSR\"", " - fbdev: Select I/O-memory framebuffer ops for SBus", " - exec: Fix NOMMU linux_binprm::exec in transfer_args_to_stack()", " - hexagon: vmlinux.lds.S: handle attributes section", " - mm: cachestat: fix two shmem bugs", " - selftests/mm: sigbus-wp test requires UFFD_FEATURE_WP_HUGETLBFS_SHMEM", " - selftests/mm: fix ARM related issue with fork after pthread_create", " - mmc: sdhci-omap: re-tuning is needed after a pm transition to support emmc", " HS200 mode", " - mmc: core: Initialize mmc_blk_ioc_data", " - mmc: core: Avoid negative index with array access", " - sdhci-of-dwcmshc: disable PM runtime in dwcmshc_remove()", " - block: Do not force full zone append completion in req_bio_endio()", " - thermal: devfreq_cooling: Fix perf state when calculate dfc res_util", " - Revert \"thermal: core: Don't update trip points inside the hysteresis range\"", " - nouveau/dmem: handle kcalloc() allocation failure", " - net: ll_temac: platform_get_resource replaced by wrong function", " - net: wan: framer: Add missing static inline qualifiers", " - net: phy: qcom: at803x: fix kernel panic with at8031_probe", " - drm/xe/query: fix gt_id bounds check", " - drm/dp: Fix divide-by-zero regression on DP MST unplug with nouveau", " - drm/vmwgfx: Create debugfs ttm_resource_manager entry only if needed", " - drm/amdkfd: fix TLB flush after unmap for GFX9.4.2", " - drm/amdgpu: fix deadlock while reading mqd from debugfs", " - drm/amd/display: Remove MPC rate control logic from DCN30 and above", " - drm/amd/display: Set DCN351 BB and IP the same as DCN35", " - drm/i915/hwmon: Fix locking inversion in sysfs getter", " - drm/i915/vma: Fix UAF on destroy against retire race", " - drm/i915/bios: Tolerate devdata==NULL in", " intel_bios_encoder_supports_dp_dual_mode()", " - drm/i915/vrr: Generate VRR \"safe window\" for DSB", " - drm/i915/dsi: Go back to the previous INIT_OTP/DISPLAY_ON order, mostly", " - drm/i915/dsb: Fix DSB vblank waits when using VRR", " - drm/i915: Do not match JSL in ehl_combo_pll_div_frac_wa_needed()", " - drm/i915: Pre-populate the cursor physical dma address", " - drm/i915/gt: Reset queue_priority_hint on parking", " - drm/amd/display: Fix bounds check for dcn35 DcfClocks", " - Bluetooth: hci_sync: Fix not checking error on hci_cmd_sync_cancel_sync", " - mtd: spinand: Add support for 5-byte IDs", " - Revert \"usb: phy: generic: Get the vbus supply\"", " - usb: cdc-wdm: close race between read and workqueue", " - usb: misc: ljca: Fix double free in error handling path", " - USB: UAS: return ENODEV when submit urbs fail with device not attached", " - vfio/pds: Make sure migration file isn't accessed after reset", " - ring-buffer: Make wake once of ring_buffer_wait() more robust", " - btrfs: fix extent map leak in unexpected scenario at unpin_extent_cache()", " - ALSA: sh: aica: reorder cleanup operations to avoid UAF bugs", " - scsi: ufs: qcom: Provide default cycles_in_1us value", " - scsi: sd: Fix TCG OPAL unlock on system resume", " - scsi: core: Fix unremoved procfs host directory regression", " - staging: vc04_services: changen strncpy() to strscpy_pad()", " - staging: vc04_services: fix information leak in create_component()", " - genirq: Introduce IRQF_COND_ONESHOT and use it in pinctrl-amd", " - usb: dwc3: Properly set system wakeup", " - USB: core: Fix deadlock in usb_deauthorize_interface()", " - USB: core: Add hub_get() and hub_put() routines", " - USB: core: Fix deadlock in port \"disable\" sysfs attribute", " - usb: dwc2: host: Fix remote wakeup from hibernation", " - usb: dwc2: host: Fix hibernation flow", " - usb: dwc2: host: Fix ISOC flow in DDMA mode", " - usb: dwc2: gadget: Fix exiting from clock gating", " - usb: dwc2: gadget: LPM flow fix", " - usb: udc: remove warning when queue disabled ep", " - usb: typec: ucsi: Fix race between typec_switch and role_switch", " - usb: typec: tcpm: fix double-free issue in tcpm_port_unregister_pd()", " - usb: typec: tcpm: Correct port source pdo array in pd_set callback", " - usb: typec: tcpm: Update PD of Type-C port upon pd_set", " - usb: typec: Return size of buffer if pd_set operation succeeds", " - usb: typec: ucsi: Clear EVENT_PENDING under PPM lock", " - usb: typec: ucsi: Ack unsupported commands", " - usb: typec: ucsi_acpi: Refactor and fix DELL quirk", " - usb: typec: ucsi: Clear UCSI_CCI_RESET_COMPLETE before reset", " - scsi: qla2xxx: Prevent command send on chip reset", " - scsi: qla2xxx: Fix N2N stuck connection", " - scsi: qla2xxx: Split FCE|EFT trace control", " - scsi: qla2xxx: Update manufacturer detail", " - scsi: qla2xxx: NVME|FCP prefer flag not being honored", " - scsi: qla2xxx: Fix command flush on cable pull", " - scsi: qla2xxx: Fix double free of the ha->vp_map pointer", " - scsi: qla2xxx: Fix double free of fcport", " - scsi: qla2xxx: Change debug message during driver unload", " - scsi: qla2xxx: Delay I/O Abort on PCI error", " - x86/bugs: Fix the SRSO mitigation on Zen3/4", " - crash: use macro to add crashk_res into iomem early for specific arch", " - drm/amd/display: fix IPX enablement", " - x86/bugs: Use fixed addressing for VERW operand", " - Revert \"x86/bugs: Use fixed addressing for VERW operand\"", " - usb: dwc3: pci: Drop duplicate ID", " - scsi: lpfc: Correct size for cmdwqe/rspwqe for memset()", " - scsi: lpfc: Correct size for wqe for memset()", " - scsi: libsas: Add a helper sas_get_sas_addr_and_dev_type()", " - scsi: libsas: Fix disk not being scanned in after being removed", " - perf/x86/amd/core: Update and fix stalled-cycles-* events for Zen 2 and", " later", " - x86/sev: Skip ROM range scans and validation for SEV-SNP guests", " - tools/resolve_btfids: fix build with musl libc", " - drm/amdgpu: fix use-after-free bug", " - drm/sched: fix null-ptr-deref in init entity", " - Linux 6.8.3", " - [Config] updateconfigs following v6.8.3 import", "", " * Noble update: v6.8.3 upstream stable release (LP: #2060531) //", " [Ubuntu-24.04] Hugepage memory is not getting released even after destroying", " the guest! (LP: #2062556)", " - block: Fix page refcounts for unaligned buffers in __bio_release_pages()", "", " * [SPR][EMR][GNR] TDX: efi: TD Measurement support for kernel cmdline/initrd", " sections from EFI stub (LP: #2060130)", " - efi/libstub: Use TPM event typedefs from the TCG PC Client spec", " - efi/tpm: Use symbolic GUID name from spec for final events table", " - efi/libstub: Add Confidential Computing (CC) measurement typedefs", " - efi/libstub: Measure into CC protocol if TCG2 protocol is absent", " - efi/libstub: Add get_event_log() support for CC platforms", " - x86/efistub: Remap kernel text read-only before dropping NX attribute", "", " * Fix acpi_power_meter accessing IPMI region before it's ready (LP: #2059263)", " - ACPI: IPMI: Add helper to wait for when SMI is selected", " - hwmon: (acpi_power_meter) Ensure IPMI space handler is ready on Dell systems", "", " * Drop fips-checks script from trees (LP: #2055083)", " - [Packaging] Remove fips-checks script", "", " * alsa/realtek: adjust max output valume for headphone on 2 LG machines", " (LP: #2058573)", " - ALSA: hda/realtek: fix the hp playback volume issue for LG machines", "", " * Noble update: v6.8.2 upstream stable release (LP: #2060097)", " - do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak", " - workqueue.c: Increase workqueue name length", " - workqueue: Move pwq->max_active to wq->max_active", " - workqueue: Factor out pwq_is_empty()", " - workqueue: Replace pwq_activate_inactive_work() with [__]pwq_activate_work()", " - workqueue: Move nr_active handling into helpers", " - workqueue: Make wq_adjust_max_active() round-robin pwqs while activating", " - workqueue: RCU protect wq->dfl_pwq and implement accessors for it", " - workqueue: Introduce struct wq_node_nr_active", " - workqueue: Implement system-wide nr_active enforcement for unbound", " workqueues", " - workqueue: Don't call cpumask_test_cpu() with -1 CPU in", " wq_update_node_max_active()", " - iomap: clear the per-folio dirty bits on all writeback failures", " - fs: Fix rw_hint validation", " - io_uring: remove looping around handling traditional task_work", " - io_uring: remove unconditional looping in local task_work handling", " - s390/dasd: Use dev_*() for device log messages", " - s390/dasd: fix double module refcount decrement", " - fs/hfsplus: use better @opf description", " - md: fix kmemleak of rdev->serial", " - rcu/exp: Fix RCU expedited parallel grace period kworker allocation failure", " recovery", " - rcu/exp: Handle RCU expedited grace period kworker allocation failure", " - fs/select: rework stack allocation hack for clang", " - block: fix deadlock between bd_link_disk_holder and partition scan", " - md: Don't clear MD_CLOSING when the raid is about to stop", " - kunit: Setup DMA masks on the kunit device", " - ovl: Always reject mounting over case-insensitive directories", " - kunit: test: Log the correct filter string in executor_test", " - lib/cmdline: Fix an invalid format specifier in an assertion msg", " - lib: memcpy_kunit: Fix an invalid format specifier in an assertion msg", " - time: test: Fix incorrect format specifier", " - rtc: test: Fix invalid format specifier.", " - net: test: Fix printf format specifier in skb_segment kunit test", " - drm/xe/tests: Fix printf format specifiers in xe_migrate test", " - drm: tests: Fix invalid printf format specifiers in KUnit tests", " - md/raid1: factor out helpers to add rdev to conf", " - md/raid1: record nonrot rdevs while adding/removing rdevs to conf", " - md/raid1: fix choose next idle in read_balance()", " - io_uring/net: unify how recvmsg and sendmsg copy in the msghdr", " - io_uring/net: move receive multishot out of the generic msghdr path", " - io_uring/net: fix overflow check in io_recvmsg_mshot_prep()", " - nvme: host: fix double-free of struct nvme_id_ns in ns_update_nuse()", " - aoe: fix the potential use-after-free problem in aoecmd_cfg_pkts", " - x86/mm: Ensure input to pfn_to_kaddr() is treated as a 64-bit type", " - x86/resctrl: Remove hard-coded memory bandwidth limit", " - x86/resctrl: Read supported bandwidth sources from CPUID", " - x86/resctrl: Implement new mba_MBps throttling heuristic", " - x86/sme: Fix memory encryption setting if enabled by default and not", " overridden", " - timekeeping: Fix cross-timestamp interpolation on counter wrap", " - timekeeping: Fix cross-timestamp interpolation corner case decision", " - timekeeping: Fix cross-timestamp interpolation for non-x86", " - x86/asm: Remove the __iomem annotation of movdir64b()'s dst argument", " - sched/fair: Take the scheduling domain into account in select_idle_smt()", " - sched/fair: Take the scheduling domain into account in select_idle_core()", " - wifi: ath10k: fix NULL pointer dereference in", " ath10k_wmi_tlv_op_pull_mgmt_tx_compl_ev()", " - wifi: b43: Stop/wake correct queue in DMA Tx path when QoS is disabled", " - wifi: b43: Stop/wake correct queue in PIO Tx path when QoS is disabled", " - wifi: b43: Stop correct queue in DMA worker when QoS is disabled", " - wifi: b43: Disable QoS for bcm4331", " - wifi: wilc1000: fix declarations ordering", " - wifi: wilc1000: fix RCU usage in connect path", " - wifi: ath11k: add support to select 6 GHz regulatory type", " - wifi: ath11k: store cur_regulatory_info for each radio", " - wifi: ath11k: fix a possible dead lock caused by ab->base_lock", " - wifi: rtl8xxxu: add cancel_work_sync() for c2hcmd_work", " - wifi: wilc1000: do not realloc workqueue everytime an interface is added", " - wifi: wilc1000: fix multi-vif management when deleting a vif", " - wifi: mwifiex: debugfs: Drop unnecessary error check for", " debugfs_create_dir()", " - ARM: dts: renesas: r8a73a4: Fix external clocks and clock rate", " - arm64: dts: qcom: x1e80100: drop qcom,drv-count", " - arm64: dts: qcom: sc8180x: Hook up VDD_CX as GCC parent domain", " - arm64: dts: qcom: sc8180x: Fix up big CPU idle state entry latency", " - arm64: dts: qcom: sc8180x: Add missing CPU off state", " - arm64: dts: qcom: sc8180x: Fix eDP PHY power-domains", " - arm64: dts: qcom: sc8180x: Don't hold MDP core clock at FMAX", " - arm64: dts: qcom: sc8180x: Require LOW_SVS vote for MMCX if DISPCC is on", " - arm64: dts: qcom: sc8180x: Add missing CPU<->MDP_CFG path", " - arm64: dts: qcom: sc8180x: Shrink aoss_qmp register space size", " - cpufreq: brcmstb-avs-cpufreq: add check for cpufreq_cpu_get's return value", " - cpufreq: mediatek-hw: Wait for CPU supplies before probing", " - sock_diag: annotate data-races around sock_diag_handlers[family]", " - inet_diag: annotate data-races around inet_diag_table[]", " - bpftool: Silence build warning about calloc()", " - selftests/bpf: Fix potential premature unload in bpf_testmod", " - libbpf: Apply map_set_def_max_entries() for inner_maps on creation", " - selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY values", " - bpftool: Fix wrong free call in do_show_link", " - wifi: ath12k: Fix issues in channel list update", " - selftests/bpf: Fix the flaky tc_redirect_dtime test", " - selftests/bpf: Wait for the netstamp_needed_key static key to be turned on", " - wifi: cfg80211: add RNR with reporting AP information", " - wifi: mac80211: use deflink and fix typo in link ID check", " - wifi: iwlwifi: change link id in time event to s8", " - af_unix: Annotate data-race of gc_in_progress in wait_for_unix_gc().", " - arm64: dts: qcom: sm8450: Add missing interconnects to serial", " - soc: qcom: socinfo: rename PM2250 to PM4125", " - arm64: dts: qcom: sc7280: Add static properties to cryptobam", " - arm64: dts: qcom: qcm6490-fairphone-fp5: Add missing reserved-memory", " - arm64: dts: qcom: sdm845-oneplus-common: improve DAI node naming", " - arm64: dts: qcom: rename PM2250 to PM4125", " - cpufreq: mediatek-hw: Don't error out if supply is not found", " - libbpf: Fix faccessat() usage on Android", " - libbpf: fix __arg_ctx type enforcement for perf_event programs", " - pmdomain: qcom: rpmhpd: Drop SA8540P gfx.lvl", " - arm64: dts: qcom: sa8540p: Drop gfx.lvl as power-domain for gpucc", " - arm64: dts: renesas: r8a779g0: Restore sort order", " - arm64: dts: renesas: r8a779g0: Add missing SCIF_CLK2", " - selftests/bpf: Disable IPv6 for lwt_redirect test", " - arm64: dts: imx8mm-kontron: Disable pullups for I2C signals on OSM-S i.MX8MM", " - arm64: dts: imx8mm-kontron: Disable pullups for I2C signals on SL/BL i.MX8MM", " - arm64: dts: imx8mm-kontron: Disable pullups for onboard UART signals on BL", " OSM-S board", " - arm64: dts: imx8mm-kontron: Disable pullups for onboard UART signals on BL", " board", " - arm64: dts: imx8mm-kontron: Disable pull resistors for SD card signals on BL", " OSM-S board", " - arm64: dts: imx8mm-kontron: Disable pull resistors for SD card signals on BL", " board", " - arm64: dts: imx8mm-kontron: Fix interrupt for RTC on OSM-S i.MX8MM module", " - arm64: dts: imx8qm: Align edma3 power-domains resources indentation", " - arm64: dts: imx8qm: Correct edma3 power-domains and interrupt numbers", " - libbpf: Add missing LIBBPF_API annotation to libbpf_set_memlock_rlim API", " - wifi: ath9k: delay all of ath9k_wmi_event_tasklet() until init is complete", " - wifi: ath11k: change to move WMI_VDEV_PARAM_SET_HEMU_MODE before", " WMI_PEER_ASSOC_CMDID", " - wifi: ath12k: fix fetching MCBC flag for QCN9274", " - wifi: iwlwifi: mvm: report beacon protection failures", " - wifi: iwlwifi: dbg-tlv: ensure NUL termination", " - wifi: iwlwifi: acpi: fix WPFC reading", " - wifi: iwlwifi: mvm: initialize rates in FW earlier", " - wifi: iwlwifi: fix EWRD table validity check", " - wifi: iwlwifi: mvm: d3: fix IPN byte order", " - wifi: iwlwifi: always have 'uats_enabled'", " - wifi: iwlwifi: mvm: fix the TLC command after ADD_STA", " - wifi: iwlwifi: read BIOS PNVM only for non-Intel SKU", " - gpio: vf610: allow disabling the vf610 driver", " - selftests/bpf: trace_helpers.c: do not use poisoned type", " - bpf: make sure scalar args don't accept __arg_nonnull tag", " - bpf: don't emit warnings intended for global subprogs for static subprogs", " - arm64: dts: imx8mm-venice-gw71xx: fix USB OTG VBUS", " - pwm: atmel-hlcdc: Fix clock imbalance related to suspend support", " - net: blackhole_dev: fix build warning for ethh set but not used", " - spi: consolidate setting message->spi", " - spi: move split xfers for CS_WORD emulation", " - arm64: dts: ti: k3-am62p5-sk: Enable CPSW MDIO node", " - arm64: dts: ti: k3-j721s2: Fix power domain for VTM node", " - arm64: dts: ti: k3-j784s4: Fix power domain for VTM node", " - wifi: ath11k: initialize rx_mcs_80 and rx_mcs_160 before use", " - wifi: libertas: fix some memleaks in lbs_allocate_cmd_buffer()", " - arm64: dts: ti: k3-am69-sk: remove assigned-clock-parents for unused VP", " - libbpf: fix return value for PERF_EVENT __arg_ctx type fix up check", " - arm64: dts: ti: k3-am62p-mcu/wakeup: Disable MCU and wakeup R5FSS nodes", " - arm64: dts: qcom: x1e80100-qcp: Fix supplies for LDOs 3E and 2J", " - libbpf: Use OPTS_SET() macro in bpf_xdp_query()", " - wifi: wfx: fix memory leak when starting AP", " - arm64: dts: qcom: qcm2290: declare VLS CLAMP register for USB3 PHY", " - arm64: dts: qcom: sm6115: declare VLS CLAMP register for USB3 PHY", " - arm64: dts: qcom: sm8650: Fix UFS PHY clocks", " - wifi: ath12k: fix incorrect logic of calculating vdev_stats_id", " - printk: nbcon: Relocate 32bit seq macros", " - printk: ringbuffer: Do not skip non-finalized records with prb_next_seq()", " - printk: Wait for all reserved records with pr_flush()", " - printk: Add this_cpu_in_panic()", " - printk: ringbuffer: Cleanup reader terminology", " - printk: ringbuffer: Skip non-finalized records in panic", " - printk: Disable passing console lock owner completely during panic()", " - pwm: sti: Fix capture for st,pwm-num-chan < st,capture-num-chan", " - tools/resolve_btfids: Refactor set sorting with types from btf_ids.h", " - tools/resolve_btfids: Fix cross-compilation to non-host endianness", " - wifi: iwlwifi: support EHT for WH", " - wifi: iwlwifi: properly check if link is active", " - wifi: iwlwifi: mvm: fix erroneous queue index mask", " - wifi: iwlwifi: mvm: don't set the MFP flag for the GTK", " - wifi: iwlwifi: mvm: don't set replay counters to 0xff", " - s390/pai: fix attr_event_free upper limit for pai device drivers", " - s390/vdso: drop '-fPIC' from LDFLAGS", " - arm64: dts: qcom: qcm6490-idp: Correct the voltage setting for vph_pwr", " - arm64: dts: qcom: qcs6490-rb3gen2: Correct the voltage setting for vph_pwr", " - selftests: forwarding: Add missing config entries", " - selftests: forwarding: Add missing multicast routing config entries", " - arm64: dts: qcom: sm6115: drop pipe clock selection", " - ipv6: mcast: remove one synchronize_net() barrier in ipv6_mc_down()", " - arm64: dts: mt8183: Move CrosEC base detection node to kukui-based DTs", " - arm64: dts: mediatek: mt7986: fix reference to PWM in fan node", " - arm64: dts: mediatek: mt7986: drop crypto's unneeded/invalid clock name", " - arm64: dts: mediatek: mt7986: fix SPI bus width properties", " - arm64: dts: mediatek: mt7986: fix SPI nodename", " - arm64: dts: mediatek: mt7986: drop \"#clock-cells\" from PWM", " - arm64: dts: mediatek: mt7986: add \"#reset-cells\" to infracfg", " - arm64: dts: mediatek: mt8192-asurada: Remove CrosEC base detection node", " - arm64: dts: mediatek: mt8192: fix vencoder clock name", " - arm64: dts: mediatek: mt8186: fix VENC power domain clocks", " - arm64: dts: mediatek: mt7622: add missing \"device_type\" to memory nodes", " - can: m_can: Start/Cancel polling timer together with interrupts", " - wifi: iwlwifi: mvm: Fix the listener MAC filter flags", " - bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctly", " - arm64: dts: qcom: sdm845: Use the Low Power Island CX/MX for SLPI", " - soc: qcom: llcc: Check return value on Broadcast_OR reg read", " - ARM: dts: qcom: msm8974: correct qfprom node size", " - arm64: dts: mediatek: mt8186: Add missing clocks to ssusb power domains", " - arm64: dts: mediatek: mt8186: Add missing xhci clock to usb controllers", " - arm64: dts: ti: am65x: Fix dtbs_install for Rocktech OLDI overlay", " - cpufreq: qcom-hw: add CONFIG_COMMON_CLK dependency", " - wifi: wilc1000: prevent use-after-free on vif when cleaning up all", " interfaces", " - pwm: dwc: use pm_sleep_ptr() macro", " - arm64: dts: ti: k3-am69-sk: fix PMIC interrupt number", " - arm64: dts: ti: k3-j721e-sk: fix PMIC interrupt number", " - arm64: dts: ti: k3-am62-main: disable usb lpm", " - ACPI: processor_idle: Fix memory leak in acpi_processor_power_exit()", " - bus: tegra-aconnect: Update dependency to ARCH_TEGRA", " - iommu/amd: Mark interrupt as managed", " - wifi: brcmsmac: avoid function pointer casts", " - arm64: dts: qcom: sdm845-db845c: correct PCIe wake-gpios", " - arm64: dts: qcom: sm8150: correct PCIe wake-gpios", " - powercap: dtpm_cpu: Fix error check against freq_qos_add_request()", " - net: ena: Remove ena_select_queue", " - arm64: dts: ti: k3-j7200-common-proc-board: Modify Pinmux for wkup_uart0 and", " mcu_uart0", " - arm64: dts: ti: k3-j7200-common-proc-board: Remove clock-frequency from", " mcu_uart0", " - arm64: dts: ti: k3-j721s2-common-proc-board: Remove Pinmux for CTS and RTS", " in wkup_uart0", " - arm64: dts: ti: k3-j784s4-evm: Remove Pinmux for CTS and RTS in wkup_uart0", " - arm64: dts: ti: k3-am64-main: Fix ITAP/OTAP values for MMC", " - arm64: dts: mt8195-cherry-tomato: change watchdog reset boot flow", " - arm64: dts: ti: Add common1 register space for AM65x SoC", " - arm64: dts: ti: Add common1 register space for AM62x SoC", " - firmware: arm_scmi: Fix double free in SMC transport cleanup path", " - wifi: cfg80211: set correct param change count in ML element", " - arm64: dts: ti: k3-j721e: Fix mux-reg-masks in hbmc_mux", " - arm64: dts: ti: k3-j784s4-main: Fix mux-reg-masks in serdes_ln_ctrl", " - arm64: dts: ti: k3-am62p: Fix memory ranges for DMSS", " - wifi: wilc1000: revert reset line logic flip", " - ARM: dts: arm: realview: Fix development chip ROM compatible value", " - memory: tegra: Correct DLA client names", " - wifi: mt76: mt7996: fix fw loading timeout", " - wifi: mt76: mt7925: fix connect to 80211b mode fail in 2Ghz band", " - wifi: mt76: mt7925: fix SAP no beacon issue in 5Ghz and 6Ghz band", " - wifi: mt76: mt7925: fix mcu query command fail", " - wifi: mt76: mt7925: fix wmm queue mapping", " - wifi: mt76: mt7925: fix fw download fail", " - wifi: mt76: mt7925: fix WoW failed in encrypted mode", " - wifi: mt76: mt7925: fix the wrong header translation config", " - wifi: mt76: mt7925: add flow to avoid chip bt function fail", " - wifi: mt76: mt7925: add support to set ifs time by mcu command", " - wifi: mt76: mt7925: update PCIe DMA settings", " - wifi: mt76: mt7996: check txs format before getting skb by pid", " - wifi: mt76: mt7996: fix TWT issues", " - wifi: mt76: mt7996: fix incorrect interpretation of EHT MCS caps", " - wifi: mt76: mt7996: fix HE beamformer phy cap for station vif", " - wifi: mt76: mt7996: fix efuse reading issue", " - wifi: mt76: mt7996: fix HIF_TXD_V2_1 value", " - wifi: mt76: mt792x: fix ethtool warning", " - wifi: mt76: mt7921e: fix use-after-free in free_irq()", " - wifi: mt76: mt7925e: fix use-after-free in free_irq()", " - wifi: mt76: mt7921: fix incorrect type conversion for CLC command", " - wifi: mt76: mt792x: fix a potential loading failure of the 6Ghz channel", " config from ACPI", " - wifi: mt76: fix the issue of missing txpwr settings from ch153 to ch177", " - arm64: dts: renesas: rzg2l: Add missing interrupts to IRQC nodes", " - arm64: dts: renesas: r9a08g045: Add missing interrupts to IRQC node", " - arm64: dts: renesas: rzg3s-smarc-som: Guard Ethernet IRQ GPIO hogs", " - arm64: dts: renesas: r8a779a0: Correct avb[01] reg sizes", " - arm64: dts: renesas: r8a779g0: Correct avb[01] reg sizes", " - net: mctp: copy skb ext data when fragmenting", " - pstore: inode: Only d_invalidate() is needed", " - arm64: dts: allwinner: h6: Add RX DMA channel for SPDIF", " - ARM: dts: imx6dl-yapp4: Fix typo in the QCA switch register address", " - ARM: dts: imx6dl-yapp4: Move the internal switch PHYs under the switch node", " - arm64: dts: imx8mp: Set SPI NOR to max 40 MHz on Data Modul i.MX8M Plus eDM", " SBC", " - arm64: dts: imx8mp-evk: Fix hdmi@3d node", " - regulator: userspace-consumer: add module device table", " - gpiolib: Pass consumer device through to core in", " devm_fwnode_gpiod_get_index()", " - arm64: dts: marvell: reorder crypto interrupts on Armada SoCs", " - ACPI: resource: Do IRQ override on Lunnen Ground laptops", " - ACPI: resource: Add MAIBENBEN X577 to irq1_edge_low_force_override", " - ACPI: scan: Fix device check notification handling", " - arm64: dts: rockchip: add missing interrupt-names for rk356x vdpu", " - arm64: dts: rockchip: fix reset-names for rk356x i2s2 controller", " - arm64: dts: rockchip: drop rockchip,trcm-sync-tx-only from rk3588 i2s", " - objtool: Fix UNWIND_HINT_{SAVE,RESTORE} across basic blocks", " - x86, relocs: Ignore relocations in .notes section", " - SUNRPC: fix a memleak in gss_import_v2_context", " - SUNRPC: fix some memleaks in gssx_dec_option_array", " - arm64: dts: qcom: sm8550: Fix SPMI channels size", " - arm64: dts: qcom: sm8650: Fix SPMI channels size", " - mmc: wmt-sdmmc: remove an incorrect release_mem_region() call in the .remove", " function", " - ACPI: CPPC: enable AMD CPPC V2 support for family 17h processors", " - btrfs: fix race when detecting delalloc ranges during fiemap", " - wifi: rtw88: 8821cu: Fix firmware upload fail", " - wifi: rtw88: 8821c: Fix beacon loss and disconnect", " - wifi: rtw88: 8821c: Fix false alarm count", " - wifi: brcm80211: handle pmk_op allocation failure", " - riscv: dts: starfive: jh7100: fix root clock names", " - PCI: Make pci_dev_is_disconnected() helper public for other drivers", " - iommu/vt-d: Don't issue ATS Invalidation request when device is disconnected", " - iommu/vt-d: Use rbtree to track iommu probed devices", " - iommu/vt-d: Improve ITE fault handling if target device isn't present", " - iommu/vt-d: Use device rbtree in iopf reporting path", " - iommu: Add static iommu_ops->release_domain", " - iommu/vt-d: Fix NULL domain on device release", " - igc: Fix missing time sync events", " - igb: Fix missing time sync events", " - ice: fix stats being updated by way too large values", " - Bluetooth: Remove HCI_POWER_OFF_TIMEOUT", " - Bluetooth: mgmt: Remove leftover queuing of power_off work", " - Bluetooth: Remove superfluous call to hci_conn_check_pending()", " - Bluetooth: Remove BT_HS", " - Bluetooth: hci_event: Fix not indicating new connection for BIG Sync", " - Bluetooth: hci_qca: don't use IS_ERR_OR_NULL() with gpiod_get_optional()", " - Bluetooth: hci_core: Cancel request on command timeout", " - Bluetooth: hci_sync: Fix overwriting request callback", " - Bluetooth: hci_h5: Add ability to allocate memory for private data", " - Bluetooth: btrtl: fix out of bounds memory access", " - Bluetooth: hci_core: Fix possible buffer overflow", " - Bluetooth: msft: Fix memory leak", " - Bluetooth: btusb: Fix memory leak", " - Bluetooth: af_bluetooth: Fix deadlock", " - Bluetooth: fix use-after-free in accessing skb after sending it", " - sr9800: Add check for usbnet_get_endpoints", " - s390/cache: prevent rebuild of shared_cpu_list", " - bpf: Fix DEVMAP_HASH overflow check on 32-bit arches", " - bpf: Fix hashtab overflow check on 32-bit arches", " - bpf: Fix stackmap overflow check on 32-bit arches", " - net: dsa: microchip: make sure drive strength configuration is not lost by", " soft reset", " - dpll: spec: use proper enum for pin capabilities attribute", " - iommu: Fix compilation without CONFIG_IOMMU_INTEL", " - ipv6: fib6_rules: flush route cache when rule is changed", " - net: ip_tunnel: make sure to pull inner header in ip_tunnel_rcv()", " - octeontx2-af: Fix devlink params", " - net: phy: fix phy_get_internal_delay accessing an empty array", " - dpll: fix dpll_xa_ref_*_del() for multiple registrations", " - net: hns3: fix wrong judgment condition issue", " - net: hns3: fix kernel crash when 1588 is received on HIP08 devices", " - net: hns3: fix port duplex configure error in IMP reset", " - Bluetooth: Fix eir name length", " - net: phy: dp83822: Fix RGMII TX delay configuration", " - erofs: fix lockdep false positives on initializing erofs_pseudo_mnt", " - OPP: debugfs: Fix warning around icc_get_name()", " - tcp: fix incorrect parameter validation in the do_tcp_getsockopt() function", " - ipmr: fix incorrect parameter validation in the ip_mroute_getsockopt()", " function", " - l2tp: fix incorrect parameter validation in the pppol2tp_getsockopt()", " function", " - udp: fix incorrect parameter validation in the udp_lib_getsockopt() function", " - net: kcm: fix incorrect parameter validation in the kcm_getsockopt) function", " - net/x25: fix incorrect parameter validation in the x25_getsockopt() function", " - devlink: Fix length of eswitch inline-mode", " - r8152: fix unknown device for choose_configuration", " - nfp: flower: handle acti_netdevs allocation failure", " - bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes()", " - dm raid: fix false positive for requeue needed during reshape", " - dm: call the resume method on internal suspend", " - fbdev/simplefb: change loglevel when the power domains cannot be parsed", " - drm/tegra: dsi: Add missing check for of_find_device_by_node", " - drm/tegra: dpaux: Fix PM disable depth imbalance in tegra_dpaux_probe", " - drm/tegra: dsi: Fix some error handling paths in tegra_dsi_probe()", " - drm/tegra: dsi: Fix missing pm_runtime_disable() in the error handling path", " of tegra_dsi_probe()", " - drm/tegra: hdmi: Fix some error handling paths in tegra_hdmi_probe()", " - drm/tegra: rgb: Fix some error handling paths in tegra_dc_rgb_probe()", " - drm/tegra: rgb: Fix missing clk_put() in the error handling paths of", " tegra_dc_rgb_probe()", " - drm/tegra: output: Fix missing i2c_put_adapter() in the error handling paths", " of tegra_output_probe()", " - drm/rockchip: inno_hdmi: Fix video timing", " - drm: Don't treat 0 as -1 in drm_fixp2int_ceil", " - drm/vkms: Avoid reading beyond LUT array", " - drm/vmwgfx: fix a memleak in vmw_gmrid_man_get_node", " - drm/rockchip: lvds: do not overwrite error code", " - drm/rockchip: lvds: do not print scary message when probing defer", " - drm/panel-edp: use put_sync in unprepare", " - drm/lima: fix a memleak in lima_heap_alloc", " - ASoC: amd: acp: Add missing error handling in sof-mach", " - ASoC: SOF: amd: Fix memory leak in amd_sof_acp_probe()", " - ASoC: SOF: core: Skip firmware test for custom loaders", " - ASoC: SOF: amd: Compute file paths on firmware load", " - soundwire: stream: add missing const to Documentation", " - dmaengine: tegra210-adma: Update dependency to ARCH_TEGRA", " - media: tc358743: register v4l2 async device only after successful setup", " - media: cadence: csi2rx: use match fwnode for media link", " - PCI/DPC: Print all TLP Prefixes, not just the first", " - perf record: Fix possible incorrect free in record__switch_output()", " - perf record: Check conflict between '--timestamp-filename' option and pipe", " mode before recording", " - HID: lenovo: Add middleclick_workaround sysfs knob for cptkbd", " - drm/amd/display: Fix a potential buffer overflow in 'dp_dsc_clock_en_read()'", " - perf pmu: Treat the msr pmu as software", " - crypto: qat - avoid memcpy() overflow warning", " - ALSA: hda: cs35l41: Set Channel Index correctly when system is missing _DSD", " - drm/amd/display: Fix potential NULL pointer dereferences in", " 'dcn10_set_output_transfer_func()'", " - ASoC: sh: rz-ssi: Fix error message print", " - drm/vmwgfx: Fix vmw_du_get_cursor_mob fencing of newly-created MOBs", " - clk: renesas: r8a779g0: Fix PCIe clock name", " - pinctrl: renesas: rzg2l: Fix locking in rzg2l_dt_subnode_to_map()", " - pinctrl: renesas: r8a779g0: Add missing SCIF_CLK2 pin group/function", " - clk: samsung: exynos850: Propagate SPI IPCLK rate change", " - media: v4l2: cci: print leading 0 on error", " - perf evsel: Fix duplicate initialization of data->id in", " evsel__parse_sample()", " - perf bpf: Clean up the generated/copied vmlinux.h", " - clk: meson: Add missing clocks to axg_clk_regmaps", " - media: em28xx: annotate unchecked call to media_device_register()", " - media: v4l2-tpg: fix some memleaks in tpg_alloc", " - media: v4l2-mem2mem: fix a memleak in v4l2_m2m_register_entity", " - media: dt-bindings: techwell,tw9900: Fix port schema ref", " - mtd: spinand: esmt: Extend IDs to 5 bytes", " - media: edia: dvbdev: fix a use-after-free", " - pinctrl: mediatek: Drop bogus slew rate register range for MT8186", " - pinctrl: mediatek: Drop bogus slew rate register range for MT8192", " - drm/amdgpu: Fix potential out-of-bounds access in", " 'amdgpu_discovery_reg_base_init()'", " - clk: qcom: reset: Commonize the de/assert functions", " - clk: qcom: reset: Ensure write completion on reset de/assertion", " - quota: Fix potential NULL pointer dereference", " - quota: Fix rcu annotations of inode dquot pointers", " - quota: Properly annotate i_dquot arrays with __rcu", " - ASoC: Intel: ssp-common: Add stub for sof_ssp_get_codec_name", " - PCI/P2PDMA: Fix a sleeping issue in a RCU read section", " - PCI: switchtec: Fix an error handling path in switchtec_pci_probe()", " - crypto: xilinx - call finalize with bh disabled", " - drivers/ps3: select VIDEO to provide cmdline functions", " - perf thread_map: Free strlist on normal path in thread_map__new_by_tid_str()", " - perf srcline: Add missed addr2line closes", " - dt-bindings: msm: qcom, mdss: Include ommited fam-b compatible", " - drm/msm/dpu: fix the programming of INTF_CFG2_DATA_HCTL_EN", " - drm/msm/dpu: Only enable DSC_MODE_MULTIPLEX if dsc_merge is enabled", " - drm/radeon/ni: Fix wrong firmware size logging in ni_init_microcode()", " - drm/amd/display: fix NULL checks for adev->dm.dc in amdgpu_dm_fini()", " - clk: renesas: r8a779g0: Correct PFC/GPIO parent clocks", " - clk: renesas: r8a779f0: Correct PFC/GPIO parent clock", " - clk: renesas: r9a07g04[34]: Use SEL_SDHI1_STS status configuration for SD1", " mux", " - ALSA: seq: fix function cast warnings", " - perf expr: Fix \"has_event\" function for metric style events", " - perf stat: Avoid metric-only segv", " - perf metric: Don't remove scale from counts", " - ASoC: meson: aiu: fix function pointer type mismatch", " - ASoC: meson: t9015: fix function pointer type mismatch", " - powerpc: Force inlining of arch_vmap_p{u/m}d_supported()", " - ASoC: SOF: Add some bounds checking to firmware data", " - drm: ci: use clk_ignore_unused for apq8016", " - NTB: fix possible name leak in ntb_register_device()", " - media: cedrus: h265: Fix configuring bitstream size", " - media: sun8i-di: Fix coefficient writes", " - media: sun8i-di: Fix power on/off sequences", " - media: sun8i-di: Fix chroma difference threshold", " - staging: media: starfive: Set 16 bpp for capture_raw device", " - media: imx: csc/scaler: fix v4l2_ctrl_handler memory leak", " - media: go7007: add check of return value of go7007_read_addr()", " - media: pvrusb2: remove redundant NULL check", " - media: videobuf2: Add missing doc comment for waiting_in_dqbuf", " - media: pvrusb2: fix pvr2_stream_callback casts", " - clk: qcom: dispcc-sdm845: Adjust internal GDSC wait times", " - drm/amd/display: Add 'replay' NULL check in 'edp_set_replay_allow_active()'", " - drm/panel: boe-tv101wum-nl6: make use of prepare_prev_first", " - drm/msm/dpu: finalise global state object", " - drm/mediatek: dsi: Fix DSI RGB666 formats and definitions", " - PCI: Mark 3ware-9650SE Root Port Extended Tags as broken", " - drm/bridge: adv7511: fix crash on irq during probe", " - pinctrl: renesas: Allow the compiler to optimize away sh_pfc_pm", " - clk: hisilicon: hi3519: Release the correct number of gates in", " hi3519_clk_unregister()", " - clk: hisilicon: hi3559a: Fix an erroneous devm_kfree()", " - clk: mediatek: mt8135: Fix an error handling path in", " clk_mt8135_apmixed_probe()", " - clk: mediatek: mt7622-apmixedsys: Fix an error handling path in", " clk_mt8135_apmixed_probe()", " - clk: mediatek: mt8183: Correct parent of CLK_INFRA_SSPM_32K_SELF", " - clk: mediatek: mt7981-topckgen: flag SGM_REG_SEL as critical", " - drm/tegra: put drm_gem_object ref on error in tegra_fb_create", " - tty: mips_ejtag_fdc: Fix passing incompatible pointer type warning", " - media: ivsc: csi: Swap SINK and SOURCE pads", " - media: i2c: imx290: Fix IMX920 typo", " - mfd: syscon: Call of_node_put() only when of_parse_phandle() takes a ref", " - mfd: altera-sysmgr: Call of_node_put() only when of_parse_phandle() takes a", " ref", " - perf print-events: make is_event_supported() more robust", " - crypto: arm/sha - fix function cast warnings", " - crypto: ccp - Avoid discarding errors in psp_send_platform_access_msg()", " - crypto: qat - remove unused macros in qat_comp_alg.c", " - crypto: qat - removed unused macro in adf_cnv_dbgfs.c", " - crypto: qat - avoid division by zero", " - crypto: qat - remove double initialization of value", " - crypto: qat - fix ring to service map for dcc in 4xxx", " - crypto: qat - fix ring to service map for dcc in 420xx", " - crypto: jitter - fix CRYPTO_JITTERENTROPY help text", " - drm/tidss: Fix initial plane zpos values", " - drm/tidss: Fix sync-lost issue with two displays", " - clk: imx: imx8mp: Fix SAI_MCLK_SEL definition", " - mtd: maps: physmap-core: fix flash size larger than 32-bit", " - mtd: rawnand: lpc32xx_mlc: fix irq handler prototype", " - mtd: rawnand: brcmnand: exec_op helper functions return type fixes", " - ASoC: meson: axg-tdm-interface: fix mclk setup without mclk-fs", " - ASoC: meson: axg-tdm-interface: add frame rate constraint", " - drm/msm/a6xx: specify UBWC config for sc7180", " - drm/msm/a7xx: Fix LLC typo", " - dt-bindings: arm-smmu: fix SM8[45]50 GPU SMMU if condition", " - perf pmu: Fix a potential memory leak in perf_pmu__lookup()", " - HID: amd_sfh: Update HPD sensor structure elements", " - HID: amd_sfh: Avoid disabling the interrupt", " - drm/amdgpu: Fix missing break in ATOM_ARG_IMM Case of atom_get_src_int()", " - media: pvrusb2: fix uaf in pvr2_context_set_notify", " - media: dvb-frontends: avoid stack overflow warnings with clang", " - media: go7007: fix a memleak in go7007_load_encoder", " - media: ttpci: fix two memleaks in budget_av_attach", " - media: mediatek: vcodec: avoid -Wcast-function-type-strict warning", " - arm64: ftrace: Don't forbid CALL_OPS+CC_OPTIMIZE_FOR_SIZE with Clang", " - drm/tests: helpers: Include missing drm_drv header", " - drm/amd/pm: Fix esm reg mask use to get pcie speed", " - gpio: nomadik: fix offset bug in nmk_pmx_set()", " - drm/mediatek: Fix a null pointer crash in mtk_drm_crtc_finish_page_flip", " - mfd: cs42l43: Fix wrong register defaults", " - powerpc/32: fix ADB_CUDA kconfig warning", " - powerpc/pseries: Fix potential memleak in papr_get_attr()", " - powerpc/hv-gpci: Fix the H_GET_PERF_COUNTER_INFO hcall return value checks", " - clk: qcom: gcc-ipq5018: fix 'enable_reg' offset of 'gcc_gmac0_sys_clk'", " - clk: qcom: gcc-ipq5018: fix 'halt_reg' offset of 'gcc_pcie1_pipe_clk'", " - clk: qcom: gcc-ipq5018: fix register offset for GCC_UBI0_AXI_ARES reset", " - perf vendor events amd: Fix Zen 4 cache latency events", " - drm/msm/dpu: allow certain formats for CDM for DP", " - drm/msm/dpu: add division of drm_display_mode's hskew parameter", " - media: usbtv: Remove useless locks in usbtv_video_free()", " - drm/xe: Fix ref counting leak on page fault", " - drm/xe: Replace 'grouped target' in Makefile with pattern rule", " - lib/stackdepot: fix first entry having a 0-handle", " - lib/stackdepot: off by one in depot_fetch_stack()", " - modules: wait do_free_init correctly", " - mfd: cs42l43: Fix wrong GPIO_FN_SEL and SPI_CLK_CONFIG1 defaults", " - power: supply: mm8013: fix \"not charging\" detection", " - powerpc/embedded6xx: Fix no previous prototype for avr_uart_send() etc.", " - powerpc/4xx: Fix warp_gpio_leds build failure", " - RISC-V: KVM: Forward SEED CSR access to user space", " - leds: aw2013: Unlock mutex before destroying it", " - leds: sgm3140: Add missing timer cleanup and flash gpio control", " - backlight: hx8357: Fix potential NULL pointer dereference", " - backlight: ktz8866: Correct the check for of_property_read_u32", " - backlight: lm3630a: Initialize backlight_properties on init", " - backlight: lm3630a: Don't set bl->props.brightness in get_brightness", " - backlight: da9052: Fully initialize backlight_properties during probe", " - backlight: lm3639: Fully initialize backlight_properties during probe", " - backlight: lp8788: Fully initialize backlight_properties during probe", " - sparc32: Use generic cmpdi2/ucmpdi2 variants", " - mtd: maps: sun_uflash: Declare uflash_devinit static", " - sparc32: Do not select GENERIC_ISA_DMA", " - sparc32: Fix section mismatch in leon_pci_grpci", " - clk: Fix clk_core_get NULL dereference", " - clk: zynq: Prevent null pointer dereference caused by kmalloc failure", " - PCI: brcmstb: Fix broken brcm_pcie_mdio_write() polling", " - cifs: Fix writeback data corruption", " - ALSA: hda/realtek: fix ALC285 issues on HP Envy x360 laptops", " - ALSA: hda/tas2781: use dev_dbg in system_resume", " - ALSA: hda/tas2781: add lock to system_suspend", " - ALSA: hda/tas2781: do not reset cur_* values in runtime_suspend", " - ALSA: hda/tas2781: do not call pm_runtime_force_* in system_resume/suspend", " - ALSA: hda/tas2781: restore power state after system_resume", " - ALSA: scarlett2: Fix Scarlett 4th Gen 4i4 low-voltage detection", " - ALSA: scarlett2: Fix Scarlett 4th Gen autogain status values", " - ALSA: scarlett2: Fix Scarlett 4th Gen input gain range", " - ALSA: scarlett2: Fix Scarlett 4th Gen input gain range again", " - mips: cm: Convert __mips_cm_l2sync_phys_base() to weak function", " - platform/x86/intel/pmc/lnl: Remove SSRAM support", " - platform/x86/intel/pmc/arl: Put GNA device in D3", " - platform/x86/amd/pmf: Do not use readl() for policy buffer access", " - ALSA: usb-audio: Stop parsing channels bits when all channels are found.", " - phy: qcom: qmp-usb: split USB-C PHY driver", " - phy: qcom: qmp-usbc: add support for the Type-C handling", " - phy: qcom: qmp-usbc: handle CLAMP register in a correct way", " - scsi: hisi_sas: Fix a deadlock issue related to automatic dump", " - RDMA/irdma: Remove duplicate assignment", " - RDMA/srpt: Do not register event handler until srpt device is fully setup", " - f2fs: compress: fix to guarantee persisting compressed blocks by CP", " - f2fs: compress: fix to cover normal cluster write with cp_rwsem", " - f2fs: compress: fix to check unreleased compressed cluster", " - f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnode", " - f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panic", " - f2fs: zone: fix to wait completion of last bio in zone correctly", " - f2fs: fix NULL pointer dereference in f2fs_submit_page_write()", " - f2fs: compress: fix to cover f2fs_disable_compressed_file() w/ i_sem", " - f2fs: fix to avoid potential panic during recovery", " - scsi: csiostor: Avoid function pointer casts", " - i3c: dw: Disable IBI IRQ depends on hot-join and SIR enabling", " - RDMA/hns: Fix mis-modifying default congestion control algorithm", " - RDMA/device: Fix a race between mad_client and cm_client init", " - RDMA/rtrs-clt: Check strnlen return len in sysfs mpath_policy_store()", " - scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfn", " - f2fs: fix to create selinux label during whiteout initialization", " - f2fs: compress: fix to check zstd compress level correctly in mount option", " - net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr()", " - NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102", " - NFSv4.2: fix listxattr maximum XDR buffer size", " - f2fs: compress: fix to check compress flag w/ .i_sem lock", " - f2fs: check number of blocks in a current section", " - watchdog: starfive: Check pm_runtime_enabled() before decrementing usage", " counter", " - watchdog: stm32_iwdg: initialize default timeout", " - f2fs: fix to use correct segment type in f2fs_allocate_data_block()", " - f2fs: ro: compress: fix to avoid caching unaligned extent", " - RDMA/mana_ib: Fix bug in creation of dma regions", " - RDMA/mana_ib: Introduce mdev_to_gc helper function", " - RDMA/mana_ib: Introduce mana_ib_get_netdev helper function", " - RDMA/mana_ib: Introduce mana_ib_install_cq_cb helper function", " - RDMA/mana_ib: Use virtual address in dma regions for MRs", " - Input: iqs7222 - add support for IQS7222D v1.1 and v1.2", " - NFS: Fix nfs_netfs_issue_read() xarray locking for writeback interrupt", " - NFS: Fix an off by one in root_nfs_cat()", " - NFSv4.1/pnfs: fix NFS with TLS in pnfs", " - ACPI: HMAT: Remove register of memory node for generic target", " - f2fs: compress: relocate some judgments in f2fs_reserve_compress_blocks", " - f2fs: compress: fix reserve_cblocks counting error when out of space", " - f2fs: fix to truncate meta inode pages forcely", " - f2fs: zone: fix to remove pow2 check condition for zoned block device", " - cxl: Fix the incorrect assignment of SSLBIS entry pointer initial location", " - perf/x86/amd/core: Avoid register reset when CPU is dead", " - afs: Revert \"afs: Hide silly-rename files from userspace\"", " - afs: Don't cache preferred address", " - afs: Fix occasional rmdir-then-VNOVNODE with generic/011", " - f2fs: fix to avoid use-after-free issue in f2fs_filemap_fault", " - nfs: fix panic when nfs4_ff_layout_prepare_ds() fails", " - ovl: relax WARN_ON in ovl_verify_area()", " - io_uring/net: correct the type of variable", " - remoteproc: stm32: Fix incorrect type in assignment for va", " - remoteproc: stm32: Fix incorrect type assignment returned by", " stm32_rproc_get_loaded_rsc_tablef", " - iio: pressure: mprls0025pa fix off-by-one enum", " - usb: phy: generic: Get the vbus supply", " - tty: vt: fix 20 vs 0x20 typo in EScsiignore", " - serial: max310x: fix syntax error in IRQ error message", " - tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMT", " - arm64: dts: broadcom: bcmbca: bcm4908: drop invalid switch cells", " - coresight: Fix issue where a source device's helpers aren't disabled", " - coresight: etm4x: Set skip_power_up in etm4_init_arch_data function", " - xhci: Add interrupt pending autoclear flag to each interrupter", " - xhci: make isoc_bei_interval variable interrupter specific.", " - xhci: remove unnecessary event_ring_deq parameter from xhci_handle_event()", " - xhci: update event ring dequeue pointer position to controller correctly", " - coccinelle: device_attr_show: Remove useless expression STR", " - kconfig: fix infinite loop when expanding a macro at the end of file", " - iio: gts-helper: Fix division loop", " - bus: mhi: ep: check the correct variable in mhi_ep_register_controller()", " - hwtracing: hisi_ptt: Move type check to the beginning of", " hisi_ptt_pmu_event_init()", " - rtc: mt6397: select IRQ_DOMAIN instead of depending on it", " - rtc: max31335: fix interrupt status reg", " - serial: 8250_exar: Don't remove GPIO device on suspend", " - staging: greybus: fix get_channel_from_mode() failure path", " - mei: vsc: Call wake_up() in the threaded IRQ handler", " - mei: vsc: Don't use sleeping condition in wait_event_timeout()", " - usb: gadget: net2272: Use irqflags in the call to net2272_probe_fin", " - char: xilinx_hwicap: Fix NULL vs IS_ERR() bug", " - x86/hyperv: Use per cpu initial stack for vtl context", " - ASoC: tlv320adc3xxx: Don't strip remove function when driver is builtin", " - thermal/drivers/mediatek/lvts_thermal: Fix a memory leak in an error", " handling path", " - thermal/drivers/qoriq: Fix getting tmu range", " - io_uring: don't save/restore iowait state", " - spi: lpspi: Avoid potential use-after-free in probe()", " - spi: Restore delays for non-GPIO chip select", " - ASoC: rockchip: i2s-tdm: Fix inaccurate sampling rates", " - nouveau: reset the bo resource bus info after an eviction", " - tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge()", " - rds: tcp: Fix use-after-free of net in reqsk_timer_handler().", " - octeontx2-af: Use matching wake_up API variant in CGX command interface", " - s390/vtime: fix average steal time calculation", " - net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check", " - devlink: Fix devlink parallel commands processing", " - riscv: Only check online cpus for emulated accesses", " - soc: fsl: dpio: fix kcalloc() argument order", " - cpufreq: Fix per-policy boost behavior on SoCs using cpufreq_boost_set_sw()", " - io_uring: Fix release of pinned pages when __io_uaddr_map fails", " - tcp: Fix refcnt handling in __inet_hash_connect().", " - vmxnet3: Fix missing reserved tailroom", " - hsr: Fix uninit-value access in hsr_get_node()", " - net: txgbe: fix clk_name exceed MAX_DEV_ID limits", " - spi: spi-mem: add statistics support to ->exec_op() calls", " - spi: Fix error code checking in spi_mem_exec_op()", " - nvme: fix reconnection fail due to reserved tag allocation", " - drm/xe: Invalidate userptr VMA on page pin fault", " - drm/xe: Skip VMAs pin when requesting signal to the last XE_EXEC", " - net: mediatek: mtk_eth_soc: clear MAC_MCR_FORCE_LINK only when MAC is up", " - net: ethernet: mtk_eth_soc: fix PPE hanging issue", " - io_uring: fix poll_remove stalled req completion", " - ASoC: SOF: amd: Move signed_fw_image to struct acp_quirk_entry", " - ASoC: SOF: amd: Skip IRAM/DRAM size modification for Steam Deck OLED", " - riscv: Fix compilation error with FAST_GUP and rv32", " - xen/evtchn: avoid WARN() when unbinding an event channel", " - xen/events: increment refcnt only if event channel is refcounted", " - packet: annotate data-races around ignore_outgoing", " - xfrm: Allow UDP encapsulation only in offload modes", " - net: veth: do not manipulate GRO when using XDP", " - net: dsa: mt7530: prevent possible incorrect XTAL frequency selection", " - spi: spi-imx: fix off-by-one in mx51 CPU mode burst length", " - drm: Fix drm_fixp2int_round() making it add 0.5", " - virtio: uapi: Drop __packed attribute in linux/virtio_pci.h", " - vdpa_sim: reset must not run", " - vdpa/mlx5: Allow CVQ size changes", " - virtio: packed: fix unmap leak for indirect desc table", " - net: move dev->state into net_device_read_txrx group", " - wireguard: receive: annotate data-race around receiving_counter.counter", " - rds: introduce acquire/release ordering in acquire/release_in_xmit()", " - hsr: Handle failures in module init", " - ipv4: raw: Fix sending packets from raw sockets via IPsec tunnels", " - nouveau/gsp: don't check devinit disable on GSP.", " - ceph: stop copying to iter at EOF on sync reads", " - net: phy: fix phy_read_poll_timeout argument type in genphy_loopback", " - dm-integrity: fix a memory leak when rechecking the data", " - net/bnx2x: Prevent access to a freed page in page_pool", " - devlink: fix port new reply cmd type", " - octeontx2: Detect the mbox up or down message via register", " - octeontx2-pf: Wait till detach_resources msg is complete", " - octeontx2-pf: Use default max_active works instead of one", " - octeontx2-pf: Send UP messages to VF only when VF is up.", " - octeontx2-af: Use separate handlers for interrupts", " - drm/amdgpu: add MMHUB 3.3.1 support", " - drm/amdgpu: fix mmhub client id out-of-bounds access", " - drm/amdgpu: drop setting buffer funcs in sdma442", " - netfilter: nft_set_pipapo: release elements in clone only from destroy path", " - netfilter: nf_tables: do not compare internal table flags on updates", " - rcu: add a helper to report consolidated flavor QS", " - net: report RCU QS on threaded NAPI repolling", " - bpf: report RCU QS in cpumap kthread", " - net: dsa: mt7530: fix link-local frames that ingress vlan filtering ports", " - net: dsa: mt7530: fix handling of all link-local frames", " - netfilter: nf_tables: Fix a memory leak in nf_tables_updchain", " - spi: spi-mt65xx: Fix NULL pointer access in interrupt handler", " - selftests: forwarding: Fix ping failure due to short timeout", " - dm io: Support IO priority", " - dm-integrity: align the outgoing bio in integrity_recheck", " - x86/efistub: Clear decompressor BSS in native EFI entrypoint", " - x86/efistub: Don't clear BSS twice in mixed mode", " - printk: Adjust mapping for 32bit seq macros", " - printk: Use prb_first_seq() as base for 32bit seq macros", " - Linux 6.8.2", " - [Config] updateconfig following v6.8.2 import", "", " * Provide python perf module (LP: #2051560)", " - [Packaging] enable perf python module", " - [Packaging] provide a wrapper module for python-perf", "", " * To support AMD Adaptive Backlight Management (ABM) for power profiles daemon", " >= 2.0 (LP: #2056716)", " - drm/amd/display: add panel_power_savings sysfs entry to eDP connectors", " - drm/amdgpu: respect the abmlevel module parameter value if it is set", "", " * Miscellaneous Ubuntu changes", " - [Config] Disable StarFive JH7100 support", " - [Config] Disable Renesas RZ/Five support", " - [Config] Disable BINFMT_FLAT for riscv64", "" ], "package": "linux", "version": "6.8.0-32.32", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2064344, 1786013, 1975592, 1975592, 2013232, 1981437, 2061747, 2042500, 2063096, 2061953, 2058557, 2060422, 2042546, 2059080, 2060533, 2060531, 2060531, 2062556, 2060130, 2059263, 2055083, 2058573, 2060097, 2051560, 2056716 ], "author": "Roxana Nicolescu ", "date": "Wed, 01 May 2024 16:02:05 +0200" } ], "notes": "linux-tools-common version '6.8.0-35.35' (source package linux version '6.8.0-35.35') was added. linux-tools-common version '6.8.0-35.35' has the same source package name, linux, as removed package linux-headers-6.8.0-31. As such we can use the source package version of the removed package, '6.8.0-31.31', as the starting point in our changelog diff. Kernel packages are an example of where the binary package name changes for the same source package. Using the removed package source package version as our starting point means we can still get meaningful changelog diffs even for what appears to be a new package." }, { "name": "manpages-dev", "from_version": { "source_package_name": null, "source_package_version": null, "version": null }, "to_version": { "source_package_name": "manpages", "source_package_version": "6.7-2", "version": "6.7-2" }, "cves": [], "launchpad_bugs_fixed": [], "changes": [ { "cves": [], "log": [ "", " [ Marcos Fouces ]", " * Add breaks/replace in manpage-dev (Thanks to Andreas Beckman).", "", " [ Sven Joachim ]", " * d/check-conflicts: avoid large temporary file", " * d/check-conflicts: also check for manpages in arch:all packages", " * Update d/rules with check-conflicts script (Closes: #1068166)", "" ], "package": "manpages", "version": "6.7-2", "urgency": "medium", "distributions": "unstable", "launchpad_bugs_fixed": [], "author": "Marcos Fouces ", "date": "Tue, 02 Apr 2024 18:20:34 +0200" }, { "cves": [], "log": [ "", " * New upstream version 6.7", " * Remove exceptions in d/rules.", " * Refresh patches.", " * Add workaround for proc_config.gz.5 installation as", " dh_installman believes that is a compressed file.", " * Add to d/move_links_to_correct_package:", " ~ man7/sigevent.7", " * Fix links also in section 7 manpages.", " * Add missing GPL-3 license.", " * Update d/copyright.", " * Remove unused Lintian overrides.", " * Add cpplint,cppcheck and lzip to Build-Depends (needed for tests).", " * Export needed locale in d/rules (LC_ALL=C.UTF-8).", "" ], "package": "manpages", "version": "6.7-1", "urgency": "medium", "distributions": "unstable", "launchpad_bugs_fixed": [], "author": "Marcos Fouces ", "date": "Sun, 31 Mar 2024 22:57:48 +0200" }, { "cves": [], "log": [ "", " [ Alejandro Colomar ]", " * New upstream version 6.05.01 (Closes: #1059353)", " - Refresh patches", " - Update dh_auto_test for new upstream make 'check' target", " - Add Build-Depends on groff (>= 1.23.0) and mandoc for new upstream", " make 'lint-man' target", " - Update d/copyright", "", " [ Dr. Tobias Quathamer ]", " * Reformat d/update-copyright script with python formatter 'black'", " and update for new upstream licenses", " * Add more files to skip due to failing tests", "" ], "package": "manpages", "version": "6.05.01-1", "urgency": "medium", "distributions": "unstable", "launchpad_bugs_fixed": [], "author": "Dr. Tobias Quathamer ", "date": "Sat, 23 Dec 2023 16:36:23 +0100" } ], "notes": "For a newly added package only the three most recent changelog entries are shown." }, { "name": "python3-bpfcc", "from_version": { "source_package_name": null, "source_package_version": null, "version": null }, "to_version": { "source_package_name": "bpfcc", "source_package_version": "0.29.1+ds-1ubuntu7", "version": "0.29.1+ds-1ubuntu7" }, "cves": [ { "cve": "CVE-2024-3094", "url": "https://ubuntu.com/security/CVE-2024-3094", "cve_description": "Malicious code was discovered in the upstream tarballs of xz, starting with version 5.6.0. Through a series of complex obfuscations, the liblzma build process extracts a prebuilt object file from a disguised test file existing in the source code, which is then used to modify specific functions in the liblzma code. This results in a modified liblzma library that can be used by any software linked against this library, intercepting and modifying the data interaction with this library.", "cve_priority": "critical", "cve_public_date": "2024-03-29 17:15:00 UTC" } ], "launchpad_bugs_fixed": [ 2061727 ], "changes": [ { "cves": [], "log": [ "", " * d/rules:", " - allow to run autopkgtest with multiple kernels installed (LP: #2061727)", "" ], "package": "bpfcc", "version": "0.29.1+ds-1ubuntu7", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2061727 ], "author": "Andrea Righi ", "date": "Tue, 16 Apr 2024 05:52:23 +0000" }, { "cves": [], "log": [ "", " * d/t/control: Run testsuite as autopkgtest (LP:2052813)", "" ], "package": "bpfcc", "version": "0.29.1+ds-1ubuntu6", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Mate Kukri ", "date": "Wed, 06 Mar 2024 13:39:11 +0000" }, { "cves": [ { "cve": "CVE-2024-3094", "url": "https://ubuntu.com/security/CVE-2024-3094", "cve_description": "Malicious code was discovered in the upstream tarballs of xz, starting with version 5.6.0. Through a series of complex obfuscations, the liblzma build process extracts a prebuilt object file from a disguised test file existing in the source code, which is then used to modify specific functions in the liblzma code. This results in a modified liblzma library that can be used by any software linked against this library, intercepting and modifying the data interaction with this library.", "cve_priority": "critical", "cve_public_date": "2024-03-29 17:15:00 UTC" } ], "log": [ "", " * No-change rebuild for CVE-2024-3094", "" ], "package": "bpfcc", "version": "0.29.1+ds-1ubuntu5", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Steve Langasek ", "date": "Sun, 31 Mar 2024 17:44:43 +0000" } ], "notes": "For a newly added package only the three most recent changelog entries are shown." }, { "name": "python3-netaddr", "from_version": { "source_package_name": null, "source_package_version": null, "version": null }, "to_version": { "source_package_name": "python-netaddr", "source_package_version": "0.8.0-2ubuntu1", "version": "0.8.0-2ubuntu1" }, "cves": [], "launchpad_bugs_fixed": [], "changes": [ { "cves": [], "log": [ "", " * d/control: Bump BD dephelper-compat (= 10).", " * d/rules: Drop dh_auto_test_override and use PYBUILD_TEST env vars.", "" ], "package": "python-netaddr", "version": "0.8.0-2ubuntu1", "urgency": "medium", "distributions": "mantic", "launchpad_bugs_fixed": [], "author": "Corey Bryant ", "date": "Thu, 21 Sep 2023 13:43:02 -0400" }, { "cves": [], "log": [ "", " * Team upload.", " * Upload to unstable.", " * Ran wrap-and-sort -bastk.", "" ], "package": "python-netaddr", "version": "0.8.0-2", "urgency": "medium", "distributions": "unstable", "launchpad_bugs_fixed": [], "author": "Thomas Goirand ", "date": "Mon, 16 Aug 2021 13:20:18 +0200" }, { "cves": [], "log": [ "", " * Team upload.", " * New upstream release. (Closes: #986021)", " * Removed patches applied upstream:", " - 2ab73f10be7069c9412e853d2d0caf29bd624012.patch", " - PR200.patch", "" ], "package": "python-netaddr", "version": "0.8.0-1", "urgency": "medium", "distributions": "experimental", "launchpad_bugs_fixed": [], "author": "Thomas Goirand ", "date": "Sun, 28 Mar 2021 00:27:25 +0100" } ], "notes": "For a newly added package only the three most recent changelog entries are shown." }, { "name": "rpcsvc-proto", "from_version": { "source_package_name": null, "source_package_version": null, "version": null }, "to_version": { "source_package_name": "rpcsvc-proto", "source_package_version": "1.4.2-0ubuntu7", "version": "1.4.2-0ubuntu7" }, "cves": [], "launchpad_bugs_fixed": [], "changes": [ { "cves": [], "log": [ "", " * No change rebuild for 64-bit time_t and frame pointers.", "" ], "package": "rpcsvc-proto", "version": "1.4.2-0ubuntu7", "urgency": "high", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Julian Andres Klode ", "date": "Mon, 08 Apr 2024 18:18:34 +0200" }, { "cves": [], "log": [ "", " * No change rebuild for ppc64el baseline bump.", "" ], "package": "rpcsvc-proto", "version": "1.4.2-0ubuntu6", "urgency": "high", "distributions": "jammy", "launchpad_bugs_fixed": [], "author": "Julian Andres Klode ", "date": "Fri, 25 Mar 2022 10:57:34 +0100" }, { "cves": [], "log": [ "", " * No-change rebuild to build packages with zstd compression.", "" ], "package": "rpcsvc-proto", "version": "1.4.2-0ubuntu5", "urgency": "medium", "distributions": "impish", "launchpad_bugs_fixed": [], "author": "Matthias Klose ", "date": "Thu, 07 Oct 2021 12:23:55 +0200" } ], "notes": "For a newly added package only the three most recent changelog entries are shown." }, { "name": "ubuntu-kernel-accessories", "from_version": { "source_package_name": null, "source_package_version": null, "version": null }, "to_version": { "source_package_name": "ubuntu-meta", "source_package_version": "1.539", "version": "1.539" }, "cves": [ { "cve": "CVE-2024-3094", "url": "https://ubuntu.com/security/CVE-2024-3094", "cve_description": "Malicious code was discovered in the upstream tarballs of xz, starting with version 5.6.0. Through a series of complex obfuscations, the liblzma build process extracts a prebuilt object file from a disguised test file existing in the source code, which is then used to modify specific functions in the liblzma code. This results in a modified liblzma library that can be used by any software linked against this library, intercepting and modifying the data interaction with this library.", "cve_priority": "critical", "cve_public_date": "2024-03-29 17:15:00 UTC" } ], "launchpad_bugs_fixed": [ 2062564, 2062564, 2062557, 2060548 ], "changes": [ { "cves": [], "log": [ "", " * Refreshed dependencies", " * Added pemmican-desktop to desktop-raspi (LP: #2062564)", " * Added pemmican-server to server-raspi (LP: #2062564)", " * Added trace-cmd to standard-recommends (LP: #2062557)", " * Added wsl-pro-service to wsl-recommends (LP: #2060548)", " * Added libgtk-3-0t64 to wsl [amd64 arm64 ppc64el riscv64 s390x]", " * Removed libgtk-3-0 from wsl", " * Added libpam-fprintd to desktop-minimal-recommends [armhf], desktop-", " recommends [armhf]", " * Added libpam-sss to desktop-minimal-recommends [armhf], desktop-", " recommends [armhf]", "" ], "package": "ubuntu-meta", "version": "1.539", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [ 2062564, 2062564, 2062557, 2060548 ], "author": "Didier Roche-Tolomelli ", "date": "Fri, 19 Apr 2024 16:00:57 +0200" }, { "cves": [ { "cve": "CVE-2024-3094", "url": "https://ubuntu.com/security/CVE-2024-3094", "cve_description": "Malicious code was discovered in the upstream tarballs of xz, starting with version 5.6.0. Through a series of complex obfuscations, the liblzma build process extracts a prebuilt object file from a disguised test file existing in the source code, which is then used to modify specific functions in the liblzma code. This results in a modified liblzma library that can be used by any software linked against this library, intercepting and modifying the data interaction with this library.", "cve_priority": "critical", "cve_public_date": "2024-03-29 17:15:00 UTC" } ], "log": [ "", " * No-change rebuild for CVE-2024-3094", "" ], "package": "ubuntu-meta", "version": "1.538build1", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Steve Langasek ", "date": "Sun, 31 Mar 2024 17:21:51 +0000" }, { "cves": [], "log": [ "", " * Refreshed dependencies", " * Added bluez-cups to desktop-minimal-recommends [armhf], desktop-", " raspi-recommends [armhf], desktop-recommends [armhf]", " * Added gnome-initial-setup to desktop-minimal-recommends [armhf],", " desktop-recommends [armhf]", " * Added gnome-snapshot to desktop-raspi-recommends [armhf], desktop-", " recommends [armhf]", " * Added hplip to desktop-minimal-recommends [armhf], desktop-raspi-", " recommends [armhf], desktop-recommends [armhf]", "" ], "package": "ubuntu-meta", "version": "1.538", "urgency": "medium", "distributions": "noble", "launchpad_bugs_fixed": [], "author": "Brian Murray ", "date": "Fri, 29 Mar 2024 16:11:05 -0700" } ], "notes": "For a newly added package only the three most recent changelog entries are shown." } ], "snap": [] }, "removed": { "deb": [ { "name": "linux-headers-6.8.0-31", "from_version": { "source_package_name": "linux", "source_package_version": "6.8.0-31.31", "version": "6.8.0-31.31" }, "to_version": { "source_package_name": null, "source_package_version": null, "version": null }, "cves": [], "launchpad_bugs_fixed": [], "changes": [], "notes": null }, { "name": "linux-headers-6.8.0-31-generic", "from_version": { "source_package_name": "linux", "source_package_version": "6.8.0-31.31", "version": "6.8.0-31.31" }, "to_version": { "source_package_name": null, "source_package_version": null, "version": null }, "cves": [], "launchpad_bugs_fixed": [], "changes": [], "notes": null }, { "name": "linux-image-6.8.0-31-generic", "from_version": { "source_package_name": "linux-signed", "source_package_version": "6.8.0-31.31", "version": "6.8.0-31.31" }, "to_version": { "source_package_name": null, "source_package_version": null, "version": null }, "cves": [], "launchpad_bugs_fixed": [], "changes": [], "notes": null }, { "name": "linux-modules-6.8.0-31-generic", "from_version": { "source_package_name": "linux", "source_package_version": "6.8.0-31.31", "version": "6.8.0-31.31" }, "to_version": { "source_package_name": null, "source_package_version": null, "version": null }, "cves": [], "launchpad_bugs_fixed": [], "changes": [], "notes": null } ], "snap": [] }, "notes": "Changelog diff for Ubuntu 24.04 noble image from release image serial 20240523.1 to 20240605.1", "from_series": "noble", "to_series": "noble", "from_serial": "20240523.1", "to_serial": "20240605.1", "from_manifest_filename": "release_manifest.previous", "to_manifest_filename": "manifest.current" }