Re: [PATCH] clk: Fix __GFP_FS allocation with irqs disabled

2015-01-17 Thread Mike Turquette
Quoting Stephen Boyd (2014-12-22 11:26:42) > On 12/22/2014 10:38 AM, Stephen Boyd wrote: > > On 12/22/2014 03:45 AM, Krzysztof Kozlowski wrote: > > > >> diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c > >> index f4963b7d4e17..35079302a650 100644 > >> --- a/drivers/clk/clk.c > >> +++

Re: [PATCH] clk: Fix __GFP_FS allocation with irqs disabled

2015-01-17 Thread Mike Turquette
Quoting Stephen Boyd (2014-12-22 11:26:42) On 12/22/2014 10:38 AM, Stephen Boyd wrote: On 12/22/2014 03:45 AM, Krzysztof Kozlowski wrote: diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c index f4963b7d4e17..35079302a650 100644 --- a/drivers/clk/clk.c +++ b/drivers/clk/clk.c @@

Re: [PATCH] clk: Fix __GFP_FS allocation with irqs disabled

2014-12-22 Thread Stephen Boyd
On 12/22/2014 10:38 AM, Stephen Boyd wrote: > On 12/22/2014 03:45 AM, Krzysztof Kozlowski wrote: > >> diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c >> index f4963b7d4e17..35079302a650 100644 >> --- a/drivers/clk/clk.c >> +++ b/drivers/clk/clk.c >> @@ -1150,6 +1150,12 @@ static int

Re: [PATCH] clk: Fix __GFP_FS allocation with irqs disabled

2014-12-22 Thread Stephen Boyd
On 12/22/2014 03:45 AM, Krzysztof Kozlowski wrote: > Allocation of memory for cached clock parents during s3c-sdhci probe was > done with interrupts disabled which lead to lockdep warning: > > [2.254980] s3c-sdhci 1253.sdhci: clock source 2: mmc_busclk.2 > (5000 Hz) > [2.560726]

[PATCH] clk: Fix __GFP_FS allocation with irqs disabled

2014-12-22 Thread Krzysztof Kozlowski
Allocation of memory for cached clock parents during s3c-sdhci probe was done with interrupts disabled which lead to lockdep warning: [2.254980] s3c-sdhci 1253.sdhci: clock source 2: mmc_busclk.2 (5000 Hz) [2.560726] [ cut here ] [2.565341] WARNING:

[PATCH] clk: Fix __GFP_FS allocation with irqs disabled

2014-12-22 Thread Krzysztof Kozlowski
Allocation of memory for cached clock parents during s3c-sdhci probe was done with interrupts disabled which lead to lockdep warning: [2.254980] s3c-sdhci 1253.sdhci: clock source 2: mmc_busclk.2 (5000 Hz) [2.560726] [ cut here ] [2.565341] WARNING:

Re: [PATCH] clk: Fix __GFP_FS allocation with irqs disabled

2014-12-22 Thread Stephen Boyd
On 12/22/2014 03:45 AM, Krzysztof Kozlowski wrote: Allocation of memory for cached clock parents during s3c-sdhci probe was done with interrupts disabled which lead to lockdep warning: [2.254980] s3c-sdhci 1253.sdhci: clock source 2: mmc_busclk.2 (5000 Hz) [2.560726]

Re: [PATCH] clk: Fix __GFP_FS allocation with irqs disabled

2014-12-22 Thread Stephen Boyd
On 12/22/2014 10:38 AM, Stephen Boyd wrote: On 12/22/2014 03:45 AM, Krzysztof Kozlowski wrote: diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c index f4963b7d4e17..35079302a650 100644 --- a/drivers/clk/clk.c +++ b/drivers/clk/clk.c @@ -1150,6 +1150,12 @@ static int