rpms/kernel/devel patch-2.6.24-rc1-git5.bz2.sign, NONE, 1.1 patch-2.6.24-rc1.bz2.sign, NONE, 1.1 .cvsignore, 1.709, 1.710 Makefile, 1.59, 1.60 config-debug, 1.4, 1.5 config-generic, 1.34, 1.35 config-nodebug, 1.4, 1.5 config-x86-generic, 1.16, 1.17 config-x86_64-generic, 1.13, 1.14 kernel.spec, 1.226, 1.227 linux-2.6-build-nonintconfig.patch, 1.11, 1.12 linux-2.6-execshield.patch, 1.76, 1.77 linux-2.6-selinux-mprotect-checks.patch, 1.5, 1.6 linux-2.6-x86-tune-generic.patch, 1.2, 1.3 sources, 1.670, 1.671 upstream, 1.592, 1.593 patch-2.6.23-git17.bz2.sign, 1.1, NONE

Dave Jones (davej) fedora-extras-commits at redhat.com
Tue Oct 30 01:58:26 UTC 2007


Author: davej

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv530

Modified Files:
	.cvsignore Makefile config-debug config-generic config-nodebug 
	config-x86-generic config-x86_64-generic kernel.spec 
	linux-2.6-build-nonintconfig.patch linux-2.6-execshield.patch 
	linux-2.6-selinux-mprotect-checks.patch 
	linux-2.6-x86-tune-generic.patch sources upstream 
Added Files:
	patch-2.6.24-rc1-git5.bz2.sign patch-2.6.24-rc1.bz2.sign 
Removed Files:
	patch-2.6.23-git17.bz2.sign 
Log Message:
* Mon Oct 29 2007 Dave Jones <davej at redhat.com>
- 2.6.24-rc1-git5



--- NEW FILE patch-2.6.24-rc1-git5.bz2.sign ---
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: See http://www.kernel.org/signature.html for info

iD8DBQBHJYXlyGugalF9Dw4RAhCrAKCDMj+kYoCFbeDpuIBr0Btc4LwdDwCfYy2t
NibrQpoTHv0kMUOxyYbZGhI=
=VpzT
-----END PGP SIGNATURE-----


--- NEW FILE patch-2.6.24-rc1.bz2.sign ---
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: See http://www.kernel.org/signature.html for info

iD8DBQBHHsYmyGugalF9Dw4RAr23AJwNsH7QaYpRa7CuAES9zV/hHyP1xQCeILWd
t/TzpFkIq0YfKDc686FCf7c=
=5Z4P
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.709
retrieving revision 1.710
diff -u -r1.709 -r1.710
--- .cvsignore	22 Oct 2007 05:46:46 -0000	1.709
+++ .cvsignore	30 Oct 2007 01:57:49 -0000	1.710
@@ -4,3 +4,5 @@
 kernel-2.6.23
 linux-2.6.23.tar.bz2
 patch-2.6.23-git17.bz2
+patch-2.6.24-rc1.bz2
+patch-2.6.24-rc1-git5.bz2


Index: Makefile
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/Makefile,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- Makefile	17 Oct 2007 23:00:27 -0000	1.59
+++ Makefile	30 Oct 2007 01:57:49 -0000	1.60
@@ -52,6 +52,7 @@
 	@perl -pi -e 's/# CONFIG_FAIL_MAKE_REQUEST is not set/CONFIG_FAIL_MAKE_REQUEST=y/' config-nodebug
 	@perl -pi -e 's/# CONFIG_FAULT_INJECTION_DEBUG_FS is not set/CONFIG_FAULT_INJECTION_DEBUG_FS=y/' config-nodebug
 	@perl -pi -e 's/# CONFIG_FAULT_INJECTION_STACKTRACE_FILTER is not set/CONFIG_FAULT_INJECTION_STACKTRACE_FILTER=y/' config-nodebug
+	@perl -pi -e 's/# CONFIG_DEBUG_SG is not set/CONFIG_DEBUG_SG=y/' config-nodebug
 
 	@perl -pi -e 's/# CONFIG_EXT4DEV_FS is not set/CONFIG_EXT4DEV_FS=m/' config-generic
 
@@ -78,6 +79,7 @@
 	@perl -pi -e 's/CONFIG_FAIL_MAKE_REQUEST=y/# CONFIG_FAIL_MAKE_REQUEST is not set/' config-nodebug
 	@perl -pi -e 's/CONFIG_FAULT_INJECTION_DEBUG_FS=y/# CONFIG_FAULT_INJECTION_DEBUG_FS is not set/' config-nodebug
 	@perl -pi -e 's/CONFIG_FAULT_INJECTION_STACKTRACE_FILTER=y/# CONFIG_FAULT_INJECTION_STACKTRACE_FILTER is not set/' config-nodebug
+	@perl -pi -e 's/CONFIG_DEBUG_SG=y/# CONFIG_DEBUG_SG is not set/' config-nodebug
 
 	@perl -pi -e 's/CONFIG_EXT4DEV_FS=m/# CONFIG_EXT4DEV_FS is not set/' config-generic
 


Index: config-debug
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-debug,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- config-debug	15 Aug 2007 21:38:28 -0000	1.4
+++ config-debug	30 Oct 2007 01:57:49 -0000	1.5
@@ -25,4 +25,6 @@
 CONFIG_DEBUG_STACK_USAGE=y
 
 CONFIG_ACPI_DEBUG=y
-# CONFIG_ACPI_DEBUG_FUNC_TRACE is not set
\ No newline at end of file
+# CONFIG_ACPI_DEBUG_FUNC_TRACE is not set
+
+CONFIG_DEBUG_SG=y


Index: config-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-generic,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- config-generic	29 Oct 2007 21:00:12 -0000	1.34
+++ config-generic	30 Oct 2007 01:57:49 -0000	1.35
@@ -74,6 +74,7 @@
 CONFIG_HOTPLUG_PCI_PCIE=m
 CONFIG_HOTPLUG_PCI_FAKE=m
 # CONFIG_HOTPLUG_PCI_PCIE_POLL_EVENT_MODE is not set
+
 CONFIG_ISA=y
 # CONFIG_EISA is not set
 # CONFIG_MCA is not set
@@ -397,6 +398,7 @@
 CONFIG_BLK_DEV_IDEDMA=y
 # CONFIG_IDEDMA_IVB is not set
 # CONFIG_BLK_DEV_HD is not set
+CONFIG_VIRTIO_BLK=m
 
 #
 # SCSI device support
@@ -699,6 +701,7 @@
 CONFIG_NETCONSOLE_DYNAMIC=y
 CONFIG_NETPOLL_TRAP=y
 CONFIG_NET_POLL_CONTROLLER=y
+CONFIG_VIRTIO_NET=m
 
 #
 # IP: Virtual Server Configuration
@@ -737,8 +740,9 @@
 CONFIG_IPV6_MULTIPLE_TABLES=y
 
 CONFIG_NET_9P=m
-# CONFIG_NET_9P_DEBUG is not set
 CONFIG_NET_9P_FD=m
+CONFIG_NET_9P_VIRTIO=m
+# CONFIG_NET_9P_DEBUG is not set
 
 CONFIG_DECNET=m
 CONFIG_DECNET_ROUTER=y
@@ -1442,6 +1446,8 @@
 CONFIG_BT_HCIBCM203X=m
 CONFIG_BT_HCIBFUSB=m
 CONFIG_BT_HCIBPA10X=m
+CONFIG_BT_HCIBTSDIO=m
+CONFIG_BT_HCIUART_LL=y
 
 #
 # ISDN subsystem
@@ -2968,6 +2974,7 @@
 CONFIG_DEBUG_LIST=y
 CONFIG_DEBUG_SHIRQ=y
 CONFIG_DEBUG_DEVRES=y
+# CONFIG_ENABLE_WARN_DEPRECATED is not set
 
 #
 # Security options


Index: config-nodebug
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-nodebug,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- config-nodebug	15 Aug 2007 21:38:28 -0000	1.4
+++ config-nodebug	30 Oct 2007 01:57:49 -0000	1.5
@@ -25,3 +25,5 @@
 CONFIG_DEBUG_STACK_USAGE=y
 
 # CONFIG_ACPI_DEBUG is not set
+
+CONFIG_DEBUG_SG=y


Index: config-x86-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-x86-generic,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- config-x86-generic	22 Oct 2007 05:46:46 -0000	1.16
+++ config-x86-generic	30 Oct 2007 01:57:49 -0000	1.17
@@ -216,6 +216,8 @@
 CONFIG_PCI_DIRECT=y
 CONFIG_PCI_MMCONFIG=y
 CONFIG_PCI_BIOS=y
+CONFIG_DMAR=y
+CONFIG_DMAR_GFX_WA=y
 
 CONFIG_HOTPLUG_PCI=y
 CONFIG_HOTPLUG_PCI_COMPAQ=m
@@ -343,8 +345,10 @@
 CONFIG_DMIID=y
 
 CONFIG_VIRTUALIZATION=y
+CONFIG_PARAVIRT_GUEST=y
 CONFIG_VMI=y
 CONFIG_LGUEST=m
+CONFIG_LGUEST_GUEST=y
 # CONFIG_XEN is not set
 # CONFIG_HVC_XEN is not set
 


Index: config-x86_64-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-x86_64-generic,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- config-x86_64-generic	22 Oct 2007 05:46:46 -0000	1.13
+++ config-x86_64-generic	30 Oct 2007 01:57:49 -0000	1.14
@@ -24,6 +24,8 @@
 CONFIG_EDD=m
 CONFIG_PCI_BIOS=y
 CONFIG_PCI_MMCONFIG=y
+CONFIG_DMAR=y
+CONFIG_DMAR_GFX_WA=y
 
 CONFIG_I2O=m
 CONFIG_I2O_BLOCK=m


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.226
retrieving revision 1.227
diff -u -r1.226 -r1.227
--- kernel.spec	29 Oct 2007 21:00:12 -0000	1.226
+++ kernel.spec	30 Oct 2007 01:57:49 -0000	1.227
@@ -45,9 +45,9 @@
 # The next upstream release sublevel (base_sublevel+1)
 %define upstream_sublevel %(expr %{base_sublevel} + 1)
 # The rc snapshot level
-%define rcrev 0
+%define rcrev 1
 # The git snapshot level
-%define gitrev 17
+%define gitrev 5
 # Set rpm version accordingly
 %define rpmversion 2.6.%{upstream_sublevel}
 %endif
@@ -1685,6 +1685,9 @@
 # Checkout F-8/ and commit there.
 #
 %changelog
+* Mon Oct 29 2007 Dave Jones <davej at redhat.com>
+- 2.6.24-rc1-git5
+
 * Mon Oct 29 2007 Chuck Ebbert <cebbert at redhat.com>
 - Enable hamradio drivers.
 

linux-2.6-build-nonintconfig.patch:

Index: linux-2.6-build-nonintconfig.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-build-nonintconfig.patch,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- linux-2.6-build-nonintconfig.patch	5 Sep 2007 19:43:23 -0000	1.11
+++ linux-2.6-build-nonintconfig.patch	30 Oct 2007 01:57:49 -0000	1.12
@@ -1,14 +1,13 @@
---- linux-2.6.22.noarch/scripts/kconfig/Makefile~	2007-07-20 13:44:34.000000000 -0400
-+++ linux-2.6.22.noarch/scripts/kconfig/Makefile	2007-07-20 13:44:58.000000000 -0400
-@@ -22,6 +22,12 @@ oldconfig: $(obj)/conf
+--- linux-2.6.23.noarch/scripts/kconfig/Makefile~	2007-10-29 19:20:10.000000000 -0400
++++ linux-2.6.23.noarch/scripts/kconfig/Makefile	2007-10-29 19:20:24.000000000 -0400
+@@ -29,6 +29,11 @@ oldconfig: $(obj)/conf
  silentoldconfig: $(obj)/conf
- 	$< -s arch/$(ARCH)/Kconfig
+ 	$< -s $(Kconfig)
  
 +nonint_oldconfig: $(obj)/conf
-+	$< -b arch/$(ARCH)/Kconfig
++	$< -b $(Kconfig)
 +loose_nonint_oldconfig: $(obj)/conf
-+	$< -B arch/$(ARCH)/Kconfig
-+
++	$< -B $(Kconfig)
 +
  # Create new linux.po file
  # Adjust charset to UTF-8 in .po file to accept UTF-8 in Kconfig files

linux-2.6-execshield.patch:

Index: linux-2.6-execshield.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-execshield.patch,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- linux-2.6-execshield.patch	22 Oct 2007 05:46:46 -0000	1.76
+++ linux-2.6-execshield.patch	30 Oct 2007 01:57:49 -0000	1.77
@@ -1009,7 +1009,7 @@
 -		(PTRS_PER_PTE*sizeof(pte_t)*mm->nr_ptes) >> 10);
 +		(PTRS_PER_PTE*sizeof(pte_t)*mm->nr_ptes) >> 10,
 +		mm->start_brk, mm->brk, mm->start_stack);
-+#ifdef __i386__
++#ifdef CONFIG_X86_32
 +	if (!nx_enabled)
 +		buffer += sprintf(buffer,
 +			"ExecLim:\t%08lx\n", mm->context.exec_limit);
@@ -1033,7 +1033,7 @@
  			flags & VM_WRITE ? 'w' : '-',
 -			flags & VM_EXEC ? 'x' : '-',
 +			(flags & VM_EXEC
-+#ifdef __i386__
++#ifdef CONFIG_X86_32
 +				|| (!nx_enabled && tmm &&
 +				(vma->vm_start < tmm->context.exec_limit))
 +#endif
@@ -1042,24 +1042,24 @@
  			flags & VM_MAYSHARE ? 's' : 'p',
  			vma->vm_pgoff << PAGE_SHIFT,
  			MAJOR(dev), MINOR(dev), ino, &len);
-+#ifdef __i386__
++#ifdef CONFIG_X86_32
 +	if (tmm)
 +		mmput(tmm);
 +#endif
  
  	/*
  	 * Print the dentry name for named mappings, and a
---- linux-2.6.22.noarch/include/asm-x86/a.out_32.h~	2007-07-20 14:10:41.000000000 -0400
-+++ linux-2.6.22.noarch/include/asm-x86/a.out_32.h	2007-07-20 14:10:52.000000000 -0400
+--- linux-2.6.23.noarch/include/asm-x86/a.out.h~	2007-10-29 19:22:53.000000000 -0400
++++ linux-2.6.23.noarch/include/asm-x86/a.out.h	2007-10-29 19:23:18.000000000 -0400
 @@ -19,7 +19,7 @@ struct exec
  
  #ifdef __KERNEL__
- 
--#define STACK_TOP	TASK_SIZE
-+#define STACK_TOP	(TASK_SIZE - PAGE_SIZE)  /* 1 page for vdso */
- #define STACK_TOP_MAX	STACK_TOP
- 
- #endif
+ # include <linux/thread_info.h>
+-# define STACK_TOP	TASK_SIZE
++# define STACK_TOP	(TASK_SIZE - PAGE_SIZE)  /* 1 page for vdso */
+ # ifdef CONFIG_X86_32
+ #  define STACK_TOP_MAX	STACK_TOP
+ # else
 --- linux-2.6.19.noarch/include/asm-x86/desc_32.h~	2006-12-08 06:52:55.000000000 -0500
 +++ linux-2.6.19.noarch/include/asm-x86/desc_32.h	2006-12-08 06:53:14.000000000 -0500
 @@ -185,6 +185,20 @@ static inline unsigned long get_desc_bas
@@ -1083,19 +1083,21 @@
  #else /* __ASSEMBLY__ */
  
  /*
---- linux-2.6.21.noarch/include/asm-x86/elf_32.h~	2007-05-27 18:54:47.000000000 -0400
-+++ linux-2.6.21.noarch/include/asm-x86/elf_32.h	2007-05-27 18:55:11.000000000 -0400
-@@ -215,4 +216,7 @@ do {									      \
- 
- #endif
+--- linux-2.6.23.noarch/include/asm-x86/elf.h~	2007-10-29 19:23:46.000000000 -0400
++++ linux-2.6.23.noarch/include/asm-x86/elf.h	2007-10-29 19:24:09.000000000 -0400
+@@ -285,6 +285,9 @@ struct linux_binprm;
+ extern int arch_setup_additional_pages(struct linux_binprm *bprm,
+ 				       int executable_stack);
  
 +#define __HAVE_ARCH_RANDOMIZE_BRK
 +extern void randomize_brk(unsigned long old_brk);
 +
+ #endif /* __KERNEL__ */
+ 
  #endif
---- linux-2.6.23.noarch/include/asm-x86/mmu_32.h~	2007-10-18 21:51:29.000000000 -0400
-+++ linux-2.6.23.noarch/include/asm-x86/mmu_32.h	2007-10-18 21:51:55.000000000 -0400
-@@ -7,11 +7,15 @@
+--- linux-2.6.23.noarch/include/asm-x86/mmu.h~	2007-10-29 19:24:40.000000000 -0400
++++ linux-2.6.23.noarch/include/asm-x86/mmu.h	2007-10-29 19:26:20.000000000 -0400
+@@ -9,6 +9,8 @@
   * we put the segment information here.
   *
   * cpu_vm_mask is used to optimize ldt flushing.
@@ -1103,14 +1105,18 @@
 + * mappings span.
   */
  typedef struct { 
+ 	void *ldt;
+@@ -18,6 +20,10 @@ typedef struct { 
  	int size;
  	struct mutex lock;
- 	void *ldt;
+ 	void *vdso;
++#ifdef CONFIG_X86_32
 +	struct desc_struct user_cs;
 +	unsigned long exec_limit;
- 	void *vdso;
++#endif
  } mm_context_t;
  
+ #endif /* _ASM_X86_MMU_H */
 Index: linux-2.6/include/asm-i386/processor.h
 ===================================================================
 --- linux-2.6.orig/include/asm-x86/processor_32.h

linux-2.6-selinux-mprotect-checks.patch:

Index: linux-2.6-selinux-mprotect-checks.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-selinux-mprotect-checks.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- linux-2.6-selinux-mprotect-checks.patch	16 Feb 2006 05:48:18 -0000	1.5
+++ linux-2.6-selinux-mprotect-checks.patch	30 Oct 2007 01:57:49 -0000	1.6
@@ -1,3 +1,6 @@
+This needs a fixed toolchain, and a userspace rebuild to work.
+For this reason, it's had difficulty getting upstream.
+
 --- linux-2.6.16-rc3/security/selinux/hooks.c	2006-02-13 13:19:09.000000000 -0500
 +++ linux-2.6.16-rc3-x/security/selinux/hooks.c	2006-02-14 14:44:48.000000000 -0500
 @@ -2365,7 +2365,6 @@ static int selinux_file_ioctl(struct fil

linux-2.6-x86-tune-generic.patch:

Index: linux-2.6-x86-tune-generic.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-x86-tune-generic.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- linux-2.6-x86-tune-generic.patch	18 Jun 2007 02:55:52 -0000	1.2
+++ linux-2.6-x86-tune-generic.patch	30 Oct 2007 01:57:49 -0000	1.3
@@ -1,16 +1,13 @@
-
-* Don't use 686 instructions like cmov
-  This allows us to boot on 586's without needing a separate kernel.
 * Optimise for today's CPUs.
 
---- linux-2.6/arch/i386/Makefile.cpu~	2006-01-09 11:39:04.000000000 -0500
-+++ linux-2.6/arch/i386/Makefile.cpu	2006-01-09 11:39:36.000000000 -0500
+--- linux-2.6/arch/x86/Makefile_32.cpu	2006-01-09 11:39:04.000000000 -0500
++++ linux-2.6/arch/x86/Makefile_32.cpu	2006-01-09 11:39:36.000000000 -0500
 @@ -15,7 +15,7 @@ cflags-$(CONFIG_M486)		+= -march=i486
  cflags-$(CONFIG_M586)		+= -march=i586
  cflags-$(CONFIG_M586TSC)	+= -march=i586
  cflags-$(CONFIG_M586MMX)	+= -march=pentium-mmx
 -cflags-$(CONFIG_M686)		+= -march=i686
-+cflags-$(CONFIG_M686)		+= -march=i586 $(call tune,generic)
++cflags-$(CONFIG_M686)		+= -march=i686 $(call tune,generic)
  cflags-$(CONFIG_MPENTIUMII)	+= -march=i686 $(call tune,pentium2)
  cflags-$(CONFIG_MPENTIUMIII)	+= -march=i686 $(call tune,pentium3)
  cflags-$(CONFIG_MPENTIUMM)	+= -march=i686 $(call tune,pentium3)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v
retrieving revision 1.670
retrieving revision 1.671
diff -u -r1.670 -r1.671
--- sources	22 Oct 2007 05:46:46 -0000	1.670
+++ sources	30 Oct 2007 01:57:49 -0000	1.671
@@ -1,2 +1,3 @@
 2cc2fd4d521dc5d7cfce0d8a9d1b3472  linux-2.6.23.tar.bz2
-aacd986e421cd3bafb8250da959946d1  patch-2.6.23-git17.bz2
+4f5daa28c871d9edd6d61f712f4b358d  patch-2.6.24-rc1.bz2
+7128601430eefce8c3baa1bfcf3a8556  patch-2.6.24-rc1-git5.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v
retrieving revision 1.592
retrieving revision 1.593
diff -u -r1.592 -r1.593
--- upstream	22 Oct 2007 05:46:46 -0000	1.592
+++ upstream	30 Oct 2007 01:57:49 -0000	1.593
@@ -1,2 +1,3 @@
 linux-2.6.23.tar.bz2
-patch-2.6.23-git17.bz2
+patch-2.6.24-rc1.bz2
+patch-2.6.24-rc1-git5.bz2


--- patch-2.6.23-git17.bz2.sign DELETED ---




More information about the fedora-extras-commits mailing list