Re: [patch v2] virtio: console: cleanup an error message

2013-07-30 Thread Rusty Russell
Dan Carpenter dan.carpen...@oracle.com writes: The PTR_ERR(NULL) here is not useful. Signed-off-by: Dan Carpenter dan.carpen...@oracle.com --- v2: completely different Applied. Thanks, Rusty. diff --git a/drivers/char/virtio_console.c b/drivers/char/virtio_console.c index

Re: [PATCH v3 1/9] virtio: console: fix race with port unplug and open/close

2013-07-30 Thread Amit Shah
On (Mon) 29 Jul 2013 [14:18:52], Rusty Russell wrote: Amit Shah amit.s...@redhat.com writes: There's a window between find_port_by_devt() returning a port and us taking a kref on the port, where the port could get unplugged. Fix it by taking the reference in find_port_by_devt() itself.

Re: [PATCH] kexec/kdump implementation for Xen PV domU

2013-07-30 Thread Daniel Kiper
On Mon, Jul 29, 2013 at 02:44:19PM -0700, Matt Wilson wrote: On Mon, Jul 29, 2013 at 07:15:43PM +0200, Daniel Kiper wrote: Hi all, Here I am sending as attachments patches enabling kexec/kdump support in Xen PV domU. Only x84_64 architecture is supported. There is no support for i386

Re: [PATCH RFC V11 15/18] kvm : Paravirtual ticketlocks support for linux guests running on KVM hypervisor

2013-07-30 Thread Raghavendra K T
On 07/25/2013 03:08 PM, Raghavendra K T wrote: On 07/25/2013 02:45 PM, Gleb Natapov wrote: On Thu, Jul 25, 2013 at 02:47:37PM +0530, Raghavendra K T wrote: On 07/24/2013 06:06 PM, Raghavendra K T wrote: On 07/24/2013 05:36 PM, Gleb Natapov wrote: On Wed, Jul 24, 2013 at 05:30:20PM +0530,

Re: Linux Plumbers ACPI/PM, PCI Microconference

2013-07-30 Thread Rafael J. Wysocki
On Wednesday, July 17, 2013 08:31:55 AM Shuah Khan wrote: Myron, On Tue, Jul 16, 2013 at 8:21 PM, Myron Stowe myron.st...@gmail.com wrote: Shuah - You brought up the idea about Converting drivers from Legacy PM ops to dev_pm_ops; would you like to present what you have

Re: Linux Plumbers ACPI/PM, PCI Microconference

2013-07-30 Thread Alex Williamson
On Wed, 2013-07-31 at 00:02 +, Shuah Khan wrote: On 07/30/2013 05:38 PM, Rafael J. Wysocki wrote: On Wednesday, July 17, 2013 08:31:55 AM Shuah Khan wrote: Myron, On Tue, Jul 16, 2013 at 8:21 PM, Myron Stowe myron.st...@gmail.com wrote: Shuah - You brought up the idea about