Re: [PATCH 1/8] sd: Rely on the driver core for asynchronous probing

2019-01-12 Thread Hannes Reinecke
On 1/11/19 5:10 PM, Bart Van Assche wrote: On Fri, 2019-01-11 at 08:31 +0100, Hannes Reinecke wrote: Could you please check if this depends on any changes to the async probing mechanism? Hi Hannes, Patches one and two depend on driver core changes. I was assuming that these were already upstr

[PATCH] scsi: csiostor: fix NULL pointer dereference in csio_vport_set_state()

2019-01-12 Thread Varun Prakash
Assign fc_vport to ln->fc_vport before calling csio_fcoe_alloc_vnp() to avoid a NULL pointer dereference in csio_vport_set_state(). ln->fc_vport is dereferenced in csio_vport_set_state(). Signed-off-by: Varun Prakash --- drivers/scsi/csiostor/csio_attr.c | 2 +- 1 file changed, 1 insertion(+),

Re: [PATCH] scsi: ufs: Consider device limitations for dma_mask

2019-01-12 Thread Bjorn Andersson
On Fri 11 Jan 15:33 PST 2019, Doug Anderson wrote: > Hi, > > On Fri, Jan 11, 2019 at 2:54 PM Bjorn Andersson > wrote: > > > > On Qualcomm SDM845 the capabilities of the UFS MEM controller states > > that it's capable of dealing with 64 bit addresses, but DMA addresses > > are truncated causing I