[PATCH] configs: clean up a few trivial editing mistakes
by Paul Bolle
Signed-off-by: Paul Bolle <pebolle(a)tiscali.nl>
---
.../generic/x86/CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC~ | 1 -
.../generic/x86/CONFIG_SND_SOC_INTEL_SOF_CML_RT1011_RT5682_MACH | 1 -
.../generic/x86/CONFIG_SND_SOC_INTEL_SOF_CML_RT1011_RT5682_MACH~ | 1 -
.../generic/x86/CONFIG_SND_SOC_SOF_HDA_ALWAYS_ENABLE_DMI_L1~ | 1 -
4 files changed, 4 deletions(-)
delete mode 100644 configs/fedora/generic/x86/CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC~
delete mode 100644 configs/fedora/generic/x86/CONFIG_SND_SOC_INTEL_SOF_CML_RT1011_RT5682_MACH~
delete mode 100644 configs/fedora/generic/x86/CONFIG_SND_SOC_SOF_HDA_ALWAYS_ENABLE_DMI_L1~
diff --git a/configs/fedora/generic/x86/CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC~ b/configs/fedora/generic/x86/CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC~
deleted file mode 100644
index 4181a1dd2e53..000000000000
--- a/configs/fedora/generic/x86/CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC~
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC=n
diff --git a/configs/fedora/generic/x86/CONFIG_SND_SOC_INTEL_SOF_CML_RT1011_RT5682_MACH b/configs/fedora/generic/x86/CONFIG_SND_SOC_INTEL_SOF_CML_RT1011_RT5682_MACH
index c1358057017d..7cc6669fd1f8 100644
--- a/configs/fedora/generic/x86/CONFIG_SND_SOC_INTEL_SOF_CML_RT1011_RT5682_MACH
+++ b/configs/fedora/generic/x86/CONFIG_SND_SOC_INTEL_SOF_CML_RT1011_RT5682_MACH
@@ -1,2 +1 @@
CONFIG_SND_SOC_INTEL_SOF_CML_RT1011_RT5682_MACH=m
-
diff --git a/configs/fedora/generic/x86/CONFIG_SND_SOC_INTEL_SOF_CML_RT1011_RT5682_MACH~ b/configs/fedora/generic/x86/CONFIG_SND_SOC_INTEL_SOF_CML_RT1011_RT5682_MACH~
deleted file mode 100644
index bad67ba0e62d..000000000000
--- a/configs/fedora/generic/x86/CONFIG_SND_SOC_INTEL_SOF_CML_RT1011_RT5682_MACH~
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_SND_SOC_INTEL_SOF_CML_RT1011_RT5682_MACH is not set
diff --git a/configs/fedora/generic/x86/CONFIG_SND_SOC_SOF_HDA_ALWAYS_ENABLE_DMI_L1~ b/configs/fedora/generic/x86/CONFIG_SND_SOC_SOF_HDA_ALWAYS_ENABLE_DMI_L1~
deleted file mode 100644
index df1d44aef2f2..000000000000
--- a/configs/fedora/generic/x86/CONFIG_SND_SOC_SOF_HDA_ALWAYS_ENABLE_DMI_L1~
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_SND_SOC_SOF_HDA_ALWAYS_ENABLE_DMI_L1=n
--
2.21.0
3 years, 7 months
kernel-5.5.0-1.fc32.x86_64 DOA?
by Chris Murphy
Hi,
Two baremetal systems and one VM hang with kernel-5.5.0-1.fc32.x86_64
right after GRUB menu entry selection/timeout for this kernel. Black
screen, menu goes away, I see a white underscore, that's it. Doesn't
recover.
I put GRUB into debug mode and I can see the kernel file being loaded
block by block off the media, but oh man something is off with GRUB
because the text scroll is unbearably slow. So I just had to kill it.
Last working for me is kernel-5.5.0-0.rc6.git1.1.fc32.x86_64.
--
Chris Murphy
3 years, 7 months
Latest kernel headers not available
by Pat Parson
Not sure if this is the right place for posting, but, could we get some kernel headers for the latest kernel and subsequent kernels. Thanks!
3 years, 7 months
Request for CONFIG_CAN_UCAN in Fedora kernels
by Christoph Müllner
Hi Fedora kernel team,
could you please enable CONFIG_CAN_UCAN as a module in future kernel
release?
It's a driver for a CAN USB controller.
Thanks,
Christoph
3 years, 7 months
[PATCH] Add PCI device IDs to e1000e driver for Comet Lake support (rhbz 1794369)
by Javier Martinez Canillas
This is needed in F31 for the X1 Carbon 7th gen ethernet device to work.
---
1000e-Add-support-for-Comet-Lake.patch | 54 ++++++++++++++++++++++++++
kernel.spec | 7 ++++
2 files changed, 61 insertions(+)
create mode 100644 1000e-Add-support-for-Comet-Lake.patch
diff --git a/1000e-Add-support-for-Comet-Lake.patch b/1000e-Add-support-for-Comet-Lake.patch
new file mode 100644
index 00000000000..6f4840bcbcd
--- /dev/null
+++ b/1000e-Add-support-for-Comet-Lake.patch
@@ -0,0 +1,54 @@
+From 914ee9c436cbe90c8ca8a46ec8433cb614a2ada5 Mon Sep 17 00:00:00 2001
+From: Sasha Neftin <sasha.neftin(a)intel.com>
+Date: Thu, 10 Oct 2019 13:15:39 +0300
+Subject: [PATCH] e1000e: Add support for Comet Lake
+
+Add devices ID's for the next LOM generations that will be
+available on the next Intel Client platform (Comet Lake)
+This patch provides the initial support for these devices
+
+Signed-off-by: Sasha Neftin <sasha.neftin(a)intel.com>
+Tested-by: Aaron Brown <aaron.f.brown(a)intel.com>
+Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher(a)intel.com>
+---
+ drivers/net/ethernet/intel/e1000e/hw.h | 6 ++++++
+ drivers/net/ethernet/intel/e1000e/netdev.c | 6 ++++++
+ 2 files changed, 12 insertions(+)
+
+diff --git a/drivers/net/ethernet/intel/e1000e/hw.h b/drivers/net/ethernet/intel/e1000e/hw.h
+index eff75bd8a8f..11fdc27faa8 100644
+--- a/drivers/net/ethernet/intel/e1000e/hw.h
++++ b/drivers/net/ethernet/intel/e1000e/hw.h
+@@ -86,6 +86,12 @@ struct e1000_hw;
+ #define E1000_DEV_ID_PCH_ICP_I219_V8 0x15E0
+ #define E1000_DEV_ID_PCH_ICP_I219_LM9 0x15E1
+ #define E1000_DEV_ID_PCH_ICP_I219_V9 0x15E2
++#define E1000_DEV_ID_PCH_CMP_I219_LM10 0x0D4E
++#define E1000_DEV_ID_PCH_CMP_I219_V10 0x0D4F
++#define E1000_DEV_ID_PCH_CMP_I219_LM11 0x0D4C
++#define E1000_DEV_ID_PCH_CMP_I219_V11 0x0D4D
++#define E1000_DEV_ID_PCH_CMP_I219_LM12 0x0D53
++#define E1000_DEV_ID_PCH_CMP_I219_V12 0x0D55
+
+ #define E1000_REVISION_4 4
+
+diff --git a/drivers/net/ethernet/intel/e1000e/netdev.c b/drivers/net/ethernet/intel/e1000e/netdev.c
+index 42f57ab8fb8..731e1b3e103 100644
+--- a/drivers/net/ethernet/intel/e1000e/netdev.c
++++ b/drivers/net/ethernet/intel/e1000e/netdev.c
+@@ -7749,6 +7749,12 @@ static const struct pci_device_id e1000_pci_tbl[] = {
+ { PCI_VDEVICE(INTEL, E1000_DEV_ID_PCH_ICP_I219_V8), board_pch_cnp },
+ { PCI_VDEVICE(INTEL, E1000_DEV_ID_PCH_ICP_I219_LM9), board_pch_cnp },
+ { PCI_VDEVICE(INTEL, E1000_DEV_ID_PCH_ICP_I219_V9), board_pch_cnp },
++ { PCI_VDEVICE(INTEL, E1000_DEV_ID_PCH_CMP_I219_LM10), board_pch_cnp },
++ { PCI_VDEVICE(INTEL, E1000_DEV_ID_PCH_CMP_I219_V10), board_pch_cnp },
++ { PCI_VDEVICE(INTEL, E1000_DEV_ID_PCH_CMP_I219_LM11), board_pch_cnp },
++ { PCI_VDEVICE(INTEL, E1000_DEV_ID_PCH_CMP_I219_V11), board_pch_cnp },
++ { PCI_VDEVICE(INTEL, E1000_DEV_ID_PCH_CMP_I219_LM12), board_pch_spt },
++ { PCI_VDEVICE(INTEL, E1000_DEV_ID_PCH_CMP_I219_V12), board_pch_spt },
+
+ { 0, 0, 0, 0, 0, 0, 0 } /* terminate list */
+ };
+--
+2.24.1
+
diff --git a/kernel.spec b/kernel.spec
index 68789704761..dc1ad80cd93 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -801,6 +801,10 @@ Patch503: KEYS-Make-use-of-platform-keyring-for-module-signature.patch
# https://lkml.org/lkml/2019/8/29/1772
Patch504: ARM-fix-__get_user_check-in-case-uaccess_-calls-are-not-inlined.patch
+# https://bugzilla.redhat.com/show_bug.cgi?id=1794369#c3
+# https://patchwork.ozlabs.org/patch/1174394/
+Patch506: 1000e-Add-support-for-Comet-Lake.patch
+
# CVE-2019-19054 rhbz 1775063 1775117
Patch523: media-rc-prevent-memory-leak-in-cx23888_ir_probe.patch
@@ -2520,6 +2524,9 @@ fi
#
#
%changelog
+* Wed Jan 29 2020 Javier Martinez Canillas <javierm(a)redhat.com>
+- Add PCI device IDs to e1000e driver for Comet Lake support (rhbz 1794369)
+
* Mon Jan 27 2020 Jeremy Cline <jcline(a)redhat.com> - 5.4.15-200
- Linux v5.4.15
--
2.24.1
3 years, 8 months
Enabling vboxsf in Fedora 5.4+ kernels
by Hans de Goede
Hi all,
So vboxsf has finally landed upstream. I gave up getting it merged
directly under fs/vboxsf since despite some fs-devel folks saying
that it was as good as it is going to get (given the limitations
of the API exposed by the host) it seems that the fs subsys maintainers
did not have the time to take a look at it.
So I've send it to GKH for merging under drivers/staging instead
and somewhat to my surprise (not complaining) he send it in for
this cycle.
Since this upstream now; and despite being in staging has alread seen
multiple reviews, I would like to get this enabled for the Fedora 5.4
kernels so that shared-folders will just work for users running Fedora
as a VirtualBox guest.
So unless there are any objections I'm going to flip the
configs/fedora/generic/CONFIG_VBOXSF_FS file to m and enable this in rawhide
soon.
Regards,
Hans
3 years, 8 months
[PATCH 0/4] Kconfig symbol cleanup for v5.5-rc1
by Paul Bolle
Here's yet another Kconfig symbol cleanup, now for v5.5-rc1. (Yes, I
know we're already at v5.5-rc4 by now. I was busy with other things in
December.)
This series is - as always - boring to review and hard to test
thoroughly. My tests where rather light.
When submitting a very similar series for v5.4-rc1 I bragged about a way
to sort-of do this during regular builds. Silly me, because now I'm
still doing this by hand. Maybe someday I'll have something to show.
Don't hold your breath...
Paul Bolle (4):
configs: remove CONFIG_MTD_M25P80
configs: remove CONFIG_CROSS_COMPILE_COMPAT_VDSO
configs: remove CONFIG_SND_SOC_INTEL_USER_FRIENDLY_LONG_NAMES
Kconfig symbol cleanup for v5.5-rc1
configs/fedora/debug/CONFIG_REFCOUNT_FULL | 1 -
configs/fedora/generic/CONFIG_CRYPTO_BLKCIPHER | 1 -
configs/fedora/generic/CONFIG_HEADERS_CHECK | 1 -
configs/fedora/generic/CONFIG_HEADER_TEST | 1 -
configs/fedora/generic/CONFIG_INFINIBAND_CXGB3 | 1 -
.../fedora/generic/CONFIG_INPUT_KXTJ9_POLLED_MODE | 1 -
configs/fedora/generic/CONFIG_KERNEL_HEADER_TEST | 1 -
configs/fedora/generic/CONFIG_PCIEASPM_DEBUG | 1 -
configs/fedora/generic/CONFIG_REFCOUNT_FULL | 1 -
.../fedora/generic/CONFIG_SND_HDA_INTEL_DETECT_DMIC | 1 -
configs/fedora/generic/arm/CONFIG_MTD_M25P80 | 1 -
configs/fedora/generic/arm/CONFIG_REFCOUNT_FULL | 1 -
.../arm/aarch64/CONFIG_CROSS_COMPILE_COMPAT_VDSO | 1 -
.../generic/arm/aarch64/CONFIG_QCOM_SDM845_LLCC | 1 -
.../fedora/generic/arm/armv7/CONFIG_INFINIBAND_CXGB3 | 1 -
.../generic/arm/armv7/armv7/CONFIG_PWM_TIPWMSS | 1 -
configs/fedora/generic/powerpc/CONFIG_SIMPLE_GPIO | 1 -
.../generic/powerpc/CONFIG_SND_HDA_INTEL_DETECT_DMIC | 1 -
configs/fedora/generic/s390x/CONFIG_INFINIBAND_CXGB3 | 1 -
configs/fedora/generic/x86/CONFIG_CRC_PMIC_OPREGION | 1 -
.../generic/x86/CONFIG_SND_HDA_INTEL_DETECT_DMIC | 1 -
.../CONFIG_SND_SOC_INTEL_USER_FRIENDLY_LONG_NAMES | 1 -
.../fedora/generic/x86/x86_64/CONFIG_CALGARY_IOMMU | 1 -
kernel-aarch64-debug-fedora.config | 12 ------------
kernel-aarch64-fedora.config | 12 ------------
kernel-armv7hl-debug-fedora.config | 11 -----------
kernel-armv7hl-fedora.config | 11 -----------
kernel-armv7hl-lpae-debug-fedora.config | 10 ----------
kernel-armv7hl-lpae-fedora.config | 10 ----------
kernel-i686-debug-fedora.config | 11 -----------
kernel-i686-fedora.config | 11 -----------
kernel-ppc64le-debug-fedora.config | 10 ----------
kernel-ppc64le-fedora.config | 10 ----------
kernel-s390x-debug-fedora.config | 9 ---------
kernel-s390x-fedora.config | 9 ---------
kernel-x86_64-debug-fedora.config | 12 ------------
kernel-x86_64-fedora.config | 12 ------------
37 files changed, 173 deletions(-)
delete mode 100644 configs/fedora/debug/CONFIG_REFCOUNT_FULL
delete mode 100644 configs/fedora/generic/CONFIG_CRYPTO_BLKCIPHER
delete mode 100644 configs/fedora/generic/CONFIG_HEADERS_CHECK
delete mode 100644 configs/fedora/generic/CONFIG_HEADER_TEST
delete mode 100644 configs/fedora/generic/CONFIG_INFINIBAND_CXGB3
delete mode 100644 configs/fedora/generic/CONFIG_INPUT_KXTJ9_POLLED_MODE
delete mode 100644 configs/fedora/generic/CONFIG_KERNEL_HEADER_TEST
delete mode 100644 configs/fedora/generic/CONFIG_PCIEASPM_DEBUG
delete mode 100644 configs/fedora/generic/CONFIG_REFCOUNT_FULL
delete mode 100644 configs/fedora/generic/CONFIG_SND_HDA_INTEL_DETECT_DMIC
delete mode 100644 configs/fedora/generic/arm/CONFIG_MTD_M25P80
delete mode 100644 configs/fedora/generic/arm/CONFIG_REFCOUNT_FULL
delete mode 100644 configs/fedora/generic/arm/aarch64/CONFIG_CROSS_COMPILE_COMPAT_VDSO
delete mode 100644 configs/fedora/generic/arm/aarch64/CONFIG_QCOM_SDM845_LLCC
delete mode 100644 configs/fedora/generic/arm/armv7/CONFIG_INFINIBAND_CXGB3
delete mode 100644 configs/fedora/generic/arm/armv7/armv7/CONFIG_PWM_TIPWMSS
delete mode 100644 configs/fedora/generic/powerpc/CONFIG_SIMPLE_GPIO
delete mode 100644 configs/fedora/generic/powerpc/CONFIG_SND_HDA_INTEL_DETECT_DMIC
delete mode 100644 configs/fedora/generic/s390x/CONFIG_INFINIBAND_CXGB3
delete mode 100644 configs/fedora/generic/x86/CONFIG_CRC_PMIC_OPREGION
delete mode 100644 configs/fedora/generic/x86/CONFIG_SND_HDA_INTEL_DETECT_DMIC
delete mode 100644 configs/fedora/generic/x86/CONFIG_SND_SOC_INTEL_USER_FRIENDLY_LONG_NAMES
delete mode 100644 configs/fedora/generic/x86/x86_64/CONFIG_CALGARY_IOMMU
--
2.21.0
3 years, 8 months
man kernel_lockdown.7
by Chris Murphy
Hi,
There are many kernel messages referring to this man page, which
doesn't appear to exist on Fedora. What needs to be done so a user can
just copy+paste this message into Terminal, and learn more about it?
$ sudo journalctl -k | grep -i hibern
Jan 13 13:55:16 flap.local kernel: Lockdown: swapper/0: hibernation is
restricted; see man kernel_lockdown.7
Jan 13 13:55:28 flap.local kernel: Lockdown: systemd-logind:
hibernation is restricted; see man kernel_lockdown.7
[chris@flap ~]$ man kernel_lockdown.7
No manual entry for kernel_lockdown.7
Thanks,
--
Chris Murphy
3 years, 8 months