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