qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL for-2.5 0/9] Trivial patches for 2015-12-04
@ 2015-12-04  6:57 Michael Tokarev
  2015-12-04  6:57 ` [Qemu-devel] [PULL 1/9] util/id: fully allocate names table Michael Tokarev
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Michael Tokarev @ 2015-12-04  6:57 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Michael Tokarev

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(-)

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-12-04 11:44 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-04  6:57 [Qemu-devel] [PULL for-2.5 0/9] Trivial patches for 2015-12-04 Michael Tokarev
2015-12-04  6:57 ` [Qemu-devel] [PULL 1/9] util/id: fully allocate names table Michael Tokarev
2015-12-04  6:57 ` [Qemu-devel] [PULL 2/9] bt: avoid unintended sign extension Michael Tokarev
2015-12-04  6:57 ` [Qemu-devel] [PULL 3/9] configure: Diagnose broken linkers directly Michael Tokarev
2015-12-04  6:57 ` [Qemu-devel] [PULL 4/9] crypto: avoid two coverity false positive error reports Michael Tokarev
2015-12-04  6:57 ` [Qemu-devel] [PULL 5/9] configure: use appropriate code fragment for -fstack-protector checks Michael Tokarev
2015-12-04  6:57 ` [Qemu-devel] [PULL 6/9] gt64xxx: fix decoding of ISD register Michael Tokarev
2015-12-04  6:57 ` [Qemu-devel] [PULL 7/9] scsi: remove scsi_req_free prototype Michael Tokarev
2015-12-04  6:57 ` [Qemu-devel] [PULL 8/9] typedefs: Put them back into alphabetical order Michael Tokarev
2015-12-04  6:57 ` [Qemu-devel] [PULL 9/9] bt: check struct sizes Michael Tokarev
2015-12-04 11:44 ` [Qemu-devel] [PULL for-2.5 0/9] Trivial patches for 2015-12-04 Peter Maydell

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).