a...@linux-foundation.org wrote:
> The mm-of-the-moment snapshot 2009-06-09-17-52 has been uploaded to
>
>http://userweb.kernel.org/~akpm/mmotm/
>
> and will soon be available at
>
>git://git.zen-sources.org/zen/mmotm.git
>
> It contains the following patches against 2.6.30-rc8:
build-
Davide Libenzi wrote:
> The following patch changes the eventfd interface to de-couple the eventfd
> memory context, from the file pointer instance.
> Without such change, there is no clean way to racely free handle the
> POLLHUP event sent when the last instance of the file* goes away.
> Also, n
On Tue, 19 Jul 2011 12:46:22 -0300 Marcelo Tosatti wrote:
>
> Fix build with CONFIG_KVM_GUEST=n.
>
> Signed-off-by: Marcelo Tosatti
Reported-by: Randy Dunlap
Acked-by: Randy Dunlap
Thanks.
>
> diff --git a/arch/x86/include/asm/kvm_para.h b/arch/x86/include/asm/kvm_para
From: Randy Dunlap
Fix kconfig dependency warning:
warning: (KVM) selects TASK_DELAY_ACCT which has unmet direct dependencies
(TASKSTATS)
Signed-off-by: Randy Dunlap
---
arch/x86/kvm/Kconfig |1 +
1 file changed, 1 insertion(+)
--- linux-next-20110725.orig/arch/x86/kvm/Kconfig
From: Randy Dunlap
CONFIG_TASKSTATS just had a change to use netlink, including
a change to "depends on NET". Since "select" does not follow
dependencies, KVM also needs to depend on NET to prevent build
errors when CONFIG_NET is not enabled.
Sample of the reported "u
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 measure while
> the kernel.org servers are unavailable.
kvm build on i386 says:
ERROR: "__udivdi3" [arch/x86/kvm/kvm.ko] undefined!
whi
On 09/30/11 04:50, Jan Kiszka wrote:
> Required on i386 hosts.
>
> Signed-off-by: Jan Kiszka
Reported-by: Randy Dunlap
Acked-by: Randy Dunlap
Thanks.
> ---
> arch/x86/kvm/lapic.c |7 ---
> 1 files changed, 4 insertions(+), 3 deletions(-)
>
> diff --git
4): undefined reference to `perf_guest_get_msrs'
>
> Reported-by: Ingo Molnar
> Reported-by: Randy Dunlap
> Signed-off-by: Avi Kivity
Acked-by: Randy Dunlap
Thanks.
> ---
> arch/x86/kvm/Kconfig |2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff -
On 02/01/2012 07:45 PM, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20120201:
On some randconfig i386 builds, I am seeing this:
warning: (KVMTOOL_TEST_ENABLE && AMD_IOMMU) selects PCI_MSI which has unmet
direct dependencies (PCI && ARCH_SUPPORTS_MSI)
because ARCH_SUPPORTS_MSI needs bo
On 04/23/2012 10:43 PM, Stephen Rothwell wrote:
> Hi all,
>
> There will probably be no linux-next release until April 30 as I am
> taking a break.
>
> Changes since 20120423:
on i386:
CC [M] arch/x86/kvm/emulate.o
arch/x86/kvm/emulate.c: Assembler messages:
arch/x86/kvm/emulate.c:4122: Er
On 05/31/2012 01:01 AM, Raghavendra K T wrote:
> From: Raghavendra K T
>
> Thanks Alex for KVM_HC_FEATURES inputs and Jan for VAPIC_POLL_IRQ
>
> Signed-off-by: Raghavendra K T
> ---
> diff --git a/Documentation/virtual/kvm/hypercalls.txt
> b/Documentation/virtual/kvm/hypercalls.txt
> new fi
iler.
>
> Warning: a .config with apic disabled doesn't seem to boot
> for me (even without this patch). Still verifying why,
> meanwhile this patch is compile-tested only.
>
> Signed-off-by: Michael S. Tsirkin
Reported-by: Randy Dunlap
Acked-by: Randy Dunlap
Thanks.
&
On 07/01/2012 03:56 AM, Michael S. Tsirkin wrote:
> On Sun, Jul 01, 2012 at 12:49:53PM +0300, Avi Kivity wrote:
>> On 07/01/2012 12:44 PM, Michael S. Tsirkin wrote:
>>> On Sun, Jul 01, 2012 at 12:41:45PM +0300, Avi Kivity wrote:
>>>> On 06/29/2012 09:05 PM, Randy Dun
On 03/06/2012 11:10 PM, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20120306:
>
> The kvm tree lost its build failure.
I'm getting this build error on X86_32 (i386):
arch/x86/kvm/x86.c:1042: Error: no instruction mnemonic suffix given and no
register operands; can't size instruction
On Mon, 22 Nov 2010 13:49:11 +1100 Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20101119:
kvm.c:(.init.text+0x11f49): undefined reference to `kvm_register_clock'
when CONFIG_KVM_CLOCK is not enabled.
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code **
On Mon, 22 Nov 2010 13:26:27 -0800 Randy Dunlap wrote:
> On Mon, 22 Nov 2010 13:49:11 +1100 Stephen Rothwell wrote:
>
> > Hi all,
> >
> > Changes since 20101119:
>
>
> kvm.c:(.init.text+0x11f49): undefined reference to `kvm_register_clock'
>
> w
On 11/29/10 09:47, Zachary Amsden wrote:
> On 11/29/2010 06:35 AM, Avi Kivity wrote:
>> On 11/29/2010 06:33 PM, Randy Dunlap wrote:
>>> On Mon, 22 Nov 2010 13:26:27 -0800 Randy Dunlap wrote:
>>>
>>> > On Mon, 22 Nov 2010 13:49:11 +1100 Stephe
On 11/29/10 10:08, Zachary Amsden wrote:
> On 11/29/2010 07:52 AM, Randy Dunlap wrote:
>> On 11/29/10 09:47, Zachary Amsden wrote:
>>
>>> On 11/29/2010 06:35 AM, Avi Kivity wrote:
>>>
>>>> On 11/29/2010 06:33 PM, Randy Dunlap wrote:
>>
On Wed, 1 Dec 2010 16:08:25 +0800 xiaohui@intel.com wrote:
> From: Xin Xiaohui
>
> Signed-off-by: Xin Xiaohui
> Reviewed-by: Jeff Dike
> ---
> drivers/vhost/Kconfig | 10 ++
> drivers/vhost/Makefile |2 ++
> 2 files changed, 12 insertions(+), 0 deletions(-)
>
> diff --git
On Mon, 29 Nov 2010 08:08:30 -1000 Zachary Amsden wrote:
> On 11/29/2010 07:52 AM, Randy Dunlap wrote:
> > On 11/29/10 09:47, Zachary Amsden wrote:
> >
> >> On 11/29/2010 06:35 AM, Avi Kivity wrote:
> >>
> >>> On 11/29/2010 06:33 PM, Randy
On Fri, 17 Dec 2010 17:32:37 +1100 Stephen Rothwell wrote:
> Hi all,
>
> [The mirroring on kernel.org is running slowly]
>
> Changes since 20101216:
on i386 builds, I'm seeing this build error:
arch/x86/kvm/vmx.c:488: Error:bad register name `%sil'
but I don't see what is causing it...
ker
On 12/20/10 01:06, Avi Kivity wrote:
> 'error' is byte sized, so use a byte register constraint.
Hm, OK, but I still get the same build error.
> Signed-off-by: Avi Kivity
> ---
> arch/x86/kvm/vmx.c |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/x86/kvm/vmx
On 12/20/10 09:47, Avi Kivity wrote:
> On 12/20/2010 06:56 PM, Randy Dunlap wrote:
>> On 12/20/10 01:06, Avi Kivity wrote:
>> > 'error' is byte sized, so use a byte register constraint.
>>
>> Hm, OK, but I still get the same build error.
>
> Not o
On 12/20/10 09:58, Avi Kivity wrote:
> On 12/20/2010 07:57 PM, Avi Kivity wrote:
>> On 12/20/2010 07:53 PM, Randy Dunlap wrote:
>>> On 12/20/10 09:47, Avi Kivity wrote:
>>> > On 12/20/2010 06:56 PM, Randy Dunlap wrote:
>>> >> On 12/20/10 01:06, Avi K
On 12/20/10 10:26, Avi Kivity wrote:
> On 12/20/2010 08:22 PM, Randy Dunlap wrote:
>> On 12/20/10 09:58, Avi Kivity wrote:
>> > On 12/20/2010 07:57 PM, Avi Kivity wrote:
>> >> On 12/20/2010 07:53 PM, Randy Dunlap wrote:
>> >>> On 12/20/10 09:47, Avi
On 12/21/10 06:51, Avi Kivity wrote:
> 'error' is byte sized, so use a byte register constraint.
>
> Signed-off-by: Avi Kivity
Acked-by: Randy Dunlap
Thanks.
> ---
> arch/x86/kvm/vmx.c |4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
>
From: Randy Dunlap
arch/x86/kvm/emulate.c:2598: warning: integer constant is too large for 'long'
type
Signed-off-by: Randy Dunlap
---
arch/x86/kvm/emulate.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-next-20110421.orig/arch/x86/kvm/emulate.c
+++ linux-nex
On 01/24/13 21:26, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20130124:
>
Seeing lots of this error on i386:
arch/x86/kvm/emulate.c:1016: Error: unsupported for `push'
--
~Randy
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...
r of its
> largest possible type and explicitly cast to it.
>
> So, we'll do just that. We will consider it an unsigned long
> long, and cast to it explicitly.
>
> Signed-off-by: Dave Hansen
This warning is still present in linux-next (20130213).
Acked-by: Randy D
On 04/17/13 00:04, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20130416:
>
on i386, SMP is disabled, X86_UP_APIC is not enabled, but
CONFIG_KVM_APIC_ARCHITECTURE=y:
arch/x86/kvm/vmx.c: In function 'vmx_deliver_posted_interrupt':
arch/x86/kvm/vmx.c:3950:3: error: 'apic' undeclared (firs
;
> Fix it by including the necessary header.
Sorry, i386 build still fails with the same error message plus this one:
ERROR: "apic" [arch/x86/kvm/kvm-intel.ko] undefined!
> Reported-by: Randy Dunlap
> Signed-off-by: David Rientjes
> ---
> arch/x86/kvm/vmx.c | 1 +
> 1
On 04/17/13 17:35, Zhang, Yang Z wrote:
> David Rientjes wrote on 2013-04-18:
>> On Wed, 17 Apr 2013, Randy Dunlap wrote:
>>
>>> On 04/17/13 16:12, David Rientjes wrote:
>>>> The build fails when CONFIG_SMP is disabled:
>>>>
>>>>a
On 04/29/13 02:17, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20130426:
>
on x86_64:
arch/x86/kvm/x86.c: In function 'kvm_dev_ioctl_check_extension':
arch/x86/kvm/x86.c:2547:22: error: 'pci_bus_type' undeclared (first use in this
function)
Oops, CONFIG_PCI is not enabled.
Full ran
On 04/29/13 09:54, Alex Williamson wrote:
> Fix build with CONFIG_PCI unset by linking KVM_CAP_IOMMU to
> device assignment config option. It has no purpose otherwise.
>
> Signed-off-by: Alex Williamson
Reported-by: Randy Dunlap
Acked-by: Randy Dunlap
Thanks.
> ---
>
o /lib.
E.g., drivers/misc/vmw_vmci/Kconfig uses "depends on NET" because the
code there uses both memcpy_toiovec() and memcpy_fromiovec().
See commit ID 6d4f0139d642c45411a47879325891ce2a7c164a.
> Subject: Hoist memcpy_fromiovec into lib/
>
> ERROR: "memcpy_fromiovec"
On 12/21/13 08:21, Masanari Iida wrote:
> Correct spelling typo in Documentations/virtual/kvm
>
> Signed-off-by: Masanari Iida
Acked-by: Randy Dunlap
Thanks.
> ---
> Documentation/virtual/kvm/api.txt | 4 ++--
> Documentation/virtual/kvm/hypercalls.txt | 2 +
From: Randy Dunlap
Make KVM_MMU_AUDIT kconfig help text readable and collapse
two spaces between words down to one space.
Signed-off-by: Randy Dunlap
---
arch/x86/kvm/Kconfig |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- lnx-313-rc8.orig/arch/x86/kvm/Kconfig
+++ lnx-313-rc8
> because of
> CONFIG_KVM=m
> ...
> # CONFIG_CPU_FREQ is not set
>
> Should cpufreq_get be defined as inline return 0 the same as
> cpufreq_quick_get on !CONFIG_CPU_FREQ?
I submitted a patch for that several days ago, against
linux-next-20091006. (below again)
---
From
On Thu, 15 Apr 2010 14:37:28 -0400 Glauber Costa wrote:
> This patch adds a new file, kvm/kvmclock.txt, describing
> the mechanism we use in kvmclock.
>
> Signed-off-by: Glauber Costa
> ---
> Documentation/kvm/kvmclock.txt | 138
>
> 1 files changed, 1
On Wed, 26 May 2010 14:04:48 -0400 Glauber Costa wrote:
> This patch adds a file that documents the usage of KVM-specific
> MSRs.
>
> Signed-off-by: Glauber Costa
> ---
> Documentation/kvm/msr.txt | 115
> +
> 1 files changed, 115 insertions(+), 0 d
On Thu, 27 May 2010 12:33:48 -0400 Glauber Costa wrote:
> This patch adds a file that documents the usage of KVM-specific
> MSRs.
>
> [ v2: added comments from Randy ]
> [ v2: added comments from Avi ]
>
> Signed-off-by: Glauber Costa
Reviewed-by: Randy Dunlap
>
Hi,
On Fri, 28 May 2010 16:07:38 -0700 Tom Lyon wrote:
Missing diffstat -p1 -w 70:
Documentation/vfio.txt | 176
MAINTAINERS|7
drivers/Kconfig|2
drivers/Makefile |1
drivers/vfio/Kconfig |9
dri
On Fri, 28 May 2010 16:07:38 -0700 Tom Lyon wrote:
> diff -uprN linux-2.6.34/Documentation/vfio.txt
> vfio-linux-2.6.34/Documentation/vfio.txt
> --- linux-2.6.34/Documentation/vfio.txt 1969-12-31 16:00:00.0
> -0800
> +++ vfio-linux-2.6.34/Documentation/vfio.txt 2010-05-28 14:03:05
On Tue, 08 Jun 2010 14:21:52 -0700 Tom Lyon wrote:
one missing piece (again):
Documentation/ioctl/ioctl-number.txt |1
Documentation/vfio.txt | 177 +++
MAINTAINERS |7
drivers/Kconfig |2
drivers/Makefile
On Tue, 08 Jun 2010 14:21:52 -0700 Tom Lyon wrote:
> diff -uprN linux-2.6.34/Documentation/vfio.txt
> vfio-linux-2.6.34/Documentation/vfio.txt
> --- linux-2.6.34/Documentation/vfio.txt 1969-12-31 16:00:00.0
> -0800
> +++ vfio-linux-2.6.34/Documentation/vfio.txt 2010-06-07 15:05:42
On Mon, 1 Sep 2008 19:21:06 +0800 Zhao, Yu wrote:
> Complete the hotplug ABI document, and add SR-IOV HOWTO.
>
> Signed-off-by: Yu Zhao <[EMAIL PROTECTED]>
> Signed-off-by: Eddie Dong <[EMAIL PROTECTED]>
>
> ---
> Documentation/ABI/testing/sysfs-bus-pci | 67
> Documentation/DocB
On Fri, 19 Sep 2008 14:38:20 +1000 Stephen Rothwell wrote:
kvm calls intel_iommu_found(), which won't exist if CONFIG_DMAR=n:
arch/x86/kvm/built-in.o: In function `kvm_dev_ioctl_check_extension':
(.text+0x5588): undefined reference to `intel_iommu_found'
make[1]: *** [.tmp_vmlinux1] Error 1
--
On Mon, 22 Sep 2008 01:38:58 -0700 [EMAIL PROTECTED] wrote:
> The mm-of-the-moment snapshot 2008-09-22-01-36 has been uploaded to
>
>http://userweb.kernel.org/~akpm/mmotm/
>
> It contains the following patches against 2.6.27-rc7:
ERROR: "intel_iommu_found" [arch/x86/kvm/kvm.ko] undefined!
>> Cc: Ingo Molnar <[EMAIL PROTECTED]>
>> Cc: Jesse Barnes <[EMAIL PROTECTED]>
>> Cc: Matthew Wilcox <[EMAIL PROTECTED]>
>> Cc: Randy Dunlap <[EMAIL PROTECTED]>
>> Cc: Roland Dreier <[EMAIL PROTECTED]>
>> Signed-off-by: Yu Zhao <[
From: Randy Dunlap
Add missing ; to fix build error:
arch/x86/kvm/x86.c:1259: error: expected',' or ';' before 'const'
Signed-off-by: Randy Dunlap
---
arch/x86/kvm/x86.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-next-20090511.orig/arc
On Mon, 15 Mar 2010 12:52:15 +0530 Balbir Singh wrote:
> Selectively control Unmapped Page Cache (nospam version)
>
> From: Balbir Singh
>
> This patch implements unmapped page cache control via preferred
> page cache reclaim. The current patch hooks into kswapd and reclaims
> page cache if the
On Wed, 20 Jan 2010 18:10:16 +1100 Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20100119:
>
> The kvm tree lost its build failure.
on i386/X86_32:
arch/x86/kvm/x86.c:3810: warning: left shift count >= width of type
arch/x86/kvm/x86.c:3812: warning: left shift count >= width of type
arc
On Mon, 14 Jun 2010 21:34:19 -1000 Zachary Amsden wrote:
> Basic informational document about x86 timekeeping and how KVM
> is affected.
Nice job/information. Thanks.
Just some typos etc. inline below.
> Signed-off-by: Zachary Amsden
> ---
> Documentation/kvm/timekeeping.txt | 599
> +
Matthew Wilcox wrote:
> On Fri, Feb 20, 2009 at 02:54:45PM +0800, Yu Zhao wrote:
>
>> +if (nres != iov->nres) {
>> +dev_err(&dev->dev, "no enough MMIO for SR-IOV\n");
>> +return -ENOMEM;
>> +}
"not enough MMIO BARs for SR-IOV"
or
Matthew Wilcox wrote:
> On Fri, Feb 20, 2009 at 02:54:42PM +0800, Yu Zhao wrote:
>> +config PCI_IOV
>> +bool "PCI IOV support"
>> +depends on PCI
>> +select PCI_MSI
>
> My understanding is that having 'select' of a config symbol that the
> user can choose is bad. I think we should pro
Matthew Wilcox wrote:
> Randy, can you wordsmith this one?
I'll try.
> I think I'm starting to understand the difference between physfn and
> dep_link, but an example would definitely help. It may or may not be
> appropriate to put it in.
>
> On Fri, Feb 20, 2009 at 02:54:47PM +0800, Yu Zhao wr
Yu Zhao wrote:
> On Sat, Mar 07, 2009 at 04:20:24AM +0800, Matthew Wilcox wrote:
>> On Fri, Feb 20, 2009 at 02:54:44PM +0800, Yu Zhao wrote:
>>> +static inline void virtfn_bdf(struct pci_dev *dev, int id, u8 *busnr, u8
>>> *devfn)
>>> +{
>>> + u16 bdf;
>>> +
>>> + bdf = (dev->bus->number << 8)
On Tue, 12 Aug 2008 16:46:39 +0800 Zhao, Yu wrote:
> [PATCH 4/4] PCI: document SR-IOV
>
> SR-IOV Documentation.
>
> Signed-off-by: Yu Zhao <[EMAIL PROTECTED]>
> Signed-off-by: Eddie Dong <[EMAIL PROTECTED]>
>
> ---
> Documentation/ABI/testing/sysfs-bus-pci | 13 ++
> Documentation/PCI/00-IN
On 10/01/15 22:27, Stephen Rothwell wrote:
> Hi all,
>
> There will be no linux-next release on Monday.
>
> Changes since 20151001:
>
on x86_64:
ERROR: "irq_set_vcpu_affinity" [arch/x86/kvm/kvm-intel.ko] undefined!
Full randconfig file is attached.
--
~Randy
#
# Automatically generated fi
59 matches
Mail list logo