All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] xen: fixes and features for 5.3-rc1
@ 2019-07-19  6:09 ` Juergen Gross
  0 siblings, 0 replies; 4+ messages in thread
From: Juergen Gross @ 2019-07-19  6:09 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, xen-devel, boris.ostrovsky

Linus,

Please git pull the following tag:

 git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-5.3a-rc1-tag

xen: fixes and features for 5.3-rc1

It contains:

- A series to introduce a common command line parameter for disabling
  paravirtual extensions when running as a guest in virtualized
  environment

- A fix for int3 handling in Xen pv guests

- Removal of the Xen-specific tmem driver as support of tmem in Xen
  has been dropped (and it was experimental only)

- A security fix for running as Xen dom0 (XSA-300)

- A fix for IRQ handling when offlining cpus in Xen guests

- Some small cleanups


Thanks.

Juergen

 Documentation/admin-guide/kernel-parameters.txt |  28 +-
 arch/x86/entry/entry_64.S                       |   1 -
 arch/x86/include/asm/hypervisor.h               |  12 +
 arch/x86/include/asm/traps.h                    |   2 +-
 arch/x86/include/asm/x86_init.h                 |   2 +
 arch/x86/include/asm/xen/hypervisor.h           |   6 +-
 arch/x86/kernel/cpu/hypervisor.c                |  19 +-
 arch/x86/kernel/jailhouse.c                     |   1 +
 arch/x86/kernel/smpboot.c                       |   3 +-
 arch/x86/kernel/x86_init.c                      |   4 +-
 arch/x86/xen/enlighten_hvm.c                    |  58 ++-
 arch/x86/xen/enlighten_pv.c                     |   3 +-
 arch/x86/xen/spinlock.c                         |   6 +-
 arch/x86/xen/xen-asm_64.S                       |   1 -
 drivers/xen/Kconfig                             |  23 -
 drivers/xen/Makefile                            |   2 -
 drivers/xen/balloon.c                           |  16 +-
 drivers/xen/events/events_base.c                |  12 +-
 drivers/xen/evtchn.c                            |   2 +-
 drivers/xen/tmem.c                              | 419 -----------------
 drivers/xen/xen-balloon.c                       |   2 -
 drivers/xen/xen-selfballoon.c                   | 579 ------------------------
 include/xen/balloon.h                           |  10 -
 include/xen/events.h                            |   3 +-
 include/xen/tmem.h                              |  18 -
 25 files changed, 112 insertions(+), 1120 deletions(-)

Juergen Gross (3):
      xen/events: fix binding user event channels to cpus
      xen: remove tmem driver
      xen: let alloc_xenballooned_pages() fail if not enough memory free

Zhenzhong Duan (7):
      Revert "x86/paravirt: Set up the virt_spin_lock_key after static keys get initialized"
      x86/xen: Mark xen_hvm_need_lapic() and xen_x2apic_para_available() as __init
      x86: Add "nopv" parameter to disable PV extensions
      xen: Map "xen_nopv" parameter to "nopv" and mark it obsolete
      x86/paravirt: Remove const mark from x86_hyper_xen_hvm variable
      x86/xen: Add "nopv" support for HVM guest
      xen/pv: Fix a boot up hang revealed by int3 self test

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

* [Xen-devel] [GIT PULL] xen: fixes and features for 5.3-rc1
@ 2019-07-19  6:09 ` Juergen Gross
  0 siblings, 0 replies; 4+ messages in thread
From: Juergen Gross @ 2019-07-19  6:09 UTC (permalink / raw)
  To: torvalds; +Cc: xen-devel, boris.ostrovsky, linux-kernel

Linus,

Please git pull the following tag:

 git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-5.3a-rc1-tag

xen: fixes and features for 5.3-rc1

It contains:

- A series to introduce a common command line parameter for disabling
  paravirtual extensions when running as a guest in virtualized
  environment

- A fix for int3 handling in Xen pv guests

- Removal of the Xen-specific tmem driver as support of tmem in Xen
  has been dropped (and it was experimental only)

- A security fix for running as Xen dom0 (XSA-300)

- A fix for IRQ handling when offlining cpus in Xen guests

- Some small cleanups


Thanks.

Juergen

 Documentation/admin-guide/kernel-parameters.txt |  28 +-
 arch/x86/entry/entry_64.S                       |   1 -
 arch/x86/include/asm/hypervisor.h               |  12 +
 arch/x86/include/asm/traps.h                    |   2 +-
 arch/x86/include/asm/x86_init.h                 |   2 +
 arch/x86/include/asm/xen/hypervisor.h           |   6 +-
 arch/x86/kernel/cpu/hypervisor.c                |  19 +-
 arch/x86/kernel/jailhouse.c                     |   1 +
 arch/x86/kernel/smpboot.c                       |   3 +-
 arch/x86/kernel/x86_init.c                      |   4 +-
 arch/x86/xen/enlighten_hvm.c                    |  58 ++-
 arch/x86/xen/enlighten_pv.c                     |   3 +-
 arch/x86/xen/spinlock.c                         |   6 +-
 arch/x86/xen/xen-asm_64.S                       |   1 -
 drivers/xen/Kconfig                             |  23 -
 drivers/xen/Makefile                            |   2 -
 drivers/xen/balloon.c                           |  16 +-
 drivers/xen/events/events_base.c                |  12 +-
 drivers/xen/evtchn.c                            |   2 +-
 drivers/xen/tmem.c                              | 419 -----------------
 drivers/xen/xen-balloon.c                       |   2 -
 drivers/xen/xen-selfballoon.c                   | 579 ------------------------
 include/xen/balloon.h                           |  10 -
 include/xen/events.h                            |   3 +-
 include/xen/tmem.h                              |  18 -
 25 files changed, 112 insertions(+), 1120 deletions(-)

Juergen Gross (3):
      xen/events: fix binding user event channels to cpus
      xen: remove tmem driver
      xen: let alloc_xenballooned_pages() fail if not enough memory free

Zhenzhong Duan (7):
      Revert "x86/paravirt: Set up the virt_spin_lock_key after static keys get initialized"
      x86/xen: Mark xen_hvm_need_lapic() and xen_x2apic_para_available() as __init
      x86: Add "nopv" parameter to disable PV extensions
      xen: Map "xen_nopv" parameter to "nopv" and mark it obsolete
      x86/paravirt: Remove const mark from x86_hyper_xen_hvm variable
      x86/xen: Add "nopv" support for HVM guest
      xen/pv: Fix a boot up hang revealed by int3 self test

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

* Re: [GIT PULL] xen: fixes and features for 5.3-rc1
  2019-07-19  6:09 ` [Xen-devel] " Juergen Gross
@ 2019-07-19 19:45   ` pr-tracker-bot
  -1 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2019-07-19 19:45 UTC (permalink / raw)
  To: Juergen Gross; +Cc: torvalds, linux-kernel, xen-devel, boris.ostrovsky

The pull request you sent on Fri, 19 Jul 2019 08:09:25 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-5.3a-rc1-tag

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/b5d72dda8976e878be47415b94bca8465d1fa22d

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

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

* Re: [Xen-devel] [GIT PULL] xen: fixes and features for 5.3-rc1
@ 2019-07-19 19:45   ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2019-07-19 19:45 UTC (permalink / raw)
  To: Juergen Gross; +Cc: xen-devel, boris.ostrovsky, torvalds, linux-kernel

The pull request you sent on Fri, 19 Jul 2019 08:09:25 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-5.3a-rc1-tag

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/b5d72dda8976e878be47415b94bca8465d1fa22d

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

end of thread, other threads:[~2019-07-19 19:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-19  6:09 [GIT PULL] xen: fixes and features for 5.3-rc1 Juergen Gross
2019-07-19  6:09 ` [Xen-devel] " Juergen Gross
2019-07-19 19:45 ` pr-tracker-bot
2019-07-19 19:45   ` [Xen-devel] " pr-tracker-bot

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.