Am 01.09.2010 12:09, schrieb Bernhard Kohl: > Am 31.08.2010 14:29, schrieb ext Kevin Wolf: >> >>> [PATCH v3 1/6] scsi-disk: fix the mode data length field returned by >> the MODE SENSE command >>> [PATCH v3 2/6] scsi-disk: fix the mode data header returned by the >> MODE SENSE(10) command >>> [PATCH v3 3/6] scsi-disk: respect the page control (PC) field in the >> MODE SENSE command >>> [PATCH v3 4/6] scsi-disk: fix the block descriptor returned by the >> MODE SENSE command >>> [PATCH v3 5/6] scsi-disk: return CHECK CONDITION for unknown page >> codes in the MODE SENSE command >>> [PATCH v3 6/6] scsi-disk: fix the check of the DBD bit in the MODE >> SENSE command >> >> Thanks, applied all to the block branch. >> > Could you please explain: > > What is the block branch? > How is the further up-streaming procedure? > Should I post additional patches which depend on this series > or wait until it's visible on the master branch?
That branch is located at git://repo.or.cz/qemu/kevin.git block. It contains all patches that I have queued for submission to master. For these patches, your part is done unless a bug pops up before they have made their way into master. They are going to be merged into master with my next pull request to Anthony, which is probably early next week. Please base any additional patches just on top of this, there's no need to wait for master. Kevin