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