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