Re: [PATCH 3/3] block: add back command filter modification via sysfs

From: Bart Van Assche
Date: Fri Nov 16 2018 - 09:42:51 EST


On Fri, 2018-11-16 at 08:00 +-0100, Paolo Bonzini wrote:
+AD4 On 16/11/18 06:46, Bart Van Assche wrote:
+AD4 +AD4 I do not know any application for which it would be useful to allow some but
+AD4 +AD4 not all of these commands. With the proposed interface however users will
+AD4 +AD4 have to examine all SCSI opcodes and for each opcode they will have to decide
+AD4 +AD4 whether or not it should be allowed. Additionally, for opcodes like 7fh that
+AD4 +AD4 represent multiple commands, users will have to decide whether they want to
+AD4 +AD4 allow all these commands or none. That's why I think that filtering SCSI
+AD4 +AD4 commands based on their CDB is an unfortunate choice. Would it be sufficient
+AD4 +AD4 for the use cases you are looking at to group SCSI commands as follows and to
+AD4 +AD4 enable/disable these commands per group:
+AD4 +AD4 +ACo SCSI command that read information from the medium (e.g. READ) or from the
+AD4 +AD4 controller (e.g. READ CAPACITY).
+AD4 +AD4 +ACo SCSI commands that modify information on the medium (e.g. WRITE).
+AD4 +AD4 +ACo SCSI commands that modify controller settings (e.g. MODE SELECT or SET
+AD4 +AD4 TARGET PORT GROUPS).
+AD4
+AD4 And also:
+AD4
+AD4 +ACo all SCSI commands (e.g. write microcode, vendor specific commands).
+AD4
+AD4 It would. However, it would be impossible to do this without making the
+AD4 filter depend on the SCSI device type. This has been rejected in 2012.

Do you have a link available to that discussion? Since the meaning of several
SCSI opcodes depends on the SCSI device type, I don't see how we can avoid
making filtering dependent on the SCSI device type.

Bart.