rpms/kernel/devel patch-2.6.17-rc3-git17.bz2.sign, NONE, 1.1 .cvsignore, 1.427, 1.428 kernel-2.6.spec, 1.2199, 1.2200 linux-2.6-compile-fixes.patch, 1.72, 1.73 sources, 1.369, 1.370 upstream, 1.338, 1.339 linux-2.6-bcm43xx-machine-check.patch, 1.2, NONE patch-2.6.17-rc3-git15.bz2.sign, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue May 9 19:22:42 UTC 2006


Author: davej

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

Modified Files:
	.cvsignore kernel-2.6.spec linux-2.6-compile-fixes.patch 
	sources upstream 
Added Files:
	patch-2.6.17-rc3-git17.bz2.sign 
Removed Files:
	linux-2.6-bcm43xx-machine-check.patch 
	patch-2.6.17-rc3-git15.bz2.sign 
Log Message:
git17



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

iD8DBQBEYOcsyGugalF9Dw4RAkDaAJ9zTLFUegz08i/kdxFJ95mwQHgrSgCfXGnV
AQKDshrPsdEDQClYbbkyCyM=
=EcpP
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.427
retrieving revision 1.428
diff -u -r1.427 -r1.428
--- .cvsignore	8 May 2006 20:41:22 -0000	1.427
+++ .cvsignore	9 May 2006 19:22:38 -0000	1.428
@@ -4,4 +4,4 @@
 linux-2.6.16.tar.bz2
 patch-2.6.17-rc3.bz2
 xen-20060503.tar.bz2
-patch-2.6.17-rc3-git15.bz2
+patch-2.6.17-rc3-git17.bz2


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.2199
retrieving revision 1.2200
diff -u -r1.2199 -r1.2200
--- kernel-2.6.spec	9 May 2006 19:14:17 -0000	1.2199
+++ kernel-2.6.spec	9 May 2006 19:22:38 -0000	1.2200
@@ -228,7 +228,7 @@
 # Patches 0 through 100 are meant for core subsystem upgrades
 #
 Patch1: patch-2.6.17-rc3.bz2
-Patch2: patch-2.6.17-rc3-git15.bz2
+Patch2: patch-2.6.17-rc3-git17.bz2
 
 #
 # Clean up and export kernel headers to userspace
@@ -390,7 +390,6 @@
 
 # Broadcom 43xx
 Patch2400: linux-2.6-bcm43xx-assoc-on-startup.patch
-Patch2401: linux-2.6-bcm43xx-machine-check.patch
 
 #
 # 10000 to 20000 is for stuff that has to come last due to the
@@ -1041,8 +1040,6 @@
 # Broadcom 43xx patches
 # Work around softmac lack of association on 'ifconfig up'
 %patch2400 -p1
-# Don't poke at PHY registers which don't exist
-%patch2401 -p1
 
 #
 # Patches 5000 to 6000 are reserved for new drivers that are about to
@@ -1056,7 +1053,7 @@
 #
 # misc small stuff to make things compile or otherwise improve performance
 #
-%patch10000 -p1 -R
+#%patch10000 -p1
 
 # Small 1-2 liners fixing silly bugs that get pushed upstream quickly.
 %patch10001 -p1
@@ -1720,6 +1717,9 @@
 %endif
 
 %changelog
+* Tue May  9 2006 Dave Jones <davej at redhat.com>
+- 2.6.17rc3-git17
+
 * Mon May  8 2006 Dave Jones <davej at redhat.com>
 - 2.6.17rc3-git15
 

linux-2.6-compile-fixes.patch:
 0 files changed

Index: linux-2.6-compile-fixes.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-compile-fixes.patch,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- linux-2.6-compile-fixes.patch	8 May 2006 21:39:36 -0000	1.72
+++ linux-2.6-compile-fixes.patch	9 May 2006 19:22:38 -0000	1.73
@@ -1,78 +0,0 @@
-
-commit c8d8b837ebe4b4f11e1b0c4a2bdc358c697692ed
-tree b93d91d94d8ec862534ba01200e0c02a83f7d928
-parent 543f2a3382bd7abd7380903518c61f00c7c87577
-author Atsushi Nemoto <anemo at mba.ocn.ne.jp> Tue, 25 Apr 2006 01:53:43 +0900
-committer Sam Ravnborg <sam at mars.ravnborg.org> Sun, 30 Apr 2006 23:36:48 +0200
-
-kbuild: fix modpost segfault for 64bit mipsel kernel
-
-64bit mips has different r_info layout.  This patch fixes modpost
-segfault for 64bit little endian mips kernel.
-
-Signed-off-by: Atsushi Nemoto <anemo at mba.ocn.ne.jp>
-Signed-off-by: Sam Ravnborg <sam at ravnborg.org>
-
- scripts/mod/modpost.c |   11 +++++++++--
- scripts/mod/modpost.h |   19 +++++++++++++++++++
- 2 files changed, 28 insertions(+), 2 deletions(-)
-
-diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c
-index cd00e9f..fcd4306 100644
---- a/scripts/mod/modpost.c
-+++ b/scripts/mod/modpost.c
-@@ -709,10 +709,17 @@ static void check_sec_ref(struct module 
- 		for (rela = start; rela < stop; rela++) {
- 			Elf_Rela r;
- 			const char *secname;
-+			unsigned int r_sym;
- 			r.r_offset = TO_NATIVE(rela->r_offset);
--			r.r_info   = TO_NATIVE(rela->r_info);
-+			if (hdr->e_ident[EI_CLASS] == ELFCLASS64 &&
-+			    hdr->e_machine == EM_MIPS) {
-+				r_sym = ELF64_MIPS_R_SYM(rela->r_info);
-+				r_sym = TO_NATIVE(r_sym);
-+			} else {
-+				r_sym = ELF_R_SYM(TO_NATIVE(rela->r_info));
-+			}
- 			r.r_addend = TO_NATIVE(rela->r_addend);
--			sym = elf->symtab_start + ELF_R_SYM(r.r_info);
-+			sym = elf->symtab_start + r_sym;
- 			/* Skip special sections */
- 			if (sym->st_shndx >= SHN_LORESERVE)
- 				continue;
-diff --git a/scripts/mod/modpost.h b/scripts/mod/modpost.h
-index b14255c..89b96c6 100644
---- a/scripts/mod/modpost.h
-+++ b/scripts/mod/modpost.h
-@@ -39,6 +39,25 @@ #define ELF_R_SYM   ELF64_R_SYM
- #define ELF_R_TYPE  ELF64_R_TYPE
- #endif
- 
-+/* The 64-bit MIPS ELF ABI uses an unusual reloc format. */
-+typedef struct
-+{
-+  Elf32_Word    r_sym;		/* Symbol index */
-+  unsigned char r_ssym;		/* Special symbol for 2nd relocation */
-+  unsigned char r_type3;	/* 3rd relocation type */
-+  unsigned char r_type2;	/* 2nd relocation type */
-+  unsigned char r_type1;	/* 1st relocation type */
-+} _Elf64_Mips_R_Info;
-+
-+typedef union
-+{
-+  Elf64_Xword	r_info_number;
-+  _Elf64_Mips_R_Info r_info_fields;
-+} _Elf64_Mips_R_Info_union;
-+
-+#define ELF64_MIPS_R_SYM(i) \
-+  ((__extension__ (_Elf64_Mips_R_Info_union)(i)).r_info_fields.r_sym)
-+
- #if KERNEL_ELFDATA != HOST_ELFDATA
- 
- static inline void __endian(const void *src, void *dest, unsigned int size)
--
-To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
-the body of a message to majordomo at vger.kernel.org
-More majordomo info at  http://vger.kernel.org/majordomo-info.html
-


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/sources,v
retrieving revision 1.369
retrieving revision 1.370
diff -u -r1.369 -r1.370
--- sources	8 May 2006 20:41:25 -0000	1.369
+++ sources	9 May 2006 19:22:38 -0000	1.370
@@ -1,4 +1,4 @@
 9a91b2719949ff0856b40bc467fd47be  linux-2.6.16.tar.bz2
 ee23bf1dfd67fcbbad1eb124ec32428c  patch-2.6.17-rc3.bz2
 b446683143f8b396753cdec02e54fb56  xen-20060503.tar.bz2
-c41e4b6cf25e00633033ed56d0e64c2e  patch-2.6.17-rc3-git15.bz2
+f7d35e28888ebfaea8def6be228a9210  patch-2.6.17-rc3-git17.bz2


Index: upstream
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/upstream,v
retrieving revision 1.338
retrieving revision 1.339
diff -u -r1.338 -r1.339
--- upstream	8 May 2006 20:41:25 -0000	1.338
+++ upstream	9 May 2006 19:22:39 -0000	1.339
@@ -1,3 +1,3 @@
 linux-2.6.16.tar.bz2
 patch-2.6.17-rc3.bz2
-patch-2.6.17-rc3-git15.bz2
+patch-2.6.17-rc3-git17.bz2


--- linux-2.6-bcm43xx-machine-check.patch DELETED ---


--- patch-2.6.17-rc3-git15.bz2.sign DELETED ---




More information about the fedora-cvs-commits mailing list