Thread (11 messages) 11 messages, 4 authors, 2020-06-26

Re: [PATCH 2/3] scsi: storvsc: Use vmbus_requestor to generate transaction IDs for VMBus hardening

From: Wei Liu <wei.liu@kernel.org>
Date: 2020-06-26 13:35:18
Also in: linux-scsi, lkml

On Thu, Jun 25, 2020 at 11:37:22AM -0400, Andres Beltran wrote:
quoted hunk ↗ jump to hunk
 	 * If the number of CPUs is artificially restricted, such as
@@ -760,14 +768,22 @@ static void  handle_multichannel_storage(struct hv_device *device, int max_chns)
 	vstor_packet->flags = REQUEST_COMPLETION_FLAG;
 	vstor_packet->sub_channel_count = num_sc;
 
+	rqst_id = vmbus_next_request_id(&device->channel->requestor, (u64)request);
You can cast request to unsigned long to fix the warnings on 32bit.

Wei.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help