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