Re: [PATCH] firmware_loader: fix build without sysctl

2019-05-31 Thread Stephen Rothwell
Hi Matteo, On Fri, 31 May 2019 11:12:39 +0200 Matteo Croce wrote: > > please correct the Fixes tag if possible. > It seems that the hash of the offending commit now is d91bff3011cf Unfortunately, these hashes will keep changing for things in Andrew's patch queue until they are sent to Linus. In

Re: [PATCH] firmware_loader: fix build without sysctl

2019-05-31 Thread Matteo Croce
On Fri, May 31, 2019 at 4:15 AM Randy Dunlap wrote: > > On 5/30/19 6:26 PM, Matteo Croce wrote: > > firmware_config_table has references to the sysctl code which > > triggers a build failure when CONFIG_PROC_SYSCTL is not set: > > > > ld: drivers/base/firmware_loader/fallback_table.o:(.data+0x

Re: [PATCH] firmware_loader: fix build without sysctl

2019-05-30 Thread Randy Dunlap
On 5/30/19 6:26 PM, Matteo Croce wrote: > firmware_config_table has references to the sysctl code which > triggers a build failure when CONFIG_PROC_SYSCTL is not set: > > ld: drivers/base/firmware_loader/fallback_table.o:(.data+0x30): undefined > reference to `sysctl_vals' > ld: drivers/b

Re: [PATCH] firmware_loader: fix build without sysctl

2019-05-30 Thread Stephen Rothwell
Hi all, On Fri, 31 May 2019 03:26:49 +0200 Matteo Croce wrote: > > firmware_config_table has references to the sysctl code which > triggers a build failure when CONFIG_PROC_SYSCTL is not set: > > ld: drivers/base/firmware_loader/fallback_table.o:(.data+0x30): undefined > reference to `sysct

Re: [PATCH] firmware_loader: fix build without sysctl

2019-05-30 Thread Stephen Rothwell
Hi all, [Just cc'ing Andrew who is currently carrying the patch that this fixes.] On Fri, 31 May 2019 03:26:49 +0200 Matteo Croce wrote: > > firmware_config_table has references to the sysctl code which > triggers a build failure when CONFIG_PROC_SYSCTL is not set: > > ld: drivers/base/firm