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