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