Re: [PATCH] sound: depend on ZONE_DMA

2015-11-16 Thread Boaz Harrosh
On 11/16/2015 11:28 AM, Takashi Iwai wrote: <> >> >> Hi Greg >> >> Please include the mainline patch: >> [2db1a57] ALSA: pci: depend on ZONE_DMA (by Dan Williams) >> >> To the stable tree for v4.3.X Kernel. >> >> This patch is needed for proper operation of the 4.3 pmem.ko driver. Long >> stor

Re: [PATCH] sound: depend on ZONE_DMA

2015-11-16 Thread Takashi Iwai
On Mon, 16 Nov 2015 09:58:28 +0100, Boaz Harrosh wrote: > > On 11/16/2015 09:40 AM, Takashi Iwai wrote: > > On Sun, 15 Nov 2015 11:53:11 +0100, > > Boaz Harrosh wrote: > >> > >> On 11/12/2015 10:38 PM, Takashi Iwai wrote: > >>> On Thu, 12 Nov 2015 21:13:57 +0100, > >>> Dan Williams wrote: > >

Re: [PATCH] sound: depend on ZONE_DMA

2015-11-16 Thread Boaz Harrosh
On 11/16/2015 09:40 AM, Takashi Iwai wrote: > On Sun, 15 Nov 2015 11:53:11 +0100, > Boaz Harrosh wrote: >> >> On 11/12/2015 10:38 PM, Takashi Iwai wrote: >>> On Thu, 12 Nov 2015 21:13:57 +0100, >>> Dan Williams wrote: There are several sound drivers that 'select ZONE_DMA'. This is b

Re: [PATCH] sound: depend on ZONE_DMA

2015-11-15 Thread Takashi Iwai
On Sun, 15 Nov 2015 11:53:11 +0100, Boaz Harrosh wrote: > > On 11/12/2015 10:38 PM, Takashi Iwai wrote: > > On Thu, 12 Nov 2015 21:13:57 +0100, > > Dan Williams wrote: > >> > >> There are several sound drivers that 'select ZONE_DMA'. This is > >> backwards as ZONE_DMA is an architecture capabilit

Re: [PATCH] sound: depend on ZONE_DMA

2015-11-15 Thread Boaz Harrosh
On 11/12/2015 10:38 PM, Takashi Iwai wrote: > On Thu, 12 Nov 2015 21:13:57 +0100, > Dan Williams wrote: >> >> There are several sound drivers that 'select ZONE_DMA'. This is >> backwards as ZONE_DMA is an architecture capability exported to drivers. >> Switch the polarity of the dependency to disa

Re: [PATCH] sound: depend on ZONE_DMA

2015-11-15 Thread Boaz Harrosh
On 11/12/2015 10:13 PM, Dan Williams wrote: > There are several sound drivers that 'select ZONE_DMA'. This is > backwards as ZONE_DMA is an architecture capability exported to drivers. > Switch the polarity of the dependency to disable these drivers when the > architecture does not support ZONE_DM

Re: [PATCH] sound: depend on ZONE_DMA

2015-11-13 Thread Takashi Iwai
On Thu, 12 Nov 2015 21:13:57 +0100, Dan Williams wrote: > > There are several sound drivers that 'select ZONE_DMA'. This is > backwards as ZONE_DMA is an architecture capability exported to drivers. > Switch the polarity of the dependency to disable these drivers when the > architecture does not

[PATCH] sound: depend on ZONE_DMA

2015-11-12 Thread Dan Williams
There are several sound drivers that 'select ZONE_DMA'. This is backwards as ZONE_DMA is an architecture capability exported to drivers. Switch the polarity of the dependency to disable these drivers when the architecture does not support ZONE_DMA. This was discovered in the context of testing/en