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