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