The Linux kernel
Go to file
Denys Vlasenko 720cdbbc24 kernel-4.18.0-527.el8
* Thu Nov 23 2023 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-527.el8]
- perf vendor events: Update PMC used in PM_RUN_INST_CMPL event for power10 platform (Michael Petlan) [RHEL-16880]
- gfs2: Fix another freeze/thaw hang (Andrew Price) [RHEL-5340]
- tcp: enforce receive buffer memory limits by allowing the tcp window to shrink (Felix Maurer) [RHEL-15023]
- cpufreq: amd-pstate: Update policy->cur in amd_pstate_adjust_perf() (Prarit Bhargava) [RHEL-10028]
- driver/base/cpu: Retry online operation if -EBUSY (Waiman Long) [RHEL-5730]
- net: openvswitch: reject negative ifindex (Antoine Tenart) [RHEL-14350]
- sctp: annotate data-races around sk->sk_wmem_queued (Xin Long) [RHEL-14838]
- sctp: fix potential deadlock on &net->sctp.addr_wq_lock (Xin Long) [RHEL-14838]
- sctp: fix an error code in sctp_sf_eat_auth() (Xin Long) [RHEL-14838]
- sctp: handle invalid error codes without calling BUG() (Xin Long) [RHEL-14838]
- sctp: fix an issue that plpmtu can never go to complete state (Xin Long) [RHEL-14838]
- sctp: add bpf_bypass_getsockopt proto callback (Xin Long) [RHEL-14838]
- powerpc/pseries: Always inline functions called from cpuidle (Mark Langsdorf) [RHEL-4666]
- cpuidle: pseries: Mark ->enter() functions as __cpuidle (Mark Langsdorf) [RHEL-4666]
- cpuidle: move to use bus_get_dev_root() (Mark Langsdorf) [RHEL-4666]
- cpuidle: driver: Update microsecond values of state parameters as needed (Mark Langsdorf) [RHEL-4666]
- cpuidle: sysfs: make kobj_type structures constant (Mark Langsdorf) [RHEL-4666]
- cpuidle: Fix poll_idle() noinstr annotation (Mark Langsdorf) [RHEL-4666]
- cpuidle-haltpoll: Replace default_idle() with arch_cpu_idle() (Mark Langsdorf) [RHEL-4666]
- cpuidle-haltpoll: select haltpoll governor (Mark Langsdorf) [RHEL-4666]
- cpuidle: Annotate poll_idle() (Mark Langsdorf) [RHEL-4666]
- powerpc/cpuidle: Set CPUIDLE_FLAG_POLLING for snooze state (Mark Langsdorf) [RHEL-4666]
- cpuidle: Remove redundant check in cpuidle_switch_governor() (Mark Langsdorf) [RHEL-4666]
- cpuidle: powernv: move from strlcpy() with unused retval to strscpy() (Mark Langsdorf) [RHEL-4666]
- cpuidle: coupled: Drop duplicate word from a comment (Mark Langsdorf) [RHEL-4666]
- KVM: s390: add tracepoint in gmap notifier (Cédric Le Goater) [RHEL-11434]
- KVM: s390: add stat counter for shadow gmap events (Cédric Le Goater) [RHEL-11434]
- KVM: s390: fix gisa destroy operation might lead to cpu stalls (Cédric Le Goater) [RHEL-9581]
- KVM: s390: interrupt: Fix single-stepping keyless mode exits (Cédric Le Goater) [RHEL-9581]
- KVM: s390: interrupt: Fix single-stepping userspace-emulated instructions (Cédric Le Goater) [RHEL-9581]
- KVM: s390: interrupt: Fix single-stepping kernel-emulated instructions (Cédric Le Goater) [RHEL-9581]
- KVM: s390: interrupt: Fix single-stepping into program interrupt handlers (Cédric Le Goater) [RHEL-9581]
- KVM: s390: interrupt: Fix single-stepping into interrupt handlers (Cédric Le Goater) [RHEL-9581]
- KVM: s390: fix sthyi error handling (Cédric Le Goater) [RHEL-9581]
- KVM: s390: pv: fix index value of replaced ASCE (Cédric Le Goater) [RHEL-9581]
- KVM: s390/diag: fix racy access of physical cpu number in diag 9c handler (Cédric Le Goater) [RHEL-9581]
- KVM: s390: vsie: fix the length of APCB bitmap (Cédric Le Goater) [RHEL-9581]
- KVM: s390: fix KVM_S390_GET_CMMA_BITS for GFNs in memslot holes (Cédric Le Goater) [RHEL-9581]
- KVM: s390: pci: fix virtual-physical confusion on module unload/load (Cédric Le Goater) [RHEL-9581]
- KVM: s390: interrupt: fix virtual-physical confusion for next alert GISA (Cédric Le Goater) [RHEL-9581]
- KVM: s390: pv: fix external interruption loop not always detected (Cédric Le Goater) [RHEL-9581]
- s390: vfio-ap: tighten the NIB validity check (Cédric Le Goater) [RHEL-9581]
- KVM: s390: pv: leak the topmost page table when destroy fails (Cédric Le Goater) [RHEL-9581]
- mbcache: Avoid nesting of cache->c_list_lock under bit locks (Carlos Maiolino) [RHEL-15010]
- ext4: fix deadlock due to mbcache entry corruption (Carlos Maiolino) [RHEL-15010]
- mbcache: automatically delete entries from cache on freeing (Carlos Maiolino) [RHEL-15010]
- ext4: fix use-after-free read in ext4_find_extent for bigalloc + inline (Carlos Maiolino) [RHEL-15010]
- ext4: fix another off-by-one fsmap error on 1k block filesystems (Carlos Maiolino) [RHEL-15010]
- ext4: fix task hung in ext4_xattr_delete_inode (Carlos Maiolino) [RHEL-15010]
- ext4: Fix function prototype mismatch for ext4_feat_ktype (Carlos Maiolino) [RHEL-15010]
- ext4: avoid unaccounted block allocation when expanding inode (Carlos Maiolino) [RHEL-15010]
- ext4: avoid BUG_ON when creating xattrs (Carlos Maiolino) [RHEL-15010]
- ext4: fix delayed allocation bug in ext4_clu_mapped for bigalloc + inline (Carlos Maiolino) [RHEL-15010]
- ext4: fix uninititialized value in 'ext4_evict_inode' (Carlos Maiolino) [RHEL-15010]
- ext4: fix corruption when online resizing a 1K bigalloc fs (Carlos Maiolino) [RHEL-15010]
- ext4: fix error code return to user-space in ext4_get_branch() (Carlos Maiolino) [RHEL-15010]
- ext4: init quota for 'old.inode' in 'ext4_rename' (Carlos Maiolino) [RHEL-15010]
- ext4: fix undefined behavior in bit shift for ext4_check_flag_values (Carlos Maiolino) [RHEL-15010]
- ext4: fix bug_on in __es_tree_search caused by bad boot loader inode (Carlos Maiolino) [RHEL-15010]
- ext4: add EXT4_IGET_BAD flag to prevent unexpected bad inode (Carlos Maiolino) [RHEL-15010]
- ext4: add helper to check quota inums (Carlos Maiolino) [RHEL-15010]
- ext4: fix bug_on in __es_tree_search caused by bad quota inode (Carlos Maiolino) [RHEL-15010]
- ext4: silence the warning when evicting inode with dioread_nolock (Carlos Maiolino) [RHEL-15010]
- ext4: fix use-after-free in ext4_ext_shift_extents (Carlos Maiolino) [RHEL-15010]
- ext4: fix warning in 'ext4_da_release_space' (Carlos Maiolino) [RHEL-15010]
- jbd2: wake up journal waiters in FIFO order, not LIFO (Carlos Maiolino) [RHEL-15010]
- ext4: place buffer head allocation before handle start (Carlos Maiolino) [RHEL-15010]
- ext4: fix check for block being out of directory size (Carlos Maiolino) [RHEL-15010] {CVE-2022-1184}
- ext4: make ext4_lazyinit_thread freezable (Carlos Maiolino) [RHEL-15010]
- ext4: fix null-ptr-deref in ext4_write_info (Carlos Maiolino) [RHEL-15010]
- ext4: limit the number of retries after discarding preallocations blocks (Carlos Maiolino) [RHEL-15010]
- ext4: fix bug in extents parsing when eh_entries == 0 and eh_depth > 0 (Carlos Maiolino) [RHEL-15010]
- jbd2: fix assertion 'jh->b_frozen_data == NULL' failure when journal aborted (Carlos Maiolino) [RHEL-15010]
- ext4: fix race when reusing xattr blocks (Carlos Maiolino) [RHEL-15010]
- ext4: unindent codeblock in ext4_xattr_block_set() (Carlos Maiolino) [RHEL-15010]
- ext4: remove EA inode entry from mbcache on inode eviction (Carlos Maiolino) [RHEL-15010]
- ext4: use kmemdup() to replace kmalloc + memcpy (Carlos Maiolino) [RHEL-15010]
- ext4: avoid remove directory when directory is corrupted (Carlos Maiolino) [RHEL-15010]
- ext4: recover csum seed of tmp_inode after migrating to extents (Carlos Maiolino) [RHEL-15010]
- mbcache: add functions to delete entry if unused (Carlos Maiolino) [RHEL-15010]
- mbcache: don't reclaim used entries (Carlos Maiolino) [RHEL-15010]
- redhat/configs: Disable AMD PMF driver (Prarit Bhargava) [RHEL-10011]
- x86/amd_nb: Add PCI ID for family 19h model 78h (Prarit Bhargava) [RHEL-10011]
- platform/x86: amd: pmc: provide user message where s0ix is not supported (Prarit Bhargava) [RHEL-10011]
- platform/x86/amd: pmc: Fix memory leak in amd_pmc_stb_debugfs_open_v2() (Prarit Bhargava) [RHEL-10011]
- platform/x86: amd: pmc: Remove __maybe_unused from amd_pmc_suspend_handler() (Prarit Bhargava) [RHEL-10011]
- platform/x86/amd: pmc: Move out of BIOS SMN pair for STB init (Prarit Bhargava) [RHEL-10011]
- platform/x86/amd: pmc: Utilize SMN index 0 for driver probe (Prarit Bhargava) [RHEL-10011]
- platform/x86/amd: pmc: Move idlemask check into `amd_pmc_idlemask_read` (Prarit Bhargava) [RHEL-10011]
- platform/x86/amd: pmc: Don't dump data after resume from s0i3 on picasso (Prarit Bhargava) [RHEL-10011]
- platform/x86/amd: pmc: Hide SMU version and program attributes for Picasso (Prarit Bhargava) [RHEL-10011]
- platform/x86/amd: pmc: Don't try to read SMU version on Picasso (Prarit Bhargava) [RHEL-10011]
- platform/x86: amd: pmc: Convert to platform remove callback returning void (Prarit Bhargava) [RHEL-10011]
- platform/x86: amd: hsmp: Convert to platform remove callback returning void (Prarit Bhargava) [RHEL-10011]
- platform/x86/amd: pmc: remove CONFIG_SUSPEND checks (Prarit Bhargava) [RHEL-10011]
- platform/x86/amd: pmc: Add line break for readability (Prarit Bhargava) [RHEL-10011]
- platform/x86/amd: pmc: differentiate STB/SMU messaging prints (Prarit Bhargava) [RHEL-10011]
- platform/x86/amd: pmc: Write dummy postcode into the STB DRAM (Prarit Bhargava) [RHEL-10011]
- platform/x86/amd: pmc: Add num_samples message id support to STB (Prarit Bhargava) [RHEL-10011]
- platform/x86/amd: pmc: add CONFIG_SERIO dependency (Prarit Bhargava) [RHEL-10011]
- platform/x86/amd: pmc: Add a module parameter to disable workarounds (Prarit Bhargava) [RHEL-10011]
- platform/x86/amd: pmc: Disable IRQ1 wakeup for RN/CZN (Prarit Bhargava) [RHEL-10011]
- platform/x86/amd: Fix refcount leak in amd_pmc_probe (Prarit Bhargava) [RHEL-10011]
- platform/x86/amd: pmc: Add new ACPI ID AMDI0009 (Prarit Bhargava) [RHEL-10011]
- platform/x86/amd: pmc: Remove more CONFIG_DEBUG_FS checks (Prarit Bhargava) [RHEL-10011]
- platform/x86/amd: pmc: Read SMU version during suspend on Cezanne systems (Prarit Bhargava) [RHEL-10011]
- platform/x86/amd: pmc: remove CONFIG_DEBUG_FS checks (Prarit Bhargava) [RHEL-10011]
- platform/x86/amd: pmc: Fix build without debugfs (Prarit Bhargava) [RHEL-10011]
- platform/x86/amd: pmc: Add sysfs files for SMU (Prarit Bhargava) [RHEL-10011]
- platform/x86/amd: pmc: Always write to the STB (Prarit Bhargava) [RHEL-10011]
- platform/x86/amd: pmc: Add defines for STB events (Prarit Bhargava) [RHEL-10011]
- platform/x86/amd/pmf: Add support for PMF core layer (Prarit Bhargava) [RHEL-10011]
- platform/x86/amd/pmc: Add new platform support (Prarit Bhargava) [RHEL-10011]
- platform/x86/amd/pmc: Add new acpi id for PMC controller (Prarit Bhargava) [RHEL-10011]
- platform/x86: Move AMD platform drivers to separate directory (Prarit Bhargava) [RHEL-10011]
- platform/x86: amd-pmc: Fix build error unused-function (Prarit Bhargava) [RHEL-10011]
- platform/x86: amd-pmc: Shuffle location of amd_pmc_get_smu_version() (Prarit Bhargava) [RHEL-10011]
- platform/x86: amd-pmc: Avoid reading SMU version at probe time (Prarit Bhargava) [RHEL-10011]
- platform/x86: amd-pmc: Move FCH init to first use (Prarit Bhargava) [RHEL-10011]
- platform/x86: amd-pmc: Move SMU logging setup out of init (Prarit Bhargava) [RHEL-10011]
- platform/x86: amd-pmc: Fix compilation without CONFIG_SUSPEND (Prarit Bhargava) [RHEL-10011]
- platform/x86: amd-pmc: Only report STB errors when STB enabled (Prarit Bhargava) [RHEL-10011]
- platform/x86: amd-pmc: Drop CPU QoS workaround (Prarit Bhargava) [RHEL-10011]
- platform/x86: amd-pmc: Output error codes in messages (Prarit Bhargava) [RHEL-10011]
- platform/x86: amd-pmc: Move to later in the suspend process (Prarit Bhargava) [RHEL-10011]
- platform/x86: amd-pmc: Validate entry into the deepest state on resume (Prarit Bhargava) [RHEL-10011]
- platform/x86: amd-pmc: uninitialized variable in amd_pmc_s2d_init() (Prarit Bhargava) [RHEL-10011]
- platform/x86: amd-pmc: Add support for AMD Spill to DRAM STB feature (Prarit Bhargava) [RHEL-10011]
- platform/x86: amd-pmc: Correct usage of SMU version (Prarit Bhargava) [RHEL-10011]
- platform/x86: amd-pmc: Make amd_pmc_stb_debugfs_fops static (Prarit Bhargava) [RHEL-10011]
- scsi: qedf: Add synchronization between I/O completions and abort (Nilesh Javali) [RHEL-9861]
- scsi: qedf: Remove unused declaration (Nilesh Javali) [RHEL-9861]
- scsi: qedf: Fix firmware halt over suspend and resume (Nilesh Javali) [RHEL-9861]
- scsi: qedf: Do not touch __user pointer in qedf_dbg_fp_int_cmd_read() directly (Nilesh Javali) [RHEL-9861]
- scsi: qedf: Do not touch __user pointer in qedf_dbg_debug_cmd_read() directly (Nilesh Javali) [RHEL-9861]
- scsi: qedf: Do not touch __user pointer in qedf_dbg_stop_io_on_error_cmd_read() directly (Nilesh Javali) [RHEL-9861]
- scsi: qedf: Fix NULL dereference in error handling (Nilesh Javali) [RHEL-9861]
- scsi: qedf: Remove unused 'num_handled' variable (Nilesh Javali) [RHEL-9861]
- scsi: qla2xxx: Fix system crash due to bad pointer access (Nilesh Javali) [RHEL-9859]
- qla2xxx: Fix double free of dsd_list during driver load. (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Fix NULL vs IS_ERR() bug for debugfs_create_dir() (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Use raw_smp_processor_id() instead of smp_processor_id() (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Correct endianness for rqstlen and rsplen (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Fix unused variable warning in qla2xxx_process_purls_pkt() (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Fix spelling mistake "tranport" -> "transport" (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Remove unused variables in qla24xx_build_scsi_type_6_iocbs() (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Fix nvme_fc_rcv_ls_req() undefined error (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Update version to 10.02.09.100-k (Nilesh Javali) [RHEL-9859]
- Revert "scsi: qla2xxx: Fix buffer overrun" (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Fix smatch warn for qla_init_iocb_limit() (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Remove unsupported ql2xenabledif option (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Error code did not return to upper layer (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Add logs for SFP temperature monitoring (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Fix firmware resource tracking (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Flush mailbox commands on chip reset (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Add Unsolicited LS Request and Response Support for NVMe (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Allow 32-byte CDBs (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Move resource to allow code reuse (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Remove unused declarations (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Update version to 10.02.08.500-k (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: fix inconsistent TMF timeout (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Fix TMF leak through (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Turn off noisy message log (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Fix session hang in gnl (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Fix erroneous link up failure (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Fix command flush during TMF (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Limit TMF to 8 per function (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Adjust IOCB resource on qpair create (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Fix deletion race condition (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Fix error code in qla2x00_start_sp() (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Silence a static checker warning (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Remove unused nvme_ls_waitq wait queue (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Update version to 10.02.08.400-k (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Correct the index of array (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Pointer may be dereferenced (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Fix buffer overrun (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Check valid rport returned by fc_bsg_to_rport() (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Avoid fcport pointer dereference (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Fix potential NULL pointer dereference (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Array index may go out of bound (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Drop useless LIST_HEAD (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Replace one-element array with DECLARE_FLEX_ARRAY() helper (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Fix end of loop test (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Fix NULL pointer dereference in target mode (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Replace all non-returning strlcpy() with strscpy() (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Update version to 10.02.08.300-k (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Wait for io return on terminate rport (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Fix mem access after free (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Fix hang in task management (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Fix task management cmd fail due to unavailable resource (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Fix task management cmd failure (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Multi-que support for TMF (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Fix memory leak in qla2x00_probe_one() (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Refer directly to the qla2xxx_driver_template (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Remove default fabric ops callouts (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Drop redundant pci_enable_pcie_error_reporting() (Nilesh Javali) [RHEL-9859]
- scsi: qla2xxx: Add option to disable FC2 Target support (Nilesh Javali) [RHEL-9859]
Resolves: RHEL-10011, RHEL-10028, RHEL-11434, RHEL-14350, RHEL-14838, RHEL-15010, RHEL-15023, RHEL-16880, RHEL-4666, RHEL-5340, RHEL-5730, RHEL-9581, RHEL-9859, RHEL-9861

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
2023-11-23 11:45:33 +01: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-526.el8 2023-11-17 23:05:16 +01:00
kernel-aarch64.config kernel-4.18.0-526.el8 2023-11-17 23:05:16 +01:00
kernel-ppc64le-debug.config kernel-4.18.0-526.el8 2023-11-17 23:05:16 +01:00
kernel-ppc64le.config kernel-4.18.0-526.el8 2023-11-17 23:05:16 +01:00
kernel-s390x-debug.config kernel-4.18.0-526.el8 2023-11-17 23:05:16 +01:00
kernel-s390x-zfcpdump.config kernel-4.18.0-526.el8 2023-11-17 23:05:16 +01:00
kernel-s390x.config kernel-4.18.0-526.el8 2023-11-17 23:05:16 +01:00
kernel-x86_64-debug.config kernel-4.18.0-526.el8 2023-11-17 23:05:16 +01:00
kernel-x86_64.config kernel-4.18.0-526.el8 2023-11-17 23:05:16 +01:00
kernel.spec kernel-4.18.0-527.el8 2023-11-23 11:45:33 +01: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-517.el8 2023-10-10 23:55:25 +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-517.el8 2023-10-10 23:55:25 +02:00
Module.kabi_s390x kernel-4.18.0-517.el8 2023-10-10 23:55:25 +02:00
Module.kabi_x86_64 kernel-4.18.0-517.el8 2023-10-10 23:55:25 +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-527.el8 2023-11-23 11:45:33 +01:00
x509.genkey Auto sync2gitlab import of kernel-4.18.0-373.el8.src.rpm 2022-05-26 09:59:47 -04:00