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