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

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

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

2016-08-16 Thread Paul Gortmaker
: Benjamin Herrenschmidt <b...@kernel.crashing.org> Cc: Paul Mackerras <pau...@samba.org> Cc: Michael Ellerman <m...@ellerman.id.au> Cc: linuxppc-...@lists.ozlabs.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- [see: https://lkml.org/lkml/2016/7/24/224 for addition

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

2016-08-16 Thread Paul Gortmaker
: Benjamin Herrenschmidt Cc: Paul Mackerras Cc: Michael Ellerman Cc: linuxppc-...@lists.ozlabs.org Signed-off-by: Paul Gortmaker --- [see: https://lkml.org/lkml/2016/7/24/224 for additional context if needed] diff --git a/arch/powerpc/kernel/kprobes.c b/arch/powerpc/kernel/kprobes.c index 3e

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

2016-08-15 Thread Paul Gortmaker
of traps.c we can't dump the module.h include since it is also used to provide "print_modules". Cc: Ralf Baechle <r...@linux-mips.org> Cc: linux-m...@linux-mips.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- [see: https://lkml.org/lkml/2016/7/24/224

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

2016-08-15 Thread Paul Gortmaker
of traps.c we can't dump the module.h include since it is also used to provide "print_modules". Cc: Ralf Baechle Cc: linux-m...@linux-mips.org Signed-off-by: Paul Gortmaker --- [see: https://lkml.org/lkml/2016/7/24/224 for additional context if needed] arch/mips/kernel/module.c | 1

[PATCH] pnp: isapnp: make core more explicitly non-modular

2016-08-15 Thread Paul Gortmaker
the file already has that. But we do add moduleparam.h since the file does use module_param(). Cc: Jaroslav Kysela <pe...@perex.cz> Cc: "Rafael J. Wysocki" <rafael.j.wyso...@intel.com> Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/pnp/isapnp/core.c

[PATCH] pnp: isapnp: make core more explicitly non-modular

2016-08-15 Thread Paul Gortmaker
the file already has that. But we do add moduleparam.h since the file does use module_param(). Cc: Jaroslav Kysela Cc: "Rafael J. Wysocki" Signed-off-by: Paul Gortmaker --- drivers/pnp/isapnp/core.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/pnp/isapn

[PATCH] platform: olpc: make ec explicitly non-modular

2016-08-15 Thread Paul Gortmaker
t; Cc: platform-driver-...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/platform/olpc/olpc-ec.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/drivers/platform/olpc/olpc-ec.c b/drivers/platform/olpc/olpc-ec.c index f99b1

[PATCH] platform: intel_pmic: make gpio explicitly non-modular

2016-08-15 Thread Paul Gortmaker
Cc: Darren Hart <dvh...@infradead.org> Cc: Alek Du <alek...@intel.com> Cc: platform-driver-...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/platform/x86/intel_pmic_gpio.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff

[PATCH] platform: olpc: make ec explicitly non-modular

2016-08-15 Thread Paul Gortmaker
that when reading the driver there is no doubt it is builtin-only. We delete the MODULE_LICENSE tag etc. since all that information was (or is now) contained at the top of the file in the comments. Cc: Darren Hart Cc: Andres Salomon Cc: platform-driver-...@vger.kernel.org Signed-off-by: Paul

[PATCH] platform: intel_pmic: make gpio explicitly non-modular

2016-08-15 Thread Paul Gortmaker
Cc: Darren Hart Cc: Alek Du Cc: platform-driver-...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/platform/x86/intel_pmic_gpio.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/drivers/platform/x86/intel_pmic_gpio.c b/drivers/platform/x86/intel_pmic_gp

[PATCH] leds: make triggers explicitly non-modular

2016-08-15 Thread Paul Gortmaker
t. However it does use EXPORT_SYMBOL, so we add the export.h header. Cc: Richard Purdie <rpur...@rpsys.net> Cc: Jacek Anaszewski <j.anaszew...@samsung.com> Cc: linux-l...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/leds/led-triggers.c |

[PATCH] leds: make triggers explicitly non-modular

2016-08-15 Thread Paul Gortmaker
t. However it does use EXPORT_SYMBOL, so we add the export.h header. Cc: Richard Purdie Cc: Jacek Anaszewski Cc: linux-l...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/leds/led-triggers.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/drivers/leds/led-tr

Re: [PATCH 1/3] clk: meson: Add GXBB AO Clock and Reset controller driver

2016-08-14 Thread Paul Gortmaker
On Tue, Aug 9, 2016 at 5:13 AM, Neil Armstrong wrote: > Adds a Clock and Reset controller driver for the Always-On part > of the Amlogic Meson GXBB SoC. > > It exports paired Clocks and Resets lines that will be used by > peripherals in the Always-On subsystem. [...] >

Re: [PATCH 1/3] clk: meson: Add GXBB AO Clock and Reset controller driver

2016-08-14 Thread Paul Gortmaker
On Tue, Aug 9, 2016 at 5:13 AM, Neil Armstrong wrote: > Adds a Clock and Reset controller driver for the Always-On part > of the Amlogic Meson GXBB SoC. > > It exports paired Clocks and Resets lines that will be used by > peripherals in the Always-On subsystem. [...] > +static const struct

Re: [RFC 5/7] Bluetooth: hci_nokia: Introduce new driver

2016-08-14 Thread Paul Gortmaker
On Fri, Aug 12, 2016 at 11:14 PM, Sebastian Reichel wrote: > This driver adds support for Nokia H4+ procotol used > for example by Nokia's internet tablets (N770 - N950). > --- > drivers/bluetooth/Kconfig | 10 + > drivers/bluetooth/Makefile| 1 + >

Re: [RFC 5/7] Bluetooth: hci_nokia: Introduce new driver

2016-08-14 Thread Paul Gortmaker
On Fri, Aug 12, 2016 at 11:14 PM, Sebastian Reichel wrote: > This driver adds support for Nokia H4+ procotol used > for example by Nokia's internet tablets (N770 - N950). > --- > drivers/bluetooth/Kconfig | 10 + > drivers/bluetooth/Makefile| 1 + > drivers/bluetooth/hci_ldisc.c | 6

[PATCH] video: fbdev: mb862xx: mb862xx-i2c: delete now unused "int ret" variable

2016-08-14 Thread Paul Gortmaker
nen <tomi.valkei...@ti.com> Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- [Feel free to squash this into the original if you happen to be rebasing] drivers/video/fbdev/mb862xx/mb862xx-i2c.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/video/fbdev/

[PATCH] video: fbdev: mb862xx: mb862xx-i2c: delete now unused "int ret" variable

2016-08-14 Thread Paul Gortmaker
6: warning: unused variable ‘ret’ [-Wunused-variable] int ret; ^ ...so here we remove the variable as well. Fixes: 6b610e004baf ("video: fbdev: mb862xx: mb862xx-i2c: don't print error when adding adapter fails)" Cc: Wolfram Sang Cc: Tomi Valkeinen Signed-off-by: Paul Gortma

Re: [PATCH v18 6/6] ARM: socfpga: fpga bridge driver support

2016-08-09 Thread Paul Gortmaker
[Re: [PATCH v18 6/6] ARM: socfpga: fpga bridge driver support] On 08/08/2016 (Mon 13:44) Moritz Fischer wrote: > Hi Alan, > > On Mon, Aug 8, 2016 at 12:18 PM, atull wrote: > > >> Please don't use module.h in drivers controlled by a bool > >> Kconfig setting. > >>

Re: [PATCH v18 6/6] ARM: socfpga: fpga bridge driver support

2016-08-09 Thread Paul Gortmaker
[Re: [PATCH v18 6/6] ARM: socfpga: fpga bridge driver support] On 08/08/2016 (Mon 13:44) Moritz Fischer wrote: > Hi Alan, > > On Mon, Aug 8, 2016 at 12:18 PM, atull wrote: > > >> Please don't use module.h in drivers controlled by a bool > >> Kconfig setting. > >> > >> THanks, > >> Paul. > >>

Re: [PATCH 2/6] mfd: as3722: Make it explicitly non-modular

2016-08-08 Thread Paul Gortmaker
[Re: [PATCH 2/6] mfd: as3722: Make it explicitly non-modular] On 08/08/2016 (Mon 10:14) Lee Jones wrote: > On Fri, 05 Aug 2016, Paul Gortmaker wrote: D> [...] > > > > > > > > ...so I'll drop this patch in favour of the one line tristate > > > > conve

Re: [PATCH 2/6] mfd: as3722: Make it explicitly non-modular

2016-08-08 Thread Paul Gortmaker
[Re: [PATCH 2/6] mfd: as3722: Make it explicitly non-modular] On 08/08/2016 (Mon 10:14) Lee Jones wrote: > On Fri, 05 Aug 2016, Paul Gortmaker wrote: D> [...] > > > > > > > > ...so I'll drop this patch in favour of the one line tristate > > > > conve

Re: [PATCH 2/4] irqchip: irq-mvebu-pic: new driver for Marvell Armada 7K/8K PIC

2016-08-06 Thread Paul Gortmaker
On Fri, Aug 5, 2016 at 10:55 AM, Thomas Petazzoni wrote: > The Marvell Armada 7K/8K integrates a secondary interrupt controller > very originally named "PIC". It is connected to the main GIC via a > PPI. Amongst other things, this PIC is used for the ARM PMU.

Re: [PATCH 2/4] irqchip: irq-mvebu-pic: new driver for Marvell Armada 7K/8K PIC

2016-08-06 Thread Paul Gortmaker
On Fri, Aug 5, 2016 at 10:55 AM, Thomas Petazzoni wrote: > The Marvell Armada 7K/8K integrates a secondary interrupt controller > very originally named "PIC". It is connected to the main GIC via a > PPI. Amongst other things, this PIC is used for the ARM PMU. > > This commit adds a simple irqchip

Re: [PATCH v2 2/3] drm: simpledrm: add fbdev fallback support

2016-08-06 Thread Paul Gortmaker
On Fri, Aug 5, 2016 at 11:44 AM, Noralf Trønnes wrote: > Create a simple fbdev device during SimpleDRM setup so legacy user-space > and fbcon can use it. > > Original work by David Herrmann. > > Cc: dh.herrm...@gmail.com > Signed-off-by: Noralf Trønnes >

Re: [PATCH v2 2/3] drm: simpledrm: add fbdev fallback support

2016-08-06 Thread Paul Gortmaker
On Fri, Aug 5, 2016 at 11:44 AM, Noralf Trønnes wrote: > Create a simple fbdev device during SimpleDRM setup so legacy user-space > and fbcon can use it. > > Original work by David Herrmann. > > Cc: dh.herrm...@gmail.com > Signed-off-by: Noralf Trønnes > --- > > Changes from version 1: > No

Re: [PATCH 2/4] irqchip: irq-mvebu-pic: new driver for Marvell Armada 7K/8K PIC

2016-08-06 Thread Paul Gortmaker
On Fri, Aug 5, 2016 at 7:00 PM, Paul Gortmaker <paul.gortma...@windriver.com> wrote: >> diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig >> index fa33c50..a6f90c5 100644 >> --- a/drivers/irqchip/Kconfig >> +++ b/drivers/irqchip/Kconfig >> @

Re: [PATCH 2/4] irqchip: irq-mvebu-pic: new driver for Marvell Armada 7K/8K PIC

2016-08-06 Thread Paul Gortmaker
On Fri, Aug 5, 2016 at 7:00 PM, Paul Gortmaker wrote: >> diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig >> index fa33c50..a6f90c5 100644 >> --- a/drivers/irqchip/Kconfig >> +++ b/drivers/irqchip/Kconfig >> @@ -246,6 +246,9 @@ config MVEBU_ODMI >

Re: [RFC][PATCH 3/4] power: reset: Add sram-reboot-mode driver

2016-08-06 Thread Paul Gortmaker
On Wed, Aug 3, 2016 at 7:05 PM, John Stultz wrote: > Add sram-reboot-mode driver, which enables > reboot modes to be specified from sram subnodes. > > Cc: Andy Yan > Cc: Rob Herring > Cc: Arnd Bergmann > Cc:

Re: [RFC][PATCH 3/4] power: reset: Add sram-reboot-mode driver

2016-08-06 Thread Paul Gortmaker
On Wed, Aug 3, 2016 at 7:05 PM, John Stultz wrote: > Add sram-reboot-mode driver, which enables > reboot modes to be specified from sram subnodes. > > Cc: Andy Yan > Cc: Rob Herring > Cc: Arnd Bergmann > Cc: Thierry Reding > Cc: Heiko Stübner > Cc: Caesar Wang > Cc: Kees Cook > Cc: Guodong

Re: [PATCH v2 2/2] soc: qcom: add l2 cache perf events driver

2016-08-06 Thread Paul Gortmaker
On Thu, Aug 4, 2016 at 5:11 PM, Neil Leeder wrote: > Adds perf events support for L2 cache PMU. > > The L2 cache PMU driver is named 'l2cache_0' and can be used > with perf events to profile L2 events such as cache hits > and misses. > > Signed-off-by: Neil Leeder

Re: [PATCH v2 2/2] soc: qcom: add l2 cache perf events driver

2016-08-06 Thread Paul Gortmaker
On Thu, Aug 4, 2016 at 5:11 PM, Neil Leeder wrote: > Adds perf events support for L2 cache PMU. > > The L2 cache PMU driver is named 'l2cache_0' and can be used > with perf events to profile L2 events such as cache hits > and misses. > > Signed-off-by: Neil Leeder > --- >

Re: [PATCH 2/2] gpio: add Technologic I2C-FPGA gpio support

2016-08-06 Thread Paul Gortmaker
On Fri, Aug 5, 2016 at 10:41 AM, Lucile Quirion wrote: > This driver is generic and aims to support all Technologic Systems's > boards embedding FPGA GPIOs with an I2C interface. > > This driver supports TS-4900, TS-7970, TS-7990 and TS-4100 series. > >

Re: [PATCH 2/2] gpio: add Technologic I2C-FPGA gpio support

2016-08-06 Thread Paul Gortmaker
On Fri, Aug 5, 2016 at 10:41 AM, Lucile Quirion wrote: > This driver is generic and aims to support all Technologic Systems's > boards embedding FPGA GPIOs with an I2C interface. > > This driver supports TS-4900, TS-7970, TS-7990 and TS-4100 series. > > Signed-off-by: Lucile Quirion > --- >

Re: [PATCH 2/6] mfd: as3722: Make it explicitly non-modular

2016-08-05 Thread Paul Gortmaker
[Re: [PATCH 2/6] mfd: as3722: Make it explicitly non-modular] On 05/08/2016 (Fri 13:56) Lee Jones wrote: > On Wed, 06 Jul 2016, Paul Gortmaker wrote: > > > [Re: [PATCH 2/6] mfd: as3722: Make it explicitly non-modular] On 05/07/2016 > > (Tue 11:18) Lax

Re: [PATCH 2/6] mfd: as3722: Make it explicitly non-modular

2016-08-05 Thread Paul Gortmaker
[Re: [PATCH 2/6] mfd: as3722: Make it explicitly non-modular] On 05/08/2016 (Fri 13:56) Lee Jones wrote: > On Wed, 06 Jul 2016, Paul Gortmaker wrote: > > > [Re: [PATCH 2/6] mfd: as3722: Make it explicitly non-modular] On 05/07/2016 > > (Tue 11:18) Lax

[PATCH] MIPS: dont specify STACKPROTECTOR in defconfigs

2016-08-03 Thread Paul Gortmaker
the default. Cc: James Hartley <james.hart...@imgtec.com> Cc: Ionela Voinescu <ionela.voine...@imgtec.com> Cc: Ralf Baechle <r...@linux-mips.org> Cc: linux-m...@linux-mips.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- arch/mips/configs/pistachio_defconfig

[PATCH] MIPS: dont specify STACKPROTECTOR in defconfigs

2016-08-03 Thread Paul Gortmaker
the default. Cc: James Hartley Cc: Ionela Voinescu Cc: Ralf Baechle Cc: linux-m...@linux-mips.org Signed-off-by: Paul Gortmaker --- arch/mips/configs/pistachio_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/mips/configs/pistachio_defconfig b/arch/mips/configs/pistachio_defconfig

Re: [PATCH] mips: lantiq: fix irq_chip name to not land in new parent field

2016-08-03 Thread Paul Gortmaker
[Re: [PATCH] mips: lantiq: fix irq_chip name to not land in new parent field] On 03/08/2016 (Wed 07:56) Ralf Baechle wrote: > On Tue, Aug 02, 2016 at 02:54:47PM -0400, Paul Gortmaker wrote: > > > As of commit be45beb2df69 ("genirq: Add runtime power management > >

Re: [PATCH] mips: lantiq: fix irq_chip name to not land in new parent field

2016-08-03 Thread Paul Gortmaker
[Re: [PATCH] mips: lantiq: fix irq_chip name to not land in new parent field] On 03/08/2016 (Wed 07:56) Ralf Baechle wrote: > On Tue, Aug 02, 2016 at 02:54:47PM -0400, Paul Gortmaker wrote: > > > As of commit be45beb2df69 ("genirq: Add runtime power management > >

[PATCH] mips: lantiq: fix irq_chip name to not land in new parent field

2016-08-02 Thread Paul Gortmaker
nt support for IRQ chips") Cc: Jon Hunter <jonath...@nvidia.com> Cc: Kevin Hilman <khil...@baylibre.com> Cc: Marc Zyngier <marc.zyng...@arm.com> Cc: John Crispin <j...@phrozen.org> Cc: Ralf Baechle <r...@linux-mips.org> Cc: Thomas Gleixner <t...@linutronix.

[PATCH] mips: lantiq: fix irq_chip name to not land in new parent field

2016-08-02 Thread Paul Gortmaker
nt support for IRQ chips") Cc: Jon Hunter Cc: Kevin Hilman Cc: Marc Zyngier Cc: John Crispin Cc: Ralf Baechle Cc: Thomas Gleixner Cc: linux-m...@linux-mips.org Signed-off-by: Paul Gortmaker --- [ in mainline via: commit a5c8a01968fc9dc94f182172cee7ab40bc496ea4 Merge: ff5b70

[PATCH] clocksource: mips-gic-timer: make gic_clocksource_of_init return int

2016-07-31 Thread Paul Gortmaker
oid to int was simply overlooked. Cc: Daniel Lezcano <daniel.lezc...@linaro.org> Cc: linux-m...@linux-mips.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/clocksource/mips-gic-timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver

[PATCH] clocksource: mips-gic-timer: make gic_clocksource_of_init return int

2016-07-31 Thread Paul Gortmaker
oid to int was simply overlooked. Cc: Daniel Lezcano Cc: linux-m...@linux-mips.org Signed-off-by: Paul Gortmaker --- drivers/clocksource/mips-gic-timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clocksource/mips-gic-timer.c b/drivers/clocksource/mips-gic-tim

Re: [PATCH V2] clk: bcm: Add driver for Northstar ILP clock

2016-07-31 Thread Paul Gortmaker
On Fri, Jul 29, 2016 at 6:45 PM, Rafał Miłecki wrote: > From: Rafał Miłecki > > This clock is present on cheaper Northstar devices like BCM53573 or > BCM47189 using Corex-A7. This driver uses PMU (Power Management Unit) > to calculate clock rate and allows

Re: [PATCH V2] clk: bcm: Add driver for Northstar ILP clock

2016-07-31 Thread Paul Gortmaker
On Fri, Jul 29, 2016 at 6:45 PM, Rafał Miłecki wrote: > From: Rafał Miłecki > > This clock is present on cheaper Northstar devices like BCM53573 or > BCM47189 using Corex-A7. This driver uses PMU (Power Management Unit) > to calculate clock rate and allows using it in a generic (clk_*) way. > >

Re: [PATCH -next] PCI/PCIe: make DPC explicitly non-modular

2016-07-28 Thread Paul Gortmaker
[Re: [PATCH -next] PCI/PCIe: make DPC explicitly non-modular] On 28/07/2016 (Thu 16:29) Keith Busch wrote: > On Thu, Jul 28, 2016 at 03:33:03PM -0400, Paul Gortmaker wrote: > > The Kconfig currently controlling compilation of this code is: > > > > drivers/pci/pcie/Kc

Re: [PATCH -next] PCI/PCIe: make DPC explicitly non-modular

2016-07-28 Thread Paul Gortmaker
[Re: [PATCH -next] PCI/PCIe: make DPC explicitly non-modular] On 28/07/2016 (Thu 16:29) Keith Busch wrote: > On Thu, Jul 28, 2016 at 03:33:03PM -0400, Paul Gortmaker wrote: > > The Kconfig currently controlling compilation of this code is: > > > > drivers/pci/pcie/Kc

[PATCH -next] PCI/PCIe: make DPC explicitly non-modular

2016-07-28 Thread Paul Gortmaker
nformation was (or is now) contained at the top of the file in the comments. Cc: Bjorn Helgaas <bhelg...@google.com> Cc: Keith Busch <keith.bu...@intel.com> Cc: Mika Westerberg <mika.westerb...@linux.intel.com> Cc: linux-...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@win

[PATCH -next] PCI/PCIe: make DPC explicitly non-modular

2016-07-28 Thread Paul Gortmaker
nformation was (or is now) contained at the top of the file in the comments. Cc: Bjorn Helgaas Cc: Keith Busch Cc: Mika Westerberg Cc: linux-...@vger.kernel.org Signed-off-by: Paul Gortmaker --- [This mismatch just appeared in Thursday's linux-next; doesn't matter to me if we update it now

[PATCH] extable.h: add stddef.h so "NULL" definition is not implicit

2016-07-27 Thread Paul Gortmaker
before we start migrating exception table users off module.h and onto extable.h during the next release cycle. Cc: Rusty Russell <ru...@rustcorp.com.au> Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- [Was not expecting extable.h to be in 4.8 content, but since it is,

[PATCH] extable.h: add stddef.h so "NULL" definition is not implicit

2016-07-27 Thread Paul Gortmaker
before we start migrating exception table users off module.h and onto extable.h during the next release cycle. Cc: Rusty Russell Signed-off-by: Paul Gortmaker --- [Was not expecting extable.h to be in 4.8 content, but since it is, it might as well have this one line fixup to make it ready for

Re: [PATCH v7 2/2] PCI: Rockchip: Add Rockchip PCIe controller support

2016-07-27 Thread Paul Gortmaker
[Re: [PATCH v7 2/2] PCI: Rockchip: Add Rockchip PCIe controller support] On 27/07/2016 (Wed 13:04) Brian Norris wrote: > + Guenter > > Hi, > > On Wed, Jul 27, 2016 at 03:56:36PM -0400, Paul Gortmaker wrote: > > On Wed, Jul 27, 2016 at 2:22 PM, Bjorn Helgaas <h

Re: [PATCH v7 2/2] PCI: Rockchip: Add Rockchip PCIe controller support

2016-07-27 Thread Paul Gortmaker
[Re: [PATCH v7 2/2] PCI: Rockchip: Add Rockchip PCIe controller support] On 27/07/2016 (Wed 13:04) Brian Norris wrote: > + Guenter > > Hi, > > On Wed, Jul 27, 2016 at 03:56:36PM -0400, Paul Gortmaker wrote: > > On Wed, Jul 27, 2016 at 2:22 PM, Bjorn Helgaas wrote: >

Re: [RFC PATCH v1 2/2] drivers: soc: Add support for Hisilicon Djtag driver

2016-07-27 Thread Paul Gortmaker
On Sun, Jul 24, 2016 at 9:54 PM, Tan Xiaojun <tanxiao...@huawei.com> wrote: > On 2016/7/23 4:37, Paul Gortmaker wrote: >> On Fri, Jul 22, 2016 at 4:48 AM, Tan Xiaojun <tanxiao...@huawei.com> wrote: >>> The Hisilicon Djtag is an independent module which c

Re: [RFC PATCH v1 2/2] drivers: soc: Add support for Hisilicon Djtag driver

2016-07-27 Thread Paul Gortmaker
On Sun, Jul 24, 2016 at 9:54 PM, Tan Xiaojun wrote: > On 2016/7/23 4:37, Paul Gortmaker wrote: >> On Fri, Jul 22, 2016 at 4:48 AM, Tan Xiaojun wrote: >>> The Hisilicon Djtag is an independent module which connects with some >>> modules >>> in the SoC by Debu

Re: [PATCH v7 2/2] PCI: Rockchip: Add Rockchip PCIe controller support

2016-07-27 Thread Paul Gortmaker
On Wed, Jul 27, 2016 at 2:22 PM, Bjorn Helgaas wrote: > Hi Shawn, > > I have some relatively minor comments below. > > On Mon, Jul 18, 2016 at 08:42:13AM +0800, Shawn Lin wrote: >> This patch adds Rockchip PCIe controller support found >> on RK3399 Soc platform. >> >>

Re: [PATCH v7 2/2] PCI: Rockchip: Add Rockchip PCIe controller support

2016-07-27 Thread Paul Gortmaker
On Wed, Jul 27, 2016 at 2:22 PM, Bjorn Helgaas wrote: > Hi Shawn, > > I have some relatively minor comments below. > > On Mon, Jul 18, 2016 at 08:42:13AM +0800, Shawn Lin wrote: >> This patch adds Rockchip PCIe controller support found >> on RK3399 Soc platform. >> >> Signed-off-by: Shawn Lin >>

[tip:core/urgent] objtool: Add 'fixdep' to objtool/.gitignore

2016-07-27 Thread tip-bot for Paul Gortmaker
Commit-ID: 5cada17426505b09a045cd9e6d7fb6db19b76ea1 Gitweb: http://git.kernel.org/tip/5cada17426505b09a045cd9e6d7fb6db19b76ea1 Author: Paul Gortmaker <paul.gortma...@windriver.com> AuthorDate: Mon, 25 Jul 2016 08:19:31 -0500 Committer: Ingo Molnar <mi...@kernel.org> CommitD

[tip:core/urgent] objtool: Add 'fixdep' to objtool/.gitignore

2016-07-27 Thread tip-bot for Paul Gortmaker
Commit-ID: 5cada17426505b09a045cd9e6d7fb6db19b76ea1 Gitweb: http://git.kernel.org/tip/5cada17426505b09a045cd9e6d7fb6db19b76ea1 Author: Paul Gortmaker AuthorDate: Mon, 25 Jul 2016 08:19:31 -0500 Committer: Ingo Molnar CommitDate: Wed, 27 Jul 2016 11:07:11 +0200 objtool: Add 'fixdep

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

2016-07-24 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 f95ed243a

[RFC/PATCH 00/14] split exception table content out of module.h into extable.h

2016-07-24 Thread Paul Gortmaker
vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org Cc: linux-m...@lists.linux-m68k.org Cc: linux-m...@linux-mips.org Cc: linux-par...@vger.kernel.org Cc: linuxppc-...@lists.ozlabs.org Cc: linux-s...@vger.kernel.org Cc: x...@kernel.org Cc: sparcli...@vger.kernel.org Paul Gortmaker (14): exceptions:

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

2016-07-24 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 10/14] tile: migrate exception table users off module.h and onto extable.h

2016-07-24 Thread Paul Gortmaker
is Metcalf <cmetc...@mellanox.com> Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- 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/tile/kernel/u

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

2016-07-24 Thread Paul Gortmaker
hoeven <ge...@linux-m68k.org> Cc: linux-m...@lists.linux-m68k.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- 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/signal.c index 2dce

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

2016-07-24 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 f95ed243a4de..1974eadcb308 100644 --- a/include/linux/module.h +++ b/include/linux/module.h @@ -18,7 +18,6 @@ #include #include #include

[RFC/PATCH 00/14] split exception table content out of module.h into extable.h

2016-07-24 Thread Paul Gortmaker
org Cc: linux-m...@lists.linux-m68k.org Cc: linux-m...@linux-mips.org Cc: linux-par...@vger.kernel.org Cc: linuxppc-...@lists.ozlabs.org Cc: linux-s...@vger.kernel.org Cc: x...@kernel.org Cc: sparcli...@vger.kernel.org Paul Gortmaker (14): exceptions: fork exception table content from module.h

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

2016-07-24 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 10/14] tile: migrate exception table users off module.h and onto extable.h

2016-07-24 Thread Paul Gortmaker
is Metcalf Signed-off-by: Paul Gortmaker --- 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/tile/kernel/unaligned.c b/arch/tile/kernel/unaligned.c index 9772a3554282..4f

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

2016-07-24 Thread Paul Gortmaker
Cc: linux-m...@lists.linux-m68k.org Signed-off-by: Paul Gortmaker --- 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/signal.c index 2dcee3a88867..db775322b485 100644 --- a/arch/m68k/kernel/signal.c +++ b

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

2016-07-24 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 04/14] arm64: migrate exception table users off module.h and onto extable.h

2016-07-24 Thread Paul Gortmaker
in 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> --- arch/arm64/kernel/probes/kprobes.c | 2 +- arch/arm64/mm/extable.c| 2 +- arch/arm64/mm/fa

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

2016-07-24 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 13/14] core: migrate exception table users off module.h and onto extable.h

2016-07-24 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 03/14] arm: migrate exception table users off module.h and onto extable.h

2016-07-24 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 04/14] arm64: migrate exception table users off module.h and onto extable.h

2016-07-24 Thread Paul Gortmaker
arinas Cc: Will Deacon Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Paul Gortmaker --- arch/arm64/kernel/probes/kprobes.c | 2 +- arch/arm64/mm/extable.c| 2 +- arch/arm64/mm/fault.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/

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

2016-07-24 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 --- arch/s390/kernel/early.c | 2 +- arch/s390/kernel/kprobes.c | 2 ++

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

2016-07-24 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 9a

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

2016-07-24 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> --- arch/parisc/mm/fault.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/parisc/mm/

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

2016-07-24 Thread Paul Gortmaker
leixner <t...@linutronix.de> Cc: Ingo Molnar <mi...@redhat.com> Cc: "H. Peter Anvin" <h...@zytor.com> Cc: x...@kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- arch/x86/kernel/kprobes/core.c | 2 +- arch/x86/kernel/kprobes/opt.c | 2 +-

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

2016-07-24 Thread Paul Gortmaker
: Benjamin Herrenschmidt <b...@kernel.crashing.org> Cc: Paul Mackerras <pau...@samba.org> Cc: Michael Ellerman <m...@ellerman.id.au> Cc: linuxppc-...@lists.ozlabs.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- arch/powerpc/kernel/kprobes.c | 2 +- arch/powerp

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

2016-07-24 Thread Paul Gortmaker
E.J. Bottomley" Cc: Helge Deller Cc: linux-par...@vger.kernel.org Signed-off-by: Paul Gortmaker --- arch/parisc/mm/fault.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/parisc/mm/fault.c b/arch/parisc/mm/fault.c index 163af2c31d76..a67519b79504 100644 --- a/arch/par

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

2016-07-24 Thread Paul Gortmaker
eixner Cc: Ingo Molnar Cc: "H. Peter Anvin" Cc: x...@kernel.org Signed-off-by: Paul Gortmaker --- arch/x86/kernel/kprobes/core.c | 2 +- arch/x86/kernel/kprobes/opt.c | 2 +- arch/x86/mm/extable.c | 2 +- arch/x86/mm/fault.c| 2 +- 4 files changed, 4 insert

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

2016-07-24 Thread Paul Gortmaker
: Benjamin Herrenschmidt Cc: Paul Mackerras Cc: Michael Ellerman Cc: linuxppc-...@lists.ozlabs.org Signed-off-by: Paul Gortmaker --- arch/powerpc/kernel/kprobes.c | 2 +- arch/powerpc/mm/fault.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/kernel/kprobes.c b/ar

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

2016-07-24 Thread Paul Gortmaker
Baechle <r...@linux-mips.org> Cc: linux-m...@linux-mips.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- arch/mips/kernel/module.c | 1 + arch/mips/kernel/traps.c | 2 +- arch/mips/mm/extable.c| 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --

[PATCH 01/14] exceptions: fork exception table content from module.h into extable.h

2016-07-24 Thread Paul Gortmaker
. 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> --- include/linux/extable.h | 30 ++ incl

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

2016-07-24 Thread Paul Gortmaker
David S. Miller" <da...@davemloft.net> Cc: sparcli...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- arch/sparc/kernel/kprobes.c | 2 +- arch/sparc/kernel/traps_64.c | 2 +- arch/sparc/kernel/unaligned_64.c | 2 +- arch/sparc/mm/fault_64

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

2016-07-24 Thread Paul Gortmaker
aechle Cc: linux-m...@linux-mips.org Signed-off-by: Paul Gortmaker --- arch/mips/kernel/module.c | 1 + arch/mips/kernel/traps.c | 2 +- arch/mips/mm/extable.c| 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/mips/kernel/module.c b/arch/mips/kernel/module.c index 79

[PATCH 01/14] exceptions: fork exception table content from module.h into extable.h

2016-07-24 Thread Paul Gortmaker
. Cc: Rusty Russell Cc: Andrew Morton Cc: Linus Torvalds Signed-off-by: Paul Gortmaker --- include/linux/extable.h | 30 ++ include/linux/module.h | 27 ++- 2 files changed, 32 insertions(+), 25 deletions(-) create mode 100644 include/linux

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

2016-07-24 Thread Paul Gortmaker
David S. Miller" Cc: sparcli...@vger.kernel.org Signed-off-by: Paul Gortmaker --- arch/sparc/kernel/kprobes.c | 2 +- arch/sparc/kernel/traps_64.c | 2 +- arch/sparc/kernel/unaligned_64.c | 2 +- arch/sparc/mm/fault_64.c | 2 +- arch/sparc/mm/init_64.c | 2 +-

Re: [PATCH 5/6] spi: octeon: Split driver into Octeon specific and common parts

2016-07-24 Thread Paul Gortmaker
On Sat, Jul 23, 2016 at 6:42 AM, Jan Glauber wrote: > Separate driver probing from SPI transfer functions. > > Signed-off-by: Jan Glauber > Tested-by: Steven J. Hill > --- > drivers/spi/Makefile | 1 + >

Re: [PATCH 5/6] spi: octeon: Split driver into Octeon specific and common parts

2016-07-24 Thread Paul Gortmaker
On Sat, Jul 23, 2016 at 6:42 AM, Jan Glauber wrote: > Separate driver probing from SPI transfer functions. > > Signed-off-by: Jan Glauber > Tested-by: Steven J. Hill > --- > drivers/spi/Makefile | 1 + > drivers/spi/spi-cavium-octeon.c| 104

[PATCH] tools: add fixdep to objtool/.gitignore

2016-07-23 Thread Paul Gortmaker
To fix: Untracked files: (use "git add ..." to include in what will be committed) tools/objtool/fixdep Cc: Josh Poimboeuf <jpoim...@redhat.com> Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- tools/objtool/.gitignore | 1 + 1 fil

[PATCH] tools: add fixdep to objtool/.gitignore

2016-07-23 Thread Paul Gortmaker
To fix: Untracked files: (use "git add ..." to include in what will be committed) tools/objtool/fixdep Cc: Josh Poimboeuf Signed-off-by: Paul Gortmaker --- tools/objtool/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/objtool/.gitignore b/too

Re: [PATCH 1/3] ARM: mach-omap2: remove bogus "or_module" from rx51-peripherals

2016-07-23 Thread Paul Gortmaker
[Re: [PATCH 1/3] ARM: mach-omap2: remove bogus "or_module" from rx51-peripherals] On 22/07/2016 (Fri 22:55) Tony Lindgren wrote: > * Paul Gortmaker <paul.gortma...@windriver.com> [160722 07:02]: [...] > > Having the patch present, or having the file deleted both ta

Re: [PATCH 1/3] ARM: mach-omap2: remove bogus "or_module" from rx51-peripherals

2016-07-23 Thread Paul Gortmaker
[Re: [PATCH 1/3] ARM: mach-omap2: remove bogus "or_module" from rx51-peripherals] On 22/07/2016 (Fri 22:55) Tony Lindgren wrote: > * Paul Gortmaker [160722 07:02]: [...] > > Having the patch present, or having the file deleted both take care of > > my concern --

Re: [PATCH 0/3] ARM: fix three implicit module use cases fed via gpio

2016-07-23 Thread Paul Gortmaker
[Re: [PATCH 0/3] ARM: fix three implicit module use cases fed via gpio] On 23/07/2016 (Sat 10:09) Robert Jarzmik wrote: > Paul Gortmaker <paul.gortma...@windriver.com> writes: > [...] > > > > But with ARM and GPIO being different subsystems, we'll need to

Re: [PATCH 0/3] ARM: fix three implicit module use cases fed via gpio

2016-07-23 Thread Paul Gortmaker
[Re: [PATCH 0/3] ARM: fix three implicit module use cases fed via gpio] On 23/07/2016 (Sat 10:09) Robert Jarzmik wrote: > Paul Gortmaker writes: > [...] > > > > But with ARM and GPIO being different subsystems, we'll need to get > > this in ARM 1st, and then wait a

Re: linux-next: Tree for Jul 22

2016-07-22 Thread Paul Gortmaker
On Fri, Jul 22, 2016 at 3:28 PM, Paul Gortmaker <paul.gortma...@windriver.com> wrote: [...] > > For x86-64 allmod, I am seeing this issue for the 1st time today > in my local builds, even though it doesn't appear in sfr's builds: > > FATAL: drivers/input/evbug: sizeof(struct

<    5   6   7   8   9   10   11   12   13   14   >