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