bump to 2.6.27.47
[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 12
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 %ApplyPatch 810
391
392 %if 0
393 %ApplyPatch 900
394 %ApplyPatch 910
395 %endif
396
397 # NetNS conflict-resolving patch for VINI. Will work with patch vini_pl_patch-1 but may
398 # break with later patches.
399
400 %if 0%{?with_netns}
401 %ApplyPatch %vini_pl_patch
402 %endif
403
404 rm -fr linux-%{kversion}
405 ln -sf $KERNEL_PREVIOUS linux-%{kversion}
406 cd linux-%{kversion}
407
408
409 # make sure the kernel has the sublevel we know it has. This looks weird
410 # but for -pre and -rc versions we need it since we only want to use
411 # the higher version when the final kernel is released.
412 perl -p -i -e "s/^SUBLEVEL.*/SUBLEVEL = %{sublevel}/" Makefile
413 perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = -prep/" Makefile
414
415 # get rid of unwanted files resulting from patch fuzz
416 find . \( -name "*.orig" -o -name "*~" \) -exec rm -f {} \; >/dev/null
417
418
419 ###
420 ### build
421 ###
422 %build
423
424 BuildKernel() {
425     MakeTarget=$1
426     Arch=$2
427     Flavour=$3
428
429     rm -rf linux-%{_target_cpu}-%{kversion}$Flavour
430     cp -rl linux-%{kversion}/ linux-%{_target_cpu}-%{kversion}$Flavour
431     cd linux-%{_target_cpu}-%{kversion}$Flavour
432
433     # Pick the right config file for the kernel we're building
434     if [ -n "$Flavour" ] ; then
435       Config=%{kernelconfig}-%{kversion}-%{_target_cpu}-$Flavour.config
436       DevelDir=/usr/src/kernels/%{KVERREL}-$Flavour-%{_target_cpu}
437       DevelLink=/usr/src/kernels/%{KVERREL}$Flavour-%{_target_cpu}
438     else
439       Config=%{kernelconfig}-%{kversion}-%{_target_cpu}.config
440       DevelDir=/usr/src/kernels/%{KVERREL}-%{_target_cpu}
441       DevelLink=
442     fi
443
444     KernelVer=%{version}-%{release}$Flavour
445     echo BUILDING A KERNEL FOR $Flavour %{_target_cpu}...
446
447     # make sure EXTRAVERSION says what we want it to say
448     perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = %{?patchlevel:.%{patchlevel}}-%{release}$Flavour/" Makefile
449
450     # and now to start the build process
451
452     make -s mrproper
453     cp %{_sourcedir}/$Config .config
454
455     #Arch=`head -1 .config | cut -b 3-`
456     echo USING ARCH=$Arch
457
458     make -s ARCH=$Arch nonint_oldconfig < /dev/null > /dev/null
459     make -s ARCH=$Arch %{?_smp_mflags} $MakeTarget
460     make -s ARCH=$Arch %{?_smp_mflags} modules || exit 1
461 %if %{headers}
462     make -s ARCH=$Arch INSTALL_HDR_PATH=$RPM_BUILD_ROOT/usr
463     find $RPM_BUILD_ROOT/%{_includedir} -name \*.cmd -delete
464     rm -f $RPM_BUILD_ROOT/%{_includedir}/{..,.}{check,install}*
465 %endif
466
467     # Start installing the results
468
469 %if "%{_enable_debug_packages}" == "1"
470     mkdir -p $RPM_BUILD_ROOT/usr/lib/debug/boot
471 %endif
472     mkdir -p $RPM_BUILD_ROOT/%{image_install_path}
473     install -m 644 .config $RPM_BUILD_ROOT/boot/config-$KernelVer
474     install -m 644 System.map $RPM_BUILD_ROOT/boot/System.map-$KernelVer
475     if [ -f arch/$Arch/boot/bzImage ]; then
476       cp arch/$Arch/boot/bzImage $RPM_BUILD_ROOT/%{image_install_path}/vmlinuz-$KernelVer
477     fi
478     if [ -f arch/$Arch/boot/zImage.stub ]; then
479       cp arch/$Arch/boot/zImage.stub $RPM_BUILD_ROOT/%{image_install_path}/zImage.stub-$KernelVer || :
480     fi
481     if [ "$Flavour" = "uml" ] ; then
482         install -D -m 755 linux $RPM_BUILD_ROOT/%{_bindir}/linux
483     fi
484
485     mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer
486     make -s ARCH=$Arch INSTALL_MOD_PATH=$RPM_BUILD_ROOT modules_install KERNELRELEASE=$KernelVer
487
488     # And save the headers/makefiles etc for building modules against
489     #
490     # This all looks scary, but the end result is supposed to be:
491     # * all arch relevant include/ files
492     # * all Makefile/Kconfig files
493     # * all script/ files
494
495     rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
496     rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/source
497     mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
498     (cd $RPM_BUILD_ROOT/lib/modules/$KernelVer ; ln -s build source)
499     # dirs for additional modules per module-init-tools, kbuild/modules.txt
500     mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/extra
501     mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/updates
502     # first copy everything
503     cp --parents `find  -type f -name "Makefile*" -o -name "Kconfig*"` $RPM_BUILD_ROOT/lib/modules/$KernelVer/build 
504         cp Module.symvers $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
505     if [ "$Flavour" = "uml" ] ; then
506       cp --parents -a `find arch/um -name include` $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
507     fi
508     # then drop all but the needed Makefiles/Kconfig files
509     rm -rf $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/Documentation
510     rm -rf $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/scripts
511     rm -rf $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
512     cp arch/%{_arch}/kernel/asm-offsets.s $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/%{_arch}/kernel || :
513     cp .config $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
514     cp -a scripts $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
515     if [ -d arch/%{_arch}/scripts ]; then
516       cp -a arch/%{_arch}/scripts $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/%{_arch} || :
517     fi
518     if [ -f arch/%{_arch}/*lds ]; then
519       cp -a arch/%{_arch}/*lds $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/%{_arch}/ || :
520     fi
521     rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/scripts/*.o
522     rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/scripts/*/*.o
523     mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
524     cd include
525     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
526     cp -a `readlink asm` $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
527     if [ "$Arch" = "x86_64" ]; then
528       cp -a asm-x86 $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
529     fi
530 %if %{buildxen}
531     if [ "$Flavour" = "xenU" ]; then
532       cp -a xen $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
533       cp -a asm-x86 $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
534     fi
535 %endif
536 %if %{builduml}
537     if [ "$Flavour" = "uml" ] ; then
538       cp -a `readlink -f asm/arch` $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
539     fi
540 %endif
541     # While arch/powerpc/include/asm is still a symlink to the old
542     # include/asm-ppc{64,} directory, include that in kernel-devel too.
543     if [ "$Arch" = "powerpc" -a -r ../arch/powerpc/include/asm ]; then
544       cp -a `readlink ../arch/powerpc/include/asm` $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
545       mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/$Arch/include
546       pushd $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/$Arch/include
547       ln -sf ../../../include/asm-ppc* asm
548       popd
549     fi
550
551     # Make sure the Makefile and version.h have a matching timestamp so that
552     # external modules can be built
553     touch -r $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/Makefile $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include/linux/version.h
554     touch -r $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/.config $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include/linux/autoconf.h
555     cd ..
556
557     #
558     # save the vmlinux file for kernel debugging into the kernel-debuginfo rpm
559     #
560 %if "%{_enable_debug_packages}" == "1"
561     mkdir -p $RPM_BUILD_ROOT/usr/lib/debug/lib/modules/$KernelVer
562     cp vmlinux $RPM_BUILD_ROOT/usr/lib/debug/lib/modules/$KernelVer
563 %endif
564 %if %{buildxen}
565     if [ -f vmlinuz ]; then
566       cp vmlinuz $RPM_BUILD_ROOT/%{image_install_path}/vmlinuz-$KernelVer
567     fi
568 %endif
569
570     find $RPM_BUILD_ROOT/lib/modules/$KernelVer -name "*.ko" -type f >modnames
571
572     # mark modules executable so that strip-to-file can strip them
573     cat modnames | xargs chmod u+x
574
575     # remove files that will be auto generated by depmod at rpm -i time
576     rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/modules.*
577
578     # Move the devel headers out of the root file system
579     mkdir -p $RPM_BUILD_ROOT/usr/src/kernels
580     mv $RPM_BUILD_ROOT/lib/modules/$KernelVer/build $RPM_BUILD_ROOT/$DevelDir
581     ln -sf ../../..$DevelDir $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
582     [ -z "$DevelLink" ] || ln -sf `basename $DevelDir` $RPM_BUILD_ROOT/$DevelLink
583 }
584
585 ###
586 # DO it...
587 ###
588
589 # prepare directories
590 rm -rf $RPM_BUILD_ROOT
591 mkdir -p $RPM_BUILD_ROOT/boot
592
593 %if "%{_target_cpu}" == "x86_64"
594 %define kernel_arch %{_target_cpu}
595 %endif
596 %if "%{_target_cpu}" == "i586"
597 %define kernel_arch i386
598 %endif
599 %if "%{_target_cpu}" == "i686"
600 %define kernel_arch i386
601 %endif
602
603 %if %{buildup}
604 BuildKernel %make_target %kernel_arch
605 %endif
606
607 %ifarch i686
608 %if %{builduml}
609 BuildKernel linux um uml
610 %endif
611
612 %if %{buildxen}
613 BuildKernel vmlinuz %kernel_arch xenU
614 %endif
615 %endif
616
617 ###
618 ### install
619 ###
620
621 %install
622
623 cd vanilla
624
625 %if %{buildxen} && "%{_target_cpu}" == "i686"
626 mkdir -p $RPM_BUILD_ROOT/etc/ld.so.conf.d
627 rm -f $RPM_BUILD_ROOT/etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf
628 cat > $RPM_BUILD_ROOT/etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf <<\EOF
629 # This directive teaches ldconfig to search in nosegneg subdirectories
630 # and cache the DSOs there with extra bit 0 set in their hwcap match
631 # fields.  In Xen guest kernels, the vDSO tells the dynamic linker to
632 # search in nosegneg subdirectories and to match this extra hwcap bit
633 # in the ld.so.cache file.
634 hwcap 0 nosegneg
635 EOF
636 chmod 444 $RPM_BUILD_ROOT/etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf
637 %endif
638
639 %if %{builddoc}
640 mkdir -p $RPM_BUILD_ROOT/usr/share/doc/kernel-doc-%{kversion}/Documentation
641
642 # sometimes non-world-readable files sneak into the kernel source tree
643 chmod -R a+r *
644 # copy the source over
645 tar cf - Documentation | tar xf - -C $RPM_BUILD_ROOT/usr/share/doc/kernel-doc-%{kversion}
646 %endif
647
648 ###
649 ### clean
650 ###
651
652 %clean
653 rm -rf $RPM_BUILD_ROOT
654
655 ###
656 ### scripts
657 ###
658
659 # load the loop module for upgrades...in case the old modules get removed we have
660 # loopback in the kernel so that mkinitrd will work.
661 %pre
662 /sbin/modprobe loop 2> /dev/null > /dev/null  || :
663 exit 0
664
665 %post
666 if [ -f /etc/sysconfig/kernel ]; then
667   /bin/sed -i -e 's/^DEFAULTKERNEL=kernel-smp$/DEFAULTKERNEL=kernel/' /etc/sysconfig/kernel
668 fi
669
670 # trick mkinitrd in case the current environment does not have device mapper
671 rootdev=$(awk '/^[ \t]*[^#]/ { if ($2 == "/") { print $1; }}' /etc/fstab)
672 if echo $rootdev |grep -q /dev/mapper 2>/dev/null ; then
673     if [ ! -f $rootdev ]; then
674         fake_root_lvm=1
675         mkdir -p $(dirname $rootdev)
676         touch $rootdev
677     fi
678 fi
679
680 [ ! -x /usr/sbin/module_upgrade ] || /usr/sbin/module_upgrade %{rpmversion}-%{release}
681 #/sbin/new-kernel-pkg --package kernel --mkinitrd --depmod --install %{KVERREL}
682 # Older modutils do not support --package option
683 /sbin/new-kernel-pkg --mkinitrd --depmod --install %{KVERREL}
684
685 # remove fake handle
686 if [ -n "$fake_root_lvm" ]; then
687     rm -f $rootdev
688 fi
689
690 # make some useful links
691 pushd /boot > /dev/null ; {
692         ln -sf config-%{KVERREL} config
693         ln -sf config-%{KVERREL} configsmp
694         ln -sf initrd-%{KVERREL}.img initrd-boot
695         ln -sf initrd-%{KVERREL}.img initrd-bootsmp
696         ln -sf vmlinuz-%{KVERREL} kernel-boot
697         ln -sf vmlinuz-%{KVERREL} kernel-bootsmp
698 }
699 popd > /dev/null
700
701 # ask for a reboot
702 mkdir -p /etc/planetlab
703 touch /etc/planetlab/update-reboot
704
705 %post devel
706 [ -f /etc/sysconfig/kernel ] && . /etc/sysconfig/kernel
707 if [ "$HARDLINK" != "no" -a -x /usr/sbin/hardlink ] ; then
708   pushd /usr/src/kernels/%{KVERREL}-%{_target_cpu} > /dev/null
709   /usr/bin/find . -type f | while read f; do hardlink -c /usr/src/kernels/*FC*/$f $f ; done
710   popd > /dev/null
711 fi
712
713 %post xenU
714 [ ! -x /usr/sbin/module_upgrade ] || /usr/sbin/module_upgrade
715 [ ! -x /sbin/ldconfig ] || /sbin/ldconfig -X
716
717 %post xenU-devel
718 [ -f /etc/sysconfig/kernel ] && . /etc/sysconfig/kernel
719 if [ "$HARDLINK" != "no" -a -x /usr/sbin/hardlink ] ; then
720   pushd /usr/src/kernels/%{KVERREL}-xenU-%{_target_cpu} > /dev/null
721   /usr/bin/find . -type f | while read f; do hardlink -c /usr/src/kernels/*FC*/$f $f ; done
722   popd > /dev/null
723 fi
724
725 %post uml-modules
726 depmod -ae %{KVERREL}uml
727
728 %preun
729 /sbin/modprobe loop 2> /dev/null > /dev/null  || :
730 /sbin/new-kernel-pkg --rminitrd --rmmoddep --remove %{KVERREL}
731
732 %preun xenU
733 /sbin/modprobe loop 2> /dev/null > /dev/null  || :
734 /sbin/new-kernel-pkg --rmmoddep --remove %{KVERREL}xenU
735
736 %preun uml-modules
737 rm -f /lib/modules/%{KVERREL}uml/modules.*
738
739
740 ###
741 ### file lists
742 ###
743
744 %if %{buildup}
745 %files 
746 %defattr(-,root,root)
747 /%{image_install_path}/vmlinuz-%{KVERREL}
748 /boot/System.map-%{KVERREL}
749 /boot/config-%{KVERREL}
750 %dir /lib/modules/%{KVERREL}
751 /lib/modules/%{KVERREL}/kernel
752 /lib/modules/%{KVERREL}/build
753 /lib/modules/%{KVERREL}/source
754 /lib/modules/%{KVERREL}/extra
755 /lib/modules/%{KVERREL}/updates
756
757 %files devel
758 %defattr(-,root,root)
759 %verify(not mtime) /usr/src/kernels/%{KVERREL}-%{_target_cpu}
760 %endif
761
762 %if %{builduml} && "%{_target_cpu}" == "i686"
763 %files uml
764 %defattr(-,root,root)
765 %{_bindir}/linux
766
767 %files uml-devel
768 %defattr(-,root,root)
769 %verify(not mtime) /usr/src/kernels/%{KVERREL}-uml-%{_target_cpu}
770 /usr/src/kernels/%{KVERREL}uml-%{_target_cpu}
771
772 %files uml-modules
773 %defattr(-,root,root)
774 /boot/System.map-%{KVERREL}uml
775 /boot/config-%{KVERREL}uml
776 %dir /lib/modules/%{KVERREL}uml
777 /lib/modules/%{KVERREL}uml/kernel
778 /lib/modules/%{KVERREL}uml/build
779 /lib/modules/%{KVERREL}uml/source
780 /lib/modules/%{KVERREL}uml/extra
781 /lib/modules/%{KVERREL}uml/updates
782 %endif
783
784 %if %{buildxen} && "%{_target_cpu}" == "i686"
785 %files xenU
786 %defattr(-,root,root)
787 /%{image_install_path}/vmlinuz-%{KVERREL}xenU
788 /boot/System.map-%{KVERREL}xenU
789 /boot/config-%{KVERREL}xenU
790 %dir /lib/modules/%{KVERREL}xenU
791 /lib/modules/%{KVERREL}xenU/kernel
792 /lib/modules/%{KVERREL}xenU/build
793 /lib/modules/%{KVERREL}xenU/source
794 /lib/modules/%{KVERREL}xenU/extra
795 /lib/modules/%{KVERREL}xenU/updates
796 /etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf
797
798 %files xenU-devel
799 %defattr(-,root,root)
800 %verify(not mtime) /usr/src/kernels/%{KVERREL}-xenU-%{_target_cpu}
801 /usr/src/kernels/%{KVERREL}xenU-%{_target_cpu}
802 %endif
803
804 %files vserver
805 %defattr(-,root,root)
806 # no files
807
808 # only some architecture builds need kernel-doc
809
810 %if %{builddoc}
811 %files doc
812 %defattr(-,root,root)
813 %{_datadir}/doc/kernel-doc-%{kversion}/Documentation/*
814 %dir %{_datadir}/doc/kernel-doc-%{kversion}/Documentation
815 %dir %{_datadir}/doc/kernel-doc-%{kversion}
816 %endif
817
818 %if %{headers}
819 %files headers
820 %defattr(-,root,root)
821 %dir %{_includedir}
822 %{_includedir}/*
823 %endif
824
825 %changelog
826 * Wed May 05 2010 S.Çağlar Onur <caglar@cs.princeton.edu> - linux-2.6-27-12
827 - support 82567LM-3 Gigabit Network devices
828
829 * Wed May 05 2010 S.Çağlar Onur <caglar@cs.princeton.edu> - linux-2.6-27-11
830 - 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
831
832 * Tue May 04 2010 S.Çağlar Onur <caglar@cs.princeton.edu> - linux-2.6-27-10
833 - Revert to vs2.3.0.36.4
834
835 * Tue Apr 27 2010 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-27-9
836 - config for wextoolbox OK
837 - upgrade to patch-2.6.27.46-vs2.3.0.36.8
838 - turn off delta-pivot-fix01.diff (which was tweaked btw)
839
840 * Wed Apr 07 2010 S.Çağlar Onur <caglar@cs.princeton.edu> - linux-2.6-27-8
841 - chopstix fixes & cleanups
842
843 * Fri Apr 02 2010 S.Çağlar Onur <caglar@cs.princeton.edu> - linux-2.6-27-7
844 - Update to 2.6.27.46
845
846 * Mon Feb 15 2010 S.Çağlar Onur <caglar@cs.princeton.edu> - linux-2.6-27-6
847 - support Ext4 in order to boot f12
848 - fix "vcontext: pivot_root(): Invalid argument errors" while creating a guest with f12
849
850 * Mon Feb 15 2010 S.Çağlar Onur <caglar@cs.princeton.edu> - linux-2.6-27-5
851 - Update to 2.6.27.45
852
853 * Mon Feb 15 2010 S.Çağlar Onur <caglar@cs.princeton.edu> - linux-2.6-27-4
854 - Tagging trunk
855
856 * Tue May 12 2009 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-27-3
857 - new tuntap patch available but not enabled
858 - mac80211 and iwlwifi are now mainstream, no ext. sources anymore
859 - new egre patch
860 - various changes in the config about netns and scheduler ...
861 - gnuradio gets a specific config
862 - enable patch about 64bits adresses and cardbus
863
864 * Tue Mar 24 2009 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-27-2
865 - cleaned up obsolete (2.6.22) configs
866 - added gnuradio config links
867 - fix for building headers package (remove .cmd files)
868
869 * Tue Mar 10 2009 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-27-1
870 - untested feature-complete version, but for the scheduler that is still missing
871
872 * Thu Jan 08 2009 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-22-32
873 - support building on fedora 10
874
875 * Tue Dec 02 2008 Daniel Hokka Zakrisson <daniel@hozac.com> - linux-2.6-22-31
876 - add patches for m-lab and drl
877
878 * Tue Nov 11 2008 Daniel Hokka Zakrisson <daniel@hozac.com> - linux-2.6-22-30
879 - Use Intel's e1000e driver.
880
881 * Thu Oct 02 2008 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-22-29
882 - added drivers for OPTION's globetrotter (gt 3g+ emea) umts cards
883 - + cleanup outdated configs
884
885 * Wed Sep 17 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-28
886 - Recovering a hunk that I accidentally ommited out of the last commit. Should not entail retesting, because the commits
887 - were unrelated.
888
889 * Sun Sep 14 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-27
890 - Fixing the accounting issue that causes certain connections to be misaccounted, and that causes NM/peercreds to
891 - intermittently break.
892
893 * Wed Sep 10 2008 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-22-26
894 - patch for building on f9/gcc-4.3, no functional change on other distros
895
896 * Sun Aug 17 2008 Daniel Hokka Zakrisson <daniel@hozac.com> - linux-2.6-22-25
897 - FUSE support.
898
899 * Tue Aug 12 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-24
900 - Enable nmi watchdog by default.
901
902 * Mon Aug 04 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-23
903 - Fixed a bug in my previous commit.
904
905 * Mon Aug 04 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-22
906 - * 1 fix for using udp/listening sockets via raw
907 - * 1 fix to help codemux divide traffic in PlanetFlow
908
909 * Fri Aug 01 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-21
910 - 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.
911
912 * Thu Jul 31 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-20
913 - Removed a debugging statement. Shows up a lot in the debug logs.
914
915 * Wed Jul 30 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-19
916 - Unbroke peercred setting.
917
918 * Mon Jul 28 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-18
919 - Now you can write your own TCP using packet sockets. As a side effect, tcptraceroute runs to completion including the
920 - last hop.
921
922 * Mon Jul 28 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-17
923 - Optimize packet socket support to eliminate a packet copy.
924
925 * Sun Jul 27 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-16
926 - Missed this header file, which broke the compile.
927 - I'll be doing another tag to include an optimization I left out of this version. This version is for Build only.
928
929 * Sun Jul 27 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-15
930 - Fixes to tcpdump-related problems reported recently.
931
932 * Wed Jul 23 2008 Stephen Soltesz <soltesz@cs.princeton.edu> - linux-2.6-22-14
933 - added fix to process visibility so when ncontext/vcontext  run netstat in
934 - xid=1, it can see all ports &  processes.
935
936 * Mon Jul 21 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-13
937 - fix for tcpdump/tcp payloads
938
939 * Tue Jul 15 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-12
940 - * Bugfix in tuntap
941 - * Attempt to fix TCP-payload-related problems with tcpdump
942
943 * Wed Jul 09 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-11
944 - * Split up VNET+ module into its component patches
945 - * Added tun/tap support
946
947 * Tue Jul 08 2008 Daniel Hokka Zakrisson <daniel@hozac.com> - linux-2.6-22-10
948 - Filling a statically allocated buffer cannot fail, right?
949
950 * Wed Jun 25 2008 Daniel Hokka Zakrisson <daniel@hozac.com> - linux-2.6-22-9
951 - Enable the hangcheck timer driver, and build it in to the kernel.
952 - Dump relevant data on the scheduler bug instead of BUGing.
953
954 * Sat Jun 07 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-8
955 - * Partial fix for the UDP-packet-pollution problem
956 - * Support for PF_PACKET sockets
957 - * Support for SOCK_PACKET sockets
958 - * Disabled Chopstix with mutexes
959 - * Tested VNET+ under heavy loads
960
961
962
963 * Fri May 16 2008 Stephen Soltesz <soltesz@cs.princeton.edu> - linux-2.6-22-7
964 - Bringing this fix in for tcpdump and  ping
965
966
967 * Fri May 09 2008 Stephen Soltesz <soltesz@cs.princeton.edu> - linux-2.6-22-6
968 - Updated configuration to include COW again.
969
970 - Patches from Sapan to fix ping losses.
971
972 - Still need help with tcpdump traffic.
973
974
975 * Tue May 06 2008 Daniel Hokka Zakrisson <daniel@hozac.com> - linux-2.6-22-5
976 - Patch needs to be applied.
977
978 * Mon May 05 2008 Stephen Soltesz <soltesz@cs.princeton.edu> - linux-2.6-22-4
979
980
981 * Thu Apr 24 2008 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-22-3
982 - Fix bug with looping in schedule()
983
984 * Wed Apr 23 2008 Stephen Soltesz <soltesz@cs.princeton.edu> - linux-2.6-22-2
985 - Includes changes from Sapan/Andy regarding the scheduler and vnet bugs.
986 - Should be safe to try a second deployment.
987
988
989 * Tue Jul 11 2006 Dave Jones <davej@redhat.com> [2.6.17-1.2142_FC4]
990 - 2.6.17.4
991 - Disable split pagetable lock.
992
993 * Wed Jul  5 2006 Dave Jones <davej@redhat.com>
994 - Get rid of stack backtrace on panic, which in most
995   cases actually caused a loss of info instead of a gain.
996
997 * Fri Jun 30 2006 Dave Jones <davej@redhat.com> [2.6.17-1.2141_FC4]
998 - 2.6.17.3
999
1000 * Fri Jun 30 2006 Dave Jones <davej@redhat.com> [2.6.17-1.2140_FC4]
1001 - 2.6.17.2
1002 - Fix up the alsa list_add bug.
1003
1004 * Mon Jun 26 2006 Dave Jones <davej@redhat.com>
1005 - Fix up various stupidities incurred by the last big rebase.
1006   - Reenable SMP x86-64 builds.
1007   - Reenable SMBFS.
1008 - Enable PCI fake hotplug driver.
1009 - Enable gameport/joystick on i586 builds. (#196581)
1010
1011 * Sat Jun 24 2006 Dave Jones <davej@redhat.com>
1012 - Enable profiling for 586 kernels.
1013
1014 * Fri Jun 23 2006 Dave Jones <davej@redhat.com> [2.6.17-1.2139_FC4]
1015 - Rebuild with slab debug off.
1016
1017 * Tue Jun 20 2006 Dave Jones <davej@redhat.com> [2.6.17-1.2138_FC4]
1018 - 2.6.17.1
1019
1020 * Mon Jun  5 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2115_FC4]
1021 - 2.6.16.20
1022
1023 * Tue May 30 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2114_FC4]
1024 - 2.6.16.19
1025
1026 * Mon May 29 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2113_FC4]
1027 - Improved list_head debugging.
1028
1029 * Tue May 23 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2112_FC4]
1030 - 2.6.16.18
1031
1032 * Sat May 20 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2111_FC4]
1033 - 2.6.16.17
1034
1035 * Wed May 10 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2110_FC4]
1036 - 2.6.16.16
1037
1038 * Tue May  9 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2109_FC4]
1039 - 2.6.16.15
1040 - make 16C950 UARTs work (again). (#126403)
1041 - Fix exec-shield default, which should fix a few programs that
1042   stopped running.
1043
1044 * Thu May  4 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2108_FC4]
1045 - 2.6.16.14
1046
1047 * Tue May  2 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2107_FC4]
1048 - 2.6.16.13
1049
1050 * Mon May  1 2006 Dave Jones <davej@redhat.com>
1051 - 2.6.16.12
1052
1053 * Tue Apr 25 2006 Dave Jones <davej@redhat.com>
1054 - Fix up SCSI errors with mymusix usb mp3 player (#186187)
1055
1056 * Mon Apr 24 2006 Dave Jones <davej@redhat.com>
1057 - 2.6.16.11
1058
1059 * Wed Apr 19 2006 Dave Jones <davej@redhat.com>
1060 - Enable PCI MSI support.
1061
1062 * Tue Apr 18 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2096_FC4]
1063 - 2.6.16.9
1064
1065 * Tue Apr 18 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2093_FC4]
1066 - 2.6.16.7
1067
1068 * Mon Apr 17 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2092_FC4]
1069 - 2.6.16.6
1070
1071 * Sun Apr 16 2006 Dave Jones <davej@redhat.com>
1072 - 2.6.16.5
1073
1074 * Fri Apr  7 2006 Dave Jones <davej@redhat.com>
1075 - 2.6.16.2
1076
1077 * Tue Apr  4 2006 Dave Jones <davej@redhat.com>
1078 - Reenable non-standard serial ports. (#187466)
1079 - Reenable snd-es18xx for x86-32 (#187733)
1080
1081 * Thu Mar 30 2006 Dave Jones <davej@redhat.com>
1082 - ship the .kernelrelease file in -devel too.
1083 - Disable EDAC debug.
1084
1085 * Tue Mar 26 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2069_FC4]
1086 - 2.6.16.1
1087
1088 * Mon Mar 25 2006 Dave Jones <davej@redhat.com>
1089 - Include patches posted for review for inclusion in 2.6.16.1
1090 - Updated new audit msg types.
1091 - Reenable HDLC driver (#186257)
1092 - Make acpi-cpufreq 'sticky'
1093 - Fix broken x86-64 32bit vDSO (#186924)
1094
1095 * Tue Mar 21 2006 Dave Jones <davej@redhat.com>
1096 - Improve spinlock scalability on big machines.
1097
1098 * Mon Mar 20 2006 Dave Jones <davej@redhat.com>
1099 - Sync with FC5's 2.6.16 kernel.
1100 - Update Tux & Exec-shield to latest.
1101
1102
1103 %define module_current_branch 22