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