The Linux kernel
Go to file
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
.gitignore kernel-4.18.0-478.el8 2023-03-16 11:13:21 +01:00
centossecureboot201.cer kernel-4.18.0-479.el8 2023-03-18 18:21:45 +01:00
centossecurebootca2.cer kernel-4.18.0-479.el8 2023-03-18 18:21:45 +01:00
check-kabi Auto sync2gitlab import of kernel-4.18.0-373.el8.src.rpm 2022-05-26 09:59:47 -04:00
cpupower.config Auto sync2gitlab import of kernel-4.18.0-373.el8.src.rpm 2022-05-26 09:59:47 -04:00
cpupower.service Auto sync2gitlab import of kernel-4.18.0-373.el8.src.rpm 2022-05-26 09:59:47 -04:00
filter-aarch64.sh Auto sync2gitlab import of kernel-4.18.0-373.el8.src.rpm 2022-05-26 09:59:47 -04:00
filter-modules.sh Auto sync2gitlab import of kernel-4.18.0-373.el8.src.rpm 2022-05-26 09:59:47 -04:00
filter-ppc64le.sh Auto sync2gitlab import of kernel-4.18.0-373.el8.src.rpm 2022-05-26 09:59:47 -04:00
filter-s390x.sh Auto sync2gitlab import of kernel-4.18.0-373.el8.src.rpm 2022-05-26 09:59:47 -04:00
filter-x86_64.sh Auto sync2gitlab import of kernel-4.18.0-373.el8.src.rpm 2022-05-26 09:59:47 -04:00
gating.yaml Auto sync2gitlab import of kernel-4.18.0-383.el8.src.rpm 2022-05-31 14:38:45 -04:00
generate_all_configs.sh Auto sync2gitlab import of kernel-4.18.0-373.el8.src.rpm 2022-05-26 09:59:47 -04:00
generate_bls_conf.sh Auto sync2gitlab import of kernel-4.18.0-373.el8.src.rpm 2022-05-26 09:59:47 -04:00
kernel-aarch64-debug.config kernel-4.18.0-478.el8 2023-03-16 11:13:21 +01:00
kernel-aarch64.config kernel-4.18.0-478.el8 2023-03-16 11:13:21 +01:00
kernel-ppc64le-debug.config kernel-4.18.0-484.el8 2023-04-06 10:40:16 +02:00
kernel-ppc64le.config kernel-4.18.0-484.el8 2023-04-06 10:40:16 +02:00
kernel-s390x-debug.config kernel-4.18.0-478.el8 2023-03-16 11:13:21 +01:00
kernel-s390x-zfcpdump.config kernel-4.18.0-478.el8 2023-03-16 11:13:21 +01:00
kernel-s390x.config kernel-4.18.0-478.el8 2023-03-16 11:13:21 +01:00
kernel-x86_64-debug.config kernel-4.18.0-486.el8 2023-04-13 16:44:58 +02:00
kernel-x86_64.config kernel-4.18.0-486.el8 2023-04-13 16:44:58 +02:00
kernel.spec kernel-4.18.0-486.el8 2023-04-13 16:44:58 +02:00
kvm_stat.logrotate Auto sync2gitlab import of kernel-4.18.0-373.el8.src.rpm 2022-05-26 09:59:47 -04:00
linux-kernel-test.patch Import rpm: c8s 2023-02-27 13:50:04 -05:00
mod-blacklist.sh Auto sync2gitlab import of kernel-4.18.0-373.el8.src.rpm 2022-05-26 09:59:47 -04:00
mod-extra.list Auto sync2gitlab import of kernel-4.18.0-373.el8.src.rpm 2022-05-26 09:59:47 -04:00
mod-internal.list Auto sync2gitlab import of kernel-4.18.0-448.el8.src.rpm 2023-01-12 18:05:16 +00:00
mod-sign.sh Auto sync2gitlab import of kernel-4.18.0-373.el8.src.rpm 2022-05-26 09:59:47 -04:00
Module.kabi_aarch64 kernel-4.18.0-484.el8 2023-04-06 10:40:16 +02:00
Module.kabi_dup_aarch64 Import rpm: c8s 2023-02-27 13:50:04 -05:00
Module.kabi_dup_ppc64le Import rpm: c8s 2023-02-27 13:50:04 -05:00
Module.kabi_dup_s390x Import rpm: c8s 2023-02-27 13:50:04 -05:00
Module.kabi_dup_x86_64 Import rpm: c8s 2023-02-27 13:50:04 -05:00
Module.kabi_ppc64le kernel-4.18.0-484.el8 2023-04-06 10:40:16 +02:00
Module.kabi_s390x kernel-4.18.0-484.el8 2023-04-06 10:40:16 +02:00
Module.kabi_x86_64 kernel-4.18.0-484.el8 2023-04-06 10:40:16 +02:00
parallel_xz.sh Auto sync2gitlab import of kernel-4.18.0-373.el8.src.rpm 2022-05-26 09:59:47 -04:00
process_configs.sh Auto sync2gitlab import of kernel-4.18.0-373.el8.src.rpm 2022-05-26 09:59:47 -04:00
redhatsecureboot302.cer kernel-4.18.0-479.el8 2023-03-17 17:01:33 +01:00
redhatsecureboot303.cer kernel-4.18.0-479.el8 2023-03-17 17:01:33 +01:00
redhatsecureboot501.cer Import rpm: c8s 2023-02-27 13:50:04 -05:00
redhatsecurebootca3.cer Import rpm: c8s 2023-02-27 13:50:04 -05:00
redhatsecurebootca7.cer Import rpm: c8s 2023-02-27 13:50:04 -05:00
rheldup3.x509 kernel-4.18.0-478.el8 2023-03-16 11:13:21 +01:00
rhelkpatch1.x509 kernel-4.18.0-478.el8 2023-03-16 11:13:21 +01:00
rpminspect.yaml Auto sync2gitlab import of kernel-4.18.0-448.el8.src.rpm 2023-01-12 18:05:16 +00:00
sources kernel-4.18.0-486.el8 2023-04-13 16:44:58 +02:00
x509.genkey Auto sync2gitlab import of kernel-4.18.0-373.el8.src.rpm 2022-05-26 09:59:47 -04:00