rpms/kernel/FC-4 kernel-2.6.spec, 1.1453, 1.1454 linux-2.6.12rc3-xen-vdso-note.patch, 1.9, 1.10

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Sep 9 02:55:35 UTC 2005


Author: riel

Update of /cvs/dist/rpms/kernel/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv22190

Modified Files:
	kernel-2.6.spec linux-2.6.12rc3-xen-vdso-note.patch 
Log Message:
add workaround for glibc bug on VDSO note parsing (Roland) (#166984)


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-4/kernel-2.6.spec,v
retrieving revision 1.1453
retrieving revision 1.1454
diff -u -r1.1453 -r1.1454
--- kernel-2.6.spec	8 Sep 2005 19:10:35 -0000	1.1453
+++ kernel-2.6.spec	9 Sep 2005 02:55:31 -0000	1.1454
@@ -1296,6 +1296,7 @@
 - upgrade to a newer Xen snapshot
 - exclude Xen TPM bits, since those conflict with 2.6.12.5
 - enable highmem for Xen kernels (#162226)
+- add workaround for glibc bug on VDSO note parsing (Roland) (#166984)
 
 * Mon Sep  5 2005 Dave Jones <davej at redhat.com>
 - Fix aic7xxx issue with >4GB. (#167049)

linux-2.6.12rc3-xen-vdso-note.patch:
 linux-2.6.11/include/asm-xen/asm-i386/page.h   |    2 +
 linux-2.6.12/arch/xen/i386/kernel/ldt.c        |    3 +-
 linux-2.6/arch/xen/i386/kernel/vsyscall-note.S |   32 +++++++++++++++++++++++++
 3 files changed, 36 insertions(+), 1 deletion(-)

Index: linux-2.6.12rc3-xen-vdso-note.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-4/linux-2.6.12rc3-xen-vdso-note.patch,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- linux-2.6.12rc3-xen-vdso-note.patch	8 Sep 2005 19:10:39 -0000	1.9
+++ linux-2.6.12rc3-xen-vdso-note.patch	9 Sep 2005 02:55:31 -0000	1.10
@@ -31,7 +31,7 @@
 +#define NOTE_KERNELCAP_END ASM_ELF_NOTE_END
 +
 +NOTE_KERNELCAP_BEGIN(1, 1)
-+NOTE_KERNELCAP(0, "nosegneg")
++NOTE_KERNELCAP(1, "nosegneg")  /* Change 1 back to 0 when glibc is fixed! */
 +NOTE_KERNELCAP_END
 --- linux-2.6.11/include/asm-xen/asm-i386/page.h.vdso	2005-04-27 10:33:03.000000000 -0400
 +++ linux-2.6.11/include/asm-xen/asm-i386/page.h	2005-04-27 10:33:19.000000000 -0400




More information about the fedora-cvs-commits mailing list