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