[PATCH 31/45] clk: qcom: Include clk.h

2015-07-10 Thread Stephen Boyd
This clock provider uses the consumer API, so include clk.h explicitly. Signed-off-by: Stephen Boyd --- drivers/clk/qcom/mmcc-msm8960.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/clk/qcom/mmcc-msm8960.c b/drivers/clk/qcom/mmcc-msm8960.c index 9711bca9cc06..2de05e321ad0 100644

[PATCH 26/45] clk: tegra: Properly include clk.h

2015-07-10 Thread Stephen Boyd
Clock provider drivers generally shouldn't include clk.h because it's the consumer API. Only include clk.h in files that are using it. Also add in a clkdev.h include that was missing in a file using clkdev APIs. Cc: Peter De Schrijver Cc: Thierry Reding Signed-off-by: Stephen Boyd ---

[PATCH 12/45] clk: wm831x: Remove clk.h include

2015-07-10 Thread Stephen Boyd
Clock provider drivers generally shouldn't include clk.h because it's the consumer API. Remove the include here because this is a provider driver. Cc: Mark Brown Signed-off-by: Stephen Boyd --- drivers/clk/clk-wm831x.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/clk/clk-wm831x.c

[PATCH 30/45] clk: highbank: Include clk.h

2015-07-10 Thread Stephen Boyd
This clock provider uses the consumer API, so include clk.h explicitly. Cc: Rob Herring Signed-off-by: Stephen Boyd --- drivers/clk/clk-highbank.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/clk/clk-highbank.c b/drivers/clk/clk-highbank.c index 2e7e9d9798cb..be3a21abb185 100644

[PATCH 11/45] clk: u300: Remove clk.h include

2015-07-10 Thread Stephen Boyd
Clock provider drivers generally shouldn't include clk.h because it's the consumer API. Remove the include here because this is a provider driver. Also add in slab.h because without clkdev.h compilation of this file would fail. Cc: Linus Walleij Signed-off-by: Stephen Boyd ---

[PATCH 42/45] clk: samsung: s5pv210-audss: Include clk.h

2015-07-10 Thread Stephen Boyd
This clock provider uses the consumer API, so include clk.h explicitly. Cc: Kukjin Kim Signed-off-by: Stephen Boyd --- drivers/clk/samsung/clk-s5pv210-audss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/samsung/clk-s5pv210-audss.c

[PATCH 39/45] clk: si570: Include clk.h

2015-07-10 Thread Stephen Boyd
This clock provider uses the consumer API, so include clk.h explicitly. Cc: Guenter Roeck Cc: Soren Brinkmann Signed-off-by: Stephen Boyd --- drivers/clk/clk-si570.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/clk/clk-si570.c b/drivers/clk/clk-si570.c index

[PATCH 25/45] clk: socfpga: Remove clk.h include

2015-07-10 Thread Stephen Boyd
Clock provider drivers generally shouldn't include clk.h because it's the consumer API. Remove the include here because this is a provider driver. Cc: Viresh Kumar Signed-off-by: Stephen Boyd --- drivers/clk/spear/spear1310_clock.c | 1 - drivers/clk/spear/spear1340_clock.c | 1 -

[PATCH 38/45] clk: moxart: Include clk.h

2015-07-10 Thread Stephen Boyd
This clock provider uses the consumer API, so include clk.h explicitly. Cc: Jonas Jensen Signed-off-by: Stephen Boyd --- drivers/clk/clk-moxart.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/clk/clk-moxart.c b/drivers/clk/clk-moxart.c index 5181b89c3cb2..f37f719643ec 100644 ---

[PATCH 44/45] clk: at91: Include clk.h and slab.h

2015-07-10 Thread Stephen Boyd
This clock provider uses the consumer API, so include clk.h explicitly. Also include slab.h instead of relying on clkdev.h for it. Cc: Boris BREZILLON Signed-off-by: Stephen Boyd --- drivers/clk/at91/clk-slow.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/clk/at91/clk-slow.c

[PATCH 40/45] clk: ingenic: Include clk.h

2015-07-10 Thread Stephen Boyd
This clock provider uses the consumer API, so include clk.h explicitly. Cc: Paul Burton Cc: Paul Cercueil Cc: Ralf Baechle Signed-off-by: Stephen Boyd --- drivers/clk/ingenic/cgu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/clk/ingenic/cgu.c b/drivers/clk/ingenic/cgu.c index

[PATCH 22/45] clk: samsung: Properly include clk.h and clkdev.h

2015-07-10 Thread Stephen Boyd
Clock provider drivers generally shouldn't include clk.h because it's the consumer API. Only include clk.h in files that are using it. The clkdev.h header isn't always used either, so remove it and add in slab.h where files were relying on it to include slab for them. Cc: Chanwoo Choi Cc:

[PATCH 32/45] clk: st: Include clk.h

2015-07-10 Thread Stephen Boyd
This clock provider uses the consumer API, so include clk.h explicitly. Cc: Gabriel Fernandez Signed-off-by: Stephen Boyd --- drivers/clk/st/clk-flexgen.c | 1 + drivers/clk/st/clkgen-fsyn.c | 1 + drivers/clk/st/clkgen-mux.c | 1 + drivers/clk/st/clkgen-pll.c | 1 + 4 files changed, 4

[PATCH 28/45] clk: versatile: Remove clk.h and clkdev.h includes

2015-07-10 Thread Stephen Boyd
Clock provider drivers generally shouldn't include clk.h because it's the consumer API. Remove the include here because this is a provider driver. Also remove clkdev.h in files that aren't using it and replace them with slab.h in files that were relying on the implicit include of slab.h in

[PATCH 35/45] clk: zynq: Include clk.h

2015-07-10 Thread Stephen Boyd
This clock provider uses the consumer API, so include clk.h explicitly. Cc: Sören Brinkmann Signed-off-by: Stephen Boyd --- drivers/clk/zynq/clkc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/clk/zynq/clkc.c b/drivers/clk/zynq/clkc.c index de614384bb44..38a65c3e62fc 100644 ---

[PATCH 29/45] clk: bcm: Include clk.h

2015-07-10 Thread Stephen Boyd
This clock provider uses the consumer API, so include clk.h explicitly. Cc: Alex Elder Signed-off-by: Stephen Boyd --- drivers/clk/bcm/clk-kona.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/clk/bcm/clk-kona.c b/drivers/clk/bcm/clk-kona.c index 79a98506c433..5638de8c6489 100644

[PATCH 27/45] clk: ux500: Remove clk.h and clkdev.h includes

2015-07-10 Thread Stephen Boyd
Clock provider drivers generally shouldn't include clk.h because it's the consumer API. Remove the include here because this is a provider driver. Also remove clkdev.h in files that aren't using it. Cc: Linus Walleij Signed-off-by: Stephen Boyd --- drivers/clk/ux500/abx500-clk.c | 1 -

[PATCH 06/45] clk: nomadik: Remove clk.h and clkdev.h includes

2015-07-10 Thread Stephen Boyd
Clock provider drivers generally shouldn't include clk.h because it's the consumer API. Remove the include here because this is a provider driver. This driver also includes clkdev.h even though it isn't used, so drop it too and add slab.h to make sure everything still compiles. Cc: Linus Walleij

[PATCH 36/45] clk: Include clk.h in clk.c

2015-07-10 Thread Stephen Boyd
This file implements the clk API and so it should include clk.h directly instead of indirectly including it through clk-provider.h. Signed-off-by: Stephen Boyd --- drivers/clk/clk.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c index

[PATCH 08/45] clk: rk808: Remove clk.h include

2015-07-10 Thread Stephen Boyd
Clock provider drivers generally shouldn't include clk.h because it's the consumer API. Remove the include here because this is a provider driver. Cc: Chris Zhong Signed-off-by: Stephen Boyd --- drivers/clk/clk-rk808.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/clk/clk-rk808.c

[PATCH 24/45] clk: socfpga: Remove clk.h and clkdev.h includes

2015-07-10 Thread Stephen Boyd
Clock provider drivers generally shouldn't include clk.h because it's the consumer API. Remove the include here because this is a provider driver. The clkdev.h include isn't used either, remove it and add in slab.h to make sure things keep compiling. Cc: Dinh Nguyen Signed-off-by: Stephen Boyd

[PATCH 45/45] clk: Remove clk.h from clk-provider.h

2015-07-10 Thread Stephen Boyd
Remove clk.h from clk-provider.h so that we can clearly split clk providers from clk consumers. This will allow us to quickly detect when clock providers are using the consumer APIs by looking at the includes. Signed-off-by: Stephen Boyd --- include/linux/clk-provider.h | 2 +- 1 file changed,

[PATCH 18/45] clk: mvebu: Remove clk.h include

2015-07-10 Thread Stephen Boyd
Clock provider drivers generally shouldn't include clk.h because it's the consumer API. Only include the header if necessary. The clkdev.h include isn't used here either, so drop it and add in slab.h to keep things compiling. Cc: Boris Brezillon Signed-off-by: Stephen Boyd ---

[PATCH 17/45] clk: mmp: Remove clk.h include

2015-07-10 Thread Stephen Boyd
Clock provider drivers generally shouldn't include clk.h because it's the consumer API. Remove the include here because this is a provider driver. The clkdev.h include isn't used either, so drop it and add in slab.h to keep things compiling. Cc: Chao Xie Signed-off-by: Stephen Boyd ---

[PATCH 41/45] clk: pistachio: Include clk.h

2015-07-10 Thread Stephen Boyd
This clock provider uses the consumer API, so include clk.h explicitly. Cc: Andrew Bresticker Cc: Ralf Baechle Signed-off-by: Stephen Boyd --- drivers/clk/pistachio/clk.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/clk/pistachio/clk.c b/drivers/clk/pistachio/clk.c index

[PATCH 37/45] clk: cdce925: Include clk.h

2015-07-10 Thread Stephen Boyd
This clock provider uses the consumer API, so include clk.h explicitly. Cc: Mike Looijmans Signed-off-by: Stephen Boyd --- drivers/clk/clk-cdce925.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/clk/clk-cdce925.c b/drivers/clk/clk-cdce925.c index 85fafb41e6ca..089bf88ffa8d 100644

[PATCH 34/45] clk: ti: Include clk.h

2015-07-10 Thread Stephen Boyd
This clock provider uses the consumer API, so include clk.h explicitly. Cc: Tero Kristo Signed-off-by: Stephen Boyd --- drivers/clk/ti/apll.c| 1 + drivers/clk/ti/clk-33xx.c| 1 + drivers/clk/ti/clk-3xxx-legacy.c | 1 + drivers/clk/ti/clk-3xxx.c| 1 +

[PATCH 43/45] clk: ti: Switch clk-provider.h include to clk.h

2015-07-10 Thread Stephen Boyd
This file isn't a clock provider but uses the consumer API, so include clk.h instead of clk-provider.h. Cc: Tero Kristo Signed-off-by: Stephen Boyd --- drivers/clk/ti/clk-2xxx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/ti/clk-2xxx.c

[PATCH 21/45] clk: rockchip: Properly include clk.h

2015-07-10 Thread Stephen Boyd
Clock provider drivers generally shouldn't include clk.h because it's the consumer API. Only include clk.h if it's actually used. Cc: Heiko Stuebner Signed-off-by: Stephen Boyd --- drivers/clk/rockchip/clk-cpu.c | 1 + drivers/clk/rockchip/clk-mmc-phase.c | 1 +

[PATCH 33/45] clk: sunxi: Include clk.h

2015-07-10 Thread Stephen Boyd
This clock provider uses the consumer API, so include clk.h explicitly. Cc: Chen-Yu Tsai Cc: Maxime Ripard Signed-off-by: Stephen Boyd --- drivers/clk/sunxi/clk-mod0.c | 3 ++- drivers/clk/sunxi/clk-sun8i-mbus.c | 2 +- drivers/clk/sunxi/clk-sun9i-core.c | 2 +-

[PATCH 19/45] clk: mxs: Include clk.h in C files that use it

2015-07-10 Thread Stephen Boyd
Clock provider drivers generally shouldn't include clk.h because it's the consumer API. The clk.h include is being included in all mxs files because it's part of mxs/clk.h even though nothing actually requires it in that file. Move the clk.h include to the C files that are actually using it and

[PATCH 01/45] clk: axi-clkgen: Remove clk.h include

2015-07-10 Thread Stephen Boyd
Clock provider drivers generally shouldn't include clk.h because it's the consumer API. Remove the include here because this is a provider driver. Cc: Lars-Peter Clausen Signed-off-by: Stephen Boyd --- drivers/clk/clk-axi-clkgen.c | 1 - 1 file changed, 1 deletion(-) diff --git

[PATCH 23/45] clk: sirf: Properly include clk.h

2015-07-10 Thread Stephen Boyd
Clock provider drivers generally shouldn't include clk.h because it's the consumer API. Move the include of clk.h into clk-common.c because that's the only file that's really using clk.h, even if it's included into the atlas6 and prima2 files. Cc: Barry Song Signed-off-by: Stephen Boyd ---

[PATCH 09/45] clk: si5351: Include clk.h

2015-07-10 Thread Stephen Boyd
This clock provider uses the consumer API, so include clk.h explicitly. Cc: Sebastian Hesselbarth Signed-off-by: Stephen Boyd --- drivers/clk/clk-si5351.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/clk-si5351.c b/drivers/clk/clk-si5351.c index

[PATCH 05/45] clk: mux: Remove clk.h include

2015-07-10 Thread Stephen Boyd
Clock provider drivers generally shouldn't include clk.h because it's the consumer API. Remove the include here because this is a provider driver. Signed-off-by: Stephen Boyd --- drivers/clk/clk-mux.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/clk/clk-mux.c

[PATCH 03/45] clk: clps711x: Remove clk.h include

2015-07-10 Thread Stephen Boyd
Clock provider drivers generally shouldn't include clk.h because it's the consumer API. Remove the include here because this is a provider driver. Cc: Alexander Shiyan Signed-off-by: Stephen Boyd --- drivers/clk/clk-clps711x.c | 1 - 1 file changed, 1 deletion(-) diff --git

[PATCH 20/45] clk: nxp: Remove clk.h include

2015-07-10 Thread Stephen Boyd
Clock provider drivers generally shouldn't include clk.h because it's the consumer API. Remove the include here because this is a provider driver. Cc: Joachim Eastwood Signed-off-by: Stephen Boyd --- drivers/clk/nxp/clk-lpc18xx-cgu.c | 1 - 1 file changed, 1 deletion(-) diff --git

[PATCH 02/45] clk: cdce706: Include clk.h

2015-07-10 Thread Stephen Boyd
This clock provider uses the consumer API, so include clk.h explicitly. Cc: Max Filippov Signed-off-by: Stephen Boyd --- drivers/clk/clk-cdce706.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/clk/clk-cdce706.c b/drivers/clk/clk-cdce706.c index f01164fada5d..21830526fd8e 100644

[PATCH 00/45] Remove clk.h from clk-provider.h (clk drivers part)

2015-07-10 Thread Stephen Boyd
This is the third set in a series of patches that removes clk.h from clk-provider.h. This allows us to clearly see what provider drivers are using the consumer API (clk.h) by checking the includes. Currently clk.h is included by clk-provider.h even though it doesn't need to, so quite a few clk

[PATCH 13/45] clk: hisilicon: Remove clk.h include

2015-07-10 Thread Stephen Boyd
Clock provider drivers generally shouldn't include clk.h because it's the consumer API. Remove the include here because this is a provider driver. Also drop the clkdev.h include in files that aren't using it. Cc: Bintian Wang Cc: Zhangfei Gao Cc: Haojian Zhuang Signed-off-by: Stephen Boyd ---

[PATCH 10/45] clk: twl6040: Remove clk.h include

2015-07-10 Thread Stephen Boyd
Clock provider drivers generally shouldn't include clk.h because it's the consumer API. Remove the include here because this is a provider driver. Cc: Peter Ujfalusi Signed-off-by: Stephen Boyd --- drivers/clk/clk-twl6040.c | 1 - 1 file changed, 1 deletion(-) diff --git

[PATCH 15/45] clk: mediatek: Properly include clk.h

2015-07-10 Thread Stephen Boyd
We don't need to include clk.h in header files, just forward declare struct clk here. This leads us to a few places where the include of clk.h was missing in C files. Add them. Cc: James Liao Cc: Henry Chen Cc: Sascha Hauer Signed-off-by: Stephen Boyd --- drivers/clk/mediatek/clk-gate.h |

[PATCH 07/45] clk: palmas: Remove clkdev.h includes

2015-07-10 Thread Stephen Boyd
This driver includes clkdev.h even though it isn't used, so drop it. Cc: Peter Ujfalusi Cc: Nishanth Menon Signed-off-by: Stephen Boyd --- drivers/clk/clk-palmas.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/clk/clk-palmas.c b/drivers/clk/clk-palmas.c index

[PATCH 04/45] clk: efm32gg: Remove clk.h include

2015-07-10 Thread Stephen Boyd
Clock provider drivers generally shouldn't include clk.h because it's the consumer API. Remove the include here because this is a provider driver. Cc: Uwe Kleine-König Signed-off-by: Stephen Boyd --- drivers/clk/clk-efm32gg.c | 1 - 1 file changed, 1 deletion(-) diff --git

[PATCH 16/45] clk: meson8b: Properly include clk.h

2015-07-10 Thread Stephen Boyd
Clock provider drivers generally shouldn't include clk.h because it's the consumer API. Only include clk.h if it's actually used. Cc: Carlo Caione Signed-off-by: Stephen Boyd --- drivers/clk/meson/clk-cpu.c | 1 + drivers/clk/meson/clkc.c| 1 - 2 files changed, 1 insertion(+), 1

[PATCH 14/45] clk: keystone: Remove clk.h include

2015-07-10 Thread Stephen Boyd
Clock provider drivers generally shouldn't include clk.h because it's the consumer API. Remove the include here because this is a provider driver. Cc: Ivan Khoronzhuk Cc: Murali Karicheri Signed-off-by: Stephen Boyd --- drivers/clk/keystone/gate.c | 1 - drivers/clk/keystone/pll.c | 1 - 2

Re: musb-hdrc: "Vbus off, timeout 1100 msec" message does not belong in sysfs

2015-07-10 Thread Greg KH
On Fri, Jul 10, 2015 at 11:46:07PM +0200, Pavel Machek wrote: > On Fri 2015-07-10 14:50:12, Felipe Balbi wrote: > > Hi, > > > > On Thu, Jul 09, 2015 at 11:39:22PM +0200, Pavel Machek wrote: > > > Hi! > > > > > > sysfs should contain one value per file. This one has at least two, > > > with nice

Re: kdbus: credential faking

2015-07-10 Thread Greg KH
On Fri, Jul 10, 2015 at 10:47:32AM -0400, Stephen Smalley wrote: > On 07/10/2015 09:43 AM, David Herrmann wrote: > > Hi > > > > On Fri, Jul 10, 2015 at 3:25 PM, Stephen Smalley wrote: > >> On 07/09/2015 06:22 PM, David Herrmann wrote: > >>> To be clear, faking metadata has one use-case, and one

Re: [PATCH v2] nohz: prevent tilegx network driver interrupts

2015-07-10 Thread Josh Cartwright
On Fri, Jul 10, 2015 at 07:06:23PM -0400, Chris Metcalf wrote: > On 7/10/2015 6:45 PM, Josh Cartwright wrote: > >>+static inline const struct cpumask *housekeeping_cpumask(void) > >>>+{ > >>>+#ifdef CONFIG_NO_HZ_FULL > >>>+ if (tick_nohz_full_enabled()) > >>>+ return housekeeping_mask; >

Re: [PATCH v2] nohz: prevent tilegx network driver interrupts

2015-07-10 Thread Chris Metcalf
On 7/10/2015 6:45 PM, Josh Cartwright wrote: +static inline const struct cpumask *housekeeping_cpumask(void) >+{ >+#ifdef CONFIG_NO_HZ_FULL >+ if (tick_nohz_full_enabled()) >+ return housekeeping_mask; >+#endif Just a small comment: We can take these checks out from under a #ifdef

[PATCH 7/7] lib/vsprintf.c: Include clk.h

2015-07-10 Thread Stephen Boyd
This file uses the clk API so it should include clk.h directly instead of indirectly including it through clk-provider.h. Cc: Geert Uytterhoeven Signed-off-by: Stephen Boyd --- Please ack so this can go through clk-tree. lib/vsprintf.c | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH 6/7] simplefb: Include clk.h

2015-07-10 Thread Stephen Boyd
This driver uses the consumer API, so include clk.h explicitly instead of impliclty through the provider API. Cc: Luc Verhaegen Cc: Hans de Goede Cc: Geert Uytterhoeven Cc: Maxime Ripard Cc: David Herrmann Cc: Tomi Valkeinen Signed-off-by: Stephen Boyd --- Please ack so this can go

[PATCH 5/7] ACPI: Remove clk.h include

2015-07-10 Thread Stephen Boyd
Clock provider drivers generally shouldn't include clk.h because it's the consumer API. Remove the includes here because these are provider drivers. Cc: Ken Xue Cc: Mika Westerberg Cc: Rafael J. Wysocki Signed-off-by: Stephen Boyd --- Please ack so this can go through clk-tree. Otherwise

[PATCH 4/7] clocksource: cadence_ttc: Remove clk-provider.h include

2015-07-10 Thread Stephen Boyd
This file doesn't use the clk provider APIs. Remove the include. Cc: Michal Simek Cc: Daniel Lezcano Signed-off-by: Stephen Boyd --- Please ack if you want this to go through clk-tree, otherwise it's ok to take it through the clocksource side. drivers/clocksource/cadence_ttc_timer.c | 1 -

[PATCH 0/7] Remove clk.h from clk-provider.h (non-clk drivers part)

2015-07-10 Thread Stephen Boyd
This is the second set in a series of patches that removes clk.h from clk-provider.h. This allows us to clearly see what provider drivers are using the consumer API (clk.h) by checking the includes. Currently clk.h is included by clk-provider.h even though it doesn't need to so quite a few clk

[PATCH 3/7] spi: spi-pxa2xx: Remove clk.h include

2015-07-10 Thread Stephen Boyd
Clock provider drivers generally shouldn't include clk.h because it's the consumer API. Remove the include here because this is a provider driver. Cc: Daniel Mack Cc: Haojian Zhuang Cc: Robert Jarzmik Cc: Mark Brown Signed-off-by: Stephen Boyd --- Please ack so this can go through the clk

[PATCH 2/7] staging: clocking-wizard: Include clk.h

2015-07-10 Thread Stephen Boyd
This clock provider uses the consumer API, so include clk.h explicitly. Cc: Sören Brinkmann Cc: Greg Kroah-Hartman Signed-off-by: Stephen Boyd --- Please ack so this can go through the clk-tree. drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c | 1 + 1 file changed, 1 insertion(+)

[PATCH 1/7] powerpc/512x: clk: Include clk.h

2015-07-10 Thread Stephen Boyd
This clock provider uses the consumer API, so include clk.h explicitly. Cc: Gerhard Sittig Cc: Scott Wood Cc: Anatolij Gustschin Signed-off-by: Stephen Boyd --- Please ack so this can go through the clk-tree. arch/powerpc/platforms/512x/clock-commonclk.c | 1 + 1 file changed, 1

RE: [PATCH] ixgbe: Remove bimodal SR-IOV disabling

2015-07-10 Thread Rose, Gregory V
> -Original Message- > From: Alex Williamson [mailto:alex.william...@redhat.com] > Sent: Friday, July 10, 2015 3:44 PM > To: Rose, Gregory V > Cc: intel-wired-...@lists.osuosl.org; Kirsher, Jeffrey T; > net...@vger.kernel.org; linux-kernel@vger.kernel.org > Subject: Re: [PATCH] ixgbe:

[PATCH] arm64: Remove clk-provider.h include

2015-07-10 Thread Stephen Boyd
This file doesn't use the clk provider APIs. Remove the include. Cc: Catalin Marinas Cc: Will Deacon Signed-off-by: Stephen Boyd --- Please ack if you want this to go through the clk-tree (along with quite a few other patches that do the same thing). Otherwise, it's fine if it's applied to

Re: [PATCH] vhost-blk: Add vhost-blk support v6

2015-07-10 Thread Ming Lin
On Sat, Dec 1, 2012 at 5:33 PM, Asias He wrote: > vhost-blk is an in-kernel virito-blk device accelerator. > > Due to lack of proper in-kernel AIO interface, this version converts > guest's I/O request to bio and use submit_bio() to submit I/O directly. > So this version any supports raw block

[PATCH 2/7] ARM: hisi: Remove clk-provider.h include

2015-07-10 Thread Stephen Boyd
This file doesn't use the clk provider APIs. Remove the include. Cc: Haojian Zhuang Cc: Wei Xu Signed-off-by: Stephen Boyd --- Please ack if you want this to go through clk-tree. arch/arm/mach-hisi/hisilicon.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-hisi/hisilicon.c

[PATCH 6/7] ARM: s3c64xx: Remove clk-provider.h include

2015-07-10 Thread Stephen Boyd
This file doesn't use the clk provider APIs. Remove the include. Signed-off-by: Stephen Boyd --- arch/arm/mach-s3c64xx/common.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-s3c64xx/common.c b/arch/arm/mach-s3c64xx/common.c index 16547f2641a3..25d6676f8d6e 100644 ---

[PATCH 1/7] ARM: at91: Remove clk-provider.h include

2015-07-10 Thread Stephen Boyd
This file doesn't use the clk provider APIs. Remove the include. Cc: Alexandre Belloni Cc: Boris Brezillon Cc: Nicolas Ferre Signed-off-by: Stephen Boyd --- Please ack if you want this to go through clk-tree. arch/arm/mach-at91/at91rm9200.c | 1 - 1 file changed, 1 deletion(-) diff --git

[PATCH 5/7] ARM: orion5x: Remove clk-provider.h include

2015-07-10 Thread Stephen Boyd
This file doesn't use the clk provider APIs. Remove the include. Cc: Thomas Petazzoni Signed-off-by: Stephen Boyd --- Please ack if you want this to go through clk-tree. arch/arm/mach-orion5x/board-dt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-orion5x/board-dt.c

[PATCH 3/7] ARM: keystone: Remove clk-provider.h include

2015-07-10 Thread Stephen Boyd
This file doesn't use the clk provider APIs. Remove the include. Cc: Nishanth Menon Cc: Sekhar Nori Cc: Santosh Shilimkar Signed-off-by: Stephen Boyd --- Please ack if you want this to go through clk-tree. arch/arm/mach-keystone/pm_domain.c | 1 - 1 file changed, 1 deletion(-) diff --git

[PATCH 7/7] ARM: OMAP2+: Include clk.h

2015-07-10 Thread Stephen Boyd
These files use the consumer API, so include clk.h explicitly. Cc: Tero Kristo Cc: Tony Lindgren Signed-off-by: Stephen Boyd --- Please ack so this can be routed through clk-tree. Otherwise when clk.h is removed from clk-provider.h these files will fail to compile.

[PATCH 0/7] Remove clk.h from clk-provider.h (ARM part)

2015-07-10 Thread Stephen Boyd
This is the first set in a series of patches that removes clk.h from clk-provider.h. This allows us to clearly see what provider drivers are using the consumer API (clk.h) by checking the includes. Currently clk.h is included by clk-provider.h even though it doesn't need to so quite a few clk

[PATCH 4/7] ARM: mvebu: Remove clk-provider.h include

2015-07-10 Thread Stephen Boyd
This file doesn't use the clk provider APIs. Remove the include. Cc: Thomas Petazzoni Cc: Gregory CLEMENT Signed-off-by: Stephen Boyd --- Please ack if you want this to go through clk-tree. arch/arm/mach-mvebu/board-v7.c | 1 - 1 file changed, 1 deletion(-) diff --git

Re: [PATCH v2] nohz: prevent tilegx network driver interrupts

2015-07-10 Thread Josh Cartwright
On Fri, Jul 10, 2015 at 03:37:25PM -0400, Chris Metcalf wrote: > Normally the tilegx networking shim sends irqs to all the cores > to distribute the load of processing incoming-packet interrupts, > so that you can get to multiple Gb's of traffic inbound. > > However, in nohz_full mode we don't

Re: [PATCH] ixgbe: Remove bimodal SR-IOV disabling

2015-07-10 Thread Alex Williamson
On Fri, 2015-07-10 at 21:36 +, Rose, Gregory V wrote: > > > -Original Message- > > From: Alex Williamson [mailto:alex.william...@redhat.com] > > Sent: Friday, July 10, 2015 2:32 PM > > To: intel-wired-...@lists.osuosl.org; Kirsher, Jeffrey T > > Cc: net...@vger.kernel.org;

Good Day

2015-07-10 Thread abdullahmohad02
Good Day I know that this mail will come to you as a surprise as we have never met before, but need not to worry as I am contacting you independently of my Investigation and no one is informed of this communication. I need your Urgent assistance in transferring the sum of $7.5 million immediately

Re: Linux 4.2-rc1

2015-07-10 Thread Ming Lei
On Sat, Jul 11, 2015 at 5:47 AM, Linus Torvalds wrote: > But my patch (which is committed now) solves it all for you? > > I'm going to just assume it's timing, and there is no major real reason why > it started triggering just now... Now I see it, the issue is triggered when firmware request is

Re: [RFC] mm/shrinker: define INIT_SHRINKER macro

2015-07-10 Thread Andrew Morton
On Fri, 10 Jul 2015 10:12:11 +0900 Sergey Senozhatsky wrote: > Shrinker API does not handle nicely unregister_shrinker() on a not-registered > ->shrinker. Looking at shrinker users, they all have to (a) carry on some sort > of a flag telling that "unregister_shrinker()" will not blow up... or

[GIT PULL] clk: fixes for 4.2

2015-07-10 Thread Stephen Boyd
The following changes since commit 358bdf892f6bfacf20884b54a35ab038321f06f9: clk: stm32: Add clock driver for STM32F4[23]xxx devices (2015-06-22 16:17:01 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git tags/clk-fixes-for-linus

Re: [RFC PATCH v4 3/3] bpf: Introduce function for outputing data to perf event

2015-07-10 Thread Alexei Starovoitov
On 7/10/15 3:03 AM, He Kuang wrote: There're scenarios that we need an eBPF program to record not only kprobe point args, but also the PMU counters, time latencies or the number of cache misses between two probe points and other information when the probe point is entered. This patch adds a new

[PATCH] Add support for reading SMBIOS Slot number for PCI devices

2015-07-10 Thread Jordan Hargrave
From: Jordan Hargrave There currently isn't an easy way to determine which PCI devices belong to system slots. This patch adds support to read SMBIOS Type 9 (System Slots). Signed-off-by: Jordan Hargrave --- drivers/firmware/dmi_scan.c | 39 drivers/pci/pci-label.c |

Re: Linux 4.2-rc1

2015-07-10 Thread Shuah Khan
On 07/10/2015 03:47 PM, Linus Torvalds wrote: > But my patch (which is committed now) solves it all for you? > > I'm going to just assume it's timing, and there is no major real reason why > it started triggering just now... > > Linus Yes. With your patch I didn't see the problem. thanks,

[GIT PULL] x86/ras material for 4.3 queue

2015-07-10 Thread Luck, Tony
Some of these almost made it into 4.2, then we found a bug and delayed to fix it. Bug fixes have now been merged back into the original patch series. The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754: Linux 4.2-rc1 (2015-07-05 11:01:52 -0700) are available in the

Re: [PATCH v2 0/3] special_mapping_fault() is broken

2015-07-10 Thread Andrew Morton
On Fri, 10 Jul 2015 18:51:21 +0200 Oleg Nesterov wrote: > special_mapping_fault() is absolutely broken. It seems it was always > wrong, but this didn't matter until vdso/vvar started to use more than > one page. > > The patches are the same, just 1/3 was re-diffed on top of the recent >

[PATCH v2] cris: arch-v10: kgdb: Add volatile for static variable is_dyn_brkp

2015-07-10 Thread Chen Gang
Within one C file, current gcc can optimize the global static variables according to the C code, but it will skip assembly code -- it will pass them to gas directly. if the static variable is used between C code and assembly code in one C file (e.g. is_dyn_brkp in kgdb.c), it needs volatile to

[PATCH] cris: arch-v10: kgdb: Use BAR instead of DTP0 for register P12

2015-07-10 Thread Chen Gang
For arch-v10, there is no DTP0 register, and at present, assembler know BAR, so use BAR instead of DTP0, the related error (with allmodconfig): CC arch/cris/arch-v10/kernel/kgdb.o {standard input}: Assembler messages: {standard input}:6: Error: Illegal operands {standard input}:6:

Re: musb-hdrc: "Vbus off, timeout 1100 msec" message does not belong in sysfs

2015-07-10 Thread Pavel Machek
On Fri 2015-07-10 14:50:12, Felipe Balbi wrote: > Hi, > > On Thu, Jul 09, 2015 at 11:39:22PM +0200, Pavel Machek wrote: > > Hi! > > > > sysfs should contain one value per file. This one has at least two, > > with nice english sentence as a bonus. > > > >

Re: [PATCH v2 1/4] tools: iio: Move printf failure messages to stderr

2015-07-10 Thread Hartmut Knaack
Cristina Opriceana schrieb am 10.07.2015 um 12:56: > Replace printf error messages with fprintf(stderr, ...) in order > to ensure consistency and to make faults easier to identify. > This patch uses coccinelle to detect and apply the changes. > Hi Cristina, I just had a look at the series. You

Re: [PATCH] Lindent: Handle missing indent gracefully

2015-07-10 Thread Andrew Morton
On Fri, 10 Jul 2015 10:04:07 -0700 Joe Perches wrote: > > Le Friday 10 July 2015 __ 04:51 -0700, Joe Perches a __crit : > > > On Fri, 2015-07-10 at 13:47 +0200, Jean Delvare wrote: > > > > If indent is not found, bail out immediately instead of spitting > > > > random shell script error

RE: [PATCH] ixgbe: Remove bimodal SR-IOV disabling

2015-07-10 Thread Rose, Gregory V
> -Original Message- > From: Alex Williamson [mailto:alex.william...@redhat.com] > Sent: Friday, July 10, 2015 2:32 PM > To: intel-wired-...@lists.osuosl.org; Kirsher, Jeffrey T > Cc: net...@vger.kernel.org; linux-kernel@vger.kernel.org; Rose, Gregory V > Subject: [PATCH] ixgbe: Remove

[PATCH] ixgbe: Remove bimodal SR-IOV disabling

2015-07-10 Thread Alex Williamson
When unbinding an SR-IOV device with VFs configured from ixgbe, the driver behaves in one of two ways. If max_vfs was specified, the SR-IOV state is disabled, removing the VFs. The occurs regardless of whether the VF count was later modified through sysfs. If however max_vfs is zero, such as by

Darlehen anbieten 1.5%

2015-07-10 Thread Lloyds TSB Bank PLC
Guten Tag, Dies ist Lloyds TSB Bank plc Kredite anbieten. Lloyds TSB bietet flexible und erschwingliche Kredite für jeden Zweck zu helfen, Ihre Ziele zu erreichen. wir Darlehen zu niedrigen Zinssatz von 1,5%. Hier sind einige wichtige Merkmale der persönlichen Kredit von Lloyds TSB

Re: [patch V2] mm/slub: Move slab initialization into irq enabled region

2015-07-10 Thread Christoph Lameter
Acked-by: Christoph Lameter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[PATCH -mm] parse_integer: add checkpatch.pl notice

2015-07-10 Thread Alexey Dobriyan
* remove check for strict_strto*(), they were fully removed long ago, * add check for simple_strto*(), suggest replacements sscanf() is a bit icky to suggest because it accepts arbitrary amount of whitespace before any integer conversion, but assume programmer knows such twist and don't

Re: [PATCH TRIVIAL] README: GTK+ is a acronym

2015-07-10 Thread Jonathan Corbet
On Mon, 6 Jul 2015 14:33:21 -0300 Diego Viola wrote: > - "make gconfig" X windows (Gtk) based configuration tool. > + "make gconfig" X windows (GTK+) based configuration tool. Applied to the docs tree, thanks. jon -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH 1/2] x86: Fix pXd_flags() to handle _PAGE_PAT_LARGE

2015-07-10 Thread Toshi Kani
On Fri, 2015-07-10 at 05:57 +0200, Juergen Gross wrote: > On 07/09/2015 07:03 PM, Toshi Kani wrote: > > The PAT bit gets relocated to bit 12 when PUD and PMD mappings are > > used. This bit 12, however, is not covered by PTE_FLAGS_MASK, > > which > > is corrently used for masking the flag bits

Re: [PATCH 1/3] fixed_phy: handle link-down case

2015-07-10 Thread Stas Sergeev
10.07.2015 23:44, Florian Fainelli пишет: On 10/07/15 09:41, Stas Sergeev wrote: Currently fixed_phy driver recognizes only the link-up state. This simple patch adds an implementation of link-down state. The actual change is 1-line, the rest is an indentation. It is not clear to me how this is

Re: [PATCH 02/11] soc/fsl: Introduce DPAA BMan device management driver

2015-07-10 Thread Scott Wood
On Fri, 2015-07-10 at 15:57 -0500, Pledge Roy-R01356 wrote: > > > > On Fri, 2015-07-10 at 13:36 +0200, Paul Bolle wrote: > > > On do, 2015-07-09 at 16:21 -0400, Roy Pledge wrote: > > > > +#ifdef CONFIG_FSL_DPA_CHECKING > > > > +#define DPA_ASSERT(x) \ > > > > + do { \ > > > > + if

Re: [PATCH v2] backlight: lp855x: use private data for regulator control

2015-07-10 Thread Kim, Milo
Hi Paul, On 7/11/2015 5:52 AM, Kim, Milo wrote: Hi Paul, On 7/11/2015 5:49 AM, Sean Paul wrote: On Fri, Jul 10, 2015 at 4:43 PM, Kim, Milo wrote: Hi Paul, On 7/11/2015 12:01 AM, Sean Paul wrote: On Fri, Jul 10, 2015 at 4:26 AM, Milo Kim wrote: LP855x backlight device can be enabled

Re: [PATCH] drivers: qcom: Select QCOM_SCM unconditionally for QCOM_PM

2015-07-10 Thread Stephen Boyd
On 07/10/2015 01:18 PM, Lina Iyer wrote: > Enable QCOM_SCM for QCOM power management driver > > Signed-off-by: Lina Iyer Acked-by: Stephen Boyd -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project -- To unsubscribe from this list:

Re: [PATCH] virt: IRQ bypass manager

2015-07-10 Thread Paolo Bonzini
On 10/07/2015 19:52, Alex Williamson wrote: > Perhaps if a second consumer comes along that would be justification for > tying it elsewhere in the build system. ARM will obviously need to do > similar. Are there better options? > > Also, there's no maintainer for the top level virt/

[patch V2] mm/slub: Move slab initialization into irq enabled region

2015-07-10 Thread Thomas Gleixner
Initializing a new slab can introduce rather large latencies because most of the initialization runs always with interrupts disabled. There is no point in doing so. The newly allocated slab is not visible yet, so there is no reason to protect it against concurrent alloc/free. Move the expensive

[GIT PULL] parisc fixes for v4.2

2015-07-10 Thread Helge Deller
Hi Linus, please pull the latest fixes for the parisc architecture for v4.2-rc2 from: git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-4.2-1 We have one important patch from Dave Anglin and myself which fixes PTE/TLB race conditions which caused random

Re: [PATCH 2/3] of_mdio: add new DT property 'autoneg' for fixed-link

2015-07-10 Thread Stas Sergeev
10.07.2015 23:39, Florian Fainelli пишет: - in-band status is an implementation delail, and it is specific to a particular protocols. If you request the in-band status for some protocol that doesn't support it, perhaps you should get -EINVAL, because such a config makes no sense. With

  1   2   3   4   5   6   7   8   9   10   >