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