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