rpms/kernel/devel .cvsignore, 1.366, 1.367 kernel-2.6.spec, 1.1998, 1.1999 linux-2.6-softmac-git.patch, 1.7, 1.8 sources, 1.308, 1.309 upstream, 1.283, 1.284 linux-2.6-x86-microcode-hotplug-cpu.patch, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Mar 1 16:54:15 UTC 2006


Author: davej

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

Modified Files:
	.cvsignore kernel-2.6.spec linux-2.6-softmac-git.patch sources 
	upstream 
Removed Files:
	linux-2.6-x86-microcode-hotplug-cpu.patch 
Log Message:
git4



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.366
retrieving revision 1.367
diff -u -r1.366 -r1.367
--- .cvsignore	28 Feb 2006 20:48:17 -0000	1.366
+++ .cvsignore	1 Mar 2006 16:54:11 -0000	1.367
@@ -5,3 +5,4 @@
 xen-20060208.tar.bz2
 patch-2.6.16-rc5.bz2
 patch-2.6.16-rc5-git3.bz2
+patch-2.6.16-rc5-git4.bz2


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.1998
retrieving revision 1.1999
diff -u -r1.1998 -r1.1999
--- kernel-2.6.spec	1 Mar 2006 14:28:25 -0000	1.1998
+++ kernel-2.6.spec	1 Mar 2006 16:54:12 -0000	1.1999
@@ -3,15 +3,15 @@
 # What parts do we want to build?  We must build at least one kernel.
 # These are the kernels that are built IF the architecture allows it.
 
-%define buildup 0
-%define buildsmp 0
+%define buildup 1
+%define buildsmp 1
 # Whether to apply the Xen patches, leave this enabled.
 %define includexen 1
 # Whether to build the Xen kernels, disable if you want.
-%define buildxen 1
+%define buildxen 0
 %define buildxenPAE 0
 %define builddoc 0
-%define buildkdump 0
+%define buildkdump 1
 
 # Versions of various parts
 
@@ -218,7 +218,7 @@
 # Patches 0 through 100 are meant for core subsystem upgrades
 #
 Patch1: patch-2.6.16-rc5.bz2
-Patch2: patch-2.6.16-rc5-git3.bz2
+Patch2: patch-2.6.16-rc5-git4.bz2
 
 # Patches 100 through 500 are meant for architecture patches
 Patch100: linux-2.6-bzimage.patch
@@ -231,9 +231,8 @@
 Patch203: linux-2.6-intel-cache-build.patch
 Patch204: linux-2.6-x86_64-silence-up-apic-errors.patch
 Patch205: linux-2.6-edid-check.patch
-Patch206: linux-2.6-x86-microcode-hotplug-cpu.patch
-Patch207: linux-2.6-x86_64-smp-on-uphw-cpucount.patch
-Patch208: linux-2.6-x86-hp-reboot.patch
+Patch206: linux-2.6-x86_64-smp-on-uphw-cpucount.patch
+Patch207: linux-2.6-x86-hp-reboot.patch
 
 # 300 - 399   ppc(64)
 Patch300: linux-2.6-powermac-pfunc-noise.patch
@@ -684,7 +683,7 @@
 fi
 cp -rl vanilla linux-%{kversion}.%{_target_cpu}
 
-%if %{includexen}
+%if %{buildxen}
 cd xen
 %patch20000 -p1
 %patch20010 -p2
@@ -698,7 +697,7 @@
 
 #
 # Patches 10 through 100 are meant for core subsystem upgrades
-# 
+#
 
 #
 # Patches to back out
@@ -716,7 +715,7 @@
 %patch200 -p1
 # Keep UP APIC off by default.
 %patch201 -p1
-# add vidfail capability; 
+# add vidfail capability;
 # without this patch specifying a framebuffer on the kernel prompt would
 # make the boot stop if there's no supported framebuffer device; this is bad
 # for the installer cd that wants to automatically fall back to textmode
@@ -728,14 +727,12 @@
 %patch204 -p1
 # Reboot thru bios on HP laptops.
 %patch205 -p1
-# Microcode driver hotplug cpu issue.
-%patch206 -p1
 # Workaround BIOSes that don't list CPU0
-%patch207 -p1
+%patch206 -p1
 # Reboot through BIOS on HP systems,.
-%patch208 -p1
+%patch207 -p1
 
-# 
+#
 # ppc64
 #
 # Shut up the platform function stuff on pmac
@@ -1582,6 +1579,9 @@
 %endif
 
 %changelog
+* Wed Mar  1 2006 Dave Jones <davej at redhat.com>
+- 2.6.16rc5-git4
+
 * Tue Feb 28 2006 Dave Jones <davej at redhat.com>
 - 2.6.16rc5-git3
 

linux-2.6-softmac-git.patch:
 include/net/ieee80211.h                         |    8 
 include/net/ieee80211softmac.h                  |  292 ++++++++++++++
 include/net/ieee80211softmac_wx.h               |   94 ++++
 net/ieee80211/Kconfig                           |    1 
 net/ieee80211/Makefile                          |    1 
 net/ieee80211/ieee80211_module.c                |    2 
 net/ieee80211/ieee80211_wx.c                    |   89 ++++
 net/ieee80211/softmac/Kconfig                   |   10 
 net/ieee80211/softmac/Makefile                  |    9 
 net/ieee80211/softmac/ieee80211softmac_assoc.c  |  403 ++++++++++++++++++++
 net/ieee80211/softmac/ieee80211softmac_auth.c   |  376 +++++++++++++++++++
 net/ieee80211/softmac/ieee80211softmac_event.c  |  159 ++++++++
 net/ieee80211/softmac/ieee80211softmac_io.c     |  474 ++++++++++++++++++++++++
 net/ieee80211/softmac/ieee80211softmac_module.c |  457 +++++++++++++++++++++++
 net/ieee80211/softmac/ieee80211softmac_priv.h   |  239 ++++++++++++
 net/ieee80211/softmac/ieee80211softmac_scan.c   |  237 ++++++++++++
 net/ieee80211/softmac/ieee80211softmac_wx.c     |  412 ++++++++++++++++++++
 17 files changed, 3262 insertions(+), 1 deletion(-)

Index: linux-2.6-softmac-git.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-softmac-git.patch,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- linux-2.6-softmac-git.patch	15 Feb 2006 19:33:36 -0000	1.7
+++ linux-2.6-softmac-git.patch	1 Mar 2006 16:54:12 -0000	1.8
@@ -3231,20 +3231,6 @@
  	ieee80211_geo.o
  
 +obj-$(CONFIG_IEEE80211_SOFTMAC) += softmac/
---- linux-2.6.15.noarch/net/ieee80211/ieee80211_rx.c.orig	2006-02-15 09:58:15.000000000 -0500
-+++ linux-2.6.15.noarch/net/ieee80211/ieee80211_rx.c	2006-02-15 10:21:29.000000000 -0500
-@@ -1375,9 +1375,9 @@ static void update_network(struct ieee80
- 	/* dst->last_associate is not overwritten */
- }
- 
--static inline int is_beacon(int fc)
-+static inline int is_beacon(__be16 fc)
- {
--	return (WLAN_FC_GET_STYPE(le16_to_cpu(fc)) == IEEE80211_STYPE_BEACON);
-+	return (WLAN_FC_GET_STYPE(fc) == IEEE80211_STYPE_BEACON);
- }
- 
- static void ieee80211_process_probe_response(struct ieee80211_device
 --- linux-2.6.15.noarch/net/ieee80211/ieee80211_wx.c.orig	2006-02-15 09:58:15.000000000 -0500
 +++ linux-2.6.15.noarch/net/ieee80211/ieee80211_wx.c	2006-02-15 09:58:21.000000000 -0500
 @@ -734,9 +734,98 @@ int ieee80211_wx_get_encodeext(struct ie


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/sources,v
retrieving revision 1.308
retrieving revision 1.309
diff -u -r1.308 -r1.309
--- sources	28 Feb 2006 20:48:17 -0000	1.308
+++ sources	1 Mar 2006 16:54:12 -0000	1.309
@@ -1,4 +1,4 @@
 cdf95e00f5111e31f78e1d97304d9522  linux-2.6.15.tar.bz2
 30f4ef37dbc4d0bce9366e8716e8b51b  xen-20060208.tar.bz2
 1740ae34807f687a93adf2469ea5c4fc  patch-2.6.16-rc5.bz2
-a1b2a5ce9754f7f778490eaf47ef0e92  patch-2.6.16-rc5-git3.bz2
+ab35d3814d795d61ad95aaa4b31ca034  patch-2.6.16-rc5-git4.bz2


Index: upstream
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/upstream,v
retrieving revision 1.283
retrieving revision 1.284
diff -u -r1.283 -r1.284
--- upstream	28 Feb 2006 20:48:17 -0000	1.283
+++ upstream	1 Mar 2006 16:54:12 -0000	1.284
@@ -1,3 +1,3 @@
 linux-2.6.15.tar.bz2
 patch-2.6.16-rc5.bz2
-patch-2.6.16-rc5-git3.bz2
+patch-2.6.16-rc5-git4.bz2


--- linux-2.6-x86-microcode-hotplug-cpu.patch DELETED ---




More information about the fedora-cvs-commits mailing list