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