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