From: Maxim Uvarov Date: Mon, 20 Aug 2012 12:37:15 +0000 (-0700) Subject: SPEC: v2.6.39-300.5.0 X-Git-Tag: v2.6.39-400.9.0~417 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=4d7f26f1a5fbfb600d5ca6b535d76c96b957bb03;p=users%2Fjedix%2Flinux-maple.git SPEC: v2.6.39-300.5.0 Signed-off-by: Maxim Uvarov --- diff --git a/uek-rpm/ol5/kernel-uek.spec b/uek-rpm/ol5/kernel-uek.spec index e676fd09f107..e3c571b42e46 100644 --- a/uek-rpm/ol5/kernel-uek.spec +++ b/uek-rpm/ol5/kernel-uek.spec @@ -190,7 +190,7 @@ Summary: The Linux kernel %endif %if %{rhel} -%define pkg_release %{distro_build}.4.0%{?dist}uek%{?buildid} +%define pkg_release %{distro_build}.5.0%{?dist}uek%{?buildid} %endif %define KVERREL %{rpmversion}-%{pkg_release} @@ -1681,6 +1681,47 @@ fi %kernel_variant_files -k vmlinux %{with_kdump} kdump %changelog +* Mon Aug 20 2012 Maxim Uvarov [2.6.39-300.5.0.el5uek] +- [ovmapi] fix memcpy overrun, leaks and mutex unlock (Cathy Avery) +- xen/mmu: If the revector fails, don't attempt to revector anything else. + (Konrad Rzeszutek Wilk) +- xen/p2m: When revectoring deal with holes in the P2M array. (Konrad Rzeszutek + Wilk) +- xen/p2m: Reuse existing P2M leafs if they are filled with 1:1 PFNs or + INVALID. (Konrad Rzeszutek Wilk) +- x86, mtrr: Fix a type overflow in range_to_mtrr func (zhenzhong.duan) + [Orabug: 14073173] +- Fetch dmi version from SMBIOS if it exist (Zhenzhong Duan) [Orabug: 14267379] +- Check dmi version when get system uuid (Zhenzhong Duan) [Orabug: 14267379] +- Merge git://ca-git.us.oracle.com/linux-zduan-public.git + v2.6.39-200.18.0#bug13993738 (Maxim Uvarov) +- Revert "xen PVonHVM: move shared_info to MMIO before kexec" (Konrad Rzeszutek + Wilk) +- xen/mmu: Release just the MFN list, not MFN list and part of pagetables. + (Konrad Rzeszutek Wilk) +- x86/nmi: Add new NMI queues to deal with IO_CHK and SERR (Maxim Uvarov) +- x86, nmi: Create new NMI handler routines (Don Zickus) +- tick: Add tick skew boot option (Mike Galbraith) +- mm/vmstat.c: cache align vm_stat (Dimitri Sivanich) +- vfs: fix panic in __d_lookup() with high dentry hashtable counts (Dimitri + Sivanich) +- cpusets: randomize node rotor used in cpuset_mem_spread_node() (Jack Steiner) +- x86: Reduce clock calibration time during slave cpu startup (Jack Steiner) +- x66, UV: Enable 64-bit ACPI MFCG support for SGI UV2 platform (Jack Steiner) +- x86, pci: Increase the number of iommus supported to be MAX_IO_APICS (Mike + Travis) +- x86 PCI: Fix identity mapping for sandy bridge (Mike Travis) +- x86, nmi: Split out nmi from traps.c (Don Zickus) +- PCI: pciehp: replace unconditional sleep with config space access check + (Yinghai Lu) [Orabug:13993738] +- PCI: Separate pci_bus_read_dev_vendor_id from pci_scan_device (Yinghai Lu) + [Orabug:13993738] +- PCI: pciehp: wait 1000 ms before Link Training check (Kenji Kaneshige) + [Orabug:13993738] +- ocfs2: clear unaligned io flag when dio fails (Junxiao Bi) [Orabug: 14063941] +- aio: make kiocb->private NUll in init_sync_kiocb() (Junxiao Bi) [Orabug: + 14063941] + * Tue Aug 07 2012 Maxim Uvarov [2.6.39-300.4.0.el5uek] - cciss: only enable cciss_allow_hpsa when for ol5 (Joe Jin) [Orabug: 14106006] - Revert "cciss: remove controllers supported by hpsa" (Joe Jin) [Orabug: diff --git a/uek-rpm/ol6/kernel-uek.spec b/uek-rpm/ol6/kernel-uek.spec index e69300addc92..b227273c7dfc 100644 --- a/uek-rpm/ol6/kernel-uek.spec +++ b/uek-rpm/ol6/kernel-uek.spec @@ -198,7 +198,7 @@ Summary: The Linux kernel %endif %if %{rhel} -%define pkg_release %{distro_build}.4.0%{?dist}uek%{?buildid} +%define pkg_release %{distro_build}.5.0%{?dist}uek%{?buildid} %endif %define KVERREL %{rpmversion}-%{pkg_release}.%{_target_cpu} @@ -1692,6 +1692,47 @@ fi %kernel_variant_files -k vmlinux %{with_kdump} kdump %changelog +* Mon Aug 20 2012 Maxim Uvarov [2.6.39-300.5.0.el6uek] +- [ovmapi] fix memcpy overrun, leaks and mutex unlock (Cathy Avery) +- xen/mmu: If the revector fails, don't attempt to revector anything else. + (Konrad Rzeszutek Wilk) +- xen/p2m: When revectoring deal with holes in the P2M array. (Konrad Rzeszutek + Wilk) +- xen/p2m: Reuse existing P2M leafs if they are filled with 1:1 PFNs or + INVALID. (Konrad Rzeszutek Wilk) +- x86, mtrr: Fix a type overflow in range_to_mtrr func (zhenzhong.duan) + [Orabug: 14073173] +- Fetch dmi version from SMBIOS if it exist (Zhenzhong Duan) [Orabug: 14267379] +- Check dmi version when get system uuid (Zhenzhong Duan) [Orabug: 14267379] +- Merge git://ca-git.us.oracle.com/linux-zduan-public.git + v2.6.39-200.18.0#bug13993738 (Maxim Uvarov) +- Revert "xen PVonHVM: move shared_info to MMIO before kexec" (Konrad Rzeszutek + Wilk) +- xen/mmu: Release just the MFN list, not MFN list and part of pagetables. + (Konrad Rzeszutek Wilk) +- x86/nmi: Add new NMI queues to deal with IO_CHK and SERR (Maxim Uvarov) +- x86, nmi: Create new NMI handler routines (Don Zickus) +- tick: Add tick skew boot option (Mike Galbraith) +- mm/vmstat.c: cache align vm_stat (Dimitri Sivanich) +- vfs: fix panic in __d_lookup() with high dentry hashtable counts (Dimitri + Sivanich) +- cpusets: randomize node rotor used in cpuset_mem_spread_node() (Jack Steiner) +- x86: Reduce clock calibration time during slave cpu startup (Jack Steiner) +- x66, UV: Enable 64-bit ACPI MFCG support for SGI UV2 platform (Jack Steiner) +- x86, pci: Increase the number of iommus supported to be MAX_IO_APICS (Mike + Travis) +- x86 PCI: Fix identity mapping for sandy bridge (Mike Travis) +- x86, nmi: Split out nmi from traps.c (Don Zickus) +- PCI: pciehp: replace unconditional sleep with config space access check + (Yinghai Lu) [Orabug:13993738] +- PCI: Separate pci_bus_read_dev_vendor_id from pci_scan_device (Yinghai Lu) + [Orabug:13993738] +- PCI: pciehp: wait 1000 ms before Link Training check (Kenji Kaneshige) + [Orabug:13993738] +- ocfs2: clear unaligned io flag when dio fails (Junxiao Bi) [Orabug: 14063941] +- aio: make kiocb->private NUll in init_sync_kiocb() (Junxiao Bi) [Orabug: + 14063941] + * Tue Aug 07 2012 Maxim Uvarov [2.6.39-300.4.0.el6uek] - cciss: only enable cciss_allow_hpsa when for ol5 (Joe Jin) [Orabug: 14106006] - Revert "cciss: remove controllers supported by hpsa" (Joe Jin) [Orabug: