The Linux kernel
Go to file
Denys Vlasenko 6191087f05 kernel-4.18.0-516.el8
* Mon Oct 02 2023 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-516.el8]
- bpf: Adjust insufficient default bpf_jit_limit (Viktor Malik) [2219567]
- bpf: Prevent increasing bpf_jit_limit above max (Viktor Malik) [2219567]
- NFS: Guard against READDIR loop when entry names exceed MAXNAMELEN (Benjamin Coddington) [2231130]
- perf/arm-dmc620: Fix dmc620_pmu_irqs_lock/cpu_hotplug_lock circular lock dependency (Waiman Long) [2177103]
- bonding: fix macvlan over alb bond support (Hangbin Liu) [2117816]
- s390/ipl: add missing secure/has_secure file to ipl type 'unknown' (Tobias Huschle) [RHEL-2852]
- s390/zcrypt: fix reply buffer calculations for CCA replies (Tobias Huschle) [2227778]
- intel_th: pci: Add Meteor Lake-P support (Michael Petlan) [2156847]
- perf/x86/rapl: Add support for Intel Meteor Lake (Michael Petlan) [2156816]
- iavf: schedule a request immediately after add/delete vlan (Petr Oros) [2231174]
- iavf: add iavf_schedule_aq_request() helper (Petr Oros) [2231174]
- PCI: rpaphp: Error out on busy status from get-sensor-state (Mamatha Inamdar) [2230045]
- powerpc/rtas: export rtas_error_rc() for reuse. (Mamatha Inamdar) [2230045]
- powerpc/eeh: Set channel state after notifying the drivers (Mamatha Inamdar) [2230045]
- s390/pkey: fix PKEY_TYPE_EP11_AES handling for sysfs attributes (Tobias Huschle) [2225520]
- s390/pkey: fix PKEY_TYPE_EP11_AES handling in PKEY_VERIFYKEY2 IOCTL (Tobias Huschle) [2225520]
- s390/pkey: fix PKEY_TYPE_EP11_AES handling in PKEY_KBLOB2PROTK[23] (Tobias Huschle) [2225520]
- s390/pkey: fix PKEY_TYPE_EP11_AES handling in PKEY_CLR2SECK2 IOCTL (Tobias Huschle) [2225520]
- s390/pkey: fix PKEY_TYPE_EP11_AES handling in PKEY_GENSECK2 IOCTL (Tobias Huschle) [2225520]
- s390/pkey: fix/harmonize internal keyblob headers (Tobias Huschle) [2225520]
- s390/pkey: add support for ecc clear key (Tobias Huschle) [2225520]
- s390/pkey: do not use struct pkey_protkey (Tobias Huschle) [2225520]
- s390/pkey: introduce reverse x-mas trees (Tobias Huschle) [2225520]
- s390/pkey: zeroize key blobs (Tobias Huschle) [2225520]
- md/raid1: fix error: ISO C90 forbids mixed declarations (Nigel Croxon) [RHEL-5084]
- md raid1: allow writebehind to work on any leg device set WriteMostly (Nigel Croxon) [RHEL-5084]
- md/raid1: hold the barrier until handle_read_error() finishes (Nigel Croxon) [RHEL-5084]
- md/raid1: free the r1bio before waiting for blocked rdev (Nigel Croxon) [RHEL-5084]
- md/raid1: call free_r1bio() before allow_barrier() in raid_end_bio_io() (Nigel Croxon) [RHEL-5084]
- md/raid5-cache: fix null-ptr-deref for r5l_flush_stripe_to_raid() (Nigel Croxon) [RHEL-5084]
- md/raid10: fix a 'conf->barrier' leakage in raid10_takeover() (Nigel Croxon) [RHEL-5084]
- md: raid1: fix potential OOB in raid1_remove_disk() (Nigel Croxon) [RHEL-5084]
- md/raid5-cache: fix a deadlock in r5l_exit_log() (Nigel Croxon) [RHEL-5084]
- md/md-bitmap: hold 'reconfig_mutex' in backlog_store() (Nigel Croxon) [RHEL-5084]
- md/md-bitmap: remove unnecessary local variable in backlog_store() (Nigel Croxon) [RHEL-5084]
- md: restore 'noio_flag' for the last mddev_resume() (Nigel Croxon) [RHEL-5084]
- md: don't quiesce in mddev_suspend() (Nigel Croxon) [RHEL-5084]
- md: move initialization and destruction of 'io_acct_set' to md.c (Nigel Croxon) [RHEL-5084]
- md: enhance checking in md_check_recovery() (Nigel Croxon) [RHEL-5084]
- md: wake up 'resync_wait' at last in md_reap_sync_thread() (Nigel Croxon) [RHEL-5084]
- md: refactor idle/frozen_sync_thread() to fix deadlock (Nigel Croxon) [RHEL-5084]
- md: add a mutex to synchronize idle and frozen in action_store() (Nigel Croxon) [RHEL-5084]
- md: refactor action_store() for 'idle' and 'frozen' (Nigel Croxon) [RHEL-5084]
- Revert "md: unlock mddev before reap sync_thread in action_store" (Nigel Croxon) [RHEL-5084]
- md/raid0: add discard support for the 'original' layout (Nigel Croxon) [RHEL-5084]
- md/raid10: prevent soft lockup while flush writes (Nigel Croxon) [RHEL-5084]
- md/raid10: fix io loss while replacement replace rdev (Nigel Croxon) [RHEL-5084]
- md/raid10: Do not add spare disk when recovery fails (Nigel Croxon) [RHEL-5084]
- md/raid10: clean up md_add_new_disk() (Nigel Croxon) [RHEL-5084]
- md/raid10: prioritize adding disk to 'removed' mirror (Nigel Croxon) [RHEL-5084]
- md/raid10: improve code of mrdev in raid10_sync_request (Nigel Croxon) [RHEL-5084]
- md/raid10: fix null-ptr-deref of mreplace in raid10_sync_request (Nigel Croxon) [RHEL-5084]
- md/raid5: don't start reshape when recovery or replace is in progress (Nigel Croxon) [RHEL-5084]
- md/bitmap: factor out a helper to set timeout (Nigel Croxon) [RHEL-5084]
- md/bitmap: always wake up md_thread in timeout_store (Nigel Croxon) [RHEL-5084]
- md: factor out a helper to wake up md_thread directly (Nigel Croxon) [RHEL-5084]
- md/raid10: fix wrong setting of max_corr_read_errors (Nigel Croxon) [RHEL-5084]
- md/raid10: fix overflow of md/safe_mode_delay (Nigel Croxon) [RHEL-5084]
- md/raid5: fix a deadlock in the case that reshape is interrupted (Nigel Croxon) [RHEL-5084]
- md: add a new api prepare_suspend() in md_personality (Nigel Croxon) [RHEL-5084]
- md: export md_is_rdwr() and is_md_suspended() (Nigel Croxon) [RHEL-5084]
- md: introduce md_ro_state (Nigel Croxon) [RHEL-5084]
- md: fix data corruption for raid456 when reshape restart while grow up (Nigel Croxon) [RHEL-5084]
- md/raid5: don't allow replacement while reshape is in progress (Nigel Croxon) [RHEL-5084]
- md/raid10: check slab-out-of-bounds in md_bitmap_get_counter (Nigel Croxon) [RHEL-5084]
- md: raid1: check if adding pages to resync bio fails (Nigel Croxon) [RHEL-5084]
- md: raid1: use __bio_add_page for adding single page to bio (Nigel Croxon) [RHEL-5084]
- md: check for failure when adding pages in alloc_behind_master_bio (Nigel Croxon) [RHEL-5084]
- md: raid5: use __bio_add_page to add single page to new bio (Nigel Croxon) [RHEL-5084]
- md: raid5-log: use __bio_add_page to add single page (Nigel Croxon) [RHEL-5084]
- md: use __bio_add_page to add single page (Nigel Croxon) [RHEL-5084]
- md/raid5: fix miscalculation of 'end_sector' in raid5_read_one_chunk() (Nigel Croxon) [RHEL-5084]
Resolves: rhbz#2117816, rhbz#2156816, rhbz#2156847, rhbz#2177103, rhbz#2219567, rhbz#2225520, rhbz#2227778, rhbz#2230045, rhbz#2231130, rhbz#2231174, RHEL-2852, RHEL-5084

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
2023-10-02 13:25:25 +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 kernel-4.18.0-514.el8 2023-09-19 11:23:29 +02: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-513.el8 2023-08-25 14:11:44 +02:00
kernel-aarch64.config kernel-4.18.0-513.el8 2023-08-25 14:11:44 +02:00
kernel-ppc64le-debug.config kernel-4.18.0-513.el8 2023-08-25 14:11:44 +02:00
kernel-ppc64le.config kernel-4.18.0-513.el8 2023-08-25 14:11:44 +02:00
kernel-s390x-debug.config kernel-4.18.0-513.el8 2023-08-25 14:11:44 +02:00
kernel-s390x-zfcpdump.config kernel-4.18.0-513.el8 2023-08-25 14:11:44 +02:00
kernel-s390x.config kernel-4.18.0-513.el8 2023-08-25 14:11:44 +02:00
kernel-x86_64-debug.config kernel-4.18.0-513.el8 2023-08-25 14:11:44 +02:00
kernel-x86_64.config kernel-4.18.0-513.el8 2023-08-25 14:11:44 +02:00
kernel.spec kernel-4.18.0-516.el8 2023-10-02 13:25:25 +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 kernel-4.18.0-501.el8 2023-07-04 18:08:40 +02: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-516.el8 2023-10-02 13:25:25 +02:00
x509.genkey Auto sync2gitlab import of kernel-4.18.0-373.el8.src.rpm 2022-05-26 09:59:47 -04:00