All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] xen: bug fixes for 4.0-rc3
@ 2015-03-13 17:33 David Vrabel
  0 siblings, 0 replies; 2+ messages in thread
From: David Vrabel @ 2015-03-13 17:33 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel@vger.kernel.org, Xen-devel@lists.xen.org,
	Konrad Rzeszutek Wilk, Boris Ostrovsky

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Linus,

Please git pull the following tag:

 git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git stable/for-linus-4.0-rc3-tag

xen: bug fixes for 4.0-rc3

- - Fix a PV regression in 3.19.
- - Fix a dom0 crash on hosts with large numbers of PIRQs.
- - Prevent pcifront from disabling memory or I/O port access, which may
  trigger host crashes.

Thanks.

David

 arch/x86/xen/p2m.c                          |    2 +-
 drivers/xen/events/events_base.c            |   18 +++++---
 drivers/xen/xen-pciback/conf_space.c        |    2 +-
 drivers/xen/xen-pciback/conf_space.h        |    2 +
 drivers/xen/xen-pciback/conf_space_header.c |   61 +++++++++++++++++++++------
 include/xen/xenbus.h                        |    4 +-
 6 files changed, 66 insertions(+), 23 deletions(-)

Jan Beulich (1):
      xen-pciback: limit guest control of command register

Juergen Gross (2):
      x86/xen: correct bug in p2m list initialization
      xen/events: avoid NULL pointer dereference in dom0 on large machines

Yuval Shaia (1):
      xen: Remove trailing semicolon from xenbus_register_frontend() definition
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQEcBAEBAgAGBQJVAx9zAAoJEFxbo/MsZsTRUqEH/jClHenIGLdeAf3IAklwu1Dp
uXq6zceCW+PH26+F8Pp/TvdiWk8bzuG7Uci+lt/A9wzYOWR/8BeY9XV08MsaWeoh
5TBd+WjfMH8XEXBYyJeB6rjxJP7UHbEl+7+rzKcsNTDqx6Rf1GGad6Mi6jfQhVfr
YREfMI5ao3/GGNhZb/hsMk2Q7bBYXED5NlD4ond64Ju7fTvYfRkS0aZ0OMiNBopA
Js/li5xHy0rlRnL44xgW//m7hbpewRFXFBFq0K6yiNprVCaZPq47aQ0Iq1fOeazB
xLrvKrT1oUutg66Tel1JdkYijNqq9Pqt3NpQ9LsXK7PxRIDahS9vGmlDW8R76Rw=
=WKLc
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 2+ messages in thread
* [GIT PULL] xen: bug fixes for 4.0-rc3
@ 2015-03-13 17:33 David Vrabel
  0 siblings, 0 replies; 2+ messages in thread
From: David Vrabel @ 2015-03-13 17:33 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Boris Ostrovsky, linux-kernel@vger.kernel.org,
	Xen-devel@lists.xen.org

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Linus,

Please git pull the following tag:

 git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git stable/for-linus-4.0-rc3-tag

xen: bug fixes for 4.0-rc3

- - Fix a PV regression in 3.19.
- - Fix a dom0 crash on hosts with large numbers of PIRQs.
- - Prevent pcifront from disabling memory or I/O port access, which may
  trigger host crashes.

Thanks.

David

 arch/x86/xen/p2m.c                          |    2 +-
 drivers/xen/events/events_base.c            |   18 +++++---
 drivers/xen/xen-pciback/conf_space.c        |    2 +-
 drivers/xen/xen-pciback/conf_space.h        |    2 +
 drivers/xen/xen-pciback/conf_space_header.c |   61 +++++++++++++++++++++------
 include/xen/xenbus.h                        |    4 +-
 6 files changed, 66 insertions(+), 23 deletions(-)

Jan Beulich (1):
      xen-pciback: limit guest control of command register

Juergen Gross (2):
      x86/xen: correct bug in p2m list initialization
      xen/events: avoid NULL pointer dereference in dom0 on large machines

Yuval Shaia (1):
      xen: Remove trailing semicolon from xenbus_register_frontend() definition
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQEcBAEBAgAGBQJVAx9zAAoJEFxbo/MsZsTRUqEH/jClHenIGLdeAf3IAklwu1Dp
uXq6zceCW+PH26+F8Pp/TvdiWk8bzuG7Uci+lt/A9wzYOWR/8BeY9XV08MsaWeoh
5TBd+WjfMH8XEXBYyJeB6rjxJP7UHbEl+7+rzKcsNTDqx6Rf1GGad6Mi6jfQhVfr
YREfMI5ao3/GGNhZb/hsMk2Q7bBYXED5NlD4ond64Ju7fTvYfRkS0aZ0OMiNBopA
Js/li5xHy0rlRnL44xgW//m7hbpewRFXFBFq0K6yiNprVCaZPq47aQ0Iq1fOeazB
xLrvKrT1oUutg66Tel1JdkYijNqq9Pqt3NpQ9LsXK7PxRIDahS9vGmlDW8R76Rw=
=WKLc
-----END PGP SIGNATURE-----

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

end of thread, other threads:[~2015-03-13 17:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-13 17:33 [GIT PULL] xen: bug fixes for 4.0-rc3 David Vrabel
  -- strict thread matches above, loose matches on Subject: below --
2015-03-13 17:33 David Vrabel

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.