RE: [LKML] Re: Build regressions/improvements in v3.6

2012-10-02 Thread Marc Gauthier
Geert Uytterhoeven  wrote:
> xtensa-allmodconfig (hmm, this is not a new one, it felt through the
> cracks in -rc7 because of log line interleaving).
>
> Ugh, arch/xtensa/include/asm/regs.h defines way to generic symbols,
> like "MISC" (which causes the above breakage), and even a few
> 2-letter symbols, which surprisingly don't cause conflicts...

This particular one is already fixed in the xtensa linux-next tree
at git://github.com/czankel/xtensa-linux.git#for_next
(commit 36c74c2a16678e9ee6f08ef89eeebfdd1a96693d).

The short names in that header are for historical reasons.
It is indeed due for a cleanup.

-Marc
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Build regressions/improvements in v3.6

2012-10-02 Thread Anca Emanuel
On Tue, Oct 2, 2012 at 9:32 PM, Geert Uytterhoeven  wrote:
> Below is the list of build error/warning regressions/improvements in
> v3.6[1] compared to v3.5[2].
>
> To make this mail fit in the lkml limit, I deleted
>   - 6008 lines about __mcount_loc on sparc64
>
> Summarized:
>   - build errors: +56/-119
>   - build warnings: +6296/-246
>
> JFYI, when comparing v3.6 to v3.6-rc7[3], the summaries are:
>   - build errors: +4/-1
>   - build warnings: +716/-107
>
> Note that there may be false regressions, as some logs are incomplete.
> Still, they're build errors/warnings.
>
> As I haven't mastered kup yet, there's no verbose summary at
> http://www.kernel.org/pub/linux/kernel/people/geert/linux-log/v3.6.summary.gz
>
> Happy fixing! ;-)

More errors, more warnings...
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Build regressions/improvements in v3.6

2012-10-02 Thread Geert Uytterhoeven
On Tue, Oct 2, 2012 at 8:32 PM, Geert Uytterhoeven  wrote:
> JFYI, when comparing v3.6 to v3.6-rc7[3], the summaries are:
>   - build errors: +4/-1

  + arch/powerpc/platforms/512x/mpc512x_shared.c: error:
'FSL_DIU_PORT_DVI' undeclared (first use in this function):  => 189:9
  + arch/powerpc/platforms/512x/mpc512x_shared.c: error: parameter 1
('port') has incomplete type:  => 187:54, 83:56, 88:57, 69:56
  + arch/powerpc/platforms/512x/mpc512x_shared.c: error: return type
is an incomplete type:  => 187:1

powerpc-randconfig

  + drivers/net/ethernet/realtek/r8169.c: error: expected identifier
before numeric constant:  => 451:2

xtensa-allmodconfig (hmm, this is not a new one, it felt through the
cracks in -rc7 because
of log line interleaving).

Ugh, arch/xtensa/include/asm/regs.h defines way to generic symbols,
like "MISC" (which
causes the above breakage), and even a few 2-letter symbols, which
surprisingly don't
cause conflicts...

> [1] http://kisskb.ellerman.id.au/kisskb/head/5469/ (all 117 configs)
> [3] http://kisskb.ellerman.id.au/kisskb/head/5445/ (all 117 configs)

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 like that.
-- Linus Torvalds
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Build regressions/improvements in v3.6

2012-10-02 Thread Geert Uytterhoeven
On Tue, Oct 2, 2012 at 8:32 PM, Geert Uytterhoeven ge...@linux-m68k.org wrote:
 JFYI, when comparing v3.6 to v3.6-rc7[3], the summaries are:
   - build errors: +4/-1

  + arch/powerpc/platforms/512x/mpc512x_shared.c: error:
'FSL_DIU_PORT_DVI' undeclared (first use in this function):  = 189:9
  + arch/powerpc/platforms/512x/mpc512x_shared.c: error: parameter 1
('port') has incomplete type:  = 187:54, 83:56, 88:57, 69:56
  + arch/powerpc/platforms/512x/mpc512x_shared.c: error: return type
is an incomplete type:  = 187:1

powerpc-randconfig

  + drivers/net/ethernet/realtek/r8169.c: error: expected identifier
before numeric constant:  = 451:2

xtensa-allmodconfig (hmm, this is not a new one, it felt through the
cracks in -rc7 because
of log line interleaving).

Ugh, arch/xtensa/include/asm/regs.h defines way to generic symbols,
like MISC (which
causes the above breakage), and even a few 2-letter symbols, which
surprisingly don't
cause conflicts...

 [1] http://kisskb.ellerman.id.au/kisskb/head/5469/ (all 117 configs)
 [3] http://kisskb.ellerman.id.au/kisskb/head/5445/ (all 117 configs)

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 like that.
-- Linus Torvalds
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Build regressions/improvements in v3.6

2012-10-02 Thread Anca Emanuel
On Tue, Oct 2, 2012 at 9:32 PM, Geert Uytterhoeven ge...@linux-m68k.org wrote:
 Below is the list of build error/warning regressions/improvements in
 v3.6[1] compared to v3.5[2].

 To make this mail fit in the lkml limit, I deleted
   - 6008 lines about __mcount_loc on sparc64

 Summarized:
   - build errors: +56/-119
   - build warnings: +6296/-246

 JFYI, when comparing v3.6 to v3.6-rc7[3], the summaries are:
   - build errors: +4/-1
   - build warnings: +716/-107

 Note that there may be false regressions, as some logs are incomplete.
 Still, they're build errors/warnings.

 As I haven't mastered kup yet, there's no verbose summary at
 http://www.kernel.org/pub/linux/kernel/people/geert/linux-log/v3.6.summary.gz

 Happy fixing! ;-)

More errors, more warnings...
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


RE: [LKML] Re: Build regressions/improvements in v3.6

2012-10-02 Thread Marc Gauthier
Geert Uytterhoeven ge...@linux-m68k.org wrote:
 xtensa-allmodconfig (hmm, this is not a new one, it felt through the
 cracks in -rc7 because of log line interleaving).

 Ugh, arch/xtensa/include/asm/regs.h defines way to generic symbols,
 like MISC (which causes the above breakage), and even a few
 2-letter symbols, which surprisingly don't cause conflicts...

This particular one is already fixed in the xtensa linux-next tree
at git://github.com/czankel/xtensa-linux.git#for_next
(commit 36c74c2a16678e9ee6f08ef89eeebfdd1a96693d).

The short names in that header are for historical reasons.
It is indeed due for a cleanup.

-Marc
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

2012-09-18 Thread Geert Uytterhoeven
On Tue, Sep 18, 2012 at 8:08 PM, Geert Uytterhoeven
 wrote:
> JFYI, when comparing v3.6-rc6 to v3.6-rc5[3], the summaries are:
>   - build errors: +14/-16

14 regressions:
  + arch/powerpc/mm/tlb_nohash_low.S: Error: bad expression:  => 212,
234, 232, 230
  + arch/powerpc/mm/tlb_nohash_low.S: Error: junk at end of line,
first unrecognized character is `r':  => 212, 234, 232, 230
  + arch/powerpc/mm/tlb_nohash_low.S: Error: missing ')':  => 212, 234, 232, 230

44x/currituck_defconfig

  + error: ci13xxx_imx.c: undefined reference to `devm_clk_get':  =>
.devinit.text+0x4b154)
  + error: exynos-rng.c: undefined reference to `devm_clk_get':  =>
.devinit.text+0x2da54)
  + error: flexcan.c: undefined reference to `devm_clk_get':  =>
.devinit.text+0x43148), .devinit.text+0x430c8)

powerpc-randconfig

  + error: fore200e.c: relocation truncated to fit: R_PPC64_REL24
against symbol `.ktime_get_real' defined in .text section in
kernel/built-in.o:  => (.text+0x1ff8928)
  + error: fore200e.c: relocation truncated to fit: R_PPC64_REL24
against symbol `.msecs_to_jiffies' defined in .text section in
kernel/built-in.o:  => (.text+0x1ff9068)
  + error: fore200e.c: relocation truncated to fit: R_PPC64_REL24
against symbol `.panic' defined in .text.unlikely section in
kernel/built-in.o:  => (.text+0x1ff9be4)
  + error: fore200e.c: relocation truncated to fit: R_PPC64_REL24
against symbol `_restgpr0_14' defined in .text.save.restore section in
arch/powerpc/lib/built-in.o:  => (.text+0x1ff876c)
  + error: fore200e.c: relocation truncated to fit: R_PPC64_REL24
against symbol `_savegpr0_20' defined in .text.save.restore section in
arch/powerpc/lib/built-in.o:  => (.text+0x1ff8774)
  + error: fore200e.c: relocation truncated to fit: R_PPC64_REL24
against symbol `_savegpr0_23' defined in .text.save.restore section in
arch/powerpc/lib/built-in.o:  => (.text+0x1ff9358)
  + error: fore200e.c: relocation truncated to fit: R_PPC64_REL24
against symbol `_savegpr0_29' defined in .text.save.restore section in
arch/powerpc/lib/built-in.o:  => (.text+0x1ff8ebc)

powerpc-allyesconfig

  + kernel/sys.c: error: 'mmap_min_addr' undeclared (first use in this
function): 1868:34 => 1868:37, 1868:34

sh-allyesconfig, sh-allmodconfig, sh-randconfig

> [1] http://kisskb.ellerman.id.au/kisskb/head/5424/ (117 out of 116 configs)

Doh, forgot to update my scripts for the increase in configs...

> [3] http://kisskb.ellerman.id.au/kisskb/head/5400/ (all 116 configs)

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 like that.
-- Linus Torvalds
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

2012-09-18 Thread Geert Uytterhoeven
On Tue, Sep 18, 2012 at 8:08 PM, Geert Uytterhoeven
ge...@linux-m68k.org wrote:
 JFYI, when comparing v3.6-rc6 to v3.6-rc5[3], the summaries are:
   - build errors: +14/-16

14 regressions:
  + arch/powerpc/mm/tlb_nohash_low.S: Error: bad expression:  = 212,
234, 232, 230
  + arch/powerpc/mm/tlb_nohash_low.S: Error: junk at end of line,
first unrecognized character is `r':  = 212, 234, 232, 230
  + arch/powerpc/mm/tlb_nohash_low.S: Error: missing ')':  = 212, 234, 232, 230

44x/currituck_defconfig

  + error: ci13xxx_imx.c: undefined reference to `devm_clk_get':  =
.devinit.text+0x4b154)
  + error: exynos-rng.c: undefined reference to `devm_clk_get':  =
.devinit.text+0x2da54)
  + error: flexcan.c: undefined reference to `devm_clk_get':  =
.devinit.text+0x43148), .devinit.text+0x430c8)

powerpc-randconfig

  + error: fore200e.c: relocation truncated to fit: R_PPC64_REL24
against symbol `.ktime_get_real' defined in .text section in
kernel/built-in.o:  = (.text+0x1ff8928)
  + error: fore200e.c: relocation truncated to fit: R_PPC64_REL24
against symbol `.msecs_to_jiffies' defined in .text section in
kernel/built-in.o:  = (.text+0x1ff9068)
  + error: fore200e.c: relocation truncated to fit: R_PPC64_REL24
against symbol `.panic' defined in .text.unlikely section in
kernel/built-in.o:  = (.text+0x1ff9be4)
  + error: fore200e.c: relocation truncated to fit: R_PPC64_REL24
against symbol `_restgpr0_14' defined in .text.save.restore section in
arch/powerpc/lib/built-in.o:  = (.text+0x1ff876c)
  + error: fore200e.c: relocation truncated to fit: R_PPC64_REL24
against symbol `_savegpr0_20' defined in .text.save.restore section in
arch/powerpc/lib/built-in.o:  = (.text+0x1ff8774)
  + error: fore200e.c: relocation truncated to fit: R_PPC64_REL24
against symbol `_savegpr0_23' defined in .text.save.restore section in
arch/powerpc/lib/built-in.o:  = (.text+0x1ff9358)
  + error: fore200e.c: relocation truncated to fit: R_PPC64_REL24
against symbol `_savegpr0_29' defined in .text.save.restore section in
arch/powerpc/lib/built-in.o:  = (.text+0x1ff8ebc)

powerpc-allyesconfig

  + kernel/sys.c: error: 'mmap_min_addr' undeclared (first use in this
function): 1868:34 = 1868:37, 1868:34

sh-allyesconfig, sh-allmodconfig, sh-randconfig

 [1] http://kisskb.ellerman.id.au/kisskb/head/5424/ (117 out of 116 configs)

Doh, forgot to update my scripts for the increase in configs...

 [3] http://kisskb.ellerman.id.au/kisskb/head/5400/ (all 116 configs)

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 like that.
-- Linus Torvalds
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

2012-09-09 Thread Geert Uytterhoeven
On Sun, Sep 9, 2012 at 10:41 PM, Geert Uytterhoeven
 wrote:
> JFYI, when comparing v3.6-rc5 to v3.6-rc4[3], the summaries are:
>   - build errors: +15/-4

  + arch/powerpc/platforms/512x/mpc512x_shared.c: error:
'FSL_DIU_PORT_DVI' undeclared (first use in this function):  => 189:9
  + arch/powerpc/platforms/512x/mpc512x_shared.c: error: 'enum
fsl_diu_monitor_port' declared inside parameter list [-Werror]:  =>
70:9, 84:9, 88:36
  + arch/powerpc/platforms/512x/mpc512x_shared.c: error: 'return' with
a value, in function returning void [-Werror]:  => 189:2
  + arch/powerpc/platforms/512x/mpc512x_shared.c: error: function
declaration isn't a prototype [-Werror=strict-prototypes]:  => 69:5,
88:6, 83:6, 187:1
  + arch/powerpc/platforms/512x/mpc512x_shared.c: error: its scope is
only this definition or declaration, which is probably not what you
want [-Werror]:  => 70:9
  + arch/powerpc/platforms/512x/mpc512x_shared.c: error: parameter 1
('port') has incomplete type:  => 187:54, 83:56, 88:57, 69:56
  + arch/powerpc/platforms/512x/mpc512x_shared.c: error: return type
is an incomplete type:  => 187:1
  + arch/powerpc/sysdev/mpic.c: error: case label does not reduce to
an integer constant:  => 890:9, 898:9, 886:9, 894:9
  + arch/powerpc/sysdev/mv64x60_dev.c: error: assignment makes pointer
from integer without a cast [-Werror]:  => 253:11
  + arch/powerpc/sysdev/mv64x60_dev.c: error: implicit declaration of
function 'of_get_mac_address' [-Werror=implicit-function-declaration]:
 => 253:2
  + arch/powerpc/sysdev/tsi108_dev.c: error: assignment makes pointer
from integer without a cast [-Werror]:  => 107:12
  + arch/powerpc/sysdev/tsi108_dev.c: error: implicit declaration of
function 'of_get_mac_address' [-Werror=implicit-function-declaration]:
 => 107:3

powerpc-randconfig (it was a good random config today ;-)

  + error: fore200e.c: relocation truncated to fit: R_PPC64_REL24
against symbol `_restgpr0_23' defined in .text.save.restore section in
arch/powerpc/lib/built-in.o:  => (.text+0x1ff8134)
  + error: fore200e.c: relocation truncated to fit: R_PPC64_REL24
against symbol `_restgpr0_25' defined in .text.save.restore section in
arch/powerpc/lib/built-in.o:  => (.text+0x1ff884c)
  + error: fore200e.c: relocation truncated to fit: R_PPC64_REL24
against symbol `_savegpr0_27' defined in .text.save.restore section in
arch/powerpc/lib/built-in.o:  => (.text+0x1ff8e54)

powerpc-allyesconfig

> [1] http://kisskb.ellerman.id.au/kisskb/head/5400/ (all 116 configs)
> [3] http://kisskb.ellerman.id.au/kisskb/head/5381/ (all 116 configs)

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 like that.
-- Linus Torvalds
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

2012-09-09 Thread Geert Uytterhoeven
On Sun, Sep 9, 2012 at 10:41 PM, Geert Uytterhoeven
ge...@linux-m68k.org wrote:
 JFYI, when comparing v3.6-rc5 to v3.6-rc4[3], the summaries are:
   - build errors: +15/-4

  + arch/powerpc/platforms/512x/mpc512x_shared.c: error:
'FSL_DIU_PORT_DVI' undeclared (first use in this function):  = 189:9
  + arch/powerpc/platforms/512x/mpc512x_shared.c: error: 'enum
fsl_diu_monitor_port' declared inside parameter list [-Werror]:  =
70:9, 84:9, 88:36
  + arch/powerpc/platforms/512x/mpc512x_shared.c: error: 'return' with
a value, in function returning void [-Werror]:  = 189:2
  + arch/powerpc/platforms/512x/mpc512x_shared.c: error: function
declaration isn't a prototype [-Werror=strict-prototypes]:  = 69:5,
88:6, 83:6, 187:1
  + arch/powerpc/platforms/512x/mpc512x_shared.c: error: its scope is
only this definition or declaration, which is probably not what you
want [-Werror]:  = 70:9
  + arch/powerpc/platforms/512x/mpc512x_shared.c: error: parameter 1
('port') has incomplete type:  = 187:54, 83:56, 88:57, 69:56
  + arch/powerpc/platforms/512x/mpc512x_shared.c: error: return type
is an incomplete type:  = 187:1
  + arch/powerpc/sysdev/mpic.c: error: case label does not reduce to
an integer constant:  = 890:9, 898:9, 886:9, 894:9
  + arch/powerpc/sysdev/mv64x60_dev.c: error: assignment makes pointer
from integer without a cast [-Werror]:  = 253:11
  + arch/powerpc/sysdev/mv64x60_dev.c: error: implicit declaration of
function 'of_get_mac_address' [-Werror=implicit-function-declaration]:
 = 253:2
  + arch/powerpc/sysdev/tsi108_dev.c: error: assignment makes pointer
from integer without a cast [-Werror]:  = 107:12
  + arch/powerpc/sysdev/tsi108_dev.c: error: implicit declaration of
function 'of_get_mac_address' [-Werror=implicit-function-declaration]:
 = 107:3

powerpc-randconfig (it was a good random config today ;-)

  + error: fore200e.c: relocation truncated to fit: R_PPC64_REL24
against symbol `_restgpr0_23' defined in .text.save.restore section in
arch/powerpc/lib/built-in.o:  = (.text+0x1ff8134)
  + error: fore200e.c: relocation truncated to fit: R_PPC64_REL24
against symbol `_restgpr0_25' defined in .text.save.restore section in
arch/powerpc/lib/built-in.o:  = (.text+0x1ff884c)
  + error: fore200e.c: relocation truncated to fit: R_PPC64_REL24
against symbol `_savegpr0_27' defined in .text.save.restore section in
arch/powerpc/lib/built-in.o:  = (.text+0x1ff8e54)

powerpc-allyesconfig

 [1] http://kisskb.ellerman.id.au/kisskb/head/5400/ (all 116 configs)
 [3] http://kisskb.ellerman.id.au/kisskb/head/5381/ (all 116 configs)

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 like that.
-- Linus Torvalds
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

2012-09-02 Thread Geert Uytterhoeven
On Sun, Sep 2, 2012 at 11:21 AM, Geert Uytterhoeven
 wrote:
> JFYI, when comparing v3.6-rc4 to v3.6-rc3[3], the summaries are:
>   - build errors: +6/-13

6 regressions:
  + drivers/input/touchscreen/edt-ft5x06.c: error: 'struct
edt_ft5x06_ts_data' has no member named 'raw_buffer':  => 846:14

powerpc-randconfig, fix reported as queued by Dmitry.

  + error: eni.c: relocation truncated to fit: R_PPC64_REL24 against
symbol `_restgpr0_25' defined in .text.save.restore section in
arch/powerpc/lib/built-in.o:  => (.text+0x1ff96e4), (.text+0x1ff9438),
(.text+0x1ff8e74)
  + error: eni.c: relocation truncated to fit: R_PPC64_REL24 against
symbol `_restgpr0_28' defined in .text.save.restore section in
arch/powerpc/lib/built-in.o:  => (.text+0x1ff9848)
  + error: eni.c: relocation truncated to fit: R_PPC64_REL24 against
symbol `_restgpr0_30' defined in .text.save.restore section in
arch/powerpc/lib/built-in.o:  => (.text+0x1ff8ea8), (.text+0x1ff8edc)
  + error: eni.c: relocation truncated to fit: R_PPC64_REL24 against
symbol `_savegpr0_29' defined in .text.save.restore section in
arch/powerpc/lib/built-in.o:  => (.text+0x1ff9cf0)
  + error: fore200e.c: relocation truncated to fit: R_PPC64_REL24
against symbol `_restgpr0_22' defined in .text.save.restore section in
arch/powerpc/lib/built-in.o:  => (.text+0x1ff8608), (.text+0x1ff7e5c)

powerpc-allyesconfig

> [1] http://kisskb.ellerman.id.au/kisskb/head/5381/ (all 116 configs)
> [3] http://kisskb.ellerman.id.au/kisskb/head/5359/ (all 116 configs)

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 like that.
-- Linus Torvalds
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

2012-09-02 Thread Geert Uytterhoeven
On Sun, Sep 2, 2012 at 11:21 AM, Geert Uytterhoeven
ge...@linux-m68k.org wrote:
 JFYI, when comparing v3.6-rc4 to v3.6-rc3[3], the summaries are:
   - build errors: +6/-13

6 regressions:
  + drivers/input/touchscreen/edt-ft5x06.c: error: 'struct
edt_ft5x06_ts_data' has no member named 'raw_buffer':  = 846:14

powerpc-randconfig, fix reported as queued by Dmitry.

  + error: eni.c: relocation truncated to fit: R_PPC64_REL24 against
symbol `_restgpr0_25' defined in .text.save.restore section in
arch/powerpc/lib/built-in.o:  = (.text+0x1ff96e4), (.text+0x1ff9438),
(.text+0x1ff8e74)
  + error: eni.c: relocation truncated to fit: R_PPC64_REL24 against
symbol `_restgpr0_28' defined in .text.save.restore section in
arch/powerpc/lib/built-in.o:  = (.text+0x1ff9848)
  + error: eni.c: relocation truncated to fit: R_PPC64_REL24 against
symbol `_restgpr0_30' defined in .text.save.restore section in
arch/powerpc/lib/built-in.o:  = (.text+0x1ff8ea8), (.text+0x1ff8edc)
  + error: eni.c: relocation truncated to fit: R_PPC64_REL24 against
symbol `_savegpr0_29' defined in .text.save.restore section in
arch/powerpc/lib/built-in.o:  = (.text+0x1ff9cf0)
  + error: fore200e.c: relocation truncated to fit: R_PPC64_REL24
against symbol `_restgpr0_22' defined in .text.save.restore section in
arch/powerpc/lib/built-in.o:  = (.text+0x1ff8608), (.text+0x1ff7e5c)

powerpc-allyesconfig

 [1] http://kisskb.ellerman.id.au/kisskb/head/5381/ (all 116 configs)
 [3] http://kisskb.ellerman.id.au/kisskb/head/5359/ (all 116 configs)

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 like that.
-- Linus Torvalds
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

2012-08-24 Thread Wim Van Sebroeck
Hi Randi,

> > *** WARNINGS ***
> > 
> > 6202 regressions:
> >   + Documentation/watchdog/src/watchdog-test.c: warning: no previous 
> > prototype for 'term' [-Wmissing-prototypes]:  => 34:6
> 
> 
> patch posted by me... not merged anywhere AFAIK.

is in linux-watchdog-next. Will go to Linus this weekend.

Kind regards,
Wim.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

2012-08-24 Thread Geert Uytterhoeven
On Fri, Aug 24, 2012 at 2:33 AM, Guenter Roeck  wrote:
> On Thu, Aug 23, 2012 at 03:18:11PM -0700, Randy Dunlap wrote:
>> On 08/23/2012 01:46 PM, Geert Uytterhoeven wrote:
>>
>> > *** ERRORS ***
>> >
>> > 54 regressions:
>>
>>
>> >   + drivers/net/can/usb/peak_usb/pcan_usb_core.c: error: conflicting types 
>> > for 'dump_mem':  => 56:6
>> >   + drivers/net/can/usb/peak_usb/pcan_usb_core.h: error: conflicting types 
>> > for 'dump_mem':  => 134:6
>>
>> Anyone see what causes this?  I looked but failed to see
>> the problem.
>>
> sh target, maybe ? dump_mem is declared as global function in 
> arch/sh/include/asm/kdebug.h.
> Does not seem to be the best name for a global function.

Yep, sh-allyesconfig/sh-allmodconfig.

arch/sh/include/asm/kdebug.h:15:13: note: previous declaration of
'dump_mem' was here

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 like that.
-- Linus Torvalds
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

2012-08-24 Thread Geert Uytterhoeven
On Fri, Aug 24, 2012 at 2:33 AM, Guenter Roeck li...@roeck-us.net wrote:
 On Thu, Aug 23, 2012 at 03:18:11PM -0700, Randy Dunlap wrote:
 On 08/23/2012 01:46 PM, Geert Uytterhoeven wrote:

  *** ERRORS ***
 
  54 regressions:


+ drivers/net/can/usb/peak_usb/pcan_usb_core.c: error: conflicting types 
  for 'dump_mem':  = 56:6
+ drivers/net/can/usb/peak_usb/pcan_usb_core.h: error: conflicting types 
  for 'dump_mem':  = 134:6

 Anyone see what causes this?  I looked but failed to see
 the problem.

 sh target, maybe ? dump_mem is declared as global function in 
 arch/sh/include/asm/kdebug.h.
 Does not seem to be the best name for a global function.

Yep, sh-allyesconfig/sh-allmodconfig.

arch/sh/include/asm/kdebug.h:15:13: note: previous declaration of
'dump_mem' was here

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 like that.
-- Linus Torvalds
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

2012-08-24 Thread Wim Van Sebroeck
Hi Randi,

  *** WARNINGS ***
  
  6202 regressions:
+ Documentation/watchdog/src/watchdog-test.c: warning: no previous 
  prototype for 'term' [-Wmissing-prototypes]:  = 34:6
 
 
 patch posted by me... not merged anywhere AFAIK.

is in linux-watchdog-next. Will go to Linus this weekend.

Kind regards,
Wim.

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

2012-08-23 Thread Guenter Roeck
On Thu, Aug 23, 2012 at 03:18:11PM -0700, Randy Dunlap wrote:
> On 08/23/2012 01:46 PM, Geert Uytterhoeven wrote:
> 
> > *** ERRORS ***
> > 
> > 54 regressions:
> 
> 
> >   + drivers/net/can/usb/peak_usb/pcan_usb_core.c: error: conflicting types 
> > for 'dump_mem':  => 56:6
> >   + drivers/net/can/usb/peak_usb/pcan_usb_core.h: error: conflicting types 
> > for 'dump_mem':  => 134:6
> 
> Anyone see what causes this?  I looked but failed to see
> the problem.
> 
sh target, maybe ? dump_mem is declared as global function in 
arch/sh/include/asm/kdebug.h.
Does not seem to be the best name for a global function.

Guenter
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

2012-08-23 Thread Randy Dunlap
On 08/23/2012 01:46 PM, Geert Uytterhoeven wrote:

> *** ERRORS ***
> 
> 54 regressions:


>   + drivers/net/can/usb/peak_usb/pcan_usb_core.c: error: conflicting types 
> for 'dump_mem':  => 56:6
>   + drivers/net/can/usb/peak_usb/pcan_usb_core.h: error: conflicting types 
> for 'dump_mem':  => 134:6

Anyone see what causes this?  I looked but failed to see
the problem.



> *** WARNINGS ***
> 
> 6202 regressions:
>   + Documentation/watchdog/src/watchdog-test.c: warning: no previous 
> prototype for 'term' [-Wmissing-prototypes]:  => 34:6


patch posted by me... not merged anywhere AFAIK.


>   + fs/pstore/ram.c: warning: format '%lu' expects argument of type 'long 
> unsigned int', but argument 2 has type 'size_t' [-Wformat]:  => 409:3


patch posted by me.  Should be in the new linux-pstore.git tree.

-- 
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

2012-08-23 Thread Geert Uytterhoeven
On Thu, Aug 23, 2012 at 10:46 PM, Geert Uytterhoeven
 wrote:
> JFYI, when comparing v3.6-rc3 to v3.6-rc2[3], the summaries are:
>   - build errors: +13/-9

  + arch/x86/include/asm/uaccess_32.h: error: call to
'copy_from_user_overflow' declared with attribute error:
copy_from_user() buffer size is not provably correct:  => 211:26

i386_defconfig, i386-randconfig, x86_64_defconfig

  + drivers/extcon/extcon_gpio.c: error: implicit declaration of
function 'devm_gpio_request_one'
[-Werror=implicit-function-declaration]:  => 110:2

xtensa-allmodconfig

  + error: No rule to make target drivers/scsi/aic7xxx/aicasm/*.[chyl]:  => N/A

i386-randconfig

  + error: eni.c: relocation truncated to fit: R_PPC64_REL24 against
symbol `._raw_read_lock' defined in .spinlock.text section in
kernel/built-in.o:  => (.text+0x1ff91bc)
  + error: eni.c: relocation truncated to fit: R_PPC64_REL24 against
symbol `.sprintf' defined in .text section in lib/lib.a(vsprintf.o):
=> (.text+0x1ff940c)
  + error: eni.c: relocation truncated to fit: R_PPC64_REL24 against
symbol `_restgpr0_16' defined in .text.save.restore section in
arch/powerpc/lib/built-in.o:  => (.text+0x1ffa6e8)
  + error: eni.c: relocation truncated to fit: R_PPC64_REL24 against
symbol `_savegpr0_27' defined in .text.save.restore section in
arch/powerpc/lib/built-in.o:  => (.text+0x1ff9854)
  + error: eni.c: relocation truncated to fit: R_PPC64_REL24 against
symbol `_savegpr0_30' defined in .text.save.restore section in
arch/powerpc/lib/built-in.o:  => (.text+0x1ff8eb4), (.text+0x1ff8e80)
  + error: fore200e.c: relocation truncated to fit: R_PPC64_REL24
against symbol `._raw_spin_unlock_irqrestore' defined in
.spinlock.text section in kernel/built-in.o:  => (.text+0x1ff82cc),
(.text+0x1ff8278)
  + error: fore200e.c: relocation truncated to fit: R_PPC64_REL24
against symbol `.mutex_unlock' defined in .sched.text section in
kernel/built-in.o:  => (.text+0x1ff83fc), (.text+0x1ff83a8)

powerpc-allyesconfig

  + error: via-pmu-event.c: undefined reference to
`.input_allocate_device':  => .init.text+0xdfbc)
  + error: via-pmu-event.c: undefined reference to
`.input_free_device':  => .init.text+0xe084)
  + error: via-pmu-event.c: undefined reference to
`.input_register_device':  => .init.text+0xe06c)

powerpc-randconfig

> [1] http://kisskb.ellerman.id.au/kisskb/head/5359/ (all 116 configs)
> [3] http://kisskb.ellerman.id.au/kisskb/head/5338/ (all 116 configs)

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 like that.
-- Linus Torvalds
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

2012-08-23 Thread Geert Uytterhoeven
On Thu, Aug 23, 2012 at 10:46 PM, Geert Uytterhoeven
ge...@linux-m68k.org wrote:
 JFYI, when comparing v3.6-rc3 to v3.6-rc2[3], the summaries are:
   - build errors: +13/-9

  + arch/x86/include/asm/uaccess_32.h: error: call to
'copy_from_user_overflow' declared with attribute error:
copy_from_user() buffer size is not provably correct:  = 211:26

i386_defconfig, i386-randconfig, x86_64_defconfig

  + drivers/extcon/extcon_gpio.c: error: implicit declaration of
function 'devm_gpio_request_one'
[-Werror=implicit-function-declaration]:  = 110:2

xtensa-allmodconfig

  + error: No rule to make target drivers/scsi/aic7xxx/aicasm/*.[chyl]:  = N/A

i386-randconfig

  + error: eni.c: relocation truncated to fit: R_PPC64_REL24 against
symbol `._raw_read_lock' defined in .spinlock.text section in
kernel/built-in.o:  = (.text+0x1ff91bc)
  + error: eni.c: relocation truncated to fit: R_PPC64_REL24 against
symbol `.sprintf' defined in .text section in lib/lib.a(vsprintf.o):
= (.text+0x1ff940c)
  + error: eni.c: relocation truncated to fit: R_PPC64_REL24 against
symbol `_restgpr0_16' defined in .text.save.restore section in
arch/powerpc/lib/built-in.o:  = (.text+0x1ffa6e8)
  + error: eni.c: relocation truncated to fit: R_PPC64_REL24 against
symbol `_savegpr0_27' defined in .text.save.restore section in
arch/powerpc/lib/built-in.o:  = (.text+0x1ff9854)
  + error: eni.c: relocation truncated to fit: R_PPC64_REL24 against
symbol `_savegpr0_30' defined in .text.save.restore section in
arch/powerpc/lib/built-in.o:  = (.text+0x1ff8eb4), (.text+0x1ff8e80)
  + error: fore200e.c: relocation truncated to fit: R_PPC64_REL24
against symbol `._raw_spin_unlock_irqrestore' defined in
.spinlock.text section in kernel/built-in.o:  = (.text+0x1ff82cc),
(.text+0x1ff8278)
  + error: fore200e.c: relocation truncated to fit: R_PPC64_REL24
against symbol `.mutex_unlock' defined in .sched.text section in
kernel/built-in.o:  = (.text+0x1ff83fc), (.text+0x1ff83a8)

powerpc-allyesconfig

  + error: via-pmu-event.c: undefined reference to
`.input_allocate_device':  = .init.text+0xdfbc)
  + error: via-pmu-event.c: undefined reference to
`.input_free_device':  = .init.text+0xe084)
  + error: via-pmu-event.c: undefined reference to
`.input_register_device':  = .init.text+0xe06c)

powerpc-randconfig

 [1] http://kisskb.ellerman.id.au/kisskb/head/5359/ (all 116 configs)
 [3] http://kisskb.ellerman.id.au/kisskb/head/5338/ (all 116 configs)

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 like that.
-- Linus Torvalds
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

2012-08-23 Thread Randy Dunlap
On 08/23/2012 01:46 PM, Geert Uytterhoeven wrote:

 *** ERRORS ***
 
 54 regressions:


   + drivers/net/can/usb/peak_usb/pcan_usb_core.c: error: conflicting types 
 for 'dump_mem':  = 56:6
   + drivers/net/can/usb/peak_usb/pcan_usb_core.h: error: conflicting types 
 for 'dump_mem':  = 134:6

Anyone see what causes this?  I looked but failed to see
the problem.



 *** WARNINGS ***
 
 6202 regressions:
   + Documentation/watchdog/src/watchdog-test.c: warning: no previous 
 prototype for 'term' [-Wmissing-prototypes]:  = 34:6


patch posted by me... not merged anywhere AFAIK.


   + fs/pstore/ram.c: warning: format '%lu' expects argument of type 'long 
 unsigned int', but argument 2 has type 'size_t' [-Wformat]:  = 409:3


patch posted by me.  Should be in the new linux-pstore.git tree.

-- 
~Randy
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

2012-08-23 Thread Guenter Roeck
On Thu, Aug 23, 2012 at 03:18:11PM -0700, Randy Dunlap wrote:
 On 08/23/2012 01:46 PM, Geert Uytterhoeven wrote:
 
  *** ERRORS ***
  
  54 regressions:
 
 
+ drivers/net/can/usb/peak_usb/pcan_usb_core.c: error: conflicting types 
  for 'dump_mem':  = 56:6
+ drivers/net/can/usb/peak_usb/pcan_usb_core.h: error: conflicting types 
  for 'dump_mem':  = 134:6
 
 Anyone see what causes this?  I looked but failed to see
 the problem.
 
sh target, maybe ? dump_mem is declared as global function in 
arch/sh/include/asm/kdebug.h.
Does not seem to be the best name for a global function.

Guenter
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

2012-08-18 Thread Geert Uytterhoeven
On Sat, 18 Aug 2012, Geert Uytterhoeven wrote:
> JFYI, when comparing v3.6-rc2 to v3.6-rc1[3], the summaries are:
>   - build errors: +4/-6

  + arch/sh/lib/mcount.S: Error: pcrel too far:  => 89

sh-allyesconfig

  + drivers/input/touchscreen/eeti_ts.c: error: implicit declaration of 
function 'gpio_free' [-Werror=implicit-function-declaration]:  => 243:2
  + drivers/input/touchscreen/eeti_ts.c: error: implicit declaration of 
function 'gpio_request_one' [-Werror=implicit-function-declaration]:  => 205:2

xtensa-allmodconfig

  + error: No rule to make target 
/scratch/kisskb/build/linus_m68k-allmodconfig_m68k/usr/include/linux/kvm_para.h:
  => N/A

Known issue with kvm_para.h header export

> [1] http://kisskb.ellerman.id.au/kisskb/head/5338/ (all 116 configs)
> [3] http://kisskb.ellerman.id.au/kisskb/head/5315/ (all 116 configs)

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 like that.
-- Linus Torvalds
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

2012-08-18 Thread Geert Uytterhoeven
On Sat, 18 Aug 2012, Geert Uytterhoeven wrote:
 JFYI, when comparing v3.6-rc2 to v3.6-rc1[3], the summaries are:
   - build errors: +4/-6

  + arch/sh/lib/mcount.S: Error: pcrel too far:  = 89

sh-allyesconfig

  + drivers/input/touchscreen/eeti_ts.c: error: implicit declaration of 
function 'gpio_free' [-Werror=implicit-function-declaration]:  = 243:2
  + drivers/input/touchscreen/eeti_ts.c: error: implicit declaration of 
function 'gpio_request_one' [-Werror=implicit-function-declaration]:  = 205:2

xtensa-allmodconfig

  + error: No rule to make target 
/scratch/kisskb/build/linus_m68k-allmodconfig_m68k/usr/include/linux/kvm_para.h:
  = N/A

Known issue with kvm_para.h header export

 [1] http://kisskb.ellerman.id.au/kisskb/head/5338/ (all 116 configs)
 [3] http://kisskb.ellerman.id.au/kisskb/head/5315/ (all 116 configs)

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 like that.
-- Linus Torvalds
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/