Setting tag linux-2.6-27-38
[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 38
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 Patch911: linux-2.6-911-perftools-f8-build.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 %if 0
363 %ApplyPatch 11
364 %endif
365 %ApplyPatch 17
366
367 %ApplyPatch 100
368
369 # vserver patch
370 %ApplyPatch 200
371 %ApplyPatch 220
372 %ApplyPatch 230
373 %ApplyPatch 240
374 %ApplyPatch 241
375
376 %ApplyPatch 250
377
378 %ApplyPatch 500
379 %ApplyPatch 510
380
381 # VNET+ series
382 %ApplyPatch 521
383 %ApplyPatch 522
384 %ApplyPatch 523
385 %ApplyPatch 524
386 %ApplyPatch 525
387 %ApplyPatch 527
388
389 %ApplyPatch 530
390 %ApplyPatch 540
391 %ApplyPatch 550
392 %ApplyPatch 560
393 %ApplyPatch 570
394 %ApplyPatch 580
395 %ApplyPatch 590
396 %ApplyPatch 591
397 %ApplyPatch 640
398 %ApplyPatch 650
399 %ApplyPatch 660
400 %ApplyPatch 680
401 %ApplyPatch 700
402 %ApplyPatch 710
403
404 %ApplyPatch 800
405
406 %if 0
407 %ApplyPatch 900
408 %ApplyPatch 910
409 %endif
410
411 # NetNS conflict-resolving patch for VINI. Will work with patch vini_pl_patch-1 but may
412 # break with later patches.
413
414 %if 0%{?with_netns}
415 %ApplyPatch %vini_pl_patch
416 %endif
417
418 rm -fr linux-%{kversion}
419 ln -sf $KERNEL_PREVIOUS linux-%{kversion}
420 cd linux-%{kversion}
421
422
423 # make sure the kernel has the sublevel we know it has. This looks weird
424 # but for -pre and -rc versions we need it since we only want to use
425 # the higher version when the final kernel is released.
426 perl -p -i -e "s/^SUBLEVEL.*/SUBLEVEL = %{sublevel}/" Makefile
427 perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = -prep/" Makefile
428
429 # get rid of unwanted files resulting from patch fuzz
430 find . \( -name "*.orig" -o -name "*~" \) -exec rm -f {} \; >/dev/null
431
432
433 ###
434 ### build
435 ###
436 %build
437
438 BuildKernel() {
439     MakeTarget=$1
440     Arch=$2
441     Flavour=$3
442
443     rm -rf linux-%{_target_cpu}-%{kversion}$Flavour
444     cp -rl linux-%{kversion}/ linux-%{_target_cpu}-%{kversion}$Flavour
445     cd linux-%{_target_cpu}-%{kversion}$Flavour
446
447     # Pick the right config file for the kernel we're building
448     if [ -n "$Flavour" ] ; then
449       Config=%{kernelconfig}-%{kversion}-%{_target_cpu}-$Flavour.config
450       DevelDir=/usr/src/kernels/%{KVERREL}-$Flavour-%{_target_cpu}
451       DevelLink=/usr/src/kernels/%{KVERREL}$Flavour-%{_target_cpu}
452     else
453       Config=%{kernelconfig}-%{kversion}-%{_target_cpu}.config
454       DevelDir=/usr/src/kernels/%{KVERREL}-%{_target_cpu}
455       DevelLink=
456     fi
457
458     KernelVer=%{version}-%{release}$Flavour
459     echo BUILDING A KERNEL FOR $Flavour %{_target_cpu}...
460
461     # make sure EXTRAVERSION says what we want it to say
462     perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = %{?patchlevel:.%{patchlevel}}-%{release}$Flavour/" Makefile
463
464     # and now to start the build process
465
466     make -s mrproper
467     cp %{_sourcedir}/$Config .config
468
469     #Arch=`head -1 .config | cut -b 3-`
470     echo USING ARCH=$Arch
471
472     make -s ARCH=$Arch nonint_oldconfig < /dev/null > /dev/null
473     make -s ARCH=$Arch %{?_smp_mflags} $MakeTarget
474     make -s ARCH=$Arch %{?_smp_mflags} modules || exit 1
475 %if %{headers}
476     make -s ARCH=$Arch INSTALL_HDR_PATH=$RPM_BUILD_ROOT/usr
477     find $RPM_BUILD_ROOT/%{_includedir} -name \*.cmd -delete
478     rm -f $RPM_BUILD_ROOT/%{_includedir}/{..,.}{check,install}*
479 %endif
480
481     # Start installing the results
482
483 %if "%{_enable_debug_packages}" == "1"
484     mkdir -p $RPM_BUILD_ROOT/usr/lib/debug/boot
485 %endif
486     mkdir -p $RPM_BUILD_ROOT/%{image_install_path}
487     install -m 644 .config $RPM_BUILD_ROOT/boot/config-$KernelVer
488     install -m 644 System.map $RPM_BUILD_ROOT/boot/System.map-$KernelVer
489     if [ -f arch/$Arch/boot/bzImage ]; then
490       cp arch/$Arch/boot/bzImage $RPM_BUILD_ROOT/%{image_install_path}/vmlinuz-$KernelVer
491     fi
492     if [ -f arch/$Arch/boot/zImage.stub ]; then
493       cp arch/$Arch/boot/zImage.stub $RPM_BUILD_ROOT/%{image_install_path}/zImage.stub-$KernelVer || :
494     fi
495     if [ "$Flavour" = "uml" ] ; then
496         install -D -m 755 linux $RPM_BUILD_ROOT/%{_bindir}/linux
497     fi
498
499     mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer
500     make -s ARCH=$Arch INSTALL_MOD_PATH=$RPM_BUILD_ROOT modules_install KERNELRELEASE=$KernelVer
501
502     # And save the headers/makefiles etc for building modules against
503     #
504     # This all looks scary, but the end result is supposed to be:
505     # * all arch relevant include/ files
506     # * all Makefile/Kconfig files
507     # * all script/ files
508
509     rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
510     rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/source
511     mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
512     (cd $RPM_BUILD_ROOT/lib/modules/$KernelVer ; ln -s build source)
513     # dirs for additional modules per module-init-tools, kbuild/modules.txt
514     mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/extra
515     mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/updates
516     # first copy everything
517     cp --parents `find  -type f -name "Makefile*" -o -name "Kconfig*"` $RPM_BUILD_ROOT/lib/modules/$KernelVer/build 
518         cp Module.symvers $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
519     if [ "$Flavour" = "uml" ] ; then
520       cp --parents -a `find arch/um -name include` $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
521     fi
522     # then drop all but the needed Makefiles/Kconfig files
523     rm -rf $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/Documentation
524     rm -rf $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/scripts
525     rm -rf $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
526     cp arch/%{_arch}/kernel/asm-offsets.s $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/%{_arch}/kernel || :
527     cp .config $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
528     cp -a scripts $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
529     if [ -d arch/%{_arch}/scripts ]; then
530       cp -a arch/%{_arch}/scripts $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/%{_arch} || :
531     fi
532     if [ -f arch/%{_arch}/*lds ]; then
533       cp -a arch/%{_arch}/*lds $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/%{_arch}/ || :
534     fi
535     rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/scripts/*.o
536     rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/scripts/*/*.o
537     mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
538     cd include
539     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
540     cp -a `readlink asm` $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
541     if [ "$Arch" = "x86_64" ]; then
542       cp -a asm-x86 $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
543     fi
544 %if %{buildxen}
545     if [ "$Flavour" = "xenU" ]; then
546       cp -a xen $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
547       cp -a asm-x86 $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
548     fi
549 %endif
550 %if %{builduml}
551     if [ "$Flavour" = "uml" ] ; then
552       cp -a `readlink -f asm/arch` $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
553     fi
554 %endif
555     # While arch/powerpc/include/asm is still a symlink to the old
556     # include/asm-ppc{64,} directory, include that in kernel-devel too.
557     if [ "$Arch" = "powerpc" -a -r ../arch/powerpc/include/asm ]; then
558       cp -a `readlink ../arch/powerpc/include/asm` $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
559       mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/$Arch/include
560       pushd $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/$Arch/include
561       ln -sf ../../../include/asm-ppc* asm
562       popd
563     fi
564
565     # Make sure the Makefile and version.h have a matching timestamp so that
566     # external modules can be built
567     touch -r $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/Makefile $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include/linux/version.h
568     touch -r $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/.config $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include/linux/autoconf.h
569     cd ..
570
571     #
572     # save the vmlinux file for kernel debugging into the kernel-debuginfo rpm
573     #
574 %if "%{_enable_debug_packages}" == "1"
575     mkdir -p $RPM_BUILD_ROOT/usr/lib/debug/lib/modules/$KernelVer
576     cp vmlinux $RPM_BUILD_ROOT/usr/lib/debug/lib/modules/$KernelVer
577 %endif
578 %if %{buildxen}
579     if [ -f vmlinuz ]; then
580       cp vmlinuz $RPM_BUILD_ROOT/%{image_install_path}/vmlinuz-$KernelVer
581     fi
582 %endif
583
584     find $RPM_BUILD_ROOT/lib/modules/$KernelVer -name "*.ko" -type f >modnames
585
586     # mark modules executable so that strip-to-file can strip them
587     cat modnames | xargs chmod u+x
588
589     # remove files that will be auto generated by depmod at rpm -i time
590     rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/modules.*
591
592     # Move the devel headers out of the root file system
593     mkdir -p $RPM_BUILD_ROOT/usr/src/kernels
594     mv $RPM_BUILD_ROOT/lib/modules/$KernelVer/build $RPM_BUILD_ROOT/$DevelDir
595     ln -sf ../../..$DevelDir $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
596     [ -z "$DevelLink" ] || ln -sf `basename $DevelDir` $RPM_BUILD_ROOT/$DevelLink
597 }
598
599 ###
600 # DO it...
601 ###
602
603 # prepare directories
604 rm -rf $RPM_BUILD_ROOT
605 mkdir -p $RPM_BUILD_ROOT/boot
606
607 %if "%{_target_cpu}" == "x86_64"
608 %define kernel_arch %{_target_cpu}
609 %endif
610 %if "%{_target_cpu}" == "i586"
611 %define kernel_arch i386
612 %endif
613 %if "%{_target_cpu}" == "i686"
614 %define kernel_arch i386
615 %endif
616
617 %if %{buildup}
618 BuildKernel %make_target %kernel_arch
619 %endif
620
621 %ifarch i686
622 %if %{builduml}
623 BuildKernel linux um uml
624 %endif
625
626 %if %{buildxen}
627 BuildKernel vmlinuz %kernel_arch xenU
628 %endif
629 %endif
630
631 ###
632 ### install
633 ###
634
635 %install
636
637 cd vanilla
638
639 %if %{buildxen} && "%{_target_cpu}" == "i686"
640 mkdir -p $RPM_BUILD_ROOT/etc/ld.so.conf.d
641 rm -f $RPM_BUILD_ROOT/etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf
642 cat > $RPM_BUILD_ROOT/etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf <<\EOF
643 # This directive teaches ldconfig to search in nosegneg subdirectories
644 # and cache the DSOs there with extra bit 0 set in their hwcap match
645 # fields.  In Xen guest kernels, the vDSO tells the dynamic linker to
646 # search in nosegneg subdirectories and to match this extra hwcap bit
647 # in the ld.so.cache file.
648 hwcap 0 nosegneg
649 EOF
650 chmod 444 $RPM_BUILD_ROOT/etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf
651 %endif
652
653 %if %{builddoc}
654 mkdir -p $RPM_BUILD_ROOT/usr/share/doc/kernel-doc-%{kversion}/Documentation
655
656 # sometimes non-world-readable files sneak into the kernel source tree
657 chmod -R a+r *
658 # copy the source over
659 tar cf - Documentation | tar xf - -C $RPM_BUILD_ROOT/usr/share/doc/kernel-doc-%{kversion}
660 %endif
661
662 ###
663 ### clean
664 ###
665
666 %clean
667 rm -rf $RPM_BUILD_ROOT
668
669 ###
670 ### scripts
671 ###
672
673 # load the loop module for upgrades...in case the old modules get removed we have
674 # loopback in the kernel so that mkinitrd will work.
675 %pre
676 /sbin/modprobe loop 2> /dev/null > /dev/null  || :
677 exit 0
678
679 %post
680 if [ -f /etc/sysconfig/kernel ]; then
681   /bin/sed -i -e 's/^DEFAULTKERNEL=kernel-smp$/DEFAULTKERNEL=kernel/' /etc/sysconfig/kernel
682 fi
683
684 # trick mkinitrd in case the current environment does not have device mapper
685 rootdev=$(awk '/^[ \t]*[^#]/ { if ($2 == "/") { print $1; }}' /etc/fstab)
686 if echo $rootdev |grep -q /dev/mapper 2>/dev/null ; then
687     if [ ! -f $rootdev ]; then
688         fake_root_lvm=1
689         mkdir -p $(dirname $rootdev)
690         touch $rootdev
691     fi
692 fi
693
694 [ ! -x /usr/sbin/module_upgrade ] || /usr/sbin/module_upgrade %{rpmversion}-%{release}
695 #/sbin/new-kernel-pkg --package kernel --mkinitrd --depmod --install %{KVERREL}
696 # Older modutils do not support --package option
697 /sbin/new-kernel-pkg --mkinitrd --depmod --install %{KVERREL}
698
699 # remove fake handle
700 if [ -n "$fake_root_lvm" ]; then
701     rm -f $rootdev
702 fi
703
704 # make some useful links
705 pushd /boot > /dev/null ; {
706         ln -sf config-%{KVERREL} config
707         ln -sf config-%{KVERREL} configsmp
708         ln -sf initrd-%{KVERREL}.img initrd-boot
709         ln -sf initrd-%{KVERREL}.img initrd-bootsmp
710         ln -sf vmlinuz-%{KVERREL} kernel-boot
711         ln -sf vmlinuz-%{KVERREL} kernel-bootsmp
712 }
713 popd > /dev/null
714
715 # ask for a reboot
716 mkdir -p /etc/planetlab
717 touch /etc/planetlab/update-reboot
718
719 %post devel
720 [ -f /etc/sysconfig/kernel ] && . /etc/sysconfig/kernel
721 if [ "$HARDLINK" != "no" -a -x /usr/sbin/hardlink ] ; then
722   pushd /usr/src/kernels/%{KVERREL}-%{_target_cpu} > /dev/null
723   /usr/bin/find . -type f | while read f; do hardlink -c /usr/src/kernels/*FC*/$f $f ; done
724   popd > /dev/null
725 fi
726
727 %post xenU
728 [ ! -x /usr/sbin/module_upgrade ] || /usr/sbin/module_upgrade
729 [ ! -x /sbin/ldconfig ] || /sbin/ldconfig -X
730
731 %post xenU-devel
732 [ -f /etc/sysconfig/kernel ] && . /etc/sysconfig/kernel
733 if [ "$HARDLINK" != "no" -a -x /usr/sbin/hardlink ] ; then
734   pushd /usr/src/kernels/%{KVERREL}-xenU-%{_target_cpu} > /dev/null
735   /usr/bin/find . -type f | while read f; do hardlink -c /usr/src/kernels/*FC*/$f $f ; done
736   popd > /dev/null
737 fi
738
739 %post uml-modules
740 depmod -ae %{KVERREL}uml
741
742 %preun
743 /sbin/modprobe loop 2> /dev/null > /dev/null  || :
744 /sbin/new-kernel-pkg --rminitrd --rmmoddep --remove %{KVERREL}
745
746 %preun xenU
747 /sbin/modprobe loop 2> /dev/null > /dev/null  || :
748 /sbin/new-kernel-pkg --rmmoddep --remove %{KVERREL}xenU
749
750 %preun uml-modules
751 rm -f /lib/modules/%{KVERREL}uml/modules.*
752
753
754 ###
755 ### file lists
756 ###
757
758 %if %{buildup}
759 %files 
760 %defattr(-,root,root)
761 /%{image_install_path}/vmlinuz-%{KVERREL}
762 /boot/System.map-%{KVERREL}
763 /boot/config-%{KVERREL}
764 %dir /lib/modules/%{KVERREL}
765 /lib/modules/%{KVERREL}/kernel
766 /lib/modules/%{KVERREL}/build
767 /lib/modules/%{KVERREL}/source
768 /lib/modules/%{KVERREL}/extra
769 /lib/modules/%{KVERREL}/updates
770
771 %files devel
772 %defattr(-,root,root)
773 %verify(not mtime) /usr/src/kernels/%{KVERREL}-%{_target_cpu}
774 %endif
775
776 %if %{builduml} && "%{_target_cpu}" == "i686"
777 %files uml
778 %defattr(-,root,root)
779 %{_bindir}/linux
780
781 %files uml-devel
782 %defattr(-,root,root)
783 %verify(not mtime) /usr/src/kernels/%{KVERREL}-uml-%{_target_cpu}
784 /usr/src/kernels/%{KVERREL}uml-%{_target_cpu}
785
786 %files uml-modules
787 %defattr(-,root,root)
788 /boot/System.map-%{KVERREL}uml
789 /boot/config-%{KVERREL}uml
790 %dir /lib/modules/%{KVERREL}uml
791 /lib/modules/%{KVERREL}uml/kernel
792 /lib/modules/%{KVERREL}uml/build
793 /lib/modules/%{KVERREL}uml/source
794 /lib/modules/%{KVERREL}uml/extra
795 /lib/modules/%{KVERREL}uml/updates
796 %endif
797
798 %if %{buildxen} && "%{_target_cpu}" == "i686"
799 %files xenU
800 %defattr(-,root,root)
801 /%{image_install_path}/vmlinuz-%{KVERREL}xenU
802 /boot/System.map-%{KVERREL}xenU
803 /boot/config-%{KVERREL}xenU
804 %dir /lib/modules/%{KVERREL}xenU
805 /lib/modules/%{KVERREL}xenU/kernel
806 /lib/modules/%{KVERREL}xenU/build
807 /lib/modules/%{KVERREL}xenU/source
808 /lib/modules/%{KVERREL}xenU/extra
809 /lib/modules/%{KVERREL}xenU/updates
810 /etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf
811
812 %files xenU-devel
813 %defattr(-,root,root)
814 %verify(not mtime) /usr/src/kernels/%{KVERREL}-xenU-%{_target_cpu}
815 /usr/src/kernels/%{KVERREL}xenU-%{_target_cpu}
816 %endif
817
818 %files vserver
819 %defattr(-,root,root)
820 # no files
821
822 # only some architecture builds need kernel-doc
823
824 %if %{builddoc}
825 %files doc
826 %defattr(-,root,root)
827 %{_datadir}/doc/kernel-doc-%{kversion}/Documentation/*
828 %dir %{_datadir}/doc/kernel-doc-%{kversion}/Documentation
829 %dir %{_datadir}/doc/kernel-doc-%{kversion}
830 %endif
831
832 %if %{headers}
833 %files headers
834 %defattr(-,root,root)
835 %dir %{_includedir}
836 %{_includedir}/*
837 %endif
838
839 %changelog
840 * Mon Sep 26 2011 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-27-38
841 - no functional change, just pull the patch file from our mirror
842
843 * Tue Aug 23 2011 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-27-37
844 - fixed patch filename
845
846 * Thu Jul 21 2011 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-27-36
847 - This patch fixes an issue that causes Build to fail on f8.
848
849 * Sat Mar 26 2011 S.Çağlar Onur <caglar@verivue.com> - linux-2.6-27-35
850 - Use build-planetlab.prg
851
852 * Mon Jan 24 2011 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-27-34
853 - no semantic change - just fixed specfile for git URL
854
855 * Fri Dec 10 2010 S.Çağlar Onur <caglar@cs.princeton.edu> - linux-2.6-27-33
856 - Bump to 2.6.27.57
857
858 * Thu Dec 02 2010 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-27-32
859 - harmless changes in specfile to build on fedora14
860
861 * Tue Nov 23 2010 S.Çağlar Onur <caglar@cs.princeton.edu> - linux-2.6-27-31
862 - Bump to 2.6.27.56
863
864 * Thu Nov 18 2010 S.Çağlar Onur <caglar@cs.princeton.edu> - linux-2.6-27-30
865 - Boot on Dell R410
866 - Enable some config options
867
868 * Fri Oct 29 2010 S.Çağlar Onur <caglar@cs.princeton.edu> - linux-2.6-27-29
869 - bump to 2.6.27.55
870
871 * Tue Oct 05 2010 S.Çağlar Onur <caglar@cs.princeton.edu> - linux-2.6-27-28
872 - bump to 2.6.27.54
873
874 * Fri Sep 24 2010 Baris Metin <Talip-Baris.Metin@sophia.inria.fr> - linux-2.6-27-27
875 - f12 workaround
876
877 * Sun Aug 29 2010 S.Çağlar Onur <caglar@cs.princeton.edu> - linux-2.6-27-26
878 - the check_stack_guard_page() has, under certain circumstances, side-effects which can not easily be undone in case the vx_rss_avail() fails
879
880 * Fri Aug 27 2010 S.Çağlar Onur <caglar@cs.princeton.edu> - linux-2.6-27-25
881 - Bump to 2.6.27.53
882
883 * Fri Aug 20 2010 S.Çağlar Onur <caglar@cs.princeton.edu> - linux-2.6-27-24
884 - Bump to 2.6.27.52
885
886 * Wed Aug 18 2010 S.Çağlar Onur <caglar@cs.princeton.edu> - linux-2.6-27-23
887 - Pick d7824370e26325c881b665350ce64fb0a4fde24a and 11ac552477e32835cb6970bf0a70c210807f5673 from Linus's tree
888
889 * Sun Aug 15 2010 S.Çağlar Onur <caglar@cs.princeton.edu> - linux-2.6-27-22
890 - Test 52-rc2
891
892 * Fri Aug 13 2010 S.Çağlar Onur <caglar@cs.princeton.edu> - linux-2.6-27-21
893 - Bump to 2.6.27.51 and include 2.6.27.51-rc1 patchset to test
894
895 * Wed Aug 11 2010 S.Çağlar Onur <caglar@cs.princeton.edu> - linux-2.6-27-20
896 - Fix wrong hash
897
898 * Tue Aug 10 2010 S.Çağlar Onur <caglar@cs.princeton.edu> - linux-2.6-27-19
899 - bump to 2.6.27.50
900
901 * Mon Aug 02 2010 S.Çağlar Onur <caglar@cs.princeton.edu> - linux-2.6-27-18
902 - bump to 2.6.27.49
903
904 * Wed Jul 14 2010 S.Çağlar Onur <caglar@cs.princeton.edu> - linux-2.6-27-17
905 - Enable CONFIG_CGROUP_SCHED instead of CONFIG_USER_SCHED for 64bit kernels
906
907 * Fri Jul 09 2010 S.Çağlar Onur <caglar@cs.princeton.edu> - linux-2.6-27-16
908 - support other Broadcom NetXtreme II BCM 5709 dual GbE variants
909
910 * Mon Jul 05 2010 S.Çağlar Onur <caglar@cs.princeton.edu> - linux-2.6-27-15
911 - Bump to 2.6.27.48
912
913 * Tue Jun 15 2010 S.Çağlar Onur <caglar@cs.princeton.edu> - linux-2.6-27-14
914 - fix softlock problems that causes kernel panics
915
916 * Thu May 27 2010 S.Çağlar Onur <caglar@cs.princeton.edu> - linux-2.6-27-13
917 - Bump to 2.6.27.47
918
919 * Wed May 05 2010 S.Çağlar Onur <caglar@cs.princeton.edu> - linux-2.6-27-12
920 - support 82567LM-3 Gigabit Network devices
921
922 * Wed May 05 2010 S.Çağlar Onur <caglar@cs.princeton.edu> - linux-2.6-27-11
923 - 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
924
925 * Tue May 04 2010 S.Çağlar Onur <caglar@cs.princeton.edu> - linux-2.6-27-10
926 - Revert to vs2.3.0.36.4
927
928 * Tue Apr 27 2010 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-27-9
929 - config for wextoolbox OK
930 - upgrade to patch-2.6.27.46-vs2.3.0.36.8
931 - turn off delta-pivot-fix01.diff (which was tweaked btw)
932
933 * Wed Apr 07 2010 S.Çağlar Onur <caglar@cs.princeton.edu> - linux-2.6-27-8
934 - chopstix fixes & cleanups
935
936 * Fri Apr 02 2010 S.Çağlar Onur <caglar@cs.princeton.edu> - linux-2.6-27-7
937 - Update to 2.6.27.46
938
939 * Mon Feb 15 2010 S.Çağlar Onur <caglar@cs.princeton.edu> - linux-2.6-27-6
940 - support Ext4 in order to boot f12
941 - fix "vcontext: pivot_root(): Invalid argument errors" while creating a guest with f12
942
943 * Mon Feb 15 2010 S.Çağlar Onur <caglar@cs.princeton.edu> - linux-2.6-27-5
944 - Update to 2.6.27.45
945
946 * Mon Feb 15 2010 S.Çağlar Onur <caglar@cs.princeton.edu> - linux-2.6-27-4
947 - Tagging trunk
948
949 * Tue May 12 2009 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-27-3
950 - new tuntap patch available but not enabled
951 - mac80211 and iwlwifi are now mainstream, no ext. sources anymore
952 - new egre patch
953 - various changes in the config about netns and scheduler ...
954 - gnuradio gets a specific config
955 - enable patch about 64bits adresses and cardbus
956
957 * Tue Mar 24 2009 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-27-2
958 - cleaned up obsolete (2.6.22) configs
959 - added gnuradio config links
960 - fix for building headers package (remove .cmd files)
961
962 * Tue Mar 10 2009 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-27-1
963 - untested feature-complete version, but for the scheduler that is still missing
964
965 * Thu Jan 08 2009 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-22-32
966 - support building on fedora 10
967
968 * Tue Dec 02 2008 Daniel Hokka Zakrisson <daniel@hozac.com> - linux-2.6-22-31
969 - add patches for m-lab and drl
970
971 * Tue Nov 11 2008 Daniel Hokka Zakrisson <daniel@hozac.com> - linux-2.6-22-30
972 - Use Intel's e1000e driver.
973
974 * Thu Oct 02 2008 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-22-29
975 - added drivers for OPTION's globetrotter (gt 3g+ emea) umts cards
976 - + cleanup outdated configs
977
978 * Wed Sep 17 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-28
979 - Recovering a hunk that I accidentally ommited out of the last commit. Should not entail retesting, because the commits
980 - were unrelated.
981
982 * Sun Sep 14 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-27
983 - Fixing the accounting issue that causes certain connections to be misaccounted, and that causes NM/peercreds to
984 - intermittently break.
985
986 * Wed Sep 10 2008 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-22-26
987 - patch for building on f9/gcc-4.3, no functional change on other distros
988
989 * Sun Aug 17 2008 Daniel Hokka Zakrisson <daniel@hozac.com> - linux-2.6-22-25
990 - FUSE support.
991
992 * Tue Aug 12 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-24
993 - Enable nmi watchdog by default.
994
995 * Mon Aug 04 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-23
996 - Fixed a bug in my previous commit.
997
998 * Mon Aug 04 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-22
999 - * 1 fix for using udp/listening sockets via raw
1000 - * 1 fix to help codemux divide traffic in PlanetFlow
1001
1002 * Fri Aug 01 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-21
1003 - 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.
1004
1005 * Thu Jul 31 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-20
1006 - Removed a debugging statement. Shows up a lot in the debug logs.
1007
1008 * Wed Jul 30 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-19
1009 - Unbroke peercred setting.
1010
1011 * Mon Jul 28 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-18
1012 - Now you can write your own TCP using packet sockets. As a side effect, tcptraceroute runs to completion including the
1013 - last hop.
1014
1015 * Mon Jul 28 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-17
1016 - Optimize packet socket support to eliminate a packet copy.
1017
1018 * Sun Jul 27 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-16
1019 - Missed this header file, which broke the compile.
1020 - I'll be doing another tag to include an optimization I left out of this version. This version is for Build only.
1021
1022 * Sun Jul 27 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-15
1023 - Fixes to tcpdump-related problems reported recently.
1024
1025 * Wed Jul 23 2008 Stephen Soltesz <soltesz@cs.princeton.edu> - linux-2.6-22-14
1026 - added fix to process visibility so when ncontext/vcontext  run netstat in
1027 - xid=1, it can see all ports &  processes.
1028
1029 * Mon Jul 21 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-13
1030 - fix for tcpdump/tcp payloads
1031
1032 * Tue Jul 15 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-12
1033 - * Bugfix in tuntap
1034 - * Attempt to fix TCP-payload-related problems with tcpdump
1035
1036 * Wed Jul 09 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-11
1037 - * Split up VNET+ module into its component patches
1038 - * Added tun/tap support
1039
1040 * Tue Jul 08 2008 Daniel Hokka Zakrisson <daniel@hozac.com> - linux-2.6-22-10
1041 - Filling a statically allocated buffer cannot fail, right?
1042
1043 * Wed Jun 25 2008 Daniel Hokka Zakrisson <daniel@hozac.com> - linux-2.6-22-9
1044 - Enable the hangcheck timer driver, and build it in to the kernel.
1045 - Dump relevant data on the scheduler bug instead of BUGing.
1046
1047 * Sat Jun 07 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-8
1048 - * Partial fix for the UDP-packet-pollution problem
1049 - * Support for PF_PACKET sockets
1050 - * Support for SOCK_PACKET sockets
1051 - * Disabled Chopstix with mutexes
1052 - * Tested VNET+ under heavy loads
1053
1054
1055
1056 * Fri May 16 2008 Stephen Soltesz <soltesz@cs.princeton.edu> - linux-2.6-22-7
1057 - Bringing this fix in for tcpdump and  ping
1058
1059
1060 * Fri May 09 2008 Stephen Soltesz <soltesz@cs.princeton.edu> - linux-2.6-22-6
1061 - Updated configuration to include COW again.
1062
1063 - Patches from Sapan to fix ping losses.
1064
1065 - Still need help with tcpdump traffic.
1066
1067
1068 * Tue May 06 2008 Daniel Hokka Zakrisson <daniel@hozac.com> - linux-2.6-22-5
1069 - Patch needs to be applied.
1070
1071 * Mon May 05 2008 Stephen Soltesz <soltesz@cs.princeton.edu> - linux-2.6-22-4
1072
1073
1074 * Thu Apr 24 2008 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-22-3
1075 - Fix bug with looping in schedule()
1076
1077 * Wed Apr 23 2008 Stephen Soltesz <soltesz@cs.princeton.edu> - linux-2.6-22-2
1078 - Includes changes from Sapan/Andy regarding the scheduler and vnet bugs.
1079 - Should be safe to try a second deployment.
1080
1081
1082 * Tue Jul 11 2006 Dave Jones <davej@redhat.com> [2.6.17-1.2142_FC4]
1083 - 2.6.17.4
1084 - Disable split pagetable lock.
1085
1086 * Wed Jul  5 2006 Dave Jones <davej@redhat.com>
1087 - Get rid of stack backtrace on panic, which in most
1088   cases actually caused a loss of info instead of a gain.
1089
1090 * Fri Jun 30 2006 Dave Jones <davej@redhat.com> [2.6.17-1.2141_FC4]
1091 - 2.6.17.3
1092
1093 * Fri Jun 30 2006 Dave Jones <davej@redhat.com> [2.6.17-1.2140_FC4]
1094 - 2.6.17.2
1095 - Fix up the alsa list_add bug.
1096
1097 * Mon Jun 26 2006 Dave Jones <davej@redhat.com>
1098 - Fix up various stupidities incurred by the last big rebase.
1099   - Reenable SMP x86-64 builds.
1100   - Reenable SMBFS.
1101 - Enable PCI fake hotplug driver.
1102 - Enable gameport/joystick on i586 builds. (#196581)
1103
1104 * Sat Jun 24 2006 Dave Jones <davej@redhat.com>
1105 - Enable profiling for 586 kernels.
1106
1107 * Fri Jun 23 2006 Dave Jones <davej@redhat.com> [2.6.17-1.2139_FC4]
1108 - Rebuild with slab debug off.
1109
1110 * Tue Jun 20 2006 Dave Jones <davej@redhat.com> [2.6.17-1.2138_FC4]
1111 - 2.6.17.1
1112
1113 * Mon Jun  5 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2115_FC4]
1114 - 2.6.16.20
1115
1116 * Tue May 30 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2114_FC4]
1117 - 2.6.16.19
1118
1119 * Mon May 29 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2113_FC4]
1120 - Improved list_head debugging.
1121
1122 * Tue May 23 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2112_FC4]
1123 - 2.6.16.18
1124
1125 * Sat May 20 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2111_FC4]
1126 - 2.6.16.17
1127
1128 * Wed May 10 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2110_FC4]
1129 - 2.6.16.16
1130
1131 * Tue May  9 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2109_FC4]
1132 - 2.6.16.15
1133 - make 16C950 UARTs work (again). (#126403)
1134 - Fix exec-shield default, which should fix a few programs that
1135   stopped running.
1136
1137 * Thu May  4 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2108_FC4]
1138 - 2.6.16.14
1139
1140 * Tue May  2 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2107_FC4]
1141 - 2.6.16.13
1142
1143 * Mon May  1 2006 Dave Jones <davej@redhat.com>
1144 - 2.6.16.12
1145
1146 * Tue Apr 25 2006 Dave Jones <davej@redhat.com>
1147 - Fix up SCSI errors with mymusix usb mp3 player (#186187)
1148
1149 * Mon Apr 24 2006 Dave Jones <davej@redhat.com>
1150 - 2.6.16.11
1151
1152 * Wed Apr 19 2006 Dave Jones <davej@redhat.com>
1153 - Enable PCI MSI support.
1154
1155 * Tue Apr 18 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2096_FC4]
1156 - 2.6.16.9
1157
1158 * Tue Apr 18 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2093_FC4]
1159 - 2.6.16.7
1160
1161 * Mon Apr 17 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2092_FC4]
1162 - 2.6.16.6
1163
1164 * Sun Apr 16 2006 Dave Jones <davej@redhat.com>
1165 - 2.6.16.5
1166
1167 * Fri Apr  7 2006 Dave Jones <davej@redhat.com>
1168 - 2.6.16.2
1169
1170 * Tue Apr  4 2006 Dave Jones <davej@redhat.com>
1171 - Reenable non-standard serial ports. (#187466)
1172 - Reenable snd-es18xx for x86-32 (#187733)
1173
1174 * Thu Mar 30 2006 Dave Jones <davej@redhat.com>
1175 - ship the .kernelrelease file in -devel too.
1176 - Disable EDAC debug.
1177
1178 * Tue Mar 26 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2069_FC4]
1179 - 2.6.16.1
1180
1181 * Mon Mar 25 2006 Dave Jones <davej@redhat.com>
1182 - Include patches posted for review for inclusion in 2.6.16.1
1183 - Updated new audit msg types.
1184 - Reenable HDLC driver (#186257)
1185 - Make acpi-cpufreq 'sticky'
1186 - Fix broken x86-64 32bit vDSO (#186924)
1187
1188 * Tue Mar 21 2006 Dave Jones <davej@redhat.com>
1189 - Improve spinlock scalability on big machines.
1190
1191 * Mon Mar 20 2006 Dave Jones <davej@redhat.com>
1192 - Sync with FC5's 2.6.16 kernel.
1193 - Update Tux & Exec-shield to latest.
1194
1195
1196 %define module_current_branch 22