work around for building with gcc4.3 on fedora 9
[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
16 # default is to not build this - to override, use something like
17 # kernel-SPECVARS := iwlwifi=1 
18 # rpm does not seem to have a syntax for defining overridable defaults
19 # any better solution would be more than welcome.
20 %define build_iwlwifi %{?iwlwifi:1}%{!?iwlwifi:0}
21
22 # Versions of various parts
23
24 # for module-tag.py - sublevel is used for the version (middle) part of tag names
25 %define name linux-2.6
26 %define module_version_varname sublevel
27 %define taglevel 25
28
29 #
30 # Polite request for people who spin their own kernel rpms:
31 # please modify the "release" field in a way that identifies
32 # that the kernel isn't the stock distribution kernel, for example by
33 # adding some text to the end of the version number.
34 #
35 %define sublevel 22
36 %define patchlevel 19
37 %define kversion 2.6.%{sublevel}
38 %define rpmversion 2.6.%{sublevel}%{?patchlevel:.%{patchlevel}}
39
40 %define vsversion 2.3.0.34
41
42 # Will go away when VServer supports NetNS in mainline. Currently, it must be 
43 # updated every time the PL kernel is updated.
44 %define vini_pl_patch 561
45
46 %define release vs%{vsversion}.%{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
47
48 %{!?pldistro:%global pldistro planetlab}
49
50 %define signmodules 0
51 %define make_target bzImage
52 %define KVERREL %{PACKAGE_VERSION}-%{PACKAGE_RELEASE}
53
54 # Override generic defaults with per-arch defaults
55
56 %define image_install_path boot
57
58 #
59 # Three sets of minimum package version requirements in the form of Conflicts:
60 # to versions below the minimum
61 #
62
63 #
64 # First the general kernel 2.6 required versions as per
65 # Documentation/Changes
66 #
67 %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
68
69
70 # Then a series of requirements that are distribution specific, either 
71 # because we add patches for something, or the older versions have 
72 # problems with the newer kernel or lack certain things that make 
73 # integration in the distro harder than needed.
74 #
75 %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
76
77 #
78 # Several packages had bugs in them that became obvious when the NPTL
79 # threading code got integrated.
80 #
81 %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
82
83 #
84 # The ld.so.conf.d file we install uses syntax older ldconfig's don't grok.
85 #
86
87 # MEF commented out
88 # %define xen_conflicts glibc < 2.3.5-1
89
90 #
91 # Packages that need to be installed before the kernel is, because the %post
92 # scripts use them.
93 #
94 %define kernel_prereq  fileutils, module-init-tools, initscripts >= 5.83, mkinitrd >= 3.5.5
95
96 Vendor: PlanetLab
97 Packager: PlanetLab Central <support@planet-lab.org>
98 Distribution: PlanetLab %{plrelease}
99 URL: %(echo %{url} | cut -d ' ' -f 2)
100
101 Name: kernel
102 Group: System Environment/Kernel
103 License: GPLv2
104 Version: %{rpmversion}
105 Release: %{release}
106 ExclusiveOS: Linux
107 Provides: kernel = %{version}
108 Provides: kernel-drm = 4.3.0
109 Provides: kernel-%{_target_cpu} = %{rpmversion}-%{release}
110 Provides: kernel-smp = %{rpmversion}-%{release}
111 Provides: kernel-smp-%{_target_cpu} = %{rpmversion}-%{release}
112 Prereq: %{kernel_prereq}
113 Conflicts: %{kernel_dot_org_conflicts}
114 Conflicts: %{package_conflicts}
115 Conflicts: %{nptl_conflicts}
116 # We can't let RPM do the dependencies automatic because it'll then pick up
117 # a correct but undesirable perl dependency from the module headers which
118 # isn't required for the kernel proper to function
119 AutoReqProv: no
120
121 #
122 # List the packages used during the kernel build
123 #
124 BuildPreReq: module-init-tools, patch >= 2.5.4, bash >= 2.03, sh-utils, tar
125 BuildPreReq: bzip2, findutils, gzip, m4, perl, make >= 3.78, gnupg, diffutils
126 BuildRequires: gcc >= 3.3.3, binutils >= 2.12, redhat-rpm-config
127 BuildConflicts: rhbuildsys(DiskFree) < 500Mb
128
129
130 Source0: ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-%{kversion}.tar.bz2
131
132 Source10: %{pldistro}-%{kversion}-i586.config
133 Source11: %{pldistro}-%{kversion}-i686.config
134 Source12: %{pldistro}-%{kversion}-x86_64.config
135 %if %{builduml}
136 Source20: %{pldistro}-%{kversion}-i686-uml.config
137 %endif
138 %if %{buildxen}
139 Source30: %{pldistro}-%{kversion}-i686-xenU.config
140 %endif
141
142 # Mainline patches
143 %if "0%{patchlevel}"
144 Patch000: ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-%{rpmversion}.bz2
145 %endif
146
147 %if "%{distroname}" == "f9"
148 Patch001: linux-2.6-001-gcc43.patch
149 %endif
150 Patch010: linux-2.6-010-e1000e.patch
151 Patch020: linux-2.6-020-build-id.patch
152 Patch030: linux-2.6-030-netns.patch
153 Patch040: linux-2.6-040-i_mutex-check.patch
154
155 # These are patches picked up from Fedora/RHEL
156 Patch100: linux-2.6-100-build-nonintconfig.patch
157
158 # Linux-VServer
159 Patch200: patch-%{rpmversion}-vs%{vsversion}.diff
160 Patch210: linux-2.6-210-vserver-cpu-sched.patch
161 Patch220: delta-ptrace-fix01.diff
162
163 # IP sets
164 Patch250: linux-2.6-250-ipsets.patch
165
166 # PlanetLab
167 Patch500: linux-2.6-500-vserver-filesharing.patch
168 Patch510: linux-2.6-510-ipod.patch
169 Patch521: linux-2.6-521-packet-tagging.patch
170 Patch522: linux-2.6-522-iptables-connection-tagging.patch
171 Patch523: linux-2.6-523-raw-sockets.patch
172 Patch524: linux-2.6-524-peercred.patch
173 Patch525: linux-2.6-525-sknid-elevator.patch
174 Patch526: linux-2.6-526-tun-tap.patch
175 Patch527: linux-2.6-527-iptables-classify-add-mark.patch
176 Patch530: linux-2.6-530-built-by-support.patch
177 Patch540: linux-2.6-540-oom-kill.patch
178 Patch550: linux-2.6-550-raise-default-nfile-ulimit.patch
179 Patch560: linux-2.6-560-mmconf.patch
180 Patch570: linux-2.6-570-tagxid.patch
181 Patch580: linux-2.6-580-show-proc-virt.patch
182 Patch590: linux-2.6-590-chopstix-intern.patch
183 Patch620: linux-2.6-620-kdb.patch
184 Patch630: linux-2.6-630-sched-fix.patch
185 Patch640: linux-2.6-640-netlink-audit-hack.patch
186 Patch650: linux-2.6-650-hangcheck-reboot.patch
187 Patch660: linux-2.6-660-nmi-watchdog-default.patch
188
189 # See also the file named 'sources' here for the related checksums
190 # NOTE. iwlwifi should be in-kernel starting from 2.6.24
191 # see http://bughost.org/bugzilla/show_bug.cgi?id=1584
192 %if %{build_iwlwifi}
193 %define mac80211_version 10.0.4
194 Patch600: http://intellinuxwireless.org/mac80211/downloads/mac80211-%{mac80211_version}.tgz
195 %define iwlwifi_version 1.2.25
196 Patch601: http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-%{iwlwifi_version}.tgz
197 %endif
198
199 BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root
200
201 %description
202 The kernel package contains the Linux kernel (vmlinuz), the core of any
203 Linux operating system.  The kernel handles the basic functions
204 of the operating system:  memory allocation, process allocation, device
205 input and output, etc.
206
207 %package devel
208 Summary: Development package for building kernel modules to match the kernel.
209 Group: System Environment/Kernel
210 AutoReqProv: no
211 Provides: kernel-devel-%{_target_cpu} = %{rpmversion}-%{release}
212 Provides: kernel-smp-devel = %{rpmversion}-%{release}
213 Provides: kernel-smp-devel-%{_target_cpu} = %{rpmversion}-%{release}
214 Prereq: /usr/bin/find
215
216 %description devel
217 This package provides kernel headers and makefiles sufficient to build modules
218 against the kernel package.
219
220
221 %package doc
222 Summary: Various documentation bits found in the kernel source.
223 Group: Documentation
224
225 %description doc
226 This package contains documentation files from the kernel
227 source. Various bits of information about the Linux kernel and the
228 device drivers shipped with it are documented in these files.
229
230 You'll want to install this package if you need a reference to the
231 options that can be passed to Linux kernel modules at load time.
232
233 %package xenU
234 Summary: The Linux kernel compiled for unprivileged Xen guest VMs
235
236 Group: System Environment/Kernel
237 Provides: kernel = %{version}
238 Provides: kernel-%{_target_cpu} = %{rpmversion}-%{release}xenU
239 Prereq: %{kernel_prereq}
240 Conflicts: %{kernel_dot_org_conflicts}
241 Conflicts: %{package_conflicts}
242 Conflicts: %{nptl_conflicts}
243
244 # MEF commented out 
245 # Conflicts: %{xen_conflicts}
246
247 # We can't let RPM do the dependencies automatic because it'll then pick up
248 # a correct but undesirable perl dependency from the module headers which
249 # isn't required for the kernel proper to function
250 AutoReqProv: no
251
252 %description xenU
253 This package includes a version of the Linux kernel which
254 runs in Xen unprivileged guest VMs.  This should be installed
255 both inside the unprivileged guest (for the modules) and in
256 the guest0 domain.
257
258 %package xenU-devel
259 Summary: Development package for building kernel modules to match the kernel.
260 Group: System Environment/Kernel
261 AutoReqProv: no
262 Provides: kernel-xenU-devel-%{_target_cpu} = %{rpmversion}-%{release}
263 Provides: kernel-devel-%{_target_cpu} = %{rpmversion}-%{release}xenU
264 Provides: kernel-devel = %{rpmversion}-%{release}xenU
265 Prereq: /usr/sbin/hardlink, /usr/bin/find
266
267 %description xenU-devel
268 This package provides kernel headers and makefiles sufficient to build modules
269 against the kernel package.
270
271 %package uml
272 Summary: The Linux kernel compiled for use in user mode (User Mode Linux).
273
274 Group: System Environment/Kernel
275
276 %description uml
277 This package includes a user mode version of the Linux kernel.
278
279 %package uml-devel
280 Summary: Development package for building kernel modules to match the UML kernel.
281 Group: System Environment/Kernel
282 Provides: kernel-uml-devel-%{_target_cpu} = %{rpmversion}-%{release}
283 Provides: kernel-devel-%{_target_cpu} = %{rpmversion}-%{release}smp
284 Provides: kernel-devel = %{rpmversion}-%{release}smp
285 AutoReqProv: no
286 Prereq: /usr/sbin/hardlink, /usr/bin/find
287
288 %description uml-devel
289 This package provides kernel headers and makefiles sufficient to build modules
290 against the User Mode Linux kernel package.
291
292 %package uml-modules
293 Summary: The Linux kernel modules compiled for use in user mode (User Mode Linux).
294
295 Group: System Environment/Kernel
296
297 %description uml-modules
298 This package includes a user mode version of the Linux kernel modules.
299
300 %package vserver
301 Summary: A placeholder RPM that provides kernel and kernel-drm
302
303 Group: System Environment/Kernel
304 Provides: kernel = %{version}
305 Provides: kernel-drm = 4.3.0
306 Provides: kernel-%{_target_cpu} = %{rpmversion}-%{release}
307
308 %description vserver
309 VServers do not require and cannot use kernels, but some RPMs have
310 implicit or explicit dependencies on the "kernel" package
311 (e.g. tcpdump). This package installs no files but provides the
312 necessary dependencies to make rpm and yum happy.
313
314
315 %prep
316 # First we unpack the kernel tarball.
317 # If this isn't the first make prep, we use links to the existing clean tarball
318 # which speeds things up quite a bit.
319 if [ ! -d kernel-%{kversion}/vanilla ]; then
320   # Ok, first time we do a make prep.
321   rm -f pax_global_header
322 %setup -q -n %{name}-%{kversion} -c
323   mv linux-%{kversion} vanilla
324 else
325   # We already have a vanilla dir.
326   cd kernel-%{kversion}
327 fi
328
329 KERNEL_PREVIOUS=vanilla
330 # Dark RPM-magic to apply each patch to a hardlinked copy of the tree.
331 %define ApplyPatch() \
332   rm -fr linux-%{kversion}-%1                           \
333   cp -al $KERNEL_PREVIOUS linux-%{kversion}-%1          \
334   patchflag=-p1                                         \
335   test "%2" != "%%2" && patchflag="%2"                  \
336   PATCH="%{expand:%{PATCH%1}}"                          \
337   if test ! -e "$PATCH"; then                           \
338     echo "Patch %1 does not exist!"                     \
339     exit 1                                              \
340   fi                                                    \
341   case "$PATCH" in                                      \
342     *.bz2)  bzcat "$PATCH";;                            \
343     *.gz)   zcat "$PATCH";;                             \
344     *)      cat "$PATCH";;                              \
345   esac | patch -F1 -s -d linux-%{kversion}-%1 $patchflag \
346   KERNEL_PREVIOUS=linux-%{kversion}-%1
347
348 # This is where the patches get applied
349 %if 0%{?patchlevel}
350 %ApplyPatch 0
351 %endif
352
353 %if "%{distroname}" == "f9"
354 %ApplyPatch 1
355 %endif
356
357 %ApplyPatch 10
358 %ApplyPatch 20
359
360 # NetNS patch for VINI
361 %if 0%{?with_netns}
362 %ApplyPatch 30
363 %endif
364 %ApplyPatch 40
365
366 %ApplyPatch 100
367
368 %ApplyPatch 200
369 %ApplyPatch 210
370 %ApplyPatch 220
371
372 %ApplyPatch 250
373
374 %ApplyPatch 500
375 %ApplyPatch 510
376
377 # VNET+ series
378 %ApplyPatch 521
379 %ApplyPatch 522
380 %ApplyPatch 523
381 %ApplyPatch 524
382 %ApplyPatch 525
383 %ApplyPatch 526
384 %ApplyPatch 527
385
386 %ApplyPatch 530
387 %ApplyPatch 540
388 %ApplyPatch 550
389 %ApplyPatch 560
390 %ApplyPatch 570
391 %ApplyPatch 580
392 %ApplyPatch 590
393 %ApplyPatch 620
394 %ApplyPatch 630
395 %ApplyPatch 640
396 %ApplyPatch 650
397 %ApplyPatch 660
398
399 # NetNS conflict-resolving patch for VINI. Will work with patch vini_pl_patch-1 but may
400 # break with later patches.
401
402 %if 0%{?with_netns}
403 %ApplyPatch %vini_pl_patch
404 %endif
405
406 %if %{build_iwlwifi}
407 # Run the mac80211 stuff in the kernel tree holding the last patch
408 tar -xzf %{PATCH600}
409 pushd mac80211-%{mac80211_version}
410 mac80211_makeflags="KSRC=../$KERNEL_PREVIOUS"
411 make $mac80211_makeflags modified
412 make $mac80211_makeflags source
413 make $mac80211_makeflags patch_kernel
414 popd
415
416 # Untar iwlwifi in the same place - needs to be compiled later
417 tar -xzf %{PATCH601}
418 # the install target is broken: first it does not pass the right -b flag to depmod
419 # second we do not need to invoke depmod at this stage anyway
420 # let's add our own patch/stuff in this Makefile for manual install later on
421 pushd iwlwifi-%{iwlwifi_version}
422 cat >> Makefile <<EOF
423 module-list:
424         @echo \$(addprefix \$(DIR),\$(addsuffix .ko,\$(list-m)))
425 EOF
426 popd
427 %endif
428
429 rm -fr linux-%{kversion}
430 ln -sf $KERNEL_PREVIOUS linux-%{kversion}
431 cd linux-%{kversion}
432
433
434 # make sure the kernel has the sublevel we know it has. This looks weird
435 # but for -pre and -rc versions we need it since we only want to use
436 # the higher version when the final kernel is released.
437 perl -p -i -e "s/^SUBLEVEL.*/SUBLEVEL = %{sublevel}/" Makefile
438 perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = -prep/" Makefile
439
440 # get rid of unwanted files resulting from patch fuzz
441 find . \( -name "*.orig" -o -name "*~" \) -exec rm -f {} \; >/dev/null
442
443
444 ###
445 ### build
446 ###
447 %build
448
449 BuildKernel() {
450     MakeTarget=$1
451     Arch=$2
452     Flavour=$3
453
454     rm -rf linux-%{_target_cpu}-%{kversion}$Flavour
455     cp -rl linux-%{kversion}/ linux-%{_target_cpu}-%{kversion}$Flavour
456     cd linux-%{_target_cpu}-%{kversion}$Flavour
457
458     # Pick the right config file for the kernel we're building
459     if [ -n "$Flavour" ] ; then
460       Config=%{pldistro}-%{kversion}-%{_target_cpu}-$Flavour.config
461       DevelDir=/usr/src/kernels/%{KVERREL}-$Flavour-%{_target_cpu}
462       DevelLink=/usr/src/kernels/%{KVERREL}$Flavour-%{_target_cpu}
463     else
464       Config=%{pldistro}-%{kversion}-%{_target_cpu}.config
465       DevelDir=/usr/src/kernels/%{KVERREL}-%{_target_cpu}
466       DevelLink=
467     fi
468
469     KernelVer=%{version}-%{release}$Flavour
470     echo BUILDING A KERNEL FOR $Flavour %{_target_cpu}...
471
472     # make sure EXTRAVERSION says what we want it to say
473     perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = %{?patchlevel:.%{patchlevel}}-%{release}$Flavour/" Makefile
474
475     # and now to start the build process
476
477     make -s mrproper
478     cp %{_sourcedir}/$Config .config
479
480     #Arch=`head -1 .config | cut -b 3-`
481     echo USING ARCH=$Arch
482
483     make -s ARCH=$Arch nonint_oldconfig > /dev/null
484     make -s ARCH=$Arch %{?_smp_mflags} $MakeTarget
485     make -s ARCH=$Arch %{?_smp_mflags} modules || exit 1
486
487 %if %{build_iwlwifi}
488     # build the iwlwifi driver
489     make -C %{_builddir}/kernel-%{kversion}/iwlwifi-%{iwlwifi_version} ARCH=$Arch \
490       KSRC=%{_builddir}/kernel-%{kversion}/linux-%{_target_cpu}-%{kversion}$Flavour
491 %endif
492
493     # Start installing the results
494
495 %if "%{_enable_debug_packages}" == "1"
496     mkdir -p $RPM_BUILD_ROOT/usr/lib/debug/boot
497 %endif
498     mkdir -p $RPM_BUILD_ROOT/%{image_install_path}
499     install -m 644 .config $RPM_BUILD_ROOT/boot/config-$KernelVer
500     install -m 644 System.map $RPM_BUILD_ROOT/boot/System.map-$KernelVer
501     if [ -f arch/$Arch/boot/bzImage ]; then
502       cp arch/$Arch/boot/bzImage $RPM_BUILD_ROOT/%{image_install_path}/vmlinuz-$KernelVer
503     fi
504     if [ -f arch/$Arch/boot/zImage.stub ]; then
505       cp arch/$Arch/boot/zImage.stub $RPM_BUILD_ROOT/%{image_install_path}/zImage.stub-$KernelVer || :
506     fi
507     if [ "$Flavour" = "uml" ] ; then
508         install -D -m 755 linux $RPM_BUILD_ROOT/%{_bindir}/linux
509     fi
510
511     mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer
512     make -s ARCH=$Arch INSTALL_MOD_PATH=$RPM_BUILD_ROOT modules_install KERNELRELEASE=$KernelVer
513
514 %if %{build_iwlwifi}
515     # install iwlwifi
516 #    make -C %{_builddir}/kernel-%{kversion}/iwlwifi-%{iwlwifi_version} ARCH=$Arch \
517 #         KSRC=%{_builddir}/kernel-%{kversion}/linux-%{_target_cpu}-%{kversion}$Flavour \
518 #        KMISC=$RPM_BUILD_ROOT/lib/modules/$KernelVer/kernel/drivers/net/wireless install
519     pushd %{_builddir}/kernel-%{kversion}/iwlwifi-%{iwlwifi_version}
520     iwlwifi_dest=$RPM_BUILD_ROOT/lib/modules/$KernelVer/kernel/drivers/net/wireless
521     # get the list and location of modules to install - no need to pass KSRC nor anything, let's keep it simple
522     iwlwifi_modules=$(make --no-print-directory module-list)
523     install -d $iwlwifi_dest
524     install -m 644 -c $iwlwifi_modules $iwlwifi_dest
525     popd
526 %endif
527
528     # And save the headers/makefiles etc for building modules against
529     #
530     # This all looks scary, but the end result is supposed to be:
531     # * all arch relevant include/ files
532     # * all Makefile/Kconfig files
533     # * all script/ files
534
535     rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
536     rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/source
537     mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
538     (cd $RPM_BUILD_ROOT/lib/modules/$KernelVer ; ln -s build source)
539     # dirs for additional modules per module-init-tools, kbuild/modules.txt
540     mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/extra
541     mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/updates
542     # first copy everything
543     cp --parents `find  -type f -name "Makefile*" -o -name "Kconfig*"` $RPM_BUILD_ROOT/lib/modules/$KernelVer/build 
544         cp Module.symvers $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
545     if [ "$Flavour" = "uml" ] ; then
546       cp --parents -a `find arch/um -name include` $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
547     fi
548     # then drop all but the needed Makefiles/Kconfig files
549     rm -rf $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/Documentation
550     rm -rf $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/scripts
551     rm -rf $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
552     cp arch/%{_arch}/kernel/asm-offsets.s $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/%{_arch}/kernel || :
553     cp .config $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
554     cp -a scripts $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
555     if [ -d arch/%{_arch}/scripts ]; then
556       cp -a arch/%{_arch}/scripts $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/%{_arch} || :
557     fi
558     if [ -f arch/%{_arch}/*lds ]; then
559       cp -a arch/%{_arch}/*lds $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/%{_arch}/ || :
560     fi
561     rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/scripts/*.o
562     rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/scripts/*/*.o
563     mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
564     cd include
565     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
566     cp -a `readlink asm` $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
567     if [ "$Arch" = "x86_64" ]; then
568       cp -a asm-i386 $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
569     fi
570 %if %{buildxen}
571     if [ "$Flavour" = "xenU" ]; then
572       cp -a xen $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
573       cp -a asm-i386 $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
574     fi
575 %endif
576 %if %{builduml}
577     if [ "$Flavour" = "uml" ] ; then
578       cp -a `readlink -f asm/arch` $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
579     fi
580 %endif
581     # While arch/powerpc/include/asm is still a symlink to the old
582     # include/asm-ppc{64,} directory, include that in kernel-devel too.
583     if [ "$Arch" = "powerpc" -a -r ../arch/powerpc/include/asm ]; then
584       cp -a `readlink ../arch/powerpc/include/asm` $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
585       mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/$Arch/include
586       pushd $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/$Arch/include
587       ln -sf ../../../include/asm-ppc* asm
588       popd
589     fi
590
591     # Make sure the Makefile and version.h have a matching timestamp so that
592     # external modules can be built
593     touch -r $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/Makefile $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include/linux/version.h
594     touch -r $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/.config $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include/linux/autoconf.h
595     cd ..
596
597     #
598     # save the vmlinux file for kernel debugging into the kernel-debuginfo rpm
599     #
600 %if "%{_enable_debug_packages}" == "1"
601     mkdir -p $RPM_BUILD_ROOT/usr/lib/debug/lib/modules/$KernelVer
602     cp vmlinux $RPM_BUILD_ROOT/usr/lib/debug/lib/modules/$KernelVer
603 %endif
604 %if %{buildxen}
605     if [ -f vmlinuz ]; then
606       cp vmlinuz $RPM_BUILD_ROOT/%{image_install_path}/vmlinuz-$KernelVer
607     fi
608 %endif
609
610     find $RPM_BUILD_ROOT/lib/modules/$KernelVer -name "*.ko" -type f >modnames
611
612     # mark modules executable so that strip-to-file can strip them
613     cat modnames | xargs chmod u+x
614
615     # remove files that will be auto generated by depmod at rpm -i time
616     rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/modules.*
617
618     # Move the devel headers out of the root file system
619     mkdir -p $RPM_BUILD_ROOT/usr/src/kernels
620     mv $RPM_BUILD_ROOT/lib/modules/$KernelVer/build $RPM_BUILD_ROOT/$DevelDir
621     ln -sf ../../..$DevelDir $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
622     [ -z "$DevelLink" ] || ln -sf `basename $DevelDir` $RPM_BUILD_ROOT/$DevelLink
623 }
624
625 ###
626 # DO it...
627 ###
628
629 # prepare directories
630 rm -rf $RPM_BUILD_ROOT
631 mkdir -p $RPM_BUILD_ROOT/boot
632
633 %if "%{_target_cpu}" == "x86_64"
634 %define kernel_arch %{_target_cpu}
635 %endif
636 %if "%{_target_cpu}" == "i586"
637 %define kernel_arch i386
638 %endif
639 %if "%{_target_cpu}" == "i686"
640 %define kernel_arch i386
641 %endif
642
643 %if %{buildup}
644 BuildKernel %make_target %kernel_arch
645 %endif
646
647 %ifarch i686
648 %if %{builduml}
649 BuildKernel linux um uml
650 %endif
651
652 %if %{buildxen}
653 BuildKernel vmlinuz %kernel_arch xenU
654 %endif
655 %endif
656
657 ###
658 ### install
659 ###
660
661 %install
662
663 cd vanilla
664
665 %if %{buildxen} && "%{_target_cpu}" == "i686"
666 mkdir -p $RPM_BUILD_ROOT/etc/ld.so.conf.d
667 rm -f $RPM_BUILD_ROOT/etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf
668 cat > $RPM_BUILD_ROOT/etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf <<\EOF
669 # This directive teaches ldconfig to search in nosegneg subdirectories
670 # and cache the DSOs there with extra bit 0 set in their hwcap match
671 # fields.  In Xen guest kernels, the vDSO tells the dynamic linker to
672 # search in nosegneg subdirectories and to match this extra hwcap bit
673 # in the ld.so.cache file.
674 hwcap 0 nosegneg
675 EOF
676 chmod 444 $RPM_BUILD_ROOT/etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf
677 %endif
678
679 %if %{builddoc}
680 mkdir -p $RPM_BUILD_ROOT/usr/share/doc/kernel-doc-%{kversion}/Documentation
681
682 # sometimes non-world-readable files sneak into the kernel source tree
683 chmod -R a+r *
684 # copy the source over
685 tar cf - Documentation | tar xf - -C $RPM_BUILD_ROOT/usr/share/doc/kernel-doc-%{kversion}
686 %endif
687
688 ###
689 ### clean
690 ###
691
692 %clean
693 rm -rf $RPM_BUILD_ROOT
694
695 ###
696 ### scripts
697 ###
698
699 # load the loop module for upgrades...in case the old modules get removed we have
700 # loopback in the kernel so that mkinitrd will work.
701 %pre
702 /sbin/modprobe loop 2> /dev/null > /dev/null  || :
703 exit 0
704
705 %post
706 if [ -f /etc/sysconfig/kernel ]; then
707   /bin/sed -i -e 's/^DEFAULTKERNEL=kernel-smp$/DEFAULTKERNEL=kernel/' /etc/sysconfig/kernel
708 fi
709
710 # trick mkinitrd in case the current environment does not have device mapper
711 rootdev=$(awk '/^[ \t]*[^#]/ { if ($2 == "/") { print $1; }}' /etc/fstab)
712 if echo $rootdev |grep -q /dev/mapper 2>/dev/null ; then
713     if [ ! -f $rootdev ]; then
714         fake_root_lvm=1
715         mkdir -p $(dirname $rootdev)
716         touch $rootdev
717     fi
718 fi
719
720 [ ! -x /usr/sbin/module_upgrade ] || /usr/sbin/module_upgrade %{rpmversion}-%{release}
721 #/sbin/new-kernel-pkg --package kernel --mkinitrd --depmod --install %{KVERREL}
722 # Older modutils do not support --package option
723 /sbin/new-kernel-pkg --mkinitrd --depmod --install %{KVERREL}
724
725 # remove fake handle
726 if [ -n "$fake_root_lvm" ]; then
727     rm -f $rootdev
728 fi
729
730 # make some useful links
731 pushd /boot > /dev/null ; {
732         ln -sf config-%{KVERREL} config
733         ln -sf config-%{KVERREL} configsmp
734         ln -sf initrd-%{KVERREL}.img initrd-boot
735         ln -sf initrd-%{KVERREL}.img initrd-bootsmp
736         ln -sf vmlinuz-%{KVERREL} kernel-boot
737         ln -sf vmlinuz-%{KVERREL} kernel-bootsmp
738 }
739 popd > /dev/null
740
741 # ask for a reboot
742 mkdir -p /etc/planetlab
743 touch /etc/planetlab/update-reboot
744
745 %post devel
746 [ -f /etc/sysconfig/kernel ] && . /etc/sysconfig/kernel
747 if [ "$HARDLINK" != "no" -a -x /usr/sbin/hardlink ] ; then
748   pushd /usr/src/kernels/%{KVERREL}-%{_target_cpu} > /dev/null
749   /usr/bin/find . -type f | while read f; do hardlink -c /usr/src/kernels/*FC*/$f $f ; done
750   popd > /dev/null
751 fi
752
753 %post xenU
754 [ ! -x /usr/sbin/module_upgrade ] || /usr/sbin/module_upgrade
755 [ ! -x /sbin/ldconfig ] || /sbin/ldconfig -X
756
757 %post xenU-devel
758 [ -f /etc/sysconfig/kernel ] && . /etc/sysconfig/kernel
759 if [ "$HARDLINK" != "no" -a -x /usr/sbin/hardlink ] ; then
760   pushd /usr/src/kernels/%{KVERREL}-xenU-%{_target_cpu} > /dev/null
761   /usr/bin/find . -type f | while read f; do hardlink -c /usr/src/kernels/*FC*/$f $f ; done
762   popd > /dev/null
763 fi
764
765 %post uml-modules
766 depmod -ae %{KVERREL}uml
767
768 %preun
769 /sbin/modprobe loop 2> /dev/null > /dev/null  || :
770 /sbin/new-kernel-pkg --rminitrd --rmmoddep --remove %{KVERREL}
771
772 %preun xenU
773 /sbin/modprobe loop 2> /dev/null > /dev/null  || :
774 /sbin/new-kernel-pkg --rmmoddep --remove %{KVERREL}xenU
775
776 %preun uml-modules
777 rm -f /lib/modules/%{KVERREL}uml/modules.*
778
779
780 ###
781 ### file lists
782 ###
783
784 %if %{buildup}
785 %files 
786 %defattr(-,root,root)
787 /%{image_install_path}/vmlinuz-%{KVERREL}
788 /boot/System.map-%{KVERREL}
789 /boot/config-%{KVERREL}
790 %dir /lib/modules/%{KVERREL}
791 /lib/modules/%{KVERREL}/kernel
792 /lib/modules/%{KVERREL}/build
793 /lib/modules/%{KVERREL}/source
794 /lib/modules/%{KVERREL}/extra
795 /lib/modules/%{KVERREL}/updates
796
797 %files devel
798 %defattr(-,root,root)
799 %verify(not mtime) /usr/src/kernels/%{KVERREL}-%{_target_cpu}
800 %endif
801
802 %if %{builduml} && "%{_target_cpu}" == "i686"
803 %files uml
804 %defattr(-,root,root)
805 %{_bindir}/linux
806
807 %files uml-devel
808 %defattr(-,root,root)
809 %verify(not mtime) /usr/src/kernels/%{KVERREL}-uml-%{_target_cpu}
810 /usr/src/kernels/%{KVERREL}uml-%{_target_cpu}
811
812 %files uml-modules
813 %defattr(-,root,root)
814 /boot/System.map-%{KVERREL}uml
815 /boot/config-%{KVERREL}uml
816 %dir /lib/modules/%{KVERREL}uml
817 /lib/modules/%{KVERREL}uml/kernel
818 /lib/modules/%{KVERREL}uml/build
819 /lib/modules/%{KVERREL}uml/source
820 /lib/modules/%{KVERREL}uml/extra
821 /lib/modules/%{KVERREL}uml/updates
822 %endif
823
824 %if %{buildxen} && "%{_target_cpu}" == "i686"
825 %files xenU
826 %defattr(-,root,root)
827 /%{image_install_path}/vmlinuz-%{KVERREL}xenU
828 /boot/System.map-%{KVERREL}xenU
829 /boot/config-%{KVERREL}xenU
830 %dir /lib/modules/%{KVERREL}xenU
831 /lib/modules/%{KVERREL}xenU/kernel
832 /lib/modules/%{KVERREL}xenU/build
833 /lib/modules/%{KVERREL}xenU/source
834 /lib/modules/%{KVERREL}xenU/extra
835 /lib/modules/%{KVERREL}xenU/updates
836 /etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf
837
838 %files xenU-devel
839 %defattr(-,root,root)
840 %verify(not mtime) /usr/src/kernels/%{KVERREL}-xenU-%{_target_cpu}
841 /usr/src/kernels/%{KVERREL}xenU-%{_target_cpu}
842 %endif
843
844 %files vserver
845 %defattr(-,root,root)
846 # no files
847
848 # only some architecture builds need kernel-doc
849
850 %if %{builddoc}
851 %files doc
852 %defattr(-,root,root)
853 %{_datadir}/doc/kernel-doc-%{kversion}/Documentation/*
854 %dir %{_datadir}/doc/kernel-doc-%{kversion}/Documentation
855 %dir %{_datadir}/doc/kernel-doc-%{kversion}
856 %endif
857
858 %changelog
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