bump release for gcc32 module compilation fix
[linux-2.6.git] / scripts / kernel-2.6-planetlab.spec
1 Summary: The Linux kernel (the core of the Linux operating system)
2
3 # What parts do we want to build?  We must build at least one kernel.
4 # These are the kernels that are built IF the architecture allows it.
5
6 %define buildup 1
7 %define buildsmp 1
8 %define builduml 1
9 %define buildxen 1
10 %define builddoc 1
11
12
13 # Versions of various parts
14
15 #
16 # Polite request for people who spin their own kernel rpms:
17 # please modify the "release" field in a way that identifies
18 # that the kernel isn't the stock distribution kernel, for example by
19 # adding some text to the end of the version number.
20 #
21 %define sublevel 12
22 %define kversion 2.6.%{sublevel}
23 %define rpmversion 2.6.%{sublevel}
24 %define rhbsys  %([ -r /etc/beehive-root -o -n "%{?__beehive_build}" ] && echo || echo .`whoami`)
25
26 %define release 1.1398_FC4.7%{?pldistro:.%{pldistro}}%{?date:.%{date}}
27
28 %define signmodules 0
29 %define make_target bzImage
30
31 %define KVERREL %{PACKAGE_VERSION}-%{PACKAGE_RELEASE}
32
33 # Override generic defaults with per-arch defaults 
34
35 %define image_install_path boot
36
37 #
38 # Three sets of minimum package version requirements in the form of Conflicts:
39 # to versions below the minimum
40 #
41
42 #
43 # First the general kernel 2.6 required versions as per
44 # Documentation/Changes
45 #
46 %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
47
48
49 # Then a series of requirements that are distribution specific, either 
50 # because we add patches for something, or the older versions have 
51 # problems with the newer kernel or lack certain things that make 
52 # integration in the distro harder than needed.
53 #
54 %define package_conflicts  cipe < 1.4.5, tux < 2.1.0, kudzu <= 0.92, initscripts < 7.23, dev < 3.2-7, iptables < 1.2.5-3, bcm5820 < 1.81, nvidia-rh72 <= 1.0
55
56 #
57 # Several packages had bugs in them that became obvious when the NPTL
58 # threading code got integrated. 
59 #
60 %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
61
62 #
63 # The ld.so.conf.d file we install uses syntax older ldconfig's don't grok.
64 #
65
66 # MEF commented out
67 # %define xen_conflicts glibc < 2.3.5-1
68
69 #
70 # Packages that need to be installed before the kernel is, because the %post
71 # scripts use them.
72 #
73 %define kernel_prereq  fileutils, module-init-tools, initscripts >= 5.83, mkinitrd >= 3.5.5
74
75 Vendor: PlanetLab
76 Packager: PlanetLab Central <support@planet-lab.org>
77 Distribution: PlanetLab 3.0
78 URL: http://cvs.planet-lab.org/cvs/linux-2.6
79
80 Name: kernel
81 Group: System Environment/Kernel
82 License: GPLv2
83 Version: %{rpmversion}
84 Release: %{release}
85 ExclusiveOS: Linux
86 Provides: kernel = %{version}
87 Provides: kernel-drm = 4.3.0
88 Provides: kernel-%{_target_cpu} = %{rpmversion}-%{release}
89 Prereq: %{kernel_prereq}
90 Conflicts: %{kernel_dot_org_conflicts}
91 Conflicts: %{package_conflicts}
92 Conflicts: %{nptl_conflicts}
93 # We can't let RPM do the dependencies automatic because it'll then pick up
94 # a correct but undesirable perl dependency from the module headers which
95 # isn't required for the kernel proper to function
96 AutoReqProv: no
97
98 #
99 # List the packages used during the kernel build
100 #
101 BuildPreReq: module-init-tools, patch >= 2.5.4, bash >= 2.03, sh-utils, tar
102 BuildPreReq: bzip2, findutils, gzip, m4, perl, make >= 3.78, gnupg, diffutils
103 #BuildRequires: gcc >= 3.4.2, binutils >= 2.12, redhat-rpm-config
104 BuildRequires: gcc >= 2.96-98, binutils >= 2.12, redhat-rpm-config
105 BuildConflicts: rhbuildsys(DiskFree) < 500Mb
106 BuildArchitectures: i686
107
108
109
110 Source0: ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-%{kversion}.tar.bz2
111
112 BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root
113
114 %description 
115 The kernel package contains the Linux kernel (vmlinuz), the core of any
116 Linux operating system.  The kernel handles the basic functions
117 of the operating system:  memory allocation, process allocation, device
118 input and output, etc.
119
120 %package devel
121 Summary: Development package for building kernel modules to match the kernel.
122 Group: System Environment/Kernel
123 AutoReqProv: no
124 Provides: kernel-devel-%{_target_cpu} = %{rpmversion}-%{release}
125 Prereq: /usr/sbin/hardlink, /usr/bin/find
126
127 %description devel
128 This package provides kernel headers and makefiles sufficient to build modules
129 against the kernel package.
130
131
132 %package doc
133 Summary: Various documentation bits found in the kernel source.
134 Group: Documentation
135
136 %description doc
137 This package contains documentation files from the kernel
138 source. Various bits of information about the Linux kernel and the
139 device drivers shipped with it are documented in these files. 
140
141 You'll want to install this package if you need a reference to the
142 options that can be passed to Linux kernel modules at load time.
143
144
145 %package smp
146 Summary: The Linux kernel compiled for SMP machines.
147
148 Group: System Environment/Kernel
149 Provides: kernel = %{version}
150 Provides: kernel-drm = 4.3.0
151 Provides: kernel-%{_target_cpu} = %{rpmversion}-%{release}smp
152 Prereq: %{kernel_prereq}
153 Conflicts: %{kernel_dot_org_conflicts}
154 Conflicts: %{package_conflicts}
155 Conflicts: %{nptl_conflicts}
156 # upto and including kernel 2.4.9 rpms, the 4Gb+ kernel was called kernel-enterprise
157 # now that the smp kernel offers this capability, obsolete the old kernel
158 Obsoletes: kernel-enterprise < 2.4.10
159 # We can't let RPM do the dependencies automatic because it'll then pick up
160 # a correct but undesirable perl dependency from the module headers which
161 # isn't required for the kernel proper to function
162 AutoReqProv: no
163
164 %description smp
165 This package includes a SMP version of the Linux kernel. It is
166 required only on machines with two or more CPUs as well as machines with
167 hyperthreading technology.
168
169 Install the kernel-smp package if your machine uses two or more CPUs.
170
171 %package smp-devel
172 Summary: Development package for building kernel modules to match the SMP kernel.
173 Group: System Environment/Kernel
174 Provides: kernel-smp-devel-%{_target_cpu} = %{rpmversion}-%{release}
175 Provides: kernel-devel-%{_target_cpu} = %{rpmversion}-%{release}smp
176 Provides: kernel-devel = %{rpmversion}-%{release}smp
177 AutoReqProv: no
178 Prereq: /usr/sbin/hardlink, /usr/bin/find
179
180 %description smp-devel
181 This package provides kernel headers and makefiles sufficient to build modules
182 against the SMP kernel package.
183
184 %package xenU
185 Summary: The Linux kernel compiled for unprivileged Xen guest VMs
186
187 Group: System Environment/Kernel
188 Provides: kernel = %{version}
189 Provides: kernel-%{_target_cpu} = %{rpmversion}-%{release}xenU
190 Prereq: %{kernel_prereq}
191 Conflicts: %{kernel_dot_org_conflicts}
192 Conflicts: %{package_conflicts}
193 Conflicts: %{nptl_conflicts}
194
195 # MEF commented out 
196 # Conflicts: %{xen_conflicts}
197
198 # We can't let RPM do the dependencies automatic because it'll then pick up
199 # a correct but undesirable perl dependency from the module headers which
200 # isn't required for the kernel proper to function
201 AutoReqProv: no
202
203 %description xenU
204 This package includes a version of the Linux kernel which
205 runs in Xen unprivileged guest VMs.  This should be installed
206 both inside the unprivileged guest (for the modules) and in
207 the guest0 domain.
208
209 %package xenU-devel
210 Summary: Development package for building kernel modules to match the kernel.
211 Group: System Environment/Kernel
212 AutoReqProv: no
213 Provides: kernel-xenU-devel-%{_target_cpu} = %{rpmversion}-%{release}
214 Provides: kernel-devel-%{_target_cpu} = %{rpmversion}-%{release}xenU
215 Provides: kernel-devel = %{rpmversion}-%{release}xenU
216 Prereq: /usr/sbin/hardlink, /usr/bin/find
217
218 %description xenU-devel
219 This package provides kernel headers and makefiles sufficient to build modules
220 against the kernel package.
221
222 %package uml
223 Summary: The Linux kernel compiled for use in user mode (User Mode Linux).
224
225 Group: System Environment/Kernel
226
227 %description uml
228 This package includes a user mode version of the Linux kernel.
229
230 %package uml-devel
231 Summary: Development package for building kernel modules to match the UML kernel.
232 Group: System Environment/Kernel
233 Provides: kernel-uml-devel-%{_target_cpu} = %{rpmversion}-%{release}
234 Provides: kernel-devel-%{_target_cpu} = %{rpmversion}-%{release}smp
235 Provides: kernel-devel = %{rpmversion}-%{release}smp
236 AutoReqProv: no
237 Prereq: /usr/sbin/hardlink, /usr/bin/find
238
239 %description uml-devel
240 This package provides kernel headers and makefiles sufficient to build modules
241 against the User Mode Linux kernel package.
242
243 %package uml-modules
244 Summary: The Linux kernel modules compiled for use in user mode (User Mode Linux).
245
246 Group: System Environment/Kernel
247
248 %description uml-modules
249 This package includes a user mode version of the Linux kernel modules.
250
251 %package vserver
252 Summary: A placeholder RPM that provides kernel and kernel-drm
253
254 Group: System Environment/Kernel
255 Provides: kernel = %{version}
256 Provides: kernel-drm = 4.3.0
257 Provides: kernel-%{_target_cpu} = %{rpmversion}-%{release}
258
259 %description vserver
260 VServers do not require and cannot use kernels, but some RPMs have
261 implicit or explicit dependencies on the "kernel" package
262 (e.g. tcpdump). This package installs no files but provides the
263 necessary dependencies to make rpm and yum happy.
264
265
266
267 %prep
268 if [ ! -d kernel-%{kversion}/vanilla ]; then
269 %setup -q -n %{name}-%{version} -c
270 rm -f pax_global_header
271 mv linux-%{kversion} vanilla
272 else
273  cd kernel-%{kversion}
274 fi
275
276 cd vanilla
277
278 # make sure the kernel has the sublevel we know it has. This looks weird
279 # but for -pre and -rc versions we need it since we only want to use
280 # the higher version when the final kernel is released.
281 perl -p -i -e "s/^SUBLEVEL.*/SUBLEVEL = %{sublevel}/" Makefile
282 perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = -prep/" Makefile
283
284 # get rid of unwanted files resulting from patch fuzz
285 find . -name "*.orig" -exec rm -fv {} \;
286 find . -name "*~" -exec rm -fv {} \;
287
288 ###
289 ### build
290 ###
291 %build
292
293 BuildKernel() {
294     # create a clean copy in BUILD/ (for backward compatibility with
295     # other RPMs that bootstrap off of the kernel build)
296     cd $RPM_BUILD_DIR
297     rm -rf linux-%{kversion}$1
298     cp -rl kernel-%{kversion}/vanilla linux-%{kversion}$1
299     cd linux-%{kversion}$1
300
301     # Pick the right config file for the kernel we're building
302     Arch=i386
303     Target=%{make_target}
304     if [ -n "$1" ] ; then
305         Config=kernel-%{kversion}-%{_target_cpu}-$1-planetlab.config
306         DevelDir=/usr/src/kernels/%{KVERREL}-$1-%{_target_cpu}
307         DevelLink=/usr/src/kernels/%{KVERREL}$1-%{_target_cpu}
308         # override ARCH in the case of UML or Xen
309         if [ "$1" = "uml" ] ; then
310             Arch=um
311             Target=linux
312         elif [ "$1" = "xenU" ] ; then
313             Arch=xen
314         fi
315     else
316         Config=kernel-%{kversion}-%{_target_cpu}-planetlab.config
317         DevelDir=/usr/src/kernels/%{KVERREL}-%{_target_cpu}
318         DevelLink=
319     fi
320
321     KernelVer=%{version}-%{release}$1
322     echo BUILDING A KERNEL FOR $1 %{_target_cpu}...
323
324     # make sure EXTRAVERSION says what we want it to say
325     perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = -%{release}$1/" Makefile
326
327     # and now to start the build process
328
329     CC=gcc
330     gccversion=$(gcc -v 2>&1 | grep "gcc version" | awk '{print $3'} | awk -F . '{print $1}')
331     if [ "$gccversion" == "4" ] ; then
332         echo "Currently not compiling kernel with gcc 4.x"
333         echo "Trying to find a recent gcc 3.x based compiler"
334         CC=
335         gcc3=$(which gcc32 2>/dev/null || /bin/true)
336         [ "$gcc3" != "" ] && CC=gcc32
337         echo "gcc3 = $gcc3; CC=${CC}"
338         gcc3=$(which gcc33 2>/dev/null || /bin/true)
339         [ "$gcc3" != "" ] && CC=gcc33
340         echo "gcc3 = $gcc3; CC=${CC}"
341         gcc3=$(which gcc34 2>/dev/null || /bin/true)
342         [ "$gcc3" != "" ] && CC=gcc34
343         echo "gcc3 = $gcc3; CC=${CC}"
344         if [ -z "$CC" ]; then
345             echo "Could not find a gcc 3.x based compiler!"
346             echo "Trying to compile with gcc $gccversion anyway"
347             CC=gcc
348             #echo "Aborting kernel compilation!"
349             #exit -1
350         fi
351     fi
352     HOSTCC=${CC}
353
354     make -s CC=${CC} HOSTCC=${HOSTCC} ARCH=$Arch mrproper
355     cp configs/$Config .config
356     echo "USING ARCH=$Arch CC=${CC} HOSTCC=${HOSTCC}"
357
358     make -s CC=${CC} HOSTCC=${HOSTCC} ARCH=$Arch nonint_oldconfig > /dev/null
359     make -s CC=${CC} HOSTCC=${HOSTCC} ARCH=$Arch include/linux/version.h 
360     make -s CC=${CC} HOSTCC=${HOSTCC} ARCH=$Arch %{?_smp_mflags} $Target
361     make -s CC=${CC} HOSTCC=${HOSTCC} ARCH=$Arch %{?_smp_mflags} modules || exit 1
362     make CC=${CC} HOSTCC=${HOSTCC} ARCH=$Arch buildcheck
363     
364     # Start installing the results
365
366 %if "%{_enable_debug_packages}" == "1"
367     mkdir -p $RPM_BUILD_ROOT/usr/lib/debug/boot
368 %endif
369     mkdir -p $RPM_BUILD_ROOT/%{image_install_path}
370     install -m 644 .config $RPM_BUILD_ROOT/boot/config-$KernelVer
371     install -m 644 System.map $RPM_BUILD_ROOT/boot/System.map-$KernelVer
372     if [ -f arch/$Arch/boot/bzImage ]; then
373         cp arch/$Arch/boot/bzImage $RPM_BUILD_ROOT/%{image_install_path}/vmlinuz-$KernelVer
374     fi
375     if [ -f arch/$Arch/boot/zImage.stub ]; then
376         cp arch/$Arch/boot/zImage.stub $RPM_BUILD_ROOT/%{image_install_path}/zImage.stub-$KernelVer
377     fi
378     if [ "$1" = "uml" ] ; then
379         install -D -m 755 linux $RPM_BUILD_ROOT/%{_bindir}/linux
380     fi
381     mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer
382     make -s ARCH=$Arch INSTALL_MOD_PATH=$RPM_BUILD_ROOT modules_install KERNELRELEASE=$KernelVer
383  
384     # And save the headers/makefiles etc for building modules against
385     #
386     # This all looks scary, but the end result is supposed to be:
387     # * all arch relevant include/ files
388     # * all Makefile/Kconfig files
389     # * all script/ files 
390
391     rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
392     rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/source
393     mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
394     (cd $RPM_BUILD_ROOT/lib/modules/$KernelVer ; ln -s build source)
395     # first copy everything
396     cp --parents `find  -type f -name "Makefile*" -o -name "Kconfig*"` $RPM_BUILD_ROOT/lib/modules/$KernelVer/build 
397     cp Module.symvers $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
398     if [ "$1" = "uml" ] ; then
399       cp --parents -a `find arch/um -name include` $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
400     fi
401     # then drop all but the needed Makefiles/Kconfig files
402     rm -rf $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/Documentation
403     rm -rf $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/scripts
404     rm -rf $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
405     cp arch/%{_arch}/kernel/asm-offsets.s $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/%{_arch}/kernel || :
406     cp .config $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
407     cp -a scripts $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
408     if [ -d arch/%{_arch}/scripts ]; then
409       cp -a arch/%{_arch}/scripts $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/%{_arch} || :
410     fi
411     if [ -f arch/%{_arch}/*lds ]; then
412       cp -a arch/%{_arch}/*lds $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/%{_arch}/ || :
413     fi
414     rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/scripts/*.o
415     rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/scripts/*/*.o
416     mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
417     cd include
418     cp -a acpi config linux math-emu media net pcmcia rxrpc scsi sound video asm asm-generic $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
419 %if %{buildxen}
420     cp -a asm-xen $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
421 %endif
422     if [ "$1" = "uml" ] ; then
423       cd asm    
424       cp -a `readlink arch` $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
425       cd ..
426     fi
427     cp -a `readlink asm` $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
428     # Make sure the Makefile and version.h have a matching timestamp so that
429     # external modules can be built
430     touch -r $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/Makefile $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include/linux/version.h
431     touch -r $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/.config $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include/linux/autoconf.h
432     cd .. 
433
434     #
435     # save the vmlinux file for kernel debugging into the kernel-debuginfo rpm
436     #
437 %if "%{_enable_debug_packages}" == "1"
438     mkdir -p $RPM_BUILD_ROOT/usr/lib/debug/lib/modules/$KernelVer
439     cp vmlinux $RPM_BUILD_ROOT/usr/lib/debug/lib/modules/$KernelVer
440 %endif
441
442     # mark modules executable so that strip-to-file can strip them
443     find $RPM_BUILD_ROOT/lib/modules/$KernelVer -name "*.ko" -type f  | xargs chmod u+x
444
445     # remove files that will be auto generated by depmod at rpm -i time
446     rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/modules.*
447
448     # Move the devel headers out of the root file system
449     mkdir -p $RPM_BUILD_ROOT/usr/src/kernels
450     mv $RPM_BUILD_ROOT/lib/modules/$KernelVer/build $RPM_BUILD_ROOT/$DevelDir
451     ln -sf ../../..$DevelDir $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
452     [ -z "$DevelLink" ] || ln -sf `basename $DevelDir` $RPM_BUILD_ROOT/$DevelLink
453 }
454
455 ###
456 # DO it...
457 ###
458
459 # prepare directories
460 rm -rf $RPM_BUILD_ROOT
461 mkdir -p $RPM_BUILD_ROOT/boot
462
463 %if %{buildup}
464 BuildKernel
465 %endif
466
467 %if %{buildsmp}
468 BuildKernel smp
469 %endif
470
471 %if %{builduml}
472 BuildKernel uml
473 %endif
474
475 %if %{buildxen}
476 BuildKernel xenU
477 %endif
478
479
480 ###
481 ### install
482 ###
483
484 %install
485
486 cd vanilla
487
488 %if %{buildxen}
489 mkdir -p $RPM_BUILD_ROOT/etc/ld.so.conf.d
490 rm -f $RPM_BUILD_ROOT/etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf
491 cat > $RPM_BUILD_ROOT/etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf <<\EOF
492 # This directive teaches ldconfig to search in nosegneg subdirectories
493 # and cache the DSOs there with extra bit 0 set in their hwcap match
494 # fields.  In Xen guest kernels, the vDSO tells the dynamic linker to
495 # search in nosegneg subdirectories and to match this extra hwcap bit
496 # in the ld.so.cache file.
497 hwcap 0 nosegneg
498 EOF
499 chmod 444 $RPM_BUILD_ROOT/etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf
500 %endif
501
502 %if %{builddoc}
503 mkdir -p $RPM_BUILD_ROOT/usr/share/doc/kernel-doc-%{kversion}/Documentation
504
505 # sometimes non-world-readable files sneak into the kernel source tree
506 chmod -R a+r *
507 # copy the source over
508 tar cf - Documentation | tar xf - -C $RPM_BUILD_ROOT/usr/share/doc/kernel-doc-%{kversion}
509 %endif
510
511 ###
512 ### clean
513 ###
514
515 %clean
516 rm -rf $RPM_BUILD_ROOT
517
518 ###
519 ### scripts
520 ###
521
522 # load the loop module for upgrades...in case the old modules get removed we have
523 # loopback in the kernel so that mkinitrd will work.
524 %pre 
525 /sbin/modprobe loop 2> /dev/null > /dev/null  || :
526 exit 0
527
528 %pre smp
529 /sbin/modprobe loop 2> /dev/null > /dev/null  || :
530 exit 0
531
532 %post 
533 # trick mkinitrd in case the current environment does not have device mapper
534 rootdev=$(awk '/^[ \t]*[^#]/ { if ($2 == "/") { print $1; }}' /etc/fstab)
535 if echo $rootdev |grep -q /dev/mapper 2>/dev/null ; then
536     if [ ! -f $rootdev ]; then
537         fake_root_lvm=1
538         mkdir -p $(dirname $rootdev)
539         touch $rootdev
540     fi
541 fi
542
543 [ ! -x /usr/sbin/module_upgrade ] || /usr/sbin/module_upgrade
544 #[ -x /sbin/new-kernel-pkg ] && /sbin/new-kernel-pkg --package kernel --mkinitrd --depmod --install %{KVERREL}
545 # Older modutils do not support --package option
546 [ -x /sbin/new-kernel-pkg ] && /sbin/new-kernel-pkg --mkinitrd --depmod --install %{KVERREL}
547
548 # remove fake handle
549 if [ -n "$fake_root_lvm" ]; then
550     rm -f $rootdev
551 fi
552
553 # make some useful links
554 pushd /boot > /dev/null ; {
555         ln -sf config-%{KVERREL} config
556         ln -sf initrd-%{KVERREL}.img initrd-boot
557         ln -sf vmlinuz-%{KVERREL} kernel-boot
558 }
559 popd > /dev/null
560
561 # ask for a reboot
562 mkdir -p /etc/planetlab
563 touch /etc/planetlab/update-reboot
564
565 %post devel
566 if [ -x /usr/sbin/hardlink ] ; then
567 pushd /usr/src/kernels/%{KVERREL}-%{_target_cpu} > /dev/null
568 /usr/bin/find . -type f | while read f; do hardlink -c /usr/src/kernels/*FC*/$f $f ; done
569 popd > /dev/null
570 fi
571
572 %post smp
573 # trick mkinitrd in case the current environment does not have device mapper
574 rootdev=$(awk '/^[ \t]*[^#]/ { if ($2 == "/") { print $1; }}' /etc/fstab)
575 if echo $rootdev |grep -q /dev/mapper 2>/dev/null ; then
576     if [ ! -f $rootdev ]; then
577         fake_root_lvm=1
578         mkdir -p $(dirname $rootdev)
579         touch $rootdev
580     fi
581 fi
582
583 [ ! -x /usr/sbin/module_upgrade ] || /usr/sbin/module_upgrade
584 #[ -x /sbin/new-kernel-pkg ] && /sbin/new-kernel-pkg --package kernel-smp --mkinitrd --depmod --install %{KVERREL}smp
585 # Older modutils do not support --package option
586 [ -x /sbin/new-kernel-pkg ] && /sbin/new-kernel-pkg --mkinitrd --depmod --install %{KVERREL}smp
587
588 # remove fake handle
589 if [ -n "$fake_root_lvm" ]; then
590     rm -f $rootdev
591 fi
592
593 # make some useful links
594 pushd /boot > /dev/null ; {
595         ln -sf config-%{KVERREL}smp configsmp
596         ln -sf initrd-%{KVERREL}smp.img initrd-bootsmp
597         ln -sf vmlinuz-%{KVERREL}smp kernel-bootsmp
598 }
599 popd > /dev/null
600
601 # ask for a reboot
602 mkdir -p /etc/planetlab
603 touch /etc/planetlab/update-reboot
604
605 %post smp-devel
606 if [ -x /usr/sbin/hardlink ] ; then
607 pushd /usr/src/kernels/%{KVERREL}-smp-%{_target_cpu} > /dev/null
608 /usr/bin/find . -type f | while read f; do hardlink -c /usr/src/kernels/*FC*/$f $f ; done
609 popd > /dev/null
610 fi
611
612 %post xenU
613 [ ! -x /usr/sbin/module_upgrade ] || /usr/sbin/module_upgrade
614 [ ! -x /sbin/ldconfig ] || /sbin/ldconfig -X
615
616 %post xenU-devel
617 if [ -x /usr/sbin/hardlink ] ; then
618 pushd /usr/src/kernels/%{KVERREL}-xenU-%{_target_cpu} > /dev/null
619 /usr/bin/find . -type f | while read f; do hardlink -c /usr/src/kernels/*FC*/$f $f ; done
620 popd > /dev/null
621 fi
622
623 %post uml-modules
624 depmod -ae %{KVERREL}uml
625
626
627 %preun 
628 /sbin/modprobe loop 2> /dev/null > /dev/null  || :
629 [ -x /sbin/new-kernel-pkg ] && /sbin/new-kernel-pkg --rminitrd --rmmoddep --remove %{KVERREL}
630
631 %preun smp
632 /sbin/modprobe loop 2> /dev/null > /dev/null  || :
633 [ -x /sbin/new-kernel-pkg ] && /sbin/new-kernel-pkg --rminitrd --rmmoddep --remove %{KVERREL}smp
634
635 %preun xenU
636 /sbin/modprobe loop 2> /dev/null > /dev/null  || :
637 [ -x /sbin/new-kernel-pkg ] && /sbin/new-kernel-pkg --rmmoddep --remove %{KVERREL}xenU
638
639 %preun uml-modules
640 rm -f /lib/modules/%{KVERREL}uml/modules.*
641
642
643 ###
644 ### file lists
645 ###
646
647 %if %{buildup}
648 %files 
649 %defattr(-,root,root)
650 /%{image_install_path}/*-%{KVERREL}
651 /boot/System.map-%{KVERREL}
652 /boot/config-%{KVERREL}
653 %dir /lib/modules/%{KVERREL}
654 /lib/modules/%{KVERREL}/kernel
655 /lib/modules/%{KVERREL}/build
656 /lib/modules/%{KVERREL}/source
657
658 %files devel
659 %defattr(-,root,root)
660 %verify(not mtime) /usr/src/kernels/%{KVERREL}-%{_target_cpu}
661 %endif
662
663 %if %{buildsmp}
664 %files smp
665 %defattr(-,root,root)
666 /%{image_install_path}/*-%{KVERREL}smp
667 /boot/System.map-%{KVERREL}smp
668 /boot/config-%{KVERREL}smp
669 %dir /lib/modules/%{KVERREL}smp
670 /lib/modules/%{KVERREL}smp/kernel
671 /lib/modules/%{KVERREL}smp/build
672 /lib/modules/%{KVERREL}smp/source
673
674 %files smp-devel
675 %defattr(-,root,root)
676 %verify(not mtime) /usr/src/kernels/%{KVERREL}-smp-%{_target_cpu}
677 /usr/src/kernels/%{KVERREL}smp-%{_target_cpu}
678 %endif
679
680 %if %{builduml}
681 %files uml
682 %defattr(-,root,root)
683 %{_bindir}/linux
684
685 %files uml-devel
686 %defattr(-,root,root)
687 %verify(not mtime) /usr/src/kernels/%{KVERREL}-uml-%{_target_cpu}
688 /usr/src/kernels/%{KVERREL}uml-%{_target_cpu}
689
690 %files uml-modules
691 %defattr(-,root,root)
692 /boot/System.map-%{KVERREL}uml
693 /boot/config-%{KVERREL}uml
694 %dir /lib/modules/%{KVERREL}uml
695 /lib/modules/%{KVERREL}uml/kernel
696 %verify(not mtime) /lib/modules/%{KVERREL}uml/build
697 /lib/modules/%{KVERREL}uml/source
698 %endif
699
700 %if %{buildxen}
701 %files xenU
702 %defattr(-,root,root)
703 /%{image_install_path}/*-%{KVERREL}xenU
704 /boot/System.map-%{KVERREL}xenU
705 /boot/config-%{KVERREL}xenU
706 %dir /lib/modules/%{KVERREL}xenU
707 /lib/modules/%{KVERREL}xenU/kernel
708 %verify(not mtime) /lib/modules/%{KVERREL}xenU/build
709 /lib/modules/%{KVERREL}xenU/source
710 /etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf
711
712 %files xenU-devel
713 %defattr(-,root,root)
714 %verify(not mtime) /usr/src/kernels/%{KVERREL}-xenU-%{_target_cpu}
715 /usr/src/kernels/%{KVERREL}xenU-%{_target_cpu}
716 %endif
717
718 %files vserver
719 %defattr(-,root,root)
720 # no files
721
722
723 # only some architecture builds need kernel-doc
724
725 %if %{builddoc}
726 %files doc
727 %defattr(-,root,root)
728 %{_datadir}/doc/kernel-doc-%{kversion}/Documentation/*
729 %dir %{_datadir}/doc/kernel-doc-%{kversion}/Documentation
730 %dir %{_datadir}/doc/kernel-doc-%{kversion}
731 %endif
732
733 %changelog
734 * Fri Jul 15 2005 Dave Jones <davej@redhat.com>
735 - Include a number of patches likely to show up in 2.6.12.3
736
737 * Thu Jul 14 2005 Dave Jones <davej@redhat.com>
738 - Add Appletouch support.
739
740 * Wed Jul 13 2005 David Woodhouse <dwmw2@redhat.com>
741 - Audit updates. In particular, don't printk audit messages that 
742   are passed from userspace when auditing is disabled.
743
744 * Tue Jul 12 2005 Dave Jones <davej@redhat.com>
745 - Fix up several reports of CD's causing crashes.
746 - Make -p port arg of rpc.nfsd work.
747 - Work around a usbmon deficiency.
748 - Fix connection tracking bug with bridging. (#162438)
749
750 * Mon Jul 11 2005 Dave Jones <davej@redhat.com>
751 - Fix up locking in piix IDE driver whilst tuning chipset.
752
753 * Tue Jul  5 2005 Dave Jones <davej@redhat.com>
754 - Fixup ACPI IRQ routing bug that prevented booting for some folks.
755 - Reenable ISA I2C drivers for x86-64.
756 - Bump requirement on mkinitrd to something newer (#160492)
757
758 * Wed Jun 29 2005 Dave Jones <davej@redhat.com>
759 - 2.6.12.2
760
761 * Mon Jun 27 2005 Dave Jones <davej@redhat.com>
762 - Disable multipath caches. (#161168)
763 - Reenable AMD756 I2C driver for x86-64. (#159609)
764 - Add more IBM r40e BIOS's to the C2/C3 blacklist.
765
766 * Thu Jun 23 2005 Dave Jones <davej@redhat.com>
767 - Make orinoco driver suck less.
768   (Scanning/roaming/ethtool support).
769 - Exec-shield randomisation fix.
770 - pwc driver warning fix.
771 - Prevent potential oops in tux with symlinks. (#160219)
772
773 * Wed Jun 22 2005 Dave Jones <davej@redhat.com>
774 - 2.6.12.1
775   - Clean up subthread exec (CAN-2005-1913)
776   - ia64 ptrace + sigrestore_context (CAN-2005-1761)
777
778 * Wed Jun 22 2005 David Woodhouse <dwmw2@redhat.com>
779 - Update audit support
780
781 * Mon Jun 20 2005 Dave Jones <davej@redhat.com>
782 - Rebase to 2.6.12
783   - Temporarily drop Alans IDE fixes whilst they get redone.
784 - Enable userspace queueing of ipv6 packets.
785
786 * Tue Jun  7 2005 Dave Jones <davej@redhat.com>
787 - Drop recent b44 changes which broke some setups.
788
789 * Wed Jun  1 2005 Dave Jones <davej@redhat.com>
790 - Fix up ALI IDE regression. (#157175)
791
792 * Mon May 30 2005 Dave Jones <davej@redhat.com>
793 - Fix up VIA IRQ quirk.
794
795 * Sun May 29 2005 Dave Jones <davej@redhat.com>
796 - Fix slab corruption in firewire (#158424)
797
798 * Fri May 27 2005 Dave Jones <davej@redhat.com>
799 - remove non-cleanroom pwc driver compression.
800 - Fix unintialised value in single bit error detector. (#158825)
801
802 * Wed May 25 2005 Dave Jones <davej@redhat.com>
803 - Disable TPM driver, it breaks 8139 driver.
804 - Revert to previous version of ipw2x00 drivers.
805   The newer ones sadly brought too many problems this close to
806   the release. I'll look at updating them again for an update.
807 - Update to 2.6.12rc5
808   Fix potential local DoS. 1-2 other small fixes.
809 - Tweak to fix up some vdso arithmetic.
810 - Disable sysenter again for now.
811
812 * Wed May 25 2005 David Woodhouse <dwmw2@redhat.com>
813 - Turn off CONFIG_ISA on PPC again. It makes some Macs unhappy (#149200)
814 - Make Speedtouch DSL modem resync automatically
815
816 * Tue May 24 2005 Dave Jones <davej@redhat.com>
817 - Update various cpufreq drivers.
818 - 2.6.12-rc4-git8
819   kobject ordering, tg3 fixes, ppc32 ipic fix,
820   ppc64 powermac smp fix. token-ring fixes,
821   TCP fix. ipv6 fix.
822 - Disable slab debugging.
823
824 * Mon May 23 2005 Dave Jones <davej@redhat.com>
825 - Add extra id to SATA Sil driver. (#155748)
826 - Fix oops on rmmod of lanai & ms558 drivers when no hardware present.
827
828 * Mon May 23 2005 Dave Jones <davej@redhat.com>
829 - Fix double unlock of spinlock on tulip. (#158522)
830
831 * Mon May 23 2005 David Woodhouse <dwmw2@redhat.com>
832 - audit updates: log serial # in user messages, escape comm= in syscalls
833
834 * Mon May 23 2005 Dave Jones <davej@redhat.com>
835 - 2.6.12-rc4-git6
836   MMC update, reiserfs fixes, AIO fix.
837 - Fix absolute symlink in -devel (#158582)
838 - 2.6.12-rc4-git7
839   PPC64 & i2c fixes
840 - Fix another divide by zero in ipw2100 (#158406)
841 - Fix dir ownership in kernel-doc rpm (#158478)
842
843 * Sun May 22 2005 Dave Jones <davej@redhat.com>
844 - Fix divide by zero in ipw2100 driver. (#158406)
845 - 2.6.12-rc4-git5
846   More x86-64 updates, Further pktcdvd frobbing,
847   yet more dvb updates, x86(64) ioremap fixes,
848   ppc updates, IPMI sysfs support (reverted for now due to breakage),
849   various SCSI fixes (aix7xxx, spi transport), vmalloc improvements
850
851 * Sat May 21 2005 David Woodhouse <dwmw2@redhat.com>
852 - Fix oops in avc_audit() (#158377)
853 - Include serial numbers in non-syscall audit messages
854
855 * Sat May 21 2005 Bill Nottingham <notting@redhat.com>
856 - bump ipw2200 conflict
857
858 * Sat May 21 2005 Dave Jones <davej@redhat.com> [2.6.11-1.1334_FC4]
859 - driver core: restore event order for device_add()
860
861 * Sat May 21 2005 David Woodhouse <dwmw2@redhat.com>
862 - More audit updates. Including a fix for AVC_USER messages.
863
864 * Fri May 20 2005 Dave Jones <davej@redhat.com>
865 - 2.6.12-rc4-git4
866   networking fixes (netlink, pkt_sched, ipsec, netfilter,
867   ip_vs, af_unix, ipv4/6, xfrm). TG3 driver improvements.
868
869 * Thu May 19 2005 Dave Jones <davej@redhat.com> [2.6.11-1.1327_FC4]
870 - 2.6.12-rc4-git3
871   Further fixing to raw driver. More DVB updates,
872   driver model updates, power management improvements,
873   ext3 fixes.  
874 - Radeon on thinkpad backlight power-management goodness.
875   (Peter Jones owes me two tacos).
876 - Fix ieee1394 smp init.
877
878 * Thu May 19 2005 Rik van Riel <riel@redhat.com>
879 - Xen: disable TLS warning (#156414)
880
881 * Thu May 19 2005 David Woodhouse <dwmw2@redhat.com>
882 - Update audit patches
883
884 * Thu May 19 2005 Dave Jones <davej@redhat.com> [2.6.11-1.1325_FC4]
885 - Fix up missing symbols in ipw2200 driver.
886 - Reenable debugfs / usbmon. SELinux seems to cope ok now.
887   (Needs selinux-targeted-policy >= 1.23.16-1)
888
889 * Wed May 18 2005 Dave Jones <davej@redhat.com>
890 - Fix up some warnings in the IDE patches.
891 - 2.6.12-rc4-git2
892   Further pktcdvd fixing, DVB update, Lots of x86-64 updates,
893   ptrace fixes, ieee1394 changes, input layer tweaks,
894   md layer fixes, PCI hotplug improvements, PCMCIA fixes,
895   libata fixes, serial layer, usb core, usbnet, VM fixes,
896   SELinux tweaks.
897 - Update ipw2100 driver to 1.1.0
898 - Update ipw2200 driver to 1.0.4 (#158073)
899
900 * Tue May 17 2005 Dave Jones <davej@redhat.com>
901 - 2.6.12-rc4-git1
902   ARM, ioctl security fixes, mmc driver update,
903   ibm_emac & tulip netdriver fixes, serial updates
904   ELF loader security fix.
905
906 * Mon May 16 2005 Rik van Riel <riel@redhat.com>
907 - enable Xen again (not tested yet)
908 - fix a typo in the EXPORT_SYMBOL patch
909
910 * Sat May 14 2005 Dave Jones <davej@redhat.com>
911 - Update E1000 driver from netdev-2.6 tree. 
912 - Add some missing EXPORT_SYMBOLs.
913
914 * Fri May 13 2005 Dave Jones <davej@redhat.com>
915 - Bump maximum supported CPUs on x86-64 to 32.
916 - Tickle the NMI watchdog when we're doing serial writes.
917 - SCSI CAM geometry fix.
918 - Slab debug single-bit error improvement.
919
920 * Thu May 12 2005 David Woodhouse <dwmw2@redhat.com>
921 - Enable CONFIG_ISA on ppc32 to make the RS/6000 user happy.
922 - Update audit patches
923
924 * Wed May 11 2005 Dave Jones <davej@redhat.com>
925 - Add Ingo's patch to detect soft lockups.
926 - Thread exits silently via __RESTORE_ALL exception for iret. (#154369)
927
928 * Wed May 11 2005 David Woodhouse <dwmw2@redhat.com>
929 - Import post-rc4 audit fixes from git, including ppc syscall auditing
930
931 * Wed May 11 2005 Dave Jones <davej@redhat.com>
932 - Revert NMI watchdog changes.
933
934 * Tue May 10 2005 Dave Jones <davej@redhat.com>
935 - Enable PNP on x86-64
936
937 * Tue May 10 2005 Jeremy Katz <katzj@redhat.com>
938 - make other -devel packages provide kernel-devel so they get 
939   installed instead of upgraded (#155988)
940
941 * Mon May  9 2005 Dave Jones <davej@redhat.com>
942 - Rebase to 2.6.12-rc4
943   | Xen builds are temporarily disabled again.
944 - Conflict if old version of ipw firmware is present.
945
946 * Fri May  6 2005 Dave Jones <davej@redhat.com>
947 - Add PCI ID for new sundance driver. (#156859)
948
949 * Thu May  5 2005 David Woodhouse <dwmw2@redhat.com>
950 - Import audit fixes from upstream
951
952 * Wed May  4 2005 Jeremy Katz <katzj@redhat.com>
953 - enable radeonfb and agp on ppc64 to fix X on the G5
954
955 * Tue May  3 2005 Dave Jones <davej@redhat.com>
956 - Disable usbmon/debugfs again for now until SELinux policy is fixed.
957
958 * Mon May  2 2005 David Woodhouse <dwmw2@redhat.com>
959 - Make kallsyms include platform-specific symbols
960 - Fix might_sleep warning in pbook clock-spreading fix
961
962 * Sun May  1 2005 Dave Jones <davej@redhat.com>
963 - Fix yesterdays IDE fixes.
964 - Blacklist another brainless SCSI scanner. (#155457)
965
966 * Sun May  1 2005 David Woodhouse <dwmw2@redhat.com>
967 - Fix EHCI port power switching
968
969 * Sun May  1 2005 Dave Jones <davej@redhat.com>
970 - Enable usbmon & debugfs. (#156489)
971
972 * Sat Apr 30 2005 Dave Jones <davej@redhat.com>
973 - Numerous IDE layer fixes from Alan Cox.
974 - Kill off some stupid messages from the input layer.
975
976 * Fri Apr 29 2005 Roland McGrath <roland@redhat.com>
977 - Fix the 32bit emulation on x86-64 segfaults.
978
979 * Wed Apr 27 2005 Dave Jones <davej@redhat.com>
980 - Hopefully fix the random reboots some folks saw on x86-64.
981
982 * Wed Apr 27 2005 Jeremy Katz <katzj@redhat.com>
983 - fix prereqs for -devel packages
984
985 * Wed Apr 27 2005 Rik van Riel <riel@redhat.com>
986 - Fix up the vdso stuff so kernel-xen* compile again
987 - Import upstream bugfix so xenU domains can be started again
988
989 * Tue Apr 26 2005 Dave Jones <davej@redhat.com>
990 - Fix up the vdso again, which broke on the last rebase to -rc3
991 - Fix the put_user() fix. (#155999)
992
993 * Mon Apr 25 2005 Dave Jones <davej@redhat.com>
994 - Fix x86-64 put_user()
995 - Fix serio oops.
996 - Fix ipv6_skip_exthdr() invocation causing OOPS.
997 - Fix up some permissions on some /proc files.
998 - Support PATA drives on Promise SATA. (#147303)
999
1000 * Mon Apr 25 2005 Rik van Riel <riel@redhat.com>
1001 - upgrade to the latest version of xenolinux patches
1002 - reenable xen (it boots, ship it!)
1003
1004 * Sat Apr 23 2005 David Woodhouse <dwmw2@redhat.com>
1005 - Enable adt746x and windtunnel thermal modules
1006 - Disable clock spreading on certain pbooks before sleep
1007 - Sound support for Mac Mini
1008
1009 * Fri Apr 22 2005 Dave Jones <davej@redhat.com>
1010 - Reenable i2c-viapro on x86-64.
1011
1012 * Fri Apr 22 2005 Dave Jones <davej@redhat.com>
1013 - Don't build powernow-k6 on anything other than 586 kernels.
1014 - Temporarily disable Xen again.
1015
1016 * Wed Apr 20 2005 Dave Jones <davej@redhat.com>
1017 - 2.6.12rc3
1018
1019 * Wed Apr 20 2005 Dave Jones <davej@redhat.com>
1020 - Adjust struct dentry 'padding' based on 64bit'ness.
1021
1022 * Tue Apr 19 2005 Dave Jones <davej@redhat.com>
1023 - Print stack trace when we panic.
1024   Might give more clues for some of the wierd panics being seen right now.
1025 - Blacklist another 'No C2/C3 states' Thinkpad R40e BIOS. (#155236)
1026
1027 * Mon Apr 18 2005 Dave Jones <davej@redhat.com>
1028 - Make ISDN ICN driver not oops when probed with no hardware present.
1029 - Add missing MODULE_LICENSE to mac_modes.ko
1030
1031 * Sat Apr 16 2005 Dave Jones <davej@redhat.com>
1032 - Make some i2c drivers arch dependant.
1033 - Make multimedia buttons on Dell inspiron 8200 work. (#126148)
1034 - Add diffutils buildreq (#155121)
1035
1036 * Thu Apr 14 2005 Dave Jones <davej@redhat.com>
1037 - Build DRM modular. (#154769)
1038
1039 * Wed Apr 13 2005 Rik van Riel <riel@redhat.com>
1040 - fix up Xen for 2.6.12-rc2
1041 - drop arch/xen/i386/signal.c, thanks to Roland's vdso patch (yay!)
1042 - reenable xen compile - this kernel test boots on my system
1043
1044 * Tue Apr 12 2005 Dave Jones <davej@redhat.com>
1045 - Further vdso work from Roland.
1046
1047 * Mon Apr 11 2005 David Woodhouse <dwmw2@redhat.com>
1048 - Disable PPC cpufreq/sleep patches which make sleep less reliable
1049 - Add TIMEOUT to hotplug environment when requesting firmware (#153993)
1050
1051 * Sun Apr 10 2005 Dave Jones <davej@redhat.com>
1052 - Integrate Roland McGrath's changes to make exec-shield
1053   and vdso play nicely together.
1054
1055 * Fri Apr  8 2005 Dave Jones <davej@redhat.com>
1056 - Disable Longhaul driver (again).
1057
1058 * Wed Apr  6 2005 Dave Jones <davej@redhat.com>
1059 - 2.6.12rc2
1060   - netdump/netconsole currently broken.
1061   - Xen temporarily disabled.
1062
1063 * Fri Apr  1 2005 Dave Jones <davej@redhat.com>
1064 - Make the CFQ elevator the default again.
1065
1066 * Thu Mar 31 2005 Rik van Riel <riel@redhat.com>
1067 - upgrade to new upstream Xen code, twice 
1068 - for performance reasons, disable CONFIG_DEBUG_PAGEALLOC for FC4t2
1069
1070 * Wed Mar 30 2005 Rik van Riel <riel@redhat.com>
1071 - fix Xen kernel compilation (pci, page table, put_user, execshield, ...)
1072 - reenable Xen kernel compilation
1073
1074 * Tue Mar 29 2005 Rik van Riel <riel@redhat.com>
1075 - apply Xen patches again (they don't compile yet, though)
1076 - Use uname in kernel-devel directories (#145914)
1077 - add uname-based kernel-devel provisions (#152357)
1078 - make sure /usr/share/doc/kernel-doc-%%{kversion} is owned by a
1079   package, so it will get removed again on uninstall/upgrade (#130667)
1080
1081 * Mon Mar 28 2005 Dave Jones <davej@redhat.com>
1082 - Don't generate debuginfo files if %%_enable_debug_packages isnt set. (#152268)
1083
1084 * Sun Mar 27 2005 Dave Jones <davej@redhat.com>
1085 - 2.6.12rc1-bk2
1086 - Disable NVidia FB driver for time being, it isn't stable.
1087
1088 * Thu Mar 24 2005 Dave Jones <davej@redhat.com>
1089 - rebuild
1090
1091 * Tue Mar 22 2005 Dave Jones <davej@redhat.com>
1092 - Fix several instances of swapped arguments to memset()
1093 - 2.6.12rc1-bk1
1094
1095 * Fri Mar 18 2005 Dave Jones <davej@redhat.com>
1096 - kjournald release race. (#146344)
1097 - 2.6.12rc1
1098
1099 * Thu Mar 17 2005 Rik van Riel <riel@redhat.com>
1100 - upgrade to latest upstream Xen code
1101
1102 * Tue Mar 15 2005 Rik van Riel <riel@redhat.com>
1103 - add Provides: headers for external kernel modules (#149249)
1104 - move build & source symlinks from kernel-*-devel to kernel-* (#149210)
1105 - fix xen0 and xenU devel %%post scripts to use /usr/src/kernels (#149210)
1106
1107 * Thu Mar 10 2005 Dave Jones <davej@redhat.com>
1108 - Reenable advansys driver for x86
1109
1110 * Tue Mar  8 2005 Dave Jones <davej@redhat.com>
1111 - Change SELinux execute-related permission checking. (#149819)
1112
1113 * Sun Mar  6 2005 Dave Jones <davej@redhat.com>
1114 - Forward port some FC3 patches that got lost.
1115
1116 * Fri Mar  4 2005 Dave Jones <davej@redhat.com>
1117 - Fix up ACPI vs keyboard controller problem.
1118 - Fix up Altivec usage on PPC/PPC64.
1119
1120 * Fri Mar  4 2005 Dave Jones <davej@redhat.com>
1121 - Finger the programs that try to read from /dev/mem.
1122 - Improve spinlock debugging a little.
1123
1124 * Thu Mar  3 2005 Dave Jones <davej@redhat.com>
1125 - Fix up the unresolved symbols problem.
1126
1127 * Thu Mar  3 2005 Rik van Riel <riel@redhat.com>
1128 - upgrade to new Xen snapshot (requires new xen RPM, too)
1129
1130 * Wed Mar  2 2005 Dave Jones <davej@redhat.com>
1131 - 2.6.11
1132
1133 * Tue Mar 1 2005 David Woodhouse <dwmw2@redhat.com>
1134 - Building is nice. Booting would be better. Work around GCC -Os bug which
1135   which makes the PPC kernel die when extracting its initramfs. (#150020)
1136 - Update include/linux/compiler-gcc+.h
1137
1138 * Tue Mar 1 2005 Dave Jones <davej@redhat.com>
1139 - 802.11b/ipw2100/ipw2200 update.
1140 - 2.6.11-rc5-bk4
1141
1142 * Tue Mar 1 2005 David Woodhouse <dwmw2@redhat.com>
1143 - Fix ppc/ppc64/ppc64iseries builds for gcc 4.0
1144 - Fix Xen build too
1145
1146 * Mon Feb 28 2005 Dave Jones <davej@redhat.com>
1147 - 2.6.11-rc5-bk3
1148 - Various compile fixes for building with gcc-4.0
1149
1150 * Sat Feb 26 2005 Dave Jones <davej@redhat.com>
1151 - 2.6.11-rc5-bk1
1152
1153 * Fri Feb 25 2005 Dave Jones <davej@redhat.com>
1154 - Hopefully fix the zillion unresolved symbols. (#149758)
1155
1156 * Thu Feb 24 2005 Dave Jones <davej@redhat.com>
1157 - 2.6.11-rc5
1158
1159 * Wed Feb 23 2005 Rik van Riel <riel@redhat.com>
1160 - get rid of unknown symbols in kernel-xen0 (#149495)
1161
1162 * Wed Feb 23 2005 Dave Jones <davej@redhat.com>
1163 - 2.6.11-rc4-bk11
1164
1165 * Mon Feb 21 2005 Dave Jones <davej@redhat.com>
1166 - 2.6.11-rc4-bk9
1167
1168 * Sat Feb 19 2005 Dave Jones <davej@redhat.com>
1169 - 2.6.11-rc4-bk7
1170
1171 * Sat Feb 19 2005 Rik van Riel <riel@redhat.com>
1172 - upgrade to newer Xen code, needs xen-20050218 to run
1173
1174 * Sat Feb 19 2005 Dave Jones <davej@redhat.com>
1175 - 2.6.11-rc4-bk6
1176
1177 * Fri Feb 18 2005 David Woodhouse <dwmw2@redhat.com>
1178 - Add SMP kernel for PPC32
1179
1180 * Fri Feb 18 2005 Dave Jones <davej@redhat.com>
1181 - 2.6.11-rc4-bk5
1182
1183 * Tue Feb 15 2005 Dave Jones <davej@redhat.com>
1184 - 2.6.11-rc4-bk3
1185
1186 * Mon Feb 14 2005 Dave Jones <davej@redhat.com>
1187 - 2.6.11-rc4-bk2
1188
1189 * Sun Feb 13 2005 Dave Jones <davej@redhat.com>
1190 - 2.6.11-rc4-bk1
1191
1192 * Sat Feb 12 2005 Dave Jones <davej@redhat.com>
1193 - 2.6.11-rc4
1194
1195 * Fri Feb 11 2005 Dave Jones <davej@redhat.com>
1196 - 2.6.11-rc3-bk8
1197
1198 * Thu Feb 10 2005 Dave Jones <davej@redhat.com>
1199 - 2.6.11-rc3-bk7
1200
1201 * Wed Feb  9 2005 Dave Jones <davej@redhat.com>
1202 - 2.6.11-rc3-bk6
1203
1204 * Tue Feb  8 2005 Dave Jones <davej@redhat.com>
1205 - Enable old style and new style USB initialisation.
1206 - More PPC jiggery pokery hackery.
1207 - 2.6.11-rc3-bk5
1208
1209 * Mon Feb  7 2005 Dave Jones <davej@redhat.com>
1210 - 2.6.11-rc3-bk4
1211 - Various patches to unbork PPC.
1212 - Display taint bits on VM error.
1213
1214 * Mon Feb  7 2005 Rik van Riel <riel@redhat.com>
1215 - upgrade to latest upstream Xen bits, upgrade those to 2.6.11-rc3-bk2
1216
1217 * Sat Feb  5 2005 Dave Jones <davej@redhat.com>
1218 - 2.6.11-rc3-bk2
1219
1220 * Fri Feb  4 2005 Dave Jones <davej@redhat.com>
1221 - 2.6.11-rc3-bk1
1222
1223 * Wed Feb  2 2005 Dave Jones <davej@redhat.com>
1224 - Stop the input layer spamming the console. (#146906)
1225 - 2.6.11-rc3
1226
1227 * Tue Feb  1 2005 Dave Jones <davej@redhat.com>
1228 - 2.6.11-rc2-bk10
1229 - Reenable periodic slab checker.
1230
1231 * Tue Feb  1 2005 Rik van Riel <riel@redhat.com>
1232 - update to latest xen-unstable source snapshot
1233 - add agpgart patch from upstream xen tree
1234 - port Ingo's latest execshield updates to Xen
1235
1236 * Mon Jan 31 2005 Rik van Riel <riel@redhat.com>
1237 - enable SMP support in xenU kernel, use the xen0 kernel for the
1238   unprivileged domains if the SMP xenU breaks on your system
1239
1240 * Thu Jan 27 2005 Dave Jones <davej@redhat.com>
1241 - Drop VM hack that broke in yesterdays rebase.
1242
1243 * Wed Jan 26 2005 Dave Jones <davej@redhat.com>
1244 - Drop 586-SMP kernels.  These are a good candidate for
1245   fedora-extras when it appears. The number of people
1246   actually using this variant is likely to be very very small.
1247 - 2.6.11-rc2-bk4
1248
1249 * Tue Jan 25 2005 Dave Jones <davej@redhat.com>
1250 - 2.6.11-rc2-bk3
1251
1252 * Sun Jan 23 2005 Dave Jones <davej@redhat.com>
1253 - Updated periodic slab debug check from Manfred.
1254 - Enable PAGE_ALLOC debugging again, it should now be fixed.
1255 - 2.6.11-rc2-bk1
1256
1257 * Fri Jan 21 2005 Dave Jones <davej@redhat.com>
1258 - Rebase to 2.6.11-rc2
1259
1260 * Fri Jan 21 2005 Rik van Riel <riel@redhat.com>
1261 - make exec-shield segment limits work inside the xen kernels
1262
1263 * Thu Jan 20 2005 Dave Jones <davej@redhat.com>
1264 - Rebase to -bk8
1265
1266 * Wed Jan 19 2005 Dave Jones <davej@redhat.com>
1267 - Re-add diskdump/netdump based on Jeff Moyers patches.
1268 - Rebase to -bk7
1269
1270 * Tue Jan 18 2005 Jeremy Katz <katzj@redhat.com>
1271 - fixup xen0 %%post to use new grubby features for multiboot kernels
1272 - conflict with older mkinitrd for kernel-xen0
1273
1274 * Tue Jan 18 2005 Dave Jones <davej@redhat.com>
1275 - -bk6
1276
1277 * Mon Jan 17 2005 Dave Jones <davej@redhat.com>
1278 - First stab at kernel-devel packages. (David Woodhouse).
1279
1280 * Mon Jan 17 2005 Rik van Riel <riel@redhat.com>
1281 - apply dmi fix, now xenU boots again
1282
1283 * Fri Jan 14 2005 Dave Jones <davej@redhat.com>
1284 - Rebase to 2.6.11-bk2
1285
1286 * Thu Jan 13 2005 Dave Jones <davej@redhat.com>
1287 - Rebase to 2.6.11-bk1
1288
1289 * Wed Jan 12 2005 Dave Jones <davej@redhat.com>
1290 - Rebase to 2.6.11rc1
1291
1292 * Tue Jan 11 2005 Rik van Riel <riel@redhat.com>
1293 - fix Xen compile with -bk14
1294
1295 * Tue Jan 11 2005 Dave Jones <davej@redhat.com>
1296 - Update to -bk14
1297 - Print tainted information in slab corruption messages.
1298
1299 * Tue Jan 11 2005 Rik van Riel <riel@redhat.com>
1300 - merge fix for the Xen TLS segment fixup issue
1301
1302 * Tue Jan 11 2005 Dave Jones <davej@redhat.com>
1303 - Depend on hardlink, not kernel-utils.
1304
1305 * Mon Jan 10 2005 Dave Jones <davej@redhat.com>
1306 - Update to -bk13, reinstate GFP_ZERO patch which hopefully
1307   is now fixed.
1308 - Add another Lexar card reader to the whitelist. (#143600)
1309 - Package asm-m68k for asm-ppc includes. (don't ask). (#144604)
1310
1311 * Sat Jan  8 2005 Dave Jones <davej@redhat.com>
1312 - Periodic slab debug is incompatable with pagealloc debug.
1313   Disable the latter.
1314
1315 * Fri Jan  7 2005 Dave Jones <davej@redhat.com>
1316 - Santa came to Notting's house too. (another new card reader)
1317 - Rebase to 2.6.10-bk10
1318
1319 * Thu Jan  6 2005 Rik van Riel <riel@redhat.com>
1320 - update to latest xen-unstable tree
1321 - fix up Xen compile with -bk9, mostly pudding
1322
1323 * Thu Jan  6 2005 Dave Jones <davej@redhat.com>
1324 - Rebase to 2.6.10-bk9
1325
1326 * Tue Jan  4 2005 Dave Jones <davej@redhat.com>
1327 - Rebase to 2.6.10-bk7
1328 - Add periodic slab debug checker.
1329
1330 * Sun Jan  2 2005 Dave Jones <davej@redhat.com>
1331 - Rebase to 2.6.10-bk5
1332
1333 * Sat Jan  1 2005 Dave Jones <davej@redhat.com>
1334 - Fix probing of vesafb. (#125890)
1335 - Reenable EDD.
1336 - Don't assume existance of ~/.gnupg (#142201)
1337
1338 * Fri Dec 31 2004 Dave Jones <davej@redhat.com>
1339 - Rebase to 2.6.10-bk4
1340
1341 * Thu Dec 30 2004 Dave Jones <davej@redhat.com>
1342 - Rebase to 2.6.10-bk3
1343
1344 * Tue Dec 28 2004 Dave Jones <davej@redhat.com>
1345 - Drop bogus ethernet slab cache.
1346
1347 * Sun Dec 26 2004 Dave Jones <davej@redhat.com>
1348 - Santa brought a new card reader that needs whitelisting.
1349
1350 * Fri Dec 24 2004 Dave Jones <davej@redhat.com>
1351 - Rebase to 2.6.10
1352
1353 * Wed Dec 22 2004 Dave Jones <davej@redhat.com>
1354 - Re-add missing part of the exit() race fix. (#142505, #141896)
1355
1356 * Tue Dec 21 2004 Dave Jones <davej@redhat.com>
1357 - Fix two silly bugs in the AGP posting fixes.
1358
1359 * Fri Dec 17 2004 Dave Jones <davej@redhat.com>
1360 - Fix bio error propagation.
1361 - Clear ebp on sysenter return.
1362 - Extra debugging info on OOM kill.
1363 - exit() race fix.
1364 - Fix refcounting order in sd/sr, fixing cable pulls on USB storage.
1365 - IGMP source filter fixes.
1366 - Fix ext2/3 leak on umount.
1367 - fix missing wakeup in ipc/sem
1368 - Fix another tux corner case bug.
1369 - NULL out ptrs in airo driver after kfree'ing them.
1370
1371 * Thu Dec 16 2004 Dave Jones <davej@redhat.com>
1372 - Better version of the PCI Posting fixes for AGPGART.
1373 - Add missing cache flush to the AGP code.
1374 - Drop netdump and common crashdump code.
1375
1376 * Mon Dec 13 2004 Dave Jones <davej@redhat.com>
1377 - Drop diskdump. Aiming for a better kexec based solution for FC4.
1378
1379 * Sun Dec 12 2004 Dave Jones <davej@redhat.com>
1380 - fix false ECHILD result from wait* with zombie group leader.
1381
1382 * Sat Dec 11 2004 Dave Jones <davej@redhat.com>
1383 - Workaround broken pci posting in AGPGART.
1384 - Compile 686 kernel tuned for pentium4.
1385   | Needs benchmarking across various CPUs under
1386   | various workloads to find out if its worth keeping.
1387 - Make sure VC resizing fits in s16.
1388
1389 * Fri Dec 10 2004 Dave Jones <davej@redhat.com>
1390 - Prevent block device queues from being shared in viocd. (#139018)
1391 - Libata updates. (#132848, #138405)
1392 - aacraid: remove aac_handle_aif (#135527)
1393 - fix uninitialized variable in waitid(2). (#142505)
1394 - Fix CMSG validation checks wrt. signedness.
1395 - Fix memory leak in ip_conntrack_ftp
1396 - [IPV4]: Do not leak IP options.
1397 - ppc64: Align PACA buffer for hypervisor's use. (#141817)
1398 - ppc64: Indicate that the veth link is always up. (#135402)
1399 - ppc64: Quiesce OpenFirmware stdin device at boot. (#142009)
1400 - SELinux: Fix avc_node_update oops. (#142353)
1401 - Fix CCISS ioctl return code.
1402 - Make ppc64's pci_alloc_consistent() conform to documentation. (#140047)
1403 - Enable EDD
1404 - Enable ETH1394. (#138497)
1405 - Workaround E1000 post-maturely writing back to TX descriptors. (#133261)
1406 - Fix the previous E1000 errata workaround.
1407 - Several IDE fixes from 2.6.9-ac
1408 - vm pageout throttling. (#133858)
1409 - Fix Tux from oopsing. (#140918)
1410 - Fix Tux/SELinux incompatability (#140916)
1411 - Fix Tux/IPV6 problem. (#140916)
1412 - ide: Fix possible oops on boot.
1413 - Make spinlock debugging panic instead of printk.
1414 - Update Emulex lpfc driver to 8.0.16
1415 - Selected patches from 2.6.9-ac12
1416 - ppc64: Fix inability to find space for TCE table (#138844)
1417 - Fix compat fcntl F_GETLK{,64} (#141680)
1418 - blkdev_get_blocks(): handle eof
1419 - Another card reader for the whitelist. (#134094)
1420 - Disable tiglusb module. (#142102)
1421 - E1000 64k-alignment fix. (#140047)
1422 - Disable tiglusb module. (#142102)
1423 - ID updates for cciss driver.
1424 - Fix overflows in USB Edgeport-IO driver. (#142258)
1425 - Fix wrong TASK_SIZE for 32bit processes on x86-64. (#141737)
1426 - Fix ext2/ext3 xattr/mbcache race. (#138951)
1427 - Fix bug where __getblk_slow can loop forever when pages are partially mapped. (#140424)
1428 - Add missing cache flushes in agpgart code.
1429
1430 * Thu Dec  9 2004 Dave Jones <davej@redhat.com>
1431 - Drop the 4g/4g hugemem kernel completely.
1432
1433 * Wed Dec  8 2004 Rik van Riel <riel@redhat.com>
1434 - make Xen inherit config options from x86
1435
1436 * Mon Dec  6 2004 Rik van Riel <riel@redhat.com>
1437 - apparently Xen works better without serial drivers in domain0 (#141497)
1438
1439 * Sun Dec  5 2004 Rik van Riel <riel@redhat.com>
1440 - Fix up and reenable Xen compile.
1441 - Fix bug in install part of BuildKernel. 
1442
1443 * Sat Dec  4 2004 Dave Jones <davej@redhat.com>
1444 - Enable both old and new megaraid drivers.
1445 - Add yet another card reader to usb scsi whitelist. (#141367)
1446
1447 * Fri Dec  3 2004 Dave Jones <davej@redhat.com>
1448 - Sync all patches with latest updates in FC3.
1449 - Fix up xen0/xenU uninstall.
1450 - Temporarily disable xen builds.
1451
1452 * Wed Dec  1 2004 Rik van Riel <riel@redhat.com>
1453 - replace VM hack with the upstream version
1454 - more Xen bugfixes
1455
1456 * Tue Nov 30 2004 Rik van Riel <riel@redhat.com>
1457 - upgrade to later Xen sources, with upstream bugfixes
1458 - export direct_remap_area_pages for Xen
1459
1460 * Mon Nov 29 2004 Dave Jones <davej@redhat.com>
1461 - Add another card reader to whitelist. (#141022)
1462
1463 * Fri Nov 26 2004 Rik van Riel <riel@redhat.com>
1464 - add Xen kernels for i686, plus various bits and pieces to make them work
1465
1466 * Mon Nov 15 2004 Dave Jones <davej@redhat.com>
1467 - Rebase to 2.6.9-ac9
1468
1469 * Sat Nov 13 2004 Dave Jones <davej@redhat.com>
1470 - Drop some bogus patches.
1471
1472 * Thu Nov 11 2004 Dave Jones <davej@redhat.com>
1473 - NFS: Fix dentry refcount accounting error
1474 - Fix single-stepping on PPC64
1475 - Integrate kernel-devel changes
1476 - SELinux: netif fixes.
1477 - SELinux: add DAC check to setxattr() hook.
1478 - SELinux: sidtab locking fix.
1479 - SELinux: mediate send_sigurg().
1480 - SELinux: fix setscheduler hook deadlock.
1481 - ide-floppy: Supresses error messages resulting from Medium not present
1482 - Various IA64 updates from 2.6.10rc1
1483 - nfsd: make sure getxattr inode op is non-NULL before calling it.
1484 - Handle NULL dev->dev_addr in SIOCGIFHWADDR correctly. (#137648)
1485 - Fix NFSD domainname size limit.
1486 - nfsd4: nfsd oopsed when encountering a conflict with a local lock
1487 - nfsd4: fix putrootfh return
1488 - nfsd: Insecure port warning shows decimal IPv4 address
1489 - Disable sw irqbalance/irqaffinity for e7520/e7320/e7525 (#136419)
1490 - Fix exec-shield non-PIE/non-prelinked bug
1491 - ext3 reservations: fix goal hit accounting.
1492 - Fix problems with non-power-of-two sector size discs. (#135094)
1493 - Fix possible oops in netpoll (#132153)
1494 - Add missing MODULE_VERSION tags to various modules. (#136399)
1495 - Add USB card reader de jour. (#124048)
1496 - Remove SG_IO deprecation warning (#136179)
1497 - Make sure that modules get signed with the right key.
1498 - Remove SG_IO deprecation warning (#136179)
1499 - s390: Fix fake_ll for qeth device. (#136175)
1500 - s390: zfcp: Kernel stack frame for zfcp_cfdc_dev_ioctl() is too big
1501 - s390: Use slab allocator for DASD I/O pages.
1502 - PPC64: HVSI udbg support
1503 - PPC64: Make HVSI console survive FSP reset
1504 - PPC64: Make PCI hostbridge hotplugging work
1505 - PPC64: Fix IBM VSCSI problems (#138124)
1506 - Rebase -ac patch to 2.6.9-ac8.
1507
1508 * Wed Nov  3 2004 Dave Jones <davej@redhat.com>
1509 - Reenable token-ring drivers (#122602)
1510
1511 * Tue Nov  2 2004 Dave Jones <davej@redhat.com>
1512 - Reenable SLIP. (#124223)
1513 - Add USB card reader de jour. (#124048)
1514
1515 * Mon Nov  1 2004 Dave Jones <davej@redhat.com>
1516 - Fix memory leak on x86-64 in mixed 32/64 mode. (#132947)
1517 - Yet another USB card reader for the whitelist. (#137722)
1518
1519 * Fri Oct 29 2004 Dave Jones <davej@redhat.com>
1520 - Fix raid5 oops (#127862)
1521 - Stop E820 BIOS entries being corrupted by EDID info. (#137510)
1522
1523 * Thu Oct 28 2004 Dave Jones <davej@redhat.com>
1524 - Remove the possibility of some false OOM kills. (#131251)
1525 - Add more USB card readers to SCSI whitelist (#131546)
1526 - Disable CONFIG_SCHED_SMT for iseries.
1527
1528 * Wed Oct 27 2004 Dave Jones <davej@redhat.com>
1529 - Reenable ISA NIC support (#136569)
1530
1531 * Tue Oct 26 2004 Dave Jones <davej@redhat.com>
1532 - Reenable Initio 9100U(W) SCSI driver. (#137153)
1533
1534 * Mon Oct 25 2004 Dave Jones <davej@redhat.com>
1535 - Add another USB card reader to SCSI whitelist (#132923)
1536
1537 * Fri Oct 22 2004 Dave Jones <davej@redhat.com>
1538 - Fix PPC NUMA (#130716).
1539 - Fix autoraid for S390 (#123842/#130339)
1540 - Selected bits from 2.6.9-ac3
1541   - Fix syncppp/async ppp problems with new hangup
1542   - Fix broken parport_pc unload
1543   - Stop i8xx_tco making some boxes reboot on load
1544   - Fix cpia/module tools deadlock
1545   - Security fix for smbfs leak/overrun
1546
1547 * Thu Oct 21 2004 Dave Jones <davej@redhat.com>
1548 - Misc security fixes from 2.6.9-ac2
1549
1550 * Wed Oct 20 2004 Dave Jones <davej@redhat.com>
1551 - Fix ia64 module loading. (#136365)
1552 - Enable discontigmem for PPC64
1553 - Disable a bunch of useless PPC config options
1554 - Enable PACK_STACK on s390.
1555
1556 * Tue Oct 19 2004 Dave Jones <davej@redhat.com>
1557 - Fix NFS badness (#132726)
1558 - Drop bogus USB workaround. (#131127)
1559
1560 * Mon Oct 18 2004 Dave Jones <davej@redhat.com>
1561 - Rebase to 2.6.9
1562 - Speedtouch USB DSL modem driver update.
1563 - Cleanup some iseries config options.
1564
1565 * Fri Oct 15 2004 Dave Jones <davej@redhat.com>
1566 - 2.6.9-rc4-bk3
1567 - Fix up a bunch of unresolved symbols that crept in recently.
1568 - Remove bogus O_NONBLOCK patch which broke lots of userspace.
1569 - Fix booting on PPC64 by reserving initrd pages.
1570
1571 * Thu Oct 14 2004 Dave Jones <davej@redhat.com>
1572 - Rebase to 2.6.9-rc4-bk2
1573 - librtas needs to work around the /dev/mem restrictions.
1574 - EXT3 reservations use-before-initialised bugfix.
1575 - support O_NONBLOCK for read,pread,readv of regular files.
1576 - EDD blows up some x86-64's. Disable again.
1577
1578 * Wed Oct 13 2004 Dave Jones <davej@redhat.com>
1579 - Make EDD driver modular on x86-64 too.
1580 - Various mkinitrd spec changes (Jeremy Katz)
1581 - Enable a bunch more PPC64 config options. (Dave Howells)
1582 - Enable ACPI cpufreq driver for x86-64 too.
1583
1584 * Tue Oct 12 2004 Dave Jones <davej@redhat.com>
1585 - Rebase to 2.6.9-rc4-bk1
1586 - Tux update.
1587 - Update netdump/diskdump patches
1588 - PowerPC 64 netboot changes.
1589 - Various CONFIG_ option diddling.
1590 - Fix up the find_isa_irq_pin() oops on reboot for x86-64 too. 
1591
1592 * Mon Oct 11 2004 Dave Jones <davej@redhat.com>
1593 - Rebase to 2.6.9-rc4
1594 - Enable CONFIG_MICROCODE for x86-64
1595
1596 * Fri Oct  8 2004 Dave Jones <davej@redhat.com>
1597 - Rebase to 2.6.9-rc3-bk8
1598
1599 * Thu Oct  7 2004 Dave Jones <davej@redhat.com>
1600 - Rebase to 2.6.9-rc3-bk7
1601 - Fix up PPC/PPC64 compilation failures due to new binutils. (David Woodhouse)
1602
1603 * Wed Oct  6 2004 Dave Jones <davej@redhat.com>
1604 - Rebase to 2.6.9-rc3-bk6
1605 - Add xattr support for tmpfs.
1606
1607 * Mon Oct  4 2004 Stephen C. Tweedie <sct@redhat.com>
1608 - Update ext3 online resize to 2.6.9-rc3-mm2 upstream
1609 - Reenable ext3 online resize in .spec
1610
1611 * Tue Sep 28 2004 Jeremy Katz <katzj@redhat.com>
1612 - add patch from Roland McGrath/James Morris to fix mprotect hook bug (#133505)
1613
1614 * Mon Sep 20 2004 Arjan van de Ven <arjanv@redhat.com>
1615 - 2.6.9-rc2-bk5
1616
1617 * Thu Sep 16 2004 Arjan van de Ven <arjanv@redhat.com>
1618 - fix tux for x86-64 and ppc64
1619
1620 * Tue Sep 14 2004 Arjan van de Ven <arjanv@redhat.com>
1621 - 2.6.9-rc2
1622 - add diskdump
1623
1624 * Fri Sep 10 2004 Arjan van de Ven <arjanv@redhat.com>
1625 - 2.6.9-rc1-bk17 ; make ppc32 build
1626
1627 * Tue Sep 07 2004 Arjan van de Ven <arjanv@redhat.com>
1628 - 2.6.9-rc1-bk13
1629
1630 * Mon Sep 06 2004 Arjan van de Ven <arjanv@redhat.com>
1631 - disable online resize again
1632 - hopefully fix Quake3 interaction with execshield
1633 - add Alan's borken-bios-IRQ workaround patch
1634
1635 * Sat Sep 04 2004 Arjan van de Ven <arjanv@redhat.com>
1636 - 2.6.9-rc1-bk11
1637
1638 * Tue Aug 31 2004 Arjan van de Ven <arjanv@redhat.com>
1639 - fix execshield buglet with legacy binaries
1640 - 2.6.9-rc1-bk7
1641
1642 * Mon Aug 30 2004 Arjan van de Ven <arjanv@redhat.com>
1643 - 2.6.9-rc1-bk6
1644
1645 * Sat Aug 28 2004 Arjan van de Ven <arjanv@redhat.com>
1646 - 2.6.9-rc1-bk4, now with i915 DRM driver
1647
1648 * Fri Aug 27 2004 Arjan van de Ven <arjanv@redhat.com>
1649 - 2.6.9-rc1-bk2 
1650
1651 * Mon Aug 23 2004 Arjan van de Ven <arjanv@redhat.com>
1652 - 2.6.8.1-bk2
1653
1654 * Sat Aug 21 2004 Arjan van de Ven <arjanv@redhat.com>
1655 - attempt to fix early-udev bug
1656
1657 * Fri Aug 13 2004 Arjan van de Ven <arjanv@redhat.com>
1658 - 2.6.8-rc4-bk3
1659 - split execshield up some more
1660
1661 * Fri Aug 13 2004 Dave Jones <davej@redhat.com>
1662 - Update SCSI whitelist again with some more card readers.
1663
1664 * Mon Aug 9 2004 Arjan van de Ven <arjanv@redhat.com>
1665 - 2.6.8-rc3-bk3
1666
1667 * Wed Aug 4 2004 Arjan van de Ven <arjanv@redhat.com>
1668 - Add the flex-mmap bits for s390/s390x (Pete Zaitcev)
1669 - Add flex-mmap for x86-64 32 bit emulation
1670 - 2.6.8-rc3
1671
1672 * Mon Aug 2 2004 Arjan van de Ven <arjanv@redhat.com>
1673 - Add Rik's token trashing control patch
1674
1675 * Sun Aug 1 2004 Arjan van de Ven <arjanv@redhat.com>
1676 - 2.6.8-rc2-bk11
1677
1678 * Fri Jul 30 2004 Arjan van de Ven <arjanv@redhat.com>
1679 - 2.6.8-rc2-bk8
1680
1681 * Wed Jul 28 2004 Arjan van de Ven <arjanv@redhat.com>
1682 - 2.6.8-rc2-bk6
1683 - make a start at splitting up the execshield patchkit
1684
1685 * Fri Jul 16 2004 Arjan van de Ven <arjanv@redhat.com>
1686 - ppc32 embedded updates
1687
1688 * Thu Jul 15 2004 Arjan van de Ven <arjanv@redhat.com>
1689 - make USB modules again and add Alan's real fix for the SMM-meets-USB bug
1690 - 2.6.8-rc1-bk4
1691
1692 * Wed Jul 14 2004 Arjan van de Ven <arjanv@redhat.com>
1693 - 2.6.8-rc1-bk3
1694
1695 * Tue Jul 13 2004 Arjan van de Ven <arjanv@redhat.com>
1696 - add "enforcemodulesig" boot option to make the kernel load signed modules only
1697
1698 * Mon Jul 12 2004 Arjan van de Ven <arjanv@redhat.com>
1699 - updated voluntary preempt
1700 - 2.6.8-rc1
1701
1702 * Wed Jul 7 2004 Arjan van de Ven <arjanv@redhat.com>
1703 - fix boot breakage that was hitting lots of people (Dave Jones)
1704
1705 * Tue Jul 6 2004 Arjan van de Ven <arjanv@redhat.com>
1706 - add voluntary preemption patch from Ingo
1707 - 2.6.7-bk19
1708
1709 * Tue Jun 29 2004 Arjan van de Ven <arjanv@redhat.com>
1710 - make a start at gpg signed modules support
1711
1712 * Sat Jun 27 2004 Arjan van de Ven <arjanv@redhat.com>
1713 - experiment with making the hardlink call in post more efficient
1714 - 2.6.7-bk9
1715
1716 * Thu Jun 24 2004 Arjan van de Ven <arjanv@redhat.com>
1717 - 2.6.7-bk7
1718 - Add wli's patch to allocate memory bottom up not top down
1719 - change some config options in the kernel-sourcecode package that are
1720   good for rpm kernel builds but not for custom user builds to more appropriate 
1721   default values.
1722 - reenable kernel-sourcecode again for a few builds 
1723
1724 * Wed Jun 23 2004 Arjan van de Ven <arjanv@redhat.com>
1725 - 2.6.7-bk5
1726 - fix tux unresolved symbols (#126532)
1727
1728 * Mon Jun 21 2004 Arjan van de Ven <arjanv@redhat.com>
1729 - make kernel-doc and kernel-sourcecode builds independent of eachother
1730 - disable kernel-sourcecode builds entirely, we'll be replacing it with documentation
1731   on how to use the src.rpm instead for building your own kernel.
1732
1733 * Sat Jun 19 2004 Arjan van de Ven <arjanv@redhat.com>
1734 - 2.6.7-bk2
1735
1736 * Sun Jun 13 2004 Arjan van de Ven <arjanv@redhat.com>
1737 - add patch from DaveM to fix the ppp-keeps-iface-busy bug
1738
1739 * Sat Jun 12 2004 Arjan van de Ven <arjanv@redhat.com>
1740 - add fix from Andi Kleen/Linus for the fpu-DoS
1741
1742 * Thu Jun 10 2004 Arjan van de Ven <arjanv@redhat.com>
1743 - disable mlock-uses-rlimit patch, it has a security hole and needs more thought
1744 - revert airo driver to the FC2 one since the new one breaks
1745
1746 * Tue Jun 8 2004 Dave Jones <davej@redhat.com>
1747 - Update to 2.6.7rc3
1748
1749 * Fri Jun 4 2004 Arjan van de Ven <arjanv@redhat.com>
1750 - fix the mlock-uses-rlimit patch
1751
1752 * Wed Jun 2 2004 David Woodhouse <dwmw2@redhat.com>
1753 - Add ppc64 (Mac G5)
1754
1755 * Wed Jun 2 2004 Arjan van de Ven <arjanv@redhat.com>
1756 - add a forward port of the mlock-uses-rlimit patch
1757 - add NX support for x86 (Intel, Ingo)
1758
1759 * Tue Jun 1 2004 Arjan van de Ven <arjanv@redhat.com>
1760 - refresh ext3 reservation patch
1761
1762 * Sun May 30 2004 Arjan van de Ven <arjanv@redhat.com>
1763 - 2.6.7-rc2
1764 - set the ACPI OS name to "Microsoft Windows XP" for better compatibility
1765
1766 * Thu May 27 2004 Pete Zaitcev <zaitcev@redhat.com>
1767 - Fix qeth and zfcp (s390 drivers): align qib by 256, embedded into qdio_irq.
1768
1769 * Thu May 27 2004 Dave Jones <davej@redhat.com>
1770 - Fix the crashes on boot on Asus P4P800 boards. (#121819)
1771
1772 * Wed May 26 2004 Dave Jones <davej@redhat.com>
1773 - Lots more updates to the SCSI whitelist for various
1774   USB card readers. (#112778, among others..)
1775
1776 * Wed May 26 2004 Arjan van de Ven <arjanv@redhat.com>
1777 - back out ehci suspend/resume patch, it breaks
1778 - add fix for 3c59x-meets-kudzu bug from Alan
1779
1780 * Tue May 25 2004 Arjan van de Ven <arjanv@redhat.com>
1781 - try improving suspend/resume by restoring more PCI state
1782 - 2.6.7-rc1-bk1
1783
1784 * Mon May 24 2004 Dave Jones <davej@redhat.com>
1785 - Add yet another multi-card reader to the whitelist (#85851)
1786
1787 * Sun May 23 2004 Dave Jones <davej@redhat.com>
1788 - Add another multi-card reader to the whitelist (#124048)
1789
1790 * Wed May 19 2004 Arjan van de Ven <arjanv@redhat.com>
1791 - put firewire race fix in (datacorruptor)
1792
1793 * Tue May 18 2004 Dave Jones <davej@redhat.com>
1794 - Fix typo in ibmtr driver preventing compile (#123391)
1795
1796 * Mon May 17 2004 Arjan van de Ven <arjanv@redhat.com>
1797 - update to 2.6.6-bk3
1798 - made kernel-source and kernel-doc noarch.rpm's since they are not
1799   architecture specific.
1800
1801 * Sat May 08 2004 Arjan van de Ven <arjanv@redhat.com>
1802 - fix non-booting on Transmeta cpus (Peter Anvin)
1803 - fix count leak in message queues
1804
1805 * Fri May 07 2004 Arjan van de Ven <arjanv@redhat.com>
1806 - more ide cache flush work
1807 - patch from scsi-bk to fix sd refcounting
1808
1809 * Thu May 06 2004 Arjan van de Ven <arjanv@redhat.com>
1810 - some more ide cache flush fixes 
1811
1812 * Wed May 05 2004 Arjan van de Ven <arjanv@redhat.com>
1813 - fix bug 122504
1814 - convert b44 to ethtool ops (jgarzik)
1815 - make IDE do a cache-flush on shutdown (me/Alan)
1816
1817 * Tue May 04 2004 Arjan van de Ven <arjanv@redhat.com>
1818 - work around i810/i830 DRM issue
1819
1820 * Fri Apr 30 2004 Arjan van de Ven <arjanv@redhat.com>
1821 - 2.6.6-rc3-bk1
1822 - make amd64 boot again
1823 - fix vm86-vs-4g4g interaction (Ingo)
1824
1825 * Thu Apr 22 2004 Arjan van de Ven <arjanv@redhat.com>
1826 - 2.6.6-rc2
1827  
1828 * Tue Apr 20 2004 Arjan van de Ven <arjanv@redhat.com>
1829 - add the ext3 online resize patch
1830
1831 * Mon Apr 19 2004 Arjan van de Ven <arjanv@redhat.com>
1832 - 2.6.6-rc1-bk3
1833 - add the objrmap vm from the -mm tree; it needs testing
1834
1835 * Thu Apr 15 2004 Arjan van de Ven <arjanv@redhat.com>
1836 - 2.6.5-bk2
1837 - disable DISCONTIGMEM on ia64 for performance
1838 - fix sleep_on use in reiserfs (Chris Mason)
1839
1840 * Tue Apr 13 2004 Arjan van de Ven <arjanv@redhat.com>
1841 - 2.6.5-mc4
1842 - reenable sg driver for scsi tape changers and such
1843 - the sk98lin driver oopses on module unload, preven that
1844
1845 * Mon Apr 12 2004 Arjan van de Ven <arjanv@redhat.com>
1846 - fix "bad pmd" bug with patch from Ingo
1847
1848 * Fri Apr 09 2004 Arjan van de Ven <arjanv@redhat.com>
1849 - 2.6.5-mc3
1850 - finish up the -mc2 merge
1851 - latest 4g/4g patch from Ingo
1852 - latest execshield patch from Ingo
1853 - fix a few framebuffer bugs
1854
1855 * Thu Apr 08 2004 Arjan van de Ven <arjanv@redhat.com>
1856 - first attempt at a 2.6.5-mc2 merge
1857
1858 * Thu Apr 08 2004 Dave Jones <davej@redhat.com>
1859 - Add in missing SiS AGP fix.
1860
1861 * Tue Apr 06 2004 Dave Jones <davej@redhat.com>
1862 - More agpgart fixes.
1863
1864 * Fri Apr 02 2004 Arjan van de Ven <arjanv@redhat.com>
1865 - fix another 4g/4g-vs-resume bug
1866
1867 * Tue Mar 30 2004 Arjan van de Ven <arjanv@redhat.com>
1868 - 2.6.5-rc3
1869 - fix PCI posting bug in i830 DRM
1870
1871 * Mon Mar 29 2004 Arjan van de Ven <arjanv@redhat.com>
1872 - 2.6.5-rc2-bk8
1873
1874 * Mon Mar 29 2004 Dave Jones <davej@redhat.com>
1875 - Include latest agpgart fixes.
1876
1877 * Thu Mar 25 2004 Arjan van de Ven <arjanv@redhat.com>
1878 - more DRM fixes
1879 - add the fsync patches from akpm
1880
1881 * Tue Mar 23 2004 Arjan van de Ven <arjanv@redhat.com>
1882 - 2.6.5-rc2-bk3
1883 - fix direct userspace memory access in i830 drm driver
1884
1885 * Mon Mar 22 2004 Arjan van de Ven <arjanv@redhat.com>
1886 - 2.6.5-rc2-bk2
1887 - some stackbloat reductions from Dave and me
1888
1889 * Sat Mar 20 2004 Arjan van de Ven <arjanv@redhat.com>
1890 - 2.6.5-rc2
1891
1892 * Tue Mar 16 2004 Dave Jones <davej@redhat.com>
1893 - 2.6.5-rc1
1894
1895 * Mon Mar 15 2004 Arjan van de Ven <arjanv@redhat.com>
1896 - 2.6.4-bk3
1897 - fix oops in toshiba_acpi (Barry K. Nathan)
1898
1899 * Sat Mar 13 2004 Arjan van de Ven <arjanv@redhat.com>
1900 - 2.6.4-bk2 merge 
1901
1902 * Thu Mar 11 2004 Arjan van de Ven <arjanv@redhat.com>
1903 - renable sonypi driver that was off accidentally
1904 - 2.6.4-final 
1905 - fix the oops on alsa module unloads
1906
1907 * Wed Mar 10 2004 Arjan van de Ven <arjanv@redhat.com>
1908 - add ppc64/iseries, ppc32 (powermac/ibook) and ia64 architectures
1909 - 2.6.4-rc3 
1910
1911 * Tue Mar 09 2004 Arjan van de Ven <arjanv@redhat.com>
1912 - 2.6.4-rc2-bk5
1913 - fix nfs-vs-selinux issue
1914 - fix typo in URL as per #117849
1915
1916 * Mon Mar 08 2004 Arjan van de Ven <arjanv@redhat.com>
1917 - fix race in lp.c (#117710)
1918 - 2.6.4-rc2-bk3
1919 - attempt to fix S3 suspend-to-ram with 4g/4g split
1920
1921 * Sat Mar 06 2004 Arjan van de Ven <arjanv@redhat.com>
1922 - fix reiserfs
1923 - set HZ to 1000 again for some tests
1924
1925 * Wed Feb 25 2004 Arjan van de Ven <arjanv@redhat.com>
1926 - merge back a bunch of fedora fixes
1927 - disable audit
1928
1929 * Tue Feb 24 2004 Arjan van de Ven <arjanv@redhat.com>
1930 - audit bugfixes
1931 - update tux to a working version
1932 - 2.6.3-bk5 merge
1933
1934 * Fri Feb 20 2004 Arjan van de Ven <arjanv@redhat.com>
1935 - re-add and enable the Auditing patch
1936 - switch several cpufreq modules to built in since detecting in userspace
1937   which to use is unpleasant
1938
1939 * Thu Jul 03 2003 Arjan van de Ven <arjanv@redhat.com>
1940 - 2.6 start
1941