[Bug 1759893] Re: [18.04][config] regression: nvme and nvme_core couldn't be built as modules starting 4.15-rc2

2018-04-05 Thread Yurii Shestakov
Hi Seth, No, I've not reported this issue to the upstream yet. I guess somebody from our company, who works on NVMe-OF related code in the kernel, should do this. To be honest I'm not sure that my fix is technically correct and takes into account all dependencies. So that I'm fine with reverting

[Bug 1759893] [NEW] regression: nvme and nvme_core couldn't be build as modules starting 4.15-rc2

2018-03-29 Thread Yurii Shestakov
depends on BLOCK && HAS_DMA && PCI - select BLK_DEV_NVME + depends on BLOCK && HAS_DMA && PCI && BLK_DEV_NVME help Say Y here to get to enable Open-channel SSDs. Regards, Yurii Shestakov ** Affects: linux (Ubuntu)

[Bug 1759893] Re: [18.04][config] regression: nvme and nvme_core couldn't be build as modules starting 4.15-rc2

2018-03-29 Thread Yurii Shestakov
** Summary changed: - regression: nvme and nvme_core couldn't be build as modules starting 4.15-rc2 + [18.04][config] regression: nvme and nvme_core couldn't be build as modules starting 4.15-rc2 ** Summary changed: - [18.04][config] regression: nvme and nvme_core couldn't be build as modules

[Bug 1759893] ProcEnviron.txt

2018-03-29 Thread Yurii Shestakov
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1759893/+attachment/5095138/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1759893

[Bug 1759893] Lspci.txt

2018-03-29 Thread Yurii Shestakov
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1759893/+attachment/5095136/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1759893 Title: [18.

[Bug 1759893] ProcInterrupts.txt

2018-03-29 Thread Yurii Shestakov
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1759893/+attachment/5095139/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/175

[Bug 1759893] UdevDb.txt

2018-03-29 Thread Yurii Shestakov
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1759893/+attachment/5095141/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1759893 Title: [1

[Bug 1759893] ProcCpuinfoMinimal.txt

2018-03-29 Thread Yurii Shestakov
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1759893/+attachment/5095137/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/

[Bug 1759893] JournalErrors.txt

2018-03-29 Thread Yurii Shestakov
apport information ** Attachment added: "JournalErrors.txt" https://bugs.launchpad.net/bugs/1759893/+attachment/5095135/+files/JournalErrors.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/17598

[Bug 1759893] CurrentDmesg.txt

2018-03-29 Thread Yurii Shestakov
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1759893/+attachment/5095134/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1759893

[Bug 1759893] Re: [18.04][config] regression: nvme and nvme_core couldn't be built as modules starting 4.15-rc2

2018-03-29 Thread Yurii Shestakov
nfig index 2a953efec4e1..9969236314d7 100644 --- a/drivers/lightnvm/Kconfig +++ b/drivers/lightnvm/Kconfig @@ -4,8 +4,7 @@ menuconfig NVM bool "Open-Channel SSD target support" - depends on BLOCK && HAS_DMA && PCI - select BLK

[Bug 1759893] ProcModules.txt

2018-03-29 Thread Yurii Shestakov
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1759893/+attachment/5095140/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1759893

[Bug 1759893] WifiSyslog.txt

2018-03-29 Thread Yurii Shestakov
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1759893/+attachment/5095142/+files/WifiSyslog.txt ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, whic

[Bug 1759893] Re: [18.04][config] regression: nvme and nvme_core couldn't be built as modules starting 4.15-rc2

2018-03-30 Thread Yurii Shestakov
>From the KConfig tutorial: https://www.kernel.org/doc/Documentation/kbuild/kconfig-language.txt - reverse dependencies: "select" ["if" ] While normal dependencies reduce the upper limit of a symbol (see below), reverse dependencies can be used to force a lower limit of another symbol. The