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