build in f12
[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}}%{?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 Patch050: linux-2.6-050-getline.patch
143
144 # Linux-VServer
145 Patch200: patch-%{rpmversion}-vs%{vsversion}.diff
146
147 # IP sets
148 Patch250: linux-2.6-250-ipsets.patch
149
150 # PlanetLab
151 Patch500: linux-2.6-500-vserver-filesharing.patch
152 Patch510: linux-2.6-510-ipod.patch
153 Patch521: linux-2.6-521-packet-tagging.patch
154 Patch522: linux-2.6-522-iptables-connection-tagging.patch
155 Patch523: linux-2.6-523-raw-sockets.patch
156 Patch524: linux-2.6-524-peercred.patch
157 Patch525: linux-2.6-525-sknid-elevator.patch
158 # Patch526: linux-2.6-526-tun-tap.patch
159 Patch527: linux-2.6-527-iptables-classify-add-mark.patch
160 Patch530: linux-2.6-530-built-by-support.patch
161 Patch540: linux-2.6-540-oom-kill.patch
162 Patch550: linux-2.6-550-raise-default-nfile-ulimit.patch
163 Patch560: linux-2.6-560-mmconf.patch
164 Patch570: linux-2.6-570-tagxid.patch
165 Patch580: linux-2.6-580-show-proc-virt.patch
166 Patch590: linux-2.6-590-dcookies-mm.patch
167 # Patch630: linux-2.6-630-sched-fix.patch
168 Patch640: linux-2.6-640-netlink-audit-hack.patch
169 Patch650: linux-2.6-650-hangcheck-reboot.patch
170 Patch660: linux-2.6-660-nmi-watchdog-default.patch
171 # Patch680: linux-2.6-680-htb-hysteresis-tso.patch
172 # Patch690: linux-2.6-690-web100.patch
173 Patch700: linux-2.6-700-egre.patch
174 Patch710: linux-2.6-710-avoid-64bits-addr-pcmcia.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 %ApplyPatch 050
337
338 # vserver patch
339 %ApplyPatch 200
340
341 %ApplyPatch 250
342
343 %ApplyPatch 500
344 %ApplyPatch 510
345
346 # VNET+ series
347 %ApplyPatch 521
348 %ApplyPatch 522
349 %ApplyPatch 523
350 %ApplyPatch 524
351 %ApplyPatch 525
352 %ApplyPatch 527
353
354 %ApplyPatch 530
355 %ApplyPatch 540
356 %ApplyPatch 550
357 %ApplyPatch 560
358 %ApplyPatch 570
359 %ApplyPatch 580
360 %ApplyPatch 590
361 %ApplyPatch 640
362 %ApplyPatch 650
363 %ApplyPatch 660
364 %ApplyPatch 700
365 %ApplyPatch 710
366
367
368 # NetNS conflict-resolving patch for VINI. Will work with patch vini_pl_patch-1 but may
369 # break with later patches.
370
371 %if 0%{?with_netns}
372 %ApplyPatch %vini_pl_patch
373 %endif
374
375 rm -fr linux-%{kversion}
376 ln -sf $KERNEL_PREVIOUS linux-%{kversion}
377 cd linux-%{kversion}
378
379
380 # make sure the kernel has the sublevel we know it has. This looks weird
381 # but for -pre and -rc versions we need it since we only want to use
382 # the higher version when the final kernel is released.
383 perl -p -i -e "s/^SUBLEVEL.*/SUBLEVEL = %{sublevel}/" Makefile
384 perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = -prep/" Makefile
385
386 # get rid of unwanted files resulting from patch fuzz
387 find . \( -name "*.orig" -o -name "*~" \) -exec rm -f {} \; >/dev/null
388
389
390 ###
391 ### build
392 ###
393 %build
394
395 BuildKernel() {
396     MakeTarget=$1
397     Arch=$2
398     Flavour=$3
399
400     rm -rf linux-%{_target_cpu}-%{kversion}$Flavour
401     cp -rl linux-%{kversion}/ linux-%{_target_cpu}-%{kversion}$Flavour
402     cd linux-%{_target_cpu}-%{kversion}$Flavour
403
404     # Pick the right config file for the kernel we're building
405     if [ -n "$Flavour" ] ; then
406       Config=%{pldistro}-%{kversion}-%{_target_cpu}-$Flavour.config
407       DevelDir=/usr/src/kernels/%{KVERREL}-$Flavour-%{_target_cpu}
408       DevelLink=/usr/src/kernels/%{KVERREL}$Flavour-%{_target_cpu}
409     else
410       Config=%{pldistro}-%{kversion}-%{_target_cpu}.config
411       DevelDir=/usr/src/kernels/%{KVERREL}-%{_target_cpu}
412       DevelLink=
413     fi
414
415     KernelVer=%{version}-%{release}$Flavour
416     echo BUILDING A KERNEL FOR $Flavour %{_target_cpu}...
417
418     # make sure EXTRAVERSION says what we want it to say
419     perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = %{?patchlevel:.%{patchlevel}}-%{release}$Flavour/" Makefile
420
421     # and now to start the build process
422
423     make -s mrproper
424     cp %{_sourcedir}/$Config .config
425
426     #Arch=`head -1 .config | cut -b 3-`
427     echo USING ARCH=$Arch
428
429     make -s ARCH=$Arch oldconfig < /dev/null > /dev/null
430     make -s ARCH=$Arch %{?_smp_mflags} $MakeTarget
431     make -s ARCH=$Arch %{?_smp_mflags} modules || exit 1
432 %if %{headers}
433     make -s ARCH=$Arch INSTALL_HDR_PATH=$RPM_BUILD_ROOT/usr
434     find $RPM_BUILD_ROOT/%{_includedir} -name \*.cmd -delete
435     rm -f $RPM_BUILD_ROOT/%{_includedir}/{..,.}{check,install}*
436 %endif
437
438     # Start installing the results
439
440 %if "%{_enable_debug_packages}" == "1"
441     mkdir -p $RPM_BUILD_ROOT/usr/lib/debug/boot
442 %endif
443     mkdir -p $RPM_BUILD_ROOT/%{image_install_path}
444     install -m 644 .config $RPM_BUILD_ROOT/boot/config-$KernelVer
445     install -m 644 System.map $RPM_BUILD_ROOT/boot/System.map-$KernelVer
446     if [ -f arch/$Arch/boot/bzImage ]; then
447       cp arch/$Arch/boot/bzImage $RPM_BUILD_ROOT/%{image_install_path}/vmlinuz-$KernelVer
448     fi
449     if [ -f arch/$Arch/boot/zImage.stub ]; then
450       cp arch/$Arch/boot/zImage.stub $RPM_BUILD_ROOT/%{image_install_path}/zImage.stub-$KernelVer || :
451     fi
452     if [ "$Flavour" = "uml" ] ; then
453         install -D -m 755 linux $RPM_BUILD_ROOT/%{_bindir}/linux
454     fi
455
456     mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer
457     make -s ARCH=$Arch INSTALL_MOD_PATH=$RPM_BUILD_ROOT modules_install KERNELRELEASE=$KernelVer
458
459     # And save the headers/makefiles etc for building modules against
460     #
461     # This all looks scary, but the end result is supposed to be:
462     # * all arch relevant include/ files
463     # * all Makefile/Kconfig files
464     # * all script/ files
465
466     rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
467     rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/source
468     mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
469     (cd $RPM_BUILD_ROOT/lib/modules/$KernelVer ; ln -s build source)
470     # dirs for additional modules per module-init-tools, kbuild/modules.txt
471     mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/extra
472     mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/updates
473     # first copy everything
474     cp --parents `find  -type f -name "Makefile*" -o -name "Kconfig*"` $RPM_BUILD_ROOT/lib/modules/$KernelVer/build 
475         cp Module.symvers $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
476     if [ "$Flavour" = "uml" ] ; then
477       cp --parents -a `find arch/um -name include` $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
478     fi
479     # then drop all but the needed Makefiles/Kconfig files
480     rm -rf $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/Documentation
481     rm -rf $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/scripts
482     rm -rf $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
483     cp arch/%{_arch}/kernel/asm-offsets.s $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/%{_arch}/kernel || :
484     cp .config $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
485     cp -a scripts $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
486     if [ -d arch/%{_arch}/scripts ]; then
487       cp -a arch/%{_arch}/scripts $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/%{_arch} || :
488     fi
489     if [ -f arch/%{_arch}/*lds ]; then
490       cp -a arch/%{_arch}/*lds $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/%{_arch}/ || :
491     fi
492     rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/scripts/*.o
493     rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/scripts/*/*.o
494     mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
495     cd include
496     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
497     cp -a `readlink asm` $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
498     if [ "$Arch" = "x86_64" ]; then
499       cp -a asm-x86 $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
500     fi
501 %if %{buildxen}
502     if [ "$Flavour" = "xenU" ]; then
503       cp -a xen $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
504       cp -a asm-x86 $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
505     fi
506 %endif
507 %if %{builduml}
508     if [ "$Flavour" = "uml" ] ; then
509       cp -a `readlink -f asm/arch` $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
510     fi
511 %endif
512     # While arch/powerpc/include/asm is still a symlink to the old
513     # include/asm-ppc{64,} directory, include that in kernel-devel too.
514     if [ "$Arch" = "powerpc" -a -r ../arch/powerpc/include/asm ]; then
515       cp -a `readlink ../arch/powerpc/include/asm` $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
516       mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/$Arch/include
517       pushd $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/$Arch/include
518       ln -sf ../../../include/asm-ppc* asm
519       popd
520     fi
521
522     # Make sure the Makefile and version.h have a matching timestamp so that
523     # external modules can be built
524     touch -r $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/Makefile $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include/linux/version.h
525     touch -r $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/.config $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include/linux/autoconf.h
526     cd ..
527
528     #
529     # save the vmlinux file for kernel debugging into the kernel-debuginfo rpm
530     #
531 %if "%{_enable_debug_packages}" == "1"
532     mkdir -p $RPM_BUILD_ROOT/usr/lib/debug/lib/modules/$KernelVer
533     cp vmlinux $RPM_BUILD_ROOT/usr/lib/debug/lib/modules/$KernelVer
534 %endif
535 %if %{buildxen}
536     if [ -f vmlinuz ]; then
537       cp vmlinuz $RPM_BUILD_ROOT/%{image_install_path}/vmlinuz-$KernelVer
538     fi
539 %endif
540
541     find $RPM_BUILD_ROOT/lib/modules/$KernelVer -name "*.ko" -type f >modnames
542
543     # mark modules executable so that strip-to-file can strip them
544     cat modnames | xargs chmod u+x
545
546     # remove files that will be auto generated by depmod at rpm -i time
547     rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/modules.*
548
549     # Move the devel headers out of the root file system
550     mkdir -p $RPM_BUILD_ROOT/usr/src/kernels
551     mv $RPM_BUILD_ROOT/lib/modules/$KernelVer/build $RPM_BUILD_ROOT/$DevelDir
552     ln -sf ../../..$DevelDir $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
553     [ -z "$DevelLink" ] || ln -sf `basename $DevelDir` $RPM_BUILD_ROOT/$DevelLink
554 }
555
556 ###
557 # DO it...
558 ###
559
560 # prepare directories
561 rm -rf $RPM_BUILD_ROOT
562 mkdir -p $RPM_BUILD_ROOT/boot
563
564 %if "%{_target_cpu}" == "x86_64"
565 %define kernel_arch %{_target_cpu}
566 %endif
567 %if "%{_target_cpu}" == "i586"
568 %define kernel_arch i386
569 %endif
570 %if "%{_target_cpu}" == "i686"
571 %define kernel_arch i386
572 %endif
573
574 %if %{buildup}
575 BuildKernel %make_target %kernel_arch
576 %endif
577
578 %ifarch i686
579 %if %{builduml}
580 BuildKernel linux um uml
581 %endif
582
583 %if %{buildxen}
584 BuildKernel vmlinuz %kernel_arch xenU
585 %endif
586 %endif
587
588 ###
589 ### install
590 ###
591
592 %install
593
594 cd vanilla
595
596 %if %{buildxen} && "%{_target_cpu}" == "i686"
597 mkdir -p $RPM_BUILD_ROOT/etc/ld.so.conf.d
598 rm -f $RPM_BUILD_ROOT/etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf
599 cat > $RPM_BUILD_ROOT/etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf <<\EOF
600 # This directive teaches ldconfig to search in nosegneg subdirectories
601 # and cache the DSOs there with extra bit 0 set in their hwcap match
602 # fields.  In Xen guest kernels, the vDSO tells the dynamic linker to
603 # search in nosegneg subdirectories and to match this extra hwcap bit
604 # in the ld.so.cache file.
605 hwcap 0 nosegneg
606 EOF
607 chmod 444 $RPM_BUILD_ROOT/etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf
608 %endif
609
610 %if %{builddoc}
611 mkdir -p $RPM_BUILD_ROOT/usr/share/doc/kernel-doc-%{kversion}/Documentation
612
613 # sometimes non-world-readable files sneak into the kernel source tree
614 chmod -R a+r *
615 # copy the source over
616 tar cf - Documentation | tar xf - -C $RPM_BUILD_ROOT/usr/share/doc/kernel-doc-%{kversion}
617 %endif
618
619 ###
620 ### clean
621 ###
622
623 %clean
624 rm -rf $RPM_BUILD_ROOT
625
626 ###
627 ### scripts
628 ###
629
630 # load the loop module for upgrades...in case the old modules get removed we have
631 # loopback in the kernel so that mkinitrd will work.
632 %pre
633 /sbin/modprobe loop 2> /dev/null > /dev/null  || :
634 exit 0
635
636 %post
637 if [ -f /etc/sysconfig/kernel ]; then
638   /bin/sed -i -e 's/^DEFAULTKERNEL=kernel-smp$/DEFAULTKERNEL=kernel/' /etc/sysconfig/kernel
639 fi
640
641 # trick mkinitrd in case the current environment does not have device mapper
642 rootdev=$(awk '/^[ \t]*[^#]/ { if ($2 == "/") { print $1; }}' /etc/fstab)
643 if echo $rootdev |grep -q /dev/mapper 2>/dev/null ; then
644     if [ ! -f $rootdev ]; then
645         fake_root_lvm=1
646         mkdir -p $(dirname $rootdev)
647         touch $rootdev
648     fi
649 fi
650
651 [ ! -x /usr/sbin/module_upgrade ] || /usr/sbin/module_upgrade %{rpmversion}-%{release}
652 #/sbin/new-kernel-pkg --package kernel --mkinitrd --depmod --install %{KVERREL}
653 # Older modutils do not support --package option
654 /sbin/new-kernel-pkg --mkinitrd --depmod --install %{KVERREL}
655
656 # remove fake handle
657 if [ -n "$fake_root_lvm" ]; then
658     rm -f $rootdev
659 fi
660
661 # make some useful links
662 pushd /boot > /dev/null ; {
663         ln -sf config-%{KVERREL} config
664         ln -sf config-%{KVERREL} configsmp
665         ln -sf initrd-%{KVERREL}.img initrd-boot
666         ln -sf initrd-%{KVERREL}.img initrd-bootsmp
667         ln -sf vmlinuz-%{KVERREL} kernel-boot
668         ln -sf vmlinuz-%{KVERREL} kernel-bootsmp
669 }
670 popd > /dev/null
671
672 # ask for a reboot
673 mkdir -p /etc/planetlab
674 touch /etc/planetlab/update-reboot
675
676 %post devel
677 [ -f /etc/sysconfig/kernel ] && . /etc/sysconfig/kernel
678 if [ "$HARDLINK" != "no" -a -x /usr/sbin/hardlink ] ; then
679   pushd /usr/src/kernels/%{KVERREL}-%{_target_cpu} > /dev/null
680   /usr/bin/find . -type f | while read f; do hardlink -c /usr/src/kernels/*FC*/$f $f ; done
681   popd > /dev/null
682 fi
683
684 %post xenU
685 [ ! -x /usr/sbin/module_upgrade ] || /usr/sbin/module_upgrade
686 [ ! -x /sbin/ldconfig ] || /sbin/ldconfig -X
687
688 %post xenU-devel
689 [ -f /etc/sysconfig/kernel ] && . /etc/sysconfig/kernel
690 if [ "$HARDLINK" != "no" -a -x /usr/sbin/hardlink ] ; then
691   pushd /usr/src/kernels/%{KVERREL}-xenU-%{_target_cpu} > /dev/null
692   /usr/bin/find . -type f | while read f; do hardlink -c /usr/src/kernels/*FC*/$f $f ; done
693   popd > /dev/null
694 fi
695
696 %post uml-modules
697 depmod -ae %{KVERREL}uml
698
699 %preun
700 /sbin/modprobe loop 2> /dev/null > /dev/null  || :
701 /sbin/new-kernel-pkg --rminitrd --rmmoddep --remove %{KVERREL}
702
703 %preun xenU
704 /sbin/modprobe loop 2> /dev/null > /dev/null  || :
705 /sbin/new-kernel-pkg --rmmoddep --remove %{KVERREL}xenU
706
707 %preun uml-modules
708 rm -f /lib/modules/%{KVERREL}uml/modules.*
709
710
711 ###
712 ### file lists
713 ###
714
715 %if %{buildup}
716 %files 
717 %defattr(-,root,root)
718 /%{image_install_path}/vmlinuz-%{KVERREL}
719 /boot/System.map-%{KVERREL}
720 /boot/config-%{KVERREL}
721 %dir /lib/modules/%{KVERREL}
722 /lib/modules/%{KVERREL}/kernel
723 /lib/modules/%{KVERREL}/build
724 /lib/modules/%{KVERREL}/source
725 /lib/modules/%{KVERREL}/extra
726 /lib/modules/%{KVERREL}/updates
727
728 %files devel
729 %defattr(-,root,root)
730 %verify(not mtime) /usr/src/kernels/%{KVERREL}-%{_target_cpu}
731 %endif
732
733 %if %{builduml} && "%{_target_cpu}" == "i686"
734 %files uml
735 %defattr(-,root,root)
736 %{_bindir}/linux
737
738 %files uml-devel
739 %defattr(-,root,root)
740 %verify(not mtime) /usr/src/kernels/%{KVERREL}-uml-%{_target_cpu}
741 /usr/src/kernels/%{KVERREL}uml-%{_target_cpu}
742
743 %files uml-modules
744 %defattr(-,root,root)
745 /boot/System.map-%{KVERREL}uml
746 /boot/config-%{KVERREL}uml
747 %dir /lib/modules/%{KVERREL}uml
748 /lib/modules/%{KVERREL}uml/kernel
749 /lib/modules/%{KVERREL}uml/build
750 /lib/modules/%{KVERREL}uml/source
751 /lib/modules/%{KVERREL}uml/extra
752 /lib/modules/%{KVERREL}uml/updates
753 %endif
754
755 %if %{buildxen} && "%{_target_cpu}" == "i686"
756 %files xenU
757 %defattr(-,root,root)
758 /%{image_install_path}/vmlinuz-%{KVERREL}xenU
759 /boot/System.map-%{KVERREL}xenU
760 /boot/config-%{KVERREL}xenU
761 %dir /lib/modules/%{KVERREL}xenU
762 /lib/modules/%{KVERREL}xenU/kernel
763 /lib/modules/%{KVERREL}xenU/build
764 /lib/modules/%{KVERREL}xenU/source
765 /lib/modules/%{KVERREL}xenU/extra
766 /lib/modules/%{KVERREL}xenU/updates
767 /etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf
768
769 %files xenU-devel
770 %defattr(-,root,root)
771 %verify(not mtime) /usr/src/kernels/%{KVERREL}-xenU-%{_target_cpu}
772 /usr/src/kernels/%{KVERREL}xenU-%{_target_cpu}
773 %endif
774
775 %files vserver
776 %defattr(-,root,root)
777 # no files
778
779 # only some architecture builds need kernel-doc
780
781 %if %{builddoc}
782 %files doc
783 %defattr(-,root,root)
784 %{_datadir}/doc/kernel-doc-%{kversion}/Documentation/*
785 %dir %{_datadir}/doc/kernel-doc-%{kversion}/Documentation
786 %dir %{_datadir}/doc/kernel-doc-%{kversion}
787 %endif
788
789 %if %{headers}
790 %files headers
791 %defattr(-,root,root)
792 %dir %{_includedir}
793 %{_includedir}/*
794 %endif
795
796 %changelog
797 * Tue May 12 2009 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-27-3
798 - new tuntap patch available but not enabled
799 - mac80211 and iwlwifi are now mainstream, no ext. sources anymore
800 - new egre patch
801 - various changes in the config about netns and scheduler ...
802 - gnuradio gets a specific config
803 - enable patch about 64bits adresses and cardbus
804
805 * Tue Mar 24 2009 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-27-2
806 - cleaned up obsolete (2.6.22) configs
807 - added gnuradio config links
808 - fix for building headers package (remove .cmd files)
809
810 * Tue Mar 10 2009 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-27-1
811 - untested feature-complete version, but for the scheduler that is still missing
812
813 * Thu Jan 08 2009 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-22-32
814 - support building on fedora 10
815
816 * Tue Dec 02 2008 Daniel Hokka Zakrisson <daniel@hozac.com> - linux-2.6-22-31
817 - add patches for m-lab and drl
818
819 * Tue Nov 11 2008 Daniel Hokka Zakrisson <daniel@hozac.com> - linux-2.6-22-30
820 - Use Intel's e1000e driver.
821
822 * Thu Oct 02 2008 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-22-29
823 - added drivers for OPTION's globetrotter (gt 3g+ emea) umts cards
824 - + cleanup outdated configs
825
826 * Wed Sep 17 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-28
827 - Recovering a hunk that I accidentally ommited out of the last commit. Should not entail retesting, because the commits
828 - were unrelated.
829
830 * Sun Sep 14 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-27
831 - Fixing the accounting issue that causes certain connections to be misaccounted, and that causes NM/peercreds to
832 - intermittently break.
833
834 * Wed Sep 10 2008 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-22-26
835 - patch for building on f9/gcc-4.3, no functional change on other distros
836
837 * Sun Aug 17 2008 Daniel Hokka Zakrisson <daniel@hozac.com> - linux-2.6-22-25
838 - FUSE support.
839
840 * Tue Aug 12 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-24
841 - Enable nmi watchdog by default.
842
843 * Mon Aug 04 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-23
844 - Fixed a bug in my previous commit.
845
846 * Mon Aug 04 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-22
847 - * 1 fix for using udp/listening sockets via raw
848 - * 1 fix to help codemux divide traffic in PlanetFlow
849
850 * Fri Aug 01 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-21
851 - 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.
852
853 * Thu Jul 31 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-20
854 - Removed a debugging statement. Shows up a lot in the debug logs.
855
856 * Wed Jul 30 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-19
857 - Unbroke peercred setting.
858
859 * Mon Jul 28 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-18
860 - Now you can write your own TCP using packet sockets. As a side effect, tcptraceroute runs to completion including the
861 - last hop.
862
863 * Mon Jul 28 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-17
864 - Optimize packet socket support to eliminate a packet copy.
865
866 * Sun Jul 27 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-16
867 - Missed this header file, which broke the compile.
868 - I'll be doing another tag to include an optimization I left out of this version. This version is for Build only.
869
870 * Sun Jul 27 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-15
871 - Fixes to tcpdump-related problems reported recently.
872
873 * Wed Jul 23 2008 Stephen Soltesz <soltesz@cs.princeton.edu> - linux-2.6-22-14
874 - added fix to process visibility so when ncontext/vcontext  run netstat in
875 - xid=1, it can see all ports &  processes.
876
877 * Mon Jul 21 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-13
878 - fix for tcpdump/tcp payloads
879
880 * Tue Jul 15 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-12
881 - * Bugfix in tuntap
882 - * Attempt to fix TCP-payload-related problems with tcpdump
883
884 * Wed Jul 09 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-11
885 - * Split up VNET+ module into its component patches
886 - * Added tun/tap support
887
888 * Tue Jul 08 2008 Daniel Hokka Zakrisson <daniel@hozac.com> - linux-2.6-22-10
889 - Filling a statically allocated buffer cannot fail, right?
890
891 * Wed Jun 25 2008 Daniel Hokka Zakrisson <daniel@hozac.com> - linux-2.6-22-9
892 - Enable the hangcheck timer driver, and build it in to the kernel.
893 - Dump relevant data on the scheduler bug instead of BUGing.
894
895 * Sat Jun 07 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-8
896 - * Partial fix for the UDP-packet-pollution problem
897 - * Support for PF_PACKET sockets
898 - * Support for SOCK_PACKET sockets
899 - * Disabled Chopstix with mutexes
900 - * Tested VNET+ under heavy loads
901
902
903
904 * Fri May 16 2008 Stephen Soltesz <soltesz@cs.princeton.edu> - linux-2.6-22-7
905 - Bringing this fix in for tcpdump and  ping
906
907
908 * Fri May 09 2008 Stephen Soltesz <soltesz@cs.princeton.edu> - linux-2.6-22-6
909 - Updated configuration to include COW again.
910
911 - Patches from Sapan to fix ping losses.
912
913 - Still need help with tcpdump traffic.
914
915
916 * Tue May 06 2008 Daniel Hokka Zakrisson <daniel@hozac.com> - linux-2.6-22-5
917 - Patch needs to be applied.
918
919 * Mon May 05 2008 Stephen Soltesz <soltesz@cs.princeton.edu> - linux-2.6-22-4
920
921
922 * Thu Apr 24 2008 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-22-3
923 - Fix bug with looping in schedule()
924
925 * Wed Apr 23 2008 Stephen Soltesz <soltesz@cs.princeton.edu> - linux-2.6-22-2
926 - Includes changes from Sapan/Andy regarding the scheduler and vnet bugs.
927 - Should be safe to try a second deployment.
928
929
930 * Tue Jul 11 2006 Dave Jones <davej@redhat.com> [2.6.17-1.2142_FC4]
931 - 2.6.17.4
932 - Disable split pagetable lock.
933
934 * Wed Jul  5 2006 Dave Jones <davej@redhat.com>
935 - Get rid of stack backtrace on panic, which in most
936   cases actually caused a loss of info instead of a gain.
937
938 * Fri Jun 30 2006 Dave Jones <davej@redhat.com> [2.6.17-1.2141_FC4]
939 - 2.6.17.3
940
941 * Fri Jun 30 2006 Dave Jones <davej@redhat.com> [2.6.17-1.2140_FC4]
942 - 2.6.17.2
943 - Fix up the alsa list_add bug.
944
945 * Mon Jun 26 2006 Dave Jones <davej@redhat.com>
946 - Fix up various stupidities incurred by the last big rebase.
947   - Reenable SMP x86-64 builds.
948   - Reenable SMBFS.
949 - Enable PCI fake hotplug driver.
950 - Enable gameport/joystick on i586 builds. (#196581)
951
952 * Sat Jun 24 2006 Dave Jones <davej@redhat.com>
953 - Enable profiling for 586 kernels.
954
955 * Fri Jun 23 2006 Dave Jones <davej@redhat.com> [2.6.17-1.2139_FC4]
956 - Rebuild with slab debug off.
957
958 * Tue Jun 20 2006 Dave Jones <davej@redhat.com> [2.6.17-1.2138_FC4]
959 - 2.6.17.1
960
961 * Mon Jun  5 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2115_FC4]
962 - 2.6.16.20
963
964 * Tue May 30 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2114_FC4]
965 - 2.6.16.19
966
967 * Mon May 29 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2113_FC4]
968 - Improved list_head debugging.
969
970 * Tue May 23 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2112_FC4]
971 - 2.6.16.18
972
973 * Sat May 20 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2111_FC4]
974 - 2.6.16.17
975
976 * Wed May 10 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2110_FC4]
977 - 2.6.16.16
978
979 * Tue May  9 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2109_FC4]
980 - 2.6.16.15
981 - make 16C950 UARTs work (again). (#126403)
982 - Fix exec-shield default, which should fix a few programs that
983   stopped running.
984
985 * Thu May  4 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2108_FC4]
986 - 2.6.16.14
987
988 * Tue May  2 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2107_FC4]
989 - 2.6.16.13
990
991 * Mon May  1 2006 Dave Jones <davej@redhat.com>
992 - 2.6.16.12
993
994 * Tue Apr 25 2006 Dave Jones <davej@redhat.com>
995 - Fix up SCSI errors with mymusix usb mp3 player (#186187)
996
997 * Mon Apr 24 2006 Dave Jones <davej@redhat.com>
998 - 2.6.16.11
999
1000 * Wed Apr 19 2006 Dave Jones <davej@redhat.com>
1001 - Enable PCI MSI support.
1002
1003 * Tue Apr 18 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2096_FC4]
1004 - 2.6.16.9
1005
1006 * Tue Apr 18 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2093_FC4]
1007 - 2.6.16.7
1008
1009 * Mon Apr 17 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2092_FC4]
1010 - 2.6.16.6
1011
1012 * Sun Apr 16 2006 Dave Jones <davej@redhat.com>
1013 - 2.6.16.5
1014
1015 * Fri Apr  7 2006 Dave Jones <davej@redhat.com>
1016 - 2.6.16.2
1017
1018 * Tue Apr  4 2006 Dave Jones <davej@redhat.com>
1019 - Reenable non-standard serial ports. (#187466)
1020 - Reenable snd-es18xx for x86-32 (#187733)
1021
1022 * Thu Mar 30 2006 Dave Jones <davej@redhat.com>
1023 - ship the .kernelrelease file in -devel too.
1024 - Disable EDAC debug.
1025
1026 * Tue Mar 26 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2069_FC4]
1027 - 2.6.16.1
1028
1029 * Mon Mar 25 2006 Dave Jones <davej@redhat.com>
1030 - Include patches posted for review for inclusion in 2.6.16.1
1031 - Updated new audit msg types.
1032 - Reenable HDLC driver (#186257)
1033 - Make acpi-cpufreq 'sticky'
1034 - Fix broken x86-64 32bit vDSO (#186924)
1035
1036 * Tue Mar 21 2006 Dave Jones <davej@redhat.com>
1037 - Improve spinlock scalability on big machines.
1038
1039 * Mon Mar 20 2006 Dave Jones <davej@redhat.com>
1040 - Sync with FC5's 2.6.16 kernel.
1041 - Update Tux & Exec-shield to latest.
1042
1043
1044 %define module_current_branch 22