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