The Linux kernel
Go to file
Patrick Talbert cf49101d56 kernel-5.14.0-566.el9
* Mon Feb 10 2025 Patrick Talbert <ptalbert@redhat.com> [5.14.0-566.el9]
- redhat/configs: add CONFIG_CIFS_COMPRESSION (Paulo Alcantara) [RHEL-76046]
- smb: client: fix double free of TCP_Server_Info::hostname (Paulo Alcantara) [RHEL-76046]
- cifs: support reconnect with alternate password for SMB1 (Paulo Alcantara) [RHEL-76046]
- smb: client: sync the root session and superblock context passwords before automounting (Paulo Alcantara) [RHEL-76046]
- cifs: Remove unused is_server_using_iface() (Paulo Alcantara) [RHEL-76046]
- smb: enable reuse of deferred file handles for write operations (Paulo Alcantara) [RHEL-76046]
- smb: use macros instead of constants for leasekey size and default cifsattrs value (Paulo Alcantara) [RHEL-76046]
- smb: client: destroy cfid_put_wq on module exit (Paulo Alcantara) [RHEL-76046]
- cifs: Use str_yes_no() helper in cifs_ses_add_channel() (Paulo Alcantara) [RHEL-76046]
- smb3: fix compiler warning in reparse code (Paulo Alcantara) [RHEL-76046]
- smb3.1.1: fix posix mounts to older servers (Paulo Alcantara) [RHEL-76046]
- fs/smb/client: cifs_prime_dcache() for SMB3 POSIX reparse points (Paulo Alcantara) [RHEL-76046]
- fs/smb/client: Implement new SMB3 POSIX type (Paulo Alcantara) [RHEL-76046]
- fs/smb/client: avoid querying SMB2_OP_QUERY_WSL_EA for SMB3 POSIX (Paulo Alcantara) [RHEL-76046]
- cifs: unlock on error in smb3_reconfigure() (Paulo Alcantara) [RHEL-76046]
- cifs: during remount, make sure passwords are in sync (Paulo Alcantara) [RHEL-76046]
- cifs: support mounting with alternate password to allow password rotation (Paulo Alcantara) [RHEL-76046]
- smb: During unmount, ensure all cached dir instances drop their dentry (Paulo Alcantara) [RHEL-76046] {CVE-2024-53176}
- smb: client: fix noisy message when mounting shares (Paulo Alcantara) [RHEL-76046]
- cifs: Fix parsing reparse point with native symlink in SMB1 non-UNICODE session (Paulo Alcantara) [RHEL-76046]
- cifs: Validate content of WSL reparse point buffers (Paulo Alcantara) [RHEL-76046]
- cifs: Improve guard for excluding $LXDEV xattr (Paulo Alcantara) [RHEL-76046]
- cifs: Add support for parsing WSL-style symlinks (Paulo Alcantara) [RHEL-76046]
- cifs: Validate content of native symlink (Paulo Alcantara) [RHEL-76046]
- cifs: Fix parsing native symlinks relative to the export (Paulo Alcantara) [RHEL-76046]
- Update misleading comment in cifs_chan_update_iface (Paulo Alcantara) [RHEL-76046]
- smb: client: change return value in open_cached_dir_by_dentry() if !cfids (Paulo Alcantara) [RHEL-76046]
- smb: client: disable directory caching when dir_cache_timeout is zero (Paulo Alcantara) [RHEL-76046]
- smb: client: remove unnecessary checks in open_cached_dir() (Paulo Alcantara) [RHEL-76046]
- smb: prevent use-after-free due to open_cached_dir error paths (Paulo Alcantara) [RHEL-76046] {CVE-2024-53177}
- smb: Don't leak cfid when reconnect races with open_cached_dir (Paulo Alcantara) [RHEL-76046] {CVE-2024-53178}
- smb: client: handle max length for SMB symlinks (Paulo Alcantara) [RHEL-76046]
- smb: client: get rid of bounds check in SMB2_ioctl_init() (Paulo Alcantara) [RHEL-76046]
- smb: client: improve compound padding in encryption (Paulo Alcantara) [RHEL-76046]
- smb3: request handle caching when caching directories (Paulo Alcantara) [RHEL-76046]
- cifs: Recognize SFU char/block devices created by Windows NFS server on Windows Server <<2012 (Paulo Alcantara) [RHEL-76046]
- CIFS: New mount option for cifs.upcall namespace resolution (Paulo Alcantara) [RHEL-76046]
- smb/client: Prevent error pointer dereference (Paulo Alcantara) [RHEL-76046]
- fs/smb/client: implement chmod() for SMB3 POSIX Extensions (Paulo Alcantara) [RHEL-76046]
- smb: cached directories can be more than root file handle (Paulo Alcantara) [RHEL-76046]
- smb: client: Use str_yes_no() helper function (Paulo Alcantara) [RHEL-76046]
- smb: client: memcpy() with surrounding object base address (Paulo Alcantara) [RHEL-76046]
- cifs: Remove pre-historic unused CIFSSMBCopy (Paulo Alcantara) [RHEL-76046]
- cifs: Remove unused functions (Paulo Alcantara) [RHEL-76046]
- smb/client: Fix logically dead code (Paulo Alcantara) [RHEL-76046]
- cifs: Fix creating native symlinks pointing to current or parent directory (Paulo Alcantara) [RHEL-76046]
- cifs: Improve creating native symlinks pointing to directory (Paulo Alcantara) [RHEL-76046]
- cifs: Do not convert delimiter when parsing NFS-style symlinks (Paulo Alcantara) [RHEL-76046]
- cifs: Validate content of NFS reparse point buffer (Paulo Alcantara) [RHEL-76046]
- cifs: Fix buffer overflow when parsing NFS reparse points (Paulo Alcantara) [RHEL-76046] {CVE-2024-49996}
- smb: client: Correct typos in multiple comments across various files (Paulo Alcantara) [RHEL-76046]
- smb: client: use actual path when queryfs (Paulo Alcantara) [RHEL-76046]
- cifs: Remove intermediate object of failed create reparse call (Paulo Alcantara) [RHEL-76046]
- Revert "smb: client: make SHA-512 TFM ephemeral" (Paulo Alcantara) [RHEL-76046]
- smb: Update comments about some reparse point tags (Paulo Alcantara) [RHEL-76046]
- cifs: Check for UTF-16 null codepoint in SFU symlink target location (Paulo Alcantara) [RHEL-76046]
- smb: client: make SHA-512 TFM ephemeral (Paulo Alcantara) [RHEL-76046]
- smb: client: make HMAC-MD5 TFM ephemeral (Paulo Alcantara) [RHEL-76046]
- smb: client: allocate crypto only for primary server (Paulo Alcantara) [RHEL-76046]
- ksmbd: Correct typos in multiple comments across various files (Paulo Alcantara) [RHEL-76046]
- smb3: fix incorrect mode displayed for read-only files (Paulo Alcantara) [RHEL-76046]
- smb: client: fix parsing of device numbers (Paulo Alcantara) [RHEL-76046]
- smb: client: set correct device number on nfs reparse points (Paulo Alcantara) [RHEL-76046]
- smb: client: fix compression heuristic functions (Paulo Alcantara) [RHEL-76046]
- cifs: Update SFU comments about fifos and sockets (Paulo Alcantara) [RHEL-76046]
- cifs: Add support for creating SFU symlinks (Paulo Alcantara) [RHEL-76046]
- cifs: Recognize SFU socket type (Paulo Alcantara) [RHEL-76046]
- cifs: Show debug message when SFU Fifo type was detected (Paulo Alcantara) [RHEL-76046]
- cifs: Put explicit zero byte into SFU block/char types (Paulo Alcantara) [RHEL-76046]
- cifs: Add support for reading SFU symlink location (Paulo Alcantara) [RHEL-76046]
- cifs: Fix recognizing SFU symlinks (Paulo Alcantara) [RHEL-76046]
- smb: client: compress: fix an "illegal accesses" issue (Paulo Alcantara) [RHEL-76046]
- smb: client: compress: fix a potential issue of freeing an invalid pointer (Paulo Alcantara) [RHEL-76046]
- smb: client: compress: LZ77 code improvements cleanup (Paulo Alcantara) [RHEL-76046]
- smb: client: insert compression check/call on write requests (Paulo Alcantara) [RHEL-76046]
- smb3: mark compression as CONFIG_EXPERIMENTAL and fix missing compression operation (Paulo Alcantara) [RHEL-76046]
- cifs: Remove obsoleted declaration for cifs_dir_open (Paulo Alcantara) [RHEL-76046]
- smb: client: Use min() macro (Paulo Alcantara) [RHEL-76046]
- smb: add comment to STATUS_MCA_OCCURED (Paulo Alcantara) [RHEL-76046]
- smb: move SMB2 Status code to common header file (Paulo Alcantara) [RHEL-76046]
- smb: move some duplicate definitions to common/smbacl.h (Paulo Alcantara) [RHEL-76046]
- smb/client: rename cifs_ace to smb_ace (Paulo Alcantara) [RHEL-76046]
- smb/client: rename cifs_acl to smb_acl (Paulo Alcantara) [RHEL-76046]
- smb/client: rename cifs_sid to smb_sid (Paulo Alcantara) [RHEL-76046]
- smb/client: rename cifs_ntsd to smb_ntsd (Paulo Alcantara) [RHEL-76046]
- cifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part of target region (Paulo Alcantara) [RHEL-76046]
- cifs: Fix FALLOC_FL_PUNCH_HOLE support (Paulo Alcantara) [RHEL-76046]
- cifs: Fix missing set of remote_i_size (Paulo Alcantara) [RHEL-76046]
- cifs: Share server EOF pos with netfslib (Paulo Alcantara) [RHEL-76046]
- ALSA: change configuration CONFIG_SND_HDA_SCODEC_TAS2781_SPI (Jaroslav Kysela) [RHEL-76110]
- ALSA: hda/realtek: fixup ASUS H7606W (Jaroslav Kysela) [RHEL-76110]
- ALSA: hda/realtek: fixup ASUS GA605W (Jaroslav Kysela) [RHEL-76110]
- ALSA: hda/realtek: Add support for Ayaneo System using CS35L41 HDA (Jaroslav Kysela) [RHEL-76110]
- ASoC: rt722: add delay time to wait for the calibration procedure (Jaroslav Kysela) [RHEL-76110]
- ALSA: seq: oss: Send fragmented SysEx messages immediately (Jaroslav Kysela) [RHEL-76110]
- ALSA: seq: oss: Fix races at processing SysEx messages (Jaroslav Kysela) [RHEL-76110] {CVE-2024-57893}
- ALSA: seq: Check UMP support for midi_version change (Jaroslav Kysela) [RHEL-76110]
- sound: usb: format: don't warn that raw DSD is unsupported (Jaroslav Kysela) [RHEL-76110]
- ASoC: audio-graph-card: Call of_node_put() on correct node (Jaroslav Kysela) [RHEL-76110]
- sound: usb: enable DSD output for ddHiFi TC44C (Jaroslav Kysela) [RHEL-76110]
- ALSA: hda/realtek: Add new alc2xx-fixup-headset-mic model (Jaroslav Kysela) [RHEL-76110]
- ALSA: hda/ca0132: Use standard HD-audio quirk matching helpers (Jaroslav Kysela) [RHEL-76110]
- ALSA: hda/realtek - Add support for ASUS Zen AIO 27 Z272SD_A272SD audio (Jaroslav Kysela) [RHEL-76110]
- ALSA: usb-audio: US16x08: Initialize array before use (Jaroslav Kysela) [RHEL-76110]
- ASoC: Intel: sof_sdw: Fix DMI match for Lenovo 83JX, 83MC and 83NM (Jaroslav Kysela) [RHEL-76110]
- ASoC: Intel: sof_sdw: Fix DMI match for Lenovo 83LC (Jaroslav Kysela) [RHEL-76110]
- ALSA: hda: tas2781-spi: Delete some dead code (Jaroslav Kysela) [RHEL-76110]
- ALSA: hda: tas2781-spi: Fix bogus error handling in tas2781_hda_spi_probe() (Jaroslav Kysela) [RHEL-76110]
- ALSA: hda: tas2781-spi: Fix error code in tas2781_read_acpi() (Jaroslav Kysela) [RHEL-76110]
- ALSA: hda: tas2781-spi: Fix -Wsometimes-uninitialized in tasdevice_spi_switch_book() (Jaroslav Kysela) [RHEL-76110]
- ALSA: hda: tas2781-spi: select CRC32 instead of CRC32_SARWATE (Jaroslav Kysela) [RHEL-76110]
- ALSA: hda/tas2781: Add tas2781 hda SPI driver (Jaroslav Kysela) [RHEL-76110]
- wifi: nl80211: fix NL80211_ATTR_MLO_LINK_ID off-by-one (CKI Backport Bot) [RHEL-75898] {CVE-2024-56663}
- perf/x86/intel: Add Arrow Lake U support (Michael Petlan) [RHEL-33309]
- wifi: cfg80211: clear link ID from bitmap during link delete after clean up (Jose Ignacio Tornos Martinez) [RHEL-73817 RHEL-74089] {CVE-2024-57898}
- net: ieee802154: do not leave a dangling sk pointer in ieee802154_create() (Jose Ignacio Tornos Martinez) [RHEL-72282 RHEL-73817] {CVE-2024-56602}
- wifi: rtw89: coex: initialize local .dbcc_2g_phy in _set_btg_ctrl() (Jose Ignacio Tornos Martinez) [RHEL-73817]
- wifi: rtw89: check return value of ieee80211_probereq_get() for RNR (Jose Ignacio Tornos Martinez) [RHEL-73669 RHEL-73817] {CVE-2024-48873}
- wifi: rtlwifi: Drastically reduce the attempts to read efuse in case of failures (Jose Ignacio Tornos Martinez) [RHEL-72421 RHEL-73817] {CVE-2024-53190}
- wifi: ath9k: add range check for conn_rsp_epid in htc_connect_service() (Jose Ignacio Tornos Martinez) [RHEL-72111 RHEL-73817] {CVE-2024-53156}
- wifi: iwlwifi: fix CRF name for Bz (Jose Ignacio Tornos Martinez) [RHEL-73817]
- wifi: cfg80211: sme: init n_channels before channels[] access (Jose Ignacio Tornos Martinez) [RHEL-73817]
- wifi: mac80211: init cnt before accessing elem in ieee80211_copy_mbssid_beacon (Jose Ignacio Tornos Martinez) [RHEL-73817]
- wifi: mac80211: wake the queues in case of failure in resume (Jose Ignacio Tornos Martinez) [RHEL-73817]
- wifi: mac80211: fix a queue stall in certain cases of CSA (Jose Ignacio Tornos Martinez) [RHEL-73817]
- wifi: mac80211: fix station NSS capability initialization order (Jose Ignacio Tornos Martinez) [RHEL-73817]
- wifi: cfg80211: tests: Fix potential NULL dereference in test_cfg80211_parse_colocated_ap() (Jose Ignacio Tornos Martinez) [RHEL-73817]
- wifi: rtlwifi: rtl8821ae: phy: restore removed code to fix infinite loop (Jose Ignacio Tornos Martinez) [RHEL-73817]
- wifi: cfg80211: Remove the Medium Synchronization Delay validity check (Jose Ignacio Tornos Martinez) [RHEL-73817]
- wifi: rtw89: coex: check NULL return of kmalloc in btc_fw_set_monreg() (Jose Ignacio Tornos Martinez) [RHEL-72322 RHEL-73817] {CVE-2024-56535}
- wifi: nl80211: fix bounds checker error in nl80211_parse_sched_scan (Jose Ignacio Tornos Martinez) [RHEL-73817]
- wifi: iwlwifi: mvm: tell iwlmei when we finished suspending (Jose Ignacio Tornos Martinez) [RHEL-73817]
- wifi: iwlwifi: allow fast resume on ax200 (Jose Ignacio Tornos Martinez) [RHEL-73817]
- wifi: rtw89: Fix TX fail with A2DP after scanning (Jose Ignacio Tornos Martinez) [RHEL-73817]
- wifi: ath12k: remove msdu_end structure for WCN7850 (Jose Ignacio Tornos Martinez) [RHEL-73817]
- bus: mhi: host: Switch trace_mhi_gen_tre fields to native endian (Jose Ignacio Tornos Martinez) [RHEL-73817]
- wifi: ath12k: fix one more memcpy size error (Jose Ignacio Tornos Martinez) [RHEL-73817]
- wifi: ath12k: fix use-after-free in ath12k_dp_cc_cleanup() (Jose Ignacio Tornos Martinez) [RHEL-73817]
- wifi: rtl8xxxu: Perform update_beacon_work when beaconing is enabled (Jose Ignacio Tornos Martinez) [RHEL-73817]
- wifi: ath11k: Fix CE offset address calculation for WCN6750 in SSR (Jose Ignacio Tornos Martinez) [RHEL-73817]
- wifi: cfg80211: check radio iface combination for multi radio per wiphy (Jose Ignacio Tornos Martinez) [RHEL-73817]
- wifi: ath12k: Skip Rx TID cleanup for self peer (Jose Ignacio Tornos Martinez) [RHEL-73817]
- wifi: iwlwifi: mvm: Fix __counted_by usage in cfg80211_wowlan_nd_* (Jose Ignacio Tornos Martinez) [RHEL-73817]
- perf test: Remove cpu-list BPF cgroup counter test (Michael Petlan) [RHEL-33006]
- loop: fix queue freeze vs limits lock order (Ming Lei) [RHEL-71345]
- loop: refactor queue limits updates (Ming Lei) [RHEL-71345]
- usb-storage: fix queue freeze vs limits lock order (Ming Lei) [RHEL-71345]
- nbd: fix queue freeze vs limits lock order (Ming Lei) [RHEL-71345]
- nvme: fix queue freeze vs limits lock order (Ming Lei) [RHEL-71345]
- block: fix queue freeze vs limits lock order in sysfs store methods (Ming Lei) [RHEL-71345]
- block: add a store_limit operations for sysfs entries (Ming Lei) [RHEL-71345]
- block: don't update BLK_FEAT_POLL in __blk_mq_update_nr_hw_queues (Ming Lei) [RHEL-71345]
- block: check BLK_FEAT_POLL under q_usage_count (Ming Lei) [RHEL-71345]
- block: add a queue_limits_commit_update_frozen helper (Ming Lei) [RHEL-71345]
- block: fix docs for freezing of queue limits updates (Ming Lei) [RHEL-71345]
- block: return void from the queue_sysfs_entry load_module method (Ming Lei) [RHEL-71345]
- loop: Fix ABBA locking race (Ming Lei) [RHEL-71345]
- loop: Simplify discard granularity calc (Ming Lei) [RHEL-71345]
- loop: Use bdev limit helpers for configuring discard (Ming Lei) [RHEL-71345]
- nvme-rdma: unquiesce admin_q before destroy it (CKI Backport Bot) [RHEL-73644] {CVE-2024-49569}
- tls: Fix tls_sw_sendmsg error handling (Benjamin Coddington) [RHEL-60028]
- SUNRPC: Fix a hang in TLS sock_close if sk_write_pending (Benjamin Coddington) [RHEL-60028]
Resolves: RHEL-33006, RHEL-33309, RHEL-60028, RHEL-71345, RHEL-72111, RHEL-72282, RHEL-72322, RHEL-72421, RHEL-73644, RHEL-73669, RHEL-73817, RHEL-74089, RHEL-75898, RHEL-76046, RHEL-76110

Signed-off-by: Patrick Talbert <ptalbert@redhat.com>
2025-02-10 07:23:09 -05: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-549.el9 2025-01-09 17:03:20 +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-553.el9 2025-01-15 16:04:00 +00: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-367.el9 2023-09-18 13:04:46 -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-566.el9 2025-02-10 07:23:09 -05:00
kernel-aarch64-64k-rhel.config kernel-5.14.0-566.el9 2025-02-10 07:23:09 -05:00
kernel-aarch64-debug-rhel.config kernel-5.14.0-566.el9 2025-02-10 07:23:09 -05:00
kernel-aarch64-rhel.config kernel-5.14.0-566.el9 2025-02-10 07:23:09 -05:00
kernel-aarch64-rt-64k-debug-rhel.config kernel-5.14.0-566.el9 2025-02-10 07:23:09 -05:00
kernel-aarch64-rt-64k-rhel.config kernel-5.14.0-566.el9 2025-02-10 07:23:09 -05:00
kernel-aarch64-rt-debug-rhel.config kernel-5.14.0-566.el9 2025-02-10 07:23:09 -05:00
kernel-aarch64-rt-rhel.config kernel-5.14.0-566.el9 2025-02-10 07:23:09 -05: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-566.el9 2025-02-10 07:23:09 -05:00
kernel-ppc64le-rhel.config kernel-5.14.0-566.el9 2025-02-10 07:23:09 -05:00
kernel-s390x-debug-rhel.config kernel-5.14.0-566.el9 2025-02-10 07:23:09 -05:00
kernel-s390x-rhel.config kernel-5.14.0-566.el9 2025-02-10 07:23:09 -05:00
kernel-s390x-zfcpdump-rhel.config kernel-5.14.0-566.el9 2025-02-10 07:23:09 -05:00
kernel-x86_64-debug-rhel.config kernel-5.14.0-566.el9 2025-02-10 07:23:09 -05:00
kernel-x86_64-rhel.config kernel-5.14.0-566.el9 2025-02-10 07:23:09 -05:00
kernel-x86_64-rt-debug-rhel.config kernel-5.14.0-566.el9 2025-02-10 07:23:09 -05:00
kernel-x86_64-rt-rhel.config kernel-5.14.0-566.el9 2025-02-10 07:23:09 -05:00
kernel.changelog kernel-5.14.0-566.el9 2025-02-10 07:23:09 -05:00
kernel.spec kernel-5.14.0-566.el9 2025-02-10 07:23:09 -05: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-566.el9 2025-02-10 07:23:09 -05: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.14.0-559.el9 2025-01-31 11:23:37 -05:00
mod-internal.list kernel-5.14.0-559.el9 2025-01-31 11:23:37 -05: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.14.0-365.el9 2023-09-12 08:27:19 -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
nvidiagpuoot001.x509 kernel-5.14.0-423.el9 2024-02-16 10:50:49 -05: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-442.el9 2024-04-22 10:46:16 -03: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-365.el9 2023-09-12 08:27:19 -04: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
rhelima_centos.x509 kernel-5.14.0-359.el9 2023-08-22 09:59:15 +02:00
rhelima.x509 kernel-5.14.0-359.el9 2023-08-22 09:59:15 +02:00
rhelimaca1.x509 kernel-5.14.0-359.el9 2023-08-22 09:59:15 +02: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-519.el9 2024-10-17 12:13:20 +00:00
sources kernel-5.14.0-566.el9 2025-02-10 07:23:09 -05:00
uki_addons.json kernel-5.14.0-559.el9 2025-01-31 11:23:37 -05:00
uki_create_addons.py kernel-5.14.0-535.el9 2024-11-27 14:54:41 +00:00
update_scripts.sh kernel-5.14.0-365.el9 2023-09-12 08:27:19 -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