# We have to override the new %%install behavior because, well... the kernel is special. %global __spec_install_pre %{___build_pre} Summary: The Linux kernel (the core of the Linux operating system) # What parts do we want to build? We must build at least one kernel. # These are the kernels that are built IF the architecture allows it. %define buildup 1 # Only used on archs without run-time support (ie ppc, sparc64) %define buildsmp 0 %define buildpae 0 # Whether to apply the Xen patches, leave this enabled. %define includexen 0 # Whether to build the Xen kernels, disable if you want. %define buildxen 0 %define builddoc 0 %define buildkdump 0 %define buildheaders 1 # kernel-firmware %define with_firmware %{?_with_firmware: 1} %{?!_with_firmware: 0} %define _enable_debug_packages 0 # Versions of various parts # After branching, please hardcode these values as the # %dist and %rhel tags are not reliable yet # For example dist -> .el5 and rhel -> 5 #% define dist .XX #% define rhel Y # This makes my brain hurt. Rpmbuild makes me very very angry. I'm going # to think about fluffy bunnies now. # %define sublevel %(if [ ! -f %{_builddir}/v ]; then tar jxvf %{_sourcedir}/olpc-2.6.tar.bz2 -O -K --wildcards 'linux-2.6.[0-9][0-9]/Makefile' 2>/dev/null | head | sed -ne 's/^.*SUBLEVEL[[:space:]]*=[[:space:]]*\\([0-9]\\+\\).*$/\\1/p' > %{_builddir}/v; fi; cat %{_builddir}/v) # # Polite request for people who spin their own kernel rpms: # please modify the "release" field in a way that identifies # that the kernel isn't the stock distribution kernel, for example by # adding some text to the end of the version number. # %define kversion 2.6.%{sublevel} %define rpmversion 2.6.%{sublevel}_xo1 %define release %(date "+%Y%m%d.%H%M").%{?dist}.%{?head} %define signmodules 0 %define xen_hv_cset 11616 %define make_target bzImage %define kernel_image x86 %define xen_flags verbose=y crash_debug=y %define xen_target vmlinuz %define xen_image vmlinuz %define KVERREL %{PACKAGE_VERSION}-%{PACKAGE_RELEASE} %define hdrarch %_target_cpu # groups of related archs #OLPC stuff %if 0%{?olpc} %define buildxen 0 %define buildkdump 0 %define all_arch_configs $RPM_SOURCE_DIR/kernel-xo1-custom.config %define with_firmware 1 %endif # Don't build 586 kernels for RHEL builds. %if 0%{?rhel} %define all_x86 i386 i686 # we differ here b/c of the reloc patches %ifarch i686 x86_64 %define buildkdump 0 %endif %else %define all_x86 i386 i586 i686 %endif # Override generic defaults with per-arch defaults %ifarch noarch %define builddoc 1 %define buildup 0 %define buildheaders 0 %define all_arch_configs $RPM_SOURCE_DIR/kernel-%{kversion}-*.config %define with_firmware 0 %endif # kdump only builds on i686, x86_64, ppc64 ... %ifnarch i686 x86_64 ppc64 ppc64iseries %define buildkdump 0 %endif # Xen only builds on i686, x86_64 and ia64 ... %ifnarch i686 x86_64 %define buildxen 0 %endif # Second, per-architecture exclusions (ifarch) %ifarch ppc64iseries i686 i586 %define buildheaders 1 %endif %ifarch %{all_x86} %define image_install_path boot %define signmodules 0 %define hdrarch i386 %endif %ifarch i686 %define buildpae 1 # we build always xen HV with pae %define xen_flags verbose=y crash_debug=y pae=y %endif %ifarch x86_64 %define all_arch_configs $RPM_SOURCE_DIR/kernel-%{kversion}-x86_64*.config %define image_install_path boot %define signmodules 1 %endif %ifarch ppc64 ppc64iseries %define all_arch_configs $RPM_SOURCE_DIR/kernel-%{kversion}-ppc64*.config %define image_install_path boot %define signmodules 1 %define make_target vmlinux %define kernel_image vmlinux %define kernel_image_elf 1 %define hdrarch powerpc %endif %ifarch s390 %define all_arch_configs $RPM_SOURCE_DIR/kernel-%{kversion}-s390*.config %define image_install_path boot %define make_target image %define kernel_image arch/s390/boot/image %endif %ifarch s390x %define all_arch_configs $RPM_SOURCE_DIR/kernel-%{kversion}-s390x.config %define image_install_path boot %define make_target image %define kernel_image arch/s390/boot/image %define hdrarch s390 %endif %ifarch sparc %define all_arch_configs $RPM_SOURCE_DIR/kernel-%{kversion}-sparc.config %define make_target image %define kernel_image image %endif %ifarch sparc64 %define buildsmp 1 %define all_arch_configs $RPM_SOURCE_DIR/kernel-%{kversion}-sparc64*.config %define make_target image %define kernel_image image %endif %ifarch ppc %define all_arch_configs $RPM_SOURCE_DIR/kernel-%{kversion}-ppc{-,.}*config %define image_install_path boot %define make_target vmlinux %define kernel_image vmlinux %define kernel_image_elf 1 %define buildsmp 1 %define hdrarch powerpc %endif %ifarch ia64 %define all_arch_configs $RPM_SOURCE_DIR/kernel-%{kversion}-ia64*.config %define image_install_path boot/efi/EFI/redhat %define signmodules 1 %define make_target compressed %define kernel_image vmlinux.gz # ia64 xen HV doesn't building with debug=y at the moment %define xen_flags verbose=y crash_debug=y %define xen_target compressed %define xen_image vmlinux.gz %endif # To temporarily exclude an architecture from being built, add it to # %nobuildarches. Do _NOT_ use the ExclusiveArch: line, because if we # don't build kernel-headers then the new build system will no longer let # us use the previous build of that package -- it'll just be completely AWOL. # Which is a BadThing(tm). # We don't build a kernel on i386 or s390x -- we only do kernel-headers there. %define nobuildarches i386 s390 %ifarch %nobuildarches %define buildup 0 %define buildsmp 0 %define buildpae 0 %define buildxen 0 %define buildkdump 0 %define _enable_debug_packages 0 %endif # # Three sets of minimum package version requirements in the form of Conflicts: # to versions below the minimum # # # First the general kernel 2.6 required versions as per # Documentation/Changes # %define kernel_dot_org_conflicts ppp < 2.4.3-3, isdn4k-utils < 3.2-32, nfs-utils < 1.0.7-12, e2fsprogs < 1.37-4, util-linux < 2.12, jfsutils < 1.1.7-2, reiserfs-utils < 3.6.19-2, xfsprogs < 2.6.13-4, procps < 3.2.5-6.3, oprofile < 0.9.1-2 # # Then a series of requirements that are distribution specific, either # because we add patches for something, or the older versions have # problems with the newer kernel or lack certain things that make # integration in the distro harder than needed. # %define package_conflicts kudzu < 1.2.5, initscripts < 7.23, udev < 063-6, iptables < 1.3.2-1, ipw2200-firmware < 2.4, selinux-policy-targeted < 1.25.3-14 # # The ld.so.conf.d file we install uses syntax older ldconfig's don't grok. # %define xen_conflicts glibc < 2.3.5-1, xen < 3.0.1 # # Packages that need to be installed before the kernel is, because the %post # scripts use them. # %define kernel_prereq fileutils, module-init-tools, initscripts >= 8.11.1-1, libertas-usb8388-firmware, dracut, dracut-modules-olpc >= 0.2.0, kernel-firmware >= %{rpmversion}-%{release} Name: kernel Group: System Environment/Kernel License: GPLv2 Version: %{rpmversion} Release: %{release} %if 0%{?olpc} ExclusiveArch: i386 i586 %else # DO NOT CHANGE THIS LINE TO TEMPORARILY EXCLUDE AN ARCHITECTURE BUILD. # SET %nobuildarches (ABOVE) INSTEAD ExclusiveArch: noarch %{all_x86} x86_64 ppc ppc64 ppc64iseries ia64 sparc sparc64 s390 s390x %endif ExclusiveOS: Linux Provides: kernel = %{version} Provides: kernel-drm = 4.3.0 Provides: kernel-%{_target_cpu} = %{rpmversion}-%{release} Prereq: %{kernel_prereq} Conflicts: %{kernel_dot_org_conflicts} Conflicts: %{package_conflicts} # We can't let RPM do the dependencies automatic because it'll then pick up # a correct but undesirable perl dependency from the module headers which # isn't required for the kernel proper to function AutoReq: no AutoProv: yes # # List the packages used during the kernel build # BuildPreReq: module-init-tools, patch >= 2.5.4, bash >= 2.03, sh-utils, tar BuildPreReq: bzip2, findutils, gzip, m4, perl, make >= 3.78, diffutils %if %{signmodules} BuildPreReq: gnupg %endif BuildRequires: gcc >= 3.4.2, binutils >= 2.12, redhat-rpm-config %if %{buildheaders} BuildRequires: unifdef %endif BuildConflicts: rhbuildsys(DiskFree) < 500Mb Source0: olpc-2.6.tar.bz2 Source2: Config.mk Source10: COPYING.modules Source11: genkey Source12: kabitool Source14: find-provides Source15: merge.pl Source82: kernel-xo1-custom.config #Patch1: patch-2.6.18-rc7.bz2 #Patch2: patch-2.6.18-rc7-git4.bz2 # END OF PATCH DEFINITIONS BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root %ifarch x86_64 Obsoletes: kernel-smp %endif %description The kernel package contains the Linux kernel (vmlinuz), the core of any Linux operating system. The kernel handles the basic functions of the operating system: memory allocation, process allocation, device input and output, etc. %package devel Summary: Development package for building kernel modules to match the kernel. Group: System Environment/Kernel AutoReqProv: no Provides: kernel-devel-%{_target_cpu} = %{rpmversion}-%{release} Prereq: /usr/bin/find %description devel This package provides kernel headers and makefiles sufficient to build modules against the kernel package. %package doc Summary: Various documentation bits found in the kernel source. Group: Documentation %description doc This package contains documentation files from the kernel source. Various bits of information about the Linux kernel and the device drivers shipped with it are documented in these files. You'll want to install this package if you need a reference to the options that can be passed to Linux kernel modules at load time. %package headers Summary: Header files for the Linux kernel for use by glibc Group: Development/System Obsoletes: glibc-kernheaders Provides: glibc-kernheaders = 3.0-46 %description headers Kernel-headers includes the C header files that specify the interface between the Linux kernel and userspace libraries and programs. The header files define structures and constants that are needed for building most standard programs and are also needed for rebuilding the glibc package. %package firmware Summary: Firmware files used by the Linux kernel Group: Development/System # This is... complicated. # Look at the WHENCE file. License: GPL+ and GPLv2+ and MIT and Redistributable, no modification permitted %if "x%{?variant}" != "x" Provides: kernel-firmware = %{rpmversion}-%{release} %endif %description firmware Kernel-firmware includes firmware files required for some devices to operate. %prep #if a rhel kernel, apply the rhel config options %if 0%{?rhel} for i in %{all_arch_configs} do mv $i $i.tmp $RPM_SOURCE_DIR/merge.pl $RPM_SOURCE_DIR/config-rhel-generic $i.tmp > $i rm $i.tmp done for i in $RPM_SOURCE_DIR/kernel-%{kversion}-{i586,i686,i686-PAE,x86_64}*.config do echo i is this file $i mv $i $i.tmp $RPM_SOURCE_DIR/merge.pl $RPM_SOURCE_DIR/config-rhel-x86-generic $i.tmp > $i rm $i.tmp done %endif #if a olpc kernel, apply the olpc config options %if 0%{?olpc} for i in %{all_arch_configs} do mv $i $i.tmp $RPM_SOURCE_DIR/merge.pl $RPM_SOURCE_DIR/kernel-xo1-custom.config $i.tmp > $i rm $i.tmp done %endif # First we unpack the kernel tarball. # If this isn't the first make prep, we use links to the existing clean tarball # which speeds things up quite a bit. if [ ! -d kernel-%{kversion}/vanilla ]; then # Ok, first time we do a make prep. rm -f pax_global_header %setup -q -n %{name}-%{version} -c mv linux-%{kversion} vanilla else # We already have a vanilla dir. cd kernel-%{kversion} if [ -d linux-%{kversion}.%{_target_cpu} ]; then # Just in case we ctrl-c'd a prep already rm -rf deleteme # Move away the stale away, and delete in background. mv linux-%{kversion}.%{_target_cpu} deleteme rm -rf deleteme & fi fi cp -rl vanilla linux-%{kversion}.%{_target_cpu} cd linux-%{kversion}.%{_target_cpu} # Update to latest upstream. #%patch1 -p1 #%patch2 -p1 # END OF PATCH APPLICATIONS cp %{SOURCE10} Documentation/ mkdir configs cp -f %{all_arch_configs} . %if 0%{?rhel} # don't need these for relocatable kernels rm -f kernel-%{kversion}-{i686,x86_64}-kdump.config %endif %if 0%{?olpc} # don't need these for OLPC rm -f kernel-%{kversion}-*PAE*.config rm -f kernel-%{kversion}-*xen*.config rm -f kernel-%{kversion}-*kdump*.config %endif # now run oldconfig over all the config files for i in *.config do mv $i .config Arch=x86 make ARCH=$Arch silentoldconfig > /dev/null echo "# $Arch" > configs/$i cat .config >> configs/$i done # make sure the kernel has the sublevel we know it has. This looks weird # but for -pre and -rc versions we need it since we only want to use # the higher version when the final kernel is released. perl -p -i -e "s/^SUBLEVEL.*/SUBLEVEL = %{sublevel}/" Makefile perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = -prep/" Makefile # If we don't have many patches to apply, sometimes the deleteme # trick still hasn't completed, and things go bang at this point # when find traverses into directories that get deleted. # So we serialise until the dir has gone away. while [ -d deleteme ]; do sleep 1 done # get rid of unwanted files resulting from patch fuzz cd .. find . \( -name "*.orig" -o -name "*~" \) -exec rm -f {} \; >/dev/null # Unpack the Xen tarball. %if %{includexen} cp %{SOURCE2} . if [ -d xen ]; then rm -rf xen fi %setup -D -T -q -n %{name}-%{version} -a1 cd xen # Any necessary hypervisor patches go here %patch20000 -p1 %patch20001 -p2 %endif ### ### build ### %build # # Create gpg keys for signing the modules # %if %{signmodules} gpg --homedir . --batch --gen-key %{SOURCE11} gpg --homedir . --export --keyring ./kernel.pub Red > extract.pub make linux-%{kversion}.%{_target_cpu}/scripts/bin2c linux-%{kversion}.%{_target_cpu}/scripts/bin2c ksign_def_public_key __initdata < extract.pub > linux-%{kversion}.%{_target_cpu}/crypto/signature/key.h %endif BuildKernel() { MakeTarget=$1 KernelImage=$2 Flavour=$3 # Pick the right config file for the kernel we're building if [ -n "$Flavour" ] ; then Config=kernel-%{kversion}-%{_target_cpu}-$Flavour.config DevelDir=/usr/src/kernels/%{KVERREL}-$Flavour-%{_target_cpu} DevelLink=/usr/src/kernels/%{KVERREL}$Flavour-%{_target_cpu} else Config=kernel-%{kversion}-%{_target_cpu}.config DevelDir=/usr/src/kernels/%{KVERREL}-%{_target_cpu} DevelLink= fi Config=kernel-xo1-custom.config KernelVer=%{version}-%{release}$Flavour echo BUILDING A KERNEL FOR $Flavour %{_target_cpu}... # make sure EXTRAVERSION says what we want it to say perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = _xo1-%{release}$Flavour/" Makefile # and now to start the build process make -s mrproper cp configs/$Config .config Arch=x86 echo USING ARCH=$Arch if [ "$KernelImage" == "x86" ]; then KernelImage=arch/$Arch/boot/bzImage fi make -s ARCH=$Arch silentoldconfig > /dev/null make -s ARCH=$Arch %{?_smp_mflags} $MakeTarget make -s ARCH=$Arch %{?_smp_mflags} modules || exit 1 # Start installing the results %if "%{_enable_debug_packages}" == "1" mkdir -p $RPM_BUILD_ROOT/usr/lib/debug/boot mkdir -p $RPM_BUILD_ROOT/usr/lib/debug/%{image_install_path} %endif mkdir -p $RPM_BUILD_ROOT/%{image_install_path} install -m 644 .config $RPM_BUILD_ROOT/boot/config-$KernelVer install -m 644 System.map $RPM_BUILD_ROOT/boot/System.map-$KernelVer touch $RPM_BUILD_ROOT/boot/initrd-$KernelVer.img cp $KernelImage $RPM_BUILD_ROOT/%{image_install_path}/vmlinuz-$KernelVer if [ -f arch/$Arch/boot/zImage.stub ]; then cp arch/$Arch/boot/zImage.stub $RPM_BUILD_ROOT/%{image_install_path}/zImage.stub-$KernelVer || : fi if [ "$Flavour" == "kdump" ]; then cp vmlinux $RPM_BUILD_ROOT/%{image_install_path}/vmlinux-$KernelVer rm -f $RPM_BUILD_ROOT/%{image_install_path}/vmlinuz-$KernelVer fi mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer # Override $(mod-fw) because we don't want it to install any firmware # We'll do that ourselves with 'make firmware_install' make -s ARCH=$Arch INSTALL_MOD_PATH=$RPM_BUILD_ROOT modules_install KERNELRELEASE=$KernelVer mod-fw= # And save the headers/makefiles etc for building modules against # # This all looks scary, but the end result is supposed to be: # * all arch relevant include/ files # * all Makefile/Kconfig files # * all script/ files rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/build rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/source mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/build (cd $RPM_BUILD_ROOT/lib/modules/$KernelVer ; ln -s build source) # dirs for additional modules per module-init-tools, kbuild/modules.txt mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/extra mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/updates mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/weak-updates # first copy everything cp --parents `find -type f -name "Makefile*" -o -name "Kconfig*"` $RPM_BUILD_ROOT/lib/modules/$KernelVer/build cp Module.symvers $RPM_BUILD_ROOT/lib/modules/$KernelVer/build # then drop all but the needed Makefiles/Kconfig files rm -rf $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/Documentation rm -rf $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/scripts rm -rf $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include cp .config $RPM_BUILD_ROOT/lib/modules/$KernelVer/build cp -a scripts $RPM_BUILD_ROOT/lib/modules/$KernelVer/build if [ -d arch/%{_arch}/scripts ]; then cp -a arch/%{_arch}/scripts $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/%{_arch} || : fi if [ -f arch/%{_arch}/*lds ]; then cp -a arch/%{_arch}/*lds $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/%{_arch}/ || : fi rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/scripts/*.o rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/scripts/*/*.o mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include cd include cp -a acpi config keys linux math-emu media mtd net pcmcia rdma rxrpc scsi sound video asm-generic $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include # cp -a `readlink asm` $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include if [ "%{sublevel}" = "22" ]; then if [ "$Arch" = "x86_64" ]; then cp -a asm-i386 $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include fi if [ "$Arch" = "i386" ]; then cp -a asm-x86_64 $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include fi fi # While arch/powerpc/include/asm is still a symlink to the old # include/asm-ppc{64,} directory, include that in kernel-devel too. if [ "$Arch" = "powerpc" -a -r ../arch/powerpc/include/asm ]; then cp -a `readlink ../arch/powerpc/include/asm` $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/$Arch/include pushd $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/$Arch/include ln -sf ../../../include/asm-ppc* asm popd fi %if %{includexen} cp -a xen $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include %endif # Make sure the Makefile and version.h have a matching timestamp so that # external modules can be built touch -r $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/Makefile $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include/linux/version.h touch -r $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/.config $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include/linux/autoconf.h # Copy .config to include/config/auto.conf so "make prepare" is unnecessary. cp $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/.config $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include/config/auto.conf cd .. # # save the vmlinux file for kernel debugging into the kernel-debuginfo rpm # %if "%{_enable_debug_packages}" == "1" mkdir -p $RPM_BUILD_ROOT/usr/lib/debug/lib/modules/$KernelVer cp vmlinux $RPM_BUILD_ROOT/usr/lib/debug/lib/modules/$KernelVer %endif find $RPM_BUILD_ROOT/lib/modules/$KernelVer -name "*.ko" -type f >modnames # gpg sign the modules %if %{signmodules} gcc -o scripts/modsign/mod-extract scripts/modsign/mod-extract.c -Wall KEYFLAGS="--no-default-keyring --homedir .." KEYFLAGS="$KEYFLAGS --secret-keyring ../kernel.sec" KEYFLAGS="$KEYFLAGS --keyring ../kernel.pub" export KEYFLAGS for i in `cat modnames` do sh ./scripts/modsign/modsign.sh $i Red mv -f $i.signed $i done unset KEYFLAGS %endif # mark modules executable so that strip-to-file can strip them cat modnames | xargs chmod u+x # detect missing or incorrect license tags for i in `cat modnames` do echo -n "$i " /sbin/modinfo -l $i >> modinfo done cat modinfo |\ grep -v "^GPL" | grep -v "^Dual BSD/GPL" |\ grep -v "^Dual MPL/GPL" |\ grep -v "^GPL and additional rights" |\ grep -v "^GPL v2" && exit 1 rm -f modinfo rm -f modnames # remove files that will be auto generated by depmod at rpm -i time rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/modules.* # Move the devel headers out of the root file system mkdir -p $RPM_BUILD_ROOT/usr/src/kernels mv $RPM_BUILD_ROOT/lib/modules/$KernelVer/build $RPM_BUILD_ROOT/$DevelDir ln -sf ../../..$DevelDir $RPM_BUILD_ROOT/lib/modules/$KernelVer/build [ -z "$DevelLink" ] || ln -sf `basename $DevelDir` $RPM_BUILD_ROOT/$DevelLink %if "%{_enable_debug_packages}" == "1" rm -rf $RPM_BUILD_ROOT/lib/debug %endif # Temporary fix for upstream "make prepare" bug. # pushd $RPM_BUILD_ROOT/$DevelDir > /dev/null # if [ -f Makefile ]; then # make prepare # fi # popd > /dev/null } ### # DO it... ### # prepare directories rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/boot %if %{includexen} %if %{buildxen} cd xen mkdir -p $RPM_BUILD_ROOT/%{image_install_path} $RPM_BUILD_ROOT/boot make %{?_smp_mflags} %{xen_flags} install -m 644 xen.gz $RPM_BUILD_ROOT/%{image_install_path}/xen.gz-%{KVERREL} install -m 755 xen-syms $RPM_BUILD_ROOT/boot/xen-syms-%{KVERREL} cd .. # need to let BuildKernel() create directory first. The problem here is BuildKernel # doesn't mkdir a new directory, but instead 'mv /lib/modules//build to # if the were to exist already, then the contents of 'build' are placed in a sub-dir # named 'build' under . ugh. So save xen directory temporarily instead mkdir -p $RPM_BUILD_ROOT/usr/src/kernels mv xen $RPM_BUILD_ROOT/usr/src/kernels/%{KVERREL}-xen-%{_target_cpu}-HV-temp %endif %endif cd linux-%{kversion}.%{_target_cpu} %if %{buildup} BuildKernel %make_target %kernel_image %endif ### ### Special hacks for debuginfo subpackages. ### # This macro is used by %%install, so we must redefine it before that. %define debug_package %{nil} %if "%{_enable_debug_packages}" == "1" %ifnarch noarch %global __debug_package 1 %package debuginfo-common Summary: Kernel source files used by %{name}-debuginfo packages Group: Development/Debug Provides: %{name}-debuginfo-common-%{_target_cpu} = %{KVERREL} %description debuginfo-common This package is required by %{name}-debuginfo subpackages. It provides the kernel source files common to all builds. %files debuginfo-common %defattr(-,root,root) /usr/src/debug/%{name}-%{version}/linux-%{kversion}.%{_target_cpu} %dir /usr/src/debug %dir /usr/lib/debug %dir /usr/lib/debug/%{image_install_path} %dir /usr/lib/debug/lib %dir /usr/lib/debug/lib/modules %dir /usr/lib/debug/usr/src/kernels %endif %endif # First argument: dir with variant-named stripped ELF (e.g. boot) # may be empty # Second argument, optional: subpackage name (e.g. smp) # Third argument, optional: suffix in %1 dir, if not -%2 (e.g. -PAE) # Fourth argument, optional: glob of extra ELF files (e.g. boot/xen*-V-R) %define build_debuginfo() \ %if "%{_enable_debug_packages}" == "1"\ %ifnarch noarch\ %%package %{?2:%{2}-}debuginfo\ Summary: Debug information for package %{name}%{?2:-%{2}}\ Group: Development/Debug\ Requires: %{name}-debuginfo-common-%{_target_cpu} = %{KVERREL}\ Provides: %{name}-%{?2:%{2}-}debuginfo-%{_target_cpu} = %{KVERREL}\ %%description %{?2:%{2}-}debuginfo\ This package provides debug information for package %{name}%{?2:-%{2}}.\ This is required to use SystemTap with %{name}%{?2:-%{2}}-%{KVERREL}.\ %%files %{?2:%{2}-}debuginfo\ %defattr(-,root,root)\ %if "%{?1}" != ""\ /usr/lib/debug/%{?1}/*-%{KVERREL}%{?3}%{!?3:%{?2}}.debug\ %endif\ /usr/lib/debug/lib/modules/%{KVERREL}%{?2}\ /usr/lib/debug/usr/src/kernels/%{KVERREL}%{?2:-%{2}}-%{_target_cpu}\ %if "%{?4}" != ""\ /usr/lib/debug/%{?4}.debug\ %endif\ %endif\ %endif\ %{nil} ### ### install ### %install cd linux-%{kversion}.%{_target_cpu} %if %{includexen} %if %{buildxen} mkdir -p $RPM_BUILD_ROOT/etc/ld.so.conf.d rm -f $RPM_BUILD_ROOT/etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf cat > $RPM_BUILD_ROOT/etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf <<\EOF # This directive teaches ldconfig to search in nosegneg subdirectories # and cache the DSOs there with extra bit 0 set in their hwcap match # fields. In Xen guest kernels, the vDSO tells the dynamic linker to # search in nosegneg subdirectories and to match this extra hwcap bit # in the ld.so.cache file. hwcap 0 nosegneg EOF chmod 444 $RPM_BUILD_ROOT/etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf %endif %endif %if %{builddoc} mkdir -p $RPM_BUILD_ROOT/usr/share/doc/kernel-doc-%{kversion}/Documentation # sometimes non-world-readable files sneak into the kernel source tree chmod -R a+r * # copy the source over tar cf - Documentation | tar xf - -C $RPM_BUILD_ROOT/usr/share/doc/kernel-doc-%{kversion} %endif %if %{buildheaders} # Install kernel headers make ARCH=%{hdrarch} INSTALL_HDR_PATH=$RPM_BUILD_ROOT/usr headers_install find $RPM_BUILD_ROOT/usr/include -type f -name "*install*" -delete # # dsaxena: I'm really sure why this is needed here. Make it go away # as it breaks on 2.6.27+ # # Manually go through the 'headers_check' process for every file, but # don't die if it fails # chmod +x scripts/hdrcheck.sh # echo -e '*****\n*****\nHEADER EXPORT WARNINGS:\n*****' > hdrwarnings.txt # for FILE in `find $RPM_BUILD_ROOT/usr/include` ; do # scripts/hdrcheck.sh $RPM_BUILD_ROOT/usr/include $FILE >> hdrwarnings.txt || : # done # echo -e '*****\n*****' >> hdrwarnings.txt # if grep -q exist hdrwarnings.txt; then # sed s:^$RPM_BUILD_ROOT/usr/include/:: hdrwarnings.txt # Temporarily cause a build failure if header inconsistencies. # exit 1 # fi # glibc provides scsi headers for itself, for now rm -rf $RPM_BUILD_ROOT/usr/include/scsi rm -f $RPM_BUILD_ROOT/usr/include/asm*/atomic.h rm -f $RPM_BUILD_ROOT/usr/include/asm*/io.h rm -f $RPM_BUILD_ROOT/usr/include/asm*/irq.h %endif %if %{with_firmware} make INSTALL_FW_PATH=$RPM_BUILD_ROOT/lib/firmware firmware_install %endif ### ### clean ### %clean rm -rf $RPM_BUILD_ROOT ### ### scripts ### %post if [ `uname -i` == "x86_64" -o `uname -i` == "i386" ]; then if [ -f /etc/sysconfig/kernel ]; then /bin/sed -i -e 's/^DEFAULTKERNEL=kernel-smp$/DEFAULTKERNEL=kernel/' /etc/sysconfig/kernel || exit $? fi fi if [ -x /usr/sbin/module_upgrade ] then /usr/sbin/module_upgrade %{rpmversion}-%{release} || exit $? fi depmod -ae -F /boot/System.map-%{KVERREL} %{KVERREL} || exit $? /sbin/dracut --force -m "00dash 20olpc-bootanim 95rootfs-block 95terminfo 95udev-rules 99base" /boot/initrd-%{KVERREL}.img %{KVERREL} || exit $? if [ -f /boot/vmlinuz-%{KVERREL} ]; then (cd /boot && ln -sf vmlinuz-%{KVERREL} vmlinuz) fi if [ -f /boot/initrd-%{KVERREL}.img ]; then (cd /boot && ln -sf initrd-%{KVERREL}.img initrd.img) fi %post devel if [ -f /etc/sysconfig/kernel ] then . /etc/sysconfig/kernel || exit $? fi if [ "$HARDLINK" != "no" -a -x /usr/sbin/hardlink ] ; then pushd /usr/src/kernels/%{KVERREL}-%{_target_cpu} > /dev/null /usr/bin/find . -type f | while read f; do hardlink -c /usr/src/kernels/*FC*/$f $f ; done popd > /dev/null fi %preun # We don't build initrd with kernel # /sbin/new-kernel-pkg --rmmoddep --remove %{KVERREL} || exit $? ### ### file lists ### # This is %{image_install_path} on an arch where that includes ELF files, # or empty otherwise. %define elf_image_install_path %{?kernel_image_elf:%{image_install_path}} %if %{buildup} %build_debuginfo %{elf_image_install_path} %files %defattr(-,root,root) /%{image_install_path}/vmlinuz-%{KVERREL} /boot/System.map-%{KVERREL} /boot/config-%{KVERREL} %dir /lib/modules/%{KVERREL} /lib/modules/%{KVERREL}/kernel /lib/modules/%{KVERREL}/build /lib/modules/%{KVERREL}/source /lib/modules/%{KVERREL}/extra /lib/modules/%{KVERREL}/updates /lib/modules/%{KVERREL}/weak-updates %if "%{sublevel}" > "26" /lib/firmware/* %endif %ghost /boot/initrd-%{KVERREL}.img %files devel %defattr(-,root,root) %verify(not mtime) /usr/src/kernels/%{KVERREL}-%{_target_cpu} %endif %if %{buildheaders} %files headers %defattr(-,root,root) /usr/include/* %endif %if %{with_firmware} %files firmware %defattr(-,root,root) /lib/firmware/* %doc linux-%{kversion}.%{_target_cpu}/firmware/WHENCE %endif # only some architecture builds need kernel-doc %if %{builddoc} %files doc %defattr(-,root,root) %{_datadir}/doc/kernel-doc-%{kversion}/Documentation/* %dir %{_datadir}/doc/kernel-doc-%{kversion}/Documentation %dir %{_datadir}/doc/kernel-doc-%{kversion} %endif %changelog * Thu Oct 23 2008 Deepak Saxena - Udpdate to work with 2.6.27 - Drop call to new-kernel-pkg * Thu Jul 10 2008 Deepak Saxena - Remove dependency on mkinitrd - Remove post and pre targets we will never build for OLPC * Tue Dec 13 2006 Andres Salomon - Update for 2.6.19, and flood neuralis's inbox w/ messages. * Tue Oct 17 2006 Andres Salomon - Strip fedora stuff and instead build an olpc kernel. * Tue Oct 3 2006 David Woodhouse - Fix PCMCIA serial port suspend/resume - Alleviate thermal shutdown problems on G5 * Mon Oct 2 2006 Juan Quintela - xen HV disable hvm on shutdown on all CPU's. * Sun Oct 1 2006 Dave Jones - Drop the STICKY tag from acpi-cpufreq, it breaks suspend/resume. * Sun Oct 1 2006 Juan Quintela - Disable blktap for ia64 xen. * Fri Sep 29 2006 David Woodhouse - Fix socket labelling (#204655) * Fri Sep 29 2006 Dave Jones - Execshield improvements. (Bart Oldeman) - Disable PM_DEBUG * Thu Sep 28 2006 Stephen C. Tweedie - Fix Xen blktap oops on domain exit - Add support for dynamic blktap device nodes (srostedt) - Add Xen blktap driver fixes; make it build properly as a module. - Reenable blktap on ia64 * Thu Sep 28 2006 Roland McGrath - utrace typo fix for x86-64 watchpoints (#207467) * Thu Sep 28 2006 Dave Jones - Fix ISAPNP messages on ppc32. (#207641) * Thu Sep 28 2006 Juan Quintela - xen update: * linux-2.6-xen-fedora changeset: 36192:656cc38a840d * xen-3.0.3-testing changeset: 11633:000aa9510e55 * linux-2.6-xen-3.0.3 changeset: 22908:55fbb4a85ac3 * Thu Sep 28 2006 Dave Jones - Another day, another round of lockdep fixes. - Align kernel data segment to page boundary. (#206863) * Thu Sep 28 2006 Juan Quintela - xen HV update 11633:000aa9510e55 - xen update * linux-2.6-xen-fedora 36190:8b8ba0e7c876 * xen-3.0.3-testing cset 11616:7de1715d185e * linux-2.6-xen-3.0.3 cset 22908:55fbb4a85ac3 * Thu Sep 28 2006 David Woodhouse - Fix uninitialised spinlock in via-pmu-backlight which causes crash on attempt to suspend * Thu Sep 28 2006 Steven Whitehouse - New GFS2 patch * Thu Sep 28 2006 Dave Jones - Fix "kernel BUG at fs/buffer.c:2789!" bug * Wed Sep 27 2006 Dave Jones - yet more lockdep fixes. - Fix a problem with XFS & the inode diet patches. - Fix rpc_pipefs umount oops - Enable alternative TCP congestion algorithms. * Tue Sep 26 2006 Dave Jones - Enable serverworks IDE driver for x86-64. - More lockdep fixes. * Mon Sep 25 2006 Dave Jones - Disable 31bit s390 kernel builds. * Mon Sep 25 2006 Jarod Wilson - Make kernel packages own initrd files * Mon Sep 25 2006 John W. Linville - Add periodic work fix for bcm43xx driver * Sat Sep 23 2006 Dave Jones - Disable dgrs driver. * Fri Sep 22 2006 David Woodhouse - Fix PowerPC audit syscall success/failure check (#204927) - Remove offsetof() from (#207569) - One line per header in Kbuild files to reduce conflicts - Fix visibility of ptrace operations on ppc32 - Fix ppc32 SECCOMP * Thu Sep 21 2006 Dave Jones - reiserfs: make sure all dentry refs are released before calling kill_block_super - Fix up some compile warnings * Thu Sep 21 2006 Mike Christie - clean up spec file. * Thu Sep 21 2006 Mike Christie - drop 2.6.18-rc iscsi patch for rebase * Wed Sep 20 2006 Juan Quintela - xen HV printf rate limit (rostedt). - xen HV update to xen-unstable cset11540:9837ff37e354 - xen-update: * linux-2.6 changeset: 34294:dc1d277d06e0 * linux-2.6-xen-fedora changeset: 36184:47c098fdce14 * xen-unstable changeset: 11540:9837ff37e354 * Wed Sep 20 2006 Dave Jones - 2.6.18 - i965 AGP suspend support. - AGP x8 fixes. * Tue Sep 19 2006 Juan Quintela - xen update to 2.6.18-rc7-git4. * linux-2.6 changeset: 34288:3fa5ab23fee7 * linux-2.6-xen-fedora changeset: 36175:275f8c0b6342 * xen-unstable changeset: 11486:d8bceca5f07d * Tue Sep 19 2006 Dave Jones - 2.6.18rc7-git4 - Further lockdep fixes. (#207064) * Tue Sep 19 2006 Don Zickus - EXT3 overflows at 16TB (#206721) * Tue Sep 19 2006 Don Zickus - Increase nodes supported on ia64 (#203184) - Powernow K8 Clock fix (#204354) - NetLabel fixes * Mon Sep 18 2006 Dave Jones - Fix RTC lockdep bug. (Peter Zijlstra) * Mon Sep 18 2006 Juan Quintela - xen HV update (cset 11470:2b8dc69744e3). * Mon Sep 18 2006 David Woodhouse - Fix various Bluetooth compat ioctls * Sun Sep 17 2006 Juan Quintela - xen update: * linux-2.6 changeset: 34228:ea3369ba1e2c * linux-2.6-xen-fedora changeset: 36107:47256dbb1583 * linux-2.6-xen changeset: 22905:d8ae02f7df05 * xen-unstable changeset: 11460:1ece34466781ec55f41fd29d53f6dafd208ba2fa * Sun Sep 17 2006 Dave Jones - Fix task->mm refcounting bug in execshield. (#191094) - 2.6.18rc7-git2 - 586 SMP support. * Sat Sep 16 2006 David Woodhouse - Implement futex primitives on IA64 and wire up [gs]et_robust_list again (patch from Jakub, #206613) * Fri Sep 15 2006 Mike Christie - fix slab corruption when starting qla4xxx with iscsid not started. * Thu Sep 14 2006 Don Zickus - add include/asm-x86_64/const.h to exported header file list used by the x86 relocatable patch (inside include/asm-x86_64/page.h) * Thu Sep 14 2006 Dave Jones - kprobe changes to make systemtap's life easier. * Thu Sep 14 2006 Don Zickus - sync up beta1 fixes and patches - includes infiniband driver - aic9400/adp94xx updates - squashfs s390 fix - include x86 relocatable patch at end of list - some /proc/kcore changes for x86 relocatable kernel * Thu Sep 14 2006 David Woodhouse - 2.6.18rc7-git1 - header file fixups - use correct arch for 'make headers_install' when cross-building * Wed Sep 13 2006 Dave Jones - 2.6.18rc7 * Tue Sep 12 2006 David Woodhouse - Export (#205612) * Tue Sep 12 2006 Dave Jones - 2.6.18rc6-git4 - Enable IFB driver. (#204552) - Export copy_4K_page for ppc64 * Tue Sep 12 2006 David Woodhouse - GFS2 update * Mon Sep 11 2006 Roland McGrath - s390 single-step fix * Mon Sep 11 2006 Dave Jones - Add a PCI ID to sata_via - Intel i965 DRM support. - Fix NFS/Selinux oops. (#204848) * Sat Sep 9 2006 Dave Jones - 2.6.18rc6-git3 * Fri Sep 8 2006 Dave Jones - 2.6.18rc6-git2 * Thu Sep 7 2006 Dave Jones - 2.6.18rc6-git1 - GFS2/DLM updates. * Wed Sep 6 2006 Roland McGrath - New utrace patch: fix 32-bit PTRACE_PEEKUSR for FP regs on ppc64. (#205179) * Wed Sep 6 2006 Juan Quintela - Undo rhel5 xen patch for relocatable. * Wed Sep 6 2006 Dave Jones - AGP support for Intel I965 * Tue Sep 5 2006 Jeremy Katz - Update xenfb based on upstream review * Tue Sep 5 2006 Dave Jones - Numerous sparse fixes to Tux. * Tue Sep 5 2006 Mike Christie - update iscsi layer to what will be in 2.6.19-rc1 * Tue Sep 5 2006 Dave Jones - NFS lockdep fixes. - Make ia64 Altix IDE driver built-in instead of modular. (#205282) * Mon Sep 4 2006 Juan Quintela - xenoprof upstream fix. - update xen HV to cset 11394. - xen update (3hypercall incompatibility included) - linux-2.6 changeset: 34073:b1d36669f98d - linux-2.6-xen-fedora changeset: 35901:b7112196674e - xen-unstable changeset: 11204:5fc1fe79083517824d89309cc618f21302724e29 - fix ia64 (xen & net xen). * Mon Sep 4 2006 Dave Jones - 2.6.18rc6 - Drop recent NFS changes completely. * Sun Sep 3 2006 Dave Jones - Fix bogus -EIO's over NFS (#204859) - Enable ptrace in olpc kernels. (#204958) * Sun Sep 3 2006 Marcelo Tosatti - Remove PAE, xen and kdump configs for olpc case * Sun Sep 3 2006 Dave Jones - 2.6.18rc5-git7 * Sat Sep 2 2006 Dave Jones - Fix up typo in tux.patch - 2.6.18rc5-git6 * Wed Aug 30 2006 Juan Quintela - update xen-hv to cset 11256 (pre 3 hypercall breakage). - remove debug=y from HV compilation. - xen update (pre 3 hypercall breakage) * linux-2.6 changeset: 33957:421a6d428e95 * linux-2.6-xen-fedora changeset: 35756:78332fcbe5b0 * xen-unstable changeset: 11251:5fc1fe79083517824d89309cc618f21302724e29 * get new irqflags code from linux-2.6.tip-xen. * Wed Aug 30 2006 Jeremy Katz - Fix up DEFAULTKERNEL for kernel-xen[0U]->kernel-xen change * Wed Aug 30 2006 Marcelo Tosatti - Fixes for DUB-E100 vB1 usb ethernet (backported from James M.) * Tue Aug 29 2006 Jarod Wilson - 2.6.18-rc5-git1 * Tue Aug 29 2006 Jeremy Katz - Fix serial console with xen dom0 * Tue Aug 29 2006 Don Zickus - enabled EHEA driver - x86 relocatable fixes - audit code fixes for cachefs * Mon Aug 28 2006 Jeremy Katz - Add updated pv framebuffer patch for Xen and re-enable the config options * Mon Aug 28 2006 Juan Quintela - ia64 xen fixing. * Sun Aug 27 2006 David Woodhouse - Fix V4L1 stuff in (#204225) * Fri Aug 25 2006 Juan Quintela - update xen HV to xen-unstable cset 11251. - fix ia64 xen HV compilation. - linux xen kernel update: * linux-2.6 changeset: 33681:2695586981b9 * linux-2.6-xen-fedora changeset: 35458:b1b8e00e7a17 * linux-2.6-xen changeset: 22861:0b726fcb6780 * xen-unstable changeset: 11204:5fc1fe79083517824d89309cc618f21302724e29 * Fri Aug 25 2006 Don Zickus - build fix for ia64 kdump * Fri Aug 25 2006 Don Zickus - update utrace - more gfs2-dlm fixes - fix xen-devel build directory issue - add x86, x86_64 relocatable kernel patch for rhel only (davej, forgive my sins) - applied xen relocatable cleanup on top of it - add ia64 kexec/kdump pieces * Fri Aug 25 2006 Jesse Keating - Enable i386 for olpc so that kernel-headers is built * Thu Aug 24 2006 David Woodhouse - Update GFS2 patch (from swhiteho) - Enable kernel-headers build - Enable i386 build _only_ for kernel-headers * Tue Aug 22 2006 Don Zickus - Another lockdep-fix - NFS fix for the connectathon test - Enable mmtimer for ia64 - Add support for iscsi qla4xxx * Tue Aug 22 2006 Marcelo Tosatti - Add Libertas wireless driver * Mon Aug 21 2006 Roland McGrath - New utrace patch: experimental support for ia64, sparc64. * Sun Aug 20 2006 Dave Jones - 2.6.18rc4-git1 * Sat Aug 19 2006 Dave Jones - Update to latest upstream from GregKH's git tree. * Sat Aug 19 2006 Juan Quintela - xen kernel update. * linux-2.6 changeset: 33525:dcc321d1340a * linux-2.6-xen-fedora changeset: 35247:400b0cf28ee4 * linux-2.6-xen changeset: 22813:80c2ccf5c330 * xen-unstable changeset: 11069:0340e579f06544431e915d17596ac144145a077e - xen big config update. Every config option is the same than normal kernel except MICROCODE, TCG_TPM & CONFIG_DEBUG_SLAB. - disable XEN_FRAMEBUFFER & XEN_KEYBOARD. - make sysrq c to "crash" all kernels. * Thu Aug 17 2006 Don Zickus - NFS 64-bit inode support - QLogic firmware - SELinux support for range transitions - EHEA ethernet driver - ppc irq mapping fix * Wed Aug 16 2006 Roland McGrath - New utrace patch: - Fix s390 single-step for real this time. - Revamp how arch code defines ptrace compatibility. * Wed Aug 16 2006 Dave Jones - Update to latest GregKH tree. - Reenable debug. * Tue Aug 15 2006 Don Zickus - cleanup config-rhel-generic to compile again - removed useless options in config-rhel-generic * Tue Aug 15 2006 Don Zickus - ppc64 spec cleanups * Mon Aug 14 2006 Dave Jones - Update to squashfs 3.1 which should fix stack overflows seen during installation. - Merge framebuffer driver for OLPC. * Sun Aug 13 2006 Juan Quintela - enable ia64 xen again. - xen kernel-update linux-2.6-xen-fedora cset 35236:70890e6e4a72. * fix ia64 compilation problems. * Sat Aug 12 2006 Juan Quintela - disable ia64 xen, it doesn't compile. - xen HV update cset 11057:4ee64035c0a3 (newer than that don't compile on ia64). - update linux-2.6-xen patch to fix sort_regions on ia64. - fix %%setup for xen HV to work at xen HV upgrades. * Fri Aug 11 2006 Juan Quintela - xen HV update cset 11061:80f364a5662f. - xen kernel update * linux-2.6-xen-fedora cset * linux-2.6-xen cset 22809:d4b3aba8876df169ffd9fac1d17bd88d87eb67c5. * xen-unstable 11060:323eb29083e6d596800875cafe6f843b5627d77b * Integrate xen virtual frame buffer patch. * Enable CONFIG_CRASH on xen. * Fri Aug 11 2006 Dave Jones - Yet more lockdep fixes. - Update to GregKH's daily tree. - GFS2/DLM locking bugfix * Thu Aug 10 2006 Roland McGrath - New utrace patch: fix ptrace synchronization issues. * Thu Aug 10 2006 Dave Jones - GFS2/DLM update. - Daily GregKH updates - More lockdep fixes. * Wed Aug 9 2006 Roland McGrath - Fix utrace_regset nits breaking s390. * Wed Aug 9 2006 Dave Jones - Another lockdep fix for networking. - Change some hotplug PCI options. - Daily update from GregKH's git tree. - Unbreak SMP locking in oprofile. - Fix hotplug CPU locking in workqueue creation. - K8 EDAC support. - IPsec labelling enhancements for MLS - Netlabel: CIPSO labeled networking * Tue Aug 8 2006 Roland McGrath - Fix utrace/ptrace interactions with SELinux. * Tue Aug 8 2006 Dave Jones - Pull post-rc4 fixes from GregKH's git tree. * Mon Aug 7 2006 Dave Jones - 2.6.18rc4 * Sun Aug 6 2006 Dave Jones - 2.6.18rc3-git7 * Fri Aug 4 2006 Dave Jones - 2.6.18rc3-git6 - Return of signed modules. * Thu Aug 3 2006 Roland McGrath - New utrace patch: - fix s390 single-step - first third of ia64 support, enable CONFIG_UTRACE (no ptrace yet) * Fri Aug 3 2006 Juan Quintela - Update linux-2.6-xen patch. * linux-2.6-xen-fedora cset 34931:a3fda906fb82 * linux-2.6-xen cset 22777:158b51d317b76ebc94d61c25ad6a01d121dff750 * xen-unstable cset 10866:4833dc75ce4d08e2adc4c5866b945c930a96f225 * Thu Aug 3 2006 Juan Quintela - xen hv compiled with -O2 through Config.mk - Update xen HV cset 10294. * Thu Aug 3 2006 Dave Jones - 2.6.18rc3-git3 - Fix PCI ID clash between ipr and dac960 * Thu Aug 3 2006 Jon Masters - Copy .config to include/config/auto.conf to avoid unnecessary "make prepare". - This should finally fix #197220. - Pulled in patch-2.6.18-rc3-git2.bz2.sign to fix SRPM build failure. * Wed Aug 2 2006 Dave Jones - 2.6.18rc3-git2 - Readd patch to allow 460800 baud on 16C950 UARTs. - Fix backtracing for interrupt stacks * Wed Aug 2 2006 Jeremy Katz - add necessary ia64 hv fixes (#201040) * Wed Aug 2 2006 Dave Jones - More GFS2 bugfixing. * Tue Aug 1 2006 Dave Jones - s390 kprobes support. - Fix oops in libata ata_device_add() - Yet more fixes for lockdep triggered bugs. - Merge numerous patches from -mm to improve software suspend. - Fix incorrect section usage in MCE code that blew up on resume. * Tue Aug 1 2006 Roland McGrath - fix bogus BUG_ON in ptrace_do_wait * Tue Aug 1 2006 Dave Jones - 2.6.18rc3-git1 * Tue Aug 1 2006 Juan Quintela - disable CONFIG_DEBUG_SLAB for xen (should fix #200127). * Mon Jul 31 2006 Roland McGrath - New utrace patch: - fix ptrace_do_wait deadlock (#200822, #200605) - arch cleanups * Mon Jul 31 2006 Juan Quintela - disable blktap for xen-ia64 (don't compile). - enable ia64-xen (it compiles, but still don't boot). * Mon Jul 31 2006 Juan Quintela - Fix dlm s/u.generic_ip/i_private/. * Mon Jul 31 2006 Don Zickus - IA64 compile fixes * Mon Jul 31 2006 Juan Quintela - Update xen patch to linux-2.6-xen-fedora cset 34801. * linux-2.6 cset 33175 * no linux-2.6-xen updates. - Remove xen x86_64 8 cpu limit. * Mon Jul 31 2006 Dave Jones - Numerous GFS2/DLM fixes. * Mon Jul 31 2006 Jeremy Katz - new ahci suspend patch * Mon Jul 31 2006 Dave Jones - VFS: Destroy the dentries contributed by a superblock on unmounting [try #2] * Sun Jul 30 2006 Jon Masters - Wasn't calling weak-modules properly. - kabitool not being picked up (weird). * Sun Jul 30 2006 Dave Jones - 2.6.18rc3 * Sat Jul 29 2006 Dave Jones - lockdep fix: ipv6 - 2.6.18rc2-git7 * Fri Jul 28 2006 Don Zickus - Refreshed NFS caching patches - tweaked some ppc64 kdump config options * Fri Jul 28 2006 Jon Masters - Remove make-symsets and built-in-where as now handled by kabitool * Fri Jul 28 2006 Dave Jones - Update futex-death patch. * Thu Jul 27 2006 Roland McGrath - s390 utrace fix * Thu Jul 27 2006 Don Zickus - Enable kdump on ppc64iseries. yeah more rpms.. * Thu Jul 27 2006 Dave Jones - Add missing export for ia64 (#200396) * Thu Jul 27 2006 Juan Quintela - review all xen related patches. - x86_64 dom0, x86_64 domU and i386 domU should work. - fix xen i386 dom0 boot (#200382). * Thu Jul 27 2006 Rik van Riel - reduce hypervisor stack use with -O2, this really fixes bug (#198932) * Wed Jul 26 2006 Dave Jones - 2.6.18rc2-git6 * Wed Jul 26 2006 Roland McGrath - New utrace patch: unsafe_exec fix; s390 build enabled (but non-working). * Wed Jul 26 2006 Juan Quintela - new xen patch based on linux-2.6-xen cset 22749. and linux-2.6 cset 33089. * Wed Jul 26 2006 Dave Jones - Enable sparsemem on ia64. (#108848) * Wed Jul 26 2006 Juan Quintela - update xen-hv to 10730 cset, should really fix huge timeout problems. * Wed Jul 26 2006 Juan Quintela - Workaround the huge timeouts problems on xen HV x86. - xen update and cleanup/reorgatization of xen patches. * Tue Jul 25 2006 Rik van Riel - disable debug=y hypervisor build option because of stack overflow (#198932) * Tue Jul 25 2006 Dave Jones - 2.6.18rc2-git4 & git5 * Tue Jul 25 2006 Jon Masters - Fix kabitool provided find-provides once again. * Tue Jul 25 2006 Juan Quintela - Use cset number instead of date for xen hypervisor. - Update xen hypervisor to cset 10712. * Mon Jul 24 2006 Dave Jones - 2.6.18rc2-git2 & git3 - Fix PI Futex exit crash. - Fix an inotify locking bug. - Add device mapper mirroring patches. * Mon Jul 24 2006 Jon Masters - Change kabideps location. * Mon Jul 24 2006 Juan Quintela - New xen patch, fixes gso, xenoprof, vDSO. * Sat Jul 22 2006 Dave Jones - Enable connector proc events. - Enable PPC64 memory hotplug. - 2.6.18rc2-git1 * Sat Jul 22 2006 Juan Quintela - addia64-xen support, not enabled by default. - add ia64-xen config * Fri Jul 21 2006 Jeremy Katz - Patch from jakub to use sysv style hash for VDSO to fix booting on ia64 (#199634, #199595) - Fix e1000 crc calculation for things to work with xen - Update gfs2 patchset * Thu Jul 20 2006 Roland McGrath - Clean up spec changes for debuginfo generation to cover Xen case. - New version of utrace patch, fixes /proc permissions. (#199014) * Thu Jul 20 2006 Juan Quintela - remove xenPAE option, as now the i686 xen kernel is PAE. * Thu Jul 20 2006 Juan Quintela - Fix to get xen debug info files in the right position. * Thu Jul 20 2006 Don Zickus - apparently I was wrong and was fixed already * Thu Jul 20 2006 Don Zickus - fixed build_debuginfo to not collect a stripped kernel * Wed Jul 19 2006 Don Zickus - Add in support for nfs superblock sharing and cachefs patches from David Howells - Disable 'make prepare' hack as it is breaking ppc symlinks - Added tracking dirty pages patch from Peter Zijlstra - Fix for Opteron timer scaling - Fix for Calgary pci hang * Wed Jul 19 2006 Juan Quintela - big xen patch. - enable xen again. - redo xen config. - i686 kernel for xen uses PAE now. - new xen Hypervisor cset 10711. * Wed Jul 19 2006 Roland McGrath - New version of utrace patch, might fix #198780. * Wed Jul 19 2006 Jon Masters - Workaround upstream "make prepare" bug by adding an additional prepare stage. - Fix kabideps * Tue Jul 18 2006 Jon Masters - Check in new version of kabitool for kernel deps. - Fix kabitool for correct location of symvers. - Various other fixes when things broke. * Sun Jul 16 2006 Dave Jones - Support up to 4GB in the 586 kernel again. - Drop the FPU optimisation, it may be the reason for strange SIGFPE warnings various apps have been getting. * Sat Jul 15 2006 Dave Jones - Cleaned up a bunch of bogons in the config files. - 2.6.18-rc1-git9,git10 & 2.6.18-rc2 - improvements to linked list debugging. * Fri Jul 14 2006 Don Zickus - remove the ppc kdump patches * Fri Jul 14 2006 Dave Jones - 2.6.18-rc1-git8 * Thu Jul 13 2006 Dave Jones - 2.6.18-rc1-git7 - More lockdep fixes. - Fix slab corruption issue. * Thu Jul 13 2006 Mike Christie - Add iscsi update being sent upstream for 2.6.18-rc2 * Thu Jul 13 2006 Roland McGrath - Fix spec typo that swallowed kdump subpackage. * Thu Jul 13 2006 Dave Jones - 2.6.18-rc1-git6 * Wed Jul 12 2006 Roland McGrath - Build separate debuginfo subpackages instead of a single one. * Wed Jul 12 2006 Dave Jones - 2.6.18-rc1-git5 - Make serial console installs on ia64 work again. - Shrink struct inode. * Wed Jul 12 2006 David Woodhouse - Temporarily disable -headers subpackage until the problems which arise from brew not using older package are dealt with. * Wed Jul 12 2006 David Woodhouse - No headers subpackage for noarch build - Fix PI-futexes to be properly unlocked on unexpected exit * Wed Jul 12 2006 Dave Jones - Add sleazy fpu optimisation. Apps that heavily use floating point in theory should get faster. * Tue Jul 11 2006 Dave Jones - Add utrace. (ptrace replacement). * Tue Jul 11 2006 David Woodhouse - Build iSeries again - Minor GFS2 update - Enable kernel-headers subpackage * Tue Jul 11 2006 Dave Jones - 2.6.18-rc1-git4 * Mon Jul 10 2006 Dave Jones - 2.6.18-rc1-git3 - Big bunch o' lockdep patches from Arjan. * Sun Jul 9 2006 Dave Jones - 2.6.18-rc1-git2 * Fri Jul 7 2006 Don Zickus - Unified rhel and fedora srpm * Fri Jul 7 2006 Dave Jones - Add lockdep annotate for bdev warning. - Enable autofs4 to return fail for revalidate during lookup * Thu Jul 6 2006 Dave Jones - 2.6.18-rc1 - Disable RT_MUTEX_TESTER * Wed Jul 5 2006 Dave Jones - 2.6.17-git25 * Wed Jul 5 2006 Dave Jones - Try out sparsemem experiment on x86-64. * Wed Jul 5 2006 David Woodhouse - Fix asm-powerpc/cputime.h for new cputime64_t stuff - Update GFS2 * Wed Jul 5 2006 Dave Jones - Further lockdep improvements. * Wed Jul 5 2006 David Woodhouse - 2.6.17-git24 (yay, headers_install) * Tue Jul 4 2006 Dave Jones - 2.6.17-git21, git22 & git23 * Sun Jul 2 2006 David Woodhouse - Add ppoll() and pselect() on x86_64 again * Sat Jul 1 2006 Dave Jones - 2.6.17-git19 * Fri Jun 30 2006 Dave Jones - 2.6.17-git16 & git17 * Fri Jun 30 2006 Jeremy Katz - really fix up squashfs * Thu Jun 29 2006 Dave Jones - 2.6.17-git13, git14 & git15 - Hopefully fix up squashfs & gfs2 * Tue Jun 27 2006 Dave Jones - 2.6.17-git12 - Disable the signed module patches for now, they need love. * Mon Jun 26 2006 Dave Jones - 2.6.17-git10 & git11 - Enable fake PCI hotplug driver. (#190437) - Remove lots of 'modprobe loop's from specfile. * Sun Jun 25 2006 Dave Jones - 2.6.17-git8 & git9 * Sat Jun 24 2006 Dave Jones - Enable profiling for 586 kernels. - 2.6.17-git6 & git7 This required lots of rediffing. SATA suspend, Promise PATA-on-SATA, Xen, exec-shield, and more. Tread carefully, harmful if swallowed etc. * Fri Jun 23 2006 Dave Jones - 2.6.17-git5 * Fri Jun 23 2006 Jeremy Katz - update to squashfs 3.0 * Thu Jun 22 2006 Dave Jones - 2.6.17-git4 - Update sysconfig/kernel on x86 %%post - Robert Scheck (#196307) * Thu Jun 22 2006 David Woodhouse - MTD update * Thu Jun 22 2006 David Woodhouse - Update GFS2 patch - Apply 'make headers_install' unconditionally now Linus has the cleanups * Wed Jun 21 2006 Dave Jones - 2.6.17-git3 * Tue Jun 20 2006 David Woodhouse - Update MTD tree, Update and re-enable Geode tree - Remove AC97 patch obsoleted by Geode tree * Tue Jun 20 2006 Dave Jones - 2.6.17-git1 * Sun Jun 18 2006 Dave Jones - 2.6.17 * Sat Jun 17 2006 David Woodhouse - Add Geode and MTD git trees (for OLPC) * Thu Jun 15 2006 Don Zickus - rhelbuild clean ups - add back in support for iSeries and s390 (needed internally only) * Thu Jun 15 2006 Jeremy Katz - fix installation of -xen kernel on baremetal to be dom0 grub config * Wed Jun 14 2006 Dave Jones - 2.6.17-rc6-git7 - Console fixes for suspend/resume - Drop support for PPC iseries & 31bit s390. * Wed Jun 14 2006 Juan Quintela - remove xen0/xenU/xen0-PAE/xenU-PAE packages - disable xen PAE kernel for i386 for now - create xen-PAE kernel - remove %%requires xen from xen kernels * Wed Jun 14 2006 Juan Quintela - rename xen0 & xenU to single xen kernels. * Tue Jun 13 2006 Dave Jones - 2.6.17-rc6-git5 - serial/tty resume fixing. * Mon Jun 12 2006 Dave Jones - 2.6.17-rc6-git3 - autofs4 - need to invalidate children on tree mount expire * Sun Jun 11 2006 Dave Jones - 2.6.17-rc6-git2 - Add MyMusix PD-205 to the unusual USB quirk list. - Silence noisy unimplemented 32bit syscalls on x86-64. * Sat Jun 10 2006 Juan Quintela - rebase xen to linux-2.6 cset 27412 - rebase xen to linux-2.6-xen cset 22608 - rebase HV cset 10314 * Fri Jun 9 2006 David Woodhouse - Update GFS2 patch, export GFS2 and DLM headers * Fri Jun 9 2006 Dave Jones - Disable KGDB again, it broke serial console :( - 2.6.17-rc6-git1 * Wed Jun 7 2006 Dave Jones - Experiment: Add KGDB. - AC97 fix for OLPC. * Tue Jun 6 2006 Dave Jones - 2.6.17rc6. Special 6/6/6 edition, what could go wrong? - Add a kdump kernel for PPC64 (Don Zickus) - Enable SCHED_STATS * Mon Jun 5 2006 Dave Jones - Do PCI config space restore on resume in reverse. - Make Powernow-k7 work again. - Fix the setuid /proc/self/maps fix (#165351, #190128) * Sun Jun 4 2006 Dave Jones - 2.6.17rc5-git11 * Fri Jun 2 2006 Dave Jones - Drop previous autofs4 patch, it was broken. * Fri Jun 2 2006 Juan Quintela - disable PAE for now - update xen HV to xen-unstable cset 10243 - rebase xen-patch to linux-2.6-xen cset 22568 - rebase xen-patch to linux-2.6 cset 27329 * Thu Jun 1 2006 Dave Jones - 2.6.17rc5-git8 * Wed May 31 2006 Dave Jones - 2.6.17rc5-git7 - Ressurect V4L1, too much still depends on it. * Tue May 30 2006 Dave Jones - Fix up CFQ locking bug. - 2.6.17rc5-git6 - Update iscsi to what will be pushed for 2.6.18 * Tue May 30 2006 Jon Masters - Add KMP enablers to kernel spec file. * Mon May 29 2006 Dave Jones - 2.6.17rc5-git5 - autofs4: spoof negative dentries from mount fails on browseable indirect map mount points - Make acpi-cpufreq sticky. * Sun May 28 2006 Dave Jones - 2.6.17rc5-git4 * Sat May 27 2006 Dave Jones - 2.6.17rc5-git2 & git3 * Fri May 26 2006 Dave Jones - 2.6.17rc5-git1 * Thu May 25 2006 Juan Quintela - enable xen PAE kernels for testing. - rebase xen patch (linux-2.6-xen cset 22558, linux-2.6 cset 27227) * Thu May 25 2006 Dave Jones - 2.6.17rc5 - Merge GFS2/DLM (Steven Whitehouse) - Remove .orig's during rpmbuild. (#192982) * Wed May 24 2006 Dave Jones - 2.6.17rc4-git13 * Wed May 24 2006 Juan Quintela - remove xen-irq-patch included upstream. - rebase xen hipervisor to xen-unstable cset 10140. - rebase xen patch linux-2.6-xen cset 22552. * Tue May 23 2006 Dave Jones - 2.6.17rc4-git11 * Mon May 22 2006 Dave Jones - 2.6.17rc4-git10 * Sat May 20 2006 Dave Jones - 2.6.17rc4-git9 * Thu May 18 2006 Dave Jones - 2.6.17rc4-git6 * Wed May 17 2006 Dave Jones - 2.6.17rc4-git5 * Tue May 16 2006 Juan Quintela - rebase xen to cset 28078. * Sun May 16 2006 David Woodhouse - 2.6.17rc4-git3 * Sun May 14 2006 Dave Jones - 2.6.17rc4-git2 * Thu May 11 2006 Dave Jones - 2.6.17rc4 * Tue May 9 2006 Dave Jones - 2.6.17rc3-git17 * Mon May 8 2006 Dave Jones - 2.6.17rc3-git15 * Sat May 6 2006 Dave Jones - 2.6.17rc3-git12 * Fri May 5 2006 Dave Jones - 2.6.17rc3-git11 * Fri May 5 2006 David Woodhouse - Fix #190776 by rediffing the patch so it actually gets applied properly - Fix the machine check too. * Fri May 5 2006 David Woodhouse - Remove bcm43xx-assoc-on-startup patch. I don't think the original problem is fixed upstream yet, but this patch causes BZ #190776. * Fri May 5 2006 Juan Quintela - fix irq handling on xen Hypervisor. - rebase to linux-2.6-xen-fedora cset 27866 * Thu May 4 2006 Dave Jones - 2.6.17rc3-git10 * Thu May 4 2006 Jeremy Katz - improved ahci suspend patch from Forrest Zhao * Wed May 3 2006 Dave Jones - 2.6.17rc3-git8 * Wed May 3 2006 Juan Quintela - rebase xen-unstable HV 9920" * Tue May 2 2006 Dave Jones - 2.6.17rc3-git6 * Tue May 2 2006 Juan Quintela - rebase on linux-2.6 & linux-2.6-xen as of May,1st. - new HV from xen-unstable as of 20060428. - fixed the binaries included on xen tarball :p * Mon May 1 2006 Dave Jones - 2.6.17rc3-git4 * Sun Apr 30 2006 Dave Jones - 2.6.17rc3-git3 * Fri Apr 28 2006 Dave Jones - 2.6.17rc3-git2 * Fri Apr 28 2006 David Woodhouse - Disable Xen on the basis that it doesn't build - Check for Xen tarball being unclean, abort early even on i386. * Thu Apr 27 2006 Juan Quintela - Remove figlet by hand again. - Enable xen again - rebase linux-2.6-xen linux-2.6-xen - fix & enable xenoprof * Wed Apr 26 2006 Dave Jones - 2.6.17rc3 - 2.6.17rc2-git8 * Wed Apr 26 2006 David Woodhouse - Don't include /usr/include/scsi in kernel-headers for now, because glibc ships those for itself. Update header cleanup patches so that glibc actually builds against the resulting headers * Wed Apr 26 2006 Juan Quintela - Delete figlet form xen hypervisor. * Wed Apr 26 2006 David Woodhouse - Include kernel-headers subpackage, conditionally (and off for now) * Wed Apr 26 2006 Juan Quintela - rebase with last linux-2.6-xen. - enable xen again. * Tue Apr 25 2006 Dave Jones - 2.6.17rc2-git7 * Tue Apr 25 2006 David Woodhouse - Drop the last remnants of the 'make bzImage on all arches' silliness * Sun Apr 23 2006 Dave Jones - 2.6.17rc2-git5 * Sat Apr 22 2006 Dave Jones - Ugly SATA suspend/resume hack de jour. * Sat Apr 22 2006 Juan Quintela - rebase xen. - fix x86_64 xen (thanks chris). - enable xen again. * Fri Apr 21 2006 Dave Jones - Make Promise PATA on SATA work again (thanks Jim Bevier) - 2.6.17rc2-git4 * Thu Apr 20 2006 Dave Jones - 2.6.17rc2-git3 - Make AHCI suspend/resume work. * Wed Apr 19 2006 Dave Jones - 2.6.17rc2-git1 - Use unicode VTs by default. * Tue Apr 18 2006 Dave Jones - 2.6.17rc2 - 2.6.17rc1-git13 - Enable DECNET to keep both users happy. (#120628) - Enable TPM modules. (#189020) - Enable some SGI specific ia64 options. (#188915) - Add missing -kdump %%preuninstall (#189100) * Mon Apr 17 2006 Juan Quintela - enable xen again. * Sun Apr 16 2006 Dave Jones - Big rebase to 2.6.17-rc1-git12 * Fri Apr 14 2006 Juan Quintela - Enable xen again. - Update xen hypervisor to cset 9638. - Update xen patch to linux-2.6.tip-xen.hg cset 26602. - Remove/rediff lots of patches. - x86_64 xen don't work, fixing that. * Wed Apr 12 2006 David Woodhouse - Add include/{mtd,rdma,keys} directories to kernel-devel package * Tue Apr 11 2006 Dave Jones - 2.6.17rc1-git4 * Mon Apr 10 2006 Dave Jones - 2.6.17rc1-git2 & git3 - Enable SMP on all x86 kernels. SMP_ALTERNATIVES disables the spinlocks etc at runtime. - setuid /proc/self/maps fix (#165351) * Thu Apr 6 2006 Dave Jones - Rebuild without a zillion warnings. * Tue Apr 4 2006 Dave Jones - Reenable non-standard serial ports. (#187466) - Reenable snd-es18xx for x86-32 (#187733) - Map x86 kernel to 4MB physical address. * Mon Apr 3 2006 Dave Jones - Disable 'quiet' mode. * Sun Apr 2 2006 Dave Jones - 2.6.17rc1 * Sun Apr 2 2006 James Morris - Rework dom0 sedf scheduler defaults patch, bz # 181856 * Sat Apr 1 2006 Dave Jones - 2.6.16-git20 * Fri Mar 31 2006 Dave Jones - 2.6.16-git19 * Fri Mar 31 2006 David Woodhouse - Send standard WEXT events on softmac assoc/disassociation. - OFFB udpate * Thu Mar 30 2006 Dave Jones - 2.6.16-git18 - Reenable CONFIG_PCI_MSI * Wed Mar 29 2006 Dave Jones - 2.6.16-git16 & git17 * Tue Mar 28 2006 Dave Jones - 2.6.16-git14 & git15 - reenable sky2. * Mon Mar 27 2006 Dave Jones - 2.6.16-git13 - Fix broken x86-64 32bit vDSO (#186924) * Sat Mar 25 2006 Dave Jones - 2.6.16-git10 * Fri Mar 24 2006 Dave Jones - 2.6.16-git9 * Fri Mar 24 2006 David Woodhouse - Fix lockup when someone takes the bcm43xx device down while it's scanning (#180953) * Thu Mar 23 2006 Juan Quintela - disable sky2 (as it is broken upstream) * Thu Mar 23 2006 Juan Quintela - fix xen to compile with 2.6.16-git6. * Thu Mar 23 2006 Dave Jones - 2.6.16-git6 * Wed Mar 22 2006 Dave Jones - 2.6.16-git5 * Wed Mar 22 2006 David Woodhouse - Update the bcm43xx driver to make it work nicely with initscripts and NetworkManager without user intervention. - Fix Tux build * Tue Mar 21 2006 Dave Jones - 2.6.16-git3 - Improve spinlock scalability on big machines. * Tue Mar 21 2006 Juan Quintela - rebase to xen unstable cset 9334. * Tue Mar 21 2006 Juan Quintela - buildxen again. * Mon Mar 20 2006 Juan Quintela - fix xen vmx in 64 bits. * Mon Mar 20 2006 Dave Jones - 2.6.16 & 2.6.16-git1 - Tux 2.6.16-A0 (Just rediffing) - Update Ingo's latency tracer patch. - Update exec-shield to Ingo's latest. (Incorporates John Reiser's "map the vDSO intelligently" patch which increases the efficiency of prelinking - #162797). - ACPI ecdt uid hack. (#185947) * Sun Mar 19 2006 Dave Jones - 2.6.16rc6-git12 - Enable EFI on x86. * Sat Mar 18 2006 Dave Jones - 2.6.16rc6-git10 & git11 * Fri Mar 17 2006 Dave Jones - 2.6.16rc6-git8 & git9 * Thu Mar 16 2006 Dave Jones - 2.6.16rc6-git7 * Wed Mar 15 2006 Dave Jones - 2.6.16rc6-git5 - Unmark 'print_tainted' as a GPL symbol. * Tue Mar 14 2006 Dave Jones - FC5 final kernel - 2.6.16-rc6-git3