diff --git a/Makefile.rhelver b/Makefile.rhelver index 8bb8c94..fe5b2cc 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 1 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 98 +RHEL_RELEASE = 99 # # ZSTREAM diff --git a/kernel-aarch64-debug-rhel.config b/kernel-aarch64-debug-rhel.config index c0d55bc..4eb2a2b 100644 --- a/kernel-aarch64-debug-rhel.config +++ b/kernel-aarch64-debug-rhel.config @@ -5553,7 +5553,7 @@ CONFIG_STMMAC_PLATFORM=m # CONFIG_STM_SOURCE_CONSOLE is not set # CONFIG_STM_SOURCE_FTRACE is not set # CONFIG_STM_SOURCE_HEARTBEAT is not set -# CONFIG_STRICT_DEVMEM is not set +CONFIG_STRICT_DEVMEM=y CONFIG_STRICT_KERNEL_RWX=y CONFIG_STRICT_MODULE_RWX=y # CONFIG_STRING_SELFTEST is not set @@ -6363,6 +6363,7 @@ CONFIG_VIRTIO_CONSOLE=m CONFIG_VIRTIO_FS=m CONFIG_VIRTIO_INPUT=m CONFIG_VIRTIO_IOMMU=y +CONFIG_VIRTIO_MEM=m CONFIG_VIRTIO_MENU=y # CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES is not set CONFIG_VIRTIO_MMIO=m diff --git a/kernel-aarch64-rhel.config b/kernel-aarch64-rhel.config index 2d1efbd..8f96a30 100644 --- a/kernel-aarch64-rhel.config +++ b/kernel-aarch64-rhel.config @@ -6339,6 +6339,7 @@ CONFIG_VIRTIO_CONSOLE=m CONFIG_VIRTIO_FS=m CONFIG_VIRTIO_INPUT=m CONFIG_VIRTIO_IOMMU=y +CONFIG_VIRTIO_MEM=m CONFIG_VIRTIO_MENU=y # CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES is not set CONFIG_VIRTIO_MMIO=m diff --git a/kernel-x86_64-debug-rhel.config b/kernel-x86_64-debug-rhel.config index fd424eb..73ef436 100644 --- a/kernel-x86_64-debug-rhel.config +++ b/kernel-x86_64-debug-rhel.config @@ -2200,6 +2200,7 @@ CONFIG_INTEL_IOMMU=y CONFIG_INTEL_IPS=m # CONFIG_INTEL_ISH_FIRMWARE_DOWNLOADER is not set CONFIG_INTEL_ISH_HID=m +CONFIG_INTEL_ISHTP_ECLITE=m # CONFIG_INTEL_LDMA is not set # CONFIG_INTEL_MEI_HDCP is not set CONFIG_INTEL_MEI=m diff --git a/kernel-x86_64-rhel.config b/kernel-x86_64-rhel.config index e2c9c80..4404e51 100644 --- a/kernel-x86_64-rhel.config +++ b/kernel-x86_64-rhel.config @@ -2184,6 +2184,7 @@ CONFIG_INTEL_IOMMU=y CONFIG_INTEL_IPS=m # CONFIG_INTEL_ISH_FIRMWARE_DOWNLOADER is not set CONFIG_INTEL_ISH_HID=m +CONFIG_INTEL_ISHTP_ECLITE=m # CONFIG_INTEL_LDMA is not set # CONFIG_INTEL_MEI_HDCP is not set CONFIG_INTEL_MEI=m diff --git a/kernel.spec b/kernel.spec index f893143..973814b 100755 --- a/kernel.spec +++ b/kernel.spec @@ -121,13 +121,13 @@ Summary: The Linux kernel %define kversion 5.14 %define rpmversion 5.14.0 -%define pkgrelease 98.el9 +%define pkgrelease 99.el9 # This is needed to do merge window version magic %define patchlevel 14 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 98%{?buildid}%{?dist} +%define specrelease 99%{?buildid}%{?dist} %define pkg_release %{specrelease} @@ -676,7 +676,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.14.0-98.el9.tar.xz +Source0: linux-5.14.0-99.el9.tar.xz Source1: Makefile.rhelver @@ -1346,8 +1346,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.14.0-98.el9 -c -mv linux-5.14.0-98.el9 linux-%{KVERREL} +%setup -q -n kernel-5.14.0-99.el9 -c +mv linux-5.14.0-99.el9 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -2979,6 +2979,138 @@ fi # # %changelog +* Wed May 25 2022 Patrick Talbert [5.14.0-99.el9] +- HID: intel-ish-hid: fix module device-id handling (Tony Camuso) [1921376] +- mod_devicetable: fix kdocs for ishtp_device_id (Tony Camuso) [1921376] +- HID: intel-ish-hid: add support for MODULE_DEVICE_TABLE() (Tony Camuso) [1921376] +- platform/x86: isthp_eclite: only load for matching devices (Tony Camuso) [1921376] +- platform/x86: Add Intel ishtp eclite driver (Tony Camuso) [1921376] +- platform/x86: Add config file for Intel ishtp eclite driver (Tony Camuso) [1921376] +- net: drop_monitor: support drop reason (Hangbin Liu) [2083432] +- drop_monitor: fix data-race in dropmon_net_event / trace_napi_poll_hit (Hangbin Liu) [2083432] +- net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friends (Hangbin Liu) [2083432] +- scsi: megaraid_sas: Remove unnecessary memset (Tomas Henzl) [2049680] +- scsi: megaraid_sas: Target with invalid LUN ID is deleted during scan (Tomas Henzl) [2049680] +- scsi: megasas: Clean up some inconsistent indenting (Tomas Henzl) [2049680] +- scsi: megasas: Stop using the SCSI pointer (Tomas Henzl) [2049680] +- scsi: megaraid_sas: Use irq_set_affinity_and_hint() (Tomas Henzl) [2049680] +- selftests: tc-testing: Increase timeout in tdc config file (Hangbin Liu) [2077385] +- selftests/tc-testing: Fix cannot create /sys/bus/netdevsim/new_device: Directory nonexistent (Hangbin Liu) [2077385] +- selftests/tc-testing: add missing config (Hangbin Liu) [2077385] +- selftests/tc-testing: add exit code (Hangbin Liu) [2077385] +- selftests/tc-testings: Be compatible with newer tc output (Hangbin Liu) [2077385] +- selftests: tls: add missing AES256-GCM cipher (Hangbin Liu) [2077385] +- selftests: tls: add missing AES-CCM cipher tests (Hangbin Liu) [2077385] +- selftests: tls: add tests for handling of bad records (Hangbin Liu) [2077385] +- selftests: tls: factor out cmsg send/receive (Hangbin Liu) [2077385] +- selftests: tls: add helper for creating sock pairs (Hangbin Liu) [2077385] +- selftests: netfilter: remove stray bash debug line (Hangbin Liu) [2077385] +- selftests: netfilter: check stateless nat udp checksum fixup (Hangbin Liu) [2077385] +- selftests: netfilter: fix exit value for nft_concat_range (Hangbin Liu) [2077385] +- selftests: netfilter: disable rp_filter on router (Hangbin Liu) [2077385] +- selftests: forwarding: Add a test for pedit munge SIP and DIP (Hangbin Liu) [2077385] +- selftests: forwarding: Add Q-in-VNI test for IPv6 (Hangbin Liu) [2077385] +- selftests: forwarding: Add a test for VxLAN symmetric routing with IPv6 (Hangbin Liu) [2077385] +- selftests: forwarding: Add a test for VxLAN asymmetric routing with IPv6 (Hangbin Liu) [2077385] +- selftests: forwarding: Add VxLAN tests with a VLAN-aware bridge for IPv6 (Hangbin Liu) [2077385] +- selftests: forwarding: Add VxLAN tests with a VLAN-unaware bridge for IPv6 (Hangbin Liu) [2077385] +- selftests: forwarding: vxlan_bridge_1q: Remove unused function (Hangbin Liu) [2077385] +- selftests: net: bridge: Parameterize ageing timeout (Hangbin Liu) [2077385] +- selftests: lib.sh: Add PING_COUNT to allow sending configurable amount of packets (Hangbin Liu) [2077385] +- selftests: net: fix array_size.cocci warning (Hangbin Liu) [2077385] +- selftests: test_vxlan_under_vrf: Fix broken test case (Hangbin Liu) [2077385] +- selftests: net: change fprintf format specifiers (Hangbin Liu) [2077385] +- selftests: pmtu.sh: Kill nettest processes launched in subshell. (Hangbin Liu) [2077385] +- selftests: pmtu.sh: Kill tcpdump processes launched by subshell. (Hangbin Liu) [2077385] +- selftests: fib offload: use sensible tos values (Hangbin Liu) [2077385] +- selftests: rtnetlink: Use more sensible tos values (Hangbin Liu) [2077385] +- selftests: fib rule: Don't echo modified sysctls (Hangbin Liu) [2077385] +- selftests: fib rule: Log test description (Hangbin Liu) [2077385] +- selftests: fib rule: Drop erroneous TABLE variable (Hangbin Liu) [2077385] +- selftests: fib rule: Make 'getmatch' and 'match' local variables (Hangbin Liu) [2077385] +- selftests/net: timestamping: Fix bind_phc check (Hangbin Liu) [2077385] +- kselftests/net: adapt the timeout to the largest runtime (Hangbin Liu) [2077385] +- kselftests/net: list all available tests in usage() (Hangbin Liu) [2077385] +- selftests: net/fcnal-test.sh: add exit code (Hangbin Liu) [2077385] +- selftests: net: remove meaningless help option (Hangbin Liu) [2077385] +- selftests: net: fib_nexthops: add test for group refcount imbalance bug (Hangbin Liu) [2077385] +- selftests/net: expand gro with two machine test (Hangbin Liu) [2077385] +- selftests/net: remove ARRAY_SIZE define from individual tests (Hangbin Liu) [2077385] +- tools: fix ARRAY_SIZE defines in tools and selftests hdrs (Hangbin Liu) [2077385] +- cpuidle: intel_idle: Drop redundant backslash at line end (Steve Best) [2072895] +- intel_idle: add core C6 optimization for SPR (Steve Best) [2072895] +- intel_idle: add 'preferred_cstates' module argument (Steve Best) [2072895] +- intel_idle: add SPR support (Steve Best) [2072895] +- intel_idle: enable interrupts before C1 on Xeons (Steve Best) [2072895] +- cpupower: Add "perf" option to print AMD P-State information (Steve Best) [2059367] +- cpupower: Add function to print AMD P-State performance capabilities (Steve Best) [2059367] +- cpupower: Move print_speed function into misc helper (Steve Best) [2059367] +- cpupower: Enable boost state support for AMD P-State module (Steve Best) [2059367] +- cpupower: Add AMD P-State sysfs definition and access helper (Steve Best) [2059367] +- cpupower: Introduce ACPI CPPC library (Steve Best) [2059367] +- cpupower: Add the function to get the sysfs value from specific table (Steve Best) [2059367] +- cpupower: Initial AMD P-State capability (Steve Best) [2059367] +- cpupower: Add the function to check AMD P-State enabled (Steve Best) [2059367] +- cpupower: Add AMD P-State capability flag (Steve Best) [2059367] +- tools/power/cpupower/{ToDo => TODO}: Rename the todo file (Steve Best) [2059367] +- tools: cpupower: fix typo in cpupower-idle-set(1) manpage (Steve Best) [2059367] +- redhat: support virtio-mem on aarch64 as tech-preview (Gavin Shan) [2044155] +- drivers/virtio: Enable virtio mem for ARM64 (Gavin Shan) [2044155] +- virtio: drop default for virtio-mem (Gavin Shan) [2044155] +- arm64/mm: avoid fixmap race condition when create pud mapping (Gavin Shan) [2044155] +- libceph: fix misleading ceph_osdc_cancel_request() comment (Jeffrey Layton) [2071641] +- libceph: fix potential use-after-free on linger ping and resends (Jeffrey Layton) [2071641] +- ceph: fix setting of xattrs on async created inodes (Jeffrey Layton) [2071641] +- ceph: fix possible NULL pointer dereference for req->r_session (Jeffrey Layton) [2071641] +- ceph: remove incorrect session state check (Jeffrey Layton) [2071641] +- ceph: get snap_rwsem read lock in handle_cap_export for ceph_add_cap (Jeffrey Layton) [2071641] +- libceph: disambiguate cluster/pool full log message (Jeffrey Layton) [2071641] +- ceph: remove reliance on bdi congestion (Jeffrey Layton) [2071641] +- ceph: fix memory leak in ceph_readdir when note_last_dentry returns error (Jeffrey Layton) [2071641] +- ceph: use tracked average r/w/m latencies to display metrics in debugfs (Jeffrey Layton) [2071641] +- ceph: include average/stdev r/w/m latency in mds metrics (Jeffrey Layton) [2071641] +- ceph: track average r/w/m latency (Jeffrey Layton) [2071641] +- ceph: use ktime_to_timespec64() rather than jiffies_to_timespec64() (Jeffrey Layton) [2071641] +- ceph: assign the ci only when the inode isn't NULL (Jeffrey Layton) [2071641] +- ceph: fix inode reference leakage in ceph_get_snapdir() (Jeffrey Layton) [2071641] +- ceph: misc fix for code style and logs (Jeffrey Layton) [2071641] +- ceph: allocate capsnap memory outside of ceph_queue_cap_snap() (Jeffrey Layton) [2071641] +- ceph: do not release the global snaprealm until unmounting (Jeffrey Layton) [2071641] +- ceph: remove incorrect and unused CEPH_INO_DOTDOT macro (Jeffrey Layton) [2071641] +- ceph: eliminate the recursion when rebuilding the snap context (Jeffrey Layton) [2071641] +- ceph: do not update snapshot context when there is no new snapshot (Jeffrey Layton) [2071641] +- ceph: zero the dir_entries memory when allocating it (Jeffrey Layton) [2071641] +- ceph: move to a dedicated slabcache for ceph_cap_snap (Jeffrey Layton) [2071641] +- ceph: add getvxattr op (Jeffrey Layton) [2071641] +- libceph: drop else branches in prepare_read_data{,_cont} (Jeffrey Layton) [2071641] +- ceph: fix comments mentioning i_mutex (Jeffrey Layton) [2071641] +- ceph: fail the request directly if handle_reply gets an ESTALE (Jeffrey Layton) [2071641] +- ceph: wake waiters after failed async create (Jeffrey Layton) [2071641] +- ceph: wait for async create reply before sending any cap messages (Jeffrey Layton) [2071641] +- ceph: eliminate req->r_wait_for_completion from ceph_mds_request (Jeffrey Layton) [2071641] +- ceph: switch netfs read ops to use rreq->inode instead of rreq->mapping->host (Jeffrey Layton) [2071641] +- libceph: optionally use bounce buffer on recv path in crc mode (Jeffrey Layton) [2071641] +- libceph: make recv path in secure mode work the same as send path (Jeffrey Layton) [2071641] +- ceph: set pool_ns in new inode layout for async creates (Jeffrey Layton) [2071641] +- ceph: properly put ceph_string reference after async create attempt (Jeffrey Layton) [2071641] +- ceph: put the requests/sessions when it fails to alloc memory (Jeffrey Layton) [2071641] +- ceph: move CEPH_SUPER_MAGIC definition to magic.h (Jeffrey Layton) [2071641] +- ceph: remove redundant Lsx caps check (Jeffrey Layton) [2071641] +- ceph: add new "nopagecache" option (Jeffrey Layton) [2071641] +- ceph: don't check for quotas on MDS stray dirs (Jeffrey Layton) [2071641] +- ceph: drop send metrics debug message (Jeffrey Layton) [2071641] +- rbd: make const pointer spaces a static const array (Jeffrey Layton) [2071641] +- ceph: Fix incorrect statfs report for small quota (Jeffrey Layton) [2071641] +- ceph: mount syntax module parameter (Jeffrey Layton) [2071641] +- ceph: record updated mon_addr on remount (Jeffrey Layton) [2071641] +- ceph: new device mount syntax (Jeffrey Layton) [2071641] +- libceph: rename parse_fsid() to ceph_parse_fsid() and export (Jeffrey Layton) [2071641] +- libceph: generalize addr/ip parsing based on delimiter (Jeffrey Layton) [2071641] +- ceph: fix up non-directory creation in SGID directories (Jeffrey Layton) [2071641] +- ceph: initialize pathlen variable in reconnect_caps_cb (Jeffrey Layton) [2071641] +- ceph: initialize i_size variable in ceph_sync_read (Jeffrey Layton) [2071641] +- ceph: fix duplicate increment of opened_inodes metric (Jeffrey Layton) [2071641] + * Tue May 24 2022 Patrick Talbert [5.14.0-98.el9] - hv_balloon: rate-limit "Unhandled message" warning (Vitaly Kuznetsov) [2088401] - scsi: qla2xxx: Fix typos in comments (Nilesh Javali) [2046623] diff --git a/sources b/sources index ea482cf..12d0bfb 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-5.14.0-98.el9.tar.xz) = bb52f5a8c10f53a3e2f55cb59b41e6c7f958fb3ecba314617e9defd6e1eea3b548ae9506fa7033656363dcecc56490c6f898cb2882450f093febe6f96a720fa6 -SHA512 (kernel-abi-stablelists-5.14.0-98.el9.tar.bz2) = e69c3bb7b85d706199297834f1e92d775329fa37421f861745a73137ddd1b8a2e54a60a40d45e9e700ae549ccb77ba6261078bbda34d1f08c080f71dfc453de6 -SHA512 (kernel-kabi-dw-5.14.0-98.el9.tar.bz2) = b07e3d6617cc434bf03eb165691b8b64418260e0a97bf3da3959aa03d142ff345c94b4a0f0856246d2b2c6a6a713fd6495e9f2cb73244cf4cfc5a4b7525e7674 +SHA512 (linux-5.14.0-99.el9.tar.xz) = a8691a03e5d814ee27ee7e59438bec05d64bc08bd1f853c6c8e2ad8b0c867a6419e480a3e5116d369925adffe51bdaddccb707fbe6cdb39e3b13fbb1ed89e056 +SHA512 (kernel-abi-stablelists-5.14.0-99.el9.tar.bz2) = f73a857eb7c799e548c41c7d9e7d1fb467ea77e190a30cc6f34e01ed8ff205d07bf141b3fdc723d43c36350186b0ba273b3232c84d4035d1ec8cb5a9939120bb +SHA512 (kernel-kabi-dw-5.14.0-99.el9.tar.bz2) = b07e3d6617cc434bf03eb165691b8b64418260e0a97bf3da3959aa03d142ff345c94b4a0f0856246d2b2c6a6a713fd6495e9f2cb73244cf4cfc5a4b7525e7674