22699 lines
1.2 MiB
22699 lines
1.2 MiB
%define with_signmodules 1
|
||
%define with_kabichk 1
|
||
|
||
# Default without toolchain_clang
|
||
%bcond_with toolchain_clang
|
||
|
||
%if %{with toolchain_clang}
|
||
%global toolchain clang
|
||
%endif
|
||
|
||
%bcond_with clang_lto
|
||
|
||
%if %{with clang_lto} && "%{toolchain}" != "clang"
|
||
{error:clang_lto requires --with toolchain_clang}
|
||
%endif
|
||
|
||
%define modsign_cmd %{SOURCE10}
|
||
|
||
%if 0%{?openEuler_sign_rsa}
|
||
# Use the open-source signature when the EBS permission is insufficient.
|
||
# Now only the admin user in EBS can send the signature request. But the
|
||
# user triggering the acces control build task and the personal build
|
||
# task is non-admin. Inorder to avoid build failures caused by failed
|
||
# signing, use the open-source signature.
|
||
# The flag_openEuler_has_sign_perm used in the rpm execution phase
|
||
# The openEuler_has_sign_perm used in the rpm execution phase
|
||
|
||
%define openEuler_check_EBS_perm openEuler_has_sign_perm=0 \
|
||
echo "" >> test_openEuler_sign.ko \
|
||
sh /usr/lib/rpm/brp-ebs-sign --module test_openEuler_sign.ko || \
|
||
[ $? -ne 2 ] && openEuler_has_sign_perm=1 \
|
||
%global flag_openEuler_has_sign_perm $openEuler_has_sign_perm \
|
||
rm -f test_openEuler_sign.ko test_openEuler_sign.ko.sig
|
||
%endif
|
||
|
||
%global Arch $(echo %{_host_cpu} | sed -e s/i.86/x86/ -e s/x86_64/x86/ -e s/aarch64.*/arm64/ -e s/riscv.*/riscv/ -e s/powerpc64le/powerpc/ -e s/loongarch64/loongarch/)
|
||
|
||
%global KernelVer %{version}-%{release}.%{_target_cpu}
|
||
%global debuginfodir /usr/lib/debug
|
||
|
||
%global upstream_version 6.6
|
||
%global upstream_sublevel 0
|
||
%global devel_release 83
|
||
%global maintenance_release .0.0
|
||
%global pkg_release .77
|
||
|
||
%global openeuler_lts 1
|
||
%global openeuler_major 2403
|
||
%global openeuler_minor 0
|
||
|
||
#
|
||
# Support input parameter to overwrite the preceding version numbers.
|
||
#
|
||
|
||
%bcond_with openeuler_version
|
||
|
||
%if %{with openeuler_version}
|
||
%global openeuler_lts %{?_openeuler_lts} %{?!_openeuler_lts: 0}
|
||
%global openeuler_major %{?_openeuler_major} %{?!_openeuler_major: 0}
|
||
%global openeuler_minor %{?_openeuler_minor} %{?!_openeuler_minor: 0}
|
||
%endif
|
||
|
||
%define with_debuginfo 1
|
||
# Do not recompute the build-id of vmlinux in find-debuginfo.sh
|
||
%global _missing_build_ids_terminate_build 1
|
||
%global _no_recompute_build_ids 1
|
||
%undefine _include_minidebuginfo
|
||
%undefine _include_gdb_index
|
||
%undefine _unique_build_ids
|
||
|
||
%define with_source 1
|
||
|
||
%define with_python2 0
|
||
|
||
# failed if there is new config options
|
||
%define listnewconfig_fail 0
|
||
|
||
%ifarch aarch64
|
||
%define with_64kb %{?_with_64kb: 1} %{?!_with_64kb: 0}
|
||
%if %{with_64kb}
|
||
%global package64kb -64kb
|
||
%endif
|
||
%else
|
||
%define with_64kb 0
|
||
%endif
|
||
|
||
#default is enabled. You can disable it with --without option
|
||
%define with_perf %{?_without_perf: 0} %{?!_without_perf: 1}
|
||
|
||
Name: kernel%{?package64kb}
|
||
Version: %{upstream_version}.%{upstream_sublevel}
|
||
Release: %{devel_release}%{?maintenance_release}%{?pkg_release}
|
||
Summary: Linux Kernel
|
||
License: GPLv2
|
||
URL: http://www.kernel.org/
|
||
Source0: kernel.tar.gz
|
||
Source10: sign-modules
|
||
Source11: x509.genkey
|
||
Source12: extra_certificates
|
||
|
||
%if 0%{?openEuler_sign_rsa}
|
||
Source15: openeuler_kernel_cert.cer
|
||
Source16: sign-modules-openeuler
|
||
%endif
|
||
|
||
%if 0%{?with_kabichk}
|
||
Source18: check-kabi
|
||
Source20: Module.kabi_aarch64
|
||
Source21: Module.kabi_x86_64
|
||
%endif
|
||
|
||
Source200: mkgrub-menu-aarch64.sh
|
||
|
||
Source2000: cpupower.service
|
||
Source2001: cpupower.config
|
||
|
||
%if 0%{?with_patch}
|
||
Source9000: apply-patches
|
||
Source9001: guards
|
||
Source9002: series.conf
|
||
Source9998: patches.tar.bz2
|
||
%endif
|
||
|
||
Patch0001: 0001-riscv-kernel.patch
|
||
Patch0002: 0002-cpupower-clang-compile-support.patch
|
||
Patch0003: 0003-x86_energy_perf_policy-clang-compile-support.patch
|
||
Patch0004: 0004-turbostat-clang-compile-support.patch
|
||
Patch0005: 0005-Revert-seq_file-kabi-KABI-reservation-for-seq_file.patch
|
||
Patch0006: 0006-Revert-statx-kabi-KABI-reservation-for-kstat.patch
|
||
Patch0007: 0007-Revert-net-kabi-Reserve-space-for-net-structures.patch
|
||
Patch0008: 0008-Revert-kabi-net-reserve-space-for-xdp-subsystem-rela.patch
|
||
Patch0009: 0009-Revert-iommu-Reserve-extra-KABI-entry-for-struct-iop.patch
|
||
Patch0010: 0010-Revert-x86-config-Enable-CONFIG_CMA-by-default-in-op.patch
|
||
Patch0011: 0011-Revert-x86-Kconfig-Select-CONFIG_CMA-if-CONFIG_HYGON.patch
|
||
Patch0012: 0012-Revert-include-msi-modify-kabi-size-of-msi_desc.patch
|
||
Patch0013: 0013-Revert-fs-Allow-fine-grained-control-of-folio-sizes.patch
|
||
Patch0014: 0014-Revert-cgroup-add-more-reserve-kabi.patch
|
||
Patch0015: 0015-Revert-cgroup-cpuset-Prevent-UAF-in-proc_cpuset_show.patch
|
||
Patch0016: 0016-Revert-cgroup-Move-rcu_head-up-near-the-top-of-cgrou.patch
|
||
Patch0017: 0017-Revert-cgroup-Make-operations-on-the-cgroup-root_lis.patch
|
||
Patch0018: 0018-Revert-Revert-cgroup-fix-uaf-when-proc_cpuset_show.patch
|
||
Patch0019: 0019-Revert-kabi-reserver-space-for-i2c.patch
|
||
Patch0020: 0020-Revert-kabi-reserve-space-for-uprobes.h.patch
|
||
Patch0021: 0021-Revert-kabi-reserve-space-for-internal.h.patch
|
||
Patch0022: 0022-Revert-kabi-reserve-space-for-perf_event.h.patch
|
||
Patch0023: 0023-Revert-bpf-Add-kabi-reserve-padding-for-uapi-struct-.patch
|
||
Patch0024: 0024-Revert-x86-config-Remove-CONFIG_-prefix-under-Kconfi.patch
|
||
Patch0025: 0025-Revert-perf-x86-Fix-kabi-breakage-in-struct-uprobe_t.patch
|
||
Patch0026: 0026-Revert-perf-x86-avoid-missing-caller-address-in-stac.patch
|
||
|
||
#BuildRequires:
|
||
BuildRequires: module-init-tools, patch >= 2.5.4, bash >= 2.03, tar
|
||
BuildRequires: bzip2, xz, findutils, gzip, m4, perl, make >= 3.78, diffutils, gawk
|
||
BuildRequires: libcap-devel, libcap-ng-devel, rsync
|
||
BuildRequires: gcc >= 3.4.2, binutils >= 2.12
|
||
BuildRequires: hostname, net-tools, bc
|
||
BuildRequires: xmlto, asciidoc
|
||
BuildRequires: openssl-devel openssl
|
||
BuildRequires: hmaccalc
|
||
BuildRequires: ncurses-devel
|
||
#BuildRequires: pesign >= 0.109-4
|
||
BuildRequires: elfutils-libelf-devel
|
||
BuildRequires: rpm >= 4.14.2
|
||
#BuildRequires: sparse >= 0.4.1
|
||
%if 0%{?with_python2}
|
||
BuildRequires: python-devel
|
||
%endif
|
||
|
||
BuildRequires: elfutils-devel zlib-devel binutils-devel newt-devel perl(ExtUtils::Embed) bison
|
||
BuildRequires: audit-libs-devel libpfm-devel libtraceevent-devel
|
||
BuildRequires: pciutils-devel gettext
|
||
BuildRequires: rpm-build, elfutils
|
||
BuildRequires: numactl-devel python3-devel glibc-static python3-docutils
|
||
BuildRequires: perl-generators perl(Carp) libunwind-devel gtk2-devel libbabeltrace-devel java-1.8.0-openjdk java-1.8.0-openjdk-devel perl-devel
|
||
|
||
AutoReq: no
|
||
AutoProv: yes
|
||
|
||
Conflicts: device-mapper-libs < 1.02.63-2 e2fsprogs < 1.37-4 initscripts < 7.23 iptables < 1.3.2-1
|
||
Conflicts: ipw2200-firmware < 2.4 isdn4k-utils < 3.2-32 iwl4965-firmware < 228.57.2 jfsutils < 1.1.7-2
|
||
Conflicts: mdadm < 3.2.1-5 nfs-utils < 1.0.7-12 oprofile < 0.9.1-2 ppp < 2.4.3-3 procps < 3.2.5-6.3
|
||
Conflicts: reiserfs-utils < 3.6.19-2 selinux-policy-targeted < 1.25.3-14 squashfs-tools < 4.0
|
||
Conflicts: udev < 063-6 util-linux < 2.12 wireless-tools < 29-3 xfsprogs < 2.6.13-4
|
||
|
||
Provides: kernel-%{_target_cpu} = %{version}-%{release} kernel-drm = 4.3.0 kernel-drm-nouveau = 16 kernel-modeset = 1
|
||
Provides: kernel-uname-r = %{KernelVer} kernel=%{KernelVer}
|
||
|
||
Requires: dracut >= 001-7 grubby >= 8.28-2 initscripts >= 8.11.1-1 linux-firmware >= 20100806-2 module-init-tools >= 3.16-2
|
||
|
||
ExclusiveArch: noarch aarch64 i686 x86_64 riscv64 ppc64le loongarch64
|
||
ExclusiveOS: Linux
|
||
|
||
%if %{with_perf}
|
||
BuildRequires: flex xz-devel libzstd-devel
|
||
BuildRequires: java-devel
|
||
%ifarch aarch64
|
||
BuildRequires: OpenCSD
|
||
%endif
|
||
%endif
|
||
|
||
BuildRequires: dwarves
|
||
BuildRequires: clang >= 10.0.0
|
||
BuildRequires: llvm
|
||
BuildRequires: llvm-devel
|
||
%if %{with clang_lto}
|
||
BuildRequires: lld
|
||
%endif
|
||
|
||
%description
|
||
The Linux Kernel, the operating system core itself.
|
||
|
||
%package headers
|
||
Summary: Header files for the Linux kernel for use by glibc
|
||
Obsoletes: glibc-kernheaders < 3.0-46
|
||
Provides: glibc-kernheaders = 3.0-46
|
||
%description headers
|
||
Kernel-headers includes the C header files that specify the interface
|
||
between the Linux kernel and userspace libraries and programs. The
|
||
header files define structures and constants that are needed for
|
||
building most standard programs and are also needed for rebuilding the
|
||
glibc package.
|
||
|
||
|
||
%package devel
|
||
Summary: Development package for building kernel modules to match the %{KernelVer} kernel
|
||
AutoReqProv: no
|
||
Provides: kernel-devel-uname-r = %{KernelVer}
|
||
Provides: kernel-devel-%{_target_cpu} = %{version}-%{release}
|
||
Requires: perl findutils
|
||
|
||
%description devel
|
||
This package provides kernel headers and makefiles sufficient to build modules
|
||
against the %{KernelVer} kernel package.
|
||
|
||
%package tools
|
||
Summary: Assortment of tools for the Linux kernel
|
||
Provides: %{name}-tools-libs
|
||
Obsoletes: %{name}-tools-libs
|
||
Provides: cpufreq-utils = 1:009-0.6.p1
|
||
Provides: cpufrequtils = 1:009-0.6.p1
|
||
Obsoletes: cpufreq-utils < 1:009-0.6.p1
|
||
Obsoletes: cpufrequtils < 1:009-0.6.p1
|
||
Obsoletes: cpuspeed < 1:1.5-16
|
||
%description tools
|
||
This package contains the tools/ directory from the kernel source
|
||
and the supporting documentation.
|
||
|
||
%package tools-devel
|
||
Summary: Assortment of tools for the Linux kernel
|
||
Requires: %{name}-tools = %{version}-%{release}
|
||
Requires: %{name}-tools-libs = %{version}-%{release}
|
||
Provides: %{name}-tools-libs-devel = %{version}-%{release}
|
||
Obsoletes: %{name}-tools-libs-devel
|
||
%description tools-devel
|
||
This package contains the development files for the tools/ directory from
|
||
the kernel source.
|
||
|
||
%if %{with_perf}
|
||
%package -n perf
|
||
Summary: Performance monitoring for the Linux kernel
|
||
%description -n perf
|
||
This package contains the perf tool, which enables performance monitoring
|
||
of the Linux kernel.
|
||
|
||
%if 0%{?with_python2}
|
||
%package -n python2-perf
|
||
Provides: python-perf = %{version}-%{release}
|
||
Obsoletes: python-perf
|
||
Summary: Python bindings for apps which will manipulate perf events
|
||
|
||
%description -n python2-perf
|
||
A Python module that permits applications written in the Python programming
|
||
language to use the interface to manipulate perf events.
|
||
%endif
|
||
|
||
%package -n python3-perf
|
||
Summary: Python bindings for apps which will manipulate perf events
|
||
%description -n python3-perf
|
||
A Python module that permits applications written in the Python programming
|
||
language to use the interface to manipulate perf events.
|
||
# with_perf
|
||
%endif
|
||
|
||
%package -n bpftool
|
||
Summary: Inspection and simple manipulation of eBPF programs and maps
|
||
%description -n bpftool
|
||
This package contains the bpftool, which allows inspection and simple
|
||
manipulation of eBPF programs and maps.
|
||
|
||
%package source
|
||
Summary: the kernel source
|
||
%description source
|
||
This package contains vaious source files from the kernel.
|
||
|
||
%if 0%{?with_debuginfo}
|
||
%define _debuginfo_template %{nil}
|
||
%define _debuginfo_subpackages 0
|
||
|
||
%define debuginfo_template(n:) \
|
||
%package -n %{-n*}-debuginfo\
|
||
Summary: Debug information for package %{-n*}\
|
||
Group: Development/Debug\
|
||
AutoReq: 0\
|
||
AutoProv: 1\
|
||
%description -n %{-n*}-debuginfo\
|
||
This package provides debug information for package %{-n*}.\
|
||
Debug information is useful when developing applications that use this\
|
||
package or when debugging this package.\
|
||
%{nil}
|
||
|
||
%debuginfo_template -n kernel
|
||
%files -n kernel-debuginfo -f kernel-debugfiles.list -f debugfiles.list
|
||
%{expand:%%global _find_debuginfo_opts %{?_find_debuginfo_opts} --keep-section '.BTF' -p '.*/%{KernelVer}/.*|.*/vmlinux|XXX' -o kernel-debugfiles.list}
|
||
|
||
%debuginfo_template -n bpftool
|
||
%files -n bpftool-debuginfo -f bpftool-debugfiles.list
|
||
%{expand:%%global _find_debuginfo_opts %{?_find_debuginfo_opts} -p '.*%{_sbindir}/bpftool.*(\.debug)?|XXX' -o bpftool-debugfiles.list}
|
||
|
||
%debuginfo_template -n kernel-tools
|
||
%files -n kernel-tools-debuginfo -f kernel-tools-debugfiles.list
|
||
%{expand:%%global _find_debuginfo_opts %{?_find_debuginfo_opts} -p '.*%{_bindir}/centrino-decode.*(\.debug)?|.*%{_bindir}/powernow-k8-decode.*(\.debug)?|.*%{_bindir}/cpupower.*(\.debug)?|.*%{_libdir}/libcpupower.*|.*%{_libdir}/libcpupower.*|.*%{_bindir}/turbostat.(\.debug)?|.*%{_bindir}/.*gpio.*(\.debug)?|.*%{_bindir}/.*iio.*(\.debug)?|.*%{_bindir}/tmon.*(.debug)?|XXX' -o kernel-tools-debugfiles.list}
|
||
|
||
%if %{with_perf}
|
||
%debuginfo_template -n perf
|
||
%files -n perf-debuginfo -f perf-debugfiles.list
|
||
%{expand:%%global _find_debuginfo_opts %{?_find_debuginfo_opts} -p '.*%{_bindir}/perf.*(\.debug)?|.*%{_libexecdir}/perf-core/.*|.*%{_libdir}/traceevent/.*|XXX' -o perf-debugfiles.list}
|
||
|
||
%if 0%{?with_python2}
|
||
%debuginfo_template -n python2-perf
|
||
%files -n python2-perf-debuginfo -f python2-perf-debugfiles.list
|
||
%{expand:%%global _find_debuginfo_opts %{?_find_debuginfo_opts} -p '.*%{python2_sitearch}/perf.*(.debug)?|XXX' -o python2-perf-debugfiles.list}
|
||
%endif
|
||
|
||
%debuginfo_template -n python3-perf
|
||
%files -n python3-perf-debuginfo -f python3-perf-debugfiles.list
|
||
%{expand:%%global _find_debuginfo_opts %{?_find_debuginfo_opts} -p '.*%{python3_sitearch}/perf.*(.debug)?|XXX' -o python3-perf-debugfiles.list}
|
||
#with_perf
|
||
%endif
|
||
|
||
%endif
|
||
|
||
%prep
|
||
%setup -q -n kernel-%{version} -c
|
||
|
||
%if 0%{?with_patch}
|
||
tar -xjf %{SOURCE9998}
|
||
%endif
|
||
|
||
mv kernel linux-%{KernelVer}
|
||
cd linux-%{KernelVer}
|
||
|
||
%if 0%{?with_patch}
|
||
cp %{SOURCE9000} .
|
||
cp %{SOURCE9001} .
|
||
cp %{SOURCE9002} .
|
||
|
||
if [ ! -d patches ];then
|
||
mv ../patches .
|
||
fi
|
||
|
||
Applypatches()
|
||
{
|
||
set -e
|
||
set -o pipefail
|
||
local SERIESCONF=$1
|
||
local PATCH_DIR=$2
|
||
sed -i '/^#/d' $SERIESCONF
|
||
sed -i '/^[\s]*$/d' $SERIESCONF
|
||
(
|
||
echo "trap 'echo \"*** patch \$_ failed ***\"' ERR"
|
||
echo "set -ex"
|
||
cat $SERIESCONF | \
|
||
sed "s!^!patch -s -F0 -E -p1 --no-backup-if-mismatch -i $PATCH_DIR/!" \
|
||
) | sh
|
||
}
|
||
|
||
Applypatches series.conf %{_builddir}/kernel-%{version}/linux-%{KernelVer}
|
||
%endif
|
||
|
||
# riscv-kernel patch
|
||
%ifarch riscv64
|
||
%patch0001 -p1
|
||
%endif
|
||
|
||
%if "%toolchain" == "clang"
|
||
%patch0002 -p1
|
||
%patch0003 -p1
|
||
%patch0004 -p1
|
||
%endif
|
||
|
||
%patch0025 -p1
|
||
%patch0026 -p1
|
||
%patch0024 -p1
|
||
%patch0005 -p1
|
||
%patch0006 -p1
|
||
%patch0007 -p1
|
||
%patch0008 -p1
|
||
%patch0009 -p1
|
||
%patch0010 -p1
|
||
%patch0011 -p1
|
||
%patch0012 -p1
|
||
%patch0013 -p1
|
||
%patch0014 -p1
|
||
%patch0015 -p1
|
||
%patch0016 -p1
|
||
%patch0017 -p1
|
||
%patch0018 -p1
|
||
%patch0019 -p1
|
||
%patch0020 -p1
|
||
%patch0021 -p1
|
||
%patch0022 -p1
|
||
%patch0023 -p1
|
||
|
||
find . \( -name "*.orig" -o -name "*~" \) -exec rm -f {} \; >/dev/null
|
||
find . -name .gitignore -exec rm -f {} \; >/dev/null
|
||
|
||
%if 0%{?with_signmodules}
|
||
cp %{SOURCE11} certs/.
|
||
%endif
|
||
|
||
%if 0%{?with_source}
|
||
# Copy directory backup for kernel-source
|
||
cp -a ../linux-%{KernelVer} ../linux-%{KernelVer}-source
|
||
find ../linux-%{KernelVer}-source -type f -name "\.*" -exec rm -rf {} \; >/dev/null
|
||
%endif
|
||
|
||
cp -a tools/perf tools/python3-perf
|
||
|
||
%build
|
||
cd linux-%{KernelVer}
|
||
|
||
perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = -%{release}.%{_target_cpu}/" Makefile
|
||
perl -p -i -e "s/^OPENEULER_LTS.*/OPENEULER_LTS = %{openeuler_lts}/" Makefile.oever
|
||
perl -p -i -e "s/^OPENEULER_MAJOR.*/OPENEULER_MAJOR = %{openeuler_major}/" Makefile.oever
|
||
perl -p -i -e "s/^OPENEULER_MINOR.*/OPENEULER_MINOR = %{openeuler_minor}/" Makefile.oever
|
||
perl -p -i -e "s/^OPENEULER_RELEASE.*/OPENEULER_RELEASE = \"%{release}\"/" Makefile.oever
|
||
|
||
## make linux
|
||
make mrproper %{_smp_mflags}
|
||
|
||
%if %{with_64kb}
|
||
sed -i arch/arm64/configs/openeuler_defconfig -e 's/^CONFIG_ARM64_4K_PAGES.*/CONFIG_ARM64_64K_PAGES=y/'
|
||
sed -i arch/arm64/configs/openeuler_defconfig -e 's/^CONFIG_ARM64_PA_BITS=.*/CONFIG_ARM64_PA_BITS=52/'
|
||
sed -i arch/arm64/configs/openeuler_defconfig -e 's/^CONFIG_ARM64_PA_BITS_.*/CONFIG_ARM64_PA_BITS_52=y/'
|
||
sed -i arch/arm64/configs/openeuler_defconfig -e 's/^CONFIG_ARM64_VA_BITS=.*/CONFIG_ARM64_VA_BITS=52/'
|
||
sed -i arch/arm64/configs/openeuler_defconfig -e 's/^CONFIG_ARM64_VA_BITS_.*/CONFIG_ARM64_VA_BITS_52=y/'
|
||
%endif
|
||
|
||
%if "%toolchain" == "clang"
|
||
|
||
%ifarch s390x ppc64le
|
||
%global llvm_ias 0
|
||
%else
|
||
%global llvm_ias 1
|
||
%endif
|
||
|
||
%global clang_make_opts HOSTCC=clang CC=clang LLVM_IAS=%{llvm_ias}
|
||
|
||
%if %{with clang_lto}
|
||
%global clang_make_opts %{clang_make_opts} HOSTLD=ld.lld LD=ld.lld AR=llvm-ar NM=llvm-nm HOSTAR=llvm-ar HOSTNM=llvm-nm
|
||
%endif
|
||
|
||
%endif
|
||
|
||
%global make %{__make} %{?clang_make_opts} HOSTCFLAGS="%{?build_cflags}" HOSTLDFLAGS="%{?build_ldflags}"
|
||
|
||
%ifarch loongarch64
|
||
|
||
%if 0%{with_signmodules}
|
||
echo "CONFIG_MODULE_SIG=y" >>arch/loongarch/configs/loongson3_defconfig
|
||
%endif
|
||
|
||
%if 0%{with_debuginfo}
|
||
echo "CONFIG_DEBUG_INFO=y" >>arch/loongarch/configs/loongson3_defconfig
|
||
%endif
|
||
|
||
make ARCH=%{Arch} loongson3_defconfig
|
||
|
||
%else
|
||
%{make} ARCH=%{Arch} openeuler_defconfig
|
||
%endif
|
||
|
||
%if %{with clang_lto}
|
||
scripts/config -e LTO_CLANG_FULL
|
||
sed -i 's/# CONFIG_LTO_CLANG_FULL is not set/CONFIG_LTO_CLANG_FULL=y/' .config
|
||
sed -i 's/CONFIG_LTO_NONE=y/# CONFIG_LTO_NONE is not set/' .config
|
||
%endif
|
||
|
||
%if 0%{?openEuler_sign_rsa}
|
||
%{openEuler_check_EBS_perm}
|
||
if [ $openEuler_has_sign_perm -eq 1 ]; then
|
||
cp %{SOURCE15} ./certs/openeuler-cert.pem
|
||
# close kernel native signature
|
||
sed -i 's/CONFIG_MODULE_SIG_KEY=.*$/CONFIG_MODULE_SIG_KEY=""/g' .config
|
||
sed -i 's/CONFIG_SYSTEM_TRUSTED_KEYS=.*$/CONFIG_SYSTEM_TRUSTED_KEYS="certs\/openeuler-cert.pem"/g' .config
|
||
sed -i 's/CONFIG_MODULE_SIG_ALL=y$/CONFIG_MODULE_SIG_ALL=n/g' .config
|
||
fi
|
||
%endif
|
||
|
||
TargetImage=$(basename $(make -s image_name))
|
||
|
||
%{make} ARCH=%{Arch} $TargetImage %{?_smp_mflags}
|
||
%{make} ARCH=%{Arch} modules %{?_smp_mflags}
|
||
|
||
%if 0%{?with_kabichk}
|
||
chmod 0755 %{SOURCE18}
|
||
if [ -e $RPM_SOURCE_DIR/Module.kabi_%{_target_cpu} ]; then
|
||
%{SOURCE18} -k $RPM_SOURCE_DIR/Module.kabi_%{_target_cpu} -s Module.symvers || exit 1
|
||
else
|
||
echo "**** NOTE: Cannot find reference Module.kabi file. ****"
|
||
fi
|
||
%endif
|
||
|
||
# aarch64 make dtbs
|
||
%ifarch aarch64 riscv64
|
||
%{make} ARCH=%{Arch} dtbs
|
||
%endif
|
||
|
||
## make tools
|
||
%if %{with_perf}
|
||
# perf
|
||
%ifarch aarch64
|
||
# aarch64 make perf with CORESIGHT=1
|
||
%global perf_make \
|
||
make %{?clang_make_opts} EXTRA_LDFLAGS="%[ "%{toolchain}" == "clang" ? "-z now" : "" ]" EXTRA_CFLAGS="%[ "%{toolchain}" == "clang" ? "" : "-Wl,-z,now" ] -g -Wall -fstack-protector-strong -fPIC" EXTRA_PERFLIBS="-fpie -pie" %{?_smp_mflags} -s V=1 WERROR=0 NO_LIBUNWIND=1 HAVE_CPLUS_DEMANGLE=1 NO_GTK2=1 NO_LIBNUMA=1 NO_STRLCPY=1 CORESIGHT=1 prefix=%{_prefix}
|
||
%else
|
||
%global perf_make \
|
||
make %{?clang_make_opts} EXTRA_LDFLAGS="%[ "%{toolchain}" == "clang" ? "-z now" : "" ]" EXTRA_CFLAGS="%[ "%{toolchain}" == "clang" ? "" : "-Wl,-z,now" ] -g -Wall -fstack-protector-strong -fPIC" EXTRA_PERFLIBS="-fpie -pie" %{?_smp_mflags} -s V=1 WERROR=0 NO_LIBUNWIND=1 HAVE_CPLUS_DEMANGLE=1 NO_GTK2=1 NO_LIBNUMA=1 NO_STRLCPY=1 prefix=%{_prefix}
|
||
%endif
|
||
%if 0%{?with_python2}
|
||
%global perf_python2 -C tools/perf PYTHON=%{__python2}
|
||
%global perf_python3 -C tools/python3-perf PYTHON=%{__python3}
|
||
%else
|
||
%global perf_python3 -C tools/perf PYTHON=%{__python3}
|
||
%endif
|
||
|
||
chmod +x tools/perf/check-headers.sh
|
||
# perf
|
||
%if 0%{?with_python2}
|
||
%{perf_make} %{perf_python2} all
|
||
%endif
|
||
|
||
# make sure check-headers.sh is executable
|
||
chmod +x tools/python3-perf/check-headers.sh
|
||
%{perf_make} %{perf_python3} all
|
||
|
||
pushd tools/perf/Documentation/
|
||
%{make} %{?_smp_mflags} man
|
||
popd
|
||
%endif
|
||
|
||
# bpftool
|
||
pushd tools/bpf/bpftool
|
||
%{make}
|
||
popd
|
||
|
||
# cpupower
|
||
chmod +x tools/power/cpupower/utils/version-gen.sh
|
||
%{make} %{?_smp_mflags} -C tools/power/cpupower CPUFREQ_BENCH=false
|
||
%ifarch %{ix86}
|
||
pushd tools/power/cpupower/debug/i386
|
||
%{make} %{?_smp_mflags} centrino-decode powernow-k8-decode
|
||
popd
|
||
%endif
|
||
%ifarch x86_64
|
||
pushd tools/power/cpupower/debug/x86_64
|
||
%{make} %{?_smp_mflags} centrino-decode powernow-k8-decode
|
||
popd
|
||
%endif
|
||
%ifarch %{ix86} x86_64
|
||
pushd tools/power/x86/x86_energy_perf_policy/
|
||
%{make}
|
||
popd
|
||
pushd tools/power/x86/turbostat
|
||
%{make}
|
||
popd
|
||
%endif
|
||
# thermal
|
||
pushd tools/thermal/tmon/
|
||
%{make}
|
||
popd
|
||
# iio
|
||
pushd tools/iio/
|
||
%{make}
|
||
popd
|
||
# gpio
|
||
pushd tools/gpio/
|
||
%{make}
|
||
popd
|
||
# kvm
|
||
pushd tools/kvm/kvm_stat/
|
||
%{make} %{?_smp_mflags} man
|
||
popd
|
||
# libbpf.a and bpf_helper_defs.h
|
||
pushd tools/lib/bpf
|
||
%{make}
|
||
popd
|
||
# netacc
|
||
pushd tools/netacc
|
||
%{make} BPFTOOL=../../tools/bpf/bpftool/bpftool
|
||
popd
|
||
|
||
%install
|
||
%if 0%{?with_source}
|
||
%define _python_bytecompile_errors_terminate_build 0
|
||
mkdir -p $RPM_BUILD_ROOT/usr/src/
|
||
mv linux-%{KernelVer}-source $RPM_BUILD_ROOT/usr/src/linux-%{KernelVer}
|
||
cp linux-%{KernelVer}/.config $RPM_BUILD_ROOT/usr/src/linux-%{KernelVer}/
|
||
%endif
|
||
|
||
cd linux-%{KernelVer}
|
||
|
||
## install linux
|
||
|
||
# deal with kernel-source, now we don't need kernel-source
|
||
#mkdir $RPM_BUILD_ROOT/usr/src/linux-%{KernelVer}
|
||
#tar cf - --exclude SCCS --exclude BitKeeper --exclude .svn --exclude CVS --exclude .pc --exclude .hg --exclude .git --exclude=.tmp_versions --exclude=*vmlinux* --exclude=*.o --exclude=*.ko --exclude=*.cmd --exclude=Documentation --exclude=.config.old --exclude=.missing-syscalls.d --exclude=patches . | tar xf - -C %{buildroot}/usr/src/linux-%{KernelVer}
|
||
|
||
mkdir -p $RPM_BUILD_ROOT/boot
|
||
dd if=/dev/zero of=$RPM_BUILD_ROOT/boot/initramfs-%{KernelVer}.img bs=1M count=20
|
||
|
||
%ifarch loongarch64
|
||
strip -s vmlinux -o vmlinux.elf
|
||
install -m 755 vmlinux.elf $RPM_BUILD_ROOT/boot/vmlinuz-%{KernelVer}
|
||
%else
|
||
install -m 755 $(make -s image_name) $RPM_BUILD_ROOT/boot/vmlinuz-%{KernelVer}
|
||
%endif
|
||
|
||
%if 0%{?openEuler_sign_rsa}
|
||
%{openEuler_check_EBS_perm}
|
||
if [ $openEuler_has_sign_perm -eq 1 ]; then
|
||
echo "start sign"
|
||
%ifarch %arm aarch64
|
||
gunzip -c $RPM_BUILD_ROOT/boot/vmlinuz-%{KernelVer}>$RPM_BUILD_ROOT/boot/vmlinuz-%{KernelVer}.unzip.efi
|
||
sh /usr/lib/rpm/brp-ebs-sign --efi $RPM_BUILD_ROOT/boot/vmlinuz-%{KernelVer}.unzip.efi
|
||
mv $RPM_BUILD_ROOT/boot/vmlinuz-%{KernelVer}.unzip.efi.sig $RPM_BUILD_ROOT/boot/vmlinuz-%{KernelVer}.unzip.efi
|
||
mv $RPM_BUILD_ROOT/boot/vmlinuz-%{KernelVer}.unzip.efi $RPM_BUILD_ROOT/boot/vmlinuz-%{KernelVer}.unzip
|
||
gzip -c $RPM_BUILD_ROOT/boot/vmlinuz-%{KernelVer}.unzip>$RPM_BUILD_ROOT/boot/vmlinuz-%{KernelVer}
|
||
rm -f $RPM_BUILD_ROOT/boot/vmlinuz-%{KernelVer}.unzip
|
||
%endif
|
||
%ifarch x86_64
|
||
mv $RPM_BUILD_ROOT/boot/vmlinuz-%{KernelVer} $RPM_BUILD_ROOT/boot/vmlinuz-%{KernelVer}.efi
|
||
sh /usr/lib/rpm/brp-ebs-sign --efi $RPM_BUILD_ROOT/boot/vmlinuz-%{KernelVer}.efi
|
||
mv $RPM_BUILD_ROOT/boot/vmlinuz-%{KernelVer}.efi.sig $RPM_BUILD_ROOT/boot/vmlinuz-%{KernelVer}.efi
|
||
mv $RPM_BUILD_ROOT/boot/vmlinuz-%{KernelVer}.efi $RPM_BUILD_ROOT/boot/vmlinuz-%{KernelVer}
|
||
%endif
|
||
fi
|
||
%endif
|
||
|
||
pushd $RPM_BUILD_ROOT/boot
|
||
sha512hmac ./vmlinuz-%{KernelVer} >./.vmlinuz-%{KernelVer}.hmac
|
||
popd
|
||
|
||
install -m 644 .config $RPM_BUILD_ROOT/boot/config-%{KernelVer}
|
||
install -m 644 System.map $RPM_BUILD_ROOT/boot/System.map-%{KernelVer}
|
||
|
||
gzip -c9 < Module.symvers > $RPM_BUILD_ROOT/boot/symvers-%{KernelVer}.gz
|
||
|
||
mkdir -p $RPM_BUILD_ROOT%{_sbindir}
|
||
install -m 755 %{SOURCE200} $RPM_BUILD_ROOT%{_sbindir}/mkgrub-menu-%{version}-%{devel_release}%{?maintenance_release}%{?pkg_release}.sh
|
||
|
||
|
||
%if 0%{?with_debuginfo}
|
||
mkdir -p $RPM_BUILD_ROOT%{debuginfodir}/lib/modules/%{KernelVer}
|
||
cp vmlinux $RPM_BUILD_ROOT%{debuginfodir}/lib/modules/%{KernelVer}
|
||
%endif
|
||
|
||
# deal with module, if not kdump
|
||
%{make} ARCH=%{Arch} INSTALL_MOD_PATH=$RPM_BUILD_ROOT modules_install KERNELRELEASE=%{KernelVer} mod-fw=
|
||
######## to collect ko to module.filelist about netwoking. block. drm. modesetting ###############
|
||
pushd $RPM_BUILD_ROOT/lib/modules/%{KernelVer}
|
||
find -type f -name "*.ko" >modnames
|
||
|
||
# mark modules executable so that strip-to-file can strip them
|
||
xargs --no-run-if-empty chmod u+x < modnames
|
||
|
||
# Generate a list of modules for block and networking.
|
||
|
||
grep -F /drivers/ modnames | xargs --no-run-if-empty nm -upA |
|
||
sed -n 's,^.*/\([^/]*\.ko\): *U \(.*\)$,\1 \2,p' > drivers.undef
|
||
|
||
collect_modules_list()
|
||
{
|
||
sed -r -n -e "s/^([^ ]+) \\.?($2)\$/\\1/p" drivers.undef |
|
||
LC_ALL=C sort -u > modules.$1
|
||
if [ ! -z "$3" ]; then
|
||
sed -r -e "/^($3)\$/d" -i modules.$1
|
||
fi
|
||
}
|
||
|
||
collect_modules_list networking \
|
||
'register_netdev|ieee80211_register_hw|usbnet_probe|phy_driver_register|rt2x00(pci|usb)_probe|register_netdevice'
|
||
collect_modules_list block \
|
||
'ata_scsi_ioctl|scsi_add_host|scsi_add_host_with_dma|blk_alloc_queue|blk_init_queue|register_mtd_blktrans|scsi_esp_register|scsi_register_device_handler|blk_queue_physical_block_size|ahci_platform_get_resources' 'pktcdvd.ko|dm-mod.ko'
|
||
collect_modules_list drm \
|
||
'drm_open|drm_init'
|
||
collect_modules_list modesetting \
|
||
'drm_crtc_init'
|
||
|
||
# detect missing or incorrect license tags
|
||
rm -f modinfo
|
||
while read i
|
||
do
|
||
echo -n "$i " >> modinfo
|
||
/sbin/modinfo -l $i >> modinfo
|
||
done < modnames
|
||
|
||
grep -E -v \
|
||
'GPL( v2)?$|Dual BSD/GPL$|Dual MPL/GPL$|GPL and additional rights$' \
|
||
modinfo && exit 1
|
||
|
||
rm -f modinfo modnames drivers.undef
|
||
|
||
for i in alias alias.bin builtin.bin ccwmap dep dep.bin ieee1394map inputmap isapnpmap ofmap pcimap seriomap symbols symbols.bin usbmap
|
||
do
|
||
rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/modules.$i
|
||
done
|
||
popd
|
||
# modsign module ko;need after find-debuginfo,strip
|
||
%define __modsign_install_post \
|
||
if [ "%{with_signmodules}" -eq "1" ];then \
|
||
cp certs/signing_key.pem . \
|
||
cp certs/signing_key.x509 . \
|
||
chmod 0755 %{modsign_cmd} \
|
||
%{modsign_cmd} $RPM_BUILD_ROOT/lib/modules/%{KernelVer} || exit 1 \
|
||
fi \
|
||
find $RPM_BUILD_ROOT/lib/modules/ -type f -name '*.ko' | xargs -n1 -P`nproc --all` xz; \
|
||
%{nil}
|
||
|
||
%if 0%{?openEuler_sign_rsa}
|
||
%define __modsign_install_post \
|
||
if [ "%{with_signmodules}" -eq "1" ];then \
|
||
if [ %flag_openEuler_has_sign_perm -eq 1 ]; then \
|
||
sh %{SOURCE16} $RPM_BUILD_ROOT/lib/modules/%{KernelVer} || exit 1 \
|
||
else \
|
||
cp certs/signing_key.pem . \
|
||
cp certs/signing_key.x509 . \
|
||
chmod 0755 %{modsign_cmd} \
|
||
%{modsign_cmd} $RPM_BUILD_ROOT/lib/modules/%{KernelVer} || exit 1 \
|
||
fi \
|
||
fi \
|
||
find $RPM_BUILD_ROOT/lib/modules/ -type f -name '*.ko' | xargs -n1 -P`nproc --all` xz; \
|
||
%{nil}
|
||
%endif
|
||
|
||
# deal with header
|
||
%{make} ARCH=%{Arch} INSTALL_HDR_PATH=$RPM_BUILD_ROOT/usr KBUILD_SRC= headers_install
|
||
find $RPM_BUILD_ROOT/usr/include -name "\.*" -exec rm -rf {} \;
|
||
|
||
# dtbs install
|
||
%ifarch aarch64 riscv64
|
||
mkdir -p $RPM_BUILD_ROOT/boot/dtb-%{KernelVer}
|
||
install -m 644 $(find arch/%{Arch}/boot -name "*.dtb") $RPM_BUILD_ROOT/boot/dtb-%{KernelVer}/
|
||
rm -f $(find arch/$Arch/boot -name "*.dtb")
|
||
%endif
|
||
|
||
# deal with riscv SoC dtb search path
|
||
%ifarch riscv64
|
||
mkdir -p $RPM_BUILD_ROOT/boot/dtb-%{KernelVer}/thead
|
||
mv $(find $RPM_BUILD_ROOT/boot/dtb-%{KernelVer}/ -name "th1520*.dtb") $RPM_BUILD_ROOT/boot/dtb-%{KernelVer}/thead
|
||
%endif
|
||
|
||
# deal with vdso
|
||
%ifnarch ppc64le
|
||
%{make} -s ARCH=%{Arch} INSTALL_MOD_PATH=$RPM_BUILD_ROOT vdso_install KERNELRELEASE=%{KernelVer}
|
||
%endif
|
||
if [ ! -s ldconfig-kernel.conf ]; then
|
||
echo "# Placeholder file, no vDSO hwcap entries used in this kernel." >ldconfig-kernel.conf
|
||
fi
|
||
install -D -m 444 ldconfig-kernel.conf $RPM_BUILD_ROOT/etc/ld.so.conf.d/kernel-%{KernelVer}.conf
|
||
|
||
# deal with /lib/module/ path- sub path: build source kernel
|
||
rm -f $RPM_BUILD_ROOT/lib/modules/%{KernelVer}/build
|
||
rm -f $RPM_BUILD_ROOT/lib/modules/%{KernelVer}/source
|
||
mkdir -p $RPM_BUILD_ROOT/lib/modules/%{KernelVer}/build
|
||
mkdir -p $RPM_BUILD_ROOT/lib/modules/%{KernelVer}/extra
|
||
mkdir -p $RPM_BUILD_ROOT/lib/modules/%{KernelVer}/updates
|
||
mkdir -p $RPM_BUILD_ROOT/lib/modules/%{KernelVer}/weak-updates
|
||
############ to do collect devel file #########
|
||
# 1. Makefile And Kconfig, .config sysmbol
|
||
# 2. scrpits dir
|
||
# 3. .h file
|
||
find -type f \( -name "Makefile*" -o -name "Kconfig*" \) -exec cp --parents {} $RPM_BUILD_ROOT/lib/modules/%{KernelVer}/build \;
|
||
for f in Module.symvers System.map Module.markers .config;do
|
||
test -f $f || continue
|
||
cp $f $RPM_BUILD_ROOT/lib/modules/%{KernelVer}/build
|
||
done
|
||
|
||
cp -a scripts $RPM_BUILD_ROOT/lib/modules/%{KernelVer}/build
|
||
if [ -d arch/%{Arch}/scripts ]; then
|
||
cp -a arch/%{Arch}/scripts $RPM_BUILD_ROOT/lib/modules/%{KernelVer}/build/arch/%{_arch} || :
|
||
fi
|
||
if [ -f arch/%{Arch}/*lds ]; then
|
||
cp -a arch/%{Arch}/*lds $RPM_BUILD_ROOT/lib/modules/%{KernelVer}/build/arch/%{_arch}/ || :
|
||
fi
|
||
find $RPM_BUILD_ROOT/lib/modules/%{KernelVer}/build/scripts/ -name "*.o" -exec rm -rf {} \;
|
||
|
||
if [ -d arch/%{Arch}/include ]; then
|
||
cp -a --parents arch/%{Arch}/include $RPM_BUILD_ROOT/lib/modules/%{KernelVer}/build/
|
||
fi
|
||
cp -a include $RPM_BUILD_ROOT/lib/modules/%{KernelVer}/build/include
|
||
|
||
if [ -f arch/%{Arch}/kernel/module.lds ]; then
|
||
cp -a --parents arch/%{Arch}/kernel/module.lds $RPM_BUILD_ROOT/lib/modules/%{KernelVer}/build/
|
||
fi
|
||
|
||
# module.lds is moved to scripts by commit 596b0474d3d9 in linux 5.10.
|
||
if [ -f scripts/module.lds ]; then
|
||
cp -a --parents scripts/module.lds $RPM_BUILD_ROOT/lib/modules/%{KernelVer}/build/
|
||
fi
|
||
|
||
%ifarch aarch64
|
||
cp -a --parents arch/arm/include/asm $RPM_BUILD_ROOT/lib/modules/%{KernelVer}/build/
|
||
%endif
|
||
|
||
# copy objtool for kernel-devel (needed for building external modules)
|
||
if grep -q CONFIG_OBJTOOL=y .config; then
|
||
mkdir -p $RPM_BUILD_ROOT/lib/modules/%{KernelVer}/build/tools/objtool
|
||
cp -a tools/objtool/objtool $RPM_BUILD_ROOT/lib/modules/%{KernelVer}/build/tools/objtool
|
||
fi
|
||
|
||
# Make sure the Makefile and version.h have a matching timestamp so that
|
||
# external modules can be built
|
||
touch -r $RPM_BUILD_ROOT/lib/modules/%{KernelVer}/build/Makefile $RPM_BUILD_ROOT/lib/modules/%{KernelVer}/build/include/generated/uapi/linux/version.h
|
||
touch -r $RPM_BUILD_ROOT/lib/modules/%{KernelVer}/build/.config $RPM_BUILD_ROOT/lib/modules/%{KernelVer}/build/include/generated/autoconf.h
|
||
# for make prepare
|
||
if [ ! -f $RPM_BUILD_ROOT/lib/modules/%{KernelVer}/build/include/config/auto.conf ];then
|
||
cp .config $RPM_BUILD_ROOT/lib/modules/%{KernelVer}/build/include/config/auto.conf
|
||
fi
|
||
|
||
mkdir -p %{buildroot}/usr/src/kernels
|
||
mv $RPM_BUILD_ROOT/lib/modules/%{KernelVer}/build $RPM_BUILD_ROOT/usr/src/kernels/%{KernelVer}
|
||
|
||
find $RPM_BUILD_ROOT/usr/src/kernels/%{KernelVer} -name ".*.cmd" -exec rm -f {} \;
|
||
|
||
pushd $RPM_BUILD_ROOT/lib/modules/%{KernelVer}
|
||
ln -sf /usr/src/kernels/%{KernelVer} build
|
||
ln -sf build source
|
||
popd
|
||
|
||
|
||
# deal with doc , now we don't need
|
||
|
||
|
||
# deal with kernel abi whitelists. now we don't need
|
||
|
||
|
||
## install tools
|
||
%if %{with_perf}
|
||
# perf
|
||
# perf tool binary and supporting scripts/binaries
|
||
%if 0%{?with_python2}
|
||
%{perf_make} %{perf_python2} DESTDIR=%{buildroot} lib=%{_lib} install-bin
|
||
%else
|
||
%{perf_make} %{perf_python3} DESTDIR=%{buildroot} lib=%{_lib} install-bin
|
||
%endif
|
||
# remove the 'trace' symlink.
|
||
rm -f %{buildroot}%{_bindir}/trace
|
||
|
||
# remove examples
|
||
rm -rf %{buildroot}/usr/lib/perf/examples
|
||
# remove the stray header file that somehow got packaged in examples
|
||
rm -rf %{buildroot}/usr/lib/perf/include/bpf/
|
||
|
||
# python-perf extension
|
||
%{perf_make} %{perf_python3} DESTDIR=%{buildroot} install-python_ext
|
||
%if 0%{?with_python2}
|
||
%{perf_make} %{perf_python2} DESTDIR=%{buildroot} install-python_ext
|
||
%endif
|
||
|
||
# perf man pages (note: implicit rpm magic compresses them later)
|
||
install -d %{buildroot}/%{_mandir}/man1
|
||
install -pm0644 tools/kvm/kvm_stat/kvm_stat.1 %{buildroot}/%{_mandir}/man1/
|
||
install -pm0644 tools/perf/Documentation/*.1 %{buildroot}/%{_mandir}/man1/
|
||
%endif
|
||
|
||
# bpftool
|
||
pushd tools/bpf/bpftool
|
||
%{make} DESTDIR=%{buildroot} prefix=%{_prefix} bash_compdir=%{_sysconfdir}/bash_completion.d/ mandir=%{_mandir} install doc-install
|
||
popd
|
||
|
||
# resolve_btfids
|
||
mkdir -p %{buildroot}/usr/src/kernels/%{KernelVer}/tools/bpf/resolve_btfids
|
||
cp tools/bpf/resolve_btfids/resolve_btfids %{buildroot}/usr/src/kernels/%{KernelVer}/tools/bpf/resolve_btfids
|
||
|
||
# cpupower
|
||
%{make} -C tools/power/cpupower DESTDIR=%{buildroot} libdir=%{_libdir} mandir=%{_mandir} CPUFREQ_BENCH=false install
|
||
rm -f %{buildroot}%{_libdir}/*.{a,la}
|
||
%find_lang cpupower
|
||
mv cpupower.lang ../
|
||
%ifarch %{ix86}
|
||
pushd tools/power/cpupower/debug/i386
|
||
install -m755 centrino-decode %{buildroot}%{_bindir}/centrino-decode
|
||
install -m755 powernow-k8-decode %{buildroot}%{_bindir}/powernow-k8-decode
|
||
popd
|
||
%endif
|
||
%ifarch x86_64
|
||
pushd tools/power/cpupower/debug/x86_64
|
||
install -m755 centrino-decode %{buildroot}%{_bindir}/centrino-decode
|
||
install -m755 powernow-k8-decode %{buildroot}%{_bindir}/powernow-k8-decode
|
||
popd
|
||
%endif
|
||
chmod 0755 %{buildroot}%{_libdir}/libcpupower.so*
|
||
mkdir -p %{buildroot}%{_unitdir} %{buildroot}%{_sysconfdir}/sysconfig
|
||
install -m644 %{SOURCE2000} %{buildroot}%{_unitdir}/cpupower.service
|
||
install -m644 %{SOURCE2001} %{buildroot}%{_sysconfdir}/sysconfig/cpupower
|
||
%ifarch %{ix86} x86_64
|
||
mkdir -p %{buildroot}%{_mandir}/man8
|
||
pushd tools/power/x86/x86_energy_perf_policy
|
||
%{make} DESTDIR=%{buildroot} install
|
||
popd
|
||
pushd tools/power/x86/turbostat
|
||
%{make} DESTDIR=%{buildroot} install
|
||
popd
|
||
%endif
|
||
# thermal
|
||
pushd tools/thermal/tmon
|
||
%{make} INSTALL_ROOT=%{buildroot} install
|
||
popd
|
||
# iio
|
||
pushd tools/iio
|
||
%{make} DESTDIR=%{buildroot} install
|
||
popd
|
||
# gpio
|
||
pushd tools/gpio
|
||
%{make} DESTDIR=%{buildroot} install
|
||
popd
|
||
# kvm
|
||
pushd tools/kvm/kvm_stat
|
||
%{make} INSTALL_ROOT=%{buildroot} install-tools
|
||
popd
|
||
# netacc
|
||
pushd tools/netacc
|
||
%{make} INSTALL_ROOT=%{buildroot} install
|
||
popd
|
||
|
||
%define __spec_install_post\
|
||
%{?__debug_package:%{__debug_install_post}}\
|
||
%{__arch_install_post}\
|
||
%{__os_install_post}\
|
||
%{__modsign_install_post}\
|
||
%{nil}
|
||
|
||
%post
|
||
%{_sbindir}/new-kernel-pkg --package kernel --install %{KernelVer} || exit $?
|
||
|
||
%preun
|
||
if [ `uname -i` == "aarch64" ] &&
|
||
[ -f /boot/EFI/grub2/grub.cfg ]; then
|
||
/usr/bin/sh %{_sbindir}/mkgrub-menu-%{version}-%{devel_release}%{?maintenance_release}%{?pkg_release}.sh %{version}-%{release}.aarch64 /boot/EFI/grub2/grub.cfg remove
|
||
fi
|
||
|
||
%postun
|
||
%{_sbindir}/new-kernel-pkg --rminitrd --rmmoddep --remove %{KernelVer} || exit $?
|
||
if [ -x %{_sbindir}/weak-modules ]
|
||
then
|
||
%{_sbindir}/weak-modules --remove-kernel %{KernelVer} || exit $?
|
||
fi
|
||
|
||
# remove empty directory
|
||
if [ -d /lib/modules/%{KernelVer} ] && [ "`ls -A /lib/modules/%{KernelVer}`" = "" ]; then
|
||
rm -rf /lib/modules/%{KernelVer}
|
||
fi
|
||
if [ `uname -i` == "loongarch64" ];then
|
||
[ -f /etc/grub2.cfg ] && GRUB_CFG=`readlink -f /etc/grub2.cfg`
|
||
[ "x${GRUB_CFG}" == "x" ] && [ -f /etc/grub2-efi.cfg ] && GRUB_CFG=`readlink -f /etc/grub2-efi.cfg`
|
||
[ "x${GRUB_CFG}" == "x" ] && [ -f /boot/efi/EFI/openEuler/grub.cfg ] && GRUB_CFG=/boot/efi/EFI/openEuler/grub.cfg
|
||
[ "x${GRUB_CFG}" != "x" ] && grub2-mkconfig -o ${GRUB_CFG}
|
||
fi
|
||
|
||
%posttrans
|
||
%{_sbindir}/new-kernel-pkg --package kernel --mkinitrd --dracut --depmod --update %{KernelVer} || exit $?
|
||
%{_sbindir}/new-kernel-pkg --package kernel --rpmposttrans %{KernelVer} || exit $?
|
||
if [ `uname -i` == "aarch64" ] &&
|
||
[ -f /boot/EFI/grub2/grub.cfg ]; then
|
||
/usr/bin/sh %{_sbindir}/mkgrub-menu-%{version}-%{devel_release}%{?maintenance_release}%{?pkg_release}.sh %{version}-%{release}.aarch64 /boot/EFI/grub2/grub.cfg update
|
||
fi
|
||
if [ `uname -i` == "loongarch64" ];then
|
||
[ -f /etc/grub2.cfg ] && GRUB_CFG=`readlink -f /etc/grub2.cfg`
|
||
[ "x${GRUB_CFG}" == "x" ] && [ -f /etc/grub2-efi.cfg ] && GRUB_CFG=`readlink -f /etc/grub2-efi.cfg`
|
||
[ "x${GRUB_CFG}" == "x" ] && [ -f /boot/efi/EFI/openEuler/grub.cfg ] && GRUB_CFG=/boot/efi/EFI/openEuler/grub.cfg
|
||
[ "x${GRUB_CFG}" != "x" ] && grub2-mkconfig -o ${GRUB_CFG}
|
||
grubby --set-default=/boot/vmlinuz-%{KernelVer}
|
||
fi
|
||
if [ -x %{_sbindir}/weak-modules ]
|
||
then
|
||
%{_sbindir}/weak-modules --add-kernel %{KernelVer} || exit $?
|
||
fi
|
||
%{_sbindir}/new-kernel-pkg --package kernel --mkinitrd --dracut --depmod --update %{KernelVer} || exit $?
|
||
%{_sbindir}/new-kernel-pkg --package kernel --rpmposttrans %{KernelVer} || exit $?
|
||
|
||
%post devel
|
||
if [ -f /etc/sysconfig/kernel ]
|
||
then
|
||
. /etc/sysconfig/kernel || exit $?
|
||
fi
|
||
if [ "$HARDLINK" != "no" -a -x /usr/sbin/hardlink ]
|
||
then
|
||
(cd /usr/src/kernels/%{KernelVer} &&
|
||
/usr/bin/find . -type f | while read f; do
|
||
hardlink -c /usr/src/kernels/*.oe*.*/$f $f
|
||
done)
|
||
fi
|
||
|
||
%post -n %{name}-tools
|
||
/sbin/ldconfig
|
||
%systemd_post cpupower.service
|
||
|
||
%preun -n %{name}-tools
|
||
%systemd_preun cpupower.service
|
||
|
||
%postun -n %{name}-tools
|
||
/sbin/ldconfig
|
||
%systemd_postun cpupower.service
|
||
|
||
%files
|
||
%defattr (-, root, root)
|
||
%doc
|
||
/boot/config-*
|
||
%ifarch aarch64 riscv64
|
||
/boot/dtb-*
|
||
%endif
|
||
/boot/symvers-*
|
||
/boot/System.map-*
|
||
/boot/vmlinuz-*
|
||
%ghost /boot/initramfs-%{KernelVer}.img
|
||
/boot/.vmlinuz-*.hmac
|
||
/etc/ld.so.conf.d/*
|
||
/lib/modules/%{KernelVer}/
|
||
%exclude /lib/modules/%{KernelVer}/source
|
||
%exclude /lib/modules/%{KernelVer}/build
|
||
%{_sbindir}/mkgrub-menu*.sh
|
||
|
||
%files devel
|
||
%defattr (-, root, root)
|
||
%doc
|
||
/lib/modules/%{KernelVer}/source
|
||
/lib/modules/%{KernelVer}/build
|
||
/usr/src/kernels/%{KernelVer}
|
||
|
||
%files headers
|
||
%defattr (-, root, root)
|
||
/usr/include/*
|
||
%exclude %{_includedir}/cpufreq.h
|
||
%exclude %{_includedir}/cpuidle.h
|
||
|
||
%if %{with_perf}
|
||
%files -n perf
|
||
%{_bindir}/perf
|
||
%{_libdir}/libperf-jvmti.so
|
||
%{_libexecdir}/perf-core
|
||
%{_datadir}/perf-core/
|
||
%{_mandir}/man[1-8]/perf*
|
||
%{_sysconfdir}/bash_completion.d/perf
|
||
%doc linux-%{KernelVer}/tools/perf/Documentation/examples.txt
|
||
%dir %{_datadir}/doc/perf-tip
|
||
%{_datadir}/doc/perf-tip/*
|
||
%license linux-%{KernelVer}/COPYING
|
||
|
||
%if 0%{?with_python2}
|
||
%files -n python2-perf
|
||
%license linux-%{KernelVer}/COPYING
|
||
%{python2_sitearch}/*
|
||
%endif
|
||
|
||
%files -n python3-perf
|
||
%license linux-%{KernelVer}/COPYING
|
||
%{python3_sitearch}/*
|
||
%endif
|
||
|
||
%files -n %{name}-tools -f cpupower.lang
|
||
%{_bindir}/cpupower
|
||
%ifarch %{ix86} x86_64
|
||
%{_bindir}/centrino-decode
|
||
%{_bindir}/powernow-k8-decode
|
||
%endif
|
||
%{_unitdir}/cpupower.service
|
||
%{_datadir}/bash-completion/completions/cpupower
|
||
%{_mandir}/man[1-8]/cpupower*
|
||
%config(noreplace) %{_sysconfdir}/sysconfig/cpupower
|
||
%ifarch %{ix86} x86_64
|
||
%{_bindir}/x86_energy_perf_policy
|
||
%{_mandir}/man8/x86_energy_perf_policy*
|
||
%{_bindir}/turbostat
|
||
%{_mandir}/man8/turbostat*
|
||
%endif
|
||
%{_bindir}/tmon
|
||
%{_bindir}/iio_event_monitor
|
||
%{_bindir}/iio_generic_buffer
|
||
%{_bindir}/lsiio
|
||
%{_bindir}/lsgpio
|
||
%{_bindir}/gpio-hammer
|
||
%{_bindir}/gpio-event-mon
|
||
%{_bindir}/gpio-watch
|
||
%{_mandir}/man1/kvm_stat*
|
||
%{_bindir}/kvm_stat
|
||
%{_sbindir}/net-acc
|
||
%{_sbindir}/tuned_acc/netacc
|
||
%{_libdir}/libcpupower.so.1
|
||
%{_libdir}/libcpupower.so.0.0.1
|
||
%license linux-%{KernelVer}/COPYING
|
||
|
||
%files -n %{name}-tools-devel
|
||
%{_libdir}/libcpupower.so
|
||
%{_includedir}/cpufreq.h
|
||
%{_includedir}/cpuidle.h
|
||
|
||
%files -n bpftool
|
||
%{_sbindir}/bpftool
|
||
%{_sysconfdir}/bash_completion.d/bpftool
|
||
%{_mandir}/man8/bpftool-cgroup.8.gz
|
||
%{_mandir}/man8/bpftool-map.8.gz
|
||
%{_mandir}/man8/bpftool-prog.8.gz
|
||
%{_mandir}/man8/bpftool-perf.8.gz
|
||
%{_mandir}/man8/bpftool.8.gz
|
||
%{_mandir}/man8/bpftool-btf.8.gz
|
||
%{_mandir}/man8/bpftool-feature.8.gz
|
||
%{_mandir}/man8/bpftool-gen.8.gz
|
||
%{_mandir}/man8/bpftool-iter.8.gz
|
||
%{_mandir}/man8/bpftool-link.8.gz
|
||
%{_mandir}/man8/bpftool-net.8.gz
|
||
%{_mandir}/man8/bpftool-struct_ops.8.gz
|
||
%license linux-%{KernelVer}/COPYING
|
||
|
||
%if 0%{?with_source}
|
||
%files source
|
||
%defattr(-,root,root)
|
||
/usr/src/linux-%{KernelVer}/*
|
||
/usr/src/linux-%{KernelVer}/.config
|
||
%endif
|
||
|
||
%changelog
|
||
* Tue Mar 18 2025 ZhangPeng <zhangpeng362@huawei.com> - 6.6.0-83.0.0.77
|
||
- !15047 mm: Backport some mm patchs
|
||
- mm/memmap: prevent double scanning of memmap by kmemleak
|
||
- mm: kmemleak: fix upper boundary check for physical address objects
|
||
- mm/vmscan: fix hard LOCKUP in function isolate_lru_folios
|
||
- mm: compaction: use the proper flag to determine watermarks
|
||
- !15271 LoongArch: fix cacheinfo/unaligned/rtc/s3/hda/usb issues
|
||
- blutetooth/btusb: delay 1ms while suspending
|
||
- LoongArch: Correct the cacheinfo sharing information
|
||
- ice: fix unaligned access in ice_create_lag_recipe
|
||
- LoongArch: set CONFIG_CMA_SIZE_MBYTES to 0
|
||
- rtc: loongson: clear TOY_MATCH0_REG in loongson_rtc_isr()
|
||
- hda/pci: Add AZX_DCAPS_NO_TCSEL flag for Loongson HDA devices
|
||
- LoongArch: Update the flush cache policy
|
||
- !15516 mm: shmem: remove unnecessary warning in shmem_writepage()
|
||
- mm: shmem: remove unnecessary warning in shmem_writepage()
|
||
- !15492 Add dp module in hibmc driver
|
||
- drm/hisilicon/hibmc: add dp module in hibmc
|
||
- drm/hisilicon/hibmc: refactored struct hibmc_drm_private
|
||
- drm/hisilicon/hibmc: add dp hw moduel in hibmc driver
|
||
- drm/hisilicon/hibmc: add dp link moduel in hibmc drivers
|
||
- drm/hisilicon/hibmc: add dp aux in hibmc drivers
|
||
- drm/hisilicon/hibmc: convert to struct drm_edid
|
||
- !15395 clk: qcom: dispcc-sm6350: Add missing parent_map for a clock
|
||
- clk: qcom: dispcc-sm6350: Add missing parent_map for a clock
|
||
- !15459 perf: Configure BRBE correctly on VHE host
|
||
- perf: Configure BRBE correctly on VHE host
|
||
- !15369 media: vidtv: Fix a null-ptr-deref in vidtv_mux_stop_thread
|
||
- media: vidtv: Fix a null-ptr-deref in vidtv_mux_stop_thread
|
||
- !15421 [OLK-6.6] [Backport] upstream fix for driver nvme
|
||
- nvme: handle connectivity loss in nvme_set_queue_count
|
||
- nvme: fix bogus kzalloc() return check in nvme_init_effects_log()
|
||
- nvme: Add error path for xa_store in nvme_init_effects
|
||
- nvme: Add error check for xa_store in nvme_get_effects_log
|
||
- !15370 wifi: brcmfmac: Check the return value of of_property_read_string_index()
|
||
- wifi: brcmfmac: Check the return value of of_property_read_string_index()
|
||
- !15483 CVE-2024-58069
|
||
- rtc: pcf85063: fix potential OOB write in PCF85063 NVMEM read
|
||
- !15470 some readahead improvement
|
||
- readahead: properly shorten readahead when falling back to do_page_cache_ra()
|
||
- readahead: don't shorten readahead window in read_pages()
|
||
- readahead: make sure sync readahead reads needed page
|
||
- !15404 ipmr: do not call mr_mfc_uses_dev() for unres entries
|
||
- ipmr: do not call mr_mfc_uses_dev() for unres entries
|
||
- !15376 [openEuler-24.03-LTS][linux-6.6.y sync] Backport 6.6.62-6.6.63 LTS Conflicts Patches
|
||
- mptcp: update local address flags when setting it
|
||
- NFSD: Async COPY result needs to return a write verifier
|
||
- !15164 [openEuler-24.03-LTS][linux-6.6.y sync] KVM: x86: Play nice with protected guests in complete_hypercall_exit()
|
||
- KVM: x86: Play nice with protected guests in complete_hypercall_exit()
|
||
- !15375 [openEuler-24.03-LTS][linux-6.6.y sync] Backport 6.6.60-6.6.61 LTS Conflicts Patches
|
||
- posix-cpu-timers: Clear TICK_DEP_BIT_POSIX_TIMER on clone
|
||
- !15149 Fix northbridge init warning in guest for Hygon family 18h model 4h
|
||
- x86/amd_nb: Fix northbridge init warning in guest for Hygon family 18h model 4h
|
||
- !15147 Add device HID for Hygon GPIO controller
|
||
- pinctrl: Add device HID for Hygon GPIO controller
|
||
- !15438 fix HCT build err once VFIO disabled
|
||
- hct: fix build err once VFIO disabled
|
||
|
||
* Fri Mar 14 2025 Mingzheng Xing <xingmingzheng@iscas.ac.cn> - 6.6.0-82.0.0.76
|
||
- RISC-V kernel upgrade to 6.6.0-82.0.0
|
||
- riscv: Fixed conflict created by commit c7c8e8a76904
|
||
- riscv: Enable zstd-compressed firmware support
|
||
- riscv: Enable AMDKFD driver for ROCm
|
||
|
||
* Wed Mar 12 2025 ZhangPeng <zhangpeng362@huawei.com> - 6.6.0-82.0.0.75
|
||
- !15440 [openEuler-24.03-LTS][linux-6.6.y sync] Backport 6.6.70-6.6.72 LTS Patches
|
||
- drm/mediatek: Only touch DISP_REG_OVL_PITCH_MSB if AFBC is supported
|
||
- riscv: Fix text patching when IPI are used
|
||
- mm: hugetlb: independent PMD page table shared count
|
||
- mm/hugetlb: enforce that PMD PT sharing has split PMD PT locks
|
||
- pgtable: fix s390 ptdesc field comments
|
||
- workqueue: Add rcu lock check at the end of work item execution
|
||
- pmdomain: imx: gpcv2: fix an OF node reference leak in imx_gpcv2_probe()
|
||
- pmdomain: imx: gpcv2: Simplify with scoped for each OF child loop
|
||
- arm64: dts: rockchip: add hevc power domain clock to rk3328
|
||
- ARM: dts: imxrt1050: Fix clocks for mmc
|
||
- io_uring/eventfd: ensure io_eventfd_signal() defers another RCU period
|
||
- riscv: kprobes: Fix incorrect address calculation
|
||
- iio: adc: ad7124: Disable all channels at probe time
|
||
- iio: inkern: call iio_device_put() only on mapped devices
|
||
- iio: adc: ti-ads124s08: Use gpiod_set_value_cansleep()
|
||
- iio: gyro: fxas21002c: Fix missing data update in trigger handler
|
||
- iio: imu: kmx61: fix information leak in triggered buffer
|
||
- iio: dummy: iio_simply_dummy_buffer: fix information leak in triggered buffer
|
||
- iio: pressure: zpa2326: fix information leak in triggered buffer
|
||
- usb: gadget: configfs: Ignore trailing LF for user strings to cdev
|
||
- usb: gadget: f_fs: Remove WARN_ON in functionfs_bind
|
||
- usb: typec: tcpm/tcpci_maxim: fix error code in max_contaminant_read_resistance_kohm()
|
||
- usb: gadget: f_uac2: Fix incorrect setting of bNumEndpoints
|
||
- usb: chipidea: ci_hdrc_imx: decrement device's refcount in .remove() and in the error path of .probe()
|
||
- usb: gadget: midi2: Reverse-select at the right place
|
||
- usb: fix reference leak in usb_new_device()
|
||
- USB: core: Disable LPM only for non-suspended ports
|
||
- USB: usblp: return error when setting unsupported protocol
|
||
- usb: dwc3-am62: Disable autosuspend during remove
|
||
- usb: gadget: u_serial: Disable ep before setting port to null to fix the crash caused by port being null
|
||
- tty: serial: 8250: Fix another runtime PM usage counter underflow
|
||
- misc: microchip: pci1xxxx: Resolve return code mismatch during GPIO set config
|
||
- usb: dwc3: gadget: fix writing NYET threshold
|
||
- USB: serial: cp210x: add Phoenix Contact UPS Device
|
||
- usb-storage: Add max sectors quirk for Nokia 208
|
||
- staging: iio: ad9832: Correct phase range check
|
||
- staging: iio: ad9834: Correct phase range check
|
||
- USB: serial: option: add Neoway N723-EA support
|
||
- USB: serial: option: add MeiG Smart SRM815
|
||
- dm-verity FEC: Fix RS FEC repair for roots unaligned to block size (take 2)
|
||
- io_uring/timeout: fix multishot updates
|
||
- drm/amd/display: increase MAX_SURFACES to the value supported by hw
|
||
- drm/amdkfd: fixed page fault when enable MES shader debugger
|
||
- ACPI: resource: Add Asus Vivobook X1504VAP to irq1_level_low_skip_override[]
|
||
- ACPI: resource: Add TongFang GM5HG0A to irq1_edge_low_force_override[]
|
||
- smb: client: sync the root session and superblock context passwords before automounting
|
||
- thermal: of: fix OF node leak in of_thermal_zone_find()
|
||
- ksmbd: Implement new SMB3 POSIX type
|
||
- sctp: sysctl: plpmtud_probe_interval: avoid using current->nsproxy
|
||
- sctp: sysctl: udp_port: avoid using current->nsproxy
|
||
- sctp: sysctl: auth_enable: avoid using current->nsproxy
|
||
- sctp: sysctl: rto_min/max: avoid using current->nsproxy
|
||
- sctp: sysctl: cookie_hmac_alg: avoid using current->nsproxy
|
||
- mptcp: sysctl: sched: avoid using current->nsproxy
|
||
- dm-ebs: don't set the flag DM_TARGET_PASSES_INTEGRITY
|
||
- scsi: ufs: qcom: Power off the PHY if it was already powered on in ufs_qcom_power_up_sequence()
|
||
- dm thin: make get_first_thin use rcu-safe list first function
|
||
- riscv: mm: Fix the out of bound issue of vmemmap address
|
||
- cpuidle: riscv-sbi: fix device node release in early exit of for_each_possible_cpu
|
||
- ksmbd: fix unexpectedly changed path in ksmbd_vfs_kern_path_locked
|
||
- afs: Fix the maximum cell name length
|
||
- drm/mediatek: Add return value check when reading DPCD
|
||
- drm/mediatek: Fix mode valid issue for dp
|
||
- drm/mediatek: Fix YCbCr422 color format issue for DP
|
||
- drm/mediatek: stop selecting foreign drivers
|
||
- net/mlx5: Fix variable not being completed when function returns
|
||
- net: stmmac: dwmac-tegra: Read iommu stream id from device tree
|
||
- netfilter: nf_tables: imbalance in flowtable binding
|
||
- iio: imu: inv_icm42600: fix timestamps after suspend if sensor is on
|
||
- x86/mm/numa: Use NUMA_NO_NODE when calling memblock_set_node()
|
||
- memblock tests: fix implicit declaration of function 'numa_valid_node'
|
||
- riscv: Fix early ftrace nop patching
|
||
- tcp: Annotate data-race around sk->sk_mark in tcp_v4_send_reset
|
||
- Bluetooth: btnxpuart: Fix driver sending truncated data
|
||
- Bluetooth: MGMT: Fix Add Device to responding before completing
|
||
- Bluetooth: hci_sync: Fix not setting Random Address when required
|
||
- eth: gve: use appropriate helper to set xdp_features
|
||
- ipvlan: Fix use-after-free in ipvlan_get_iflink().
|
||
- tls: Fix tls_sw_sendmsg error handling
|
||
- igc: return early when failing to read EECD register
|
||
- igc: field get conversion
|
||
- ice: fix incorrect PHY settings for 100 GB/s
|
||
- cxgb4: Avoid removal of uninserted tid
|
||
- bnxt_en: Fix possible memory leak when hwrm_req_replace fails
|
||
- pds_core: limit loop over fw name list
|
||
- net: libwx: fix firmware mailbox abnormal return
|
||
- tcp/dccp: allow a connection when sk_max_ack_backlog is zero
|
||
- tcp/dccp: complete lockless accesses to sk->sk_max_ack_backlog
|
||
- net: 802: LLC+SNAP OID:PID lookup on start of skb data
|
||
- ieee802154: ca8210: Add missing check for kfifo_alloc() in ca8210_probe()
|
||
- selftests/alsa: Fix circular dependency involving global-timer
|
||
- ASoC: mediatek: disable buffer pre-allocation
|
||
- ASoC: rt722: add delay time to wait for the calibration procedure
|
||
- erofs: fix PSI memstall accounting
|
||
- erofs: handle overlapped pclusters out of crafted images properly
|
||
- ovl: support encoding fid from inode with no alias
|
||
- ovl: pass realinode to ovl_encode_real_fh() instead of realdentry
|
||
- ovl: do not encode lower fh with upper sb_writers held
|
||
- exfat: fix the infinite loop in __exfat_free_cluster()
|
||
- dm array: fix cursor index when skipping across block boundaries
|
||
- dm array: fix unreleased btree blocks on closing a faulty array cursor
|
||
- dm array: fix releasing a faulty array block twice in dm_array_cursor_end
|
||
- jbd2: flush filesystem device before updating tail sequence
|
||
- jbd2: increase IO priority for writing revoke records
|
||
- memblock: make memblock_set_node() also warn about use of MAX_NUMNODES
|
||
- x86/hyperv: Fix hv tsc page based sched_clock for hibernation
|
||
- Revert "x86, crash: wrap crash dumping code into crash related ifdefs"
|
||
- Revert "x86/hyperv: Fix hv tsc page based sched_clock for hibernation"
|
||
- !15423 [openEuler-24.03-LTS][linux-6.6.y sync] Backport 6.6.69-6.6.70 LTS Additional Patches
|
||
- !15423 [openEuler-24.03-LTS][linux-6.6.y sync] Backport 6.6.69-6.6.70 LTS Additional Patches
|
||
- RDMA/bnxt_re: Fix max SGEs for the Work Request
|
||
- mptcp: don't always assume copied data in mptcp_cleanup_rbuf()
|
||
- mptcp: fix recvbuffer adjust on sleeping rcvmsg
|
||
- mm: vmscan: account for free pages to prevent infinite Loop in throttle_direct_reclaim()
|
||
- mm/kmemleak: fix sleeping function called from invalid context at print message
|
||
- mm/readahead: fix large folio support in async readahead
|
||
- fs/proc/task_mmu: fix pagemap flags with PMD THP entries on 32bit
|
||
- drm: adv7511: Fix use-after-free in adv7533_attach_dsi()
|
||
- dt-bindings: display: adi,adv7533: Drop single lane support
|
||
- drm: adv7511: Drop dsi single lane support
|
||
- net/sctp: Prevent autoclose integer overflow in sctp_association_init()
|
||
- sky2: Add device ID 11ab:4373 for Marvell 88E8075
|
||
- RDMA/uverbs: Prevent integer overflow issue
|
||
- scripts/sorttable: fix orc_sort_cmp() to maintain symmetry and transitivity
|
||
- kcov: mark in_softirq_really() as __always_inline
|
||
- ALSA hda/realtek: Add quirk for Framework F111:000C
|
||
- ALSA: seq: Check UMP support for midi_version change
|
||
- modpost: fix the missed iteration for the max bit in do_input()
|
||
- modpost: fix input MODULE_DEVICE_TABLE() built for 64-bit on 32-bit host
|
||
- RDMA/bnxt_re: Fix the max WQE size for static WQE support
|
||
- ARC: build: Try to guess GCC variant of cross compiler
|
||
- irqchip/gic: Correct declaration of *percpu_base pointer in union gic_base
|
||
- Bluetooth: hci_core: Fix sleeping function called from invalid context
|
||
- net: usb: qmi_wwan: add Telit FE910C04 compositions
|
||
- smb: client: destroy cfid_put_wq on module exit
|
||
- ksmbd: set ATTR_CTIME flags when setting mtime
|
||
- ksmbd: retry iterate_dir in smb2_query_dir
|
||
- bpf: fix potential error return
|
||
- sound: usb: format: don't warn that raw DSD is unsupported
|
||
- sound: usb: enable DSD output for ddHiFi TC44C
|
||
- ALSA: hda/realtek: Add new alc2xx-fixup-headset-mic model
|
||
- drm/amdkfd: Correct the migration DMA map direction
|
||
- wifi: mac80211: wake the queues in case of failure in resume
|
||
- net: ti: icssg-prueth: Fix clearing of IEP_CMP_CFG registers during iep_init
|
||
- ila: serialize calls to nf_register_net_hooks()
|
||
- af_packet: fix vlan_get_protocol_dgram() vs MSG_PEEK
|
||
- af_packet: fix vlan_get_tci() vs MSG_PEEK
|
||
- net: wwan: iosm: Properly check for valid exec stage in ipc_mmio_init()
|
||
- net: restrict SO_REUSEPORT to inet sockets
|
||
- net: reenable NETIF_F_IPV6_CSUM offload for BIG TCP packets
|
||
- net: sfc: Correct key_len for efx_tc_ct_zone_ht_params
|
||
- RDMA/rtrs: Ensure 'ib_sge list' is accessible
|
||
- net: mv643xx_eth: fix an OF node reference leak
|
||
- eth: bcmsysport: fix call balance of priv->clk handling routines
|
||
- ALSA: usb-audio: US16x08: Initialize array before use
|
||
- net: llc: reset skb->transport_header
|
||
- netfilter: nft_set_hash: unaligned atomic read on struct nft_set_ext
|
||
- drm/i915/dg1: Fix power gate sequence.
|
||
- net/mlx5e: macsec: Maintain TX SA from encoding_sa
|
||
- net/mlx5: DR, select MSIX vector 0 for completion queue creation
|
||
- netrom: check buffer length before accessing it
|
||
- net: Fix netns for ip_tunnel_init_flow()
|
||
- ipv4: ip_tunnel: Unmask upper DSCP bits in ip_tunnel_xmit()
|
||
- ipv4: ip_tunnel: Unmask upper DSCP bits in ip_md_tunnel_xmit()
|
||
- ipv4: ip_tunnel: Unmask upper DSCP bits in ip_tunnel_bind_dev()
|
||
- ip_tunnel: annotate data-races around t->parms.link
|
||
- net: stmmac: restructure the error path of stmmac_probe_config_dt()
|
||
- net: stmmac: don't create a MDIO bus if unnecessary
|
||
- net: dsa: microchip: Fix LAN937X set_ageing_time function
|
||
- net: dsa: microchip: Fix KSZ9477 set_ageing_time function
|
||
- drm/bridge: adv7511_audio: Update Audio InfoFrame properly
|
||
- RDMA/bnxt_re: Fix the locking while accessing the QP table
|
||
- RDMA/bnxt_re: Fix MSN table size for variable wqe mode
|
||
- RDMA/bnxt_re: Add send queue size check for variable wqe
|
||
- RDMA/bnxt_re: Disable use of reserved wqes
|
||
- RDMA/bnxt_re: Add support for Variable WQE in Genp7 adapters
|
||
- RDMA/bnxt_re: Fix max_qp_wrs reported
|
||
- RDMA/bnxt_re: Fix reporting hw_ver in query_device
|
||
- RDMA/bnxt_re: Add check for path mtu in modify_qp
|
||
- RDMA/bnxt_re: Fix the check for 9060 condition
|
||
- nvme-pci: 512 byte aligned dma pool segment quirk
|
||
- RDMA/bnxt_re: Avoid sending the modify QP workaround for latest adapters
|
||
- RDMA/bnxt_re: Avoid initializing the software queue for user queues
|
||
- RDMA/mlx5: Enforce same type port association for multiport RoCE
|
||
- RDMA/bnxt_re: Remove always true dattr validity check
|
||
- RDMA/bnxt_re: Allow MSN table capability check
|
||
- powerpc: Remove initialisation of readpos
|
||
- net: mctp: handle skb cleanup on sock_queue failures
|
||
- ceph: give up on paths longer than PATH_MAX
|
||
- mmc: sdhci-msm: fix crypto key eviction
|
||
- !15418 ocfs2: handle a symlink read error correctly
|
||
- ocfs2: handle a symlink read error correctly
|
||
- !15299 ptp: Ensure info->enable callback is always set
|
||
- !15299 ptp: Ensure info->enable callback is always set
|
||
- ptp: Ensure info->enable callback is always set
|
||
- !15424 bpf: bpf_local_storage: Always use bpf_mem_alloc in PREEMPT_RT
|
||
- !15424 bpf: bpf_local_storage: Always use bpf_mem_alloc in PREEMPT_RT
|
||
- bpf: bpf_local_storage: Always use bpf_mem_alloc in PREEMPT_RT
|
||
- !15367 libbpf: Fix segfault due to libelf functions not setting errno
|
||
- !15367 libbpf: Fix segfault due to libelf functions not setting errno
|
||
- libbpf: Fix segfault due to libelf functions not setting errno
|
||
- !15417 [Intel-SIG] x86/cpu: Clearwater Forest support including CPU model and new ISAs
|
||
- x86: KVM: Advertise CPUIDs for new instructions in Clearwater Forest
|
||
- x86/cpu: Add model number for Intel Clearwater Forest processor
|
||
- !15225 cifs: Prevent NULL pointer dereference caused by cifs_sb->rsize is 0
|
||
- !15225 cifs: Prevent NULL pointer dereference caused by cifs_sb->rsize is 0
|
||
- cifs: Prevent NULL pointer dereference caused by cifs_sb->rsize is 0
|
||
- !15390 backport mainline bugfix patch
|
||
- !15390 backport mainline bugfix patch
|
||
- irqchip/gic-v3: Handle CPU_PM_ENTER_FAILED correctly
|
||
- genirq: Make handle_enforce_irqctx() unconditionally available
|
||
- !15229 NFS: remove unused variable nfs_rpcstat
|
||
- NFS: remove unused variable nfs_rpcstat
|
||
- !14975 [OLK-6.6] [Backport] scsi: lpfc: Update phba link state conditional before sending CMF_SYNC_WQE
|
||
- scsi: lpfc: Update phba link state conditional before sending CMF_SYNC_WQE
|
||
- !15302 [openEuler-24.03-LTS][linux-6.6.y sync] Backport 6.6.57-6.6.58 LTS Conflicts Patches
|
||
- selftests: mptcp: join: test for prohibited MPC to port-based endp
|
||
- !15292 [openEuler-24.03-LTS][linux-6.6.y sync] Backport 6.6.56-6.6.57 LTS Conflicts Patches
|
||
- HID: mcp2200: added driver for GPIOs of MCP2200
|
||
- !15326 [OLK-6.6]Hygon: Rename Hygon SM{3,4} feature macro to X86_FEATURE_HYGON_SM{3,4}
|
||
- !15326 [OLK-6.6]Hygon: Rename Hygon SM{3,4} feature macro to X86_FEATURE_HYGON_SM{3,4}
|
||
- x86/cpufeatures: Rename X86_FEATURE_SM{3,4} to X86_FEATURE_HYGON_SM{3,4}
|
||
- !15402 nilfs2: fix possible int overflows in nilfs_fiemap()
|
||
- !15402 nilfs2: fix possible int overflows in nilfs_fiemap()
|
||
- nilfs2: fix possible int overflows in nilfs_fiemap()
|
||
- !15043 wifi: mac80211: fix mbss changed flags corruption on 32 bit systems
|
||
- wifi: mac80211: fix mbss changed flags corruption on 32 bit systems
|
||
- !15283 wifi: rtw89: fix race between cancel_hw_scan and hw_scan completion
|
||
- wifi: rtw89: fix race between cancel_hw_scan and hw_scan completion
|
||
- !15308 CVE-2025-21732
|
||
- RDMA/mlx5: Fix a race for an ODP MR which leads to CQE with error
|
||
- RDMA/mlx5: Ensure created mkeys always have a populated rb_key
|
||
- RDMA/mlx5: Change check for cacheable mkeys
|
||
- !15298 usbnet: ipheth: fix possible overflow in DPE length check
|
||
- usbnet: ipheth: fix possible overflow in DPE length check
|
||
- !15334 perf/core: Save raw sample data conditionally based on sample type
|
||
- perf/core: Save raw sample data conditionally based on sample type
|
||
- !15347 Mainline Patch
|
||
- bpf: Use preempt_count() directly in bpf_send_signal_common()
|
||
- bpf: Send signals asynchronously if !preemptible
|
||
- !15331 Fixes CVE-2025-21767
|
||
- clocksource: Use migrate_disable() to avoid calling get_random_u32() in atomic context
|
||
- clocksource: Use pr_info() for "Checking clocksource synchronization" message
|
||
- !15221 smb: client: Fix netns refcount imbalance causing leaks and use-after-free
|
||
- smb: client: Fix netns refcount imbalance causing leaks and use-after-free
|
||
- !15364 LoongArch: csum: Fix OoB access in IP checksum code for negative lengths
|
||
- LoongArch: csum: Fix OoB access in IP checksum code for negative lengths
|
||
- !15345 USB: hub: Ignore non-compliant devices with too many configs or interfaces
|
||
- USB: hub: Ignore non-compliant devices with too many configs or interfaces
|
||
- !15363 gpiolib: Fix crash on error in gpiochip_get_ngpios()
|
||
- gpiolib: Fix crash on error in gpiochip_get_ngpios()
|
||
- !15385 orangefs: fix a oob in orangefs_debug_write
|
||
- orangefs: fix a oob in orangefs_debug_write
|
||
- !15265 NFSD: fix hang in nfsd4_shutdown_callback
|
||
- NFSD: fix hang in nfsd4_shutdown_callback
|
||
- !15263 NFS: Fix potential buffer overflowin nfs_sysfs_link_rpc_client()
|
||
- NFS: Fix potential buffer overflowin nfs_sysfs_link_rpc_client()
|
||
- !15266 nfsd: clear acl_access/acl_default after releasing them
|
||
- nfsd: clear acl_access/acl_default after releasing them
|
||
- !15346 block: mark GFP_NOIO around sysfs ->store()
|
||
- block: mark GFP_NOIO around sysfs ->store()
|
||
- !15309 usb: xhci: Fix NULL pointer dereference on certain command aborts
|
||
- !15309 usb: xhci: Fix NULL pointer dereference on certain command aborts
|
||
- usb: xhci: Fix NULL pointer dereference on certain command aborts
|
||
- !15204 [openEuler-24.03-LTS][linux-6.6.y sync] Backport 6.6.69-6.6.70 LTS Patches
|
||
- !15204 [openEuler-24.03-LTS][linux-6.6.y sync] Backport 6.6.69-6.6.70 LTS Patches
|
||
- platform/x86: mlx-platform: call pci_dev_put() to balance the refcount
|
||
- ALSA: ump: Shut up truncated string warning
|
||
- usb: xhci: Avoid queuing redundant Stop Endpoint commands
|
||
- cleanup: Remove address space of returned pointer
|
||
- crypto: ecc - Prevent ecc_digits_from_bytes from reading too many bytes
|
||
- Bluetooth: btusb: mediatek: add callback function in btusb_disconnect
|
||
- Bluetooth: btusb: add callback function in btusb suspend/resume
|
||
- scsi: mpi3mr: Start controller indexing from 0
|
||
- scsi: mpi3mr: Use ida to manage mrioc ID
|
||
- ALSA: ump: Update legacy substream names upon FB info update
|
||
- ALSA: ump: Indicate the inactive group in legacy substream names
|
||
- ALSA: ump: Don't open legacy substream for an inactive group
|
||
- ALSA: ump: Use guard() for locking
|
||
- udf: Verify inode link counts before performing rename
|
||
- udf_rename(): only access the child content on cross-directory rename
|
||
- watchdog: rzg2l_wdt: Power on the watchdog domain in the restart handler
|
||
- watchdog: rzg2l_wdt: Rely on the reset driver for doing proper reset
|
||
- watchdog: rzg2l_wdt: Remove reset de-assert from probe
|
||
- of: address: Preserve the flags portion on 1:1 dma-ranges mapping
|
||
- of: address: Store number of bus flag cells rather than bool
|
||
- of: address: Remove duplicated functions
|
||
- x86/hyperv: Fix hv tsc page based sched_clock for hibernation
|
||
- x86, crash: wrap crash dumping code into crash related ifdefs
|
||
- thunderbolt: Don't display nvm_version unless upgrade supported
|
||
- thunderbolt: Add support for Intel Panther Lake-M/P
|
||
- thunderbolt: Add support for Intel Lunar Lake
|
||
- xhci: Turn NEC specific quirk for handling Stop Endpoint errors generic
|
||
- usb: xhci: Limit Stop Endpoint retries
|
||
- xhci: retry Stop Endpoint on buggy NEC controllers
|
||
- net: renesas: rswitch: fix possible early skb release
|
||
- softirq: Allow raising SCHED_SOFTIRQ from SMP-call-function on RT kernel
|
||
- net/mlx5: unique names for per device caches
|
||
- Revert "nvme: make keep-alive synchronous operation"
|
||
- nvme: use helper nvme_ctrl_state in nvme_keep_alive_finish function
|
||
- usb: typec: ucsi: add update_connector callback
|
||
- usb: typec: ucsi: add callback for connector status updates
|
||
- iio: adc: ad7192: properly check spi_get_device_match_data()
|
||
- iio: adc: ad7192: Convert from of specific to fwnode property handling
|
||
- usb: chipidea: udc: limit usb request length to max 16KB
|
||
- usb: chipidea: add CI_HDRC_HAS_SHORT_PKT_LIMIT flag
|
||
- usb: chipidea: add CI_HDRC_FORCE_VBUS_ACTIVE_ALWAYS flag
|
||
- fs/ntfs3: Fix warning in ni_fiemap
|
||
- fs/ntfs3: Implement fallocate for compressed files
|
||
- remoteproc: qcom: pas: enable SAR2130P audio DSP support
|
||
- remoteproc: qcom: pas: Add support for SA8775p ADSP, CDSP and GPDSP
|
||
- remoteproc: qcom: pas: Add sc7180 adsp
|
||
- mailbox: pcc: Check before sending MCTP PCC response ACK
|
||
- clk: qcom: clk-alpha-pll: Add NSS HUAYRA ALPHA PLL support for ipq9574
|
||
- clk: qcom: clk-alpha-pll: Add support for zonda ole pll configure
|
||
- Bluetooth: btusb: Add new VID/PID 0489/e111 for MT7925
|
||
- Bluetooth: btusb: Add USB HW IDs for MT7921/MT7922/MT7925
|
||
- Bluetooth: btusb: Add new VID/PID 13d3/3602 for MT7925
|
||
- Bluetooth: Add support ITTIM PE50-M75C
|
||
- Bluetooth: hci_conn: Reduce hci_conn_drop() calls in two functions
|
||
- i2c: i801: Add support for Intel Panther Lake
|
||
- i2c: i801: Add support for Intel Arrow Lake-H
|
||
- wifi: ath10k: avoid NULL pointer error during sdio remove
|
||
- wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrights
|
||
- media: uvcvideo: Force UVC version to 1.0a for 0408:4033
|
||
- media: uvcvideo: Force UVC version to 1.0a for 0408:4035
|
||
- cleanup: Adjust scoped_guard() macros to avoid potential warning
|
||
- cleanup: Add conditional guard support
|
||
- crypto: ecdsa - Avoid signed integer overflow on signature decoding
|
||
- crypto: ecdsa - Use ecc_digits_from_bytes to convert signature
|
||
- crypto: ecdsa - Rename keylen to bufsize where necessary
|
||
- crypto: ecdsa - Convert byte arrays with key coordinates to digits
|
||
- ext4: partial zero eof block on unaligned inode size extension
|
||
- ext4: convert to new timestamp accessors
|
||
- memblock: allow zero threshold in validate_numa_converage()
|
||
- NUMA: optimize detection of memory with no node id assigned by firmware
|
||
- sched: Initialize idle tasks only once
|
||
- usb: dwc3: gadget: Add missing check for single port RAM in TxFIFO resizing logic
|
||
- smb: client: fix use-after-free of signing key
|
||
- smb: client: stop flooding dmesg in smb2_calc_signature()
|
||
- fs/smb/client: implement chmod() for SMB3 POSIX Extensions
|
||
- smb/client: rename cifs_ace to smb_ace
|
||
- smb/client: rename cifs_acl to smb_acl
|
||
- smb/client: rename cifs_sid to smb_sid
|
||
- smb/client: rename cifs_ntsd to smb_ntsd
|
||
- x86/mm: Carve out INVLPG inline asm for use by others
|
||
- docs: media: update location of the media patches
|
||
- drm/amd/display: Fix incorrect DSC recompute trigger
|
||
- drm/amd/display: Fix DSC-re-computing
|
||
|
||
* Thu Mar 06 2025 ZhangPeng <zhangpeng362@huawei.com> - 6.6.0-80.0.0.74
|
||
- Revert kabi broken patch.
|
||
|
||
* Wed Mar 05 2025 ZhangPeng <zhangpeng362@huawei.com> - 6.6.0-80.0.0.73
|
||
- !15278 tracing/osnoise: Fix resetting of tracepoints
|
||
- tracing/osnoise: Fix resetting of tracepoints
|
||
- !15227 [openEuler-24.03-LTS][linux-6.6.y sync] Backport 6.6.54-6.6.55 LTS Conflicts Patches
|
||
- mm: z3fold: deprecate CONFIG_Z3FOLD
|
||
- null_blk: Remove usage of the deprecated ida_simple_xx() API
|
||
- iomap: handle a post-direct I/O invalidate race in iomap_write_delalloc_release
|
||
- proc: add config & param to block forcing mem writes
|
||
- HID: Ignore battery for all ELAN I2C-HID devices
|
||
- ata: sata_sil: Rename sil_blacklist to sil_quirks
|
||
- ata: pata_serverworks: Do not use the term blacklist
|
||
- scsi: aacraid: Rearrange order of struct aac_srb_unit
|
||
- uprobes: Fix race in uprobe_free_utask
|
||
- perf,x86: Fix kabi breakage in struct uprobe_task
|
||
- perf,x86: avoid missing caller address in stack traces captured in uprobe
|
||
- i2c: synquacer: Deal with optional PCLK correctly
|
||
- i2c: synquacer: Remove a clk reference from struct synquacer_i2c
|
||
- !15248 [openEuler-24.03-LTS][linux-6.6.y sync] Backport 6.6.64-6.6.66 LTS Conflicts Patches
|
||
- mm/mempolicy: fix migrate_to_node() assuming there is at least one VMA in a MM
|
||
- selftests/ftrace: adjust offset for kprobe syntax error test
|
||
- bpf: Remove unnecessary kfree(im_node) in lpm_trie_update_elem
|
||
- iommu/arm-smmu: Defer probe of clients after smmu device bound
|
||
- gpio: grgpio: use a helper variable to store the address of ofdev->dev
|
||
- KVM: arm64: Change kvm_handle_mmio_return() return polarity
|
||
- !15270 v2 mm: Backport two patch
|
||
- arm64/mm: Drop setting PTE_TYPE_PAGE in pte_mkcont()
|
||
- arm64/mm: Re-organize arch_make_huge_pte()
|
||
- mm/hugetlb: use arch_make_huge_pte() in __hugetlb_insert_pfn()
|
||
- !14820 [OLK-6.6]Hygon: Support kernel boot verification and secret injection for Hygon CSV3 VM
|
||
- KVM: SVM: CSV: Support inject secret to Hygon CSV3 guest
|
||
- KVM: SVM: CSV: Support issue non-4K aligned CSV3_CMD_LAUNCH_ENCRYPT_DATA and more than once
|
||
- KVM: SVM: CSV: Provide KVM_CSV3_SET_GUEST_PRIVATE_MEMORY ioctl interface
|
||
- KVM: SVM: CSV: Provide KVM_CAP_HYGON_COCO_EXT interface
|
||
- crypto: ccp: Provide csv_get_extension_info() to present extensions of newer CSV firmware
|
||
- KVM: SVM: CSV: Ensure all the GPRs and some non-GPRs are synced before LAUNCH_ENCRYPT_VMCB
|
||
- crypto: ccp: Get api version again when update Hygon CSV firmware at runtime
|
||
- KVM: SVM: CSV: Fix the vm_size even if CSV3 feature is unsupported on Hygon CPUs
|
||
- !14819 [OLK-6.6]Hygon: Support CSV3 Attestation
|
||
- x86/configs: openeuler_defconfig: Set CONFIG_VIRT_DRIVERS=y and CONFIG_EFI_SECRET=m
|
||
- virt/csv-guest: Provide interface for request of CSV3 attestation report
|
||
- x86/csv: Add support for CSV3 ATTESTATION secure call
|
||
- x86/csv: Define ATTESTATION secure call command
|
||
- !15251 Intel: Backport upstream auto-tune per-CPU pageset size patchset
|
||
- mm and cache_info: remove unnecessary CPU cache info update
|
||
- !15185 hwtracing: hisi_ptt: Initialize the filter sysfs attribute when allocation
|
||
- hwtracing: hisi_ptt: Check duplicate filters before allocation
|
||
- hwtracing: hisi_ptt: Initialize the filter sysfs attribute when allocation
|
||
|
||
* Wed Feb 26 2025 ZhangPeng <zhangpeng362@huawei.com> - 6.6.0-79.0.0.72
|
||
- !15203 usb: cdc-acm: Check control transfer buffer size before access
|
||
- usb: cdc-acm: Check control transfer buffer size before access
|
||
- !15214 USB: serial: quatech2: fix null-ptr-deref in qt2_process_read_urb()
|
||
- USB: serial: quatech2: fix null-ptr-deref in qt2_process_read_urb()
|
||
- !15178 [openEuler-24.03-LTS][linux-6.6.y sync] Backport 6.6.53-6.6.54 LTS Conflicts Patches
|
||
- perf time-utils: Fix 32-bit nsec parsing
|
||
- perf sched timehist: Fixed timestamp error when unable to confirm event sched_in time
|
||
- perf stat: Display iostat headers correctly
|
||
- perf sched timehist: Fix missing free of session in perf_sched__timehist()
|
||
- perf report: Fix --total-cycles --stdio output error
|
||
- perf ui/browser/annotate: Use global annotation_options
|
||
- perf annotate: Move some source code related fields from 'struct annotation' to 'struct annotated_source'
|
||
- perf annotate: Split branch stack cycles info from 'struct annotation'
|
||
- perf inject: Fix leader sampling inserting additional samples
|
||
- perf mem: Free the allocated sort string, fixing a leak
|
||
- !14179 [OLK-6.6] update ITMT support patch for Zhaoxin CPUs
|
||
- cpufreq: acpi-cpufreq: Zhaoxin: fix incorrect max-freq issue
|
||
- cpufreq: ACPI: add ITMT support when CPPC enabled
|
||
- Revert "cpufreq: ACPI: add ITMT support when CPPC enabled"
|
||
- !15200 arm64/mpam: Try reading again if monitor instance returns not ready
|
||
- arm64/mpam: Try reading again if monitor instance returns not ready
|
||
- !15197 [openEuler-24.03-LTS][linux-6.6.y sync] Backport 6.6.68-6.6.69 LTS Patches
|
||
- block: avoid to reuse `hctx` not removed from cpuhp callback list
|
||
- ALSA: hda/realtek: Fix spelling mistake "Firelfy" -> "Firefly"
|
||
- ALSA: sh: Fix wrong argument order for copy_from_iter()
|
||
- btrfs: sysfs: fix direct super block member reads
|
||
- btrfs: avoid monopolizing a core when activating a swap file
|
||
- power: supply: gpio-charger: Fix set charge current limits
|
||
- drm/amdkfd: pause autosuspend when creating pdd
|
||
- drm/amdkfd: Use device based logging for errors
|
||
- drm/amdkfd: drop struct kfd_cu_info
|
||
- drm/amdkfd: reduce stack size in kfd_topology_add_device()
|
||
- drm/amdgpu/hdp6.0: do a posting read when flushing HDP
|
||
- drm/amdgpu/hdp5.0: do a posting read when flushing HDP
|
||
- drm/amdgpu/hdp4.0: do a posting read when flushing HDP
|
||
- drm/amd/amdgpu: allow use kiq to do hdp flush under sriov
|
||
- pmdomain: core: Add missing put_device()
|
||
- ALSA: hda/realtek: fix micmute LEDs don't work on HP Laptops
|
||
- ALSA: hda/realtek: fix mute/micmute LEDs don't work for EliteBook X G1i
|
||
- MIPS: mipsregs: Set proper ISA level for virt extensions
|
||
- MIPS: Probe toolchain support of -msym32
|
||
- blk-mq: move cpuhp callback registering out of q->sysfs_lock
|
||
- blk-mq: register cpuhp callback after hctx is added to xarray table
|
||
- drm/dp_mst: Ensure mst_primary pointer is valid in drm_dp_mst_handle_up_req()
|
||
- spi: omap2-mcspi: Fix the IS_ERR() bug for devm_clk_get_optional_enabled()
|
||
- scsi: storvsc: Do not flag MAINTENANCE_IN return of SRB_STATUS_DATA_OVERRUN as an error
|
||
- scsi: mpt3sas: Diag-Reset when Doorbell-In-Use bit is set during driver load time
|
||
- spi: intel: Add Panther Lake SPI controller support
|
||
- platform/x86: asus-nb-wmi: Ignore unknown event 0xCF
|
||
- LoongArch: BPF: Adjust the parameter of emit_jirl()
|
||
- LoongArch: Fix reserving screen info memory for above-4G firmware
|
||
- regmap: Use correct format specifier for logging range errors
|
||
- smb: server: Fix building with GCC 15
|
||
- ALSA: sh: Use standard helper for buffer accesses
|
||
- ALSA: hda/conexant: fix Z60MR100 startup pop issue
|
||
- udf: Skip parent dir link count update if corrupted
|
||
- scsi: qla1280: Fix hw revision numbering for ISP1020/1040
|
||
- watchdog: mediatek: Add support for MT6735 TOPRGU/WDT
|
||
- watchdog: it87_wdt: add PWRGD enable quirk for Qotom QCML04
|
||
- stddef: make __struct_group() UAPI C++-friendly
|
||
- powerpc/pseries/vas: Add close() callback in vas_vm_ops struct
|
||
- mtd: rawnand: fix double free in atmel_pmecc_create_user()
|
||
- dmaengine: at_xdmac: avoid null_prt_deref in at_xdmac_prep_dma_memset
|
||
- dmaengine: apple-admac: Avoid accessing registers in probe
|
||
- dmaengine: fsl-edma: implement the cleanup path of fsl_edma3_attach_pd()
|
||
- dmaengine: tegra: Return correct DMA status when paused
|
||
- dmaengine: dw: Select only supported masters for ACPI devices
|
||
- dmaengine: mv_xor: fix child node refcount handling in early exit
|
||
- phy: rockchip: naneng-combphy: fix phy reset
|
||
- phy: usb: Toggle the PHY power during init
|
||
- phy: core: Fix that API devm_phy_destroy() fails to destroy the phy
|
||
- phy: core: Fix that API devm_of_phy_provider_unregister() fails to unregister the phy provider
|
||
- phy: core: Fix that API devm_phy_put() fails to release the phy
|
||
- phy: core: Fix an OF node refcount leakage in of_phy_provider_lookup()
|
||
- phy: core: Fix an OF node refcount leakage in _of_phy_get()
|
||
- phy: qcom-qmp: Fix register name in RX Lane config of SC8280XP
|
||
- mtd: rawnand: arasan: Fix missing de-registration of NAND
|
||
- mtd: rawnand: arasan: Fix double assertion of chip-select
|
||
- mtd: diskonchip: Cast an operand to prevent potential overflow
|
||
- nfsd: restore callback functionality for NFSv4.0
|
||
- nfsd: Revert "nfsd: release svc_expkey/svc_export with rcu_work"
|
||
- bpf: Check negative offsets in __bpf_skb_min_len()
|
||
- tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()
|
||
- mm/vmstat: fix a W=1 clang compiler warning
|
||
- ceph: allocate sparse_ext map only for sparse reads
|
||
- ceph: fix memory leak in ceph_direct_read_write()
|
||
- ceph: try to allocate a smaller extent map for sparse read
|
||
- !15190 v2 fs/resctrl: Adapt to the hardware topology structures of RDT and MPAM
|
||
- arm64/mpam: Add write memory barrier to guarantee monitor results
|
||
- arm64/mpam: Improve conversion accuracy between percent and fixed-point fraction
|
||
- arm64/mpam: Fix out-of-bound access of cfg array
|
||
- arm64/mpam: fix bug in percent_to_mbw_max()
|
||
- arm64/mpam: fix MBA granularity conversion formula
|
||
- arm64/mpam: Fix out-of-bound access of mbwu_state array
|
||
- arm64/mpam: Add judgment to distinguish MSMON_MBWU_CAPTURE definition
|
||
- arm64/mpam: Support MATA monitor feature for MPAM
|
||
- fs/resctrl: Adapt to the hardware topology structures of RDT and MPAM
|
||
- !15192 scsi: megaraid_sas: Fix for a potential deadlock
|
||
- scsi: megaraid_sas: Fix for a potential deadlock
|
||
- !15191 gfs2: Truncate address space when flipping GFS2_DIF_JDATA flag
|
||
- gfs2: Truncate address space when flipping GFS2_DIF_JDATA flag
|
||
- !15170 The QoS feature adapts to the cfs bandwidth throttling
|
||
- sched/fair: Fix CPU bandwidth limit bypass during CPU hotplug
|
||
- sched/qos: Fix qos throttling in SMT expelled
|
||
- hungtask: fixed offline group hung task issue under high load scenarios
|
||
- !15176 virtio-blk: don't keep queue frozen during system suspend
|
||
- virtio-blk: don't keep queue frozen during system suspend
|
||
- !15175 block, bfq: fix waker_bfqq UAF after bfq_split_bfqq()
|
||
- block, bfq: fix waker_bfqq UAF after bfq_split_bfqq()
|
||
- !15167 Backport tracing fix patch
|
||
- trace: Fix kabi breakage for trace_event_fields
|
||
- tracing: Check "%s" dereference via the field and not the TP_printk format
|
||
- !15181 kobject: Fix global-out-of-bounds in kobject_action_type()
|
||
- kobject: Fix global-out-of-bounds in kobject_action_type()
|
||
- !15184 binfmt_flat: Fix integer overflow bug on 32 bit systems
|
||
- binfmt_flat: Fix integer overflow bug on 32 bit systems
|
||
- !15161 Revert "irqchip/gic-v3-its: Fix VSYNC referencing an unmapped VPE on GIC v4.0"
|
||
- Revert "irqchip/gic-v3-its: Fix VSYNC referencing an unmapped VPE on GIC v4.0"
|
||
- !15166 tracing: Have process_string() also allow arrays
|
||
- tracing: Have process_string() also allow arrays
|
||
- !14939 Fix the performance monitor relates to core for Hygon family 18h processor
|
||
- perf/x86/amd/core: Fix performance monitor for Hygon family 18h processor
|
||
- !15159 mm/thp: fix deferred split unqueue naming and locking
|
||
- mm/thp: fix deferred split unqueue naming and locking
|
||
- !15142 [openEuler-24.03-LTS][linux-6.6.y sync] Backport 6.6.66-6.6.68 LTS Patches
|
||
- dt-bindings: net: fec: add pps channel property
|
||
- drm/amdgpu: Handle NULL bo->tbo.resource (again) in amdgpu_vm_bo_update
|
||
- net: fec: make PPS channel configurable
|
||
- net: fec: refactor PPS channel configuration
|
||
- io_uring/rw: avoid punting to io-wq directly
|
||
- io_uring/rw: treat -EOPNOTSUPP for IOCB_NOWAIT like -EAGAIN
|
||
- io_uring/rw: split io_read() into a helper
|
||
- epoll: Add synchronous wakeup support for ep_poll_callback
|
||
- ceph: fix memory leaks in __ceph_sync_read()
|
||
- ceph: improve error handling and short/overflow-read logic in __ceph_sync_read()
|
||
- ceph: validate snapdirname option length when mounting
|
||
- of: Fix refcount leakage for OF node returned by __of_get_dma_parent()
|
||
- of: Fix error path in of_parse_phandle_with_args_map()
|
||
- udmabuf: also check for F_SEAL_FUTURE_WRITE
|
||
- nilfs2: fix buffer head leaks in calls to truncate_inode_pages()
|
||
- of/irq: Fix using uninitialized variable @addr_len in API of_irq_parse_one()
|
||
- of/irq: Fix interrupt-map cell length check in of_irq_parse_imap_parent()
|
||
- NFS/pnfs: Fix a live lock between recalled layouts and layoutget
|
||
- io_uring: Fix registered ring file refcount leak
|
||
- selftests/bpf: Use asm constraint "m" for LoongArch
|
||
- selftests/memfd: run sysctl tests when PID namespace support is enabled
|
||
- tracing: Add "%s" check in test_event_printk()
|
||
- tracing: Add missing helper functions in event pointer dereference check
|
||
- tracing: Fix test_event_printk() to process entire print argument
|
||
- smb: client: fix TCP timers deadlock after rmmod
|
||
- Drivers: hv: util: Avoid accessing a ringbuffer not initialized yet
|
||
- btrfs: tree-checker: reject inline extent items with 0 ref count
|
||
- vmalloc: fix accounting with i915
|
||
- zram: fix uninitialized ZRAM not releasing backing device
|
||
- zram: refuse to use zero sized block device as backing device
|
||
- hwmon: (tmp513) Fix interpretation of values of Temperature Result and Limit Registers
|
||
- hwmon: (tmp513) Fix Current Register value interpretation
|
||
- hwmon: (tmp513) Fix interpretation of values of Shunt Voltage and Limit Registers
|
||
- hwmon: (tmp513) Use SI constants from units.h
|
||
- hwmon: (tmp513) Simplify with dev_err_probe()
|
||
- hwmon: (tmp513) Don't use "proxy" headers
|
||
- drm/amdgpu: don't access invalid sched
|
||
- i915/guc: Accumulate active runtime on gt reset
|
||
- i915/guc: Ensure busyness counter increases motonically
|
||
- i915/guc: Reset engine utilization buffer before registration
|
||
- drm/panel: novatek-nt35950: fix return value check in nt35950_probe()
|
||
- thunderbolt: Improve redrive mode handling
|
||
- USB: serial: option: add Telit FE910C04 rmnet compositions
|
||
- USB: serial: option: add MediaTek T7XX compositions
|
||
- USB: serial: option: add Netprisma LCUK54 modules for WWAN Ready
|
||
- USB: serial: option: add MeiG Smart SLM770A
|
||
- USB: serial: option: add TCL IK512 MBIM & ECM
|
||
- hexagon: Disable constant extender optimization for LLVM prior to 19.1.0
|
||
- efivarfs: Fix error on non-existent file
|
||
- i2c: riic: Always round-up when calculating bus period
|
||
- chelsio/chtls: prevent potential integer overflow on 32bit
|
||
- net: tun: fix tun_napi_alloc_frags()
|
||
- KVM: x86: Cache CPUID.0xD XSTATE offsets+sizes during module init
|
||
- EDAC/amd64: Simplify ECC check on unified memory controllers
|
||
- mmc: mtk-sd: disable wakeup in .remove() and in the error path of .probe()
|
||
- mmc: sdhci-tegra: Remove SDHCI_QUIRK_BROKEN_ADMA_ZEROLEN_DESC quirk
|
||
- net: mdiobus: fix an OF node reference leak
|
||
- selftests: openvswitch: fix tcpdump execution
|
||
- netfilter: ipset: Fix for recursive locking warning
|
||
- ipvs: Fix clamp() of ip_vs_conn_tab on small memory systems
|
||
- net: ethernet: bgmac-platform: fix an OF node reference leak
|
||
- ksmbd: fix broken transfers when exceeding max simultaneous operations
|
||
- ksmbd: count all requests in req_running counter
|
||
- net: renesas: rswitch: rework ts tags management
|
||
- ionic: use ee->offset when returning sprom data
|
||
- netdevsim: prevent bad user input in nsim_dev_health_break_write()
|
||
- net: mscc: ocelot: fix incorrect IFH SRC_PORT field in ocelot_ifh_set_basic()
|
||
- net/smc: check sndbuf_space again after NOSPACE flag is set in smc_poll
|
||
- cxl/region: Fix region creation for greater than x2 switches
|
||
- cxl/pci: Fix potential bogus return value upon successful probing
|
||
- tools: hv: change permissions of NetworkManager configuration file
|
||
- xfs: reset rootdir extent size hint after growfsrt
|
||
- xfs: take m_growlock when running growfsrt
|
||
- xfs: Fix the owner setting issue for rmap query in xfs fsmap
|
||
- xfs: conditionally allow FS_XFLAG_REALTIME changes if S_DAX is set
|
||
- xfs: attr forks require attr, not attr2
|
||
- xfs: remove unused parameter in macro XFS_DQUOT_LOGRES
|
||
- xfs: fix file_path handling in tracepoints
|
||
- xfs: convert comma to semicolon
|
||
- xfs: Fix xfs_prepare_shift() range for RT
|
||
- xfs: Fix xfs_flush_unmap_range() range for RT
|
||
- xfs: create a new helper to return a file's allocation unit
|
||
- xfs: declare xfs_file.c symbols in xfs_file.h
|
||
- xfs: use consistent uid/gid when grabbing dquots for inodes
|
||
- xfs: verify buffer, inode, and dquot items every tx commit
|
||
- xfs: fix the contact address for the sysfs ABI documentation
|
||
- i2c: pnx: Fix timeout in wait functions
|
||
- p2sb: Do not scan and remove the P2SB device when it is unhidden
|
||
- p2sb: Move P2SB hide and unhide code to p2sb_scan_and_cache()
|
||
- p2sb: Introduce the global flag p2sb_hidden_by_bios
|
||
- p2sb: Factor out p2sb_read_from_cache()
|
||
- platform/x86: p2sb: Make p2sb_get_devfn() return void
|
||
- usb: cdns3: Add quirk flag to enable suspend residency
|
||
- PCI/AER: Disable AER service on suspend
|
||
- PCI: Use preserve_config in place of pci_flags
|
||
- ASoC: Intel: sof_sdw: add quirk for Dell SKU 0B8C
|
||
- ASoC: Intel: sof_sdw: fix jack detection on ADL-N variant RVP
|
||
- MIPS: Loongson64: DTS: Fix msi node for ls7a
|
||
- usb: cdns3-ti: Add workaround for Errata i2409
|
||
- PCI: Add ACS quirk for Broadcom BCM5760X NIC
|
||
- PCI: vmd: Create domain symlink before pci_bus_add_devices()
|
||
- usb: dwc2: gadget: Don't write invalid mapped sg entries into dma_desc with iommu enabled
|
||
- net: sched: fix ordering of qlen adjustment
|
||
- x86/static-call: fix 32-bit build
|
||
- x86/xen: remove hypercall page
|
||
- x86/xen: use new hypercall functions instead of hypercall page
|
||
- x86/xen: add central hypercall functions
|
||
- x86/static-call: provide a way to do very early static-call updates
|
||
- objtool/x86: allow syscall instruction
|
||
- x86: make get_cpu_vendor() accessible from Xen code
|
||
- xen/netfront: fix crash when removing device
|
||
- net: rswitch: Avoid use-after-free in rswitch_poll()
|
||
- selftests/bpf: remove use of __xlated()
|
||
- tracing/kprobes: Skip symbol counting logic for module symbols in create_local_trace_kprobe()
|
||
- kselftest/arm64: abi: fix SVCR detection
|
||
- blk-iocost: Avoid using clamp() on inuse in __propagate_weights()
|
||
- net: dsa: microchip: KSZ9896 register regmap alignment to 32 bit boundaries
|
||
- net: renesas: rswitch: fix initial MPIC register setting
|
||
- Bluetooth: SCO: Add support for 16 bits transparent voice setting
|
||
- Bluetooth: iso: Fix recursive locking warning
|
||
- ACPICA: events/evxfregn: don't release the ContextMutex that was never acquired
|
||
- team: Fix feature propagation of NETIF_F_GSO_ENCAP_ALL
|
||
- bonding: Fix feature propagation of NETIF_F_GSO_ENCAP_ALL
|
||
- net/sched: netem: account for backlog updates from child qdisc
|
||
- net: dsa: felix: fix stuck CPU-injected packets with short taprio windows
|
||
- netfilter: nf_tables: do not defer rule destruction via call_rcu
|
||
- net: renesas: rswitch: handle stop vs interrupt race
|
||
- net: renesas: rswitch: fix leaked pointer on error path
|
||
- net: renesas: rswitch: fix race window between tx start and complete
|
||
- net: rswitch: Add jumbo frames handling for TX
|
||
- net: rswitch: Add a setting ext descriptor function
|
||
- net: rswitch: Add unmap_addrs instead of dma address in each desc
|
||
- net: rswitch: Use build_skb() for RX
|
||
- net: rswitch: Use unsigned int for desc related array index
|
||
- net: rswitch: Drop unused argument/return value
|
||
- Documentation: PM: Clarify pm_runtime_resume_and_get() return value
|
||
- ASoC: amd: yc: Fix the wrong return value
|
||
- ALSA: control: Avoid WARN() for symlink errors
|
||
- qca_spi: Make driver probing reliable
|
||
- qca_spi: Fix clock speed for multiple QCA7000
|
||
- cxgb4: use port number to set mac addr
|
||
- ACPI: resource: Fix memory resource type union access
|
||
- net: sparx5: fix the maximum frame length register
|
||
- net: sparx5: fix FDMA performance issue
|
||
- spi: aspeed: Fix an error handling path in aspeed_spi_[read|write]_user()
|
||
- net: mscc: ocelot: perform error cleanup in ocelot_hwstamp_set()
|
||
- net: mscc: ocelot: be resilient to loss of PTP packets during transmission
|
||
- net: mscc: ocelot: ocelot->ts_id_lock and ocelot_port->tx_skbs.lock are IRQ-safe
|
||
- net: mscc: ocelot: improve handling of TX timestamp for unknown skb
|
||
- net: mscc: ocelot: fix memory leak on ocelot_port_add_txtstamp_skb()
|
||
- net: lapb: increase LAPB_HEADER_LEN
|
||
- ptp: kvm: x86: Return EOPNOTSUPP instead of ENODEV from kvm_arch_ptp_init()
|
||
- selftests: mlxsw: sharedbuffer: Ensure no extra packets are counted
|
||
- selftests: mlxsw: sharedbuffer: Remove duplicate test cases
|
||
- selftests: mlxsw: sharedbuffer: Remove h1 ingress test case
|
||
- wifi: cfg80211: sme: init n_channels before channels[] access
|
||
- tipc: fix NULL deref in cleanup_bearer()
|
||
- batman-adv: Do not let TT changes list grows indefinitely
|
||
- batman-adv: Remove uninitialized data in full table TT response
|
||
- batman-adv: Do not send uninitialized TT changes
|
||
- amdgpu/uvd: get ring reference from rq scheduler
|
||
- wifi: mac80211: fix station NSS capability initialization order
|
||
- wifi: mac80211: clean up 'ret' in sta_link_apply_parameters()
|
||
- wifi: mac80211: init cnt before accessing elem in ieee80211_copy_mbssid_beacon
|
||
- rtla/timerlat: Make timerlat_hist_cpu->*_count unsigned long long
|
||
- bpf, sockmap: Fix update element with same
|
||
- bpf, sockmap: Fix race between element replace and close()
|
||
- xfs: only run precommits once per transaction object
|
||
- xfs: fix scrub tracepoints when inode-rooted btrees are involved
|
||
- xfs: return from xfs_symlink_verify early on V4 filesystems
|
||
- xfs: don't drop errno values when we fail to ficlone the entire range
|
||
- xfs: update btree keys correctly when _insrec splits an inode root block
|
||
- drm/i915: Fix memory leak by correcting cache object name in error handler
|
||
- usb: dwc3: xilinx: make sure pipe clock is deselected in usb2 only mode
|
||
- usb: gadget: u_serial: Fix the issue that gs_start_io crashed due to accessing null pointer
|
||
- usb: typec: anx7411: fix OF node reference leaks in anx7411_typec_switch_probe()
|
||
- usb: typec: anx7411: fix fwnode_handle reference leak
|
||
- usb: ehci-hcd: fix call balance of clocks handling routines
|
||
- usb: gadget: midi2: Fix interpretation of is_midi1 bits
|
||
- scsi: ufs: core: Update compl_time_stamp_local_clock after completing a cqe
|
||
- usb: dwc2: Fix HCD port connection race
|
||
- usb: dwc2: hcd: Fix GetPortStatus & SetPortFeature
|
||
- usb: dwc2: Fix HCD resume
|
||
- ata: sata_highbank: fix OF node reference leak in highbank_initialize_phys()
|
||
- usb: host: max3421-hcd: Correctly abort a USB request.
|
||
- riscv: Fix IPIs usage in kfence_protect_page()
|
||
- ALSA: usb-audio: Add implicit feedback quirk for Yamaha THR5
|
||
- riscv: Fix wrong usage of __pa() on a fixmap address
|
||
- tcp: check space before adding MPTCP SYN options
|
||
- splice: do not checksum AF_UNIX sockets
|
||
- ksmbd: fix racy issue from session lookup and expire
|
||
- !15144 hwmon: (drivetemp) Fix driver producing garbage data when SCSI errors occur
|
||
- hwmon: (drivetemp) Fix driver producing garbage data when SCSI errors occur
|
||
- !15143 scsi: mpi3mr: Fix corrupt config pages PHY state is switched in sysfs
|
||
- scsi: mpi3mr: Fix corrupt config pages PHY state is switched in sysfs
|
||
- !15132 CVE-2024-56607 fix
|
||
- wifi: ath12k: fix atomic calls in ath12k_mac_op_set_bitrate_mask()
|
||
- wifi: mac80211: Add non-atomic station iterator
|
||
- !15140 iio: adc: rockchip_saradc: fix information leak in triggered buffer
|
||
- iio: adc: rockchip_saradc: fix information leak in triggered buffer
|
||
|
||
* Wed Feb 19 2025 ZhangPeng <zhangpeng362@huawei.com> - 6.6.0-78.0.0.71
|
||
- !15076 [olk 6.6] backport some feature patches for hibmcge driver
|
||
- net: hibmcge: Add nway_reset supported in this module
|
||
- net: hibmcge: Add reset supported in this module
|
||
- net: hibmcge: Add pauseparam supported in this module
|
||
- net: hibmcge: Add register dump supported in this module
|
||
- net: hibmcge: Add unicast frame filter supported in this module
|
||
- net: hibmcge: Add irq_info file to debugfs
|
||
- net: hibmcge: Add debugfs supported in this module
|
||
- lib/string_choices: Add str_true_false()/str_false_true() helper
|
||
- !15109 net: Fix icmp host relookup triggering ip_rt_bug
|
||
- net: Fix icmp host relookup triggering ip_rt_bug
|
||
- !15105 ipv6: Fix soft lockups in fib6_select_path under high next hop churn
|
||
- ipv6: Fix soft lockups in fib6_select_path under high next hop churn
|
||
- !15106 netfilter: conntrack: clamp maximum hashtable size to INT_MAX
|
||
- netfilter: conntrack: clamp maximum hashtable size to INT_MAX
|
||
- !15101 net/mlx5e: Don't call cleanup on profile rollback failure
|
||
- net/mlx5e: Don't call cleanup on profile rollback failure
|
||
- !15103 ethtool: fail closed if we can't get max channel used in indirection tables
|
||
- ethtool: fail closed if we can't get max channel used in indirection tables
|
||
- !15102 v2 net: Fix CVE-2024-56658
|
||
- net: Fix kabi breakage in struct net
|
||
- net: defer final 'struct net' free in netns dismantle
|
||
- !15107 netfilter: IDLETIMER: Fix for possible ABBA deadlock
|
||
- netfilter: IDLETIMER: Fix for possible ABBA deadlock
|
||
- !15110 net/mlx5e: Skip restore TC rules for vport rep without loaded flag
|
||
- net/mlx5e: Skip restore TC rules for vport rep without loaded flag
|
||
- !15111 net: wwan: t7xx: Fix FSM command timeout issue
|
||
- net: wwan: t7xx: Fix FSM command timeout issue
|
||
- !15112 net_sched: cls_flow: validate TCA_FLOW_RSHIFT attribute
|
||
- net_sched: cls_flow: validate TCA_FLOW_RSHIFT attribute
|
||
- !15113 sched: sch_cake: add bounds checks to host bulk flow fairness counts
|
||
- sched: sch_cake: add bounds checks to host bulk flow fairness counts
|
||
- !15119 mm: resolve faulty mmap_region() error path behaviour
|
||
- mm: resolve faulty mmap_region() error path behaviour
|
||
- !15118 iio: adc: at91: call input_free_device() on allocated iio_dev
|
||
- iio: adc: at91: call input_free_device() on allocated iio_dev
|
||
- !15123 mm, madvise: fix potential workingset node list_lru leaks
|
||
- mm, madvise: fix potential workingset node list_lru leaks
|
||
- mm: move mapping_set_update out of <linux/swap.h>
|
||
- !15055 iomap: avoid avoid truncating 64-bit offset to 32 bits
|
||
- iomap: avoid avoid truncating 64-bit offset to 32 bits
|
||
- !15128 ALSA: seq: oss: Fix races at processing SysEx messages
|
||
- ALSA: seq: oss: Fix races at processing SysEx messages
|
||
- !14972 selinux: ignore unknown extended permissions
|
||
- selinux: ignore unknown extended permissions
|
||
- !15121 KVM: arm64: Get rid of userspace_irqchip_in_use
|
||
- KVM: arm64: Get rid of userspace_irqchip_in_use
|
||
- !13446 [OLK-6.6]crypto: montage - fix variable 'device_handle' is uninitialized warning for Mont-TSSE driver
|
||
- crypto: montage - fix variable 'device_handle' is unintialized warning for Mont-TSSE driver
|
||
- !15133 Upgrade Hygon HCT driver to version 0.6
|
||
- hct: remove the unused variables from hct shared structure.
|
||
- hct: add write support for node use of MDEV devices.
|
||
- hct: fix vm_start issue caused by pre allocated vma changes.
|
||
- hct: compatible with hct.ko modules in versions 0.5 and earlier.
|
||
- hct: update pasid type from int to long.
|
||
- hct: sharing CCP resources between host and virtual machines.
|
||
- hct: adding node to identifies hct mdev device usage status.
|
||
- !15083 mm/vmalloc: combine all TLB flush operations of KASAN shadow virtual address into one operation
|
||
- mm/vmalloc: combine all TLB flush operations of KASAN shadow virtual address into one operation
|
||
- !15080 [OLK-6.6] crypto: zhaoxin - Fix incorrect parameter in sm4 driver
|
||
- crypto: zhaoxin - Fix incorrect parameter in sm4 driver
|
||
- !15078 [OLK-6.6] crypto: zhaoxin - Optimize the assembly code in the SM3 driver
|
||
- crypto: zhaoxin - Optimize the assembly code in the SM3 driver
|
||
- !15068 [openEuler-24.03-LTS][linux-6.6.y sync] Backport 6.6.64-6.6.66 LTS Patches
|
||
- i3c: master: svc: fix possible assignment of the same address to two devices
|
||
- i3c: master: Remove i3c_dev_disable_ibi_locked(olddev) on device hotjoin
|
||
- serial: amba-pl011: fix build regression
|
||
- platform/x86: asus-wmi: Fix thermal profile initialization
|
||
- ALSA: usb-audio: Update UMP group attributes for GTB blocks, too
|
||
- usb: dwc3: ep0: Don't reset resource alloc flag
|
||
- drm/amdgpu: rework resume handling for display (v2)
|
||
- ASoC: Intel: avs: Fix return status of avs_pcm_hw_constraints_init()
|
||
- ocfs2: Revert "ocfs2: fix the la space leak when unmounting an ocfs2 volume"
|
||
- btrfs: add cancellation points to trim loops
|
||
- iio: invensense: fix multiple odr switch when FIFO is off
|
||
- xhci: dbc: Fix STALL transfer event handling
|
||
- mm/damon/vaddr: fix issue in damon_va_evenly_split_region()
|
||
- KVM: x86/mmu: Ensure that kvm_release_pfn_clean() takes exact pfn from kvm_faultin_pfn()
|
||
- vfio/mlx5: Align the page tracking max message size with the device capability
|
||
- x86: Fix build regression with CONFIG_KEXEC_JUMP enabled
|
||
- tracing/eprobe: Fix to release eprobe when failed to add dyn_event
|
||
- clk: en7523: Initialize num before accessing hws in en7523_register_clocks()
|
||
- btrfs: fix missing snapshot drew unlock when root is dead during swap activation
|
||
- setlocalversion: work around "git describe" performance
|
||
- smb: client: don't try following DFS links in cifs_tree_connect()
|
||
- serial: 8250_dw: Add Sophgo SG2044 quirk
|
||
- rtc: cmos: avoid taking rtc_lock for extended period of time
|
||
- misc: eeprom: eeprom_93cx6: Add quirk for extra read clock cycle
|
||
- powerpc/prom_init: Fixup missing powermac #size-cells
|
||
- ASoC: amd: yc: Add quirk for microphone on Lenovo Thinkpad T14s Gen 6 21M1CTO1WW
|
||
- MIPS: Loongson64: DTS: Really fix PCIe port nodes for ls7a
|
||
- drm/amdgpu/vcn: reset fw_shared when VCPU buffers corrupted on vcn v4.0.3
|
||
- ASoC: amd: yc: fix internal mic on Redmi G 2022
|
||
- iio: light: ltr501: Add LTER0303 to the supported devices
|
||
- usb: chipidea: udc: handle USB Error Interrupt if IOC not set
|
||
- fs/ntfs3: Fix case when unmarked clusters intersect with zone
|
||
- ACPI: x86: Clean up Asus entries in acpi_quirk_skip_dmi_ids[]
|
||
- ACPI: x86: Add skip i2c clients quirk for Acer Iconia One 8 A1-840
|
||
- f2fs: fix to shrink read extent node in batches
|
||
- f2fs: print message if fscorrupted was found in f2fs_new_node_page()
|
||
- PCI: Add ACS quirk for Wangxun FF5xxx NICs
|
||
- PCI: Add 'reset_subordinate' to reset hierarchy below bridge
|
||
- PCI: Detect and trust built-in Thunderbolt chips
|
||
- PCI: vmd: Set devices to D0 before enabling PM L1 Substates
|
||
- PCI: vmd: Add DID 8086:B06F and 8086:B60B for Intel client SKUs
|
||
- PCI: qcom: Add support for IPQ9574
|
||
- KMSAN: uninit-value in inode_go_dump (5)
|
||
- verification/dot2: Improve dot parser robustness
|
||
- smb: client: memcpy() with surrounding object base address
|
||
- nvdimm: rectify the illogical code within nd_dax_probe()
|
||
- thermal/drivers/qcom/tsens-v1: Add support for MSM8937 tsens
|
||
- pinctrl: qcom: spmi-mpp: Add PM8937 compatible
|
||
- pinctrl: qcom-pmic-gpio: add support for PM8937
|
||
- scsi: st: Add MTIOCGET and MTLOAD to ioctls allowed after device reset
|
||
- scsi: st: Don't modify unknown block number in MTIOCGET
|
||
- leds: class: Protect brightness_show() with led_cdev->led_access mutex
|
||
- clk: qcom: tcsrcc-sm8550: add SAR2130P support
|
||
- clk: qcom: rpmh: add support for SAR2130P
|
||
- clk: qcom: rcg2: add clk_rcg2_shared_floor_ops
|
||
- scsi: lpfc: Call lpfc_sli4_queue_unset() in restart and rmmod paths
|
||
- scsi: ufs: core: Make DMA mask configuration more flexible
|
||
- rtla/timerlat: Make timerlat_top_cpu->*_count unsigned long long
|
||
- tools/rtla: fix collision with glibc sched_attr/sched_set_attr
|
||
- tracing: Use atomic64_inc_return() in trace_clock_counter()
|
||
- tracing/ftrace: disable preemption in syscall probe
|
||
- pinctrl: freescale: fix COMPILE_TEST error with PINCTRL_IMX_SCU
|
||
- netpoll: Use rcu_access_pointer() in __netpoll_setup
|
||
- net/neighbor: clear error in case strict check is not set
|
||
- rocker: fix link status detection in rocker_carrier_init()
|
||
- ASoC: hdmi-codec: reorder channel allocation list
|
||
- Bluetooth: Set quirks for ATS2851
|
||
- Bluetooth: Support new quirks for ATS2851
|
||
- Bluetooth: Add new quirks for ATS2851
|
||
- Bluetooth: btusb: Add RTL8852BE device 0489:e123 to device tables
|
||
- dsa: qca8k: Use nested lock to avoid splat
|
||
- wifi: brcmfmac: Fix oops due to NULL pointer dereference in brcmf_sdiod_sglist_rw()
|
||
- wifi: ipw2x00: libipw_rx_any(): fix bad alignment
|
||
- ALSA: usb-audio: Make mic volume workarounds globally applicable
|
||
- virtio-net: fix overflow inside virtnet_rq_alloc
|
||
- drm/amdgpu: skip amdgpu_device_cache_pci_state under sriov
|
||
- fsl/fman: Validate cell-index value obtained from Device Tree
|
||
- dma-debug: fix a possible deadlock on radix_lock
|
||
- drm/amdgpu: refine error handling in amdgpu_ttm_tt_pin_userptr
|
||
- netlink: specs: Add missing bitset attrs to ethtool spec
|
||
- drm/amdgpu: Dereference the ATCS ACPI buffer
|
||
- drm/amdgpu: clear RB_OVERFLOW bit when enabling interrupts for vega20_ih
|
||
- drm/sched: memset() 'job' in drm_sched_job_init()
|
||
- net: stmmac: Programming sequence for VLAN packets with split header
|
||
- net: sfp: change quirks for Alcatel Lucent G-010S-P
|
||
- drm/panel: simple: Add Microchip AC69T88A LVDS Display panel
|
||
- fanotify: allow reporting errors on failure to open fd
|
||
- wifi: ath5k: add PCI ID for Arcadyan devices
|
||
- wifi: ath5k: add PCI ID for SX76X
|
||
- net: inet6: do not leave a dangling sk pointer in inet6_create()
|
||
- net: inet: do not leave a dangling sk pointer in inet_create()
|
||
- net: ieee802154: do not leave a dangling sk pointer in ieee802154_create()
|
||
- net: af_can: do not leave a dangling sk pointer in can_create()
|
||
- af_packet: avoid erroring out after sock_init_data() in packet_create()
|
||
- net/sched: cbs: Fix integer overflow in cbs_set_port_rate()
|
||
- net: ethernet: fs_enet: Use %pa to format resource_size_t
|
||
- net: fec_mpc52xx_phy: Use %pa to format resource_size_t
|
||
- samples/bpf: Fix a resource leak
|
||
- r8169: don't apply UDP padding quirk on RTL8126A
|
||
- drm/display: Fix building with GCC 15
|
||
- dlm: fix possible lkb_resource null dereference
|
||
- drm/radeon/r600_cs: Fix possible int overflow in r600_packet3_check()
|
||
- drm/mcde: Enable module autoloading
|
||
- drm/bridge: it6505: Enable module autoloading
|
||
- drm: panel-orientation-quirks: Add quirk for AYA NEO GEEK
|
||
- drm: panel-orientation-quirks: Add quirk for AYA NEO Founder edition
|
||
- drm: panel-orientation-quirks: Add quirk for AYA NEO 2 model
|
||
- drm/vc4: hvs: Set AXI panic modes for the HVS
|
||
- drm/vc4: hdmi: Avoid log spam for audio start failure
|
||
- HID: magicmouse: Apple Magic Trackpad 2 USB-C driver support
|
||
- selftests/resctrl: Protect against array overflow when reading strings
|
||
- regmap: maple: Provide lockdep (sub)class for maple tree's internal lock
|
||
- mmc: sdhci-esdhc-imx: enable quirks SDHCI_QUIRK_NO_LED
|
||
- mmc: core: Add SD card quirk for broken poweroff notification
|
||
- media: cx231xx: Add support for Dexatek USB Video Grabber 1d19:6108
|
||
- media: uvcvideo: Add a quirk for the Kaiweets KTI-W02 infrared camera
|
||
- media: uvcvideo: RealSense D421 Depth module metadata
|
||
- HID: add per device quirk to force bind to hid-generic
|
||
- spi: spi-fsl-lpspi: Adjust type of scldiv
|
||
- perf/x86/amd: Warn only on new bits set
|
||
- ACPI: x86: Make UART skip quirks work on PCI UARTs without an UID
|
||
- hwmon: (nct6775) Add 665-ACE/600M-CL to ASUS WMI monitoring list
|
||
- kselftest/arm64: Don't leak pipe fds in pac.exec_sign_all()
|
||
- btrfs: do not clear read-only when adding sprout device
|
||
- btrfs: avoid unnecessary device path update for the same device
|
||
- btrfs: don't take dev_replace rwsem on task already holding it
|
||
- kselftest/arm64: Log fp-stress child startup errors to stdout
|
||
- epoll: annotate racy check
|
||
- x86/mm: Add _PAGE_NOPTISHADOW bit to avoid updating userspace page tables
|
||
- kasan: make report_lock a raw spinlock
|
||
- lib: stackinit: hide never-taken branch from compiler
|
||
- ocfs2: update seq_file index in ocfs2_dlm_seq_next
|
||
- mmc: core: Further prevent card detect during shutdown
|
||
- mmc: sdhci-pci: Add DMI quirk for missing CD GPIO on Vexia Edu Atla 10 tablet
|
||
- regmap: detach regmap from dev on regmap_exit
|
||
- dma-fence: Use kernel's sort for merging fences
|
||
- dma-fence: Fix reference leak on fence merge failure path
|
||
- dma-buf: fix dma_fence_array_signaled v4
|
||
- x86/kexec: Restore GDT on return from ::preserve_context kexec
|
||
- modpost: Add .irqentry.text to OTHER_SECTIONS
|
||
- drm/amdgpu/hdp5.2: do a posting read when flushing HDP
|
||
- drm/dp_mst: Fix resetting msg rx state after topology removal
|
||
- drm/dp_mst: Verify request type in the corresponding down message reply
|
||
- drm/dp_mst: Fix MST sideband message body length check
|
||
- bcache: revert replacing IS_ERR_OR_NULL with IS_ERR again
|
||
- smb3.1.1: fix posix mounts to older servers
|
||
- fs/smb/client: cifs_prime_dcache() for SMB3 POSIX reparse points
|
||
- fs/smb/client: Implement new SMB3 POSIX type
|
||
- fs/smb/client: avoid querying SMB2_OP_QUERY_WSL_EA for SMB3 POSIX
|
||
- scsi: ufs: core: Add missing post notify for power mode change
|
||
- scsi: qla2xxx: Remove check req_sg_cnt should be equal to rsp_sg_cnt
|
||
- scsi: qla2xxx: Supported speed displayed incorrectly for VPorts
|
||
- scsi: qla2xxx: Fix NVMe and NPIV connect issue
|
||
- scsi: qla2xxx: Fix abort in bsg timeout
|
||
- ALSA: hda/realtek: Add support for Samsung Galaxy Book3 360 (NP730QFG)
|
||
- ALSA: hda/realtek: Enable mute and micmute LED on HP ProBook 430 G8
|
||
- ALSA: usb-audio: add mixer mapping for Corsair HS80
|
||
- arm64: Ensure bits ASID[15:8] are masked out when the kernel uses 8-bit ASIDs
|
||
- tracing: Fix cmp_entries_dup() to respect sort() comparison rules
|
||
- can: mcp251xfd: mcp251xfd_get_tef_len(): work around erratum DS80000789E 6.
|
||
- can: dev: can_set_termination(): allow sleeping GPIOs
|
||
- watchdog: rti: of: honor timeout-sec property
|
||
- LoongArch: Add architecture specific huge_pte_clear()
|
||
- x86/CPU/AMD: WARN when setting EFER.AUTOIBRS if and only if the WRMSR fails
|
||
- bpf: Fix exact match conditions in trie_get_next_key()
|
||
- iio: magnetometer: yas530: use signed integer type for clamp limits
|
||
- scatterlist: fix incorrect func name in kernel-doc
|
||
- drm/v3d: Enable Performance Counters before clearing them
|
||
- ASoC: mediatek: mt8188-mt6359: Remove hardcoded dmic codec
|
||
- scsi: scsi_debug: Fix hrtimer support for ndelay
|
||
- ASoC: SOF: ipc3-topology: fix resource leaks in sof_ipc3_widget_setup_comp_dai()
|
||
- ASoC: SOF: ipc3-topology: Convert the topology pin index to ALH dai index
|
||
- tools: Override makefile ARCH variable if defined, but empty
|
||
- ALSA: usb-audio: Notify xrun for low-latency mode
|
||
- ALSA: seq: ump: Fix seq port updates per FB info notify
|
||
- ALSA: ump: Update substream name from assigned FB names
|
||
- ALSA: seq: ump: Use automatic cleanup of kfree()
|
||
- drm/sti: Add __iomem for mixer_dbg_mxn's parameter
|
||
- bpftool: fix potential NULL pointer dereferencing in prog_dump()
|
||
- xsk: always clear DMA mapping information when unmapping the pool
|
||
- bpf, vsock: Invoke proto::close on close()
|
||
- bpf, vsock: Fix poll() missing a queue
|
||
- scsi: ufs: core: Add ufshcd_send_bsg_uic_cmd() for UFS BSG
|
||
- scsi: ufs: core: Always initialize the UIC done completion
|
||
- drm/bridge: it6505: Fix inverted reset polarity
|
||
- drm/bridge: it6505: update usleep_range for RC circuit charge time
|
||
- i3c: master: Fix dynamic address leak when 'assigned-address' is present
|
||
- i3c: master: Extend address status bit to 4 and add I3C_ADDR_SLOT_EXT_DESIRED
|
||
- i3c: master: Replace hard code 2 with macro I3C_ADDR_SLOT_STATUS_BITS
|
||
- i3c: master: svc: Modify enabled_events bit 7:0 to act as IBI enable counter
|
||
- i3c: master: svc: use slow speed for first broadcast address
|
||
- i3c: master: support to adjust first broadcast address speed
|
||
- i3c: master: fix kernel-doc check warning
|
||
- i3c: master: svc: add hot join support
|
||
- i3c: master: add enable(disable) hot join in sys entry
|
||
- f2fs: fix to drop all discards after creating snapshot on lvm device
|
||
- driver core: fw_devlink: Stop trying to optimize cycle detection logic
|
||
- driver core: Add FWLINK_FLAG_IGNORE to completely ignore a fwnode link
|
||
- driver core: fw_devlink: Improve logs for cycle detection
|
||
- ntp: Remove invalid cast in time offset math
|
||
- powerpc/vdso: Drop -mstack-protector-guard flags in 32-bit files with clang
|
||
- powerpc/vdso: Refactor CFLAGS for CVDSO build
|
||
- mmc: mtk-sd: Fix MMC_CAP2_CRYPTO flag setting
|
||
- mmc: mtk-sd: fix devm_clk_get_optional usage
|
||
- mmc: mtk-sd: Fix error handle of probe function
|
||
- mmc: mtk-sd: use devm_mmc_alloc_host
|
||
- usb: dwc3: ep0: Don't clear ep0 DWC3_EP_TRANSFER_STARTED
|
||
- usb: dwc3: ep0: Don't reset resource alloc flag (including ep0)
|
||
- usb: dwc3: gadget: Rewrite endpoint allocation flow
|
||
- soc: fsl: cpm1: qmc: Set the ret error code on platform_get_irq() failure
|
||
- soc: fsl: cpm1: qmc: Introduce qmc_{init,exit}_xcc() and their CPM1 version
|
||
- soc: fsl: cpm1: qmc: Introduce qmc_init_resource() and its CPM1 version
|
||
- soc: fsl: cpm1: qmc: Re-order probe() operations
|
||
- soc: fsl: cpm1: qmc: Fix blank line and spaces
|
||
- soc/fsl: cpm: qmc: Convert to platform remove callback returning void
|
||
- serial: amba-pl011: Fix RX stall when DMA is used
|
||
- serial: amba-pl011: Use port lock wrappers
|
||
- xhci: Fix control transfer error on Etron xHCI host
|
||
- xhci: Don't issue Reset Device command to Etron xHCI host
|
||
- xhci: Combine two if statements for Etron xHCI host
|
||
- xhci: remove XHCI_TRUST_TX_LENGTH quirk
|
||
- xhci: Allow RPM on the USB controller (1022:43f7) by default
|
||
- net: avoid potential UAF in default_operstate()
|
||
- net/mlx5e: Remove workaround to avoid syndrome for internal port
|
||
- geneve: do not assume mac header is set in geneve_xmit_skb()
|
||
- mlxsw: spectrum_acl_flex_keys: Use correct key block on Spectrum-4
|
||
- mlxsw: spectrum_acl_flex_keys: Constify struct mlxsw_afk_element_inst
|
||
- mlxsw: Mark high entropy key blocks
|
||
- mlxsw: Edit IPv6 key blocks to use one less block for multicast forwarding
|
||
- mlxsw: spectrum_acl_flex_keys: Add 'ipv4_5b' flex key
|
||
- mlxsw: Add 'ipv4_5' flex key
|
||
- ethtool: Fix wrong mod state in case of verbose and no_mask bitset
|
||
- netfilter: nft_set_hash: skip duplicated elements pending gc run
|
||
- netfilter: ipset: Hold module reference while requesting a module
|
||
- net: sched: fix erspan_opt settings in cls_flower
|
||
- ixgbe: downgrade logging of unsupported VF API version to debug
|
||
- ixgbevf: stop attempting IPSEC offload on Mailbox API 1.5
|
||
- net/qed: allow old cards not supporting "num_images" to work
|
||
- tipc: Fix use-after-free of kernel socket in cleanup_bearer().
|
||
- dccp: Fix memory leak in dccp_feat_change_recv
|
||
- net/ipv6: release expired exception dst cached in socket
|
||
- ipv6: introduce dst_rt6_info() helper
|
||
- net-timestamp: make sk_tskey more predictable in error path
|
||
- platform/x86: asus-wmi: Ignore return value when writing thermal policy
|
||
- platform/x86: asus-wmi: Fix inconsistent use of thermal policies
|
||
- platform/x86: asus-wmi: add support for vivobook fan profiles
|
||
- can: j1939: j1939_session_new(): fix skb reference counting
|
||
- net: hsr: avoid potential out-of-bound access in fill_frame_info()
|
||
- net/sched: tbf: correct backlog statistic for GSO packets
|
||
- ptp: Add error handling for adjfine callback in ptp_clock_adjtime
|
||
- selftests: hid: fix typo and exit code
|
||
- netfilter: nft_socket: remove WARN_ON_ONCE on maximum cgroup level
|
||
- netfilter: x_tables: fix LED ID check in led_tg_check()
|
||
- ipvs: fix UB due to uninitialized stack access in ip_vs_protocol_init()
|
||
- can: f81604: f81604_handle_can_bus_errors(): fix {rx,tx}_errors statistics
|
||
- can: ems_usb: ems_usb_rx_err(): fix {rx,tx}_errors statistics
|
||
- can: sun4i_can: sun4i_can_err(): fix {rx,tx}_errors statistics
|
||
- can: sja1000: sja1000_err(): fix {rx,tx}_errors statistics
|
||
- can: hi311x: hi3110_can_ist(): fix {rx,tx}_errors statistics
|
||
- can: ifi_canfd: ifi_canfd_handle_lec_err(): fix {rx,tx}_errors statistics
|
||
- can: m_can: m_can_handle_lec_err(): fix {rx,tx}_errors statistics
|
||
- can: hi311x: hi3110_can_ist(): fix potential use-after-free
|
||
- can: sun4i_can: sun4i_can_err(): call can_change_state() even if cf is NULL
|
||
- can: c_can: c_can_handle_bus_err(): update statistics if skb allocation fails
|
||
- can: gs_usb: add usb endpoint address detection at driver probe step
|
||
- can: gs_usb: add VID/PID for Xylanta SAINT3 product family
|
||
- watchdog: mediatek: Make sure system reset gets asserted in mtk_wdt_restart()
|
||
- watchdog: apple: Actually flush writes after requesting watchdog restart
|
||
- watchdog: xilinx_wwdt: Calculate max_hw_heartbeat_ms using clock frequency
|
||
- iTCO_wdt: mask NMI_NOW bit for update_no_reboot_bit() call
|
||
- openrisc: Use asm-generic's version of fix_to_virt() & virt_to_fix()
|
||
- Revert "x86/pvh: Set phys_base when calling xen_prepare_pvh()"
|
||
- Revert "x86/pvh: Call C code via the kernel virtual mapping"
|
||
- !15069 fs/proc: fix softlockup in __read_vmcore (part 2)
|
||
- fs/proc: fix softlockup in __read_vmcore (part 2)
|
||
- !15067 irqchip/gic-v3-its: Don't enable interrupts in its_irq_set_vcpu_affinity()
|
||
- irqchip/gic-v3-its: Don't enable interrupts in its_irq_set_vcpu_affinity()
|
||
- !15065 fix CVE-2025-21668
|
||
- pmdomain: imx8mp-blk-ctrl: add missing loop break condition
|
||
- !15056 [openEuler-24.03-LTS][linux-6.6.y sync] Backport 6.6.63-6.6.64 LTS Patches
|
||
- posix-timers: Target group sigqueue to current task only if not exiting
|
||
- drm/amd/pm: update current_socclk and current_uclk in gpu_metrics on smu v13.0.7
|
||
- drm/amdgpu: fix usage slab after free
|
||
- drm/amdkfd: Use the correct wptr size
|
||
- drm: xlnx: zynqmp_dpsub: fix hotplug detection
|
||
- drm/etnaviv: flush shader L1 cache after user commandstream
|
||
- drm/mediatek: Fix child node refcount handling in early exit
|
||
- drm/sti: avoid potential dereference of error pointers in sti_hqvdp_atomic_check
|
||
- udmabuf: use vmf_insert_pfn and VM_PFNMAP for handling mmap
|
||
- powerpc: Adjust adding stack protector flags to KBUILD_CLAGS for clang
|
||
- powerpc: Fix stack protector Kconfig test for clang
|
||
- iio: gts: fix infinite loop for gain_to_scaletables()
|
||
- iio: Fix fwnode_handle in __fwnode_iio_channel_get_by_name()
|
||
- iio: accel: kx022a: Fix raw read format
|
||
- nfsd: make sure exp active before svc_export_show
|
||
- PCI: rockchip-ep: Fix address translation unit programming
|
||
- PCI: of_property: Assign PCI instead of CPU bus address to dynamic PCI nodes
|
||
- dm thin: Add missing destroy_work_on_stack()
|
||
- dm: Fix typo in error message
|
||
- ovl: properly handle large files in ovl_security_fileattr
|
||
- leds: flash: mt6360: Fix device_for_each_child_node() refcounting in error paths
|
||
- thermal: int3400: Fix reading of current_uuid for active policy
|
||
- fs/proc/kcore.c: Clear ret value in read_kcore_iter after successful iov_iter_zero
|
||
- PCI: endpoint: Clear secondary (not primary) EPC in pci_epc_remove_epf()
|
||
- PCI: keystone: Add link up check to ks_pcie_other_map_bus()
|
||
- PCI: keystone: Set mode as Root Complex for "ti,keystone-pcie" compatible
|
||
- i3c: master: svc: Fix pm_runtime_set_suspended() with runtime pm enabled
|
||
- scsi: ufs: exynos: Fix hibern8 notify callbacks
|
||
- util_macros.h: fix/rework find_closest() macros
|
||
- ceph: extract entity name from device id
|
||
- mm/slub: Avoid list corruption when removing a slab from the full list
|
||
- ARM: 9431/1: mm: Pair atomic_set_release() with _read_acquire()
|
||
- ARM: 9430/1: entry: Do a dummy read from VMAP shadow
|
||
- s390/entry: Mark IRQ entries to fix stack depot warnings
|
||
- ARM: 9429/1: ioremap: Sync PGDs for VMALLOC shadow
|
||
- clk: qcom: gcc-qcs404: fix initial rate of GPLL3
|
||
- leds: lp55xx: Remove redundant test for invalid channel number
|
||
- iommu/io-pgtable-arm: Fix stage-2 map/unmap for concatenated tables
|
||
- zram: clear IDLE flag after recompression
|
||
- vmstat: call fold_vm_zone_numa_events() before show per zone NUMA event
|
||
- maple_tree: refine mas_store_root() on storing NULL
|
||
- media: uvcvideo: Require entities to have a non-zero unique ID
|
||
- media: uvcvideo: Stop stream during unregister
|
||
- media: gspca: ov534-ov772x: Fix off-by-one error in set_frame_rate()
|
||
- media: venus: Fix pm_runtime_set_suspended() with runtime pm enabled
|
||
- media: amphion: Fix pm_runtime_set_suspended() with runtime pm enabled
|
||
- efi/libstub: Free correct pointer on failure
|
||
- media: platform: exynos4-is: Fix an OF node reference leak in fimc_md_is_isp_available
|
||
- media: ts2020: fix null-ptr-deref in ts2020_probe()
|
||
- media: verisilicon: av1: Fix reference video buffer pointer assignment
|
||
- media: i2c: tc358743: Fix crash in the probe error path when using polling
|
||
- arm64: dts: freescale: imx8mp-verdin: Fix SD regulator startup delay
|
||
- media: i2c: dw9768: Fix pm_runtime_set_suspended() with runtime pm enabled
|
||
- media: mtk-jpeg: Fix null-ptr-deref during unload module
|
||
- media: amphion: Set video drvdata before register video device
|
||
- arm64: dts: ti: k3-am62-verdin: Fix SD regulator startup delay
|
||
- arm64: dts: freescale: imx8mm-verdin: Fix SD regulator startup delay
|
||
- arm64: dts: allwinner: pinephone: Add mount matrix to accelerometer
|
||
- md/md-bitmap: Add missing destroy_work_on_stack()
|
||
- btrfs: add a sanity check for btrfs root in btrfs_search_slot()
|
||
- btrfs: don't loop for nowait writes when checking for cross references
|
||
- quota: flush quota_release_work upon quota writeback
|
||
- xfs: remove unknown compat feature check in superblock write validation
|
||
- SUNRPC: timeout and cancel TLS handshake with -ETIMEDOUT
|
||
- cifs: unlock on error in smb3_reconfigure()
|
||
- cifs: during remount, make sure passwords are in sync
|
||
- modpost: remove incorrect code in do_eisa_entry()
|
||
- Rename .data.once to .data..once to fix resetting WARN*_ONCE
|
||
- Rename .data.unlikely to .data..unlikely
|
||
- init/modpost: conditionally check section mismatch to __meminit*
|
||
- modpost: squash ALL_{INIT,EXIT}_TEXT_SECTIONS to ALL_TEXT_SECTIONS
|
||
- modpost: use ALL_INIT_SECTIONS for the section check from DATA_SECTIONS
|
||
- modpost: disallow the combination of EXPORT_SYMBOL and __meminit*
|
||
- modpost: remove EXIT_SECTIONS macro
|
||
- modpost: remove MEM_INIT_SECTIONS macro
|
||
- modpost: disallow *driver to reference .meminit* sections
|
||
- modpost: remove ALL_EXIT_DATA_SECTIONS macro
|
||
- rtc: ab-eoz9: don't fail temperature reads on undervoltage notification
|
||
- cifs: Fix parsing reparse point with native symlink in SMB1 non-UNICODE session
|
||
- cifs: Fix parsing native symlinks relative to the export
|
||
- smb: client: disable directory caching when dir_cache_timeout is zero
|
||
- perf/arm-cmn: Ensure port and device id bits are set properly
|
||
- perf/arm-smmuv3: Fix lockdep assert in ->event_init()
|
||
- 9p/xen: fix release of IRQ
|
||
- 9p/xen: fix init sequence
|
||
- block: return unsigned int from bdev_io_min
|
||
- nvme/multipath: Fix RCU list traversal to use SRCU primitive
|
||
- nvme-multipath: avoid hang on inaccessible namespaces
|
||
- nvme-multipath: implement "queue-depth" iopolicy
|
||
- nvme-multipath: prepare for "queue-depth" iopolicy
|
||
- rtc: rzn1: fix BCD to rtc_time conversion errors
|
||
- jffs2: fix use of uninitialized variable
|
||
- ubi: fastmap: Fix duplicate slab cache names while attaching
|
||
- ubifs: Correct the total block count by deducting journal reservation
|
||
- ubi: fastmap: wl: Schedule fm_work if wear-leveling pool is empty
|
||
- rtc: abx80x: Fix WDT bit position of the status register
|
||
- rtc: st-lpc: Use IRQF_NO_AUTOEN flag in request_irq()
|
||
- um: Always dump trace for specified task in show_stack
|
||
- um: Fix the return value of elf_core_copy_task_fpregs
|
||
- SUNRPC: make sure cache entry active before cache_show
|
||
- ipc: fix memleak if msg_init_ns failed in create_ipc_ns
|
||
- lib: string_helpers: silence snprintf() output truncation warning
|
||
- ublk: fix error code for unsupported command
|
||
- usb: dwc3: gadget: Fix checking for number of TRBs left
|
||
- smb: During unmount, ensure all cached dir instances drop their dentry
|
||
- smb: prevent use-after-free due to open_cached_dir error paths
|
||
- smb: Don't leak cfid when reconnect races with open_cached_dir
|
||
- smb: client: handle max length for SMB symlinks
|
||
- smb3: request handle caching when caching directories
|
||
- ALSA: hda/realtek: Apply quirk for Medion E15433
|
||
- ALSA: hda/realtek: Fix Internal Speaker and Mic boost of Infinix Y4 Max
|
||
- ALSA: hda/realtek: Set PCBeep to default value for ALC274
|
||
- ALSA: hda/realtek: Update ALC225 depop procedure
|
||
- ALSA: ump: Fix evaluation of MIDI 1.0 FB info
|
||
- media: v4l2-core: v4l2-dv-timings: check cvt/gtf result
|
||
- soc: fsl: rcpm: fix missing of_node_put() in copy_ippdexpcr1_setting()
|
||
- HID: wacom: Interpret tilt data from Intuos Pro BT as signed values
|
||
- blk-mq: Make blk_mq_quiesce_tagset() hold the tag list mutex less long
|
||
- block: fix ordering between checking BLK_MQ_S_STOPPED request adding
|
||
- block: fix ordering between checking QUEUE_FLAG_QUIESCED request adding
|
||
- block: fix missing dispatching request when queue is started or unquiesced
|
||
- arm64: tls: Fix context-switching of tpidrro_el0 when kpti is enabled
|
||
- ublk: fix ublk_ch_mmap() for 64K page size
|
||
- iio: gts: Fix uninitialized symbol 'ret'
|
||
- um: vector: Do not use drvdata in release
|
||
- serial: 8250: omap: Move pm_runtime_get_sync
|
||
- serial: 8250_fintek: Add support for F81216E
|
||
- dt-bindings: serial: rs485: Fix rs485-rts-delay property
|
||
- um: net: Do not use drvdata in release
|
||
- um: ubd: Do not use drvdata in release
|
||
- ubi: wl: Put source PEB into correct list if trying locking LEB failed
|
||
- platform/chrome: cros_ec_typec: fix missing fwnode reference decrement
|
||
- smb: client: fix NULL ptr deref in crypto_aead_setkey()
|
||
- parisc/ftrace: Fix function graph tracing disablement
|
||
- cifs: support mounting with alternate password to allow password rotation
|
||
- cpufreq: mediatek-hw: Fix wrong return value in mtk_cpufreq_get_cpu_power()
|
||
- mtd: spi-nor: core: replace dummy buswidth from addr to data
|
||
- spi: Fix acpi deferred irq probe
|
||
- netfilter: ipset: add missing range check in bitmap_ip_uadt
|
||
- gpio: exar: set value when external pull-up or pull-down is present
|
||
- Revert "serial: sh-sci: Clean sci_ports[0] after at earlycon exit"
|
||
- serial: sh-sci: Clean sci_ports[0] after at earlycon exit
|
||
- Revert "usb: gadget: composite: fix OS descriptors w_value logic"
|
||
- wifi: brcmfmac: release 'root' node in all execution paths
|
||
- wifi: ath12k: fix crash when unbinding
|
||
- ARM: dts: omap36xx: declare 1GHz OPP as turbo again
|
||
- usb: xhci: Fix TD invalidation under pending Set TR Dequeue
|
||
- Compiler Attributes: disable __counted_by for clang < 19.1.3
|
||
- Bluetooth: Fix type of len in rfcomm_sock_getsockopt{,_old}()
|
||
- exfat: fix uninit-value in __exfat_get_dentry_set
|
||
- dt-bindings: iio: dac: ad3552r: fix maximum spi speed
|
||
- pinctrl: qcom: spmi: fix debugfs drive strength
|
||
- tools/nolibc: s390: include std.h
|
||
- locking/lockdep: Avoid creating new name string literals in lockdep_set_subclass()
|
||
- tty: ldsic: fix tty_ldisc_autoload sysctl's proc_handler
|
||
- comedi: Flush partial mappings in error case
|
||
- fsnotify: fix sending inotify event with unexpected filename
|
||
- KVM: arm64: Ignore PMCNTENSET_EL0 while checking for overflow status
|
||
- KVM: arm64: vgic-v3: Sanitise guest writes to GICR_INVLPIR
|
||
- powerpc/pseries: Fix KVM guest detection for disabling hardlockup detector
|
||
- KVM: x86/mmu: Skip the "try unsync" path iff the old SPTE was a leaf SPTE
|
||
- crypto: x86/aegis128 - access 32-bit arguments as 32-bit
|
||
- perf/x86/intel/pt: Fix buffer full but size is 0 case
|
||
- ASoC: codecs: Fix atomicity violation in snd_soc_component_get_drvdata()
|
||
- ASoC: amd: yc: Add a quirk for microfone on Lenovo ThinkPad P14s Gen 5 21MES00B00
|
||
- jfs: xattr: check invalid xattr size more strictly
|
||
- ext4: fix FS_IOC_GETFSMAP handling
|
||
- ext4: supress data-race warnings in ext4_free_inodes_{count,set}()
|
||
- soc: qcom: socinfo: fix revision check in qcom_socinfo_probe()
|
||
- ASoC: Intel: sst: Fix used of uninitialized ctx to log an error
|
||
- arm64: dts: mediatek: mt8195-cherry: Mark USB 3.0 on xhci1 as disabled
|
||
- Revert "arm64: dts: mediatek: mt8195-cherry: Mark USB 3.0 on xhci1 as disabled"
|
||
- btrfs: do not BUG_ON() when freeing tree block after error
|
||
- dm-bufio: fix warnings about duplicate slab caches
|
||
- dm-cache: fix warnings about duplicate slab caches
|
||
- closures: Change BUG_ON() to WARN_ON()
|
||
- usb: ehci-spear: fix call balance of sehci clk handling routines
|
||
- xen: Fix the issue of resource not being properly released in xenbus_dev_probe()
|
||
- nvme: fix metadata handling in nvme-passthrough
|
||
- mailbox: mtk-cmdq: Move devm_mbox_controller_register() after devm_pm_runtime_enable()
|
||
- f2fs: fix fiemap failure issue when page size is 16KB
|
||
- gfs2: Don't set GLF_LOCK in gfs2_dispose_glock_lru
|
||
- ASoC: amd: yc: Fix for enabling DMIC on acp6x via _DSD entry
|
||
- apparmor: fix 'Do simple duplicate message elimination'
|
||
- drm/amd/display: Fix null check for pipe_ctx->plane_state in hwss_setup_dpp
|
||
- drm/radeon: Fix spurious unplug event on radeon HDMI
|
||
- drm/radeon: change rdev->ddev to rdev_to_drm(rdev)
|
||
- drm/radeon: add helper rdev_to_drm(rdev)
|
||
- ALSA: hda/realtek: Update ALC256 depop procedure
|
||
- counter: ti-ecap-capture: Add check for clk_enable()
|
||
- counter: stm32-timer-cnt: Add check for clk_enable()
|
||
- misc: apds990x: Fix missing pm_runtime_disable()
|
||
- USB: chaoskey: Fix possible deadlock chaoskey_list_lock
|
||
- USB: chaoskey: fail open after removal
|
||
- usb: yurex: make waiting on yurex_write interruptible
|
||
- usb: using mutex lock and supporting O_NONBLOCK flag in iowarrior_read()
|
||
- iio: light: al3010: Fix an error handling path in al3010_probe()
|
||
- ipmr: fix tables suspicious RCU usage
|
||
- ip6mr: fix tables suspicious RCU usage
|
||
- rxrpc: Improve setsockopt() handling of malformed user input
|
||
- llc: Improve setsockopt() handling of malformed user input
|
||
- bnxt_en: Unregister PTP during PCI shutdown and suspend
|
||
- bnxt_en: Refactor bnxt_ptp_init()
|
||
- bnxt_en: Reserve rings after PCIe AER recovery if NIC interface is down
|
||
- net: hsr: fix hsr_init_sk() vs network/transport headers.
|
||
- spi: atmel-quadspi: Fix register name in verbose logging function
|
||
- octeontx2-af: Quiesce traffic before NIX block reset
|
||
- octeontx2-af: RPM: fix stale FCFEC counters
|
||
- octeontx2-af: RPM: fix stale RSFEC counters
|
||
- octeontx2-pf: Reset MAC stats during probe
|
||
- octeontx2-af: RPM: Fix low network performance
|
||
- octeontx2-af: RPM: Fix mismatch in lmac type
|
||
- net: stmmac: dwmac-socfpga: Set RX watchdog interrupt as broken
|
||
- marvell: pxa168_eth: fix call balance of pep->clk handling routines
|
||
- net: mdio-ipq4019: add missing error check
|
||
- net/ipv6: delete temporary address if mngtmpaddr is removed or unmanaged
|
||
- s390/iucv: MSG_PEEK causes memory leak in iucv_sock_destruct()
|
||
- net: microchip: vcap: Add typegroup table terminators in kunit tests
|
||
- net: usb: lan78xx: Fix refcounting and autosuspend on invalid WoL configuration
|
||
- tg3: Set coherent DMA mask bits to 31 for BCM57766 chipsets
|
||
- net: usb: lan78xx: Fix memory leak on device unplug by freeing PHY device
|
||
- power: supply: rt9471: Use IC status regfield to report real charger status
|
||
- power: supply: rt9471: Fix wrong WDT function regfield declaration
|
||
- power: supply: bq27xxx: Fix registers of bq27426
|
||
- power: supply: core: Remove might_sleep() from power_supply_put()
|
||
- LoongArch: BPF: Sign-extend return values
|
||
- LoongArch: Fix build failure with GCC 15 (-std=gnu23)
|
||
- fs_parser: update mount_api doc to match function signature
|
||
- vfio/pci: Properly hide first-in-list PCIe extended capability
|
||
- gpio: zevio: Add missed label initialisation
|
||
- selftests/mount_setattr: Fix failures on 64K PAGE_SIZE kernels
|
||
- vdpa/mlx5: Fix suboptimal range on iotlb iteration
|
||
- hwmon: (tps23861) Fix reporting of negative temperatures
|
||
- NFSD: Fix nfsd4_shutdown_copy()
|
||
- nfsd: release svc_expkey/svc_export with rcu_work
|
||
- NFSD: Cap the number of bytes copied by nfs4_reset_recoverydir()
|
||
- NFSD: Prevent NULL dereference in nfsd4_process_cb_update()
|
||
- PCI: endpoint: epf-mhi: Avoid NULL dereference if DT lacks 'mmio'
|
||
- remoteproc: qcom_q6v5_mss: Re-order writes to the IMEM region
|
||
- rpmsg: glink: use only lower 16-bits of param2 for CMD_OPEN name length
|
||
- remoteproc: qcom: pas: add minidump_id to SM8350 resources
|
||
- perf trace: Avoid garbage when not printing a syscall's arguments
|
||
- perf trace: Do not lose last events in a race
|
||
- perf trace: Fix tracing itself, creating feedback loops
|
||
- perf list: Fix topic and pmu_name argument order
|
||
- m68k: coldfire/device.c: only build FEC when HW macros are defined
|
||
- m68k: mcfgpio: Fix incorrect register offset for CONFIG_M5441x
|
||
- perf trace: avoid garbage when not printing a trace event's arguments
|
||
- f2fs: fix to avoid forcing direct write to use buffered IO on inline_data inode
|
||
- PCI: j721e: Deassert PERST# after a delay of PCIE_T_PVPERL_MS milliseconds
|
||
- PCI: j721e: Add suspend and resume support
|
||
- PCI: j721e: Use T_PERST_CLK_US macro
|
||
- PCI: j721e: Add reset GPIO to struct j721e_pcie
|
||
- PCI: cadence: Set cdns_pcie_host_init() global
|
||
- PCI: cadence: Extract link setup sequence from cdns_pcie_host_setup()
|
||
- PCI: j721e: Add PCIe 4x lane selection support
|
||
- PCI: j721e: Add per platform maximum lane settings
|
||
- PCI: Add T_PVPERL macro
|
||
- f2fs: fix to avoid use GC_AT when setting gc_mode as GC_URGENT_LOW or GC_URGENT_MID
|
||
- f2fs: check curseg->inited before write_sum_page in change_curseg
|
||
- f2fs: fix the wrong f2fs_bug_on condition in f2fs_do_replace_block
|
||
- perf ftrace latency: Fix unit on histogram first entry when using --use-nsec
|
||
- PCI: cpqphp: Fix PCIBIOS_* return value confusion
|
||
- PCI: cpqphp: Use PCI_POSSIBLE_ERROR() to check config reads
|
||
- rust: macros: fix documentation of the paste! macro
|
||
- perf probe: Correct demangled symbols in C++ program
|
||
- perf probe: Fix libdw memory leak
|
||
- f2fs: fix to account dirty data in __get_secs_required()
|
||
- f2fs: compress: fix inconsistent update of i_blocks in release_compress_blocks and reserve_compress_blocks
|
||
- perf test attr: Add back missing topdown events
|
||
- perf trace: Keep exited threads for summary
|
||
- perf stat: Fix affinity memory leaks on error path
|
||
- perf stat: Close cork_fd when create_perf_stat_counter() failed
|
||
- gfs2: Allow immediate GLF_VERIFY_DELETE work
|
||
- gfs2: Rename GLF_VERIFY_EVICT to GLF_VERIFY_DELETE
|
||
- gfs2: Get rid of gfs2_glock_queue_put in signal_our_withdraw
|
||
- perf cs-etm: Don't flush when packet_queue fills up
|
||
- mailbox: arm_mhuv2: clean up loop in get_irq_chan_comb()
|
||
- smb: cached directories can be more than root file handle
|
||
- pinctrl: k210: Undef K210_PC_DEFAULT
|
||
- arm64: dts: qcom: sc8180x: Add a SoC-specific compatible to cpufreq-hw
|
||
- clk: clk-axi-clkgen: make sure to enable the AXI bus clock
|
||
- dt-bindings: clock: axi-clkgen: include AXI clk
|
||
- fbdev: sh7760fb: Fix a possible memory leak in sh7760fb_alloc_mem()
|
||
- powerpc/kexec: Fix return of uninitialized variable
|
||
- powerpc/sstep: make emulate_vsx_load and emulate_vsx_store static
|
||
- KVM: PPC: Book3S HV: Avoid returning to nested hypervisor on pending doorbells
|
||
- KVM: PPC: Book3S HV: Stop using vc->dpdes for nested KVM guests
|
||
- dax: delete a stale directory pmem
|
||
- cpufreq: CPPC: Fix wrong return value in cppc_get_cpu_power()
|
||
- x86/tdx: Dynamically disable SEPT violations from causing #VEs
|
||
- x86/tdx: Rename tdx_parse_tdinfo() to tdx_setup()
|
||
- x86/tdx: Introduce wrappers to read and write TD metadata
|
||
- x86/tdx: Pass TDCALL/SEAMCALL input/output registers via a structure
|
||
- x86/tdx: Rename __tdx_module_call() to __tdcall()
|
||
- x86/tdx: Make macros of TDCALLs consistent with the spec
|
||
- x86/tdx: Skip saving output regs when SEAMCALL fails with VMFailInvalid
|
||
- scsi: fusion: Remove unused variable 'rc'
|
||
- fs/proc/kcore.c: fix coccinelle reported ERROR instances
|
||
- mfd: rt5033: Fix missing regmap_del_irq_chip()
|
||
- checkpatch: always parse orig_commit in fixes tag
|
||
- checkpatch: check for missing Fixes tags
|
||
- iommu/vt-d: Fix checks and print in pgtable_walk()
|
||
- iommu/vt-d: Fix checks and print in dmar_fault_dump_ptes()
|
||
- clk: imx: imx8-acm: Fix return value check in clk_imx_acm_attach_pm_domains()
|
||
- clk: imx: clk-scu: fix clk enable state save and restore
|
||
- clk: imx: fracn-gppll: fix pll power up
|
||
- clk: imx: fracn-gppll: correct PLL initialization flow
|
||
- clk: imx: lpcg-scu: SW workaround for errata (e10858)
|
||
- RISC-V: KVM: Fix APLIC in_clrip and clripnum write emulation
|
||
- RDMA/rxe: Set queue pair cur_qp_state when being queried
|
||
- clk: renesas: rzg2l: Fix FOUTPOSTDIV clk
|
||
- clk: sunxi-ng: d1: Fix PLL_AUDIO0 preset
|
||
- RDMA/bnxt_re: Check cqe flags to know imm_data vs inv_irkey
|
||
- mtd: spi-nor: spansion: Use nor->addr_nbytes in octal DTR mode in RD_ANY_REG_OP
|
||
- powerpc/mm/fault: Fix kfence page fault reporting
|
||
- mtd: rawnand: atmel: Fix possible memory leak
|
||
- mtd: hyperbus: rpc-if: Add missing MODULE_DEVICE_TABLE
|
||
- mtd: hyperbus: rpc-if: Convert to platform remove callback returning void
|
||
- cpufreq: loongson2: Unregister platform_driver on failure
|
||
- mfd: intel_soc_pmic_bxtwc: Use IRQ domain for PMIC devices
|
||
- mfd: intel_soc_pmic_bxtwc: Use IRQ domain for TMU device
|
||
- mfd: da9052-spi: Change read-mask to write-mask
|
||
- mfd: tps65010: Use IRQF_NO_AUTOEN flag in request_irq() to fix race
|
||
- powerpc/vdso: Flag VDSO64 entry points as functions
|
||
- pinctrl: zynqmp: drop excess struct member description
|
||
- trace/trace_event_perf: remove duplicate samples on the first tracepoint event
|
||
- clk: mediatek: drop two dead config options
|
||
- unicode: Fix utf8_load() error path
|
||
- bpf: fix recursive lock when verdict program return SK_PASS
|
||
- wireguard: selftests: load nf_conntrack if not present
|
||
- netpoll: Use rcu_access_pointer() in netpoll_poll_lock
|
||
- ALSA: caiaq: Use snd_card_free_when_closed() at disconnection
|
||
- ALSA: us122l: Use snd_card_free_when_closed() at disconnection
|
||
- ALSA: usx2y: Use snd_card_free_when_closed() at disconnection
|
||
- net: rfkill: gpio: Add check for clk_enable()
|
||
- bpf: Force uprobe bpf program to always return 0
|
||
- drm/amdkfd: Fix wrong usage of INIT_WORK()
|
||
- selftests: net: really check for bg process completion
|
||
- ipv6: release nexthop on device removal
|
||
- net: use unrcu_pointer() helper
|
||
- sock_diag: allow concurrent operation in sock_diag_rcv_msg()
|
||
- sock_diag: allow concurrent operations
|
||
- sock_diag: add module pointer to "struct sock_diag_handler"
|
||
- bpf, sockmap: Fix sk_msg_reset_curr
|
||
- bpf, sockmap: Several fixes to bpf_msg_push_data
|
||
- selftests/bpf: Add push/pop checking for msg_verify_data in test_sockmap
|
||
- selftests/bpf: Fix total_bytes in msg_loop_rx in test_sockmap
|
||
- selftests/bpf: Fix SENDPAGE data logic in test_sockmap
|
||
- selftests/bpf: Add txmsg_pass to pull/push/pop in test_sockmap
|
||
- netlink: typographical error in nlmsg_type constants definition
|
||
- netfilter: nf_tables: must hold rcu read lock while iterating object type list
|
||
- netfilter: nf_tables: skip transaction if update object is not implemented
|
||
- netfilter: nf_tables: must hold rcu read lock while iterating expression type list
|
||
- netfilter: nf_tables: avoid false-positive lockdep splat on rule deletion
|
||
- netfilter: nf_tables: Introduce nf_tables_getrule_single()
|
||
- netfilter: nf_tables: Open-code audit log call in nf_tables_getrule()
|
||
- drm: use ATOMIC64_INIT() for atomic64_t
|
||
- drm/vkms: Drop unnecessary call to drm_crtc_cleanup()
|
||
- bpf, bpftool: Fix incorrect disasm pc
|
||
- drm/msm/dpu: cast crtc_clk calculation to u64 in _dpu_core_perf_calc_clk()
|
||
- wifi: wfx: Fix error handling in wfx_core_init()
|
||
- drm/etnaviv: hold GPU lock across perfmon sampling
|
||
- drm/etnaviv: Request pages from DMA32 zone on addressing_limited
|
||
- drm/msm/gpu: Check the status of registration to PM QoS
|
||
- drm/msm/adreno: Use IRQF_NO_AUTOEN flag in request_irq()
|
||
- bpf, arm64: Remove garbage frame for struct_ops trampoline
|
||
- drm/panfrost: Remove unused id_mask from struct panfrost_model
|
||
- selftests/bpf: fix test_spin_lock_fail.c's global vars usage
|
||
- octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_dcbnl.c
|
||
- octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_dmac_flt.c
|
||
- octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_flows.c
|
||
- drm/msm/dpu: drop LM_3 / LM_4 on MSM8998
|
||
- drm/msm/dpu: drop LM_3 / LM_4 on SDM845
|
||
- drm/msm/dpu: on SDM845 move DSPP_3 to LM_5 block
|
||
- drm: fsl-dcu: enable PIXCLK on LS1021A
|
||
- wifi: mwifiex: Fix memcpy() field-spanning write warning in mwifiex_config_scan()
|
||
- selftests/bpf: Fix txmsg_redir of test_txmsg_pull in test_sockmap
|
||
- selftests/bpf: Fix msg_verify_data in test_sockmap
|
||
- drm/bridge: tc358767: Fix link properties discovery
|
||
- netdevsim: copy addresses for both in and out paths
|
||
- libbpf: never interpret subprogs in .text as entry programs
|
||
- ASoC: rt722-sdca: Remove logically deadcode in rt722-sdca.c
|
||
- libbpf: fix sym_is_subprog() logic for weak global subprogs
|
||
- drm/vc4: Match drm_dev_enter and exit calls in vc4_hvs_atomic_flush
|
||
- ice: consistently use q_idx in ice_vc_cfg_qs_msg()
|
||
- ice: Support FCS/CRC strip disable for VF
|
||
- virtchnl: Add CRC stripping capability
|
||
- wifi: ath11k: Fix CE offset address calculation for WCN6750 in SSR
|
||
- bpf: Fix the xdp_adjust_tail sample prog issue
|
||
- libbpf: Fix expected_attach_type set handling in program load callback
|
||
- drm/bridge: it6505: Drop EDID cache on bridge power off
|
||
- drm/bridge: anx7625: Drop EDID cache on bridge power off
|
||
- ASoC: dt-bindings: mt6359: Update generic node name and dmic-mode
|
||
- ASoC: fsl_micfil: fix regmap_write_bits usage
|
||
- dt-bindings: vendor-prefixes: Add NeoFidelity, Inc
|
||
- wifi: ath10k: fix invalid VHT parameters in supported_vht_mcs_rate_nss2
|
||
- wifi: ath10k: fix invalid VHT parameters in supported_vht_mcs_rate_nss1
|
||
- drm/v3d: Address race-condition in MMU flush
|
||
- drm/imx/ipuv3: Use IRQF_NO_AUTOEN flag in request_irq()
|
||
- drm/imx/dcss: Use IRQF_NO_AUTOEN flag in request_irq()
|
||
- wifi: mwifiex: Use IRQF_NO_AUTOEN flag in request_irq()
|
||
- wifi: p54: Use IRQF_NO_AUTOEN flag in request_irq()
|
||
- drm/omap: Fix locking in omap_gem_new_dmabuf()
|
||
- drm/omap: Fix possible NULL dereference
|
||
- wifi: ath9k: add range check for conn_rsp_epid in htc_connect_service()
|
||
- drm/vc4: hvs: Correct logic on stopping an HVS channel
|
||
- drm/vc4: hvs: Remove incorrect limit from hvs_dlist debugfs function
|
||
- drm/vc4: hvs: Fix dlist debug not resetting the next entry pointer
|
||
- drm/vc4: hvs: Don't write gamma luts on 2711
|
||
- drm/mm: Mark drm_mm_interval_tree*() functions with __maybe_unused
|
||
- platform/x86: panasonic-laptop: Return errno correctly in show callback
|
||
- HID: hyperv: streamline driver probe to avoid devres issues
|
||
- arm64: dts: rockchip: correct analog audio name on Indiedroid Nova
|
||
- selftests/resctrl: Protect against array overrun during iMC config parsing
|
||
- selftests/resctrl: Fix memory overflow due to unhandled wraparound
|
||
- selftests/resctrl: Refactor fill_buf functions
|
||
- selftests/resctrl: Split fill_buf to allow tests finer-grained control
|
||
- arm64: dts: mediatek: mt8183-kukui-jacuzzi: Add supplies for fixed regulators
|
||
- arm64: dts: mediatek: mt8183-kukui-jacuzzi: Fix DP bridge supply names
|
||
- arm64: dts: mediatek: mt6358: fix dtbs_check error
|
||
- arm64: dts: mediatek: Add ADC node on MT6357, MT6358, MT6359 PMICs
|
||
- arm64: dts: renesas: hihope: Drop #sound-dai-cells
|
||
- regmap: irq: Set lockdep class for hierarchical IRQ domains
|
||
- spi: zynqmp-gqspi: Undo runtime PM changes at driver exit time
|
||
- spi: tegra210-quad: Avoid shift-out-of-bounds
|
||
- pmdomain: ti-sci: Add missing of_node_put() for args.np
|
||
- of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verify
|
||
- x86/of: Unconditionally call unflatten_and_copy_device_tree()
|
||
- um: Unconditionally call unflatten_device_tree()
|
||
- arm64: dts: ti: k3-j721s2: Fix clock IDs for MCSPI instances
|
||
- arm64: dts: ti: k3-j721e: Fix clock IDs for MCSPI instances
|
||
- arm64: dts: ti: k3-j7200: Fix clock ids for MCSPI instances
|
||
- arm64: dts: ti: k3-j7200: Fix register map for main domain pmx
|
||
- arm64: dts: ti: k3-j7200: use ti,j7200-padconf compatible
|
||
- ARM: dts: cubieboard4: Fix DCDC5 regulator constraints
|
||
- pwm: imx27: Workaround of the pwm output bug when decrease the duty cycle
|
||
- arm64: dts: mt8183: Damu: add i2c2's i2c-scl-internal-delay-ns
|
||
- arm64: dts: mt8183: cozmo: add i2c2's i2c-scl-internal-delay-ns
|
||
- arm64: dts: mt8183: burnet: add i2c2's i2c-scl-internal-delay-ns
|
||
- arm64: dts: mt8183: fennel: add i2c2's i2c-scl-internal-delay-ns
|
||
- regulator: rk808: Restrict DVS GPIOs to the RK808 variant only
|
||
- arm64: dts: mediatek: mt8173-elm-hana: Add vdd-supply to second source trackpad
|
||
- arm64: dts: mt8183: kukui: Fix the address of eeprom at i2c4
|
||
- arm64: dts: mt8183: krane: Fix the address of eeprom at i2c4
|
||
- media: i2c: ds90ub960: Fix missing return check on ub960_rxport_read call
|
||
- tpm: fix signed/unsigned bug when checking event logs
|
||
- efi/libstub: fix efi_parse_options() ignoring the default command line
|
||
- openrisc: Implement fixmap to fix earlycon
|
||
- mmc: mmc_spi: drop buggy snprintf()
|
||
- ARM: dts: microchip: sam9x60: Add missing property atmel,usart-mode
|
||
- arm64: dts: qcom: sm6350: Fix GPU frequencies missing on some speedbins
|
||
- soc: ti: smartreflex: Use IRQF_NO_AUTOEN flag in request_irq()
|
||
- arm64: dts: mt8195: Fix dtbs_check error for infracfg_ao node
|
||
- arm64: dts: mt8195: Fix dtbs_check error for mutex node
|
||
- microblaze: Export xmb_manager functions
|
||
- spi: spi-fsl-lpspi: Use IRQF_NO_AUTOEN flag in request_irq()
|
||
- clocksource/drivers/timer-ti-dm: Fix child node refcount handling
|
||
- clocksource/drivers:sp804: Make user selectable
|
||
- kcsan, seqlock: Fix incorrect assumption in read_seqbegin()
|
||
- kcsan, seqlock: Support seqcount_latch_t
|
||
- time: Fix references to _msecs_to_jiffies() handling of values
|
||
- time: Partially revert cleanup on msecs_to_jiffies() documentation
|
||
- x86/unwind/orc: Fix unwind for newly forked tasks
|
||
- thermal/lib: Fix memory leak on error in thermal_genl_auto()
|
||
- tools/lib/thermal: Make more generic the command encoding function
|
||
- rcuscale: Do a proper cleanup if kfree_scale_init() fails
|
||
- crypto: cavium - Fix an error handling path in cpt_ucode_load_fw()
|
||
- crypto: caam - add error check to caam_rsa_set_priv_key_form
|
||
- hwmon: (pmbus/core) clear faults after setting smbalert mask
|
||
- hwmon: (pmbus_core) Allow to hook PMBUS_SMBALERT_MASK
|
||
- doc: rcu: update printed dynticks counter bits
|
||
- crypto: inside-secure - Fix the return value of safexcel_xcbcmac_cra_init()
|
||
- amd-pstate: Set min_perf to nominal_perf for active mode performance gov
|
||
- crypto: cavium - Fix the if condition to exit loop after timeout
|
||
- EDAC/{skx_common,i10nm}: Fix incorrect far-memory error source indicator
|
||
- EDAC/skx_common: Differentiate memory error sources
|
||
- EDAC/fsl_ddr: Fix bad bit shift operations
|
||
- thermal: core: Initialize thermal zones before registering them
|
||
- crypto: qat - remove faulty arbiter config reset
|
||
- firmware: google: Unregister driver_info on failure
|
||
- crypto: qat/qat_4xxx - fix off by one in uof_get_name()
|
||
- crypto: qat - remove check after debugfs_create_dir()
|
||
- crypto: caam - Fix the pointer passed to caam_qi_shutdown()
|
||
- virtio_blk: reverse request order in virtio_queue_rqs
|
||
- nvme-pci: reverse request order in nvme_queue_rqs
|
||
- ext4: remove calls to to set/clear the folio error flag
|
||
- s390/syscalls: Avoid creation of arch/arch/ directory
|
||
- block: fix bio_split_rw_at to take zone_write_granularity into account
|
||
- acpi/arm64: Adjust error handling procedure in gtdt_parse_timer_block()
|
||
- arm64: fix .data.rel.ro size assertion when CONFIG_LTO_CLANG
|
||
- m68k: mvme147: Reinstate early console
|
||
- m68k: mvme16x: Add and use "mvme16x.h"
|
||
- m68k: mvme147: Fix SCSI controller IRQ numbers
|
||
- mips: asm: fix warning when disabling MIPS_FP_SUPPORT
|
||
- x86/pvh: Call C code via the kernel virtual mapping
|
||
- x86/pvh: Set phys_base when calling xen_prepare_pvh()
|
||
- s390/pageattr: Implement missing kernel_page_present()
|
||
- s390/cio: Do not unregister the subchannel based on DNV
|
||
- kselftest/arm64: mte: fix printf type warnings about longs
|
||
- kselftest/arm64: mte: fix printf type warnings about __u64
|
||
- fs/proc: do_task_stat: use sig->stats_lock to gather the threads/children stats
|
||
- drm/amd/display: Don't refer to dc_sink in is_dsc_need_re_compute
|
||
- x86/stackprotector: Work around strict Clang TLS symbol requirements
|
||
- ipmr: Fix access to mfc_cache_list without lock held
|
||
- ARM: 9420/1: smp: Fix SMP for xip kernels
|
||
- ALSA: usb-audio: Fix Yamaha P-125 Quirk Entry
|
||
- LoongArch: Define a default value for VM_DATA_DEFAULT_FLAGS
|
||
- ASoC: audio-graph-card2: Purge absent supplies for device tree nodes
|
||
- proc/softirqs: replace seq_printf with seq_put_decimal_ull_width
|
||
- drm: panel-orientation-quirks: Make Lenovo Yoga Tab 3 X90F DMI match less strict
|
||
- ASoC: stm: Prevent potential division by zero in stm32_sai_get_clk_div()
|
||
- ASoC: stm: Prevent potential division by zero in stm32_sai_mclk_round_rate()
|
||
- ASoC: amd: yc: Support dmic on another model of Lenovo Thinkpad E14 Gen 6
|
||
- platform/x86: thinkpad_acpi: Fix for ThinkPad's with ECFW showing incorrect fan speed
|
||
- can: j1939: fix error in J1939 documentation.
|
||
- tools/lib/thermal: Remove the thermal.h soft link when doing make clean
|
||
- ASoC: tas2781: Add new driver version for tas2563 & tas2781 qfn chip
|
||
- platform/x86: dell-wmi-base: Handle META key Lock/Unlock events
|
||
- platform/x86: dell-smbios-base: Extends support to Alienware products
|
||
- regulator: rk808: Add apply_bit for BUCK3 on RK809
|
||
- firmware: arm_scmi: Reject clear channel request on A2P
|
||
- soc: qcom: Add check devm_kasprintf() returned value
|
||
- net: usb: qmi_wwan: add Quectel RG650V
|
||
- bpf: fix filed access without lock
|
||
- x86/amd_nb: Fix compile-testing without CONFIG_AMD_NB
|
||
- ALSA: hda/realtek: Add subwoofer quirk for Infinix ZERO BOOK 13
|
||
- usb: typec: use cleanup facility for 'altmodes_node'
|
||
- usb: add support for new USB device ID 0x17EF:0x3098 for the r8152 driver
|
||
- mac80211: fix user-power when emulating chanctx
|
||
- wifi: iwlwifi: mvm: Use the sync timepoint API in suspend
|
||
- ASoC: Intel: sst: Support LPE0F28 ACPI HID
|
||
- ASoC: Intel: bytcr_rt5640: Add DMI quirk for Vexia Edu Atla 10 tablet
|
||
- ASoC: Intel: bytcr_rt5640: Add support for non ACPI instantiated codec
|
||
- ASoC: codecs: rt5640: Always disable IRQs from rt5640_cancel_work()
|
||
- wifi: radiotap: Avoid -Wflex-array-member-not-at-end warnings
|
||
|
||
* Wed Feb 12 2025 ZhangPeng <zhangpeng362@huawei.com> - 6.6.0-77.0.0.70
|
||
- !15062 gpio: xilinx: Convert gpio_lock to raw spinlock
|
||
- gpio: xilinx: Convert gpio_lock to raw spinlock
|
||
- !15060 RDMA/hns: Fix mbox timing out by adding retry mechanism
|
||
- RDMA/hns: Fix mbox timing out by adding retry mechanism
|
||
- !15052 [OLK-6.6] Intel: Backport KVM Fix for Clearing SGX EDECCSSA to OLK-6.6
|
||
- KVM: VMX: Also clear SGX EDECCSSA in KVM CPU caps when SGX is disabled
|
||
- !15048 net: hns3: add sync command to sync io-pgtable
|
||
- net: hns3: add sync command to sync io-pgtable
|
||
- Revert "net: hns3: add sync command to sync io-pgtable"
|
||
- net: hns3: fix oops when unload drivers paralleling
|
||
- !15031 nbd: don't allow reconnect after disconnect
|
||
- nbd: don't allow reconnect after disconnect
|
||
- !15002 riscv: Fix sleeping in invalid context in die()
|
||
- riscv: Fix sleeping in invalid context in die()
|
||
- !14989 ksmbd: fix a missing return value check bug
|
||
- ksmbd: fix a missing return value check bug
|
||
- !15027 pinmux: Use sequential access to access desc->pinmux data
|
||
- pinmux: Use sequential access to access desc->pinmux data
|
||
- !14321 [OLK-6.6] rcu: Provide a boot time parameter to control lazy RCU
|
||
- rcu: Provide a boot time parameter to control lazy RCU
|
||
- rcu/tree: Remove superfluous return from void call_rcu* functions
|
||
- !14900 LeapIOraid: update leapioraid driver version
|
||
- LeapIOraid: update leapioraid driver version
|
||
- !14325 LeapIOraid: Fix hiding ugood disk problem
|
||
- LeapIOraid: Fix hiding ugood disk problem
|
||
- !15016 spi: mpc52xx: Add cancel_work_sync before module remove
|
||
- spi: mpc52xx: Add cancel_work_sync before module remove
|
||
- !15041 gve: guard XDP xmit NDO on existence of xdp queues
|
||
- gve: guard XDP xmit NDO on existence of xdp queues
|
||
- !15040 gve: guard XSK operations on the existence of queues
|
||
- gve: guard XSK operations on the existence of queues
|
||
- !15039 mptcp: fix TCP options overflow.
|
||
- mptcp: fix TCP options overflow.
|
||
- !15038 net: fix memory leak in tcp_conn_request()
|
||
- net: fix memory leak in tcp_conn_request()
|
||
- !15037 net/smc: check smcd_v2_ext_offset when receiving proposal msg
|
||
- net/smc: check smcd_v2_ext_offset when receiving proposal msg
|
||
- !15036 net/smc: check return value of sock_recvmsg when draining clc data
|
||
- net/smc: check return value of sock_recvmsg when draining clc data
|
||
- !15025 net/smc: check iparea_offset and ipv6_prefixes_cnt when receiving proposal msg
|
||
- net/smc: check iparea_offset and ipv6_prefixes_cnt when receiving proposal msg
|
||
- !15019 platform/x86/amd/pmc: Only disable IRQ1 wakeup where i8042 actually enabled it
|
||
- platform/x86/amd/pmc: Only disable IRQ1 wakeup where i8042 actually enabled it
|
||
- !15020 drm/modes: Avoid divide by zero harder in drm_mode_vrefresh()
|
||
- drm/modes: Avoid divide by zero harder in drm_mode_vrefresh()
|
||
- !14979 igb: Fix potential invalid memory access in igb_init_module()
|
||
- igb: Fix potential invalid memory access in igb_init_module()
|
||
- !14963 exfat: fix the infinite loop in exfat_readdir()
|
||
- exfat: fix the infinite loop in exfat_readdir()
|
||
- !14988 net/smc: check v2_ext_offset/eid_cnt/ism_gid_cnt when receiving proposal msg
|
||
- net/smc: check v2_ext_offset/eid_cnt/ism_gid_cnt when receiving proposal msg
|
||
- !14987 workqueue: Do not warn when cancelling WQ_MEM_RECLAIM work from !WQ_MEM_RECLAIM worker
|
||
- workqueue: Do not warn when cancelling WQ_MEM_RECLAIM work from !WQ_MEM_RECLAIM worker
|
||
- !14985 i3c: Use i3cdev->desc->info instead of calling i3c_device_get_info() to avoid deadlock
|
||
- i3c: Use i3cdev->desc->info instead of calling i3c_device_get_info() to avoid deadlock
|
||
- !14892 s390/cpum_sf: Handle CPU hotplug remove during sampling
|
||
- s390/cpum_sf: Handle CPU hotplug remove during sampling
|
||
- !15013 v2 nilfs2: prevent use of deleted inode
|
||
- nilfs2: prevent use of deleted inode
|
||
- !14845 merge HULK-6.6 patches into OLK-6.6
|
||
- mm: refactor map_deny_write_exec()
|
||
- drm/mediatek: Fix potential NULL dereference in mtk_crtc_destroy()
|
||
- nommu: pass NULL argument to vma_iter_prealloc()
|
||
- mm: page_alloc: move mlocked flag clearance into free_pages_prepare()
|
||
- cacheinfo: Allocate memory during CPU hotplug if not done from the primary CPU
|
||
- kcsan: Turn report_filterlist_lock into a raw_spinlock
|
||
- ionic: Fix netdev notifier unregister on failure
|
||
- !15018 misc: microchip: pci1xxxx: Resolve kernel panic during GPIO IRQ handling
|
||
- misc: microchip: pci1xxxx: Resolve kernel panic during GPIO IRQ handling
|
||
- !15009 i3c: mipi-i3c-hci: Mask ring interrupts before ring stop request
|
||
- i3c: mipi-i3c-hci: Mask ring interrupts before ring stop request
|
||
- !15008 nvme-rdma: unquiesce admin_q before destroy it
|
||
- nvme-rdma: unquiesce admin_q before destroy it
|
||
|
||
* Thu Feb 06 2025 ZhangPeng <zhangpeng362@huawei.com> - 6.6.0-76.0.0.69
|
||
- !14997 wifi: rtw89: check return value of ieee80211_probereq_get() for RNR
|
||
- wifi: rtw89: check return value of ieee80211_probereq_get() for RNR
|
||
- !14941 CVE-2024-57906
|
||
- iio: adc: ti-ads8688: fix information leak in triggered buffer
|
||
- !14990 mainline patches
|
||
- cgroup/bpf: only cgroup v2 can be attached by bpf programs
|
||
- Revert "cgroup: Fix memory leak caused by missing cgroup_bpf_offline"
|
||
- cgroup/cpuset: Prevent leakage of isolated CPUs into sched domains
|
||
- !14993 arm64: ptrace: fix partial SETREGSET for NT_ARM_TAGGED_ADDR_CTRL
|
||
- arm64: ptrace: fix partial SETREGSET for NT_ARM_TAGGED_ADDR_CTRL
|
||
- !14952 drm/mediatek: Set private->all_drm_private[i
|
||
- drm/mediatek: Set private->all_drm_private[i]->drm to NULL if mtk_drm_bind returns err
|
||
- !14835 v2 media: dvb-frontends: dib3000mb: fix uninit-value in dib3000_write_reg
|
||
- media: dvb-frontends: dib3000mb: fix uninit-value in dib3000_write_reg
|
||
- !14994 mm/compaction: fix UBSAN shift-out-of-bounds warning
|
||
- mm/compaction: fix UBSAN shift-out-of-bounds warning
|
||
- !14893 btrfs: flush delalloc workers queue before stopping cleaner kthread during unmount
|
||
- btrfs: flush delalloc workers queue before stopping cleaner kthread during unmount
|
||
- !14876 *** jffs2: Prevent rtime decompress memory corruption ***
|
||
- jffs2: Fix rtime decompressor
|
||
- jffs2: Prevent rtime decompress memory corruption
|
||
- !14833 btrfs: check folio mapping after unlock in relocate_one_folio()
|
||
- btrfs: check folio mapping after unlock in relocate_one_folio()
|
||
- !14588 smb: Initialize cfid->tcon before performing network ops
|
||
- smb: Initialize cfid->tcon before performing network ops
|
||
- !14977 PCI: imx6: Fix suspend/resume support on i.MX6QDL
|
||
- PCI: imx6: Fix suspend/resume support on i.MX6QDL
|
||
- !14984 vsock/bpf: return early if transport is not assigned
|
||
- vsock/bpf: return early if transport is not assigned
|
||
- !14976 x86/fpu: Ensure shadow stack is active before "getting" registers
|
||
- x86/fpu: Ensure shadow stack is active before "getting" registers
|
||
- !14682 CVE-2024-56701
|
||
- powerpc/pseries: Fix dtl_access_lock to be a rw_semaphore
|
||
- !14780 CVE-2024-56677
|
||
- powerpc/fadump: Move fadump_cma_init to setup_arch() after initmem_init()
|
||
- powerpc/fadump: Refactor and prepare fadump_cma_init for late init
|
||
- !14681 CVE-2024-56567
|
||
- ad7780: fix division by zero in ad7780_write_raw()
|
||
- !14981 nfsd: fix nfs4_openowner leak when concurrent nfsd4_open occur
|
||
- nfsd: fix nfs4_openowner leak when concurrent nfsd4_open occur
|
||
- !14916 CVE-2024-56641
|
||
- net/smc: initialize close_work early to avoid warning
|
||
- net/smc: refactoring initialization of smc sock
|
||
- !14914 bnxt_en: Fix receive ring space parameters when XDP is active
|
||
- bnxt_en: Fix receive ring space parameters when XDP is active
|
||
- !14915 net/smc: protect link down work from execute after lgr freed
|
||
- net/smc: protect link down work from execute after lgr freed
|
||
- !14913 xsk: fix OOB map writes when deleting elements
|
||
- xsk: fix OOB map writes when deleting elements
|
||
- !14911 net/smc: fix LGR and link use-after-free issue
|
||
- net/smc: fix LGR and link use-after-free issue
|
||
- !14912 net: fix data-races around sk->sk_forward_alloc
|
||
- net: fix data-races around sk->sk_forward_alloc
|
||
- !14907 ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_find()
|
||
- ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_find()
|
||
- !14908 net: dsa: improve shutdown sequence
|
||
- net: dsa: improve shutdown sequence
|
||
- !14877 sched: qos sched support online task to preempt offline task
|
||
- sched: qos sched support online task to preempt offline task
|
||
- !14974 BMA: Fix Oops and spin lock deadlock problem, and change the version number.
|
||
- BMA: Fix Oops and spin lock deadlock problem, and change the version number.
|
||
- !14973 v2 fix CVE-2024-54193
|
||
- accel/ivpu: Fix WARN in ivpu_ipc_send_receive_internal()
|
||
- accel/ivpu: Move set autosuspend delay to HW specific code
|
||
- !14901 Fix CVE-2024-47794
|
||
- bpf: Fix kabi breakage in struct bpf_prog_aux
|
||
- selftests/bpf: Add test to verify tailcall and freplace restrictions
|
||
- selftests/bpf: Add testcase for updating attached freplace prog to prog_array map
|
||
- bpf: Prevent tailcall infinite loop caused by freplace
|
||
- !14874 bpf: Check size for BTF-based ctx access of pointer members
|
||
- bpf: Check size for BTF-based ctx access of pointer members
|
||
- !14847 bpf: put bpf_link's program when link is safe to be deallocated
|
||
- bpf: put bpf_link's program when link is safe to be deallocated
|
||
- !14945 btrfs: avoid NULL pointer dereference if no valid extent tree
|
||
- btrfs: avoid NULL pointer dereference if no valid extent tree
|
||
- !14823 mm:some shmem bugfix
|
||
- mm: shmem: fix ShmemHugePages at swapout
|
||
- mm: shmem: extend shmem_unused_huge_shrink() to all sizes
|
||
- mm: shmem: fix minor off-by-one in shrinkable calculation
|
||
- docs: mm: fix the incorrect 'FileHugeMapped' field
|
||
- mm: shmem: fix the update of 'shmem_falloc->nr_unswapped'
|
||
- mm: shmem: fix incorrect index alignment for within_size policy
|
||
- !14970 drm/amd/display: Add check for granularity in dml ceil/floor helpers
|
||
- drm/amd/display: Add check for granularity in dml ceil/floor helpers
|
||
- !14969 topology: Keep the cpumask unchanged when printing cpumap
|
||
- topology: Keep the cpumask unchanged when printing cpumap
|
||
- !14935 Two CVE fixes for ksmbd
|
||
- ksmbd: fix potencial out-of-bounds when buffer offset is invalid
|
||
- ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()
|
||
- !14930 tracing/kprobe: Make trace_kprobe's module callback called after jump_label update
|
||
- tracing/kprobe: Make trace_kprobe's module callback called after jump_label update
|
||
- !14931 bpf: Fix theoretical prog_array UAF in __uprobe_perf_func()
|
||
- bpf: Fix theoretical prog_array UAF in __uprobe_perf_func()
|
||
- !14953 mm: khugepaged: fix call hpage_collapse_scan_file() for anonymous vma
|
||
- mm: khugepaged: fix call hpage_collapse_scan_file() for anonymous vma
|
||
- !14767 mm: shmem: control THP support through the kernel command line
|
||
- mm: shmem: remove __shmem_huge_global_enabled()
|
||
- mm: shmem: override mTHP shmem default with a kernel parameter
|
||
- mm: move ``get_order_from_str()`` to internal.h
|
||
- mm: shmem: control THP support through the kernel command line
|
||
- !14962 memcg: fix memcg_swapmax_read() not declared warning
|
||
- memcg: fix memcg_swapmax_read() not declared warning
|
||
- !14944 ocfs2: fix slab-use-after-free due to dangling pointer dqi_priv
|
||
- ocfs2: fix slab-use-after-free due to dangling pointer dqi_priv
|
||
- !14946 swiotlb: fix swiotlb_bounce() to do partial sync's correctly
|
||
- iommu/dma: fix zeroing of bounce buffer padding used by untrusted devices
|
||
- swiotlb: remove alloc_size argument to swiotlb_tbl_map_single()
|
||
- swiotlb: fix swiotlb_bounce() to do partial sync's correctly
|
||
- swiotlb: extend buffer pre-padding to alloc_align_mask if necessary
|
||
- !14897 perf/x86/intel/ds: Unconditionally drain PEBS DS when changing PEBS_DATA_CFG
|
||
- perf/x86/intel/ds: Unconditionally drain PEBS DS when changing PEBS_DATA_CFG
|
||
- !14920 iio: light: vcnl4035: fix information leak in triggered buffer
|
||
- iio: light: vcnl4035: fix information leak in triggered buffer
|
||
- !14964 v2 fix BUG: unable to handle kernel paging request in build_id_parse
|
||
- lib/buildid: Handle memfd_secret() files in build_id_parse()
|
||
- mm: merge folio_is_secretmem() and folio_fast_pin_allowed() into gup_fast_folio_allowed()
|
||
- !14951 Mainline patch to olk-6.6
|
||
- RDMA/hns: Fix UAF for cq async event
|
||
- Revert "RDMA/hns: Fix UAF for cq async event"
|
||
- RDMA/hns: Check atomic wr length
|
||
- Revert "RDMA/hns: Fix a missing check of atomic wr length"
|
||
- Revert "RDMA/hns: Check atomic wr length"
|
||
- !14925 RDMA/hns: Fix unmatch exception handling when request_irq() fails
|
||
- RDMA/hns: Fix unmatch exception handling when request_irq() fails
|
||
- !14884 um: Fix potential integer overflow during physmem setup
|
||
- um: Fix potential integer overflow during physmem setup
|
||
- !14886 Bluetooth: hci_core: Fix not checking skb length on hci_acldata_packet
|
||
- Bluetooth: hci_core: Fix not checking skb length on hci_acldata_packet
|
||
- !14889 clk: ralink: mtmips: clock fixes for Ralink SoCs
|
||
- clk: ralink: mtmips: fix clocks probe order in oldest ralink SoCs
|
||
- clk: ralink: mtmips: fix clock plan for Ralink SoC RT3883
|
||
- !14888 usb: dwc3: gadget: Fix looping of queued SG entries
|
||
- usb: dwc3: gadget: Fix looping of queued SG entries
|
||
- !14924 soc: imx8m: Probe the SoC driver as platform driver
|
||
- soc: imx8m: Probe the SoC driver as platform driver
|
||
- !14813 drm/i915/hdcp: Add encoder check in intel_hdcp_get_capability
|
||
- drm/i915/hdcp: Add encoder check in intel_hdcp_get_capability
|
||
|
||
* Tue Jan 21 2025 ZhangPeng <zhangpeng362@huawei.com> - 6.6.0-75.0.0.68
|
||
- Add a revert patch to fix build error
|
||
|
||
* Tue Jan 21 2025 ZhangPeng <zhangpeng362@huawei.com> - 6.6.0-75.0.0.67
|
||
- !14904 net: renesas: rswitch: avoid use-after-put for a device tree node
|
||
- net: renesas: rswitch: avoid use-after-put for a device tree node
|
||
- !14898 Revert "Revert "driver core: Fix uevent_show() vs driver detach race""
|
||
- Revert "Revert "driver core: Fix uevent_show() vs driver detach race""
|
||
- !14741 io_uring: check for overflows in io_pin_pages
|
||
- io_uring: check for overflows in io_pin_pages
|
||
- !14863 drm/sti: avoid potential dereference of error pointers in sti_gdp_atomic_check
|
||
- drm/sti: avoid potential dereference of error pointers in sti_gdp_atomic_check
|
||
- !14882 usb: typec: fix potential array underflow in ucsi_ccg_sync_control()
|
||
- usb: typec: fix potential array underflow in ucsi_ccg_sync_control()
|
||
- !14879 CVE-2024-57872
|
||
- scsi: ufs: pltfrm: Dellocate HBA during ufshcd_pltfrm_remove()
|
||
- scsi: ufs: pltfrm: Drop PM runtime reference count after ufshcd_remove()
|
||
- scsi: ufs: pltfrm: Disable runtime PM during removal of glue drivers
|
||
- scsi: ufs: Convert all platform drivers to return void
|
||
- !14880 pinctrl: mcp23s08: Fix sleeping in atomic context due to regmap locking
|
||
- pinctrl: mcp23s08: Fix sleeping in atomic context due to regmap locking
|
||
- !14873 [openEuler-24.03-LTS][linux-6.6.y sync] Backport 6.6.62-6.6.63 LTS Patches
|
||
- mm/damon/core: copy nr_accesses when splitting region
|
||
- mm/damon/core: handle zero schemes apply interval
|
||
- mm/damon/core: check apply interval in damon_do_apply_schemes()
|
||
- mm: refactor map_deny_write_exec()
|
||
- mm: unconditionally close VMAs on error
|
||
- drm/amd/pm: Vangogh: Fix kernel memory out of bounds write
|
||
- mptcp: pm: use _rcu variant under rcu_read_lock
|
||
- mptcp: hold pm lock when deleting entry
|
||
- NFSD: initialize copy->cp_clp early in nfsd4_copy for use by trace point
|
||
- lib/buildid: Fix build ID parsing logic
|
||
- staging: vchiq_arm: Use devm_kzalloc() for vchiq_arm_state allocation
|
||
- staging: vchiq_arm: Get the rid off struct vchiq_2835_state
|
||
- mm/damon/core: handle zero {aggregation,ops_update} intervals
|
||
- mm/damon/core: implement scheme-specific apply interval
|
||
- drm/amd: Fix initialization mistake for NBIO 7.7.0
|
||
- nouveau: fw: sync dma after setup is called.
|
||
- drm/bridge: tc358768: Fix DSI command tx
|
||
- mmc: sunxi-mmc: Fix A100 compatible description
|
||
- LoongArch: Make KASAN work with 5-level page-tables
|
||
- LoongArch: Disable KASAN if PGDIR_SIZE is too large for cpu_vabits
|
||
- ocfs2: fix UBSAN warning in ocfs2_verify_volume()
|
||
- ALSA: hda/realtek: fix mute/micmute LEDs for a HP EliteBook 645 G10
|
||
- ALSA: hda/realtek - Fixed Clevo platform headset Mic issue
|
||
- nommu: pass NULL argument to vma_iter_prealloc()
|
||
- KVM: VMX: Bury Intel PT virtualization (guest/host mode) behind CONFIG_BROKEN
|
||
- KVM: x86: Unconditionally set irr_pending when updating APICv state
|
||
- KVM: nVMX: Treat vpid01 as current if L2 is active, but with VPID disabled
|
||
- vdpa/mlx5: Fix PA offset with unaligned starting iotlb map
|
||
- mm: fix NULL pointer dereference in alloc_pages_bulk_noprof
|
||
- x86/mm: Fix a kdump kernel failure on SME system when CONFIG_IMA_KEXEC=y
|
||
- tools/mm: fix compile error
|
||
- ARM: 9419/1: mm: Fix kernel memory mapping for xip kernels
|
||
- bonding: add ns target multicast address to slave device
|
||
- net: ti: icssg-prueth: Fix 1 PPS sync
|
||
- stmmac: dwmac-intel-plat: fix call balance of tx_clk handling routines
|
||
- net: stmmac: rename stmmac_pltfr_remove_no_dt to stmmac_pltfr_remove
|
||
- net: stmmac: dwmac-visconti: use devm_stmmac_probe_config_dt()
|
||
- net: stmmac: dwmac-intel-plat: use devm_stmmac_probe_config_dt()
|
||
- net: Make copy_safe_from_sockptr() match documentation
|
||
- net: stmmac: dwmac-mediatek: Fix inverted handling of mediatek,mac-wol
|
||
- samples: pktgen: correct dev to DEV
|
||
- net: sched: cls_u32: Fix u32's systematic failure to free IDR entries for hnodes.
|
||
- net/sched: cls_u32: replace int refcounts with proper refcounts
|
||
- Bluetooth: btintel: Direct exception event to bluetooth stack
|
||
- Bluetooth: hci_core: Fix calling mgmt_device_connected
|
||
- Revert "RDMA/core: Fix ENODEV error for iWARP test over vlan"
|
||
- virtio/vsock: Fix accept_queue memory leak
|
||
- net/mlx5e: CT: Fix null-ptr-deref in add rule err flow
|
||
- net/mlx5e: clear xdp features on non-uplink representors
|
||
- net/mlx5e: kTLS, Fix incorrect page refcounting
|
||
- net/mlx5: fs, lock FTE when checking if active
|
||
- mptcp: cope racing subflow creation in mptcp_rcv_space_adjust
|
||
- mptcp: error out earlier on disconnect
|
||
- net: vertexcom: mse102x: Fix tx_bytes calculation
|
||
- sctp: fix possible UAF in sctp_v6_available()
|
||
- netlink: terminate outstanding dump on socket close
|
||
- !14856 sched: psi: fix bogus pressure spikes from aggregation race
|
||
- sched: psi: fix bogus pressure spikes from aggregation race
|
||
- !14861 drm/sti: avoid potential dereference of error pointers
|
||
- drm/sti: avoid potential dereference of error pointers
|
||
- !14846 net: stmmac: fix TSO DMA API usage causing oops
|
||
- net: stmmac: fix TSO DMA API usage causing oops
|
||
- !14789 erofs: handle NONHEAD !delta[1
|
||
- erofs: handle NONHEAD !delta[1] lclusters gracefully
|
||
- !14848 LoongArch: Fix sleeping in atomic context for PREEMPT_RT
|
||
- LoongArch: Fix sleeping in atomic context for PREEMPT_RT
|
||
- !14840 [OLK-6.6][bugfix]Hygon: Remove 'CONFIG_' prefix under Kconfig entry HYGON_CSV
|
||
- x86/config: Remove 'CONFIG_' prefix under Kconfig entry HYGON_CSV
|
||
- !14690 Improve the tmpfs large folio read performance
|
||
- mm: shmem: fallback to page size splice if large folio has poisoned pages
|
||
- mm: shmem: improve the tmpfs large folio read performance
|
||
- mm: shmem: update iocb->ki_pos directly to simplify tmpfs read logic
|
||
- !14466 bpf: Call free_htab_elem() after htab_unlock_bucket()
|
||
- bpf: Call free_htab_elem() after htab_unlock_bucket()
|
||
- !14818 olk-6.6
|
||
- cpufreq: CPPC: Fix possible null-ptr-deref for cpufreq_cpu_get_raw()
|
||
- !14738 LoongArch: fix some dwmac/pci/SE/i2c/interrupt issues
|
||
- LoongArch: adjust the calc method of number of packages.
|
||
- LoongArch: eiointc: fix ext irq route error
|
||
- drivers/char: add ACPI firmware support for Loongson SE driver
|
||
- LoongArch: fix i2c related issues
|
||
- net: stmmac: dwmac-loongson: fix Mac DMA reset
|
||
- pci/quirks: LS7A2000: fix pm transition of devices under pcie port
|
||
- !14573 RDMA/rxe: Fix the qp flush warnings in req
|
||
- RDMA/rxe: Fix the qp flush warnings in req
|
||
- !14574 ALSA: pcm: Add sanity NULL check for the default mmap fault handler
|
||
- ALSA: pcm: Add sanity NULL check for the default mmap fault handler
|
||
- !14035 Backport fs optimizing patch from mainline
|
||
- fs/file.c: conditionally clear full_fds
|
||
- !14828 cgroup/cpuset: remove kernfs active break
|
||
- cgroup/cpuset: remove kernfs active break
|
||
- !14589 ksmbd: fix Out-of-Bounds Write in ksmbd_vfs_stream_write
|
||
- ksmbd: fix Out-of-Bounds Write in ksmbd_vfs_stream_write
|
||
- !14800 Bluetooth: fix use-after-free in device_for_each_child()
|
||
- Bluetooth: fix use-after-free in device_for_each_child()
|
||
- !14792 jfs: fix shift-out-of-bounds in dbSplit
|
||
- jfs: fix shift-out-of-bounds in dbSplit
|
||
- !14791 scsi: ufs: core: sysfs: Prevent div by zero
|
||
- scsi: ufs: core: sysfs: Prevent div by zero
|
||
- !14787 acpi: nfit: vmalloc-out-of-bounds Read in acpi_nfit_ctl
|
||
- acpi: nfit: vmalloc-out-of-bounds Read in acpi_nfit_ctl
|
||
- !14786 x86/xen: don't do PV iret hypercall through hypercall page
|
||
- x86/xen: don't do PV iret hypercall through hypercall page
|
||
- !14785 drm/i915: Fix NULL pointer dereference in capture_engine
|
||
- drm/i915: Fix NULL pointer dereference in capture_engine
|
||
- !14817 olk-6.6
|
||
- wifi: rtlwifi: Drastically reduce the attempts to read efuse in case of failures
|
||
- !14784 wifi: nl80211: fix NL80211_ATTR_MLO_LINK_ID off-by-one
|
||
- wifi: nl80211: fix NL80211_ATTR_MLO_LINK_ID off-by-one
|
||
- !14807 btrfs: fix use-after-free in btrfs_encoded_read_endio()
|
||
- btrfs: fix use-after-free in btrfs_encoded_read_endio()
|
||
- !14591 ubifs: authentication: Fix use-after-free in ubifs_tnc_end_commit
|
||
- ubifs: authentication: Fix use-after-free in ubifs_tnc_end_commit
|
||
- !14587 jfs: add a check to prevent array-index-out-of-bounds in dbAdjTree
|
||
- jfs: add a check to prevent array-index-out-of-bounds in dbAdjTree
|
||
- !14747 net: enetc: Do not configure preemptible TCs if SIs do not support
|
||
- net: enetc: Do not configure preemptible TCs if SIs do not support
|
||
- !14796 btrfs: fix use-after-free when COWing tree bock and tracing is enabled
|
||
- btrfs: fix use-after-free when COWing tree bock and tracing is enabled
|
||
- !14655 vfio/mlx5: Fix an unwind issue in mlx5vf_add_migration_pages()
|
||
- vfio/mlx5: Fix an unwind issue in mlx5vf_add_migration_pages()
|
||
- !14656 iio: adc: ad7923: Fix buffer overflow for tx_buf and ring_xfer
|
||
- iio: adc: ad7923: Fix buffer overflow for tx_buf and ring_xfer
|
||
- !14659 firmware: arm_scpi: Check the DVFS OPP count returned by the firmware
|
||
- firmware: arm_scpi: Check the DVFS OPP count returned by the firmware
|
||
- !14712 CVE-2024-56654
|
||
- Bluetooth: hci_event: Fix using rcu_read_(un)lock while iterating
|
||
- Bluetooth: ISO: Reassociate a socket with an active BIS
|
||
- !14761 Add Huawei Intelligent Network Card Driver:hibifur
|
||
- Add Huawei Intelligent Network Card Driver:hibifur
|
||
- !14772 tcp_bpf: Fix the sk_mem_uncharge logic in tcp_bpf_sendmsg
|
||
- tcp_bpf: Fix the sk_mem_uncharge logic in tcp_bpf_sendmsg
|
||
- !14769 svcrdma: fix miss destroy percpu_counter in svc_rdma_proc_init()
|
||
- svcrdma: fix miss destroy percpu_counter in svc_rdma_proc_init()
|
||
- !14770 bpf, sockmap: Several fixes to bpf_msg_pop_data
|
||
- bpf, sockmap: Several fixes to bpf_msg_pop_data
|
||
- !14730 sched: Fix bpf cpustats refcount leak
|
||
- sched: Fix bpf cpustats refcount leak
|
||
- !14739 mfd: intel_soc_pmic_bxtwc: Use IRQ domain for USB Type-C device
|
||
- mfd: intel_soc_pmic_bxtwc: Use IRQ domain for USB Type-C device
|
||
- !14731 octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_common.c
|
||
- octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_common.c
|
||
- !14759 wifi: ath12k: Skip Rx TID cleanup for self peer
|
||
- wifi: ath12k: Skip Rx TID cleanup for self peer
|
||
- !14757 media: platform: allegro-dvt: Fix possible memory leak in allocate_buffers_internal()
|
||
- media: platform: allegro-dvt: Fix possible memory leak in allocate_buffers_internal()
|
||
- !14605 scsi: qedi: Fix a possible memory leak in qedi_alloc_and_init_sb()
|
||
- scsi: qedi: Fix a possible memory leak in qedi_alloc_and_init_sb()
|
||
- !14490 nilfs2: fix potential out-of-bounds memory access in nilfs_find_entry()
|
||
- nilfs2: fix potential out-of-bounds memory access in nilfs_find_entry()
|
||
- !14489 f2fs: fix f2fs_bug_on when uninstalling filesystem call f2fs_evict_inode.
|
||
- f2fs: fix f2fs_bug_on when uninstalling filesystem call f2fs_evict_inode.
|
||
- !14488 ovl: Filter invalid inodes with missing lookup function
|
||
- ovl: Filter invalid inodes with missing lookup function
|
||
- !14486 ocfs2: fix uninitialized value in ocfs2_file_read_iter()
|
||
- ocfs2: fix uninitialized value in ocfs2_file_read_iter()
|
||
- !14754 i3c: master: Fix miss free init_dyn_addr at i3c_master_put_i3c_addrs()
|
||
- i3c: master: Fix miss free init_dyn_addr at i3c_master_put_i3c_addrs()
|
||
- !14776 tracing: Prevent bad count for tracing_cpumask_write
|
||
- tracing: Prevent bad count for tracing_cpumask_write
|
||
- !14766 drm/i915/hdcp: Add encoder check in hdcp2_get_capability
|
||
- drm/i915/hdcp: Add encoder check in hdcp2_get_capability
|
||
- !14765 nilfs2: fix null-ptr-deref in block_touch_buffer tracepoint
|
||
- nilfs2: fix null-ptr-deref in block_touch_buffer tracepoint
|
||
- !14764 octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_ethtool.c
|
||
- octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_ethtool.c
|
||
- !14729 KVM: arm64: Don't retire aborted MMIO instruction
|
||
- KVM: arm64: Don't retire aborted MMIO instruction
|
||
- !14763 usb: musb: Fix hardware lockup on first Rx endpoint request
|
||
- usb: musb: Fix hardware lockup on first Rx endpoint request
|
||
- !14762 sched/numa: fix memory leak due to the overwritten vma->numab_state
|
||
- sched/numa: fix memory leak due to the overwritten vma->numab_state
|
||
- !14749 net/mlx5: DR, prevent potential error pointer dereference
|
||
- net/mlx5: DR, prevent potential error pointer dereference
|
||
- !14746 nvme-pci: fix freeing of the HMB descriptor table
|
||
- nvme-pci: fix freeing of the HMB descriptor table
|
||
- !14722 Bluetooth: MGMT: Fix possible deadlocks
|
||
- Bluetooth: MGMT: Fix possible deadlocks
|
||
- !14670 Bluetooth: L2CAP: do not leave dangling sk pointer on error in l2cap_sock_create()
|
||
- Bluetooth: L2CAP: do not leave dangling sk pointer on error in l2cap_sock_create()
|
||
- !14608 scsi: qla2xxx: Fix use after free on unload
|
||
- scsi: qla2xxx: Fix use after free on unload
|
||
- !14724 etmem: fix use-after-free of mm in the scan release process
|
||
- etmem: fix use-after-free of mm in the scan release process
|
||
- !14384 virtiofs: use pages instead of pointer for kernel direct IO
|
||
- virtiofs: use pages instead of pointer for kernel direct IO
|
||
- !14673 ALSA: 6fire: Release resources at card release
|
||
- ALSA: 6fire: Release resources at card release
|
||
- !14666 Bluetooth: btmtk: avoid UAF in btmtk_process_coredump
|
||
- Bluetooth: btmtk: avoid UAF in btmtk_process_coredump
|
||
- !14634 backport mainline bugfix patch
|
||
- genirq/msi: Fix off-by-one error in msi_domain_alloc()
|
||
- !14611 merge mainline patches into OLK-6.6
|
||
- mm/vmscan: wake up flushers conditionally to avoid cgroup OOM
|
||
- mm/mglru: reset page lru tier bits when activating
|
||
- tmpfs: don't enable large folios if not supported
|
||
- mm: migrate: annotate data-race in migrate_folio_unmap()
|
||
- mm: Kconfig: fixup zsmalloc configuration
|
||
- mm: ignore data-race in __swap_writepage
|
||
- !14602 blk-cgroup: Fix UAF in blkcg_unpin_online()
|
||
- blk-cgroup: Fix UAF in blkcg_unpin_online()
|
||
- !14720 rtc: check if __rtc_read_time was successful in rtc_timer_do_work()
|
||
- rtc: check if __rtc_read_time was successful in rtc_timer_do_work()
|
||
- !14719 rcu/kvfree: Fix data-race in __mod_timer / kvfree_call_rcu
|
||
- rcu/kvfree: Fix data-race in __mod_timer / kvfree_call_rcu
|
||
- !14718 PCI: Fix reset_method_store() memory leak
|
||
- PCI: Fix reset_method_store() memory leak
|
||
- !14455 f2fs: fix race in concurrent f2fs_stop_gc_thread
|
||
- f2fs: fix race in concurrent f2fs_stop_gc_thread
|
||
- !14542 net: usb: lan78xx: Fix double free issue with interrupt buffer allocation
|
||
- net: usb: lan78xx: Fix double free issue with interrupt buffer allocation
|
||
- !14531 sched/deadline: Fix warning in migrate_enable for boosted tasks
|
||
- sched/deadline: Fix warning in migrate_enable for boosted tasks
|
||
- !14528 drm/amdgpu: set the right AMDGPU sg segment limitation
|
||
- drm/amdgpu: set the right AMDGPU sg segment limitation
|
||
- !14525 CVE-2024-56609
|
||
- wifi: rtw88: use ieee80211_purge_tx_queue() to purge TX skb
|
||
- wifi: mac80211: export ieee80211_purge_tx_queue() for drivers
|
||
- !14667 sched: fix warning in sched_setaffinity
|
||
- sched: fix warning in sched_setaffinity
|
||
- !14412 [OLK-6.6]Workaround ARM PMUs cpu maps having offline cpus
|
||
- perf arm: Workaround ARM PMUs cpu maps having offline cpus
|
||
- !14698 bpf: Fix narrow scalar spill onto 64-bit spilled scalar slots
|
||
- bpf: Fix narrow scalar spill onto 64-bit spilled scalar slots
|
||
- !14694 arm64: probes: Disable kprobes/uprobes on MOPS instructions
|
||
- arm64: probes: Disable kprobes/uprobes on MOPS instructions
|
||
- !14677 drm/amd/display: Fix null check for pipe_ctx->plane_state in dcn20_program_pipe
|
||
- drm/amd/display: Fix null check for pipe_ctx->plane_state in dcn20_program_pipe
|
||
- !14569 PCI: Fix use-after-free of slot->bus on hot remove
|
||
- PCI: Fix use-after-free of slot->bus on hot remove
|
||
- !14568 wifi: ath12k: fix warning when unbinding
|
||
- wifi: ath12k: fix warning when unbinding
|
||
- !14424 octeontx2-pf: handle otx2_mbox_get_rsp errors in cn10k.c
|
||
- octeontx2-pf: handle otx2_mbox_get_rsp errors in cn10k.c
|
||
- !14714 Bluetooth: MGMT: Fix slab-use-after-free Read in set_powered_sync
|
||
- Bluetooth: MGMT: Fix slab-use-after-free Read in set_powered_sync
|
||
- !14715 media: atomisp: Add check for rgby_data memory allocation failure
|
||
- media: atomisp: Add check for rgby_data memory allocation failure
|
||
- !14699 CVE-2024-53158
|
||
- soc: qcom: geni-se: fix array underflow in geni_se_clk_tbl_get()
|
||
- !14710 CVE-2024-56546
|
||
- drivers: soc: xilinx: add the missing kfree in xlnx_add_cb_for_suspend()
|
||
- !14507 sched/task_stack: fix object_is_on_stack() for KASAN tagged pointers
|
||
- sched/task_stack: fix object_is_on_stack() for KASAN tagged pointers
|
||
- !14511 netfilter: nft_inner: incorrect percpu area handling under softirq
|
||
- netfilter: nft_inner: incorrect percpu area handling under softirq
|
||
- !14472 jfs: fix array-index-out-of-bounds in jfs_readdir
|
||
- jfs: fix array-index-out-of-bounds in jfs_readdir
|
||
- !14664 v2 CVE-2024-53224
|
||
- RDMA/mlx5: Move events notifier registration to be after device registration
|
||
- IB/mlx5: Allocate resources just before first QP/SRQ is created
|
||
|
||
* Thu Jan 16 2025 Mingzheng Xing <xingmingzheng@iscas.ac.cn> - 6.6.0-73.0.0.66
|
||
- riscv kernel upgrade to 6.6.0-73.0.0
|
||
- Backport RISC-V AIA driver from mainline linux
|
||
- Fix kernel-mode FPU support on riscv
|
||
- Add cache info for SG2042 dts
|
||
|
||
* Mon Jan 06 2025 ZhangPeng <zhangpeng362@huawei.com> - 6.6.0-73.0.0.65
|
||
- !14618 drm: zynqmp_kms: Unplug DRM device before removal
|
||
- drm: zynqmp_kms: Unplug DRM device before removal
|
||
- !14621 brd: defer automatic disk creation until module initialization succeeds
|
||
- brd: defer automatic disk creation until module initialization succeeds
|
||
- !14617 block: fix uaf for flush rq while iterating tags
|
||
- block: fix uaf for flush rq while iterating tags
|
||
- !14614 scsi: sg: Fix slab-use-after-free read in sg_release()
|
||
- scsi: sg: Fix slab-use-after-free read in sg_release()
|
||
- !14519 bpf,perf: Fix invalid prog_array access in perf_event_detach_bpf_prog
|
||
- bpf,perf: Fix invalid prog_array access in perf_event_detach_bpf_prog
|
||
- !14593 CVE-2024-56702
|
||
- bpf: Augment raw_tp arguments with PTR_MAYBE_NULL
|
||
- bpf: Revert "bpf: Mark raw_tp arguments with PTR_MAYBE_NULL"
|
||
- bpf: Mark raw_tp arguments with PTR_MAYBE_NULL
|
||
- !14415 ksmbd: fix Out-of-Bounds Read in ksmbd_vfs_stream_read
|
||
- ksmbd: fix Out-of-Bounds Read in ksmbd_vfs_stream_read
|
||
- !14439 sh: intc: Fix use-after-free bug in register_intc_controller()
|
||
- sh: intc: Fix use-after-free bug in register_intc_controller()
|
||
- !14635 Bluetooth: RFCOMM: avoid leaving dangling sk pointer in rfcomm_sock_alloc()
|
||
- Bluetooth: RFCOMM: avoid leaving dangling sk pointer in rfcomm_sock_alloc()
|
||
- !14648 memcg: fix soft lockup in the OOM process
|
||
- memcg: fix soft lockup in the OOM process
|
||
- !14562 f2fs: fix to do sanity check on node blkaddr in truncate_node()
|
||
- f2fs: fix to do sanity check on node blkaddr in truncate_node()
|
||
- !14524 The bugfix for LPM trie
|
||
- bpf: Handle in-place update for full LPM trie correctly
|
||
- bpf: Handle BPF_EXIST and BPF_NOEXIST for LPM trie
|
||
- !14459 sh: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK
|
||
- sh: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK
|
||
- !14454 drm/vc4: hdmi: Avoid hang with debug registers when suspended
|
||
- drm/vc4: hdmi: Avoid hang with debug registers when suspended
|
||
- !14385 media: imx-jpeg: Ensure power suppliers be suspended before detach them
|
||
- media: imx-jpeg: Ensure power suppliers be suspended before detach them
|
||
- !14546 media: wl128x: Fix atomicity violation in fmc_send_cmd()
|
||
- media: wl128x: Fix atomicity violation in fmc_send_cmd()
|
||
- !14244 sunrpc: clear XPRT_SOCK_UPD_TIMEOUT when reset transport
|
||
- sunrpc: clear XPRT_SOCK_UPD_TIMEOUT when reset transport
|
||
- !14243 sunrpc: fix one UAF issue caused by sunrpc kernel tcp socket
|
||
- sunrpc: fix one UAF issue caused by sunrpc kernel tcp socket
|
||
- !14504 apparmor: test: Fix memory leak for aa_unpack_strdup()
|
||
- apparmor: test: Fix memory leak for aa_unpack_strdup()
|
||
- !14418 LoongArch: Add CPU HWMon platform driver
|
||
- LoongArch: Add CPU HWMon platform driver
|
||
- !14387 LoongArch: compile loongson drm driver as module
|
||
- drm/loongson: compile loongson drm driver as module
|
||
- LoongArch: cleanup loongson3 defconfig
|
||
- !14441 crypto: bcm - add error check in the ahash_hmac_init function
|
||
- crypto: bcm - add error check in the ahash_hmac_init function
|
||
- !14438 media: imx-jpeg: Set video drvdata before register video device
|
||
- media: imx-jpeg: Set video drvdata before register video device
|
||
- !14389 CVE-2024-53173
|
||
- NFSv4.0: Fix a use-after-free problem in the asynchronous open()
|
||
- NFSv4.0: Fix the wake up of the next waiter in nfs_release_seqid()
|
||
- Revert "NFSv4: release seqid when open failed for nfs4.0"
|
||
- Revert "nfs: fix rpc_task use-after-free when open and close different files concurrently"
|
||
- !14469 io_uring/tctx: work around xa_store() allocation error issue
|
||
- io_uring/tctx: work around xa_store() allocation error issue
|
||
- !14447 Fix CVE-2024-56744
|
||
- f2fs: fix to avoid potential deadlock in f2fs_record_stop_reason()
|
||
- !14394 scsi: ufs: qcom: Only free platform MSIs when ESI is enabled
|
||
- scsi: ufs: qcom: Only free platform MSIs when ESI is enabled
|
||
- !14518 hfsplus: don't query the device logical block size multiple times
|
||
- hfsplus: don't query the device logical block size multiple times
|
||
- !14517 scsi: bfa: Fix use-after-free in bfad_im_module_exit()
|
||
- scsi: bfa: Fix use-after-free in bfad_im_module_exit()
|
||
- !14516 f2fs: fix null-ptr-deref in f2fs_submit_page_bio()
|
||
- f2fs: fix null-ptr-deref in f2fs_submit_page_bio()
|
||
- !14475 ext4: correct behaviors under errors=remount-ro mode
|
||
- Revert "ext4: drop EXT4_MF_FS_ABORTED flag"
|
||
- Revert "ext4: warn on read-only filesystem in ext4_journal_check_start()"
|
||
- Revert "ext4: drop read-only check in ext4_init_inode_table()"
|
||
- Revert "ext4: drop read-only check in ext4_write_inode()"
|
||
- Revert "ext4: drop read-only check from ext4_force_commit()"
|
||
- Revert "ext4: replace read-only check for shutdown check in mmp code"
|
||
- Revert "ext4: don't set SB_RDONLY after filesystem errors"
|
||
- sb_writers: fix kabi broken
|
||
- fs: fix a hungtask problem when freeze/unfreeze fs
|
||
- !14506 iommufd: Fix out_fput in iommufd_fault_alloc()
|
||
- iommufd: Fix out_fput in iommufd_fault_alloc()
|
||
- !14369 crypto: qat/qat_420xx - fix off by one in uof_get_name()
|
||
- crypto: qat/qat_420xx - fix off by one in uof_get_name()
|
||
- !14417 v2 drm/nouveau/gr/gf100: Fix missing unlock in gf100_gr_chan_new()
|
||
- drm/nouveau/gr/gf100: Fix missing unlock in gf100_gr_chan_new()
|
||
- !14423 v2 EDAC/igen6: Avoid segmentation fault on module unload
|
||
- EDAC/igen6: Avoid segmentation fault on module unload
|
||
- !14365 EDAC/bluefield: Fix potential integer overflow
|
||
- EDAC/bluefield: Fix potential integer overflow
|
||
- !14364 clk: clk-apple-nco: Add NULL check in applnco_probe
|
||
- clk: clk-apple-nco: Add NULL check in applnco_probe
|
||
- !14408 bpf: fix OOB devmap writes when deleting elements
|
||
- bpf: fix OOB devmap writes when deleting elements
|
||
- !14367 io_uring: check if iowq is killed before queuing
|
||
- io_uring: check if iowq is killed before queuing
|
||
- !14355 btrfs: ref-verify: fix use-after-free after invalid ref action
|
||
- btrfs: ref-verify: fix use-after-free after invalid ref action
|
||
- !14350 jfs: array-index-out-of-bounds fix in dtReadFirst
|
||
- jfs: array-index-out-of-bounds fix in dtReadFirst
|
||
- !14348 ksmbd: fix use-after-free in SMB request handling
|
||
- ksmbd: fix use-after-free in SMB request handling
|
||
- !14102 OLK-6.6-fix-CVE-2024-49906
|
||
- drm/amd/display: Check null pointer before try to access it
|
||
- drm/amd/display: Check null pointer before try to access it
|
||
- !14346 drm/amd/display: Fix out-of-bounds access in 'dcn21_link_encoder_create'
|
||
- drm/amd/display: Fix out-of-bounds access in 'dcn21_link_encoder_create'
|
||
- !14420 HID: wacom: fix when get product name maybe null pointer
|
||
- HID: wacom: fix when get product name maybe null pointer
|
||
- !14301 Revert "unicode: Don't special case ignorable code points"
|
||
- Revert "unicode: Don't special case ignorable code points"
|
||
- !14332 mm: avoid unconditional one-tick sleep when swapcache_prepare fails
|
||
- mm: avoid unconditional one-tick sleep when swapcache_prepare fails
|
||
- !14362 CVE-2024-53217
|
||
- nfsd: restore callback functionality for NFSv4.0
|
||
- NFSD: Prevent NULL dereference in nfsd4_process_cb_update()
|
||
- !14319 exfat: fix out-of-bounds access of directory entries
|
||
- exfat: fix out-of-bounds access of directory entries
|
||
- !14405 NFSD: Prevent a potential integer overflow
|
||
- NFSD: Prevent a potential integer overflow
|
||
- !14395 scsi: qedf: Fix a possible memory leak in qedf_alloc_and_init_sb()
|
||
- scsi: qedf: Fix a possible memory leak in qedf_alloc_and_init_sb()
|
||
- !14401 gpio: grgpio: Add NULL check in grgpio_probe
|
||
- gpio: grgpio: Add NULL check in grgpio_probe
|
||
- !14400 bpf: Fix UAF via mismatching bpf_prog/attachment RCU flavors
|
||
- bpf: Fix UAF via mismatching bpf_prog/attachment RCU flavors
|
||
- !14329 svcrdma: Address an integer overflow
|
||
- svcrdma: Address an integer overflow
|
||
- !14376 fix CVE-2024-53197
|
||
- ALSA: usb-audio: Fix a DMA to stack memory bug
|
||
- ALSA: usb-audio: Fix potential out-of-bound accesses for Extigy and Mbox devices
|
||
- !14206 v4 erofs/fscache/cachefiles: Add ondemand loading support
|
||
- cachefiles: Fix missing pos updates in cachefiles_ondemand_fd_write_iter()
|
||
- cachefiles: Fix incorrect length return value in cachefiles_ondemand_fd_write_iter()
|
||
- cachefiles: Clean up in cachefiles_commit_tmpfile()
|
||
- cachefiles: Fix NULL pointer dereference in object->file
|
||
- cachefiles: add support for buffer I/O in ondemand mode
|
||
- fscache: clean up for fscache_clear_volume_priv
|
||
- fscache: Add the synchronous waiting mechanism for the volume unhash in erofs ondemand mode
|
||
- cachefiles: Introduce "dir_has_put" in cachefiles_volume
|
||
- erofs: remove EXPERIMENTAL feature warning for fscache-based
|
||
- cachefiles: Add restrictions to cachefiles_daemon_cull()
|
||
- erofs: add erofs_ondemand switch
|
||
- erofs: add erofs switch to better control it
|
||
- fscache: modify the waiting mechanism with duplicate volumes
|
||
- cachefiles: modify inappropriate error return value in cachefiles_daemon_secctx
|
||
- fscache: add a memory barrier for FSCACHE_VOLUME_CREATING
|
||
- !14377 ftrace: Fix regression with module command in stack_trace_filter
|
||
- ftrace: Fix regression with module command in stack_trace_filter
|
||
- !14373 [OLK-6.6]Hygon: Fix objtool warning cause by csv3_active()
|
||
- x86: mm: Fix objtool warning about bool noinstr csv3_active()
|
||
- !14358 firmware_loader: Fix possible resource leak in fw_log_firmware_info()
|
||
- firmware_loader: Fix possible resource leak in fw_log_firmware_info()
|
||
- !14342 hwmon: (nct6775-core) Fix overflows seen when writing limit attributes
|
||
- hwmon: (nct6775-core) Fix overflows seen when writing limit attributes
|
||
- !14271 iomap: fix zero padding data issue in concurrent append writes
|
||
- iomap: fix zero padding data issue in concurrent append writes
|
||
- !14340 ocfs2: free inode when ocfs2_get_init_inode() fails
|
||
- ocfs2: free inode when ocfs2_get_init_inode() fails
|
||
- !14312 OLK-6.6: Some patches of RDMA/hns from Linux to olk-6.6 v2
|
||
- RDMA/hns: Fix missing flush CQE for DWQE
|
||
- RDMA/hns: Fix warning storm caused by invalid input in IO path
|
||
- RDMA/hns: Fix accessing invalid dip_ctx during destroying QP
|
||
- Revert "RDMA/hns: Fix accessing invalid dip_ctx during destroying QP"
|
||
- RDMA/hns: Fix mapping error of zero-hop WQE buffer
|
||
- !14338 CVE-2024-53230
|
||
- cpufreq: CPPC: Fix wrong return value in cppc_get_cpu_cost()
|
||
- cpufreq: CPPC: Fix possible null-ptr-deref for cppc_get_cpu_cost()
|
||
- !14336 mm: Backport mainline patch
|
||
- mm: don't install PMD mappings when THPs are disabled by the hw/process/vma
|
||
- mm: huge_memory: add vma_thp_disabled() and thp_disabled_by_hw()
|
||
- mm: fix arithmetic for max_prop_frac when setting max_ratio
|
||
- mm: fix arithmetic for bdi min_ratio
|
||
- mm/kmemleak: fix partially freeing unknown object warning
|
||
- mm: kmemleak: add __find_and_remove_object()
|
||
- mm: kmemleak: use mem_pool_free() to free object
|
||
- mm: kmemleak: split __create_object into two functions
|
||
- mm/hugetlb: fix nodes huge page allocation when there are surplus pages
|
||
- !14337 ALSA: usb-audio: Fix out of bounds reads when finding clock sources
|
||
- ALSA: usb-audio: Fix out of bounds reads when finding clock sources
|
||
- !14322 back some mainline patches for damon
|
||
- mm/damon/core: fix return value from damos_wmark_metric_value
|
||
- mm/damon/core: remove unnecessary si_meminfo invoke.
|
||
- !14323 zram: fix NULL pointer in comp_algorithm_show()
|
||
- zram: fix NULL pointer in comp_algorithm_show()
|
||
- !14201 【OLK-6.6】 drivers: arch_topology: Refactor do-while loops
|
||
- drivers: arch_topology: Refactor do-while loops
|
||
- !14295 pmdomain: imx93-blk-ctrl: correct remove path
|
||
- pmdomain: imx93-blk-ctrl: correct remove path
|
||
- !14190 Revert "mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K"
|
||
- Revert "mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K"
|
||
- !14134 x86/CPU/AMD: Clear virtualized VMLOAD/VMSAVE on Zen4 client
|
||
- x86/CPU/AMD: Clear virtualized VMLOAD/VMSAVE on Zen4 client
|
||
- !14214 mm: revert "mm: shmem: fix data-race in shmem_getattr()"
|
||
- mm: revert "mm: shmem: fix data-race in shmem_getattr()"
|
||
- !14229 Fix extioi restart issue in vm
|
||
- LoongArch: arch/loongarch/kvm: Fix extioi restart issue
|
||
- !14127 MPTCP Upstream part 24
|
||
- mptcp: refer to 'MPTCP' socket in comments
|
||
- mptcp: add mptcp_space_from_win helper
|
||
- mptcp: use mptcp_win_from_space helper
|
||
- doc: new 'mptcp' page in 'networking'
|
||
- doc: mptcp: alphabetical order
|
||
- doc: mptcp: add missing 'available_schedulers' entry
|
||
- selftests: mptcp: join: mark 'fastclose' tests as flaky
|
||
- selftests: mptcp: lib: support flaky subtests
|
||
- selftests: mptcp: export ip_mptcp to mptcp_lib
|
||
- !13359 [OLK-6.6] [Backport] individual submission
|
||
- MIPS: RB532: Declare prom_setup_cmdline() and rb532_gpio_init() static
|
||
- MIPS: BCM47XX: Declare early_tlb_init() static
|
||
- MIPS: BCM47XX: include header for bcm47xx_prom_highmem_init() prototype
|
||
- ocfs2: spelling fix
|
||
- !14291 vdpa: solidrun: Fix UB bug with devres
|
||
- vdpa: solidrun: Fix UB bug with devres
|
||
- !14256 RDMA/hns: Fix creating GSI QP in non-extended SGE QP bank
|
||
- RDMA/hns: Fix creating GSI QP in non-extended SGE QP bank
|
||
|
||
* Tue Dec 24 2024 ZhangPeng <zhangpeng362@huawei.com> - 6.6.0-72.0.0.64
|
||
- Revert kabi broken patches for 24.03-LTS
|
||
|
||
* Tue Dec 24 2024 ZhangPeng <zhangpeng362@huawei.com> - 6.6.0-72.0.0.63
|
||
- !14213 v2 bpf: Add kabi reserve padding for uapi struct bpf_link_info
|
||
- bpf: Add kabi reserve padding for uapi struct bpf_link_info
|
||
- !14225 kabi OLK-6.6 reverve space
|
||
- kabi: reserve space for uprobes.h
|
||
- kabi: reserve space for internal.h
|
||
- kabi: reserve space for perf_event.h
|
||
- !14259 【OLK-6.6】 Hygon family 18h model 6h~fh L3 PMU config incorrect issue fix
|
||
- perf/x86/uncore: Correct the L3 PMU config for Hygon processors
|
||
- !14251 kabi reserver space for i2c
|
||
- kabi reserver space for i2c
|
||
- !14258 v2 scsi: hisi_sas: Enable force phy when SATA disk directly connected
|
||
- scsi: hisi_sas: Enable force phy when SATA disk directly connected
|
||
- !14221 KABI for cgroup
|
||
- cgroup: add more reserve kabi
|
||
- cgroup/cpuset: Prevent UAF in proc_cpuset_show()
|
||
- cgroup: Move rcu_head up near the top of cgroup_root
|
||
- cgroup: Make operations on the cgroup root_list RCU safe
|
||
- Revert "cgroup: fix uaf when proc_cpuset_show"
|
||
- !14220 fs: Allow fine-grained control of folio sizes
|
||
- fs: Allow fine-grained control of folio sizes
|
||
- !12108 include/msi: modify kabi size of msi_desc
|
||
- include/msi: modify kabi size of msi_desc
|
||
- !14195 [OLK-6.6]Hygon: Enable CONFIG_CMA by default on X86 architecture
|
||
- x86/Kconfig: Select CONFIG_CMA if CONFIG_HYGON_CSV=y
|
||
- x86/config: Enable CONFIG_CMA by default in openeuler_defconfig
|
||
- !14215 iommu: Reserve extra KABI entry for struct iopf_group
|
||
- iommu: Reserve extra KABI entry for struct iopf_group
|
||
- !14223 v2 kabi: net: reserve space for xdp subsystem related structure
|
||
- kabi: net: reserve space for xdp subsystem related structure
|
||
- !14224 net/kabi: Reserve space for net structures
|
||
- net/kabi: Reserve space for net structures
|
||
- !14236 v2 statx: kabi: KABI reservation for kstat
|
||
- statx: kabi: KABI reservation for kstat
|
||
- !14218 seq_file: kabi: KABI reservation for seq_file
|
||
- seq_file: kabi: KABI reservation for seq_file
|
||
- !14203 tcp: Fix use-after-free of nreq in reqsk_timer_handler().
|
||
- tcp: Fix use-after-free of nreq in reqsk_timer_handler().
|
||
- !14191 nfs: fix the loss of superblock's initialized flags
|
||
- nfs: fix the loss of superblock's initialized flags
|
||
- !14161 drm/rockchip: vop: Fix a dereferenced before check warning
|
||
- drm/rockchip: vop: Fix a dereferenced before check warning
|
||
- !14143 KVM:arm64:Add a kvm parameter to control guest wfi trapping
|
||
- KVM:arm64:Add a kvm parameter to control guest wfi trapping
|
||
- !14177 v2 kabi: restrict the KABI fix to a specific architecture and dist
|
||
- kabi: enable KABI_COMPAT series by default on x86_64 & ARM64
|
||
- kabi: restrict the KABI fix to a specific architecture and dist
|
||
- !14151 CVE-2024-53142
|
||
- initramfs: avoid filename buffer overrun
|
||
- !14183 mm/dynamic_pool: use __GENKSYMS__ to revert the kabi change
|
||
- mm/dynamic_pool: use __GENKSYMS__ to revert the kabi change
|
||
- !13999 add iommu support for loongarch
|
||
- LoongArch: add iommu support
|
||
- LoongArch: Fix cpu hotplug issue
|
||
- !13998 Synchronization with patch for loongarch virtualization
|
||
- LoongArch: Fix AP booting issue in VM mode
|
||
- LoongArch: KVM: Remove unnecessary CSR register saving during enter guest
|
||
- LoongArch: KVM: Remove undefined a6 argument comment for kvm_hypercall()
|
||
- LoongArch: KVM: Add vcpu mapping from physical cpuid
|
||
- LoongArch: KVM: Remove unnecessary definition of KVM_PRIVATE_MEM_SLOTS
|
||
- LoongArch: KVM: Add cpucfg area for kvm hypervisor
|
||
- LoongArch: KVM: Add KVM hypercalls documentation for LoongArch
|
||
- LoongArch: KVM: Implement function kvm_para_has_feature()
|
||
- LoongArch: KVM: Enable paravirt feature control from VMM
|
||
- LoongArch: KVM: Add PMU support for guest
|
||
- LoongArch: KVM: Add vm migration support for LBT registers
|
||
- LoongArch: KVM: Add Binary Translation extension support
|
||
- LoongArch: KVM: Add VM feature detection function
|
||
- LoongArch: Revert qspinlock to test-and-set simple lock on VM
|
||
- LoongArch: KVM: Invalidate guest steal time address on vCPU reset
|
||
- KVM: Discard zero mask with function kvm_dirty_ring_reset
|
||
- perf kvm: Add kvm-stat for loongarch64
|
||
- LoongArch: KVM: Add PV steal time support in guest side
|
||
- LoongArch: KVM: Add PV steal time support in host side
|
||
- LoongArch: KVM: always make pte young in page map's fast path
|
||
- LoongArch: KVM: Mark page accessed and dirty with page ref added
|
||
- LoongArch: KVM: Add dirty bitmap initially all set support
|
||
- LoongArch: KVM: Add memory barrier before update pmd entry
|
||
- LoongArch: KVM: Discard dirty page tracking on readonly memslot
|
||
- LoongArch: KVM: Select huge page only if secondary mmu supports it
|
||
- LoongArch: KVM: Delay secondary mmu tlb flush until guest entry
|
||
- LoongArch: KVM: Sync pending interrupt when getting ESTAT from user mode
|
||
- LoongArch: KVM: Add mmio trace events support
|
||
- LoongArch: KVM: Add software breakpoint support
|
||
- LoongArch: KVM: Add PV IPI support on guest side
|
||
- LoongArch: KVM: Add PV IPI support on host side
|
||
- !14163 LeapIOraid: Remove Unnecessary header file references: version.h
|
||
- LeapIOraid: Remove Unnecessary header file references: version.h
|
||
- !13997 Add interrupt controller emulation in the kernel
|
||
- LoongArch: KVM: Add irqfd support
|
||
- LoongArch: KVM: Add PCHPIC user mode read and write functions
|
||
- LoongArch: KVM: Add PCHPIC read and write functions
|
||
- LoongArch: KVM: Add PCHPIC device support
|
||
- LoongArch: KVM: Add EXTIOI user mode read and write functions
|
||
- LoongArch: KVM: Add EXTIOI read and write functions
|
||
- LoongArch: KVM: Add EXTIOI device support
|
||
- LoongArch: KVM: Add IPI user mode read and write function
|
||
- LoongArch: KVM: Add IPI read and write function
|
||
- LoongArch: KVM: Add IPI device support
|
||
- LoongArch: KVM: Add iocsr and mmio bus simulation in kernel
|
||
- !14111 LeapIOraid: Fix the compilation warnings in LeapIOraid driver in loongarch64
|
||
- LeapIOraid: Fix the compilation warnings in LeapIOraid driver in loongarch64
|
||
- !14162 LeapIOraid: Fix too many invalid interruptes in arm64
|
||
- LeapIOraid: Fix too many invalid interruptes in arm64
|
||
- !11509 [OLK-6.6] Enhanced Hygon processor's processing capabilities for large memory copying
|
||
- mm: Enhanced copy capabilities for Hygon processor
|
||
- !14155 drm/amd/display: Adjust VSDB parser for replay feature
|
||
- drm/amd/display: Adjust VSDB parser for replay feature
|
||
- !14144 [6.6] [Feature] : update patches for sw64 architecture
|
||
- sw64: fix compile errors
|
||
- sw64: work around gcc bugs with 'asm goto' with output
|
||
- libbpf: add sw64 support
|
||
- sw64: rename mmap protection_map
|
||
- sw64: ptrace: add NT_SW64_SYSTEM_CALL regset
|
||
- sw64 bpf: Add missing uapi header for BPF_PROG_TYPE_PERF_EVENT programs
|
||
- sw64 bpf: add BPF_NOSPEC jit
|
||
- sw64: rename _PFN_BITS to __PFN_BITS
|
||
- sw64: update defconfig
|
||
- sw64: kvm: declare KVM_CAP_SET_GUEST_DEBUG
|
||
- sw64: implementing VDSO with generic code
|
||
- sw64: irqchip: fix irq_enable/disable callback for MCU controller
|
||
- sw64: kvm: remove unused argument 'addr' of apt_dissolve_pud/pmd()
|
||
- sw64: acpi: support reset and S5
|
||
- sw64: kvm: use vma_lookup() instead of find_vma_intersection()
|
||
- sw64: refactor reset routines with new API
|
||
- sw64: kvm: remove unused kvm_arch_flush_remote_tlbs_memslot()
|
||
- sw64: kvm: optimize the calling and implementation of functions in mmu.c
|
||
- sw64: irqchip: remove fallback after kzalloc_node()
|
||
- sw64: irqchip: improve intx implementation
|
||
- sw64: pci: remove function fix_jm585_reset()
|
||
- sw64: fix mmap protection_map
|
||
- sw64: show CPU feature UNA in /proc/cpuinfo
|
||
- sw64: fix the error of cpufreq update
|
||
- sw64: fix compilation issues on match.c
|
||
- sw64: mm: fix PFN of PMDs for 512M hugepage
|
||
- sw64: kvm: fix an error when unmapping 512M hugepages
|
||
- sw64: modify sys_pfh_ops
|
||
- sw64: fix set_huge_pte_at for C4
|
||
- sw64: add the missed clear_flush()
|
||
- sw64: fix compilation issues
|
||
- sw64: add arch_hugetlb_valid_size for C4
|
||
- sw64: kvm: adjust interrupt priority for guest
|
||
- sw64: compatible with suspend implementation
|
||
- sw64: add junzhang_v1/2/3_key
|
||
- sw64: fix numa setup when acpi is disabled
|
||
- sw64: fix setup_mem_size()
|
||
- sw64: fix the register bug in do_entUna
|
||
- sw64: add unaligned access handling code for SIMD in kernel mode (5.10)
|
||
- sw64: select different MUX to read cpu frequency
|
||
- sw64: lpc: fix ast2400 driver error for C4
|
||
- sw64: improve lib performance for new archs
|
||
- sw64: remove unnecessary parameter passing
|
||
- sw64: add __vdso_getcpu support
|
||
- sw64: kexec: fix kernel crashdump bugs
|
||
- sw64: bpf: fix BPF_CALL address
|
||
- sw64: fix irq work
|
||
- sw64: reset the CSR:PTBR_USR
|
||
- sw64: kvm: add KVM_CAP_READONLY_MEM support
|
||
- sw64: pci: fix incorrect pointer of struct pci_controller
|
||
- sw64: perf: add core4 pmu support
|
||
- sw64: mm: support fdt memory reservation
|
||
- sw64: provide a cleaner raw_smp_processor_id()
|
||
- sw64: remove deprecated annotation in irq.h
|
||
- sw64: introduce a fine-grained intx mask/unmask system
|
||
- sw64: move handle_intx() into pci-intx handle
|
||
- sw64: iommu: fix NULL hose check
|
||
- sw64: fix judgements about legacy pci support
|
||
- sw64: cacheinfo: give preference to cache information from PPTT table
|
||
- sw64: cache: fix shared_cpu_map of cacheinfo
|
||
- sw64: cpu: refactor cpuinfo related code
|
||
- sw64: cache: refactor cacheinfo related code
|
||
- sw64: cpu: move cpu related code to the newly created cpu.c
|
||
- sw64: topology: support initializing topology via DT or ACPI
|
||
- sw64: spi: convert SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SS
|
||
- sw64: defconfig: fix SPI related configuration items
|
||
- sw64: irqchip: add version 3 for PINTC
|
||
- sw64: fix null pointer issue when CONFIG_BUILTIN_DTB=y
|
||
- sw64: acpi: suppress log of function acpi_numa_x2apic_affinity_init()
|
||
- sw64: clk: further fix the clock frequency of SPI and I2C
|
||
- sw64: smp: fix function fdt_setup_smp()
|
||
- Revert "sw64: fdt: map physical node ID to logical node ID"
|
||
- sw64: pci: remove legacy io reservation
|
||
- sw64: fix LPC legacy IO space on chip junzhang and junzhang_v2
|
||
- sw64: 6.6 upgrade
|
||
- sw64: mm: remove legacy memory detection for JunZhang platform
|
||
- sw64: iommu: improve iommu initialization
|
||
- sw64: clk: fix the clock frequency of SPI and I2C
|
||
- sw64: fix a bug in huge_pte_offset()
|
||
- sw64: pci: rename some functions
|
||
- sw64: pci: support PCIe controller driver based on device tree
|
||
- sw64: remove sw64_io related functions
|
||
- sw64: platform: add misc platform driver
|
||
- sw64: add basic frequency scaling support for JunZhang
|
||
- sw64: remove redundant link options
|
||
- sw64: kvm: enable ring-based dirty page tracking
|
||
- sw64: kvm: fix invalid memslot flags checking during dirty logging
|
||
- sw64: pciehp: fix compile error when CONFIG_PCIE_DPC=y
|
||
- sw64: kvm: don't retrieve memory slot again in page fault handler
|
||
- sw64: kexec: remove code for compatibility with builtin DTB
|
||
- sw64: smp: allow NR_CPUS less than the number detected by firmware
|
||
- sw64: fix C4 INTx configuration
|
||
- !14166 Align per_cpu osq_node to 64 Byte size cacheline
|
||
- Align per_cpu osq_node to 64 Byte size cacheline
|
||
- !14130 [virtcca] delete unused interfaces: tmi_data_destroy and tmi_ttt_unmap_range
|
||
- virtCCA Feature: remove unused interfaces and add cpumask check
|
||
- !14152 crypto: hisilicon/sec2 - the aead algorithm of sec2 is fixed.
|
||
- crypto: hisilicon/trng - support to obtain random numbers from soft algorithm
|
||
- crypto: hisilicon/sec2 - fix for aead invalid authsize
|
||
- crypto: hisilicon/sec2 - fix for aead icv error
|
||
- crypto: hisilicon/qm - disable error report before flr
|
||
- !13824 mm: some mTHPs improve
|
||
- mm: fix docs for the kernel parameter ``thp_anon=``
|
||
- mm: count the number of anonymous THPs per size
|
||
- mm: tidy up shmem mTHP controls and stats
|
||
- mm: cleanup count_mthp_stat() definition
|
||
- mm: huge_mm: fix undefined reference to `mthp_stats' for CONFIG_SYSFS=n
|
||
- mm: override mTHP "enabled" defaults at kernel cmdline
|
||
- !10305 [OLK-6.6] Backport bugfixes for mm LRU from Linux upstream
|
||
- mm: vmscan.c: fix OOM on swap stress test
|
||
- mm/gup: clear the LRU flag of a page before adding to LRU batch
|
||
- !13846 [OLK-6.6] cpufreq: acpi-cpufreq: Zhaoxin: fix incorrect max-freq issue
|
||
- cpufreq: acpi-cpufreq: Zhaoxin: fix incorrect max-freq issue
|
||
- !9184 [OLK-6.6] i2c: smbus: Add support for Zhaoxin SMBUS controller
|
||
- configs: Add Zhaoxin i2c smbus items in openeuler_config
|
||
- i2c: smbus: Add support for Zhaoxin SMBUS controller
|
||
- !9223 [OLK-6.6] x86/hpet: Read HPET directly if panic in progress
|
||
- x86/hpet: Read HPET directly if panic in progress
|
||
- !14088 ACPI: CPPC: Introduce new EPP capabilities and update auto selection functions
|
||
- ACPI: CPPC: Introduce new EPP capabilities and update auto selection functions
|
||
- !14112 xfs: Fix data overflow
|
||
- xfs: Fix data overflow in xfs_mod_fdblocks()
|
||
- Revert "xfs: split xfs_mod_freecounter"
|
||
- !14099 [6.6] [Feature] : update patches for sw64 architecture
|
||
- sw64: pci: fix compile error when CONFIG_PCI_MSI=n
|
||
- sw64: pci: fix unable to get node ID when numa_off is set
|
||
- sw64: add uapi reg.h
|
||
- sw64: pciehp: remove useless code
|
||
- sw64: dts: support online-capable property for cpu device node
|
||
- sw64: kvm: resolve a compile warning
|
||
- sw64: pciehp: update code
|
||
- sw64: kvm: fix mmio GPA for C4
|
||
- sw64: handle null MSI irq in guest os
|
||
- sw64: fix guest memory and cpu hotplug function
|
||
- sw64: kvm: walk host page tables to find THP mapping size
|
||
- sw64: kvm: convert to the gfn-based MMU notifier callbacks
|
||
- sw64: kvm: rename mmu_notifier_* to mmu_invalidate_*
|
||
- sw64: kvm: fix compiler errors caused by mismatched parameters
|
||
- sw64: kvm: use get_page() instead of kvm_get_pfn()
|
||
- sw64: kvm: fix the handling when the live migration fails
|
||
- sw64: kvm: fix NULL poniter access in kvm_arch_prepare_memory_region
|
||
- sw64: kvm: fix link error with CONFIG_KVM=m
|
||
- sw64: kvm: fix build failure about KVM
|
||
- sw64: add dependency for sunway-ged driver
|
||
- sw64: fix compile error with CONFIG_SUNWAY_GED=m
|
||
- sw64: remove unused sunway_memory_get_meminfo()
|
||
- sw64: Kconfig: activate ARCH_KEEP_MEMBLOCK
|
||
- sw64: add cpu hotplug support for C4 guest
|
||
- sw64: kvm: support up to 256 vCPUs for C4
|
||
- sw64: kvm: fix inconsistent vcpucb of C4
|
||
- sw64: kvm: implement kvm_arch_set_irq_inatomic()
|
||
- sw64: fix guest send ipi target
|
||
- sw64: kvm: add numa support for memory hotplug
|
||
- sw64: kvm: fix bug when vcpu disable irq
|
||
- sw64: kvm: acpi: match sunway_ged by acpi method
|
||
- sw64: kvm: use generic kvm mmu memory caches
|
||
- sw64: kvm: remove some unused codes
|
||
- sw64: kvm: fix pmd_trans_cont
|
||
- sw64: kvm: fix size of struct kvm_regs for C3B
|
||
- sw64: kvm: add the member of the vcpucb structure
|
||
- sw64: kvm: fix the check for THP
|
||
- sw64: kvm: fix page walk error of unmap_apt_range()
|
||
- sw64: redesign struct kvm_regs for C4
|
||
- sw64: kvm: fix live migration bug
|
||
- sw64: kvm: fix APT fault handler
|
||
- sw64: kvm: fix unmap_apt_{ptes, pmds}
|
||
- sw64: kvm: fix clock sync of CORE4 live migration
|
||
- sw64: kvm: delete memory hotplug codes for CORE3B
|
||
- sw64: add missing c4 legacy power management code
|
||
- sw64: kvm: scale up the range of target vcpu parsed by hypervisor
|
||
- sw64: kvm: fix return value of vmem_mmap
|
||
- sw64: kvm: add trace kvm function
|
||
- sw64: fix rc resource setup
|
||
- sw64: 6.6 update: sunway_pciehp_reset_slot()
|
||
- sw64: 6.6 update: arch_remove_memory()
|
||
- sw64: bypass sunway pcie hotplug driver in non-physical scenario
|
||
- sw64: defconfig: update defconfig for kata-containers
|
||
- sw64: add HARDLOCKUP_DETECTOR support
|
||
- sw64: fix bugs in decreasing frequency
|
||
- sw64: add NMI support
|
||
- sw64: add CSR_CAUSE into pt_regs
|
||
- sw64: optimize the code in do_entInt()
|
||
- sw64: seperate IRQ_MSI configs for sub-architectures
|
||
- sw64: handle null MSI irq
|
||
- sw64: fix a compilation warning
|
||
- sw64: fix a base address of msiaddr register
|
||
- sw64: fix some S3 CSRs problems for C4
|
||
- sw64: fix io resource remapping
|
||
- sw64: amdgpu/radeon: correct low-level mmio memset/memcpy direct calls
|
||
- sw64: fix pci resource assignment bug
|
||
- sw64: fix MSI compilation warnings
|
||
- sw64: 6.6 io.h fixup
|
||
- sw64: iommu: support SW64 IOMMU on 6.6 kernel
|
||
- sw64: fix msi interrupt for guest os
|
||
- sw64: msi: update code
|
||
- sw64: gpio: fix compile error of sunway_gpio_add_port
|
||
- sw64: fdt: map physical node ID to logical node ID
|
||
- sw64: fix regs.pc on single-step with ptrace
|
||
- sw64: modify some interrupt target core to logic 0 core
|
||
- sw64: fix sw64_is_fake_mcount() of recordmcount
|
||
- sw64: remove some unused module init/exit/license
|
||
- sw64: numa: support NUMA initialization based on device tree
|
||
- sw64: smp: support SMP initialization based on device tree
|
||
- sw64: dtb: disable built-in DTB for junzhang
|
||
- sw64: ata: add ata_hrst_delay cmdline option
|
||
- sw64: kconfig: add I2C and SPI defconfig for junzhang
|
||
- sw64: kconfig: set default y for GPIO if ACPI enabled
|
||
- sw64: fix a bug in gpio-sunway.c
|
||
- sw64: pci: use readq/writeq to read/write RC and PIU IO registers
|
||
- sw64: gpu: memset_io and memcpy_toio/fromio for iomem on AMD swsmu
|
||
- sw64: pciehp: add pcie hotplug driver support for C4
|
||
- sw64: remove redundant intx code
|
||
- sw64: irq: support interrupt for virtual GPIO
|
||
- sw64: acpi: enable ACPI by default
|
||
- sw64: mm: fix mem=xxx command line invalid in some cases
|
||
- sw64: use generic page_is_ram()
|
||
- sw64: mm: take memory information from firmware
|
||
- sw64: lpc: fix compile error with CONFIG_SUNWAY_SUPERIO_AST2400=y
|
||
- sw64: fix typo in gpio-sunway
|
||
- sw64: fix compile warning of handle_pci_msi_interrupt
|
||
- sw64: fix usage of __add_memory() in sunway-ged driver
|
||
- sw64: change FORCE_MAX_ZONEORDER default value
|
||
- sw64: perf: fix event check order
|
||
|
||
* Fri Dec 20 2024 Mingzheng Xing <xingmingzheng@iscas.ac.cn> - 6.6.0-64.0.0.62
|
||
- riscv kernel patch upgrade to 6.6.0-64.0.0
|
||
- Enable device mapper related configs for RISC-V to fix ISO image booting issue
|
||
- Add more th1520 drivers support:
|
||
npu-ax3386, vdec, venc, aic8800, g2d, efuse, etnaviv, tdm, spdif, aw87519,
|
||
hwspinlock, perf vendor events, iopmp.
|
||
- Fixed some compilation errors reported by clang
|
||
- Some bugfix commits
|
||
|
||
* Wed Dec 11 2024 ZhangPeng <zhangpeng362@huawei.com> - 6.6.0-64.0.0.61
|
||
- !14106 uacce: some bugfix and cleanup
|
||
- migration: modify dfx error type without VM driver
|
||
- crypto: hisilicon_qm - fix the uacce_alloc return value check
|
||
- crypto: hisilicon_zip - correct the wrong word in the printed information
|
||
- uacce: add mutex for check qfr
|
||
- uacce: add stop_queue to replace put_queue in ioctl
|
||
- uacce: check the qfr address before releasing the qfr
|
||
- uacce: add error number for the unsupported mremap
|
||
- !14117 mm/page_alloc: Separate THP PCP into movable and non-movable categories
|
||
- mm: fix kabi breakage due to struct per_cpu_pages
|
||
- mm/page_alloc: Separate THP PCP into movable and non-movable categories
|
||
- !14120 bpf: sync_linked_regs() must preserve subreg_def
|
||
- bpf: sync_linked_regs() must preserve subreg_def
|
||
- !14128 sched: Optimize the latency of select_task_rq and pick_next_task.
|
||
- sched: Optimize the latency of select_task_rq and pick_next_task.
|
||
- !13991 virtio-fs: introduce multi-queue support
|
||
- virtio-fs: add multi-queue support
|
||
- virtio-fs: limit number of request queues
|
||
- virtiofs: include a newline in sysfs tag
|
||
- virtiofs: emit uevents on filesystem events
|
||
- virtiofs: export filesystem tags through sysfs
|
||
- !14126 [OLK-6.6]perf:Add PMCG platform information for HiSilicon HIP09A
|
||
- ACPI/IORT: Add PMCG platform information for HiSilicon HIP09A
|
||
- Revert "perf: Add PMCG platform information for HiSilicon HIP09A"
|
||
- !14103 nilfs2: fix null-ptr-deref in block_dirty_buffer tracepoint
|
||
- nilfs2: fix null-ptr-deref in block_dirty_buffer tracepoint
|
||
- !13841 Fix livepatch selftest
|
||
- selftests/livepatch: fix selftest execution error
|
||
- !14069 MPTCP Upstream part 23
|
||
- tcp: socket option to check for MPTCP fallback to TCP
|
||
- mptcp: fix typos in comments
|
||
- !13970 LoongArch: fix AVEC related issue
|
||
- drivers/irqchip: Disable pci_irq_limit when using AVEC interrupt controller
|
||
- irqchip/avec: Support AVEC for 3C6000 multi-node machine
|
||
- !13981 LoongArch: backport ptw&set_pte patches from upstream
|
||
- LoongArch: Set initial pte entry with PAGE_GLOBAL for kernel space
|
||
- LoongArch: Improve hardware page table walker
|
||
- LoongArch: Use accessors to page table entries instead of direct dereference
|
||
- LoongArch: Remove superfluous flush_dcache_page() definition
|
||
- !14107 ata: libata-core: Set ATA_QCFLAG_RTF_FILLED in fill_result_tf()
|
||
- ata: libata-core: Set ATA_QCFLAG_RTF_FILLED in fill_result_tf()
|
||
- !14101 [sync] PR-14087: v2 drivers/perf: hisi: Add support for HiSilicon DDRC v3 PMU driver
|
||
- drivers/perf: hisi: Add support for HiSilicon DDRC v3 PMU driver
|
||
- !14095 ima: Fix violation digests extending issue in virtcca
|
||
- ima: Fix violation digests extending issue in virtcca
|
||
- !14079 v3 irqchip: gic: some bugfix of hip10
|
||
- irqchip/gic-v4.1:Check whether indirect table is supported in allocate_vpe_l1_table
|
||
- KVM: arm64: vgic-v3: Fix a issue of hip10 erratum 162200806
|
||
- irqchip/gic-v3: Exclude GICv4.1 for hip10 erratum 162200803
|
||
- !14085 ocfs2: uncache inode which has failed entering the group
|
||
- ocfs2: uncache inode which has failed entering the group
|
||
- !13837 update patches for sw64 architecture
|
||
- sw64: wrap frequency workaround into standalone functions
|
||
- sw64: remove redudant save_ktp
|
||
- sw64: fix compile warning of smp_callin()
|
||
- sw64: distribute intx interrupts by hose
|
||
- sw64: acpi: remove constraint that cid of boot core must be zero
|
||
- sw64: pci: get register base address from firmware
|
||
- sw64: fix compile warning of do_entUna()
|
||
- sw64: fix save_ktp compatibility for C3
|
||
- sw64: fix PTBR save/restore for hibernation
|
||
- sw64: add syscall pfh_ops
|
||
- sw64: fix broken rdfpcr()
|
||
- sw64: force kernel stack to be 16 bytes aligned
|
||
- sw64: match platform device by acpi method
|
||
- sw64: spi: update spi controller driver
|
||
- sw64: add -fno-sw-unalign-byte to cflags for C4
|
||
- sw64: define cpu_relax() as imb()
|
||
- sw64: fix the .endm in hibernate_asm.S
|
||
- sw64: fix compile error of efi.systab
|
||
- sw64: pci: adjust the maximum number of RC per node
|
||
- sw64: get mclk and external clk from firmware
|
||
- sw64: fix compile error of MMSIZE
|
||
- sw64: acpi: disable ACPI for xuelang
|
||
- sw64: ahci: disable parallel bus scan
|
||
- sw64: redesign run mode setup method
|
||
- sw64: rename static key and related simd libraries
|
||
- sw64: fix secondary cpu bring up bug
|
||
- sw64: irq: fix compile error when PINTC or LPC-INTC is not set
|
||
- sw64: improve the verification logic of DTB
|
||
- sw64: apply new boot params from DTB chosen node
|
||
- sw64: receive new boot params from firmware
|
||
- sw64: setup stackframe at kernel entry point
|
||
- sw64: save and restore CSR_WR_FREGS for SIMD libs
|
||
- sw64: rename copy and set lib functions
|
||
- sw64: rename copy and set lib files
|
||
- sw64: choose lib at compile time
|
||
- sw64: store topology and numa info by each cpu itself
|
||
- sw64: work around suspend for C4
|
||
- sw64: employ trick on regs.pc for specific exception
|
||
- sw64: enable CONFIG_FRAME_POINTER by default for junzhang
|
||
- sw64: fix syscall_fallback() for vdso gettimeofday
|
||
- sw64: dts: add Junzhang
|
||
- sw64: lpc: work around hardware flaws
|
||
- sw64: improve cpu bring up method
|
||
- sw64: introduce new entry framework for C4
|
||
- sw64: irq: update the initial value of nr_irqs
|
||
- sw64: dynamically switch between lib implementation
|
||
- sw64: msi: remove redundant interrupt enables
|
||
- sw64: add unaligned access support for C4 new instructions
|
||
- sw64: acpi: fix missed upper bits of rcid for junzhang
|
||
- sw64: pci: remove duplicate pcie operations
|
||
- sw64: irq: remove unnecessary initialization
|
||
- sw64: acpi: enable generic GSI
|
||
- sw64: irqchip: support ACPI-based interrupt controller initialization
|
||
- sw64: acpi: support MADT entry print for SW PINTC, MSIC and LPC-INTC
|
||
- sw64: acpi: add ACPI-style structures for SW PINTC, MSIC and LPC-INTC
|
||
- sw64: fix compilation warning
|
||
- sw64: fix kconfig selections
|
||
- sw64: use a new wrap_asid hmcall when asid wraps
|
||
- sw64: rewrite fpcr and swcr conversion
|
||
- sw64: enable hardware denorm by default
|
||
- sw64: add four-socket system support
|
||
- sw64: add a new kernel parameter to override mclk
|
||
- sw64: improve sw64_printk()
|
||
- sw64: msi: fix bugs in multi-msi interrupts allocation and release
|
||
- sw64: pci: change pci transaction ordering rule settings
|
||
- sw64: irqchip: fix virtual PINTC not working properly
|
||
- sw64: dts: improve properties for PINTC
|
||
- sw64: dts: improve properties for LPC-INTC
|
||
- sw64: dts: fix interrupt related properties for GPIO
|
||
- sw64: dts: add chosen node
|
||
- sw64: dts: fix properties for spi controller device node
|
||
- sw64: acpi: fix coding style and typos
|
||
- sw64: fix rd_f compatibility issue for C4
|
||
- sw64: refactor device interrupt domain
|
||
- sw64: fix macro definition compilation error
|
||
- USB: xHCI: fix resume issue of some ZHAOXIN hosts
|
||
- USB: Fix ehci infinite suspend-resume loop issue in zhaoxin
|
||
- sw64: pci: fix compile error when CONFIG_ACPI=n
|
||
- sw64: smp: suppress function setup_smp() when ACPI enabled
|
||
- sw64: acpi: parse SW CINTC for SMP initialization
|
||
- sw64: acpi: support MADT entry print for SW CINTC
|
||
- sw64: acpi: add ACPI-style structures for SW CINTC
|
||
- sw64: smp: add new structure to record rcid information
|
||
- sw64: smp: modify function smp_rcb_init() to receive base address
|
||
- sw64: pci: synchronize the OEM table ID of MCFG with BIOS
|
||
- sw64: iommu: fix the bug when vfio_iommu unpin pages
|
||
- sw64: use rvpcr() to setup run mode
|
||
- sw64: kgdb: add single-step debug support
|
||
- sw64: fix lockdep error
|
||
- sw64: perf: do all event checks in sw64_pmu_event_init()
|
||
- sw64: numa: fix compile error when CONFIG_ACPI_NUMA=n
|
||
- sw64: pci: export some pci functions
|
||
- sw64: uapi: fix a compile error for headers_install
|
||
- sw64: perf: hide hardware performance events in guest os
|
||
- sw64: fix hugepage support
|
||
- sw64: extern vdso_start and vdso_end as char[]
|
||
- sw64: remove useless current_policy
|
||
- sw64: add arch-specific SYM_END definition
|
||
- !13151 [OLK-6.6] arm64: errata: Unify and expand speculative SSBS workaround
|
||
- openeuler_defconfig: Enable CONFIG_ARM64_ERRATUM_3194386 by default
|
||
- arm64: Subscribe Microsoft Azure Cobalt 100 to erratum 3194386
|
||
- arm64: errata: Expand speculative SSBS workaround once more
|
||
- arm64: errata: Expand speculative SSBS workaround (again)
|
||
- arm64: errata: Expand speculative SSBS workaround
|
||
- arm64: errata: Unify speculative SSBS errata logic
|
||
- arm64: errata: Add workaround for Arm errata 3194386 and 3312417
|
||
- !14091 mm, slab: put should_failslab() back behind CONFIG_SHOULD_FAILSLAB
|
||
- mm, page_alloc: put should_fail_alloc_page() back behing CONFIG_FAIL_PAGE_ALLOC
|
||
- mm, slab: put should_failslab() back behind CONFIG_SHOULD_FAILSLAB
|
||
- !14015 【openEuler 24.03 LTS SP1】SCSI: LeapIO RAID: Support leapioraid RAID controllers
|
||
- SCSI: LEAPIORAID: Supports LEAPIO RAID controller
|
||
- !14072 Revert "Revert "net: libwx: fix alloc msix vectors failed""
|
||
- Revert "Revert "net: libwx: fix alloc msix vectors failed""
|
||
- !14094 block, bfq: fix bfqq uaf in bfq_limit_depth()
|
||
- block, bfq: fix bfqq uaf in bfq_limit_depth()
|
||
- !14065 vp_vdpa: fix id_table array not null terminated error
|
||
- vp_vdpa: fix id_table array not null terminated error
|
||
- !13809 scsi: hisi_sas: Some fixes for hisi_sas
|
||
- scsi: sd: Retry START STOP UNIT commands
|
||
- scsi: core: Allow passthrough to request midlayer retries
|
||
- scsi: hisi_sas: Add latest_dump for the debugfs dump
|
||
- scsi: hisi_sas: Create all dump files during debugfs initialization
|
||
- scsi: hisi_sas: Update v3 hw STP_LINK_TIMER setting
|
||
- scsi: hisi_sas: Add time interval between two H2D FIS following soft reset spec
|
||
- scsi: hisi_sas: Update disk locked timeout to 7 seconds
|
||
- scsi: hisi_sas: Default enable interrupt coalescing
|
||
- scsi: hisi_sas: Add cond_resched() for no forced preemption model
|
||
- scsi: hisi_sas: Reset PHY again if phyup timeout
|
||
- scsi: hisi_sas: Enable all PHYs that are not disabled by user during controller reset
|
||
- scsi: hisi_sas: Add firmware information check
|
||
- scsi: hisi_sas: Create trigger_dump at the end of the debugfs initialization
|
||
- scsi: hisi_sas: Adjust priority of registering and exiting debugfs for security
|
||
- scsi: libsas: Set port when ex_phy is added or deleted
|
||
- scsi: libsas: Move sas_add_parent_port() to sas_expander.c
|
||
- scsi: libsas: Add helper for port add ex_phy
|
||
- !14059 cgroup/bpf: use a dedicated workqueue for cgroup bpf destruction
|
||
- cgroup/bpf: use a dedicated workqueue for cgroup bpf destruction
|
||
- Revert "cgroup: Fix AA deadlock caused by cgroup_bpf_release"
|
||
- !14026 drm/amd/display: Pass non-null to dcn20_validate_apply_pipe_split_flags
|
||
- drm/amd/display: Pass non-null to dcn20_validate_apply_pipe_split_flags
|
||
- !14056 virtcca feature : security rectification
|
||
- virtcca feature : security rectification
|
||
- !14012 drm/amdkfd: amdkfd_free_gtt_mem clear the correct pointer
|
||
- drm/amdkfd: amdkfd_free_gtt_mem clear the correct pointer
|
||
- !14011 drm/amd/display: Check phantom_stream before it is used
|
||
- drm/amd/display: Check phantom_stream before it is used
|
||
- !14013 maple_tree: correct tree corruption on spanning store
|
||
- maple_tree: correct tree corruption on spanning store
|
||
|
||
* Wed Dec 04 2024 ZhangPeng <zhangpeng362@huawei.com> - 6.6.0-61.0.0.60
|
||
- !13340 cpufreq: Add SEEP governor for hardware-managed P-states
|
||
- ACPI: CPPC: fix bug that causes the value written in cpc register to be wrong.
|
||
- cpufreq: Add SEEP governor for hardware-managed P-states
|
||
- cpufreq: CPPC: Support for auto act window and energy perf in cppc_cpufreq
|
||
- ACPI: CPPC: Add New ABIs for reading and writing three new CPPC registers
|
||
- !14004 Support haltpoll feature
|
||
- arm64: add config for cpuidle-haltpoll
|
||
- arm64/delay: remove USECS_TO_CYCLES to avoid conflict
|
||
- cpuidle: edit cpuidle-haltpoll driver module parameter
|
||
- arm64: support WFET in smp_cond_relaxed_timeout()
|
||
- arm64/delay: add some constants to a separate header
|
||
- arm64: support cpuidle-haltpoll
|
||
- arm64: idle: export arch_cpu_idle
|
||
- cpuidle-haltpoll: condition on ARCH_CPUIDLE_HALTPOLL
|
||
- governors/haltpoll: drop kvm_para_available() check
|
||
- cpuidle-haltpoll: define arch_haltpoll_want()
|
||
- ACPI: processor_idle: Support polling state for LPI
|
||
- arm64: add support for polling in idle
|
||
- arm64: define TIF_POLLING_NRFLAG
|
||
- arm64: barrier: add support for smp_cond_relaxed_timeout()
|
||
- Kconfig: move ARCH_HAS_OPTIMIZED_POLL to arch/Kconfig
|
||
- cpuidle: rename ARCH_HAS_CPU_RELAX to ARCH_HAS_OPTIMIZED_POLL
|
||
- cpuidle/poll_state: poll via smp_cond_load_relaxed_timeout()
|
||
- asm-generic: add barrier smp_cond_load_relaxed_timeout()
|
||
- !13402 【OLK-6.6】Support SMMU vSVA feature
|
||
- arm-smmu-v3: remove limitation of S2FWB or CANWBS
|
||
- iommufd: enable SVA when IOPF enabled
|
||
- iommufd: Extend IOMMU_GET_HW_INFO to report PASID capability
|
||
- iommufd: modify iommufd_fault_iopf_enable limitation
|
||
- Enable configs for vSVA tests
|
||
- iommu/arm-smmu-v3: Implement arm_smmu_get_msi_mapping_domain
|
||
- iommu: Fix kabi breakage due to "iommu/dma: Support MSIs through nested domains"
|
||
- iommu/dma: Support MSIs through nested domains
|
||
- iommu/arm-smmu-v3: Support IOMMU_HWPT_INVALIDATE using a VIOMMU object
|
||
- iommu/arm-smmu-v3: Allow ATS for IOMMU_DOMAIN_NESTED
|
||
- iommu/arm-smmu-v3: Use S2FWB for NESTED domains
|
||
- iommu/arm-smmu-v3: Support IOMMU_DOMAIN_NESTED
|
||
- iommu/arm-smmu-v3: Support IOMMU_VIOMMU_ALLOC
|
||
- iommu/arm-smmu-v3: Expose the arm_smmu_attach interface
|
||
- iommu/arm-smmu-v3: Implement IOMMU_HWPT_ALLOC_NEST_PARENT
|
||
- iommu/arm-smmu-v3: Support IOMMU_GET_HW_INFO via struct arm_smmu_hw_info
|
||
- iommu/arm-smmu-v3: Report IOMMU_CAP_ENFORCE_CACHE_COHERENCY for CANWBS
|
||
- ACPI/IORT: Support CANWBS memory access flag
|
||
- ACPICA: IORT: Update for revision E.f
|
||
- iommu: Fix kabi breakage due to "vfio: Remove VFIO_TYPE1_NESTING_IOMMU"
|
||
- vfio: Remove VFIO_TYPE1_NESTING_IOMMU
|
||
- Documentation: userspace-api: iommufd: Update vDEVICE
|
||
- iommufd/selftest: Add vIOMMU coverage for IOMMU_HWPT_INVALIDATE ioctl
|
||
- iommufd/selftest: Add IOMMU_TEST_OP_DEV_CHECK_CACHE test command
|
||
- iommufd/selftest: Add mock_viommu_cache_invalidate
|
||
- iommufd/viommu: Add iommufd_viommu_find_dev helper
|
||
- iommu: Add iommu_copy_struct_from_full_user_array helper
|
||
- iommufd: Allow hwpt_id to carry viommu_id for IOMMU_HWPT_INVALIDATE
|
||
- iommu/viommu: Add cache_invalidate to iommufd_viommu_ops
|
||
- iommufd/selftest: Add IOMMU_VDEVICE_ALLOC test coverage
|
||
- iommufd/viommu: Add IOMMUFD_OBJ_VDEVICE and IOMMU_VDEVICE_ALLOC ioctl
|
||
- Documentation: userspace-api: iommufd: Update vIOMMU
|
||
- iommufd/selftest: Add IOMMU_VIOMMU_ALLOC test coverage
|
||
- iommufd/selftest: Add IOMMU_VIOMMU_TYPE_SELFTEST
|
||
- iommufd/selftest: Add refcount to mock_iommu_device
|
||
- iommufd/selftest: Prepare for mock_viommu_alloc_domain_nested()
|
||
- iommufd/selftest: Add container_of helpers
|
||
- iommufd: Allow pt_id to carry viommu_id for IOMMU_HWPT_ALLOC
|
||
- iommufd: Add alloc_domain_nested op to iommufd_viommu_ops
|
||
- iommufd/viommu: Add IOMMU_VIOMMU_ALLOC ioctl
|
||
- iommufd: Verify object in iommufd_object_finalize/abort()
|
||
- iommu: Fix kabi breakage due to "iommufd: Introduce IOMMUFD_OBJ_VIOMMU and its related struct"
|
||
- iommufd: Introduce IOMMUFD_OBJ_VIOMMU and its related struct
|
||
- iommufd: Move _iommufd_object_alloc helper to a sharable file
|
||
- iommufd: Move struct iommufd_object to public iommufd header
|
||
- Documentation: userspace-api: iommufd: Update HWPT_PAGING and HWPT_NESTED
|
||
- iommu/arm-smmu-v3: add missing MODULE_DESCRIPTION() macro
|
||
- iommu/arm-smmu-v3: Convert comma to semicolon
|
||
- iommu/arm-smmu-v3: Fix last_sid_idx calculation for sid_bits==32
|
||
- iommu: Move IOMMU_DIRTY_NO_CLEAR define
|
||
- iommu/arm-smmu-v3: Fix a NULL vs IS_ERR() check
|
||
- iommu/arm-smmu-v3: Remove the unused empty definition
|
||
- iommu/arm-smmu-v3: Avoid uninitialized asid in case of error
|
||
- iommu: Make iommu_sva_domain_alloc() static
|
||
- iommu: Handle iommu faults for a bad iopf setup
|
||
- iommufd: Put constants for all the uAPI enums
|
||
- iommu/arm-smmu-v3: Use *-y instead of *-objs in Makefile
|
||
- iommu/arm-smmu-v3: Make the kunit into a module
|
||
- iommu/amd: Introduce get_amd_iommu_from_dev()
|
||
- iommufd/device: Enforce reserved IOVA also when attached to hwpt_nested
|
||
- iommufd/device: Fix hwpt at err_unresv in iommufd_device_do_replace()
|
||
- iommufd: Reorder struct forward declarations
|
||
- iommufd: Reorder include files
|
||
- iommu/arm-smmu-v3: Reorganize struct arm_smmu_ctx_desc_cfg
|
||
- iommu/arm-smmu-v3: Add types for each level of the CD table
|
||
- iommu/arm-smmu-v3: Shrink the cdtab l1_desc array
|
||
- iommu/arm-smmu-v3: Do not use devm for the cd table allocations
|
||
- iommu/arm-smmu-v3: Remove strtab_base/cfg
|
||
- iommu/arm-smmu-v3: Reorganize struct arm_smmu_strtab_cfg
|
||
- iommu/arm-smmu-v3: Add types for each level of the 2 level stream table
|
||
- iommu/arm-smmu-v3: Add arm_smmu_strtab_l1/2_idx()
|
||
- iommu/arm-smmu-v3: Use the new rb tree helpers
|
||
- iommu/arm-smmu-v3: Shrink the strtab l1_desc array
|
||
- iommu/arm-smmu-v3: Do not zero the strtab twice
|
||
- iommufd: Fix error pointer checking
|
||
- iommufd: Add check on user response code
|
||
- iommufd: Remove IOMMUFD_PAGE_RESP_FAILURE
|
||
- iommufd/selftest: Add coverage for IOPF test
|
||
- iommufd/selftest: Add IOPF support for mock device
|
||
- iommufd: Associate fault object with iommufd_hw_pgtable
|
||
- iommufd: Fault-capable hwpt attach/detach/replace
|
||
- iommu: Fix kabi breakage due to "iommufd: Add iommufd fault object"
|
||
- iommufd: Add iommufd fault object
|
||
- iommufd: Add fault and response message definitions
|
||
- iommu: Extend domain attach group with handle support
|
||
- iommu: Fix kabi breakage due to "iommu: Add attach handle to struct iopf_group"
|
||
- iommu: Add attach handle to struct iopf_group
|
||
- iommu: Fix kabi breakage due to "iommu: Remove sva handle list"
|
||
- iommu: Remove sva handle list
|
||
- iommu: Introduce domain attachment handle
|
||
- iommu/arm-smmu-v3: Enable HTTU for stage1 with io-pgtable mapping
|
||
- iommu/arm-smmu-v3: Add support for dirty tracking in domain alloc
|
||
- iommu/io-pgtable-arm: Add read_and_clear_dirty() support
|
||
- iommu/arm-smmu-v3: Add feature detection for HTTU
|
||
- iommu/arm-smmu-v3: Add support for domain_alloc_user fn
|
||
- iommu/arm-smmu-v3: Allow setting a S1 domain to a PASID
|
||
- iommu/arm-smmu-v3: Allow a PASID to be set when RID is IDENTITY/BLOCKED
|
||
- iommu/arm-smmu-v3: Test the STE S1DSS functionality
|
||
- iommu/arm-smmu-v3: Allow IDENTITY/BLOCKED to be set while PASID is used
|
||
- iommu/arm-smmu-v3: Put the SVA mmu notifier in the smmu_domain
|
||
- iommu/arm-smmu-v3: Keep track of arm_smmu_master_domain for SVA
|
||
- iommu/arm-smmu-v3: Make SVA allocate a normal arm_smmu_domain
|
||
- iommu/arm-smmu-v3: Thread SSID through the arm_smmu_attach_*() interface
|
||
- iommu/arm-smmu-v3: Do not use master->sva_enable to restrict attaches
|
||
- iommu/arm-smmu-v3: Add ssid to struct arm_smmu_master_domain
|
||
- iommu/arm-smmu-v3: Make changing domains be hitless for ATS
|
||
- iommu/arm-smmu-v3: Make smmu_domain->devices into an allocated list
|
||
- iommu/arm-smmu-v3: Start building a generic PASID layer
|
||
- iommu/arm-smmu-v3: Convert to domain_alloc_sva()
|
||
- iommu/arm-smmu-v3: Add unit tests for arm_smmu_write_entry
|
||
- iommu/arm-smmu-v3: Build the whole CD in arm_smmu_make_s1_cd()
|
||
- iommu/arm-smmu-v3: Move the CD generation for SVA into a function
|
||
- iommu/arm-smmu-v3: Allocate the CD table entry in advance
|
||
- iommu/arm-smmu-v3: Make arm_smmu_alloc_cd_ptr()
|
||
- iommu/arm-smmu-v3: Consolidate clearing a CD table entry
|
||
- iommu/arm-smmu-v3: Move the CD generation for S1 domains into a function
|
||
- iommu/arm-smmu-v3: Make CD programming use arm_smmu_write_entry()
|
||
- iommu/arm-smmu-v3: Add an ops indirection to the STE code
|
||
- iommu: Fix kabi breakage due to "iommu: Add ops->domain_alloc_sva()"
|
||
- iommu: Add ops->domain_alloc_sva()
|
||
- iommu/arm-smmu-v3: Add a type for the CD entry
|
||
- iommu/arm-smmu-v3: Do not ATC invalidate the entire domain
|
||
- iommu/arm-smmu-v3: Do not allow a SVA domain to be set on the wrong PASID
|
||
- iommu/arm-smmu-v3: Retire disable_bypass parameter
|
||
- iommu: Validate the PASID in iommu_attach_device_pasid()
|
||
- iommu/arm-smmu-v3: Add cpu_to_le64() around STRTAB_STE_0_V
|
||
- iommu: Fix kabi breakage due to "iommu: Pass domain to remove_dev_pasid() op"
|
||
- iommu: Pass domain to remove_dev_pasid() op
|
||
- iommu: Undo pasid attachment only for the devices that have succeeded
|
||
- iommu: Introduce iommu_group_mutex_assert()
|
||
- iommu/arm-smmu-v3: Fix access for STE.SHCFG
|
||
- iommu/arm-smmu-v3: Convert to domain_alloc_paging()
|
||
- iommu/arm-smmu-v3: Pass arm_smmu_domain and arm_smmu_device to finalize
|
||
- iommu/arm-smmu-v3: Use the identity/blocked domain during release
|
||
- iommu/arm-smmu-v3: Add a global static BLOCKED domain
|
||
- iommu/arm-smmu-v3: Add a global static IDENTITY domain
|
||
- iommu/arm-smmu-v3: Check that the RID domain is S1 in SVA
|
||
- iommu/arm-smmu-v3: Remove arm_smmu_master->domain
|
||
- iommu/arm-smmu-v3: Pass smmu_domain to arm_enable/disable_ats()
|
||
- iommu/arm-smmu-v3: Put writing the context descriptor in the right order
|
||
- iommu/arm-smmu-v3: Do not change the STE twice during arm_smmu_attach_dev()
|
||
- iommu/arm-smmu-v3: Compute the STE only once for each master
|
||
- iommu/arm-smmu-v3: Hold arm_smmu_asid_lock during all of attach_dev
|
||
- iommu/arm-smmu-v3: Build the whole STE in arm_smmu_make_s2_domain_ste()
|
||
- iommu/arm-smmu-v3: Move the STE generation for S1 and S2 domains into functions
|
||
- iommu/arm-smmu-v3: Consolidate the STE generation for abort/bypass
|
||
- iommu/arm-smmu-v3: Make STE programming independent of the callers
|
||
- !14019 afs: Fix lock recursion
|
||
- afs: Fix lock recursion
|
||
- !13230 xfs: Fix fsmap error
|
||
- xfs: Fix missing interval for missing_owner in xfs fsmap
|
||
- xfs: use XFS_BUF_DADDR_NULL for daddrs in getfsmap code
|
||
- !13977 xfs: split xfs_mod_freecounter
|
||
- xfs: split xfs_mod_freecounter
|
||
- !14005 v2 Optimize functions like get_user and put_user
|
||
- openeuler_defconfig: remove GCC_ASM_GOTO_OUTPUT_WORKAROUND for x86 and arm64
|
||
- arm64: uaccess: correct thinko in __get_mem_asm()
|
||
- init/Kconfig: remove CONFIG_GCC_ASM_GOTO_OUTPUT_WORKAROUND
|
||
- arm64: start using 'asm goto' for put_user()
|
||
- arm64: start using 'asm goto' for get_user() when available
|
||
- !14031 Various memory tiering fixes
|
||
- memory tiering: count PGPROMOTE_SUCCESS when mem tiering is enabled.
|
||
- memory tiering: introduce folio_use_access_time() check
|
||
- memory tiering: read last_cpupid correctly in do_huge_pmd_numa_page()
|
||
- !14025 ext4: show the default enabled prefetch_block_bitmaps option
|
||
- ext4: show the default enabled prefetch_block_bitmaps option
|
||
- !13906 [openEuler-24.03-LTS][linux-6.6.y sync] Backport 6.6.53-6.6.54 LTS Conflicts Patches
|
||
- btrfs: update comment for struct btrfs_inode::lock
|
||
- arm64: errata: Enable the AC03_CPU_38 workaround for ampere1a
|
||
- xen: allow mapping ACPI data using a different physical address
|
||
- sched/fair: Make SCHED_IDLE entity be preempted in strict hierarchy
|
||
- !9158 [OLK-6.6] ata: ahci: Add support for AHCI SGPIO Enclosure Management
|
||
- config: enable Zhaoxin AHCI SGPIO driver
|
||
- ata: ahci: Add support for AHCI SGPIO Enclosure Management
|
||
- !9162 [OLK-6.6] efi: cper: Add Zhaoxin/Centaur ZDI/ZPI error decode
|
||
- efi: cper: Add Zhaoxin/Centaur ZDI/ZPI error decode
|
||
- !14022 [OLK-6.6] perf/x86/zhaoxin/uncore: fix pci_driver conflict issue
|
||
- perf/x86/zhaoxin/uncore: fix pci_driver conflict issue
|
||
- !13965 arm64: entry: Fix some warnings when enable nohz full CPU
|
||
- arm64: entry: Fix some warnings when enable nohz full CPU
|
||
- !13926 genirq/proc: Fix warning of no previous prototype for register_irqchip_proc()
|
||
- genirq/proc: Fix warning of no previous prototype for register_irqchip_proc()
|
||
- !13993 50164
|
||
- bpf: Remove MEM_UNINIT from skb/xdp MTU helpers
|
||
- bpf: Fix kabi breakage in enum bpf_type_flag and bpf_arg_type
|
||
- bpf: Fix overloading of MEM_UNINIT's meaning
|
||
- bpf: Add MEM_WRITE attribute
|
||
- !13951 Fix UAF in __update_blocked_fair
|
||
- Fix UAF in __update_blocked_fair
|
||
- !13950 Fix SCHED_WARN_ON(cfs_rq->throttled_clock) in throttle_cfs_rq
|
||
- Fix SCHED_WARN_ON(cfs_rq->throttled_clock) in throttle_cfs_rq
|
||
- !13949 sched/fair: Fix qos_timer deadlock when cpuhp offline
|
||
- sched/fair: Fix qos_timer deadlock when cpuhp offline
|
||
- !13912 media: dvbdev: fix the logic when DVB_DYNAMIC_MINORS is not set
|
||
- media: dvbdev: fix the logic when DVB_DYNAMIC_MINORS is not set
|
||
- !13961 ext4: avoid remount errors with 'abort' mount option
|
||
- ext4: avoid remount errors with 'abort' mount option
|
||
- !13974 arm64: optimize tlb flush
|
||
- arm64: optimize flush tlb kernel range
|
||
- arm64: tlbflush: add __flush_tlb_range_limit_excess()
|
||
- arm64: tlb: Allow range operation for MAX_TLBI_RANGE_PAGES
|
||
- arm64: tlbflush: Rename MAX_TLBI_OPS
|
||
- !13969 libbpf: Fix output .symtab byte-order during linking
|
||
- libbpf: Fix output .symtab byte-order during linking
|
||
- !13955 drm/amd/display: Add missing NULL pointer check within dpcd_extend_address_range
|
||
- drm/amd/display: Add missing NULL pointer check within dpcd_extend_address_range
|
||
- !13913 fix CVE-2024-49861
|
||
- bpf: Fix kabi breakage in enum bpf_type_flag and bpf_arg_type
|
||
- bpf: Fix helper writes to read-only maps
|
||
- !13317 reset: starfive: jh71x0: Fix accessing the empty member on JH7110 SoC
|
||
- reset: starfive: jh71x0: Fix accessing the empty member on JH7110 SoC
|
||
- !12279 [OLK-6.6]HYGON: CSV3 patch series part 2 (Support launch, run, migrate CSV3 guest)
|
||
- x86/mm: Print CSV3 info into kernel log
|
||
- x86: Add support for changing the memory attribute for CSV3 guest
|
||
- x86: Update memory shared/private attribute in early boot for CSV3 guest
|
||
- x86/kernel: Set bss decrypted memory as shared in CSV3 guest
|
||
- x86/kernel: Add CSV3 early update(enc/dec)/reset memory helpers
|
||
- x86/boot/compressed/64: Add CSV3 update page attr(private/shared)
|
||
- x86/boot/compressed/64: Init CSV3 secure call pages
|
||
- x86/boot/compressed/64: Add CSV3 guest detection
|
||
- KVM: SVM: CSV: Add ioctl API to unpin shared pages of CSV3 guest
|
||
- KVM: SVM: CSV: Add KVM_CSV3_RECEIVE_ENCRYPT_CONTEXT command
|
||
- KVM: SVM: CSV: Add KVM_CSV3_RECEIVE_ENCRYPT_DATA command
|
||
- KVM: SVM: CSV: Add KVM_CSV3_SEND_ENCRYPT_CONTEXT command
|
||
- KVM: SVM: CSV: Add KVM_CSV3_SEND_ENCRYPT_DATA command
|
||
- crypto: ccp: Define CSV3 migration command id
|
||
- KVM: SVM: CSV: Manage CSV3 guest's nested page table
|
||
- KVM: SVM: CSV: Add KVM_CSV3_LAUNCH_ENCRYPT_VMCB command
|
||
- KVM: SVM: CSV: Add KVM_CSV3_LAUNCH_ENCRYPT_DATA command
|
||
- KVM: SVM: CSV: Add KVM_CSV3_INIT command
|
||
- KVM: Define CSV3 key management command id
|
||
- !13843 Add support for FEAT_HAFT
|
||
- openeuler_defconfig: Add configuration to enable FEAT_HAFT
|
||
- arm64: pgtable: Warn unexpected pmdp_test_and_clear_young()
|
||
- arm64: Enable ARCH_HAS_NONLEAF_PMD_YOUNG
|
||
- arm64: Add support for FEAT_HAFT
|
||
- arm64: setup: name 'tcr2' register
|
||
- arm64/sysreg: Update ID_AA64MMFR1_EL1 register
|
||
- !13889 ipmi: Use regspacings passed as a module parameter
|
||
- ipmi: Use regspacings passed as a module parameter
|
||
- !13454 [OLK-6.6][Backport] tracing/selftests: Update kprobe args char/string to match new functions
|
||
- tracing/selftests: Update kprobe args char/string to match new functions
|
||
- !13453 [OLK-6.6][Backport] selftest: net: Fix the problem that run veth.sh failed
|
||
- selftests: net: veth: test the ability to independently manipulate GRO and XDP
|
||
- selftests: net: veth: test syncing GRO and XDP state while device is down
|
||
- !13450 [OLK-6.6][Backport] tools/nolibc: add support for constructors and destructors
|
||
- tools/nolibc: add support for constructors and destructors
|
||
- !13815 [OLK-6.6][Backport] selftests/intel_pstate: fix operand expected error
|
||
- selftests/intel_pstate: fix operand expected error
|
||
- !13417 [OLK-6.6][Backport] selftest: net/af_unix: Fix the problem that run test_unix_oob failed
|
||
- selftest: af_unix: Fix kselftest compilation warnings
|
||
- selftest: af_unix: Add msg_oob.c.
|
||
- selftest: af_unix: Remove test_unix_oob.c.
|
||
- selftest: af_unix: Add Kconfig file.
|
||
- !13806 [OLK-6.6][Backport] selftests/watchdog-test: Fix system accidentally reset after watchdog-test
|
||
- selftests/watchdog-test: Fix system accidentally reset after watchdog-test
|
||
- !13897 drm/amd/display: Check link_index before accessing dc->links[
|
||
- drm/amd/display: Check link_index before accessing dc->links[]
|
||
- !13901 RDMA/hns: Fix accessing invalid dip_ctx during destroying QP
|
||
- RDMA/hns: Fix accessing invalid dip_ctx during destroying QP
|
||
- !13904 NFSD: Never decrement pending_async_copies on error
|
||
- NFSD: Never decrement pending_async_copies on error
|
||
- !13888 CVE-2024-49891
|
||
- scsi: lpfc: Validate hdwq pointers before dereferencing in reset/errata paths
|
||
- !13894 v2 block: support hierarchy stats
|
||
- blk-io-hierarchy: support hierarchy stats for bio lifetime
|
||
- blk-io-hierarchy: support new rq based stage rq_driver
|
||
- blk-io-hierarchy: support new rq based stage requeue
|
||
- blk-io-hierarchy: support new rq based stage hctx
|
||
- blk-io-hierarchy: support new rq based stage kyber
|
||
- blk-io-hierarchy: support new rq based stage bfq
|
||
- blk-io-hierarchy: support new rq based stage mq-deadline
|
||
- blk-io-hierarchy: support new rq based stage plug
|
||
- blk-io-hierarchy: support new bio based stage gettag
|
||
- blk-io-hierarchy: support new bio based stage iocost
|
||
- blk-io-hierarchy: support new bio based stage wbt
|
||
- block-io-hierarchy: core hierarchy stats and iodump implementation
|
||
- block: support to record when request is completed
|
||
- block: support to recored bio allocation task in request
|
||
- block: support to recored bio allocation time in request
|
||
- block: support to recored bio allocation task
|
||
- block: support to recored bio allocation time
|
||
- block: fix kabi broken after caching ns time in blk_plug
|
||
- block: fix that blk_time_get_ns() doesn't update time after schedule
|
||
- block: limit block time caching to in_task() context
|
||
- block: update cached timestamp post schedule/preemption
|
||
- block: cache current nsec time in struct blk_plug
|
||
- block: add blk_time_get_ns() and blk_time_get() helpers
|
||
- block: move cgroup time handling code into blk.h
|
||
- block: skip QUEUE_FLAG_STATS and rq-qos for passthrough io
|
||
- blk-io-hierarchy: support hierarchy stats for blk-throttle
|
||
- !13851 intel: backport intel_pstate driver update from 6.11
|
||
- cpufreq: intel_pstate: Update Balance performance EPP for Emerald Rapids
|
||
- cpufreq: intel_pstate: Support highest performance change interrupt
|
||
- cpufreq: intel_pstate: Replace boot_cpu_has()
|
||
- x86/cpufeatures: Add HWP highest perf change feature flag
|
||
- cpufreq: intel_pstate: Check turbo_is_disabled() in store_no_turbo()
|
||
- cpufreq: intel_pstate: Fix unchecked HWP MSR access
|
||
- cpufreq: intel_pstate: fix struct cpudata::epp_cached kernel-doc
|
||
- cpufreq: intel_pstate: hide unused intel_pstate_cpu_oob_ids[]
|
||
- cpufreq: intel_pstate: Update the maximum CPU frequency consistently
|
||
- cpufreq: intel_pstate: Replace three global.turbo_disabled checks
|
||
- cpufreq: intel_pstate: Read global.no_turbo under READ_ONCE()
|
||
- cpufreq: intel_pstate: Rearrange show_no_turbo() and store_no_turbo()
|
||
- cpufreq: intel_pstate: Do not update global.turbo_disabled after initialization
|
||
- cpufreq: intel_pstate: Fold intel_pstate_max_within_limits() into caller
|
||
- cpufreq: intel_pstate: Use __ro_after_init for three variables
|
||
- cpufreq: intel_pstate: Get rid of unnecessary READ_ONCE() annotations
|
||
- cpufreq: intel_pstate: Wait for canceled delayed work to complete
|
||
- cpufreq: intel_pstate: Drop redundant locking from intel_pstate_driver_cleanup()
|
||
- cpufreq: intel_pstate: Allow model specific EPPs
|
||
- cpufreq: intel_pstate: remove cpudata::prev_cummulative_iowait
|
||
- cpufreq: intel_pstate: Add Emerald Rapids support in no-HWP mode
|
||
- cpufreq: intel_pstate: Prioritize firmware-provided balance performance EPP
|
||
- !13850 intel: backport TPMI uncore frequency driver update from 6.10
|
||
- platform/x86/intel-uncore-freq: Use generic helpers for current frequency
|
||
- platform/x86/intel-uncore-freq: Rename the sysfs helper macro names
|
||
- platform/x86/intel-uncore-freq: Get rid of uncore_read_freq driver API
|
||
- platform/x86/intel-uncore-freq: Use uncore_index with read_control_freq
|
||
- platform/x86/intel-uncore-freq: Get rid of magic min_max argument
|
||
- platform/x86/intel-uncore-freq: Get rid of magic values
|
||
- platform/x86/intel-uncore-freq: Re-arrange bit masks
|
||
- platform/x86/intel-uncore-freq: Increase minor number support
|
||
- platform/x86/intel-uncore-freq: Process read/write blocked feature status
|
||
- platform/x86/intel-uncore-freq: Ignore minor version change
|
||
- !13849 intel: backport Intel SST TPMI update from 6.10
|
||
- platform/x86: ISST: Simplify isst_misc_reg() and isst_misc_unreg()
|
||
- platform/x86: ISST: Fix return value on last invalid resource
|
||
- platform/x86: ISST: Use only TPMI interface when present
|
||
- platform/x86: ISST: Avoid some SkyLake server models
|
||
- platform/x86: ISST: Add model specific loading for common module
|
||
- platform/x86: ISST: fix use-after-free in tpmi_sst_dev_remove()
|
||
- platform/x86: ISST: Support SST-BF and SST-TF per level
|
||
- platform/x86: ISST: Add missing MODULE_DESCRIPTION
|
||
- platform/x86: ISST: Add dev_fmt
|
||
- platform/x86: ISST: Use in_range() to check package ID validity
|
||
- platform/x86: ISST: Support partitioned systems
|
||
- platform/x86: ISST: Shorten the assignments for power_domain_info
|
||
- platform/x86: ISST: Use local variable for auxdev->dev
|
||
- platform/x86: ISST: Allow reading core-power state on HWP disabled systems
|
||
- platform/x86: ISST: Process read/write blocked feature status
|
||
- platform/x86: ISST: Ignore minor version change
|
||
- platform/x86: intel_speed_select_if: Use devm_ioremap_resource
|
||
- platform/x86: intel_speed_select_if: Remove hardcoded map size
|
||
- platform/x86: ISST: Allow level 0 to be not present
|
||
- platform/x86: ISST: Use fuse enabled mask instead of allowed levels
|
||
- !13847 intel: backport tpmi base driver and pmt update from 6.10 to 6.6
|
||
- platform/x86/intel/pmt: telemetry: Export API to read telemetry
|
||
- platform/x86/intel/pmt: Add header to struct intel_pmt_entry
|
||
- platform/x86/intel/tpmi: Add additional TPMI header fields
|
||
- platform/x86/intel/tpmi: Align comments in kernel-doc
|
||
- platform/x86/intel/tpmi: Check major version change for TPMI Information
|
||
- platform/x86/intel/tpmi: Move TPMI ID definition
|
||
- platform/x86/intel/tpmi: Modify external interface to get read/write state
|
||
- platform/x86/intel/tpmi: Don't create devices for disabled features
|
||
- platform/x86/intel/tpmi: Add debugfs support for read/write blocked
|
||
- platform/x86/intel/vsec: Remove nuisance message
|
||
- platform/x86/intel/vsec: Add base address field
|
||
- platform/x86/intel/vsec: Add intel_vsec_register
|
||
- platform/x86/intel/vsec: Assign auxdev parent by argument
|
||
- platform/x86/intel/vsec: Use cleanup.h
|
||
- platform/x86/intel/vsec: remove platform_info from vsec device structure
|
||
- platform/x86/intel/vsec: Move structures to header
|
||
- platform/x86/intel/vsec: Remove unnecessary return
|
||
- !13880 Fix problems of mounting nfs
|
||
- nfs: ignore SB_RDONLY when mounting nfs
|
||
- nfs: pass flags to second superblock
|
||
- !13822 v4 arm64: Add xcall/xint support
|
||
- arm64: Add debugfs dir for xint
|
||
- arm64: Introduce Xint software solution
|
||
- arm64: Faster SVC exception handler with xcall
|
||
- arm64: Introduce xcall a faster svc exception handling
|
||
- !13828 crypto: pcrypt - Call crypto layer directly when padata_do_parallel() return -EBUSY
|
||
- crypto: pcrypt - Call crypto layer directly when padata_do_parallel() return -EBUSY
|
||
- !13805 add ebpf sched
|
||
- sched/ebpf: Support task selection programmable
|
||
- sched: Add kfunc to get cpu statistics
|
||
- bpftool: recognize scheduler programs
|
||
- libbpf: add support for scheduler bpf programs
|
||
- !13373 acc some patch rounds
|
||
- crypto: hisilicon/qm - disable same error report before resetting
|
||
- crypto: hisilicon - support querying the capability register
|
||
- crypto: hisilicon/qm - fix the coding specifications issue
|
||
- crypto: hisilicon/hpre - enable all clusters clock gating
|
||
- crypto: hisilicon/sec - Remove trailing space after
|
||
- crypto: hisilicon/qm - inject error before stopping queue
|
||
- crypto: hisilicon/hpre - mask cluster timeout error
|
||
- crypto: hisilicon/qm - reset device before enabling it
|
||
- crypto: hisilicon/trng - modifying the order of header files
|
||
- crypto: hisilicon - add a lock for the qp send operation
|
||
- crypto: hisilicon - fix missed error branch
|
||
- crypto: hisilicon/zip - Optimize performance by replacing rw_lock with spinlock
|
||
- crypto: hisilicon/zip - optimize the address offset of the reg query function
|
||
- crypto: hisilicon/qm - adjust the internal processing sequence of the vf enable and disable
|
||
- crypto: hisilicon/sec2 - fix for register offset
|
||
- crypto: hisilicon/debugfs - mask the unnecessary info from the dump
|
||
- Revert "crypto: hisilicon/qm - reset device before enabling it"
|
||
- Revert "crypto: hisilicon/qm - inject error before stopping queue"
|
||
- Revert "crypto: hisilicon/qm - modify interrupt processing resource application"
|
||
- Revert "crypto: hisilicon/qm - mask error bit before flr"
|
||
- Revert "crypto: hisilicon/qm - disable same error report before resetting"
|
||
- Revert "crypto: hisilicon/hpre - mask cluster timeout error"
|
||
- Revert "crypto: hisilicon/zip - optimize the address offset of the reg query function"
|
||
- Revert "crypto: hisilicon/qm - adjust the internal processing sequence of the vf enable and disable"
|
||
- Revert "crypto: hisilicon/trng - use %u to print u32 variables"
|
||
|
||
newline
|
||
* Wed Nov 27 2024 ZhangPeng <zhangpeng362@huawei.com> - 6.6.0-57.0.0.59
|
||
- !13845 backport some patches from upstream about HCCS low power
|
||
- soc: hisilicon: kunpeng_hccs: Support low power feature for the specified HCCS type
|
||
- soc: hisilicon: kunpeng_hccs: Add used HCCS types sysfs
|
||
- soc: hisilicon: kunpeng_hccs: Fix the 'lane_mode' field name in port info structure to 'max_lane_num'
|
||
- soc: hisilicon: kunpeng_hccs: Add the check for base address and size of shared memory
|
||
- soc: hisilicon: kunpeng_hccs: Return failure on having not die or port information
|
||
- soc: hisilicon: kunpeng_hccs: Fix a PCC typo
|
||
- !13842 ima: fix buffer overrun in ima_eventdigest_init_common
|
||
- ima: fix buffer overrun in ima_eventdigest_init_common
|
||
- !13827 LoongArch: KVM: Mark hrtimer to expire in hard interrupt context
|
||
- LoongArch: KVM: Mark hrtimer to expire in hard interrupt context
|
||
- !11952 migration: fix reference counting exception issue
|
||
- migration: fix reference counting exception issue
|
||
- !13816 [openEuler-24.03-LTS][linux-6.6.y sync] Backport 6.6.49-6.6.50 LTS Conflicts Patches
|
||
- hwmon: (k10temp) Check return value of amd_smn_read()
|
||
- mptcp: pr_debug: add missing
|
||
- mptcp: avoid duplicated SUB_CLOSED events
|
||
- selftests: mptcp: join: check re-re-adding ID 0 signal
|
||
- selftests: mptcp: join: validate event numbers
|
||
- !11950 arm64/perf: Enable branch stack sampling
|
||
- arm64/perf: Enable branch stack sampling
|
||
- perf: test: Extend branch stack sampling test for Arm64 BRBE
|
||
- perf: test: Remove empty lines from branch filter test output
|
||
- perf: test: Speed up running brstack test on an Arm model
|
||
- KVM: arm64: nvhe: Disable branch generation in nVHE guests
|
||
- drivers: perf: arm_pmuv3: Enable branch stack sampling via FEAT_BRBE
|
||
- arm64/boot: Enable EL2 requirements for BRBE
|
||
- drivers: perf: arm_pmu: Add infrastructure for branch stack sampling
|
||
- KVM: arm64: Explicitly handle BRBE traps as UNDEFINED
|
||
- arm64/sysreg: Add BRBE registers and fields
|
||
- KVM: arm64: Initialize the kvm host data's fpsimd_state pointer in pKVM
|
||
- KVM: arm64: nv: Drop VCPU_HYP_CONTEXT flag
|
||
- KVM: arm64: Exclude FP ownership from kvm_vcpu_arch
|
||
- KVM: arm64: Exclude host_fpsimd_state pointer from kvm_vcpu_arch
|
||
- KVM: arm64: Exclude mdcr_el2_host from kvm_vcpu_arch
|
||
- KVM: arm64: Exclude host_debug_data from vcpu_arch
|
||
- KVM: arm64: Add accessor for per-CPU state
|
||
- KVM: arm64: Fix TRFCR_EL1/PMSCR_EL1 access in hVHE mode
|
||
- arm64: Add missing _EL2 encodings
|
||
- arm64: Add missing _EL12 encodings
|
||
- !13836 virtcca bugfix: correct array copy for hpre_addr
|
||
- virtcca bugfix: correct array copy for hpre_addr
|
||
- !13416 tpm: Lock TPM chip in tpm_pm_suspend() first
|
||
- tpm: Lock TPM chip in tpm_pm_suspend() first
|
||
- !13810 【olk 6.6】 net: hns3: add mac tunnel number query
|
||
- net: hns3: add mac tunnel number query
|
||
- !13831 fix CVE-2024-50192
|
||
- irqchip/gic-v4: Correctly deal with set_affinity on lazily-mapped VPEs
|
||
- irqchip/gic-v4: Don't allow a VMOVP on a dying VPE
|
||
- !13243 virtcca: fix the double map of cvm secure memory
|
||
- virtcca feature : disable swiotlb for passthrough device
|
||
- virtcca feature : force vring alloc use dma api
|
||
- virtcca feature: enable unmap swiotlb buffer to save iotlb cvm memory
|
||
- !12343 net: tcp: add a new congestion control algorithm, CAQM, with endhost-network coordination
|
||
- net: tcp: Modify codes for better compatibility of code format
|
||
- net: tcp: Add CAQM4TCP in the openeuler 6.6 kernel
|
||
- !13818 net/hinic3: Support new NIC feature
|
||
- net/hinic3: Support new RX feature
|
||
- net/hinic3: Support new TX feature
|
||
- !13413 sched/topology: Prevent race condition in sched_domain topology
|
||
- sched/topology: Prevent race condition in sched_domain topology
|
||
- !13808 perf: Add PMCG platform information for HiSilicon HIP09A
|
||
- perf: Add PMCG platform information for HiSilicon HIP09A
|
||
- !13794 drm/amd/display: Add NULL check for clk_mgr in dcn32_init_hw
|
||
- drm/amd/display: Add NULL check for clk_mgr in dcn32_init_hw
|
||
- !13795 drm/amd/display: Initialize denominators' default to 1
|
||
- drm/amd/display: Initialize denominators' default to 1
|
||
- !13408 rseq/mm_cid: change KABI consistency interface
|
||
- rseq/mm_cid: change KABI consistency interface
|
||
- !13799 media: av7110: fix a spectre vulnerability
|
||
- media: av7110: fix a spectre vulnerability
|
||
- !13449 RDMA/hns: Fix bonding failure due to wrong reset_state
|
||
- RDMA/hns: Fix bonding failure due to wrong reset_state
|
||
- !13407 ima: rot: remove misguiding message printing
|
||
- ima: rot: remove misguiding message printing
|
||
- !13306 btrfs: fix use-after-free of block device file in __btrfs_free_extra_devids()
|
||
- btrfs: fix use-after-free of block device file in __btrfs_free_extra_devids()
|
||
- !13308 ext4: don't set SB_RDONLY after filesystem errors
|
||
- ext4: don't set SB_RDONLY after filesystem errors
|
||
- !13355 NFSD: Initialize struct nfsd4_copy earlier
|
||
- NFSD: Initialize struct nfsd4_copy earlier
|
||
- !13301 RDMA/bnxt_re: Avoid CPU lockups due fifo occupancy check loop
|
||
- RDMA/bnxt_re: Avoid CPU lockups due fifo occupancy check loop
|
||
- !13391 mm: split critical region in remap_file_pages() and invoke LSMs in between
|
||
- mm: split critical region in remap_file_pages() and invoke LSMs in between
|
||
- !13394 mm, slub: avoid zeroing kmalloc redzone
|
||
- mm, slub: avoid zeroing kmalloc redzone
|
||
- !13400 IMA: Fix hungtask issue of digestlist importing
|
||
- IMA: Fix hungtask issue of digestlist importing
|
||
- !13370 CVE-2024-46713
|
||
- perf: Fix kabi problem by put mutex in front of perf_buffer
|
||
- perf/aux: Fix AUX buffer serialization
|
||
- !13376 Some patches for RDMA/hns
|
||
- RDMA/hns: Fix RoCEE hang when multiple QP banks use EXT_SGE EXT_SGE
|
||
- RDMA/hns: Use one CQ bank per context
|
||
- RDMA/hns: Fix the modification of max_send_sge
|
||
- RDMA/hns: Fix "Should it be static?" warnings
|
||
- RDMA/hns: Fix dereference of noderef expression
|
||
- RDMA/hns: Fix list_*_careful() not being used in pairs
|
||
- RDMA/hns: Fix a meaningless loop in active_dca_pages_proc()
|
||
- RDMA/hns: Fix possible RAS when DCA is not attached
|
||
- RDMA/hns: Fix integer overflow in calc_loading_percent()
|
||
- RDMA/hns: Fix mixed use of u32 and __le32 in sysfs
|
||
- RDMA/hns: Fix concurrency between sysfs store and FW configuration of scc params
|
||
- RDMA/hns: Fix wrong output of sysfs scc pram when configuration failed
|
||
- RDMA/hns: Fix HW UAF when destroy context timeout
|
||
- !13350 mm: replace xa_get_order with xas_get_order where appropriate
|
||
- mm: replace xa_get_order with xas_get_order where appropriate
|
||
- !12240 [OLK-6.6]Update Mont-TSSE driver
|
||
- driver: crypto - update support for Mont-TSSE Driver
|
||
- !13345 ocfs2: fix unexpected zeroing of virtual disk
|
||
- ocfs2: fix unexpected zeroing of virtual disk
|
||
- !13377 selftests: udpgro: no need to load xdp for gro
|
||
- selftests: udpgro: no need to load xdp for gro
|
||
- !13374 netdevsim: fix rtnetlink.sh selftest
|
||
- netdevsim: fix rtnetlink.sh selftest
|
||
- !13357 x86/selftests: Skip the tests if prerequisites aren't fulfilled
|
||
- x86/selftests: Skip the tests if prerequisites aren't fulfilled
|
||
- !13248 [OLK-6.6][Backport] selftests/mount_setattr: fix idmap_mount_tree_invalid failed to run
|
||
- selftests/mount_setattr: fix idmap_mount_tree_invalid failed to run
|
||
- !13389 RDMA/hns: Fix different dgids mapping to the same dip_idx
|
||
- RDMA/hns: Fix different dgids mapping to the same dip_idx
|
||
- !13362 [openEuler-24.03-LTS][linux-6.6.y sync] Backport 6.6.47-6.6.48 LTS Conflicts Patches
|
||
- mm/numa: no task_numa_fault() call if PTE is changed
|
||
- mm/numa: no task_numa_fault() call if PMD is changed
|
||
- mm: fix endless reclaim on machines with unaccepted memory
|
||
- !13148 [OLK-6.6] [Backport] mpt3sas_scsih: don't set QUEUE_FLAG_NOMERGES
|
||
- mpt3sas_scsih: don't set QUEUE_FLAG_NOMERGES
|
||
- !13372 [OLK-6.6] Support Intel Sierra Forest CPU MAXPHYSADDR and fix KVM_STATS_TYPE_MAX
|
||
- KVM: selftests: x86: Prioritize getting max_gfn from GuestPhysBits
|
||
- KVM: x86: Advertise max mappable GPA in CPUID.0x80000008.GuestPhysBits
|
||
- kvm: fix KVM_STATS_TYPE_MAX
|
||
- !13331 MPTCP Upstream part 22
|
||
- selftests: mptcp: use KSFT_SKIP/KSFT_PASS/KSFT_FAIL
|
||
- selftests: mptcp: add mptcp_lib_verify_listener_events
|
||
- selftests: mptcp: extract mptcp_lib_check_expected
|
||
- selftests: mptcp: call test_fail without argument
|
||
- selftests: mptcp: print test results with colors
|
||
- selftests: mptcp: print test results with counters
|
||
- selftests: mptcp: add print_title in mptcp_lib
|
||
- selftests: mptcp: export TEST_COUNTER variable
|
||
- selftests: mptcp: sockopt: print every test result
|
||
- selftests: mptcp: connect: fix misaligned output
|
||
- selftests: mptcp: connect: add dedicated port counter
|
||
- selftests: mptcp: print all error messages to stdout
|
||
- mptcp: annotate a data-race around sysctl_tcp_wmem[0]
|
||
- tcp: annotate a data-race around sysctl_tcp_wmem[0]
|
||
- !13324 v2 CVE-2023-52920
|
||
- bpf: handle fake register spill to stack with BPF_ST_MEM instruction
|
||
- selftests/bpf: add stack access precision test
|
||
- bpf: Fix kabi breakage in struct bpf_verifier_state and bpf_verifier_env
|
||
- bpf: support non-r10 register spill/fill to/from stack in precision tracking
|
||
- !13321 [openEuler-24.03-LTS][linux-6.6.y sync] Backport 6.6.61-6.6.62 LTS Patches
|
||
- 9p: fix slab cache name creation for real
|
||
- mm: krealloc: Fix MTE false alarm in __do_krealloc
|
||
- bpf: Check validity of link->type in bpf_link_show_fdinfo()
|
||
- net: usb: qmi_wwan: add Fibocom FG132 0x0112 composition
|
||
- ASoC: fsl_micfil: Add sample rate constraint
|
||
- LoongArch: Use "Exception return address" to comment ERA
|
||
- ASoC: rt722-sdca: increase clk_stop_timeout to fix clock stop issue
|
||
- RISCV: KVM: use raw_spinlock for critical section in imsic
|
||
- HID: lenovo: Add support for Thinkpad X1 Tablet Gen 3 keyboard
|
||
- HID: multitouch: Add quirk for Logitech Bolt receiver w/ Casa touchpad
|
||
- fs: Fix uninitialized value issue in from_kuid and from_kgid
|
||
- ASoC: amd: yc: Fix non-functional mic on ASUS E1404FA
|
||
- ASoC: amd: yc: Add quirk for ASUS Vivobook S15 M3502RA
|
||
- bpf: Fix mismatched RCU unlock flavour in bpf_out_neigh_v6
|
||
- bpf: Add sk_is_inet and IS_ICSK check in tls_sw_has_ctx_tx/rx
|
||
- vDPA/ifcvf: Fix pci_read_config_byte() return code handling
|
||
- nvme/host: Fix RCU list traversal to use SRCU primitive
|
||
- smb: client: Fix use-after-free of network namespace.
|
||
- nvme: make keep-alive synchronous operation
|
||
- nvme-loop: flush off pending I/O while shutting down loop controller
|
||
- net: phy: mdio-bcm-unimac: Add BCM6846 support
|
||
- powerpc/powernv: Free name on error in opal_event_init()
|
||
- drm/amdkfd: Accounting pdd vram_usage for svm
|
||
- nvme-multipath: defer partition scanning
|
||
- RDMA/siw: Add sendpage_ok() check to disable MSG_SPLICE_PAGES
|
||
- drm/vmwgfx: Limit display layout ioctl array size to VMWGFX_NUM_DISPLAY_UNITS
|
||
- sound: Make CONFIG_SND depend on INDIRECT_IOMEM instead of UML
|
||
- crypto: marvell/cesa - Disable hash algorithms
|
||
- crypto: api - Fix liveliness check in crypto_alg_tested
|
||
- bpf: use kvzmalloc to allocate BPF verifier environment
|
||
- nvme: disable CC.CRIME (NVME_CC_CRIME)
|
||
- iommu/arm-smmu: Clarify MMU-500 CPRE workaround
|
||
- HID: multitouch: Add quirk for HONOR MagicBook Art 14 touchpad
|
||
- HID: multitouch: Add support for B2402FVA track point
|
||
- block: Fix elevator_get_default() checking for NULL q->tag_set
|
||
- nvme: tcp: avoid race between queue_lock lock and destroy
|
||
- irqchip/ocelot: Fix trigger register address
|
||
- selftests/bpf: Verify that sync_linked_regs preserves subreg_def
|
||
- 9p: Avoid creating multiple slab caches with the same name
|
||
- 9p: v9fs_fid_find: also lookup by inode if not found dentry
|
||
- !13335 net/hinic3: Support New SDK and NIC features
|
||
- net/hinic3: Support New SDK and NIC features
|
||
- !11561 mm: support large folio swap-out and swap-in for shmem
|
||
- mm/pageout: Fix kabi broken in writeback_control
|
||
- mm:shmem: Support large folio adjust reliable shmem usage count
|
||
- mm: shmem: support large folio swap out
|
||
- mm: shmem: split large entry if the swapin folio is not large
|
||
- mm: shmem: drop folio reference count using 'nr_pages' in shmem_delete_from_page_cache()
|
||
- mm: shmem: support large folio allocation for shmem_replace_folio()
|
||
- mm: shmem: use swap_free_nr() to free shmem swap entries
|
||
- mm: filemap: use xa_get_order() to get the swap entry order
|
||
- mm: shmem: return number of pages beeing freed in shmem_free_swap
|
||
- mm: shmem: extend shmem_partial_swap_usage() to support large folio swap
|
||
- mm: swap: extend swap_shmem_alloc() to support batch SWAP_MAP_SHMEM flag setting
|
||
- mm: swap: add nr argument in swapcache_prepare and swapcache_clear to support large folios
|
||
- mm/swapfile:__swap_duplicate: drop redundant WRITE_ONCE on swap_map for err cases
|
||
- mm: extend 'usage' parameter so that cluster_swap_free_nr() can be reused
|
||
- !13251 MPTCP Upstream part 21
|
||
- selftests: userspace pm: avoid relaunching pm events
|
||
- selftests: mptcp: simult flows: fix shellcheck warnings
|
||
- selftests: mptcp: pm netlink: fix shellcheck warnings
|
||
- selftests: mptcp: sockopt: fix shellcheck warnings
|
||
- selftests: mptcp: diag: fix shellcheck warnings
|
||
- selftests: mptcp: add mptcp_lib_events helper
|
||
- selftests: mptcp: more operations in ns_init/exit
|
||
- selftests: mptcp: add mptcp_lib_ns_init/exit helpers
|
||
- selftests: mptcp: add local variables rndh
|
||
- selftests: mptcp: add mptcp_lib_check_tools helper
|
||
- selftests: mptcp: stop forcing iptables-legacy
|
||
- !13313 fix ci compile nbl_ethtool.c warning
|
||
- Net: nebula_matrix: fix ci compile nbl_ethtool.c warning
|
||
- !13129 drm/amd/display: Add null check for pipe_ctx->plane_state in dcn20_program_pipe
|
||
- drm/amd/display: Add null check for pipe_ctx->plane_state in dcn20_program_pipe
|
||
- !13296 sched/numa: Fix the potential null pointer dereference in task_numa_work()
|
||
- sched/numa: Fix the potential null pointer dereference in task_numa_work()
|
||
- !13300 ima: fix a compilation error with ima_bprm_creds_for_exec()
|
||
- ima: fix a compilation error with ima_bprm_creds_for_exec()
|
||
- !13298 bpf, arm64: Fix address emission with tag-based KASAN enabled
|
||
- bpf, arm64: Fix address emission with tag-based KASAN enabled
|
||
- !13275 CVE-2024-46698
|
||
- firmware: sysfb: Fix reference count of sysfb parent device
|
||
- firmware/sysfb: fix an error code in sysfb_init()
|
||
- video/aperture: optionally match the device in sysfb_disable()
|
||
- firmware/sysfb: Create firmware device only for enabled PCI devices
|
||
- firmware/sysfb: Set firmware-framebuffer parent device
|
||
- of/platform: Disable sysfb if a simple-framebuffer node is found
|
||
|
||
at the end
|
||
* Tue Nov 19 2024 ZhangPeng <zhangpeng362@huawei.com> - 6.6.0-55.0.0.58
|
||
- !13235 nvmet-auth: assign dh_key to NULL after kfree_sensitive
|
||
- nvmet-auth: assign dh_key to NULL after kfree_sensitive
|
||
- !9157 [OLK-6.6] cpufreq: ACPI: add ITMT support when CPPC enabled
|
||
- Set ASYM_PACKING Flag on Zhaoxin KH-40000 platform
|
||
- cpufreq: ACPI: add ITMT support when CPPC enabled
|
||
- !13287 [openEuler-24.03-LTS][linux-6.6.y sync] Backport 6.6.60-6.6.61 LTS Patches
|
||
- vsock/virtio: Initialization of the dangling pointer occurring in vsk->trans
|
||
- hv_sock: Initializing vsk->trans to NULL to prevent a dangling pointer
|
||
- ASoC: amd: yc: fix internal mic on Xiaomi Book Pro 14 2022
|
||
- ucounts: fix counter leak in inc_rlimit_get_ucounts()
|
||
- ocfs2: remove entry once instead of null-ptr-dereference in ocfs2_xa_remove()
|
||
- irqchip/gic-v3: Force propagation of the active state with a read-back
|
||
- USB: serial: option: add Quectel RG650V
|
||
- USB: serial: option: add Fibocom FG132 0x0112 composition
|
||
- USB: serial: qcserial: add support for Sierra Wireless EM86xx
|
||
- USB: serial: io_edgeport: fix use after free in debug printk
|
||
- usb: typec: fix potential out of bounds in ucsi_ccg_update_set_new_cam_cmd()
|
||
- usb: typec: qcom-pmic: init value of hdr_len/txbuf_len earlier
|
||
- usb: dwc3: fix fault at system suspend if device was already runtime suspended
|
||
- usb: musb: sunxi: Fix accessing an released usb phy
|
||
- signal: restore the override_rlimit logic
|
||
- fs/proc: fix compile warning about variable 'vmcore_mmap_ops'
|
||
- i2c: designware: do not hold SCL low when I2C_DYNAMIC_TAR_UPDATE is not set
|
||
- filemap: Fix bounds checking in filemap_read()
|
||
- media: uvcvideo: Skip parsing frames of type UVC_VS_UNDEFINED in uvc_parse_format
|
||
- Revert "selftests/bpf: Implement get_hw_ring_size function to retrieve current and max interface size"
|
||
- Revert "wifi: mac80211: fix RCU list iterations"
|
||
- btrfs: reinitialize delayed ref list after deleting it from the list
|
||
- arm64: smccc: Remove broken support for SMCCCv1.3 SVE discard hint
|
||
- arm64: Kconfig: Make SME depend on BROKEN for now
|
||
- arm64/sve: Discard stale CPU state when handling SVE traps
|
||
- mptcp: use sock_kfree_s instead of kfree
|
||
- net: vertexcom: mse102x: Fix possible double free of TX skb
|
||
- net: wwan: t7xx: Fix off-by-one error in t7xx_dpmaif_rx_buf_alloc()
|
||
- nfs: Fix KMSAN warning in decode_getfattr_attrs()
|
||
- ALSA: usb-audio: Add quirk for HP 320 FHD Webcam
|
||
- dm-unstriped: cast an operand to sector_t to prevent potential uint32_t overflow
|
||
- dm cache: fix potential out-of-bounds access on the first resume
|
||
- dm cache: optimize dirty bit checking with find_next_bit when resizing
|
||
- dm cache: fix out-of-bounds access to the dirty bitset when resizing
|
||
- dm cache: fix flushing uninitialized delayed_work on cache_ctr error
|
||
- dm cache: correct the number of origin blocks to match the target length
|
||
- thermal/drivers/qcom/lmh: Remove false lockdep backtrace
|
||
- drm/amdgpu: prevent NULL pointer dereference if ATIF is not supported
|
||
- drm/amdgpu: Fix DPX valid mode check on GC 9.4.3
|
||
- drm/amdgpu: Adjust debugfs register access permissions
|
||
- drm/amdgpu: add missing size check in amdgpu_debugfs_gprwave_read()
|
||
- drm/amdgpu: Adjust debugfs eviction and IB access permissions
|
||
- rpmsg: glink: Handle rejected intent request better
|
||
- pwm: imx-tpm: Use correct MODULO value for EPWM mode
|
||
- ksmbd: fix slab-use-after-free in smb3_preauth_hash_rsp
|
||
- ksmbd: Fix the missing xa_store error check
|
||
- ksmbd: check outstanding simultaneous SMB operations
|
||
- ksmbd: fix slab-use-after-free in ksmbd_smb2_session_create
|
||
- can: mcp251xfd: mcp251xfd_ring_alloc(): fix coalescing configuration when switching CAN modes
|
||
- can: mcp251xfd: mcp251xfd_get_tef_len(): fix length calculation
|
||
- can: m_can: m_can_close(): don't call free_irq() for IRQ-less devices
|
||
- media: v4l2-ctrls-api: fix error handling for v4l2_g_ctrl()
|
||
- media: v4l2-tpg: prevent the risk of a division by zero
|
||
- media: pulse8-cec: fix data timestamp at pulse8_setup()
|
||
- media: cx24116: prevent overflows on SNR calculus
|
||
- media: s5p-jpeg: prevent buffer overflows
|
||
- media: ar0521: don't overflow when checking PLL values
|
||
- ASoC: SOF: sof-client-probes-ipc4: Set param_size extension bits
|
||
- ASoC: stm32: spdifrx: fix dma channel release in stm32_spdifrx_remove
|
||
- thermal/of: support thermal zones w/o trips subnode
|
||
- tools/lib/thermal: Fix sampling handler context ptr
|
||
- ALSA: firewire-lib: fix return value on fail in amdtp_tscm_init()
|
||
- scsi: sd_zbc: Use kvzalloc() to allocate REPORT ZONES buffer
|
||
- media: adv7604: prevent underflow condition when reporting colorspace
|
||
- media: dvb_frontend: don't play tricks with underflow values
|
||
- media: dvbdev: prevent the risk of out of memory access
|
||
- media: stb0899_algo: initialize cfr before using it
|
||
- Revert "ALSA: hda/conexant: Mute speakers at suspend / shutdown"
|
||
- drivers: net: ionic: add missed debugfs cleanup to ionic_probe() error path
|
||
- rxrpc: Fix missing locking causing hanging calls
|
||
- net: arc: rockchip: fix emac mdio node support
|
||
- net: arc: fix the device for dma_map_single/dma_unmap_single
|
||
- virtio_net: Add hash_key_length check
|
||
- netfilter: nf_tables: wait for rcu grace period on net_device removal
|
||
- netfilter: nf_tables: pass nft_chain to destroy function, not nft_ctx
|
||
- netfilter: nf_tables: cleanup documentation
|
||
- net: stmmac: Fix unbalanced IRQ wake disable warning on single irq case
|
||
- net: phy: ti: add PHY_RST_AFTER_CLK_EN flag
|
||
- net: hns3: fix kernel crash when uninstalling driver
|
||
- e1000e: Remove Meteor Lake SMBUS workarounds
|
||
- i40e: fix race condition by adding filter's intermediate sync state
|
||
- ice: change q_index variable type to s16 to store -1 value
|
||
- can: c_can: fix {rx,tx}_errors statistics
|
||
- net: enetc: allocate vf_state during PF probes
|
||
- sctp: properly validate chunk size in sctp_sf_ootb()
|
||
- dt-bindings: net: xlnx,axi-ethernet: Correct phy-mode property value
|
||
- net: enetc: set MAC address to the VF net_device
|
||
- regulator: rtq2208: Fix uninitialized use of regulator_config
|
||
- nfs: avoid i_lock contention in nfs_clear_invalid_mapping
|
||
- NFSv3: only use NFS timeout for MOUNT when protocols are compatible
|
||
- sunrpc: handle -ENOTCONN in xs_tcp_setup_socket()
|
||
- platform/x86/amd/pmc: Detect when STB is not available
|
||
- HID: core: zero-initialize the report buffer
|
||
- arm64: dts: rockchip: Correct GPIO polarity on brcm BT nodes
|
||
- ARM: dts: rockchip: Fix the realtek audio codec on rk3036-kylin
|
||
- ARM: dts: rockchip: Fix the spi controller on rk3036
|
||
- ARM: dts: rockchip: drop grf reference from rk3036 hdmi
|
||
- ARM: dts: rockchip: fix rk3036 acodec node
|
||
- arm64: dts: rockchip: remove orphaned pinctrl-names from pinephone pro
|
||
- firmware: arm_scmi: Fix slab-use-after-free in scmi_bus_notifier()
|
||
- arm64: dts: imx8mp: correct sdhc ipg clk
|
||
- arm64: dts: imx8-ss-vpu: Fix imx8qm VPU IRQs
|
||
- arm64: dts: imx8qxp: Add VPU subsystem file
|
||
- arm64: dts: rockchip: remove num-slots property from rk3328-nanopi-r2s-plus
|
||
- arm64: dts: rockchip: Fix LED triggers on rk3308-roc-cc
|
||
- arm64: dts: rockchip: Remove #cooling-cells from fan on Theobroma lion
|
||
- arm64: dts: rockchip: Remove undocumented supports-emmc property
|
||
- arm64: dts: rockchip: Add DTS for FriendlyARM NanoPi R2S Plus
|
||
- arm64: dts: rockchip: Fix bluetooth properties on Rock960 boards
|
||
- arm64: dts: rockchip: Fix bluetooth properties on rk3566 box demo
|
||
- arm64: dts: rockchip: fix i2c2 pinctrl-names property on anbernic-rg353p/v
|
||
- arm64: dts: rockchip: Fix reset-gpios property on brcm BT nodes
|
||
- arm64: dts: rockchip: Fix wakeup prop names on PineNote BT node
|
||
- arm64: dts: rockchip: Remove hdmi's 2nd interrupt on rk3328
|
||
- arm64: dts: rockchip: Fix rt5651 compatible value on rk3399-sapphire-excavator
|
||
- arm64: dts: rockchip: Fix rt5651 compatible value on rk3399-eaidk-610
|
||
- !13269 Revert "Loongarch: Dynamic enable writecombine"
|
||
- Revert "Loongarch: Dynamic enable writecombine"
|
||
- !13193 fix CVE-2024-50115
|
||
- KVM: nSVM: Ignore nCR3[4:0] when loading PDPTEs from memory
|
||
- !13179 bpf: Use raw_spinlock_t in ringbuf
|
||
- bpf: Use raw_spinlock_t in ringbuf
|
||
- !13263 bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of error
|
||
- bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of error
|
||
- !12249 Bluetooth: btnxpuart: Fix Null pointer dereference in btnxpuart_flush()
|
||
- Bluetooth: btnxpuart: Fix Null pointer dereference in btnxpuart_flush()
|
||
- !13259 v2 mm, mmap: limit THP alignment of anonymous mappings to PMD-aligned sizes
|
||
- mm: enable PMD anouymous mapping by default
|
||
- mm, mmap: limit THP alignment of anonymous mappings to PMD-aligned sizes
|
||
- !13215 fork: do not expose incomplete mm on fork
|
||
- fork: only invoke khugepaged, ksm hooks if no error
|
||
- fork: do not invoke uffd on fork if error occurs
|
||
- mm/ksm: remove redundant code in ksm_fork
|
||
- !13047 virtcca feature :SM Cryptographic Acceleration
|
||
- virtcca feature : SM Cryptographic Aacceleration.
|
||
- !13210 Script execution control
|
||
- fix kabi breakage due to exec is_check
|
||
- IMA support script execution check
|
||
- exec: Add a new AT_CHECK flag to execveat(2)
|
||
- uselib: remove use of __FMODE_EXEC
|
||
- exec: Check __FMODE_EXEC instead of in_execve for LSMs
|
||
- execve: open the executable file before doing anything else
|
||
- !13257 IMA RoT
|
||
- ima: rot: Adapt VirtCCA into Rot
|
||
- ima: Rename ima_cvm to ima_virtcca
|
||
- ima: rot: Make RoT kick in
|
||
- ima: rot: Prepare TPM as an RoT
|
||
- ima: rot: Introduce basic framework
|
||
- !13240 virtcca feature: support transfer smmu_vmid to tmm
|
||
- virtcca feature : transfer smmu_vmid
|
||
- !13244 [openEuler-24.03-LTS][linux-6.6.y sync] Backport 6.6.59-6.6.60 LTS Patches
|
||
- fs/ntfs3: Sequential field availability check in mi_enum_attr()
|
||
- ASoC: SOF: ipc4-control: Add support for ALSA enum control
|
||
- ASoC: SOF: ipc4-control: Add support for ALSA switch control
|
||
- ASoC: SOF: ipc4-topology: Add definition for generic switch/enum control
|
||
- SUNRPC: Remove BUG_ON call sites
|
||
- mtd: spi-nor: winbond: fix w25q128 regression
|
||
- wifi: iwlwifi: mvm: fix 6 GHz scan construction
|
||
- nilfs2: fix kernel bug due to missing clearing of checked flag
|
||
- wifi: mac80211: fix NULL dereference at band check in starting tx ba session
|
||
- arm64: dts: imx8ulp: correct the flexspi compatible string
|
||
- vmscan,migrate: fix page count imbalance on node stats when demoting pages
|
||
- io_uring/rw: fix missing NOWAIT check for O_DIRECT start write
|
||
- kasan: remove vmalloc_percpu test
|
||
- nvmet-auth: assign dh_key to NULL after kfree_sensitive
|
||
- ALSA: hda/realtek: Fix headset mic on TUXEDO Stellaris 16 Gen6 mb1
|
||
- ALSA: hda/realtek: Fix headset mic on TUXEDO Gemini 17 Gen3
|
||
- xfs: fix finding a last resort AG in xfs_filestream_pick_ag
|
||
- mctp i2c: handle NULL header address
|
||
- ocfs2: pass u64 to ocfs2_truncate_inline maybe overflow
|
||
- x86/traps: move kmsan check after instrumentation_begin
|
||
- x86/traps: Enable UBSAN traps on x86
|
||
- mm/page_alloc: let GFP_ATOMIC order-0 allocs access highatomic reserves
|
||
- mei: use kvmalloc for read buffer
|
||
- mptcp: init: protect sched with rcu_read_lock
|
||
- iov_iter: fix copy_page_from_iter_atomic() if KMAP_LOCAL_FORCE_MAP
|
||
- cxl/acpi: Ensure ports ready at cxl_acpi_probe() return
|
||
- cxl/port: Fix cxl_bus_rescan() vs bus_rescan_devices()
|
||
- riscv: Remove duplicated GET_RM
|
||
- riscv: Remove unused GENERATING_ASM_OFFSETS
|
||
- riscv: Use '%u' to format the output of 'cpu'
|
||
- riscv: efi: Set NX compat flag in PE/COFF header
|
||
- ALSA: hda/realtek: Limit internal Mic boost on Dell platform
|
||
- Input: edt-ft5x06 - fix regmap leak when probe fails
|
||
- riscv: vdso: Prevent the compiler from inserting calls to memset()
|
||
- spi: spi-fsl-dspi: Fix crash when not using GPIO chip select
|
||
- phy: freescale: imx8m-pcie: Do CMN_RST just before PHY PLL lock check
|
||
- block: fix sanity checks in blk_rq_map_user_bvec
|
||
- mmc: sdhci-pci-gli: GL9767: Fix low power mode in the SD Express process
|
||
- mmc: sdhci-pci-gli: GL9767: Fix low power mode on the set clock function
|
||
- cxl/port: Fix use-after-free, permit out-of-order decoder shutdown
|
||
- thunderbolt: Honor TMU requirements in the domain when setting TMU mode
|
||
- tools/mm: -Werror fixes in page-types/slabinfo
|
||
- mm: shmem: fix data-race in shmem_getattr()
|
||
- RISC-V: ACPI: fix early_ioremap to early_memremap
|
||
- nilfs2: fix potential deadlock with newly created symlinks
|
||
- iio: light: veml6030: fix microlux value calculation
|
||
- iio: gts-helper: Fix memory leaks in iio_gts_build_avail_scale_table()
|
||
- iio: gts-helper: Fix memory leaks for the error path of iio_gts_build_avail_scale_table()
|
||
- iio: adc: ad7124: fix division by zero in ad7124_set_channel_odr()
|
||
- staging: iio: frequency: ad9832: fix division by zero in ad9832_calc_freqreg()
|
||
- wifi: iwlegacy: Clear stale interrupts before resuming device
|
||
- wifi: cfg80211: clear wdev->cqm_config pointer on free
|
||
- wifi: ath10k: Fix memory leak in management tx
|
||
- wifi: mac80211: do not pass a stopped vif to the driver in .get_txpower
|
||
- Revert "selftests/mm: replace atomic_bool with pthread_barrier_t"
|
||
- Revert "selftests/mm: fix deadlock for fork after pthread_create on ARM"
|
||
- Revert "driver core: Fix uevent_show() vs driver detach race"
|
||
- xhci: Use pm_runtime_get to prevent RPM on unsupported systems
|
||
- phy: qcom: qmp-usb-legacy: fix NULL-deref on runtime suspend
|
||
- phy: qcom: qmp-usb: fix NULL-deref on runtime suspend
|
||
- usb: typec: qcom-pmic-typec: use fwnode_handle_put() to release fwnodes
|
||
- usb: typec: fix unreleased fwnode_handle in typec_port_register_altmodes()
|
||
- usb: phy: Fix API devm_usb_put_phy() can not release the phy
|
||
- usbip: tools: Fix detach_port() invalid port error path
|
||
- ALSA: usb-audio: Add quirks for Dell WD19 dock
|
||
- USB: gadget: dummy-hcd: Fix "task hung" problem
|
||
- usb: gadget: dummy_hcd: execute hrtimer callback in softirq context
|
||
- usb: gadget: dummy_hcd: Set transfer interval to 1 microframe
|
||
- usb: gadget: dummy_hcd: Switch to hrtimer transfer scheduler
|
||
- misc: sgi-gru: Don't disable preemption in GRU driver
|
||
- NFS: remove revoked delegation from server's delegation list
|
||
- net: amd: mvme147: Fix probe banner message
|
||
- thermal: intel: int340x: processor: Add MMIO RAPL PL4 support
|
||
- thermal: intel: int340x: processor: Remove MMIO RAPL CPU hotplug support
|
||
- cifs: Fix creating native symlinks pointing to current or parent directory
|
||
- cifs: Improve creating native symlinks pointing to directory
|
||
- scsi: scsi_transport_fc: Allow setting rport state to current state
|
||
- fs/ntfs3: Additional check in ntfs_file_release
|
||
- fs/ntfs3: Fix general protection fault in run_is_mapped_full
|
||
- fs/ntfs3: Additional check in ni_clear()
|
||
- fs/ntfs3: Fix possible deadlock in mi_read
|
||
- fs/ntfs3: Add rough attr alloc_size check
|
||
- fs/ntfs3: Stale inode instead of bad
|
||
- fs/ntfs3: Fix warning possible deadlock in ntfs_set_state
|
||
- fs/ntfs3: Check if more than chunk-size bytes are written
|
||
- ntfs3: Add bounds checking to mi_enum_attr()
|
||
- cxl/events: Fix Trace DRAM Event Record
|
||
- smb: client: set correct device number on nfs reparse points
|
||
- ACPI: CPPC: Make rmw_lock a raw_spin_lock
|
||
- afs: Fix missing subdir edit when renamed between parent dirs
|
||
- afs: Automatically generate trace tag enums
|
||
- kasan: Fix Software Tag-Based KASAN with GCC
|
||
- iomap: turn iomap_want_unshare_iter into an inline function
|
||
- fsdax: dax_unshare_iter needs to copy entire blocks
|
||
- fsdax: remove zeroing code from dax_unshare_iter
|
||
- iomap: share iomap_unshare_iter predicate code with fsdax
|
||
- iomap: don't bother unsharing delalloc extents
|
||
- iomap: improve shared block detection in iomap_unshare_iter
|
||
- bpf, test_run: Fix LIVE_FRAME frame update after a page has been recycled
|
||
- netfilter: nft_payload: sanitize offset and length before calling skb_checksum()
|
||
- mlxsw: spectrum_ipip: Fix memory leak when changing remote IPv6 address
|
||
- mlxsw: spectrum_ptp: Add missing verification before pushing Tx header
|
||
- net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extension
|
||
- Bluetooth: hci: fix null-ptr-deref in hci_read_supported_codecs
|
||
- netfilter: nf_reject_ipv6: fix potential crash in nf_send_reset6()
|
||
- netfilter: Fix use-after-free in get_info()
|
||
- net: fix crash when config small gso_max_size/gso_ipv4_max_size
|
||
- bpf: Fix out-of-bounds write in trie_get_next_key()
|
||
- netdevsim: Add trailing zero to terminate the string in nsim_nexthop_bucket_activity_write()
|
||
- bpf: Force checkpoint when jmp history is too long
|
||
- selftests/bpf: Add bpf_percpu_obj_{new,drop}() macro in bpf_experimental.h
|
||
- net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOT
|
||
- gtp: allow -1 to be specified as file description from userspace
|
||
- ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_init_flow()
|
||
- net: stmmac: TSO: Fix unbalanced DMA map/unmap for non-paged SKB data
|
||
- net: stmmac: dwmac4: Fix high address display by updating reg_space[] from register values
|
||
- macsec: Fix use-after-free while sending the offloading packet
|
||
- ASoC: cs42l51: Fix some error handling paths in cs42l51_probe()
|
||
- wifi: iwlwifi: mvm: don't add default link in fw restart flow
|
||
- wifi: iwlwifi: mvm: Fix response handling in iwl_mvm_send_recovery_cmd()
|
||
- wifi: iwlwifi: mvm: disconnect station vifs if recovery failed
|
||
- RDMA/bnxt_re: synchronize the qp-handle table array
|
||
- RDMA/bnxt_re: Fix the usage of control path spin locks
|
||
- RDMA/mlx5: Round max_rd_atomic/max_dest_rd_atomic up instead of down
|
||
- RDMA/cxgb4: Dump vendor specific QP details
|
||
- wifi: brcm80211: BRCM_TRACING should depend on TRACING
|
||
- wifi: ath11k: Fix invalid ring usage in full monitor mode
|
||
- wifi: mac80211: skip non-uploaded keys in ieee80211_iter_keys
|
||
- mac80211: MAC80211_MESSAGE_TRACING should depend on TRACING
|
||
- wifi: iwlegacy: Fix "field-spanning write" warning in il_enqueue_hcmd()
|
||
- spi: geni-qcom: Fix boot warning related to pm_runtime and devres
|
||
- cgroup: Fix potential overflow issue when checking max_depth
|
||
- Input: xpad - add support for 8BitDo Ultimate 2C Wireless Controller
|
||
- Input: xpad - sort xpad_device by vendor and product ID
|
||
- thermal: core: Free tzp copy along with the thermal zone
|
||
- thermal: core: Rework thermal zone availability check
|
||
- thermal: core: Make thermal_zone_device_unregister() return after freeing the zone
|
||
- !9721 drm: vc4: Fix possible null pointer dereference
|
||
- drm: vc4: Fix possible null pointer dereference
|
||
- !12376 wifi: mac80211: fix NULL dereference at band check in starting tx ba session
|
||
- wifi: mac80211: fix NULL dereference at band check in starting tx ba session
|
||
- !13140 CVE-2024-50056
|
||
- usb: gadget: uvc: Fix ERR_PTR dereference in uvc_v4l2.c
|
||
- usb: gadget: uvc: fix try format returns on uncompressed formats
|
||
- !13180 Add objtool, orc and livepatch support for LoongArch
|
||
- LoongArch: Update Loongson-3 default config file
|
||
- compiler.h: specify correct attribute for .rodata..c_jump_table
|
||
- LoongArch: Set AS_HAS_THIN_ADD_SUB as y if AS_IS_LLVM
|
||
- LoongArch: Enable objtool for Clang
|
||
- objtool: Handle frame pointer related instructions
|
||
- LoongArch: Add ifdefs to fix LSX and LASX related warnings
|
||
- LoongArch: Only allow OBJTOOL & ORC unwinder if toolchain supports -mthin-add-sub
|
||
- LoongArch: Add kernel livepatching support
|
||
- LoongArch: Fix definition of ftrace_regs_set_instruction_pointer()
|
||
- LoongArch: Add ORC stack unwinder support
|
||
- objtool: Check local label in read_unwind_hints()
|
||
- objtool: Check local label in add_dead_ends()
|
||
- objtool/LoongArch: Enable orc to be built
|
||
- objtool/x86: Separate arch-specific and generic parts
|
||
- objtool/LoongArch: Implement instruction decoder
|
||
- objtool/LoongArch: Enable objtool to be built
|
||
- !13131 [OLK-6.6][Backport] exec: don't WARN for racy path_noexec check
|
||
- exec: don't WARN for racy path_noexec check
|
||
- Revert "exec: Remove redundant check in do_open_execat/uselib"
|
||
- !13192 net/ncsi: Disable the ncsi work before freeing the associated structure
|
||
- net/ncsi: Disable the ncsi work before freeing the associated structure
|
||
- !13079 serial: core: Fix atomicity violation in uart_tiocmget
|
||
- serial: core: Fix atomicity violation in uart_tiocmget
|
||
- !13074 selinux: clarify return code in filename_trans_read_helper_compat()
|
||
- selinux: clarify return code in filename_trans_read_helper_compat()
|
||
- !12431 [olk 6.6] net: hibmcge: add support for hibmcge driver
|
||
- net: hibmcge: Add maintainer for hibmcge
|
||
- net: hns3/hns: Update the maintainer for the HNS3/HNS ethernet driver
|
||
- net: hibmcge: Add a Makefile and update Kconfig for hibmcge
|
||
- net: hibmcge: Implement some ethtool_ops functions
|
||
- net: hibmcge: Implement rx_poll function to receive packets
|
||
- net: hibmcge: Implement .ndo_start_xmit function
|
||
- net: hibmcge: Implement some .ndo functions
|
||
- net: hibmcge: Add interrupt supported in this module
|
||
- net: hibmcge: Add mdio and hardware configuration supported in this module
|
||
- net: hibmcge: Add read/write registers supported through the bar space
|
||
- net: hibmcge: Add pci table supported in this module
|
||
- !13189 [openEuler-24.03-LTS][linux-6.6.y sync] Backport 6.6.58-6.6.59 LTS Patches
|
||
- xfrm: validate new SA's prefixlen using SA family when sel.family is unset
|
||
- RDMA/bnxt_re: Fix unconditional fence for newer adapters
|
||
- RDMA/bnxt_re: Avoid creating fence MR for newer adapters
|
||
- RDMA/bnxt_re: Fix the offset for GenP7 adapters for user applications
|
||
- ACPI: PRM: Clean up guid type in struct prm_handler_info
|
||
- platform/x86: dell-wmi: Ignore suspend notifications
|
||
- ASoC: qcom: Fix NULL Dereference in asoc_qcom_lpass_cpu_platform_probe()
|
||
- ata: libata: Set DID_TIME_OUT for commands that actually timed out
|
||
- net: phy: dp83822: Fix reset pin definitions
|
||
- selinux: improve error checking in sel_write_load()
|
||
- drm/amd/display: Disable PSR-SU on Parade 08-01 TCON too
|
||
- hv_netvsc: Fix VF namespace also in synthetic NIC NETDEV_REGISTER event
|
||
- xfrm: fix one more kernel-infoleak in algo dumping
|
||
- LoongArch: Make KASAN usable for variable cpu_vabits
|
||
- LoongArch: Enable IRQ if do_ale() triggered in irq-enabled context
|
||
- LoongArch: Get correct cores_per_package for SMT systems
|
||
- ALSA: hda/realtek: Add subwoofer quirk for Acer Predator G9-593
|
||
- ALSA: hda/tas2781: select CRC32 instead of CRC32_SARWATE
|
||
- x86/lam: Disable ADDRESS_MASKING in most cases
|
||
- KVM: arm64: Don't eagerly teardown the vgic on init error
|
||
- KVM: arm64: Fix shift-out-of-bounds bug
|
||
- KVM: nSVM: Ignore nCR3[4:0] when loading PDPTEs from memory
|
||
- openat2: explicitly return -E2BIG for (usize > PAGE_SIZE)
|
||
- nilfs2: fix kernel bug due to missing clearing of buffer delay flag
|
||
- ACPI: button: Add DMI quirk for Samsung Galaxy Book2 to fix initial lid detection issue
|
||
- ACPI: PRM: Find EFI_MEMORY_RUNTIME block for PRM handler and context
|
||
- ACPI: resource: Add LG 16T90SP to irq1_level_low_skip_override[]
|
||
- drm/amd: Guard against bad data for ATIF ACPI method
|
||
- btrfs: zoned: fix zone unusable accounting for freed reserved extent
|
||
- btrfs: fix passing 0 to ERR_PTR in btrfs_search_dir_index_item()
|
||
- cpufreq: CPPC: fix perf_to_khz/khz_to_perf conversion exception
|
||
- cpufreq/cppc: Move and rename cppc_cpufreq_{perf_to_khz|khz_to_perf}()
|
||
- ALSA: hda/realtek: Update default depop procedure
|
||
- powercap: dtpm_devfreq: Fix error check against dev_pm_qos_add_request()
|
||
- ALSA: firewire-lib: Avoid division by zero in apply_constraint_to_size()
|
||
- ASoC: fsl_micfil: Add a flag to distinguish with different volume control types
|
||
- ASoC: rsnd: Fix probe failure on HiHope boards due to endpoint parsing
|
||
- ASoC: max98388: Fix missing increment of variable slot_found
|
||
- ASoC: loongson: Fix component check failed on FDT systems
|
||
- ASoC: dt-bindings: davinci-mcasp: Fix interrupt properties
|
||
- ASoC: dt-bindings: davinci-mcasp: Fix interrupts property
|
||
- net: dsa: mv88e6xxx: support 4000ps cycle counter period
|
||
- net: dsa: mv88e6xxx: read cycle counter period from hardware
|
||
- net: dsa: mv88e6xxx: group cycle counter coefficients
|
||
- bpf,perf: Fix perf_event_detach_bpf_prog error handling
|
||
- Bluetooth: ISO: Fix UAF on iso_sock_timeout
|
||
- Bluetooth: SCO: Fix UAF on sco_sock_timeout
|
||
- posix-clock: posix-clock: Fix unbalanced locking in pc_clock_settime()
|
||
- r8169: avoid unsolicited interrupts
|
||
- net: sched: use RCU read-side critical section in taprio_dump()
|
||
- net: sched: fix use-after-free in taprio_change()
|
||
- net/sched: act_api: deny mismatched skip_sw/skip_hw flags for actions created by classifiers
|
||
- bpf: Simplify checking size of helper accesses
|
||
- net: usb: usbnet: fix name regression
|
||
- net: fix races in netdev_tx_sent_queue()/dev_watchdog()
|
||
- net/sched: adjust device watchdog timer to detect stopped queue at right time
|
||
- net: wwan: fix global oob in wwan_rtnl_policy
|
||
- netfilter: xtables: fix typo causing some targets not to load on IPv6
|
||
- fsl/fman: Fix refcount handling of fman-related devices
|
||
- fsl/fman: Save device references taken in mac_probe()
|
||
- net: dsa: mv88e6xxx: Fix error when setting port policy on mv88e6393x
|
||
- net: plip: fix break; causing plip to never transmit
|
||
- be2net: fix potential memory leak in be_xmit()
|
||
- net/sun3_82586: fix potential memory leak in sun3_82586_send_packet()
|
||
- netfilter: bpf: must hold reference on net namespace
|
||
- xfrm: respect ip protocols rules criteria when performing dst lookups
|
||
- xfrm: extract dst lookup parameters into a struct
|
||
- tracing/probes: Fix MAX_TRACE_ARGS limit handling
|
||
- jfs: Fix sanity check in dbMount
|
||
- LoongArch: Don't crash in stack_top() for tasks without vDSO
|
||
- platform/x86: dell-sysman: add support for alienware products
|
||
- cifs: Validate content of NFS reparse point buffer
|
||
- ASoC: qcom: sm8250: add qrb4210-rb2-sndcard compatible string
|
||
- udf: fix uninit-value use in udf_get_fileshortad
|
||
- udf: refactor inode_bmap() to handle error
|
||
- udf: refactor udf_next_aext() to handle error
|
||
- udf: refactor udf_current_aext() to handle error
|
||
- arm64: Force position-independent veneers
|
||
- ASoC: fsl_sai: Enable 'FIFO continue on error' FCONT bit
|
||
- ASoC: codecs: lpass-rx-macro: add missing CDC_RX_BCL_VBAT_RF_PROC2 to default regs values
|
||
- ASoC: amd: yc: Add quirk for HP Dragonfly pro one
|
||
- drm/vboxvideo: Replace fake VLA at end of vbva_mouse_pointer_shape with real VLA
|
||
- tracing/probes: cleanup: Set trace_probe::nr_args at trace_probe_init
|
||
- tracing/fprobe-event: cleanup: Fix a wrong comment in fprobe event
|
||
- usb: dwc3: core: Fix system suspend on TI AM62 platforms
|
||
- XHCI: Separate PORT and CAPs macros into dedicated file
|
||
- usb: gadget: f_uac2: fix return value for UAC2_ATTRIBUTE_STRING store
|
||
- usb: gadget: f_uac2: fix non-newline-terminated function name
|
||
- usb: gadget: f_uac2: Replace snprintf() with the safer scnprintf() variant
|
||
- xhci: dbc: honor usb transfer size boundaries.
|
||
- xhci: dbgtty: use kfifo from tty_port struct
|
||
- xhci: dbgtty: remove kfifo_out() wrapper
|
||
- iio: adc: ti-lmp92064: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
|
||
- cdrom: Avoid barrier_nospec() in cdrom_ioctl_media_changed()
|
||
- bpf: Fix iter/task tid filtering
|
||
- nvme-pci: fix race condition between reset and nvme_dev_disable()
|
||
- nvme-pci: set doorbell config before unquiescing
|
||
- riscv, bpf: Make BPF_CMPXCHG fully ordered
|
||
- bpf, vsock: Drop static vsock_bpf_prot initialization
|
||
- vsock: Update msg_count on read_skb()
|
||
- vsock: Update rx_bytes on read_skb()
|
||
- bpf, sockmap: SK_DROP on attempted redirects of unsupported af_vsock
|
||
- net/mlx5: Unregister notifier on eswitch init failure
|
||
- net/mlx5: Fix command bitmask initialization
|
||
- net/mlx5: Check for invalid vector index on EQ creation
|
||
- vmxnet3: Fix packet corruption in vmxnet3_xdp_xmit_frame
|
||
- Bluetooth: bnep: fix wild-memory-access in proto_unregister
|
||
- bpf: Fix link info netfilter flags to populate defrag flag
|
||
- s390: Initialize psw mask in perf_arch_fetch_caller_regs()
|
||
- usb: typec: altmode should keep reference to parent
|
||
- smb: client: fix OOBs when building SMB2_IOCTL request
|
||
- scsi: target: core: Fix null-ptr-deref in target_alloc_device()
|
||
- net: ravb: Only advertise Rx/Tx timestamps if hardware supports it
|
||
- ravb: Remove setting of RX software timestamp
|
||
- genetlink: hold RCU in genlmsg_mcast()
|
||
- net: dsa: mv88e6xxx: Fix the max_vid definition for the MV88E6361
|
||
- tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink().
|
||
- net: bcmasp: fix potential memory leak in bcmasp_xmit()
|
||
- drm/msm/dpu: don't always program merge_3d block
|
||
- irqchip/renesas-rzg2l: Fix missing put_device
|
||
- irqchip/renesas-rzg2l: Add support for suspend to RAM
|
||
- irqchip/renesas-rzg2l: Document structure members
|
||
- irqchip/renesas-rzg2l: Align struct member names to tabs
|
||
- net: systemport: fix potential memory leak in bcm_sysport_xmit()
|
||
- bpf: Fix truncation bug in coerce_reg_to_size_sx()
|
||
- net: xilinx: axienet: fix potential memory leak in axienet_start_xmit()
|
||
- net/smc: Fix searching in list of known pnetids in smc_pnet_add_pnetid
|
||
- net: ethernet: aeroflex: fix potential memory leak in greth_start_xmit_gbit()
|
||
- netdevsim: use cond_resched() in nsim_dev_trap_report_work()
|
||
- macsec: don't increment counters for an unrelated SA
|
||
- drm/amd/amdgpu: Fix double unlock in amdgpu_mes_add_ring
|
||
- octeontx2-af: Fix potential integer overflows on integer shifts
|
||
- net: stmmac: dwmac-tegra: Fix link bring-up sequence
|
||
- net: usb: usbnet: fix race in probe failure
|
||
- net/smc: Fix memory leak when using percpu refs
|
||
- firmware: arm_scmi: Queue in scmi layer for mailbox implementation
|
||
- drm/msm: Allocate memory for disp snapshot with kvzalloc()
|
||
- drm/msm/dsi: fix 32-bit signed integer extension in pclk_rate calculation
|
||
- drm/msm/dsi: improve/fix dsc pclk calculation
|
||
- drm/msm/dpu: check for overflow in _dpu_crtc_setup_lm_bounds()
|
||
- drm/msm/dpu: make sure phys resources are properly initialized
|
||
- accel/qaic: Fix the for loop used to walk SG table
|
||
- RDMA/bnxt_re: Fix the GID table length
|
||
- RDMA/bnxt_re: Update the BAR offsets
|
||
- RDMA/bnxt_re: Fix a bug while setting up Level-2 PBL pages
|
||
- RDMA/bnxt_re: Return more meaningful error
|
||
- RDMA/bnxt_re: Fix out of bound check
|
||
- RDMA/bnxt_re: Fix the max CQ WQEs for older adapters
|
||
- RDMA/bnxt_re: Support new 5760X P7 devices
|
||
- ipv4: give an IPv4 dev to blackhole_netdev
|
||
- RDMA/srpt: Make slab cache names unique
|
||
- RDMA/irdma: Fix misspelling of "accept*"
|
||
- RDMA/cxgb4: Fix RDMA_CM_EVENT_UNREACHABLE error for iWARP
|
||
- firmware: arm_scmi: Fix the double free in scmi_debugfs_common_setup()
|
||
- ALSA: hda/cs8409: Fix possible NULL dereference
|
||
- selftests/bpf: Fix cross-compiling urandom_read
|
||
- drm/vmwgfx: Handle possible ENOMEM in vmw_stdu_connector_atomic_check
|
||
- iio: frequency: admv4420: fix missing select REMAP_SPI in Kconfig
|
||
- iio: frequency: {admv4420,adrf6780}: format Kconfig entries
|
||
- bpf: fix kfunc btf caching for modules
|
||
- s390/pci: Handle PCI error codes other than 0x3a
|
||
- selftests/bpf: fix perf_event link info name_len assertion
|
||
- selftests/bpf: Add cookies check for perf_event fill_link_info test
|
||
- selftests/bpf: Use bpf_link__destroy in fill_link_info tests
|
||
- ARM: dts: bcm2837-rpi-cm3-io3: Fix HDMI hpd-gpio pin
|
||
- RDMA/core: Fix ENODEV error for iWARP test over vlan
|
||
- RDMA/bnxt_re: Add a check for memory allocation
|
||
- RDMA/bnxt_re: Fix incorrect AVID type in WQE structure
|
||
- RDMA/bnxt_re: Fix a possible memory leak
|
||
- bpf: Fix memory leak in bpf_core_apply
|
||
- lib/Kconfig.debug: fix grammar in RUST_BUILD_ASSERT_ALLOW
|
||
- cpufreq/amd-pstate: Fix amd_pstate mode switch on shared memory systems
|
||
- bpf: devmap: provide rxq after redirect
|
||
- bpf: Make sure internal and UAPI bpf_redirect flags don't overlap
|
||
- iio: accel: bma400: Fix uninitialized variable field_value in tap event handling.
|
||
|
||
* Wed Nov 13 2024 ZhangPeng <zhangpeng362@huawei.com> - 6.6.0-54.0.0.57
|
||
- !12859 intel: backport GNR and SRF intel_idle fix for 6.6
|
||
- intel_idle: fix ACPI _CST matching for newer Xeon platforms
|
||
- intel_idle: add Granite Rapids Xeon support
|
||
- !13172 sched: smart_grid: Prevent double-free in sched_grid_qos_free
|
||
- sched: smart_grid: Prevent double-free in sched_grid_qos_free
|
||
- !13181 drm/msm: Avoid NULL dereference in msm_disp_state_print_regs()
|
||
- drm/msm: Avoid NULL dereference in msm_disp_state_print_regs()
|
||
- !13161 Some patches of RDMA from Linux to olk-6.6
|
||
- RDMA/hns: Fix NULL pointer derefernce in hns_roce_map_mr_sg()
|
||
- RDMA/hns: Fix out-of-order issue of requester when setting FENCE
|
||
- !13133 CVE-2024-50145
|
||
- octeon_ep: Add SKB allocation failures handling in __octep_oq_process_rx()
|
||
- octeon_ep: Implement helper for iterating packets in Rx queue
|
||
- !13142 tracing: Consider the NULL character when validating the event length
|
||
- tracing: Consider the NULL character when validating the event length
|
||
- !13137 drm/amd/display: Check null pointers before multiple uses
|
||
- drm/amd/display: Check null pointers before multiple uses
|
||
- !13120 smb: client: fix possible double free in smb2_set_ea()
|
||
- smb: client: fix possible double free in smb2_set_ea()
|
||
- !13096 Update ASPM sysfs on MFD function removal to avoid use-after-free
|
||
- PCI/ASPM: Update ASPM sysfs on MFD function removal to avoid use-after-free
|
||
- !12877 Revert "LoongArch: Add workaround for 3C6000 about io wr/rd"
|
||
- Revert "LoongArch: Add workaround for 3C6000 about io wr/rd"
|
||
- !12886 LoongArch: disable cpufreq driver
|
||
- LoongArch: disable cpufreq driver
|
||
- cpufreq: loongson3-acpi: Initialize scaling_cur_freq correctly
|
||
- !12840 drm/loongson: use old version of ast driver for LoongArch platform
|
||
- drm/loongson: use old version of ast driver for LoongArch platform
|
||
- !12496 LoongArch: add loongson SE support
|
||
- LoongArch: add loongson SE SDF support
|
||
- dt-bindings: security: add loongson_se
|
||
- !12492 LoongArch: Add AVEC irqchip support
|
||
- LoongArch: Add AVEC irqchip support
|
||
- !13111 MPTCP Upstream part 20
|
||
- mptcp: drop lookup_by_id in lookup_addr
|
||
- mptcp: set error messages for set_flags
|
||
- mptcp: update set_flags interfaces
|
||
- mptcp: drop duplicate header inclusions
|
||
- !13110 MPTCP Upstream part 19
|
||
- selftests: mptcp: add token for get_addr
|
||
- mptcp: get addr in userspace pm list
|
||
- mptcp: implement mptcp_userspace_pm_get_addr
|
||
- mptcp: add userspace_pm_lookup_addr_by_id helper
|
||
- !13115 smb: client: Handle kstrdup failures for passwords
|
||
- smb: client: Handle kstrdup failures for passwords
|
||
- !13130 [openEuler-24.03-LTS][linux-6.6.y sync] Backport 6.6.57-6.6.58 LTS Patches
|
||
- ALSA: hda/conexant - Use cached pin control for Node 0x1d on HP EliteOne 1000 G2
|
||
- nilfs2: propagate directory read errors from nilfs_find_entry()
|
||
- serial: qcom-geni: fix receiver enable
|
||
- serial: qcom-geni: fix dma rx cancellation
|
||
- serial: qcom-geni: revert broken hibernation support
|
||
- serial: qcom-geni: fix polled console initialisation
|
||
- irqchip/sifive-plic: Unmask interrupt in plic_irq_enable()
|
||
- pinctrl: apple: check devm_kasprintf() returned value
|
||
- pinctrl: ocelot: fix system hang on level based interrupts
|
||
- x86/entry_32: Clear CPU buffers after register restore in NMI return
|
||
- x86/entry_32: Do not clobber user EFLAGS.ZF
|
||
- x86/CPU/AMD: Only apply Zenbleed fix for Zen2 during late microcode load
|
||
- x86/apic: Always explicitly disarm TSC-deadline timer
|
||
- x86/resctrl: Annotate get_mem_config() functions as __init
|
||
- serial: imx: Update mctrl old_status on RTSD interrupt
|
||
- misc: microchip: pci1xxxx: add support for NVMEM_DEVID_AUTO for OTP device
|
||
- misc: microchip: pci1xxxx: add support for NVMEM_DEVID_AUTO for EEPROM device
|
||
- usb: dwc3: Wait for EndXfer completion before restoring GUSB2PHYCFG
|
||
- usb: typec: qcom-pmic-typec: fix sink status being overwritten with RP_DEF
|
||
- USB: serial: option: add Telit FN920C04 MBIM compositions
|
||
- USB: serial: option: add support for Quectel EG916Q-GL
|
||
- xhci: Mitigate failed set dequeue pointer commands
|
||
- xhci: Fix incorrect stream context type macro
|
||
- xhci: tegra: fix checked USB2 port number
|
||
- Bluetooth: btusb: Fix regression with fake CSR controllers 0a12:0001
|
||
- Bluetooth: Remove debugfs directory on module init failure
|
||
- Bluetooth: Call iso_exit() on module unload
|
||
- iio: accel: kx022a: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
|
||
- iio: adc: ti-ads124s08: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
|
||
- iio: adc: ti-lmp92064: add missing select REGMAP_SPI in Kconfig
|
||
- iio: dac: ad3552r: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
|
||
- iio: proximity: mb1232: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
|
||
- iio: dac: ad5766: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
|
||
- iio: light: bu27008: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
|
||
- iio: frequency: adf4377: add missing select REMAP_SPI in Kconfig
|
||
- iio: amplifiers: ada4250: add missing select REGMAP_SPI in Kconfig
|
||
- iio: light: opt3001: add missing full-scale range value
|
||
- iio: light: veml6030: fix IIO device retrieval from embedded device
|
||
- iio: light: veml6030: fix ALS sensor resolution
|
||
- iio: hid-sensors: Fix an error handling path in _hid_sensor_set_report_latency()
|
||
- iio: adc: ti-ads8688: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
|
||
- iio: dac: stm32-dac-core: add missing select REGMAP_MMIO in Kconfig
|
||
- iio: dac: ltc1660: add missing select REGMAP_SPI in Kconfig
|
||
- iio: dac: ad5770r: add missing select REGMAP_SPI in Kconfig
|
||
- drm/amdgpu: prevent BO_HANDLES error from being overwritten
|
||
- drm/amdgpu/swsmu: Only force workload setup on init
|
||
- drm/vmwgfx: Handle surface check failure correctly
|
||
- drm/radeon: Fix encoder->possible_clones
|
||
- scsi: ufs: core: Fix the issue of ICU failure
|
||
- scsi: ufs: core: Set SDEV_OFFLINE when UFS is shut down
|
||
- Input: xpad - add support for MSI Claw A1M
|
||
- selftest: hid: add the missing tests directory
|
||
- ublk: don't allow user copy for unprivileged device
|
||
- io_uring/sqpoll: close race on waiting for sqring entries
|
||
- x86/bugs: Do not use UNTRAIN_RET with IBPB on entry
|
||
- x86/bugs: Skip RSB fill at VMEXIT
|
||
- x86/entry: Have entry_ibpb() invalidate return predictions
|
||
- x86/cpufeatures: Add a IBPB_NO_RET BUG flag
|
||
- x86/cpufeatures: Define X86_FEATURE_AMD_IBPB_RET
|
||
- KVM: s390: Change virtual to physical address access in diag 0x258 handler
|
||
- KVM: s390: gaccess: Check if guest address is in memslot
|
||
- s390/sclp_vt220: Convert newlines to CRLF instead of LFCR
|
||
- s390/sclp: Deactivate sclp after all its users
|
||
- iommu/vt-d: Fix incorrect pci_for_each_dma_alias() for non-PCI devices
|
||
- mptcp: prevent MPC handshake on port-based signal endpoints
|
||
- net: fec: Remove duplicated code
|
||
- net: fec: Move `fec_ptp_read()` to the top of the file
|
||
- xfs: restrict when we try to align cow fork delalloc to cowextsz hints
|
||
- xfs: allow unlinked symlinks and dirs with zero size
|
||
- xfs: fix freeing speculative preallocations for preallocated files
|
||
- xfs: make sure sb_fdblocks is non-negative
|
||
- xfs: allow symlinks with short remote targets
|
||
- xfs: use dontcache for grabbing inodes during scrub
|
||
- xfs: revert commit 44af6c7e59b12
|
||
- xfs: enforce one namespace per attribute
|
||
- xfs: validate recovered name buffers when recovering xattr items
|
||
- xfs: check shortform attr entry flags specifically
|
||
- xfs: fix missing check for invalid attr flags
|
||
- xfs: check opcode and iovec count match in xlog_recover_attri_commit_pass2
|
||
- xfs: require XFS_SB_FEAT_INCOMPAT_LOG_XATTRS for attr log intent item recovery
|
||
- xfs: remove a racy if_bytes check in xfs_reflink_end_cow_extent
|
||
- xfs: fix xfs_bmap_add_extent_delay_real for partial conversions
|
||
- xfs: fix error returns from xfs_bmapi_write
|
||
- mm/mglru: only clear kswapd_failures if reclaimable
|
||
- selftests/mm: fix deadlock for fork after pthread_create on ARM
|
||
- selftests/mm: replace atomic_bool with pthread_barrier_t
|
||
- fat: fix uninitialized variable
|
||
- net: macb: Avoid 20s boot delay by skipping MDIO bus registration for fixed-link PHY
|
||
- arm64: probes: Fix uprobes for big-endian kernels
|
||
- arm64: probes: Fix simulate_ldr*_literal()
|
||
- arm64: probes: Remove broken LDR (literal) uprobe support
|
||
- posix-clock: Fix missing timespec64 check in pc_clock_settime()
|
||
- net: enetc: add missing static descriptor and inline keyword
|
||
- net: enetc: disable NAPI after all rings are disabled
|
||
- net: enetc: disable Tx BD rings after they are empty
|
||
- net: enetc: block concurrent XDP transmissions during ring reconfiguration
|
||
- net: enetc: remove xdp_drops statistic from enetc_xdp_drop()
|
||
- mptcp: pm: fix UaF read in mptcp_pm_nl_rm_addr_or_subflow
|
||
- ALSA: hda/conexant - Fix audio routing for HP EliteOne 1000 G2
|
||
- ksmbd: fix user-after-free from session log off
|
||
- !13122 fs: 6.6 performance improve patches
|
||
- mm/rmap: minimize folio->_nr_pages_mapped updates when batching PTE (un)mapping
|
||
- mm: batch unlink_file_vma calls in free_pgd_range
|
||
- maple_tree: remove rcu_read_lock() from mt_validate()
|
||
- fs: rearrange general fastpath check now that O_CREAT uses it
|
||
- fs: remove audit dummy context check
|
||
- fs: pull up trailing slashes check for O_CREAT
|
||
- fs: move audit parent inode
|
||
- fs: try an opportunistic lookup for O_CREAT opens too
|
||
- fs/file.c: remove sanity_check and add likely/unlikely in alloc_fd()
|
||
- fs/file.c: add fast path in find_next_fd()
|
||
- !13092 [openEuler-24.03-LTS][linux-6.6.y sync] Backport 6.6.55-6.6.57 LTS Patches
|
||
- e1000e: fix force smbus during suspend flow
|
||
- net: ethernet: cortina: Restore TSO support
|
||
- secretmem: disable memfd_secret() if arch cannot set direct map
|
||
- fs/proc/kcore.c: allow translation of physical memory addresses
|
||
- btrfs: split remaining space to discard in chunks
|
||
- selftests/rseq: Fix mm_cid test failure
|
||
- selftests/mm: fix incorrect buffer->mirror size in hmm2 double_map test
|
||
- powercap: intel_rapl_tpmi: Fix bogus register reading
|
||
- nouveau/dmem: Fix vulnerability in migrate_to_ram upon copy error
|
||
- mptcp: pm: do not remove closing subflows
|
||
- mptcp: handle consistently DSS corruption
|
||
- net: phy: Remove LED entry from LEDs list on unregister
|
||
- net: dsa: lan9303: ensure chip reset and wait for READY status
|
||
- net: Fix an unsafe loop on the list
|
||
- net: explicitly clear the sk pointer, when pf->create fails
|
||
- ata: libata: avoid superfluous disk spin down + spin up during hibernation
|
||
- mptcp: fallback when MPTCP opts are dropped after 1st data
|
||
- scsi: ufs: Use pre-calculated offsets in ufshcd_init_lrb()
|
||
- drm/i915/hdcp: fix connector refcounting
|
||
- drm/vc4: Stop the active perfmon before being destroyed
|
||
- drm/v3d: Stop the active perfmon before being destroyed
|
||
- hid: intel-ish-hid: Fix uninitialized variable 'rv' in ish_fw_xfer_direct_dma
|
||
- usb: gadget: core: force synchronous registration
|
||
- usb: storage: ignore bogus device raised by JieLi BR21 USB sound chip
|
||
- usb: xhci: Fix problem with xhci resume from suspend
|
||
- usb: dwc3: core: Stop processing of pending events if controller is halted
|
||
- Revert "usb: yurex: Replace snprintf() with the safer scnprintf() variant"
|
||
- HID: plantronics: Workaround for an unexcepted opposite volume key
|
||
- HID: multitouch: Add support for lenovo Y9000P Touchpad
|
||
- HID: amd_sfh: Switch to device-managed dmam_alloc_coherent()
|
||
- hwmon: (adt7470) Add missing dependency on REGMAP_I2C
|
||
- hwmon: (adm9240) Add missing dependency on REGMAP_I2C
|
||
- hwmon: (mc34vr500) Add missing dependency on REGMAP_I2C
|
||
- hwmon: (tmp513) Add missing dependency on REGMAP_I2C
|
||
- hwmon: intel-m10-bmc-hwmon: relabel Columbiaville to CVL Die Temperature
|
||
- hid-asus: add ROG Ally X prod ID to quirk list
|
||
- HID: asus: add ROG Z13 lightbar
|
||
- HID: asus: add ROG Ally N-Key ID and keycodes
|
||
- HID: i2c-hid: Skip SET_POWER SLEEP for Cirque touchpad on system suspend
|
||
- HID: i2c-hid: Renumber I2C_HID_QUIRK_ defines
|
||
- HID: i2c-hid: Remove I2C_HID_QUIRK_SET_PWR_WAKEUP_DEV quirk
|
||
- rcu/nocb: Fix rcuog wake-up from offline softirq
|
||
- rcu/nocb: Make IRQs disablement symmetric
|
||
- ppp: fix ppp_async_encode() illegal access
|
||
- mctp: Handle error of rtnl_register_module().
|
||
- bridge: Handle error of rtnl_register_module().
|
||
- vxlan: Handle error of rtnl_register_module().
|
||
- rtnetlink: Add bulk registration helpers for rtnetlink message handlers.
|
||
- netfilter: fib: check correct rtable in vrf setups
|
||
- netfilter: xtables: avoid NFPROTO_UNSPEC where needed
|
||
- sctp: ensure sk_state is set to CLOSED if hashing fails in sctp_listen_start
|
||
- btrfs: zoned: fix missing RCU locking in error message when loading zone info
|
||
- net: ibm: emac: mal: fix wrong goto
|
||
- net/sched: accept TCA_STAB only for root qdisc
|
||
- e1000e: change I219 (19) devices to ADP
|
||
- ice: Flush FDB entries before reset
|
||
- ice: rename switchdev to eswitch
|
||
- ice: Fix netif_is_ice() in Safe Mode
|
||
- powercap: intel_rapl_tpmi: Ignore minor version change
|
||
- platform/x86/intel/tpmi: Add defines to get version information
|
||
- gpio: aspeed: Use devm_clk api to manage clock source
|
||
- gpio: aspeed: Add the flush write to ensure the write complete.
|
||
- nouveau/dmem: Fix privileged error in copy engine channel
|
||
- drm/nouveau: pass cli to nouveau_channel_new() instead of drm+device
|
||
- net: dsa: b53: fix jumbo frames on 10/100 ports
|
||
- net: dsa: b53: allow lower MTUs on BCM5325/5365
|
||
- net: dsa: b53: fix max MTU for BCM5325/BCM5365
|
||
- net: dsa: b53: fix max MTU for 1g switches
|
||
- net: dsa: b53: fix jumbo frame mtu check
|
||
- net: ethernet: adi: adin1110: Fix some error handling path in adin1110_read_fifo()
|
||
- Revert "net: stmmac: set PP_FLAG_DMA_SYNC_DEV only if XDP is enabled"
|
||
- thermal: intel: int340x: processor: Fix warning during module unload
|
||
- thermal: int340x: processor_thermal: Set feature mask before proc_thermal_add
|
||
- net: phy: bcm84881: Fix some error handling paths
|
||
- Bluetooth: RFCOMM: FIX possible deadlock in rfcomm_sk_state_change
|
||
- selftests: net: no_forwarding: fix VID for $swp2 in one_bridge_two_pvids() test
|
||
- netfilter: br_netfilter: fix panic with metadata_dst skb
|
||
- rxrpc: Fix uninitialised variable in rxrpc_send_data()
|
||
- tcp: fix TFO SYN_RECV to not zero retrans_stamp with retransmits out
|
||
- tcp: new TCP_INFO stats for RTO events
|
||
- tcp: fix tcp_enter_recovery() to zero retrans_stamp when it's safe
|
||
- tcp: fix to allow timestamp undo if no retransmits were sent
|
||
- net: phy: dp83869: fix memory corruption when enabling fiber
|
||
- SUNRPC: Fix integer overflow in decode_rc_list()
|
||
- ice: fix VLAN replay after reset
|
||
- ice: set correct dst VSI in only LAN filters
|
||
- x86/amd_nb: Add new PCI IDs for AMD family 1Ah model 60h
|
||
- x86/amd_nb: Add new PCI IDs for AMD family 0x1a
|
||
- fbdev: sisfb: Fix strbuf array overflow
|
||
- fbcon: Fix a NULL pointer dereference issue in fbcon_putcs
|
||
- scsi: lpfc: Ensure DA_ID handling completion before deleting an NPIV instance
|
||
- scsi: lpfc: Add ELS_RSP cmd to the list of WQEs to flush in lpfc_els_flush_cmd()
|
||
- driver core: bus: Return -EIO instead of 0 when show/store invalid bus attribute
|
||
- staging: vme_user: added bound check to geoid
|
||
- tools/iio: Add memory allocation failure check for trigger_name
|
||
- virtio_pmem: Check device status before requesting flush
|
||
- netfilter: nf_reject: Fix build warning when CONFIG_BRIDGE_NETFILTER=n
|
||
- netfilter: nf_nat: don't try nat source port reallocation for reverse dir clash
|
||
- LoongArch: Fix memleak in pci_acpi_scan_root()
|
||
- comedi: ni_routing: tools: Check when the file could not be opened
|
||
- usb: dwc2: Adjust the timing of USB Driver Interrupt Registration in the Crashkernel Scenario
|
||
- usb: chipidea: udc: enable suspend interrupt after usb reset
|
||
- clk: imx: Remove CLK_SET_PARENT_GATE for DRAM mux for i.MX7D
|
||
- remoteproc: imx_rproc: Use imx specific hook for find_loaded_rsc_table
|
||
- media: videobuf2-core: clear memory related fields in __vb2_plane_dmabuf_put()
|
||
- riscv/kexec_file: Fix relocation type R_RISCV_ADD16 and R_RISCV_SUB16 unknown
|
||
- soundwire: cadence: re-check Peripheral status with delayed_work
|
||
- RDMA/mlx5: Enforce umem boundaries for explicit ODP page faults
|
||
- riscv: avoid Imbalance in RAS
|
||
- mfd: intel_soc_pmic_chtwc: Make Lenovo Yoga Tab 3 X90F DMI match less strict
|
||
- RISC-V: Don't have MAX_PHYSMEM_BITS exceed phys_addr_t
|
||
- i3c: master: cdns: Fix use after free vulnerability in cdns_i3c_master Driver Due to Race Condition
|
||
- PCI: Mark Creative Labs EMU20k2 INTx masking as broken
|
||
- i2c: i801: Use a different adapter-name for IDF adapters
|
||
- PCI: Add ACS quirk for Qualcomm SA8775P
|
||
- clk: bcm: bcm53573: fix OF node leak in init
|
||
- RDMA/rtrs-srv: Avoid null pointer deref during path establishment
|
||
- PCI: Add function 0 DMA alias quirk for Glenfly Arise chip
|
||
- soundwire: intel_bus_common: enable interrupts before exiting reset
|
||
- RDMA/mad: Improve handling of timed out WRs of mad agent
|
||
- ktest.pl: Avoid false positives with grub2 skip regex
|
||
- s390/cpum_sf: Remove WARN_ON_ONCE statements
|
||
- ext4: nested locking for xattr inode
|
||
- bpf, x64: Fix a jit convergence issue
|
||
- s390/mm: Add cond_resched() to cmm_alloc/free_pages()
|
||
- s390/facility: Disable compile time optimization for decompressor code
|
||
- bpf: Check percpu map value size first
|
||
- selftests/bpf: Fix ARG_PTR_TO_LONG {half-,}uninitialized test
|
||
- Input: synaptics-rmi4 - fix UAF of IRQ domain on driver removal
|
||
- virtio_console: fix misc probe bugs
|
||
- fs/ntfs3: Refactor enum_rstbl to suppress static checker
|
||
- fs/ntfs3: Fix sparse warning in ni_fiemap
|
||
- fs/ntfs3: Do not call file_modified if collapse range failed
|
||
- drm/amd/display: Revert "Check HDCP returned status"
|
||
- drm/amd/display: Remove a redundant check in authenticated_dp
|
||
- lib/build_OID_registry: avoid non-destructive substitution for Perl < 5.13.2 compat
|
||
- jbd2: fix kernel-doc for j_transaction_overhead_buffers
|
||
- selftests: Introduce Makefile variable to list shared bash scripts
|
||
- selftests: net: Remove executable bits from library scripts
|
||
- libsubcmd: Don't free the usage string
|
||
- perf sched: Move curr_pid and cpu_last_switched initialization to perf_sched__{lat|map|replay}()
|
||
- perf sched: Move curr_thread initialization to perf_sched__map()
|
||
- perf sched: Fix memory leak in perf_sched__map()
|
||
- perf sched: Move start_work_mutex and work_done_wait_mutex initialization to perf_sched__replay()
|
||
- bootconfig: Fix the kerneldoc of _xbc_exit()
|
||
- e1000e: move force SMBUS near the end of enable_ulp function
|
||
- i40e: Include types.h to some headers
|
||
- i40e: Fix ST code value for Clause 45
|
||
- ASoC: tas2781: mark dvc_tlv with __maybe_unused
|
||
- ata: ahci: Add mask_port_map module parameter
|
||
- spi: spi-fsl-lpspi: remove redundant spi_controller_put call
|
||
- riscv: cpufeature: Fix thead vector hwcap removal
|
||
- tracing: Have saved_cmdlines arrays all in one allocation
|
||
- libceph: init the cursor when preparing sparse read in msgr2
|
||
- pds_core: no health-thread in VF path
|
||
- Revert "powerpc/ps3_defconfig: Disable PPC64_BIG_ENDIAN_ELF_ABI_V2"
|
||
- bus: mhi: ep: Do not allocate memory for MHI objects from DMA zone
|
||
- bus: mhi: ep: Add support for async DMA read operation
|
||
- bus: mhi: ep: Add support for async DMA write operation
|
||
- bus: mhi: ep: Introduce async read/write callbacks
|
||
- bus: mhi: ep: Rename read_from_host() and write_to_host() APIs
|
||
- drm/crtc: fix uninitialized variable use even harder
|
||
- ALSA: hda/realtek: cs35l41: Fix device ID / model name
|
||
- ALSA: hda/realtek: cs35l41: Fix order and duplicates in quirks table
|
||
- tracing: Remove precision vsnprintf() check from print event
|
||
- drm/panel: boe-tv101wum-nl6: Fine tune Himax83102-j02 panel HFP and HBP (again)
|
||
- net: ethernet: cortina: Drop TSO support
|
||
- riscv: Remove SHADOW_OVERFLOW_STACK_SIZE macro
|
||
- gfs2: Revert "ignore negated quota changes"
|
||
- gfs2: qd_check_sync cleanups
|
||
- gfs2: Revert "introduce qd_bh_get_or_undo"
|
||
- phy: qualcomm: eusb2-repeater: Rework init to drop redundant zero-out loop
|
||
- phy: qualcomm: phy-qcom-eusb2-repeater: Add tuning overrides
|
||
- ASoC: cs35l56: Load tunings for the correct speaker models
|
||
- Revert "PCI/MSI: Provide stubs for IMS functions"
|
||
- net: fec: don't save PTP state if PTP is unsupported
|
||
- unicode: Don't special case ignorable code points
|
||
- Revert "perf callchain: Fix stitch LBR memory leaks"
|
||
- !12160 Add the spidev.ko to OLK-6.6
|
||
- Open the CONFIG for spidev.ko
|
||
- !13113 f2fs: fix to wait dio completion
|
||
- f2fs: fix to wait dio completion
|
||
- !13121 blk-rq-qos: fix crash on rq_qos_wait vs. rq_qos_wake_function race
|
||
- blk-rq-qos: fix crash on rq_qos_wait vs. rq_qos_wake_function race
|
||
- !13126 Revert "perf callchain: Fix stitch LBR memory leaks"
|
||
- Revert "perf callchain: Fix stitch LBR memory leaks"
|
||
- !13064 CVE-2024-47702
|
||
- bpf: Fix kabi breakage in struct bpf_insn_access_aux
|
||
- bpf: Fail verification for sign-extension of packet data/data_end/data_meta
|
||
|
||
* Fri Nov 08 2024 ZhangPeng <zhangpeng362@huawei.com> - 6.6.0-52.0.0.56
|
||
- !13117 nebula-matrix: fix ci build err
|
||
- Net: nebula_matrix: fix ci build err
|
||
- !12280 fix Hygon TKM may execute fail in CSV VM
|
||
- drivers/crypto/ccp: fix the increase in page references caused by gfn_to_pfn
|
||
- crypto: ccp: fix the sev_do_cmd panic on non-Hygon platforms
|
||
- !13108 nfsd: cancel nfsd_shrinker_work using sync mode in nfs4_state_shutdown_net
|
||
- nfsd: cancel nfsd_shrinker_work using sync mode in nfs4_state_shutdown_net
|
||
- !13109 RDMA/hns: Fix DCA mmap area PUAF
|
||
- RDMA/hns: Fix DCA mmap area PUAF
|
||
- !12848 Bluetooth: ISO: Fix multiple init when debugfs is disabled
|
||
- Bluetooth: ISO: Fix multiple init when debugfs is disabled
|
||
- !13112 fix CVE-2024-49926
|
||
- rcu-tasks: Fix access non-existent percpu rtpcp variable in rcu_tasks_need_gpcb()
|
||
- rcu-tasks: Initialize data to eliminate RCU-tasks/do_exit() deadlocks
|
||
- rcu-tasks: Add data to eliminate RCU-tasks/do_exit() deadlocks
|
||
- rcu-tasks: Pull sampling of ->percpu_dequeue_lim out of loop
|
||
- !13087 MPTCP Upstream part 18
|
||
- selftests: mptcp: add mptcp_lib_check_output helper
|
||
- selftests: mptcp: add token for dump_addr
|
||
- selftests: mptcp: add userspace pm subflow flag
|
||
- mptcp: check userspace pm flags
|
||
- !13086 MPTCP Upstream part 17
|
||
- mptcp: dump addrs in userspace pm list
|
||
- mptcp: add token for get-addr in yaml
|
||
- mptcp: implement mptcp_userspace_pm_dump_addr
|
||
- mptcp: export mptcp_genl_family & mptcp_nl_fill_addr
|
||
- mptcp: implement TCP_NOTSENT_LOWAT support
|
||
- mptcp: cleanup writer wake-up
|
||
- !13084 ksmbd: add refcnt to ksmbd_conn struct
|
||
- ksmbd: add refcnt to ksmbd_conn struct
|
||
- !12943 bpf: Fix a sdiv overflow issue
|
||
- bpf: Fix a sdiv overflow issue
|
||
- !13088 drm/amd/display: Fix index out of bounds in degamma hardware format translation
|
||
- drm/amd/display: Fix index out of bounds in degamma hardware format translation
|
||
- !13081 sched/fair: Take the scheduling domain into account in select_idle_smt()
|
||
- sched/fair: Take the scheduling domain into account in select_idle_smt()
|
||
- !13066 Fix UAF of rpc_task
|
||
- nfs: fix rpc_task use-after-free when open and close different files concurrently
|
||
- NFSv4: release seqid when open failed for nfs4.0
|
||
- !13069 NFSD: Mark filecache "down" if init fails
|
||
- NFSD: Mark filecache "down" if init fails
|
||
- !13077 [openEuler-24.03-LTS][linux-6.6.y sync] Backport 6.6.54-6.6.55 LTS Patches
|
||
- perf python: Allow checking for the existence of warning options in clang
|
||
- Revert "ubifs: ubifs_symlink: Fix memleak of inode->i_link in error path"
|
||
- perf report: Fix segfault when 'sym' sort key is not used
|
||
- drm/amd/display: Revert Avoid overflow assignment
|
||
- crypto: octeontx* - Select CRYPTO_AUTHENC
|
||
- vhost/scsi: null-ptr-dereference in vhost_scsi_get_req()
|
||
- rxrpc: Fix a race between socket set up and I/O thread creation
|
||
- platform/x86: think-lmi: Fix password opcode ordering for workstations
|
||
- drm/bridge: adv7511: fix crash on irq during probe
|
||
- net: dsa: fix netdev_priv() dereference before check on non-DSA netdevice events
|
||
- netfilter: nf_tables: restore set elements when delete set fails
|
||
- netfilter: nf_tables: fix memleak in map from abort path
|
||
- ubifs: ubifs_symlink: Fix memleak of inode->i_link in error path
|
||
- Revert "drm/amd/display: Skip Recompute DSC Params if no Stream on Link"
|
||
- drm/rockchip: vop: enable VOP_FEATURE_INTERNAL_RGB on RK3066
|
||
- btrfs: drop the backref cache during relocation if we commit
|
||
- btrfs: relocation: constify parameters where possible
|
||
- btrfs: relocation: return bool from btrfs_should_ignore_reloc_root
|
||
- clk: qcom: gcc-sc8180x: Add GPLL9 support
|
||
- iio: pressure: bmp280: Fix waiting time for BMP3xx configuration
|
||
- iio: pressure: bmp280: Fix regmap for BMP280 device
|
||
- iio: pressure: bmp280: Use BME prefix for BME280 specifics
|
||
- iio: pressure: bmp280: Improve indentation and line wrapping
|
||
- iio: pressure: bmp280: Allow multiple chips id per family of devices
|
||
- dt-bindings: clock: qcom: Add GPLL9 support on gcc-sc8180x
|
||
- dt-bindings: clock: qcom: Add missing UFS QREF clocks
|
||
- remoteproc: k3-r5: Delay notification of wakeup event
|
||
- remoteproc: k3-r5: Acquire mailbox handle during probe routine
|
||
- media: imx335: Fix reset-gpio handling
|
||
- media: i2c: imx335: Enable regulator supplies
|
||
- RDMA/mana_ib: use the correct page table index based on hardware page size
|
||
- net: mana: Add support for page sizes other than 4KB on ARM64
|
||
- net: mana: Enable MANA driver on ARM64 with 4K page size
|
||
- lib/buildid: harden build ID parsing logic
|
||
- build-id: require program headers to be right after ELF header
|
||
- drm/amd/display: Allow backlight to go below `AMDGPU_DM_DEFAULT_MIN_BACKLIGHT`
|
||
- io_uring/net: harden multishot termination case for recv
|
||
- arm64: cputype: Add Neoverse-N3 definitions
|
||
- platform/x86: x86-android-tablets: Fix use after free on platform_device_register() errors
|
||
- platform/x86: x86-android-tablets: Create a platform_device from module_init()
|
||
- kconfig: qconf: fix buffer overflow in debug links
|
||
- cpufreq: intel_pstate: Make hwp_notify_lock a raw spinlock
|
||
- drm/amd/display: Add HDR workaround for specific eDP
|
||
- drm/sched: Add locking to drm_sched_entity_modify_sched
|
||
- drm/i915/gem: fix bitwise and logical AND mixup
|
||
- close_range(): fix the logics in descriptor table trimming
|
||
- rtla: Fix the help text in osnoise and timerlat top tools
|
||
- tracing/timerlat: Fix duplicated kthread creation due to CPU online/offline
|
||
- tracing/hwlat: Fix a race during cpuhp processing
|
||
- ceph: fix cap ref leak via netfs init_request
|
||
- mac802154: Fix potential RCU dereference issue in mac802154_scan_worker
|
||
- Bluetooth: hci_event: Align BR/EDR JUST_WORKS paring with LE
|
||
- net: pcs: xpcs: fix the wrong register that was written back
|
||
- gpio: davinci: fix lazy disable
|
||
- btrfs: send: fix invalid clone operation for file that got its size decreased
|
||
- ACPI: resource: Add Asus ExpertBook B2502CVA to irq1_level_low_skip_override[]
|
||
- ACPI: resource: Add Asus Vivobook X1704VAP to irq1_level_low_skip_override[]
|
||
- Input: adp5589-keys - fix adp5589_gpio_get_value()
|
||
- rtc: at91sam9: fix OF node leak in probe() error path
|
||
- net: stmmac: Fix zero-division error when disabling tc cbs
|
||
- tomoyo: fallback to realpath if symlink's pathname does not exist
|
||
- vrf: revert "vrf: Remove unnecessary RCU-bh critical section"
|
||
- iio: magnetometer: ak8975: Fix reading for ak099xx sensors
|
||
- smb3: fix incorrect mode displayed for read-only files
|
||
- smb: client: use actual path when queryfs
|
||
- clk: qcom: clk-alpha-pll: Fix CAL_L_VAL override for LUCID EVO PLL
|
||
- clk: qcom: gcc-sc8180x: Fix the sdcc2 and sdcc4 clocks freq table
|
||
- media: qcom: camss: Fix ordering of pm_runtime_enable
|
||
- media: qcom: camss: Remove use_count guard in stop_streaming
|
||
- clk: qcom: gcc-sm8250: Do not turn off PCIe GDSCs during gdsc_disable()
|
||
- clk: qcom: gcc-sm8150: De-register gcc_cpuss_ahb_clk_src
|
||
- clk: samsung: exynos7885: Update CLKS_NR_FSYS after bindings fix
|
||
- clk: qcom: clk-rpmh: Fix overflow in BCM vote
|
||
- media: uapi/linux/cec.h: cec_msg_set_reply_to: zero flags
|
||
- clk: qcom: gcc-sm8450: Do not turn off PCIe GDSCs during gdsc_disable()
|
||
- media: sun4i_csi: Implement link validate for sun4i_csi subdev
|
||
- clk: qcom: dispcc-sm8250: use CLK_SET_RATE_PARENT for branch clocks
|
||
- remoteproc: k3-r5: Fix error handling when power-up failed
|
||
- clk: rockchip: fix error for unknown clocks
|
||
- media: ov5675: Fix power on/off delay timings
|
||
- aoe: fix the potential use-after-free problem in more places
|
||
- riscv: Fix kernel stack size when KASAN is enabled
|
||
- RDMA/mana_ib: use the correct page size for mapping user-mode doorbell page
|
||
- NFSD: Fix NFSv4's PUTPUBFH operation
|
||
- nfsd: fix delegation_blocked() to block correctly for at least 30 seconds
|
||
- perf hist: Update hist symbol when updating maps
|
||
- perf python: Disable -Wno-cast-function-type-mismatch if present on clang
|
||
- riscv: define ILLEGAL_POINTER_VALUE for 64bit
|
||
- arm64: fix selection of HAVE_DYNAMIC_FTRACE_WITH_ARGS
|
||
- ocfs2: fix null-ptr-deref when journal load failed.
|
||
- ocfs2: fix uninit-value in ocfs2_get_block()
|
||
- ocfs2: fix the la space leak when unmounting an ocfs2 volume
|
||
- mm: krealloc: consider spare memory for __GFP_ZERO
|
||
- jbd2: correctly compare tids with tid_geq function in jbd2_fc_begin_commit
|
||
- resource: fix region_intersects() vs add_memory_driver_managed()
|
||
- of/irq: Support #msi-cells=<0> in of_msi_get_domain
|
||
- of: address: Report error on resource bounds overflow
|
||
- drm/rockchip: vop: clear DMA stop bit on RK3066
|
||
- parisc: Fix stack start for ADDR_NO_RANDOMIZE personality
|
||
- parisc: Allow mmap(MAP_STACK) memory to automatically expand upwards
|
||
- parisc: Fix 64-bit userspace syscall path
|
||
- ext4: mark fc as ineligible using an handle in ext4_xattr_set()
|
||
- ext4: use handle to mark fc as ineligible in __track_dentry_update()
|
||
- ext4: fix fast commit inode enqueueing during a full journal commit
|
||
- ext4: fix incorrect tid assumption in jbd2_journal_shrink_checkpoint_list()
|
||
- ext4: fix incorrect tid assumption in ext4_wait_for_tail_page_commit()
|
||
- ext4: fix incorrect tid assumption in __jbd2_log_wait_for_space()
|
||
- ext4: fix incorrect tid assumption in ext4_fc_mark_ineligible()
|
||
- ext4: propagate errors from ext4_find_extent() in ext4_insert_range()
|
||
- ext4: correct encrypted dentry name hash when not casefolded
|
||
- ALSA: hda/realtek: Add a quirk for HP Pavilion 15z-ec200
|
||
- ALSA: hda/realtek: Add quirk for Huawei MateBook 13 KLV-WX9
|
||
- ALSA: line6: add hw monitor volume control to POD HD500X
|
||
- ALSA: usb-audio: Add native DSD support for Luxman D-08u
|
||
- ALSA: usb-audio: Add delay quirk for VIVO USB-C HEADSET
|
||
- ALSA: core: add isascii() check to card ID generator
|
||
- ALSA: hda/tas2781: Add new quirk for Lenovo Y990 Laptop
|
||
- drm: Consistently use struct drm_mode_rect for FB_DAMAGE_CLIPS
|
||
- drm/mediatek: ovl_adaptor: Add missing of_node_put()
|
||
- parisc: Fix itlb miss handler for 64-bit programs
|
||
- perf/core: Fix small negative period being ignored
|
||
- power: supply: hwmon: Fix missing temp1_max_alarm attribute
|
||
- spi: bcm63xx: Fix missing pm_runtime_disable()
|
||
- spi: bcm63xx: Fix module autoloading
|
||
- dt-bindings: clock: exynos7885: Fix duplicated binding
|
||
- memory: tegra186-emc: drop unused to_tegra186_emc()
|
||
- firmware: tegra: bpmp: Drop unused mbox_client_to_bpmp()
|
||
- ovl: fail if trusted xattrs are needed but caller lacks permission
|
||
- rust: sync: require `T: Sync` for `LockedBy::access`
|
||
- i2c: designware: fix controller is holding SCL low while ENABLE bit is disabled
|
||
- i2c: xiic: Fix pm_runtime_set_suspended() with runtime pm enabled
|
||
- i2c: xiic: Wait for TX empty to avoid missed TX NAKs
|
||
- i2c: qcom-geni: Use IRQF_NO_AUTOEN flag in request_irq()
|
||
- Revert "ALSA: hda: Conditionally use snooping for AMD HDMI"
|
||
- selftests: vDSO: fix vdso_config for s390
|
||
- selftests: vDSO: fix ELF hash table entry size for s390x
|
||
- powerpc/vdso: Fix VDSO data access when running in a non-root time namespace
|
||
- selftests/mm: fix charge_reserved_hugetlb.sh test
|
||
- selftests: vDSO: fix vDSO symbols lookup for powerpc64
|
||
- selftests: vDSO: fix vdso_config for powerpc
|
||
- selftests: vDSO: fix vDSO name for powerpc
|
||
- perf: Really fix event_function_call() locking
|
||
- perf callchain: Fix stitch LBR memory leaks
|
||
- spi: rpc-if: Add missing MODULE_DEVICE_TABLE
|
||
- accel/ivpu: Add missing MODULE_FIRMWARE metadata
|
||
- selftests: breakpoints: use remaining time to check if suspend succeed
|
||
- spi: s3c64xx: fix timeout counters in flush_fifo
|
||
- selftest: hid: add missing run-hid-tools-tests.sh
|
||
- spi: spi-cadence: Fix missing spi_controller_is_target() check
|
||
- spi: spi-cadence: Fix pm_runtime_set_suspended() with runtime pm enabled
|
||
- spi: spi-cadence: Use helper function devm_clk_get_enabled()
|
||
- spi: spi-imx: Fix pm_runtime_set_suspended() with runtime pm enabled
|
||
- bpftool: Fix undefined behavior in qsort(NULL, 0, ...)
|
||
- bpftool: Fix undefined behavior caused by shifting into the sign bit
|
||
- bpf: Make the pointer returned by iter next method valid
|
||
- ksmbd: add refcnt to ksmbd_conn struct
|
||
- platform/x86: lenovo-ymc: Ignore the 0x0 state
|
||
- drm/amdgpu/gfx10: use rlc safe mode for soft recovery
|
||
- drm/amdgpu/gfx11: use rlc safe mode for soft recovery
|
||
- powerpc/pseries: Use correct data types from pseries_hp_errorlog struct
|
||
- of/irq: Refer to actual buffer size in of_irq_parse_one()
|
||
- drm/amd/pm: ensure the fw_info is not null before using it
|
||
- drm/amdgpu/gfx9: use rlc safe mode for soft recovery
|
||
- drm/amdgpu: Block MMR_READ IOCTL in reset
|
||
- drm/radeon/r100: Handle unknown family in r100_cp_init_microcode()
|
||
- scsi: NCR5380: Initialize buffer for MSG IN and STATUS transfers
|
||
- perf: Fix event_function_call() locking
|
||
- drm/amdgpu: fix unchecked return value warning for amdgpu_gfx
|
||
- scsi: lpfc: Update PRLO handling in direct attached topology
|
||
- drm/printer: Allow NULL data in devcoredump printer
|
||
- drm/amd/display: Fix index out of bounds in degamma hardware format translation
|
||
- drm/stm: ltdc: reset plane transparency after plane disable
|
||
- platform/x86: touchscreen_dmi: add nanote-next quirk
|
||
- HID: multitouch: Add support for Thinkpad X12 Gen 2 Kbd Portfolio
|
||
- drm/amdkfd: Fix resource leak in criu restore queue
|
||
- drm/amdgpu: enable gfxoff quirk on HP 705G4
|
||
- drm/amdgpu: add raven1 gfxoff quirk
|
||
- scsi: smartpqi: correct stream detection
|
||
- jfs: UBSAN: shift-out-of-bounds in dbFindBits
|
||
- drm/amd/display: Add null check for 'afb' in amdgpu_dm_plane_handle_cursor_update (v2)
|
||
- drm/amd/display: Check null pointers before using dc->clk_mgr
|
||
- drm/amdgpu: disallow multiple BO_HANDLES chunks in one submit
|
||
- iommu/vt-d: Fix potential lockup if qi_submit_sync called with 0 count
|
||
- iommu/vt-d: Always reserve a domain ID for identity setup
|
||
- power: reset: brcmstb: Do not go into infinite loop if reset fails
|
||
- rcuscale: Provide clear error when async specified without primitives
|
||
- fbdev: efifb: Register sysfs groups through driver core
|
||
- hwmon: (nct6775) add G15CF to ASUS WMI monitoring list
|
||
- x86/syscall: Avoid memcpy() for ia32 syscall_get_arguments()
|
||
- selftests/nolibc: avoid passing NULL to printf("%s")
|
||
- tools/nolibc: powerpc: limit stack-protector workaround to GCC
|
||
- ALSA: hdsp: Break infinite MIDI input flush loop
|
||
- x86/kexec: Add EFI config table identity mapping for kexec kernel
|
||
- x86/pkeys: Restore altstack access in sigreturn()
|
||
- x86/pkeys: Add PKRU as a parameter in signal handling functions
|
||
- tools/x86/kcpuid: Protect against faulty "max subleaf" values
|
||
- ASoC: codecs: wsa883x: Handle reading version failure
|
||
- ALSA: usb-audio: Add logitech Audio profile quirk
|
||
- ALSA: usb-audio: Replace complex quirk lines with macros
|
||
- ALSA: usb-audio: Define macros for quirk table entries
|
||
- ALSA: usb-audio: Add input value sanity checks for standard types
|
||
- nfp: Use IRQF_NO_AUTOEN flag in request_irq()
|
||
- wifi: mt76: mt7915: hold dev->mt76.mutex while disabling tx worker
|
||
- wifi: mt76: mt7915: add dummy HW offload of IEEE 802.11 fragmentation
|
||
- can: netlink: avoid call to do_set_data_bittiming callback with stale can_priv::ctrlmode
|
||
- drivers/perf: arm_spe: Use perf_allow_kernel() for permissions
|
||
- ACPICA: iasl: handle empty connection_node
|
||
- wifi: mac80211: fix RCU list iterations
|
||
- wifi: iwlwifi: mvm: avoid NULL pointer dereference
|
||
- wifi: iwlwifi: mvm: use correct key iteration
|
||
- tcp: avoid reusing FIN_WAIT2 when trying to find port in connect() process
|
||
- netpoll: Ensure clean state on setup failures
|
||
- crypto: simd - Do not call crypto_alloc_tfm during registration
|
||
- net: atlantic: Avoid warning about potential string truncation
|
||
- ipv4: Mask upper DSCP bits and ECN bits in NETLINK_FIB_LOOKUP family
|
||
- wifi: rtw89: correct base HT rate mask for firmware
|
||
- ipv4: Check !in_dev earlier for ioctl(SIOCSIFADDR).
|
||
- bnxt_en: Extend maximum length of version string by 1 byte
|
||
- net: mvpp2: Increase size of queue_name buffer
|
||
- ACPICA: check null return of ACPI_ALLOCATE_ZEROED() in acpi_db_convert_to_package()
|
||
- ACPI: EC: Do not release locks during operation region accesses
|
||
- wifi: rtw88: select WANT_DEV_COREDUMP
|
||
- wifi: ath11k: fix array out-of-bound access in SoC stats
|
||
- ACPI: CPPC: Add support for setting EPP register in FFH
|
||
- ACPI: video: Add force_vendor quirk for Panasonic Toughbook CF-18
|
||
- Bluetooth: btrtl: Set msft ext address filter quirk for RTL8852B
|
||
- Bluetooth: btusb: Add Realtek RTL8852C support ID 0x0489:0xe122
|
||
- net: sched: consistently use rcu_replace_pointer() in taprio_change()
|
||
- wifi: mt76: mt7915: disable tx worker during tx BA session enable/disable
|
||
- e1000e: avoid failing the system during pm_suspend
|
||
- ACPICA: Fix memory leak if acpi_ps_get_next_field() fails
|
||
- ACPICA: Fix memory leak if acpi_ps_get_next_namepath() fails
|
||
- ACPI: PAD: fix crash in exit_round_robin()
|
||
- net: hisilicon: hns_mdio: fix OF node leak in probe()
|
||
- net: hisilicon: hns_dsaf_mac: fix OF node leak in hns_mac_get_info()
|
||
- net: hisilicon: hip04: fix OF node leak in probe()
|
||
- wifi: iwlwifi: mvm: drop wrong STA selection in TX
|
||
- wifi: iwlwifi: mvm: Fix a race in scan abort flow
|
||
- ice: Adjust over allocation of memory in ice_sched_add_root_node() and ice_sched_add_node()
|
||
- crypto: octeontx2 - Fix authenc setkey
|
||
- crypto: octeontx - Fix authenc setkey
|
||
- crypto: x86/sha256 - Add parentheses around macros' single arguments
|
||
- wifi: ath9k_htc: Use __skb_set_length() for resetting urb before resubmit
|
||
- wifi: rtw89: avoid to add interface to list twice when SER
|
||
- wifi: ath9k: fix possible integer overflow in ath9k_get_et_stats()
|
||
- ALSA: hda/conexant: Fix conflicting quirk for System76 Pangolin
|
||
- ALSA: gus: Fix some error handling paths related to get_bpos() usage
|
||
- cifs: Do not convert delimiter when parsing NFS-style symlinks
|
||
- ASoC: imx-card: Set card.owner to avoid a warning calltrace if SND=m
|
||
- ALSA: hda/generic: Unconditionally prefer preferred_dacs pairs
|
||
- cifs: Remove intermediate object of failed create reparse call
|
||
- ALSA: hda/realtek: Fix the push button function for the ALC257
|
||
- ALSA: mixer_oss: Remove some incorrect kfree_const() usages
|
||
- ASoC: atmel: mchp-pdmc: Skip ALSA restoration if substream runtime is uninitialized
|
||
- Bluetooth: hci_sock: Fix not validating setsockopt user input
|
||
- loop: don't set QUEUE_FLAG_NOMERGES
|
||
- i2c: xiic: Try re-initialization on bus busy timeout
|
||
- i2c: xiic: improve error message when transfer fails to start
|
||
- sctp: set sk_state back to CLOSED if autobind fails in sctp_listen_start
|
||
- dt-bindings: net: xlnx,axi-ethernet: Add missing reg minItems
|
||
- iomap: constrain the file range passed to iomap_file_unshare
|
||
- ppp: do not assume bh is held in ppp_channel_bridge_input()
|
||
- ipv4: ip_gre: Fix drops of small packets in ipgre_xmit
|
||
- net: stmmac: dwmac4: extend timeout for VLAN Tag register busy bit check
|
||
- net: fec: Reload PTP registers after link-state change
|
||
- net: fec: Restart PPS after link state change
|
||
- net: ethernet: lantiq_etop: fix memory disclosure
|
||
- net: Fix gso_features_check to check for both dev->gso_{ipv4_,}max_size
|
||
- net: Add netif_get_gro_max_size helper for GRO
|
||
- Bluetooth: btmrvl: Use IRQF_NO_AUTOEN flag in request_irq()
|
||
- Bluetooth: L2CAP: Fix uaf in l2cap_connect
|
||
- Bluetooth: MGMT: Fix possible crash on mgmt_index_removed
|
||
- netfilter: nf_tables: prevent nf_skb_duplicated corruption
|
||
- selftests: netfilter: Fix nft_audit.sh for newer nft binaries
|
||
- net: wwan: qcom_bam_dmux: Fix missing pm_runtime_disable()
|
||
- net: ieee802154: mcr20a: Use IRQF_NO_AUTOEN flag in request_irq()
|
||
- netfilter: uapi: NFTA_FLOWTABLE_HOOK is NLA_NESTED
|
||
- net/mlx5e: Fix crash caused by calling __xfrm_state_delete() twice
|
||
- net/mlx5: Added cond_resched() to crdump collection
|
||
- net/mlx5: Fix error path in multi-packet WQE transmit
|
||
- net: sparx5: Fix invalid timestamps
|
||
- ieee802154: Fix build error
|
||
- ceph: remove the incorrect Fw reference check when dirtying pages
|
||
- mailbox: bcm2835: Fix timeout during suspend mode
|
||
- mailbox: rockchip: fix a typo in module autoloading
|
||
- drm/amdgpu: Fix get each xcp macro
|
||
- scsi: pm8001: Do not overwrite PCI queue mapping
|
||
- scsi: st: Fix input/output error on empty drive reset
|
||
- jump_label: Fix static_key_slow_dec() yet again
|
||
- jump_label: Simplify and clarify static_key_fast_inc_cpus_locked()
|
||
- static_call: Handle module init failure correctly in static_call_del_module()
|
||
- !13043 tty: n_gsm: Fix use-after-free in gsm_cleanup_mux
|
||
- tty: n_gsm: Fix use-after-free in gsm_cleanup_mux
|
||
- !13062 net: test for not too small csum_start in virtio_net_hdr_to_skb()
|
||
- net: test for not too small csum_start in virtio_net_hdr_to_skb()
|
||
- !13060 net: add more sanity checks to qdisc_pkt_len_init()
|
||
- net: add more sanity checks to qdisc_pkt_len_init()
|
||
- !13061 net: avoid potential underflow in qdisc_pkt_len_init() with UFO
|
||
- net: avoid potential underflow in qdisc_pkt_len_init() with UFO
|
||
|
||
* Wed Nov 06 2024 ZhangPeng <zhangpeng362@huawei.com> - 6.6.0-50.0.0.55
|
||
- !12979 ext4: fix timer use-after-free on failed mount
|
||
- ext4: fix timer use-after-free on failed mount
|
||
- !12980 ext4: no need to continue when the number of entries is 1
|
||
- ext4: no need to continue when the number of entries is 1
|
||
- !12983 CVE-2024-49968
|
||
- ext4: fix error message when rejecting the default hash
|
||
- ext4: filesystems without casefold feature cannot be mounted with siphash
|
||
- !12981 ext4: drop ppath from ext4_ext_replay_update_ex() to avoid double-free
|
||
- ext4: drop ppath from ext4_ext_replay_update_ex() to avoid double-free
|
||
- !12982 ext4: fix i_data_sem unlock order in ext4_ind_migrate()
|
||
- ext4: fix i_data_sem unlock order in ext4_ind_migrate()
|
||
- !12978 exfat: fix memory leak in exfat_load_bitmap()
|
||
- exfat: fix memory leak in exfat_load_bitmap()
|
||
- !12977 ext4: fix access to uninitialised lock in fc replay path
|
||
- ext4: fix access to uninitialised lock in fc replay path
|
||
- !13018 nebula-matrix: fix ci build warning when use clang
|
||
- Net: nebula_matrix: fix ci build warning
|
||
- !12866 fix CVE-2024-50041
|
||
- i40e: Fix macvlan leak by synchronizing access to mac_filter_hash
|
||
- !12595 scsi: fnic: Move flush_work initialization out of if block
|
||
- scsi: fnic: Move flush_work initialization out of if block
|
||
- !13004 CVE-2024-50064
|
||
- zram: don't free statically defined names
|
||
- zram: free secondary algorithms names
|
||
- !13044 Some patches of RDMA/hns from Linux to OLK-6.6
|
||
- RDMA/hns: Fix cpu stuck caused by printings during reset
|
||
- RDMA/hns: Use dev_* printings in hem code instead of ibdev_*
|
||
- RDMA/hns: Modify debugfs name
|
||
- RDMA/hns: Fix flush cqe error when racing with destroy qp
|
||
- RDMA/hns: Fix an AEQE overflow error caused by untimely update of eq_db_ci
|
||
- Revert "RDMA/hns: Fix flush cqe error when racing with destroy qp"
|
||
- Revert "RDMA/hns: Fix missing spin_lock_init() for qp flush lock"
|
||
- !13049 ext4: some dependencies of CVE-2024-47701
|
||
- ext4: explicitly exit when ext4_find_inline_entry returns an error
|
||
- ext4: ext4_search_dir should return a proper error
|
||
- !12682 smb: client: fix UAF in async decryption
|
||
- smb: client: fix UAF in async decryption
|
||
- !13023 l2tp: prevent possible tunnel refcount underflow
|
||
- l2tp: prevent possible tunnel refcount underflow
|
||
- !13025 wifi: mwifiex: Fix memcpy() field-spanning write warning in mwifiex_cmd_802_11_scan_ext()
|
||
- wifi: mwifiex: Fix memcpy() field-spanning write warning in mwifiex_cmd_802_11_scan_ext()
|
||
- !13024 wifi: cfg80211: Set correct chandef when starting CAC
|
||
- wifi: cfg80211: Set correct chandef when starting CAC
|
||
- !12993 igb: Do not bring the device up after non-fatal error
|
||
- igb: Do not bring the device up after non-fatal error
|
||
- !12988 mm/mremap: fix move_normal_pmd/retract_page_tables race
|
||
- mm/mremap: fix move_normal_pmd/retract_page_tables race
|
||
- !12800 cachefiles: fix dentry leak in cachefiles_open_file()
|
||
- cachefiles: fix dentry leak in cachefiles_open_file()
|
||
- !12900 ext4: fix double brelse() the buffer of the extents path
|
||
- ext4: fix double brelse() the buffer of the extents path
|
||
- !12896 ext4: aovid use-after-free in ext4_ext_insert_extent()
|
||
- ext4: aovid use-after-free in ext4_ext_insert_extent()
|
||
- !12960 ext4: update orig_path in ext4_find_extent()
|
||
- ext4: update orig_path in ext4_find_extent()
|
||
- !13012 drm/amd/display: Revert "drm/amd/display: Fix potential index out of bounds in color transformation function"
|
||
- drm/amd/display: Revert "drm/amd/display: Fix potential index out of bounds in color transformation function"
|
||
- !12909 btrfs: fix uninitialized pointer free on read_alloc_one_name() error
|
||
- btrfs: fix uninitialized pointer free on read_alloc_one_name() error
|
||
- !12906 io_uring: fix CVE-2024-50060
|
||
- io_uring: check if we need to reschedule during overflow flush
|
||
- io_uring: always lock __io_cqring_overflow_flush
|
||
- !12892 ext4: avoid use-after-free in ext4_ext_show_leaf()
|
||
- ext4: avoid use-after-free in ext4_ext_show_leaf()
|
||
- !12957 rseq/mm_cid: change the mm_cid macro default status and keep KABI consistent
|
||
- rseq/mm_cid: change the mm_cid macro default status and keep KABI consistent
|
||
- !12377 ep93xx: clock: Fix off by one in ep93xx_div_recalc_rate()
|
||
- ep93xx: clock: Fix off by one in ep93xx_div_recalc_rate()
|
||
- !12497 drm/stm: Avoid use-after-free issues with crtc and plane
|
||
- drm/stm: Avoid use-after-free issues with crtc and plane
|
||
- !12775 vt: prevent kernel-infoleak in con_font_get()
|
||
- vt: prevent kernel-infoleak in con_font_get()
|
||
- !12883 CVE-2024-50016
|
||
- drm/amd/display: Avoid overflow assignment in link_dp_cts
|
||
- !12774 net: microchip: vcap api: Fix memory leaks in vcap_api_encode_rule_test()
|
||
- net: microchip: vcap api: Fix memory leaks in vcap_api_encode_rule_test()
|
||
- !12776 drm/amd/display: Check stream before comparing them
|
||
- drm/amd/display: Check stream before comparing them
|
||
- !12940 virtCCA feature: GPU supports maximum 1G page table mapping
|
||
- virtcca feature : GPU supports maximum 1G page table mapping.
|
||
- !12952 drm/amd/display: Add null check for top_pipe_to_program in commit_planes_for_stream
|
||
- drm/amd/display: Add null check for top_pipe_to_program in commit_planes_for_stream
|
||
- !12942 fix CVE-2024-47704
|
||
- drm/amd/display: Check link_res->hpo_dp_link_enc before using it
|
||
- drm/amd/display: Check link_res->hpo_dp_link_enc before using it
|
||
- !12953 mm: gup: stop abusing try_grab_folio
|
||
- mm: gup: stop abusing try_grab_folio
|
||
- !9209 [OLK-6.6] perf/x86/zhaoxin/uncore: update KX-7000 support
|
||
- perf/x86/zhaoxin/uncore: update KX-7000 support
|
||
- !9191 [OLK-6.6] x86/cpu: Remove pointless evaluation of x86_coreid_bits
|
||
- x86/cpu: Remove pointless evaluation of x86_coreid_bits
|
||
- !9156 [OLK-6.6] USB: Fix kernel NULL pointer when unbind UHCI form vfio-pci
|
||
- USB:Fix kernel NULL pointer when unbind UHCI form vfio-pci
|
||
- !7927 [OLK-6.6] fix intel-lkp compilation issues for DMA patch
|
||
- x86/cpu/zhaoxin: kx-40000: Apply the static modifier to some symbols
|
||
- x86/cpu/zhaoxin: Encapsulate access to kh40000_dma_direct_ops within function
|
||
- x86/cpu/zhaoxin: Encapsulate access to global variables within functions
|
||
- x86/cpu/zhaoxin: Adjust the configuration options for zhaoxin-kx40000.c
|
||
- x86/cpu/zhaoxin: kx40000: fix bitwise warning issue
|
||
- !7874 [OLK-6.6] iommu/dma: Move iova_reserve_domain_addr to header dma-iommu.h
|
||
- iommu/dma: Move iova_reserve_domain_addr to header dma-iommu.h
|
||
- !12835 Net: nebula-matrix: fix ci build warning
|
||
- Net: nebula_matrix: fix ci build warning
|
||
- !12550 fs/inode: Prevent dump_mapping() accessing invalid dentry.d_name.name
|
||
- fs/inode: Prevent dump_mapping() accessing invalid dentry.d_name.name
|
||
- !12871 Fix CVE-2024-47703
|
||
- selftests/bpf: Add return value checks for failed tests
|
||
- bpf: Fix kabi breakage in struct bpf_insn_access_aux
|
||
- bpf: Fix kabi breakage in struct bpf_func_state
|
||
- bpf: Fix compare error in function retval_range_within
|
||
- bpf, lsm: Add check for BPF LSM return value
|
||
- bpf, lsm: Add disabled BPF LSM hook list
|
||
- bpf: enforce precise retval range on program exit
|
||
- bpf: enforce exact retval range on subprog/callback exit
|
||
- !12712 drm: omapdrm: Add missing check for alloc_ordered_workqueue
|
||
- drm: omapdrm: Add missing check for alloc_ordered_workqueue
|
||
- !12838 ocfs2: reserve space for inline xattr before attaching reflink tree
|
||
- ocfs2: reserve space for inline xattr before attaching reflink tree
|
||
- !12372 fix CVE-2024-49954
|
||
- static_call: Replace pointless WARN_ON() in static_call_module_notify()
|
||
- !12358 fix CVE-2024-49852
|
||
- scsi: elx: libefc: Fix potential use after free in efc_nport_vport_del()
|
||
- !12822 i3c: master: svc: Fix use after free vulnerability in svc_i3c_master Driver Due to Race Condition
|
||
- i3c: master: svc: Fix use after free vulnerability in svc_i3c_master Driver Due to Race Condition
|
||
- !12918 Input: adp5589-keys - fix NULL pointer dereference
|
||
- Input: adp5589-keys - fix NULL pointer dereference
|
||
- !12874 tipc: guard against string buffer overrun
|
||
- tipc: guard against string buffer overrun
|
||
- !12916 serial: protect uart_port_dtr_rts() in uart_shutdown() too
|
||
- serial: protect uart_port_dtr_rts() in uart_shutdown() too
|
||
- !12843 v4 CVE-2024-50063
|
||
- selftests/bpf: Add test for lsm tail call
|
||
- bpf: Fix kabi breakage in struct bpf_map
|
||
- bpf: Prevent tail call between progs attached to different hooks
|
||
- !12932 gso: fix udp gso fraglist segmentation after pull from frag_list
|
||
- gso: fix udp gso fraglist segmentation after pull from frag_list
|
||
- !12933 tcp: fix mptcp DSS corruption due to large pmtu xmit
|
||
- tcp: fix mptcp DSS corruption due to large pmtu xmit
|
||
- !12922 ocfs2: fix possible null-ptr-deref in ocfs2_set_buffer_uptodate
|
||
- ocfs2: fix possible null-ptr-deref in ocfs2_set_buffer_uptodate
|
||
- !12913 drm/msm/adreno: Assign msm_gpu->pdev earlier to avoid nullptrs
|
||
- drm/msm/adreno: Assign msm_gpu->pdev earlier to avoid nullptrs
|
||
- !12888 drm/amd/display: Add NULL check for clk_mgr and clk_mgr->funcs in dcn30_init_hw
|
||
- drm/amd/display: Add NULL check for clk_mgr and clk_mgr->funcs in dcn30_init_hw
|
||
- !12769 uprobes: fix kernel info leak via "[uprobes
|
||
- uprobes: fix kernel info leak via "[uprobes]" vma
|
||
- !12717 wifi: ath12k: fix array out-of-bound access in SoC stats
|
||
- wifi: ath12k: fix array out-of-bound access in SoC stats
|
||
- !12742 net/xen-netback: prevent UAF in xenvif_flush_hash()
|
||
- net/xen-netback: prevent UAF in xenvif_flush_hash()
|
||
- !12738 r8169: add tally counter fields added with RTL8125
|
||
- r8169: add tally counter fields added with RTL8125
|
||
- !12805 ext4: fix slab-use-after-free in ext4_split_extent_at()
|
||
- ext4: fix slab-use-after-free in ext4_split_extent_at()
|
||
- !12637 kthread: unpark only parked kthread
|
||
- kthread: unpark only parked kthread
|
||
- !12473 scsi: wd33c93: Don't use stale scsi_pointer value
|
||
- scsi: wd33c93: Don't use stale scsi_pointer value
|
||
- !12688 security/keys: fix slab-out-of-bounds in key_task_permission
|
||
- security/keys: fix slab-out-of-bounds in key_task_permission
|
||
- !12791 slip: make slhc_remember() more robust against malicious packets
|
||
- slip: make slhc_remember() more robust against malicious packets
|
||
- !12607 virtcca compile warning clean and coda bugfix
|
||
- virtcca bugfix: compile warning clean
|
||
- virtcca bugfix: clear device msi address
|
||
- virtcca bugfix: compile warning clean
|
||
- !12773 v4 add vdpa support for x86 and enable vdpa migration.
|
||
- vdpa: add support for x86 and open vdpa migration build config
|
||
- virtio_blk: remove the broken zone revalidation support
|
||
- !12759 CVE-2024-50055
|
||
- driver core: bus: Fix double free in driver API bus_register()
|
||
- !12772 MPTCP Upstream part 16
|
||
- selftests: mptcp: diag: avoid extra waiting
|
||
- configs/debug: add NET debug config
|
||
- MAINTAINERS: update Geliang's email address
|
||
- !12771 MPTCP Upstream part 15
|
||
- selftests: mptcp: diag: change timeout_poll to 30
|
||
- selftests: mptcp: join: change capture/checksum as bool
|
||
- selftests: mptcp: simult flows: define missing vars
|
||
- selftests: mptcp: netlink: drop duplicate var ret
|
||
- !12834 [OLK-6.6] drivers: load Yunsilicon ethernet driver when xsc_pci probing
|
||
- drivers: load Yunsilicon ethernet driver when xsc_pci probing
|
||
- !12817 media: venus: fix use after free bug in venus_remove due to race condition
|
||
- media: venus: fix use after free bug in venus_remove due to race condition
|
||
- !12599 iommufd: Require drivers to supply the cache_invalidate_user ops
|
||
- iommufd: Require drivers to supply the cache_invalidate_user ops
|
||
- !12793 uprobe: avoid out-of-bounds memory access of fetching args
|
||
- uprobe: avoid out-of-bounds memory access of fetching args
|
||
- !12821 v4 openeuler_defconfig: Disable CONFIG_DEBUG_INFO_BTF_MODULES
|
||
- openeuler_defconfig: Disable CONFIG_DEBUG_INFO_BTF_MODULES
|
||
- !12829 drm/amd/display: Check null-initialized variables
|
||
- drm/amd/display: Check null-initialized variables
|
||
- !12826 media: i2c: ar0521: Use cansleep version of gpiod_set_value()
|
||
- media: i2c: ar0521: Use cansleep version of gpiod_set_value()
|
||
- !12827 drm/amd/display: Check null pointers before using them
|
||
- drm/amd/display: Check null pointers before using them
|
||
- !12767 x86/bugs: Use code segment selector for VERW operand
|
||
- x86/bugs: Use code segment selector for VERW operand
|
||
- !12506 ocfs2: cancel dqi_sync_work before freeing oinfo
|
||
- ocfs2: cancel dqi_sync_work before freeing oinfo
|
||
- !12482 device-dax: correct pgoff align in dax_set_mapping()
|
||
- device-dax: correct pgoff align in dax_set_mapping()
|
||
- !12795 platform/x86: ISST: Fix the KASAN report slab-out-of-bounds bug
|
||
- platform/x86: ISST: Fix the KASAN report slab-out-of-bounds bug
|
||
- !12816 v2 bpf lts backport
|
||
- Fix kabi breakage in struct bpf_map
|
||
- bpf: Optimize the free of inner map
|
||
- !12747 parport: Proper fix for array out-of-bounds access
|
||
- parport: Proper fix for array out-of-bounds access
|
||
- !12780 drivers: misc: uacce: bugfix for MAX_ORDER
|
||
- drivers: misc: uacce: bugfix for MAX_ORDER
|
||
- !12718 thermal: core: Reference count the zone in thermal_zone_get_by_id()
|
||
- thermal: core: Reference count the zone in thermal_zone_get_by_id()
|
||
- !12707 drm/amd/display: Add NULL check for function pointer in dcn32_set_output_transfer_func
|
||
- drm/amd/display: Add NULL check for function pointer in dcn32_set_output_transfer_func
|
||
- !12768 Bluetooth: hci_conn: Fix UAF in hci_enhanced_setup_sync
|
||
- Bluetooth: hci_conn: Fix UAF in hci_enhanced_setup_sync
|
||
- !12674 net/mlx5e: Fix NULL deref in mlx5e_tir_builder_alloc()
|
||
- net/mlx5e: Fix NULL deref in mlx5e_tir_builder_alloc()
|
||
- !12736 drm/amd/display: Fix system hang while resume with TBT monitor
|
||
- drm/amd/display: Fix system hang while resume with TBT monitor
|
||
- !12604 drm/amd/display: Check null pointer before dereferencing se
|
||
- drm/amd/display: Check null pointer before dereferencing se
|
||
- !12591 cpufreq: amd-pstate: add check for cpufreq_cpu_get's return value
|
||
- cpufreq: amd-pstate: add check for cpufreq_cpu_get's return value
|
||
- !12465 drm/amd/display: Initialize get_bytes_per_element's default to 1
|
||
- drm/amd/display: Initialize get_bytes_per_element's default to 1
|
||
- !12755 pinctrl: stm32: check devm_kasprintf() returned value
|
||
- pinctrl: stm32: check devm_kasprintf() returned value
|
||
- !12715 MPTCP Upstream part 14
|
||
- mptcp: check the protocol in mptcp_sk() with DEBUG_NET
|
||
- mptcp: check the protocol in tcp_sk() with DEBUG_NET
|
||
- mptcp: token kunit: set protocol
|
||
- !12711 btrfs: fix uninitialized pointer free in add_inode_ref()
|
||
- btrfs: fix uninitialized pointer free in add_inode_ref()
|
||
- !12728 Backport "ima: Avoid blocking in RCU read-side critical section"
|
||
- ima: Avoid blocking in RCU read-side critical section
|
||
- Revert "ima: Avoid blocking in RCU read-side critical section"
|
||
- !12516 fix CVE-2024-47742
|
||
- firmware_loader: Block path traversal
|
||
- !12710 fix CVE-2024-49924
|
||
- fbdev: pxafb: Fix possible use after free in pxafb_task()
|
||
- !12729 CVE-2024-50059
|
||
- ntb: ntb_hw_switchtec: Fix use after free vulnerability in switchtec_ntb_remove due to race condition
|
||
- !12720 drivers/crypto/ccp: fix a build error
|
||
- drivers/crypto/ccp: fix a build error
|
||
- !12666 block: fix integer overflow in BLKSECDISCARD
|
||
- block: fix integer overflow in BLKSECDISCARD
|
||
- !12608 blk_iocost: fix more out of bound shifts
|
||
- blk_iocost: fix more out of bound shifts
|
||
- !12656 CVE-2024-49955
|
||
- ACPI: battery: Fix possible crash when unregistering a battery hook
|
||
- ACPI: battery: Simplify battery hook locking
|
||
- !12662 drm/amd/display: fix double free issue during amdgpu module unload
|
||
- drm/amd/display: fix double free issue during amdgpu module unload
|
||
- !12698 mm: memcg: don't periodically flush stats when memcg is disabled
|
||
- mm: writeback: ratelimit stat flush from mem_cgroup_wb_stats
|
||
- mm: memcg: don't periodically flush stats when memcg is disabled
|
||
- !12345 [OLK-6.6] drivers: update Yunsilicon driver to version rel_2406_rc16
|
||
- drivers: update Yunsilicon driver to version 2406_rc16
|
||
- !12617 drm/amd/display: Handle null 'stream_status' in 'planes_changed_for_existing_stream'
|
||
- drm/amd/display: Handle null 'stream_status' in 'planes_changed_for_existing_stream'
|
||
- !12545 Fix TX fifo corruption in patch [3
|
||
- serial: sc16is7xx: fix TX fifo corruption
|
||
- kfifo: add kfifo_out_linear{,_ptr}()
|
||
- serial: sc16is7xx: refactor FIFO access functions to increase commonality
|
||
- !12648 net: do not delay dst_entries_add() in dst_release()
|
||
- net: do not delay dst_entries_add() in dst_release()
|
||
- !12553 Fix CVE-2024-49996
|
||
- cifs: Fix buffer overflow when parsing NFS reparse points
|
||
- smb: client: fix parsing of device numbers
|
||
|
||
* Wed Oct 30 2024 jchzhou <zhoujiacheng@iscas.ac.cn> - 6.6.0-48.0.0.54
|
||
- create & package symvers-kernelver.gz unconditionally to fix ISO installation
|
||
faliures like in issue #I7MARC
|
||
|
||
* Wed Oct 30 2024 ZhangPeng <zhangpeng362@huawei.com> - 6.6.0-48.0.0.53
|
||
- !12565 KEYS: prevent NULL pointer dereference in find_asymmetric_key()
|
||
- KEYS: prevent NULL pointer dereference in find_asymmetric_key()
|
||
- !12498 nbd: fix race between timeout and normal completion
|
||
- nbd: fix race between timeout and normal completion
|
||
- !10861 [OLK-6.6] perf/x86/uncore: Add support for Hygon family 18h model 4h-7h and 10h DF PMU
|
||
- perf/x86/uncore: Add DF PMU support for Hygon family 18h model 4h-7h and 10h
|
||
- !12673 ocfs2: remove unreasonable unlock in ocfs2_read_blocks
|
||
- ocfs2: remove unreasonable unlock in ocfs2_read_blocks
|
||
- !12653 usb: typec: tipd: Free IRQ only if it was requested before
|
||
- usb: typec: tipd: Free IRQ only if it was requested before
|
||
- !12632 ALSA: asihpi: Fix potential OOB array access
|
||
- ALSA: asihpi: Fix potential OOB array access
|
||
- !12635 bpf: lsm: Set bpf_lsm_blob_sizes.lbs_task to 0
|
||
- bpf: lsm: Set bpf_lsm_blob_sizes.lbs_task to 0
|
||
- !12491 LoongArch: fix some 3C6000&LS7A related problems
|
||
- LoongArch: Add workaround for 3C6000 about io wr/rd
|
||
- Loongarch: Dynamic enable writecombine
|
||
- acpi: mcfg quirk: Increased multi-chip support for the 3C6000
|
||
- pci/quirks: LS7A2000 enable msi
|
||
- !12331 LoongArch: prevent LS7A Bus Master clearing on kexec
|
||
- LoongArch: prevent LS7A Bus Master clearing on kexec
|
||
- !12321 LoongArch: backport 3 patches from upstream
|
||
- LoongArch: Define __ARCH_WANT_NEW_STAT in unistd.h
|
||
- LoongArch: Add writecombine support for DMW-based ioremap()
|
||
- LoongArch: Change SHMLBA from SZ_64K to PAGE_SIZE
|
||
- !12557 ntfs3: Change to non-blocking allocation in ntfs_d_hash
|
||
- ntfs3: Change to non-blocking allocation in ntfs_d_hash
|
||
- !12554 NFSv4: Prevent NULL-pointer dereference in nfs42_complete_copies()
|
||
- NFSv4: Prevent NULL-pointer dereference in nfs42_complete_copies()
|
||
- !12444 nilfs2: fix potential oob read in nilfs_btree_check_delete()
|
||
- nilfs2: fix potential oob read in nilfs_btree_check_delete()
|
||
- !12631 some bugfixs for khuegpaged
|
||
- mm: khugepaged: fix the incorrect statistics when collapsing large file folios
|
||
- mm: khugepaged: fix the arguments order in khugepaged_collapse_file trace point
|
||
- selftests: mm: support shmem mTHP collapse testing
|
||
- mm: khugepaged: support shmem mTHP collapse
|
||
- mm: khugepaged: support shmem mTHP copy
|
||
- mm: khugepaged: use the number of pages in the folio to check the reference count
|
||
- mm: khugepaged: expand the is_refcount_suitable() to support file folios
|
||
- khugepaged: use a folio throughout hpage_collapse_scan_file()
|
||
- khugepaged: use a folio throughout collapse_file()
|
||
- khugepaged: remove hpage from collapse_file()
|
||
- khugepaged: pass a folio to __collapse_huge_page_copy()
|
||
- khugepaged: remove hpage from collapse_huge_page()
|
||
- khugepaged: convert alloc_charge_hpage to alloc_charge_folio
|
||
- khugepaged: inline hpage_collapse_alloc_folio()
|
||
- !12634 [openEuler-24.03-LTS][linux-6.6.y sync] Backport 6.6.53-6.6.54 LTS Patches
|
||
- Revert: "dm-verity: restart or panic on an I/O error"
|
||
- spi: atmel-quadspi: Fix wrong register value written to MR
|
||
- x86/tdx: Fix "in-kernel MMIO" check
|
||
- thunderbolt: Fix NULL pointer dereference in tb_port_update_credits()
|
||
- thunderbolt: Fix minimum allocated USB 3.x and PCIe bandwidth
|
||
- thunderbolt: Send uevent after asymmetric/symmetric switch
|
||
- wifi: brcmfmac: add linefeed at end of file
|
||
- iio: magnetometer: ak8975: Fix 'Unexpected device' error
|
||
- perf/arm-cmn: Fail DTC counter allocation correctly
|
||
- usb: yurex: Fix inconsistent locking bug in yurex_read()
|
||
- Documentation: KVM: fix warning in "make htmldocs"
|
||
- i2c: isch: Add missed 'else'
|
||
- i2c: aspeed: Update the stop sw state when the bus recovery occurs
|
||
- mm/damon/vaddr: protect vma traversal in __damon_va_thre_regions() with rcu read lock
|
||
- module: Fix KCOV-ignored file name
|
||
- spi: fspi: add support for imx8ulp
|
||
- mm: only enforce minimum stack gap size if it's sensible
|
||
- lockdep: fix deadlock issue between lockdep and rcu
|
||
- dm-verity: restart or panic on an I/O error
|
||
- bpf: lsm: Set bpf_lsm_blob_sizes.lbs_task to 0
|
||
- thunderbolt: Improve DisplayPort tunnel setup process to be more robust
|
||
- thunderbolt: Configure asymmetric link if needed and bandwidth allows
|
||
- thunderbolt: Add support for asymmetric link
|
||
- thunderbolt: Introduce tb_switch_depth()
|
||
- thunderbolt: Introduce tb_for_each_upstream_port_on_path()
|
||
- thunderbolt: Introduce tb_port_path_direction_downstream()
|
||
- thunderbolt: Change bandwidth reservations to comply USB4 v2
|
||
- thunderbolt: Make is_gen4_link() available to the rest of the driver
|
||
- thunderbolt: Use weight constants in tb_usb3_consumed_bandwidth()
|
||
- thunderbolt: Use constants for path weight and priority
|
||
- thunderbolt: Create multiple DisplayPort tunnels if there are more DP IN/OUT pairs
|
||
- thunderbolt: Expose tb_tunnel_xxx() log macros to the rest of the driver
|
||
- thunderbolt: Use tb_tunnel_dbg() where possible to make logging more consistent
|
||
- thunderbolt: Fix debug log when DisplayPort adapter not available for pairing
|
||
- dt-bindings: spi: nxp-fspi: add imx8ulp support
|
||
- dt-bindings: spi: nxp-fspi: support i.MX93 and i.MX95
|
||
- btrfs: reorder btrfs_inode to fill gaps
|
||
- btrfs: subpage: fix the bitmap dump which can cause bitmap corruption
|
||
- lib/bitmap: add bitmap_{read,write}()
|
||
- x86/entry: Remove unwanted instrumentation in common_interrupt()
|
||
- x86/idtentry: Incorporate definitions/declarations of the FRED entries
|
||
- serial: don't use uninitialized value in uart_poll_init()
|
||
- tty: serial: kgdboc: Fix 8250_* kgdb over serial
|
||
- pps: add an error check in parport_attach
|
||
- pps: remove usage of the deprecated ida_simple_xx() API
|
||
- usb: xhci: fix loss of data on Cadence xHC
|
||
- xhci: Add a quirk for writing ERST in high-low order
|
||
- USB: misc: yurex: fix race between read and write
|
||
- usb: yurex: Replace snprintf() with the safer scnprintf() variant
|
||
- soc: versatile: realview: fix soc_dev leak during device remove
|
||
- soc: versatile: realview: fix memory leak during device remove
|
||
- ARM: dts: imx6ul-geam: fix fsl,pins property in tscgrp pinctrl
|
||
- spi: fspi: involve lut_num for struct nxp_fspi_devtype_data
|
||
- padata: use integer wrap around to prevent deadlock on seq_nr overflow
|
||
- cpuidle: riscv-sbi: Use scoped device node handling to fix missing of_node_put
|
||
- icmp: change the order of rate limits
|
||
- EDAC/igen6: Fix conversion of system address to physical memory address
|
||
- fs: Fix file_set_fowner LSM hook inconsistencies
|
||
- vfs: fix race between evice_inodes() and find_inode()&iput()
|
||
- arm64: dts: rockchip: Correct the Pinebook Pro battery design capacity
|
||
- arm64: dts: qcom: sa8775p: Mark APPS and PCIe SMMUs as DMA coherent
|
||
- arm64: dts: rockchip: Raise Pinebook Pro's panel backlight PWM frequency
|
||
- arm64: esr: Define ESR_ELx_EC_* constants as UL
|
||
- hwrng: cctrng - Add missing clk_disable_unprepare in cctrng_resume
|
||
- hwrng: bcm2835 - Add missing clk_disable_unprepare in bcm2835_rng_init
|
||
- hwrng: mtk - Use devm_pm_runtime_enable
|
||
- f2fs: fix to check atomic_file in f2fs ioctl interfaces
|
||
- f2fs: Require FMODE_WRITE for atomic write ioctls
|
||
- f2fs: avoid potential int overflow in sanity_check_area_boundary()
|
||
- f2fs: prevent possible int overflow in dir_block_index()
|
||
- f2fs: fix several potential integer overflows in file offsets
|
||
- btrfs: always update fstrim_range on failure in FITRIM ioctl
|
||
- btrfs: tree-checker: fix the wrong output of data backref objectid
|
||
- debugobjects: Fix conditions in fill_pool()
|
||
- wifi: mt76: mt7615: check devm_kasprintf() returned value
|
||
- wifi: rtw88: 8822c: Fix reported RX band width
|
||
- wifi: rtw88: 8821cu: Remove VID/PID 0bda:c82c
|
||
- wifi: mt76: mt7915: check devm_kasprintf() returned value
|
||
- wifi: mt76: mt7921: Check devm_kasprintf() returned value
|
||
- perf/x86/intel/pt: Fix sampling synchronization
|
||
- efistub/tpm: Use ACPI reclaim memory for event log to avoid corruption
|
||
- ACPI: resource: Add another DMI match for the TongFang GMxXGxx
|
||
- ACPI: sysfs: validate return type of _STR method
|
||
- drbd: Add NULL check for net_conf to prevent dereference in state validation
|
||
- drbd: Fix atomicity violation in drbd_uuid_set_bm()
|
||
- crypto: ccp - Properly unregister /dev/sev on sev PLATFORM_STATUS failure
|
||
- serial: qcom-geni: fix fifo polling timeout
|
||
- xhci: Set quirky xHC PCI hosts to D3 _after_ stopping and freeing them.
|
||
- tty: rp2: Fix reset with non forgiving PCIe host bridges
|
||
- firmware_loader: Block path traversal
|
||
- bus: mhi: host: pci_generic: Fix the name for the Telit FE990A
|
||
- bus: integrator-lm: fix OF node leak in probe()
|
||
- usb: dwc2: drd: fix clock gating on USB role switch
|
||
- usb: cdnsp: Fix incorrect usb_request status
|
||
- USB: class: CDC-ACM: fix race between get_serial and set_serial
|
||
- USB: misc: cypress_cy7c63: check for short transfer
|
||
- USB: appledisplay: close race between probe and completion handler
|
||
- arm64: dts: mediatek: mt8195-cherry: Mark USB 3.0 on xhci1 as disabled
|
||
- usbnet: fix cyclical race on disconnect with work queue
|
||
- wifi: rtw88: Fix USB/SDIO devices not transmitting beacons
|
||
- can: esd_usb: Remove CAN_CTRLMODE_3_SAMPLES for CAN-USB/3-FD
|
||
- scsi: mac_scsi: Disallow bus errors during PDMA send
|
||
- scsi: mac_scsi: Refactor polling loop
|
||
- scsi: mac_scsi: Revise printk(KERN_DEBUG ...) messages
|
||
- scsi: ufs: qcom: Update MODE_MAX cfg_bw value
|
||
- scsi: sd: Fix off-by-one error in sd_read_block_characteristics()
|
||
- ata: libata-scsi: Fix ata_msense_control() CDL page reporting
|
||
- ksmbd: handle caseless file creation
|
||
- ksmbd: allow write with FILE_APPEND_DATA
|
||
- ksmbd: make __dir_empty() compatible with POSIX
|
||
- fs: Create a generic is_dot_dotdot() utility
|
||
- powerpc/atomic: Use YZ constraints for DS-form instructions
|
||
- KEYS: prevent NULL pointer dereference in find_asymmetric_key()
|
||
- drm/amd/display: Validate backlight caps are sane
|
||
- drm/amd/display: Round calculated vtotal
|
||
- drm/amd/display: Add HDMI DSC native YCbCr422 support
|
||
- drm/amd/display: Skip Recompute DSC Params if no Stream on Link
|
||
- KVM: Use dedicated mutex to protect kvm_usage_count to avoid deadlock
|
||
- KVM: x86: Move x2APIC ICR helper above kvm_apic_write_nodecode()
|
||
- KVM: x86: Enforce x2APIC's must-be-zero reserved ICR bits
|
||
- KVM: arm64: Add memory length checks and remove inline in do_ffa_mem_xfer
|
||
- Input: i8042 - add another board name for TUXEDO Stellaris Gen5 AMD line
|
||
- Input: i8042 - add TUXEDO Stellaris 15 Slim Gen6 AMD to i8042 quirk table
|
||
- Input: i8042 - add TUXEDO Stellaris 16 Gen5 AMD to i8042 quirk table
|
||
- Input: adp5588-keys - fix check on return code
|
||
- iommufd: Protect against overflow of ALIGN() during iova allocation
|
||
- Revert "media: tuners: fix error return code of hybrid_tuner_request_state()"
|
||
- soc: versatile: integrator: fix OF node leak in probe() error path
|
||
- soc: fsl: cpm1: tsa: Fix tsa_write8()
|
||
- ASoC: rt5682: Return devm_of_clk_add_hw_provider to transfer the error
|
||
- Revert "soc: qcom: smd-rpm: Match rpmsg channel instead of compatible"
|
||
- PCI: xilinx-nwl: Fix off-by-one in INTx IRQ handler
|
||
- PCI: Use an error code with PCIe failed link retraining
|
||
- PCI: Correct error reporting with PCIe failed link retraining
|
||
- PCI: imx6: Fix missing call to phy_power_off() in error handling
|
||
- PCI: dra7xx: Fix threaded IRQ request for "dra7xx-pcie-main" IRQ
|
||
- PCI: Clear the LBMS bit after a link retrain
|
||
- PCI: Revert to the original speed after PCIe failed link retraining
|
||
- Remove *.orig pattern from .gitignore
|
||
- io_uring/sqpoll: do not put cpumask on stack
|
||
- io_uring/sqpoll: retain test for whether the CPU is valid
|
||
- xen: move checks for e820 conflicts further up
|
||
- Revert "net: libwx: fix alloc msix vectors failed"
|
||
- drm/vmwgfx: Prevent unmapping active read buffers
|
||
- drm/amd/display: Fix Synaptics Cascaded Panamera DSC Determination
|
||
- mm: call the security_mmap_file() LSM hook in remap_file_pages()
|
||
- io_uring: check for presence of task_work rather than TIF_NOTIFY_SIGNAL
|
||
- io_uring/sqpoll: do not allow pinning outside of cpuset
|
||
- netfilter: nf_tables: use rcu chain hook list iterator from netlink dump path
|
||
- netfilter: ctnetlink: compile ctnetlink_label_size with CONFIG_NF_CONNTRACK_EVENTS
|
||
- netfilter: nf_tables: Keep deleted flowtable hooks until after RCU
|
||
- net: stmmac: set PP_FLAG_DMA_SYNC_DEV only if XDP is enabled
|
||
- virtio_net: Fix mismatched buf address when unmapping for small packets
|
||
- bonding: Fix unnecessary warnings and logs from bond_xdp_get_xmit_slave()
|
||
- net: qrtr: Update packets cloning when broadcasting
|
||
- tcp: check skb is non-NULL in tcp_rto_delta_us()
|
||
- net: ipv6: select DST_CACHE from IPV6_RPL_LWTUNNEL
|
||
- net: seeq: Fix use after free vulnerability in ether3 Driver Due to Race Condition
|
||
- net: xilinx: axienet: Fix packet counting
|
||
- net: xilinx: axienet: Schedule NAPI in two steps
|
||
- Revert "dm: requeue IO if mapping table not yet available"
|
||
- ep93xx: clock: Fix off by one in ep93xx_div_recalc_rate()
|
||
- vhost_vdpa: assign irq bypass producer token correctly
|
||
- cxl/pci: Fix to record only non-zero ranges
|
||
- interconnect: icc-clk: Add missed num_nodes initialization
|
||
- coresight: tmc: sg: Do not leak sg_table
|
||
- serial: 8250: omap: Cleanup on error in request_irq
|
||
- driver core: Fix a potential null-ptr-deref in module_add_driver()
|
||
- dt-bindings: iio: asahi-kasei,ak8975: drop incorrect AK09116 compatible
|
||
- iio: magnetometer: ak8975: drop incorrect AK09116 compatible
|
||
- iio: magnetometer: ak8975: Convert enum->pointer for data in the match tables
|
||
- iio: chemical: bme680: Fix read/write ops to device by adding mutexes
|
||
- ABI: testing: fix admv8818 attr description
|
||
- driver core: Fix error handling in driver API device_rename()
|
||
- iio: adc: ad7606: fix standby gpio state to match the documentation
|
||
- iio: adc: ad7606: fix oversampling gpio array
|
||
- nvme-multipath: system fails to create generic nvme device
|
||
- spi: atmel-quadspi: Avoid overwriting delay register settings
|
||
- spi: spi-fsl-lpspi: Undo runtime PM changes at driver exit time
|
||
- spi: atmel-quadspi: Undo runtime PM changes at driver exit time
|
||
- f2fs: get rid of online repaire on corrupted directory
|
||
- f2fs: clean up w/ dotdot_name
|
||
- f2fs: prevent atomic file from being dirtied before commit
|
||
- f2fs: compress: don't redirty sparse cluster during {,de}compress
|
||
- f2fs: compress: do sanity check on cluster when CONFIG_F2FS_CHECK_FS is on
|
||
- f2fs: fix to avoid use-after-free in f2fs_stop_gc_thread()
|
||
- f2fs: support .shutdown in f2fs_sops
|
||
- f2fs: atomic: fix to truncate pagecache before on-disk metadata truncation
|
||
- f2fs: fix to wait page writeback before setting gcing flag
|
||
- f2fs: Create COW inode from parent dentry for atomic write
|
||
- f2fs: fix to avoid racing in between read and OPU dio write
|
||
- f2fs: reduce expensive checkpoint trigger frequency
|
||
- f2fs: atomic: fix to avoid racing w/ GC
|
||
- crypto: powerpc/p10-aes-gcm - Disable CRYPTO_AES_GCM_P10
|
||
- crypto: caam - Pad SG length when allocating hash edesc
|
||
- ntb: Force physically contiguous allocation of rx ring buffers
|
||
- ntb_perf: Fix printk format
|
||
- RDMA/irdma: fix error message in irdma_modify_qp_roce()
|
||
- RDMA/cxgb4: Added NULL check for lookup_atid
|
||
- riscv: Fix fp alignment bug in perf_callchain_user()
|
||
- RDMA/mlx5: Obtain upper net device only when needed
|
||
- watchdog: imx_sc_wdt: Don't disable WDT in suspend
|
||
- RDMA/mlx5: Limit usage of over-sized mkeys from the MR cache
|
||
- RDMA/erdma: Return QP state in erdma_query_qp
|
||
- PCI: kirin: Fix buffer overflow in kirin_pcie_parse_port()
|
||
- IB/core: Fix ib_cache_setup_one error flow cleanup
|
||
- pinctrl: mvebu: Fix devinit_dove_pinctrl_probe function
|
||
- nfsd: fix refcount leak when file is unhashed after being found
|
||
- nfsd: remove unneeded EEXIST error check in nfsd_do_file_acquire
|
||
- clk: rockchip: rk3588: Fix 32k clock name for pmu_24m_32k_100m_src_p
|
||
- clk: starfive: Use pm_runtime_resume_and_get to fix pm_runtime_get_sync() usage
|
||
- clk: ti: dra7-atl: Fix leak of of_nodes
|
||
- RDMA/rtrs-clt: Reset cid to con_num - 1 to stay in bounds
|
||
- RDMA/rtrs: Reset hb_missed_cnt after receiving other traffic from peer
|
||
- media: mediatek: vcodec: Fix H264 stateless decoder smatch warning
|
||
- media: mediatek: vcodec: Fix VP8 stateless decoder smatch warning
|
||
- media: mediatek: vcodec: Fix H264 multi stateless decoder smatch warning
|
||
- clk: at91: sama7g5: Allocate only the needed amount of memory for PLLs
|
||
- pinctrl: single: fix missing error code in pcs_probe()
|
||
- RDMA/iwcm: Fix WARNING:at_kernel/workqueue.c:#check_flush_dependency
|
||
- media: platform: rzg2l-cru: rzg2l-csi2: Add missing MODULE_DEVICE_TABLE
|
||
- PCI: xilinx-nwl: Clean up clock on probe failure/removal
|
||
- PCI: xilinx-nwl: Fix register misspelling
|
||
- nvdimm: Fix devs leaks in scan_labels()
|
||
- x86/PCI: Check pcie_find_root_port() return for NULL
|
||
- leds: pca995x: Fix device child node usage in pca995x_probe()
|
||
- leds: pca995x: Use device_for_each_child_node() to access device child nodes
|
||
- leds: leds-pca995x: Add support for NXP PCA9956B
|
||
- clk: qcom: dispcc-sm8250: use special function for Lucid 5LPE PLL
|
||
- clk: qcom: ipq5332: Register gcc_qdss_tsctr_clk_src
|
||
- PCI: keystone: Fix if-statement expression in ks_pcie_quirk()
|
||
- firewire: core: correct range of block for case of switch statement
|
||
- PCI: Wait for Link before restoring Downstream Buses
|
||
- drivers: media: dvb-frontends/rtl2830: fix an out-of-bounds write error
|
||
- Input: ilitek_ts_i2c - add report id message validation
|
||
- Input: ilitek_ts_i2c - avoid wrong input subsystem sync
|
||
- pinctrl: ti: ti-iodelay: Fix some error handling paths
|
||
- pinctrl: ti: iodelay: Use scope based of_node_put() cleanups
|
||
- pinctrl: Use device_get_match_data()
|
||
- pinctrl: ti: ti-iodelay: Convert to platform remove callback returning void
|
||
- leds: bd2606mvv: Fix device child node usage in bd2606mvv_probe()
|
||
- clk: qcom: dispcc-sm8550: use rcg2_shared_ops for ESC RCGs
|
||
- clk: qcom: dispcc-sm8650: Update the GDSC flags
|
||
- clk: qcom: dispcc-sm8550: use rcg2_ops for mdss_dptx1_aux_clk_src
|
||
- clk: qcom: dispcc-sm8550: fix several supposed typos
|
||
- clk: rockchip: Set parent rate for DCLK_VOP clock on RK3228
|
||
- remoteproc: imx_rproc: Initialize workqueue earlier
|
||
- remoteproc: imx_rproc: Correct ddr alias for i.MX8M
|
||
- clk: imx: imx8qxp: Parent should be initialized earlier than the clock
|
||
- clk: imx: imx8qxp: Register dc0_bypass0_clk before disp clk
|
||
- clk: imx: imx8mp: fix clock tree update of TF-A managed clocks
|
||
- clk: imx: fracn-gppll: fix fractional part of PLL getting lost
|
||
- clk: imx: composite-7ulp: Check the PCC present bit
|
||
- clk: imx: composite-93: keep root clock on when mcore enabled
|
||
- clk: imx: composite-8m: Enable gate clk with mcore_booted
|
||
- clk: imx: composite-8m: Less function calls in __imx8m_clk_hw_composite() after error detection
|
||
- clk: imx: imx6ul: fix default parent for enet*_ref_sel
|
||
- clk: imx: clk-audiomix: Correct parent clock for earc_phy and audpll
|
||
- nilfs2: fix potential oob read in nilfs_btree_check_delete()
|
||
- nilfs2: determine empty node blocks as corrupted
|
||
- nilfs2: fix potential null-ptr-deref in nilfs_btree_insert()
|
||
- ext4: check stripe size compatibility on remount as well
|
||
- ext4: avoid OOB when system.data xattr changes underneath the filesystem
|
||
- ext4: return error on ext4_find_inline_entry
|
||
- ext4: avoid negative min_clusters in find_group_orlov()
|
||
- ext4: avoid potential buffer_head leak in __ext4_new_inode()
|
||
- ext4: avoid buffer_head leak in ext4_mark_inode_used()
|
||
- smackfs: Use rcu_assign_pointer() to ensure safe assignment in smk_set_cipso
|
||
- ext4: clear EXT4_GROUP_INFO_WAS_TRIMMED_BIT even mount with discard
|
||
- kthread: fix task state in kthread worker if being frozen
|
||
- xz: cleanup CRC32 edits from 2018
|
||
- bpf: correctly handle malformed BPF_CORE_TYPE_ID_LOCAL relos
|
||
- samples/bpf: Fix compilation errors with cf-protection option
|
||
- selftests/bpf: Fix error compiling tc_redirect.c with musl libc
|
||
- selftests/bpf: Fix compile if backtrace support missing in libc
|
||
- selftests/bpf: Fix redefinition errors compiling lwt_reroute.c
|
||
- selftests/bpf: Fix flaky selftest lwt_redirect/lwt_reroute
|
||
- selftests/bpf: Fix C++ compile error from missing _Bool type
|
||
- selftests/bpf: Fix error compiling test_lru_map.c
|
||
- selftests/bpf: Fix arg parsing in veristat, test_progs
|
||
- selftests/bpf: Fix errors compiling cg_storage_multi.h with musl libc
|
||
- selftests/bpf: Fix errors compiling decap_sanity.c with musl libc
|
||
- selftests/bpf: Fix errors compiling lwt_redirect.c with musl libc
|
||
- selftests/bpf: Fix compiling core_reloc.c with musl-libc
|
||
- selftests/bpf: Fix compiling tcp_rtt.c with musl-libc
|
||
- selftests/bpf: Fix compiling flow_dissector.c with musl-libc
|
||
- selftests/bpf: Fix compiling kfree_skb.c with musl-libc
|
||
- selftests/bpf: Fix compiling parse_tcp_hdr_opt.c with musl-libc
|
||
- selftests/bpf: Fix include of <sys/fcntl.h>
|
||
- selftests/bpf: Add a cgroup prog bpf_get_ns_current_pid_tgid() test
|
||
- selftests/bpf: Refactor out some functions in ns_current_pid_tgid test
|
||
- selftests/bpf: Replace CHECK with ASSERT_* in ns_current_pid_tgid test
|
||
- selftests/bpf: Fix missing BUILD_BUG_ON() declaration
|
||
- selftests/bpf: Fix missing UINT_MAX definitions in benchmarks
|
||
- selftests/bpf: Fix missing ARRAY_SIZE() definition in bench.c
|
||
- selftests/bpf: Drop unneeded error.h includes
|
||
- selftests/bpf: Implement get_hw_ring_size function to retrieve current and max interface size
|
||
- selftests/bpf: Fix error compiling bpf_iter_setsockopt.c with musl libc
|
||
- selftests/bpf: Fix compile error from rlim_t in sk_storage_map.c
|
||
- selftests/bpf: Use pid_t consistently in test_progs.c
|
||
- tools/runqslower: Fix LDFLAGS and add LDLIBS support
|
||
- selftests/bpf: Fix wrong binary in Makefile log output
|
||
- selftests/bpf: Add CFLAGS per source file and runner
|
||
- bpf: Temporarily define BPF_NO_PRESEVE_ACCESS_INDEX for GCC
|
||
- bpf: Disable some `attribute ignored' warnings in GCC
|
||
- bpf: Use -Wno-error in certain tests when building with GCC
|
||
- selftests/bpf: Fix error linking uprobe_multi on mips
|
||
- selftests/bpf: Workaround strict bpf_lsm return value check.
|
||
- tpm: Clean up TPM space after command failure
|
||
- xen/swiotlb: fix allocated size
|
||
- xen/swiotlb: add alignment check for dma buffers
|
||
- xen: tolerate ACPI NVS memory overlapping with Xen allocated memory
|
||
- xen: add capability to remap non-RAM pages to different PFNs
|
||
- xen: move max_pfn in xen_memory_setup() out of function scope
|
||
- xen: introduce generic helper checking for memory map conflicts
|
||
- minmax: avoid overly complex min()/max() macro arguments in xen
|
||
- ata: libata: Clear DID_TIME_OUT for ATA PT commands with sense data
|
||
- HID: wacom: Do not warn about dropped packets for first packet
|
||
- HID: wacom: Support sequence numbers smaller than 16-bit
|
||
- xen: use correct end address of kernel for conflict checking
|
||
- drivers:drm:exynos_drm_gsc:Fix wrong assignment in gsc_bind()
|
||
- drm/msm: fix %s null argument error
|
||
- drm/msm/dsi: correct programming sequence for SM8350 / SM8450
|
||
- ipmi: docs: don't advertise deprecated sysfs entries
|
||
- drm/msm/a5xx: workaround early ring-buffer emptiness check
|
||
- drm/msm/a5xx: fix races in preemption evaluation stage
|
||
- drm/msm/a5xx: properly clear preemption records on resume
|
||
- drm/msm/a5xx: disable preemption in submits by default
|
||
- drm/msm: Fix incorrect file name output in adreno_request_fw()
|
||
- powerpc/vdso: Inconditionally use CFUNC macro
|
||
- powerpc/8xx: Fix kernel vs user address comparison
|
||
- powerpc/8xx: Fix initial memory mapping
|
||
- drm/mediatek: Use spin_lock_irqsave() for CRTC event lock
|
||
- drm/mediatek: Fix missing configuration flags in mtk_crtc_ddp_config()
|
||
- jfs: fix out-of-bounds in dbNextAG() and diAlloc()
|
||
- scsi: elx: libefc: Fix potential use after free in efc_nport_vport_del()
|
||
- drm/vc4: hdmi: Handle error case of pm_runtime_resume_and_get
|
||
- drm/bridge: lontium-lt8912b: Validate mode in drm_bridge_funcs::mode_valid()
|
||
- drm/radeon/evergreen_cs: fix int overflow errors in cs track offsets
|
||
- drm/rockchip: dw_hdmi: Fix reading EDID when using a forced mode
|
||
- drm/rockchip: vop: Allow 4096px width scaling
|
||
- drm/amd/amdgpu: Properly tune the size of struct
|
||
- scsi: NCR5380: Check for phase match during PDMA fixup
|
||
- scsi: smartpqi: revert propagate-the-multipath-failure-to-SML-quickly
|
||
- drm/radeon: properly handle vbios fake edid sizing
|
||
- drm/amdgpu: properly handle vbios fake edid sizing
|
||
- drm/stm: ltdc: check memory returned by devm_kzalloc()
|
||
- drm/stm: Fix an error handling path in stm_drm_platform_probe()
|
||
- pmdomain: core: Harden inter-column space in debug summary
|
||
- iommu/arm-smmu-qcom: apply num_context_bank fixes for SDM630 / SDM660
|
||
- iommu/arm-smmu-qcom: Work around SDM845 Adreno SMMU w/ 16K pages
|
||
- iommu/arm-smmu-qcom: hide last LPASS SMMU context bank from linux
|
||
- mtd: rawnand: mtk: Fix init error path
|
||
- mtd: rawnand: mtk: Factorize out the logic cleaning mtk chips
|
||
- mtd: rawnand: mtk: Use for_each_child_of_node_scoped()
|
||
- rcu/nocb: Fix RT throttling hrtimer armed from offline CPU
|
||
- mtd: powernv: Add check devm_kasprintf() returned value
|
||
- iommu/amd: Do not set the D bit on AMD v2 table entries
|
||
- fbdev: hpfb: Fix an error handling path in hpfb_dio_probe()
|
||
- power: supply: max17042_battery: Fix SOC threshold calc w/ no current sense
|
||
- power: supply: axp20x_battery: Remove design from min and max voltage
|
||
- hwmon: (ntc_thermistor) fix module autoloading
|
||
- mtd: slram: insert break after errors in parsing the map
|
||
- hwmon: (max16065) Fix alarm attributes
|
||
- hwmon: (max16065) Remove use of i2c_match_id()
|
||
- hwmon: (max16065) Fix overflows seen when writing limits
|
||
- ASoC: loongson: fix error release
|
||
- m68k: Fix kernel_clone_args.flags in m68k_clone()
|
||
- ALSA: hda: cs35l41: fix module autoloading
|
||
- selftests/ftrace: Add required dependency for kprobe tests
|
||
- ASoC: tas2781-i2c: Get the right GPIO line
|
||
- ASoC: tas2781-i2c: Drop weird GPIO code
|
||
- ASoC: tas2781: Use of_property_read_reg()
|
||
- ASoC: tas2781: remove unused acpi_subysystem_id
|
||
- ASoC: rt5682s: Return devm_of_clk_add_hw_provider to transfer the error
|
||
- x86/mm: Use IPIs to synchronize LAM enablement
|
||
- arm64: dts: mediatek: mt8195: Correct clock order for dp_intf*
|
||
- clocksource/drivers/qcom: Add missing iounmap() on errors in msm_dt_timer_init()
|
||
- reset: k210: fix OF node leak in probe() error path
|
||
- reset: berlin: fix OF node leak in probe() error path
|
||
- ARM: versatile: fix OF node leak in CPUs prepare
|
||
- ARM: dts: imx7d-zii-rmu2: fix Ethernet PHY pinctrl property
|
||
- ARM: dts: microchip: sama7g5: Fix RTT clock
|
||
- spi: bcmbca-hsspi: Fix missing pm_runtime_disable()
|
||
- arm64: dts: ti: k3-j721e-beagleboneai64: Fix reversed C6x carveout locations
|
||
- arm64: dts: ti: k3-j721e-sk: Fix reversed C6x carveout locations
|
||
- arm64: dts: rockchip: Correct vendor prefix for Hardkernel ODROID-M1
|
||
- ARM: dts: microchip: sam9x60: Fix rtc/rtt clocks
|
||
- arm64: dts: renesas: r9a07g044: Correct GICD and GICR sizes
|
||
- arm64: dts: renesas: r9a07g054: Correct GICD and GICR sizes
|
||
- arm64: dts: renesas: r9a07g043u: Correct GICD and GICR sizes
|
||
- regulator: Return actual error in of_regulator_bulk_get_all()
|
||
- spi: ppc4xx: Avoid returning 0 when failed to parse and map IRQ
|
||
- firmware: arm_scmi: Fix double free in OPTEE transport
|
||
- arm64: dts: mediatek: mt8186: Fix supported-hw mask for GPU OPPs
|
||
- arm64: dts: exynos: exynos7885-jackpotlte: Correct RAM amount to 4GB
|
||
- spi: ppc4xx: handle irq_of_parse_and_map() errors
|
||
- block: fix potential invalid pointer dereference in blk_add_partition
|
||
- block: print symbolic error name instead of error code
|
||
- io_uring/io-wq: inherit cpuset of cgroup in io worker
|
||
- io_uring/io-wq: do not allow pinning outside of cpuset
|
||
- block, bfq: fix procress reference leakage for bfqq in merge chain
|
||
- block, bfq: fix uaf for accessing waker_bfqq after splitting
|
||
- erofs: fix incorrect symlink detection in fast symlink
|
||
- cachefiles: Fix non-taking of sb_writers around set/removexattr
|
||
- block, bfq: don't break merge chain in bfq_split_bfqq()
|
||
- block, bfq: choose the last bfqq from merge chain in bfq_setup_cooperator()
|
||
- block, bfq: fix possible UAF for bfqq->bic with merge chain
|
||
- nbd: fix race between timeout and normal completion
|
||
- ublk: move zone report data out of request pdu
|
||
- ipv6: avoid possible NULL deref in rt6_uncached_list_flush_dev()
|
||
- net: tipc: avoid possible garbage value
|
||
- net: ipv6: rpl_iptunnel: Fix memory leak in rpl_input
|
||
- r8169: disable ALDPS per default for RTL8125
|
||
- net: enetc: Use IRQF_NO_AUTOEN flag in request_irq()
|
||
- bareudp: Pull inner IP header on xmit.
|
||
- bareudp: Pull inner IP header in bareudp_udp_encap_recv().
|
||
- Bluetooth: btusb: Fix not handling ZPL/short-transfer
|
||
- can: m_can: m_can_close(): stop clocks after device has been shut down
|
||
- can: m_can: enable NAPI before enabling interrupts
|
||
- sock_map: Add a cond_resched() in sock_hash_free()
|
||
- Bluetooth: hci_sync: Ignore errors from HCI_OP_REMOTE_NAME_REQ_CANCEL
|
||
- Bluetooth: hci_core: Fix sending MGMT_EV_CONNECT_FAILED
|
||
- wifi: wilc1000: fix potential RCU dereference issue in wilc_parse_join_bss_param
|
||
- wifi: mac80211: use two-phase skb reclamation in ieee80211_do_stop()
|
||
- wifi: cfg80211: fix two more possible UBSAN-detected off-by-one errors
|
||
- wifi: mt76: mt7996: fix uninitialized TLV data
|
||
- wifi: mt76: mt7996: ensure 4-byte alignment for beacon commands
|
||
- wifi: mt76: mt7915: fix rx filter setting for bfee functionality
|
||
- wifi: cfg80211: fix UBSAN noise in cfg80211_wext_siwscan()
|
||
- wifi: mt76: mt7603: fix mixed declarations and code
|
||
- crypto: hisilicon/qm - inject error before stopping queue
|
||
- pm:cpupower: Add missing powercap_set_enabled() stub function
|
||
- x86/sgx: Fix deadlock in SGX NUMA node search
|
||
- wifi: mt76: mt7996: fix EHT beamforming capability check
|
||
- wifi: mt76: mt7996: fix HE and EHT beamforming capabilities
|
||
- wifi: mt76: mt7996: fix wmm set of station interface to 3
|
||
- wifi: mt76: mt7996: fix traffic delay when switching back to working channel
|
||
- wifi: mt76: mt7996: use hweight16 to get correct tx antenna
|
||
- wifi: mt76: mt7915: fix oops on non-dbdc mt7986
|
||
- cpufreq: ti-cpufreq: Introduce quirks to handle syscon fails appropriately
|
||
- perf/arm-cmn: Ensure dtm_idx is big enough
|
||
- perf/arm-cmn: Fix CCLA register offset
|
||
- perf/arm-cmn: Refactor node ID handling. Again.
|
||
- perf/arm-cmn: Improve debugfs pretty-printing for large configs
|
||
- perf/arm-cmn: Rework DTC counters (again)
|
||
- netfilter: nf_tables: remove annotation to access set timeout while holding lock
|
||
- netfilter: nf_tables: reject expiration higher than timeout
|
||
- netfilter: nf_tables: reject element expiration with no timeout
|
||
- netfilter: nf_tables: elements with timeout below CONFIG_HZ never expire
|
||
- ACPI: CPPC: Fix MASK_VAL() usage
|
||
- can: j1939: use correct function name in comment
|
||
- kselftest/arm64: Actually test SME vector length changes via sigreturn
|
||
- padata: Honor the caller's alignment in case of chunk_size 0
|
||
- wifi: iwlwifi: mvm: increase the time between ranging measurements
|
||
- wifi: iwlwifi: config: label 'gl' devices as discrete
|
||
- wifi: iwlwifi: remove AX101, AX201 and AX203 support from LNL
|
||
- wifi: mac80211: don't use rate mask for offchannel TX either
|
||
- kselftest/arm64: signal: fix/refactor SVE vector length enumeration
|
||
- powercap: intel_rapl: Fix off by one in get_rpi()
|
||
- ARM: 9410/1: vfp: Use asm volatile in fmrx/fmxr macros
|
||
- mount: handle OOM on mnt_warn_timestamp_expiry
|
||
- RISC-V: KVM: Fix to allow hpmcounter31 from the guest
|
||
- RISC-V: KVM: Allow legacy PMU access from guest
|
||
- RISC-V: KVM: Fix sbiret init before forwarding to userspace
|
||
- wifi: rtw88: remove CPT execution branch never used
|
||
- arm64: signal: Fix some under-bracketed UAPI macros
|
||
- wifi: ath12k: fix invalid AMPDU factor calculation in ath12k_peer_assoc_h_he()
|
||
- wifi: ath12k: match WMI BSS chan info structure with firmware definition
|
||
- wifi: ath12k: fix BSS chan info request WMI command
|
||
- wifi: ath9k: Remove error checks when creating debugfs entries
|
||
- wifi: brcmfmac: introducing fwil query functions
|
||
- wifi: brcmfmac: export firmware interface functions
|
||
- ACPI: PMIC: Remove unneeded check in tps68470_pmic_opregion_probe()
|
||
- crypto: xor - fix template benchmarking
|
||
- wifi: rtw88: always wait for both firmware loading attempts
|
||
- EDAC/synopsys: Fix error injection on Zynq UltraScale+
|
||
- EDAC/synopsys: Fix ECC status and IRQ control race condition
|
||
- !12612 Hygon model 4h~fh and 10h ATL issue fix
|
||
- EDAC/amd64: Don't use the ATL for Hygon model 4h~fh and 10h processors
|
||
- !12464 f2fs: fix to don't set SB_RDONLY in f2fs_handle_critical_error()
|
||
- f2fs: fix to don't set SB_RDONLY in f2fs_handle_critical_error()
|
||
- !12584 drm/amd/display: Add null check for set_output_gamma in dcn30_set_output_transfer_func
|
||
- drm/amd/display: Add null check for set_output_gamma in dcn30_set_output_transfer_func
|
||
- !12461 NFSD: Limit the number of concurrent async COPY operations
|
||
- NFSD: Limit the number of concurrent async COPY operations
|
||
- !12559 fix CVE-2024-49900
|
||
- jfs: Fix uninit-value access of new_ea in ea_buffer
|
||
- !12462 drm/amd/display: Fix index out of bounds in DCN30 degamma hardware format translation
|
||
- drm/amd/display: Fix index out of bounds in DCN30 degamma hardware format translation
|
||
- !12455 drm/amd/display: Add NULL check for function pointer in dcn20_set_output_transfer_func
|
||
- drm/amd/display: Add NULL check for function pointer in dcn20_set_output_transfer_func
|
||
- !12448 drm/amd/display: Add null check for head_pipe in dcn201_acquire_free_pipe_for_layer
|
||
- drm/amd/display: Add null check for head_pipe in dcn201_acquire_free_pipe_for_layer
|
||
- !12443 drm/amd/display: Fix index out of bounds in DCN30 color transformation
|
||
- drm/amd/display: Fix index out of bounds in DCN30 color transformation
|
||
- !12533 drm/amd/display: Add null check for head_pipe in dcn32_acquire_idle_pipe_for_head_pipe_in_layer
|
||
- drm/amd/display: Add null check for head_pipe in dcn32_acquire_idle_pipe_for_head_pipe_in_layer
|
||
- !12065 Fix VMAPP/VMOVP races
|
||
- irqchip/gic-v4: Fix ordering between vmapp and vpe locks
|
||
- irqchip/gic-v4: Make sure a VPE is locked when VMAPP is issued
|
||
- irqchip/gic-v4: Substitute vmovp_lock for a per-VM lock
|
||
- irqchip/gic-v4: Always configure affinity on VPE activation
|
||
- !12400 drivers: media: dvb-frontends/rtl2832: fix an out-of-bounds write error
|
||
- drivers: media: dvb-frontends/rtl2832: fix an out-of-bounds write error
|
||
- !12429 jfs: Fix uaf in dbFreeBits
|
||
- jfs: Fix uaf in dbFreeBits
|
||
- !12428 jfs: check if leafidx greater than num leaves per dmap tree
|
||
- jfs: check if leafidx greater than num leaves per dmap tree
|
||
- !12426 btrfs: fix a NULL pointer dereference when failed to start a new trasacntion
|
||
- btrfs: fix a NULL pointer dereference when failed to start a new trasacntion
|
||
- !12427 btrfs: wait for fixup workers before stopping cleaner kthread during umount
|
||
- btrfs: wait for fixup workers before stopping cleaner kthread during umount
|
||
- !12524 netfilter: nf_reject_ipv6: fix nf_reject_ip6_tcphdr_put()
|
||
- netfilter: nf_reject_ipv6: fix nf_reject_ip6_tcphdr_put()
|
||
- !12515 drm/amd/display: Validate function returns
|
||
- drm/amd/display: Validate function returns
|
||
- !12365 x86/ioapic: Handle allocation failures gracefully
|
||
- x86/ioapic: Handle allocation failures gracefully
|
||
- !12361 cpufreq: Avoid a bad reference count on CPU node
|
||
- cpufreq: Avoid a bad reference count on CPU node
|
||
- !12476 fix CVE-2024-40965
|
||
- i2c: lpi2c: Avoid calling clk_get_rate during transfer
|
||
- clk: Provide !COMMON_CLK dummy for devm_clk_rate_exclusive_get()
|
||
- clk: Add a devm variant of clk_rate_exclusive_get()
|
||
- !12300 [OLK-6.6] AMD Address Translation Library (ATL) patches
|
||
- RAS/AMD/ATL: Fix MI300 bank hash
|
||
- RAS/AMD/ATL: Use system settings for MI300 DRAM to normalized address translation
|
||
- RAS/AMD/ATL: Fix array overflow in get_logical_coh_st_fabric_id_mi300()
|
||
- RAS/AMD/ATL: Fix bit overflow in denorm_addr_df4_np2()
|
||
- RAS: Avoid build errors when CONFIG_DEBUG_FS=n
|
||
- RAS/AMD/FMPM: Use atl internal.h for INVALID_SPA
|
||
- RAS/AMD/FMPM: Safely handle saved records of various sizes
|
||
- RAS/AMD/FMPM: Avoid NULL ptr deref in get_saved_records()
|
||
- RAS/AMD/FMPM: Fix off by one when unwinding on error
|
||
- RAS/AMD/FMPM: Add debugfs interface to print record entries
|
||
- RAS/AMD/FMPM: Save SPA values
|
||
- RAS: Introduce a FRU memory poison manager
|
||
- RAS/AMD/ATL: Implement DF 4.5 NP2 denormalization
|
||
- RAS/AMD/ATL: Validate address map when information is gathered
|
||
- RAS/AMD/ATL: Expand helpers for adding and removing base and hole
|
||
- RAS/AMD/ATL: Read DRAM hole base early
|
||
- RAS/AMD/ATL: Add amd_atl pr_fmt() prefix
|
||
- EDAC/amd64: Use new AMD Address Translation Library
|
||
- RAS: Export helper to get ras_debugfs_dir
|
||
- RAS/AMD/ATL: Add MI300 row retirement support
|
||
- RAS/AMD/ATL: Add MI300 DRAM to normalized address translation support
|
||
- RAS/AMD/ATL: Add MI300 support
|
||
- RAS: Introduce AMD Address Translation Library
|
||
- !12440 CVE-2024-35964
|
||
- Bluetooth: ISO: Fix not validating setsockopt user input
|
||
- !12438 CVE-2024-35949
|
||
- btrfs: make sure that WRITTEN is set on all metadata blocks
|
||
- !12410 iommu/arm-smmu: Use the correct type in nvidia_smmu_context_fault()
|
||
- iommu/arm-smmu: Use the correct type in nvidia_smmu_context_fault()
|
||
- !12389 mm/swapfile: skip HugeTLB pages for unuse_vma
|
||
- mm/swapfile: skip HugeTLB pages for unuse_vma
|
||
- !12363 md: use RCU lock to protect traversal in md_spares_need_change()
|
||
- md: use RCU lock to protect traversal in md_spares_need_change()
|
||
- !12351 i2c: stm32f7: Do not prepare/unprepare clock during runtime suspend/resume
|
||
- i2c: stm32f7: Do not prepare/unprepare clock during runtime suspend/resume
|
||
- !12394 tracing/timerlat: Fix a race during cpuhp processing
|
||
- tracing/timerlat: Fix a race during cpuhp processing
|
||
- !12397 tracing/timerlat: Drop interface_lock in stop_kthread()
|
||
- tracing/timerlat: Drop interface_lock in stop_kthread()
|
||
- !12399 wifi: mt76: mt7996: fix NULL pointer dereference in mt7996_mcu_sta_bfer_he
|
||
- wifi: mt76: mt7996: fix NULL pointer dereference in mt7996_mcu_sta_bfer_he
|
||
- !12390 RDMA/hns: Fix missing spin_lock_init() for qp flush lock
|
||
- RDMA/hns: Fix missing spin_lock_init() for qp flush lock
|
||
- !12273 drm/amdgpu: fix mc_data out-of-bounds read warning
|
||
- drm/amdgpu: fix mc_data out-of-bounds read warning
|
||
- !12263 drm/amd/display: Avoid overflow from uint32_t to uint8_t
|
||
- drm/amd/display: Avoid overflow from uint32_t to uint8_t
|
||
- !12288 [OLK-6.6] AMD Turin perf vendor event patches
|
||
- perf vendor events amd: Add Zen 5 mapping
|
||
- perf vendor events amd: Add Zen 5 metrics
|
||
- perf vendor events amd: Add Zen 5 uncore events
|
||
- perf vendor events amd: Add Zen 5 core events
|
||
- tracing: Add the ::microcode field to the mce_record tracepoint
|
||
- tracing: Add the ::ppin field to the mce_record tracepoint
|
||
- x86/mce: Clean up TP_printk() output line of the 'mce_record' tracepoint
|
||
- !12322 LoongArch: fix dma-direct.h not found
|
||
- LoongArch: fix dma-direct.h not found
|
||
- !12293 nfsd: return -EINVAL when namelen is 0
|
||
- nfsd: return -EINVAL when namelen is 0
|
||
- !12335 ntb: intel: Fix the NULL vs IS_ERR() bug for debugfs_create_dir()
|
||
- ntb: intel: Fix the NULL vs IS_ERR() bug for debugfs_create_dir()
|
||
- !12338 drm/amd/display: Add NULL pointer check for kzalloc
|
||
- drm/amd/display: Add NULL pointer check for kzalloc
|
||
- !12317 nfsd: call cache_put if xdr_reserve_space returns NULL
|
||
- nfsd: call cache_put if xdr_reserve_space returns NULL
|
||
- !12066 drm/amd/display: added NULL check at start of dc_validate_stream
|
||
- drm/amd/display: added NULL check at start of dc_validate_stream
|
||
|
||
* Wed Oct 23 2024 ZhangPeng <zhangpeng362@huawei.com> - 6.6.0-47.0.0.52
|
||
- !12168 crypto: stm32/cryp - call finalize with bh disabled
|
||
- crypto: stm32/cryp - call finalize with bh disabled
|
||
- !11502 Virtcca feature: modify vfio/msi/iommu driver to enable confidential device assignment
|
||
- virtcca feature: msi place modify
|
||
- virtcca feature: fix msi iova map
|
||
- virtcca feature: extract the function to the virtcca_coda.c file
|
||
- virtcca feature: read or write msi forwarding to the secure world
|
||
- virtcca feature: read or write bar space forwarding to the secure world
|
||
- virtcca feature: read or write config space forwarding to secure world
|
||
- virtcca feature: activate confidential vm to set security device s_s2ttbr
|
||
- virtcca feature: set device security properties
|
||
- virtcca feature: secure device page fault
|
||
- virtcca feature: vfio driver dma map
|
||
- virtcca feature: bind the kvm handle of cvm with smmu domain
|
||
- virtcca feature: vfio attach the device list to secure world
|
||
- !12304 btrfs: fix race setting file private on concurrent lseek using same fd
|
||
- btrfs: fix race setting file private on concurrent lseek using same fd
|
||
- !12314 [openEuler-24.03-LTS][linux-6.6.y sync] Backport 6.6.52-6.6.53 LTS Patches
|
||
- USB: serial: pl2303: add device id for Macrosilicon MS3020
|
||
- can: mcp251xfd: move mcp251xfd_timestamp_start()/stop() into mcp251xfd_chip_start/stop()
|
||
- can: mcp251xfd: properly indent labels
|
||
- x86/mm: Switch to new Intel CPU model defines
|
||
- nvme-pci: qdepth 1 quirk
|
||
- gpiolib: cdev: Ignore reconfiguration without direction
|
||
- Revert "wifi: cfg80211: check wiphy mutex is held for wdev mutex"
|
||
- netfilter: nf_tables: missing iterator type in lookup walk
|
||
- netfilter: nft_set_pipapo: walk over current view on netlink dump
|
||
- netfilter: nft_socket: Fix a NULL vs IS_ERR() bug in nft_socket_cgroup_subtree_level()
|
||
- netfilter: nft_socket: make cgroupsv2 matching work with namespaces
|
||
- powercap/intel_rapl: Add support for AMD family 1Ah
|
||
- drm: Expand max DRM device number to full MINORBITS
|
||
- accel: Use XArray instead of IDR for minors
|
||
- drm: Use XArray instead of IDR for minors
|
||
- spi: spidev: Add missing spi_device_id for jg10309-01
|
||
- block: Fix where bio IO priority gets set
|
||
- tools: hv: rm .*.cmd when make clean
|
||
- x86/hyperv: Set X86_FEATURE_TSC_KNOWN_FREQ when Hyper-V provides frequency
|
||
- smb: client: fix hang in wait_for_response() for negproto
|
||
- spi: bcm63xx: Enable module autoloading
|
||
- drm: komeda: Fix an issue related to normalized zpos
|
||
- ALSA: hda: add HDMI codec ID for Intel PTL
|
||
- ASoC: amd: yc: Add a quirk for MSI Bravo 17 (D7VEK)
|
||
- spi: spidev: Add an entry for elgin,jg10309-01
|
||
- ASoC: fix module autoloading
|
||
- ASoC: tda7419: fix module autoloading
|
||
- ASoC: google: fix module autoloading
|
||
- ASoC: intel: fix module autoloading
|
||
- ASoC: Intel: soc-acpi-cht: Make Lenovo Yoga Tab 3 X90F DMI match less strict
|
||
- can: mcp251xfd: mcp251xfd_ring_init(): check TX-coalescing configuration
|
||
- wifi: iwlwifi: clear trans->state earlier upon error
|
||
- wifi: mac80211: free skb on error path in ieee80211_beacon_get_ap()
|
||
- wifi: iwlwifi: mvm: pause TCM when the firmware is stopped
|
||
- wifi: iwlwifi: mvm: fix iwl_mvm_max_scan_ie_fw_cmd_room()
|
||
- wifi: iwlwifi: mvm: fix iwl_mvm_scan_fits() calculation
|
||
- wifi: iwlwifi: lower message level for FW buffer destination
|
||
- LoongArch: Define ARCH_IRQ_INIT_FLAGS as IRQ_NOPROBE
|
||
- net: ftgmac100: Ensure tx descriptor updates are visible
|
||
- platform/x86: x86-android-tablets: Make Lenovo Yoga Tab 3 X90F DMI match less strict
|
||
- microblaze: don't treat zero reserved memory regions as error
|
||
- hwmon: (asus-ec-sensors) remove VRM temp X570-E GAMING
|
||
- pinctrl: at91: make it work with current gpiolib
|
||
- scsi: lpfc: Fix overflow build issue
|
||
- ALSA: hda/realtek - FIxed ALC285 headphone no sound
|
||
- ALSA: hda/realtek - Fixed ALC256 headphone no sound
|
||
- ASoC: allow module autoloading for table board_ids
|
||
- ASoC: allow module autoloading for table db1200_pids
|
||
- ASoC: mediatek: mt8188: Mark AFE_DAC_CON0 register as volatile
|
||
- ASoC: SOF: mediatek: Add missing board compatible
|
||
- !12151 nfc: pn533: Add poll mod list filling check
|
||
- nfc: pn533: Add poll mod list filling check
|
||
- !12141 drm/vmwgfx: Fix prime with external buffers
|
||
- drm/vmwgfx: Fix prime with external buffers
|
||
- !12129 bpf: Remove tst_run from lwt_seg6local_prog_ops.
|
||
- bpf: Remove tst_run from lwt_seg6local_prog_ops.
|
||
- !12296 drivers/perf: Fix ali_drw_pmu driver interrupt status clearing
|
||
- drivers/perf: Fix ali_drw_pmu driver interrupt status clearing
|
||
- !12200 CVE-2024-38608
|
||
- net/mlx5e: Fix netif state handling
|
||
- net/mlx5e: Add wrapping for auxiliary_driver ops and remove unused args
|
||
- !12201 netfilter: nf_tables: use timestamp to check for set element timeout
|
||
- netfilter: nf_tables: use timestamp to check for set element timeout
|
||
- !12295 i3c: mipi-i3c-hci: Error out instead on BUG_ON() in IBI DMA setup
|
||
- i3c: mipi-i3c-hci: Error out instead on BUG_ON() in IBI DMA setup
|
||
- !12306 [openEuler-24.03-LTS][linux-6.6.y sync] Backport 6.6.51-6.6.52 LTS Patches
|
||
- riscv: dts: starfive: add assigned-clock* to limit frquency
|
||
- pinctrl: meteorlake: Add Arrow Lake-H/U ACPI ID
|
||
- cifs: Fix signature miscalculation
|
||
- ASoC: codecs: avoid possible garbage value in peb2466_reg_read()
|
||
- drm/i915/guc: prevent a possible int overflow in wq offsets
|
||
- spi: geni-qcom: Fix incorrect free_irq() sequence
|
||
- spi: geni-qcom: Undo runtime PM changes at driver exit time
|
||
- drm/amd/amdgpu: apply command submission parser for JPEG v1
|
||
- drm/amdgpu/atomfirmware: Silence UBSAN warning
|
||
- drm/nouveau/fb: restore init() for ramgp102
|
||
- drm/syncobj: Fix syncobj leak in drm_syncobj_eventfd_ioctl
|
||
- soundwire: stream: Revert "soundwire: stream: fix programming slave ports for non-continous port maps"
|
||
- spi: nxp-fspi: fix the KASAN report out-of-bounds bug
|
||
- tracing/osnoise: Fix build when timerlat is not enabled
|
||
- net: dsa: felix: ignore pending status of TAS module when it's disabled
|
||
- selftests: net: csum: Fix checksums for packets with non-zero padding
|
||
- net: ftgmac100: Enable TX interrupt to avoid TX timeout
|
||
- octeontx2-af: Modify SMQ flush sequence to drop packets
|
||
- fou: fix initialization of grc
|
||
- net/mlx5: Verify support for scheduling element and TSAR type
|
||
- net/mlx5: Correct TASR typo into TSAR
|
||
- net/mlx5: Add missing masks and QoS bit masks for scheduling elements
|
||
- net/mlx5: Explicitly set scheduling element and TSAR type
|
||
- net/mlx5e: Add missing link mode to ptys2ext_ethtool_map
|
||
- IB/mlx5: Rename 400G_8X speed to comply to naming convention
|
||
- net/mlx5e: Add missing link modes to ptys2ethtool_map
|
||
- net/mlx5: Update the list of the PCI supported devices
|
||
- igb: Always call igb_xdp_ring_update_tail() under Tx lock
|
||
- ice: fix VSI lists confusion when adding VLANs
|
||
- ice: fix accounting for filters shared by multiple VSIs
|
||
- ice: Fix lldp packets dropping after changing the number of channels
|
||
- hwmon: (pmbus) Conditionally clear individual status bits for pmbus rev >= 1.2
|
||
- selftests/bpf: Support SOCK_STREAM in unix_inet_redir_to_connected()
|
||
- cxl/core: Fix incorrect vendor debug UUID define
|
||
- eeprom: digsy_mtc: Fix 93xx46 driver probe failure
|
||
- drm/amd/display: Fix FEC_READY write on DP LT
|
||
- drm/amd/display: Disable error correction if it's not supported
|
||
- arm64: dts: rockchip: fix PMIC interrupt pin in pinctrl for ROCK Pi E
|
||
- net: xilinx: axienet: Fix race in axienet_stop
|
||
- mm: avoid leaving partial pfn mappings around in error case
|
||
- x86/hyperv: fix kexec crash due to VP assist page corruption
|
||
- dm-integrity: fix a race condition when accessing recalc_sector
|
||
- net: tighten bad gso csum offset check in virtio_net_hdr
|
||
- minmax: reduce min/max macro expansion in atomisp driver
|
||
- arm64: dts: rockchip: override BIOS_DISABLE signal via GPIO hog on RK3399 Puma
|
||
- arm64: dts: rockchip: fix eMMC/SPI corruption when audio has been used on RK3399 Puma
|
||
- selftests: mptcp: join: restrict fullmesh endp on 1st sf
|
||
- platform/x86: panasonic-laptop: Allocate 1 entry extra in the sinf array
|
||
- NFS: Avoid unnecessary rescanning of the per-server delegation list
|
||
- NFSv4: Fix clearing of layout segments in layoutreturn
|
||
- smb/server: fix return value of smb2_open()
|
||
- Input: i8042 - add Fujitsu Lifebook E756 to i8042 quirk table
|
||
- drm/msm/adreno: Fix error return if missing firmware-name
|
||
- platform/surface: aggregator_registry: Add support for Surface Laptop Go 3
|
||
- platform/surface: aggregator_registry: Add Support for Surface Pro 10
|
||
- scripts: kconfig: merge_config: config files: add a trailing newline
|
||
- HID: multitouch: Add support for GT7868Q
|
||
- Input: synaptics - enable SMBus for HP Elitebook 840 G2
|
||
- Input: ads7846 - ratelimit the spi_sync error message
|
||
- btrfs: update target inode's ctime on unlink
|
||
- wifi: mt76: mt7921: fix NULL pointer access in mt7921_ipv6_addr_change
|
||
- powerpc/mm: Fix boot warning with hugepages and CONFIG_DEBUG_VIRTUAL
|
||
- net: phy: vitesse: repair vsc73xx autonegotiation
|
||
- drm: panel-orientation-quirks: Add quirk for Ayn Loki Max
|
||
- drm: panel-orientation-quirks: Add quirk for Ayn Loki Zero
|
||
- net: ethernet: use ip_hdrlen() instead of bit shift
|
||
- usbnet: ipheth: fix carrier detection in modes 1 and 4
|
||
- usbnet: ipheth: do not stop RX on failing RX callback
|
||
- usbnet: ipheth: drop RX URBs with no payload
|
||
- usbnet: ipheth: remove extraneous rx URB length check
|
||
- ksmbd: override fsids for smb2_query_info()
|
||
- ksmbd: override fsids for share path check
|
||
- nvmem: u-boot-env: error if NVMEM device is too small
|
||
- nvmem: u-boot-env: improve coding style
|
||
- nvmem: u-boot-env: use nvmem device helpers
|
||
- nvmem: u-boot-env: use nvmem_add_one_cell() nvmem subsystem helper
|
||
- nvmem: core: add nvmem_dev_size() helper
|
||
- iio: adc: ad7124: fix DT configuration parsing
|
||
- iio: adc: ad7124: Switch from of specific to fwnode based property handling
|
||
- device property: Introduce device_for_each_child_node_scoped()
|
||
- device property: Add cleanup.h based fwnode_handle_put() scope based cleanup.
|
||
- !12301 bpf: Fix use-after-free in bpf_uprobe_multi_link_attach()
|
||
- bpf: Fix use-after-free in bpf_uprobe_multi_link_attach()
|
||
- !12291 [openEuler-24.03-LTS][linux-6.6.y sync] Backport 6.6.50-6.6.51 LTS Patches
|
||
- Bluetooth: hci_sync: Fix UAF on hci_abort_conn_sync
|
||
- Bluetooth: hci_sync: Fix UAF on create_le_conn_complete
|
||
- Bluetooth: hci_sync: Fix UAF in hci_acl_create_conn_sync
|
||
- spi: spi-fsl-lpspi: Fix off-by-one in prescale max
|
||
- x86/mm: Fix PTI for i386 some more
|
||
- membarrier: riscv: Add full memory barrier in switch_mm()
|
||
- ublk_drv: fix NULL pointer dereference in ublk_ctrl_start_recovery()
|
||
- riscv: Do not restrict memory size because of linear mapping on nommu
|
||
- riscv: Fix toolchain vector detection
|
||
- gpio: modepin: Enable module autoloading
|
||
- gpio: rockchip: fix OF node leak in probe()
|
||
- drm/i915/fence: Mark debug_fence_free() with __maybe_unused
|
||
- drm/i915/fence: Mark debug_fence_init_onstack() with __maybe_unused
|
||
- clk: qcom: gcc-sm8550: Don't park the USB RCG at registration time
|
||
- clk: qcom: gcc-sm8550: Don't use parking clk_ops for QUPs
|
||
- ASoC: sunxi: sun4i-i2s: fix LRCLK polarity in i2s mode
|
||
- ASoc: SOF: topology: Clear SOF link platform name upon unload
|
||
- nvme-pci: allocate tagset on reset if necessary
|
||
- ASoC: tegra: Fix CBB error during probe()
|
||
- powerpc/vdso: Don't discard rela sections
|
||
- powerpc/64e: Define mmu_pte_psize static
|
||
- powerpc/64e: split out nohash Book3E 64-bit code
|
||
- powerpc/64e: remove unused IBM HTW code
|
||
- clk: qcom: ipq9574: Update the alpha PLL type for GPLLs
|
||
- crypto: starfive - Fix nent assignment in rsa dec
|
||
- crypto: starfive - Align rsa input data to 32-bit
|
||
- ata: libata-scsi: Check ATA_QCFLAG_RTF_FILLED before using result_tf
|
||
- ata: libata-scsi: Remove redundant sense_buffer memsets
|
||
- drm/amdgpu: handle gfx12 in amdgpu_display_verify_sizes
|
||
- drm/amd: Add gfx12 swizzle mode defs
|
||
- can: mcp251xfd: rx: add workaround for erratum DS80000789E 6 of mcp2518fd
|
||
- can: mcp251xfd: clarify the meaning of timestamp
|
||
- can: mcp251xfd: rx: prepare to workaround broken RX FIFO head index erratum
|
||
- can: mcp251xfd: mcp251xfd_handle_rxif_ring_uinc(): factor out in separate function
|
||
- ACPI: processor: Fix memory leaks in error paths of processor_add()
|
||
- ACPI: processor: Return an error if acpi_processor_get_info() fails in processor_add()
|
||
- workqueue: Improve scalability of workqueue watchdog touch
|
||
- workqueue: wq_watchdog_touch is always called with valid CPU
|
||
- Revert "mm: skip CMA pages when they are not available"
|
||
- mm/vmscan: use folio_migratetype() instead of get_pageblock_migratetype()
|
||
- uprobes: Use kzalloc to allocate xol area
|
||
- clocksource/drivers/timer-of: Remove percpu irq related code
|
||
- clocksource/drivers/imx-tpm: Fix next event not taking effect sometime
|
||
- clocksource/drivers/imx-tpm: Fix return -ETIME when delta exceeds INT_MAX
|
||
- Drivers: hv: vmbus: Fix rescind handling in uio_hv_generic
|
||
- nvmem: Fix return type of devm_nvmem_device_get() in kerneldoc
|
||
- usb: dwc3: Avoid waking up gadget during startxfer
|
||
- usb: cdns2: Fix controller reset issue
|
||
- usb: dwc3: core: update LC timer as per USB Spec V3.2
|
||
- iio: adc: ad7124: fix chip ID mismatch
|
||
- iio: adc: ad7606: remove frstdata check for serial mode
|
||
- iio: adc: ad7124: fix config comparison
|
||
- iio: fix scale application in iio_convert_raw_to_processed_unlocked
|
||
- iio: buffer-dmaengine: fix releasing dma channel on error
|
||
- staging: iio: frequency: ad9834: Validate frequency parameter value
|
||
- intel: legacy: Partial revert of field get conversion
|
||
- tcp: process the 3rd ACK with sk_socket for TFO/MPTCP
|
||
- cpufreq: amd-pstate: fix the highest frequency issue which limits performance
|
||
- cpufreq: amd-pstate: Enable amd-pstate preferred core support
|
||
- ACPI: CPPC: Add helper to get the highest performance value
|
||
- riscv: Use accessors to page table entries instead of direct dereference
|
||
- riscv: mm: Only compile pgtable.c if MMU
|
||
- mm: Introduce pudp/p4dp/pgdp_get() functions
|
||
- riscv: Use WRITE_ONCE() when setting page table entries
|
||
- NFSv4: Add missing rescheduling points in nfs_client_return_marked_delegations
|
||
- ata: pata_macio: Use WARN instead of BUG
|
||
- spi: spi-fsl-lpspi: limit PRESCALE bit in TCR register
|
||
- MIPS: cevt-r4k: Don't call get_c0_compare_int if timer irq is installed
|
||
- lib/generic-radix-tree.c: Fix rare race in __genradix_ptr_alloc()
|
||
- of/irq: Prevent device address out-of-bounds read in interrupt map walk
|
||
- usbnet: ipheth: race between ipheth_close and error handling
|
||
- s390/vmlinux.lds.S: Move ro_after_init section behind rodata section
|
||
- btrfs: initialize location to fix -Wmaybe-uninitialized in btrfs_lookup_dentry()
|
||
- kselftests: dmabuf-heaps: Ensure the driver name is null-terminated
|
||
- i3c: mipi-i3c-hci: Error out instead on BUG_ON() in IBI DMA setup
|
||
- i3c: master: svc: resend target address when get NACK
|
||
- vfs: Fix potential circular locking through setxattr() and removexattr()
|
||
- regmap: maple: work around gcc-14.1 false-positive warning
|
||
- LoongArch: Use correct API to map cmdline in relocate_kernel()
|
||
- net: dpaa: avoid on-stack arrays of NR_CPUS elements
|
||
- Bluetooth: btnxpuart: Fix Null pointer dereference in btnxpuart_flush()
|
||
- tcp: Don't drop SYN+ACK for simultaneous connect().
|
||
- riscv: set trap vector earlier
|
||
- cxl/region: Verify target positions using the ordered target list
|
||
- btrfs: replace BUG_ON with ASSERT in walk_down_proc()
|
||
- fs/ntfs3: Check more cases when directory is corrupted
|
||
- smp: Add missing destroy_work_on_stack() call in smp_call_on_cpu()
|
||
- drm/amdgpu: reject gang submit on reserved VMIDs
|
||
- dma-mapping: benchmark: Don't starve others when doing the test
|
||
- ext4: fix possible tid_t sequence overflows
|
||
- drm/amdgpu: Set no_hw_access when VF request full GPU fails
|
||
- libbpf: Add NULL checks to bpf_object__{prev_map,next_map}
|
||
- ASoc: TAS2781: replace beXX_to_cpup with get_unaligned_beXX for potentially broken alignment
|
||
- hwmon: (nct6775-core) Fix underflows seen when writing limit attributes
|
||
- crypto: qat - fix unintentional re-enabling of error interrupts
|
||
- scsi: pm80xx: Set phy->enable_completion only when we wait for it
|
||
- virtio_ring: fix KMSAN error for premapped mode
|
||
- devres: Initialize an uninitialized struct member
|
||
- cgroup: Protect css->cgroup write under css_set_lock
|
||
- iommu/vt-d: Handle volatile descriptor status read
|
||
- dm init: Handle minors larger than 255
|
||
- ASoC: topology: Properly initialize soc_enum values
|
||
- phy: zynqmp: Take the phy mutex in xlate
|
||
- firmware: cs_dsp: Don't allow writes to read-only controls
|
||
- xen: privcmd: Fix possible access to a freed kirqfd instance
|
||
- selftests: net: enable bind tests
|
||
- net: dsa: vsc73xx: fix possible subblocks range of CAPT block
|
||
- net: bridge: br_fdb_external_learn_add(): always set EXT_LEARN
|
||
- r8152: fix the firmware doesn't work
|
||
- fou: Fix null-ptr-deref in GRO.
|
||
- bareudp: Fix device stats updates.
|
||
- bpf, net: Fix a potential race in do_sock_getsockopt()
|
||
- net/socket: Break down __sys_getsockopt
|
||
- net/socket: Break down __sys_setsockopt
|
||
- bpf: Add sockptr support for setsockopt
|
||
- bpf: Add sockptr support for getsockopt
|
||
- usbnet: modern method to get random MAC
|
||
- ice: do not bring the VSI up, if it was down before the XDP setup
|
||
- ice: protect XDP configuration with a mutex
|
||
- igc: Unlock on error in igc_io_resume()
|
||
- Bluetooth: MGMT: Fix not generating command complete for MGMT_OP_DISCONNECT
|
||
- Bluetooth: hci_sync: Introduce hci_cmd_sync_run/hci_cmd_sync_run_once
|
||
- Bluetooth: hci_sync: Attempt to dequeue connection attempt
|
||
- Bluetooth: hci_sync: Add helper functions to manipulate cmd_sync queue
|
||
- Bluetooth: hci_conn: Fix UAF Write in __hci_acl_create_connection_sync
|
||
- Bluetooth: Remove pending ACL connection attempts
|
||
- Bluetooth: hci_conn: Only do ACL connections sequentially
|
||
- Bluetooth: hci_event: Use HCI error defines instead of magic values
|
||
- Bluetooth: qca: If memdump doesn't work, re-enable IBS
|
||
- can: kvaser_pciefd: Use a single write when releasing RX buffers
|
||
- can: kvaser_pciefd: Move reset of DMA RX buffers to the end of the ISR
|
||
- can: kvaser_pciefd: Rename board_irq to pci_irq
|
||
- can: kvaser_pciefd: Remove unnecessary comment
|
||
- can: kvaser_pciefd: Skip redundant NULL pointer check in ISR
|
||
- regulator: core: Stub devm_regulator_bulk_get_const() if !CONFIG_REGULATOR
|
||
- platform/x86: dell-smbios: Fix error path in dell_smbios_init()
|
||
- ice: Add netif_device_attach/detach into PF reset flow
|
||
- igb: Fix not clearing TimeSync interrupts for 82580
|
||
- cifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part of target region
|
||
- rust: kbuild: fix export of bss symbols
|
||
- rust: Use awk instead of recent xargs
|
||
- can: mcp251xfd: fix ring configuration when switching from CAN-CC to CAN-FD mode
|
||
- can: m_can: Release irq on error in m_can_open
|
||
- drm/amdgpu: check for LINEAR_ALIGNED correctly in check_tiling_flags_gfx6
|
||
- pcmcia: Use resource_size function on resource object
|
||
- media: qcom: camss: Add check for v4l2_fwnode_endpoint_parse
|
||
- Input: ili210x - use kvmalloc() to allocate buffer for firmware update
|
||
- PCI: keystone: Add workaround for Errata #i2037 (AM65x SR 1.0)
|
||
- ice: Check all ice_vsi_rebuild() errors in function
|
||
- vfio/spapr: Always clear TCEs before unsetting the window
|
||
- media: vivid: don't set HDMI TX controls if there are no HDMI outputs
|
||
- drm/amdgpu: clear RB_OVERFLOW bit when enabling interrupts
|
||
- drm/amdgpu: Fix smatch static checker warning
|
||
- drm/amd/display: Check HDCP returned status
|
||
- usb: uas: set host status byte on data completion error
|
||
- wifi: brcmsmac: advertise MFP_CAPABLE to enable WPA3
|
||
- leds: spi-byte: Call of_node_put() on error path
|
||
- media: vivid: fix wrong sizeimage value for mplane
|
||
- riscv: kprobes: Use patch_text_nosync() for insn slots
|
||
- fs/ntfs3: One more reason to mark inode bad
|
||
- wifi: iwlwifi: mvm: use IWL_FW_CHECK for link ID check
|
||
- netfilter: nf_conncount: fix wrong variable type
|
||
- iommu: sun50i: clear bypass register
|
||
- x86/kmsan: Fix hook for unaligned accesses
|
||
- af_unix: Remove put_pid()/put_cred() in copy_peercred().
|
||
- irqchip/armada-370-xp: Do not allow mapping IRQ 0 and 1
|
||
- accel/habanalabs/gaudi2: unsecure edma max outstanding register
|
||
- bpf, verifier: Correct tail_call_reachable for bpf prog
|
||
- smack: unix sockets: fix accept()ed socket label
|
||
- wifi: ath12k: fix uninitialize symbol error on ath12k_peer_assoc_h_he()
|
||
- ALSA: hda: Add input value sanity checks to HDMI channel map controls
|
||
- ALSA: control: Apply sanity check of input values for user elements
|
||
- drm/i915: Do not attempt to load the GSC multiple times
|
||
- nilfs2: fix state management in error path of log writing function
|
||
- sched: sch_cake: fix bulk flow accounting logic for host fairness
|
||
- ila: call nf_unregister_net_hooks() sooner
|
||
- tcp_bpf: fix return value of tcp_bpf_sendmsg()
|
||
- Revert "drm/amdgpu: align pp_power_profile_mode with kernel docs"
|
||
- x86/apic: Make x2apic_disable() work correctly
|
||
- x86/fpu: Avoid writing LBR bit to IA32_XSS unless supported
|
||
- net: mctp-serial: Fix missing escapes on transmit
|
||
- tracing/timerlat: Add interface_lock around clearing of kthread in stop_kthread()
|
||
- tracing: Avoid possible softlockup in tracing_iter_reset()
|
||
- tracing/timerlat: Only clear timer if a kthread exists
|
||
- mm: vmalloc: ensure vmap_block is initialised before adding to queue
|
||
- kexec_file: fix elfcorehdr digest exclusion when CONFIG_CRASH_HOTPLUG=y
|
||
- clk: qcom: clk-alpha-pll: Fix the trion pll postdiv set rate API
|
||
- clk: qcom: clk-alpha-pll: Fix the pll post div mask
|
||
- clk: starfive: jh7110-sys: Add notifier for PLL0 clock
|
||
- fuse: fix memory leak in fuse_create_open
|
||
- fuse: use unsigned type for getxattr/listxattr size truncation
|
||
- fuse: update stats for pages in dropped aux writeback list
|
||
- mmc: cqhci: Fix checking of CQHCI_HALT state
|
||
- mmc: sdhci-of-aspeed: fix module autoloading
|
||
- mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K
|
||
- mmc: core: apply SD quirks earlier during probe
|
||
- Bluetooth: MGMT: Ignore keys being loaded with invalid type
|
||
- Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE"
|
||
- rust: macros: provide correct provenance when constructing THIS_MODULE
|
||
- rust: types: Make Opaque::get const
|
||
- nvme-pci: Add sleep quirk for Samsung 990 Evo
|
||
- x86/kaslr: Expose and use the end of the physical memory address space
|
||
- irqchip/gic-v2m: Fix refcount leak in gicv2m_of_init()
|
||
- x86/tdx: Fix data leak in mmio_read()
|
||
- ksmbd: Unlock on in ksmbd_tcp_set_interfaces()
|
||
- ALSA: hda/realtek: Support mute LED on HP Laptop 14-dq2xxx
|
||
- ALSA: hda/realtek: add patch for internal mic in Lenovo V145
|
||
- ALSA: hda/conexant: Add pincfg quirk to enable top speakers on Sirius devices
|
||
- KVM: SVM: Don't advertise Bus Lock Detect to guest if SVM support is missing
|
||
- KVM: SVM: fix emulation of msr reads/writes of MSR_FS_BASE and MSR_GS_BASE
|
||
- net: microchip: vcap: Fix use-after-free error in kunit test
|
||
- !12289 CVE-2024-46691
|
||
- usb: typec: ucsi: Move unregister out of atomic section
|
||
- !12223 [sync] PR-11910: ext4: dax: Fix inconsistent isize during writing
|
||
- ext4: dax: keep orphan list before truncate overflow allocated blocks
|
||
- ext4: dax: fix overflowing extents beyond inode size when partially writing
|
||
- !12146 mm: page_cache_ra_order: Restore 'PF_MEMALLOC_NOFS' flag in 'fallback' branch
|
||
- mm: page_cache_ra_order: Restore 'PF_MEMALLOC_NOFS' flag in 'fallback' branch
|
||
- !12090 USB: usbtmc: prevent kernel-usb-infoleak
|
||
- USB: usbtmc: prevent kernel-usb-infoleak
|
||
- !12286 [openEuler-24.03-LTS][linux-6.6.y sync] Backport 6.6.49-6.6.50 LTS Patches
|
||
- i2c: Use IS_REACHABLE() for substituting empty ACPI functions
|
||
- virtio_net: Fix napi_skb_cache_put warning
|
||
- media: uvcvideo: Enforce alignment of frame and interval
|
||
- drm/amd/display: Check BIOS images before it is used
|
||
- drm/amd/display: use preferred link settings for dp signal only
|
||
- drm/amd/display: Correct the defined value for AMDGPU_DMUB_NOTIFICATION_MAX
|
||
- drm/amd/display: added NULL check at start of dc_validate_stream
|
||
- drm/amd/display: Don't use fsleep for PSR exit waits on dmub replay
|
||
- drm/amdgpu: add lock in kfd_process_dequeue_from_device
|
||
- drm/amdgpu: add lock in amdgpu_gart_invalidate_tlb
|
||
- drm/amdgpu: add skip_hw_access checks for sriov
|
||
- block: remove the blk_flush_integrity call in blk_integrity_unregister
|
||
- f2fs: fix to do sanity check on blocks for inline_data inode
|
||
- wifi: cfg80211: make hash table duplicates more survivable
|
||
- dmaengine: altera-msgdma: properly free descriptor in msgdma_free_descriptor
|
||
- dmaengine: altera-msgdma: use irq variant of spin_lock/unlock while invoking callbacks
|
||
- gfs2: Revert "Add quota_change type"
|
||
- crypto: stm32/cryp - call finalize with bh disabled
|
||
- drm/meson: plane: Add error handling
|
||
- platform/chrome: cros_ec_lpc: MEC access can use an AML mutex
|
||
- smack: tcp: ipv4, fix incorrect labeling
|
||
- regmap: spi: Fix potential off-by-one when calculating reserved size
|
||
- drm/amdgu: fix Unintentional integer overflow for mall size
|
||
- net: remove NULL-pointer net parameter in ip_metrics_convert
|
||
- fsnotify: clear PARENT_WATCHED flags lazily
|
||
- usb: typec: ucsi: Fix null pointer dereference in trace
|
||
- usbip: Don't submit special requests twice
|
||
- media: v4l2-cci: Always assign *val
|
||
- rcu/nocb: Remove buggy bypass lock contention mitigation
|
||
- pwm: xilinx: Fix u32 overflow issue in 32-bit width PWM mode.
|
||
- ionic: fix potential irq name truncation
|
||
- RDMA/efa: Properly handle unexpected AQ completions
|
||
- soc: qcom: smem: Add qcom_smem_bust_hwspin_lock_by_host()
|
||
- hwspinlock: Introduce hwspin_lock_bust()
|
||
- wifi: mac80211: check ieee80211_bss_info_change_notify() against MLD
|
||
- PCI: al: Check IORESOURCE_BUS existence during probe
|
||
- cpufreq: scmi: Avoid overflow of target_freq in fast switch
|
||
- wifi: iwlwifi: remove fw_running op
|
||
- drm/amdgpu: update type of buf size to u32 for eeprom functions
|
||
- drm/kfd: Correct pinned buffer handling at kfd restore and validate process
|
||
- wifi: rtw89: ser: avoid multiple deinit on same CAM
|
||
- drm/amd/pm: check negtive return for table entries
|
||
- drm/amd/pm: check specific index for smu13
|
||
- drm/amd/pm: check specific index for aldebaran
|
||
- drm/amdgpu/pm: Check input value for CUSTOM profile mode setting on legacy SOCs
|
||
- wifi: ath11k: initialize 'ret' in ath11k_qmi_load_file_target_mem()
|
||
- wifi: ath12k: initialize 'ret' in ath12k_qmi_load_file_target_mem()
|
||
- drm/amdkfd: Reconcile the definition and use of oem_id in struct kfd_topology_device
|
||
- drm/amdgpu: fix mc_data out-of-bounds read warning
|
||
- drm/amdgpu: Fix out-of-bounds read of df_v1_7_channel_number
|
||
- drm/amdkfd: Check debug trap enable before write dbg_ev_file
|
||
- drm/amdgpu: Fix the uninitialized variable warning
|
||
- drm/amdgpu/pm: Fix uninitialized variable agc_btc_response
|
||
- drm/amdgpu/pm: Fix uninitialized variable warning for smu10
|
||
- drm/amd/pm: fix uninitialized variable warnings for vangogh_ppt
|
||
- drm/amd/amdgpu: Check tbo resource pointer
|
||
- drm/amd/display: Fix Coverity INTEGER_OVERFLOW within decide_fallback_link_setting_max_bw_policy
|
||
- drm/amd/display: Spinlock before reading event
|
||
- drm/amd/display: Fix Coverity INTEGER_OVERFLOW within dal_gpio_service_create
|
||
- drm/amd/display: Fix Coverity INTERGER_OVERFLOW within construct_integrated_info
|
||
- drm/amd/display: Check num_valid_sets before accessing reader_wm_sets[]
|
||
- drm/amd/display: Stop amdgpu_dm initialize when stream nums greater than 6
|
||
- drm/amdgpu: avoid reading vf2pf info size from FB
|
||
- drm/amd/pm: fix uninitialized variable warnings for vega10_hwmgr
|
||
- drm/amd/pm: fix warning using uninitialized value of max_vid_step
|
||
- drm/amd/pm: fix uninitialized variable warning for smu8_hwmgr
|
||
- drm/amd/pm: fix uninitialized variable warning
|
||
- drm/amdgpu/pm: Check the return value of smum_send_msg_to_smc
|
||
- drm/amdgpu: fix overflowed array index read warning
|
||
- drm/amdgpu: Fix uninitialized variable warning in amdgpu_afmt_acr
|
||
- selftests: mptcp: join: stop transfer when check is done (part 2.2)
|
||
- selftests: mptcp: join: disable get and dump addr checks
|
||
- selftests: mptcp: join: test for flush/re-add endpoints
|
||
- selftests: mptcp: join: check re-adding init endp with != id
|
||
- selftests: mptcp: join: check re-using ID of unused ADD_ADDR
|
||
- selftests: mptcp: add explicit test case for remove/readd
|
||
- selftests: mptcp: join: cannot rm sf if closed
|
||
- selftests: mptcp: declare event macros in mptcp_lib
|
||
- selftests: mptcp: userspace pm get addr tests
|
||
- selftests: mptcp: dump userspace addrs list
|
||
- mptcp: pm: fix RM_ADDR ID for the initial subflow
|
||
- mptcp: make pm_remove_addrs_and_subflows static
|
||
- ASoC: codecs: ES8326: button detect issue
|
||
- ASoC: amd: yc: Support mic on Lenovo Thinkpad E14 Gen 6
|
||
- net: usb: qmi_wwan: add MeiG Smart SRM825L
|
||
- dma-debug: avoid deadlock between dma debug vs printk and netconsole
|
||
- i2c: Fix conditional for substituting empty ACPI functions
|
||
- ASoC: amd: yc: Support mic on HP 14-em0002la
|
||
- smb: client: fix FSCTL_GET_REPARSE_POINT against NetApp
|
||
- net/mlx5: DR, Fix 'stack guard page was hit' error in dr_rule
|
||
- ALSA: seq: ump: Explicitly reset RPN with Null RPN
|
||
- ALSA: seq: ump: Transmit RPN/NRPN message at each MSB/LSB data reception
|
||
- ALSA: seq: ump: Use the common RPN/bank conversion context
|
||
- ALSA: ump: Explicitly reset RPN with Null RPN
|
||
- ALSA: ump: Transmit RPN/NRPN message at each MSB/LSB data reception
|
||
- ALSA: hda/conexant: Mute speakers at suspend / shutdown
|
||
- ALSA: hda/generic: Add a helper to mute speakers at suspend/shutdown
|
||
- btrfs: tree-checker: validate dref root and objectid
|
||
- scsi: ufs: core: Bypass quick recovery if force reset is needed
|
||
- scsi: ufs: core: Check LSDBS cap when !mcq
|
||
- drm: panel-orientation-quirks: Add quirk for OrangePi Neo
|
||
- drm/fb-helper: Don't schedule_work() to flush frame buffer during panic()
|
||
- !12281 [openEuler-24.03-LTS][linux-6.6.y sync] Backport 6.6.48-6.6.49 LTS Patches
|
||
- apparmor: fix policy_unpack_test on big endian systems
|
||
- arm64: dts: freescale: imx93-tqma9352-mba93xxla: fix typo
|
||
- arm64: dts: freescale: imx93-tqma9352: fix CMA alloc-ranges
|
||
- arm64: dts: imx93: update default value for snps,clk-csr
|
||
- arm64: dts: imx93: add nvmem property for eqos
|
||
- arm64: dts: imx93: add nvmem property for fec1
|
||
- arm64: dts: imx8mp-beacon-kit: Fix Stereo Audio on WM8962
|
||
- ARM: dts: omap3-n900: correct the accelerometer orientation
|
||
- usb: cdnsp: fix for Link TRB with TC
|
||
- usb: cdnsp: fix incorrect index in cdnsp_get_hw_deq function
|
||
- usb: core: sysfs: Unmerge @usb3_hardware_lpm_attr_group in remove_power_attributes()
|
||
- usb: dwc3: st: add missing depopulate in probe error path
|
||
- usb: dwc3: core: Prevent USB core invalid event buffer address access
|
||
- usb: dwc3: omap: add missing depopulate in probe error path
|
||
- ARM: dts: imx6dl-yapp43: Increase LED current to match the yapp4 HW design
|
||
- USB: serial: option: add MeiG Smart SRM825L
|
||
- scsi: sd: Ignore command SYNCHRONIZE CACHE error if format in progress
|
||
- firmware: qcom: scm: Mark get_wq_ctx() as atomic call
|
||
- cdc-acm: Add DISABLE_ECHO quirk for GE HealthCare UI Controller
|
||
- soc: qcom: pmic_glink: Fix race during initialization
|
||
- soc: qcom: pmic_glink: Actually communicate when remote goes down
|
||
- soc: qcom: cmd-db: Map shared memory as WC, not WB
|
||
- nfc: pn533: Add poll mod list filling check
|
||
- net: busy-poll: use ktime_get_ns() instead of local_clock()
|
||
- drm/amd/display: avoid using null object of framebuffer
|
||
- sctp: fix association labeling in the duplicate COOKIE-ECHO case
|
||
- gtp: fix a potential NULL pointer dereference
|
||
- bonding: change ipsec_lock from spin lock to mutex
|
||
- bonding: extract the use of real_device into local variable
|
||
- bonding: implement xdo_dev_state_free and call it after deletion
|
||
- selftests: forwarding: local_termination: Down ports on cleanup
|
||
- selftests: forwarding: no_forwarding: Down ports on cleanup
|
||
- netfilter: nf_tables_ipv6: consider network offset in netdev/egress validation
|
||
- wifi: iwlwifi: fw: fix wgds rev 3 exact size
|
||
- netfilter: nf_tables: restore IP sanity checks for netdev/egress
|
||
- iommu: Do not return 0 from map_pages if it doesn't do anything
|
||
- Bluetooth: hci_core: Fix not handling hibernation actions
|
||
- Bluetooth: btnxpuart: Fix random crash seen while removing driver
|
||
- Bluetooth: btnxpuart: Handle FW Download Abort scenario
|
||
- Bluetooth: btnxpuart: Resolve TX timeout error in power save stress test
|
||
- dmaengine: dw: Add memory bus width verification
|
||
- dmaengine: dw: Add peripheral bus width verification
|
||
- phy: xilinx: phy-zynqmp: Fix SGMII linkup failure on resume
|
||
- dmaengine: dw-edma: Do not enable watermark interrupts for HDMA
|
||
- dmaengine: dw-edma: Fix unmasking STOP and ABORT interrupts for HDMA
|
||
- soundwire: stream: fix programming slave ports for non-continous port maps
|
||
- phy: fsl-imx8mq-usb: fix tuning parameter name
|
||
- iommufd: Do not allow creating areas without READ or WRITE
|
||
- cifs: Fix FALLOC_FL_PUNCH_HOLE support
|
||
- mm: Fix missing folio invalidation calls during truncation
|
||
- ovl: ovl_parse_param_lowerdir: Add missed '
|
||
- pinctrl: starfive: jh7110: Correct the level trigger configuration of iev register
|
||
- pinctrl: mediatek: common-v2: Fix broken bias-disable for PULL_PU_PD_RSEL_TYPE
|
||
- ASoC: SOF: amd: Fix for acp init sequence
|
||
- ASoC: amd: acp: fix module autoloading
|
||
- thermal: of: Fix OF node leak in of_thermal_zone_find() error paths
|
||
- thermal: of: Fix OF node leak in thermal_of_trips_init() error path
|
||
- of: Introduce for_each_*_child_of_node_scoped() to automate of_node_put() handling
|
||
- usb: typec: fix up incorrectly backported "usb: typec: tcpm: unregister existing source caps before re-registration"
|
||
- drm/vmwgfx: Fix prime with external buffers
|
||
- drm/amdgpu/swsmu: always force a state reprogram on init
|
||
- drm/amdgpu: align pp_power_profile_mode with kernel docs
|
||
- selftests: mptcp: join: check re-re-adding ID 0 endp
|
||
- selftests: mptcp: join: no extra msg if no counter
|
||
- selftests: mptcp: join: check removing ID 0 endpoint
|
||
- mptcp: pm: ADD_ADDR 0 is not a new address
|
||
- mptcp: pm: fix ID 0 endp usage after multiple re-creations
|
||
- mptcp: pm: do not remove already closed subflows
|
||
- mptcp: pm: send ACK on an active subflow
|
||
- mptcp: pm: reset MPC endp ID when re-added
|
||
- mptcp: pm: skip connecting to already established sf
|
||
- mptcp: pm: reuse ID 0 after delete and re-add
|
||
- mptcp: sched: check both backup in retrans
|
||
- mptcp: close subflow when receiving TCP+FIN
|
||
- net: mana: Fix race of mana_hwc_post_rx_wqe and new hwc response
|
||
- wifi: mwifiex: duplicate static structs used in driver instances
|
||
- wifi: wfx: repair open network AP mode
|
||
- of: Add cleanup.h based auto release via __free(device_node) markings
|
||
- pinctrl: single: fix potential NULL dereference in pcs_get_function()
|
||
- pinctrl: rockchip: correct RK3328 iomux width flag for GPIO2-B pins
|
||
- btrfs: run delayed iputs when flushing delalloc
|
||
- LoongArch: Remove the unused dma-direct.h
|
||
- ALSA: seq: Skip event type filtering for UMP events
|
||
- !12276 mm: mem_reliable: Initialize reliable_nr_page when mm_init()
|
||
- mm: mem_reliable: Initialize reliable_nr_page when mm_init()
|
||
- !12178 net: stmmac: move the EST lock to struct stmmac_priv
|
||
- net: stmmac: move the EST lock to struct stmmac_priv
|
||
- !12181 net: ena: Add validation for completion descriptors consistency
|
||
- net: ena: Add validation for completion descriptors consistency
|
||
- !12255 drm/amd/display: Ensure index calculation will not overflow
|
||
- drm/amd/display: Ensure index calculation will not overflow
|
||
- !12214 platform/x86: panasonic-laptop: Fix SINF array out of bounds accesses
|
||
- platform/x86: panasonic-laptop: Fix SINF array out of bounds accesses
|
||
- !12147 wifi: iwlwifi: mvm: don't wait for tx queues if firmware is dead
|
||
- wifi: iwlwifi: mvm: don't wait for tx queues if firmware is dead
|
||
- !9955 [OLK-6.6]HYGON: CSV3 patch series part 1 (Secure memory management and initialization for CSV3)
|
||
- crypto: ccp: Add SET_SMR/SET_SMCR commands for CSV3
|
||
- x86/mm: Manage CSV3 guest's private memory by CMA
|
||
- crypto: ccp: Define CSV3 key management command id
|
||
- KVM: SEV: Pin SEV guest memory out of CMA area
|
||
- !12253 RDMA/hns: Fix flush cqe error when racing with destroy qp
|
||
- RDMA/hns: Fix flush cqe error when racing with destroy qp
|
||
- !12217 v2 RDMA/hns: Fix new mmaped pages during resetting
|
||
- RDMA/hns: Fix new mmaped pages during resetting
|
||
- !12216 ACPI/IORT: Add PMCG platform information for HiSilicon HIP10/11
|
||
- ACPI/IORT: Add PMCG platform information for HiSilicon HIP10/11
|
||
- !12209 net/hinic3: fix version showed in ethtool
|
||
- net/hinic3: fix version showed in ethtool
|
||
- !12218 KVM: x86: Acquire kvm->srcu when handling KVM_SET_VCPU_EVENTS
|
||
- KVM: x86: Acquire kvm->srcu when handling KVM_SET_VCPU_EVENTS
|
||
- !11667 Adds Nebula S1000 series network snic driver
|
||
- Net:nbl_core: Add nbl_core-driver for nebula-matrix S1055AS series smart NIC.
|
||
- !12036 KVM: arm64: Add new HiSi CPU type for supporting DVMBM
|
||
- KVM: arm64: Add new HiSi CPU type for supporting DVMBM
|
||
- !12112 [openEuler-24.03-LTS][linux-6.6.y sync] Backport 6.6.47-6.6.48 LTS Patches
|
||
- Revert "s390/dasd: Establish DMA alignment"
|
||
- ksmbd: fix race condition between destroy_previous_session() and smb2 operations()
|
||
- drm/amdgpu/vcn: not pause dpg for unified queue
|
||
- drm/amdgpu/vcn: identify unified queue in sw init
|
||
- selftests/bpf: Add a test to verify previous stacksafe() fix
|
||
- ALSA: timer: Relax start tick time check for slave timer elements
|
||
- igc: Fix qbv tx latency by setting gtxoffset
|
||
- drm/panel: nt36523: Set 120Hz fps for xiaomi,elish panels
|
||
- drm/msm/mdss: specify cfg bandwidth for SDM670
|
||
- hwmon: (ltc2992) Fix memory leak in ltc2992_parse_dt()
|
||
- Revert "drm/amd/display: Validate hw_points_num before using it"
|
||
- Revert "usb: gadget: uvc: cleanup request when not in correct state"
|
||
- selftests: mptcp: join: check re-using ID of closed subflow
|
||
- selftests: mptcp: join: validate fullmesh endp on 1st sf
|
||
- mptcp: pm: fullmesh: select the right ID later
|
||
- mptcp: pm: only in-kernel cannot have entries with ID 0
|
||
- mptcp: pm: check add_addr_accept_max before accepting new ADD_ADDR
|
||
- mptcp: pm: only mark 'subflow' endp as available
|
||
- mptcp: pm: remove mptcp_pm_remove_subflow()
|
||
- mptcp: pm: re-using ID of unused flushed subflows
|
||
- mptcp: pm: re-using ID of unused removed subflows
|
||
- mptcp: pm: re-using ID of unused removed ADD_ADDR
|
||
- nouveau/firmware: use dma non-coherent allocator
|
||
- pmdomain: imx: wait SSAR when i.MX93 power domain on
|
||
- pmdomain: imx: scu-pd: Remove duplicated clocks
|
||
- mmc: dw_mmc: allow biu and ciu clocks to defer
|
||
- mmc: mtk-sd: receive cmd8 data when hs400 tuning fail
|
||
- KVM: arm64: Make ICC_*SGI*_EL1 undef in the absence of a vGICv3
|
||
- cxgb4: add forgotten u64 ivlan cast before shift
|
||
- Input: i8042 - use new forcenorestore quirk to replace old buggy quirk combination
|
||
- Input: i8042 - add forcenorestore quirk to leave controller untouched even on s3
|
||
- HID: wacom: Defer calculation of resolution until resolution_code is known
|
||
- MIPS: Loongson64: Set timer mode in cpu-probe
|
||
- net: dsa: microchip: fix PTP config failure when using multiple ports
|
||
- drm/amdgpu: Validate TA binary size
|
||
- ksmbd: the buffer of smb2 query dir response has at least 1 byte
|
||
- scsi: core: Fix the return value of scsi_logical_block_count()
|
||
- smb: client: ignore unhandled reparse tags
|
||
- drm/msm: fix the highest_bank_bit for sc7180
|
||
- drm/msm/mdss: Handle the reg bus ICC path
|
||
- drm/msm/mdss: Rename path references to mdp_path
|
||
- drm/msm/mdss: switch mdss to use devm_of_icc_get()
|
||
- drm/msm/dpu: take plane rotation into account for wide planes
|
||
- drm/msm/dpu: try multirect based on mdp clock limits
|
||
- drm/msm/dpu: cleanup FB if dpu_format_populate_layout fails
|
||
- drm/msm/dp: reset the link phy params before link training
|
||
- drm/msm/dpu: move dpu_encoder's connector assignment to atomic_enable()
|
||
- drm/msm/dpu: capture snapshot on the first commit_done timeout
|
||
- drm/msm/dpu: split dpu_encoder_wait_for_event into two functions
|
||
- drm/msm/dpu: drop MSM_ENC_VBLANK support
|
||
- drm/msm/dpu: use drmm-managed allocation for dpu_encoder_phys
|
||
- drm/msm/dp: fix the max supported bpp logic
|
||
- drm/msm/dpu: don't play tricks with debug macros
|
||
- net: ovs: fix ovs_drop_reasons error
|
||
- net: xilinx: axienet: Fix dangling multicast addresses
|
||
- net: xilinx: axienet: Always disable promiscuous mode
|
||
- octeontx2-af: Fix CPT AF register offset calculation
|
||
- netfilter: flowtable: validate vlan header
|
||
- udp: fix receiving fraglist GSO packets
|
||
- igb: cope with large MAX_SKB_FRAGS
|
||
- dpaa2-switch: Fix error checking in dpaa2_switch_seed_bp()
|
||
- ice: fix truesize operations for PAGE_SIZE >= 8192
|
||
- ice: fix ICE_LAST_OFFSET formula
|
||
- ice: fix page reuse when PAGE_SIZE is over 8k
|
||
- bonding: fix xfrm state handling when clearing active slave
|
||
- bonding: fix xfrm real_dev null pointer dereference
|
||
- bonding: fix null pointer deref in bond_ipsec_offload_ok
|
||
- bonding: fix bond_ipsec_offload_ok return type
|
||
- ip6_tunnel: Fix broken GRO
|
||
- netfilter: nft_counter: Synchronize nft_counter_reset() against reader.
|
||
- netfilter: nft_counter: Disable BH in nft_counter_offload_stats().
|
||
- net: mctp: test: Use correct skb for route input check
|
||
- selftests: udpgro: report error when receive failed
|
||
- tc-testing: don't access non-existent variable on exception
|
||
- net: mscc: ocelot: serialize access to the injection/extraction groups
|
||
- net: mscc: ocelot: fix QoS class for injected packets with "ocelot-8021q"
|
||
- net: mscc: ocelot: use ocelot_xmit_get_vlan_info() also for FDMA and register injection
|
||
- Bluetooth: SMP: Fix assumption of Central always being Initiator
|
||
- Bluetooth: hci_core: Fix LE quote calculation
|
||
- drm/amdkfd: reserve the BO before validating it
|
||
- ALSA: hda/tas2781: Use correct endian conversion
|
||
- platform/surface: aggregator: Fix warning when controller is destroyed in probe
|
||
- drm/amd/amdgpu: command submission parser for JPEG
|
||
- drm/amd/display: fix cursor offset on rotation 180
|
||
- drm/amd/display: Enable otg synchronization logic for DCN321
|
||
- drm/amd/display: Adjust cursor position
|
||
- btrfs: send: allow cloning non-aligned extent if it ends at i_size
|
||
- btrfs: replace sb::s_blocksize by fs_info::sectorsize
|
||
- mm/vmalloc: fix page mapping if vm_area_alloc_pages() with high order fallback to order 0
|
||
- selftests: memfd_secret: don't build memfd_secret test on unsupported arches
|
||
- selftests/mm: log run_vmtests.sh results in TAP format
|
||
- tools/testing/selftests/mm/run_vmtests.sh: lower the ptrace permissions
|
||
- dm suspend: return -ERESTARTSYS instead of -EINTR
|
||
- riscv: entry: always initialize regs->a0 to -ENOSYS
|
||
- i2c: stm32f7: Add atomic_xfer method to driver
|
||
- jfs: define xtree root and page independently
|
||
- nvme: fix namespace removal list
|
||
- EDAC/skx_common: Allow decoding of SGX addresses
|
||
- ionic: check cmd_regs before copying in or out
|
||
- ionic: use pci_is_enabled not open code
|
||
- hrtimer: Prevent queuing of hrtimer without a function callback
|
||
- drm/amdgpu: fix dereference null return value for the function amdgpu_vm_pt_parent
|
||
- nvme: use srcu for iterating namespace list
|
||
- selftests/bpf: Fix a few tests for GCC related warnings.
|
||
- nvmet-rdma: fix possible bad dereference when freeing rsps
|
||
- irqchip/gic-v3-its: Remove BUG_ON in its_vpe_irq_domain_alloc
|
||
- usb: dwc3: core: Skip setting event buffers for host only controllers
|
||
- platform/x86: lg-laptop: fix %s null argument warning
|
||
- clocksource: Make watchdog and suspend-timing multiplication overflow safe
|
||
- irqchip/renesas-rzg2l: Do not set TIEN and TINT source at the same time
|
||
- s390/iucv: fix receive buffer virtual vs physical address confusion
|
||
- openrisc: Call setup_memory() earlier in the init sequence
|
||
- NFS: avoid infinite loop in pnfs_update_layout.
|
||
- nvmet-tcp: do not continue for invalid icreq
|
||
- rtc: nct3018y: fix possible NULL dereference
|
||
- firmware: cirrus: cs_dsp: Initialize debugfs_root to invalid
|
||
- Bluetooth: bnep: Fix out-of-bound access
|
||
- nvme: clear caller pointer on identify failure
|
||
- usb: gadget: fsl: Increase size of name buffer for endpoints
|
||
- f2fs: fix to do sanity check in update_sit_entry
|
||
- btrfs: delete pointless BUG_ON check on quota root in btrfs_qgroup_account_extent()
|
||
- btrfs: change BUG_ON to assertion in tree_move_down()
|
||
- btrfs: send: handle unexpected inode in header process_recorded_refs()
|
||
- btrfs: send: handle unexpected data in header buffer in begin_cmd()
|
||
- btrfs: handle invalid root reference found in may_destroy_subvol()
|
||
- btrfs: push errors up from add_async_extent()
|
||
- btrfs: tests: allocate dummy fs_info and root in test_find_delalloc()
|
||
- btrfs: change BUG_ON to assertion when checking for delayed_node root
|
||
- btrfs: defrag: change BUG_ON to assertion in btrfs_defrag_leaves()
|
||
- btrfs: delayed-inode: drop pointless BUG_ON in __btrfs_remove_delayed_item()
|
||
- powerpc/boot: Only free if realloc() succeeds
|
||
- powerpc/boot: Handle allocation failure in simple_realloc()
|
||
- f2fs: stop checkpoint when get a out-of-bounds segment
|
||
- rxrpc: Don't pick values out of the wire header when setting up security
|
||
- parisc: Use irq_enter_rcu() to fix warning at kernel/context_tracking.c:367
|
||
- memory: stm32-fmc2-ebi: check regmap_read return value
|
||
- x86: Increase brk randomness entropy for 64-bit systems
|
||
- md: clean up invalid BUG_ON in md_ioctl
|
||
- netlink: hold nlk->cb_mutex longer in __netlink_dump_start()
|
||
- tick: Move got_idle_tick away from common flags
|
||
- clocksource/drivers/arm_global_timer: Guard against division by zero
|
||
- accel/habanalabs: fix debugfs files permissions
|
||
- virtiofs: forbid newlines in tags
|
||
- hrtimer: Select housekeeping CPU during migration
|
||
- gpio: sysfs: extend the critical section for unregistering sysfs devices
|
||
- drm/lima: set gp bus_stop bit before hard reset
|
||
- net/sun3_82586: Avoid reading past buffer in debug output
|
||
- wifi: iwlwifi: mvm: avoid garbage iPN
|
||
- media: drivers/media/dvb-core: copy user arrays safely
|
||
- scsi: lpfc: Initialize status local variable in lpfc_sli4_repost_sgl_list()
|
||
- fs: binfmt_elf_efpic: don't use missing interpreter's properties
|
||
- media: pci: cx23885: check cx23885_vdev_init() return
|
||
- kernfs: fix false-positive WARN(nr_mmapped) in kernfs_drain_open_files
|
||
- riscv: blacklist assembly symbols for kprobe
|
||
- quota: Remove BUG_ON from dqget()
|
||
- wifi: ath12k: Add missing qmi_txn_cancel() calls
|
||
- fuse: fix UAF in rcu pathwalks
|
||
- afs: fix __afs_break_callback() / afs_drop_open_mmap() race
|
||
- btrfs: zlib: fix and simplify the inline extent decompression
|
||
- ext4: do not trim the group with corrupted block bitmap
|
||
- nvmet-trace: avoid dereferencing pointer too early
|
||
- EDAC/skx_common: Filter out the invalid address
|
||
- gfs2: Refcounting fix in gfs2_thaw_super
|
||
- Bluetooth: hci_conn: Check non NULL function before calling for HFP offload
|
||
- evm: don't copy up 'security.evm' xattr
|
||
- drm/rockchip: vop2: clear afbc en and transform bit for cluster window at linear mode
|
||
- ionic: no fw read when PCI reset failed
|
||
- ionic: prevent pci disable of already disabled device
|
||
- powerpc/pseries/papr-sysparm: Validate buffer object lengths
|
||
- hwmon: (pc87360) Bounds check data->innr usage
|
||
- ASoC: SOF: ipc4: check return value of snd_sof_ipc_msg_data
|
||
- powerpc/xics: Check return value of kasprintf in icp_native_map_one_cpu
|
||
- memory: tegra: Skip SID programming if SID registers aren't set
|
||
- drm/msm: Reduce fallout of fence signaling vs reclaim hangs
|
||
- arm64: Fix KASAN random tag seed initialization
|
||
- powerpc/topology: Check if a core is online
|
||
- cpu/SMT: Enable SMT only if a core is online
|
||
- rust: fix the default format for CONFIG_{RUSTC,BINDGEN}_VERSION_TEXT
|
||
- rust: suppress error messages from CONFIG_{RUSTC,BINDGEN}_VERSION_TEXT
|
||
- rust: work around `bindgen` 0.69.0 issue
|
||
- hwmon: (ltc2992) Avoid division by zero
|
||
- IB/hfi1: Fix potential deadlock on &irq_src_lock and &dd->uctxt_lock
|
||
- clk: visconti: Add bounds-checking coverage for struct visconti_pll_provider
|
||
- wifi: iwlwifi: check for kmemdup() return value in iwl_parse_tlv_firmware()
|
||
- wifi: iwlwifi: fw: Fix debugfs command sending
|
||
- wifi: iwlwifi: abort scan when rfkill on but device enabled
|
||
- gfs2: setattr_chown: Add missing initialization
|
||
- wifi: mac80211: flush STA queues on unauthorization
|
||
- scsi: spi: Fix sshdr use
|
||
- ASoC: SOF: Intel: hda-dsp: Make sure that no irq handler is pending before suspend
|
||
- iommu/arm-smmu-qcom: Add SDM670 MDSS compatible
|
||
- media: qcom: venus: fix incorrect return value
|
||
- drm/tegra: Zero-initialize iosys_map
|
||
- binfmt_misc: cleanup on filesystem umount
|
||
- accel/habanalabs: fix bug in timestamp interrupt handling
|
||
- accel/habanalabs: export dma-buf only if size/offset multiples of PAGE_SIZE
|
||
- accel/habanalabs/gaudi2: unsecure tpc count registers
|
||
- media: s5p-mfc: Fix potential deadlock on condlock
|
||
- staging: ks7010: disable bh on tx_dev_lock
|
||
- drm/amd/display: Validate hw_points_num before using it
|
||
- usb: gadget: uvc: cleanup request when not in correct state
|
||
- wifi: mt76: fix race condition related to checking tx queue fill status
|
||
- staging: iio: resolver: ad2s1210: fix use before initialization
|
||
- wifi: ath11k: fix ath11k_mac_op_remain_on_channel() stack usage
|
||
- media: radio-isa: use dev_name to fill in bus_info
|
||
- drm/amdkfd: Move dma unmapping after TLB flush
|
||
- i3c: mipi-i3c-hci: Do not unmap region not mapped for transfer
|
||
- i3c: mipi-i3c-hci: Remove BUG() when Ring Abort request times out
|
||
- wifi: ath12k: fix WARN_ON during ath12k_mac_update_vif_chan
|
||
- drm/bridge: tc358768: Attempt to fix DSI horizontal timings
|
||
- s390/smp,mcck: fix early IPI handling
|
||
- RDMA/rtrs: Fix the problem of variable not initialized fully
|
||
- i2c: riic: avoid potential division by zero
|
||
- cgroup: Avoid extra dereference in css_populate_dir()
|
||
- wifi: cw1200: Avoid processing an invalid TIM IE
|
||
- sched/topology: Handle NUMA_NO_NODE in sched_numa_find_nth_cpu()
|
||
- net: ethernet: mtk_wed: check update_wo_rx_stats in mtk_wed_update_rx_stats()
|
||
- rcu: Eliminate rcu_gp_slow_unregister() false positive
|
||
- rcu: Dump memory object info if callback function is invalid
|
||
- mm: Remove kmem_valid_obj()
|
||
- wifi: iwlwifi: mvm: fix recovery flow in CSA
|
||
- wifi: mac80211: fix BA session teardown race
|
||
- wifi: cfg80211: check wiphy mutex is held for wdev mutex
|
||
- wifi: mac80211: lock wiphy in IP address notifier
|
||
- ASoC: cs35l45: Checks index of cs35l45_irqs[]
|
||
- ssb: Fix division by zero issue in ssb_calc_clock_rate
|
||
- drm/amdgpu: access RLC_SPM_MC_CNTL through MMIO in SRIOV runtime
|
||
- drm/amd/amdgpu/imu_v11_0: Increase buffer size to ensure all possible values can be stored
|
||
- drm/amd/pm: fix error flow in sensor fetching
|
||
- ALSA: hda/realtek: Fix noise from speakers on Lenovo IdeaPad 3 15IAU7
|
||
- gpio: mlxbf3: Support shutdown() function
|
||
- netfilter: nf_tables: Add locking for NFT_MSG_GETOBJ_RESET requests
|
||
- netfilter: nf_tables: Introduce nf_tables_getobj_single
|
||
- netfilter: nf_tables: Carry reset boolean in nft_obj_dump_ctx
|
||
- netfilter: nf_tables: nft_obj_filter fits into cb->ctx
|
||
- netfilter: nf_tables: Carry s_idx in nft_obj_dump_ctx
|
||
- netfilter: nf_tables: A better name for nft_obj_filter
|
||
- netfilter: nf_tables: Unconditionally allocate nft_obj_filter
|
||
- netfilter: nf_tables: Drop pointless memset in nf_tables_dump_obj
|
||
- netfilter: nf_tables: Audit log dump reset after the fact
|
||
- netfilter: nf_queue: drop packets with cloned unconfirmed conntracks
|
||
- netfilter: flowtable: initialise extack before use
|
||
- netfilter: allow ipv6 fragments to arrive on different devices
|
||
- tcp: Update window clamping condition
|
||
- mptcp: correct MPTCP_SUBFLOW_ATTR_SSN_OFFSET reserved size
|
||
- mlxbf_gige: disable RX filters until RX path initialized
|
||
- net: ethernet: mtk_wed: fix use-after-free panic in mtk_wed_setup_tc_block_cb()
|
||
- net: dsa: vsc73xx: check busy flag in MDIO operations
|
||
- net: dsa: vsc73xx: use read_poll_timeout instead delay loop
|
||
- net: dsa: vsc73xx: pass value in phy_write operation
|
||
- net: axienet: Fix register defines comment description
|
||
- atm: idt77252: prevent use after free in dequeue_rx()
|
||
- net/mlx5e: Correctly report errors for ethtool rx flows
|
||
- igc: Fix reset adapter logics when tx mode change
|
||
- igc: Fix qbv_config_change_errors logics
|
||
- igc: Fix packet still tx after gate close by reducing i226 MAC retry buffer
|
||
- bpf: Fix updating attached freplace prog in prog_array map
|
||
- s390/uv: Panic for set and remove shared access UVC errors
|
||
- drm/amdgpu/jpeg4: properly set atomics vmid field
|
||
- drm/amdgpu/jpeg2: properly set atomics vmid field
|
||
- memcg_write_event_control(): fix a user-triggerable oops
|
||
- drm/amdgpu: Actually check flags for all context ops.
|
||
- btrfs: tree-checker: add dev extent item checks
|
||
- btrfs: zoned: properly take lock to read/update block group's zoned variables
|
||
- btrfs: tree-checker: reject BTRFS_FT_UNKNOWN dir type
|
||
- mm/memory-failure: use raw_spinlock_t in struct memory_failure_cpu
|
||
- selinux: add the processing of the failure of avc_add_xperms_decision()
|
||
- selinux: fix potential counting error in avc_add_xperms_decision()
|
||
- wifi: brcmfmac: cfg80211: Handle SSID based pmksa deletion
|
||
- net: mana: Fix RX buf alloc_size alignment and atomic op panic
|
||
- i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resume
|
||
- btrfs: rename bitmap_set_bits() -> btrfs_bitmap_set_bits()
|
||
- dm persistent data: fix memory allocation failure
|
||
- dm resume: don't return EINVAL when signalled
|
||
- arm64: ACPI: NUMA: initialize all values of acpi_early_node_map to NUMA_NO_NODE
|
||
- ACPI: EC: Evaluate _REG outside the EC scope more carefully
|
||
- ACPICA: Add a depth argument to acpi_execute_reg_methods()
|
||
- riscv: change XIP's kernel_map.size to be size of the entire kernel
|
||
- KVM: s390: fix validity interception issue when gisa is switched off
|
||
- s390/dasd: fix error recovery leading to data corruption on ESE devices
|
||
- ALSA: hda/tas2781: fix wrong calibrated data order
|
||
- thunderbolt: Mark XDomain as unplugged when router is removed
|
||
- xhci: Fix Panther point NULL pointer deref at full-speed re-enumeration
|
||
- ALSA: usb-audio: Support Yamaha P-125 quirk entry
|
||
- ALSA: usb-audio: Add delay quirk for VIVO USB-C-XE710 HEADSET
|
||
- char: xillybus: Refine workqueue handling
|
||
- char: xillybus: Don't destroy workqueue from work item running on it
|
||
- selinux: revert our use of vma_is_initial_heap()
|
||
- Revert "usb: typec: tcpm: clear pd_event queue in PORT_RESET"
|
||
- Revert "misc: fastrpc: Restrict untrusted app to attach to privileged PD"
|
||
- Revert "ACPI: EC: Evaluate orphan _REG under EC device"
|
||
- tty: atmel_serial: use the correct RTS flag.
|
||
- !12087 arm64: acpi: Harden get_cpu_for_acpi_id() against missing CPU entry
|
||
- arm64: acpi: Harden get_cpu_for_acpi_id() against missing CPU entry
|
||
- !6996 sched/fair: Optimize performance by inlining cpu_util_without() and cpu_util()
|
||
- sched/fair: Optimize performance by inlining cpu_util_without() and cpu_util()
|
||
- !12080 btrfs: clean up our handling of refs == 0 in snapshot delete
|
||
- btrfs: clean up our handling of refs == 0 in snapshot delete
|
||
- !12052 drm/amdgpu: the warning dereferencing obj for nbio_v7_4
|
||
- drm/amdgpu: the warning dereferencing obj for nbio_v7_4
|
||
- !12082 userfaultfd: don't BUG_ON() if khugepaged yanks our page table
|
||
- userfaultfd: don't BUG_ON() if khugepaged yanks our page table
|
||
- !12077 ELF: fix kernel.randomize_va_space double read
|
||
- ELF: fix kernel.randomize_va_space double read
|
||
- !12068 usb: gadget: aspeed_udc: validate endpoint index for ast udc
|
||
- usb: gadget: aspeed_udc: validate endpoint index for ast udc
|
||
- !12057 netfilter: nft_socket: fix sk refcount leaks
|
||
- netfilter: nft_socket: fix sk refcount leaks
|
||
- !11954 drm/amdgpu: fix the waring dereferencing hive
|
||
- drm/amdgpu: fix the waring dereferencing hive
|
||
- !12059 mptcp: pm: Fix uaf in __timer_delete_sync
|
||
- mptcp: pm: Fix uaf in __timer_delete_sync
|
||
- !12058 net: dpaa: Pad packets to ETH_ZLEN
|
||
- net: dpaa: Pad packets to ETH_ZLEN
|
||
- !12076 drm/bridge: tc358767: Check if fully initialized before signalling HPD event via IRQ
|
||
- drm/bridge: tc358767: Check if fully initialized before signalling HPD event via IRQ
|
||
- !11966 drm/amd/pm: Fix negative array index read
|
||
- drm/amd/pm: Fix negative array index read
|
||
|
||
' for pr_err
|
||
* Thu Oct 10 2024 ZhangPeng <zhangpeng362@huawei.com> - 6.6.0-46.0.0.51
|
||
- !12061 net/mlx5: Fix bridge mode operations when there are no VFs
|
||
- net/mlx5: Fix bridge mode operations when there are no VFs
|
||
- !12074 drm/amd/display: Check index for aux_rd_interval before using
|
||
- drm/amd/display: Check index for aux_rd_interval before using
|
||
- !12063 cpufreq: intel_pstate: Revise global turbo disable check
|
||
- cpufreq: intel_pstate: Revise global turbo disable check
|
||
- !12051 um: line: always fill *error_out in setup_one_line()
|
||
- um: line: always fill *error_out in setup_one_line()
|
||
- !12023 ASoC: meson: axg-card: fix 'use-after-free'
|
||
- ASoC: meson: axg-card: fix 'use-after-free'
|
||
- !12022 drm/amd/display: Check gpio_id before used as array index
|
||
- drm/amd/display: Check gpio_id before used as array index
|
||
- !12049 drm/amd/display: Skip inactive planes within ModeSupportAndSystemConfiguration
|
||
- drm/amd/display: Skip inactive planes within ModeSupportAndSystemConfiguration
|
||
- !11949 mptcp: pm: only decrement add_addr_accepted for MPJ req
|
||
- mptcp: pm: only decrement add_addr_accepted for MPJ req
|
||
- !11763 [OLK-6.6] Intel: Backport to support Intel IFS(In Field Scan) SBAF on GNR
|
||
- platform/x86/intel/ifs: Fix SBAF title underline length
|
||
- trace: platform/x86/intel/ifs: Add SBAF trace support
|
||
- platform/x86/intel/ifs: Add SBAF test support
|
||
- platform/x86/intel/ifs: Add SBAF test image loading support
|
||
- platform/x86/intel/ifs: Refactor MSR usage in IFS test code
|
||
- selftests: ifs: verify IFS ARRAY BIST functionality
|
||
- selftests: ifs: verify IFS scan test functionality
|
||
- selftests: ifs: verify test image loading functionality
|
||
- selftests: ifs: verify test interfaces are created by the driver
|
||
- platform/x86/intel/ifs: Disable irq during one load stage
|
||
- platform/x86/intel/ifs: trace: display batch num in hex
|
||
- platform/x86/intel/ifs: Classify error scenarios correctly
|
||
- platform/x86/intel/ifs: Remove unnecessary initialization of 'ret'
|
||
- platform/x86/intel/ifs: Add an entry rendezvous for SAF
|
||
- platform/x86/intel/ifs: Replace the exit rendezvous with an entry rendezvous for ARRAY_BIST
|
||
- platform/x86/intel/ifs: Add current batch number to trace output
|
||
- platform/x86/intel/ifs: Trace on all HT threads when executing a test
|
||
- !12039 drm/amd/display: Stop amdgpu_dm initialize when link nums greater than max_links
|
||
- drm/amd/display: Stop amdgpu_dm initialize when link nums greater than max_links
|
||
- !12033 sysctl: always initialize i_uid/i_gid
|
||
- sysctl: always initialize i_uid/i_gid
|
||
- !12014 dma-buf: heaps: Fix off-by-one in CMA heap fault handler
|
||
- dma-buf: heaps: Fix off-by-one in CMA heap fault handler
|
||
- !12009 rtmutex: Drop rt_mutex::wait_lock before scheduling
|
||
- rtmutex: Drop rt_mutex::wait_lock before scheduling
|
||
- !11617 v2 Fix VSYNC referencing an unmapped VPE on GIC v4.0/v4.1
|
||
- irqchip/gic-v3-its: Fix VSYNC referencing an unmapped VPE on GIC v4.0
|
||
- irqchip/gic-v3-its: Fix VSYNC referencing an unmapped VPE on GIC v4.1
|
||
- !12016 perf/x86/intel: Limit the period on Haswell
|
||
- perf/x86/intel: Limit the period on Haswell
|
||
- !12017 cppc_cpufreq: Fix possible null pointer dereference
|
||
- cppc_cpufreq: Fix possible null pointer dereference
|
||
- !11995 drm/amd/display: Assign linear_pitch_alignment even for VM
|
||
- drm/amd/display: Assign linear_pitch_alignment even for VM
|
||
- !11796 bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_ro()
|
||
- bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_ro()
|
||
- !12004 spi: rockchip: Resolve unbalanced runtime PM / system PM handling
|
||
- spi: rockchip: Resolve unbalanced runtime PM / system PM handling
|
||
- !12000 nvmet-tcp: fix kernel crash if commands allocation fails
|
||
- nvmet-tcp: fix kernel crash if commands allocation fails
|
||
- !11969 drm/amd/display: Run DC_LOG_DC after checking link->link_enc
|
||
- drm/amd/display: Run DC_LOG_DC after checking link->link_enc
|
||
- !11963 serial: sc16is7xx: fix invalid FIFO access with special register set
|
||
- serial: sc16is7xx: fix invalid FIFO access with special register set
|
||
- !11985 Fix CVE-2024-46845
|
||
- tracing/osnoise: Fix build when timerlat is not enabled
|
||
- tracing/timerlat: Only clear timer if a kthread exists
|
||
- !11909 ksmbd: unset the binding mark of a reused connection
|
||
- ksmbd: unset the binding mark of a reused connection
|
||
- !11983 wifi: ath12k: fix firmware crash due to invalid peer nss
|
||
- wifi: ath12k: fix firmware crash due to invalid peer nss
|
||
- !11984 drm/amd/display: Add array index check for hdcp ddc access
|
||
- drm/amd/display: Add array index check for hdcp ddc access
|
||
- !11989 drm/amd/display: Fix index may exceed array range within fpu_update_bw_bounding_box
|
||
- drm/amd/display: Fix index may exceed array range within fpu_update_bw_bounding_box
|
||
- !11992 scsi: lpfc: Handle mailbox timeouts in lpfc_get_sfp_info
|
||
- scsi: lpfc: Handle mailbox timeouts in lpfc_get_sfp_info
|
||
- !11979 CVE-2024-46814
|
||
- drm/amd/display: Check msg_id before processing transcation
|
||
- !11960 scsi: ufs: core: Remove SCSI host only if added
|
||
- scsi: ufs: core: Remove SCSI host only if added
|
||
- !11944 drm/amdgpu: Fix the warning division or modulo by zero
|
||
- drm/amdgpu: Fix the warning division or modulo by zero
|
||
- !11971 sched: Support to enable/disable dynamic_affinity
|
||
- sched: Support to enable/disable dynamic_affinity
|
||
- !11951 net: phy: Fix missing of_node_put() for leds
|
||
- net: phy: Fix missing of_node_put() for leds
|
||
- !11956 Fix CVE-2024-44958 6.6
|
||
- sched/smt: Fix unbalance sched_smt_present dec/inc
|
||
- sched/smt: Introduce sched_smt_present_inc/dec() helper
|
||
- !11945 btrfs: don't BUG_ON on ENOMEM from btrfs_lookup_extent_info() in walk_down_proc()
|
||
- btrfs: don't BUG_ON on ENOMEM from btrfs_lookup_extent_info() in walk_down_proc()
|
||
- !11919 btrfs: fix race between direct IO write and fsync when using same fd
|
||
- btrfs: fix race between direct IO write and fsync when using same fd
|
||
- !11920 hwmon: (lm95234) Fix underflows seen when writing limit attributes
|
||
- hwmon: (lm95234) Fix underflows seen when writing limit attributes
|
||
- !11820 powerpc/qspinlock: Fix deadlock in MCS queue
|
||
- powerpc/qspinlock: Fix deadlock in MCS queue
|
||
- !11915 ethtool: check device is present when getting link settings
|
||
- ethtool: check device is present when getting link settings
|
||
- !11936 btrfs: remove NULL transaction support for btrfs_lookup_extent_info()
|
||
- btrfs: remove NULL transaction support for btrfs_lookup_extent_info()
|
||
- !11929 Merge some hns RoCE patches from the mainline to OLK-6.6
|
||
- RDMA/hns: Fix the overflow risk of hem_list_calc_ba_range()
|
||
- RDMA/hns: Fix Use-After-Free of rsv_qp on HIP08
|
||
- Revert "RDMA/hns: Fix Use-After-Free of rsv_qp"
|
||
- Revert "RDMA/hns: Fix the overflow risk of hem_list_calc_ba_range()"
|
||
- !11912 smb: client: fix double put of @cfile in smb2_set_path_size()
|
||
- smb: client: fix double put of @cfile in smb2_set_path_size()
|
||
- !11908 HID: amd_sfh: free driver_data after destroying hid device
|
||
- HID: amd_sfh: free driver_data after destroying hid device
|
||
- !11926 nilfs2: protect references to superblock parameters exposed in sysfs
|
||
- nilfs2: protect references to superblock parameters exposed in sysfs
|
||
- !11927 hwmon: (hp-wmi-sensors) Check if WMI event data exists
|
||
- hwmon: (hp-wmi-sensors) Check if WMI event data exists
|
||
- !11844 fix CVE-2024-46771
|
||
- can: bcm: Clear bo->bcm_proc_read after remove_proc_entry().
|
||
- can: bcm: Remove proc entry when dev is unregistered.
|
||
- !11885 pci/hotplug/pnv_php: Fix hotplug driver crash on Powernv
|
||
- pci/hotplug/pnv_php: Fix hotplug driver crash on Powernv
|
||
- !11795 i2c: tegra: Do not mark ACPI devices as irq safe
|
||
- i2c: tegra: Do not mark ACPI devices as irq safe
|
||
- !11804 drm/amdgpu: Fix out-of-bounds write warning
|
||
- drm/amdgpu: Fix out-of-bounds write warning
|
||
- !11901 scsi: aacraid: Fix double-free on probe failure
|
||
- scsi: aacraid: Fix double-free on probe failure
|
||
- !11859 char: xillybus: Check USB endpoints when probing device
|
||
- char: xillybus: Check USB endpoints when probing device
|
||
- !11865 pktgen: use cpus_read_lock() in pg_net_init()
|
||
- pktgen: use cpus_read_lock() in pg_net_init()
|
||
- !11876 btrfs: handle errors from btrfs_dec_ref() properly
|
||
- btrfs: handle errors from btrfs_dec_ref() properly
|
||
- !11893 tracing/osnoise: Use a cpumask to know what threads are kthreads
|
||
- tracing/osnoise: Use a cpumask to know what threads are kthreads
|
||
- !11840 userfaultfd: fix checks for huge PMDs
|
||
- userfaultfd: fix checks for huge PMDs
|
||
- !11891 wifi: rtw88: usb: schedule rx work after everything is set up
|
||
- wifi: rtw88: usb: schedule rx work after everything is set up
|
||
- !11860 VMCI: Fix use-after-free when removing resource in vmci_resource_remove()
|
||
- VMCI: Fix use-after-free when removing resource in vmci_resource_remove()
|
||
- !11870 NFSD: Reset cb_seq_status after NFS4ERR_DELAY
|
||
- NFSD: Reset cb_seq_status after NFS4ERR_DELAY
|
||
- !11874 fix CVE-2024-46701
|
||
- libfs: fix infinite directory reads for offset dir
|
||
- fs: fix kabi kroken in struct offset_ctx
|
||
- libfs: Convert simple directory offsets to use a Maple Tree
|
||
- test_maple_tree: testing the cyclic allocation
|
||
- maple_tree: Add mtree_alloc_cyclic()
|
||
- libfs: Add simple_offset_empty()
|
||
- libfs: Define a minimum directory offset
|
||
- libfs: Re-arrange locking in offset_iterate_dir()
|
||
- !11689 smb: client: fix double put of @cfile in smb2_rename_path()
|
||
- smb: client: fix double put of @cfile in smb2_rename_path()
|
||
- !11883 usb: dwc3: st: fix probed platform device ref count on probe error path
|
||
- usb: dwc3: st: fix probed platform device ref count on probe error path
|
||
- !11884 PCI: Add missing bridge lock to pci_bus_lock()
|
||
- PCI: Add missing bridge lock to pci_bus_lock()
|
||
- !11862 hwmon: (w83627ehf) Fix underflows seen when writing limit attributes
|
||
- hwmon: (w83627ehf) Fix underflows seen when writing limit attributes
|
||
- !11758 smb/client: avoid dereferencing rdata=NULL in smb2_new_read_req()
|
||
- smb/client: avoid dereferencing rdata=NULL in smb2_new_read_req()
|
||
- !11857 arm64/mpam: Fix redefined reference of 'mpam_detect_is_enabled'
|
||
- arm64/mpam: Fix redefined reference of 'mpam_detect_is_enabled'
|
||
- !11823 mmc: mmc_test: Fix NULL dereference on allocation failure
|
||
- mmc: mmc_test: Fix NULL dereference on allocation failure
|
||
- !11819 uio_hv_generic: Fix kernel NULL pointer dereference in hv_uio_rescind
|
||
- uio_hv_generic: Fix kernel NULL pointer dereference in hv_uio_rescind
|
||
- !11495 ext4: Fix race in buffer_head read fault injection
|
||
- ext4: Fix race in buffer_head read fault injection
|
||
- !11845 bpf: verifier: prevent userspace memory access
|
||
- bpf: verifier: prevent userspace memory access
|
||
- !11748 ASoC: dapm: Fix UAF for snd_soc_pcm_runtime object
|
||
- ASoC: dapm: Fix UAF for snd_soc_pcm_runtime object
|
||
- !11624 Fix iBMA bug and change version
|
||
- BMA: Fix edma driver initialization problem and change the version number.
|
||
- !11850 misc: fastrpc: Fix double free of 'buf' in error path
|
||
- misc: fastrpc: Fix double free of 'buf' in error path
|
||
- !11655 drm/amd/display: Check denominator pbn_div before used
|
||
- drm/amd/display: Check denominator pbn_div before used
|
||
- !11686 udf: Avoid excessive partition lengths
|
||
- udf: Avoid excessive partition lengths
|
||
- !11685 binder: fix UAF caused by offsets overwrite
|
||
- binder: fix UAF caused by offsets overwrite
|
||
- !11798 CVE-2024-46784
|
||
- net: mana: Fix error handling in mana_create_txq/rxq's NAPI cleanup
|
||
- net: mana: Fix doorbell out of order violation and avoid unnecessary doorbell rings
|
||
- !11814 selinux,smack: don't bypass permissions check in inode_setsecctx hook
|
||
- selinux,smack: don't bypass permissions check in inode_setsecctx hook
|
||
- !11811 apparmor: fix possible NULL pointer dereference
|
||
- apparmor: fix possible NULL pointer dereference
|
||
- !11681 net/mlx5e: SHAMPO, Fix incorrect page release
|
||
- net/mlx5e: SHAMPO, Fix incorrect page release
|
||
- !11679 wifi: mwifiex: Do not return unused priv in mwifiex_get_priv_by_id()
|
||
- wifi: mwifiex: Do not return unused priv in mwifiex_get_priv_by_id()
|
||
- !11672 netem: fix return value if duplicate enqueue fails
|
||
- netem: fix return value if duplicate enqueue fails
|
||
- !11783 mm: hwpoison: two more poison recovery
|
||
- mm: support poison recovery from copy_present_page()
|
||
- mm: support poison recovery from do_cow_fault()
|
||
- !11787 nilfs2: fix missing cleanup on rollforward recovery error
|
||
- nilfs2: fix missing cleanup on rollforward recovery error
|
||
- !11744 powerpc/rtas: Prevent Spectre v1 gadget construction in sys_rtas()
|
||
- powerpc/rtas: Prevent Spectre v1 gadget construction in sys_rtas()
|
||
- !11766 drm/amd/display: Check denominator crb_pipes before used
|
||
- drm/amd/display: Check denominator crb_pipes before used
|
||
- !11790 efi/libstub: add checking validity of memory regions
|
||
- efi/libstub: add checking validity of memory regions
|
||
- !11802 can: mcp251x: fix deadlock if an interrupt occurs during mcp251x_open
|
||
- can: mcp251x: fix deadlock if an interrupt occurs during mcp251x_open
|
||
- !11747 [OLK 6.6] some bugfixes for hns3
|
||
- net: hns3: fix concurrent setting vlan filter issue
|
||
- net: hns3: fix snprintf() is printing too much problem
|
||
- net: hns3: make sure ptp clock is unregister and freed if hclge_ptp_get_cycle returns an error
|
||
- net: hns3: fix spelling mistake "reg_um" -> "reg_num"
|
||
- net: hns3: fixed hclge_fetch_pf_reg accesses bar space out of bounds issue
|
||
- net: hns3:support enable or disable pfc strom prevent
|
||
- net: hns3: fix wrong use of semaphore up
|
||
|
||
* Wed Sep 25 2024 ZhangPeng <zhangpeng362@huawei.com> - 6.6.0-44.0.0.50
|
||
- !11769 tools: move alignment-related macros to new <linux/align.h>
|
||
- tools: move alignment-related macros to new <linux/align.h>
|
||
- !11753 driver: iio: add missing checks on iio_info's callback access
|
||
- driver: iio: add missing checks on iio_info's callback access
|
||
- !11740 hwmon: (adc128d818) Fix underflows seen when writing limit attributes
|
||
- hwmon: (adc128d818) Fix underflows seen when writing limit attributes
|
||
- !11733 Input: MT - limit max slots
|
||
- Input: MT - limit max slots
|
||
- !11757 arm64/mpam: Check mpam_detect_is_enabled() before accessing MPAM registers
|
||
- arm64/mpam: Check mpam_detect_is_enabled() before accessing MPAM registers
|
||
- Revert "arm64: head.S: Initialise MPAM EL2 registers and disable traps"
|
||
- !11543 Fix CVE-2024-45025
|
||
- fix bitmap corruption on close_range() with CLOSE_RANGE_UNSHARE
|
||
- bitmap: introduce generic optimized bitmap_size()
|
||
- fs/ntfs3: add prefix to bitmap_size() and use BITS_TO_U64()
|
||
- s390/cio: rename bitmap_size() -> idset_bitmap_size()
|
||
- !11713 btrfs: fix qgroup reserve leaks in cow_file_range
|
||
- btrfs: fix qgroup reserve leaks in cow_file_range
|
||
- !11725 Squashfs: sanity check symbolic link size
|
||
- Squashfs: sanity check symbolic link size
|
||
- !11715 btrfs: replace BUG_ON() with error handling at update_ref_for_cow()
|
||
- btrfs: replace BUG_ON() with error handling at update_ref_for_cow()
|
||
- !11714 CVE-2024-46751
|
||
- btrfs: don't BUG_ON() when 0 reference count at btrfs_lookup_extent_info()
|
||
- btrfs: reduce nesting for extent processing at btrfs_lookup_extent_info()
|
||
- btrfs: remove superfluous metadata check at btrfs_lookup_extent_info()
|
||
- !11717 CVE-2024-43904
|
||
- drm/amd/display: Add null checks for 'stream' and 'plane' before dereferencing
|
||
- !11718 CVE-2024-41008
|
||
- drm/amdgpu: change vm->task_info handling
|
||
- !11691 sch/netem: fix use after free in netem_dequeue
|
||
- sch/netem: fix use after free in netem_dequeue
|
||
- !11719 rtla/osnoise: Prevent NULL dereference in error handling
|
||
- rtla/osnoise: Prevent NULL dereference in error handling
|
||
- !11626 smb/server: fix potential null-ptr-deref of lease_ctx_info in smb2_open()
|
||
- smb/server: fix potential null-ptr-deref of lease_ctx_info in smb2_open()
|
||
- !11651 large folio: Performance and bugfix
|
||
- mm: remove invalidate_inode_page()
|
||
- mm: convert isolate_page() to mf_isolate_folio()
|
||
- mm: convert soft_offline_in_use_page() to use a folio
|
||
- mm: use mapping_evict_folio() in truncate_error_page()
|
||
- mm: convert __do_fault() to use a folio
|
||
- mm: make mapping_evict_folio() the preferred way to evict clean folios
|
||
- tmpfs: fault in smaller chunks if large folio allocation not allowed
|
||
- mm,tmpfs: consider end of file write in shmem_is_huge
|
||
- mm: shmem: move shmem_huge_global_enabled() into shmem_allowable_huge_orders()
|
||
- mm: shmem: rename shmem_is_huge() to shmem_huge_global_enabled()
|
||
- mm: shmem: simplify the suitable huge orders validation for tmpfs
|
||
- !11644 drm/amdgpu: fix dereference after null check
|
||
- drm/amdgpu: fix dereference after null check
|
||
- !11675 【OLK 6.6】net: hns3: some bugfixes for hns3 driver
|
||
- net: hns3: Resolved the issue that the debugfs query result is inconsistent.
|
||
- net: hns3: fixed reset failure issues caused by the incorrect reset type
|
||
- net: hns3: fix missing features due to dev->features configuration too early
|
||
- net: hns3: fix a deadlock problem when config TC during resetting
|
||
- net: hns3: add sync command to sync io-pgtable
|
||
- net: hns3: default enable tx bounce buffer when smmu enabled
|
||
- net: hns3: don't add the len of vlan head if skb_vlan_pop failed
|
||
- net: hns3: void array out of bound when loop tnl_num
|
||
- net: hns3: use correct release function during uninitialization
|
||
- net: hns3: delete redundant enabling actions for Layer 2 fowarding
|
||
- !11721 v3 mm/migration: do not folio copy in MIGRATE_SYNC_NO_COPY mode
|
||
- mm/migration: do not folio copy in MIGRATE_SYNC_NO_COPY mode
|
||
- !8819 Add support for Hygon model 7h processors
|
||
- perf/x86/uncore: Add L3 PMU support for Hygon family 18h model 7h
|
||
- EDAC/amd64: Add support for Hygon family 18h model 7h
|
||
- x86/amd_nb: Add support for Hygon family 18h model 7h
|
||
- !11157 [OLK-6.6] Support Hygon Trusted Key Management run on CSV Guest
|
||
- drivers/crypto/ccp: add ioctl API to pin TKM hugepage
|
||
- driver/crypto/ccp: fix vtkm without C-bit when host SME deactivate
|
||
- drivers/crypto/ccp: support TKM run on CSV
|
||
- drivers/crypto/ccp: remove multi-level pointers processing for vpsp
|
||
- !11669 cgroup-psi-add-PSI_STATE_LAST-for-kabi-reserve
|
||
- cgroup/psi: add PSI_STATE_LAST for kabi reserve
|
||
- !11666 drm/amd/pm: fix the Out-of-bounds read warning
|
||
- drm/amd/pm: fix the Out-of-bounds read warning
|
||
- !11607 tty: serial: fsl_lpuart: mark last busy before uart_add_one_port
|
||
- tty: serial: fsl_lpuart: mark last busy before uart_add_one_port
|
||
- !11646 net: hns3: fix a deadlock problem when config TC during resetting
|
||
- net: hns3: fix a deadlock problem when config TC during resetting
|
||
- !11648 vsock: fix recursive ->recvmsg calls
|
||
- vsock: fix recursive ->recvmsg calls
|
||
- !11656 fix CVE-2024-46714
|
||
- drm/amd/display: Skip wbscl_set_scaler_filter if filter is null
|
||
- !11631 fix CVE-2024-46723
|
||
- drm/amdgpu: fix ucode out-of-bounds read warning
|
||
- !11642 HID: cougar: fix slab-out-of-bounds Read in cougar_report_fixup
|
||
- HID: cougar: fix slab-out-of-bounds Read in cougar_report_fixup
|
||
- !11638 Fix CVE-2024-44991
|
||
- tcp: do not export tcp_twsk_purge()
|
||
- tcp: prevent concurrent execution of tcp_sk_exit_batch
|
||
- tcp/dccp: do not care about families in inet_twsk_purge()
|
||
- tcp/dccp: bypass empty buckets in inet_twsk_purge()
|
||
- !11608 v3 arm64: perf: Add support for event counting threshold
|
||
- perf: arm_pmuv3: Avoid assigning fixed cycle counter with threshold
|
||
- arm: perf: Fix ARCH=arm build with GCC
|
||
- Revert "perf/arm_dmc620: Remove duplicate format attribute #defines"
|
||
- Documentation: arm64: Document the PMU event counting threshold feature
|
||
- arm64: perf: Add support for event counting threshold
|
||
- arm: pmu: Move error message and -EOPNOTSUPP to individual PMUs
|
||
- perf/arm_dmc620: Remove duplicate format attribute #defines
|
||
- arm: pmu: Share user ABI format mechanism with SPE
|
||
- arm64: perf: Include threshold control fields in PMEVTYPER mask
|
||
- arm: perf: Convert remaining fields to use GENMASK
|
||
- arm: perf: Use GENMASK for PMMIR fields
|
||
- arm: perf/kvm: Use GENMASK for ARMV8_PMU_PMCR_N
|
||
- arm: perf: Remove inlines from arm_pmuv3.c
|
||
- drivers: perf: arm_pmuv3: Add new macro PMUV3_INIT_MAP_EVENT()
|
||
- KVM: arm64: PMU: Add a helper to read a vCPU's PMCR_EL0
|
||
- KVM: arm64: Add PMU event filter bits required if EL3 is implemented
|
||
- KVM: arm64: Make PMEVTYPER<n>_EL0.NSH RES0 if EL2 isn't advertised
|
||
- drivers: perf: arm_pmuv3: Drop some unused arguments from armv8_pmu_init()
|
||
- drivers: perf: arm_pmuv3: Read PMMIR_EL1 unconditionally
|
||
- !11629 CVE-2024-46785
|
||
- eventfs: Use list_del_rcu() for SRCU protected list variable
|
||
- !11641 mm: set hugepage to false when anon mthp allocation
|
||
- mm: set hugepage to false when anon mthp allocation
|
||
- !11559 mm/ksm: fix possible UAF of stable_node
|
||
- mm/ksm: fix possible UAF of stable_node
|
||
- !11613 Input: uinput - reject requests with unreasonable number of slots
|
||
- Input: uinput - reject requests with unreasonable number of slots
|
||
- !11460 mptcp: pm: avoid possible UaF when selecting endp
|
||
- mptcp: pm: avoid possible UaF when selecting endp
|
||
- !11598 net/mlx5e: Take state lock during tx timeout reporter
|
||
- net/mlx5e: Take state lock during tx timeout reporter
|
||
- !11618 RDMA/hns: Fix ah error counter in sw stat not increasing
|
||
- RDMA/hns: Fix ah error counter in sw stat not increasing
|
||
- !11554 Some patches of RDMA from Linux to openEuler-6.6
|
||
- RDMA/hns: Fix restricted __le16 degrades to integer issue
|
||
- RDMA/hns: Optimize hem allocation performance
|
||
- RDMA/hns: Fix 1bit-ECC recovery address in non-4K OS
|
||
- RDMA/hns: Fix VF triggering PF reset in abnormal interrupt handler
|
||
- RDMA/hns: Fix spin_unlock_irqrestore() called with IRQs enabled
|
||
- !11566 v2 tracefs: Use generic inode RCU for synchronizing freeing
|
||
- tracefs: Use generic inode RCU for synchronizing freeing
|
||
- !11609 fscache: delete fscache_cookie_lru_timer when fscache exits to avoid UAF
|
||
- fscache: delete fscache_cookie_lru_timer when fscache exits to avoid UAF
|
||
- !11474 fs/netfs/fscache_cookie: add missing "n_accesses" check
|
||
- fs/netfs/fscache_cookie: add missing "n_accesses" check
|
||
- !11563 iommu: Restore lost return in iommu_report_device_fault()
|
||
- iommu: Restore lost return in iommu_report_device_fault()
|
||
- !11569 support poison recover from migrate folio
|
||
- fs: hugetlbfs: support poisoned recover from hugetlbfs_migrate_folio()
|
||
- mm: migrate: support poisoned recover from migrate folio
|
||
- mm: migrate: split folio_migrate_mapping()
|
||
- mm: add folio_mc_copy()
|
||
- mm: move memory_failure_queue() into copy_mc_[user]_highpage()
|
||
- mm: migrate: remove migrate_folio_extra()
|
||
- mm: migrate_device: unify migrate folio for MIGRATE_SYNC_NO_COPY
|
||
- mm: migrate: simplify __buffer_migrate_folio()
|
||
- !8822 Add support for Hygon model 10h processors
|
||
- ALSA: hda: Add support for Hygon family 18h model 10h HD-Audio
|
||
- hwmon/k10temp: Add support for Hygon family 18h model 10h
|
||
- EDAC/amd64: Add support for Hygon family 18h model 10h
|
||
- x86/amd_nb: Add support for Hygon family 18h model 10h
|
||
- x86/cpu: Get LLC ID for Hygon family 18h model 10h
|
||
- !11594 gtp: pull network headers in gtp_dev_xmit()
|
||
- gtp: pull network headers in gtp_dev_xmit()
|
||
- !11573 btrfs: fix a use-after-free when hitting errors inside btrfs_submit_chunk()
|
||
- btrfs: fix a use-after-free when hitting errors inside btrfs_submit_chunk()
|
||
- !11585 vfs: Don't evict inode under the inode lru traversing context
|
||
- vfs: Don't evict inode under the inode lru traversing context
|
||
- !11461 bnxt_en: Fix double DMA unmapping for XDP_REDIRECT
|
||
- bnxt_en: Fix double DMA unmapping for XDP_REDIRECT
|
||
|
||
* Wed Sep 18 2024 ZhangPeng <zhangpeng362@huawei.com> - 6.6.0-42.0.0.49
|
||
- !11556 bpf: Fix a kernel verifier crash in stacksafe()
|
||
- bpf: Fix a kernel verifier crash in stacksafe()
|
||
- !11496 virtcca feature:Fix warnings
|
||
- virtcca feature: fix warnings
|
||
- !11531 [OLK-6.6]Some updates for HiSilicon PCIe PMU
|
||
- drivers/perf: hisi_pcie: Export supported Root Ports [bdf_min, bdf_max]
|
||
- drivers/perf: hisi_pcie: Fix TLP headers bandwidth counting
|
||
- drivers/perf: hisi_pcie: Record hardware counts correctly
|
||
- !11546 ata: libata: Fix memory leak for error path in ata_host_alloc()
|
||
- ata: libata: Fix memory leak for error path in ata_host_alloc()
|
||
- !11551 mm/memory_hotplug: prevent accessing by index=-1
|
||
- mm/memory_hotplug: prevent accessing by index=-1
|
||
- !11522 ipv6: prevent UAF in ip6_send_skb()
|
||
- ipv6: prevent UAF in ip6_send_skb()
|
||
- !11518 ipv6: fix possible UAF in ip6_finish_output2()
|
||
- ipv6: fix possible UAF in ip6_finish_output2()
|
||
- !11515 net: dsa: mv88e6xxx: Fix out-of-bound access
|
||
- net: dsa: mv88e6xxx: Fix out-of-bound access
|
||
- !11513 ipv6: prevent possible UAF in ip6_xmit()
|
||
- ipv6: prevent possible UAF in ip6_xmit()
|
||
- !11503 mm: mTHP user controls to pagecache large folio
|
||
- mm/huge_memory: allow to enable 64K anouymous mapping align alone
|
||
- mm/huge_memory: mTHP user controls to pagecache large folio
|
||
- !5453 Add GM Driver Support for Hygon platform(Cryptographic Coprocessor,OLK-6.6)
|
||
- hct: fix fork issue when use hct in virtual machine
|
||
- hct: support 1024 processes simutaneously in the hct-mdev mode.
|
||
- hct: change the maximum number of supported ccps from 16 to 48.
|
||
- hct: fix build issue when the module mdev is disabled.
|
||
- hct: supporting memory encryption in host and wb set in vm
|
||
- hct: add mediated ccp driver support for hygon crypto technology.
|
||
- crypto: ccp: support sm2 on Hygon generation 4th CPU
|
||
- crypto: ccp: remove repeated sm4-hs mode
|
||
- crypto: ccp: Process multiple VQ commands once for SM4/SM4-CTR ccp.
|
||
- crypto: ccp: Process multiple VQ commands once for SM3 ccp.
|
||
- crypto: ccp: Modify value of COMMANDS_PER_QUEUE from 16 to 8192.
|
||
- crypto: ccp: fix bug that SM2 encryption of long data causes kernel crash
|
||
- crypto: ccp: fix sm2 test failed in testmgr because of missing DER coding
|
||
- crypto: ccp: Fix a problem that vq thread may stuck when do multi process test.
|
||
- crypto: ccp: Only handle interrupts by completion.
|
||
- crypto: ccp: It prompt ILLEGAL_MEM_ADDR when using PSPCCP.
|
||
- crypto: ccp: fix sm2 not return due to wrong complete callback parameter
|
||
- crypto: ccp: Support SM4 algorithm for hygon ccp.
|
||
- crypto: ccp: Support SM3 algorithm for hygon ccp.
|
||
- crypto: ccp: Support SM2 algorithm for hygon ccp.
|
||
- !11485 Bugfix introduced when support folio
|
||
- mm/shmem: replace HPAGE_PMD_ORDER with PMD_ORDER in shmem_alloc_folio()
|
||
- mm: huge_memory: add memory reliable count in __discard_anon_folio_pmd_locked()
|
||
- mm: limit order to 0 when allocated from dynamic pool
|
||
- !11469 OLK-6.6 Revert gpiolib bugfix
|
||
- gpiolib: acpi: Fix failed in acpi_gpiochip_find() by adding parent node match
|
||
- Revert "gpiolib: acpi: Fix failed in acpi_gpiochip_find() by adding parent node match"
|
||
- !11464 mm/ksm: fix ksm_zero_pages accounting
|
||
- mm_types: Fix kabi breakage in struct mm_struct
|
||
- mm/ksm: fix ksm_zero_pages accounting
|
||
- !11411 f2fs: fix null reference error when checking end of zone
|
||
- f2fs: fix null reference error when checking end of zone
|
||
- !11465 【olk 6.6】net: hns3: some bugfixes for netdev
|
||
- net: hns3: fix kernel crash when 1588 is sent on HIP08 devices
|
||
- net: hns3: initialize reset_timer before hclgevf_misc_irq_init()
|
||
- net: hns3: don't auto enable misc vector
|
||
- !11454 nfs: fix memory leak in error path of nfs4_do_reclaim
|
||
- nfs: fix memory leak in error path of nfs4_do_reclaim
|
||
- !11421 Some fixes About cpuset partition
|
||
- cgroup/cpuset: Clear effective_xcpus on cpus_allowed clearing only if cpus.exclusive not set
|
||
- cgroup/cpuset: fix panic caused by partcmd_update
|
||
- cgroup/cpuset: Fix remote root partition creation problem
|
||
- cgroup/cpuset: Optimize isolated partition only generate_sched_domains() calls
|
||
- !11455 v2 CVE-2024-44972
|
||
- btrfs: fix invalid mapping of extent xarray state
|
||
- btrfs: do not clear page dirty inside extent_write_locked_range()
|
||
|
||
* Fri Sep 06 2024 ZhangPeng <zhangpeng362@huawei.com> - 6.6.0-41.0.0.48
|
||
- !11443 v2 drm/amd/display: Fix null pointer deref in dcn20_resource.c
|
||
- drm/amd/display: Fix null pointer deref in dcn20_resource.c
|
||
- !11433 ext4: Track data blocks freeing operation in journal
|
||
- ext4: Track data blocks freeing operation in journal
|
||
- !11063 virtcca feature: secure smmu init
|
||
- virtcca feature: secure smmu doc
|
||
- virtcca feature: secure smmu init
|
||
- !11206 kprobe support %pd/%pD type
|
||
- selftests/ftrace: Fix required features for VFS type test case
|
||
- selftests/ftrace: add fprobe test cases for VFS type "%pd" and "%pD"
|
||
- selftests/ftrace: add kprobe test cases for VFS type "%pd" and "%pD"
|
||
- Documentation: tracing: add new type '%pd' and '%pD' for kprobe
|
||
- tracing/probes: support '%pD' type for print struct file's name
|
||
- tracing/probes: support '%pd' type for print struct dentry's name
|
||
- !10875 Incorporate some bonding patches as follows(OLK-6.6)
|
||
- RDMA/hns: Fix concurrency issue between bond work and bond event
|
||
- RDMA/hns: Fix UAF in clear bond printing
|
||
- RDMA/hns: Encapsulate upper event and lowerstate event handlers
|
||
- RDMA/hns: Register notifier block of bonding events in bond_grp
|
||
- !11304 iomap: fault in smaller chunks for non-large folio mappings
|
||
- iomap: fault in smaller chunks for non-large folio mappings
|
||
- !11397 fuse: Initialize beyond-EOF page contents before setting uptodate
|
||
- fuse: Initialize beyond-EOF page contents before setting uptodate
|
||
- !11303 【OLK-6.6】ROH sync patch from OLK-5.10
|
||
- roh/core: Avoid null pointer access and optimize code.
|
||
- Revert "RDMA/hns: Support RDMA_CM in ROH mode"
|
||
- RDMA/hns: Support getting GRH for UD in RoH mode when NLP = 0
|
||
- roh/core: Support macvlan in roh.
|
||
- roh/hns3: Add ROH client case in hclgevf_init_client_instance.
|
||
- roh/hns3: Fix IMP reset vlan unusable.
|
||
- !11363 kcm: Serialise kcm_sendmsg() for the same socket.
|
||
- kcm: Serialise kcm_sendmsg() for the same socket.
|
||
- !11381 mm/dynamic_pool: use batch to add free pages to dpool
|
||
- mm/dynamic_pool: use batch to add free pages to dpool
|
||
- !11355 ext4: Fix wrong da count caused by concurrent racing on extent tree
|
||
- ext4: Fix wrong da count caused by concurrent racing on extent tree
|
||
- !11335 Revert SPI bugfixs
|
||
- spi: hisi-kunpeng: Add validation for the minimum value of speed_hz
|
||
- spi: hisi-kunpeng: Add verification for the max_frequency provided by the firmware
|
||
- Revert "spi: hisi-kunpeng: Add validation for the minimum value of speed_hz"
|
||
- Revert "spi: Add verification for the max_frequency provided by the firmware"
|
||
- !11336 nfsd: map the EBADMSG to nfserr_io to avoid warning
|
||
- nfsd: map the EBADMSG to nfserr_io to avoid warning
|
||
- !11342 large folios swap-in: handle refault cases first
|
||
- mm: remove folio_test_anon(folio)==false path in __folio_add_anon_rmap()
|
||
- mm: use folio_add_new_anon_rmap() if folio_test_anon(folio)==false
|
||
- mm: extend rmap flags arguments for folio_add_new_anon_rmap
|
||
- mm: rmap: abstract updating per-node and per-memcg stats
|
||
- mm: swap: reuse exclusive folio directly instead of wp page faults
|
||
- mm: swap: entirely map large folios found in swapcache
|
||
- mm: swap: make should_try_to_free_swap() support large-folio
|
||
- mm: introduce arch_do_swap_page_nr() which allows restore metadata for nr pages
|
||
- mm: introduce pte_move_swp_offset() helper which can move offset bidirectionally
|
||
- mm: remove the implementation of swap_free() and always use swap_free_nr()
|
||
- mm: swap: introduce swap_free_nr() for batched swap_free()
|
||
- mm: remove page_add_new_anon_rmap and lru_cache_add_inactive_or_unevictable
|
||
- mm: userswap: page_add_new_anon_rmap() -> folio_add_new_anon_rmap()
|
||
- mm: convert collapse_huge_page() to use a folio
|
||
- mm: convert migrate_vma_insert_page() to use a folio
|
||
- mm: remove references to page_add_new_anon_rmap in comments
|
||
- mm: remove stale example from comment
|
||
- mm: remove some calls to page_add_new_anon_rmap()
|
||
- mm: convert unuse_pte() to use a folio throughout
|
||
- mm: convert ksm_might_need_to_copy() to work on folios
|
||
- mm: memory: use a folio in validate_page_before_insert()
|
||
- mm: ksm: use more folio api in ksm_might_need_to_copy()
|
||
- !11328 jbd2: avoid mount failed when commit block is partial submitted
|
||
- jbd2: avoid mount failed when commit block is partial submitted
|
||
- !11222 nfs: pass explicit offset/count to trace events
|
||
- nfs: pass explicit offset/count to trace events
|
||
- !11321 NFSD: simplify error paths in nfsd_svc()
|
||
- NFSD: simplify error paths in nfsd_svc()
|
||
- !11314 nvme-fabrics: use reserved tag for reg read/write command
|
||
- nvme-fabrics: use reserved tag for reg read/write command
|
||
- !11119 virtcca compile warning clean
|
||
- virtcca bugfix: compile warning clean
|
||
- !10762 CVE-2024-41016
|
||
- ocfs2: strict bound check before memcmp in ocfs2_xattr_find_entry()
|
||
- ocfs2: add bounds checking to ocfs2_xattr_find_entry()
|
||
- !11300 v3 mm/shmem: mTHP support for anon shmem
|
||
- mm: shmem: rename mTHP shmem counters
|
||
- mm: add docs for per-order mTHP split counters
|
||
- mm: add per-order mTHP split counters
|
||
- mm: shmem: fix incorrect aligned index when checking conflicts
|
||
- mm: shmem: avoid allocating huge pages larger than MAX_PAGECACHE_ORDER for shmem
|
||
- mm: thp: support "THPeligible" semantics for mTHP with anonymous shmem
|
||
- mm/shmem: fix input and output inconsistencies
|
||
- mm: shmem: add mTHP counters for anonymous shmem
|
||
- mm: shmem: add mTHP size alignment in shmem_get_unmapped_area
|
||
- mm: shmem: add mTHP support for anonymous shmem
|
||
- mm: shmem: add multi-size THP sysfs interface for anonymous shmem
|
||
- mm: shmem: add THP validation for PMD-mapped THP related statistics
|
||
- mm: memory: extend finish_fault() to support large folio
|
||
- mm: shmem: Merge shmem_alloc_hugefolio() with shmem_alloc_folio()
|
||
- mm: use update_mmu_tlb_range() to simplify code
|
||
- mm: implement update_mmu_tlb() using update_mmu_tlb_range()
|
||
- mm: add update_mmu_tlb_range()
|
||
- shmem: move the shmem_mapping assert into shmem_get_folio_gfp
|
||
- shmem: set a_ops earlier in shmem_symlink
|
||
- shmem,percpu_counter: add _limited_add(fbc, limit, amount)
|
||
- shmem: _add_to_page_cache() before shmem_inode_acct_blocks()
|
||
- shmem: move memcg charge out of shmem_add_to_page_cache()
|
||
- shmem: shmem_acct_blocks() and shmem_inode_acct_blocks()
|
||
- shmem: trivial tidyups, removing extra blank lines, etc
|
||
- shmem: factor shmem_falloc_wait() out of shmem_fault()
|
||
- shmem: remove vma arg from shmem_get_folio_gfp()
|
||
- shmem: shrink shmem_inode_info: dir_offsets in a union
|
||
- !11270 nvme: apple: fix device reference counting
|
||
- nvme: apple: fix device reference counting
|
||
- !11279 ice: Don't process extts if PTP is disabled
|
||
- ice: Don't process extts if PTP is disabled
|
||
- !11280 ice: Fix improper extts handling
|
||
- ice: Fix improper extts handling
|
||
- !11233 CVE-2024-43892
|
||
- memcg: protect concurrent access to mem_cgroup_idr
|
||
- !11229 tracing: Have format file honor EVENT_FILE_FL_FREED
|
||
- tracing: Have format file honor EVENT_FILE_FL_FREED
|
||
- !11228 Bluetooth: MGMT: Add error handling to pair_device()
|
||
- Bluetooth: MGMT: Add error handling to pair_device()
|
||
- !10698 wifi: mac80211: Avoid address calculations via out of bounds array indexing
|
||
- wifi: mac80211: Avoid address calculations via out of bounds array indexing
|
||
- !11158 usb: vhci-hcd: Do not drop references before new references are gained
|
||
- usb: vhci-hcd: Do not drop references before new references are gained
|
||
- !11040 mm: lazyfree THP support
|
||
- mm/huge_memory.c: fix used-uninitialized
|
||
- mm/vmscan: avoid split lazyfree THP during shrink_folio_list()
|
||
- mm/rmap: integrate PMD-mapped folio splitting into pagewalk loop
|
||
- mm/rmap: remove duplicated exit code in pagewalk loop
|
||
- mm: arm64: fix the out-of-bounds issue in contpte_clear_young_dirty_ptes
|
||
- mm/madvise: optimize lazyfreeing with mTHP in madvise_free
|
||
- mm/memory: add any_dirty optional pointer to folio_pte_batch()
|
||
- mm/arm64: override clear_young_dirty_ptes() batch helper
|
||
- mm/madvise: introduce clear_young_dirty_ptes() batch helper
|
||
- mm: add pmd_folio()
|
||
- mm: make HPAGE_PXD_* macros even if !THP
|
||
- mm/Kconfig: CONFIG_PGTABLE_HAS_HUGE_LEAVES
|
||
|
||
* Tue Aug 27 2024 ZhangPeng <zhangpeng362@huawei.com> - 6.6.0-39.0.0.47
|
||
- !11156 v3 Fix CVE-2024-43869
|
||
- perf: Fix kabi broken of struct perf_event
|
||
- perf: Fix event leak upon exec and file release
|
||
- !11168 [openEuler-24.03-LTS][linux-6.6.y sync] Backport 6.6.46-47 LTS Patches
|
||
- Revert "ata: libata-scsi: Honor the D_SENSE bit for CK_COND=1 and no error"
|
||
- media: Revert "media: dvb-usb: Fix unexpected infinite loop in dvb_usb_read_remote_control()"
|
||
- KVM: arm64: Don't pass a TLBI level hint when zapping table entries
|
||
- KVM: arm64: Don't defer TLB invalidation when zapping table entries
|
||
- mm/debug_vm_pgtable: drop RANDOM_ORVALUE trick
|
||
- Revert "Input: bcm5974 - check endpoint type before starting traffic"
|
||
- Revert "jfs: fix shift-out-of-bounds in dbJoin"
|
||
- binfmt_flat: Fix corruption when not offsetting data start
|
||
- ALSA: usb: Fix UBSAN warning in parse_audio_unit()
|
||
- fs/ntfs3: Do copy_to_user out of run_lock
|
||
- jfs: Fix shift-out-of-bounds in dbDiscardAG
|
||
- jfs: fix null ptr deref in dtInsertEntry
|
||
- fou: remove warn in gue_gro_receive on unsupported protocol
|
||
- f2fs: fix to cover read extent cache access with lock
|
||
- f2fs: fix to do sanity check on F2FS_INLINE_DATA flag in inode during GC
|
||
- bpf, net: Use DEV_STAT_INC()
|
||
- ext4: sanity check for NULL pointer after ext4_force_shutdown
|
||
- ext4: convert ext4_da_do_write_end() to take a folio
|
||
- mm/page_table_check: support userfault wr-protect entries
|
||
- nfc: llcp: fix nfc_llcp_setsockopt() unsafe copies
|
||
- net: add copy_safe_from_sockptr() helper
|
||
- mISDN: fix MISDN_TIME_STAMP handling
|
||
- fs: Annotate struct file_handle with __counted_by() and use struct_size()
|
||
- bpf: Avoid kfree_rcu() under lock in bpf_lpm_trie.
|
||
- bpf: Replace bpf_lpm_trie_key 0-length array with flexible array
|
||
- pppoe: Fix memory leak in pppoe_sendmsg()
|
||
- net: sctp: fix skb leak in sctp_inq_free()
|
||
- net:rds: Fix possible deadlock in rds_message_put
|
||
- quota: Detect loops in quota tree
|
||
- Input: bcm5974 - check endpoint type before starting traffic
|
||
- net: tls, add test to capture error on large splice
|
||
- erofs: avoid debugging output for (de)compressed data
|
||
- reiserfs: fix uninit-value in comp_keys
|
||
- Squashfs: fix variable overflow triggered by sysbot
|
||
- squashfs: squashfs_read_data need to check if the length is 0
|
||
- jfs: fix shift-out-of-bounds in dbJoin
|
||
- net: don't dump stack on queue timeout
|
||
- jfs: fix log->bdev_handle null ptr deref in lbmStartIO
|
||
- wifi: mac80211: fix change_address deadlock during unregister
|
||
- wifi: mac80211: take wiphy lock for MAC addr change
|
||
- tcp_metrics: optimize tcp_metrics_flush_all()
|
||
- genirq/cpuhotplug: Retry with cpu_online_mask when migration fails
|
||
- genirq/cpuhotplug: Skip suspended interrupts when restoring affinity
|
||
- nvme/pci: Add APST quirk for Lenovo N60z laptop
|
||
- nfsd: make svc_stat per-network namespace instead of global
|
||
- nfsd: remove nfsd_stats, make th_cnt a global counter
|
||
- nfsd: make all of the nfsd stats per-network namespace
|
||
- nfsd: expose /proc/net/sunrpc/nfsd in net namespaces
|
||
- nfsd: rename NFSD_NET_* to NFSD_STATS_*
|
||
- sunrpc: use the struct net as the svc proc private
|
||
- sunrpc: remove ->pg_stats from svc_program
|
||
- sunrpc: pass in the sv_stats struct through svc_create_pooled
|
||
- nfsd: stop setting ->pg_stats for unused stats
|
||
- sunrpc: don't change ->sv_stats if it doesn't exist
|
||
- NFSD: Fix frame size warning in svc_export_parse()
|
||
- NFSD: Rewrite synopsis of nfsd_percpu_counters_init()
|
||
- LoongArch: Define __ARCH_WANT_NEW_STAT in unistd.h
|
||
- btrfs: fix double inode unlock for direct IO sync writes
|
||
- Revert "selftests: mptcp: simult flows: mark 'unbalanced' tests as flaky"
|
||
- selftests: mptcp: join: test both signal & subflow
|
||
- selftests: mptcp: join: ability to invert ADD_ADDR check
|
||
- mptcp: pm: do not ignore 'subflow' if 'signal' flag is also set
|
||
- mptcp: pm: don't try to create sf if alloc failed
|
||
- mptcp: pm: reduce indentation blocks
|
||
- nouveau: set placement to original placement on uvmm validate.
|
||
- mm/hugetlb: fix potential race in __update_and_free_hugetlb_folio()
|
||
- tools headers arm64: Sync arm64's cputype.h with the kernel sources
|
||
- ipv6: fix source address selection with route leak
|
||
- btrfs: fix corruption after buffer fault in during direct IO append write
|
||
- mm: huge_memory: use !CONFIG_64BIT to relax huge page alignment on 32 bit machines
|
||
- mm: huge_memory: don't force huge page alignment on 32 bit
|
||
- Revert "drm/amd/display: Add NULL check for 'afb' before dereferencing in amdgpu_dm_plane_handle_cursor_update"
|
||
- block: use the right type for stub rq_integrity_vec()
|
||
- mptcp: pm: deny endp with signal + subflow + port
|
||
- selftests: mptcp: fix error path
|
||
- mptcp: fully established after ADD_ADDR echo on MPJ
|
||
- drm/radeon: Remove __counted_by from StateArray.states[]
|
||
- drm/mgag200: Bind I2C lifetime to DRM device
|
||
- drm/mgag200: Set DDC timeout in milliseconds
|
||
- drm/lima: Mark simple_ondemand governor as softdep
|
||
- drm/dp_mst: Skip CSN if topology probing is not done yet
|
||
- drm/bridge: analogix_dp: properly handle zero sized AUX transactions
|
||
- x86/mtrr: Check if fixed MTRRs exist before saving them
|
||
- x86/paravirt: Fix incorrect virt spinlock setting on bare metal
|
||
- selftests: mm: add s390 to ARCH check
|
||
- eventfs: Use SRCU for freeing eventfs_inodes
|
||
- eventfs: Don't return NULL in eventfs_create_dir()
|
||
- smb3: fix setting SecurityFlags when encryption is required
|
||
- padata: Fix possible divide-by-0 panic in padata_mt_helper()
|
||
- tracing: Fix overflow in get_free_elt()
|
||
- power: supply: axp288_charger: Round constant_charge_voltage writes down
|
||
- power: supply: axp288_charger: Fix constant_charge_voltage writes
|
||
- power: supply: qcom_battmgr: return EAGAIN when firmware service is not up
|
||
- LoongArch: Enable general EFI poweroff method
|
||
- genirq/irqdesc: Honor caller provided affinity in alloc_desc()
|
||
- irqchip/xilinx: Fix shift out of bounds
|
||
- kcov: properly check for softirq context
|
||
- ASoC: amd: yc: Add quirk entry for OMEN by HP Gaming Laptop 16-n0xxx
|
||
- parisc: fix a possible DMA corruption
|
||
- parisc: fix unaligned accesses in BPF
|
||
- serial: core: check uartclk for zero to avoid divide by zero
|
||
- timekeeping: Fix bogus clock_was_set() invocation in do_adjtimex()
|
||
- ntp: Safeguard against time_constant overflow
|
||
- tracefs: Fix inode allocation
|
||
- driver core: Fix uevent_show() vs driver detach race
|
||
- clocksource: Fix brown-bag boolean thinko in cs_watchdog_read()
|
||
- clocksource: Scale the watchdog read retries automatically
|
||
- vhost-vdpa: switch to use vmf_insert_pfn() in the fault handler
|
||
- tick/broadcast: Move per CPU pointer access into the atomic section
|
||
- scsi: ufs: core: Fix hba->last_dme_cmd_tstamp timestamp updating logic
|
||
- scsi: ufs: core: Do not set link to OFF state while waking up from hibernation
|
||
- scsi: mpi3mr: Avoid IOMMU page faults on REPORT ZONES
|
||
- usb: gadget: u_audio: Check return codes from usb_ep_enable and config_ep_by_speed.
|
||
- usb: gadget: u_serial: Set start_delayed during suspend
|
||
- usb: gadget: midi2: Fix the response for FB info with block 0xff
|
||
- usb: gadget: core: Check for unset descriptor
|
||
- USB: serial: debug: do not echo input by default
|
||
- usb: vhci-hcd: Do not drop references before new references are gained
|
||
- ALSA: hda/hdmi: Yet more pin fix for HP EliteDesk 800 G4
|
||
- ALSA: hda/realtek: Add Framework Laptop 13 (Intel Core Ultra) to quirks
|
||
- ALSA: hda: Add HP MP9 G4 Retail System AMS to force connect list
|
||
- ALSA: line6: Fix racy access to midibuf
|
||
- drm/client: fix null pointer dereference in drm_client_modeset_probe
|
||
- drm/i915/gem: Adjust vma offset for framebuffer mmap offset
|
||
- drm/amdgpu: Forward soft recovery errors to userspace
|
||
- drm/amd/display: Skip Recompute DSC Params if no Stream on Link
|
||
- drm/i915/gem: Fix Virtual Memory mapping boundaries calculation
|
||
- module: make waiting for a concurrent module loader interruptible
|
||
- module: warn about excessively long module waits
|
||
- cifs: cifs_inval_name_dfs_link_error: correct the check for fullpath
|
||
- ASoC: meson: axg-fifo: fix irq scheduling issue with PREEMPT_RT
|
||
- ALSA: usb-audio: Re-add ScratchAmp quirk entries
|
||
- spi: spi-fsl-lpspi: Fix scldiv calculation
|
||
- i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resume
|
||
- i2c: qcom-geni: Add missing clk_disable_unprepare in geni_i2c_runtime_resume
|
||
- kprobes: Fix to check symbol prefixes correctly
|
||
- bpf: kprobe: remove unused declaring of bpf_kprobe_override
|
||
- i2c: smbus: Send alert notifications to all devices if source not found
|
||
- ASoC: SOF: Remove libraries from topology lookups
|
||
- spi: spidev: Add missing spi_device_id for bh2228fv
|
||
- ASoC: sti: add missing probe entry for player and reader
|
||
- ASoC: codecs: wsa884x: Correct Soundwire ports mask
|
||
- ASoC: codecs: wsa884x: parse port-mapping information
|
||
- ASoC: codecs: wsa883x: Correct Soundwire ports mask
|
||
- ASoC: codecs: wsa883x: parse port-mapping information
|
||
- ASoC: codecs: wsa881x: Correct Soundwire ports mask
|
||
- ASoC: codecs: wcd938x-sdw: Correct Soundwire ports mask
|
||
- i2c: smbus: Improve handling of stuck alerts
|
||
- arm64: cputype: Add Cortex-A725 definitions
|
||
- arm64: cputype: Add Cortex-X1C definitions
|
||
- arm64: cputype: Add Cortex-X925 definitions
|
||
- arm64: cputype: Add Cortex-A720 definitions
|
||
- arm64: cputype: Add Cortex-X3 definitions
|
||
- arm64: cputype: Add Neoverse-V3 definitions
|
||
- arm64: cputype: Add Cortex-X4 definitions
|
||
- arm64: barrier: Restore spec_bar() macro
|
||
- arm64: Add Neoverse-V2 part
|
||
- net: drop bad gso csum_start and offset in virtio_net_hdr
|
||
- irqchip/loongarch-cpu: Fix return value of lpic_gsi_to_irq()
|
||
- irqchip/meson-gpio: Convert meson_gpio_irq_controller::lock to 'raw_spinlock_t'
|
||
- scsi: mpt3sas: Avoid IOMMU page faults on REPORT ZONES
|
||
- SUNRPC: Fix a race to wake a sync task
|
||
- s390/sclp: Prevent release of buffer in I/O
|
||
- jbd2: avoid memleak in jbd2_journal_write_metadata_buffer
|
||
- ext4: fix uninitialized variable in ext4_inlinedir_to_tree
|
||
- media: xc2028: avoid use-after-free in load_firmware_cb()
|
||
- media: uvcvideo: Fix the bandwdith quirk on USB 3.x
|
||
- media: uvcvideo: Ignore empty TS packets
|
||
- drm/amd/display: Add null checker before passing variables
|
||
- drm/amd/display: Add NULL check for 'afb' before dereferencing in amdgpu_dm_plane_handle_cursor_update
|
||
- media: amphion: Remove lock in s_ctrl callback
|
||
- drm/amd/pm: Fix the null pointer dereference for vega10_hwmgr
|
||
- drm/amdgpu: Add lock around VF RLCG interface
|
||
- drm/admgpu: fix dereferencing null pointer context
|
||
- drm/amdgpu/pm: Fix the null pointer dereference in apply_state_adjust_rules
|
||
- drm/amdgpu: Fix the null pointer dereference to ras_manager
|
||
- drm/amdgpu/pm: Fix the null pointer dereference for smu7
|
||
- drm/amdgpu/pm: Fix the param type of set_power_profile_mode
|
||
- drm/amdgpu: fix potential resource leak warning
|
||
- drm/amd/display: Add delay to improve LTTPR UHBR interop
|
||
- Bluetooth: btnxpuart: Shutdown timer and prevent rearming when driver unloading
|
||
- btrfs: fix bitmap leak when loading free space cache on duplicate entry
|
||
- net: stmmac: qcom-ethqos: enable SGMII loopback during DMA reset on sa8775p-ride-r3
|
||
- can: mcp251xfd: tef: update workaround for erratum DS80000789E 6 of mcp2518fd
|
||
- can: mcp251xfd: tef: prepare to workaround broken TEF FIFO tail index erratum
|
||
- wifi: nl80211: don't give key data to userspace
|
||
- udf: prevent integer overflow in udf_bitmap_free_blocks()
|
||
- PCI: Add Edimax Vendor ID to pci_ids.h
|
||
- af_unix: Don't retry after unix_state_lock_nested() in unix_stream_connect().
|
||
- selftests/bpf: Fix send_signal test with nested CONFIG_PARAVIRT
|
||
- net/mlx5e: SHAMPO, Fix invalid WQ linked list unlink
|
||
- wifi: ath12k: fix memory leak in ath12k_dp_rx_peer_frag_setup()
|
||
- wifi: nl80211: disallow setting special AP channel widths
|
||
- xen: privcmd: Switch from mutex to spinlock for irqfds
|
||
- ACPI: SBS: manage alarm sysfs attribute through psy core
|
||
- ACPI: battery: create alarm sysfs attribute atomically
|
||
- clocksource/drivers/sh_cmt: Address race condition for clock events
|
||
- rcu: Fix rcu_barrier() VS post CPUHP_TEARDOWN_CPU invocation
|
||
- block: change rq_integrity_vec to respect the iterator
|
||
- md/raid5: avoid BUG_ON() while continue reshape after reassembling
|
||
- rcutorture: Fix rcu_torture_fwd_cb_cr() data race
|
||
- hwmon: corsair-psu: add USB id of HX1200i Series 2023 psu
|
||
- gpio: prevent potential speculation leaks in gpio_device_get_desc()
|
||
- net: fec: Stop PPS on driver remove
|
||
- net: bcmgenet: Properly overlay PHY and MAC Wake-on-LAN capabilities
|
||
- l2tp: fix lockdep splat
|
||
- net: dsa: bcm_sf2: Fix a possible memory leak in bcm_sf2_mdio_register()
|
||
- net/smc: add the max value of fallback reason count
|
||
- Bluetooth: hci_sync: avoid dup filtering when passive scanning with adv monitor
|
||
- Bluetooth: l2cap: always unlock channel in l2cap_conless_channel()
|
||
- ice: Fix reset handler
|
||
- net: linkwatch: use system_unbound_wq
|
||
- net: bridge: mcast: wait for previous gc cycles when removing port
|
||
- sctp: Fix null-ptr-deref in reuseport_add_sock().
|
||
- wifi: ath12k: fix soft lockup on suspend
|
||
- wifi: ath12k: add CE and ext IRQ flag to indicate irq_handler
|
||
- wifi: ath12k: rename the sc naming convention to ab
|
||
- smb: client: handle lack of FSCTL_GET_REPARSE_POINT support
|
||
- x86/mm: Fix pti_clone_entry_text() for i386
|
||
- x86/mm: Fix pti_clone_pgtable() alignment assumption
|
||
- jump_label: Fix the fix, brown paper bags galore
|
||
- platform/x86/intel/ifs: Initialize union ifs_status to zero
|
||
- !11100 exec: Fix ToCToU between perm check and set-uid/gid usage
|
||
- exec: Fix ToCToU between perm check and set-uid/gid usage
|
||
- !11106 CVE-2024-43868
|
||
- riscv/purgatory: align riscv_kernel_entry
|
||
- riscv: Use SYM_*() assembly macros instead of deprecated ones
|
||
- !11094 v4 Backport bugfix of folio from v6.11
|
||
- ext4: Fix WARNON in generic write begin path for iomap mode
|
||
- mm/huge_memory: fix comment errors of thp_mapping_align
|
||
- mm/slub: mark racy accesses on slab->slabs
|
||
- mm/slub: mark racy access on slab->freelist
|
||
- mm/swapfile: mark racy access on si->highest_bit
|
||
- mm/mmap: simplify vma link and unlink
|
||
- mm/readahead: limit page cache size in page_cache_ra_order()
|
||
- readahead: use ilog2 instead of a while loop in page_cache_ra_order()
|
||
- filemap: Convert generic_perform_write() to support large folios
|
||
- mm/huge_memory: avoid PMD-size page cache if needed
|
||
- mm: simplify folio_migrate_mapping()
|
||
- mm: refactor folio_undo_large_rmappable()
|
||
- mm: fix crashes from deferred split racing folio migration
|
||
- mm: page_alloc: allowing mTHP compaction to capture the freed page directly
|
||
- mm/migrate: fix deadlock in migrate_pages_batch() on large folios
|
||
- mm: fix khugepaged activation policy
|
||
- mm/huge_memory: mark racy access onhuge_anon_orders_always
|
||
- mm/migrate: putback split folios when numa hint migration fails
|
||
- mm/migrate: make migrate_pages_batch() stats consistent
|
||
- !11125 mm/memory-failure: fix handling of dissolved but not taken off from buddy pages
|
||
- mm/memory-failure: fix handling of dissolved but not taken off from buddy pages
|
||
- !11077 IMA: Support the measurement extending of TSI TMM
|
||
- IMA: Support the measurement extending of TSI TMM
|
||
- !11108 cpufreq: CPPC: Eliminate the impact of cpc_read() latency error
|
||
- cpufreq: CPPC: Eliminate the impact of cpc_read() latency error
|
||
- !11081 Backport LTS conflicting patches
|
||
- ALSA: hda/realtek: Fix conflicting quirk for PCI SSID 17aa:3820
|
||
- vfio/pci: Restore zero affected bus reset devices warning
|
||
- cxl/region: check interleave capability
|
||
- EDAC/amd64: Convert PCIBIOS_* return codes to errnos
|
||
- ALSA: hda/realtek: Enable headset mic on IdeaPad 330-17IKB 81DM
|
||
- vfio/pci: Init the count variable in collecting hot-reset devices
|
||
- vfio/pci: Collect hot-reset devices to local buffer
|
||
- platform/chrome: cros_ec: Handle events during suspend after resume completion
|
||
- !10998 PCI: endpoint: pci-epf-test: Make use of cached 'epc_features' in pci_epf_test_core_init()
|
||
- PCI: endpoint: pci-epf-test: Make use of cached 'epc_features' in pci_epf_test_core_init()
|
||
- !10942 add support for arm virtcca attestation
|
||
- cvm_tsi: add support virtcca attestation
|
||
- !11043 [OLK-6.6] drivers: add GPU Peer Memory support
|
||
- drivers: Fix kabi check failure
|
||
- drivers: Add GDR(GPU Direct RDMA) support
|
||
- !11044 ext4: some bugfixs for large iomap&folio
|
||
- iomap: improve iomap_folio_mkwrite_iter and ifs_clear_range_dirty
|
||
- iomap: optimize setting uptodate bit
|
||
- iomap: reduce unnecessary state_lock when setting ifs uptodate and dirty bits
|
||
- iomap: don't mark blocks uptodate after partial zeroing
|
||
- ext4: ext4_iomap_map_blocks: Fix null pointer deference in nojournal mode
|
||
- xfs: reserve blocks for truncating large realtime inode
|
||
- xfs: hoist multi-fsb allocation unit detection to a helper
|
||
- !11018 net: usb: qmi_wwan: fix memory leak for not ip packets
|
||
- net: usb: qmi_wwan: fix memory leak for not ip packets
|
||
- !10927 block: Fix lockdep warning in blk_mq_mark_tag_wait
|
||
- block: Fix lockdep warning in blk_mq_mark_tag_wait
|
||
- !11004 kvm: s390: Reject memory region operations for ucontrol VMs
|
||
- kvm: s390: Reject memory region operations for ucontrol VMs
|
||
- !10969 bpf, arm64: Fix trampoline for BPF_TRAMP_F_CALL_ORIG
|
||
- bpf, arm64: Fix trampoline for BPF_TRAMP_F_CALL_ORIG
|
||
- !10407 Intel: Backport SPR/EMR CXL and HBM perfmon support to kernel 6.6
|
||
- perf/x86/intel/uncore: Support HBM and CXL PMON counters
|
||
- perf/x86/uncore: Cleanup unused unit structure
|
||
- perf/x86/uncore: Apply the unit control RB tree to PCI uncore units
|
||
- perf/x86/uncore: Apply the unit control RB tree to MSR uncore units
|
||
- perf/x86/uncore: Apply the unit control RB tree to MMIO uncore units
|
||
- perf/x86/uncore: Retrieve the unit ID from the unit control RB tree
|
||
- perf/x86/uncore: Support per PMU cpumask
|
||
- perf/x86/uncore: Save the unit control address of all units
|
||
- !10411 Intel: Backport 3 core PMU bugfixes to kernel 6.6
|
||
- perf/x86/intel: Correct incorrect 'or' operation for PMU capabilities
|
||
- perf/x86/intel: Fix broken fixed event constraints extension
|
||
- perf/x86/intel: Add a distinct name for Granite Rapids
|
||
- perf/x86/intel: Hide Topdown metrics events if the feature is not enumerated
|
||
- perf/x86/intel: Add common intel_pmu_init_hybrid()
|
||
- perf/x86/intel: Clean up the hybrid CPU type handling code
|
||
- perf/x86/intel: Apply the common initialization code for ADL
|
||
- perf/x86/intel: Factor out the initialization code for ADL e-core
|
||
- perf/x86/intel: Factor out the initialization code for SPR
|
||
- perf/x86/intel: Use the common uarch name for the shared functions
|
||
- !10911 Fix CVE-2024-40966
|
||
- tty: fix kabi breakage in struct tty_operations
|
||
- tty: add the option to have a tty reject a new ldisc
|
||
- !10918 【OLK 6.6】net: hns3: use the user's cfg after reset
|
||
- net: hns3: use the user's cfg after reset
|
||
- !10907 v2 perf/x86: Fix smp_processor_id()-in-preemptible warnings
|
||
- perf/x86: Fix smp_processor_id()-in-preemptible warnings
|
||
- !10585 Fix the issue that vm can't access to host with virtio-net
|
||
- vhost: move smp_rmb() into vhost_get_avail_idx()
|
||
- vhost: correct misleading printing information
|
||
- !10812 ima: dont disable digest_list if the file is not processed
|
||
- ima: dont disable digest_list if the file is not processed
|
||
- !10819 [OLK-6.6] Support Hygon Trusted Key Management virtualization
|
||
- drivers/crypto/ccp: memmove is used instead of memcpy in overlapped memmory for tkm
|
||
- drivers/crypto/ccp: Eliminate dependence of the kvm module on the ccp module
|
||
- drivers/crypto/ccp: Allow VM without a configured vid to use TKM
|
||
- drivers/crypto/ccp: support tkm key isolation
|
||
- arch/x86/kvm: Support tkm virtualization
|
||
- arch/x86/kvm: Support psp virtualization
|
||
- drivers/crypto/ccp: Add psp mutex enable ioctl support
|
||
- drivers/crypto/ccp: concurrent psp access support between user and kernel space
|
||
- !6863 sdei_watchdog: don't update last_check_time when no watchdog_hardlockup_check is performed
|
||
- sdei_watchdog: do not update last_check_time when no watchdog_hardlockup_check is performed
|
||
- !10899 selftests/bpf: Add netlink helper library
|
||
- selftests/bpf: Add netlink helper library
|
||
- !10690 [OLK-6.6] Support Trusted computing(TC) feature for hygon CPU
|
||
- crypto: command co-processor: Add config to openeuler_defconfig
|
||
- linux: tcm: add Hygon TCM2 driver
|
||
- linux: tpm: add Hygon TPM2 driver
|
||
- crypto: tdm: Support dynamic protection for SCT and IDT by HYGON TDM
|
||
- crypto: tdm: Add Hygon TDM driver
|
||
- crypto: command co-processor: Add another mailbox interrupt support for PSP sending command to X86
|
||
- crypto: ccp: Add a new interface for X86 sending command to PSP
|
||
- !10720 v2 s390/pkey: Wipe copies of clear-key structures on failure
|
||
- s390/pkey: Wipe copies of clear-key structures on failure
|
||
|
||
* Wed Aug 14 2024 Mingzheng Xing <xingmingzheng@iscas.ac.cn> - 6.6.0-38.0.0.46
|
||
- riscv kernel upgrade to 6.6.0-38.0.0
|
||
- bugfix for sg2042 accessing kernel page tables
|
||
- revert sg2042 high memory
|
||
- revert sg2042 kexec image
|
||
- add support th1520 modules:
|
||
pinctrl, eMMC, gpio, usb, pwm, ethernet, th1520 perf, ADC, clock,
|
||
mailbox, reset, qspi, pvt, gpio, dma, mmc, cpufreq, rtc, dwmac,
|
||
light-event, rpmsg, i2c, i2s, light-aon, light-aon-pd, codec, gpu.
|
||
|
||
- th1520: riscv: dtb: Add gpu node
|
||
- riscv: config: Disable RISCV_ISA_V in openEuler
|
||
- th1520: riscv: config: disable RISCV_ISA_V in th1520_defconfig
|
||
- riscv: config: Set NVMe driver builtin
|
||
- th1520: riscv: config: Enable PowerVR GPU
|
||
- th1520: riscv: Add GPU to th1520_defconfig
|
||
- th1520: riscv: config: Enable th1520 support
|
||
- sg2042: riscv: config: Enable sg2042 support
|
||
- sg2042: riscv: config: Add sg2042_defconfig
|
||
- riscv: Use accessors to page table entries instead of direct dereference
|
||
- riscv: mm: Only compile pgtable.c if MMU
|
||
- mm: Introduce pudp/p4dp/pgdp_get() functions
|
||
- riscv: Use WRITE_ONCE() when setting page table entries
|
||
- Merge patch series "membarrier: riscv: Core serializing command"
|
||
- membarrier: riscv: Add full memory barrier in switch_mm()
|
||
- stmmac: bitmain: use DWMAC_SOPHGO module config
|
||
- pcie: whitelist and support mellanox connectx-2
|
||
- riscv: input: Fixup input_event
|
||
- drm: Fix HDMI hot-plug problem
|
||
- gpu/drm: hdmi: Add hdmi debounce to enhance hdmi plugin/out stable
|
||
- audio: th1520: fixup compile warning of i2s driver
|
||
- DPU: fix bugs of DPU and resolve compilation warnings
|
||
- riscv: binrpm: Add dtbs install
|
||
- th1520: gpu: Add driver for PowerVR Rogue GPU
|
||
- dmaengine: dw-axi-dmac: Add support for Xuantie TH1520 DMA
|
||
- arch:rsicv:select ARCH_HAS_DMA_WRITE_COMBINE
|
||
- configs: enable rtw88 for 8723ds
|
||
- drivers: pinctrl: correct th1520 audio i2c1 bit mapping table
|
||
- driver:padctrl:correct th1520 gpio_1 24/25 cfg
|
||
- dts: th1520: add adc vref-supply regulator
|
||
- dts: th1520: add cpu thermal node and device thermal node
|
||
- drivers: event: add macro definition to control SW_PANIC event
|
||
- chore: use thead instead of xuantie
|
||
- chore: use xuantie instead of thead
|
||
- riscv: ptrace: Fix ptrace using uninitialized riscv_v_vsize
|
||
- audio: th1520: enable soundcard feature
|
||
- audio: th1520: support audiosys pinctrl feature
|
||
- dts: th1520: fix interrupt number config error in dts
|
||
- th1520: defconfig: add configs to align the functionality and performance of previous related versions
|
||
- DPU: add DPU driver for Lichee-Pi-4A board
|
||
- dts: th1520: add npu device node
|
||
- codec: audio: add codec driver for Lichee-Pi-4A board
|
||
- drivers: cpufreq: add cpufreq driver.
|
||
- riscv: dts: Introduce lichee-pi-4a fixed regulator support.
|
||
- th1520: defconfig: to remove unnecessary configs for th1520
|
||
- i2s: remove debug message
|
||
- riscv:dts: fix the aon gpio range configuration error
|
||
- riscv:dts: fix spi/qspi1 cs pin duplicate configuration error
|
||
- riscv:dts: fix the gpio range configuration error
|
||
- drivers: regulator: add th1520 AON virtual regulator control support.
|
||
- dt-bindings: add AON resource id headfile
|
||
- drivers: pmdomain: support th1520 Power domain control.
|
||
- i2s: add i2s driver for XuanTie TH1520 SoC
|
||
- configs: xuantie: correct definition of SoC Architecture
|
||
- configs: enable th1520 xgene rtc and rtc prescale in th1520_defconfig
|
||
- riscv: mm: update T-Head memory type definitions
|
||
- i2c: designware: add support for hcnt/lcnt got from dt
|
||
- add 902 share mem log
|
||
- th1520_defconfig: add usb config
|
||
- refine thead,th1520-usb.yaml
|
||
- drivers: usb: dwc3: add usb_mode usb_speed param for mode speed change when insmod ko
|
||
- drivers: usb: add dwc3-thead.c
|
||
- th1520.dtsi: refine usb dts
|
||
- configs: enable th1520 event and watchdog
|
||
- riscv:dts:thead: Add TH1520 event and watchdog device node
|
||
- dt-bindings:wdt: Add Documentation for THEAD TH1520 pmic watchdog
|
||
- drivers/watchdog: Add THEAD TH1520 pmic watchdog driver
|
||
- dt-bindings:event: Add Documentation for THEAD TH1520 event driver
|
||
- drivers/soc/event: Add THEAD TH1520 event driver
|
||
- Open I2C config
|
||
- fix rpmsg addr cast warning
|
||
- fix lp32 compile warnoing for rpmsg
|
||
- fix proc log warning
|
||
- fix rpmsg warning
|
||
- add c906 audio support
|
||
- Kconfig: Enable APM X-Gene RTC for XuanTie TH1520
|
||
- drivers/rtc/rtc-xgene: Add "snps,dw-apb-rtc" into the "compatible"
|
||
- riscv: dts: thead: Add XuanTie TH1520 RTC device node
|
||
- dt-bindings: rtc: Add optional property "prescaler" in APM X-Gene RTC Document
|
||
- drivers/rtc/rtc-xgene: Add prescaler support in APM X-Gene RTC driver
|
||
- th1520: defconfig: to add th1520_defconfig
|
||
- net:stmmac: increase timeout for dma reset
|
||
- stmmac:dwmac-thead: add support for suspend/resume feature
|
||
- net:dwmac-thead: dd ptp clk set and enable
|
||
- configs: Enable th1520 mailbox.
|
||
- drivers:ipc: update th1520 rpc msg version 2
|
||
- firmware: thead: c910_aon: add th1520 Aon protocol driver
|
||
- mmc:sdhci-of-dwcmshc: th1520 add delay line in different mode and sdio rxclk delay
|
||
- mmc:sdhci-of-dwcmshc: th1520 larger tuning max loop count to 128
|
||
- dts: th1520: enable sdio1 for wifi card in lichee-pi-4a
|
||
- mmc:sdhci-of-dwcmshc: th1520 sdhci add fix io voltage 1v8
|
||
- mmc:sdhci-of-dwcmshc: th1520 resolve accss rpmb error in hs400
|
||
- drivers/dmac: add pm suspend/resume for dma driver
|
||
- audio: th1520: add dma chan str for dmaengine
|
||
- riscv: dts: thead: Add THEAD TH1520 dmac1 and dmac2 device node
|
||
- STR: fix pca953x resume bug
|
||
- drivers/iio/adc: add sysfs_remove_file when adc driver removed
|
||
- drivers/pvt: add mr75203 driver pm feature and correct temperature coefficient
|
||
- riscv: dts: thead: Add THEAD TH1520 SPI/QSPI device node
|
||
- dt-bindings: spi/qspi: Add Documentation for THEAD TH1520 SPI/QSPI
|
||
- drivers/spi: Add THEAD TH1520 QSPI driver
|
||
- reset: th1520: to support npu/fce reset feature
|
||
- riscv: dts: Add th1520 reset device tree
|
||
- dt-bindings: reset: Document th1520 reset control
|
||
- reset: Add th1520 reset driver support
|
||
- riscv: dts: thead: Add XuanTie TH1520 Mailbox device node
|
||
- mailbox: add XuanTie TH1520 Mailbox IPC driver
|
||
- dt-bindings: mailbox: Add a binding file for XuanTie TH1520 Mailbox
|
||
- riscv: dts: thead: to add th1520 clk nodes
|
||
- drivers: clk: to add thead th1520 clk driver
|
||
- configs: enable th1520 clk
|
||
- dt-bindings: adc: Add Documentation for THEAD TH1520 ADC
|
||
- riscv: dts: thead: Add THEAD TH1520 ADC device node
|
||
- drivers/iio/adc: Add THEAD TH1520 ADC driver
|
||
- riscv: dts: thead: Enable Lichee Pi 4A USB
|
||
- riscv: dts: thead: Add Lichee Pi 4A IO expansions
|
||
- riscv: dts: thead: Add TH1520 USB nodes
|
||
- riscv: dts: thead: Add TH1520 I2C nodes
|
||
- usb: dwc3: add T-HEAD TH1520 usb driver
|
||
- dt-bindings: usb: Add T-HEAD TH1520 USB controller
|
||
- riscv: dts: thead: Add BeagleV Ahead SDIO0 pins
|
||
- riscv: dts: thead: Add Lichee Pi 4A SDIO0 pins
|
||
- riscv: dts: thead: Add TH1520 ethernet nodes
|
||
- net: stmmac: add glue layer for T-HEAD TH1520 SoC
|
||
- dt-bindings: net: add T-HEAD dwmac support
|
||
- dt-bindings: net: snps,dwmac: allow dwmac-3.70a to set pbl properties
|
||
- gpio: dwapb: Use generic request, free and set_config
|
||
- riscv: dts: thead: Enable Lichee Pi 4A PWM fan
|
||
- riscv: dts: thead: Add TH1520 PVT node
|
||
- riscv: dts: thead: Add TH1520 PWM node
|
||
- pwm: add T-HEAD PWM driver
|
||
- dt-bindings: pwm: Add T-HEAD PWM controller
|
||
- perf vendor events riscv: add T-HEAD C9xx JSON file
|
||
- riscv: dts: thead: th1520: Add PMU event node
|
||
- chore: dtb_install in /boot
|
||
- remove compression for riscv Image
|
||
- riscv: dts: thead: Enable LicheePi 4A eMMC and microSD
|
||
- riscv: dts: thead: Enable BeagleV Ahead eMMC and microSD
|
||
- riscv: dts: thead: Add TH1520 mmc controllers and sdhci clock
|
||
- riscv: defconfig: Enable mmc and dma drivers for T-Head TH1520
|
||
- mmc: sdhci-of-dwcmshc: Add support for T-Head TH1520
|
||
- mmc: sdhci: add __sdhci_execute_tuning() to header
|
||
- dt-bindings: mmc: sdhci-of-dwcmhsc: Add T-Head TH1520 support
|
||
- fix: remove linux/array_size.h for pinctrl-th1520
|
||
- riscv: dtb: thead: Add BeagleV Ahead LEDs
|
||
- riscv: dts: thead: Add TH1520 pinctrl settings for UART0
|
||
- riscv: dts: thead: Add Lichee Pi 4M GPIO line names
|
||
- riscv: dts: thead: Adjust TH1520 GPIO labels
|
||
- riscv: dts: thead: Add TH1520 GPIO ranges
|
||
- riscv: dts: thead: Add TH1520 pin control nodes
|
||
- pinctrl: Add driver for the T-Head TH1520 SoC
|
||
- dt-bindings: pinctrl: Add thead,th1520-pinctrl bindings
|
||
- riscv: Enable TEE driver
|
||
- sg2042: drivers: rtc: disable BMC RTC device
|
||
- sg2042: dts: add i2c-rtc ds1307 device node for single chip
|
||
- sg2042: riscv:dts:modify dw gpio clock name
|
||
- sg2042: drivers:pci:remove the err log of parsing pci
|
||
- sg2042: driver: ipmi: support KVM and IPMI SI for BMC
|
||
- sg2042: perf cpumap: Make counter as unsigned ints
|
||
- sg2042: kernel: schedule: Fix set_task_cpu() bug
|
||
- sg2042: mm: Modify __find_max_addr for memory hole
|
||
- sg2042: riscv: kernel: Optimize apply_relocate_add()
|
||
- sg2042: riscv: mm: Clear compilation warning about last_cpupid
|
||
- sg2042: kernel: tick: filter unnecessary printing
|
||
- sg2042: kernel: Adjust the log level of the tick_switch_to_oneshot function
|
||
- sg2042: drm/amd/display: Support DRM_AMD_DC_FP on RISC-V
|
||
- sg2042: riscv: Factor out riscv-march-y to a separate Makefile
|
||
- sg2042: riscv: Add support for kernel-mode FPU
|
||
- sg2042: mango pci hack:broadcast when no MSI source known
|
||
- sg2042: nvidia hda: force msi
|
||
- sg2042: radeon hack: force 64-bit msi to fit top intc
|
||
- sg2042: amdgpu: disable rebar
|
||
- sg2042: ttm: disallow cached mapping
|
||
- sg2042: driver: soc: Add sophgo sg2042 soc support
|
||
- sg2042: drivers: pcie: Create msi-x whitelist,turn on msi-x for top intr
|
||
- sg2042: driver: pcie: Add sophgo sg2042 soc support
|
||
- sg2042: driver: net: Add sophgo sg2042 soc support
|
||
- sg2042: driver: mtd: Add sophgo sg2042 soc support
|
||
- sg2042: driver: mmc: Add sophgo sg2042 soc support
|
||
- sg2042: driver: reset: Add sophgo sg2042 soc support
|
||
- sg2042: driver: pinctrl: Add sophgo sg2042 soc support
|
||
- sg2042: driver: clk: Add sophgo sg2042 soc support
|
||
- sg2042: riscv: spinlock: Fix deadlock issue
|
||
- sg2042: riscv: add smp_cond_load_acquire()
|
||
- sg2042: riscv: add ioremap_wc for gpu
|
||
- sg2042: riscv: changing T-Head PBMT attributes
|
||
- sg2042: riscv: errata: thead: Make cache clean to flush
|
||
- sg2042: riscv: use VA+PA variant of CMO macros for DMA page preparation
|
||
- sg2042: riscv: use VA+PA variant of CMO macros for DMA synchorization
|
||
- sg2042: riscv: errata: cmo: add CMO macro variant with both VA and PA
|
||
- sg2042: riscv: errata: Replace thead cache clean with flush
|
||
- sg2042: riscv: Kconfig: Set vector as default no
|
||
- sg2042: riscv: Add sophgo sg2042 soc support
|
||
|
||
* Tue Aug 13 2024 ZhangPeng <zhangpeng362@huawei.com> - 6.6.0-38.0.0.45
|
||
- !10843 netfilter: nf_tables: prefer nft_chain_validate
|
||
- netfilter: nf_tables: prefer nft_chain_validate
|
||
- !10893 [openEuler-24.03-LTS][linux-6.6.y sync] Backport 6.6.45 LTS Patches
|
||
- selftests: mptcp: join: check backup support in signal endp
|
||
- selftests: mptcp: join: validate backup in MPJ
|
||
- selftests: mptcp: always close input's FD if opened
|
||
- mptcp: fix duplicate data handling
|
||
- mptcp: pm: only set request_bkup flag when sending MP_PRIO
|
||
- mptcp: fix bad RCVPRUNED mib accounting
|
||
- mptcp: mib: count MPJ with backup flag
|
||
- mptcp: fix NL PM announced address accounting
|
||
- mptcp: distinguish rcv vs sent backup flag in requests
|
||
- mptcp: fix user-space PM announced address accounting
|
||
- r8169: don't increment tx_dropped in case of NETDEV_TX_BUSY
|
||
- net: usb: sr9700: fix uninitialized variable use in sr_mdio_read
|
||
- drm/i915: Fix possible int overflow in skl_ddi_calculate_wrpll()
|
||
- drm/virtio: Fix type of dma-fence context variable
|
||
- drm/vmwgfx: Fix a deadlock in dma buf fence polling
|
||
- Revert "ALSA: firewire-lib: operate for period elapse event in process context"
|
||
- Revert "ALSA: firewire-lib: obsolete workqueue for period update"
|
||
- ALSA: seq: ump: Optimize conversions from SysEx to UMP
|
||
- ALSA: hda/realtek: Add quirk for Acer Aspire E5-574G
|
||
- ALSA: usb-audio: Correct surround channels in UAC1 channel map
|
||
- mptcp: sched: check both directions for backup
|
||
- protect the fetch of ->fd[fd] in do_dup2() from mispredictions
|
||
- btrfs: do not subtract delalloc from avail bytes
|
||
- btrfs: zoned: fix zone_unusable accounting on making block group read-write again
|
||
- HID: wacom: Modify pen IDs
|
||
- platform/chrome: cros_ec_proto: Lock device when updating MKBP version
|
||
- arm64: jump_label: Ensure patched jump_labels are visible to all CPUs
|
||
- riscv: Fix linear mapping checks for non-contiguous memory regions
|
||
- riscv/mm: Add handling for VM_FAULT_SIGSEGV in mm_fault_error()
|
||
- perf: riscv: Fix selecting counters in legacy mode
|
||
- riscv: remove unused functions in traps_misaligned.c
|
||
- ipv6: fix ndisc_is_useropt() handling for PIO
|
||
- igc: Fix double reset adapter triggered from a single taprio cmd
|
||
- net/mlx5e: Add a check for the return value from mlx5_port_set_eth_ptys
|
||
- net/mlx5e: Fix CT entry update leaks of modify header context
|
||
- net/mlx5e: Require mlx5 tc classifier action support for IPsec prio capability
|
||
- net/mlx5: Fix missing lock on sync reset reload
|
||
- net/mlx5: Lag, don't use the hardcoded value of the first port
|
||
- net/mlx5: Fix error handling in irq_pool_request_irq
|
||
- net/mlx5: Always drain health in shutdown callback
|
||
- netfilter: iptables: Fix potential null-ptr-deref in ip6table_nat_table_init().
|
||
- netfilter: iptables: Fix null-ptr-deref in iptable_nat_table_init().
|
||
- ALSA: hda: Conditionally use snooping for AMD HDMI
|
||
- net: phy: micrel: Fix the KSZ9131 MDI-X status issue
|
||
- net: mvpp2: Don't re-use loop iterator
|
||
- drm/i915/hdcp: Fix HDCP2_STREAM_STATUS macro
|
||
- net/iucv: fix use after free in iucv_sock_close()
|
||
- ice: add missing WRITE_ONCE when clearing ice_rx_ring::xdp_prog
|
||
- ice: replace synchronize_rcu with synchronize_net
|
||
- ice: don't busy wait for Rx queue disable in ice_qp_dis()
|
||
- ice: respect netif readiness in AF_XDP ZC related ndo's
|
||
- i915/perf: Remove code to update PWR_CLK_STATE for gen12
|
||
- rtnetlink: Don't ignore IFLA_TARGET_NETNSID when ifname is specified in rtnl_dellink().
|
||
- net: axienet: start napi before enabling Rx/Tx
|
||
- tcp: Adjust clamping window for applications specifying SO_RCVBUF
|
||
- tcp: annotate data-races around tp->window_clamp
|
||
- Bluetooth: hci_sync: Fix suspending with wrong filter policy
|
||
- Bluetooth: btintel: Fail setup on error
|
||
- ALSA: hda: conexant: Fix headset auto detect fail in the polling mode
|
||
- net: phy: realtek: add support for RTL8366S Gigabit PHY
|
||
- wifi: cfg80211: fix reporting failed MLO links status with cfg80211_connect_done
|
||
- sched: act_ct: take care of padding in struct zones_ht_key
|
||
- drm/vmwgfx: Trigger a modeset when the screen moves
|
||
- drm/vmwgfx: Fix overlay when using Screen Targets
|
||
- drm/nouveau: prime: fix refcount underflow
|
||
- perf tool: fix dereferencing NULL al->maps
|
||
- HID: amd_sfh: Move sensor discovery before HID device initialization
|
||
- ARM: 9406/1: Fix callchain_trace() return value
|
||
- MIPS: dts: loongson: Fix ls2k1000-rtc interrupt
|
||
- MIPS: dts: loongson: Fix liointc IRQ polarity
|
||
- MIPS: Loongson64: DTS: Fix PCIe port nodes for ls7a
|
||
- perf: imx_perf: fix counter start and config sequence
|
||
- dmaengine: fsl-edma: change the memory access from local into remote mode in i.MX 8QM
|
||
- dmaengine: fsl-edma: clean up unused "fsl,imx8qm-adma" compatible string
|
||
- dmaengine: fsl-edma: add i.MX8ULP edma support
|
||
- dmaengine: fsl-edma: add address for channel mux register in fsl_edma_chan
|
||
- f2fs: assign CURSEG_ALL_DATA_ATGC if blkaddr is valid
|
||
- f2fs: fix to avoid use SSR allocate when do defragment
|
||
- mm/page_alloc: fix pcp->count race between drain_pages_zone() vs __rmqueue_pcplist()
|
||
- fbdev: vesafb: Detect VGA compatibility from screen info's VESA attributes
|
||
- firmware/sysfb: Update screen_info for relocated EFI framebuffers
|
||
- video: Provide screen_info_get_pci_dev() to find screen_info's PCI device
|
||
- video: Add helpers for decoding screen_info
|
||
- fbdev/vesafb: Replace references to global screen_info by local pointer
|
||
- PCI: Add pci_get_base_class() helper
|
||
- KVM: nVMX: Check for pending posted interrupts when looking for nested events
|
||
- KVM: nVMX: Add a helper to get highest pending from Posted Interrupt vector
|
||
- KVM: VMX: Move posted interrupt descriptor out of VMX code
|
||
- KVM: VMX: Split off vmx_onhyperv.{ch} from hyperv.{ch}
|
||
- leds: triggers: Flush pending brightness before activating trigger
|
||
- leds: trigger: Call synchronize_rcu() before calling trig->activate()
|
||
- leds: trigger: Store brightness set by led_trigger_event()
|
||
- leds: trigger: Remove unused function led_trigger_rename_static()
|
||
- cpufreq: qcom-nvmem: fix memory leaks in probe error paths
|
||
- cpufreq: qcom-nvmem: Simplify driver data allocation
|
||
- sysctl: allow to change limits for posix messages queues
|
||
- sysctl: allow change system v ipc sysctls inside ipc namespace
|
||
- thermal/drivers/broadcom: Fix race between removal and clock disable
|
||
- thermal: bcm2835: Convert to platform remove callback returning void
|
||
- arm64: dts: qcom: sdm845: Disable SS instance in Parkmode for USB
|
||
- arm64: dts: qcom: sdm845: switch USB QMP PHY to new style of bindings
|
||
- arm64: dts: qcom: sdm845: switch USB+DP QMP PHY to new style of bindings
|
||
- arm64: dts: qcom: ipq8074: Disable SS instance in Parkmode for USB
|
||
- arm64: dts: qcom: msm8998: Disable SS instance in Parkmode for USB
|
||
- arm64: dts: qcom: msm8998: switch USB QMP PHY to new style of bindings
|
||
- arm64: dts: qcom: sc7280: Disable SuperSpeed instances in park mode
|
||
- arm64: dts: qcom: sc7280: switch USB+DP QMP PHY to new style of bindings
|
||
- arm64: dts: qcom: sc7180: Disable SuperSpeed instances in park mode
|
||
- arm64: dts: qcom: sc7180: switch USB+DP QMP PHY to new style of bindings
|
||
- !10823 mm/userfaultfd: reset ptes when close() for wr-protected ones
|
||
- mm/userfaultfd: reset ptes when close() for wr-protected ones
|
||
- !10824 dmaengine: idxd: Fix possible Use-After-Free in irq_process_work_list
|
||
- dmaengine: idxd: Fix possible Use-After-Free in irq_process_work_list
|
||
- !10855 CVE-2024-36971
|
||
- net: fix kabi breakage in struct dst_ops
|
||
- net: fix __dst_negative_advice() race
|
||
- !10863 v2 ext4: flexibly control whether to enable dioread_nolock by default
|
||
- ext4: flexibly control whether to enable dioread_nolock by default
|
||
- !10796 Revert "ARM: spectre-v2: turn off the mitigation via boot cmdline param"
|
||
- Revert "ARM: spectre-v2: turn off the mitigation via boot cmdline param"
|
||
- !10795 Revert "security: restrict init parameters by configuration"
|
||
- Revert "security: restrict init parameters by configuration"
|
||
- !10794 revert kaslr arm32 support
|
||
- Revert "asm-generic: add .data.rel.ro sections to __ro_after_init"
|
||
- Revert "arm-soc: exynos: replace open coded VA->PA conversions"
|
||
- Revert "arm-soc: mvebu: replace open coded VA->PA conversion"
|
||
- Revert "arm-soc: various: replace open coded VA->PA calculation of pen_release"
|
||
- Revert "ARM: kernel: switch to relative exception tables"
|
||
- Revert "ARM: kernel: make vmlinux buildable as a PIE executable"
|
||
- Revert "ARM: kernel: use PC-relative symbol references in MMU switch code"
|
||
- Revert "ARM: kernel: use PC relative symbol references in suspend/resume code"
|
||
- Revert "ARM: mm: export default vmalloc base address"
|
||
- Revert "ARM: kernel: refer to swapper_pg_dir via its symbol"
|
||
- Revert "arm: vectors: use local symbol names for vector entry points"
|
||
- Revert "ARM: kernel: implement randomization of the kernel load address"
|
||
- Revert "ARM: decompressor: explicitly map decompressor binary cacheable"
|
||
- Revert "ARM: decompressor: add KASLR support"
|
||
- Revert "No idea why this broke ..."
|
||
- Revert "arm32: kaslr: When boot with vxboot, we must adjust dtb address before kaslr_early_init, and store dtb address after init."
|
||
- Revert "arm32: kaslr: pop visibility when compile decompress boot code as we need relocate BSS by GOT."
|
||
- Revert "arm32: kaslr: print kaslr offset when kernel panic"
|
||
- Revert "arm32: kaslr: Fix the bug of symbols relocation"
|
||
- Revert "arm32: kaslr: Fix clock_gettime and gettimeofday performance degradation when configure CONFIG_RANDOMIZE_BASE"
|
||
- !10615 USB: core: Fix duplicate endpoint bug by clearing reserved bits in the descriptor
|
||
- USB: core: Fix duplicate endpoint bug by clearing reserved bits in the descriptor
|
||
- !10834 v2 wifi: cfg80211: restrict NL80211_ATTR_TXQ_QUANTUM values
|
||
- wifi: cfg80211: restrict NL80211_ATTR_TXQ_QUANTUM values
|
||
- !10816 sched/cputime: Fix mul_u64_u64_div_u64() precision for cputime
|
||
- sched/cputime: Fix mul_u64_u64_div_u64() precision for cputime
|
||
- !10805 dummy_struct_ops selftest failed
|
||
- Revert "[Backport] selftests/bpf: adjust dummy_st_ops_success to detect additional error"
|
||
- Revert "[Backport] selftests/bpf: dummy_st_ops should reject 0 for non-nullable params"
|
||
- !10345 blk-wbt: don't throttle swap writes in direct reclaim
|
||
- blk-wbt: don't throttle swap writes in direct reclaim
|
||
- !10772 s390/pkey: Use kfree_sensitive() to fix Coccinelle warnings
|
||
- s390/pkey: Use kfree_sensitive() to fix Coccinelle warnings
|
||
- !10722 btrfs: zoned: fix use-after-free in do_zone_finish()
|
||
- btrfs: zoned: fix use-after-free in do_zone_finish()
|
||
|
||
* Wed Aug 07 2024 ZhangPeng <zhangpeng362@huawei.com> - 6.6.0-37.0.0.44
|
||
- !10793 perf util: Add a function for replacing characters in a string
|
||
- perf util: Add a function for replacing characters in a string
|
||
- !10635 nvme: avoid double free special payload
|
||
- nvme: avoid double free special payload
|
||
- !10757 CVE-2024-41045
|
||
- bpf: Defer work in bpf_timer_cancel_and_free
|
||
- bpf: replace bpf_timer_cancel_and_free with a generic helper
|
||
- bpf: replace bpf_timer_set_callback with a generic helper
|
||
- !10729 Backport vmalloc 2 bugfix
|
||
- mm: vmalloc: fix lockdep warning
|
||
- mm/vmalloc: eliminated the lock contention from twice to once
|
||
- !10746 irqchip/mbigen: Fix mbigen node address layout
|
||
- irqchip/mbigen: Fix mbigen node address layout
|
||
- !10533 backport mainline patchs
|
||
- cpufreq: Allow drivers to advertise boost enabled
|
||
- irqdomain: Fixed unbalanced fwnode get and put
|
||
- !10518 xfs: add bounds checking to xlog_recover_process_data
|
||
- xfs: add bounds checking to xlog_recover_process_data
|
||
- !10622 leds: mlxreg: Use devm_mutex_init() for mutex initialization
|
||
- leds: mlxreg: Use devm_mutex_init() for mutex initialization
|
||
- !10677 gve: Account for stopped queues when reading NIC stats
|
||
- gve: Account for stopped queues when reading NIC stats
|
||
- !10639 s390/mm: Fix VM_FAULT_HWPOISON handling in do_exception()
|
||
- s390/mm: Fix VM_FAULT_HWPOISON handling in do_exception()
|
||
- !10653 virtcca cvm feature patches
|
||
- gicv3: add lpi support for cvm guest
|
||
- config: modify arm64 defconfig for virtcca cvm feature
|
||
- mm: enable swiotlb alloc for cvm share mem
|
||
- pmu: enable pmu phys irq inject for cvm
|
||
- kvm: add virtcca cvm host feature
|
||
- !10658 CVE-2024-35860
|
||
- bpf: Fix a potential use-after-free in bpf_link_free()
|
||
- Fix kabi breakage in struct bpf_link and bpf_link_ops
|
||
- bpf: support deferring bpf_link dealloc to after RCU grace period
|
||
- !10649 xfs: don't walk off the end of a directory data block
|
||
- xfs: don't walk off the end of a directory data block
|
||
- !10556 smart_grid: introducing rebuild_affinity_domain
|
||
- smart_grid: introducing rebuild_affinity_domain
|
||
- !10631 sched/deadline: Fix task_struct reference leak
|
||
- sched/deadline: Fix task_struct reference leak
|
||
- !10319 block: propagate partition scanning errors to the BLKRRPART ioctl
|
||
- block: propagate partition scanning errors to the BLKRRPART ioctl
|
||
- !10500 fix CVE-2024-42155
|
||
- s390/pkey: Wipe copies of protected- and secure-keys
|
||
- !10657 [openEuler-24.03-LTS][linux-6.6.y sync] Backport 6.6.40-6.6.44 LTS Patches
|
||
- fs: don't allow non-init s_user_ns for filesystems without FS_USERNS_MOUNT
|
||
- nvme-pci: add missing condition check for existence of mapped data
|
||
- io_uring: fix io_match_task must_hold
|
||
- iommu: sprd: Avoid NULL deref in sprd_iommu_hw_en
|
||
- s390/cpum_cf: Fix endless loop in CF_DIAG event stop
|
||
- s390/pci: Allow allocation of more than 1 MSI interrupt
|
||
- s390/pci: Refactor arch_setup_msi_irqs()
|
||
- ceph: fix incorrect kmalloc size of pagevec mempool
|
||
- ASoC: Intel: use soc_intel_is_byt_cr() only when IOSF_MBI is reachable
|
||
- spi: spidev: add correct compatible for Rohm BH2228FV
|
||
- ASoC: sof: amd: fix for firmware reload failure in Vangogh platform
|
||
- nvme-pci: Fix the instructions for disabling power management
|
||
- spi: microchip-core: ensure TX and RX FIFOs are empty at start of a transfer
|
||
- spi: microchip-core: fix init function not setting the master and motorola modes
|
||
- spi: microchip-core: switch to use modern name
|
||
- spi: microchip-core: only disable SPI controller when register value change requires it
|
||
- spi: microchip-core: defer asserting chip select until just before write to TX FIFO
|
||
- spi: microchip-core: fix the issues in the isr
|
||
- ASoC: SOF: imx8m: Fix DSP control regmap retrieval
|
||
- auxdisplay: ht16k33: Drop reference after LED registration
|
||
- lirc: rc_dev_get_from_fd(): fix file leak
|
||
- powerpc: fix a file leak in kvm_vcpu_ioctl_enable_cap()
|
||
- apparmor: Fix null pointer deref when receiving skb during sock creation
|
||
- mISDN: Fix a use after free in hfcmulti_tx()
|
||
- bpf: Fix a segment issue when downgrading gso_size
|
||
- net: nexthop: Initialize all fields in dumped nexthops
|
||
- net: stmmac: Correct byte order of perfect_match
|
||
- tipc: Return non-zero value from tipc_udp_addr2str() on error
|
||
- netfilter: nft_set_pipapo_avx2: disable softinterrupts
|
||
- ice: Fix recipe read procedure
|
||
- net: bonding: correctly annotate RCU in bond_should_notify_peers()
|
||
- ipv4: Fix incorrect source address in Record Route option
|
||
- MIPS: SMP-CPS: Fix address for GCR_ACCESS register for CM3 and later
|
||
- tools/resolve_btfids: Fix comparison of distinct pointer types warning in resolve_btfids
|
||
- bpf, events: Use prog to emit ksymbol event for main program
|
||
- dma: fix call order in dmam_free_coherent
|
||
- af_unix: Disable MSG_OOB handling for sockets in sockmap/sockhash
|
||
- libbpf: Fix no-args func prototype BTF dumping syntax
|
||
- selftests/bpf: fexit_sleep: Fix stack allocation for arm64
|
||
- kbuild: avoid build error when single DTB is turned into composite DTB
|
||
- f2fs: fix to update user block counts in block_operations()
|
||
- watchdog: rzg2l_wdt: Check return status of pm_runtime_put()
|
||
- watchdog: rzg2l_wdt: Use pm_runtime_resume_and_get()
|
||
- f2fs: fix start segno of large section
|
||
- um: time-travel: fix signal blocking race/hang
|
||
- um: time-travel: fix time-travel-start option
|
||
- phy: zynqmp: Enable reference clock correctly
|
||
- phy: cadence-torrent: Check return value on register read
|
||
- dmaengine: ti: k3-udma: Fix BCHAN count with UHC and HC channels
|
||
- jfs: Fix array-index-out-of-bounds in diFree
|
||
- kdb: Use the passed prompt in kdb_position_cursor()
|
||
- kdb: address -Wformat-security warnings
|
||
- f2fs: fix to truncate preallocated blocks in f2fs_file_open()
|
||
- s390/mm: Fix VM_FAULT_HWPOISON handling in do_exception()
|
||
- PCI/DPC: Fix use-after-free on concurrent DPC and hot-removal
|
||
- PCI: Introduce cleanup helpers for device reference counts and locks
|
||
- wifi: mac80211: track capability/opmode NSS separately
|
||
- mm/mglru: fix ineffective protection calculation
|
||
- nilfs2: handle inconsistent state in nilfs_btnode_create_block()
|
||
- minmax: scsi: fix mis-use of 'clamp()' in sr.c
|
||
- Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x13d3:0x3591
|
||
- Bluetooth: btusb: Add RTL8852BE device 0489:e125 to device tables
|
||
- video: logo: Drop full path of the input filename in generated file
|
||
- lib/build_OID_registry: don't mention the full path of the script in output
|
||
- rbd: don't assume RBD_LOCK_STATE_LOCKED for exclusive mappings
|
||
- rbd: rename RBD_LOCK_STATE_RELEASING and releasing_wait
|
||
- drm/panfrost: Mark simple_ondemand governor as softdep
|
||
- drm/etnaviv: don't block scheduler when GPU is still active
|
||
- MIPS: Loongson64: Test register availability before use
|
||
- MIPS: Loongson64: reset: Prioritise firmware service
|
||
- MIPS: Loongson64: Remove memory node for builtin-dtb
|
||
- MIPS: Loongson64: env: Hook up Loongsson-2K
|
||
- MIPS: dts: loongson: Fix GMAC phy node
|
||
- MIPS: ip30: ip30-console: Add missing include
|
||
- MIPS: dts: loongson: Add ISA node
|
||
- remoteproc: imx_rproc: Fix refcount mistake in imx_rproc_addr_init
|
||
- remoteproc: imx_rproc: Skip over memory region when node value is NULL
|
||
- remoteproc: stm32_rproc: Fix mailbox interrupts queuing
|
||
- rbd: don't assume rbd_is_lock_owner() for exclusive mappings
|
||
- dm-verity: fix dm_is_verity_target() when dm-verity is builtin
|
||
- selftests/sigaltstack: Fix ppc64 GCC build
|
||
- RDMA/iwcm: Fix a use-after-free related to destroying CM IDs
|
||
- platform: mips: cpu_hwmon: Disable driver on unsupported hardware
|
||
- watchdog/perf: properly initialize the turbo mode timestamp and rearm counter
|
||
- rtc: abx80x: Fix return value of nvmem callback on read
|
||
- rtc: isl1208: Fix return value of nvmem callbacks
|
||
- drm/i915/dp: Don't switch the LTTPR mode on an active link
|
||
- drm/i915/dp: Reset intel_dp->link_trained before retraining the link
|
||
- drm/amd/amdgpu: Fix uninitialized variable warnings
|
||
- drm/amdgpu: reset vm state machine after gpu reset(vram lost)
|
||
- drm/dp_mst: Fix all mstb marked as not probed after suspend/resume
|
||
- drm/udl: Remove DRM_CONNECTOR_POLL_HPD
|
||
- drm/amdgpu/sdma5.2: Update wptr registers as well as doorbell
|
||
- drm/i915/gt: Do not consider preemption during execlists_dequeue for gen8
|
||
- perf/x86/intel/pt: Fix a topa_entry base address calculation
|
||
- perf/x86/intel/pt: Fix topa_entry base length
|
||
- perf/x86/intel/ds: Fix non 0 retire latency on Raptorlake
|
||
- perf/x86/intel/uncore: Fix the bits of the CHA extended umask for SPR
|
||
- perf stat: Fix the hard-coded metrics calculation on the hybrid
|
||
- perf: Fix event leak upon exit
|
||
- scsi: qla2xxx: validate nvme_local_port correctly
|
||
- scsi: qla2xxx: Complete command early within lock
|
||
- scsi: qla2xxx: Fix flash read failure
|
||
- scsi: qla2xxx: Reduce fabric scan duplicate code
|
||
- scsi: qla2xxx: Use QP lock to search for bsg
|
||
- scsi: qla2xxx: Fix for possible memory corruption
|
||
- scsi: qla2xxx: Unable to act on RSCN for port online
|
||
- scsi: qla2xxx: During vport delete send async logout explicitly
|
||
- scsi: lpfc: Allow DEVICE_RECOVERY mode after RSCN receipt if in PRLI_ISSUE state
|
||
- rtc: cmos: Fix return value of nvmem callbacks
|
||
- mm/numa_balancing: teach mpol_to_str about the balancing mode
|
||
- irqchip/imx-irqsteer: Handle runtime power management correctly
|
||
- irqdomain: Fixed unbalanced fwnode get and put
|
||
- devres: Fix memory leakage caused by driver API devm_free_percpu()
|
||
- devres: Fix devm_krealloc() wasting memory
|
||
- ice: Add a per-VF limit on number of FDIR filters
|
||
- gve: Fix an edge case for TSO skb validity check
|
||
- kobject_uevent: Fix OOB access within zap_modalias_env()
|
||
- ASoC: amd: yc: Support mic on Lenovo Thinkpad E16 Gen 2
|
||
- ASoC: SOF: ipc4-topology: Preserve the DMA Link ID for ChainDMA on unprepare
|
||
- kbuild: Fix '-S -c' in x86 stack protector scripts
|
||
- decompress_bunzip2: fix rare decompression failure
|
||
- mm: fix old/young bit handling in the faulting path
|
||
- block: fix deadlock between sd_remove & sd_release
|
||
- ubi: eba: properly rollback inside self_check_eba
|
||
- clk: davinci: da8xx-cfgchip: Initialize clk_init_data before use
|
||
- f2fs: use meta inode for GC of COW file
|
||
- f2fs: use meta inode for GC of atomic file
|
||
- f2fs: fix return value of f2fs_convert_inline_inode()
|
||
- f2fs: fix to don't dirty inode for readonly filesystem
|
||
- f2fs: fix to force buffered IO on inline_data inode
|
||
- ASoC: fsl: fsl_qmc_audio: Check devm_kasprintf() returned value
|
||
- scsi: qla2xxx: Return ENOBUFS if sg_cnt is more than one for ELS cmds
|
||
- fs/ntfs3: Update log->page_{mask,bits} if log->page_size changed
|
||
- efi/libstub: Zero initialize heap allocated struct screen_info
|
||
- hostfs: fix dev_t handling
|
||
- dev/parport: fix the array out-of-bounds risk
|
||
- binder: fix hang of unregistered readers
|
||
- PCI: rockchip: Use GPIOD_OUT_LOW flag while requesting ep_gpio
|
||
- PCI: dw-rockchip: Fix initial PERST# GPIO value
|
||
- PCI: hv: Return zero, not garbage, when reading PCI_INTERRUPT_PIN
|
||
- parisc: Fix warning at drivers/pci/msi/msi.h:121
|
||
- hwrng: amd - Convert PCIBIOS_* return codes to errnos
|
||
- tools/memory-model: Fix bug in lock.cat
|
||
- ALSA: usb-audio: Add a quirk for Sonix HD USB Camera
|
||
- ALSA: usb-audio: Move HD Webcam quirk to the right place
|
||
- ALSA: usb-audio: Fix microphone sound on HD webcam.
|
||
- ALSA: ump: Force 1 Group for MIDI1 FBs
|
||
- ALSA: ump: Don't update FB name for static blocks
|
||
- KVM: nVMX: Request immediate exit iff pending nested event needs injection
|
||
- KVM: VMX: Split out the non-virtualization part of vmx_interrupt_blocked()
|
||
- media: ivsc: csi: don't count privacy on as error
|
||
- media: uvcvideo: Fix integer overflow calculating timestamp
|
||
- jbd2: avoid infinite transaction commit loop
|
||
- jbd2: precompute number of transaction descriptor blocks
|
||
- jbd2: make jbd2_journal_get_max_txn_bufs() internal
|
||
- media: imx-pxp: Fix ERR_PTR dereference in pxp_probe()
|
||
- media: ivsc: csi: add separate lock for v4l2 control handler
|
||
- leds: mt6360: Fix memory leak in mt6360_init_isnk_properties()
|
||
- md/md-bitmap: fix writing non bitmap pages
|
||
- leds: ss4200: Convert PCIBIOS_* return codes to errnos
|
||
- drivers: soc: xilinx: check return status of get_api_version()
|
||
- wifi: rtw88: usb: Fix disconnection after beacon loss
|
||
- wifi: mwifiex: Fix interface type change
|
||
- selftests/landlock: Add cred_transfer test
|
||
- trace/pid_list: Change gfp flags in pid_list_fill_irq()
|
||
- io_uring: tighten task exit cancellations
|
||
- ext4: make sure the first directory block is not a hole
|
||
- ext4: check dot and dotdot of dx_root before making dir indexed
|
||
- m68k: amiga: Turn off Warp1260 interrupts during boot
|
||
- udf: Avoid using corrupted block bitmap buffer
|
||
- task_work: Introduce task_work_cancel() again
|
||
- task_work: s/task_work_cancel()/task_work_cancel_func()/
|
||
- cifs: mount with "unix" mount option for SMB1 incorrectly handled
|
||
- cifs: fix reconnect with SMB1 UNIX Extensions
|
||
- cifs: fix potential null pointer use in destroy_workqueue in init_cifs error path
|
||
- apparmor: use kvfree_sensitive to free data->data
|
||
- drm/amd/display: Check for NULL pointer
|
||
- scsi: qla2xxx: Fix optrom version displayed in FDMI
|
||
- drm/gma500: fix null pointer dereference in psb_intel_lvds_get_modes
|
||
- drm/gma500: fix null pointer dereference in cdv_intel_lvds_get_modes
|
||
- io_uring/io-wq: limit retrying worker initialisation
|
||
- ext2: Verify bitmap and itable block numbers before using them
|
||
- hfs: fix to initialize fields of hfs_inode_info after hfs_alloc_inode()
|
||
- ata: libata-scsi: Honor the D_SENSE bit for CK_COND=1 and no error
|
||
- ata: libata-scsi: Do not overwrite valid sense data when CK_COND=1
|
||
- media: venus: fix use after free in vdec_close
|
||
- char: tpm: Fix possible memory leak in tpm_bios_measurements_open()
|
||
- ata: libata-scsi: Fix offsets for the fixed format sense data
|
||
- fuse: verify {g,u}id mount options correctly
|
||
- sched/fair: set_load_weight() must also call reweight_task() for SCHED_IDLE tasks
|
||
- NFSD: Support write delegations in LAYOUTGET
|
||
- ipv6: take care of scope when choosing the src addr
|
||
- ipv4: fix source address selection with route leak
|
||
- kernel: rerun task_work while freezing in get_signal()
|
||
- btrfs: fix extent map use-after-free when adding pages to compressed bio
|
||
- af_packet: Handle outgoing VLAN packets without hardware offloading
|
||
- net: netconsole: Disable target before netpoll cleanup
|
||
- tick/broadcast: Make takeover of broadcast hrtimer reliable
|
||
- dt-bindings: thermal: correct thermal zone node name limit
|
||
- exfat: fix potential deadlock on __exfat_get_dentry_set
|
||
- x86/efistub: Revert to heap allocated boot_params for PE entrypoint
|
||
- x86/efistub: Avoid returning EFI_SUCCESS on error
|
||
- mm/mglru: fix overshooting shrinker memory
|
||
- mm: mmap_lock: replace get_memcg_path_buf() with on-stack buffer
|
||
- mm/mglru: fix div-by-zero in vmpressure_calc_level()
|
||
- mm/hugetlb: fix possible recursive locking detected warning
|
||
- hugetlb: force allocating surplus hugepages on mempolicy allowed nodes
|
||
- landlock: Don't lose track of restrictions on cred_transfer
|
||
- LoongArch: Check TIF_LOAD_WATCH to enable user space watchpoint
|
||
- sbitmap: use READ_ONCE to access map->word
|
||
- s390/dasd: fix error checks in dasd_copy_pair_store()
|
||
- powerpc/8xx: fix size given to set_huge_pte_at()
|
||
- fs/ntfs3: Keep runs for $MFT::$ATTR_DATA and $MFT::$ATTR_BITMAP
|
||
- fs/ntfs3: Missed error return
|
||
- fs/ntfs3: Fix the format of the "nocase" mount option
|
||
- rtc: interface: Add RTC offset to alarm after fix-up
|
||
- nilfs2: avoid undefined behavior in nilfs_cnt32_ge macro
|
||
- fs/proc/task_mmu: properly detect PM_MMAP_EXCLUSIVE per page of PMD-mapped THPs
|
||
- fs/proc/task_mmu: don't indicate PM_MMAP_EXCLUSIVE without PM_PRESENT
|
||
- fs/proc/task_mmu.c: add_to_pagemap: remove useless parameter addr
|
||
- fs/proc/task_mmu: indicate PM_FILE for PMD-mapped file THP
|
||
- pinctrl: renesas: r8a779g0: Fix TPU suffixes
|
||
- pinctrl: renesas: r8a779g0: Fix TCLK suffixes
|
||
- pinctrl: renesas: r8a779g0: FIX PWM suffixes
|
||
- pinctrl: renesas: r8a779g0: Fix IRQ suffixes
|
||
- pinctrl: renesas: r8a779g0: Fix (H)SCIF3 suffixes
|
||
- pinctrl: renesas: r8a779g0: Fix (H)SCIF1 suffixes
|
||
- pinctrl: renesas: r8a779g0: Fix FXR_TXEN[AB] suffixes
|
||
- pinctrl: renesas: r8a779g0: Fix CANFD5 suffix
|
||
- fs/ntfs3: Fix field-spanning write in INDEX_HDR
|
||
- fs/ntfs3: Drop stray '' (backslash) in formatting string
|
||
- fs/ntfs3: Correct undo if ntfs_create_inode failed
|
||
- fs/ntfs3: Replace inode_trylock with inode_lock
|
||
- pinctrl: freescale: mxs: Fix refcount of child
|
||
- pinctrl: ti: ti-iodelay: fix possible memory leak when pinctrl_enable() fails
|
||
- pinctrl: ti: ti-iodelay: Drop if block with always false condition
|
||
- pinctrl: single: fix possible memory leak when pinctrl_enable() fails
|
||
- pinctrl: core: fix possible memory leak when pinctrl_enable() fails
|
||
- pinctrl: rockchip: update rk3308 iomux routes
|
||
- fs/ntfs3: Add missing .dirty_folio in address_space_operations
|
||
- fs/ntfs3: Fix getting file type
|
||
- fs/ntfs3: Missed NI_FLAG_UPDATE_PARENT setting
|
||
- fs/ntfs3: Deny getting attr data block in compressed frame
|
||
- fs/ntfs3: Fix transform resident to nonresident for compressed files
|
||
- fs/ntfs3: Merge synonym COMPRESSION_UNIT and NTFS_LZNT_CUNIT
|
||
- net: dsa: b53: Limit chip-wide jumbo frame config to CPU ports
|
||
- net: dsa: mv88e6xxx: Limit chip-wide frame size config to CPU ports
|
||
- ipv4: Fix incorrect TOS in fibmatch route get reply
|
||
- ipv4: Fix incorrect TOS in route get reply
|
||
- net: flow_dissector: use DEBUG_NET_WARN_ON_ONCE
|
||
- gve: Fix XDP TX completion handling when counters overflow
|
||
- ipvs: properly dereference pe in ip_vs_add_service
|
||
- netfilter: nf_set_pipapo: fix initial map fill
|
||
- netfilter: nft_set_pipapo: constify lookup fn args where possible
|
||
- netfilter: ctnetlink: use helper function to calculate expect ID
|
||
- bnxt_re: Fix imm_data endianness
|
||
- RDMA: Fix netdev tracker in ib_device_set_netdev
|
||
- RDMA/core: Remove NULL check before dev_{put, hold}
|
||
- iommu/vt-d: Fix identity map bounds in si_domain_init()
|
||
- macintosh/therm_windtunnel: fix module unload.
|
||
- powerpc/xmon: Fix disassembly CPU feature checks
|
||
- PCI: dwc: Fix index 0 incorrectly being interpreted as a free ATU slot
|
||
- PCI: qcom-ep: Disable resources unconditionally during PERST# assert
|
||
- MIPS: Octeron: remove source file executable bit
|
||
- clk: en7523: fix rate divider for slic and spi clocks
|
||
- clk: qcom: Park shared RCGs upon registration
|
||
- clk: qcom: kpss-xcc: Return of_clk_add_hw_provider to transfer the error
|
||
- crypto: qat - extend scope of lock in adf_cfg_add_key_value_param()
|
||
- nvmem: rockchip-otp: set add_legacy_fixed_of_cells config option
|
||
- net: missing check virtio
|
||
- vhost/vsock: always initialize seqpacket_allow
|
||
- PCI: endpoint: Fix error handling in epf_ntb_epc_cleanup()
|
||
- PCI: endpoint: Clean up error handling in vpci_scan_bus()
|
||
- ASoC: amd: Adjust error handling in case of absent codec device
|
||
- Input: elan_i2c - do not leave interrupt disabled on suspend failure
|
||
- RDMA/device: Return error earlier if port in not valid
|
||
- mtd: make mtd_test.c a separate module
|
||
- ASoC: max98088: Check for clk_prepare_enable() error
|
||
- powerpc/prom: Add CPU info to hardware description string later
|
||
- hwrng: core - Fix wrong quality calculation at hw rng registration
|
||
- scsi: lpfc: Fix a possible null pointer dereference
|
||
- ASoC: qcom: Adjust issues in case of DT error in asoc_qcom_lpass_cpu_platform_probe()
|
||
- RDMA/rxe: Don't set BTH_ACK_MASK for UC or UD QPs
|
||
- RDMA/mlx5: Use sq timestamp as QP timestamp when RoCE is disabled
|
||
- RDMA/mlx4: Fix truncated output warning in alias_GUID.c
|
||
- RDMA/mlx4: Fix truncated output warning in mad.c
|
||
- Input: qt1050 - handle CHIP_ID reading error
|
||
- interconnect: qcom: qcm2290: Fix mas_snoc_bimc RPM master ID
|
||
- clk: qcom: gpucc-sa8775p: Update wait_val fields for GPU GDSC's
|
||
- clk: qcom: gpucc-sa8775p: Park RCG's clk source at XO during disable
|
||
- clk: qcom: gpucc-sa8775p: Remove the CLK_IS_CRITICAL and ALWAYS_ON flags
|
||
- clk: qcom: gcc-sa8775p: Update the GDSC wait_val fields and flags
|
||
- clk: qcom: gpucc-sm8350: Park RCG's clk source at XO during disable
|
||
- RDMA/cache: Release GID table even if leak is detected
|
||
- usb: typec-mux: nb7vpq904m: unregister typec switch on probe error and remove
|
||
- ASoC: cs35l56: Accept values greater than 0 as IRQ numbers
|
||
- ASoc: tas2781: Enable RCA-based playback without DSP firmware download
|
||
- RDMA/mlx5: Set mkeys for dmabuf at PAGE_SIZE
|
||
- coresight: Fix ref leak when of_coresight_parse_endpoint() fails
|
||
- KVM: PPC: Book3S HV: Fix the get_one_reg of SDAR
|
||
- KVM: PPC: Book3S HV: Fix the set_one_reg for MMCR3
|
||
- iio: frequency: adrf6780: rm clk provider include
|
||
- clk: qcom: camcc-sc7280: Add parent dependency to all camera GDSCs
|
||
- clk: qcom: gcc-sc7280: Update force mem core bit for UFS ICE clock
|
||
- scsi: ufs: mcq: Fix missing argument 'hba' in MCQ_OPR_OFFSET_n
|
||
- PCI: rcar: Demote WARN() to dev_warn_ratelimited() in rcar_pcie_wakeup()
|
||
- PCI: keystone: Fix NULL pointer dereference in case of DT error in ks_pcie_setup_rc_app_regs()
|
||
- PCI: keystone: Don't enable BAR 0 for AM654x
|
||
- PCI: keystone: Relocate ks_pcie_set/clear_dbi_mode()
|
||
- PCI: Fix resource double counting on remove & rescan
|
||
- iio: Fix the sorting functionality in iio_gts_build_avail_time_table
|
||
- SUNRPC: Fixup gss_status tracepoint error output
|
||
- sparc64: Fix incorrect function signature and add prototype for prom_cif_init
|
||
- leds: flash: leds-qcom-flash: Test the correct variable in init
|
||
- ext4: avoid writing unitialized memory to disk in EA inodes
|
||
- ext4: don't track ranges in fast_commit if inode has inlined data
|
||
- NFSv4.1 another fix for EXCHGID4_FLAG_USE_PNFS_DS for DS server
|
||
- SUNRPC: avoid soft lockup when transmitting UDP to reachable server.
|
||
- xprtrdma: Fix rpcrdma_reqs_reset()
|
||
- mfd: omap-usb-tll: Use struct_size to allocate tll
|
||
- mfd: rsmu: Split core code into separate module
|
||
- perf intel-pt: Fix exclude_guest setting
|
||
- perf intel-pt: Fix aux_watermark calculation for 64-bit size
|
||
- media: venus: flush all buffers in output plane streamoff
|
||
- drm/mediatek/dp: Fix spurious kfree()
|
||
- drm/mediatek/dp: switch to ->edid_read callback
|
||
- ext4: fix infinite loop when replaying fast_commit
|
||
- drm/mediatek: Remove less-than-zero comparison of an unsigned value
|
||
- Revert "leds: led-core: Fix refcount leak in of_led_get()"
|
||
- drm/qxl: Add check for drm_cvt_mode
|
||
- drm/etnaviv: fix DMA direction handling for cached RW buffers
|
||
- perf report: Fix condition in sort__sym_cmp()
|
||
- perf pmus: Fixes always false when compare duplicates aliases
|
||
- perf test: Make test_arm_callgraph_fp.sh more robust
|
||
- drm/msm/dpu: drop validity checks for clear_pending_flush() ctl op
|
||
- drm/msm/dsi: set VIDEO_COMPRESSION_MODE_CTRL_WC
|
||
- leds: trigger: Unregister sysfs attributes before calling deactivate()
|
||
- media: imx-jpeg: Drop initial source change event if capture has been setup
|
||
- drm/mediatek: Add OVL compatible name for MT8195
|
||
- drm/mediatek: Turn off the layers with zero width or height
|
||
- drm/mediatek: Fix destination alpha error in OVL
|
||
- drm/mediatek: Fix XRGB setting error in Mixer
|
||
- drm/mediatek: Fix XRGB setting error in OVL
|
||
- drm/mediatek: Use 8-bit alpha in ETHDR
|
||
- drm/mediatek: Add missing plane settings when async update
|
||
- media: renesas: vsp1: Store RPF partition configuration per RPF instance
|
||
- media: renesas: vsp1: Fix _irqsave and _irq mix
|
||
- media: rcar-csi2: Cleanup subdevice in remove()
|
||
- media: rcar-csi2: Disable runtime_pm in probe error
|
||
- media: rcar-vin: Fix YUYV8_1X16 handling for CSI-2
|
||
- drm: zynqmp_kms: Fix AUX bus not getting unregistered
|
||
- drm: zynqmp_dpsub: Fix an error handling path in zynqmp_dpsub_probe()
|
||
- media: uvcvideo: Override default flags
|
||
- media: uvcvideo: Add quirk for invalid dev_sof in Logitech C920
|
||
- media: uvcvideo: Quirk for invalid dev_sof in Logitech C922
|
||
- media: uvcvideo: Disable autosuspend for Insta360 Link
|
||
- media: i2c: imx219: fix msr access command sequence
|
||
- saa7134: Unchecked i2c_transfer function result fixed
|
||
- ipmi: ssif_bmc: prevent integer overflow on 32bit systems
|
||
- x86/shstk: Make return uprobe work with shadow stack
|
||
- media: mediatek: vcodec: Handle invalid decoder vsi
|
||
- s390/uv: Don't call folio_wait_writeback() without a folio reference
|
||
- s390/mm: Convert gmap_make_secure to use a folio
|
||
- s390/mm: Convert make_page_secure to use a folio
|
||
- media: v4l: async: Fix NULL pointer dereference in adding ancillary links
|
||
- media: i2c: Fix imx412 exposure control
|
||
- media: imon: Fix race getting ictx->lock
|
||
- media: pci: ivtv: Add check for DMA map result
|
||
- drm/bridge: it6505: fix hibernate to resume no display issue
|
||
- drm/bridge: Fixed a DP link training bug
|
||
- drm/panel: boe-tv101wum-nl6: Check for errors on the NOP in prepare()
|
||
- drm/panel: boe-tv101wum-nl6: If prepare fails, disable GPIO before regulators
|
||
- drm/panel: himax-hx8394: Handle errors from mipi_dsi_dcs_set_display_on() better
|
||
- drm/amdgpu: Remove GC HW IP 9.3.0 from noretry=1
|
||
- drm/amdgpu: Check if NBIO funcs are NULL in amdgpu_device_baco_exit
|
||
- drm/amdgpu: Fix memory range calculation
|
||
- drm/amd/pm: Fix aldebaran pcie speed reporting
|
||
- drm/mipi-dsi: Fix theoretical int overflow in mipi_dsi_generic_write_seq()
|
||
- drm/mipi-dsi: Fix theoretical int overflow in mipi_dsi_dcs_write_seq()
|
||
- drm/amdkfd: Fix CU Masking for GFX 9.4.3
|
||
- drm/arm/komeda: Fix komeda probe failing if there are no links in the secondary pipeline
|
||
- drm/rockchip: vop2: Fix the port mux of VP2
|
||
- net: bridge: mst: Check vlan state for egress decision
|
||
- xdp: fix invalid wait context of page_pool_destroy()
|
||
- Bluetooth: btnxpuart: Add handling for boot-signature timeout errors
|
||
- Bluetooth: btintel: Refactor btintel_set_ppag()
|
||
- Bluetooth: hci_bcm4377: Use correct unit for timeouts
|
||
- selftests: forwarding: devlink_lib: Wait for udev events after reloading
|
||
- bpf: Eliminate remaining "make W=1" warnings in kernel/bpf/btf.o
|
||
- bna: adjust 'name' buf size of bna_tcb and bna_ccb structures
|
||
- bpf: annotate BTF show functions with __printf
|
||
- selftests/resctrl: Fix closing IMC fds on error and open-code R+W instead of loops
|
||
- selftests/resctrl: Convert perror() to ksft_perror() or ksft_print_msg()
|
||
- selftests/resctrl: Move run_benchmark() to a more fitting file
|
||
- selftests/bpf: Close obj in error path in xdp_adjust_tail
|
||
- selftests/bpf: Null checks for links in bpf_tcp_ca
|
||
- selftests/bpf: Close fd in error path in drop_on_reuseport
|
||
- locking/rwsem: Add __always_inline annotation to __down_write_common() and inlined callers
|
||
- wifi: virt_wifi: don't use strlen() in const context
|
||
- gss_krb5: Fix the error handling path for crypto_sync_skcipher_setkey
|
||
- wifi: virt_wifi: avoid reporting connection success with wrong SSID
|
||
- xfrm: call xfrm_dev_policy_delete when kill policy
|
||
- xfrm: fix netdev reference count imbalance
|
||
- wifi: rtw89: Fix array index mistake in rtw89_sta_info_get_iter()
|
||
- perf/x86/intel/cstate: Fix Alderlake/Raptorlake/Meteorlake
|
||
- perf: Fix default aux_watermark calculation
|
||
- perf: Prevent passing zero nr_pages to rb_alloc_aux()
|
||
- perf: Fix perf_aux_size() for greater-than 32-bit size
|
||
- perf/x86/intel/pt: Fix pt_topa_entry_for_page() address calculation
|
||
- bpftool: Mount bpffs when pinmaps path not under the bpffs
|
||
- wifi: rtl8xxxu: 8188f: Limit TX power index
|
||
- wifi: rtw89: 8852b: fix definition of KIP register number
|
||
- netfilter: nf_tables: rise cap on SELinux secmark context
|
||
- ipvs: Avoid unnecessary calls to skb_is_gso_sctp
|
||
- libbpf: Checking the btf_type kind when fixing variable offsets
|
||
- net: fec: Fix FEC_ECR_EN1588 being cleared on link-down
|
||
- net: fec: Refactor: #define magic constants
|
||
- udf: Fix bogus checksum computation in udf_rename()
|
||
- wifi: cfg80211: handle 2x996 RU allocation in cfg80211_calculate_bitrate_he()
|
||
- wifi: cfg80211: fix typo in cfg80211_calculate_bitrate_he()
|
||
- wifi: ath11k: fix wrong handling of CCMP256 and GCMP ciphers
|
||
- jump_label: Fix concurrency issues in static_key_slow_dec()
|
||
- perf/x86: Serialize set_attr_rdpmc()
|
||
- mlxsw: spectrum_acl: Fix ACL scale regression and firmware errors
|
||
- mlxsw: spectrum_acl_erp: Fix object nesting warning
|
||
- lib: objagg: Fix general protection fault
|
||
- udf: Fix lock ordering in udf_evict_inode()
|
||
- selftests/bpf: Check length of recv in test_sockmap
|
||
- net/smc: set rmb's SG_MAX_SINGLE_ALLOC limitation only when CONFIG_ARCH_NO_SG_CHAIN is defined
|
||
- tcp: fix races in tcp_v[46]_err()
|
||
- tcp: fix race in tcp_write_err()
|
||
- tcp: add tcp_done_with_error() helper
|
||
- wifi: ath12k: fix wrong definition of CE ring's base address
|
||
- wifi: ath11k: fix wrong definition of CE ring's base address
|
||
- wifi: ath11k: Update Qualcomm Innovation Center, Inc. copyrights
|
||
- wifi: ath12k: fix firmware crash during reo reinject
|
||
- wifi: ath12k: fix invalid memory access while processing fragmented packets
|
||
- wifi: ath12k: change DMA direction while mapping reinjected packets
|
||
- net: esp: cleanup esp_output_tail_tcp() in case of unsupported ESPINTCP
|
||
- selftests/bpf: Fix prog numbers in test_sockmap
|
||
- bpftool: Un-const bpf_func_info to fix it for llvm 17 and newer
|
||
- wifi: ath12k: Fix tx completion ring (WBM2SW) setup failure
|
||
- wifi: ath12k: Correct 6 GHz frequency value in rx status
|
||
- wifi: brcmsmac: LCN PHY code is used for BCM4313 2G-only device
|
||
- firmware: turris-mox-rwtm: Initialize completion before mailbox
|
||
- firmware: turris-mox-rwtm: Fix checking return value of wait_for_completion_timeout()
|
||
- firmware: turris-mox-rwtm: Do not complete if there are no waiters
|
||
- vmlinux.lds.h: catch .bss..L* sections into BSS")
|
||
- ARM: spitz: fix GPIO assignment for backlight
|
||
- m68k: cmpxchg: Fix return value for default case in __arch_xchg()
|
||
- cpufreq/amd-pstate: Fix the scaling_max_freq setting on shared memory CPPC systems
|
||
- arm64: dts: qcom: sm6350: Add missing qcom,non-secure-domain property
|
||
- arm64: dts: rockchip: fixes PHY reset for Lunzn Fastrhino R68S
|
||
- arm64: dts: rockchip: disable display subsystem for Lunzn Fastrhino R6xS
|
||
- arm64: dts: rockchip: remove unused usb2 nodes for Lunzn Fastrhino R6xS
|
||
- arm64: dts: rockchip: fix pmu_io supply for Lunzn Fastrhino R6xS
|
||
- arm64: dts: rockchip: fix usb regulator for Lunzn Fastrhino R6xS
|
||
- arm64: dts: rockchip: fix regulator name for Lunzn Fastrhino R6xS
|
||
- arm64: dts: rockchip: Add missing power-domains for rk356x vop_mmu
|
||
- x86/xen: Convert comma to semicolon
|
||
- arm64: dts: imx8mp: Fix pgc vpu locations
|
||
- arm64: dts: imx8mp: add HDMI power-domains
|
||
- arm64: dts: imx8mp: Fix pgc_mlmix location
|
||
- arm64: dts: imx8mp: Add NPU Node
|
||
- m68k: atari: Fix TT bootup freeze / unexpected (SCU) interrupt messages
|
||
- arm64: dts: renesas: r9a07g054: Add missing hypervisor virtual timer IRQ
|
||
- arm64: dts: renesas: r9a07g044: Add missing hypervisor virtual timer IRQ
|
||
- arm64: dts: renesas: r9a07g043u: Add missing hypervisor virtual timer IRQ
|
||
- arm64: dts: renesas: r8a779g0: Add missing hypervisor virtual timer IRQ
|
||
- arm64: dts: renesas: r8a779f0: Add missing hypervisor virtual timer IRQ
|
||
- arm64: dts: renesas: r8a779a0: Add missing hypervisor virtual timer IRQ
|
||
- arm64: dts: rockchip: Fix mic-in-differential usage on rk3568-evb1-v10
|
||
- arm64: dts: rockchip: Fix mic-in-differential usage on rk3566-roc-pc
|
||
- arm64: dts: rockchip: Drop invalid mic-in-differential on rk3568-rock-3a
|
||
- arm64: dts: amlogic: setup hdmi system clock
|
||
- arm64: dts: amlogic: add power domain to hdmitx
|
||
- arm64: dts: amlogic: gx: correct hdmi clocks
|
||
- arm64: dts: mediatek: mt8183-kukui-jacuzzi: Add ports node for anx7625
|
||
- arm64: dts: mediatek: mt8183-kukui: Fix the value of `dlg,jack-det-rate` mismatch
|
||
- arm64: dts: mediatek: mt7622: fix "emmc" pinctrl mux
|
||
- arm64: dts: mediatek: mt8192-asurada: Add off-on-delay-us for pp3300_mipibrdg
|
||
- arm64: dts: mediatek: mt8183-kukui: Drop bogus output-enable property
|
||
- arm64: dts: mediatek: mt8195: Fix GPU thermal zone name for SVS
|
||
- ARM: dts: imx6qdl-kontron-samx6i: fix PCIe reset polarity
|
||
- ARM: dts: imx6qdl-kontron-samx6i: fix SPI0 chip selects
|
||
- ARM: dts: imx6qdl-kontron-samx6i: fix board reset
|
||
- ARM: dts: imx6qdl-kontron-samx6i: fix PHY reset
|
||
- ARM: dts: imx6qdl-kontron-samx6i: fix phy-mode
|
||
- arm64: dts: amlogic: sm1: fix spdif compatibles
|
||
- arm64: dts: rockchip: Increase VOP clk rate on RK3328
|
||
- soc: qcom: pdr: fix parsing of domains lists
|
||
- soc: qcom: pdr: protect locator_addr with the main mutex
|
||
- soc: qcom: icc-bwmon: Fix refcount imbalance seen during bwmon_remove
|
||
- arm64: dts: qcom: qdu1000: Add secure qfprom node
|
||
- arm64: dts: qcom: qdu1000-idp: drop unused LLCC multi-ch-bit-off
|
||
- arm64: dts: ti: k3-am62-verdin: Drop McASP AFIFOs
|
||
- arm64: dts: ti: k3-am625-beagleplay: Drop McASP AFIFOs
|
||
- arm64: dts: ti: k3-am62x: Drop McASP AFIFOs
|
||
- memory: fsl_ifc: Make FSL_IFC config visible and selectable
|
||
- OPP: ti: Fix ti_opp_supply_probe wrong return values
|
||
- cpufreq: ti-cpufreq: Handle deferred probe with dev_err_probe()
|
||
- arm64: dts: qcom: qrb4210-rb2: make L9A always-on
|
||
- ARM: dts: stm32: Add arm,no-tick-in-suspend to STM32MP15xx STGEN timer
|
||
- ARM: dts: sunxi: remove duplicated entries in makefile
|
||
- soc: xilinx: rename cpu_number1 to dummy_cpu_number
|
||
- arm64: dts: qcom: sa8775p: mark ethernet devices as DMA-coherent
|
||
- arm64: dts: qcom: msm8996: specify UFS core_clk frequencies
|
||
- arm64: dts: rockchip: Update WIFi/BT related nodes on rk3308-rock-pi-s
|
||
- arm64: dts: rockchip: Add mdio and ethernet-phy nodes to rk3308-rock-pi-s
|
||
- arm64: dts: rockchip: Add pinctrl for UART0 to rk3308-rock-pi-s
|
||
- arm64: dts: rockchip: Add sdmmc related properties on rk3308-rock-pi-s
|
||
- soc: qcom: rpmh-rsc: Ensure irqs aren't disabled by rpmh_rsc_send_data() callers
|
||
- soc: qcom: pmic_glink: Handle the return value of pmic_glink_init
|
||
- arm64: dts: qcom: msm8998: enable adreno_smmu by default
|
||
- arm64: dts: qcom: sdm850-lenovo-yoga-c630: fix IPA firmware path
|
||
- arm64: dts: qcom: msm8996-xiaomi-common: drop excton from the USB PHY
|
||
- arm64: dts: qcom: sm8450: add power-domain to UFS PHY
|
||
- arm64: dts: qcom: sm8350: add power-domain to UFS PHY
|
||
- arm64: dts: qcom: sm8250: add power-domain to UFS PHY
|
||
- arm64: dts: qcom: sm8250: switch UFS QMP PHY to new style of bindings
|
||
- arm64: dts: qcom: sm6350: add power-domain to UFS PHY
|
||
- arm64: dts: qcom: sm6115: add power-domain to UFS PHY
|
||
- arm64: dts: qcom: sdm845: add power-domain to UFS PHY
|
||
- arm64: dts: qcom: sc8180x: add power-domain to UFS PHY
|
||
- arm64: dts: qcom: sc8180x: switch UFS QMP PHY to new style of bindings
|
||
- arm64: dts: qcom: sc8180x: Correct PCIe slave ports
|
||
- hwmon: (max6697) Fix swapped temp{1,8} critical alarms
|
||
- hwmon: (max6697) Fix underflow when writing limit attributes
|
||
- pwm: atmel-tcb: Fix race condition and convert to guards
|
||
- drm/meson: fix canvas release in bind function
|
||
- nvmet-auth: fix nvmet_auth hash error handling
|
||
- pwm: stm32: Always do lazy disabling
|
||
- md: Don't wait for MD_RECOVERY_NEEDED for HOT_REMOVE_DISK ioctl
|
||
- block/mq-deadline: Fix the tag reservation code
|
||
- block: Call .limit_depth() after .hctx has been set
|
||
- hwmon: (adt7475) Fix default duty on fan is disabled
|
||
- x86/platform/iosf_mbi: Convert PCIBIOS_* return codes to errnos
|
||
- x86/pci/xen: Fix PCIBIOS_* return code handling
|
||
- x86/pci/intel_mid_pci: Fix PCIBIOS_* return code handling
|
||
- x86/of: Return consistent error type from x86_of_pci_irq_enable()
|
||
- hfsplus: fix to avoid false alarm of circular locking
|
||
- x86/kconfig: Add as-instr64 macro to properly evaluate AS_WRUSS
|
||
- block: initialize integrity buffer to zero before writing it to media
|
||
- ubd: untagle discard vs write zeroes not support handling
|
||
- ubd: refactor the interrupt handler
|
||
- platform/chrome: cros_ec_debugfs: fix wrong EC message version
|
||
- md: fix deadlock between mddev_suspend and flush bio
|
||
- rcu/tasks: Fix stale task snaphot for Tasks Trace
|
||
- EDAC, i10nm: make skx_common.o a separate module
|
||
- spi: atmel-quadspi: Add missing check for clk_prepare
|
||
- spi: spi-microchip-core: Fix the number of chip selects supported
|
||
- powerpc/configs: Update defconfig with now user-visible CONFIG_FSL_IFC
|
||
- ALSA: seq: ump: Skip useless ports for static blocks
|
||
- ALSA: pcm_dmaengine: Don't synchronize DMA channel when DMA is paused
|
||
- arm64: dts: qcom: sdm630: Disable SS instance in Parkmode for USB
|
||
- arm64: dts: qcom: ipq6018: Disable SS instance in Parkmode for USB
|
||
- arm64: dts: qcom: sm6350: Disable SS instance in Parkmode for USB
|
||
- arm64: dts: qcom: msm8996: Disable SS instance in Parkmode for USB
|
||
- arm64: dts: qcom: qrb4210-rb2: switch I2C2 to i2c-gpio
|
||
- ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book Pro 360
|
||
- ALSA: hda/realtek: Enable headset mic on Positivo SU C1400
|
||
- usb: gadget: midi2: Fix incorrect default MIDI2 protocol setup
|
||
- jfs: don't walk off the end of ealist
|
||
- ocfs2: add bounds checking to ocfs2_check_dir_entry()
|
||
- cachefiles: fix slab-use-after-free in cachefiles_withdraw_cookie()
|
||
- cachefiles: fix slab-use-after-free in fscache_withdraw_volume()
|
||
- netfs, fscache: export fscache_put_volume() and add fscache_try_get_volume()
|
||
- wifi: iwlwifi: mvm: don't wake up rx_sync_waitq upon RFKILL
|
||
- wifi: mac80211: disable softirqs for queued frame handling
|
||
- wifi: cfg80211: wext: set ssids=NULL for passive scans
|
||
- of/irq: Disable "interrupt-map" parsing for PASEMI Nemo
|
||
- mm: page_ref: remove folio_try_get_rcu()
|
||
- ARM: 9324/1: fix get_user() broken with veneer
|
||
- cifs: fix noisy message on copy_file_range
|
||
- ALSA: hda: Use imply for suggesting CONFIG_SERIAL_MULTI_INSTANTIATE
|
||
- spi: mux: set ctlr->bits_per_word_mask
|
||
- selftests/bpf: Extend tcx tests to cover late tcx_entry release
|
||
- hfsplus: fix uninit-value in copy_name
|
||
- selftests/vDSO: fix clang build errors and warnings
|
||
- selftest/timerns: fix clang build failures for abs() calls
|
||
- ASoC: SOF: Intel: hda-pcm: Limit the maximum number of periods by MAX_BDL_ENTRIES
|
||
- ksmbd: return FILE_DEVICE_DISK instead of super magic
|
||
- spi: imx: Don't expect DMA for i.MX{25,35,50,51,53} cspi devices
|
||
- riscv: stacktrace: fix usage of ftrace_graph_ret_addr()
|
||
- drivers/perf: riscv: Reset the counter to hpmevent mapping while starting cpus
|
||
- wifi: iwlwifi: properly set WIPHY_FLAG_SUPPORTS_EXT_KEK_KCK
|
||
- fs: better handle deep ancestor chains in is_subdir()
|
||
- drm/radeon: check bo_va->bo is non-NULL before using it
|
||
- drm/amd/display: Fix refresh rate range for some panel
|
||
- drm/amd/display: Account for cursor prefetch BW in DML1 mode support
|
||
- drm/amd/display: Add refresh rate range check
|
||
- erofs: ensure m_llen is reset to 0 if metadata is invalid
|
||
- Bluetooth: btnxpuart: Enable Power Save feature on startup
|
||
- tee: optee: ffa: Fix missing-field-initializers warning
|
||
- scsi: libsas: Fix exp-attached device scan after probe failure scanned in again after probe failed
|
||
- powerpc/pseries: Whitelist dtl slub object for copying to userspace
|
||
- net: mac802154: Fix racy device stats updates by DEV_STATS_INC() and DEV_STATS_ADD()
|
||
- net: usb: qmi_wwan: add Telit FN912 compositions
|
||
- ASoC: amd: yc: Fix non-functional mic on ASUS M5602RA
|
||
- ALSA: dmaengine_pcm: terminate dmaengine before synchronize
|
||
- ALSA: hda/relatek: Enable Mute LED on HP Laptop 15-gw0xxx
|
||
- ALSA: PCM: Allow resume only for suspended streams
|
||
- ibmvnic: Add tx check to prevent skb leak
|
||
- btrfs: qgroup: fix quota root leak after quota disable failure
|
||
- platform/x86: lg-laptop: Use ACPI device handle when evaluating WMAB/WMBB
|
||
- platform/x86: lg-laptop: Change ACPI device id
|
||
- platform/x86: lg-laptop: Remove LGEX0815 hotkey handling
|
||
- platform/x86: wireless-hotkey: Add support for LG Airplane Button
|
||
- platform/mellanox: nvsw-sn2201: Add check for platform_device_add_resources
|
||
- s390/sclp: Fix sclp_init() cleanup on failure
|
||
- octeontx2-pf: Fix coverity and klockwork issues in octeon PF driver
|
||
- gpio: pca953x: fix pca953x_irq_bus_sync_unlock race
|
||
- can: kvaser_usb: fix return value for hif_usb_send_regout
|
||
- Input: ads7846 - use spi_device_id table
|
||
- nvme: fix NVME_NS_DEAC may incorrectly identifying the disk as EXT_LBA.
|
||
- ASoC: rt722-sdca-sdw: add debounce time for type detection
|
||
- ASoC: SOF: sof-audio: Skip unprepare for in-use widgets on error rollback
|
||
- ASoC: ti: omap-hdmi: Fix too long driver name
|
||
- ASoC: ti: davinci-mcasp: Set min period size using FIFO config
|
||
- ALSA: dmaengine: Synchronize dma channel after drop()
|
||
- bytcr_rt5640 : inverse jack detect for Archos 101 cesium
|
||
- Input: xpad - add support for ASUS ROG RAIKIRI PRO
|
||
- ASoC: rt722-sdca-sdw: add silence detection register as volatile
|
||
- Input: i8042 - add Ayaneo Kun to i8042 quirk table
|
||
- Input: elantech - fix touchpad state on resume for Lenovo N24
|
||
- mips: fix compat_sys_lseek syscall
|
||
- ALSA: hda: cs35l56: Select SERIAL_MULTI_INSTANTIATE
|
||
- drm/amdgpu: Indicate CU havest info to CP
|
||
- selftests: openvswitch: Set value to nla flags.
|
||
- cpumask: limit FORCE_NR_CPUS to just the UP case
|
||
- spi: Fix OCTAL mode support
|
||
- ALSA: hda/realtek: Add more codec ID to no shutup pins list
|
||
- drm/vmwgfx: Fix missing HYPERVISOR_GUEST dependency
|
||
- KVM: PPC: Book3S HV: Prevent UAF in kvm_spapr_tce_attach_iommu_group()
|
||
- ALSA: hda/realtek: Support Lenovo Thinkbook 16P Gen 5
|
||
- ALSA: hda: cs35l56: Fix lifecycle of codec pointer
|
||
- nvmet: always initialize cqe.result
|
||
- nvme: avoid double free special payload
|
||
- drm/mediatek: Call drm_atomic_helper_shutdown() at shutdown time
|
||
- drm: panel-orientation-quirks: Add quirk for Aya Neo KUN
|
||
- drm/exynos: dp: drop driver owner initialization
|
||
- iomap: Fix iomap_adjust_read_range for plen calculation
|
||
- mei: demote client disconnect warning on suspend to debug
|
||
- fs/file: fix the check in find_next_fd()
|
||
- nfs: don't invalidate dentries on transient errors
|
||
- nfs: Avoid flushing many pages with NFS_FILE_SYNC
|
||
- nfs: propagate readlink errors in nfs_symlink_filler
|
||
- HID: Ignore battery for ELAN touchscreens 2F2C and 4116
|
||
- input: Add support for "Do Not Disturb"
|
||
- input: Add event code for accessibility key
|
||
- kconfig: remove wrong expr_trans_bool()
|
||
- kconfig: gconf: give a proper initial state to the Save button
|
||
- ila: block BH in ila_output()
|
||
- net: ipv6: rpl_iptunnel: block BH in rpl_output() and rpl_input()
|
||
- Input: silead - Always support 10 fingers
|
||
- of/irq: Factor out parsing of interrupt-map parent phandle+args from of_irq_parse_raw()
|
||
- selftests/futex: pass _GNU_SOURCE without a value to the compiler
|
||
- selftests/openat2: Fix build warnings on ppc64
|
||
- selftests: cachestat: Fix build warnings on ppc64
|
||
- wifi: mac80211: fix UBSAN noise in ieee80211_prep_hw_scan()
|
||
- wifi: iwlwifi: mvm: Fix scan abort handling with HW rfkill
|
||
- wifi: iwlwifi: mvm: properly set 6 GHz channel direct probe option
|
||
- wifi: iwlwifi: mvm: handle BA session teardown in RF-kill
|
||
- wifi: iwlwifi: mvm: Handle BIGTK cipher in kek_kck cmd
|
||
- wifi: iwlwifi: mvm: remove stale STA link data during restart
|
||
- wifi: iwlwifi: mvm: d3: fix WoWLAN command version lookup
|
||
- wifi: cfg80211: fix 6 GHz scan request building
|
||
- wifi: mac80211: handle tasklet frames before stopping
|
||
- wifi: mac80211: apply mcast rate only if interface is up
|
||
- wifi: mac80211: mesh: init nonpeer_pm to active by default in mesh sdata
|
||
- tools/power/cpupower: Fix Pstate frequency reporting on AMD Family 1Ah CPUs
|
||
- ACPI: EC: Avoid returning AE_OK on errors in address space handler
|
||
- ACPI: EC: Abort address space access upon error
|
||
- efi/libstub: zboot.lds: Discard .discard sections
|
||
- scsi: qedf: Set qed_slowpath_params to zero before use
|
||
- scsi: qedf: Wait for stag work during unload
|
||
- scsi: qedf: Don't process stag work during unload and recovery
|
||
- scsi: sr: Fix unintentional arithmetic wraparound
|
||
- scsi: core: alua: I/O errors for ALUA state transitions
|
||
- filelock: Remove locks reliably when fcntl/close race is detected
|
||
- i2c: rcar: fix error code in probe()
|
||
- kbuild: Make ld-version.sh more robust against version string changes
|
||
- x86/bhi: Avoid warning in #DB handler due to BHI mitigation
|
||
- x86/entry/64: Remove obsolete comment on tracing vs. SYSRET
|
||
- x86/entry: Rename ignore_sysret()
|
||
- i2c: rcar: clear NO_RXDMA flag after resetting
|
||
- i2c: testunit: avoid re-issued work after read message
|
||
- i2c: rcar: ensure Gen3+ reset does not disturb local targets
|
||
- i2c: rcar: introduce Gen4 devices
|
||
- i2c: rcar: reset controller is mandatory for Gen3+
|
||
- i2c: mark HostNotify target address as used
|
||
- i2c: rcar: bring hardware to known state when probing
|
||
- btrfs: tree-checker: add type and sequence check for inline backrefs
|
||
- ext4: avoid ptr null pointer dereference
|
||
- nilfs2: fix kernel bug on rename operation of broken directory
|
||
- selftests/net: fix gro.c compilation failure due to non-existent opt_ipproto_off
|
||
- mm/damon/core: merge regions aggressively when max_nr_regions is unmet
|
||
- mm/shmem: disable PMD-sized page cache if needed
|
||
- misc: fastrpc: Restrict untrusted app to attach to privileged PD
|
||
- misc: fastrpc: Fix ownership reassignment of remote heap
|
||
- misc: fastrpc: Fix memory leak in audio daemon attach operation
|
||
- misc: fastrpc: Copy the complete capability structure to user
|
||
- misc: fastrpc: Avoid updating PD type for capability request
|
||
- misc: fastrpc: Fix DSP capabilities request
|
||
- wireguard: send: annotate intentional data race in checking empty queue
|
||
- wireguard: queueing: annotate intentional data race in cpu round robin
|
||
- wireguard: allowedips: avoid unaligned 64-bit memory accesses
|
||
- wireguard: selftests: use acpi=off instead of -no-acpi for recent QEMU
|
||
- cpufreq: Allow drivers to advertise boost enabled
|
||
- cpufreq: ACPI: Mark boost policy as enabled when setting boost
|
||
- ACPI: processor_idle: Fix invalid comparison with insertion sort for latency
|
||
- libceph: fix race between delayed_work() and ceph_monc_stop()
|
||
- pmdomain: qcom: rpmhpd: Skip retention level for Power Domains
|
||
- Fix userfaultfd_api to return EINVAL as expected
|
||
- ALSA: hda/realtek: Limit mic boost on VAIO PRO PX
|
||
- ALSA: hda/realtek: Enable Mute LED on HP 250 G7
|
||
- ALSA: hda/realtek: add quirk for Clevo V5[46]0TU
|
||
- tty: serial: ma35d1: Add a NULL check for of_node
|
||
- platform/x86: toshiba_acpi: Fix array out-of-bounds access
|
||
- nvmem: core: only change name to fram for current attribute
|
||
- nvmem: meson-efuse: Fix return value of nvmem callbacks
|
||
- nvmem: rmem: Fix return value of rmem_read()
|
||
- arm64: dts: qcom: sc8280xp-x13s: fix touchscreen power on
|
||
- arm64: dts: qcom: sa8775p: Correct IRQ number of EL2 non-secure physical timer
|
||
- iio: trigger: Fix condition for own trigger
|
||
- ksmbd: discard write access to the directory open
|
||
- mm/filemap: make MAX_PAGECACHE_ORDER acceptable to xarray
|
||
- mm/filemap: skip to create PMD-sized page cache if needed
|
||
- mm: vmalloc: check if a hash-index is in cpu_possible_mask
|
||
- s390/mm: Add NULL pointer check to crst_table_free() base_crst_free()
|
||
- xhci: always resume roothubs if xHC was reset during resume
|
||
- hpet: Support 32-bit userspace
|
||
- misc: microchip: pci1xxxx: Fix return value of nvmem callbacks
|
||
- USB: core: Fix duplicate endpoint bug by clearing reserved bits in the descriptor
|
||
- usb: gadget: configfs: Prevent OOB read/write in usb_string_copy()
|
||
- usb: dwc3: pci: add support for the Intel Panther Lake
|
||
- USB: Add USB_QUIRK_NO_SET_INTF quirk for START BP-850k
|
||
- USB: serial: mos7840: fix crash on resume
|
||
- USB: serial: option: add Rolling RW350-GL variants
|
||
- USB: serial: option: add Netprisma LCUK54 series modules
|
||
- USB: serial: option: add support for Foxconn T99W651
|
||
- USB: serial: option: add Fibocom FM350-GL
|
||
- USB: serial: option: add Telit FN912 rmnet compositions
|
||
- USB: serial: option: add Telit generic core-dump composition
|
||
- net: ks8851: Fix potential TX stall after interface reopen
|
||
- net: ks8851: Fix deadlock with the SPI chip variant
|
||
- Revert "sched/fair: Make sure to try to detach at least one movable task"
|
||
- cifs: fix setting SecurityFlags to true
|
||
- octeontx2-af: fix issue with IPv4 match for RSS
|
||
- octeontx2-af: fix issue with IPv6 ext match for RSS
|
||
- octeontx2-af: fix detection of IP layer
|
||
- octeontx2-af: fix a issue with cpt_lf_alloc mailbox
|
||
- octeontx2-af: replace cpt slot with lf id on reg write
|
||
- i40e: fix: remove needless retries of NVM update
|
||
- ARM: davinci: Convert comma to semicolon
|
||
- ASoC: SOF: Intel: hda: fix null deref on system suspend entry
|
||
- firmware: cs_dsp: Prevent buffer overrun when processing V2 alg headers
|
||
- firmware: cs_dsp: Validate payload length before processing block
|
||
- firmware: cs_dsp: Return error if block header overflows file
|
||
- arm64: dts: qcom: sc8180x: Fix LLCC reg property again
|
||
- s390: Mark psw in __load_psw_mask() as __unitialized
|
||
- net, sunrpc: Remap EPERM in case of connection failure in xs_tcp_setup_socket
|
||
- ethtool: netlink: do not return SQI value if link is down
|
||
- net: ethernet: mtk-star-emac: set mac_managed_pm when probing
|
||
- bpf: Fail bpf_timer_cancel when callback is being cancelled
|
||
- bpf: replace bpf_timer_init with a generic helper
|
||
- bpf: make timer data struct more generic
|
||
- bpf: fix order of args in call to bpf_map_kvcalloc
|
||
- i40e: Fix XDP program unloading while removing the driver
|
||
- octeontx2-af: Fix incorrect value output on error path in rvu_check_rsrc_availability()
|
||
- net: phy: microchip: lan87xx: reinit PHY after cable test
|
||
- tcp: fix incorrect undo caused by DSACK of TLP retransmit
|
||
- net: bcmasp: Fix error code in probe()
|
||
- vfs: don't mod negative dentry count when on shrinker list
|
||
- fs/dcache: Re-use value stored to dentry->d_flags instead of re-reading
|
||
- dsa: lan9303: Fix mapping between DSA port number and PHY address
|
||
- cachefiles: add missing lock protection when polling
|
||
- cachefiles: cyclic allocation of msg_id to avoid reuse
|
||
- cachefiles: wait for ondemand_object_worker to finish when dropping object
|
||
- cachefiles: cancel all requests for the object that is being dropped
|
||
- cachefiles: stop sending new request when dropping object
|
||
- cachefiles: propagate errors from vfs_getxattr() to avoid infinite loop
|
||
- scsi: ufs: core: Fix ufshcd_abort_one racing issue
|
||
- scsi: ufs: core: Fix ufshcd_clear_cmd racing issue
|
||
- mm: prevent derefencing NULL ptr in pfn_section_valid()
|
||
- Compiler Attributes: Add __uninitialized macro
|
||
- !10610 wifi: cfg80211: wext: add extra SIOCSIWSCAN data check
|
||
- wifi: cfg80211: wext: add extra SIOCSIWSCAN data check
|
||
- !10599 ppp: reject claimed-as-LCP but actually malformed packets
|
||
- ppp: reject claimed-as-LCP but actually malformed packets
|
||
- !10539 tun: add missing verification for short frame
|
||
- tun: add missing verification for short frame
|
||
- !10538 tap: add missing verification for short frame
|
||
- tap: add missing verification for short frame
|
||
- !10555 skmsg: Skip zero length skb in sk_msg_recvmsg
|
||
- skmsg: Skip zero length skb in sk_msg_recvmsg
|
||
- !10596 net: ethernet: lantiq_etop: fix double free in detach
|
||
- net: ethernet: lantiq_etop: fix double free in detach
|
||
- !10517 mm/dynamic_pool: two bugfix about THP and migration
|
||
- mm/dynamic_pool: check page_from_dynamic_pool() on migration
|
||
- mm/dynamic_pool: replace task_in_dynamic_pool() with mm_in_dynamic_pool()
|
||
- !10579 Fix CVE-2024-41062
|
||
- Bluetooth: Fix usage of __hci_cmd_sync_status
|
||
- Bluetooth: L2CAP: Fix deadlock
|
||
- bluetooth/l2cap: sync sock recv cb and release
|
||
- !10545 bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()
|
||
- bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()
|
||
- !10547 powerpc/eeh: avoid possible crash when edev->pdev changes
|
||
- powerpc/eeh: avoid possible crash when edev->pdev changes
|
||
- !10470 Make cpuset.cpus.exclusive independent of cpuset.cpus
|
||
- cgroup/cpuset: Make cpuset.cpus.exclusive independent of cpuset.cpus
|
||
- cgroup/cpuset: Delay setting of CS_CPU_EXCLUSIVE until valid partition
|
||
- cgroup/cpuset: Documentation update for partition
|
||
- !10443 v2 cxl/mem: Fix no cxl_nvd during pmem region auto-assembling
|
||
- cxl/mem: Fix no cxl_nvd during pmem region auto-assembling
|
||
- !10351 bpf: Fix null-pointer-deref in resolve_prog_type()
|
||
- selftests/bpf: Test for null-pointer-deref bugfix in resolve_prog_type()
|
||
- bpf: Fix null pointer dereference in resolve_prog_type() for BPF_PROG_TYPE_EXT
|
||
- !10401 firmware: cs_dsp: Use strnlen() on name fields in V1 wmfw files
|
||
- firmware: cs_dsp: Use strnlen() on name fields in V1 wmfw files
|
||
- !10512 powerpc: Avoid nmi_enter/nmi_exit in real mode interrupt.
|
||
- powerpc: Avoid nmi_enter/nmi_exit in real mode interrupt.
|
||
- !10524 Bluetooth: hci_core: cancel all works upon hci_unregister_dev()
|
||
- Bluetooth: hci_core: cancel all works upon hci_unregister_dev()
|
||
- !10486 fix CVE-2024-42086
|
||
- iio: chemical: bme680: Fix overflows in compensate() functions
|
||
- !10466 null_blk: fix validation of block size
|
||
- null_blk: fix validation of block size
|
||
- !10480 ALSA: emux: improve patch ioctl data validation
|
||
- ALSA: emux: improve patch ioctl data validation
|
||
- !10385 firmware: cs_dsp: Fix overflow checking of wmfw header
|
||
- firmware: cs_dsp: Fix overflow checking of wmfw header
|
||
- !10403 Fix CVE-2024-41069
|
||
- ASoC: topology: Fix route memory corruption
|
||
- ASoC: topology: Do not assign fields that are already set
|
||
- ASoC: topology: Fix references to freed memory
|
||
- !10474 jffs2: Fix potential illegal address access in jffs2_free_inode
|
||
- jffs2: Fix potential illegal address access in jffs2_free_inode
|
||
- !10463 io_uring: fix possible deadlock in io_register_iowq_max_workers()
|
||
- io_uring: fix possible deadlock in io_register_iowq_max_workers()
|
||
- !10456 NFSv4: Fix memory leak in nfs4_set_security_label
|
||
- NFSv4: Fix memory leak in nfs4_set_security_label
|
||
- !10450 fs/ntfs3: Validate ff offset
|
||
- fs/ntfs3: Validate ff offset
|
||
- !10394 filelock: Fix fcntl/close race recovery compat path
|
||
- filelock: Fix fcntl/close race recovery compat path
|
||
- !10496 PCI/MSI: Fix UAF in msi_capability_init
|
||
- PCI/MSI: Fix UAF in msi_capability_init
|
||
- !10380 filelock: fix potential use-after-free in posix_lock_inode
|
||
- filelock: fix potential use-after-free in posix_lock_inode
|
||
- !10378 fs/ntfs3: Add a check for attr_names and oatbl
|
||
- fs/ntfs3: Add a check for attr_names and oatbl
|
||
- !10491 Bluetooth: ISO: Check socket flag instead of hcon
|
||
- Bluetooth: ISO: Check socket flag instead of hcon
|
||
- !10495 drm/amdgpu: Using uninitialized value *size when calling amdgpu_vce_cs_reloc
|
||
- drm/amdgpu: Using uninitialized value *size when calling amdgpu_vce_cs_reloc
|
||
- !10442 net/sched: Fix UAF when resolving a clash
|
||
- net/sched: Fix UAF when resolving a clash
|
||
- !10457 udp: Set SOCK_RCU_FREE earlier in udp_lib_get_port().
|
||
- udp: Set SOCK_RCU_FREE earlier in udp_lib_get_port().
|
||
- !10371 iommu/arm-smmu-v3: Reducing the CMD_SYNC times
|
||
- iommu/arm-smmu-v3: Reducing the CMD_SYNC times
|
||
- !10228 PCI/ROM: Fix PCI ROM header check bug
|
||
- PCI/ROM: Fix PCI ROM header check bug
|
||
- !10416 [sync] PR-10408: iommu/arm-smmu-v3: Fix the compile warning
|
||
- iommu/arm-smmu-v3: Fix the compile warning
|
||
- !9824 fix CVE-2024-39486
|
||
- drm/drm_file: Fix pid refcounting race
|
||
- !10388 ovl: simplify ovl_parse_param_lowerdir()
|
||
- ovl: ovl_parse_param_lowerdir: Add missed '
|
||
- ovl: fix wrong lowerdir number check for parameter Opt_lowerdir
|
||
- ovl: pass string to ovl_parse_layer()
|
||
- !10507 Backport 6.6.35-40 LTS patches from upstream
|
||
- Revert "usb: xhci: prevent potential failure in handle_tx_event() for Transfer events without TRB"
|
||
- nilfs2: fix incorrect inode allocation from reserved inodes
|
||
- null_blk: Do not allow runt zone with zone capacity smaller then zone size
|
||
- drm/amdgpu: silence UBSAN warning
|
||
- ALSA: ump: Set default protocol when not given explicitly
|
||
- spi: cadence: Ensure data lines set to low during dummy-cycle period
|
||
- nfc/nci: Add the inconsistency check between the input data length and count
|
||
- kbuild: fix short log for AS in link-vmlinux.sh
|
||
- nvmet: fix a possible leak when destroy a ctrl during qp establishment
|
||
- platform/x86: touchscreen_dmi: Add info for the EZpad 6s Pro
|
||
- platform/x86: touchscreen_dmi: Add info for GlobalSpace SolT IVW 11.6" tablet
|
||
- regmap-i2c: Subtract reg size from max_write
|
||
- nvme: adjust multiples of NVME_CTRL_PAGE_SIZE in offset
|
||
- connector: Fix invalid conversion in cn_proc.h
|
||
- dma-mapping: benchmark: avoid needless copy_to_user if benchmark fails
|
||
- nvme-multipath: find NUMA path only for online numa-node
|
||
- vhost-scsi: Handle vhost_vq_work_queue failures for events
|
||
- ALSA: hda/realtek: Enable headset mic of JP-IK LEAP W502 with ALC897
|
||
- fs/ntfs3: Mark volume as dirty if xattr is broken
|
||
- i2c: pnx: Fix potential deadlock warning from del_timer_sync() call in isr
|
||
- clk: mediatek: mt8183: Only enable runtime PM on mt8183-mfgcfg
|
||
- clk: qcom: clk-alpha-pll: set ALPHA_EN bit for Stromer Plus PLLs
|
||
- clk: qcom: gcc-sm6350: Fix gpll6* & gpll7 parents
|
||
- media: dw2102: fix a potential buffer overflow
|
||
- arm64: dts: rockchip: Fix the DCDC_REG2 minimum voltage on Quartz64 Model B
|
||
- bnx2x: Fix multiple UBSAN array-index-out-of-bounds
|
||
- net: stmmac: dwmac-qcom-ethqos: fix error array size
|
||
- mtd: rawnand: rockchip: ensure NVDDR timings are rejected
|
||
- mtd: rawnand: Bypass a couple of sanity checks during NAND identification
|
||
- mtd: rawnand: Fix the nand_read_data_op() early check
|
||
- mtd: rawnand: Ensure ECC configuration is propagated to upper layers
|
||
- powerpc/64s: Fix unnecessary copy to 0 when kernel is booted at address 0
|
||
- powerpc/pseries: Fix scv instruction crash with kexec
|
||
- clk: sunxi-ng: common: Don't call hw_to_ccu_common on hw without common
|
||
- clk: qcom: gcc-ipq9574: Add BRANCH_HALT_VOTED flag
|
||
- drm: panel-orientation-quirks: Add quirk for Valve Galileo
|
||
- drm/amdgpu/atomfirmware: silence UBSAN warning
|
||
- drm/nouveau: fix null pointer dereference in nouveau_connector_get_modes
|
||
- Revert "mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), again"
|
||
- fsnotify: Do not generate events for O_PATH file descriptors
|
||
- can: kvaser_usb: Explicitly initialize family in leafimx driver_info struct
|
||
- Bluetooth: qca: Fix BT enable failure again for QCA6390 after warm reboot
|
||
- Bluetooth: hci_bcm4377: Fix msgid release
|
||
- scsi: mpi3mr: Use proper format specifier in mpi3mr_sas_port_add()
|
||
- f2fs: Add inline to f2fs_build_fault_attr() stub
|
||
- btrfs: fix adding block group to a reclaim list and the unused list during reclaim
|
||
- mm: avoid overflows in dirty throttling logic
|
||
- mm: optimize the redundant loop of mm_update_owner_next()
|
||
- nilfs2: add missing check for inode numbers on directory entries
|
||
- nilfs2: fix inode number range checks
|
||
- Revert "igc: fix a log entry using uninitialized netdev"
|
||
- platform/x86: toshiba_acpi: Fix quickstart quirk handling
|
||
- cpu: Fix broken cmdline "nosmp" and "maxcpus=0"
|
||
- gpiolib: of: add polarity quirk for TSC2005
|
||
- mlxsw: core_linecards: Fix double memory deallocation in case of invalid INI file
|
||
- inet_diag: Initialize pad field in struct inet_diag_req_v2
|
||
- selftests: make order checking verbose in msg_zerocopy selftest
|
||
- selftests: fix OOM in msg_zerocopy selftest
|
||
- netfilter: nf_tables: unconditionally flush pending work before notifier
|
||
- riscv: kexec: Avoid deadlock in kexec crash path
|
||
- wifi: wilc1000: fix ies_len type in connect path
|
||
- gpio: mmio: do not calculate bgpio_bits via "ngpios"
|
||
- net: ntb_netdev: Move ntb_netdev_rx_handler() to call netif_rx() from __netif_rx()
|
||
- net: txgbe: initialize num_q_vectors for MSI/INTx interrupts
|
||
- gpiolib: of: fix lookup quirk for MIPS Lantiq
|
||
- e1000e: Fix S0ix residency on corporate systems
|
||
- KVM: s390: fix LPSWEY handling
|
||
- tcp_metrics: validate source addr length
|
||
- bluetooth/hci: disallow setting handle bigger than HCI_CONN_HANDLE_MAX
|
||
- Bluetooth: ISO: Check socket flag instead of hcon
|
||
- Bluetooth: Ignore too large handle values in BIG
|
||
- Bluetooth: hci_event: Fix setting of unicast qos interval
|
||
- net/mlx5e: Add mqprio_rl cleanup and free in mlx5e_priv_cleanup()
|
||
- net/mlx5: E-switch, Create ingress ACL when needed
|
||
- UPSTREAM: tcp: fix DSACK undo in fast recovery to call tcp_try_to_open()
|
||
- net: phy: phy_device: Fix PHY LED blinking code comment
|
||
- mac802154: fix time calculation in ieee802154_configure_durations()
|
||
- vhost_task: Handle SIGKILL by flushing work and exiting
|
||
- vhost: Release worker mutex during flushes
|
||
- vhost: Use virtqueue mutex for swapping worker
|
||
- tools/power turbostat: Remember global max_die_id
|
||
- cdrom: rearrange last_media_change check to avoid unintentional overflow
|
||
- btrfs: scrub: initialize ret in scrub_simple_mirror() to fix compilation warning
|
||
- s390/pkey: Wipe sensitive data on failure
|
||
- jffs2: Fix potential illegal address access in jffs2_free_inode
|
||
- serial: imx: Raise TX trigger level to 8
|
||
- scsi: mpi3mr: Sanitise num_phys
|
||
- f2fs: check validation of fault attrs in f2fs_build_fault_attr()
|
||
- bpf: Avoid uninitialized value in BPF_CORE_READ_BITFIELD
|
||
- igc: fix a log entry using uninitialized netdev
|
||
- selftests/net: fix uninitialized variables
|
||
- powerpc/xmon: Check cpu id in commands "c#", "dp#" and "dx#"
|
||
- kunit: Fix timeout message
|
||
- orangefs: fix out-of-bounds fsid access
|
||
- powerpc/64: Set _IO_BASE to POISON_POINTER_DELTA not 0 for CONFIG_PCI=n
|
||
- i2c: i801: Annotate apanel_addr as __ro_after_init
|
||
- media: dvb-frontends: tda10048: Fix integer overflow
|
||
- media: s2255: Use refcount_t instead of atomic_t for num_channels
|
||
- media: dvb-frontends: tda18271c2dd: Remove casting during div
|
||
- net: dsa: mv88e6xxx: Correct check for empty list
|
||
- thermal/drivers/mediatek/lvts_thermal: Check NULL ptr on lvts_data
|
||
- wifi: mt76: mt7996: add sanity checks for background radar trigger
|
||
- wifi: mt76: replace skb_put with skb_put_zero
|
||
- usb: xhci: prevent potential failure in handle_tx_event() for Transfer events without TRB
|
||
- Input: ff-core - prefer struct_size over open coded arithmetic
|
||
- firmware: dmi: Stop decoding on broken entry
|
||
- sctp: prefer struct_size over open coded arithmetic
|
||
- riscv: Apply SiFive CIP-1200 workaround to single-ASID sfence.vma
|
||
- media: dw2102: Don't translate i2c read into write
|
||
- drm/amdgpu: fix the warning about the expression (int)size - len
|
||
- drm/amdgpu: fix uninitialized scalar variable warning
|
||
- drm/amd/display: Fix uninitialized variables in DM
|
||
- drm/amd/display: Skip finding free audio for unknown engine_id
|
||
- drm/amd/display: Check pipe offset before setting vblank
|
||
- drm/amd/display: Check index msg_id before read or write
|
||
- drm/amdgpu: Initialize timestamp for some legacy SOCs
|
||
- drm/amdgpu: Using uninitialized value *size when calling amdgpu_vce_cs_reloc
|
||
- drm/amdgpu: Fix uninitialized variable warnings
|
||
- media: mediatek: vcodec: Only free buffer VA that is not NULL
|
||
- crypto: aead,cipher - zeroize key buffer after use
|
||
- RISC-V: KVM: Fix the initial sample period value
|
||
- selftests/bpf: dummy_st_ops should reject 0 for non-nullable params
|
||
- selftests/bpf: do not pass NULL for non-nullable params in dummy_st_ops
|
||
- selftests/bpf: adjust dummy_st_ops_success to detect additional error
|
||
- scsi: qedf: Make qedf_execute_tmf() non-preemptible
|
||
- IB/core: Implement a limit on UMAD receive List
|
||
- media: dvb-usb: dib0700_devices: Add missing release_firmware()
|
||
- media: dvb: as102-fe: Fix as10x_register_addr packing
|
||
- powerpc: Avoid nmi_enter/nmi_exit in real mode interrupt.
|
||
- drm/lima: fix shared irq handling on driver remove
|
||
- leds: an30259a: Use devm_mutex_init() for mutex initialization
|
||
- locking/mutex: Introduce devm_mutex_init()
|
||
- Revert "powerpc/bpf: rename powerpc64_jit_data to powerpc_jit_data"
|
||
- Revert "powerpc/bpf: use bpf_jit_binary_pack_[alloc|finalize|free]"
|
||
- tracing/net_sched: NULL pointer dereference in perf_trace_qdisc_reset()
|
||
- serial: 8250_omap: Fix Errata i2310 with RX FIFO level check
|
||
- serial: imx: only set receiver level if it is zero
|
||
- cxl/region: Avoid null pointer dereference in region lookup
|
||
- cxl/region: Move cxl_dpa_to_region() work to the region driver
|
||
- arm64: dts: rockchip: Add sound-dai-cells for RK3368
|
||
- arm64: dts: rockchip: fix PMIC interrupt pin on ROCK Pi E
|
||
- arm64: dts: rockchip: make poweroff(8) work on Radxa ROCK 5A
|
||
- ARM: dts: rockchip: rk3066a: add #sound-dai-cells to hdmi node
|
||
- arm64: dts: rockchip: Fix the value of `dlg,jack-det-rate` mismatch on rk3399-gru
|
||
- arm64: dts: rockchip: Rename LED related pinctrl nodes on rk3308-rock-pi-s
|
||
- arm64: dts: rockchip: Fix SD NAND and eMMC init on rk3308-rock-pi-s
|
||
- pwm: stm32: Refuse too small period requests
|
||
- syscalls: fix sys_fanotify_mark prototype
|
||
- syscalls: fix compat_sys_io_pgetevents_time64 usage
|
||
- ftruncate: pass a signed offset
|
||
- ata: libata-core: Fix double free on error
|
||
- ata: ahci: Clean up sysfs file on error
|
||
- can: mcp251xfd: fix infinite loop when xmit fails
|
||
- batman-adv: Don't accept TT entries for out-of-spec VIDs
|
||
- drm/amdgpu/atomfirmware: fix parsing of vram_info
|
||
- drm/amd/display: Send DP_TOTAL_LTTPR_CNT during detection if LTTPR is present
|
||
- drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_hd_modes
|
||
- drm/i915/gt: Fix potential UAF by revoke of fence registers
|
||
- drm/amdgpu: avoid using null object of framebuffer
|
||
- drm/fbdev-dma: Only set smem_start is enable per module option
|
||
- drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_ld_modes
|
||
- drm/drm_file: Fix pid refcounting race
|
||
- hexagon: fix fadvise64_64 calling conventions
|
||
- csky, hexagon: fix broken sys_sync_file_range
|
||
- btrfs: zoned: fix initial free space detection
|
||
- sh: rework sync_file_range ABI
|
||
- kbuild: Install dtb files as 0644 in Makefile.dtbinst
|
||
- cpu/hotplug: Fix dynstate assignment in __cpuhp_setup_state_cpuslocked()
|
||
- cpufreq: intel_pstate: Use HWP to initialize ITMT if CPPC is missing
|
||
- PCI/MSI: Fix UAF in msi_capability_init
|
||
- net: can: j1939: enhanced error handling for tightly received RTS messages in xtp_rx_rts_session_new
|
||
- net: can: j1939: recover socket queue on CAN bus error during BAM transmission
|
||
- net: can: j1939: Initialize unused data in j1939_send_one()
|
||
- tty: mcf: MCF54418 has 10 UARTS
|
||
- ALSA: hda/realtek: fix mute/micmute LEDs don't work for EliteBook 645/665 G11.
|
||
- serial: bcm63xx-uart: fix tx after conversion to uart_port_tx_limited()
|
||
- serial: core: introduce uart_port_tx_limited_flags()
|
||
- serial: imx: set receiver level before starting uart
|
||
- serial: 8250_omap: Implementation of Errata i2310
|
||
- Revert "serial: core: only stop transmit when HW fifo is empty"
|
||
- usb: dwc3: core: Workaround for CSR read timeout
|
||
- usb: dwc3: core: Add DWC31 version 2.00a controller
|
||
- usb: ucsi: stm32: fix command completion handling
|
||
- usb: typec: ucsi: glink: fix child node release in probe function
|
||
- usb: gadget: aspeed_udc: fix device address configuration
|
||
- usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock
|
||
- usb: atm: cxacru: fix endpoint checking in cxacru_bind()
|
||
- usb: musb: da8xx: fix a resource leak in probe()
|
||
- usb: gadget: printer: fix races against disable
|
||
- usb: gadget: printer: SS+ support
|
||
- net: usb: ax88179_178a: improve link status logs
|
||
- iio: chemical: bme680: Fix sensor data read operation
|
||
- iio: chemical: bme680: Fix overflows in compensate() functions
|
||
- iio: chemical: bme680: Fix calibration data variable
|
||
- iio: chemical: bme680: Fix pressure value output
|
||
- iio: accel: fxls8962af: select IIO_BUFFER & IIO_KFIFO_BUF
|
||
- iio: adc: ad7266: Fix variable checking bug
|
||
- ata,scsi: libata-core: Do not leak memory for ata_port struct members
|
||
- ata: libata-core: Fix null pointer dereference on error
|
||
- i2c: testunit: discard write requests while old command is running
|
||
- i2c: testunit: don't erase registers after STOP
|
||
- kbuild: Fix build target deb-pkg: ln: failed to create hard link
|
||
- kbuild: doc: Update default INSTALL_MOD_DIR from extra to updates
|
||
- counter: ti-eqep: enable clock at probe
|
||
- iio: xilinx-ams: Don't include ams_ctrl_channels in scan_mask
|
||
- mmc: sdhci: Do not lock spinlock around mmc_gpio_get_ro()
|
||
- mmc: sdhci: Do not invert write-protect twice
|
||
- mmc: sdhci-pci: Convert PCIBIOS_* return codes to errnos
|
||
- mmc: sdhci-brcmstb: check R1_STATUS for erase/trim/discard
|
||
- mmc: sdhci-pci-o2micro: Convert PCIBIOS_* return codes to errnos
|
||
- mm: fix incorrect vbq reference in purge_fragmented_block
|
||
- nfs: drop the incorrect assertion in nfs_swap_rw()
|
||
- ocfs2: fix DIO failure due to insufficient transaction credits
|
||
- pinctrl: qcom: spmi-gpio: drop broken pm8008 support
|
||
- Revert "MIPS: pci: lantiq: restore reset gpio polarity"
|
||
- parisc: use generic sys_fanotify_mark implementation
|
||
- x86: stop playing stack games in profile_pc()
|
||
- randomize_kstack: Remove non-functional per-arch entropy filtering
|
||
- gpiolib: cdev: Disallow reconfiguration without direction (uAPI v1)
|
||
- riscv: stacktrace: convert arch_stack_walk() to noinstr
|
||
- drm/amdgpu: Fix pci state save during mode-1 reset
|
||
- RISC-V: fix vector insn load/store width mask
|
||
- gpio: davinci: Validate the obtained number of IRQs
|
||
- drm/panel: simple: Add missing display timing flags for KOE TX26D202VM0BWA
|
||
- nvme: fixup comment for nvme RDMA Provider Type
|
||
- drm/radeon/radeon_display: Decrease the size of allocated memory
|
||
- gfs2: Fix NULL pointer dereference in gfs2_log_flush
|
||
- soc: ti: wkup_m3_ipc: Send NULL dummy message instead of pointer message
|
||
- irqchip/loongson: Select GENERIC_IRQ_EFFECTIVE_AFF_MASK if SMP for IRQ_LOONGARCH_CPU
|
||
- media: dvbdev: Initialize sbuf
|
||
- ALSA: emux: improve patch ioctl data validation
|
||
- crypto: ecdh - explicitly zeroize private_key
|
||
- net/dpaa2: Avoid explicit cpumask var allocation on stack
|
||
- net/iucv: Avoid explicit cpumask var allocation on stack
|
||
- RDMA/restrack: Fix potential invalid address access
|
||
- bpf: Mark bpf prog stack with kmsan_unposion_memory in interpreter mode
|
||
- wifi: ieee80211: check for NULL in ieee80211_mle_size_ok()
|
||
- mtd: partitions: redboot: Added conversion of operands to a larger type
|
||
- x86/fpu: Fix AMD X86_BUG_FXSAVE_LEAK fixup
|
||
- vduse: Temporarily fail if control queue feature requested
|
||
- vduse: validate block features only with block devices
|
||
- drm/panel: ilitek-ili9881c: Fix warning with GPIO controllers that sleep
|
||
- powerpc/bpf: use bpf_jit_binary_pack_[alloc|finalize|free]
|
||
- powerpc/bpf: rename powerpc64_jit_data to powerpc_jit_data
|
||
- net: mana: Fix possible double free in error handling path
|
||
- netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registers
|
||
- ALSA: seq: Fix missing MSB in MIDI2 SPP conversion
|
||
- tcp: fix tcp_rcv_fastopen_synack() to enter TCP_CA_Loss for failed TFO
|
||
- powerpc: restore some missing spu syscalls
|
||
- parisc: use correct compat recv/recvfrom syscalls
|
||
- sparc: fix compat recv/recvfrom syscalls
|
||
- sparc: fix old compat_sys_select()
|
||
- net: dsa: microchip: fix wrong register write when masking interrupt
|
||
- ALSA: seq: Fix missing channel at encoding RPN/NRPN MIDI2 messages
|
||
- Fix race for duplicate reqsk on identical SYN
|
||
- btrfs: use NOFS context when getting inodes during logging and log replay
|
||
- xdp: Remove WARN() from __xdp_reg_mem_model()
|
||
- ice: Rebuild TC queues on VSI queue reconfiguration
|
||
- net: dsa: microchip: use collision based back pressure mode
|
||
- net: phy: micrel: add Microchip KSZ 9477 to the device table
|
||
- ibmvnic: Free any outstanding tx skbs during scrq reset
|
||
- mlxsw: spectrum_buffers: Fix memory corruptions on Spectrum-4 systems
|
||
- openvswitch: get related ct labels from its master if it is not confirmed
|
||
- net: dsa: microchip: fix initial port flush problem
|
||
- ASoC: fsl-asoc-card: set priv->pdev before using it
|
||
- ASoC: amd: acp: remove i2s configuration check in acp_i2s_probe()
|
||
- ASoC: amd: acp: add a null check for chip_pdev structure
|
||
- s390/pci: Add missing virt_to_phys() for directed DIBV
|
||
- bpf: Add missed var_off setting in coerce_subreg_to_size_sx()
|
||
- bpf: Add missed var_off setting in set_sext32_default_val()
|
||
- ASoC: q6apm-lpass-dai: close graph on prepare errors
|
||
- workqueue: Increase worker desc's length to 32
|
||
- ASoC: atmel: atmel-classd: Re-add dai_link->platform to fix card init
|
||
- ASoC: atmel: convert not to use asoc_xxx()
|
||
- ASoC: mediatek: mt8183-da7219-max98357: Fix kcontrol name collision
|
||
- ASoC: rockchip: i2s-tdm: Fix trcm mode by setting clock on right mclk
|
||
- wifi: mac80211: Use flexible array in struct ieee80211_tim_ie
|
||
- selftests: mptcp: userspace_pm: fixed subtest names
|
||
- selftests: mptcp: print_test out of verify_listener_events
|
||
- MIPS: pci: lantiq: restore reset gpio polarity
|
||
- pinctrl: rockchip: fix pinmux reset in rockchip_pmx_set
|
||
- pinctrl: rockchip: use dedicated pinctrl type for RK3328
|
||
- pinctrl: rockchip: fix pinmux bits for RK3328 GPIO3-B pins
|
||
- pinctrl: rockchip: fix pinmux bits for RK3328 GPIO2-B pins
|
||
- pinctrl: fix deadlock in create_pinctrl() when handling -EPROBE_DEFER
|
||
- Input: ili210x - fix ili251x_read_touch_data() return value
|
||
- usb: typec: ucsi: Ack also failed Get Error commands
|
||
- usb: typec: ucsi: Never send a lone connector change ack
|
||
- iio: pressure: bmp280: Fix BMP580 temperature reading
|
||
- iio: pressure: fix some word spelling errors
|
||
- Revert "mm: mmap: allow for the maximum number of bits for randomizing mmap_base by default"
|
||
- hid: asus: asus_report_fixup: fix potential read out of bounds
|
||
- kprobe/ftrace: fix build error due to bad function definition
|
||
- ASoC: Intel: sof-sdw: really remove FOUR_SPEAKER quirk
|
||
- drm/amd/display: revert Exit idle optimizations before HDCP execution
|
||
- LoongArch: Fix entry point in kernel image header
|
||
- efi/loongarch: Directly position the loaded image file
|
||
- vgacon: rework screen_info #ifdef checks
|
||
- riscv: force PAGE_SIZE linear mapping if debug_pagealloc is enabled
|
||
- riscv: Don't use PGD entries for the linear mapping
|
||
- x86/cpu: Fix x86_match_cpu() to match just X86_VENDOR_INTEL
|
||
- x86/cpu/vfm: Add new macros to work with (vendor/family/model) values
|
||
- tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_test
|
||
- nbd: Fix signal handling
|
||
- nbd: Improve the documentation of the locking assumptions
|
||
- ocfs2: update inode fsync transaction id in ocfs2_unlink and ocfs2_link
|
||
- ocfs2: convert to new timestamp accessors
|
||
- wifi: rtl8xxxu: enable MFP support with security flag of RX descriptor
|
||
- perf script: Show also errors for --insn-trace option
|
||
- perf: script: add raw|disasm arguments to --insn-trace option
|
||
- spi: stm32: qspi: Clamp stm32_qspi_get_mode() output to CCR_BUSWIDTH_4
|
||
- arm64: dts: imx8qm-mek: fix gpio number for reg_usdhc2_vmmc
|
||
- spi: stm32: qspi: Fix dual flash mode sanity test in stm32_qspi_setup()
|
||
- dt-bindings: i2c: google,cros-ec-i2c-tunnel: correct path to i2c-controller schema
|
||
- dt-bindings: i2c: atmel,at91sam: correct path to i2c-controller schema
|
||
- i2c: ocores: set IACK bit after core is enabled
|
||
- mm/page_table_check: fix crash on ZONE_DEVICE
|
||
- tcp: clear tp->retrans_stamp in tcp_rcv_fastopen_synack()
|
||
- mm: mmap: allow for the maximum number of bits for randomizing mmap_base by default
|
||
- efi/x86: Free EFI memory map only when installing a new one.
|
||
- kcov: don't lose track of remote references during softirqs
|
||
- gcov: add support for GCC 14
|
||
- dt-bindings: dma: fsl-edma: fix dma-channels constraints
|
||
- drm/radeon: fix UBSAN warning in kv_dpm.c
|
||
- drm/i915/mso: using joiner is not possible with eDP MSO
|
||
- ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14AHP9
|
||
- ALSA: hda/realtek: Limit mic boost on N14AP7
|
||
- ALSA: hda/realtek: fix mute/micmute LEDs don't work for ProBook 445/465 G11.
|
||
- ovl: fix encoding fid for lower only root
|
||
- RDMA/mlx5: Follow rb_key.ats when creating new mkeys
|
||
- RDMA/mlx5: Remove extra unlock on error path
|
||
- RDMA/rxe: Fix data copy for IB_SEND_INLINE
|
||
- KVM: x86: Always sync PIR to IRR prior to scanning I/O APIC routes
|
||
- KVM: arm64: Disassociate vcpus from redistributor region on teardown
|
||
- LoongArch: Fix multiple hardware watchpoint issues
|
||
- LoongArch: Trigger user-space watchpoints correctly
|
||
- LoongArch: Fix watchpoint setting error
|
||
- cifs: fix typo in module parameter enable_gcm_256
|
||
- scsi: ufs: core: Free memory allocated for model before reinit
|
||
- btrfs: retry block group reclaim without infinite loop
|
||
- net: do not leave a dangling sk pointer, when socket creation fails
|
||
- net: usb: ax88179_178a: improve reset check
|
||
- net: stmmac: Assign configured channel value to EXTTS event
|
||
- locking/atomic: scripts: fix ${atomic}_sub_and_test() kerneldoc
|
||
- arm64: defconfig: enable the vf610 gpio driver
|
||
- ACPI: EC: Evaluate orphan _REG under EC device
|
||
- RDMA/mana_ib: Ignore optional access flags for MRs
|
||
- RDMA/mlx5: Fix unwind flow as part of mlx5_ib_stage_init_init
|
||
- firmware: psci: Fix return value from psci_system_suspend()
|
||
- io_uring/rsrc: fix incorrect assignment of iter->nr_segs in io_import_fixed
|
||
- spi: spi-imx: imx51: revert burst length calculation back to bits_per_word
|
||
- arm64: dts: freescale: imx8mm-verdin: enable hysteresis on slow input pin
|
||
- arm64: dts: imx93-11x11-evk: Remove the 'no-sdio' property
|
||
- arm64: dts: freescale: imx8mp-venice-gw73xx-2x: fix BT shutdown GPIO
|
||
- arm64: dts: imx8mp: Fix TC9595 input clock on DH i.MX8M Plus DHCOM SoM
|
||
- arm64: dts: imx8mp: Fix TC9595 reset GPIO on DH i.MX8M Plus DHCOM SoM
|
||
- thermal/drivers/mediatek/lvts_thermal: Return error in case of invalid efuse data
|
||
- regulator: bd71815: fix ramp values
|
||
- dmaengine: ioatdma: Fix missing kmem_cache_destroy()
|
||
- dmaengine: fsl-edma: avoid linking both modules
|
||
- dmaengine: ioatdma: Fix kmemleak in ioat_pci_probe()
|
||
- dmaengine: ioatdma: Fix error path in ioat3_dma_probe()
|
||
- dmaengine: ioatdma: Fix leaking on version mismatch
|
||
- regulator: core: Fix modpost error "regulator_get_regmap" undefined
|
||
- RDMA/rxe: Fix responder length checking for UD request packets
|
||
- spi: cs42l43: Correct SPI root clock speed
|
||
- RDMA/bnxt_re: Fix the max msix vectors macro
|
||
- net: usb: rtl8150 fix unintiatilzed variables in rtl8150_get_link_ksettings
|
||
- bnxt_en: Restore PTP tx_avail count in case of skb_pad() error
|
||
- ice: Fix VSI list rule with ICE_SW_LKUP_LAST type
|
||
- octeontx2-pf: Fix linking objects into multiple modules
|
||
- octeontx2-pf: Add error handling to VLAN unoffload handling
|
||
- virtio_net: fixing XDP for fully checksummed packets handling
|
||
- virtio_net: checksum offloading handling fix
|
||
- net: stmmac: No need to calculate speed divider when offload is disabled
|
||
- selftests: openvswitch: Use bash as interpreter
|
||
- ptp: fix integer overflow in max_vclocks_store
|
||
- sched: act_ct: add netns into the key of tcf_ct_flow_table
|
||
- net: phy: mxl-gpy: Remove interrupt mask clearing from config_init
|
||
- net: lan743x: Support WOL at both the PHY and MAC appropriately
|
||
- net: lan743x: disable WOL upon resume to restore full data path operation
|
||
- qca_spi: Make interrupt remembering atomic
|
||
- netns: Make get_net_ns() handle zero refcount net
|
||
- xfrm6: check ip6_dst_idev() return value in xfrm6_get_saddr()
|
||
- ipv6: prevent possible NULL deref in fib6_nh_init()
|
||
- bpf: Avoid splat in pskb_pull_reason
|
||
- ALSA: hda: tas2781: Component should be unbound before deconstruction
|
||
- ALSA: hda: cs35l56: Component should be unbound before deconstruction
|
||
- cipso: fix total option length computation
|
||
- net: mvpp2: use slab_build_skb for oversized frames
|
||
- ice: avoid IRQ collision to fix init failure on ACPI S3 resume
|
||
- ALSA/hda: intel-dsp-config: Document AVS as dsp_driver option
|
||
- ALSA: hda/realtek: Remove Framework Laptop 16 from quirks
|
||
- MIPS: Routerboard 532: Fix vendor retry check code
|
||
- ALSA: seq: ump: Fix missing System Reset message handling
|
||
- PCI: Do not wait for disconnected devices when resuming
|
||
- ACPI: EC: Install address space handler at the namespace root
|
||
- usb: gadget: function: Remove usage of the deprecated ida_simple_xx() API
|
||
- serial: exar: adding missing CTI and Exar PCI ids
|
||
- f2fs: don't set RO when shutting down f2fs
|
||
- PCI/PM: Avoid D3cold for HP Pavilion 17 PC/1972 PCIe Ports
|
||
- udf: udftime: prevent overflow in udf_disk_stamp_to_time()
|
||
- usb: typec: ucsi_glink: drop special handling for CCI_BUSY
|
||
- usb: dwc3: pci: Don't set "linux,phy_charger_detect" property on Lenovo Yoga Tab2 1380
|
||
- Avoid hw_desc array overrun in dw-axi-dmac
|
||
- usb: misc: uss720: check for incompatible versions of the Belkin F5U002
|
||
- usb: gadget: uvc: configfs: ensure guid to be valid before set
|
||
- kprobe/ftrace: bail out if ftrace was killed
|
||
- power: supply: cros_usbpd: provide ID table for avoiding fallback match
|
||
- platform/x86: p2sb: Don't init until unassigned resources have been assigned
|
||
- powerpc/io: Avoid clang null pointer arithmetic warnings
|
||
- media: mtk-vcodec: potential null pointer deference in SCP
|
||
- media: intel/ipu6: Fix build with !ACPI
|
||
- ALSA: hda/realtek: Add quirks for Lenovo 13X
|
||
- drm/lima: mask irqs in timeout path before hard reset
|
||
- drm/lima: add mask irq callback to gp and pp
|
||
- ASoC: Intel: sof_sdw: add quirk for Dell SKU 0C0F
|
||
- ASoC: Intel: sof_sdw: add JD2 quirk for HP Omen 14
|
||
- platform/x86: toshiba_acpi: Add quirk for buttons on Z830
|
||
- drm/amd/display: Exit idle optimizations before HDCP execution
|
||
- Bluetooth: ath3k: Fix multiple issues reported by checkpatch.pl
|
||
- ACPI: video: Add backlight=native quirk for Lenovo Slim 7 16ARH7
|
||
- HID: asus: fix more n-key report descriptors if n-key quirked
|
||
- HID: Add quirk for Logitech Casa touchpad
|
||
- net: dsa: realtek: keep default LED state in rtl8366rb
|
||
- kselftest: arm64: Add a null pointer check
|
||
- net: sfp: add quirk for ATS SFP-GE-T 1000Base-TX module
|
||
- scsi: qedi: Fix crash while reading debugfs attribute
|
||
- ACPI: x86: Add PNP_UART1_SKIP quirk for Lenovo Blade2 tablets
|
||
- af_packet: avoid a false positive warning in packet_setsockopt()
|
||
- wifi: ath9k: work around memset overflow warning
|
||
- selftests/bpf: Fix flaky test btf_map_in_map/lookup_update
|
||
- selftests/bpf: Prevent client connect before server bind in test_tc_tunnel.sh
|
||
- block/ioctl: prefer different overflow check
|
||
- rcutorture: Fix invalid context warning when enable srcu barrier testing
|
||
- rcutorture: Make stall-tasks directly exit when rcutorture tests end
|
||
- rcutorture: Fix rcu_torture_one_read() pipe_count overflow comment
|
||
- io_uring/sqpoll: work around a potential audit memory leak
|
||
- padata: Disable BH when taking works lock on MT path
|
||
- zap_pid_ns_processes: clear TIF_NOTIFY_SIGNAL along with TIF_SIGPENDING
|
||
- i2c: designware: Fix the functionality flags of the slave-only interface
|
||
- i2c: at91: Fix the functionality flags of the slave-only interface
|
||
- misc: microchip: pci1xxxx: Fix a memory leak in the error handling of gp_aux_bus_probe()
|
||
- serial: core: Add UPIO_UNKNOWN constant for unknown port type
|
||
- device property: Implement device_is_big_endian()
|
||
- greybus: Fix use-after-free bug in gb_interface_release due to race condition.
|
||
- remoteproc: k3-r5: Jump to error handling labels in start/stop errors
|
||
- serial: 8250_pxa: Configure tx_loadsz to match FIFO IRQ level
|
||
- mm/huge_memory: don't unpoison huge_zero_folio
|
||
- tick/nohz_full: Don't abuse smp_call_function_single() in tick_setup_device()
|
||
- nilfs2: fix potential kernel bug due to lack of writeback flag waiting
|
||
- xfs: allow cross-linking special files without project quota
|
||
- xfs: allow sunit mount option to repair bad primary sb stripe values
|
||
- xfs: shrink failure needs to hold AGI buffer
|
||
- xfs: fix SEEK_HOLE/DATA for regions with active COW extents
|
||
- xfs: fix scrub stats file permissions
|
||
- xfs: fix imprecise logic in xchk_btree_check_block_owner
|
||
- pmdomain: ti-sci: Fix duplicate PD referrals
|
||
- intel_th: pci: Add Lunar Lake support
|
||
- intel_th: pci: Add Meteor Lake-S support
|
||
- intel_th: pci: Add Sapphire Rapids SOC support
|
||
- intel_th: pci: Add Granite Rapids SOC support
|
||
- intel_th: pci: Add Granite Rapids support
|
||
- drm/i915: Fix audio component initialization
|
||
- drm/i915/dpt: Make DPT object unshrinkable
|
||
- drm/shmem-helper: Fix BUG_ON() on mmap(PROT_WRITE, MAP_PRIVATE)
|
||
- drm/i915/gt: Disarm breadcrumbs if engines are already idle
|
||
- rtla/auto-analysis: Replace with spaces
|
||
- rtla/timerlat: Simplify "no value" printing on top
|
||
- iio: invensense: fix interrupt timestamp alignment
|
||
- iio: adc: axi-adc: make sure AXI clock is enabled
|
||
- remoteproc: k3-r5: Do not allow core1 to power up before core0 via sysfs
|
||
- remoteproc: k3-r5: Wait for core0 power-up before powering up core1
|
||
- dmaengine: axi-dmac: fix possible race in remove()
|
||
- PCI: rockchip-ep: Remove wrong mask on subsys_vendor_id
|
||
- ocfs2: use coarse time for new created files
|
||
- fs/proc: fix softlockup in __read_vmcore
|
||
- knfsd: LOOKUP can return an illegal error value
|
||
- spmi: hisi-spmi-controller: Do not override device identifier
|
||
- dma-buf: handle testing kthreads creation failure
|
||
- null_blk: Print correct max open zones limit in null_init_zoned_dev()
|
||
- kheaders: explicitly define file modes for archived headers
|
||
- tracing/selftests: Fix kprobe event name test for .isra. functions
|
||
- riscv: fix overlap of allocated page and PTR_ERR
|
||
- perf auxtrace: Fix multiple use of --itrace option
|
||
- perf/core: Fix missing wakeup when waiting for context reference
|
||
- x86/amd_nb: Check for invalid SMN reads
|
||
- x86/kexec: Fix bug with call depth tracking
|
||
- irqchip/gic-v3-its: Fix potential race condition in its_vlpi_prop_update()
|
||
- mptcp: pm: update add_addr counters after connect
|
||
- mptcp: pm: inc RmAddr MIB counter once per RM_ADDR ID
|
||
- ACPI: x86: Force StorageD3Enable on more products
|
||
- drivers: core: synchronize really_probe() and dev_uevent()
|
||
- iio: imu: inv_icm42600: delete unneeded update watermark call
|
||
- iio: invensense: fix odr switching to same value
|
||
- iio: dac: ad5592r: fix temperature channel scaling value
|
||
- iio: adc: ad9467: fix scan type sign
|
||
- x86/boot: Don't add the EFI stub to targets, again
|
||
- ksmbd: fix missing use of get_write in in smb2_set_ea()
|
||
- bnxt_en: Adjust logging of firmware messages in case of released token in __hwrm_send()
|
||
- af_unix: Read with MSG_PEEK loops if the first unread byte is OOB
|
||
- net/ipv6: Fix the RT cache flush via sysctl using a previous delay
|
||
- nvmet-passthru: propagate status from id override functions
|
||
- block: fix request.queuelist usage in flush
|
||
- block: sed-opal: avoid possible wrong address reference in read_sed_opal_key()
|
||
- net: stmmac: replace priv->speed with the portTransmitRate from the tc-cbs parameters
|
||
- gve: ignore nonrelevant GSO type bits when processing TSO headers
|
||
- net: pse-pd: Use EOPNOTSUPP error code instead of ENOTSUPP
|
||
- scsi: ufs: core: Quiesce request queues before checking pending cmds
|
||
- x86/uaccess: Fix missed zeroing of ia32 u64 get_user() range checking
|
||
- x86/asm: Use %c/%n instead of %P operand modifier in asm templates
|
||
- netfilter: nft_inner: validate mandatory meta and payload
|
||
- Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQ
|
||
- net/mlx5e: Fix features validation check for tunneled UDP (non-VXLAN) packets
|
||
- geneve: Fix incorrect inner network header offset when innerprotoinherit is set
|
||
- net dsa: qca8k: fix usages of device_get_named_child_node()
|
||
- tcp: fix race in tcp_v6_syn_recv_sock()
|
||
- drm/bridge/panel: Fix runtime warning on panel bridge release
|
||
- net: stmmac: dwmac-qcom-ethqos: Configure host DMA width
|
||
- net: sfp: Always call `sfp_sm_mod_remove()` on remove
|
||
- modpost: do not warn about missing MODULE_DESCRIPTION() for vmlinux.o
|
||
- af_unix: Annotate data-race of sk->sk_state in unix_accept().
|
||
- drm/vmwgfx: Don't memcmp equivalent pointers
|
||
- drm/vmwgfx: Remove STDU logic from generic mode_valid function
|
||
- drm/vmwgfx: 3D disabled should not effect STDU memory limits
|
||
- drm/vmwgfx: Filter modes which exceed graphics memory
|
||
- drm/vmwgfx: Refactor drm connector probing for display modes
|
||
- io_uring/io-wq: avoid garbage value of 'match' in io_wq_enqueue()
|
||
- iommu: Return right value in iommu_sva_bind_device()
|
||
- iommu/amd: Fix sysfs leak in iommu init
|
||
- HID: core: remove unnecessary WARN_ON() in implement()
|
||
- gpio: tqmx86: fix broken IRQ_TYPE_EDGE_BOTH interrupt type
|
||
- gpio: tqmx86: store IRQ trigger type and unmask status separately
|
||
- gpio: tqmx86: introduce shadow register for GPIO output value
|
||
- gpio: tqmx86: fix typo in Kconfig label
|
||
- platform/x86: dell-smbios: Fix wrong token data in sysfs
|
||
- drm/panel: sitronix-st7789v: Add check for of_drm_get_panel_orientation
|
||
- nvme: fix nvme_pr_* status code parsing
|
||
- selftests/tracing: Fix event filter test to retry up to 10 times
|
||
- NFS: add barriers when testing for NFS_FSDATA_BLOCKED
|
||
- SUNRPC: return proper error from gss_wrap_req_priv
|
||
- NFSv4.1 enforce rootpath check in fs_location query
|
||
- clk: sifive: Do not register clkdevs for PRCI clocks
|
||
- selftests/ftrace: Fix to check required event file
|
||
- cxl/test: Add missing vmalloc.h for tools/testing/cxl/test/mem.c
|
||
- HID: nvidia-shield: Add missing check for input_ff_create_memless
|
||
- powerpc/uaccess: Fix build errors seen with GCC 13/14
|
||
- gve: Clear napi->skb before dev_kfree_skb_any()
|
||
- scsi: sd: Use READ(16) when reading block zero on large capacity disks
|
||
- scsi: mpt3sas: Avoid test/set_bit() operating in non-allocated memory
|
||
- scsi: mpi3mr: Fix ATA NCQ priority support
|
||
- scsi: core: Disable CDL by default
|
||
- thunderbolt: debugfs: Fix margin debugfs node creation condition
|
||
- xhci: Apply broken streams quirk to Etron EJ188 xHCI host
|
||
- xhci: Handle TD clearing for multiple streams case
|
||
- xhci: Apply reset resume quirk to Etron EJ188 xHCI host
|
||
- xhci: Set correct transferred length for cancelled bulk transfers
|
||
- jfs: xattr: fix buffer overflow for invalid xattr
|
||
- landlock: Fix d_parent walk
|
||
- serial: port: Don't block system suspend even if bytes are left to xmit
|
||
- tty: n_tty: Fix buffer offsets when lookahead is used
|
||
- mei: me: release irq in mei_me_pci_resume error path
|
||
- usb: typec: tcpm: Ignore received Hard Reset in TOGGLING state
|
||
- usb: typec: tcpm: fix use-after-free case in tcpm_register_source_caps
|
||
- USB: xen-hcd: Traverse host/ when CONFIG_USB_XEN_HCD is selected
|
||
- USB: class: cdc-wdm: Fix CPU lockup caused by excessive log messages
|
||
- bpf: fix multi-uprobe PID filtering logic
|
||
- eventfs: Update all the eventfs_inodes from the events descriptor
|
||
- irqchip/riscv-intc: Prevent memory leak when riscv_intc_init_common() fails
|
||
- irqchip/riscv-intc: Introduce Andes hart-level interrupt controller
|
||
- irqchip/riscv-intc: Allow large non-standard interrupt number
|
||
- selftests/mm: compaction_test: fix bogus test success on Aarch64
|
||
- selftests/mm: log a consistent test name for check_compaction
|
||
- selftests/mm: conform test to TAP format output
|
||
- memory-failure: use a folio in me_huge_page()
|
||
- firmware: qcom_scm: disable clocks if qcom_scm_bw_enable() fails
|
||
- ksmbd: use rwsem instead of rwlock for lease break
|
||
- net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool()
|
||
- af_unix: Annotate data-race of sk->sk_shutdown in sk_diag_fill().
|
||
- af_unix: Use skb_queue_len_lockless() in sk_diag_show_rqlen().
|
||
- af_unix: Use skb_queue_empty_lockless() in unix_release_sock().
|
||
- af_unix: Use unix_recvq_full_lockless() in unix_stream_connect().
|
||
- af_unix: Annotate data-race of net->unx.sysctl_max_dgram_qlen.
|
||
- af_unix: Annotate data-races around sk->sk_sndbuf.
|
||
- af_unix: Annotate data-races around sk->sk_state in UNIX_DIAG.
|
||
- af_unix: Annotate data-race of sk->sk_state in unix_stream_read_skb().
|
||
- af_unix: Annotate data-races around sk->sk_state in sendmsg() and recvmsg().
|
||
- af_unix: Annotate data-race of sk->sk_state in unix_stream_connect().
|
||
- af_unix: Annotate data-races around sk->sk_state in unix_write_space() and poll().
|
||
- af_unix: Annotate data-race of sk->sk_state in unix_inq_len().
|
||
- af_unix: Annodate data-races around sk->sk_state for writers.
|
||
- af_unix: Set sk->sk_state under unix_state_lock() for truly disconencted peer.
|
||
- net: wwan: iosm: Fix tainted pointer delete is case of region creation fail
|
||
- ice: add flag to distinguish reset from .ndo_bpf in XDP rings config
|
||
- ice: remove af_xdp_zc_qps bitmap
|
||
- ice: fix iteration of TLVs in Preserved Fields Area
|
||
- ptp: Fix error message on failed pin verification
|
||
- net/mlx5: Fix tainted pointer delete is case of flow rules creation fail
|
||
- net/mlx5: Stop waiting for PCI if pci channel is offline
|
||
- mptcp: count CLOSE-WAIT sockets for MPTCP_MIB_CURRESTAB
|
||
- tcp: count CLOSE-WAIT sockets for TCP_MIB_CURRESTAB
|
||
- vxlan: Fix regression when dropping packets due to invalid src addresses
|
||
- net: phy: Micrel KSZ8061: fix errata solution not taking effect problem
|
||
- net/smc: avoid overwriting when adjusting sock bufsizes
|
||
- octeontx2-af: Always allocate PF entries from low prioriy zone
|
||
- net: tls: fix marking packets as decrypted
|
||
- ipv6: sr: block BH in seg6_output_core() and seg6_input_core()
|
||
- ipv6: ioam: block BH from ioam6_output()
|
||
- bpf: Store ref_ctr_offsets values in bpf_uprobe array
|
||
- net: phy: micrel: fix KSZ9477 PHY issues after suspend/resume
|
||
- net/ncsi: Fix the multi thread manner of NCSI driver
|
||
- net/ncsi: Simplify Kconfig/dts control flow
|
||
- ax25: Replace kfree() in ax25_dev_free() with ax25_dev_put()
|
||
- ax25: Fix refcount imbalance on inbound connections
|
||
- RISC-V: KVM: Fix incorrect reg_subtype labels in kvm_riscv_vcpu_set_reg_isa_ext function
|
||
- RISC-V: KVM: No need to use mask when hart-index-bit is 0
|
||
- scsi: ufs: mcq: Fix error output and clean up ufshcd_mcq_abort()
|
||
- wifi: mac80211: correctly parse Spatial Reuse Parameter Set element
|
||
- wifi: iwlwifi: dbg_ini: move iwl_dbg_tlv_free outside of debugfs ifdef
|
||
- wifi: iwlwifi: mvm: set properly mac header
|
||
- wifi: iwlwifi: mvm: revert gen2 TX A-MPDU size to 64
|
||
- wifi: iwlwifi: mvm: don't initialize csa_work twice
|
||
- wifi: cfg80211: pmsr: use correct nla_get_uX functions
|
||
- wifi: cfg80211: Lock wiphy in cfg80211_get_station
|
||
- wifi: cfg80211: fully move wiphy work to unbound workqueue
|
||
- !10369 Backport 6.6.33-34 LTS patches from upstream
|
||
- openeuler_defconfig: add new config
|
||
- selftests: net: more strict check in net_helper
|
||
- powerpc/bpf: enforce full ordering for ATOMIC operations with BPF_FETCH
|
||
- ALSA: seq: Fix incorrect UMP type for system messages
|
||
- btrfs: fix leak of qgroup extent records after transaction abort
|
||
- tracefs: Clear EVENT_INODE flag in tracefs_drop_inode()
|
||
- eventfs: Keep the directories from having the same inode number as files
|
||
- NFS: Fix READ_PLUS when server doesn't support OP_READ_PLUS
|
||
- nfs: fix undefined behavior in nfs_block_bits()
|
||
- EDAC/igen6: Convert PCIBIOS_* return codes to errnos
|
||
- ALSA: ump: Don't accept an invalid UMP protocol number
|
||
- ALSA: ump: Don't clear bank selection after sending a program change
|
||
- i3c: master: svc: fix invalidate IBI type and miss call client IBI handler
|
||
- s390/cpacf: Make use of invalid opcode produce a link error
|
||
- s390/cpacf: Split and rework cpacf query functions
|
||
- parisc: Define sigset_t in parisc uapi header
|
||
- parisc: Define HAVE_ARCH_HUGETLB_UNMAPPED_AREA
|
||
- ARM: dts: samsung: exynos4412-origen: fix keypad no-autorepeat
|
||
- ARM: dts: samsung: smdk4412: fix keypad no-autorepeat
|
||
- ARM: dts: samsung: smdkv310: fix keypad no-autorepeat
|
||
- riscv: dts: starfive: Remove PMIC interrupt info for Visionfive 2 board
|
||
- drm/amdkfd: handle duplicate BOs in reserve_bo_and_cond_vms
|
||
- sparc: move struct termio to asm/termios.h
|
||
- kdb: Use format-specifiers rather than memset() for padding in kdb_read()
|
||
- kdb: Merge identical case statements in kdb_read()
|
||
- kdb: Fix console handling when editing and tab-completing commands
|
||
- kdb: Use format-strings rather than '0' injection in kdb_read()
|
||
- wifi: ath10k: fix QCOM_RPROC_COMMON dependency
|
||
- watchdog: rti_wdt: Set min_hw_heartbeat_ms to accommodate a safety margin
|
||
- selftests/mm: fix build warnings on ppc64
|
||
- selftests/mm: compaction_test: fix incorrect write of zero to nr_hugepages
|
||
- mm/vmalloc: fix vmalloc which may return null if called with __GFP_NOFAIL
|
||
- mm: /proc/pid/smaps_rollup: avoid skipping vma after getting mmap_lock again
|
||
- mm/hugetlb: pass correct order_per_bit to cma_declare_contiguous_nid
|
||
- mm/cma: drop incorrect alignment check in cma_init_reserved_mem
|
||
- sparc64: Fix number of online CPUs
|
||
- rtla/timerlat: Fix histogram report when a cpu count is 0
|
||
- intel_th: pci: Add Meteor Lake-S CPU support
|
||
- tpm_tis: Do *not* flush uninitialized work
|
||
- kmsan: do not wipe out origin when doing partial unpoisoning
|
||
- mm/ksm: fix ksm_pages_scanned accounting
|
||
- net/ipv6: Fix route deleting failure when metric equals 0
|
||
- scsi: core: Handle devices which return an unusually large VPD page count
|
||
- HID: i2c-hid: elan: fix reset suspend current leakage
|
||
- filemap: add helper mapping_max_folio_size()
|
||
- kbuild: Remove support for Clang's ThinLTO caching
|
||
- crypto: ecrdsa - Fix module auto-load on add_key
|
||
- crypto: ecdsa - Fix module auto-load on add-key
|
||
- clk: qcom: clk-alpha-pll: fix rate setting for Stromer PLLs
|
||
- LoongArch: Override higher address bits in JUMP_VIRT_ADDR
|
||
- LoongArch: Add all CPUs enabled by fdt to NUMA node 0
|
||
- KVM: arm64: AArch32: Fix spurious trapping of conditional instructions
|
||
- KVM: arm64: Allow AArch32 PSTATE.M to be restored as System mode
|
||
- KVM: arm64: Fix AArch32 register narrowing on userspace write
|
||
- Revert "drm/amdkfd: fix gfx_target_version for certain 11.0.3 devices"
|
||
- drm/amd: Fix shutdown (again) on some SMU v13.0.4/11 platforms
|
||
- drm/amdgpu/atomfirmware: add intergrated info v2.3 table
|
||
- drm/fbdev-generic: Do not set physical framebuffer address
|
||
- mmc: sdhci-acpi: Add quirk to enable pull-up on the card-detect GPIO on Asus T100TA
|
||
- mmc: sdhci-acpi: Disable write protect detection on Toshiba WT10-A
|
||
- mmc: sdhci-acpi: Fix Lenovo Yoga Tablet 2 Pro 1380 sdcard slot not working
|
||
- mmc: sdhci-acpi: Sort DMI quirks alphabetically
|
||
- mmc: sdhci: Add support for "Tuning Error" interrupts
|
||
- mmc: core: Add mmc_gpiod_set_cd_config() function
|
||
- media: v4l: async: Don't set notifier's V4L2 device if registering fails
|
||
- media: v4l2-core: hold videodev_lock until dev reg, finishes
|
||
- media: mxl5xx: Move xpt structures off stack
|
||
- media: mc: mark the media devnode as registered from the, start
|
||
- arm64: dts: ti: verdin-am62: Set memory size to 2gb
|
||
- arm64: dts: hi3798cv200: fix the size of GICR
|
||
- arm64: dts: qcom: sc8280xp: add missing PCIe minimum OPP
|
||
- wifi: rtlwifi: rtl8192de: Fix endianness issue in RX path
|
||
- wifi: rtlwifi: rtl8192de: Fix low speed with WPA3-SAE
|
||
- wifi: rtlwifi: rtl8192de: Fix 5 GHz TX power
|
||
- wifi: rtl8xxxu: Fix the TX power of RTL8192CU, RTL8723AU
|
||
- wifi: rtw89: pci: correct TX resource checking for PCI DMA channel of firmware command
|
||
- md/raid5: fix deadlock that raid5d() wait for itself to clear MD_SB_CHANGE_PENDING
|
||
- arm64: dts: qcom: qcs404: fix bluetooth device address
|
||
- arm64: tegra: Correct Tegra132 I2C alias
|
||
- ACPI: resource: Do IRQ override on TongFang GXxHRXx and GMxHGxx
|
||
- soc: qcom: rpmh-rsc: Enhance check for VRM in-flight request
|
||
- proc: Move fdinfo PTRACE_MODE_READ check into the inode .permission operation
|
||
- fsverity: use register_sysctl_init() to avoid kmemleak warning
|
||
- ata: pata_legacy: make legacy_exit() work again
|
||
- wifi: rtw89: correct aSIFSTime for 6GHz band
|
||
- bcache: fix variable length array abuse in btree_iter
|
||
- f2fs: fix to do sanity check on i_xattr_nid in sanity_check_inode()
|
||
- drm/sun4i: hdmi: Move mode_set into enable
|
||
- drm/sun4i: hdmi: Convert encoder to atomic
|
||
- selftests: net: List helper scripts in TEST_FILES Makefile variable
|
||
- selftests: net: included needed helper in the install targets
|
||
- selftests/net: synchronize udpgro tests' tx and rx connection
|
||
- vxlan: Fix regression when dropping packets due to invalid src addresses
|
||
- erofs: avoid allocating DEFLATE streams before mounting
|
||
- mptcp: fix full TCP keep-alive support
|
||
- mptcp: cleanup SOL_TCP handling
|
||
- mptcp: avoid some duplicate code in socket option handling
|
||
- net: sfp-bus: fix SFP mode detect from bitrate
|
||
- afs: Don't cross .backup mountpoint from backup volume
|
||
- mmc: core: Do not force a retune before RPMB switch
|
||
- riscv: stacktrace: fixed walk_stackframe()
|
||
- riscv: prevent pt_regs corruption for secondary idle threads
|
||
- SUNRPC: Fix loop termination condition in gss_free_in_token_pages()
|
||
- f2fs: use f2fs_{err,info}_ratelimited() for cleanup
|
||
- f2fs: write missing last sum blk of file pinning section
|
||
- perf sched timehist: Fix -g/--call-graph option failure
|
||
- media: vsp1: Remove unbalanced .s_stream(0) calls
|
||
- nouveau: report byte usage in VRAM usage.
|
||
- RDMA/bnxt_re: Fix the sparse warnings
|
||
- perf evlist: Add perf_evlist__go_system_wide() helper
|
||
- platform/x86/intel-uncore-freq: Don't present root domain on error
|
||
- platform/x86/intel/tpmi: Handle error from tpmi_process_info()
|
||
- KVM: x86: Don't advertise guest.MAXPHYADDR as host.MAXPHYADDR in CPUID
|
||
- x86/pci: Skip early E820 check for ECAM region
|
||
- x86/efistub: Omit physical KASLR when memory reservations exist
|
||
- ALSA: seq: ump: Fix swapped song position pointer data
|
||
- hwmon: (shtc1) Fix property misspelling
|
||
- hwmon: (intel-m10-bmc-hwmon) Fix multiplier for N6000 board power sensor
|
||
- drm/panel: sitronix-st7789v: fix display size for jt240mhqs_hwt_ek_e3 panel
|
||
- drm/panel: sitronix-st7789v: tweak timing for jt240mhqs_hwt_ek_e3 panel
|
||
- drm/panel: sitronix-st7789v: fix timing for jt240mhqs_hwt_ek_e3 panel
|
||
- powerpc/pseries/lparcfg: drop error message from guest name lookup
|
||
- ALSA: seq: Fix yet another spot for system message conversion
|
||
- ipvlan: Dont Use skb->sk in ipvlan_process_v{4,6}_outbound
|
||
- net: ena: Fix redundant device NUMA node override
|
||
- net: ena: Reduce lines with longer column width boundary
|
||
- net: dsa: microchip: fix RGMII error in KSZ DSA driver
|
||
- spi: stm32: Don't warn about spurious interrupts
|
||
- kheaders: use `command -v` to test for existence of `cpio`
|
||
- drm/i915/gt: Fix CCS id's calculation for CCS mode setting
|
||
- drm/i915/guc: avoid FIELD_PREP warning
|
||
- kconfig: fix comparison to constant symbols, 'm', 'n'
|
||
- net/sched: taprio: extend minimum interval restriction to entire cycle too
|
||
- net/sched: taprio: make q->picos_per_byte available to fill_sched_entry()
|
||
- netfilter: nft_fib: allow from forward/input without iif selector
|
||
- netfilter: tproxy: bail out if IP has been disabled on the device
|
||
- netfilter: nft_payload: skbuff vlan metadata mangle support
|
||
- net: ti: icssg-prueth: Fix start counter for ft1 filter
|
||
- ALSA: seq: Don't clear bank selection at event -> UMP MIDI2 conversion
|
||
- ALSA: seq: Fix missing bank setup between MIDI1/MIDI2 UMP conversion
|
||
- selftests: mptcp: join: mark 'fail' tests as flaky
|
||
- selftests: mptcp: add ms units for tc-netem delay
|
||
- selftests: mptcp: simult flows: mark 'unbalanced' tests as flaky
|
||
- ice: fix accounting if a VLAN already exists
|
||
- net: micrel: Fix lan8841_config_intr after getting out of sleep mode
|
||
- net:fec: Add fec_enet_deinit()
|
||
- ASoC: cs42l43: Only restrict 44.1kHz for the ASP
|
||
- net: usb: smsc95xx: fix changing LED_SEL bit value updated from EEPROM
|
||
- Octeontx2-pf: Free send queue buffers incase of leaf to inner
|
||
- af_unix: Read sk->sk_hash under bindlock during bind().
|
||
- af_unix: Annotate data-race around unix_sk(sk)->addr.
|
||
- enic: Validate length of nl attributes in enic_set_vf_port
|
||
- ALSA: hda/realtek: Adjust G814JZR to use SPI init for amp
|
||
- ALSA: core: Remove debugfs at disconnection
|
||
- ALSA: jack: Use guard() for locking
|
||
- bpf: Fix potential integer overflow in resolve_btfids
|
||
- net/mlx5e: Fix UDP GSO for encapsulated packets
|
||
- net/mlx5e: Use rx_missed_errors instead of rx_dropped for reporting buffer exhaustion
|
||
- net/mlx5e: Fix IPsec tunnel mode offload feature check
|
||
- net/mlx5: Use mlx5_ipsec_rx_status_destroy to correctly delete status rules
|
||
- net/mlx5: Fix MTMP register capability offset in MCAM register
|
||
- net/mlx5: Lag, do bond only if slaves agree on roce state
|
||
- net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ8061
|
||
- drm/amd/display: Enable colorspace property for MST connectors
|
||
- nvmet: fix ns enable/disable possible hang
|
||
- nvme-multipath: fix io accounting on failover
|
||
- nvme-tcp: add definitions for TLS cipher suites
|
||
- dma-mapping: benchmark: handle NUMA_NO_NODE correctly
|
||
- dma-mapping: benchmark: fix node id validation
|
||
- dma-mapping: benchmark: fix up kthread-related error handling
|
||
- kthread: add kthread_stop_put
|
||
- netfilter: nft_payload: restore vlan q-in-q match support
|
||
- netfilter: nfnetlink_queue: acquire rcu_read_lock() in instance_destroy_rcu()
|
||
- kasan, fortify: properly rename memintrinsics
|
||
- ice: Interpret .set_channels() input differently
|
||
- drivers/xen: Improve the late XenStore init protocol
|
||
- nfc: nci: Fix handling of zero-length payload packets in nci_rx_work()
|
||
- net: relax socket state check at accept time.
|
||
- net: fec: avoid lock evasion when reading pps_enable
|
||
- Revert "ixgbe: Manual AN-37 for troublesome link partners for X550 SFI"
|
||
- i3c: master: svc: change ENXIO to EAGAIN when IBI occurs during start frame
|
||
- i3c: master: svc: return actual transfer data len
|
||
- i3c: master: svc: rename read_len as actual_len
|
||
- i3c: add actual_len in i3c_priv_xfer
|
||
- net: lan966x: Remove ptp traps in case the ptp is not enabled.
|
||
- rv: Update rv_en(dis)able_monitor doc to match kernel-doc
|
||
- openvswitch: Set the skbuff pkt_type for proper pmtud support.
|
||
- pNFS/filelayout: fixup pNfs allocation modes
|
||
- regulator: tps6594-regulator: Correct multi-phase configuration
|
||
- af_unix: Update unix_sk(sk)->oob_skb under sk_receive_queue lock.
|
||
- regulator: tps6287x: Force writing VSEL bit
|
||
- regulator: pickable ranges: don't always cache vsel
|
||
- rpcrdma: fix handling for RDMA_CM_EVENT_DEVICE_REMOVAL
|
||
- sunrpc: fix NFSACL RPC retry on soft mount
|
||
- nfs: keep server info for remounts
|
||
- NFSv4: Fixup smatch warning for ambiguous return
|
||
- ASoC: tas2552: Add TX path for capturing AUDIO-OUT data
|
||
- nfc: nci: Fix uninit-value in nci_rx_work
|
||
- selftests: net: kill smcrouted in the cleanup logic in amt.sh
|
||
- ipv6: sr: fix missing sk_buff release in seg6_input_core
|
||
- net: Always descend into dsa/ folder with CONFIG_NET_DSA enabled
|
||
- x86/kconfig: Select ARCH_WANT_FRAME_POINTERS again when UNWINDER_FRAME_POINTER=y
|
||
- perf/arm-dmc620: Fix lockdep assert in ->event_init()
|
||
- xen/x86: add extra pages to unpopulated-alloc if available
|
||
- regulator: bd71828: Don't overwrite runtime voltages
|
||
- blk-cgroup: Properly propagate the iostat update up the hierarchy
|
||
- blk-cgroup: fix list corruption from resetting io stat
|
||
- drm/nouveau: use tile_mode and pte_kind for VM_BIND bo allocations
|
||
- nouveau: add an ioctl to report vram usage
|
||
- nouveau: add an ioctl to return vram bar size.
|
||
- ASoC: mediatek: mt8192: fix register configuration for tdm
|
||
- ALSA: hda: cs35l56: Fix lifetime of cs_dsp instance
|
||
- ALSA: hda: cs35l56: Initialize all ASP1 registers
|
||
- ASoC: cs35l56: Fix to ensure ASP1 registers match cache
|
||
- null_blk: Fix the WARNING: modpost: missing MODULE_DESCRIPTION()
|
||
- ASoC: tas2781: Fix a warning reported by robot kernel test
|
||
- selftests/powerpc/dexcr: Add -no-pie to hashchk tests
|
||
- Revert "drm/bridge: ti-sn65dsi83: Fix enable error path"
|
||
- media: cec: core: avoid confusing "transmit timed out" message
|
||
- media: cec: core: avoid recursive cec_claim_log_addrs
|
||
- media: cec: cec-api: add locking in cec_release()
|
||
- media: cec: cec-adap: always cancel work in cec_transmit_msg_fh
|
||
- media: sunxi: a83-mips-csi2: also select GENERIC_PHY
|
||
- cxl/region: Fix cxlr_pmem leaks
|
||
- cxl/trace: Correct DPA field masks for general_media & dram events
|
||
- um: Fix the declaration of kasan_map_memory
|
||
- um: Fix the -Wmissing-prototypes warning for get_thread_reg
|
||
- um: Fix the -Wmissing-prototypes warning for __switch_mm
|
||
- powerpc/pseries: Add failure related checks for h_get_mpp and h_get_ppp
|
||
- media: flexcop-usb: fix sanity check of bNumEndpoints
|
||
- platform/x86: thinkpad_acpi: Take hotkey_mutex during hotkey_exit()
|
||
- tools/arch/x86/intel_sdsi: Fix meter_certificate decoding
|
||
- tools/arch/x86/intel_sdsi: Fix meter_show display
|
||
- tools/arch/x86/intel_sdsi: Fix maximum meter bundle length
|
||
- media: mediatek: vcodec: fix possible unbalanced PM counter
|
||
- media: mediatek: vcodec: add encoder power management helper functions
|
||
- drm/amdgpu: Fix buffer size in gfx_v9_4_3_init_ cp_compute_microcode() and rlc_microcode()
|
||
- drm/amdgpu: init microcode chip name from ip versions
|
||
- Input: cyapa - add missing input core locking to suspend/resume functions
|
||
- drm/bridge: tc358775: fix support for jeida-18 and jeida-24
|
||
- um: vector: fix bpfflash parameter evaluation
|
||
- um: Add winch to winch_handlers before registering winch IRQ
|
||
- um: Fix return value in ubd_init()
|
||
- drm/meson: gate px_clk when setting rate
|
||
- drm/mediatek: dp: Fix mtk_dp_aux_transfer return value
|
||
- drm/msm/dpu: Always flush the slave INTF on the CTL
|
||
- drm/msm/dsi: Print dual-DSI-adjusted pclk instead of original mode pclk
|
||
- media: ov2680: Do not fail if data-lanes property is absent
|
||
- media: ov2680: Allow probing if link-frequencies is absent
|
||
- media: ov2680: Clear the 'ret' variable on success
|
||
- media: v4l: Don't turn on privacy LED if streamon fails
|
||
- media: v4l2-subdev: Document and enforce .s_stream() requirements
|
||
- Input: pm8xxx-vibrator - correct VIB_MAX_LEVELS calculation
|
||
- mmc: sdhci_am654: Fix ITAPDLY for HS400 timing
|
||
- mmc: sdhci_am654: Add ITAPDLYSEL in sdhci_j721e_4bit_set_clock
|
||
- mmc: sdhci_am654: Add OTAP/ITAP delay enable
|
||
- mmc: sdhci_am654: Drop lookup for deprecated ti,otap-del-sel
|
||
- mmc: sdhci_am654: Write ITAPDLY for DDR52 timing
|
||
- mmc: sdhci_am654: Add tuning algorithm for delay chain
|
||
- Input: ims-pcu - fix printf string overflow
|
||
- dt-bindings: adc: axi-adc: add clocks property
|
||
- dt-bindings: adc: axi-adc: update bindings for backend framework
|
||
- eventfs: Have "events" directory get permissions from its parent
|
||
- eventfs: Free all of the eventfs_inode after RCU
|
||
- eventfs/tracing: Add callback for release of an eventfs_inode
|
||
- eventfs: Create eventfs_root_inode to store dentry
|
||
- serial: sc16is7xx: fix bug in sc16is7xx_set_baud() when using prescaler
|
||
- serial: sc16is7xx: replace hardcoded divisor value with BIT() macro
|
||
- misc/pvpanic-pci: register attributes via pci_driver
|
||
- misc/pvpanic: deduplicate common code
|
||
- iio: accel: mxc4005: Reset chip on probe() and resume()
|
||
- iio: accel: mxc4005: allow module autoloading via OF compatible
|
||
- eventfs: Do not differentiate the toplevel events directory
|
||
- drm/amd/display: Revert Remove pixle rate limit for subvp
|
||
- drm/amd/display: Remove pixle rate limit for subvp
|
||
- dt-bindings: PCI: rockchip,rk3399-pcie: Add missing maxItems to ep-gpios
|
||
- s390/boot: Remove alt_stfle_fac_list from decompressor
|
||
- s390/ipl: Fix incorrect initialization of nvme dump block
|
||
- s390/ipl: Fix incorrect initialization of len fields in nvme reipl block
|
||
- s390/vdso: Use standard stack frame layout
|
||
- s390/vdso: Generate unwind information for C modules
|
||
- s390/vdso64: filter out munaligned-symbols flag for vdso
|
||
- LoongArch: Fix callchain parse error with kernel tracepoint events again
|
||
- perf tools: Add/use PMU reverse lookup from config to name
|
||
- perf tools: Use pmus to describe type from attribute
|
||
- perf pmu: "Compat" supports regular expression matching identifiers
|
||
- perf pmu: Move pmu__find_core_pmu() to pmus.c
|
||
- perf test: Add a test for strcmp_cpuid_str() expression
|
||
- perf stat: Don't display metric header for non-leader uncore events
|
||
- usb: fotg210: Add missing kernel doc description
|
||
- f2fs: fix to add missing iput() in gc_data_segment()
|
||
- perf daemon: Fix file leak in daemon_session__control
|
||
- libsubcmd: Fix parse-options memory leak
|
||
- serial: sh-sci: protect invalidating RXDMA on shutdown
|
||
- f2fs: fix to release node block count in error path of f2fs_new_node_page()
|
||
- f2fs: compress: fix to cover {reserve,release}_compress_blocks() w/ cp_rwsem lock
|
||
- f2fs: compress: fix error path of inc_valid_block_count()
|
||
- f2fs: introduce get_available_block_count() for cleanup
|
||
- f2fs: deprecate io_bits
|
||
- f2fs: compress: fix to update i_compr_blocks correctly
|
||
- perf symbols: Fix ownership of string in dso__load_vmlinux()
|
||
- perf maps: Move symbol maps functions to maps.c
|
||
- perf thread: Fixes to thread__new() related to initializing comm
|
||
- perf report: Avoid SEGV in report__setup_sample_type()
|
||
- perf ui browser: Avoid SEGV on title
|
||
- f2fs: fix block migration when section is not aligned to pow2
|
||
- f2fs: support file pinning for zoned devices
|
||
- f2fs: kill heap-based allocation
|
||
- f2fs: separate f2fs_gc_range() to use GC for a range
|
||
- f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SEC
|
||
- f2fs: support printk_ratelimited() in f2fs_printk()
|
||
- f2fs: Clean up errors in segment.h
|
||
- PCI/EDR: Align EDR_PORT_LOCATE_DSM with PCI Firmware r3.3
|
||
- PCI/EDR: Align EDR_PORT_DPC_ENABLE_DSM with PCI Firmware r3.3
|
||
- dt-bindings: spmi: hisilicon,hisi-spmi-controller: fix binding references
|
||
- extcon: max8997: select IRQ_DOMAIN instead of depending on it
|
||
- perf ui browser: Don't save pointer to stack memory
|
||
- perf bench internals inject-build-id: Fix trap divide when collecting just one DSO
|
||
- i2c: synquacer: Fix an error handling path in synquacer_i2c_probe()
|
||
- i2c: cadence: Avoid fifo clear after start
|
||
- ppdev: Add an error check in register_device
|
||
- ppdev: Remove usage of the deprecated ida_simple_xx() API
|
||
- stm class: Fix a double free in stm_register_device()
|
||
- usb: gadget: u_audio: Clear uac pointer when freed.
|
||
- dt-bindings: phy: qcom,usb-snps-femto-v2: use correct fallback for sc8180x
|
||
- dt-bindings: phy: qcom,sc8280xp-qmp-ufs-phy: fix msm899[68] power-domains
|
||
- watchdog: sa1100: Fix PTR_ERR_OR_ZERO() vs NULL check in sa1100dog_probe()
|
||
- watchdog: bd9576: Drop "always-running" property
|
||
- pinctrl: qcom: pinctrl-sm7150: Fix sdc1 and ufs special pins regs
|
||
- dt-bindings: pinctrl: mediatek: mt7622: fix array properties
|
||
- VMCI: Fix an error handling path in vmci_guest_probe_device()
|
||
- ovl: remove upper umask handling from ovl_create_upper()
|
||
- leds: pwm: Disable PWM when going to suspend
|
||
- pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()
|
||
- perf intel-pt: Fix unassigned instruction op (discovered by MemorySanitizer)
|
||
- PCI: Wait for Link Training==0 before starting Link retrain
|
||
- microblaze: Remove early printk call from cpuinfo-static.c
|
||
- microblaze: Remove gcc flag for non existing early_printk.c file
|
||
- udf: Convert udf_expand_file_adinicb() to use a folio
|
||
- udf: Remove GFP_NOFS allocation in udf_expand_file_adinicb()
|
||
- i915: make inject_virtual_interrupt() void
|
||
- coresight: etm4x: Fix access to resource selector registers
|
||
- coresight: etm4x: Safe access for TRCQCLTR
|
||
- coresight: etm4x: Do not save/restore Data trace control registers
|
||
- coresight: etm4x: Do not hardcode IOMEM access for register restore
|
||
- iio: adc: adi-axi-adc: only error out in major version mismatch
|
||
- iio: adc: adi-axi-adc: move to backend framework
|
||
- iio: adc: ad9467: convert to backend framework
|
||
- iio: add the IIO backend framework
|
||
- iio: buffer-dmaengine: export buffer alloc and free functions
|
||
- iio: adc: adi-axi-adc: convert to regmap
|
||
- iio: adc: ad9467: use chip_info variables instead of array
|
||
- iio: adc: ad9467: use spi_get_device_match_data()
|
||
- iio: pressure: dps310: support negative temperature values
|
||
- perf test shell arm_coresight: Increase buffer size for Coresight basic tests
|
||
- perf docs: Document bpf event modifier
|
||
- coresight: etm4x: Fix unbalanced pm_runtime_enable()
|
||
- riscv: dts: starfive: visionfive 2: Remove non-existing TDM hardware
|
||
- iio: adc: stm32: Fixing err code to not indicate success
|
||
- f2fs: fix to check pinfile flag in f2fs_move_file_range()
|
||
- f2fs: fix to relocate check condition in f2fs_fallocate()
|
||
- f2fs: compress: fix to relocate check condition in f2fs_ioc_{,de}compress_file()
|
||
- f2fs: compress: fix to relocate check condition in f2fs_{release,reserve}_compress_blocks()
|
||
- perf bench uprobe: Remove lib64 from libc.so.6 binary path
|
||
- dt-bindings: PCI: rcar-pci-host: Add missing IOMMU properties
|
||
- dt-bindings: PCI: rcar-pci-host: Add optional regulators
|
||
- perf record: Fix debug message placement for test consumption
|
||
- perf record: Move setting tracking events before record__init_thread_masks()
|
||
- perf evlist: Add evlist__findnew_tracking_event() helper
|
||
- perf tests: Apply attributes to all events in object code reading test
|
||
- perf tests: Make "test data symbol" more robust on Neoverse N1
|
||
- arm64: dts: meson: fix S4 power-controller node
|
||
- interconnect: qcom: qcm2290: Fix mas_snoc_bimc QoS port assignment
|
||
- module: don't ignore sysfs_create_link() failures
|
||
- serial: sc16is7xx: add proper sched.h include for sched_set_fifo()
|
||
- PCI: tegra194: Fix probe path for Endpoint mode
|
||
- greybus: arche-ctrl: move device table to its right location
|
||
- serial: max3100: Fix bitwise types
|
||
- serial: max3100: Update uart_driver_registered on driver removal
|
||
- perf annotate: Fix annotation_calc_lines() to pass correct address to get_srcline()
|
||
- perf annotate: Use global annotation_options
|
||
- perf top: Convert to the global annotation_options
|
||
- perf report: Convert to the global annotation_options
|
||
- perf annotate: Introduce global annotation_options
|
||
- perf annotate: Split branch stack cycles information out of 'struct annotation_line'
|
||
- perf machine thread: Remove exited threads by default
|
||
- perf record: Lazy load kernel symbols
|
||
- firmware: dmi-id: add a release callback function
|
||
- dmaengine: idma64: Add check for dma_set_max_seg_size
|
||
- soundwire: cadence: fix invalid PDI offset
|
||
- perf stat: Do not fail on metrics on s390 z/VM systems
|
||
- usb: typec: ucsi: simplify partner's PD caps registration
|
||
- usb: typec: ucsi: always register a link to USB PD device
|
||
- perf annotate: Get rid of duplicate --group option item
|
||
- counter: linux/counter.h: fix Excess kernel-doc description warning
|
||
- f2fs: fix to wait on page writeback in __clone_blkaddrs()
|
||
- phy: qcom: qmp-combo: fix duplicate return in qmp_v4_configure_dp_phy
|
||
- iio: core: Leave private pointer NULL when no private data supplied
|
||
- perf probe: Add missing libgen.h header needed for using basename()
|
||
- perf record: Delete session after stopping sideband thread
|
||
- sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_level
|
||
- af_packet: do not call packet_read_pending() from tpacket_destruct_skb()
|
||
- net: qrtr: ns: Fix module refcnt
|
||
- selftests: net: bridge: increase IGMP/MLD exclude timeout membership interval
|
||
- tracing/user_events: Fix non-spaced field matching
|
||
- tracing/user_events: Prepare find/delete for same name events
|
||
- tracing/user_events: Allow events to persist for perfmon_capable users
|
||
- RDMA/cma: Fix kmemleak in rdma_core observed during blktests nvme/rdma use siw
|
||
- RDMA/IPoIB: Fix format truncation compilation errors
|
||
- selftests/kcmp: remove unused open mode
|
||
- SUNRPC: Fix gss_free_in_token_pages()
|
||
- bnxt_re: avoid shift undefined behavior in bnxt_qplib_alloc_init_hwq
|
||
- RDMA/bnxt_re: Adds MSN table capability for Gen P7 adapters
|
||
- RDMA/bnxt_re: Update the HW interface definitions
|
||
- RDMA/bnxt_re: Remove roundup_pow_of_two depth for all hardware queue resources
|
||
- RDMA/bnxt_re: Refactor the queue index update
|
||
- ext4: remove the redundant folio_wait_stable()
|
||
- ext4: fix potential unnitialized variable
|
||
- sunrpc: removed redundant procp check
|
||
- ext4: avoid excessive credit estimate in ext4_tmpfile()
|
||
- x86/insn: Add VEX versions of VPDPBUSD, VPDPBUSDS, VPDPWSSD and VPDPWSSDS
|
||
- x86/insn: Fix PUSH instruction in x86 instruction decoder opcode map
|
||
- clk: qcom: mmcc-msm8998: fix venus clock issue
|
||
- clk: qcom: dispcc-sm8550: fix DisplayPort clocks
|
||
- clk: qcom: dispcc-sm6350: fix DisplayPort clocks
|
||
- clk: qcom: dispcc-sm8450: fix DisplayPort clocks
|
||
- lib/test_hmm.c: handle src_pfns and dst_pfns allocation failure
|
||
- clk: renesas: r9a07g043: Add clock and reset entry for PLIC
|
||
- clk: renesas: r8a779a0: Fix CANFD parent clock
|
||
- IB/mlx5: Use __iowrite64_copy() for write combining stores
|
||
- RDMA/rxe: Fix incorrect rxe_put in error path
|
||
- RDMA/rxe: Allow good work requests to be executed
|
||
- clk: qcom: clk-alpha-pll: remove invalid Stromer register offset
|
||
- clk: rs9: fix wrong default value for clock amplitude
|
||
- clk: mediatek: mt8365-mm: fix DPI0 parent
|
||
- clk: mediatek: pllfh: Don't log error for missing fhctl node
|
||
- RDMA/mlx5: Adding remote atomic access flag to updatable flags
|
||
- RDMA/mlx5: Uncacheable mkey has neither rb_key or cache_ent
|
||
- clk: samsung: exynosautov9: fix wrong pll clock id value
|
||
- media: cadence: csi2rx: configure DPHY before starting source stream
|
||
- drm/edid: Parse topology block for all DispID structure v1.x
|
||
- drm/rockchip: vop2: Do not divide height twice for YUV
|
||
- media: uvcvideo: Add quirk for Logitech Rally Bar
|
||
- drm/mipi-dsi: use correct return type for the DSC functions
|
||
- drm/panel: simple: Add missing Innolux G121X1-L03 format, flags, connector
|
||
- drm/bridge: anx7625: Update audio status while detecting
|
||
- drm/panel: novatek-nt35950: Don't log an error when DSI host can't be found
|
||
- drm/bridge: dpc3433: Don't log an error when DSI host can't be found
|
||
- drm/bridge: tc358775: Don't log an error when DSI host can't be found
|
||
- drm/bridge: lt9611uxc: Don't log an error when DSI host can't be found
|
||
- drm/bridge: lt9611: Don't log an error when DSI host can't be found
|
||
- drm/bridge: lt8912b: Don't log an error when DSI host can't be found
|
||
- drm/bridge: icn6211: Don't log an error when DSI host can't be found
|
||
- drm/bridge: anx7625: Don't log an error when DSI host can't be found
|
||
- ASoC: tracing: Export SND_SOC_DAPM_DIR_OUT to its value
|
||
- drm: vc4: Fix possible null pointer dereference
|
||
- media: atomisp: ssh_css: Fix a null-pointer dereference in load_video_binaries
|
||
- fbdev: sh7760fb: allow modular build
|
||
- media: v4l2-subdev: Fix stream handling for crop API
|
||
- media: i2c: et8ek8: Don't strip remove function when driver is builtin
|
||
- media: dt-bindings: ovti,ov2680: Fix the power supply names
|
||
- media: ipu3-cio2: Request IRQ earlier
|
||
- drm/msm/dp: Avoid a long timeout for AUX transfer if nothing connected
|
||
- drm/msm/dp: allow voltage swing / pre emphasis of 3
|
||
- media: radio-shark2: Avoid led_names truncations
|
||
- media: rcar-vin: work around -Wenum-compare-conditional warning
|
||
- media: ngene: Add dvb_ca_en50221_init return value check
|
||
- ASoC: Intel: avs: Test result of avs_get_module_entry()
|
||
- ASoC: Intel: avs: Fix potential integer overflow
|
||
- ASoC: Intel: avs: Fix ASRC module initialization
|
||
- selftests: cgroup: skip test_cgcore_lesser_ns_open when cgroup2 mounted without nsdelegate
|
||
- fbdev: sisfb: hide unused variables
|
||
- ASoC: SOF: Intel: mtl: Implement firmware boot state check
|
||
- ASoC: SOF: Intel: mtl: Disable interrupts when firmware boot failed
|
||
- ASoC: SOF: Intel: mtl: call dsp dump when boot retry fails
|
||
- ASoC: SOF: Intel: lnl: Correct rom_status_reg
|
||
- ASoC: SOF: Intel: mtl: Correct rom_status_reg
|
||
- ASoC: SOF: Intel: pci-mtl: fix ARL-S definitions
|
||
- ASoC: SOF: Intel: pci-mtl: use ARL specific firmware definitions
|
||
- ASoC: Intel: common: add ACPI matching tables for Arrow Lake
|
||
- powerpc/fsl-soc: hide unused const variable
|
||
- drm/meson: vclk: fix calculation of 59.94 fractional rates
|
||
- ASoC: kirkwood: Fix potential NULL dereference
|
||
- fbdev: shmobile: fix snprintf truncation
|
||
- mtd: rawnand: hynix: fixed typo
|
||
- mtd: core: Report error if first mtd_otp_size() call fails in mtd_otp_nvmem_add()
|
||
- ASoC: Intel: avs: ssm4567: Do not ignore route checks
|
||
- ASoC: Intel: Disable route checks for Skylake boards
|
||
- drm/amd/display: Fix potential index out of bounds in color transformation function
|
||
- drm/panel: atna33xc20: Fix unbalanced regulator in the case HPD doesn't assert
|
||
- drm/dp: Don't attempt AUX transfers when eDP panels are not powered
|
||
- drm/lcdif: Do not disable clocks on already suspended hardware
|
||
- dev_printk: Add and use dev_no_printk()
|
||
- printk: Let no_printk() use _printk()
|
||
- drm/omapdrm: Fix console with deferred ops
|
||
- fbdev: Provide I/O-memory helpers as module
|
||
- drm/omapdrm: Fix console by implementing fb_dirty
|
||
- drm/ci: update device type for volteer devices
|
||
- drm/ci: add subset-1-gfx to LAVA_TAGS and adjust shards
|
||
- drm/ci: uprev mesa version: fix container build & crosvm
|
||
- drm/bridge: Fix improper bridge init order with pre_enable_prev_first
|
||
- Bluetooth: qca: Fix error code in qca_read_fw_build_info()
|
||
- Bluetooth: compute LE flow credits based on recvbuf space
|
||
- net: micrel: Fix receiving the timestamp in the frame for lan8841
|
||
- mptcp: SO_KEEPALIVE: fix getsockopt support
|
||
- riscv, bpf: make some atomic operations fully ordered
|
||
- s390/bpf: Emit a barrier for BPF_FETCH instructions
|
||
- net/mlx5: Reload only IB representors upon lag disable/enable
|
||
- net/mlx5: Enable 4 ports multiport E-switch
|
||
- ipv6: sr: fix invalid unregister error path
|
||
- ipv6: sr: fix incorrect unregister order
|
||
- ipv6: sr: add missing seg6_local_exit
|
||
- net: usb: smsc95xx: stop lying about skb->truesize
|
||
- net: ethernet: cortina: Locking fixes
|
||
- selftests: net: move amt to socat for better compatibility
|
||
- selftests: net: add missing config for amt.sh
|
||
- selftests: net: add more missing kernel config
|
||
- net: ipv6: fix wrong start position when receive hop-by-hop fragment
|
||
- m68k: mac: Fix reboot hang on Mac IIci
|
||
- m68k: Fix spinlock race in kernel thread creation
|
||
- net: usb: sr9700: stop lying about skb->truesize
|
||
- usb: aqc111: stop lying about skb->truesize
|
||
- HID: amd_sfh: Handle "no sensors" in PM operations
|
||
- wifi: mwl8k: initialize cmd->addr[] properly
|
||
- scsi: qla2xxx: Fix debugfs output for fw_resource_count
|
||
- scsi: bfa: Ensure the copied buf is NUL terminated
|
||
- HID: intel-ish-hid: ipc: Add check for pci_alloc_irq_vectors
|
||
- selftests/bpf: Fix pointer arithmetic in test_xdp_do_redirect
|
||
- kunit: Fix kthread reference
|
||
- selftests: default to host arch for LLVM builds
|
||
- selftests/resctrl: fix clang build failure: use LOCAL_HDRS
|
||
- selftests/binderfs: use the Makefile's rules, not Make's implicit rules
|
||
- libbpf: Fix error message in attach_kprobe_multi
|
||
- wifi: mt76: mt7603: add wpdma tx eof flag for PSE client reset
|
||
- wifi: mt76: mt7603: fix tx queue of loopback packets
|
||
- Revert "sh: Handle calling csum_partial with misaligned data"
|
||
- sh: kprobes: Merge arch_copy_kprobe() into arch_prepare_kprobe()
|
||
- wifi: ar5523: enable proper endpoint verification
|
||
- net: give more chances to rcu in netdev_wait_allrefs_any()
|
||
- pwm: sti: Simplify probe function using devm functions
|
||
- pwm: sti: Prepare removing pwm_chip from driver data
|
||
- tcp: avoid premature drops in tcp_add_backlog()
|
||
- net: dsa: mv88e6xxx: Avoid EEPROM timeout without EEPROM on 88E6250-family switches
|
||
- net: dsa: mv88e6xxx: Add support for model-specific pre- and post-reset handlers
|
||
- wifi: ath10k: populate board data for WCN3990
|
||
- cpufreq: brcmstb-avs-cpufreq: ISO C90 forbids mixed declarations
|
||
- scsi: ufs: core: mcq: Fix ufshcd_mcq_sqe_search()
|
||
- selftests/bpf: Fix a fd leak in error paths in open_netns
|
||
- gfs2: do_xmote fixes
|
||
- gfs2: finish_xmote cleanup
|
||
- gfs2: Rename gfs2_withdrawn to gfs2_withdrawing_or_withdrawn
|
||
- gfs2: Mark withdraws as unlikely
|
||
- gfs2: Rename gfs2_lookup_{ simple => meta }
|
||
- gfs2: Convert gfs2_internal_read to folios
|
||
- gfs2: Get rid of gfs2_alloc_blocks generation parameter
|
||
- wifi: ath10k: Fix an error code problem in ath10k_dbg_sta_write_peer_debug_trigger()
|
||
- dt-bindings: thermal: loongson,ls2k-thermal: Fix incorrect compatible definition
|
||
- dt-bindings: thermal: loongson,ls2k-thermal: Add Loongson-2K0500 compatible
|
||
- dt-bindings: thermal: loongson,ls2k-thermal: Fix binding check issues
|
||
- thermal/drivers/tsens: Fix null pointer dereference
|
||
- x86/purgatory: Switch to the position-independent small code model
|
||
- scsi: hpsa: Fix allocation size for Scsi_Host private data
|
||
- scsi: libsas: Fix the failure of adding phy with zero-address to port
|
||
- udp: Avoid call to compute_score on multiple sites
|
||
- x86/pat: Fix W^X violation false-positives when running as Xen PV guest
|
||
- x86/pat: Restructure _lookup_address_cpa()
|
||
- x86/pat: Introduce lookup_address_in_pgd_attr()
|
||
- cpufreq: exit() callback is optional
|
||
- tcp: increase the default TCP scaling ratio
|
||
- selftests/bpf: Fix umount cgroup2 error in test_sockmap
|
||
- x86/boot/64: Clear most of CR4 in startup_64(), except PAE, MCE and LA57
|
||
- gfs2: Fix "ignore unlock failures after withdraw"
|
||
- gfs2: Don't forget to complete delayed withdraw
|
||
- ACPI: disable -Wstringop-truncation
|
||
- irqchip/loongson-pch-msi: Fix off-by-one on allocation error path
|
||
- irqchip/alpine-msi: Fix off-by-one in allocation error path
|
||
- locking/atomic/x86: Correct the definition of __arch_try_cmpxchg128()
|
||
- ACPI: LPSS: Advertise number of chip selects via property
|
||
- scsi: ufs: core: Perform read back after disabling UIC_COMMAND_COMPL
|
||
- scsi: ufs: core: Perform read back after disabling interrupts
|
||
- scsi: ufs: core: Perform read back after writing UTP_TASK_REQ_LIST_BASE_H
|
||
- scsi: ufs: cdns-pltfrm: Perform read back after writing HCLKDIV
|
||
- scsi: ufs: qcom: Perform read back after writing CGC enable
|
||
- scsi: ufs: qcom: Perform read back after writing unipro mode
|
||
- scsi: ufs: qcom: Perform read back after writing REG_UFS_SYS1CLK_1US
|
||
- scsi: ufs: qcom: Perform read back after writing reset bit
|
||
- bpf: prevent r10 register from being marked as precise
|
||
- bpf: Pack struct bpf_fib_lookup
|
||
- bpftool: Mount bpffs on provided dir instead of parent dir
|
||
- wifi: carl9170: re-fix fortified-memset warning
|
||
- dlm: fix user space lock decision to copy lvb
|
||
- bitops: add missing prototype check
|
||
- mlx5: stop warning for 64KB pages
|
||
- mlx5: avoid truncating error message
|
||
- qed: avoid truncating work queue length
|
||
- enetc: avoid truncating error message
|
||
- ACPI: Fix Generic Initiator Affinity _OSC bit
|
||
- sched/fair: Add EAS checks before updating root_domain::overutilized
|
||
- wifi: iwlwifi: mvm: fix check in iwl_mvm_sta_fw_id_mask
|
||
- wifi: iwlwifi: reconfigure TLC during HW restart
|
||
- wifi: iwlwifi: mvm: select STA mask only for active links
|
||
- wifi: iwlwifi: mvm: allocate STA links only for active links
|
||
- wifi: ieee80211: fix ieee80211_mle_basic_sta_prof_size_ok()
|
||
- x86/boot: Ignore relocations in .notes sections in walk_relocs() too
|
||
- wifi: mt76: mt7915: workaround too long expansion sparse warnings
|
||
- wifi: ath12k: use correct flag field for 320 MHz channels
|
||
- bpftool: Fix missing pids during link show
|
||
- wifi: ath11k: don't force enable power save on non-running vdevs
|
||
- wifi: brcmfmac: pcie: handle randbuf allocation failure
|
||
- wifi: ath10k: poll service ready message before failing
|
||
- block: fix and simplify blkdevparts= cmdline parsing
|
||
- lkdtm: Disable CFI checking for perms functions
|
||
- soc: qcom: pmic_glink: Make client-lock non-sleeping
|
||
- null_blk: Fix missing mutex_destroy() at module removal
|
||
- soc: mediatek: cmdq: Fix typo of CMDQ_JUMP_RELATIVE
|
||
- firmware: qcom: scm: Fix __scm and waitq completion variable initialization
|
||
- soc: qcom: pmic_glink: notify clients about the current state
|
||
- soc: qcom: pmic_glink: don't traverse clients list without a lock
|
||
- s390/mm: Re-enable the shared zeropage for !PV and !skeys KVM guests
|
||
- mm/userfaultfd: Do not place zeropages when zeropages are disallowed
|
||
- io-wq: write next_work before dropping acct_lock
|
||
- ARM: configs: sunxi: Enable DRM_DW_HDMI
|
||
- io_uring: use the right type for work_llist empty check
|
||
- s390/cio: fix tracepoint subchannel type field
|
||
- crypto: x86/sha512-avx2 - add missing vzeroupper
|
||
- crypto: x86/sha256-avx2 - add missing vzeroupper
|
||
- crypto: x86/nh-avx2 - add missing vzeroupper
|
||
- crypto: ccp - drop platform ifdef checks
|
||
- parisc: add missing export of __cmpxchg_u8()
|
||
- nilfs2: fix out-of-range warning
|
||
- firmware: raspberrypi: Use correct device for DMA mappings
|
||
- mm/slub, kunit: Use inverted data to corrupt kmem cache
|
||
- openpromfs: finish conversion to the new mount API
|
||
- nvmet: prevent sprintf() overflow in nvmet_subsys_nsid_exists()
|
||
- ksmbd: fix uninitialized symbol 'share' in smb2_tree_connect()
|
||
- epoll: be better about file lifetimes
|
||
- nvmet: fix nvme status code when namespace is disabled
|
||
- nvmet-tcp: fix possible memory leak when tearing down a controller
|
||
- nvme: cancel pending I/O if nvme controller is in terminal state
|
||
- nvmet-auth: replace pr_debug() with pr_err() to report an error.
|
||
- nvmet-auth: return the error code to the nvmet_auth_host_hash() callers
|
||
- nvme: find numa distance only if controller has valid numa id
|
||
- drm/amdkfd: Flush the process wq before creating a kfd_process
|
||
- drm/amd/display: Disable seamless boot on 128b/132b encoding
|
||
- drm/amd/display: Fix DC mode screen flickering on DCN321
|
||
- drm/amd/display: Add VCO speed parameter for DCN31 FPU
|
||
- drm/amd/display: Allocate zero bw after bw alloc enable
|
||
- drm/amd/display: Add dtbclk access to dcn315
|
||
- drm/amdgpu: Fix VRAM memory accounting
|
||
- ALSA: hda: intel-dsp-config: harden I2C/I2S codec detection
|
||
- ASoC: da7219-aad: fix usage of device_get_named_child_node()
|
||
- platform/x86: ISST: Add Grand Ridge to HPM CPU list
|
||
- softirq: Fix suspicious RCU usage in __do_softirq()
|
||
- ALSA: emu10k1: make E-MU FPGA writes potentially more reliable
|
||
- bpf, x86: Fix PROBE_MEM runtime load check
|
||
- fpga: dfl-pci: add PCI subdevice ID for Intel D5005 card
|
||
- Input: xpad - add support for ASUS ROG RAIKIRI
|
||
- KVM: selftests: Add test for uaccesses to non-existent vgic-v2 CPUIF
|
||
- ASoC: rt715-sdca: volume step modification
|
||
- ASoC: rt715: add vendor clear control register
|
||
- ASoC: cs35l41: Update DSP1RX5/6 Sources for DSP config
|
||
- regulator: vqmmc-ipq4019: fix module autoloading
|
||
- regulator: qcom-refgen: fix module autoloading
|
||
- ASoC: rt722-sdca: add headset microphone vrefo setting
|
||
- ASoC: rt722-sdca: modify channel number to support 4 channels
|
||
- ASoC: dt-bindings: rt5645: add cbj sleeve gpio property
|
||
- ASoC: rt5645: Fix the electric noise due to the CBJ contacts floating
|
||
- ASoC: acp: Support microphone from device Acer 315-24p
|
||
- ASoC: SOF: pcm: Restrict DSP D0i3 during S0ix to IPC3
|
||
- ALSA: hda: cs35l56: Exit cache-only after cs35l56_wait_for_firmware_boot()
|
||
- regulator: irq_helpers: duplicate IRQ name
|
||
- ASoC: Intel: bytcr_rt5640: Apply Asus T100TA quirk to Asus T100TAM too
|
||
- sched/isolation: Fix boot crash when maxcpus < first housekeeping CPU
|
||
- selftests: sud_test: return correct emulated syscall value on RISC-V
|
||
- drm/etnaviv: fix tx clock gating on some GC7000 variants
|
||
- LoongArch: Lately init pmu after smp is online
|
||
- cpu: Ignore "mitigations" kernel parameter if CPU_MITIGATIONS=n
|
||
- drm/amdgpu: Fix the ring buffer size for queue VM flush
|
||
- drm/amdkfd: Add VRAM accounting for SVM migration
|
||
- drm/amd/pm: Restore config space after reset
|
||
- drm/amdgpu: Update BO eviction priorities
|
||
- drm/amd/display: Set color_mgmt_changed to true on unsuspend
|
||
- net: usb: qmi_wwan: add Telit FN920C04 compositions
|
||
- HID: mcp-2221: cancel delayed_work only when CONFIG_IIO is enabled
|
||
- dt-bindings: rockchip: grf: Add missing type to 'pcie-phy' node
|
||
- wifi: cfg80211: fix the order of arguments for trace events of the tx_rx_evt class
|
||
- wifi: mac80211: ensure beacon is non-S1G prior to extracting the beacon timestamp field
|
||
- wifi: mac80211: don't use rate mask for scanning
|
||
- KEYS: asymmetric: Add missing dependency on CRYPTO_SIG
|
||
- ALSA: hda/realtek: fix mute/micmute LEDs don't work for ProBook 440/460 G11.
|
||
- ksmbd: ignore trailing slashes in share paths
|
||
- ksmbd: avoid to send duplicate oplock break notifications
|
||
- fs/ntfs3: Break dir enumeration if directory contents error
|
||
- fs/ntfs3: Fix case when index is reused during tree transformation
|
||
- fs/ntfs3: Taking DOS names into account during link counting
|
||
- fs/ntfs3: Remove max link count info display during driver init
|
||
- net: smc91x: Fix m68k kernel compilation for ColdFire CPU
|
||
- net: lan966x: remove debugfs directory in probe() error path
|
||
- net: ti: icssg_prueth: Fix NULL pointer dereference in prueth_probe()
|
||
- tools/nolibc/stdlib: fix memory error in realloc()
|
||
- tools/latency-collector: Fix -Wformat-security compile warns
|
||
- net: mana: Fix the extra HZ in mana_hwc_send_request
|
||
- Revert "r8169: don't try to disable interrupts if NAPI is, scheduled already"
|
||
- io_uring: fail NOP if non-zero op flags is passed in
|
||
- Input: try trimming too long modalias strings
|
||
- serial: 8520_mtk: Set RTS on shutdown for Rx in-band wakeup
|
||
- serial: 8250_bcm7271: use default_mux_rate if possible
|
||
- tty: n_gsm: fix missing receive state reset after mode switch
|
||
- selftests/ftrace: Fix BTFARG testcase to check fprobe is enabled correctly
|
||
- x86/tsc: Trust initial offset in architectural TSC-adjust MSRs
|
||
- !10398 BMA: Fix DMA reset problem and change the version
|
||
- BMA/kbox_drv: Change the version number.
|
||
- BMA/veth_drv: Change the version number.
|
||
- BMA/cdev_drv: Change the version number.
|
||
- BMA/edma_drv: Fix DMA reset problem and change the version number.
|
||
- !10358 jbd2: stop waiting for space when jbd2_cleanup_journal_tail() returns error
|
||
- jbd2: stop waiting for space when jbd2_cleanup_journal_tail() returns error
|
||
- !10344 CVE-2024-39471
|
||
- drm/amdgpu: Fix signedness bug in sdma_v4_0_process_trap_irq()
|
||
- drm/amdgpu: add error handle to avoid out-of-bounds
|
||
- !9904 ext4: improve buffered write with more than one blocks_per_folio
|
||
- ext4: improve sub-polio check in ext4_iomap_write_begin()
|
||
- iomap: add iomap_is_fully_dirty()
|
||
- iomap: correct the dirty length in page mkwrite
|
||
- iomap: advance the ifs allocation if we have more than one blocks per folio
|
||
- iomap: support invalidating partial folios
|
||
- iomap: correct the range of a partial dirty clear
|
||
- !9533 net/mlx5: Add a timeout to acquire the command queue semaphore
|
||
- net/mlx5: Add a timeout to acquire the command queue semaphore
|
||
- !10317 improve dump_page() robustness
|
||
- mm: improve dumping of mapcount and page_type
|
||
- mm: add __dump_folio()
|
||
- fs: improve dump_mapping() robustness
|
||
- !9361 macintosh/via-macii: Fix "BUG: sleeping function called from invalid context"
|
||
- macintosh/via-macii: Fix "BUG: sleeping function called from invalid context"
|
||
- !9892 support for SMC-D loopback_lo feature
|
||
- net/smc: enable the smc-lo on the x86 and arm64 platforms
|
||
- net/smc: implement DMB-merged operations of loopback-ism
|
||
- net/smc: adapt cursor update when sndbuf and peer DMB are merged
|
||
- net/smc: {at|de}tach sndbuf to peer DMB if supported
|
||
- net/smc: add operations to merge sndbuf with peer DMB
|
||
- net/smc: register loopback-ism into SMC-D device list
|
||
- net/smc: ignore loopback-ism when dumping SMC-D devices
|
||
- net/smc: mark optional smcd_ops and check for support when called
|
||
- net/smc: implement DMB-related operations of loopback-ism
|
||
- net/smc: implement ID-related operations of loopback-ism
|
||
- net/smc: introduce loopback-ism for SMC intra-OS shortcut
|
||
- net/smc: decouple ism_client from SMC-D DMB registration
|
||
- net/smc: change the term virtual ISM to Emulated-ISM
|
||
- net/smc: fix incorrect SMC-D link group matching logic
|
||
- net/smc: manage system EID in SMC stack instead of ISM driver
|
||
- net/smc: support extended GID in SMC-D lgr netlink attribute
|
||
- net/smc: compatible with 128-bits extended GID of virtual ISM device
|
||
- net/smc: define a reserved CHID range for virtual ISM devices
|
||
- net/smc: introduce virtual ISM device support feature
|
||
- net/smc: support SMCv2.x supplemental features negotiation
|
||
- net/smc: unify the structs of accept or confirm message for v1 and v2
|
||
- net/smc: introduce sub-functions for smc_clc_send_confirm_accept()
|
||
- net/smc: rename some 'fce' to 'fce_v2x' for clarity
|
||
- !10171 netrom: Fix a memory leak in nr_heartbeat_expiry()
|
||
- netrom: Fix a memory leak in nr_heartbeat_expiry()
|
||
- !10312 bpf: Fix too early release of tcx_entry
|
||
- bpf: Fix too early release of tcx_entry
|
||
- !10170 x86: resctrl: Fix illegal access by the chips not having RDT
|
||
- x86: resctrl: Fix illegal access by the chips not having RDT
|
||
- !10311 wifi: mac80211: mesh: Fix leak of mesh_preq_queue objects
|
||
- wifi: mac80211: mesh: Fix leak of mesh_preq_queue objects
|
||
- !10254 fbdev: savage: Handle err return when savagefb_check_var failed
|
||
- fbdev: savage: Handle err return when savagefb_check_var failed
|
||
- !10078 bpf: Set run context for rawtp test_run callback
|
||
- bpf: Set run context for rawtp test_run callback
|
||
- !10261 batman-adv: bypass empty buckets in batadv_purge_orig_ref()
|
||
- batman-adv: bypass empty buckets in batadv_purge_orig_ref()
|
||
- !10066 serial: imx: Introduce timeout when waiting on transmitter empty
|
||
- serial: imx: Introduce timeout when waiting on transmitter empty
|
||
- !9971 KVM: Fix a data race on last_boosted_vcpu in kvm_vcpu_on_spin()
|
||
- KVM: Fix a data race on last_boosted_vcpu in kvm_vcpu_on_spin()
|
||
|
||
' for pr_err
|
||
* Wed Jul 24 2024 ZhangPeng <zhangpeng362@huawei.com> - 6.6.0-35.0.0.43
|
||
- !9782 usb-storage: alauda: Check whether the media is initialized
|
||
- usb-storage: alauda: Check whether the media is initialized
|
||
- !10294 [OLK-6.6] drivers: Fix compile warning "argument used uninitialized"
|
||
- drivers: Fix compile warning "argument used uninitialized"
|
||
- !10257 media: dvb-usb: Fix unexpected infinite loop in dvb_usb_read_remote_control()
|
||
- media: dvb-usb: Fix unexpected infinite loop in dvb_usb_read_remote_control()
|
||
- !10287 CVE-2024-36979
|
||
- net: bridge: mst: pass vlan group directly to br_mst_vlan_set_state
|
||
- net: bridge: mst: fix suspicious rcu usage in br_mst_set_state
|
||
- net: bridge: mst: fix vlan use-after-free
|
||
- !10018 ocfs2: fix NULL pointer dereference in ocfs2_journal_dirty()
|
||
- ocfs2: fix NULL pointer dereference in ocfs2_journal_dirty()
|
||
- !9985 btrfs: zoned: allocate dummy checksums for zoned NODATASUM writes
|
||
- btrfs: zoned: allocate dummy checksums for zoned NODATASUM writes
|
||
- !10260 [RoCE]从社区回合patch到openEuler(OLK-6.6)
|
||
- RDMA/hns: Fix mbx timing out before CMD execution is completed
|
||
- RDMA/hns: Fix insufficient extend DB for VFs.
|
||
- RDMA/hns: Fix undifined behavior caused by invalid max_sge
|
||
- RDMA/hns: Fix shift-out-bounds when max_inline_data is 0
|
||
- RDMA/hns: Fix missing pagesize and alignment check in FRMR
|
||
- RDMA/hns: Fix unmatch exception handling when init eq table fails
|
||
- RDMA/hns: Check atomic wr length
|
||
- !10248 ssb: Fix potential NULL pointer dereference in ssb_device_uevent()
|
||
- ssb: Fix potential NULL pointer dereference in ssb_device_uevent()
|
||
- !9243 Bluetooth: RFCOMM: Fix not validating setsockopt user input
|
||
- Bluetooth: RFCOMM: Fix not validating setsockopt user input
|
||
- !10160 fix CVE-2024-40915
|
||
- riscv: rewrite __kernel_map_pages() to fix sleeping in invalid context
|
||
- !10264 mm: filemap: optimize semantic when thp_exec_enabled is set to 3
|
||
- mm: filemap: optimize semantic when thp_exec_enabled is set to 3
|
||
- !5264 [OLK-6.6]HYGON: Support CSV Reuse ASID feature on Hygon CPUs
|
||
- KVM: SVM: Add support for different CSV guests to reuse the same ASID
|
||
- !10231 fix CVE-2024-41007
|
||
- tcp: avoid too many retransmit packets
|
||
- tcp: use signed arithmetic in tcp_rtx_probe0_timed_out()
|
||
- !10233 fpga: bridge: add owner module and take its refcount
|
||
- fpga: bridge: add owner module and take its refcount
|
||
- !10237 ocfs2: fix NULL pointer dereference in ocfs2_abort_trigger()
|
||
- ocfs2: fix NULL pointer dereference in ocfs2_abort_trigger()
|
||
- !9915 powerpc/pseries: Enforce hcall result buffer validity and size
|
||
- powerpc/pseries: Enforce hcall result buffer validity and size
|
||
- !10148 fs/9p: fix uninitialized values during inode evict
|
||
- fs/9p: fix uninitialized values during inode evict
|
||
- !10056 io_uring/rsrc: don't lock while !TASK_RUNNING
|
||
- io_uring/rsrc: don't lock while !TASK_RUNNING
|
||
- !10226 cxl/region: Fix memregion leaks in devm_cxl_add_region()
|
||
- cxl/region: Fix memregion leaks in devm_cxl_add_region()
|
||
- !10177 ima: Fix use-after-free on a dentry's dname.name
|
||
- ima: Fix use-after-free on a dentry's dname.name
|
||
- !5262 [OLK-6.6]HYGON: Support Hygon DCU passthrough to VMs
|
||
- x86/config: Set CONFIG_HYDCU_FIXUP_HEADER=y by default
|
||
- drm/hygon: Add support to passthrough Hygon DCU to virtual machine
|
||
- !10220 bpf: Fix overrunning reservations in ringbuf
|
||
- bpf: Fix overrunning reservations in ringbuf
|
||
- !10219 CVE-2024-35931
|
||
- drm/amdgpu: Skip do PCI error slot reset during RAS recovery
|
||
- drm/amdgpu : Add hive ras recovery check
|
||
- !10167 CVE-2024-36022
|
||
- drm/amdgpu: Init zone device and drm client after mode-1 reset on reload
|
||
- drm/amdgpu: move the drm client creation behind drm device registration
|
||
- drm/amdkfd: init drm_client with funcs hook
|
||
- drm/amdkfd: Export DMABufs from KFD using GEM handles
|
||
- !9598 fpga: manager: add owner module and take its refcount
|
||
- fpga: manager: add owner module and take its refcount
|
||
- !10139 [sync] PR-10095: CVE-2024-40968
|
||
- MIPS: Octeon: Add PCIe link status check
|
||
- !10044 btrfs: fix CVE-2024-39496
|
||
- btrfs: zoned: fix use-after-free due to race with dev replace
|
||
- btrfs: zoned: factor out DUP bg handling from btrfs_load_block_group_zone_info
|
||
- btrfs: zoned: factor out single bg handling from btrfs_load_block_group_zone_info
|
||
- btrfs: zoned: factor out per-zone logic from btrfs_load_block_group_zone_info
|
||
- btrfs: zoned: introduce a zone_info struct in btrfs_load_block_group_zone_info
|
||
- !10114 v2 ecryptfs: Fix buffer size for tag 66 packet
|
||
- ecryptfs: Fix buffer size for tag 66 packet
|
||
- !10133 ALSA: timer: Set lower bound of start tick time
|
||
- ALSA: timer: Set lower bound of start tick time
|
||
- !10115 efi/unaccepted: touch soft lockup during memory accept
|
||
- efi/unaccepted: touch soft lockup during memory accept
|
||
- !10131 kunit/fortify: Fix mismatched kvalloc()/vfree() usage
|
||
- kunit/fortify: Fix mismatched kvalloc()/vfree() usage
|
||
- !10132 wifi: ath12k: fix out-of-bound access of qmi_invoke_handler()
|
||
- wifi: ath12k: fix out-of-bound access of qmi_invoke_handler()
|
||
- !10188 Part of "mm: mapcount for large folios + page_mapcount() cleanups"
|
||
- mm/rmap: add fast-path for small folios when adding/removing/duplicating
|
||
- mm/rmap: always inline anon/file rmap duplication of a single PTE
|
||
- mm: allow for detecting underflows with page_mapcount() again
|
||
- !10001 tty: n_gsm: fix possible out-of-bounds in gsm0_receive()
|
||
- tty: n_gsm: fix possible out-of-bounds in gsm0_receive()
|
||
- !10176 f2fs: compress: don't allow unaligned truncation on released compress inode
|
||
- f2fs: compress: don't allow unaligned truncation on released compress inode
|
||
- !10106 platform/x86: x86-android-tablets: Unregister devices in reverse order
|
||
- platform/x86: x86-android-tablets: Unregister devices in reverse order
|
||
- !10109 tracing: Build event generation tests only as modules
|
||
- tracing: Build event generation tests only as modules
|
||
- !10166 drop_monitor: replace spin_lock by raw_spin_lock
|
||
- drop_monitor: replace spin_lock by raw_spin_lock
|
||
- !10161 RDMA/mlx5: Add check for srq max_sge attribute
|
||
- RDMA/mlx5: Add check for srq max_sge attribute
|
||
- !10111 drm/exynos: hdmi: report safe 640x480 mode as a fallback when no EDID found
|
||
- drm/exynos: hdmi: report safe 640x480 mode as a fallback when no EDID found
|
||
- !10155 wifi: mac80211: Fix deadlock in ieee80211_sta_ps_deliver_wakeup()
|
||
- wifi: mac80211: Fix deadlock in ieee80211_sta_ps_deliver_wakeup()
|
||
- !10149 mips: bmips: BCM6358: make sure CBR is correctly set
|
||
- mips: bmips: BCM6358: make sure CBR is correctly set
|
||
- !10103 v2 fpga: region: add owner module and take its refcount
|
||
- fpga: region: add owner module and take its refcount
|
||
- !10097 [sync] PR-9741: scsi: qedf: Ensure the copied buf is NUL terminated
|
||
- scsi: qedf: Ensure the copied buf is NUL terminated
|
||
- !10021 drm/exynos/vidi: fix memory leak in .get_modes()
|
||
- drm/exynos/vidi: fix memory leak in .get_modes()
|
||
- !10127 wifi: iwlwifi: mvm: don't read past the mfuart notifcation
|
||
- wifi: iwlwifi: mvm: don't read past the mfuart notifcation
|
||
- !10117 wifi: iwlwifi: mvm: check n_ssids before accessing the ssids
|
||
- wifi: iwlwifi: mvm: check n_ssids before accessing the ssids
|
||
- !10116 wifi: mt76: mt7921s: fix potential hung tasks during chip recovery
|
||
- wifi: mt76: mt7921s: fix potential hung tasks during chip recovery
|
||
- !10017 liquidio: Adjust a NULL pointer handling path in lio_vf_rep_copy_packet
|
||
- liquidio: Adjust a NULL pointer handling path in lio_vf_rep_copy_packet
|
||
- !10051 tipc: force a dst refcount before doing decryption
|
||
- tipc: force a dst refcount before doing decryption
|
||
- !10102 vmxnet3: disable rx data ring on dma allocation failure
|
||
- vmxnet3: disable rx data ring on dma allocation failure
|
||
- !10093 drm/arm/malidp: fix a possible null pointer dereference
|
||
- drm/arm/malidp: fix a possible null pointer dereference
|
||
- !9989 io_uring/io-wq: Use set_bit() and test_bit() at worker->flags
|
||
- io_uring/io-wq: Use set_bit() and test_bit() at worker->flags
|
||
- !10083 CVE-2024-40955
|
||
- ext4: clean up s_mb_rb_lock to fix build warnings with C=1
|
||
- ext4: set the type of max_zeroout to unsigned int to avoid overflow
|
||
- ext4: set type of ac_groups_linear_remaining to __u32 to avoid overflow
|
||
- ext4: add positive int attr pointer to avoid sysfs variables overflow
|
||
- ext4: add new attr pointer attr_mb_order
|
||
- ext4: fix slab-out-of-bounds in ext4_mb_find_good_group_avg_frag_lists()
|
||
- ext4: refactor out ext4_generic_attr_show()
|
||
- ext4: refactor out ext4_generic_attr_store()
|
||
- ext4: avoid overflow when setting values via sysfs
|
||
- !10069 ALSA: Fix deadlocks with kctl removals at disconnection
|
||
- ALSA: Fix deadlocks with kctl removals at disconnection
|
||
- !10074 PCI: of_property: Return error for int_map allocation failure
|
||
- PCI: of_property: Return error for int_map allocation failure
|
||
- !10087 fix CVE-2024-40995
|
||
- net/sched: act_api: fix possible infinite loop in tcf_idr_check_alloc()
|
||
- net/sched: act_api: rely on rcu in tcf_idr_check_alloc
|
||
- !10064 net/mlx5: Always stop health timer during driver removal
|
||
- net/mlx5: Always stop health timer during driver removal
|
||
- !9240 v2 cachefiles: introduce failover mechanism
|
||
- cachefiles: make on-demand read killable
|
||
- cachefiles: flush all requests after setting CACHEFILES_DEAD
|
||
- cachefiles: Set object to close if ondemand_id < 0 in copen
|
||
- cachefiles: defer exposing anon_fd until after copy_to_user() succeeds
|
||
- cachefiles: never get a new anonymous fd if ondemand_id is valid
|
||
- cachefiles: add spin_lock for cachefiles_ondemand_info
|
||
- cachefiles: add consistency check for copen/cread
|
||
- cachefiles: remove err_put_fd label in cachefiles_ondemand_daemon_read()
|
||
- cachefiles: fix slab-use-after-free in cachefiles_ondemand_daemon_read()
|
||
- cachefiles: fix slab-use-after-free in cachefiles_ondemand_get_fd()
|
||
- cachefiles: remove requests from xarray during flushing requests
|
||
- cachefiles: add output string to cachefiles_obj_[get|put]_ondemand_fd
|
||
- cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-mode
|
||
- cachefiles: add restore command to recover inflight ondemand read requests
|
||
- cachefiles: narrow the scope of triggering EPOLLIN events in ondemand mode
|
||
- cachefiles: resend an open request if the read request's object is closed
|
||
- cachefiles: extract ondemand info field from cachefiles_object
|
||
- cachefiles: introduce object ondemand state
|
||
- !9933 nvdimm: Backport some bugfixs
|
||
- dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=n
|
||
- nvdimm/pmem: fix leak on dax_add_host() failure
|
||
- !10038 media: v4l: async: Properly re-initialise notifier entry in unregister
|
||
- media: v4l: async: Properly re-initialise notifier entry in unregister
|
||
- !9970 CVE-2024-39503
|
||
- netfilter: ipset: Fix suspicious rcu_dereference_protected()
|
||
- netfilter: ipset: Fix race between namespace cleanup and gc in the list:set type
|
||
- netfilter: ipset: Add list flush to cancel_gc
|
||
- !10011 xfs: fix mount hung while sb recover fail
|
||
- xfs: fix mount hung while sb recover fail
|
||
- !10050 vmci: prevent speculation leaks by sanitizing event in event_deliver()
|
||
- vmci: prevent speculation leaks by sanitizing event in event_deliver()
|
||
- !10006 drm/amdgpu: fix UBSAN warning in kv_dpm.c
|
||
- drm/amdgpu: fix UBSAN warning in kv_dpm.c
|
||
- !9959 parisc: Try to fix random segmentation faults in package builds
|
||
- parisc: Try to fix random segmentation faults in package builds
|
||
- !10028 ipv6: prevent possible NULL dereference in rt6_probe()
|
||
- ipv6: prevent possible NULL dereference in rt6_probe()
|
||
- !10005 seg6: fix parameter passing when calling NF_HOOK() in End.DX4 and End.DX6 behaviors
|
||
- seg6: fix parameter passing when calling NF_HOOK() in End.DX4 and End.DX6 behaviors
|
||
|
||
* Wed Jul 17 2024 ZhangPeng <zhangpeng362@huawei.com> - 6.6.0-34.0.0.42
|
||
- Remove mlx5 related API from kabi whitelist
|
||
|
||
* Wed Jul 17 2024 ZhangPeng <zhangpeng362@huawei.com> - 6.6.0-34.0.0.41
|
||
- !10059 nilfs2: fix use-after-free of timer for log writer thread
|
||
- nilfs2: fix use-after-free of timer for log writer thread
|
||
- !10025 9p: add missing locking around taking dentry fid list
|
||
- 9p: add missing locking around taking dentry fid list
|
||
- !9835 fix CVE-2024-39479
|
||
- drm/i915/hwmon: Get rid of devm
|
||
- !9998 ALSA: hda/cs_dsp_ctl: Use private_free for control cleanup
|
||
- ALSA: hda/cs_dsp_ctl: Use private_free for control cleanup
|
||
- !9997 openrisc: traps: Don't send signals to kernel mode threads
|
||
- openrisc: traps: Don't send signals to kernel mode threads
|
||
- !9956 drm/komeda: check for error-valued pointer
|
||
- drm/komeda: check for error-valued pointer
|
||
- !9914 arm64: asm-bug: Add .align 2 to the end of __BUG_ENTRY
|
||
- arm64: asm-bug: Add .align 2 to the end of __BUG_ENTRY
|
||
- !9944 f2fs: remove clear SB_INLINECRYPT flag in default_options
|
||
- f2fs: remove clear SB_INLINECRYPT flag in default_options
|
||
- !9909 sock_map: avoid race between sock_map_close and sk_psock_put
|
||
- sock_map: avoid race between sock_map_close and sk_psock_put
|
||
- !10045 misc: microchip: pci1xxxx: fix double free in the error handling of gp_aux_bus_probe()
|
||
- misc: microchip: pci1xxxx: fix double free in the error handling of gp_aux_bus_probe()
|
||
- !10055 media: v4l: async: Fix notifier list entry init
|
||
- media: v4l: async: Fix notifier list entry init
|
||
- !9900 ipv6: fix possible race in __fib6_drop_pcpu_from()
|
||
- ipv6: fix possible race in __fib6_drop_pcpu_from()
|
||
- !9979 CVE-2024-40972
|
||
- ext4: do not create EA inode under buffer lock
|
||
- ext4: fold quota accounting into ext4_xattr_inode_lookup_create()
|
||
- !9988 netpoll: Fix race condition in netpoll_owner_active
|
||
- netpoll: Fix race condition in netpoll_owner_active
|
||
- !9945 ACPICA: Revert "ACPICA: avoid Info: mapping multiple BARs. Your kernel is fine."
|
||
- ACPICA: Revert "ACPICA: avoid Info: mapping multiple BARs. Your kernel is fine."
|
||
- !9935 ALSA: hda: cs35l41: Possible null pointer dereference in cs35l41_hda_unbind()
|
||
- ALSA: hda: cs35l41: Possible null pointer dereference in cs35l41_hda_unbind()
|
||
- !9962 iommu/arm-smmu-v3: Change the style to identify the the hisi_platform
|
||
- iommu/arm-smmu-v3: Change the style to identify the the hisi_platform
|
||
- !9896 bonding: Fix out-of-bounds read in bond_option_arp_ip_targets_set()
|
||
- bonding: Fix out-of-bounds read in bond_option_arp_ip_targets_set()
|
||
- !9928 ocfs2: fix races between hole punching and AIO+DIO
|
||
- ocfs2: fix races between hole punching and AIO+DIO
|
||
- !9938 fix CVE-2024-40934
|
||
- HID: logitech-dj: Fix memory leak in logi_dj_recv_switch_to_dj_mode()
|
||
- !9899 ionic: fix use after netif_napi_del()
|
||
- ionic: fix use after netif_napi_del()
|
||
- !9898 cpufreq: amd-pstate: fix memory leak on CPU EPP exit
|
||
- cpufreq: amd-pstate: fix memory leak on CPU EPP exit
|
||
- !9903 mptcp: ensure snd_una is properly initialized on connect
|
||
- mptcp: ensure snd_una is properly initialized on connect
|
||
- !9878 CVE-2024-39478
|
||
- crypto: starfive - Do not free stack buffer
|
||
- !9888 ipv6: sr: fix memleak in seg6_hmac_init_algo
|
||
- ipv6: sr: fix memleak in seg6_hmac_init_algo
|
||
- !5261 [OLK-6.6]Hygon: Some enhancement and bugfixes for HYGON CSV/CSV2
|
||
- KVM: SVM: Unmap ghcb pages if they're still mapped when destroy guest
|
||
- KVM: x86: Fix KVM_GET_MSRS stack info leak
|
||
- KVM: SEV: Do not intercept accesses to MSR_IA32_XSS for SEV-ES guests
|
||
- x86/head/64: Flush caches for .bss..decrypted section after CR3 switches to early_top_pgt
|
||
- KVM: x86: Calls is_64_bit_hypercall() instead of is_64_bit_mode() in complete_hypercall_exit()
|
||
- x86/csv2: Keep in atomic context when holding ghcb page if the #VC comes from userspace
|
||
- KVM: SVM: Fix the available ASID range for CSV2 guest
|
||
- !9861 MPTCP Upstream part 13
|
||
- selftests: mptcp: lib: catch duplicated subtest entries
|
||
- selftests: mptcp: explicitly trigger the listener diag code-path
|
||
- bpf, btf: Add check_btf_kconfigs helper
|
||
- bpf, btf: Fix return value of register_btf_id_dtor_kfuncs
|
||
- !9876 v3 Fix xfs file creation issue
|
||
- xfs: Avoid races with cnt_btree lastrec updates
|
||
- Revert "xfs: Fix file creation failure"
|
||
- !9877 gfs2: Fix potential glock use-after-free on unmount
|
||
- gfs2: Fix potential glock use-after-free on unmount
|
||
- !9862 ipvlan: Modify the value of ipvlan modes
|
||
- ipvlan: Modify the value of ipvlan modes
|
||
- !5260 [OLK-6.6] Support live migration for CSV/CSV2 guest, and support rebooting CSV/CSV2 guest
|
||
- KVM: SVM: Force flush caches before reboot CSV guest
|
||
- KVM: SVM: Add support for rebooting CSV2 guest
|
||
- KVM: x86: Introduce control_{pre,post}_system_reset ioctl interfaces
|
||
- KVM: SVM: Export MSR_AMD64_SEV_ES_GHCB to userspace for CSV2 guest
|
||
- KVM: x86: Restore control registers in __set_sregs() to support CSV2 guest live migration
|
||
- KVM: SVM: Add KVM_SEV_RECEIVE_UPDATE_VMSA command
|
||
- KVM: SVM: Add KVM_SEV_SEND_UPDATE_VMSA command
|
||
- crypto: ccp: Fix definition of struct sev_data_send_update_vmsa
|
||
- KVM: SVM: Add RECEIVE_UPDATE_DATA command helper to support KVM_CSV_COMMAND_BATCH
|
||
- KVM: SVM: Add SEND_UPDATE_DATA command helper to support KVM_CSV_COMMAND_BATCH
|
||
- KVM: SVM: Prepare memory pool to allocate buffers for KVM_CSV_COMMAND_BATCH
|
||
- KVM: SVM: Add KVM_CSV_COMMAND_BATCH command for applying CSV RING_BUFFER mode
|
||
- crypto: ccp: Add support for issue commands in CSV RING_BUFFER mode
|
||
- crypto: ccp: Add support to switch to CSV RING_BUFFER mode
|
||
- crypto: ccp: Add support for dequeue status in CSV RING_BUFFER mode
|
||
- crypto: ccp: Add support for enqueue command pointers in CSV RING_BUFFER mode
|
||
- crypto: ccp: Introduce init and free helpers to manage CSV RING_BUFFER queues
|
||
- !9294 Compiler: Add clang's PGO support for kernel.
|
||
- Compiler: Add clang's PGO support for kernel.
|
||
- !9610 rcu: Fix buffer overflow in print_cpu_stall_info()
|
||
- rcu: Fix buffer overflow in print_cpu_stall_info()
|
||
- !9845 xfs: fix log recovery buffer allocation for the legacy h_size fixup
|
||
- xfs: fix log recovery buffer allocation for the legacy h_size fixup
|
||
- !9859 block: enable BLK_IO_HUNG_TASK_CHECK by default
|
||
- block: enable BLK_IO_HUNG_TASK_CHECK by default
|
||
- !9857 drm/amdgpu/mes: fix use-after-free issue
|
||
- drm/amdgpu/mes: fix use-after-free issue
|
||
- !9829 fix CVE-2024-38620
|
||
- Bluetooth: fix connection setup in l2cap_connect
|
||
- Bluetooth: HCI: Remove HCI_AMP support
|
||
- Bluetooth: hci_event: Remove code to removed CONFIG_BT_HS
|
||
- Bluetooth: Remove usage of the deprecated ida_simple_xx() API
|
||
- Bluetooth: ISO: Fix BIS cleanup
|
||
- !9838 cgroup: Fix AA deadlock caused by cgroup_bpf_release
|
||
- cgroup: Fix AA deadlock caused by cgroup_bpf_release
|
||
- !9841 ASoC: SOF: ipc4-topology: Fix input format query of process modules without base extension
|
||
- ASoC: SOF: ipc4-topology: Fix input format query of process modules without base extension
|
||
- !9834 mmc: davinci: Don't strip remove function when driver is builtin
|
||
- mmc: davinci: Don't strip remove function when driver is builtin
|
||
|
||
* Wed Jul 10 2024 ZhangPeng <zhangpeng362@huawei.com> - 6.6.0-33.0.0.40
|
||
- !9779 CVE-2024-39461
|
||
- clk: bcm: rpi: Assign ->num before accessing ->hws
|
||
- !9801 loongarch平台config配置对kdump的支持
|
||
- loongarch: configs: Configure degbuginfo
|
||
- Fix the kdump second kernel boot failure
|
||
- loongarch: Cleanup loongson3_defconfig with make savedefconfig
|
||
- !9811 fix CVE-2024-39481
|
||
- media: mc: Fix graph walk in media_pipeline_start
|
||
- !9810 KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright masked
|
||
- KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright masked
|
||
- !9821 kdb: Fix buffer overflow during tab-complete
|
||
- kdb: Fix buffer overflow during tab-complete
|
||
- !9788 net: fix wrong return value in bpf_sock_ops_get_uid_gid
|
||
- net: fix wrong return value in bpf_sock_ops_get_uid_gid
|
||
- !9816 mm: mem_reliable: Make counting reliable task usage compatible with folio
|
||
- mm: mem_reliable: Make counting reliable task usage compatible with folio
|
||
- !9807 drm: zynqmp_dpsub: Always register bridge
|
||
- drm: zynqmp_dpsub: Always register bridge
|
||
- !9804 CVE-2024-36478
|
||
- null_blk: Fix return value of nullb_device_power_store()
|
||
- null_blk: fix null-ptr-dereference while configuring 'power' and 'submit_queues'
|
||
- !9805 md: fix resync softlockup when bitmap size is less than array size
|
||
- md: fix resync softlockup when bitmap size is less than array size
|
||
- !9802 ax25: Fix reference count leak issue of net_device
|
||
- ax25: Fix reference count leak issue of net_device
|
||
- !9770 Add a switch to enable hungtask check for io
|
||
- block: disable BLK_IO_HUNG_TASK_CHECK by default
|
||
- block: add a switch to enable hungtask check for io
|
||
- !9793 drm: bridge: cdns-mhdp8546: Fix possible null pointer dereference
|
||
- drm: bridge: cdns-mhdp8546: Fix possible null pointer dereference
|
||
- !9649 f2fs: fix to do sanity check on i_xattr_nid in sanity_check_inode()
|
||
- f2fs: fix to do sanity check on i_xattr_nid in sanity_check_inode()
|
||
- !9732 CVE-2024-39469
|
||
- nilfs2: fix nilfs_empty_dir() misjudgment and long loop on I/O errors
|
||
- nilfs2: return the mapped address from nilfs_get_page()
|
||
- !9775 mm/slub: Reduce memory consumption in extreme scenarios
|
||
- mm/slub: Reduce memory consumption in extreme scenarios
|
||
- !9614 v2 wifi: carl9170: add a proper sanity check for endpoints
|
||
- wifi: carl9170: add a proper sanity check for endpoints
|
||
- !9709 cgroup: fix uaf when proc_cpuset_show
|
||
- cgroup: fix uaf when proc_cpuset_show
|
||
- !9748 cxl/pci: Skip to handle RAS errors if CXL.mem device is detached
|
||
- cxl/pci: Skip to handle RAS errors if CXL.mem device is detached
|
||
- !8877 drm/vmwgfx: Fix invalid reads in fence signaled events
|
||
- drm/vmwgfx: Fix invalid reads in fence signaled events
|
||
- !9730 efi: libstub: only free priv.runtime_map when allocated
|
||
- efi: libstub: only free priv.runtime_map when allocated
|
||
- !9679 cgroup/cpuset: Make cpuset hotplug processing synchronous
|
||
- cgroup/cpuset: Make cpuset hotplug processing synchronous
|
||
- !9757 net: openvswitch: fix overwriting ct original tuple for ICMPv6
|
||
- net: openvswitch: fix overwriting ct original tuple for ICMPv6
|
||
- !9665 CVE-2024-38622
|
||
- drm/msm/dpu: make error messages at dpu_core_irq_register_callback() more sensible
|
||
- drm/msm/dpu: Add callback function pointer check before its call
|
||
- drm/msm/dpu: stop using raw IRQ indices in the kernel output
|
||
- drm/msm/dpu: make the irq table size static
|
||
- drm/msm/dpu: add helper to get IRQ-related data
|
||
- drm/msm/dpu: extract dpu_core_irq_is_valid() helper
|
||
- drm/msm/dpu: remove irq_idx argument from IRQ callbacks
|
||
- !9668 wifi: nl80211: Avoid address calculations via out of bounds array indexing
|
||
- wifi: nl80211: Avoid address calculations via out of bounds array indexing
|
||
- !9715 CVE-2024-38602
|
||
- ax25: Fix reference count leak issues of ax25_dev
|
||
- ax25: Use kernel universal linked list to implement ax25_dev_list
|
||
- !9746 v2 Revert "ACPI: processor: Add support for processors described as container packages"
|
||
- Revert "ACPI: processor: Add support for processors described as container packages"
|
||
- !9736 net/9p: fix uninit-value in p9_client_rpc()
|
||
- net/9p: fix uninit-value in p9_client_rpc()
|
||
- !9596 iomap: fix warning in iomap_write_delalloc_release()
|
||
- iomap: fix warning in iomap_write_delalloc_release()
|
||
- !9703 dma-buf/sw-sync: don't enable IRQ from sync_print_obj()
|
||
- dma-buf/sw-sync: don't enable IRQ from sync_print_obj()
|
||
- !9642 CVE-2024-38582
|
||
- nilfs2: fix potential hang in nilfs_detach_log_writer()
|
||
- nilfs2: fix unexpected freezing of nilfs_segctor_sync()
|
||
- !9687 greybus: lights: check return of get_channel_from_mode
|
||
- greybus: lights: check return of get_channel_from_mode
|
||
- !9678 crypto: bcm - Fix pointer arithmetic
|
||
- crypto: bcm - Fix pointer arithmetic
|
||
- !7918 [OLK-6.6]drivers: support Yunsilicon's metaScale/metaVisor series NICs
|
||
- drivers: support Yunsilicon's MS and MV series NICs
|
||
- !9619 r8169: Fix possible ring buffer corruption on fragmented Tx packets.
|
||
- r8169: Fix possible ring buffer corruption on fragmented Tx packets.
|
||
- !9664 tls: fix missing memory barrier in tls_init
|
||
- tls: fix missing memory barrier in tls_init
|
||
- !9161 xfs: don't use current->journal_info
|
||
- xfs: don't use current->journal_info
|
||
- !9624 CVE-2024-38597
|
||
- net: fec: remove .ndo_poll_controller to avoid deadlocks
|
||
- eth: sungem: remove .ndo_poll_controller to avoid deadlocks
|
||
- !9631 ACPI: APEI: Skip initialization of GHES_ASSIST structures for Machine Check Architecture
|
||
- ACPI: APEI: Skip initialization of GHES_ASSIST structures for Machine Check Architecture
|
||
- !9632 drm/msm/a6xx: Avoid a nullptr dereference when speedbin setting fails
|
||
- drm/msm/a6xx: Avoid a nullptr dereference when speedbin setting fails
|
||
- !9399 fix CVE-2024-38544 and CVE-2024-37356
|
||
- tcp: Fix shift-out-of-bounds in dctcp_update_alpha().
|
||
- RDMA/rxe: Fix seg fault in rxe_comp_queue_pkt
|
||
- !9341 serial: max3100: Lock port->lock when calling uart_handle_cts_change()
|
||
- serial: max3100: Lock port->lock when calling uart_handle_cts_change()
|
||
- !9562 CVE-2024-38385
|
||
- genirq/irqdesc: Prevent use-after-free in irq_find_at_or_after()
|
||
- !9582 v2 eventfs: Fix a possible null pointer dereference in eventfs_find_events()
|
||
- eventfs: Fix a possible null pointer dereference in eventfs_find_events()
|
||
- !9588 s390/ap: Fix crash in AP internal function modify_bitmap()
|
||
- s390/ap: Fix crash in AP internal function modify_bitmap()
|
||
- !9513 RDMA/rxe: Fix seg fault in rxe_comp_queue_pkt
|
||
- RDMA/rxe: Fix seg fault in rxe_comp_queue_pkt
|
||
- !9561 v2 virtio: delete vq in vp_find_vqs_msix() when request_irq() fails
|
||
- virtio: delete vq in vp_find_vqs_msix() when request_irq() fails
|
||
- !9578 net/mlx5: Discard command completions in internal error
|
||
- net/mlx5: Discard command completions in internal error
|
||
- !9549 btrfs: fix crash on racing fsync and size-extending write into prealloc
|
||
- btrfs: fix crash on racing fsync and size-extending write into prealloc
|
||
- !9479 xfs: fix unlink vs cluster buffer instantiation race
|
||
- xfs: fix unlink vs cluster buffer instantiation race
|
||
- !9519 MPTCP Upstream part 12
|
||
- mptcp: annotate lockless accesses around read-mostly fields
|
||
- mptcp: annotate lockless access for token
|
||
- mptcp: annotate lockless access for RX path fields
|
||
- mptcp: annotate lockless access for the tx path
|
||
- mptcp: annotate access for msk keys
|
||
- !9557 i2c: acpi: Unbind mux adapters before delete
|
||
- i2c: acpi: Unbind mux adapters before delete
|
||
- !9555 smb: client: fix deadlock in smb2_find_smb_tcon()
|
||
- smb: client: fix deadlock in smb2_find_smb_tcon()
|
||
- !9489 fs/ntfs3: Check 'folio' pointer for NULL
|
||
- fs/ntfs3: Check 'folio' pointer for NULL
|
||
- !9482 fs/ntfs3: Use 64 bit variable to avoid 32 bit overflow
|
||
- fs/ntfs3: Use 64 bit variable to avoid 32 bit overflow
|
||
- !9506 usb: gadget: u_audio: Fix race condition use of controls after free during gadget unbind.
|
||
- usb: gadget: u_audio: Fix race condition use of controls after free during gadget unbind.
|
||
- !9528 media: lgdt3306a: Add a check against null-pointer-def
|
||
- media: lgdt3306a: Add a check against null-pointer-def
|
||
- !9551 ext4: fix mb_cache_entry's e_refcnt leak in ext4_xattr_block_cache_find()
|
||
- ext4: fix mb_cache_entry's e_refcnt leak in ext4_xattr_block_cache_find()
|
||
- !9478 watchdog: cpu5wdt.c: Fix use-after-free bug caused by cpu5wdt_trigger
|
||
- watchdog: cpu5wdt.c: Fix use-after-free bug caused by cpu5wdt_trigger
|
||
- !9536 clk: bcm: dvp: Assign ->num before accessing ->hws
|
||
- clk: bcm: dvp: Assign ->num before accessing ->hws
|
||
- !9463 fix CVE-2024-38621
|
||
- media: stk1160: fix bounds checking in stk1160_copy_video()
|
||
- !9457 bpf: Add BPF_PROG_TYPE_CGROUP_SKB attach type enforcement in BPF_LINK_CREATE
|
||
- bpf: Add BPF_PROG_TYPE_CGROUP_SKB attach type enforcement in BPF_LINK_CREATE
|
||
- !9459 bpf: Fix verifier assumptions about socket->sk
|
||
- bpf: Fix verifier assumptions about socket->sk
|
||
- !9522 bonding: fix oops during rmmod
|
||
- bonding: fix oops during rmmod
|
||
- !9502 netrom: fix possible dead-lock in nr_rt_ioctl()
|
||
- netrom: fix possible dead-lock in nr_rt_ioctl()
|
||
- !9402 fs/ntfs3: Use variable length array instead of fixed size
|
||
- fs/ntfs3: Use variable length array instead of fixed size
|
||
- !9320 drm/amd/display: Fix potential index out of bounds in color transformation function
|
||
- drm/amd/display: Fix potential index out of bounds in color transformation function
|
||
- !9493 thermal/drivers/qcom/lmh: Check for SCM availability at probe
|
||
- thermal/drivers/qcom/lmh: Check for SCM availability at probe
|
||
- !9398 tracing/probes: fix error check in parse_btf_field()
|
||
- tracing/probes: fix error check in parse_btf_field()
|
||
- !9510 ftrace: Fix possible use-after-free issue in ftrace_location()
|
||
- ftrace: Fix possible use-after-free issue in ftrace_location()
|
||
- !9509 cifs: fix pagecache leak when do writepages
|
||
- cifs: fix pagecache leak when do writepages
|
||
- !9436 v2 ASoC: mediatek: Assign dummy when codec not specified for a DAI link
|
||
- ASoC: mediatek: Assign dummy when codec not specified for a DAI link
|
||
- !9486 [OLK-6.6] Fix os crash while enable sriov for rnp
|
||
- RNPVF: NET: Fix os crash while enable sriov for rnp
|
||
- !9371 MPTCP Upstream part 11
|
||
- selftests: net: ip_local_port_range: define IPPROTO_MPTCP
|
||
- selftests: mptcp: join: check CURRESTAB counters
|
||
- selftests/net: add MPTCP coverage for IP_LOCAL_PORT_RANGE
|
||
- mptcp: sockopt: support IP_LOCAL_PORT_RANGE and IP_BIND_ADDRESS_NO_PORT
|
||
- mptcp: rename mptcp_setsockopt_sol_ip_set_transparent()
|
||
- !5258 [OLK-6.6] Support request attestation report from CSV guest
|
||
- driver/virt/coco: Add HYGON CSV Guest dirver.
|
||
- KVM: x86: Support VM_ATTESTATION hypercall
|
||
- !9485 v2 CVE-2024-38610
|
||
- drivers/virt/acrn: fix PFNMAP PTE checks in acrn_vm_ram_map()
|
||
- virt: acrn: stop using follow_pfn
|
||
- !9380 psi: using cpuacct_cgrp_id under CONFIG_CGROUP_CPUACCT
|
||
- psi: using cpuacct_cgrp_id under CONFIG_CGROUP_CPUACCT
|
||
- !8899 block: fix module reference leakage from bdev_open_by_dev error path
|
||
- block: fix module reference leakage from bdev_open_by_dev error path
|
||
- !9445 blk-cgroup: fix list corruption from reorder of WRITE ->lqueued
|
||
- blk-cgroup: fix list corruption from reorder of WRITE ->lqueued
|
||
- !9466 io_uring: check for non-NULL file pointer in io_file_can_poll()
|
||
- io_uring: check for non-NULL file pointer in io_file_can_poll()
|
||
- !9389 block: refine the EOF check in blkdev_iomap_begin
|
||
- block: refine the EOF check in blkdev_iomap_begin
|
||
- !9414 vfio/pci: fix potential memory leak in vfio_intx_enable()
|
||
- vfio/pci: fix potential memory leak in vfio_intx_enable()
|
||
- !9455 jffs2: prevent xattr node from overflowing the eraseblock
|
||
- jffs2: prevent xattr node from overflowing the eraseblock
|
||
- !9465 CVE-2024-38662
|
||
- Revert "bpf, sockmap: Prevent lock inversion deadlock in map delete elem"
|
||
- bpf: Allow delete from sockmap/sockhash only if update is allowed
|
||
- !9410 Fix CVE-2024-31076
|
||
- genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offline
|
||
- !9449 rcu-tasks: Fix show_rcu_tasks_trace_gp_kthread buffer overflow
|
||
- rcu-tasks: Fix show_rcu_tasks_trace_gp_kthread buffer overflow
|
||
|
||
* Wed Jun 26 2024 ZhangPeng <zhangpeng362@huawei.com> - 6.6.0-31.0.0.39
|
||
- !9438 【OLK-6.6】RDMA/hns: Fix some mutex UAF
|
||
- RDMA/hns: Fix some mutex UAF
|
||
- !9394 CVE-2024-38587
|
||
- speakup: Fix sizeof() vs ARRAY_SIZE() bug
|
||
- !9405 drm/mediatek: Add 0 size check to mtk_drm_gem_obj
|
||
- drm/mediatek: Add 0 size check to mtk_drm_gem_obj
|
||
- !9415 mm: drop the 'anon_' prefix for swap-out mTHP counters
|
||
- mm: drop the 'anon_' prefix for swap-out mTHP counters
|
||
- !9376 ALSA: core: Fix NULL module pointer assignment at card init
|
||
- ALSA: core: Fix NULL module pointer assignment at card init
|
||
- !9295 Port patches from OLK-5.10
|
||
- livepatch: Enable CONFIG_LIVEPATCH_ISOLATE_KPROBE in openeuler_defconfig
|
||
- livepatch: Avoid patching conflicts with kprobes
|
||
- !9356 tpm_tis_spi: Account for SPI header when allocating TPM SPI xfer buffer
|
||
- tpm_tis_spi: Account for SPI header when allocating TPM SPI xfer buffer
|
||
- !9332 net/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAP
|
||
- net/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAP
|
||
- !9355 f2fs: multidev: fix to recognize valid zero block address
|
||
- f2fs: multidev: fix to recognize valid zero block address
|
||
- !9329 af_unix: Fix data races in unix_release_sock/unix_stream_sendmsg
|
||
- af_unix: Fix data races in unix_release_sock/unix_stream_sendmsg
|
||
- !9352 MPTCP Upstream part 10
|
||
- MAINTAINERS: add Geliang as reviewer for MPTCP
|
||
- mailmap: add entries for Geliang Tang
|
||
- mptcp: fill in missing MODULE_DESCRIPTION()
|
||
- netlink: fill in missing MODULE_DESCRIPTION()
|
||
- netlink: specs: mptcp: rename the MPTCP path management spec
|
||
- !9304 MPTCP Upstream part 9
|
||
- selftests: mptcp: add mptcp_lib_wait_local_port_listen
|
||
- selftests: mptcp: add mptcp_lib_check_transfer
|
||
- selftests: mptcp: add mptcp_lib_make_file
|
||
- selftests: mptcp: add missing oflag=append
|
||
- !9307 of: module: add buffer overflow check in of_modalias()
|
||
- of: module: add buffer overflow check in of_modalias()
|
||
- !9331 Some folio bugfix
|
||
- mm/memory: don't require head page for do_set_pmd()
|
||
- mm/migrate: fix kernel BUG at mm/compaction.c:2761!
|
||
- mm: huge_memory: fix misused mapping_large_folio_support() for anon folios
|
||
- mm: shmem: fix getting incorrect lruvec when replacing a shmem folio
|
||
- mm: fix possible OOB in numa_rebuild_large_mapping()
|
||
- mm: support multi-size THP numa balancing
|
||
- mm/rmap: do not add fully unmapped large folio to deferred split list
|
||
- !9302 ring-buffer: Fix a race between readers and resize checks
|
||
- ring-buffer: Fix a race between readers and resize checks
|
||
- !9345 net: sched: sch_multiq: fix possible OOB write in multiq_tune()
|
||
- net: sched: sch_multiq: fix possible OOB write in multiq_tune()
|
||
- !9346 net: bridge: xmit: make sure we have at least eth header len bytes
|
||
- net: bridge: xmit: make sure we have at least eth header len bytes
|
||
- !9301 MPTCP Upstream part 8
|
||
- selftests: mptcp: userspace pm send RM_ADDR for ID 0
|
||
- selftests: mptcp: userspace pm remove initial subflow
|
||
- mptcp: userspace pm rename remove_err to out
|
||
- selftests: mptcp: userspace pm create id 0 subflow
|
||
- mptcp: add mptcpi_subflows_total counter
|
||
- !9266 MPTCP Upstream part 7
|
||
- net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modules
|
||
- selftests: mptcp: sockopt: drop mptcp_connect var
|
||
- mptcp: define more local variables sk
|
||
- mptcp: move sk assignment statement ahead
|
||
- !9262 MPTCP Upstream part 6
|
||
- mptcp: use mptcp_get_ext helper
|
||
- mptcp: use mptcp_check_fallback helper
|
||
- mptcp: drop useless ssk in pm_subflow_check_next
|
||
- mptcp: ignore notsent_lowat setting at the subflow level
|
||
- mptcp: consolidate sockopt synchronization
|
||
- !5257 [OLK-6.6] Support DOWNLOAD_FIRMWARE feature for hygon CSV
|
||
- crypto: ccp: Implement CSV_DOWNLOAD_FIRMWARE ioctl command
|
||
- crypto: ccp: Implement CSV_PLATFORM_SHUTDOWN ioctl command
|
||
- crypto: ccp: Implement CSV_PLATFORM_INIT ioctl command
|
||
- crypto: ccp: Support DOWNLOAD_FIRMWARE when detect CSV
|
||
- !8058 Intel: Backport QuickAssist Technology(QAT) live migration support for in-tree driver
|
||
- Enable QAT_VFIO_PCI as kernel module to support Intel QAT live migration
|
||
- crypto: qat - Fix ADF_DEV_RESET_SYNC memory leak
|
||
- crypto: qat - specify firmware files for 402xx
|
||
- crypto: qat - validate slices count returned by FW
|
||
- crypto: qat - improve error logging to be consistent across features
|
||
- crypto: qat - improve error message in adf_get_arbiter_mapping()
|
||
- crypto: qat - implement dh fallback for primes > 4K
|
||
- crypto: qat - Fix spelling mistake "Invalide" -> "Invalid"
|
||
- crypto: qat - Avoid -Wflex-array-member-not-at-end warnings
|
||
- vfio/qat: Add vfio_pci driver for Intel QAT SR-IOV VF devices
|
||
- crypto: qat - implement interface for live migration
|
||
- crypto: qat - add interface for live migration
|
||
- crypto: qat - add bank save and restore flows
|
||
- crypto: qat - expand CSR operations for QAT GEN4 devices
|
||
- crypto: qat - rename get_sla_arr_of_type()
|
||
- crypto: qat - relocate CSR access code
|
||
- crypto: qat - move PFVF compat checker to a function
|
||
- crypto: qat - relocate and rename 4xxx PF2VM definitions
|
||
- crypto: qat - adf_get_etr_base() helper
|
||
- !8304 [OLK-6.6] Backport TPMI based RAPL PMU support for next Intel Xeon Granite Rapids (GNR)
|
||
- powercap: intel_rapl_tpmi: Enable PMU support
|
||
- powercap: intel_rapl: Introduce APIs for PMU support
|
||
- powercap: intel_rapl: Sort header files
|
||
- !9245 MPTCP Upstream part 5
|
||
- mptcp: prevent BPF accessing lowat from a subflow socket.
|
||
- mptcp: use copy_from_iter helpers on transmit
|
||
- mptcp: give rcvlowat some love
|
||
- tcp: define initial scaling factor value as a macro
|
||
- mptcp: use plain bool instead of custom binary enum
|
||
- mptcp: add a new sysctl for make after break timeout
|
||
- !8422 [OLK-6.6] Intel IAA Compression Accelerator Crypto Driver (iaa_crypto)
|
||
- openeuler_defconfig: Add kernel config for Intel IAA crypto driver
|
||
- dmaengine: idxd: Avoid unnecessary destruction of file_ida
|
||
- dmaengine: idxd: Check for driver name match before sva user feature
|
||
- crypto: iaa - Use cpumask_weight() when rebalancing
|
||
- crypto: iaa - Fix some errors in IAA documentation
|
||
- crypto: iaa - Change iaa statistics to atomic64_t
|
||
- crypto: iaa - Add global_stats file and remove individual stat files
|
||
- crypto: iaa - Remove comp/decomp delay statistics
|
||
- crypto: iaa - fix decomp_bytes_in stats
|
||
- crypto: iaa - Fix nr_cpus < nr_iaa case
|
||
- crypto: iaa - fix the missing CRYPTO_ALG_ASYNC in cra_flags
|
||
- crypto: iaa - Fix comp/decomp delay statistics
|
||
- crypto: iaa - Fix async_disable descriptor leak
|
||
- crypto: iaa - Remove unnecessary debugfs_create_dir() error check in iaa_crypto_debugfs_init()
|
||
- crypto: iaa - Remove header table code
|
||
- dmaengine: idxd: constify the struct device_type usage
|
||
- dmaengine: idxd: make dsa_bus_type const
|
||
- dmaengine: idxd: Remove usage of the deprecated ida_simple_xx() API
|
||
- crypto: iaa - Account for cpu-less numa nodes
|
||
- crypto: iaa - remove unneeded semicolon
|
||
- crypto: iaa - Remove unneeded newline in update_max_adecomp_delay_ns()
|
||
- crypto: iaa - Change desc->priv to 0
|
||
- dmaengine: idxd: Add support for device/wq defaults
|
||
- crypto: iaa - Add IAA Compression Accelerator stats
|
||
- crypto: iaa - Add irq support for the crypto async interface
|
||
- crypto: iaa - Add support for deflate-iaa compression algorithm
|
||
- crypto: iaa - Add compression mode management along with fixed mode
|
||
- crypto: iaa - Add per-cpu workqueue table with rebalancing
|
||
- crypto: iaa - Add Intel IAA Compression Accelerator crypto driver core
|
||
- crypto: iaa - Add IAA Compression Accelerator Documentation
|
||
- dmaengine: idxd: add callback support for iaa crypto
|
||
- dmaengine: idxd: Add wq private data accessors
|
||
- dmaengine: idxd: Export wq resource management functions
|
||
- dmaengine: idxd: Export descriptor management functions
|
||
- dmaengine: idxd: Rename drv_enable/disable_wq to idxd_drv_enable/disable_wq, and export
|
||
- dmaengine: idxd: add external module driver support for dsa_bus_type
|
||
- dmaengine: idxd: Fix incorrect descriptions for GRPCFG register
|
||
- dmaengine: idxd: add wq driver name support for accel-config user tool
|
||
- dmaengine: idxd: rate limit printk in misc interrupt thread
|
||
- !9230 MPTCP Upstream part 4
|
||
- net: mptcp: use policy generated by YAML spec
|
||
- net: mptcp: rename netlink handlers to mptcp_pm_nl_<blah>_{doit,dumpit}
|
||
- uapi: mptcp: use header file generated from YAML spec
|
||
- Documentation: netlink: add a YAML spec for mptcp
|
||
- net: mptcp: convert netlink from small_ops to ops
|
||
- !9229 v2 sched: smart_grid: fix potential NULL pointer dereference
|
||
- sched: smart_grid: fix potential NULL pointer dereference
|
||
- !9226 MPTCP Upstream part 3
|
||
- tools: ynl-gen: add support for exact-len validation
|
||
- tools: ynl: add uns-admin-perm to genetlink legacy
|
||
- tools: ynl-gen: support limit names
|
||
- tools: ynl-gen: support full range of min/max checks for integer values
|
||
- tools: ynl-gen: track attribute use
|
||
- !9217 memcg: attach memcg async reclaim worker to curcpu
|
||
- memcg: attach memcg async reclaim worker to curcpu
|
||
- !9173 MPTCP Upstream part 2
|
||
- inet: implement lockless getsockopt(IP_MULTICAST_IF)
|
||
- inet: lockless IP_PKTOPTIONS implementation
|
||
- inet: implement lockless getsockopt(IP_UNICAST_IF)
|
||
- inet: lockless getsockopt(IP_MTU)
|
||
- inet: lockless getsockopt(IP_OPTIONS)
|
||
|
||
* Wed Jun 19 2024 ZhangPeng <zhangpeng362@huawei.com> - 6.6.0-30.0.0.38
|
||
- !8809 MPTCP Upstream part 1
|
||
- net: bpf: Use sockopt_lock_sock() in ip_sock_set_tos()
|
||
- inet: lock the socket in ip_sock_set_tos()
|
||
- inet: implement lockless IP_TOS
|
||
- inet: implement lockless IP_MTU_DISCOVER
|
||
- inet: implement lockless IP_MULTICAST_TTL
|
||
- !9141 Fix allmodconfig build frame size error
|
||
- net/ethernet/huawei/hiroce3: Fix allmodconfig build frame size error
|
||
- !9101 ext4: Skip moving extents if page writeback failed
|
||
- ext4: Skip moving extents if page writeback failed
|
||
- !9126 arm64: armv8_deprecated: Fix warning in isndep cpuhp starting process
|
||
- arm64: armv8_deprecated: Fix warning in isndep cpuhp starting process
|
||
- !9010 Backport 6.6.31&6.6.32 LTS patches from upstream
|
||
- block: add a partscan sysfs attribute for disks
|
||
- block: add a disk_has_partscan helper
|
||
- Docs/admin-guide/mm/damon/usage: fix wrong example of DAMOS filter matching sysfs file
|
||
- docs: kernel_include.py: Cope with docutils 0.21
|
||
- admin-guide/hw-vuln/core-scheduling: fix return type of PR_SCHED_CORE_GET
|
||
- KEYS: trusted: Do not use WARN when encode fails
|
||
- remoteproc: mediatek: Make sure IPI buffer fits in L2TCM
|
||
- serial: kgdboc: Fix NMI-safety problems from keyboard reset code
|
||
- usb: typec: tipd: fix event checking for tps6598x
|
||
- usb: typec: ucsi: displayport: Fix potential deadlock
|
||
- net: usb: ax88179_178a: fix link status when link is set to down/up
|
||
- usb: dwc3: Wait unconditionally after issuing EndXfer command
|
||
- binder: fix max_thread type inconsistency
|
||
- drm/amdgpu: Fix possible NULL dereference in amdgpu_ras_query_error_status_helper()
|
||
- erofs: reliably distinguish block based and fscache mode
|
||
- erofs: get rid of erofs_fs_context
|
||
- kselftest: Add a ksft_perror() helper
|
||
- mmc: core: Add HS400 tuning in HS400es initialization
|
||
- KEYS: trusted: Fix memory leak in tpm2_key_encode()
|
||
- Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()
|
||
- Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect()
|
||
- ice: remove unnecessary duplicate checks for VF VSI ID
|
||
- ice: pass VSI pointer into ice_vc_isvalid_q_id
|
||
- net: ks8851: Fix another TX stall caused by wrong ISR flag handling
|
||
- drm/amd/display: Fix division by zero in setup_dsc_config
|
||
- smb: smb2pdu.h: Avoid -Wflex-array-member-not-at-end warnings
|
||
- ksmbd: add continuous availability share parameter
|
||
- cifs: Add tracing for the cifs_tcon struct refcounting
|
||
- smb: client: instantiate when creating SFU files
|
||
- smb: client: fix NULL ptr deref in cifs_mark_open_handles_for_deleted_file()
|
||
- smb3: add trace event for mknod
|
||
- smb311: additional compression flag defined in updated protocol spec
|
||
- smb311: correct incorrect offset field in compression header
|
||
- cifs: Move some extern decls from .c files to .h
|
||
- ksmbd: Fix spelling mistake "connction" -> "connection"
|
||
- ksmbd: fix possible null-deref in smb_lazy_parent_lease_break_close
|
||
- cifs: remove redundant variable assignment
|
||
- cifs: fixes for get_inode_info
|
||
- cifs: defer close file handles having RH lease
|
||
- ksmbd: add support for durable handles v1/v2
|
||
- ksmbd: mark SMB2_SESSION_EXPIRED to session when destroying previous session
|
||
- smb: common: simplify compression headers
|
||
- smb: common: fix fields sizes in compression_pattern_payload_v1
|
||
- smb: client: negotiate compression algorithms
|
||
- smb3: add dynamic trace point for ioctls
|
||
- smb: client: return reparse type in /proc/mounts
|
||
- smb: client: set correct d_type for reparse DFS/DFSR and mount point
|
||
- smb: client: parse uid, gid, mode and dev from WSL reparse points
|
||
- smb: client: introduce SMB2_OP_QUERY_WSL_EA
|
||
- smb: client: Fix a NULL vs IS_ERR() check in wsl_set_xattrs()
|
||
- smb: client: add support for WSL reparse points
|
||
- smb: client: reduce number of parameters in smb2_compound_op()
|
||
- smb: client: fix potential broken compound request
|
||
- smb: client: move most of reparse point handling code to common file
|
||
- smb: client: introduce reparse mount option
|
||
- smb: client: retry compound request without reusing lease
|
||
- smb: client: do not defer close open handles to deleted files
|
||
- smb: client: reuse file lease key in compound operations
|
||
- smb: client: get rid of smb311_posix_query_path_info()
|
||
- smb: client: parse owner/group when creating reparse points
|
||
- smb3: update allocation size more accurately on write completion
|
||
- smb: client: handle path separator of created SMB symlinks
|
||
- cifs: update the same create_guid on replay
|
||
- ksmbd: Add kernel-doc for ksmbd_extract_sharename() function
|
||
- cifs: set replay flag for retries of write command
|
||
- cifs: commands that are retried should have replay flag set
|
||
- smb: client: delete "true", "false" defines
|
||
- smb: Fix some kernel-doc comments
|
||
- cifs: new mount option called retrans
|
||
- smb: client: don't clobber ->i_rdev from cached reparse points
|
||
- cifs: new nt status codes from MS-SMB2
|
||
- cifs: pick channel for tcon and tdis
|
||
- cifs: minor comment cleanup
|
||
- cifs: remove redundant variable tcon_exist
|
||
- ksmbd: vfs: fix all kernel-doc warnings
|
||
- ksmbd: auth: fix most kernel-doc warnings
|
||
- cifs: remove unneeded return statement
|
||
- cifs: get rid of dup length check in parse_reparse_point()
|
||
- cifs: Pass unbyteswapped eof value into SMB2_set_eof()
|
||
- smb3: Improve exception handling in allocate_mr_list()
|
||
- cifs: fix in logging in cifs_chan_update_iface
|
||
- smb: client: handle special files and symlinks in SMB3 POSIX
|
||
- smb: client: cleanup smb2_query_reparse_point()
|
||
- smb: client: allow creating symlinks via reparse points
|
||
- smb: client: optimise reparse point querying
|
||
- smb: client: allow creating special files via reparse points
|
||
- smb: client: extend smb2_compound_op() to accept more commands
|
||
- smb: client: Fix minor whitespace errors and warnings
|
||
- smb: client: introduce cifs_sfu_make_node()
|
||
- cifs: fix use after free for iface while disabling secondary channels
|
||
- Missing field not being returned in ioctl CIFS_IOC_GET_MNT_INFO
|
||
- smb3: minor cleanup of session handling code
|
||
- smb3: more minor cleanups for session handling routines
|
||
- smb3: minor RDMA cleanup
|
||
- cifs: print server capabilities in DebugData
|
||
- smb: use crypto_shash_digest() in symlink_hash()
|
||
- Add definition for new smb3.1.1 command type
|
||
- SMB3: clarify some of the unused CreateOption flags
|
||
- cifs: Add client version details to NTLM authenticate message
|
||
- md: fix kmemleak of rdev->serial
|
||
- Revert "selftests/bpf: Add netkit to tc_redirect selftest"
|
||
- btrfs: do not wait for short bulk allocation
|
||
- keys: Fix overwrite of key expiration on instantiation
|
||
- dmaengine: idxd: add a write() method for applications to submit work
|
||
- dmaengine: idxd: add a new security check to deal with a hardware erratum
|
||
- VFIO: Add the SPR_DSA and SPR_IAX devices to the denylist
|
||
- Bluetooth: qca: fix firmware check error path
|
||
- Bluetooth: qca: fix info leak when fetching fw build id
|
||
- Bluetooth: qca: fix info leak when fetching board id
|
||
- Bluetooth: qca: generalise device address check
|
||
- Bluetooth: qca: fix NVM configuration parsing
|
||
- Bluetooth: qca: add missing firmware sanity checks
|
||
- Bluetooth: qca: fix wcn3991 device address check
|
||
- Bluetooth: qca: fix invalid device address check
|
||
- eventfs: Do not treat events directory different than other directories
|
||
- tracefs: Still use mount point as default permissions for instances
|
||
- tracefs: Reset permissions on remount if permissions are options
|
||
- ksmbd: do not grant v2 lease if parent lease key and epoch are not set
|
||
- ksmbd: avoid to send duplicate lease break notifications
|
||
- ksmbd: off ipv6only for both ipv4/ipv6 binding
|
||
- spi: microchip-core-qspi: fix setting spi bus clock rate
|
||
- regulator: core: fix debugfs creation regression
|
||
- nvme-pci: Add quirk for broken MSIs
|
||
- selftests/mm: fix powerpc ARCH check
|
||
- x86/apic: Don't access the APIC when disabling x2APIC
|
||
- hwmon: (pmbus/ucd9000) Increase delay from 250 to 500us
|
||
- net: fix out-of-bounds access in ops_init
|
||
- arm64: dts: qcom: sa8155p-adp: fix SDHC2 CD pin configuration
|
||
- drm/amd/display: Fix incorrect DSC instance for MST
|
||
- drm/amd/display: Handle Y carry-over in VCP X.Y calculation
|
||
- drm/i915/bios: Fix parsing backlight BDB data
|
||
- drm/i915/gt: Automate CCS Mode setting during engine resets
|
||
- drm/i915/audio: Fix audio time stamp programming for DP
|
||
- drm/vmwgfx: Fix invalid reads in fence signaled events
|
||
- drm/vmwgfx: Fix Legacy Display Unit
|
||
- drm/ttm: Print the memory decryption status just once
|
||
- drm/amdkfd: don't allow mapping the MMIO HDP page with large pages
|
||
- Revert "drm/nouveau/firmware: Fix SG_DEBUG error with nvkm_firmware_ctor()"
|
||
- drm/nouveau/firmware: Fix SG_DEBUG error with nvkm_firmware_ctor()
|
||
- mei: me: add lunar lake point M DID
|
||
- clk: sunxi-ng: a64: Set minimum and maximum rate for PLL-MIPI
|
||
- clk: sunxi-ng: common: Support minimum and maximum rate
|
||
- slimbus: qcom-ngd-ctrl: Add timeout for wait operation
|
||
- dyndbg: fix old BUG_ON in >control parser
|
||
- ASoC: ti: davinci-mcasp: Fix race condition during probe
|
||
- ASoC: tegra: Fix DSPK 16-bit playback
|
||
- net: bcmgenet: synchronize UMAC_CMD access
|
||
- net: bcmgenet: synchronize use of bcmgenet_set_rx_mode()
|
||
- net: bcmgenet: synchronize EXT_RGMII_OOB_CTRL access
|
||
- xtensa: fix MAKE_PC_FROM_RA second argument
|
||
- tipc: fix UAF in error path
|
||
- e1000e: change usleep_range to udelay in PHY mdic access
|
||
- kmsan: compiler_types: declare __no_sanitize_or_inline
|
||
- iio: accel: mxc4005: Interrupt handling fixes
|
||
- iio: pressure: Fixes BME280 SPI driver data
|
||
- iio:imu: adis16475: Fix sync mode setting
|
||
- dt-bindings: iio: health: maxim,max30102: fix compatible check
|
||
- workqueue: Fix selection of wake_cpu in kick_pool()
|
||
- mptcp: only allow set existing scheduler for net.mptcp.scheduler
|
||
- mptcp: ensure snd_nxt is properly initialized on connect
|
||
- mm/slab: make __free(kfree) accept error pointers
|
||
- maple_tree: fix mas_empty_area_rev() null pointer dereference
|
||
- btrfs: set correct ram_bytes when splitting ordered extent
|
||
- btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks()
|
||
- firewire: ohci: fulfill timestamp for some local asynchronous transaction
|
||
- ALSA: hda/realtek: Fix mute led of HP Laptop 15-da3001TU
|
||
- usb: typec: tcpm: Check for port partner validity before consuming it
|
||
- usb: typec: tcpm: unregister existing source caps before re-registration
|
||
- usb: typec: tcpm: clear pd_event queue in PORT_RESET
|
||
- usb: dwc3: core: Prevent phy suspend during init
|
||
- usb: xhci-plat: Don't include xhci.h
|
||
- usb: gadget: f_fs: Fix a race condition when processing setup packets.
|
||
- usb: gadget: f_fs: Fix race between aio_cancel() and AIO request complete
|
||
- usb: gadget: uvc: use correct buffer size when parsing configfs lists
|
||
- usb: gadget: composite: fix OS descriptors w_value logic
|
||
- USB: core: Fix access violation during port device removal
|
||
- usb: ohci: Prevent missed ohci interrupts
|
||
- usb: Fix regression caused by invalid ep0 maxpacket in virtual SuperSpeed device
|
||
- usb: typec: ucsi: Fix connector check on init
|
||
- usb: typec: ucsi: Check for notifications after init
|
||
- Reapply "drm/qxl: simplify qxl_fence_wait"
|
||
- firewire: nosy: ensure user_length is taken into account when fetching packet contents
|
||
- btrfs: fix kvcalloc() arguments order in btrfs_ioctl_send()
|
||
- drm/amdgpu: once more fix the call oder in amdgpu_ttm_move() v2
|
||
- drm/amdgpu: Fix comparison in amdgpu_res_cpu_visible
|
||
- drm/amd/display: Atom Integrated System Info v2_2 for DCN35
|
||
- gpiolib: cdev: fix uninitialised kfifo
|
||
- gpiolib: cdev: relocate debounce_period_us from struct gpio_desc
|
||
- gpiolib: cdev: Fix use after free in lineinfo_changed_notify
|
||
- dm/amd/pm: Fix problems with reboot/shutdown for some SMU 13.0.4/13.0.11 users
|
||
- drm/connector: Add
|
||
- drm/meson: dw-hdmi: add bandgap setting for g12
|
||
- drm/meson: dw-hdmi: power up phy on device init
|
||
- net: dsa: mv88e6xxx: add phylink_get_caps for the mv88e6320/21 family
|
||
- net/smc: fix neighbour and rtable leak in smc_ib_find_route()
|
||
- ipv6: prevent NULL dereference in ip6_output()
|
||
- ipv6: annotate data-races around cnf.disable_ipv6
|
||
- hsr: Simplify code for announcing HSR nodes timer setup
|
||
- net-sysfs: convert dev->operstate reads to lockless ones
|
||
- ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action()
|
||
- dt-bindings: net: mediatek: remove wrongly added clocks and SerDes
|
||
- rxrpc: Only transmit one ACK per jumbo packet received
|
||
- rxrpc: Fix congestion control algorithm
|
||
- rxrpc: Fix the names of the fields in the ACK trailer struct
|
||
- selftests: test_bridge_neigh_suppress.sh: Fix failures due to duplicate MAC
|
||
- selftests/net: convert test_bridge_neigh_suppress.sh to run it in unique namespace
|
||
- ipv6: Fix potential uninit-value access in __ip6_make_skb()
|
||
- net: bridge: fix corrupted ethernet header on multicast-to-unicast
|
||
- nfc: nci: Fix kcov check in nci_rx_work()
|
||
- phonet: fix rtm_phonet_notify() skb allocation
|
||
- hwmon: (corsair-cpro) Protect ccp->wait_input_report with a spinlock
|
||
- hwmon: (corsair-cpro) Use complete_all() instead of complete() in ccp_raw_event()
|
||
- hwmon: (corsair-cpro) Use a separate buffer for sending commands
|
||
- rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validation
|
||
- net: ks8851: Queue RX packets in IRQ handler instead of disabling BHs
|
||
- Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeout
|
||
- Bluetooth: HCI: Fix potential null-ptr-deref
|
||
- Bluetooth: msft: fix slab-use-after-free in msft_do_close()
|
||
- Bluetooth: Fix use-after-free bugs caused by sco_sock_timeout
|
||
- tcp: Use refcount_inc_not_zero() in tcp_twsk_unique().
|
||
- tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV sockets
|
||
- ARM: 9381/1: kasan: clear stale stack poison
|
||
- qibfs: fix dentry leak
|
||
- SUNRPC: add a missing rpc_stat for TCP TLS
|
||
- blk-iocost: do not WARN if iocg was already offlined
|
||
- net:usb:qmi_wwan: support Rolling modules
|
||
- drm/radeon: silence UBSAN warning (v3)
|
||
- platform/x86: ISST: Add Granite Rapids-D to HPM CPU list
|
||
- drm/nouveau/dp: Don't probe eDP ports twice harder
|
||
- gpio: lpc32xx: fix module autoloading
|
||
- fs/9p: drop inodes immediately on non-.L too
|
||
- clk: Don't hold prepare_lock when calling kref_put()
|
||
- gpio: crystalcove: Use -ENOTSUPP consistently
|
||
- gpio: wcove: Use -ENOTSUPP consistently
|
||
- powerpc/crypto/chacha-p10: Fix failure on non Power10
|
||
- 9p: explicitly deny setlease attempts
|
||
- fs/9p: fix the cache always being enabled on files with qid flags
|
||
- fs/9p: translate O_TRUNC into OTRUNC
|
||
- fs/9p: only translate RWX permissions for plain 9P2000
|
||
- iommu: mtk: fix module autoloading
|
||
- smb3: fix broken reconnect when password changing on the server by allowing password rotation
|
||
- Drivers: hv: vmbus: Don't free ring buffers that couldn't be re-encrypted
|
||
- uio_hv_generic: Don't free decrypted memory
|
||
- hv_netvsc: Don't free decrypted memory
|
||
- Drivers: hv: vmbus: Track decrypted status in vmbus_gpadl
|
||
- Drivers: hv: vmbus: Leak pages if set_memory_encrypted() fails
|
||
- selftests: timers: Fix valid-adjtimex signed left-shift undefined behavior
|
||
- amd/amdkfd: sync all devices to wait all processes being evicted
|
||
- drm/amdgpu: Fix VCN allocation in CPX partition
|
||
- drm/amd/display: Skip on writeback when it's not applicable
|
||
- drm/amdgpu: implement IRQ_STATE_ENABLE for SDMA v4.4.2
|
||
- drm/amdgpu: Refine IB schedule error logging
|
||
- tools/power/turbostat: Fix uncore frequency file string
|
||
- MIPS: scall: Save thread_info.syscall unconditionally on entry
|
||
- gpu: host1x: Do not setup DMA for virtual devices
|
||
- blk-iocost: avoid out of bounds shift
|
||
- scsi: target: Fix SELinux error when systemd-modules loads the target module
|
||
- memblock tests: fix undefined reference to `BIT'
|
||
- memblock tests: fix undefined reference to `panic'
|
||
- memblock tests: fix undefined reference to `early_pfn_to_nid'
|
||
- btrfs: always clear PERTRANS metadata during commit
|
||
- btrfs: make btrfs_clear_delalloc_extent() free delalloc reserve
|
||
- tools/power turbostat: Fix warning upon failed /dev/cpu_dma_latency read
|
||
- tools/power turbostat: Print ucode revision only if valid
|
||
- tools/power turbostat: Fix Bzy_MHz documentation typo
|
||
- tools/power turbostat: Increase the limit for fd opened
|
||
- tools/power turbostat: Fix added raw MSR output
|
||
- firewire: ohci: mask bus reset interrupts between ISR and bottom half
|
||
- ata: sata_gemini: Check clk_enable() result
|
||
- vboxsf: explicitly deny setlease attempts
|
||
- net: bcmgenet: Reset RBUF on first open
|
||
- ALSA: line6: Zero-initialize message buffers
|
||
- scsi: ufs: core: Fix MCQ mode dev command timeout
|
||
- scsi: ufs: core: WLUN suspend dev/link state error recovery
|
||
- regulator: tps65132: Add of_match table
|
||
- ASoC: SOF: Intel: hda-dsp: Skip IMR boot on ACE platforms in case of S3 suspend
|
||
- kbuild: Disable KCSAN for autogenerated *.mod.c intermediaries
|
||
- selftests/ftrace: Fix event filter target_func selection
|
||
- bpf: Check bloom filter map value size
|
||
- drm/amdkfd: range check cp bad op exception interrupts
|
||
- drm/amdkfd: Check cgroup when returning DMABuf info
|
||
- btrfs: return accurate error code on open failure in open_fs_devices()
|
||
- scsi: bnx2fc: Remove spin_lock_bh while releasing resources after upload
|
||
- scsi: mpi3mr: Avoid memcpy field-spanning write WARNING
|
||
- net: mark racy access on sk->sk_rcvbuf
|
||
- wifi: iwlwifi: mvm: guard against invalid STA ID on removal
|
||
- wifi: iwlwifi: read txq->read_ptr under lock
|
||
- wifi: mac80211: fix prep_connection error path
|
||
- wifi: cfg80211: fix rdev_dump_mpp() arguments order
|
||
- wifi: mac80211: fix ieee80211_bss_*_flags kernel-doc
|
||
- gfs2: Fix invalid metadata access in punch_hole
|
||
- scsi: lpfc: Use a dedicated lock for ras_fwlog state
|
||
- scsi: lpfc: Release hbalock before calling lpfc_worker_wake_up()
|
||
- scsi: lpfc: Replace hbalock with ndlp lock in lpfc_nvme_unregister_port()
|
||
- scsi: lpfc: Update lpfc_ramp_down_queue_handler() logic
|
||
- scsi: lpfc: Remove IRQF_ONESHOT flag from threaded IRQ handling
|
||
- scsi: lpfc: Move NPIV's transport unregistration to after resource clean up
|
||
- scsi: ufs: core: Fix MCQ MAC configuration
|
||
- KVM: arm64: vgic-v2: Check for non-NULL vCPU in vgic_v2_parse_attr()
|
||
- KVM: arm64: vgic-v2: Use cpuid from userspace as vcpu_id
|
||
- swiotlb: initialise restricted pool list_head when SWIOTLB_DYNAMIC=y
|
||
- powerpc/pseries/iommu: LPAR panics during boot up with a frozen PE
|
||
- powerpc/pseries: make max polling consistent for longer H_CALLs
|
||
- clk: sunxi-ng: h6: Reparent CPUX during PLL CPUX rate change
|
||
- clk: qcom: smd-rpm: Restore msm8976 num_clk
|
||
- net: gro: add flush check in udp_gro_receive_segment
|
||
- net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offset to napi_gro_cb
|
||
- net: gro: parse ipv6 ext headers without frag0 invalidation
|
||
- ipv4: Fix uninit-value access in __ip_make_skb()
|
||
- drm/panel: ili9341: Use predefined error codes
|
||
- drm/panel: ili9341: Respect deferred probe
|
||
- drm/panel: ili9341: Correct use of device property APIs
|
||
- s390/qeth: Fix kernel panic after setting hsuid
|
||
- vxlan: Pull inner IP header in vxlan_rcv().
|
||
- tipc: fix a possible memleak in tipc_buf_append
|
||
- rxrpc: Clients must accept conn from any address
|
||
- net: core: reject skb_copy(_expand) for fraglist GSO skbs
|
||
- net: bridge: fix multicast-to-unicast with fraglist GSO
|
||
- spi: fix null pointer dereference within spi_sync
|
||
- drm/amdgpu: fix doorbell regression
|
||
- net: dsa: mv88e6xxx: Fix number of databases for 88E6141 / 88E6341
|
||
- cxgb4: Properly lock TX queue for the selftest.
|
||
- s390/cio: Ensure the copied buf is NUL terminated
|
||
- ALSA: hda: intel-sdw-acpi: fix usage of device_get_named_child_node()
|
||
- ASoC: meson: cards: select SND_DYNAMIC_MINORS
|
||
- ASoC: meson: axg-tdm-interface: manage formatters in trigger
|
||
- ASoC: meson: axg-card: make links nonatomic
|
||
- ASoC: meson: axg-fifo: use threaded irq to check periods
|
||
- ASoC: meson: axg-fifo: use FIELD helpers
|
||
- vxlan: Add missing VNI filter counter update in arp_reduce().
|
||
- vxlan: Fix racy device stats updates.
|
||
- net: qede: use return from qede_parse_actions()
|
||
- net: qede: use return from qede_parse_flow_attr() for flow_spec
|
||
- net: qede: use return from qede_parse_flow_attr() for flower
|
||
- net: qede: sanitize 'rc' in qede_add_tc_flower_fltr()
|
||
- ALSA: emu10k1: fix E-MU dock initialization
|
||
- ALSA: emu10k1: move the whole GPIO event handling to the workqueue
|
||
- ALSA: emu10k1: factor out snd_emu1010_load_dock_firmware()
|
||
- ALSA: emu10k1: fix E-MU card dock presence monitoring
|
||
- Fix a potential infinite loop in extract_user_to_sg()
|
||
- s390/vdso: Add CFI for RA register to asm macro vdso_func
|
||
- net l2tp: drop flow hash on forward
|
||
- nsh: Restore skb->{protocol,data,mac_header} for outer header in nsh_gso_segment().
|
||
- octeontx2-af: avoid off-by-one read from userspace
|
||
- bna: ensure the copied buf is NUL terminated
|
||
- xdp: use flags field to disambiguate broadcast redirect
|
||
- s390/mm: Fix clearing storage keys for huge pages
|
||
- s390/mm: Fix storage key clearing for guest huge pages
|
||
- ASoC: codecs: wsa881x: set clk_stop_mode1 flag
|
||
- ASoC: Intel: avs: Set name of control as in topology
|
||
- riscv, bpf: Fix incorrect runtime stats
|
||
- bpf, arm64: Fix incorrect runtime stats
|
||
- spi: axi-spi-engine: fix version format string
|
||
- spi: axi-spi-engine: use common AXI macros
|
||
- spi: axi-spi-engine: move msg state to new struct
|
||
- spi: axi-spi-engine: use devm_spi_alloc_host()
|
||
- spi: axi-spi-engine: simplify driver data allocation
|
||
- spi: spi-axi-spi-engine: Use helper function devm_clk_get_enabled()
|
||
- bpf: Fix a verifier verbose message
|
||
- nvme: fix warn output about shared namespaces without CONFIG_NVME_MULTIPATH
|
||
- ASoC: SOF: Intel: add default firmware library path for LNL
|
||
- ASoC: SOF: Introduce generic names for IPC types
|
||
- regmap: Add regmap_read_bypassed()
|
||
- bpf, skmsg: Fix NULL pointer dereference in sk_psock_skb_ingress_enqueue
|
||
- bpf, kconfig: Fix DEBUG_INFO_BTF_MODULES Kconfig definition
|
||
- regulator: change devm_regulator_get_enable_optional() stub to return Ok
|
||
- regulator: change stubbed devm_regulator_get_enable to return Ok
|
||
- regulator: mt6360: De-capitalize devicetree regulator subnodes
|
||
- pinctrl: devicetree: fix refcount leak in pinctrl_dt_to_map()
|
||
- power: supply: mt6360_charger: Fix of_match for usb-otg-vbus regulator
|
||
- power: rt9455: hide unused rt9455_boost_voltage_values
|
||
- pinctrl: baytrail: Fix selecting gpio pinctrl state
|
||
- nfs: Handle error of rpc_proc_register() in nfs_net_init().
|
||
- nfs: make the rpc_stat per net namespace
|
||
- nfs: expose /proc/net/sunrpc/nfs in net namespaces
|
||
- sunrpc: add a struct rpc_stats arg to rpc_create_args
|
||
- pinctrl: mediatek: paris: Rework support for PIN_CONFIG_{INPUT,OUTPUT}_ENABLE
|
||
- pinctrl: mediatek: paris: Fix PIN_CONFIG_INPUT_SCHMITT_ENABLE readback
|
||
- pinctrl: core: delete incorrect free in pinctrl_enable()
|
||
- pinctrl/meson: fix typo in PDM's pin name
|
||
- pinctrl: pinctrl-aspeed-g6: Fix register offset for pinconf of GPIOR-T
|
||
- Bluetooth: qca: add support for QCA2066
|
||
- eeprom: at24: fix memory corruption race condition
|
||
- eeprom: at24: Probe for DDR3 thermal sensor in the SPD case
|
||
- rust: kernel: require `Send` for `Module` implementations
|
||
- wifi: nl80211: don't free NULL coalescing rule
|
||
- rust: macros: fix soundness issue in `module!` macro
|
||
- rust: module: place generated init_module() function in .init.text
|
||
- mtd: limit OTP NVMEM cell parse to non-NAND devices
|
||
- nvmem: add explicit config option to read old syntax fixed OF cells
|
||
- dmaengine: Revert "dmaengine: pl330: issue_pending waits until WFP state"
|
||
- dmaengine: pl330: issue_pending waits until WFP state
|
||
- !9104 [OLK-6.6] drm/phytium: Fix make allmodconfig build fail
|
||
- DRM: Fix Phytium DRM build fail
|
||
- !9085 [OLK-6.6] openeuler_defconfig: fix checkdefconfig fail
|
||
- openeuler_defconfig: fix checkdefconfig fail
|
||
- !8750 ubifs: Check @c->dirty_[n|p
|
||
- ubifs: Check @c->dirty_[n|p]n_cnt and @c->nroot state under @c->lp_mutex
|
||
- !8703 v2 IMA: Introduce a config to bypass i_version detection for Overlayfs issue
|
||
- IMA: Introduce a config to bypass i_version detection for Overlayfs issue
|
||
- !8621 LoongArch: fix HT RX INT TRANS register not initialized
|
||
- LoongArch: fix HT RX INT TRANS register not initialized
|
||
- !8440 arm64: cpufeature: Both the major and the minor version numbers need to be checked
|
||
- arm64/mpam: skip mpam initialize under kdump kernel
|
||
- arm64: cpufeature: Both the major and the minor version numbers need to be checked
|
||
- !8107 [OLK 6.6]net: hns3: fix kernel crash when devlink reload during pf/vf initialization
|
||
- {topost} net: hns3: fix kernel crash when devlink reload during vf initialization
|
||
- {topost} net: hns3: fix kernel crash when devlink reload during pf initialization
|
||
- !8481 Fix vf init and common user permissions issue
|
||
- net/ethernet/huawei/hiroce3: Fix vf init and common user permissions issue
|
||
- !8576 【OLK-6.6】backport PCC patches to support shared interrupt for multiple subspaces and platform notification handling
|
||
- soc: hisilicon: kunpeng_hccs: replace MAILBOX dependency with PCC
|
||
- soc: hisilicon: kunpeng_hccs: Add the check for obtaining complete port attribute
|
||
- mailbox: pcc: Support shared interrupt for multiple subspaces
|
||
- mailbox: pcc: Add support for platform notification handling
|
||
- !8471 ext4: Fixes len calculation in mpage_journal_page_buffers
|
||
- ext4: Fixes len calculation in mpage_journal_page_buffers
|
||
- !8496 mm/mlock: return EINVAL for illegal user memory range in mlock
|
||
- mm/mlock: return EINVAL for illegal user memory range in mlock
|
||
- !8435 LoongArch: add GMAC&GNET support
|
||
- net: stmmac: dwmac-loongson: Add loongson module author
|
||
- net: stmmac: dwmac-loongson: Move disable_force flag to _gnet_date
|
||
- net: stmmac: dwmac-loongson: Add Loongson GNET support
|
||
- net: stmmac: dwmac-loongson: Fixed failure to set network speed to 1000.
|
||
- net: stmmac: dwmac-loongson: Add loongson_dwmac_config_legacy
|
||
- net: stmmac: dwmac-loongson: Add full PCI support
|
||
- net: stmmac: dwmac-loongson: Add phy_interface for Loongson GMAC
|
||
- net: stmmac: dwmac-loongson: Add phy mask for Loongson GMAC
|
||
- net: stmmac: dwmac-loongson: Add ref and ptp clocks for Loongson
|
||
- net: stmmac: dwmac-loongson: Split up the platform data initialization
|
||
- net: stmmac: dwmac-loongson: Use PCI_DEVICE_DATA() macro for device identification
|
||
- net: stmmac: dwmac-loongson: Drop useless platform data
|
||
- net: stmmac: Export dwmac1000_dma_ops
|
||
- net: stmmac: Add multi-channel support
|
||
- net: stmmac: Move the atds flag to the stmmac_dma_cfg structure
|
||
- !7896 backport upstream stmmac related patches.
|
||
- net: stmmac: Move MAC caps init to phylink MAC caps getter
|
||
- net: stmmac: Rename phylink_get_caps() callback to update_caps()
|
||
- net: phylink: provide mac_get_caps() method
|
||
- !8450 sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_write()
|
||
- sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_write()
|
||
- !7482 v2 perf parse-events: Make legacy events lower priority than sysfs/JSON
|
||
- perf x86 test: Update hybrid expectations
|
||
- perf parse-events: Make legacy events lower priority than sysfs/JSON
|
||
- !8309 xfs: Fix file creation failure
|
||
- xfs: Fix file creation failure
|
||
- !8183 perf pmu: Count sys and cpuid JSON events separately
|
||
- perf pmu: Count sys and cpuid JSON events separately
|
||
- !7077 v4 block: dicard bugfix
|
||
- block: check io size before submit discard
|
||
- block: fix overflow in blk_ioctl_discard()
|
||
- !8353 mm/dynamic_pool: clear PG_hugetlb when promote hugepages
|
||
- mm/dynamic_pool: clear PG_hugetlb when promote hugepages
|
||
- !8151 LoongArch: Fix secondary bridge routing errors
|
||
- LoongArch: Fix secondary bridge routing errors
|
||
- !7948 【OLK-6.6】Fix BUILD REGRESSION warnings in bzwx N5/N6 series NIC drivers
|
||
- drivers: Fix BUILD REGRESSION warnings in bzwx N5/N6 series NIC drivers
|
||
- !8228 ubifs: ubifs_link: Fix wrong name len calculating when UBIFS is encrypted
|
||
- ubifs: ubifs_link: Fix wrong name len calculating when UBIFS is encrypted
|
||
- !6283 fix deadlock in cgroup1_writeback V2
|
||
- cgroup_writeback: fix deadlock in cgroup1_writeback
|
||
- cgroup_writeback: Revert "fix deadlock in cgroup1_writeback"
|
||
- !8036 fix CVE-2024-27010
|
||
- net/sched: fix kabi change in struct Qdisc
|
||
- net/sched: Fix mirred deadlock on device recursion
|
||
|
||
to message about demoting connector force-probes
|
||
* Thu Jun 13 2024 ZhangPeng <zhangpeng362@huawei.com> - 6.6.0-28.0.0.37
|
||
- Enable kabi check for src and change the check-kabi format to Python3
|
||
|
||
* Thu Jun 6 2024 Mingzheng Xing <xingmingzheng@iscas.ac.cn> - 6.6.0-28.0.0.36
|
||
- riscv-kernel patch update to 6.6.0-29.0.0
|
||
- Fix QEMU UEFI boot panic
|
||
- Deal with riscv SoC dtb search path
|
||
|
||
* Thu Jun 6 2024 ZhangPeng <zhangpeng362@huawei.com> - 6.6.0-28.0.0.35
|
||
- Add kabi_whitelist_aarch64/x86 and update Module.kabi_aarch64/x86
|
||
|
||
* Sun May 26 2024 Mingzheng Xing <xingmingzheng@iscas.ac.cn> - 6.6.0-28.0.0.34
|
||
- riscv-kernel patch update to 6.6.0-28.0.0
|
||
- fixed a merge conflict from the commit f1e873348141
|
||
|
||
* Sun May 26 2024 ZhangPeng <zhangpeng362@huawei.com> - 6.6.0-28.0.0.33
|
||
- !8010 mm/mempolicy.c: fix the out-of-bounds access issue in mpol_parse_str
|
||
- mm/mempolicy.c: fix the out-of-bounds access issue in mpol_parse_str
|
||
- !7997 mm: some misc bugfix
|
||
- mm: vmalloc: bail out early in find_vmap_area() if vmap is not init
|
||
- Revert "mm: support multi-size THP numa balancing"
|
||
- mm: simplify thp_vma_allowable_order
|
||
- mm: huge_memory: add the missing folio_test_pmd_mappable() for THP split statistics
|
||
- mm/huge_memory: skip invalid debugfs new_order input for folio split
|
||
- mm: prohibit the last subpage from reusing the entire large folio
|
||
- mm/memory.c: do_numa_page(): remove a redundant page table read
|
||
- mm: memory: fix shift-out-of-bounds in fault_around_bytes_set
|
||
- !7966 [OLK-6.6] openeuler_defconfig: Modify openeuler-defconfig
|
||
- openeuler_defconfig: Modify openeuler-defconfig
|
||
- !7909 Scheduler load balance fixes
|
||
- config: Disable COBFIG_ARCH_CUSTOM_NUMA_DISTANCE for arm64
|
||
- sched/numa: Fix numa imbalance in load_balance()
|
||
- !7917 sched: QOS_SCHED_DYNAMIC_AFFINITY depend on FAIR_GROUP_SCHED
|
||
- sched: QOS_SCHED_DYNAMIC_AFFINITY depend on FAIR_GROUP_SCHED
|
||
- Revert "sched: QOS_SCHED_DYNAMIC_AFFINITY depend on FAIR_CGROUP_SCHED"
|
||
- !7902 v3 Revert "ACPI: Rename ACPI_HOTPLUG_CPU to include 'present'"
|
||
- Revert "ACPI: Rename ACPI_HOTPLUG_CPU to include 'present'"
|
||
- !7888 v3 mm: add thp anon pmd size mapping align control
|
||
- mm: add thp anon pmd size mapping align control
|
||
- !7730 v2 sched: QOS_SCHED_DYNAMIC_AFFINITY depend on FAIR_CGROUP_SCHED
|
||
- sched: QOS_SCHED_DYNAMIC_AFFINITY depend on FAIR_CGROUP_SCHED
|
||
- !7808 Bluetooth: L2CAP: Fix not validating setsockopt user input
|
||
- Bluetooth: L2CAP: Fix not validating setsockopt user input
|
||
- !7822 LoongArch: limit min pci msi-x/msi vector number when request more than 32 vectors
|
||
- LoongArch: limit min pci msi-x/msi vector number when request more than 32 vectors
|
||
- !7823 LoongArch: fix kdump not work when legacy mode disabled
|
||
- LoongArch: fix efi map page table error
|
||
- Revert "LoongArch: kdump: Add memory reservation for old kernel"
|
||
- Revert "LoongArch: Fix kdump failure on v40 interface specification"
|
||
- Revert "LoongArch: kdump: Add high memory reservation"
|
||
- !7764 v2 mm: Some bugfix and optimization
|
||
- mm/dynamic_pool: clear PG_hugetlb when demote hugepages
|
||
- mm: optimise vmf_anon_prepare() for VMAs without an anon_vma
|
||
- mm: delay the check for a NULL anon_vma
|
||
- mm: assert the mmap_lock is held in __anon_vma_prepare()
|
||
- mm/memory: change vmf_anon_prepare() to be non-static
|
||
- mm: always initialise folio->_deferred_list
|
||
- mm: page_alloc: control latency caused by zone PCP draining
|
||
- mm/hugetlb: fix DEBUG_LOCKS_WARN_ON(1) when dissolve_free_hugetlb_folio()
|
||
- hugetlb: check for hugetlb folio before vmemmap_restore
|
||
- hugetlb: set hugetlb page flag before optimizing vmemmap
|
||
- mm: add alloc_contig_migrate_range allocation statistics
|
||
- mm: convert free_zone_device_page to free_zone_device_folio
|
||
- mm: combine __folio_put_small, __folio_put_large and __folio_put
|
||
- mm: inline destroy_large_folio() into __folio_put_large()
|
||
- mm: combine free_the_page() and free_unref_page()
|
||
- mm: free non-hugetlb large folios in a batch
|
||
- mm: increase folio batch size
|
||
- mm: fix list corruption in put_pages_list
|
||
- mm: remove folio from deferred split list before uncharging it
|
||
- mm: convert free_swap_cache() to take a folio
|
||
- mm: use a folio in __collapse_huge_page_copy_succeeded()
|
||
- mm: convert free_pages_and_swap_cache() to use folios_put()
|
||
- mm: remove lru_to_page()
|
||
- mm: remove free_unref_page_list()
|
||
- memcg: remove mem_cgroup_uncharge_list()
|
||
- mm: free folios directly in move_folios_to_lru()
|
||
- mm: free folios in a batch in shrink_folio_list()
|
||
- mm: allow non-hugetlb large folios to be batch processed
|
||
- mm: handle large folios in free_unref_folios()
|
||
- mm: use __page_cache_release() in folios_put()
|
||
- mm: use free_unref_folios() in put_pages_list()
|
||
- mm: remove use of folio list from folios_put()
|
||
- memcg: add mem_cgroup_uncharge_folios()
|
||
- mm: use folios_put() in __folio_batch_release()
|
||
- mm: add free_unref_folios()
|
||
- mm: convert free_unref_page_list() to use folios
|
||
- mm: make folios_put() the basis of release_pages()
|
||
- !7812 [OLK-6.6] drm/phytium: Replace default efi fb0 with dc fb
|
||
- drm/phytium: Replace default efi fb0 with dc fb
|
||
- !7767 irqchip/loongson-eiointc: fix gsi register error
|
||
- irqchip/loongson-eiointc: fix gsi register error
|
||
- !7771 ext4: default enable iomap for buffered IO and large folio
|
||
- ext4: default enable iomap for buffered IO and large folio
|
||
- !7721 【OLK-6.6】bugfix from upstream v6.9 for AMD EPYC
|
||
- x86/CPU/AMD: Add models 0x10-0x1f to the Zen5 range
|
||
- x86/CPU/AMD: Do the common init on future Zens too
|
||
- !7572 Fix pseudo nmi identifier undeclaration complilation error
|
||
- arm64/cpufeature: Fix pseudo nmi identifier undeclaration complilation error
|
||
- !7537 [OLK-6.6] irqchip/gic-v3: Fix one race condition due to NMI withdraw
|
||
- irqchip/gic-v3: Fix one race condition due to NMI withdraw
|
||
- !7164 [sync] PR-7143: media: usbtv: Remove useless locks in usbtv_video_free()
|
||
- media: usbtv: Remove useless locks in usbtv_video_free()
|
||
- !6386 [OLK-6.6] Fix warnings for RNPVF driver with loongarch-allmodconfig
|
||
- RNPVF: NET: Fix "'%d' directive output may be truncated" warnings
|
||
- !5243 [OLK-6.6] Support PSP identification for Hygon 4th CPU and print secure features when running on Hygon CPUs
|
||
- x86/config: Set CONFIG_HYGON_CSV by default
|
||
- x86/cpu/hygon: Clear SME feature flag when not in use
|
||
- x86/cpufeatures: Add CSV3 CPU feature
|
||
- x86/cpufeatures: Add CPUID_8C86_0000_EDX CPUID leaf
|
||
- x86/cpu: Detect memory encryption features on Hygon CPUs
|
||
- KVM: SVM: Print Hygon CSV support info if support is detected
|
||
- crypto: ccp: Print Hygon CSV API version when CSV support is detected
|
||
- x86/mm: Print CSV info into the kernel log
|
||
- x86/mm: Provide a Kconfig entry to build the HYGON memory encryption support into the kernel
|
||
- Documentation/arch/x86: Add HYGON secure virtualization description
|
||
- crypto: ccp: Add support to detect CCP devices on Hygon 4th CPUs
|
||
- !7180 【3snic】 use same string “sssnic" for "Kernel driver in use" and "Kernel modules"
|
||
- 3snic: use sssnic as kernel driver name
|
||
- !7607 Fix allmodconfig build error
|
||
- net/ethernet/huawei/hiroce3: Fix allmodconfig build error
|
||
- !7583 [OLK-6.6] Fixed display error for ps23xx when using ast and pe2201 bmc card
|
||
- drm/ast: Fixed display error for ps23xx when using ast bmc card
|
||
- drm/phytium: Bugfix Xorg startup for ps23xx when using pe2201 bmc card
|
||
- !7593 memcg_swap_qos: Backport two bugfix
|
||
- mm/swapfile: fix infinite loop in get_swap_pages after set memory.swapfile
|
||
- memcg: fix incorrect value of sysctl_memcg_swap_qos_stat
|
||
- !7595 jbd2: speed up jbd2_transaction_committed()
|
||
- jbd2: speed up jbd2_transaction_committed()
|
||
- !5480 [OLK-6.6] Fix DMA RW sequence disorder issue
|
||
- Add kh40000_iommu_dma_ops for KH-40000 platform
|
||
- Add kh40000_direct_dma_ops for KH-40000 platform
|
||
- !3133 [OLK-6.6] iommu/vt-d:Add support for detecting ACPI device in RMRR
|
||
- iommu/vt-d: Add support for detecting ACPI namespace device in RMRR
|
||
|
||
* Fri May 24 2024 Mingzheng Xing <xingmingzheng@iscas.ac.cn> - 6.6.0-27.0.0.32
|
||
- Update the riscv-kernel patch for sg2042, rebase 6.6.0-27.0.0 and add features:
|
||
- SPI Flash driver
|
||
- kexec file raw image
|
||
- HIGHMEM
|
||
- This patch only applies to the RISC-V architecture, the related commit list:
|
||
-
|
||
- sg2042: Update sg2042 openeuler_defconfig
|
||
- th1520: riscv: config: Enable th1520 support
|
||
- riscv: thead: Use the wback_inv instead of wback_only
|
||
- riscv: errata: thead: use pa based instructions for CMO
|
||
- riscv: errata: thead: use riscv_nonstd_cache_ops for CMO
|
||
- Revert "riscv: use VA+PA variant of CMO macros for DMA page preparation"
|
||
- Revert "riscv: use VA+PA variant of CMO macros for DMA synchorization"
|
||
- Revert "riscv: errata: cmo: add CMO macro variant with both VA and PA"
|
||
- Revert "riscv: errata: Replace thead cache clean with flush"
|
||
- Revert "riscv: errata: thead: use riscv_nonstd_cache_ops for CMO"
|
||
- Revert "riscv: errata: thead: use pa based instructions for CMO"
|
||
- riscv: mm: fix NOCACHE_THEAD does not set bit[61] correctly
|
||
- riscv: mm: update T-Head memory type definitions
|
||
- Revert "sg2042: riscv: changing T-Head PBMT attributes"
|
||
- riscv: remove compression for riscv Image
|
||
- th1520: cpufreq: correct typo in config name
|
||
- th1520: riscv: dts: thead: Add Milk-V Meles board
|
||
- th1520: cpufreq: light-mpw-cpufreq: fix -Wunused-variable in panic_cpufreq_notifier_call
|
||
- th1520: cpufreq: light-mpw-cpufreq: fix cpu_pll1 already disabled warning
|
||
- riscv: Add th1520-lichee-cluster-4a dts support (8G/16G)
|
||
- riscv: dts: th1520-beaglev-ahead: add alias for emmc & sd
|
||
- riscv: dts: th1520-lichee-pi-4a: add alias for emmc & sd
|
||
- riscv: dts: lpi4a 16g support
|
||
- th1520: perf vendor events riscv: add T-HEAD C9xx JSON file
|
||
- th1520: riscv: dts: thead: Add PMU event node
|
||
- riscv: pinctrl: th1520: fix build
|
||
- riscv: dts: th1520: lpi4a: add rpmsg node
|
||
- riscv: dts: th1520: add mbox client node
|
||
- riscv: rpmsg: mailbox-client: sync thead sdk 1.4.2
|
||
- riscv: panic: add thead sdk quirks
|
||
- riscv: dts: add watchdog node
|
||
- th1520: riscv: dts: Add th1520 reset device tree
|
||
- th1520: reset: Add th1520 reset driver support
|
||
- th1520: dt-bindings: reset: Document th1520 reset control
|
||
- riscv: light_wdt: update sdk 1.4.2
|
||
- th1520_light_event: update sdk 1.4.2
|
||
- th1520_aon: update sdk 1.4.2
|
||
- th1520: fix compile th1520-beaglev-ahead error
|
||
- th1520: add TH1520 cpu frequency driver
|
||
- th1520: riscv: errata: thead: use pa based instructions for CMO
|
||
- th1520: riscv: errata: thead: use riscv_nonstd_cache_ops for CMO
|
||
- riscv: dts: thead: Add TH1520 CPU reset node
|
||
- th1520: riscv: dts: thead: Enable Lichee Pi 4A USB
|
||
- th1520: riscv: dts: thead: Add Lichee Pi 4A IO expansions
|
||
- th1520: riscv: dts: thead: Add TH1520 USB nodes
|
||
- th1520: riscv: dts: thead: Add TH1520 I2C nodes
|
||
- th1520: usb: dwc3: add T-HEAD TH1520 usb driver
|
||
- th1520: dt-bindings: usb: Add T-HEAD TH1520 USB controller
|
||
- th1520: riscv: dts: thead: Add BeagleV Ahead SDIO0 pins
|
||
- th1520: riscv: dts: thead: Add Lichee Pi 4A SDIO0 pins
|
||
- th1520: riscv: dts: thead: Add TH1520 ethernet nodes
|
||
- th1520: net: stmmac: add glue layer for T-HEAD TH1520 SoC
|
||
- th1520: dt-bindings: net: add T-HEAD dwmac support
|
||
- th1520: dt-bindings: net: snps,dwmac: allow dwmac-3.70a to set pbl properties
|
||
- th1520: riscv: dts: thead: Enable Lichee Pi 4A PWM fan
|
||
- th1520: riscv: dts: thead: Add TH1520 PVT node
|
||
- th1520: riscv: dts: thead: Add TH1520 PWM node
|
||
- th1520: pwm: add T-HEAD PWM driver
|
||
- th1520: dt-bindings: pwm: Add T-HEAD PWM controller
|
||
- th1520: gpio: dwapb: Use generic request, free and set_config
|
||
- riscv: dts: thead: Enable LicheePi 4A eMMC and microSD
|
||
- riscv: dts: thead: Enable BeagleV Ahead eMMC and microSD
|
||
- riscv: dts: thead: Add TH1520 mmc controllers and sdhci clock
|
||
- riscv: defconfig: Enable mmc and dma drivers for T-Head TH1520
|
||
- mmc: sdhci-of-dwcmshc: Add support for T-Head TH1520
|
||
- mmc: sdhci: add __sdhci_execute_tuning() to header
|
||
- dt-bindings: mmc: sdhci-of-dwcmhsc: Add T-Head TH1520 support
|
||
- th1520: riscv: dtb: thead: Add BeagleV Ahead LEDs
|
||
- th1520: riscv: dts: thead: Add TH1520 pinctrl settings for UART0
|
||
- th1520: riscv: dts: thead: Adjust TH1520 GPIO labels
|
||
- th1520: riscv: dts: thead: Add TH1520 GPIO ranges
|
||
- th1520: riscv: dts: thead: Add TH1520 pin control nodes
|
||
- th1520: pinctrl: Add driver for the T-Head TH1520 SoC
|
||
- th1520: dt-bindings: pinctrl: Add thead,th1520-pinctrl bindings
|
||
- th1520: dt-bindings: gpio: dwapb: allow gpio-ranges
|
||
- sg2042: riscv: config: Enable sg2042 support
|
||
- sg2042: drivers: rtc: disable BMC RTC device
|
||
- sg2042: dts: add i2c-rtc ds1307 device node for single chip
|
||
- sg2042: riscv:dts:modify dw gpio clock name
|
||
- sg2042: drivers:pci:remove the err log of parsing pci
|
||
- sg2042: driver: ipmi: support KVM and IPMI SI for BMC
|
||
- sg2042: perf cpumap: Make counter as unsigned ints
|
||
- sg2042: driver: radeon: deinit device during kexec
|
||
- sg2042: kernel: schedule: Fix set_task_cpu() bug
|
||
- sg2042: mm: Modify __find_max_addr for memory hole
|
||
- sg2042: riscv: kernel: Optimize apply_relocate_add()
|
||
- sg2042: riscv: mm: Clear compilation warning about last_cpupid
|
||
- sg2042: kernel: tick: filter unnecessary printing
|
||
- sg2042: kernel: Adjust the log level of the tick_switch_to_oneshot function
|
||
- sg2042: driver: clk: Modify the timer clock is turned off defaultly
|
||
- sg2042: drivers: clock: Add sophgo sg2042 multi-chip clock synchronous support
|
||
- Revert "riscv: Fix set_memory_XX() and set_direct_map_XX() by splitting huge linear mappings"
|
||
- Revert "riscv: Fix set_direct_map_default_noflush() to reset _PAGE_EXEC"
|
||
- Revert "riscv: Fix wrong usage of lm_alias() when splitting a huge linear mapping"
|
||
- sg2042: riscv: mm: Add high memory on riscv64 using sv39
|
||
- sg2042: riscv/kexec: handle R_RISCV_ADD16 and R_RISCV_SUB16 relocation types
|
||
- sg2042: riscv: kexec: Add image loader for kexec file
|
||
- sg2042: drm/amd/display: Support DRM_AMD_DC_FP on RISC-V
|
||
- sg2042: riscv: Factor out riscv-march-y to a separate Makefile
|
||
- sg2042: riscv: Add support for kernel-mode FPU
|
||
- sg2042: mango pci hack:broadcast when no MSI source known
|
||
- sg2042: nvidia hda: force msi
|
||
- sg2042: radeon hack: force 64-bit msi to fit top intc
|
||
- sg2042: amdgpu: disable rebar
|
||
- sg2042: ttm: disallow cached mapping
|
||
- sg2042: driver: soc: Add sophgo sg2042 soc support
|
||
- sg2042: drivers: pcie: Create msi-x whitelist,turn on msi-x for top intr
|
||
- sg2042: driver: pcie: Add sophgo sg2042 soc support
|
||
- sg2042: driver: net: Add sophgo sg2042 soc support
|
||
- sg2042: driver: mtd: Add sophgo sg2042 soc support
|
||
- sg2042: driver: mmc: Add sophgo sg2042 soc support
|
||
- sg2042: driver: reset: Add sophgo sg2042 soc support
|
||
- sg2042: driver: pinctrl: Add sophgo sg2042 soc support
|
||
- sg2042: driver: clk: Add sophgo sg2042 soc support
|
||
- sg2042: riscv: spinlock: Fix deadlock issue
|
||
- sg2042: riscv: add smp_cond_load_acquire()
|
||
- sg2042: riscv: add ioremap_wc for gpu
|
||
- sg2042: riscv: changing T-Head PBMT attributes
|
||
- sg2042: riscv: errata: thead: Make cache clean to flush
|
||
- sg2042: riscv: use VA+PA variant of CMO macros for DMA page preparation
|
||
- sg2042: riscv: use VA+PA variant of CMO macros for DMA synchorization
|
||
- sg2042: riscv: errata: cmo: add CMO macro variant with both VA and PA
|
||
- sg2042: riscv: errata: Replace thead cache clean with flush
|
||
- sg2042: riscv: Kconfig: Set vector as default no
|
||
- sg2042: riscv: Add sophgo sg2042 soc support
|
||
|
||
* Sat May 18 2024 ZhangPeng <zhangpeng362@huawei.com> - 6.6.0-27.0.0.31
|
||
- !7527 ext4 iomap performance optimize
|
||
- ext4: fallback to generic_perform_write once iov_iter_count <= PAGE_SIZE
|
||
- iomap: export __iomap_write_{begin|end}
|
||
- !7530 mm: more thp control for large folio
|
||
- mm: correct the docs for thp_fault_alloc and thp_fault_fallback
|
||
- mm: add docs for per-order mTHP counters and transhuge_page ABI
|
||
- mm: add per-order mTHP anon_swpout and anon_swpout_fallback counters
|
||
- mm: add per-order mTHP anon_fault_alloc and anon_fault_fallback counters
|
||
- mm: add control to allow specified high-order pages stored on PCP list
|
||
- mm: huge_memory: add thp mapping align control
|
||
- mm: huge_memory: add folio_get_unmapped_area()
|
||
- mm: filemap: make mTHP configurable for exec mapping
|
||
- mm/filemap: Allow arch to request folio size for exec memory
|
||
- mm/memcontrol: remove __mod_lruvec_page_state()
|
||
- mm/khugepaged: use a folio more in collapse_file()
|
||
- mm: remove inc/dec lruvec page state functions
|
||
- !7521 v2 Avoiding false sharing in field access of tk_core
|
||
- openeuler_defconfig: Enable CONFIG_ARCH_LLC_128_LINE_SIZE for Hisilicon platforms
|
||
- timekeeping: Avoiding false sharing in field access of tk_core
|
||
- !7182 v3 mm: mglru: reuse some legacy trace
|
||
- mm: multi-gen LRU: reuse some legacy trace events
|
||
- mm, vmscan: remove ISOLATE_UNMAPPED
|
||
- trace-vmscan-postprocess: sync with tracepoints updates
|
||
- !7219 Hygon model 6h L3 PMU event duplicate creating issue fix
|
||
- perf/x86/uncore: Create L3 event strictly to the CPU vendor
|
||
- !7474 sched/fair: set burst to zero when cfs bandwidth is cancelled
|
||
- sched/fair: set burst to zero when set max to cpu.max
|
||
- sched/fair: limit burst to zero when cfs bandwidth is toggled off
|
||
- !7475 Makefile.oever: add OPENEULER_RELEASE for version.h
|
||
- Makefile.oever: add OPENEULER_RELEASE for version.h
|
||
- !6241 add pmu support for loongarch kvm
|
||
- LoongArch: KVM: Add PMU support
|
||
- !5654 [OLK-6.6] USB: UAS: return ENODEV when submit urbs fail with device not attached
|
||
- USB: UAS: return ENODEV when submit urbs fail with device not attached
|
||
- !5218 [OLK-6.6] Add HGSC_CERT_IMPORT ioctl interface for Hygon CPUs.
|
||
- crypto: ccp: Implement CSV_HGSC_CERT_IMPORT ioctl command
|
||
- crypto: ccp: Move the fixup code for Hygon psp to Hygon specific files
|
||
- crypto: ccp: Bind specific sp_dev_vdata for Hygon secure processor
|
||
- crypto: ccp: Introduce hygon specific interface to support driver
|
||
- !6311 v2 ima: Avoid blocking in RCU read-side critical section
|
||
- ima: Avoid blocking in RCU read-side critical section
|
||
- !6837 fs: sysfs: Fix reference leak in sysfs_break_active_protection()
|
||
- fs: sysfs: Fix reference leak in sysfs_break_active_protection()
|
||
- !5644 [OLK-6.6] x86/mce: Set bios_cmci_threshold for CMCI threshold
|
||
- x86/mce: Set bios_cmci_threshold for CMCI threshold
|
||
- !7454 add new kvm_type for Confidential VMs
|
||
- kvm: add macro CONFIG_CVM_HOST to defconfig
|
||
- kvm: add new kvm_type for cvm
|
||
- !7405 v2 mm: prepare to support weighted interleaving mempolicy
|
||
- mm: prepare to support weighted interleaving mempolicy
|
||
- !7370 v2 sched: smart_grid: silence complier error
|
||
- sched: smart_grid: silence complier error
|
||
- !7227 arm64: arm_pmuv3: Correctly extract and check the PMUVer
|
||
- arm64: arm_pmuv3: Correctly extract and check the PMUVer
|
||
- !5291 [OLK-6.6] iommu/dma: Fix not fully traversing iova reservations issue
|
||
- iommu/dma: Fix not fully traversing iova reservations issue
|
||
- !6774 [OLK-6.6] merge upstream 4 wangxun related patches to fix i2c bug
|
||
- Revert "net: txgbe: fix clk_name exceed MAX_DEV_ID limits"
|
||
- Revert "net: txgbe: fix i2c dev name cannot match clkdev"
|
||
- net: wangxun: add ethtool_ops for channel number
|
||
- clkdev: Update clkdev id usage to allow for longer names
|
||
- !7206 v2 sched: programmable: Allow set tag for pid 1.
|
||
- sched: programmable: Allow set tag for pid 1.
|
||
|
||
* Sat May 11 2024 ZhangPeng <zhangpeng362@huawei.com> - 6.6.0-26.0.0.30
|
||
- !7198 v2 mm: prepare more high-order pages on pcplist
|
||
- mm: prepare more high-order pages to be stored on the per-cpu lists
|
||
- mm: page_alloc: use the correct THP order for THP PCP
|
||
- !7196 v3 Backport folio feature and bugfix
|
||
- mm: madvise: avoid split during MADV_PAGEOUT and MADV_COLD
|
||
- mm: vmscan: avoid split during shrink_folio_list()
|
||
- mm: swap: allow storage of all mTHP orders
|
||
- mm: swap: update get_swap_pages() to take folio order
|
||
- mm: swap: simplify struct percpu_cluster
|
||
- mm: swap: free_swap_and_cache_nr() as batched free_swap_and_cache()
|
||
- mm: swap: remove CLUSTER_FLAG_HUGE from swap_cluster_info:flags
|
||
- mm/madvise: don't forget to leave lazy MMU mode in madvise_cold_or_pageout_pte_range()
|
||
- mm/madvise: add cond_resched() in madvise_cold_or_pageout_pte_range()
|
||
- mm: support multi-size THP numa balancing
|
||
- mm: factor out the numa mapping rebuilding into a new helper
|
||
- mm: alloc_anon_folio: avoid doing vma_thp_gfp_mask in fallback cases
|
||
- huge_memory.c: document huge page splitting rules more thoroughly
|
||
- mm: convert folio_estimated_sharers() to folio_likely_mapped_shared()
|
||
- mm/migrate: split source folio if it is on deferred split list
|
||
- mm: hold PTL from the first PTE while reclaiming a large folio
|
||
- madvise:madvise_cold_or_pageout_pte_range(): allow split while folio_estimated_sharers = 0
|
||
- mm/filemap: don't decrease mmap_miss when folio has workingset flag
|
||
- mm/readahead: break read-ahead loop if filemap_add_folio return -ENOMEM
|
||
- arm64: mm: swap: support THP_SWAP on hardware with MTE
|
||
- mm: remove PageAnonExclusive assertions in unuse_pte()
|
||
- mm: remove struct page from get_shadow_from_swap_cache
|
||
- selftests: mm: fix unused and uninitialized variable warning
|
||
- XArray: set the marks correctly when splitting an entry
|
||
- mm/huge_memory: check new folio order when split a folio
|
||
- mm: huge_memory: enable debugfs to split huge pages to any order
|
||
- mm: thp: split huge page to any lower order pages
|
||
- mm: page_owner: add support for splitting to any order in split page_owner
|
||
- mm: memcg: make memcg huge page split support any order split
|
||
- mm/page_owner: use order instead of nr in split_page_owner()
|
||
- mm/memcg: use order instead of nr in split_page_memcg()
|
||
- mm: support order-1 folios in the page cache
|
||
- mm/huge_memory: only split PMD mapping when necessary in unmap_folio()
|
||
- selftests/mm: split_huge_page_test: conform test to TAP format output
|
||
- mm: huge_memory: use more folio api in __split_huge_page_tail()
|
||
- mm/vmalloc: fix return value of vb_alloc if size is 0
|
||
- mm: use memalloc_nofs_save() in page_cache_ra_order()
|
||
- mm: madvise: pageout: ignore references rather than clearing young
|
||
- mm: ratelimit stat flush from workingset shrinker
|
||
- mm, oom:dump_tasks add rss detailed information printing
|
||
- arm64/mm: improve comment in contpte_ptep_get_lockless()
|
||
- arm64/mm: export contpte symbols only to GPL users
|
||
- mm: page_alloc: enforce minimum zone size to do high atomic reserves
|
||
- mm: page_alloc: correct high atomic reserve calculations
|
||
- mm: fix draining remote pageset
|
||
- !7190 entry: inline syscall enter/exit functions
|
||
- entry: Move syscall_enter_from_user_mode() to header file
|
||
- entry: Move enter_from_user_mode() to header file
|
||
- entry: Move exit to usermode functions to header file
|
||
- !7130 v2 openeuler_defconfig: update oedefconfig for the minimum set
|
||
- openeuler_defconfig: update oedefconfig for the minimum set
|
||
- !7141 spi: hisi-kunpeng: Add validation for the minimum value of speed_hz
|
||
- spi: hisi-kunpeng: Add validation for the minimum value of speed_hz
|
||
- spi: Add verification for the max_frequency provided by the firmware
|
||
- !7136 Fix failed in acpi_gpiochip_find() by adding parent node match
|
||
- gpiolib: acpi: Fix failed in acpi_gpiochip_find() by adding parent node match
|
||
- !6778 v2 Fix two soc bugs of hip09
|
||
- irqchip: gicv3: Add workaround for hip09 erratum 162200806
|
||
- irqchip: gicv3: Add workaround for hip09 erratum 162200803
|
||
- !7165 v2 tick/broadcast-hrtimer: Prevent the timer device on broadcast duty CPU from being disabled
|
||
- tick/broadcast-hrtimer: Prevent the timer device on broadcast duty CPU from being disabled
|
||
- !7184 v3 md: do not delete safemode_timer in mddev_suspend
|
||
- md: do not delete safemode_timer in mddev_suspend
|
||
- !7131 net: hns3: Fix ROH mac address initialization.
|
||
- net: hns3: Fix ROH mac address initialization.
|
||
- !7126 net: hns3: some bugfixes for hns3 driver
|
||
- net: hns3: fix kernel crash when devlink reload during initialization
|
||
- net: hns3: direct return when receive a unknown mailbox message
|
||
- net: hns3: release PTP resources if pf initialization failed
|
||
- net: hns3: change type of numa_node_mask as nodemask_t
|
||
- net: hns3: using cpumask_copy when set value to cpumask_t
|
||
- net: hns3: set irq affinity directly
|
||
- net: hns3: use appropriate barrier function after setting a bit value
|
||
- net: hns3: don't need to check an unsigned number is less than 0
|
||
- net: hns3: add
|
||
- net: hns3: using user configure after hardware reset
|
||
- net: hns3: add cond_resched() to hns3 ring buffer init process
|
||
- net: hns3: fix kernel crash problem in concurrent scenario
|
||
- net: hns3: fix port vlan filter not disabled issue
|
||
- net: hns3: revert "net: hns3: fix port vlan filter not disabled problem in dynamic vlan mode"
|
||
- !7159 【OLK 6.6】 backport some mailist patches for perf
|
||
- drivers/perf: hisi: hns3: Actually use devm_add_action_or_reset()
|
||
- drivers/perf: hisi: hns3: Fix out-of-bound access when valid event group
|
||
- drivers/perf: hisi_pcie: Fix out-of-bound access when valid event group
|
||
- !7068 kernfs: RCU protect kernfs_nodes and avoid kernfs_idr_lock in kernfs_find_and_get_node_by_id()
|
||
- kernfs: RCU protect kernfs_nodes and avoid kernfs_idr_lock in kernfs_find_and_get_node_by_id()
|
||
- !7153 Backports for OLK-6.6
|
||
- netfilter: br_netfilter: skip conntrack input hook for promisc packets
|
||
- netfilter: bridge: confirm multicast packets before passing them up the stack
|
||
- !7069 ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super()
|
||
- ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super()
|
||
- !7075 RDMA/hns: Some bugfixes and cleanups
|
||
- RDMA/hns: Fix soft lockup under heavy CEQE load
|
||
- RDMA/hns: Fix sleeping in spin_lock critical section
|
||
- RDMA/hns: Fix Use-After-Free of rsv_qp
|
||
- RDMA/hns: Fix a missing check of atomic wr length
|
||
- !3184 [OLK-6.6] add support for Zhaoxin ZXPAUSE instruction
|
||
- x86/delay: add support for Zhaoxin ZXPAUSE instruction
|
||
- !7078 v2 Backport four conflict stable patch
|
||
- mm: turn folio_test_hugetlb into a PageType
|
||
- mm/hugetlb: fix missing hugetlb_lock for resv uncharge
|
||
- fork: defer linking file vma until vma is fully initialized
|
||
- mm, treewide: introduce NR_PAGE_ORDERS
|
||
- !7067 crypto: hisilicon fix some issues
|
||
- uacce: fix for cdev memory leak
|
||
- crypto: hisilicon/qm - adjust the internal processing sequence of the vf enable and disable
|
||
- crypto: hisilicon/zip - optimize the address offset of the reg query function
|
||
- !4084 riscv64: initial LIVEPATCH_WO_FTRACE support
|
||
- riscv64: add initial livepatch support
|
||
- livepatch: add arch hook before doing klp_resolve_symbols
|
||
- !6868 irqchip/loongson-pch-pic: Update interrupt registration policy
|
||
- irqchip/loongson-pch-pic: Update interrupt registration policy
|
||
- !6004 [OLK-6.6] fix bug:ethtool -S and ethtool -x/X for mucse rnpm drvier
|
||
- mucse: ethtool -S and ethtool -x/X for mucse rnpm drvier
|
||
|
||
at the end when print msg
|
||
* Sat May 11 2024 Mingzheng Xing <xingmingzheng@iscas.ac.cn> - 6.6.0-25.0.0.29
|
||
- Add riscv-kernel patch, which adds support for sg2042 and th1520 RISC-V SoCs.
|
||
- This patch only applies to the RISC-V architecture, the related commit list:
|
||
-
|
||
- th1520: riscv: config: Enable th1520 support
|
||
- riscv: thead: Use the wback_inv instead of wback_only
|
||
- riscv: errata: thead: use pa based instructions for CMO
|
||
- riscv: errata: thead: use riscv_nonstd_cache_ops for CMO
|
||
- Revert "riscv: errata: thead: use riscv_nonstd_cache_ops for CMO"
|
||
- Revert "riscv: errata: thead: use pa based instructions for CMO"
|
||
- riscv: mm: fix NOCACHE_THEAD does not set bit[61] correctly
|
||
- riscv: mm: update T-Head memory type definitions
|
||
- Revert "sg2042: riscv: changing T-Head PBMT attributes"
|
||
- riscv: remove compression for riscv Image
|
||
- th1520: cpufreq: correct typo in config name
|
||
- th1520: riscv: dts: thead: Add Milk-V Meles board
|
||
- th1520: cpufreq: light-mpw-cpufreq: fix -Wunused-variable in panic_cpufreq_notifier_call
|
||
- th1520: cpufreq: light-mpw-cpufreq: fix cpu_pll1 already disabled warning
|
||
- riscv: Add th1520-lichee-cluster-4a dts support (8G/16G)
|
||
- riscv: dts: th1520-beaglev-ahead: add alias for emmc & sd
|
||
- riscv: dts: th1520-lichee-pi-4a: add alias for emmc & sd
|
||
- riscv: dts: lpi4a 16g support
|
||
- th1520: perf vendor events riscv: add T-HEAD C9xx JSON file
|
||
- th1520: riscv: dts: thead: Add PMU event node
|
||
- riscv: pinctrl: th1520: fix build
|
||
- riscv: dts: th1520: lpi4a: add rpmsg node
|
||
- riscv: dts: th1520: add mbox client node
|
||
- riscv: rpmsg: mailbox-client: sync thead sdk 1.4.2
|
||
- riscv: panic: add thead sdk quirks
|
||
- riscv: dts: add watchdog node
|
||
- th1520: riscv: dts: Add th1520 reset device tree
|
||
- th1520: reset: Add th1520 reset driver support
|
||
- th1520: dt-bindings: reset: Document th1520 reset control
|
||
- riscv: light_wdt: update sdk 1.4.2
|
||
- th1520_light_event: update sdk 1.4.2
|
||
- th1520_aon: update sdk 1.4.2
|
||
- th1520: fix compile th1520-beaglev-ahead error
|
||
- th1520: add TH1520 cpu frequency driver
|
||
- th1520: riscv: errata: thead: use pa based instructions for CMO
|
||
- th1520: riscv: errata: thead: use riscv_nonstd_cache_ops for CMO
|
||
- riscv: dts: thead: Add TH1520 CPU reset node
|
||
- th1520: riscv: dts: thead: Enable Lichee Pi 4A USB
|
||
- th1520: riscv: dts: thead: Add Lichee Pi 4A IO expansions
|
||
- th1520: riscv: dts: thead: Add TH1520 USB nodes
|
||
- th1520: riscv: dts: thead: Add TH1520 I2C nodes
|
||
- th1520: usb: dwc3: add T-HEAD TH1520 usb driver
|
||
- th1520: dt-bindings: usb: Add T-HEAD TH1520 USB controller
|
||
- th1520: riscv: dts: thead: Add BeagleV Ahead SDIO0 pins
|
||
- th1520: riscv: dts: thead: Add Lichee Pi 4A SDIO0 pins
|
||
- th1520: riscv: dts: thead: Add TH1520 ethernet nodes
|
||
- th1520: net: stmmac: add glue layer for T-HEAD TH1520 SoC
|
||
- th1520: dt-bindings: net: add T-HEAD dwmac support
|
||
- th1520: dt-bindings: net: snps,dwmac: allow dwmac-3.70a to set pbl properties
|
||
- th1520: riscv: dts: thead: Enable Lichee Pi 4A PWM fan
|
||
- th1520: riscv: dts: thead: Add TH1520 PVT node
|
||
- th1520: riscv: dts: thead: Add TH1520 PWM node
|
||
- th1520: pwm: add T-HEAD PWM driver
|
||
- th1520: dt-bindings: pwm: Add T-HEAD PWM controller
|
||
- th1520: gpio: dwapb: Use generic request, free and set_config
|
||
- riscv: dts: thead: Enable LicheePi 4A eMMC and microSD
|
||
- riscv: dts: thead: Enable BeagleV Ahead eMMC and microSD
|
||
- riscv: dts: thead: Add TH1520 mmc controllers and sdhci clock
|
||
- riscv: defconfig: Enable mmc and dma drivers for T-Head TH1520
|
||
- mmc: sdhci-of-dwcmshc: Add support for T-Head TH1520
|
||
- mmc: sdhci: add __sdhci_execute_tuning() to header
|
||
- dt-bindings: mmc: sdhci-of-dwcmhsc: Add T-Head TH1520 support
|
||
- th1520: riscv: dtb: thead: Add BeagleV Ahead LEDs
|
||
- th1520: riscv: dts: thead: Add TH1520 pinctrl settings for UART0
|
||
- th1520: riscv: dts: thead: Adjust TH1520 GPIO labels
|
||
- th1520: riscv: dts: thead: Add TH1520 GPIO ranges
|
||
- th1520: riscv: dts: thead: Add TH1520 pin control nodes
|
||
- th1520: pinctrl: Add driver for the T-Head TH1520 SoC
|
||
- th1520: dt-bindings: pinctrl: Add thead,th1520-pinctrl bindings
|
||
- th1520: dt-bindings: gpio: dwapb: allow gpio-ranges
|
||
- sg2042: riscv: config: Enable sg2042 support
|
||
- sg2042: riscv: changing T-Head PBMT attributes
|
||
- sg2042: kconfig: Enable DW_APB_TIMER_OF in ARCH_SOPHGO
|
||
- sg2042: pcie contronller msi-x whitelist add device_id
|
||
- sg2042: nvidia hda: force msi
|
||
- sg2042: radeon hack: force 64-bit msi to fit top intc
|
||
- sg2042: amdgpu: disable rebar
|
||
- sg2042: ttm: disallow cached mapping
|
||
- sg2042: mango pci hack: broadcast when no MSI source known
|
||
- sg2042: riscv: dts: separate sg2042 mtime and mtimecmp to fit aclint format
|
||
- sg2042: dt-bindings: timer: thead,c900-aclint-mtimer: separate mtime and mtimecmp regs
|
||
- sg2042: riscv: dts: modify the PCIe range
|
||
- sg2042: drivers: clk: turn off non-essential clocks by default
|
||
- sg2042: drivers: clk: Avoid the problem of serial port garbled characters
|
||
- sg2042: mm: Modify __find_max_addr for memory hole
|
||
- sg2042: riscv: dts: Add timer apb clock
|
||
- sg2042: riscv: dts: Remove cma node
|
||
- sg2042: riscv: dts: Add uart apb clock and remove sysdma clock
|
||
- sg2042: riscv: dts: Move memory node from dts to zsbl
|
||
- sg2042: riscv: dts: Reduce bootargs
|
||
- sg2042: riscv: dts: Configure external interrupt in m mode
|
||
- sg2042: rebase: v6.6-rc1: Fix some compile warnings
|
||
- sg2042: riscv: dts: Remove nvme paremeter in bootargs
|
||
- sg2042: riscv: dtsi: confirm correspondence between PMU events and IDs
|
||
- sg2042: driver: pcie: support msix for top intr
|
||
- sg2042: driver: mmc: add config for MMC_SDHCI_SOPHGO
|
||
- sg2042: riscv: Kconfig: Set vector as default no
|
||
- sg2042: driver: soc: Add sophgo sg2042 soc support
|
||
- sg2042: driver: net: Add sophgo sg2042 soc support
|
||
- sg2042: driver: mmc: Add sophgo sg2042 soc support
|
||
- sg2042: driver: pcie: Add sophgo sg2042 soc support
|
||
- sg2042: driver: reset: Add sophgo sg2042 soc support
|
||
- sg2042: driver: pinctrl: Add sophgo sg2042 soc support
|
||
- sg2042: driver: clk: Add sophgo sg2042 soc support
|
||
- sg2042: riscv: dts: Add sophgo sg2042 soc support
|
||
- sg2042: riscv: defconfig: enable SOPHGO SoC
|
||
- sg2042: riscv: dts: sophgo: add Milk-V Pioneer board device tree
|
||
- sg2042: riscv: dts: add initial Sophgo SG2042 SoC device tree
|
||
- sg2042: dt-bindings: interrupt-controller: Add Sophgo sg2042 CLINT mswi
|
||
- sg2042: dt-bindings: timer: Add Sophgo sg2042 CLINT timer
|
||
- sg2042: dt-bindings: interrupt-controller: Add Sophgo SG2042 PLIC
|
||
- sg2042: dt-bindings: riscv: Add T-HEAD C920 compatibles
|
||
- sg2042: dt-bindings: riscv: add sophgo sg2042 bindings
|
||
- sg2042: dt-bindings: vendor-prefixes: add milkv/sophgo
|
||
- sg2042: riscv: Add SOPHGO SOC family Kconfig support
|
||
|
||
* Thu May 09 2024 ZhangPeng <zhangpeng362@huawei.com> - 6.6.0-25.0.0.28
|
||
- !6930 fix general protection fault in update_cpumask
|
||
- cgroup/cpuset: fix general protection fault in update_cpumask
|
||
- !6905 v2 arm64: mmap: disable align larger anonymous mappings on THP boundaries
|
||
- arm64: mmap: disable align larger anonymous mappings on THP boundaries
|
||
- !7015 Fixes and cleanups to fs-writeback
|
||
- fs/writeback: remove unnecessary return in writeback_inodes_sb
|
||
- fs/writeback: correct comment of __wakeup_flusher_threads_bdi
|
||
- fs/writeback: only calculate dirtied_before when b_io is empty
|
||
- fs/writeback: remove unused parameter wb of finish_writeback_work
|
||
- fs/writeback: bail out if there is no more inodes for IO and queued once
|
||
- fs/writeback: avoid to writeback non-expired inode in kupdate writeback
|
||
- !6581 LoongArch: fix KASLR can not be disabled by nokaslr when boot from old BPI
|
||
- LoongArch: fix KASLR can not be disabled by nokaslr when boot from old BPI
|
||
- !6483 LoongArch: fix boot error caused by ioremap_page_range error
|
||
- LoongArch: fix boot error caused by ioremap_page_range error
|
||
- !6759 net: hns3: backport some maillist patches
|
||
- net: hns3: move constants from hclge_debugfs.h to hclge_debugfs.c
|
||
- net: hns3: dump more reg info based on ras mod
|
||
- net: hns3: add command queue trace for hns3
|
||
- net: hns3: add support to query scc version by devlink info
|
||
- net: hns3: revert "net: hns3: dump more reg info based on ras mod"
|
||
- net: hns3: revert "net: hns3: add command queue trace for hns3"
|
||
- net: hns3: revert "net: hns3: add support to query scc version by devlink info"
|
||
- !7011 v3 bugfix patches from OLK-5.10
|
||
- x86/quirks: Add parameter to clear MSIs early on boot
|
||
- x86/PCI: Export find_cap() to be used in early PCI code
|
||
- !6844 block: fix deadlock between bd_link_disk_holder and partition scan
|
||
- block: fix deadlock between bd_link_disk_holder and partition scan
|
||
- !5879 [OLK-6.6] Fix 'duplicate symbol rnp10_netdev_ops' error for RNPGBE driver with x86_64-allyesconfig
|
||
- RNPGBE: NET: Fix 'duplicate symbol rnp10_netdev_ops' errors
|
||
- !5836 [OLK-6.6] Fix "'snprintf' output between 10 and 37 bytes into a destination of size 24" warning for RNP driver with loongarch-allmodconfig
|
||
- RNP: NET: Fix "'snprintf' output between 10 and 37 bytes into a destination of size 24" wanrings
|
||
|
||
* Wed May 08 2024 ZhangPeng <zhangpeng362@huawei.com> - 6.6.0-24.0.0.27
|
||
- !6824 Introduce CONFIG_ARCH_CUSTOM_NUMA_DISTANCE
|
||
- config: enable COBFIG_ARCH_CUSTOM_NUMA_DISTANCE for arm64
|
||
- arm64/numa: Support node_reclaim_distance adjust for arch
|
||
- !6877 maple_tree: avoid checking other gaps after getting the largest gap
|
||
- maple_tree: avoid checking other gaps after getting the largest gap
|
||
- !6859 [openEuler-24.03-LTS][linux-6.6.y sync] Backport 6.6.23-6.6.30 LTS Patches
|
||
- x86: update openeuler_defconfig for x86_64
|
||
- bounds: Use the right number of bits for power-of-two CONFIG_NR_CPUS
|
||
- net/mlx5e: Advertise mlx5 ethernet driver updates sk_buff md_dst for MACsec
|
||
- macsec: Detect if Rx skb is macsec-related for offloading devices that update md_dst
|
||
- macsec: Enable devices to advertise whether they update sk_buff md_dst during offloads
|
||
- Revert "riscv: kdump: fix crashkernel reserving problem on RISC-V"
|
||
- ovl: fix memory leak in ovl_parse_param()
|
||
- phy: qcom: qmp-combo: fix VCO div offset on v5_5nm and v6
|
||
- i2c: smbus: fix NULL function pointer dereference
|
||
- sched/eevdf: Prevent vlag from going out of bounds in reweight_eevdf()
|
||
- sched/eevdf: Fix miscalculation in reweight_entity() when se is not curr
|
||
- sched/eevdf: Always update V if se->on_rq when reweighting
|
||
- phy: ti: tusb1210: Resolve charger-det crash if charger psy is unregistered
|
||
- riscv: Fix loading 64-bit NOMMU kernels past the start of RAM
|
||
- riscv: Fix TASK_SIZE on 64-bit NOMMU
|
||
- riscv: fix VMALLOC_START definition
|
||
- dmaengine: idxd: Fix oops during rmmod on single-CPU platforms
|
||
- dma: xilinx_dpdma: Fix locking
|
||
- dmaengine: idxd: Convert spinlock to mutex to lock evl workqueue
|
||
- phy: qcom: m31: match requested regulator name with dt schema
|
||
- phy: rockchip: naneng-combphy: Fix mux on rk3588
|
||
- phy: rockchip-snps-pcie3: fix clearing PHP_GRF_PCIESEL_CON bits
|
||
- phy: rockchip-snps-pcie3: fix bifurcation on rk3588
|
||
- phy: freescale: imx8m-pcie: fix pcie link-up instability
|
||
- phy: marvell: a3700-comphy: Fix hardcoded array size
|
||
- phy: marvell: a3700-comphy: Fix out of bounds read
|
||
- soundwire: amd: fix for wake interrupt handling for clockstop mode
|
||
- idma64: Don't try to serve interrupts when device is powered off
|
||
- dmaengine: tegra186: Fix residual calculation
|
||
- dmaengine: owl: fix register access functions
|
||
- x86/tdx: Preserve shared bit on mprotect()
|
||
- phy: qcom: qmp-combo: Fix VCO div offset on v3
|
||
- phy: qcom: qmp-combo: Fix register base for QSERDES_DP_PHY_MODE
|
||
- mtd: diskonchip: work around ubsan link failure
|
||
- udp: preserve the connected status if only UDP cmsg
|
||
- fbdev: fix incorrect address computation in deferred IO
|
||
- stackdepot: respect __GFP_NOLOCKDEP allocation flag
|
||
- net: b44: set pause params only when interface is up
|
||
- ethernet: Add helper for assigning packet type when dest address does not match device address
|
||
- ACPI: CPPC: Fix access width used for PCC registers
|
||
- ACPI: CPPC: Fix bit_offset shift in MASK_VAL() macro
|
||
- ACPI: CPPC: Use access_width over bit_width for system memory accesses
|
||
- irqchip/gic-v3-its: Prevent double free on error
|
||
- drm/amdgpu: Fix leak when GPU memory allocation fails
|
||
- drm/amdgpu: Assign correct bits for SDMA HDP flush
|
||
- drm/amdgpu/sdma5.2: use legacy HDP flush for SDMA2/3
|
||
- arm64: dts: rockchip: enable internal pull-up for Q7_THRM# on RK3399 Puma
|
||
- arm64: dts: qcom: sm8450: Fix the msi-map entries
|
||
- arm64: dts: qcom: sc8280xp: add missing PCIe minimum OPP
|
||
- LoongArch: Fix access error when read fault on a write-only VMA
|
||
- LoongArch: Fix callchain parse error with kernel tracepoint events
|
||
- cpu: Re-enable CPU mitigations by default for !X86 architectures
|
||
- btrfs: fix information leak in btrfs_ioctl_logical_to_ino()
|
||
- btrfs: scrub: run relocation repair when/only needed
|
||
- btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range()
|
||
- btrfs: fallback if compressed IO fails for ENOSPC
|
||
- HID: i2c-hid: remove I2C_HID_READ_PENDING flag to prevent lock-up
|
||
- smb3: fix lock ordering potential deadlock in cifs_sync_mid_result
|
||
- smb3: missing lock when picking channel
|
||
- smb: client: Fix struct_group() usage in __packed structs
|
||
- mm: support page_mapcount() on page_has_type() pages
|
||
- mm: create FOLIO_FLAG_FALSE and FOLIO_TYPE_OPS macros
|
||
- mmc: sdhci-msm: pervent access to suspended controller
|
||
- mtd: rawnand: qcom: Fix broken OP_RESET_DEVICE command in qcom_misc_cmd_type_exec()
|
||
- Bluetooth: qca: fix NULL-deref on non-serdev setup
|
||
- Bluetooth: qca: fix NULL-deref on non-serdev suspend
|
||
- Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x0bda:0x4853
|
||
- Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old()
|
||
- rust: remove `params` from `module` macro example
|
||
- kbuild: rust: force `alloc` extern to allow "empty" Rust files
|
||
- kbuild: rust: remove unneeded `@rustc_cfg` to avoid ICE
|
||
- rust: make mutually exclusive with CFI_CLANG
|
||
- rust: init: remove impl Zeroable for Infallible
|
||
- rust: don't select CONSTRUCTORS
|
||
- x86/cpu: Fix check for RDPKRU in __show_regs()
|
||
- selftests/seccomp: Handle EINVAL on unshare(CLONE_NEWPID)
|
||
- selftests/seccomp: Change the syscall used in KILL_THREAD test
|
||
- selftests/seccomp: user_notification_addfd check nextfd is available
|
||
- Squashfs: check the inode number is not the invalid value of zero
|
||
- squashfs: convert to new timestamp accessors
|
||
- drm/amdgpu: fix visible VRAM handling during faults
|
||
- drm/amdgpu: add shared fdinfo stats
|
||
- drm: add drm_gem_object_is_shared_for_memory_stats() helper
|
||
- mm/madvise: make MADV_POPULATE_(READ|WRITE) handle VM_FAULT_RETRY properly
|
||
- mm/gup: explicitly define and check internal GUP flags, disallow FOLL_TOUCH
|
||
- KVM: x86/pmu: Set enable bits for GP counters in PERF_GLOBAL_CTRL at "RESET"
|
||
- KVM: x86/pmu: Zero out PMU metadata on AMD if PMU is disabled
|
||
- af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc().
|
||
- tls: fix lockless read of strp->msg_ready in ->poll
|
||
- net: ethernet: ti: am65-cpts: Fix PTPv1 message type on TX packets
|
||
- ice: fix LAG and VF lock dependency in ice_reset_vf()
|
||
- iavf: Fix TC config comparison with existing adapter TC config
|
||
- i40e: Report MFS in decimal base instead of hex
|
||
- i40e: Do not use WQ_MEM_RECLAIM flag for workqueue
|
||
- net: ti: icssg-prueth: Fix signedness bug in prueth_init_rx_chns()
|
||
- net: phy: dp83869: Fix MII mode failure
|
||
- netfilter: nf_tables: honor table dormant flag from netdev release event path
|
||
- ARM: dts: imx6ull-tarragon: fix USB over-current polarity
|
||
- eth: bnxt: fix counting packets discarded due to OOM and netpoll
|
||
- mlxsw: spectrum_acl_tcam: Fix memory leak when canceling rehash work
|
||
- mlxsw: spectrum_acl_tcam: Fix incorrect list API usage
|
||
- mlxsw: spectrum_acl_tcam: Fix warning during rehash
|
||
- mlxsw: spectrum_acl_tcam: Fix memory leak during rehash
|
||
- mlxsw: spectrum_acl_tcam: Rate limit error message
|
||
- mlxsw: spectrum_acl_tcam: Fix possible use-after-free during rehash
|
||
- mlxsw: spectrum_acl_tcam: Fix possible use-after-free during activity update
|
||
- mlxsw: spectrum_acl_tcam: Fix race during rehash delayed work
|
||
- mlxsw: spectrum_acl_tcam: Fix race in region ID allocation
|
||
- mlxsw: Use refcount_t for reference counting
|
||
- net: openvswitch: Fix Use-After-Free in ovs_ct_exit
|
||
- ipvs: Fix checksumming on GSO of SCTP packets
|
||
- Bluetooth: qca: set power_ctrl_enabled on NULL returned by gpiod_get_optional()
|
||
- Bluetooth: hci_sync: Using hci_cmd_sync_submit when removing Adv Monitor
|
||
- Bluetooth: btusb: mediatek: Fix double free of skb in coredump
|
||
- Bluetooth: MGMT: Fix failing to MGMT_OP_ADD_UUID/MGMT_OP_REMOVE_UUID
|
||
- Bluetooth: hci_event: Fix sending HCI_OP_READ_ENC_KEY_SIZE
|
||
- Bluetooth: btusb: Fix triggering coredump implementation for QCA
|
||
- gpio: tegra186: Fix tegra186_gpio_is_accessible() check
|
||
- net: phy: mediatek-ge-soc: follow netdev LED trigger semantics
|
||
- net: gtp: Fix Use-After-Free in gtp_dellink
|
||
- net: usb: ax88179_178a: stop lying about skb->truesize
|
||
- ipv4: check for NULL idev in ip_route_use_hint()
|
||
- net: fix sk_memory_allocated_{add|sub} vs softirqs
|
||
- net: make SK_MEMORY_PCPU_RESERV tunable
|
||
- tools: ynl: don't ignore errors in NLMSG_DONE messages
|
||
- ax25: Fix netdev refcount issue
|
||
- NFC: trf7970a: disable all regulators on removal
|
||
- net: dsa: mv88e6xx: fix supported_interfaces setup in mv88e6250_phylink_get_caps()
|
||
- cxl/core: Fix potential payload size confusion in cxl_mem_get_poison()
|
||
- bnxt_en: Fix the PCI-AER routines
|
||
- bnxt_en: refactor reset close code
|
||
- bridge/br_netlink.c: no need to return void function
|
||
- icmp: prevent possible NULL dereferences from icmp_build_probe()
|
||
- ARM: dts: microchip: at91-sama7g5ek: Replace regulator-suspend-voltage with the valid property
|
||
- mlxsw: core_env: Fix driver initialization with old firmware
|
||
- mlxsw: core: Unregister EMAD trap using FORWARD action
|
||
- net: bcmasp: fix memory leak when bringing down interface
|
||
- vxlan: drop packets from invalid src-address
|
||
- net: libwx: fix alloc msix vectors failed
|
||
- wifi: mac80211: fix unaligned le16 access
|
||
- wifi: mac80211: remove link before AP
|
||
- wifi: mac80211_hwsim: init peer measurement result
|
||
- drm/gma500: Remove lid code
|
||
- wifi: iwlwifi: mvm: return uid from iwl_mvm_build_scan_cmd
|
||
- wifi: iwlwifi: mvm: remove old PASN station when adding a new one
|
||
- wifi: mac80211: split mesh fast tx cache into local/proxied/forwarded
|
||
- wifi: mac80211: clean up assignments to pointer cache.
|
||
- ARC: [plat-hsdk]: Remove misplaced interrupt-cells property
|
||
- gpio: tangier: Use correct type for the IRQ chip data
|
||
- arm64: dts: qcom: sc8180x: Fix ss_phy_irq for secondary USB controller
|
||
- arm64: dts: rockchip: regulator for sd needs to be always on for BPI-R2Pro
|
||
- arm64: dts: mediatek: mt2712: fix validation errors
|
||
- arm64: dts: mediatek: mt7986: prefix BPI-R3 cooling maps with "map-"
|
||
- arm64: dts: mediatek: mt7986: drop invalid thermal block clock
|
||
- arm64: dts: mediatek: mt7986: reorder nodes
|
||
- arm64: dts: mediatek: mt7986: drop "#reset-cells" from Ethernet controller
|
||
- arm64: dts: mediatek: mt7986: drop invalid properties from ethsys
|
||
- arm64: dts: mediatek: mt7986: reorder properties
|
||
- arm64: dts: mediatek: mt7622: drop "reset-names" from thermal block
|
||
- arm64: dts: mediatek: mt7622: fix ethernet controller "compatible"
|
||
- arm64: dts: mediatek: mt7622: fix IR nodename
|
||
- arm64: dts: mediatek: mt7622: fix clock controllers
|
||
- arm64: dts: mediatek: mt8183-kukui: Use default min voltage for MT6358
|
||
- arm64: dts: mediatek: mt8195-cherry: Update min voltage constraint for MT6315
|
||
- arm64: dts: mediatek: mt8192-asurada: Update min voltage constraint for MT6315
|
||
- arm64: dts: mediatek: cherry: Describe CPU supplies
|
||
- arm64: dts: mediatek: cherry: Add platform thermal configuration
|
||
- arm64: dts: mediatek: mt8195: Add missing gce-client-reg to mutex1
|
||
- arm64: dts: mediatek: mt8195: Add missing gce-client-reg to mutex
|
||
- arm64: dts: mediatek: mt8195: Add missing gce-client-reg to vpp/vdosys
|
||
- arm64: dts: mediatek: mt8192: Add missing gce-client-reg to mutex
|
||
- arm64: dts: mediatek: mt8183: Add power-domains properity to mfgcfg
|
||
- arm64: dts: rockchip: Remove unsupported node from the Pinebook Pro dts
|
||
- arm64: dts: rockchip: enable internal pull-up on PCIE_WAKE# for RK3399 Puma
|
||
- arm64: dts: rockchip: fix alphabetical ordering RK3399 puma
|
||
- arm64: dts: rockchip: enable internal pull-up on Q7_USB_ID for RK3399 Puma
|
||
- arm64: dts: rockchip: set PHY address of MT7531 switch to 0x1f
|
||
- HID: logitech-dj: allow mice to use all types of reports
|
||
- HID: intel-ish-hid: ipc: Fix dev_err usage with uninitialized dev->devc
|
||
- cifs: reinstate original behavior again for forceuid/forcegid
|
||
- smb: client: fix rename(2) regression against samba
|
||
- cifs: Fix reacquisition of volume cookie on still-live connection
|
||
- selftests: kselftest: Fix build failure with NOLIBC
|
||
- thunderbolt: Reset only non-USB4 host routers in resume
|
||
- PCI/ASPM: Fix deadlock when enabling ASPM
|
||
- ksmbd: common: use struct_group_attr instead of struct_group for network_open_info
|
||
- ksmbd: clear RENAME_NOREPLACE before calling vfs_rename
|
||
- ksmbd: validate request buffer size in smb2_allocate_rsp_buf()
|
||
- ksmbd: fix slab-out-of-bounds in smb2_allocate_rsp_buf
|
||
- powerpc/ftrace: Ignore ftrace locations in exit text sections
|
||
- virtio_net: Do not send RSS key if it is not supported
|
||
- net: dsa: mt7530: fix enabling EEE on MT7531 switch on all boards
|
||
- net: dsa: mt7530: fix improper frames on all 25MHz and 40MHz XTAL MT7530
|
||
- nilfs2: fix OOB in nilfs_set_de_type
|
||
- bootconfig: use memblock_free_late to free xbc memory to buddy
|
||
- nouveau: fix instmem race condition around ptr stores
|
||
- drm/vmwgfx: Fix crtc's atomic check conditional
|
||
- drm/vmwgfx: Sort primary plane formats by order of preference
|
||
- drm/vmwgfx: Fix prime import/export
|
||
- drm/amdgpu: remove invalid resource->start check v2
|
||
- drm/amdkfd: Fix memory leak in create_process failure
|
||
- drm/amdgpu: validate the parameters of bo mapping operations more clearly
|
||
- fuse: fix leaked ENOSYS error on first statx call
|
||
- mm/shmem: inline shmem_is_huge() for disabled transparent hugepages
|
||
- mm/memory-failure: fix deadlock when hugetlb_optimize_vmemmap is enabled
|
||
- mm,swapops: update check in is_pfn_swap_entry for hwpoison entries
|
||
- mm/userfaultfd: allow hugetlb change protection upon poison entry
|
||
- init/main.c: Fix potential static_command_line memory overflow
|
||
- arm64: hibernate: Fix level3 translation fault in swsusp_save()
|
||
- arm64/head: Disable MMU at EL2 before clearing HCR_EL2.E2H
|
||
- KVM: x86/mmu: Write-protect L2 SPTEs in TDP MMU when clearing dirty status
|
||
- KVM: x86/pmu: Do not mask LVTPC when handling a PMI on AMD platforms
|
||
- KVM: x86/pmu: Disable support for adaptive PEBS
|
||
- KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatible
|
||
- sched: Add missing memory barrier in switch_mm_cid
|
||
- fs: sysfs: Fix reference leak in sysfs_break_active_protection()
|
||
- speakup: Avoid crash on very long word
|
||
- mei: me: disable RPL-S on SPS and IGN firmwares
|
||
- usb: gadget: f_ncm: Fix UAF ncm object at re-bind after usb ep transport error
|
||
- usb: Disable USB3 LPM at shutdown
|
||
- usb: dwc2: host: Fix dereference issue in DDMA completion flow.
|
||
- Revert "usb: cdc-wdm: close race between read and workqueue"
|
||
- USB: serial: option: add Telit FN920C04 rmnet compositions
|
||
- USB: serial: option: add Rolling RW101-GL and RW135-GL support
|
||
- USB: serial: option: support Quectel EM060K sub-models
|
||
- USB: serial: option: add Lonsung U8300/U9300 product
|
||
- USB: serial: option: add support for Fibocom FM650/FG650
|
||
- USB: serial: option: add Fibocom FM135-GL variants
|
||
- serial: core: Fix missing shutdown and startup for serial base port
|
||
- serial: core: Clearing the circular buffer before NULLifying it
|
||
- serial: stm32: Reset .throttled state in .startup()
|
||
- serial: stm32: Return IRQ_NONE in the ISR if no handling happend
|
||
- serial/pmac_zilog: Remove flawed mitigation for rx irq flood
|
||
- serial: mxs-auart: add spinlock around changing cts state
|
||
- comedi: vmk80xx: fix incomplete endpoint checking
|
||
- thunderbolt: Fix wake configurations after device unplug
|
||
- thunderbolt: Avoid notify PM core about runtime PM resume
|
||
- binder: check offset alignment in binder_get_object()
|
||
- ALSA: hda/realtek - Enable audio jacks of Haier Boyue G42 with ALC269VC
|
||
- ALSA: hda/realtek: Add quirks for Huawei Matebook D14 NBLB-WAX9N
|
||
- ALSA: hda/tas2781: Add new vendor_id and subsystem_id to support ThinkPad ICE-1
|
||
- ALSA: hda/tas2781: correct the register for pow calibrated data
|
||
- ALSA: seq: ump: Fix conversion from MIDI2 to MIDI1 UMP messages
|
||
- net/mlx5: E-switch, store eswitch pointer before registering devlink_param
|
||
- x86/cpufeatures: Fix dependencies for GFNI, VAES, and VPCLMULQDQ
|
||
- x86/bugs: Fix BHI retpoline check
|
||
- clk: mediatek: Do a runtime PM get on controllers during probe
|
||
- clk: Get runtime PM before walking tree for clk_summary
|
||
- clk: Show active consumers of clocks in debugfs
|
||
- clk: Get runtime PM before walking tree during disable_unused
|
||
- clk: Initialize struct clk_core kref earlier
|
||
- clk: Remove prepare_lock hold assertion in __clk_release()
|
||
- interconnect: Don't access req_list while it's being manipulated
|
||
- platform/x86/amd/pmc: Extend Framework 13 quirk to more BIOSes
|
||
- usb: new quirk to reduce the SET_ADDRESS request timeout
|
||
- usb: xhci: Add timeout argument in address_device USB HCD callback
|
||
- drm: panel-orientation-quirks: Add quirk for Lenovo Legion Go
|
||
- ALSA: scarlett2: Rename scarlett_gen2 to scarlett2
|
||
- PCI: Simplify pcie_capability_clear_and_set_word() to ..._clear_word()
|
||
- PCI/DPC: Use FIELD_GET()
|
||
- ALSA: scarlett2: Add Focusrite Clarett 2Pre and 4Pre USB support
|
||
- ALSA: scarlett2: Add Focusrite Clarett+ 2Pre and 4Pre support
|
||
- ALSA: scarlett2: Add correct product series name to messages
|
||
- ALSA: scarlett2: Default mixer driver to enabled
|
||
- thunderbolt: Reset topology created by the boot firmware
|
||
- thunderbolt: Make tb_switch_reset() support Thunderbolt 2, 3 and USB4 routers
|
||
- thunderbolt: Introduce tb_path_deactivate_hop()
|
||
- thunderbolt: Introduce tb_port_reset()
|
||
- ASoC: ti: Convert Pandora ASoC to GPIO descriptors
|
||
- ALSA: scarlett2: Add support for Clarett 8Pre USB
|
||
- ALSA: scarlett2: Move USB IDs out from device_info struct
|
||
- drm/radeon: make -fstrict-flex-arrays=3 happy
|
||
- drm/panel: visionox-rm69299: don't unregister DSI device
|
||
- drm: nv04: Fix out of bounds access
|
||
- s390/cio: fix race condition during online processing
|
||
- s390/qdio: handle deferred cc1
|
||
- perf lock contention: Add a missing NULL check
|
||
- RDMA/mlx5: Fix port number for counter query in multi-port configuration
|
||
- RDMA/cm: Print the old state when cm_destroy_id gets timeout
|
||
- RDMA/rxe: Fix the problem "mutex_destroy missing"
|
||
- drm/i915/mst: Limit MST+DSC to TGL+
|
||
- net: ethernet: ti: am65-cpsw-nuss: cleanup DMA Channels before using them
|
||
- net: ethernet: mtk_eth_soc: fix WED + wifi reset
|
||
- gpiolib: swnode: Remove wrong header inclusion
|
||
- s390/ism: Properly fix receive message buffer allocation
|
||
- net: dsa: mt7530: fix port mirroring for MT7988 SoC switch
|
||
- net: dsa: mt7530: fix mirroring frames received on local port
|
||
- tun: limit printing rate when illegal packet received by tun dev
|
||
- ice: Fix checking for unsupported keys on non-tunnel device
|
||
- ice: tc: allow zero flags in parsing tc flower
|
||
- ice: tc: check src_vsi in case of traffic from VF
|
||
- net: stmmac: Fix IP-cores specific MAC capabilities
|
||
- net: stmmac: Fix max-speed being ignored on queue re-init
|
||
- net: stmmac: Apply half-duplex-less constraint for DW QoS Eth only
|
||
- octeontx2-pf: fix FLOW_DIS_IS_FRAGMENT implementation
|
||
- net: change maximum number of UDP segments to 128
|
||
- net/mlx5e: Prevent deadlock while disabling aRFS
|
||
- net/mlx5: Lag, restore buckets number to default after hash LAG deactivation
|
||
- net: sparx5: flower: fix fragment flags handling
|
||
- af_unix: Don't peek OOB data without MSG_OOB.
|
||
- af_unix: Call manage_oob() for every skb in unix_stream_read_generic().
|
||
- netfilter: flowtable: incorrect pppoe tuple
|
||
- netfilter: flowtable: validate pppoe header
|
||
- netfilter: nft_set_pipapo: do not free live element
|
||
- netfilter: nf_tables: Fix potential data-race in __nft_obj_type_get()
|
||
- netfilter: nf_tables: Fix potential data-race in __nft_expr_type_get()
|
||
- scsi: ufs: qcom: Add missing interconnect bandwidth values for Gear 5
|
||
- arm64: tlb: Fix TLBI RANGE operand
|
||
- arm64/mm: Modify range-based tlbi to decrement scale
|
||
- net: usb: ax88179_178a: avoid writing the mac address before first reading
|
||
- scsi: core: Fix handling of SCMD_FAIL_IF_RECOVERING
|
||
- random: handle creditable entropy from atomic process context
|
||
- selftests/ftrace: Limit length in subsystem-enable tests
|
||
- SUNRPC: Fix rpcgss_context trace event acceptor field
|
||
- drm/i915/vma: Fix UAF on destroy against retire race
|
||
- io_uring: Fix io_cqring_wait() not restoring sigmask on get_timespec64() failure
|
||
- media: videobuf2: request more buffers for vb2_read
|
||
- drm/msm/dpu: populate SSPP scaler block version
|
||
- selftests: timers: Fix posix_timers ksft_print_msg() warning
|
||
- ceph: redirty page before returning AOP_WRITEPAGE_ACTIVATE
|
||
- ceph: rename _to_client() to _to_fs_client()
|
||
- ceph: pass the mdsc to several helpers
|
||
- drm/amd/display: Do not recursively call manual trigger programming
|
||
- selftests/timers/posix_timers: Reimplement check_timer_distribution()
|
||
- selftests: timers: Convert posix_timers test to generate KTAP output
|
||
- drm/i915: Disable live M/N updates when using bigjoiner
|
||
- drm/i915: Adjust seamless_m_n flag behaviour
|
||
- drm/i915: Enable VRR later during fastsets
|
||
- drm/i915: Extract intel_crtc_vblank_evade_scanlines()
|
||
- drm/i915: Change intel_pipe_update_{start,end}() calling convention
|
||
- drm/i915/cdclk: Fix voltage_level programming edge case
|
||
- drm/i915/mst: Reject FEC+MST on ICL
|
||
- drm/i915: Fix FEC pipe A vs. DDI A mixup
|
||
- smb: client: refresh referral without acquiring refpath_lock
|
||
- smb: client: guarantee refcounted children from parent session
|
||
- smb3: show beginning time for per share stats
|
||
- smb: client: fix UAF in smb2_reconnect_server()
|
||
- smb: client: remove extra @chan_count check in __cifs_put_smb_ses()
|
||
- drm/amd/display: fix disable otg wa logic in DCN316
|
||
- drm/amd/display: Set VSC SDP Colorimetry same way for MST and SST
|
||
- drm/amd/display: Program VSC SDP colorimetry for all DP sinks >= 1.4
|
||
- drm/amdgpu: fix incorrect number of active RBs for gfx11
|
||
- drm/amdgpu: always force full reset for SOC21
|
||
- drm/amdgpu: Reset dGPU if suspend got aborted
|
||
- drm/i915: Disable port sync when bigjoiner is used
|
||
- drm/i915/cdclk: Fix CDCLK programming order when pipes are active
|
||
- x86/bugs: Replace CONFIG_SPECTRE_BHI_{ON,OFF} with CONFIG_MITIGATION_SPECTRE_BHI
|
||
- x86/bugs: Remove CONFIG_BHI_MITIGATION_AUTO and spectre_bhi=auto
|
||
- x86/bugs: Clarify that syscall hardening isn't a BHI mitigation
|
||
- x86/bugs: Fix BHI handling of RRSBA
|
||
- x86/bugs: Rename various 'ia32_cap' variables to 'x86_arch_cap_msr'
|
||
- x86/bugs: Cache the value of MSR_IA32_ARCH_CAPABILITIES
|
||
- x86/bugs: Fix BHI documentation
|
||
- x86/bugs: Fix return type of spectre_bhi_state()
|
||
- irqflags: Explicitly ignore lockdep_hrtimer_exit() argument
|
||
- x86/apic: Force native_apic_mem_read() to use the MOV instruction
|
||
- selftests: timers: Fix abs() warning in posix_timers test
|
||
- x86/cpu: Actually turn off mitigations by default for SPECULATION_MITIGATIONS=n
|
||
- perf/x86: Fix out of range data
|
||
- vhost: Add smp_rmb() in vhost_enable_notify()
|
||
- vhost: Add smp_rmb() in vhost_vq_avail_empty()
|
||
- arm64: dts: imx8-ss-dma: fix spi lpcg indices
|
||
- arm64: dts: imx8-ss-lsio: fix pwm lpcg indices
|
||
- arm64: dts: imx8-ss-conn: fix usb lpcg indices
|
||
- arm64: dts: imx8-ss-dma: fix adc lpcg indices
|
||
- arm64: dts: imx8-ss-dma: fix can lpcg indices
|
||
- arm64: dts: imx8qm-ss-dma: fix can lpcg indices
|
||
- drm/client: Fully protect modes[] with dev->mode_config.mutex
|
||
- drm/panfrost: Fix the error path in panfrost_mmu_map_fault_addr()
|
||
- drm/ast: Fix soft lockup
|
||
- drm/amdkfd: Reset GPU on queue preemption failure
|
||
- drm/i915/vrr: Disable VRR when using bigjoiner
|
||
- drm/vmwgfx: Enable DMA mappings with SEV
|
||
- accel/ivpu: Fix deadlock in context_xa
|
||
- scsi: sg: Avoid race in error handling & drop bogus warn
|
||
- scsi: sg: Avoid sg device teardown race
|
||
- kprobes: Fix possible use-after-free issue on kprobe registration
|
||
- io_uring/net: restore msg_control on sendzc retry
|
||
- btrfs: qgroup: convert PREALLOC to PERTRANS after record_root_in_trans
|
||
- btrfs: record delayed inode root in transaction
|
||
- btrfs: qgroup: fix qgroup prealloc rsv leak in subvolume operations
|
||
- btrfs: qgroup: correctly model root qgroup rsv in convert
|
||
- selftests: mptcp: use += operator to append strings
|
||
- iommu/vt-d: Allocate local memory for page request queue
|
||
- iommu/vt-d: Fix wrong use of pasid config
|
||
- tracing: hide unused ftrace_event_id_fops
|
||
- net: ena: Set tx_info->xdpf value to NULL
|
||
- net: ena: Use tx_ring instead of xdp_ring for XDP channel TX
|
||
- net: ena: Pass ena_adapter instead of net_device to ena_xmit_common()
|
||
- net: ena: Move XDP code to its new files
|
||
- net: ena: Fix incorrect descriptor free behavior
|
||
- net: ena: Wrong missing IO completions check order
|
||
- net: ena: Fix potential sign extension issue
|
||
- af_unix: Fix garbage collector racing against connect()
|
||
- af_unix: Do not use atomic ops for unix_sk(sk)->inflight.
|
||
- net: dsa: mt7530: trap link-local frames regardless of ST Port State
|
||
- Revert "s390/ism: fix receive message buffer allocation"
|
||
- net: sparx5: fix wrong config being used when reconfiguring PCS
|
||
- net/mlx5e: Do not produce metadata freelist entries in Tx port ts WQE xmit
|
||
- net/mlx5e: HTB, Fix inconsistencies with QoS SQs number
|
||
- net/mlx5e: Fix mlx5e_priv_init() cleanup flow
|
||
- net/mlx5: Correctly compare pkt reformat ids
|
||
- net/mlx5: Properly link new fs rules into the tree
|
||
- net/mlx5: offset comp irq index in name by one
|
||
- net/mlx5: Register devlink first under devlink lock
|
||
- net/mlx5: SF, Stop waiting for FW as teardown was called
|
||
- netfilter: complete validation of user input
|
||
- Bluetooth: l2cap: Don't double set the HCI_CONN_MGMT_CONNECTED bit
|
||
- Bluetooth: SCO: Fix not validating setsockopt user input
|
||
- Bluetooth: hci_sync: Fix using the same interval and window for Coded PHY
|
||
- Bluetooth: hci_sync: Use QoS to determine which PHY to scan
|
||
- Bluetooth: ISO: Don't reject BT_ISO_QOS if parameters are unset
|
||
- Bluetooth: ISO: Align broadcast sync_timeout with connection timeout
|
||
- ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addr
|
||
- ipv4/route: avoid unused-but-set-variable warning
|
||
- ipv6: fib: hide unused 'pn' variable
|
||
- octeontx2-af: Fix NIX SQ mode and BP config
|
||
- af_unix: Clear stale u->oob_skb.
|
||
- net: ks8851: Handle softirqs at the end of IRQ thread to fix hang
|
||
- net: ks8851: Inline ks8851_rx_skb()
|
||
- bnxt_en: Reset PTP tx_avail after possible firmware reset
|
||
- bnxt_en: Fix error recovery for RoCE ulp client
|
||
- bnxt_en: Fix possible memory leak in bnxt_rdma_aux_device_init()
|
||
- s390/ism: fix receive message buffer allocation
|
||
- geneve: fix header validation in geneve[6]_xmit_skb
|
||
- block: fix q->blkg_list corruption during disk rebind
|
||
- octeontx2-pf: Fix transmit scheduler resource leak
|
||
- xsk: validate user input for XDP_{UMEM|COMPLETION}_FILL_RING
|
||
- u64_stats: fix u64_stats_init() for lockdep when used repeatedly in one file
|
||
- net: openvswitch: fix unwanted error log on timeout policy probing
|
||
- scsi: qla2xxx: Fix off by one in qla_edif_app_getstats()
|
||
- nouveau: fix function cast warning
|
||
- Revert "drm/qxl: simplify qxl_fence_wait"
|
||
- cxl/core: Fix initialization of mbox_cmd.size_out in get event
|
||
- arm64: dts: imx8-ss-conn: fix usdhc wrong lpcg clock order
|
||
- drm/msm/dpu: don't allow overriding data from catalog
|
||
- cxl/core/regs: Fix usage of map->reg_type in cxl_decode_regblock() before assigned
|
||
- cxl/mem: Fix for the index of Clear Event Record Handle
|
||
- firmware: arm_scmi: Make raw debugfs entries non-seekable
|
||
- ARM: OMAP2+: fix USB regression on Nokia N8x0
|
||
- mmc: omap: restore original power up/down steps
|
||
- mmc: omap: fix deferred probe
|
||
- mmc: omap: fix broken slot switch lookup
|
||
- ARM: OMAP2+: fix N810 MMC gpiod table
|
||
- ARM: OMAP2+: fix bogus MMC GPIO labels on Nokia N8x0
|
||
- media: cec: core: remove length check of Timer Status
|
||
- PM: s2idle: Make sure CPUs will wakeup directly on resume
|
||
- ACPI: scan: Do not increase dep_unmet for already met dependencies
|
||
- platform/chrome: cros_ec_uart: properly fix race condition
|
||
- drm/amd/pm: fixes a random hang in S4 for SMU v13.0.4/11
|
||
- Bluetooth: Fix memory leak in hci_req_sync_complete()
|
||
- ring-buffer: Only update pages_touched when a new page is touched
|
||
- raid1: fix use-after-free for original bio in raid1_write_request()
|
||
- ARM: dts: imx7s-warp: Pass OV2680 link-frequencies
|
||
- batman-adv: Avoid infinite loop trying to resize local TT
|
||
- ata: libata-scsi: Fix ata_scsi_dev_rescan() error path
|
||
- ata: libata-core: Allow command duration limits detection for ACS-4 drives
|
||
- smb3: fix Open files on server counter going negative
|
||
- drm: Check polling initialized before enabling in drm_helper_probe_single_connector_modes
|
||
- Revert "drm/amd/amdgpu: Fix potential ioremap() memory leaks in amdgpu_device_init()"
|
||
- VMCI: Fix possible memcpy() run-time warning in vmci_datagram_invoke_guest_handler()
|
||
- net: mpls: error out if inner headers are not set
|
||
- Bluetooth: btintel: Fixe build regression
|
||
- platform/x86: intel-vbtn: Update tablet mode switch at end of probe
|
||
- randomize_kstack: Improve entropy diffusion
|
||
- media: mediatek: vcodec: adding lock to protect encoder context list
|
||
- media: mediatek: vcodec: adding lock to protect decoder context list
|
||
- media: mediatek: vcodec: Fix oops when HEVC init fails
|
||
- selftests: mptcp: display simult in extra_msg
|
||
- gcc-plugins/stackleak: Avoid .head.text section
|
||
- ALSA: hda/realtek: Add quirks for some Clevo laptops
|
||
- fbmon: prevent division by zero in fb_videomode_from_videomode()
|
||
- drivers/nvme: Add quirks for device 126f:2262
|
||
- modpost: fix null pointer dereference
|
||
- io_uring: clear opcode specific data for an early failure
|
||
- fbdev: viafb: fix typo in hw_bitblt_1 and hw_bitblt_2
|
||
- x86/xen: attempt to inflate the memory balloon on PVH
|
||
- ASoC: soc-core.c: Skip dummy codec when adding platforms
|
||
- thermal/of: Assume polling-delay(-passive) 0 when absent
|
||
- ASoC: amd: yc: Fix non-functional mic on ASUS M7600RE
|
||
- usb: sl811-hcd: only defined function checkdone if QUIRK2 is defined
|
||
- usb: typec: tcpci: add generic tcpci fallback compatible
|
||
- thunderbolt: Keep the domain powered when USB4 port is in redrive mode
|
||
- usb: typec: ucsi: Limit read size on v1.2
|
||
- usb: gadget: uvc: mark incomplete frames with UVC_STREAM_ERR
|
||
- bus: mhi: host: Add MHI_PM_SYS_ERR_FAIL state
|
||
- tools: iio: replace seekdir() in iio_generic_buffer
|
||
- ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page in concurrent environment
|
||
- Input: xpad - add support for Snakebyte GAMEPADs
|
||
- ktest: force $buildonly = 1 for 'make_warnings_file' test type
|
||
- ALSA: hda/realtek: Add quirk for Lenovo Yoga 9 14IMH9
|
||
- platform/x86: touchscreen_dmi: Add an extra entry for a variant of the Chuwi Vi8 tablet
|
||
- Input: allocate keycode for Display refresh rate toggle
|
||
- Input: imagis - use FIELD_GET where applicable
|
||
- RDMA/cm: add timeout to cm_destroy_id wait
|
||
- block: prevent division by zero in blk_rq_stat_sum()
|
||
- input/touchscreen: imagis: Correct the maximum touch area value
|
||
- libperf evlist: Avoid out-of-bounds access
|
||
- Revert "ACPI: PM: Block ASUS B1400CEAE from suspend to idle by default"
|
||
- PCI: Disable D3cold on Asus B1400 PCI-NVMe bridge
|
||
- SUNRPC: increase size of rpc_wait_queue.qlen from unsigned short to unsigned int
|
||
- drm: Check output polling initialized before disabling
|
||
- drm/amd/amdgpu: Fix potential ioremap() memory leaks in amdgpu_device_init()
|
||
- HID: input: avoid polling stylus battery on Chromebook Pompom
|
||
- i2c: designware: Fix RX FIFO depth define on Wangxun 10Gb NIC
|
||
- accel/habanalabs: increase HL_MAX_STR to 64 bytes to avoid warnings
|
||
- drm/amd/display: Fix nanosec stat overflow
|
||
- ext4: forbid commit inconsistent quota data when errors=remount-ro
|
||
- ext4: add a hint for block bitmap corrupt state in mb_groups
|
||
- ASoC: Intel: avs: Populate board selection with new I2S entries
|
||
- ALSA: firewire-lib: handle quirk to calculate payload quadlets as data block counter
|
||
- media: sta2x11: fix irq handler cast
|
||
- Julia Lawall reported this null pointer dereference, this should fix it.
|
||
- rcu-tasks: Repair RCU Tasks Trace quiescence check
|
||
- rcu/nocb: Fix WARN_ON_ONCE() in the rcu_nocb_bypass_lock()
|
||
- ASoC: Intel: common: DMI remap for rebranded Intel NUC M15 (LAPRC710) laptops
|
||
- isofs: handle CDs with bad root inode but good Joliet root directory
|
||
- scsi: lpfc: Fix possible memory leak in lpfc_rcv_padisc()
|
||
- sysv: don't call sb_bread() with pointers_lock held
|
||
- pinctrl: renesas: checker: Limit cfg reg enum checks to provided IDs
|
||
- drm/ttm: return ENOSPC from ttm_bo_mem_space v3
|
||
- ASoC: SOF: amd: Optimize quirk for Valve Galileo
|
||
- drm: panel-orientation-quirks: Add quirk for GPD Win Mini
|
||
- Input: synaptics-rmi4 - fail probing if memory allocation for "phys" fails
|
||
- drm/vc4: don't check if plane->state->fb == state->fb
|
||
- Bluetooth: Add new quirk for broken read key length on ATS2851
|
||
- Bluetooth: btmtk: Add MODULE_FIRMWARE() for MT7922
|
||
- Bluetooth: btintel: Fix null ptr deref in btintel_read_version
|
||
- net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list()
|
||
- ice: use relative VSI index for VFs instead of PF VSI number
|
||
- btrfs: send: handle path ref underflow in header iterate_inode_ref()
|
||
- btrfs: export: handle invalid inode or root reference in btrfs_get_parent()
|
||
- btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks()
|
||
- wifi: cfg80211: check A-MSDU format more carefully
|
||
- wifi: iwlwifi: Add missing MODULE_FIRMWARE() for *.pnvm
|
||
- overflow: Allow non-type arg to type_max() and type_min()
|
||
- cpufreq: Don't unregister cpufreq cooling on CPU hotplug
|
||
- wifi: ath11k: decrease MHI channel buffer length to 8KB
|
||
- dma-direct: Leak pages on dma_set_decrypted() failure
|
||
- net: pcs: xpcs: Return EINVAL in the internal methods
|
||
- tools/power x86_energy_perf_policy: Fix file leak in get_pkg_num()
|
||
- pstore/zone: Add a null pointer check to the psz_kmsg_read
|
||
- ACPI: x86: Move acpi_quirk_skip_serdev_enumeration() out of CONFIG_X86_ANDROID_TABLETS
|
||
- wifi: mt76: mt7996: add locking for accessing mapped registers
|
||
- wifi: mt76: mt7996: disable AMSDU for non-data frames
|
||
- wifi: mt76: mt7915: add locking for accessing mapped registers
|
||
- wifi: brcmfmac: Add DMI nvram filename quirk for ACEPC W5 Pro
|
||
- firmware: tegra: bpmp: Return directly after a failed kzalloc() in get_filename()
|
||
- net: skbuff: add overflow debug check to pull/push helpers
|
||
- ionic: set adminq irq affinity
|
||
- pmdomain: imx8mp-blk-ctrl: imx8mp_blk: Add fdcc clock to hdmimix domain
|
||
- pmdomain: ti: Add a null pointer check to the omap_prm_domain_init
|
||
- net: add netdev_lockdep_set_classes() to virtual drivers
|
||
- arm64: dts: rockchip: fix rk3399 hdmi ports node
|
||
- arm64: dts: rockchip: fix rk3328 hdmi ports node
|
||
- ARM: dts: rockchip: fix rk322x hdmi ports node
|
||
- ARM: dts: rockchip: fix rk3288 hdmi ports node
|
||
- cpuidle: Avoid potential overflow in integer multiplication
|
||
- panic: Flush kernel log buffer at the end
|
||
- printk: For @suppress_panic_printk check for other CPU in panic
|
||
- wifi: iwlwifi: pcie: Add the PCI device id for new hardware
|
||
- VMCI: Fix memcpy() run-time warning in dg_dispatch_as_host()
|
||
- wifi: rtw89: pci: enlarge RX DMA buffer to consider size of RX descriptor
|
||
- net: phy: phy_device: Prevent nullptr exceptions on ISR
|
||
- net: stmmac: dwmac-starfive: Add support for JH7100 SoC
|
||
- bnx2x: Fix firmware version string character counts
|
||
- wifi: rtw89: fix null pointer access when abort scan
|
||
- wifi: ath9k: fix LNA selection in ath_ant_try_scan()
|
||
- amdkfd: use calloc instead of kzalloc to avoid integer overflow
|
||
- x86: set SPECTRE_BHI_ON as default
|
||
- KVM: x86: Add BHI_NO
|
||
- x86/bhi: Mitigate KVM by default
|
||
- x86/bhi: Add BHI mitigation knob
|
||
- x86/bhi: Enumerate Branch History Injection (BHI) bug
|
||
- x86/bhi: Define SPEC_CTRL_BHI_DIS_S
|
||
- x86/bhi: Add support for clearing branch history at syscall entry
|
||
- x86/syscall: Don't force use of indirect calls for system calls
|
||
- x86/bugs: Change commas to semicolons in 'spectre_v2' sysfs file
|
||
- x86/boot: Move mem_encrypt= parsing to the decompressor
|
||
- x86/efistub: Remap kernel text read-only before dropping NX attribute
|
||
- x86/sev: Move early startup code into .head.text section
|
||
- x86/sme: Move early SME kernel encryption handling into .head.text
|
||
- efi/libstub: Add generic support for parsing mem_encrypt=
|
||
- x86/head/64: Move the __head definition to <asm/init.h>
|
||
- bpf: put uprobe link's path and task in release callback
|
||
- mptcp: don't account accept() of non-MPC client as fallback to TCP
|
||
- mptcp: don't overwrite sock_ops in mptcp_is_tcpsk()
|
||
- selftests: mptcp: connect: fix shellcheck warnings
|
||
- of: module: prevent NULL pointer dereference in vsnprintf()
|
||
- Revert "x86/mpparse: Register APIC address only once"
|
||
- drm/i915/gt: Enable only one CCS for compute workload
|
||
- drm/i915/gt: Do not generate the command streamer for all the CCS
|
||
- drm/i915/gt: Disable HW load balancing for CCS
|
||
- smb: client: fix potential UAF in cifs_signal_cifsd_for_reconnect()
|
||
- smb: client: fix potential UAF in smb2_is_network_name_deleted()
|
||
- smb: client: fix potential UAF in is_valid_oplock_break()
|
||
- smb: client: fix potential UAF in smb2_is_valid_lease_break()
|
||
- smb: client: fix potential UAF in smb2_is_valid_oplock_break()
|
||
- smb: client: fix potential UAF in cifs_dump_full_key()
|
||
- smb: client: fix potential UAF in cifs_stats_proc_show()
|
||
- smb: client: fix potential UAF in cifs_stats_proc_write()
|
||
- smb: client: fix potential UAF in cifs_debug_files_proc_show()
|
||
- smb3: retrying on failed server close
|
||
- smb: client: serialise cifs_construct_tcon() with cifs_mount_mutex
|
||
- smb: client: handle DFS tcons in cifs_construct_tcon()
|
||
- riscv: process: Fix kernel gp leakage
|
||
- riscv: Fix spurious errors from __get/put_kernel_nofault
|
||
- s390/entry: align system call table on 8 bytes
|
||
- selftests/mm: include strings.h for ffsl
|
||
- mm/secretmem: fix GUP-fast succeeding on secretmem folios
|
||
- arm64/ptrace: Use saved floating point state type to determine SVE layout
|
||
- perf/x86/intel/ds: Don't clear ->pebs_data_cfg for the last PEBS event
|
||
- x86/coco: Require seeding RNG with RDRAND on CoCo systems
|
||
- x86/mce: Make sure to grab mce_sysfs_mutex in set_bank()
|
||
- x86/mm/pat: fix VM_PAT handling in COW mappings
|
||
- of: dynamic: Synchronize of_changeset_destroy() with the devlink removals
|
||
- driver core: Introduce device_link_wait_removal()
|
||
- io_uring/kbuf: hold io_buffer_list reference over mmap
|
||
- io_uring: use private workqueue for exit work
|
||
- io_uring/kbuf: protect io_buffer_list teardown with a reference
|
||
- io_uring/kbuf: get rid of bl->is_ready
|
||
- io_uring/kbuf: get rid of lower BGID lists
|
||
- ALSA: hda/realtek: Update Panasonic CF-SZ6 quirk to support headset with microphone
|
||
- ALSA: hda/realtek - Fix inactive headset mic jack
|
||
- ksmbd: do not set SMB2_GLOBAL_CAP_ENCRYPTION for SMB 3.1.1
|
||
- ksmbd: validate payload size in ipc response
|
||
- ksmbd: don't send oplock break if rename fails
|
||
- gpio: cdev: fix missed label sanitizing in debounce_setup()
|
||
- gpio: cdev: check for NULL labels when sanitizing them for irqs
|
||
- x86/retpoline: Add NOENDBR annotation to the SRSO dummy return thunk
|
||
- ice: fix typo in assignment
|
||
- nfsd: hold a lighter-weight client reference over CB_RECALL_ANY
|
||
- riscv: Disable preemption when using patch_map()
|
||
- ASoC: SOF: amd: fix for false dsp interrupts
|
||
- ata: sata_mv: Fix PCI device ID table declaration compilation warning
|
||
- spi: mchp-pci1xxx: Fix a possible null pointer dereference in pci1xxx_spi_probe
|
||
- cifs: Fix caching to try to do open O_WRONLY as rdwr on server
|
||
- Revert "ALSA: emu10k1: fix synthesizer sample playback position and caching"
|
||
- scsi: mylex: Fix sysfs buffer lengths
|
||
- ata: sata_sx4: fix pdc20621_get_from_dimm() on 64-bit
|
||
- regmap: maple: Fix uninitialized symbol 'ret' warnings
|
||
- ASoC: amd: acp: fix for acp_init function error handling
|
||
- spi: s3c64xx: Use DMA mode from fifo size
|
||
- spi: s3c64xx: determine the fifo depth only once
|
||
- spi: s3c64xx: allow full FIFO masks
|
||
- spi: s3c64xx: define a magic value
|
||
- spi: s3c64xx: remove else after return
|
||
- spi: s3c64xx: explicitly include <linux/bits.h>
|
||
- spi: s3c64xx: sort headers alphabetically
|
||
- spi: s3c64xx: Extract FIFO depth calculation to a dedicated macro
|
||
- ASoC: ops: Fix wraparound for mask in snd_soc_get_volsw
|
||
- ASoC: rt722-sdca-sdw: fix locking sequence
|
||
- ASoC: rt712-sdca-sdw: fix locking sequence
|
||
- ASoC: rt711-sdw: fix locking sequence
|
||
- ASoC: rt711-sdca: fix locking sequence
|
||
- ASoC: rt5682-sdw: fix locking sequence
|
||
- drm/prime: Unbreak virtgpu dma-buf export
|
||
- nouveau/uvmm: fix addr/range calcs for remap operations
|
||
- drm/panfrost: fix power transition timeout warnings
|
||
- ALSA: hda: cs35l56: Add ACPI device match tables
|
||
- regmap: maple: Fix cache corruption in regcache_maple_drop()
|
||
- RISC-V: Update AT_VECTOR_SIZE_ARCH for new AT_MINSIGSTKSZ
|
||
- drivers/perf: riscv: Disable PERF_SAMPLE_BRANCH_* while not supported
|
||
- ASoC: wm_adsp: Fix missing mutex_lock in wm_adsp_write_ctl()
|
||
- 9p: Fix read/write debug statements to report server reply
|
||
- fs/pipe: Fix lockdep false-positive in watchqueue pipe_write()
|
||
- KVM: SVM: Add support for allowing zero SEV ASIDs
|
||
- KVM: SVM: Use unsigned integers when dealing with ASIDs
|
||
- net: ravb: Always update error counters
|
||
- net: ravb: Always process TX descriptor ring
|
||
- net: ravb: Let IP-specific receive function to interrogate descriptors
|
||
- e1000e: move force SMBUS from enable ulp function to avoid PHY loss issue
|
||
- e1000e: Minor flow correction in e1000_shutdown function
|
||
- e1000e: Workaround for sporadic MDI error on Meteor Lake systems
|
||
- intel: legacy: field get conversion
|
||
- intel: add bit macro includes where needed
|
||
- i40e: Remove circular header dependencies and fix headers
|
||
- i40e: Split i40e_osdep.h
|
||
- i40e: Move memory allocation structures to i40e_alloc.h
|
||
- i40e: Simplify memory allocation functions
|
||
- virtchnl: Add header dependencies
|
||
- i40e: Refactor I40E_MDIO_CLAUSE* macros
|
||
- i40e: Remove back pointer from i40e_hw structure
|
||
- i40e: Enforce software interrupt during busy-poll exit
|
||
- i40e: Remove _t suffix from enum type names
|
||
- drm/amd: Flush GFXOFF requests in prepare stage
|
||
- drm/amd: Add concept of running prepare_suspend() sequence for IP blocks
|
||
- drm/amd: Evict resources during PM ops prepare() callback
|
||
- drm/amd/display: Prevent crash when disable stream
|
||
- drm/amd/display: Fix DPSTREAM CLK on and off sequence
|
||
- usb: typec: ucsi: Fix race between typec_switch and role_switch
|
||
- i40e: fix vf may be used uninitialized in this function warning
|
||
- i40e: fix i40e_count_filters() to count only active/new filters
|
||
- octeontx2-af: Add array index check
|
||
- octeontx2-pf: check negative error code in otx2_open()
|
||
- octeontx2-af: Fix issue with loading coalesced KPU profiles
|
||
- udp: prevent local UDP tunnel packets from being GROed
|
||
- udp: do not transition UDP GRO fraglist partial checksums to unnecessary
|
||
- udp: do not accept non-tunnel GSO skbs landing in a tunnel
|
||
- r8169: skip DASH fw status checks when DASH is disabled
|
||
- mlxbf_gige: stop interface during shutdown
|
||
- ipv6: Fix infinite recursion in fib6_dump_done().
|
||
- ax25: fix use-after-free bugs caused by ax25_ds_del_timer
|
||
- tcp: Fix bind() regression for v6-only wildcard and v4(-mapped-v6) non-wildcard addresses.
|
||
- selftests: reuseaddr_conflict: add missing new line at the end of the output
|
||
- erspan: make sure erspan_base_hdr is present in skb->head
|
||
- i40e: Fix VF MAC filter removal
|
||
- ice: fix enabling RX VLAN filtering
|
||
- gro: fix ownership transfer
|
||
- selftests: net: gro fwd: update vxlan GRO test expectations
|
||
- net: dsa: mv88e6xxx: fix usable ports on 88e6020
|
||
- net: phy: micrel: Fix potential null pointer dereference
|
||
- net: fec: Set mac_managed_pm during probe
|
||
- net: txgbe: fix i2c dev name cannot match clkdev
|
||
- net: phy: micrel: lan8814: Fix when enabling/disabling 1-step timestamping
|
||
- net: stmmac: fix rx queue priority assignment
|
||
- net/sched: fix lockdep splat in qdisc_tree_reduce_backlog()
|
||
- net: dsa: sja1105: Fix parameters order in sja1110_pcs_mdio_write_c45()
|
||
- net/sched: act_skbmod: prevent kernel-infoleak
|
||
- KVM: arm64: Ensure target address is granule-aligned for range TLBI
|
||
- x86/retpoline: Do the necessary fixup to the Zen3/4 srso return thunk for !SRSO
|
||
- bpf, sockmap: Prevent lock inversion deadlock in map delete elem
|
||
- vboxsf: Avoid an spurious warning if load_nls_xxx() fails
|
||
- netfilter: validate user input for expected length
|
||
- netfilter: nf_tables: discard table flag update with pending basechain deletion
|
||
- netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get()
|
||
- netfilter: nf_tables: flush pending destroy work before exit_net release
|
||
- netfilter: nf_tables: reject new basechain after table flag update
|
||
- x86/bugs: Fix the SRSO mitigation on Zen3/4
|
||
- x86/nospec: Refactor UNTRAIN_RET[_*]
|
||
- x86/srso: Disentangle rethunk-dependent options
|
||
- x86/srso: Improve i-cache locality for alias mitigation
|
||
- vsock/virtio: fix packet delivery to tap device
|
||
- net: mana: Fix Rx DMA datasize and skb_over_panic
|
||
- net: usb: ax88179_178a: avoid the interface always configured as random address
|
||
- net/rds: fix possible cp null dereference
|
||
- xen-netfront: Add missing skb_mark_for_recycle
|
||
- selftests: mptcp: join: fix dev in check_endpoint
|
||
- netfilter: nf_tables: release mutex after nft_gc_seq_end from abort path
|
||
- netfilter: nf_tables: release batch on table validation from abort path
|
||
- Bluetooth: Fix TOCTOU in HCI debugfs implementation
|
||
- Bluetooth: hci_event: set the conn encrypted before conn establishes
|
||
- Bluetooth: add quirk for broken address properties
|
||
- Bluetooth: qca: fix device-address endianness
|
||
- arm64: dts: qcom: sc7180-trogdor: mark bluetooth address as broken
|
||
- Revert "Bluetooth: hci_qca: Set BDA quirk bit if fwnode exists in DT"
|
||
- x86/bpf: Fix IP after emitting call depth accounting
|
||
- r8169: fix issue caused by buggy BIOS on certain boards with RTL8168d
|
||
- selinux: avoid dereference of garbage after mount failure
|
||
- KVM: arm64: Fix host-programmed guest events in nVHE
|
||
- RISC-V: KVM: Fix APLIC in_clrip[x] read emulation
|
||
- RISC-V: KVM: Fix APLIC setipnum_le/be write emulation
|
||
- gpio: cdev: sanitize the label before requesting the interrupt
|
||
- modpost: do not make find_tosym() return NULL
|
||
- btrfs: fix race when detecting delalloc ranges during fiemap
|
||
- btrfs: ensure fiemap doesn't race with writes when FIEMAP_FLAG_SYNC is given
|
||
- Revert "x86/mm/ident_map: Use gbpages only where full GB page should be mapped."
|
||
- mm/treewide: replace pud_large() with pud_leaf()
|
||
- dm integrity: fix out-of-range warning
|
||
- drm/i915/mtl: Update workaround 14018575942
|
||
- drm/i915/xelpg: Extend some workarounds/tuning to gfx version 12.74
|
||
- drm/i915/mtl: Update workaround 14016712196
|
||
- drm/i915: Replace several IS_METEORLAKE with proper IP version checks
|
||
- drm/i915: Eliminate IS_MTL_GRAPHICS_STEP
|
||
- drm/i915/xelpg: Call Xe_LPG workaround functions based on IP version
|
||
- drm/i915: Consolidate condition for Wa_22011802037
|
||
- drm/i915: Tidy workaround definitions
|
||
- drm/i915/dg2: Drop pre-production GT workarounds
|
||
- inet: inet_defrag: prevent sk release while still in use
|
||
- Octeontx2-af: fix pause frame configuration in GMP mode
|
||
- net: lan743x: Add set RFE read fifo threshold for PCI1x1x chips
|
||
- net: bcmasp: Bring up unimac after PHY link up
|
||
- netfilter: nf_tables: skip netdev hook unregistration if table is dormant
|
||
- netfilter: nf_tables: reject table flag and netdev basechain updates
|
||
- netfilter: nf_tables: reject destroy command to remove basechain hooks
|
||
- cifs: Fix duplicate fscache cookie warnings
|
||
- bpf: Protect against int overflow for stack access size
|
||
- mlxbf_gige: call request_irq() after NAPI initialized
|
||
- tls: get psock ref after taking rxlock to avoid leak
|
||
- tls: adjust recv return with async crypto and failed copy to userspace
|
||
- tls: recv: process_rx_list shouldn't use an offset with kvec
|
||
- net: hns3: mark unexcuted loopback test result as UNEXECUTED
|
||
- net: hns3: fix kernel crash when devlink reload during pf initialization
|
||
- net: hns3: fix index limit to support all queue stats
|
||
- ACPICA: debugger: check status of acpi_evaluate_object() in acpi_db_walk_for_fields()
|
||
- selftests: vxlan_mdb: Fix failures with old libnet
|
||
- net: wwan: t7xx: Split 64bit accesses to fix alignment issues
|
||
- tcp: properly terminate timers for kernel sockets
|
||
- net: hsr: hsr_slave: Fix the promiscuous mode in offload mode
|
||
- s390/qeth: handle deferred cc1
|
||
- igc: Remove stale comment about Tx timestamping
|
||
- ixgbe: avoid sleeping allocation in ixgbe_ipsec_vf_add_sa()
|
||
- ice: fix memory corruption bug with suspend and rebuild
|
||
- ice: realloc VSI stats arrays
|
||
- ice: Refactor FW data type and fix bitmap casting issue
|
||
- ALSA: hda: cs35l56: Set the init_done flag before component_add()
|
||
- wifi: iwlwifi: mvm: include link ID when releasing frames
|
||
- wifi: iwlwifi: disable multi rx queue for 9000
|
||
- wifi: iwlwifi: mvm: rfi: fix potential response leaks
|
||
- mlxbf_gige: stop PHY during open() error paths
|
||
- tools: ynl: fix setting presence bits in simple nests
|
||
- nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packet
|
||
- arm64: bpf: fix 32bit unconditional bswap
|
||
- dma-buf: Fix NULL pointer dereference in sanitycheck()
|
||
- bpf, arm64: fix bug in BPF_LDX_MEMSX
|
||
- s390/bpf: Fix bpf_plt pointer arithmetic
|
||
- scripts/bpf_doc: Use silent mode when exec make cmd
|
||
- drm/i915: Pre-populate the cursor physical dma address
|
||
- drm/i915/display: Use i915_gem_object_get_dma_address to get dma address
|
||
- Revert "workqueue.c: Increase workqueue name length"
|
||
- Revert "workqueue: Move pwq->max_active to wq->max_active"
|
||
- Revert "workqueue: Factor out pwq_is_empty()"
|
||
- Revert "workqueue: Replace pwq_activate_inactive_work() with [__]pwq_activate_work()"
|
||
- Revert "workqueue: Move nr_active handling into helpers"
|
||
- Revert "workqueue: Make wq_adjust_max_active() round-robin pwqs while activating"
|
||
- Revert "workqueue: Introduce struct wq_node_nr_active"
|
||
- Revert "workqueue: Shorten events_freezable_power_efficient name"
|
||
- drm/amdgpu: fix use-after-free bug
|
||
- tools/resolve_btfids: fix build with musl libc
|
||
- x86/sev: Skip ROM range scans and validation for SEV-SNP guests
|
||
- scsi: lpfc: Correct size for wqe for memset()
|
||
- scsi: lpfc: Correct size for cmdwqe/rspwqe for memset()
|
||
- usb: dwc3: pci: Drop duplicate ID
|
||
- Revert "x86/bugs: Use fixed addressing for VERW operand"
|
||
- x86/bugs: Use fixed addressing for VERW operand
|
||
- scsi: qla2xxx: Delay I/O Abort on PCI error
|
||
- scsi: qla2xxx: Change debug message during driver unload
|
||
- scsi: qla2xxx: Fix double free of fcport
|
||
- scsi: qla2xxx: Fix double free of the ha->vp_map pointer
|
||
- scsi: qla2xxx: Fix command flush on cable pull
|
||
- scsi: qla2xxx: NVME|FCP prefer flag not being honored
|
||
- scsi: qla2xxx: Update manufacturer detail
|
||
- scsi: qla2xxx: Split FCE|EFT trace control
|
||
- scsi: qla2xxx: Fix N2N stuck connection
|
||
- scsi: qla2xxx: Prevent command send on chip reset
|
||
- usb: typec: ucsi: Clear UCSI_CCI_RESET_COMPLETE before reset
|
||
- usb: typec: ucsi_acpi: Refactor and fix DELL quirk
|
||
- usb: typec: ucsi: Ack unsupported commands
|
||
- usb: typec: ucsi: Clear EVENT_PENDING under PPM lock
|
||
- usb: typec: Return size of buffer if pd_set operation succeeds
|
||
- usb: udc: remove warning when queue disabled ep
|
||
- usb: dwc2: gadget: LPM flow fix
|
||
- usb: dwc2: gadget: Fix exiting from clock gating
|
||
- usb: dwc2: host: Fix ISOC flow in DDMA mode
|
||
- usb: dwc2: host: Fix hibernation flow
|
||
- usb: dwc2: host: Fix remote wakeup from hibernation
|
||
- USB: core: Fix deadlock in port "disable" sysfs attribute
|
||
- USB: core: Add hub_get() and hub_put() routines
|
||
- USB: core: Fix deadlock in usb_deauthorize_interface()
|
||
- usb: dwc3: Properly set system wakeup
|
||
- staging: vc04_services: fix information leak in create_component()
|
||
- staging: vc04_services: changen strncpy() to strscpy_pad()
|
||
- scsi: core: Fix unremoved procfs host directory regression
|
||
- scsi: sd: Fix TCG OPAL unlock on system resume
|
||
- vfio/pds: Make sure migration file isn't accessed after reset
|
||
- drm/amd/display: Clear OPTC mem select on disable
|
||
- drm/amd/display: Disconnect phantom pipe OPP from OPTC being disabled
|
||
- drm/amd/display: Fix hang/underflow when transitioning to ODM4:1
|
||
- USB: UAS: return ENODEV when submit urbs fail with device not attached
|
||
- usb: cdc-wdm: close race between read and workqueue
|
||
- Revert "usb: phy: generic: Get the vbus supply"
|
||
- mtd: spinand: Add support for 5-byte IDs
|
||
- Bluetooth: hci_sync: Fix not checking error on hci_cmd_sync_cancel_sync
|
||
- drm/i915/gt: Reset queue_priority_hint on parking
|
||
- drm/i915: Do not match JSL in ehl_combo_pll_div_frac_wa_needed()
|
||
- drm/i915/dsi: Go back to the previous INIT_OTP/DISPLAY_ON order, mostly
|
||
- drm/i915/bios: Tolerate devdata==NULL in intel_bios_encoder_supports_dp_dual_mode()
|
||
- drm/i915/hwmon: Fix locking inversion in sysfs getter
|
||
- drm/amdgpu: fix deadlock while reading mqd from debugfs
|
||
- drm/amdkfd: fix TLB flush after unmap for GFX9.4.2
|
||
- drm/vmwgfx: Create debugfs ttm_resource_manager entry only if needed
|
||
- net: ll_temac: platform_get_resource replaced by wrong function
|
||
- nouveau/dmem: handle kcalloc() allocation failure
|
||
- thermal: devfreq_cooling: Fix perf state when calculate dfc res_util
|
||
- block: Do not force full zone append completion in req_bio_endio()
|
||
- sdhci-of-dwcmshc: disable PM runtime in dwcmshc_remove()
|
||
- mmc: core: Avoid negative index with array access
|
||
- mmc: core: Initialize mmc_blk_ioc_data
|
||
- mmc: sdhci-omap: re-tuning is needed after a pm transition to support emmc HS200 mode
|
||
- selftests/mm: fix ARM related issue with fork after pthread_create
|
||
- selftests/mm: sigbus-wp test requires UFFD_FEATURE_WP_HUGETLBFS_SHMEM
|
||
- mm: cachestat: fix two shmem bugs
|
||
- hexagon: vmlinux.lds.S: handle attributes section
|
||
- exec: Fix NOMMU linux_binprm::exec in transfer_args_to_stack()
|
||
- Revert "drm/amd/display: Fix sending VSC (+ colorimetry) packets for DP/eDP displays without PSR"
|
||
- wifi: iwlwifi: fw: don't always use FW dump trig
|
||
- wifi: iwlwifi: mvm: disable MLO for the time being
|
||
- wifi: cfg80211: add a flag to disable wireless extensions
|
||
- wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changes
|
||
- btrfs: zoned: use zone aware sb location for scrub
|
||
- btrfs: zoned: don't skip block groups with 100% zone unusable
|
||
- btrfs: fix race in read_extent_buffer_pages()
|
||
- tmpfs: fix race on handling dquot rbtree
|
||
- ARM: prctl: reject PR_SET_MDWE on pre-ARMv6
|
||
- prctl: generalize PR_SET_MDWE support check to be per-arch
|
||
- x86/efistub: Reinstate soft limit for initrd loading
|
||
- x86/efistub: Add missing boot_params for mixed mode compat entry
|
||
- init: open /initrd.image with O_LARGEFILE
|
||
- ALSA: hda/tas2781: add locks to kcontrols
|
||
- ALSA: hda/tas2781: remove digital gain kcontrol
|
||
- perf top: Use evsel's cpus to replace user_requested_cpus
|
||
- selftests/mm: Fix build with _FORTIFY_SOURCE
|
||
- selftests/mm: gup_test: conform test to TAP format output
|
||
- pwm: img: fix pwm clock lookup
|
||
- efi: fix panic in kdump kernel
|
||
- x86/fpu: Keep xfd_state in sync with MSR_IA32_XFD
|
||
- x86/mpparse: Register APIC address only once
|
||
- kprobes/x86: Use copy_from_kernel_nofault() to read from unsafe address
|
||
- irqchip/renesas-rzg2l: Prevent spurious interrupts when setting trigger type
|
||
- irqchip/renesas-rzg2l: Rename rzg2l_irq_eoi()
|
||
- irqchip/renesas-rzg2l: Rename rzg2l_tint_eoi()
|
||
- irqchip/renesas-rzg2l: Add macro to retrieve TITSR register offset based on register's index
|
||
- irqchip/renesas-rzg2l: Flush posted write in irq_eoi()
|
||
- irqchip/renesas-rzg2l: Implement restriction when writing ISCR register
|
||
- printk: Update @console_may_schedule in console_trylock_spinning()
|
||
- iommu/dma: Force swiotlb_max_mapping_size on an untrusted device
|
||
- swiotlb: Fix alignment checks when both allocation and DMA masks are present
|
||
- swiotlb: Honour dma_alloc_coherent() alignment in swiotlb_alloc()
|
||
- swiotlb: Fix double-allocation of slots due to broken alignment handling
|
||
- entry: Respect changes to system call number by trace_sys_enter()
|
||
- ARM: 9359/1: flush: check if the folio is reserved for no-mapping addresses
|
||
- ARM: 9352/1: iwmmxt: Remove support for PJ4/PJ4B cores
|
||
- clocksource/drivers/arm_global_timer: Fix maximum prescaler value
|
||
- x86/sev: Fix position dependent variable references in startup code
|
||
- x86/Kconfig: Remove CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT
|
||
- vfio/fsl-mc: Block calling interrupt handler without trigger
|
||
- vfio/platform: Create persistent IRQ handlers
|
||
- vfio/pci: Create persistent INTx handler
|
||
- vfio: Introduce interface to flush virqfd inject workqueue
|
||
- btrfs: fix deadlock with fiemap and extent locking
|
||
- xfs: remove conditional building of rt geometry validator functions
|
||
- xfs: reset XFS_ATTR_INCOMPLETE filter on node removal
|
||
- xfs: update dir3 leaf block metadata after swap
|
||
- xfs: ensure logflagsp is initialized in xfs_bmap_del_extent_real
|
||
- xfs: short circuit xfs_growfs_data_private() if delta is zero
|
||
- xfs: initialise di_crc in xfs_log_dinode
|
||
- xfs: add missing nrext64 inode flag check to scrub
|
||
- xfs: force all buffers to be written during btree bulk load
|
||
- xfs: fix an off-by-one error in xreap_agextent_binval
|
||
- xfs: recompute growfsrtfree transaction reservation while growing rt volume
|
||
- xfs: remove unused fields from struct xbtree_ifakeroot
|
||
- xfs: make xchk_iget safer in the presence of corrupt inode btrees
|
||
- xfs: don't allow overly small or large realtime volumes
|
||
- xfs: fix 32-bit truncation in xfs_compute_rextslog
|
||
- xfs: make rextslog computation consistent with mkfs
|
||
- xfs: transfer recovered intent item ownership in ->iop_recover
|
||
- xfs: pass the xfs_defer_pending object to iop_recover
|
||
- xfs: use xfs_defer_pending objects to recover intent items
|
||
- xfs: don't leak recovered attri intent items
|
||
- xfs: consider minlen sized extents in xfs_rtallocate_extent_block
|
||
- xfs: convert rt bitmap extent lengths to xfs_rtbxlen_t
|
||
- xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.h
|
||
- wifi: rtw88: 8821cu: Fix connection failure
|
||
- wifi: iwlwifi: pcie: fix RB status reading
|
||
- ASoC: amd: yc: Revert "Fix non-functional mic on Lenovo 21J2"
|
||
- x86/efistub: Call mixed mode boot services on the firmware's stack
|
||
- drm/amd/display: handle range offsets in VRR ranges
|
||
- drm/i915: Don't explode when the dig port we don't have an AUX CH
|
||
- iio: imu: inv_mpu6050: fix FIFO parsing when empty
|
||
- iio: imu: inv_mpu6050: fix frequency setting when chip is off
|
||
- i2c: i801: Avoid potential double call to gpiod_remove_lookup_table
|
||
- iio: accel: adxl367: fix I2C FIFO data register
|
||
- iio: accel: adxl367: fix DEVID read after reset
|
||
- arm64: dts: qcom: sc8280xp-x13s: limit pcie4 link speed
|
||
- mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL allocations
|
||
- ARM: imx_v6_v7_defconfig: Restore CONFIG_BACKLIGHT_CLASS_DEVICE
|
||
- tee: optee: Fix kernel panic caused by incorrect error handling
|
||
- ALSA: hda/realtek: fix mute/micmute LEDs for HP EliteBook
|
||
- ALSA: hda/realtek - Add Headset Mic supported Acer NB platform
|
||
- fs/aio: Check IOCB_AIO_RW before the struct aio_kiocb conversion
|
||
- Revert "tty: serial: simplify qcom_geni_serial_send_chunk_fifo()"
|
||
- vt: fix unicode buffer corruption when deleting characters
|
||
- mei: me: add arrow lake point H DID
|
||
- mei: me: add arrow lake point S DID
|
||
- serial: port: Don't suspend if the port is still busy
|
||
- misc: fastrpc: Pass proper arguments to scm call
|
||
- misc: lis3lv02d_i2c: Fix regulators getting en-/dis-abled twice on suspend/resume
|
||
- tty: serial: fsl_lpuart: avoid idle preamble pending if CTS is enabled
|
||
- xhci: Fix failure to detect ring expansion need.
|
||
- usb: port: Don't try to peer unused USB ports based on location
|
||
- usb: gadget: ncm: Fix handling of zero block length packets
|
||
- usb: typec: altmodes/displayport: create sysfs nodes as driver's default device attribute group
|
||
- USB: usb-storage: Prevent divide-by-0 error in isd200_ata_command
|
||
- ALSA: hda/realtek - Fix headset Mic no show at resume back for Lenovo ALC897 platform
|
||
- drm/i915: Check before removing mm notifier
|
||
- tty: serial: imx: Fix broken RS485
|
||
- drm/amdgpu/pm: Fix the error of pwm1_enable setting
|
||
- tracing: Use .flush() call to wake up readers
|
||
- SEV: disable SEV-ES DebugSwap by default
|
||
- KVM: SVM: Flush pages under kvm->lock to fix UAF in svm_register_enc_region()
|
||
- KVM: x86: Mark target gfn of emulated atomic instruction as dirty
|
||
- firewire: ohci: prevent leak of left-over IRQ on unbind
|
||
- init/Kconfig: lower GCC version check for -Warray-bounds
|
||
- Input: xpad - add additional HyperX Controller Identifiers
|
||
- cgroup/cpuset: Fix retval in update_cpumask()
|
||
- usb: typec: tpcm: Fix PORT_RESET behavior for self powered devices
|
||
- selftests: mptcp: diag: return KSFT_FAIL not test_cnt
|
||
- mm, mmap: fix vma_merge() case 7 with vma_ops->close
|
||
- xfrm: Avoid clang fortify warning in copy_to_user_tmpl()
|
||
- crypto: sun8i-ce - Fix use after free in unprepare
|
||
- crypto: rk3288 - Fix use after free in unprepare
|
||
- drm/nouveau: fix stale locked mutex in nouveau_gem_ioctl_pushbuf
|
||
- nouveau: lock the client object tree.
|
||
- Drivers: hv: vmbus: Calculate ring buffer size for more efficient use of memory
|
||
- netfilter: nf_tables: reject constant set with timeout
|
||
- netfilter: nf_tables: disallow anonymous set with timeout flag
|
||
- netfilter: nf_tables: mark set as dead when unbinding anonymous set with timeout
|
||
- net: fix IPSTATS_MIB_OUTPKGS increment in OutForwDatagrams.
|
||
- drm/amd/display: Use freesync when `DRM_EDID_FEATURE_CONTINUOUS_FREQ` found
|
||
- workqueue: Shorten events_freezable_power_efficient name
|
||
- drm/bridge: lt8912b: do not return negative values from .get_modes()
|
||
- drm/bridge: lt8912b: clear the EDID property on failures
|
||
- drm/bridge: lt8912b: use drm_bridge_edid_read()
|
||
- drm/bridge: add ->edid_read hook and drm_bridge_edid_read()
|
||
- drm/ttm: Make sure the mapped tt pages are decrypted when needed
|
||
- wifi: brcmfmac: Demote vendor-specific attach/detach messages to info
|
||
- wifi: brcmfmac: cfg80211: Use WSEC to set SAE password
|
||
- wifi: brcmfmac: add per-vendor feature detection callback
|
||
- x86/pm: Work around false positive kmemleak report in msr_build_context()
|
||
- dm snapshot: fix lockup in dm_exception_table_exit
|
||
- drm/amd/display: Fix noise issue on HDMI AV mute
|
||
- drm/amd/display: Return the correct HDCP error code
|
||
- drm/amdgpu: amdgpu_ttm_gart_bind set gtt bound flag
|
||
- ahci: asm1064: asm1166: don't limit reported ports
|
||
- ahci: asm1064: correct count of reported ports
|
||
- wireguard: selftests: set RISCV_ISA_FALLBACK on riscv{32,64}
|
||
- wireguard: netlink: access device through ctx instead of peer
|
||
- wireguard: netlink: check for dangling peer via is_dead instead of empty list
|
||
- LoongArch/crypto: Clean up useless assignment operations
|
||
- LoongArch: Define the __io_aw() hook as mmiowb()
|
||
- LoongArch: Change __my_cpu_offset definition to avoid mis-optimization
|
||
- virtio: reenable config if freezing device failed
|
||
- cxl/trace: Properly initialize cxl_poison region name
|
||
- net: hns3: tracing: fix hclgevf trace event strings
|
||
- drm/i915: Add missing ; to __assign_str() macros in tracepoint code
|
||
- NFSD: Fix nfsd_clid_class use of __string_len() macro
|
||
- net: esp: fix bad handling of pages from page_pool
|
||
- x86/CPU/AMD: Update the Zenbleed microcode revisions
|
||
- cpufreq: dt: always allocate zeroed cpumask
|
||
- mtd: rawnand: Constrain even more when continuous reads are enabled
|
||
- mtd: rawnand: Fix and simplify again the continuous read derivations
|
||
- cifs: open_cached_dir(): add FILE_READ_EA to desired access
|
||
- cifs: reduce warning log level for server not advertising interfaces
|
||
- cifs: make cifs_chan_update_iface() a void function
|
||
- cifs: delete unnecessary NULL checks in cifs_chan_update_iface()
|
||
- cifs: do not let cifs_chan_update_iface deallocate channels
|
||
- cifs: make sure server interfaces are requested only for SMB3+
|
||
- cifs: add xid to query server interface call
|
||
- nilfs2: prevent kernel bug at submit_bh_wbc()
|
||
- nilfs2: fix failure to detect DAT corruption in btree and direct mappings
|
||
- f2fs: truncate page cache before clearing flags when aborting atomic write
|
||
- f2fs: mark inode dirty for FI_ATOMIC_COMMITTED flag
|
||
- Revert "block/mq-deadline: use correct way to throttling write requests"
|
||
- memtest: use {READ,WRITE}_ONCE in memory scanning
|
||
- drm/vc4: hdmi: do not return negative values from .get_modes()
|
||
- drm/imx/ipuv3: do not return negative values from .get_modes()
|
||
- drm/exynos: do not return negative values from .get_modes()
|
||
- drm/panel: do not return negative error codes from drm_panel_get_modes()
|
||
- drm/probe-helper: warn about negative .get_modes()
|
||
- s390/zcrypt: fix reference counting on zcrypt card objects
|
||
- soc: fsl: qbman: Use raw spinlock for cgr_lock
|
||
- soc: fsl: qbman: Always disable interrupts when taking cgr_lock
|
||
- dlm: fix user space lkb refcounting
|
||
- ring-buffer: Use wait_event_interruptible() in ring_buffer_wait()
|
||
- ring-buffer: Fix full_waiters_pending in poll
|
||
- ring-buffer: Fix resetting of shortest_full
|
||
- ring-buffer: Do not set shortest_full when full target is hit
|
||
- ring-buffer: Fix waking up ring buffer readers
|
||
- io_uring: clean rings on NO_MMAP alloc fail
|
||
- platform/x86/intel/tpmi: Change vsec offset to u64
|
||
- ksmbd: retrieve number of blocks using vfs_getattr in set_file_allocation_info
|
||
- ksmbd: replace generic_fillattr with vfs_getattr
|
||
- server: convert to new timestamp accessors
|
||
- vfio/platform: Disable virqfds on cleanup
|
||
- vfio/pci: Lock external INTx masking ops
|
||
- vfio/pci: Disable auto-enable of exclusive INTx IRQ
|
||
- thermal/drivers/mediatek: Fix control buffer enablement on MT7896
|
||
- cifs: allow changing password during remount
|
||
- cifs: prevent updating file size from server if we have a read/write lease
|
||
- smb: client: stop revalidating reparse points unnecessarily
|
||
- PCI: hv: Fix ring buffer size calculation
|
||
- PCI: dwc: endpoint: Fix advertised resizable BAR size
|
||
- PCI: qcom: Enable BDF to SID translation properly
|
||
- kbuild: Move -Wenum-{compare-conditional,enum-conversion} into W=1
|
||
- NFS: Read unlock folio on nfs_page_create_from_folio() error
|
||
- nfs: fix UAF in direct writes
|
||
- sparc32: Fix parport build with sparc32
|
||
- io_uring: fix mshot io-wq checks
|
||
- io_uring/net: correctly handle multishot recvmsg retry setup
|
||
- PCI/AER: Block runtime suspend when handling errors
|
||
- speakup: Fix 8bit characters from direct synth
|
||
- usb: gadget: tegra-xudc: Fix USB3 PHY retrieval logic
|
||
- phy: tegra: xusb: Add API to retrieve the port number of phy
|
||
- slimbus: core: Remove usage of the deprecated ida_simple_xx() API
|
||
- nvmem: meson-efuse: fix function pointer type mismatch
|
||
- ext4: fix corruption during on-line resize
|
||
- hwmon: (amc6821) add of_match table
|
||
- landlock: Warn once if a Landlock action is requested while disabled
|
||
- drm/etnaviv: Restore some id values
|
||
- leds: trigger: netdev: Fix kernel panic on interface rename trig notify
|
||
- Bluetooth: btnxpuart: Fix btnxpuart_close
|
||
- mmc: core: Fix switch on gp3 partition
|
||
- mm: swap: fix race between free_swap_and_cache() and swapoff()
|
||
- mac802154: fix llsec key resources release in mac802154_llsec_key_del
|
||
- block: Fix page refcounts for unaligned buffers in __bio_release_pages()
|
||
- powerpc: xor_vmx: Add '-mhard-float' to CFLAGS
|
||
- dm-raid: fix lockdep waring in "pers->hot_add_disk"
|
||
- PCI/DPC: Quirk PIO log size for Intel Raptor Lake Root Ports
|
||
- PCI/PM: Drain runtime-idle callbacks before driver removal
|
||
- wifi: rtw88: Add missing VID/PIDs for 8811CU and 8821CU
|
||
- btrfs: fix off-by-one chunk length calculation at contains_pending_extent()
|
||
- btrfs: qgroup: always free reserved space for extent records
|
||
- serial: Lock console when calling into driver before registration
|
||
- serial: core: only stop transmit when HW fifo is empty
|
||
- usb: dwc3-am62: Disable wakeup at remove
|
||
- usb: dwc3-am62: fix module unload/reload behavior
|
||
- usb: typec: ucsi: Clean up UCSI_CABLE_PROP macros
|
||
- fuse: don't unhash root
|
||
- fuse: fix root lookup with nonzero generation
|
||
- fuse: replace remaining make_bad_inode() with fuse_make_bad()
|
||
- mmc: tmio: avoid concurrent runs of mmc_request_done()
|
||
- PM: sleep: wakeirq: fix wake irq warning in system suspend
|
||
- USB: serial: cp210x: add pid/vid for TDK NC0110013M and MM0110113M
|
||
- KVM: x86/xen: inject vCPU upcall vector when local APIC is enabled
|
||
- USB: serial: option: add MeiG Smart SLM320 product
|
||
- USB: serial: cp210x: add ID for MGP Instruments PDS100
|
||
- USB: serial: add device ID for VeriFone adapter
|
||
- USB: serial: ftdi_sio: add support for GMC Z216C Adapter IR-USB
|
||
- powerpc/fsl: Fix mfpmr build errors with newer binutils
|
||
- usb: xhci: Add error handling in xhci_map_urb_for_dma
|
||
- clk: qcom: mmcc-msm8974: fix terminating of frequency table arrays
|
||
- clk: qcom: mmcc-apq8084: fix terminating of frequency table arrays
|
||
- clk: qcom: gcc-ipq9574: fix terminating of frequency table arrays
|
||
- clk: qcom: gcc-ipq8074: fix terminating of frequency table arrays
|
||
- clk: qcom: gcc-ipq6018: fix terminating of frequency table arrays
|
||
- clk: qcom: gcc-ipq5018: fix terminating of frequency table arrays
|
||
- vfio/pds: Always clear the save/restore FDs on reset
|
||
- PM: suspend: Set mem_sleep_current during kernel command line setup
|
||
- cpufreq: Limit resolving a frequency to policy min/max
|
||
- docs: Restore "smart quotes" for quotes
|
||
- iio: adc: rockchip_saradc: use mask for write_enable bitfield
|
||
- iio: adc: rockchip_saradc: fix bitmask for channels on SARADCv2
|
||
- md/raid5: fix atomicity violation in raid5_cache_count
|
||
- parisc: Strip upper 32 bit of sum in csum_ipv6_magic for 64-bit builds
|
||
- parisc: Fix csum_ipv6_magic on 64-bit systems
|
||
- parisc: Fix csum_ipv6_magic on 32-bit systems
|
||
- parisc: Fix ip_fast_csum
|
||
- parisc: Avoid clobbering the C/B bits in the PSW with tophys and tovirt macros
|
||
- parisc/unaligned: Rewrite 64-bit inline assembly of emulate_ldd()
|
||
- x86/nmi: Fix the inverse "in NMI handler" check
|
||
- md/md-bitmap: fix incorrect usage for sb_index
|
||
- mtd: rawnand: meson: fix scrambling mode value in command macro
|
||
- ubi: correct the calculation of fastmap size
|
||
- ubifs: Set page uptodate in the correct place
|
||
- fuse: fix VM_MAYSHARE and direct_io_allow_mmap
|
||
- fat: fix uninitialized field in nostale filehandles
|
||
- bounds: support non-power-of-two CONFIG_NR_CPUS
|
||
- kasan/test: avoid gcc warning for intentional overflow
|
||
- block: Clear zone limits for a non-zoned stacked queue
|
||
- ext4: correct best extent lstart adjustment logic
|
||
- selftests/mqueue: Set timeout to 180 seconds
|
||
- sparc: vDSO: fix return value of __setup handler
|
||
- sparc64: NMI watchdog: fix return value of __setup handler
|
||
- powerpc/smp: Increase nr_cpu_ids to include the boot CPU
|
||
- powerpc/smp: Adjust nr_cpu_ids to cover all threads of a core
|
||
- powercap: intel_rapl_tpmi: Fix System Domain probing
|
||
- powercap: intel_rapl_tpmi: Fix a register bug
|
||
- powercap: intel_rapl: Fix locking in TPMI RAPL
|
||
- sched: Simplify tg_set_cfs_bandwidth()
|
||
- powercap: intel_rapl: Fix a NULL pointer dereference
|
||
- thermal/intel: Fix intel_tcc_get_temp() to support negative CPU temperature
|
||
- cpufreq: amd-pstate: Fix min_perf assignment in amd_pstate_adjust_perf()
|
||
- arm64: dts: qcom: sm8550-mtp: correct WCD9385 TX port mapping
|
||
- arm64: dts: qcom: sm8550-qrd: correct WCD9385 TX port mapping
|
||
- KVM: Always flush async #PF workqueue when vCPU is being destroyed
|
||
- media: nxp: imx8-isi: Mark all crossbar sink pads as MUST_CONNECT
|
||
- media: mc: Expand MUST_CONNECT flag to always require an enabled link
|
||
- media: mc: Rename pad variable to clarify intent
|
||
- media: mc: Add num_links flag to media_pad
|
||
- media: nxp: imx8-isi: Check whether crossbar pad is non-NULL before access
|
||
- media: mc: Fix flags handling when creating pad links
|
||
- media: mc: Add local pad to pipeline regardless of the link state
|
||
- media: xc4000: Fix atomicity violation in xc4000_get_frequency
|
||
- pci_iounmap(): Fix MMIO mapping leak
|
||
- drm/vmwgfx: Fix the lifetime of the bo cursor memory
|
||
- serial: max310x: fix NULL pointer dereference in I2C instantiation
|
||
- drm/vmwgfx: Fix possible null pointer derefence with invalid contexts
|
||
- arm: dts: marvell: Fix maxium->maxim typo in brownstone dts
|
||
- smack: Handle SMACK64TRANSMUTE in smack_inode_setsecurity()
|
||
- smack: Set SMACK64TRANSMUTE only for dirs in smack_inode_setxattr()
|
||
- clk: qcom: gcc-sdm845: Add soft dependency on rpmhpd
|
||
- remoteproc: virtio: Fix wdg cannot recovery remote processor
|
||
- arm64: dts: qcom: sc7280: Add additional MSI interrupts
|
||
- media: staging: ipu3-imgu: Set fields before media_entity_pads_init()
|
||
- wifi: brcmfmac: avoid invalid list operation when vendor attach fails
|
||
- wifi: brcmfmac: Fix use-after-free bug in brcmf_cfg80211_detach
|
||
- drm/vmwgfx: Unmap the surface before resetting it on a plane state
|
||
- KVM: x86: Use a switch statement and macros in __feature_translate()
|
||
- KVM: x86: Advertise CPUID.(EAX=7,ECX=2):EDX[5:0] to userspace
|
||
- x86/efistub: Don't clear BSS twice in mixed mode
|
||
- x86/efistub: Clear decompressor BSS in native EFI entrypoint
|
||
- dm-integrity: align the outgoing bio in integrity_recheck
|
||
- dm io: Support IO priority
|
||
- selftests: forwarding: Fix ping failure due to short timeout
|
||
- spi: spi-mt65xx: Fix NULL pointer access in interrupt handler
|
||
- netfilter: nf_tables: Fix a memory leak in nf_tables_updchain
|
||
- net: dsa: mt7530: fix handling of all link-local frames
|
||
- net: dsa: mt7530: fix link-local frames that ingress vlan filtering ports
|
||
- bpf: report RCU QS in cpumap kthread
|
||
- net: report RCU QS on threaded NAPI repolling
|
||
- rcu: add a helper to report consolidated flavor QS
|
||
- netfilter: nf_tables: do not compare internal table flags on updates
|
||
- netfilter: nft_set_pipapo: release elements in clone only from destroy path
|
||
- octeontx2-af: Use separate handlers for interrupts
|
||
- octeontx2-pf: Send UP messages to VF only when VF is up.
|
||
- octeontx2-pf: Use default max_active works instead of one
|
||
- octeontx2-pf: Wait till detach_resources msg is complete
|
||
- octeontx2: Detect the mbox up or down message via register
|
||
- devlink: fix port new reply cmd type
|
||
- net/bnx2x: Prevent access to a freed page in page_pool
|
||
- dm-integrity: fix a memory leak when rechecking the data
|
||
- net: phy: fix phy_read_poll_timeout argument type in genphy_loopback
|
||
- ceph: stop copying to iter at EOF on sync reads
|
||
- ipv4: raw: Fix sending packets from raw sockets via IPsec tunnels
|
||
- hsr: Handle failures in module init
|
||
- rds: introduce acquire/release ordering in acquire/release_in_xmit()
|
||
- wireguard: receive: annotate data-race around receiving_counter.counter
|
||
- virtio: packed: fix unmap leak for indirect desc table
|
||
- vdpa/mlx5: Allow CVQ size changes
|
||
- vdpa_sim: reset must not run
|
||
- drm: Fix drm_fixp2int_round() making it add 0.5
|
||
- spi: spi-imx: fix off-by-one in mx51 CPU mode burst length
|
||
- net: dsa: mt7530: prevent possible incorrect XTAL frequency selection
|
||
- net: veth: do not manipulate GRO when using XDP
|
||
- xfrm: Allow UDP encapsulation only in offload modes
|
||
- packet: annotate data-races around ignore_outgoing
|
||
- xen/events: increment refcnt only if event channel is refcounted
|
||
- xen/evtchn: avoid WARN() when unbinding an event channel
|
||
- riscv: Fix compilation error with FAST_GUP and rv32
|
||
- io_uring: fix poll_remove stalled req completion
|
||
- net: ethernet: mtk_eth_soc: fix PPE hanging issue
|
||
- net: mediatek: mtk_eth_soc: clear MAC_MCR_FORCE_LINK only when MAC is up
|
||
- nvme: fix reconnection fail due to reserved tag allocation
|
||
- net: txgbe: fix clk_name exceed MAX_DEV_ID limits
|
||
- hsr: Fix uninit-value access in hsr_get_node()
|
||
- vmxnet3: Fix missing reserved tailroom
|
||
- tcp: Fix refcnt handling in __inet_hash_connect().
|
||
- io_uring: Fix release of pinned pages when __io_uaddr_map fails
|
||
- cpufreq: Fix per-policy boost behavior on SoCs using cpufreq_boost_set_sw()
|
||
- soc: fsl: dpio: fix kcalloc() argument order
|
||
- net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check
|
||
- s390/vtime: fix average steal time calculation
|
||
- octeontx2-af: Use matching wake_up API variant in CGX command interface
|
||
- rds: tcp: Fix use-after-free of net in reqsk_timer_handler().
|
||
- tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge()
|
||
- nouveau: reset the bo resource bus info after an eviction
|
||
- ASoC: rockchip: i2s-tdm: Fix inaccurate sampling rates
|
||
- spi: lpspi: Avoid potential use-after-free in probe()
|
||
- io_uring: don't save/restore iowait state
|
||
- thermal/drivers/qoriq: Fix getting tmu range
|
||
- thermal/drivers/mediatek/lvts_thermal: Fix a memory leak in an error handling path
|
||
- ASoC: tlv320adc3xxx: Don't strip remove function when driver is builtin
|
||
- x86/hyperv: Use per cpu initial stack for vtl context
|
||
- usb: gadget: net2272: Use irqflags in the call to net2272_probe_fin
|
||
- staging: greybus: fix get_channel_from_mode() failure path
|
||
- serial: 8250_exar: Don't remove GPIO device on suspend
|
||
- rtc: mt6397: select IRQ_DOMAIN instead of depending on it
|
||
- bus: mhi: ep: check the correct variable in mhi_ep_register_controller()
|
||
- iio: gts-helper: Fix division loop
|
||
- kconfig: fix infinite loop when expanding a macro at the end of file
|
||
- coresight: etm4x: Set skip_power_up in etm4_init_arch_data function
|
||
- coresight: Fix issue where a source device's helpers aren't disabled
|
||
- arm64: dts: broadcom: bcmbca: bcm4908: drop invalid switch cells
|
||
- tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMT
|
||
- serial: max310x: fix syntax error in IRQ error message
|
||
- tty: vt: fix 20 vs 0x20 typo in EScsiignore
|
||
- usb: phy: generic: Get the vbus supply
|
||
- iio: pressure: mprls0025pa fix off-by-one enum
|
||
- remoteproc: stm32: Fix incorrect type assignment returned by stm32_rproc_get_loaded_rsc_tablef
|
||
- remoteproc: stm32: Fix incorrect type in assignment for va
|
||
- mei: gsc_proxy: match component when GSC is on different bus
|
||
- comedi: comedi_test: Prevent timers rescheduling during deletion
|
||
- io_uring/net: correct the type of variable
|
||
- afs: Revert "afs: Hide silly-rename files from userspace"
|
||
- f2fs: zone: fix to remove pow2 check condition for zoned block device
|
||
- f2fs: compress: fix reserve_cblocks counting error when out of space
|
||
- f2fs: compress: relocate some judgments in f2fs_reserve_compress_blocks
|
||
- NFSv4.1/pnfs: fix NFS with TLS in pnfs
|
||
- NFS: Fix an off by one in root_nfs_cat()
|
||
- NFS: Fix nfs_netfs_issue_read() xarray locking for writeback interrupt
|
||
- Input: iqs7222 - add support for IQS7222D v1.1 and v1.2
|
||
- RDMA/mana_ib: Fix bug in creation of dma regions
|
||
- f2fs: ro: compress: fix to avoid caching unaligned extent
|
||
- f2fs: fix to use correct segment type in f2fs_allocate_data_block()
|
||
- watchdog: stm32_iwdg: initialize default timeout
|
||
- watchdog: starfive: Check pm_runtime_enabled() before decrementing usage counter
|
||
- f2fs: check number of blocks in a current section
|
||
- f2fs: compress: fix to check compress flag w/ .i_sem lock
|
||
- NFSv4.2: fix listxattr maximum XDR buffer size
|
||
- NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102
|
||
- net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr()
|
||
- f2fs: compress: fix to check zstd compress level correctly in mount option
|
||
- f2fs: fix to create selinux label during whiteout initialization
|
||
- scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfn
|
||
- RDMA/rtrs-clt: Check strnlen return len in sysfs mpath_policy_store()
|
||
- RDMA/device: Fix a race between mad_client and cm_client init
|
||
- i3c: dw: Disable IBI IRQ depends on hot-join and SIR enabling
|
||
- scsi: csiostor: Avoid function pointer casts
|
||
- f2fs: fix to avoid potential panic during recovery
|
||
- f2fs: compress: fix to cover f2fs_disable_compressed_file() w/ i_sem
|
||
- f2fs: zone: fix to wait completion of last bio in zone correctly
|
||
- f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panic
|
||
- f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnode
|
||
- f2fs: update blkaddr in __set_data_blkaddr() for cleanup
|
||
- f2fs: introduce get_dnode_addr() to clean up codes
|
||
- f2fs: delete obsolete FI_DROP_CACHE
|
||
- f2fs: delete obsolete FI_FIRST_BLOCK_WRITTEN
|
||
- f2fs: compress: fix to check unreleased compressed cluster
|
||
- f2fs: compress: fix to cover normal cluster write with cp_rwsem
|
||
- f2fs: compress: fix to guarantee persisting compressed blocks by CP
|
||
- RDMA/srpt: Do not register event handler until srpt device is fully setup
|
||
- RDMA/irdma: Remove duplicate assignment
|
||
- ALSA: usb-audio: Stop parsing channels bits when all channels are found.
|
||
- ALSA: hda/tas2781: restore power state after system_resume
|
||
- ALSA: hda/tas2781: configure the amp after firmware load
|
||
- ALSA: hda/tas2781: do not call pm_runtime_force_* in system_resume/suspend
|
||
- ALSA: hda/tas2781: add ptrs to calibration functions
|
||
- ALSA: hda/tas2781: do not reset cur_* values in runtime_suspend
|
||
- ALSA: hda/tas2781: add lock to system_suspend
|
||
- ALSA: hda/tas2781: use dev_dbg in system_resume
|
||
- ALSA: hda/realtek: fix ALC285 issues on HP Envy x360 laptops
|
||
- cifs: Fix writeback data corruption
|
||
- cifs: Don't use certain unnecessary folio_*() functions
|
||
- smb: do not test the return value of folio_start_writeback()
|
||
- PCI: brcmstb: Fix broken brcm_pcie_mdio_write() polling
|
||
- clk: zynq: Prevent null pointer dereference caused by kmalloc failure
|
||
- clk: Fix clk_core_get NULL dereference
|
||
- sparc32: Fix section mismatch in leon_pci_grpci
|
||
- backlight: lp8788: Fully initialize backlight_properties during probe
|
||
- backlight: lm3639: Fully initialize backlight_properties during probe
|
||
- backlight: da9052: Fully initialize backlight_properties during probe
|
||
- backlight: lm3630a: Don't set bl->props.brightness in get_brightness
|
||
- backlight: lm3630a: Initialize backlight_properties on init
|
||
- backlight: ktz8866: Correct the check for of_property_read_u32
|
||
- leds: sgm3140: Add missing timer cleanup and flash gpio control
|
||
- leds: aw2013: Unlock mutex before destroying it
|
||
- powerpc/embedded6xx: Fix no previous prototype for avr_uart_send() etc.
|
||
- mfd: cs42l43: Fix wrong GPIO_FN_SEL and SPI_CLK_CONFIG1 defaults
|
||
- modules: wait do_free_init correctly
|
||
- drm/msm/dpu: add division of drm_display_mode's hskew parameter
|
||
- clk: qcom: gcc-ipq5018: fix register offset for GCC_UBI0_AXI_ARES reset
|
||
- clk: qcom: gcc-ipq5018: fix 'halt_reg' offset of 'gcc_pcie1_pipe_clk'
|
||
- clk: qcom: gcc-ipq5018: fix 'enable_reg' offset of 'gcc_gmac0_sys_clk'
|
||
- powerpc/hv-gpci: Fix the H_GET_PERF_COUNTER_INFO hcall return value checks
|
||
- powerpc/pseries: Fix potential memleak in papr_get_attr()
|
||
- mfd: cs42l43: Fix wrong register defaults
|
||
- drm/mediatek: Fix a null pointer crash in mtk_drm_crtc_finish_page_flip
|
||
- gpio: nomadik: fix offset bug in nmk_pmx_set()
|
||
- drm/amd/pm: Fix esm reg mask use to get pcie speed
|
||
- drm/tests: helpers: Include missing drm_drv header
|
||
- arm64: ftrace: Don't forbid CALL_OPS+CC_OPTIMIZE_FOR_SIZE with Clang
|
||
- media: mediatek: vcodec: avoid -Wcast-function-type-strict warning
|
||
- media: ttpci: fix two memleaks in budget_av_attach
|
||
- media: go7007: fix a memleak in go7007_load_encoder
|
||
- media: dvb-frontends: avoid stack overflow warnings with clang
|
||
- drm/amdgpu: Fix missing break in ATOM_ARG_IMM Case of atom_get_src_int()
|
||
- HID: amd_sfh: Avoid disabling the interrupt
|
||
- HID: amd_sfh: Update HPD sensor structure elements
|
||
- perf pmu: Fix a potential memory leak in perf_pmu__lookup()
|
||
- ASoC: meson: axg-tdm-interface: add frame rate constraint
|
||
- ASoC: meson: axg-tdm-interface: fix mclk setup without mclk-fs
|
||
- mtd: rawnand: lpc32xx_mlc: fix irq handler prototype
|
||
- mtd: maps: physmap-core: fix flash size larger than 32-bit
|
||
- clk: imx: imx8mp: Fix SAI_MCLK_SEL definition
|
||
- drm/tidss: Fix sync-lost issue with two displays
|
||
- drm/tidss: Fix initial plane zpos values
|
||
- crypto: jitter - fix CRYPTO_JITTERENTROPY help text
|
||
- crypto: ccp - Avoid discarding errors in psp_send_platform_access_msg()
|
||
- crypto: arm/sha - fix function cast warnings
|
||
- perf print-events: make is_event_supported() more robust
|
||
- mfd: altera-sysmgr: Call of_node_put() only when of_parse_phandle() takes a ref
|
||
- mfd: syscon: Call of_node_put() only when of_parse_phandle() takes a ref
|
||
- media: i2c: imx290: Fix IMX920 typo
|
||
- media: ivsc: csi: Swap SINK and SOURCE pads
|
||
- drm/tegra: put drm_gem_object ref on error in tegra_fb_create
|
||
- clk: mediatek: mt7981-topckgen: flag SGM_REG_SEL as critical
|
||
- clk: mediatek: mt8183: Correct parent of CLK_INFRA_SSPM_32K_SELF
|
||
- clk: mediatek: mt7622-apmixedsys: Fix an error handling path in clk_mt8135_apmixed_probe()
|
||
- clk: mediatek: mt8135: Fix an error handling path in clk_mt8135_apmixed_probe()
|
||
- clk: hisilicon: hi3559a: Fix an erroneous devm_kfree()
|
||
- clk: hisilicon: hi3519: Release the correct number of gates in hi3519_clk_unregister()
|
||
- pinctrl: renesas: Allow the compiler to optimize away sh_pfc_pm
|
||
- PCI: Mark 3ware-9650SE Root Port Extended Tags as broken
|
||
- drm/mediatek: dsi: Fix DSI RGB666 formats and definitions
|
||
- drm/panel: boe-tv101wum-nl6: make use of prepare_prev_first
|
||
- drm/amd/display: Add 'replay' NULL check in 'edp_set_replay_allow_active()'
|
||
- clk: qcom: dispcc-sdm845: Adjust internal GDSC wait times
|
||
- media: pvrusb2: fix pvr2_stream_callback casts
|
||
- media: pvrusb2: remove redundant NULL check
|
||
- media: go7007: add check of return value of go7007_read_addr()
|
||
- media: imx: csc/scaler: fix v4l2_ctrl_handler memory leak
|
||
- media: sun8i-di: Fix chroma difference threshold
|
||
- media: sun8i-di: Fix power on/off sequences
|
||
- media: sun8i-di: Fix coefficient writes
|
||
- media: cedrus: h265: Fix configuring bitstream size
|
||
- NTB: fix possible name leak in ntb_register_device()
|
||
- drm: ci: use clk_ignore_unused for apq8016
|
||
- ASoC: SOF: Add some bounds checking to firmware data
|
||
- powerpc: Force inlining of arch_vmap_p{u/m}d_supported()
|
||
- ASoC: meson: t9015: fix function pointer type mismatch
|
||
- ASoC: meson: aiu: fix function pointer type mismatch
|
||
- perf metric: Don't remove scale from counts
|
||
- perf stat: Avoid metric-only segv
|
||
- perf expr: Fix "has_event" function for metric style events
|
||
- ALSA: seq: fix function cast warnings
|
||
- clk: renesas: r8a779f0: Correct PFC/GPIO parent clock
|
||
- clk: renesas: r8a779g0: Correct PFC/GPIO parent clocks
|
||
- drm/amd/display: fix NULL checks for adev->dm.dc in amdgpu_dm_fini()
|
||
- drm/radeon/ni: Fix wrong firmware size logging in ni_init_microcode()
|
||
- drm/msm/dpu: Only enable DSC_MODE_MULTIPLEX if dsc_merge is enabled
|
||
- drm/msm/dpu: fix the programming of INTF_CFG2_DATA_HCTL_EN
|
||
- dt-bindings: msm: qcom, mdss: Include ommited fam-b compatible
|
||
- perf srcline: Add missed addr2line closes
|
||
- perf thread_map: Free strlist on normal path in thread_map__new_by_tid_str()
|
||
- drivers/ps3: select VIDEO to provide cmdline functions
|
||
- crypto: xilinx - call finalize with bh disabled
|
||
- PCI: switchtec: Fix an error handling path in switchtec_pci_probe()
|
||
- PCI/P2PDMA: Fix a sleeping issue in a RCU read section
|
||
- quota: Properly annotate i_dquot arrays with __rcu
|
||
- quota: Fix rcu annotations of inode dquot pointers
|
||
- clk: qcom: reset: Ensure write completion on reset de/assertion
|
||
- clk: qcom: reset: Commonize the de/assert functions
|
||
- drm/amdgpu: Fix potential out-of-bounds access in 'amdgpu_discovery_reg_base_init()'
|
||
- pinctrl: mediatek: Drop bogus slew rate register range for MT8192
|
||
- pinctrl: mediatek: Drop bogus slew rate register range for MT8186
|
||
- media: edia: dvbdev: fix a use-after-free
|
||
- mtd: spinand: esmt: Extend IDs to 5 bytes
|
||
- media: v4l2-mem2mem: fix a memleak in v4l2_m2m_register_entity
|
||
- media: v4l2-tpg: fix some memleaks in tpg_alloc
|
||
- media: em28xx: annotate unchecked call to media_device_register()
|
||
- clk: meson: Add missing clocks to axg_clk_regmaps
|
||
- perf bpf: Clean up the generated/copied vmlinux.h
|
||
- perf evsel: Fix duplicate initialization of data->id in evsel__parse_sample()
|
||
- media: v4l2: cci: print leading 0 on error
|
||
- clk: samsung: exynos850: Propagate SPI IPCLK rate change
|
||
- pinctrl: renesas: r8a779g0: Add missing SCIF_CLK2 pin group/function
|
||
- drm/vmwgfx: Fix vmw_du_get_cursor_mob fencing of newly-created MOBs
|
||
- ASoC: sh: rz-ssi: Fix error message print
|
||
- drm/amd/display: Fix potential NULL pointer dereferences in 'dcn10_set_output_transfer_func()'
|
||
- perf pmu: Treat the msr pmu as software
|
||
- drm/amd/display: Fix a potential buffer overflow in 'dp_dsc_clock_en_read()'
|
||
- HID: lenovo: Add middleclick_workaround sysfs knob for cptkbd
|
||
- perf record: Check conflict between '--timestamp-filename' option and pipe mode before recording
|
||
- perf top: Uniform the event name for the hybrid machine
|
||
- perf record: Fix possible incorrect free in record__switch_output()
|
||
- PCI/DPC: Print all TLP Prefixes, not just the first
|
||
- media: cadence: csi2rx: use match fwnode for media link
|
||
- media: tc358743: register v4l2 async device only after successful setup
|
||
- dmaengine: tegra210-adma: Update dependency to ARCH_TEGRA
|
||
- ASoC: SOF: amd: Fix memory leak in amd_sof_acp_probe()
|
||
- ASoC: amd: acp: Add missing error handling in sof-mach
|
||
- drm/lima: fix a memleak in lima_heap_alloc
|
||
- drm/panel-edp: use put_sync in unprepare
|
||
- drm/rockchip: lvds: do not print scary message when probing defer
|
||
- drm/rockchip: lvds: do not overwrite error code
|
||
- drm/vmwgfx: fix a memleak in vmw_gmrid_man_get_node
|
||
- drm/vkms: Avoid reading beyond LUT array
|
||
- drm: Don't treat 0 as -1 in drm_fixp2int_ceil
|
||
- drm/rockchip: inno_hdmi: Fix video timing
|
||
- drm/tegra: output: Fix missing i2c_put_adapter() in the error handling paths of tegra_output_probe()
|
||
- drm/tegra: rgb: Fix missing clk_put() in the error handling paths of tegra_dc_rgb_probe()
|
||
- drm/tegra: rgb: Fix some error handling paths in tegra_dc_rgb_probe()
|
||
- drm/tegra: hdmi: Fix some error handling paths in tegra_hdmi_probe()
|
||
- drm/tegra: dsi: Fix missing pm_runtime_disable() in the error handling path of tegra_dsi_probe()
|
||
- drm/tegra: dsi: Fix some error handling paths in tegra_dsi_probe()
|
||
- drm/tegra: dpaux: Fix PM disable depth imbalance in tegra_dpaux_probe
|
||
- drm/tegra: dsi: Add missing check for of_find_device_by_node
|
||
- dm: call the resume method on internal suspend
|
||
- dm raid: fix false positive for requeue needed during reshape
|
||
- bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes()
|
||
- nfp: flower: handle acti_netdevs allocation failure
|
||
- net/x25: fix incorrect parameter validation in the x25_getsockopt() function
|
||
- net: kcm: fix incorrect parameter validation in the kcm_getsockopt) function
|
||
- udp: fix incorrect parameter validation in the udp_lib_getsockopt() function
|
||
- l2tp: fix incorrect parameter validation in the pppol2tp_getsockopt() function
|
||
- ipmr: fix incorrect parameter validation in the ip_mroute_getsockopt() function
|
||
- tcp: fix incorrect parameter validation in the do_tcp_getsockopt() function
|
||
- OPP: debugfs: Fix warning around icc_get_name()
|
||
- erofs: fix lockdep false positives on initializing erofs_pseudo_mnt
|
||
- net: phy: dp83822: Fix RGMII TX delay configuration
|
||
- Bluetooth: Fix eir name length
|
||
- net: phy: fix phy_get_internal_delay accessing an empty array
|
||
- net: ip_tunnel: make sure to pull inner header in ip_tunnel_rcv()
|
||
- ipv6: fib6_rules: flush route cache when rule is changed
|
||
- iommu: Fix compilation without CONFIG_IOMMU_INTEL
|
||
- bpf: Fix stackmap overflow check on 32-bit arches
|
||
- bpf: Fix hashtab overflow check on 32-bit arches
|
||
- bpf: Fix DEVMAP_HASH overflow check on 32-bit arches
|
||
- s390/cache: prevent rebuild of shared_cpu_list
|
||
- Bluetooth: fix use-after-free in accessing skb after sending it
|
||
- Bluetooth: af_bluetooth: Fix deadlock
|
||
- Bluetooth: btusb: Fix memory leak
|
||
- Bluetooth: msft: Fix memory leak
|
||
- Bluetooth: msft: __hci_cmd_sync() doesn't return NULL
|
||
- Bluetooth: hci_core: Fix possible buffer overflow
|
||
- Bluetooth: btrtl: fix out of bounds memory access
|
||
- Bluetooth: hci_h5: Add ability to allocate memory for private data
|
||
- Bluetooth: hci_sync: Fix overwriting request callback
|
||
- Bluetooth: hci_core: Cancel request on command timeout
|
||
- Bluetooth: hci_qca: don't use IS_ERR_OR_NULL() with gpiod_get_optional()
|
||
- Bluetooth: hci_event: Fix not indicating new connection for BIG Sync
|
||
- Bluetooth: Remove BT_HS
|
||
- Bluetooth: Remove superfluous call to hci_conn_check_pending()
|
||
- Bluetooth: mgmt: Remove leftover queuing of power_off work
|
||
- Bluetooth: Remove HCI_POWER_OFF_TIMEOUT
|
||
- ice: fix stats being updated by way too large values
|
||
- igb: Fix missing time sync events
|
||
- igc: Fix missing time sync events
|
||
- iommu/vt-d: Don't issue ATS Invalidation request when device is disconnected
|
||
- PCI: Make pci_dev_is_disconnected() helper public for other drivers
|
||
- wifi: brcm80211: handle pmk_op allocation failure
|
||
- wifi: rtw88: 8821c: Fix false alarm count
|
||
- wifi: rtw88: 8821c: Fix beacon loss and disconnect
|
||
- wifi: rtw88: 8821cu: Fix firmware upload fail
|
||
- ACPI: CPPC: enable AMD CPPC V2 support for family 17h processors
|
||
- mmc: wmt-sdmmc: remove an incorrect release_mem_region() call in the .remove function
|
||
- arm64: dts: qcom: sm8550: Fix SPMI channels size
|
||
- SUNRPC: fix some memleaks in gssx_dec_option_array
|
||
- SUNRPC: fix a memleak in gss_import_v2_context
|
||
- x86, relocs: Ignore relocations in .notes section
|
||
- objtool: Fix UNWIND_HINT_{SAVE,RESTORE} across basic blocks
|
||
- arm64: dts: rockchip: drop rockchip,trcm-sync-tx-only from rk3588 i2s
|
||
- arm64: dts: rockchip: fix reset-names for rk356x i2s2 controller
|
||
- arm64: dts: rockchip: add missing interrupt-names for rk356x vdpu
|
||
- ACPI: scan: Fix device check notification handling
|
||
- ACPI: resource: Add MAIBENBEN X577 to irq1_edge_low_force_override
|
||
- ACPI: resource: Do IRQ override on Lunnen Ground laptops
|
||
- ACPI: resource: Add Infinity laptops to irq1_edge_low_force_override
|
||
- arm64: dts: marvell: reorder crypto interrupts on Armada SoCs
|
||
- gpiolib: Pass consumer device through to core in devm_fwnode_gpiod_get_index()
|
||
- regulator: userspace-consumer: add module device table
|
||
- arm64: dts: imx8mp-evk: Fix hdmi@3d node
|
||
- arm64: dts: imx8mp: Set SPI NOR to max 40 MHz on Data Modul i.MX8M Plus eDM SBC
|
||
- ARM: dts: imx6dl-yapp4: Move the internal switch PHYs under the switch node
|
||
- ARM: dts: imx6dl-yapp4: Fix typo in the QCA switch register address
|
||
- arm64: dts: allwinner: h6: Add RX DMA channel for SPDIF
|
||
- pstore: inode: Only d_invalidate() is needed
|
||
- pstore: inode: Convert mutex usage to guard(mutex)
|
||
- net: mctp: copy skb ext data when fragmenting
|
||
- arm64: dts: renesas: r8a779g0: Correct avb[01] reg sizes
|
||
- arm64: dts: renesas: r8a779a0: Correct avb[01] reg sizes
|
||
- arm64: dts: renesas: rzg2l: Add missing interrupts to IRQC nodes
|
||
- wifi: mt76: mt792x: fix a potential loading failure of the 6Ghz channel config from ACPI
|
||
- wifi: mt76: mt7921e: fix use-after-free in free_irq()
|
||
- wifi: mt76: mt792x: fix ethtool warning
|
||
- wifi: mt76: mt7996: fix HIF_TXD_V2_1 value
|
||
- wifi: mt76: mt7996: fix efuse reading issue
|
||
- wifi: mt76: mt7996: fix HE beamformer phy cap for station vif
|
||
- wifi: mt76: mt7996: fix incorrect interpretation of EHT MCS caps
|
||
- wifi: mt76: mt7996: fix TWT issues
|
||
- memory: tegra: Correct DLA client names
|
||
- ARM: dts: arm: realview: Fix development chip ROM compatible value
|
||
- wifi: wilc1000: revert reset line logic flip
|
||
- arm64: dts: ti: k3-am62p: Fix memory ranges for DMSS
|
||
- firmware: arm_scmi: Fix double free in SMC transport cleanup path
|
||
- arm64: dts: ti: Add common1 register space for AM62x SoC
|
||
- arm64: dts: ti: Add common1 register space for AM65x SoC
|
||
- arm64: dts: mt8195-cherry-tomato: change watchdog reset boot flow
|
||
- arm64: dts: ti: k3-am64-main: Fix ITAP/OTAP values for MMC
|
||
- arm64: dts: ti: k3-am64: Enable SDHCI nodes at the board level
|
||
- arm64: dts: ti: k3-am642-sk: Add boot phase tags marking
|
||
- arm64: dts: ti: k3-am642-evm: Add boot phase tags marking
|
||
- arm64: dts: ti: k3-j784s4-evm: Remove Pinmux for CTS and RTS in wkup_uart0
|
||
- arm64: dts: ti: k3-j721s2-common-proc-board: Remove Pinmux for CTS and RTS in wkup_uart0
|
||
- arm64: dts: ti: k3-j7200-common-proc-board: Remove clock-frequency from mcu_uart0
|
||
- arm64: dts: ti: k3-j7200-common-proc-board: Modify Pinmux for wkup_uart0 and mcu_uart0
|
||
- net: ena: Remove ena_select_queue
|
||
- powercap: dtpm_cpu: Fix error check against freq_qos_add_request()
|
||
- arm64: dts: qcom: sm8150: correct PCIe wake-gpios
|
||
- arm64: dts: qcom: sm8150: use 'gpios' suffix for PCI GPIOs
|
||
- arm64: dts: qcom: sdm845-db845c: correct PCIe wake-gpios
|
||
- wifi: brcmsmac: avoid function pointer casts
|
||
- iommu/amd: Mark interrupt as managed
|
||
- bus: tegra-aconnect: Update dependency to ARCH_TEGRA
|
||
- arm64: dts: ti: k3-am62-main: disable usb lpm
|
||
- wifi: wilc1000: prevent use-after-free on vif when cleaning up all interfaces
|
||
- cpufreq: qcom-hw: add CONFIG_COMMON_CLK dependency
|
||
- arm64: dts: mediatek: mt8186: Add missing xhci clock to usb controllers
|
||
- arm64: dts: mediatek: mt8186: Add missing clocks to ssusb power domains
|
||
- ARM: dts: qcom: msm8974: correct qfprom node size
|
||
- soc: qcom: llcc: Check return value on Broadcast_OR reg read
|
||
- arm64: dts: qcom: sdm845: Use the Low Power Island CX/MX for SLPI
|
||
- bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctly
|
||
- wifi: iwlwifi: mvm: Fix the listener MAC filter flags
|
||
- can: m_can: Start/Cancel polling timer together with interrupts
|
||
- arm64: dts: mediatek: mt7622: add missing "device_type" to memory nodes
|
||
- arm64: dts: mediatek: mt8186: fix VENC power domain clocks
|
||
- arm64: dts: mediatek: mt8192: fix vencoder clock name
|
||
- arm64: dts: mediatek: mt8192-asurada: Remove CrosEC base detection node
|
||
- arm64: dts: mediatek: mt7986: add "#reset-cells" to infracfg
|
||
- arm64: dts: mediatek: mt7986: drop "#clock-cells" from PWM
|
||
- arm64: dts: mediatek: mt7986: fix SPI nodename
|
||
- arm64: dts: mediatek: mt7986: fix SPI bus width properties
|
||
- arm64: dts: mediatek: mt7986: drop crypto's unneeded/invalid clock name
|
||
- arm64: dts: mediatek: mt7986: fix reference to PWM in fan node
|
||
- arm64: dts: mt8183: Move CrosEC base detection node to kukui-based DTs
|
||
- ipv6: mcast: remove one synchronize_net() barrier in ipv6_mc_down()
|
||
- selftests: forwarding: Add missing multicast routing config entries
|
||
- selftests: forwarding: Add missing config entries
|
||
- s390/vdso: drop '-fPIC' from LDFLAGS
|
||
- s390/pai: fix attr_event_free upper limit for pai device drivers
|
||
- wifi: iwlwifi: mvm: don't set replay counters to 0xff
|
||
- wifi: iwlwifi: mvm: don't set the MFP flag for the GTK
|
||
- wifi: iwlwifi: mvm: fix erroneous queue index mask
|
||
- wifi: iwlwifi: support EHT for WH
|
||
- tools/resolve_btfids: Fix cross-compilation to non-host endianness
|
||
- tools/resolve_btfids: Refactor set sorting with types from btf_ids.h
|
||
- pwm: sti: Fix capture for st,pwm-num-chan < st,capture-num-chan
|
||
- printk: Disable passing console lock owner completely during panic()
|
||
- wifi: ath12k: fix incorrect logic of calculating vdev_stats_id
|
||
- arm64: dts: qcom: sm6115: declare VLS CLAMP register for USB3 PHY
|
||
- arm64: dts: qcom: qcm2290: declare VLS CLAMP register for USB3 PHY
|
||
- wifi: wfx: fix memory leak when starting AP
|
||
- libbpf: Use OPTS_SET() macro in bpf_xdp_query()
|
||
- wifi: libertas: fix some memleaks in lbs_allocate_cmd_buffer()
|
||
- wifi: ath11k: initialize rx_mcs_80 and rx_mcs_160 before use
|
||
- arm64: dts: ti: k3-j784s4: Fix power domain for VTM node
|
||
- arm64: dts: ti: k3-j721s2: Fix power domain for VTM node
|
||
- net: blackhole_dev: fix build warning for ethh set but not used
|
||
- pwm: atmel-hlcdc: Fix clock imbalance related to suspend support
|
||
- arm64: dts: imx8mm-venice-gw71xx: fix USB OTG VBUS
|
||
- gpio: vf610: allow disabling the vf610 driver
|
||
- wifi: iwlwifi: read BIOS PNVM only for non-Intel SKU
|
||
- wifi: iwlwifi: mvm: fix the TLC command after ADD_STA
|
||
- wifi: iwlwifi: mvm: d3: fix IPN byte order
|
||
- wifi: iwlwifi: fix EWRD table validity check
|
||
- wifi: iwlwifi: mvm: initialize rates in FW earlier
|
||
- wifi: iwlwifi: acpi: fix WPFC reading
|
||
- wifi: iwlwifi: dbg-tlv: ensure NUL termination
|
||
- wifi: iwlwifi: mvm: report beacon protection failures
|
||
- wifi: ath12k: fix fetching MCBC flag for QCN9274
|
||
- wifi: ath12k: Update Qualcomm Innovation Center, Inc. copyrights
|
||
- wifi: ath11k: change to move WMI_VDEV_PARAM_SET_HEMU_MODE before WMI_PEER_ASSOC_CMDID
|
||
- wifi: ath9k: delay all of ath9k_wmi_event_tasklet() until init is complete
|
||
- libbpf: Add missing LIBBPF_API annotation to libbpf_set_memlock_rlim API
|
||
- arm64: dts: imx8mm-kontron: Fix interrupt for RTC on OSM-S i.MX8MM module
|
||
- arm64: dts: imx8mm-kontron: Disable pull resistors for SD card 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 pullups for onboard UART signals on BL board
|
||
- arm64: dts: imx8mm-kontron: Disable pullups for onboard UART signals on BL OSM-S board
|
||
- arm64: dts: imx8mm-kontron: Disable pullups for I2C signals on SL/BL i.MX8MM
|
||
- arm64: dts: imx8mm-kontron: Disable pullups for I2C signals on OSM-S i.MX8MM
|
||
- selftests/bpf: Disable IPv6 for lwt_redirect test
|
||
- arm64: dts: renesas: r8a779g0: Add missing SCIF_CLK2
|
||
- arm64: dts: renesas: r8a779g0: Restore sort order
|
||
- arm64: dts: qcom: sa8540p: Drop gfx.lvl as power-domain for gpucc
|
||
- pmdomain: qcom: rpmhpd: Drop SA8540P gfx.lvl
|
||
- libbpf: Fix faccessat() usage on Android
|
||
- cpufreq: mediatek-hw: Don't error out if supply is not found
|
||
- arm64: dts: qcom: sdm845-oneplus-common: improve DAI node naming
|
||
- soc: qcom: socinfo: rename PM2250 to PM4125
|
||
- arm64: dts: qcom: sm8450: Add missing interconnects to serial
|
||
- af_unix: Annotate data-race of gc_in_progress in wait_for_unix_gc().
|
||
- selftests/bpf: Wait for the netstamp_needed_key static key to be turned on
|
||
- selftests/bpf: Fix the flaky tc_redirect_dtime test
|
||
- selftests/bpf: Add netkit to tc_redirect selftest
|
||
- selftests/bpf: De-veth-ize the tc_redirect test case
|
||
- wifi: ath12k: Fix issues in channel list update
|
||
- selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY values
|
||
- libbpf: Apply map_set_def_max_entries() for inner_maps on creation
|
||
- selftests/bpf: Fix potential premature unload in bpf_testmod
|
||
- bpftool: Silence build warning about calloc()
|
||
- inet_diag: annotate data-races around inet_diag_table[]
|
||
- sock_diag: annotate data-races around sock_diag_handlers[family]
|
||
- cpufreq: mediatek-hw: Wait for CPU supplies before probing
|
||
- cpufreq: brcmstb-avs-cpufreq: add check for cpufreq_cpu_get's return value
|
||
- arm64: dts: qcom: sc8180x: Shrink aoss_qmp register space size
|
||
- arm64: dts: qcom: sc8180x: Require LOW_SVS vote for MMCX if DISPCC is on
|
||
- arm64: dts: qcom: sc8180x: Don't hold MDP core clock at FMAX
|
||
- arm64: dts: qcom: sc8180x: Fix eDP PHY power-domains
|
||
- arm64: dts: qcom: sc8180x: Add missing CPU off state
|
||
- arm64: dts: qcom: sc8180x: Fix up big CPU idle state entry latency
|
||
- arm64: dts: qcom: sc8180x: Hook up VDD_CX as GCC parent domain
|
||
- ARM: dts: renesas: r8a73a4: Fix external clocks and clock rate
|
||
- wifi: mwifiex: debugfs: Drop unnecessary error check for debugfs_create_dir()
|
||
- wifi: wilc1000: fix multi-vif management when deleting a vif
|
||
- wifi: wilc1000: do not realloc workqueue everytime an interface is added
|
||
- wifi: rtl8xxxu: add cancel_work_sync() for c2hcmd_work
|
||
- wifi: wilc1000: fix RCU usage in connect path
|
||
- wifi: wilc1000: fix declarations ordering
|
||
- wifi: b43: Disable QoS for bcm4331
|
||
- wifi: b43: Stop correct queue in DMA worker when QoS is disabled
|
||
- wifi: b43: Stop/wake correct queue in PIO Tx path when QoS is disabled
|
||
- wifi: b43: Stop/wake correct queue in DMA Tx path when QoS is disabled
|
||
- wifi: ath10k: fix NULL pointer dereference in ath10k_wmi_tlv_op_pull_mgmt_tx_compl_ev()
|
||
- timekeeping: Fix cross-timestamp interpolation for non-x86
|
||
- timekeeping: Fix cross-timestamp interpolation corner case decision
|
||
- timekeeping: Fix cross-timestamp interpolation on counter wrap
|
||
- x86/sme: Fix memory encryption setting if enabled by default and not overridden
|
||
- x86/mm: Ensure input to pfn_to_kaddr() is treated as a 64-bit type
|
||
- aoe: fix the potential use-after-free problem in aoecmd_cfg_pkts
|
||
- io_uring/net: fix overflow check in io_recvmsg_mshot_prep()
|
||
- io_uring/net: move receive multishot out of the generic msghdr path
|
||
- io_uring/net: unify how recvmsg and sendmsg copy in the msghdr
|
||
- rtc: test: Fix invalid format specifier.
|
||
- time: test: Fix incorrect format specifier
|
||
- lib: memcpy_kunit: Fix an invalid format specifier in an assertion msg
|
||
- lib/cmdline: Fix an invalid format specifier in an assertion msg
|
||
- kunit: test: Log the correct filter string in executor_test
|
||
- ovl: Always reject mounting over case-insensitive directories
|
||
- ovl: add support for appending lowerdirs one by one
|
||
- ovl: refactor layer parsing helpers
|
||
- ovl: store and show the user provided lowerdir mount option
|
||
- ovl: remove unused code in lowerdir param parsing
|
||
- md: Don't clear MD_CLOSING when the raid is about to stop
|
||
- fs/select: rework stack allocation hack for clang
|
||
- rcu/exp: Handle RCU expedited grace period kworker allocation failure
|
||
- rcu/exp: Fix RCU expedited parallel grace period kworker allocation failure recovery
|
||
- s390/dasd: fix double module refcount decrement
|
||
- s390/dasd: Use dev_*() for device log messages
|
||
- io_uring: remove unconditional looping in local task_work handling
|
||
- io_uring: remove looping around handling traditional task_work
|
||
- fs: Fix rw_hint validation
|
||
- workqueue: Introduce struct wq_node_nr_active
|
||
- workqueue: Make wq_adjust_max_active() round-robin pwqs while activating
|
||
- workqueue: Move nr_active handling into helpers
|
||
- workqueue: Replace pwq_activate_inactive_work() with [__]pwq_activate_work()
|
||
- workqueue: Factor out pwq_is_empty()
|
||
- workqueue: Move pwq->max_active to wq->max_active
|
||
- workqueue.c: Increase workqueue name length
|
||
- ASoC: wm8962: Fix up incorrect error message in wm8962_set_fll
|
||
- ASoC: wm8962: Enable both SPKOUTR_ENA and SPKOUTL_ENA in mono mode
|
||
- ASoC: wm8962: Enable oscillator if selecting WM8962_FLL_OSC
|
||
- Input: gpio_keys_polled - suppress deferred probe error for gpio
|
||
- xfrm: set skb control buffer based on packet offload as well
|
||
- xfrm: fix xfrm child route lookup for packet offload
|
||
- ASoC: amd: yc: Add HP Pavilion Aero Laptop 13-be2xxx(8BD6) into DMI quirk table
|
||
- x86/hyperv: Allow 15-bit APIC IDs for VTL platforms
|
||
- ASoC: Intel: bytcr_rt5640: Add an extra entry for the Chuwi Vi8 tablet
|
||
- arm64: tegra: Set the correct PHY mode for MGBE
|
||
- perf: RISCV: Fix panic on pmu overflow handler
|
||
- firewire: core: use long bus reset on gap count error
|
||
- Bluetooth: mgmt: Fix limited discoverable off timeout
|
||
- ASoC: amd: yc: Fix non-functional mic on Lenovo 21J2
|
||
- drm/amdgpu: Enable gpu reset for S3 abort cases on Raven series
|
||
- ALSA: hda/realtek - ALC285 reduce pop noise from Headphone port
|
||
- scsi: mpt3sas: Prevent sending diag_reset when the controller is ready
|
||
- ASoC: amd: yc: Add Lenovo ThinkBook 21J0 into DMI quirk table
|
||
- drm/ttm/tests: depend on UML || COMPILE_TEST
|
||
- wifi: mac80211: only call drv_sta_rc_update for uploaded stations
|
||
- net: smsc95xx: add support for SYS TEC USB-SPEmodule1
|
||
- regulator: max5970: Fix regulator child node name
|
||
- ARM: dts: renesas: rcar-gen2: Add missing #interrupt-cells to DA9063 nodes
|
||
- arm64: dts: qcom: Fix interrupt-map cell sizes
|
||
- arm: dts: Fix dtc interrupt_map warnings
|
||
- arm64: dts: Fix dtc interrupt_provider warnings
|
||
- arm: dts: Fix dtc interrupt_provider warnings
|
||
- dm-verity, dm-crypt: align "struct bvec_iter" correctly
|
||
- platform/x86: x86-android-tablets: Fix acer_b1_750_goodix_gpios name
|
||
- perf: CXL: fix CPMU filter value mask length
|
||
- cxl/region: Allow out of order assembly of autodiscovered regions
|
||
- cxl/region: Handle endpoint decoders in cxl_region_find_decoder()
|
||
- block: sed-opal: handle empty atoms when parsing response
|
||
- parisc/ftrace: add missing CONFIG_DYNAMIC_FTRACE check
|
||
- net/iucv: fix the allocation size of iucv_path_table array
|
||
- x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault()
|
||
- x86/mm: Move is_vsyscall_vaddr() into asm/vsyscall.h
|
||
- riscv: dts: sifive: add missing #interrupt-cells to pmic
|
||
- ARM: dts: rockchip: Drop interrupts property from pwm-rockchip nodes
|
||
- RDMA/mlx5: Relax DEVX access upon modify commands
|
||
- RDMA/mlx5: Fix fortify source warning while accessing Eth segment
|
||
- arm64: dts: rockchip: mark system power controller on rk3588-evb1
|
||
- soc: microchip: Fix POLARFIRE_SOC_SYS_CTRL input prompt
|
||
- arm64/sve: Lower the maximum allocation for the SVE ptrace regset
|
||
- gen_compile_commands: fix invalid escape sequence warning
|
||
- ASoC: SOF: ipc4-pcm: Workaround for crashed firmware on system suspend
|
||
- HID: multitouch: Add required quirk for Synaptics 0xcddc device
|
||
- MIPS: Clear Cause.BD in instruction_pointer_set
|
||
- x86/xen: Add some null pointer checking to smp.c
|
||
- ASoC: amd: yc: Fix non-functional mic on Lenovo 82UU
|
||
- regmap: kunit: Ensure that changed bytes are actually different
|
||
- spi: intel-pci: Add support for Lunar Lake-M SPI serial flash
|
||
- ASoC: rt5645: Make LattePanda board DMI match more precise
|
||
- selftests: tls: use exact comparison in recv_partial
|
||
- selftests: openvswitch: Add validation for the recursion test
|
||
- perf/arm-cmn: Workaround AmpereOneX errata AC04_MESH_1 (incorrect child count)
|
||
- wifi: iwlwifi: mvm: use correct address 3 in A-MSDU
|
||
- ASoC: cs42l43: Handle error from devm_pm_runtime_enable
|
||
- media: rkisp1: Fix IRQ handling due to shared interrupts
|
||
- soc: qcom: pmic_glink_altmode: fix drm bridge use-after-free
|
||
- io_uring: drop any code related to SCM_RIGHTS
|
||
- io_uring/unix: drop usage of io_uring socket
|
||
- platform/x86: p2sb: On Goldmont only cache P2SB and SPI devfn BAR
|
||
- !6730 quota: Fix potential NULL pointer dereference
|
||
- quota: Fix potential NULL pointer dereference
|
||
- !6782 i2c: hisi: Add I2C controller reset and initialization proccess in bus recovery action
|
||
- i2c: hisi: Correct the description comment for PIN_MUX METHOD
|
||
- i2c: hisi: Add I2C controller reset and initialization proccess in bus recovery action
|
||
- !6760 spi: hisi-kunpeng: Delete the dump interface of data registers in debugfs
|
||
- spi: hisi-kunpeng: Delete the dump interface of data registers in debugfs
|
||
- !3176 [OLK-6.6] Turning off Zhaoxin ahci controller runtime pm
|
||
- Turning off Zhaoxin ahci controller runtime pm
|
||
- !6403 iommu/arm-smmu-v3: fix using uninitialized or unchecked symbol
|
||
- iommu/arm-smmu-v3: fix using uninitialized or unchecked symbol
|
||
- !6479 do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak
|
||
- do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak
|
||
- !6005 [OLK-6.6]Add Yunsilicon eth driver and rdma driver
|
||
- drivers: support for xsc drivers from Yunsilicon Technology
|
||
- !6595 A Solution to Re-enable hugetlb vmemmap optimize on ARM64
|
||
- arm64: update openeuler_defconfig for HVO enable
|
||
- arm64: mm: Re-enable OPTIMIZE_HUGETLB_VMEMMAP
|
||
- arm64: mm: HVO: support BBM of vmemmap pgtable safely
|
||
- mm: HVO: introduce helper function to update and flush pgtable
|
||
- !6731 [OLK-6.6] watchdog: Fix call trace when failed to initialize sdei
|
||
- watchdog: Fix call trace when failed to initialize sdei
|
||
- !6651 [OLK - 6.6]net: hns3: add support for Hisilicon ptp sync device
|
||
- net: hns3: add support for Hisilicon ptp sync device
|
||
- !6385 ipvlan: Fix warning while IPVLAN_L2E disabled
|
||
- ipvlan: Fix warning while IPVLAN_L2E disabled
|
||
- !6409 [OLK-6.6] irqchip: gic-v3: Collection table support muti pages
|
||
- irqchip: gic-v3: Collection table support muti pages
|
||
- !6735 v2 SUNRPC: Fix a slow server-side memory leak with RPC-over-TCP
|
||
- SUNRPC: Fix a slow server-side memory leak with RPC-over-TCP
|
||
- !6590 v6 Introduce BPF_READAHEAD option for optimizing read performance
|
||
- arch: Add BPF_READAHEAD config options for supported architectures
|
||
- mm, fs: Add BPF_READAHEAD build option for bpf readhead
|
||
- !6681 v2 btrfs: fix data races when accessing the reserved amount of block reserves
|
||
- btrfs: fix data races when accessing the reserved amount of block reserves
|
||
|
||
* Sun Apr 28 2024 ZhangPeng <zhangpeng362@huawei.com> - 6.6.0-23.0.0.26
|
||
- !6306 【OLK-6.6】fix compiling problem in bzwx N5/N6 series NIC drivers
|
||
- drivers: fix compiling problem in bzwx N5/N6 series NIC drivers
|
||
- !6692 ipvlan: enable CONFIG_IPVLAN_L2E option in openeuler config
|
||
- ipvlan: enable CONFIG_IPVLAN_L2E option in openeuler config
|
||
- !6632 ext4: use iomap for regular file's buffered IO path and enable large foilo
|
||
- ext4: add mount option for buffered IO iomap path
|
||
- ext4: don't mark IOMAP_F_DIRTY for buffer write
|
||
- ext4: enable large folio for regular file with iomap buffered IO path
|
||
- filemap: support disable large folios on active inode
|
||
- ext4: partial enable iomap for regular file's buffered IO path
|
||
- ext4: fall back to buffer_head path for defrag
|
||
- ext4: writeback partial blocks before zeroing out range
|
||
- ext4: implement zero_range iomap path
|
||
- ext4: implement mmap iomap path
|
||
- ext4: implement writeback iomap path
|
||
- ext4: implement buffered write iomap path
|
||
- ext4: implement buffered read iomap path
|
||
- ext4: add a new iomap aops for regular file's buffered IO path
|
||
- ext4: introduce seq counter for the extent status entry
|
||
- ext4: factor out ext4_map_create_blocks() to allocate new blocks
|
||
- ext4: use reserved metadata blocks when splitting extent on endio
|
||
- ext4: make ext4_da_map_blocks() buffer_head unaware
|
||
- ext4: make ext4_insert_delayed_block() insert multi-blocks
|
||
- ext4: factor out check for whether a cluster is allocated
|
||
- ext4: make ext4_da_reserve_space() reserve multi-clusters
|
||
- ext4: make ext4_es_insert_delayed_block() insert multi-blocks
|
||
- ext4: drop iblock parameter
|
||
- ext4: trim delalloc extent
|
||
- ext4: check the extent status again before inserting delalloc block
|
||
- ext4: factor out a common helper to query extent map
|
||
- ext4: make ext4_set_iomap() recognize IOMAP_DELALLOC map type
|
||
- ext4: make ext4_map_blocks() distinguish delalloc only extent
|
||
- ext4: add a hole extent entry in cache after punch
|
||
- ext4: convert to exclusive lock while inserting delalloc extents
|
||
- ext4: refactor ext4_da_map_blocks()
|
||
- iomap: do some small logical cleanup in buffered write
|
||
- iomap: make iomap_write_end() return a boolean
|
||
- iomap: use a new variable to handle the written bytes in iomap_write_iter()
|
||
- iomap: don't increase i_size if it's not a write operation
|
||
- iomap: drop the write failure handles when unsharing and zeroing
|
||
- xfs: convert delayed extents to unwritten when zeroing post eof blocks
|
||
- xfs: make xfs_bmapi_convert_delalloc() to allocate the target offset
|
||
- xfs: make the seq argument to xfs_bmapi_convert_delalloc() optional
|
||
- xfs: match lock mode in xfs_buffered_write_iomap_begin()
|
||
- iomap: add pos and dirty_len into trace_iomap_writepage_map
|
||
- iomap: pass the length of the dirty region to ->map_blocks
|
||
- iomap: map multiple blocks at a time
|
||
- iomap: submit ioends immediately
|
||
- iomap: factor out a iomap_writepage_map_block helper
|
||
- iomap: only call mapping_set_error once for each failed bio
|
||
- iomap: don't chain bios
|
||
- iomap: move the iomap_sector sector calculation out of iomap_add_to_ioend
|
||
- iomap: clean up the iomap_alloc_ioend calling convention
|
||
- iomap: move all remaining per-folio logic into iomap_writepage_map
|
||
- iomap: factor out a iomap_writepage_handle_eof helper
|
||
- iomap: move the PF_MEMALLOC check to iomap_writepages
|
||
- iomap: move the io_folios field out of struct iomap_ioend
|
||
- iomap: treat inline data in iomap_writepage_map as an I/O error
|
||
- iomap: clear the per-folio dirty bits on all writeback failures
|
||
- !6625 v2 perf data convert: Fix segfault when converting to json when cpu_desc isn't set
|
||
- perf data convert: Fix segfault when converting to json when cpu_desc isn't set
|
||
- !6647 infiniband/hw/hiroce3: Add Huawei Intelligent Network Card RDMA Driver
|
||
- infiniband/hw/hiroce3: Add Huawei Intelligent Network Card RDMA Driver
|
||
- net/ethernet/huawei/hinic3: Add the CQM on which the RDMA depends
|
||
- !6624 hisi-acc-vfio-pci:add DFX for acc migration driver
|
||
- hisi_acc_vfio_pci: add exception error handling
|
||
- hisi-acc-vfio-pci:add DFX for acc migration driver
|
||
- !6658 sched: disable sched_autogroup by default
|
||
- sched: disable sched_autogroup by default
|
||
- !6626 Backport page fault and fork optimization
|
||
- mm: swapfile: check usable swap device in __folio_throttle_swaprate()
|
||
- mm/filemap: optimize filemap folio adding
|
||
- lib/xarray: introduce a new helper xas_get_order
|
||
- lib/xarray: introduce a new helper xas_get_order
|
||
- mm/filemap: clean up hugetlb exclusion code
|
||
- mm/filemap: return early if failed to allocate memory for split
|
||
- mm: memory: check userfaultfd_wp() in vmf_orig_pte_uffd_wp()
|
||
- !6179 crypto: hisilicon - fixed some code security review issues
|
||
- crypto: hisilicon/debugfs - Resolve the problem of applying for redundant space in sq dump
|
||
- crypto: hisilicon/sec - Fix memory leak for sec resource release
|
||
- crypto: hisilicon - Adjust debugfs creation and release order
|
||
- crypto: hisilicon/qm - Add the default processing branch
|
||
- crypto: hisilicon/debugfs - Fix the processing logic issue in the debugfs creation
|
||
- crypto: hisilicon/sgl - Delete redundant parameter verification
|
||
- crypto: hisilicon/debugfs - Fix debugfs uninit process issue
|
||
- crypto: hisilicon/sec - Add the condition for configuring the sriov function
|
||
- crypto: hisilicon/zip - fix the missing CRYPTO_ALG_ASYNC in cra_flags
|
||
- !6400 btrfs: fix data race at btrfs_use_block_rsv() when accessing block reserve
|
||
- btrfs: fix data race at btrfs_use_block_rsv() when accessing block reserve
|
||
- !6444 Fix CVE-2024-26869
|
||
- f2fs: fix to truncate meta inode pages forcely
|
||
- f2fs: introduce f2fs_invalidate_internal_cache() for cleanup
|
||
- !6585 ACPI: processor_idle: Fix memory leak in acpi_processor_power_exit()
|
||
- ACPI: processor_idle: Fix memory leak in acpi_processor_power_exit()
|
||
- !6251 ubi: Check for too small LEB size in VTBL code
|
||
- ubi: Check for too small LEB size in VTBL code
|
||
- !6418 media: pvrusb2: fix uaf in pvr2_context_set_notify
|
||
- media: pvrusb2: fix uaf in pvr2_context_set_notify
|
||
|
||
* Wed Apr 24 2024 Zheng Zengkai <zhengzengkai@huawei.com> - 6.6.0-22.0.0.25
|
||
- !6467 RDMA/hns: Some bugfixes and cleanups
|
||
- RDMA/hns: Fix incorrect variable usage in scc_attr_is_visible()
|
||
- RDMA/hns: Fix null pointer when alloc_scc_param() fails
|
||
- RDMA/hns: Fix scc_param delay_work to execute after sysfs shutdown
|
||
- RDMA/hns: Add mutex_destroy() to destroy the mutex
|
||
- RDMA/hns: Fix a potential Sleep-in-Atomic-Context
|
||
- !6468 v2 scsi: fnic: Move fnic_fnic_flush_tx() to a work queue
|
||
- scsi: fnic: Move fnic_fnic_flush_tx() to a work queue
|
||
- !6439 v3 m: convert mm's rss stats to use atomic mode
|
||
- mm: convert mm's rss stats to use atomic mode
|
||
- percpu_counter: introduce atomic mode for percpu_counter
|
||
- !6424 mm/migrate: correct nr_failed in migrate_pages_sync()
|
||
- mm/migrate: add nr_split to trace_mm_migrate_pages stats.
|
||
- mm/migrate: correct nr_failed in migrate_pages_sync()
|
||
- !6390 nfs: fix panic when nfs4_ff_layout_prepare_ds() fails
|
||
- nfs: fix panic when nfs4_ff_layout_prepare_ds() fails
|
||
- !5482 [OLK-6.6] crypto: update zhaoxin-aes for __pcpu_unique_paes_last_cword
|
||
- crypto: update zhaoxin-aes for __pcpu_unique_paes_last_cword
|
||
- !3171 [OLK-6.6] ata: libata: disabling PhyRdy Change Interrupt based on actual LPM capability
|
||
- ata: libata: disabling PhyRdy Change Interrupt based on actual LPM capability
|
||
- !6443 f2fs: fix NULL pointer dereference in f2fs_submit_page_write()
|
||
- f2fs: fix NULL pointer dereference in f2fs_submit_page_write()
|
||
- !6261 RDMA/hns: Some bugfixes and cleanups
|
||
- RDMA/hns: Modify the print level of CQE error
|
||
- RDMA/hns: Add mutex_destroy()
|
||
- RDMA/hns: Fix GMV table pagesize
|
||
- RDMA/hns: Fix mismatch exception rollback
|
||
- RDMA/hns: Fix UAF for cq async event
|
||
- RDMA/hns: Fix deadlock on SRQ async events.
|
||
- RDMA/hns: Remove unused parameters and variables
|
||
- RDMA/hns: Use macro instead of magic number
|
||
- RDMA/hns: Fix return value in hns_roce_map_mr_sg
|
||
- !6265 tpm_tis: Avoid warning splat at shutdown
|
||
- tpm,tpm_tis: Avoid warning splat at shutdown
|
||
- !6402 bpf: Add missing BPF_LINK_TYPE invocations
|
||
- bpf: Add missing BPF_LINK_TYPE invocations
|
||
- !6256 [OLK-6.6] bugfix from upstream v6.9 for AMD EPYC perf
|
||
- perf/x86/amd/core: Define a proper ref-cycles event for Zen 4 and later
|
||
- perf/x86/amd/core: Update and fix stalled-cycles-* events for Zen 2 and later
|
||
- perf/x86/amd/lbr: Use freeze based on availability
|
||
- !6134 v3 rootfs: Fix support for rootfstype= when root= is given
|
||
- rootfs: Fix support for rootfstype= when root= is given
|
||
|
||
* Tue Apr 23 2024 Hongchen Zhang <zhanghongchen@loongson.cn> - 6.6.0-21.0.0.24
|
||
- add LoongArch support
|
||
|
||
* Tue Apr 23 2024 Hongchen Zhang <zhanghongchen@loongson.cn> - 6.6.0-21.0.0.23
|
||
- exclude cpufreq.h and cpuidle.h from kernel-headers package
|
||
|
||
* Sat Apr 20 2024 ZhangPeng <zhangpeng362@huawei.com> - 6.6.0-21.0.0.22
|
||
- !6201 v2 mm: some optimization about hugetlb and thp
|
||
- mm: filemap: try to enable THP for exec mapping
|
||
- mm/khugepaged: keep mm in mm_slot without MMF_DISABLE_THP check
|
||
- mm/khugepaged: bypassing unnecessary scans with MMF_DISABLE_THP check
|
||
- mm: mmap: no need to call khugepaged_enter_vma() for stack
|
||
- mm: remove VM_EXEC requirement for THP eligibility
|
||
- mm: thp_get_unmapped_area must honour topdown preference
|
||
- mm: huge_memory: don't force huge page alignment on 32 bit
|
||
- mm: mmap: map MAP_STACK to VM_NOHUGEPAGE
|
||
- mm: align larger anonymous mappings on THP boundaries
|
||
- fs/hugetlbfs/inode.c: mm/memory-failure.c: fix hugetlbfs hwpoison handling
|
||
- mm/hugetlb: have CONFIG_HUGETLB_PAGE select CONFIG_XARRAY_MULTI
|
||
- mm/filemap: remove hugetlb special casing in filemap.c
|
||
- mm/filemap: clarify filemap_fault() comments for not uptodate case
|
||
- mm: huge_memory: batch tlb flush when splitting a pte-mapped THP
|
||
- !6230 xarray: inline xas_descend to improve performance
|
||
- xarray: inline xas_descend to improve performance
|
||
- !5891 Fix several compilation warnings for hinic driver
|
||
- net/hinic: Fix several compilation warnings with aarch64-openEuler-linux toolchain
|
||
- !6244 arm64: enable CONFIG_ARM64_MPAM in openeuler_defconfig
|
||
- arm64: enable CONFIG_ARM64_MPAM in openeuler_defconfig
|
||
- !6105 fix some issues for arm64 machine check safe
|
||
- ACPI: APEI: handle synchronous exceptions in task work to send correct SIGBUS si_code
|
||
- mm: memory-failure: move return value documentation to function declaration
|
||
- ACPI: APEI: send SIGBUS to current task if synchronous memory error not recovered
|
||
- arm64: add machine check safe sysctl interface
|
||
- arm64: introduce copy_mc_to_kernel() implementation
|
||
- arm64: support copy_mc_[user]_highpage()
|
||
- arm64: Get rid of ARM64_HAS_NO_HW_PREFETCH
|
||
- mm/hwpoison: return -EFAULT when copy fail in copy_mc_[user]_highpage()
|
||
- arm64: add support for ARCH_HAS_COPY_MC
|
||
- Revert "arm64: add support for machine check error safe"
|
||
- Revert "arm64: add uaccess to machine check safe"
|
||
- Revert "mm/hwpoison: return -EFAULT when copy fail in copy_mc_[user]_highpage()"
|
||
- Revert "arm64: support copy_mc_[user]_highpage()"
|
||
- Revert "arm64: introduce copy_mc_to_kernel() implementation"
|
||
- Revert "arm64: add machine check safe sysctl interface"
|
||
- Revert "kasan: fix the compilation error for memcpy_mcs()"
|
||
|
||
* Tue Apr 16 2024 Zheng Zengkai <zhengzengkai@huawei.com> - 6.6.0-20.0.0.21
|
||
- !6048 improve 3SNIC 910/920/930 NIC driver
|
||
- improve 3SNIC 910/920/930 NIC driver
|
||
- !5815 v2 Support NMI in the virtual machine
|
||
- KVM: arm64: vgic-v3: Handle traps of ICV_NMIAR1_EL1
|
||
- arm64: Decouple KVM from CONFIG_ARM64_NMI
|
||
- KVM: arm64: Handle traps of ALLINT
|
||
- KVM: arm64: Allow GICv3.3 NMI if the host supports it
|
||
- KVM: arm64: vgic-v3: Don't inject an NMI if the vcpu doesn't have FEAT_NMI
|
||
- KVM: arm64: Don't trap ALLINT accesses if the vcpu has FEAT_NMI
|
||
- KVM: arm64: Allow userspace to control ID_AA64PFR1_EL1.NMI
|
||
- KVM: arm64: vgic-debug: Add the NMI field to the debug output
|
||
- KVM: arm64: vgic-v3: Add userspace selection for GICv3.3 NMI
|
||
- KVM: arm64: vgic-v3: Add support for GIC{D,R}_INMIR registers
|
||
- KVM: arm64: vgic-v3: Use the NMI attribute as part of the AP-list sorting
|
||
- KVM: arm64: vgic-v4: Propagate the NMI state into the GICv4.1 VSGI configuration
|
||
- KVM: arm64: vgic-v3: Make NMI priority RES0
|
||
- KVM: arm64: vgic-v3: Allow the NMI state to make it into the LRs
|
||
- KVM: arm64: vgic-v3: Upgrade AP1Rn to 64bit.
|
||
- !5752 【OLK-6.6】Add Chengdu BeiZhongWangXin Technology N5/N6 Series Network Card Driver
|
||
- drivers: add Chengdu BeiZhongWangXin Technology N5/N6 Series Network Card Driver
|
||
- !5730 [OLK-6.6] Fix warnings for RNPGBEVF driver
|
||
- RNPGBEVF: NET: Fix wanrings
|
||
- !5726 [OLK-6.6] Fix warnings for RNPVF driver
|
||
- RNPVF: NET: Fix wanrings
|
||
- !5854 [OLK-6.6] Make Cluster Scheduling Configurable
|
||
- scheduler: Disable cluster scheduling by default
|
||
- scheduler: Add boot time enabling/disabling of cluster scheduling
|
||
- scheduler: Add runtime knob sysctl_sched_cluster
|
||
- scheduler: Create SDTL_SKIP flag to skip topology level
|
||
- !6068 mm: batch mm counter updating in filemap_map_pages()
|
||
- mm: filemap: batch mm counter updating in filemap_map_pages()
|
||
- mm: move mm counter updating out of set_pte_range()
|
||
- !5931 irqchip/gicv3-its: Add workaround for hip09 ITS erratum 162100801
|
||
- irqchip/gicv3-its: Add workaround for hip09 ITS erratum 162100801
|
||
- !5678 v2 KVM: arm64: Translate logic cluster id to physical cluster id when updating lsudvmbm
|
||
- KVM: arm64: Translate logic cluster id to physical cluster id when updating lsudvmbm
|
||
- !5972 Perf-related bugfix
|
||
- docs: perf: Fix build warning of hisi-pcie-pmu.rst
|
||
- drivers/perf: hisi_pcie: Merge find_related_event() and get_event_idx()
|
||
- drivers/perf: hisi_pcie: Relax the check on related events
|
||
- drivers/perf: hisi_pcie: Check the target filter properly
|
||
- drivers/perf: hisi_pcie: Add more events for counting TLP bandwidth
|
||
- drivers/perf: hisi_pcie: Fix incorrect counting under metric mode
|
||
- drivers/perf: hisi_pcie: Introduce hisi_pcie_pmu_get_event_ctrl_val()
|
||
- drivers/perf: hisi_pcie: Rename hisi_pcie_pmu_{config,clear}_filter()
|
||
- drivers/perf: hisi: Enable HiSilicon Erratum 162700402 quirk for HIP09
|
||
- docs: perf: Update usage for target filter of hisi-pcie-pmu
|
||
- !6063 RDMA/hns: Some bugfixes and cleanups
|
||
- RDMA/hns: Fix long waiting cmd event when reset
|
||
- RDMA/hns: Fix the overflow risk of hem_list_calc_ba_range()
|
||
- RDMA/hns: Fix simultaneous reset and resource deregistration
|
||
- RDMA/hns: Fix cpu stuck by printings during reset
|
||
- RDMA/hns: Fix missing capacities in query_device()
|
||
- RDMA/hns: Fix missing resetting notify
|
||
- RDMA/hns: Remove extra blank line in get_sge_num_from_max_inl_data()
|
||
- RDMA/hns: Use complete parentheses in macros
|
||
- RDMA/hns: fix iommu_map_sg() failed when MR bigger than 4G
|
||
- !6069 RDMA/hns: support roh
|
||
- RDMA/hns: Support RDMA_CM in ROH mode
|
||
- RDMA/hns: Support for ROH
|
||
- RDMA/hns: Add new device ID
|
||
- !6008 locking/osq_lock: Avoid false sharing in optimistic_spin_node
|
||
- locking/osq_lock: Avoid false sharing in optimistic_spin_node
|
||
- !5774 irqdomain: Fix driver re-inserting failures when IRQs not being freed
|
||
- irqdomain: Fix driver re-inserting failures when IRQs not being freed
|
||
- !5709 【OLK-6.6】configs: arm64: Enable CONFIG_DLM
|
||
- configs: arm64: Enable CONFIG_DLM
|
||
- !5971 RDMA/hns: Support hns roce DCA mode
|
||
- RDMA/hns: Fix DCA's dependence on ib_uverbs
|
||
- RDMA/hns: Fixes concurrent ressetting and post_recv in DCA mode
|
||
- RDMA/hns: Optimize user DCA perfermance by sharing DCA status
|
||
- RDMA/hns: Add debugfs support for DCA
|
||
- RDMA/hns: Add DCA support for kernel space
|
||
- RDMA/hns: Add method to query WQE buffer's address
|
||
- RDMA/hns: Add method to detach WQE buffer
|
||
- RDMA/hns: Setup the configuration of WQE addressing to QPC
|
||
- RDMA/hns: Add method for attaching WQE buffer
|
||
- RDMA/hns: Configure DCA mode for the userspace QP
|
||
- RDMA/hns: Add method for shrinking DCA memory pool
|
||
- RDMA/hns: Introduce DCA for RC QP
|
||
|
||
* Fri Apr 12 2024 Jin Lun <jinlun@huawei.com> - 6.6.0-19.0.0.20
|
||
- Remove PGP certificates.
|
||
- Optimize the signing process, if the project has no permission
|
||
to send sign request, use the kernel native signing.
|
||
|
||
* Wed Apr 10 2024 ZhangPeng <zhangpeng362@huawei.com> - 6.6.0-19.0.0.19
|
||
- !5877 optimize eevdf scheduler
|
||
- sched/eevdf: Skip eligibility check for current entity during wakeup preemption
|
||
- sched/eevdf: O(1) fastpath for task selection
|
||
- sched/eevdf: Sort the rbtree by virtual deadline
|
||
- !5922 Some fixes and cleanups for SAS
|
||
- Revert "scsi: hisi_sas: Disable SATA disk phy for severe I_T nexus reset failure"
|
||
- scsi: hisi_sas: Add slave_destroy interface for v3 hw
|
||
- scsi: hisi_sas: Modify the deadline for ata_wait_after_reset()
|
||
- scsi: libsas: Allocation SMP request is aligned to ARCH_DMA_MINALIGN
|
||
- scsi: libsas: Add a helper sas_get_sas_addr_and_dev_type()
|
||
- scsi: libsas: Fix disk not being scanned in after being removed
|
||
- scsi: hisi_sas: Remove redundant checks for automatic debugfs dump
|
||
- scsi: hisi_sas: Check usage count only when the runtime PM status is RPM_SUSPENDING
|
||
- scsi: hisi_sas: Handle the NCQ error returned by D2H frame
|
||
- scsi: hisi_sas: Remove hisi_hba->timer for v3 hw
|
||
- scsi: hisi_sas: Check whether debugfs is enabled before removing or releasing it
|
||
- scsi: hisi_sas: Fix a deadlock issue related to automatic dump
|
||
- scsi: hisi_sas: Allocate DFX memory during dump trigger
|
||
- scsi: hisi_sas: Directly call register snapshot instead of using workqueue
|
||
- !5546 support 3snic NIC
|
||
- support 3SNIC 910/920/930 NIC
|
||
- !5869 KVM: arm64: vgic-its: use vgic_get_irq_kref() before vgic_put_irq()
|
||
- KVM: arm64: vgic-its: use vgic_get_irq_kref() before vgic_put_irq()
|
||
- !5878 ima:Dont check xattr when loading digest lists
|
||
- ima:Dont check xattr when loading digest lists
|
||
- !5800 firmware: arm_sdei: Move sdei_cpuhp_up/down() before lockup_detector_online_cpu()
|
||
- firmware: arm_sdei: Move sdei_cpuhp_up/down() before lockup_detector_online_cpu()
|
||
- !3175 [OLK-6.6] x86/tsc: Make cur->adjusted values in package#1 to be the same
|
||
- x86/tsc: Make cur->adjusted values in package#1 to be the same
|
||
- !5022 [devel-6.6] perf/x86/zhaoxin/uncore: Add KX-7000 support
|
||
- perf/x86/zhaoxin/uncore: Add KX-7000 support
|
||
- !5652 [OLK-6.6] i2c: zhaoxin: update support for Zhaoxin I2C controller
|
||
- i2c: zhaoxin: update support for Zhaoxin I2C controller
|
||
- !4475 [OLK-6.6] Update zhaoxin cputemp driver with using the same MSR uniformly
|
||
- Update zhaoxin cputemp driver with using the same MSR uniformly
|
||
- !5813 [intel]OLK-tdx-guest-configs-6.6
|
||
- Enable Intel TDX guest as kernel module
|
||
- !5723 vfio/migration: some bugfix
|
||
- hisi_acc_vfio_pci: obtain the mailbox configuration at one time
|
||
- vfio/migration: remove unused local variable
|
||
- vfio/migration: bugfix cache write-back issue
|
||
- vfio/migration: add eq and aeq interruption restore
|
||
- vfio/migration: bugfix some driver code
|
||
- vfio/migration: added map length page alignment
|
||
- !5707 [OLK-6.6] Fix warnings for RNPGBE driver
|
||
- RNPGBE: NET: Fix wanrings
|
||
- !5659 [OLK-6.6] Fix warnings for RNP driver
|
||
- RNP: Fix warnings
|
||
|
||
* Mon Apr 08 2024 Ren Zhijie <zhijie.ren@shingroup.cn> - 6.6.0-18.0.0.18
|
||
- add support for arch ppc64le
|
||
|
||
* Mon Apr 08 2024 Zheng Zengkai <zhengzengkai@huawei.com> - 6.6.0-18.0.0.17
|
||
- !5768 resctrl: fix undefined reference to lockdep_is_cpus_held()
|
||
- fs/resctrl: Move rdtgroup_setup_default() out of init.text section
|
||
- resctrl: fix undefined reference to lockdep_is_cpus_held()
|
||
- !5769 Revert "KVM: arm64: Disable MPAM visibility by default, and handle traps"
|
||
- Revert "KVM: arm64: Disable MPAM visibility by default, and handle traps"
|
||
- !5744 Backport maple_tree: iterator state changes
|
||
- lib/maple_tree.c: fix build error due to hotfix alteration
|
||
- maple_tree: mtree_range_walk() clean up
|
||
- maple_tree: don't find node end in mtree_lookup_walk()
|
||
- maple_tree: use maple state end for write operations
|
||
- maple_tree: remove mas_searchable()
|
||
- maple_tree: separate ma_state node from status
|
||
- maple_tree: clean up inlines for some functions
|
||
- maple_tree: use cached node end in mas_destroy()
|
||
- maple_tree: use cached node end in mas_next()
|
||
- maple_tree: add end of node tracking to the maple state
|
||
- maple_tree: move debug check to __mas_set_range()
|
||
- maple_tree: make mas_erase() more robust
|
||
- maple_tree: remove unnecessary default labels from switch statements
|
||
- !5725 ALSA: sh: aica: reorder cleanup operations to avoid UAF bugs
|
||
- ALSA: sh: aica: reorder cleanup operations to avoid UAF bugs
|
||
|
||
* Sun Apr 07 2024 Zheng Zengkai <zhengzengkai@huawei.com> - 6.6.0-17.0.0.16
|
||
- !5695 v2 Disable OLK-6.6 configs
|
||
- arm64: configs: Disable PROBE_EVENTS_BTF_ARGS
|
||
- x86: configs: Disable PROBE_EVENTS_BTF_ARGS
|
||
- x86: configs: Disable X86_KERNEL_IBT
|
||
- x86: configs: Disable CRASH_HOTPLUG
|
||
- !5733 fix port vlan filter not disabled problem in dynamic vlan mode
|
||
- net: hns3: fix port vlan filter not disabled problem in dynamic vlan mode
|
||
- !5734 arch/mm/fault: accelerate pagefault when badaccess
|
||
- x86: mm: accelerate pagefault when badaccess
|
||
- arm64: mm: accelerate pagefault when VM_FAULT_BADACCESS
|
||
- !5657 Backport slub performance optimization
|
||
- mm/slub: remove unused parameter in next_freelist_entry()
|
||
- mm/slub: remove full list manipulation for non-debug slab
|
||
- mm/slub: directly load freelist from cpu partial slab in the likely case
|
||
- slub: Update frozen slabs documentations in the source
|
||
- slub: Rename all *unfreeze_partials* functions to *put_partials*
|
||
- slub: Optimize deactivate_slab()
|
||
- slub: Delay freezing of partial slabs
|
||
- slub: Introduce freeze_slab()
|
||
- slub: Prepare __slab_free() for unfrozen partial slab out of node partial list
|
||
- slub: Keep track of whether slub is on the per-node partial list
|
||
- slub: Change get_partial() interfaces to return slab
|
||
- slub: Reflow ___slab_alloc()
|
||
- !5699 sr9800: Add check for usbnet_get_endpoints
|
||
- sr9800: Add check for usbnet_get_endpoints
|
||
|
||
* Tue Apr 02 2024 Zheng Zengkai <zhengzengkai@huawei.com> - 6.6.0-16.0.0.15
|
||
- !5647 hisilicon - some bugfix and cleanup
|
||
- crypto: hisilicon/sec2: fix memory use-after-free issue
|
||
- crypto: hisilicon/qm - hardware error does not reset during binding/unbinding
|
||
- crypto: hisilicon/qm - check device status before sending mailbox
|
||
- crypto: hisilicon/qm - mask error bit before flr
|
||
- crypto: hisilicon/qm - fix the pf2vf timeout when global reset
|
||
- crypto: hisilicon/qm - obtain the mailbox configuration at one time
|
||
- crypto: hisilicon/hpre - mask cluster timeout error
|
||
- crypto: hisilicon/qm - disable same error report before resetting
|
||
- crypto: hisilicon/qm - modify interrupt processing resource application
|
||
- crypto: hisilicon/qm - reset device before enabling it
|
||
- openeuler_defconfig: enable HISI_ACC_VFIO_PCI=m
|
||
- Revert "openeuler_defconfig: enable HISI_ACC_VFIO_PCI=m"
|
||
- !5509 ext4: Validate inode pa before using preallocation blocks
|
||
- ext4: Validate inode pa before using preallocation blocks
|
||
- !5630 scsi: sd: try more retries of START_STOP when resuming scsi device
|
||
- scsi: sd: try more retries of START_STOP when resuming scsi device
|
||
- !5561 roh: backport roh driver feature support
|
||
- roh/hns3: Fix the processing flow of ROH CMDq during the reset process.
|
||
- roh/core: Synchronously update the mac address of the vlan device when configuring the vlan device ip
|
||
- roh/hns3: Fix ROH multi-BD cmdq issue
|
||
- roh/hns3: Add support for roh dfx(debugfs)
|
||
- roh/hns3: Add support for roh reset
|
||
- roh/core: Add support for inetaddr notifier in roh/core
|
||
- roh/hns3: Add support for roh abnormal interruption
|
||
- roh/core: Add roh device sysfs node
|
||
- roh/hns3: Add ROH cmdq interface support
|
||
- roh/hns3: Add ROH hns3 driver and register a ROH device
|
||
- roh/core: Add ROH device driver
|
||
- net: hns3: add support for ROH reset
|
||
- net: hns3: intercept invalid MAC address setting in ROH
|
||
- !5703 openeuler_defconfig: Disable CONFIG_PREEMPT_DYNAMIC for x86
|
||
- openeuler_defconfig: Disable CONFIG_PREEMPT_DYNAMIC for x86
|
||
- !5513 [OLK-6.6] SCSI: SSSRAID: Support 3SNIC 3S5XX serial RAID/HBA controllers
|
||
- SCSI: SSSRAID: Support 3SNIC 3S5XX serial RAID/HBA controllers
|
||
- !5582 [OLK-6.6]Open CONFIG_LZ4_COMPRESS option for x86_64 architecture
|
||
- Open CONFIG_LZ4_COMPRESS option for x86_64 architecture
|
||
- !5688 v3 Optimize compaction
|
||
- mm/compaction: optimize >0 order folio compaction with free page split.
|
||
- mm/compaction: add support for >0 order folio memory compaction.
|
||
- mm/compaction: enable compacting >0 order folios.
|
||
- mm/page_alloc: remove unused fpi_flags in free_pages_prepare()
|
||
- mm/compaction: introduce NR_PAGE_ORDERS and MAX_PAGE_ORDER
|
||
- mm: compaction: limit the suitable target page order to be less than cc->order
|
||
- mm: compaction: update the cc->nr_migratepages when allocating or freeing the freepages
|
||
- mm: compaction: avoid fast_isolate_freepages blindly choose improper pageblock
|
||
- mm: add page_rmappable_folio() wrapper
|
||
- mm: page_alloc: check the order of compound page even when the order is zero
|
||
- mm/compaction: factor out code to test if we should run compaction for target order
|
||
- mm/compaction: improve comment of is_via_compact_memory
|
||
- mm/compaction: remove repeat compact_blockskip_flush check in reset_isolation_suitable
|
||
- mm/compaction: correctly return failure with bogus compound_order in strict mode
|
||
- mm/compaction: call list_is_{first}/{last} more intuitively in move_freelist_{head}/{tail}
|
||
- mm/compaction: use correct list in move_freelist_{head}/{tail}
|
||
- !5655 add steal time software breakpoint pv ipi support for loongarch kvm
|
||
- LoongArch: Add steal time support in guest side
|
||
- LoongArch: KVM: Add steal time support in kvm side
|
||
- irqchip/loongson-eiointc: Add virt extension support
|
||
- LoongArch: KVM: Add software breakpoint support
|
||
- Documentation: KVM: Add hypercall for LoongArch
|
||
- LoongArch: Add pv ipi support on guest kernel side
|
||
- LoongArch: KVM: Add pv ipi support on kvm side
|
||
- LoongArch: KVM: Add vcpu search support from physical cpuid
|
||
- LoongArch: KVM: Add cpucfg area for kvm hypervisor
|
||
- LoongArch: KVM: Add hypercall instruction emulation support
|
||
- LoongArch/smp: Refine some ipi functions on LoongArch platform
|
||
- !5653 arm64: Enable hardware NMI for perf events NMI
|
||
- arm64: Enable hardware NMI for perf events NMI
|
||
- !5667 configs: arm64: Enable CONFIG_ACPI_AGDI and CONFIG_ACPI_FFH
|
||
- configs: arm64: Enable CONFIG_ACPI_AGDI and CONFIG_ACPI_FFH
|
||
- !5669 disable CONFIG_CMDLINE_FROM_BOOTLOADER CONFIG_INITRAMFS_PRESERVE_MTIME in 6.6
|
||
- configs: disable CONFIG_CMDLINE_FROM_BOOTLOADER CONFIG_INITRAMFS_PRESERVE_MTIME in 6.6
|
||
- !5663 arm64: transparent contiguous PTEs for user mappings
|
||
- arm64: configs: enable ARM64_CONTPTE
|
||
- tools/mm: add thpmaps script to dump THP usage info
|
||
- mm: make folio_pte_batch available outside of mm/memory.c
|
||
- arm64/mm: automatically fold contpte mappings
|
||
- arm64/mm: __always_inline to improve fork() perf
|
||
- arm64/mm: implement pte_batch_hint()
|
||
- mm: add pte_batch_hint() to reduce scanning in folio_pte_batch()
|
||
- arm64/mm: implement new [get_and_]clear_full_ptes() batch APIs
|
||
- arm64/mm: implement new wrprotect_ptes() batch API
|
||
- arm64/mm: wire up PTE_CONT for user mappings
|
||
- arm64/mm: dplit __flush_tlb_range() to elide trailing DSB
|
||
- arm64/mm: new ptep layer to manage contig bit
|
||
- arm64/mm: convert ptep_clear() to ptep_get_and_clear()
|
||
- arm64/mm: convert set_pte_at() to set_ptes(..., 1)
|
||
- arm64/mm: convert READ_ONCE(*ptep) to ptep_get(ptep)
|
||
- mm: tidy up pte_next_pfn() definition
|
||
- x86/mm: convert pte_next_pfn() to pte_advance_pfn()
|
||
- arm64/mm: convert pte_next_pfn() to pte_advance_pfn()
|
||
- mm: introduce pte_advance_pfn() and use for pte_next_pfn()
|
||
- mm: thp: batch-collapse PMD with set_ptes()
|
||
- mm: clarify the spec for set_ptes()
|
||
- mm: memory: move mem_cgroup_charge() into alloc_anon_folio()
|
||
- mm: memory: use folio_prealloc() in wp_page_copy()
|
||
- mm: memory: use a folio in do_cow_fault()
|
||
- mm: memory: rename page_copy_prealloc() to folio_prealloc()
|
||
- !5662 v4 Introduce dynamic pool feature part 2
|
||
- mm/dynamic_pool: Wrap some core functions with dpool prefix
|
||
- mm/dynamic_pool: disable irq for dynamic_pool lock
|
||
- mm/dynamic_pool: don't set subpool for page from dynamic pool
|
||
- mm/dynamic_pool: skip unexpected migration
|
||
- mm/mem_reliable: Fallback to dpool if reliable memory is not enough
|
||
- mm/mem_reliable: Treat page from dhugetlb pool as unreliable page
|
||
- mm/dynamic_pool: Stop alloc reliable page from dynamic pool
|
||
- !5621 irqchip/gic-v3: Fix a system stall when using pseudo NMI with CONFIG_ARM64_NMI closed
|
||
- irqchip/gic-v3: Fix a system stall when using pseudo NMI with CONFIG_ARM64_NMI closed
|
||
- !5656 v3 mm: backport fork/unmap/zap optimize
|
||
- mm/memory: fix missing pte marker for !page on pte zaps
|
||
- mm/memory: optimize unmap/zap with PTE-mapped THP
|
||
- mm/mmu_gather: improve cond_resched() handling with large folios and expensive page freeing
|
||
- mm/mmu_gather: add __tlb_remove_folio_pages()
|
||
- mm/mmu_gather: add tlb_remove_tlb_entries()
|
||
- mm/mmu_gather: define ENCODED_PAGE_FLAG_DELAY_RMAP
|
||
- mm/mmu_gather: pass "delay_rmap" instead of encoded page to __tlb_remove_page_size()
|
||
- mm/memory: factor out zapping folio pte into zap_present_folio_pte()
|
||
- mm/memory: further separate anon and pagecache folio handling in zap_present_pte()
|
||
- mm/memory: handle !page case in zap_present_pte() separately
|
||
- mm/memory: factor out zapping of present pte into zap_present_pte()
|
||
- mm/memory: ignore writable bit in folio_pte_batch()
|
||
- mm/memory: ignore dirty/accessed/soft-dirty bits in folio_pte_batch()
|
||
- mm/memory: optimize fork() with PTE-mapped THP
|
||
- mm/memory: pass PTE to copy_present_pte()
|
||
- mm/memory: factor out copying the actual PTE in copy_present_pte()
|
||
- powerpc/mm: use pte_next_pfn() in set_ptes()
|
||
- arm/mm: use pte_next_pfn() in set_ptes()
|
||
- mm/pgtable: make pte_next_pfn() independent of set_ptes()
|
||
- sparc/pgtable: define PFN_PTE_SHIFT
|
||
- s390/pgtable: define PFN_PTE_SHIFT
|
||
- riscv/pgtable: define PFN_PTE_SHIFT
|
||
- powerpc/pgtable: define PFN_PTE_SHIFT
|
||
- nios2/pgtable: define PFN_PTE_SHIFT
|
||
- arm/pgtable: define PFN_PTE_SHIFT
|
||
- arm64/mm: make set_ptes() robust when OAs cross 48-bit boundary
|
||
- arm64: Mark the 'addr' argument to set_ptes() and __set_pte_at() as unused
|
||
- arm64/mm: Hoist synchronization out of set_ptes() loop
|
||
- mm: convert mm_counter_file() to take a folio
|
||
- mm: convert mm_counter() to take a folio
|
||
- mm: convert to should_zap_page() to should_zap_folio()
|
||
- mm: use pfn_swap_entry_folio() in copy_nonpresent_pte()
|
||
- mm: use pfn_swap_entry_to_folio() in zap_huge_pmd()
|
||
- mm: use pfn_swap_entry_folio() in __split_huge_pmd_locked()
|
||
- s390: use pfn_swap_entry_folio() in ptep_zap_swap_entry()
|
||
- mprotect: use pfn_swap_entry_folio
|
||
- mm: add pfn_swap_entry_folio()
|
||
|
||
* Tue Apr 2 2024 Jin Lun <jinlun@huawei.com> - 6.6.0-15.0.0.14
|
||
- Support generating moudle/kernel signature with openEuler signature platform
|
||
|
||
* Sat Mar 30 2024 Liu Jian <liujian56@huawei.com> - 6.6.0-15.0.0.13
|
||
- And net-acc tool to kernel-tools.
|
||
|
||
* Fri Mar 29 2024 Zheng Zengkai <zhengzengkai@huawei.com> - 6.6.0-15.0.0.12
|
||
- !5470 [OLK-6.6] Add support for Mucse Virtual Function Network Adapter(N500/n210)
|
||
- drivers: initial support for rnpgbevf drivers from Mucse Technology
|
||
- !3164 [OLK-6.6] Fix CRC32C instruction low performance issue
|
||
- crypto: x86/crc32c-intel - Don't match some Zhaoxin CPUs
|
||
- !5547 Synchronizing upstream patch
|
||
- LoongArch: KVM: Set reserved bits as zero in CPUCFG
|
||
- LoongArch: KVM: Do not restart SW timer when it is expired
|
||
- LoongArch: KVM: Start SW timer only when vcpu is blocking
|
||
- irqchip/loongson-eiointc: Remove explicit interrupt affinity restore on resume
|
||
- irqchip/loongson-eiointc: Skip handling if there is no pending irq
|
||
- !3182 [OLK-6.6] Add support for Zhaoxin GMI SM2 Secure Hash algorithm
|
||
- configs: add CONFIG_CRYPTO_SM2_ZHAOXIN_GMI to m
|
||
- Add support for Zhaoxin GMI SM2 Secure Hash algorithm
|
||
- !5578 SCSI: hisi_raid: support SPxxx serial RAID/HBA controllers
|
||
- SCSI: hisi_raid: support SPxxx serial RAID/HBA controllers
|
||
- !5641 userfaultfd: early return in dup_userfaultfd()
|
||
- userfaultfd: early return in dup_userfaultfd()
|
||
- !5629 v3 Mitigate a vmap lock contention
|
||
- mm: vmalloc: refactor vmalloc_dump_obj() function
|
||
- mm: vmalloc: improve description of vmap node layer
|
||
- mm: vmalloc: add a shrinker to drain vmap pools
|
||
- mm: vmalloc: set nr_nodes based on CPUs in a system
|
||
- mm: vmalloc: support multiple nodes in vmallocinfo
|
||
- mm: vmalloc: support multiple nodes in vread_iter
|
||
- mm: vmalloc: add a scan area of VA only once
|
||
- mm: vmalloc: offload free_vmap_area_lock lock
|
||
- mm: vmalloc: remove global purge_vmap_area_root rb-tree
|
||
- mm/vmalloc: remove vmap_area_list
|
||
- mm: vmalloc: remove global vmap_area_root rb-tree
|
||
- mm: vmalloc: move vmap_init_free_space() down in vmalloc.c
|
||
- mm: vmalloc: rename adjust_va_to_fit_type() function
|
||
- mm: vmalloc: add va_alloc() helper
|
||
- mm: Introduce vmap_page_range() to map pages in PCI address space
|
||
- mm: Introduce VM_SPARSE kind and vm_area_[un]map_pages().
|
||
- mm: Enforce VM_IOREMAP flag and range in ioremap_page_range.
|
||
- mm/vmalloc: fix the unchecked dereference warning in vread_iter()
|
||
- !5609 Adding Huawei BMA driver
|
||
- configs: add config BMA to config files
|
||
- Huawei BMA: Adding Huawei BMA driver: cdev_veth_drv
|
||
- Huawei BMA: Adding Huawei BMA driver: host_kbox_drv
|
||
- Huawei BMA: Adding Huawei BMA driver: host_veth_drv
|
||
- Huawei BMA: Adding Huawei BMA driver: host_cdev_drv
|
||
- Huawei BMA: Adding Huawei BMA driver: host_edma_drv
|
||
- !5613 mm: backport rmap interface overhaul
|
||
- mm/memory: fix folio_set_dirty() vs. folio_mark_dirty() in zap_pte_range()
|
||
- mm/huge_memory: fix folio_set_dirty() vs. folio_mark_dirty()
|
||
- mm/rmap: silence VM_WARN_ON_FOLIO() in __folio_rmap_sanity_checks()
|
||
- mm: remove one last reference to page_add_*_rmap()
|
||
- mm/rmap: rename COMPOUND_MAPPED to ENTIRELY_MAPPED
|
||
- mm: convert page_try_share_anon_rmap() to folio_try_share_anon_rmap_[pte|pmd]()
|
||
- mm/rmap: remove page_try_dup_anon_rmap()
|
||
- mm/memory: page_try_dup_anon_rmap() -> folio_try_dup_anon_rmap_pte()
|
||
- mm/huge_memory: page_try_dup_anon_rmap() -> folio_try_dup_anon_rmap_pmd()
|
||
- mm/rmap: introduce folio_try_dup_anon_rmap_[pte|ptes|pmd]()
|
||
- mm/rmap: convert page_dup_file_rmap() to folio_dup_file_rmap_[pte|ptes|pmd]()
|
||
- mm/rmap: remove page_remove_rmap()
|
||
- Documentation: stop referring to page_remove_rmap()
|
||
- mm: userswap: page_remove_rmap() -> folio_remove_rmap_pte()
|
||
- mm/rmap: page_remove_rmap() -> folio_remove_rmap_pte()
|
||
- mm/migrate_device: page_remove_rmap() -> folio_remove_rmap_pte()
|
||
- mm/memory: page_remove_rmap() -> folio_remove_rmap_pte()
|
||
- mm/ksm: page_remove_rmap() -> folio_remove_rmap_pte()
|
||
- mm/khugepaged: page_remove_rmap() -> folio_remove_rmap_pte()
|
||
- mm/huge_memory: page_remove_rmap() -> folio_remove_rmap_pmd()
|
||
- kernel/events/uprobes: page_remove_rmap() -> folio_remove_rmap_pte()
|
||
- mm/rmap: introduce folio_remove_rmap_[pte|ptes|pmd]()
|
||
- mm/rmap: remove RMAP_COMPOUND
|
||
- mm/rmap: remove page_add_anon_rmap()
|
||
- mm/memory: page_add_anon_rmap() -> folio_add_anon_rmap_pte()
|
||
- mm/swapfile: page_add_anon_rmap() -> folio_add_anon_rmap_pte()
|
||
- mm/ksm: page_add_anon_rmap() -> folio_add_anon_rmap_pte()
|
||
- mm/migrate: page_add_anon_rmap() -> folio_add_anon_rmap_pte()
|
||
- mm/huge_memory: page_add_anon_rmap() -> folio_add_anon_rmap_pmd()
|
||
- mm/huge_memory: batch rmap operations in __split_huge_pmd_locked()
|
||
- mm/rmap: introduce folio_add_anon_rmap_[pte|ptes|pmd]()
|
||
- mm/rmap: factor out adding folio mappings into __folio_add_rmap()
|
||
- mm/rmap: remove page_add_file_rmap()
|
||
- mm/userfaultfd: page_add_file_rmap() -> folio_add_file_rmap_pte()
|
||
- mm/migrate: page_add_file_rmap() -> folio_add_file_rmap_pte()
|
||
- mm/huge_memory: page_add_file_rmap() -> folio_add_file_rmap_pmd()
|
||
- mm/memory: page_add_file_rmap() -> folio_add_file_rmap_[pte|pmd]()
|
||
- mm/rmap: convert folio_add_file_rmap_range() into folio_add_file_rmap_[pte|ptes|pmd]()
|
||
- mm/rmap: add hugetlb sanity checks for anon rmap handling
|
||
- mm/rmap: introduce and use hugetlb_try_share_anon_rmap()
|
||
- mm/rmap: introduce and use hugetlb_try_dup_anon_rmap()
|
||
- mm/rmap: introduce and use hugetlb_add_file_rmap()
|
||
- mm/rmap: introduce and use hugetlb_remove_rmap()
|
||
- mm/rmap: rename hugepage_add* to hugetlb_add*
|
||
- mm/khugepaged: convert collapse_pte_mapped_thp() to use folios
|
||
- mm/khugepaged: convert alloc_charge_hpage() to use folios
|
||
- mm/khugepaged: convert is_refcount_suitable() to use folios
|
||
- mm/khugepaged: convert hpage_collapse_scan_pmd() to use folios
|
||
- mm/khugepaged: convert __collapse_huge_page_isolate() to use folios
|
||
- !5543 v2 locking/qspinlock: Add CNA support for ARM64
|
||
- config/arm64: Enable numa aware qspinlock by default
|
||
- locking/qspinlock: Add CNA support for ARM64 without pvspinlock
|
||
- !5555 v2 ACPI/arm64: add support for virtual cpu hotplug
|
||
- arm64/psci: Add undefined error message printing for psci_x_cpu_on
|
||
- cpumask: Add enabled cpumask for present CPUs that can be brought online
|
||
- ACPI: Add _OSC bits to advertise OS support for toggling CPU present/enabled
|
||
- arm64: document virtual CPU hotplug's expectations
|
||
- ACPI: processor: Only call arch_unregister_cpu() if HOTPLUG_CPU is selected
|
||
- ACPI: add support to register CPUs based on the _STA enabled bit
|
||
- arm64: psci: Ignore DENIED CPUs
|
||
- irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
|
||
- irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
|
||
- ACPICA: Add new MADT GICC flags fields
|
||
- arm64: acpi: Move get_cpu_for_acpi_id() to a header
|
||
- ACPI: Warn when the present bit changes but the feature is not enabled
|
||
- ACPI: Check _STA present bit before making CPUs not present
|
||
- ACPI: convert acpi_processor_post_eject() to use IS_ENABLED()
|
||
- ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
|
||
- ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
|
||
- ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove()
|
||
- ACPI: Rename ACPI_HOTPLUG_CPU to include 'present'
|
||
- ACPI: processor: Register all CPUs from acpi_processor_get_info()
|
||
- ACPI: processor: Register CPUs that are online, but not described in the DSDT
|
||
- ACPI: processor: Add support for processors described as container packages
|
||
- ACPI: Only enumerate enabled (or functional) devices
|
||
- !5461 [OLK-6.6] Add support for Mucse Virtual Function Network Adapter(N10)
|
||
- drivers: initial support for rnpvf drivers from Mucse Technology
|
||
- !5526 Intel: Backport QuickAssist Technology(QAT) in-tree driver
|
||
- Enable Intel QAT_4XXX as kernel module
|
||
- crypto: qat - make ring to service map common for QAT GEN4
|
||
- crypto: qat - fix ring to service map for dcc in 420xx
|
||
- crypto: qat - fix ring to service map for dcc in 4xxx
|
||
- crypto: qat - fix comment structure
|
||
- crypto: qat - remove unnecessary description from comment
|
||
- crypto: qat - remove double initialization of value
|
||
- crypto: qat - avoid division by zero
|
||
- crypto: qat - removed unused macro in adf_cnv_dbgfs.c
|
||
- crypto: qat - remove unused macros in qat_comp_alg.c
|
||
- crypto: qat - uninitialized variable in adf_hb_error_inject_write()
|
||
- Documentation: qat: fix auto_reset section
|
||
- crypto: qat - resolve race condition during AER recovery
|
||
- crypto: qat - change SLAs cleanup flow at shutdown
|
||
- crypto: qat - improve aer error reset handling
|
||
- crypto: qat - limit heartbeat notifications
|
||
- crypto: qat - add auto reset on error
|
||
- crypto: qat - add fatal error notification
|
||
- crypto: qat - re-enable sriov after pf reset
|
||
- crypto: qat - update PFVF protocol for recovery
|
||
- crypto: qat - disable arbitration before reset
|
||
- crypto: qat - add fatal error notify method
|
||
- crypto: qat - add heartbeat error simulator
|
||
- crypto: qat - use kcalloc_node() instead of kzalloc_node()
|
||
- crypto: qat - avoid memcpy() overflow warning
|
||
- crypto: qat - fix arbiter mapping generation algorithm for QAT 402xx
|
||
- crypto: qat - generate dynamically arbiter mappings
|
||
- crypto: qat - add support for ring pair level telemetry
|
||
- crypto: qat - add support for device telemetry
|
||
- crypto: qat - add admin msgs for telemetry
|
||
- crypto: qat - include pci.h for GET_DEV()
|
||
- crypto: qat - add support for 420xx devices
|
||
- crypto: qat - move fw config related structures
|
||
- crypto: qat - relocate portions of qat_4xxx code
|
||
- crypto: qat - change signature of uof_get_num_objs()
|
||
- crypto: qat - relocate and rename get_service_enabled()
|
||
- crypto: qat - add NULL pointer check
|
||
- crypto: qat - fix mutex ordering in adf_rl
|
||
- crypto: qat - fix error path in add_update_sla()
|
||
- crypto: qat - add sysfs_added flag for rate limiting
|
||
- crypto: qat - add sysfs_added flag for ras
|
||
- crypto: qat - prevent underflow in rp2srv_store()
|
||
- units: add missing header
|
||
- seq_file: add helper macro to define attribute for rw file
|
||
- crypto: qat - move adf_cfg_services
|
||
- crypto: qat - add num_rps sysfs attribute
|
||
- crypto: qat - add rp2svc sysfs attribute
|
||
- crypto: qat - add rate limiting sysfs interface
|
||
- crypto: qat - add rate limiting feature to qat_4xxx
|
||
- crypto: qat - add retrieval of fw capabilities
|
||
- crypto: qat - add bits.h to icp_qat_hw.h
|
||
- units: Add BYTES_PER_*BIT
|
||
- crypto: qat - move admin api
|
||
- crypto: qat - count QAT GEN4 errors
|
||
- crypto: qat - add error counters
|
||
- crypto: qat - add handling of errors from ERRSOU3 for QAT GEN4
|
||
- crypto: qat - add adf_get_aram_base() helper function
|
||
- crypto: qat - add handling of compression related errors for QAT GEN4
|
||
- crypto: qat - add handling of errors from ERRSOU2 for QAT GEN4
|
||
- crypto: qat - add reporting of errors from ERRSOU1 for QAT GEN4
|
||
- crypto: qat - add reporting of correctable errors for QAT GEN4
|
||
- crypto: qat - add infrastructure for error reporting
|
||
- crypto: qat - add cnv_errors debugfs file
|
||
- crypto: qat - add pm_status debugfs file
|
||
- crypto: qat - refactor included headers
|
||
- crypto: qat - add namespace to driver
|
||
- crypto: qat - Remove zlib-deflate
|
||
- crypto: qat - Annotate struct adf_fw_counters with __counted_by
|
||
- crypto: qat - do not shadow error code
|
||
- crypto: qat - refactor deprecated strncpy
|
||
- crypto: qat - Use list_for_each_entry() helper
|
||
- Documentation: ABI: debugfs-driver-qat: fix fw_counters path
|
||
|
||
* Thu Mar 28 2024 Bing Xia <xiabing12@h-partners.com> - 6.6.0-14.0.0.11
|
||
- perf: add CoreSight trace component support on aarch64 platform
|
||
|
||
* Wed Mar 27 2024 Zheng Zengkai <zhengzengkai@huawei.com> - 6.6.0-14.0.0.10
|
||
- !5524 [OLK-6.6] fix 0day bugs reported by CI robot for Mont-TSSE
|
||
- fix 0 day bugs for Mont-TSSE Driver
|
||
- !5284 [OLK-6.6] fs/address_space: move i_mmap_rwsem to mitigate a false sharing with i_mmap.
|
||
- fs/address_space: move i_mmap_rwsem to mitigate a false sharing with i_mmap.
|
||
- !5280 Add Huawei Intelligent Network Card Driver: hinic3
|
||
- net/hinic3: add huawei/hinic3 driver
|
||
- !5179 Update Huawei Intelligent Network Card Driver: hinic
|
||
- net/hinic: Update Huawei Intelligent Network Card Driver: hinic
|
||
- !5523 enable openeuler_defconfig HISI_ACC_VFIO_PCI=m
|
||
- openeuler_defconfig: enable HISI_ACC_VFIO_PCI=m
|
||
- !5529 arch/powerpc: open BTF relevant configs in openuler defconfig
|
||
- arch/powerpc: open BTF relevant configs in openuler defconfig
|
||
- !5541 RDMA/hns: Backport bugfixes
|
||
- RDMA/hns: Refactor hns_roce_alloc_ucontext()
|
||
- RDMA/hns: Fix missing reset notification by user space driver
|
||
- RDMA/hns: Kernel notify usr space to stop ring db
|
||
- RDMA/hns: Support flexible wqe buffer page size
|
||
- !5464 net: hns3: backport some driver feature enhancement
|
||
- net: hns3: default select PAGE_POOL_STATS
|
||
- net: hns3: support set/get VxLAN rule of rx flow director by ethtool
|
||
- net: ethtool: add VxLAN to the NFC API
|
||
- net: hns3: add support for ROH ras
|
||
- net: hns3: fix bug for init roh client instance
|
||
- net: hns3: HNAE3 framework add support for ROH client
|
||
- net: hns3: add support handling tx dhcp packets for ROH
|
||
- net: hns3: support arp proxy
|
||
- net: hns3: add arp proxy switch in ethtool
|
||
- net: hns3: support tc limit rate
|
||
- net: hns3: support tc command with max rate parameter
|
||
- net: hns3: add ROH MAC type definitions and support query MAC type
|
||
- net: hns3: Add support for some CMIS transceiver modules
|
||
- net: sfp: Synchronize some CMIS transceiver modules from ethtool
|
||
- net: hns3: add command queue trace for hns3
|
||
- net: hns3: dump more reg info based on ras mod
|
||
- net: hns3: add support for page_pool_get_stats
|
||
- net: hns3: add support to query scc version by devlink info
|
||
- net: hns3: correct the logic of hclge_sync_vf_qb_mode()
|
||
- net: hns3: add support for FD counter
|
||
- net: hns3: allocate fd counter for queue bonding
|
||
- net: hns3: refactor the debugfs for dumping FD tcam
|
||
- net: hns3: add queue bonding mode support for VF
|
||
- net: hns3: add support for queue bonding mode of flow director
|
||
- !5426 BTC's bugfix for openeuler OLK-6.6
|
||
- ipmi: Add erratum 162102203 config to enable workaround for SMS message processing timeout
|
||
- ipmi: Errata workaround to prevent SMS message processing timeout
|
||
- !5049 [OLK-6.6]Add pcie acs and no-bus-reset quirk for mucse Nics
|
||
- Add pcie acs and no-bus-reset quirk for mucse Nics
|
||
- !5354 iommu/arm-smmu-v3: Disable ECMDQ before reset
|
||
- iommu/arm-smmu-v3: Disable ECMDQ before reset
|
||
- !5061 [OLK-6.6] riscv: Update openeuler_defconfig to support sg2042 SoC
|
||
- riscv: Update openeuler_defconfig to support sg2042 SoC
|
||
- !5427 crypto/trng: Remove the automatic loading of the hisi_trng driver
|
||
- crypto/trng: Remove the automatic loading of the hisi_trng driver
|
||
- crypto: hisilicon/trng - use %u to print u32 variables
|
||
- !5492 Backport Introduce __mt_dup() to improve the performance of fork()
|
||
- fork: use __mt_dup() to duplicate maple tree in dup_mmap()
|
||
- maple_tree: preserve the tree attributes when destroying maple tree
|
||
- maple_tree: update check_forking() and bench_forking()
|
||
- maple_tree: skip other tests when BENCH is enabled
|
||
- maple_tree: update the documentation of maple tree
|
||
- maple_tree: add test for mtree_dup()
|
||
- radix tree test suite: align kmem_cache_alloc_bulk() with kernel behavior.
|
||
- maple_tree: introduce interfaces __mt_dup() and mtree_dup()
|
||
- maple_tree: introduce {mtree,mas}_lock_nested()
|
||
- maple_tree: add mt_free_one() and mt_attr() helpers
|
||
- radix tree test suite: fix allocation calculation in kmem_cache_alloc_bulk()
|
||
- !5334 v4 iommu/iova: avoid softlockup in fq_flush_timeout
|
||
- iommu/iova: avoid softlockup in fq_flush_timeout
|
||
- !5412 [OLK-6.6] perf/x86/amd: Miscellaneous fixes
|
||
- perf vendor events amd: Fix Zen 4 cache latency events
|
||
- perf/x86/amd/lbr: Discard erroneous branch entries
|
||
- perf/x86/amd/core: Avoid register reset when CPU is dead
|
||
- !5376 Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_security
|
||
- Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_security
|
||
|
||
* Fri Mar 22 2024 Zheng Zengkai <zhengzengkai@huawei.com> - 6.6.0-13.0.0.9
|
||
- !5424 block: Fix iterating over an empty bio with bio_for_each_folio_all
|
||
- block: Fix iterating over an empty bio with bio_for_each_folio_all
|
||
- !5425 nbd: always initialize struct msghdr completely
|
||
- nbd: always initialize struct msghdr completely
|
||
- !5255 CVE-2024-26627
|
||
- scsi: core: Move scsi_host_busy() out of host lock if it is for per-command
|
||
- scsi: core: Move scsi_host_busy() out of host lock for waking up EH handler
|
||
- !5221 powerpc/mm: Fix null-pointer dereference in pgtable_cache_add
|
||
- powerpc/mm: Fix null-pointer dereference in pgtable_cache_add
|
||
- !5045 [OLK-6.6] Add support for Mont-TSSE firmware update and fix 0day bugs
|
||
- add firmware update function for Mont-TSSE
|
||
- fix 0day bugs for Mont-TSSE in CI test
|
||
- !5363 [OLK-6.6] ima: Support modsig verify using trusted keys
|
||
- ima: Enable modsig appraisal by default
|
||
- ima: Support modsig verify using trusted keys
|
||
- !5369 Backport 6.6.9-6.6.22 LTS
|
||
- KVM/x86: Export RFDS_NO and RFDS_CLEAR to guests
|
||
- x86/rfds: Mitigate Register File Data Sampling (RFDS)
|
||
- Documentation/hw-vuln: Add documentation for RFDS
|
||
- x86/mmio: Disable KVM mitigation when X86_FEATURE_CLEAR_CPU_BUF is set
|
||
- selftests: mptcp: decrease BW in simult flows
|
||
- readahead: avoid multiple marked readahead pages
|
||
- KVM: s390: vsie: fix race during shadow creation
|
||
- KVM: s390: add stat counter for shadow gmap events
|
||
- net: pds_core: Fix possible double free in error handling path
|
||
- netrom: Fix data-races around sysctl_net_busy_read
|
||
- netrom: Fix a data-race around sysctl_netrom_link_fails_count
|
||
- netrom: Fix a data-race around sysctl_netrom_routing_control
|
||
- netrom: Fix a data-race around sysctl_netrom_transport_no_activity_timeout
|
||
- netrom: Fix a data-race around sysctl_netrom_transport_requested_window_size
|
||
- netrom: Fix a data-race around sysctl_netrom_transport_busy_delay
|
||
- netrom: Fix a data-race around sysctl_netrom_transport_acknowledge_delay
|
||
- netrom: Fix a data-race around sysctl_netrom_transport_maximum_tries
|
||
- netrom: Fix a data-race around sysctl_netrom_transport_timeout
|
||
- netrom: Fix data-races around sysctl_netrom_network_ttl_initialiser
|
||
- netrom: Fix a data-race around sysctl_netrom_obsolescence_count_initialiser
|
||
- netrom: Fix a data-race around sysctl_netrom_default_path_quality
|
||
- erofs: apply proper VMA alignment for memory mapped files on THP
|
||
- netfilter: nf_conntrack_h323: Add protection for bmp length out of range
|
||
- netfilter: nft_ct: fix l3num expectations with inet pseudo family
|
||
- net/rds: fix WARNING in rds_conn_connect_if_down
|
||
- net: dsa: microchip: fix register write order in ksz8_ind_write8()
|
||
- cpumap: Zero-initialise xdp_rxq_info struct before running XDP program
|
||
- selftests/bpf: Fix up xdp bonding test wrt feature flags
|
||
- xdp, bonding: Fix feature flags when there are no slave devs anymore
|
||
- bpf: check bpf_func_state->callback_depth when pruning states
|
||
- net/ipv6: avoid possible UAF in ip6_route_mpath_notify()
|
||
- igc: avoid returning frame twice in XDP_REDIRECT
|
||
- net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink()
|
||
- ice: virtchnl: stop pretending to support RSS over AQ or registers
|
||
- net: sparx5: Fix use after free inside sparx5_del_mact_entry
|
||
- geneve: make sure to pull inner header in geneve_rx()
|
||
- tracing/net_sched: Fix tracepoints that save qdisc_dev() as a string
|
||
- net/mlx5e: Switch to using _bh variant of of spinlock API in port timestamping NAPI poll context
|
||
- net/mlx5e: Use a memory barrier to enforce PTP WQ xmit submission tracking occurs after populating the metadata_map
|
||
- net/mlx5e: Fix MACsec state loss upon state update in offload path
|
||
- net/mlx5e: Change the warning when ignore_flow_level is not supported
|
||
- net/mlx5: Check capability for fw_reset
|
||
- net/mlx5: E-switch, Change flow rule destination checking
|
||
- Revert "net/mlx5e: Check the number of elements before walk TC rhashtable"
|
||
- Revert "net/mlx5: Block entering switchdev mode with ns inconsistency"
|
||
- ice: reorder disabling IRQ and NAPI in ice_qp_dis
|
||
- i40e: disable NAPI right after disabling irqs when handling xsk_pool
|
||
- ixgbe: {dis, en}able irqs in ixgbe_txrx_ring_{dis, en}able
|
||
- net: lan78xx: fix runtime PM count underflow on link stop
|
||
- xfrm: Pass UDP encapsulation in TX packet offload
|
||
- mm/vmscan: fix a bug calling wakeup_kswapd() with a wrong zone index
|
||
- ceph: switch to corrected encoding of max_xattr_size in mdsmap
|
||
- dmaengine: fsl-edma: correct max_segment_size setting
|
||
- dmaengine: fsl-edma: utilize common dt-binding header file
|
||
- dt-bindings: dma: fsl-edma: Add fsl-edma.h to prevent hardcoding in dts
|
||
- drm/nouveau: don't fini scheduler before entity flush
|
||
- selftests: mptcp: rm subflow with v4/v4mapped addr
|
||
- selftests: mptcp: add mptcp_lib_is_v6
|
||
- selftests: mptcp: update userspace pm test helpers
|
||
- selftests: mptcp: add chk_subflows_total helper
|
||
- selftests: mptcp: add evts_get_info helper
|
||
- KVM/VMX: Move VERW closer to VMentry for MDS mitigation
|
||
- KVM/VMX: Use BT+JNC, i.e. EFLAGS.CF to select VMRESUME vs. VMLAUNCH
|
||
- x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static key
|
||
- x86/entry_32: Add VERW just before userspace transition
|
||
- x86/entry_64: Add VERW just before userspace transition
|
||
- block: define bvec_iter as __packed __aligned(4)
|
||
- gpio: fix resource unwinding order in error path
|
||
- gpiolib: Fix the error path order in gpiochip_add_data_with_key()
|
||
- gpio: 74x164: Enable output pins after registers are reset
|
||
- powerpc/rtas: use correct function name for resetting TCE tables
|
||
- powerpc/pseries/iommu: IOMMU table is not initialized for kdump over SR-IOV
|
||
- dmaengine: idxd: Ensure safe user copy of completion record
|
||
- dmaengine: idxd: Remove shadow Event Log head stored in idxd
|
||
- phy: freescale: phy-fsl-imx8-mipi-dphy: Fix alias name to use dashes
|
||
- dmaengine: dw-edma: eDMA: Add sync read before starting the DMA transfer in remote setup
|
||
- dmaengine: dw-edma: HDMA: Add sync read before starting the DMA transfer in remote setup
|
||
- dmaengine: dw-edma: Add HDMA remote interrupt configuration
|
||
- dmaengine: dw-edma: HDMA_V0_REMOTEL_STOP_INT_EN typo fix
|
||
- dmaengine: dw-edma: Fix wrong interrupt bit set for HDMA
|
||
- dmaengine: dw-edma: Fix the ch_count hdma callback
|
||
- ASoC: cs35l56: fix reversed if statement in cs35l56_dspwait_asp1tx_put()
|
||
- af_unix: Drop oob_skb ref before purging queue in GC.
|
||
- af_unix: Fix task hung while purging oob_skb in GC.
|
||
- NFS: Fix data corruption caused by congestion.
|
||
- mptcp: fix possible deadlock in subflow diag
|
||
- mptcp: fix double-free on socket dismantle
|
||
- mptcp: fix potential wake-up event loss
|
||
- mptcp: fix snd_wnd initialization for passive socket
|
||
- selftests: mptcp: join: add ss mptcp support check
|
||
- mptcp: push at DSS boundaries
|
||
- mptcp: avoid printing warning once on client side
|
||
- mptcp: map v4 address to v6 when destroying subflow
|
||
- x86/cpu/intel: Detect TME keyid bits before setting MTRR mask registers
|
||
- x86/e820: Don't reserve SETUP_RNG_SEED in e820
|
||
- mm/debug_vm_pgtable: fix BUG_ON with pud advanced test
|
||
- pmdomain: qcom: rpmhpd: Fix enabled_corner aggregation
|
||
- efivarfs: Request at most 512 bytes for variable names
|
||
- kbuild: Add -Wa,--fatal-warnings to as-instr invocation
|
||
- riscv: add CALLER_ADDRx support
|
||
- RISC-V: Drop invalid test from CONFIG_AS_HAS_OPTION_ARCH
|
||
- mmc: sdhci-xenon: fix PHY init clock stability
|
||
- mmc: sdhci-xenon: add timeout for PHY init complete
|
||
- mmc: core: Fix eMMC initialization with 1-bit bus connection
|
||
- mmc: mmci: stm32: fix DMA API overlapping mappings warning
|
||
- dmaengine: fsl-qdma: init irq after reg initialization
|
||
- dmaengine: fsl-edma: correct calculation of 'nbytes' in multi-fifo scenario
|
||
- dmaengine: ptdma: use consistent DMA masks
|
||
- crypto: arm64/neonbs - fix out-of-bounds access on short input
|
||
- dmaengine: fsl-qdma: fix SoC may hang on 16 byte unaligned read
|
||
- soc: qcom: pmic_glink: Fix boot when QRTR=m
|
||
- drm/amd/display: Add monitor patch for specific eDP
|
||
- drm/buddy: fix range bias
|
||
- Revert "drm/amd/pm: resolve reboot exception for si oland"
|
||
- btrfs: send: don't issue unnecessary zero writes for trailing hole
|
||
- btrfs: dev-replace: properly validate device names
|
||
- btrfs: fix double free of anonymous device after snapshot creation failure
|
||
- wifi: nl80211: reject iftype change with mesh ID change
|
||
- mtd: rawnand: marvell: fix layouts
|
||
- gtp: fix use-after-free and null-ptr-deref in gtp_newlink()
|
||
- landlock: Fix asymmetric private inodes referring
|
||
- Bluetooth: hci_bcm4377: do not mark valid bd_addr as invalid
|
||
- ALSA: hda/realtek: Add special fixup for Lenovo 14IRP8
|
||
- ALSA: hda/realtek: fix mute/micmute LED For HP mt440
|
||
- ALSA: hda/realtek: Enable Mute LED on HP 840 G8 (MB 8AB8)
|
||
- ALSA: hda/realtek: tas2781: enable subwoofer volume control
|
||
- ALSA: ump: Fix the discard error code from snd_ump_legacy_open()
|
||
- ALSA: firewire-lib: fix to check cycle continuity
|
||
- tomoyo: fix UAF write bug in tomoyo_write_control()
|
||
- of: property: fw_devlink: Fix stupid bug in remote-endpoint parsing
|
||
- btrfs: fix race between ordered extent completion and fiemap
|
||
- riscv: Sparse-Memory/vmemmap out-of-bounds fix
|
||
- riscv: Fix pte_leaf_size() for NAPOT
|
||
- Revert "riscv: mm: support Svnapot in huge vmap"
|
||
- drivers: perf: ctr_get_width function for legacy is not defined
|
||
- drivers: perf: added capabilities for legacy PMU
|
||
- afs: Fix endless loop in directory parsing
|
||
- fbcon: always restore the old font data in fbcon_do_set_font()
|
||
- drm/tegra: Remove existing framebuffer only if we support display
|
||
- RISC-V: Ignore V from the riscv,isa DT property on older T-Head CPUs
|
||
- ASoC: soc-card: Fix missing locking in snd_soc_card_get_kcontrol()
|
||
- ASoC: cs35l56: Fix deadlock in ASP1 mixer register initialization
|
||
- ASoC: cs35l56: Fix misuse of wm_adsp 'part' string for silicon revision
|
||
- ASoC: cs35l56: Fix for initializing ASP1 mixer registers
|
||
- ASoC: cs35l56: Don't add the same register patch multiple times
|
||
- ASoC: cs35l56: cs35l56_component_remove() must clean up wm_adsp
|
||
- ASoC: cs35l56: cs35l56_component_remove() must clear cs35l56->component
|
||
- riscv: Fix build error if !CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATION
|
||
- ASoC: qcom: Fix uninitialized pointer dmactl
|
||
- ASoC: qcom: convert not to use asoc_xxx()
|
||
- ASoC: soc.h: convert asoc_xxx() to snd_soc_xxx()
|
||
- ALSA: Drop leftover snd-rtctimer stuff from Makefile
|
||
- ASoC: cs35l56: Must clear HALO_STATE before issuing SYSTEM_RESET
|
||
- power: supply: bq27xxx-i2c: Do not free non existing IRQ
|
||
- efi/capsule-loader: fix incorrect allocation size
|
||
- tls: fix use-after-free on failed backlog decryption
|
||
- tls: separate no-async decryption request handling from async
|
||
- tls: fix peeking with sync+async decryption
|
||
- tls: decrement decrypt_pending if no async completion will be called
|
||
- net: hsr: Use correct offset for HSR TLV values in supervisory HSR frames
|
||
- igb: extend PTP timestamp adjustments to i211
|
||
- rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing back
|
||
- tools: ynl: fix handling of multiple mcast groups
|
||
- netfilter: nf_tables: allow NFPROTO_INET in nft_(match/target)_validate()
|
||
- Bluetooth: qca: Fix triggering coredump implementation
|
||
- Bluetooth: hci_qca: Set BDA quirk bit if fwnode exists in DT
|
||
- Bluetooth: qca: Fix wrong event type for patch config command
|
||
- Bluetooth: Enforce validation on max value of connection interval
|
||
- Bluetooth: hci_event: Fix handling of HCI_EV_IO_CAPA_REQUEST
|
||
- Bluetooth: hci_event: Fix wrongly recorded wakeup BD_ADDR
|
||
- Bluetooth: hci_sync: Fix accept_list when attempting to suspend
|
||
- Bluetooth: Avoid potential use-after-free in hci_error_reset
|
||
- Bluetooth: hci_sync: Check the correct flag before starting a scan
|
||
- stmmac: Clear variable when destroying workqueue
|
||
- uapi: in6: replace temporary label with rfc9486
|
||
- net: lan78xx: fix "softirq work is pending" error
|
||
- net: usb: dm9601: fix wrong return value in dm9601_mdio_read
|
||
- veth: try harder when allocating queue memory
|
||
- lan78xx: enable auto speed configuration for LAN7850 if no EEPROM is detected
|
||
- ipv6: fix potential "struct net" leak in inet6_rtm_getaddr()
|
||
- net: veth: clear GRO when clearing XDP even when down
|
||
- cpufreq: intel_pstate: fix pstate limits enforcement for adjust_perf call back
|
||
- tun: Fix xdp_rxq_info's queue_index when detaching
|
||
- net: dpaa: fman_memac: accept phy-interface-type = "10gbase-r" in the device tree
|
||
- net: mctp: take ownership of skb in mctp_local_output
|
||
- net: ip_tunnel: prevent perpetual headroom growth
|
||
- netlink: add nla be16/32 types to minlen array
|
||
- netlink: Fix kernel-infoleak-after-free in __skb_datagram_iter
|
||
- spi: cadence-qspi: fix pointer reference in runtime PM hooks
|
||
- mtd: spinand: gigadevice: Fix the get ecc status issue
|
||
- ublk: move ublk_cancel_dev() out of ub->mutex
|
||
- ksmbd: fix wrong allocation size update in smb2_open()
|
||
- ASoC: cs35l34: Fix GPIO name and drop legacy include
|
||
- fs/ntfs3: fix build without CONFIG_NTFS3_LZX_XPRESS
|
||
- ahci: Extend ASM1061 43-bit DMA address quirk to other ASM106x parts
|
||
- ata: ahci: add identifiers for ASM2116 series adapters
|
||
- mptcp: add needs_id for netlink appending addr
|
||
- mptcp: userspace pm send RM_ADDR for ID 0
|
||
- selftests: mptcp: add mptcp_lib_get_counter
|
||
- selftests: mptcp: join: stop transfer when check is done (part 2)
|
||
- mm: zswap: fix missing folio cleanup in writeback race path
|
||
- mm/zswap: invalidate duplicate entry when !zswap_enabled
|
||
- selftests: mptcp: join: stop transfer when check is done (part 1)
|
||
- i2c: imx: when being a target, mark the last read as processed
|
||
- drm/amd/display: Fix memory leak in dm_sw_fini()
|
||
- drm/syncobj: handle NULL fence in syncobj_eventfd_entry_func
|
||
- drm/syncobj: call drm_syncobj_fence_add_wait when WAIT_AVAILABLE flag is set
|
||
- net: phy: realtek: Fix rtl8211f_config_init() for RTL8211F(D)(I)-VD-CG PHY
|
||
- Fix write to cloned skb in ipv6_hop_ioam()
|
||
- phonet/pep: fix racy skb_queue_empty() use
|
||
- phonet: take correct lock to peek at the RX queue
|
||
- net: sparx5: Add spinlock for frame transmission from CPU
|
||
- net/sched: flower: Add lock protection when remove filter handle
|
||
- devlink: fix port dump cmd type
|
||
- tools: ynl: don't leak mcast_groups on init error
|
||
- tools: ynl: make sure we always pass yarg to mnl_cb_run
|
||
- net: mctp: put sock on tag allocation failure
|
||
- netfilter: nf_tables: use kzalloc for hook allocation
|
||
- netfilter: nf_tables: register hooks last when adding new chain/flowtable
|
||
- netfilter: nft_flow_offload: release dst in case direct xmit path is used
|
||
- netfilter: nft_flow_offload: reset dst in route object after setting up flow
|
||
- netfilter: nf_tables: set dormant flag on hook register failure
|
||
- tls: don't skip over different type records from the rx_list
|
||
- tls: stop recv() if initial process_rx_list gave us non-DATA
|
||
- tls: break out of main loop when PEEK gets a non-data record
|
||
- hwmon: (nct6775) Fix access to temperature configuration registers
|
||
- cache: ax45mp_cache: Align end size to cache boundary in ax45mp_dma_cache_wback()
|
||
- bpf, sockmap: Fix NULL pointer dereference in sk_psock_verdict_data_ready()
|
||
- s390: use the correct count for __iowrite64_copy()
|
||
- net: ipa: don't overrun IPA suspend interrupt registers
|
||
- octeontx2-af: Consider the action set by PF
|
||
- drm/i915/tv: Fix TV mode
|
||
- platform/x86: thinkpad_acpi: Only update profile if successfully converted
|
||
- arm64/sme: Restore SMCR_EL1.EZT0 on exit from suspend
|
||
- arm64/sme: Restore SME registers on exit from suspend
|
||
- arp: Prevent overflow in arp_req_get().
|
||
- devlink: fix possible use-after-free and memory leaks in devlink_init()
|
||
- ipv6: sr: fix possible use-after-free and null-ptr-deref
|
||
- afs: Increase buffer size in afs_update_volume_status()
|
||
- parisc: Fix stack unwinder
|
||
- bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancel
|
||
- ata: ahci_ceva: fix error handling for Xilinx GT PHY support
|
||
- selftests: bonding: set active slave to primary eth1 specifically
|
||
- powerpc/pseries/iommu: DLPAR add doesn't completely initialize pci_controller
|
||
- net: bcmasp: Sanity check is off by one
|
||
- net: bcmasp: Indicate MAC is in charge of PHY PM
|
||
- ipv6: properly combine dev_base_seq and ipv6.dev_addr_genid
|
||
- ipv4: properly combine dev_base_seq and ipv4.dev_addr_genid
|
||
- net: stmmac: Fix incorrect dereference in interrupt handlers
|
||
- x86/numa: Fix the sort compare func used in numa_fill_memblks()
|
||
- x86/numa: Fix the address overlap check in numa_fill_memblks()
|
||
- nouveau: fix function cast warnings
|
||
- net/sched: act_mirred: don't override retval if we already lost the skb
|
||
- net/sched: act_mirred: use the backlog for mirred ingress
|
||
- net/sched: act_mirred: Create function tcf_mirred_to_dev and improve readability
|
||
- dccp/tcp: Unhash sk from ehash for tb2 alloc failure after check_estalblished().
|
||
- net: bridge: switchdev: Ensure deferred event delivery on unoffload
|
||
- net: bridge: switchdev: Skip MDB replays of deferred events on offload
|
||
- scsi: jazz_esp: Only build if SCSI core is builtin
|
||
- scsi: smartpqi: Fix disable_managed_interrupts
|
||
- bpf, scripts: Correct GPL license name
|
||
- RDMA/srpt: fix function pointer cast warnings
|
||
- xsk: Add truesize to skb_add_rx_frag().
|
||
- arm64: dts: rockchip: Correct Indiedroid Nova GPIO Names
|
||
- arm64: dts: rockchip: set num-cs property for spi on px30
|
||
- RDMA/qedr: Fix qedr_create_user_qp error flow
|
||
- bus: imx-weim: fix valid range check
|
||
- arm64: dts: tqma8mpql: fix audio codec iov-supply
|
||
- RDMA/srpt: Support specifying the srpt_service_guid parameter
|
||
- RDMA/irdma: Add AE for too many RNRS
|
||
- RDMA/irdma: Set the CQ read threshold for GEN 1
|
||
- RDMA/irdma: Validate max_send_wr and max_recv_wr
|
||
- RDMA/irdma: Fix KASAN issue with tasklet
|
||
- arm64: dts: imx8mp: Disable UART4 by default on Data Modul i.MX8M Plus eDM SBC
|
||
- IB/mlx5: Don't expose debugfs entries for RRoCE general parameters if not supported
|
||
- RDMA/bnxt_re: Add a missing check in bnxt_qplib_query_srq
|
||
- RDMA/bnxt_re: Return error for SRQ resize
|
||
- IB/hfi1: Fix a memleak in init_credit_return
|
||
- bpf: Derive source IP addr via bpf_*_fib_lookup()
|
||
- xen/events: fix error code in xen_bind_pirq_msi_to_irq()
|
||
- Revert "drm/amd/display: increased min_dcfclk_mhz and min_fclk_mhz"
|
||
- drm/amd/display: Fix buffer overflow in 'get_host_router_total_dp_tunnel_bw()'
|
||
- drm/amd/display: Avoid enum conversion warning
|
||
- smb3: add missing null server pointer check
|
||
- selftests: mptcp: diag: unique 'cestab' subtest names
|
||
- selftests: mptcp: diag: unique 'in use' subtest names
|
||
- selftests: mptcp: diag: fix bash warnings on older kernels
|
||
- selftests: mptcp: diag: check CURRESTAB counters
|
||
- selftests: mptcp: pm nl: avoid error msg on older kernels
|
||
- selftests: mptcp: pm nl: also list skipped tests
|
||
- selftests: mptcp: simult flows: fix some subtest names
|
||
- selftests: mptcp: userspace_pm: unique subtest names
|
||
- mptcp: fix duplicate subflow creation
|
||
- mptcp: fix data races on remote_id
|
||
- mptcp: fix data races on local_id
|
||
- mptcp: fix lockless access in subflow ULP diag
|
||
- mptcp: add needs_id for userspace appending addr
|
||
- usb: roles: don't get/set_role() when usb_role_switch is unregistered
|
||
- usb: roles: fix NULL pointer issue when put module's reference
|
||
- usb: gadget: omap_udc: fix USB gadget regression on Palm TE
|
||
- usb: gadget: ncm: Avoid dropping datagrams of properly parsed NTBs
|
||
- usb: cdns3: fix memory double free when handle zero packet
|
||
- usb: cdns3: fixed memory use after free at cdns3_gadget_ep_disable()
|
||
- usb: cdnsp: fixed issue with incorrect detecting CDNSP family controllers
|
||
- usb: cdnsp: blocked some cdns3 specific code
|
||
- usb: dwc3: gadget: Don't disconnect if not started
|
||
- serial: amba-pl011: Fix DMA transmission in RS485 mode
|
||
- serial: stm32: do not always set SER_RS485_RX_DURING_TX if RS485 is enabled
|
||
- Revert "usb: typec: tcpm: reset counter when enter into unattached state after try role"
|
||
- erofs: fix refcount on the metabuf used for inode lookup
|
||
- dm-integrity, dm-verity: reduce stack usage for recheck
|
||
- ARM: ep93xx: Add terminator to gpiod_lookup_table
|
||
- l2tp: pass correct message length to ip6_append_data
|
||
- PCI/MSI: Prevent MSI hardware interrupt number truncation
|
||
- irqchip/sifive-plic: Enable interrupt if needed before EOI
|
||
- irqchip/gic-v3-its: Do not assume vPE tables are preallocated
|
||
- irqchip/mbigen: Don't use bus_get_dev_root() to find the parent
|
||
- crypto: virtio/akcipher - Fix stack overflow on memcpy
|
||
- gtp: fix use-after-free and null-ptr-deref in gtp_genl_dump_pdp()
|
||
- accel/ivpu: Don't enable any tiles by default on VPU40xx
|
||
- KVM: arm64: vgic-its: Test for valid IRQ in its_sync_lpi_pending_table()
|
||
- KVM: arm64: vgic-its: Test for valid IRQ in MOVALL handler
|
||
- md: Fix missing release of 'active_io' for flush
|
||
- sparc: Fix undefined reference to fb_is_primary_device
|
||
- platform/x86: touchscreen_dmi: Allow partial (prefix) matches for ACPI names
|
||
- platform/x86: intel-vbtn: Stop calling "VBDL" from notify_handler
|
||
- mm/damon/reclaim: fix quota stauts loss due to online tunings
|
||
- mm: memcontrol: clarify swapaccount=0 deprecation warning
|
||
- mm/damon/lru_sort: fix quota status loss due to online tunings
|
||
- mm/swap: fix race when skipping swapcache
|
||
- selftests/mm: uffd-unit-test check if huge page size is 0
|
||
- scsi: core: Consult supported VPD page list prior to fetching page
|
||
- scsi: target: pscsi: Fix bio_put() for error case
|
||
- scsi: sd: usb_storage: uas: Access media prior to querying device properties
|
||
- cxl/acpi: Fix load failures due to single window creation failure
|
||
- dm-verity: recheck the hash after a failure
|
||
- dm-crypt: don't modify the data when using authenticated encryption
|
||
- dm-integrity: recheck the integrity tag after a failure
|
||
- Revert "parisc: Only list existing CPUs in cpu_possible_mask"
|
||
- dm-crypt: recheck the integrity tag after a failure
|
||
- lib/Kconfig.debug: TEST_IOV_ITER depends on MMU
|
||
- fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaio
|
||
- ata: libata-core: Do not try to set sleeping devices to standby
|
||
- s390/cio: fix invalid -EBUSY on ccw_device_start
|
||
- drm/amd/display: adjust few initialization order in dm
|
||
- drm/meson: Don't remove bridges which are created by other drivers
|
||
- drm/ttm: Fix an invalid freeing on already freed page in error path
|
||
- btrfs: defrag: avoid unnecessary defrag caused by incorrect extent size
|
||
- LoongArch: Update cpu_sibling_map when disabling nonboot CPUs
|
||
- LoongArch: Disable IRQ before init_fn() for nonboot CPUs
|
||
- LoongArch: Call early_init_fdt_scan_reserved_mem() earlier
|
||
- docs: Instruct LaTeX to cope with deeper nesting
|
||
- x86/bugs: Add asm helpers for executing VERW
|
||
- IB/hfi1: Fix sdma.h tx->num_descs off-by-one error
|
||
- xen/events: close evtchn after mapping cleanup
|
||
- xen/events: modify internal [un]bind interfaces
|
||
- xen/events: drop xen_allocate_irqs_dynamic()
|
||
- xen/events: remove some simple helpers from events_base.c
|
||
- xen/events: reduce externally visible helper functions
|
||
- xen: evtchn: Allow shared registration of IRQ handers
|
||
- drm/amd/display: fixed integer types and null check locations
|
||
- drm/amd/display: Request usb4 bw for mst streams
|
||
- drm/amd/display: Add dpia display mode validation logic
|
||
- mptcp: corner case locking for rx path fields initialization
|
||
- mptcp: fix more tx path fields initialization
|
||
- mptcp: use mptcp_set_state
|
||
- mptcp: add CurrEstab MIB counter support
|
||
- smb3: clarify mount warning
|
||
- cifs: handle cases where multiple sessions share connection
|
||
- cifs: change tcon status when need_reconnect is set on it
|
||
- virtio-blk: Ensure no requests in virtqueues before deleting vqs.
|
||
- smb: client: set correct d_type for reparse points under DFS mounts
|
||
- drm/amdgpu: Fix HDP flush for VFs on nbio v7.9
|
||
- drm/amdgpu: Fix shared buff copy to user
|
||
- drm/amdgpu: reset gpu for s3 suspend abort case
|
||
- drm/amdgpu: skip to program GFXDEC registers for suspend abort
|
||
- libceph: fail sparse-read if the data length doesn't match
|
||
- firewire: core: send bus reset promptly on gap count error
|
||
- accel/ivpu/40xx: Stop passing SKU boot parameters to FW
|
||
- accel/ivpu: Disable d3hot_delay on all NPU generations
|
||
- accel/ivpu: Force snooping for MMU writes
|
||
- LoongArch: vDSO: Disable UBSAN instrumentation
|
||
- LoongArch: Change acpi_core_pic[NR_CPUS] to acpi_core_pic[MAX_CORE_PIC]
|
||
- LoongArch: Select HAVE_ARCH_SECCOMP to use the common SECCOMP menu
|
||
- LoongArch: Select ARCH_ENABLE_THP_MIGRATION instead of redefining it
|
||
- scsi: ufs: core: Remove the ufshcd_release() in ufshcd_err_handling_prepare()
|
||
- scsi: ufs: core: Fix shift issue in ufshcd_clear_cmd()
|
||
- scsi: lpfc: Use unsigned type for num_sge
|
||
- hwmon: (coretemp) Enlarge per package core count limit
|
||
- efi: Don't add memblocks for soft-reserved memory
|
||
- efi: runtime: Fix potential overflow of soft-reserved region size
|
||
- wifi: iwlwifi: do not announce EPCS support
|
||
- wifi: mac80211: accept broadcast probe responses on 6 GHz
|
||
- wifi: mac80211: adding missing drv_mgd_complete_tx() call
|
||
- wifi: mac80211: set station RX-NSS on reconfig
|
||
- fs/ntfs3: Fix oob in ntfs_listxattr
|
||
- fs/ntfs3: Update inode->i_size after success write into compressed file
|
||
- fs/ntfs3: Fixed overflow check in mi_enum_attr()
|
||
- fs/ntfs3: Correct function is_rst_area_valid
|
||
- fs/ntfs3: Use i_size_read and i_size_write
|
||
- fs/ntfs3: Prevent generic message "attempt to access beyond end of device"
|
||
- fs/ntfs3: use non-movable memory for ntfs3 MFT buffer cache
|
||
- fs/ntfs3: Use kvfree to free memory allocated by kvmalloc
|
||
- fs/ntfs3: Disable ATTR_LIST_ENTRY size check
|
||
- fs/ntfs3: Add NULL ptr dereference checking at the end of attr_allocate_frame()
|
||
- fs/ntfs3: ntfs3_forced_shutdown use int instead of bool
|
||
- fs/ntfs3: Implement super_operations::shutdown
|
||
- fs/ntfs3: Drop suid and sgid bits as a part of fpunch
|
||
- fs/ntfs3: Add file_modified
|
||
- fs/ntfs3: Fix detected field-spanning write (size 8) of single field "le->name"
|
||
- fs/ntfs3: Fix multithreaded stress test
|
||
- fs/ntfs3: Reduce stack usage
|
||
- fs/ntfs3: Print warning while fixing hard links count
|
||
- fs/ntfs3: Correct hard links updating when dealing with DOS names
|
||
- fs/ntfs3: Improve ntfs_dir_count
|
||
- fs/ntfs3: Modified fix directory element type detection
|
||
- fs/ntfs3: Improve alternative boot processing
|
||
- Input: i8042 - add Fujitsu Lifebook U728 to i8042 quirk table
|
||
- ext4: correct the hole length returned by ext4_map_blocks()
|
||
- smb: client: increase number of PDUs allowed in a compound request
|
||
- cifs: do not search for channel if server is terminating
|
||
- nvmet-fc: take ref count on tgtport before delete assoc
|
||
- nvmet-fc: avoid deadlock on delete association path
|
||
- nvmet-fc: abort command when there is no binding
|
||
- nvmet-fc: hold reference on hostport match
|
||
- nvmet-fc: defer cleanup using RCU properly
|
||
- nvmet-fc: release reference on target port
|
||
- nvmet-fcloop: swap the list_add_tail arguments
|
||
- nvme-fc: do not wait in vain when unloading module
|
||
- ALSA: usb-audio: Ignore clock selector errors for single connection
|
||
- ASoC: wm_adsp: Don't overwrite fwf_name with the default
|
||
- cifs: make sure that channel scaling is done only once
|
||
- drm/amd/display: increased min_dcfclk_mhz and min_fclk_mhz
|
||
- drm/amdkfd: Use correct drm device for cgroup permission check
|
||
- netfilter: conntrack: check SCTP_CID_SHUTDOWN_ACK for vtag setting in sctp_new
|
||
- misc: open-dice: Fix spurious lockdep warning
|
||
- Input: xpad - add Lenovo Legion Go controllers
|
||
- spi: sh-msiof: avoid integer overflow in constants
|
||
- regulator (max5970): Fix IRQ handler
|
||
- ASoC: sunxi: sun4i-spdif: Add support for Allwinner H616
|
||
- ALSA: usb-audio: Check presence of valid altsetting control
|
||
- usb: ucsi_acpi: Quirk to ack a connector change ack cmd
|
||
- nvmet-tcp: fix nvme tcp ida memory leak
|
||
- HID: nvidia-shield: Add missing null pointer checks to LED initialization
|
||
- ALSA: hda: Increase default bdl_pos_adj for Apollo Lake
|
||
- ALSA: hda: Replace numeric device IDs with constant values
|
||
- HID: logitech-hidpp: add support for Logitech G Pro X Superlight 2
|
||
- regulator: pwm-regulator: Add validity checks in continuous .get_voltage
|
||
- ASoC: amd: acp: Add check for cpu dai link initialization
|
||
- dmaengine: ti: edma: Add some null pointer checks to the edma_probe
|
||
- Input: goodix - accept ACPI resources with gpio_count == 3 && gpio_int_idx == 0
|
||
- ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()
|
||
- ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found()
|
||
- ext4: avoid dividing by 0 in mb_update_avg_fragment_size() when block bitmap corrupt
|
||
- platform/x86: touchscreen_dmi: Add info for the TECLAST X16 Plus tablet
|
||
- MIPS: reserve exception vector space ONLY ONCE
|
||
- ARM: dts: Fix TPM schema violations
|
||
- ahci: add 43-bit DMA address quirk for ASMedia ASM1061 controllers
|
||
- spi: cs42l43: Handle error from devm_pm_runtime_enable
|
||
- aoe: avoid potential deadlock at set_capacity
|
||
- ahci: asm1166: correct count of reported ports
|
||
- cifs: helper function to check replayable error codes
|
||
- cifs: translate network errors on send to -ECONNABORTED
|
||
- cifs: cifs_pick_channel should try selecting active channels
|
||
- smb: Work around Clang __bdos() type confusion
|
||
- block: Fix WARNING in _copy_from_iter
|
||
- spi: intel-pci: Add support for Arrow Lake SPI serial flash
|
||
- platform/mellanox: mlxbf-tmfifo: Drop Tx network packet when Tx TmFIFO is full
|
||
- fbdev: sis: Error out if pixclock equals zero
|
||
- fbdev: savage: Error out if pixclock equals zero
|
||
- wifi: mac80211: fix race condition on enabling fast-xmit
|
||
- wifi: cfg80211: fix missing interfaces when dumping
|
||
- dmaengine: dw-edma: increase size of 'name' in debugfs code
|
||
- dmaengine: fsl-qdma: increase size of 'irq_name'
|
||
- dmaengine: shdma: increase size of 'dev_id'
|
||
- cifs: open_cached_dir should not rely on primary channel
|
||
- scsi: target: core: Add TMF to tmr_list handling
|
||
- tools: selftests: riscv: Fix compile warnings in mm tests
|
||
- tools: selftests: riscv: Fix compile warnings in vector tests
|
||
- scsi: smartpqi: Fix logical volume rescan race condition
|
||
- scsi: smartpqi: Add new controller PCI IDs
|
||
- dmaengine: apple-admac: Keep upper bits of REG_BUS_WIDTH
|
||
- riscv/efistub: Ensure GP-relative addressing is not used
|
||
- PCI: dwc: Fix a 64bit bug in dw_pcie_ep_raise_msix_irq()
|
||
- sched/rt: Disallow writing invalid values to sched_rt_period_us
|
||
- tracing: Fix a NULL vs IS_ERR() bug in event_subsystem_dir()
|
||
- tracing: Make system_callback() function static
|
||
- Documentation/arch/ia64/features.rst: fix kernel-feat directive
|
||
- nilfs2: fix potential bug in end_buffer_async_write
|
||
- of: property: Add in-ports/out-ports support to of_graph_get_port_parent()
|
||
- sched/membarrier: reduce the ability to hammer on sys_membarrier
|
||
- x86/efistub: Use 1:1 file:memory mapping for PE/COFF .compat section
|
||
- x86/boot: Increase section and file alignment to 4k/512
|
||
- x86/boot: Split off PE/COFF .data section
|
||
- x86/boot: Drop PE/COFF .reloc section
|
||
- x86/boot: Construct PE/COFF .text section from assembler
|
||
- x86/boot: Derive file size from _edata symbol
|
||
- x86/boot: Define setup size in linker script
|
||
- x86/boot: Set EFI handover offset directly in header asm
|
||
- x86/boot: Grab kernel_info offset from zoffset header directly
|
||
- x86/boot: Drop references to startup_64
|
||
- x86/boot: Drop redundant code setting the root device
|
||
- x86/boot: Omit compression buffer from PE/COFF image memory footprint
|
||
- x86/boot: Remove the 'bugger off' message
|
||
- x86/efi: Drop alignment flags from PE section headers
|
||
- x86/efi: Disregard setup header of loaded image
|
||
- x86/efi: Drop EFI stub .bss from .data section
|
||
- nfsd: don't take fi_lock in nfsd_break_deleg_cb()
|
||
- eventfs: Keep all directory links at 1
|
||
- eventfs: Remove fsnotify*() functions from lookup()
|
||
- eventfs: Restructure eventfs_inode structure to be more condensed
|
||
- eventfs: Warn if an eventfs_inode is freed without is_freed being set
|
||
- eventfs: Get rid of dentry pointers without refcounts
|
||
- eventfs: Clean up dentry ops and add revalidate function
|
||
- eventfs: Remove unused d_parent pointer field
|
||
- tracefs: dentry lookup crapectomy
|
||
- tracefs: Avoid using the ei->dentry pointer unnecessarily
|
||
- eventfs: Initialize the tracefs inode properly
|
||
- tracefs: Zero out the tracefs_inode when allocating it
|
||
- tracefs: remove stale update_gid code
|
||
- eventfs: Save directory inodes in the eventfs_inode structure
|
||
- eventfs: Use kcalloc() instead of kzalloc()
|
||
- eventfs: Do not create dentries nor inodes in iterate_shared
|
||
- eventfs: Have the inodes all for files and directories all be the same
|
||
- eventfs: Shortcut eventfs_iterate() by skipping entries already read
|
||
- eventfs: Read ei->entries before ei->children in eventfs_iterate()
|
||
- eventfs: Do ctx->pos update for all iterations in eventfs_iterate()
|
||
- eventfs: Have eventfs_iterate() stop immediately if ei->is_freed is set
|
||
- tracefs/eventfs: Use root and instance inodes as default ownership
|
||
- eventfs: Stop using dcache_readdir() for getdents()
|
||
- eventfs: Remove "lookup" parameter from create_dir/file_dentry()
|
||
- eventfs: Fix bitwise fields for "is_events"
|
||
- tracefs: Check for dentry->d_inode exists in set_gid()
|
||
- eventfs: Fix file and directory uid and gid ownership
|
||
- eventfs: Have event files and directories default to parent uid and gid
|
||
- eventfs: Fix events beyond NAME_MAX blocking tasks
|
||
- eventfs: Make sure that parent->d_inode is locked in creating files/dirs
|
||
- eventfs: Do not allow NULL parent to eventfs_start_creating()
|
||
- eventfs: Move taking of inode_lock into dcache_dir_open_wrapper()
|
||
- eventfs: Use GFP_NOFS for allocation when eventfs_mutex is held
|
||
- eventfs: Do not invalidate dentry in create_file/dir_dentry()
|
||
- eventfs: Remove expectation that ei->is_freed means ei->dentry == NULL
|
||
- eventfs: Use simple_recursive_removal() to clean up dentries
|
||
- eventfs: Remove special processing of dput() of events directory
|
||
- eventfs: Delete eventfs_inode when the last dentry is freed
|
||
- eventfs: Hold eventfs_mutex when calling callback functions
|
||
- eventfs: Save ownership and mode
|
||
- eventfs: Test for ei->is_freed when accessing ei->dentry
|
||
- eventfs: Have a free_ei() that just frees the eventfs_inode
|
||
- eventfs: Remove "is_freed" union with rcu head
|
||
- eventfs: Fix kerneldoc of eventfs_remove_rec()
|
||
- eventfs: Remove extra dget() in eventfs_create_events_dir()
|
||
- eventfs: Fix typo in eventfs_inode union comment
|
||
- eventfs: Fix WARN_ON() in create_file_dentry()
|
||
- tracefs/eventfs: Modify mismatched function name
|
||
- eventfs: Fix failure path in eventfs_create_events_dir()
|
||
- eventfs: Use ERR_CAST() in eventfs_create_events_dir()
|
||
- eventfs: Use eventfs_remove_events_dir()
|
||
- eventfs: Remove eventfs_file and just use eventfs_inode
|
||
- Revert "eventfs: Remove "is_freed" union with rcu head"
|
||
- Revert "eventfs: Save ownership and mode"
|
||
- Revert "eventfs: Delete eventfs_inode when the last dentry is freed"
|
||
- Revert "eventfs: Use simple_recursive_removal() to clean up dentries"
|
||
- Revert "eventfs: Check for NULL ef in eventfs_set_attr()"
|
||
- Revert "eventfs: Do not allow NULL parent to eventfs_start_creating()"
|
||
- parisc: Fix random data corruption from exception handler
|
||
- netfilter: ipset: Missing gc cancellations fixed
|
||
- netfilter: ipset: fix performance regression in swap operation
|
||
- block: fix partial zone append completion handling in req_bio_endio()
|
||
- tracing: Inform kmemleak of saved_cmdlines allocation
|
||
- tracing: Fix HAVE_DYNAMIC_FTRACE_WITH_REGS ifdef
|
||
- fs/proc: do_task_stat: move thread_group_cputime_adjusted() outside of lock_task_sighand()
|
||
- pmdomain: core: Move the unused cleanup to a _sync initcall
|
||
- can: j1939: Fix UAF in j1939_sk_match_filter during setsockopt(SO_J1939_FILTER)
|
||
- can: j1939: prevent deadlock by changing j1939_socks_lock to rwlock
|
||
- can: netlink: Fix TDCO calculation using the old data bittiming
|
||
- of: property: fix typo in io-channels
|
||
- docs: kernel_feat.py: fix build error for missing files
|
||
- blk-wbt: Fix detection of dirty-throttled tasks
|
||
- LoongArch: Fix earlycon parameter if KASAN enabled
|
||
- mm: hugetlb pages should not be reserved by shmat() if SHM_NORESERVE
|
||
- ceph: prevent use-after-free in encode_cap_msg()
|
||
- hv_netvsc: Register VF in netvsc_probe if NET_DEVICE_REGISTER missed
|
||
- net: stmmac: protect updates of 64-bit statistics counters
|
||
- pmdomain: renesas: r8a77980-sysc: CR7 must be always on
|
||
- net: ethernet: ti: cpsw_new: enable mac_managed_pm to fix mdio
|
||
- s390/qeth: Fix potential loss of L3-IP@ in case of network issues
|
||
- net: ethernet: ti: cpsw: enable mac_managed_pm to fix mdio
|
||
- fs: relax mount_setattr() permission checks
|
||
- tools/rtla: Fix Makefile compiler options for clang
|
||
- tools/rtla: Fix uninitialized bucket/data->bucket_size warning
|
||
- tools/rtla: Exit with EXIT_SUCCESS when help is invoked
|
||
- tools/rtla: Fix clang warning about mount_point var size
|
||
- tools/rtla: Replace setting prio with nice for SCHED_OTHER
|
||
- tools/rtla: Remove unused sched_getattr() function
|
||
- tools/rv: Fix Makefile compiler options for clang
|
||
- tools/rv: Fix curr_reactor uninitialized variable
|
||
- ASoC: amd: yc: Add DMI quirk for Lenovo Ideapad Pro 5 16ARP8
|
||
- ASoC: tas2781: add module parameter to tascodec_init()
|
||
- ASoC: SOF: IPC3: fix message bounds on ipc ops
|
||
- arm64: Subscribe Microsoft Azure Cobalt 100 to ARM Neoverse N2 errata
|
||
- arm64/signal: Don't assume that TIF_SVE means we saved SVE state
|
||
- mmc: sdhci-pci-o2micro: Fix a warm reboot issue that disk can't be detected by BIOS
|
||
- zonefs: Improve error handling
|
||
- KVM: arm64: Fix circular locking dependency
|
||
- smb: Fix regression in writes when non-standard maximum write size negotiated
|
||
- smb: client: set correct id, uid and cruid for multiuser automounts
|
||
- thunderbolt: Fix setting the CNS bit in ROUTER_CS_5
|
||
- irqchip/gic-v3-its: Fix GICv4.1 VPE affinity update
|
||
- irqchip/gic-v3-its: Restore quirk probing for ACPI-based systems
|
||
- irqchip/irq-brcmstb-l2: Add write memory barrier before exit
|
||
- wifi: iwlwifi: mvm: fix a crash when we run out of stations
|
||
- wifi: mac80211: reload info pointer in ieee80211_tx_dequeue()
|
||
- wifi: cfg80211: fix wiphy delayed work queueing
|
||
- wifi: iwlwifi: fix double-free bug
|
||
- nfp: flower: prevent re-adding mac index for bonded port
|
||
- nfp: enable NETDEV_XDP_ACT_REDIRECT feature flag
|
||
- nfp: use correct macro for LengthSelect in BAR config
|
||
- crypto: algif_hash - Remove bogus SGL free on zero-length error path
|
||
- crypto: ccp - Fix null pointer dereference in __sev_platform_shutdown_locked
|
||
- nilfs2: fix hang in nilfs_lookup_dirty_data_buffers()
|
||
- nilfs2: fix data corruption in dsync block recovery for small block sizes
|
||
- ALSA: hda/realtek: add IDs for Dell dual spk platform
|
||
- ALSA: hda/conexant: Add quirk for SWS JS201D
|
||
- ALSA: hda/realtek: fix mute/micmute LED For HP mt645
|
||
- mmc: slot-gpio: Allow non-sleeping GPIO ro
|
||
- io_uring/net: fix multishot accept overflow handling
|
||
- x86/mm/ident_map: Use gbpages only where full GB page should be mapped.
|
||
- KVM: x86/pmu: Fix type length error when reading pmu->fixed_ctr_ctrl
|
||
- KVM: x86: make KVM_REQ_NMI request iff NMI pending for vcpu
|
||
- x86/Kconfig: Transmeta Crusoe is CPU family 5, not 6
|
||
- serial: mxs-auart: fix tx
|
||
- serial: core: introduce uart_port_tx_flags()
|
||
- powerpc/pseries: fix accuracy of stolen time
|
||
- powerpc/cputable: Add missing PPC_FEATURE_BOOKE on PPC64 Book-E
|
||
- powerpc/64: Set task pt_regs->link to the LR value on scv entry
|
||
- ftrace: Fix DIRECT_CALLS to use SAVE_REGS by default
|
||
- serial: max310x: prevent infinite while() loop in port startup
|
||
- serial: max310x: fail probe if clock crystal is unstable
|
||
- serial: max310x: improve crystal stable clock detection
|
||
- serial: max310x: set default value when reading clock ready bit
|
||
- nfp: flower: fix hardware offload for the transfer layer port
|
||
- nfp: flower: add hardware offload check for post ct entry
|
||
- net: dsa: mv88e6xxx: Fix failed probe due to unsupported C45 reads
|
||
- ring-buffer: Clean ring_buffer_poll_wait() error return
|
||
- hv_netvsc: Fix race condition between netvsc_probe and netvsc_remove
|
||
- drm/amd/display: Preserve original aspect ratio in create stream
|
||
- drm/amd/display: Increase frame-larger-than for all display_mode_vba files
|
||
- drm/amd/display: Fix MST Null Ptr for RV
|
||
- drm/amdgpu/soc21: update VCN 4 max HEVC encoding resolution
|
||
- drm/prime: Support page array >= 4GB
|
||
- drm/amd/display: Add align done check
|
||
- drm/msm: Wire up tlb ops
|
||
- ksmbd: free aux buffer if ksmbd_iov_pin_rsp_read fails
|
||
- media: rc: bpf attach/detach requires write permission
|
||
- pmdomain: mediatek: fix race conditions with genpd
|
||
- iio: pressure: bmp280: Add missing bmp085 to SPI id table
|
||
- iio: imu: bno055: serdev requires REGMAP
|
||
- iio: imu: adis: ensure proper DMA alignment
|
||
- iio: adc: ad_sigma_delta: ensure proper DMA alignment
|
||
- iio: accel: bma400: Fix a compilation problem
|
||
- iio: commom: st_sensors: ensure proper DMA alignment
|
||
- iio: core: fix memleak in iio_device_register_sysfs
|
||
- iio: magnetometer: rm3100: add boundary check for the value read from RM3100_REG_TMRC
|
||
- staging: iio: ad5933: fix type mismatch regression
|
||
- tracing/probes: Fix to search structure fields correctly
|
||
- tracing/probes: Fix to set arg size and fmt after setting type from BTF
|
||
- tracing/probes: Fix to show a parse error for bad type for $comm
|
||
- tracing/synthetic: Fix trace_string() return value
|
||
- tracing: Fix wasted memory in saved_cmdlines logic
|
||
- tracing/timerlat: Move hrtimer_init to timerlat_fd open()
|
||
- ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks()
|
||
- ext4: fix double-free of blocks due to wrong extents moved_len
|
||
- misc: fastrpc: Mark all sessions as invalid in cb_remove
|
||
- binder: signal epoll threads of self-work
|
||
- ALSA: hda/realtek: fix mute/micmute LEDs for HP ZBook Power
|
||
- ALSA: hda/cs8409: Suppress vmaster control for Dolphin models
|
||
- ASoC: codecs: wcd938x: handle deferred probe
|
||
- ALSA: hda/realtek - Add speaker pin verbtable for Dell dual speaker platform
|
||
- ALSA: hda/realtek: Enable headset mic on Vaio VJFE-ADL
|
||
- usb: typec: tpcm: Fix issues with power being removed during reset
|
||
- modpost: Add '.ltext' and '.ltext.*' to TEXT_SECTIONS
|
||
- linux/init: remove __memexit* annotations
|
||
- um: Fix adding '-no-pie' for clang
|
||
- xen-netback: properly sync TX responses
|
||
- parisc: BTLB: Fix crash when setting up BTLB at CPU bringup
|
||
- net: stmmac: do not clear TBS enable bit on link up/down
|
||
- net: hsr: remove WARN_ONCE() in send_hsr_supervision_frame()
|
||
- nfc: nci: free rx_data_reassembly skb on NCI device cleanup
|
||
- kbuild: Fix changing ELF file type for output of gen_btf for big endian
|
||
- ALSA: hda/realtek: Apply headset jack quirk for non-bass alc287 thinkpads
|
||
- firewire: core: correct documentation of fw_csr_string() kernel API
|
||
- lsm: fix the logic in security_inode_getsecctx()
|
||
- lsm: fix default return value of the socket_getpeersec_*() hooks
|
||
- drm/amd: Don't init MEC2 firmware when it fails to load
|
||
- drm/amdgpu: Reset IH OVERFLOW_CLEAR bit
|
||
- drm/virtio: Set segment size for virtio_gpu device
|
||
- connector/cn_proc: revert "connector: Fix proc_event_num_listeners count not cleared"
|
||
- Revert "drm/msm/gpu: Push gpu lock down past runpm"
|
||
- Revert "drm/amd: flush any delayed gfxoff on suspend entry"
|
||
- scsi: Revert "scsi: fcoe: Fix potential deadlock on &fip->ctlr_lock"
|
||
- media: Revert "media: rkisp1: Drop IRQF_SHARED"
|
||
- Revert "powerpc/pseries/iommu: Fix iommu initialisation during DLPAR add"
|
||
- mptcp: really cope with fastopen race
|
||
- mptcp: check addrs list in userspace_pm_get_local_id
|
||
- mptcp: fix rcv space initialization
|
||
- mptcp: drop the push_pending field
|
||
- selftests: mptcp: add mptcp_lib_kill_wait
|
||
- selftests: mptcp: allow changing subtests prefix
|
||
- selftests: mptcp: increase timeout to 30 min
|
||
- selftests: mptcp: add missing kconfig for NF Mangle
|
||
- selftests: mptcp: add missing kconfig for NF Filter in v6
|
||
- selftests: mptcp: add missing kconfig for NF Filter
|
||
- mptcp: fix data re-injection from stale subflow
|
||
- kallsyms: ignore ARMv4 thunks along with others
|
||
- modpost: trim leading spaces when processing source files list
|
||
- i2c: i801: Fix block process call transactions
|
||
- i2c: pasemi: split driver into two separate modules
|
||
- powerpc/kasan: Limit KASAN thread size increase to 32KB
|
||
- irqchip/gic-v3-its: Handle non-coherent GICv4 redistributors
|
||
- i2c: qcom-geni: Correct I2C TRE sequence
|
||
- cifs: fix underflow in parse_server_interfaces()
|
||
- iio: adc: ad4130: only set GPIO_CTRL if pin is unused
|
||
- iio: adc: ad4130: zero-initialize clock init data
|
||
- PCI: Fix active state requirement in PME polling
|
||
- Revert "kobject: Remove redundant checks for whether ktype is NULL"
|
||
- powerpc/kasan: Fix addr error caused by page alignment
|
||
- powerpc/6xx: set High BAT Enable flag on G2_LE cores
|
||
- powerpc/pseries/iommu: Fix iommu initialisation during DLPAR add
|
||
- driver core: fw_devlink: Improve detection of overlapping cycles
|
||
- media: ir_toy: fix a memleak in irtoy_tx
|
||
- interconnect: qcom: sm8550: Enable sync_state
|
||
- interconnect: qcom: sc8180x: Mark CO0 BCM keepalive
|
||
- usb: dwc3: gadget: Fix NULL pointer dereference in dwc3_gadget_suspend
|
||
- usb: core: Prevent null pointer dereference in update_port_device_state
|
||
- usb: chipidea: core: handle power lost in workqueue
|
||
- usb: f_mass_storage: forbid async queue when shutdown happen
|
||
- USB: hub: check for alternate port before enabling A_ALT_HNP_SUPPORT
|
||
- usb: ucsi_acpi: Fix command completion handling
|
||
- usb: ulpi: Fix debugfs directory leak
|
||
- usb: ucsi: Add missing ppm_lock
|
||
- iio: hid-sensor-als: Return 0 for HID_USAGE_SENSOR_TIME_TIMESTAMP
|
||
- HID: wacom: Do not register input devices until after hid_hw_start
|
||
- HID: wacom: generic: Avoid reporting a serial of '0' to userspace
|
||
- HID: i2c-hid-of: fix NULL-deref on failed power up
|
||
- HID: bpf: actually free hdev memory after attaching a HID-BPF program
|
||
- HID: bpf: remove double fdget()
|
||
- ALSA: hda/realtek: Enable Mute LED on HP Laptop 14-fq0xxx
|
||
- ALSA: hda/realtek: Fix the external mic not being recognised for Acer Swift 1 SF114-32
|
||
- parisc: Prevent hung tasks when printing inventory on serial console
|
||
- ASoC: amd: yc: Add DMI quirk for MSI Bravo 15 C7VF
|
||
- dm-crypt, dm-verity: disable tasklets
|
||
- nouveau: offload fence uevents work to workqueue
|
||
- scsi: storvsc: Fix ring buffer size calculation
|
||
- selftests: mm: fix map_hugetlb failure on 64K page size systems
|
||
- selftests/mm: Update va_high_addr_switch.sh to check CPU for la57 flag
|
||
- mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), again
|
||
- selftests/mm: switch to bash from sh
|
||
- tracing/trigger: Fix to return error if failed to alloc snapshot
|
||
- scs: add CONFIG_MMU dependency for vfree_atomic()
|
||
- selftests/mm: ksm_tests should only MADV_HUGEPAGE valid memory
|
||
- userfaultfd: fix mmap_changing checking in mfill_atomic_hugetlb
|
||
- i40e: Fix waiting for queues of all VSIs to be disabled
|
||
- i40e: Do not allow untrusted VF to remove administratively set MAC
|
||
- mm/memory: Use exception ip to search exception tables
|
||
- ptrace: Introduce exception_ip arch hook
|
||
- MIPS: Add 'memory' clobber to csum_ipv6_magic() inline assembler
|
||
- nouveau/svm: fix kvcalloc() argument order
|
||
- net: sysfs: Fix /sys/class/net/<iface> path for statistics
|
||
- ASoC: rt5645: Fix deadlock in rt5645_jack_detect_work()
|
||
- spi: ppc4xx: Drop write-only variable
|
||
- net: tls: fix returned read length with async decrypt
|
||
- net: tls: fix use-after-free with partial reads and async decrypt
|
||
- net: tls: handle backlogging of crypto requests
|
||
- tls: fix race between tx work scheduling and socket close
|
||
- tls: fix race between async notify and socket close
|
||
- net: tls: factor out tls_*crypt_async_wait()
|
||
- tls: extract context alloc/initialization out of tls_set_sw_offload
|
||
- lan966x: Fix crash when adding interface under a lag
|
||
- net: openvswitch: limit the number of recursions from action sets
|
||
- selftests: forwarding: Fix bridge locked port test flakiness
|
||
- selftests: forwarding: Suppress grep warnings
|
||
- selftests: bridge_mdb: Use MDB get instead of dump
|
||
- selftests: forwarding: Fix bridge MDB test flakiness
|
||
- selftests: forwarding: Fix layer 2 miss test flakiness
|
||
- selftests: net: Fix bridge backup port test flakiness
|
||
- selftests/net: convert test_bridge_backup_port.sh to run it in unique namespace
|
||
- perf: CXL: fix mismatched cpmu event opcode
|
||
- ALSA: hda/cs35l56: select intended config FW_CS_DSP
|
||
- of: property: Improve finding the supplier of a remote-endpoint property
|
||
- of: property: Improve finding the consumer of a remote-endpoint property
|
||
- devlink: Fix command annotation documentation
|
||
- bonding: do not report NETDEV_XDP_ACT_XSK_ZEROCOPY
|
||
- net/handshake: Fix handshake_req_destroy_test1
|
||
- ASoC: SOF: ipc3-topology: Fix pipeline tear down logic
|
||
- wifi: iwlwifi: uninitialized variable in iwl_acpi_get_ppag_table()
|
||
- wifi: iwlwifi: Fix some error codes
|
||
- KVM: selftests: Fix a semaphore imbalance in the dirty ring logging test
|
||
- spi: imx: fix the burst length at DMA mode and CPU mode
|
||
- drm/msm/gem: Fix double resv lock aquire
|
||
- of: unittest: Fix compile in the non-dynamic case
|
||
- KVM: selftests: Avoid infinite loop in hyperv_features when invtsc is missing
|
||
- KVM: selftests: Delete superfluous, unused "stage" variable in AMX test
|
||
- selftests/landlock: Fix fs_test build with old libc
|
||
- driver core: Fix device_link_flag_is_sync_state_only()
|
||
- btrfs: don't drop extent_map for free space inode on write error
|
||
- btrfs: reject encoded write if inode has nodatasum flag set
|
||
- btrfs: don't reserve space for checksums when writing to nocow files
|
||
- btrfs: send: return EOPNOTSUPP on unknown flags
|
||
- btrfs: forbid deleting live subvol qgroup
|
||
- btrfs: do not ASSERT() if the newly created subvolume already got read
|
||
- btrfs: forbid creating subvol qgroups
|
||
- btrfs: do not delete unused block group if it may be used soon
|
||
- btrfs: add and use helper to check if block group is used
|
||
- update workarounds for gcc "asm goto" issue
|
||
- work around gcc bugs with 'asm goto' with outputs
|
||
- netfilter: nft_set_rbtree: skip end interval element from gc
|
||
- net: stmmac: xgmac: fix a typo of register name in DPP safety handling
|
||
- ALSA: usb-audio: Sort quirk table entries
|
||
- net: stmmac: xgmac: use #define for string constants
|
||
- io_uring/net: limit inline multishot retries
|
||
- io_uring/poll: add requeue return code from poll multishot handling
|
||
- io_uring/net: un-indent mshot retry path in io_recv_finish()
|
||
- io_uring/poll: move poll execution helpers higher up
|
||
- io_uring/net: fix sr->len for IORING_OP_RECV with MSG_WAITALL and buffers
|
||
- media: solo6x10: replace max(a, min(b, c)) by clamp(b, a, c)
|
||
- Revert "ASoC: amd: Add new dmi entries for acp5x platform"
|
||
- Input: atkbd - skip ATKBD_CMD_SETLEDS when skipping ATKBD_CMD_GETID
|
||
- Input: i8042 - fix strange behavior of touchpad on Clevo NS70PU
|
||
- hrtimer: Report offline hrtimer enqueue
|
||
- usb: dwc3: pci: add support for the Intel Arrow Lake-H
|
||
- xhci: handle isoc Babble and Buffer Overrun events properly
|
||
- xhci: process isoc TD properly when there was a transaction error mid TD.
|
||
- usb: host: xhci-plat: Add support for XHCI_SG_TRB_CACHE_SIZE_QUIRK
|
||
- usb: dwc3: host: Set XHCI_SG_TRB_CACHE_SIZE_QUIRK
|
||
- x86/lib: Revert to _ASM_EXTABLE_UA() for {get,put}_user() fixups
|
||
- Revert "usb: typec: tcpm: fix cc role at port reset"
|
||
- USB: serial: cp210x: add ID for IMST iM871A-USB
|
||
- USB: serial: option: add Fibocom FM101-GL variant
|
||
- USB: serial: qcserial: add new usb-id for Dell Wireless DW5826e
|
||
- ALSA: usb-audio: add quirk for RODE NT-USB+
|
||
- ALSA: usb-audio: Add a quirk for Yamaha YIT-W12TX transmitter
|
||
- ALSA: usb-audio: Add delay quirk for MOTU M Series 2nd revision
|
||
- blk-iocost: Fix an UBSAN shift-out-of-bounds warning
|
||
- riscv: declare overflow_stack as exported from traps.c
|
||
- riscv: Fix arch_hugetlb_migration_supported() for NAPOT
|
||
- libceph: just wait for more data to be available on the socket
|
||
- libceph: rename read_sparse_msg_*() to read_partial_sparse_msg_*()
|
||
- riscv: Flush the tlb when a page directory is freed
|
||
- scsi: core: Move scsi_host_busy() out of host lock if it is for per-command
|
||
- riscv: Fix hugetlb_mask_last_page() when NAPOT is enabled
|
||
- riscv: Fix set_huge_pte_at() for NAPOT mapping
|
||
- riscv: mm: execute local TLB flush after populating vmemmap
|
||
- mm: Introduce flush_cache_vmap_early()
|
||
- riscv: Improve flush_tlb_kernel_range()
|
||
- riscv: Make __flush_tlb_range() loop over pte instead of flushing the whole tlb
|
||
- riscv: Improve tlb_flush()
|
||
- fs/ntfs3: Fix an NULL dereference bug
|
||
- netfilter: nft_set_pipapo: remove scratch_aligned pointer
|
||
- netfilter: nft_set_pipapo: add helper to release pcpu scratch area
|
||
- netfilter: nft_set_pipapo: store index in scratch maps
|
||
- netfilter: nft_ct: reject direction for ct id
|
||
- drm/amd/display: Implement bounds check for stream encoder creation in DCN301
|
||
- drm/amd/display: Add NULL test for 'timing generator' in 'dcn21_set_pipe()'
|
||
- drm/amd/display: Fix 'panel_cntl' could be null in 'dcn21_set_backlight_level()'
|
||
- netfilter: nft_compat: restrict match/target protocol to u16
|
||
- netfilter: nft_compat: reject unused compat flag
|
||
- netfilter: nft_compat: narrow down revision to unsigned 8-bits
|
||
- selftests: cmsg_ipv6: repeat the exact packet
|
||
- ppp_async: limit MRU to 64K
|
||
- af_unix: Call kfree_skb() for dead unix_(sk)->oob_skb in GC.
|
||
- tipc: Check the bearer type before calling tipc_udp_nl_bearer_add()
|
||
- selftests: net: let big_tcp test cope with slow env
|
||
- rxrpc: Fix counting of new acks and nacks
|
||
- rxrpc: Fix response to PING RESPONSE ACKs to a dead call
|
||
- rxrpc: Fix delayed ACKs to not set the reference serial number
|
||
- rxrpc: Fix generation of serial numbers to skip zero
|
||
- drm/i915/gvt: Fix uninitialized variable in handle_mmio()
|
||
- inet: read sk->sk_family once in inet_recv_error()
|
||
- hwmon: (coretemp) Fix bogus core_id to attr name mapping
|
||
- hwmon: (coretemp) Fix out-of-bounds memory access
|
||
- hwmon: (aspeed-pwm-tacho) mutex for tach reading
|
||
- octeontx2-pf: Fix a memleak otx2_sq_init
|
||
- atm: idt77252: fix a memleak in open_card_ubr0
|
||
- tunnels: fix out of bounds access when building IPv6 PMTU error
|
||
- tsnep: Fix mapping for zero copy XDP_TX action
|
||
- selftests: net: avoid just another constant wait
|
||
- selftests: net: fix tcp listener handling in pmtu.sh
|
||
- selftests/net: change shebang to bash to support "source"
|
||
- selftests/net: convert pmtu.sh to run it in unique namespace
|
||
- selftests/net: convert unicast_extensions.sh to run it in unique namespace
|
||
- selftests: net: cut more slack for gro fwd tests.
|
||
- net: atlantic: Fix DMA mapping for PTP hwts ring
|
||
- netdevsim: avoid potential loop in nsim_dev_trap_report_work()
|
||
- wifi: brcmfmac: Adjust n_channels usage for __counted_by
|
||
- wifi: iwlwifi: exit eSR only after the FW does
|
||
- wifi: mac80211: fix waiting for beacons logic
|
||
- wifi: mac80211: fix RCU use in TDLS fast-xmit
|
||
- net: stmmac: xgmac: fix handling of DPP safety error for DMA channels
|
||
- x86/efistub: Avoid placing the kernel below LOAD_PHYSICAL_ADDR
|
||
- x86/efistub: Give up if memory attribute protocol returns an error
|
||
- drm/msm/dpu: check for valid hw_pp in dpu_encoder_helper_phys_cleanup
|
||
- drm/msm/dp: return correct Colorimetry for DP_TEST_DYNAMIC_RANGE_CEA case
|
||
- drm/msms/dp: fixed link clock divider bits be over written in BPC unknown case
|
||
- xfs: respect the stable writes flag on the RT device
|
||
- xfs: clean up FS_XFLAG_REALTIME handling in xfs_ioctl_setattr_xflags
|
||
- xfs: dquot recovery does not validate the recovered dquot
|
||
- xfs: clean up dqblk extraction
|
||
- xfs: inode recovery does not validate the recovered inode
|
||
- xfs: fix again select in kconfig XFS_ONLINE_SCRUB_STATS
|
||
- xfs: fix internal error from AGFL exhaustion
|
||
- xfs: up(ic_sema) if flushing data device fails
|
||
- xfs: only remap the written blocks in xfs_reflink_end_cow_extent
|
||
- xfs: allow read IO and FICLONE to run concurrently
|
||
- xfs: handle nimaps=0 from xfs_bmapi_write in xfs_alloc_file_space
|
||
- xfs: introduce protection for drop nlink
|
||
- xfs: make sure maxlen is still congruent with prod when rounding down
|
||
- xfs: fix units conversion error in xfs_bmap_del_extent_delay
|
||
- xfs: rt stubs should return negative errnos when rt disabled
|
||
- xfs: prevent rt growfs when quota is enabled
|
||
- xfs: hoist freeing of rt data fork extent mappings
|
||
- xfs: bump max fsgeom struct version
|
||
- MAINTAINERS: add Catherine as xfs maintainer for 6.6.y
|
||
- rust: upgrade to Rust 1.73.0
|
||
- rust: print: use explicit link in documentation
|
||
- rust: task: remove redundant explicit link
|
||
- rust: upgrade to Rust 1.72.1
|
||
- rust: arc: add explicit `drop()` around `Box::from_raw()`
|
||
- cifs: failure to add channel on iface should bump up weight
|
||
- cifs: avoid redundant calls to disable multichannel
|
||
- phy: ti: phy-omap-usb2: Fix NULL pointer dereference for SRP
|
||
- dmaengine: fix is_slave_direction() return false when DMA_DEV_TO_DEV
|
||
- perf evlist: Fix evlist__new_default() for > 1 core PMU
|
||
- phy: renesas: rcar-gen3-usb2: Fix returning wrong error code
|
||
- dmaengine: fsl-qdma: Fix a memory leak related to the queue command DMA
|
||
- dmaengine: fsl-qdma: Fix a memory leak related to the status queue DMA
|
||
- dmaengine: ti: k3-udma: Report short packet errors
|
||
- dmaengine: fsl-dpaa2-qdma: Fix the size of dma pools
|
||
- pds_core: Prevent health thread from running during reset/remove
|
||
- drm/amdgpu: Fix missing error code in 'gmc_v6/7/8/9_0_hw_init()'
|
||
- ASoC: codecs: wsa883x: fix PA volume control
|
||
- ASoC: codecs: lpass-wsa-macro: fix compander volume hack
|
||
- ASoC: codecs: wcd938x: fix headphones volume controls
|
||
- ASoC: qcom: sc8280xp: limit speaker volumes
|
||
- bonding: remove print in bond_verify_device_path
|
||
- selftests/bpf: Remove flaky test_btf_id test
|
||
- LoongArch/smp: Call rcutree_report_cpu_starting() at tlb_init()
|
||
- drm/msm/dsi: Enable runtime PM
|
||
- Revert "drm/amd/display: Disable PSR-SU on Parade 0803 TCON again"
|
||
- mm, kmsan: fix infinite recursion due to RCU critical section
|
||
- arm64: irq: set the correct node for shadow call stack
|
||
- selftests: net: enable some more knobs
|
||
- selftests: net: add missing config for NF_TARGET_TTL
|
||
- selftests: bonding: Check initial state
|
||
- selftests: team: Add missing config options
|
||
- net: sysfs: Fix /sys/class/net/<iface> path
|
||
- octeontx2-pf: Remove xdp queues on program detach
|
||
- selftests: net: don't access /dev/stdout in pmtu.sh
|
||
- selftests: net: fix available tunnels detection
|
||
- selftests: net: add missing config for pmtu.sh tests
|
||
- selftests: net: add missing config for nftables-backed iptables
|
||
- pds_core: Rework teardown/setup flow to be more common
|
||
- pds_core: Clear BARs on reset
|
||
- pds_core: Prevent race issues involving the adminq
|
||
- pds_core: implement pci reset handlers
|
||
- pds_core: Use struct pdsc for the pdsc_adminq_isr private data
|
||
- pds_core: Cancel AQ work on teardown
|
||
- af_unix: fix lockdep positive in sk_diag_dump_icons()
|
||
- net: ipv4: fix a memleak in ip_setup_cork
|
||
- netfilter: nft_ct: sanitize layer 3 and 4 protocol number in custom expectations
|
||
- netfilter: nf_log: replace BUG_ON by WARN_ON_ONCE when putting logger
|
||
- netfilter: nf_tables: restrict tunnel object to NFPROTO_NETDEV
|
||
- netfilter: conntrack: correct window scaling with retransmitted SYN
|
||
- selftests: net: add missing config for GENEVE
|
||
- devlink: Fix referring to hw_addr attribute during state validation
|
||
- bridge: mcast: fix disabled snooping after long uptime
|
||
- selftests: net: Add missing matchall classifier
|
||
- llc: call sock_orphan() at release time
|
||
- ipv6: Ensure natural alignment of const ipv6 loopback and router addresses
|
||
- net: dsa: qca8k: fix illegal usage of GPIO
|
||
- ixgbe: Fix an error handling path in ixgbe_read_iosf_sb_reg_x550()
|
||
- ixgbe: Refactor overtemp event handling
|
||
- ixgbe: Refactor returning internal error codes
|
||
- e1000e: correct maximum frequency adjustment values
|
||
- tcp: add sanity checks to rx zerocopy
|
||
- net: lan966x: Fix port configuration when using SGMII interface
|
||
- ipmr: fix kernel panic when forwarding mcast packets
|
||
- net: dsa: mt7530: fix 10M/100M speed on MT7988 switch
|
||
- ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv()
|
||
- selftests: net: give more time for GRO aggregation
|
||
- selftests: net: add missing required classifier
|
||
- selftests: net: add missing config for big tcp tests
|
||
- net: phy: mediatek-ge-soc: sync driver with MediaTek SDK
|
||
- net: ethernet: mtk_eth_soc: set DMA coherent mask to get PPE working
|
||
- gve: Fix skb truesize underestimation
|
||
- selftests: net: explicitly wait for listener ready
|
||
- selftests: net: remove dependency on ebpf tests
|
||
- HID: hidraw: fix a problem of memory leak in hidraw_release()
|
||
- scsi: core: Move scsi_host_busy() out of host lock for waking up EH handler
|
||
- regulator: ti-abb: don't use devm_platform_ioremap_resource_byname for shared interrupt register
|
||
- kunit: run test suites only after module initialization completes
|
||
- scsi: isci: Fix an error code problem in isci_io_request_build()
|
||
- riscv: Fix build error on rv32 + XIP
|
||
- drm/amdkfd: only flush mes process context if mes support is there
|
||
- drm: using mul_u32_u32() requires linux/math64.h
|
||
- wifi: cfg80211: fix RCU dereference in __cfg80211_bss_update
|
||
- perf: Fix the nr_addr_filters fix
|
||
- i2c: rk3x: Adjust mask/value offset for i2c2 on rv1126
|
||
- drm/amdkfd: Fix 'node' NULL check in 'svm_range_get_range_boundaries()'
|
||
- drm/amdgpu: Release 'adev->pm.fw' before return in 'amdgpu_device_need_post()'
|
||
- drm/amdgpu: Fix with right return code '-EIO' in 'amdgpu_gmc_vram_checking()'
|
||
- drm/amd/powerplay: Fix kzalloc parameter 'ATOM_Tonga_PPM_Table' in 'get_platform_power_management_table()'
|
||
- drm/amdgpu: fix avg vs input power reporting on smu7
|
||
- ceph: fix invalid pointer access if get_quota_realm return ERR_PTR
|
||
- ceph: reinitialize mds feature bit even when session in open
|
||
- virtio_net: Fix "‘%d’ directive writing between 1 and 11 bytes into a region of size 10" warnings
|
||
- drm/amdkfd: Fix lock dependency warning with srcu
|
||
- drm/amdkfd: Fix lock dependency warning
|
||
- libsubcmd: Fix memory leak in uniq()
|
||
- misc: lis3lv02d_i2c: Add missing setting of the reg_ctrl callback
|
||
- usb: xhci-plat: fix usb disconnect issue after s4
|
||
- 9p: Fix initialisation of netfs_inode for 9p
|
||
- PCI/AER: Decode Requester ID when no error info found
|
||
- PCI: Fix 64GT/s effective data rate calculation
|
||
- spmi: mediatek: Fix UAF on device remove
|
||
- fs/kernfs/dir: obey S_ISGID
|
||
- tty: allow TIOCSLCKTRMIOS with CAP_CHECKPOINT_RESTORE
|
||
- selftests/sgx: Fix linker script asserts
|
||
- usb: hub: Add quirk to decrease IN-ep poll interval for Microchip USB491x hub
|
||
- usb: hub: Replace hardcoded quirk value with BIT() macro
|
||
- extcon: fix possible name leak in extcon_dev_register()
|
||
- perf cs-etm: Bump minimum OpenCSD version to ensure a bugfix is present
|
||
- PCI: switchtec: Fix stdev_release() crash after surprise hot remove
|
||
- PCI: Only override AMD USB controller if required
|
||
- mailbox: arm_mhuv2: Fix a bug for mhuv2_sender_interrupt
|
||
- mfd: ti_am335x_tscadc: Fix TI SoC dependencies
|
||
- xen/gntdev: Fix the abuse of underlying struct page in DMA-buf import
|
||
- riscv: Make XIP bootable again
|
||
- i3c: master: cdns: Update maximum prescaler value for i2c clock
|
||
- um: time-travel: fix time corruption
|
||
- um: net: Fix return type of uml_net_start_xmit()
|
||
- um: Don't use vfprintf() for os_info()
|
||
- um: Fix naming clash between UML and scheduler
|
||
- leds: trigger: panic: Don't register panic notifier if creating the trigger failed
|
||
- pinctrl: baytrail: Fix types of config value in byt_pin_config_set()
|
||
- ALSA: hda/conexant: Fix headset auto detect fail in cx8070 and SN6140
|
||
- drm/amdgpu: apply the RV2 system aperture fix to RN/CZN as well
|
||
- drm/amdkfd: Fix iterator used outside loop in 'kfd_add_peer_prop()'
|
||
- drm/amdgpu: Drop 'fence' check in 'to_amdgpu_amdkfd_fence()'
|
||
- drm/amdgpu: Fix '*fw' from request_firmware() not released in 'amdgpu_ucode_request()'
|
||
- Re-revert "drm/amd/display: Enable Replay for static screen use cases"
|
||
- drm/amdgpu: Let KFD sync with VM fences
|
||
- drm/amd/display: Fix minor issues in BW Allocation Phase2
|
||
- drm/amdgpu: Fix ecc irq enable/disable unpaired
|
||
- clk: imx: clk-imx8qxp: fix LVDS bypass, pixel and phy clocks
|
||
- drm/amd/display: Only clear symclk otg flag for HDMI
|
||
- drm/amd/display: make flip_timestamp_in_us a 64-bit variable
|
||
- accel/habanalabs: add support for Gaudi2C device
|
||
- watchdog: it87_wdt: Keep WDTCTRL bit 3 unmodified for IT8784/IT8786
|
||
- watchdog: starfive: add lock annotations to fix context imbalances
|
||
- clk: mmp: pxa168: Fix memory leak in pxa168_clk_init()
|
||
- clk: hi3620: Fix memory leak in hi3620_mmc_clk_init()
|
||
- drm/amdgpu: fix ftrace event amdgpu_bo_move always move on same heap
|
||
- drm/msm/dpu: fix writeback programming for YUV cases
|
||
- drm/msm/dpu: Ratelimit framedone timeout msgs
|
||
- drm/msm/dpu: enable writeback on SM8450
|
||
- drm/msm/dpu: enable writeback on SM8350
|
||
- drm/amdkfd: fix mes set shader debugger process management
|
||
- drm/amd/display: Force p-state disallow if leaving no plane config
|
||
- drm/amd/display: For prefetch mode > 0, extend prefetch if possible
|
||
- media: i2c: imx335: Fix hblank min/max values
|
||
- media: ddbridge: fix an error code problem in ddb_probe
|
||
- media: amphion: remove mutext lock in condition of wait_event
|
||
- IB/ipoib: Fix mcast list locking
|
||
- drm/exynos: Call drm_atomic_helper_shutdown() at shutdown/unbind time
|
||
- hwmon: (hp-wmi-sensors) Fix failure to load on EliteDesk 800 G6
|
||
- hwmon: (nct6775) Fix fan speed set failure in automatic mode
|
||
- media: rkisp1: resizer: Stop manual allocation of v4l2_subdev_state
|
||
- media: rkisp1: Fix IRQ disable race issue
|
||
- media: rkisp1: Store IRQ lines
|
||
- media: rkisp1: Fix IRQ handler return values
|
||
- media: rkisp1: Drop IRQF_SHARED
|
||
- media: uvcvideo: Fix power line control for SunplusIT camera
|
||
- media: uvcvideo: Fix power line control for a Chicony camera
|
||
- drm/msm/dp: Add DisplayPort controller for SM8650
|
||
- ALSA: hda: intel-dspcfg: add filters for ARL-S and ARL
|
||
- ALSA: hda: Intel: add HDA_ARL PCI ID support
|
||
- PCI: add INTEL_HDA_ARL to pci_ids.h
|
||
- media: rockchip: rga: fix swizzling for RGB formats
|
||
- media: stk1160: Fixed high volume of stk1160_dbg messages
|
||
- drm/mipi-dsi: Fix detach call without attach
|
||
- drm/framebuffer: Fix use of uninitialized variable
|
||
- drm/drm_file: fix use of uninitialized variable
|
||
- drm/amd/display: Fix MST PBN/X.Y value calculations
|
||
- ASoC: amd: Add new dmi entries for acp5x platform
|
||
- f2fs: fix write pointers on zoned device after roll forward
|
||
- drm/amd/display: Fix tiled display misalignment
|
||
- drm/bridge: anx7625: Fix Set HPD irq detect window to 2ms
|
||
- drm/panel-edp: Add override_edid_mode quirk for generic edp
|
||
- RDMA/IPoIB: Fix error code return in ipoib_mcast_join
|
||
- reiserfs: Avoid touching renamed directory if parent does not change
|
||
- fast_dput(): handle underflows gracefully
|
||
- ASoC: doc: Fix undefined SND_SOC_DAPM_NOPM argument
|
||
- ALSA: hda: Refer to correct stream index at loops
|
||
- f2fs: fix to check return value of f2fs_reserve_new_block()
|
||
- net: dsa: qca8k: put MDIO bus OF node on qca8k_mdio_register() failure
|
||
- net: kcm: fix direct access to bv_len
|
||
- octeontx2-af: Fix max NPC MCAM entry check while validating ref_entry
|
||
- i40e: Fix VF disable behavior to block all traffic
|
||
- arm64: dts: sprd: Change UMS512 idle-state nodename to match bindings
|
||
- arm64: dts: sprd: Add clock reference for pll2 on UMS512
|
||
- bridge: cfm: fix enum typo in br_cc_ccm_tx_parse
|
||
- net/smc: disable SEID on non-s390 archs where virtual ISM may be used
|
||
- Bluetooth: L2CAP: Fix possible multiple reject send
|
||
- Bluetooth: hci_sync: fix BR/EDR wakeup bug
|
||
- Bluetooth: ISO: Avoid creating child socket if PA sync is terminating
|
||
- Bluetooth: qca: Set both WIDEBAND_SPEECH and LE_STATES quirks for QCA2066
|
||
- wifi: cfg80211: free beacon_ies when overridden from hidden BSS
|
||
- wifi: rtlwifi: rtl8723{be,ae}: using calculate_bit_shift()
|
||
- libbpf: Fix NULL pointer dereference in bpf_object__collect_prog_relos
|
||
- wifi: rtw89: coex: Fix wrong Wi-Fi role info and FDDT parameter members
|
||
- wifi: rtl8xxxu: Add additional USB IDs for RTL8192EU devices
|
||
- arm64: dts: amlogic: fix format for s4 uart node
|
||
- ice: fix pre-shifted bit usage
|
||
- arm64: dts: qcom: Fix coresight warnings in in-ports and out-ports
|
||
- arm64: dts: qcom: msm8998: Fix 'out-ports' is a required property
|
||
- arm64: dts: qcom: msm8996: Fix 'in-ports' is a required property
|
||
- block: prevent an integer overflow in bvec_try_merge_hw_page
|
||
- net: dsa: mv88e6xxx: Fix mv88e6352_serdes_get_stats error path
|
||
- net: atlantic: eliminate double free in error handling logic
|
||
- ice: fix ICE_AQ_VSI_Q_OPT_RSS_* register values
|
||
- scsi: hisi_sas: Set .phy_attached before notifing phyup event HISI_PHYE_PHY_UP_PM
|
||
- scsi: lpfc: Move determination of vmid_flag after VMID reinitialization completes
|
||
- scsi: lpfc: Reinitialize an NPIV's VMID data structures after FDISC
|
||
- ARM: dts: imx23/28: Fix the DMA controller node name
|
||
- ARM: dts: imx23-sansa: Use preferred i2c-gpios properties
|
||
- ARM: dts: imx27-apf27dev: Fix LED name
|
||
- ARM: dts: imx25/27: Pass timing0
|
||
- ARM: dts: imx25: Fix the iim compatible string
|
||
- selftests/bpf: fix compiler warnings in RELEASE=1 mode
|
||
- arm64: zynqmp: Fix clock node name in kv260 cards
|
||
- arm64: zynqmp: Move fixed clock to / for kv260
|
||
- block/rnbd-srv: Check for unlikely string overflow
|
||
- ionic: bypass firmware cmds when stuck in reset
|
||
- ionic: pass opcode to devcmd_wait
|
||
- net: phy: at803x: fix passing the wrong reference for config_intr
|
||
- ARM: dts: imx1: Fix sram node
|
||
- ARM: dts: imx27: Fix sram node
|
||
- ARM: dts: imx: Use flash@0,0 pattern
|
||
- ARM: dts: imx25/27-eukrea: Fix RTC node name
|
||
- ARM: dts: rockchip: fix rk3036 hdmi ports node
|
||
- wifi: ath12k: fix the issue that the multicast/broadcast indicator is not read correctly for WCN7850
|
||
- bpf: Set uattr->batch.count as zero before batched update or deletion
|
||
- wifi: mt76: mt7996: add PCI IDs for mt7992
|
||
- wifi: mt76: connac: fix EHT phy mode check
|
||
- arm64: dts: qcom: sm8350: Fix remoteproc interrupt type
|
||
- arm64: dts: qcom: sm8450: fix soundwire controllers node name
|
||
- arm64: dts: qcom: sm8550: fix soundwire controllers node name
|
||
- net: mvmdio: Avoid excessive sleeps in polled mode
|
||
- minmax: relax check to allow comparison between unsigned arguments and signed constants
|
||
- minmax: allow comparisons of 'int' against 'unsigned char/short'
|
||
- minmax: fix indentation of __cmp_once() and __clamp_once()
|
||
- minmax: allow min()/max()/clamp() if the arguments have the same signedness.
|
||
- minmax: add umin(a, b) and umax(a, b)
|
||
- minmax: fix header inclusions
|
||
- minmax: deduplicate __unconst_integer_typeof()
|
||
- scsi: libfc: Fix up timeout error in fc_fcp_rec_error()
|
||
- scsi: libfc: Don't schedule abort twice
|
||
- wifi: ath12k: fix and enable AP mode for WCN7850
|
||
- bpf: Set need_defer as false when clearing fd array during map free
|
||
- bpf: Check rcu_read_lock_trace_held() before calling bpf map helpers
|
||
- wifi: rtw89: fix misbehavior of TX beacon in concurrent mode
|
||
- wifi: ath11k: fix race due to setting ATH11K_FLAG_EXT_IRQ_ENABLED too early
|
||
- wifi: ath9k: Fix potential array-index-out-of-bounds read in ath9k_htc_txstatus()
|
||
- bpf: Fix a few selftest failures due to llvm18 change
|
||
- ARM: dts: imx7s: Fix nand-controller #size-cells
|
||
- ARM: dts: imx7s: Fix lcdif compatible
|
||
- ARM: dts: imx7d: Fix coresight funnel ports
|
||
- scsi: arcmsr: Support new PCI device IDs 1883 and 1886
|
||
- scsi: mpi3mr: Add PCI checks where SAS5116 diverges from SAS4116
|
||
- scsi: mpi3mr: Add support for SAS5116 PCI IDs
|
||
- net: usb: ax88179_178a: avoid two consecutive device resets
|
||
- bonding: return -ENOMEM instead of BUG in alb_upper_dev_walk
|
||
- PCI: Add no PM reset quirk for NVIDIA Spectrum devices
|
||
- net: phy: micrel: fix ts_info value in case of no phc
|
||
- ARM: dts: samsung: s5pv210: fix camera unit addresses/ranges
|
||
- ARM: dts: samsung: exynos4: fix camera unit addresses/ranges
|
||
- scsi: lpfc: Fix possible file string name overflow when updating firmware
|
||
- soc: xilinx: fix unhandled SGI warning message
|
||
- soc: xilinx: Fix for call trace due to the usage of smp_processor_id()
|
||
- ARM: dts: qcom: msm8660: fix PMIC node labels
|
||
- ARM: dts: qcom: mdm9615: fix PMIC node labels
|
||
- ARM: dts: qcom: strip prefix from PMIC files
|
||
- selftests/bpf: Fix issues in setup_classid_environment()
|
||
- wifi: rt2x00: correct wrong BBP register in RxDCOC calibration
|
||
- selftests/bpf: Fix pyperf180 compilation failure with clang18
|
||
- libbpf: Fix potential uninitialized tail padding with LIBBPF_OPTS_RESET
|
||
- selftests/bpf: satisfy compiler by having explicit return in btf test
|
||
- selftests/bpf: fix RELEASE=1 build for tc_opts
|
||
- wifi: rt2x00: restart beacon queue when hardware reset
|
||
- wifi: rtw89: fix timeout calculation in rtw89_roc_end()
|
||
- ext4: avoid online resizing failures due to oversized flex bg
|
||
- ext4: remove unnecessary check from alloc_flex_gd()
|
||
- ext4: unify the type of flexbg_size to unsigned int
|
||
- ext4: fix inconsistent between segment fstrim and full fstrim
|
||
- ecryptfs: Reject casefold directory inodes
|
||
- smb: client: fix hardlinking of reparse points
|
||
- smb: client: fix renaming of reparse points
|
||
- ext4: treat end of range as exclusive in ext4_zero_range()
|
||
- SUNRPC: Fix a suspicious RCU usage warning
|
||
- sysctl: Fix out of bounds access for empty sysctl registers
|
||
- KVM: s390: fix setting of fpc register
|
||
- s390/ptrace: handle setting of fpc register correctly
|
||
- s390/vfio-ap: fix sysfs status attribute for AP queue devices
|
||
- arch: consolidate arch_irq_work_raise prototypes
|
||
- s390/boot: always align vmalloc area on segment boundary
|
||
- jfs: fix array-index-out-of-bounds in diNewExt
|
||
- rxrpc_find_service_conn_rcu: fix the usage of read_seqbegin_or_lock()
|
||
- afs: fix the usage of read_seqbegin_or_lock() in afs_find_server*()
|
||
- afs: fix the usage of read_seqbegin_or_lock() in afs_lookup_volume_rcu()
|
||
- crypto: stm32/crc32 - fix parsing list of devices
|
||
- erofs: fix ztailpacking for subpage compressed blocks
|
||
- crypto: octeontx2 - Fix cptvf driver cleanup
|
||
- crypto: starfive - Fix dev_err_probe return error
|
||
- erofs: fix up compacted indexes for block size < 4096
|
||
- pstore/ram: Fix crash when setting number of cpus to an odd number
|
||
- crypto: p10-aes-gcm - Avoid -Wstringop-overflow warnings
|
||
- hwrng: starfive - Fix dev_err_probe return error
|
||
- jfs: fix uaf in jfs_evict_inode
|
||
- jfs: fix array-index-out-of-bounds in dbAdjTree
|
||
- jfs: fix slab-out-of-bounds Read in dtSearch
|
||
- UBSAN: array-index-out-of-bounds in dtSplitRoot
|
||
- FS:JFS:UBSAN:array-index-out-of-bounds in dbAdjTree
|
||
- thermal: core: Fix thermal zone suspend-resume synchronization
|
||
- ACPI: APEI: set memory failure flags as MF_ACTION_REQUIRED on synchronous events
|
||
- PM / devfreq: Synchronize devfreq_monitor_[start/stop]
|
||
- kunit: tool: fix parsing of test attributes
|
||
- ACPI: NUMA: Fix the logic of getting the fake_pxm value
|
||
- selftests/nolibc: fix testcase status alignment
|
||
- ACPI: extlog: fix NULL pointer dereference check
|
||
- PNP: ACPI: fix fortify warning
|
||
- ACPI: video: Add quirk for the Colorful X15 AT 23 Laptop
|
||
- audit: Send netlink ACK before setting connection in auditd_set
|
||
- regulator: core: Only increment use_count when enable_count changes
|
||
- debugobjects: Stop accessing objects after releasing hash bucket lock
|
||
- perf/core: Fix narrow startup race when creating the perf nr_addr_filters sysfs file
|
||
- x86/mce: Mark fatal MCE's page as poison to avoid panic in the kdump kernel
|
||
- powerpc: pmd_move_must_withdraw() is only needed for CONFIG_TRANSPARENT_HUGEPAGE
|
||
- x86/boot: Ignore NMIs during very early boot
|
||
- powerpc/64s: Fix CONFIG_NUMA=n build due to create_section_mapping()
|
||
- powerpc/mm: Fix build failures due to arch_reserved_kernel_pages()
|
||
- powerpc: Fix build error due to is_valid_bugaddr()
|
||
- drivers/perf: pmuv3: don't expose SW_INCR event in sysfs
|
||
- arm64: irq: set the correct node for VMAP stack
|
||
- powerpc/mm: Fix null-pointer dereference in pgtable_cache_add
|
||
- asm-generic: make sparse happy with odd-sized put_unaligned_*()
|
||
- Documentation/sphinx: fix Python string escapes
|
||
- thermal: trip: Drop lockdep assertion from thermal_zone_trip_id()
|
||
- serial: core: fix kernel-doc for uart_port_unlock_irqrestore()
|
||
- x86/entry/ia32: Ensure s32 is sign extended to s64
|
||
- tick/sched: Preserve number of idle sleeps across CPU hotplug events
|
||
- clocksource: Skip watchdog check for large watchdog intervals
|
||
- genirq: Initialize resend_node hlist for all interrupt descriptors
|
||
- mips: Call lose_fpu(0) before initializing fcr31 in mips_set_personality_nan
|
||
- cxl/region:Fix overflow issue in alloc_hpa()
|
||
- drm: bridge: samsung-dsim: Don't use FORCE_STOP_STATE
|
||
- MIPS: lantiq: register smp_ops on non-smp platforms
|
||
- spi: fix finalize message on error return
|
||
- cifs: fix stray unlock in cifs_chan_skip_or_disable
|
||
- spi: spi-cadence: Reverse the order of interleaved write and read operations
|
||
- spi: bcm-qspi: fix SFDP BFPT read by usig mspi read
|
||
- cpufreq/amd-pstate: Fix setting scaling max/min freq values
|
||
- drm/bridge: anx7625: Ensure bridge is suspended in disable()
|
||
- block: Move checking GENHD_FL_NO_PART to bdev_add_partition()
|
||
- spi: intel-pci: Remove Meteor Lake-S SoC PCI ID from the list
|
||
- ARM: dts: exynos4212-tab3: add samsung,invert-vclk flag to fimd
|
||
- gpio: eic-sprd: Clear interrupt after set the interrupt type
|
||
- firmware: arm_scmi: Use xa_insert() when saving raw queues
|
||
- firmware: arm_scmi: Use xa_insert() to store opps
|
||
- drm/exynos: gsc: minor fix for loop iteration in gsc_runtime_resume
|
||
- drm/exynos: fix accidental on-stack copy of exynos_drm_plane
|
||
- memblock: fix crash when reserved memory is not added to memory
|
||
- drm/bridge: parade-ps8640: Make sure we drop the AUX mutex in the error case
|
||
- drm/bridge: parade-ps8640: Ensure bridge is suspended in .post_disable()
|
||
- drm/bridge: sii902x: Fix audio codec unregistration
|
||
- drm/bridge: sii902x: Fix probing race issue
|
||
- drm/panel: samsung-s6d7aa0: drop DRM_BUS_FLAG_DE_HIGH for lsl080al02
|
||
- drm: panel-simple: add missing bus flags for Tianma tm070jvhg[30/33]
|
||
- drm/bridge: parade-ps8640: Wait for HPD when doing an AUX transfer
|
||
- drm/amdgpu/gfx11: set UNORD_DISPATCH in compute MQDs
|
||
- drm/amdgpu/gfx10: set UNORD_DISPATCH in compute MQDs
|
||
- drm/panel-edp: drm/panel-edp: Fix AUO B116XTN02 name
|
||
- drm/panel-edp: drm/panel-edp: Fix AUO B116XAK01 name and timing
|
||
- drm/panel-edp: Add AUO B116XTN02, BOE NT116WHM-N21,836X2, NV116WHM-N49 V8.0
|
||
- drm/i915/psr: Only allow PSR in LPSP mode on HSW non-ULT
|
||
- drm/i915/lnl: Remove watchdog timers for PSR
|
||
- btrfs: zoned: optimize hint byte for zoned allocator
|
||
- btrfs: zoned: factor out prepare_allocation_zoned()
|
||
- serial: sc16is7xx: fix unconditional activation of THRI interrupt
|
||
- serial: sc16is7xx: Use port lock wrappers
|
||
- serial: core: Provide port lock wrappers
|
||
- mm: migrate: fix getting incorrect page mapping during page migration
|
||
- mm: migrate: record the mlocked page status to remove unnecessary lru drain
|
||
- thermal: gov_power_allocator: avoid inability to reset a cdev
|
||
- thermal: core: Store trip pointer in struct thermal_instance
|
||
- thermal: trip: Drop redundant trips check from for_each_thermal_trip()
|
||
- media: i2c: imx290: Properly encode registers as little-endian
|
||
- media: v4l2-cci: Add support for little-endian encoded registers
|
||
- media: v4l: cci: Add macros to obtain register width and address
|
||
- media: v4l: cci: Include linux/bits.h
|
||
- pipe: wakeup wr_wait after setting max_usage
|
||
- fs/pipe: move check to pipe_has_watch_queue()
|
||
- thermal: intel: hfi: Add syscore callbacks for system-wide PM
|
||
- thermal: intel: hfi: Disable an HFI instance when all its CPUs go offline
|
||
- thermal: intel: hfi: Refactor enabling code into helper functions
|
||
- net/bpf: Avoid unused "sin_addr_len" warning when CONFIG_CGROUP_BPF is not set
|
||
- drm/amd/display: Fix uninitialized variable usage in core_link_ 'read_dpcd() & write_dpcd()' functions
|
||
- drm/amdgpu/pm: Fix the power source flag error
|
||
- drm/amd/display: Fix late derefrence 'dsc' check in 'link_set_dsc_pps_packet()'
|
||
- drm/amd/display: Align the returned error code with legacy DP
|
||
- drm/amd/display: Port DENTIST hang and TDR fixes to OTG disable W/A
|
||
- drm/amd/display: Fix variable deferencing before NULL check in edp_setup_replay()
|
||
- drm/amdgpu: correct the cu count for gfx v11
|
||
- drm/bridge: nxp-ptn3460: simplify some error checking
|
||
- Revert "drm/amd/display: fix bandwidth validation failure on DCN 2.1"
|
||
- drm/amd/display: Disable PSR-SU on Parade 0803 TCON again
|
||
- drm/amd/display: fix bandwidth validation failure on DCN 2.1
|
||
- drm: Allow drivers to indicate the damage helpers to ignore damage clips
|
||
- drm/virtio: Disable damage clipping if FB changed since last page-flip
|
||
- drm: Disable the cursor plane on atomic contexts with virtualized drivers
|
||
- drm/tidss: Fix atomic_flush check
|
||
- drm: Fix TODO list mentioning non-KMS drivers
|
||
- drm/bridge: nxp-ptn3460: fix i2c_master_send() error checking
|
||
- drm: Don't unref the same fb many times by mistake due to deadlock handling
|
||
- Revert "drm/i915/dsi: Do display on sequence later on icl+"
|
||
- cpufreq: intel_pstate: Refine computation of P-state for given frequency
|
||
- gpiolib: acpi: Ignore touchpad wakeup on GPD G1619-04
|
||
- xfs: read only mounts with fsopen mount API are busted
|
||
- drm/amdgpu: Fix the null pointer when load rlc firmware
|
||
- Revert "drivers/firmware: Move sysfb_init() from device_initcall to subsys_initcall_sync"
|
||
- firmware: arm_scmi: Check mailbox/SMT channel for consistency
|
||
- ksmbd: fix global oob in ksmbd_nl_policy
|
||
- platform/x86: p2sb: Allow p2sb_bar() calls during PCI device probe
|
||
- platform/x86: intel-uncore-freq: Fix types in sysfs callbacks
|
||
- netfilter: nf_tables: reject QUEUE/DROP verdict parameters
|
||
- netfilter: nft_chain_filter: handle NETDEV_UNREGISTER for inet/ingress basechain
|
||
- hv_netvsc: Calculate correct ring size when PAGE_SIZE is not 4 Kbytes
|
||
- nfsd: fix RELEASE_LOCKOWNER
|
||
- wifi: iwlwifi: fix a memory corruption
|
||
- exec: Fix error handling in begin_new_exec()
|
||
- rbd: don't move requests to the running list on errors
|
||
- btrfs: don't abort filesystem when attempting to snapshot deleted subvolume
|
||
- btrfs: defrag: reject unknown flags of btrfs_ioctl_defrag_range_args
|
||
- btrfs: don't warn if discard range is not aligned to sector
|
||
- btrfs: tree-checker: fix inline ref size in error messages
|
||
- btrfs: ref-verify: free ref cache before clearing mount opt
|
||
- btrfs: avoid copying BTRFS_ROOT_SUBVOL_DEAD flag to snapshot of subvolume being deleted
|
||
- btrfs: zoned: fix lock ordering in btrfs_zone_activate()
|
||
- tsnep: Fix XDP_RING_NEED_WAKEUP for empty fill ring
|
||
- tsnep: Remove FCS for XDP data path
|
||
- net: fec: fix the unhandled context fault from smmu
|
||
- selftests: bonding: do not test arp/ns target with mode balance-alb/tlb
|
||
- fjes: fix memleaks in fjes_hw_setup
|
||
- i40e: update xdp_rxq_info::frag_size for ZC enabled Rx queue
|
||
- i40e: set xdp_rxq_info::frag_size
|
||
- xdp: reflect tail increase for MEM_TYPE_XSK_BUFF_POOL
|
||
- ice: update xdp_rxq_info::frag_size for ZC enabled Rx queue
|
||
- intel: xsk: initialize skb_frag_t::bv_offset in ZC drivers
|
||
- ice: remove redundant xdp_rxq_info registration
|
||
- i40e: handle multi-buffer packets that are shrunk by xdp prog
|
||
- ice: work on pre-XDP prog frag count
|
||
- xsk: fix usage of multi-buffer BPF helpers for ZC XDP
|
||
- bpf: Add bpf_sock_addr_set_sun_path() to allow writing unix sockaddr from bpf
|
||
- bpf: Propagate modified uaddrlen from cgroup sockaddr programs
|
||
- xsk: make xsk_buff_pool responsible for clearing xdp_buff::flags
|
||
- xsk: recycle buffer in case Rx queue was full
|
||
- selftests: netdevsim: fix the udp_tunnel_nic test
|
||
- selftests: net: fix rps_default_mask with >32 CPUs
|
||
- net: mvpp2: clear BM pool before initialization
|
||
- net: stmmac: Wait a bit for the reset to take effect
|
||
- netfilter: nf_tables: validate NFPROTO_* family
|
||
- netfilter: nf_tables: restrict anonymous set and map names to 16 bytes
|
||
- netfilter: nft_limit: reject configurations that cause integer overflow
|
||
- rcu: Defer RCU kthreads wakeup when CPU is dying
|
||
- net/mlx5e: fix a potential double-free in fs_any_create_groups
|
||
- net/mlx5e: fix a double-free in arfs_create_groups
|
||
- net/mlx5e: Ignore IPsec replay window values on sender side
|
||
- net/mlx5e: Allow software parsing when IPsec crypto is enabled
|
||
- net/mlx5: Use mlx5 device constant for selecting CQ period mode for ASO
|
||
- net/mlx5: DR, Can't go to uplink vport on RX rule
|
||
- net/mlx5: DR, Use the right GVMI number for drop action
|
||
- net/mlx5: Bridge, fix multicast packets sent to uplink
|
||
- net/mlx5: Bridge, Enable mcast in smfs steering mode
|
||
- net/mlx5: Fix a WARN upon a callback command failure
|
||
- net/mlx5e: Fix peer flow lists handling
|
||
- net/mlx5e: Fix operation precedence bug in port timestamping napi_poll context
|
||
- net/sched: flower: Fix chain template offload
|
||
- selftests: fill in some missing configs for net
|
||
- ipv6: init the accept_queue's spinlocks in inet6_create
|
||
- netlink: fix potential sleeping issue in mqueue_flush_file
|
||
- selftest: Don't reuse port for SO_INCOMING_CPU test.
|
||
- tcp: Add memory barrier to tcp_push()
|
||
- afs: Hide silly-rename files from userspace
|
||
- tracing: Ensure visibility when inserting an element into tracing_map
|
||
- netfs, fscache: Prevent Oops in fscache_put_cache()
|
||
- net/rds: Fix UBSAN: array-index-out-of-bounds in rds_cmsg_recv
|
||
- net: micrel: Fix PTP frame parsing for lan8814
|
||
- tun: add missing rx stats accounting in tun_xdp_act
|
||
- tun: fix missing dropped counter in tun_xdp_act
|
||
- net: fix removing a namespace with conflicting altnames
|
||
- udp: fix busy polling
|
||
- llc: Drop support for ETH_P_TR_802_2.
|
||
- llc: make llc_ui_sendmsg() more robust against bonding changes
|
||
- vlan: skip nested type that is not IFLA_VLAN_QOS_MAPPING
|
||
- bnxt_en: Prevent kernel warning when running offline self test
|
||
- bnxt_en: Wait for FLR to complete during probe
|
||
- tcp: make sure init the accept_queue's spinlocks once
|
||
- selftests: bonding: Increase timeout to 1200s
|
||
- net/smc: fix illegal rmb_desc access in SMC-D connection dump
|
||
- wifi: mac80211: fix potential sta-link leak
|
||
- SUNRPC: use request size to initialize bio_vec in svc_udp_sendto()
|
||
- cifs: after disabling multichannel, mark tcon for reconnect
|
||
- cifs: fix a pending undercount of srv_count
|
||
- cifs: fix lock ordering while disabling multichannel
|
||
- Revert "drm/amd: Enable PCIe PME from D3"
|
||
- selftests/bpf: check if max number of bpf_loop iterations is tracked
|
||
- bpf: keep track of max number of bpf_loop callback iterations
|
||
- selftests/bpf: test widening for iterating callbacks
|
||
- bpf: widening for callback iterators
|
||
- selftests/bpf: tests for iterating callbacks
|
||
- bpf: verify callbacks as if they are called unknown number of times
|
||
- bpf: extract setup_func_entry() utility function
|
||
- bpf: extract __check_reg_arg() utility function
|
||
- selftests/bpf: track string payload offset as scalar in strobemeta
|
||
- selftests/bpf: track tcp payload offset as scalar in xdp_synproxy
|
||
- bpf: print full verifier states on infinite loop detection
|
||
- selftests/bpf: test if state loops are detected in a tricky case
|
||
- bpf: correct loop detection for iterators convergence
|
||
- selftests/bpf: tests with delayed read/precision makrs in loop body
|
||
- bpf: exact states comparison for iterator convergence checks
|
||
- bpf: extract same_callsites() as utility function
|
||
- bpf: move explored_state() closer to the beginning of verifier.c
|
||
- dt-bindings: net: snps,dwmac: Tx coe unsupported
|
||
- ksmbd: Add missing set_freezable() for freezable kthread
|
||
- ksmbd: send lease break notification on FILE_RENAME_INFORMATION
|
||
- ksmbd: don't increment epoch if current state and request state are same
|
||
- ksmbd: fix potential circular locking issue in smb2_set_ea()
|
||
- ksmbd: set v2 lease version on lease upgrade
|
||
- serial: Do not hold the port lock when setting rx-during-tx GPIO
|
||
- mm: page_alloc: unreserve highatomic page blocks before oom
|
||
- LoongArch/smp: Call rcutree_report_cpu_starting() earlier
|
||
- serial: sc16is7xx: improve do/while loop in sc16is7xx_irq()
|
||
- serial: sc16is7xx: remove obsolete loop in sc16is7xx_port_irq()
|
||
- serial: sc16is7xx: fix invalid sc16is7xx_lines bitfield in case of probe error
|
||
- serial: sc16is7xx: convert from _raw_ to _noinc_ regmap functions for FIFO
|
||
- serial: sc16is7xx: change EFR lock to operate on each channels
|
||
- serial: sc16is7xx: remove unused line structure member
|
||
- serial: sc16is7xx: remove global regmap from struct sc16is7xx_port
|
||
- serial: sc16is7xx: remove wasteful static buffer in sc16is7xx_regmap_name()
|
||
- serial: sc16is7xx: improve regmap debugfs by using one regmap per port
|
||
- rename(): fix the locking of subdirectories
|
||
- mm/sparsemem: fix race in accessing memory_section->usage
|
||
- mm/rmap: fix misplaced parenthesis of a likely()
|
||
- selftests: mm: hugepage-vmemmap fails on 64K page size systems
|
||
- kexec: do syscore_shutdown() in kernel_kexec
|
||
- ubifs: ubifs_symlink: Fix memleak of inode->i_link in error path
|
||
- nouveau/vmm: don't set addr on the fail path to avoid warning
|
||
- rtc: Extend timeout for waiting for UIP to clear to 1s
|
||
- rtc: Add support for configuring the UIP timeout for RTC reads
|
||
- rtc: mc146818-lib: Adjust failure return code for mc146818_get_time()
|
||
- rtc: Adjust failure return code for cmos_set_alarm()
|
||
- rtc: cmos: Use ACPI alarm for non-Intel x86 systems too
|
||
- arm64: entry: fix ARM64_WORKAROUND_SPECULATIVE_UNPRIV_LOAD
|
||
- arm64/sme: Always exit sme_alloc() early with existing storage
|
||
- arm64: errata: Add Cortex-A510 speculative unprivileged load workaround
|
||
- arm64: Rename ARM64_WORKAROUND_2966298
|
||
- riscv: mm: Fixup compat mode boot failure
|
||
- riscv: mm: Fixup compat arch_get_mmap_end
|
||
- media: mtk-jpeg: Fix use after free bug due to error path handling in mtk_jpeg_dec_device_run
|
||
- media: mtk-jpeg: Fix timeout schedule error in mtk_jpegdec_worker.
|
||
- media: i2c: st-mipid02: correct format propagation
|
||
- mmc: mmc_spi: remove custom DMA mapped buffers
|
||
- mmc: core: Use mrq.sbc in close-ended ffu
|
||
- media: videobuf2-dma-sg: fix vmap callback
|
||
- scripts/get_abi: fix source path leak
|
||
- docs: kernel_abi.py: fix command injection
|
||
- dlm: use kernel_connect() and kernel_bind()
|
||
- lsm: new security_file_ioctl_compat() hook
|
||
- ARM: dts: qcom: sdx55: fix USB SS wakeup
|
||
- arm64: dts: qcom: sdm670: fix USB SS wakeup
|
||
- arm64: dts: qcom: sdm670: fix USB DP/DM HS PHY interrupts
|
||
- arm64: dts: qcom: sc8180x: fix USB SS wakeup
|
||
- arm64: dts: qcom: sc8180x: fix USB DP/DM HS PHY interrupts
|
||
- arm64: dts: qcom: sm8150: fix USB SS wakeup
|
||
- arm64: dts: qcom: sm8150: fix USB DP/DM HS PHY interrupts
|
||
- arm64: dts: qcom: sdm845: fix USB SS wakeup
|
||
- arm64: dts: qcom: sdm845: fix USB DP/DM HS PHY interrupts
|
||
- ARM: dts: qcom: sdx55: fix USB DP/DM HS PHY interrupts
|
||
- arm64: dts: qcom: Add missing vio-supply for AW2013
|
||
- arm64: dts: qcom: sc7280: fix usb_1 wakeup interrupt types
|
||
- arm64: dts: qcom: sc8180x: fix USB wakeup interrupt types
|
||
- arm64: dts: qcom: sm8150: fix USB wakeup interrupt types
|
||
- arm64: dts: qcom: sdm670: fix USB wakeup interrupt types
|
||
- arm64: dts: qcom: sdm845: fix USB wakeup interrupt types
|
||
- arm64: dts: qcom: sc7180: fix USB wakeup interrupt types
|
||
- arm64: dts: qcom: msm8939: Make blsp_dma controlled-remotely
|
||
- arm64: dts: qcom: msm8916: Make blsp_dma controlled-remotely
|
||
- arm64: dts: rockchip: Fix rk3588 USB power-domain clocks
|
||
- arm64: dts: rockchip: configure eth pad driver strength for orangepi r1 plus lts
|
||
- arm64: dts: sprd: fix the cpu node for UMS512
|
||
- ARM: dts: qcom: sdx55: fix pdc '#interrupt-cells'
|
||
- ARM: dts: samsung: exynos4210-i9100: Unconditionally enable LDO12
|
||
- ARM: dts: qcom: sdx55: fix USB wakeup interrupt types
|
||
- arm64: dts: qcom: sc8280xp-crd: fix eDP phy compatible
|
||
- ARM: dts: imx6q-apalis: add can power-up delay on ixora board
|
||
- parisc/power: Fix power soft-off button emulation on qemu
|
||
- parisc/firmware: Fix F-extend for PDC addresses
|
||
- bus: mhi: host: Add spinlock to protect WP access when queueing TREs
|
||
- bus: mhi: host: Drop chan lock before queuing buffers
|
||
- bus: mhi: host: Add alignment check for event ring read pointer
|
||
- mips: Fix max_mapnr being uninitialized on early stages
|
||
- nbd: always initialize struct msghdr completely
|
||
- s390/vfio-ap: do not reset queue removed from host config
|
||
- s390/vfio-ap: reset queues associated with adapter for queue unbound from driver
|
||
- s390/vfio-ap: reset queues filtered from the guest's AP config
|
||
- s390/vfio-ap: let on_scan_complete() callback filter matrix and update guest's APCB
|
||
- s390/vfio-ap: loop over the shadow APCB when filtering guest's AP configuration
|
||
- soc: fsl: cpm1: qmc: Fix rx channel reset
|
||
- soc: fsl: cpm1: qmc: Fix __iomem addresses declaration
|
||
- soc: fsl: cpm1: tsa: Fix __iomem addresses declaration
|
||
- media: ov01a10: Enable runtime PM before registering async sub-device
|
||
- media: ov13b10: Enable runtime PM before registering async sub-device
|
||
- media: ov9734: Enable runtime PM before registering async sub-device
|
||
- rpmsg: virtio: Free driver_override when rpmsg_remove()
|
||
- media: imx355: Enable runtime PM before registering async sub-device
|
||
- soc: qcom: pmic_glink_altmode: fix port sanity check
|
||
- mtd: rawnand: Clarify conditions to enable continuous reads
|
||
- mtd: rawnand: Prevent sequential reads with on-die ECC engines
|
||
- mtd: rawnand: Fix core interference with sequential reads
|
||
- mtd: rawnand: Prevent crossing LUN boundaries during sequential reads
|
||
- mtd: maps: vmu-flash: Fix the (mtd core) switch to ref counters
|
||
- PM / devfreq: Fix buffer overflow in trans_stat_show
|
||
- s390/vfio-ap: unpin pages on gisc registration failure
|
||
- crypto: s390/aes - Fix buffer overread in CTR mode
|
||
- hwrng: core - Fix page fault dead lock on mmap-ed hwrng
|
||
- PM: hibernate: Enforce ordering during image compression/decompression
|
||
- crypto: api - Disallow identical driver names
|
||
- crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_init
|
||
- btrfs: sysfs: validate scrub_speed_max value
|
||
- OPP: Pass rounded rate to _set_opp()
|
||
- arm64: properly install vmlinuz.efi
|
||
- PM: sleep: Fix possible deadlocks in core system-wide PM code
|
||
- async: Introduce async_schedule_dev_nocall()
|
||
- async: Split async_schedule_node_domain()
|
||
- ext4: allow for the last group to be marked as trimmed
|
||
- powerpc/ps3_defconfig: Disable PPC64_BIG_ENDIAN_ELF_ABI_V2
|
||
- cifs: update iface_last_update on each query-and-update
|
||
- cifs: handle servers that still advertise multichannel after disabling
|
||
- cifs: reconnect worker should take reference on server struct unconditionally
|
||
- Revert "cifs: reconnect work should have reference on server struct"
|
||
- cifs: handle when server stops supporting multichannel
|
||
- cifs: handle when server starts supporting multichannel
|
||
- cifs: reconnect work should have reference on server struct
|
||
- cifs: handle cases where a channel is closed
|
||
- smb: client: fix parsing of SMB3.1.1 POSIX create context
|
||
- sh: ecovec24: Rename missed backlight field from fbdev to dev
|
||
- scsi: core: Kick the requeue list after inserting when flushing
|
||
- riscv: Fix an off-by-one in get_early_cmdline()
|
||
- scsi: ufs: core: Remove the ufshcd_hba_exit() call from ufshcd_async_scan()
|
||
- dmaengine: idxd: Move dma_free_coherent() out of spinlocked context
|
||
- dmaengine: fix NULL pointer in channel unregistration function
|
||
- dmaengine: fsl-edma: fix eDMAv4 channel allocation issue
|
||
- iio: adc: ad7091r: Enable internal vref if external vref is not supplied
|
||
- iio: adc: ad7091r: Allow users to configure device events
|
||
- iio: adc: ad7091r: Set alert bit in config register
|
||
- net: stmmac: Prevent DSA tags from breaking COE
|
||
- net: stmmac: Tx coe sw fallback
|
||
- soundwire: fix initializing sysfs for same devices on different buses
|
||
- soundwire: bus: introduce controller_id
|
||
- serial: core: set missing supported flag for RX during TX GPIO
|
||
- serial: core: Simplify uart_get_rs485_mode()
|
||
- docs: kernel_feat.py: fix potential command injection
|
||
- docs: sparse: add sparse.rst to toctree
|
||
- docs: sparse: move TW sparse.txt to TW dev-tools
|
||
- Revert "Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d""
|
||
- arm64: dts: armada-3720-turris-mox: set irq type for RTC
|
||
- Revert "KEYS: encrypted: Add check for strsep"
|
||
- riscv: Fix wrong usage of lm_alias() when splitting a huge linear mapping
|
||
- i2c: s3c24xx: fix transferring more than one message in polling mode
|
||
- i2c: s3c24xx: fix read transfers in polling mode
|
||
- ipv6: mcast: fix data-race in ipv6_mc_down / mld_ifc_work
|
||
- selftests: mlxsw: qos_pfc: Adjust the test to support 8 lanes
|
||
- mlxsw: spectrum_router: Register netdevice notifier before nexthop
|
||
- mlxsw: spectrum_acl_tcam: Fix stack corruption
|
||
- mlxsw: spectrum_acl_tcam: Fix NULL pointer dereference in error path
|
||
- mlxsw: spectrum_acl_erp: Fix error flow of pool allocation failure
|
||
- loop: fix the the direct I/O support check when used on top of block devices
|
||
- ethtool: netlink: Add missing ethnl_ops_begin/complete
|
||
- arm64/ptrace: Don't flush ZA/ZT storage when writing ZA via ptrace
|
||
- kdb: Fix a potential buffer overflow in kdb_local()
|
||
- io_uring: adjust defer tw counting
|
||
- ipvs: avoid stat macros calls from preemptible context
|
||
- netfilter: nf_tables: reject NFT_SET_CONCAT with not field length description
|
||
- netfilter: nf_tables: skip dead set elements in netlink dump
|
||
- netfilter: nf_tables: do not allow mismatch field size and set key length
|
||
- netfilter: bridge: replace physindev with physinif in nf_bridge_info
|
||
- netfilter: propagate net to nf_bridge_get_physindev
|
||
- netfilter: nf_queue: remove excess nf_bridge variable
|
||
- netfilter: nfnetlink_log: use proper helper for fetching physinif
|
||
- netfilter: nft_limit: do not ignore unsupported flags
|
||
- netfilter: nf_tables: reject invalid set policy
|
||
- net: netdevsim: don't try to destroy PHC on VFs
|
||
- mptcp: relax check on MPC passive fallback
|
||
- LoongArch: BPF: Prevent out-of-bounds memory access
|
||
- net: dsa: vsc73xx: Add null pointer check to vsc73xx_gpio_probe
|
||
- bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS
|
||
- net: stmmac: ethtool: Fixed calltrace caused by unbalanced disable_irq_wake calls
|
||
- selftests: bonding: Change script interpreter
|
||
- drm/amdgpu: fall back to INPUT power for AVG power via INFO IOCTL
|
||
- drm/amdkfd: fixes for HMM mem allocation
|
||
- ASoC: SOF: ipc4-loader: remove the CPC check warnings
|
||
- gpio: mlxbf3: add an error code check in mlxbf3_gpio_probe
|
||
- dt-bindings: gpio: xilinx: Fix node address in gpio
|
||
- net: ravb: Fix dma_addr_t truncation in error case
|
||
- net: tls, fix WARNIING in __sk_msg_free
|
||
- bpf: Avoid iter->offset making backward progress in bpf_iter_udp
|
||
- bpf: iter_udp: Retry with a larger batch size without going back to the previous bucket
|
||
- net: netdev_queue: netdev_txq_completed_mb(): fix wake condition
|
||
- net: add more sanity check in virtio_net_hdr_to_skb()
|
||
- udp: annotate data-races around up->pending
|
||
- net: stmmac: Fix ethool link settings ops for integrated PCS
|
||
- block: ensure we hold a queue reference when using queue limits
|
||
- mptcp: refine opt_mp_capable determination
|
||
- mptcp: use OPTION_MPTCP_MPJ_SYN in subflow_check_req()
|
||
- mptcp: use OPTION_MPTCP_MPJ_SYNACK in subflow_finish_connect()
|
||
- mptcp: strict validation before using mp_opt->hmac
|
||
- mptcp: mptcp_parse_option() fix for MPTCPOPT_MP_JOIN
|
||
- ALSA: hda: Properly setup HDMI stream
|
||
- net: phy: micrel: populate .soft_reset for KSZ9131
|
||
- net: micrel: Fix PTP frame parsing for lan8841
|
||
- amt: do not use overwrapped cb area
|
||
- net: ethernet: ti: am65-cpsw: Fix max mtu to fit ethernet frames
|
||
- octeontx2-af: CN10KB: Fix FIFO length calculation for RPM2
|
||
- rxrpc: Fix use of Don't Fragment flag
|
||
- net: qualcomm: rmnet: fix global oob in rmnet_policy
|
||
- s390/pci: fix max size calculation in zpci_memcpy_toio()
|
||
- ASoC: mediatek: sof-common: Add NULL check for normal_link string
|
||
- PCI: mediatek-gen3: Fix translation window size calculation
|
||
- PCI: keystone: Fix race condition when initializing PHYs
|
||
- nvmet-tcp: Fix the H2C expected PDU len calculation
|
||
- nvme: trace: avoid memcpy overflow warning
|
||
- nvmet: re-fix tracing strncpy() warning
|
||
- hisi_acc_vfio_pci: Update migration data pointer correctly on saving/resume
|
||
- spi: coldfire-qspi: Remove an erroneous clk_disable_unprepare() from the remove function
|
||
- cxl/port: Fix missing target list lock
|
||
- perf db-export: Fix missing reference count get in call_path_from_sample()
|
||
- serial: apbuart: fix console prompt on qemu
|
||
- serial: imx: Correct clock error message in function probe()
|
||
- usb: xhci-mtk: fix a short packet issue of gen1 isoc-in transfer
|
||
- apparmor: avoid crash when parsed profile name is empty
|
||
- apparmor: fix possible memory leak in unpack_trans_table
|
||
- cxl/region: fix x9 interleave typo
|
||
- perf stat: Fix hard coded LL miss units
|
||
- perf env: Avoid recursively taking env->bpf_progs.lock
|
||
- nvmet-tcp: fix a crash in nvmet_req_complete()
|
||
- nvmet-tcp: Fix a kernel panic when host sends an invalid H2C PDU length
|
||
- apparmor: Fix ref count leak in task_kill
|
||
- vdpa: Fix an error handling path in eni_vdpa_probe()
|
||
- power: supply: Fix null pointer dereference in smb2_probe
|
||
- usb: gadget: webcam: Make g_webcam loadable again
|
||
- spmi: mtk-pmif: Serialize PMIF status check and command submission
|
||
- usb: cdc-acm: return correct error code on unsupported break
|
||
- tty: use 'if' in send_break() instead of 'goto'
|
||
- tty: don't check for signal_pending() in send_break()
|
||
- tty: early return from send_break() on TTY_DRIVER_HARDWARE_BREAK
|
||
- PCI: epf-mhi: Fix the DMA data direction of dma_unmap_single()
|
||
- bus: mhi: ep: Pass mhi_ep_buf_info struct to read/write APIs
|
||
- bus: mhi: ep: Use slab allocator where applicable
|
||
- bus: mhi: ep: Do not allocate event ring element on stack
|
||
- perf unwind-libunwind: Fix base address for .eh_frame
|
||
- perf unwind-libdw: Handle JIT-generated DSOs properly
|
||
- perf genelf: Set ELF program header addresses properly
|
||
- perf header: Fix one memory leakage in perf_event__fprintf_event_update()
|
||
- iio: adc: ad9467: fix scale setting
|
||
- iio: adc: ad9467: add mutex to struct ad9467_state
|
||
- iio: adc: ad9467: don't ignore error codes
|
||
- iio: adc: ad9467: fix reset gpio handling
|
||
- selftests/sgx: Skip non X86_64 platform
|
||
- selftests/sgx: Include memory clobber for inline asm in test enclave
|
||
- selftests/sgx: Fix uninitialized pointer dereferences in encl_get_entry
|
||
- selftests/sgx: Fix uninitialized pointer dereference in error path
|
||
- serial: imx: fix tx statemachine deadlock
|
||
- software node: Let args be NULL in software_node_get_reference_args
|
||
- acpi: property: Let args be NULL in __acpi_node_get_property_reference
|
||
- base/node.c: initialize the accessor list before registering
|
||
- perf stat: Exit perf stat if parse groups fails
|
||
- perf mem: Fix error on hybrid related to availability of mem event in a PMU
|
||
- perf vendor events arm64 AmpereOne: Rename BPU_FLUSH_MEM_FAULT to GPC_FLUSH_MEM_FAULT
|
||
- vfio/pds: Fix calculations in pds_vfio_dirty_sync
|
||
- perf test record user-regs: Fix mask for vg register
|
||
- libapi: Add missing linux/types.h header to get the __u64 type on io.h
|
||
- perf header: Fix segfault on build_mem_topology() error path
|
||
- perf test: Remove atomics from test_loop to avoid test failures
|
||
- power: supply: bq256xx: fix some problem in bq256xx_hw_init
|
||
- power: supply: cw2015: correct time_to_empty units in sysfs
|
||
- MIPS: Alchemy: Fix an out-of-bound access in db1550_dev_setup()
|
||
- MIPS: Alchemy: Fix an out-of-bound access in db1200_dev_setup()
|
||
- riscv: Fixed wrong register in XIP_FIXUP_FLASH_OFFSET macro
|
||
- riscv: Fix set_direct_map_default_noflush() to reset _PAGE_EXEC
|
||
- riscv: Fix set_memory_XX() and set_direct_map_XX() by splitting huge linear mappings
|
||
- riscv: Fix module_alloc() that did not reset the linear mapping permissions
|
||
- riscv: Check if the code to patch lies in the exit section
|
||
- um: virt-pci: fix platform map offset
|
||
- mips: Fix incorrect max_low_pfn adjustment
|
||
- mips: dmi: Fix early remap on MIPS32
|
||
- srcu: Use try-lock lockdep annotation for NMI-safe access.
|
||
- mfd: intel-lpss: Fix the fractional clock divider flags
|
||
- mfd: tps6594: Add null pointer check to tps6594_device_init()
|
||
- leds: aw200xx: Fix write to DIM parameter
|
||
- leds: aw2013: Select missing dependency REGMAP_I2C
|
||
- mfd: syscon: Fix null pointer dereference in of_syscon_register()
|
||
- mfd: cs42l43: Correct SoundWire port list
|
||
- mfd: rk8xx: fixup devices registration with PLATFORM_DEVID_AUTO
|
||
- ARM: 9330/1: davinci: also select PINCTRL
|
||
- serial: sc16is7xx: set safe default SPI clock frequency
|
||
- serial: sc16is7xx: add check for unsupported SPI modes during probe
|
||
- HID: wacom: Correct behavior when processing some confidence == false touches
|
||
- HID: sensor-hub: Enable hid core report processing for all devices
|
||
- iio: adc: ad7091r: Pass iio_dev to event handler
|
||
- KVM: x86/pmu: Reset the PMU, i.e. stop counters, before refreshing
|
||
- KVM: x86/pmu: Move PMU reset logic to common x86 code
|
||
- KVM: arm64: vgic-its: Avoid potential UAF in LPI translation cache
|
||
- x86/kvm: Do not try to disable kvmclock if it was not enabled
|
||
- PCI: mediatek: Clear interrupt status before dispatching handler
|
||
- PCI: dwc: endpoint: Fix dw_pcie_ep_raise_msix_irq() alignment support
|
||
- x86/pci: Reserve ECAM if BIOS didn't include it in PNP0C02 _CRS
|
||
- PCI/P2PDMA: Remove reference to pci_p2pdma_map_sg()
|
||
- cxl/port: Fix decoder initialization when nr_targets > interleave_ways
|
||
- Revert "nSVM: Check for reserved encodings of TLB_CONTROL in nested VMCB"
|
||
- Revert "net: rtnetlink: Enslave device before bringing it up"
|
||
- net: stmmac: fix ethtool per-queue statistics
|
||
- wifi: mwifiex: fix uninitialized firmware_stat
|
||
- wifi: mwifiex: configure BSSID consistently when starting AP
|
||
- wifi: mwifiex: add extra delay for firmware ready
|
||
- wifi: rtlwifi: Convert LNKCTL change to PCIe cap RMW accessors
|
||
- wifi: rtlwifi: Remove bogus and dangerous ASPM disable/enable code
|
||
- wifi: mt76: fix broken precal loading from MTD for mt7915
|
||
- iommu/arm-smmu-qcom: Add missing GMU entry to match table
|
||
- bpf: Fix re-attachment branch in bpf_tracing_prog_attach
|
||
- Bluetooth: Fix atomicity violation in {min,max}_key_size_set
|
||
- md/raid1: Use blk_opf_t for read and write operations
|
||
- pwm: Fix out-of-bounds access in of_pwm_single_xlate()
|
||
- pwm: jz4740: Don't use dev_err_probe() in .request()
|
||
- netfilter: nf_tables: check if catch-all set element is active in next generation
|
||
- block: Fix iterating over an empty bio with bio_for_each_folio_all
|
||
- block: Remove special-casing of compound pages
|
||
- drm/amd: Enable PCIe PME from D3
|
||
- scsi: mpi3mr: Block PEL Enable Command on Controller Reset and Unrecoverable State
|
||
- scsi: mpi3mr: Clean up block devices post controller reset
|
||
- scsi: mpi3mr: Refresh sdev queue depth after controller reset
|
||
- scsi: target: core: add missing file_{start,end}_write()
|
||
- scsi: ufs: core: Simplify power management during async scan
|
||
- fbdev: flush deferred IO before closing
|
||
- fbdev: flush deferred work in fb_deferred_io_fsync()
|
||
- fbdev/acornfb: Fix name of fb_ops initializer macro
|
||
- io_uring: ensure local task_work is run on wait timeout
|
||
- io_uring/rw: ensure io->bytes_done is always initialized
|
||
- io_uring: don't check iopoll if request completes
|
||
- LoongArch: Fix and simplify fcsr initialization on execve()
|
||
- ceph: select FS_ENCRYPTION_ALGS if FS_ENCRYPTION
|
||
- ksmbd: only v2 leases handle the directory
|
||
- ksmbd: fix UAF issue in ksmbd_tcp_new_connection()
|
||
- ksmbd: validate mech token in session setup
|
||
- ALSA: hda/realtek: Enable headset mic on Lenovo M70 Gen5
|
||
- ALSA: hda/realtek: Enable mute/micmute LEDs and limit mic boost on HP ZBook
|
||
- ALSA: hda/relatek: Enable Mute LED on HP Laptop 15s-fq2xxx
|
||
- ALSA: oxygen: Fix right channel of capture volume mixer
|
||
- serial: omap: do not override settings for RS485 support
|
||
- serial: 8250_exar: Set missing rs485_supported flag
|
||
- serial: imx: Ensure that imx_uart_rs485_config() is called with enabled clock
|
||
- serial: core, imx: do not set RS485 enabled if it is not supported
|
||
- serial: 8250_bcm2835aux: Restore clock error handling
|
||
- serial: core: make sure RS485 cannot be enabled when it is not supported
|
||
- serial: core: fix sanitizing check for RTS settings
|
||
- dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp-phy: fix path to header
|
||
- usb: mon: Fix atomicity violation in mon_bin_vma_fault
|
||
- usb: typec: class: fix typec_altmode_put_partner to put plugs
|
||
- Revert "usb: typec: class: fix typec_altmode_put_partner to put plugs"
|
||
- usb: cdns3: Fix uvc fail when DMA cross 4k boundery since sg enabled
|
||
- usb: cdns3: fix iso transfer error when mult is not zero
|
||
- usb: cdns3: fix uvc failure work since sg support enabled
|
||
- usb: chipidea: wait controller resume finished for wakeup irq
|
||
- Revert "usb: dwc3: don't reset device side if dwc3 was configured as host-only"
|
||
- Revert "usb: dwc3: Soft reset phy on probe for host"
|
||
- usb: dwc3: gadget: Queue PM runtime idle on disconnect event
|
||
- usb: dwc3: gadget: Handle EP0 request dequeuing properly
|
||
- usb: dwc: ep0: Update request status in dwc3_ep0_stall_restart
|
||
- usb: phy: mxs: remove CONFIG_USB_OTG condition for mxs_phy_is_otg_host()
|
||
- Revert "usb: gadget: f_uvc: change endpoint allocation in uvc_function_bind()"
|
||
- tick-sched: Fix idle and iowait sleeptime accounting vs CPU hotplug
|
||
- powerpc/64s: Increase default stack size to 32KB
|
||
- clocksource/drivers/timer-ti-dm: Fix make W=n kerneldoc warnings
|
||
- binder: fix race between mmput() and do_exit()
|
||
- xen-netback: don't produce zero-size SKB frags
|
||
- Revert "drm/amdkfd: Relocate TBA/TMA to opposite side of VM hole"
|
||
- rust: Ignore preserve-most functions
|
||
- Input: atkbd - use ab83 as id when skipping the getid command
|
||
- mips/smp: Call rcutree_report_cpu_starting() earlier
|
||
- binder: fix unused alloc->free_async_space
|
||
- binder: fix async space check for 0-sized buffers
|
||
- keys, dns: Fix size check of V1 server-list header
|
||
- selftests/bpf: Add assert for user stacks in test_task_stack
|
||
- Revert "kernfs: convert kernfs_idr_lock to an irq safe raw spinlock"
|
||
- kernfs: convert kernfs_idr_lock to an irq safe raw spinlock
|
||
- class: fix use-after-free in class_register()
|
||
- of: unittest: Fix of_count_phandle_with_args() expected value message
|
||
- fbdev: imxfb: fix left margin setting
|
||
- of: Fix double free in of_parse_phandle_with_args_map
|
||
- ksmbd: validate the zero field of packet header
|
||
- kselftest/alsa - conf: Stringify the printed errno in sysfs_get()
|
||
- kselftest/alsa - mixer-test: Fix the print format specifier warning
|
||
- kselftest/alsa - mixer-test: fix the number of parameters to ksft_exit_fail_msg()
|
||
- drm/amd/display: avoid stringop-overflow warnings for dp_decide_lane_settings()
|
||
- drm/amd/pm/smu7: fix a memleak in smu7_hwmgr_backend_init
|
||
- drm/amdkfd: Confirm list is non-empty before utilizing list_first_entry in kfd_topology.c
|
||
- IB/iser: Prevent invalidating wrong MR
|
||
- gpio: sysfs: drop the mention of gpiochip_find() from sysfs code
|
||
- gpiolib: provide gpio_device_find()
|
||
- gpiolib: make gpio_device_get() and gpio_device_put() public
|
||
- drm/amdkfd: Fix type of 'dbg_flags' in 'struct kfd_process'
|
||
- mmc: sdhci_omap: Fix TI SoC dependencies
|
||
- mmc: sdhci_am654: Fix TI SoC dependencies
|
||
- ALSA: scarlett2: Add clamp() in scarlett2_mixer_ctl_put()
|
||
- ALSA: scarlett2: Add missing error checks to *_ctl_get()
|
||
- ALSA: scarlett2: Allow passing any output to line_out_remap()
|
||
- ALSA: scarlett2: Add missing error check to scarlett2_usb_set_config()
|
||
- ALSA: scarlett2: Add missing error check to scarlett2_config_save()
|
||
- ASoC: rt5645: Drop double EF20 entry from dmi_platform_data[]
|
||
- pwm: stm32: Fix enable count for clk in .probe()
|
||
- pwm: stm32: Use hweight32 in stm32_pwm_detect_channels
|
||
- clk: fixed-rate: fix clk_hw_register_fixed_rate_with_accuracy_parent_hw
|
||
- clk: qcom: dispcc-sm8550: Update disp PLL settings
|
||
- clk: qcom: gcc-sm8550: Mark RCGs shared where applicable
|
||
- clk: qcom: gcc-sm8550: use collapse-voting for PCIe GDSCs
|
||
- clk: qcom: gcc-sm8550: Mark the PCIe GDSCs votable
|
||
- clk: qcom: gcc-sm8550: Add the missing RETAIN_FF_ENABLE GDSC flag
|
||
- accel/habanalabs: fix information leak in sec_attest_info()
|
||
- drm/mediatek: dp: Add phy_mtk_dp module as pre-dependency
|
||
- ASoC: tas2781: add support for FW version 0x0503
|
||
- ASoC: amd: vangogh: Drop conflicting ACPI-based probing
|
||
- clk: si5341: fix an error code problem in si5341_output_clk_set_rate
|
||
- clk: rs9: Fix DIF OEn bit placement on 9FGV0241
|
||
- watchdog: rti_wdt: Drop runtime pm reference count when watchdog is unused
|
||
- watchdog: bcm2835_wdt: Fix WDIOC_SETTIMEOUT handling
|
||
- watchdog/hpwdt: Only claim UNKNOWN NMI if from iLO
|
||
- watchdog: set cdev owner before adding
|
||
- drivers: clk: zynqmp: update divider round rate logic
|
||
- drivers: clk: zynqmp: calculate closest mux rate
|
||
- clk: sp7021: fix return value check in sp7021_clk_probe()
|
||
- clk: qcom: videocc-sm8150: Add missing PLL config property
|
||
- clk: qcom: videocc-sm8150: Update the videocc resets
|
||
- dt-bindings: clock: Update the videocc resets for sm8150
|
||
- f2fs: fix to check return value of f2fs_recover_xattr_data
|
||
- drm/amd/pm: fix a double-free in amdgpu_parse_extended_power_table
|
||
- gpu/drm/radeon: fix two memleaks in radeon_vm_init
|
||
- drivers/amd/pm: fix a use-after-free in kv_parse_power_table
|
||
- drm/amd/pm: fix a double-free in si_dpm_init
|
||
- drm/amdgpu/debugfs: fix error code when smc register accessors are NULL
|
||
- drm/mediatek: Fix underrun in VDO1 when switches off the layer
|
||
- drm/mediatek: Remove the redundant driver data for DPI
|
||
- drm/mediatek: Return error if MDP RDMA failed to enable the clock
|
||
- drm/msm/dpu: Drop enable and frame_count parameters from dpu_hw_setup_misr()
|
||
- drm/msm/dpu: Set input_sel bit for INTF
|
||
- clk: renesas: rzg2l: Check reset monitor registers
|
||
- clk: renesas: rzg2l-cpg: Reuse code in rzg2l_cpg_reset()
|
||
- media: dvb-frontends: m88ds3103: Fix a memory leak in an error handling path of m88ds3103_probe()
|
||
- media: dvbdev: drop refcount on error path in dvb_device_open()
|
||
- f2fs: fix to update iostat correctly in f2fs_filemap_fault()
|
||
- f2fs: fix to check compress file in f2fs_move_file_range()
|
||
- f2fs: fix to wait on block writeback for post_read case
|
||
- drm/panel: st7701: Fix AVCL calculation
|
||
- drm/msm/adreno: Fix A680 chip id
|
||
- media: rkisp1: Fix media device memory leak
|
||
- media: dt-bindings: media: rkisp1: Fix the port description for the parallel interface
|
||
- media: imx-mipi-csis: Drop extra clock enable at probe()
|
||
- media: imx-mipi-csis: Fix clock handling in remove()
|
||
- media: bttv: add back vbi hack
|
||
- media: bttv: start_streaming should return a proper error code
|
||
- clk: qcom: gpucc-sm8150: Update the gpu_cc_pll1 config
|
||
- media: cx231xx: fix a memleak in cx231xx_init_isoc
|
||
- drm/bridge: tc358767: Fix return value on error case
|
||
- drm/bridge: cdns-mhdp8546: Fix use of uninitialized variable
|
||
- drm/radeon/trinity_dpm: fix a memleak in trinity_parse_power_table
|
||
- drm/radeon/dpm: fix a memleak in sumo_parse_power_table
|
||
- drm/msm/dpu: correct clk bit for WB2 block
|
||
- drm/panfrost: Ignore core_mask for poweroff and disable PWRTRANS irq
|
||
- ASoC: SOF: topology: Use partial match for disconnecting DAI link and DAI widget
|
||
- ASoC: Intel: sof_sdw_rt_sdca_jack_common: ctx->headset_codec_dev = NULL
|
||
- ASoC: Intel: glk_rt5682_max98357a: fix board id mismatch
|
||
- media: v4l: async: Fix duplicated list deletion
|
||
- drm/drv: propagate errors from drm_modeset_register_all()
|
||
- drm/msm/dsi: Use pm_runtime_resume_and_get to prevent refcnt leaks
|
||
- drm/msm/dpu: Add missing safe_lut_tbl in sc8180x catalog
|
||
- drm/msm/mdp4: flush vblank event on disable
|
||
- ASoC: cs35l33: Fix GPIO name and drop legacy include
|
||
- drm/imx/lcdc: Fix double-free of driver data
|
||
- drm/tidss: Fix dss reset
|
||
- drm/tidss: Check for K2G in in dispc_softreset()
|
||
- drm/tidss: Return error value from from softreset
|
||
- drm/tidss: Move reset to the end of dispc_init()
|
||
- drm/radeon: check return value of radeon_ring_lock()
|
||
- drm/radeon/r100: Fix integer overflow issues in r100_cs_track_check()
|
||
- drm/radeon/r600_cs: Fix possible int overflows in r600_cs_check_reg()
|
||
- drm/bridge: Fix typo in post_disable() description
|
||
- media: amphion: Fix VPU core alias name
|
||
- media: rkvdec: Hook the (TRY_)DECODER_CMD stateless ioctls
|
||
- media: verisilicon: Hook the (TRY_)DECODER_CMD stateless ioctls
|
||
- media: visl: Hook the (TRY_)DECODER_CMD stateless ioctls
|
||
- media: mtk-jpeg: Remove cancel worker in mtk_jpeg_remove to avoid the crash of multi-core JPEG devices
|
||
- media: pvrusb2: fix use after free on context disconnection
|
||
- drm/tilcdc: Fix irq free on unload
|
||
- drm/bridge: tpd12s015: Drop buggy __exit annotation for remove function
|
||
- drm/nouveau/fence:: fix warning directly dereferencing a rcu pointer
|
||
- drm/panel-elida-kd35t133: hold panel in reset for unprepare
|
||
- drm/panel: nv3051d: Hold panel in reset for unprepare
|
||
- RDMA/usnic: Silence uninitialized symbol smatch warnings
|
||
- drm/panfrost: Really power off GPU cores in panfrost_gpu_power_off()
|
||
- drm/dp_mst: Fix fractional DSC bpp handling
|
||
- Revert "drm/omapdrm: Annotate dma-fence critical section in commit path"
|
||
- Revert "drm/tidss: Annotate dma-fence critical section in commit path"
|
||
- ARM: davinci: always select CONFIG_CPU_ARM926T
|
||
- ip6_tunnel: fix NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim()
|
||
- rxrpc: Fix skbuff cleanup of call's recvmsg_queue and rx_oos_queue
|
||
- mlxbf_gige: Enable the GigE port in mlxbf_gige_open
|
||
- mlxbf_gige: Fix intermittent no ip issue
|
||
- net/sched: act_ct: fix skb leak and crash on ooo frags
|
||
- blk-cgroup: fix rcu lockdep warning in blkg_lookup()
|
||
- sctp: fix busy polling
|
||
- sctp: support MSG_ERRQUEUE flag in recvmsg()
|
||
- bpf: sockmap, fix proto update hook to avoid dup calls
|
||
- wifi: cfg80211: parse all ML elements in an ML probe response
|
||
- wifi: cfg80211: correct comment about MLD ID
|
||
- arm64: dts: rockchip: Fix led pinctrl of lubancat 1
|
||
- null_blk: don't cap max_hw_sectors to BLK_DEF_MAX_SECTORS
|
||
- Bluetooth: btmtkuart: fix recv_buf() return value
|
||
- Bluetooth: btnxpuart: fix recv_buf() return value
|
||
- Bluetooth: Fix bogus check for re-auth no supported with non-ssp
|
||
- netfilter: nf_tables: validate chain type update if available
|
||
- netfilter: nf_tables: mark newset as dead on transaction abort
|
||
- wifi: iwlwifi: assign phy_ctxt before eSR activation
|
||
- wifi: iwlwifi: fix out of bound copy_from_user
|
||
- wifi: iwlwifi: mvm: send TX path flush in rfkill
|
||
- wifi: iwlwifi: mvm: set siso/mimo chains to 1 in FW SMPS request
|
||
- wifi: rtlwifi: rtl8192se: using calculate_bit_shift()
|
||
- wifi: rtlwifi: rtl8192ee: using calculate_bit_shift()
|
||
- wifi: rtlwifi: rtl8192de: using calculate_bit_shift()
|
||
- wifi: rtlwifi: rtl8192ce: using calculate_bit_shift()
|
||
- wifi: rtlwifi: rtl8192cu: using calculate_bit_shift()
|
||
- wifi: rtlwifi: rtl8192c: using calculate_bit_shift()
|
||
- wifi: rtlwifi: rtl8188ee: phy: using calculate_bit_shift()
|
||
- wifi: rtlwifi: add calculate_bit_shift()
|
||
- bpf: Use c->unit_size to select target cache during free
|
||
- bpf: Use pcpu_alloc_size() in bpf_mem_free{_rcu}()
|
||
- bpf: Re-enable unit_size checking for global per-cpu allocator
|
||
- arm64: dts: qcom: sc8180x: Fix up PCIe nodes
|
||
- arm64: dts: qcom: sc8180x: switch PCIe QMP PHY to new style of bindings
|
||
- arm64: dts: qcom: sc8180x: Mark PCIe hosts cache-coherent
|
||
- arm64: dts: qcom: sm8550: Update idle state time requirements
|
||
- arm64: dts: qcom: sm8550: Separate out X3 idle state
|
||
- arm64: dts: qcom: ipq6018: fix clock rates for GCC_USB0_MOCK_UTMI_CLK
|
||
- arm64: dts: qcom: sc7280: Mark SDHCI hosts as cache-coherent
|
||
- soc: qcom: llcc: Fix LLCC_TRP_ATTR2_CFGn offset
|
||
- arm64: dts: qcom: sm8150-hdk: fix SS USB regulators
|
||
- arm64: dts: qcom: sm8150: make dispcc cast minimal vote on MMCX
|
||
- arm64: dts: qcom: sm6375: Hook up MPM
|
||
- arm64: dts: qcom: sm6375: fix USB wakeup interrupt types
|
||
- soc: qcom: llcc: Fix dis_cap_alloc and retain_on_pc configuration
|
||
- arm64: dts: qcom: acer-aspire1: Correct audio codec definition
|
||
- bpf: Limit the number of kprobes when attaching program to multiple kprobes
|
||
- bpf: Limit the number of uprobes when attaching program to multiple uprobes
|
||
- dma-mapping: clear dev->dma_mem to NULL after freeing it
|
||
- virtio/vsock: send credit update during setting SO_RCVLOWAT
|
||
- virtio/vsock: fix logic which reduces credit update messages
|
||
- ipmr: support IP_PKTINFO on cache report IGMP msg
|
||
- selftests/net: fix grep checking for fib_nexthop_multiprefix
|
||
- bpf: Fix a race condition between btf_put() and map_free()
|
||
- ARM: dts: stm32: don't mix SCMI and non-SCMI board compatibles
|
||
- scsi: hisi_sas: Correct the number of global debugfs registers
|
||
- scsi: hisi_sas: Rollback some operations if FLR failed
|
||
- scsi: hisi_sas: Check before using pointer variables
|
||
- scsi: hisi_sas: Replace with standard error code return value
|
||
- scsi: ufs: qcom: Fix the return value when platform_get_resource_byname() fails
|
||
- scsi: ufs: qcom: Fix the return value of ufs_qcom_ice_program_key()
|
||
- arm64: dts: imx8mm: Reduce GPU to nominal speed
|
||
- arm64: dts: renesas: white-hawk-cpu: Fix missing serial console pin control
|
||
- arm64: dts: xilinx: Apply overlays to base dtbs
|
||
- selftests/bpf: Relax time_tai test for equal timestamps in tai_forward
|
||
- wifi: iwlwifi: don't support triggered EHT CQI feedback
|
||
- wifi: mt76: mt7921: fix country count limitation for CLC
|
||
- arm64: dts: mediatek: mt8186: fix address warning for ADSP mailboxes
|
||
- arm64: dts: mediatek: mt8186: Fix alias prefix for ovl_2l0
|
||
- arm64: dts: mediatek: mt8195: revise VDOSYS RDMA node name
|
||
- arm64: dts: mediatek: mt8183: correct MDP3 DMA-related nodes
|
||
- dt-bindings: media: mediatek: mdp3: correct RDMA and WROT node with generic names
|
||
- bpf: Fix accesses to uninit stack slots
|
||
- bpf: Guard stack limits against 32bit overflow
|
||
- arm64: dts: hisilicon: hikey970-pmic: fix regulator cells properties
|
||
- bpf: Fix verification of indirect var-off stack access
|
||
- wifi: mt76: mt7921s: fix workqueue problem causes STA association fail
|
||
- wifi: mt76: mt7915: also MT7981 is 3T3R but nss2 on 5 GHz band
|
||
- wifi: mt76: mt7915: fix EEPROM offset of TSSI flag on MT7981
|
||
- wifi: mt76: mt7996: fix rate usage of inband discovery frames
|
||
- wifi: mt76: mt7996: fix the size of struct bss_rate_tlv
|
||
- wifi: mt76: mt7915: fallback to non-wed mode if platform_get_resource fails in mt7915_mmio_wed_init()
|
||
- wifi: mt76: fix typo in mt76_get_of_eeprom_from_nvmem function
|
||
- arm64: dts: qcom: sm8550: fix USB wakeup interrupt types
|
||
- arm64: dts: qcom: sc7280: fix usb_2 wakeup interrupt types
|
||
- arm64: dts: qcom: sa8775p: fix USB wakeup interrupt types
|
||
- arm64: dts: qcom: sc7280: Mark Adreno SMMU as DMA coherent
|
||
- arm64: dts: qcom: sc7280: Fix up GPU SIDs
|
||
- arm64: dts: qcom: sm8350: Fix DMA0 address
|
||
- arm64: dts: qcom: sm6125: add interrupts to DWC3 USB controller
|
||
- arm64: dts: qcom: sdm845-db845c: correct LED panic indicator
|
||
- arm64: dts: qcom: qrb5165-rb5: correct LED panic indicator
|
||
- arm64: dts: qcom: qrb2210-rb1: use USB host mode
|
||
- arm64: dts: qcom: qrb2210-rb1: Hook up USB3
|
||
- scsi: fnic: Return error if vmalloc() failed
|
||
- bpf: fix check for attempt to corrupt spilled pointer
|
||
- selftests/net: specify the interface when do arping
|
||
- bpf: Defer the free of inner map when necessary
|
||
- bpf: Add map and need_defer parameters to .map_fd_put_ptr()
|
||
- arm64: dts: qcom: sm6350: Make watchdog bark interrupt edge triggered
|
||
- arm64: dts: qcom: sc8280xp: Make watchdog bark interrupt edge triggered
|
||
- arm64: dts: qcom: sa8775p: Make watchdog bark interrupt edge triggered
|
||
- arm64: dts: qcom: sm8250: Make watchdog bark interrupt edge triggered
|
||
- arm64: dts: qcom: sm8150: Make watchdog bark interrupt edge triggered
|
||
- arm64: dts: qcom: sdm845: Make watchdog bark interrupt edge triggered
|
||
- arm64: dts: qcom: sc7280: Make watchdog bark interrupt edge triggered
|
||
- arm64: dts: qcom: sc7280: Mark some nodes as 'reserved'
|
||
- arm64: dts: qcom: sc7180: Make watchdog bark interrupt edge triggered
|
||
- arm64: dts: qcom: sm8550: correct TX Soundwire clock
|
||
- arm64: dts: qcom: sm8450: correct TX Soundwire clock
|
||
- arm64: dts: qcom: sc8180x-primus: Fix HALL_INT polarity
|
||
- dt-bindings: arm: qcom: Fix html link
|
||
- ARM: dts: qcom: sdx65: correct SPMI node name
|
||
- ARM: dts: qcom: sdx65: correct PCIe EP phy-names
|
||
- bpf: enforce precision of R0 on callback return
|
||
- selftests/bpf: Fix erroneous bitmask operation
|
||
- wifi: rtw88: sdio: Honor the host max_req_size in the RX path
|
||
- arm64: dts: ti: iot2050: Re-add aliases
|
||
- arm64: dts: ti: k3-am65-main: Fix DSS irq trigger type
|
||
- arm64: dts: ti: k3-am62a-main: Fix GPIO pin count in DT nodes
|
||
- wifi: rtlwifi: rtl8821ae: phy: fix an undefined bitwise shift behavior
|
||
- scsi: bfa: Use the proper data type for BLIST flags
|
||
- firmware: ti_sci: Fix an off-by-one in ti_sci_debugfs_create()
|
||
- net/ncsi: Fix netlink major/minor version numbers
|
||
- ARM: dts: qcom: apq8064: correct XOADC register address
|
||
- wifi: libertas: stop selecting wext
|
||
- wifi: ath11k: Defer on rproc_get failure
|
||
- bpf: Add crosstask check to __bpf_get_stack
|
||
- bpf, lpm: Fix check prefixlen before walking trie
|
||
- wifi: rtw88: fix RX filter in FIF_ALLMULTI flag
|
||
- wifi: plfxlc: check for allocation failure in plfxlc_usb_wreq_async()
|
||
- ARM: dts: qcom: msm8226: provide dsi phy clocks to mmcc
|
||
- arm64: dts: qcom: sc8280xp-x13s: add missing camera LED pin config
|
||
- arm64: dts: qcom: sc8280xp-x13s: Use the correct DP PHY compatible
|
||
- arm64: dts: qcom: qrb4210-rb2: don't force usb peripheral mode
|
||
- asm-generic: Fix 32 bit __generic_cmpxchg_local
|
||
- pNFS: Fix the pnfs block driver's calculation of layoutget size
|
||
- SUNRPC: fix _xprt_switch_find_current_entry logic
|
||
- NFSv4.1/pnfs: Ensure we handle the error NFS4ERR_RETURNCONFLICT
|
||
- NFS: Use parent's objective cred in nfs_access_login_time()
|
||
- blocklayoutdriver: Fix reference leak of pnfs_device_node
|
||
- csky: fix arch_jump_label_transform_static override
|
||
- crypto: scomp - fix req->dst buffer overflow
|
||
- crypto: sahara - do not resize req->src when doing hash operations
|
||
- crypto: sahara - fix processing hash requests with req->nbytes < sg->length
|
||
- crypto: sahara - improve error handling in sahara_sha_process()
|
||
- crypto: sahara - fix wait_for_completion_timeout() error handling
|
||
- crypto: sahara - fix ahash reqsize
|
||
- crypto: sahara - handle zero-length aes requests
|
||
- crypto: sahara - avoid skcipher fallback code duplication
|
||
- crypto: virtio - Wait for tasklet to complete on device remove
|
||
- dlm: fix format seq ops type 4
|
||
- gfs2: fix kernel BUG in gfs2_quota_cleanup
|
||
- fs: indicate request originates from old mount API
|
||
- erofs: fix memory leak on short-lived bounced pages
|
||
- pstore: ram_core: fix possible overflow in persistent_ram_init_ecc()
|
||
- crypto: sahara - fix error handling in sahara_hw_descriptor_create()
|
||
- crypto: sahara - fix processing requests with cryptlen < sg->length
|
||
- crypto: sahara - fix ahash selftest failure
|
||
- crypto: sahara - fix cbc selftest failure
|
||
- crypto: sahara - remove FLAGS_NEW_KEY logic
|
||
- crypto: safexcel - Add error handling for dma_map_sg() calls
|
||
- crypto: af_alg - Disallow multiple in-flight AIO requests
|
||
- crypto: ccp - fix memleak in ccp_init_dm_workarea
|
||
- crypto: sa2ul - Return crypto_aead_setkey to transfer the error
|
||
- crypto: virtio - Handle dataq logic with tasklet
|
||
- crypto: jh7110 - Correct deferred probe return
|
||
- crypto: rsa - add a check for allocation failure
|
||
- selinux: Fix error priority for bind with AF_UNSPEC on PF_INET6 socket
|
||
- drivers/thermal/loongson2_thermal: Fix incorrect PTR_ERR() judgment
|
||
- cpuidle: haltpoll: Do not enable interrupts when entering idle
|
||
- kunit: debugfs: Fix unchecked dereference in debugfs_print_results()
|
||
- thermal: core: Fix NULL pointer dereference in zone registration error path
|
||
- ACPI: extlog: Clear Extended Error Log status when RAS_CEC handled the error
|
||
- ACPI: LPSS: Fix the fractional clock divider flags
|
||
- spi: sh-msiof: Enforce fixed DTDL for R-Car H3
|
||
- efivarfs: Free s_fs_info on unmount
|
||
- calipso: fix memory leak in netlbl_calipso_add_pass()
|
||
- cpufreq: scmi: process the result of devm_of_clk_add_hw_provider()
|
||
- platform/x86/intel/vsec: Fix xa_alloc memory leak
|
||
- spi: cadence-quadspi: add missing clk_disable_unprepare() in cqspi_probe()
|
||
- KEYS: encrypted: Add check for strsep
|
||
- ACPI: LPIT: Avoid u32 multiplication overflow
|
||
- ACPI: video: check for error while searching for backlight device parent
|
||
- mtd: rawnand: Increment IFC_TIMEOUT_MSECS for nand controller response
|
||
- spi: spi-zynqmp-gqspi: fix driver kconfig dependencies
|
||
- perf/x86/intel/uncore: Fix NULL pointer dereference issue in upi_fill_topology()
|
||
- sched/fair: Update min_vruntime for reweight_entity() correctly
|
||
- powerpc/imc-pmu: Add a null pointer check in update_events_in_group()
|
||
- powerpc/powernv: Add a null pointer check in opal_powercap_init()
|
||
- powerpc/powernv: Add a null pointer check in opal_event_init()
|
||
- powerpc/powernv: Add a null pointer check to scom_debug_init_one()
|
||
- powerpc/rtas: Avoid warning on invalid token argument to sys_rtas()
|
||
- powerpc/hv-gpci: Add return value check in affinity_domain_via_partition_show function
|
||
- selftests/powerpc: Fix error handling in FPU/VMX preemption tests
|
||
- KVM: PPC: Book3S HV: Handle pending exceptions on guest entry with MSR_EE
|
||
- KVM: PPC: Book3S HV: Introduce low level MSR accessor
|
||
- KVM: PPC: Book3S HV: Use accessors for VCPU registers
|
||
- drivers/perf: hisi: Fix some event id for HiSilicon UC pmu
|
||
- perf/arm-cmn: Fix HN-F class_occup_id events
|
||
- powerpc/pseries/memhp: Fix access beyond end of drmem array
|
||
- powerpc/44x: select I2C for CURRITUCK
|
||
- x86: Fix CPUIDLE_FLAG_IRQ_ENABLE leaking timer reprogram
|
||
- powerpc: add crtsavres.o to always-y instead of extra-y
|
||
- EDAC/thunderx: Fix possible out-of-bounds string access
|
||
- x86/mce/inject: Clear test status value
|
||
- x86/lib: Fix overflow when counting digits
|
||
- mm/memory_hotplug: fix memmap_on_memory sysfs value retrieval
|
||
- scripts/decode_stacktrace.sh: optionally use LLVM utilities
|
||
- coresight: etm4x: Fix width of CCITMIN field
|
||
- PCI: Add ACS quirk for more Zhaoxin Root Ports
|
||
- leds: ledtrig-tty: Free allocated ttyname buffer on deactivate
|
||
- parport: parport_serial: Add Brainboxes device IDs and geometry
|
||
- parport: parport_serial: Add Brainboxes BAR details
|
||
- uio: Fix use-after-free in uio_open
|
||
- binder: fix comment on binder_alloc_new_buf() return value
|
||
- binder: fix trivial typo of binder_free_buf_locked()
|
||
- binder: fix use-after-free in shinker's callback
|
||
- binder: use EPOLLERR from eventpoll.h
|
||
- ksmbd: free ppace array on error in parse_dacl
|
||
- ksmbd: don't allow O_TRUNC open on read-only share
|
||
- drm/amd/display: Pass pwrseq inst for backlight and ABM
|
||
- ASoC: SOF: Intel: hda-codec: Delay the codec device registration
|
||
- bus: moxtet: Add spi device table
|
||
- bus: moxtet: Mark the irq as shared
|
||
- ACPI: resource: Add another DMI match for the TongFang GMxXGxx
|
||
- ALSA: hda/realtek: Fix mute and mic-mute LEDs for HP Envy X360 13-ay0xxx
|
||
- drm/crtc: fix uninitialized variable use
|
||
- x86/csum: clean up `csum_partial' further
|
||
- x86/csum: Remove unnecessary odd handling
|
||
- ARM: sun9i: smp: fix return code check of of_property_match_string
|
||
- connector: Fix proc_event_num_listeners count not cleared
|
||
- net: qrtr: ns: Return 0 if server port is not present
|
||
- nfc: Do not send datagram if socket state isn't LLCP_BOUND
|
||
- virtio_blk: fix snprintf truncation compiler warning
|
||
- ida: Fix crash in ida_free when the bitmap is empty
|
||
- posix-timers: Get rid of [COMPAT_]SYS_NI() uses
|
||
- pinctrl: cy8c95x0: Fix get_pincfg
|
||
- pinctrl: cy8c95x0: Fix regression
|
||
- pinctrl: cy8c95x0: Fix typo
|
||
- drm/amd/display: get dprefclk ss info from integration info table
|
||
- drm/amd/display: Add case for dcn35 to support usb4 dmub hpd event
|
||
- drm/amdkfd: svm range always mapped flag not working on APU
|
||
- i2c: rk3x: fix potential spinlock recursion on poll
|
||
- smb: client: fix potential OOB in smb2_dump_detail()
|
||
- HID: nintendo: Prevent divide-by-zero on code
|
||
- dm audit: fix Kconfig so DM_AUDIT depends on BLK_DEV_DM
|
||
- ALSA: hda/realtek: Add quirks for ASUS Zenbook 2022 Models
|
||
- ASoC: Intel: bytcr_rt5640: Add new swapped-speakers quirk
|
||
- ASoC: Intel: bytcr_rt5640: Add quirk for the Medion Lifetab S10346
|
||
- platform/x86/amd/pmc: Disable keyboard wakeup on AMD Framework 13
|
||
- platform/x86/amd/pmc: Move keyboard wakeup disablement detection to pmc-quirks
|
||
- platform/x86/amd/pmc: Only run IRQ1 firmware version check on Cezanne
|
||
- platform/x86/amd/pmc: Move platform defines to header
|
||
- platform/x86: thinkpad_acpi: fix for incorrect fan reporting on some ThinkPad systems
|
||
- HID: nintendo: fix initializer element is not constant error
|
||
- kselftest: alsa: fixed a print formatting warning
|
||
- driver core: Add a guard() definition for the device_lock()
|
||
- Input: xpad - add Razer Wolverine V2 support
|
||
- wifi: iwlwifi: pcie: avoid a NULL pointer dereference
|
||
- ARC: fix smatch warning
|
||
- ARC: fix spare error
|
||
- s390/scm: fix virtual vs physical address confusion
|
||
- ASoC: cs35l45: Prevents spinning during runtime suspend
|
||
- ASoC: cs35l45: Prevent IRQ handling when suspending/resuming
|
||
- ASoC: cs35l45: Use modern pm_ops
|
||
- pinctrl: amd: Mask non-wake source pins with interrupt enabled at suspend
|
||
- Input: i8042 - add nomux quirk for Acer P459-G2-M
|
||
- Input: atkbd - skip ATKBD_CMD_GETID in translated mode
|
||
- reset: hisilicon: hi6220: fix Wvoid-pointer-to-enum-cast warning
|
||
- Input: psmouse - enable Synaptics InterTouch for ThinkPad L14 G1
|
||
- ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMI
|
||
- tracing: Fix uaf issue when open the hist or hist_debug file
|
||
- MIPS: dts: loongson: drop incorrect dwmac fallback compatible
|
||
- stmmac: dwmac-loongson: drop useless check for compatible fallback
|
||
- tracing: Add size check when printing trace_marker output
|
||
- tracing: Have large events show up as '[LINE TOO BIG]' instead of nothing
|
||
- jbd2: fix soft lockup in journal_finish_inode_data_buffers()
|
||
- efi/loongarch: Use load address to calculate kernel entry address
|
||
- platform/x86: intel-vbtn: Fix missing tablet-mode-switch events
|
||
- neighbour: Don't let neigh_forced_gc() disable preemption for long
|
||
- drm/crtc: Fix uninit-value bug in drm_mode_setcrtc
|
||
- jbd2: increase the journal IO's priority
|
||
- jbd2: correct the printing of write_flags in jbd2_write_superblock()
|
||
- soundwire: intel_ace2x: fix AC timing setting for ACE2.x
|
||
- clk: rockchip: rk3128: Fix HCLK_OTG gate register
|
||
- clk: rockchip: rk3568: Add PLL rate for 292.5MHz
|
||
- LoongArch: Preserve syscall nr across execve()
|
||
- LoongArch: Set unwind stack type to unknown rather than set error flag
|
||
- LoongArch: Apply dynamic relocations for LLD
|
||
- hwmon: (corsair-psu) Fix probe when built-in
|
||
- ALSA: pcmtest: stop timer before buffer is released
|
||
- drm/exynos: fix a wrong error checking
|
||
- drm/exynos: fix a potential error pointer dereference
|
||
- drm/amdgpu: Add NULL checks for function pointers
|
||
- drm/amd/display: Add monitor patch for specific eDP
|
||
- arm64: dts: rockchip: Fix PCI node addresses on rk3399-gru
|
||
- nvme: fix deadlock between reset and scan
|
||
- nvme: prevent potential spectre v1 gadget
|
||
- nvme-ioctl: move capable() admin check to the end
|
||
- nvme: ensure reset state check ordering
|
||
- nvme: introduce helper function to get ctrl state
|
||
- ASoC: da7219: Support low DC impedance headset
|
||
- net/tg3: fix race condition in tg3_reset_task()
|
||
- pds_vdpa: set features order
|
||
- pds_vdpa: clear config callback when status goes to 0
|
||
- pds_vdpa: fix up format-truncation complaint
|
||
- ASoC: SOF: ipc4-topology: Correct data structures for the GAIN module
|
||
- ASoC: SOF: ipc4-topology: Correct data structures for the SRC module
|
||
- ASoC: hdac_hda: Conditionally register dais for HDMI and Analog
|
||
- ASoC: amd: yc: Add DMI entry to support System76 Pangolin 13
|
||
- nouveau/tu102: flush all pdbs on vmm flush
|
||
- ASoC: SOF: sof-audio: Modify logic for enabling/disabling topology cores
|
||
- ASoC: SOF: ipc4-topology: Add core_mask in struct snd_sof_pipeline
|
||
- ASoC: Intel: skl_hda_dsp_generic: Drop HDMI routes when HDMI is not available
|
||
- ASoC: fsl_xcvr: refine the requested phy clock frequency
|
||
- ASoC: rt5650: add mutex to avoid the jack detection failure
|
||
- ASoC: fsl_xcvr: Enable 2 * TX bit clock for spdif only case
|
||
- ASoC: cs43130: Fix incorrect frame delay configuration
|
||
- ASoC: cs43130: Fix the position of const qualifier
|
||
- ASoC: Intel: Skylake: mem leak in skl register function
|
||
- ASoC: SOF: topology: Fix mem leak in sof_dai_load()
|
||
- ASoC: nau8822: Fix incorrect type in assignment and cast to restricted __be16
|
||
- ASoC: Intel: Skylake: Fix mem leak in few functions
|
||
- arm64: dts: rockchip: fix rk356x pcie msg interrupt name
|
||
- ASoC: wm8974: Correct boost mixer inputs
|
||
- ASoC: amd: yc: Add HP 255 G10 into quirk table
|
||
- nvme-core: check for too small lba shift
|
||
- blk-mq: don't count completed flush data request as inflight in case of quiesce
|
||
- smb: client, common: fix fortify warnings
|
||
- drm/amdgpu: Use another offset for GC 9.4.3 remap
|
||
- drm/amdkfd: Free gang_ctx_bo and wptr_bo in pqm_uninit
|
||
- drm/amdgpu: Fix cat debugfs amdgpu_regs_didt causes kernel null pointer
|
||
- drm/amd/display: update dcn315 lpddr pstate latency
|
||
- drm/amdkfd: Use common function for IP version check
|
||
- drm/amdgpu: Do not issue gpu reset from nbio v7_9 bif interrupt
|
||
- block: warn once for each partition in bio_check_ro()
|
||
- io_uring: use fget/fput consistently
|
||
- nvme-core: fix a memory leak in nvme_ns_info_from_identify()
|
||
- ALSA: hda: intel-nhlt: Ignore vbps when looking for DMIC 32 bps format
|
||
- debugfs: fix automount d_fsdata usage
|
||
- wifi: mac80211: handle 320 MHz in ieee80211_ht_cap_ie_to_sta_ht_cap
|
||
- wifi: avoid offset calculation on NULL pointer
|
||
- wifi: cfg80211: lock wiphy mutex for rfkill poll
|
||
- mptcp: fix uninit-value in mptcp_incoming_options
|
||
- ALSA: hda - Fix speaker and headset mic pin config for CHUWI CoreBook XPro
|
||
- pinctrl: lochnagar: Don't build on MIPS
|
||
- pinctrl: s32cc: Avoid possible string truncation
|
||
- nfsd: drop the nfsd_put helper
|
||
- media: qcom: camss: Comment CSID dt_id field
|
||
- cxl/memdev: Hold region_rwsem during inject and clear poison ops
|
||
- cxl/hdm: Fix a benign lockdep splat
|
||
- cxl: Add cxl_num_decoders_committed() usage to cxl_test
|
||
- mmc: sdhci-sprd: Fix eMMC init failure after hw reset
|
||
- mmc: core: Cancel delayed work before releasing host
|
||
- mmc: rpmb: fixes pause retune on all RPMB partitions.
|
||
- mmc: meson-mx-sdhc: Fix initialization frozen issue
|
||
- drm/amd/display: Fix sending VSC (+ colorimetry) packets for DP/eDP displays without PSR
|
||
- drm/amd/display: add nv12 bounding box
|
||
- drm/amdgpu: skip gpu_info fw loading on navi12
|
||
- mm: fix unmap_mapping_range high bits shift bug
|
||
- i2c: core: Fix atomic xfer check for non-preempt config
|
||
- x86/kprobes: fix incorrect return address calculation in kprobe_emulate_call_indirect
|
||
- firewire: ohci: suppress unexpected system reboot in AMD Ryzen machines and ASM108x/VT630x PCIe cards
|
||
- mm/mglru: skip special VMAs in lru_gen_look_around()
|
||
- net: constify sk_dst_get() and __sk_dst_get() argument
|
||
- cxl/pmu: Ensure put_device on pmu devices
|
||
- net: prevent mss overflow in skb_segment()
|
||
- powerpc/pseries/vas: Migration suspend waits for no in-progress open windows
|
||
- RISCV: KVM: update external interrupt atomically for IMSIC swfile
|
||
- dmaengine: fsl-edma: fix wrong pointer check in fsl_edma3_attach_pd()
|
||
- dmaengine: idxd: Protect int_handle field in hw descriptor
|
||
- drm/amd/display: Increase frame warning limit with KASAN or KCSAN in dml
|
||
- kernel/resource: Increment by align value in get_free_mem_region()
|
||
- cxl/core: Always hold region_rwsem while reading poison lists
|
||
- cxl: Add cxl_decoders_committed() helper
|
||
- drm/amd/display: Increase num voltage states to 40
|
||
- drm/i915: Call intel_pre_plane_updates() also for pipes getting enabled
|
||
- clk: rockchip: rk3128: Fix SCLK_SDMMC's clock name
|
||
- clk: rockchip: rk3128: Fix aclk_peri_src's parent
|
||
- phy: sunplus: return negative error code in sp_usb_phy_probe
|
||
- phy: mediatek: mipi: mt8183: fix minimal supported frequency
|
||
- iio: imu: adis16475: use bit numbers in assign_bit()
|
||
- dmaengine: fsl-edma: Add judgment on enabling round robin arbitration
|
||
- dmaengine: fsl-edma: Do not suspend and resume the masked dma channel when the system is sleeping
|
||
- dmaengine: ti: k3-psil-am62a: Fix SPI PDMA data
|
||
- dmaengine: ti: k3-psil-am62: Fix SPI PDMA data
|
||
- phy: ti: gmii-sel: Fix register offset when parent is not a syscon node
|
||
- KVM: s390: vsie: fix wrong VIR 37 when MSO is used
|
||
- riscv: don't probe unaligned access speed if already done
|
||
- rcu/tasks-trace: Handle new PF_IDLE semantics
|
||
- rcu/tasks: Handle new PF_IDLE semantics
|
||
- rcu: Introduce rcu_cpu_online()
|
||
- rcu: Break rcu_node_0 --> &rq->__lock order
|
||
- ACPI: thermal: Fix acpi_thermal_unregister_thermal_zone() cleanup
|
||
- RDMA/mlx5: Fix mkey cache WQ flush
|
||
- clk: si521xx: Increase stack based print buffer size in probe
|
||
- vfio/mtty: Overhaul mtty interrupt handling
|
||
- crypto: qat - fix double free during reset
|
||
- crypto: xts - use 'spawn' for underlying single-block cipher
|
||
- bpftool: Align output skeleton ELF code
|
||
- bpftool: Fix -Wcast-qual warning
|
||
- tcp: derive delack_max from rto_min
|
||
- media: qcom: camss: Fix genpd cleanup
|
||
- media: qcom: camss: Fix V4L2 async notifier error path
|
||
- xsk: add multi-buffer support for sockets sharing umem
|
||
- mm/memory-failure: pass the folio and the page to collect_procs()
|
||
- mm: convert DAX lock/unlock page to lock/unlock folio
|
||
- net: Implement missing SO_TIMESTAMPING_NEW cmsg support
|
||
- bnxt_en: Remove mis-applied code from bnxt_cfg_ntp_filters()
|
||
- net: ravb: Wait for operating mode to be applied
|
||
- asix: Add check for usbnet_get_endpoints
|
||
- octeontx2-af: Re-enable MAC TX in otx2_stop processing
|
||
- octeontx2-af: Always configure NIX TX link credits based on max frame size
|
||
- net/smc: fix invalid link access in dumping SMC-R connections
|
||
- net/qla3xxx: fix potential memleak in ql_alloc_buffer_queues
|
||
- virtio_net: fix missing dma unmap for resize
|
||
- virtio_net: avoid data-races on dev->stats fields
|
||
- apparmor: Fix move_mount mediation by detecting if source is detached
|
||
- igc: Fix hicredit calculation
|
||
- i40e: Restore VF MSI-X state during PCI reset
|
||
- ASoC: meson: g12a-tohdmitx: Fix event generation for S/PDIF mux
|
||
- ASoC: meson: g12a-toacodec: Fix event generation
|
||
- ASoC: meson: g12a-tohdmitx: Validate written enum values
|
||
- ASoC: meson: g12a-toacodec: Validate written enum values
|
||
- i40e: fix use-after-free in i40e_aqc_add_filters()
|
||
- net: Save and restore msg_namelen in sock_sendmsg
|
||
- netfilter: nft_immediate: drop chain reference counter on error
|
||
- netfilter: nf_nat: fix action not being set for all ct states
|
||
- net: bcmgenet: Fix FCS generation for fragmented skbuffs
|
||
- sfc: fix a double-free bug in efx_probe_filters
|
||
- ARM: sun9i: smp: Fix array-index-out-of-bounds read in sunxi_mc_smp_init
|
||
- selftests: bonding: do not set port down when adding to bond
|
||
- net: Implement missing getsockopt(SO_TIMESTAMPING_NEW)
|
||
- r8169: Fix PCI error on system resume
|
||
- net: sched: em_text: fix possible memory leak in em_text_destroy()
|
||
- mlxbf_gige: fix receive packet race condition
|
||
- ASoC: mediatek: mt8186: fix AUD_PAD_TOP register and offset
|
||
- ASoC: fsl_rpmsg: Fix error handler with pm_runtime_enable
|
||
- igc: Check VLAN EtherType mask
|
||
- igc: Check VLAN TCI mask
|
||
- igc: Report VLAN EtherType matching back to user
|
||
- i40e: Fix filter input checks to prevent config with invalid values
|
||
- ice: Shut down VSI with "link-down-on-close" enabled
|
||
- ice: Fix link_down_on_close message
|
||
- drm/i915/perf: Update handling of MMIO triggered reports
|
||
- drm/i915/dp: Fix passing the correct DPCD_REV for drm_dp_set_phy_test_pattern
|
||
- octeontx2-af: Fix marking couple of structure as __packed
|
||
- nfc: llcp_core: Hold a ref to llcp_local->dev when holding a ref to llcp_local
|
||
- netfilter: nf_tables: set transport offset from mac header for netdev/egress
|
||
- drm/bridge: ps8640: Fix size mismatch warning w/ len
|
||
- drm/bridge: ti-sn65dsi86: Never store more than msg->size bytes in AUX xfer
|
||
- drm/bridge: parade-ps8640: Never store more than msg->size bytes in AUX xfer
|
||
- wifi: iwlwifi: pcie: don't synchronize IRQs from IRQ
|
||
- accel/qaic: Implement quirk for SOC_HW_VERSION
|
||
- accel/qaic: Fix GEM import path code
|
||
- KVM: x86/pmu: fix masking logic for MSR_CORE_PERF_GLOBAL_CTRL
|
||
- cifs: do not depend on release_iface for maintaining iface_list
|
||
- cifs: cifs_chan_is_iface_active should be called with chan_lock held
|
||
- drm/mgag200: Fix gamma lut not initialized for G200ER, G200EV, G200SE
|
||
- Revert "PCI/ASPM: Remove pcie_aspm_pm_state_change()"
|
||
- mptcp: prevent tcp diag from closing listener subflows
|
||
- drm/amd/display: pbn_div need be updated for hotplug event
|
||
- ALSA: hda/realtek: Fix mute and mic-mute LEDs for HP ProBook 440 G6
|
||
- ALSA: hda/realtek: fix mute/micmute LEDs for a HP ZBook
|
||
- ALSA: hda/realtek: enable SND_PCI_QUIRK for hp pavilion 14-ec1xxx series
|
||
- ALSA: hda/tas2781: remove sound controls in unbind
|
||
- ALSA: hda/tas2781: move set_drv_data outside tasdevice_init
|
||
- ALSA: hda/tas2781: do not use regcache
|
||
- keys, dns: Fix missing size check of V1 server-list header
|
||
- Revert "platform/x86: p2sb: Allow p2sb_bar() calls during PCI device probe"
|
||
- netfilter: nf_tables: skip set commit for deleted/destroyed sets
|
||
- wifi: nl80211: fix deadlock in nl80211_set_cqm_rssi (6.6.x)
|
||
- wifi: cfg80211: fix CQM for non-range use
|
||
- tracing: Fix blocked reader of snapshot buffer
|
||
- ftrace: Fix modification of direct_function hash while in use
|
||
- ring-buffer: Fix wake ups when buffer_percent is set to 100
|
||
- Revert "nvme-fc: fix race between error recovery and creating association"
|
||
- mm/memory-failure: check the mapcount of the precise page
|
||
- mm/memory-failure: cast index to loff_t before shifting it
|
||
- mm: migrate high-order folios in swap cache correctly
|
||
- mm/filemap: avoid buffered read/write race to read inconsistent data
|
||
- selftests: secretmem: floor the memory size to the multiple of page_size
|
||
- maple_tree: do not preallocate nodes for slot stores
|
||
- platform/x86: p2sb: Allow p2sb_bar() calls during PCI device probe
|
||
- platform/x86/intel/pmc: Move GBE LTR ignore to suspend callback
|
||
- platform/x86/intel/pmc: Allow reenabling LTRs
|
||
- platform/x86/intel/pmc: Add suspend callback
|
||
- block: renumber QUEUE_FLAG_HW_WC
|
||
- mptcp: fix inconsistent state on fastopen race
|
||
- mptcp: fix possible NULL pointer dereference on close
|
||
- mptcp: refactor sndbuf auto-tuning
|
||
- linux/export: Ensure natural alignment of kcrctab array
|
||
- linux/export: Fix alignment for 64-bit ksymtab entries
|
||
- kexec: select CRYPTO from KEXEC_FILE instead of depending on it
|
||
- kexec: fix KEXEC_FILE dependencies
|
||
- virtio_ring: fix syncs DMA memory with different direction
|
||
- fs: cifs: Fix atime update check
|
||
- client: convert to new timestamp accessors
|
||
- fs: new accessor methods for atime and mtime
|
||
- ksmbd: avoid duplicate opinfo_put() call on error of smb21_lease_break_ack()
|
||
- ksmbd: lazy v2 lease break on smb2_write()
|
||
- ksmbd: send v2 lease break notification for directory
|
||
- ksmbd: downgrade RWH lease caching state to RH for directory
|
||
- ksmbd: set v2 lease capability
|
||
- ksmbd: set epoch in create context v2 lease
|
||
- ksmbd: don't update ->op_state as OPLOCK_STATE_NONE on error
|
||
- ksmbd: move setting SMB2_FLAGS_ASYNC_COMMAND and AsyncId
|
||
- ksmbd: release interim response after sending status pending response
|
||
- ksmbd: move oplock handling after unlock parent dir
|
||
- ksmbd: separately allocate ci per dentry
|
||
- ksmbd: prevent memory leak on error return
|
||
- ksmbd: fix kernel-doc comment of ksmbd_vfs_kern_path_locked()
|
||
- ksmbd: no need to wait for binded connection termination at logoff
|
||
- ksmbd: add support for surrogate pair conversion
|
||
- ksmbd: fix missing RDMA-capable flag for IPoIB device in ksmbd_rdma_capable_netdev()
|
||
- ksmbd: fix kernel-doc comment of ksmbd_vfs_setxattr()
|
||
- ksmbd: reorganize ksmbd_iov_pin_rsp()
|
||
- ksmbd: Remove unused field in ksmbd_user struct
|
||
- spi: cadence: revert "Add SPI transfer delays"
|
||
- x86/smpboot/64: Handle X2APIC BIOS inconsistency gracefully
|
||
- x86/alternatives: Disable interrupts and sync when optimizing NOPs in place
|
||
- x86/alternatives: Sync core before enabling interrupts
|
||
- KVM: arm64: vgic: Force vcpu vgic teardown on vcpu destroy
|
||
- KVM: arm64: vgic: Add a non-locking primitive for kvm_vgic_vcpu_destroy()
|
||
- KVM: arm64: vgic: Simplify kvm_vgic_destroy()
|
||
- thunderbolt: Fix memory leak in margining_port_remove()
|
||
- lib/vsprintf: Fix %pfwf when current node refcount == 0
|
||
- gpio: dwapb: mask/unmask IRQ when disable/enale it
|
||
- bus: ti-sysc: Flush posted write only after srst_udelay
|
||
- pinctrl: starfive: jh7100: ignore disabled device tree nodes
|
||
- pinctrl: starfive: jh7110: ignore disabled device tree nodes
|
||
- selftests: mptcp: join: fix subflow_send_ack lookup
|
||
- dm-integrity: don't modify bio's immutable bio_vec in integrity_metadata()
|
||
- tracing / synthetic: Disable events after testing in synth_event_gen_test_init()
|
||
- scsi: core: Always send batch on reset or error handling command
|
||
- Revert "scsi: aacraid: Reply queue mapping to CPUs based on IRQ affinity"
|
||
- nvmem: brcm_nvram: store a copy of NVRAM content
|
||
- spi: atmel: Fix clock issue when using devices with different polarities
|
||
- spi: atmel: Prevent spi transfers from being killed
|
||
- spi: atmel: Do not cancel a transfer upon any signal
|
||
- ring-buffer: Fix slowpath of interrupted event
|
||
- ring-buffer: Remove useless update to write_stamp in rb_try_to_discard()
|
||
- ring-buffer: Fix 32-bit rb_time_read() race with rb_time_cmpxchg()
|
||
- 9p: prevent read overrun in protocol dump tracepoint
|
||
- drm/i915/dmc: Don't enable any pipe DMC events
|
||
- drm/i915: Reject async flips with bigjoiner
|
||
- smb: client: fix OOB in smbCalcSize()
|
||
- smb: client: fix OOB in SMB2_query_info_init()
|
||
- smb: client: fix potential OOB in cifs_dump_detail()
|
||
- smb: client: fix OOB in cifsd when receiving compounded resps
|
||
- nfsd: call nfsd_last_thread() before final nfsd_put()
|
||
- dt-bindings: nvmem: mxs-ocotp: Document fsl,ocotp
|
||
- net: stmmac: fix incorrect flag check in timestamp interrupt
|
||
- net: avoid build bug in skb extension length calculation
|
||
- net: ks8851: Fix TX stall caused by TX buffer overrun
|
||
- net: rfkill: gpio: set GPIO direction
|
||
- net: 9p: avoid freeing uninit memory in p9pdu_vreadf
|
||
- Input: soc_button_array - add mapping for airplane mode button
|
||
- net: usb: ax88179_178a: avoid failed operations when device is disconnected
|
||
- usb: fotg210-hcd: delete an incorrect bounds test
|
||
- usb: typec: ucsi: fix gpio-based orientation detection
|
||
- Bluetooth: Add more enc key size check
|
||
- Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE
|
||
- Bluetooth: L2CAP: Send reject on command corrupted request
|
||
- Bluetooth: af_bluetooth: Fix Use-After-Free in bt_sock_recvmsg
|
||
- Bluetooth: hci_event: Fix not checking if HCI_OP_INQUIRY has been sent
|
||
- ASoC: tas2781: check the validity of prm_no/cfg_no
|
||
- ALSA: hda/realtek: Add quirk for ASUS ROG GV302XA
|
||
- ALSA: hda/tas2781: select program 0, conf 0 by default
|
||
- USB: serial: option: add Quectel RM500Q R13 firmware support
|
||
- USB: serial: option: add Foxconn T99W265 with new baseline
|
||
- USB: serial: option: add Quectel EG912Y module support
|
||
- USB: serial: ftdi_sio: update Actisense PIDs constant names
|
||
- wifi: cfg80211: fix certs build to not depend on file order
|
||
- wifi: cfg80211: Add my certificate
|
||
- wifi: mt76: fix crash with WED rx support enabled
|
||
- usb-storage: Add quirk for incorrect WP on Kingston DT Ultimate 3.0 G3
|
||
- ARM: dts: Fix occasional boot hang for am3 usb
|
||
- ALSA: usb-audio: Increase delay in MOTU M quirk
|
||
- iio: triggered-buffer: prevent possible freeing of wrong buffer
|
||
- iio: tmag5273: fix temperature offset
|
||
- iio: adc: ti_am335x_adc: Fix return value check of tiadc_request_dma()
|
||
- iio: imu: adis16475: add spi_device_id table
|
||
- iio: common: ms_sensors: ms_sensors_i2c: fix humidity conversion time table
|
||
- iio: adc: imx93: add four channels for imx93 adc
|
||
- iio: kx022a: Fix acceleration value scaling
|
||
- scsi: ufs: core: Let the sq_lock protect sq_tail_slot access
|
||
- scsi: ufs: qcom: Return ufs_qcom_clk_scale_*() errors in ufs_qcom_clk_scale_notify()
|
||
- scsi: bnx2fc: Fix skb double free in bnx2fc_rcv()
|
||
- iio: adc: meson: add separate config for axg SoC family
|
||
- Input: ipaq-micro-keys - add error handling for devm_kmemdup
|
||
- interconnect: qcom: sm8250: Enable sync_state
|
||
- iio: imu: inv_mpu6050: fix an error code problem in inv_mpu6050_read_raw
|
||
- interconnect: Treat xlate() returning NULL node as an error
|
||
- nvme-pci: fix sleeping function called from interrupt context
|
||
- gpiolib: cdev: add gpio_device locking wrapper around gpio_ioctl()
|
||
- pinctrl: at91-pio4: use dedicated lock class for IRQ
|
||
- x86/xen: add CPU dependencies for 32-bit build
|
||
- i2c: aspeed: Handle the coalesced stop conditions with the start conditions.
|
||
- drm/amdgpu: re-create idle bo's PTE during VM state machine reset
|
||
- i2c: qcom-geni: fix missing clk_disable_unprepare() and geni_se_resources_off()
|
||
- ASoC: fsl_sai: Fix channel swap issue on i.MX8MP
|
||
- ASoC: hdmi-codec: fix missing report for jack initial status
|
||
- drm/i915/mtl: Fix HDMI/DP PLL clock selection
|
||
- drm/i915/hwmon: Fix static analysis tool reported issues
|
||
- afs: Fix use-after-free due to get/remove race in volume tree
|
||
- afs: Fix overwriting of result of DNS query
|
||
- keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiry
|
||
- net: check dev->gso_max_size in gso_features_check()
|
||
- net/ipv6: Revert remove expired routes with a separated list of routes
|
||
- net: ethernet: mtk_wed: fix possible NULL pointer dereference in mtk_wed_wo_queue_tx_clean()
|
||
- afs: Fix dynamic root lookup DNS check
|
||
- afs: Fix the dynamic root's d_delete to always delete unused dentries
|
||
- net: check vlan filter feature in vlan_vids_add_by_dev() and vlan_vids_del_by_dev()
|
||
- net: mana: select PAGE_POOL
|
||
- ice: Fix PF with enabled XDP going no-carrier after reset
|
||
- ice: alter feature support check for SRIOV and LAG
|
||
- ice: stop trashing VF VSI aggregator node ID information
|
||
- net: phy: skip LED triggers on PHYs on SFP modules
|
||
- bnxt_en: do not map packet buffers twice
|
||
- Bluetooth: hci_core: Fix hci_conn_hash_lookup_cis
|
||
- Bluetooth: hci_event: shut up a false-positive warning
|
||
- Bluetooth: Fix deadlock in vhci_send_frame
|
||
- Bluetooth: Fix not notifying when connection encryption changes
|
||
- net/rose: fix races in rose_kill_by_device()
|
||
- ethernet: atheros: fix a memleak in atl1e_setup_ring_resources
|
||
- net: sched: ife: fix potential use-after-free
|
||
- net: Return error from sk_stream_wait_connect() if sk_wait_event() fails
|
||
- octeontx2-pf: Fix graceful exit during PFC configuration failure
|
||
- net: mscc: ocelot: fix pMAC TX RMON stats for bucket 256-511 and above
|
||
- net: mscc: ocelot: fix eMAC TX RMON stats for bucket 256-511 and above
|
||
- net/mlx5e: Correct snprintf truncation handling for fw_version buffer used by representors
|
||
- net/mlx5e: Correct snprintf truncation handling for fw_version buffer
|
||
- net/mlx5e: Fix error codes in alloc_branch_attr()
|
||
- net/mlx5e: Fix error code in mlx5e_tc_action_miss_mapping_get()
|
||
- net/mlx5: Refactor mlx5_flow_destination->rep pointer to vport num
|
||
- net/mlx5: Fix fw tracer first block check
|
||
- net/mlx5e: XDP, Drop fragmented packets larger than MTU size
|
||
- net/mlx5e: Decrease num_block_tc when unblock tc offload
|
||
- net/mlx5e: Fix overrun reported by coverity
|
||
- net/mlx5e: fix a potential double-free in fs_udp_create_groups
|
||
- net/mlx5e: Fix a race in command alloc flow
|
||
- net/mlx5e: Fix slab-out-of-bounds in mlx5_query_nic_vport_mac_list()
|
||
- Revert "net/mlx5e: fix double free of encap_header"
|
||
- Revert "net/mlx5e: fix double free of encap_header in update funcs"
|
||
- bpf: syzkaller found null ptr deref in unix_bpf proto add
|
||
- ice: fix theoretical out-of-bounds access in ethtool link modes
|
||
- wifi: mac80211: mesh_plink: fix matches_local logic
|
||
- wifi: mac80211: mesh: check element parsing succeeded
|
||
- wifi: mac80211: check defragmentation succeeded
|
||
- wifi: mac80211: don't re-add debugfs during reconfig
|
||
- wifi: mac80211: check if the existing link config remains unchanged
|
||
- wifi: iwlwifi: pcie: add another missing bh-disable for rxq->lock
|
||
- wifi: ieee80211: don't require protected vendor action frames
|
||
- SUNRPC: Revert 5f7fc5d69f6e92ec0b38774c387f5cf7812c5806
|
||
- platform/x86/intel/pmc: Fix hang in pmc_core_send_ltr_ignore()
|
||
- s390/vx: fix save/restore of fpu kernel context
|
||
- reset: Fix crash when freeing non-existent optional resets
|
||
- ARM: OMAP2+: Fix null pointer dereference and memory leak in omap_soc_device_init
|
||
- ARM: dts: dra7: Fix DRA7 L3 NoC node register size
|
||
- arm64: dts: allwinner: h616: update emac for Orange Pi Zero 3
|
||
- spi: spi-imx: correctly configure burst length when using dma
|
||
- drm: Fix FD ownership check in drm_master_check_perm()
|
||
- drm: Update file owner during use
|
||
- drm/i915/edp: don't write to DP_LINK_BW_SET when using rate select
|
||
- drm/i915: Introduce crtc_state->enhanced_framing
|
||
- drm/i915: Fix FEC state dump
|
||
- drm/amd/display: fix hw rotated modes when PSR-SU is enabled
|
||
- btrfs: free qgroup pertrans reserve on transaction abort
|
||
- btrfs: qgroup: use qgroup_iterator in qgroup_convert_meta()
|
||
- btrfs: qgroup: iterate qgroups without memory allocation for qgroup_reserve()
|
||
- mm/damon/core: make damon_start() waits until kdamond_fn() starts
|
||
- mm/damon/core: use number of passed access sampling as a timer
|
||
- bpf: Fix prog_array_map_poke_run map poke update
|
||
- !5451 arm64: Delete macro in the scsnp feature
|
||
- arm64: Delete macro in the scsnp feature
|
||
- !5037 [OLK-6.6] Add support for Mucse Network Adapter(N500/N210)
|
||
- drivers: initial support for rnpgbe drivers from Mucse Technology
|
||
- !4782 [OLK-6.6] Add drivers support for Mucse Network Adapter rnpm (N10/N400)
|
||
- drivers: initial support for rnpm drivers from Mucse Technology
|
||
- !5340 CVE-2023-52593
|
||
- wifi: wfx: fix possible NULL pointer dereference in wfx_set_mfp_ap()
|
||
- !5341 powerpc/lib: Validate size for vector operations
|
||
- powerpc/lib: Validate size for vector operations
|
||
- !5346 v2 s390/vfio-ap: always filter entire AP matrix
|
||
- s390/vfio-ap: always filter entire AP matrix
|
||
- !5248 mm: cachestat: fix folio read-after-free in cache walk
|
||
- mm: cachestat: fix folio read-after-free in cache walk
|
||
- !5212 [OLK-6.6] Support PSPCCP/NTBCCP identification for Hygon 2th and 3th CPU
|
||
- crypto: ccp: Add Hygon CSV support
|
||
- crypto: ccp: Fixup the capability of Hygon PSP during initialization
|
||
- !5318 Backport 6.6.8 LTS Patches
|
||
- RDMA/mlx5: Change the key being sent for MPV device affiliation
|
||
- x86/speculation, objtool: Use absolute relocations for annotations
|
||
- ring-buffer: Have rb_time_cmpxchg() set the msb counter too
|
||
- ring-buffer: Do not try to put back write_stamp
|
||
- ring-buffer: Fix a race in rb_time_cmpxchg() for 32 bit archs
|
||
- ring-buffer: Fix writing to the buffer with max_data_size
|
||
- ring-buffer: Have saved event hold the entire event
|
||
- ring-buffer: Do not update before stamp when switching sub-buffers
|
||
- tracing: Update snapshot buffer on resize if it is allocated
|
||
- ring-buffer: Fix memory leak of free page
|
||
- smb: client: fix OOB in smb2_query_reparse_point()
|
||
- smb: client: fix NULL deref in asn1_ber_decoder()
|
||
- smb: client: fix potential OOBs in smb2_parse_contexts()
|
||
- drm/i915: Fix remapped stride with CCS on ADL+
|
||
- drm/i915: Fix intel_atomic_setup_scalers() plane_state handling
|
||
- drm/i915: Fix ADL+ tiled plane stride when the POT stride is smaller than the original
|
||
- drm/amd/display: Disable PSR-SU on Parade 0803 TCON again
|
||
- drm/amd/display: Restore guard against default backlight value < 1 nit
|
||
- drm/edid: also call add modes in EDID connector update fallback
|
||
- drm/amdgpu: fix tear down order in amdgpu_vm_pt_free
|
||
- btrfs: don't clear qgroup reserved bit in release_folio
|
||
- btrfs: fix qgroup_free_reserved_data int overflow
|
||
- btrfs: free qgroup reserve when ORDERED_IOERR is set
|
||
- kexec: drop dependency on ARCH_SUPPORTS_KEXEC from CRASH_DUMP
|
||
- mm/shmem: fix race in shmem_undo_range w/THP
|
||
- mm/mglru: reclaim offlined memcgs harder
|
||
- mm/mglru: respect min_ttl_ms with memcgs
|
||
- mm/mglru: try to stop at high watermarks
|
||
- mm/mglru: fix underprotected page cache
|
||
- dmaengine: fsl-edma: fix DMA channel leak in eDMAv4
|
||
- dmaengine: stm32-dma: avoid bitfield overflow assertion
|
||
- drm/mediatek: Fix access violation in mtk_drm_crtc_dma_dev_get
|
||
- drm/amdgpu/sdma5.2: add begin/end_use ring callbacks
|
||
- team: Fix use-after-free when an option instance allocation fails
|
||
- arm64: mm: Always make sw-dirty PTEs hw-dirty in pte_modify
|
||
- Revert "selftests: error out if kernel header files are not yet built"
|
||
- ext4: prevent the normalized size from exceeding EXT_MAX_BLOCKS
|
||
- soundwire: stream: fix NULL pointer dereference for multi_link
|
||
- cxl/hdm: Fix dpa translation locking
|
||
- btrfs: do not allow non subvolume root targets for snapshot
|
||
- perf: Fix perf_event_validate_size() lockdep splat
|
||
- HID: hid-asus: add const to read-only outgoing usb buffer
|
||
- arm64: add dependency between vmlinuz.efi and Image
|
||
- smb: client: set correct file type from NFS reparse points
|
||
- smb: client: introduce ->parse_reparse_point()
|
||
- smb: client: implement ->query_reparse_point() for SMB1
|
||
- net: usb: qmi_wwan: claim interface 4 for ZTE MF290
|
||
- eventfs: Do not allow NULL parent to eventfs_start_creating()
|
||
- asm-generic: qspinlock: fix queued_spin_value_unlocked() implementation
|
||
- scripts/checkstack.pl: match all stack sizes for s390
|
||
- nfc: virtual_ncidev: Add variable to check if ndev is running
|
||
- HID: multitouch: Add quirk for HONOR GLO-GXXX touchpad
|
||
- HID: hid-asus: reset the backlight brightness level on resume
|
||
- HID: add ALWAYS_POLL quirk for Apple kb
|
||
- HID: glorious: fix Glorious Model I HID report
|
||
- HID: apple: add Jamesdonkey and A3R to non-apple keyboards list
|
||
- HID: mcp2221: Allow IO to start during probe
|
||
- HID: mcp2221: Set driver data before I2C adapter add
|
||
- platform/x86: intel_telemetry: Fix kernel doc descriptions
|
||
- LoongArch: Mark {dmw,tlb}_virt_to_page() exports as non-GPL
|
||
- LoongArch: Silence the boot warning about 'nokaslr'
|
||
- LoongArch: Record pc instead of offset in la_abs relocation
|
||
- LoongArch: Add dependency between vmlinuz.efi and vmlinux.efi
|
||
- selftests/bpf: fix bpf_loop_bench for new callback verification scheme
|
||
- nvme: catch errors from nvme_configure_metadata()
|
||
- nvme-auth: set explanation code for failure2 msgs
|
||
- bcache: avoid NULL checking to c->root in run_cache_set()
|
||
- bcache: add code comments for bch_btree_node_get() and __bch_btree_node_alloc()
|
||
- bcache: remove redundant assignment to variable cur_idx
|
||
- bcache: avoid oversize memory allocation by small stripe_size
|
||
- blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read lock required!"
|
||
- rxrpc: Fix some minor issues with bundle tracing
|
||
- stmmac: dwmac-loongson: Add architecture dependency
|
||
- usb: aqc111: check packet for fixup for true limit
|
||
- x86/hyperv: Fix the detection of E820_TYPE_PRAM in a Gen2 VM
|
||
- selftests/mm: cow: print ksft header before printing anything else
|
||
- drm/i915: Use internal class when counting engine resets
|
||
- drm/i915/selftests: Fix engine reset count storage for multi-tile
|
||
- accel/ivpu/37xx: Fix interrupt_clear_with_0 WA initialization
|
||
- accel/ivpu: Print information about used workarounds
|
||
- drm/mediatek: Add spinlock for setting vblank event in atomic_begin
|
||
- drm/mediatek: fix kernel oops if no crtc is found
|
||
- PCI: vmd: Fix potential deadlock when enabling ASPM
|
||
- ksmbd: fix wrong name of SMB2_CREATE_ALLOCATION_SIZE
|
||
- PCI/ASPM: Add pci_enable_link_state_locked()
|
||
- PCI: loongson: Limit MRRS to 256
|
||
- Revert "PCI: acpiphp: Reassign resources on bridge if necessary"
|
||
- ALSA: hda/tas2781: reset the amp before component_add
|
||
- ALSA: hda/tas2781: call cleanup functions only once
|
||
- ALSA: hda/tas2781: handle missing EFI calibration data
|
||
- ALSA: hda/tas2781: leave hda_component in usable state
|
||
- ALSA: hda/realtek: Apply mute LED quirk for HP15-db
|
||
- ALSA: hda/hdmi: add force-connect quirks for ASUSTeK Z170 variants
|
||
- ALSA: hda/hdmi: add force-connect quirk for NUC5CPYB
|
||
- io_uring/cmd: fix breakage in SOCKET_URING_OP_SIOC* implementation
|
||
- fuse: dax: set fc->dax to NULL in fuse_dax_conn_free()
|
||
- fuse: disable FOPEN_PARALLEL_DIRECT_WRITES with FUSE_DIRECT_IO_ALLOW_MMAP
|
||
- fuse: share lookup state between submount and its parent
|
||
- fuse: Rename DIRECT_IO_RELAX to DIRECT_IO_ALLOW_MMAP
|
||
- HID: Add quirk for Labtec/ODDOR/aikeec handbrake
|
||
- HID: i2c-hid: Add IDEA5002 to i2c_hid_acpi_blacklist[]
|
||
- net: atlantic: fix double free in ring reinit logic
|
||
- appletalk: Fix Use-After-Free in atalk_ioctl
|
||
- net: stmmac: Handle disabled MDIO busses from devicetree
|
||
- net: stmmac: dwmac-qcom-ethqos: Fix drops in 10M SGMII RX
|
||
- dpaa2-switch: do not ask for MDB, VLAN and FDB replay
|
||
- dpaa2-switch: fix size of the dma_unmap
|
||
- vsock/virtio: Fix unsigned integer wrap around in virtio_transport_has_space()
|
||
- sign-file: Fix incorrect return values check
|
||
- stmmac: dwmac-loongson: Make sure MDIO is initialized before use
|
||
- net: ena: Fix XDP redirection error
|
||
- net: ena: Fix DMA syncing in XDP path when SWIOTLB is on
|
||
- net: ena: Fix xdp drops handling due to multibuf packets
|
||
- net: ena: Destroy correct number of xdp queues upon failure
|
||
- net: Remove acked SYN flag from packet in the transmit queue correctly
|
||
- qed: Fix a potential use-after-free in qed_cxt_tables_alloc
|
||
- iavf: Fix iavf_shutdown to call iavf_remove instead iavf_close
|
||
- iavf: Handle ntuple on/off based on new state machines for flow director
|
||
- iavf: Introduce new state machines for flow director
|
||
- net/rose: Fix Use-After-Free in rose_ioctl
|
||
- atm: Fix Use-After-Free in do_vcc_ioctl
|
||
- octeontx2-af: Fix pause frame configuration
|
||
- octeontx2-af: Update RSS algorithm index
|
||
- octeontx2-pf: Fix promisc mcam entry action
|
||
- octeon_ep: explicitly test for firmware ready value
|
||
- net/sched: act_ct: Take per-cb reference to tcf_ct_flow_table
|
||
- octeontx2-af: fix a use-after-free in rvu_nix_register_reporters
|
||
- net: fec: correct queue selection
|
||
- atm: solos-pci: Fix potential deadlock on &tx_queue_lock
|
||
- atm: solos-pci: Fix potential deadlock on &cli_queue_lock
|
||
- bnxt_en: Fix HWTSTAMP_FILTER_ALL packet timestamp logic
|
||
- bnxt_en: Fix wrong return value check in bnxt_close_nic()
|
||
- bnxt_en: Fix skb recycling logic in bnxt_deliver_skb()
|
||
- bnxt_en: Clear resource reservation during resume
|
||
- qca_spi: Fix reset behavior
|
||
- qca_debug: Fix ethtool -G iface tx behavior
|
||
- qca_debug: Prevent crash on TX ring changes
|
||
- net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIX
|
||
- net/mlx5: Fix a NULL vs IS_ERR() check
|
||
- net/mlx5e: Check netdev pointer before checking its net ns
|
||
- net/mlx5: Nack sync reset request when HotPlug is enabled
|
||
- net/mlx5e: TC, Don't offload post action rule if not supported
|
||
- net/mlx5e: Fix possible deadlock on mlx5e_tx_timeout_work
|
||
- net/mlx5e: Disable IPsec offload support if not FW steering
|
||
- RDMA/mlx5: Send events from IB driver about device affiliation state
|
||
- net/mlx5e: Check the number of elements before walk TC rhashtable
|
||
- net/mlx5e: Reduce eswitch mode_lock protection context
|
||
- net/mlx5e: Tidy up IPsec NAT-T SA discovery
|
||
- net/mlx5e: Unify esw and normal IPsec status table creation/destruction
|
||
- net/mlx5e: Ensure that IPsec sequence packet number starts from 1
|
||
- net/mlx5e: Honor user choice of IPsec replay window size
|
||
- HID: lenovo: Restrict detection of patched firmware only to USB cptkbd
|
||
- afs: Fix refcount underflow from error handling race
|
||
- efi/x86: Avoid physical KASLR on older Dell systems
|
||
- ksmbd: fix memory leak in smb2_lock()
|
||
- ext4: fix warning in ext4_dio_write_end_io()
|
||
- r8152: add vendor/device ID pair for ASUS USB-C2500
|
||
- !5239 crypto: hisilicon support no-sva feature
|
||
- crypto: hisilicon/qm - register to UACCE subsystem in UACCE_MODE_NOIOMMU mode
|
||
- crypto: hisilicon/qm - get the type of iommu
|
||
- uacce: support UACCE_MODE_NOIOMMU mode
|
||
- !5256 net: hns3: some bugfix for the HNS3 ethernet driver
|
||
- net: hns3: add checking for vf id of mailbox
|
||
- net: hns3: fix port duplex configure error in IMP reset
|
||
- net: hns3: fix reset timeout under full functions and queues
|
||
- net: hns3: fix delete tc fail issue
|
||
- net: hns3: fix kernel crash when 1588 is received on HIP08 devices
|
||
- net: hns3: Disable SerDes serial loopback for HiLink H60
|
||
- net: hns3: add new 200G link modes for hisilicon device
|
||
- net: hns3: fix wrong judgment condition issue
|
||
- !5250 f2fs: fix to tag gcing flag on page during block migration
|
||
- f2fs: fix to tag gcing flag on page during block migration
|
||
- !5249 btrfs: scrub: avoid use-after-free when chunk length is not 64K aligned
|
||
- btrfs: scrub: avoid use-after-free when chunk length is not 64K aligned
|
||
- !5244 ceph: fix deadlock or deadcode of misusing dget()
|
||
- ceph: fix deadlock or deadcode of misusing dget()
|
||
- !5180 RDMA/hns: Support hns RoCE Bonding
|
||
- RDMA/hns: Fix the concurrency error between bond and reset.
|
||
- RDMA/hns: Fix the device loss after unbinding RoCE bond resource slave
|
||
- RDMA/hns: Fix wild pointer error of RoCE bonding when rmmod hns3
|
||
- RDMA/hns: Support reset recovery for RoCE bonding
|
||
- RDMA/hns: Add functions to obtain netdev and bus_num from an hr_dev
|
||
- RDMA/hns: Support dispatching IB event for RoCE bonding
|
||
- RDMA/hns: Set IB port state depending on upper device for RoCE bonding
|
||
- RDMA/hns: Support RoCE bonding
|
||
|
||
* Thu Mar 14 2024 Zheng Zengkai <zhengzengkai@huawei.com> - 6.6.0-12.0.0.8
|
||
- !5174 [OLK-6.6][sync from OLK-5.10] Introduce multiple LPI translation caches
|
||
- KVM:arm64:vgic update openEuler's config's to enable MULTI_LPI_TRANSLATE_CACHE
|
||
- KVM: arm64: vgic-its: Do not execute invalidate MSI-LPI translation cache on movi command
|
||
- KVM: arm64: vgic-its: Introduce multiple LPI translation caches
|
||
- !5208 Revert “Fix the header file location error and adjust the function and structure version.”
|
||
- Revert “Fix the header file location error and adjust the function and structure version.”
|
||
- !5199 v2 mTHP anon support
|
||
- uprobes: use pagesize-aligned virtual address when replacing pages
|
||
- selftests/mm/cow: add tests for anonymous multi-size THP
|
||
- selftests/mm/cow: generalize do_run_with_thp() helper
|
||
- selftests/mm/khugepaged: enlighten for multi-size THP
|
||
- selftests/mm: support multi-size THP interface in thp_settings
|
||
- selftests/mm: factor out thp settings management
|
||
- selftests/mm/kugepaged: restore thp settings at exit
|
||
- mm: thp: support allocation of anonymous multi-size THP
|
||
- mm: thp: introduce multi-size THP sysfs interface
|
||
- mm: non-pmd-mappable, large folios for folio_add_new_anon_rmap()
|
||
- mm: allow deferred splitting of arbitrary anon large folios
|
||
- mm/readahead: do not allow order-1 folio
|
||
- mm: more ptep_get() conversion
|
||
- mm/thp: fix "mm: thp: kill __transhuge_page_enabled()"
|
||
- memory: move exclusivity detection in do_wp_page() into wp_can_reuse_anon_folio()
|
||
- mm/rmap: convert page_move_anon_rmap() to folio_move_anon_rmap()
|
||
- mm/rmap: move SetPageAnonExclusive() out of page_move_anon_rmap()
|
||
- mm/rmap: pass folio to hugepage_add_anon_rmap()
|
||
- mm/rmap: simplify PageAnonExclusive sanity checks when adding anon rmap
|
||
- mm/rmap: warn on new PTE-mapped folios in page_add_anon_rmap()
|
||
- mm/rmap: move folio_test_anon() check out of __folio_set_anon()
|
||
- mm/rmap: move SetPageAnonExclusive out of __page_set_anon_rmap()
|
||
- mm/rmap: drop stale comment in page_add_anon_rmap and hugepage_add_anon_rmap()
|
||
- !4908 cgroup/cpuset: add exclusive and exclusive.effective for v2
|
||
- cgroup/cpuset: Fix retval in update_cpumask()
|
||
- cgroup/cpuset: Fix a memory leak in update_exclusive_cpumask()
|
||
- cgroup/cpuset: Cleanup signedness issue in cpu_exclusive_check()
|
||
- cgroup/cpuset: Enable invalid to valid local partition transition
|
||
- cgroup/cpuset: Check partition conflict with housekeeping setup
|
||
- cgroup/cpuset: Introduce remote partition
|
||
- cgroup/cpuset: Add cpuset.cpus.exclusive for v2
|
||
- cgroup/cpuset: Add cpuset.cpus.exclusive.effective for v2
|
||
- !5159 【OLK-6.6】iommu: reserve KABI for struct iommu_ops
|
||
- [OLK-6.6] iommu:kabi reserver space for struct iommu_ops
|
||
- !5149 net: hns3: add support some customized exception handling interfaces
|
||
- net: hns3: add input parameters checking
|
||
- net: hns3: add extend interface support for read and write phy register
|
||
- net: hns3: add support set led
|
||
- net: hns3: add support set mac state
|
||
- net: hns3: add support detect port wire type
|
||
- net: hns3: add support PF provides customized interfaces to detect port faults.
|
||
- net: hns3: support set pfc pause trans time
|
||
- net: hns3: add support disable nic clock
|
||
- net: hns3: add support config and query serdes lane status
|
||
- net: hns3: add supports configure optical module enable
|
||
- net: hns3: add support query the presence of optical module
|
||
- net: hns3: add support modified tx timeout
|
||
- net: hns3: add support query port ext information
|
||
- net: hns3: add support configuring function-level interrupt affinity
|
||
- net: hns3: add support clear mac statistics
|
||
- net: hns3: add support to get/set 1d torus param
|
||
- net: hns3: add supports fast reporting of faulty nodes
|
||
- net: hns3: add supports pfc storm detection and suppression
|
||
- net: hns3: add support customized exception handling interfaces
|
||
- !4761 [OLK-6.6] backport 6.7 kernel signal patch
|
||
- riscv: signal: handle syscall restart before get_signal
|
||
- !5151 intel-sig: configs: enable TPMI related configs for OLK6.6
|
||
- config: update Intel TPMI based driver configs to openeuler_defconfig for x86
|
||
- !5150 intel-sig: configs: enable PMT related configs for OLK6.6
|
||
- config: x86: Intel: enabled PMT SDSI TPMI configs
|
||
- !4427 【OLK-6.6】watchdog: Support watchdog_sdei coexist with existing watchdogs
|
||
- watchdog: Support watchdog_sdei coexist with existing watchdogs
|
||
- !4776 [OLK-6.6] kabi:reserve space for msi expansion
|
||
- [OLK-6.6] kabi:reserve space for msi expansion
|
||
- !5041 [OLK-6.6] support the AMD Zen5 Turin
|
||
- x86/CPU/AMD: Add more models to X86_FEATURE_ZEN5
|
||
- x86/CPU/AMD: Add X86_FEATURE_ZEN5
|
||
- x86/CPU/AMD: Add X86_FEATURE_ZEN1
|
||
- x86/CPU/AMD: Drop now unused CPU erratum checking function
|
||
- x86/CPU/AMD: Get rid of amd_erratum_1485[]
|
||
- x86/CPU/AMD: Get rid of amd_erratum_400[]
|
||
- x86/CPU/AMD: Get rid of amd_erratum_383[]
|
||
- x86/CPU/AMD: Get rid of amd_erratum_1054[]
|
||
- x86/CPU/AMD: Move the DIV0 bug detection to the Zen1 init function
|
||
- x86/CPU/AMD: Move Zenbleed check to the Zen2 init function
|
||
- x86/CPU/AMD: Rename init_amd_zn() to init_amd_zen_common()
|
||
- x86/CPU/AMD: Call the spectral chicken in the Zen2 init function
|
||
- x86/CPU/AMD: Move erratum 1076 fix into the Zen1 init function
|
||
- x86/CPU/AMD: Move the Zen3 BTC_NO detection to the Zen3 init function
|
||
- x86/CPU/AMD: Carve out the erratum 1386 fix
|
||
- x86/CPU/AMD: Add ZenX generations flags
|
||
- !5036 [OLK-6.6] Do not serialize MSR accesses on AMD
|
||
- x86/barrier: Do not serialize MSR accesses on AMD
|
||
- !5134 modpost: Optimize symbol search from linear to binary search
|
||
- modpost: Optimize symbol search from linear to binary search
|
||
- !4826 add sw64 architecture support
|
||
- drivers: vfio: add sw64 support
|
||
- drivers: usb: add sw64 support
|
||
- drivers: tty: add sw64 support
|
||
- drivers: spi: add sw64 support
|
||
- drivers: scsi: add sw64 support
|
||
- drivers: rtc: add sw64 rtc support
|
||
- drivers: qemu_fw_cfg: add sw64 support
|
||
- drivers: platform: add sw64 support
|
||
- drivers: pci: add sw64 support
|
||
- drivers: misc: add sw64 support
|
||
- drivers: mfd: add sw64 support
|
||
- drivers: irqchip: add sw64 support
|
||
- drivers: iommu: add sw64 support
|
||
- drivers: i2c: add sw64 support
|
||
- drivers: hwmon: add sw64 support
|
||
- drivers: gpio: add sw64 support
|
||
- drivers: efi: add sw64 support
|
||
- !4927 ima: digest list new support modsig
|
||
- ima: digest list new support modsig
|
||
- !4971 net: hns3: backport some patch from kernel 6.7
|
||
- net: hns3: add some link modes for hisilicon device
|
||
- net: hns3: add vf fault detect support
|
||
- net: hns3: add hns3 vf fault detect cap bit support
|
||
- !5040 [OLK-6.6] Add support for Vendor Defined Error Types in Einj Module
|
||
- ACPI: APEI: EINJ: Add support for vendor defined error types
|
||
- platform/chrome: cros_ec_debugfs: Fix permissions for panicinfo
|
||
- fs: debugfs: Add write functionality to debugfs blobs
|
||
- ACPI: APEI: EINJ: Refactor available_error_type_show()
|
||
- !5039 [OLK-6.6] Fix disabling memory if DVSEC CXL Range does not match a CFMWS window
|
||
- cxl/pci: Fix disabling memory if DVSEC CXL Range does not match a CFMWS window
|
||
- !5047 Backport etmem swapcache recalim feature to OLK 6.6
|
||
- etmem: add swapcache reclaim to etmem
|
||
- etmem: Expose symbol reclaim_folio_list
|
||
- !4514 [OLK-6.6] kabi: IOMMU subsystem reservation
|
||
- kabi: IOMMU reservations
|
||
- kabi: bus_type, device_driver, dev_pm_ops reservation
|
||
- !5056 erofs: fix handling kern_mount() failure
|
||
- erofs: fix handling kern_mount() failure
|
||
- !5059 dm: limit the number of targets and parameter size area
|
||
- dm: limit the number of targets and parameter size area
|
||
- !5021 LoongArch: fix some known issue and update defconfig
|
||
- LoongArch: enable CONFIG_DEBUG_INFO_BTF by default
|
||
- net: stmmac: fix potential double free of dma descriptor resources
|
||
- drm/radeon: Workaround radeon driver bug for Loongson
|
||
- irqchip/loongson-liointc: Set different isr for differnt core
|
||
- LoongArch: kdump: Add high memory reservation
|
||
- LoongArch: Fix kdump failure on v40 interface specification
|
||
- LoongArch: kexec: Add compatibility with old interfaces
|
||
- LoongArch: kdump: Add memory reservation for old kernel
|
||
- LoongArch: defconfig: Enable a large number of configurations
|
||
- irqchip/loongson-pch-pic: 7a1000 int_clear reg must use 64bit write.
|
||
- LoongArch: Remove generic irq migration
|
||
- LoongArch: Adapted SECTION_SIZE_BITS with page size
|
||
- !4689 Remove WQ_FLAG_BOOKMARK flag
|
||
- sched: remove wait bookmarks
|
||
- filemap: remove use of wait bookmarks
|
||
- !5024 v2 vmemmap optimize bugfix
|
||
- mm: hugetlb_vmemmap: allow alloc vmemmap pages fallback to other nodes
|
||
- mm: hugetlb_vmemmap: fix hugetlb page number decrease failed on movable nodes
|
||
- !4653 [OLK-6.6] Add support for Mucse Network Adapter(N10/N400)
|
||
- drivers: initial support for rnp drivers from Mucse Technology
|
||
- !4935 RDMA/hns: Support userspace configuring congestion control algorithm with QP granularity
|
||
- RDMA/hns: Support userspace configuring congestion control algorithm with QP granularity
|
||
- RDMA/hns: Fix mis-modifying default congestion control algorithm
|
||
- !4993 v3 kworker: Fix the problem of ipsan performance degradation
|
||
- Add kernel compilation configuration options
|
||
- iscsi: use dynamic single thread workqueue to improve performance
|
||
- workqueue: add member for NUMA aware order workqueue and implement NUMA affinity for single thread workqueue
|
||
- !4930 erofs: fix lz4 inplace decompression
|
||
- erofs: fix lz4 inplace decompression
|
||
- !4082 【OLK-6.6】KVM: arm64: vtimer irq bypass support
|
||
- mbigen: probe mbigen driver with arch_initcall
|
||
- mbigen: vtimer: disable vtimer mbigen probe when vtimer_irqbypass disabled
|
||
- mbigen: Sets the regs related to vtimer irqbypass
|
||
- KVM: arm64: vgic-v3: Clearing pending status of vtimer on guest reset
|
||
- mbigen: vtimer: add support for MBIX1_CPPI_NEGEDGE_CLR_EN_SETR(CLRR)
|
||
- KVM: arm64: arch_timer: Make vtimer_irqbypass a Distributor attr
|
||
- KVM: arm64: vtimer: Expose HW-based vtimer interrupt in debugfs
|
||
- KVM: arm64: GICv4.1: Allow non-trapping WFI when using direct vtimer interrupt
|
||
- KVM: arm64: GICv4.1: Add support for MBIGEN save/restore
|
||
- KVM: arm64: arch_timer: Rework vcpu init/reset logic
|
||
- KVM: arm64: arch_timer: Probe vtimer irqbypass capability
|
||
- KVM: arm64: GICv4.1: Enable vtimer vPPI irqbypass config
|
||
- KVM: arm64: GICv4.1: Add direct injection capability to PPI registers
|
||
- KVM: arm64: vgic: Add helper for vtimer vppi info register
|
||
- KVM: arm64: GICv4.1: Inform the HiSilicon vtimer irqbypass capability
|
||
- irqchip/gic-v4.1: Probe vtimer irqbypass capability at RD level
|
||
- irqchip/gic-v4.1: Rework its_alloc_vcpu_sgis() to support vPPI allocation
|
||
- irqchip/gic-v4.1: Rework get/set_irqchip_state callbacks of GICv4.1-sgi chip
|
||
- irqchip/gic-v4.1: Extend VSGI command to support the new vPPI
|
||
- irqchip/gic-v4.1: Detect ITS vtimer interrupt bypass capability
|
||
- mbigen: vtimer mbigen driver support
|
||
- mbigen: vtimer: isolate mbigen vtimer funcs with macro
|
||
- !4875 [OLK-6.6] backport latest v6.8 iommu fixes
|
||
- iommufd/selftest: Don't check map/unmap pairing with HUGE_PAGES
|
||
- iommufd: Fix protection fault in iommufd_test_syz_conv_iova
|
||
- iommufd/selftest: Fix mock_dev_num bug
|
||
- iommufd: Fix iopt_access_list_id overwrite bug
|
||
- iommu/sva: Fix SVA handle sharing in multi device case
|
||
- !4867 ext4: regenerate buddy after block freeing failed if under fc replay
|
||
- ext4: regenerate buddy after block freeing failed if under fc replay
|
||
- !4851 cachefiles: fix memory leak in cachefiles_add_cache()
|
||
- cachefiles: fix memory leak in cachefiles_add_cache()
|
||
- !4913 RDMA/hns: Support SCC parameter configuration and reporting of the down/up event of the HNS RoCE network port
|
||
- RDMA/hns: Add support for sending port down event fastly
|
||
- RDMA/hns: Deliver net device event to ofed
|
||
- RDMA/hns: Support congestion control algorithm parameter configuration
|
||
- !4670 crypto HiSilicon round main line code
|
||
- crypto: hisilicon/qm - change function type to void
|
||
- crypto: hisilicon/qm - obtain stop queue status
|
||
- crypto: hisilicon/qm - add stop function by hardware
|
||
- crypto: hisilicon/sec - remove unused parameter
|
||
- crypto: hisilicon/sec2 - fix some cleanup issues
|
||
- crypto: hisilicon/sec2 - modify nested macro call
|
||
- crypto: hisilicon/sec2 - updates the sec DFX function register
|
||
- crypto: hisilicon - Fix smp_processor_id() warnings
|
||
- crypto: hisilicon/qm - dump important registers values before resetting
|
||
- crypto: hisilicon/qm - support get device state
|
||
- crypto: hisilicon/sec2 - optimize the error return process
|
||
- crypto: hisilicon/qm - delete a dbg function
|
||
- crypto: hisilicon/sec2 - Remove cfb and ofb
|
||
- crypto: hisilicon/zip - save capability registers in probe process
|
||
- crypto: hisilicon/sec2 - save capability registers in probe process
|
||
- crypto: hisilicon/hpre - save capability registers in probe process
|
||
- crypto: hisilicon/qm - save capability registers in qm init process
|
||
- crypto: hisilicon/qm - add a function to set qm algs
|
||
- crypto: hisilicon/qm - add comments and remove redundant array element
|
||
- crypto: hisilicon/qm - simplify the status of qm
|
||
- crypto: hisilicon/sgl - small cleanups for sgl.c
|
||
- crypto: hisilicon/zip - add zip comp high perf mode configuration
|
||
- crypto: hisilicon/qm - remove incorrect type cast
|
||
- crypto: hisilicon/qm - print device abnormal information
|
||
- crypto: hisilicon/trng - Convert to platform remove callback returning void
|
||
- crypto: hisilicon/sec - Convert to platform remove callback returning void
|
||
- crypto: hisilicon/qm - fix EQ/AEQ interrupt issue
|
||
- crypto: hisilicon/qm - alloc buffer to set and get xqc
|
||
- crypto: hisilicon/qm - check function qp num before alg register
|
||
- crypto: hisilicon/qm - fix the type value of aeq
|
||
- crypto: hisilicon/sec - fix for sgl unmmap problem
|
||
- crypto: hisilicon/zip - remove zlib and gzip
|
||
- crypto: hisilicon/zip - support deflate algorithm
|
||
- uacce: make uacce_class constant
|
||
- !4725 [OLK-6.6] merge upstream net-v6.7 all wangxun patches
|
||
- net: fill in MODULE_DESCRIPTION()s for wx_lib
|
||
- wangxun: select CONFIG_PHYLINK where needed
|
||
- net: wangxun: add ethtool_ops for msglevel
|
||
- net: wangxun: add coalesce options support
|
||
- net: wangxun: add ethtool_ops for ring parameters
|
||
- net: wangxun: add flow control support
|
||
- net: ngbe: convert phylib to phylink
|
||
- net: txgbe: use phylink bits added in libwx
|
||
- net: libwx: add phylink to libwx
|
||
- net: wangxun: remove redundant kernel log
|
||
- net: ngbe: add ethtool stats support
|
||
- net: txgbe: add ethtool stats support
|
||
- net: wangxun: move MDIO bus implementation to the library
|
||
- net: libwx: fix memory leak on free page
|
||
- net: libwx: support hardware statistics
|
||
- net: wangxun: fix changing mac failed when running
|
||
- !4841 Intel-sig: intel_idle: add Sierra Forest SoC support on 6.6
|
||
- intel_idle: add Sierra Forest SoC support
|
||
- !4834 ras: fix return type of log_arm_hw_error when not add CONFIG_RAS_ARM_EVENT_INFO config
|
||
- ras: fix return type of log_arm_hw_error when not add CONFIG_RAS_ARM_EVENT_INFO config
|
||
- !4845 PCI: Avoid potential out-of-bounds read in pci_dev_for_each_resource()
|
||
- PCI: Avoid potential out-of-bounds read in pci_dev_for_each_resource()
|
||
- !4773 Add loongarch kernel kvm support
|
||
- loongarch/kernel: Fix loongarch compilation error
|
||
- LoongArch: KVM: Add returns to SIMD stubs
|
||
- LoongArch: KVM: Streamline kvm_check_cpucfg() and improve comments
|
||
- LoongArch: KVM: Rename _kvm_get_cpucfg() to _kvm_get_cpucfg_mask()
|
||
- LoongArch: KVM: Fix input validation of _kvm_get_cpucfg() & kvm_check_cpucfg()
|
||
- irqchip/loongson-eiointc: Use correct struct type in eiointc_domain_alloc()
|
||
- LoongArch: KVM: Add LASX (256bit SIMD) support
|
||
- LoongArch: KVM: Add LSX (128bit SIMD) support
|
||
- LoongArch: KVM: Fix timer emulation with oneshot mode
|
||
- LoongArch: KVM: Remove kvm_acquire_timer() before entering guest
|
||
- LoongArch: KVM: Allow to access HW timer CSR registers always
|
||
- LoongArch: KVM: Remove SW timer switch when vcpu is halt polling
|
||
- LoongArch: KVM: Optimization for memslot hugepage checking
|
||
- LoongArch: Implement constant timer shutdown interface
|
||
- LoongArch: KVM: Add maintainers for LoongArch KVM
|
||
- LoongArch: KVM: Supplement kvm document about LoongArch-specific part
|
||
- LoongArch: KVM: Enable kvm config and add the makefile
|
||
- LoongArch: KVM: Implement vcpu world switch
|
||
- LoongArch: KVM: Implement kvm exception vectors
|
||
- LoongArch: KVM: Implement handle fpu exception
|
||
- LoongArch: KVM: Implement handle mmio exception
|
||
- LoongArch: KVM: Implement handle gspr exception
|
||
- LoongArch: KVM: Implement handle idle exception
|
||
- LoongArch: KVM: Implement handle iocsr exception
|
||
- LoongArch: KVM: Implement handle csr exception
|
||
- LoongArch: KVM: Implement kvm mmu operations
|
||
- LoongArch: KVM: Implement virtual machine tlb operations
|
||
- LoongArch: KVM: Implement vcpu timer operations
|
||
- LoongArch: KVM: Implement misc vcpu related interfaces
|
||
- LoongArch: KVM: Implement vcpu load and vcpu put operations
|
||
- LoongArch: KVM: Implement vcpu interrupt operations
|
||
- LoongArch: KVM: Implement fpu operations for vcpu
|
||
- LoongArch: KVM: Implement basic vcpu ioctl interfaces
|
||
- LoongArch: KVM: Implement basic vcpu interfaces
|
||
- LoongArch: KVM: Add vcpu related header files
|
||
- LoongArch: KVM: Implement VM related functions
|
||
- LoongArch: KVM: Implement kvm hardware enable, disable interface
|
||
- LoongArch: KVM: Implement kvm module related interface
|
||
- LoongArch: KVM: Add kvm related header files
|
||
- !3951 【OLK-6.6】KVM/arm64: support virt_dev irqbypass
|
||
- KVM: arm64: update arm64 openeuler_defconfig for CONFIG_VIRT_PLAT_DEV
|
||
- KVM: arm64: sdev: Support virq bypass by INT/VSYNC command
|
||
- KVM: arm64: kire: irq routing entry cached the relevant cache data
|
||
- KVM: arm64: Introduce shadow device
|
||
- virt_plat_dev: Register the virt platform device driver
|
||
- irqchip/gic-v3-its: Add virt platform devices MSI support
|
||
- irqchip/gic-v3-its: Alloc/Free device id from pools for virtual devices
|
||
- irqchip/gic-v3-its: Introduce the reserved device ID pools
|
||
- !4425 【OLK-6.6】arm64/nmi: Support for FEAT_NMI
|
||
- irqchip/gic-v3: Fix hard LOCKUP caused by NMI being masked
|
||
- config: enable CONFIG_ARM64_NMI and CONFIG_HARDLOCKUP_DETECTOR_PERF for arm64
|
||
- irqchip/gic-v3: Implement FEAT_GICv3_NMI support
|
||
- arm64/nmi: Add Kconfig for NMI
|
||
- arm64/nmi: Add handling of superpriority interrupts as NMIs
|
||
- arm64/irq: Document handling of FEAT_NMI in irqflags.h
|
||
- arm64/entry: Don't call preempt_schedule_irq() with NMIs masked
|
||
- arm64/nmi: Manage masking for superpriority interrupts along with DAIF
|
||
- KVM: arm64: Hide FEAT_NMI from guests
|
||
- arm64/cpufeature: Detect PE support for FEAT_NMI
|
||
- arm64/idreg: Add an override for FEAT_NMI
|
||
- arm64/hyp-stub: Enable access to ALLINT
|
||
- arm64/asm: Introduce assembly macros for managing ALLINT
|
||
- arm64/sysreg: Add definitions for immediate versions of MSR ALLINT
|
||
- arm64/booting: Document boot requirements for FEAT_NMI
|
||
- !4679 f2fs: fix to avoid dirent corruption
|
||
- f2fs: fix to avoid dirent corruption
|
||
- !4730 coresight: trbe: Enable ACPI based devices
|
||
- coresight: trbe: Enable ACPI based TRBE devices
|
||
- coresight: trbe: Add a representative coresight_platform_data for TRBE
|
||
- !4807 [OLK-6.6] Intel: backport KVM LAM from v6.8 to OLK-6.6
|
||
- KVM: x86: Use KVM-governed feature framework to track "LAM enabled"
|
||
- KVM: x86: Advertise and enable LAM (user and supervisor)
|
||
- KVM: x86: Virtualize LAM for user pointer
|
||
- KVM: x86: Virtualize LAM for supervisor pointer
|
||
- KVM: x86: Untag addresses for LAM emulation where applicable
|
||
- KVM: x86: Introduce get_untagged_addr() in kvm_x86_ops and call it in emulator
|
||
- KVM: x86: Remove kvm_vcpu_is_illegal_gpa()
|
||
- KVM: x86: Add & use kvm_vcpu_is_legal_cr3() to check CR3's legality
|
||
- KVM: x86/mmu: Drop non-PA bits when getting GFN for guest's PGD
|
||
- KVM: x86: Add X86EMUL_F_INVLPG and pass it in em_invlpg()
|
||
- KVM: x86: Add an emulation flag for implicit system access
|
||
- KVM: x86: Consolidate flags for __linearize()
|
||
- !4700 efivarfs: force RO when remounting if SetVariable is not supported
|
||
- efivarfs: force RO when remounting if SetVariable is not supported
|
||
- !4785 Support PV-sched feature
|
||
- KVM: arm64: Support the vCPU preemption check
|
||
- KVM: arm64: Add interface to support vCPU preempted check
|
||
- KVM: arm64: Support pvsched preempted via shared structure
|
||
- KVM: arm64: Implement PV_SCHED_FEATURES call
|
||
- KVM: arm64: Document PV-sched interface
|
||
- !4629 add sw64 architecture support
|
||
- drivers: cpufreq: add sw64 support
|
||
- drivers: clocksource: add sw64 support
|
||
- drivers: acpi: add sw64 support
|
||
- selftests: fix sw64 support
|
||
- perf: fix sw64 support
|
||
- perf: add sw64 support
|
||
- tools: fix basic sw64 support
|
||
- tools: add basic sw64 support
|
||
- sw64: fix ftrace support
|
||
- sw64: fix audit support
|
||
- sw64: fix kexec support
|
||
- sw64: fix PCI support
|
||
- sw64: fix KVM support
|
||
- sw64: fix module support
|
||
- sw64: fix ACPI support
|
||
- sw64: fix rrk support
|
||
- sw64: fix ELF support
|
||
- !4727 RAS: Report ARM processor information to userspace
|
||
- RAS: Report ARM processor information to userspace
|
||
- !4769 [sync] PR-4729: serial: 8250: omap: Don't skip resource freeing if pm_runtime_resume_and_get() failed
|
||
- serial: 8250: omap: Don't skip resource freeing if pm_runtime_resume_and_get() failed
|
||
- !4781 x86/fpu: Stop relying on userspace for info to fault in xsave buffer
|
||
- x86/fpu: Stop relying on userspace for info to fault in xsave buffer
|
||
- !4787 v2 gfs2: Fix kernel NULL pointer dereference in gfs2_rgrp_dump
|
||
- gfs2: Fix kernel NULL pointer dereference in gfs2_rgrp_dump
|
||
- !4789 v2 fix CVE-2024-26590
|
||
- erofs: fix inconsistent per-file compression format
|
||
- erofs: simplify compression configuration parser
|
||
- !4736 PCIe and miniIO OLK-5.10 branch partial code round OLK-6.6 branch
|
||
- xhci:fix USB xhci controller issue
|
||
- spi: hisi-sfc-v3xx: return IRQ_NONE if no interrupts were detected
|
||
- Add the verification operation after the bus recovery operation obtains resources through the ACPI
|
||
- i2c: hisi: Add gpio bus recovery support
|
||
- gpio: hisi: Fix format specifier
|
||
- perf hisi-ptt: Fix one memory leakage in hisi_ptt_process_auxtrace_event()
|
||
- Fix the header file location error and adjust the function and structure version.
|
||
- hwtracing: hisi_ptt: Don't try to attach a task
|
||
- hwtracing: hisi_ptt: Optimize the trace data committing
|
||
- hwtracing: hisi_ptt: Handle the interrupt in hardirq context
|
||
- hwtracing: hisi_ptt: Disable interrupt after trace end
|
||
- !4802 Export vcpu stat via debugfs
|
||
- kvm: debugfs: add EXIT_REASON_PREEMPTION_TIMER to vcpu_stat
|
||
- kvm: debugfs: add fastpath msr_wr exits to debugfs statistics
|
||
- kvm: debugfs: Export x86 kvm exits to vcpu_stat
|
||
- kvm: debugfs: aarch64 export cpu time related items to debugfs
|
||
- kvm: debugfs: export remaining aarch64 kvm exit reasons to debugfs
|
||
- kvm: debugfs: Export vcpu stat via debugfs
|
||
- !4676 [OLK-6.6] kabi/iommu: Backport patches from upstream and maintainer tree
|
||
- iommu/sva: Restore SVA handle sharing
|
||
- iommu/arm-smmu-v3: Do not use GFP_KERNEL under as spinlock
|
||
- Revert "iommu/arm-smmu: Convert to domain_alloc_paging()"
|
||
- iommu/vt-d: Fix constant-out-of-range warning
|
||
- iommu/vt-d: Set SSADE when attaching to a parent with dirty tracking
|
||
- iommu/vt-d: Add missing dirty tracking set for parent domain
|
||
- iommu/vt-d: Wrap the dirty tracking loop to be a helper
|
||
- iommu/vt-d: Remove domain parameter for intel_pasid_setup_dirty_tracking()
|
||
- iommu/vt-d: Add missing device iotlb flush for parent domain
|
||
- iommu/vt-d: Update iotlb in nested domain attach
|
||
- iommu/vt-d: Add missing iotlb flush for parent domain
|
||
- iommu/vt-d: Add __iommu_flush_iotlb_psi()
|
||
- iommu/vt-d: Track nested domains in parent
|
||
- iommu: Make iommu_report_device_fault() return void
|
||
- iommu: Make iopf_group_response() return void
|
||
- iommu: Track iopf group instead of last fault
|
||
- iommu: Improve iopf_queue_remove_device()
|
||
- iommu: Use refcount for fault data access
|
||
- iommu: Refine locking for per-device fault data management
|
||
- iommu: Separate SVA and IOPF
|
||
- iommu: Make iommu_queue_iopf() more generic
|
||
- iommu: Prepare for separating SVA and IOPF
|
||
- iommu: Merge iommu_fault_event and iopf_fault
|
||
- iommu: Remove iommu_[un]register_device_fault_handler()
|
||
- iommu: Merge iopf_device_param into iommu_fault_param
|
||
- iommu: Cleanup iopf data structure definitions
|
||
- iommu: Remove unrecoverable fault data
|
||
- iommu/arm-smmu-v3: Remove unrecoverable faults reporting
|
||
- iommu: Move iommu fault data to linux/iommu.h
|
||
- iommu/iova: use named kmem_cache for iova magazines
|
||
- iommu/iova: Reorganise some code
|
||
- iommu/iova: Tidy up iova_cache_get() failure
|
||
- selftests/iommu: fix the config fragment
|
||
- iommufd: Reject non-zero data_type if no data_len is provided
|
||
- iommufd/iova_bitmap: Consider page offset for the pages to be pinned
|
||
- iommufd/selftest: Add mock IO hugepages tests
|
||
- iommufd/selftest: Hugepage mock domain support
|
||
- iommufd/selftest: Refactor mock_domain_read_and_clear_dirty()
|
||
- iommufd/selftest: Refactor dirty bitmap tests
|
||
- iommufd/iova_bitmap: Handle recording beyond the mapped pages
|
||
- iommufd/selftest: Test u64 unaligned bitmaps
|
||
- iommufd/iova_bitmap: Switch iova_bitmap::bitmap to an u8 array
|
||
- iommufd/iova_bitmap: Bounds check mapped::pages access
|
||
- powerpc/iommu: Fix the missing iommu_group_put() during platform domain attach
|
||
- powerpc: iommu: Bring back table group release_ownership() call
|
||
- iommu: Allow ops->default_domain to work when !CONFIG_IOMMU_DMA
|
||
- iommufd/selftest: Check the bus type during probe
|
||
- iommu/vt-d: Add iotlb flush for nested domain
|
||
- iommufd: Add data structure for Intel VT-d stage-1 cache invalidation
|
||
- iommufd/selftest: Add coverage for IOMMU_HWPT_INVALIDATE ioctl
|
||
- iommufd/selftest: Add IOMMU_TEST_OP_MD_CHECK_IOTLB test op
|
||
- iommufd/selftest: Add mock_domain_cache_invalidate_user support
|
||
- iommu: Add iommu_copy_struct_from_user_array helper
|
||
- iommufd: Add IOMMU_HWPT_INVALIDATE
|
||
- iommu: Add cache_invalidate_user op
|
||
- iommu: Don't reserve 0-length IOVA region
|
||
- iommu/sva: Fix memory leak in iommu_sva_bind_device()
|
||
- iommu/dma: Trace bounce buffer usage when mapping buffers
|
||
- iommu/tegra: Use tegra_dev_iommu_get_stream_id() in the remaining places
|
||
- acpi: Do not return struct iommu_ops from acpi_iommu_configure_id()
|
||
- iommu: Mark dev_iommu_priv_set() with a lockdep
|
||
- iommu: Mark dev_iommu_get() with lockdep
|
||
- iommu/of: Use -ENODEV consistently in of_iommu_configure()
|
||
- iommmu/of: Do not return struct iommu_ops from of_iommu_configure()
|
||
- iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()
|
||
- iommu: Set owner token to SVA domain
|
||
- mm: Deprecate pasid field
|
||
- iommu: Support mm PASID 1:n with sva domains
|
||
- mm: Add structure to keep sva information
|
||
- iommu: Add mm_get_enqcmd_pasid() helper function
|
||
- iommu/vt-d: Remove mm->pasid in intel_sva_bind_mm()
|
||
- iommu: Change kconfig around IOMMU_SVA
|
||
- iommu: Extend LPAE page table format to support custom allocators
|
||
- iommu: Allow passing custom allocators to pgtable drivers
|
||
- iommu: Clean up open-coded ownership checks
|
||
- iommu: Retire bus ops
|
||
- iommu/arm-smmu: Don't register fwnode for legacy binding
|
||
- iommu: Decouple iommu_domain_alloc() from bus ops
|
||
- iommu: Validate that devices match domains
|
||
- iommu: Decouple iommu_present() from bus ops
|
||
- iommu: Factor out some helpers
|
||
- iommu: Map reserved memory as cacheable if device is coherent
|
||
- iommu/vt-d: Move inline helpers to header files
|
||
- iommu/vt-d: Remove unused vcmd interfaces
|
||
- iommu/vt-d: Remove unused parameter of intel_pasid_setup_pass_through()
|
||
- iommu/vt-d: Refactor device_to_iommu() to retrieve iommu directly
|
||
- iommu/virtio: Add ops->flush_iotlb_all and enable deferred flush
|
||
- iommu/virtio: Make use of ops->iotlb_sync_map
|
||
- iommu/arm-smmu: Convert to domain_alloc_paging()
|
||
- iommu/arm-smmu: Pass arm_smmu_domain to internal functions
|
||
- iommu/arm-smmu: Implement IOMMU_DOMAIN_BLOCKED
|
||
- iommu/arm-smmu: Convert to a global static identity domain
|
||
- iommu/arm-smmu: Reorganize arm_smmu_domain_add_master()
|
||
- iommu/arm-smmu-v3: Remove ARM_SMMU_DOMAIN_NESTED
|
||
- iommu/arm-smmu-v3: Master cannot be NULL in arm_smmu_write_strtab_ent()
|
||
- iommu/arm-smmu-v3: Add a type for the STE
|
||
- iommu/apple-dart: Fix spelling mistake "grups" -> "groups"
|
||
- iommu/apple-dart: Use readl instead of readl_relaxed for consistency
|
||
- iommu/apple-dart: Add support for t8103 USB4 DART
|
||
- iommu/apple-dart: Write to all DART_T8020_STREAM_SELECT
|
||
- dt-bindings: iommu: dart: Add t8103-usb4-dart compatible
|
||
- iommufd: Do not UAF during iommufd_put_object()
|
||
- iommufd: Add iommufd_ctx to iommufd_put_object()
|
||
- iommu/vt-d: Support enforce_cache_coherency only for empty domains
|
||
- iommu: Flow ERR_PTR out from __iommu_domain_alloc()
|
||
- iommu/dma: Use a large flush queue and timeout for shadow_on_flush
|
||
- iommu/dma: Allow a single FQ in addition to per-CPU FQs
|
||
- iommu/s390: Disable deferred flush for ISM devices
|
||
- s390/pci: Use dma-iommu layer
|
||
- s390/pci: prepare is_passed_through() for dma-iommu
|
||
- iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM return
|
||
- iommu/dart: Remove the force_bypass variable
|
||
- iommu/dart: Call apple_dart_finalize_domain() as part of alloc_paging()
|
||
- iommu/dart: Convert to domain_alloc_paging()
|
||
- iommu/dart: Move the blocked domain support to a global static
|
||
- iommu/dart: Use static global identity domains
|
||
- iommufd: Convert to alloc_domain_paging()
|
||
- iommu/vt-d: Use ops->blocked_domain
|
||
- iommu/vt-d: Update the definition of the blocking domain
|
||
- iommu: Move IOMMU_DOMAIN_BLOCKED global statics to ops->blocked_domain
|
||
- iommu: change iommu_map_sgtable to return signed values
|
||
- powerpc/iommu: Do not do platform domain attach atctions after probe
|
||
- iommu: Fix return code in iommu_group_alloc_default_domain()
|
||
- iommu: Do not use IOMMU_DOMAIN_DMA if CONFIG_IOMMU_DMA is not enabled
|
||
- iommu: Remove duplicate include
|
||
- iommu: Improve map/unmap sanity checks
|
||
- iommu: Retire map/unmap ops
|
||
- iommu/tegra-smmu: Update to {map,unmap}_pages
|
||
- iommu/sun50i: Update to {map,unmap}_pages
|
||
- iommu/rockchip: Update to {map,unmap}_pages
|
||
- iommu/omap: Update to {map,unmap}_pages
|
||
- iommu/exynos: Update to {map,unmap}_pages
|
||
- iommu/omap: Convert to generic_single_device_group()
|
||
- iommu/ipmmu-vmsa: Convert to generic_single_device_group()
|
||
- iommu/rockchip: Convert to generic_single_device_group()
|
||
- iommu/sprd: Convert to generic_single_device_group()
|
||
- iommu/sun50i: Convert to generic_single_device_group()
|
||
- iommu: Add generic_single_device_group()
|
||
- iommu: Remove useless group refcounting
|
||
- iommu: Convert remaining simple drivers to domain_alloc_paging()
|
||
- iommu: Convert simple drivers with DOMAIN_DMA to domain_alloc_paging()
|
||
- iommu: Add ops->domain_alloc_paging()
|
||
- iommu: Add __iommu_group_domain_alloc()
|
||
- iommu: Require a default_domain for all iommu drivers
|
||
- iommu/sun50i: Add an IOMMU_IDENTITIY_DOMAIN
|
||
- iommu/mtk_iommu: Add an IOMMU_IDENTITIY_DOMAIN
|
||
- iommu/ipmmu: Add an IOMMU_IDENTITIY_DOMAIN
|
||
- iommu/qcom_iommu: Add an IOMMU_IDENTITIY_DOMAIN
|
||
- iommu: Remove ops->set_platform_dma_ops()
|
||
- iommu/msm: Implement an IDENTITY domain
|
||
- iommu/omap: Implement an IDENTITY domain
|
||
- iommu/tegra-smmu: Support DMA domains in tegra
|
||
- iommu/tegra-smmu: Implement an IDENTITY domain
|
||
- iommu/exynos: Implement an IDENTITY domain
|
||
- iommu: Allow an IDENTITY domain as the default_domain in ARM32
|
||
- iommu: Reorganize iommu_get_default_domain_type() to respect def_domain_type()
|
||
- iommu/mtk_iommu_v1: Implement an IDENTITY domain
|
||
- iommu/tegra-gart: Remove tegra-gart
|
||
- iommu/fsl_pamu: Implement a PLATFORM domain
|
||
- iommu: Add IOMMU_DOMAIN_PLATFORM for S390
|
||
- powerpc/iommu: Setup a default domain and remove set_platform_dma_ops
|
||
- iommu: Add IOMMU_DOMAIN_PLATFORM
|
||
- iommu: Add iommu_ops->identity_domain
|
||
- iommu/vt-d: debugfs: Support dumping a specified page table
|
||
- iommu/vt-d: debugfs: Create/remove debugfs file per {device, pasid}
|
||
- iommu/vt-d: debugfs: Dump entry pointing to huge page
|
||
- iommu/virtio: Add __counted_by for struct viommu_request and use struct_size()
|
||
- iommu/arm-smmu-v3-sva: Remove bond refcount
|
||
- iommu/arm-smmu-v3-sva: Remove unused iommu_sva handle
|
||
- iommu/arm-smmu-v3: Rename cdcfg to cd_table
|
||
- iommu/arm-smmu-v3: Update comment about STE liveness
|
||
- iommu/arm-smmu-v3: Cleanup arm_smmu_domain_finalise
|
||
- iommu/arm-smmu-v3: Move CD table to arm_smmu_master
|
||
- iommu/arm-smmu-v3: Refactor write_ctx_desc
|
||
- iommu/arm-smmu-v3: move stall_enabled to the cd table
|
||
- iommu/arm-smmu-v3: Encapsulate ctx_desc_cfg init in alloc_cd_tables
|
||
- iommu/arm-smmu-v3: Replace s1_cfg with cdtab_cfg
|
||
- iommu/arm-smmu-v3: Move ctx_desc out of s1_cfg
|
||
- iommu/tegra-smmu: Drop unnecessary error check for for debugfs_create_dir()
|
||
- powerpc: Remove extern from function implementations
|
||
- iommufd: Organize the mock domain alloc functions closer to Joerg's tree
|
||
- iommu/vt-d: Disallow read-only mappings to nest parent domain
|
||
- iommu/vt-d: Add nested domain allocation
|
||
- iommu/vt-d: Set the nested domain to a device
|
||
- iommu/vt-d: Make domain attach helpers to be extern
|
||
- iommu/vt-d: Add helper to setup pasid nested translation
|
||
- iommu/vt-d: Add helper for nested domain allocation
|
||
- iommu/vt-d: Extend dmar_domain to support nested domain
|
||
- iommufd: Add data structure for Intel VT-d stage-1 domain allocation
|
||
- iommufd/selftest: Add coverage for IOMMU_HWPT_ALLOC with nested HWPTs
|
||
- iommufd/selftest: Add nested domain allocation for mock domain
|
||
- iommu: Add iommu_copy_struct_from_user helper
|
||
- iommufd: Add a nested HW pagetable object
|
||
- iommu: Pass in parent domain with user_data to domain_alloc_user op
|
||
- iommufd: Share iommufd_hwpt_alloc with IOMMUFD_OBJ_HWPT_NESTED
|
||
- iommufd: Derive iommufd_hwpt_paging from iommufd_hw_pagetable
|
||
- iommufd/device: Wrap IOMMUFD_OBJ_HWPT_PAGING-only configurations
|
||
- iommufd: Rename IOMMUFD_OBJ_HW_PAGETABLE to IOMMUFD_OBJ_HWPT_PAGING
|
||
- iommu: Add IOMMU_DOMAIN_NESTED
|
||
- iommufd: Only enforce cache coherency in iommufd_hw_pagetable_alloc
|
||
- iommufd: Fix spelling errors in comments
|
||
- !4767 reserve space for arch related structures
|
||
- kabi: reserve space for struct mfd_cell
|
||
- kabi: reserve space for struct irq_work
|
||
- !4709 mtd: Fix gluebi NULL pointer dereference caused by ftl notifier
|
||
- mtd: Fix gluebi NULL pointer dereference caused by ftl notifier
|
||
- !4738 blk-mq: fix IO hang from sbitmap wakeup race
|
||
- blk-mq: fix IO hang from sbitmap wakeup race
|
||
- !4561 sched: migtate user interface from smart grid to sched bpf
|
||
- sched: migtate user interface from smart grid to sched bpf
|
||
- !4026 [OLK-6.6]Add support for Mont-TSSE
|
||
- add support for Mont-TSSE Driver
|
||
- !4564 v2 reserve space for arm64 related structures
|
||
- kabi: reserve space for processor.h
|
||
- kabi: reserve space for fb.h
|
||
- kabi: reserve space for efi.h
|
||
- !4675 v5 Backport vDPA migration support patches
|
||
- vdpa: add CONFIG_VHOST_VDPA_MIGRATION
|
||
- vdpa: add vmstate header file
|
||
- vhost-vdpa: add reset state params to indicate reset level
|
||
- vhost-vdpa: allow set feature VHOST_F_LOG_ALL when been negotiated.
|
||
- vhost-vdpa: fix msi irq request err
|
||
- vhost-vdpa: Allow transparent MSI IOV
|
||
- vhost: add VHOST feature VHOST_BACKEND_F_BYTEMAPLOG
|
||
- vhost-vdpa: add uAPI for device migration status
|
||
- vdpa: add vdpa device migration status ops
|
||
- vhost-vdpa: add uAPI for device buffer
|
||
- vdpa: add device state operations
|
||
- vhost-vdpa: add uAPI for logging
|
||
- vdpa: add log operations
|
||
- !4660 Intel: Backport to fix In Field Scan(IFS) SAF for GNR & SRF
|
||
- platform/x86/intel/ifs: Call release_firmware() when handling errors.
|
||
- !4652 RDMA/hns: Support SCC context query and DSCP configuration.
|
||
- RDMA/hns: Support DSCP of userspace
|
||
- RDMA/hns: Append SCC context to the raw dump of QP Resource
|
||
- !4628 fs:/dcache.c: fix negative dentry flag warning in dentry_free
|
||
- fs:/dcache.c: fix negative dentry flag warning in dentry_free
|
||
- !4654 hisi_ptt: Move type check to the beginning of hisi_ptt_pmu_event_init()
|
||
- hwtracing: hisi_ptt: Move type check to the beginning of hisi_ptt_pmu_event_init()
|
||
- !3880 ima: Add IMA digest lists extension
|
||
- ima: add default INITRAMFS_FILE_METADATA and EVM_DEFAULT_HASH CONFIG
|
||
- ima: don't allow control characters in policy path
|
||
- ima: Add max size for IMA digest database
|
||
- config: add digest list options for arm64 and x86
|
||
- evm: Propagate choice of HMAC algorithm in evm_crypto.c
|
||
- ima: Execute parser to upload digest lists not recognizable by the kernel
|
||
- evm: Extend evm= with x509. allow_metadata_writes and complete values
|
||
- ima: Add parser keyword to the policy
|
||
- ima: Allow direct upload of digest lists to securityfs
|
||
- ima: Search key in the built-in keyrings
|
||
- certs: Introduce search_trusted_key()
|
||
- KEYS: Provide a function to load keys from a PGP keyring blob
|
||
- KEYS: Introduce load_pgp_public_keyring()
|
||
- KEYS: Provide PGP key description autogeneration
|
||
- KEYS: PGP data parser
|
||
- PGPLIB: Basic packet parser
|
||
- PGPLIB: PGP definitions (RFC 4880)
|
||
- rsa: add parser of raw format
|
||
- mpi: introduce mpi_key_length()
|
||
- ima: Add Documentation/security/IMA-digest-lists.txt
|
||
- ima: Introduce appraise_exec_immutable policy
|
||
- ima: Introduce appraise_exec_tcb policy
|
||
- ima: Introduce exec_tcb policy
|
||
- ima: Add meta_immutable appraisal type
|
||
- evm: Add support for digest lists of metadata
|
||
- ima: Add support for appraisal with digest lists
|
||
- ima: Add support for measurement with digest lists
|
||
- ima: Load all digest lists from a directory at boot time
|
||
- ima: Introduce new hook DIGEST_LIST_CHECK
|
||
- ima: Introduce new securityfs files
|
||
- ima: Prevent usage of digest lists not measured or appraised
|
||
- ima: Add parser of compact digest list
|
||
- ima: Use ima_show_htable_value to show violations and hash table data
|
||
- ima: Generalize policy file operations
|
||
- ima: Generalize ima_write_policy() and raise uploaded data size limit
|
||
- ima: Generalize ima_read_policy()
|
||
- ima: Allow choice of file hash algorithm for measurement and audit
|
||
- ima: Add enforce-evm and log-evm modes to strictly check EVM status
|
||
- init: Add kernel option to force usage of tmpfs for rootfs
|
||
- gen_init_cpio: add support for file metadata
|
||
- initramfs: read metadata from special file METADATA!!!
|
||
- initramfs: add file metadata
|
||
- !4542 Support feature TLBI DVMBM
|
||
- KVM: arm64: Implement the capability of DVMBM
|
||
- KVM: arm64: Add kvm_arch::sched_cpus and sched_lock
|
||
- KVM: arm64: Add kvm_vcpu_arch::sched_cpus and pre_sched_cpus
|
||
- KVM: arm64: Probe and configure DVMBM capability on HiSi CPUs
|
||
- KVM: arm64: Support a new HiSi CPU type
|
||
- KVM: arm64: Only probe Hisi ncsnp feature on Hisi CPUs
|
||
- KVM: arm64: Add support for probing Hisi ncsnp capability
|
||
- KVM: arm64: Probe Hisi CPU TYPE from ACPI/DTB
|
||
- !4661 [OLK-6.6] Fix gic support for Phytium S2500
|
||
- Enable CONFIG_ARCH_PHYTIUM
|
||
- Fix gic support for Phytium S2500
|
||
- !4644 f2fs: explicitly null-terminate the xattr list
|
||
- f2fs: explicitly null-terminate the xattr list
|
||
- !4637 Using smmu IIDR registers
|
||
- iommu/arm-smmu-v3: Enable iotlb_sync_map according to SMMU_IIDR
|
||
- Revert "iommu/arm-smmu-v3: Add a SYNC command to avoid broken page table prefetch"
|
||
- !4506 ubi: fastmap: Optimize ubi wl algorithm to improve flash service life
|
||
- ubi: fastmap: Add control in 'UBI_IOCATT' ioctl to reserve PEBs for filling pools
|
||
- ubi: fastmap: Add module parameter to control reserving filling pool PEBs
|
||
- ubi: fastmap: Fix lapsed wear leveling for first 64 PEBs
|
||
- ubi: fastmap: Get wl PEB even ec beyonds the 'max' if free PEBs are run out
|
||
- ubi: fastmap: may_reserve_for_fm: Don't reserve PEB if fm_anchor exists
|
||
- ubi: fastmap: Remove unneeded break condition while filling pools
|
||
- ubi: fastmap: Wait until there are enough free PEBs before filling pools
|
||
- ubi: fastmap: Use free pebs reserved for bad block handling
|
||
- ubi: Replace erase_block() with sync_erase()
|
||
- ubi: fastmap: Allocate memory with GFP_NOFS in ubi_update_fastmap
|
||
- ubi: fastmap: erase_block: Get erase counter from wl_entry rather than flash
|
||
- ubi: fastmap: Fix missed ec updating after erasing old fastmap data block
|
||
- !4624 6.6: i2c: Optimized the value setting of maxwrite limit to fifo depth - 1
|
||
- i2c: hisi: Add clearing tx aempty interrupt operation
|
||
- i2c: hisi: Optimized the value setting of maxwrite limit to fifo depth - 1
|
||
- !4631 Add kabi reserve
|
||
- drm/ttm: Add kabi reserve in ttm_tt.h
|
||
- drm/ttm: Add kabi reserve in ttm_resource.h
|
||
- drm/ttm: Add kabi reserve in ttm_bo.h
|
||
- drm: Add kabi reserve in drm_gpu_scheduler.h
|
||
- drm: Add kabi reserve in drm_syncobj.h
|
||
- drm: Add kabi reserve in drm_plane.h
|
||
- drm: Add kabi reserve in drm_modeset_lock.h
|
||
- drm: Add kabi reserve in drm_mode_config.h
|
||
- sbitmap: Add kabi reserve
|
||
- xarray: Reserve kabi for xa_state
|
||
- delayacct: Reserve kabi for task_delay_info
|
||
|
||
* Mon Feb 26 2024 huangzq6 <huangzhenqiang2@huawei.com> - 6.6.0-10.0.0.7
|
||
- add signature for vmlinux
|
||
|
||
* Wed Feb 21 2024 Zheng Zengkai <zhengzengkai@huawei.com> - 6.6.0-10.0.0.6
|
||
- !4598 [OLK-6.6] Add iommu support for Phytium S2500
|
||
- Add iommu support for Phytium S2500
|
||
- !4596 add sw64 architecture support
|
||
- sw64: fix build support
|
||
- sw64: add dynamic turning on/off cores support
|
||
- sw64: add dynamic frequency scaling support
|
||
- sw64: add kgdb support
|
||
- sw64: add jump_label support
|
||
- sw64: add uprobe support
|
||
- sw64: add kprobe support
|
||
- sw64: add kernel relocation support
|
||
- sw64: add ftrace support
|
||
- sw64: add hibernation support
|
||
- sw64: add suspend support
|
||
- sw64: add eBPF JIT support
|
||
- sw64: add kdump support
|
||
- sw64: add kexec support
|
||
- sw64: add perf events support
|
||
- sw64: add qspinlock support
|
||
- sw64: add stacktrace support
|
||
- !4567 Support feature TWED
|
||
- KVM: arm64: Make use of TWED feature
|
||
- arm64: cpufeature: TWED support detection
|
||
- !4383 [OLK-6.6] kabi: add more x86/cpu reservations in cpu feature bits and bug bits
|
||
- kabi: reserve x86 cpu bug fields
|
||
- kabi: reserve x86 cpu capability fields
|
||
- !3695 x86: Add x86 related kabi reservations
|
||
- x86: Add x86 related kabi reservations
|
||
- !4589 fs,hugetlb: fix NULL pointer dereference in hugetlbs_fill_super
|
||
- fs,hugetlb: fix NULL pointer dereference in hugetlbs_fill_super
|
||
- !4451 v5 kabi reserve patches
|
||
- kabi: reserve space for arm64 cpufeature related structure
|
||
- kabi: reserve space for power management related structure
|
||
- energy_model: Add kabi_reserve
|
||
- pm: pm.h: Add kabi_reserve
|
||
- pm: pm_domain.h: Add kabi_reserve
|
||
- drm: drm_gem.h: Add kabi_reserve
|
||
- drm: drm_fourcc.h: Add kabi_reserve
|
||
- drm: drm_file.h: Add kabi_reserve
|
||
- drm: drm_fb_helper.h: Add kabi_reserve
|
||
- drm: drm_drv.h: Add kabi_reserve
|
||
- drm: drm_device.h: Add kabi_reserve
|
||
- drm: drm_crtc.h: Add kabi_reserve
|
||
- drm: drm_connector.h: Add kabi_reserve
|
||
- drm: drm_client.h: Add kabi_reserve
|
||
- drm: drm_atomic.h: Add kabi_reserve
|
||
- irqdomain: Add kabi_reserve in irqdomain
|
||
- irq_desc: Add kabi_reserve in irq_desc
|
||
- irq: Add kabi_reserve in irq
|
||
- interrupt: Add kabi_reserve in interrupt.h
|
||
- msi: Add kabi_reserve in msi.h
|
||
- kabi: reserve space for struct cpu_stop_work
|
||
- KABI: reserve space for struct input_dev
|
||
- !4557 Add ZONE_EXTMEM to avoid kabi broken
|
||
- openeuler_defconfig: enable CONFIG_ZONE_EXTMEM for arm64
|
||
- mm: add ZONE_EXTMEM for future extension to avoid kabi broken
|
||
- !4569 add sw64 architecture support
|
||
- sw64: add KVM support
|
||
- sw64: add EFI support
|
||
- sw64: add DMA support
|
||
- sw64: add ACPI support
|
||
- sw64: add device trees
|
||
- sw64: add MSI support
|
||
- sw64: add PCI support
|
||
- sw64: add default configs
|
||
- sw64: add NUMA support
|
||
- sw64: add SMP support
|
||
- sw64: add VDSO support
|
||
- sw64: add some library functions
|
||
- sw64: add some other routines
|
||
- sw64: add some common routines
|
||
- sw64: add module support
|
||
- sw64: add basic IO support
|
||
- sw64: add FPU support
|
||
- !3498 fuse: reserve space for future expansion
|
||
- kabi:fuse: reserve space for future expansion
|
||
- !4435 v2 kabi: reserve space for struct ptp_clock
|
||
- kabi: reserve space for struct ptp_clock
|
||
- !4584 v5 kabi reserve
|
||
- kabi: reserve space for struct clocksource
|
||
- kabi: reserve space for struct timer_list
|
||
- kabi: reserve space for struct ptp_clock_info
|
||
- kabi: reserve space for posix clock related structure
|
||
- kabi: reserve space for hrtimer related structures
|
||
- kabi: reserve space for kobject related structures
|
||
- !4049 openeuler_defconfig: Disable new HW_RANDOM support for arm64
|
||
- openeuler_defconfig: Disable new HW_RANDOM support for arm64
|
||
- !4582 cgroup/hugetlb: hugetlb accounting
|
||
- mm: memcg: fix split queue list crash when large folio migration
|
||
- hugetlb: memcg: account hugetlb-backed memory in memory controller
|
||
- memcontrol: only transfer the memcg data for migration
|
||
- memcontrol: add helpers for hugetlb memcg accounting
|
||
- !4347 【OLK-6.6】AMD: CXL RCH Protocol Error Handling supporting
|
||
- openeuler_defconfig: Enable CONFIG_PCIEAER_CXL=y
|
||
- cxl/hdm: Fix && vs || bug
|
||
- cxl/pci: Change CXL AER support check to use native AER
|
||
- cxl/core/regs: Rework cxl_map_pmu_regs() to use map->dev for devm
|
||
- cxl/core/regs: Rename phys_addr in cxl_map_component_regs()
|
||
- PCI/AER: Unmask RCEC internal errors to enable RCH downstream port error handling
|
||
- PCI/AER: Forward RCH downstream port-detected errors to the CXL.mem dev handler
|
||
- cxl/pci: Disable root port interrupts in RCH mode
|
||
- cxl/pci: Add RCH downstream port error logging
|
||
- cxl/pci: Map RCH downstream AER registers for logging protocol errors
|
||
- cxl/pci: Update CXL error logging to use RAS register address
|
||
- PCI/AER: Refactor cper_print_aer() for use by CXL driver module
|
||
- cxl/pci: Add RCH downstream port AER register discovery
|
||
- cxl/port: Remove Component Register base address from struct cxl_port
|
||
- cxl/pci: Remove Component Register base address from struct cxl_dev_state
|
||
- cxl/hdm: Use stored Component Register mappings to map HDM decoder capability
|
||
- cxl/pci: Store the endpoint's Component Register mappings in struct cxl_dev_state
|
||
- cxl/port: Pre-initialize component register mappings
|
||
- cxl/port: Rename @comp_map to @reg_map in struct cxl_register_map
|
||
- !4390 [OLK-6.6] Add kdump support for Phytium S2500
|
||
- Add kdump support for Phytium S2500
|
||
- !4459 v2 Introduce page eject for arm64
|
||
- config: update defconfig for PAGE_EJECT
|
||
- mm: page_eject: Introuduce page ejection
|
||
- mm/memory-failure: introduce soft_online_page
|
||
- mm/hwpoison: Export symbol soft_offline_page
|
||
- !3699 [OLK-6.6] Enable CONFIG_IOMMUFD and CONFIG_VFIO_DEVICE_CDEV in x86/arm64 defconfig
|
||
- defconfig: enable CONFIG_IOMMUFD and CONFIG_VFIO_DEVICE_CDEV
|
||
- !4571 scsi: iscsi: kabi: KABI reservation for iscsi_transport
|
||
- scsi: iscsi: kabi: KABI reservation for iscsi_transport
|
||
- !4546 RDMA/hns: Support MR management
|
||
- RDMA/hns: Simplify 'struct hns_roce_hem' allocation
|
||
- RDMA/hns: Support adaptive PBL hopnum
|
||
- RDMA/hns: Support flexible umem page size
|
||
- RDMA/hns: Alloc MTR memory before alloc_mtt()
|
||
- RDMA/hns: Refactor mtr_init_buf_cfg()
|
||
- RDMA/hns: Refactor mtr find
|
||
- !4576 v6 Add support for ecmdq
|
||
- iommu/arm-smmu-v3: Allow disabling ECMDQs at boot time
|
||
- iommu/arm-smmu-v3: Add support for less than one ECMDQ per core
|
||
- iommu/arm-smmu-v3: Add arm_smmu_ecmdq_issue_cmdlist() for non-shared ECMDQ
|
||
- iommu/arm-smmu-v3: Ensure that a set of associated commands are inserted in the same ECMDQ
|
||
- iommu/arm-smmu-v3: Add support for ECMDQ register mode
|
||
- !3697 enable ARM64/X86 CONFIG_BPF_LSM config
|
||
- lsm: enable CONFIG_BPF_LSM for use bpf in lsm program
|
||
- !4537 mainline cgroup bufix
|
||
- cgroup: use legacy_name for cgroup v1 disable info
|
||
- blk-cgroup: bypass blkcg_deactivate_policy after destroying
|
||
- cgroup: Check for ret during cgroup1_base_files cft addition
|
||
- !4438 kabi: reserve space for workqueue subsystem related structure
|
||
- kabi: reserve space for workqueue subsystem related structure
|
||
- !4570 v2 scsi: reserve space for structures in scsi
|
||
- scsi: reserve space for structures in scsi
|
||
- !4566 v2 reserve kabi space for some structures
|
||
- libnvdimm: reserve space for structures in libnvdimm
|
||
- ata: libata: reserve space for structures in libata
|
||
- elevator: reserve space for structures in elevator
|
||
|
||
* Wed Feb 7 2024 Zheng Zengkai <zhengzengkai@huawei.com> - 6.6.0-9.0.0.5
|
||
- !4545 add sw64 architecture support
|
||
- sw64: add signal handling support
|
||
- sw64: add system call support
|
||
- sw64: add hugetlb support
|
||
- sw64: add memory management
|
||
- sw64: add hardware match support
|
||
- sw64: add process management
|
||
- sw64: add exception handling support
|
||
- sw64: add irq handling support
|
||
- sw64: add timer support
|
||
- sw64: add topology setup routine
|
||
- sw64: add boot and setup routines
|
||
- sw64: add some other headers
|
||
- sw64: add ELF support
|
||
- sw64: add common headers
|
||
- sw64: add atomic/locking headers
|
||
- sw64: add CPU definition headers
|
||
- sw64: add build infrastructure
|
||
- !4423 kabi: reserve space for pci subsystem and thread_info
|
||
- kabi: reserve space for pci subsystem related structure
|
||
- kabi: reserve space for thread_info structure
|
||
- !3997 [OLK-6.6] openEuler-24.03 Phytium S2500 IPMI adaption
|
||
- ipmi_si: Phytium S2500 workaround for MMIO-based IPMI
|
||
- !3841 Add support for Hygon family 18h model 5h HD-Audio
|
||
- ALSA: hda: Fix single byte writing issue for Hygon family 18h model 5h
|
||
- ALSA: hda: Add support for Hygon family 18h model 5h HD-Audio
|
||
- !3835 Add support for Hygon model 6h L3 PMU
|
||
- perf/x86/uncore: Add L3 PMU support for Hygon family 18h model 6h
|
||
- !3698 enable ARM64/X86_64 CONFIG_MPTCP/CONFIG_MPTCP_IPV6 config
|
||
- mptcp: enable config CONFIG_MPTCP and CONFIG_MPTCP_IPV6
|
||
- !3696 enable ARM64/X86 CONFIG_XDP_SOCKET、CONFIG_XDP_SOCKETS_DIAG config
|
||
- xdp: enable config CONFIG_XDP_SOCKETS and CONFIG_XDP_SOCKETS_DIAG
|
||
- !3183 [OLK-6.6] Add support Zhaoxin GPIO pinctrl
|
||
- configs: add CONFIG_PINCTRL_ZHAOXIN and KX7000 to m
|
||
- Add support Zhaoxin GPIO pinctrl
|
||
- !4539 nvme: kabi: KABI reservation for nvme_ctrl
|
||
- nvme: kabi: KABI reservation for nvme_ctrl
|
||
- !4527 v3 block: kabi: KABI reservation for blk-cgroup
|
||
- block: kabi: KABI reservation for blk-cgroup
|
||
- !4554 v3 kabi: Reserve KABI slots for fs module
|
||
- sysfs: kabi: Reserve KABI slots for bin_attribute struct
|
||
- profs: kabi: Reserve KABI slots for proc_ops struct
|
||
- dax: kabi: Reserve KABI slots for dax_* struct
|
||
- fs: kabi: Reserve KABI slots for nameidata struct
|
||
- xattr: kabi: Reserve KABI slots for xattr_handler struct
|
||
- kernfs: kabi: Reserve KABI slots for kernfs_* struct
|
||
- fanotify: kabi: Reserve KABI slots for fsnotify_* struct
|
||
- fscrypt: kabi: Reserve KABI slots for fscrypt_operations struct
|
||
- !3932 [OLK-6.6] 同步OLK-5.10 SMMU HTTU补丁
|
||
- iommu/arm-smmu-v3: Add Arm SMMU HTTU config
|
||
- vfio/iommu_type1: Add support for manual dirty log clear
|
||
- vfio/iommu_type1: Optimize dirty bitmap population based on iommu HWDBM
|
||
- vfio/iommu_type1: Add HWDBM status maintenance
|
||
- iommu/arm-smmu-v3: Realize support_dirty_log iommu ops
|
||
- iommu/arm-smmu-v3: Realize clear_dirty_log iommu ops
|
||
- iommu/arm-smmu-v3: Realize sync_dirty_log iommu ops
|
||
- iommu/arm-smmu-v3: Realize switch_dirty_log iommu ops
|
||
- iommu/arm-smmu-v3: Add feature detection for BBML
|
||
- iommu/arm-smmu-v3: Enable HTTU for stage1 with io-pgtable mapping
|
||
- iommu/io-pgtable-arm: Add and realize clear_dirty_log ops
|
||
- iommu/io-pgtable-arm: Add and realize sync_dirty_log ops
|
||
- iommu/io-pgtable-arm: Add and realize merge_page ops
|
||
- iommu/io-pgtable-arm: Add and realize split_block ops
|
||
- iommu/io-pgtable-arm: Add __arm_lpae_set_pte
|
||
- iommu/io-pgtable-arm: Add quirk ARM_HD and ARM_BBMLx
|
||
- iommu: Introduce dirty log tracking framework
|
||
- iommu/arm-smmu-v3: Add support for Hardware Translation Table Update
|
||
- !4560 v5 block: reserve kabi space for general block layer structures
|
||
- block: reserve kabi space for general block layer structures
|
||
- !4168 Reserve syscall entries for kabi compatibility
|
||
- kabi: Reserve syscall entries for kabi compatibility
|
||
- arch: Reserve map_shadow_stack() syscall number for all architectures
|
||
- !4532 v2 fscache: reserve kabi for fscache structures
|
||
- fscache: reserve kabi for fscache structures
|
||
- !4543 v2 fs/dcache: kabi: KABI reservation for dentry
|
||
- fs/dcache: kabi: KABI reservation for dentry
|
||
- !4533 quota: kabi: KABI reservation for quota
|
||
- quota: kabi: KABI reservation for quota
|
||
- !4528 v3 jbd2: kabi: KABI reservation for jbd2
|
||
- jbd2: kabi: KABI reservation for jbd2
|
||
- !4483 block: kabi: KABI reservation for iocontext
|
||
- block: kabi: KABI reservation for iocontext
|
||
- !4455 scsi: iscsi: kabi: KABI reservation for scsi_transport_iscsi.h
|
||
- scsi: iscsi: kabi: KABI reservation for scsi_transport_iscsi.h
|
||
- !4456 scsi: scsi_transport_fc: kabi: KABI reservation for scsi_transport_fc
|
||
- scsi: scsi_transport_fc: kabi: KABI reservation for scsi_transport_fc
|
||
- !4472 nvmet-fc: kabi: KABI reservation for nvme_fc_port_template
|
||
- nvmet-fc: kabi: KABI reservation for nvme_fc_port_template
|
||
- !4474 scsi: libsas: kabi: KABI reservation for libsas
|
||
- scsi: libsas: kabi: KABI reservation for libsas
|
||
- !4463 RDMA/hns: Backport bugfix
|
||
- RDMA/hns: Fix memory leak in free_mr_init()
|
||
- RDMA/hns: Remove unnecessary checks for NULL in mtr_alloc_bufs()
|
||
- RDMA/hns: Add a max length of gid table
|
||
- RDMA/hns: Response dmac to userspace
|
||
- RDMA/hns: Rename the interrupts
|
||
- RDMA/hns: Support SW stats with debugfs
|
||
- RDMA/hns: Add debugfs to hns RoCE
|
||
- RDMA/hns: Fix inappropriate err code for unsupported operations
|
||
- !3838 Add support for Hygon model 4h EDAC
|
||
- EDAC/amd64: Adjust UMC channel for Hygon family 18h model 6h
|
||
- EDAC/amd64: Add support for Hygon family 18h model 6h
|
||
- EDAC/amd64: Add support for Hygon family 18h model 5h
|
||
- EDAC/mce_amd: Use struct cpuinfo_x86.logical_die_id for Hygon NodeId
|
||
- EDAC/amd64: Adjust address translation for Hygon family 18h model 4h
|
||
- EDAC/amd64: Add support for Hygon family 18h model 4h
|
||
- EDAC/amd64: Get UMC channel from the 6th nibble for Hygon
|
||
- !4408 v2 kabi: reserve space for struct acpi_device and acpi_scan_handler
|
||
- kabi: reserve space for struct acpi_device and acpi_scan_handler
|
||
- !4495 KABI reservation for driver
|
||
- audit: kabi: Remove extra semicolons
|
||
- ipmi: kabi: KABI reservation for ipmi
|
||
- mmc: kabi: KABI reservation for mmc
|
||
- mtd: kabi: KABI reservation for mtd
|
||
- tty: kabi: KABI reservation for tty
|
||
- !3831 Add support for loading Hygon microcode
|
||
- x86/microcode/hygon: Add microcode loading support for Hygon processors
|
||
- !4356 【OLK-6.6】AMD: support the UMC Performance Counters for Zen4
|
||
- perf vendor events amd: Add Zen 4 memory controller events
|
||
- perf/x86/amd/uncore: Pass through error code for initialization failures, instead of -ENODEV
|
||
- perf/x86/amd/uncore: Fix uninitialized return value in amd_uncore_init()
|
||
- perf/x86/amd/uncore: Add memory controller support
|
||
- perf/x86/amd/uncore: Add group exclusivity
|
||
- perf/x86/amd/uncore: Use rdmsr if rdpmc is unavailable
|
||
- perf/x86/amd/uncore: Move discovery and registration
|
||
- perf/x86/amd/uncore: Refactor uncore management
|
||
- !4494 v2 writeback: kabi: KABI reservation for writeback
|
||
- writeback: kabi: KABI reservation for writeback
|
||
- !4491 sched/rt: Fix possible warn when push_rt_task
|
||
- sched/rt: Fix possible warn when push_rt_task
|
||
- !4396 [OLK-6.6] perf/x86/zhaoxin/uncore: add NULL pointer check after kzalloc
|
||
- perf/x86/zhaoxin/uncore: add NULL pointer check after kzalloc
|
||
- !4405 mm: improve performance of accounted kernel memory allocations
|
||
- mm: kmem: properly initialize local objcg variable in current_obj_cgroup()
|
||
- mm: kmem: reimplement get_obj_cgroup_from_current()
|
||
- percpu: scoped objcg protection
|
||
- mm: kmem: scoped objcg protection
|
||
- mm: kmem: make memcg keep a reference to the original objcg
|
||
- mm: kmem: add direct objcg pointer to task_struct
|
||
- mm: kmem: optimize get_obj_cgroup_from_current()
|
||
- !4500 fs: kabi: KABI reservation for vfs
|
||
- fs: kabi: KABI reservation for vfs
|
||
- !4505 iov_iter: kabi: KABI reservation for iov_iter
|
||
- iov_iter: kabi: KABI reservation for iov_iter
|
||
- !4486 v2 openeuler_defconfig: enable CONFIG_PAGE_CACHE_LIMIT
|
||
- openeuler_defconfig: enable CONFIG_PAGE_CACHE_LIMIT
|
||
- !4489 【OLK-6.6】AMD: fix brstack event for AMD Zen CPU
|
||
- perf/x86/amd: Reject branch stack for IBS events
|
||
- !4376 [OLK-6.6] Add Phytium Display Engine support to the OLK-6.6.
|
||
- DRM: Phytium display DRM doc
|
||
- DRM: Phytium display DRM driver
|
||
- !4385 v2 sched: remove __GENKSYMS__ used
|
||
- sched: remove __GENKSYMS__ used
|
||
- !4449 memory tiering: calculate abstract distance based on ACPI HMAT
|
||
- dax, kmem: calculate abstract distance with general interface
|
||
- acpi, hmat: calculate abstract distance with HMAT
|
||
- acpi, hmat: refactor hmat_register_target_initiators()
|
||
- memory tiering: add abstract distance calculation algorithms management
|
||
- !4362 ubifs: Queue up space reservation tasks if retrying many times
|
||
- ubifs: Queue up space reservation tasks if retrying many times
|
||
- !4450 change zswap's default allocator to zsmalloc
|
||
- openeuler_defconfig: set ZSWAP_ZPOOL_DEFAULT to ZSMALLOC
|
||
- zswap: change zswap's default allocator to zsmalloc
|
||
- !4298 misc for controlling fd
|
||
- cgroup/misc: support cgroup misc to control fd
|
||
- filescgroup: add adapter for legacy and misc cgroup
|
||
- filescgroup: rename filescontrol.c to legacy-filescontrol.c
|
||
- filescgroup: Add CONFIG_CGROUP_FILES at files_cgroup in files_struct
|
||
- filescgroup: remove files of dfl_cftypes.
|
||
- !4173 block: remove precise_iostat
|
||
- block: remove precise_iostat
|
||
- !4481 cred: kabi: KABI reservation for cred
|
||
- cred: kabi: KABI reservation for cred
|
||
- !4418 KABI: Add reserve space for sched structures
|
||
- KABI: Reserve space for fwnode.h
|
||
- KABI: Reserve space for struct module
|
||
- fork: Allocate a new task_struct_resvd object for fork task
|
||
- KABI: Add reserve space for sched structures
|
||
- !4355 v4 kabi reserve for memcg and cgroup_bpf
|
||
- cgroup_bpf/kabi: reserve space for cgroup_bpf related structures
|
||
- memcg/kabi: reserve space for memcg related structures
|
||
- !4476 net/kabi: Reserve space for net structures
|
||
- net/kabi: Reserve space for net structures
|
||
- !4440 v2 kabi:dma:add kabi reserve for dma_map_ops structure
|
||
- kabi:dma:add kabi reserve for dma_map_ops structure
|
||
- !4479 mm/memcontrol: fix out-of-bound access in mem_cgroup_sysctls_init
|
||
- mm/memcontrol: fix out-of-bound access in mem_cgroup_sysctls_init
|
||
- !4429 Remove unnecessary KABI reservation
|
||
- crypto: kabi: Removed unnecessary KABI reservation
|
||
- !4211 blk-mq: avoid housekeeping CPUs scheduling a worker on a non-housekeeping CPU
|
||
- blk-mq: avoid housekeeping CPUs scheduling a worker on a non-housekeeping CPU
|
||
- !4407 sched/topology: Fix cpus hotplug deadlock in check_node_limit()
|
||
- sched/topology: Fix cpus hotplug deadlock in check_node_limit()
|
||
- !4351 kabi: net: reserve space for net subsystem related structure
|
||
- kabi: net: reserve space for net subsystem related structure
|
||
- !4453 arm64/ascend: Make enable_oom_killer feature depends on ASCEND_FEATURE
|
||
- arm64/ascend: Make enable_oom_killer feature depends on ASCEND_FEATURE
|
||
- !4386 fix static scanning issues
|
||
- bond: fix static scanning issue with bond_broadcast_arp_or_nd_table_header
|
||
- tcp: fix static scanning issue with sysctl_local_port_allocation
|
||
- !4403 v2 kabi: net: reserve space for net related structure
|
||
- kabi: net: reserve space for net related structure
|
||
- !4406 v2 net/kabi: reserve space for net related structures
|
||
- net/kabi: reserve space for net related structures
|
||
- !4398 v2 vfs: reserve kabi space for vfs related structures
|
||
- vfs: reserve kabi space for vfs related structures
|
||
- !4372 kabi: reserve space for struct rate_sample
|
||
- kabi: reserve space for struct rate_sample
|
||
- !4322 cgroup_writeback: fix deadlock
|
||
- cgroup_writeback: fix deadlock in cgroup1_writeback
|
||
- !4414 Support srq record doorbell and support query srq context
|
||
- RDMA/hns: Support SRQ record doorbell
|
||
- RDMA/hns: Support SRQ restrack ops for hns driver
|
||
- RDMA/core: Add support to dump SRQ resource in RAW format
|
||
- RDMA/core: Add dedicated SRQ resource tracker function
|
||
- !4165 tlb: reserve fields for struct mmu_gather
|
||
- tlb: reserve fields for struct mmu_gather
|
||
- !4178 OLK-6.6 cred backport for kabi reserve
|
||
- cred: get rid of CONFIG_DEBUG_CREDENTIALS
|
||
- groups: Convert group_info.usage to refcount_t
|
||
- cred: switch to using atomic_long_t
|
||
- cred: add get_cred_many and put_cred_many
|
||
- !4343 v3 reserve KABI slots for file system or storage related structures
|
||
- mtd: kabi: Reserve KABI slots for mtd_device_xxx_register() related structures
|
||
- pipe: kabi: Reserve KABI slots for pipe_inode_info structure
|
||
- exportfs: kabi: Reserve KABI slots for export_operations structure
|
||
- !4200 Expose swapcache stat for memcg v1
|
||
- memcg: remove unused do_memsw_account in memcg1_stat_format
|
||
- memcg: expose swapcache stat for memcg v1
|
||
- !4140 backport some patches for kunpeng hccs
|
||
- soc: hisilicon: kunpeng_hccs: Support the platform with PCC type3 and interrupt ack
|
||
- doc: kunpeng_hccs: Fix incorrect email domain name
|
||
- soc: hisilicon: kunpeng_hccs: Remove an unused blank line
|
||
- soc: hisilicon: kunpeng_hccs: Add failure log for no _CRS method
|
||
- soc: hisilicon: kunpeng_hccs: Fix some incorrect format strings
|
||
- soc/hisilicon: kunpeng_hccs: Convert to platform remove callback returning void
|
||
- soc: kunpeng_hccs: Migrate to use generic PCC shmem related macros
|
||
- hwmon: (xgene) Migrate to use generic PCC shmem related macros
|
||
- i2c: xgene-slimpro: Migrate to use generic PCC shmem related macros
|
||
- ACPI: PCC: Add PCC shared memory region command and status bitfields
|
||
- !3641 Make the cpuinfo_cur_freq interface read correctly
|
||
- cpufreq: CPPC: Keep the target core awake when reading its cpufreq rate
|
||
- arm64: cpufeature: Export cpu_has_amu_feat()
|
||
- !4410 config: Update openeuler_defconfig base on current
|
||
- config: x86: Update openeuler_defconfig base on current source code
|
||
- config: arm64: Update openeuler_defconfig base on current source code
|
||
- !4400 v2 soc: hisilicon: hisi_hbmdev: Fix compile error
|
||
- soc: hisilicon: hisi_hbmdev: Fix compile error
|
||
- !4397 v2 cryptd: kabi: Fixed boot panic
|
||
- cryptd: kabi: Fixed boot panic
|
||
- !4393 [OLK-6.6] crypto: sm4: fix the build warning issue of sm4 driver
|
||
- crypto: sm4: fix the build warning issue of sm4 driver
|
||
- !4368 cgroup/misc: fix compiling waring
|
||
- cgroup/misc: fix compiling waring
|
||
- !4364 [OLK-6.6] crypto: sm3/sm4: fix zhaoxin sm3/sm4 driver file name mismatch issue
|
||
- crypto: sm3/sm4: fix zhaoxin sm3/sm4 driver file name mismatch issue
|
||
- !4204 arm64: Turn on CONFIG_IPI_AS_NMI in openeuler_defconfig
|
||
- arm64: Turn on CONFIG_IPI_AS_NMI in openeuler_defconfig
|
||
- !4314 tracing: Reserve kabi fields
|
||
- tracing: Reserve kabi fields
|
||
- !4301 v3 kabi: reserve space for cpu cgroup and cpuset cgroup related structures
|
||
- kabi: reserve space for cpu cgroup and cpuset cgroup related structures
|
||
- !4177 kabi: reserve space for bpf related structures
|
||
- kabi: reserve space for bpf related structures
|
||
- !4354 v7 KABI reservation for IMA and crypto
|
||
- ima: kabi: KABI reservation for IMA
|
||
- crypto: kabi: KABI reservation for crypto
|
||
- !4346 v2 pciehp: fix a race between pciehp and removing operations by sysfs
|
||
- pciehp: fix a race between pciehp and removing operations by sysfs
|
||
- !4146 tcp: fix compilation issue when CONFIG_SYSCTL is disabled
|
||
- tcp: fix compilation issue when CONFIG_SYSCTL is disabled
|
||
- !4066 smb: client: fix OOB in receive_encrypted_standard()
|
||
- smb: client: fix OOB in receive_encrypted_standard()
|
||
- !3995 net: config: enable network config
|
||
- net: config: enable network config
|
||
- !3745 【OLK-6.6】Support SMT control on arm64
|
||
- config: enable CONFIG_HOTPLUG_SMT for arm64
|
||
- arm64: Kconfig: Enable HOTPLUG_SMT
|
||
- arm64: topology: Support SMT control on ACPI based system
|
||
- arch_topology: Support SMT control for OF based system
|
||
- arch_topology: Support basic SMT control for the driver
|
||
- !4000 audit: kabi: KABI reservation for audit
|
||
- audit: kabi: KABI reservation for audit
|
||
- !4249 ubifs: fix possible dereference after free
|
||
- ubifs: fix possible dereference after free
|
||
- !3178 [OLK-6.6] Driver for Zhaoxin SM3 and SM4 algorithm
|
||
- configs: Add Zhaoxin SM3 and SM4 algorithm configs
|
||
- Add support for Zhaoxin GMI SM4 Block Cipher algorithm
|
||
- Add support for Zhaoxin GMI SM3 Secure Hash algorithm
|
||
- !4219 Initial cleanups for vCPU hotplug
|
||
- riscv: convert to use arch_cpu_is_hotpluggable()
|
||
- riscv: Switch over to GENERIC_CPU_DEVICES
|
||
- LoongArch: convert to use arch_cpu_is_hotpluggable()
|
||
- LoongArch: Use the __weak version of arch_unregister_cpu()
|
||
- LoongArch: Switch over to GENERIC_CPU_DEVICES
|
||
- x86/topology: convert to use arch_cpu_is_hotpluggable()
|
||
- x86/topology: use weak version of arch_unregister_cpu()
|
||
- x86/topology: Switch over to GENERIC_CPU_DEVICES
|
||
- arm64: convert to arch_cpu_is_hotpluggable()
|
||
- arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
|
||
- drivers: base: Print a warning instead of panic() when register_cpu() fails
|
||
- drivers: base: Move cpu_dev_init() after node_dev_init()
|
||
- drivers: base: add arch_cpu_is_hotpluggable()
|
||
- drivers: base: Implement weak arch_unregister_cpu()
|
||
- drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overridden
|
||
- drivers: base: Use present CPUs in GENERIC_CPU_DEVICES
|
||
- ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscv
|
||
- Loongarch: remove arch_*register_cpu() exports
|
||
- x86/topology: remove arch_*register_cpu() exports
|
||
- x86: intel_epb: Don't rely on link order
|
||
- arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
|
||
- arm64, irqchip/gic-v3, ACPI: Move MADT GICC enabled check into a helper
|
||
- ACPI: scan: Rename acpi_scan_device_not_present() to be about enumeration
|
||
- ACPI: scan: Use the acpi_device_is_present() helper in more places
|
||
- !4215 pci: Enable acs for QLogic HBA cards
|
||
- pci: Enable acs for QLogic HBA cards
|
||
- !4267 ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()
|
||
- ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()
|
||
- !4317 [OLK-6.6] cputemp: zhaoxin: fix HWMON_THERMAL namespace not import issue
|
||
- cputemp: zhaoxin: fix HWMON_THERMAL namespace not import issue.
|
||
- !3682 cgroup and ns kabi reserve
|
||
- cgroup/misc: reserve kabi for future misc development
|
||
- cgroup/psi: reserve kabi for future psi development
|
||
- namespace: kabi: reserve for future namespace development
|
||
- cgroup: kabi: reserve space for cgroup frame
|
||
- !4291 fs:/dcache.c: fix negative dentry limit not complete problem
|
||
- fs:/dcache.c: fix negative dentry limit not complete problem
|
||
- !4292 powerpc: Add PVN support for HeXin C2000 processor
|
||
- powerpc: Add PVN support for HeXin C2000 processor
|
||
- !3129 [OLK-6.6] Driver for Zhaoxin AES and SHA algorithm
|
||
- Add Zhaoxin aes/sha items in openeuler_config
|
||
- Add support for Zhaoxin SHA algorithm
|
||
- Add support for Zhaoxin AES algorithm
|
||
- !3959 kabi: mm: add kabi reserve for mm structure
|
||
- kabi: mm: add kabi reserve for mm structure
|
||
- !4046 [OLK-6.6] Add gic support for Phytium S2500
|
||
- Add gic support for Phytium S2500
|
||
- !3126 [OLK-6.6] Driver for Zhaoxin HW Random Number Generator
|
||
- Add CONFIG_HW_RANDOM_ZHAOXIN in openeuler_defconfig
|
||
- Add support for Zhaoxin HW Random Number Generator
|
||
- !3169 [OLK-6.6] x86/perf: Add uncore performance events support for Zhaoxin CPU
|
||
- x86/perf: Add uncore performance events support for Zhaoxin CPU
|
||
- !3187 [OLK-6.6] Add support for Zhaoxin I2C controller
|
||
- configs: add CONFIG_I2C_ZHAOXIN to m
|
||
- Add support for Zhaoxin I2C controller
|
||
- !4164 arch/mm/fault: fix major fault accounting when retrying under per-VMA lock
|
||
- arch/mm/fault: fix major fault accounting when retrying under per-VMA lock
|
||
- !3903 kabi: Reserve space for perf subsystem related structures
|
||
- kabi: Reserve space for perf subsystem related structures
|
||
- !4128 drm/qxl: Fix missing free_irq
|
||
- drm/qxl: Fix missing free_irq
|
||
- !4050 kabi: net: reserve space for net
|
||
- kabi: net: reserve space for net sunrpc subsystem related structure
|
||
- kabi: net: reserve space for net rdma subsystem related structure
|
||
- kabi: net: reserve space for net netfilter subsystem related structure
|
||
- kabi: net: reserve space for net can subsystem related structure
|
||
- kabi: net: reserve space for net bpf subsystem related structure
|
||
- kabi: net: reserve space for net base subsystem related structure
|
||
- !3774 [OLK-6.6] sched/fair: Scan cluster before scanning LLC in wake-up path
|
||
- sched/fair: Use candidate prev/recent_used CPU if scanning failed for cluster wakeup
|
||
- sched/fair: Scan cluster before scanning LLC in wake-up path
|
||
- sched: Add cpus_share_resources API
|
||
- !3125 [OLK-6.6] Driver for Zhaoxin Serial ATA IDE
|
||
- configs: enable CONFIG_SATA_ZHAOXIN to y
|
||
- Add support for Zhaoxin Serial ATA IDE.
|
||
- !4044 Set CONFIG_NODES_SHIFT to 8
|
||
- openeuler_defconfig: set CONFIG_NODES_SHIFT to 8 for both x86_64/ARM64
|
||
- x86/Kconfig: allow NODES_SHIFT to be set on MAXSMP
|
||
- !3840 Remove Hygon SMBus IMC detecting
|
||
- i2c-piix4: Remove the IMC detecting for Hygon SMBus
|
||
- !3839 Add support for Hygon model 4h k10temp
|
||
- hwmon/k10temp: Add support for Hygon family 18h model 5h
|
||
- hwmon/k10temp: Add support for Hygon family 18h model 4h
|
||
- !3837 Add support for Hygon model 4h northbridge
|
||
- x86/amd_nb: Add support for Hygon family 18h model 6h
|
||
- x86/amd_nb: Add support for Hygon family 18h model 5h
|
||
- x86/amd_nb: Add northbridge support for Hygon family 18h model 4h
|
||
- x86/amd_nb: Add Hygon family 18h model 4h PCI IDs
|
||
- !4199 Support large folio for mlock
|
||
- mm: mlock: avoid folio_within_range() on KSM pages
|
||
- mm: mlock: update mlock_pte_range to handle large folio
|
||
- mm: handle large folio when large folio in VM_LOCKED VMA range
|
||
- mm: add functions folio_in_range() and folio_within_vma()
|
||
- !4147 arm64: Add CONFIG_IPI_AS_NMI to IPI as NMI feature
|
||
- arm64: Add CONFIG_IPI_AS_NMI to IPI as NMI feature
|
||
- !4159 Backport iommufd dirty tracking from v6.7
|
||
- iommu/vt-d: Set variable intel_dirty_ops to static
|
||
- iommufd/selftest: Fix _test_mock_dirty_bitmaps()
|
||
- iommufd/selftest: Fix page-size check in iommufd_test_dirty()
|
||
- iommu/vt-d: Enhance capability check for nested parent domain allocation
|
||
- iommufd/selftest: Test IOMMU_HWPT_GET_DIRTY_BITMAP_NO_CLEAR flag
|
||
- iommufd/selftest: Test out_capabilities in IOMMU_GET_HW_INFO
|
||
- iommufd/selftest: Test IOMMU_HWPT_GET_DIRTY_BITMAP
|
||
- iommufd/selftest: Test IOMMU_HWPT_SET_DIRTY_TRACKING
|
||
- iommufd/selftest: Test IOMMU_HWPT_ALLOC_DIRTY_TRACKING
|
||
- iommufd/selftest: Expand mock_domain with dev_flags
|
||
- iommu/vt-d: Access/Dirty bit support for SS domains
|
||
- iommu/amd: Access/Dirty bit support in IOPTEs
|
||
- iommu/amd: Add domain_alloc_user based domain allocation
|
||
- iommufd: Add a flag to skip clearing of IOPTE dirty
|
||
- iommufd: Add capabilities to IOMMU_GET_HW_INFO
|
||
- iommufd: Add IOMMU_HWPT_GET_DIRTY_BITMAP
|
||
- iommufd: Add IOMMU_HWPT_SET_DIRTY_TRACKING
|
||
- iommufd: Add a flag to enforce dirty tracking on attach
|
||
- iommufd: Correct IOMMU_HWPT_ALLOC_NEST_PARENT description
|
||
- iommu: Add iommu_domain ops for dirty tracking
|
||
- iommufd/iova_bitmap: Move symbols to IOMMUFD namespace
|
||
- vfio: Move iova_bitmap into iommufd
|
||
- vfio/iova_bitmap: Export more API symbols
|
||
- iommufd/selftest: Rework TEST_LENGTH to test min_size explicitly
|
||
- iommu/vt-d: Add domain_alloc_user op
|
||
- iommufd/selftest: Add domain_alloc_user() support in iommu mock
|
||
- iommufd/selftest: Iterate idev_ids in mock_domain's alloc_hwpt test
|
||
- iommufd: Support allocating nested parent domain
|
||
- iommufd: Flow user flags for domain allocation to domain_alloc_user()
|
||
- iommufd: Use the domain_alloc_user() op for domain allocation
|
||
- iommu: Add new iommu op to create domains owned by userspace
|
||
- !4109 PCI: add a member in 'struct pci_bus' to record the original 'pci_ops'
|
||
- PCI: add a member in 'struct pci_bus' to record the original 'pci_ops'
|
||
- !4108 PCI/AER: increments pci bus reference count in aer-inject process
|
||
- PCI/AER: increments pci bus reference count in aer-inject process
|
||
- !4114 pci: do not save 'PCI_BRIDGE_CTL_BUS_RESET'
|
||
- pci: do not save 'PCI_BRIDGE_CTL_BUS_RESET'
|
||
- !4113 PCI: check BIR before mapping MSI-X Table
|
||
- PCI: check BIR before mapping MSI-X Table
|
||
- !4112 PCI: Fail MSI-X mapping if MSI-X Table offset is out of range of BAR space
|
||
- PCI: Fail MSI-X mapping if MSI-X Table offset is out of range of BAR space
|
||
- !4110 PCI: Add MCFG quirks for some Hisilicon Chip host controllers
|
||
- PCI: Add MCFG quirks for some Hisilicon Chip host controllers
|
||
- !4111 sysrq: avoid concurrently info printing by 'sysrq-trigger'
|
||
- sysrq: avoid concurrently info printing by 'sysrq-trigger'
|
||
- !4107 ntp: Avoid undefined behaviour in second_overflow()
|
||
- ntp: Avoid undefined behaviour in second_overflow()
|
||
- !4105 PCI/sysfs: Take reference on device to be removed
|
||
- PCI/sysfs: Take reference on device to be removed
|
||
- !3836 Add support for Hygon model 4h QoS
|
||
- x86/resctrl: Add Hygon QoS support
|
||
- !4154 Add per-node vmstat info and memcg info
|
||
- mm/vmstat: move pgdemote_* out of CONFIG_NUMA_BALANCING
|
||
- mm/vmstat: move pgdemote_* to per-node stats
|
||
- mm: memcg: add THP swap out info for anonymous reclaim
|
||
- !4170 mm/ksm: generalize ksm_process_profit
|
||
- mm/ksm: generalize ksm_process_profit
|
||
- !4120 arm_mpam: support mpam feature in OLK-6.6
|
||
- arm_mpam: control memory bandwidth with hard limit flag
|
||
- fs/resctrl: Remove the limit on the number of CLOSID
|
||
- arm_mpam: resctrl: Update the rmid reallocation limit
|
||
- arm_mpam: resctrl: Call resctrl_exit() in the event of errors
|
||
- arm_mpam: resctrl: Tell resctrl about cpu/domain online/offline
|
||
- perf/arm-cmn: Stop claiming all the resources
|
||
- arm64: mpam: Select ARCH_HAS_CPU_RESCTRL
|
||
- arm_mpam: resctrl: Add dummy definition for free running counters
|
||
- arm_mpam: resctrl: Add empty definitions for fine-grained enables
|
||
- arm_mpam: resctrl: Add empty definitions for pseudo lock
|
||
- untested: arm_mpam: resctrl: Allow monitors to be configured
|
||
- arm_mpam: resctrl: Add resctrl_arch_rmid_read() and resctrl_arch_reset_rmid()
|
||
- arm_mpam: resctrl: Allow resctrl to allocate monitors
|
||
- untested: arm_mpam: resctrl: Add support for mbm counters
|
||
- untested: arm_mpam: resctrl: Add support for MB resource
|
||
- arm_mpam: resctrl: Add rmid index helpers
|
||
- arm64: mpam: Add helpers to change a tasks and cpu mpam partid/pmg values
|
||
- arm_mpam: resctrl: Add CDP emulation
|
||
- arm_mpam: resctrl: Implement helpers to update configuration
|
||
- arm_mpam: resctrl: Add resctrl_arch_get_config()
|
||
- arm_mpam: resctrl: Implement resctrl_arch_reset_resources()
|
||
- arm_mpam: resctrl: Pick a value for num_rmid
|
||
- arm_mpam: resctrl: Pick the caches we will use as resctrl resources
|
||
- arm_mpam: resctrl: Add boilerplate cpuhp and domain allocation
|
||
- arm_mpam: Add helper to reset saved mbwu state
|
||
- arm_mpam: Use long MBWU counters if supported
|
||
- arm_mpam: Probe for long/lwd mbwu counters
|
||
- arm_mpam: Track bandwidth counter state for overflow and power management
|
||
- arm_mpam: Add mpam_msmon_read() to read monitor value
|
||
- arm_mpam: Add helpers to allocate monitors
|
||
- arm_mpam: Probe and reset the rest of the features
|
||
- arm_mpam: Allow configuration to be applied and restored during cpu online
|
||
- arm_mpam: Use the arch static key to indicate when mpam is enabled
|
||
- arm_mpam: Register and enable IRQs
|
||
- arm_mpam: Extend reset logic to allow devices to be reset any time
|
||
- arm_mpam: Add a helper to touch an MSC from any CPU
|
||
- arm_mpam: Reset MSC controls from cpu hp callbacks
|
||
- arm_mpam: Merge supported features during mpam_enable() into mpam_class
|
||
- arm_mpam: Probe the hardware features resctrl supports
|
||
- arm_mpam: Probe MSCs to find the supported partid/pmg values
|
||
- arm_mpam: Add cpuhp callbacks to probe MSC hardware
|
||
- arm_mpam: Add MPAM MSC register layout definitions
|
||
- arm_mpam: Add the class and component structures for ris firmware described
|
||
- arm_mpam: Add probe/remove for mpam msc driver and kbuild boiler plate
|
||
- dt-bindings: arm: Add MPAM MSC binding
|
||
- ACPI / MPAM: Parse the MPAM table
|
||
- drivers: base: cacheinfo: Add helper to find the cache size from cpu+level
|
||
- cacheinfo: Expose the code to generate a cache-id from a device_node
|
||
- cacheinfo: Set cache 'id' based on DT data
|
||
- cacheinfo: Allow for >32-bit cache 'id'
|
||
- ACPI / PPTT: Add a helper to fill a cpumask from a cache_id
|
||
- ACPI / PPTT: Add a helper to fill a cpumask from a processor container
|
||
- ACPI / PPTT: Find PPTT cache level by ID
|
||
- ACPI / PPTT: Provide a helper to walk processor containers
|
||
- untested: KVM: arm64: Force guest EL1 to use user-space's partid configuration
|
||
- arm64: mpam: Context switch the MPAM registers
|
||
- KVM: arm64: Disable MPAM visibility by default, and handle traps
|
||
- KVM: arm64: Fix missing traps of guest accesses to the MPAM registers
|
||
- arm64: cpufeature: discover CPU support for MPAM
|
||
- arm64: head.S: Initialise MPAM EL2 registers and disable traps
|
||
- x86/resctrl: Move the filesystem portions of resctrl to live in '/fs/'
|
||
- x86/resctrl: Move the filesystem bits to headers visible to fs/resctrl
|
||
- fs/resctrl: Add boiler plate for external resctrl code
|
||
- x86/resctrl: Drop __init/__exit on assorted symbols
|
||
- x86/resctrl: Describe resctrl's bitmap size assumptions
|
||
- x86/resctrl: Claim get_domain_from_cpu() for resctrl
|
||
- x86/resctrl: Move get_config_index() to a header
|
||
- x86/resctrl: Move thread_throttle_mode_init() to be managed by resctrl
|
||
- x86/resctrl: Make resctrl_arch_pseudo_lock_fn() take a plr
|
||
- x86/resctrl: Make prefetch_disable_bits belong to the arch code
|
||
- x86/resctrl: Allow an architecture to disable pseudo lock
|
||
- x86/resctrl: Allow resctrl_arch_mon_event_config_write() to return an error
|
||
- x86/resctrl: Change mon_event_config_{read,write}() to be arch helpers
|
||
- x86/resctrl: Add resctrl_arch_is_evt_configurable() to abstract BMEC
|
||
- x86/resctrl: Export the is_mbm_*_enabled() helpers to asm/resctrl.h
|
||
- x86/resctrl: Stop using the for_each_*_rdt_resource() walkers
|
||
- x86/resctrl: Move max_{name,data}_width into resctrl code
|
||
- x86/resctrl: Move monitor exit work to a restrl exit call
|
||
- x86/resctrl: Move monitor init work to a resctrl init call
|
||
- x86/resctrl: Add a resctrl helper to reset all the resources
|
||
- x86/resctrl: Move resctrl types to a separate header
|
||
- x86/resctrl: Wrap resctrl_arch_find_domain() around rdt_find_domain()
|
||
- x86/resctrl: Export resctrl fs's init function
|
||
- x86/resctrl: Remove rdtgroup from update_cpu_closid_rmid()
|
||
- x86/resctrl: Add helper for setting CPU default properties
|
||
- x86/resctrl: Move ctrlval string parsing links away from the arch code
|
||
- x86/resctrl: Add a helper to avoid reaching into the arch code resource list
|
||
- x86/resctrl: Separate arch and fs resctrl locks
|
||
- x86/resctrl: Move domain helper migration into resctrl_offline_cpu()
|
||
- x86/resctrl: Add CPU offline callback for resctrl work
|
||
- x86/resctrl: Allow overflow/limbo handlers to be scheduled on any-but cpu
|
||
- x86/resctrl: Add CPU online callback for resctrl work
|
||
- x86/resctrl: Add helpers for system wide mon/alloc capable
|
||
- x86/resctrl: Make rdt_enable_key the arch's decision to switch
|
||
- x86/resctrl: Move alloc/mon static keys into helpers
|
||
- x86/resctrl: Make resctrl_mounted checks explicit
|
||
- x86/resctrl: Allow arch to allocate memory needed in resctrl_arch_rmid_read()
|
||
- x86/resctrl: Allow resctrl_arch_rmid_read() to sleep
|
||
- x86/resctrl: Queue mon_event_read() instead of sending an IPI
|
||
- x86/resctrl: Add cpumask_any_housekeeping() for limbo/overflow
|
||
- x86/resctrl: Move CLOSID/RMID matching and setting to use helpers
|
||
- x86/resctrl: Allocate the cleanest CLOSID by searching closid_num_dirty_rmid
|
||
- x86/resctrl: Use __set_bit()/__clear_bit() instead of open coding
|
||
- x86/resctrl: Track the number of dirty RMID a CLOSID has
|
||
- x86/resctrl: Allow RMID allocation to be scoped by CLOSID
|
||
- x86/resctrl: Access per-rmid structures by index
|
||
- x86/resctrl: Track the closid with the rmid
|
||
- x86/resctrl: Move rmid allocation out of mkdir_rdt_prepare()
|
||
- x86/resctrl: Create helper for RMID allocation and mondata dir creation
|
||
- x86/resctrl: kfree() rmid_ptrs from resctrl_exit()
|
||
- tick/nohz: Move tick_nohz_full_mask declaration outside the #ifdef
|
||
- x86/resctrl: Display RMID of resource group
|
||
- x86/resctrl: Add support for the files of MON groups only
|
||
- x86/resctrl: Display CLOSID for resource group
|
||
- x86/resctrl: Introduce "-o debug" mount option
|
||
- x86/resctrl: Move default group file creation to mount
|
||
- x86/resctrl: Unwind properly from rdt_enable_ctx()
|
||
- x86/resctrl: Rename rftype flags for consistency
|
||
- x86/resctrl: Simplify rftype flag definitions
|
||
- x86/resctrl: Add multiple tasks to the resctrl group at once
|
||
- x86/resctrl: Fix remaining kernel-doc warnings
|
||
- !3834 Add support for Hygon model 4h IOAPIC
|
||
- iommu/hygon: Add support for Hygon family 18h model 4h IOAPIC
|
||
- !3830 Add support for Hygon model 5h CPU cache
|
||
- x86/cpu: Get LLC ID for Hygon family 18h model 5h
|
||
- !3311 Add support for Hygon model 4h CPU topology
|
||
- x86/cpu/hygon: Fix __max_die_per_package for Hygon family 18h model 4h
|
||
- !3124 [OLK-6.6] Add support for Zhaoxin HDAC and codec
|
||
- ALSA: hda: Add support of Zhaoxin NB HDAC codec
|
||
- ALSA: hda: Add support of Zhaoxin NB HDAC
|
||
- ALSA: hda: Add support of Zhaoxin SB HDAC
|
||
- !3098 [OLK-6.6] Add support for Zhaoxin Processors
|
||
- x86/cpu: Add detect extended topology for Zhaoxin CPUs
|
||
- x86/cpufeatures: Add Zhaoxin feature bits
|
||
- !3742 arch/powerpc: add ppc little endian openuler defconfig
|
||
- arch/powerpc: add ppc little endian openuler defconfig
|
||
- !4099 Intel: Backport SRF LBR branch counter support to kernel v6.6
|
||
- perf/x86/intel: Support branch counters logging
|
||
- perf/x86/intel: Reorganize attrs and is_visible
|
||
- perf: Add branch_sample_call_stack
|
||
- perf/x86: Add PERF_X86_EVENT_NEEDS_BRANCH_STACK flag
|
||
- perf: Add branch stack counters
|
||
- !3177 [OLK-6.6] Add MWAIT Cx support for Zhaoxin CPUs
|
||
- Add MWAIT Cx support for Zhaoxin CPUs
|
||
- !3170 [OLK-6.6] rtc: Fix set RTC time delay 500ms on some Zhaoxin SOCs
|
||
- rtc: Fix set RTC time delay 500ms on some Zhaoxin SOCs
|
||
- !3131 [OLK-6.6] Driver for Zhaoxin CPU core temperature monitoring
|
||
- Add CONFIG_SENSORS_ZHAOXIN_CPUTEMP in openeuler_defconfig
|
||
- Add support for Zhaoxin core temperature monitoring
|
||
- !3102 [OLK-6.6] x86/mce: Add Centaur MCA support
|
||
- x86/mce: Add Centaur MCA support
|
||
- !4116 Intel: Backport GNR/SRF PMU uncore support to kernel v6.6
|
||
- perf/x86/intel/uncore: Support Sierra Forest and Grand Ridge
|
||
- perf/x86/intel/uncore: Support IIO free-running counters on GNR
|
||
- perf/x86/intel/uncore: Support Granite Rapids
|
||
- perf/x86/uncore: Use u64 to replace unsigned for the uncore offsets array
|
||
- perf/x86/intel/uncore: Generic uncore_get_uncores and MMIO format of SPR
|
||
- !4115 Intel: Backport In Field Scan(IFS) SAF & Array BIST support for GNR & SRF
|
||
- platform/x86/intel/ifs: ARRAY BIST for Sierra Forest
|
||
- platform/x86/intel/ifs: Add new error code
|
||
- platform/x86/intel/ifs: Add new CPU support
|
||
- platform/x86/intel/ifs: Metadata validation for start_chunk
|
||
- platform/x86/intel/ifs: Validate image size
|
||
- platform/x86/intel/ifs: Gen2 Scan test support
|
||
- platform/x86/intel/ifs: Gen2 scan image loading
|
||
- platform/x86/intel/ifs: Refactor image loading code
|
||
- platform/x86/intel/ifs: Store IFS generation number
|
||
- !4103 [OLK-6.6] Intel: microcode restructuring backport
|
||
- x86/setup: Make relocated_ramdisk a local variable of relocate_initrd()
|
||
- x86/microcode/intel: Add a minimum required revision for late loading
|
||
- x86/microcode: Prepare for minimal revision check
|
||
- x86/microcode: Handle "offline" CPUs correctly
|
||
- x86/apic: Provide apic_force_nmi_on_cpu()
|
||
- x86/microcode: Protect against instrumentation
|
||
- x86/microcode: Rendezvous and load in NMI
|
||
- x86/microcode: Replace the all-in-one rendevous handler
|
||
- x86/microcode: Provide new control functions
|
||
- x86/microcode: Add per CPU control field
|
||
- x86/microcode: Add per CPU result state
|
||
- x86/microcode: Sanitize __wait_for_cpus()
|
||
- x86/microcode: Clarify the late load logic
|
||
- x86/microcode: Handle "nosmt" correctly
|
||
- x86/microcode: Clean up mc_cpu_down_prep()
|
||
- x86/microcode: Get rid of the schedule work indirection
|
||
- x86/microcode: Mop up early loading leftovers
|
||
- x86/microcode/amd: Use cached microcode for AP load
|
||
- x86/microcode/amd: Cache builtin/initrd microcode early
|
||
- x86/microcode/amd: Cache builtin microcode too
|
||
- x86/microcode/amd: Use correct per CPU ucode_cpu_info
|
||
- x86/microcode: Remove pointless apply() invocation
|
||
- x86/microcode/intel: Rework intel_find_matching_signature()
|
||
- x86/microcode/intel: Reuse intel_cpu_collect_info()
|
||
- x86/microcode/intel: Rework intel_cpu_collect_info()
|
||
- x86/microcode/intel: Unify microcode apply() functions
|
||
- x86/microcode/intel: Switch to kvmalloc()
|
||
- x86/microcode/intel: Save the microcode only after a successful late-load
|
||
- x86/microcode/intel: Simplify early loading
|
||
- x86/microcode/intel: Cleanup code further
|
||
- x86/microcode/intel: Simplify and rename generic_load_microcode()
|
||
- x86/microcode/intel: Simplify scan_microcode()
|
||
- x86/microcode/intel: Rip out mixed stepping support for Intel CPUs
|
||
- x86/microcode/32: Move early loading after paging enable
|
||
- x86/boot/32: Temporarily map initrd for microcode loading
|
||
- x86/microcode: Provide CONFIG_MICROCODE_INITRD32
|
||
- x86/boot/32: Restructure mk_early_pgtbl_32()
|
||
- x86/boot/32: De-uglify the 2/3 level paging difference in mk_early_pgtbl_32()
|
||
- x86/boot: Use __pa_nodebug() in mk_early_pgtbl_32()
|
||
- x86/boot/32: Disable stackprotector and tracing for mk_early_pgtbl_32()
|
||
- x86/microcode/amd: Fix snprintf() format string warning in W=1 build
|
||
- !4102 Intel: Backport Sierra Forest(SRF) perf cstate support to kernel OLK-6.6
|
||
- perf/x86/intel/cstate: Add Grand Ridge support
|
||
- perf/x86/intel/cstate: Add Sierra Forest support
|
||
- x86/smp: Export symbol cpu_clustergroup_mask()
|
||
- perf/x86/intel/cstate: Cleanup duplicate attr_groups
|
||
- !4104 arm64: Add the arm64.nolse command line option
|
||
- arm64: Add the arm64.nolse command line option
|
||
- !4093 introduce smart_grid zone
|
||
- smart_grid: introduce smart_grid cmdline
|
||
- smart_grid: cpufreq: introduce smart_grid cpufreq control
|
||
- smart_grid: introduce smart_grid_strategy_ctrl sysctl
|
||
- smart_grid: introduce /proc/pid/smart_grid_level
|
||
- sched: introduce smart grid qos zone
|
||
- config: enable CONFIG_QOS_SCHED_SMART_GRID by default
|
||
- sched: smart grid: init sched_grid_qos structure on QOS purpose
|
||
- sched: Introduce smart grid scheduling strategy for cfs
|
||
|
||
* Wed Jan 31 2024 Jialin Zhang <zhangjialin11@huawei.com> - 6.6.0-6.0.0.4
|
||
- Module.kabi_aarch64 and Module.kabi_x86_64 v1
|
||
|
||
* Tue Jan 23 2024 Zheng Zengkai <zhengzengkai@huawei.com> - 6.6.0-6.0.0.3
|
||
- !4087 backport two page_owner patchsets:
|
||
- mm/page_owner: record and dump free_pid and free_tgid
|
||
- tools/mm: update the usage output to be more organized
|
||
- tools/mm: fix the default case for page_owner_sort
|
||
- tools/mm: filter out timestamps for correct collation
|
||
- tools/mm: remove references to free_ts from page_owner_sort
|
||
- mm/page_owner: remove free_ts from page_owner output
|
||
- !4070 Backport etmem feature to OLK 6.6
|
||
- etmem: enable etmem configurations
|
||
- etmem: add original kernel swap enabled options
|
||
- etmem: add etmem swap feature
|
||
- mm: Export symbol reclaim_pages
|
||
- etmem: add etmem scan feature
|
||
- mm: Export symbol walk_page_range
|
||
- mm: Export symbol __pud_trans_huge_lock
|
||
- etmem: add ETMEM scan feature CONFIG to mm/Kconfig
|
||
- etmem: add ETMEM feature CONFIG to mm/Kconfig
|
||
- !3444 LoongArch: fix some pci problems
|
||
- LoongArch: pci root bridige set acpi companion only when not acpi_disabled.
|
||
- PCI: irq: Add early_param pci_irq_limit to limit pci irq numbers
|
||
- PCI: fix X server auto probe fail when both ast and etnaviv drm present
|
||
- PCI: LS7A2000: fix GPU card error
|
||
- PCI: LS7A2000: fix pm transition of devices under pcie port
|
||
- LoongArch: fix some PCIE card not scanning properly
|
||
- PCI: fix kabi error caused by pm_suspend_target_state
|
||
- PCI: PM: fix pcie mrrs restoring
|
||
- PCI: Check if the pci controller can use both CFG0 and CFG1 mode to access configuration space
|
||
- PCI: Check if entry->offset already exist for mem resource
|
||
- LS7A2000: Add quirk for OHCI device rev 0x02
|
||
- !4027 [OLK-6.6] Intel RDT non-contiguous CBM support
|
||
- Documentation/x86: Document resctrl's new sparse_masks
|
||
- x86/resctrl: Add sparse_masks file in info
|
||
- x86/resctrl: Enable non-contiguous CBMs in Intel CAT
|
||
- x86/resctrl: Rename arch_has_sparse_bitmaps
|
||
- !4098 sched: programmable: Fix is_cpu_allowed build error
|
||
- sched: programmable: Fix is_cpu_allowed build error
|
||
- !4072 cgroup/misc: openeuler_defconfig open misc config by default
|
||
- cgroup/misc: openeuler_defconfig open misc config by default
|
||
- !4053 sched: basic infrastructure for scheduler bpf
|
||
- openeuler_defconfig: enable CONFIG_BPF_SCHED
|
||
- sched: programmable: Add hook in can_migrate_task()
|
||
- sched: programmable: Add hook in select_task_rq_fair()
|
||
- sched: introduce bpf_sched_enable()
|
||
- sched: basic infrastructure for scheduler bpf
|
||
- sched: programmable: Add user interface of task tag
|
||
- sched: programmable: Add user interface of task group tag
|
||
- sched: programmable: Add a tag for the task group
|
||
- sched: programmable: Add a tag for the task
|
||
- sched: programmable: Introduce bpf sched
|
||
- !4068 mm/oom_kill: fix NULL pointer dereference in memcg_print_bad_task()
|
||
- mm/oom_kill: fix NULL pointer dereference in memcg_print_bad_task()
|
||
- !4036 ubi: fix slab-out-of-bounds in ubi_eba_get_ldesc+0xfb/0x130
|
||
- ubi: fix slab-out-of-bounds in ubi_eba_get_ldesc+0xfb/0x130
|
||
- !3971 optimize inlining
|
||
- make OPTIMIZE_INLINING config editable
|
||
- Revert "compiler: remove CONFIG_OPTIMIZE_INLINING entirely"
|
||
- !3631 drm: fix free illegal pointer when create drm_property_blob failed
|
||
- drm: fix free illegal pointer when create drm_property_blob failed
|
||
- !3958 Revert "drm/prime: Unexport helpers for fd/handle conversion"
|
||
- Revert "drm/prime: Unexport helpers for fd/handle conversion"
|
||
- !3670 Add initial openeuler_defconfig for riscv64
|
||
- config: add initial openeuler_defconfig for riscv64
|
||
- !3895 Spark SQL scenario bpf readahead optimization synchronization to OLK-6.6
|
||
- selftests/bpf: Update the demo file_read_pattern to run on libbpf 1.0+
|
||
- VFS: Rolling Back the fmode macro definition and structure members
|
||
- selftests/bpf: add demo for file read pattern detection
|
||
- ext4: add trace for the read and release of regular file
|
||
- xfs: add trace for read and release of regular file
|
||
- fs: add helper fs_file_read_do_trace()
|
||
- vfs: add bare tracepoints for vfs read and release
|
||
- readahead: introduce FMODE_CTL_WILLNEED to read first 2MB of file
|
||
- !3964 drivers: hooks: add bonding driver vendor hooks
|
||
- drivers: hooks: add bonding driver vendor hooks
|
||
- !3996 hfs: fix null-ptr-deref in hfs_find_init()
|
||
- hfs: fix null-ptr-deref in hfs_find_init()
|
||
- !3976 Introduce dynamic pool feature
|
||
- mm/dynamic_pool: enable CONFIG_DYNAMIC_POOL on x86_64 and arm64 by default
|
||
- mm/dynamic_pool: add Document for dynamic hugetlb feature
|
||
- mm/dynamic_pool: compatible with memory hwpoison
|
||
- mm/dynamic_pool: compatible with HugeTLB Vmemmap
|
||
- mm/dynamic_pool: compatible with HugeTLB dissolve
|
||
- mm/dynamic_pool: disable THP for task attached with dpool
|
||
- mm/dynamic_pool: fill dpool with pagelist
|
||
- mm/dynamic_pool: add tracepoints for dpool
|
||
- mm/dynamic_pool: support HugeTLB page allocation from dpool
|
||
- mm/dynamic_pool: check resv for HugeTLB allocation from dpool
|
||
- mm/dynamic_pool: speed up allocation by percpu pages pool
|
||
- mm/dynamic_pool: support page allocation from dpool
|
||
- mm/dynamic_pool: prevent task attach to another dpool
|
||
- mm/dynamic_pool: call mem_cgroup_force_empty before restore pool
|
||
- mm/dynamic_pool: migrate used pages before promote to huge page
|
||
- mm/dynamic_pool: support to flow pages between 2M and 4K pages pool
|
||
- mm/dynamic_pool: support to flow pages between 1G and 2M pages pool
|
||
- mm/dynamic_pool: add restore_pool ops to reclaim memory and restore hugepages
|
||
- mm/dynamic_pool: add interface to configure the count of hugepages
|
||
- mm/dynamic_pool: fill dpool with HugeTLB 1G pages
|
||
- mm/dynamic_pool: create dpool by dhugetlb.nr_pages interface
|
||
- mm/dynamic_pool: introduce PG_pool to mark pages allocated from dpool
|
||
- mm/dynamic_pool: introduce PG_dpool to mark free pages in dpool
|
||
- mm/dynamic_pool: introduce per-memcg memory pool
|
||
- mm/memcg: introduce memcg_has_children to check memcg
|
||
- mm/memcg: introduce mem_cgroup_scan_cgroups to scan all memcgs
|
||
- !3833 xfs: fix block space problems
|
||
- xfs: longest free extent no need consider postalloc
|
||
- xfs: fix xfs shutdown since we reserve more blocks in agfl fixup
|
||
- xfs: set minleft correctly for randomly sparse inode allocations
|
||
- xfs: account extra freespace btree splits for multiple allocations
|
||
- !3902 xfs: update the last_sync_lsn with ctx start lsn
|
||
- xfs: update the last_sync_lsn with ctx start lsn
|
||
- !3977 Terrace Service Acceleration
|
||
- bpf, sockmap: Add sk_rmem_alloc check for sockmap
|
||
- bpf: Add new bpf helper to get SO_ORIGINAL_DST/REPLY_SRC
|
||
- bpf: Add bpf_get_sockops_uid_gid helper function
|
||
- net: core: Add a GID field to struct sock.
|
||
- !3974 Add support for mbigen to generate SPIs
|
||
- dt-bindings/irqchip/mbigen: add example of MBIGEN generate SPIs
|
||
- irqchip/mbigen: add support for a MBIGEN generating SPIs
|
||
- irqchip/mbigen: rename register marcros
|
||
- !3963 block: Add config to show info about opening a mounted device for write
|
||
- add config about writing mounted devices in openeuler_defconfig
|
||
- block: Show info about opening a lower device for write while upper-layers mounted
|
||
- block: Add config option to show info about opening a mounted device for write
|
||
- block: Add config option to detect writing to part0 while partitions mounted
|
||
- block: Expand the meaning of bdev_allow_write_mounted
|
||
- block: Record writing and mounting regardless of whether bdev_allow_write_mounted is set
|
||
- !3921 mm: mem_reliable: Introduce memory reliable
|
||
- config: enable MEMORY_RELIABLE by default
|
||
- mm: mem_reliable: Show debug info about memory reliable if oom occurs
|
||
- mm: mem_reliable: Introduce proc interface to disable memory reliable features
|
||
- proc: mem_reliable: Count reliable memory usage of reliable tasks
|
||
- mm: mem_reliable: Introduce fallback mechanism for memory reliable
|
||
- mm: mem_reliable: Add limiting the usage of reliable memory
|
||
- mm: mem_reliable: Show reliable meminfo
|
||
- mm: mem_reliable: Count reliable shmem usage
|
||
- mm: mem_reliable: Count reliable page cache usage
|
||
- mm: mem_reliable: Add cmdline reliable_debug to enable separate feature
|
||
- mm/hugetlb: Allocate non-mirrored memory by default
|
||
- mm/memblock: Introduce ability to alloc memory from specify memory region
|
||
- mm: mem_reliable: Add memory reliable support during hugepaged collapse
|
||
- mm: mem_reliable: Alloc pagecache from reliable region
|
||
- shmem: mem_reliable: Alloc shmem from reliable region
|
||
- mm: mem_reliable: Alloc task memory from reliable region
|
||
- mm: mem_reliable: Introduce memory reliable
|
||
- efi: Disable mirror feature during crashkernel
|
||
- proc: introduce proc_hide_ents to hide proc files
|
||
- !3935 pid_ns: Make pid_max per namespace
|
||
- pid_ns: Make pid_max per namespace
|
||
- !3913 arm64: Add non nmi ipi backtrace support
|
||
- arm64: Add non nmi ipi backtrace support
|
||
- !3785 【OLK-6.6】PSI cgroupv1 and PSI fine grained
|
||
- sched/psi: enable PSI_CGROUP_V1 and PSI_FINE_GRAINED in openeuler_defconfig
|
||
- sched/psi: add cpu fine grained stall tracking in pressure.stat
|
||
- sched/psi: add more memory fine grained stall tracking in pressure.stat
|
||
- sched/psi: Introduce pressure.stat in psi
|
||
- sched/psi: Introduce avgs and total calculation for cgroup reclaim
|
||
- sched/psi: Introduce fine grained stall time collect for cgroup reclaim
|
||
- sched/psi: introduce tracepoints for psi_memstall_{enter, leave}
|
||
- sched/psi: update psi irqtime when the irq delta is nozero
|
||
- sched/psi: Export cgroup psi from cgroupv2 to cgroupv1
|
||
- sched/psi: Bail out early from irq time accounting
|
||
- !3907 cgroup: Support iocost for cgroup v1
|
||
- openeuler_defconfig: enable iocost in openeuler_defconfig for x86 and arm64
|
||
- cgroup: Support iocost for cgroup v1
|
||
- !3897 Some simple extensions of the kfence feature
|
||
- arm64: kfence: scale sample_interval to support early init for kfence.
|
||
- kfence: Add a module parameter to adjust kfence objects
|
||
- !3888 fs/dcache.c: avoid panic while lockref of dentry overflow
|
||
- fs/dcache.c: avoid panic while lockref of dentry overflow
|
||
- !3894 Add swap control for memcg
|
||
- config: enable memcg swap qos for x86_64 and arm64 by default
|
||
- memcg/swap: add ability to disable memcg swap
|
||
- mm: swap_slots: add per-type slot cache
|
||
- mm/swapfile: introduce per-memcg swapfile control
|
||
- memcg: add restrict to swap to cgroup1
|
||
- memcg: introduce per-memcg swapin interface
|
||
- memcg: introduce memcg swap qos feature
|
||
- memcg: make sysctl registration more extensible
|
||
- memcg: add page type to memory.reclaim interface
|
||
- !3827 backport mainline md patch
|
||
- dm-raid: delay flushing event_work() after reconfig_mutex is released
|
||
- md/raid1: support read error check
|
||
- md: factor out a helper exceed_read_errors() to check read_errors
|
||
- md: Whenassemble the array, consult the superblock of the freshest device
|
||
- md/raid1: remove unnecessary null checking
|
||
- md: split MD_RECOVERY_NEEDED out of mddev_resume
|
||
- md: fix stopping sync thread
|
||
- md: fix missing flush of sync_work
|
||
- md: synchronize flush io with array reconfiguration
|
||
- md/md-multipath: remove rcu protection to access rdev from conf
|
||
- md/raid5: remove rcu protection to access rdev from conf
|
||
- md/raid1: remove rcu protection to access rdev from conf
|
||
- md/raid10: remove rcu protection to access rdev from conf
|
||
- md: remove flag RemoveSynchronized
|
||
- Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d"
|
||
- md: bypass block throttle for superblock update
|
||
- md: cleanup pers->prepare_suspend()
|
||
- md-cluster: check for timeout while a new disk adding
|
||
- md: rename __mddev_suspend/resume() back to mddev_suspend/resume()
|
||
- md: remove old apis to suspend the array
|
||
- md: suspend array in md_start_sync() if array need reconfiguration
|
||
- md/raid5: replace suspend with quiesce() callback
|
||
- md/md-linear: cleanup linear_add()
|
||
- md: cleanup mddev_create/destroy_serial_pool()
|
||
- md: use new apis to suspend array before mddev_create/destroy_serial_pool
|
||
- md: use new apis to suspend array for ioctls involed array reconfiguration
|
||
- md: use new apis to suspend array for adding/removing rdev from state_store()
|
||
- md: use new apis to suspend array for sysfs apis
|
||
- md/raid5: use new apis to suspend array
|
||
- md/raid5-cache: use new apis to suspend array
|
||
- md/md-bitmap: use new apis to suspend array for location_store()
|
||
- md/dm-raid: use new apis to suspend array
|
||
- md: add new helpers to suspend/resume and lock/unlock array
|
||
- md: add new helpers to suspend/resume array
|
||
- md: replace is_md_suspended() with 'mddev->suspended' in md_check_recovery()
|
||
- md/raid5-cache: use READ_ONCE/WRITE_ONCE for 'conf->log'
|
||
- md: use READ_ONCE/WRITE_ONCE for 'suspend_lo' and 'suspend_hi'
|
||
- md/raid1: don't split discard io for write behind
|
||
- md: do not require mddev_lock() for all options in array_state_store()
|
||
- md: simplify md_seq_ops
|
||
- md: factor out a helper from mddev_put()
|
||
- md: replace deprecated strncpy with memcpy
|
||
- md: don't check 'mddev->pers' and 'pers->quiesce' from suspend_lo_store()
|
||
- md: don't check 'mddev->pers' from suspend_hi_store()
|
||
- md-bitmap: suspend array earlier in location_store()
|
||
- md-bitmap: remove the checking of 'pers->quiesce' from location_store()
|
||
- md: initialize 'writes_pending' while allocating mddev
|
||
- md: initialize 'active_io' while allocating mddev
|
||
- md: delay remove_and_add_spares() for read only array to md_start_sync()
|
||
- md: factor out a helper rdev_addable() from remove_and_add_spares()
|
||
- md: factor out a helper rdev_is_spare() from remove_and_add_spares()
|
||
- md: factor out a helper rdev_removeable() from remove_and_add_spares()
|
||
- md: delay choosing sync action to md_start_sync()
|
||
- md: factor out a helper to choose sync action from md_check_recovery()
|
||
- md: use separate work_struct for md_start_sync()
|
||
- !3857 scsi: fix use-after-free problem in scsi_remove_target
|
||
- scsi: fix use-after-free problem in scsi_remove_target
|
||
- !3906 sched/core: Change depends of SCHED_CORE
|
||
- sched/core: Change depends of SCHED_CORE
|
||
- !3747 Introduce multiple qos level
|
||
- config: Enable CONFIG_QOS_SCHED_MULTILEVEL
|
||
- sched/fair: Introduce multiple qos level
|
||
- !3899 fs/dirty_pages: dump the number of dirty pages for each inode
|
||
- fs/dirty_pages: dump the number of dirty pages for each inode
|
||
- !3815 JFFS2: Fix the race issues caused by the GC of jffs2
|
||
- jffs2: reset pino_nlink to 0 when inode creation failed
|
||
- jffs2: make the overwritten xattr invisible after remount
|
||
- jffs2: handle INO_STATE_CLEARING in jffs2_do_read_inode()
|
||
- jffs2: protect no-raw-node-ref check of inocache by erase_completion_lock
|
||
- !3891 block: support to account io_ticks precisely
|
||
- block: support to account io_ticks precisely
|
||
- !3881 iommu: set CONFIG_SMMU_BYPASS_DEV=y
|
||
- iommu: set CONFIG_SMMU_BYPASS_DEV=y
|
||
- !3819 support ext3/ext4 netlink error report.
|
||
- Add new config 'CONFIG_EXT4_ERROR_REPORT' to control ext3/4 error reporting
|
||
- ext4: report error to userspace by netlink
|
||
- !3720 blk-mq: make fair tag sharing configurable
|
||
- scsi_lib: disable fair tag sharing by default if total tags is less than 128
|
||
- scsi: core: make fair tag sharing configurable via sysfs
|
||
- blk-mq: add apis to disable fair tag sharing
|
||
- !3090 fs/dcache.c: avoid softlock since too many negative dentry
|
||
- fs/dcache.c: avoid softlock since too many negative dentry
|
||
- !3656 iommu: Enable smmu-v3 when 3408iMR/3416iMRraid card exist
|
||
- iommu: Enable smmu-v3 when 3408iMR/3416iMRraid card exist
|
||
- !3843 [OLK-6.6] export cgroup.stat from cgroupv2 to cgroupv1
|
||
- cgroup: Export cgroup.stat from cgroupv2 to cgroupv1
|
||
- !3828 openeuler_defconfig: enable erofs ondemand for x86 and arm64
|
||
- openeuler_defconfig: enable erofs ondemand for x86 and arm64
|
||
- !3851 ext4: fix slab-out-of-bounds in ext4_find_extent()
|
||
- ext4: check magic even the extent block bh is verified
|
||
- ext4: avoid recheck extent for EXT4_EX_FORCE_CACHE
|
||
- !3850 aio: add timeout validity check for io_[p
|
||
- aio: add timeout validity check for io_[p]getevents
|
||
- !3849 pipe: Fix endless sleep problem due to the out-of-order
|
||
- pipe: Fix endless sleep problem due to the out-of-order
|
||
- !3787 scsi: sd: unregister device if device_add_disk() failed in sd_probe()
|
||
- scsi: sd: unregister device if device_add_disk() failed in sd_probe()
|
||
- !3450 Backport nbd bugfix patch
|
||
- nbd: pass nbd_sock to nbd_read_reply() instead of index
|
||
- nbd: fix null-ptr-dereference while accessing 'nbd->config'
|
||
- nbd: factor out a helper to get nbd_config without holding 'config_lock'
|
||
- nbd: fold nbd config initialization into nbd_alloc_config()
|
||
- !3675 block mainline bugfix backport
|
||
- block: Set memalloc_noio to false on device_add_disk() error path
|
||
- block: add check of 'minors' and 'first_minor' in device_add_disk()
|
||
- block: add check that partition length needs to be aligned with block size
|
||
- !3786 ubi: block: fix memleak in ubiblock_create()
|
||
- ubi: block: fix memleak in ubiblock_create()
|
||
- !3448 ubi: block: Fix use-after-free in ubiblock_cleanup
|
||
- ubi: block: Fix use-after-free in ubiblock_cleanup
|
||
- !3760 Add huge page allocation limit
|
||
- openeuler_defconfig: enable HUGETLB_ALLOC_LIMIT
|
||
- hugetlb: Add huge page allocation limit
|
||
- !3818 [sync] PR-1989: support Android vendor hooks
|
||
- openeuler_defconfig: enable CONFIG_VENDOR_HOOKS for x86 and arm64
|
||
- vendor_hooks: make android vendor hooks feature generic.
|
||
- ANDROID: fixup restricted hooks after tracepont refactoring
|
||
- ANDROID: simplify vendor hooks for non-GKI builds
|
||
- ANDROID: vendor_hooks: fix __section macro
|
||
- ANDROID: use static_call() for restricted hooks
|
||
- ANDROID: fix redefinition error for restricted vendor hooks
|
||
- ANDROID: add support for vendor hooks
|
||
- !3502 ARM: LPAE: Use phys_addr_t instead of unsigned long in outercache hooks
|
||
- ARM: LPAE: Use phys_addr_t instead of unsigned long in outercache hooks
|
||
- !3755 livepatch/core: Fix miss disable ro for MOD_RO_AFTER_INIT memory
|
||
- livepatch/core: Fix miss disable ro for MOD_RO_AFTER_INIT memory
|
||
- !3813 kernel: add OPENEULER_VERSION_CODE to version.h
|
||
- kernel: add OPENEULER_VERSION_CODE to version.h
|
||
- !3744 Add NUMA-awareness to qspinlock
|
||
- config: Enable CONFIG_NUMA_AWARE_SPINLOCKS on x86
|
||
- locking/qspinlock: Disable CNA by default
|
||
- locking/qspinlock: Introduce the shuffle reduction optimization into CNA
|
||
- locking/qspinlock: Avoid moving certain threads between waiting queues in CNA
|
||
- locking/qspinlock: Introduce starvation avoidance into CNA
|
||
- locking/qspinlock: Introduce CNA into the slow path of qspinlock
|
||
- locking/qspinlock: Refactor the qspinlock slow path
|
||
- locking/qspinlock: Rename mcs lock/unlock macros and make them more generic
|
||
- !3517 support CLOCKSOURCE_VALIDATE_LAST_CYCLE on
|
||
- config: make CLOCKSOURCE_VALIDATE_LAST_CYCLE not set by default
|
||
- timekeeping: Make CLOCKSOURCE_VALIDATE_LAST_CYCLE configurable
|
||
- !3710 Backport 6.6.7 LTS Patches
|
||
- drm/amdgpu: Restrict extended wait to PSP v13.0.6
|
||
- drm/amdgpu: update retry times for psp BL wait
|
||
- drm/amdgpu: Fix refclk reporting for SMU v13.0.6
|
||
- riscv: Kconfig: Add select ARM_AMBA to SOC_STARFIVE
|
||
- gcc-plugins: randstruct: Update code comment in relayout_struct()
|
||
- ASoC: qcom: sc8280xp: Limit speaker digital volumes
|
||
- netfilter: nft_set_pipapo: skip inactive elements during set walk
|
||
- MIPS: Loongson64: Enable DMA noncoherent support
|
||
- MIPS: Loongson64: Handle more memory types passed from firmware
|
||
- MIPS: Loongson64: Reserve vgabios memory on boot
|
||
- perf metrics: Avoid segv if default metricgroup isn't set
|
||
- perf list: Fix JSON segfault by setting the used skip_duplicate_pmus callback
|
||
- KVM: SVM: Update EFER software model on CR0 trap for SEV-ES
|
||
- KVM: s390/mm: Properly reset no-dat
|
||
- MIPS: kernel: Clear FPU states when setting up kernel threads
|
||
- cifs: Fix flushing, invalidation and file size with FICLONE
|
||
- cifs: Fix flushing, invalidation and file size with copy_file_range()
|
||
- USB: gadget: core: adjust uevent timing on gadget unbind
|
||
- powerpc/ftrace: Fix stack teardown in ftrace_no_trace
|
||
- x86/CPU/AMD: Check vendor in the AMD microcode callback
|
||
- devcoredump: Send uevent once devcd is ready
|
||
- serial: 8250_omap: Add earlycon support for the AM654 UART controller
|
||
- serial: 8250: 8250_omap: Do not start RX DMA on THRI interrupt
|
||
- serial: 8250: 8250_omap: Clear UART_HAS_RHR_IT_DIS bit
|
||
- serial: sc16is7xx: address RX timeout interrupt errata
|
||
- ARM: PL011: Fix DMA support
|
||
- usb: typec: class: fix typec_altmode_put_partner to put plugs
|
||
- smb: client: fix potential NULL deref in parse_dfs_referrals()
|
||
- Revert "xhci: Loosen RPM as default policy to cover for AMD xHC 1.1"
|
||
- cifs: Fix non-availability of dedup breaking generic/304
|
||
- parport: Add support for Brainboxes IX/UC/PX parallel cards
|
||
- serial: ma35d1: Validate console index before assignment
|
||
- serial: 8250_dw: Add ACPI ID for Granite Rapids-D UART
|
||
- nvmem: Do not expect fixed layouts to grab a layout driver
|
||
- usb: gadget: f_hid: fix report descriptor allocation
|
||
- kprobes: consistent rcu api usage for kretprobe holder
|
||
- ASoC: ops: add correct range check for limiting volume
|
||
- gpiolib: sysfs: Fix error handling on failed export
|
||
- x86/sev: Fix kernel crash due to late update to read-only ghcb_version
|
||
- perf: Fix perf_event_validate_size()
|
||
- drm/amdgpu: disable MCBP by default
|
||
- arm64: dts: mt8183: kukui: Fix underscores in node names
|
||
- arm64: dts: mediatek: add missing space before {
|
||
- parisc: Fix asm operand number out of range build error in bug table
|
||
- parisc: Reduce size of the bug_table on 64-bit kernel by half
|
||
- LoongArch: BPF: Don't sign extend function return value
|
||
- LoongArch: BPF: Don't sign extend memory load operand
|
||
- perf vendor events arm64: AmpereOne: Add missing DefaultMetricgroupName fields
|
||
- misc: mei: client.c: fix problem of return '-EOVERFLOW' in mei_cl_write
|
||
- misc: mei: client.c: return negative error code in mei_cl_write
|
||
- coresight: ultrasoc-smb: Fix uninitialized before use buf_hw_base
|
||
- coresight: ultrasoc-smb: Config SMB buffer before register sink
|
||
- coresight: ultrasoc-smb: Fix sleep while close preempt in enable_smb
|
||
- hwtracing: hisi_ptt: Add dummy callback pmu::read()
|
||
- coresight: Fix crash when Perf and sysfs modes are used concurrently
|
||
- coresight: etm4x: Remove bogous __exit annotation for some functions
|
||
- arm64: dts: mediatek: mt8186: Change gpu speedbin nvmem cell name
|
||
- arm64: dts: mediatek: mt8186: fix clock names for power domains
|
||
- arm64: dts: mediatek: mt8183-evb: Fix unit_address_vs_reg warning on ntc
|
||
- arm64: dts: mediatek: mt8183: Move thermal-zones to the root node
|
||
- arm64: dts: mediatek: mt8183: Fix unit address for scp reserved memory
|
||
- arm64: dts: mediatek: mt8195: Fix PM suspend/resume with venc clocks
|
||
- arm64: dts: mediatek: mt8173-evb: Fix regulator-fixed node names
|
||
- arm64: dts: mediatek: cherry: Fix interrupt cells for MT6360 on I2C7
|
||
- arm64: dts: mediatek: mt8183-kukui-jacuzzi: fix dsi unnecessary cells properties
|
||
- arm64: dts: mediatek: mt7622: fix memory node warning check
|
||
- arm64: dts: mt7986: fix emmc hs400 mode without uboot initialization
|
||
- arm64: dts: mt7986: define 3W max power to both SFP on BPI-R3
|
||
- arm64: dts: mt7986: change cooling trips
|
||
- drm/i915: Skip some timing checks on BXT/GLK DSI transcoders
|
||
- drm/i915/mst: Reject modes that require the bigjoiner
|
||
- drm/i915/mst: Fix .mode_valid_ctx() return values
|
||
- drm/atomic-helpers: Invoke end_fb_access while owning plane state
|
||
- md/raid6: use valid sector values to determine if an I/O should wait on the reshape
|
||
- powercap: DTPM: Fix missing cpufreq_cpu_put() calls
|
||
- mm/memory_hotplug: fix error handling in add_memory_resource()
|
||
- mm: fix oops when filemap_map_pmd() without prealloc_pte
|
||
- mm/memory_hotplug: add missing mem_hotplug_lock
|
||
- drivers/base/cpu: crash data showing should depends on KEXEC_CORE
|
||
- hugetlb: fix null-ptr-deref in hugetlb_vma_lock_write
|
||
- workqueue: Make sure that wq_unbound_cpumask is never empty
|
||
- platform/surface: aggregator: fix recv_buf() return value
|
||
- regmap: fix bogus error on regcache_sync success
|
||
- r8169: fix rtl8125b PAUSE frames blasting when suspended
|
||
- packet: Move reference count in packet_sock to atomic_long_t
|
||
- nfp: flower: fix for take a mutex lock in soft irq context and rcu lock
|
||
- leds: trigger: netdev: fix RTNL handling to prevent potential deadlock
|
||
- tracing: Fix a possible race when disabling buffered events
|
||
- tracing: Fix incomplete locking when disabling buffered events
|
||
- tracing: Disable snapshot buffer when stopping instance tracers
|
||
- tracing: Stop current tracer when resizing buffer
|
||
- tracing: Always update snapshot buffer size
|
||
- checkstack: fix printed address
|
||
- cgroup_freezer: cgroup_freezing: Check if not frozen
|
||
- lib/group_cpus.c: avoid acquiring cpu hotplug lock in group_cpus_evenly
|
||
- nilfs2: prevent WARNING in nilfs_sufile_set_segment_usage()
|
||
- nilfs2: fix missing error check for sb_set_blocksize call
|
||
- highmem: fix a memory copy problem in memcpy_from_folio
|
||
- ring-buffer: Force absolute timestamp on discard of event
|
||
- ring-buffer: Test last update in 32bit version of __rb_time_read()
|
||
- ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7
|
||
- ALSA: hda/realtek: Add Framework laptop 16 to quirks
|
||
- ALSA: hda/realtek: add new Framework laptop to quirks
|
||
- ALSA: hda/realtek: Enable headset on Lenovo M90 Gen5
|
||
- ALSA: hda/realtek: fix speakers on XPS 9530 (2023)
|
||
- ALSA: hda/realtek: Apply quirk for ASUS UM3504DA
|
||
- ALSA: pcm: fix out-of-bounds in snd_pcm_state_names
|
||
- ALSA: usb-audio: Add Pioneer DJM-450 mixer controls
|
||
- io_uring: fix mutex_unlock with unreferenced ctx
|
||
- nvme-pci: Add sleep quirk for Kingston drives
|
||
- io_uring/af_unix: disable sending io_uring over sockets
|
||
- ASoC: amd: yc: Fix non-functional mic on ASUS E1504FA
|
||
- rethook: Use __rcu pointer for rethook::handler
|
||
- scripts/gdb: fix lx-device-list-bus and lx-device-list-class
|
||
- kernel/Kconfig.kexec: drop select of KEXEC for CRASH_DUMP
|
||
- md: don't leave 'MD_RECOVERY_FROZEN' in error path of md_set_readonly()
|
||
- riscv: errata: andes: Probe for IOCP only once in boot stage
|
||
- riscv: fix misaligned access handling of C.SWSP and C.SDSP
|
||
- arm64: dts: rockchip: Fix eMMC Data Strobe PD on rk3588
|
||
- ARM: dts: imx28-xea: Pass the 'model' property
|
||
- ARM: dts: imx7: Declare timers compatible with fsl,imx6dl-gpt
|
||
- arm64: dts: imx8-apalis: set wifi regulator to always-on
|
||
- ARM: imx: Check return value of devm_kasprintf in imx_mmdc_perf_init
|
||
- arm64: dts: imx93: correct mediamix power
|
||
- arm64: dts: freescale: imx8-ss-lsio: Fix #pwm-cells
|
||
- arm64: dts: imx8-ss-lsio: Add PWM interrupts
|
||
- scsi: be2iscsi: Fix a memleak in beiscsi_init_wrb_handle()
|
||
- tracing: Fix a warning when allocating buffered events fails
|
||
- io_uring/kbuf: check for buffer list readiness after NULL check
|
||
- io_uring/kbuf: Fix an NULL vs IS_ERR() bug in io_alloc_pbuf_ring()
|
||
- ARM: dts: imx6ul-pico: Describe the Ethernet PHY clock
|
||
- arm64: dts: imx8mp: imx8mq: Add parkmode-disable-ss-quirk on DWC3
|
||
- drm/bridge: tc358768: select CONFIG_VIDEOMODE_HELPERS
|
||
- RDMA/irdma: Avoid free the non-cqp_request scratch
|
||
- RDMA/irdma: Fix support for 64k pages
|
||
- RDMA/irdma: Ensure iWarp QP queue memory is OS paged aligned
|
||
- RDMA/core: Fix umem iterator when PAGE_SIZE is greater then HCA pgsz
|
||
- ASoC: wm_adsp: fix memleak in wm_adsp_buffer_populate
|
||
- firmware: arm_scmi: Fix possible frequency truncation when using level indexing mode
|
||
- firmware: arm_scmi: Simplify error path in scmi_dvfs_device_opps_add()
|
||
- firmware: arm_scmi: Fix frequency truncation by promoting multiplier type
|
||
- firmware: arm_scmi: Extend perf protocol ops to get information of a domain
|
||
- firmware: arm_scmi: Extend perf protocol ops to get number of domains
|
||
- hwmon: (nzxt-kraken2) Fix error handling path in kraken2_probe()
|
||
- ASoC: codecs: lpass-tx-macro: set active_decimator correct default value
|
||
- hwmon: (acpi_power_meter) Fix 4.29 MW bug
|
||
- ARM: dts: bcm2711-rpi-400: Fix delete-node of led_act
|
||
- ARM: dts: rockchip: Fix sdmmc_pwren's pinmux setting for RK3128
|
||
- ARM: dts: imx6q: skov: fix ethernet clock regression
|
||
- arm64: dt: imx93: tqma9352-mba93xxla: Fix LPUART2 pad config
|
||
- RDMA/irdma: Fix UAF in irdma_sc_ccq_get_cqe_info()
|
||
- RDMA/bnxt_re: Correct module description string
|
||
- RDMA/rtrs-clt: Remove the warnings for req in_use check
|
||
- RDMA/rtrs-clt: Fix the max_send_wr setting
|
||
- RDMA/rtrs-srv: Destroy path files after making sure no IOs in-flight
|
||
- RDMA/rtrs-srv: Free srv_mr iu only when always_invalidate is true
|
||
- RDMA/rtrs-srv: Check return values while processing info request
|
||
- RDMA/rtrs-clt: Start hb after path_up
|
||
- RDMA/rtrs-srv: Do not unconditionally enable irq
|
||
- ASoC: fsl_sai: Fix no frame sync clock issue on i.MX8MP
|
||
- arm64: dts: rockchip: Expand reg size of vdec node for RK3399
|
||
- arm64: dts: rockchip: Expand reg size of vdec node for RK3328
|
||
- RDMA/irdma: Add wait for suspend on SQD
|
||
- RDMA/irdma: Do not modify to SQD on error
|
||
- RDMA/hns: Fix unnecessary err return when using invalid congest control algorithm
|
||
- RDMA/core: Fix uninit-value access in ib_get_eth_speed()
|
||
- tee: optee: Fix supplicant based device enumeration
|
||
- mm/damon/sysfs: eliminate potential uninitialized variable warning
|
||
- drm/amdkfd: get doorbell's absolute offset based on the db_size
|
||
- drm/amd/amdgpu/amdgpu_doorbell_mgr: Correct misdocumented param 'doorbell_index'
|
||
- net/smc: fix missing byte order conversion in CLC handshake
|
||
- net: dsa: microchip: provide a list of valid protocols for xmit handler
|
||
- drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" group
|
||
- psample: Require 'CAP_NET_ADMIN' when joining "packets" group
|
||
- bpf: sockmap, updating the sg structure should also update curr
|
||
- net: tls, update curr on splice as well
|
||
- net: dsa: mv88e6xxx: Restore USXGMII support for 6393X
|
||
- tcp: do not accept ACK of bytes we never sent
|
||
- netfilter: xt_owner: Fix for unsafe access of sk->sk_socket
|
||
- netfilter: nf_tables: validate family when identifying table via handle
|
||
- netfilter: nf_tables: bail out on mismatching dynset and set expressions
|
||
- netfilter: nf_tables: fix 'exist' matching on bigendian arches
|
||
- netfilter: bpf: fix bad registration on nf_defrag
|
||
- dt-bindings: interrupt-controller: Allow #power-domain-cells
|
||
- octeontx2-af: Update Tx link register range
|
||
- octeontx2-af: Add missing mcs flr handler call
|
||
- octeontx2-af: Fix mcs stats register address
|
||
- octeontx2-af: Fix mcs sa cam entries size
|
||
- octeontx2-af: Adjust Tx credits when MCS external bypass is disabled
|
||
- net: hns: fix fake link up on xge port
|
||
- net: hns: fix wrong head when modify the tx feature when sending packets
|
||
- net: atlantic: Fix NULL dereference of skb pointer in
|
||
- ipv4: ip_gre: Avoid skb_pull() failure in ipgre_xmit()
|
||
- ionic: Fix dim work handling in split interrupt mode
|
||
- ionic: fix snprintf format length warning
|
||
- tcp: fix mid stream window clamp.
|
||
- net: bnxt: fix a potential use-after-free in bnxt_init_tc
|
||
- iavf: validate tx_coalesce_usecs even if rx_coalesce_usecs is zero
|
||
- i40e: Fix unexpected MFS warning message
|
||
- ice: Restore fix disabling RX VLAN filtering
|
||
- octeontx2-af: fix a use-after-free in rvu_npa_register_reporters
|
||
- xsk: Skip polling event check for unbound socket
|
||
- net: stmmac: fix FPE events losing
|
||
- octeontx2-pf: consider both Rx and Tx packet stats for adaptive interrupt coalescing
|
||
- arcnet: restoring support for multiple Sohard Arcnet cards
|
||
- platform/mellanox: Check devm_hwmon_device_register_with_groups() return value
|
||
- platform/mellanox: Add null pointer checks for devm_kasprintf()
|
||
- mlxbf-bootctl: correctly identify secure boot with development keys
|
||
- r8152: Add RTL8152_INACCESSIBLE to r8153_aldps_en()
|
||
- r8152: Add RTL8152_INACCESSIBLE to r8153_pre_firmware_1()
|
||
- r8152: Add RTL8152_INACCESSIBLE to r8156b_wait_loading_flash()
|
||
- r8152: Add RTL8152_INACCESSIBLE checks to more loops
|
||
- r8152: Hold the rtnl_lock for all of reset
|
||
- hv_netvsc: rndis_filter needs to select NLS
|
||
- bpf: Fix a verifier bug due to incorrect branch offset comparison with cpu=v4
|
||
- octeontx2-af: Check return value of nix_get_nixlf before using nixlf
|
||
- octeontx2-pf: Add missing mutex lock in otx2_get_pauseparam
|
||
- ipv6: fix potential NULL deref in fib6_add()
|
||
- platform/x86: wmi: Skip blocks with zero instances
|
||
- of: dynamic: Fix of_reconfig_get_state_change() return value documentation
|
||
- platform/x86: asus-wmi: Move i8042 filter install to shared asus-wmi code
|
||
- dt: dt-extract-compatibles: Don't follow symlinks when walking tree
|
||
- dt: dt-extract-compatibles: Handle cfile arguments in generator function
|
||
- x86/tdx: Allow 32-bit emulation by default
|
||
- x86/entry: Do not allow external 0x80 interrupts
|
||
- x86/entry: Convert INT 0x80 emulation to IDTENTRY
|
||
- x86/coco: Disable 32-bit emulation by default on TDX and SEV
|
||
- x86: Introduce ia32_enabled()
|
||
- dm-crypt: start allocating with MAX_ORDER
|
||
- drm/amdgpu: correct chunk_ptr to a pointer to chunk.
|
||
- drm/amdgpu: finalizing mem_partitions at the end of GMC v9 sw_fini
|
||
- drm/amdgpu: Do not program VF copy regs in mmhub v1.8 under SRIOV (v2)
|
||
- kconfig: fix memory leak from range properties
|
||
- modpost: fix section mismatch message for RELA
|
||
- tg3: Increment tx_dropped in tg3_tso_bug()
|
||
- tg3: Move the [rt]x_dropped counters to tg3_napi
|
||
- zstd: Fix array-index-out-of-bounds UBSAN warning
|
||
- nouveau: use an rwlock for the event lock.
|
||
- netfilter: ipset: fix race condition between swap/destroy and kernel side add/del/test
|
||
- i2c: ocores: Move system PM hooks to the NOIRQ phase
|
||
- i2c: designware: Fix corrupted memory seen in the ISR
|
||
- hrtimers: Push pending hrtimers away from outgoing CPU earlier
|
||
- scsi: sd: Fix sshdr use in sd_suspend_common()
|
||
- vdpa/mlx5: preserve CVQ vringh index
|
||
- !3749 support nokaslr and memmap parameter for kaslr collision detection
|
||
- kaslr: enable CONFIG_SKIP_KASLR_MEM_RANGE in openeuler defconfig
|
||
- x86/boot: add x86 nokaslr memory regions
|
||
- efi/libstub: add arm64 nokaslr memory regions
|
||
- efi/libstub: arm64: Fix KASLR and memmap= collision
|
||
- efi/libstub: arm64: support strchr function for EFI stub
|
||
- efi/libstub: add arm64 kaslr memory region avoid support
|
||
- !3737 arm64: Fix compilation error with ILP32
|
||
- config: Disable CONFIG_COMPAT_BINFMT_ELF as default
|
||
- arm64: Fix compilation error with ILP32 support
|
||
- Revert "Kconfig: regularize selection of CONFIG_BINFMT_ELF"
|
||
- !3743 Fix ppc32 build error
|
||
- powerpc: Fix ppc32 build
|
||
- !3713 Introduce CPU inspect feature
|
||
- openeuler_defconfig: enable CPU inspect for arm64 by default
|
||
- cpuinspect: add ATF inspector
|
||
- cpuinspect: add CPU-inspect infrastructure
|
||
- !3730 ARM: spectre-v2: turn off the mitigation via boot cmdline param
|
||
- ARM: spectre-v2: turn off the mitigation via boot cmdline param
|
||
- !3732 tcp_comp: implement tcp compression
|
||
- tcp_comp: implement tcp compression
|
||
- !3748 jffs2: move jffs2_init_inode_info() just after allocating inode
|
||
- jffs2: move jffs2_init_inode_info() just after allocating inode
|
||
- !3542 Support kernel livepatching
|
||
- livepatch/powerpc: Add arch_klp_module_check_calltrace
|
||
- livepatch/powerpc: Support breakpoint exception optimization
|
||
- livepatch/ppc64: Sample testcase fix ppc64
|
||
- livepatch/ppc64: Implement livepatch without ftrace for ppc64be
|
||
- livepatch: Bypass dead thread when check calltrace
|
||
- livepatch/arm: Add arch_klp_module_check_calltrace
|
||
- livepatch/arm64: Add arch_klp_module_check_calltrace
|
||
- livepatch/x86: Add arch_klp_module_check_calltrace
|
||
- livepatch: Add klp_module_delete_safety_check
|
||
- livepatch/arm: Support breakpoint exception optimization
|
||
- livepatch/arm64: Support breakpoint exception optimization
|
||
- livepatch: Add arch_klp_init
|
||
- livepatch/x86: Support breakpoint exception optimization
|
||
- livepatch: Use breakpoint exception to optimize enabling livepatch
|
||
- livepatch/ppc32: Support livepatch without ftrace
|
||
- livepatch/arm: Support livepatch without ftrace
|
||
- livepatch/core: Add support for arm for klp relocation
|
||
- arm/module: Use plt section indices for relocations
|
||
- livepatch: Enable livepatch configs in openeuler_defconfig
|
||
- livepatch/core: Revert module_enable_ro and module_disable_ro
|
||
- livepatch/arm64: Support livepatch without ftrace
|
||
- livepatch/core: Avoid conflict with static {call,key}
|
||
- livepatch: Fix patching functions which have static_call
|
||
- livepatch: Fix crash when access the global variable in hook
|
||
- livepatch/core: Support jump_label
|
||
- livepatch: samples: Adapt livepatch-sample for solution without ftrace
|
||
- livepatch/core: Support load and unload hooks
|
||
- livepatch/core: Restrict livepatch patched/unpatched when plant kprobe
|
||
- livepatch/core: Disable support for replacing
|
||
- livepatch/x86: Support livepatch without ftrace
|
||
- Revert "x86/insn: Make insn_complete() static"
|
||
- livepatch/core: Reuse common codes in the solution without ftrace
|
||
- livepatch/core: Allow implementation without ftrace
|
||
- !3678 timer_list: avoid other cpu soft lockup when printing timer list
|
||
- timer_list: avoid other cpu soft lockup when printing timer list
|
||
- !3733 drm/radeon: check the alloc_workqueue return value in radeon_crtc_init()
|
||
- drm/radeon: check the alloc_workqueue return value in radeon_crtc_init()
|
||
- !3734 Introduce qos smt expeller for co-location
|
||
- sched/fair: Add cmdline nosmtexpell
|
||
- sched/fair: Introduce QOS_SMT_EXPELL priority reversion mechanism
|
||
- sched/fair: Start tracking qos_offline tasks count in cfs_rq
|
||
- config: Enable CONFIG_QOS_SCHED_SMT_EXPELLER
|
||
- sched: Add tracepoint for qos smt expeller
|
||
- sched: Add statistics for qos smt expeller
|
||
- sched: Implement the function of qos smt expeller
|
||
- sched: Introduce qos smt expeller for co-location
|
||
- !3629 x86/kdump: make crash kernel boot faster
|
||
- x86/kdump: make crash kernel boot faster
|
||
- !3722 add memmap interface to reserved memory
|
||
- arm64: Request resources for reserved memory via memmap
|
||
- arm64: Add support for memmap kernel parameters
|
||
- !3724 lib/clear_user: ensure loop in __arch_clear_user cache-aligned v2
|
||
- config: enable CONFIG_CLEAR_USER_WORKAROUND by default
|
||
- lib/clear_user: ensure loop in __arch_clear_user cache-aligned v2
|
||
- !3688 Support priority load balance for qos scheduler
|
||
- sched: Introduce priority load balance for qos scheduler
|
||
- !3712 sched: steal tasks to improve CPU utilization
|
||
- config: enable CONFIG_SCHED_STEAL by default
|
||
- sched/fair: introduce SCHED_STEAL
|
||
- disable stealing by default
|
||
- sched/fair: Provide idle search schedstats
|
||
- sched/fair: disable stealing if too many NUMA nodes
|
||
- sched/fair: Steal work from an overloaded CPU when CPU goes idle
|
||
- sched/fair: Provide can_migrate_task_llc
|
||
- sched/fair: Generalize the detach_task interface
|
||
- sched/fair: Hoist idle_stamp up from idle_balance
|
||
- sched/fair: Dynamically update cfs_overload_cpus
|
||
- sched/topology: Provide cfs_overload_cpus bitmap
|
||
- sched/topology: Provide hooks to allocate data shared per LLC
|
||
- sched: Provide sparsemask, a reduced contention bitmap
|
||
- !3701 mm: Add sysctl to clear free list pages
|
||
- mm: Add sysctl to clear free list pages
|
||
- !3598 arm64: add config switch and kernel parameter for cpu0 hotplug
|
||
- config: disable config ARM64_BOOTPARAM_HOTPLUG_CPU0 by default
|
||
- arm64: Add config switch and kernel parameter for CPU0 hotplug
|
||
- !3649 x86/kdump: add log before booting crash kernel
|
||
- x86/kdump: add log before booting crash kernel
|
||
- !3700 Backport 6.6.6 LTS Patches
|
||
- Revert "wifi: cfg80211: fix CQM for non-range use"
|
||
- !3565 blk-throttle: enable hierarchical throttle in cgroup v1
|
||
- blk-throttle: enable hierarchical throttle in cgroup v1
|
||
- !3608 xfs: fix two corruption problems
|
||
- xfs: shutdown xfs once inode double free
|
||
- xfs: shutdown to ensure submits buffers on LSN boundaries
|
||
- !3674 mm/hugetlb: Introduce alloc_hugetlb_folio_size()
|
||
- mm/hugetlb: Introduce alloc_hugetlb_folio_size()
|
||
- !3651 nbd: get config_lock before sock_shutdown
|
||
- nbd: get config_lock before sock_shutdown
|
||
- !3573 Support dynamic affinity scheduler
|
||
- sched/fair: Modify idle cpu judgment in dynamic affinity
|
||
- sched/fair: Remove invalid cpu selection logic in dynamic affinity
|
||
- config: enable CONFIG_QOS_SCHED_DYNAMIC_AFFINITY by default
|
||
- sched: Add cmdline for dynamic affinity
|
||
- sched: Add statistics for scheduler dynamic affinity
|
||
- sched: Adjust cpu allowed in load balance dynamicly
|
||
- sched: Adjust wakeup cpu range according CPU util dynamicly
|
||
- cpuset: Introduce new interface for scheduler dynamic affinity
|
||
- sched: Introduce dynamic affinity for cfs scheduler
|
||
- !3599 arm64: Add framework to turn IPI as NMI
|
||
- arm64: kgdb: Roundup cpus using IPI as NMI
|
||
- kgdb: Expose default CPUs roundup fallback mechanism
|
||
- arm64: ipi_nmi: Add support for NMI backtrace
|
||
- nmi: backtrace: Allow runtime arch specific override
|
||
- arm64: smp: Assign and setup an IPI as NMI
|
||
- irqchip/gic-v3: Enable support for SGIs to act as NMIs
|
||
- arm64: Add framework to turn IPI as NMI
|
||
- !3638 memcg: support OOM priority for memcg
|
||
- memcg: enable CONFIG_MEMCG_OOM_PRIORITY by default
|
||
- memcg: Add sysctl memcg_qos_enable
|
||
- memcg: support priority for oom
|
||
- !3602 xfs: fix attr inactive problems
|
||
- xfs: atomic drop extent entries when inactiving attr
|
||
- xfs: factor out __xfs_da3_node_read()
|
||
- xfs: force shutdown xfs when xfs_attr_inactive fails
|
||
- !3601 xfs: fix perag leak when growfs fails
|
||
- xfs: fix perag leak when growfs fails
|
||
- xfs: add lock protection when remove perag from radix tree
|
||
- !3575 ubi: Enhance fault injection capability for the UBI driver
|
||
- mtd: Add several functions to the fail_function list
|
||
- ubi: Reserve sufficient buffer length for the input mask
|
||
- ubi: Add six fault injection type for testing
|
||
- ubi: Split io_failures into write_failure and erase_failure
|
||
- ubi: Use the fault injection framework to enhance the fault injection capability
|
||
- !3588 files cgroups
|
||
- enable CONFIG_CGROUP_FILES in openeuler_defconfig for x86 and arm64
|
||
- cgroup/files: support boot parameter to control if disable files cgroup
|
||
- fs/filescontrol: add a switch to enable / disable accounting of open fds
|
||
- cgroups: Resource controller for open files
|
||
- !3605 openeuler_defconfig: enable CONFIG_UNICODE for x86 and arm64
|
||
- openeuler_defconfig: enable CONFIG_UNICODE for x86 and arm64
|
||
- !3600 iommu/arm-smmu-v3: Add a SYNC command to avoid broken page table prefetch
|
||
- iommu/arm-smmu-v3: Add a SYNC command to avoid broken page table prefetch
|
||
- !3397 xfs: fix some growfs problems
|
||
- xfs: fix dir3 block read verify fail during log recover
|
||
- xfs: keep growfs sb log item active until ail flush success
|
||
- xfs: fix mounting failed caused by sequencing problem in the log records
|
||
- xfs: fix the problem of mount failure caused by not refreshing mp->m_sb
|
||
- !3582 Add support for memory limit
|
||
- mm: support pagecache limit
|
||
- mm: support periodical memory reclaim
|
||
- !3323 LoongArch: add cpufreq and ls2k500 bmc support
|
||
- LoongArch: fix ls2k500 bmc not work when installing iso
|
||
- LoongArch: defconfig: enable CONFIG_FB_LS2K500=m.
|
||
- ipmi: add ls2k500 bmc ipmi support.
|
||
- fbdev: add ls2k500sfb driver for ls2k500 bmc.
|
||
- cpufreq: Add cpufreq driver for LoongArch
|
||
- !3363 xfs: fix some misc issue
|
||
- xfs: xfs_trans_cancel() path must check for log shutdown
|
||
- xfs: don't verify agf length when log recovery
|
||
- xfs: fix a UAF in xfs_iflush_abort_clean
|
||
- xfs: fix a UAF when inode item push
|
||
- !3495 xfs: fix hung and warning
|
||
- xfs: fix warning in xfs_vm_writepages()
|
||
- xfs: fix hung when transaction commit fail in xfs_inactive_ifree
|
||
- xfs: fix dead loop when do mount with IO fault injection
|
||
- !3525 ARM: support kaslr feature in arm32 platform
|
||
- arm32: kaslr: Fix clock_gettime and gettimeofday performance degradation when configure CONFIG_RANDOMIZE_BASE
|
||
- arm32: kaslr: Fix the bug of symbols relocation
|
||
- arm32: kaslr: print kaslr offset when kernel panic
|
||
- arm32: kaslr: pop visibility when compile decompress boot code as we need relocate BSS by GOT.
|
||
- arm32: kaslr: When boot with vxboot, we must adjust dtb address before kaslr_early_init, and store dtb address after init.
|
||
- No idea why this broke ...
|
||
- ARM: decompressor: add KASLR support
|
||
- ARM: decompressor: explicitly map decompressor binary cacheable
|
||
- ARM: kernel: implement randomization of the kernel load address
|
||
- arm: vectors: use local symbol names for vector entry points
|
||
- ARM: kernel: refer to swapper_pg_dir via its symbol
|
||
- ARM: mm: export default vmalloc base address
|
||
- ARM: kernel: use PC relative symbol references in suspend/resume code
|
||
- ARM: kernel: use PC-relative symbol references in MMU switch code
|
||
- ARM: kernel: make vmlinux buildable as a PIE executable
|
||
- ARM: kernel: switch to relative exception tables
|
||
- arm-soc: various: replace open coded VA->PA calculation of pen_release
|
||
- arm-soc: mvebu: replace open coded VA->PA conversion
|
||
- arm-soc: exynos: replace open coded VA->PA conversions
|
||
- asm-generic: add .data.rel.ro sections to __ro_after_init
|
||
- !3563 memcg: support ksm merge any mode per cgroup
|
||
- memcg: support ksm merge any mode per cgroup
|
||
- !3528 Print rootfs and tmpfs files charged by memcg
|
||
- config: enable CONFIG_MEMCG_MEMFS_INFO by default
|
||
- mm/memcg_memfs_info: show files that having pages charged in mem_cgroup
|
||
- fs: move {lock, unlock}_mount_hash to fs/mount.h
|
||
- !3489 ascend: export interfaces required by ascend drivers
|
||
- ascend: export interfaces required by ascend drivers
|
||
- !3381 cgroupv1 cgroup writeback enable
|
||
- openeuler_defconfig: enable CONFIG_CGROUP_V1_WRITEBACK in openeuler_defconfig for x86 and arm64
|
||
- cgroup: support cgroup writeback on cgroupv1
|
||
- cgroup: factor out __cgroup_get_from_id() for cgroup v1
|
||
- !3537 backport cgroup bugs from olk5.10
|
||
- cgroup: disable kernel memory accounting for all memory cgroups by default
|
||
- cgroup: Return ERSCH when add Z process into task
|
||
- cgroup: wait for cgroup destruction to complete when umount
|
||
- cgroup: check if cgroup root is alive in cgroupstats_show()
|
||
- !3439 security: restrict init parameters by configuration
|
||
- security: restrict init parameters by configuration
|
||
- !3475 kaslr: ppc64: Introduce KASLR for PPC64
|
||
- powerpc/fsl_booke/kaslr: Fix preserved memory size for int-vectors issue
|
||
- powerpc/fsl_booke/kaslr: Provide correct r5 value for relocated kernel
|
||
- powerpc/fsl_booke/kaslr: rename kaslr-booke32.rst to kaslr-booke.rst and add 64bit part
|
||
- powerpc/fsl_booke/64: clear the original kernel if randomized
|
||
- powerpc/fsl_booke/64: do not clear the BSS for the second pass
|
||
- powerpc/fsl_booke/64: implement KASLR for fsl_booke64
|
||
- powerpc/fsl_booke/64: introduce reloc_kernel_entry() helper
|
||
- powerpc/fsl_booke/kaslr: refactor kaslr_legal_offset() and kaslr_early_init()
|
||
- !3486 sync smmu patches for olk-6.6
|
||
- iommu/arm-smmu-v3: disable stall for quiet_cd
|
||
- iommu/iova: Manage the depot list size
|
||
- iommu/iova: Make the rcache depot scale better
|
||
- !3434 arm64/ascend: Add new enable_oom_killer interface for oom contrl
|
||
- arm64/ascend: Add new enable_oom_killer interface for oom contrl
|
||
- !3479 cache: Workaround HiSilicon Linxicore DC CVAU
|
||
- cache: Workaround HiSilicon Linxicore DC CVAU
|
||
- !3367 ipv4: igmp: fix refcnt uaf issue when receiving igmp query packet
|
||
- ipv4: igmp: fix refcnt uaf issue when receiving igmp query packet
|
||
- !3471 add redis sockmap sample code
|
||
- tools: add sample sockmap code for redis
|
||
- net: add local_skb parameter to identify local tcp connection
|
||
- net: let sockops can use bpf_get_current_comm()
|
||
- !3432 ACPI / APEI: Notify all ras err to driver
|
||
- ACPI / APEI: Notify all ras err to driver
|
||
|
||
* Tue Dec 26 2023 Zheng Zengkai <zhengzengkai@huawei.com> - 6.6.0-2.0.0.2
|
||
- !3435 iommu/arm-smmu-v3: Add suspend and resume support
|
||
- !3315 Backport 6.6.5 LTS Patches
|
||
- !3314 Backport 6.6.4 LTS Patches
|
||
- !3286 block: Add config option to not allow writing to mounted devices
|
||
- !3430 Add support for hisi HBM devices
|
||
- !3431 memcg reclaim and cgroup kill
|
||
- iommu/arm-smmu-v3: Add suspend and resume support
|
||
- config: enable CONFIG_MEMCG_V1_RECLAIM and CONFIG_CGROUP_V1_KILL
|
||
- memcg: introduce per-memcg reclaim interface
|
||
- memcg: export high_async_ratio to userland
|
||
- memcg: enable memcg async reclaim
|
||
- memcg: Export memory.events{local} from cgroupv2 to cgroupv1
|
||
- memcg: Export memcg.{min/low/high} from cgroupv2 to cgroupv1
|
||
- cgroup: Export cgroup.kill from cgroupv2 to cgroupv1
|
||
- soc: hisilicon: hisi_hbmdev: Add hbm acls repair and query methods
|
||
- soc: hbmcache: Add support for online and offline the hbm cache
|
||
- soc: hisilicon: hisi_hbmdev: Provide extra memory topology information
|
||
- ACPI: memhotplug: export the state of each hotplug device
|
||
- soc: hisilicon: hisi_hbmdev: Add power domain control methods
|
||
- ACPI: OSL: Export the symbol of acpi_hotplug_schedule
|
||
- !3391 nbd_genl_status: null check for nla_nest_start
|
||
- !3352 support userswap feature
|
||
- !3383 Support Qos Scheduler
|
||
- nbd_genl_status: null check for nla_nest_start
|
||
- sched: Enable qos scheduler config
|
||
- sched: Introduce handle priority reversion mechanism
|
||
- sched: Support kill boost for offline task
|
||
- sched: Throttle qos cfs_rq when current cpu is running online task
|
||
- sched: Introduce qos scheduler for co-location
|
||
- !3306 improve gettimeofday() performance in user space
|
||
- !3331 kabi: add kabi helper macros and tools
|
||
- mm/userswap: openeuler_defconfig: enable userswap
|
||
- mm/userswap: provide cpu info in userfault msg
|
||
- mm/userswap: introduce UFFDIO_COPY_MODE_DIRECT_MAP
|
||
- mm/userswap: support userswap via userfaultfd
|
||
- mm/userswap: introduce MREMAP_USWAP_SET_PTE
|
||
- mm/userswap: add enable_userswap boot option
|
||
- mm/userswap: add VM_USWAP and SWP_USERSWAP_ENTRY
|
||
- !3326 config: Open CONFIG_AARCH32_EL0 and keep CONFIG_ARM64_ILP32 closed
|
||
- kabi: add kABI reference checking tool
|
||
- kabi: add a tool to generate the kabi reference relationship
|
||
- kabi: add script tools to check kabi symbol
|
||
- kabi: deduplication friendly structs
|
||
- kabi: Generalize naming of kabi helper macros
|
||
- openeuler_defconfig: Enable CONFIG_KABI_RESERVE for x86 and arm64
|
||
- KABI: Add CONFIG_KABI_RESERVE to control KABI padding reserve
|
||
- kabi: enables more stringent kabi checks
|
||
- kabi: add KABI_SIZE_ALIGN_CHECKS for more stringent kabi checks
|
||
- kabi: add kabi helper macros
|
||
- !3298 ARM: Add unwinding annotations to __loop.*delay functions
|
||
- config: Open CONFIG_AARCH32_EL0 and keep CONFIG_ARM64_ILP32 closed
|
||
- !3300 Add sharepool support v3
|
||
- vfio: Drop vfio_file_iommu_group() stub to fudge around a KVM wart
|
||
- x86/xen: fix percpu vcpu_info allocation
|
||
- vfio/pds: Fix possible sleep while in atomic context
|
||
- vfio/pds: Fix mutex lock->magic != lock warning
|
||
- drm/amd/display: Fix MPCC 1DLUT programming
|
||
- drm/amd/display: Simplify brightness initialization
|
||
- drm/amd/display: Reduce default backlight min from 5 nits to 1 nits
|
||
- drm/amd/display: refactor ILR to make it work
|
||
- iommu: Fix printk arg in of_iommu_get_resv_regions()
|
||
- drm/amd/pm: fix a memleak in aldebaran_tables_init
|
||
- cpufreq/amd-pstate: Only print supported EPP values for performance governor
|
||
- cpufreq/amd-pstate: Fix scaling_min_freq and scaling_max_freq update
|
||
- drm/panel: nt36523: fix return value check in nt36523_probe()
|
||
- drm/panel: starry-2081101qfh032011-53g: Fine tune the panel power sequence
|
||
- drm/i915/gsc: Mark internal GSC engine with reserved uabi class
|
||
- iommu/vt-d: Make context clearing consistent with context mapping
|
||
- iommu/vt-d: Disable PCI ATS in legacy passthrough mode
|
||
- iommu/vt-d: Omit devTLB invalidation requests when TES=0
|
||
- cpufreq: imx6q: Don't disable 792 Mhz OPP unnecessarily
|
||
- drm/amd/display: Remove power sequencing check
|
||
- drm/amd/display: Refactor edp power control
|
||
- s390/cmma: fix handling of swapper_pg_dir and invalid_pg_dir
|
||
- powerpc/pseries/iommu: enable_ddw incorrectly returns direct mapping for SR-IOV device
|
||
- net: ravb: Keep reverse order of operations in ravb_remove()
|
||
- net: ravb: Stop DMA in case of failures on ravb_open()
|
||
- net: ravb: Start TX queues after HW initialization succeeded
|
||
- net: ravb: Make write access to CXR35 first before accessing other EMAC registers
|
||
- net: ravb: Use pm_runtime_resume_and_get()
|
||
- net: ravb: Check return value of reset_control_deassert()
|
||
- ice: Fix VF Reset paths when interface in a failed over aggregate
|
||
- bpf, sockmap: af_unix stream sockets need to hold ref for pair sock
|
||
- ethtool: don't propagate EOPNOTSUPP from dumps
|
||
- ravb: Fix races between ravb_tx_timeout_work() and net related ops
|
||
- r8169: prevent potential deadlock in rtl8169_close
|
||
- efi/unaccepted: Fix off-by-one when checking for overlapping ranges
|
||
- neighbour: Fix __randomize_layout crash in struct neighbour
|
||
- octeontx2-pf: Restore TC ingress police rules when interface is up
|
||
- octeontx2-pf: Fix adding mbox work queue entry when num_vfs > 64
|
||
- net: stmmac: xgmac: Disable FPE MMC interrupts
|
||
- octeontx2-af: Fix possible buffer overflow
|
||
- selftests/net: mptcp: fix uninitialized variable warnings
|
||
- selftests/net: unix: fix unused variable compiler warning
|
||
- selftests/net: fix a char signedness issue
|
||
- selftests/net: ipsec: fix constant out of range
|
||
- uapi: propagate __struct_group() attributes to the container union
|
||
- bpf: Add missed allocation hint for bpf_mem_cache_alloc_flags()
|
||
- dpaa2-eth: recycle the RX buffer only after all processing done
|
||
- dpaa2-eth: increase the needed headroom to account for alignment
|
||
- net: dsa: mv88e6xxx: fix marvell 6350 probe crash
|
||
- net: dsa: mv88e6xxx: fix marvell 6350 switch probing
|
||
- wifi: mac80211: do not pass AP_VLAN vif pointer to drivers during flush
|
||
- wifi: iwlwifi: mvm: fix an error code in iwl_mvm_mld_add_sta()
|
||
- ipv4: igmp: fix refcnt uaf issue when receiving igmp query packet
|
||
- net: rswitch: Fix missing dev_kfree_skb_any() in error path
|
||
- net: rswitch: Fix return value in rswitch_start_xmit()
|
||
- net: rswitch: Fix type of ret in rswitch_start_xmit()
|
||
- netdevsim: Don't accept device bound programs
|
||
- media: v4l2-subdev: Fix a 64bit bug
|
||
- pinctrl: stm32: fix array read out of bound
|
||
- pinctrl: stm32: Add check for devm_kcalloc
|
||
- wifi: cfg80211: fix CQM for non-range use
|
||
- io_uring/kbuf: recycle freed mapped buffer ring entries
|
||
- io_uring/kbuf: defer release of mapped buffer rings
|
||
- io_uring: enable io_mem_alloc/free to be used in other parts
|
||
- btrfs: fix 64bit compat send ioctl arguments not initializing version member
|
||
- btrfs: free the allocated memory if btrfs_alloc_page_array() fails
|
||
- btrfs: make error messages more clear when getting a chunk map
|
||
- btrfs: send: ensure send_fd is writable
|
||
- btrfs: fix off-by-one when checking chunk map includes logical address
|
||
- btrfs: ref-verify: fix memory leaks in btrfs_ref_tree_mod()
|
||
- btrfs: add dmesg output for first mount and last unmount of a filesystem
|
||
- parisc: Mark altinstructions read-only and 32-bit aligned
|
||
- parisc: Ensure 32-bit alignment on parisc unwind section
|
||
- parisc: Mark jump_table naturally aligned
|
||
- parisc: Drop the HP-UX ENOSYM and EREMOTERELEASE error codes
|
||
- parisc: Mark lock_aligned variables 16-byte aligned on SMP
|
||
- parisc: Use natural CPU alignment for bug_table
|
||
- parisc: Mark ex_table entries 32-bit aligned in uaccess.h
|
||
- parisc: Mark ex_table entries 32-bit aligned in assembly.h
|
||
- powerpc: Don't clobber f0/vs0 during fp|altivec register save
|
||
- KVM: PPC: Book3S HV: Fix KVM_RUN clobbering FP/VEC user registers
|
||
- iommu/vt-d: Add MTL to quirk list to skip TE disabling
|
||
- ext2: Fix ki_pos update for DIO buffered-io fallback case
|
||
- bcache: revert replacing IS_ERR_OR_NULL with IS_ERR
|
||
- iommu: Avoid more races around device probe
|
||
- io_uring: don't guard IORING_OFF_PBUF_RING with SETUP_NO_MMAP
|
||
- dma-buf: fix check in dma_resv_add_fence
|
||
- cpufreq/amd-pstate: Fix the return value of amd_pstate_fast_switch()
|
||
- powercap: DTPM: Fix unneeded conversions to micro-Watts
|
||
- nouveau: find the smallest page allocation to cover a buffer alloc.
|
||
- io_uring: free io_buffer_list entries via RCU
|
||
- iommu/vt-d: Fix incorrect cache invalidation for mm notification
|
||
- io_uring: don't allow discontig pages for IORING_SETUP_NO_MMAP
|
||
- ACPI: video: Use acpi_video_device for cooling-dev driver data
|
||
- r8169: fix deadlock on RTL8125 in jumbo mtu mode
|
||
- nvme: check for valid nvme_identify_ns() before using it
|
||
- dm verity: don't perform FEC for failed readahead IO
|
||
- dm verity: initialize fec io before freeing it
|
||
- drm/amd/display: force toggle rate wa for first link training for a retimer
|
||
- drm/amd/display: fix ABM disablement
|
||
- drm/amd/display: Update min Z8 residency time to 2100 for DCN314
|
||
- drm/amd/display: Use DRAM speed from validation for dummy p-state
|
||
- drm/amd/display: Remove min_dst_y_next_start check for Z8
|
||
- drm/amd/display: Include udelay when waiting for INBOX0 ACK
|
||
- drm/amdgpu: Update EEPROM I2C address for smu v13_0_0
|
||
- drm/amdgpu: fix memory overflow in the IB test
|
||
- drm/amdgpu: Force order between a read and write to the same address
|
||
- drm/amdgpu: correct the amdgpu runtime dereference usage count
|
||
- drm/amd: Enable PCIe PME from D3
|
||
- scsi: ufs: core: Clear cmd if abort succeeds in MCQ mode
|
||
- scsi: sd: Fix system start for ATA devices
|
||
- scsi: Change SCSI device boolean fields to single bit flags
|
||
- dm-verity: align struct dm_verity_fec_io properly
|
||
- net: libwx: fix memory leak on msix entry
|
||
- ALSA: hda/realtek: Add supported ALC257 for ChromeOS
|
||
- ALSA: hda/realtek: Headset Mic VREF to 100%
|
||
- ALSA: hda: Disable power-save on KONTRON SinglePC
|
||
- drm/i915: Also check for VGA converter in eDP probe
|
||
- mmc: block: Be sure to wait while busy in CQE error recovery
|
||
- mmc: block: Do not lose cache flush during CQE error recovery
|
||
- mmc: block: Retry commands in CQE error recovery
|
||
- mmc: cqhci: Fix task clearing in CQE error recovery
|
||
- mmc: cqhci: Warn of halt or task clear failure
|
||
- mmc: cqhci: Increase recovery halt timeout
|
||
- mmc: sdhci-sprd: Fix vqmmc not shutting down after the card was pulled
|
||
- mmc: sdhci-pci-gli: Disable LPM during initialization
|
||
- firewire: core: fix possible memory leak in create_units()
|
||
- pinctrl: avoid reload of p state in list iteration
|
||
- ksmbd: fix possible deadlock in smb2_open
|
||
- smb: client: report correct st_size for SMB and NFS symlinks
|
||
- smb: client: fix missing mode bits for SMB symlinks
|
||
- cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after EOF moved
|
||
- cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF moved
|
||
- leds: class: Don't expose color sysfs entry
|
||
- USB: dwc3: qcom: fix wakeup after probe deferral
|
||
- USB: dwc3: qcom: fix software node leak on probe errors
|
||
- usb: dwc3: set the dma max_seg_size
|
||
- usb: dwc3: Fix default mode initialization
|
||
- USB: dwc2: write HCINT with INTMASK applied
|
||
- usb: typec: tcpm: Skip hard reset when in error recovery
|
||
- usb: typec: tcpm: Fix sink caps op current check
|
||
- USB: serial: option: don't claim interface 4 for ZTE MF290
|
||
- USB: serial: option: fix FM101R-GL defines
|
||
- USB: serial: option: add Fibocom L7xx modules
|
||
- usb: cdnsp: Fix deadlock issue during using NCM gadget
|
||
- usb: config: fix iteration issue in 'usb_get_bos_descriptor()'
|
||
- USB: xhci-plat: fix legacy PHY double init
|
||
- bcache: fixup lock c->root error
|
||
- bcache: fixup init dirty data errors
|
||
- bcache: prevent potential division by zero error
|
||
- bcache: check return value from btree_node_alloc_replacement()
|
||
- veth: Use tstats per-CPU traffic counters
|
||
- dm-delay: fix a race between delay_presuspend and delay_bio
|
||
- ALSA: hda/realtek: Add quirks for ASUS 2024 Zenbooks
|
||
- ALSA: hda: ASUS UM5302LA: Added quirks for cs35L41/10431A83 on i2c bus
|
||
- cifs: fix leak of iface for primary channel
|
||
- cifs: account for primary channel in the interface list
|
||
- cifs: distribute channels across interfaces based on speed
|
||
- Revert "phy: realtek: usb: Add driver for the Realtek SoC USB 2.0 PHY"
|
||
- Revert "phy: realtek: usb: Add driver for the Realtek SoC USB 3.0 PHY"
|
||
- Revert "usb: phy: add usb phy notify port status API"
|
||
- hv_netvsc: Mark VF as slave before exposing it to user-mode
|
||
- hv_netvsc: Fix race of register_netdevice_notifier and VF register
|
||
- hv_netvsc: fix race of netvsc and VF register_netdevice
|
||
- platform/x86: ideapad-laptop: Set max_brightness before using it
|
||
- platform/x86/amd/pmc: adjust getting DRAM size behavior
|
||
- USB: serial: option: add Luat Air72*U series products
|
||
- usb: misc: onboard-hub: add support for Microchip USB5744
|
||
- dt-bindings: usb: microchip,usb5744: Add second supply
|
||
- platform/x86: hp-bioscfg: Fix error handling in hp_add_other_attributes()
|
||
- platform/x86: hp-bioscfg: move mutex_lock() down in hp_add_other_attributes()
|
||
- platform/x86: hp-bioscfg: Simplify return check in hp_add_other_attributes()
|
||
- s390/dasd: protect device queue against concurrent access
|
||
- io_uring/fs: consider link->flags when getting path for LINKAT
|
||
- bcache: fixup multi-threaded bch_sectors_dirty_init() wake-up race
|
||
- md: fix bi_status reporting in md_end_clone_io
|
||
- bcache: replace a mistaken IS_ERR() by IS_ERR_OR_NULL() in btree_gc_coalesce()
|
||
- io_uring: fix off-by one bvec index
|
||
- tls: fix NULL deref on tls_sw_splice_eof() with empty record
|
||
- swiotlb-xen: provide the "max_mapping_size" method
|
||
- ACPI: PM: Add acpi_device_fix_up_power_children() function
|
||
- ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CVA
|
||
- ACPI: processor_idle: use raw_safe_halt() in acpi_idle_play_dead()
|
||
- ACPI: video: Use acpi_device_fix_up_power_children()
|
||
- thunderbolt: Set lane bonding bit only for downstream port
|
||
- drm/ast: Disconnect BMC if physical connector is connected
|
||
- drm/msm/dpu: Add missing safe_lut_tbl in sc8280xp catalog
|
||
- kselftest/arm64: Fix output formatting for za-fork
|
||
- prctl: Disable prctl(PR_SET_MDWE) on parisc
|
||
- mm: add a NO_INHERIT flag to the PR_SET_MDWE prctl
|
||
- lockdep: Fix block chain corruption
|
||
- USB: dwc3: qcom: fix ACPI platform device leak
|
||
- USB: dwc3: qcom: fix resource leaks on probe deferral
|
||
- nvmet: nul-terminate the NQNs passed in the connect command
|
||
- nvme: blank out authentication fabrics options if not configured
|
||
- afs: Fix file locking on R/O volumes to operate in local mode
|
||
- afs: Return ENOENT if no cell DNS record can be found
|
||
- net: ipa: fix one GSI register field width
|
||
- net: axienet: Fix check for partial TX checksum
|
||
- vsock/test: fix SEQPACKET message bounds test
|
||
- i40e: Fix adding unsupported cloud filters
|
||
- amd-xgbe: propagate the correct speed and duplex status
|
||
- amd-xgbe: handle the corner-case during tx completion
|
||
- amd-xgbe: handle corner-case during sfp hotplug
|
||
- net: veth: fix ethtool stats reporting
|
||
- octeontx2-pf: Fix ntuple rule creation to direct packet to VF with higher Rx queue than its PF
|
||
- arm/xen: fix xen_vcpu_info allocation alignment
|
||
- arm64: mm: Fix "rodata=on" when CONFIG_RODATA_FULL_DEFAULT_ENABLED=y
|
||
- s390/ipl: add missing IPL_TYPE_ECKD_DUMP case to ipl_init()
|
||
- net/smc: avoid data corruption caused by decline
|
||
- net: usb: ax88179_178a: fix failed operations during ax88179_reset
|
||
- drm/panel: boe-tv101wum-nl6: Fine tune Himax83102-j02 panel HFP and HBP
|
||
- ipv4: Correct/silence an endian warning in __ip_do_redirect
|
||
- HID: fix HID device resource race between HID core and debugging support
|
||
- accel/ivpu/37xx: Fix hangs related to MMIO reset
|
||
- accel/ivpu: Do not initialize parameters on power up
|
||
- bpf: Fix dev's rx stats for bpf_redirect_peer traffic
|
||
- net: Move {l,t,d}stats allocation to core and convert veth & vrf
|
||
- net, vrf: Move dstats structure to core
|
||
- PM: tools: Fix sleepgraph syntax error
|
||
- drm/rockchip: vop: Fix color for RGB888/BGR888 format on VOP full
|
||
- libfs: getdents() should return 0 after reaching EOD
|
||
- block: update the stable_writes flag in bdev_add
|
||
- filemap: add a per-mapping stable writes flag
|
||
- drm/i915: do not clean GT table on error path
|
||
- ata: pata_isapnp: Add missing error check for devm_ioport_map()
|
||
- octeontx2-pf: Fix memory leak during interface down
|
||
- wireguard: use DEV_STATS_INC()
|
||
- net: wangxun: fix kernel panic due to null pointer
|
||
- drm/panel: simple: Fix Innolux G101ICE-L01 timings
|
||
- drm/panel: simple: Fix Innolux G101ICE-L01 bus flags
|
||
- fs: Pass AT_GETATTR_NOSEC flag to getattr interface function
|
||
- drm/panel: auo,b101uan08.3: Fine tune the panel power sequence
|
||
- blk-cgroup: avoid to warn !rcu_read_lock_held() in blkg_lookup()
|
||
- afs: Make error on cell lookup failure consistent with OpenAFS
|
||
- afs: Fix afs_server_list to be cleaned up with RCU
|
||
- rxrpc: Defer the response to a PING ACK until we've parsed it
|
||
- rxrpc: Fix RTT determination to use any ACK as a source
|
||
- s390/ism: ism driver implies smc protocol
|
||
- drm/msm/dsi: use the correct VREG_CTRL_1 value for 4nm cphy
|
||
- sched/fair: Fix the decision for load balance
|
||
- sched/eevdf: Fix vruntime adjustment on reweight
|
||
- hv/hv_kvp_daemon: Some small fixes for handling NM keyfiles
|
||
- irqchip/gic-v3-its: Flush ITS tables correctly in non-coherent GIC designs
|
||
- NFSD: Fix checksum mismatches in the duplicate reply cache
|
||
- NFSD: Fix "start of NFS reply" pointer passed to nfsd_cache_update()
|
||
- !3310 kasan: fix the compilation error for memcpy_mcs()
|
||
- kasan: fix the compilation error for memcpy_mcs()
|
||
- arm64: arch_timer: disable CONFIG_ARM_ARCH_TIMER_WORKAROUND_IN_USERSPACE
|
||
- vdso: do cntvct workaround in the VDSO
|
||
- arm64: arch_timer: Disable CNTVCT_EL0 trap if workaround is enabled
|
||
- mm/sharepool: Protect the va reserved for sharepool
|
||
- mm/sharepool: support fork() and exit() to handle the mm
|
||
- mm/sharepool: Add proc interfaces to show sp info
|
||
- mm/sharepool: Implement mg_sp_config_dvpp_range()
|
||
- mm/sharepool: Implement mg_sp_id_of_current()
|
||
- mm/sharepool: Implement mg_sp_group_id_by_pid()
|
||
- mm/sharepool: Implement mg_sp_group_add_task()
|
||
- mm/sharepool: Implement mg_sp_make_share_k2u()
|
||
- mm/sharepool: Implement mg_sp_alloc()
|
||
- mm/sharepool: Implement mg_sp_free()
|
||
- mm/sharepool: Implement mg_sp_walk_page_range()
|
||
- mm/sharepool: Implement mg_sp_unshare_kva
|
||
- mm/sharepool: Implement mg_sp_make_share_u2k()
|
||
- mm/sharepool: Reserve the va space for share_pool
|
||
- mm/sharepool: Add sp_area management code
|
||
- mm/sharepool: Add base framework for share_pool
|
||
- mm: Extend mmap assocated functions to accept mm_struct
|
||
- mm/vmalloc: Extend vmalloc usage about hugepage
|
||
- mm/hugetlb: Introduce hugetlb_insert_hugepage_pte[_by_pa]
|
||
- ARM: Add unwinding annotations to __loop.*delay functions
|
||
- !3285 arm64: errata: add option to disable cache readunique prefetch on HIP08
|
||
- !3280 arm64: add machine check safe support
|
||
- !3036 Added SM3 as module signing algorithm
|
||
- ext4: Block writes to journal device
|
||
- xfs: Block writes to log device
|
||
- fs: Block writes to mounted block devices
|
||
- btrfs: Do not restrict writes to btrfs devices
|
||
- block: Add config option to not allow writing to mounted devices
|
||
- arm64: errata: enable HISILICON_ERRATUM_HIP08_RU_PREFETCH
|
||
- arm64: errata: add option to disable cache readunique prefetch on HIP08
|
||
- arm64: add machine check safe sysctl interface
|
||
- arm64: introduce copy_mc_to_kernel() implementation
|
||
- arm64: support copy_mc_[user]_highpage()
|
||
- mm/hwpoison: return -EFAULT when copy fail in copy_mc_[user]_highpage()
|
||
- arm64: add uaccess to machine check safe
|
||
- arm64: add support for machine check error safe
|
||
- uaccess: add generic fallback version of copy_mc_to_user()
|
||
- !3275 arm64: kernel: disable CNP on LINXICORE9100
|
||
- !3099 block: Make blkdev_get_by_*() return
|
||
- arm64: kernel: disable CNP on LINXICORE9100
|
||
- !3111 openeuler_defconfig: enable some mm new
|
||
- !3211 Add SDEI Watchdog Support
|
||
- !3041 Random boot-time optimization
|
||
- !3026 Backport ARM64-ILP32 patches
|
||
- !3156 xfs: fix intent item leak during reovery
|
||
- !3137 LoongArch: add old BPI compatibility
|
||
- !3218 ipvlan: Introduce l2e mode
|
||
- !3209 exec: Remove redundant check in do_open_execat/uselib
|
||
- ipvlan: Introduce local xmit queue for l2e mode
|
||
- ipvlan: Introduce l2e mode
|
||
- arm64: kexec: only clear EOI for SDEI in NMI context
|
||
- stop_machine: mask sdei before running the callback
|
||
- openeuler_defconfig: Enable SDEI Watchdog
|
||
- kprobes/arm64: Blacklist sdei watchdog callback functions
|
||
- init: only move down lockup_detector_init() when sdei_watchdog is enabled
|
||
- sdei_watchdog: avoid possible false hardlockup
|
||
- sdei_watchdog: set secure timer period base on 'watchdog_thresh'
|
||
- sdei_watchdog: clear EOI of the secure timer before kdump
|
||
- watchdog: add nmi_watchdog support for arm64 based on SDEI
|
||
- lockup_detector: init lockup detector after all the init_calls
|
||
- firmware: arm_sdei: make 'sdei_api_event_disable/enable' public
|
||
- firmware: arm_sdei: add interrupt binding api
|
||
- exec: Remove redundant check in do_open_execat/uselib
|
||
- xfs: abort intent items when recovery intents fail
|
||
- xfs: factor out xfs_defer_pending_abort
|
||
- !3141 Backport 6.6.3 LTS Patches
|
||
- drm/amd/display: Change the DMCUB mailbox memory location from FB to inbox
|
||
- drm/amd/display: Clear dpcd_sink_ext_caps if not set
|
||
- drm/amd/display: Enable fast plane updates on DCN3.2 and above
|
||
- drm/amd/display: fix a NULL pointer dereference in amdgpu_dm_i2c_xfer()
|
||
- drm/amd/display: Fix DSC not Enabled on Direct MST Sink
|
||
- drm/amd/display: Guard against invalid RPTR/WPTR being set
|
||
- drm/amdgpu: Fix possible null pointer dereference
|
||
- drm/amdgpu: lower CS errors to debug severity
|
||
- drm/amdgpu: fix error handling in amdgpu_bo_list_get()
|
||
- drm/amdgpu: fix error handling in amdgpu_vm_init
|
||
- drm/amdgpu: don't use ATRM for external devices
|
||
- drm/amdgpu: add a retry for IP discovery init
|
||
- drm/amdgpu: fix GRBM read timeout when do mes_self_test
|
||
- drm/amdgpu: don't use pci_is_thunderbolt_attached()
|
||
- drm/amdgpu/smu13: drop compute workload workaround
|
||
- drm/amd/pm: Fix error of MACO flag setting code
|
||
- drm/i915: Flush WC GGTT only on required platforms
|
||
- drm/i915: Fix potential spectre vulnerability
|
||
- drm/i915: Bump GLK CDCLK frequency when driving multiple pipes
|
||
- drm/i915/mtl: Support HBR3 rate with C10 phy and eDP in MTL
|
||
- drm/amd/display: Add Null check for DPP resource
|
||
- x86/srso: Move retbleed IBPB check into existing 'has_microcode' code block
|
||
- drm: bridge: it66121: ->get_edid callback must not return err pointers
|
||
- drm/amd/pm: Handle non-terminated overdrive commands.
|
||
- ext4: fix racy may inline data check in dio write
|
||
- ext4: properly sync file size update after O_SYNC direct IO
|
||
- ext4: add missed brelse in update_backups
|
||
- ext4: remove gdb backup copy for meta bg in setup_new_flex_group_blocks
|
||
- ext4: correct the start block of counting reserved clusters
|
||
- ext4: correct return value of ext4_convert_meta_bg
|
||
- ext4: mark buffer new if it is unwritten to avoid stale data exposure
|
||
- ext4: correct offset of gdb backup in non meta_bg group to update_backups
|
||
- ext4: apply umask if ACL support is disabled
|
||
- ext4: make sure allocate pending entry not fail
|
||
- ext4: no need to generate from free list in mballoc
|
||
- ext4: fix race between writepages and remount
|
||
- Revert "net: r8169: Disable multicast filter for RTL8168H and RTL8107E"
|
||
- Revert "HID: logitech-dj: Add support for a new lightspeed receiver iteration"
|
||
- media: qcom: camss: Fix csid-gen2 for test pattern generator
|
||
- media: qcom: camss: Fix invalid clock enable bit disjunction
|
||
- media: qcom: camss: Fix set CSI2_RX_CFG1_VC_MODE when VC is greater than 3
|
||
- media: qcom: camss: Fix missing vfe_lite clocks check
|
||
- media: qcom: camss: Fix VFE-480 vfe_disable_output()
|
||
- media: qcom: camss: Fix VFE-17x vfe_disable_output()
|
||
- media: qcom: camss: Fix vfe_get() error jump
|
||
- media: qcom: camss: Fix pm_domain_on sequence in probe
|
||
- mmc: sdhci-pci-gli: GL9750: Mask the replay timer timeout of AER
|
||
- r8169: add handling DASH when DASH is disabled
|
||
- r8169: fix network lost after resume on DASH systems
|
||
- selftests: mptcp: fix fastclose with csum failure
|
||
- mptcp: fix setsockopt(IP_TOS) subflow locking
|
||
- mptcp: add validity check for sending RM_ADDR
|
||
- mptcp: deal with large GSO size
|
||
- mm: kmem: drop __GFP_NOFAIL when allocating objcg vectors
|
||
- mm: fix for negative counter: nr_file_hugepages
|
||
- mmc: sdhci-pci-gli: A workaround to allow GL9750 to enter ASPM L1.2
|
||
- riscv: kprobes: allow writing to x0
|
||
- riscv: correct pt_level name via pgtable_l5/4_enabled
|
||
- riscv: mm: Update the comment of CONFIG_PAGE_OFFSET
|
||
- riscv: put interrupt entries into .irqentry.text
|
||
- riscv: Using TOOLCHAIN_HAS_ZIHINTPAUSE marco replace zihintpause
|
||
- swiotlb: fix out-of-bounds TLB allocations with CONFIG_SWIOTLB_DYNAMIC
|
||
- swiotlb: do not free decrypted pages if dynamic
|
||
- tracing: fprobe-event: Fix to check tracepoint event and return
|
||
- LoongArch: Mark __percpu functions as always inline
|
||
- NFSD: Update nfsd_cache_append() to use xdr_stream
|
||
- nfsd: fix file memleak on client_opens_release
|
||
- dm-verity: don't use blocking calls from tasklets
|
||
- dm-bufio: fix no-sleep mode
|
||
- drm/mediatek/dp: fix memory leak on ->get_edid callback error path
|
||
- drm/mediatek/dp: fix memory leak on ->get_edid callback audio detection
|
||
- media: ccs: Correctly initialise try compose rectangle
|
||
- media: venus: hfi: add checks to handle capabilities from firmware
|
||
- media: venus: hfi: fix the check to handle session buffer requirement
|
||
- media: venus: hfi_parser: Add check to keep the number of codecs within range
|
||
- media: sharp: fix sharp encoding
|
||
- media: lirc: drop trailing space from scancode transmit
|
||
- f2fs: split initial and dynamic conditions for extent_cache
|
||
- f2fs: avoid format-overflow warning
|
||
- f2fs: set the default compress_level on ioctl
|
||
- f2fs: do not return EFSCORRUPTED, but try to run online repair
|
||
- i2c: i801: fix potential race in i801_block_transaction_byte_by_byte
|
||
- gfs2: don't withdraw if init_threads() got interrupted
|
||
- net: phylink: initialize carrier state at creation
|
||
- net: dsa: lan9303: consequently nested-lock physical MDIO
|
||
- net: ethtool: Fix documentation of ethtool_sprintf()
|
||
- s390/ap: fix AP bus crash on early config change callback invocation
|
||
- i2c: designware: Disable TX_EMPTY irq while waiting for block length byte
|
||
- sbsa_gwdt: Calculate timeout with 64-bit math
|
||
- lsm: fix default return value for inode_getsecctx
|
||
- lsm: fix default return value for vm_enough_memory
|
||
- Revert "i2c: pxa: move to generic GPIO recovery"
|
||
- Revert ncsi: Propagate carrier gain/loss events to the NCSI controller
|
||
- ALSA: hda/realtek: Add quirks for HP Laptops
|
||
- ALSA: hda/realtek: Enable Mute LED on HP 255 G10
|
||
- ALSA: hda/realtek - Enable internal speaker of ASUS K6500ZC
|
||
- ALSA: hda/realtek - Add Dell ALC295 to pin fall back table
|
||
- ALSA: hda/realtek: Enable Mute LED on HP 255 G8
|
||
- ALSA: info: Fix potential deadlock at disconnection
|
||
- btrfs: zoned: wait for data BG to be finished on direct IO allocation
|
||
- xfs: recovery should not clear di_flushiter unconditionally
|
||
- cifs: Fix encryption of cleared, but unset rq_iter data buffers
|
||
- cifs: do not pass cifs_sb when trying to add channels
|
||
- cifs: do not reset chan_max if multichannel is not supported at mount
|
||
- cifs: force interface update before a fresh session setup
|
||
- cifs: reconnect helper should set reconnect for the right channel
|
||
- smb: client: fix mount when dns_resolver key is not available
|
||
- smb: client: fix potential deadlock when releasing mids
|
||
- smb: client: fix use-after-free in smb2_query_info_compound()
|
||
- smb: client: fix use-after-free bug in cifs_debug_data_proc_show()
|
||
- smb3: fix caching of ctime on setxattr
|
||
- smb3: allow dumping session and tcon id to improve stats analysis and debugging
|
||
- smb3: fix touch -h of symlink
|
||
- smb3: fix creating FIFOs when mounting with "sfu" mount option
|
||
- xhci: Enable RPM on controllers that support low-power states
|
||
- parisc: fix mmap_base calculation when stack grows upwards
|
||
- parisc/power: Fix power soft-off when running on qemu
|
||
- parisc/pgtable: Do not drop upper 5 address bits of physical address
|
||
- parisc: Prevent booting 64-bit kernels on PA1.x machines
|
||
- selftests/resctrl: Extend signal handler coverage to unmount on receiving signal
|
||
- selftests/resctrl: Make benchmark command const and build it with pointers
|
||
- selftests/resctrl: Simplify span lifetime
|
||
- selftests/resctrl: Remove bw_report and bm_type from main()
|
||
- rcutorture: Fix stuttering races and other issues
|
||
- torture: Make torture_hrtimeout_ns() take an hrtimer mode parameter
|
||
- drm/amd/display: enable dsc_clk even if dsc_pg disabled
|
||
- Bluetooth: btusb: Add 0bda:b85b for Fn-Link RTL8852BE
|
||
- Bluetooth: btusb: Add RTW8852BE device 13d3:3570 to device tables
|
||
- apparmor: Fix regression in mount mediation
|
||
- apparmor: pass cred through to audit info.
|
||
- apparmor: rename audit_data->label to audit_data->subj_label
|
||
- apparmor: combine common_audit_data and apparmor_audit_data
|
||
- apparmor: Fix kernel-doc warnings in apparmor/policy.c
|
||
- apparmor: Fix kernel-doc warnings in apparmor/resource.c
|
||
- apparmor: Fix kernel-doc warnings in apparmor/lib.c
|
||
- apparmor: Fix kernel-doc warnings in apparmor/audit.c
|
||
- cxl/port: Fix delete_endpoint() vs parent unregistration race
|
||
- cxl/region: Fix x1 root-decoder granularity calculations
|
||
- i3c: master: svc: fix random hot join failure since timeout error
|
||
- i3c: master: svc: fix SDA keep low when polling IBIWON timeout happen
|
||
- i3c: master: svc: fix check wrong status register in irq handler
|
||
- i3c: master: svc: fix ibi may not return mandatory data byte
|
||
- i3c: master: svc: fix wrong data return when IBI happen during start frame
|
||
- i3c: master: svc: fix race condition in ibi work thread
|
||
- i3c: master: cdns: Fix reading status register
|
||
- cxl/region: Do not try to cleanup after cxl_region_setup_targets() fails
|
||
- mtd: cfi_cmdset_0001: Byte swap OTP info
|
||
- mm: make PR_MDWE_REFUSE_EXEC_GAIN an unsigned long
|
||
- mm/memory_hotplug: use pfn math in place of direct struct page manipulation
|
||
- mm/hugetlb: use nth_page() in place of direct struct page manipulation
|
||
- mm/cma: use nth_page() in place of direct struct page manipulation
|
||
- s390/cmma: fix detection of DAT pages
|
||
- s390/mm: add missing arch_set_page_dat() call to gmap allocations
|
||
- s390/mm: add missing arch_set_page_dat() call to vmem_crst_alloc()
|
||
- dmaengine: stm32-mdma: correct desc prep when channel running
|
||
- mcb: fix error handling for different scenarios when parsing
|
||
- driver core: Release all resources during unbind before updating device links
|
||
- tracing: Have the user copy of synthetic event address use correct context
|
||
- selftests/clone3: Fix broken test under !CONFIG_TIME_NS
|
||
- i2c: core: Run atomic i2c xfer when !preemptible
|
||
- mips: use nth_page() in place of direct struct page manipulation
|
||
- fs: use nth_page() in place of direct struct page manipulation
|
||
- scripts/gdb/vmalloc: disable on no-MMU
|
||
- kernel/reboot: emergency_restart: Set correct system_state
|
||
- quota: explicitly forbid quota files from being encrypted
|
||
- jbd2: fix potential data lost in recovering journal raced with synchronizing fs bdev
|
||
- ASoC: codecs: wsa-macro: fix uninitialized stack variables with name prefix
|
||
- hid: lenovo: Resend all settings on reset_resume for compact keyboards
|
||
- selftests/resctrl: Reduce failures due to outliers in MBA/MBM tests
|
||
- selftests/resctrl: Fix feature checks
|
||
- selftests/resctrl: Refactor feature check to use resource and feature name
|
||
- selftests/resctrl: Move _GNU_SOURCE define into Makefile
|
||
- selftests/resctrl: Remove duplicate feature check from CMT test
|
||
- selftests/resctrl: Fix uninitialized .sa_flags
|
||
- ASoC: codecs: wsa883x: make use of new mute_unmute_on_trigger flag
|
||
- ASoC: soc-dai: add flag to mute and unmute stream during trigger
|
||
- netfilter: nf_tables: split async and sync catchall in two functions
|
||
- netfilter: nf_tables: remove catchall element in GC sync path
|
||
- ima: detect changes to the backing overlay file
|
||
- ima: annotate iint mutex to avoid lockdep false positive warnings
|
||
- mfd: qcom-spmi-pmic: Fix revid implementation
|
||
- mfd: qcom-spmi-pmic: Fix reference leaks in revid helper
|
||
- leds: trigger: netdev: Move size check in set_device_name
|
||
- arm64: dts: qcom: ipq6018: Fix tcsr_mutex register size
|
||
- arm64: dts: qcom: ipq9574: Fix hwlock index for SMEM
|
||
- ACPI: FPDT: properly handle invalid FPDT subtables
|
||
- firmware: qcom_scm: use 64-bit calling convention only when client is 64-bit
|
||
- arm64: dts: qcom: ipq8074: Fix hwlock index for SMEM
|
||
- arm64: dts: qcom: ipq5332: Fix hwlock index for SMEM
|
||
- thermal: intel: powerclamp: fix mismatch in get function for max_idle
|
||
- btrfs: don't arbitrarily slow down delalloc if we're committing
|
||
- rcu: kmemleak: Ignore kmemleak false positives when RCU-freeing objects
|
||
- PM: hibernate: Clean up sync_read handling in snapshot_write_next()
|
||
- PM: hibernate: Use __get_safe_page() rather than touching the list
|
||
- dt-bindings: timer: renesas,rz-mtu3: Fix overflow/underflow interrupt names
|
||
- arm64: dts: qcom: ipq6018: Fix hwlock index for SMEM
|
||
- rcu/tree: Defer setting of jiffies during stall reset
|
||
- svcrdma: Drop connection after an RDMA Read error
|
||
- wifi: wilc1000: use vmm_table as array in wilc struct
|
||
- PCI: Lengthen reset delay for VideoPropulsion Torrent QN16e card
|
||
- PCI: exynos: Don't discard .remove() callback
|
||
- PCI: kirin: Don't discard .remove() callback
|
||
- PCI/ASPM: Fix L1 substate handling in aspm_attr_store_common()
|
||
- PCI: qcom-ep: Add dedicated callback for writing to DBI2 registers
|
||
- mmc: Add quirk MMC_QUIRK_BROKEN_CACHE_FLUSH for Micron eMMC Q2J54A
|
||
- mmc: sdhci_am654: fix start loop index for TAP value parsing
|
||
- mmc: vub300: fix an error code
|
||
- ksmbd: fix slab out of bounds write in smb_inherit_dacl()
|
||
- ksmbd: handle malformed smb1 message
|
||
- ksmbd: fix recursive locking in vfs helpers
|
||
- clk: qcom: ipq6018: drop the CLK_SET_RATE_PARENT flag from PLL clocks
|
||
- clk: qcom: ipq8074: drop the CLK_SET_RATE_PARENT flag from PLL clocks
|
||
- integrity: powerpc: Do not select CA_MACHINE_KEYRING
|
||
- clk: visconti: Fix undefined behavior bug in struct visconti_pll_provider
|
||
- clk: socfpga: Fix undefined behavior bug in struct stratix10_clock_data
|
||
- powercap: intel_rapl: Downgrade BIOS locked limits pr_warn() to pr_debug()
|
||
- cpufreq: stats: Fix buffer overflow detection in trans_stats()
|
||
- parisc/power: Add power soft-off when running on qemu
|
||
- parisc/pdc: Add width field to struct pdc_model
|
||
- parisc/agp: Use 64-bit LE values in SBA IOMMU PDIR table
|
||
- pmdomain: imx: Make imx pgc power domain also set the fwnode
|
||
- arm64: module: Fix PLT counting when CONFIG_RANDOMIZE_BASE=n
|
||
- arm64: Restrict CPU_BIG_ENDIAN to GNU as or LLVM IAS 15.x or newer
|
||
- pmdomain: amlogic: Fix mask for the second NNA mem PD domain
|
||
- PCI: keystone: Don't discard .probe() callback
|
||
- PCI: keystone: Don't discard .remove() callback
|
||
- KEYS: trusted: Rollback init_trusted() consistently
|
||
- KEYS: trusted: tee: Refactor register SHM usage
|
||
- pmdomain: bcm: bcm2835-power: check if the ASB register is equal to enable
|
||
- sched/core: Fix RQCF_ACT_SKIP leak
|
||
- genirq/generic_chip: Make irq_remove_generic_chip() irqdomain aware
|
||
- mmc: meson-gx: Remove setting of CMD_CFG_ERROR
|
||
- wifi: ath12k: fix dfs-radar and temperature event locking
|
||
- wifi: ath12k: fix htt mlo-offset event locking
|
||
- wifi: ath11k: fix gtk offload status event locking
|
||
- wifi: ath11k: fix htt pktlog locking
|
||
- wifi: ath11k: fix dfs radar event locking
|
||
- wifi: ath11k: fix temperature event locking
|
||
- regmap: Ensure range selector registers are updated after cache sync
|
||
- ACPI: resource: Do IRQ override on TongFang GMxXGxx
|
||
- parisc: Add nop instructions after TLB inserts
|
||
- mm/damon/sysfs: check error from damon_sysfs_update_target()
|
||
- mm/damon/core.c: avoid unintentional filtering out of schemes
|
||
- mm/damon/sysfs-schemes: handle tried regions sysfs directory allocation failure
|
||
- mm/damon/sysfs-schemes: handle tried region directory allocation failure
|
||
- mm/damon/core: avoid divide-by-zero during monitoring results update
|
||
- mm/damon: implement a function for max nr_accesses safe calculation
|
||
- mm/damon/ops-common: avoid divide-by-zero during region hotness calculation
|
||
- mm/damon/lru_sort: avoid divide-by-zero in hot threshold calculation
|
||
- dm crypt: account large pages in cc->n_allocated_pages
|
||
- fbdev: stifb: Make the STI next font pointer a 32-bit signed offset
|
||
- iommufd: Fix missing update of domains_itree after splitting iopt_area
|
||
- watchdog: move softlockup_panic back to early_param
|
||
- mm/damon/sysfs: update monitoring target regions for online input commit
|
||
- mm/damon/sysfs: remove requested targets when online-commit inputs
|
||
- PCI/sysfs: Protect driver's D3cold preference from user space
|
||
- hvc/xen: fix event channel handling for secondary consoles
|
||
- hvc/xen: fix error path in xen_hvc_init() to always register frontend driver
|
||
- hvc/xen: fix console unplug
|
||
- acpi/processor: sanitize _OSC/_PDC capabilities for Xen dom0
|
||
- tty: serial: meson: fix hard LOCKUP on crtscts mode
|
||
- tty/sysrq: replace smp_processor_id() with get_cpu()
|
||
- proc: sysctl: prevent aliased sysctls from getting passed to init
|
||
- audit: don't WARN_ON_ONCE(!current->mm) in audit_exe_compare()
|
||
- audit: don't take task_lock() in audit_exe_compare() code path
|
||
- sched: psi: fix unprivileged polling against cgroups
|
||
- mmc: sdhci-pci-gli: GL9755: Mask the replay timer timeout of AER
|
||
- KVM: x86: Fix lapic timer interrupt lost after loading a snapshot.
|
||
- KVM: x86: Clear bit12 of ICR after APIC-write VM-exit
|
||
- KVM: x86: Ignore MSR_AMD64_TW_CFG access
|
||
- KVM: x86: hyper-v: Don't auto-enable stimer on write from user-space
|
||
- x86/cpu/hygon: Fix the CPU topology evaluation for real
|
||
- x86/apic/msi: Fix misconfigured non-maskable MSI quirk
|
||
- x86/PCI: Avoid PME from D3hot/D3cold for AMD Rembrandt and Phoenix USB4
|
||
- crypto: x86/sha - load modules based on CPU features
|
||
- x86/shstk: Delay signal entry SSP write until after user accesses
|
||
- scsi: ufs: core: Fix racing issue between ufshcd_mcq_abort() and ISR
|
||
- scsi: qla2xxx: Fix system crash due to bad pointer access
|
||
- scsi: ufs: qcom: Update PHY settings only when scaling to higher gears
|
||
- scsi: megaraid_sas: Increase register read retry rount from 3 to 30 for selected registers
|
||
- scsi: mpt3sas: Fix loop logic
|
||
- bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_END
|
||
- bpf: Fix check_stack_write_fixed_off() to correctly spill imm
|
||
- spi: Fix null dereference on suspend
|
||
- randstruct: Fix gcc-plugin performance mode to stay in group
|
||
- powerpc/perf: Fix disabling BHRB and instruction sampling
|
||
- perf intel-pt: Fix async branch flags
|
||
- media: venus: hfi: add checks to perform sanity on queue pointers
|
||
- drivers: perf: Check find_first_bit() return value
|
||
- perf: arm_cspmu: Reject events meant for other PMUs
|
||
- i915/perf: Fix NULL deref bugs with drm_dbg() calls
|
||
- perf/core: Fix cpuctx refcounting
|
||
- cifs: fix check of rc in function generate_smb3signingkey
|
||
- cifs: spnego: add ';' in HOST_KEY_LEN
|
||
- scsi: ufs: core: Expand MCQ queue slot to DeviceQueueDepth + 1
|
||
- tools/power/turbostat: Enable the C-state Pre-wake printing
|
||
- tools/power/turbostat: Fix a knl bug
|
||
- macvlan: Don't propagate promisc change to lower dev in passthru
|
||
- net: sched: do not offload flows with a helper in act_ct
|
||
- net/mlx5e: Check return value of snprintf writing to fw_version buffer for representors
|
||
- net/mlx5e: Check return value of snprintf writing to fw_version buffer
|
||
- net/mlx5e: Reduce the size of icosq_str
|
||
- net/mlx5: Increase size of irq name buffer
|
||
- net/mlx5e: Update doorbell for port timestamping CQ before the software counter
|
||
- net/mlx5e: Track xmit submission to PTP WQ after populating metadata map
|
||
- net/mlx5e: Avoid referencing skb after free-ing in drop path of mlx5e_sq_xmit_wqe
|
||
- net/mlx5e: Don't modify the peer sent-to-vport rules for IPSec offload
|
||
- net/mlx5e: Fix pedit endianness
|
||
- net/mlx5e: fix double free of encap_header in update funcs
|
||
- net/mlx5e: fix double free of encap_header
|
||
- net/mlx5: Decouple PHC .adjtime and .adjphase implementations
|
||
- net/mlx5: Free used cpus mask when an IRQ is released
|
||
- Revert "net/mlx5: DR, Supporting inline WQE when possible"
|
||
- io_uring/fdinfo: remove need for sqpoll lock for thread/pid retrieval
|
||
- gve: Fixes for napi_poll when budget is 0
|
||
- pds_core: fix up some format-truncation complaints
|
||
- pds_core: use correct index to mask irq
|
||
- net: stmmac: avoid rx queue overrun
|
||
- net: stmmac: fix rx budget limit check
|
||
- netfilter: nf_tables: bogus ENOENT when destroying element which does not exist
|
||
- netfilter: nf_tables: fix pointer math issue in nft_byteorder_eval()
|
||
- netfilter: nf_conntrack_bridge: initialize err to 0
|
||
- af_unix: fix use-after-free in unix_stream_read_actor()
|
||
- net: ethernet: cortina: Fix MTU max setting
|
||
- net: ethernet: cortina: Handle large frames
|
||
- net: ethernet: cortina: Fix max RX frame define
|
||
- bonding: stop the device in bond_setup_by_slave()
|
||
- ptp: annotate data-race around q->head and q->tail
|
||
- blk-mq: make sure active queue usage is held for bio_integrity_prep()
|
||
- xen/events: fix delayed eoi list handling
|
||
- ppp: limit MRU to 64K
|
||
- net: mvneta: fix calls to page_pool_get_stats
|
||
- tipc: Fix kernel-infoleak due to uninitialized TLV value
|
||
- net: hns3: fix VF wrong speed and duplex issue
|
||
- net: hns3: fix VF reset fail issue
|
||
- net: hns3: fix variable may not initialized problem in hns3_init_mac_addr()
|
||
- net: hns3: fix out-of-bounds access may occur when coalesce info is read via debugfs
|
||
- net: hns3: fix incorrect capability bit display for copper port
|
||
- net: hns3: add barrier in vf mailbox reply process
|
||
- net: hns3: fix add VLAN fail issue
|
||
- xen/events: avoid using info_for_irq() in xen_send_IPI_one()
|
||
- net: ti: icssg-prueth: Fix error cleanup on failing pruss_request_mem_region
|
||
- net: ti: icssg-prueth: Add missing icss_iep_put to error path
|
||
- tty: Fix uninit-value access in ppp_sync_receive()
|
||
- ipvlan: add ipvlan_route_v6_outbound() helper
|
||
- net: set SOCK_RCU_FREE before inserting socket into hashtable
|
||
- bpf: fix control-flow graph checking in privileged mode
|
||
- bpf: fix precision backtracking instruction iteration
|
||
- bpf: handle ldimm64 properly in check_cfg()
|
||
- gcc-plugins: randstruct: Only warn about true flexible arrays
|
||
- vhost-vdpa: fix use after free in vhost_vdpa_probe()
|
||
- vdpa_sim_blk: allocate the buffer zeroed
|
||
- riscv: split cache ops out of dma-noncoherent.c
|
||
- drm/i915/tc: Fix -Wformat-truncation in intel_tc_port_init
|
||
- gfs2: Silence "suspicious RCU usage in gfs2_permission" warning
|
||
- riscv: provide riscv-specific is_trap_insn()
|
||
- RISC-V: hwprobe: Fix vDSO SIGSEGV
|
||
- SUNRPC: Fix RPC client cleaned up the freed pipefs dentries
|
||
- NFSv4.1: fix SP4_MACH_CRED protection for pnfs IO
|
||
- SUNRPC: Add an IS_ERR() check back to where it was
|
||
- NFSv4.1: fix handling NFS4ERR_DELAY when testing for session trunking
|
||
- drm/i915/mtl: avoid stringop-overflow warning
|
||
- mtd: rawnand: meson: check return value of devm_kasprintf()
|
||
- mtd: rawnand: intel: check return value of devm_kasprintf()
|
||
- SUNRPC: ECONNRESET might require a rebind
|
||
- dt-bindings: serial: fix regex pattern for matching serial node children
|
||
- samples/bpf: syscall_tp_user: Fix array out-of-bound access
|
||
- samples/bpf: syscall_tp_user: Rename num_progs into nr_tests
|
||
- sched/core: Optimize in_task() and in_interrupt() a bit
|
||
- wifi: iwlwifi: Use FW rate for non-data frames
|
||
- mtd: rawnand: tegra: add missing check for platform_get_irq()
|
||
- pwm: Fix double shift bug
|
||
- drm/amdgpu: fix software pci_unplug on some chips
|
||
- ALSA: hda/realtek: Add quirk for ASUS UX7602ZM
|
||
- drm/qxl: prevent memory leak
|
||
- ASoC: ti: omap-mcbsp: Fix runtime PM underflow warnings
|
||
- i2c: dev: copy userspace array safely
|
||
- riscv: VMAP_STACK overflow detection thread-safe
|
||
- kgdb: Flush console before entering kgdb on panic
|
||
- gfs2: Fix slab-use-after-free in gfs2_qd_dealloc
|
||
- drm/amd/display: Avoid NULL dereference of timing generator
|
||
- media: imon: fix access to invalid resource for the second interface
|
||
- media: ccs: Fix driver quirk struct documentation
|
||
- media: cobalt: Use FIELD_GET() to extract Link Width
|
||
- gfs2: fix an oops in gfs2_permission
|
||
- gfs2: ignore negated quota changes
|
||
- media: ipu-bridge: increase sensor_name size
|
||
- media: vivid: avoid integer overflow
|
||
- media: gspca: cpia1: shift-out-of-bounds in set_flicker
|
||
- i3c: master: mipi-i3c-hci: Fix a kernel panic for accessing DAT_data.
|
||
- virtio-blk: fix implicit overflow on virtio_max_dma_size
|
||
- i2c: sun6i-p2wi: Prevent potential division by zero
|
||
- i2c: fix memleak in i2c_new_client_device()
|
||
- i2c: i801: Add support for Intel Birch Stream SoC
|
||
- i3c: mipi-i3c-hci: Fix out of bounds access in hci_dma_irq_handler
|
||
- 9p: v9fs_listxattr: fix %s null argument warning
|
||
- 9p/trans_fd: Annotate data-racy writes to file::f_flags
|
||
- usb: gadget: f_ncm: Always set current gadget in ncm_bind()
|
||
- usb: host: xhci: Avoid XHCI resume delay if SSUSB device is not present
|
||
- f2fs: fix error handling of __get_node_page
|
||
- f2fs: fix error path of __f2fs_build_free_nids
|
||
- soundwire: dmi-quirks: update HP Omen match
|
||
- usb: ucsi: glink: use the connector orientation GPIO to provide switch events
|
||
- usb: dwc3: core: configure TX/RX threshold for DWC3_IP
|
||
- phy: qualcomm: phy-qcom-eusb2-repeater: Zero out untouched tuning regs
|
||
- phy: qualcomm: phy-qcom-eusb2-repeater: Use regmap_fields
|
||
- dt-bindings: phy: qcom,snps-eusb2-repeater: Add magic tuning overrides
|
||
- tty: vcc: Add check for kstrdup() in vcc_probe()
|
||
- thunderbolt: Apply USB 3.x bandwidth quirk only in software connection manager
|
||
- iio: adc: stm32-adc: harden against NULL pointer deref in stm32_adc_probe()
|
||
- mfd: intel-lpss: Add Intel Lunar Lake-M PCI IDs
|
||
- exfat: support handle zero-size directory
|
||
- HID: Add quirk for Dell Pro Wireless Keyboard and Mouse KM5221W
|
||
- crypto: hisilicon/qm - prevent soft lockup in receive loop
|
||
- ASoC: Intel: soc-acpi-cht: Add Lenovo Yoga Tab 3 Pro YT3-X90 quirk
|
||
- PCI: Use FIELD_GET() in Sapphire RX 5600 XT Pulse quirk
|
||
- misc: pci_endpoint_test: Add Device ID for R-Car S4-8 PCIe controller
|
||
- PCI: dwc: Add missing PCI_EXP_LNKCAP_MLW handling
|
||
- PCI: dwc: Add dw_pcie_link_set_max_link_width()
|
||
- PCI: Disable ATS for specific Intel IPU E2000 devices
|
||
- PCI: Extract ATS disabling to a helper function
|
||
- PCI: Use FIELD_GET() to extract Link Width
|
||
- scsi: libfc: Fix potential NULL pointer dereference in fc_lport_ptp_setup()
|
||
- PCI: Do error check on own line to split long "if" conditions
|
||
- atm: iphase: Do PCI error checks on own line
|
||
- PCI: mvebu: Use FIELD_PREP() with Link Width
|
||
- PCI: tegra194: Use FIELD_GET()/FIELD_PREP() with Link Width fields
|
||
- gpiolib: of: Add quirk for mt2701-cs42448 ASoC sound
|
||
- ALSA: hda: Fix possible null-ptr-deref when assigning a stream
|
||
- ARM: 9320/1: fix stack depot IRQ stack filter
|
||
- HID: lenovo: Detect quirk-free fw on cptkbd and stop applying workaround
|
||
- jfs: fix array-index-out-of-bounds in diAlloc
|
||
- jfs: fix array-index-out-of-bounds in dbFindLeaf
|
||
- fs/jfs: Add validity check for db_maxag and db_agpref
|
||
- fs/jfs: Add check for negative db_l2nbperpage
|
||
- scsi: ibmvfc: Remove BUG_ON in the case of an empty event pool
|
||
- scsi: hisi_sas: Set debugfs_dir pointer to NULL after removing debugfs
|
||
- RDMA/hfi1: Use FIELD_GET() to extract Link Width
|
||
- ASoC: SOF: ipc4: handle EXCEPTION_CAUGHT notification from firmware
|
||
- crypto: pcrypt - Fix hungtask for PADATA_RESET
|
||
- ASoC: cs35l56: Use PCI SSID as the firmware UID
|
||
- ASoC: Intel: sof_sdw: Copy PCI SSID to struct snd_soc_card
|
||
- ASoC: SOF: Pass PCI SSID to machine driver
|
||
- ASoC: soc-card: Add storage for PCI SSID
|
||
- ASoC: mediatek: mt8188-mt6359: support dynamic pinctrl
|
||
- selftests/efivarfs: create-read: fix a resource leak
|
||
- arm64: dts: ls208xa: use a pseudo-bus to constrain usb dma size
|
||
- arm64: dts: rockchip: Add NanoPC T6 PCIe e-key support
|
||
- soc: qcom: pmic: Fix resource leaks in a device_for_each_child_node() loop
|
||
- drm/amd: check num of link levels when update pcie param
|
||
- drm/amd/display: fix num_ways overflow error
|
||
- drm/amd: Disable PP_PCIE_DPM_MASK when dynamic speed switching not supported
|
||
- drm/amdgpu: Fix a null pointer access when the smc_rreg pointer is NULL
|
||
- drm/amdkfd: Fix shift out-of-bounds issue
|
||
- drm/panel: st7703: Pick different reset sequence
|
||
- drm/amdgpu/vkms: fix a possible null pointer dereference
|
||
- drm/radeon: fix a possible null pointer dereference
|
||
- drm/panel/panel-tpo-tpg110: fix a possible null pointer dereference
|
||
- drm/panel: fix a possible null pointer dereference
|
||
- drm/amdgpu: Fix potential null pointer derefernce
|
||
- drm/amd: Fix UBSAN array-index-out-of-bounds for Polaris and Tonga
|
||
- drm/amd: Fix UBSAN array-index-out-of-bounds for SMU7
|
||
- drm/msm/dp: skip validity check for DP CTS EDID checksum
|
||
- drm: vmwgfx_surface.c: copy user-array safely
|
||
- drm_lease.c: copy user-array safely
|
||
- kernel: watch_queue: copy user-array safely
|
||
- kernel: kexec: copy user-array safely
|
||
- string.h: add array-wrappers for (v)memdup_user()
|
||
- drm/amd/display: use full update for clip size increase of large plane source
|
||
- drm/amd: Update `update_pcie_parameters` functions to use uint8_t arguments
|
||
- drm/amdgpu: update retry times for psp vmbx wait
|
||
- drm/amdkfd: Fix a race condition of vram buffer unref in svm code
|
||
- drm/amdgpu: not to save bo in the case of RAS err_event_athub
|
||
- md: don't rely on 'mddev->pers' to be set in mddev_suspend()
|
||
- drm/edid: Fixup h/vsync_end instead of h/vtotal
|
||
- drm/amd/display: add seamless pipe topology transition check
|
||
- drm/amd/display: Don't lock phantom pipe on disabling
|
||
- drm/amd/display: Blank phantom OTG before enabling
|
||
- drm/komeda: drop all currently held locks if deadlock happens
|
||
- drm/amdkfd: ratelimited SQ interrupt messages
|
||
- drm/gma500: Fix call trace when psb_gem_mm_init() fails
|
||
- platform/x86: thinkpad_acpi: Add battery quirk for Thinkpad X120e
|
||
- of: address: Fix address translation when address-size is greater than 2
|
||
- platform/chrome: kunit: initialize lock for fake ec_dev
|
||
- gpiolib: acpi: Add a ignore interrupt quirk for Peaq C1010
|
||
- tsnep: Fix tsnep_request_irq() format-overflow warning
|
||
- ACPI: EC: Add quirk for HP 250 G7 Notebook PC
|
||
- Bluetooth: Fix double free in hci_conn_cleanup
|
||
- Bluetooth: btusb: Add date->evt_skb is NULL check
|
||
- wifi: iwlwifi: mvm: fix size check for fw_link_id
|
||
- bpf: Ensure proper register state printing for cond jumps
|
||
- vsock: read from socket's error queue
|
||
- net: sfp: add quirk for FS's 2.5G copper SFP
|
||
- wifi: ath10k: Don't touch the CE interrupt registers after power up
|
||
- wifi: ath12k: mhi: fix potential memory leak in ath12k_mhi_register()
|
||
- net: annotate data-races around sk->sk_dst_pending_confirm
|
||
- net: annotate data-races around sk->sk_tx_queue_mapping
|
||
- wifi: mt76: fix clang-specific fortify warnings
|
||
- wifi: mt76: mt7921e: Support MT7992 IP in Xiaomi Redmibook 15 Pro (2023)
|
||
- net: sfp: add quirk for Fiberstone GPON-ONU-34-20BI
|
||
- ACPI: APEI: Fix AER info corruption when error status data has multiple sections
|
||
- wifi: ath12k: fix possible out-of-bound write in ath12k_wmi_ext_hal_reg_caps()
|
||
- wifi: ath10k: fix clang-specific fortify warning
|
||
- wifi: ath12k: fix possible out-of-bound read in ath12k_htt_pull_ppdu_stats()
|
||
- wifi: ath9k: fix clang-specific fortify warnings
|
||
- bpf: Detect IP == ksym.end as part of BPF program
|
||
- atl1c: Work around the DMA RX overflow issue
|
||
- wifi: mac80211: don't return unset power in ieee80211_get_tx_power()
|
||
- wifi: mac80211_hwsim: fix clang-specific fortify warning
|
||
- wifi: ath12k: Ignore fragments from uninitialized peer in dp
|
||
- wifi: plfxlc: fix clang-specific fortify warning
|
||
- x86/mm: Drop the 4 MB restriction on minimal NUMA node memory size
|
||
- workqueue: Provide one lock class key per work_on_cpu() callsite
|
||
- cpu/hotplug: Don't offline the last non-isolated CPU
|
||
- smp,csd: Throw an error if a CSD lock is stuck for too long
|
||
- srcu: Only accelerate on enqueue time
|
||
- clocksource/drivers/timer-atmel-tcb: Fix initialization on SAM9 hardware
|
||
- clocksource/drivers/timer-imx-gpt: Fix potential memory leak
|
||
- selftests/lkdtm: Disable CONFIG_UBSAN_TRAP in test config
|
||
- srcu: Fix srcu_struct node grpmask overflow on 64-bit systems
|
||
- perf/core: Bail out early if the request AUX area is out of bound
|
||
- x86/retpoline: Make sure there are no unconverted return thunks due to KCSAN
|
||
- lib/generic-radix-tree.c: Don't overflow in peek()
|
||
- btrfs: abort transaction on generation mismatch when marking eb as dirty
|
||
- locking/ww_mutex/test: Fix potential workqueue corruption
|
||
- LoongArch: use arch specific phys_to_dma
|
||
- LoongArch: Fixed EIOINTC structure members
|
||
- LoongArch: Fix virtual machine startup error
|
||
- LoongArch: Old BPI compatibility
|
||
- LoongArch: add kernel setvirtmap for runtime
|
||
- arm64: openeuler_defconfig: update for new feature
|
||
- x86: openeuler_defconfig: update from new feature
|
||
- erofs: fix NULL dereference of dif->bdev_handle in fscache mode
|
||
- block: Remove blkdev_get_by_*() functions
|
||
- bcache: Fixup error handling in register_cache()
|
||
- xfs: Convert to bdev_open_by_path()
|
||
- reiserfs: Convert to bdev_open_by_dev/path()
|
||
- ocfs2: Convert to use bdev_open_by_dev()
|
||
- nfs/blocklayout: Convert to use bdev_open_by_dev/path()
|
||
- jfs: Convert to bdev_open_by_dev()
|
||
- f2fs: Convert to bdev_open_by_dev/path()
|
||
- ext4: Convert to bdev_open_by_dev()
|
||
- erofs: Convert to use bdev_open_by_path()
|
||
- btrfs: Convert to bdev_open_by_path()
|
||
- fs: Convert to bdev_open_by_dev()
|
||
- mm/swap: Convert to use bdev_open_by_dev()
|
||
- PM: hibernate: Drop unused snapshot_test argument
|
||
- PM: hibernate: Convert to bdev_open_by_dev()
|
||
- scsi: target: Convert to bdev_open_by_path()
|
||
- s390/dasd: Convert to bdev_open_by_path()
|
||
- nvmet: Convert to bdev_open_by_path()
|
||
- mtd: block2mtd: Convert to bdev_open_by_dev/path()
|
||
- md: Convert to bdev_open_by_dev()
|
||
- dm: Convert to bdev_open_by_dev()
|
||
- bcache: Convert to bdev_open_by_path()
|
||
- zram: Convert to use bdev_open_by_dev()
|
||
- xen/blkback: Convert to bdev_open_by_dev()
|
||
- rnbd-srv: Convert to use bdev_open_by_path()
|
||
- pktcdvd: Convert to bdev_open_by_dev()
|
||
- drdb: Convert to use bdev_open_by_path()
|
||
- block: Use bdev_open_by_dev() in disk_scan_partitions() and blkdev_bszset()
|
||
- block: Use bdev_open_by_dev() in blkdev_open()
|
||
- block: Provide bdev_open_* functions
|
||
- alinux: random: speed up the initialization of module
|
||
- keys: Allow automatic module signature with SM3
|
||
- arm64: fix image size inflation with CONFIG_COMPAT_TASK_SIZE
|
||
- arm64: set 32-bit compatible TASK_SIZE_MAX to fix U32 libc_write_01 error
|
||
- arm64: replace is_compat_task() with is_ilp32_compat_task() in TASK_SIZE_MAX
|
||
- arm64: fix address limit problem with TASK_SIZE_MAX
|
||
- ilp32: fix compile problem when ARM64_ILP32 and UBSAN are both enabled
|
||
- arm64: fix abi change caused by ILP32
|
||
- arm64: fix AUDIT_ARCH_AARCH64ILP32 bug on audit subsystem
|
||
- ilp32: skip ARM erratum 1418040 for ilp32 application
|
||
- ilp32: avoid clearing upper 32 bits of syscall return value for ilp32
|
||
- arm64: secomp: fix the secure computing mode 1 syscall check for ilp32
|
||
- arm64:ilp32: add ARM64_ILP32 to Kconfig
|
||
- arm64:ilp32: add vdso-ilp32 and use for signal return
|
||
- arm64: ptrace: handle ptrace_request differently for aarch32 and ilp32
|
||
- arm64: ilp32: introduce ilp32-specific sigframe and ucontext
|
||
- arm64: signal32: move ilp32 and aarch32 common code to separated file
|
||
- arm64: signal: share lp64 signal structures and routines to ilp32
|
||
- arm64: ilp32: introduce syscall table for ILP32
|
||
- arm64: ilp32: share aarch32 syscall handlers
|
||
- arm64: ilp32: introduce binfmt_ilp32.c
|
||
- arm64: change compat_elf_hwcap and compat_elf_hwcap2 prefix to a32
|
||
- arm64: introduce binfmt_elf32.c
|
||
- arm64: introduce AUDIT_ARCH_AARCH64ILP32 for ilp32
|
||
- arm64: ilp32: add is_ilp32_compat_{task,thread} and TIF_32BIT_AARCH64
|
||
- arm64: introduce is_a32_compat_{task,thread} for AArch32 compat
|
||
- arm64: uapi: set __BITS_PER_LONG correctly for ILP32 and LP64
|
||
- arm64: rename functions that reference compat term
|
||
- arm64: rename COMPAT to AARCH32_EL0
|
||
- arm64: ilp32: add documentation on the ILP32 ABI for ARM64
|
||
- thread: move thread bits accessors to separated file
|
||
- ptrace: Add compat PTRACE_{G,S}ETSIGMASK handlers
|
||
- arm64: signal: Make parse_user_sigframe() independent of rt_sigframe layout
|
||
|
||
* Tue Dec 5 2023 Zheng Zengkai <zhengzengkai@huawei.com> - 6.6.0-1.0.0.1
|
||
- !3058 tcp/dccp: Add another way to allocate local ports in connect()
|
||
- !3064 mm: PCP high auto-tuning
|
||
- !2985 hugetlbfs: avoid overflow in hugetlbfs_fallocate
|
||
- !3059 Handle more faults under the VMA lock
|
||
- mm, pcp: reduce detecting time of consecutive high order page freeing
|
||
- mm, pcp: decrease PCP high if free pages < high watermark
|
||
- mm: tune PCP high automatically
|
||
- mm: add framework for PCP high auto-tuning
|
||
- mm, page_alloc: scale the number of pages that are batch allocated
|
||
- mm: restrict the pcp batch scale factor to avoid too long latency
|
||
- mm, pcp: reduce lock contention for draining high-order pages
|
||
- cacheinfo: calculate size of per-CPU data cache slice
|
||
- mm, pcp: avoid to drain PCP when process exit
|
||
- mm: handle write faults to RO pages under the VMA lock
|
||
- mm: handle read faults under the VMA lock
|
||
- mm: handle COW faults under the VMA lock
|
||
- mm: handle shared faults under the VMA lock
|
||
- mm: call wp_page_copy() under the VMA lock
|
||
- mm: make lock_folio_maybe_drop_mmap() VMA lock aware
|
||
- tcp/dccp: Add another way to allocate local ports in connect()
|
||
- !3044 mm: hugetlb: Skip initialization of gigantic tail struct pages if freed by HVO
|
||
- !2980 io_uring: fix soft lockup in io_submit_sqes()
|
||
- !3014 anolis: bond: broadcast ARP or ND messages to all slaves
|
||
- !3018 folio conversions for numa balance
|
||
- mm: hugetlb: skip initialization of gigantic tail struct pages if freed by HVO
|
||
- memblock: introduce MEMBLOCK_RSRV_NOINIT flag
|
||
- memblock: pass memblock_type to memblock_setclr_flag
|
||
- mm: hugetlb_vmemmap: use nid of the head page to reallocate it
|
||
- mm: remove page_cpupid_xchg_last()
|
||
- mm: use folio_xchg_last_cpupid() in wp_page_reuse()
|
||
- mm: convert wp_page_reuse() and finish_mkwrite_fault() to take a folio
|
||
- mm: make finish_mkwrite_fault() static
|
||
- mm: huge_memory: use folio_xchg_last_cpupid() in __split_huge_page_tail()
|
||
- mm: migrate: use folio_xchg_last_cpupid() in folio_migrate_flags()
|
||
- sched/fair: use folio_xchg_last_cpupid() in should_numa_migrate_memory()
|
||
- mm: add folio_xchg_last_cpupid()
|
||
- mm: remove xchg_page_access_time()
|
||
- mm: huge_memory: use a folio in change_huge_pmd()
|
||
- mm: mprotect: use a folio in change_pte_range()
|
||
- sched/fair: use folio_xchg_access_time() in numa_hint_fault_latency()
|
||
- mm: add folio_xchg_access_time()
|
||
- mm: remove page_cpupid_last()
|
||
- mm: huge_memory: use folio_last_cpupid() in __split_huge_page_tail()
|
||
- mm: huge_memory: use folio_last_cpupid() in do_huge_pmd_numa_page()
|
||
- mm: memory: use folio_last_cpupid() in do_numa_page()
|
||
- mm: add folio_last_cpupid()
|
||
- mm_types: add virtual and _last_cpupid into struct folio
|
||
- sched/numa, mm: make numa migrate functions to take a folio
|
||
- mm: mempolicy: make mpol_misplaced() to take a folio
|
||
- mm: memory: make numa_migrate_prep() to take a folio
|
||
- mm: memory: use a folio in do_numa_page()
|
||
- mm: huge_memory: use a folio in do_huge_pmd_numa_page()
|
||
- mm: memory: add vm_normal_folio_pmd()
|
||
- mm: migrate: remove isolated variable in add_page_for_migration()
|
||
- mm: migrate: remove PageHead() check for HugeTLB in add_page_for_migration()
|
||
- mm: migrate: use a folio in add_page_for_migration()
|
||
- mm: migrate: use __folio_test_movable()
|
||
- mm: migrate: convert migrate_misplaced_page() to migrate_misplaced_folio()
|
||
- mm: migrate: convert numamigrate_isolate_page() to numamigrate_isolate_folio()
|
||
- mm: migrate: remove THP mapcount check in numamigrate_isolate_page()
|
||
- mm: migrate: remove PageTransHuge check in numamigrate_isolate_page()
|
||
- anolis: bond: broadcast ARP or ND messages to all slaves
|
||
- hugetlbfs: avoid overflow in hugetlbfs_fallocate
|
||
- io_uring: fix soft lockup in io_submit_sqes()
|
||
- !2971 net: sched: sch_qfq: Use non-work-conserving warning handler
|
||
- !2968 checkpatch: Update link tags to fix ci warning
|
||
- net: sched: sch_qfq: Use non-work-conserving warning handler
|
||
- checkpatch: Update check of link tags
|
||
- !2945 Backport linux 6.6.2 LTS patches
|
||
- btrfs: make found_logical_ret parameter mandatory for function queue_scrub_stripe()
|
||
- btrfs: use u64 for buffer sizes in the tree search ioctls
|
||
- Revert "mmc: core: Capture correct oemid-bits for eMMC cards"
|
||
- Revert "PCI/ASPM: Disable only ASPM_STATE_L1 when driver, disables L1"
|
||
- x86/amd_nb: Use Family 19h Models 60h-7Fh Function 4 IDs
|
||
- io_uring/net: ensure socket is marked connected on connect retry
|
||
- selftests: mptcp: fix wait_rm_addr/sf parameters
|
||
- selftests: mptcp: run userspace pm tests slower
|
||
- eventfs: Check for NULL ef in eventfs_set_attr()
|
||
- tracing/kprobes: Fix the order of argument descriptions
|
||
- fbdev: fsl-diu-fb: mark wr_reg_wa() static
|
||
- ALSA: hda/realtek: Add support dual speaker for Dell
|
||
- fbdev: imsttfb: fix a resource leak in probe
|
||
- fbdev: imsttfb: fix double free in probe()
|
||
- arm64/arm: arm_pmuv3: perf: Don't truncate 64-bit registers
|
||
- spi: spi-zynq-qspi: add spi-mem to driver kconfig dependencies
|
||
- ASoC: dapm: fix clock get name
|
||
- ASoC: hdmi-codec: register hpd callback on component probe
|
||
- ASoC: mediatek: mt8186_mt6366_rt1019_rt5682s: trivial: fix error messages
|
||
- ASoC: rt712-sdca: fix speaker route missing issue
|
||
- drm/syncobj: fix DRM_SYNCOBJ_WAIT_FLAGS_WAIT_AVAILABLE
|
||
- drm/vc4: tests: Fix UAF in the mock helpers
|
||
- fs: dlm: Simplify buffer size computation in dlm_create_debug_file()
|
||
- module/decompress: use kvmalloc() consistently
|
||
- drivers: perf: Do not broadcast to other cpus when starting a counter
|
||
- net: ti: icss-iep: fix setting counter value
|
||
- RISC-V: Don't fail in riscv_of_parent_hartid() for disabled HARTs
|
||
- net/sched: act_ct: Always fill offloading tuple iifidx
|
||
- netfilter: nat: fix ipv6 nat redirect with mapped and scoped addresses
|
||
- netfilter: xt_recent: fix (increase) ipv6 literal buffer length
|
||
- i2c: iproc: handle invalid slave state
|
||
- net: enetc: shorten enetc_setup_xdp_prog() error message to fit NETLINK_MAX_FMTMSG_LEN
|
||
- virtio/vsock: Fix uninit-value in virtio_transport_recv_pkt()
|
||
- r8169: respect userspace disabling IFF_MULTICAST
|
||
- vsock/virtio: remove socket from connected/bound list on shutdown
|
||
- blk-core: use pr_warn_ratelimited() in bio_check_ro()
|
||
- nbd: fix uaf in nbd_open
|
||
- tg3: power down device only on SYSTEM_POWER_OFF
|
||
- ice: Fix VF-VF direction matching in drop rule in switchdev
|
||
- ice: Fix VF-VF filter rules in switchdev mode
|
||
- ice: lag: in RCU, use atomic allocation
|
||
- ice: Fix SRIOV LAG disable on non-compliant aggregate
|
||
- riscv: boot: Fix creation of loader.bin
|
||
- nvme: fix error-handling for io_uring nvme-passthrough
|
||
- net/smc: put sk reference if close work was canceled
|
||
- net/smc: allow cdc msg send rather than drop it with NULL sndbuf_desc
|
||
- net/smc: fix dangling sock under state SMC_APPFINCLOSEWAIT
|
||
- octeontx2-pf: Free pending and dropped SQEs
|
||
- selftests: pmtu.sh: fix result checking
|
||
- net: stmmac: xgmac: Enable support for multiple Flexible PPS outputs
|
||
- Fix termination state for idr_for_each_entry_ul()
|
||
- net: r8169: Disable multicast filter for RTL8168H and RTL8107E
|
||
- dccp/tcp: Call security_inet_conn_request() after setting IPv6 addresses.
|
||
- dccp: Call security_inet_conn_request() after setting IPv4 addresses.
|
||
- net: page_pool: add missing free_percpu when page_pool_init fail
|
||
- octeontx2-pf: Fix holes in error code
|
||
- octeontx2-pf: Fix error codes
|
||
- inet: shrink struct flowi_common
|
||
- bpf: Check map->usercnt after timer->timer is assigned
|
||
- rxrpc: Fix two connection reaping bugs
|
||
- tipc: Change nla_policy for bearer-related names to NLA_NUL_STRING
|
||
- hsr: Prevent use after free in prp_create_tagged_frame()
|
||
- llc: verify mac len before reading mac header
|
||
- watchdog: ixp4xx: Make sure restart always works
|
||
- watchdog: marvell_gti_wdt: Fix error code in probe()
|
||
- Input: synaptics-rmi4 - fix use after free in rmi_unregister_function()
|
||
- pwm: brcmstb: Utilize appropriate clock APIs in suspend/resume
|
||
- pwm: sti: Reduce number of allocations and drop usage of chip_data
|
||
- drm/amdgpu: don't put MQDs in VRAM on ARM | ARM64
|
||
- drm/amdgpu/gfx10,11: use memcpy_to/fromio for MQDs
|
||
- regmap: prevent noinc writes from clobbering cache
|
||
- cpupower: fix reference to nonexistent document
|
||
- media: cec: meson: always include meson sub-directory in Makefile
|
||
- media: platform: mtk-mdp3: fix uninitialized variable in mdp_path_config()
|
||
- media: mediatek: vcodec: using encoder device to alloc/free encoder memory
|
||
- media: imx-jpeg: notify source chagne event when the first picture parsed
|
||
- media: mediatek: vcodec: Handle invalid encoder vsi
|
||
- media: verisilicon: Fixes clock list for rk3588 av1 decoder
|
||
- media: dvb-usb-v2: af9035: fix missing unlock
|
||
- media: cadence: csi2rx: Unregister v4l2 async notifier
|
||
- media: i2c: imx219: Drop IMX219_REG_CSI_LANE_MODE from common regs array
|
||
- media: i2c: imx219: Replace register addresses with macros
|
||
- media: i2c: imx219: Convert to CCI register access helpers
|
||
- media: cedrus: Fix clock/reset sequence
|
||
- media: vidtv: mux: Add check and kfree for kstrdup
|
||
- media: vidtv: psi: Add check for kstrdup
|
||
- media: s3c-camif: Avoid inappropriate kfree()
|
||
- media: mtk-jpegenc: Fix bug in JPEG encode quality selection
|
||
- media: amphion: handle firmware debug message
|
||
- media: bttv: fix use after free error due to btv->timeout timer
|
||
- media: ov5640: Fix a memory leak when ov5640_probe fails
|
||
- media: i2c: max9286: Fix some redundant of_node_put() calls
|
||
- media: ov5640: fix vblank unchange issue when work at dvp mode
|
||
- media: ov13b10: Fix some error checking in probe
|
||
- media: verisilicon: Do not enable G2 postproc downscale if source is narrower than destination
|
||
- media: hantro: Check whether reset op is defined before use
|
||
- media: imx-jpeg: initiate a drain of the capture queue in dynamic resolution change
|
||
- pcmcia: ds: fix possible name leak in error path in pcmcia_device_add()
|
||
- pcmcia: ds: fix refcount leak in pcmcia_device_add()
|
||
- pcmcia: cs: fix possible hung task and memory leak pccardd()
|
||
- cxl/hdm: Remove broken error path
|
||
- cxl/port: Fix @host confusion in cxl_dport_setup_regs()
|
||
- cxl/core/regs: Rename @dev to @host in struct cxl_register_map
|
||
- cxl/region: Fix cxl_region_rwsem lock held when returning to user space
|
||
- cxl/region: Use cxl_calc_interleave_pos() for auto-discovery
|
||
- cxl/region: Calculate a target position in a region interleave
|
||
- cxl/region: Prepare the decoder match range helper for reuse
|
||
- rtc: pcf85363: fix wrong mask/val parameters in regmap_update_bits call
|
||
- virt: sevguest: Fix passing a stack buffer as a scatterlist target
|
||
- cxl/mem: Fix shutdown order
|
||
- cxl/memdev: Fix sanitize vs decoder setup locking
|
||
- cxl/pci: Fix sanitize notifier setup
|
||
- cxl/pci: Clarify devm host for memdev relative setup
|
||
- cxl/pci: Remove inconsistent usage of dev_err_probe()
|
||
- cxl/pci: Cleanup 'sanitize' to always poll
|
||
- cxl/pci: Remove unnecessary device reference management in sanitize work
|
||
- rtc: brcmstb-waketimer: support level alarm_irq
|
||
- i3c: Fix potential refcount leak in i3c_master_register_new_i3c_devs
|
||
- rtla: Fix uninitialized variable found
|
||
- 9p/net: fix possible memory leak in p9_check_errors()
|
||
- perf vendor events intel: Add broadwellde two metrics
|
||
- perf vendor events intel: Fix broadwellde tma_info_system_dram_bw_use metric
|
||
- perf hist: Add missing puts to hist__account_cycles
|
||
- libperf rc_check: Make implicit enabling work for GCC
|
||
- perf machine: Avoid out of bounds LBR memory read
|
||
- powerpc/vmcore: Add MMU information to vmcoreinfo
|
||
- usb: host: xhci-plat: fix possible kernel oops while resuming
|
||
- xhci: Loosen RPM as default policy to cover for AMD xHC 1.1
|
||
- perf vendor events: Update PMC used in PM_RUN_INST_CMPL event for power10 platform
|
||
- powerpc/pseries: fix potential memory leak in init_cpu_associativity()
|
||
- powerpc/imc-pmu: Use the correct spinlock initializer.
|
||
- powerpc/vas: Limit open window failure messages in log bufffer
|
||
- perf trace: Use the right bpf_probe_read(_str) variant for reading user data
|
||
- powerpc: Hide empty pt_regs at base of the stack
|
||
- powerpc/xive: Fix endian conversion size
|
||
- powerpc/40x: Remove stale PTE_ATOMIC_UPDATES macro
|
||
- perf tools: Do not ignore the default vmlinux.h
|
||
- modpost: fix ishtp MODULE_DEVICE_TABLE built on big-endian host
|
||
- modpost: fix tee MODULE_DEVICE_TABLE built on big-endian host
|
||
- s390/ap: re-init AP queues on config on
|
||
- perf mem-events: Avoid uninitialized read
|
||
- perf parse-events: Fix for term values that are raw events
|
||
- perf build: Add missing comment about NO_LIBTRACEEVENT=1
|
||
- interconnect: fix error handling in qnoc_probe()
|
||
- powerpc: Only define __parse_fpscr() when required
|
||
- interconnect: qcom: osm-l3: Replace custom implementation of COUNT_ARGS()
|
||
- interconnect: qcom: sm8350: Set ACV enable_mask
|
||
- interconnect: qcom: sm8250: Set ACV enable_mask
|
||
- interconnect: qcom: sm8150: Set ACV enable_mask
|
||
- interconnect: qcom: sm6350: Set ACV enable_mask
|
||
- interconnect: qcom: sdm845: Set ACV enable_mask
|
||
- interconnect: qcom: sdm670: Set ACV enable_mask
|
||
- interconnect: qcom: sc8280xp: Set ACV enable_mask
|
||
- interconnect: qcom: sc8180x: Set ACV enable_mask
|
||
- interconnect: qcom: sc7280: Set ACV enable_mask
|
||
- interconnect: qcom: sc7180: Set ACV enable_mask
|
||
- interconnect: qcom: qdu1000: Set ACV enable_mask
|
||
- f2fs: fix to initialize map.m_pblk in f2fs_precache_extents()
|
||
- dmaengine: pxa_dma: Remove an erroneous BUG_ON() in pxad_free_desc()
|
||
- USB: usbip: fix stub_dev hub disconnect
|
||
- tools: iio: iio_generic_buffer ensure alignment
|
||
- debugfs: Fix __rcu type comparison warning
|
||
- misc: st_core: Do not call kfree_skb() under spin_lock_irqsave()
|
||
- tools/perf: Update call stack check in builtin-lock.c
|
||
- dmaengine: ti: edma: handle irq_of_parse_and_map() errors
|
||
- usb: chipidea: Simplify Tegra DMA alignment code
|
||
- usb: chipidea: Fix DMA overwrite for Tegra
|
||
- usb: dwc2: fix possible NULL pointer dereference caused by driver concurrency
|
||
- dmaengine: idxd: Register dsa_bus_type before registering idxd sub-drivers
|
||
- perf record: Fix BTF type checks in the off-cpu profiling
|
||
- perf vendor events arm64: Fix for AmpereOne metrics
|
||
- pinctrl: renesas: rzg2l: Make reverse order of enable() for disable()
|
||
- livepatch: Fix missing newline character in klp_resolve_symbols()
|
||
- perf parse-events: Fix tracepoint name memory leak
|
||
- tty: tty_jobctrl: fix pid memleak in disassociate_ctty()
|
||
- f2fs: fix to drop meta_inode's page cache in f2fs_put_super()
|
||
- f2fs: compress: fix to avoid redundant compress extension
|
||
- f2fs: compress: fix to avoid use-after-free on dic
|
||
- f2fs: compress: fix deadloop in f2fs_write_cache_pages()
|
||
- perf kwork: Set ordered_events to true in 'struct perf_tool'
|
||
- perf kwork: Add the supported subcommands to the document
|
||
- perf kwork: Fix incorrect and missing free atom in work_push_atom()
|
||
- pinctrl: baytrail: fix debounce disable case
|
||
- iio: frequency: adf4350: Use device managed functions and fix power down issue.
|
||
- perf stat: Fix aggr mode initialization
|
||
- apparmor: fix invalid reference on profile->disconnected
|
||
- scripts/gdb: fix usage of MOD_TEXT not defined when CONFIG_MODULES=n
|
||
- leds: trigger: ledtrig-cpu:: Fix 'output may be truncated' issue for 'cpu'
|
||
- leds: pwm: Don't disable the PWM when the LED should be off
|
||
- leds: turris-omnia: Do not use SMBUS calls
|
||
- mfd: arizona-spi: Set pdata.hpdet_channel for ACPI enumerated devs
|
||
- dt-bindings: mfd: mt6397: Split out compatible for MediaTek MT6366 PMIC
|
||
- mfd: dln2: Fix double put in dln2_probe
|
||
- mfd: core: Ensure disabled devices are skipped without aborting
|
||
- mfd: core: Un-constify mfd_cell.of_reg
|
||
- IB/mlx5: Fix init stage error handling to avoid double free of same QP and UAF
|
||
- erofs: fix erofs_insert_workgroup() lockref usage
|
||
- ASoC: ams-delta.c: use component after check
|
||
- crypto: qat - fix deadlock in backlog processing
|
||
- crypto: qat - fix ring to service map for QAT GEN4
|
||
- crypto: qat - use masks for AE groups
|
||
- crypto: qat - refactor fw config related functions
|
||
- crypto: qat - enable dc chaining service
|
||
- crypto: qat - consolidate services structure
|
||
- certs: Break circular dependency when selftest is modular
|
||
- padata: Fix refcnt handling in padata_free_shell()
|
||
- PCI: endpoint: Fix double free in __pci_epc_create()
|
||
- ASoC: Intel: Skylake: Fix mem leak when parsing UUIDs fails
|
||
- HID: logitech-hidpp: Move get_wireless_feature_index() check to hidpp_connect_event()
|
||
- HID: logitech-hidpp: Revert "Don't restart communication if not necessary"
|
||
- HID: logitech-hidpp: Don't restart IO, instead defer hid_connect() only
|
||
- sh: bios: Revive earlyprintk support
|
||
- HID: uclogic: Fix a work->entry not empty bug in __queue_work()
|
||
- HID: uclogic: Fix user-memory-access bug in uclogic_params_ugee_v2_init_event_hooks()
|
||
- hid: cp2112: Fix IRQ shutdown stopping polling for all IRQs on chip
|
||
- RDMA/hfi1: Workaround truncation compilation error
|
||
- scsi: ufs: core: Leave space for '\0' in utf8 desc string
|
||
- ASoC: fsl: Fix PM disable depth imbalance in fsl_easrc_probe
|
||
- ASoC: intel: sof_sdw: Stop processing CODECs when enough are found
|
||
- ASoC: SOF: core: Ensure sof_ops_free() is still called when probe never ran.
|
||
- RDMA/hns: Fix init failure of RoCE VF and HIP08
|
||
- RDMA/hns: Fix unnecessary port_num transition in HW stats allocation
|
||
- RDMA/hns: The UD mode can only be configured with DCQCN
|
||
- RDMA/hns: Add check for SL
|
||
- RDMA/hns: Fix signed-unsigned mixed comparisons
|
||
- RDMA/hns: Fix uninitialized ucmd in hns_roce_create_qp_common()
|
||
- RDMA/hns: Fix printing level of asynchronous events
|
||
- IB/mlx5: Fix rdma counter binding for RAW QP
|
||
- dlm: fix no ack after final message
|
||
- dlm: be sure we reset all nodes at forced shutdown
|
||
- dlm: fix remove member after close call
|
||
- dlm: fix creating multiple node structures
|
||
- fs: dlm: Fix the size of a buffer in dlm_create_debug_file()
|
||
- ASoC: fsl-asoc-card: Add comment for mclk in the codec_priv
|
||
- ASoC: Intel: sof_sdw_rt_sdca_jack_common: add rt713 support
|
||
- backlight: pwm_bl: Disable PWM on shutdown, suspend and remove
|
||
- ASoC: fsl: mpc5200_dma.c: Fix warning of Function parameter or member not described
|
||
- kselftest: vm: fix mdwe's mmap_FIXED test case
|
||
- ext4: move 'ix' sanity check to corrent position
|
||
- ext4: add missing initialization of call_notify_error in update_super_work()
|
||
- ARM: 9323/1: mm: Fix ARCH_LOW_ADDRESS_LIMIT when CONFIG_ZONE_DMA
|
||
- ARM: 9321/1: memset: cast the constant byte to unsigned char
|
||
- crypto: hisilicon/qm - fix PF queue parameter issue
|
||
- hid: cp2112: Fix duplicate workqueue initialization
|
||
- PCI: vmd: Correct PCI Header Type Register's multi-function check
|
||
- ASoC: SOF: ipc4-topology: Use size_add() in call to struct_size()
|
||
- crypto: qat - increase size of buffers
|
||
- crypto: caam/jr - fix Chacha20 + Poly1305 self test failure
|
||
- crypto: caam/qi2 - fix Chacha20 + Poly1305 self test failure
|
||
- nd_btt: Make BTT lanes preemptible
|
||
- libnvdimm/of_pmem: Use devm_kstrdup instead of kstrdup and check its return value
|
||
- ASoC: soc-pcm.c: Make sure DAI parameters cleared if the DAI becomes inactive
|
||
- scsi: ibmvfc: Fix erroneous use of rtas_busy_delay with hcall return code
|
||
- crypto: qat - fix unregistration of compression algorithms
|
||
- crypto: qat - fix unregistration of crypto algorithms
|
||
- crypto: qat - ignore subsequent state up commands
|
||
- crypto: qat - fix state machines cleanup paths
|
||
- RDMA/core: Use size_{add,sub,mul}() in calls to struct_size()
|
||
- hwrng: geode - fix accessing registers
|
||
- hwrng: bcm2835 - Fix hwrng throughput regression
|
||
- crypto: hisilicon/hpre - Fix a erroneous check after snprintf()
|
||
- crypto: ccp - Fix some unfused tests
|
||
- crypto: ccp - Fix sample application signature passing
|
||
- crypto: ccp - Fix DBC sample application error handling
|
||
- crypto: ccp - Fix ioctl unit tests
|
||
- crypto: ccp - Get a free page to use while fetching initial nonce
|
||
- KEYS: Include linux/errno.h in linux/verification.h
|
||
- ALSA: hda: cs35l41: Undo runtime PM changes at driver exit time
|
||
- ALSA: hda: cs35l41: Fix unbalanced pm_runtime_get()
|
||
- ASoC: cs35l41: Undo runtime PM changes at driver exit time
|
||
- ASoC: cs35l41: Verify PM runtime resume errors in IRQ handler
|
||
- ASoC: cs35l41: Fix broken shared boost activation
|
||
- ASoC: cs35l41: Initialize completion object before requesting IRQ
|
||
- ASoC: cs35l41: Handle mdsync_up reg write errors
|
||
- ASoC: cs35l41: Handle mdsync_down reg write errors
|
||
- module/decompress: use vmalloc() for gzip decompression workspace
|
||
- iommufd: Add iopt_area_alloc()
|
||
- ARM: dts: BCM5301X: Explicitly disable unused switch CPU ports
|
||
- soc: qcom: pmic_glink: fix connector type to be DisplayPort
|
||
- selftests/resctrl: Ensure the benchmark commands fits to its array
|
||
- selftests/pidfd: Fix ksft print formats
|
||
- arm64: tegra: Use correct interrupts for Tegra234 TKE
|
||
- memory: tegra: Set BPMP msg flags to reset IPC channels
|
||
- firmware: tegra: Add suspend hook and reset BPMP IPC early on resume
|
||
- arm64: tegra: Fix P3767 QSPI speed
|
||
- arm64: tegra: Fix P3767 card detect polarity
|
||
- arm64: dts: imx8mn: Add sound-dai-cells to micfil node
|
||
- arm64: dts: imx8mm: Add sound-dai-cells to micfil node
|
||
- arm64: dts: imx8mp-debix-model-a: Remove USB hub reset-gpios
|
||
- arm64: dts: imx8qm-ss-img: Fix jpegenc compatible entry
|
||
- clk: scmi: Free scmi_clk allocated when the clocks with invalid info are skipped
|
||
- ARM: dts: am3517-evm: Fix LED3/4 pinmux
|
||
- firmware: arm_ffa: Allow the FF-A drivers to use 32bit mode of messaging
|
||
- firmware: arm_ffa: Assign the missing IDR allocation ID to the FFA device
|
||
- arm64: dts: ti: Fix HDMI Audio overlay in Makefile
|
||
- arm64: dts: ti: k3-am62a7-sk: Drop i2c-1 to 100Khz
|
||
- arm64: dts: ti: k3-am625-beagleplay: Fix typo in ramoops reg
|
||
- arm64: dts: ti: verdin-am62: disable MIPI DSI bridge
|
||
- arm64: dts: ti: k3-j721s2-evm-gesi: Specify base dtb for overlay file
|
||
- firmware: ti_sci: Mark driver as non removable
|
||
- ARM: dts: stm32: stm32f7-pinctrl: don't use multiple blank lines
|
||
- kunit: test: Fix the possible memory leak in executor_test
|
||
- kunit: Fix possible memory leak in kunit_filter_suites()
|
||
- kunit: Fix the wrong kfree of copy for kunit_filter_suites()
|
||
- kunit: Fix missed memory release in kunit_free_suite_set()
|
||
- soc: qcom: llcc: Handle a second device without data corruption
|
||
- ARM: dts: qcom: mdm9615: populate vsdcc fixed regulator
|
||
- ARM: dts: qcom: apq8026-samsung-matisse-wifi: Fix inverted hall sensor
|
||
- arm64: dts: qcom: apq8016-sbc: Add missing ADV7533 regulators
|
||
- riscv: dts: allwinner: remove address-cells from intc node
|
||
- arm64: dts: qcom: msm8939: Fix iommu local address range
|
||
- arm64: dts: qcom: msm8976: Fix ipc bit shifts
|
||
- ARM64: dts: marvell: cn9310: Use appropriate label for spi1 pins
|
||
- arm64: dts: qcom: sdx75-idp: align RPMh regulator nodes with bindings
|
||
- arm64: dts: qcom: sdm845-mtp: fix WiFi configuration
|
||
- arm64: dts: qcom: sm8350: fix pinctrl for UART18
|
||
- arm64: dts: qcom: sm8150: add ref clock to PCIe PHYs
|
||
- arm64: dts: qcom: sc7280: drop incorrect EUD port on SoC side
|
||
- arm64: dts: qcom: sdm670: Fix pdc mapping
|
||
- arm64: dts: qcom: qrb2210-rb1: Fix regulators
|
||
- arm64: dts: qcom: qrb2210-rb1: Swap UART index
|
||
- arm64: dts: qcom: sc7280: Add missing LMH interrupts
|
||
- arm64: dts: qcom: sm6125: Pad APPS IOMMU address to 8 characters
|
||
- arm64: dts: qcom: msm8992-libra: drop duplicated reserved memory
|
||
- arm64: dts: qcom: msm8916: Fix iommu local address range
|
||
- arm64: dts: qcom: sc7280: link usb3_phy_wrapper_gcc_usb30_pipe_clk
|
||
- arm64: dts: qcom: sdm845: cheza doesn't support LMh node
|
||
- arm64: dts: qcom: sdm845: Fix PSCI power domain names
|
||
- ARM: dts: renesas: blanche: Fix typo in GP_11_2 pin name
|
||
- perf: hisi: Fix use-after-free when register pmu fails
|
||
- drivers/perf: hisi_pcie: Check the type first in pmu::event_init()
|
||
- perf/arm-cmn: Fix DTC domain detection
|
||
- drm/amd/pm: Fix a memory leak on an error path
|
||
- drivers/perf: hisi: use cpuhp_state_remove_instance_nocalls() for hisi_hns3_pmu uninit process
|
||
- drm: mediatek: mtk_dsi: Fix NO_EOT_PACKET settings/handling
|
||
- clocksource/drivers/arm_arch_timer: limit XGene-1 workaround
|
||
- drm/msm/dsi: free TX buffer in unbind
|
||
- drm/msm/dsi: use msm_gem_kernel_put to free TX buffer
|
||
- xen-pciback: Consider INTx disabled when MSI/MSI-X is enabled
|
||
- xen: irqfd: Use _IOW instead of the internal _IOC() macro
|
||
- xen: Make struct privcmd_irqfd's layout architecture independent
|
||
- xenbus: fix error exit in xenbus_init()
|
||
- drm/rockchip: Fix type promotion bug in rockchip_gem_iommu_map()
|
||
- arm64/arm: xen: enlighten: Fix KPTI checks
|
||
- drm/bridge: lt9611uxc: fix the race in the error path
|
||
- gpu: host1x: Correct allocated size for contexts
|
||
- drm/rockchip: cdn-dp: Fix some error handling paths in cdn_dp_probe()
|
||
- drm/msm/a6xx: Fix unknown speedbin case
|
||
- drm/msm/adreno: Fix SM6375 GPU ID
|
||
- accel/habanalabs/gaudi2: Fix incorrect string length computation in gaudi2_psoc_razwi_get_engines()
|
||
- drm/mediatek: Fix iommu fault during crtc enabling
|
||
- drm/mediatek: Fix iommu fault by swapping FBs after updating plane state
|
||
- drm/mediatek: Add mmsys_dev_num to mt8188 vdosys0 driver data
|
||
- io_uring/kbuf: Allow the full buffer id space for provided buffers
|
||
- io_uring/kbuf: Fix check of BID wrapping in provided buffers
|
||
- drm/amd/display: Bail from dm_check_crtc_cursor if no relevant change
|
||
- drm/amd/display: Refactor dm_get_plane_scale helper
|
||
- drm/amd/display: Check all enabled planes in dm_check_crtc_cursor
|
||
- drm/amd/display: Fix null pointer dereference in error message
|
||
- drm/amdkfd: Handle errors from svm validate and map
|
||
- drm/amdkfd: Remove svm range validated_once flag
|
||
- drm/amdkfd: fix some race conditions in vram buffer alloc/free of svm code
|
||
- drm/amdgpu: Increase IH soft ring size for GFX v9.4.3 dGPU
|
||
- drm: Call drm_atomic_helper_shutdown() at shutdown/remove time for misc drivers
|
||
- drm/bridge: tc358768: Fix tc358768_ns_to_cnt()
|
||
- drm/bridge: tc358768: Clean up clock period code
|
||
- drm/bridge: tc358768: Rename dsibclk to hsbyteclk
|
||
- drm/bridge: tc358768: Use dev for dbg prints, not priv->dev
|
||
- drm/bridge: tc358768: Print logical values, not raw register values
|
||
- drm/bridge: tc358768: Use struct videomode
|
||
- drm/bridge: tc358768: Fix bit updates
|
||
- drm/bridge: tc358768: Fix use of uninitialized variable
|
||
- x86/tdx: Zero out the missing RSI in TDX_HYPERCALL macro
|
||
- drm/mediatek: Fix coverity issue with unintentional integer overflow
|
||
- drm/ssd130x: Fix screen clearing
|
||
- drm/bridge: lt8912b: Add missing drm_bridge_attach call
|
||
- drm/bridge: lt8912b: Manually disable HPD only if it was enabled
|
||
- drm/bridge: lt8912b: Fix crash on bridge detach
|
||
- drm/bridge: lt8912b: Fix bridge_detach
|
||
- drm: bridge: it66121: Fix invalid connector dereference
|
||
- drm/radeon: Remove the references of radeon_gem_ pread & pwrite ioctls
|
||
- drm/radeon: possible buffer overflow
|
||
- drm/rockchip: vop2: Add missing call to crtc reset helper
|
||
- drm/rockchip: vop2: Don't crash for invalid duplicate_state
|
||
- drm/rockchip: vop: Fix call to crtc reset helper
|
||
- drm/rockchip: vop: Fix reset of state in duplicate state crtc funcs
|
||
- drm/loongson: Fix error handling in lsdc_pixel_pll_setup()
|
||
- drm: bridge: samsung-dsim: Fix waiting for empty cmd transfer FIFO on older Exynos
|
||
- drm: bridge: for GENERIC_PHY_MIPI_DPHY also select GENERIC_PHY
|
||
- drm: bridge: samsung-dsim: Initialize ULPS EXIT for i.MX8M DSIM
|
||
- spi: omap2-mcspi: Fix hardcoded reference clock
|
||
- spi: omap2-mcspi: switch to use modern name
|
||
- platform/chrome: cros_ec_lpc: Separate host command and irq disable
|
||
- hte: tegra: Fix missing error code in tegra_hte_test_probe()
|
||
- hwmon: (sch5627) Disallow write access if virtual registers are locked
|
||
- hwmon: (sch5627) Use bit macros when accessing the control register
|
||
- hwmon: (pmbus/mp2975) Move PGOOD fix
|
||
- Revert "hwmon: (sch56xx-common) Add automatic module loading on supported devices"
|
||
- Revert "hwmon: (sch56xx-common) Add DMI override table"
|
||
- hwmon: (coretemp) Fix potentially truncated sysfs attribute name
|
||
- hwmon: (axi-fan-control) Fix possible NULL pointer dereference
|
||
- regulator: qcom-rpmh: Fix smps4 regulator for pm8550ve
|
||
- platform/x86: wmi: Fix opening of char device
|
||
- platform/x86: wmi: Fix probe failure when failing to register WMI devices
|
||
- clk: mediatek: fix double free in mtk_clk_register_pllfh()
|
||
- clk: qcom: ipq5332: drop the CLK_SET_RATE_PARENT flag from GPLL clocks
|
||
- clk: qcom: ipq9574: drop the CLK_SET_RATE_PARENT flag from GPLL clocks
|
||
- clk: qcom: ipq5018: drop the CLK_SET_RATE_PARENT flag from GPLL clocks
|
||
- clk: qcom: apss-ipq-pll: Fix 'l' value for ipq5332_pll_config
|
||
- clk: qcom: apss-ipq-pll: Use stromer plus ops for stromer plus pll
|
||
- clk: qcom: clk-alpha-pll: introduce stromer plus ops
|
||
- clk: qcom: config IPQ_APSS_6018 should depend on QCOM_SMEM
|
||
- clk: mediatek: clk-mt2701: Add check for mtk_alloc_clk_data
|
||
- clk: mediatek: clk-mt7629: Add check for mtk_alloc_clk_data
|
||
- clk: mediatek: clk-mt7629-eth: Add check for mtk_alloc_clk_data
|
||
- clk: mediatek: clk-mt6797: Add check for mtk_alloc_clk_data
|
||
- clk: mediatek: clk-mt6779: Add check for mtk_alloc_clk_data
|
||
- clk: mediatek: clk-mt6765: Add check for mtk_alloc_clk_data
|
||
- clk: npcm7xx: Fix incorrect kfree
|
||
- clk: ti: fix double free in of_ti_divider_clk_setup()
|
||
- clk: keystone: pll: fix a couple NULL vs IS_ERR() checks
|
||
- clk: ralink: mtmips: quiet unused variable warning
|
||
- spi: nxp-fspi: use the correct ioremap function
|
||
- clk: linux/clk-provider.h: fix kernel-doc warnings and typos
|
||
- clk: renesas: rzg2l: Fix computation formula
|
||
- clk: renesas: rzg2l: Use FIELD_GET() for PLL register fields
|
||
- clk: renesas: rzg2l: Trust value returned by hardware
|
||
- clk: renesas: rzg2l: Lock around writes to mux register
|
||
- clk: renesas: rzg2l: Wait for status bit of SD mux before continuing
|
||
- clk: renesas: rcar-gen3: Extend SDnH divider table
|
||
- clk: imx: imx8qxp: Fix elcdif_pll clock
|
||
- clk: imx: imx8mq: correct error handling path
|
||
- clk: imx: imx8: Fix an error handling path in imx8_acm_clk_probe()
|
||
- clk: imx: imx8: Fix an error handling path if devm_clk_hw_register_mux_parent_data_table() fails
|
||
- clk: imx: imx8: Fix an error handling path in clk_imx_acm_attach_pm_domains()
|
||
- clk: imx: Select MXC_CLK for CLK_IMX8QXP
|
||
- regulator: mt6358: Fail probe on unknown chip ID
|
||
- gpio: sim: initialize a managed pointer when declaring it
|
||
- clk: qcom: gcc-sm8150: Fix gcc_sdcc2_apps_clk_src
|
||
- clk: qcom: mmcc-msm8998: Fix the SMMU GDSC
|
||
- clk: qcom: mmcc-msm8998: Don't check halt bit on some branch clks
|
||
- clk: qcom: clk-rcg2: Fix clock rate overflow for high parent frequencies
|
||
- clk: qcom: gcc-msm8996: Remove RPM bus clocks
|
||
- clk: qcom: ipq5332: Drop set rate parent from gpll0 dependent clocks
|
||
- spi: tegra: Fix missing IRQ check in tegra_slink_probe()
|
||
- regmap: debugfs: Fix a erroneous check after snprintf()
|
||
- ipvlan: properly track tx_errors
|
||
- net: add DEV_STATS_READ() helper
|
||
- virtio_net: use u64_stats_t infra to avoid data-races
|
||
- ipv6: avoid atomic fragment on GSO packets
|
||
- mptcp: properly account fastopen data
|
||
- ACPI: sysfs: Fix create_pnp_modalias() and create_of_modalias()
|
||
- bpf: Fix unnecessary -EBUSY from htab_lock_bucket
|
||
- Bluetooth: hci_sync: Fix Opcode prints in bt_dev_dbg/err
|
||
- Bluetooth: Make handle of hci_conn be unique
|
||
- Bluetooth: ISO: Pass BIG encryption info through QoS
|
||
- wifi: iwlwifi: empty overflow queue during flush
|
||
- wifi: iwlwifi: mvm: update IGTK in mvmvif upon D3 resume
|
||
- wifi: iwlwifi: pcie: synchronize IRQs before NAPI
|
||
- wifi: iwlwifi: mvm: fix netif csum flags
|
||
- wifi: iwlwifi: increase number of RX buffers for EHT devices
|
||
- wifi: iwlwifi: mvm: remove TDLS stations from FW
|
||
- wifi: iwlwifi: mvm: fix iwl_mvm_mac_flush_sta()
|
||
- wifi: iwlwifi: mvm: change iwl_mvm_flush_sta() API
|
||
- wifi: iwlwifi: mvm: Don't always bind/link the P2P Device interface
|
||
- wifi: iwlwifi: mvm: Fix key flags for IGTK on AP interface
|
||
- wifi: iwlwifi: mvm: Correctly set link configuration
|
||
- wifi: iwlwifi: yoyo: swap cdb and jacket bits values
|
||
- wifi: mac80211: Fix setting vif links
|
||
- wifi: mac80211: don't recreate driver link debugfs in reconfig
|
||
- wifi: iwlwifi: mvm: use correct sta ID for IGTK/BIGTK
|
||
- wifi: iwlwifi: mvm: fix removing pasn station for responder
|
||
- wifi: iwlwifi: mvm: update station's MFP flag after association
|
||
- tcp: fix cookie_init_timestamp() overflows
|
||
- chtls: fix tp->rcv_tstamp initialization
|
||
- thermal: core: Don't update trip points inside the hysteresis range
|
||
- selftests/bpf: Make linked_list failure test more robust
|
||
- net: skb_find_text: Ignore patterns extending past 'to'
|
||
- bpf: Fix missed rcu read lock in bpf_task_under_cgroup()
|
||
- thermal/drivers/mediatek: Fix probe for THERMAL_V2
|
||
- r8169: fix rare issue with broken rx after link-down on RTL8125
|
||
- thermal: core: prevent potential string overflow
|
||
- wifi: rtw88: Remove duplicate NULL check before calling usb_kill/free_urb()
|
||
- virtio-net: fix the vq coalescing setting for vq resize
|
||
- virtio-net: fix per queue coalescing parameter setting
|
||
- virtio-net: consistently save parameters for per-queue
|
||
- virtio-net: fix mismatch of getting tx-frames
|
||
- netfilter: nf_tables: Drop pointless memset when dumping rules
|
||
- wifi: wfx: fix case where rates are out of order
|
||
- PM / devfreq: rockchip-dfi: Make pmu regmap mandatory
|
||
- can: dev: can_put_echo_skb(): don't crash kernel if can_priv::echo_skb is accessed out of bounds
|
||
- can: dev: can_restart(): fix race condition between controller restart and netif_carrier_on()
|
||
- can: dev: can_restart(): don't crash kernel if carrier is OK
|
||
- wifi: ath11k: fix Tx power value during active CAC
|
||
- r8152: break the loop when the budget is exhausted
|
||
- selftests/bpf: Define SYS_NANOSLEEP_KPROBE_NAME for riscv
|
||
- selftests/bpf: Define SYS_PREFIX for riscv
|
||
- libbpf: Fix syscall access arguments on riscv
|
||
- can: etas_es58x: add missing a blank line after declaration
|
||
- can: etas_es58x: rework the version check logic to silence -Wformat-truncation
|
||
- ACPI: video: Add acpi_backlight=vendor quirk for Toshiba Portégé R100
|
||
- ACPI: property: Allow _DSD buffer data only for byte accessors
|
||
- wifi: rtlwifi: fix EDCA limit set by BT coexistence
|
||
- tcp_metrics: do not create an entry from tcp_init_metrics()
|
||
- tcp_metrics: properly set tp->snd_ssthresh in tcp_init_metrics()
|
||
- tcp_metrics: add missing barriers on delete
|
||
- wifi: ath: dfs_pattern_detector: Fix a memory initialization issue
|
||
- wifi: mt76: mt7921: fix the wrong rate selected in fw for the chanctx driver
|
||
- wifi: mt76: mt7921: fix the wrong rate pickup for the chanctx driver
|
||
- wifi: mt76: move struct ieee80211_chanctx_conf up to struct mt76_vif
|
||
- wifi: mt76: mt7915: fix beamforming availability check
|
||
- wifi: mt76: fix per-band IEEE80211_CONF_MONITOR flag comparison
|
||
- wifi: mt76: get rid of false alamrs of tx emission issues
|
||
- wifi: mt76: fix potential memory leak of beacon commands
|
||
- wifi: mt76: update beacon size limitation
|
||
- wifi: mt76: mt7996: fix TWT command format
|
||
- wifi: mt76: mt7996: fix rx rate report for CBW320-2
|
||
- wifi: mt76: mt7996: fix wmm queue mapping
|
||
- wifi: mt76: mt7996: fix beamformee ss subfield in EHT PHY cap
|
||
- wifi: mt76: mt7996: fix beamform mcu cmd configuration
|
||
- wifi: mt76: mt7996: set correct wcid in txp
|
||
- wifi: mt76: remove unused error path in mt76_connac_tx_complete_skb
|
||
- wifi: mt76: mt7603: improve stuck beacon handling
|
||
- wifi: mt76: mt7603: improve watchdog reset reliablity
|
||
- wifi: mt76: mt7603: rework/fix rx pse hang check
|
||
- cpufreq: tegra194: fix warning due to missing opp_put
|
||
- PM: sleep: Fix symbol export for _SIMPLE_ variants of _PM_OPS()
|
||
- wifi: mac80211: fix check for unusable RX result
|
||
- wifi: ath11k: fix boot failure with one MSI vector
|
||
- wifi: ath12k: fix DMA unmap warning on NULL DMA address
|
||
- wifi: rtw88: debug: Fix the NULL vs IS_ERR() bug for debugfs_create_file()
|
||
- net: ethernet: mtk_wed: fix EXT_INT_STATUS_RX_FBUF definitions for MT7986 SoC
|
||
- ice: fix pin assignment for E810-T without SMA control
|
||
- net: spider_net: Use size_add() in call to struct_size()
|
||
- tipc: Use size_add() in calls to struct_size()
|
||
- tls: Use size_add() in call to struct_size()
|
||
- mlxsw: Use size_mul() in call to struct_size()
|
||
- gve: Use size_add() in call to struct_size()
|
||
- bpf: Fix kfunc callback register type handling
|
||
- tcp: call tcp_try_undo_recovery when an RTOd TFO SYNACK is ACKed
|
||
- selftests/bpf: Skip module_fentry_shadow test when bpf_testmod is not available
|
||
- udplite: fix various data-races
|
||
- udplite: remove UDPLITE_BIT
|
||
- udp: annotate data-races around udp->encap_type
|
||
- udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GRO
|
||
- udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flags
|
||
- udp: add missing WRITE_ONCE() around up->encap_rcv
|
||
- udp: move udp->gro_enabled to udp->udp_flags
|
||
- udp: move udp->no_check6_rx to udp->udp_flags
|
||
- udp: move udp->no_check6_tx to udp->udp_flags
|
||
- udp: introduce udp->udp_flags
|
||
- wifi: cfg80211: fix kernel-doc for wiphy_delayed_work_flush()
|
||
- bpf, x64: Fix tailcall infinite loop
|
||
- selftests/bpf: Correct map_fd to data_fd in tailcalls
|
||
- iavf: Fix promiscuous mode configuration flow messages
|
||
- i40e: fix potential memory leaks in i40e_remove()
|
||
- wifi: iwlwifi: don't use an uninitialized variable
|
||
- wifi: iwlwifi: honor the enable_ini value
|
||
- wifi: mac80211: fix # of MSDU in A-MSDU calculation
|
||
- wifi: cfg80211: fix off-by-one in element defrag
|
||
- wifi: mac80211: fix RCU usage warning in mesh fast-xmit
|
||
- wifi: mac80211: move sched-scan stop work to wiphy work
|
||
- wifi: mac80211: move offchannel works to wiphy work
|
||
- wifi: mac80211: move scan work to wiphy work
|
||
- wifi: mac80211: move radar detect work to wiphy work
|
||
- wifi: cfg80211: add flush functions for wiphy work
|
||
- wifi: ath12k: fix undefined behavior with __fls in dp
|
||
- irqchip/sifive-plic: Fix syscore registration for multi-socket systems
|
||
- genirq/matrix: Exclude managed interrupts in irq_matrix_allocated()
|
||
- string: Adjust strtomem() logic to allow for smaller sources
|
||
- PCI/MSI: Provide stubs for IMS functions
|
||
- selftests/x86/lam: Zero out buffer for readlink()
|
||
- perf: Optimize perf_cgroup_switch()
|
||
- pstore/platform: Add check for kstrdup
|
||
- x86/nmi: Fix out-of-order NMI nesting checks & false positive warning
|
||
- drivers/clocksource/timer-ti-dm: Don't call clk_get_rate() in stop function
|
||
- srcu: Fix callbacks acceleration mishandling
|
||
- x86/apic: Fake primary thread mask for XEN/PV
|
||
- cpu/SMT: Make SMT control more robust against enumeration failures
|
||
- x86/boot: Fix incorrect startup_gdt_descr.size
|
||
- x86/sev-es: Allow copy_from_kernel_nofault() in earlier boot
|
||
- cgroup/cpuset: Fix load balance state in update_partition_sd_lb()
|
||
- ACPI/NUMA: Apply SRAT proximity domain to entire CFMWS window
|
||
- x86/numa: Introduce numa_fill_memblks()
|
||
- futex: Don't include process MM in futex key on no-MMU
|
||
- x86/srso: Fix unret validation dependencies
|
||
- x86/srso: Fix vulnerability reporting for missing microcode
|
||
- x86/srso: Print mitigation for retbleed IBPB case
|
||
- x86/srso: Fix SBPB enablement for (possible) future fixed HW
|
||
- writeback, cgroup: switch inodes with dirty timestamps to release dying cgwbs
|
||
- vfs: fix readahead(2) on block devices
|
||
- nfsd: Handle EOPENSTALE correctly in the filecache
|
||
- sched: Fix stop_one_cpu_nowait() vs hotplug
|
||
- objtool: Propagate early errors
|
||
- sched/uclamp: Ignore (util == 0) optimization in feec() when p_util_max = 0
|
||
- sched/uclamp: Set max_spare_cap_cpu even if max_spare_cap is 0
|
||
- iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user()
|
||
- sched/fair: Fix cfs_rq_is_decayed() on !SMP
|
||
- sched/topology: Fix sched_numa_find_nth_cpu() in non-NUMA case
|
||
- sched/topology: Fix sched_numa_find_nth_cpu() in CPU-less case
|
||
- numa: Generalize numa_map_to_online_node()
|
||
- hwmon: (nct6775) Fix incorrect variable reuse in fan_div calculation
|
||
- !2933 Backport linux 6.6.1 LTS patches
|
||
- ASoC: SOF: sof-pci-dev: Fix community key quirk detection
|
||
- ALSA: hda: intel-dsp-config: Fix JSL Chromebook quirk detection
|
||
- serial: core: Fix runtime PM handling for pending tx
|
||
- misc: pci_endpoint_test: Add deviceID for J721S2 PCIe EP device support
|
||
- dt-bindings: serial: rs485: Add rs485-rts-active-high
|
||
- tty: 8250: Add Brainboxes Oxford Semiconductor-based quirks
|
||
- tty: 8250: Add support for Intashield IX cards
|
||
- tty: 8250: Add support for additional Brainboxes PX cards
|
||
- tty: 8250: Fix up PX-803/PX-857
|
||
- tty: 8250: Fix port count of PX-257
|
||
- tty: 8250: Add support for Intashield IS-100
|
||
- tty: 8250: Add support for Brainboxes UP cards
|
||
- tty: 8250: Add support for additional Brainboxes UC cards
|
||
- tty: 8250: Remove UC-257 and UC-431
|
||
- tty: n_gsm: fix race condition in status line change on dead connections
|
||
- Bluetooth: hci_bcm4377: Mark bcm4378/bcm4387 as BROKEN_LE_CODED
|
||
- usb: raw-gadget: properly handle interrupted requests
|
||
- usb: typec: tcpm: Fix NULL pointer dereference in tcpm_pd_svdm()
|
||
- usb: typec: tcpm: Add additional checks for contaminant
|
||
- usb: storage: set 1.50 as the lower bcdDevice for older "Super Top" compatibility
|
||
- PCI: Prevent xHCI driver from claiming AMD VanGogh USB3 DRD device
|
||
- ALSA: usb-audio: add quirk flag to enable native DSD for McIntosh devices
|
||
- eventfs: Use simple_recursive_removal() to clean up dentries
|
||
- eventfs: Delete eventfs_inode when the last dentry is freed
|
||
- eventfs: Save ownership and mode
|
||
- eventfs: Remove "is_freed" union with rcu head
|
||
- tracing: Have trace_event_file have ref counters
|
||
- perf evlist: Avoid frequency mode for the dummy event
|
||
- power: supply: core: Use blocking_notifier_call_chain to avoid RCU complaint
|
||
- drm/amd/display: Don't use fsleep for PSR exit waits
|
||
- !2927 dm ioctl: add DMINFO() to track dm device create/remove
|
||
- dm ioctl: add DMINFO() to track dm device create/remove
|
||
- !2900 Add initial openeuler_defconfig for arm64 and x86
|
||
- config: add initial openeuler_defconfig for x86
|
||
- config: add initial openeuler_defconfig for arm64
|
||
- kconfig: Add script to check & update openeuler_defconfig
|
||
- init from linux v6.6
|