All of lore.kernel.org
 help / color / mirror / Atom feed
* include/linux/kfifo.h - INIT_KFIFO() broken?
@ 2010-03-19 22:17 David Härdeman
  2010-03-19 22:40 ` Stefani Seibold
  0 siblings, 1 reply; 2+ messages in thread
From: David Härdeman @ 2010-03-19 22:17 UTC (permalink / raw)
  To: linux-kernel; +Cc: stefani, stable

The current include/linux/kfifo.h header defines __kfifo_initializer at
line 59 and undefines it at line 105. INIT_KFIFO() uses
__kfifo_initializer so INIT_KFIFO is currently not usable unless
line 105 is removed (if I have analysed the problem correctly).

The updated kfifo patchset by Stefani Seibold seems to fix that 
particular problem, but if it isn't included in 2.6.34, then at least 
INIT_KFIFO should be fixed (and that goes for 2.6.33.X as well).

-- 
David Härdeman

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

* Re: include/linux/kfifo.h - INIT_KFIFO() broken?
  2010-03-19 22:17 include/linux/kfifo.h - INIT_KFIFO() broken? David Härdeman
@ 2010-03-19 22:40 ` Stefani Seibold
  0 siblings, 0 replies; 2+ messages in thread
From: Stefani Seibold @ 2010-03-19 22:40 UTC (permalink / raw)
  To: David Härdeman; +Cc: linux-kernel, stable

Am Freitag, den 19.03.2010, 23:17 +0100 schrieb David Härdeman:
> The current include/linux/kfifo.h header defines __kfifo_initializer at
> line 59 and undefines it at line 105. INIT_KFIFO() uses
> __kfifo_initializer so INIT_KFIFO is currently not usable unless
> line 105 is removed (if I have analysed the problem correctly).
> 
> The updated kfifo patchset by Stefani Seibold seems to fix that 
> particular problem, but if it isn't included in 2.6.34, then at least 
> INIT_KFIFO should be fixed (and that goes for 2.6.33.X as well).
> 

Please send a patch



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

end of thread, other threads:[~2010-03-19 22:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-19 22:17 include/linux/kfifo.h - INIT_KFIFO() broken? David Härdeman
2010-03-19 22:40 ` Stefani Seibold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.