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>
This commit is contained in:
parent
7153ad4c5f
commit
0d2da9487e
@ -4516,6 +4516,7 @@ CONFIG_PINCTRL_EMMITSBURG=m
|
||||
CONFIG_PINCTRL_GEMINILAKE=m
|
||||
CONFIG_PINCTRL_ICELAKE=m
|
||||
CONFIG_PINCTRL_LEWISBURG=m
|
||||
CONFIG_PINCTRL_METEORLAKE=m
|
||||
CONFIG_PINCTRL_SUNRISEPOINT=m
|
||||
CONFIG_PINCTRL_TIGERLAKE=m
|
||||
CONFIG_PM=y
|
||||
|
@ -4512,6 +4512,7 @@ CONFIG_PINCTRL_EMMITSBURG=m
|
||||
CONFIG_PINCTRL_GEMINILAKE=m
|
||||
CONFIG_PINCTRL_ICELAKE=m
|
||||
CONFIG_PINCTRL_LEWISBURG=m
|
||||
CONFIG_PINCTRL_METEORLAKE=m
|
||||
CONFIG_PINCTRL_SUNRISEPOINT=m
|
||||
CONFIG_PINCTRL_TIGERLAKE=m
|
||||
CONFIG_PM=y
|
||||
|
188
kernel.spec
188
kernel.spec
@ -12,7 +12,7 @@
|
||||
# change below to w4T.xzdio):
|
||||
%define _binary_payload w3T.xzdio
|
||||
|
||||
%global distro_build 485
|
||||
%global distro_build 486
|
||||
|
||||
# Sign the x86_64 kernel for secure boot authentication
|
||||
%ifarch x86_64 aarch64 s390x ppc64le
|
||||
@ -38,10 +38,10 @@
|
||||
# define buildid .local
|
||||
|
||||
%define rpmversion 4.18.0
|
||||
%define pkgrelease 485.el8
|
||||
%define pkgrelease 486.el8
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 485%{?dist}
|
||||
%define specrelease 486%{?dist}
|
||||
|
||||
%define pkg_release %{specrelease}%{?buildid}
|
||||
|
||||
@ -2694,6 +2694,188 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* 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}
|
||||
|
||||
* Fri Apr 07 2023 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-485.el8]
|
||||
- timers: Provide timer_shutdown[_sync]() (Ivan Vecera) [2174474]
|
||||
- timers: Add shutdown mechanism to the internal functions (Ivan Vecera) [2174474]
|
||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (linux-4.18.0-485.el8.tar.xz) = db363fe8c6317d75dacf267b59f55514238a287b2b10e96d8a361a80e26c4bd9547e73c8777cf77072380768f8e9286a7a5d0579b7a3496a3046ec542e0590c6
|
||||
SHA512 (kernel-abi-stablelists-4.18.0-485.tar.bz2) = c17ee887ecd5c90bb8c91d980952117cd2ffde604af54433b64aae7df1a0bc18085399e0973148b8807f062db74b614d622d7252558c005f59442f0772672770
|
||||
SHA512 (kernel-kabi-dw-4.18.0-485.tar.bz2) = e4acc8a0d2babc3874870a8ff95917dc5741b897f32a9e4b6475430d5da3c1a8f75b194961d1c3054ae9a0dff7751e5f25ea4c6228d69a0ae604f5283cfd9ca6
|
||||
SHA512 (linux-4.18.0-486.el8.tar.xz) = 1d2d9b188dfc5ca97f22bb08da14e358f628d7e104857b9df7567198ac51ee991f8dd124e3db8e629d7f614b1a8078b9c4bd6e11a6c3745d069d328ece598314
|
||||
SHA512 (kernel-abi-stablelists-4.18.0-486.tar.bz2) = 433d45b26ae21ac17b79c4061274ae926a0b30c1546968e438403d7e0afaf8247be984a22c1a1342d4296c6591a74cfed511e2793a9ebfe94e854e6a4b83543c
|
||||
SHA512 (kernel-kabi-dw-4.18.0-486.tar.bz2) = e4acc8a0d2babc3874870a8ff95917dc5741b897f32a9e4b6475430d5da3c1a8f75b194961d1c3054ae9a0dff7751e5f25ea4c6228d69a0ae604f5283cfd9ca6
|
||||
|
Loading…
Reference in New Issue
Block a user