summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* merge rawhide as of 5.19 and update to 5.19.1kernel-5.19.1-65.vanilla.1.fc36transition-user-thl-vanilla-fedoraThorsten Leemhuis2022-08-1141-18551/+13414
|\
| * kernel-5.19.0-65Justin M. Forbes2022-08-014-15/+15
| | | | | | | | | | | | | | | | | | * Fri Jul 29 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc8.6e2c0490769e.61] - omit unused Provides (Dan Horák) - self-test: Add test for DIST=".eln" (Prarit Bhargava) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
| * kernel-5.19.0-0.rc8.20220729git6e2c0490769e.62Justin M. Forbes2022-07-293-8/+11
| | | | | | | | | | | | | | | | | | * Fri Jul 29 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc8.6e2c0490769e.61] - omit unused Provides (Dan Horák) - self-test: Add test for DIST=".eln" (Prarit Bhargava) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
| * kernel-5.19.0-0.rc8.20220727git39c3c396f813.60Justin M. Forbes2022-07-2715-8/+23
| | | | | | | | | | | | | | | | * Wed Jul 27 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc8.39c3c396f813.59] - redhat: Enable CONFIG_LZ4_COMPRESS on Fedora (Prarit Bhargava) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
| * kernel-5.19.0-0.rc8.59Justin M. Forbes2022-07-2514-15/+31
| | | | | | | | | | | | | | | | * Mon Jul 25 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc8.58] - fedora: armv7: enable MMC_STM32_SDMMC (Peter Robinson) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
| * kernel-5.19.0-0.rc7.20220722git68e77ffbfd06.56Justin M. Forbes2022-07-2212-19/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fri Jul 22 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc7.68e77ffbfd06.55] - create-data: Parallelize spec file data (Prarit Bhargava) - create-data.sh: Store SOURCES Makefile variable (Prarit Bhargava) - redhat/Makefile: Split up setup-source target (Prarit Bhargava) - create-data.sh: Redefine varfilename (Prarit Bhargava) - create-data.sh: Parallelize variable file creation (Prarit Bhargava) - redhat/configs: Enable CONFIG_LZ4_COMPRESS (Prarit Bhargava) - redhat/docs: Update brew information (Prarit Bhargava) - redhat/Makefile: Fix eln BUILD_TARGET (Prarit Bhargava) - redhat/Makefile: Set BUILD_TARGET for dist-brew (Prarit Bhargava) - kernel.spec.template: update (s390x) expoline.o path (Joe Lawrence) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
| * kernel-5.19.0-0.rc7.20220721git353f7988dd84.55Justin M. Forbes2022-07-213-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Tue Jul 19 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc7.ca85855bdcae.53] - arm64: config: Enable DRM_V3D (Nicolas Saenz Julienne) - ARM: configs: Enable DRM_V3D (Peter Robinson) - ARM: dts: bcm2711: Enable V3D (Peter Robinson) - drm/v3d: Add support for bcm2711 (Peter Robinson) - drm/v3d: Get rid of pm code (Peter Robinson) - dt-bindings: gpu: v3d: Add BCM2711's compatible (Peter Robinson) - soc: bcm: bcm2835-power: Bypass power_on/off() calls (Nicolas Saenz Julienne) - soc: bcm: bcm2835-power: Add support for BCM2711's RPiVid ASB (Stefan Wahren) - soc: bcm: bcm2835-power: Resolve ASB register macros (Stefan Wahren) - soc: bcm: bcm2835-power: Refactor ASB control (Stefan Wahren) - mfd: bcm2835-pm: Add support for BCM2711 (Stefan Wahren) - mfd: bcm2835-pm: Use 'reg-names' to get resources (Nicolas Saenz Julienne) - ARM: dts: bcm2711: Use proper compatible in PM/Watchdog node (Nicolas Saenz Julienne) - ARM: dts: bcm2835/bcm2711: Introduce reg-names in watchdog node (Nicolas Saenz Julienne) - dt-bindings: soc: bcm: bcm2835-pm: Add support for bcm2711 (Stefan Wahren) - dt-bindings: soc: bcm: bcm2835-pm: Introduce reg-names (Nicolas Saenz Julienne) - dt-bindings: soc: bcm: bcm2835-pm: Convert bindings to DT schema (Nicolas Saenz Julienne) - drm: Prevent drm_copy_field() to attempt copying a NULL pointer (Javier Martinez Canillas) - drm: Use size_t type for len variable in drm_copy_field() (Javier Martinez Canillas) - fedora: enable BCM_NET_PHYPTP (Peter Robinson) - net: phy: Add support for 1PPS out and external timestamps (Jonathan Lemon) - net: phy: broadcom: Add PTP support for some Broadcom PHYs. (Jonathan Lemon) - net: phy: broadcom: Add Broadcom PTP hooks to bcm-phy-lib (Jonathan Lemon) - Fedora 5.19 configs update part 2 (Justin M. Forbes) - redhat/Makefile: Change fedora BUILD_TARGET (Prarit Bhargava) - New configs in security/keys (Fedora Kernel Team) - Fedora: arm: enable a pair of drivers (Peter Robinson) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
| * kernel-5.19.0-0.rc7.20220719gitca85855bdcae.54Justin M. Forbes2022-07-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Tue Jul 19 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc7.ca85855bdcae.53] - arm64: config: Enable DRM_V3D (Nicolas Saenz Julienne) - ARM: configs: Enable DRM_V3D (Peter Robinson) - ARM: dts: bcm2711: Enable V3D (Peter Robinson) - drm/v3d: Add support for bcm2711 (Peter Robinson) - drm/v3d: Get rid of pm code (Peter Robinson) - dt-bindings: gpu: v3d: Add BCM2711's compatible (Peter Robinson) - soc: bcm: bcm2835-power: Bypass power_on/off() calls (Nicolas Saenz Julienne) - soc: bcm: bcm2835-power: Add support for BCM2711's RPiVid ASB (Stefan Wahren) - soc: bcm: bcm2835-power: Resolve ASB register macros (Stefan Wahren) - soc: bcm: bcm2835-power: Refactor ASB control (Stefan Wahren) - mfd: bcm2835-pm: Add support for BCM2711 (Stefan Wahren) - mfd: bcm2835-pm: Use 'reg-names' to get resources (Nicolas Saenz Julienne) - ARM: dts: bcm2711: Use proper compatible in PM/Watchdog node (Nicolas Saenz Julienne) - ARM: dts: bcm2835/bcm2711: Introduce reg-names in watchdog node (Nicolas Saenz Julienne) - dt-bindings: soc: bcm: bcm2835-pm: Add support for bcm2711 (Stefan Wahren) - dt-bindings: soc: bcm: bcm2835-pm: Introduce reg-names (Nicolas Saenz Julienne) - dt-bindings: soc: bcm: bcm2835-pm: Convert bindings to DT schema (Nicolas Saenz Julienne) - drm: Prevent drm_copy_field() to attempt copying a NULL pointer (Javier Martinez Canillas) - drm: Use size_t type for len variable in drm_copy_field() (Javier Martinez Canillas) - fedora: enable BCM_NET_PHYPTP (Peter Robinson) - net: phy: Add support for 1PPS out and external timestamps (Jonathan Lemon) - net: phy: broadcom: Add PTP support for some Broadcom PHYs. (Jonathan Lemon) - net: phy: broadcom: Add Broadcom PTP hooks to bcm-phy-lib (Jonathan Lemon) - Fedora 5.19 configs update part 2 (Justin M. Forbes) - redhat/Makefile: Change fedora BUILD_TARGET (Prarit Bhargava) - New configs in security/keys (Fedora Kernel Team) - Fedora: arm: enable a pair of drivers (Peter Robinson) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
| * kernel-5.19.0-0.rc7.20220719gitca85855bdcae.54Justin M. Forbes2022-07-1926-309/+2193
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Tue Jul 19 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc7.ca85855bdcae.53] - arm64: config: Enable DRM_V3D (Nicolas Saenz Julienne) - ARM: configs: Enable DRM_V3D (Peter Robinson) - ARM: dts: bcm2711: Enable V3D (Peter Robinson) - drm/v3d: Add support for bcm2711 (Peter Robinson) - drm/v3d: Get rid of pm code (Peter Robinson) - dt-bindings: gpu: v3d: Add BCM2711's compatible (Peter Robinson) - soc: bcm: bcm2835-power: Bypass power_on/off() calls (Nicolas Saenz Julienne) - soc: bcm: bcm2835-power: Add support for BCM2711's RPiVid ASB (Stefan Wahren) - soc: bcm: bcm2835-power: Resolve ASB register macros (Stefan Wahren) - soc: bcm: bcm2835-power: Refactor ASB control (Stefan Wahren) - mfd: bcm2835-pm: Add support for BCM2711 (Stefan Wahren) - mfd: bcm2835-pm: Use 'reg-names' to get resources (Nicolas Saenz Julienne) - ARM: dts: bcm2711: Use proper compatible in PM/Watchdog node (Nicolas Saenz Julienne) - ARM: dts: bcm2835/bcm2711: Introduce reg-names in watchdog node (Nicolas Saenz Julienne) - dt-bindings: soc: bcm: bcm2835-pm: Add support for bcm2711 (Stefan Wahren) - dt-bindings: soc: bcm: bcm2835-pm: Introduce reg-names (Nicolas Saenz Julienne) - dt-bindings: soc: bcm: bcm2835-pm: Convert bindings to DT schema (Nicolas Saenz Julienne) - drm: Prevent drm_copy_field() to attempt copying a NULL pointer (Javier Martinez Canillas) - drm: Use size_t type for len variable in drm_copy_field() (Javier Martinez Canillas) - fedora: enable BCM_NET_PHYPTP (Peter Robinson) - net: phy: Add support for 1PPS out and external timestamps (Jonathan Lemon) - net: phy: broadcom: Add PTP support for some Broadcom PHYs. (Jonathan Lemon) - net: phy: broadcom: Add Broadcom PTP hooks to bcm-phy-lib (Jonathan Lemon) - Fedora 5.19 configs update part 2 (Justin M. Forbes) - redhat/Makefile: Change fedora BUILD_TARGET (Prarit Bhargava) - New configs in security/keys (Fedora Kernel Team) - Fedora: arm: enable a pair of drivers (Peter Robinson) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
| * kernel-5.19.0-0.rc7.53Justin M. Forbes2022-07-184-17/+22
| | | | | | | | | | | | | | | | * Mon Jul 18 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc7.52] - redhat: make kernel-zfcpdump-core to not provide kernel-core/kernel (Herton R. Krzesinski) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
| * kernel-5.19.0-0.rc6.20220714git4a57a8400075.49Justin M. Forbes2022-07-143-7/+7
| | | | | | | | | | | | | | | | * Tue Jul 12 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc6.5a29232d870d.46] - redhat/configs: Enable QAT devices for arches other than x86 (Vladis Dronov) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
| * kernel-5.19.0-0.rc6.20220713gitb047602d579b.48Justin M. Forbes2022-07-1325-11/+116
| | | | | | | | | | | | | | | | * Tue Jul 12 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc6.5a29232d870d.46] - redhat/configs: Enable QAT devices for arches other than x86 (Vladis Dronov) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
| * kernel-5.19.0-0.rc6.20220712git5a29232d870d.47Justin M. Forbes2022-07-1221-9/+131
| | | | | | | | | | | | | | | | * Tue Jul 12 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc6.5a29232d870d.46] - redhat/configs: Enable QAT devices for arches other than x86 (Vladis Dronov) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
| * kernel-5.19.0-0.rc6.46Justin M. Forbes2022-07-115-60/+10
| | | | | | | | | | | | | | | | | | | | * Thu Jul 07 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc5.9f09069cde34.41] - Fedora 5.19 configs pt 1 (Justin M. Forbes) - redhat: Exclude cpufreq.h from kernel-headers (Patrick Talbert) - Add rtla subpackage for kernel-tools (Justin M. Forbes) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
| * kernel-5.19.0-0.rc5.20220708gite8a4e1c1bb69.44Justin M. Forbes2022-07-084-10/+10
| | | | | | | | | | | | | | | | * Fri Jul 08 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc5.e8a4e1c1bb69.43] - drm/aperture: Run fbdev removal before internal helpers (Thomas Zimmermann) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
| * kernel-5.19.0-0.rc5.20220707git9f09069cde34.43Justin M. Forbes2022-07-0716-232/+198
| | | | | | | | | | | | | | | | * Thu Jul 07 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc5.9f09069cde34.42] - drm/aperture: Run fbdev removal before internal helpers (Thomas Zimmermann) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
| * kernel-5.19.0-0.rc5.20220706gite35e5b6f695d.42Justin M. Forbes2022-07-065-8/+58
| | | | | | | | | | | | | | | | * Wed Jul 06 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc5.e35e5b6f695d.41] - drm/aperture: Run fbdev removal before internal helpers (Thomas Zimmermann) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
| * kernel-5.19.0-0.rc5.20220705gitc1084b6c5620.40Justin M. Forbes2022-07-053-8/+8
| | | | | | | | | | | | | | | | * Sat Jul 02 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc4.089866061428.36] - fedora: arm: enable a couple of QCom drivers (Peter Robinson) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
| * kernel-5.19.0-0.rc5.39Justin M. Forbes2022-07-046-17/+22
| | | | | | | | | | | | | | | | * Sat Jul 02 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc4.089866061428.36] - fedora: arm: enable a couple of QCom drivers (Peter Robinson) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
| * kernel-5.19.0-0.rc4.20220701gita175eca0f3d7.36Justin M. Forbes2022-07-013-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | * Thu Jun 30 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc4.d9b2ba67917c.34] - redhat/Makefile: Deprecate BUILD_SCRATCH_TARGET (Prarit Bhargava) - redhat: enable CONFIG_DEVTMPFS_SAFE (Mark Langsdorf) - redhat/Makefile: Remove deprecated variables and targets (Prarit Bhargava) - Split partner modules into a sub-package (Alice Mitchell) - Enable kAFS and it's dependancies in RHEL (Alice Mitchell) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
| * kernel-5.19.0-0.rc4.20220630gitd9b2ba67917c.35Justin M. Forbes2022-06-3013-34/+164
| | | | | | | | | | | | | | | | | | | | | | | | * Thu Jun 30 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc4.d9b2ba67917c.34] - redhat/Makefile: Deprecate BUILD_SCRATCH_TARGET (Prarit Bhargava) - redhat: enable CONFIG_DEVTMPFS_SAFE (Mark Langsdorf) - redhat/Makefile: Remove deprecated variables and targets (Prarit Bhargava) - Split partner modules into a sub-package (Alice Mitchell) - Enable kAFS and it's dependancies in RHEL (Alice Mitchell) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
| * kernel-5.19.0-0.rc4.20220628git941e3e791269.34Justin M. Forbes2022-06-2826-127/+296
| | | | | | | | | | | | | | | | | | | | | | | | * Tue Jun 28 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc4.941e3e791269.33] - Enable Marvell OcteonTX2 crypto device in ARK (Vladis Dronov) - redhat/Makefile: Remove --scratch from BUILD_TARGET (Prarit Bhargava) - redhat/Makefile: Fix dist-brew and distg-brew targets (Prarit Bhargava) - fedora: arm64: Initial support for TI Keystone 3 (ARCH_K3) (Peter Robinson) - fedora: arm: enable Hardware Timestamping Engine support (Peter Robinson) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
| * kernel-5.19.0-0.rc4.33Justin M. Forbes2022-06-2716-275/+157
| | | | | | | | | | | | | | | | | | * Mon Jun 27 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc4.32] - fedora: wireless: disable SiLabs and PureLiFi (Peter Robinson) - fedora: updates for 5.19 (Peter Robinson) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
| * kernel-5.19.0-0.rc3.20220624git92f20ff72066.30Justin M. Forbes2022-06-2415-95/+74
| | | | | | | | | | | | | | | | * Fri Jun 24 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc3.92f20ff72066.29] - fedora: minor updates for Fedora configs (Peter Robinson) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
| * kernel-5.19.0-0.rc3.20220623gitde5c208d533a.29Justin M. Forbes2022-06-2324-15/+39
| | | | | | | | | | | | | | | | * Thu Jun 23 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc3.de5c208d533a.28] - configs/fedora: Enable the pinctrl SC7180 driver built-in (Enric Balletbo i Serra) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
| * kernel-5.19.0-0.rc3.20220621git78ca55889a54.28Justin M. Forbes2022-06-213-8/+8
| | | | | | | | | | | | | | | | * Sat Jun 18 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc2.4b35035bcf80.24] - redhat/configs: enable CONFIG_DEBUG_NET for debug kernel (Hangbin Liu) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
| * kernel-5.19.0-0.rc3.27Justin M. Forbes2022-06-2025-36/+54
| | | | | | | | | | | | | | | | * Sat Jun 18 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc2.4b35035bcf80.24] - redhat/configs: enable CONFIG_DEBUG_NET for debug kernel (Hangbin Liu) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
| * kernel-5.19.0-0.rc2.20220617git47700948a4ab.24Justin M. Forbes2022-06-1724-51/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fri Jun 17 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc2.47700948a4ab.23] - redhat/Makefile: Add SPECKABIVERSION variable (Prarit Bhargava) - redhat/self-test: Provide better failure output (Prarit Bhargava) - redhat/self-test: Reformat tests to kernel standard (Prarit Bhargava) - redhat/self-test: Add purpose and header to each test (Prarit Bhargava) - Drop outdated CRYPTO_ECDH configs (Vladis Dronov) - Brush up crypto SHA512 and USER configs (Vladis Dronov) - Brush up crypto ECDH and ECDSA configs (Vladis Dronov) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
| * kernel-5.19.0-0.rc2.20220616git30306f6194ca.23Justin M. Forbes2022-06-163-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Wed Jun 15 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc2.018ab4fabddd.21] - redhat/self-test: Update data set (Prarit Bhargava) - create-data.sh: Reduce specfile data output (Prarit Bhargava) - redhat/configs: restore/fix core INTEL_LPSS configs to be builtin again (Hans de Goede) - Enable CKI on os-build MRs only (Don Zickus) - self-test: Fixup Makefile contents test (Prarit Bhargava) - redhat/self-test: self-test data update (Prarit Bhargava) - redhat/self-test: Fix up create-data.sh to not report local variables (Prarit Bhargava) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
| * kernel-5.19.0-0.rc2.20220615git018ab4fabddd.22Justin M. Forbes2022-06-1515-55/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Wed Jun 15 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc2.018ab4fabddd.21] - redhat/self-test: Update data set (Prarit Bhargava) - create-data.sh: Reduce specfile data output (Prarit Bhargava) - redhat/configs: restore/fix core INTEL_LPSS configs to be builtin again (Hans de Goede) - Enable CKI on os-build MRs only (Don Zickus) - self-test: Fixup Makefile contents test (Prarit Bhargava) - redhat/self-test: self-test data update (Prarit Bhargava) - redhat/self-test: Fix up create-data.sh to not report local variables (Prarit Bhargava) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
| * kernel-5.19.0-0.rc2.21Justin M. Forbes2022-06-1325-87/+75
| | | | | | | | | | | | | | | | | | | | * Sun Jun 12 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc1.7a68065eb9cd.19] - redhat/configs/fedora: Enable a set of modules used on some x86 tablets (Hans de Goede) - redhat/configs: Make INTEL_SOC_PMIC_CHTDC_TI builtin (Hans de Goede) - redhat/configs/fedora: enable missing modules modules for Intel IPU3 camera support (Hans de Goede) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
| * Add fix for virtio rmgJustin M. Forbes2022-06-101-0/+44
| | | | | | | | Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
| * kernel-5.19.0-0.rc1.20220610git874c8ca1e60b.18Justin M. Forbes2022-06-1025-161/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fri Jun 10 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc1.874c8ca1e60b.17] - Common: minor cleanups (Peter Robinson) - fedora: some minor Fedora cleanups (Peter Robinson) - fedora: drop X86_PLATFORM_DRIVERS_DELL dupe (Peter Robinson) - redhat: change tools_make macro to avoid full override of variables in Makefile (Herton R. Krzesinski) - Fix typo in Makefile for Fedora Stable Versioning (Justin M. Forbes) - Remove duplicates from ark/generic/s390x/zfcpdump/ (Vladis Dronov) - Move common/debug/s390x/zfcpdump/ configs to ark/debug/s390x/zfcpdump/ (Vladis Dronov) - Move common/generic/s390x/zfcpdump/ configs to ark/generic/s390x/zfcpdump/ (Vladis Dronov) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
| * kernel-5.19.0-0.rc1.20220609git6bfb56e93bce.17Justin M. Forbes2022-06-093-8/+8
| | | | | | | | | | | | | | | | * Thu Jun 09 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc1.6bfb56e93bce.16] - Drop RCU_EXP_CPU_STALL_TIMEOUT to 0, we are not really android (Justin M. Forbes) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
| * kernel-5.19.0-0.rc1.20220608git9886142c7a22.16Justin M. Forbes2022-06-0815-19/+22
| | | | | | | | | | | | | | | | * Tue Jun 07 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc1.e71e60cd74df.14] - redhat/configs/README: Update the README (Prarit Bhargava) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
| * kernel-5.19.0-0.rc1.20220607gite71e60cd74df.15Justin M. Forbes2022-06-073-8/+11
| | | | | | | | | | | | | | | | * Tue Jun 07 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc1.e71e60cd74df.14] - redhat/configs/README: Update the README (Prarit Bhargava) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
| * kernel-5.19.0-0.rc1.14Justin M. Forbes2022-06-0625-112/+304
| | | | | | | | | | | | | | | | | | | | * Mon Jun 06 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc1.13] - redhat/docs: fix hyperlink typo (Patrick Talbert) - all: net: remove old NIC/ATM drivers that use virt_to_bus() (Peter Robinson) - Explicitly turn off CONFIG_KASAN_INLINE for ppc (Justin M. Forbes) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
| * kernel-5.19.0-0.rc0.20220603git50fd82b3a9a9.11Justin M. Forbes2022-06-0325-29/+34
| | | | | | | | | | | | | | | | | | * Thu Jun 02 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc0.d1dc87763f40.9] - redhat/configs: enable CONFIG_SP5100_TCO (David Arcari) - redhat/configs: Set CONFIG_VIRTIO_IOMMU on x86_64 (Eric Auger) [2089765] Resolves: rhbz#2089765 Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
| * kernel-5.19.0-0.rc0.20220602gitd1dc87763f40.10Justin M. Forbes2022-06-0224-13/+38
| | | | | | | | | | | | | | | | | | * Thu Jun 02 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc0.d1dc87763f40.9] - redhat/configs: enable CONFIG_SP5100_TCO (David Arcari) - redhat/configs: Set CONFIG_VIRTIO_IOMMU on x86_64 (Eric Auger) [2089765] Resolves: rhbz#2089765 Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
| * kernel-5.19.0-0.rc0.20220601git700170bf6b4d.9Justin M. Forbes2022-06-0116-17/+44
| | | | | | | | | | | | | | | | * Wed Jun 01 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc0.700170bf6b4d.8] - Turn off KASAN_INLINE for RHEL ppc in pending (Justin M. Forbes) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
| * Turn off KASAN_INLINE for ppc debugJustin M. Forbes2022-05-311-1/+1
| | | | | | | | Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
| * kernel-5.19.0-0.rc0.20220531git8ab2afa23bd1.8Justin M. Forbes2022-05-3125-38/+284
| | | | | | | | | | | | | | | | | | * Tue May 31 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc0.8ab2afa23bd1.7] - redhat/kernel.spec.template: update selftest data via "make dist-self-test-data" (Denys Vlasenko) - redhat/kernel.spec.template: remove stray *.hardlink-temporary files, if any (Denys Vlasenko) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
| * kernel-5.19.0-0.rc0.20220527git7e284070abe5.4Justin M. Forbes2022-05-2725-107/+215
| | | | | | | | | | | | | | | | | | | | | | | | * Fri May 27 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc0.7e284070abe5.3] - generic/fedora: cleanup and disable Lightning Moutain SoC (Peter Robinson) - redhat: Set SND_SOC_SOF_HDA_PROBES to =m (Patrick Talbert) - Fix versioning on stable Fedora (Justin M. Forbes) - 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: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
| * kernel-5.19.0-0.rc0.20220526gitbabf0bb978e3.4Justin M. Forbes2022-05-2626-2053/+675
| | | | | | | | | | | | | | | | | | * Thu May 26 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc0.babf0bb978e3.3] - 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: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
| * Revert the random patch part 2Justin M. Forbes2022-05-251-0/+111
| | | | | | | | Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
| * Revert the random patchJustin M. Forbes2022-05-251-0/+237
| | | | | | | | Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
| * kernel-5.19.0-0.rc0.20220525gitfdaf9a5840ac.2Justin M. Forbes2022-05-2525-83/+1641
| | | | | | | | | | | | | | | | * Wed May 25 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc0.143a6252e1b8.0] - Reset Release for 5.19 (Justin M. Forbes) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
| * kernel-5.19.0-0.rc0.20220524git143a6252e1b8.60Justin M. Forbes2022-05-2426-718/+635
| | | | | | | | | | | | | | * Tue May 24 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc0.143a6252e1b8.59] - redhat/Makefile: Drop quotation marks around string definitions (Prarit Bhargava) Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
| * kernel-5.18.0-60Justin M. Forbes2022-05-2319-4221/+154
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Mon May 23 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.18.0-59] - redhat: Add self-tests to .gitlab-ci.yml (Prarit Bhargava) - redhat/self-test: Update data (Prarit Bhargava) - redhat/self-test: Unset Makefile variables (Prarit Bhargava) - redhat/self-test: Omit SHELL variable from test data (Prarit Bhargava) * Sat May 21 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.18.0-0.rc7.6c3f5bec9b40.56] - Add 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) * Fri May 20 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.18.0-0.rc7.3d7285a335ed.55] - Update filter-modules for mlx5-vfio-pci (Justin M. Forbes) - Fedora configs for 5.18 (Justin M. Forbes) * Wed May 18 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.18.0-0.rc7.210e04ff7681.53] - redhat/Makefile.variables: Change git hash length to default (Prarit Bhargava) - redhat/Makefile: Drop quotation marks around string definitions (Prarit Bhargava) - Turn on INTEGRITY_MACHINE_KEYRING for Fedora (Justin M. Forbes) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
| * Update filters for mlx5-vfio-pciJustin M. Forbes2022-05-192-2/+2
| | | | | | | | Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>