qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC PATCH 4/6] scsi-disk: allow customization of the l


From: Christoph Hellwig
Subject: Re: [Qemu-devel] [RFC PATCH 4/6] scsi-disk: allow customization of the lun
Date: Wed, 25 May 2011 15:13:55 +0200
User-agent: Mutt/1.5.17 (2007-11-01)

>      case REPORT_LUNS:
> +        assert(!s->lun);

Besides REPORT_LUNS really belonging into the core code as mentioned before
the assert seems dangerous to me.  What protects a guest from issuing a
REPORT LUNS for a non-zero LUN and hitting this assert?  Note that SPC
explicitly allows sending REPORT LUNS to either LUN 0 or the well known
LUN if it exists, even if at least Linux doesn't make use of the latter
yet.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]