From 7ca04d0e8b6ae8e44a8099bbc8d8557c1d184fb1 Mon Sep 17 00:00:00 2001 From: Julio Faracco Date: Dec 22 2021 18:55:15 +0000 Subject: [redhat] Update sources for linux-5.14.0-36.5.el9.tar.xz Changes included into this commit: .kernel-auto.metadata SOURCES/Makefile.rhelver SPECS/kernel.spec SOURCES/.gitignore Signed-off-by: Julio Faracco --- diff --git a/.kernel-auto.metadata b/.kernel-auto.metadata index 640b9d2..598b953 100644 --- a/.kernel-auto.metadata +++ b/.kernel-auto.metadata @@ -1 +1 @@ -b666890e8a1a61140a0ed577a6bfa7f2978eb405 SOURCES/linux-5.14.0-34.4.el9.tar.xz +019e6670c67156118285f1cfd7b85904b1b5e05e SOURCES/linux-5.14.0-36.5.el9.tar.xz diff --git a/SOURCES/Makefile.rhelver b/SOURCES/Makefile.rhelver index b4b2057..5acc79d 100644 --- a/SOURCES/Makefile.rhelver +++ b/SOURCES/Makefile.rhelver @@ -12,14 +12,14 @@ RHEL_MINOR = 0 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 34 +RHEL_RELEASE = 36 # # Automotive Release # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -AUTOMOTIVEBUILD:=.4 +AUTOMOTIVEBUILD:=.5 # # Early y+1 numbering @@ -51,4 +51,4 @@ ifneq ("$(ZSTREAM)", "yes") endif endif -RTBUILD:=.34 +RTBUILD:=.36 diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec index de72708..d3219b3 100755 --- a/SPECS/kernel.spec +++ b/SPECS/kernel.spec @@ -85,7 +85,7 @@ Summary: The Linux kernel # the --with-release option overrides this setting.) %define debugbuildsenabled 1 -%global distro_build 34 +%global distro_build 36 %if 0%{?fedora} %define secure_boot_arch x86_64 @@ -129,13 +129,13 @@ Summary: The Linux kernel %define kversion 5.14 %define rpmversion 5.14.0 -%define pkgrelease 34.4.el9 +%define pkgrelease 36.5.el9 # This is needed to do merge window version magic %define patchlevel 14 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 34.4%{?buildid}%{?dist} +%define specrelease 36.5%{?buildid}%{?dist} %define pkg_release %{specrelease} @@ -283,7 +283,7 @@ Summary: The Linux kernel %endif %if %{with_auto} -%global autobuild .4 +%global autobuild .5 %define with_doc 0 %define with_headers 0 %define with_cross_headers 0 @@ -702,7 +702,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.14.0-34.4.el9.tar.xz +Source0: linux-5.14.0-36.5.el9.tar.xz Source1: Makefile.rhelver @@ -1430,8 +1430,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.14.0-34.4.el9 -c -mv linux-5.14.0-34.4.el9 linux-%{KVERREL} +%setup -q -n kernel-5.14.0-36.5.el9 -c +mv linux-5.14.0-36.5.el9 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -3078,6 +3078,90 @@ fi # # %changelog +* Wed Dec 22 2021 Julio Faracco [5.14.0-36.5.el9] +- drivers: base: cacheinfo: Get rid of DEFINE_SMP_CALL_CACHE_FUNCTION() (Vitaly Kuznetsov) [2031644] +- hugetlbfs: flush TLBs correctly after huge_pmd_unshare (Rafael Aquini) [2026378] {CVE-2021-4002} +- bareudp: Add extack support to bareudp_configure() (Guillaume Nault) [2032483] +- bareudp: Move definition of struct bareudp_conf to bareudp.c (Guillaume Nault) [2032483] +- bareudp: Remove bareudp_dev_create() (Guillaume Nault) [2032483] +- scsi: core: Fix shost->cmd_per_lun calculation in scsi_add_host_with_dma() (Cathy Avery) [2030468] +- net: fix GRO skb truesize update (Paolo Abeni) [2028927] +- sk_buff: avoid potentially clearing 'slow_gro' field (Paolo Abeni) [2028927] +- veth: use skb_prepare_for_gro() (Paolo Abeni) [2028927] +- skbuff: allow 'slow_gro' for skb carring sock reference (Paolo Abeni) [2028927] +- net: optimize GRO for the common case. (Paolo Abeni) [2028927] +- sk_buff: track extension status in slow_gro (Paolo Abeni) [2028927] +- sk_buff: track dst status in slow_gro (Paolo Abeni) [2028927] +- sk_buff: introduce 'slow_gro' flags (Paolo Abeni) [2028927] +- selftests: net: veth: add tests for set_channel (Paolo Abeni) [2028927] +- veth: create by default nr_possible_cpus queues (Paolo Abeni) [2028927] +- veth: implement support for set_channel ethtool op (Paolo Abeni) [2028927] +- veth: factor out initialization helper (Paolo Abeni) [2028927] +- veth: always report zero combined channels (Paolo Abeni) [2028927] +- [kernel] bpf: set default value for bpf_jit_harden (Jiri Olsa) [2028734] +- scsi: ibmvfc: Fix up duplicate response detection (Steve Best) [2028709] +- kabi: Add kABI macros for enum type (Čestmír Kalina) [2024595] +- kabi: expand and clarify documentation of aux structs (Čestmír Kalina) [2024595] +- kabi: introduce RH_KABI_USE_AUX_PTR (Čestmír Kalina) [2024595] +- kabi: rename RH_KABI_SIZE_AND_EXTEND to AUX (Čestmír Kalina) [2024595] +- kabi: more consistent _RH_KABI_SIZE_AND_EXTEND (Čestmír Kalina) [2024595] +- kabi: use fixed field name for extended part (Čestmír Kalina) [2024595] +- kabi: fix dereference in RH_KABI_CHECK_EXT (Čestmír Kalina) [2024595] +- kabi: fix RH_KABI_SET_SIZE macro (Čestmír Kalina) [2024595] +- kabi: expand and clarify documentation (Čestmír Kalina) [2024595] +- kabi: make RH_KABI_USE replace any number of reserved fields (Čestmír Kalina) [2024595] +- kabi: rename RH_KABI_USE2 to RH_KABI_USE_SPLIT (Čestmír Kalina) [2024595] +- kabi: change RH_KABI_REPLACE2 to RH_KABI_REPLACE_SPLIT (Čestmír Kalina) [2024595] +- kabi: change RH_KABI_REPLACE_UNSAFE to RH_KABI_BROKEN_REPLACE (Čestmír Kalina) [2024595] +- kabi: introduce RH_KABI_ADD_MODIFIER (Čestmír Kalina) [2024595] +- kabi: Include kconfig.h (Čestmír Kalina) [2024595] +- kabi: macros for intentional kABI breakage (Čestmír Kalina) [2024595] +- kabi: fix the note about terminating semicolon (Čestmír Kalina) [2024595] +- kabi: introduce RH_KABI_HIDE_INCLUDE and RH_KABI_FAKE_INCLUDE (Čestmír Kalina) [2024595] +- drm/hyperv: Fix device removal on Gen1 VMs (Mohammed Gamal) [2018067] +- wireguard: device: reset peer src endpoint when netns exits (Hangbin Liu) [1967796] +- nvmet: use IOCB_NOWAIT only if the filesystem supports it (Chris Leech) [2022054] +- nvmet-tcp: fix incomplete data digest send (Chris Leech) [2022054] +- nvmet-tcp: fix memory leak when performing a controller reset (Chris Leech) [2022054] +- nvmet-tcp: add an helper to free the cmd buffers (Chris Leech) [2022054] +- nvmet-tcp: fix a race condition between release_queue and io_work (Chris Leech) [2022054] +- nvmet-tcp: fix use-after-free when a port is removed (Chris Leech) [2022054] +- nvmet-rdma: fix use-after-free when a port is removed (Chris Leech) [2022054] +- nvmet: fix use-after-free when a port is removed (Chris Leech) [2022054] +- nvmet-tcp: fix header digest verification (Chris Leech) [2022054] +- nvmet-tcp: fix data digest pointer calculation (Chris Leech) [2022054] +- nvmet-tcp: fix a memory leak when releasing a queue (Chris Leech) [2022054] +- nvmet: fix a width vs precision bug in nvmet_subsys_attr_serial_show() (Chris Leech) [2022054] +- nvmet: fixup buffer overrun in nvmet_subsys_attr_serial() (Chris Leech) [2022054] +- nvmet: return bool from nvmet_passthru_ctrl and nvmet_is_passthru_req (Chris Leech) [2022054] +- nvmet: looks at the passthrough controller when initializing CAP (Chris Leech) [2022054] +- nvmet: check that host sqsize does not exceed ctrl MQES (Chris Leech) [2022054] +- nvmet: avoid duplicate qid in connect cmd (Chris Leech) [2022054] +- nvmet: pass back cntlid on successful completion (Chris Leech) [2022054] +- nvmet: remove redundant assignments of variable status (Chris Leech) [2022054] +- nvme-fabrics: ignore invalid fast_io_fail_tmo values (Chris Leech) [2022054] +- nvme-tcp: fix memory leak when freeing a queue (Chris Leech) [2022054] +- nvme-tcp: validate R2T PDU in nvme_tcp_handle_r2t() (Chris Leech) [2022054] +- nvme-tcp: fix data digest pointer calculation (Chris Leech) [2022054] +- nvme-tcp: fix possible req->offset corruption (Chris Leech) [2022054] +- nvme-tcp: fix H2CData PDU send accounting (again) (Chris Leech) [2022054] +- nvme: fix per-namespace chardev deletion (Chris Leech) [2022054] +- nvme: keep ctrl->namespaces ordered (Chris Leech) [2022054] +- nvme-tcp: fix incorrect h2cdata pdu offset accounting (Chris Leech) [2022054] +- nvme-tcp: fix io_work priority inversion (Chris Leech) [2022054] +- nvme-multipath: fix ANA state updates when a namespace is not present (Chris Leech) [2022054] +- nvme: update keep alive interval when kato is modified (Chris Leech) [2022054] +- nvme-tcp: Do not reset transport on data digest errors (Chris Leech) [2022054] +- nvme-rdma: don't update queue count when failing to set io queues (Chris Leech) [2022054] +- nvme-tcp: don't update queue count when failing to set io queues (Chris Leech) [2022054] +- nvme-tcp: pair send_mutex init with destroy (Chris Leech) [2022054] +- nvme-tcp: don't check blk_mq_tag_to_rq when receiving pdu data (Chris Leech) [2022054] +- ovl: fix missing negative dentry check in ovl_rename() (Miklos Szeredi) [2011181] +- selftests/bpf/xdp_redirect_multi: Limit the tests in netns (Hangbin Liu) [2008895] +- selftests/bpf/xdp_redirect_multi: Give tcpdump a chance to terminate cleanly (Hangbin Liu) [2008895] +- selftests/bpf/xdp_redirect_multi: Use arping to accurate the arp number (Hangbin Liu) [2008895] +- selftests/bpf/xdp_redirect_multi: Put the logs to tmp folder (Hangbin Liu) [2008895] + * Tue Dec 21 2021 Scott Weaver [5.14.0-34.4.el9] - Revert "Merge: block: update to v5.16" (Juri Lelli) - nvdimm/pmem: cleanup the disk if pmem_release_disk() is yet assigned (Ming Lei) [2018403]