From: Konrad Rzeszutek Wilk Date: Mon, 23 Jan 2012 08:24:43 +0000 (+0000) Subject: xen/netfront: add netconsole support. X-Git-Tag: v3.4-rc1~177^2~505 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf66f9d48a9c95baf8f13b199a633ce1c4cf952a;p=pandora-kernel.git xen/netfront: add netconsole support. add polling interface to xen-netfront device to support netconsole This patch also alters the spin_lock usage to use irqsave variant. Documentation/networking/netdevices.txt states that start_xmit can be called with interrupts disabled by netconsole and therefore using the irqsave/restore locking in this function is looks correct. Signed-off-by: Tina.Yang Cc: Jeremy Fitzhardinge Signed-off-by: Zhenzhong.Duan Tested-by: gurudas.pai [v1: Copy-n-pasted Ian Campbell comments] Signed-off-by: Konrad Rzeszutek Wilk Acked-by: Ian Campbell Signed-off-by: David S. Miller --- Reading git-diff-tree failed