perf probe: Use elfutils-libdw for analyzing debuginfo
On Tue, 2010-02-23 at 12:49 -0800, Roland McGrath wrote: + BASIC_CFLAGS += -I/usr/include/elfutils The normal method is to use: #include <elfutils/libdw.h> Note that <dwarf.h> and <libelf.h> are not in the subdirectory. We've had funny issues with distro's being inconsistent in placing tho... 23 Feb 2010 17:02
[PATCH] omap2_mcspi.c: NULL pointer dereference
Check spi->controller_state before dereferencing. Shows up NULL here when using spi_alloc_device()/spi_add_device() and spi_add_device() fails before spi_setup(). Calling spi_dev_put() on the leftover spi_device results in the error. Signed-off-by: Scott Ellis <scott(a)jumpnowtek.com> drivers/spi/omap2_mcsp... 23 Feb 2010 17:02
perf probe: Use elfutils-libdw for analyzing debuginfo
> + BASIC_CFLAGS += -I/usr/include/elfutils The normal method is to use: #include <elfutils/libdw.h> Note that <dwarf.h> and <libelf.h> are not in the subdirectory. Thanks, Roland -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.ker... 23 Feb 2010 17:02
x86, ptrace: simplify xstateregs_get()
Acked-by: Roland McGrath <roland(a)redhat.com> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ... 23 Feb 2010 15:51
ia64: ptrace: kill thread_matches()
Acked-by: Roland McGrath <roland(a)redhat.com> ia64 folks, please excise the cruft so that it does not hold us back in making later arch-neutral ptrace changes. Thanks, Roland -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org Mor... 23 Feb 2010 15:51
Peer unexpectedly shrunk window
OK, the "Treason uncloaked" messages have been reworded[0][1] to now say "Peer [...] unexpectedly shrunk window", but the messages continue to appear. On a small Tor node (~100KB/s, ~200 connections) I'm getting ~2000 or so messages per month in my kernel log (and on the console). I see that it's logged with... 23 Feb 2010 15:51
vhost: initialize log eventfd context pointer
"Michael S. Tsirkin" <mst(a)redhat.com> wrote: vq log eventfd context pointer needs to be initialized, otherwise operation may fail or oops if log is enabled but log eventfd not set by userspace. Signed-off-by: Michael S. Tsirkin <mst(a)redhat.com> Reviewed-by: Juan Quintela <quintela(a)redhat.com> When ... 23 Feb 2010 14:43
x86: kvm: Convert i8254/i8259 locks to raw_spinlocks
Thomas Gleixner wrote: The i8254/i8259 locks need to be real spinlocks on preempt-rt. Convert them to raw_spinlock. No change for !RT kernels. Doesn't fly for -rt anymore: pic_irq_update runs under this raw lock and calls kvm_vcpu_kick which tries to wake_up some thread -> scheduling while atomic. This us... 23 Feb 2010 18:13
Other problem/regression with b9c61b70075c87a8612624736faf4a2de5b1ed30
On Tue, Feb 23, 2010 at 01:07:23AM -0800, Yinghai Lu wrote: Gary, can you check this patch on your x3950? Yinghai, Wouldn't it be better to have the person that reported the problem (Iranna) do that? Gary -- Gary Hade System x Enablement IBM Linux Technology Center 503-578-4503 IBM T/L: 775-45... 23 Feb 2010 14:43
[PATCH V2] scripts/get_maintainer.pl: Fix possible infinite loop
This is simpler. If MAINTAINERS section entries are misformatted, it was possible to have an infinite loop. Correct the defect by always moving the index to the end of section + 1 Also, exit check for exclude as soon as possible. Signed-off-by: Joe Perches <joe(a)perches.com> scripts/get_maintainer.pl |... 23 Feb 2010 14:43