CISTI'2013 Doctoral Symposium - CFP, Lisbon; Deadline: February 15

2013-02-03 Thread Maria Lemos
*** CISTI'2013 DOCTORAL SYMPOSIUM 8th Iberian Conference on Information Systems and Technologies Lisbon, Portugal, June 19 - 23, 2013

Re: [PATCH][trivial] virtio-mmio: fix wrong comment about register offset

2013-02-03 Thread Rusty Russell
Pawel Moll pawel.m...@arm.com writes: On Sat, 2013-01-26 at 08:54 +, Ryota Ozaki wrote: The register offset of InterruptACK is 0x064, not 0x060. Fix it. Signed-off-by: Ryota Ozaki ozaki.ry...@gmail.com CC: Pawel Moll pawel.m...@arm.com CC: Rusty Russell ru...@rustcorp.com.au CC: Jiri

[PATCH 0/8] drivers/net: Remove unnecessary alloc/OOM messages

2013-02-03 Thread Joe Perches
Remove all the OOM messages that follow kernel alloc failures as there is already a generic equivalent to these messages in the mm subsystem. Joe Perches (8): caif: Remove unnecessary alloc/OOM messages can: Remove unnecessary alloc/OOM messages ethernet: Remove unnecessary alloc/OOM

[PATCH 8/8] drivers:net:misc: Remove unnecessary alloc/OOM messages

2013-02-03 Thread Joe Perches
alloc failures already get standardized OOM messages and a dump_stack. Signed-off-by: Joe Perches j...@perches.com --- drivers/net/hamradio/dmascc.c | 7 +-- drivers/net/phy/spi_ks8995.c | 4 +--- drivers/net/virtio_net.c | 4 +--- 3 files changed, 3 insertions(+), 12 deletions(-)

Re: [PATCH] virtio_console: Don't access uninitialized data.

2013-02-03 Thread Amit Shah
On (Mon) 04 Feb 2013 [10:09:05], Rusty Russell wrote: Amit Shah amit.s...@redhat.com writes: On (Thu) 17 Jan 2013 [13:21:32], sjur.brandel...@stericsson.com wrote: From: Sjur Brændeland sjur.brandel...@stericsson.com Don't access uninitialized work-queue when removing device. The work