Broadcom NetXtremeII 10Gb support
[linux-2.6.git] / kernel-2.6.spec
1 #
2 # $Id$
3 #
4 %define url $URL$
5
6 Summary: The Linux kernel (the core of the Linux operating system)
7
8 # What parts do we want to build?  We must build at least one kernel.
9 # These are the kernels that are built IF the architecture allows it.
10
11 %define buildup 1
12 %define builduml 0
13 %define buildxen 0
14 %define builddoc 0
15 %define headers 1
16
17 %{!?pldistro:%global pldistro planetlab}
18
19 # default is to not build this - to override, use something like
20 # kernel-SPECVARS := iwlwifi=1 
21 # rpm does not seem to have a syntax for defining overridable defaults
22 # any better solution would be more than welcome.
23 %{!?iwlwifi:%global iwlwifi 0}
24
25 # default is to search the config file after pldistro
26 # e.g. set
27 # kernel-SPECVARS := kernelconfig=planetlab
28 # to use the planetlab config from another pldistro 
29 # without having to manage symlinks
30 %{!?kernelconfig:%global kernelconfig %{pldistro}}
31
32 # Versions of various parts
33
34 # for module-tag.py - sublevel is used for the version (middle) part of tag names
35 %define name linux-2.6
36 %define module_version_varname sublevel
37 %define taglevel 44
38
39 #
40 # Polite request for people who spin their own kernel rpms:
41 # please modify the "release" field in a way that identifies
42 # that the kernel isn't the stock distribution kernel, for example by
43 # adding some text to the end of the version number.
44 #
45 %define sublevel 22
46 %define patchlevel 19
47 %define kversion 2.6.%{sublevel}
48 %define rpmversion 2.6.%{sublevel}%{?patchlevel:.%{patchlevel}}
49
50 %define vsversion 2.3.0.34
51
52 # Will go away when VServer supports NetNS in mainline. Currently, it must be 
53 # updated every time the PL kernel is updated.
54 %define vini_pl_patch 561
55
56 #%define updatelevel 1
57
58 %define kernelrelease vs%{vsversion}.%{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}%{?updatelevel:.%{updatelevel}}
59 %define packagerelease %{kernelrelease}
60
61 %define signmodules 0
62 %define make_target bzImage
63 %define KVERREL %{PACKAGE_VERSION}-%{kernelrelease}
64
65 # Override generic defaults with per-arch defaults
66
67 %define image_install_path boot
68
69 #
70 # Three sets of minimum package version requirements in the form of Conflicts:
71 # to versions below the minimum
72 #
73
74 #
75 # First the general kernel 2.6 required versions as per
76 # Documentation/Changes
77 #
78 %define kernel_dot_org_conflicts  ppp <= 2.3.15, pcmcia-cs <= 3.1.20, isdn4k-utils <= 3.0, mount < 2.10r-5, nfs-utils < 1.0.3, e2fsprogs < 1.29, util-linux < 2.10, jfsutils < 1.0.14, reiserfsprogs < 3.6.3, xfsprogs < 2.1.0, procps < 2.0.9, oprofile < 0.5.3
79
80
81 # Then a series of requirements that are distribution specific, either 
82 # because we add patches for something, or the older versions have 
83 # problems with the newer kernel or lack certain things that make 
84 # integration in the distro harder than needed.
85 #
86 %define package_conflicts  cipe < 1.4.5, kudzu <= 0.92, initscripts < 7.23, dev < 3.2-7, iptables < 1.2.5-3, bcm5820 < 1.81, nvidia-rh72 <= 1.0 selinux-policy-targeted < 1.23.16-1
87
88 #
89 # Several packages had bugs in them that became obvious when the NPTL
90 # threading code got integrated.
91 #
92 %define nptl_conflicts SysVinit < 2.84-13, pam < 0.75-48, vixie-cron < 3.0.1-73, privoxy < 3.0.0-8, spamassassin < 2.44-4.8.x,  cups < 1.1.17-13
93
94 #
95 # The ld.so.conf.d file we install uses syntax older ldconfig's don't grok.
96 #
97
98 # MEF commented out
99 # %define xen_conflicts glibc < 2.3.5-1
100
101 #
102 # Packages that need to be installed before the kernel is, because the %post
103 # scripts use them.
104 #
105 %define kernel_prereq  fileutils, module-init-tools, initscripts >= 5.83, mkinitrd >= 3.5.5
106 %define _unpackaged_files_terminate_build 0
107
108 Vendor: PlanetLab
109 Packager: PlanetLab Central <support@planet-lab.org>
110 Distribution: PlanetLab %{plrelease}
111 URL: %(echo %{url} | cut -d ' ' -f 2)
112
113 Name: kernel
114 Group: System Environment/Kernel
115 License: GPLv2
116 Version: %{rpmversion}
117 Release: %{packagerelease}
118 ExclusiveOS: Linux
119 Provides: kernel = %{version}
120 Provides: kernel-drm = 4.3.0
121 Provides: kernel-%{_target_cpu} = %{rpmversion}-%{kernelrelease}
122 Provides: kernel-smp = %{rpmversion}-%{kernelrelease}
123 Provides: kernel-smp-%{_target_cpu} = %{rpmversion}-%{kernelrelease}
124 Prereq: %{kernel_prereq}
125 Conflicts: %{kernel_dot_org_conflicts}
126 Conflicts: %{package_conflicts}
127 Conflicts: %{nptl_conflicts}
128 # We can't let RPM do the dependencies automatic because it'll then pick up
129 # a correct but undesirable perl dependency from the module headers which
130 # isn't required for the kernel proper to function
131 AutoReqProv: no
132
133 #
134 # List the packages used during the kernel build
135 #
136 BuildPreReq: module-init-tools, patch >= 2.5.4, bash >= 2.03, sh-utils, tar
137 BuildPreReq: bzip2, findutils, gzip, m4, perl, make >= 3.78, gnupg, diffutils
138 BuildRequires: gcc >= 3.3.3, binutils >= 2.12, redhat-rpm-config
139 BuildConflicts: rhbuildsys(DiskFree) < 500Mb
140
141
142 Source0: ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-%{kversion}.tar.bz2
143
144 Source11: %{kernelconfig}-%{kversion}-i686.config
145 Source12: %{kernelconfig}-%{kversion}-x86_64.config
146 %if %{builduml}
147 Source20: %{kernelconfig}-%{kversion}-i686-uml.config
148 %endif
149 %if %{buildxen}
150 Source30: %{kernelconfig}-%{kversion}-i686-xenU.config
151 %endif
152
153 # Mainline patches
154 %if "0%{patchlevel}"
155 Patch000: ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-%{rpmversion}.bz2
156 %endif
157
158 Patch010: linux-2.6-010-e1000e.patch
159 Patch015: linux-2.6-015-igb.patch
160 Patch016: linux-2.6-016-bnx2x.patch
161 Patch020: linux-2.6-020-build-id.patch
162 Patch030: linux-2.6-030-netns.patch
163 Patch040: linux-2.6-040-i_mutex-check.patch
164 Patch050: linux-2.6-050-getline.patch
165
166 # These are patches picked up from Fedora/RHEL
167 Patch100: linux-2.6-100-build-nonintconfig.patch
168
169 Patch150: linux-2.6-150-cciss-allow-kexec-to-work.patch
170
171 # Linux-VServer
172 Patch200: patch-%{rpmversion}-vs%{vsversion}.diff
173 Patch210: linux-2.6-210-vserver-cpu-sched.patch
174 Patch220: delta-ptrace-fix01.diff
175
176 # IP sets
177 Patch250: linux-2.6-250-ipsets.patch
178
179 # PlanetLab
180 Patch500: linux-2.6-500-vserver-filesharing.patch
181 Patch510: linux-2.6-510-ipod.patch
182 Patch521: linux-2.6-521-packet-tagging.patch
183 Patch522: linux-2.6-522-iptables-connection-tagging.patch
184 Patch523: linux-2.6-523-raw-sockets.patch
185 Patch524: linux-2.6-524-peercred.patch
186 Patch525: linux-2.6-525-sknid-elevator.patch
187 Patch526: linux-2.6-526-tun-tap.patch
188 Patch527: linux-2.6-527-iptables-classify-add-mark.patch
189 Patch528: linux-2.6-528-enable-stdtun.patch
190 Patch530: linux-2.6-530-built-by-support.patch
191 Patch540: linux-2.6-540-oom-kill.patch
192 Patch550: linux-2.6-550-raise-default-nfile-ulimit.patch
193 Patch560: linux-2.6-560-mmconf.patch
194 Patch570: linux-2.6-570-tagxid.patch
195 Patch580: linux-2.6-580-show-proc-virt.patch
196 Patch590: linux-2.6-590-chopstix-intern.patch
197 Patch592: linux-2.6-592-GC-dcookies-nosleep.patch
198 Patch620: linux-2.6-620-kdb.patch
199 Patch630: linux-2.6-630-sched-fix.patch
200 Patch640: linux-2.6-640-netlink-audit-hack.patch
201 Patch650: linux-2.6-650-hangcheck-reboot.patch
202 Patch660: linux-2.6-660-nmi-watchdog-default.patch
203 %if "%{distroname}" == "f9" || "%{distroname}" == "f10"
204 Patch670: linux-2.6-670-gcc43.patch
205 %endif
206 Patch680: linux-2.6-680-htb-hysteresis-tso.patch
207 Patch690: linux-2.6-690-web100.patch
208 Patch700: linux-2.6-700-fperm.patch
209 Patch710: linux-2.6-710-avoid-64bits-addr-pcmcia.patch
210 # This one is a backport from usptream.
211 Patch720: linux-2.6-720-bonding-layer23.patch
212 Patch721: linux-2.6-721-bonding-layer3.patch
213 Patch722: linux-2.6-722-bonding-rr.patch
214
215 Patch800: linux-2.6-800-fix-4-bit-apicid-assumption.patch
216
217 # See also the file named 'sources' here for the related checksums
218 # NOTE. iwlwifi should be in-kernel starting from 2.6.24
219 # see http://bughost.org/bugzilla/show_bug.cgi?id=1584
220 %if %{iwlwifi}
221 %define mac80211_version 10.0.4
222 Patch600: http://intellinuxwireless.org/mac80211/downloads/mac80211-%{mac80211_version}.tgz
223 %define iwlwifi_version 1.2.25
224 Patch601: http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-%{iwlwifi_version}.tgz
225 %endif
226
227 BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root
228
229 %description
230 The kernel package contains the Linux kernel (vmlinuz), the core of any
231 Linux operating system.  The kernel handles the basic functions
232 of the operating system:  memory allocation, process allocation, device
233 input and output, etc. 
234 Configured with kernelconfig=%{kernelconfig} and iwlwifi=%{iwlwifi}
235
236 %package devel
237 Summary: Development package for building kernel modules to match the kernel.
238 Group: System Environment/Kernel
239 AutoReqProv: no
240 Provides: kernel-devel-%{_target_cpu} = %{rpmversion}-%{kernelrelease}
241 Provides: kernel-smp-devel = %{rpmversion}-%{kernelrelease}
242 Provides: kernel-smp-devel-%{_target_cpu} = %{rpmversion}-%{kernelrelease}
243 Prereq: /usr/bin/find
244
245 %description devel
246 This package provides kernel headers and makefiles sufficient to build modules
247 against the kernel package.
248
249
250 %package doc
251 Summary: Various documentation bits found in the kernel source.
252 Group: Documentation
253
254 %description doc
255 This package contains documentation files from the kernel
256 source. Various bits of information about the Linux kernel and the
257 device drivers shipped with it are documented in these files.
258
259 You'll want to install this package if you need a reference to the
260 options that can be passed to Linux kernel modules at load time.
261
262 %package xenU
263 Summary: The Linux kernel compiled for unprivileged Xen guest VMs
264
265 Group: System Environment/Kernel
266 Provides: kernel = %{version}
267 Provides: kernel-%{_target_cpu} = %{rpmversion}-%{kernelrelease}xenU
268 Prereq: %{kernel_prereq}
269 Conflicts: %{kernel_dot_org_conflicts}
270 Conflicts: %{package_conflicts}
271 Conflicts: %{nptl_conflicts}
272
273 # MEF commented out 
274 # Conflicts: %{xen_conflicts}
275
276 # We can't let RPM do the dependencies automatic because it'll then pick up
277 # a correct but undesirable perl dependency from the module headers which
278 # isn't required for the kernel proper to function
279 AutoReqProv: no
280
281 %description xenU
282 This package includes a version of the Linux kernel which
283 runs in Xen unprivileged guest VMs.  This should be installed
284 both inside the unprivileged guest (for the modules) and in
285 the guest0 domain.
286
287 %package xenU-devel
288 Summary: Development package for building kernel modules to match the kernel.
289 Group: System Environment/Kernel
290 AutoReqProv: no
291 Provides: kernel-xenU-devel-%{_target_cpu} = %{rpmversion}-%{kernelrelease}
292 Provides: kernel-devel-%{_target_cpu} = %{rpmversion}-%{kernelrelease}xenU
293 Provides: kernel-devel = %{rpmversion}-%{kernelrelease}xenU
294 Prereq: /usr/sbin/hardlink, /usr/bin/find
295
296 %description xenU-devel
297 This package provides kernel headers and makefiles sufficient to build modules
298 against the kernel package.
299
300 %package uml
301 Summary: The Linux kernel compiled for use in user mode (User Mode Linux).
302
303 Group: System Environment/Kernel
304
305 %description uml
306 This package includes a user mode version of the Linux kernel.
307
308 %package uml-devel
309 Summary: Development package for building kernel modules to match the UML kernel.
310 Group: System Environment/Kernel
311 Provides: kernel-uml-devel-%{_target_cpu} = %{rpmversion}-%{kernelrelease}
312 Provides: kernel-devel-%{_target_cpu} = %{rpmversion}-%{kernelrelease}smp
313 Provides: kernel-devel = %{rpmversion}-%{kernelrelease}smp
314 AutoReqProv: no
315 Prereq: /usr/sbin/hardlink, /usr/bin/find
316
317 %description uml-devel
318 This package provides kernel headers and makefiles sufficient to build modules
319 against the User Mode Linux kernel package.
320
321 %package uml-modules
322 Summary: The Linux kernel modules compiled for use in user mode (User Mode Linux).
323
324 Group: System Environment/Kernel
325
326 %description uml-modules
327 This package includes a user mode version of the Linux kernel modules.
328
329 %package vserver
330 Summary: A placeholder RPM that provides kernel and kernel-drm
331
332 Group: System Environment/Kernel
333 Provides: kernel = %{version}
334 Provides: kernel-drm = 4.3.0
335 Provides: kernel-%{_target_cpu} = %{rpmversion}-%{kernelrelease}
336
337 %description vserver
338 VServers do not require and cannot use kernels, but some RPMs have
339 implicit or explicit dependencies on the "kernel" package
340 (e.g. tcpdump). This package installs no files but provides the
341 necessary dependencies to make rpm and yum happy.
342
343 %package headers
344 Summary: Kernel header
345 Group: System Environment/Kernel
346
347 %description headers
348 This package contains the sanitized kernel headers.
349
350 %prep
351 # First we unpack the kernel tarball.
352 # If this isn't the first make prep, we use links to the existing clean tarball
353 # which speeds things up quite a bit.
354 if [ ! -d kernel-%{kversion}/vanilla ]; then
355   # Ok, first time we do a make prep.
356   rm -f pax_global_header
357 %setup -q -n %{name}-%{kversion} -c
358   mv linux-%{kversion} vanilla
359 else
360   # We already have a vanilla dir.
361   cd kernel-%{kversion}
362 fi
363
364 %if "0%{updatelevel}"
365 echo "This is a trivial maintenance update. There will be no reboot following installation."
366 %endif
367
368 KERNEL_PREVIOUS=vanilla
369 # Dark RPM-magic to apply each patch to a hardlinked copy of the tree.
370 %define ApplyPatch() \
371   rm -fr linux-%{kversion}-%1                           \
372   cp -al $KERNEL_PREVIOUS linux-%{kversion}-%1          \
373   patchflag=-p1                                         \
374   test "%2" != "%%2" && patchflag="%2"                  \
375   PATCH="%{expand:%{PATCH%1}}"                          \
376   if test ! -e "$PATCH"; then                           \
377     echo "Patch %1 does not exist!"                     \
378     exit 1                                              \
379   fi                                                    \
380   case "$PATCH" in                                      \
381     *.bz2)  bzcat "$PATCH";;                            \
382     *.gz)   zcat "$PATCH";;                             \
383     *)      cat "$PATCH";;                              \
384   esac | patch -F1 -s -d linux-%{kversion}-%1 $patchflag \
385   KERNEL_PREVIOUS=linux-%{kversion}-%1
386
387 # This is where the patches get applied
388 %if 0%{?patchlevel}
389 %ApplyPatch 0
390 %endif
391
392 %ApplyPatch 10
393 %ApplyPatch 15
394 %ApplyPatch 16
395 %ApplyPatch 20
396
397 # NetNS patch for VINI
398 %if 0%{?with_netns}
399 %ApplyPatch 30
400 %endif
401 %ApplyPatch 40
402 %ApplyPatch 50
403
404 %ApplyPatch 100
405
406 %ApplyPatch 150
407
408 %ApplyPatch 200
409 %ApplyPatch 210
410 %ApplyPatch 220
411
412 %ApplyPatch 250
413
414 %ApplyPatch 500
415 %ApplyPatch 510
416
417 # VNET+ series
418 %ApplyPatch 521
419 %ApplyPatch 522
420 %ApplyPatch 523
421 %ApplyPatch 524
422 %ApplyPatch 525
423 %ApplyPatch 526
424 %ApplyPatch 527
425 %ApplyPatch 528
426
427 %ApplyPatch 530
428 %ApplyPatch 540
429 %ApplyPatch 550
430 %ApplyPatch 560
431 %ApplyPatch 570
432 %ApplyPatch 580
433 %ApplyPatch 590
434 %ApplyPatch 592
435 %ApplyPatch 620
436 %ApplyPatch 630
437 %ApplyPatch 640
438 %ApplyPatch 650
439 %ApplyPatch 660
440 %if "%{distroname}" == "f9" || "%{distroname}" == "f10"
441 %ApplyPatch 670
442 %endif
443 %ApplyPatch 680
444 %ApplyPatch 700
445 %ApplyPatch 710
446 %ApplyPatch 720
447 %ApplyPatch 721
448 %ApplyPatch 722
449 %ApplyPatch 800
450
451
452 # NetNS conflict-resolving patch for VINI. Will work with patch vini_pl_patch-1 but may
453 # break with later patches.
454
455 %if 0%{?with_netns}
456 %ApplyPatch %vini_pl_patch
457 %endif
458
459 %if %{iwlwifi}
460 # Run the mac80211 stuff in the kernel tree holding the last patch
461 tar -xzf %{PATCH600}
462 pushd mac80211-%{mac80211_version}
463 mac80211_makeflags="KSRC=../$KERNEL_PREVIOUS"
464 make $mac80211_makeflags modified
465 make $mac80211_makeflags source
466 make $mac80211_makeflags patch_kernel
467 popd
468
469 # Untar iwlwifi in the same place - needs to be compiled later
470 tar -xzf %{PATCH601}
471 # the install target is broken: first it does not pass the right -b flag to depmod
472 # second we do not need to invoke depmod at this stage anyway
473 # let's add our own patch/stuff in this Makefile for manual install later on
474 pushd iwlwifi-%{iwlwifi_version}
475 cat >> Makefile <<EOF
476 module-list:
477         @echo \$(addprefix \$(DIR),\$(addsuffix .ko,\$(list-m)))
478 EOF
479 popd
480 %endif
481
482 rm -fr linux-%{kversion}
483 ln -sf $KERNEL_PREVIOUS linux-%{kversion}
484 cd linux-%{kversion}
485
486
487 # make sure the kernel has the sublevel we know it has. This looks weird
488 # but for -pre and -rc versions we need it since we only want to use
489 # the higher version when the final kernel is released.
490 perl -p -i -e "s/^SUBLEVEL.*/SUBLEVEL = %{sublevel}/" Makefile
491 perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = -prep/" Makefile
492
493 # get rid of unwanted files resulting from patch fuzz
494 find . \( -name "*.orig" -o -name "*~" \) -exec rm -f {} \; >/dev/null
495
496
497 ###
498 ### build
499 ###
500 %build
501
502 BuildKernel() {
503     MakeTarget=$1
504     Arch=$2
505     Flavour=$3
506
507     rm -rf linux-%{_target_cpu}-%{kversion}$Flavour
508     cp -rl linux-%{kversion}/ linux-%{_target_cpu}-%{kversion}$Flavour
509     cd linux-%{_target_cpu}-%{kversion}$Flavour
510
511     # Pick the right config file for the kernel we're building
512     if [ -n "$Flavour" ] ; then
513       Config=%{kernelconfig}-%{kversion}-%{_target_cpu}-$Flavour.config
514       DevelDir=/usr/src/kernels/%{KVERREL}-$Flavour-%{_target_cpu}
515       DevelLink=/usr/src/kernels/%{KVERREL}$Flavour-%{_target_cpu}
516     else
517       Config=%{kernelconfig}-%{kversion}-%{_target_cpu}.config
518       DevelDir=/usr/src/kernels/%{KVERREL}-%{_target_cpu}
519       DevelLink=
520     fi
521
522     KernelVer=%{version}-%{kernelrelease}$Flavour
523     echo BUILDING A KERNEL FOR $Flavour %{_target_cpu}...
524
525     # make sure EXTRAVERSION says what we want it to say
526     perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = %{?patchlevel:.%{patchlevel}}-%{kernelrelease}$Flavour/" Makefile
527
528     # and now to start the build process
529
530     make -s mrproper
531     cp %{_sourcedir}/$Config .config
532
533     #Arch=`head -1 .config | cut -b 3-`
534     echo USING ARCH=$Arch
535
536     make -s ARCH=$Arch nonint_oldconfig > /dev/null
537     make -s ARCH=$Arch %{?_smp_mflags} $MakeTarget
538     make -s ARCH=$Arch %{?_smp_mflags} modules || exit 1
539 %if %{headers}
540     make -s ARCH=$Arch INSTALL_HDR_PATH=$RPM_BUILD_ROOT/usr
541     find $RPM_BUILD_ROOT/%{_includedir} -name \*.cmd -delete
542     rm -f $RPM_BUILD_ROOT/%{_includedir}/{..,.}{check,install}*
543 %endif
544
545 %if %{iwlwifi}
546     # build the iwlwifi driver
547     make -C %{_builddir}/kernel-%{kversion}/iwlwifi-%{iwlwifi_version} ARCH=$Arch \
548       KSRC=%{_builddir}/kernel-%{kversion}/linux-%{_target_cpu}-%{kversion}$Flavour
549 %endif
550
551     # Start installing the results
552
553 %if "%{_enable_debug_packages}" == "1"
554     mkdir -p $RPM_BUILD_ROOT/usr/lib/debug/boot
555 %endif
556     mkdir -p $RPM_BUILD_ROOT/%{image_install_path}
557     install -m 644 .config $RPM_BUILD_ROOT/boot/config-$KernelVer
558     install -m 644 System.map $RPM_BUILD_ROOT/boot/System.map-$KernelVer
559     if [ -f arch/$Arch/boot/bzImage ]; then
560       cp arch/$Arch/boot/bzImage $RPM_BUILD_ROOT/%{image_install_path}/vmlinuz-$KernelVer
561     fi
562     if [ -f arch/$Arch/boot/zImage.stub ]; then
563       cp arch/$Arch/boot/zImage.stub $RPM_BUILD_ROOT/%{image_install_path}/zImage.stub-$KernelVer || :
564     fi
565     if [ "$Flavour" = "uml" ] ; then
566         install -D -m 755 linux $RPM_BUILD_ROOT/%{_bindir}/linux
567     fi
568
569     mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer
570     make -s ARCH=$Arch INSTALL_MOD_PATH=$RPM_BUILD_ROOT modules_install KERNELRELEASE=$KernelVer
571
572 %if %{iwlwifi}
573     # install iwlwifi
574 #    make -C %{_builddir}/kernel-%{kversion}/iwlwifi-%{iwlwifi_version} ARCH=$Arch \
575 #         KSRC=%{_builddir}/kernel-%{kversion}/linux-%{_target_cpu}-%{kversion}$Flavour \
576 #        KMISC=$RPM_BUILD_ROOT/lib/modules/$KernelVer/kernel/drivers/net/wireless install
577     pushd %{_builddir}/kernel-%{kversion}/iwlwifi-%{iwlwifi_version}
578     iwlwifi_dest=$RPM_BUILD_ROOT/lib/modules/$KernelVer/kernel/drivers/net/wireless
579     # get the list and location of modules to install - no need to pass KSRC nor anything, let's keep it simple
580     iwlwifi_modules=$(make --no-print-directory module-list)
581     install -d $iwlwifi_dest
582     install -m 644 -c $iwlwifi_modules $iwlwifi_dest
583     popd
584 %endif
585
586     # And save the headers/makefiles etc for building modules against
587     #
588     # This all looks scary, but the end result is supposed to be:
589     # * all arch relevant include/ files
590     # * all Makefile/Kconfig files
591     # * all script/ files
592
593     rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
594     rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/source
595     mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
596     (cd $RPM_BUILD_ROOT/lib/modules/$KernelVer ; ln -s build source)
597     # dirs for additional modules per module-init-tools, kbuild/modules.txt
598     mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/extra
599     mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/updates
600     # first copy everything
601     cp --parents `find  -type f -name "Makefile*" -o -name "Kconfig*"` $RPM_BUILD_ROOT/lib/modules/$KernelVer/build 
602         cp Module.symvers $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
603     if [ "$Flavour" = "uml" ] ; then
604       cp --parents -a `find arch/um -name include` $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
605     fi
606     # then drop all but the needed Makefiles/Kconfig files
607     rm -rf $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/Documentation
608     rm -rf $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/scripts
609     rm -rf $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
610     cp arch/%{_arch}/kernel/asm-offsets.s $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/%{_arch}/kernel || :
611     cp .config $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
612     cp -a scripts $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
613     if [ -d arch/%{_arch}/scripts ]; then
614       cp -a arch/%{_arch}/scripts $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/%{_arch} || :
615     fi
616     if [ -f arch/%{_arch}/*lds ]; then
617       cp -a arch/%{_arch}/*lds $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/%{_arch}/ || :
618     fi
619     rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/scripts/*.o
620     rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/scripts/*/*.o
621     mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
622     cd include
623     cp -a acpi config keys linux math-emu media mtd net pcmcia rdma rxrpc scsi sound video asm asm-generic $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
624     cp -a `readlink asm` $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
625     if [ "$Arch" = "x86_64" ]; then
626       cp -a asm-i386 $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
627     fi
628 %if %{buildxen}
629     if [ "$Flavour" = "xenU" ]; then
630       cp -a xen $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
631       cp -a asm-i386 $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
632     fi
633 %endif
634 %if %{builduml}
635     if [ "$Flavour" = "uml" ] ; then
636       cp -a `readlink -f asm/arch` $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
637     fi
638 %endif
639     # While arch/powerpc/include/asm is still a symlink to the old
640     # include/asm-ppc{64,} directory, include that in kernel-devel too.
641     if [ "$Arch" = "powerpc" -a -r ../arch/powerpc/include/asm ]; then
642       cp -a `readlink ../arch/powerpc/include/asm` $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
643       mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/$Arch/include
644       pushd $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/$Arch/include
645       ln -sf ../../../include/asm-ppc* asm
646       popd
647     fi
648
649     # Make sure the Makefile and version.h have a matching timestamp so that
650     # external modules can be built
651     touch -r $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/Makefile $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include/linux/version.h
652     touch -r $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/.config $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include/linux/autoconf.h
653     cd ..
654
655     #
656     # save the vmlinux file for kernel debugging into the kernel-debuginfo rpm
657     #
658 %if "%{_enable_debug_packages}" == "1"
659     mkdir -p $RPM_BUILD_ROOT/usr/lib/debug/lib/modules/$KernelVer
660     cp vmlinux $RPM_BUILD_ROOT/usr/lib/debug/lib/modules/$KernelVer
661 %endif
662 %if %{buildxen}
663     if [ -f vmlinuz ]; then
664       cp vmlinuz $RPM_BUILD_ROOT/%{image_install_path}/vmlinuz-$KernelVer
665     fi
666 %endif
667
668     find $RPM_BUILD_ROOT/lib/modules/$KernelVer -name "*.ko" -type f >modnames
669
670     # mark modules executable so that strip-to-file can strip them
671     cat modnames | xargs chmod u+x
672
673     # remove files that will be auto generated by depmod at rpm -i time
674     rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/modules.*
675
676     # Move the devel headers out of the root file system
677     mkdir -p $RPM_BUILD_ROOT/usr/src/kernels
678     mv $RPM_BUILD_ROOT/lib/modules/$KernelVer/build $RPM_BUILD_ROOT/$DevelDir
679     ln -sf ../../..$DevelDir $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
680     [ -z "$DevelLink" ] || ln -sf `basename $DevelDir` $RPM_BUILD_ROOT/$DevelLink
681 }
682
683 ###
684 # DO it...
685 ###
686
687 # prepare directories
688 rm -rf $RPM_BUILD_ROOT
689 mkdir -p $RPM_BUILD_ROOT/boot
690
691 %if "%{_target_cpu}" == "x86_64"
692 %define kernel_arch %{_target_cpu}
693 %endif
694 %if "%{_target_cpu}" == "i586"
695 %define kernel_arch i386
696 %endif
697 %if "%{_target_cpu}" == "i686"
698 %define kernel_arch i386
699 %endif
700
701 %if %{buildup}
702 BuildKernel %make_target %kernel_arch
703 %endif
704
705 %ifarch i686
706 %if %{builduml}
707 BuildKernel linux um uml
708 %endif
709
710 %if %{buildxen}
711 BuildKernel vmlinuz %kernel_arch xenU
712 %endif
713 %endif
714
715 ###
716 ### install
717 ###
718
719 %install
720
721 cd vanilla
722
723 %if %{buildxen} && "%{_target_cpu}" == "i686"
724 mkdir -p $RPM_BUILD_ROOT/etc/ld.so.conf.d
725 rm -f $RPM_BUILD_ROOT/etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf
726 cat > $RPM_BUILD_ROOT/etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf <<\EOF
727 # This directive teaches ldconfig to search in nosegneg subdirectories
728 # and cache the DSOs there with extra bit 0 set in their hwcap match
729 # fields.  In Xen guest kernels, the vDSO tells the dynamic linker to
730 # search in nosegneg subdirectories and to match this extra hwcap bit
731 # in the ld.so.cache file.
732 hwcap 0 nosegneg
733 EOF
734 chmod 444 $RPM_BUILD_ROOT/etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf
735 %endif
736
737 %if %{builddoc}
738 mkdir -p $RPM_BUILD_ROOT/usr/share/doc/kernel-doc-%{kversion}/Documentation
739
740 # sometimes non-world-readable files sneak into the kernel source tree
741 chmod -R a+r *
742 # copy the source over
743 tar cf - Documentation | tar xf - -C $RPM_BUILD_ROOT/usr/share/doc/kernel-doc-%{kversion}
744 %endif
745
746 ###
747 ### clean
748 ###
749
750 %clean
751 rm -rf $RPM_BUILD_ROOT
752
753 ###
754 ### scripts
755 ###
756
757 # load the loop module for upgrades...in case the old modules get removed we have
758 # loopback in the kernel so that mkinitrd will work.
759 %pre
760 /sbin/modprobe loop 2> /dev/null > /dev/null  || :
761 exit 0
762
763 %post
764 if [ -f /etc/sysconfig/kernel ]; then
765   /bin/sed -i -e 's/^DEFAULTKERNEL=kernel-smp$/DEFAULTKERNEL=kernel/' /etc/sysconfig/kernel
766 fi
767
768 # trick mkinitrd in case the current environment does not have device mapper
769 rootdev=$(awk '/^[ \t]*[^#]/ { if ($2 == "/") { print $1; }}' /etc/fstab)
770 if echo $rootdev |grep -q /dev/mapper 2>/dev/null ; then
771     if [ ! -f $rootdev ]; then
772         fake_root_lvm=1
773         mkdir -p $(dirname $rootdev)
774         touch $rootdev
775     fi
776 fi
777
778 [ ! -x /usr/sbin/module_upgrade ] || /usr/sbin/module_upgrade %{rpmversion}-%{kernelrelease}
779 #/sbin/new-kernel-pkg --package kernel --mkinitrd --depmod --install %{KVERREL}
780 # Older modutils do not support --package option
781 /sbin/new-kernel-pkg --mkinitrd --depmod --install %{KVERREL}
782
783 # remove fake handle
784 if [ -n "$fake_root_lvm" ]; then
785     rm -f $rootdev
786 fi
787
788 # make some useful links
789 pushd /boot > /dev/null ; {
790         ln -sf config-%{KVERREL} config
791         ln -sf config-%{KVERREL} configsmp
792         ln -sf initrd-%{KVERREL}.img initrd-boot
793         ln -sf initrd-%{KVERREL}.img initrd-bootsmp
794         ln -sf vmlinuz-%{KVERREL} kernel-boot
795         ln -sf vmlinuz-%{KVERREL} kernel-bootsmp
796 }
797 popd > /dev/null
798
799 # ask for a reboot
800 mkdir -p /etc/planetlab
801
802 %if "%{updatelevel}"==""
803 #touch /etc/planetlab/update-reboot
804 %endif
805
806 %post devel
807 [ -f /etc/sysconfig/kernel ] && . /etc/sysconfig/kernel
808 if [ "$HARDLINK" != "no" -a -x /usr/sbin/hardlink ] ; then
809   pushd /usr/src/kernels/%{KVERREL}-%{_target_cpu} > /dev/null
810   /usr/bin/find . -type f | while read f; do hardlink -c /usr/src/kernels/*FC*/$f $f ; done
811   popd > /dev/null
812 fi
813
814 %post xenU
815 [ ! -x /usr/sbin/module_upgrade ] || /usr/sbin/module_upgrade
816 [ ! -x /sbin/ldconfig ] || /sbin/ldconfig -X
817
818 %post xenU-devel
819 [ -f /etc/sysconfig/kernel ] && . /etc/sysconfig/kernel
820 if [ "$HARDLINK" != "no" -a -x /usr/sbin/hardlink ] ; then
821   pushd /usr/src/kernels/%{KVERREL}-xenU-%{_target_cpu} > /dev/null
822   /usr/bin/find . -type f | while read f; do hardlink -c /usr/src/kernels/*FC*/$f $f ; done
823   popd > /dev/null
824 fi
825
826 %post uml-modules
827 depmod -ae %{KVERREL}uml
828
829 %preun
830 /sbin/modprobe loop 2> /dev/null > /dev/null  || :
831 /sbin/new-kernel-pkg --rminitrd --rmmoddep --remove %{KVERREL}
832
833 %preun xenU
834 /sbin/modprobe loop 2> /dev/null > /dev/null  || :
835 /sbin/new-kernel-pkg --rmmoddep --remove %{KVERREL}xenU
836
837 %preun uml-modules
838 rm -f /lib/modules/%{KVERREL}uml/modules.*
839
840
841 ###
842 ### file lists
843 ###
844
845 %if %{buildup}
846 %files 
847 %defattr(-,root,root)
848 /%{image_install_path}/vmlinuz-%{KVERREL}
849 /boot/System.map-%{KVERREL}
850 /boot/config-%{KVERREL}
851 %dir /lib/modules/%{KVERREL}
852 /lib/modules/%{KVERREL}/kernel
853 /lib/modules/%{KVERREL}/build
854 /lib/modules/%{KVERREL}/source
855 /lib/modules/%{KVERREL}/extra
856 /lib/modules/%{KVERREL}/updates
857
858 %files devel
859 %defattr(-,root,root)
860 %verify(not mtime) /usr/src/kernels/%{KVERREL}-%{_target_cpu}
861 %endif
862
863 %if %{builduml} && "%{_target_cpu}" == "i686"
864 %files uml
865 %defattr(-,root,root)
866 %{_bindir}/linux
867
868 %files uml-devel
869 %defattr(-,root,root)
870 %verify(not mtime) /usr/src/kernels/%{KVERREL}-uml-%{_target_cpu}
871 /usr/src/kernels/%{KVERREL}uml-%{_target_cpu}
872
873 %files uml-modules
874 %defattr(-,root,root)
875 /boot/System.map-%{KVERREL}uml
876 /boot/config-%{KVERREL}uml
877 %dir /lib/modules/%{KVERREL}uml
878 /lib/modules/%{KVERREL}uml/kernel
879 /lib/modules/%{KVERREL}uml/build
880 /lib/modules/%{KVERREL}uml/source
881 /lib/modules/%{KVERREL}uml/extra
882 /lib/modules/%{KVERREL}uml/updates
883 %endif
884
885 %if %{buildxen} && "%{_target_cpu}" == "i686"
886 %files xenU
887 %defattr(-,root,root)
888 /%{image_install_path}/vmlinuz-%{KVERREL}xenU
889 /boot/System.map-%{KVERREL}xenU
890 /boot/config-%{KVERREL}xenU
891 %dir /lib/modules/%{KVERREL}xenU
892 /lib/modules/%{KVERREL}xenU/kernel
893 /lib/modules/%{KVERREL}xenU/build
894 /lib/modules/%{KVERREL}xenU/source
895 /lib/modules/%{KVERREL}xenU/extra
896 /lib/modules/%{KVERREL}xenU/updates
897 /etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf
898
899 %files xenU-devel
900 %defattr(-,root,root)
901 %verify(not mtime) /usr/src/kernels/%{KVERREL}-xenU-%{_target_cpu}
902 /usr/src/kernels/%{KVERREL}xenU-%{_target_cpu}
903 %endif
904
905 %files vserver
906 %defattr(-,root,root)
907 # no files
908
909 # only some architecture builds need kernel-doc
910
911 %if %{builddoc}
912 %files doc
913 %defattr(-,root,root)
914 %{_datadir}/doc/kernel-doc-%{kversion}/Documentation/*
915 %dir %{_datadir}/doc/kernel-doc-%{kversion}/Documentation
916 %dir %{_datadir}/doc/kernel-doc-%{kversion}
917 %endif
918
919 %if %{headers}
920 %files headers
921 %defattr(-,root,root)
922 %dir %{_includedir}
923 %{_includedir}/*
924 %endif
925
926 %changelog
927 * Fri Feb 19 2010 S.Çağlar Onur <caglar@cs.princeton.edu> - linux-2.6-22-44
928 - Disable rebooting
929
930 * Fri Feb 05 2010 S.Çağlar Onur <caglar@cs.princeton.edu> - linux-2.6-22-43
931 - Tagging 22 branch with following changes;
932 - * new e1000 driver,
933 - * VXC_PROC_WRITE support,
934 - * Bonding and multipath support,
935 - * IGB driver support,
936 - * Boot fix for the HP DL320 G6 boxes,
937 - * Kexec fix for CCISS controllers,
938
939 * Fri Jun 26 2009 Daniel Hokka Zakrisson <daniel@hozac.com> - linux-2.6-22-42
940 - Bonding and multipath things.
941
942 * Thu Jun 11 2009 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-22-41
943 - configs for the embedemu pldistro
944
945 * Wed Jun 03 2009 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-40
946 - Added patch 700, which implements VXC_PROC_WRITE support
947
948 * Tue May 26 2009 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-22-39
949 - outputs the kernel-headers rpm as backported from 2.6.27
950
951 * Fri May 15 2009 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-22-38
952 - the pcmcia patch needed to be adapted to 2.6.22
953
954 * Tue May 12 2009 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-22-37
955 - enable patch about 64bits adresses and cardbus
956
957 * Thu Apr 09 2009 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-36
958 - Inserting this patch, which I missed in the previous tag.
959
960 * Thu Apr 09 2009 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-35
961 - I missed this hunk in the previous tag. It's disabled by default.
962
963 * Thu Apr 09 2009 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-34
964 - Tagging after having tested the latest kernel in branch for a couple of days.
965
966 * Mon Feb 23 2009 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-33
967
968 * Thu Jan 08 2009 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-22-32
969 - support building on fedora 10
970
971 * Tue Dec 02 2008 Daniel Hokka Zakrisson <daniel@hozac.com> - linux-2.6-22-31
972 - add patches for m-lab and drl
973
974 * Tue Nov 11 2008 Daniel Hokka Zakrisson <daniel@hozac.com> - linux-2.6-22-30
975 - Use Intel's e1000e driver.
976
977 * Thu Oct 02 2008 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-22-29
978 - added drivers for OPTION's globetrotter (gt 3g+ emea) umts cards
979 - + cleanup outdated configs
980
981 * Wed Sep 17 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-28
982 - Recovering a hunk that I accidentally ommited out of the last commit. Should not entail retesting, because the commits
983 - were unrelated.
984
985 * Sun Sep 14 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-27
986 - Fixing the accounting issue that causes certain connections to be misaccounted, and that causes NM/peercreds to
987 - intermittently break.
988
989 * Wed Sep 10 2008 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-22-26
990 - patch for building on f9/gcc-4.3, no functional change on other distros
991
992 * Sun Aug 17 2008 Daniel Hokka Zakrisson <daniel@hozac.com> - linux-2.6-22-25
993 - FUSE support.
994
995 * Tue Aug 12 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-24
996 - Enable nmi watchdog by default.
997
998 * Mon Aug 04 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-23
999 - Fixed a bug in my previous commit.
1000
1001 * Mon Aug 04 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-22
1002 - * 1 fix for using udp/listening sockets via raw
1003 - * 1 fix to help codemux divide traffic in PlanetFlow
1004
1005 * Fri Aug 01 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-21
1006 - Codemux calls setsockopt/SO_PEERCRED to set peer credentials on a socket, so that the connections it proxies to its clients are tagged for PlanetFlow. This hunk got lost somewhere along the way.
1007
1008 * Thu Jul 31 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-20
1009 - Removed a debugging statement. Shows up a lot in the debug logs.
1010
1011 * Wed Jul 30 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-19
1012 - Unbroke peercred setting.
1013
1014 * Mon Jul 28 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-18
1015 - Now you can write your own TCP using packet sockets. As a side effect, tcptraceroute runs to completion including the
1016 - last hop.
1017
1018 * Mon Jul 28 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-17
1019 - Optimize packet socket support to eliminate a packet copy.
1020
1021 * Sun Jul 27 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-16
1022 - Missed this header file, which broke the compile.
1023 - I'll be doing another tag to include an optimization I left out of this version. This version is for Build only.
1024
1025 * Sun Jul 27 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-15
1026 - Fixes to tcpdump-related problems reported recently.
1027
1028 * Wed Jul 23 2008 Stephen Soltesz <soltesz@cs.princeton.edu> - linux-2.6-22-14
1029 - added fix to process visibility so when ncontext/vcontext  run netstat in
1030 - xid=1, it can see all ports &  processes.
1031
1032 * Mon Jul 21 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-13
1033 - fix for tcpdump/tcp payloads
1034
1035 * Tue Jul 15 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-12
1036 - * Bugfix in tuntap
1037 - * Attempt to fix TCP-payload-related problems with tcpdump
1038
1039 * Wed Jul 09 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-11
1040 - * Split up VNET+ module into its component patches
1041 - * Added tun/tap support
1042
1043 * Tue Jul 08 2008 Daniel Hokka Zakrisson <daniel@hozac.com> - linux-2.6-22-10
1044 - Filling a statically allocated buffer cannot fail, right?
1045
1046 * Wed Jun 25 2008 Daniel Hokka Zakrisson <daniel@hozac.com> - linux-2.6-22-9
1047 - Enable the hangcheck timer driver, and build it in to the kernel.
1048 - Dump relevant data on the scheduler bug instead of BUGing.
1049
1050 * Sat Jun 07 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-8
1051 - * Partial fix for the UDP-packet-pollution problem
1052 - * Support for PF_PACKET sockets
1053 - * Support for SOCK_PACKET sockets
1054 - * Disabled Chopstix with mutexes
1055 - * Tested VNET+ under heavy loads
1056
1057
1058
1059 * Fri May 16 2008 Stephen Soltesz <soltesz@cs.princeton.edu> - linux-2.6-22-7
1060 - Bringing this fix in for tcpdump and  ping
1061
1062
1063 * Fri May 09 2008 Stephen Soltesz <soltesz@cs.princeton.edu> - linux-2.6-22-6
1064 - Updated configuration to include COW again.
1065
1066 - Patches from Sapan to fix ping losses.
1067
1068 - Still need help with tcpdump traffic.
1069
1070
1071 * Tue May 06 2008 Daniel Hokka Zakrisson <daniel@hozac.com> - linux-2.6-22-5
1072 - Patch needs to be applied.
1073
1074 * Mon May 05 2008 Stephen Soltesz <soltesz@cs.princeton.edu> - linux-2.6-22-4
1075
1076
1077 * Thu Apr 24 2008 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-22-3
1078 - Fix bug with looping in schedule()
1079
1080 * Wed Apr 23 2008 Stephen Soltesz <soltesz@cs.princeton.edu> - linux-2.6-22-2
1081 - Includes changes from Sapan/Andy regarding the scheduler and vnet bugs.
1082 - Should be safe to try a second deployment.
1083
1084
1085 * Tue Jul 11 2006 Dave Jones <davej@redhat.com> [2.6.17-1.2142_FC4]
1086 - 2.6.17.4
1087 - Disable split pagetable lock.
1088
1089 * Wed Jul  5 2006 Dave Jones <davej@redhat.com>
1090 - Get rid of stack backtrace on panic, which in most
1091   cases actually caused a loss of info instead of a gain.
1092
1093 * Fri Jun 30 2006 Dave Jones <davej@redhat.com> [2.6.17-1.2141_FC4]
1094 - 2.6.17.3
1095
1096 * Fri Jun 30 2006 Dave Jones <davej@redhat.com> [2.6.17-1.2140_FC4]
1097 - 2.6.17.2
1098 - Fix up the alsa list_add bug.
1099
1100 * Mon Jun 26 2006 Dave Jones <davej@redhat.com>
1101 - Fix up various stupidities incurred by the last big rebase.
1102   - Reenable SMP x86-64 builds.
1103   - Reenable SMBFS.
1104 - Enable PCI fake hotplug driver.
1105 - Enable gameport/joystick on i586 builds. (#196581)
1106
1107 * Sat Jun 24 2006 Dave Jones <davej@redhat.com>
1108 - Enable profiling for 586 kernels.
1109
1110 * Fri Jun 23 2006 Dave Jones <davej@redhat.com> [2.6.17-1.2139_FC4]
1111 - Rebuild with slab debug off.
1112
1113 * Tue Jun 20 2006 Dave Jones <davej@redhat.com> [2.6.17-1.2138_FC4]
1114 - 2.6.17.1
1115
1116 * Mon Jun  5 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2115_FC4]
1117 - 2.6.16.20
1118
1119 * Tue May 30 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2114_FC4]
1120 - 2.6.16.19
1121
1122 * Mon May 29 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2113_FC4]
1123 - Improved list_head debugging.
1124
1125 * Tue May 23 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2112_FC4]
1126 - 2.6.16.18
1127
1128 * Sat May 20 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2111_FC4]
1129 - 2.6.16.17
1130
1131 * Wed May 10 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2110_FC4]
1132 - 2.6.16.16
1133
1134 * Tue May  9 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2109_FC4]
1135 - 2.6.16.15
1136 - make 16C950 UARTs work (again). (#126403)
1137 - Fix exec-shield default, which should fix a few programs that
1138   stopped running.
1139
1140 * Thu May  4 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2108_FC4]
1141 - 2.6.16.14
1142
1143 * Tue May  2 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2107_FC4]
1144 - 2.6.16.13
1145
1146 * Mon May  1 2006 Dave Jones <davej@redhat.com>
1147 - 2.6.16.12
1148
1149 * Tue Apr 25 2006 Dave Jones <davej@redhat.com>
1150 - Fix up SCSI errors with mymusix usb mp3 player (#186187)
1151
1152 * Mon Apr 24 2006 Dave Jones <davej@redhat.com>
1153 - 2.6.16.11
1154
1155 * Wed Apr 19 2006 Dave Jones <davej@redhat.com>
1156 - Enable PCI MSI support.
1157
1158 * Tue Apr 18 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2096_FC4]
1159 - 2.6.16.9
1160
1161 * Tue Apr 18 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2093_FC4]
1162 - 2.6.16.7
1163
1164 * Mon Apr 17 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2092_FC4]
1165 - 2.6.16.6
1166
1167 * Sun Apr 16 2006 Dave Jones <davej@redhat.com>
1168 - 2.6.16.5
1169
1170 * Fri Apr  7 2006 Dave Jones <davej@redhat.com>
1171 - 2.6.16.2
1172
1173 * Tue Apr  4 2006 Dave Jones <davej@redhat.com>
1174 - Reenable non-standard serial ports. (#187466)
1175 - Reenable snd-es18xx for x86-32 (#187733)
1176
1177 * Thu Mar 30 2006 Dave Jones <davej@redhat.com>
1178 - ship the .kernelrelease file in -devel too.
1179 - Disable EDAC debug.
1180
1181 * Tue Mar 26 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2069_FC4]
1182 - 2.6.16.1
1183
1184 * Mon Mar 25 2006 Dave Jones <davej@redhat.com>
1185 - Include patches posted for review for inclusion in 2.6.16.1
1186 - Updated new audit msg types.
1187 - Reenable HDLC driver (#186257)
1188 - Make acpi-cpufreq 'sticky'
1189 - Fix broken x86-64 32bit vDSO (#186924)
1190
1191 * Tue Mar 21 2006 Dave Jones <davej@redhat.com>
1192 - Improve spinlock scalability on big machines.
1193
1194 * Mon Mar 20 2006 Dave Jones <davej@redhat.com>
1195 - Sync with FC5's 2.6.16 kernel.
1196 - Update Tux & Exec-shield to latest.
1197