forked from rpms/kernel
		
	Merge remote-tracking branch 'alma-origin/c8' into HEAD
This commit is contained in:
		
						commit
						a713fd635c
					
				
							
								
								
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @ -1,5 +1,5 @@ | ||||
| SOURCES/kernel-abi-stablelists-4.18.0-425.tar.bz2 | ||||
| SOURCES/kernel-kabi-dw-4.18.0-425.tar.bz2 | ||||
| SOURCES/linux-4.18.0-425.3.1.el8.tar.xz | ||||
| SOURCES/linux-4.18.0-425.10.1.el8_7.tar.xz | ||||
| SOURCES/rheldup3.x509 | ||||
| SOURCES/rhelkpatch1.x509 | ||||
|  | ||||
| @ -1,5 +1,5 @@ | ||||
| 7377119689346784d842dc98199d402e2b38d174 SOURCES/kernel-abi-stablelists-4.18.0-425.tar.bz2 | ||||
| b502125fc0bb2632d4cc7239f4285f6f7a6de736 SOURCES/kernel-kabi-dw-4.18.0-425.tar.bz2 | ||||
| 66a2aa500051cb8da49f62f96ebab91b83a63f17 SOURCES/linux-4.18.0-425.3.1.el8.tar.xz | ||||
| fe609237f3d814237446b379af8e592251969809 SOURCES/kernel-abi-stablelists-4.18.0-425.tar.bz2 | ||||
| f2fb49be6e6fe2782bc58e2914d8dcc7b2948764 SOURCES/kernel-kabi-dw-4.18.0-425.tar.bz2 | ||||
| 56bfb11a19594be254221eb5c3648d403ab882fb SOURCES/linux-4.18.0-425.10.1.el8_7.tar.xz | ||||
| 95b9b811c7b0a6c98b2eafc4e7d6d24f2cb63289 SOURCES/rheldup3.x509 | ||||
| d90885108d225a234a5a9d054fc80893a5bd54d0 SOURCES/rhelkpatch1.x509 | ||||
|  | ||||
| @ -90,6 +90,7 @@ | ||||
| 0xd979a547	__x86_indirect_thunk_rdi	vmlinux	EXPORT_SYMBOL | ||||
| 0xb601be4c	__x86_indirect_thunk_rdx	vmlinux	EXPORT_SYMBOL | ||||
| 0xa1f9a134	__x86_indirect_thunk_rsi	vmlinux	EXPORT_SYMBOL | ||||
| 0x9262d817	__x86_paravirt_patch_template	vmlinux	EXPORT_SYMBOL_GPL | ||||
| 0xcf4fdd4d	_atomic_dec_and_lock	vmlinux	EXPORT_SYMBOL | ||||
| 0xa1c76e0a	_cond_resched	vmlinux	EXPORT_SYMBOL | ||||
| 0x362ef408	_copy_from_user	vmlinux	EXPORT_SYMBOL | ||||
|  | ||||
| @ -38,10 +38,10 @@ | ||||
| # define buildid .local | ||||
| 
 | ||||
| %define rpmversion 4.18.0 | ||||
| %define pkgrelease 425.3.1.el8 | ||||
| %define pkgrelease 425.10.1.el8_7 | ||||
| 
 | ||||
| # allow pkg_release to have configurable %%{?dist} tag | ||||
| %define specrelease 425.3.1%{?dist} | ||||
| %define specrelease 425.10.1%{?dist} | ||||
| 
 | ||||
| %define pkg_release %{specrelease}%{?buildid} | ||||
| 
 | ||||
| @ -2672,6 +2672,114 @@ fi | ||||
| # | ||||
| # | ||||
| %changelog | ||||
| * Wed Dec 14 2022 Jarod Wilson <jarod@redhat.com> [4.18.0-425.10.1.el8_7] | ||||
| - scsi: target: loop: Fix handling of aborted TMRs (Maurizio Lombardi) [2144583 2141713] | ||||
| - ice: virtchnl rss hena support (Petr Oros) [2148130] | ||||
| - ice: Fix configuring VIRTCHNL_OP_CONFIG_VSI_QUEUES with unbalanced queues (Michal Schmidt) [2142017 2137378] | ||||
| - ice: Add support Flex RXD (Michal Schmidt) [2138157 2131310] | ||||
| - netfilter: flowtable: fix stuck flows on cleanup due to pending work (Phil Sutter) [2134084 2131370] | ||||
| - netfilter: flowtable: add function to invoke garbage collection immediately (Phil Sutter) [2134084 2131370] | ||||
| - netfilter: flowtable: pass flowtable to nf_flow_table_iterate() (Phil Sutter) [2134084 2131370] | ||||
| - netfilter: flowtable: separate replace, destroy and stats to different workqueues (Phil Sutter) [2134084 2131370] | ||||
| - x86/paravirt: Add a dummy __x86_paravirt_patch_template() function (Waiman Long) [2152206 2144161] | ||||
| - x86/paravirt: Fix kABI breakage in struct pv_mmu_ops (Waiman Long) [2152206 2144161] | ||||
| - drm/i915: fix TLB invalidation for Gen12 video and compute engines (Wander Lairson Costa) [2148149 2148150] {CVE-2022-4139} | ||||
| - PCI: hv: Do not set PCI_COMMAND_MEMORY to reduce VM boot time (Emanuele Giuseppe Esposito) [2150912 2082836] | ||||
| - iavf: Fix cached head and tail value for iavf_get_tx_pending (Stefan Assmann) [2149742 2103944] | ||||
| - iavf: Fix change VF's mac address (Stefan Assmann) [2149742 2103944] | ||||
| - iavf: Fix race between iavf_close and iavf_reset_task (Stefan Assmann) [2149742 2103944] | ||||
| - net: ethernet: move from strlcpy with unused retval to strscpy (Stefan Assmann) [2149742 2103944] | ||||
| - iavf: Fix 'tc qdisc show' listing too many queues (Stefan Assmann) [2149742 2103944] | ||||
| - iavf: Fix max_rate limiting (Stefan Assmann) [2149742 2103944] | ||||
| - iavf: Check for duplicate TC flower filter before parsing (Stefan Assmann) [2149742 2103944] | ||||
| - iavf: Fix handling of dummy receive descriptors (Stefan Assmann) [2149742 2103944] | ||||
| - iavf: Disallow changing rx/tx-frames and rx/tx-frames-irq (Stefan Assmann) [2149742 2103944] | ||||
| - intel/iavf:fix repeated words in comments (Stefan Assmann) [2149742 2103944] | ||||
| - intel: remove unused macros (Stefan Assmann) [2149742 2103944] | ||||
| - iavf: Add waiting for response from PF in set mac (Stefan Assmann) [2149742 2103944] | ||||
| 
 | ||||
| * Fri Dec 09 2022 Jarod Wilson <jarod@redhat.com> [4.18.0-425.9.1.el8_7] | ||||
| - Documentation/admin-guide: Document nomodeset kernel parameter (Jocelyn Falempe) [2145218 2143952] | ||||
| - drm: Move nomodeset kernel parameter to the DRM subsystem (Jocelyn Falempe) [2145218 2143952] | ||||
| - wait: Fix __wait_event_hrtimeout for RT/DL tasks (Derek Barbosa) [2138953 2125233] | ||||
| - scsi: zfcp: Fix missing auto port scan and thus missing target ports (Tobias Huschle) [2127849 2121089] | ||||
| - net: Fix return value of qdisc ingress handling on success (Ivan Vecera) [2141878 2131361] | ||||
| 
 | ||||
| * Fri Dec 02 2022 Jarod Wilson <jarod@redhat.com> [4.18.0-425.8.1.el8_7] | ||||
| - scsi: mpi3mr: Schedule IRQ kthreads only on non-RT kernels (Tomas Henzl) [2139216 2134535] | ||||
| - RDMA/mlx5: Set local port to one when accessing counters (Mohammad Kabat) [2141957 2077119] | ||||
| - drm/mgag200: Fix PLL setup for G200_SE_A rev >=4 (Jocelyn Falempe) [2140152 2130159] | ||||
| - iavf: Do not restart Tx queues after reset task failure (Petr Oros) [2149081 2134005] | ||||
| - iavf: Fix a crash during reset task (Petr Oros) [2149081 2134005] | ||||
| - scsi: core: Allow the ALUA transitioning state enough time (Tomas Henzl) [2147374 2084250] | ||||
| - scsi: core: Return BLK_STS_TRANSPORT for ALUA transitioning (Tomas Henzl) [2147374 2084250] | ||||
| - i40e: Fix DMA mappings leak (Ivan Vecera) [2138205 2077847] | ||||
| - net: usb: ax88179_178a: Fix packet receiving (Jose Ignacio Tornos Martinez) [2142724 2142725] {CVE-2022-2964} | ||||
| - net: usb: ax88179_178a: Fix out-of-bounds accesses in RX fixup (Jose Ignacio Tornos Martinez) [2142724 2142725] {CVE-2022-2964} | ||||
| 
 | ||||
| * Tue Nov 29 2022 Jarod Wilson <jarod@redhat.com> [4.18.0-425.7.1.el8_7] | ||||
| - ice: Add additional CSR registers to ETHTOOL_GREGS (Petr Oros) [2136513 2131024] | ||||
| - i40e: Fix set max_tx_rate when it is lower than 1 Mbps (Petr Oros) [2137270 2106964] | ||||
| - i40e: Fix VF set max MTU size (Petr Oros) [2137270 2106964] | ||||
| - iavf: Fix set max MTU size with port VLAN and jumbo frames (Petr Oros) [2137270 2106964] | ||||
| - iavf: Fix bad page state (Petr Oros) [2137270 2106964] | ||||
| - Revert "scsi: mpi3mr: Schedule IRQ kthreads only on non-RT kernels" (Jarod Wilson) | ||||
| - scsi: mpi3mr: Schedule IRQ kthreads only on non-RT kernels (Tomas Henzl) [2139216] | ||||
| - Revert "ACPI: processor idle: Practically limit "Dummy wait" workaround to old Intel systems" (Jarod Wilson) | ||||
| - ACPI: processor idle: Practically limit "Dummy wait" workaround to old Intel systems (Wei Huang) [2142170 2130653] | ||||
| 
 | ||||
| * Fri Nov 11 2022 Jarod Wilson <jarod@redhat.com> [4.18.0-425.6.1.el8_7] | ||||
| - ice: Add low latency Tx timestamp read (Petr Oros) [2136036 2092425] | ||||
| - ice: introduce ice_ptp_reset_cached_phctime function (Petr Oros) [2136036 2092425] | ||||
| - ice: re-arrange some static functions in ice_ptp.c (Petr Oros) [2136036 2092425] | ||||
| - ice: track and warn when PHC update is late (Petr Oros) [2136036 2092425] | ||||
| - ice: track Tx timestamp stats similar to other Intel drivers (Petr Oros) [2136036 2092425] | ||||
| - ice: implement adjfine with mul_u64_u64_div_u64 (Petr Oros) [2136036 2092425] | ||||
| - ice: Add EXTTS feature to the feature bitmap (Petr Oros) [2136036 2092425] | ||||
| - math: Export mul_u64_u64_div_u64 (Petr Oros) [2136036 2092425] | ||||
| - vfio/type1: Unpin zero pages (Alex Williamson) [2128515 2123015] | ||||
| - net: atlantic: remove aq_nic_deinit() when resume (Íñigo Huguet) [2131935 2130839] | ||||
| - net: atlantic: remove deep parameter on suspend/resume functions (Íñigo Huguet) [2131935 2130839] | ||||
| - CI: Use zstream builder container (Veronika Kabatova) | ||||
| - CI: Add disttag override for 8.7 (Veronika Kabatova) | ||||
| 
 | ||||
| * Thu Nov 03 2022 Jarod Wilson <jarod@redhat.com> [4.18.0-425.5.1.el8_7] | ||||
| - ice: Fix interface being down after reset with link-down-on-close flag on (Petr Oros) [2136216 2024110] | ||||
| - ice: Fix crash by keep old cfg when update TCs more than queues (Petr Oros) [2130992 2129902] | ||||
| - ice: Fix tunnel checksum offload with fragmented traffic (Petr Oros) [2130992 2129902] | ||||
| - ice: handle E822 generic device ID in PLDM header (Petr Oros) [2130992 2129902] | ||||
| - ice: ethtool: Prohibit improper channel config for DCB (Petr Oros) [2130992 2129902] | ||||
| - ice: ethtool: advertise 1000M speeds properly (Petr Oros) [2130992 2129902] | ||||
| - ice: Fix switchdev rules book keeping (Petr Oros) [2130992 2129902] | ||||
| - ice: fix access-beyond-end in the switch code (Petr Oros) [2130992 2129902] | ||||
| - eth: ice: silence the GCC 12 array-bounds warning (Petr Oros) [2130992 2129902] | ||||
| - ice: Expose RSS indirection tables for queue groups via ethtool (Petr Oros) [2130992 2129902] | ||||
| - Revert "ice: Hide bus-info in ethtool for PRs in switchdev mode" (Petr Oros) [2130992 2129902] | ||||
| - ice: remove period on argument description in ice_for_each_vf (Petr Oros) [2130992 2129902] | ||||
| - ice: add a function comment for ice_cfg_mac_antispoof (Petr Oros) [2130992 2129902] | ||||
| - ice: fix wording in comment for ice_reset_vf (Petr Oros) [2130992 2129902] | ||||
| - ice: remove return value comment for ice_reset_all_vfs (Petr Oros) [2130992 2129902] | ||||
| - ice: always check VF VSI pointer values (Petr Oros) [2130992 2129902] | ||||
| - ice: add newline to dev_dbg in ice_vf_fdir_dump_info (Petr Oros) [2130992 2129902] | ||||
| - ice: get switch id on switchdev devices (Petr Oros) [2130992 2129902] | ||||
| - ice: return ENOSPC when exceeding ICE_MAX_CHAIN_WORDS (Petr Oros) [2130992 2129902] | ||||
| - ice: introduce common helper for retrieving VSI by vsi_num (Petr Oros) [2130992 2129902] | ||||
| - ice: use min_t() to make code cleaner in ice_gnss (Petr Oros) [2130992 2129902] | ||||
| - ice: Add mpls+tso support (Petr Oros) [2130992 2129902] | ||||
| - ice: switch: convert packet template match code to rodata (Petr Oros) [2130992 2129902] | ||||
| - ice: switch: use convenience macros to declare dummy pkt templates (Petr Oros) [2130992 2129902] | ||||
| - ice: switch: use a struct to pass packet template params (Petr Oros) [2130992 2129902] | ||||
| - ice: switch: unobscurify bitops loop in ice_fill_adv_dummy_packet() (Petr Oros) [2130992 2129902] | ||||
| - ice: switch: add and use u16[] aliases to ice_adv_lkup_elem::{h, m}_u (Petr Oros) [2130992 2129902] | ||||
| - ice: Support GTP-U and GTP-C offload in switchdev (Petr Oros) [2130992 2129902] | ||||
| - ice: Remove useless DMA-32 fallback configuration (Petr Oros) [2130992 2129902] | ||||
| - ice: switch to napi_build_skb() (Petr Oros) [2130992 2129902] | ||||
| - redhat: switch to z-stream dist tag and build targets (Jarod Wilson) | ||||
| - block: avoid sign extend problem with default queue flags mask (Nico Pache) [2135813] | ||||
| 
 | ||||
| * Fri Oct 07 2022 Jarod Wilson <jarod@redhat.com> [4.18.0-425.4.1.el8] | ||||
| - random: allow reseeding DRBG with getrandom (Daiki Ueno) [2121766] | ||||
| 
 | ||||
| * Fri Sep 30 2022 Jarod Wilson <jarod@redhat.com> [4.18.0-425.3.1.el8] | ||||
| - iwlwifi: limit fw version for AC9560 to avoid fw crash (Íñigo Huguet) [2129297] | ||||
| - sfc: fix null pointer dereference in efx_hard_start_xmit (Íñigo Huguet) [2119638] | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user