public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* fyi: jornada720 build failure in jffs2
@ 2005-11-12 18:21 Russell King
  2005-11-12 19:48 ` Todd Poynor
  2005-11-13 20:18 ` Thomas Gleixner
  0 siblings, 2 replies; 5+ messages in thread
From: Russell King @ 2005-11-12 18:21 UTC (permalink / raw)
  To: linux-mtd

jffs2 seems to have a problem.  Anyone care to fix it /in/
/mainline/ please?

  CC      fs/jffs2/scan.o
fs/jffs2/scan.c: In function 'jffs2_fill_scan_buf':
fs/jffs2/scan.c:288: warning: dereferencing 'void *' pointer
fs/jffs2/scan.c:288: warning: dereferencing 'void *' pointer
fs/jffs2/scan.c:288: warning: dereferencing 'void *' pointer
fs/jffs2/scan.c:288: warning: dereferencing 'void *' pointer
fs/jffs2/scan.c:288: warning: dereferencing 'void *' pointer
fs/jffs2/scan.c:288: warning: dereferencing 'void *' pointer
fs/jffs2/scan.c:288: warning: dereferencing 'void *' pointer
fs/jffs2/scan.c:288: warning: dereferencing 'void *' pointer
fs/jffs2/scan.c:288: warning: dereferencing 'void *' pointer
fs/jffs2/scan.c:288: warning: dereferencing 'void *' pointer
fs/jffs2/scan.c:288: warning: dereferencing 'void *' pointer
fs/jffs2/scan.c:288: warning: dereferencing 'void *' pointer
fs/jffs2/scan.c:288: warning: dereferencing 'void *' pointer
fs/jffs2/scan.c:288: warning: dereferencing 'void *' pointer
fs/jffs2/scan.c:288: warning: dereferencing 'void *' pointer
fs/jffs2/scan.c:288: warning: dereferencing 'void *' pointer
fs/jffs2/scan.c:288: error: invalid use of void expression
fs/jffs2/scan.c:288: error: invalid use of void expression
fs/jffs2/scan.c:288: error: invalid use of void expression
fs/jffs2/scan.c:288: error: invalid use of void expression
fs/jffs2/scan.c:288: error: invalid use of void expression
fs/jffs2/scan.c:288: error: invalid use of void expression
fs/jffs2/scan.c:288: error: invalid use of void expression
fs/jffs2/scan.c:288: error: invalid use of void expression
fs/jffs2/scan.c:288: error: invalid use of void expression
fs/jffs2/scan.c:288: error: invalid use of void expression
fs/jffs2/scan.c:288: error: invalid use of void expression
fs/jffs2/scan.c:288: error: invalid use of void expression
fs/jffs2/scan.c:288: error: invalid use of void expression
fs/jffs2/scan.c:288: error: invalid use of void expression
fs/jffs2/scan.c:288: error: invalid use of void expression
fs/jffs2/scan.c:288: error: invalid use of void expression
make[2]: *** [fs/jffs2/scan.o] Error 1
make[1]: *** [fs/jffs2] Error 2
make: *** [fs] Error 2

Full build log:

http://armlinux.simtec.co.uk/kautobuild/2.6.15-rc1/jornada720_defconfig/zimage.log

-- 
Russell King
 Linux kernel    2.6 ARM Linux   - http://www.arm.linux.org.uk/
 maintainer of:  2.6 Serial core

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: fyi: jornada720 build failure in jffs2
  2005-11-12 18:21 fyi: jornada720 build failure in jffs2 Russell King
@ 2005-11-12 19:48 ` Todd Poynor
  2005-11-13 11:09   ` Artem B. Bityutskiy
  2005-11-13 20:18 ` Thomas Gleixner
  1 sibling, 1 reply; 5+ messages in thread
From: Todd Poynor @ 2005-11-12 19:48 UTC (permalink / raw)
  To: Russell King; +Cc: linux-mtd

Russell King wrote:
> jffs2 seems to have a problem.  Anyone care to fix it /in/
> /mainline/ please?
> 
>   CC      fs/jffs2/scan.o
> fs/jffs2/scan.c: In function 'jffs2_fill_scan_buf':
> fs/jffs2/scan.c:288: warning: dereferencing 'void *' pointer

Fixed in linux-mtd CVS.  Avoid with CONFIG_JFFS2_FS_DEBUG=0 in the meantime.

Thomas, please consider for sending upstream, or give me the word and 
I'll mail it to Andrew, thanks,

-- 
Todd

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: fyi: jornada720 build failure in jffs2
  2005-11-12 19:48 ` Todd Poynor
@ 2005-11-13 11:09   ` Artem B. Bityutskiy
  2005-11-13 18:04     ` Todd Poynor
  0 siblings, 1 reply; 5+ messages in thread
From: Artem B. Bityutskiy @ 2005-11-13 11:09 UTC (permalink / raw)
  To: Todd Poynor; +Cc: Linux MTD

> Fixed in linux-mtd CVS.  Avoid with CONFIG_JFFS2_FS_DEBUG=0 in the 
> meantime.
> 
> Thomas, please consider for sending upstream, or give me the word and 
> I'll mail it to Andrew, thanks,
> 
I would just remove that D2() printkeys instead of fixing them.

-- 
Best Regards,
Artem B. Bityutskiy,
St.-Petersburg, Russia.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: fyi: jornada720 build failure in jffs2
  2005-11-13 11:09   ` Artem B. Bityutskiy
@ 2005-11-13 18:04     ` Todd Poynor
  0 siblings, 0 replies; 5+ messages in thread
From: Todd Poynor @ 2005-11-13 18:04 UTC (permalink / raw)
  To: Artem B. Bityutskiy; +Cc: Linux MTD

Artem B. Bityutskiy wrote:
>> Fixed in linux-mtd CVS.  Avoid with CONFIG_JFFS2_FS_DEBUG=0 in the 
>> meantime.
>>
>> Thomas, please consider for sending upstream, or give me the word and 
>> I'll mail it to Andrew, thanks,
>>
> I would just remove that D2() printkeys instead of fixing them.

That was my first thought as well, but didn't want to remove debugging 
info somebody found useful, so figured I'd fix it to quickly get 
kernel.org back in shape.  If it's not that useful then let's kill it.

-- 
Todd

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: fyi: jornada720 build failure in jffs2
  2005-11-12 18:21 fyi: jornada720 build failure in jffs2 Russell King
  2005-11-12 19:48 ` Todd Poynor
@ 2005-11-13 20:18 ` Thomas Gleixner
  1 sibling, 0 replies; 5+ messages in thread
From: Thomas Gleixner @ 2005-11-13 20:18 UTC (permalink / raw)
  To: Russell King; +Cc: linux-mtd

On Sat, 2005-11-12 at 18:21 +0000, Russell King wrote:
> jffs2 seems to have a problem.  Anyone care to fix it /in/
> /mainline/ please?

Fixed.

	tglx

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-11-13 20:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-12 18:21 fyi: jornada720 build failure in jffs2 Russell King
2005-11-12 19:48 ` Todd Poynor
2005-11-13 11:09   ` Artem B. Bityutskiy
2005-11-13 18:04     ` Todd Poynor
2005-11-13 20:18 ` Thomas Gleixner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox