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