Re: rpms/kernel/devel linux-2.6-net-fix-another-gro-bug.patch, NONE, 1.1 TODO, 1.59, 1.60 kernel.spec, 1.1482, 1.1483

2009-03-30 Thread Mark McLoughlin
Hi, On Mon, 2009-03-30 at 08:56 +, Mark McLoughlin wrote: +* linux-2.6-net-fix-another-gro-bug.patch: +virtio_net guest-remote GSO busted with 2.6.29 host +https://bugzilla.redhat.com/490266 +Should be in 2.6.29.1 I took the liberty of just going ahead

Backport /sys/bus/pci/devices/*/remove_id

2009-03-23 Thread Mark McLoughlin
Hey, Any objections to pulling in this patch from the linux-next PCI tree? It adds a sysfs entry which we need for KVM/libvirt PCI device assignment. See: https://bugzilla.redhat.com/487103 TODO entry would be: * linux-2.6-pci-sysfs-remove-id.patch In jbarnes

Xen Dom0 kernels on branch

2009-02-12 Thread Mark McLoughlin
Hey, Michael Young has been building some test kernels using Jeremy Fitzhardinge's dom0 patch set. I suggested that he use a private branch in CVS and scratch builds in Koji to make the task a bit easier. I've sponsored his FAS account and I'll help him out with getting started.

[PATCH] Disable kvmclock for non constant tsc cpus.

2009-01-29 Thread Mark McLoughlin
-by: Marcelo Tosatti mtosa...@redhat.com Signed-off-by: Mark McLoughlin mar...@redhat.com --- arch/x86/kvm/x86.c |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index cc17546..2e22ac9 100644 --- a/arch/x86/kvm/x86.c +++ b/arch

Re: rpms/kernel/devel linux-2.6-defaults-intel_iommu-off.patch, NONE, 1.1 kernel.spec, 1.1225, 1.1226

2009-01-26 Thread Mark McLoughlin
Hi Kyle, On Fri, 2009-01-23 at 18:49 +, Kyle McMartin wrote: * Fri Jan 23 2009 Kyle McMartin k...@redhat.com - disable intel_iommu by default (enable with intel_iommu=on) Why so? We're pretty much guaranteed that no-one will enable this ... do we know of specific hardware that this is

[patch 1/3] Remove flag args from kernel_variant_posttrans

2008-07-30 Thread Mark McLoughlin
plain text document attachment (kernel-variant-posttrans-cleanup-args.patch) kernel_variant_posttrans only takes a single arg, so don't bother using flag arguments since they're a bit more confusing. Note that the macro invocation didn't actually pass it a flag arg, but it seemed to have access

[patch 2/3] Add kernel_%{variant}_replaces macros

2008-07-30 Thread Mark McLoughlin
plain text document attachment (kernel-variant-post-kill-replace-arg.patch) The -r arg is redundant because we already now the variant name so we can use kernel%{?-v:-%{-v*}} instead. So, rename the -s arg to -r and drop the existing meaning of -r. Index: devel/kernel.spec

Re: [patch 1/7] Fix kernel_{conflicts,obsoletes,provides}

2008-07-24 Thread Mark McLoughlin
On Wed, 2008-07-23 at 17:08 -0700, Roland McGrath wrote: On Wed, 2008-07-23 at 12:44 -0700, Roland McGrath wrote: If you try and use e.g. kernel_obsoletes, you'll soon find that it's actually kernel__obsoletes you currently need :-) So you want kernel to have an Obsoletes: that

Re: [patch 2/7] Change how we do nosegneg

2008-07-24 Thread Mark McLoughlin
On Wed, 2008-07-23 at 17:41 -0700, Roland McGrath wrote: So let's structure things around that: the kernel build for an arch that uses vdso might include a kernelcap.conf file (or might not). For simplicity and consistency in the .spec file, we'll install a file for all variants even when

Re: [patch 2/7] Change how we do nosegneg

2008-07-24 Thread Mark McLoughlin
On Thu, 2008-07-24 at 09:12 +0100, Mark McLoughlin wrote: On Wed, 2008-07-23 at 17:41 -0700, Roland McGrath wrote: For simplicity and consistency in the .spec file, we'll install a file for all variants even when it's an empty placeholder. For the magic, the diff below probably covers

[patch 7/7] Enable Xen support again

2008-07-23 Thread Mark McLoughlin
+1,122 @@ +From 226bc4b8f13ece618de046f6f8da88eeb4b8f8da Mon Sep 17 00:00:00 2001 +From: Mark McLoughlin [EMAIL PROTECTED] +Date: Tue, 25 Mar 2008 11:56:43 + +Subject: [PATCH] xen execshield: Only define load_user_cs_desc() on 32 bit + +load_user_cs_desc() is only used on 32 bit, so only +define

[patch 3/7] Kill old xen cruft

2008-07-23 Thread Mark McLoughlin
Kill off most of the remnants of the separate xen package Gone is the kernel-xen variant and xen.gz Index: devel/kernel.spec === --- devel.orig/kernel.spec 2008-07-23 14:13:25.0 +0100 +++ devel.orig/kernel.spec

[patch 2/7] Change how we do nosegneg

2008-07-23 Thread Mark McLoughlin
We should really only install ld.so.conf files from packages that actually have CONFIG_XEN enabled, but it would be slightly messy to have only kernel-PAE.i686 and kernel.x86_64 include it. Since it won't actually be used unless it's enabled by the xen kernel at runtime, let's be lazy and have

[patch 6/7] Slightly re-org virt related configs

2008-07-23 Thread Mark McLoughlin
Get all OCD on virt related configs - bring them together, separate the host stuff from the guest stuff and make the x86_64 config look much more like the x86 config. Index: devel/config-x86-generic === ---

Re: [patch 0/7] Enable pv_ops Xen; kill the kernel-xen RPM

2008-07-23 Thread Mark McLoughlin
On Wed, 2008-07-23 at 14:20 +0100, Mark McLoughlin wrote: I'm still doing a last bit of testing making sure that it all works fine, so don't apply yet ... but comments are very welcome. Okay, it seems to be in pretty good shape now. The only outstanding TODO item is to make kernel

Re: [patch 4/7] Remove unneeded %kernel_variant_post args

2008-07-23 Thread Mark McLoughlin
On Wed, 2008-07-23 at 12:42 -0700, Roland McGrath wrote: Why bother? If it comes up in the future, the macro will be handy. The spec file is complex enough that I thought it better to remove anything that was only added for Xen. Needless to say, though, I don't care much either way ...

Re: Please tag kernel-xen-2.6-2.6.25-0.22.rc9.fc9

2008-04-15 Thread Mark McLoughlin
On Tue, 2008-04-15 at 10:35 -0400, Bill Nottingham wrote: Jesse Keating ([EMAIL PROTECTED]) said: Please tag kernel-xen-2.6-2.6.25-0.22.rc9.fc9 +1 Tagged. Are we going to be able to get to a point where this is built as a 'normal' subpackage of the kernel? Yes. That's very, very

Re: kernel-xen f9 spec update

2008-04-02 Thread Mark McLoughlin
On Tue, 2008-04-01 at 12:26 -0400, Jarod Wilson wrote: On Tuesday 01 April 2008 10:09:17 am Mark McLoughlin wrote: On Mon, 2008-03-31 at 09:52 +0200, Mark McLoughlin wrote: On Sat, 2008-03-29 at 15:19 -0400, Jarod Wilson wrote: We recently tweaked the main kernel package's spec

Re: kernel posttrans and preun hooks for other packages

2008-04-01 Thread Mark McLoughlin
On Mon, 2008-02-18 at 09:49 -0600, Matt Domsch wrote: ok, new-kernel-pkg grows a --rpmposttrans mode then to call these hooks, and we add a %posttrans to each kernel RPM. This looks to be working fine, but let me see if I've got this straight ... +%define kernel_variant_posttrans(s:r:v:) \

Re: kernel-xen f9 spec update

2008-03-31 Thread Mark McLoughlin
Hi Jarod, (Copying fedora-kernel-list so other folks know what we're at) On Sat, 2008-03-29 at 15:19 -0400, Jarod Wilson wrote: We recently tweaked the main kernel package's spec file such that we now include arch in uname -r output, and have standardized a bunch of path names to match.

[PATCH 2/5] Fix use of %{version} instead of %{kversion}

2008-03-06 Thread Mark McLoughlin
Signed-off-by: Mark McLoughlin [EMAIL PROTECTED] --- kernel.spec |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel.spec b/kernel.spec index 279326e..1fff49a 100644 --- a/kernel.spec +++ b/kernel.spec @@ -1220,7 +1220,7 @@ cp %{SOURCE2} . if [ -d xen ]; then rm

[PATCH 3/5] Use correct %kernel_variant_post macro arguments for the Xen variant

2008-03-06 Thread Mark McLoughlin
From: Eduardo Habkost [EMAIL PROTECTED] Signed-off-by: Eduardo Habkost [EMAIL PROTECTED] Signed-off-by: Mark McLoughlin [EMAIL PROTECTED] --- kernel.spec |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel.spec b/kernel.spec index 1fff49a..a82200d 100644

[PATCH 5/5] Support Provides on kernel_reqprovconf macro

2008-03-06 Thread Mark McLoughlin
From: Eduardo Habkost [EMAIL PROTECTED] Signed-off-by: Eduardo Habkost [EMAIL PROTECTED] Signed-off-by: Mark McLoughlin [EMAIL PROTECTED] --- kernel.spec |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/kernel.spec b/kernel.spec index 617a27f..1881836 100644