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