The Linux Realtime kernel
Go to file
Denys Vlasenko c201bf5695 kernel-rt-4.18.0-532.rt7.321.el8
* Thu Dec 21 2023 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-532.rt7.321.el8]
- [rt] build kernel-rt-4.18.0-532.rt7.321.el8 [RHEL-5332]
- devres: handle zero size in devm_kmalloc() (Mark Langsdorf) [RHEL-1025 RHEL-14039]
- cpufreq: ACPI: Prevent a warning when another frequency driver is loaded (Mark Langsdorf) [RHEL-1025]
- cpufreq: drivers with target_index() must set freq_table (Mark Langsdorf) [RHEL-1025]
- cpufreq: warn about invalid vals to scaling_max/min_freq interfaces (Mark Langsdorf) [RHEL-1025]
- ACPI: cpufreq: Use platform devices to load ACPI PPC and PCC drivers (Mark Langsdorf) [RHEL-1025]
- cpufreq: move to use bus_get_dev_root() (Mark Langsdorf) [RHEL-1025]
- kbuild, cpufreq: remove MODULE_LICENSE in non-modules (Mark Langsdorf) [RHEL-1025]
- cpufreq: Add __init annotation to module init funcs (Mark Langsdorf) [RHEL-1025]
- cpufreq: intel_pstate: Add Tigerlake support in no-HWP mode (Mark Langsdorf) [RHEL-1025]
- netfilter: nfnetlink_osf: avoid OOB read (Phil Sutter) [RHEL-12299] {CVE-2023-39189}
- crypto: qat - add NULL pointer check (Vladis Dronov) [RHEL-19124]
- crypto: qat - fix mutex ordering in adf_rl (Vladis Dronov) [RHEL-19124]
- crypto: qat - fix error path in add_update_sla() (Vladis Dronov) [RHEL-19124]
- crypto: qat - add sysfs_added flag for rate limiting (Vladis Dronov) [RHEL-19124]
- crypto: qat - add sysfs_added flag for ras (Vladis Dronov) [RHEL-19124]
- x86/speculation: Provide a debugfs file to dump SPEC_CTRL MSRs (Waiman Long) [RHEL-16845]
- x86/idle: Disable IBRS entering mwait idle and enable it on wakeup (Waiman Long) [RHEL-16845]
- intel_idle: Add ibrs_off module parameter to force-disable IBRS (Waiman Long) [RHEL-16845]
- intel_idle: Use __update_spec_ctrl() in intel_idle_ibrs() (Waiman Long) [RHEL-16845]
- x86/idle: Disable IBRS when CPU is offline to improve single-threaded performance (Waiman Long) [RHEL-16845]
- x86/speculation: Add __update_spec_ctrl() helper (Waiman Long) [RHEL-16845]
- cpuidle, intel_idle: Fix CPUIDLE_FLAG_IBRS (Waiman Long) [RHEL-16845]
- igb: Fix potential memory leak in igb_add_ethtool_nfc_entry (Corinna Vinschen) [RHEL-15681]
- igb: Fix an end of loop test (Corinna Vinschen) [RHEL-15681]
- igb: replace deprecated strncpy with strscpy (Corinna Vinschen) [RHEL-15681]
- intel: fix format warnings (Corinna Vinschen) [RHEL-15681]
- intel: fix string truncation warnings (Corinna Vinschen) [RHEL-15681]
- ethernet/intel: Use list_for_each_entry() helper (Corinna Vinschen) [RHEL-15681]
- igb: clean up in all error paths when enabling SR-IOV (Corinna Vinschen) [RHEL-15681]
- igb: Change IGB_MIN to allow set rx/tx value between 64 and 80 (Corinna Vinschen) [RHEL-15681]
- igb: disable virtualization features on 82580 (Corinna Vinschen) [RHEL-15681]
- igb: Avoid starting unnecessary workqueues (Corinna Vinschen) [RHEL-15681]
- igb: Fix igb_down hung on surprise removal (Corinna Vinschen) [RHEL-15681]
- igb: Enable SR-IOV after reinit (Corinna Vinschen) [RHEL-15681]
- bpf: Mark PTR_TO_FUNC register initially with zero offset (Viktor Malik) [RHEL-8477 RHEL-8926] {CVE-2021-4204}
- bpf: Fix out of bounds access for ringbuf helpers (Viktor Malik) [RHEL-8477 RHEL-8926] {CVE-2021-4204}
- bpf: Generally fix helper register offset check (Viktor Malik) [RHEL-8477 RHEL-8926] {CVE-2021-4204}
- bpf: Generalize check_ctx_reg for reuse with other types (Viktor Malik) [RHEL-8477 RHEL-8926] {CVE-2021-4204}
- bpf: Check PTR_TO_MEM | MEM_RDONLY in check_helper_mem_access (Viktor Malik) [RHEL-8473 RHEL-9037] {CVE-2022-0500}
- bpf: Fix crash due to out of bounds access into reg2btf_ids. (Viktor Malik) [RHEL-8473 RHEL-9037] {CVE-2022-0500}
- bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem. (Viktor Malik) [RHEL-8473 RHEL-9037] {CVE-2022-0500}
- bpf: Make per_cpu_ptr return rdonly PTR_TO_MEM. (Viktor Malik) [RHEL-8473 RHEL-9037] {CVE-2022-0500}
- bpf: Convert PTR_TO_MEM_OR_NULL to composable types. (Viktor Malik) [RHEL-8473 RHEL-9037] {CVE-2022-0500}
- bpf: Introduce MEM_RDONLY flag (Viktor Malik) [RHEL-8473 RHEL-9037] {CVE-2022-0500}
- bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULL (Viktor Malik) [RHEL-8473 RHEL-8476 RHEL-8925 RHEL-9037] {CVE-2022-0500 CVE-2022-23222}
- bpf: Replace RET_XXX_OR_NULL with RET_XXX | PTR_MAYBE_NULL (Viktor Malik) [RHEL-8473 RHEL-9037] {CVE-2022-0500}
- bpf: Replace ARG_XXX_OR_NULL with ARG_XXX | PTR_MAYBE_NULL (Viktor Malik) [RHEL-8473 RHEL-9037] {CVE-2022-0500}
- bpf: Introduce composable reg, ret and arg types. (Viktor Malik) [RHEL-8473 RHEL-9037] {CVE-2022-0500}
- ipmi: Explicitly include correct DT includes (Tony Camuso) [RHEL-14570]
- ipmi_si: fix -Wvoid-pointer-to-enum-cast warning (Tony Camuso) [RHEL-14570]
- ipmi: fix potential deadlock on &kcs_bmc->lock (Tony Camuso) [RHEL-14570]
- ipmi_si: fix a memleak in try_smi_init() (Tony Camuso) [RHEL-14570]
- ipmi: Change request_module to request_module_nowait (Tony Camuso) [RHEL-14570]
- ipmi:ssif: Fix a memory leak when scanning for an adapter (Tony Camuso) [RHEL-14570]
- ipmi:ssif: Add check for kstrdup (Tony Camuso) [RHEL-14570]
- ipmi_watchdog: Fix read syscall not responding to signals during sleep (Tony Camuso) [RHEL-14570]
- ipmi:ssif: Drop if blocks with always false condition (Tony Camuso) [RHEL-14570]
- ipmi: fix SSIF not responding under certain cond. (Tony Camuso) [RHEL-14570]
- ipmi:ssif: Add send_retries increment (Tony Camuso) [RHEL-14570]
- char:ipmi:Fix spelling mistake "asychronously" -> "asynchronously" (Tony Camuso) [RHEL-14570]
- ipmi: simplify sysctl registration (Tony Camuso) [RHEL-14570]
- ipmi: ASPEED_BT_IPMI_BMC: select REGMAP_MMIO instead of depending on it (Tony Camuso) [RHEL-14570]
- bnxt_en: fix free-runnig PHC mode (Ken Cox) [RHEL-10233 RHEL-11006 RHEL-4238]
- eth: bnxt: handle invalid Tx completions more gracefully (Ken Cox) [RHEL-10233 RHEL-11006 RHEL-4238]
- eth: bnxt: take the bit to set as argument of bnxt_queue_sp_work() (Ken Cox) [RHEL-10233 RHEL-11006 RHEL-4238]
- eth: bnxt: move and rename reset helpers (Ken Cox) [RHEL-10233 RHEL-11006 RHEL-4238]
- bnxt: don't handle XDP in netpoll (Ken Cox) [RHEL-10233 RHEL-11006 RHEL-4238]
- bnxt_en: Implement .set_port / .unset_port UDP tunnel callbacks (Ken Cox) [RHEL-10233 RHEL-11006 RHEL-4238]
- bnxt_en: Prevent kernel panic when receiving unexpected PHC_UPDATE event (Ken Cox) [RHEL-10233 RHEL-11006 RHEL-4238]
- bnxt_en: Skip firmware fatal error recovery if chip is not accessible (Ken Cox) [RHEL-10233 RHEL-11006 RHEL-4238]
- bnxt_en: Query default VLAN before VNIC setup on a VF (Ken Cox) [RHEL-10233 RHEL-11006 RHEL-4238]
- bnxt_en: Don't issue AP reset during ethtool's reset operation (Ken Cox) [RHEL-10233 RHEL-11006 RHEL-4238]
- bnxt_en: Fix bnxt_hwrm_update_rss_hash_cfg() (Ken Cox) [RHEL-10233 RHEL-11006 RHEL-4238]
- bnxt_en: Do not initialize PTP on older P3/P4 chips (Ken Cox) [RHEL-10233 RHEL-11006 RHEL-4238]
- bnxt_en: Add missing 200G link speed reporting (Ken Cox) [RHEL-10233 RHEL-11006 RHEL-4238]
- bnxt_en: Fix typo in PCI id to device description string mapping (Ken Cox) [RHEL-10233 RHEL-11006 RHEL-4238]
- bnxt_en: Fix reporting of test result in ethtool selftest (Ken Cox) [RHEL-10233 RHEL-11006 RHEL-4238]
- bnxt: Enforce PTP software freq adjustments only when in non-RTC mode (Ken Cox) [RHEL-10233 RHEL-11006 RHEL-4238]
- bnxt: Defer PTP initialization to after querying function caps (Ken Cox) [RHEL-10233 RHEL-11006 RHEL-4238]
- bnxt: Change fw_cap to u64 to accommodate more capability bits (Ken Cox) [RHEL-10233 RHEL-11006 RHEL-4238]
- bnxt: avoid overflow in bnxt_get_nvram_directory() (Ken Cox) [RHEL-10233 RHEL-11006 RHEL-4238]
- bnxt_en: reset PHC frequency in free-running mode (Ken Cox) [RHEL-10233 RHEL-11006 RHEL-4238]
- bnxt_en: Avoid order-5 memory allocation for TPA data (Ken Cox) [RHEL-10233 RHEL-11006 RHEL-4238]
- ptp: bnxt: convert .adjfreq to .adjfine (Ken Cox) [RHEL-10233 RHEL-11006 RHEL-4238]
- bnxt_en: Add a non-real time mode to access NIC clock (Ken Cox) [RHEL-10233 RHEL-11006 RHEL-4238]
- igc: Fix ambiguity in the ethtool advertising (Corinna Vinschen) [RHEL-15680]
- igc: replace deprecated strncpy with strscpy (Corinna Vinschen) [RHEL-15680]
- intel: fix format warnings (Corinna Vinschen) [RHEL-15680]
- igc: Expose tx-usecs coalesce setting to user (Corinna Vinschen) [RHEL-15680]
- igc: Fix infinite initialization loop with early XDP redirect (Corinna Vinschen) [RHEL-15680]
- igc: Change IGC_MIN to allow set rx/tx value between 64 and 80 (Corinna Vinschen) [RHEL-15680]
- igc: Decrease PTM short interval from 10 us to 1 us (Corinna Vinschen) [RHEL-15680]
- igc: Add support for multiple in-flight TX timestamps (Corinna Vinschen) [RHEL-15680]
- igc: Fix the typo in the PTM Control macro (Corinna Vinschen) [RHEL-15680]
- igc: Add lock to safeguard global Qbv variables (Corinna Vinschen) [RHEL-15680]
- eth: add missing xdp.h includes in drivers (Corinna Vinschen) [RHEL-15680]
- igc: Fix Kernel Panic during ndo_tx_timeout callback (Corinna Vinschen) [RHEL-15680]
- igc: Prevent garbled TX queue with XDP ZEROCOPY (Corinna Vinschen) [RHEL-15680]
- igc: Fix inserting of empty frame for launchtime (Corinna Vinschen) [RHEL-15680]
- igc: Fix launchtime before start of cycle (Corinna Vinschen) [RHEL-15680]
- igc: No strict mode in pure launchtime/CBS offload (Corinna Vinschen) [RHEL-15680]
- igc: Handle already enabled taprio offload for basetime 0 (Corinna Vinschen) [RHEL-15680]
- igc: Do not enable taprio offload for invalid arguments (Corinna Vinschen) [RHEL-15680]
- igc: Rename qbv_enable to taprio_offload_enable (Corinna Vinschen) [RHEL-15680]
- igc: Handle PPS start time programming for past time values (Corinna Vinschen) [RHEL-15680]
- igc: Include the length/type field and VLAN tag in queueMaxSDU (Corinna Vinschen) [RHEL-15680]
- igc: set TP bit in 'supported' and 'advertising' fields of ethtool_link_ksettings (Corinna Vinschen) [RHEL-15680]
- igc: Fix TX Hang issue when QBV Gate is closed (Corinna Vinschen) [RHEL-15680]
- igc: Remove delay during TX ring configuration (Corinna Vinschen) [RHEL-15680]
- igc: Add condition for qbv_config_change_errors counter (Corinna Vinschen) [RHEL-15680]
- igc: Work around HW bug causing missing timestamps (Corinna Vinschen) [RHEL-15680]
- igc: Retrieve TX timestamp during interrupt handling (Corinna Vinschen) [RHEL-15680]
- igc: Check if hardware TX timestamping is enabled earlier (Corinna Vinschen) [RHEL-15680]
- igc: Fix race condition in PTP tx code (Corinna Vinschen) [RHEL-15680]
- igc: Remove unnecessary aer.h include (Corinna Vinschen) [RHEL-15680]
- igc: Clean up and optimize watchdog task (Corinna Vinschen) [RHEL-15680]
- igc: offload queue max SDU from tc-taprio (Corinna Vinschen) [RHEL-15680]
- igc: Add qbv_config_change_errors counter (Corinna Vinschen) [RHEL-15680]
Resolves: RHEL-5332, RHEL-9037, RHEL-8925, RHEL-8926, RHEL-12300

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
2023-12-21 14:49:05 +01:00
.gitignore kernel-rt-478.rt7.267.el8 2023-03-30 12:53:02 -03:00
centossecureboot201.cer kernel-rt-479.rt7.268.el8 2023-03-30 17:09:50 -03:00
centossecurebootca2.cer kernel-rt-479.rt7.268.el8 2023-03-30 17:09:50 -03:00
cpupower.config Auto sync2gitlab import of kernel-rt-4.18.0-357.rt7.142.el8.src.rpm 2022-05-26 10:03:56 -04:00
cpupower.service Auto sync2gitlab import of kernel-rt-4.18.0-357.rt7.142.el8.src.rpm 2022-05-26 10:03:56 -04:00
filter-aarch64.sh Auto sync2gitlab import of kernel-rt-4.18.0-357.rt7.142.el8.src.rpm 2022-05-26 10:03:56 -04:00
filter-modules.sh Auto sync2gitlab import of kernel-rt-4.18.0-357.rt7.142.el8.src.rpm 2022-05-26 10:03:56 -04:00
filter-ppc64le.sh Auto sync2gitlab import of kernel-rt-4.18.0-357.rt7.142.el8.src.rpm 2022-05-26 10:03:56 -04:00
filter-s390x.sh Auto sync2gitlab import of kernel-rt-4.18.0-357.rt7.142.el8.src.rpm 2022-05-26 10:03:56 -04:00
filter-x86_64.sh Auto sync2gitlab import of kernel-rt-4.18.0-357.rt7.142.el8.src.rpm 2022-05-26 10:03:56 -04:00
gating.yaml kernel-rt-4.18.0-515.rt7.304.el8 2023-09-25 00:24:10 +02:00
generate_all_configs.sh Auto sync2gitlab import of kernel-rt-4.18.0-357.rt7.142.el8.src.rpm 2022-05-26 10:03:56 -04:00
generate_bls_conf.sh Auto sync2gitlab import of kernel-rt-4.18.0-357.rt7.142.el8.src.rpm 2022-05-26 10:03:56 -04:00
kernel-rt-aarch64-debug.config kernel-rt-4.18.0-529.rt7.318.el8 2023-12-06 12:35:31 +01:00
kernel-rt-aarch64.config kernel-rt-4.18.0-529.rt7.318.el8 2023-12-06 12:35:31 +01:00
kernel-rt-ppc64le-debug.config kernel-rt-4.18.0-529.rt7.318.el8 2023-12-06 12:35:31 +01:00
kernel-rt-ppc64le.config kernel-rt-4.18.0-529.rt7.318.el8 2023-12-06 12:35:31 +01:00
kernel-rt-s390x-debug.config kernel-rt-4.18.0-529.rt7.318.el8 2023-12-06 12:35:31 +01:00
kernel-rt-s390x-zfcpdump.config kernel-rt-4.18.0-529.rt7.318.el8 2023-12-06 12:35:31 +01:00
kernel-rt-s390x.config kernel-rt-4.18.0-529.rt7.318.el8 2023-12-06 12:35:31 +01:00
kernel-rt-x86_64-debug.config kernel-rt-4.18.0-529.rt7.318.el8 2023-12-06 12:35:31 +01:00
kernel-rt-x86_64.config kernel-rt-4.18.0-529.rt7.318.el8 2023-12-06 12:35:31 +01:00
kernel.spec kernel-rt-4.18.0-532.rt7.321.el8 2023-12-21 14:49:05 +01:00
kvm_stat.logrotate Auto sync2gitlab import of kernel-rt-4.18.0-357.rt7.142.el8.src.rpm 2022-05-26 10:03:56 -04:00
linux-kernel-test.patch Import rpm: c8s 2023-02-27 13:50:53 -05:00
mod-blacklist.sh Auto sync2gitlab import of kernel-rt-4.18.0-357.rt7.142.el8.src.rpm 2022-05-26 10:03:56 -04:00
mod-extra.list Auto sync2gitlab import of kernel-rt-4.18.0-357.rt7.142.el8.src.rpm 2022-05-26 10:03:56 -04:00
mod-internal.list kernel-rt-4.18.0-528.rt7.317.el8 2023-11-30 16:54:32 +01:00
mod-kvm.list Auto sync2gitlab import of kernel-rt-4.18.0-357.rt7.142.el8.src.rpm 2022-05-26 10:03:56 -04:00
mod-sign.sh Auto sync2gitlab import of kernel-rt-4.18.0-357.rt7.142.el8.src.rpm 2022-05-26 10:03:56 -04:00
parallel_xz.sh Auto sync2gitlab import of kernel-rt-4.18.0-357.rt7.142.el8.src.rpm 2022-05-26 10:03:56 -04:00
process_configs.sh Auto sync2gitlab import of kernel-rt-4.18.0-357.rt7.142.el8.src.rpm 2022-05-26 10:03:56 -04:00
redhatsecureboot302.cer kernel-rt-479.rt7.268.el8 2023-03-30 17:09:50 -03:00
redhatsecureboot303.cer kernel-rt-479.rt7.268.el8 2023-03-30 17:09:50 -03:00
redhatsecureboot501.cer Import rpm: c8s 2023-02-27 13:50:53 -05:00
redhatsecurebootca3.cer Import rpm: c8s 2023-02-27 13:50:53 -05:00
redhatsecurebootca7.cer kernel-rt-478.rt7.267.el8 2023-03-30 12:53:02 -03:00
rheldup3.x509 kernel-rt-478.rt7.267.el8 2023-03-30 12:53:02 -03:00
rhelkpatch1.x509 kernel-rt-478.rt7.267.el8 2023-03-30 12:53:02 -03:00
rpminspect.yaml kernel-rt-478.rt7.267.el8 2023-03-30 12:53:02 -03:00
sources kernel-rt-4.18.0-532.rt7.321.el8 2023-12-21 14:49:05 +01:00
x509.genkey Auto sync2gitlab import of kernel-rt-4.18.0-357.rt7.142.el8.src.rpm 2022-05-26 10:03:56 -04:00