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