Rebootless updates for the kernel.
[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 690
427 %ApplyPatch 700
428 %ApplyPatch 710
429 %ApplyPatch 720
430 %ApplyPatch 721
431 %ApplyPatch 722
432
433
434 # NetNS conflict-resolving patch for VINI. Will work with patch vini_pl_patch-1 but may
435 # break with later patches.
436
437 %if 0%{?with_netns}
438 %ApplyPatch %vini_pl_patch
439 %endif
440
441 %if %{build_iwlwifi}
442 # Run the mac80211 stuff in the kernel tree holding the last patch
443 tar -xzf %{PATCH600}
444 pushd mac80211-%{mac80211_version}
445 mac80211_makeflags="KSRC=../$KERNEL_PREVIOUS"
446 make $mac80211_makeflags modified
447 make $mac80211_makeflags source
448 make $mac80211_makeflags patch_kernel
449 popd
450
451 # Untar iwlwifi in the same place - needs to be compiled later
452 tar -xzf %{PATCH601}
453 # the install target is broken: first it does not pass the right -b flag to depmod
454 # second we do not need to invoke depmod at this stage anyway
455 # let's add our own patch/stuff in this Makefile for manual install later on
456 pushd iwlwifi-%{iwlwifi_version}
457 cat >> Makefile <<EOF
458 module-list:
459         @echo \$(addprefix \$(DIR),\$(addsuffix .ko,\$(list-m)))
460 EOF
461 popd
462 %endif
463
464 rm -fr linux-%{kversion}
465 ln -sf $KERNEL_PREVIOUS linux-%{kversion}
466 cd linux-%{kversion}
467
468
469 # make sure the kernel has the sublevel we know it has. This looks weird
470 # but for -pre and -rc versions we need it since we only want to use
471 # the higher version when the final kernel is released.
472 perl -p -i -e "s/^SUBLEVEL.*/SUBLEVEL = %{sublevel}/" Makefile
473 perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = -prep/" Makefile
474
475 # get rid of unwanted files resulting from patch fuzz
476 find . \( -name "*.orig" -o -name "*~" \) -exec rm -f {} \; >/dev/null
477
478
479 ###
480 ### build
481 ###
482 %build
483
484 BuildKernel() {
485     MakeTarget=$1
486     Arch=$2
487     Flavour=$3
488
489     rm -rf linux-%{_target_cpu}-%{kversion}$Flavour
490     cp -rl linux-%{kversion}/ linux-%{_target_cpu}-%{kversion}$Flavour
491     cd linux-%{_target_cpu}-%{kversion}$Flavour
492
493     # Pick the right config file for the kernel we're building
494     if [ -n "$Flavour" ] ; then
495       Config=%{pldistro}-%{kversion}-%{_target_cpu}-$Flavour.config
496       DevelDir=/usr/src/kernels/%{KVERREL}-$Flavour-%{_target_cpu}
497       DevelLink=/usr/src/kernels/%{KVERREL}$Flavour-%{_target_cpu}
498     else
499       Config=%{pldistro}-%{kversion}-%{_target_cpu}.config
500       DevelDir=/usr/src/kernels/%{KVERREL}-%{_target_cpu}
501       DevelLink=
502     fi
503
504     KernelVer=%{version}-%{kernelrelease}$Flavour
505     echo BUILDING A KERNEL FOR $Flavour %{_target_cpu}...
506
507     # make sure EXTRAVERSION says what we want it to say
508     perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = %{?patchlevel:.%{patchlevel}}-%{kernelrelease}$Flavour/" Makefile
509
510     # and now to start the build process
511
512     make -s mrproper
513     cp %{_sourcedir}/$Config .config
514
515     #Arch=`head -1 .config | cut -b 3-`
516     echo USING ARCH=$Arch
517
518     make -s ARCH=$Arch nonint_oldconfig > /dev/null
519     make -s ARCH=$Arch %{?_smp_mflags} $MakeTarget
520     make -s ARCH=$Arch %{?_smp_mflags} modules || exit 1
521 %if %{headers}
522     make -s ARCH=$Arch INSTALL_HDR_PATH=$RPM_BUILD_ROOT/usr
523     find $RPM_BUILD_ROOT/%{_includedir} -name \*.cmd -delete
524     rm -f $RPM_BUILD_ROOT/%{_includedir}/{..,.}{check,install}*
525 %endif
526
527 %if %{build_iwlwifi}
528     # build the iwlwifi driver
529     make -C %{_builddir}/kernel-%{kversion}/iwlwifi-%{iwlwifi_version} ARCH=$Arch \
530       KSRC=%{_builddir}/kernel-%{kversion}/linux-%{_target_cpu}-%{kversion}$Flavour
531 %endif
532
533     # Start installing the results
534
535 %if "%{_enable_debug_packages}" == "1"
536     mkdir -p $RPM_BUILD_ROOT/usr/lib/debug/boot
537 %endif
538     mkdir -p $RPM_BUILD_ROOT/%{image_install_path}
539     install -m 644 .config $RPM_BUILD_ROOT/boot/config-$KernelVer
540     install -m 644 System.map $RPM_BUILD_ROOT/boot/System.map-$KernelVer
541     if [ -f arch/$Arch/boot/bzImage ]; then
542       cp arch/$Arch/boot/bzImage $RPM_BUILD_ROOT/%{image_install_path}/vmlinuz-$KernelVer
543     fi
544     if [ -f arch/$Arch/boot/zImage.stub ]; then
545       cp arch/$Arch/boot/zImage.stub $RPM_BUILD_ROOT/%{image_install_path}/zImage.stub-$KernelVer || :
546     fi
547     if [ "$Flavour" = "uml" ] ; then
548         install -D -m 755 linux $RPM_BUILD_ROOT/%{_bindir}/linux
549     fi
550
551     mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer
552     make -s ARCH=$Arch INSTALL_MOD_PATH=$RPM_BUILD_ROOT modules_install KERNELRELEASE=$KernelVer
553
554 %if %{build_iwlwifi}
555     # install iwlwifi
556 #    make -C %{_builddir}/kernel-%{kversion}/iwlwifi-%{iwlwifi_version} ARCH=$Arch \
557 #         KSRC=%{_builddir}/kernel-%{kversion}/linux-%{_target_cpu}-%{kversion}$Flavour \
558 #        KMISC=$RPM_BUILD_ROOT/lib/modules/$KernelVer/kernel/drivers/net/wireless install
559     pushd %{_builddir}/kernel-%{kversion}/iwlwifi-%{iwlwifi_version}
560     iwlwifi_dest=$RPM_BUILD_ROOT/lib/modules/$KernelVer/kernel/drivers/net/wireless
561     # get the list and location of modules to install - no need to pass KSRC nor anything, let's keep it simple
562     iwlwifi_modules=$(make --no-print-directory module-list)
563     install -d $iwlwifi_dest
564     install -m 644 -c $iwlwifi_modules $iwlwifi_dest
565     popd
566 %endif
567
568     # And save the headers/makefiles etc for building modules against
569     #
570     # This all looks scary, but the end result is supposed to be:
571     # * all arch relevant include/ files
572     # * all Makefile/Kconfig files
573     # * all script/ files
574
575     rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
576     rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/source
577     mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
578     (cd $RPM_BUILD_ROOT/lib/modules/$KernelVer ; ln -s build source)
579     # dirs for additional modules per module-init-tools, kbuild/modules.txt
580     mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/extra
581     mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/updates
582     # first copy everything
583     cp --parents `find  -type f -name "Makefile*" -o -name "Kconfig*"` $RPM_BUILD_ROOT/lib/modules/$KernelVer/build 
584         cp Module.symvers $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
585     if [ "$Flavour" = "uml" ] ; then
586       cp --parents -a `find arch/um -name include` $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
587     fi
588     # then drop all but the needed Makefiles/Kconfig files
589     rm -rf $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/Documentation
590     rm -rf $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/scripts
591     rm -rf $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
592     cp arch/%{_arch}/kernel/asm-offsets.s $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/%{_arch}/kernel || :
593     cp .config $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
594     cp -a scripts $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
595     if [ -d arch/%{_arch}/scripts ]; then
596       cp -a arch/%{_arch}/scripts $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/%{_arch} || :
597     fi
598     if [ -f arch/%{_arch}/*lds ]; then
599       cp -a arch/%{_arch}/*lds $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/%{_arch}/ || :
600     fi
601     rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/scripts/*.o
602     rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/scripts/*/*.o
603     mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
604     cd include
605     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
606     cp -a `readlink asm` $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
607     if [ "$Arch" = "x86_64" ]; then
608       cp -a asm-i386 $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
609     fi
610 %if %{buildxen}
611     if [ "$Flavour" = "xenU" ]; then
612       cp -a xen $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
613       cp -a asm-i386 $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
614     fi
615 %endif
616 %if %{builduml}
617     if [ "$Flavour" = "uml" ] ; then
618       cp -a `readlink -f asm/arch` $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
619     fi
620 %endif
621     # While arch/powerpc/include/asm is still a symlink to the old
622     # include/asm-ppc{64,} directory, include that in kernel-devel too.
623     if [ "$Arch" = "powerpc" -a -r ../arch/powerpc/include/asm ]; then
624       cp -a `readlink ../arch/powerpc/include/asm` $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
625       mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/$Arch/include
626       pushd $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/$Arch/include
627       ln -sf ../../../include/asm-ppc* asm
628       popd
629     fi
630
631     # Make sure the Makefile and version.h have a matching timestamp so that
632     # external modules can be built
633     touch -r $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/Makefile $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include/linux/version.h
634     touch -r $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/.config $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include/linux/autoconf.h
635     cd ..
636
637     #
638     # save the vmlinux file for kernel debugging into the kernel-debuginfo rpm
639     #
640 %if "%{_enable_debug_packages}" == "1"
641     mkdir -p $RPM_BUILD_ROOT/usr/lib/debug/lib/modules/$KernelVer
642     cp vmlinux $RPM_BUILD_ROOT/usr/lib/debug/lib/modules/$KernelVer
643 %endif
644 %if %{buildxen}
645     if [ -f vmlinuz ]; then
646       cp vmlinuz $RPM_BUILD_ROOT/%{image_install_path}/vmlinuz-$KernelVer
647     fi
648 %endif
649
650     find $RPM_BUILD_ROOT/lib/modules/$KernelVer -name "*.ko" -type f >modnames
651
652     # mark modules executable so that strip-to-file can strip them
653     cat modnames | xargs chmod u+x
654
655     # remove files that will be auto generated by depmod at rpm -i time
656     rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/modules.*
657
658     # Move the devel headers out of the root file system
659     mkdir -p $RPM_BUILD_ROOT/usr/src/kernels
660     mv $RPM_BUILD_ROOT/lib/modules/$KernelVer/build $RPM_BUILD_ROOT/$DevelDir
661     ln -sf ../../..$DevelDir $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
662     [ -z "$DevelLink" ] || ln -sf `basename $DevelDir` $RPM_BUILD_ROOT/$DevelLink
663 }
664
665 ###
666 # DO it...
667 ###
668
669 # prepare directories
670 rm -rf $RPM_BUILD_ROOT
671 mkdir -p $RPM_BUILD_ROOT/boot
672
673 %if "%{_target_cpu}" == "x86_64"
674 %define kernel_arch %{_target_cpu}
675 %endif
676 %if "%{_target_cpu}" == "i586"
677 %define kernel_arch i386
678 %endif
679 %if "%{_target_cpu}" == "i686"
680 %define kernel_arch i386
681 %endif
682
683 %if %{buildup}
684 BuildKernel %make_target %kernel_arch
685 %endif
686
687 %ifarch i686
688 %if %{builduml}
689 BuildKernel linux um uml
690 %endif
691
692 %if %{buildxen}
693 BuildKernel vmlinuz %kernel_arch xenU
694 %endif
695 %endif
696
697 ###
698 ### install
699 ###
700
701 %install
702
703 cd vanilla
704
705 %if %{buildxen} && "%{_target_cpu}" == "i686"
706 mkdir -p $RPM_BUILD_ROOT/etc/ld.so.conf.d
707 rm -f $RPM_BUILD_ROOT/etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf
708 cat > $RPM_BUILD_ROOT/etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf <<\EOF
709 # This directive teaches ldconfig to search in nosegneg subdirectories
710 # and cache the DSOs there with extra bit 0 set in their hwcap match
711 # fields.  In Xen guest kernels, the vDSO tells the dynamic linker to
712 # search in nosegneg subdirectories and to match this extra hwcap bit
713 # in the ld.so.cache file.
714 hwcap 0 nosegneg
715 EOF
716 chmod 444 $RPM_BUILD_ROOT/etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf
717 %endif
718
719 %if %{builddoc}
720 mkdir -p $RPM_BUILD_ROOT/usr/share/doc/kernel-doc-%{kversion}/Documentation
721
722 # sometimes non-world-readable files sneak into the kernel source tree
723 chmod -R a+r *
724 # copy the source over
725 tar cf - Documentation | tar xf - -C $RPM_BUILD_ROOT/usr/share/doc/kernel-doc-%{kversion}
726 %endif
727
728 ###
729 ### clean
730 ###
731
732 %clean
733 rm -rf $RPM_BUILD_ROOT
734
735 ###
736 ### scripts
737 ###
738
739 # load the loop module for upgrades...in case the old modules get removed we have
740 # loopback in the kernel so that mkinitrd will work.
741 %pre
742 /sbin/modprobe loop 2> /dev/null > /dev/null  || :
743 exit 0
744
745 %post
746 if [ -f /etc/sysconfig/kernel ]; then
747   /bin/sed -i -e 's/^DEFAULTKERNEL=kernel-smp$/DEFAULTKERNEL=kernel/' /etc/sysconfig/kernel
748 fi
749
750 # trick mkinitrd in case the current environment does not have device mapper
751 rootdev=$(awk '/^[ \t]*[^#]/ { if ($2 == "/") { print $1; }}' /etc/fstab)
752 if echo $rootdev |grep -q /dev/mapper 2>/dev/null ; then
753     if [ ! -f $rootdev ]; then
754         fake_root_lvm=1
755         mkdir -p $(dirname $rootdev)
756         touch $rootdev
757     fi
758 fi
759
760 [ ! -x /usr/sbin/module_upgrade ] || /usr/sbin/module_upgrade %{rpmversion}-%{kernelrelease}
761 #/sbin/new-kernel-pkg --package kernel --mkinitrd --depmod --install %{KVERREL}
762 # Older modutils do not support --package option
763 /sbin/new-kernel-pkg --mkinitrd --depmod --install %{KVERREL}
764
765 # remove fake handle
766 if [ -n "$fake_root_lvm" ]; then
767     rm -f $rootdev
768 fi
769
770 # make some useful links
771 pushd /boot > /dev/null ; {
772         ln -sf config-%{KVERREL} config
773         ln -sf config-%{KVERREL} configsmp
774         ln -sf initrd-%{KVERREL}.img initrd-boot
775         ln -sf initrd-%{KVERREL}.img initrd-bootsmp
776         ln -sf vmlinuz-%{KVERREL} kernel-boot
777         ln -sf vmlinuz-%{KVERREL} kernel-bootsmp
778 }
779 popd > /dev/null
780
781 # ask for a reboot
782 mkdir -p /etc/planetlab
783
784 %if "%{updatelevel}"==""
785 touch /etc/planetlab/update-reboot
786 %endif
787
788 %post devel
789 [ -f /etc/sysconfig/kernel ] && . /etc/sysconfig/kernel
790 if [ "$HARDLINK" != "no" -a -x /usr/sbin/hardlink ] ; then
791   pushd /usr/src/kernels/%{KVERREL}-%{_target_cpu} > /dev/null
792   /usr/bin/find . -type f | while read f; do hardlink -c /usr/src/kernels/*FC*/$f $f ; done
793   popd > /dev/null
794 fi
795
796 %post xenU
797 [ ! -x /usr/sbin/module_upgrade ] || /usr/sbin/module_upgrade
798 [ ! -x /sbin/ldconfig ] || /sbin/ldconfig -X
799
800 %post xenU-devel
801 [ -f /etc/sysconfig/kernel ] && . /etc/sysconfig/kernel
802 if [ "$HARDLINK" != "no" -a -x /usr/sbin/hardlink ] ; then
803   pushd /usr/src/kernels/%{KVERREL}-xenU-%{_target_cpu} > /dev/null
804   /usr/bin/find . -type f | while read f; do hardlink -c /usr/src/kernels/*FC*/$f $f ; done
805   popd > /dev/null
806 fi
807
808 %post uml-modules
809 depmod -ae %{KVERREL}uml
810
811 %preun
812 /sbin/modprobe loop 2> /dev/null > /dev/null  || :
813 /sbin/new-kernel-pkg --rminitrd --rmmoddep --remove %{KVERREL}
814
815 %preun xenU
816 /sbin/modprobe loop 2> /dev/null > /dev/null  || :
817 /sbin/new-kernel-pkg --rmmoddep --remove %{KVERREL}xenU
818
819 %preun uml-modules
820 rm -f /lib/modules/%{KVERREL}uml/modules.*
821
822
823 ###
824 ### file lists
825 ###
826
827 %if %{buildup}
828 %files 
829 %defattr(-,root,root)
830 /%{image_install_path}/vmlinuz-%{KVERREL}
831 /boot/System.map-%{KVERREL}
832 /boot/config-%{KVERREL}
833 %dir /lib/modules/%{KVERREL}
834 /lib/modules/%{KVERREL}/kernel
835 /lib/modules/%{KVERREL}/build
836 /lib/modules/%{KVERREL}/source
837 /lib/modules/%{KVERREL}/extra
838 /lib/modules/%{KVERREL}/updates
839
840 %files devel
841 %defattr(-,root,root)
842 %verify(not mtime) /usr/src/kernels/%{KVERREL}-%{_target_cpu}
843 %endif
844
845 %if %{builduml} && "%{_target_cpu}" == "i686"
846 %files uml
847 %defattr(-,root,root)
848 %{_bindir}/linux
849
850 %files uml-devel
851 %defattr(-,root,root)
852 %verify(not mtime) /usr/src/kernels/%{KVERREL}-uml-%{_target_cpu}
853 /usr/src/kernels/%{KVERREL}uml-%{_target_cpu}
854
855 %files uml-modules
856 %defattr(-,root,root)
857 /boot/System.map-%{KVERREL}uml
858 /boot/config-%{KVERREL}uml
859 %dir /lib/modules/%{KVERREL}uml
860 /lib/modules/%{KVERREL}uml/kernel
861 /lib/modules/%{KVERREL}uml/build
862 /lib/modules/%{KVERREL}uml/source
863 /lib/modules/%{KVERREL}uml/extra
864 /lib/modules/%{KVERREL}uml/updates
865 %endif
866
867 %if %{buildxen} && "%{_target_cpu}" == "i686"
868 %files xenU
869 %defattr(-,root,root)
870 /%{image_install_path}/vmlinuz-%{KVERREL}xenU
871 /boot/System.map-%{KVERREL}xenU
872 /boot/config-%{KVERREL}xenU
873 %dir /lib/modules/%{KVERREL}xenU
874 /lib/modules/%{KVERREL}xenU/kernel
875 /lib/modules/%{KVERREL}xenU/build
876 /lib/modules/%{KVERREL}xenU/source
877 /lib/modules/%{KVERREL}xenU/extra
878 /lib/modules/%{KVERREL}xenU/updates
879 /etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf
880
881 %files xenU-devel
882 %defattr(-,root,root)
883 %verify(not mtime) /usr/src/kernels/%{KVERREL}-xenU-%{_target_cpu}
884 /usr/src/kernels/%{KVERREL}xenU-%{_target_cpu}
885 %endif
886
887 %files vserver
888 %defattr(-,root,root)
889 # no files
890
891 # only some architecture builds need kernel-doc
892
893 %if %{builddoc}
894 %files doc
895 %defattr(-,root,root)
896 %{_datadir}/doc/kernel-doc-%{kversion}/Documentation/*
897 %dir %{_datadir}/doc/kernel-doc-%{kversion}/Documentation
898 %dir %{_datadir}/doc/kernel-doc-%{kversion}
899 %endif
900
901 %if %{headers}
902 %files headers
903 %defattr(-,root,root)
904 %dir %{_includedir}
905 %{_includedir}/*
906 %endif
907
908 %changelog
909 * Fri Jun 26 2009 Daniel Hokka Zakrisson <daniel@hozac.com> - linux-2.6-22-42
910 - Bonding and multipath things.
911
912 * Thu Jun 11 2009 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-22-41
913 - configs for the embedemu pldistro
914
915 * Wed Jun 03 2009 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-40
916 - Added patch 700, which implements VXC_PROC_WRITE support
917
918 * Tue May 26 2009 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-22-39
919 - outputs the kernel-headers rpm as backported from 2.6.27
920
921 * Fri May 15 2009 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-22-38
922 - the pcmcia patch needed to be adapted to 2.6.22
923
924 * Tue May 12 2009 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-22-37
925 - enable patch about 64bits adresses and cardbus
926
927 * Thu Apr 09 2009 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-36
928 - Inserting this patch, which I missed in the previous tag.
929
930 * Thu Apr 09 2009 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-35
931 - I missed this hunk in the previous tag. It's disabled by default.
932
933 * Thu Apr 09 2009 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-34
934 - Tagging after having tested the latest kernel in branch for a couple of days.
935
936 * Mon Feb 23 2009 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-33
937
938 * Thu Jan 08 2009 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-22-32
939 - support building on fedora 10
940
941 * Tue Dec 02 2008 Daniel Hokka Zakrisson <daniel@hozac.com> - linux-2.6-22-31
942 - add patches for m-lab and drl
943
944 * Tue Nov 11 2008 Daniel Hokka Zakrisson <daniel@hozac.com> - linux-2.6-22-30
945 - Use Intel's e1000e driver.
946
947 * Thu Oct 02 2008 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-22-29
948 - added drivers for OPTION's globetrotter (gt 3g+ emea) umts cards
949 - + cleanup outdated configs
950
951 * Wed Sep 17 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-28
952 - Recovering a hunk that I accidentally ommited out of the last commit. Should not entail retesting, because the commits
953 - were unrelated.
954
955 * Sun Sep 14 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-27
956 - Fixing the accounting issue that causes certain connections to be misaccounted, and that causes NM/peercreds to
957 - intermittently break.
958
959 * Wed Sep 10 2008 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-22-26
960 - patch for building on f9/gcc-4.3, no functional change on other distros
961
962 * Sun Aug 17 2008 Daniel Hokka Zakrisson <daniel@hozac.com> - linux-2.6-22-25
963 - FUSE support.
964
965 * Tue Aug 12 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-24
966 - Enable nmi watchdog by default.
967
968 * Mon Aug 04 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-23
969 - Fixed a bug in my previous commit.
970
971 * Mon Aug 04 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-22
972 - * 1 fix for using udp/listening sockets via raw
973 - * 1 fix to help codemux divide traffic in PlanetFlow
974
975 * Fri Aug 01 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-21
976 - 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.
977
978 * Thu Jul 31 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-20
979 - Removed a debugging statement. Shows up a lot in the debug logs.
980
981 * Wed Jul 30 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-19
982 - Unbroke peercred setting.
983
984 * Mon Jul 28 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-18
985 - Now you can write your own TCP using packet sockets. As a side effect, tcptraceroute runs to completion including the
986 - last hop.
987
988 * Mon Jul 28 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-17
989 - Optimize packet socket support to eliminate a packet copy.
990
991 * Sun Jul 27 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-16
992 - Missed this header file, which broke the compile.
993 - I'll be doing another tag to include an optimization I left out of this version. This version is for Build only.
994
995 * Sun Jul 27 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-15
996 - Fixes to tcpdump-related problems reported recently.
997
998 * Wed Jul 23 2008 Stephen Soltesz <soltesz@cs.princeton.edu> - linux-2.6-22-14
999 - added fix to process visibility so when ncontext/vcontext  run netstat in
1000 - xid=1, it can see all ports &  processes.
1001
1002 * Mon Jul 21 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-13
1003 - fix for tcpdump/tcp payloads
1004
1005 * Tue Jul 15 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-12
1006 - * Bugfix in tuntap
1007 - * Attempt to fix TCP-payload-related problems with tcpdump
1008
1009 * Wed Jul 09 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-11
1010 - * Split up VNET+ module into its component patches
1011 - * Added tun/tap support
1012
1013 * Tue Jul 08 2008 Daniel Hokka Zakrisson <daniel@hozac.com> - linux-2.6-22-10
1014 - Filling a statically allocated buffer cannot fail, right?
1015
1016 * Wed Jun 25 2008 Daniel Hokka Zakrisson <daniel@hozac.com> - linux-2.6-22-9
1017 - Enable the hangcheck timer driver, and build it in to the kernel.
1018 - Dump relevant data on the scheduler bug instead of BUGing.
1019
1020 * Sat Jun 07 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-8
1021 - * Partial fix for the UDP-packet-pollution problem
1022 - * Support for PF_PACKET sockets
1023 - * Support for SOCK_PACKET sockets
1024 - * Disabled Chopstix with mutexes
1025 - * Tested VNET+ under heavy loads
1026
1027
1028
1029 * Fri May 16 2008 Stephen Soltesz <soltesz@cs.princeton.edu> - linux-2.6-22-7
1030 - Bringing this fix in for tcpdump and  ping
1031
1032
1033 * Fri May 09 2008 Stephen Soltesz <soltesz@cs.princeton.edu> - linux-2.6-22-6
1034 - Updated configuration to include COW again.
1035
1036 - Patches from Sapan to fix ping losses.
1037
1038 - Still need help with tcpdump traffic.
1039
1040
1041 * Tue May 06 2008 Daniel Hokka Zakrisson <daniel@hozac.com> - linux-2.6-22-5
1042 - Patch needs to be applied.
1043
1044 * Mon May 05 2008 Stephen Soltesz <soltesz@cs.princeton.edu> - linux-2.6-22-4
1045
1046
1047 * Thu Apr 24 2008 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-22-3
1048 - Fix bug with looping in schedule()
1049
1050 * Wed Apr 23 2008 Stephen Soltesz <soltesz@cs.princeton.edu> - linux-2.6-22-2
1051 - Includes changes from Sapan/Andy regarding the scheduler and vnet bugs.
1052 - Should be safe to try a second deployment.
1053
1054
1055 * Tue Jul 11 2006 Dave Jones <davej@redhat.com> [2.6.17-1.2142_FC4]
1056 - 2.6.17.4
1057 - Disable split pagetable lock.
1058
1059 * Wed Jul  5 2006 Dave Jones <davej@redhat.com>
1060 - Get rid of stack backtrace on panic, which in most
1061   cases actually caused a loss of info instead of a gain.
1062
1063 * Fri Jun 30 2006 Dave Jones <davej@redhat.com> [2.6.17-1.2141_FC4]
1064 - 2.6.17.3
1065
1066 * Fri Jun 30 2006 Dave Jones <davej@redhat.com> [2.6.17-1.2140_FC4]
1067 - 2.6.17.2
1068 - Fix up the alsa list_add bug.
1069
1070 * Mon Jun 26 2006 Dave Jones <davej@redhat.com>
1071 - Fix up various stupidities incurred by the last big rebase.
1072   - Reenable SMP x86-64 builds.
1073   - Reenable SMBFS.
1074 - Enable PCI fake hotplug driver.
1075 - Enable gameport/joystick on i586 builds. (#196581)
1076
1077 * Sat Jun 24 2006 Dave Jones <davej@redhat.com>
1078 - Enable profiling for 586 kernels.
1079
1080 * Fri Jun 23 2006 Dave Jones <davej@redhat.com> [2.6.17-1.2139_FC4]
1081 - Rebuild with slab debug off.
1082
1083 * Tue Jun 20 2006 Dave Jones <davej@redhat.com> [2.6.17-1.2138_FC4]
1084 - 2.6.17.1
1085
1086 * Mon Jun  5 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2115_FC4]
1087 - 2.6.16.20
1088
1089 * Tue May 30 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2114_FC4]
1090 - 2.6.16.19
1091
1092 * Mon May 29 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2113_FC4]
1093 - Improved list_head debugging.
1094
1095 * Tue May 23 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2112_FC4]
1096 - 2.6.16.18
1097
1098 * Sat May 20 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2111_FC4]
1099 - 2.6.16.17
1100
1101 * Wed May 10 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2110_FC4]
1102 - 2.6.16.16
1103
1104 * Tue May  9 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2109_FC4]
1105 - 2.6.16.15
1106 - make 16C950 UARTs work (again). (#126403)
1107 - Fix exec-shield default, which should fix a few programs that
1108   stopped running.
1109
1110 * Thu May  4 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2108_FC4]
1111 - 2.6.16.14
1112
1113 * Tue May  2 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2107_FC4]
1114 - 2.6.16.13
1115
1116 * Mon May  1 2006 Dave Jones <davej@redhat.com>
1117 - 2.6.16.12
1118
1119 * Tue Apr 25 2006 Dave Jones <davej@redhat.com>
1120 - Fix up SCSI errors with mymusix usb mp3 player (#186187)
1121
1122 * Mon Apr 24 2006 Dave Jones <davej@redhat.com>
1123 - 2.6.16.11
1124
1125 * Wed Apr 19 2006 Dave Jones <davej@redhat.com>
1126 - Enable PCI MSI support.
1127
1128 * Tue Apr 18 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2096_FC4]
1129 - 2.6.16.9
1130
1131 * Tue Apr 18 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2093_FC4]
1132 - 2.6.16.7
1133
1134 * Mon Apr 17 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2092_FC4]
1135 - 2.6.16.6
1136
1137 * Sun Apr 16 2006 Dave Jones <davej@redhat.com>
1138 - 2.6.16.5
1139
1140 * Fri Apr  7 2006 Dave Jones <davej@redhat.com>
1141 - 2.6.16.2
1142
1143 * Tue Apr  4 2006 Dave Jones <davej@redhat.com>
1144 - Reenable non-standard serial ports. (#187466)
1145 - Reenable snd-es18xx for x86-32 (#187733)
1146
1147 * Thu Mar 30 2006 Dave Jones <davej@redhat.com>
1148 - ship the .kernelrelease file in -devel too.
1149 - Disable EDAC debug.
1150
1151 * Tue Mar 26 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2069_FC4]
1152 - 2.6.16.1
1153
1154 * Mon Mar 25 2006 Dave Jones <davej@redhat.com>
1155 - Include patches posted for review for inclusion in 2.6.16.1
1156 - Updated new audit msg types.
1157 - Reenable HDLC driver (#186257)
1158 - Make acpi-cpufreq 'sticky'
1159 - Fix broken x86-64 32bit vDSO (#186924)
1160
1161 * Tue Mar 21 2006 Dave Jones <davej@redhat.com>
1162 - Improve spinlock scalability on big machines.
1163
1164 * Mon Mar 20 2006 Dave Jones <davej@redhat.com>
1165 - Sync with FC5's 2.6.16 kernel.
1166 - Update Tux & Exec-shield to latest.
1167