[PATCH 05/14] arm64: dts: lg1312: DT spelling s/#interrupts-cells/#interrupt-cells/

2016-04-20 Thread Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+rene...@glider.be> --- arch/arm64/boot/dts/lg/lg1312.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/lg/lg1312.dtsi b/arch/arm64/boot/dts/lg/lg1312.dtsi index 3a4e9a2ab3130106..1d625c5bb4bfc503

Re: [PATCH 00/14] DT: Fix spelling of standard properties

2016-04-20 Thread Geert Uytterhoeven
On Wed, Apr 20, 2016 at 5:32 PM, Geert Uytterhoeven <geert+rene...@glider.be> wrote: > This patch series fixes misspellings of various standard DT properties > in DT binding documentation, DTS files, and error messages. BTW, this is against next-20160420. Gr{oe

Re: [PATCH 1/6] rtc: generic: allow building on all architectures

2016-03-02 Thread Geert Uytterhoeven
On Wed, Mar 2, 2016 at 10:28 AM, Andreas Schwab <sch...@linux-m68k.org> wrote: > Geert Uytterhoeven <ge...@linux-m68k.org> writes: > >>> +#else >>> +#define generic_rtc_ops *(struct rtc_class_ops*)NULL >>> +#endif >>> >>>

Re: [PATCH 1/6] rtc: generic: allow building on all architectures

2016-03-02 Thread Geert Uytterhoeven
rtc_ops; I hope no compiler version treats "&*(struct rtc_class_ops*)NULL" as undefined behavior? > > rtc = devm_rtc_device_register(>dev, "rtc-generic", > - _rtc_ops, THIS_MODULE); > +

Re: [PATCH 0/4] powerpc/ps3: gelic_udbg: drop local versions of network data structs

2016-02-08 Thread Geert Uytterhoeven
from > powerpc/ps3: gelic_udbg: use struct udphdr from > > arch/powerpc/platforms/ps3/gelic_udbg.c | 71 > +++-- > 1 file changed, 23 insertions(+), 48 deletions(-) Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- The

Re: Build regressions/improvements in v4.5-rc1

2016-01-25 Thread Geert Uytterhoeven
On Mon, Jan 25, 2016 at 9:18 AM, Geert Uytterhoeven <ge...@linux-m68k.org> wrote: > Below is the list of build error/warning regressions/improvements in > v4.5-rc1[1] compared to v4.4[2]. > > Summarized: > - build errors: +15/-23 > [1] http://kisskb.ellerman.id.au/ki

Re: [PATCH v3 4/4] printk/nmi: Increase the size of NMI buffer and make it configurable

2015-12-11 Thread Geert Uytterhoeven
_work)) kernel/printk/nmi.c:50:24: error: 'CONFIG_NMI_LOG_BUF_SHIFT' undeclared here (not in a function) E.g. efm32_defconfig http://kisskb.ellerman.id.au/kisskb/buildresult/12565754/ Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linu

Re: [PATCH v3 4/4] printk/nmi: Increase the size of NMI buffer and make it configurable

2015-12-11 Thread Geert Uytterhoeven
On Fri, Dec 11, 2015 at 1:41 PM, Petr Mladek <pmla...@suse.com> wrote: > On Fri 2015-12-11 12:10:02, Geert Uytterhoeven wrote: >> On Wed, Dec 9, 2015 at 2:21 PM, Petr Mladek <pmla...@suse.com> wrote: >> > --- a/init/Kconfig >> > +++ b/init/K

Re: [Cbe-oss-dev] [PATCH 3/3] powerpc/ps3: Refresh ps3_defconfig

2015-09-14 Thread Geert Uytterhoeven
y?) backwards compatibility, I think these should be updated. > CONFIG_EXT4_FS=y > CONFIG_QUOTA=y > CONFIG_QFMT_V2=y Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical

Re: Build regressions/improvements in v4.3-rc1

2015-09-13 Thread Geert Uytterhoeven
On Sun, Sep 13, 2015 at 11:01 AM, Geert Uytterhoeven <ge...@linux-m68k.org> wrote: > Below is the list of build error/warning regressions/improvements in > v4.3-rc1[1] compared to v4.2[2]. > > Summarized: > - build errors: +15/-6 > [1] http://kisskb.ellerman.id.au/ki

Re: Build regressions/improvements in v4.3-rc1

2015-09-13 Thread Geert Uytterhoeven
On Sun, Sep 13, 2015 at 5:19 PM, Guenter Roeck <li...@roeck-us.net> wrote: > On Sun, Sep 13, 2015 at 11:03:51AM +0200, Geert Uytterhoeven wrote: >> On Sun, Sep 13, 2015 at 11:01 AM, Geert Uytterhoeven >> <ge...@linux-m68k.org> wrote: >> > Below is the lis

Re: [PATCH] ps3-vuart: BUG_ON on null drv before dereferencing it on dev_dbg

2015-09-01 Thread Geert Uytterhoeven
G_ON(!drv); > - > if (dev->port_number >= PORT_COUNT) { > BUG(); > return -EINVAL; Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal convers

Re: [PATCH] ps3-vuart: BUG_ON on null drv before dereferencing it on dev_dbg

2015-09-01 Thread Geert Uytterhoeven
Hi Colin, On Tue, Sep 1, 2015 at 12:38 PM, Colin Ian King <colin.k...@canonical.com> wrote: > On 01/09/15 11:35, Geert Uytterhoeven wrote: >> On Tue, Sep 1, 2015 at 12:21 PM, Colin King <colin.k...@canonical.com> wrote: >>> On the unlikely event that drv is null, the

Re: Ping Re: [PATCH 0/8] math-emu: Update kernel math-emu code from current glibc soft-fp

2015-08-26 Thread Geert Uytterhoeven
, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer or something like that. -- Linus Torvalds

Re: Build regressions/improvements in v4.2-rc8

2015-08-24 Thread Geert Uytterhoeven
On Mon, Aug 24, 2015 at 10:34 AM, Geert Uytterhoeven ge...@linux-m68k.org wrote: JFYI, when comparing v4.2-rc8[1] to v4.2-rc7[3], the summaries are: - build errors: +4/-7 4 regressions: + /home/kisskb/slave/src/include/linux/kvm_host.h: error: array subscript is above array bounds [-Werror

Re: [RFC v5 00/26] Re-use nvram module

2015-08-17 Thread Geert Uytterhoeven
to correctly validate the elisp in Documentation/CodingStyle, for example. Checkpatch complains because you don't replace a sequence of 8 spaces by a TAB in continuation lines. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux

Re: [RFC v5 00/26] Re-use nvram module

2015-08-16 Thread Geert Uytterhoeven
can add my Acked-by: Geert Uytterhoeven ge...@linux-m68k.org to patches 03, 04, 11, 19, 23, 24, 25, 26. BTW, checkpatch reported a few newly-introduced whitespace errors in patches 03, 05, 16, 24, and 25. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots

Re: [RFC v4 03/25] m68k/atari: Move Atari-specific code out of drivers/char/nvram.c

2015-07-14 Thread Geert Uytterhoeven
be closer to the source. Hence int is 16-bits in all those references? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking

Re: [PATCH 3/3] IRQ: Print unexpected IRQ messages consistently across architectures

2015-07-13 Thread Geert Uytterhoeven
! arch/m68k/include/asm/hardirq.h|2 +- For m68k: Acked-by: Geert Uytterhoeven ge...@linux-m68k.org And it looks like m68k can switch to the asm-generic version afterwards... Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge

Re: [RFC v4 00/25] Re-use nvram module

2015-07-13 Thread Geert Uytterhoeven
for your work! How are we gonna merge this? Have you looked into the dependencies? Are there (large) parts we can merge in parallel? Thanks again! Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal

Re: [PATCH V3 2/5] mm: mlock: Add new mlock, munlock, and munlockall system calls

2015-07-08 Thread Geert Uytterhoeven
arch/m68k/include/uapi/asm/unistd.h I think you best look at the last commits that added system calls, for all architectures, to make sure you don't do partial updates. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux

Re: [PATCH RESEND] Update kernel math-emu code from current glibc soft-fp

2015-07-01 Thread Geert Uytterhoeven
of view there's no change. Except that patch 1 (and 8) may break something, too ;-) Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when

Re: [RFC v3 02/24] m68k/atari: Move Atari-specific code out of drivers/char/nvram.c

2015-06-29 Thread Geert Uytterhoeven
, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer or something like that. -- Linus Torvalds

Re: [RFC v3 24/24] m68k: Dispatch nvram_ops calls to Atari or Mac functions

2015-06-29 Thread Geert Uytterhoeven
ATARI || MAC For maintainability, it's better to just have bool here, and let both the ATARI and MAC config symbols select HAVE_ARCH_NVRAM_OPS. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal

Re: [RFC v2 23/24] m68k/mac: Fix PRAM accessors

2015-06-18 Thread Geert Uytterhoeven
Hi Finn, On Thu, Jun 18, 2015 at 6:49 AM, Finn Thain fth...@telegraphics.com.au wrote: On Tue, 16 Jun 2015, in which I wrote: On Mon, 15 Jun 2015, Geert Uytterhoeven wrote: More magic values... [...] The only useful RTC documentation I've ever come across is this: http://mac.linux-m68k.org

Re: Build regressions/improvements in v4.1-rc8

2015-06-15 Thread Geert Uytterhoeven
On Mon, Jun 15, 2015 at 12:56 PM, Geert Uytterhoeven ge...@linux-m68k.org wrote: JFYI, when comparing v4.1-rc8[1] to v4.1-rc7[3], the summaries are: - build errors: +10/-7 + /home/kisskb/slave/src/Documentation/prctl/disable-tsc-ctxt-sw-stress-test.c: error: impossible register constraint

Re: [RFC v2 23/24] m68k/mac: Fix PRAM accessors

2015-06-15 Thread Geert Uytterhoeven
0x3b/* read non-volatile RAM */ #define PMU_SET_RTC0x30/* set real-time clock */ #define PMU_READ_RTC 0x38/* read real-time clock */ Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux

Re: [PATCH 2/3] block/ps3vram: Remove obsolete reference to MTD

2015-06-11 Thread Geert Uytterhoeven
On Wed, Jun 10, 2015 at 8:00 PM, Geert Uytterhoeven ge...@linux-m68k.org did not write: The ps3vram driver is a plain block device driver since commit f507cd22035fdadd5dbb476dd05e9e7ee21c3b84 (ps3/block: Replace mtd/ps3vram by block/ps3vram). Signed-off-by: Geert Uytterhoeven ge...@linux

[PATCH 2/3] block/ps3vram: Remove obsolete reference to MTD

2015-06-10 Thread Geert Uytterhoeven
The ps3vram driver is a plain block device driver since commit f507cd22035fdadd5dbb476dd05e9e7ee21c3b84 (ps3/block: Replace mtd/ps3vram by block/ps3vram). Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org Signed-off-by: Geoff Levand ge...@infradead.org --- drivers/block/ps3vram.c | 2 +- 1

[PATCH] of/dynamic: Fix test for PPC_PSERIES

2015-06-04 Thread Geert Uytterhoeven
) Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be --- Did this bug cause any breakage? If yes, the fix should go to stable (for v3.17 and later). --- drivers/of/dynamic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/of/dynamic.c b/drivers/of/dynamic.c index

Re: [RFC 24/24] m68k: Dispatch nvram_ops calls to Atari or Mac functions

2015-06-01 Thread Geert Uytterhoeven
{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer or something like

Re: Build regressions/improvements in v4.1-rc6

2015-06-01 Thread Geert Uytterhoeven
On Mon, Jun 1, 2015 at 12:09 PM, Geert Uytterhoeven ge...@linux-m68k.org wrote: JFYI, when comparing v4.1-rc6[1] to v4.1-rc5[3], the summaries are: - build errors: +8/-52 + /home/kisskb/slave/src/drivers/media/i2c/ov2659.c: error: 'struct v4l2_subdev_fh' has no member named 'pad': = 1264

incompatible type for argument 1 of 'htab_convert_pte_flags'

2015-06-01 Thread Geert Uytterhoeven
http://kisskb.ellerman.id.au/kisskb/buildresult/12433431/ arch/powerpc/mm/hash_utils_64.c:1478:2: error: incompatible type for argument 1 of 'htab_convert_pte_flags' Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux

Re: [RFC 01/24] macintosh/nvram: Remove as unused

2015-06-01 Thread Geert Uytterhoeven
: Fri Feb 6 14:20:56 2004 +1100 ppc32: Rework nvram management move drivers/macintosh/nvram.c to drivers/char/generic_nvram.c, update platform hooks, fix powermac nvram driver for newer machines Acked-by: Geert Uytterhoeven ge...@linux-m68k.org Gr{oetje,eeting}s

[PATCH] powerpc/85xx: Replace CONFIG_USB_ISP1760_HCD by CONFIG_USB_ISP1760

2015-05-26 Thread Geert Uytterhoeven
USB_ISP1760_HOST_ROLE instead. Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be --- arch/powerpc/configs/85xx/xes_mpc85xx_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/configs/85xx/xes_mpc85xx_defconfig b/arch/powerpc/configs/85xx

[PATCH trivial] ASoC: fsl_esai: Spelling s/specifially/specifically/

2015-05-21 Thread Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be --- sound/soc/fsl/fsl_esai.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/fsl/fsl_esai.c b/sound/soc/fsl/fsl_esai.c index 5c7597191e3ffc68..45eee131c47d43cd 100644 --- a/sound/soc/fsl/fsl_esai.c +++ b/sound

Re: Build regressions/improvements in v4.1-rc1

2015-04-28 Thread Geert Uytterhoeven
cc Chris On Tue, Apr 28, 2015 at 2:24 PM, Rusty Russell ru...@rustcorp.com.au wrote: Geert Uytterhoeven ge...@linux-m68k.org writes: Can't see that one with a simple grep: can you post warning? /home/kisskb/slave/src/arch/tile/kernel/setup.c: In function 'zone_sizes_init': /home/kisskb

Re: Build regressions/improvements in v4.1-rc1

2015-04-28 Thread Geert Uytterhoeven
/src/include/linux/cpumask.h:294:19: note: expected 'const struct cpumask *' but argument is of type 'struct nodemask_t *' Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical

Re: Build regressions/improvements in v4.1-rc1

2015-04-27 Thread Geert Uytterhoeven
On Mon, Apr 27, 2015 at 11:51 AM, Geert Uytterhoeven ge...@linux-m68k.org wrote: Below is the list of build error/warning regressions/improvements in v4.1-rc1[1] compared to v4.0[2]. Summarized: - build errors: +34/-11 - build warnings: +135/-163 As I haven't mastered kup yet, there's

Re: [PATCH 9/9] sound/ppc/snd_ps3.c: fix error return code

2015-04-05 Thread Geert Uytterhoeven
: Sun Aug 19 09:02:59 2012 +0200 Commit: Takashi Iwai ti...@suse.de CommitDate: Mon Aug 20 11:01:14 2012 +0200 ALSA: sound/ppc/snd_ps3.c: fix error return code Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org

Re: [PATCH] powerpc: Export __spin_yield

2015-03-30 Thread Geert Uytterhoeven
Mackerras pau...@samba.org Something went wrong when applying this, as it ended up as: commit 1f8c82ab1b0bc7e24601c0fca411fd27b9c883ef Author: Geert Uytterhoeven geert+rene...@glider.be Date: Wed Mar 4 12:56:20 2015 +0100 cpufreq/ppc: Add missing #include asm/smp.h If CONFIG_SMP=n, linux

Re: Build regressions/improvements in v4.0-rc5

2015-03-23 Thread Geert Uytterhoeven
On Mon, Mar 23, 2015 at 8:16 PM, Geert Uytterhoeven ge...@linux-m68k.org wrote: JFYI, when comparing v4.0-rc5[1] to v4.0-rc4[3], the summaries are: - build errors: +19/-7 + /home/kisskb/slave/src/drivers/gpu/drm/bridge/ptn3460.c: error: implicit declaration of function 'devm_gpiod_get

[PATCH trivial] powerpc: Spelling s/embeeded/embedded/

2015-03-18 Thread Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be --- arch/powerpc/platforms/Kconfig.cputype | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/platforms/Kconfig.cputype b/arch/powerpc/platforms/Kconfig.cputype index 76483e3acd60e432..0e1a6ce270086d1c 100644

Re: [PATCH 0/8] powerpc/8xx: Getting rid of CONFIG_8xx

2015-03-12 Thread Geert Uytterhoeven
, and CONFIG_4xx. There's no CONFIG_PPC_4* though. Do we want (some) consistency? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking

Re: Build regressions/improvements in v4.0-rc3

2015-03-09 Thread Geert Uytterhoeven
,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer or something like

Re: Build regressions/improvements in v4.0-rc3

2015-03-09 Thread Geert Uytterhoeven
On Mon, Mar 9, 2015 at 11:50 AM, Geert Uytterhoeven ge...@linux-m68k.org wrote: JFYI, when comparing v4.0-rc3[1] to v4.0-rc2[3], the summaries are: - build errors: +18/-7 + /home/kisskb/slave/src/arch/arm/mach-pxa/idp.c: error: 'SMC91X_NOWAIT' undeclared here (not in a function): = 85:47

[PATCH v2] cpufreq: ppc: Add missing #include asm/smp.h

2015-03-04 Thread Geert Uytterhoeven
] Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be --- Seen with e.g. corenet64_smp_defconfig + CONFIG_CPU_FREQ=y, CONFIG_PPC_CORENET_CPUFREQ=y, CONFIG_SMP=n v2: - Add comment for #include directive, as requested by Viresh --- drivers/cpufreq/ppc-corenet-cpufreq.c | 2 ++ 1 file

[PATCH v2] powerpc/pmac: Fix DT refcount imbalance in pmac_pic_probe_oldstyle

2015-03-03 Thread Geert Uytterhoeven
Internally, of_find_node_by_name() calls of_node_put() on its from parameter, which must not be done on master, as it's still in use, and will be released manually later. This may cause a zero kref refcount. Call of_node_get() before to compensate for this. Signed-off-by: Geert Uytterhoeven

Re: Build regressions/improvements in v4.0-rc1

2015-02-24 Thread Geert Uytterhoeven
script with the + notation in the config name :) Nope, my brain used the wrong separator. However, my scripts do have a problem with the subdirectories in arch/powerpc/configs/ (4xx/currituck_defconfig)... Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots

Re: Build regressions/improvements in v4.0-rc1

2015-02-23 Thread Geert Uytterhoeven
On Mon, Feb 23, 2015 at 11:24 AM, Arnd Bergmann a...@arndb.de wrote: On Monday 23 February 2015 10:14:55 Geert Uytterhoeven wrote: On Mon, Feb 23, 2015 at 10:03 AM, Arnd Bergmann a...@arndb.de wrote: + /home/kisskb/slave/src/fs/dax.c: error: implicit declaration of function

Re: Build regressions/improvements in v4.0-rc1

2015-02-23 Thread Geert Uytterhoeven
, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer or something like

Re: Build regressions/improvements in v4.0-rc1

2015-02-23 Thread Geert Uytterhoeven
On Mon, Feb 23, 2015 at 9:33 AM, Geert Uytterhoeven ge...@linux-m68k.org wrote: Below is the list of build error/warning regressions/improvements in v4.0-rc1[1] compared to v3.19[2]. Summarized: - build errors: +11/-10 [1] http://kisskb.ellerman.id.au/kisskb/head/8494/ (256 out of 257

Re: [PATCH] powerpc: Update all configs using savedefconfig

2015-02-23 Thread Geert Uytterhoeven
versions before and after running the first make oldconfig, and applying that to the later .config files first, but it's still a tedious task, especially after 4 years. That's why I do this (for m68k) on every rc release. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven

Re: nvram and generic_nvram modules are problematic, was Re: [PATCH] arch: m68k: mac: misc.c: Remove some unused functions

2015-02-01 Thread Geert Uytterhoeven
On Sun, Feb 1, 2015 at 4:39 AM, Finn Thain fth...@telegraphics.com.au wrote: On Sun, 4 Jan 2015, Geert Uytterhoeven wrote: On Sun, Jan 4, 2015 at 8:21 AM, Finn Thain fth...@telegraphics.com.au wrote: On Thu, 1 Jan 2015, Rickard Strandqvist wrote: Removes some functions that are not used

Re: [1/3] powerpc/pmac: Fix DT refcount imbalance in pmac_pic_probe_oldstyle

2015-01-30 Thread Geert Uytterhoeven
Hi Michael, On Fri, Jan 30, 2015 at 5:09 AM, Michael Ellerman m...@ellerman.id.au wrote: On Wed, 2015-14-01 at 13:51:57 UTC, Geert Uytterhoeven wrote: of_find_node_by_name() calls of_node_put() on its from parameter, which must not be done on master, as it's still in use, and will be released

Re: Build regressions/improvements in v3.19-rc6

2015-01-26 Thread Geert Uytterhoeven
On Mon, Jan 26, 2015 at 9:29 PM, Geert Uytterhoeven ge...@linux-m68k.org wrote: JFYI, when comparing v3.19-rc6[1] to v3.19-rc5[3], the summaries are: - build errors: +9/-9 + /home/kisskb/slave/src/arch/powerpc/kvm/book3s_pr.c: error: 'last_sc' may be used uninitialized in this function

Re: linux-next: Tree for Jan 12 (build failures: m68k, ppc)

2015-01-15 Thread Geert Uytterhoeven
) = __get_user_bad(); Presumably unsigned long is 32 bit on 32 bit powerpc, not 64 bit. Overall, the explicit 64-bit use of get_user() seems to be quite unusual. I noticed you've sent a fix for DRM. Doh, and I was just fixing m68k... Gr{oetje,eeting}s, Geert -- Geert

[PATCH 1/3] powerpc/pmac: Fix DT refcount imbalance in pmac_pic_probe_oldstyle

2015-01-14 Thread Geert Uytterhoeven
of_find_node_by_name() calls of_node_put() on its from parameter, which must not be done on master, as it's still in use, and will be released manually later. This may cause a zero kref refcount. Use of_get_child_by_name() instead to fix this. Signed-off-by: Geert Uytterhoeven geert+rene

Re: linux-next: Tree for Jan 12 (build failures: m68k, ppc)

2015-01-12 Thread Geert Uytterhoeven
() that supports 64-bit data. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer

Re: Build regressions/improvements in v3.19-rc3

2015-01-06 Thread Geert Uytterhoeven
On Tue, Jan 6, 2015 at 10:36 AM, Geert Uytterhoeven ge...@linux-m68k.org wrote: JFYI, when comparing v3.19-rc3[1] to v3.19-rc2[3], the summaries are: - build errors: +64/-9 + /home/kisskb/slave/src/arch/arm/mm/dma-mapping.c: error: 'VM_ARM_DMA_CONSISTENT' undeclared (first use

Re: Build regressions/improvements in v3.19-rc2

2014-12-29 Thread Geert Uytterhoeven
On Mon, Dec 29, 2014 at 8:59 PM, Geert Uytterhoeven ge...@linux-m68k.org wrote: JFYI, when comparing v3.19-rc2[1] to v3.19-rc1[3], the summaries are: - build errors: +8/-5 Surprise! No new R_PPC64_REL24 relocation truncations, hence not much new generic code was added. Bloat-o-meter

Re: Build regressions/improvements in v3.19-rc1

2014-12-22 Thread Geert Uytterhoeven
On Mon, Dec 22, 2014 at 9:31 AM, Geert Uytterhoeven ge...@linux-m68k.org wrote: Below is the list of build error/warning regressions/improvements in v3.19-rc1[1] compared to v3.18[2]. Summarized: - build errors: +24/-16 + /home/kisskb/slave/src/arch/powerpc/xmon/xmon.c: error: unused

Re: Build regressions/improvements in v3.18

2014-12-08 Thread Geert Uytterhoeven
On Mon, Dec 8, 2014 at 11:24 AM, Geert Uytterhoeven ge...@linux-m68k.org wrote: JFYI, when comparing v3.18[1] to v3.18-rc7[3], the summaries are: - build errors: +13/-11 (ignoring non-interesting things) + /home/kisskb/slave/src/arch/powerpc/lib/sstep.c: error: 'do_lfd' undeclared (first

Re: Build regressions/improvements in v3.18-rc7

2014-12-01 Thread Geert Uytterhoeven
On Mon, Dec 1, 2014 at 11:55 AM, Geert Uytterhoeven ge...@linux-m68k.org wrote: JFYI, when comparing v3.18-rc7[1] to v3.18-rc6[3], the summaries are: - build errors: +2/-10 Nothing interesting, just a known powerpc-randconfig issue and one more truncated relocation in powerpc-allyesconfig

Re: Build regressions/improvements in v3.18-rc1

2014-10-21 Thread Geert Uytterhoeven
On Tue, Oct 21, 2014 at 8:10 PM, Geert Uytterhoeven geert+rene...@glider.be wrote: Below is the list of build error/warning regressions/improvements in v3.18-rc1[1] compared to v3.17[2]. Summarized: - build errors: +21/-15 [1] http://kisskb.ellerman.id.au/kisskb/head/8002/ (all 119

Re: [PATCH 01/44] kernel: Add support for poweroff handler call chain

2014-10-09 Thread Geert Uytterhoeven
to look up symbols? pr_warn(Poweroff function already registered (%ps), cannot register %ps\n, poweroff_handler_data.handler, handler); + return -EBUSY; + } Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge

Re: [PATCH 04/44] m68k: Replace mach_power_off with pm_power_off

2014-10-07 Thread Geert Uytterhoeven
On Tue, Oct 7, 2014 at 7:28 AM, Guenter Roeck li...@roeck-us.net wrote: Replace mach_power_off with pm_power_off to simplify the subsequent move of pm_power_off to generic code. Thanks! Cc: Geert Uytterhoeven ge...@linux-m68k.org Cc: Greg Ungerer g...@uclinux.org Cc: Joshua Thompson fun

Re: [PATCH 08/44] kernel: Move pm_power_off to common code

2014-10-07 Thread Geert Uytterhoeven
do_kernel_poweroff from machine_power_off instead. arch/m68k/kernel/process.c | 6 +- Acked-by: Geert Uytterhoeven ge...@linux-m68k.org Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal

Re: [PATCH 35/44] m68k: Register with kernel poweroff handler

2014-10-07 Thread Geert Uytterhoeven
On Tue, Oct 7, 2014 at 7:28 AM, Guenter Roeck li...@roeck-us.net wrote: Register with kernel poweroff handler instead of setting pm_power_off directly. Cc: Geert Uytterhoeven ge...@linux-m68k.org Cc: Joshua Thompson fun...@jurai.org Signed-off-by: Guenter Roeck li...@roeck-us.net As someone

Re: [PATCH 00/20] powerpc: Convert power off logic to pm_power_off

2014-10-01 Thread Geert Uytterhoeven
, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer or something like

Re: [PATCH 00/20] powerpc: Convert power off logic to pm_power_off

2014-10-01 Thread Geert Uytterhoeven
Günther answer that... Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer or something

Re: Build regressions/improvements in v3.17-rc6 (take two)

2014-09-23 Thread Geert Uytterhoeven
On Tue, Sep 23, 2014 at 10:31 AM, Geert Uytterhoeven ge...@linux-m68k.org wrote: JFYI, when comparing v3.17-rc6[1] to v3.17-rc5[3], the summaries are: - build errors: +9/-10 + /scratch/kisskb/src/drivers/net/ethernet/amd/lance.c: error: implicit declaration of function 'isa_bus_to_virt

Re: Build regressions/improvements in v3.17-rc5

2014-09-22 Thread Geert Uytterhoeven
On Mon, Sep 22, 2014 at 11:05 AM, Geert Uytterhoeven ge...@linux-m68k.org wrote: JFYI, when comparing v3.17-rc5[1] to v3.17-rc4[3], the summaries are: - build errors: +13/-3 + /scratch/kisskb/src/arch/powerpc/kernel/iommu.c: error: 'fail_iommu_bus_notifier' defined but not used [-Werror

[PATCH] video: valkyriefb: Fix unused variable warning in set_valkyrie_clock()

2014-09-14 Thread Geert Uytterhoeven
to fix this. Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- drivers/video/fbdev/valkyriefb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/fbdev/valkyriefb.c b/drivers/video/fbdev/valkyriefb.c index 97cb9bd1d1dd..b6ed09f16355 100644 --- a/drivers/video

Re: [RFC PATCH] powerpc: Wire up three syscalls

2014-08-31 Thread Geert Uytterhoeven
-- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer or something like that. -- Linus Torvalds

Re: [RFC PATCH] powerpc: Wire up three syscalls

2014-08-31 Thread Geert Uytterhoeven
Hi Pranith, On Sun, Aug 31, 2014 at 2:52 PM, Pranith Kumar bobby.pr...@gmail.com wrote: On Sun, Aug 31, 2014 at 4:53 AM, Geert Uytterhoeven ge...@linux-m68k.org wrote: On Sat, Aug 30, 2014 at 5:36 AM, Pranith Kumar bobby.pr...@gmail.com wrote: I see that the three syscalls seccomp, getrandom

Re: [RFC PATCH] powerpc: Make SPU_FS depend on SPARSEMEM

2014-08-20 Thread Geert Uytterhoeven
in the aforementioned commit 78bde53e351bc89cff85d1c2c7e6d7c2ffdf120d. Does it still build/work if you just drop the select MEMORY_HOTPLUG? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical

Re: [PATCH] powerpc: Fix build failure when MEMORY_HOTPLUG=y

2014-08-20 Thread Geert Uytterhoeven
, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer or something like that. -- Linus Torvalds

Re: [PATCH] powerpc: Fix build failure for PPC_32

2014-08-18 Thread Geert Uytterhoeven
without CONFIG_PCI Signed-off-by: Stephen Rothwell s...@canb.auug.org.au Signed-off-by: Paul Mackerras pau...@samba.org Signed-off-by: Pranith Kumar bobby.pr...@gmail.com Reported-by: Geert Uytterhoeven ge...@linux-m68k.org CC: Andrew Morton a...@linux-foundation.org --- arch/powerpc

Re: [PATCH] powerpc: Fix build failure for PPC_32

2014-08-18 Thread Geert Uytterhoeven
Hi Pranith, On Mon, Aug 18, 2014 at 10:52 PM, Pranith Kumar bobby.pr...@gmail.com wrote: On Mon, Aug 18, 2014 at 3:28 PM, Geert Uytterhoeven ge...@linux-m68k.org wrote: On Mon, Aug 18, 2014 at 9:01 PM, Pranith Kumar bobby.pr...@gmail.com wrote: Fix ppc 32 build failure as reported here

Re: Build regressions/improvements in v3.17-rc1

2014-08-17 Thread Geert Uytterhoeven
On Sun, Aug 17, 2014 at 10:45 PM, Geert Uytterhoeven ge...@linux-m68k.org wrote: 16 regressions: + /scratch/kisskb/src/arch/powerpc/include/asm/floppy.h: error: 'isa_bridge_pcidev' undeclared (first use in this function): = 142:20 powerpc-randconfig + /scratch/kisskb/src/fs/hostfs

Re: [PATCH v2 00/12] defconfigs: add MTD_SPI_NOR (new subsystem dependency for M25P80)

2014-08-07 Thread Geert Uytterhoeven
{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer or something like

Re: Build regressions/improvements in v3.16

2014-08-05 Thread Geert Uytterhoeven
On Tue, Aug 5, 2014 at 9:16 AM, Geert Uytterhoeven ge...@linux-m68k.org wrote: JFYI, when comparing v3.16[1] to v3.16-rc7[3], the summaries are: - build errors: +3/-1 + error: tpm_ibmvtpm.c: undefined reference to `.__vio_register_driver': = .init.text+0x6950) + error: tpm_ibmvtpm.c

Re: Build regressions/improvements in v3.16-rc5

2014-07-26 Thread Geert Uytterhoeven
On Sat, Jul 26, 2014 at 5:39 PM, Geert Uytterhoeven ge...@linux-m68k.org wrote: JFYI, when comparing v3.16-rc5[1] to v3.16-rc4[3], the summaries are: - build errors: +14/-11 + /scratch/kisskb/src/mm/memory_hotplug.c: error: 'PAGES_PER_SECTION' undeclared (first use in this function

Re: Build regressions/improvements in v3.16-rc4

2014-07-08 Thread Geert Uytterhoeven
On Tue, Jul 8, 2014 at 10:00 AM, Geert Uytterhoeven ge...@linux-m68k.org wrote: JFYI, when comparing v3.16-rc4[1] to v3.16-rc3[3], the summaries are: - build errors: +7/-2 + /scratch/kisskb/src/arch/sh/drivers/dma/dma-sh.c: error: 'CHCR_TS_HIGH_MASK' undeclared (first use in this function

Re: Build regressions/improvements in v3.16-rc3

2014-07-01 Thread Geert Uytterhoeven
On Tue, Jul 1, 2014 at 9:58 AM, Geert Uytterhoeven ge...@linux-m68k.org wrote: JFYI, when comparing v3.16-rc3[1] to v3.16-rc2[3], the summaries are: - build errors: +5/-63 + /scratch/kisskb/src/kernel/bounds.c: error: -mcall-aixdesc must be big endian: = 1:0 + /scratch/kisskb/src

[PATCH -trivial 1/4] powerpc/simpleboot: Spelling s/trucate/truncate/

2014-06-29 Thread Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org Cc: Benjamin Herrenschmidt b...@kernel.crashing.org Cc: linuxppc-dev@lists.ozlabs.org --- arch/powerpc/boot/simpleboot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/boot/simpleboot.c b/arch/powerpc/boot

Re: [PATCH] powerpc: Fix build warning

2014-06-25 Thread Geert Uytterhoeven
it and live with the warning. So you send it to akpm. Or perhaps even trivial. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm

Re: Build regressions/improvements in v3.16-rc2

2014-06-23 Thread Geert Uytterhoeven
On Mon, Jun 23, 2014 at 10:24 AM, Geert Uytterhoeven ge...@linux-m68k.org wrote: JFYI, when comparing v3.16-rc2[1] to v3.16-rc1[3], the summaries are: - build errors: +1/-6 + /scratch/kisskb/src/drivers/edac/ppc4xx_edac.c: error: request for member 'dimm' in something not a structure

Re: Build regressions/improvements in v3.16-rc1

2014-06-17 Thread Geert Uytterhoeven
://kisskb.ellerman.id.au/kisskb/buildresult/11340509/ They've been there since quite a while (in -next since Apr 22), but lately I didn't have much time to dive into -next build failures. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32

Re: Build regressions/improvements in v3.15-rc8

2014-06-09 Thread Geert Uytterhoeven
On Mon, 9 Jun 2014, Geert Uytterhoeven wrote: JFYI, when comparing v3.15-rc8[1] to v3.15-rc7[3], the summaries are: - build errors: +4/-4 + /scratch/kisskb/src/kernel/bounds.c: error: -mcall-aixdesc must be big endian: = 1:0 + /scratch/kisskb/src/scripts/mod/devicetable-offsets.c

Re: [PATCH 1/2] powerpc/powernv: include asm/smp.h to handle UP config

2014-06-06 Thread Geert Uytterhoeven
that the patch is trying to fix a UP specific build failure. Both the one-line summary and the first line already mention UP or CONFIG_SMP=n. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal

Re: [PATCH 2/2] gpio: gpiolib: set gpiochip_remove retval to void

2014-05-30 Thread Geert Uytterhoeven
); panic? Is this likely to happen? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer

Re: Build regressions/improvements in v3.15-rc7

2014-05-27 Thread Geert Uytterhoeven
On Tue, 27 May 2014, Geert Uytterhoeven wrote: JFYI, when comparing v3.15-rc7[1] to v3.15-rc6[3], the summaries are: - build errors: +4/-1 + /scratch/kisskb/src/drivers/tty/serial/nwpserial.c: error: implicit declaration of function 'udelay' [-Werror=implicit-function-declaration]: = 53

Re: fs/hfsplus/xattr.c: comparison of distinct pointer types lacks a cast

2014-05-25 Thread Geert Uytterhoeven
? Now, git log -S do_div --source fs/hfsplus/xattr.c brought up the following commit from Geert, introducing do_div() to xattr.c commit a99b7069aab8fc3fb4f26d15795dc280b52e38b1 HEAD Author: Geert Uytterhoeven ge...@linux-m68k.org Date: Thu Nov 14 14:32:18 2013 -0800 hfsplus: Fix

[PATCH 3/4] powerpc: Update comments for generic idle conversion

2014-05-23 Thread Geert Uytterhoeven
As of commit 799fef06123f86ff69cf754f996219e6ad1678f8 (powerpc: Use generic idle loop), this applies to arch_cpu_idle() instead of cpu_idle(). Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be Cc: Benjamin Herrenschmidt b...@kernel.crashing.org Cc: linuxppc-dev@lists.ozlabs.org --- arch

Re: [PATCH] printk/of_serial: fix serial console cessation part way through boot.

2014-05-12 Thread Geert Uytterhoeven
. This patch ensures that the serial console is re-enabled when of_serial registers a serial port that corresponds to the designated console. Signed-off-by: Stephen Chivers schiv...@csc.com Tested-by: Stephen Chivers schiv...@csc.com Acked-by: Geert Uytterhoeven ge...@linux-m68k.org

Re: Build regressions/improvements in v3.15-rc4

2014-05-06 Thread Geert Uytterhoeven
On Tue, May 6, 2014 at 2:04 PM, Geert Uytterhoeven ge...@linux-m68k.org wrote: JFYI, when comparing v3.15-rc4[1] to v3.15-rc3[3], the summaries are: - build errors: +7/-1 + /scratch/kisskb/src/arch/powerpc/include/asm/fixmap.h: error: overflow in enumeration values CC drivers/hwmon

Re: Build regressions/improvements in v3.15-rc3

2014-05-02 Thread Geert Uytterhoeven
On Fri, May 2, 2014 at 5:41 PM, Geert Uytterhoeven ge...@linux-m68k.org wrote: JFYI, when comparing v3.15-rc3[1] to v3.15-rc2[3], the summaries are: - build errors: +5/-9 + /scratch/kisskb/src/arch/um/os-Linux/mem.c: error: 'TMPFS_MAGIC' undeclared (first use in this function): = 31

Re: [PATCH 3/3] of: Handle memory@0 node on PPC32 only

2014-04-23 Thread Geert Uytterhoeven
://users.telenet.be/geertu/Linux/PPC/root.html Full tree at: http://users.telenet.be/geertu/Linux/PPC/DeviceTree.html Sorry, the HTML version is all I still have. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org

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