[PATCH] powerpc/kvm: fix some init/exit annotations

2009-06-01 Thread Stephen Rothwell
function kvmppc_booke_exit() has valid usage outside the exit section and the fix is to remove the __exit annotation of kvmppc_booke_exit. Also add some __init annotations on obvious routines. Signed-off-by: Stephen Rothwell --- arch/powerpc/kvm/44x.c |4 ++-- arch/powerpc/kvm/booke.c |2

Re: [GIT PULL] KVM updates for the 3.6 merge window

2012-07-24 Thread Stephen Rothwell
lly trigger merge conflicts). > > I'll follow up with Alex and send you the relevant patches if any. There was at least one, but Linus got it (I checked all the mentions of VCPU_GPR). His merge resolution matches the one that has been in linux-next for quite some time. --

Re: kvm linux-next tree

2011-09-27 Thread Stephen Rothwell
Hi Avi, On Tue, 27 Sep 2011 15:25:02 +0300 Avi Kivity wrote: > > Please add > >git://github.com/avikivity/kvm.git kvm-updates/3.2 > > to the linux-next collection, until kernel.org is back up. Thanks. I will switch to this tomorrow. -- Cheers, Stephen Rothwell

Re: linux-next: Tree for Sept 29 (kvm)

2011-09-29 Thread Stephen Rothwell
[Just cc'ing the kvm guys ] On Thu, 29 Sep 2011 12:50:24 -0700 Randy Dunlap wrote: > > On 09/28/11 23:57, Stephen Rothwell wrote: > > Hi all, > > > > The linux-next tree is now available from > > git://github.com/sfrothwell/linux-next.git as a temporary measu

Re: [PATCH RFC] virtio-net: remove useless disable on freeze

2012-05-31 Thread Stephen Rothwell
patches. > > This one did slip by, but it's harmless so no need to push AFAICT. > > Applied. This patch exists in two trees in linux-next already ... Davem's net tree (so presumably he will send it to Linus shortly) and Michael's vhost tree (is that tree needed any more?). Presumably it is now also in the rr tree? -- Cheers, Stephen Rothwells...@canb.auug.org.au pgpsAKJ5kzVVL.pgp Description: PGP signature

Re: Request VFIO inclusion in linux-next

2012-06-26 Thread Stephen Rothwell
inux merge window. Basically, this should be just what you would send to Linus (or ask him to fetch). It is allowed to be rebased if you deem it necessary. -- Cheers, Stephen Rothwell s...@canb.auug.org.au Legal Stuff: By participating in linux-next, your subsystem tree contributions are public

Re: linux-next: Tree for Jan 25 (kvm)

2013-01-25 Thread Stephen Rothwell
On Fri, 25 Jan 2013 08:53:58 -0800 Randy Dunlap wrote: > > Seeing lots of this error on i386: > > arch/x86/kvm/emulate.c:1016: Error: unsupported for `push' Caused by commit 9ae9febae950 ("KVM: x86 emulator: covert SETCC to fastop") from the kvm tree. cc's adde

Re: KVM/ARM in next

2013-04-21 Thread Stephen Rothwell
maintainer of your subsystem tree), * successfully unit tested, and * destined for the current or next Linux merge window. Basically, this should be just what you would send to Linus (or ask him to fetch). It is allowed to be rebased if you deem it necessary. -- Cheers, Stephen Rothwe

Re: [PATCH 3/6 v5] powerpc: export debug registers save function for KVM

2013-06-26 Thread Stephen Rothwell
endif We usually don't bother guarding function declarations. -- Cheers, Stephen Rothwells...@canb.auug.org.au pgp_yJYfcoXUd.pgp Description: PGP signature

Re: [PATCH 3/8] vfio: add external user support

2013-06-26 Thread Stephen Rothwell
ser); You cannot EXPORT a static symbol ... The same through the rest of the file. -- Cheers, Stephen Rothwells...@canb.auug.org.au pgp6E1OHQCz1Z.pgp Description: PGP signature

Re: [PATCH 3/8] vfio: add external user support

2013-06-27 Thread Stephen Rothwell
> + > + BUG_ON(filep->f_op != &vfio_group_fops); We usually reserve BUG_ON for situations where there is no way to continue running or continuing will corrupt the running kernel. Maybe WARN_ON() and return? -- Cheers, Stephen Rothwells...@canb.auug.org.au

Re: [PATCH v2] vfio: add external user support

2013-06-27 Thread Stephen Rothwell
d vfio_group_del_external_user(struct file *filep); > +int vfio_group_iommu_id_from_file(struct file *filep); Just being picky, but all the other function declarations in that file state "extern" explicitly. -- Cheers, Stephen Rothwells...@canb.auug.org.au pgpPUcDwAhRfo.pgp Description: PGP signature

Re: [PATCH] virtio: include asm/barrier explicitly

2013-07-07 Thread Stephen Rothwell
Hi Rusty, On Mon, 08 Jul 2013 11:31:45 +0930 Rusty Russell wrote: > > PS. I'll squeeze these into this merge window, since they're trivial. s/'re trivial/fix bugs/ ;-) -- Cheers, Stephen Rothwells...@canb.auug.org.au pgpQCBOOsFabg.pgp Description: PGP signature

Re: [PATCH RFC 00/73] tree-wide: clean up some no longer required #include

2014-01-21 Thread Stephen Rothwell
uld be just what you would send to Linus (or ask him to fetch). It is allowed to be rebased if you deem it necessary. -- Cheers, Stephen Rothwell s...@canb.auug.org.au Legal Stuff: By participating in linux-next, your subsystem tree contributions are public and will be included in the linux-next

Re: [GIT PULL] tree-wide: clean up no longer required #include

2014-02-04 Thread Stephen Rothwell
own in the mail along with the usual pull request message (I guess he should have put that bit at the top). -- Cheers, Stephen Rothwells...@canb.auug.org.au pgpCupBnQvITX.pgp Description: PGP signature

Re: [GIT PULL] tree-wide: clean up no longer required #include

2014-02-06 Thread Stephen Rothwell
gt; most of the changes in the last week have been trivial adding acks > or dropping patches that maintainers decided to take themselves. Any thoughts on merging this? I can feel it bitrotting :-( -- Cheers, Stephen Rothwells...@canb.auug.org.au pgpLBzb9EX2uu.pgp Description: PGP signature

Re: qemu-kvm loops after kernel udpate

2012-09-18 Thread Stephen Rothwell
? Or should I just wait for a new mmotm? -- Cheers, Stephen Rothwells...@canb.auug.org.au pgpurzS3znHG8.pgp Description: PGP signature

Re: qemu-kvm loops after kernel udpate

2012-09-18 Thread Stephen Rothwell
Hi Andrew, On Tue, 18 Sep 2012 17:20:29 -0700 Andrew Morton wrote: > > On Wed, 19 Sep 2012 10:00:34 +1000 Stephen Rothwell > wrote: > > > On Tue, 18 Sep 2012 12:46:46 -0700 Andrew Morton > > wrote: > > > > > > hm, thanks. This will probably take

Re: Linux-next changes for module and virtio trees.

2012-10-02 Thread Stephen Rothwell
necessary since everything in these trees should have been merged by Linus during the merge window, so a merge of -rc1 or later should be a fast forward (though merging with the tag itself may produce a real merge). The second can be tricky to pick the right moment :-) -- Cheers, S

Re: Linux-next changes for module and virtio trees.

2012-10-31 Thread Stephen Rothwell
Hi Rusty, On Wed, 31 Oct 2012 13:58:15 +1030 Rusty Russell wrote: > > Stephen Rothwell writes: > > > > On Tue, 02 Oct 2012 15:56:56 +0930 Rusty Russell > > wrote: > >> > >> Please remove my quilt tree > >> http://ozlabs.org/~rusty/ker

Re: New kvm.git branch for linux-next

2009-09-09 Thread Stephen Rothwell
l improve -next > bisectability. > > (this is actually a symbolic ref to kvm-updates/2.6.32 which will be > updated when kvm-updates/2.6.33 is created) That sounds great. I have changed over starting from today. Thanks. -- Cheers, Stephen Rothwells...@canb.

Re: [PATCH] [PPC] Add dequeue for external on BookE

2010-04-07 Thread Stephen Rothwell
ons(+), 0 deletions(-) > > Applied, thanks. Thanks, guys. -- Cheers, Stephen Rothwells...@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ pgpiHVmUvpI5v.pgp Description: PGP signature

Re: [GIT PULL] KVM updates for the 2.6.37 merge window

2010-10-24 Thread Stephen Rothwell
r. "Just saying" :-) [Avi, I am not particularly picking on you, your tree just happened to strike me this morning ... there are many others. At least you also updated your linux-next branch so I won't have to cope with two slightly different versions and all the conf

Re: [PATCH 19/27] Export symbols for KVM module

2009-10-30 Thread Stephen Rothwell
_ticks_per_jiffy); Since you are moving this anyway, how about moving it into arch/powerpc/kernel/time.c where tb_ticks_per_jiffy is defined. -- Cheers, Stephen Rothwells...@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ pgp9GzKJo66J0.pgp Description: PGP signature

Re: [PATCH 20/27] Split init_new_context and destroy_context

2009-10-30 Thread Stephen Rothwell
n void set_context(unsigned long id, pgd_t *pgd); > > #ifdef CONFIG_PPC_BOOK3S_64 > +extern int __init_new_context(void); > +extern void __destroy_context(int context_id); > +#endif > + > +#ifdef CONFIG_PPC_BOOK3S_64 don't add the #endif/#ifdef pair ... -- C

linux-next: kvm tree build failure

2008-12-18 Thread Stephen Rothwell
nd s390 probably have the same problem.) I have reverted the kvm tree for today. -- Cheers, Stephen Rothwells...@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ pgpiBM252L09F.pgp Description: PGP signature

Re: [GIT PULL] VFIO updates for v3.8

2012-12-11 Thread Stephen Rothwell
liam/linux-vfio.git tags/vfio-for-v3.8 > > for you to fetch changes up to a9e3ccfa452c8c5bac49637fe6ece1ac3246d312: > > vfio-pci: Enable device before attempting reset (2012-12-11 11:25:37 -0700) This has been rebased from what was in linux-next yesterday onto v3.7. -- Cheers, S

Re: [GIT PULL] VFIO updates for v3.8

2012-12-11 Thread Stephen Rothwell
ve brought to light a semantic conflict, in which case the fix could be supplied to Linus with the pull request, or a well changed logged back merge of Linus' tree containing the fix could be done and Linus asked to pull the result. -- Cheers, Stephen Rothwells...@canb.auug

Re: [GIT PULL] KVM updates for the 3.8 merge window

2012-12-12 Thread Stephen Rothwell
but more work has been added on top of it :-(). -- Cheers, Stephen Rothwells...@canb.auug.org.au pgpHnXbejFQ3v.pgp Description: PGP signature

Re: [GIT PULL] KVM updates for the 3.8 merge window

2012-12-13 Thread Stephen Rothwell
Hi Linus, On Thu, 13 Dec 2012 14:22:34 -0800 Linus Torvalds wrote: > > On Wed, Dec 12, 2012 at 1:19 PM, Stephen Rothwell > wrote: > > > > There is a section of this tree (the kvm-ppc tree in linux-next) that has > > been rebased before being merged into thi

linux-next: manual merge of the kvms390 tree with the kvm tree

2015-11-19 Thread Stephen Rothwell
ncy signal injection") 32d7bd98e799 ("KVM: s390: fix wrong lookup of VCPUs by array index") from the kvms390 tree. These patches used different names for the added function. I used the name from the kvm tree (kvm_get_vcpu_by_id). This also required the following merge patc

linux-next: manual merge of the akpm-current tree with the kvm tree

2015-12-17 Thread Stephen Rothwell
;) from the kvm tree and commit: 7fd3f3e7c320 ("kvm: rename pfn_t to kvm_pfn_t") from the akpm-current tree. I fixed it up (see below) and can carry the fix as necessary (no action is required). -- Cheers, Stephen Rothwells...@canb.auug.org.au diff --cc ar

Re: linux-next: Tree for Sep 10

2015-09-10 Thread Stephen Rothwell
Hi Christian, [cc'ing the current contacts] On Thu, 10 Sep 2015 10:05:01 +0200 Christian Borntraeger wrote: > > Can you add > kvm@vger.kernel.org > for build failures of the kernel tree? Done. -- Cheers, Stephen Rothwells...@canb.auug.org.au -- To unsu

linux-next: manual merge of the kvm-arm tree with the kvm tree

2015-10-15 Thread Stephen Rothwell
_intr_is_single_vcpu()") 8fc52eb9cee4 ("KVM: Add kvm_arch_vcpu_{un}blocking callbacks") from the kvm-arm tree. I fixed it up (see below) and can carry the fix as necessary (no action is required). -- Cheers, Stephen Rothwells...@canb.auug.org.au diff --cc arch/x86/includ

Re: [PULL] virtio: virtio 1.0 support, misc patches

2014-12-11 Thread Stephen Rothwell
atches. > David said he's fine with merging these patches through > my tree. > Rusty's on vacation, he acked using my tree for these, too. So, either none of this has been in linux-next or you have just rebased it all on top of v3.18 ... -- Cheers, Stephen Rothwell

Re: [PULL] virtio: virtio 1.0 support, misc patches

2014-12-11 Thread Stephen Rothwell
-* tags ... I am not doubting that these patches have been published and reviewed and tested, all I am saying is that they have not been in linux-next as those commits. -- Cheers, Stephen Rothwells...@canb.auug.org.au pgplJ3pzj5ZEB.pgp Description: OpenPGP digital signature