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