All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@gmail.com>
To: SF Markus Elfring <elfring@users.sourceforge.net>
Cc: kvm@vger.kernel.org, netdev@vger.kernel.org,
	virtualization@lists.linux-foundation.org,
	Jason Wang <jasowang@redhat.com>,
	"Michael S. Tsirkin" <mst@redhat.com>,
	kernel-janitors@vger.kernel.org,
	LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 1/2] vhost/scsi: Improve a size determination in four functions
Date: Mon, 22 May 2017 10:37:02 +0100	[thread overview]
Message-ID: <20170522093702.GD12205@stefanha-x1.localdomain> (raw)
In-Reply-To: <68e78c4b-9b18-7607-f8c8-327fdd51f20b@users.sourceforge.net>

[-- Attachment #1: Type: text/plain, Size: 621 bytes --]

On Sat, May 20, 2017 at 04:31:13PM +0200, SF Markus Elfring wrote:
> From: Markus Elfring <elfring@users.sourceforge.net>
> Date: Sat, 20 May 2017 13:48:44 +0200
> 
> Replace the specification of four data structures by pointer dereferences
> as the parameter for the operator "sizeof" to make the corresponding size
> determination a bit safer according to the Linux coding style convention.
> 
> Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
> ---
>  drivers/vhost/scsi.c | 9 ++++-----
>  1 file changed, 4 insertions(+), 5 deletions(-)

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 455 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Stefan Hajnoczi <stefanha@gmail.com>
To: SF Markus Elfring <elfring@users.sourceforge.net>
Cc: kvm@vger.kernel.org, "Michael S. Tsirkin" <mst@redhat.com>,
	netdev@vger.kernel.org, kernel-janitors@vger.kernel.org,
	LKML <linux-kernel@vger.kernel.org>,
	virtualization@lists.linux-foundation.org
Subject: Re: [PATCH 1/2] vhost/scsi: Improve a size determination in four functions
Date: Mon, 22 May 2017 10:37:02 +0100	[thread overview]
Message-ID: <20170522093702.GD12205@stefanha-x1.localdomain> (raw)
In-Reply-To: <68e78c4b-9b18-7607-f8c8-327fdd51f20b@users.sourceforge.net>


[-- Attachment #1.1: Type: text/plain, Size: 621 bytes --]

On Sat, May 20, 2017 at 04:31:13PM +0200, SF Markus Elfring wrote:
> From: Markus Elfring <elfring@users.sourceforge.net>
> Date: Sat, 20 May 2017 13:48:44 +0200
> 
> Replace the specification of four data structures by pointer dereferences
> as the parameter for the operator "sizeof" to make the corresponding size
> determination a bit safer according to the Linux coding style convention.
> 
> Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
> ---
>  drivers/vhost/scsi.c | 9 ++++-----
>  1 file changed, 4 insertions(+), 5 deletions(-)

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 455 bytes --]

[-- Attachment #2: Type: text/plain, Size: 183 bytes --]

_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization

WARNING: multiple messages have this Message-ID (diff)
From: Stefan Hajnoczi <stefanha@gmail.com>
To: SF Markus Elfring <elfring@users.sourceforge.net>
Cc: kvm@vger.kernel.org, "Michael S. Tsirkin" <mst@redhat.com>,
	netdev@vger.kernel.org, kernel-janitors@vger.kernel.org,
	LKML <linux-kernel@vger.kernel.org>,
	virtualization@lists.linux-foundation.org
Subject: Re: [PATCH 1/2] vhost/scsi: Improve a size determination in four functions
Date: Mon, 22 May 2017 09:37:02 +0000	[thread overview]
Message-ID: <20170522093702.GD12205@stefanha-x1.localdomain> (raw)
In-Reply-To: <68e78c4b-9b18-7607-f8c8-327fdd51f20b@users.sourceforge.net>

[-- Attachment #1: Type: text/plain, Size: 621 bytes --]

On Sat, May 20, 2017 at 04:31:13PM +0200, SF Markus Elfring wrote:
> From: Markus Elfring <elfring@users.sourceforge.net>
> Date: Sat, 20 May 2017 13:48:44 +0200
> 
> Replace the specification of four data structures by pointer dereferences
> as the parameter for the operator "sizeof" to make the corresponding size
> determination a bit safer according to the Linux coding style convention.
> 
> Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
> ---
>  drivers/vhost/scsi.c | 9 ++++-----
>  1 file changed, 4 insertions(+), 5 deletions(-)

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 455 bytes --]

  reply	other threads:[~2017-05-22  9:37 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-20 14:30 [PATCH 0/2] vhost/scsi: Adjustments for five function implementations SF Markus Elfring
2017-05-20 14:30 ` SF Markus Elfring
2017-05-20 14:31 ` [PATCH 1/2] vhost/scsi: Improve a size determination in four functions SF Markus Elfring
2017-05-20 14:31   ` SF Markus Elfring
2017-05-22  9:37   ` Stefan Hajnoczi [this message]
2017-05-22  9:37     ` Stefan Hajnoczi
2017-05-22  9:37     ` Stefan Hajnoczi
2017-05-20 14:31 ` SF Markus Elfring
2017-05-20 14:32 ` [PATCH 2/2] vhost/scsi: Delete error messages for failed memory allocations in five functions SF Markus Elfring
2017-05-20 14:32   ` SF Markus Elfring
2017-05-22  9:43   ` Stefan Hajnoczi
2017-05-22  9:43     ` Stefan Hajnoczi
2017-05-22  9:43     ` Stefan Hajnoczi
2017-05-22 10:50     ` SF Markus Elfring
2017-05-22 10:50     ` SF Markus Elfring
2017-05-22 10:50       ` SF Markus Elfring
2017-05-22 11:23       ` Stefan Hajnoczi
2017-05-22 11:23       ` Stefan Hajnoczi
2017-05-22 11:23         ` Stefan Hajnoczi
2017-05-22 11:34         ` SF Markus Elfring
2017-05-22 11:34         ` SF Markus Elfring
2017-05-22 11:34           ` SF Markus Elfring
2017-05-22 14:09           ` Stefan Hajnoczi
2017-05-22 14:09           ` Stefan Hajnoczi
2017-05-22 14:09             ` Stefan Hajnoczi
2017-05-22 14:21             ` SF Markus Elfring
2017-05-22 14:21               ` SF Markus Elfring
2017-05-22 14:21               ` SF Markus Elfring
2017-05-22 12:38         ` [PATCH 2/2] " Dan Carpenter
2017-05-22 12:38           ` Dan Carpenter
2017-05-22 12:38           ` Dan Carpenter
2017-05-22 14:08           ` Stefan Hajnoczi
2017-05-22 14:08             ` Stefan Hajnoczi
2017-05-22 14:08             ` Stefan Hajnoczi
2017-05-20 14:32 ` SF Markus Elfring

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170522093702.GD12205@stefanha-x1.localdomain \
    --to=stefanha@gmail.com \
    --cc=elfring@users.sourceforge.net \
    --cc=jasowang@redhat.com \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mst@redhat.com \
    --cc=netdev@vger.kernel.org \
    --cc=virtualization@lists.linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.