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