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