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

vanilla-%{kversion}

2008-07-24 Thread Roland McGrath
I find myself doing a lot of make prep lately in the days of frequent new upstream base patches. The untar still takes a lot longer than the big patch. So I committed this to speed it up for the repeated rebase case. Thanks, Roland Index: kernel.spec

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 it

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

2008-07-24 Thread Roland McGrath
All sounds fairly reasonable to me, but why not have make vdso_install install the file? Yeah, that will be the right thing for upstream eventually. Probably for upstream it is preferred to install files only in $INSTALL_MOD_PATH and not go touching /etc. So I think the norm will be something

git11 new config items

2008-07-24 Thread Roland McGrath
I added these to config-generic to keep building with -git11. I have no idea if these are the right settings. +# CONFIG_MFD_TC6393XB is not set +# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set +CONFIG_DMADEVICES=y +CONFIG_INTEL_IOATDMA=m +# CONFIG_DMATEST is not set Thanks, Roland

Re: git11 new config items

2008-07-24 Thread Kyle McMartin
On Thu, Jul 24, 2008 at 02:31:04AM -0700, Roland McGrath wrote: I added these to config-generic to keep building with -git11. I have no idea if these are the right settings. +# CONFIG_MFD_TC6393XB is not set +# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set +CONFIG_DMADEVICES=y

Re: git11 new config items

2008-07-24 Thread Dave Jones
On Thu, Jul 24, 2008 at 02:31:04AM -0700, Roland McGrath wrote: I added these to config-generic to keep building with -git11. I have no idea if these are the right settings. +# CONFIG_MFD_TC6393XB is not set +# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set +CONFIG_DMADEVICES=y