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