From 8667f330af6731252906e9b22286f7bd6453aab9 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 04 2020 00:59:32 +0000 Subject: import kernel-4.18.0-240.1.1.el8_3 --- diff --git a/.gitignore b/.gitignore index c513408..3e154d7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ SOURCES/kernel-abi-whitelists-4.18.0-240.tar.bz2 SOURCES/kernel-kabi-dw-4.18.0-240.tar.bz2 -SOURCES/linux-4.18.0-240.el8.tar.xz +SOURCES/linux-4.18.0-240.1.1.el8_3.tar.xz diff --git a/.kernel.metadata b/.kernel.metadata index 8adbacd..ba14368 100644 --- a/.kernel.metadata +++ b/.kernel.metadata @@ -1,3 +1,3 @@ 8d861248716a82a9ff7442c6150f5f9eccbb3243 SOURCES/kernel-abi-whitelists-4.18.0-240.tar.bz2 59861274c73f8acc9a5c9da435ab98c09e54fac8 SOURCES/kernel-kabi-dw-4.18.0-240.tar.bz2 -e7437daa00fa8f06d91013db7a9d2d042bf93fc8 SOURCES/linux-4.18.0-240.el8.tar.xz +692f8f751c9e55a5e157be6f2173ec06ccd0d22d SOURCES/linux-4.18.0-240.1.1.el8_3.tar.xz diff --git a/README.debrand b/README.debrand deleted file mode 100644 index 01c46d2..0000000 --- a/README.debrand +++ /dev/null @@ -1,2 +0,0 @@ -Warning: This package was configured for automatic debranding, but the changes -failed to apply. diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec index 7c81808..3f59f80 100644 --- a/SPECS/kernel.spec +++ b/SPECS/kernel.spec @@ -42,10 +42,10 @@ # define buildid .local %define rpmversion 4.18.0 -%define pkgrelease 240.el8 +%define pkgrelease 240.1.1.el8_3 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 240%{?dist} +%define specrelease 240.1.1%{?dist} %define pkg_release %{specrelease}%{?buildid} @@ -58,6 +58,7 @@ # All should default to 1 (enabled) and be flipped to 0 (disabled) # by later arch-specific checks. +%define _with_kabidupchk 1 # The following build options are enabled by default. # Use either --without in your rpmbuild command or force values # to 0 in here to disable them. @@ -2567,8 +2568,10 @@ fi # # %changelog -* Tue Nov 03 2020 CentOS Sources - 4.18.0-240.el8.centos -- Apply debranding changes +* Fri Oct 16 2020 Frantisek Hrbata [4.18.0-240.1.1.el8_3] +- [net] Bluetooth: fix kernel oops in store_pending_adv_report (Gopal Tiwari) [1888454 1888455] {CVE-2020-24490} +- [net] Bluetooth: L2CAP: Fix calling sk_filter on non-socket based channel (Gopal Tiwari) [1888257 1888258] {CVE-2020-12351} +- [net] Bluetooth: A2MP: Fix not initializing all members (Gopal Tiwari) [1888806 1888807] {CVE-2020-12352} * Wed Sep 23 2020 Frantisek Hrbata [4.18.0-240.el8] - [include] block: allow for_each_bvec to support zero len bvec (Ming Lei) [1872032]