Re: [PATCH v2] nfc: don't be making arch specific unaligned decisions at driver level.

2017-03-28 Thread Paul Gortmaker
On Mon, Jan 9, 2017 at 12:52 PM, Paul Gortmaker wrote: > Currently ia64 fails building allmodconfig with variations of: > >In file included from drivers/nfc/nxp-nci/i2c.c:39:0: >./include/linux/unaligned/access_ok.h:62:29: error: redefinition of > ‘put_unaligned_be6

[PATCH] serial: 8250_EXAR: fix duplicate Kconfig text and add missing help text

2017-03-27 Thread Paul Gortmaker
> Cc: Greg Kroah-Hartman <gre...@linuxfoundation.org> Cc: Jiri Slaby <jsl...@suse.com> Cc: linux-ser...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/tty/serial/8250/Kconfig | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --g

[PATCH] serial: 8250_EXAR: fix duplicate Kconfig text and add missing help text

2017-03-27 Thread Paul Gortmaker
oth issues at the same time, as well as the space vs. tab issues introduced in the same commit. Fixes: d0aeaa83f0b0 ("serial: exar: split out the exar code from 8250_pci") Cc: Andy Shevchenko Cc: Sudip Mukherjee Cc: Greg Kroah-Hartman Cc: Jiri Slaby Cc: linux-ser...@vger.kernel.org Signed-of

Re: [PATCH] lockdep: call time_hardirqs_off after clearing hardirqs_enabled

2017-03-13 Thread Paul Gortmaker
Please stop sending "guesswork" patches. This message to you is not new. I am running out of avenues where I can ask you to cease and desist; spamming maintainers like this is not acceptable. You are one step away from being in a kill-file. On Mon, Mar 13, 2017 at 10:00 PM, Qi Hou

Re: [PATCH] lockdep: call time_hardirqs_off after clearing hardirqs_enabled

2017-03-13 Thread Paul Gortmaker
Please stop sending "guesswork" patches. This message to you is not new. I am running out of avenues where I can ask you to cease and desist; spamming maintainers like this is not acceptable. You are one step away from being in a kill-file. On Mon, Mar 13, 2017 at 10:00 PM, Qi Hou wrote: >

[GIT PULL] module.h --> extable.h fixup for arch/score

2017-03-11 Thread Paul Gortmaker
Linus, please pull to get a small fixup for arch/score. It seems that Guenter is the only one on the planet doing builds for arch/score -- we don't have compile coverage for it in linux-next or in the kbuild-bot either. Guenter couldn't even recall where he got his toolchain, but was kind

[GIT PULL] module.h --> extable.h fixup for arch/score

2017-03-11 Thread Paul Gortmaker
Linus, please pull to get a small fixup for arch/score. It seems that Guenter is the only one on the planet doing builds for arch/score -- we don't have compile coverage for it in linux-next or in the kbuild-bot either. Guenter couldn't even recall where he got his toolchain, but was kind

Re: [PATCH] mux-core: make it explicitly non-modular

2017-03-09 Thread Paul Gortmaker
[Re: [PATCH] mux-core: make it explicitly non-modular] On 09/03/2017 (Thu 13:01) Peter Rosin wrote: > On 2017-03-09 10:39, Peter Rosin wrote: > > *snip* *snip* > > >> Per the above use case (minimal vmlinux) the unload isn't so important, > >> and in many cases it may be racy or simply not

Re: [PATCH] mux-core: make it explicitly non-modular

2017-03-09 Thread Paul Gortmaker
[Re: [PATCH] mux-core: make it explicitly non-modular] On 09/03/2017 (Thu 13:01) Peter Rosin wrote: > On 2017-03-09 10:39, Peter Rosin wrote: > > *snip* *snip* > > >> Per the above use case (minimal vmlinux) the unload isn't so important, > >> and in many cases it may be racy or simply not

Re: [PATCH] mux-core: make it explicitly non-modular

2017-03-08 Thread Paul Gortmaker
[Re: [PATCH] mux-core: make it explicitly non-modular] On 08/03/2017 (Wed 16:32) Peter Rosin wrote: > On 2017-03-08 15:38, Paul Gortmaker wrote: [...] > > > > Note that mux-core doesn't have a .ko (modular variant) and also you can > > confirm with nm that everything in m

Re: [PATCH] mux-core: make it explicitly non-modular

2017-03-08 Thread Paul Gortmaker
[Re: [PATCH] mux-core: make it explicitly non-modular] On 08/03/2017 (Wed 16:32) Peter Rosin wrote: > On 2017-03-08 15:38, Paul Gortmaker wrote: [...] > > > > Note that mux-core doesn't have a .ko (modular variant) and also you can > > confirm with nm that everything in m

Re: [PATCH] mux-core: make it explicitly non-modular

2017-03-08 Thread Paul Gortmaker
[Re: [PATCH] mux-core: make it explicitly non-modular] On 08/03/2017 (Wed 10:38) Peter Rosin wrote: > On 2017-03-07 23:41, Paul Gortmaker wrote: > > The Kconfig currently controlling compilation of this code is: > > > > drivers/mux/Kconfig:menuconfig MULTIPLEXER > > d

Re: [PATCH] mux-core: make it explicitly non-modular

2017-03-08 Thread Paul Gortmaker
[Re: [PATCH] mux-core: make it explicitly non-modular] On 08/03/2017 (Wed 10:38) Peter Rosin wrote: > On 2017-03-07 23:41, Paul Gortmaker wrote: > > The Kconfig currently controlling compilation of this code is: > > > > drivers/mux/Kconfig:menuconfig MULTIPLEXER > > d

[PATCH] mux-core: make it explicitly non-modular

2017-03-07 Thread Paul Gortmaker
re use, so that when reading the driver there is no doubt it is builtin-only. Hence we delete the MODULE_LICENSE tag etc. since all that information is already contained at the top of the file in the comments. Cc: Peter Rosin <p...@axentia.se> Cc: Jonathan Cameron <ji...@kernel.org&g

[PATCH] mux-core: make it explicitly non-modular

2017-03-07 Thread Paul Gortmaker
re use, so that when reading the driver there is no doubt it is builtin-only. Hence we delete the MODULE_LICENSE tag etc. since all that information is already contained at the top of the file in the comments. Cc: Peter Rosin Cc: Jonathan Cameron Signed-off-by: Paul Gortmaker --- [feel fr

Re: [PATCH akpm v2] lib: test_sort: make it explicitly non-modular

2017-02-28 Thread Paul Gortmaker
[Re: [PATCH akpm v2] lib: test_sort: make it explicitly non-modular] On 28/02/2017 (Tue 12:43) Geert Uytterhoeven wrote: > Hi Paul, > > On Tue, Jan 24, 2017 at 11:56 PM, Paul Gortmaker > <paul.gortma...@windriver.com> wrote: > > The Kconfig currently controlling

Re: [PATCH akpm v2] lib: test_sort: make it explicitly non-modular

2017-02-28 Thread Paul Gortmaker
[Re: [PATCH akpm v2] lib: test_sort: make it explicitly non-modular] On 28/02/2017 (Tue 12:43) Geert Uytterhoeven wrote: > Hi Paul, > > On Tue, Jan 24, 2017 at 11:56 PM, Paul Gortmaker > wrote: > > The Kconfig currently controlling compilation of this code is

[PATCH] phy: phy-exynos-pcie: make it explicitly non-modular

2017-02-23 Thread Paul Gortmaker
s.infradead.org Cc: linux-samsung-...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- [ I'd normally not send patches in the merge window, but this driver just appeared in linux-next and so I'm assuming it is intended for addition during this merge window, h

[PATCH] phy: phy-exynos-pcie: make it explicitly non-modular

2017-02-23 Thread Paul Gortmaker
Cc: Bjorn Helgaas Cc: linux-arm-ker...@lists.infradead.org Cc: linux-samsung-...@vger.kernel.org Signed-off-by: Paul Gortmaker --- [ I'd normally not send patches in the merge window, but this driver just appeared in linux-next and so I'm assuming it is intended for addition during this merge win

Re: [PATCH] score: Add missing include files

2017-02-22 Thread Paul Gortmaker
the pull request I'd just sent. Oh well. Mind if I ask where you got your toolchain? I'm not in a position to futz around trying to build one myself for some of these less common architectures, but I'm not against extending my coverage using existing toolchains. [1] https://www.kernel.org/pub/

Re: [PATCH] score: Add missing include files

2017-02-22 Thread Paul Gortmaker
the pull request I'd just sent. Oh well. Mind if I ask where you got your toolchain? I'm not in a position to futz around trying to build one myself for some of these less common architectures, but I'm not against extending my coverage using existing toolchains. [1] https://www.kernel.org/pub/

[GIT PULL] Finalization of exception table separation from module.h

2017-02-21 Thread Paul Gortmaker
) Final extable.h related changes. Paul Gortmaker (21): ia64: move ia64_done_with_exception out of asm/uaccess.h ia64: ensure exception table search users include extable.h m32r: migrate exception table users off

[GIT PULL] Finalization of exception table separation from module.h

2017-02-21 Thread Paul Gortmaker
) Final extable.h related changes. Paul Gortmaker (21): ia64: move ia64_done_with_exception out of asm/uaccess.h ia64: ensure exception table search users include extable.h m32r: migrate exception table users off

Re: [PATCH] platform: intel_turbo_max_3: make it explicitly non-modular

2017-02-17 Thread Paul Gortmaker
[Re: [PATCH] platform: intel_turbo_max_3: make it explicitly non-modular] On 16/02/2017 (Thu 19:37) Darren Hart wrote: > On Mon, Feb 13, 2017 at 07:37:00PM -0500, Paul Gortmaker wrote: > > The Kconfig currently controlling compilation of this code is: > > > > drivers/platfo

Re: [PATCH] platform: intel_turbo_max_3: make it explicitly non-modular

2017-02-17 Thread Paul Gortmaker
[Re: [PATCH] platform: intel_turbo_max_3: make it explicitly non-modular] On 16/02/2017 (Thu 19:37) Darren Hart wrote: > On Mon, Feb 13, 2017 at 07:37:00PM -0500, Paul Gortmaker wrote: > > The Kconfig currently controlling compilation of this code is: > > > > drivers/platfo

Re: [PATCH] PCI/PME: Restore pcie_pme_driver.remove

2017-02-15 Thread Paul Gortmaker
[[PATCH] PCI/PME: Restore pcie_pme_driver.remove] On 14/02/2017 (Tue 21:17) Yinghai Lu wrote: > Found 4.9 and later, removing pci device for pcie port via /sys failed: > [ cut here ] > kernel BUG at drivers/pci/msi.c:370! > [...] > Bisect to commit d7def2040077

Re: [PATCH] PCI/PME: Restore pcie_pme_driver.remove

2017-02-15 Thread Paul Gortmaker
[[PATCH] PCI/PME: Restore pcie_pme_driver.remove] On 14/02/2017 (Tue 21:17) Yinghai Lu wrote: > Found 4.9 and later, removing pci device for pcie port via /sys failed: > [ cut here ] > kernel BUG at drivers/pci/msi.c:370! > [...] > Bisect to commit d7def2040077

Re: [PATCH] s390: crypto make ap_bus explicitly non-modular

2017-02-14 Thread Paul Gortmaker
[Re: [PATCH] s390: crypto make ap_bus explicitly non-modular] On 13/02/2017 (Mon 13:03) Harald Freudenberger wrote: > On 02/09/2017 03:48 PM, Paul Gortmaker wrote: > > The Makefile in drivers/s390 has: > > > > obj-y += cio/ block/ char/ crypto/ net/ scsi/ virtio/ >

Re: [PATCH] s390: crypto make ap_bus explicitly non-modular

2017-02-14 Thread Paul Gortmaker
[Re: [PATCH] s390: crypto make ap_bus explicitly non-modular] On 13/02/2017 (Mon 13:03) Harald Freudenberger wrote: > On 02/09/2017 03:48 PM, Paul Gortmaker wrote: > > The Makefile in drivers/s390 has: > > > > obj-y += cio/ block/ char/ crypto/ net/ scsi/ virtio/ >

Re: [PATCH] mips: audit and remove any unnecessary uses of module.h

2017-02-14 Thread Paul Gortmaker
[Re: [PATCH] mips: audit and remove any unnecessary uses of module.h] On 14/02/2017 (Tue 10:10) James Hogan wrote: > On Sat, Jan 28, 2017 at 09:05:57PM -0500, Paul Gortmaker wrote: > > Historically a lot of these existed because we did not have > > a distinction between what w

Re: [PATCH] mips: audit and remove any unnecessary uses of module.h

2017-02-14 Thread Paul Gortmaker
[Re: [PATCH] mips: audit and remove any unnecessary uses of module.h] On 14/02/2017 (Tue 10:10) James Hogan wrote: > On Sat, Jan 28, 2017 at 09:05:57PM -0500, Paul Gortmaker wrote: > > Historically a lot of these existed because we did not have > > a distinction between what w

[PATCH] cpufreq: make ti-cpufreq explicitly non-modular

2017-02-13 Thread Paul Gortmaker
nformation is already contained at the top of the file in the comments. Cc: Viresh Kumar <viresh.ku...@linaro.org> Cc: Dave Gerlach <d-gerl...@ti.com> Cc: Rafael J. Wysocki <rafael.j.wyso...@intel.com> Cc: linux...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriv

[PATCH] cpufreq: make ti-cpufreq explicitly non-modular

2017-02-13 Thread Paul Gortmaker
nformation is already contained at the top of the file in the comments. Cc: Viresh Kumar Cc: Dave Gerlach Cc: Rafael J. Wysocki Cc: linux...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/cpufreq/ti-cpufreq.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/drive

[PATCH] platform: intel_turbo_max_3: make it explicitly non-modular

2017-02-13 Thread Paul Gortmaker
andruv...@linux.intel.com> Cc: platform-driver-...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/platform/x86/intel_turbo_max_3.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/drivers/platform/x86/intel_tur

[PATCH] platform: intel_turbo_max_3: make it explicitly non-modular

2017-02-13 Thread Paul Gortmaker
at the top of the file in the comments. We do uncover some implicit includes during build coverage that were hidden behind the module.h which pulls in a lot of dependants. Cc: Darren Hart Cc: Andy Shevchenko Cc: Srinivas Pandruvada Cc: platform-driver-...@vger.kernel.org Signed-off-by: Paul

[PATCH 2/3] s390: mm: Audit and remove any unnecessary uses of module.h

2017-02-09 Thread Paul Gortmaker
com> Cc: Heiko Carstens <heiko.carst...@de.ibm.com> Cc: linux-s...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- arch/s390/mm/cmm.c | 1 + arch/s390/mm/dump_pagetables.c | 1 - arch/s390/mm/extmem.c | 2 +- arch/s390/mm/mem

[PATCH 2/3] s390: mm: Audit and remove any unnecessary uses of module.h

2017-02-09 Thread Paul Gortmaker
: linux-s...@vger.kernel.org Signed-off-by: Paul Gortmaker --- arch/s390/mm/cmm.c | 1 + arch/s390/mm/dump_pagetables.c | 1 - arch/s390/mm/extmem.c | 2 +- arch/s390/mm/mem_detect.c | 1 - arch/s390/mm/mmap.c| 2 +- arch/s390/mm/pageattr.c| 1 - arch

[PATCH 1/3] s390: kernel: Audit and remove any unnecessary uses of module.h

2017-02-09 Thread Paul Gortmaker
iko.carst...@de.ibm.com> Cc: linux-s...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- arch/s390/kernel/compat_linux.c | 1 - arch/s390/kernel/cpcmd.c| 2 +- arch/s390/kernel/crash_dump.c | 3 ++- arch/s390/kernel/debug.c| 2 +- arch/s390/kernel/

[PATCH 1/3] s390: kernel: Audit and remove any unnecessary uses of module.h

2017-02-09 Thread Paul Gortmaker
-by: Paul Gortmaker --- arch/s390/kernel/compat_linux.c | 1 - arch/s390/kernel/cpcmd.c| 2 +- arch/s390/kernel/crash_dump.c | 3 ++- arch/s390/kernel/debug.c| 2 +- arch/s390/kernel/diag.c | 3 ++- arch/s390/kernel/dis.c | 2 +- arch/s390/kernel/ebcdic.c | 4

[PATCH 3/3] s390: Audit and remove any remaining unnecessary uses of module.h

2017-02-09 Thread Paul Gortmaker
def...@de.ibm.com> Cc: Heiko Carstens <heiko.carst...@de.ibm.com> Cc: linux-s...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- arch/s390/include/asm/livepatch.h | 2 +- arch/s390/kvm/kvm-s390.c | 1 + arch/s390/lib/delay.c | 2

[PATCH 3/3] s390: Audit and remove any remaining unnecessary uses of module.h

2017-02-09 Thread Paul Gortmaker
Carstens Cc: linux-s...@vger.kernel.org Signed-off-by: Paul Gortmaker --- arch/s390/include/asm/livepatch.h | 2 +- arch/s390/kvm/kvm-s390.c | 1 + arch/s390/lib/delay.c | 2 +- arch/s390/lib/spinlock.c | 2 +- arch/s390/lib/string.c| 3 ++- arch/s390/lib

[PATCH 0/3] s390: audit and remove needless module.h includes

2017-02-09 Thread Paul Gortmaker
lar audits for x86 and other supported architectures, so this isn't a new issue. Paul. [1] https://lwn.net/Articles/453517/ --- Cc: Heiko Carstens <heiko.carst...@de.ibm.com> Cc: Martin Schwidefsky <schwidef...@de.ibm.com> Cc: linux-s...@vger.kernel.org Paul Gortmaker (3): s390: ke

[PATCH 0/3] s390: audit and remove needless module.h includes

2017-02-09 Thread Paul Gortmaker
lar audits for x86 and other supported architectures, so this isn't a new issue. Paul. [1] https://lwn.net/Articles/453517/ --- Cc: Heiko Carstens Cc: Martin Schwidefsky Cc: linux-s...@vger.kernel.org Paul Gortmaker (3): s390: kernel: Audit and remove any unnecessary uses of module.h s390:

[PATCH] s390: crypto make ap_bus explicitly non-modular

2017-02-09 Thread Paul Gortmaker
Martin Schwidefsky <schwidef...@de.ibm.com> Cc: Heiko Carstens <heiko.carst...@de.ibm.com> Cc: linux-s...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/s390/crypto/ap_bus.c | 54 +++- 1 file chan

[PATCH] s390: crypto make ap_bus explicitly non-modular

2017-02-09 Thread Paul Gortmaker
Carstens Cc: linux-s...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/s390/crypto/ap_bus.c | 54 +++- 1 file changed, 3 insertions(+), 51 deletions(-) diff --git a/drivers/s390/crypto/ap_bus.c b/drivers/s390/crypto/ap_bus.c index 5fa699192864

[PATCH 0/4] reset: de-modularize the remaining reset drivers

2017-02-07 Thread Paul Gortmaker
l...@baylibre.com> Cc: linux-amlo...@lists.infradead.org Cc: linux-ox...@lists.tuxfamily.org Cc: Neil Armstrong <narmstr...@baylibre.com> Cc: Philipp Zabel <p.za...@pengutronix.de> Paul Gortmaker (4): reset: ath79: make it explicitly non-modular reset: pistachio: make it explici

[PATCH 3/4] reset: meson: make it explicitly non-modular

2017-02-07 Thread Paul Gortmaker
e> Cc: Carlo Caione <ca...@caione.org> Cc: Kevin Hilman <khil...@baylibre.com> Cc: linux-amlo...@lists.infradead.org Cc: Neil Armstrong <narmstr...@baylibre.com> Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/reset/reset-meson.c | 12

[PATCH 0/4] reset: de-modularize the remaining reset drivers

2017-02-07 Thread Paul Gortmaker
Armstrong Cc: Philipp Zabel Paul Gortmaker (4): reset: ath79: make it explicitly non-modular reset: pistachio: make it explicitly non-modular reset: meson: make it explicitly non-modular reset: oxnas: make it explicitly non-modular drivers/reset/reset-ath79.c | 27

[PATCH 3/4] reset: meson: make it explicitly non-modular

2017-02-07 Thread Paul Gortmaker
Cc: Kevin Hilman Cc: linux-amlo...@lists.infradead.org Cc: Neil Armstrong Signed-off-by: Paul Gortmaker --- drivers/reset/reset-meson.c | 12 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/drivers/reset/reset-meson.c b/drivers/reset/reset-meson.c index c32f11a30c5f.

[PATCH 4/4] reset: oxnas: make it explicitly non-modular

2017-02-07 Thread Paul Gortmaker
.de> Cc: Neil Armstrong <narmstr...@baylibre.com> Cc: linux-ox...@lists.tuxfamily.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/reset/reset-oxnas.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/reset/reset-oxnas.c b/d

[PATCH 4/4] reset: oxnas: make it explicitly non-modular

2017-02-07 Thread Paul Gortmaker
: linux-ox...@lists.tuxfamily.org Signed-off-by: Paul Gortmaker --- drivers/reset/reset-oxnas.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/reset/reset-oxnas.c b/drivers/reset/reset-oxnas.c index 0d9036dea010..cf5b9742b86e 100644 --- a/drivers/reset/reset

[PATCH 1/4] reset: ath79: make it explicitly non-modular

2017-02-07 Thread Paul Gortmaker
in the comments. Cc: Philipp Zabel <p.za...@pengutronix.de> Cc: Alban Bedel <al...@free.fr> Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/reset/reset-ath79.c | 27 --- 1 file changed, 8 insertions(+), 19 deletions(-) diff --git a

[PATCH 2/4] reset: pistachio: make it explicitly non-modular

2017-02-07 Thread Paul Gortmaker
on-modular code. We also delete the MODULE_LICENSE tag etc. since all that information is already contained at the top of the file in the comments. Cc: Philipp Zabel <p.za...@pengutronix.de> Cc: Damien Horsley <damien.hors...@imgtec.com> Signed-off-by: Paul Gortmaker <paul.gortma...@wi

[PATCH 1/4] reset: ath79: make it explicitly non-modular

2017-02-07 Thread Paul Gortmaker
in the comments. Cc: Philipp Zabel Cc: Alban Bedel Signed-off-by: Paul Gortmaker --- drivers/reset/reset-ath79.c | 27 --- 1 file changed, 8 insertions(+), 19 deletions(-) diff --git a/drivers/reset/reset-ath79.c b/drivers/reset/reset-ath79.c index 6b97631f5489.

[PATCH 2/4] reset: pistachio: make it explicitly non-modular

2017-02-07 Thread Paul Gortmaker
on-modular code. We also delete the MODULE_LICENSE tag etc. since all that information is already contained at the top of the file in the comments. Cc: Philipp Zabel Cc: Damien Horsley Signed-off-by: Paul Gortmaker --- drivers/reset/reset-pistachio.c | 9 ++--- 1 file changed, 2 insert

[PATCH 0/3] pinctrl: berlin/mvebu/spear: make bool code non-modular

2017-02-06 Thread Paul Gortmaker
...@marvell.com> Cc: Linus Walleij <linus.wall...@linaro.org> Cc: Masahiro Yamada <yamada.masah...@socionext.com> Cc: Sebastian Hesselbarth <sebastian.hesselba...@gmail.com> Cc: Thomas Hebb <tommyh...@gmail.com> Cc: Thomas Petazzoni <thomas.petazz...@free-electrons.com>

[PATCH 0/3] pinctrl: berlin/mvebu/spear: make bool code non-modular

2017-02-06 Thread Paul Gortmaker
Cc: Thomas Petazzoni Cc: Viresh Kumar Cc: spear-de...@list.st.com Cc: linux-g...@vger.kernel.org Paul Gortmaker (3): pinctrl: mvebu: make bool drivers explicitly non-modular pinctrl: spear: make bool drivers explicitly non-modular pinctrl: berlin: make bool drivers explicitly non-modular d

[PATCH 3/3] pinctrl: berlin: make bool drivers explicitly non-modular

2017-02-06 Thread Paul Gortmaker
gt; Cc: Thomas Hebb <tommyh...@gmail.com> Cc: Masahiro Yamada <yamada.masah...@socionext.com> Cc: linux-g...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/pinctrl/berlin/berlin-bg2.c | 9 ++--- drivers/pinctrl/berlin/berlin-bg2cd.

[PATCH 2/3] pinctrl: spear: make bool drivers explicitly non-modular

2017-02-06 Thread Paul Gortmaker
ire...@kernel.org> Cc: Linus Walleij <linus.wall...@linaro.org> Cc: spear-de...@list.st.com Cc: linux-g...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/pinctrl/spear/pinctrl-plgpio.c| 7 +-- drivers/pinctrl/spear/pinctr

[PATCH 3/3] pinctrl: berlin: make bool drivers explicitly non-modular

2017-02-06 Thread Paul Gortmaker
in the comments. Cc: Linus Walleij Cc: "Antoine Ténart" Cc: Sebastian Hesselbarth Cc: Jisheng Zhang Cc: Hongzhou Yang Cc: Thomas Hebb Cc: Masahiro Yamada Cc: linux-g...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/pinctrl/berlin/berlin-bg2.c | 9 ++--- drivers/pinc

[PATCH 2/3] pinctrl: spear: make bool drivers explicitly non-modular

2017-02-06 Thread Paul Gortmaker
Walleij Cc: spear-de...@list.st.com Cc: linux-g...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/pinctrl/spear/pinctrl-plgpio.c| 7 +-- drivers/pinctrl/spear/pinctrl-spear1310.c | 12 drivers/pinctrl/spear/pinctrl-spear1340.c | 12 drivers/pinctrl

[PATCH 1/3] pinctrl: mvebu: make bool drivers explicitly non-modular

2017-02-06 Thread Paul Gortmaker
LE_LICENSE etc. tags since all that information is already contained at the top of the file in the comments. Cc: Linus Walleij <linus.wall...@linaro.org> Cc: Thomas Petazzoni <thomas.petazz...@free-electrons.com> Cc: linux-g...@vger.kernel.org Signed-off-by: Paul Gortmaker <pau

[PATCH 1/3] pinctrl: mvebu: make bool drivers explicitly non-modular

2017-02-06 Thread Paul Gortmaker
LE_LICENSE etc. tags since all that information is already contained at the top of the file in the comments. Cc: Linus Walleij Cc: Thomas Petazzoni Cc: linux-g...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/pinctrl/mvebu/pinctrl-armada-370.c | 8 +--- drivers/pinctrl/mve

[PATCH] pinctrl: sunxi: make sun5i explicitly non-modular

2017-02-02 Thread Paul Gortmaker
us Walleij <linus.wall...@linaro.org> Cc: Maxime Ripard <maxime.rip...@free-electrons.com> Cc: Chen-Yu Tsai <w...@csie.org> Cc: linux-g...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/pinctrl/sunxi/pinctrl-sun5i.c | 11 +++

[PATCH] pinctrl: sunxi: make sun5i explicitly non-modular

2017-02-02 Thread Paul Gortmaker
alleij Cc: Maxime Ripard Cc: Chen-Yu Tsai Cc: linux-g...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/pinctrl/sunxi/pinctrl-sun5i.c | 11 +++ 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/drivers/pinctrl/sunxi/pinctrl-sun5i.c b/drivers/pinctrl/sunxi/pinct

Re: [PATCH v9 4/4] console: Make persistent scrollback a boot parameter

2017-02-02 Thread Paul Gortmaker
On Tue, Jan 10, 2017 at 4:28 PM, Manuel Schölling wrote: > The impact of the persistent scrollback feature on the code size is > rather small, so the config option is removed. The feature stays > disabled by default and can be enabled by using the boot command line >

Re: [PATCH v9 4/4] console: Make persistent scrollback a boot parameter

2017-02-02 Thread Paul Gortmaker
On Tue, Jan 10, 2017 at 4:28 PM, Manuel Schölling wrote: > The impact of the persistent scrollback feature on the code size is > rather small, so the config option is removed. The feature stays > disabled by default and can be enabled by using the boot command line > parameter

[PATCH] reset: make zx2967 explicitly non-modular

2017-02-02 Thread Paul Gortmaker
ained at the top of the file in the comments. We don't replace module.h with init.h since the file does not appear to use __init prefix anywhere. Cc: Jun Nie <jun@linaro.org> Cc: Baoyou Xie <baoyou@linaro.org> Cc: Philipp Zabel <p.za...@pengutronix.de> Signed-off-by: Paul

[PATCH] reset: make zx2967 explicitly non-modular

2017-02-02 Thread Paul Gortmaker
ained at the top of the file in the comments. We don't replace module.h with init.h since the file does not appear to use __init prefix anywhere. Cc: Jun Nie Cc: Baoyou Xie Cc: Philipp Zabel Signed-off-by: Paul Gortmaker --- drivers/reset/reset-zx2967.c | 7 --- 1 file changed, 7 dele

Re: [PATCH v3 3/3] reset: zx2967: add reset controller driver for ZTE's zx2967 family

2017-02-01 Thread Paul Gortmaker
On Mon, Jan 16, 2017 at 10:22 PM, Baoyou Xie wrote: > This patch adds reset controller driver for ZTE's zx2967 family. > > Signed-off-by: Baoyou Xie > --- > drivers/reset/Kconfig| 6 +++ > drivers/reset/Makefile | 1 + >

Re: [PATCH v3 3/3] reset: zx2967: add reset controller driver for ZTE's zx2967 family

2017-02-01 Thread Paul Gortmaker
On Mon, Jan 16, 2017 at 10:22 PM, Baoyou Xie wrote: > This patch adds reset controller driver for ZTE's zx2967 family. > > Signed-off-by: Baoyou Xie > --- > drivers/reset/Kconfig| 6 +++ > drivers/reset/Makefile | 1 + > drivers/reset/reset-zx2967.c | 106 >

[tip:sched/core] sched/clock: Add dummy clear_sched_clock_stable() stub function

2017-02-01 Thread tip-bot for Paul Gortmaker
Commit-ID: 733ce725aa4bfa9063be053bfe7f4597d76f0dd1 Gitweb: http://git.kernel.org/tip/733ce725aa4bfa9063be053bfe7f4597d76f0dd1 Author: Paul Gortmaker <paul.gortma...@windriver.com> AuthorDate: Fri, 27 Jan 2017 12:38:16 -0500 Committer: Ingo Molnar <mi...@kernel.org> Commit

[tip:sched/core] sched/clock: Add dummy clear_sched_clock_stable() stub function

2017-02-01 Thread tip-bot for Paul Gortmaker
Commit-ID: 733ce725aa4bfa9063be053bfe7f4597d76f0dd1 Gitweb: http://git.kernel.org/tip/733ce725aa4bfa9063be053bfe7f4597d76f0dd1 Author: Paul Gortmaker AuthorDate: Fri, 27 Jan 2017 12:38:16 -0500 Committer: Ingo Molnar CommitDate: Wed, 1 Feb 2017 11:01:29 +0100 sched/clock: Add dummy

[PATCH] mips: audit and remove any unnecessary uses of module.h

2017-01-28 Thread Paul Gortmaker
, so we add the appropriate headers there. Cc: David Daney <david.da...@cavium.com> Cc: John Crispin <j...@phrozen.org> Cc: Ralf Baechle <r...@linux-mips.org> Cc: "Steven J. Hill" <steven.h...@cavium.com> Cc: linux-m...@linux-mips.org Signed-off-by: Paul Gortm

[PATCH] mips: audit and remove any unnecessary uses of module.h

2017-01-28 Thread Paul Gortmaker
, so we add the appropriate headers there. Cc: David Daney Cc: John Crispin Cc: Ralf Baechle Cc: "Steven J. Hill" Cc: linux-m...@linux-mips.org Signed-off-by: Paul Gortmaker --- [I had this split along platform lines into 17 separate commits, but when I realized there were only

[PATCH] sched/clock: add dummy clear_sched_clock_stable stub function

2017-01-27 Thread Paul Gortmaker
to prevent this. Fixes: acb04058de49 ("sched/clock: Fix hotplug crash") Cc: Peter Zijlstra (Intel) <pet...@infradead.org> Cc: Ingo Molnar <mi...@kernel.org> Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- include/linux/sched.h | 4 1 file changed,

[PATCH] sched/clock: add dummy clear_sched_clock_stable stub function

2017-01-27 Thread Paul Gortmaker
to prevent this. Fixes: acb04058de49 ("sched/clock: Fix hotplug crash") Cc: Peter Zijlstra (Intel) Cc: Ingo Molnar Signed-off-by: Paul Gortmaker --- include/linux/sched.h | 4 1 file changed, 4 insertions(+) diff --git a/include/linux/sched.h b/include/linux/sched.h index 43c484

Re: [PATCH 2/2] m68k: replaced gcc specific macros with ones from compiler.h

2017-01-27 Thread Paul Gortmaker
On Tue, Jan 24, 2017 at 7:14 AM, Gideon Israel Dsouza wrote: > There is which provides macros for various gcc specific > constructs. Eg: __weak for __attribute__((weak)). I've cleaned all > instances of gcc specific attributes with the right macros for all files > under

Re: [PATCH 2/2] m68k: replaced gcc specific macros with ones from compiler.h

2017-01-27 Thread Paul Gortmaker
On Tue, Jan 24, 2017 at 7:14 AM, Gideon Israel Dsouza wrote: > There is which provides macros for various gcc specific > constructs. Eg: __weak for __attribute__((weak)). I've cleaned all > instances of gcc specific attributes with the right macros for all files > under /arch/m68k > > This patch

Re: linux-next: Tree for Jan 19

2017-01-26 Thread Paul Gortmaker
[Re: linux-next: Tree for Jan 19] On 27/01/2017 (Fri 00:08) Stafford Horne wrote: > On Thu, Jan 26, 2017 at 02:45:15PM +0900, Stafford Horne wrote: > > On Wed, Jan 25, 2017 at 11:37:11AM -0500, Paul Gortmaker wrote: > > > [Re: linux-next: Tree for Jan 19] On 23/01/2017 (M

Re: linux-next: Tree for Jan 19

2017-01-26 Thread Paul Gortmaker
[Re: linux-next: Tree for Jan 19] On 27/01/2017 (Fri 00:08) Stafford Horne wrote: > On Thu, Jan 26, 2017 at 02:45:15PM +0900, Stafford Horne wrote: > > On Wed, Jan 25, 2017 at 11:37:11AM -0500, Paul Gortmaker wrote: > > > [Re: linux-next: Tree for Jan 19] On 23/01/2017 (M

Re: linux-next: Tree for Jan 19

2017-01-26 Thread Paul Gortmaker
[Re: linux-next: Tree for Jan 19] On 26/01/2017 (Thu 06:22) Guenter Roeck wrote: > On 01/25/2017 09:38 PM, Stafford Horne wrote: > >On Wed, Jan 25, 2017 at 08:54:53PM -0800, Guenter Roeck wrote: > >>On 01/25/2017 08:37 AM, Paul Gortmaker wrote: > >>>[Re: linux-next:

Re: linux-next: Tree for Jan 19

2017-01-26 Thread Paul Gortmaker
[Re: linux-next: Tree for Jan 19] On 26/01/2017 (Thu 06:22) Guenter Roeck wrote: > On 01/25/2017 09:38 PM, Stafford Horne wrote: > >On Wed, Jan 25, 2017 at 08:54:53PM -0800, Guenter Roeck wrote: > >>On 01/25/2017 08:37 AM, Paul Gortmaker wrote: > >>>[Re: linux-next:

Re: [PATCH v2] openrisc: migrate exception table users off module.h and onto extable.h

2017-01-26 Thread Paul Gortmaker
[Re: [PATCH v2] openrisc: migrate exception table users off module.h and onto extable.h] On 26/01/2017 (Thu 14:53) Stafford Horne wrote: > On Wed, Jan 25, 2017 at 04:40:46PM -0500, Paul Gortmaker wrote: > > These files were only including module.h for exception table related >

Re: [PATCH v2] openrisc: migrate exception table users off module.h and onto extable.h

2017-01-26 Thread Paul Gortmaker
[Re: [PATCH v2] openrisc: migrate exception table users off module.h and onto extable.h] On 26/01/2017 (Thu 14:53) Stafford Horne wrote: > On Wed, Jan 25, 2017 at 04:40:46PM -0500, Paul Gortmaker wrote: > > These files were only including module.h for exception table related >

[PATCH v2] openrisc: migrate exception table users off module.h and onto extable.h

2017-01-25 Thread Paul Gortmaker
by: kbuild test robot <l...@intel.com> Cc: Jonas Bonn <jo...@southpole.se> Cc: Stefan Kristiansson <stefan.kristians...@saunalahti.fi> Cc: Stafford Horne <sho...@gmail.com> Cc: openr...@lists.librecores.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com

[PATCH v2] openrisc: migrate exception table users off module.h and onto extable.h

2017-01-25 Thread Paul Gortmaker
by: kbuild test robot Cc: Jonas Bonn Cc: Stefan Kristiansson Cc: Stafford Horne Cc: openr...@lists.librecores.org Signed-off-by: Paul Gortmaker --- [v2: add traps.c to conversion, as without a toolchain, I'm at the mercy of the things found by kbuild; fixing them iteratively... ] arch/openr

[PATCH v2] openrisc: migrate exception table users off module.h and onto extable.h

2017-01-25 Thread Paul Gortmaker
by: kbuild test robot <l...@intel.com> Cc: Jonas Bonn <jo...@southpole.se> Cc: Stefan Kristiansson <stefan.kristians...@saunalahti.fi> Cc: Stafford Horne <sho...@gmail.com> Cc: openr...@lists.librecores.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com

[PATCH v2] openrisc: migrate exception table users off module.h and onto extable.h

2017-01-25 Thread Paul Gortmaker
by: kbuild test robot Cc: Jonas Bonn Cc: Stefan Kristiansson Cc: Stafford Horne Cc: openr...@lists.librecores.org Signed-off-by: Paul Gortmaker --- [v2: add traps.c to conversion, as without a toolchain, I'm at the mercy of the things found by kbuild; fixing them iteratively... ] arch/openr

Re: linux-next: Tree for Jan 19

2017-01-25 Thread Paul Gortmaker
[Re: linux-next: Tree for Jan 19] On 23/01/2017 (Mon 23:11) Stafford Horne wrote: [...] > > Are all of these builds using the tests from lkp-tests [0]? Not using any specific tests, other than compiling allmodconfig and defconfig. > > If so and no one is working on openrisc toolchain

Re: linux-next: Tree for Jan 19

2017-01-25 Thread Paul Gortmaker
[Re: linux-next: Tree for Jan 19] On 23/01/2017 (Mon 23:11) Stafford Horne wrote: [...] > > Are all of these builds using the tests from lkp-tests [0]? Not using any specific tests, other than compiling allmodconfig and defconfig. > > If so and no one is working on openrisc toolchain

[PATCH akpm v2] lib: test_sort: make it explicitly non-modular

2017-01-24 Thread Paul Gortmaker
> Cc: Andrew Morton <a...@linux-foundation.org> Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- [v2: update for Arnd's commit that moved the code out into a separate file.] lib/test_sort.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a

[PATCH akpm v2] lib: test_sort: make it explicitly non-modular

2017-01-24 Thread Paul Gortmaker
shouldn't be an issue and subsys_initcall seems like a better fit for this particular case. We also delete the MODULE_LICENSE tag since that information is now contained at the top of the file in the comments. Cc: Kostenzer Felix Cc: Arnd Bergmann Cc: Andrew Morton Signed-off-by: Paul Gortmaker

[PATCH] cris: migrate exception table users off module.h and onto extable.h

2017-01-24 Thread Paul Gortmaker
build test robot <l...@intel.com> Cc: Mikael Starvik <star...@axis.com> Cc: Jesper Nilsson <jesper.nils...@axis.com> Cc: linux-cris-ker...@axis.com Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- [This is to be added to the other 20 patches of this for-merge

[PATCH] cris: migrate exception table users off module.h and onto extable.h

2017-01-24 Thread Paul Gortmaker
build test robot Cc: Mikael Starvik Cc: Jesper Nilsson Cc: linux-cris-ker...@axis.com Signed-off-by: Paul Gortmaker --- [This is to be added to the other 20 patches of this for-merge series: https://lkml.kernel.org/r/20170122163244.11740-1-paul.gortma...@windriver.com I didn't want to resend al

Re: [PATCH 20/20] module.h: remove extable.h include now users have migrated

2017-01-22 Thread Paul Gortmaker
it tree, please drop us a note to > help improve the system] > > url: > https://github.com/0day-ci/linux/commits/Paul-Gortmaker/ia64-move-ia64_done_with_exception-out-of-asm-uaccess-h/20170123-004155 > config: cris-etraxfs_defconfig (attached as .config) Thanks (once again

Re: [PATCH 20/20] module.h: remove extable.h include now users have migrated

2017-01-22 Thread Paul Gortmaker
it tree, please drop us a note to > help improve the system] > > url: > https://github.com/0day-ci/linux/commits/Paul-Gortmaker/ia64-move-ia64_done_with_exception-out-of-asm-uaccess-h/20170123-004155 > config: cris-etraxfs_defconfig (attached as .config) Thanks (once again

[PATCH 07/20] xtensa: migrate exception table users off module.h and onto extable.h

2017-01-22 Thread Paul Gortmaker
Zankel <ch...@zankel.net> Cc: Max Filippov <jcmvb...@gmail.com> Cc: linux-xte...@linux-xtensa.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- arch/xtensa/mm/fault.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/xtensa/mm/fault.c b/

[PATCH 07/20] xtensa: migrate exception table users off module.h and onto extable.h

2017-01-22 Thread Paul Gortmaker
l Cc: Max Filippov Cc: linux-xte...@linux-xtensa.org Signed-off-by: Paul Gortmaker --- arch/xtensa/mm/fault.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/xtensa/mm/fault.c b/arch/xtensa/mm/fault.c index 2725e08ef353..a14df5aa98c8 100644 --- a/arch/xtensa/mm/fault.c

[PATCH 09/20] frv: migrate exception table users off module.h and onto extable.h

2017-01-22 Thread Paul Gortmaker
build test robot <l...@intel.com> Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- arch/frv/mm/extable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/frv/mm/extable.c b/arch/frv/mm/extable.c index 9a641c1b085a..a0e8b3e03e4c 100644 --- a/arch/frv/m

<    1   2   3   4   5   6   7   8   9   10   >