Re: [RFC PATCH 00/11] mcount tracing utility

2008-01-03 Thread Andi Kleen
Steven Rostedt <[EMAIL PROTECTED]> writes: > The following patch series brings to vanilla Linux a bit of the RT kernel > trace facility. This incorporates the "-pg" profiling option of gcc > that will call the "mcount" function for all functions called in > the kernel. My personal feeling regardi

Re: [PATCH 00/10] x86: Reduce Memory Usage and Inter-Node message traffic (v3)

2007-09-13 Thread Andi Kleen
On Wednesday 12 September 2007 03:56, [EMAIL PROTECTED] wrote: > Note: > > This patch consolidates all the previous patches regarding > the conversion of static arrays sized by NR_CPUS into per_cpu > data arrays and is referenced against 2.6.23-rc6 . Looks good to me from the x86 side. I'll leave

Re: errno codes intertwined

2007-08-24 Thread Andi Kleen
Jan Engelhardt <[EMAIL PROTECTED]> writes: > > So I'm just asking: can I rely on the same errno across Linuxes? No. The errnos were originally designed to be compatible with the "native" Unix on that platform to make running their binaries easier. On Sparc that would be SunOS/Solaris. -Andi - To