From 1fa2bd368ac3d5bffbfdb6a5476df38f8dc84daf Mon Sep 17 00:00:00 2001 From: Akemi Yagi Date: Sep 07 2021 23:08:35 +0000 Subject: kernel-plus for el8:update to 4.18.0-305.17.1.el8_4.centos.plus Signed-off-by: Akemi Yagi --- diff --git a/.kernel.metadata b/.kernel.metadata index a47b779..5752bd8 100644 --- a/.kernel.metadata +++ b/.kernel.metadata @@ -1,3 +1,3 @@ bf2922872b49aeeb6fe4cdb149d4061604ed7488 SOURCES/kernel-abi-stablelists-4.18.0-305.tar.bz2 4d18d659f47e29331ec86f06d9bd64b93dbac657 SOURCES/kernel-kabi-dw-4.18.0-305.tar.bz2 -509250f8ca54ac0e0d5560e45e5f1de4226fc9ac SOURCES/linux-4.18.0-305.12.1.el8_4.tar.xz +961c83aab338c68f73da636e6eb838448fe7d03d SOURCES/linux-4.18.0-305.17.1.el8_4.tar.xz diff --git a/SOURCES/generate_bls_conf.sh b/SOURCES/generate_bls_conf.sh deleted file mode 100755 index f8415db..0000000 --- a/SOURCES/generate_bls_conf.sh +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/bash -set -e - -. /etc/os-release - -kernelver=$1 && shift -rootfs=$1 && shift -variant=$1 && shift - -output="${rootfs}/lib/modules/${kernelver}/bls.conf" -date=$(date -u +%Y%m%d%H%M%S) - -if [ "${variant:-5}" = "debug" ]; then - debugname=" with debugging" - debugid="-debug" -else - debugname="" - debugid="" -fi - -cat >${output} <${output} < [4.18.0-305.12.1.el8_4.centos.plus] +* Tue Sep 07 2021 Akemi Yagi [4.18.0-305.17.1.el8_4.centos.plus] - Apply debranding changes - Modify config file for x86_64 with extra features turned on including some network adapters, some SCSI adapters, ReiserFS @@ -2731,6 +2734,57 @@ fi - Added a triggerin scriptlet to rebuild the initramfs image when the system microcode package is updated [bug#17562] - wireguard added [bug#17652] +- Modified generate_bls_conf.sh to prevent displaying the distibution name in grub in which the package was built. + +* Tue Sep 07 2021 CentOS Sources - 4.18.0-305.17.1.el8.centos +- Apply debranding changes + +* Mon Aug 30 2021 Jan Stancek [4.18.0-305.17.1.el8_4] +- ucounts: Move max_time_namespace according to ucount_type (Alex Gladkov) [1998002 1982954] +- netfilter: conntrack: remove offload_pickup sysctl again (Florian Westphal) [1995555 1987101] +- netfilter: flowtable: Set offload timeouts according to proto values (Phil Sutter) [1995554 1979184] +- netfilter: conntrack: Introduce udp offload timeout configuration (Phil Sutter) [1995554 1979184] +- netfilter: conntrack: Introduce tcp offload timeout configuration (Phil Sutter) [1995554 1979184] +- powerpc/64s: Fix crashes when toggling stf barrier (Desnes A. Nunes do Rosario) [1989174 1964484] +- iavf: fix locking of critical sections (Stefan Assmann) [1997534 1975245] +- iavf: do not override the adapter state in the watchdog task (Stefan Assmann) [1997534 1975245] + +* Mon Aug 23 2021 Jan Stancek [4.18.0-305.16.1.el8_4] +- kernfs: dont call d_splice_alias() under kernfs node lock (Ian Kent) [1994879 1939133] +- kernfs: use i_lock to protect concurrent inode updates (Ian Kent) [1994879 1939133] +- kernfs: switch kernfs to use an rwsem (Ian Kent) [1994879 1939133] +- kernfs: use VFS negative dentry caching (Ian Kent) [1994879 1939133] +- kernfs: add a revision to identify directory node changes (Ian Kent) [1994879 1939133] +- kernfs: move revalidate to be near lookup (Ian Kent) [1994879 1939133] +- scsi: lpfc: Fix dropped FLOGI during pt2pt discovery recovery (Jan Stancek) [1948608 1923762] +- net: sched: act_mirred: Reset ct info when mirror/redirect skb (C. Erastus Toe) [1992226 1980532] +- usb: ehci: Prevent missed ehci interrupts with edge-triggered MSI (Torez Smith) [1993894 1972139] +- usb: ehci: do not initialise static variables (Torez Smith) [1993894 1972139] +- usb: host: move EH SINGLE_STEP_SET_FEATURE implementation to core (Torez Smith) [1993894 1972139] +- USB: ehci: drop workaround for forced irq threading (Torez Smith) [1993894 1972139] +- usb: ehci: add spurious flag to disable overcurrent checking (Torez Smith) [1993894 1972139] +- NFS: Only change the cookie verifier if the directory page cache is empty (Benjamin Coddington) [1993895 1982825] +- NFS: Fix handling of cookie verifier in uncached_readdir() (Benjamin Coddington) [1993895 1982825] +- nfs: Subsequent READDIR calls should carry non-zero cookieverifier (Benjamin Coddington) [1993895 1982825] +- KVM: PPC: Book3S: Fix H_RTAS rets buffer overflow (Jon Maloy) [1988225 1988226] {CVE-2021-37576} + +* Tue Aug 17 2021 Jan Stancek [4.18.0-305.15.1.el8_4] +- sched: Fix data-race in wakeup (Phil Auld) [1987296 1937103] +- mm/page_alloc: bail out on fatal signal during reclaim/compaction retry attempt (Aaron Tomlin) [1984085 1919765] +- sunrpc: Avoid a KASAN slab-out-of-bounds bug in xdr_set_page_base() (Benjamin Coddington) [1990404 1969751] + +* Tue Aug 10 2021 Frantisek Hrbata [4.18.0-305.14.1.el8_4] +- tick/nohz: Kick only _queued_ task whose tick dependency is updated (Waiman Long) [1981336 1922901] +- tick/nohz: Change signal tick dependency to wake up CPUs of member tasks (Waiman Long) [1981336 1922901] +- tick/nohz: Only wake up a single target cpu when kicking a task (Waiman Long) [1981336 1922901] +- tick/nohz: Narrow down noise while setting current task's tick dependency (Waiman Long) [1981336 1922901] +- mlx5: net: zero-initialize tc skb extension on allocation (Jan Stancek) [1982220 1965418] +- scsi: qedf: Update the max_id value in host structure (Nilesh Javali) [1989097 1954876] +- scsi: qla2xxx: Reserve extra IRQ vectors (Nilesh Javali) [1986156 1964834] + +* Tue Aug 03 2021 Frantisek Hrbata [4.18.0-305.13.1.el8_4] +- xfrm: Fix wraparound in xfrm_policy_addr_delta() (Sabrina Dubroca) [1981840 1951965] +- VMCI: Release resource if the work is already queued (Cathy Avery) [1982042 1978518] * Mon Jul 26 2021 Jan Stancek [4.18.0-305.12.1.el8_4] - Revert "nvme-pci: remove last_sq_tail" (Gopal Tiwari) [1965415 1921591]