From: "Tomáš Golembiovský" <tgolembi@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Tomáš Golembiovský" <tgolembi@redhat.com>,
"Kevin Wolf" <kwolf@redhat.com>, "Max Reitz" <mreitz@redhat.com>,
qemu-block@nongnu.org
Subject: [Qemu-devel] [PATCH for-2.8 0/2] raw_bsd: Fixing use of the 'offset' option without 'size'
Date: Thu, 3 Nov 2016 14:47:47 +0100 [thread overview]
Message-ID: <cover.1478180543.git.tgolembi@redhat.com> (raw)
The patch set contains two patches related to the use of 'offset' option:
- The first patch is purely cosmetic. Although it touches overflow
check it only affects what error message is produced.
- Second patch lessens the restriction on the size alignment when only
'offset' is specified. The restriction is not only unneeded, it makes
it difficult to use the 'offset' option.
Tomáš Golembiovský (2):
raw_bsd: move check to prevent overflow
raw_bsd: don't check size alignment when only offset is set
block/raw_bsd.c | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
--
2.10.1
next reply other threads:[~2016-11-03 13:48 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-03 13:47 Tomáš Golembiovský [this message]
2016-11-03 13:47 ` [Qemu-devel] [PATCH for-2.8 1/2] raw_bsd: move check to prevent overflow Tomáš Golembiovský
2016-11-03 13:47 ` [Qemu-devel] [PATCH for-2.8 2/2] raw_bsd: don't check size alignment when only offset is set Tomáš Golembiovský
2016-11-04 14:14 ` [Qemu-devel] [PATCH for-2.8 0/2] raw_bsd: Fixing use of the 'offset' option without 'size' Kevin Wolf
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=cover.1478180543.git.tgolembi@redhat.com \
--to=tgolembi@redhat.com \
--cc=kwolf@redhat.com \
--cc=mreitz@redhat.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.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.