%define _unpackaged_files_terminate_build 0 Summary: Virtuozzo 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 builddebug 1 %define buildup 1 # Only used on archs without run-time support (ie ppc, sparc64) %define buildsmp 0 %define buildpae 1 # Whether to apply the Xen patches, leave this enabled. %define includexen 1 %define includeovz 1 # Whether to build the Xen kernels, disable if you want. %define buildxen 0 %define builddoc 0 %define buildkdump 0 %define buildheaders 0 %define _enable_debug_packages 0 %global __debug_package 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 .el5 %define rhel 5 %define ovzver 028stab027 %define ovzrel 1 # # 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 sublevel 18 %define kversion 2.6.%{sublevel} %define rpmversion 2.6.%{sublevel} %define release 8%{?dist}.%{ovzver}.%{ovzrel} %define signmodules 0 %define xen_hv_cset 11772 %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 %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.ovz %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 ia64 %define buildxen 0 %endif # Second, per-architecture exclusions (ifarch) %ifarch ppc64iseries i686 i586 %define buildheaders 0 %endif %ifarch %{all_x86} %define all_arch_configs $RPM_SOURCE_DIR/kernel-%{kversion}-i?86*.config.ovz %define image_install_path boot %define signmodules 0 %define hdrarch i386 %endif %ifarch i686 # 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.ovz %define image_install_path boot %define signmodules 0 %define buildpae 0 %endif %ifarch ppc64 ppc64iseries %define all_arch_configs $RPM_SOURCE_DIR/kernel-%{kversion}-ppc64*.config.ovz %define image_install_path boot %define signmodules 0 %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.ovz %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.ovz %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.ovz %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.ovz %define make_target image %define kernel_image image %endif %ifarch ppc %define all_arch_configs $RPM_SOURCE_DIR/kernel-%{kversion}-ppc{-,.}*config.ovz %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.ovz %define image_install_path boot/efi/EFI/redhat %define signmodules 0 %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 %define buildpae 0 %define buildsmp 0 %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 or ppc -- we only do kernel-headers there. %define nobuildarches i386 s390 ppc %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 # %if !%{includeovz} %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 %else %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 %endif # # 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. # %if !%{includeovz} %define package_conflicts initscripts < 7.23, udev < 063-6, iptables < 1.3.2-1, ipw2200-firmware < 2.4, selinux-policy-targeted < 1.25.3-14 %else %define package_conflicts cipe < 1.4.5, tux < 2.1.0, kudzu <= 0.92, dev < 3.2-7, iptables < 1.2.5-3, bcm5820 < 1.81, nvidia-rh72 <= 1.0 %endif # # 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. # %if !%{includeovz} %define kernel_prereq fileutils, module-init-tools, initscripts >= 8.11.1-1, mkinitrd >= 4.2.21-1 %else %define kernel_prereq fileutils, module-init-tools, initscripts >= 5.83, mkinitrd >= 3.5.5 %endif Name: ovzkernel 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} Provides: vzkernel = %{KVERREL} Provides: vzquotamod 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: ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-%{kversion}.tar.bz2 Source1: xen-%{xen_hv_cset}.tar.bz2 Source2: Config.mk %if %{!?_without_source:0}%{?_without_source:1} NoSource: 0 %endif Source10: COPYING.modules Source11: genkey Source12: kabitool Source14: find-provides Source15: merge.pl Source16: make_debug_config.sh Source100: kernel-%{kversion}-i686.config.ovz Source101: kernel-%{kversion}-i686-PAE.config.ovz Source102: kernel-%{kversion}-x86_64.config.ovz Source103: kernel-%{kversion}-ia64.config.ovz Source100: kabi_whitelist_i686 Source101: kabi_whitelist_i686PAE Source102: kabi_whitelist_i686xen Source103: kabi_whitelist_ia64 Source104: kabi_whitelist_ia64xen Source105: kabi_whitelist_ppc64 Source106: kabi_whitelist_ppc64kdump #Source107: kabi_whitelist_ppc64iseries #Source108: kabi_whitelist_ppc64iserieskdump Source109: kabi_whitelist_s390x Source110: kabi_whitelist_x86_64 Source111: kabi_whitelist_x86_64xen # # Patches 0 through 100 are meant for core subsystem upgrades # Patch1: patch-2.6.18.4.bz2 #Patch2: patch-2.6.18-rc7-git4.bz2 Patch3: git-geode.patch Patch4: git-agpgart.patch # this is for patches we backported the whole fix for later in spec file # currently just the bcm43xx driver and infiniband stuff Patch9: stable-patch-reverts.patch # Patches 10 through 99 are for things that are going upstream really soon. Patch10: linux-2.6-utrace.patch # enable sysrq-c on all kernels, not only kexec Patch20: linux-2.6-sysrq-c.patch Patch21: linux-2.6-sysrq-w.patch # Patches 100 through 500 are meant for architecture patches # 200 - 299 x86(-64) Patch200: linux-2.6-x86-tune-generic.patch Patch201: linux-2.6-x86-vga-vidfail.patch Patch202: linux-2.6-x86-64-edac-support.patch Patch203: linux-2.6-x86_64-silence-up-apic-errors.patch Patch207: linux-2.6-x86_64-tif-restore-sigmask.patch Patch208: linux-2.6-x86_64-add-ppoll-pselect.patch Patch209: linux-2.6-x86_64-opterons-synchronize-p-state-using-TSC.patch Patch210: linux-2.6-x86_64-memory-hotplug.patch Patch211: linux-2.6-x86-relocatable.patch Patch212: linux-2.6-x86-support-rdtscp-for-gtod.patch Patch213: linux-2.6-x86-unwinder-fixes.patch #temp patch for now Patch214: linux-2.6-x86-disable-mmconfig.patch Patch215: linux-2.6-x86_64-page-align-e820-area.patch Patch216: linux-2.6-x86_64-dirty-page-tracking.patch # 300 - 399 ppc(64) Patch301: linux-2.6-cell-mambo-drivers.patch Patch302: linux-2.6-hvc-console.patch Patch303: linux-2.6-ppc-rtas-check.patch Patch304: linux-2.6-ppc64-export-copypage.patch Patch306: linux-2.6-powerpc-audit.patch Patch307: linux-2.6-powerpc-seccomp.patch Patch308: linux-2.6-powerpc-power6-disable-ci_large_page.patch # 400 - 499 ia64 Patch400: linux-2.6-ia64-futex.patch Patch401: linux-2.6-ia64-robust-list.patch Patch402: linux-2.6-ia64-kexec-kdump.patch Patch404: linux-2.6-ia64-exports-for-xpmem-driver.patch Patch405: linux-2.6-ia64-kprobes-fixes.patch # 500 - 599 s390(x) Patch500: linux-2.6-s390-kprobes.patch Patch501: linux-2.6-s390-add-uevent-to-ccw.patch Patch502: linux-2.6-s390-kprobes-fixes.patch Patch503: linux-2.6-s390-net-ctcmpc-driver.patch # 600 - 699 sparc(64) # # Patches 800 through 899 are reserved for bugfixes to the core system # and patches related to how RPMs are build # Patch800: linux-2.6-build-nonintconfig.patch Patch801: linux-2.6-build-userspace-headers-warning.patch Patch802: linux-2.6-build-deprecate-configh-include.patch # Exec-shield. Patch810: linux-2.6-execshield.patch Patch811: linux-2.6-warn-c-p-a.patch # Module signing infrastructure. Patch900: linux-2.6-modsign-core.patch Patch901: linux-2.6-modsign-crypto.patch Patch902: linux-2.6-modsign-ksign.patch Patch903: linux-2.6-modsign-mpilib.patch Patch904: linux-2.6-modsign-script.patch Patch905: linux-2.6-modsign-include.patch # Tux http accelerator. Patch910: linux-2.6-tux.patch # 950 - 999 Xen Patch950: linux-2.6-xen.patch Patch951: linux-2.6-xen-utrace.patch Patch952: linux-2.6-xen-x86_64-silence-up-apic-errors.patch Patch953: linux-2.6-xen-x86_64-add-ppoll-pselect.patch Patch954: linux-2.6-xen-execshield.patch Patch955: linux-2.6-xen-tux.patch Patch957: linux-2.6-xen-x86-relocatable.patch Patch958: linux-2.6-ia64-kexec-kdump-xen-conflict.patch Patch959: linux-2.6-xen-x86-unwinder.patch Patch960: linux-2.6-xen-blktap-fixes.patch Patch961: linux-2.6-xen-pae-handle-64bit-addresses-correctly.patch Patch962: linux-2.6-xen-remove-bug-from-evtchn-during-retrigger.patch # # Patches 1000 to 5000 are reserved for bugfixes to drivers and filesystems # Patch1010: linux-2.6-debug-sizeof-structs.patch Patch1011: linux-2.6-debug-slab-backtrace.patch Patch1012: linux-2.6-debug-list_head.patch Patch1013: linux-2.6-debug-taint-vm.patch Patch1014: linux-2.6-debug-singlebiterror.patch Patch1015: linux-2.6-debug-spinlock-taint.patch Patch1016: linux-2.6-debug-Wundef.patch Patch1017: linux-2.6-debug-disable-builtins.patch Patch1018: linux-2.6-debug-sleep-in-irq-warning.patch Patch1019: linux-2.6-debug-must_check.patch Patch1020: linux-2.6-debug-no-quiet.patch Patch1021: linux-2.6-debug-boot-delay.patch Patch1022: linux-2.6-debug-sysfs-crash-debugging.patch Patch1023: linux-2.6-debug-sysfs-crash-debugging-xen.patch # Restrict /dev/mem usage. Patch1050: linux-2.6-devmem.patch Patch1051: linux-2.6-devmem-xen.patch # Provide read only /dev/crash driver. Patch1060: linux-2.6-crash-driver.patch Patch1061: linux-2.6-crash-driver-xen.patch Patch1070: linux-2.6-sleepon.patch # SCSI bits. Patch1102: linux-2.6-scsi-advansys-pcitable.patch Patch1103: linux-2.6-iscsi-add-qla4xxx2.patch Patch1104: linux-2.6-iscsi-update-to-2-6-19-rc1.upstream.patch Patch1105: linux-2.6-aic9400-adp94xx-updates.patch Patch1106: linux-2.6-scsi-ipr-supports-sas-attached-sata.patch Patch1107: linux-2.6-scsi-dont-add-devices-for-pq1-pdt01f.patch Patch1108: linux-2.6-scsi-remove-userspace-hooks-from-qla4xxx.patch Patch1109: linux-2.6-scsi-allow-cat-proc-scsi-to-work.patch Patch1110: linux-2.6-scsi-add-qla3xxx.patch Patch1111: linux-2.6-scsi-update-blacklist.patch Patch1112: linux-2.6-iscsi-remove-old-code.patch Patch1113: linux-2.6-scsi-fix-shared-tag-maps.patch Patch1114: linux-2.6-scsi-add-promise-stex-driver.patch Patch1115: linux-2.6-scsi-sg-allow-large-page-sizes.patch Patch1116: linux-2.6-scsi-qla4xxx-ioctl-hooks.patch Patch1117: linux-2.6-scsi-update-transport-fc.patch Patch1118: linux-2.6-scsi-update-emulex-lpfc.patch Patch1119: linux-2.6-scsi-emulex-ioctl-hooks.patch Patch1120: linux-2.6-scsi-update-lsi-megaraid.patch Patch1121: linux-2.6-scsi-ibmvscsi-migration-fix.patch # NFS bits. Patch1200: linux-2.6-NFSD-ctlbits.patch Patch1201: linux-2.6-NFSD-badness.patch # core networking changes. Patch1300: linux-2.6-net-ipsec-labelling.patch Patch1301: linux-2.6-net-netlabel-cipso.patch Patch1302: linux-2.6-net-netlabel-labeled-network-support.patch Patch1303: linux-2.6-net-netlabel-audit-config-changes.patch Patch1304: linux-2.6-net-netlabel-oops-in-cache.patch Patch1305: linux-2.6-net-netlabel-label-empty-packets-unlabeled.patch Patch1306: linux-2.6-net-netlabel-fix-ipsec-leak.patch # Network driver updates Patch1350: linux-2.6-bcm43xx-periodic-work.patch Patch1351: linux-2.6-net-e1000-updates.patch # Filesystem stuff. # Squashfs Patch1400: linux-2.6-squashfs.patch Patch1401: linux-2.6-squashfs-s390-dirty-memory-fix.patch # GFS/DLM Patch1410: linux-2.6-gfs2-dlm.patch Patch1411: linux-2.6-gfs2-tux.patch Patch1412: linux-2.6-gfs2-locking-exports.patch Patch1413: linux-2.6-gfs2-move-fs-flags-to-fs_h.patch Patch1414: linux-2.6-gfs2-dlm-fix-mount-issues.patch Patch1415: linux-2.6-gfs2-dlm-clear-sbflags-lock-master.patch Patch1416: linux-2.6-gfs2-dlm-add-tcp-communications.patch Patch1417: linux-2.6-gfs2-dlm-reset-recover_locks-when-aborted.patch Patch1418: linux-2.6-gfs2-dlm-fix-incorrect-fs-sync-behaviour.patch Patch1419: linux-2.6-gfs2-dlm-fix-kref_put-oops.patch Patch1420: linux-2.6-inode_diet-replace-inodeugeneric_ip-with-inodei_private.patch Patch1421: linux-2.6-inode-diet-move-i_pipe-into-a-union.patch Patch1422: linux-2.6-inode-diet-move-i_bdev-into-a-union.patch Patch1423: linux-2.6-inode-diet-move-i_cdev-into-a-union.patch Patch1424: linux-2.6-inode-diet-eliminate-i_blksize-and-use-a-per-superblock-default.patch Patch1425: linux-2.6-inode-diet-squashfs.patch # NFS superblock sharing Patch1430: linux-2.6-nfs-unified-sb-os-support.patch Patch1431: linux-2.6-nfs-unified-sb.patch # CacheFiles support Patch1432: linux-2.6-cachefiles-os-support.patch Patch1433: linux-2.6-cachefiles.patch # FS-Cache support Patch1434: linux-2.6-fscache-os-support.patch Patch1435: linux-2.6-fscache.patch Patch1436: linux-2.6-fscache-nfs.patch Patch1437: linux-2.6-fscache-afs.patch # Various NFS changes. # double d_drop Patch1440: linux-2.6-nfs-client-double_d-drop.patch # NFS uses 64-bit inodes Patch1441: linux-2.6-nfs-64-bit-inode-support.patch # Fix NFS/Selinux oops. Patch1442: linux-2.6-nfs-selinux-oops.patch Patch1443: linux-2.6-nfs-client-dentry-oops.patch Patch1444: linux-2.6-nfs-acl-cache-to-nfs-client.patch Patch1445: linux-2.6-nfs-release-page-fix.patch Patch1446: linux-2.6-nfs-v4-server-use-after-free.patch Patch1447: linux-2.6-nfs-handle-rpc-error-properly.patch Patch1448: linux-2.6-nfs-oops-in-nfs_cancel_commit_list.patch Patch1449: linux-2.6-nfs-fs-locations-support.patch Patch1450: linux-2.6-nfs-disassociate-the-fsc-cookie-from-fh.patch # EXT3 fixes Patch1460: linux-2.6-ext3-16tb-overflow-fixes.patch Patch1461: linux-2.6-ext3-check-for-unmapped-buffer.patch Patch1462: linux-2.6-ext3-handle-directory-corruption-better.patch # CIFS fixes Patch1465: linux-2.6-cifs-invalid-readdirs.patch # VFS fixes Patch1470: linux-2.6-vfs-dentries-destroy.patch # AFS fixes Patch1475: linux-2.6-afs-dentries-refs.patch # IPV6 routing Patch1480: linux-2.6-ipv6-multiple-routing-tables-policy.patch Patch1481: linux-2.6-ipv6-routing-rules-fixes.patch Patch1482: linux-2.6-ipv6-prohibit-and-blackhole-fixes.patch Patch1483: linux-2.6-ipv6-init-tb6_lock-through-rwlock_init.patch # AUTOFS fixes Patch1490: linux-2.6-autofs4-fixes.patch Patch1491: linux-2.6-autofs4-cannot-shutdown-when-timeout-zero.patch # Device mapper / MD layer Patch1500: linux-2.6-dm-mirroring.patch Patch1501: linux-2.6-dm-multipath-ioctl-support.patch Patch1502: linux-2.6-dm-alloc_dev-error-path-fix.patch Patch1503: linux-2.6-dm-snapshot-invalid-enomem-fix.patch Patch1504: linux-2.6-dm-snapshot-remove-chunk_size-param.patch Patch1505: linux-2.6-dm-snapshot-metadata-error-handling.patch Patch1506: linux-2.6-dm-snapshot-metadata-suspend-fix.patch Patch1507: linux-2.6-dm-snapshot-removal-seg-fault.patch Patch1508: linux-2.6-dm-mirror-trailing-space.patch Patch1509: linux-2.6-dm-add-uevent-change-on-resume.patch Patch1510: linux-2.6-dm-crypt-clear-key-when-suspend.patch Patch1511: linux-2.6-dm-use-biosets-to-avoid-deadlock.patch Patch1512: linux-2.6-dm-add-feature-flags-to-structs.patch Patch1513: linux-2.6-dm-mpath-fix-io-errors-on-new-path.patch # Misc bits. Patch1600: linux-2.6-module_version.patch Patch1610: linux-2.6-input-kill-stupid-messages.patch Patch1620: linux-2.6-serial-tickle-nmi.patch Patch1630: linux-2.6-mm-suspend-improvements.patch Patch1640: linux-2.6-autofs-revalidate-lookup.patch Patch1650: linux-2.6-serial-460800.patch Patch1660: linux-2.6-drm-i965.patch Patch1670: linux-2.6-softcursor-persistent-alloc.patch Patch1680: linux-2.6-reiserfs-dentry-ref.patch Patch1700: linux-2.6-ide-jmicron-fixup.patch Patch1710: linux-2.6-sched-up-migration-cost.patch Patch1720: linux-2.6-proc-self-maps-fix.patch Patch1740: linux-2.6-softlockup-disable.patch Patch1741: linux-2.6-optimise-spinlock-debug.patch Patch1742: linux-2.6-ehea-ethernet-driver.patch Patch1743: linux-2.6-drivers-add-qlogic-firmware.patch Patch1744: linux-2.6-libertas.diff Patch1745: linux-2.6-olpc-touchpad.diff Patch1746: linux-2.6-asix-usbnet-update.patch Patch1747: linux-2.6-bnep-compat.patch Patch1748: linux-2.6-hidp-compat.patch Patch1749: linux-2.6-cmtp-compat.patch Patch1751: linux-2.6-module-unaligned-access-fix.patch Patch1753: linux-2.6-poll-einval-conforms-to-posix.patch Patch1754: linux-2.6-allow-booting-from-raid-partition.patch Patch1755: linux-2.6-snd-update-sigmatel-codecs.patch Patch1756: linux-2.6-net-e100-error-recovery-fix.patch Patch1758: linux-2.6-block-detect-cpqarray.patch Patch1760: linux-2.6-net-veth-proc-entry-fix.patch Patch1761: linux-2.6-tty-locking-cleanup.patch Patch1762: linux-2.6-net-ibmveth-kdump-panic.patch Patch1763: linux-2.6-mm-dio-prevent-populating-page-cache.patch Patch1764: linux-2.6-pci-hotplug-p2p-bridge-ioapic-fixes.patch Patch1765: linux-2.6-fs-bd_mount_mutex-to-sem.patch Patch1767: linux-2.6-net-ehea-support-64k-pages.patch Patch1768: linux-2.6-cpu-hotplug-fails-trying-to-bsp-offline.patch Patch1769: linux-2.6-pci-sort-devices-in-breadth-first-order.patch Patch1770: linux-2.6-drivers-export-bus-add-remove.patch # SELinux/audit patches. Patch1801: linux-2.6-selinux-mprotect-checks.patch Patch1802: linux-2.6-selinux-support-range-transitions.patch Patch1803: linux-2.6-audit-code-walking-out-of-bounds.patch Patch1804: linux-2.6-audit-allow-filtering-by-ppid.patch Patch1805: linux-2.6-audit-disallow-meaningless-arch-filters.patch # Warn about usage of various obsolete functionality that may go away. Patch1900: linux-2.6-obsolete-oss-warning.patch # no external module should use these symbols. Patch1910: linux-2.6-unexport-symbols.patch # VM bits. Patch2001: linux-2.6-vm-silence-atomic-alloc-failures.patch Patch2002: linux-2.6-mm-tracking-dirty-pages.patch Patch2004: linux-2.6-mm-prevent-oom-fixes.patch Patch2005: linux-2.6-mm-release-page-with-non-zero-gfp-mask.patch # Tweak some defaults. Patch2100: linux-2.6-defaults-fat-utf8.patch Patch2101: linux-2.6-defaults-firmware-loader-timeout.patch Patch2102: linux-2.6-defaults-phys-start.patch Patch2103: linux-2.6-defaults-unicode-vt.patch Patch2104: linux-2.6-defaults-disable-split-ptlock.patch Patch2105: linux-2.6-panic-on-oops.patch # SATA Bits Patch2200: linux-2.6-sata-promise-pata-ports.patch Patch2201: linux-2.6-sata-ahci-suspend.patch Patch2202: linux-2.6-sata-sas-adapters-support.patch # ACPI bits # Lockdep fixes. Patch2400: linux-2.6-lockdep-fixes.patch # Infiniband driver Patch2600: linux-2.6-openib-sdp.patch Patch2601: linux-2.6-openib-ehca.patch Patch2602: linux-2.6-openib-ofed-1_1-update.patch # kprobes changes. Patch2700: linux-2.6-kprobes-portable.patch Patch2701: linux-2.6-kprobes-documentation.patch Patch2702: linux-2.6-kprobes-add-regs_return_value-helper.patch Patch2703: linux-2.6-kprobes-deadlock-fixes.patch Patch2704: linux-2.6-kprobes-opcode-16-byte-alignment.patch # Wireless driver Patch2801: linux-2.6-wireless-ipw2200-1_2_0-update.patch # # 10000 to 20000 is for stuff that has to come last due to the # amount of drivers they touch. But only these should go here. # Not patches you're too lazy for to put in the proper place. # Patch10000: linux-2.6-compile-fixes.patch # Xen hypervisor patches (20000+) Patch20000: xen-printf-rate-limit.patch Patch20001: xen-version-strings.patch Patch20002: xen-grant-table-operations-security.patch Patch20003: xen-amd-v-menu-timer-issue.patch Patch20004: xen-pae-handle-64bit-addresses-correctly.patch Patch20005: xen-fix-vcpu-hotplug-statistics.patch Patch20007: xen-amd-v-hvm-fix-for-windows-hibernate.patch Patch20008: xen-make-windows-vista-work.patch Patch20009: xen-ia64-making-it-work.patch Patch20010: xen-ia64-fix-vti-panic-when-config-sets-maxmem.patch Patch20011: xen-fix-swiotlb-for-b44-module-xen-patch.patch Patch20012: xen-fix-for-smp-xen-guest-slow-boot-issue-on-amd-systems.patch Patch20013: xen-hvm-crashes-on-ia32e-smp.patch Patch20014: xen-make-ballooning-work-right.patch Patch20015: xen-oprofile-on-intel-core.patch Patch20016: xen-emulation-accesses-faulting-on-page-boundary.patch Patch20017: xen-ia64-guest-networking-finally-works.patch Patch20018: xen-race-condition-concerning-vlapic-interrupts.patch Patch20019: xen-emulate-pit-channels-for-vbios-support.patch Patch20020: xen-greater-than-4g-guest-fix.patch Patch20021: xen-make-hvm-hypercall-table-nr_hypercalls-entries-big.patch Patch20022: xen-replace-inappropriate-domain_crash_synchronous-use.patch Patch20023: xen-register-pit-handlers-to-the-correct-domain.patch Patch20024: xen-quick-fix-for-cannot-allocate-memory.patch Patch20025: xen-fix-tlb-flushing-in-shadow-pagetable-mode.patch # end of Xen patches Patch21007: linux-2.6-netlabel-error-checking-cleanups.patch Patch21008: linux-2.6-xen-fix-spinlock-when-removing-xennet-device.patch Patch21009: linux-2.6-ia64-fix-panic-in-cpu-hotplug.patch Patch21010: linux-2.6-acpi-cleanup-output-messages.patch Patch21011: linux-2.6-xen-privcmd-range-check-hypercall-index.patch Patch21012: linux-2.6-fs-catch-blocks-beyond-pagecache-limit.patch Patch21013: linux-2.6-mm-noisy-stack-trace-by-memory-hotplug.patch Patch21014: linux-2.6-net-compute-checksum-in-netpoll_send_udp.patch Patch21015: linux-2.6-cifs-explicitly-set-stat-blksize.patch Patch21016: linux-2.6-configfs-mutex_lock_nested-fix.patch Patch21017: linux-2.6-openib-ehca-fix-64k-page-table.patch Patch21018: linux-2.6-dm-sys-block-entries-remain-after-removal.patch Patch21019: linux-2.6-proc-readdir-race-fix.patch Patch21021: linux-2.6-sound-hda-fix-typo-in-patch_realtek-c.patch Patch21022: linux-2.6-net-bnx2-update-firmware-to-correct-rx-problem.patch Patch21023: linux-2.6-xen-fix-profiling.patch Patch21024: linux-2.6-xen-netback-reenable-tx-queueing.patch Patch21025: linux-2.6-x86-remove-microcode-size-check.patch Patch21026: linux-2.6-s390-add-missing-ctcmpc-target.patch Patch21027: linux-2.6-xen-avoid-touching-watchdog-when-gone-too-long.patch Patch21028: linux-2.6-hp-fix-bogus-warning-in-lock_cpu_hotplug.patch Patch21029: linux-2.6-usb-add-raritan-kvm-usb-dongle-to-usb-blacklist.patch Patch21030: linux-2.6-x86_64-kdump-mptable-reservation-fix.patch Patch21031: linux-2.6-dlm-dont-accept-replies-to-old-recovery-messages.patch Patch21032: linux-2.6-dlm-fix-add_requestqueue-checking-nodes-list.patch Patch21033: linux-2.6-dlm-fix-size-of-status_reply-message.patch Patch21034: linux-2.6-net-enable-netpoll-netconsole-for-ibmveth.patch Patch21035: linux-2.6-net-fix-flowi-clobbering.patch Patch21036: linux-2.6-xen-iscsi-oops-on-x86_64-xen-domu.patch Patch21037: linux-2.6-lockdep-ide-proc-interaction-fix.patch Patch21038: linux-2.6-xen-make-netfront-device-permanent.patch Patch21039: linux-2.6-x86_64-make-the-boot-gdt-limit-exact.patch Patch21040: linux-2.6-net-ibmveth-panic-when-buffer-rolls-over.patch Patch21041: linux-2.6-mm-write-failure-on-swapout-could-corrupt-data.patch Patch21042: linux-2.6-ppc-update_flash-is-broken.patch Patch21043: linux-2.6-ppc-power6-illegal-instruction-on-install.patch Patch21044: linux-2.6-net-e1000-add-device-ids.patch Patch21045: linux-2.6-ppc-reduce-iommu-page-size-to-4k.patch Patch21046: linux-2.6-agp-corruption-fixes.patch Patch21047: linux-2.6-acpi-allow-highest-frequency-if-bios-think-so.patch Patch21048: linux-2.6-xen-blkback-fix-first_sect-check.patch Patch21049: linux-2.6-selinux-fix-oops-with-non-mls-policies.patch Patch21050: linux-2.6-selinux-give-correct-responce-to-get_peercon.patch Patch21051: linux-2.6-netlabel-send-audit-messages-if-audit-is-on.patch Patch21052: linux-2.6-dlm-check-for-incompatible-protocol-version.patch Patch21053: linux-2.6-dlm-resend-lock-during-recovery-if-master-not-ready.patch Patch21054: linux-2.6-dlm-use-recovery-seq-number-to-discard-old-replies.patch Patch21056: linux-2.6-xen-fix-2tb-overflow-in-virtual-disk-driver.patch Patch21057: linux-2.6-hfs-return-error-code-in-case-of-error.patch Patch21058: linux-2.6-megaraid-initialization-fix-for-kdump.patch Patch21059: linux-2.6-xen-netback-fix-transmit-credit-scheduler-wrap.patch Patch21060: linux-2.6-netlabel-disallow-ip-editing-on-cipso-socket.patch Patch21061: linux-2.6-mm-prevent-hugepages_rsvd-from-going-negative.patch Patch21062: linux-2.6-net-e1000-reset-all-functions-after-a-pci-error.patch Patch21063: linux-2.6-sata-ata_piix-map-values.patch Patch21064: linux-2.6-net-tg3-bcm5752m-crippled-after-reset.patch Patch21065: linux-2.6-net-tg3-support-broadcom-5756m-5756me-controller.patch Patch21066: linux-2.6-netlabel-bring-current-with-upstream-bugs.patch Patch21067: linux-2.6-netlabel-bring-current-with-upstream-performance.patch Patch21068: linux-2.6-netlabel-bring-current-with-upstream-cleanup-future-work.patch Patch21069: linux-2.6-xen-blkback-copy-shared-data-before-verification.patch Patch21070: linux-2.6-xen-blkback-fix-potential-grant-entry-leaks-on-error.patch Patch21071: linux-2.6-nfs-set-correct-mode-during-create-operation.patch Patch21072: linux-2.6-char-ipmi-multiple-baseboard-management-centers.patch Patch21073: linux-2.6-cachefiles-cachefiles_write_page-should-not-error-twice.patch Patch21074: linux-2.6-pciehp-reenabling-the-slot-disables-the-slot.patch Patch21075: linux-2.6-pciehp-info-messages-are-confusing.patch Patch21076: linux-2.6-pciehp-parallel-hotplug-operations-cause-panic.patch Patch21077: linux-2.6-pciehp-pci_disable_msi-called-to-early.patch Patch21078: linux-2.6-pciehp-free_irq-called-twice.patch Patch21079: linux-2.6-shpchp-driver-does-not-work-in-poll-mode.patch Patch21080: linux-2.6-shpchp-driver-fails-on-system-under-heavy-load.patch Patch21081: linux-2.6-xen-properly-close-blkfront-on-non-existant-file.patch Patch21082: linux-2.6-xen-ia64-get-it-working.patch Patch21083: linux-2.6-xen-ia64-kernel-unaligned-access.patch Patch21084: linux-2.6-wireless-d80211-kabi-pre-compatibility.patch Patch21085: linux-2.6-ide-spurious-interrups-from-esb2-in-native-mode.patch Patch21086: linux-2.6-s390-common-i-o-layer-fixes.patch Patch21087: linux-2.6-xen-copy-shared-data-before-verification.patch Patch21088: linux-2.6-dm-mirroring-fix-sync-status-change.patch Patch21089: linux-2.6-dlm-fix-send_args-lvb-copying.patch Patch21090: linux-2.6-dlm-fix-receive_request-lvb-copying.patch Patch21091: linux-2.6-scsi-ide-and-ide-cdrom-module-load-race-fix.patch Patch21092: linux-2.6-gfs2-fix-bmap-to-map-extents-properly.patch Patch21093: linux-2.6-gfs2-tidy-up-bmap-and-fix-boundary-bug.patch Patch21094: linux-2.6-fs-fix-rescan_partitions-to-return-errors-properly.patch Patch21095: linux-2.6-fs-check_partition-routines-to-continue-on-errors.patch Patch21096: linux-2.6-gfs2-fix-incorrect-fs-sync-behaviour.patch Patch21097: linux-2.6-gfs2-simplify-glops-functions.patch Patch21098: linux-2.6-gfs2-fix-journal-flush-problem.patch Patch21099: linux-2.6-gfs2-fix-memory-allocation-in-glock-c.patch Patch21100: linux-2.6-cifs-fix-mount-failure-when-domain-not-specified.patch Patch21101: linux-2.6-gfs2-fix-recursive-locking-in-gfs2_getattr.patch Patch21102: linux-2.6-gfs2-fix-recursive-locking-in-gfs2_permission.patch Patch21103: linux-2.6-scsi-fix-stex_intr-signature.patch Patch21104: linux-2.6-xen-fix-swiotlb-for-b44-module-kernel-patch.patch Patch21105: linux-2.6-cramfs-fix-zlib_inflate-oops-with-corrupted-image.patch Patch21106: linux-2.6-gfs2-fix-mount-failure.patch Patch21107: linux-2.6-x86_64-fix-time-skew-on-intel-core-2-processors.patch Patch21109: linux-2.6-x86_64-disable-pci-mmconf-on-hp-xw9300-9400.patch Patch21110: linux-2.6-gfs2-don-t-flush-everything-on-fdatasync.patch Patch21111: linux-2.6-gfs2-fix-uninitialised-variable.patch Patch21112: linux-2.6-xen-make-ballooning-work-right.patch Patch21113: linux-2.6-selinux-quoted-commas-for-certain-context-mounts.patch Patch21114: linux-2.6-i386-touch-softdog-during-oops.patch Patch21115: linux-2.6-connector-exessive-unaligned-access.patch Patch21116: linux-2.6-cachefiles-handle-enospc-on-create-mkdir-better.patch Patch21117: linux-2.6-ia64-pal_get_pstate-implementation.patch Patch21118: linux-2.6-gfs2-fix-size-caclulation-passed-to-the-allocator.patch Patch21119: linux-2.6-gfs2-dirent-format-compatible-with-gfs1.patch Patch21121: linux-2.6-gfs2-don-t-try-to-lockfs-after-shutdown.patch Patch21122: linux-2.6-scsi-fc-transport-removal-of-target-configurable.patch Patch21123: linux-2.6-mpt-fusion-bugfix-and-maintaince-improvements.patch Patch21124: linux-2.6-scsi-qla2xxx-add-missing-pci-device-ids.patch Patch21125: linux-2.6-mm-reject-corrupt-swapfiles-earlier.patch Patch21126: linux-2.6-mm-gpl-export-truncate_complete_page.patch Patch21127: linux-2.6-x86_64-enable-nx-bit-support-during-resume.patch Patch21128: linux-2.6-x86_64-fix-execshield-randomization-for-heap.patch Patch21129: linux-2.6-net-bonding-don-t-release-slaves-when-master-down.patch Patch21130: linux-2.6-gfs2-readpages-fix.patch Patch21131: linux-2.6-gfs2-readpages-fix-2.patch Patch21132: linux-2.6-gfs2-use-try-locks-in-readpages.patch Patch21133: linux-2.6-gfs2-fails-back-to-readpage-for-stuffed-files.patch Patch21134: linux-2.6-cachefiles-improve-fix-reference-counting.patch Patch21135: linux-2.6-dlm-fix-lost-flags-in-stub-replies.patch Patch21136: linux-2.6-gfs2-fix-dio-deadlock.patch Patch21137: linux-2.6-scsi-govault-not-accessible-due-to-software-reset.patch Patch21138: linux-2.6-nfs-disable-solaris-nfs_acl-version-2.patch Patch21139: linux-2.6-xen-pvfb.patch Patch21140: linux-2.6-xen-pvfb-fixes.patch Patch21141: linux-2.6-scsi-ibmvscsi-empty-hostx-config-file.patch Patch21142: linux-2.6-ia64-sn_sal_set_cpu_number-called-twice-on-cpu-0.patch Patch21143: linux-2.6-cciss-bugfixes.patch Patch21144: linux-2.6-x86_64-create-calgary-boot-knob.patch Patch21145: linux-2.6-bluetooth-packet-size-checks-for-capi-messages.patch Patch21146: linux-2.6-scsi-emulex-lpfc-update-to-8-1-10-2.patch Patch21147: linux-2.6-xen-fix-agp-on-x86_64-under-xen.patch Patch21148: linux-2.6-scsi-emulex-lpfc-ioctl-on-ppc.patch Patch21149: linux-2.6-scsi-oops-in-iscsi-packet-transfer-path.patch Patch21150: linux-2.6-gfs2-change-nlink-panic.patch Patch21151: linux-2.6-x86-handle-_pss-object-range-speedstep-centrino.patch Patch21152: linux-2.6-gfs2-initialization-of-security-acls.patch Patch21153: linux-2.6-misc-export-tasklist_lock.patch Patch21154: linux-2.6-ia64-hp-zx1-systems-initalize-swiotlb-in-kdump.patch Patch21155: linux-2.6-ppc64-dlpar-virtual-cpu-removal-failure-cppr-bits.patch Patch21156: linux-2.6-squashfs-fixup.patch Patch21157: linux-2.6-scsi-structs-for-future-known-features-and-fixes.patch Patch21158: linux-2.6-audit-xfrm-config-change-auditing.patch Patch21159: linux-2.6-scsi-add-qla4032-and-fix-some-bugs.patch Patch21160: linux-2.6-scsi-fix-bus-reset-in-qla1280-driver.patch Patch21161: linux-2.6-e1000-truncated-tso-tcp-header-with-82544-workaround.patch Patch21162: linux-2.6-xen-blktap-fix-potential-grant-entry-leaks-on-error.patch Patch21163: linux-2.6-splice-must-fully-check-for-fifos.patch Patch21164: linux-2.6-ia64-kexec-kdump-on-sgi-machines-fixes.patch Patch21165: linux-2.6-xen-use-swiotlb-mask-for-coherent-mappings-too.patch Patch21166: linux-2.6-fscache-dueling-read-write-processes-fix.patch Patch21167: linux-2.6-isdn-ppp-call-init_timer-for-reset-state.patch Patch21168: linux-2.6-mm-mincore-fix-race-condition.patch Patch21169: linux-2.6-acpi-increase-acpi_max_reference_count.patch Patch21170: linux-2.6-net-netfilter-ipv6-ip6tables-vulnerabilities.patch Patch21171: linux-2.6-nfs-system-stall-under-high-memory-pressure.patch Patch21172: linux-2.6-audit-add-type-for-3rd-party-emit-key-for-events.patch Patch21173: linux-2.6-mm-fix-race-in-shared-mmap-ed-page-writeback.patch Patch21174: linux-2.6-scsi-iscsi-fix-sense-len-handling.patch Patch21175: linux-2.6-netlabel-stricter-configuration-checking.patch Patch21176: linux-2.6-x86-remove-unwinder-patches.patch Patch21177: linux-2.6-ppc64-altivec-avoid-panic-from-userspace.patch Patch21178: linux-2.6-net-act_gact-division-by-zero.patch Patch21179: linux-2.6-autofs-fix-panic-on-mount-fail.patch Patch21180: linux-2.6-net-b44-phy-reset-problem-that-leads-to-link-flap.patch Patch21181: linux-2.6-net-make-inet-is_icsk-assignment-binary.patch Patch21182: linux-2.6-cpei-prevent-relocating-hotplug-irqs.patch Patch21183: linux-2.6-fs-ext2_check_page-denial-of-service.patch Patch21184: linux-2.6-dlm-disable-debugging-output.patch Patch21185: linux-2.6-dlm-change-some-log_error-to-log_debug.patch Patch21186: linux-2.6-x86_64-enabling-lockdep-hangs-the-system.patch Patch21187: linux-2.6-mm-fix-for-shmem_truncate_range-bug_on.patch Patch21188: linux-2.6-xen-fix-nosegneg-detection.patch Patch21189: linux-2.6-gfs2-fix-ordering-of-page-disposal-vs-glock_dq.patch Patch21190: linux-2.6-gfs2-fix-gfs2_rename-lock-ordering.patch Patch21191: linux-2.6-netfilter-ip_conntrack-fails-to-unload.patch Patch21192: linux-2.6-ppc64-kdump-allow-booting-with-maxcpus-1.patch Patch21193: linux-2.6-x86-add-panic-on-unrecovered-nmi.patch Patch21194: linux-2.6-s390-inflate-spinlock-kabi.patch Patch21195: linux-2.6-net-qla3xxx-panics-when-eth1-is-sending-pings.patch Patch21196: linux-2.6-misc-remove-capability-req-to-read-cap-bound.patch Patch21197: linux-2.6-cachefs-fix-object-struct-recycling.patch Patch21198: linux-2.6-fs-listxattr-syscall-corrupt-user-space-programs.patch Patch21200: linux-2.6-x86_64-clear_kernel_mapping-will-leak-memory.patch Patch21201: linux-2.6-edac-fix-proc-bus-pci-devices-allow-x-to-start.patch Patch21202: linux-2.6-xfrm-audit-correct-xfrm-auditing-panic.patch Patch21203: linux-2.6-net-ipv6-panic-bringing-up-multiple-interfaces.patch Patch21204: linux-2.6-sound-add-support-for-stac9205-codec.patch Patch21205: linux-2.6-scsi-prevent-sym53c1510-claiming-wrong-pci-id.patch Patch21206: linux-2.6-gfs2-return-error-for-null-inode.patch Patch21207: linux-2.6-ppc64-initialization-of-hotplug-memory-fixes.patch Patch21208: linux-2.6-xen-add-packet_auxdata-cmsg.patch Patch21210: linux-2.6-sun-ami-virtual-floppy-issue.patch Patch21211: linux-2.6-mm-fix-statistics-in-vmscan-c.patch Patch21212: linux-2.6-netlabel-fix-locking-issues.patch Patch21213: linux-2.6-netlabel-off-by-one-in-netlbl_cipsov4_add_common.patch Patch21214: linux-2.6-sata-timeout-boot-message.patch Patch21215: linux-2.6-misc-fix-vdso-in-core-dumps.patch Patch21216: linux-2.6-sata-ahci-support-ahci-class-code.patch Patch21217: linux-2.6-sata-support-legacy-ide-mode-of-sb600-sata.patch Patch21218: linux-2.6-rng-check-to-see-if-bios-locked-device.patch Patch21219: linux-2.6-mm-handle-map-of-memory-without-page-backing.patch Patch21220: linux-2.6-audit-mask-upper-bits-on-32-bit-syscall-on-ppc64.patch Patch21221: linux-2.6-scsi-fix-panic-on-ex8350-stex-ko.patch Patch21222: linux-2.6-ipsec-incorrect-return-code-xfrm_policy_lookup.patch Patch21223: linux-2.6-nfs-unable-to-mount-more-than-1-secure-mount.patch Patch21224: linux-2.6-ia64-check-for-tio-errors-on-shub2-altix.patch Patch21225: linux-2.6-x86-proc-mtrr-interface-mtrr-bug-fix.patch # Start VZ patches Patch50000: patch-%{ovzver}-core # Hot fixes # DRBD Patch90000: linux-2.6.8.1-drbd-0.7.19.patch Patch90001: linux-2.6.8.1-drbd-0.7.19-0.7.20.patch Patch90002: linux-2.6.9-drbd-0.7.20-0.7.22.patch Patch90003: linux-2.6.18-drbd-0.7.22-0.8.0.patch # Areca Patch90200: diff-driver-arcmsr-20070312 Patch90201: linux-2.6.18-3w_9xxx-2.26.06.001-2.6.18.patch Patch90202: linux-2.6.18-qla4xxx-5.00.07.patch Patch90210: linux-2.6.18-atl1-1.0.41.0.patch # End VZ patches # empty final patch file to facilitate testing of kernel patches Patch99999: linux-kernel-test.patch # END OF PATCH DEFINITIONS BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root # Override find_provides to use a script that provides "kernel(symbol) = hash". # Pass path of the RPM temp dir containing kabideps to find-provides script. %global _use_internal_dependency_generator 0 %define __find_provides %_sourcedir/find-provides %{_tmppath} %define __find_requires /usr/lib/rpm/redhat/find-requires kernel %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 PAE Summary: The Linux kernel compiled for PAE capable machines. Group: System Environment/Kernel Provides: kernel = %{version} Provides: kernel-drm = 4.3.0 Provides: kernel-%{_target_cpu} = %{rpmversion}-%{release}PAE Provides: vzkernel = %{KVERREL} Provides: vzquotamod Prereq: %{kernel_prereq} Conflicts: %{kernel_dot_org_conflicts} Conflicts: %{package_conflicts} Obsoletes: kernel-smp < 2.6.17 # 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 %description PAE This package includes a version of the Linux kernel with support for up to 64GB of high memory. It requires a CPU with Physical Address Extensions (PAE). The non-PAE kernel can only address up to 4GB of memory. Install the kernel-PAE package if your machine has more than 4GB of memory. %package PAE-devel Summary: Development package for building kernel modules to match the PAE kernel. Group: System Environment/Kernel Provides: kernel-PAE-devel-%{_target_cpu} = %{rpmversion}-%{release} Provides: kernel-devel-%{_target_cpu} = %{rpmversion}-%{release}PAE Provides: kernel-devel = %{rpmversion}-%{release}PAE AutoReqProv: no Prereq: /usr/bin/find %description PAE-devel This package provides kernel headers and makefiles sufficient to build modules against the PAE kernel package. %package smp Summary: The Linux kernel compiled for SMP machines. Group: System Environment/Kernel Provides: kernel = %{version} Provides: kernel-drm = 4.3.0 Provides: kernel-%{_target_cpu} = %{rpmversion}-%{release}smp Provides: vzkernel = %{KVERREL} Provides: vzquotamod Prereq: %{kernel_prereq} Conflicts: %{kernel_dot_org_conflicts} Conflicts: %{package_conflicts} # upto and including kernel 2.4.9 rpms, the 4Gb+ kernel was called kernel-enterprise # now that the smp kernel offers this capability, obsolete the old kernel Obsoletes: kernel-enterprise < 2.4.10 # 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 %description smp This package includes a SMP version of the Linux kernel. It is required only on machines with two or more CPUs as well as machines with hyperthreading technology. Install the kernel-smp package if your machine uses two or more CPUs. %package smp-devel Summary: Development package for building kernel modules to match the SMP kernel. Group: System Environment/Kernel Provides: kernel-smp-devel-%{_target_cpu} = %{rpmversion}-%{release} Provides: kernel-devel-%{_target_cpu} = %{rpmversion}-%{release}smp Provides: kernel-devel = %{rpmversion}-%{release}smp AutoReqProv: no Prereq: /usr/bin/find %description smp-devel This package provides kernel headers and makefiles sufficient to build modules against the SMP kernel package. %package xen Summary: The Linux kernel compiled for Xen VM operations Group: System Environment/Kernel Provides: kernel = %{version} Provides: kernel-%{_target_cpu} = %{rpmversion}-%{release}xen Prereq: %{kernel_prereq} Conflicts: %{kernel_dot_org_conflicts} Conflicts: %{package_conflicts} Conflicts: %{xen_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 %description xen This package includes a version of the Linux kernel which runs in Xen VM. It works for both priviledged and unpriviledged guests. %package xen-devel Summary: Development package for building kernel modules to match the kernel. Group: System Environment/Kernel AutoReqProv: no Provides: kernel-xen-devel-%{_target_cpu} = %{rpmversion}-%{release} Provides: kernel-devel-%{_target_cpu} = %{rpmversion}-%{release}xen Provides: kernel-devel = %{rpmversion}-%{release}xen Prereq: /usr/bin/find %description xen-devel This package provides kernel headers and makefiles sufficient to build modules against the kernel package. %package kdump Summary: A minimal Linux kernel compiled for kernel crash dumps. Group: System Environment/Kernel Provides: kernel = %{version} Provides: kernel-drm = 4.3.0 Provides: kernel-%{_target_cpu} = %{rpmversion}-%{release}kdump 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 %description kdump This package includes a kdump version of the Linux kernel. It is required only on machines which will use the kexec-based kernel crash dump mechanism. %package kdump-devel Summary: Development package for building kernel modules to match the kdump kernel. Group: System Environment/Kernel Provides: kernel-kdump-devel-%{_target_cpu} = %{rpmversion}-%{release} Provides: kernel-devel-%{_target_cpu} = %{rpmversion}-%{release}kdump Provides: kernel-devel = %{rpmversion}-%{release}kdump AutoReqProv: no Prereq: /usr/bin/find %description kdump-devel This package provides kernel headers and makefiles sufficient to build modules against the kdump kernel package. %package debug Summary: The Linux kernel compiled with debug config Group: System Environment/Kernel Provides: kernel = %{version} Provides: kernel-drm = 4.3.0 Provides: kernel-%{_target_cpu} = %{rpmversion}-%{release}smp Provides: vzkernel = %{KVERREL} Provides: vzquotamod Prereq: %{kernel_prereq} Conflicts: %{kernel_dot_org_conflicts} Conflicts: %{package_conflicts} AutoReq: no AutoProv: yes %description debug Debug kernel %package PAE-debug Summary: The Linux PAE kernel compiled with debug config Group: System Environment/Kernel Provides: kernel = %{version} Provides: kernel-drm = 4.3.0 Provides: kernel-%{_target_cpu} = %{rpmversion}-%{release}smp Provides: vzkernel = %{KVERREL} Provides: vzquotamod Prereq: %{kernel_prereq} Conflicts: %{kernel_dot_org_conflicts} Conflicts: %{package_conflicts} AutoReq: no AutoProv: yes %description PAE-debug Debug PAE kernel %prep #if a rhel kernel, apply the rhel config options %if !%{includeovz} %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 for i in $RPM_SOURCE_DIR/kernel-%{kversion}-ppc64.config do echo i is this file $i mv $i $i.tmp $RPM_SOURCE_DIR/merge.pl $RPM_SOURCE_DIR/config-rhel-ppc64-generic $i.tmp > $i rm $i.tmp done %endif %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/config-olpc-generic $i.tmp > $i rm $i.tmp done %endif %if %{includeovz} rm -rf kernel-%{kversion} %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 %patch3 -p1 %patch4 -p1 # we really want the backported patch and not the stable one %patch9 -p1 -R # Patches 10 through 100 are meant for core subsystem upgrades # Rolands utrace ptrace replacement. %patch10 -p1 # sysrq works always %patch20 -p1 %patch21 -p1 # Architecture patches # # x86(-64) # # Compile 686 kernels tuned for Pentium4. %patch200 -p1 # add vidfail capability; # without this patch specifying a framebuffer on the kernel prompt would # make the boot stop if there's no supported framebuffer device; this is bad # for the installer cd that wants to automatically fall back to textmode # in that case %patch201 -p1 # EDAC support for K8 %patch202 -p1 # Suppress APIC errors on UP x86-64. %patch203 -p1 # Support TIF_RESTORE_SIGMASK on x86_64 %patch207 -p1 # Add ppoll and pselect syscalls %patch208 -p1 # fix opteron timer scaling %patch209 -p1 # add support for x86_64 memory hotplug %patch210 -p1 # add support for rdtscp in gtod %patch212 -p1 # unwinder fixes %patch213 -p1 # temp patch for now %patch214 -p1 %patch215 -p1 %patch216 -p1 # # PowerPC # # Support the IBM Mambo simulator; core as well as disk and network drivers. %patch301 -p1 # Make HVC console generic; support simulator console device using it. #%patch302 -p1 # Check properly for successful RTAS instantiation %patch303 -p1 # Export copy_4K_page for ppc64 %patch304 -p1 # Fix checking for syscall success/failure %patch306 -p1 # Fix SECCOMP for ppc32 %patch307 -p1 %patch308 -p1 # ia64 futex and [gs]et_robust_list %patch400 -p1 %patch401 -p1 # ia64 kexec/kdump %patch402 -p1 %patch404 -p1 %patch405 -p1 # S390 # Kprobes. %patch500 -p1 %patch501 -p1 %patch502 -p1 %patch503 -p1 # # Patches 800 through 899 are reserved for bugfixes to the core system # and patches related to how RPMs are build # # This patch adds a "make nonint_oldconfig" which is non-interactive and # also gives a list of missing options at the end. Useful for automated # builds (as used in the buildsystem). %patch800 -p1 # Warn if someone tries to build userspace using kernel headers %patch801 -p1 # Warn if someone #include's %patch802 -p1 # Exec shield %patch810 -p1 #%patch811 -p1 # # GPG signed kernel modules # %patch900 -p1 %patch901 -p1 %patch902 -p1 %patch903 -p1 %patch904 -p1 %patch905 -p1 # Tux %patch910 -p1 # # Xen # %if %{includexen} # # Apply the main xen patch... #%patch951 -p1 %patch950 -p1 -b .p.xen # # ... and back out all the tpm additions, they need fixing # for f in `find drivers/char/tpm -type f -name "*.p.xen"` ; do \ g=`dirname $f`/`basename $f .p.xen`; \ mv "$f" "$g"; \ if [ ! -s "$g" ] ; then rm -f "$g" ; fi; \ done # Delete the rest of the backup files, they just confuse the build later find -name "*.p.xen" | xargs rm -f # utrace %patch951 -p1 %patch952 -p1 %patch953 -p1 # Xen exec-shield bits %patch954 -p1 %patch955 -p1 # ia64 xen cleanups for kexec/kdump %patch958 -p1 # xen x86 unwinder fixes %patch959 -p1 # xen blktap fixes %patch960 -p1 # The blktap patch needs to rename a file. For now, that is far more easily # done in the spec file than in the patch itself. mv drivers/xen/blktap/blktap.c drivers/xen/blktap/blktapmain.c %patch961 -p1 %patch962 -p1 %endif # # Patches 1000 to 5000 are reserved for bugfixes to drivers and filesystems # # Various low-impact patches to aid debugging. %patch1010 -p1 %patch1011 -p1 %patch1012 -p1 %patch1013 -p1 %patch1014 -p1 %patch1015 -p1 %patch1016 -p1 %patch1017 -p1 %patch1018 -p1 %patch1019 -p1 # Disable the 'quiet' boot switch for better bug reports. #%patch1020 -p1 %patch1021 -p1 %patch1022 -p1 %if %{includexen} %patch1023 -p1 %endif # # Make /dev/mem a need-to-know function # %patch1050 -p1 %if %{includexen} %patch1051 -p1 %endif # # /dev/crash driver for the crashdump analysis tool # %patch1060 -p1 %if %{includexen} %patch1061 -p1 %endif # # Most^WAll users of sleep_on are broken; fix a bunch # %patch1070 -p1 # # SCSI Bits. # # Add a pci table to advansys driver. %patch1102 -p1 # add support for qla4xxx %patch1103 -p1 # iscsi update for 2.6.19-rc1 %patch1104 -p1 # aic9400/adp94xx updates %patch1105 -p1 # support for ipr to use sas attached sata %patch1106 -p1 # don't add scsi devices for special targets %patch1107 -p1 %patch1108 -p1 %patch1109 -p1 # qla3xxx driver %patch1110 -p1 # scsi blacklist %patch1111 -p1 %patch1112 -p1 %patch1113 -p1 %patch1114 -p1 %patch1115 -p1 %patch1116 -p1 %patch1117 -p1 %patch1118 -p1 %patch1119 -p1 %patch1120 -p1 %patch1121 -p1 # # Various NFS/NFSD fixes. # # kNFSD: fixed '-p port' arg to rpc.nfsd and enables the defining proto versions and transports %patch1200 -p1 # Fix badness. %patch1201 -p1 # core networking changes. %patch1300 -p1 %patch1301 -p1 %patch1302 -p1 %patch1303 -p1 # netlabel fixes %patch1304 -p1 %patch1305 -p1 %patch1306 -p1 # NIC driver fixes %patch1350 -p1 %patch1351 -p1 # Filesystem patches. # Squashfs %patch1400 -p1 %patch1401 -p1 # GFS2/DLM %patch1410 -p1 %patch1411 -p1 %patch1412 -p1 %patch1413 -p1 %patch1414 -p1 %patch1415 -p1 %patch1416 -p1 %patch1417 -p1 %patch1418 -p1 %patch1419 -p1 # Ted's inode diet work. %patch1420 -p1 %patch1421 -p1 %patch1422 -p1 %patch1423 -p1 %patch1424 -p1 %patch1425 -p1 #nfs sharing %patch1430 -p1 %patch1431 -p1 # CacheFiles %patch1432 -p1 %patch1433 -p1 # FS-Cache %patch1434 -p1 %patch1435 -p1 %patch1436 -p1 %patch1437 -p1 # NFS # double d_drop %patch1440 -p1 # NFS supports 64-bit inodes %patch1441 -p1 # Fix NFS/Selinux oops. (#204848) %patch1442 -p1 # Fix nfs client dentry oops %patch1443 -p1 # add ACL cache to NFS client %patch1444 -p1 %patch1445 -p1 %patch1446 -p1 %patch1447 -p1 %patch1448 -p1 %patch1449 -p1 %patch1450 -p1 # EXT3 # overflows at 16tb fix %patch1460 -p1 %patch1461 -p1 %patch1462 -p1 # CIFS fixes %patch1465 -p1 # VFS fixes # destroy the dentries via umounts %patch1470 -p1 # AFS fixes # ensure dentries refs when killed %patch1475 -p1 # IPV6 routing policy %patch1480 -p1 %patch1481 -p1 %patch1482 -p1 %patch1483 -p1 # AUTOFS fixes %patch1490 -p1 %patch1491 -p1 # Device mapper / MD layer # dm mirroring %patch1500 -p1 %patch1501 -p1 %patch1502 -p1 %patch1503 -p1 %patch1504 -p1 %patch1505 -p1 %patch1506 -p1 %patch1507 -p1 %patch1508 -p1 %patch1509 -p1 %patch1510 -p1 %patch1511 -p1 %patch1512 -p1 %patch1513 -p1 # Misc fixes # Add missing MODULE_VERSION tags to some modules. %patch1600 -p1 # The input layer spews crap no-one cares about. %patch1610 -p1 # Tickle the NMI whilst doing serial writes. %patch1620 -p1 # Numerous patches to improve software suspend. %patch1630 -p1 # Enable autofs4 to return fail for revalidate during lookup %patch1640 -p1 # Allow to use 480600 baud on 16C950 UARTs %patch1650 -p1 # Intel i965 DRM support. %patch1660 -p1 # Use persistent allocation in softcursor %patch1670 -p1 # reiserfs-make-sure-all-dentries-refs-are-released-before-calling-kill_block_super-try-2.patch %patch1680 -p1 # Only print migration info on SMP %patch1710 -p1 # setuid /proc/self/maps fix. %patch1720 -p1 # Add a safety net to softlockup so that it doesn't prevent installs. %patch1740 -p1 # Speed up spinlock debug. %patch1741 -p1 # support EHEA ethernet driver %patch1742 -p1 # qlogic firmware %patch1743 -p1 # OLPC specific patches %if 0%{?olpc} # Marvell Libertas wireless driver %patch1744 -p1 # OLPC touchpad %patch1745 -p1 %endif # Fixes for DUB-E100 vB1 usb ethernet %patch1746 -p1 # Fix various Bluetooth compat ioctls %patch1747 -p1 %patch1748 -p1 %patch1749 -p1 # fix unaligned access on module loading for ia64 %patch1751 -p1 %patch1753 -p1 %patch1754 -p1 %patch1755 -p1 %patch1756 -p1 %patch1758 -p1 %patch1760 -p1 %patch1761 -p1 %patch1762 -p1 %patch1763 -p1 %patch1764 -p1 %patch1765 -p1 %patch1767 -p1 %patch1768 -p1 %patch1769 -p1 %patch1770 -p1 # Fix the SELinux mprotect checks on executable mappings %patch1801 -p1 # Add support for SELinux range transitions %patch1802 -p1 %patch1803 -p1 %patch1804 -p1 %patch1805 -p1 # Warn about obsolete functionality usage. %patch1900 -p1 # Remove kernel-internal functionality that nothing external should use. %patch1910 -p1 # # VM related fixes. # # Silence GFP_ATOMIC failures. %patch2001 -p1 # track dirty pages %patch2002 -p1 # prevent oom kills %patch2004 -p1 %patch2005 -p1 # Changes to upstream defaults. # Use UTF-8 by default on VFAT. %patch2100 -p1 # Increase timeout on firmware loader. %patch2101 -p1 # Change PHYSICAL_START %if 0%{?rhel} #%patch2102 -p1 %else %patch2102 -p1 %endif # Use unicode VT's by default. %patch2103 -p1 # Disable split page table lock %patch2104 -p1 # panic on oops %patch2105 -p1 # Enable PATA ports on Promise SATA. %patch2200 -p1 # Fix AHCI Suspend. %patch2201 -p1 # add the sas parts %patch2202 -p1 # ACPI patches # Lockdep fixes %patch2400 -p1 # Infiniband driver %patch2600 -p1 %patch2601 -p1 %patch2602 -p1 # kprobe changes %patch2700 -p1 %patch2701 -p1 %patch2702 -p1 #%patch2703 -p1 %patch2704 -p1 # wireless driver %patch2801 -p1 # # Patches 5000 to 6000 are reserved for new drivers that are about to # be merged upstream # # # final stuff # # # misc small stuff to make things compile or otherwise improve performance # %patch10000 -p1 %if 0%{?rhel} #add in support for x86 and x86_64 relocatable kernels %patch211 -p1 #xen fix for x86 relocatable support %patch957 -p1 %endif %patch21007 -p1 %patch21008 -p1 %patch21009 -p1 %patch21010 -p1 %patch21011 -p1 %patch21012 -p1 %patch21013 -p1 %patch21014 -p1 %patch21015 -p1 %patch21016 -p1 %patch21017 -p1 %patch21018 -p1 %patch21019 -p1 %patch21021 -p1 %patch21022 -p1 %patch21023 -p1 %patch21024 -p1 %patch21025 -p1 %patch21026 -p1 %patch21027 -p1 %patch21028 -p1 %patch21029 -p1 %patch21030 -p1 %patch21031 -p1 %patch21032 -p1 %patch21033 -p1 %patch21034 -p1 %patch21035 -p1 %patch21036 -p1 %patch21037 -p1 %patch21038 -p1 %patch21039 -p1 %patch21040 -p1 %patch21041 -p1 %patch21042 -p1 %patch21043 -p1 %patch21044 -p1 %patch21045 -p1 %patch21046 -p1 %patch21047 -p1 %patch21048 -p1 %patch21049 -p1 %patch21050 -p1 %patch21051 -p1 %patch21052 -p1 %patch21053 -p1 %patch21054 -p1 %patch21056 -p1 %patch21057 -p1 %patch21058 -p1 %patch21059 -p1 %patch21060 -p1 %patch21061 -p1 %patch21062 -p1 %patch21063 -p1 %patch21064 -p1 %patch21065 -p1 %patch21066 -p1 %patch21067 -p1 %patch21068 -p1 %patch21069 -p1 %patch21070 -p1 %patch21071 -p1 %patch21072 -p1 %patch21073 -p1 %patch21074 -p1 %patch21075 -p1 %patch21076 -p1 %patch21077 -p1 %patch21078 -p1 %patch21079 -p1 %patch21080 -p1 %patch21081 -p1 %patch21082 -p1 %patch21083 -p1 %patch21084 -p1 %patch21085 -p1 %patch21086 -p1 %patch21087 -p1 %patch21088 -p1 %patch21089 -p1 %patch21090 -p1 %patch21091 -p1 %patch21092 -p1 %patch21093 -p1 %patch21094 -p1 %patch21095 -p1 %patch21096 -p1 %patch21097 -p1 %patch21098 -p1 %patch21099 -p1 %patch21100 -p1 %patch21101 -p1 %patch21102 -p1 %patch21103 -p1 %patch21104 -p1 %patch21105 -p1 %patch21106 -p1 %patch21107 -p1 %patch21109 -p1 %patch21110 -p1 %patch21111 -p1 %patch21112 -p1 %patch21113 -p1 %patch21114 -p1 %patch21115 -p1 %patch21116 -p1 %patch21117 -p1 %patch21118 -p1 %patch21119 -p1 %patch21121 -p1 %patch21122 -p1 %patch21123 -p1 %patch21124 -p1 %patch21125 -p1 %patch21126 -p1 %patch21127 -p1 %patch21128 -p1 %patch21129 -p1 %patch21130 -p1 %patch21131 -p1 %patch21132 -p1 %patch21133 -p1 %patch21134 -p1 %patch21135 -p1 %patch21136 -p1 %patch21137 -p1 %patch21138 -p1 %patch21139 -p1 %patch21140 -p1 %patch21141 -p1 %patch21142 -p1 %patch21143 -p1 %patch21144 -p1 %patch21145 -p1 %patch21146 -p1 %patch21147 -p1 %patch21148 -p1 %patch21149 -p1 %patch21150 -p1 %patch21151 -p1 %patch21152 -p1 %patch21153 -p1 %patch21154 -p1 %patch21155 -p1 %patch21156 -p1 %patch21157 -p1 %patch21158 -p1 %patch21159 -p1 %patch21160 -p1 %patch21161 -p1 %patch21162 -p1 %patch21163 -p1 %patch21164 -p1 %patch21165 -p1 %patch21166 -p1 %patch21167 -p1 %patch21168 -p1 %patch21169 -p1 %patch21170 -p1 %patch21171 -p1 %patch21172 -p1 %patch21173 -p1 %patch21174 -p1 %patch21175 -p1 %patch21176 -p1 %patch21177 -p1 %patch21178 -p1 %patch21179 -p1 %patch21180 -p1 %patch21181 -p1 %patch21182 -p1 %patch21183 -p1 %patch21184 -p1 %patch21185 -p1 %patch21186 -p1 %patch21187 -p1 %patch21188 -p1 %patch21189 -p1 %patch21190 -p1 %patch21191 -p1 %patch21192 -p1 %patch21193 -p1 %patch21194 -p1 %patch21195 -p1 %patch21196 -p1 %patch21197 -p1 %patch21198 -p1 %patch21200 -p1 %patch21201 -p1 %patch21202 -p1 %patch21203 -p1 %patch21204 -p1 %patch21205 -p1 %patch21206 -p1 %patch21207 -p1 %patch21208 -p1 %patch21210 -p1 %patch21211 -p1 %patch21212 -p1 %patch21213 -p1 %patch21214 -p1 %patch21215 -p1 %patch21216 -p1 %patch21217 -p1 %patch21218 -p1 %patch21219 -p1 %patch21220 -p1 %patch21221 -p1 %patch21222 -p1 %patch21223 -p1 %patch21224 -p1 %patch21225 -p1 %if %{includeovz} %patch50000 -p1 %patch90000 -p1 %patch90001 -p1 %patch90002 -p1 %patch90003 -p1 %patch90200 -p1 %patch90201 -p1 %patch90202 -p1 %patch90210 -p1 %endif # correction of SUBLEVEL/EXTRAVERSION in top-level source tree Makefile perl -p -i -e "s/^SUBLEVEL.*/SUBLEVEL = %{sublevel}/" Makefile perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = -prep/" Makefile # conditionally applied test patch for debugging convenience %if %([ -s %{PATCH99999} ] && echo 1 || echo 0) %patch99999 -p1 %endif # 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 # don't need these in general rm -f kernel-%{kversion}-i586.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.ovz do mv $i .config Arch=`head -1 .config | cut -b 3-` make ARCH=$Arch nonint_oldconfig > /dev/null echo "# $Arch" > configs/$i cat .config >> configs/$i done # 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. cd .. while [ -d deleteme ]; do sleep 1 done # get rid of unwanted files resulting from patch fuzz 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 -p1 %patch20002 -p1 %patch20003 -p1 %patch20004 -p1 %patch20005 -p1 %patch20007 -p1 %patch20008 -p1 %patch20009 -p1 %patch20010 -p1 %patch20011 -p1 %patch20012 -p1 %patch20013 -p1 %patch20014 -p1 %patch20015 -p1 %patch20016 -p1 %patch20017 -p1 %patch20018 -p1 %patch20019 -p1 %patch20020 -p1 %patch20021 -p1 %patch20022 -p1 %patch20023 -p1 %patch20024 -p1 %patch20025 -p1 # Update the Makefile version strings sed -i -e 's/\(^export XEN_BUILDER.*$\)/\1'%{?dist}'/' Makefile sed -i -e 's/\(^export XEN_BUILDVERSION.*$\)/\1'-%{PACKAGE_RELEASE}'/' Makefile %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.ovz DevelDir=/usr/src/kernels/%{KVERREL}-$Flavour-%{_target_cpu} DevelLink=/usr/src/kernels/%{KVERREL}$Flavour-%{_target_cpu} else Config=kernel-%{kversion}-%{_target_cpu}.config.ovz DevelDir=/usr/src/kernels/%{KVERREL}-%{_target_cpu} DevelLink= fi Config=${Config//-debug/} 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 = -%{release}$Flavour/" Makefile # and now to start the build process make -s mrproper cp configs/$Config .config if echo "$Flavour" | grep debug ; then $RPM_SOURCE_DIR/make_debug_config.sh fi Arch=`head -1 .config | cut -b 3-` echo USING ARCH=$Arch if [ "$KernelImage" == "x86" ]; then KernelImage=arch/$Arch/boot/bzImage fi make -s ARCH=$Arch nonint_oldconfig > /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 %{includeovz} cp vmlinux $RPM_BUILD_ROOT/%{image_install_path}/vmlinux-$KernelVer %endif if [ "$Flavour" == "kdump" ]; then rm -f $RPM_BUILD_ROOT/%{image_install_path}/vmlinuz-$KernelVer fi mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer make -s ARCH=$Arch INSTALL_MOD_PATH=$RPM_BUILD_ROOT modules_install KERNELRELEASE=$KernelVer # Create the kABI metadata for use in packaging echo "**** GENERATING kernel ABI metadata ****" gzip -c9 < Module.symvers > $RPM_BUILD_ROOT/boot/symvers-$KernelVer.gz chmod 0755 %_sourcedir/kabitool if [ ! -e $RPM_SOURCE_DIR/kabi_whitelist_%{_target_cpu}$Flavour ]; then echo "**** No KABI whitelist was available during build ****" %_sourcedir/kabitool -b $RPM_BUILD_ROOT/$DevelDir -k $KernelVer -l $RPM_BUILD_ROOT/kabi_whitelist else cp $RPM_SOURCE_DIR/kabi_whitelist_%{_target_cpu}$Flavour $RPM_BUILD_ROOT/kabi_whitelist fi rm -f %{_tmppath}/kernel-$KernelVer-kabideps %_sourcedir/kabitool -b . -d %{_tmppath}/kernel-$KernelVer-kabideps -k $KernelVer -w $RPM_BUILD_ROOT/kabi_whitelist # 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 mv $RPM_BUILD_ROOT/kabi_whitelist $RPM_BUILD_ROOT/lib/modules/$KernelVer/build cp symsets-$KernelVer.tar.gz $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 asm-generic ub $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include cp -a `readlink asm` $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include if [ "$Arch" = "x86_64" ]; then cp -a asm-i386 $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include 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 # 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 %if %{builddebug} BuildKernel %make_target %kernel_image debug %endif %endif %if %{buildpae} BuildKernel %make_target %kernel_image PAE %if %{builddebug} BuildKernel %make_target %kernel_image PAE-debug %endif %endif %if %{buildsmp} BuildKernel %make_target %kernel_image smp %endif %if %{includexen} %if %{buildxen} BuildKernel %xen_target %xen_image xen # Now the directory is properly created, copy xen over mv $RPM_BUILD_ROOT/usr/src/kernels/%{KVERREL}-xen-%{_target_cpu}-HV-temp $RPM_BUILD_ROOT/usr/src/kernels/%{KVERREL}-xen-%{_target_cpu}/xen %endif %endif %if %{buildkdump} BuildKernel %make_target %kernel_image kdump %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 ### ### 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 # 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 ### ### 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 /sbin/new-kernel-pkg --package kernel --mkinitrd --depmod --install %{KVERREL} || exit $? if [ -x /sbin/weak-modules ] then /sbin/weak-modules --add-kernel %{KVERREL} || exit $? fi exit 0 %post debug 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 /sbin/new-kernel-pkg --package kernel-debug --mkinitrd --depmod --install %{KVERREL}debug || exit $? if [ -x /sbin/weak-modules ] then /sbin/weak-modules --add-kernel %{KVERREL}debug || exit $? fi exit 0 %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 %post smp /sbin/new-kernel-pkg --package kernel-smp --mkinitrd --depmod --install %{KVERREL}smp || exit $? if [ -x /sbin/weak-modules ] then /sbin/weak-modules --add-kernel %{KVERREL}smp || exit $? fi exit 0 %post smp-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}-smp-%{_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 %post PAE if [ -f /etc/sysconfig/kernel ]; then /bin/sed -i -e 's/^DEFAULTKERNEL=kernel-smp$/DEFAULTKERNEL=kernel-PAE/' /etc/sysconfig/kernel fi /sbin/new-kernel-pkg --package kernel-PAE --mkinitrd --depmod --install %{KVERREL}PAE || exit $? if [ -x /sbin/weak-modules ] then /sbin/weak-modules --add-kernel %{KVERREL}PAE || exit $? fi exit 0 %post PAE-debug if [ -f /etc/sysconfig/kernel ]; then /bin/sed -i -e 's/^DEFAULTKERNEL=kernel-smp$/DEFAULTKERNEL=kernel-PAE/' /etc/sysconfig/kernel fi /sbin/new-kernel-pkg --package kernel-PAE-debug --mkinitrd --depmod --install %{KVERREL}PAE-debug || exit $? if [ -x /sbin/weak-modules ] then /sbin/weak-modules --add-kernel %{KVERREL}PAE-debug || exit $? fi exit 0 %post PAE-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}-PAE-%{_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 %post xen if [ `uname -i` == "x86_64" -o `uname -i` == "i386" ]; then if [ -f /etc/sysconfig/kernel ]; then /bin/sed -i -e 's/^DEFAULTKERNEL=kernel-xen[0U]/DEFAULTKERNEL=kernel-xen/' /etc/sysconfig/kernel || exit $? fi fi if [ -e /proc/xen/xsd_kva -o ! -d /proc/xen ]; then /sbin/new-kernel-pkg --package kernel-xen --mkinitrd --depmod --install --multiboot=/%{image_install_path}/xen.gz-%{KVERREL} %{KVERREL}xen || exit $? else /sbin/new-kernel-pkg --package kernel-xen --mkinitrd --depmod --install %{KVERREL}xen || exit $? fi if [ -x /sbin/ldconfig ] then /sbin/ldconfig -X || exit $? fi if [ -x /sbin/weak-modules ] then /sbin/weak-modules --add-kernel %{KVERREL}xen || exit $? fi exit 0 %post xen-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}-xen-%{_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 %post kdump /sbin/new-kernel-pkg --package kernel-kdump --mkinitrd --depmod --install %{KVERREL}kdump || exit $? if [ -x /sbin/weak-modules ] then /sbin/weak-modules --add-kernel %{KVERREL}kdump || exit $? fi exit 0 %post kdump-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}-kdump-%{_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 /sbin/new-kernel-pkg --rminitrd --rmmoddep --remove %{KVERREL} || exit $? if [ -x /sbin/weak-modules ] then /sbin/weak-modules --remove-kernel %{KVERREL} || exit $? fi %preun debug /sbin/new-kernel-pkg --rminitrd --rmmoddep --remove %{KVERREL}debug || exit $? if [ -x /sbin/weak-modules ] then /sbin/weak-modules --remove-kernel %{KVERREL}debug || exit $? fi %preun smp /sbin/new-kernel-pkg --rminitrd --rmmoddep --remove %{KVERREL}smp || exit $? if [ -x /sbin/weak-modules ] then /sbin/weak-modules --remove-kernel %{KVERREL}smp || exit $? fi %preun PAE /sbin/new-kernel-pkg --rminitrd --rmmoddep --remove %{KVERREL}PAE || exit $? if [ -x /sbin/weak-modules ] then /sbin/weak-modules --remove-kernel %{KVERREL}PAE || exit $? fi %preun PAE-debug /sbin/new-kernel-pkg --rminitrd --rmmoddep --remove %{KVERREL}PAE-debug || exit $? if [ -x /sbin/weak-modules ] then /sbin/weak-modules --remove-kernel %{KVERREL}PAE-debug || exit $? fi %preun kdump /sbin/new-kernel-pkg --rminitrd --rmmoddep --remove %{KVERREL}kdump || exit $? if [ -x /sbin/weak-modules ] then /sbin/weak-modules --remove-kernel %{KVERREL}kdump || exit $? fi %preun xen /sbin/new-kernel-pkg --rminitrd --rmmoddep --remove %{KVERREL}xen || exit $? if [ -x /sbin/weak-modules ] then /sbin/weak-modules --remove-kernel %{KVERREL}xen || exit $? fi ### ### 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} %if "%{_enable_debug_packages}" == "1" %ifnarch noarch %package debuginfo Summary: Debug information for package %{name} Group: Development/Debug Requires: %{name}-debuginfo-common-%{_target_cpu} = %{KVERREL} Provides: %{name}-debuginfo-%{_target_cpu} = %{KVERREL} %description debuginfo This package provides debug information for package %{name} This is required to use SystemTap with %{name}-%{KVERREL}. %files debuginfo %defattr(-,root,root) %if "%{elf_image_install_path}" != "" /usr/lib/debug/%{elf_image_install_path}/*-%{KVERREL}.debug %endif /usr/lib/debug/lib/modules/%{KVERREL} /usr/lib/debug/usr/src/kernels/%{KVERREL}-%{_target_cpu} %endif %endif %files %defattr(-,root,root) /%{image_install_path}/vmlinuz-%{KVERREL} /%{image_install_path}/vmlinux-%{KVERREL} /boot/System.map-%{KVERREL} /boot/symvers-%{KVERREL}.gz /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 %ghost /boot/initrd-%{KVERREL}.img %if %{builddebug} %files debug %defattr(-,root,root) /%{image_install_path}/vmlinuz-%{KVERREL}debug /%{image_install_path}/vmlinux-%{KVERREL}debug /boot/System.map-%{KVERREL}debug /boot/symvers-%{KVERREL}debug.gz /boot/config-%{KVERREL}debug %dir /lib/modules/%{KVERREL}debug /lib/modules/%{KVERREL}debug/kernel /lib/modules/%{KVERREL}debug/build /lib/modules/%{KVERREL}debug/source /lib/modules/%{KVERREL}debug/extra /lib/modules/%{KVERREL}debug/updates /lib/modules/%{KVERREL}debug/weak-updates %ghost /boot/initrd-%{KVERREL}debug.img %endif %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 %{buildpae} %if "%{_enable_debug_packages}" == "1" %ifnarch noarch %package PAE-debuginfo Summary: Debug information for package %{name}-PAE Group: Development/Debug Requires: %{name}-debuginfo-common-%{_target_cpu} = %{KVERREL} Provides: %{name}-%PAE-debuginfo-%{_target_cpu} = %{KVERREL} %description PAE-debuginfo This package provides debug information for package %{name}-PAE This is required to use SystemTap with %{name}-PAE-%{KVERREL}. %files PAE-debuginfo %defattr(-,root,root) %if "%{elf_image_install_path}" != "" /usr/lib/debug/%{elf_image_install_path}/*-%{KVERREL}PAE.debug %endif /usr/lib/debug/lib/modules/%{KVERREL}PAE /usr/lib/debug/usr/src/kernels/%{KVERREL}-PAE-%{_target_cpu} %endif %endif %files PAE %defattr(-,root,root) /%{image_install_path}/vmlinuz-%{KVERREL}PAE /%{image_install_path}/vmlinux-%{KVERREL}PAE /boot/System.map-%{KVERREL}PAE /boot/symvers-%{KVERREL}PAE.gz /boot/config-%{KVERREL}PAE %dir /lib/modules/%{KVERREL}PAE /lib/modules/%{KVERREL}PAE/kernel /lib/modules/%{KVERREL}PAE/build /lib/modules/%{KVERREL}PAE/source /lib/modules/%{KVERREL}PAE/extra /lib/modules/%{KVERREL}PAE/updates /lib/modules/%{KVERREL}PAE/weak-updates %ghost /boot/initrd-%{KVERREL}PAE.img %if %{builddebug} %files PAE-debug %defattr(-,root,root) /%{image_install_path}/vmlinuz-%{KVERREL}PAE-debug /%{image_install_path}/vmlinux-%{KVERREL}PAE-debug /boot/System.map-%{KVERREL}PAE-debug /boot/symvers-%{KVERREL}PAE-debug.gz /boot/config-%{KVERREL}PAE-debug %dir /lib/modules/%{KVERREL}PAE-debug /lib/modules/%{KVERREL}PAE-debug/kernel /lib/modules/%{KVERREL}PAE-debug/build /lib/modules/%{KVERREL}PAE-debug/source /lib/modules/%{KVERREL}PAE-debug/extra /lib/modules/%{KVERREL}PAE-debug/updates /lib/modules/%{KVERREL}PAE-debug/weak-updates %ghost /boot/initrd-%{KVERREL}PAE-debug.img %endif %files PAE-devel %defattr(-,root,root) %verify(not mtime) /usr/src/kernels/%{KVERREL}-PAE-%{_target_cpu} /usr/src/kernels/%{KVERREL}PAE-%{_target_cpu} %endif %if %{buildsmp} %if "%{_enable_debug_packages}" == "1" %ifnarch noarch %package smp-debuginfo Summary: Debug information for package %{name}-smp Group: Development/Debug Requires: %{name}-debuginfo-common-%{_target_cpu} = %{KVERREL} Provides: %{name}-%smp-debuginfo-%{_target_cpu} = %{KVERREL} %description smp-debuginfo This package provides debug information for package %{name}-smp This is required to use SystemTap with %{name}-smp-%{KVERREL}. %files smp-debuginfo %defattr(-,root,root) %if "%{elf_image_install_path}" != "" /usr/lib/debug/%{elf_image_install_path}/*-%{KVERREL}smp.debug %endif /usr/lib/debug/lib/modules/%{KVERREL}smp /usr/lib/debug/usr/src/kernels/%{KVERREL}-smp-%{_target_cpu} %endif %endif %files smp %defattr(-,root,root) /%{image_install_path}/vmlinuz-%{KVERREL}smp /%{image_install_path}/vmlinux-%{KVERREL}smp /boot/System.map-%{KVERREL}smp /boot/symvers-%{KVERREL}smp.gz /boot/config-%{KVERREL}smp %dir /lib/modules/%{KVERREL}smp /lib/modules/%{KVERREL}smp/kernel /lib/modules/%{KVERREL}smp/build /lib/modules/%{KVERREL}smp/source /lib/modules/%{KVERREL}smp/extra /lib/modules/%{KVERREL}smp/updates /lib/modules/%{KVERREL}smp/weak-updates %ghost /boot/initrd-%{KVERREL}smp.img %if !%{includeovz} %files smp-devel %defattr(-,root,root) %verify(not mtime) /usr/src/kernels/%{KVERREL}-smp-%{_target_cpu} /usr/src/kernels/%{KVERREL}smp-%{_target_cpu} %endif %endif %if %{includexen} %if %{buildxen} %if "%{_enable_debug_packages}" == "1" %ifnarch noarch %package xen-debuginfo Summary: Debug information for package %{name}-xen Group: Development/Debug Requires: %{name}-debuginfo-common-%{_target_cpu} = %{KVERREL} Provides: %{name}-xen-debuginfo-%{_target_cpu} = %{KVERREL} %description xen-debuginfo This package provides debug information for package %{name}-xen This is required to use SystemTap with %{name}-xen-%{KVERREL}. %files xen-debuginfo %defattr(-,root,root) %if "%{elf_image_install_path}" != "" /usr/lib/debug/%{elf_image_install_path}/*-%{KVERREL}xen.debug %endif /usr/lib/debug/lib/modules/%{KVERREL}xen /usr/lib/debug/usr/src/kernels/%{KVERREL}-xen-%{_target_cpu} /usr/lib/debug/boot/xen*-%{KVERREL}.debug %endif %endif %files xen %defattr(-,root,root) /%{image_install_path}/vmlinuz-%{KVERREL}xen /boot/System.map-%{KVERREL}xen /boot/symvers-%{KVERREL}xen.gz /boot/config-%{KVERREL}xen /%{image_install_path}/xen.gz-%{KVERREL} /boot/xen-syms-%{KVERREL} %dir /lib/modules/%{KVERREL}xen /lib/modules/%{KVERREL}xen/kernel %verify(not mtime) /lib/modules/%{KVERREL}xen/build /lib/modules/%{KVERREL}xen/source /etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf /lib/modules/%{KVERREL}xen/extra /lib/modules/%{KVERREL}xen/updates /lib/modules/%{KVERREL}xen/weak-updates %ghost /boot/initrd-%{KVERREL}xen.img %files xen-devel %defattr(-,root,root) %verify(not mtime) /usr/src/kernels/%{KVERREL}-xen-%{_target_cpu} /usr/src/kernels/%{KVERREL}xen-%{_target_cpu} %endif %endif %if %{buildkdump} %if "%{_enable_debug_packages}" == "1" %ifnarch noarch %package kdump-debuginfo Summary: Debug information for package %{name}-kdump Group: Development/Debug Requires: %{name}-debuginfo-common-%{_target_cpu} = %{KVERREL} Provides: %{name}-kdump-debuginfo-%{_target_cpu} = %{KVERREL} %description kdump-debuginfo This package provides debug information for package %{name}-kdump This is required to use SystemTap with %{name}-kdump-%{KVERREL}. %files kdump-debuginfo %defattr(-,root,root) %if "%{image_install_path}" != "" /usr/lib/debug/%{image_install_path}/*-%{KVERREL}kdump.debug %endif /usr/lib/debug/lib/modules/%{KVERREL}kdump /usr/lib/debug/usr/src/kernels/%{KVERREL}-kdump-%{_target_cpu} %endif %endif %files kdump %defattr(-,root,root) /%{image_install_path}/vmlinux-%{KVERREL}kdump /boot/System.map-%{KVERREL}kdump /boot/symvers-%{KVERREL}kdump.gz /boot/config-%{KVERREL}kdump %dir /lib/modules/%{KVERREL}kdump /lib/modules/%{KVERREL}kdump/kernel /lib/modules/%{KVERREL}kdump/build /lib/modules/%{KVERREL}kdump/source /lib/modules/%{KVERREL}kdump/extra /lib/modules/%{KVERREL}kdump/updates /lib/modules/%{KVERREL}kdump/weak-updates %ghost /boot/initrd-%{KVERREL}kdump.img %files kdump-devel %defattr(-,root,root) %verify(not mtime) /usr/src/kernels/%{KVERREL}-kdump-%{_target_cpu} /usr/src/kernels/%{KVERREL}kdump-%{_target_cpu} %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 Jan 25 2007 Don Zickus [2.6.18-8.el5] - quiet down the console_loglevel (Don Zickus) [224613] * Thu Jan 25 2007 Don Zickus [2.6.18-7.el5] - xen: fix TLB flushing in shadow pagetable mode (Rik van Riel ) [224227] * Tue Jan 23 2007 Don Zickus [2.6.18-6.el5] - Update: xen: Add PACKET_AUXDATA cmsg (Herbert Xu ) [223505] * Tue Jan 23 2007 Don Zickus [2.6.18-5.el5] - x86: /proc/mtrr interface MTRR bug fix (Bhavana Nagendra ) [223821] - Revert: bonding: eliminate rtnl assertion spew (Andy Gospodarek ) [210577] - ia64: Check for TIO errors on shub2 Altix (George Beshers ) [223529] - nfs: Unable to mount more than 1 Secure NFS mount (Steve Dickson ) [220649] * Wed Jan 17 2007 Don Zickus [2.6.18-4.el5] - IPSec: incorrect return code in xfrm_policy_lookup (Eric Paris ) [218591] - more kabi whitelist updates (Jon Masters) * Tue Jan 16 2007 Don Zickus [2.6.18-3.el5] - scsi: fix EX8350 panic (stex.ko) (Jun'ichi Nick Nomura ) [220783] - Audit: Mask upper bits on 32 bit syscall auditing on ppc64 (Eric Paris ) [213276] * Mon Jan 15 2007 Don Zickus [2.6.18-2.el5] - mm: handle mapping of memory without a struct page backing it (Erik Jacobson ) [221029] - rng: check to see if bios locked device (Erik Jacobson ) [221029] - sata: support legacy IDE mode of SB600 SATA (Bhavana Nagendra ) [221636] - xen: quick fix for Cannot allocate memory (Steven Rostedt ) [217056] - XEN: Register PIT handlers to the correct domain (Herbert Xu ) [222520] - SATA AHCI: support AHCI class code (Jeff Garzik ) [222674] - fix vdso in core dumps (Roland McGrath ) [211744] * Fri Jan 12 2007 Don Zickus [2.6.18-1.3014.el5] - XEN: Replace inappropriate domain_crash_synchronous use (Herbert Xu ) [221239] - SATA timeout boot message (Peter Martuccelli ) [222108] - Netlabel: off by one and init bug in netlbl_cipsov4_add_common (Eric Paris ) [221648] - NetLabel: fix locking issues (Eric Paris ) [221504] - mm: fix statistics in vmscan.c (Peter Zijlstra ) [222030] - usb: Sun/AMI virtual floppy issue (Pete Zaitcev ) [219628] - bonding: eliminate rtnl assertion spew (Andy Gospodarek ) [210577] - Xen: Make HVM hypercall table NR_hypercalls entries big. (Herbert Xu ) [221818] - xen: Add PACKET_AUXDATA cmsg (Herbert Xu ) [219681] * Wed Jan 10 2007 Don Zickus [2.6.18-1.3002.el5] - ppc64: initialization of hotplug memory fixes (Janice M. Girouard ) [220065] - GFS2: return error for NULL inode (Russell Cattelan ) [217008] - scsi: prevent sym53c1510 from claiming the wrong pci id (Chip Coldwell ) [218623] - net: Disable the qla3xxx network driver. (Tom Coughlan ) [221328] - xen: Disable CONFIG_IDE_GENERIC (Jarod Wilson ) [220099] - sound: add support for STAC9205 codec (John Feeney ) [219494] - ipv6: panic when bringing up multiple interfaces (Thomas Graf ) [218039] - XFRM Audit: correct xfrm auditing panic (Eric Paris ) [222033] - edac: fix /proc/bus/pci/devices to allow X to start (John Feeney ) [219288] - x86_64: clear_kernel_mapping: mapping has been split. will leak memory. (Larry Woodman ) [218543] - xen: >4G guest fix (Steven Rostedt ) [217770] - fs: listxattr syscall can corrupt user space programs (Eric Sandeen ) [220119] - CacheFiles: Fix object struct recycling (David Howells ) [215599] - Remove capability requirement to reading cap-bound (Eric Paris ) [219230] - disable building ppc64iseries (Don Zickus) [219185] - update: utrace fixes (Roland McGrath) [214405 215052 216150 209118] - PPC config file changes for IPMI and DTLK (Peter Martuccelli ) [210214] - update: Xen: emulate PIT channels for vbios support (Stephen C. Tweedie ) [215647] - net: qla3xxx panics when eth1 is sending pings (Konrad Rzeszutek ) [220246] - s390: inflate spinlock kabi (Jan Glauber ) [219871] - x86: Add panic on unrecovered NMI (Prarit Bhargava ) [220829] - ppc64: fix booting kdump env. w/maxcpus=1 on power5 (Jarod Wilson ) [207300] - netfilter: iptables stop fails because ip_conntrack cannot unload. (Thomas Graf ) [212839] - gfs: Fix gfs2_rename lock ordering (for local filesystem) (Wendy Cheng ) [221237] - GFS2: Fix ordering of page disposal vs. glock_dq (Steven Whitehouse ) [220117] - xen: fix nosegneg detection (Rik van Riel ) [220675] - mm: Fix for shmem_truncate_range() BUG_ON() (Larry Woodman ) [219821] - x86_64: enabling lockdep hangs the system (Don Zickus ) [221198] - dlm: change some log_error to log_debug (David Teigland ) [221326] - dlm: disable debugging output (David Teigland ) [221326] - fs: ext2_check_page denial of service (Eric Sandeen ) [217018] - CPEI - prevent relocating hotplug irqs (Kei Tokunaga ) [218520] - Networking: make inet->is_icsk assignment binary (Eric Paris ) [220482] - net: b44: phy reset problem that leads to link flap (Neil Horman ) [216338] - autofs - fix panic on mount fail - missing autofs module update (Ian Kent ) [221118] - net: act_gact: division by zero (Thomas Graf ) [218348] - ppc64: Avoid panic when taking altivec exceptions from userspace. (David Woodhouse ) [220586] * Wed Jan 03 2007 Don Zickus [2.6.18-1.2961.el5] - new set of kabi whitelists (Jon Masters) [218682] - x86: remove unwinder patches from x86/x86_64 (Don Zickus ) [220238] - usb: disable ub and libusual (Pete Zaitcev ) [210026] - NetLabel: stricter configuration checking (Eric Paris ) [219393] - scsi: fix iscsi sense len handling (Mike Christie ) [217933] - Xen: emulate PIT channels for vbios support (Stephen C. Tweedie ) [215647] - VM: Fix nasty and subtle race in shared mmap'ed page writeback (Eric Sandeen ) [220963] - Audit: Add type for 3rd party, emit key for audit events (Eric Paris ) [217958] - NFS: system stall on NFS stress under high memory pressure (Steve Dickson ) [213137] - netfilter: IPv6/IP6Tables Vulnerabilities (Thomas Graf ) [220483] - acpi: increase ACPI_MAX_REFERENCE_COUNT (Doug Chapman ) [217741] - Race condition in mincore can cause ps -ef to hang (Doug Chapman ) [220480] - Call init_timer() for ISDN PPP CCP reset state timer (Marcel Holtmann ) [220163] - Race condition concerning VLAPIC interrupts (Bhavana Nagendra ) [213858] * Tue Jan 02 2007 Don Zickus [2.6.18-1.2943.el5] - CIFS: Explicitly set stat->blksize (Steve Dickson ) [210608] - FS-Cache: dueling read/write processes fix (Steve Dickson ) [212831] - xen: Use swiotlb mask for coherent mappings too (Herbert Xu ) [216472] - ia64: Kexec, Kdump on SGI IA64 NUMA machines fixes (George Beshers ) [219091] - splice : Must fully check for fifos (Don Zickus ) [214289] - Xen: Fix potential grant entry leaks on error (Herbert Xu ) [217993] - e1000: truncated TSO TCP header with 82544, workaround (Herbert Xu ) [206540] - scsi: fix bus reset in qla1280 driver (George Beshers ) [219819] - scsi: add qla4032 and fix some bugs (Mike Christie ) [213807] - XFRM: Config Change Auditing (Eric Paris ) [209520] - Xen: ia64 guest networking finally works (Jarod Wilson ) [218895] - scsi structs for future known features and fixes (Mike Christie ) [220458] - squashfs fixup (Steve Grubb ) [219534] - ppc64: DLPAR virtual CPU removal failure - cppr bits (Janice M. Girouard ) [218058] - ia64: allow HP ZX1 systems to initalize swiotlb in kdump (Neil Horman ) [220064] - export tasklist_lock (David Howells ) [207992] - gfs2: Initialization of security/acls (Steven Whitehouse ) [206126] - x86: handle _PSS object range corectly in speedstep-centrino (Brian Maly ) [211690] - GFS2 change nlink panic (Wendy Cheng ) [215088] - scsi: fix oops in iscsi packet transfer path (Mike Christie ) [215381] - Fix Emulex lpfc ioctl on PPC (Tom Coughlan ) [219194] - Xen: Fix agp on x86_64 under Xen (Stephen C. Tweedie ) [217715] - Emulex lpfc update to 8.1.10.2 (Tom Coughlan ) [218243] - bluetooth: Add packet size checks for CAPI messages (Marcel Holtmann ) [219139] - x86_64: create Calgary boot knob (Konrad Rzeszutek ) [220078] - cciss bugfixes (Tom Coughlan ) [185021] - ia64: Do not call SN_SAL_SET_CPU_NUMBER twice on cpu 0 on booting (Erik Jacobson ) [219722] - scsi: Empty /sys/class/scsi_host/hostX/config file (Janice M. Girouard ) [210239] - refresh: Reduce iommu page size to 4K on 64K page PPC systems (Janice M. Girouard) [212097] - update: Xen netback: Reenable TX queueing and drop pkts after timeout (Herbert Xu ) [216441] * Sun Dec 17 2006 Don Zickus [2.6.18-1.2910.el5] - xen: Update xen paravirt framebuffer to upstream protocol (fixes) (Stephen C. Tweedie ) [218048] - xen: Update xen paravirt framebuffer to upstream protocol (Stephen C. Tweedie ) [218048] - nfs: disable Solaris NFS_ACL version 2 (Steve Dickson ) [215073] - xen: EXPORT_SYMBOL(zap_page_range) needs to be moved (Stephen C. Tweedie ) [218476] - ppc64: disable unused drivers that cause oops on insmod/rmmod (Janice M. Girouard ) [206658] - scsi: GoVault not accessible due to software reset. (Konrad Rzeszutek ) [215567] - GFS2 fix DIO deadlock (Steven Whitehouse ) [212627] - dlm: fix lost flags in stub replies (David Teigland ) [218525] - CacheFiles: Improve/Fix reference counting (David Howells ) [212844] - gfs2: Fails back to readpage() for stuffed files (Steven Whitehouse ) [218966] - gfs2: Use try locks in readpages (Steven Whitehouse ) [218966] - GFS2 Readpages fix (part 2) (Steven Whitehouse ) [218966] - gfs2: Readpages fix (Steven Whitehouse ) [218966] - bonding: Don't release slaves when master is admin down (Herbert Xu ) [215887] - x86_64: fix execshield randomization for heap (Brian Maly ) [214548] - x86_64: check and enable NXbit support during resume (Vivek Goyal ) [215954] - GPL export truncate_complete_page (Eric Sandeen ) [216545] - mm: reject corrupt swapfiles earlier (Eric Sandeen ) [213118] - QLogic qla2xxx - add missing PCI device IDs (Tom Coughlan ) [219350] - mpt fusion bugfix and maintainability improvements (Tom Coughlan ) [213736] - scsi: make fc transport removal of target configurable (Mike Christie ) [215797] - gfs2: don't try to lockfs after shutdown (Steven Whitehouse ) [215962] - xen: emulation for accesses faulting on a page boundary (Stephen C. Tweedie ) [219275] - gfs2: dirent format compatible with gfs1 (Steven Whitehouse ) [219266] - gfs2: Fix size caclulation passed to the allocator. (Russell Cattelan ) [218950] - ia64: PAL_GET_PSTATE implementation (Prarit Bhargava ) [184896] - CacheFiles: Handle ENOSPC on create/mkdir better (David Howells) [212844] - connector: exessive unaligned access (Erik Jacobson ) [218882] - revert: Audit: Add type for 3rd party, emit key for audit events (Eric Paris ) [217958] * Wed Dec 13 2006 Don Zickus [2.6.18-1.2876.el5] - touch softdog during oops (Dave Jones ) [218109] - selinux: allow quoted commas for certain catagories in context mounts (Eric Paris ) [211857] - xen: oprofile on Intel CORE (Glauber de Oliveira Costa ) [213964] - Xen: make ballooning work right (xen part) (Rik van Riel ) [212069] - Xen: make ballooning work right (Rik van Riel ) [212069] - Xen: HVM crashes on IA32e SMP (Glauber de Oliveira Costa ) [214774] - gfs2: Fix uninitialised variable (Steven Whitehouse ) [219212] - GFS2: Don't flush everything on fdatasync (Steven Whitehouse ) [218770] - Disable PCI mmconf and segmentation on HP xw9300/9400 (Bhavana Nagendra ) [219159] - Audit: Add type for 3rd party, emit key for audit events (Eric Paris ) [217958] - Fix time skew on Intel Core 2 processors (Prarit Bhargava ) [213050] - Xen : Fix for SMP Xen guest slow boot issue on AMD systems (Bhavana Nagendra ) [213138] - GFS2: fix mount failure (Josef Whiter ) [218327] - cramfs: fix zlib_inflate oops with corrupted image (Eric Sandeen ) [214705] - xen: Fix xen swiotlb for b44 module (xen part) (Stephen C. Tweedie ) [216472] - xen: Fix xen swiotlb for b44 module (Stephen C. Tweedie ) [216472] - scsi: fix stex_intr signature (Peter Zijlstra ) [219370] - GFS2: Fix recursive locking in gfs2_permission (Steven Whitehouse ) [218478] - GFS2: Fix recursive locking in gfs2_getattr (Steven Whitehouse ) [218479] - cifs: Fix mount failure when domain not specified (Steve Dickson ) [218322] - GFS2: Fix memory allocation in glock.c (Steven Whitehouse ) [204364] - gfs2: Fix journal flush problem (Steven Whitehouse ) [203705] - gfs2: Simplify glops functions (Steven Whitehouse ) [203705] - gfs2: Fix incorrect fs sync behaviour (Steven Whitehouse ) [203705] - fix check_partition routines to continue on errors (David Milburn ) [210234] - fix rescan_partitions to return errors properly (David Milburn ) [210234] - gfs2: Tidy up bmap & fix boundary bug (Steven Whitehouse ) [218780] - Fix bmap to map extents properly (Steven Whitehouse ) [218780] - ide-scsi/ide-cdrom module load race fix (Alan Cox ) [207248] - dlm: fix receive_request lvb copying (David Teigland ) [214595] - dlm: fix send_args lvb copying (David Teigland ) [214595] - device-mapper mirroring - fix sync status change (Jonathan Brassow ) [217582] - Xen: Copy shared data before verification (Herbert Xu ) [217992] - s390: common i/o layer fixes (Jan Glauber ) [217799] - Spurious interrups from ESB2 in native mode (Alan Cox ) [212060] * Wed Dec 06 2006 Don Zickus [2.6.18-1.2839.el5] - Xen: fix xen/ia64/vti panic when config sets maxmem (Aron Griffis ) [214161] - Xen: ia64 making it work (Aron Griffis ) [210637] - Xen: upstream patches to make Windows Vista work (Steven Rostedt) [214780] - enable PCI express hotplug driver (Kei Tokunaga ) [207203] - d80211: kABI pre-compatibility (John W. Linville ) [214982] - Xen: ia64 kernel unaligned access (Aron Griffis ) [212505] - Xen: getting ia64 working; kernel part (Aron Griffis) [210637] - Xen: Properly close block frontend on non-existant file (Glauber de Oliveira Costa ) [218037] - SHPCHP driver doesn't work if the system was under heavy load (Kei Tokunaga ) [215561] - SHPCHP driver doesn't work in poll mode (Kei Tokunaga) [211679] - pciehp: free_irq called twice (Kei Tokunaga ) [216940] - pciehp: pci_disable_msi() called to early (Kei Tokunaga ) [216939] - pciehp: parallel hotplug operations cause kernel panic (Kei Tokunaga ) [216935] - pciehp: info messages are confusing (Kei Tokunaga ) [216932] - pciehp: Trying to enable already enabled slot disables the slot (Kei Tokunaga ) [216930] - CacheFiles: cachefiles_write_page() shouldn't indicate error twice (David Howells) [204570] - IPMI - allow multiple Baseboard Management Centers (Konrad Rzeszutek ) [212572] - nfs - set correct mode during create operation (Peter Staubach ) [215011] - Xen: blkback: Fix potential grant entry leaks on error (Rik van Riel ) [218355] - Xen: blkback: Copy shared data before verification (Rik van Riel) [217994] - revert: Xen: fix SMP HVM guest timer irq delivery (Rik van Riel ) [213138] * Tue Dec 05 2006 Don Zickus [2.6.18-1.2817.el5] - Adding in a kabi_whitelist (Jon Masters) [218402] - Xen: AMD-V HVM fix for Windows hibernate (Bhavana Nagendra ) [217367] - Xen: fix SMP HVM guest timer irq delivery (Rik van Riel ) [213138] - NetLabel: bring current with upstream: cleanup/future work (Eric Paris ) [218097] - NetLabel: bring current with upstream: performance (Eric Paris ) [218097] - NetLabel: bring current with upstream: bugs (Eric Paris ) [218097] - TG3 support Broadcom 5756M/5756ME Controller (John Feeney ) [213204] - tg3: BCM5752M crippled after reset (Andy Gospodarek ) [215765] - sata ata_piix map values (Geoff Gustafson ) [204684] - e1000: Reset all functions after a PCI error (Janice M. Girouard) [211694] - prevent /proc/meminfo's HugePages_Rsvd from going negative. (Larry Woodman ) [217910] - netlabel: disallow editing of ip options on packets with cipso options (Eric Paris ) [213062] - xen netback: Fix wrap to zero in transmit credit scheduler. (Herbert Xu ) [217574] - megaraid initialization fix for kdump (Jun'ichi Nick Nomura ) [208451] - HFS: return error code in case of error (Eric Paris ) [217009] - Xen: fix 2TB overflow in virtual disk driver (Rik van Riel ) [216556] - e1000: fix garbled e1000 stats (Neil Horman ) [213939] - dlm: use recovery seq number to discard old replies (David Teigland ) [215596] - dlm: resend lock during recovery if master not ready (David Teigland ) [215596] - dlm: check for incompatible protocol version (David Teigland ) [215596] - NetLabel: Do not send audit messages if audit is off (Eric Paris ) [216244] - selinux: give correct response to get_peercon() calls (Eric Paris ) [215006] - SELinux: Fix oops with non-mls policies (Eric Paris ) [214397] - Xen blkback: Fix first_sect check. (Rik van Riel ) [217995] - allow the highest frequency if bios think so. (Dave Jones ) [218106] - AGP corruption fixes. (Dave Jones ) [218107] * Mon Dec 04 2006 Don Zickus [2.6.18-1.2789.el5] - Xen: fix vcpu hotplug statistics (Rik van Riel ) [209534] - DLPAR and Hotplug not enabled (Janice M. Girouard ) [207732] - Reduce iommu page size to 4K on 64K page PPC systems (Janice M. Girouard) [212097] - e1000: add (2) device ids (Bruce Allan) [184864] - power6: illegal instruction errors during install (Janice M. Girouard) [216972] - update_flash is broken across PPC (Janice M. Girouard) [214690] - write failure on swapout could corrupt data (Peter Zijlstra) [216194] - IBM veth panic when buffer rolls over (Janice M. Girouard ) [214486] - Make the x86_64 boot gdt limit exact (Steven Rostedt ) [214736] - Xen: make netfront device permanent (Glauber de Oliveira Costa ) [216249] - lockdep: fix ide/proc interaction (Peter Zijlstra ) [210678] - Xen: fix iSCSI root oops on x86_64 xen domU (Rik van Riel ) [215581] - Fix flowi clobbering (Chris Lalancette ) [216944] - Enable netpoll/netconsole for ibmveth (Neil Horman ) [211246] - dlm: fix size of STATUS_REPLY message (David Teigland ) [215430] - dlm: fix add_requestqueue checking nodes list (David Teigland ) [214475] - dlm: don't accept replies to old recovery messages (David Teigland ) [215430] - x86_64: kdump mptable reservation fix (Vivek Goyal ) [215417] - Add Raritan KVM USB dongle to the USB HID blacklist (John Feeney ) [211446] - Fix bogus warning in [un]lock_cpu_hotplug (Prarit Bhargava ) [211301] - Xen: Avoid touching the watchdog when gone for too long (Glauber de Oliveira Costa ) [216467] - add missing ctcmpc Makefile target (Jan Glauber ) [184608] - remove microcode size check for i386 (Geoff Gustafson ) [214798] * Thu Nov 30 2006 Don Zickus [2.6.18-1.2769.el5] - add the latest 2.6.18.4 security patches (Don Zickus) [217904] - revert: mspec failures due to memory.c bad pte problem (Erik Jacobson ) [211854] * Wed Nov 29 2006 Don Zickus [2.6.18-1.2767.el5] - disable W1 config (Dave Jones ) [216176] - Xen netback: Reenable TX queueing and drop pkts after timeout (Herbert Xu ) [216441] - Xen: fix profiling (Rik van Riel ) [214886] - bnx2: update firmware to correct rx problem in promisc mode (Neil Horman ) [204534] - sound-hda: fix typo in patch_realtek.c (John W. Linville) [210691] - Fix sys_move_pages when a NULL node list is passed. (Dave Jones ) [214295] - proc: readdir race fix (Nobuhiro Tachino ) [211682] - device mapper: /sys/block/dm-* entries remain after removal (Milan Broz ) [214905] - Fix 64k page table problems on ppc specific ehca driver (Doug Ledford ) [199765] - configfs: mutex_lock_nested() fix (Eric Sandeen ) [211506] - CIFS: Explicitly set stat->blksize (Eric Sandeen ) [214607] - Compute checksum properly in netpoll_send_udp (Chris Lalancette ) [214542] - Noisy stack trace by memory hotplug on memory busy system (Kei Tokunaga ) [213066] - catch blocks beyond pagecache limit in __getblk_slow (Eric Sandeen ) [214419] - xen privcmd: Range-check hypercall index. (Herbert Xu ) [213178] - strange messages around booting and acpi-memory-hotplug (Kei Tokunaga) [212231] - Fix panic in CPU hotplug on ia64 (Prarit Bhargava ) [213455] - Fix spinlock bad magic when removing xennet device (Chris Lalancette ) [211684] - netlabel: various error checking cleanups (Eric Paris ) [210425] - mspec failures due to memory.c bad pte problem (Erik Jacobson ) [211854] - Fix autofs creating bad dentries in NFS mount (David Howells ) [216178] * Thu Nov 09 2006 Don Zickus [2.6.18-1.2747.el5] - Set HZ to 1000 for kernel and 250 for Xen (Don Zickus) [198594] - Custom Diagnostics kernel module fails to load on RHEL5 (Janice Girouard) [213020] - kernel: FS-Cache: error from cache: -105 (2nd part) (Don Zickus) [214678] * Mon Nov 06 2006 Don Zickus [2.6.18-1.2746.el5] - configure XPC as a loadable kernel module instead of static (Erik Jacobson) [213903] - kernel BUG at drivers/xen/core/evtchn.c:482! (Glauber de Oliveira Costa) [210672] - IPv6 MRT: 'lockdep' annotation is missing? (Thomas Graf) [209313] - sort PCI device list breadth-first (John Feeney) [209484] - reenable xen pae >4GB patch (Don Zickus) * Sun Nov 05 2006 Don Zickus [2.6.18-1.2745.el5] - disable the xen-pae patch due to compile problems * Sun Nov 05 2006 Don Zickus [2.6.18-1.2744.el5] - Kernel Panic on Initial boot of guest (Steven Rostedt) [211633] - kernel unable to read partition (device busy) (Peter Zijlstra) [212191] - QEMU always crashes (Don Zickus) [212625] - kernel: FS-Cache: error from cache: -105 (Steve Dickson) [212831] - DLM oops in kref_put when umounting (Patrick Caulfield) [213005] - gfs umount hung, message size too big (Patrick Caulfield) [213289] - CPU hotplug doesn't work trying to BSP offline (Keiichiro Tokunaga) [213324] - status messages ping-pong between unmounted nodes (Dave Teigland) [213682] - res_recover_locks_count not reset when recover_locks is aborted (Dave Teigland) [213684] - disable CONFIG_ISA (Don Zickus) * Wed Nov 01 2006 Don Zickus [2.6.18-1.2740.el5] - Remove support for ipw3945 driver (Don Zickus) [195534] - acpiphp will not load due to unknown symbols (Prarit Bhargava) [209506] - Can not install rhel5 b1 on ipr dasd. (Janice Girouard) [210851] - Can't make SCTP connections between Xen guests (Don Zickus) [212550] - eHEA update to support 64K pages for Power6 (Janice Girouard) [212041] - Failure to boot second kernel on HP hardware (Don Zickus) [212578] - dlm deadlock during simultaneous mount attempts (Dave Teigland) [211914] - CMT-eligible ipw2200/2915 driver (John W. Linville) [184862] - CVE-2006-5174 copy_from_user information leak on s390 (Jan Glauber) [213568] - NFSv4: fs_locations support (Steve Dickson) [212352] - [IPv6] irrelevant rules break ipv6 routing. (Thomas Graf) [209354] - [IPv6] blackhole and prohibit rule types not working (Thomas Graf) [210216] - [KEXEC] bad offset in icache instruction crashes Montecito systems (Jarod Wilson) [212643] - assertion "FALSE" failed in gfs/glock.c (Dave Teigland) [211622] - I/O DLPAR and Hotplug not enabled in RHEL5 (Janice Girouard) [207732] * Thu Oct 26 2006 Don Zickus [2.6.18-1.2739.el5] - SHPCHP driver doesn't work (Keiichiro Tokunaga) [210478] - ext3/jbd panic (Eric Sandeen) [209647] - Oops in nfs_cancel_commit_list (Jeff Layton) [210679] - kernel Soft lockup detected on corrupted ext3 filesystem (Eric Sandeen) [212053] - CIFS doesn't work (Steve Dickson) [211070] * Thu Oct 26 2006 Don Zickus [2.6.18-1.2738.el5] - need to convert bd_mount_mutex on gfs2 also (Peter Zijlstra) * Wed Oct 25 2006 Don Zickus [2.6.18-1.2737.el5] - Grant table operations unsuitable for guest domains (Rik van Riel) [210489] - AMD-V HVM windows guest boot menu timer issue (Steven Rostedt) [209001] - iflags.h is not upstream (Steve Whitehouse) [211583] - ACPIPHP doesn't work (Keiichiro Tokunaga) [209677] - IBMVSCSI does not correctly reenable the CRQ (Janice Girouard) [211304] - librdmacm-utils failures (Doug Ledford) [210711] - Badness in debug_mutex_unlock at kernel/mutex-debug.c:80 (Janice Girouard) [208500] - Stratus memory tracking functionality needed in RHEL5 (Kimball Murray) [209173, 211604] * Tue Oct 24 2006 Don Zickus [2.6.18-1.2736.el5] - Can't unload gnbd module, 128 references (Peter Zijlstra) [211905] - ddruid does not recognize dasd drives (Peter Zijlstra) [210030] * Mon Oct 23 2006 Don Zickus [2.6.18-1.2733.el5] - disable x86_64 dirty page tracking, it breaks some machines (Don Zickus) * Tue Oct 17 2006 Don Zickus [2.6.18-1.2732.el5] - possible recursive locking detected: cachefilesd (David Howells) [204615] - Stratus memory tracking functionality needed in RHEL5 (Kimball Murray) [209173] - nfs handled rpc error incorrectly (Steve Dickson) [207040] - cachefiles: inode count maintance (Steve Dickson) [209434] - mkinitrd: iSCSI root requires crc32c module (Mike Christie) [210232] - implemented sysrq-w to dump all cpus (Larry Woodman) - enable panic_on_oops (Dave Anderson) - re-enable x86_64 stack unwinder fixes (Don Zickus) - disable kernel debug flags (Don Zickus) * Tue Oct 17 2006 Stephen C. Tweedie - Fix up xen blktap merge to restore modular build * Tue Oct 17 2006 Don Zickus - fix xen breakage from last night's incorrect commits * Mon Oct 16 2006 Don Zickus [2.6.18-1.2729.el5] - revert Kpobes backport from 2.6.19-rc1, it fails to compile * Mon Oct 16 2006 Don Zickus [2.6.18-1.2728.el5] - Update FC transport and Emulex lpfc Fibre Channel Driver (Tom Coughlan) [207551] - NFSv4 using memory after its freed fix (Steve Dickson) [206996] - GFS2 dirents are 'unkown' type (Steve Whitehouse) [210493] - Cachefs double unlock (Steve Dickson) [210701] - tty locking cleanup (Prarit Bhargava) [210249] - ibmveth fails in kdump boot (Janice Girouard - IBM on-site partner) [199129] - Kpobes backport from 2.6.19-rc1 (Anil S Keshavamurthy) [210555] - Ia64 - kprobe opcode must reside on 16 bytes alignment (Anil S Keshavamurthy) [210552] - GFS2 forgets to unmap pages (Steve Whitehouse) [207764] - DIO needs to avoid using page cache (Jeffrey Moyer) [207061] - megaraid_sas: update (Chip Coldwell) [209463] - NFS data corruption (Steve Dickson) [210071] - page align bss sections on x86_64 (Vivek Goyal) [210499] - blkbk/netbk modules don't load (Aron Griffis) [210070] - blktap does not build on ia64 (Aron Griffis) [208895] - blkbk/netbk modules don't load (Rik van Riel) [202971] - patches from xen-ia64-unstable (Rik van Riel) [210637] - Xen version strings need to reflect exact Red Hat build number (Stephen Tweedie) [211003] - updated to 2.6.18.1 stable series (Don Zickus) - updated execshield patch (Don Zickus) - revert CONFIG_PCI_CALGARY_IOMMU config (Don Zickus) - disable CONFIG_MAMBO (Don Zickus) * Thu Oct 12 2006 Don Zickus [2.6.18-1.2727.el5] - I/O errors with dm-multipath when adding new path (Alasdair Kergon) [169302] - Kdump on i386 fails - Second kernel panics (Vivek Goyal) [207598] - patch to qla4xxx for supporting ioctl module (Mike Christie) [207356] - lockdep fixes (Peter Zijlstra) [208165 209135 204767] - printk cleanup (Dave Jones) - spec file cleanup (Dave Jones, Bill Nottingham) - gfs-dlm fix (Patrick Caulfield) - find-provides fix (Jon Masters) * Wed Oct 11 2006 Don Zickus [2.6.18-1.2726.el5] - need to disable all cpu frequency scaling drivers in Xen kernel (Rik van Riel) [210336 208942] - radeon hangs DMA when CONFIG_CALGARY_IOMMU is build in kernel. (Konrad Rzeszutek) [210380] - Got Call Trace message when remove veth module (Janice Girouard) [208938] - cannot generate kABI deps unless kernel is installed (Jon Masters) [203926] - ctcmpc driver (Jan Glauber) [184608] - PTRACE_DETACH doesn't deliver signals under utrace. (Aristeu S. Rozanski F.) [207674] - SG_SCATTER_SZ causing Oops during scsi disk microcode update (Doug Ledford) [207146] - ia64 kprobe fixes (David Smith) * Tue Oct 10 2006 Don Zickus [2.6.18-1.2725.el5] - Duplicate dput in sysfs_update_file can cause a panic. (Prarit Bhargava) [209454] - Lock issue with 2.6.18-1.2702.el5, NetworkManager and ipw3945 (John W. Linville) [208890] - cpqarray module fails to detect arrays (Chip Coldwell) [205653] - stex.c driver for Promise SuperTrak EX is missing (Jeff Garzik) [209179] - NetLabel does not audit configuration changes (Eric Paris) [208456] - NetLabel has a race problem in the cache (Eric Paris) [209324] - kernel/lockdep.c:1814/trace_hardirqs_on() (Not tainted) for APM (Peter Zijlstra) [209480] - correct netlabel secid for packets without a known label (Eric Paris) [210032] - IPSec information leak with labeled networking (Eric Paris) [209171] - NetLabel hot-add memory confict pre-beta2 kenrel x86_64 (Konrad Rzeszutek) [208445] - NFS data corruption (Steve Dickson) [210071] - kernel dm multipath: ioctl support (Alasdair Kergon) [207575] - kernel dm: fix alloc_dev error path (Alasdair Kergon) [209660] - kernel dm snapshot: fix invalidation ENOMEM (Alasdair Kergon) [209661] - kernel dm snapshot: chunk_size parameter is not required after creation (Alasdair Kergon) [209840] - kernel dm snapshot: fix metadata error handling (Alasdair Kergon) [209842] - kernel dm snapshot: fix metadata writing when suspending (Alasdair Kergon) [209843] - kernel dm: full snapshot removal attempt causes a seg fault/kernel bug (Alasdair Kergon) [204796] - dm mirror: remove trailing space from table (Alasdair Kergon) [209848] - kernel dm: add uevent change event on resume (Alasdair Kergon) [209849] - kernel dm crypt: Provide a mechanism to clear key while device suspended (Milan Broz) [185471] - kernel dm: use private biosets to avoid deadlock under memory pressure (Alasdair Kergon) [209851] - kernel dm: add feature flags to structures for future kABI compatibility (Alasdair Kergon) [208543] - kernel dm: application visible I/O errors with dm-multipath and queue_if_no_path when adding new path (Alasdair Kergon) [169302] - refresh ia64-kexec-kdump patch (Don Zickus) - update exec-shield patch (Don Zickus) - revert x86 unwinder fixes (Don Zickus) * Mon Oct 09 2006 Don Zickus [2.6.18-1.2722.el5] - update utrace patch to fix s390 build problems - ia64 hotswap cpu patch fixes to compile under xen - ia64 export fixes * Mon Oct 09 2006 Don Zickus [2.6.18-1.2718.el5] - Audit Filtering on PPID for = and != is inverted (Eric Paris) [206425] - Adding Hitachi SANRISE entries into SCSI white list (Chip Coldwell) [206532] - forward port of SCSI blacklist from RHEL4 (Chip Coldwell) [208256] - Need to add ALSA support for Broadwater platform (John W. Linville) [184855] - /proc//smaps doesn't give any data (Alexander Viro) [208589] - ACPI based CPU hotplug causes kernel panic (Keiichiro Tokunaga) [208487] - New infiniband 12x power driver opensourced from IBM (Janice Girouard) [184791] - iscsi oops when connection creation fails (Mike Christie) [209006] - nommconf work-around still needed for AMD chipsets (Jim Baker) [207396] - ProPack XPMEM exported symbols (Greg Edwards) [206215] - PCI error recovery bug in e100 and e1000 cards (John W. Linville) [208187] - / on raid fails to boot post-install system (Jan Glauber) [196943] - auditctl fails to reject malformed ARCH filter (Eric Paris) [206427] - oom-killer updates (Larry Woodman) [208583] - NFS is revalidating directory entries too often (Steve Dickson) [205454] - kernel-xen cannot reboot (Stephen Tweedie) [209841] - Unsupported FS's in RHEL 5 Beta 1 (Don Zickus) [206486] * Thu Oct 05 2006 Don Zickus [2.6.18-1.2717.el5] - patch fix for RDSCTP (Don Zickus) * Thu Oct 05 2006 Don Zickus [2.6.18-1.2715.el5] - RDTSCP Support (Bhavana Nagendra) [185057] - s390 kprobe on larl instruction crashes system (Jan Glauber) [205738] - single stepping is broken when kprobes is configured (Jan Glauber) [205739] - autofs kernel patches resulting from Connectathon testing (Ian Kent) [206952] - Include the qla3xxx networking driver (Konrad Rzeszutek) [208182] - overzealous sanity checking in sys_poll() (Chris Snook) [204705] - automounter cannot shutdown when timeout=0 (Ian Kent) [205836] - Rewrite of journaling data commit code (Eric Sandeen) [207739] - qla4xxx soft lockup when ethernet cable disconnected (Mike Christie) [206063] - hypfs_kill_super() check for initialized root inode (Jan Glauber) [207717] - The Matrox graphics driver is not built (Janice Girouard) [207200] * Mon Oct 02 2006 Don Zickus [2.6.18-1.2714.el5] - Wrong SELinux context prevents hidd from working (David Woodhouse) [204655] - nfs connectathon component basic test 6 fails.... (Steve Dickson) [208637] - unstick STICKY bit to fix suspend/resume (Dave Jones) * Fri Sep 29 2006 Don Zickus - fix up ipv6 multiple routing table patch * Thu Sep 28 2006 Don Zickus - s390 ccs/ccw subsystem does not have proper uevent support (Pete Zaitcev) [199994] - 'Cannot allocate memory' when cat /proc/scsi/scsi (Chip Coldwell) [200299] - Add support for Kirkwood and Kirkwood LP NICs (John W. Linville) [207776] - remove userspace support from qla4xxx (Mike Christie) [206063] - NetLabel interface has changed in the upstream kernels (Eric Paris) [208119] - lockdep fixes (Peter Zijlstra) [208304 204795] * Thu Sep 28 2006 Steven Whitehouse - Updated GFS2/DLM patch * Wed Sep 27 2006 Don Zickus -Multiple routing tables for IPv6 (Thomas Graf) [179612] -bunch of lockdep fixes (Peter Zijlstra) [200520 208294 208293 208292 208290] -rearrange the cachefs patches for easier future maintance (Steve Dickson) -enable some TCP congestion algorithms (David Miller) -add a test patch (Eric Paris) * Tue Sep 26 2006 Don Zickus - Need to add the sata sas bits * Tue Sep 26 2006 Don Zickus -Native SAS and SATA device support - SATA/IDE converter (Janice Girouard) [196336] -kernel unaligned access messages in rhel5a1 (Prarit Bhargava) [198572] -problems with LUNs mapped at LUN0 with iscsi and netapp filers (Mike Christie) [205802] -ext3 fails to mount a 16T filesystem due to overflows (Eric Sandeen) [206721] -possible recursive locking detected - swapper/1 (Peter Zijlstra) [203098] -FS-Cache: error from cache: -28 (David Howells) [204614] -aic94xx driver does not recognise SAS drives in x366 (Konrad Rzeszutek) [206526] -Support for 3945 driver (John W. Linville) [195534] -Memory Hotplug fails due to relocatable kernel patches (Vivek Goyal) [207596] -Potential overflow in jbd for filesystems > 8T (Eric Sandeen) [208024] -2,4-node x460 halts during bootup after installation (Konrad Rzeszutek) [203971] * Mon Sep 25 2006 Don Zickus - fix x86 relocatable patch (again) to build properly * 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