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