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