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

2017-01-22 Thread Paul Gortmaker
build test robot Signed-off-by: Paul Gortmaker --- 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/mm/extable.c +++ b/arch/frv/mm/extable.c @@ -2,7 +2,7 @@

[PATCH 11/20] sparc: migrate exception table users onto extable.h

2017-01-22 Thread Paul Gortmaker
Reported-by: kbuild test robot <l...@intel.com> Cc: "David S. Miller" <da...@davemloft.net> Cc: sparcli...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- arch/sparc/mm/extable.c | 1 + 1 file changed, 1 insertion(+) diff --git a/a

[PATCH 11/20] sparc: migrate exception table users onto extable.h

2017-01-22 Thread Paul Gortmaker
Reported-by: kbuild test robot Cc: "David S. Miller" Cc: sparcli...@vger.kernel.org Signed-off-by: Paul Gortmaker --- arch/sparc/mm/extable.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/sparc/mm/extable.c b/arch/sparc/mm/extable.c index 768a11e6bd4f..db214e9931d9 100644

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

2017-01-22 Thread Paul Gortmaker
<liqin.li...@gmail.com> Cc: Lennox Wu <lennox...@gmail.com> Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- arch/score/mm/extable.c | 2 +- arch/score/mm/fault.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/score/mm/extable.c b/a

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

2017-01-22 Thread Paul Gortmaker
Cc: Lennox Wu Signed-off-by: Paul Gortmaker --- arch/score/mm/extable.c | 2 +- arch/score/mm/fault.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/score/mm/extable.c b/arch/score/mm/extable.c index 01ff6445171c..ec871355fc2d 100644 --- a/arch/score/mm/extable.c

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

2017-01-22 Thread Paul Gortmaker
Morton <a...@linux-foundation.org> Cc: Linus Torvalds <torva...@linux-foundation.org> Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- include/linux/module.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/linux/module.h b/include/linux/module.h index 7c84273d6

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

2017-01-22 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> --- 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/extable.c b/arch/

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

2017-01-22 Thread Paul Gortmaker
-off-by: Paul Gortmaker --- include/linux/module.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/linux/module.h b/include/linux/module.h index 7c84273d60b9..2e6df4c41c86 100644 --- a/include/linux/module.h +++ b/include/linux/module.h @@ -18,7 +18,6 @@ #include #include #include

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

2017-01-22 Thread Paul Gortmaker
l King Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Paul Gortmaker --- 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/extable.c b/arch/arm/mm/extable.c index 312e15e6d00b..f436f7439e46 100644 --- a/a

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

2017-01-22 Thread Paul Gortmaker
have some EXPORT_SYMBOL, we add export.h include. Cc: Vineet Gupta <vgu...@synopsys.com> Cc: linux-snps-...@lists.infradead.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- arch/arc/mm/extable.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a

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

2017-01-22 Thread Paul Gortmaker
build 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 13/20] arc: migrate exception table users off module.h and onto extable.h

2017-01-22 Thread Paul Gortmaker
have some EXPORT_SYMBOL, we add export.h include. Cc: Vineet Gupta Cc: linux-snps-...@lists.infradead.org Signed-off-by: Paul Gortmaker --- arch/arc/mm/extable.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arc/mm/extable.c b/arch/arc/mm/extable.c index aa

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

2017-01-22 Thread Paul Gortmaker
build test robot Cc: Jonas Bonn Cc: Stefan Kristiansson Cc: Stafford Horne Cc: openr...@lists.librecores.org Signed-off-by: Paul Gortmaker --- arch/openrisc/mm/fault.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/openrisc/mm/fault.c b/arch/openrisc/mm/fault.c index b1

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

2017-01-22 Thread Paul Gortmaker
build test robot <l...@intel.com> Cc: Ley Foon Tan <lf...@altera.com> Cc: nios2-...@lists.rocketboards.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- arch/nios2/mm/extable.c | 2 +- arch/nios2/mm/fault.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)

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

2017-01-22 Thread Paul Gortmaker
Simek <mon...@monstr.eu> Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- arch/microblaze/mm/fault.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/microblaze/mm/fault.c b/arch/microblaze/mm/fault.c index abb678ccde6f..f91b30f8aaa8 100644 --- a/arch

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

2017-01-22 Thread Paul Gortmaker
table.h we were able to do in the arch dirs. Cc: Rusty Russell <ru...@rustcorp.com.au> Cc: Andrew Morton <a...@linux-foundation.org> Cc: Linus Torvalds <torva...@linux-foundation.org> Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- init/main.c | 1 + kerne

[PATCH v3 00/20] Finalize separation of extable.h from module.h

2017-01-22 Thread Paul Gortmaker
ead.org Cc: linux-hexa...@vger.kernel.org Cc: linux-i...@vger.kernel.org Cc: linux...@vger.kernel.org Cc: linux-snps-...@lists.infradead.org Cc: linux-xte...@linux-xtensa.org Cc: nios2-...@lists.rocketboards.org Cc: openr...@lists.librecores.org Cc: sparcli...@vger.kernel.org Paul Gortmaker (20): ia64

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

2017-01-22 Thread Paul Gortmaker
build test robot Cc: Ley Foon Tan Cc: nios2-...@lists.rocketboards.org Signed-off-by: Paul Gortmaker --- arch/nios2/mm/extable.c | 2 +- arch/nios2/mm/fault.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/nios2/mm/extable.c b/arch/nios2/mm/extable.c index 4d

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

2017-01-22 Thread Paul Gortmaker
Signed-off-by: Paul Gortmaker --- arch/microblaze/mm/fault.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/microblaze/mm/fault.c b/arch/microblaze/mm/fault.c index abb678ccde6f..f91b30f8aaa8 100644 --- a/arch/microblaze/mm/fault.c +++ b/arch/microblaze/mm/fault.c @@ -

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

2017-01-22 Thread Paul Gortmaker
table.h we were able to do in the arch dirs. Cc: Rusty Russell Cc: Andrew Morton Cc: Linus Torvalds Signed-off-by: Paul Gortmaker --- init/main.c | 1 + kernel/extable.c | 1 + kernel/module.c | 1 + 3 files changed, 3 insertions(+) diff --git a/init/main.c b/init/main.c index b0

[PATCH v3 00/20] Finalize separation of extable.h from module.h

2017-01-22 Thread Paul Gortmaker
ds.org Cc: openr...@lists.librecores.org Cc: sparcli...@vger.kernel.org Paul Gortmaker (20): 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 module.h and onto extable.h arm: migrate

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

2017-01-22 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 08/20] sh: migrate exception table users off module.h and onto extable.h

2017-01-22 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 --- arch/sh/i

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

2017-01-22 Thread Paul Gortmaker
<james.ho...@imgtec.com> Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- arch/metag/mm/extable.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/metag/mm/extable.c b/arch/metag/mm/extable.c index 2a21eaebe84d..3aa90b78b43d 100644 --- a/arch/me

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

2017-01-22 Thread Paul Gortmaker
Signed-off-by: Paul Gortmaker --- arch/metag/mm/extable.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/metag/mm/extable.c b/arch/metag/mm/extable.c index 2a21eaebe84d..3aa90b78b43d 100644 --- a/arch/metag/mm/extable.c +++ b/arch/metag/mm/extable.c @@ -1,5 +1,4 @@ -

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

2017-01-22 Thread Paul Gortmaker
ard Kuo <r...@codeaurora.org> Cc: linux-hexa...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- arch/hexagon/mm/vm_fault.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/hexagon/mm/vm_fault.c b/arch/hexagon/mm/vm_fault.c index de863d6d802

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

2017-01-22 Thread Paul Gortmaker
Xuetao <g...@mprc.pku.edu.cn> Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- arch/unicore32/mm/extable.c | 2 +- arch/unicore32/mm/fault.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/unicore32/mm/extable.c b/arch/unicore32/mm/extabl

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

2017-01-22 Thread Paul Gortmaker
Cc: linux-hexa...@vger.kernel.org Signed-off-by: Paul Gortmaker --- arch/hexagon/mm/vm_fault.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/hexagon/mm/vm_fault.c b/arch/hexagon/mm/vm_fault.c index de863d6d802b..489875fd2be4 100644 --- a/arch/hexagon/mm/vm_fault.c

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

2017-01-22 Thread Paul Gortmaker
Signed-off-by: Paul Gortmaker --- arch/unicore32/mm/extable.c | 2 +- arch/unicore32/mm/fault.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/unicore32/mm/extable.c b/arch/unicore32/mm/extable.c index 6564180eb285..c562046947ba 100644 --- a/arch/unicore32/mm/extab

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

2017-01-22 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> --- arch/alpha/kernel/traps.c | 2 +- arch/alpha/mm/fault.c | 2

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

2017-01-22 Thread Paul Gortmaker
Henderson Cc: Ivan Kokshaysky Cc: Matt Turner Cc: linux-al...@vger.kernel.org Signed-off-by: Paul Gortmaker --- arch/alpha/kernel/traps.c | 2 +- arch/alpha/mm/fault.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/alpha/kernel/traps.c b/arch/alpha/kernel/tra

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

2017-01-22 Thread Paul Gortmaker
id Howells <dhowe...@redhat.com> Cc: linux-am33-l...@redhat.com Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- arch/mn10300/mm/extable.c | 2 +- arch/mn10300/mm/misalignment.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/mn10300/mm/extab

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

2017-01-22 Thread Paul Gortmaker
owells Cc: linux-am33-l...@redhat.com Signed-off-by: Paul Gortmaker --- arch/mn10300/mm/extable.c | 2 +- arch/mn10300/mm/misalignment.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/mn10300/mm/extable.c b/arch/mn10300/mm/extable.c index 305de461cb8f..045a903ee

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

2017-01-22 Thread Paul Gortmaker
. Cc: Tony Luck <tony.l...@intel.com> Cc: Fenghua Yu <fenghua...@intel.com> Cc: Al Viro <v...@zeniv.linux.org.uk> 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/kprob

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

2017-01-22 Thread Paul Gortmaker
. Cc: Tony Luck Cc: Fenghua Yu Cc: Al Viro 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 03/20] m32r: migrate exception table users off module.h and onto extable.h

2017-01-22 Thread Paul Gortmaker
Mukherjee <sudipm.mukher...@gmail.com> Acked-by: Sudip Mukherjee <sudipm.mukher...@gmail.com> Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- arch/m32r/mm/extable.c | 2 +- arch/m32r/mm/fault.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --gi

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

2017-01-22 Thread Paul Gortmaker
Mukherjee Acked-by: Sudip Mukherjee Signed-off-by: Paul Gortmaker --- arch/m32r/mm/extable.c | 2 +- arch/m32r/mm/fault.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/m32r/mm/extable.c b/arch/m32r/mm/extable.c index 40ccf80d29cf..8ac8ba6ef60c 100644 --- a/ar

[PATCH 01/20] ia64: move ia64_done_with_exception out of asm/uaccess.h

2017-01-22 Thread Paul Gortmaker
asm independent grouping, since we are in the file at that location anyway. Cc: Tony Luck <tony.l...@intel.com> Cc: Fenghua Yu <fenghua...@intel.com> Cc: Al Viro <v...@zeniv.linux.org.uk> Cc: linux-i...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com>

[PATCH 01/20] ia64: move ia64_done_with_exception out of asm/uaccess.h

2017-01-22 Thread Paul Gortmaker
asm independent grouping, since we are in the file at that location anyway. Cc: Tony Luck Cc: Fenghua Yu Cc: Al Viro Cc: linux-i...@vger.kernel.org Signed-off-by: Paul Gortmaker --- arch/ia64/include/asm/exception.h | 36 arch/ia64/include/asm/uaccess.h |

[PATCH] serial: hp300: mask the warning for people just doing build coverage

2017-01-21 Thread Paul Gortmaker
..@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/tty/serial/8250/8250_hp300.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/tty/serial/8250/8250_hp300.c b/drivers/tty/serial/8250/8250_hp300.c index 38166db2b824..115190b79

[PATCH] serial: hp300: mask the warning for people just doing build coverage

2017-01-21 Thread Paul Gortmaker
that to mask the warning for people who are obviously just doing build coverage on tree wide changes. Cc: Greg Kroah-Hartman Cc: Jiri Slaby Cc: Geert Uytterhoeven Cc: linux-m...@lists.linux-m68k.org Cc: linux-ser...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/tty/serial/8250

[PATCH v2] VME: restore bus_remove function causing incomplete module unload

2017-01-20 Thread Paul Gortmaker
welchs.me.uk> Cc: Greg Kroah-Hartman <gre...@linuxfoundation.org> Cc: de...@driverdev.osuosl.org Signed-off-by: Stefano Babic <sba...@denx.de> Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- [v2: add fixes tag; add more Cc; add Martyn's ack from a sep

[PATCH v2] VME: restore bus_remove function causing incomplete module unload

2017-01-20 Thread Paul Gortmaker
hat commit, and the reference to the function in the bus structure. Fixes: 050c3d52cc78 ("vme: make core vme support explicitly non-modular") Cc: Manohar Vanga Cc: Martyn Welch Acked-by: Martyn Welch Cc: Greg Kroah-Hartman Cc: de...@driverdev.osuosl.org Signed-off-by: Stefano Babic

Re: linux-next: Tree for Jan 19

2017-01-19 Thread Paul Gortmaker
On Thu, Jan 19, 2017 at 12:39 AM, Stephen Rothwell wrote: > Hi all, > > Changes since 20170118: > > The audit tree gained a conflict against Linus' tree. > > The tip tree gained a conflict against the security tree. > > The rcu tree gained a semantic conflict against the

Re: linux-next: Tree for Jan 19

2017-01-19 Thread Paul Gortmaker
On Thu, Jan 19, 2017 at 12:39 AM, Stephen Rothwell wrote: > Hi all, > > Changes since 20170118: > > The audit tree gained a conflict against Linus' tree. > > The tip tree gained a conflict against the security tree. > > The rcu tree gained a semantic conflict against the net-next tree for >

Re: [PATCH] lib: sort: make it explicitly non-modular

2017-01-18 Thread Paul Gortmaker
On Wed, Jan 18, 2017 at 3:31 PM, Felix Kostenzer wrote: > How about the patch ("lib: move sort self-test into a separate file") [1] ? The Kconfig did not change, so forking out the content to a separate file doesn't change the fact that it uses module.h for a chunk of code

Re: [PATCH] lib: sort: make it explicitly non-modular

2017-01-18 Thread Paul Gortmaker
On Wed, Jan 18, 2017 at 3:31 PM, Felix Kostenzer wrote: > How about the patch ("lib: move sort self-test into a separate file") [1] ? The Kconfig did not change, so forking out the content to a separate file doesn't change the fact that it uses module.h for a chunk of code that can't be a

Re: linux-next: Tree for Jan 18

2017-01-18 Thread Paul Gortmaker
On Wed, Jan 18, 2017 at 12:32 AM, Stephen Rothwell wrote: > Hi all, > > Changes since 20170117: > > The arm-soc tree gained a conflict against the arm tree. > > The amlogic tree gained a conflict against the arm-soc tree. > > Non-merge commits (relative to Linus' tree):

Re: linux-next: Tree for Jan 18

2017-01-18 Thread Paul Gortmaker
On Wed, Jan 18, 2017 at 12:32 AM, Stephen Rothwell wrote: > Hi all, > > Changes since 20170117: > > The arm-soc tree gained a conflict against the arm tree. > > The amlogic tree gained a conflict against the arm-soc tree. > > Non-merge commits (relative to Linus' tree): 3676 > 4511 files

Re: [PATCH] lib: sort: make it explicitly non-modular

2017-01-18 Thread Paul Gortmaker
[Re: [PATCH] lib: sort: make it explicitly non-modular] On 18/01/2017 (Wed 20:03) Andy Shevchenko wrote: > On Wed, Jan 18, 2017 at 6:20 PM, Paul Gortmaker > <paul.gortma...@windriver.com> wrote: > > The Makefile currently controlling compilation of this code is

Re: [PATCH] lib: sort: make it explicitly non-modular

2017-01-18 Thread Paul Gortmaker
[Re: [PATCH] lib: sort: make it explicitly non-modular] On 18/01/2017 (Wed 20:03) Andy Shevchenko wrote: > On Wed, Jan 18, 2017 at 6:20 PM, Paul Gortmaker > wrote: > > The Makefile currently controlling compilation of this code is: > > > > lib/Kconfig.debug:confi

[PATCH] lib: sort: make it explicitly non-modular

2017-01-18 Thread Paul Gortmaker
x <fkosten...@live.at> Cc: Andrew Morton <a...@linux-foundation.org> Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- [since this recently appeared in next via the akpm feed, I'm fine with this commit being squashed into the original. ] lib/sort.c | 7 +++ 1 file

[PATCH] lib: sort: make it explicitly non-modular

2017-01-18 Thread Paul Gortmaker
Cc: Andrew Morton Signed-off-by: Paul Gortmaker --- [since this recently appeared in next via the akpm feed, I'm fine with this commit being squashed into the original. ] lib/sort.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/sort.c b/lib/sort.c index a9

Re: VME: devices not removed after commit 050c3d52cc7

2017-01-13 Thread Paul Gortmaker
s cannot be loaded and unloaded due to this > commit: > > commit 050c3d52cc7810d9d17b8cd231708609af6876ae > Author: Paul Gortmaker <paul.gortma...@windriver.com> > Date: Sun Jul 3 14:05:56 2016 -0400 > > vme: make core vme support explicitly non-modular I've

Re: VME: devices not removed after commit 050c3d52cc7

2017-01-13 Thread Paul Gortmaker
s cannot be loaded and unloaded due to this > commit: > > commit 050c3d52cc7810d9d17b8cd231708609af6876ae > Author: Paul Gortmaker > Date: Sun Jul 3 14:05:56 2016 -0400 > > vme: make core vme support explicitly non-modular I've gone back and looked at this, and vm

[PATCH RFC] ia64: export ia64_delay_loop for "allmodconfig" coverage

2017-01-09 Thread Paul Gortmaker
.uk> Cc: linux-i...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- [Note: Al had this export in the early version of a patch in patchwork https://patchwork.kernel.org/patch/8166731/ but then the export was removed in the mainline version in e007c53

[PATCH RFC] ia64: export ia64_delay_loop for "allmodconfig" coverage

2017-01-09 Thread Paul Gortmaker
ly won't be the only ones enabled via COMPILE_TEST or non-strict dependencies as time goes on. So just export the symbol, right from the assembly file, now that we can do that. Cc: Tony Luck Cc: Fenghua Yu Cc: Al Viro Cc: linux-i...@vger.kernel.org Signed-off-by: Paul Gortmaker --- [Note

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

2017-01-09 Thread Paul Gortmaker
. Cc: Tony Luck <tony.l...@intel.com> Cc: Fenghua Yu <fenghua...@intel.com> Cc: Al Viro <v...@zeniv.linux.org.uk> 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/kprob

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

2017-01-09 Thread Paul Gortmaker
id Howells <dhowe...@redhat.com> Cc: linux-am33-l...@redhat.com Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- arch/mn10300/mm/extable.c | 2 +- arch/mn10300/mm/misalignment.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/mn10300/mm/extab

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

2017-01-09 Thread Paul Gortmaker
. Cc: Tony Luck Cc: Fenghua Yu Cc: Al Viro 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 06/10] mn10300: migrate exception table users off module.h and onto extable.h

2017-01-09 Thread Paul Gortmaker
owells Cc: linux-am33-l...@redhat.com Signed-off-by: Paul Gortmaker --- arch/mn10300/mm/extable.c | 2 +- arch/mn10300/mm/misalignment.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/mn10300/mm/extable.c b/arch/mn10300/mm/extable.c index 305de461cb8f..045a903ee

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

2017-01-09 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 v2 00/10] Finalize separation of extable.h from module.h

2017-01-09 Thread Paul Gortmaker
;sudipm.mukher...@gmail.com> Cc: Tony Luck <tony.l...@intel.com> Cc: Yoshinori Sato <ys...@users.sourceforge.jp> Paul Gortmaker (10): 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 mo

[PATCH v2 00/10] Finalize separation of extable.h from module.h

2017-01-09 Thread Paul Gortmaker
inux-i...@vger.kernel.org Cc: linux...@vger.kernel.org Cc: linux-xte...@linux-xtensa.org Cc: Matt Turner Cc: Max Filippov Cc: Richard Henderson Cc: Rich Felker Cc: Russell King Cc: Rusty Russell Cc: Sudip Mukherjee Cc: Tony Luck Cc: Yoshinori Sato Paul Gortmaker (10): ia64: move ia64_done_with_exc

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

2017-01-09 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 --- arch/sh/i

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

2017-01-09 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 10/10] module.h: remove extable.h include now users have migrated

2017-01-09 Thread Paul Gortmaker
Morton <a...@linux-foundation.org> Cc: Linus Torvalds <torva...@linux-foundation.org> Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- include/linux/module.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/linux/module.h b/include/linux/module.h index 7c84273d6

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

2017-01-09 Thread Paul Gortmaker
-off-by: Paul Gortmaker --- include/linux/module.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/linux/module.h b/include/linux/module.h index 7c84273d60b9..2e6df4c41c86 100644 --- a/include/linux/module.h +++ b/include/linux/module.h @@ -18,7 +18,6 @@ #include #include #include

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

2017-01-09 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 04/10] arm: migrate exception table users off module.h and onto extable.h

2017-01-09 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> --- 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/extable.c b/arch/

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

2017-01-09 Thread Paul Gortmaker
table.h we were able to do in the arch dirs. Cc: Rusty Russell <ru...@rustcorp.com.au> Cc: Andrew Morton <a...@linux-foundation.org> Cc: Linus Torvalds <torva...@linux-foundation.org> Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- init/main.c | 1 + kerne

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

2017-01-09 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> --- arch/alpha/kernel/traps.c | 2 +- arch/alpha/mm/fault.c | 2

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

2017-01-09 Thread Paul Gortmaker
l King Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Paul Gortmaker --- 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/extable.c b/arch/arm/mm/extable.c index 312e15e6d00b..f436f7439e46 100644 --- a/a

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

2017-01-09 Thread Paul Gortmaker
table.h we were able to do in the arch dirs. Cc: Rusty Russell Cc: Andrew Morton Cc: Linus Torvalds Signed-off-by: Paul Gortmaker --- init/main.c | 1 + kernel/extable.c | 1 + kernel/module.c | 1 + 3 files changed, 3 insertions(+) diff --git a/init/main.c b/init/main.c index b0

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

2017-01-09 Thread Paul Gortmaker
Henderson Cc: Ivan Kokshaysky Cc: Matt Turner Cc: linux-al...@vger.kernel.org Signed-off-by: Paul Gortmaker --- arch/alpha/kernel/traps.c | 2 +- arch/alpha/mm/fault.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/alpha/kernel/traps.c b/arch/alpha/kernel/tra

[PATCH 01/10] ia64: move ia64_done_with_exception out of asm/uaccess.h

2017-01-09 Thread Paul Gortmaker
asm independent grouping, since we are in the file at that location anyway. Cc: Tony Luck <tony.l...@intel.com> Cc: Fenghua Yu <fenghua...@intel.com> Cc: Al Viro <v...@zeniv.linux.org.uk> Cc: linux-i...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com>

[PATCH 03/10] m32r: migrate exception table users off module.h and onto extable.h

2017-01-09 Thread Paul Gortmaker
Mukherjee <sudipm.mukher...@gmail.com> Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- arch/m32r/mm/extable.c | 2 +- arch/m32r/mm/fault.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/m32r/mm/extable.c b/arch/m32r/mm/extable.c index 40cc

[PATCH 01/10] ia64: move ia64_done_with_exception out of asm/uaccess.h

2017-01-09 Thread Paul Gortmaker
asm independent grouping, since we are in the file at that location anyway. Cc: Tony Luck Cc: Fenghua Yu Cc: Al Viro Cc: linux-i...@vger.kernel.org Signed-off-by: Paul Gortmaker --- arch/ia64/include/asm/exception.h | 36 arch/ia64/include/asm/uaccess.h |

[PATCH 03/10] m32r: migrate exception table users off module.h and onto extable.h

2017-01-09 Thread Paul Gortmaker
Mukherjee Signed-off-by: Paul Gortmaker --- arch/m32r/mm/extable.c | 2 +- arch/m32r/mm/fault.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/m32r/mm/extable.c b/arch/m32r/mm/extable.c index 40ccf80d29cf..8ac8ba6ef60c 100644 --- a/arch/m32r/mm/extable.c +++ b/ar

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

2017-01-09 Thread Paul Gortmaker
om> Cc: linux-i...@vger.kernel.org Cc: linux-wirel...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- [v2: explicitly include asm/uaccess.h since some arch won't be getting any variant of an unaligned access header without it. Build test allmodconfig on x86-

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

2017-01-09 Thread Paul Gortmaker
cture for unaligned access") as a reference. Cc: Lauro Ramos Venancio Cc: Aloisio Almeida Jr Cc: Samuel Ortiz Cc: Tony Luck Cc: Fenghua Yu Cc: linux-i...@vger.kernel.org Cc: linux-wirel...@vger.kernel.org Signed-off-by: Paul Gortmaker --- [v2: explicitly include asm/uaccess.h since some

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

2017-01-08 Thread Paul Gortmaker
nux-i...@vger.kernel.org Cc: linux-wirel...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> diff --git a/drivers/nfc/nfcmrvl/fw_dnld.c b/drivers/nfc/nfcmrvl/fw_dnld.c index f8dcdf4b24f6..32144d66ba88 100644 --- a/drivers/nfc/nfcmrvl/fw_dnld.c +++ b/drivers/nfc/nfcmrv

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

2017-01-08 Thread Paul Gortmaker
ccess") as a reference. Cc: Lauro Ramos Venancio Cc: Aloisio Almeida Jr Cc: Samuel Ortiz Cc: Tony Luck Cc: Fenghua Yu Cc: linux-i...@vger.kernel.org Cc: linux-wirel...@vger.kernel.org Signed-off-by: Paul Gortmaker diff --git a/drivers/nfc/nfcmrvl/fw_dnld.c b/drivers/nfc/nfcmrvl/fw_dn

[PATCH v2] vfio-mdev: fix non-standard ioctl return val causing i386 build fail

2017-01-04 Thread Paul Gortmaker
: Alex Williamson <alex.william...@redhat.com> Cc: k...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- [v1 --> v2: promote ioctl return from int to long to align with the struct file_operations as per requests in review comments. ] include/linux/mdev.

[PATCH v2] vfio-mdev: fix non-standard ioctl return val causing i386 build fail

2017-01-04 Thread Paul Gortmaker
g vs. the normal int that user space typically sees and documents as per "man ioctl" and similar. Fixes: 9d1a546c53b4 ("docs: Sample driver to demonstrate how to use Mediated device framework.") Cc: Kirti Wankhede Cc: Neo Jia Cc: Alex Williamson Cc: k...@vger.kernel.org Signed

[PATCH] vfio-mdev: fix non-standard ioctl return val causing i386 build fail

2017-01-03 Thread Paul Gortmaker
Neo Jia <c...@nvidia.com> Cc: Alex Williamson <alex.william...@redhat.com> Cc: k...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- include/linux/mdev.h | 2 +- samples/vfio-mdev/mtty.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)

[PATCH] vfio-mdev: fix non-standard ioctl return val causing i386 build fail

2017-01-03 Thread Paul Gortmaker
son Cc: k...@vger.kernel.org Signed-off-by: Paul Gortmaker --- include/linux/mdev.h | 2 +- samples/vfio-mdev/mtty.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/mdev.h b/include/linux/mdev.h index 3ee44b8d2bb3..46659572ab00 100644 --- a/include/linux/md

4.9-rt: uprev notes, incremental uprev, adding bisection ability

2016-12-28 Thread Paul Gortmaker
TL;DR: incremental -rt patch uprev from 4.8-rt to the new 4.9-rt covering 175 touch down points on mainline merges & tags by Linus; useful for rt developers and bugfixers to research and bisect with. If you just want the bisect points generated on your machine, then: mkdir rt-test cd

4.9-rt: uprev notes, incremental uprev, adding bisection ability

2016-12-28 Thread Paul Gortmaker
TL;DR: incremental -rt patch uprev from 4.8-rt to the new 4.9-rt covering 175 touch down points on mainline merges & tags by Linus; useful for rt developers and bugfixers to research and bisect with. If you just want the bisect points generated on your machine, then: mkdir rt-test cd

Re: [PATCH] mtd: nand: fix implicit module.h usage in xway_nand.c

2016-12-21 Thread Paul Gortmaker
[Re: [PATCH] mtd: nand: fix implicit module.h usage in xway_nand.c] On 21/12/2016 (Wed 16:19) Hauke Mehrtens wrote: > > > On 12/20/2016 10:18 PM, Paul Gortmaker wrote: > > In commit d47529b2e9fe0ec2eb1f072afad8849f52e385c4 ("gpio: don't > > include module.h in share

Re: [PATCH] mtd: nand: fix implicit module.h usage in xway_nand.c

2016-12-21 Thread Paul Gortmaker
[Re: [PATCH] mtd: nand: fix implicit module.h usage in xway_nand.c] On 21/12/2016 (Wed 16:19) Hauke Mehrtens wrote: > > > On 12/20/2016 10:18 PM, Paul Gortmaker wrote: > > In commit d47529b2e9fe0ec2eb1f072afad8849f52e385c4 ("gpio: don't > > include module.h in share

Re: drivers/mtd/nand/xway_nand.c:235:1: error: type defaults to 'int' in declaration of 'MODULE_DEVICE_TABLE'

2016-12-20 Thread Paul Gortmaker
[Re: drivers/mtd/nand/xway_nand.c:235:1: error: type defaults to 'int' in declaration of 'MODULE_DEVICE_TABLE'] On 20/12/2016 (Tue 16:09) Paul Gortmaker wrote: > [drivers/mtd/nand/xway_nand.c:235:1: error: type defaults to 'int' in > declaration of 'MODULE_DEVICE_TABLE'] On 21/12/2016 (

Re: drivers/mtd/nand/xway_nand.c:235:1: error: type defaults to 'int' in declaration of 'MODULE_DEVICE_TABLE'

2016-12-20 Thread Paul Gortmaker
[Re: drivers/mtd/nand/xway_nand.c:235:1: error: type defaults to 'int' in declaration of 'MODULE_DEVICE_TABLE'] On 20/12/2016 (Tue 16:09) Paul Gortmaker wrote: > [drivers/mtd/nand/xway_nand.c:235:1: error: type defaults to 'int' in > declaration of 'MODULE_DEVICE_TABLE'] On 21/12/2016 (

[PATCH] mtd: nand: fix implicit module.h usage in xway_nand.c

2016-12-20 Thread Paul Gortmaker
inus 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> --- [Resending with all Cc: enabled/added this time ... :-( ] drivers/mtd/nand/xway_nand.c | 1 + 1 fil

[PATCH] mtd: nand: fix implicit module.h usage in xway_nand.c

2016-12-20 Thread Paul Gortmaker
the two dev streams are merged. Since the file is tristate, the fix is obvious -- it needs an explicit include of module.h header. Reported-by: kbuild test robot Cc: Hauke Mehrtens Cc: Boris Brezillon Cc: Linus Walleij Cc: Alexandre Courbot Cc: linux-g...@vger.kernel.org Signed-off-by: Paul Gortma

[PATCH] mtd: nand: fix implicit module.h usage in xway_nand.c

2016-12-20 Thread Paul Gortmaker
inus 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> --- drivers/mtd/nand/xway_nand.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mtd/nand/xway_

[PATCH] mtd: nand: fix implicit module.h usage in xway_nand.c

2016-12-20 Thread Paul Gortmaker
the two dev streams are merged. Since the file is tristate, the fix is obvious -- it needs an explicit include of module.h header. Reported-by: kbuild test robot Cc: Hauke Mehrtens Cc: Boris Brezillon Cc: Linus Walleij Cc: Alexandre Courbot Cc: linux-g...@vger.kernel.org Signed-off-by: Paul Gortmak

Re: drivers/mtd/nand/xway_nand.c:235:1: error: type defaults to 'int' in declaration of 'MODULE_DEVICE_TABLE'

2016-12-20 Thread Paul Gortmaker
t separately so the Cc get proper coverage. Paul. -8<------ From 8b6672855ef671effcceabdcac8788fd72bd22ca Mon Sep 17 00:00:00 2001 From: Paul Gortmaker <paul.gortma...@windriver.com> Date: Tue, 20 Dec 2016 15:54:16 -0500 Subject: [PATCH] mtd: nand: fix i

Re: drivers/mtd/nand/xway_nand.c:235:1: error: type defaults to 'int' in declaration of 'MODULE_DEVICE_TABLE'

2016-12-20 Thread Paul Gortmaker
t separately so the Cc get proper coverage. Paul. -8<------ From 8b6672855ef671effcceabdcac8788fd72bd22ca Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Tue, 20 Dec 2016 15:54:16 -0500 Subject: [PATCH] mtd: nand: fix implicit module.h usage in xway_na

Re: linux-next: Tree for Dec 20

2016-12-20 Thread Paul Gortmaker
On Mon, Dec 19, 2016 at 8:55 PM, Stephen Rothwell wrote: > Hi all, > > Please do not add any material for v4.11 to your linux-next included > branches until after v4.10-rc1 has been released. Some recent MIPS build fails showed up, mindless bisect run says:

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