mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Char Limit issue on 2.6.29 kernels
@ 2009-07-24 15:31 naresh kamboju
  2009-07-24 17:49 ` [LTP] " Mike Frysinger
  2009-07-24 19:16 ` Ray Lee
  0 siblings, 2 replies; 5+ messages in thread
From: naresh kamboju @ 2009-07-24 15:31 UTC (permalink / raw)
  To: linux-kernel
  Cc: tim.bird, ltp-list, brinda_mn, rohit.170309, Garrett Cooper,
	Oleg Nesterov, maxin john, Masatake YAMATO, michal.simek

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

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

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

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

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

Powered by JetHome