summaryrefslogtreecommitdiffstats
path: root/Patchlist.changelog
Commit message (Collapse)AuthorAgeFilesLines
* kernel-5.18.11-100Justin M. Forbes2022-07-121-0/+183
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Tue Jul 12 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.18.11-0] - x86/static_call: Serialize __static_call_fixup() properly (Thomas Gleixner) - x86/speculation: Disable RRSBA behavior (Pawan Gupta) - x86/kexec: Disable RET on kexec (Konrad Rzeszutek Wilk) - x86/bugs: Do not enable IBPB-on-entry when IBPB is not supported (Thadeu Lima de Souza Cascardo) - x86/entry: Move PUSH_AND_CLEAR_REGS() back into error_entry (Peter Zijlstra) - x86/bugs: Add Cannon lake to RETBleed affected CPU list (Pawan Gupta) - x86/retbleed: Add fine grained Kconfig knobs (Peter Zijlstra) - x86/cpu/amd: Enumerate BTC_NO (Andrew Cooper) - x86/common: Stamp out the stepping madness (Peter Zijlstra) - KVM: VMX: Prevent RSB underflow before vmenter (Josh Poimboeuf) - x86/speculation: Fill RSB on vmexit for IBRS (Josh Poimboeuf) - KVM: VMX: Fix IBRS handling after vmexit (Josh Poimboeuf) - KVM: VMX: Prevent guest RSB poisoning attacks with eIBRS (Josh Poimboeuf) - KVM: VMX: Convert launched argument to flags (Josh Poimboeuf) - KVM: VMX: Flatten __vmx_vcpu_run() (Josh Poimboeuf) - objtool: Re-add UNWIND_HINT_{SAVE_RESTORE} (Josh Poimboeuf) - x86/speculation: Remove x86_spec_ctrl_mask (Josh Poimboeuf) - x86/speculation: Use cached host SPEC_CTRL value for guest entry/exit (Josh Poimboeuf) - x86/speculation: Fix SPEC_CTRL write on SMT state change (Josh Poimboeuf) - x86/speculation: Fix firmware entry SPEC_CTRL handling (Josh Poimboeuf) - x86/speculation: Fix RSB filling with CONFIG_RETPOLINE=n (Josh Poimboeuf) - x86/cpu/amd: Add Spectral Chicken (Peter Zijlstra) - objtool: Add entry UNRET validation (Thadeu Lima de Souza Cascardo) - x86/bugs: Do IBPB fallback check only once (Josh Poimboeuf) - x86/bugs: Add retbleed=ibpb (Peter Zijlstra) - x86/xen: Add UNTRAIN_RET (Peter Zijlstra) - x86/xen: Rename SYS* entry points (Peter Zijlstra) - objtool: Update Retpoline validation (Peter Zijlstra) - intel_idle: Disable IBRS during long idle (Peter Zijlstra) - x86/bugs: Report Intel retbleed vulnerability (Peter Zijlstra) - x86/bugs: Split spectre_v2_select_mitigation() and spectre_v2_user_select_mitigation() (Peter Zijlstra) - x86/speculation: Add spectre_v2=ibrs option to support Kernel IBRS (Pawan Gupta) - x86/bugs: Optimize SPEC_CTRL MSR writes (Peter Zijlstra) - x86/entry: Add kernel IBRS implementation (Thadeu Lima de Souza Cascardo) - x86/bugs: Keep a per-CPU IA32_SPEC_CTRL value (Peter Zijlstra) - x86/bugs: Enable STIBP for JMP2RET (Kim Phillips) - x86/bugs: Add AMD retbleed= boot parameter (Alexandre Chartre) - x86/bugs: Report AMD retbleed vulnerability (Alexandre Chartre) - x86: Add magic AMD return-thunk (Thadeu Lima de Souza Cascardo) - objtool: Treat .text.__x86.* as noinstr (Peter Zijlstra) - x86/entry: Avoid very early RET (Peter Zijlstra) - x86: Use return-thunk in asm code (Peter Zijlstra) - x86/sev: Avoid using __x86_return_thunk (Kim Phillips) - x86/vsyscall_emu/64: Don't use RET in vsyscall emulation (Peter Zijlstra) - x86/kvm: Fix SETcc emulation for return thunks (Peter Zijlstra) - x86/bpf: Use alternative RET encoding (Peter Zijlstra) - x86/ftrace: Use alternative RET encoding (Peter Zijlstra) - x86,static_call: Use alternative RET encoding (Peter Zijlstra) - objtool: skip non-text sections when adding return-thunk sites (Thadeu Lima de Souza Cascardo) - x86,objtool: Create .return_sites (Peter Zijlstra) - x86: Undo return-thunk damage (Peter Zijlstra) - x86/retpoline: Use -mfunction-return (Peter Zijlstra) - x86/retpoline: Swizzle retpoline thunk (Peter Zijlstra) - x86/retpoline: Cleanup some #ifdefery (Peter Zijlstra) - x86/cpufeatures: Move RETPOLINE flags to word 11 (Peter Zijlstra) - x86/kvm/vmx: Make noinstr clean (Peter Zijlstra) - x86/entry: Remove skip_r11rcx (Peter Zijlstra) - x86/entry: Don't call error_entry() for XENPV (Lai Jiangshan) - x86/entry: Move PUSH_AND_CLEAR_REGS out of error_entry() (Lai Jiangshan) - x86/entry: Switch the stack after error_entry() returns (Lai Jiangshan) - x86/traps: Use pt_regs directly in fixup_bad_iret() (Lai Jiangshan) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.18.10-100Justin M. Forbes2022-07-071-0/+9
| | | | | | | | | | * Thu Jul 07 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.18.10-0] - netfilter: nf_tables: stricter validation of element data (Pablo Neira Ayuso) - Revert "Revert "smb3: use netname when available on secondary channels"" (Justin M. Forbes) - Revert "Revert "smb3: fix empty netname context on secondary channels"" (Justin M. Forbes) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.18.9-100Justin M. Forbes2022-07-021-0/+6
| | | | | | | | | | * Sat Jul 02 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.18.9-0] - Revert "smb3: fix empty netname context on secondary channels" (Justin M. Forbes) - Revert "smb3: use netname when available on secondary channels" (Justin M. Forbes) - fedora: arm: enable a couple of QCom drivers (Peter Robinson) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.18.6-100Justin M. Forbes2022-06-221-0/+3
| | | | | | | | | | | * Wed Jun 22 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.18.6-0] - drm/i915: Temporarily disable selective fetch for PSR2 on ADL-P (Mark Pearson) [2065794] - Turn E1000 back on correctly (Justin M. Forbes) - Turn E1000 back on (Justin M. Forbes) - Changelog update for rebase (Justin M. Forbes) Resolves: rhbz#2065794 Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.18.4-100Justin M. Forbes2022-06-141-131/+68
| | | | | | | | | | | | | | * Tue Jun 14 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.18.4-0] - Linux v5.18.4 rebase - Enable CKI on os-build MRs only (Don Zickus) - drm/amd/display: Cap OLED brightness per max frame-average luminance (Roman Li) [2095858] - redhat/configs/fedora: Enable a set of modules used on some x86 tablets (Hans de Goede) - redhat/configs/fedora: enable missing modules modules for Intel IPU3 camera support (Hans de Goede) - redhat/configs: Make INTEL_SOC_PMIC_CHTDC_TI builtin (Hans de Goede) - redhat/configs: restore/fix core INTEL_LPSS configs to be builtin again (Hans de Goede) Resolves: rhbz#2095858 Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.17.12-0Justin M. Forbes2022-05-301-0/+6
| | | | | | | | | * Mon May 30 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.17.12-0] - Revert "crypto: rng - Override drivers/char/random in FIPS mode" (Justin M. Forbes) - Revert "random: Add hook to override device reads and getrandom(2)" (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.17.10-0Justin M. Forbes2022-05-251-0/+3
| | | | | | | | | * Wed May 25 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.17.10-0] - fedora: Re-enable efifb and vesafb drivers (Javier Martinez Canillas) - drivers/firmware: skip simpledrm if nvidia-drm.modeset=1 is set (Javier Martinez Canillas) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.17.7-0Justin M. Forbes2022-05-121-0/+9
| | | | | | | | | | | * Thu May 12 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.17.7-0] - Set CONFIG_EFI_DXE_MEM_ATTRIBUTES (Justin M. Forbes) - efi: x86: Set the NX-compatibility flag in the PE header (Peter Jones) - efi: libstub: ensure allocated memory to be executable (Baskov Evgeniy) - efi: libstub: declare DXE services table (Baskov Evgeniy) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.17.4-0Justin M. Forbes2022-04-201-143/+98
| | | | | | | | | * Wed Apr 20 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.17.4-0] - Add F34 and F35 as release targets (Justin M. Forbes) - Revert "net: bcmgenet: Use stronger register read/writes to assure ordering" (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.16.18-0Justin M. Forbes2022-03-281-0/+3
| | | | | | | | | | * Mon Mar 28 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.16.18-0] - Revert "swiotlb: rework "fix info leak with DMA_FROM_DEVICE"" (Linus Torvalds) - Fix RHDISTGIT for Fedora (Justin M. Forbes) - Fix up changelog (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.16.16-0Justin M. Forbes2022-03-191-0/+3
| | | | | | | | * Sat Mar 19 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.16.16-0] - drm/mgag200: Fix PLL setup for g200wb and g200ew (Jocelyn Falempe) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.16.15-1Justin M. Forbes2022-03-171-0/+3
| | | | | | | | * Thu Mar 17 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.16.15-1] - Back out the nfs workaround and just revert the query for fs_location (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.16.15-0Justin M. Forbes2022-03-161-0/+6
| | | | | | | | | | | * Wed Mar 16 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.16.15-0] - nfc: st21nfca: Fix potential buffer overflows in EVT_TRANSACTION (Jordy Zomer) - Restrict FS_LOCATIONS to NFS v4.2+ to work around Qnap knfsd-3.4.6 bug (Justin M. Forbes) - Turn on VDPA_SIM_BLOCK (Justin M. Forbes) - Fix up changelog (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.16.13-0Justin M. Forbes2022-03-081-0/+9
| | | | | | | | * Tue Mar 08 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.16.13-0] - Add config for ARM64_ERRATUM_2077057 (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.16.12-0Justin M. Forbes2022-03-021-0/+3
| | | | | | | | * Wed Mar 02 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.16.12-0] - drm/nouveau/backlight: Fix LVDS backlight detection on some laptops (Lyude Paul) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.16.10-200Justin M. Forbes2022-02-161-0/+9
| | | | | | | | * Wed Feb 16 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.16.10-200] - New configs for 5.16.10 (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.16.9-0Justin M. Forbes2022-02-111-0/+3
| | | | | | | | * Fri Feb 11 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.16.9-0] - tipc: improve size validations for received domain records (Jon Maloy) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.16.8-200Justin M. Forbes2022-02-081-0/+9
| | | | | | | | | | | | * Tue Feb 08 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.16.8-200] - v5.16.8 rebase - drm/i915/psr: Disable PSR2 selective fetch for all TGL steps (Lyude Paul) - Set a value for CONFIG_FRAMEBUFFER_CONSOLE_LEGACY_ACCELERATION coming in with 5.16.8 (Justin M. Forbes) - ata: libata-core: Fix ata_dev_config_cpr() (Damien Le Moal) - Fix up Changelog for 5.16.7 (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.16.6-0Justin M. Forbes2022-02-051-0/+3
| | | | | | | | | * Sat Feb 05 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.16.6-0] - Revert "ath11k: add support for WCN6855 hw2.1" (Justin M. Forbes) - Changelog updates for rebase (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.16.5-0Justin M. Forbes2022-02-011-136/+94
| | | | | | | | | * Tue Feb 01 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.16.5-0] - Linux v5.16.5 rebase - ath11k: add support for WCN6855 hw2.1 (Baochen Qiang) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.15.17-0Justin M. Forbes2022-01-271-0/+3
| | | | | | | | * Thu Jan 27 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.15.17-0] - Revert "PCI/MSI: Mask MSI-X vectors only on success" (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.15.16-0Justin M. Forbes2022-01-201-0/+3
| | | | | | | | * Thu Jan 20 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.15.16-0] - drm/amdgpu: don't do resets on APUs which don't support it (Alex Deucher) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.15.15-0Justin M. Forbes2022-01-161-0/+6
| | | | | | | | | | * Sun Jan 16 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.15.15-0] - netfilter: nat: force port remap to prevent shadowing well-known ports (Florian Westphal) - netfilter: conntrack: tag conntracks picked up in local out hook (Florian Westphal) - configs/fedora: Enable CONFIG_NFC_PN532_UART for use PN532 NFC module (Ziqian SUN (Zamir)) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.15.12-0Justin M. Forbes2021-12-291-0/+3
| | | | | | | | * Wed Dec 29 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.15.12-0] - iwlwifi: mvm: Increase the scan timeout guard to 30 seconds (Ilan Peer) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.15.10-0Justin M. Forbes2021-12-171-0/+3
| | | | | | | | | * Fri Dec 17 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.15.10-0] - Changelog fixes for stable (Justin M. Forbes) - platform/x86: thinkpad_acpi: Add lid_logo_dot to the list of safe LEDs (Hans de Goede) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.15-0Justin M. Forbes2021-12-011-0/+9
| | | | | | | | | | * Wed Dec 01 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.15-0] - Revert "drm/i915: Implement Wa_1508744258" (Justin M. Forbes) - Revert "Revert "fuse: fix page stealing"" (Justin M. Forbes) - scsi: sd: Fix sd_do_mode_sense() buffer length handling (Damien Le Moal) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.15-201Justin M. Forbes2021-11-231-0/+3
| | | | | | | | * Tue Nov 23 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.15-201] - Revert "fuse: fix page stealing" (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.15-0Justin M. Forbes2021-11-221-102/+102
| | | | | | | | | | * Mon Nov 22 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.15-0] - mwifiex_usb: Fix skb_over_panic in mwifiex_usb_recv (Zekun Shen) - atlantic: Fix OOB read and write in hw_atl_utils_fw_rpc_wait (Zekun Shen) - Add cifs to module filters (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.14.19-1Justin M. Forbes2021-11-171-0/+3
| | | | | | | | | * Wed Nov 17 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.14.19-1] - platform/x86: thinkpad_acpi: Add support for dual fan control (Jimmy Wang) - Fedora: Enable MediaTek bluetooth pieces (Peter Robinson) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.14.18-1Justin M. Forbes2021-11-121-0/+6
| | | | | | | | | * Fri Nov 12 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.14.18-1] - usb: xhci: tegra: Check padctrl interrupt presence in device tree (Dmitry Osipenko) - Input: i8042 - Add quirk for Fujitsu Lifebook T725 (Takashi Iwai) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.14.17-1Justin M. Forbes2021-11-081-0/+3
| | | | | | | | | * Mon Nov 08 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.14.17-1] - btrfs: fix memory ordering between normal and ordered work functions (Nikolay Borisov) - Turn on COMMON_CLK_AXG_AUDIO for Fedora rhbz 2020481 (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.14.16-1Justin M. Forbes2021-11-031-0/+6
| | | | | | | | | | * Wed Nov 03 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.14.16-1] - Update release for usb fix rebuild (Justin M. Forbes) - Revert "xhci: Set HCD flag to defer primary roothub registration" (Justin M. Forbes) - Revert "usb: core: hcd: Add support for deferring roothub registration" (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.14.14-0Justin M. Forbes2021-10-201-0/+9
| | | | | | | | | | | | * Wed Oct 20 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.14.14-0] - autofs: fix wait name hash calculation in autofs_wait() (Ian Kent) - Fix up quirk to match upstream (Justin M. Forbes) - Re-enable CONFIG_RDMA_RXE for Fedora (Justin M. Forbes) - Fix up backport of Dell XPS 9710 quirk (Justin M. Forbes) - Fix changelog missing entries (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.14.13-0Justin M. Forbes2021-10-171-0/+3
| | | | | | | | * Sun Oct 17 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.14.13-0] - ASoC: Intel: sof_sdw: add quirk for Dell XPS 9710 (Pierre-Louis Bossart) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.14.10-0Justin M. Forbes2021-10-071-0/+12
| | | | | | | | | | | * Thu Oct 07 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.14.10-0] - Revert "net: stmmac: dwmac-rk: fix unbalanced pm_runtime_enable warnings" (Peter Robinson) - e100e: Fix packet loss issues seen on Intel network controller (Mark Pearson) - bpf: Fix integer overflow in prealloc_elems_and_freelist() (Tatsuhiko Yasumatsu) - Revert "acpi: prefer booting with ACPI over DTS" (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.14.9-0Justin M. Forbes2021-09-301-0/+3
| | | | | | | | * Thu Sep 30 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.14.9-0] - Revert "block, bfq: honor already-setup queue merges" (Jens Axboe) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.14.8-0Justin M. Forbes2021-09-271-0/+3
| | | | | | | | * Mon Sep 27 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.14.8-0] - thermal/drivers/int340x: Do not set a wrong tcc offset on resume (Antoine Tenart) Resolves: rhbz# 1992706 Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.14.6-0Justin M. Forbes2021-09-181-8/+2
| | | | | | | | | | | | * Sat Sep 18 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.14.6-0] - Fix changelog generation (Justin M. Forbes) - Clean up changelog (Justin M. Forbes) - ACPI: PM: s2idle: Run both AMD and Microsoft methods if both are supported (Mario Limonciello) - Don't tag a release as [redhat] (Justin M. Forbes) - Fixes for changelog that I think will help with the next stable bump (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.14.5-0Justin M. Forbes2021-09-161-0/+9
| | | | | | * Thu Sep 16 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.14.5-0] Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.14.2-0Justin M. Forbes2021-09-081-0/+3
| | | | | | | | * Wed Sep 08 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.14.2-0] - Revert "team: mark team driver as deprecated" (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.14.1-300Justin M. Forbes2021-09-031-255/+66
| | | | | | | | * Fri Sep 03 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.14.1-300] - Setup for building fedora-5.14 branch (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.14-60Justin M. Forbes2021-08-301-0/+3
| | | | | | | | * Mon Aug 30 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.14-60] - arm64: use common CONFIG_MAX_ZONEORDER for arm kernel (Mark Salter) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.14.0-0.rc7.20210827git77dd11439b86.57Justin M. Forbes2021-08-271-0/+18
| | | | | | | | | | * Fri Aug 27 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.14.0-0.rc7.20210827git77dd11439b86.57] - rpmspec: drop traceevent files instead of just excluding them from files list (Herton R. Krzesinski) [1967640] - Revert "redhat/configs: Enable genet and brcmfmac wlan" (Íñigo Huguet) - redhat/config: Enablement of CONFIG_PAPR_SCM for PowerPC (Gustavo Walbon) [1962936] Resolves: rhbz#1962936, rhbz#1967640 Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.14.0-0.rc6.20210817git794c7931a242.47Justin M. Forbes2021-08-171-0/+6
| | | | | | | | | | | | | | | | | * Tue Aug 17 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.14.0-0.rc6.20210817git794c7931a242.47] - Revert "redhat: ark: disable CONFIG_NET_SCH_MULTIQ" (Marcelo Ricardo Leitner) - redhat: configs: Enable CONFIG_WIRELESS_HOTKEY (Hans de Goede) - redhat/configs: Update CONFIG_NVRAM (Desnes A. Nunes do Rosario) [1988254] - common: serial: build in SERIAL_8250_LPSS for x86 (Peter Robinson) - powerpc: enable CONFIG_FUNCTION_PROFILER (Diego Domingos) [1831065] - crypto: rng - Override drivers/char/random in FIPS mode (Herbert Xu) - random: Add hook to override device reads and getrandom(2) (Herbert Xu) - redhat/configs: Disable Soft-RoCE driver (Kamal Heib) - filter-modules.sh: add more sound modules to filter (Jaroslav Kysela) - redhat/configs: sound configuration cleanups and updates (Jaroslav Kysela) Resolves: rhbz#1831065, rhbz#1988254 Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.14.0-0.rc5.20210813gitf8e6dfc64f61.45Justin M. Forbes2021-08-161-3/+0
| | | | | | | | * Fri Aug 13 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.14.0-0.rc5.20210813gitf8e6dfc64f61.45] - update filters for Fedora (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.14.0-0.rc5.20210813gitf8e6dfc64f61.46Justin M. Forbes2021-08-131-2/+2
| | | | | | | | * Fri Aug 13 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.14.0-0.rc5.20210813gitf8e6dfc64f61.46] - pinctrl: tigerlake: Fix GPIO mapping for newer version of software (Andy Shevchenko) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.14.0-0.rc5.20210811git761c6d7ec820.44Justin M. Forbes2021-08-111-2/+2
| | | | | | | | * Wed Aug 11 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.14.0-0.rc5.20210811git761c6d7ec820.44] - update filters for Fedora (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.14.0-0.rc5.20210810git9a73fa375d58.43Justin M. Forbes2021-08-101-2/+5
| | | | | | | | * Tue Aug 10 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.14.0-0.rc5.20210810git9a73fa375d58.43] - pinctrl: tigerlake: Fix GPIO mapping for newer version of software (Andy Shevchenko) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.14.0-0.rc5.42Justin M. Forbes2021-08-091-0/+3
| | | | | | | | * Mon Aug 09 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.14.0-0.rc5.42] - pinctrl: tigerlake: Fix GPIO mapping for newer version of software (Andy Shevchenko) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.14.0-0.rc4.36Justin M. Forbes2021-08-021-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Mon Aug 02 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.14.0-0.rc4.36] - kernel-5.14.0-0.rc4.36 (Fedora Kernel Team) - kernel-5.14.0-0.rc4.35 (Fedora Kernel Team) - kernel-5.14.0-0.rc3.20210801gitf3438b4c4e69.34 (Fedora Kernel Team) - kernel-5.14.0-0.rc3.20210731gitc7d102232649.33 (Fedora Kernel Team) - x86: configs: Enable CONFIG_TEST_FPU for debug kernels (Vitaly Kuznetsov) [1988384] - kernel-5.14.0-0.rc3.20210730git764a5bc89b12.32 (Fedora Kernel Team) - redhat/configs: Move CHACHA and POLY1305 to core kernel to allow BIG_KEYS=y (root) [1983298] - Revert "bpf: Add tech preview taint for syscall" (Jiri Olsa) [1978833] - kernel.spec: fix build of samples/bpf (Jiri Benc) - Enable OSNOISE_TRACER and TIMERLAT_TRACER (Jerome Marchand) [1979379] - kernel-5.14.0-0.rc3.20210728git4010a528219e.31 (Fedora Kernel Team) - kernel-5.14.0-0.rc3.20210728git7d549995d4e0.30 (Fedora Kernel Team) - Don't tag a release as [redhat] (Justin M. Forbes) - Revert "Drop that for now" (Herton R. Krzesinski) - rpmspec: switch iio and gpio tools to use tools_make (Herton R. Krzesinski) [1956988] - configs/process_configs.sh: Handle config items with no help text (Patrick Talbert) - fedora: sound config updates for 5.14 (Peter Robinson) - fedora: Only enable FSI drivers on POWER platform (Peter Robinson) - The CONFIG_RAW_DRIVER has been removed from upstream (Peter Robinson) - fedora: updates for 5.14 with a few disables for common from pending (Peter Robinson) - fedora: migrate from MFD_TPS68470 -> INTEL_SKL_INT3472 (Peter Robinson) - fedora: Remove STAGING_GASKET_FRAMEWORK (Peter Robinson) - Fedora: move DRM_VMWGFX configs from ark -> common (Peter Robinson) - fedora: arm: disabled unused FB drivers (Peter Robinson) - fedora: don't enable FB_VIRTUAL (Peter Robinson) - redhat/configs: Double MAX_LOCKDEP_ENTRIES (Waiman Long) [1940075] - rpmspec: fix verbose output on kernel-devel installation (Herton R. Krzesinski) [1981406] Resolves: rhbz#1940075, rhbz#1956988, rhbz#1978833, rhbz#1979379, rhbz#1981406, rhbz#1983298, rhbz#1988384 Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>