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