[PATCH 1/3] lightnvm: make core.c explicitly non-modular

2016-10-29 Thread Paul Gortmaker
is already contained at the top of the file in the comments. We replace module.h with moduleparam.h because this file still uses module params to control behaviour. Also note that MODULE_ALIAS is a no-op for non-modular code. Cc: Matias Bjorling <m...@lightnvm.io> Signed-off-by: Paul Gortma

[PATCH 0/3] Add new builtin_misc_device users

2016-10-29 Thread Paul Gortmaker
Cc: Martin Schwidefsky Cc: Matias Bjorling Cc: Michael Holzheu Cc: Greg Kroah-Hartman Cc: linux-s...@vger.kernel.org Paul Gortmaker (3): lightnvm: make core.c explicitly non-modular blackfin: make-bf561/coreb.c explicitly non-modular s390: char: make slp_ctl explicitly non-modular

[PATCH 1/3] lightnvm: make core.c explicitly non-modular

2016-10-29 Thread Paul Gortmaker
is already contained at the top of the file in the comments. We replace module.h with moduleparam.h because this file still uses module params to control behaviour. Also note that MODULE_ALIAS is a no-op for non-modular code. Cc: Matias Bjorling Signed-off-by: Paul Gortmaker --- drivers/lightnvm/c

Re: linux-next: Tree for Oct 26 (crypto/acompress.ko)

2016-10-26 Thread Paul Gortmaker
On Wed, Oct 26, 2016 at 10:48 AM, Randy Dunlap wrote: > On 10/25/16 19:51, Stephen Rothwell wrote: >> Hi all, >> >> There will probably be no linux-next releases next week while I attend >> the Kernel Summit. >> >> Changes since 20161025: >> > > on x864_64: > > ERROR:

Re: linux-next: Tree for Oct 26 (crypto/acompress.ko)

2016-10-26 Thread Paul Gortmaker
On Wed, Oct 26, 2016 at 10:48 AM, Randy Dunlap wrote: > On 10/25/16 19:51, Stephen Rothwell wrote: >> Hi all, >> >> There will probably be no linux-next releases next week while I attend >> the Kernel Summit. >> >> Changes since 20161025: >> > > on x864_64: > > ERROR:

Re: linux-next: Tree for Oct 25

2016-10-25 Thread Paul Gortmaker
On Mon, Oct 24, 2016 at 11:31 PM, Stephen Rothwell wrote: > Hi all, > > There will probably be no linux-next releases next week while I attend > the Kernel Summit. > > Changes since 20161024: > > The pm tree gained a conflict against the imx-mxs tree. > > The mali-dp tree

Re: linux-next: Tree for Oct 25

2016-10-25 Thread Paul Gortmaker
On Mon, Oct 24, 2016 at 11:31 PM, Stephen Rothwell wrote: > Hi all, > > There will probably be no linux-next releases next week while I attend > the Kernel Summit. > > Changes since 20161024: > > The pm tree gained a conflict against the imx-mxs tree. > > The mali-dp tree gained a conflict

[PATCH] miscdevice: introduce builtin_misc_device

2016-10-22 Thread Paul Gortmaker
; Cc: Greg Kroah-Hartman <gre...@linuxfoundation.org> Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- [I've got several users of this in my local queue; but I'll stagger those and this by a merge window to avoid dependency issues.] include/linux/miscdevice.h | 7 +++

[PATCH] miscdevice: introduce builtin_misc_device

2016-10-22 Thread Paul Gortmaker
Signed-off-by: Paul Gortmaker --- [I've got several users of this in my local queue; but I'll stagger those and this by a merge window to avoid dependency issues.] include/linux/miscdevice.h | 7 +++ 1 file changed, 7 insertions(+) diff --git a/include/linux/miscdevice.h b/include/linux/mi

[PATCH] dma: tegra210-adma: convert TEGRA210_ADMA from bool to tristate

2016-10-22 Thread Paul Gortmaker
thierry.red...@gmail.com> Cc: Alexandre Courbot <gnu...@gmail.com> Cc: dmaeng...@vger.kernel.org Cc: linux-te...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/dma/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers

[PATCH] dma: tegra210-adma: convert TEGRA210_ADMA from bool to tristate

2016-10-22 Thread Paul Gortmaker
xman Dewangan Cc: Jon Hunter Acked-by: Jon Hunter Cc: Dan Williams Cc: Vinod Koul Cc: Stephen Warren Cc: Thierry Reding Cc: Alexandre Courbot Cc: dmaeng...@vger.kernel.org Cc: linux-te...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/dma/Kconfig | 2 +- 1 file changed, 1 insertion(+

Re: [PATCH 0/5] reset: make non-modular drivers really non modular

2016-10-22 Thread Paul Gortmaker
[[PATCH 0/5] reset: make non-modular drivers really non modular] On 13/06/2016 (Mon 14:03) Paul Gortmaker wrote: > For anyone new to the underlying goal of this cleanup, we are trying to > not use module support for code that can never be built as a module since: Hi Philipp,

Re: [PATCH 0/5] reset: make non-modular drivers really non modular

2016-10-22 Thread Paul Gortmaker
[[PATCH 0/5] reset: make non-modular drivers really non modular] On 13/06/2016 (Mon 14:03) Paul Gortmaker wrote: > For anyone new to the underlying goal of this cleanup, we are trying to > not use module support for code that can never be built as a module since: Hi Philipp,

Re: BUG_ON() in workingset_node_shadows_dec() triggers

2016-10-04 Thread Paul Gortmaker
On Tue, Oct 4, 2016 at 12:00 AM, Linus Torvalds wrote: [...] > I should have reacted to the damn added BUG_ON() lines. I suspect I > will have to finally just remove the idiotic BUG_ON() concept once and > for all, because there is NO F*CKING EXCUSE to knowingly

Re: BUG_ON() in workingset_node_shadows_dec() triggers

2016-10-04 Thread Paul Gortmaker
On Tue, Oct 4, 2016 at 12:00 AM, Linus Torvalds wrote: [...] > I should have reacted to the damn added BUG_ON() lines. I suspect I > will have to finally just remove the idiotic BUG_ON() concept once and > for all, because there is NO F*CKING EXCUSE to knowingly kill the > kernel. A couple

Re: samples: blackfin: dead config options

2016-10-04 Thread Paul Gortmaker
On Tue, Oct 4, 2016 at 10:45 AM, Shuah Khan wrote: > On 10/03/2016 11:59 PM, Valentin Rothberg wrote: >> Hi Shua, >> >> your commit c6d2995da540 ("samples: move blackfin gptimers-example >> from Documentation") has popped up in today's linux-next. >>

Re: samples: blackfin: dead config options

2016-10-04 Thread Paul Gortmaker
On Tue, Oct 4, 2016 at 10:45 AM, Shuah Khan wrote: > On 10/03/2016 11:59 PM, Valentin Rothberg wrote: >> Hi Shua, >> >> your commit c6d2995da540 ("samples: move blackfin gptimers-example >> from Documentation") has popped up in today's linux-next. >> scripts/checkkconfigsymbols.py complained

Re: [ANNOUNCE] 4.8-rc5-rt1 beta

2016-10-02 Thread Paul Gortmaker
[[ANNOUNCE] 4.8-rc5-rt1 beta] On 06/09/2016 (Tue 14:25) Paul Gortmaker wrote: > This is a carry forward of the -rt patches off v4.6.7-rt11 through > mainline commits of v4.7 and up to the current v4.8-rc5. > > https://git.kernel.org/cgit/linux/kernel/git/paulg/4.8-rt

Re: [ANNOUNCE] 4.8-rc5-rt1 beta

2016-10-02 Thread Paul Gortmaker
[[ANNOUNCE] 4.8-rc5-rt1 beta] On 06/09/2016 (Tue 14:25) Paul Gortmaker wrote: > This is a carry forward of the -rt patches off v4.6.7-rt11 through > mainline commits of v4.7 and up to the current v4.8-rc5. > > https://git.kernel.org/cgit/linux/kernel/git/paulg/4.8-rt

[PATCH] bus: qcom-ebi2: make it explicitly non-modular

2016-09-26 Thread Paul Gortmaker
nformation is already contained at the top of the file in the comments. We don't replace module.h with init.h since the file already has that. Cc: Linus Walleij <linus.wall...@linaro.org> Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/bus/qcom-ebi2.c | 6 +--

[PATCH] bus: qcom-ebi2: make it explicitly non-modular

2016-09-26 Thread Paul Gortmaker
nformation is already contained at the top of the file in the comments. We don't replace module.h with init.h since the file already has that. Cc: Linus Walleij Signed-off-by: Paul Gortmaker --- drivers/bus/qcom-ebi2.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/d

[PATCH] padata: remove recently added module usage from bool code

2016-09-26 Thread Paul Gortmaker
ommit. Cc: Steffen Klassert <steffen.klass...@secunet.com> Cc: Thomas Gleixner <t...@linutronix.de> Cc: Sebastian Andrzej Siewior <bige...@linutronix.de> Cc: linux-cry...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- kernel/padata.

[PATCH] padata: remove recently added module usage from bool code

2016-09-26 Thread Paul Gortmaker
ommit. Cc: Steffen Klassert Cc: Thomas Gleixner Cc: Sebastian Andrzej Siewior Cc: linux-cry...@vger.kernel.org Signed-off-by: Paul Gortmaker --- kernel/padata.c | 9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/kernel/padata.c b/kernel/padata.c index 7848f0566403..35

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

2016-09-20 Thread Paul Gortmaker
[Re: [PATCH] avr32: migrate exception table users off module.h and onto extable.h] On 20/09/2016 (Tue 09:26) Hans-Christian Noren Egtvedt wrote: > Around Mon 19 Sep 2016 17:59:49 -0400 or thereabout, Paul Gortmaker wrote: > > These files were only including module.h for except

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

2016-09-20 Thread Paul Gortmaker
[Re: [PATCH] avr32: migrate exception table users off module.h and onto extable.h] On 20/09/2016 (Tue 09:26) Hans-Christian Noren Egtvedt wrote: > Around Mon 19 Sep 2016 17:59:49 -0400 or thereabout, Paul Gortmaker wrote: > > These files were only including module.h for except

[PATCH v2 0/2] ia64: make use of new extable.h header

2016-09-19 Thread Paul Gortmaker
aul. [1] https://lkml.kernel.org/r/ca+55afydw_jk609lcjpwvvmtzcwuh6nluxizdeyc2tpsazq...@mail.gmail.com [2] https://lkml.kernel.org/r/20160817171546.gd2...@zeniv.linux.org.uk -- Paul Gortmaker (2): ia64: move ia64_done_with_exception out of asm/uaccess.h ia64: ensure exception table search us

[PATCH 2/2] ia64: ensure exception table search users include extable.h

2016-09-19 Thread Paul Gortmaker
. Cc: Tony Luck <tony.l...@intel.com> Cc: Fenghua Yu <fenghua...@intel.com> Cc: linux-i...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- arch/ia64/include/asm/exception.h | 1 - arch/ia64/kernel/kprobes.c| 2 +- arch/ia64/kernel/tr

[PATCH 1/2] ia64: move ia64_done_with_exception out of asm/uaccess.h

2016-09-19 Thread Paul Gortmaker
l.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- arch/ia64/include/asm/exception.h | 36 arch/ia64/include/asm/uaccess.h | 15 --- arch/ia64/kernel/kprobes.c| 2 +- arch/ia64/kernel/traps.c | 1 +

[PATCH v2 0/2] ia64: make use of new extable.h header

2016-09-19 Thread Paul Gortmaker
aul. [1] https://lkml.kernel.org/r/ca+55afydw_jk609lcjpwvvmtzcwuh6nluxizdeyc2tpsazq...@mail.gmail.com [2] https://lkml.kernel.org/r/20160817171546.gd2...@zeniv.linux.org.uk -- Paul Gortmaker (2): ia64: move ia64_done_with_exception out of asm/uaccess.h ia64: ensure exception table search us

[PATCH 2/2] ia64: ensure exception table search users include extable.h

2016-09-19 Thread Paul Gortmaker
. Cc: Tony Luck Cc: Fenghua Yu Cc: linux-i...@vger.kernel.org Signed-off-by: Paul Gortmaker --- arch/ia64/include/asm/exception.h | 1 - arch/ia64/kernel/kprobes.c| 2 +- arch/ia64/kernel/traps.c | 3 ++- arch/ia64/kernel/unaligned.c | 1 + arch/ia64/mm/fault.c

[PATCH 1/2] ia64: move ia64_done_with_exception out of asm/uaccess.h

2016-09-19 Thread Paul Gortmaker
as the move. There are two C exception prototypes that move along with the macro. One of them will become redundant when we switch over to using the instead of header in a subsequent commit. Cc: Tony Luck Cc: Fenghua Yu Cc: linux-i...@vger.kernel.org Signed-off-by: Paul Gortmaker --- arch/ia64

[tip:x86/cleanups] x86: Migrate exception table users off module.h and onto extable.h

2016-09-19 Thread tip-bot for Paul Gortmaker
Commit-ID: 744c193eb9a223ccb2e60500196cf590b3a6131a Gitweb: http://git.kernel.org/tip/744c193eb9a223ccb2e60500196cf590b3a6131a Author: Paul Gortmaker <paul.gortma...@windriver.com> AuthorDate: Mon, 19 Sep 2016 17:04:18 -0400 Committer: Thomas Gleixner <t...@linutronix.de> Com

[tip:x86/cleanups] x86: Migrate exception table users off module.h and onto extable.h

2016-09-19 Thread tip-bot for Paul Gortmaker
Commit-ID: 744c193eb9a223ccb2e60500196cf590b3a6131a Gitweb: http://git.kernel.org/tip/744c193eb9a223ccb2e60500196cf590b3a6131a Author: Paul Gortmaker AuthorDate: Mon, 19 Sep 2016 17:04:18 -0400 Committer: Thomas Gleixner CommitDate: Tue, 20 Sep 2016 01:05:43 +0200 x86: Migrate

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

2016-09-19 Thread Paul Gortmaker
E.J. Bottomley" <j...@parisc-linux.org> Cc: Helge Deller <del...@gmx.de> Cc: linux-par...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- [see: https://lkml.org/lkml/2016/7/24/224 for additional context if needed] arch/parisc/mm/fault.c | 2

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

2016-09-19 Thread Paul Gortmaker
E.J. Bottomley" Cc: Helge Deller Cc: linux-par...@vger.kernel.org Signed-off-by: Paul Gortmaker --- [see: https://lkml.org/lkml/2016/7/24/224 for additional context if needed] arch/parisc/mm/fault.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/parisc/mm/faul

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

2016-09-19 Thread Paul Gortmaker
t;print_modules" so that prevents us removing module.h in that case, however. We also delete a duplicate prototype that doesn't need to exist, as it duplicates content in extable.h Cc: Yoshinori Sato <ys...@users.sourceforge.jp> Cc: Rich Felker <dal...@libc.org> Cc: linux...@vge

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

2016-09-19 Thread Paul Gortmaker
t;print_modules" so that prevents us removing module.h in that case, however. We also delete a duplicate prototype that doesn't need to exist, as it duplicates content in extable.h Cc: Yoshinori Sato Cc: Rich Felker Cc: linux...@vger.kernel.org Signed-off-by: Paul Gortmaker --- [see: h

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

2016-09-19 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> --- [see: https://lkml.org/lkml/2016/7/24/224 for additional context if needed] arch/xtensa/mm/fault.c | 2 +- 1 file changed

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

2016-09-19 Thread Paul Gortmaker
l Cc: Max Filippov Cc: linux-xte...@linux-xtensa.org Signed-off-by: Paul Gortmaker --- [see: https://lkml.org/lkml/2016/7/24/224 for additional context if needed] 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/fau

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

2016-09-19 Thread Paul Gortmaker
id Howells <dhowe...@redhat.com> Cc: linux-am33-l...@redhat.com Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- [see: https://lkml.org/lkml/2016/7/24/224 for additional context if needed] arch/mn10300/mm/extable.c | 2 +- arch/mn10300/mm/misalignment.c | 2 +- 2 files

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

2016-09-19 Thread Paul Gortmaker
owells Cc: linux-am33-l...@redhat.com Signed-off-by: Paul Gortmaker --- [see: https://lkml.org/lkml/2016/7/24/224 for additional context if needed] arch/mn10300/mm/extable.c | 2 +- arch/mn10300/mm/misalignment.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/

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

2016-09-19 Thread Paul Gortmaker
t;print_modules" so that prevents us removing module.h in that case, however. Cc: Haavard Skinnemoen <hskinnem...@gmail.com> Cc: Hans-Christian Egtvedt <egtv...@samfundet.no> Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- [see: https://lkml.org/lkm

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

2016-09-19 Thread Paul Gortmaker
t;print_modules" so that prevents us removing module.h in that case, however. Cc: Haavard Skinnemoen Cc: Hans-Christian Egtvedt Signed-off-by: Paul Gortmaker --- [see: https://lkml.org/lkml/2016/7/24/224 for additional context if needed] arch/avr32/kernel/traps.c | 3 ++- arch/avr32/mm/f

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

2016-09-19 Thread Paul Gortmaker
rvik <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> --- [see: https://lkml.org/lkml/2016/7/24/224 for additional context if needed] arch/cris/mm/fault.c | 2 +- 1 fil

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

2016-09-19 Thread Paul Gortmaker
tarvik Cc: Jesper Nilsson Cc: linux-cris-ker...@axis.com Signed-off-by: Paul Gortmaker --- [see: https://lkml.org/lkml/2016/7/24/224 for additional context if needed] arch/cris/mm/fault.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/cris/mm/fault.c b/arch/cris/mm/fau

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

2016-09-19 Thread Paul Gortmaker
Henderson <r...@twiddle.net> Cc: Ivan Kokshaysky <i...@jurassic.park.msu.ru> Cc: Matt Turner <matts...@gmail.com> Cc: linux-al...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- [see: https://lkml.org/lkml/2016/7/24/224 for additional cont

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

2016-09-19 Thread Paul Gortmaker
390/kernel/traps.c:173:3: error: implicit declaration of function 'get_user' [-Werror=implicit-function-declaration] Cc: 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 <pau

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

2016-09-19 Thread Paul Gortmaker
Henderson Cc: Ivan Kokshaysky Cc: Matt Turner Cc: linux-al...@vger.kernel.org Signed-off-by: Paul Gortmaker --- [see: https://lkml.org/lkml/2016/7/24/224 for additional context if needed] arch/alpha/kernel/traps.c | 2 +- arch/alpha/mm/fault.c | 2 +- 2 files changed, 2 insertions(+), 2

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

2016-09-19 Thread Paul Gortmaker
390/kernel/traps.c:173:3: error: implicit declaration of function 'get_user' [-Werror=implicit-function-declaration] Cc: Martin Schwidefsky Cc: Heiko Carstens Cc: linux-s...@vger.kernel.org Signed-off-by: Paul Gortmaker --- [see: https://lkml.org/lkml/2016/7/24/224 for additional context if need

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

2016-09-19 Thread Paul Gortmaker
David S. Miller" <da...@davemloft.net> Cc: sparcli...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- [see: https://lkml.org/lkml/2016/7/24/224 for additional context if needed] arch/sparc/kernel/kprobes.c | 2 +- arch/sparc/kernel/traps_64

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

2016-09-19 Thread Paul Gortmaker
in Marinas <catalin.mari...@arm.com> Acked-by: Catalin Marinas <catalin.mari...@arm.com> Cc: Will Deacon <will.dea...@arm.com> Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- [see: https://lkml.org/lkml/2016/7/24/22

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

2016-09-19 Thread Paul Gortmaker
David S. Miller" Cc: sparcli...@vger.kernel.org Signed-off-by: Paul Gortmaker --- [see: https://lkml.org/lkml/2016/7/24/224 for additional context if needed] arch/sparc/kernel/kprobes.c | 2 +- arch/sparc/kernel/traps_64.c | 2 +- arch/sparc/kernel/unaligned_64.c | 2 +- arch

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

2016-09-19 Thread Paul Gortmaker
in Marinas Acked-by: Catalin Marinas Cc: Will Deacon Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Paul Gortmaker --- [see: https://lkml.org/lkml/2016/7/24/224 for additional context if needed] arch/arm64/kernel/probes/kprobes.c | 2 +- arch/arm64/mm/extable.c| 2 +- arc

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

2016-09-19 Thread Paul Gortmaker
l King <li...@armlinux.org.uk> Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- [see: https://lkml.org/lkml/2016/7/24/224 for additional context if needed] arch/arm/mm/extable.c | 2 +- arch/arm/mm/fault.c | 2 +- 2 files chang

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

2016-09-19 Thread Paul Gortmaker
l King Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Paul Gortmaker --- [see: https://lkml.org/lkml/2016/7/24/224 for additional context if needed] arch/arm/mm/extable.c | 2 +- arch/arm/mm/fault.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mm/e

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

2016-09-19 Thread Paul Gortmaker
is Metcalf <cmetc...@mellanox.com> Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- [see: https://lkml.org/lkml/2016/7/24/224 for additional context if needed] arch/tile/kernel/unaligned.c | 2 +- arch/tile/mm/extable.c | 2 +- arch/tile/mm/fault.c | 2

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

2016-09-19 Thread Paul Gortmaker
is Metcalf Signed-off-by: Paul Gortmaker --- [see: https://lkml.org/lkml/2016/7/24/224 for additional context if needed] arch/tile/kernel/unaligned.c | 2 +- arch/tile/mm/extable.c | 2 +- arch/tile/mm/fault.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/t

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

2016-09-19 Thread Paul Gortmaker
leixner <t...@linutronix.de> Cc: Ingo Molnar <mi...@redhat.com> Acked-by: Ingo Molnar <mi...@kernel.org> Cc: "H. Peter Anvin" <h...@zytor.com> Cc: x...@kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- [see: https://lkml.org/lkml/2016

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

2016-09-19 Thread Paul Gortmaker
eixner Cc: Ingo Molnar Acked-by: Ingo Molnar Cc: "H. Peter Anvin" Cc: x...@kernel.org Signed-off-by: Paul Gortmaker --- [see: https://lkml.org/lkml/2016/7/24/224 for additional context if needed] arch/x86/kernel/kprobes/core.c | 2 +- arch/x86/kernel/kprobes/opt.c | 2 +- a

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

2016-09-19 Thread Paul Gortmaker
hoeven <ge...@linux-m68k.org> Cc: linux-m...@lists.linux-m68k.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- [see: https://lkml.org/lkml/2016/7/24/224 for additional context if needed] arch/m68k/kernel/signal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

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

2016-09-19 Thread Paul Gortmaker
Cc: linux-m...@lists.linux-m68k.org Signed-off-by: Paul Gortmaker --- [see: https://lkml.org/lkml/2016/7/24/224 for additional context if needed] arch/m68k/kernel/signal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/m68k/kernel/signal.c b/arch/m68k/kernel/sign

[PATCH 2/2] 9p: audit and remove any unnecessary uses of module.h

2016-09-19 Thread Paul Gortmaker
) and for export.h (for EXPORT_SYMBOL) we consider each instance for the presence of either and replace as needed. Cc: Eric Van Hensbergen <eri...@gmail.com> Cc: Ron Minnich <rminn...@sandia.gov> Cc: Latchesar Ionkov <lu...@ionkov.net> Cc: v9fs-develo...@lists.sourceforge.net Signed-off-

[PATCH 2/2] 9p: audit and remove any unnecessary uses of module.h

2016-09-19 Thread Paul Gortmaker
) and for export.h (for EXPORT_SYMBOL) we consider each instance for the presence of either and replace as needed. Cc: Eric Van Hensbergen Cc: Ron Minnich Cc: Latchesar Ionkov Cc: v9fs-develo...@lists.sourceforge.net Signed-off-by: Paul Gortmaker --- [I've been building these 2 on linux-next on a regular

[PATCH 1/2] 9p: coalesce all the MODULE_ALIAS operations into one place.

2016-09-19 Thread Paul Gortmaker
for removal of module.h from the non-modular supporting file at the same time. Cc: Eric Van Hensbergen <eri...@gmail.com> Cc: Ron Minnich <rminn...@sandia.gov> Cc: Latchesar Ionkov <lu...@ionkov.net> Cc: v9fs-develo...@lists.sourceforge.net Signed-off-by: Paul Gortmaker <paul.go

[PATCH 1/2] 9p: coalesce all the MODULE_ALIAS operations into one place.

2016-09-19 Thread Paul Gortmaker
for removal of module.h from the non-modular supporting file at the same time. Cc: Eric Van Hensbergen Cc: Ron Minnich Cc: Latchesar Ionkov Cc: v9fs-develo...@lists.sourceforge.net Signed-off-by: Paul Gortmaker --- fs/9p/v9fs.c | 1 + fs/9p/vfs_super.c | 1 - 2 files changed, 1 insertion(+), 1

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

2016-09-19 Thread Paul Gortmaker
Caulfield <ccaul...@redhat.com> Cc: David Teigland <teigl...@redhat.com> Cc: cluster-de...@redhat.com Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- [I've been building this on linux-next on a regular basis for allmodconfig for x86(32/64) ARM(32/6

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

2016-09-19 Thread Paul Gortmaker
Caulfield Cc: David Teigland Cc: cluster-de...@redhat.com Signed-off-by: Paul Gortmaker --- [I've been building this on linux-next on a regular basis for allmodconfig for x86(32/64) ARM(32/64) ppc and mips so there shouldn't be any unseen fallout.] fs/dlm/config.c | 2 +- fs/dlm

[PATCH] FS-Cache: audit and remove any unnecessary uses of module.h

2016-09-19 Thread Paul Gortmaker
Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- [I've been building this on linux-next on a regular basis for allmodconfig for x86(32/64) ARM(32/64) ppc and mips so there shouldn't be any unseen fallout.] fs/fscache/cache.c | 3 ++- fs/fscache/cookie.c | 2 +-

[PATCH] FS-Cache: audit and remove any unnecessary uses of module.h

2016-09-19 Thread Paul Gortmaker
) and for export.h (for EXPORT_SYMBOL) we consider each instance for the presence of either and replace as needed. We fix up an implict dependence on kobject.h that was being hidden by the previous inclusion of module.h in the process. Cc: David Howells Cc: linux-cach...@redhat.com Signed-off-by: Paul

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

2016-09-19 Thread Paul Gortmaker
n.org> Cc: ocfs2-de...@oss.oracle.com Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- [I've been building this on linux-next on a regular basis for allmodconfig for x86(32/64) ARM(32/64) ppc and mips so there shouldn't be any unseen fallout.] fs/ocfs2/acl.c

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

2016-09-19 Thread Paul Gortmaker
-by: Paul Gortmaker --- [I've been building this on linux-next on a regular basis for allmodconfig for x86(32/64) ARM(32/64) ppc and mips so there shouldn't be any unseen fallout.] fs/ocfs2/acl.c | 1 - fs/ocfs2/blockcheck.c| 1 - fs/ocfs2/cluster/heartbeat.c | 2 +- fs

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

2016-09-19 Thread Paul Gortmaker
eff Layton <jlay...@poochiereds.net> Cc: Trond Myklebust <trond.mykleb...@primarydata.com> Cc: Anna Schumaker <anna.schuma...@netapp.com> Cc: linux-...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- [I've been building this on linux-next on a regular ba

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

2016-09-19 Thread Paul Gortmaker
Cc: Anna Schumaker Cc: linux-...@vger.kernel.org Signed-off-by: Paul Gortmaker --- [I've been building this on linux-next on a regular basis for allmodconfig for x86(32/64) ARM(32/64) ppc and mips so there shouldn't be any unseen fallout.] fs/nfs/cache_lib.c| 1 - fs/nfs/

[PATCH] rbtree_augmented: fix implicit rcu assign pointer dependency

2016-09-18 Thread Paul Gortmaker
ntroduce rb_replace_node_rcu()") Cc: David Howells <dhowe...@redhat.com> Cc: Peter Zijlstra (Intel) <pet...@infradead.org> Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> diff --git a/include/linux/rbtree_augmented.h b/include/linux/rbtree_augmented.h index d076183e49be..36

[PATCH] rbtree_augmented: fix implicit rcu assign pointer dependency

2016-09-18 Thread Paul Gortmaker
ntroduce rb_replace_node_rcu()") Cc: David Howells Cc: Peter Zijlstra (Intel) Signed-off-by: Paul Gortmaker diff --git a/include/linux/rbtree_augmented.h b/include/linux/rbtree_augmented.h index d076183e49be..36bfb4dd57ae 100644 --- a/include/linux/rbtree_augmented.h +++ b/include/linux/rbtree_augment

[PATCH] dcache: fix implicit wait.h include in

2016-09-18 Thread Paul Gortmaker
("parallel lookups machinery, part 4 (and last)") Cc: Al Viro <v...@zeniv.linux.org.uk> Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> diff --git a/include/linux/dcache.h b/include/linux/dcache.h index 5ff3e9a4fe5f..b719cb8b6b5d 100644 --- a/include/linux/dcache

[PATCH] dcache: fix implicit wait.h include in

2016-09-18 Thread Paul Gortmaker
("parallel lookups machinery, part 4 (and last)") Cc: Al Viro Signed-off-by: Paul Gortmaker diff --git a/include/linux/dcache.h b/include/linux/dcache.h index 5ff3e9a4fe5f..b719cb8b6b5d 100644 --- a/include/linux/dcache.h +++ b/include/linux/dcache.h @@ -3,6 +3,7 @@ #include

Re: [ANNOUNCE] 4.8-rc5-rt1 beta

2016-09-17 Thread Paul Gortmaker
[Re: [ANNOUNCE] 4.8-rc5-rt1 beta] On 08/09/2016 (Thu 07:47) Mike Galbraith wrote: > On Tue, 2016-09-06 at 14:25 -0400, Paul Gortmaker wrote: > > > Patch conflicts/issues of interest 4.6 --> 4.7 > > -- > > > >

Re: [ANNOUNCE] 4.8-rc5-rt1 beta

2016-09-17 Thread Paul Gortmaker
[Re: [ANNOUNCE] 4.8-rc5-rt1 beta] On 08/09/2016 (Thu 07:47) Mike Galbraith wrote: > On Tue, 2016-09-06 at 14:25 -0400, Paul Gortmaker wrote: > > > Patch conflicts/issues of interest 4.6 --> 4.7 > > -- > > > >

Re: [PATCH v7] gpio: add Intel WhiskeyCove PMIC GPIO driver

2016-09-13 Thread Paul Gortmaker
[Re: [PATCH v7] gpio: add Intel WhiskeyCove PMIC GPIO driver] On 13/09/2016 (Tue 17:35) Andy Shevchenko wrote: > On Tue, Sep 13, 2016 at 4:37 PM, Paul Gortmaker > <paul.gortma...@windriver.com> wrote: > >> > This looks like an invalid address, and > >> &g

Re: [PATCH v7] gpio: add Intel WhiskeyCove PMIC GPIO driver

2016-09-13 Thread Paul Gortmaker
[Re: [PATCH v7] gpio: add Intel WhiskeyCove PMIC GPIO driver] On 13/09/2016 (Tue 17:35) Andy Shevchenko wrote: > On Tue, Sep 13, 2016 at 4:37 PM, Paul Gortmaker > wrote: > >> > This looks like an invalid address, and > >> > >

Re: [PATCH v7] gpio: add Intel WhiskeyCove PMIC GPIO driver

2016-09-13 Thread Paul Gortmaker
[Re: [PATCH v7] gpio: add Intel WhiskeyCove PMIC GPIO driver] On 13/09/2016 (Tue 10:02) Andy Shevchenko wrote: > On Tue, Sep 13, 2016 at 1:37 AM, Paul Gortmaker > <paul.gortma...@windriver.com> wrote: > >> Signed-off-by: Ajay Thomas <ajay.thomas.david.rajamanic...@intel

Re: [PATCH v7] gpio: add Intel WhiskeyCove PMIC GPIO driver

2016-09-13 Thread Paul Gortmaker
[Re: [PATCH v7] gpio: add Intel WhiskeyCove PMIC GPIO driver] On 13/09/2016 (Tue 10:02) Andy Shevchenko wrote: > On Tue, Sep 13, 2016 at 1:37 AM, Paul Gortmaker > wrote: > >> Signed-off-by: Ajay Thomas > > > > This looks like an invalid address, and > &g

Re: [PATCH v7] gpio: add Intel WhiskeyCove PMIC GPIO driver

2016-09-12 Thread Paul Gortmaker
On Mon, Jul 25, 2016 at 5:59 PM, Bin Gao wrote: > This patch introduces a separate GPIO driver for Intel WhiskeyCove PMIC. > This driver is based on gpio-crystalcove.c. > > Signed-off-by: Ajay Thomas This looks like an invalid

Re: [PATCH v7] gpio: add Intel WhiskeyCove PMIC GPIO driver

2016-09-12 Thread Paul Gortmaker
On Mon, Jul 25, 2016 at 5:59 PM, Bin Gao wrote: > This patch introduces a separate GPIO driver for Intel WhiskeyCove PMIC. > This driver is based on gpio-crystalcove.c. > > Signed-off-by: Ajay Thomas This looks like an invalid address, and > Signed-off-by: Bin Gao > Reviewed-by: Andy

[PATCH 2/8] gpio: sx150x: fix implicit assumption module.h is present

2016-09-12 Thread Paul Gortmaker
ander" and hence the two lines of MODULE_DEVICE_TABLE are no-ops that can simply be deleted. Cc: Linus Walleij <linus.wall...@linaro.org> Cc: Alexandre Courbot <gnu...@gmail.com> Cc: linux-g...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- dr

[PATCH 5/8] gpio: ath79: fix implicit assumption module.h is present

2016-09-12 Thread Paul Gortmaker
a forward delcaration of "struct module;" but if we do, this file will fail to compile. So we fix this first to avoid putting build failures into the bisect commit history. Cc: Linus Walleij <linus.wall...@linaro.org> Cc: Alexandre Courbot <gnu...@gmail.com> Cc: linux-g...@vge

[PATCH 3/8] gpio: ts4800: fix implicit assumption module.h is present

2016-09-12 Thread Paul Gortmaker
elcaration of "struct module;" but if we do, this file will fail to compile. So we fix this first to avoid putting build failures into the bisect commit history. Cc: Linus Walleij <linus.wall...@linaro.org> Cc: Alexandre Courbot <gnu...@gmail.com> Cc: linux-g...@vger.kernel.o

[PATCH 5/8] gpio: ath79: fix implicit assumption module.h is present

2016-09-12 Thread Paul Gortmaker
a forward delcaration of "struct module;" but if we do, this file will fail to compile. So we fix this first to avoid putting build failures into the bisect commit history. Cc: Linus Walleij Cc: Alexandre Courbot Cc: linux-g...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/g

[PATCH 3/8] gpio: ts4800: fix implicit assumption module.h is present

2016-09-12 Thread Paul Gortmaker
elcaration of "struct module;" but if we do, this file will fail to compile. So we fix this first to avoid putting build failures into the bisect commit history. Cc: Linus Walleij Cc: Alexandre Courbot Cc: linux-g...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/gpio/gp

[PATCH 2/8] gpio: sx150x: fix implicit assumption module.h is present

2016-09-12 Thread Paul Gortmaker
ander" and hence the two lines of MODULE_DEVICE_TABLE are no-ops that can simply be deleted. Cc: Linus Walleij Cc: Alexandre Courbot Cc: linux-g...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/gpio/gpio-sx150x.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/gpio/gpi

[PATCH 0/8] gpio: wean gpio/driver.h off of module.h

2016-09-12 Thread Paul Gortmaker
che...@gmail.com> Cc: Bin Gao <bin@intel.com> Cc: Keguang Zhang <keguang.zh...@gmail.com> Cc: Linus Walleij <linus.wall...@linaro.org> Cc: linux-g...@vger.kernel.org Cc: linux-m...@linux-mips.org Cc: Mika Westerberg <mika.westerb...@linux.intel.com> Paul Gortmaker (

[PATCH 0/8] gpio: wean gpio/driver.h off of module.h

2016-09-12 Thread Paul Gortmaker
c: linux-m...@linux-mips.org Cc: Mika Westerberg Paul Gortmaker (8): gpio: palmas: fix implicit assumption module.h is present gpio: sx150x: fix implicit assumption module.h is present gpio: ts4800: fix implicit assumption module.h is present gpio: altera: fix implicit assumption module.h

[PATCH 7/8] gpio: wcove: fix implicit assumption module.h is present

2016-09-12 Thread Paul Gortmaker
henko <andy.shevche...@gmail.com> Cc: Mika Westerberg <mika.westerb...@linux.intel.com> Cc: Linus Walleij <linus.wall...@linaro.org> Cc: Alexandre Courbot <gnu...@gmail.com> Cc: linux-g...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> ---

[PATCH 8/8] gpio: don't include module.h in shared driver header

2016-09-12 Thread Paul Gortmaker
us Walleij <linus.wall...@linaro.org> Cc: Alexandre Courbot <gnu...@gmail.com> Cc: linux-g...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- include/linux/gpio/driver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/gpio/d

[PATCH 6/8] gpio: loongson1: fix implicit assumption module.h is present

2016-09-12 Thread Paul Gortmaker
...@gmail.com> Cc: linux-m...@linux-mips.org Cc: linux-g...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/gpio/gpio-loongson1.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpio/gpio-loongson1.c b/drivers/gpio/gpio-loongso

[PATCH 7/8] gpio: wcove: fix implicit assumption module.h is present

2016-09-12 Thread Paul Gortmaker
Courbot Cc: linux-g...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/gpio/gpio-wcove.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpio/gpio-wcove.c b/drivers/gpio/gpio-wcove.c index e11d6a3fb641..d0ddba7a9d08 100644 --- a/drivers/gpio/gpio-wcove.c +++ b/drivers/gpio/gpio-wc

[PATCH 8/8] gpio: don't include module.h in shared driver header

2016-09-12 Thread Paul Gortmaker
alleij Cc: Alexandre Courbot Cc: linux-g...@vger.kernel.org Signed-off-by: Paul Gortmaker --- include/linux/gpio/driver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/gpio/driver.h b/include/linux/gpio/driver.h index 50882e09289b..216e6f275aa8 100644 --- a/include/

[PATCH 6/8] gpio: loongson1: fix implicit assumption module.h is present

2016-09-12 Thread Paul Gortmaker
elcaration of "struct module;" but if we do, this file will fail to compile. So we fix this first to avoid putting build failures into the bisect commit history. Cc: Keguang Zhang Cc: Linus Walleij Cc: Alexandre Courbot Cc: linux-m...@linux-mips.org Cc: linux-g...@vger.kernel.org Signed-of

[PATCH 1/8] gpio: palmas: fix implicit assumption module.h is present

2016-09-12 Thread Paul Gortmaker
lexandre Courbot <gnu...@gmail.com> Cc: linux-g...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/gpio/gpio-palmas.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpio/gpio-palmas.c b/drivers/gpio/gpio-palmas.c index 83947

<    3   4   5   6   7   8   9   10   11   12   >