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