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