Re: kernel-4.15.0-0.rc3.git0.1.fc28 src rpm fails to compile because of errors in ppc64p7 config file

2017-12-13 Thread Peter Robinson
>> On Wed, Dec 13, 2017 at 8:08 PM, Laura Abbott >> wrote: > >> > Can you share the steps you used to produce this build as well as >> > the full build log? As you noted, this was built successfully in >> > koji. > > I'm following this procedure for building from the src.rpm

Re: kernel-4.15.0-0.rc3.git0.1.fc28 src rpm fails to compile because of errors in ppc64p7 config file

2017-12-13 Thread stan
On Thu, 14 Dec 2017 01:00:10 + Peter Robinson wrote: > On Wed, Dec 13, 2017 at 8:08 PM, Laura Abbott > wrote: > > Can you share the steps you used to produce this build as well as > > the full build log? As you noted, this was built successfully in

[PATCH 1/2] configs: Move base-debug and base-generic to configs/fedora

2017-12-13 Thread Don Zickus
It was suggested that base-debug and base-generic were not good names to use. Further discussion led to using configs/fedora for the base config files and configs/rhel for any overrides. This patch does a plain mkdir configs/fedora git mv configs/base-{generic,debug} configs/fedora No code

[PATCH 2/2] configs: Update config generation script to use configs/fedora

2017-12-13 Thread Don Zickus
The previous patch moved the configs/base-{generic,debug} to configs/fedora. Now we update the scripts to reflect that change. Changing the scripts was straightforward. Handling overrides that didn't use generic names was a little trickier. To handle random override names (well rhel), I added

Re: Enabling CONFIG_REGULATOR on x86_64

2017-12-13 Thread Laura Abbott
On 12/13/2017 01:26 AM, Hans de Goede wrote: Hi, On 13-12-17 10:24, Hans de Goede wrote: Hi All, I would like to enable CONFIG_REGULATOR on x86_64, to fix USB PD negotiating (and charging with more the 0.5 A in general) and battery monitoring on Intel Cherry Trail devices which use an Intel

Re: Changing the SND_HDA_POWER_SAVE_DEFAULT option from 0 to 1

2017-12-13 Thread Jeremy Cline
On 11/03/2017 04:59 AM, Hans de Goede wrote: > Hi, > > On 01-11-17 20:34, Laura Abbott wrote: >> I'm always a bit uneasy about enabling hardware power saving >> since it rarely seems to be done correctly but as Peter pointed >> out it's easy to revert if something goes wrong. Having the >>

Re: kernel-4.15.0-0.rc3.git0.1.fc28 src rpm fails to compile because of errors in ppc64p7 config file

2017-12-13 Thread Laura Abbott
On 12/13/2017 10:25 AM, stan wrote: I tried to compile this kernel from the src rpm on rawhide. I kept getting the error that two config options for ppc64p7 were set to m, and m wasn't a valid choice. So, I generated the following patch, diff --git a/configs/kernel-4.15.0-ppc64p7.config

kernel-4.15.0-0.rc3.git0.1.fc28 src rpm fails to compile because of errors in ppc64p7 config file

2017-12-13 Thread stan
I tried to compile this kernel from the src rpm on rawhide. I kept getting the error that two config options for ppc64p7 were set to m, and m wasn't a valid choice. So, I generated the following patch, diff --git a/configs/kernel-4.15.0-ppc64p7.config b/configs/kernel-4.15.0-ppc64p7.config

Enabling CONFIG_REGULATOR on x86_64

2017-12-13 Thread Hans de Goede
Hi All, I would like to enable CONFIG_REGULATOR on x86_64, to fix USB PD negotiating (and charging with more the 0.5 A in general) and battery monitoring on Intel Cherry Trail devices which use an Intel PMIC + FUSB302 Type-C controller to enable USB-PD charging. Since the USB-PD negotiation in