All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] Char Limit issue on 2.6.29 kernels
@ 2009-07-24 15:31 ` naresh kamboju
  0 siblings, 0 replies; 10+ messages in thread
From: naresh kamboju @ 2009-07-24 15:31 UTC (permalink / raw)
  To: linux-kernel
  Cc: ltp-list, maxin john, brinda_mn, Oleg Nesterov, tim.bird,
	rohit.170309

Hi,

I have come across with char Limit issue on 2.6.29 kernels.


SIGFAULT:

#define SIZE            8053759
char buf1[SIZE] ;

NO SIGFAULT:

#define SIZE            8053758
char buf1[SIZE] ;

This SIGFAULT not observed on 2.6.23 kernels.

What could be the changes that effecting from 2.6.23 to 2.6.29 kernels.
Please share me the information.


Best regards,
Naresh Kamboju

------------------------------------------------------------------------------
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

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

end of thread, other threads:[~2009-07-24 19:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-24 15:31 [LTP] Char Limit issue on 2.6.29 kernels naresh kamboju
2009-07-24 15:31 ` naresh kamboju
2009-07-24 17:49 ` [LTP] " Mike Frysinger
2009-07-24 17:49   ` Mike Frysinger
2009-07-24 18:04   ` naresh kamboju
2009-07-24 18:04     ` naresh kamboju
2009-07-24 18:26     ` Tim Bird
2009-07-24 18:26       ` Tim Bird
2009-07-24 19:16 ` Ray Lee
2009-07-24 19:16   ` Ray Lee

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.