Commit Graph

9 Commits

Author SHA1 Message Date
Denys Vlasenko
43fb701665 kernel-4.18.0-492.el8
* Tue May 09 2023 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-492.el8]
- xfs: assert in xfs_btree_del_cursor should take into account error (Andrey Albershteyn) [2183168]
- xfs: prevent a UAF when log IO errors race with unmount (Andrey Albershteyn) [2183168]
- xfs: fix NULL pointer dereference in xfs_getbmap() (Andrey Albershteyn) [2183168]
- xfs: avoid a UAF when log intent item recovery fails (Andrey Albershteyn) [2183168]
- xfs: fix memory leak in xfs_errortag_init (Andrey Albershteyn) [2183168]
- xfs: Fix unreferenced object reported by kmemleak in xfs_sysfs_init() (Andrey Albershteyn) [2183168]
- xfs: fix sb write verify for lazysbcount (Andrey Albershteyn) [2183168]
- xfs: invalidate block device page cache during unmount (Andrey Albershteyn) [2183168]
- xfs: invalidate xfs_bufs when allocating cow extents (Andrey Albershteyn) [2183168]
- xfs: dquot shrinker doesn't check for XFS_DQFLAG_FREEING (Andrey Albershteyn) [2183168]
- xfs: fix intermittent hang during quotacheck (Andrey Albershteyn) [2183168]
- xfs: fix exception caused by unexpected illegal bestcount in leaf dir (Andrey Albershteyn) [2183168]
- xfs: fix super block buf log item UAF during force shutdown (Andrey Albershteyn) [2183168]
- xfs: fix uninitialized variable access (Andrey Albershteyn) [2183168]
- xfs: fix potential log item leak (Andrey Albershteyn) [2183168]
- xfs: fix inode reservation space for removing transaction (Andrey Albershteyn) [2183168]
- xfs: fix extent busy updating (Andrey Albershteyn) [2183168]
- xfs: fix low space alloc deadlock (Andrey Albershteyn) [2183168]
- xfs: purge dquots after inode walk fails during quotacheck (Andrey Albershteyn) [2183168]
- xfs: get root inode correctly at bulkstat (Andrey Albershteyn) [2183168]
- iomap: iomap: fix memory corruption when recording errors during writeback (Andrey Albershteyn) [2183168]
- xfs: attach dquots to inode before reading data/cow fork mappings (Andrey Albershteyn) [2183168]
- xfs: get rid of assert from xfs_btree_islastblock (Andrey Albershteyn) [2183168]
- xfs: fix use-after-free in xattr node block inactivation (Andrey Albershteyn) [2183168]
- xfs: pass the correct cursor to xfs_iomap_prealloc_size (Andrey Albershteyn) [2183168]
- xfs: don't report reserved bnobt space as available (Andrey Albershteyn) [2183168]
- xfs: fix overfilling of reserve pool (Andrey Albershteyn) [2183168]
- xfs: always succeed at setting the reserve pool size (Andrey Albershteyn) [2183168]
- xfs: remove infinite loop when reserving free block pool (Andrey Albershteyn) [2166567 2183168]
- xfs: don't include bnobt blocks when reserving free block pool (Andrey Albershteyn) [2183168]
- xfs: document the XFS_ALLOC_AGFL_RESERVE constant (Andrey Albershteyn) [2183168]
- xfs: prevent UAF in xfs_log_item_in_current_chkpt (Andrey Albershteyn) [2183168]
- xfs: fix incorrect i_nlink caused by inode racing (Andrey Albershteyn) [2183168]
- xfs: fix incorrect error-out in xfs_remove (Andrey Albershteyn) [2183168]
- KVM: s390: GISA: sort out physical vs virtual pointers usage (Cédric Le Goater) [2169294]
- KVM: s390: disable migration mode when dirty tracking is disabled (Cédric Le Goater) [2169294]
- KVM: s390: Unwind kvm_arch_init() piece-by-piece() if a step fails (Cédric Le Goater) [2169294]
- iommu/s390: Make attach succeed even if the device is in error state (Cédric Le Goater) [2169294]
- KVM: s390: pci: Fix allocation size of aift kzdev elements (Cédric Le Goater) [2169294]
- iommu/s390: Fix incorrect aperture check (Cédric Le Goater) [2169294]
- KVM: s390: VSIE: sort out virtual/physical address in pin_guest_page (Cédric Le Goater) [2169294]
- KVM: s390: pv: sort out physical vs virtual pointers usage (Cédric Le Goater) [2169294]
- KVM: s390: sida: sort out physical vs virtual pointers usage (Cédric Le Goater) [2169294]
- KVM: s390: sort out physical vs virtual pointers usage (Cédric Le Goater) [2169294]
- iommu/s390: Fail probe for non-PCI devices (Cédric Le Goater) [2169294]
- PCI/AER: Remove redundant Device Control Error Reporting Enable (Myron Stowe) [2180894]
- PCI/AER: Configure ECRC only if AER is native (Myron Stowe) [2180894]
- PCI/AER: Iterate over error counters instead of error strings (Myron Stowe) [2180894]
- PCI/AER: Enable error reporting when AER is native (Myron Stowe) [2180894]
- PCI/AER: Configure ECRC for every device (Myron Stowe) [2180894]
- PCI/AER: Clear MULTI_ERR_COR/UNCOR_RCV bits (Myron Stowe) [2180894]
- PCI/sysfs: Use sysfs_emit() and sysfs_emit_at() in "show" functions (Myron Stowe) [2180894]
- PCI/AER: Use consistent format when printing PCI device (Myron Stowe) [2180894]
- PCI/sysfs: Rely on lengths from scnprintf(), dsm_label_utf16s_to_utf8s() (Myron Stowe) [2180894]
- PCI/sysfs: Fix dsm_label_utf16s_to_utf8s() buffer overrun (Myron Stowe) [2180894]
- mlxsw: minimal: Fix deadlock in ports creation (Petr Oros) [2177956]
- mlxsw: core: Fix use-after-free calling devl_unlock() in mlxsw_core_bus_device_unregister() (Petr Oros) [2177956]
- net: devlink: convert reload command to take implicit devlink->lock (Petr Oros) [2177956]
- mlxsw: convert driver to use unlocked devlink API during init/fini (Petr Oros) [2177956]
- mlxsw: Narrow the critical section of devl_lock during ports creation/removal (Petr Oros) [2177956]
- ice: sleep, don't busy-wait, in the SQ send retry loop (Michal Schmidt) [2184013]
- ice: remove unused buffer copy code in ice_sq_send_cmd_retry() (Michal Schmidt) [2184013]
- ice: sleep, don't busy-wait, for ICE_CTL_Q_SQ_CMD_TIMEOUT (Michal Schmidt) [2184013]
- ice: remove ice_ctl_q_info::sq_cmd_timeout (Michal Schmidt) [2184013]
- ice: increase the GNSS data polling interval to 20 ms (Michal Schmidt) [2184013]
- ice: do not busy-wait to read GNSS data (Michal Schmidt) [2184013]
- enic: Use irq_update_affinity_hint() (Michal Schmidt) [2101515]
- ethernet:enic: Fix a use after free bug in enic_hard_start_xmit (Michal Schmidt) [2101515]
- net: enic: Cure the enic api locking trainwreck (Michal Schmidt) [2101515]
- enic: switch from 'pci_' to 'dma_' API (Michal Schmidt) [2101515]
- enic: convert to new udp_tunnel_nic infra (Michal Schmidt) [2101515]
- enic: let core reject the unsupported coalescing parameters (Michal Schmidt) [2101515]
- scsi: mpt3sas: Fix an issue when driver is being removed (Tomas Henzl) [2166206]
- scsi: mpt3sas: Remove HBA BIOS version in the kernel log (Tomas Henzl) [2166206]
- scsi: mpt3sas: Don't print sense pool info twice (Tomas Henzl) [2166206]
- scsi: mpt3sas: Fix NULL pointer access in mpt3sas_transport_port_add() (Tomas Henzl) [2166206]
- scsi: mpt3sas: Fix a memory leak (Tomas Henzl) [2166206]
- scsi: mpt3sas: Demote log level for trace buffer allocation to info (Tomas Henzl) [2166206]
- scsi: mpt3sas: Fix possible resource leaks in mpt3sas_transport_port_add() (Tomas Henzl) [2166206]
- scsi: mpt3sas: Remove usage of dma_get_required_mask() API (Tomas Henzl) [2166206]
- scsi: mpt3sas: Use scsi_cmd_to_rq() instead of scsi_cmnd.request (Tomas Henzl) [2166206]
- ipmi: msghandler: kABI implementation was wrong (Tony Camuso) [2182345]
- hwmon: (xgene) Fix use after free bug in xgene_hwmon_remove due to race condition (Chris von Recklinghausen) [2184583] {CVE-2023-1855}
- RDMA/irdma: Add ipv4 check to irdma_find_listener() (Kamal Heib) [2117129 2135976]
- RDMA/irdma: Increase iWARP CM default rexmit count (Kamal Heib) [2117129 2135976]
- RDMA/irdma: Fix memory leak of PBLE objects (Kamal Heib) [2117129 2135976]
- RDMA/irdma: Do not generate SW completions for NOPs (Kamal Heib) [2117129 2135976]
- RDMA/irdma: Remove a redundant irdma_arp_table() call (Kamal Heib) [2117129 2135976]
- migrate: grab the compound head in migration_entry_wait_on_locked (Nico Pache) [2188249]
- module: Don't wait for GOING modules (Mark Langsdorf) [1964563]
- redhat/configs: Fix DEBUG_BLK_CGROUP and BFQ_CGROUP_DEBUG configs (Vladis Dronov)
- x86/MCE/AMD: Clear DFR errors found in THR handler (Prarit Bhargava) [2190279]
Resolves: rhbz#1964563, rhbz#2101515, rhbz#2117129, rhbz#2135976, rhbz#2166206, rhbz#2166567, rhbz#2169294, rhbz#2177956, rhbz#2180894, rhbz#2182345, rhbz#2183168, rhbz#2184013, rhbz#2184583, rhbz#2188249, rhbz#2190279

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
2023-05-09 17:11:04 +02:00
Denys Vlasenko
394c244cdf kernel-4.18.0-491.el8
* Fri May 05 2023 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-491.el8]
- iommu/amd: Update amd_iommu_fault structure to include PCI seg ID (Jerry Snitselaar) [2117775]
- iommu/amd: Update device_state structure to include PCI seg ID (Jerry Snitselaar) [2117775]
- iommu/amd: Print PCI segment ID in error log messages (Jerry Snitselaar) [2117775]
- iommu/amd: Add PCI segment support for ivrs_[ioapic/hpet/acpihid] commands (Jerry Snitselaar) [2117775]
- iommu/amd: Specify PCI segment ID when getting pci device (Jerry Snitselaar) [2117775]
- iommu/amd: Include PCI segment ID when initialize IOMMU (Jerry Snitselaar) [2117775]
- iommu/amd: Introduce get_device_sbdf_id() helper function (Jerry Snitselaar) [2117775]
- iommu/amd: Flush upto last_bdf only (Jerry Snitselaar) [2117775]
- iommu/amd: Remove global amd_iommu_[dev_table/alias_table/last_bdf] (Jerry Snitselaar) [2117775]
- iommu/amd: Update set_dev_entry_bit() and get_dev_entry_bit() (Jerry Snitselaar) [2117775]
- iommu/amd: Update (un)init_device_table_dma() (Jerry Snitselaar) [2117775]
- iommu/amd: Update set_dte_irq_entry (Jerry Snitselaar) [2117775]
- iommu/amd: Update dump_dte_entry (Jerry Snitselaar) [2117775]
- iommu/amd: Update iommu_ignore_device (Jerry Snitselaar) [2117775]
- iommu/amd: Update set_dte_entry and clear_dte_entry (Jerry Snitselaar) [2117775]
- iommu/amd: Convert to use per PCI segment rlookup_table (Jerry Snitselaar) [2117775]
- iommu/amd: Update alloc_irq_table and alloc_irq_index (Jerry Snitselaar) [2117775]
- iommu/amd: Update amd_irte_ops functions (Jerry Snitselaar) [2117775]
- iommu/amd: Introduce struct amd_ir_data.iommu (Jerry Snitselaar) [2117775]
- iommu/amd: Update irq_remapping_alloc to use IOMMU lookup helper function (Jerry Snitselaar) [2117775]
- iommu/amd: Convert to use rlookup_amd_iommu helper function (Jerry Snitselaar) [2117775]
- iommu/amd: Convert to use per PCI segment irq_lookup_table (Jerry Snitselaar) [2117775]
- iommu/amd: Introduce per PCI segment rlookup table size (Jerry Snitselaar) [2117775]
- iommu/amd: Introduce per PCI segment alias table size (Jerry Snitselaar) [2117775]
- iommu/amd: Introduce per PCI segment device table size (Jerry Snitselaar) [2117775]
- iommu/amd: Introduce per PCI segment last_bdf (Jerry Snitselaar) [2117775]
- iommu/amd: Introduce per PCI segment unity map list (Jerry Snitselaar) [2117775]
- iommu/amd: Introduce per PCI segment alias_table (Jerry Snitselaar) [2117775]
- iommu/amd: Introduce per PCI segment old_dev_tbl_cpy (Jerry Snitselaar) [2117775]
- iommu/amd: Introduce per PCI segment dev_data_list (Jerry Snitselaar) [2117775]
- iommu/amd: Introduce per PCI segment irq_lookup_table (Jerry Snitselaar) [2117775]
- iommu/amd: Introduce per PCI segment rlookup table (Jerry Snitselaar) [2117775]
- iommu/amd: Introduce per PCI segment device table (Jerry Snitselaar) [2117775]
- iommu/amd: Introduce pci segment structure (Jerry Snitselaar) [2117775]
- iommu/amd: Update struct iommu_dev_data definition (Jerry Snitselaar) [2117775]
- redhat: configs: Enable CONFIG_INTEL_IOMMU_PERF_EVENTS (Jerry Snitselaar) [2176995]
- iommu/vt-d: Fix an IOMMU perfmon warning when CPU hotplug (Jerry Snitselaar) [2176995]
- iommu/vt-d: Enable IOMMU perfmon support (Jerry Snitselaar) [2176995]
- iommu/vt-d: Add IOMMU perfmon overflow handler support (Jerry Snitselaar) [2176995]
- iommu/vt-d: Support cpumask for IOMMU perfmon (Jerry Snitselaar) [2176995]
- iommu/vt-d: Add IOMMU perfmon support (Jerry Snitselaar) [2176995]
- iommu/vt-d: Support Enhanced Command Interface (Jerry Snitselaar) [2176995]
- iommu/vt-d: Retrieve IOMMU perfmon capability information (Jerry Snitselaar) [2176995]
- iommu/vt-d: Fix error handling in sva enable/disable paths (Jerry Snitselaar) [2181397]
- iommu/vt-d: Support size of the register set in DRHD (Jerry Snitselaar) [2181397]
- iommu/vt-d: Allow zero SAGAW if second-stage not supported (Jerry Snitselaar) [2181397]
- iommu/vt-d: Remove include/linux/intel-svm.h (Jerry Snitselaar) [2181397]
- iommu/vt-d: Allow to use flush-queue when first level is default (Jerry Snitselaar) [2181397]
- iommu/vt-d: Fix PASID directory pointer coherency (Jerry Snitselaar) [2181397]
- iommu/vt-d: Set No Execute Enable bit in PASID table entry (Jerry Snitselaar) [2181397]
- iommu: Remove SVM_FLAG_SUPERVISOR_MODE support (Jerry Snitselaar) [2181397]
- iommu/vt-d: Fix PCI device refcount leak in prq_event_thread() (Jerry Snitselaar) [2181397]
- PCI: Enable PASID only when ACS RR & UF enabled on upstream path (Jerry Snitselaar) [2181397]
- iommu/vt-d: Set SRE bit only when hardware has SRS cap (Jerry Snitselaar) [2181397]
- iommu/vt-d: Preset Access bit for IOVA in FL non-leaf paging entries (Jerry Snitselaar) [2181397]
- iommu/vt-d: Remove pasid_set_eafe() (Jerry Snitselaar) [2181397]
- iommu/vt-d: Remove unnecessary SVA data accesses in page fault path (Jerry Snitselaar) [2181397]
- iommu/vt-d: Add RPLS to quirk list to skip TE disabling (Jerry Snitselaar) [2181397]
- iommu: Remove guest pasid related interfaces and definitions (Jerry Snitselaar) [2181397]
- iommu/vt-d: Remove guest pasid related callbacks (Jerry Snitselaar) [2181397]
- iommu/vt-d: Remove unused PASID_DISABLED (Jerry Snitselaar) [2181397]
- iommu/vt-d: Clean up unused PASID updating functions (Jerry Snitselaar) [2181397]
- iommu/vtd: Replace acpi_bus_get_device() (Jerry Snitselaar) [2181397]
- iommu/vt-d: Remove unused dma_to_mm_pfn function (Jerry Snitselaar) [2181397]
- iommu/vt-d: Use bitmap_zalloc() when applicable (Jerry Snitselaar) [2181397]
- iommu/vt-d: Remove unused macros (Jerry Snitselaar) [2181397]
- iommu/vt-d: Allow NVS regions in arch_rmrr_sanity_check() (Jerry Snitselaar) [2181397]
- iommu/vt-d: Use rcu_lock in get_resv_regions (Jerry Snitselaar) [2181397]
- iommu: Add gfp parameter to iommu_alloc_resv_region (Jerry Snitselaar) [2181397]
- iommu/vt-d: Fix PCI device refcount leak in dmar_dev_scope_init() (Jerry Snitselaar) [2181397]
- iommu/vt-d: Fix PCI device refcount leak in has_external_pci() (Jerry Snitselaar) [2181397]
- iommu/vt-d: Remove iova_cache_get/put() (Jerry Snitselaar) [2181397]
- iommu/vt-d: Add missing "__init" for rmrr_sanity_check() (Jerry Snitselaar) [2181397]
- iommu/arm-smmu: Force identity domains for legacy binding (Jerry Snitselaar) [2181397]
- iommu/arm-smmu-v3: Properly handle the return value of arm_smmu_cmdq_build_cmd() (Jerry Snitselaar) [2181397]
- iommu/arm-smmu-v3: Stop pre-zeroing batch commands in arm_smmu_atc_inv_master() (Jerry Snitselaar) [2181397]
- iommu/arm-smmu: Add clk_bulk_{prepare/unprepare} to system pm callbacks (Jerry Snitselaar) [2181397]
- iommu: Make sysfs robust for non-API groups (Jerry Snitselaar) [2181397]
- iommu: Use right way to retrieve iommu_ops (Jerry Snitselaar) [2181397]
- iommu: Remove apply_resv_region (Jerry Snitselaar) [2181397]
- iommu/dma: Explicitly sort PCI DMA windows (Jerry Snitselaar) [2181397]
- iommu: Do not dereference fwnode in struct device (Jerry Snitselaar) [2181397]
- iommu: Remove duplicate ida_free in iommu_group_alloc (Jerry Snitselaar) [2181397]
- iommu: Directly use ida_alloc()/free() (Jerry Snitselaar) [2181397]
- iommu/iova: change IOVA_MAG_SIZE to 127 to save memory (Jerry Snitselaar) [2181397]
- iommu/iova: Fix alloc iova overflows issue (Jerry Snitselaar) [2181397]
- iova: Remove iovad->rcaches check in iova_rcache_get() (Jerry Snitselaar) [2181397]
- iova: Remove magazine BUG_ON() checks (Jerry Snitselaar) [2181397]
- iova: Remove some magazine pointer NULL checks (Jerry Snitselaar) [2181397]
- swiotlb: fix a braino in the alignment check fix (Jerry Snitselaar) [2181397]
- swiotlb: fix slot alignment checks (Jerry Snitselaar) [2181397]
- swiotlb: use wrap_area_index() instead of open-coding it (Jerry Snitselaar) [2181397]
- swiotlb: fix the deadlock in swiotlb_do_find_slots (Jerry Snitselaar) [2181397]
- swiotlb: mark swiotlb_memblock_alloc() as __init (Jerry Snitselaar) [2181397]
- swiotlb: remove swiotlb_max_segment (Jerry Snitselaar) [2181397]
- swiotlb: reduce the swiotlb buffer size on allocation failure (Jerry Snitselaar) [2181397]
- swiotlb: replace kmap_atomic() with memcpy_{from,to}_page() (Jerry Snitselaar) [2181397]
- swiotlb: don't panic! (Jerry Snitselaar) [2181397]
- iommu/vt-d: Avoid superfluous IOTLB tracking in lazy mode (Jerry Snitselaar) [2175620]
- iommu/amd: Add map/unmap_pages() iommu_domain_ops callback support (Jerry Snitselaar) [2181397]
- iommu/amd/io-pgtable: Implement unmap_pages io_pgtable_ops callback (Jerry Snitselaar) [2181397]
- iommu/amd/io-pgtable: Implement map_pages io_pgtable_ops callback (Jerry Snitselaar) [2181397]
- iommu/vt-d: Avoid unnecessary global DMA cache invalidation (Jerry Snitselaar) [2176983]
- iommu/vt-d: Avoid unnecessary global IRTE cache invalidation (Jerry Snitselaar) [2176983]
- iommu/vt-d: Fix buggy QAT device mask (Jerry Snitselaar) [2169568]
- iommu/vt-d: Add a fix for devices need extra dtlb flush (Jerry Snitselaar) [2169568]
- xfs: fix off-by-one-block in xfs_discard_folio() (Carlos Maiolino) [2112147]
- xfs: drop write error injection is unfixable, remove it (Carlos Maiolino) [2112147]
- xfs: use iomap_valid method to detect stale cached iomaps (Carlos Maiolino) [2112147]
- iomap: write iomap validity checks (Carlos Maiolino) [2112147]
- xfs: xfs_bmap_punch_delalloc_range() should take a byte range (Carlos Maiolino) [2112147]
- iomap: buffered write failure should not truncate the page cache (Carlos Maiolino) [2112147]
- iomap: Export page_cache_seek_hole_data (Carlos Maiolino) [2112147]
- xfs,iomap: move delalloc punching to iomap (Carlos Maiolino) [2112147]
- xfs: use byte ranges for write cleanup ranges (Carlos Maiolino) [2112147]
- xfs: punching delalloc extents on write failure is racy (Carlos Maiolino) [2112147]
- xfs: write page faults in iomap are not buffered writes (Carlos Maiolino) [2112147]
- iomap: iomap_read_inline_data cleanup (Carlos Maiolino) [2112147]
- iomap: Fix inline extent handling in iomap_readpage (Carlos Maiolino) [2112147]
- iomap: constify iomap_iter_srcmap (Carlos Maiolino) [2112147]
- iomap: rework unshare flag (Carlos Maiolino) [2112147]
- iomap: pass an iomap_iter to various buffered I/O helpers (Carlos Maiolino) [2112147]
- iomap: remove iomap_apply (Carlos Maiolino) [2112147]
- fsdax: Fix infinite loop in dax_iomap_rw() (Carlos Maiolino) [2112147]
- fsdax: switch dax_iomap_rw to use iomap_iter (Carlos Maiolino) [2112147]
- iomap: switch iomap_swapfile_activate to use iomap_iter (Carlos Maiolino) [2112147]
- iomap: switch iomap_seek_data to use iomap_iter (Carlos Maiolino) [2112147]
- iomap: switch iomap_seek_hole to use iomap_iter (Carlos Maiolino) [2112147]
- iomap: switch iomap_bmap to use iomap_iter (Carlos Maiolino) [2112147]
- iomap: switch iomap_fiemap to use iomap_iter (Carlos Maiolino) [2112147]
- iomap: switch __iomap_dio_rw to use iomap_iter (Carlos Maiolino) [2112147]
- iomap: support REQ_OP_ZONE_APPEND (Carlos Maiolino) [2112147]
- iomap: add a filesystem hook for direct I/O bio submission (Carlos Maiolino) [2112147]
- iomap: switch iomap_page_mkwrite to use iomap_iter (Carlos Maiolino) [2112147]
- iomap: switch iomap_zero_range to use iomap_iter (Carlos Maiolino) [2112147]
- iomap: Change calling convention for zeroing (Carlos Maiolino) [2112147]
- iomap: switch iomap_file_unshare to use iomap_iter (Carlos Maiolino) [2112147]
- iomap: switch iomap_file_buffered_write to use iomap_iter (Carlos Maiolino) [2112147]
- iomap: switch readahead and readpage to use iomap_iter (Carlos Maiolino) [2112147]
- iomap: add the new iomap_iter model (Carlos Maiolino) [2112147]
- iomap: fix the iomap_readpage_actor return value for inline data (Carlos Maiolino) [2112147]
- iomap: Support inline data with block size < page size (Carlos Maiolino) [2112147]
- fs: mark the iomap argument to __block_write_begin_int const (Carlos Maiolino) [2112147]
- fsdax: mark the iomap argument to dax_iomap_sector as const (Carlos Maiolino) [2112147]
- iomap: mark the iomap argument to iomap_read_page_sync const (Carlos Maiolino) [2112147]
- iomap: mark the iomap argument to iomap_read_inline_data const (Carlos Maiolino) [2112147]
- iomap: mark the iomap argument to iomap_inline_data_valid const (Carlos Maiolino) [2112147]
- iomap: mark the iomap argument to iomap_inline_data const (Carlos Maiolino) [2112147]
- iomap: mark the iomap argument to iomap_sector const (Carlos Maiolino) [2112147]
- ipv6: Fix an uninit variable access bug in __ip6_make_skb() (Hangbin Liu) [2185798]
- ipv6: Fix tcp socket connection with DSCP. (Hangbin Liu) [2185798]
- ipv6: Fix datagram socket connection with DSCP. (Hangbin Liu) [2185798]
- ipv6: avoid use-after-free in ip6_fragment() (Hangbin Liu) [2185798]
- ipv6: addrlabel: fix infoleak when sending struct ifaddrlblmsg to network (Hangbin Liu) [2185798]
- ipv6: fix WARNING in ip6_route_net_exit_late() (Hangbin Liu) [2185798]
- ipv6: ensure sane device mtu in tunnels (Hangbin Liu) [2185798]
- KVM: arm64: PMU: Restore the guest's EL0 event counting after migration (Shaoqin Huang) [2175146]
- KVM: arm64: Retry fault if vma_lookup() results become invalid (Shaoqin Huang) [2175146]
- KVM: arm64: PMU: Don't save PMCR_EL0.{C,P} for the vCPU (Shaoqin Huang) [2175146]
- KVM: arm64: PMU: Fix GET_ONE_REG for vPMC regs to return the current value (Shaoqin Huang) [2175146]
- KVM: arm64: timers: Convert per-vcpu virtual offset to a global value (Shaoqin Huang) [2175146]
- KVM: arm64: Fix non-kerneldoc comments (Shaoqin Huang) [2175146]
- arm64/sysreg: clean up some inconsistent indenting (Shaoqin Huang) [2175146]
- KVM: arm64: timers: Don't BUG() on unhandled timer trap (Shaoqin Huang) [2175146]
- KVM: arm64: Reduce overhead of trapped timer sysreg accesses (Shaoqin Huang) [2175146]
- KVM: arm64: Don't arm a hrtimer for an already pending timer (Shaoqin Huang) [2175146]
- KVM: arm64: Fix S1PTW handling on RO memslots (Shaoqin Huang) [2175146]
- KVM: arm64: Fix typo in comment (Shaoqin Huang) [2175146]
- KVM: arm64: Fix pvtime documentation (Shaoqin Huang) [2175146]
- KVM: arm64: Fix PAR_TO_HPFAR() to work independently of PA_BITS. (Shaoqin Huang) [2175146]
- KVM: arm64: nvhe: Fix build with profile optimization (Shaoqin Huang) [2175146]
- fuse: wait for writepages in syncfs (Brian Foster) [2185834]
- virtio_fs: Modify format for virtio_fs_direct_access (Brian Foster) [2185834]
- virtiofs: delete unused parameter for virtio_fs_cleanup_vqs (Brian Foster) [2185834]
- virtiofs: use strscpy for copying the queue name (Brian Foster) [2185834]
- virtiofs: propagate sync() to file server (Brian Foster) [2185834]
- fuse: add a flag FUSE_SETXATTR_ACL_KILL_SGID to kill SGID (Brian Foster) [2185834]
- fuse: extend FUSE_SETXATTR request (Brian Foster) [2185834]
- virtiofs: fix userns (Brian Foster) [2185834]
- virtiofs: remove useless function (Brian Foster) [2185834]
- virtiofs: split requests that exceed virtqueue size (Brian Foster) [2185834]
- virtiofs: fix memory leak in virtio_fs_probe() (Brian Foster) [2185834]
- virtio_fs: convert to LE accessors (Brian Foster) [2185834]
- dmaengine: use sysfs_emit() to instead of scnprintf() (Jerry Snitselaar) [2181398]
- dmaengine: Simplify dmaenginem_async_device_register() function (Jerry Snitselaar) [2181398]
- dmaengine: idma64: Update bytes_transferred field (Jerry Snitselaar) [2181398]
- dmaengine: dw: Move check for paused channel to dwc_get_residue() (Jerry Snitselaar) [2181398]
- dmaengine: ptdma: check for null desc before calling pt_cmd_callback (Jerry Snitselaar) [2181398]
- dmaengine: idxd: Fix default allowed read buffers value in group (Jerry Snitselaar) [2181398]
- dmaengine: idxd: Set traffic class values in GRPCFG on DSA 2.0 (Jerry Snitselaar) [2181398]
- ptdma: pt_core_execute_cmd() should use spinlock (Jerry Snitselaar) [2181398]
- dmaengine: Fix double increment of client_count in dma_chan_get() (Jerry Snitselaar) [2181398]
- dmaengine: ioat: stop mod_timer from resurrecting deleted timer in __cleanup() (Jerry Snitselaar) [2153929]
- cifs: set a minimum of 120s for next dns resolution (Ronnie Sahlberg) [2182867]
- cifs: use the expiry output of dns_query to schedule next resolution (Ronnie Sahlberg) [2182867]
- cifs: sanitize paths in cifs_update_super_prepath. (Ronnie Sahlberg) [2182472]
- redhat/configs: Fix incorrect configs location and content (Vladis Dronov)
- scsi: megaraid_sas: Fix double kfree() (Tomas Henzl) [2163670]
- scsi: megaraid_sas: Fix fw_crash_buffer_show() (Tomas Henzl) [2163670]
- scsi: megaraid_sas: Fix crash after a double completion (Tomas Henzl) [2163670]
- scsi: megaraid_sas: Driver version update to 07.725.01.00-rc1 (Tomas Henzl) [2163670]
- scsi: megaraid_sas: Add crash dump mode capability bit in MFI capabilities (Tomas Henzl) [2163670]
- scsi: megaraid_sas: Update max supported LD IDs to 240 (Tomas Henzl) [2163670]
- scsi: megaraid_sas: Add flexible array member for SGLs (Tomas Henzl) [2163670]
- scsi: megaraid_sas: Fix some spelling mistakes in comment (Tomas Henzl) [2163670]
- scsi: megaraid_sas: Remove unnecessary kfree() (Tomas Henzl) [2163670]
- scsi: megaraid_sas: Use irq_set_affinity_and_hint() (Tomas Henzl) [2163670]
- scsi: megaraid: Use scsi_cmd_to_rq() instead of scsi_cmnd.request (Tomas Henzl) [2163670]
- scsi: ses: Handle enclosure with just a primary component gracefully (Tomas Henzl) [2188481]
- ipvlan: hold lower dev to avoid possible use-after-free (Davide Caratti) [2188055]
- net: macvlan: Use built-in RCU list checking (Davide Caratti) [2188055]
- x86/split_lock: Enumerate architectural split lock disable bit (Prarit Bhargava) [2123535]
- bpf: bpf_fib_lookup should not return neigh in NUD_FAILED state (Yauheni Kaliuta) [2175160]
- hwmon: (coretemp) avoid RDMSR interrupts to isolated CPUs (Marcelo Tosatti) [2158707]
- scsi: target: iscsi: Handle abort for WRITE_PENDING cmds (Maurizio Lombardi) [2156588]
- scsi: target: iscsit: Fix TAS handling during conn cleanup (Maurizio Lombardi) [2156588]
Resolves: rhbz#2112147, rhbz#2117775, rhbz#2123535, rhbz#2153929, rhbz#2156588, rhbz#2158707, rhbz#2163670, rhbz#2169568, rhbz#2175146, rhbz#2175160, rhbz#2175620, rhbz#2176983, rhbz#2176995, rhbz#2181397, rhbz#2181398, rhbz#2182472, rhbz#2182867, rhbz#2185798, rhbz#2185834, rhbz#2188055, rhbz#2188481

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
2023-05-05 15:50:03 +02:00
Denys Vlasenko
0d2da9487e kernel-4.18.0-486.el8
* Thu Apr 13 2023 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-486.el8]
- mm/memremap: fix missing call to untrack_pfn() in pagemap_range() (Nico Pache) [2168370]
- arm64: mm: correct the inside linear map range during hotplug check (Nico Pache) [2168370]
- s390/mm: define arch_get_mappable_range() (Nico Pache) [2168370]
- arm64/mm: define arch_get_mappable_range() (Nico Pache) [2168370]
- mm/memory_hotplug: prevalidate the address range being added with platform (Nico Pache) [2168370]
- s390/extmem: return correct segment type in __segment_load() (Nico Pache) [2168370]
- s390/vmem: get rid of memory segment list (Nico Pache) [2168370]
- arm64/mm: Validate hotplug range before creating linear mapping (Nico Pache) [2168370]
- mm/truncate.c: make __invalidate_mapping_pages() static (Nico Pache) [2168370]
- powerpc/mm: fix "section_base" set but not used (Nico Pache) [2168370]
- powerpc: Avoid link stack corruption in misc asm functions (Nico Pache) [2168370]
- powerpc/booke: Avoid link stack corruption in several places (Nico Pache) [2168370]
- powerpc/mm: Fix lockup on kernel exec fault (Nico Pache) [2168370]
- x86: fix seq_file iteration for pat/memtype.c (Nico Pache) [2168370]
- powerpc/book3s64/hash: Add cond_resched to avoid soft lockup warning (Nico Pache) [2168370]
- powerpc/nvdimm: Update vmemmap_populated to check sub-section range (Nico Pache) [2168370]
- powerpc/pseries: Fix cpu_hotplug_lock acquisition in resize_hpt() (Nico Pache) [2168370]
- x86/mm: Sync also unmappings in vmalloc_sync_all() (Nico Pache) [2168370]
- Fix page corruption caused by racy check in __free_pages (Nico Pache) [2168370]
- mm/gup: fix gup_pud_range() for dax (Nico Pache) [2168370]
- memcg: Fix possible use-after-free in memcg_write_event_control() (Nico Pache) [2168370]
- mm/huge_memory: use pfn_to_online_page() in split_huge_pages_all() (Nico Pache) [2168370]
- mm: fix madivse_pageout mishandling on non-LRU page (Nico Pache) [2168370]
- mm/page_alloc: fix race condition between build_all_zonelists and page allocation (Nico Pache) [2168370]
- mm/slub: fix to return errno if kmalloc() fails (Nico Pache) [2168370]
- writeback: avoid use-after-free after removing device (Nico Pache) [2168370]
- x86/mm: Use proper mask when setting PUD mapping (Nico Pache) [2168370]
- mm/mmap.c: fix missing call to vm_unacct_memory in mmap_region (Nico Pache) [2168370]
- mm/hmm: fault non-owner device private entries (Nico Pache) [2168370]
- mm: split huge PUD on wp_huge_pud fallback (Nico Pache) [2168370]
- mm/page_owner: use strscpy() instead of strlcpy() (Nico Pache) [2168370]
- mm/vmscan: take min_slab_pages into account when try to call shrink_node (Nico Pache) [2168370]
- x86: Fix return value of __setup handlers (Nico Pache) [2168370]
- mm: fix unexpected zeroed page mapping with zram swap (Nico Pache) [2168370]
- mm, page_alloc: fix build_zonerefs_node() (Nico Pache) [2168370]
- mm/mempolicy: fix mpol_new leak in shared_policy_replace (Nico Pache) [2168370]
- mm/slub: remove forced_order parameter in calculate_sizes (Nico Pache) [2168370]
- mm/usercopy: return 1 from hardened_usercopy __setup() handler (Nico Pache) [2168370]
- mm/thp: ClearPageDoubleMap in first page_add_file_rmap() (Nico Pache) [2168370]
- mm/thp: refix __split_huge_pmd_locked() for migration PMD (Nico Pache) [2168370]
- mempolicy: mbind_range() set_policy() after vma_merge() (Nico Pache) [2168370]
- mm/pages_alloc.c: don't create ZONE_MOVABLE beyond the end of a node (Nico Pache) [2168370]
- mm: userfaultfd: fix missing cache flush in mcopy_atomic_pte() and __mcopy_atomic() (Nico Pache) [2168370]
- mm: hugetlb: fix missing cache flush in copy_huge_page_from_user() (Nico Pache) [2168370]
- mm: thp: fix wrong cache flush in remove_migration_pmd() (Nico Pache) [2168370]
- mm: fix missing cache flush for all tail pages of compound page (Nico Pache) [2168370]
- tmpfs: fix regressions from wider use of ZERO_PAGE (Nico Pache) [2168370]
- tmpfs: do not allocate pages on read (Nico Pache) [2168370]
- shmem: mapping_set_exiting() to help mapped resilience (Nico Pache) [2168370]
- mm/hmm.c: allow VM_MIXEDMAP to work with hmm_range_fault (Nico Pache) [2168370]
- shmem: fix a race between shmem_unused_huge_shrink and shmem_evict_inode (Nico Pache) [2168370]
- mm, slub: use prefetchw instead of prefetch (Nico Pache) [2168370]
- arm64: mm: update max_pfn after memory hotplug (Nico Pache) [2168370]
- mm, vmscan: guarantee drop_slab_node() termination (Nico Pache) [2168370]
- fs, mm: fix race in unlinking swapfile (Nico Pache) [2168370]
- fs: inode: count invalidated shadow pages in pginodesteal (Nico Pache) [2168370]
- mm, fadvise: improve the expensive remote LRU cache draining after FADV_DONTNEED (Nico Pache) [2168370]
- mm/filemap.c: rewrite mapping_needs_writeback in less fancy manner (Nico Pache) [2168370]
- fs: drop_caches: fix skipping over shadow cache inodes (Nico Pache) [2168370]
- mm: introduce and use mapping_empty() (Nico Pache) [2168370]
- mm: remove irqsave/restore locking from contexts with irqs enabled (Nico Pache) [2168370]
- mm: zswap: clean up confusing comment (Nico Pache) [2168370]
- mm/memory_hotplug: use helper function zone_end_pfn() to get end_pfn (Nico Pache) [2168370]
- mm: vmstat: add some comments on internal storage of byte items (Nico Pache) [2168370]
- mm: vmstat: fix NOHZ wakeups for node stat changes (Nico Pache) [2168370]
- mm/mmap.c: replace do_brk with do_brk_flags in comment of insert_vm_struct() (Nico Pache) [2168370]
- mm/mmap.c: use helper function allow_write_access() in __remove_shared_vm_struct() (Nico Pache) [2168370]
- mm: use helper function mapping_allow_writable() (Nico Pache) [2168370]
- mm: memcontrol: reword obsolete comment of mem_cgroup_unmark_under_oom() (Nico Pache) [2168370]
- mm/page_counter: correct the obsolete func name in the comment of page_counter_try_charge() (Nico Pache) [2168370]
- mm: memcontrol: correct the comment of mem_cgroup_iter() (Nico Pache) [2168370]
- x86/mm: use max memory block size on bare metal (Nico Pache) [2168370]
- mm/util.c: remove the VM_WARN_ONCE for vm_committed_as underflow check (Nico Pache) [2168370]
- include/linux/swapops.h: correct guards for non_swap_entry() (Nico Pache) [2168370]
- mm: set vm_next and vm_prev to NULL in vm_area_dup() (Nico Pache) [2168370]
- mm: don't prepare anon_vma if vma has VM_WIPEONFORK (Nico Pache) [2168370]
- page-flags: fix a crash at SetPageError(THP_SWAP) (Nico Pache) [2168370]
- mm/rmap.c: fix outdated comment in page_get_anon_vma() (Nico Pache) [2168370]
- mm/mmap.c: extract __vma_unlink_list() as counterpart for __vma_link_list() (Nico Pache) [2168370]
- mm: hugetlb: switch to css_tryget() in hugetlb_cgroup_charge_cgroup() (Nico Pache) [2168370]
- x86/mm: Kill stray kernel fault handling comment (Nico Pache) [2168370]
- arm64/numa: Unify common error path in numa_init() (Nico Pache) [2168370]
- tools/power/x86/intel-speed-select: v1.14 release (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Adjust uncore max/min frequency (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Fix display of uncore min frequency (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Add Emerald Rapid quirk (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: turbo-freq auto mode with SMT off (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: cpufreq reads on offline CPUs (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Use null-terminated string (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Remove duplicate dup() (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Handle open() failure case (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Remove unused non_block flag (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Remove wrong check in set_isst_id() (Prarit Bhargava) [2154078]
- platform/x86: ISST: Fix typo in comments (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Release v1.13 (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Optimize CPU initialization (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Utilize cpu_map to get physical id (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Remove unused struct clos_config fields (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Enforce isst_id value (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Do not export get_physical_id (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Introduce is_cpu_in_power_domain helper (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Cleanup get_physical_id usage (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Convert more function to use isst_id (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Add pkg and die in isst_id (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Introduce struct isst_id (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Remove unused core_mask array (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Remove dead code (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Fix cpu count for TDP level display (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Remove unneeded semicolon (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Fix off by one check (Prarit Bhargava) [2154078]
- platform/x86: ISST: PUNIT device mapping with Sub-NUMA clustering (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Fix warning for perf_cap.cpu (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: Display error on turbo mode disabled (Prarit Bhargava) [2154078]
- tools/power/x86/intel-speed-select: fix build failure when using -Wl,--as-needed (Prarit Bhargava) [2154078]
- KVM: x86: Propagate the AMD Automatic IBRS feature to the guest (Waiman Long) [1989283]
- x86/cpu: Support AMD Automatic IBRS (Waiman Long) [1989283]
- x86/cpu, kvm: Add the SMM_CTL MSR not present feature (Waiman Long) [1989283]
- x86/cpu, kvm: Add the Null Selector Clears Base feature (Waiman Long) [1989283]
- x86/cpu, kvm: Move X86_FEATURE_LFENCE_RDTSC to its native leaf (Waiman Long) [1989283]
- x86/cpu, kvm: Add the NO_NESTED_DATA_BP feature (Waiman Long) [1989283]
- KVM: x86: Move open-coded CPUID leaf 0x80000021 EAX bit propagation code (Waiman Long) [1989283]
- x86/cpu, kvm: Add support for CPUID_80000021_EAX (Waiman Long) [1989283]
- x86/bugs: Make sure MSR_SPEC_CTRL is updated properly upon resume from S3 (Waiman Long) [1989283]
- KVM: x86: Advertise that the SMM_CTL MSR is not supported (Waiman Long) [1989283]
- Documentation/hw-vuln: Update spectre doc (Waiman Long) [1989283]
- nvme-tcp: fence TCP socket on receive error (John Meneghini) [2116939]
- nvme-multipath: fix possible hang in live ns resize with ANA access (John Meneghini) [2116939]
- nvme-tcp: fix possible hang caused during ctrl deletion (John Meneghini) [2116939]
- nvme-tcp: fix regression that causes sporadic requests to time out (John Meneghini) [2116939]
- nvme-tcp: fix UAF when detecting digest errors (John Meneghini) [2116939]
- nvme-tcp: check if the queue is allocated before stopping it (John Meneghini) [2116939]
- nvme-tcp: always fail a request when sending it failed (John Meneghini) [2116939]
- nvme: fix regression when disconnect a recovering ctrl (John Meneghini) [2116939]
- nvme-multipath: use vmalloc for ANA log buffer (John Meneghini) [2116939]
- bfq: fix waker_bfqq inconsistency crash (Ming Lei) [2177565]
- blktrace: Fix output non-blktrace event when blk_classic option enabled (Ming Lei) [2177565]
- blk-wbt: fix that 'rwb->wc' is always set to 1 in wbt_init() (Ming Lei) [2177565]
- blk-wbt: call rq_qos_add() after wb_normal is initialized (Ming Lei) [2177565]
- block: sync mixed merged request's failfast with 1st bio's (Ming Lei) [2177565]
- blk-mq: Fix potential io hung for shared sbitmap per tagset (Ming Lei) [2177565]
- block: bio-integrity: Copy flags when bio_integrity_payload is cloned (Ming Lei) [2177565]
- dim: initialize all struct fields (Audra Mitchell) [2172125]
- XArray: Update the LRU list in xas_split() (Audra Mitchell) [2172125]
- lib: bitmap: fix many kernel-doc warnings (Audra Mitchell) [2172125]
- vsprintf: Fix %%pK with kptr_restrict == 0 (Audra Mitchell) [2172125]
- lib: uninline simple_strntoull() as well (Audra Mitchell) [2172125]
- lib: dimlib: fix help text typos (Audra Mitchell) [2172125]
- locks: fix TOCTOU race when granting write lease (Waiman Long) [2152051]
- locks: eliminate false positive conflicts for write lease (Waiman Long) [2152051]
- locks: Use inode_is_open_for_write (Waiman Long) [2152051]
- fs/locks: remove unnecessary white space. (Waiman Long) [2152051]
- fs/locks: use properly initialized file_lock when unlocking. (Waiman Long) [2152051]
- redhat/configs: Enable CONFIG_PINCTRL_METEORLAKE in RHEL (Prarit Bhargava) [2156845]
- pinctrl: intel: Add Intel Meteor Lake pin controller support (Prarit Bhargava) [2156845]
- md: fix regression for null-ptr-deference in __md_stop() (Nigel Croxon) [2162231]
- md: avoid signed overflow in slot_store() (Nigel Croxon) [2162231]
- md: Free resources in __md_stop (Nigel Croxon) [2162231]
- md: account io_acct_set usage with active_io (Nigel Croxon) [2162231]
- md: use MD_RESYNC_* whenever possible (Nigel Croxon) [2162231]
- md: Free writes_pending in md_stop (Nigel Croxon) [2162231]
- md: Change active_io to percpu (Nigel Croxon) [2162231]
- md: Factor out is_md_suspended helper (Nigel Croxon) [2162231]
- md: don't update recovery_cp when curr_resync is ACTIVE (Nigel Croxon) [2162231]
- md: fold unbind_rdev_from_array into md_kick_rdev_from_array (Nigel Croxon) [2162231]
- md: mark md_kick_rdev_from_array static (Nigel Croxon) [2162231]
- mm/kmemleak: fix UAF bug in kmemleak_scan() (Waiman Long) [2172763]
- mm/kmemleak: simplify kmemleak_cond_resched() usage (Waiman Long) [2172763]
- mm/kmemleak.c: fix a comment (Waiman Long) [2172763]
- ptp: introduce a phase offset in the periodic output request (Íñigo Huguet) [2179072]
- ptp: add ability to configure duty cycle for periodic output (Íñigo Huguet) [2179072]
- platform/x86: intel/pmc/core: Add Meteor Lake mobile support (Prarit Bhargava) [2153968]
- platform/x86: intel/pmc/core: Add Meteor Lake support to pmc core driver (Prarit Bhargava) [2153968]
- sched/core: Fix arch_scale_freq_tick() on tickless systems (Phil Auld) [2184083]
- qede: avoid uninitialized entries in coal_entry array (Michal Schmidt) [2160054]
- qede: fix interrupt coalescing configuration (Jonathan Toppins) [2160054]
- powerpc/64s: Unmerge EX_LR and EX_DAR (Mamatha Inamdar) [2134271]
- powercap: intel_rapl: add support for Meteor Lake (Prarit Bhargava) [2153964]
- dm: fix __send_duplicate_bios() to always allow for splitting IO (Benjamin Marzinski) [2184429]
- dm: fix improper splitting for abnormal bios (Benjamin Marzinski) [2184429]
- ovl: fail on invalid uid/gid mapping at copy up (Miklos Szeredi) [2165342] {CVE-2023-0386}
Resolves: rhbz#1989283, rhbz#2116939, rhbz#2134271, rhbz#2152051, rhbz#2153964, rhbz#2153968, rhbz#2154078, rhbz#2156845, rhbz#2160054, rhbz#2162231, rhbz#2165342, rhbz#2168370, rhbz#2172125, rhbz#2172763, rhbz#2177565, rhbz#2179072, rhbz#2184083, rhbz#2184429

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
2023-04-13 16:44:58 +02:00
Denys Vlasenko
be85aabbe0 kernel-4.18.0-484.el8
* Wed Apr 05 2023 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-484.el8]
- ethernet: Remove vf rate limit check for drivers (Izabela Bakollari) [2172124]
- rtnetlink: verify rate parameters for calls to ndo_set_vf_rate (Izabela Bakollari) [2172124]
- sfc: Change VF mac via PF as first preference if available. (Íñigo Huguet) [2117449]
- Fix genlog.py to ensure that comments retain "%%" characters. (Eder Zulian) [RHEL-340]
- redhat: fix duplicate jira issues in the resolves line (Eder Zulian) [RHEL-340]
- redhat: add support for Jira issues in changelog (Eder Zulian) [RHEL-340]
- redhat/configs: Put CONFIG_SFC_* to a proper location (Vladis Dronov)
- redhat/configs: Put CONFIG_SEV_GUEST to a proper location (Vladis Dronov)
- Reinstate "GFS2: free disk inode which is deleted by remote node -V2" (Bob Peterson) [2181343]
- iavf: fix hang on reboot with ice (Stefan Assmann) [2181811]
- iavf: Fix race condition between iavf_shutdown and iavf_remove (Stefan Assmann) [2181811]
- net/ulp: use consistent error code when blocking ULP (Sabrina Dubroca) [2176955] {CVE-2023-0461}
- net/ulp: prevent ULP without clone op from entering the LISTEN status (Sabrina Dubroca) [2176955] {CVE-2023-0461}
- lockd: lockd server-side shouldn't set fl_ops (Jeffrey Layton) [2179329]
- NFS: Correct timing for assigning access cache timestamp (Benjamin Coddington) [2180851]
- Switch to z-stream for 8.8 for CKI pipelines (Michael Hofmann)
- KVM: VMX: Execute IBPB on emulated VM-exit when guest has IBRS (Jon Maloy) [2160033] {CVE-2022-2196}
Resolves: rhbz#2066279, rhbz#2117449, rhbz#2160033, rhbz#2172124, rhbz#2176955, rhbz#2179329, rhbz#2180851, rhbz#2181343, rhbz#2181811, RHEL-340

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
2023-04-06 10:40:16 +02:00
Denys Vlasenko
581db46301 kernel-4.18.0-478.el8
* Thu Mar 16 2023 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-478.el8]
- net/tunnel: wait until all sk_user_data reader finish before releasing the sock (Hangbin Liu) [2176344]
- powerpc/pseries: unregister VPA when hot unplugging a CPU (Mamatha Inamdar) [2143007]
- net: mana: Fix IRQ name - add PCI and queue number (Mohammed Gamal) [2172474]
- net: mana: Fix return type of mana_start_xmit() (Mohammed Gamal) [2172474]
- net: mana: Define data structures for protection domain and memory registration (Mohammed Gamal) [2172474]
- net: mana: Define and process GDMA response code GDMA_STATUS_MORE_ENTRIES (Mohammed Gamal) [2172474]
- net: mana: Define max values for SGL entries (Mohammed Gamal) [2172474]
- net: mana: Move header files to a common location (Mohammed Gamal) [2172474]
- net: mana: Record port number in netdev (Mohammed Gamal) [2172474]
- net: mana: Export Work Queue functions for use by RDMA driver (Mohammed Gamal) [2172474]
- net: mana: Set the DMA device max segment size (Mohammed Gamal) [2172474]
- net: mana: Handle vport sharing between devices (Mohammed Gamal) [2172474]
- net: mana: Record the physical address for doorbell page region (Mohammed Gamal) [2172474]
- net: mana: Add support for auxiliary device (Mohammed Gamal) [2172474]
- hv_netvsc: Check status in SEND_RNDIS_PKT completion message (Mohammed Gamal) [2172438]
- hv_netvsc: Allocate memory in netvsc_dma_map() with GFP_ATOMIC (Mohammed Gamal) [2172438]
- hv_netvsc: Fix missed pagebuf entries in netvsc_dma_map/unmap() (Mohammed Gamal) [2172438]
- Drivers: hv: Make remove callback of hyperv driver void returned (Mohammed Gamal) [2172438]
- hv: fix comment typo in vmbus_channel/low_latency (Mohammed Gamal) [2172434]
- x86/hyperv: Introduce HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK constants (Mohammed Gamal) [2172434]
- x86/hyperv: Fix hv_get/set_register for nested bringup (Mohammed Gamal) [2172434]
- x86/hyperv: Add an interface to do nested hypercalls (Mohammed Gamal) [2172434]
- Drivers: hv: Setup synic registers in case of nested root partition (Mohammed Gamal) [2172434]
- x86/hyperv: Add support for detecting nested hypervisor (Mohammed Gamal) [2172434]
- x86/hyperv: Add HV_EXPOSE_INVARIANT_TSC define (Mohammed Gamal) [2172434]
- x86/hyperv: Expand definition of struct hv_vp_assist_page (Mohammed Gamal) [2172434]
- KVM: x86: hyper-v: Expose support for extended gva ranges for flush hypercalls (Mohammed Gamal) [2172434]
- x86/hyperv: Move VMCB enlightenment definitions to hyperv-tlfs.h (Mohammed Gamal) [2172434]
- iommu/hyper-v: Allow hyperv irq remapping without x2apic (Mohammed Gamal) [2172434]
- smp: Fix offline cpu check in flush_smp_call_function_queue() (Waiman Long) [2169471]
- sched/fair: Trigger the update of blocked load on newly idle cpu (Waiman Long) [2169471]
- redhat: rh-dist-git should depend on rh-srpm (Denys Vlasenko)
- redhat: change kabi tarballs to use the package release (Denys Vlasenko)
- redhat/Makefile: add variables used in rhel9 makefiles (Denys Vlasenko)
- redhat/Makefile: Remove RHPRODUCT variable (Denys Vlasenko)
- redhat/scripts/rh-dist-git.sh: expand sources from srpm (Denys Vlasenko)
- redhat: remove GL_DISTGIT_USER, RHDISTGIT and unify dist-git cloning (Denys Vlasenko)
- redhat/scripts/rh-dist-git.sh: Use Makefile variables (Denys Vlasenko)
- redhat: fix typo and make the output more silent for dist-git sync (Denys Vlasenko)
- redhat: add initial support for centos stream dist-git sync on Makefiles (Denys Vlasenko)
- internal: update RHEL_MINOR for the start of RHEL-8.9 development (Denys Vlasenko)
- watchdog: diag288_wdt: fix __diag288() inline assembly (Tobias Huschle) [2171361]
- watchdog: diag288_wdt: do not use stack buffers for hardware data (Tobias Huschle) [2171361]
- bonding: add documentation for peer_notif_delay (Ryosuke Yasuoka) [2171348]
- net: mana: Fix IRQ name - add PCI and queue number (Mohammed Gamal) [2166787]
- crypto: des - disallow des3 in FIPS mode (Vladis Dronov) [2175234]
- self-tests: more rps self tests (Paolo Abeni) [2168878]
- net: make default_rps_mask a per netns attribute (Paolo Abeni) [2168878]
- self-tests: introduce self-tests for RPS default mask (Paolo Abeni) [2168878]
- net: introduce default_rps_mask netns attribute (Paolo Abeni) [2168878]
- net-sysctl: factor-out rpm mask manipulation helpers (Paolo Abeni) [2168878]
- net-sysctl: factor out cpumask parsing helper (Paolo Abeni) [2168878]
- txhash: Make rethinking txhash behavior configurable via sysctl (Paolo Abeni) [2168878]
- net-sysfs: Call dev_hold always in rx_queue_add_kobject (Paolo Abeni) [2168878]
- net-sysfs: Call dev_hold always in netdev_queue_add_kobject (Paolo Abeni) [2168878]
- net-sysfs: fix netdev_queue_add_kobject() breakage (Paolo Abeni) [2168878]
- net-sysfs: Fix reference count leak in rx|netdev_queue_add_kobject (Paolo Abeni) [2168878]
- ice/ptp: fix the PTP worker retrying indefinitely if the link went down (Petr Oros) [2166392]
- ice: reschedule ice_ptp_wait_for_offset_valid during reset (Petr Oros) [2166392]
- ice: make Tx and Rx vernier offset calibration independent (Petr Oros) [2166392]
- ice: only check set bits in ice_ptp_flush_tx_tracker (Petr Oros) [2166392]
- ice: handle flushing stale Tx timestamps in ice_ptp_tx_tstamp (Petr Oros) [2166392]
- ice: cleanup allocations in ice_ptp_alloc_tx_tracker (Petr Oros) [2166392]
- ice: protect init and calibrating check in ice_ptp_request_ts (Petr Oros) [2166392]
- ice: check Tx timestamp memory register for ready timestamps (Petr Oros) [2166392]
- ice: handle discarding old Tx requests in ice_ptp_tx_tstamp (Petr Oros) [2166392]
- ice: always call ice_ptp_link_change and make it void (Petr Oros) [2166392]
- ice: fix misuse of "link err" with "link status" (Petr Oros) [2166392]
- ice: Reset TS memory for all quads (Petr Oros) [2166392]
- ice: Remove the E822 vernier "bypass" logic (Petr Oros) [2166392]
- ice: Use more generic names for ice_ptp_tx fields (Petr Oros) [2166392]
- ice: Merge pin initialization of E810 and E810T adapters (Petr Oros) [2166392]
- ice: Check if reset in progress while waiting for offsets (Petr Oros) [2166392]
- NFS: Judge the file access cache's timestamp in rcu path (Benjamin Coddington) [2161321]
- redhat: switch to z-stream for 8.8 (Lucas Zampieri)
Resolves: rhbz#2176344, rhbz#2143007, rhbz#2172474, rhbz#2172438, rhbz#2172434, rhbz#2169471, rhbz#2171361, rhbz#2171348, rhbz#2166787, rhbz#2175234, rhbz#2168878, rhbz#2166392, rhbz#2161321

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
2023-03-16 11:13:21 +01:00
CentOS Sources
3be43e9c4d Auto sync2gitlab import of kernel-4.18.0-448.el8.src.rpm 2023-01-12 18:05:16 +00:00
James Antill
119d747067 Auto sync2gitlab import of kernel-4.18.0-394.el8.src.rpm 2022-06-06 22:00:07 -04:00
James Antill
ce74951dff Auto sync2gitlab import of kernel-4.18.0-383.el8.src.rpm 2022-05-31 14:38:45 -04:00
James Antill
ceb45b01f3 Auto sync2gitlab import of kernel-4.18.0-373.el8.src.rpm 2022-05-26 09:59:47 -04:00