From: Michael Tokarev <mjt@tls.msk.ru>
To: qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org, Michael Tokarev <mjt@tls.msk.ru>
Subject: [Qemu-trivial] [PULL for-2.5 0/9] Trivial patches for 2015-12-04
Date: Fri, 4 Dec 2015 09:57:31 +0300 [thread overview]
Message-ID: <cover.1449211229.git.mjt@msgid.tls.msk.ru> (raw)
Hello.
During the freeze period, let me please add my trivial pull request too ;)
There are just 9 patches this time, which are either (small) bugfixes,
or just prettifying one or another part of code to look nicely in the
release tarball. Here are all of them:
aniel P. Berrange (1):
crypto: avoid two coverity false positive error reports
this is a cleanup together with a small tracing bugfix,
an easy patch. An making coverity even more useful is
nice too.
Hervé Poussineau (1):
scsi: remove scsi_req_free prototype
just removing a prototype of a single unused function
John Snow (1):
util/id: fully allocate names table
a small bugfix avoiding accessing "random" memory
Markus Armbruster (1):
typedefs: Put them back into alphabetical order
this one sorts include/qemu/typedefs.h in alphabetical order,
and removes duplicates while at it. Actual set of typedefs
isn't changed. We should have good-looking code conforming
to our own standards in the released tarball :)
Paolo Bonzini (3):
bt: avoid unintended sign extension
a simple bt bugfix
gt64xxx: fix decoding of ISD register
this is a small mips platform bugfix
bt: check struct sizes
this one is rather large, but it tries to fix real mess in BT
device emulation which we have now
Peter Maydell (1):
configure: Diagnose broken linkers directly
A simple patch trying to verify whenever linker works too, not
only compiler, at configure time before doing more complex
tests.
Rodrigo Rebello (1):
configure: use appropriate code fragment for -fstack-protector checks
this is an interesting patch in context of the freeze time.
In short, current test for -fstack-protector gives false positives
(claiming the feature is available) in some configuration, because
it only verifies whenever compiler accepts this option but not
whenever it can compile and link a code which actually uses stack.
Please consider applying.
Thanks,
/mjt
The following changes since commit 4c65fed8bdf96780735dbdb92a8bd0d6b6526cc3:
ui: vnc: avoid floating point exception (2015-12-03 13:34:50 +0000)
are available in the git repository at:
git://git.corpit.ru/qemu.git tags/pull-trivial-patches-2015-12-04
for you to fetch changes up to 98475746b357f6c048caf9e001998d8a0618b2e4:
bt: check struct sizes (2015-12-04 09:39:55 +0300)
----------------------------------------------------------------
trivial patches for 2015-12-04
----------------------------------------------------------------
Daniel P. Berrange (1):
crypto: avoid two coverity false positive error reports
Hervé Poussineau (1):
scsi: remove scsi_req_free prototype
John Snow (1):
util/id: fully allocate names table
Markus Armbruster (1):
typedefs: Put them back into alphabetical order
Paolo Bonzini (3):
bt: avoid unintended sign extension
gt64xxx: fix decoding of ISD register
bt: check struct sizes
Peter Maydell (1):
configure: Diagnose broken linkers directly
Rodrigo Rebello (1):
configure: use appropriate code fragment for -fstack-protector checks
configure | 13 +++++++++++++
crypto/tlscreds.c | 4 ++--
crypto/tlscredsx509.c | 1 +
hw/bt/sdp.c | 2 +-
hw/mips/gt64xxx_pci.c | 3 ++-
include/hw/bt.h | 21 ++++-----------------
include/hw/scsi/scsi.h | 1 -
include/qemu/typedefs.h | 13 ++++++-------
util/id.c | 4 ++--
9 files changed, 31 insertions(+), 31 deletions(-)
next reply other threads:[~2015-12-04 6:57 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-04 6:57 Michael Tokarev [this message]
2015-12-04 6:57 ` [Qemu-trivial] [PULL 1/9] util/id: fully allocate names table Michael Tokarev
2015-12-04 6:57 ` [Qemu-trivial] [PULL 2/9] bt: avoid unintended sign extension Michael Tokarev
2015-12-04 6:57 ` [Qemu-trivial] [PULL 3/9] configure: Diagnose broken linkers directly Michael Tokarev
2015-12-04 6:57 ` [Qemu-trivial] [PULL 4/9] crypto: avoid two coverity false positive error reports Michael Tokarev
2015-12-04 6:57 ` [Qemu-trivial] [PULL 5/9] configure: use appropriate code fragment for -fstack-protector checks Michael Tokarev
2015-12-04 6:57 ` [Qemu-trivial] [PULL 6/9] gt64xxx: fix decoding of ISD register Michael Tokarev
2015-12-04 6:57 ` [Qemu-trivial] [PULL 7/9] scsi: remove scsi_req_free prototype Michael Tokarev
2015-12-04 6:57 ` [Qemu-trivial] [PULL 8/9] typedefs: Put them back into alphabetical order Michael Tokarev
2015-12-04 6:57 ` [Qemu-trivial] [PULL 9/9] bt: check struct sizes Michael Tokarev
2015-12-04 11:44 ` [Qemu-trivial] [Qemu-devel] [PULL for-2.5 0/9] Trivial patches for 2015-12-04 Peter Maydell
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.1449211229.git.mjt@msgid.tls.msk.ru \
--to=mjt@tls.msk.ru \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).