Re: [PATCH] cfg80211: stop demanding lots of new stuff

2018-02-03 Thread Kevin Groeneveld
On Thu, Jan 18, 2018 at 1:47 AM, Johannes Berg wrote: > On Wed, 2018-01-17 at 14:55 -0800, Hugh Dickins wrote: >> "make oldconfig" from 4.14 (when CONFIG_CFG80211_CERTIFICATION_ONUS >> is not set) to 4.15-rc, gets into asking lots of new questions, and >> configuring in

Re: [PATCH] cfg80211: stop demanding lots of new stuff

2018-02-03 Thread Kevin Groeneveld
On Thu, Jan 18, 2018 at 1:47 AM, Johannes Berg wrote: > On Wed, 2018-01-17 at 14:55 -0800, Hugh Dickins wrote: >> "make oldconfig" from 4.14 (when CONFIG_CFG80211_CERTIFICATION_ONUS >> is not set) to 4.15-rc, gets into asking lots of new questions, and >> configuring in unwanted stuff: I'm unsure

Re: [PATCH] cfg80211: stop demanding lots of new stuff

2018-01-18 Thread Johannes Berg
On Thu, 2018-01-18 at 13:07 -0800, Hugh Dickins wrote: > Perhaps you did not try on a system without SYSTEM_DATA_VERIFICATION > already enabled - that "select SYSTEM_DATA_VERIFICATION" seems to be > taking effect even when CFG80211_REQUIRE_SIGNED_REGDB is not enabled, > and pulls in a boatload.

Re: [PATCH] cfg80211: stop demanding lots of new stuff

2018-01-18 Thread Johannes Berg
On Thu, 2018-01-18 at 13:07 -0800, Hugh Dickins wrote: > Perhaps you did not try on a system without SYSTEM_DATA_VERIFICATION > already enabled - that "select SYSTEM_DATA_VERIFICATION" seems to be > taking effect even when CFG80211_REQUIRE_SIGNED_REGDB is not enabled, > and pulls in a boatload.

Re: [PATCH] cfg80211: stop demanding lots of new stuff

2018-01-18 Thread Hugh Dickins
A familiar error, let's try to attach this time... On Thu, 18 Jan 2018, Hugh Dickins wrote: > On Thu, 18 Jan 2018, Johannes Berg wrote: > > On Wed, 2018-01-17 at 14:55 -0800, Hugh Dickins wrote: > > > "make oldconfig" from 4.14 (when CONFIG_CFG80211_CERTIFICATION_ONUS > > > is not set) to

Re: [PATCH] cfg80211: stop demanding lots of new stuff

2018-01-18 Thread Hugh Dickins
A familiar error, let's try to attach this time... On Thu, 18 Jan 2018, Hugh Dickins wrote: > On Thu, 18 Jan 2018, Johannes Berg wrote: > > On Wed, 2018-01-17 at 14:55 -0800, Hugh Dickins wrote: > > > "make oldconfig" from 4.14 (when CONFIG_CFG80211_CERTIFICATION_ONUS > > > is not set) to

Re: [PATCH] cfg80211: stop demanding lots of new stuff

2018-01-18 Thread Randy Dunlap
On 01/18/2018 01:07 PM, Hugh Dickins wrote: > On Thu, 18 Jan 2018, Johannes Berg wrote: >> On Wed, 2018-01-17 at 14:55 -0800, Hugh Dickins wrote: >>> "make oldconfig" from 4.14 (when CONFIG_CFG80211_CERTIFICATION_ONUS >>> is not set) to 4.15-rc, gets into asking lots of new questions, and >>>

Re: [PATCH] cfg80211: stop demanding lots of new stuff

2018-01-18 Thread Randy Dunlap
On 01/18/2018 01:07 PM, Hugh Dickins wrote: > On Thu, 18 Jan 2018, Johannes Berg wrote: >> On Wed, 2018-01-17 at 14:55 -0800, Hugh Dickins wrote: >>> "make oldconfig" from 4.14 (when CONFIG_CFG80211_CERTIFICATION_ONUS >>> is not set) to 4.15-rc, gets into asking lots of new questions, and >>>

Re: [PATCH] cfg80211: stop demanding lots of new stuff

2018-01-18 Thread Hugh Dickins
On Thu, 18 Jan 2018, Johannes Berg wrote: > On Wed, 2018-01-17 at 14:55 -0800, Hugh Dickins wrote: > > "make oldconfig" from 4.14 (when CONFIG_CFG80211_CERTIFICATION_ONUS > > is not set) to 4.15-rc, gets into asking lots of new questions, and > > configuring in unwanted stuff: I'm unsure of my

Re: [PATCH] cfg80211: stop demanding lots of new stuff

2018-01-18 Thread Hugh Dickins
On Thu, 18 Jan 2018, Johannes Berg wrote: > On Wed, 2018-01-17 at 14:55 -0800, Hugh Dickins wrote: > > "make oldconfig" from 4.14 (when CONFIG_CFG80211_CERTIFICATION_ONUS > > is not set) to 4.15-rc, gets into asking lots of new questions, and > > configuring in unwanted stuff: I'm unsure of my

Re: [PATCH] cfg80211: stop demanding lots of new stuff

2018-01-17 Thread Johannes Berg
On Wed, 2018-01-17 at 14:55 -0800, Hugh Dickins wrote: > "make oldconfig" from 4.14 (when CONFIG_CFG80211_CERTIFICATION_ONUS > is not set) to 4.15-rc, gets into asking lots of new questions, and > configuring in unwanted stuff: I'm unsure of my Kconfig skills, but > it looks like

Re: [PATCH] cfg80211: stop demanding lots of new stuff

2018-01-17 Thread Johannes Berg
On Wed, 2018-01-17 at 14:55 -0800, Hugh Dickins wrote: > "make oldconfig" from 4.14 (when CONFIG_CFG80211_CERTIFICATION_ONUS > is not set) to 4.15-rc, gets into asking lots of new questions, and > configuring in unwanted stuff: I'm unsure of my Kconfig skills, but > it looks like

[PATCH] cfg80211: stop demanding lots of new stuff

2018-01-17 Thread Hugh Dickins
"make oldconfig" from 4.14 (when CONFIG_CFG80211_CERTIFICATION_ONUS is not set) to 4.15-rc, gets into asking lots of new questions, and configuring in unwanted stuff: I'm unsure of my Kconfig skills, but it looks like CFG80211_REQUIRE_SIGNED_REGDB's "default y" needs to be toned down when we don't

[PATCH] cfg80211: stop demanding lots of new stuff

2018-01-17 Thread Hugh Dickins
"make oldconfig" from 4.14 (when CONFIG_CFG80211_CERTIFICATION_ONUS is not set) to 4.15-rc, gets into asking lots of new questions, and configuring in unwanted stuff: I'm unsure of my Kconfig skills, but it looks like CFG80211_REQUIRE_SIGNED_REGDB's "default y" needs to be toned down when we don't