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