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