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