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