The Linux kernel
Go to file
Jan Stancek 8271d61e34 kernel-5.14.0-317.el9
* Mon May 22 2023 Jan Stancek <jstancek@redhat.com> [5.14.0-317.el9]
- x86/fpu/xstate: Prevent false-positive warning in __copy_xstate_uabi_buf() (Dean Nelson) [2082182]
- x86/fpu: Don't set TIF_NEED_FPU_LOAD for PF_IO_WORKER threads (Dean Nelson) [2082182]
- x86/fpu: Replace zero-length array in struct xregs_state with flexible-array member (Dean Nelson) [2082182]
- cpuidle, intel_idle: Fix CPUIDLE_FLAG_INIT_XSTATE (Dean Nelson) [2082182]
- x86/fpu: Use _Alignof to avoid undefined behavior in TYPE_ALIGN (Dean Nelson) [2082182]
- x86/fpu: Emulate XRSTOR's behavior if the xfeatures PKRU bit is not set (Dean Nelson) [2082182]
- x86/fpu: Allow PKRU to be (once again) written by ptrace. (Dean Nelson) [2082182]
- x86/fpu: Add a pkru argument to copy_uabi_to_xstate() (Dean Nelson) [2082182]
- x86/fpu: Add a pkru argument to copy_uabi_from_kernel_to_xstate(). (Dean Nelson) [2082182]
- x86/fpu: Take task_struct* in copy_sigframe_from_user_to_xstate() (Dean Nelson) [2082182]
- x86/fpu/xstate: Fix XSTATE_WARN_ON() to emit relevant diagnostics (Dean Nelson) [2082182]
- x86: Remove empty files (Dean Nelson) [2082182]
- x86/prctl: Remove pointless task argument (Dean Nelson) [2082182]
- x86/fpu: Cleanup variable shadowing (Dean Nelson) [2082182]
- x86/fpu/xsave: Support XSAVEC in the kernel (Dean Nelson) [2082182]
- x86/fpu: Remove redundant XCOMP_BV initialization (Dean Nelson) [2082182]
- x86/ptrace: Fix xfpregs_set()'s incorrect xmm clearing (Dean Nelson) [2082182]
- x86/fpu: Remove duplicate copy_fpstate_to_sigframe() prototype (Dean Nelson) [2082182]
- x86/fpu: Correct AVX512 state tracking (Dean Nelson) [2082182]
- s390/kfence: fix page fault reporting (Baoquan He) [2148793]
- scsi: mpi3mr: Use -ENOMEM instead of -1 in mpi3mr_expander_add() (Tomas Henzl) [2163420]
- scsi: mpi3mr: Use IRQ save variants of spinlock to protect chain frame allocation (Tomas Henzl) [2163420]
- scsi: mpi3mr: Handle soft reset in progress fault code (0xF002) (Tomas Henzl) [2163420]
- scsi: mpi3mr: Update driver version to 8.4.1.0.0 (Tomas Henzl) [2163420]
- scsi: mpi3mr: Update copyright year (Tomas Henzl) [2163420]
- scsi: mpi3mr: Fix W=1 compilation warnings (Tomas Henzl) [2163420]
- scsi: mpi3mr: Update MPI Headers to revision 27 (Tomas Henzl) [2163420]
- scsi: mpi3mr: Avoid escalating to higher level reset when target is removed (Tomas Henzl) [2163420]
- scsi: mpi3mr: Modify MUR timeout value to 120 seconds (Tomas Henzl) [2163420]
- scsi: mpi3mr: Fix admin queue memory leak upon soft reset (Tomas Henzl) [2163420]
- scsi: mpi3mr: Successive VD delete and add causes FW fault (Tomas Henzl) [2163420]
- scsi: mpi3mr: Fix expander node leak in mpi3mr_remove() (Tomas Henzl) [2163420]
- scsi: mpi3mr: Fix memory leaks in mpi3mr_init_ioc() (Tomas Henzl) [2163420]
- scsi: mpi3mr: Fix sas_hba.phy memory leak in mpi3mr_remove() (Tomas Henzl) [2163420]
- scsi: mpi3mr: Fix mpi3mr_hba_port memory leak in mpi3mr_remove() (Tomas Henzl) [2163420]
- scsi: mpi3mr: Fix config page DMA memory leak (Tomas Henzl) [2163420]
- scsi: mpi3mr: Fix throttle_groups memory leak (Tomas Henzl) [2163420]
- scsi: mpi3mr: Bad drive in topology results kernel crash (Tomas Henzl) [2163420]
- scsi: mpi3mr: NVMe command size greater than 8K fails (Tomas Henzl) [2163420]
- scsi: mpi3mr: Return proper values for failures in firmware init path (Tomas Henzl) [2163420]
- scsi: mpi3mr: Wait for diagnostic save during controller init (Tomas Henzl) [2163420]
- scsi: mpi3mr: Driver unload crashes host when enhanced logging is enabled (Tomas Henzl) [2163420]
- scsi: mpi3mr: ioctl timeout when disabling/enabling interrupt (Tomas Henzl) [2163420]
- scsi: mpi3mr: Remove unneeded version.h include (Tomas Henzl) [2163420]
- scsi: mpi3mr: Fix missing mrioc->evtack_cmds initialization (Tomas Henzl) [2163420]
- scsi: mpi3mr: Use number of bits to manage bitmap sizes (Tomas Henzl) [2163420]
- scsi: mpi3mr: Remove unnecessary memcpy() to alltgt_info->dmi (Tomas Henzl) [2163420]
- scsi: mpi3mr: Fix issues in mpi3mr_get_all_tgt_info() (Tomas Henzl) [2163420]
- scsi: mpi3mr: Fix an issue found by KASAN (Tomas Henzl) [2163420]
- scsi: mpi3mr: Refer CONFIG_SCSI_MPI3MR in Makefile (Tomas Henzl) [2163420]
- scsi: mpi3mr: Remove usage of dma_get_required_mask() API (Tomas Henzl) [2163420]
- scsi: mpi3mr: Suppress command reply debug prints (Tomas Henzl) [2163420]
- scsi: lpfc: Update lpfc version to 14.2.0.12 (Paul Ely) [2165043]
- scsi: lpfc: Replace blk_irq_poll intr handler with threaded IRQ (Paul Ely) [2165043]
- scsi: lpfc: Add new RCQE status for handling DMA failures (Paul Ely) [2165043]
- scsi: lpfc: Update congestion warning notification period (Paul Ely) [2165043]
- scsi: lpfc: Match lock ordering of lpfc_cmd->buf_lock and hbalock for abort paths (Paul Ely) [2165043]
- scsi: lpfc: Fix double free in lpfc_cmpl_els_logo_acc() caused by lpfc_nlp_not_used() (Paul Ely) [2165043]
- scsi: lpfc: Fix verbose logging for SCSI commands issued to SES devices (Paul Ely) [2165043]
- scsi: lpfc: Copyright updates for 14.2.0.11 patches (Paul Ely) [2165043]
- scsi: lpfc: Revise lpfc_error_lost_link() reason code evaluation logic (Paul Ely) [2165043]
- scsi: lpfc: Copyright updates for 14.2.0.10 patches (Paul Ely) [2165043]
- scsi: lpfc: Skip waiting for register ready bits when in unrecoverable state (Paul Ely) [2165043]
- scsi: lpfc: Correct used_rpi count when devloss tmo fires with no recovery (Paul Ely) [2165043]
- scsi: lpfc: Defer issuing new PLOGI if received RSCN before completing REG_LOGIN (Paul Ely) [2165043]
- scsi: lpfc: Record LOGO state with discovery engine even if aborted (Paul Ely) [2165043]
- scsi: lpfc: Fix lockdep warning for rx_monitor lock when unloading driver (Paul Ely) [2165043]
- scsi: lpfc: Reorder freeing of various DMA buffers and their list removal (Paul Ely) [2165043]
- scsi: lpfc: Prevent lpfc_debugfs_lockstat_write() buffer overflow (Paul Ely) [2165043]
- scsi: lpfc: Check kzalloc() in lpfc_sli4_cgn_params_read() (Paul Ely) [2165043]
- scsi: lpfc: Introduce new attention types for lpfc_sli4_async_fc_evt() handler (Paul Ely) [2165043]
- scsi: lpfc: Reinitialize internal VMID data structures after FLOGI completion (Paul Ely) [2165043]
- scsi: lpfc: Fix use-after-free KFENCE violation during sysfs firmware write (Paul Ely) [2165043]
- scsi: lpfc: Exit PRLI completion handling early if ndlp not in PRLI_ISSUE state (Paul Ely) [2165043]
- scsi: lpfc: Remove duplicate ndlp kref decrement in lpfc_cleanup_rpis() (Paul Ely) [2165043]
- scsi: lpfc: Remove redundant clean up code in disable_vport() (Paul Ely) [2165043]
- scsi: lpfc: Set max DMA segment size to HBA supported SGE length (Paul Ely) [2165043]
- scsi: lpfc: Resolve miscellaneous variable set but not used compiler warnings (Paul Ely) [2165043]
- scsi: lpfc: Replace outdated strncpy() with strscpy() (Paul Ely) [2165043]
- scsi: lpfc: Fix space indentation in lpfc_xcvr_data_show() (Paul Ely) [2165043]
- scsi: lpfc: Fix crash involving race between FLOGI timeout and devloss handler (Paul Ely) [2165043]
- scsi: lpfc: Fix MI capability display in cmf_info sysfs attribute (Paul Ely) [2165043]
- scsi: lpfc: Correct bandwidth logging during receipt of congestion sync WCQE (Paul Ely) [2165043]
- scsi: lpfc: Fix WQ|CQ|EQ resource check (Paul Ely) [2165043]
- cpufreq: intel_pstate: Enable HWP IO boost for all servers (David Arcari) [2175626]
- autofs: fix wait name hash calculation in autofs_wait() (Ian Kent) [2185245]
- ice: remove comment about not supporting driver reinit (Petr Oros) [2153358]
- ice: Fix undersized tx_flags variable (Petr Oros) [2153358]
- ice: block LAN in case of VF to VF offload (Petr Oros) [2153358]
- ice: Reset FDIR counter in FDIR init stage (Petr Oros) [2153358]
- ice: fix wrong fallback logic for FDIR (Petr Oros) [2153358]
- ice: fix invalid check for empty list in ice_sched_assoc_vsi_to_agg() (Petr Oros) [2153358]
- ice: add profile conflict check for AVF FDIR (Petr Oros) [2153358]
- ice: Fix ice_cfg_rdma_fltr() to only update relevant fields (Petr Oros) [2153358]
- ice: fix W=1 headers mismatch (Petr Oros) [2153358]
- ice: remove filters only if VSI is deleted (Petr Oros) [2153358]
- ice: check if VF exists before mode check (Petr Oros) [2153358]
- ice: fix rx buffers handling for flow director packets (Petr Oros) [2153358]
- ice: xsk: disable txq irq before flushing hw (Petr Oros) [2153358]
- ice: avoid bonding causing auxiliary plug/unplug under RTNL lock (Petr Oros) [2153358]
- ethernet: ice: avoid gcc-9 integer overflow warning (Petr Oros) [2153358]
- ice: don't ignore return codes in VSI related code (Petr Oros) [2153358]
- ice: Fix DSCP PFC TLV creation (Petr Oros) [2153358]
- ice: copy last block omitted in ice_get_module_eeprom() (Petr Oros) [2153358]
- ice: Micro-optimize .ndo_xdp_xmit() path (Petr Oros) [2153358]
- ice: Fix freeing XDP frames backed by Page Pool (Petr Oros) [2153358]
- ice: Robustify cleaning/completing XDP Tx buffers (Petr Oros) [2153358]
- ice: Remove two impossible branches on XDP Tx cleaning (Petr Oros) [2153358]
- ice: Fix XDP Tx ring overrun (Petr Oros) [2153358]
- ice: fix ice_tx_ring:: Xdp_tx_active underflow (Petr Oros) [2153358]
- ice: xsk: Fix cleaning of XDP_TX frames (Petr Oros) [2153358]
- ice: remove unnecessary CONFIG_ICE_GNSS (Petr Oros) [2153358]
- ice: properly alloc ICE_VSI_LB (Petr Oros) [2153358]
- ice: Mention CEE DCBX in code comment (Petr Oros) [2153358]
- ice: Change ice_vsi_realloc_stat_arrays() to void (Petr Oros) [2153358]
- ice: add support BIG TCP on IPv6 (Petr Oros) [2153358]
- ice: Add GPIO pin support for E823 products (Petr Oros) [2153358]
- ice: xsk: Do not convert to buff to frame for XDP_TX (Petr Oros) [2153358]
- ice: Remove next_{dd,rs} fields from ice_tx_ring (Petr Oros) [2153358]
- ice: Add support for XDP multi-buffer on Tx side (Petr Oros) [2153358]
- ice: Add support for XDP multi-buffer on Rx side (Petr Oros) [2153358]
- ice: Use xdp->frame_sz instead of recalculating truesize (Petr Oros) [2153358]
- ice: Do not call ice_finalize_xdp_rx() unnecessarily (Petr Oros) [2153358]
- ice: Use ice_max_xdp_frame_size() in ice_xdp_setup_prog() (Petr Oros) [2153358]
- ice: Centrallize Rx buffer recycling (Petr Oros) [2153358]
- ice: Inline eop check (Petr Oros) [2153358]
- ice: Pull out next_to_clean bump out of ice_put_rx_buf() (Petr Oros) [2153358]
- ice: Store page count inside ice_rx_buf (Petr Oros) [2153358]
- ice: Add xdp_buff to ice_rx_ring struct (Petr Oros) [2153358]
- ice: Prepare legacy-rx for upcoming XDP multi-buffer support (Petr Oros) [2153358]
- ice: remove unnecessary virtchnl_ether_addr struct use (Petr Oros) [2153358]
- ice: introduce .irq_close VF operation (Petr Oros) [2153358]
- ice: introduce clear_reset_state operation (Petr Oros) [2153358]
- ice: convert vf_ops .vsi_rebuild to .create_vsi (Petr Oros) [2153358]
- ice: introduce ice_vf_init_host_cfg function (Petr Oros) [2153358]
- ice: add a function to initialize vf entry (Petr Oros) [2153358]
- ice: Pull common tasks into ice_vf_post_vsi_rebuild (Petr Oros) [2153358]
- ice: move ice_vf_vsi_release into ice_vf_lib.c (Petr Oros) [2153358]
- ice: move vsi_type assignment from ice_vsi_alloc to ice_vsi_cfg (Petr Oros) [2153358]
- ice: refactor VSI setup to use parameter structure (Petr Oros) [2153358]
- ice: drop unnecessary VF parameter from several VSI functions (Petr Oros) [2153358]
- ice: fix function comment referring to ice_vsi_alloc (Petr Oros) [2153358]
- ice: Add more usage of existing function ice_get_vf_vsi(vf) (Petr Oros) [2153358]
- ice: implement devlink reinit action (Petr Oros) [2153358]
- ice: update VSI instead of init in some case (Petr Oros) [2153358]
- ice: move VSI delete outside deconfig (Petr Oros) [2153358]
- ice: sync netdev filters after clearing VSI (Petr Oros) [2153358]
- ice: split probe into smaller functions (Petr Oros) [2153358]
- ice: stop hard coding the ICE_VSI_CTRL location (Petr Oros) [2153358]
- ice: split ice_vsi_setup into smaller functions (Petr Oros) [2153358]
- ice: cleanup in VSI config/deconfig code (Petr Oros) [2153358]
- ice: alloc id for RDMA using xa_array (Petr Oros) [2153358]
- ice: move RDMA init to ice_idc.c (Petr Oros) [2153358]
- ice: Remove redundant pci_enable_pcie_error_reporting() (Petr Oros) [2153358]
- ice: Remove excess space (Petr Oros) [2153358]
- ice: Introduce local var for readability (Petr Oros) [2153358]
- ice: Match parameter name for ice_cfg_phy_fc() (Petr Oros) [2153358]
- ice: Explicitly return 0 (Petr Oros) [2153358]
- ice: Reduce scope of variables (Petr Oros) [2153358]
- ice: Move support DDP code out of ice_flex_pipe.c (Petr Oros) [2153358]
- ice: Remove cppcheck suppressions (Petr Oros) [2153358]
- ice: combine cases in ice_ksettings_find_adv_link_speed() (Petr Oros) [2153358]
- ice: Add support for 100G KR2/CR2/SR2 link reporting (Petr Oros) [2153358]
- ice: add missing checks for PF vsi type (Petr Oros) [2153358]
- ice: remove redundant non-null check in ice_setup_pf_sw() (Petr Oros) [2153358]
- ice: restrict PTP HW clock freq adjustments to 100, 000, 000 PPB (Petr Oros) [2153358]
- ice: Support drop action (Petr Oros) [2153358]
- ice: Handle LLDP MIB Pending change (Petr Oros) [2153358]
- ice: Add 'Execute Pending LLDP MIB' Admin Queue command (Petr Oros) [2153358]
- ice: Fix check for weight and priority of a scheduling node (Petr Oros) [2153358]
- ice: switch: fix potential memleak in ice_add_adv_recipe() (Petr Oros) [2153358]
- ice: Fix off by one in ice_tc_forward_to_queue() (Petr Oros) [2153358]
- ice: Fix disabling Rx VLAN filtering with port VLAN enabled (Petr Oros) [2153358]
- ice: fix out-of-bounds KASAN warning in virtchnl (Petr Oros) [2153358]
- ice: Do not use WQ_MEM_RECLAIM flag for workqueue (Petr Oros) [2153358]
- ice: Prevent set_channel from changing queues while RDMA active (Petr Oros) [2153358]
- ice: xsk: do not use xdp_return_frame() on tx_buf->raw_buf (Petr Oros) [2153358]
- ice: implement direct read for NVM and Shadow RAM regions (Petr Oros) [2153358]
- ice: document 'shadow-ram' devlink region (Petr Oros) [2153358]
- ice: use same function to snapshot both NVM and Shadow RAM (Petr Oros) [2153358]
- ice: Use ICE_RLAN_BASE_S instead of magic number (Petr Oros) [2153358]
- ice: Accumulate ring statistics over reset (Petr Oros) [2153358]
- ice: Accumulate HW and Netdev statistics over reset (Petr Oros) [2153358]
- ice: Remove and replace ice speed defines with ethtool.h versions (Petr Oros) [2153358]
- ice: Check for PTP HW lock more frequently (Petr Oros) [2153358]
- ice: Add documentation for devlink-rate implementation (Petr Oros) [2153358]
- ice: Prevent ADQ, DCB coexistence with Custom Tx scheduler (Petr Oros) [2153358]
- ice: Implement devlink-rate API (Petr Oros) [2153358]
- ice: Add an option to pre-allocate memory for ice_sched_node (Petr Oros) [2153358]
- ice: Introduce new parameters in ice_sched_node (Petr Oros) [2153358]
- ice: Fix spurious interrupt during removal of trusted VF (Petr Oros) [2153358]
- ice: Enable RX queue selection using skbedit action (Petr Oros) [2153358]
- ice: Add support for VLAN priority filters in switchdev (Petr Oros) [2153358]
- ice: support features on new E810T variants (Petr Oros) [2153358]
- ice: Add L2TPv3 hardware offload support (Petr Oros) [2153358]
- ice: Simplify memory allocation in ice_sched_init_port() (Petr Oros) [2153358]
- ice: switch: Simplify memory allocation (Petr Oros) [2153358]
- ice: add helper function to check FW API version (Petr Oros) [2153358]
- ice: Print human-friendly PHY types (Petr Oros) [2153358]
- ice: Add support for ip TTL & ToS offload (Petr Oros) [2153358]
- ice: remove non-inclusive language (Petr Oros) [2153358]
- ice: Remove ucast_shared (Petr Oros) [2153358]
- ice: Allow 100M speeds for some devices (Petr Oros) [2153358]
- ice: Implement FCS/CRC and VLAN stripping co-existence policy (Petr Oros) [2153358]
- ice: Implement control of FCS/CRC stripping (Petr Oros) [2153358]
- ice: initialize cached_phctime when creating Rx rings (Petr Oros) [2153358]
- ice: set tx_tstamps when creating new Tx rings via ethtool (Petr Oros) [2153358]
- ice: link representors to PCI device (Petr Oros) [2153358]
- ALSA: hda/realtek: Add quirk for ThinkPad P1 Gen 6 (Mark Pearson) [2205121]
- prlimit: do_prlimit needs to have a speculation check (Alex Gladkov) [2196316] {CVE-2023-0458}
- r8152: Rate limit overflow messages (Jose Ignacio Tornos Martinez) [2153571] {CVE-2022-3594}
- redhat/genlog.py: add support to list/process zstream Jira tickets (Herton R. Krzesinski)
Resolves: rhbz#2082182, rhbz#2148793, rhbz#2153358, rhbz#2153571, rhbz#2163420, rhbz#2165043, rhbz#2175626, rhbz#2185245, rhbz#2196316, rhbz#2205121

Signed-off-by: Jan Stancek <jstancek@redhat.com>
2023-05-22 21:11:37 +02:00
.gitignore RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
check-kabi kernel-5.14.0-155.el9 2022-08-23 20:50:32 +00:00
cpupower.config RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
cpupower.service RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
dracut-virt.conf kernel-5.14.0-276.el9 2023-02-17 00:33:35 +00:00
filter-aarch64.sh.rhel RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
filter-armv7hl.sh.rhel RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
filter-modules.sh.rhel kernel-5.14.0-172.el9 2022-10-03 05:42:53 -04:00
filter-ppc64le.sh.rhel RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
filter-s390x.sh.rhel RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
filter-x86_64.sh.rhel RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
gating.yaml kernel-5.14.0-0.rc4.35.el9 2021-08-02 17:07:47 -04:00
generate_all_configs.sh kernel-5.14.0-172.el9 2022-10-03 05:42:53 -04:00
kernel-aarch64-64k-debug-rhel.config kernel-5.14.0-315.el9 2023-05-17 12:11:09 +02:00
kernel-aarch64-64k-rhel.config kernel-5.14.0-315.el9 2023-05-17 12:11:09 +02:00
kernel-aarch64-debug-rhel.config kernel-5.14.0-315.el9 2023-05-17 12:11:09 +02:00
kernel-aarch64-rhel.config kernel-5.14.0-315.el9 2023-05-17 12:11:09 +02:00
kernel-aarch64-rt-debug-rhel.config kernel-5.14.0-315.el9 2023-05-17 12:11:09 +02:00
kernel-aarch64-rt-rhel.config kernel-5.14.0-315.el9 2023-05-17 12:11:09 +02:00
kernel-local RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
kernel-ppc64le-debug-rhel.config kernel-5.14.0-315.el9 2023-05-17 12:11:09 +02:00
kernel-ppc64le-rhel.config kernel-5.14.0-315.el9 2023-05-17 12:11:09 +02:00
kernel-s390x-debug-rhel.config kernel-5.14.0-315.el9 2023-05-17 12:11:09 +02:00
kernel-s390x-rhel.config kernel-5.14.0-315.el9 2023-05-17 12:11:09 +02:00
kernel-s390x-zfcpdump-rhel.config kernel-5.14.0-315.el9 2023-05-17 12:11:09 +02:00
kernel-x86_64-debug-rhel.config kernel-5.14.0-316.el9 2023-05-19 08:38:38 +02:00
kernel-x86_64-rhel.config kernel-5.14.0-315.el9 2023-05-17 12:11:09 +02:00
kernel-x86_64-rt-debug-rhel.config kernel-5.14.0-316.el9 2023-05-19 08:38:38 +02:00
kernel-x86_64-rt-rhel.config kernel-5.14.0-315.el9 2023-05-17 12:11:09 +02:00
kernel.spec kernel-5.14.0-317.el9 2023-05-22 21:11:37 +02:00
kvm_stat.logrotate kernel-5.13.0-0.rc7.51.el9 2021-06-21 19:14:53 -04:00
linux-kernel-test.patch RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
Makefile.rhelver kernel-5.14.0-317.el9 2023-05-22 21:11:37 +02:00
merge.pl RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
mod-denylist.sh kernel-5.13.0-1.el9 2021-07-02 16:34:23 -04:00
mod-extra.list.rhel kernel-5.13.0-0.rc2.19.el9 2021-05-17 18:16:50 -04:00
mod-internal.list kernel-5.14.0-313.el9 2023-05-15 09:58:48 +02:00
mod-kvm.list kernel-5.14.0-285.el9 2023-03-07 15:22:21 +01:00
mod-partner.list kernel-5.14.0-296.el9 2023-04-04 12:03:43 +02:00
mod-sign.sh kernel-5.13.0-0.rc2.19.el9 2021-05-17 18:16:50 -04:00
Module.kabi_aarch64 kernel-5.14.0-72.el9 2022-03-15 13:30:59 +00:00
Module.kabi_dup_aarch64 RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
Module.kabi_dup_ppc64le RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
Module.kabi_dup_s390x RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
Module.kabi_dup_x86_64 RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
Module.kabi_ppc64le kernel-5.14.0-72.el9 2022-03-15 13:30:59 +00:00
Module.kabi_s390x kernel-5.14.0-72.el9 2022-03-15 13:30:59 +00:00
Module.kabi_x86_64 kernel-5.14.0-72.el9 2022-03-15 13:30:59 +00:00
parallel_xz.sh kernel-5.10.0-0.rc6.92 2020-12-04 15:24:35 -05:00
partial-kgcov-snip.config kernel-5.14.0-151.el9 2022-08-22 14:19:18 +00:00
patch-5.14-redhat.patch kernel-5.14.0-172.el9 2022-10-03 05:42:53 -04:00
process_configs.sh kernel-5.14.0-307.el9 2023-05-02 20:09:52 +02:00
README.rst RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
rheldup3.x509 kernel-5.11.0-0.rc7.149.el9 2021-02-08 15:06:53 -05:00
rhelkpatch1.x509 kernel-5.11.0-0.rc7.149.el9 2021-02-08 15:06:53 -05:00
rpminspect.yaml kernel-5.14.0-288.el9 2023-03-16 12:31:29 +01:00
sources kernel-5.14.0-317.el9 2023-05-22 21:11:37 +02:00
update_scripts.sh kernel-5.14.0-172.el9 2022-10-03 05:42:53 -04:00
x509.genkey.centos kernel-5.14.0-72.el9 2022-03-15 13:30:59 +00:00
x509.genkey.rhel RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00

===================
The Kernel dist-git
===================

The kernel is maintained in a `source tree`_ rather than directly in dist-git.
The specfile is maintained as a `template`_ in the source tree along with a set
of build scripts to generate configurations, (S)RPMs, and to populate the
dist-git repository.

The `documentation`_ for the source tree covers how to contribute and maintain
the tree.

If you're looking for the downstream patch set it's available in the source
tree with "git log master..ark-patches" or
`online`_.

Each release in dist-git is tagged in the source repository so you can easily
check out the source tree for a build. The tags are in the format
name-version-release, but note release doesn't contain the dist tag since the
source can be built in different build roots (Fedora, CentOS, etc.)

.. _source tree: https://gitlab.com/cki-project/kernel-ark.git
.. _template: https://gitlab.com/cki-project/kernel-ark/-/blob/os-build/redhat/kernel.spec.template
.. _documentation: https://gitlab.com/cki-project/kernel-ark/-/wikis/home
.. _online: https://gitlab.com/cki-project/kernel-ark/-/commits/ark-patches