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