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