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