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