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