diff options
author | Laura Abbott <labbott@fedoraproject.org> | 2015-10-28 09:50:48 -0700 |
---|---|---|
committer | Laura Abbott <labbott@fedoraproject.org> | 2015-10-28 09:50:52 -0700 |
commit | 24984a43916c7b1b259f84dadd70d7b8f9161fc2 (patch) | |
tree | b115d8e6e1a5e08f0c116100b5f306de34aeb217 | |
parent | e9635f9e3d17a8d770702f04eba3a8134ed4f0c4 (diff) | |
download | kernel-24984a43916c7b1b259f84dadd70d7b8f9161fc2.tar.gz kernel-24984a43916c7b1b259f84dadd70d7b8f9161fc2.tar.xz kernel-24984a43916c7b1b259f84dadd70d7b8f9161fc2.zip |
Disable CONFIG_DMADEVICES_VDEBUG
Several IRQ handlers dump out too much information with this on
which isn't actually useful. Just turn it off.
-rw-r--r-- | config-debug | 2 | ||||
-rw-r--r-- | config-nodebug | 2 | ||||
-rw-r--r-- | kernel.spec | 3 |
3 files changed, 5 insertions, 2 deletions
diff --git a/config-debug b/config-debug index cfb1d380b..d57a218ea 100644 --- a/config-debug +++ b/config-debug @@ -90,7 +90,7 @@ CONFIG_RTLWIFI_DEBUG=y CONFIG_DEBUG_OBJECTS_WORK=y CONFIG_DMADEVICES_DEBUG=y -CONFIG_DMADEVICES_VDEBUG=y +# CONFIG_DMADEVICES_VDEBUG is not set CONFIG_PM_ADVANCED_DEBUG=y diff --git a/config-nodebug b/config-nodebug index c2b45c591..7632e38e9 100644 --- a/config-nodebug +++ b/config-nodebug @@ -90,7 +90,7 @@ CONFIG_IWLWIFI_DEVICE_TRACING=y CONFIG_DEBUG_OBJECTS_WORK=y CONFIG_DMADEVICES_DEBUG=y -CONFIG_DMADEVICES_VDEBUG=y +# CONFIG_DMADEVICES_VDEBUG is not set CONFIG_PM_ADVANCED_DEBUG=y diff --git a/kernel.spec b/kernel.spec index 11c99c9f3..7d9f0888f 100644 --- a/kernel.spec +++ b/kernel.spec @@ -2036,6 +2036,9 @@ fi # %changelog * Wed Oct 28 2015 Laura Abbott <labbott@redhat.com> +- Disable CONFIG_DMADEVICES_VDEBUG + +* Wed Oct 28 2015 Laura Abbott <labbott@redhat.com> - Add new PCI ids for wireless, including Lenovo Yoga * Tue Oct 27 2015 Laura Abbott <labbott@redhat.com> - 4.3.0-0.rc7.git1.1 |