diff --git a/.kernel.metadata b/.kernel.metadata index d69b592..d1ad89a 100644 --- a/.kernel.metadata +++ b/.kernel.metadata @@ -1,3 +1,3 @@ ba5599148e52ecd126ebcf873672e26d3288323e SOURCES/kernel-abi-whitelists-1160.tar.bz2 5000b85c42ef87b6835dd8eef063e4623c2e0fa9 SOURCES/kernel-kabi-dw-1160.tar.bz2 -db35c91c88c30e91710776de97f84a469aebab3a SOURCES/linux-3.10.0-1160.36.2.el7.tar.xz +5ce3aeb6f771dd031f7d59578fb45fb733f4aca6 SOURCES/linux-3.10.0-1160.41.1.el7.tar.xz diff --git a/SOURCES/Makefile.common b/SOURCES/Makefile.common index 5cf099f..fcac54a 100644 --- a/SOURCES/Makefile.common +++ b/SOURCES/Makefile.common @@ -9,7 +9,7 @@ RPMVERSION:=3.10.0 # marker is git tag which we base off of for exporting patches MARKER:=v3.10 PREBUILD:= -BUILD:=1160.36.2 +BUILD:=1160.41.1 DIST:=.el7 SPECFILE:=kernel.spec RPM:=$(REDHAT)/rpm diff --git a/SPECS/kernel-plus.spec b/SPECS/kernel-plus.spec index 5de4b2e..75c536d 100644 --- a/SPECS/kernel-plus.spec +++ b/SPECS/kernel-plus.spec @@ -20,10 +20,10 @@ Summary: The Linux kernel %global distro_build 1160 %define rpmversion 3.10.0 -%define pkgrelease 1160.36.2.el7 +%define pkgrelease 1160.41.1.el7 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 1160.36.2%{?dist} +%define specrelease 1160.41.1%{?dist} %define pkg_release %{specrelease}%{?buildid} @@ -2115,7 +2115,7 @@ fi %kernel_variant_files %{with_kdump} kdump %changelog -* Tue Jul 20 2021 Akemi Yagi [3.10.0-1160.36.2.el7.centos.plus] +* Tue Aug 31 2021 Akemi Yagi [3.10.0-1160.41.1.el7.centos.plus] - Apply debranding changes - Roll in i686 mods addmissing.patch [puias] @@ -2176,6 +2176,36 @@ fi - wireguard added - UEFI disabled in 32-bit kernel +* Mon Aug 16 2021 Augusto Caringi [3.10.0-1160.41.1.el7] +- ixgbe: fix warning: sysfs: cannot create duplicate filename (Daniel Vacek) [1915449] + +* Thu Aug 05 2021 Augusto Caringi [3.10.0-1160.40.1.el7] +- redhat: ppc64: CONFIG_RTAS_FILTER (Aristeu Rozanski) [1906443] {CVE-2020-27777} +- powerpc/rtas: Fix typo of ibm,open-errinjct in RTAS filter (Aristeu Rozanski) [1906443] {CVE-2020-27777} +- powerpc/rtas: Restrict RTAS requests from userspace (Aristeu Rozanski) [1906443] {CVE-2020-27777} +- IB/mlx5: Fix initializing CQ fragments buffer (Alaa Hleihel) [1962499] + +* Wed Jul 28 2021 Augusto Caringi [3.10.0-1160.39.1.el7] +- netfilter: x_tables: fix compat match/target pad out-of-bound write (Florian Westphal) [1980489] {CVE-2021-22555} +- Revert "be2net: disable bh with spin_lock in be_process_mcc" (Petr Oros) [1971744] +- futex: futex_requeue can potentially free the pi_state structure twice (Donghai Qiao) [1966856] +- xfs: sync lazy sb accounting on quiesce of read-only mounts (Carlos Maiolino) [1921551] +- scsi: lpfc: Fix crash caused by switch reboot (Dick Kennedy) [1897576] + +* Thu Jul 22 2021 Augusto Caringi [3.10.0-1160.38.1.el7] +- seq_file: Disallow extremely large seq buffer allocations (Ian Kent) [1975251] +- memcg, slab: Fix incorrect placement of rcu_head in struct memcg_cache_params (Waiman Long) [1951810] +- netfilter: x_tables: Use correct memory barriers. (Phil Sutter) [1949087] {CVE-2021-29650} +- netfilter: nf_nat: don't bug when mapping already exists (Florian Westphal) [1972970] +- netfilter: don't setup nat info for confirmed ct (Florian Westphal) [1972970] + +* Wed Jul 14 2021 Augusto Caringi [3.10.0-1160.37.1.el7] +- bluetooth: eliminate the potential race condition when removing the HCI controller (Gopal Tiwari) [1971457] +- net: Update window_clamp if SOCK_RCVBUF is set (Balazs Nemeth) [1962196] +- bpf, x86: Validate computation of branch displacements for x86-64 (Jiri Olsa) [1947249] {CVE-2021-29154} +- mm: vmalloc: add cond_resched() in __vunmap() (Rafael Aquini) [1896794] +- mm/vmalloc: __vmalloc_area_node(): avoid 32-bit overflow (Rafael Aquini) [1896794] + * Wed Jul 07 2021 Augusto Caringi [3.10.0-1160.36.1.el7] - cipso,calipso: resolve a number of problems with the DOI refcounts (Antoine Tenart) [1967720] - net: ethernet: mlx4: Fix memory allocation in mlx4_buddy_init() (Alaa Hleihel) [1962406]