[PATCH v4 4/6] staging: ks7010: fix coding style issue of using pr_notice instead of printk

2017-02-25 Thread Chetan Sethi
This patch fixes coding style issue of using pr_notice instead of printk, warning as issued by checkpatch.pl Signed-off-by: Chetan Sethi --- v2: - split multiple changes across different patches v3: - mentioned patch revision in subject v4: - modified description to

[PATCH v4 4/6] staging: ks7010: fix coding style issue of using pr_notice instead of printk

2017-02-25 Thread Chetan Sethi
This patch fixes coding style issue of using pr_notice instead of printk, warning as issued by checkpatch.pl Signed-off-by: Chetan Sethi --- v2: - split multiple changes across different patches v3: - mentioned patch revision in subject v4: - modified description to exclude mention of patch

[PATCH v4 1/6] staging: ks7010: fixed warning of avoiding line over 80 characters

2017-02-25 Thread Chetan Sethi
This patch fixes warning of line over 80 characters, as issued by checkpatch.pl Signed-off-by: Chetan Sethi --- v2: - split multiple changes across different patches v3: - mentioned patch revision in subject v4: - modified description to exclude mention of patch number

[PATCH v4 1/6] staging: ks7010: fixed warning of avoiding line over 80 characters

2017-02-25 Thread Chetan Sethi
This patch fixes warning of line over 80 characters, as issued by checkpatch.pl Signed-off-by: Chetan Sethi --- v2: - split multiple changes across different patches v3: - mentioned patch revision in subject v4: - modified description to exclude mention of patch number from changelog

[PATCH] drm/msm/dsi: Fix the releasing of resources in error path in 'dsi_bus_clk_enable()'

2017-02-25 Thread Christophe JAILLET
If a 'clk_prepare_enable()' fails, then we need to disable_unprepare the clk already handled. With the current implemenatation, we try to do that on the clk that has triggered the error, which is a no-op, and leave 'msm_host->bus_clks[0]' untouched. Shift by one the index array to free resources

[PATCH] drm/msm/dsi: Fix the releasing of resources in error path in 'dsi_bus_clk_enable()'

2017-02-25 Thread Christophe JAILLET
If a 'clk_prepare_enable()' fails, then we need to disable_unprepare the clk already handled. With the current implemenatation, we try to do that on the clk that has triggered the error, which is a no-op, and leave 'msm_host->bus_clks[0]' untouched. Shift by one the index array to free resources

[PATCH v5 2/4] switchtec: Add user interface documentation

2017-02-25 Thread Logan Gunthorpe
This adds standard documentation for the sysfs switchtec attributes and a RST formatted text file which documents the char device interface. Jonathan Corbet has indicated he will move this to a new user-space developer documentation book once it's created. Signed-off-by: Logan Gunthorpe

[PATCH v5 2/4] switchtec: Add user interface documentation

2017-02-25 Thread Logan Gunthorpe
This adds standard documentation for the sysfs switchtec attributes and a RST formatted text file which documents the char device interface. Jonathan Corbet has indicated he will move this to a new user-space developer documentation book once it's created. Signed-off-by: Logan Gunthorpe

[PATCH v4 3/6] staging: ks7010: fix coding style issue of using tabs instead of spaces

2017-02-25 Thread Chetan Sethi
This patch fixes coding style issue of using tabs instead of spaces at start of line, error as issued by checkpatch.pl Signed-off-by: Chetan Sethi --- v2: - split multiple changes across different patches v3: - mentioned patch revision in subject v4: - modified

[PATCH v4 3/6] staging: ks7010: fix coding style issue of using tabs instead of spaces

2017-02-25 Thread Chetan Sethi
This patch fixes coding style issue of using tabs instead of spaces at start of line, error as issued by checkpatch.pl Signed-off-by: Chetan Sethi --- v2: - split multiple changes across different patches v3: - mentioned patch revision in subject v4: - modified description to exclude mention

[PATCH v4 2/6] staging: ks7010: fix coding style issue of enclosing complex macro value in parentheses

2017-02-25 Thread Chetan Sethi
This patch fixes error of enclosing complex macro value in parentheses, error as issued by checkpatch Signed-off-by: Chetan Sethi --- v2: - split multiple changes across different patches v3: - mentioned patch revision in subject - incorporated review comment of correct

[PATCH v4 2/6] staging: ks7010: fix coding style issue of enclosing complex macro value in parentheses

2017-02-25 Thread Chetan Sethi
This patch fixes error of enclosing complex macro value in parentheses, error as issued by checkpatch Signed-off-by: Chetan Sethi --- v2: - split multiple changes across different patches v3: - mentioned patch revision in subject - incorporated review comment of correct indentation for do

[PATCH v4 5/6] staging: ks7010: fix coding style issue of using __func__ instead of __FUNCTION__

2017-02-25 Thread Chetan Sethi
This patch fixes coding style issue of using __func__ instead of gcc specific __FUNCTION__, warning as issued by checkpatch Signed-off-by: Chetan Sethi --- v2: - split multiple changes across different patches v3: - mentioned patch revision in subject v4: - modified

[PATCH v4 5/6] staging: ks7010: fix coding style issue of using __func__ instead of __FUNCTION__

2017-02-25 Thread Chetan Sethi
This patch fixes coding style issue of using __func__ instead of gcc specific __FUNCTION__, warning as issued by checkpatch Signed-off-by: Chetan Sethi --- v2: - split multiple changes across different patches v3: - mentioned patch revision in subject v4: - modified description to exclude

[PATCH] [linux-next] xenbus: Remove duplicate inclusion of linux/init.h

2017-02-25 Thread Masanari Iida
This patch remove duplicate inclusion of linux/init.h in xenbus_dev_frontend.c. Confirm successfully compile after remove the line. Signed-off-by: Masanari Iida --- drivers/xen/xenbus/xenbus_dev_frontend.c | 1 - 1 file changed, 1 deletion(-) diff --git

[PATCH] [linux-next] xenbus: Remove duplicate inclusion of linux/init.h

2017-02-25 Thread Masanari Iida
This patch remove duplicate inclusion of linux/init.h in xenbus_dev_frontend.c. Confirm successfully compile after remove the line. Signed-off-by: Masanari Iida --- drivers/xen/xenbus/xenbus_dev_frontend.c | 1 - 1 file changed, 1 deletion(-) diff --git

[PATCH v5 4/4] switchtec: Add IOCTLs to the Switchtec driver

2017-02-25 Thread Logan Gunthorpe
This patch introduces a couple of special IOCTLs which are provided to: * Inform userspace of firmware partition locations * Pass event counts and allow userspace to wait on events * Translate between PFF numbers used by the switch to port numbers. Signed-off-by: Logan Gunthorpe

[PATCH v5 4/4] switchtec: Add IOCTLs to the Switchtec driver

2017-02-25 Thread Logan Gunthorpe
This patch introduces a couple of special IOCTLs which are provided to: * Inform userspace of firmware partition locations * Pass event counts and allow userspace to wait on events * Translate between PFF numbers used by the switch to port numbers. Signed-off-by: Logan Gunthorpe

[PATCH v5 1/4] MicroSemi Switchtec management interface driver

2017-02-25 Thread Logan Gunthorpe
Microsemi's "Switchtec" line of PCI switch devices is already well supported by the kernel with standard PCI switch drivers. However, the Switchtec device advertises a special management endpoint with a separate PCI function address and class code. This endpoint enables some additional

[PATCH v5 1/4] MicroSemi Switchtec management interface driver

2017-02-25 Thread Logan Gunthorpe
Microsemi's "Switchtec" line of PCI switch devices is already well supported by the kernel with standard PCI switch drivers. However, the Switchtec device advertises a special management endpoint with a separate PCI function address and class code. This endpoint enables some additional

[PATCH v5 0/4] New Microsemi PCI Switch Management Driver

2017-02-25 Thread Logan Gunthorpe
Changes since v4: * Turns out pushing the pci release code into the device release function didn't work as I would have liked. If you try to unbind the device with an instance open, then you hit a kernel bug at drivers/pci/msi.c:371. (This didn't occur in v3.) To solve this, we've moved

[PATCH v4 6/6] staging: ks7010: fix coding style issue of aligning comments properly

2017-02-25 Thread Chetan Sethi
This patch fixes coding style issue of having block comments using a trailing */ on a separate line, warning as issued by checkpatch Signed-off-by: Chetan Sethi --- v2: - split multiple changes across different patches v3: - mentioned patch revision in subject v4: -

[PATCH v5 0/4] New Microsemi PCI Switch Management Driver

2017-02-25 Thread Logan Gunthorpe
Changes since v4: * Turns out pushing the pci release code into the device release function didn't work as I would have liked. If you try to unbind the device with an instance open, then you hit a kernel bug at drivers/pci/msi.c:371. (This didn't occur in v3.) To solve this, we've moved

[PATCH v4 6/6] staging: ks7010: fix coding style issue of aligning comments properly

2017-02-25 Thread Chetan Sethi
This patch fixes coding style issue of having block comments using a trailing */ on a separate line, warning as issued by checkpatch Signed-off-by: Chetan Sethi --- v2: - split multiple changes across different patches v3: - mentioned patch revision in subject v4: - modified description to

[PATCH v5 3/4] switchtec: Add sysfs attributes to the Switchtec driver

2017-02-25 Thread Logan Gunthorpe
This patch adds a few read-only sysfs attributes which provide some device information that is exposed from the devices. Primarily component and device names and versions. These are documented in Documentation/ABI/testing/sysfs-class-switchtec. Signed-off-by: Logan Gunthorpe

[PATCH v5 3/4] switchtec: Add sysfs attributes to the Switchtec driver

2017-02-25 Thread Logan Gunthorpe
This patch adds a few read-only sysfs attributes which provide some device information that is exposed from the devices. Primarily component and device names and versions. These are documented in Documentation/ABI/testing/sysfs-class-switchtec. Signed-off-by: Logan Gunthorpe Signed-off-by:

Re: [RFC PATCH 1/2] mm, vmscan: account the number of isolated pages per zone

2017-02-25 Thread Tetsuo Handa
Michal Hocko wrote: > On Wed 22-02-17 11:02:21, Tetsuo Handa wrote: > > Michal Hocko wrote: > > > On Tue 21-02-17 23:35:07, Tetsuo Handa wrote: > > > > Michal Hocko wrote: > > > > > OK, so it seems that all the distractions are handled now and > > > > > linux-next > > > > > should provide a

[locking/ww_mutex] f2a5fec173: BUG: workqueue lockup - pool cpus=0 node=0 flags=0x0 nice=0 stuck for 59s!

2017-02-25 Thread kernel test robot
2 Merge 'linux-review/Bjorn-Andersson/arm64-dts-msm8996-Add-modem-and-slpi-smp2p-nodes/20170225-083258' into devel-spot-201702251707 git bisect bad 229797d6c89ad2304c27c1d355d7684f20097fa3 # 02:09 0- 10 Merge 'linux-review/Eric-Biggers/crypto-constify-tes

Re: [RFC PATCH 1/2] mm, vmscan: account the number of isolated pages per zone

2017-02-25 Thread Tetsuo Handa
Michal Hocko wrote: > On Wed 22-02-17 11:02:21, Tetsuo Handa wrote: > > Michal Hocko wrote: > > > On Tue 21-02-17 23:35:07, Tetsuo Handa wrote: > > > > Michal Hocko wrote: > > > > > OK, so it seems that all the distractions are handled now and > > > > > linux-next > > > > > should provide a

[locking/ww_mutex] f2a5fec173: BUG: workqueue lockup - pool cpus=0 node=0 flags=0x0 nice=0 stuck for 59s!

2017-02-25 Thread kernel test robot
-dts-msm8996-Add-modem-and-slpi-smp2p-nodes/20170225-083258' into devel-spot-201702251707 git bisect bad 229797d6c89ad2304c27c1d355d7684f20097fa3 # 02:09 0- 10 Merge 'linux-review/Eric-Biggers/crypto-constify-test-vectors/20170225-075240' into devel-spot-201702251707 git bisect bad

Re: [PATCH] scripts: objdiff: Ignore debug info when comparing

2017-02-25 Thread Masahiro Yamada
Hi. 2017-02-17 6:18 GMT+09:00 Stephen Boyd : > If the kernel is configured to be built with debug symbols, or > has bug tables, comparing files may not work if line numbers > change. This makes comparing object files with these options > harder to do. Let's strip out the

Re: [PATCH] scripts: objdiff: Ignore debug info when comparing

2017-02-25 Thread Masahiro Yamada
Hi. 2017-02-17 6:18 GMT+09:00 Stephen Boyd : > If the kernel is configured to be built with debug symbols, or > has bug tables, comparing files may not work if line numbers > change. This makes comparing object files with these options > harder to do. Let's strip out the debug info and drop the >

Re: [PATCH 3/9] ASoC: sun8i-codec-analog: add support for V3s SoC

2017-02-25 Thread Chen-Yu Tsai
On Sat, Feb 25, 2017 at 8:30 PM, Icenowy Zheng wrote: > The V3s SoC features an analog codec with headphone support but without > mic2 and linein. It doesn't have MBIAS either. Please split it out as well. ChenYu > > Add support for it. > > Signed-off-by: Icenowy Zheng

Re: [PATCH 3/9] ASoC: sun8i-codec-analog: add support for V3s SoC

2017-02-25 Thread Chen-Yu Tsai
On Sat, Feb 25, 2017 at 8:30 PM, Icenowy Zheng wrote: > The V3s SoC features an analog codec with headphone support but without > mic2 and linein. It doesn't have MBIAS either. Please split it out as well. ChenYu > > Add support for it. > > Signed-off-by: Icenowy Zheng > --- >

Re: [PATCH 2/9] ASoC: sun8i-codec-analog: split out linein and mic2

2017-02-25 Thread Chen-Yu Tsai
On Sat, Feb 25, 2017 at 8:30 PM, Icenowy Zheng wrote: > Allwinner V3s SoC features an analog codec without linein and mic2. > > Split out them, in order to prepare for the analog codec on V3s. > > Signed-off-by: Icenowy Zheng Acked-by: Chen-Yu Tsai

Re: [PATCH 2/9] ASoC: sun8i-codec-analog: split out linein and mic2

2017-02-25 Thread Chen-Yu Tsai
On Sat, Feb 25, 2017 at 8:30 PM, Icenowy Zheng wrote: > Allwinner V3s SoC features an analog codec without linein and mic2. > > Split out them, in order to prepare for the analog codec on V3s. > > Signed-off-by: Icenowy Zheng Acked-by: Chen-Yu Tsai Though it would be better if you did 1 split

[PATCH] [linux-next] bcache: Remove duplicate inclusion of blkdev.h

2017-02-25 Thread Masanari Iida
This patch remove duplicate inclusion of blkdev.h in util.h. Confirm compile successfully after remove the line. Signed-off-by: Masanari Iida --- drivers/md/bcache/util.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/md/bcache/util.h

[PATCH] [linux-next] bcache: Remove duplicate inclusion of blkdev.h

2017-02-25 Thread Masanari Iida
This patch remove duplicate inclusion of blkdev.h in util.h. Confirm compile successfully after remove the line. Signed-off-by: Masanari Iida --- drivers/md/bcache/util.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/md/bcache/util.h b/drivers/md/bcache/util.h index

Recommended notation for OPP to avoid DTC warnings

2017-02-25 Thread Masahiro Yamada
Hi. Decumentation/devicetree/bindings/opp/opp.txt takes examples like this: opp@10 { opp-hz = /bits/ 64 <10>; opp-microvolt = <97 975000 985000>; opp-microamp = <7>; clock-latency-ns = <30>;

Recommended notation for OPP to avoid DTC warnings

2017-02-25 Thread Masahiro Yamada
Hi. Decumentation/devicetree/bindings/opp/opp.txt takes examples like this: opp@10 { opp-hz = /bits/ 64 <10>; opp-microvolt = <97 975000 985000>; opp-microamp = <7>; clock-latency-ns = <30>;

[PATCH] speakup: synth: Fix checkpatch warning

2017-02-25 Thread Man Choy
Fix following checkpatch warning: WARNING: line over 80 characters +>attributes) < 0) total: 0 errors, 1 warnings, 485 lines checked Signed-off-by: Man Choy --- drivers/staging/speakup/synth.c | 4 ++-- 1 file

[PATCH] speakup: synth: Fix checkpatch warning

2017-02-25 Thread Man Choy
Fix following checkpatch warning: WARNING: line over 80 characters +>attributes) < 0) total: 0 errors, 1 warnings, 485 lines checked Signed-off-by: Man Choy --- drivers/staging/speakup/synth.c | 4 ++-- 1 file changed, 2 insertions(+), 2

[PATCH 0/3] arm,arm64: dts: uniphier: remove skeleton.dtsi inclusion and fix warnings

2017-02-25 Thread Masahiro Yamada
- The inclusion of skeleton.dtsi is deprecated. Specify #address-cells and #size-cells explicitly - If built with W=1, many warnings are displayed. Fix them. Masahiro Yamada (3): ARM: dts: uniphier: remove skeleton.dtsi inclusion ARM: dts: uniphier: fix no unit name warnings

[PATCH 0/3] arm,arm64: dts: uniphier: remove skeleton.dtsi inclusion and fix warnings

2017-02-25 Thread Masahiro Yamada
- The inclusion of skeleton.dtsi is deprecated. Specify #address-cells and #size-cells explicitly - If built with W=1, many warnings are displayed. Fix them. Masahiro Yamada (3): ARM: dts: uniphier: remove skeleton.dtsi inclusion ARM: dts: uniphier: fix no unit name warnings

[PATCH 1/3] ARM: dts: uniphier: remove skeleton.dtsi inclusion

2017-02-25 Thread Masahiro Yamada
Commit 9c0da3cc61f1 ("ARM: dts: explicitly mark skeleton.dtsi as deprecated") declared that skeleton.dtsi was deprecated. Signed-off-by: Masahiro Yamada --- arch/arm/boot/dts/uniphier-ld4.dtsi | 4 ++-- arch/arm/boot/dts/uniphier-pro4.dtsi | 4 ++--

[PATCH 1/3] ARM: dts: uniphier: remove skeleton.dtsi inclusion

2017-02-25 Thread Masahiro Yamada
Commit 9c0da3cc61f1 ("ARM: dts: explicitly mark skeleton.dtsi as deprecated") declared that skeleton.dtsi was deprecated. Signed-off-by: Masahiro Yamada --- arch/arm/boot/dts/uniphier-ld4.dtsi | 4 ++-- arch/arm/boot/dts/uniphier-pro4.dtsi | 4 ++-- arch/arm/boot/dts/uniphier-pro5.dtsi | 4

[PATCH 3/3] arm64: dts: uniphier: fix no unit name warnings

2017-02-25 Thread Masahiro Yamada
Fix warnings reported when built with W=1: Node /memory has a reg or ranges property, but no unit name Signed-off-by: Masahiro Yamada --- arch/arm64/boot/dts/socionext/uniphier-ld11-ref.dts | 2 +- arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi| 2 +-

[PATCH 3/3] arm64: dts: uniphier: fix no unit name warnings

2017-02-25 Thread Masahiro Yamada
Fix warnings reported when built with W=1: Node /memory has a reg or ranges property, but no unit name Signed-off-by: Masahiro Yamada --- arch/arm64/boot/dts/socionext/uniphier-ld11-ref.dts | 2 +- arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi| 2 +-

[PATCH 2/3] ARM: dts: uniphier: fix no unit name warnings

2017-02-25 Thread Masahiro Yamada
Fix warnings reported when built with W=1: Node /memory has a reg or ranges property, but no unit name Signed-off-by: Masahiro Yamada --- arch/arm/boot/dts/uniphier-ld4-ref.dts | 2 +- arch/arm/boot/dts/uniphier-ld6b-ref.dts | 2 +-

[PATCH 2/3] ARM: dts: uniphier: fix no unit name warnings

2017-02-25 Thread Masahiro Yamada
Fix warnings reported when built with W=1: Node /memory has a reg or ranges property, but no unit name Signed-off-by: Masahiro Yamada --- arch/arm/boot/dts/uniphier-ld4-ref.dts | 2 +- arch/arm/boot/dts/uniphier-ld6b-ref.dts | 2 +- arch/arm/boot/dts/uniphier-pro4-ace.dts | 2

[PATCH v2 3/3] percpu: improve allocation success rate for non-GFP_KERNEL callers

2017-02-25 Thread Tahsin Erdogan
When pcpu_alloc() is called with gfp != GFP_KERNEL, the likelihood of a failure is higher than GFP_KERNEL case. This is mainly because pcpu_alloc() relies on previously allocated reserves and does not make an effort to add memory to its pools for non-GFP_KERNEL case. This issue is somewhat

[PATCH v2 3/3] percpu: improve allocation success rate for non-GFP_KERNEL callers

2017-02-25 Thread Tahsin Erdogan
When pcpu_alloc() is called with gfp != GFP_KERNEL, the likelihood of a failure is higher than GFP_KERNEL case. This is mainly because pcpu_alloc() relies on previously allocated reserves and does not make an effort to add memory to its pools for non-GFP_KERNEL case. This issue is somewhat

Re: [PATCH v4 1/3] x86: Introduce a new constant KERNEL_MAPPING_SIZE

2017-02-25 Thread Baoquan He
Hi Boris, Thanks a lot for your comments, sorry so late to reply! On 02/14/17 at 06:32pm, Borislav Petkov wrote: > > diff --git a/arch/x86/include/asm/page_64_types.h > > b/arch/x86/include/asm/page_64_types.h > > index 9215e05..24c9098 100644 > > --- a/arch/x86/include/asm/page_64_types.h > >

Re: [PATCH v4 1/3] x86: Introduce a new constant KERNEL_MAPPING_SIZE

2017-02-25 Thread Baoquan He
Hi Boris, Thanks a lot for your comments, sorry so late to reply! On 02/14/17 at 06:32pm, Borislav Petkov wrote: > > diff --git a/arch/x86/include/asm/page_64_types.h > > b/arch/x86/include/asm/page_64_types.h > > index 9215e05..24c9098 100644 > > --- a/arch/x86/include/asm/page_64_types.h > >

Re: [PATCH v5 5/7] arm: dts: sun8i: split Allwinner H3 .dtsi

2017-02-25 Thread Chen-Yu Tsai
Hi, On Sun, Feb 26, 2017 at 9:19 AM, Icenowy Zheng wrote: > From: Andre Przywara > > The new Allwinner H5 SoC is pin-compatible to the H3 SoC, but with the > Cortex-A7 cores replaced by Cortex-A53 cores and the MMC controller > updated. So we should

Re: [PATCH v5 5/7] arm: dts: sun8i: split Allwinner H3 .dtsi

2017-02-25 Thread Chen-Yu Tsai
Hi, On Sun, Feb 26, 2017 at 9:19 AM, Icenowy Zheng wrote: > From: Andre Przywara > > The new Allwinner H5 SoC is pin-compatible to the H3 SoC, but with the > Cortex-A7 cores replaced by Cortex-A53 cores and the MMC controller > updated. So we should really share almost the whole .dtsi. > In

[PATCH] ARM: oxnas: remove redundant select CPU_V6K

2017-02-25 Thread Masahiro Yamada
MACH_OX820 depends on ARCH_MULTI_V6, which already selects CPU_V6K. Signed-off-by: Masahiro Yamada --- arch/arm/mach-oxnas/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-oxnas/Kconfig b/arch/arm/mach-oxnas/Kconfig index 8fa4557..e3610c5

[PATCH] ARM: prima2: remove redundant select CPU_V7

2017-02-25 Thread Masahiro Yamada
ARCH_ATLAS7 resides in "if ARCH_SIRF ... end", and ARCH_SIRF depends on ARCH_MULTI_V7, which selects CPU_V7. Signed-off-by: Masahiro Yamada --- arch/arm/mach-prima2/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-prima2/Kconfig

[PATCH] ARM: oxnas: remove redundant select CPU_V6K

2017-02-25 Thread Masahiro Yamada
MACH_OX820 depends on ARCH_MULTI_V6, which already selects CPU_V6K. Signed-off-by: Masahiro Yamada --- arch/arm/mach-oxnas/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-oxnas/Kconfig b/arch/arm/mach-oxnas/Kconfig index 8fa4557..e3610c5 100644 ---

[PATCH] ARM: prima2: remove redundant select CPU_V7

2017-02-25 Thread Masahiro Yamada
ARCH_ATLAS7 resides in "if ARCH_SIRF ... end", and ARCH_SIRF depends on ARCH_MULTI_V7, which selects CPU_V7. Signed-off-by: Masahiro Yamada --- arch/arm/mach-prima2/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-prima2/Kconfig b/arch/arm/mach-prima2/Kconfig index

[PATCH 8/9] Staging: rtl8712: wifi.h - style fix

2017-02-25 Thread Derek Robson
Fixed style of block comments Found using checkpatch Signed-off-by: Derek Robson --- drivers/staging/rtl8712/wifi.h | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/rtl8712/wifi.h b/drivers/staging/rtl8712/wifi.h index

[PATCH 8/9] Staging: rtl8712: wifi.h - style fix

2017-02-25 Thread Derek Robson
Fixed style of block comments Found using checkpatch Signed-off-by: Derek Robson --- drivers/staging/rtl8712/wifi.h | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/rtl8712/wifi.h b/drivers/staging/rtl8712/wifi.h index 74dfc9b0e494..556367bfbe8a

[PATCH 9/9] Staging: rtl8712: wlan_bssdef.h - style fix

2017-02-25 Thread Derek Robson
Fixed style of block comments Found using checkpatch Signed-off-by: Derek Robson --- drivers/staging/rtl8712/wlan_bssdef.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/rtl8712/wlan_bssdef.h b/drivers/staging/rtl8712/wlan_bssdef.h

[PATCH 9/9] Staging: rtl8712: wlan_bssdef.h - style fix

2017-02-25 Thread Derek Robson
Fixed style of block comments Found using checkpatch Signed-off-by: Derek Robson --- drivers/staging/rtl8712/wlan_bssdef.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/rtl8712/wlan_bssdef.h b/drivers/staging/rtl8712/wlan_bssdef.h index

[PATCH 7/9] Staging: rtl8712: rtl871x_recv.h - style fix

2017-02-25 Thread Derek Robson
Fixed style of block comments Found using checkpatch Signed-off-by: Derek Robson --- drivers/staging/rtl8712/rtl871x_recv.h | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_recv.h

[PATCH 7/9] Staging: rtl8712: rtl871x_recv.h - style fix

2017-02-25 Thread Derek Robson
Fixed style of block comments Found using checkpatch Signed-off-by: Derek Robson --- drivers/staging/rtl8712/rtl871x_recv.h | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_recv.h b/drivers/staging/rtl8712/rtl871x_recv.h index

[PATCH 6/9] Staging: rtl8712: rtl871x_pwrctrl.h - style fix

2017-02-25 Thread Derek Robson
Fixed style fo block comments Found using checkpatch Signed-off-by: Derek Robson --- drivers/staging/rtl8712/rtl871x_pwrctrl.h | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_pwrctrl.h

[PATCH 6/9] Staging: rtl8712: rtl871x_pwrctrl.h - style fix

2017-02-25 Thread Derek Robson
Fixed style fo block comments Found using checkpatch Signed-off-by: Derek Robson --- drivers/staging/rtl8712/rtl871x_pwrctrl.h | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_pwrctrl.h b/drivers/staging/rtl8712/rtl871x_pwrctrl.h

[PATCH 5/9] Staging: rtl8712: rtl871x_mp_ioctl.h - style fix

2017-02-25 Thread Derek Robson
Fixed style of block comments Found using checkpatch Signed-off-by: Derek Robson --- drivers/staging/rtl8712/rtl871x_mp_ioctl.h | 32 +++--- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_mp_ioctl.h

[PATCH 5/9] Staging: rtl8712: rtl871x_mp_ioctl.h - style fix

2017-02-25 Thread Derek Robson
Fixed style of block comments Found using checkpatch Signed-off-by: Derek Robson --- drivers/staging/rtl8712/rtl871x_mp_ioctl.h | 32 +++--- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_mp_ioctl.h

[PATCH 3/9] Staging: rtl8712: rtl871x_io.h - style fix

2017-02-25 Thread Derek Robson
Fixed style of block comments. Found using checkpatch Signed-off-by: Derek Robson --- drivers/staging/rtl8712/rtl871x_io.h | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_io.h

[PATCH 3/9] Staging: rtl8712: rtl871x_io.h - style fix

2017-02-25 Thread Derek Robson
Fixed style of block comments. Found using checkpatch Signed-off-by: Derek Robson --- drivers/staging/rtl8712/rtl871x_io.h | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_io.h b/drivers/staging/rtl8712/rtl871x_io.h index

[PATCH 0/9] drivers: staging: rtl8712 - style fix

2017-02-25 Thread Derek Robson
Fixed style of block comments across whole of the rtl8712 driver Found using check patch Derek Robson (9): Staging: rtl8712: rtl871x_cmd.h - block comments Staging: rtl8712: rtl871x_event.h - style fix Staging: rtl8712: rtl871x_io.h - style fix Staging: rtl8712: rtl871x_mlme.h - style

[PATCH 0/9] drivers: staging: rtl8712 - style fix

2017-02-25 Thread Derek Robson
Fixed style of block comments across whole of the rtl8712 driver Found using check patch Derek Robson (9): Staging: rtl8712: rtl871x_cmd.h - block comments Staging: rtl8712: rtl871x_event.h - style fix Staging: rtl8712: rtl871x_io.h - style fix Staging: rtl8712: rtl871x_mlme.h - style

[PATCH 4/9] Staging: rtl8712: rtl871x_mlme.h - style fix

2017-02-25 Thread Derek Robson
Fixed style of block comments Found using checkpatch Signed-off-by: Derek Robson --- drivers/staging/rtl8712/rtl871x_mlme.h | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_mlme.h

[PATCH 2/9] Staging: rtl8712: rtl871x_event.h - style fix

2017-02-25 Thread Derek Robson
Fixed style of block comments Found using checkpatch Signed-off-by: Derek Robson --- drivers/staging/rtl8712/rtl871x_event.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_event.h

[PATCH 4/9] Staging: rtl8712: rtl871x_mlme.h - style fix

2017-02-25 Thread Derek Robson
Fixed style of block comments Found using checkpatch Signed-off-by: Derek Robson --- drivers/staging/rtl8712/rtl871x_mlme.h | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_mlme.h b/drivers/staging/rtl8712/rtl871x_mlme.h index

[PATCH 2/9] Staging: rtl8712: rtl871x_event.h - style fix

2017-02-25 Thread Derek Robson
Fixed style of block comments Found using checkpatch Signed-off-by: Derek Robson --- drivers/staging/rtl8712/rtl871x_event.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_event.h b/drivers/staging/rtl8712/rtl871x_event.h index

[PATCH 1/9] Staging: rtl8712: rtl871x_cmd.h - block comments

2017-02-25 Thread Derek Robson
Fixed style of block comments Found using checkpatch Signed-off-by: Derek Robson --- drivers/staging/rtl8712/rtl871x_cmd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index

[PATCH 1/9] Staging: rtl8712: rtl871x_cmd.h - block comments

2017-02-25 Thread Derek Robson
Fixed style of block comments Found using checkpatch Signed-off-by: Derek Robson --- drivers/staging/rtl8712/rtl871x_cmd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index

Re: [PATCH v2 2/2] arm64: dts: hisilicon: add dts files for hi3798cv200-poplar board

2017-02-25 Thread Andreas Färber
Am 22.02.2017 um 09:38 schrieb Jiancheng Xue: > Add basic dts files for hi3798cv200-poplar board. Poplar is the > first development board compliant with the 96Boards Enterprise > edition TV Platform specification. The board features the "Enterprise Edition" > Hi3798CV200 with an integrated

Re: [PATCH v2 2/2] arm64: dts: hisilicon: add dts files for hi3798cv200-poplar board

2017-02-25 Thread Andreas Färber
Am 22.02.2017 um 09:38 schrieb Jiancheng Xue: > Add basic dts files for hi3798cv200-poplar board. Poplar is the > first development board compliant with the 96Boards Enterprise > edition TV Platform specification. The board features the "Enterprise Edition" > Hi3798CV200 with an integrated

Re: [PATCH 1/1] fs: Allows for the pivot_root syscall to be optional

2017-02-25 Thread Nicolas Pitre
On Sat, 25 Feb 2017, Brian Ashworth wrote: > The pivot_root syscall is not needed on systems that do not use > any intermediate filesystem. Allowing for pivot_root to be > ommitted from the kernel will aid in the tinification efforts. > > Without CONFIG_PIVOT_ROOT_SYSCALL set > add/remove: 0/2

Re: [PATCH 1/1] fs: Allows for the pivot_root syscall to be optional

2017-02-25 Thread Nicolas Pitre
On Sat, 25 Feb 2017, Brian Ashworth wrote: > The pivot_root syscall is not needed on systems that do not use > any intermediate filesystem. Allowing for pivot_root to be > ommitted from the kernel will aid in the tinification efforts. > > Without CONFIG_PIVOT_ROOT_SYSCALL set > add/remove: 0/2

Re: [PATCH v2 1/2] dt-bindings: arm: hisilicon: add bindings for hi3798cv200 SoC and Poplar board

2017-02-25 Thread Andreas Färber
Am 22.02.2017 um 09:38 schrieb Jiancheng Xue: > Add bindings for HiSilicon hi3798cv200 SoC and Poplar Board. > > Signed-off-by: Jiancheng Xue > --- > Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt | 4 > 1 file changed, 4 insertions(+) > > diff

Re: [PATCH v2 1/2] dt-bindings: arm: hisilicon: add bindings for hi3798cv200 SoC and Poplar board

2017-02-25 Thread Andreas Färber
Am 22.02.2017 um 09:38 schrieb Jiancheng Xue: > Add bindings for HiSilicon hi3798cv200 SoC and Poplar Board. > > Signed-off-by: Jiancheng Xue > --- > Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt | 4 > 1 file changed, 4 insertions(+) > > diff --git

[PATCH 1/1] fs: Allows for the pivot_root syscall to be optional

2017-02-25 Thread Brian Ashworth
The pivot_root syscall is not needed on systems that do not use any intermediate filesystem. Allowing for pivot_root to be ommitted from the kernel will aid in the tinification efforts. Without CONFIG_PIVOT_ROOT_SYSCALL set add/remove: 0/2 grow/shrink: 1/0 up/down: 45/-707 (-662) function

[PATCH 1/1] fs: Allows for the pivot_root syscall to be optional

2017-02-25 Thread Brian Ashworth
The pivot_root syscall is not needed on systems that do not use any intermediate filesystem. Allowing for pivot_root to be ommitted from the kernel will aid in the tinification efforts. Without CONFIG_PIVOT_ROOT_SYSCALL set add/remove: 0/2 grow/shrink: 1/0 up/down: 45/-707 (-662) function

[PATCH] Staging: bcm2835-audio - style fix, block comments

2017-02-25 Thread Derek Robson
Fixed block comments as found by checkpatch Signed-off-by: Derek Robson --- drivers/staging/bcm2835-audio/bcm2835-ctl.c | 3 ++- drivers/staging/bcm2835-audio/bcm2835-pcm.c | 3 ++- drivers/staging/bcm2835-audio/bcm2835.h | 5 - 3 files changed, 4 insertions(+), 7

[PATCH] Staging: bcm2835-audio - style fix, block comments

2017-02-25 Thread Derek Robson
Fixed block comments as found by checkpatch Signed-off-by: Derek Robson --- drivers/staging/bcm2835-audio/bcm2835-ctl.c | 3 ++- drivers/staging/bcm2835-audio/bcm2835-pcm.c | 3 ++- drivers/staging/bcm2835-audio/bcm2835.h | 5 - 3 files changed, 4 insertions(+), 7 deletions(-) diff

[PATCH 0/1] fs: Support compiling out the pivot_root syscall

2017-02-25 Thread Brian Ashworth
This patch will allow for the pivot_root syscall to be made optional. Based on feedback, this patch uses an ifdef in the source rather than conditional compilation in the Makefile. The pivot_root syscall is not needed on systems that do not use any intermediate filesystem. Allowing for pivot_root

[PATCH] uapi: fix asm/signal.h userspace compilation errors

2017-02-25 Thread Dmitry V. Levin
Include (guarded by #ifndef __KERNEL__) to fix asm/signal.h userspace compilation errors like this: /usr/include/asm/signal.h:126:2: error: unknown type name 'size_t' size_t ss_size; As no uapi header provides a definition of size_t, inclusion of seems to be the most conservative fix

[PATCH] uapi: fix asm/signal.h userspace compilation errors

2017-02-25 Thread Dmitry V. Levin
Include (guarded by #ifndef __KERNEL__) to fix asm/signal.h userspace compilation errors like this: /usr/include/asm/signal.h:126:2: error: unknown type name 'size_t' size_t ss_size; As no uapi header provides a definition of size_t, inclusion of seems to be the most conservative fix

[PATCH 0/1] fs: Support compiling out the pivot_root syscall

2017-02-25 Thread Brian Ashworth
This patch will allow for the pivot_root syscall to be made optional. Based on feedback, this patch uses an ifdef in the source rather than conditional compilation in the Makefile. The pivot_root syscall is not needed on systems that do not use any intermediate filesystem. Allowing for pivot_root

[PATCH] writeback: use setup_deferrable_timer

2017-02-25 Thread Geliang Tang
Use setup_deferrable_timer() instead of init_timer_deferrable() to simplify the code. Signed-off-by: Geliang Tang --- mm/page-writeback.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mm/page-writeback.c b/mm/page-writeback.c index

[PATCH] writeback: use setup_deferrable_timer

2017-02-25 Thread Geliang Tang
Use setup_deferrable_timer() instead of init_timer_deferrable() to simplify the code. Signed-off-by: Geliang Tang --- mm/page-writeback.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mm/page-writeback.c b/mm/page-writeback.c index 26a6081..9e7d576 100644 ---

[PATCH] workqueue: use setup_deferrable_timer

2017-02-25 Thread Geliang Tang
Use setup_deferrable_timer() instead of init_timer_deferrable() to simplify the code. Signed-off-by: Geliang Tang --- kernel/workqueue.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/kernel/workqueue.c b/kernel/workqueue.c index 072cbc9..54a8fff

[PATCH] workqueue: use setup_deferrable_timer

2017-02-25 Thread Geliang Tang
Use setup_deferrable_timer() instead of init_timer_deferrable() to simplify the code. Signed-off-by: Geliang Tang --- kernel/workqueue.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/kernel/workqueue.c b/kernel/workqueue.c index 072cbc9..54a8fff 100644 ---

Re: [PATCH 3/3] percpu: improve allocation success rate for non-GFP_KERNEL callers

2017-02-25 Thread kbuild test robot
Hi Tahsin, [auto build test ERROR on mmotm/master] [also build test ERROR on v4.10 next-20170224] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 3/3] percpu: improve allocation success rate for non-GFP_KERNEL callers

2017-02-25 Thread kbuild test robot
Hi Tahsin, [auto build test ERROR on mmotm/master] [also build test ERROR on v4.10 next-20170224] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

  1   2   3   4   5   >