diff options
-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 |