]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
SPEC: v2.6.39-200.17.0
authorMaxim Uvarov <maxim.uvarov@oracle.com>
Wed, 6 Jun 2012 18:21:04 +0000 (22:21 +0400)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Wed, 6 Jun 2012 18:52:18 +0000 (22:52 +0400)
Signed-off-by: Maxim Uvarov <maxim.uvarov@oracle.com>
uek-rpm/ol5/kernel-uek.spec
uek-rpm/ol6/kernel-uek.spec

index 65b06b64fb3d7baf7d44f69da9ab09e0d411e3c6..c71faed09a5947b3af79f7fe5b6ce10101164649 100644 (file)
@@ -190,7 +190,7 @@ Summary: The Linux kernel
 %endif
 
 %if %{rhel}
-%define pkg_release %{distro_build}.16.0%{?dist}uek%{?buildid}
+%define pkg_release %{distro_build}.17.0%{?dist}uek%{?buildid}
 %endif
 %define KVERREL %{rpmversion}-%{pkg_release}
 
@@ -1680,6 +1680,18 @@ fi
 %kernel_variant_files -k vmlinux %{with_kdump} kdump
 
 %changelog
+* Wed Jun 06 2012 Maxim Uvarov <maxim.uvarov@oracle.com> [2.6.39-200.17.0.el6uek]
+- mm: reduce the amount of work done when updating min_free_kbytes (Mel Gorman)
+  [Orabug: 14073214]
+- 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]
+- vmxnet3: cap copy length at size of skb to prevent dropped frames on tx (Neil
+  Horman) [Orabug: 14159701]
+- mm/mempolicy.c: refix mbind_range() vma issue (KOSAKI Motohiro) [Orabug:
+  14149364]
+- mm/mempolicy.c: fix pgoff in mbind vma merge (Caspar Zhang) [Orabug:14149364]
+
 * Tue Jun 05 2012 Maxim Uvarov <maxim.uvarov@oracle.com> [2.6.39-200.16.0.el5uek]
 - xen/gntdev: Fix merge error. (Konrad Rzeszutek Wilk)
 
index 348da2ccce6bb4437e0babd185b24d89d75ee204..f427736f9700610ae9628eb02cb80b28b4615f60 100644 (file)
@@ -198,7 +198,7 @@ Summary: The Linux kernel
 %endif
 
 %if %{rhel}
-%define pkg_release %{distro_build}.16.0%{?dist}uek%{?buildid}
+%define pkg_release %{distro_build}.17.0%{?dist}uek%{?buildid}
 %endif
 %define KVERREL %{rpmversion}-%{pkg_release}.%{_target_cpu}
 
@@ -1692,6 +1692,18 @@ fi
 %kernel_variant_files -k vmlinux %{with_kdump} kdump
 
 %changelog
+* Wed Jun 06 2012 Maxim Uvarov <maxim.uvarov@oracle.com> [2.6.39-200.17.0.el6uek]
+- mm: reduce the amount of work done when updating min_free_kbytes (Mel Gorman)
+  [Orabug: 14073214]
+- 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]
+- vmxnet3: cap copy length at size of skb to prevent dropped frames on tx (Neil
+  Horman) [Orabug: 14159701]
+- mm/mempolicy.c: refix mbind_range() vma issue (KOSAKI Motohiro) [Orabug:
+  14149364]
+- mm/mempolicy.c: fix pgoff in mbind vma merge (Caspar Zhang) [Orabug:14149364]
+
 * Tue Jun 05 2012 Maxim Uvarov <maxim.uvarov@oracle.com> [2.6.39-200.16.0.el6uek]
 - xen/gntdev: Fix merge error. (Konrad Rzeszutek Wilk)