avoiding taint for integrated compate-wireless modules

2011-12-14 Thread John W. Linville
So we had the compat-wireless package integrated into the Rawhide kernel builds for a while. Then it was pointed-out that due to upstream commit 2449b8ba0745327c5fa49a8d9acffe03b2eded69, these modules were tainting the kernel with TAINT_OOT_MODULE. In response to that, I turned-off the compat-wir

Re: [PATCH 2/2] keyring: allow special keyrings to be cleared

2011-12-14 Thread Dave Jones
On Wed, Dec 14, 2011 at 03:36:15PM -0500, Kyle McMartin wrote: > On Wed, Dec 14, 2011 at 03:23:00PM -0500, Dave Jones wrote: > > On Wed, Dec 14, 2011 at 02:12:15PM -0500, Kyle McMartin wrote: > > > On Wed, Dec 14, 2011 at 02:10:04PM -0500, Steve Dickson wrote: > > > > +Patch1101: linux-3.1-ke

Re: [PATCH 2/2] keyring: allow special keyrings to be cleared

2011-12-14 Thread Kyle McMartin
On Wed, Dec 14, 2011 at 03:23:00PM -0500, Dave Jones wrote: > On Wed, Dec 14, 2011 at 02:12:15PM -0500, Kyle McMartin wrote: > > On Wed, Dec 14, 2011 at 02:10:04PM -0500, Steve Dickson wrote: > > > +Patch1101: linux-3.1-keys-remove-specal-keyring.patch > > > > > > > Probably should add a Co

Re: [PATCH 2/2] keyring: allow special keyrings to be cleared

2011-12-14 Thread Dave Jones
On Wed, Dec 14, 2011 at 02:12:15PM -0500, Kyle McMartin wrote: > On Wed, Dec 14, 2011 at 02:10:04PM -0500, Steve Dickson wrote: > > +Patch1101: linux-3.1-keys-remove-specal-keyring.patch > > > > Probably should add a Conflicts for nfs-utils < 1.2.5-7.fc17 so that > it's impossible to updat

Re: [PATCH 2/2] keyring: allow special keyrings to be cleared

2011-12-14 Thread Kyle McMartin
On Wed, Dec 14, 2011 at 02:10:04PM -0500, Steve Dickson wrote: > +Patch1101: linux-3.1-keys-remove-specal-keyring.patch > Probably should add a Conflicts for nfs-utils < 1.2.5-7.fc17 so that it's impossible to update and break NFS4... --Kyle ___ kerne

[PATCH 2/2] keyring: allow special keyrings to be cleared

2011-12-14 Thread Steve Dickson
Signed-off-by: Steve Dickson --- kernel.spec|3 + linux-3.1-keys-remove-specal-keyring.patch | 110 2 files changed, 113 insertions(+), 0 deletions(-) create mode 100644 linux-3.1-keys-remove-specal-keyring.patch diff --git a/ker

[PATCH 0/2] Enable new keyring based id mapper for NFSv4

2011-12-14 Thread Steve Dickson
These two patches will enable the new id mapper that uses the key-request up-call mechanism and uses the keyring to store the ids. The up-call is made to the user level program /usr/sbin/nfsidmap which does all the actual id mapping. Using this mechanism will mean the rpc.idmapd daemon will no lo

[PATCH 1/2] Enabled the in-kernel idmapper.

2011-12-14 Thread Steve Dickson
Signed-off-by: Steve Dickson --- config-generic |2 +- kernel.spec|3 +++ 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/config-generic b/config-generic index edec149..f373d86 100644 --- a/config-generic +++ b/config-generic @@ -3706,7 +3706,7 @@ CONFIG_NFSD_V3_ACL=y