linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] xen: features and fixes for 4.5-rc0
@ 2016-01-11 11:32 David Vrabel
  2016-01-11 23:01 ` Stephen Rothwell
  0 siblings, 1 reply; 4+ messages in thread
From: David Vrabel @ 2016-01-11 11:32 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, xen-devel

-----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 for-linus-4.5-rc0-tag

xen: features and fixes for 4.5-rc0

- - Stolen ticks and PV wallclock support for arm/arm64.
- - Add grant copy ioctl to gntdev device.

Thanks.

David

 arch/arm/Kconfig                     |  20 ++++
 arch/arm/include/asm/paravirt.h      |  20 ++++
 arch/arm/include/asm/xen/hypercall.h |   7 ++
 arch/arm/include/asm/xen/interface.h |   3 +
 arch/arm/kernel/Makefile             |   1 +
 arch/arm/kernel/paravirt.c           |  25 +++++
 arch/arm/xen/enlighten.c             |  95 ++++++++++++++++
 arch/arm/xen/hypercall.S             |   1 +
 arch/arm64/Kconfig                   |  20 ++++
 arch/arm64/include/asm/paravirt.h    |  20 ++++
 arch/arm64/kernel/Makefile           |   1 +
 arch/arm64/kernel/paravirt.c         |  25 +++++
 arch/arm64/xen/hypercall.S           |   1 +
 arch/x86/include/asm/xen/hypercall.h |   6 +-
 arch/x86/xen/apic.c                  |   2 +-
 arch/x86/xen/enlighten.c             |   8 +-
 arch/x86/xen/suspend.c               |   3 +-
 arch/x86/xen/time.c                  | 115 ++++++--------------
 drivers/xen/Makefile                 |   2 +-
 drivers/xen/acpi.c                   |   2 +-
 drivers/xen/efi.c                    |  30 ++---
 drivers/xen/gntdev.c                 | 205 ++++++++++++++++++++++++++++++++++-
 drivers/xen/grant-table.c            |   4 +-
 drivers/xen/pcpu.c                   |   8 +-
 drivers/xen/time.c                   |  88 +++++++++++++++
 drivers/xen/xen-acpi-cpuhotplug.c    |   2 +-
 drivers/xen/xen-acpi-pad.c           |   4 +-
 drivers/xen/xen-acpi-processor.c     |   8 +-
 drivers/xen/xenfs/xensyms.c          |   4 +-
 include/uapi/xen/gntdev.h            |  50 +++++++++
 include/xen/interface/platform.h     |  18 ++-
 include/xen/interface/xen.h          |   2 +-
 include/xen/xen-ops.h                |   5 +
 kernel/sched/cputime.c               |   3 +
 34 files changed, 677 insertions(+), 131 deletions(-)

David Vrabel (1):
      xen/gntdev: add ioctl for grant copy

Julia Lawall (2):
      xen/grant-table: constify gnttab_ops structure
      xen/gntdev: constify mmu_notifier_ops structures

Ouyang Zhaowei (Charles) (1):
      x86/xen: don't reset vcpu_info on a cancelled suspend

Stefano Stabellini (14):
      xen: move xen_setup_runstate_info and get_runstate_snapshot to drivers/xen/time.c
      missing include asm/paravirt.h in cputime.c
      arm: introduce CONFIG_PARAVIRT, PARAVIRT_TIME_ACCOUNTING and pv_time_ops
      arm64: introduce CONFIG_PARAVIRT, PARAVIRT_TIME_ACCOUNTING and pv_time_ops
      xen/arm: account for stolen ticks
      xen: rename dom0_op to platform_op
      xen/arm: introduce HYPERVISOR_platform_op on arm and arm64
      xen: introduce XENPF_settime64
      arm: extend pvclock_wall_clock with sec_hi
      xen/arm: introduce xen_read_wallclock
      xen/arm: set the system time in Xen via the XENPF_settime64 hypercall
      xen/x86: support XENPF_settime64
      xen/x86: convert remaining timespec to timespec64 in xen_pvclock_gtod_notify
      xen/time: use READ_ONCE
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBAgAGBQJWk5KxAAoJEFxbo/MsZsTReSgIAJ+3fg2tJu9FoNjyuZTbZZBI
/f7X5bDF9BsMF4DFhIUd7IbqyRZBNPlhzZF6lt4bqmIdhcx5AP34VLt2GF32V6Aj
dYDXaYh8uXXUFShy5zUC54Ajo6ZXchng2fP2+tycPD0pKdrdLTUk9kmqqxuTamsq
Tevdha+VhZZ1/F0gLQWqOI24RCdUYPILwraO1WToA5YOTaaxc52BfbT2Qc/fM7O/
iFdeV4RuwcoQORR648JwNo0HZTqxjUCmL9ef/Lp6IqltmsBF2vJwEQ9+u0b6KyUg
alJtknXNQfhNmVpMWcrp2nOwel8njOeNmUec/z+CtKj+kcin9/J1XzkPx3UVE54=
=9JqB
-----END PGP SIGNATURE-----

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

* Re: [GIT PULL] xen: features and fixes for 4.5-rc0
  2016-01-11 11:32 [GIT PULL] xen: features and fixes for 4.5-rc0 David Vrabel
@ 2016-01-11 23:01 ` Stephen Rothwell
  2016-01-12 14:56   ` [Xen-devel] " David Vrabel
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Rothwell @ 2016-01-11 23:01 UTC (permalink / raw)
  To: David Vrabel; +Cc: Linus Torvalds, linux-kernel, xen-devel

Hi David,

On Mon, 11 Jan 2016 11:32:01 +0000 David Vrabel <dvrabel@cantab.net> wrote:
>
> Please git pull the following tag:
> 
>  git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-4.5-rc0-tag
> 
> xen: features and fixes for 4.5-rc0
> 
> - - Stolen ticks and PV wallclock support for arm/arm64.
> - - Add grant copy ioctl to gntdev device.

So the version I have of this in linux-next has not been updated since
Dec 2 and is based on v4.4-rc1.  The version above is based on
v4.4-rc6 and has extra commits ... Did someone forget to update the
xen-tip/linux-next branch?

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

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

* Re: [Xen-devel] [GIT PULL] xen: features and fixes for 4.5-rc0
  2016-01-11 23:01 ` Stephen Rothwell
@ 2016-01-12 14:56   ` David Vrabel
  2016-01-13  8:48     ` Michael Ellerman
  0 siblings, 1 reply; 4+ messages in thread
From: David Vrabel @ 2016-01-12 14:56 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: xen-devel, Linus Torvalds, linux-kernel

On 11/01/16 23:01, Stephen Rothwell wrote:
> Hi David,
> 
> On Mon, 11 Jan 2016 11:32:01 +0000 David Vrabel <dvrabel@cantab.net> wrote:
>>
>> Please git pull the following tag:
>>
>>  git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-4.5-rc0-tag
>>
>> xen: features and fixes for 4.5-rc0
>>
>> - - Stolen ticks and PV wallclock support for arm/arm64.
>> - - Add grant copy ioctl to gntdev device.
> 
> So the version I have of this in linux-next has not been updated since
> Dec 2 and is based on v4.4-rc1.  The version above is based on
> v4.4-rc6 and has extra commits ... Did someone forget to update the
> xen-tip/linux-next branch?

Yes.

Ideally I'd like the linux-next branch in ../xen/tip.git to be symbolic
reference to the current for-linus-x.y branch so I do not have to
remember to push to two different branches.  I can't see a way to do
this though.

David

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

* Re: [Xen-devel] [GIT PULL] xen: features and fixes for 4.5-rc0
  2016-01-12 14:56   ` [Xen-devel] " David Vrabel
@ 2016-01-13  8:48     ` Michael Ellerman
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Ellerman @ 2016-01-13  8:48 UTC (permalink / raw)
  To: David Vrabel, Stephen Rothwell; +Cc: xen-devel, Linus Torvalds, linux-kernel

On Tue, 2016-01-12 at 14:56 +0000, David Vrabel wrote:
> On 11/01/16 23:01, Stephen Rothwell wrote:
> > Hi David,
> > 
> > On Mon, 11 Jan 2016 11:32:01 +0000 David Vrabel <dvrabel@cantab.net> wrote:
> > > 
> > > Please git pull the following tag:
> > > 
> > >  git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-4.5-rc0-tag
> > > 
> > > xen: features and fixes for 4.5-rc0
> > > 
> > > - - Stolen ticks and PV wallclock support for arm/arm64.
> > > - - Add grant copy ioctl to gntdev device.
> > 
> > So the version I have of this in linux-next has not been updated since
> > Dec 2 and is based on v4.4-rc1.  The version above is based on
> > v4.4-rc6 and has extra commits ... Did someone forget to update the
> > xen-tip/linux-next branch?
> 
> Yes.
> 
> Ideally I'd like the linux-next branch in ../xen/tip.git to be symbolic
> reference to the current for-linus-x.y branch so I do not have to
> remember to push to two different branches.  I can't see a way to do
> this though.

You're using tags for the pull request though, so do you need the for-linus-x.y
branch at all?

I've stopped using them, and instead just push to next and ask Linus to pull
a tag. That also avoids any possibility of the for-linus-x.y branch getting out
of sync with the for-linus-x.y tag.

cheers

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

end of thread, other threads:[~2016-01-13  8:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-11 11:32 [GIT PULL] xen: features and fixes for 4.5-rc0 David Vrabel
2016-01-11 23:01 ` Stephen Rothwell
2016-01-12 14:56   ` [Xen-devel] " David Vrabel
2016-01-13  8:48     ` Michael Ellerman

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