Asias He writes:
> vscsi->num_queues counts the number of request virtqueue which does not
> include the control and event virtqueue. It is wrong to subtract
> VIRTIO_SCSI_VQ_BASE from vscsi->num_queues.
>
> This patch fixes the following panic.
Applied.
Thanks,
Rusty.
>
> (qemu) device_del scs
Amit Shah writes:
> On (Mon) 29 Jul 2013 [14:26:09], Rusty Russell wrote:
>> Amit Shah writes:
>> > Remove the debugfs path before freeing port->name, to prevent a possible
>> > use-after-free.
>> >
>> > Reported-by: Jason Wang
>> > Signed-off-by: Amit Shah
>>
>> Applied,
>> Rusty.
>
> Hey Rus
On 07/31/2013 10:17 PM, Asias He wrote:
> vscsi->num_queues counts the number of request virtqueue which does not
> include the control and event virtqueue. It is wrong to subtract
> VIRTIO_SCSI_VQ_BASE from vscsi->num_queues.
>
> This patch fixes the following panic.
>
> (qemu) device_del scsi0
On Wednesday, July 31, 2013 10:35:05 AM Shuah Khan wrote:
> On Wed, Jul 31, 2013 at 5:40 AM, Rafael J. Wysocki wrote:
> > Hi All,
> >
> > The original announcement didn't go to linux-pm, so again:
> >
> > On Tuesday, July 16, 2013 08:21:26 PM Myron Stowe wrote:
> >> Linux Plumbers has approved an
On Wed, Jul 31, 2013 at 5:40 AM, Rafael J. Wysocki wrote:
> Hi All,
>
> The original announcement didn't go to linux-pm, so again:
>
> On Tuesday, July 16, 2013 08:21:26 PM Myron Stowe wrote:
>> Linux Plumbers has approved an ACPI/PM, PCI microconference. The
>> overview page is here:
>>
>> http:/
vscsi->num_queues counts the number of request virtqueue which does not
include the control and event virtqueue. It is wrong to subtract
VIRTIO_SCSI_VQ_BASE from vscsi->num_queues.
This patch fixes the following panic.
(qemu) device_del scsi0
BUG: unable to handle kernel NULL pointer dereferenc
Hi All,
The original announcement didn't go to linux-pm, so again:
On Tuesday, July 16, 2013 08:21:26 PM Myron Stowe wrote:
> Linux Plumbers has approved an ACPI/PM, PCI microconference. The
> overview page is here:
>
> http://wiki.linuxplumbersconf.org/2013:pci_subsystem
>
> We would like to s
On (Mon) 29 Jul 2013 [14:26:09], Rusty Russell wrote:
> Amit Shah writes:
> > Remove the debugfs path before freeing port->name, to prevent a possible
> > use-after-free.
> >
> > Reported-by: Jason Wang
> > Signed-off-by: Amit Shah
>
> Applied,
> Rusty.
Hey Rusty, I don't see this patch in you