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-04-01 Thread Mark McLoughlin
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 file such that we now > > include arch in uname -r output, and have standardized a bunch of path > > names > > to match. C

Re: Add SELinux permissive domains to fedora kernels

2008-04-01 Thread Eric Paris
On Tue, 2008-04-01 at 10:50 -0400, Jeremy Katz wrote: > On Tue, 2008-04-01 at 06:42 +0200, Daniel J Walsh wrote: > > Jeremy Katz wrote: > > > On Mon, 2008-03-31 at 14:07 -0400, Eric Paris wrote: > > >> I know its way late but I'd like to add a new SELinux concept to the F9 > > >> kernels. Its goin

Re: Add SELinux permissive domains to fedora kernels

2008-04-01 Thread Jeremy Katz
On Tue, 2008-04-01 at 06:42 +0200, Daniel J Walsh wrote: > Jeremy Katz wrote: > > On Mon, 2008-03-31 at 14:07 -0400, Eric Paris wrote: > >> I know its way late but I'd like to add a new SELinux concept to the F9 > >> kernels. Its going to be a backport of a couple of my changesets headed > >> upst

patch to remove utrace patch for ia64

2008-04-01 Thread Doug Chapman
As discussed in another thread the utrace support for ia64 is not complete upstream yet. The current utrace patch breaks building on ia64. To allow us to continue progress on ia64 can we apply this patch until these issues are resolved? thanks, - Doug *** kernel.spec.bad 2008-04-01 10:37:2

Re: patch to remove utrace patch for ia64

2008-04-01 Thread Jarod Wilson
On Tuesday 01 April 2008 10:40:02 am Doug Chapman wrote: > As discussed in another thread the utrace support for ia64 is not > complete upstream yet. The current utrace patch breaks building on > ia64. To allow us to continue progress on ia64 can we apply this patch > until these issues are resol

Re: kernel-xen f9 spec update

2008-04-01 Thread Jarod Wilson
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 file such that we now > > > include arch in uname -r o

CONFIG_MAC80211_MESH causes kernel build to hang on ia64

2008-04-01 Thread Doug Chapman
This is an odd one which I will continue to try to debug. A recent change added CONFIG_MAC80211_MESH to the fedora kernel. Oddly this causes gcc to hang when building net/mac80211/debugfs_netdev.c. I originally suspected a gcc-4.3 bug but I then reproduced this on RHEL5 with gcc-4.1.2. This cod

Re: CONFIG_MAC80211_MESH causes kernel build to hang on ia64

2008-04-01 Thread Doug Chapman
On Tue, 2008-04-01 at 12:19 -0400, Doug Chapman wrote: > This is an odd one which I will continue to try to debug. > > A recent change added CONFIG_MAC80211_MESH to the fedora kernel. Oddly > this causes gcc to hang when building net/mac80211/debugfs_netdev.c. I > originally suspected a gcc-4.3