Compare commits

...

3 Commits

Author SHA1 Message Date
Steve Dickson de6b588181 Merge branch 'user/steved/f19-lnfs-v3.8-rc7' of ssh://pkgs.fedoraproject.org/kernel into f19-lnfs-v3.8-rc7
Signed-off-by: Steve Dickson <steved@redhat.com>

Conflicts:
	kernel.spec
2013-02-19 13:13:37 -05:00
Steve Dickson 8e308a5b62 Added Label NFS support.
Signed-off-by: Steve Dickson <steved@redhat.com>
2013-02-19 13:09:57 -05:00
Steve Dickson 289dd09ae0 Added Label NFS support.
Signed-off-by: Steve Dickson <steved@redhat.com>
2013-02-18 08:20:15 -05:00
3 changed files with 3862 additions and 1 deletions

View File

@ -434,3 +434,7 @@ CONFIG_MODULE_SIG_SHA256=y
# CONFIG_MODULE_SIG_FORCE is not set
CONFIG_MODULE_SIG_BLACKLIST=y
CONFIG_MODULE_SIG_UEFI=y
CONFIG_NFS_V4_SECURITY_LABEL=y
CONFIG_NFSD_V4_SECURITY_LABEL=y

View File

@ -31,7 +31,7 @@ Summary: The Linux kernel
#
# (Uncomment the '#' and both spaces below to set the buildid.)
#
# % define buildid .local
%define buildid .lnfs
###################################################################
# The buildid can also be specified on the rpmbuild command line
@ -694,6 +694,7 @@ Patch2901: v4l-dvb-experimental.patch
# fs fixes
# NFSv4
Patch4000: lnfs-3.8.0-0.rc7.git3.1.patch
# patches headed upstream
Patch10000: fs-proc-devtree-remove_proc_entry.patch
@ -1336,6 +1337,7 @@ ApplyPatch arm-imx-fixdrm.patch
# eCryptfs
# NFSv4
ApplyPatch lnfs-3.8.0-0.rc7.git3.1.patch
# USB
@ -2335,6 +2337,9 @@ fi
* Mon Feb 18 2013 Josh Boyer <jwboyer@redhat.com> - 3.8.0-0.rc7.git4.1
- Linux v3.8-rc7-93-gf741656
* Sat Feb 16 2013 Steve Dickson <steved@redhat.com> 3.8.0-0.rc7.git3.1-lnfs
* Added Label NFS support.
* Thu Feb 14 2013 Josh Boyer <jwboyer@redhat.com> - 3.8.0-0.rc7.git3.1
- Linux v3.8-rc7-73-g323a72d

File diff suppressed because it is too large Load Diff