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