From 8d6c73544d099251ab0d26097a499396bfbb90859e294e7bca9339f3c3d2015a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 17 Oct 2013 12:16:42 +0000 Subject: [PATCH] Accepting request 203345 from Kernel:openSUSE-13.1 commit 53efb9c030be8b9ba717c798865c58c6f7ed58fc OBS-URL: https://build.opensuse.org/request/show/203345 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-source?expand=0&rev=214 --- config.tar.bz2 | 4 ++-- kernel-cubox.changes | 45 ++++++++++++++++++++++++++++++++++++++ kernel-cubox.spec | 6 ++--- kernel-debug.changes | 45 ++++++++++++++++++++++++++++++++++++++ kernel-debug.spec | 6 ++--- kernel-default.changes | 45 ++++++++++++++++++++++++++++++++++++++ kernel-default.spec | 6 ++--- kernel-desktop.changes | 45 ++++++++++++++++++++++++++++++++++++++ kernel-desktop.spec | 6 ++--- kernel-docs.changes | 45 ++++++++++++++++++++++++++++++++++++++ kernel-docs.spec | 6 ++--- kernel-ec2.changes | 45 ++++++++++++++++++++++++++++++++++++++ kernel-ec2.spec | 6 ++--- kernel-exynos.changes | 45 ++++++++++++++++++++++++++++++++++++++ kernel-exynos.spec | 6 ++--- kernel-lpae.changes | 45 ++++++++++++++++++++++++++++++++++++++ kernel-lpae.spec | 6 ++--- kernel-pae.changes | 45 ++++++++++++++++++++++++++++++++++++++ kernel-pae.spec | 6 ++--- kernel-source.changes | 45 ++++++++++++++++++++++++++++++++++++++ kernel-source.spec | 6 ++--- kernel-syms.changes | 45 ++++++++++++++++++++++++++++++++++++++ kernel-syms.spec | 4 ++-- kernel-trace.changes | 45 ++++++++++++++++++++++++++++++++++++++ kernel-trace.spec | 6 ++--- kernel-vanilla.changes | 45 ++++++++++++++++++++++++++++++++++++++ kernel-vanilla.spec | 6 ++--- kernel-xen.changes | 45 ++++++++++++++++++++++++++++++++++++++ kernel-xen.spec | 6 ++--- patches.fixes.tar.bz2 | 4 ++-- patches.kernel.org.tar.bz2 | 4 ++-- patches.suse.tar.bz2 | 4 ++-- series.conf | 7 +++--- source-timestamp | 4 ++-- 34 files changed, 684 insertions(+), 55 deletions(-) diff --git a/config.tar.bz2 b/config.tar.bz2 index 94e2081a..7b563aff 100644 --- a/config.tar.bz2 +++ b/config.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:327b2aff16ac566865efe07f87cd0fbc2407a143a71680c1348ffb3a092a0721 -size 312728 +oid sha256:92cffd97f732d9ca37c9a750ac5f7661d1de33bb8418cc14dce42c84eb3ad5f1 +size 312778 diff --git a/kernel-cubox.changes b/kernel-cubox.changes index bd207d32..97142582 100644 --- a/kernel-cubox.changes +++ b/kernel-cubox.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Mon Oct 14 18:45:32 CEST 2013 - jeffm@suse.com + +- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5 (vanilla) +- commit 53efb9c + +------------------------------------------------------------------- +Mon Oct 14 18:21:41 CEST 2013 - jeffm@suse.com + +- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5 +- commit 22f9877 + +------------------------------------------------------------------- +Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com + +- btrfs: Fix creation of per-super sysfs directories when using multiple + subvolumes (bnc#845774). +- commit 0801062 + +------------------------------------------------------------------- +Mon Oct 14 10:57:07 CEST 2013 - oneukum@suse.de + +- sha256_ssse3: also test for BMI2 (bnc#842459). +- commit 626459d + +------------------------------------------------------------------- +Mon Oct 14 09:42:07 CEST 2013 - jslaby@suse.cz + +- Linux 3.11.5. +- Delete + patches.suse/btrfs-0005-reset-ret-in-record_one_backref.patch. +- Delete + patches.suse/btrfs-0010-change-how-we-queue-blocks-for-backref-checkin.patch. +- Delete + patches.suse/btrfs-0022-skip-subvol-entries-when-checking-if-we-ve-cre.patch. +- Delete + patches.suse/btrfs-0033-remove-ourselves-from-the-cluster-list-under-l.patch. +- commit c00734a + ------------------------------------------------------------------- Fri Oct 11 13:45:25 CEST 2013 - tiwai@suse.de @@ -91,6 +130,12 @@ Fri Sep 27 22:59:13 CEST 2013 - mmarek@suse.cz (bnc#821465). - commit 7e1f4b6 +------------------------------------------------------------------- +Fri Sep 27 22:11:47 CEST 2013 - jeffm@suse.com + +- config: disable FB_UDL in favor of DRM_UDL (bnc#836782). +- commit 68c5865 + ------------------------------------------------------------------- Fri Sep 27 18:13:45 CEST 2013 - ohering@suse.de diff --git a/kernel-cubox.spec b/kernel-cubox.spec index e06f8ca8..a8877a7a 100644 --- a/kernel-cubox.spec +++ b/kernel-cubox.spec @@ -20,7 +20,7 @@ # needssslcertforbuild %define srcversion 3.11 -%define patchversion 3.11.4 +%define patchversion 3.11.5 %define variant %{nil} %define vanilla_only 0 @@ -59,9 +59,9 @@ Name: kernel-cubox Summary: Kernel for SolidRun Cubox -Version: 3.11.4 +Version: 3.11.5 %if 0%{?is_kotd} -Release: .g61a06cb +Release: .g53efb9c %else Release: 0 %endif diff --git a/kernel-debug.changes b/kernel-debug.changes index bd207d32..97142582 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Mon Oct 14 18:45:32 CEST 2013 - jeffm@suse.com + +- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5 (vanilla) +- commit 53efb9c + +------------------------------------------------------------------- +Mon Oct 14 18:21:41 CEST 2013 - jeffm@suse.com + +- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5 +- commit 22f9877 + +------------------------------------------------------------------- +Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com + +- btrfs: Fix creation of per-super sysfs directories when using multiple + subvolumes (bnc#845774). +- commit 0801062 + +------------------------------------------------------------------- +Mon Oct 14 10:57:07 CEST 2013 - oneukum@suse.de + +- sha256_ssse3: also test for BMI2 (bnc#842459). +- commit 626459d + +------------------------------------------------------------------- +Mon Oct 14 09:42:07 CEST 2013 - jslaby@suse.cz + +- Linux 3.11.5. +- Delete + patches.suse/btrfs-0005-reset-ret-in-record_one_backref.patch. +- Delete + patches.suse/btrfs-0010-change-how-we-queue-blocks-for-backref-checkin.patch. +- Delete + patches.suse/btrfs-0022-skip-subvol-entries-when-checking-if-we-ve-cre.patch. +- Delete + patches.suse/btrfs-0033-remove-ourselves-from-the-cluster-list-under-l.patch. +- commit c00734a + ------------------------------------------------------------------- Fri Oct 11 13:45:25 CEST 2013 - tiwai@suse.de @@ -91,6 +130,12 @@ Fri Sep 27 22:59:13 CEST 2013 - mmarek@suse.cz (bnc#821465). - commit 7e1f4b6 +------------------------------------------------------------------- +Fri Sep 27 22:11:47 CEST 2013 - jeffm@suse.com + +- config: disable FB_UDL in favor of DRM_UDL (bnc#836782). +- commit 68c5865 + ------------------------------------------------------------------- Fri Sep 27 18:13:45 CEST 2013 - ohering@suse.de diff --git a/kernel-debug.spec b/kernel-debug.spec index 3bbd5b31..e0eded3a 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -20,7 +20,7 @@ # needssslcertforbuild %define srcversion 3.11 -%define patchversion 3.11.4 +%define patchversion 3.11.5 %define variant %{nil} %define vanilla_only 0 @@ -59,9 +59,9 @@ Name: kernel-debug Summary: A Debug Version of the Kernel -Version: 3.11.4 +Version: 3.11.5 %if 0%{?is_kotd} -Release: .g61a06cb +Release: .g53efb9c %else Release: 0 %endif diff --git a/kernel-default.changes b/kernel-default.changes index bd207d32..97142582 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Mon Oct 14 18:45:32 CEST 2013 - jeffm@suse.com + +- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5 (vanilla) +- commit 53efb9c + +------------------------------------------------------------------- +Mon Oct 14 18:21:41 CEST 2013 - jeffm@suse.com + +- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5 +- commit 22f9877 + +------------------------------------------------------------------- +Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com + +- btrfs: Fix creation of per-super sysfs directories when using multiple + subvolumes (bnc#845774). +- commit 0801062 + +------------------------------------------------------------------- +Mon Oct 14 10:57:07 CEST 2013 - oneukum@suse.de + +- sha256_ssse3: also test for BMI2 (bnc#842459). +- commit 626459d + +------------------------------------------------------------------- +Mon Oct 14 09:42:07 CEST 2013 - jslaby@suse.cz + +- Linux 3.11.5. +- Delete + patches.suse/btrfs-0005-reset-ret-in-record_one_backref.patch. +- Delete + patches.suse/btrfs-0010-change-how-we-queue-blocks-for-backref-checkin.patch. +- Delete + patches.suse/btrfs-0022-skip-subvol-entries-when-checking-if-we-ve-cre.patch. +- Delete + patches.suse/btrfs-0033-remove-ourselves-from-the-cluster-list-under-l.patch. +- commit c00734a + ------------------------------------------------------------------- Fri Oct 11 13:45:25 CEST 2013 - tiwai@suse.de @@ -91,6 +130,12 @@ Fri Sep 27 22:59:13 CEST 2013 - mmarek@suse.cz (bnc#821465). - commit 7e1f4b6 +------------------------------------------------------------------- +Fri Sep 27 22:11:47 CEST 2013 - jeffm@suse.com + +- config: disable FB_UDL in favor of DRM_UDL (bnc#836782). +- commit 68c5865 + ------------------------------------------------------------------- Fri Sep 27 18:13:45 CEST 2013 - ohering@suse.de diff --git a/kernel-default.spec b/kernel-default.spec index 8728f8ae..b5be7c18 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -20,7 +20,7 @@ # needssslcertforbuild %define srcversion 3.11 -%define patchversion 3.11.4 +%define patchversion 3.11.5 %define variant %{nil} %define vanilla_only 0 @@ -59,9 +59,9 @@ Name: kernel-default Summary: The Standard Kernel -Version: 3.11.4 +Version: 3.11.5 %if 0%{?is_kotd} -Release: .g61a06cb +Release: .g53efb9c %else Release: 0 %endif diff --git a/kernel-desktop.changes b/kernel-desktop.changes index bd207d32..97142582 100644 --- a/kernel-desktop.changes +++ b/kernel-desktop.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Mon Oct 14 18:45:32 CEST 2013 - jeffm@suse.com + +- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5 (vanilla) +- commit 53efb9c + +------------------------------------------------------------------- +Mon Oct 14 18:21:41 CEST 2013 - jeffm@suse.com + +- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5 +- commit 22f9877 + +------------------------------------------------------------------- +Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com + +- btrfs: Fix creation of per-super sysfs directories when using multiple + subvolumes (bnc#845774). +- commit 0801062 + +------------------------------------------------------------------- +Mon Oct 14 10:57:07 CEST 2013 - oneukum@suse.de + +- sha256_ssse3: also test for BMI2 (bnc#842459). +- commit 626459d + +------------------------------------------------------------------- +Mon Oct 14 09:42:07 CEST 2013 - jslaby@suse.cz + +- Linux 3.11.5. +- Delete + patches.suse/btrfs-0005-reset-ret-in-record_one_backref.patch. +- Delete + patches.suse/btrfs-0010-change-how-we-queue-blocks-for-backref-checkin.patch. +- Delete + patches.suse/btrfs-0022-skip-subvol-entries-when-checking-if-we-ve-cre.patch. +- Delete + patches.suse/btrfs-0033-remove-ourselves-from-the-cluster-list-under-l.patch. +- commit c00734a + ------------------------------------------------------------------- Fri Oct 11 13:45:25 CEST 2013 - tiwai@suse.de @@ -91,6 +130,12 @@ Fri Sep 27 22:59:13 CEST 2013 - mmarek@suse.cz (bnc#821465). - commit 7e1f4b6 +------------------------------------------------------------------- +Fri Sep 27 22:11:47 CEST 2013 - jeffm@suse.com + +- config: disable FB_UDL in favor of DRM_UDL (bnc#836782). +- commit 68c5865 + ------------------------------------------------------------------- Fri Sep 27 18:13:45 CEST 2013 - ohering@suse.de diff --git a/kernel-desktop.spec b/kernel-desktop.spec index 80e0fa7f..13db881c 100644 --- a/kernel-desktop.spec +++ b/kernel-desktop.spec @@ -20,7 +20,7 @@ # needssslcertforbuild %define srcversion 3.11 -%define patchversion 3.11.4 +%define patchversion 3.11.5 %define variant %{nil} %define vanilla_only 0 @@ -59,9 +59,9 @@ Name: kernel-desktop Summary: Kernel optimized for the desktop -Version: 3.11.4 +Version: 3.11.5 %if 0%{?is_kotd} -Release: .g61a06cb +Release: .g53efb9c %else Release: 0 %endif diff --git a/kernel-docs.changes b/kernel-docs.changes index bd207d32..97142582 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Mon Oct 14 18:45:32 CEST 2013 - jeffm@suse.com + +- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5 (vanilla) +- commit 53efb9c + +------------------------------------------------------------------- +Mon Oct 14 18:21:41 CEST 2013 - jeffm@suse.com + +- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5 +- commit 22f9877 + +------------------------------------------------------------------- +Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com + +- btrfs: Fix creation of per-super sysfs directories when using multiple + subvolumes (bnc#845774). +- commit 0801062 + +------------------------------------------------------------------- +Mon Oct 14 10:57:07 CEST 2013 - oneukum@suse.de + +- sha256_ssse3: also test for BMI2 (bnc#842459). +- commit 626459d + +------------------------------------------------------------------- +Mon Oct 14 09:42:07 CEST 2013 - jslaby@suse.cz + +- Linux 3.11.5. +- Delete + patches.suse/btrfs-0005-reset-ret-in-record_one_backref.patch. +- Delete + patches.suse/btrfs-0010-change-how-we-queue-blocks-for-backref-checkin.patch. +- Delete + patches.suse/btrfs-0022-skip-subvol-entries-when-checking-if-we-ve-cre.patch. +- Delete + patches.suse/btrfs-0033-remove-ourselves-from-the-cluster-list-under-l.patch. +- commit c00734a + ------------------------------------------------------------------- Fri Oct 11 13:45:25 CEST 2013 - tiwai@suse.de @@ -91,6 +130,12 @@ Fri Sep 27 22:59:13 CEST 2013 - mmarek@suse.cz (bnc#821465). - commit 7e1f4b6 +------------------------------------------------------------------- +Fri Sep 27 22:11:47 CEST 2013 - jeffm@suse.com + +- config: disable FB_UDL in favor of DRM_UDL (bnc#836782). +- commit 68c5865 + ------------------------------------------------------------------- Fri Sep 27 18:13:45 CEST 2013 - ohering@suse.de diff --git a/kernel-docs.spec b/kernel-docs.spec index ad4838cd..90aec94e 100644 --- a/kernel-docs.spec +++ b/kernel-docs.spec @@ -17,16 +17,16 @@ # norootforbuild -%define patchversion 3.11.4 +%define patchversion 3.11.5 %define variant %{nil} %include %_sourcedir/kernel-spec-macros Name: kernel-docs Summary: Kernel Documentation -Version: 3.11.4 +Version: 3.11.5 %if 0%{?is_kotd} -Release: .g61a06cb +Release: .g53efb9c %else Release: 0 %endif diff --git a/kernel-ec2.changes b/kernel-ec2.changes index bd207d32..97142582 100644 --- a/kernel-ec2.changes +++ b/kernel-ec2.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Mon Oct 14 18:45:32 CEST 2013 - jeffm@suse.com + +- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5 (vanilla) +- commit 53efb9c + +------------------------------------------------------------------- +Mon Oct 14 18:21:41 CEST 2013 - jeffm@suse.com + +- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5 +- commit 22f9877 + +------------------------------------------------------------------- +Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com + +- btrfs: Fix creation of per-super sysfs directories when using multiple + subvolumes (bnc#845774). +- commit 0801062 + +------------------------------------------------------------------- +Mon Oct 14 10:57:07 CEST 2013 - oneukum@suse.de + +- sha256_ssse3: also test for BMI2 (bnc#842459). +- commit 626459d + +------------------------------------------------------------------- +Mon Oct 14 09:42:07 CEST 2013 - jslaby@suse.cz + +- Linux 3.11.5. +- Delete + patches.suse/btrfs-0005-reset-ret-in-record_one_backref.patch. +- Delete + patches.suse/btrfs-0010-change-how-we-queue-blocks-for-backref-checkin.patch. +- Delete + patches.suse/btrfs-0022-skip-subvol-entries-when-checking-if-we-ve-cre.patch. +- Delete + patches.suse/btrfs-0033-remove-ourselves-from-the-cluster-list-under-l.patch. +- commit c00734a + ------------------------------------------------------------------- Fri Oct 11 13:45:25 CEST 2013 - tiwai@suse.de @@ -91,6 +130,12 @@ Fri Sep 27 22:59:13 CEST 2013 - mmarek@suse.cz (bnc#821465). - commit 7e1f4b6 +------------------------------------------------------------------- +Fri Sep 27 22:11:47 CEST 2013 - jeffm@suse.com + +- config: disable FB_UDL in favor of DRM_UDL (bnc#836782). +- commit 68c5865 + ------------------------------------------------------------------- Fri Sep 27 18:13:45 CEST 2013 - ohering@suse.de diff --git a/kernel-ec2.spec b/kernel-ec2.spec index ad7e6de0..9071b074 100644 --- a/kernel-ec2.spec +++ b/kernel-ec2.spec @@ -20,7 +20,7 @@ # needssslcertforbuild %define srcversion 3.11 -%define patchversion 3.11.4 +%define patchversion 3.11.5 %define variant %{nil} %define vanilla_only 0 @@ -59,9 +59,9 @@ Name: kernel-ec2 Summary: The Amazon EC2 Xen Kernel -Version: 3.11.4 +Version: 3.11.5 %if 0%{?is_kotd} -Release: .g61a06cb +Release: .g53efb9c %else Release: 0 %endif diff --git a/kernel-exynos.changes b/kernel-exynos.changes index bd207d32..97142582 100644 --- a/kernel-exynos.changes +++ b/kernel-exynos.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Mon Oct 14 18:45:32 CEST 2013 - jeffm@suse.com + +- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5 (vanilla) +- commit 53efb9c + +------------------------------------------------------------------- +Mon Oct 14 18:21:41 CEST 2013 - jeffm@suse.com + +- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5 +- commit 22f9877 + +------------------------------------------------------------------- +Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com + +- btrfs: Fix creation of per-super sysfs directories when using multiple + subvolumes (bnc#845774). +- commit 0801062 + +------------------------------------------------------------------- +Mon Oct 14 10:57:07 CEST 2013 - oneukum@suse.de + +- sha256_ssse3: also test for BMI2 (bnc#842459). +- commit 626459d + +------------------------------------------------------------------- +Mon Oct 14 09:42:07 CEST 2013 - jslaby@suse.cz + +- Linux 3.11.5. +- Delete + patches.suse/btrfs-0005-reset-ret-in-record_one_backref.patch. +- Delete + patches.suse/btrfs-0010-change-how-we-queue-blocks-for-backref-checkin.patch. +- Delete + patches.suse/btrfs-0022-skip-subvol-entries-when-checking-if-we-ve-cre.patch. +- Delete + patches.suse/btrfs-0033-remove-ourselves-from-the-cluster-list-under-l.patch. +- commit c00734a + ------------------------------------------------------------------- Fri Oct 11 13:45:25 CEST 2013 - tiwai@suse.de @@ -91,6 +130,12 @@ Fri Sep 27 22:59:13 CEST 2013 - mmarek@suse.cz (bnc#821465). - commit 7e1f4b6 +------------------------------------------------------------------- +Fri Sep 27 22:11:47 CEST 2013 - jeffm@suse.com + +- config: disable FB_UDL in favor of DRM_UDL (bnc#836782). +- commit 68c5865 + ------------------------------------------------------------------- Fri Sep 27 18:13:45 CEST 2013 - ohering@suse.de diff --git a/kernel-exynos.spec b/kernel-exynos.spec index 273e17ee..ac09d4ce 100644 --- a/kernel-exynos.spec +++ b/kernel-exynos.spec @@ -20,7 +20,7 @@ # needssslcertforbuild %define srcversion 3.11 -%define patchversion 3.11.4 +%define patchversion 3.11.5 %define variant %{nil} %define vanilla_only 0 @@ -59,9 +59,9 @@ Name: kernel-exynos Summary: Kernel for Samsung's Exynos SoC -Version: 3.11.4 +Version: 3.11.5 %if 0%{?is_kotd} -Release: .g61a06cb +Release: .g53efb9c %else Release: 0 %endif diff --git a/kernel-lpae.changes b/kernel-lpae.changes index bd207d32..97142582 100644 --- a/kernel-lpae.changes +++ b/kernel-lpae.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Mon Oct 14 18:45:32 CEST 2013 - jeffm@suse.com + +- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5 (vanilla) +- commit 53efb9c + +------------------------------------------------------------------- +Mon Oct 14 18:21:41 CEST 2013 - jeffm@suse.com + +- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5 +- commit 22f9877 + +------------------------------------------------------------------- +Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com + +- btrfs: Fix creation of per-super sysfs directories when using multiple + subvolumes (bnc#845774). +- commit 0801062 + +------------------------------------------------------------------- +Mon Oct 14 10:57:07 CEST 2013 - oneukum@suse.de + +- sha256_ssse3: also test for BMI2 (bnc#842459). +- commit 626459d + +------------------------------------------------------------------- +Mon Oct 14 09:42:07 CEST 2013 - jslaby@suse.cz + +- Linux 3.11.5. +- Delete + patches.suse/btrfs-0005-reset-ret-in-record_one_backref.patch. +- Delete + patches.suse/btrfs-0010-change-how-we-queue-blocks-for-backref-checkin.patch. +- Delete + patches.suse/btrfs-0022-skip-subvol-entries-when-checking-if-we-ve-cre.patch. +- Delete + patches.suse/btrfs-0033-remove-ourselves-from-the-cluster-list-under-l.patch. +- commit c00734a + ------------------------------------------------------------------- Fri Oct 11 13:45:25 CEST 2013 - tiwai@suse.de @@ -91,6 +130,12 @@ Fri Sep 27 22:59:13 CEST 2013 - mmarek@suse.cz (bnc#821465). - commit 7e1f4b6 +------------------------------------------------------------------- +Fri Sep 27 22:11:47 CEST 2013 - jeffm@suse.com + +- config: disable FB_UDL in favor of DRM_UDL (bnc#836782). +- commit 68c5865 + ------------------------------------------------------------------- Fri Sep 27 18:13:45 CEST 2013 - ohering@suse.de diff --git a/kernel-lpae.spec b/kernel-lpae.spec index ee085038..b56f1b97 100644 --- a/kernel-lpae.spec +++ b/kernel-lpae.spec @@ -20,7 +20,7 @@ # needssslcertforbuild %define srcversion 3.11 -%define patchversion 3.11.4 +%define patchversion 3.11.5 %define variant %{nil} %define vanilla_only 0 @@ -59,9 +59,9 @@ Name: kernel-lpae Summary: Kernel for LPAE enabled systems -Version: 3.11.4 +Version: 3.11.5 %if 0%{?is_kotd} -Release: .g61a06cb +Release: .g53efb9c %else Release: 0 %endif diff --git a/kernel-pae.changes b/kernel-pae.changes index bd207d32..97142582 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Mon Oct 14 18:45:32 CEST 2013 - jeffm@suse.com + +- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5 (vanilla) +- commit 53efb9c + +------------------------------------------------------------------- +Mon Oct 14 18:21:41 CEST 2013 - jeffm@suse.com + +- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5 +- commit 22f9877 + +------------------------------------------------------------------- +Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com + +- btrfs: Fix creation of per-super sysfs directories when using multiple + subvolumes (bnc#845774). +- commit 0801062 + +------------------------------------------------------------------- +Mon Oct 14 10:57:07 CEST 2013 - oneukum@suse.de + +- sha256_ssse3: also test for BMI2 (bnc#842459). +- commit 626459d + +------------------------------------------------------------------- +Mon Oct 14 09:42:07 CEST 2013 - jslaby@suse.cz + +- Linux 3.11.5. +- Delete + patches.suse/btrfs-0005-reset-ret-in-record_one_backref.patch. +- Delete + patches.suse/btrfs-0010-change-how-we-queue-blocks-for-backref-checkin.patch. +- Delete + patches.suse/btrfs-0022-skip-subvol-entries-when-checking-if-we-ve-cre.patch. +- Delete + patches.suse/btrfs-0033-remove-ourselves-from-the-cluster-list-under-l.patch. +- commit c00734a + ------------------------------------------------------------------- Fri Oct 11 13:45:25 CEST 2013 - tiwai@suse.de @@ -91,6 +130,12 @@ Fri Sep 27 22:59:13 CEST 2013 - mmarek@suse.cz (bnc#821465). - commit 7e1f4b6 +------------------------------------------------------------------- +Fri Sep 27 22:11:47 CEST 2013 - jeffm@suse.com + +- config: disable FB_UDL in favor of DRM_UDL (bnc#836782). +- commit 68c5865 + ------------------------------------------------------------------- Fri Sep 27 18:13:45 CEST 2013 - ohering@suse.de diff --git a/kernel-pae.spec b/kernel-pae.spec index 14ede6e0..af674017 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -20,7 +20,7 @@ # needssslcertforbuild %define srcversion 3.11 -%define patchversion 3.11.4 +%define patchversion 3.11.5 %define variant %{nil} %define vanilla_only 0 @@ -59,9 +59,9 @@ Name: kernel-pae Summary: Kernel with PAE Support -Version: 3.11.4 +Version: 3.11.5 %if 0%{?is_kotd} -Release: .g61a06cb +Release: .g53efb9c %else Release: 0 %endif diff --git a/kernel-source.changes b/kernel-source.changes index bd207d32..97142582 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Mon Oct 14 18:45:32 CEST 2013 - jeffm@suse.com + +- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5 (vanilla) +- commit 53efb9c + +------------------------------------------------------------------- +Mon Oct 14 18:21:41 CEST 2013 - jeffm@suse.com + +- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5 +- commit 22f9877 + +------------------------------------------------------------------- +Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com + +- btrfs: Fix creation of per-super sysfs directories when using multiple + subvolumes (bnc#845774). +- commit 0801062 + +------------------------------------------------------------------- +Mon Oct 14 10:57:07 CEST 2013 - oneukum@suse.de + +- sha256_ssse3: also test for BMI2 (bnc#842459). +- commit 626459d + +------------------------------------------------------------------- +Mon Oct 14 09:42:07 CEST 2013 - jslaby@suse.cz + +- Linux 3.11.5. +- Delete + patches.suse/btrfs-0005-reset-ret-in-record_one_backref.patch. +- Delete + patches.suse/btrfs-0010-change-how-we-queue-blocks-for-backref-checkin.patch. +- Delete + patches.suse/btrfs-0022-skip-subvol-entries-when-checking-if-we-ve-cre.patch. +- Delete + patches.suse/btrfs-0033-remove-ourselves-from-the-cluster-list-under-l.patch. +- commit c00734a + ------------------------------------------------------------------- Fri Oct 11 13:45:25 CEST 2013 - tiwai@suse.de @@ -91,6 +130,12 @@ Fri Sep 27 22:59:13 CEST 2013 - mmarek@suse.cz (bnc#821465). - commit 7e1f4b6 +------------------------------------------------------------------- +Fri Sep 27 22:11:47 CEST 2013 - jeffm@suse.com + +- config: disable FB_UDL in favor of DRM_UDL (bnc#836782). +- commit 68c5865 + ------------------------------------------------------------------- Fri Sep 27 18:13:45 CEST 2013 - ohering@suse.de diff --git a/kernel-source.spec b/kernel-source.spec index 3a5115ba..2ff4c5a3 100644 --- a/kernel-source.spec +++ b/kernel-source.spec @@ -19,7 +19,7 @@ # icecream 0 %define srcversion 3.11 -%define patchversion 3.11.4 +%define patchversion 3.11.5 %define variant %{nil} %define vanilla_only 0 @@ -29,9 +29,9 @@ Name: kernel-source Summary: The Linux Kernel Sources -Version: 3.11.4 +Version: 3.11.5 %if 0%{?is_kotd} -Release: .g61a06cb +Release: .g53efb9c %else Release: 0 %endif diff --git a/kernel-syms.changes b/kernel-syms.changes index bd207d32..97142582 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Mon Oct 14 18:45:32 CEST 2013 - jeffm@suse.com + +- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5 (vanilla) +- commit 53efb9c + +------------------------------------------------------------------- +Mon Oct 14 18:21:41 CEST 2013 - jeffm@suse.com + +- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5 +- commit 22f9877 + +------------------------------------------------------------------- +Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com + +- btrfs: Fix creation of per-super sysfs directories when using multiple + subvolumes (bnc#845774). +- commit 0801062 + +------------------------------------------------------------------- +Mon Oct 14 10:57:07 CEST 2013 - oneukum@suse.de + +- sha256_ssse3: also test for BMI2 (bnc#842459). +- commit 626459d + +------------------------------------------------------------------- +Mon Oct 14 09:42:07 CEST 2013 - jslaby@suse.cz + +- Linux 3.11.5. +- Delete + patches.suse/btrfs-0005-reset-ret-in-record_one_backref.patch. +- Delete + patches.suse/btrfs-0010-change-how-we-queue-blocks-for-backref-checkin.patch. +- Delete + patches.suse/btrfs-0022-skip-subvol-entries-when-checking-if-we-ve-cre.patch. +- Delete + patches.suse/btrfs-0033-remove-ourselves-from-the-cluster-list-under-l.patch. +- commit c00734a + ------------------------------------------------------------------- Fri Oct 11 13:45:25 CEST 2013 - tiwai@suse.de @@ -91,6 +130,12 @@ Fri Sep 27 22:59:13 CEST 2013 - mmarek@suse.cz (bnc#821465). - commit 7e1f4b6 +------------------------------------------------------------------- +Fri Sep 27 22:11:47 CEST 2013 - jeffm@suse.com + +- config: disable FB_UDL in favor of DRM_UDL (bnc#836782). +- commit 68c5865 + ------------------------------------------------------------------- Fri Sep 27 18:13:45 CEST 2013 - ohering@suse.de diff --git a/kernel-syms.spec b/kernel-syms.spec index 7f119ced..249c2d85 100644 --- a/kernel-syms.spec +++ b/kernel-syms.spec @@ -23,10 +23,10 @@ Name: kernel-syms Summary: Kernel Symbol Versions (modversions) -Version: 3.11.4 +Version: 3.11.5 %if %using_buildservice %if 0%{?is_kotd} -Release: .g61a06cb +Release: .g53efb9c %else Release: 0 %endif diff --git a/kernel-trace.changes b/kernel-trace.changes index bd207d32..97142582 100644 --- a/kernel-trace.changes +++ b/kernel-trace.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Mon Oct 14 18:45:32 CEST 2013 - jeffm@suse.com + +- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5 (vanilla) +- commit 53efb9c + +------------------------------------------------------------------- +Mon Oct 14 18:21:41 CEST 2013 - jeffm@suse.com + +- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5 +- commit 22f9877 + +------------------------------------------------------------------- +Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com + +- btrfs: Fix creation of per-super sysfs directories when using multiple + subvolumes (bnc#845774). +- commit 0801062 + +------------------------------------------------------------------- +Mon Oct 14 10:57:07 CEST 2013 - oneukum@suse.de + +- sha256_ssse3: also test for BMI2 (bnc#842459). +- commit 626459d + +------------------------------------------------------------------- +Mon Oct 14 09:42:07 CEST 2013 - jslaby@suse.cz + +- Linux 3.11.5. +- Delete + patches.suse/btrfs-0005-reset-ret-in-record_one_backref.patch. +- Delete + patches.suse/btrfs-0010-change-how-we-queue-blocks-for-backref-checkin.patch. +- Delete + patches.suse/btrfs-0022-skip-subvol-entries-when-checking-if-we-ve-cre.patch. +- Delete + patches.suse/btrfs-0033-remove-ourselves-from-the-cluster-list-under-l.patch. +- commit c00734a + ------------------------------------------------------------------- Fri Oct 11 13:45:25 CEST 2013 - tiwai@suse.de @@ -91,6 +130,12 @@ Fri Sep 27 22:59:13 CEST 2013 - mmarek@suse.cz (bnc#821465). - commit 7e1f4b6 +------------------------------------------------------------------- +Fri Sep 27 22:11:47 CEST 2013 - jeffm@suse.com + +- config: disable FB_UDL in favor of DRM_UDL (bnc#836782). +- commit 68c5865 + ------------------------------------------------------------------- Fri Sep 27 18:13:45 CEST 2013 - ohering@suse.de diff --git a/kernel-trace.spec b/kernel-trace.spec index 66c6ec05..96aff98d 100644 --- a/kernel-trace.spec +++ b/kernel-trace.spec @@ -20,7 +20,7 @@ # needssslcertforbuild %define srcversion 3.11 -%define patchversion 3.11.4 +%define patchversion 3.11.5 %define variant %{nil} %define vanilla_only 0 @@ -59,9 +59,9 @@ Name: kernel-trace Summary: The Standard Kernel with Tracing Features -Version: 3.11.4 +Version: 3.11.5 %if 0%{?is_kotd} -Release: .g61a06cb +Release: .g53efb9c %else Release: 0 %endif diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index bd207d32..97142582 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Mon Oct 14 18:45:32 CEST 2013 - jeffm@suse.com + +- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5 (vanilla) +- commit 53efb9c + +------------------------------------------------------------------- +Mon Oct 14 18:21:41 CEST 2013 - jeffm@suse.com + +- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5 +- commit 22f9877 + +------------------------------------------------------------------- +Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com + +- btrfs: Fix creation of per-super sysfs directories when using multiple + subvolumes (bnc#845774). +- commit 0801062 + +------------------------------------------------------------------- +Mon Oct 14 10:57:07 CEST 2013 - oneukum@suse.de + +- sha256_ssse3: also test for BMI2 (bnc#842459). +- commit 626459d + +------------------------------------------------------------------- +Mon Oct 14 09:42:07 CEST 2013 - jslaby@suse.cz + +- Linux 3.11.5. +- Delete + patches.suse/btrfs-0005-reset-ret-in-record_one_backref.patch. +- Delete + patches.suse/btrfs-0010-change-how-we-queue-blocks-for-backref-checkin.patch. +- Delete + patches.suse/btrfs-0022-skip-subvol-entries-when-checking-if-we-ve-cre.patch. +- Delete + patches.suse/btrfs-0033-remove-ourselves-from-the-cluster-list-under-l.patch. +- commit c00734a + ------------------------------------------------------------------- Fri Oct 11 13:45:25 CEST 2013 - tiwai@suse.de @@ -91,6 +130,12 @@ Fri Sep 27 22:59:13 CEST 2013 - mmarek@suse.cz (bnc#821465). - commit 7e1f4b6 +------------------------------------------------------------------- +Fri Sep 27 22:11:47 CEST 2013 - jeffm@suse.com + +- config: disable FB_UDL in favor of DRM_UDL (bnc#836782). +- commit 68c5865 + ------------------------------------------------------------------- Fri Sep 27 18:13:45 CEST 2013 - ohering@suse.de diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index fbe13670..761eeefb 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -20,7 +20,7 @@ # needssslcertforbuild %define srcversion 3.11 -%define patchversion 3.11.4 +%define patchversion 3.11.5 %define variant %{nil} %define vanilla_only 0 @@ -59,9 +59,9 @@ Name: kernel-vanilla Summary: The Standard Kernel - without any SUSE patches -Version: 3.11.4 +Version: 3.11.5 %if 0%{?is_kotd} -Release: .g61a06cb +Release: .g53efb9c %else Release: 0 %endif diff --git a/kernel-xen.changes b/kernel-xen.changes index bd207d32..97142582 100644 --- a/kernel-xen.changes +++ b/kernel-xen.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Mon Oct 14 18:45:32 CEST 2013 - jeffm@suse.com + +- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5 (vanilla) +- commit 53efb9c + +------------------------------------------------------------------- +Mon Oct 14 18:21:41 CEST 2013 - jeffm@suse.com + +- config: enable HAVE_BOOTMEM_INFO_NODE on ppc64 to match 3.11.5 +- commit 22f9877 + +------------------------------------------------------------------- +Mon Oct 14 17:34:08 CEST 2013 - jeffm@suse.com + +- btrfs: Fix creation of per-super sysfs directories when using multiple + subvolumes (bnc#845774). +- commit 0801062 + +------------------------------------------------------------------- +Mon Oct 14 10:57:07 CEST 2013 - oneukum@suse.de + +- sha256_ssse3: also test for BMI2 (bnc#842459). +- commit 626459d + +------------------------------------------------------------------- +Mon Oct 14 09:42:07 CEST 2013 - jslaby@suse.cz + +- Linux 3.11.5. +- Delete + patches.suse/btrfs-0005-reset-ret-in-record_one_backref.patch. +- Delete + patches.suse/btrfs-0010-change-how-we-queue-blocks-for-backref-checkin.patch. +- Delete + patches.suse/btrfs-0022-skip-subvol-entries-when-checking-if-we-ve-cre.patch. +- Delete + patches.suse/btrfs-0033-remove-ourselves-from-the-cluster-list-under-l.patch. +- commit c00734a + ------------------------------------------------------------------- Fri Oct 11 13:45:25 CEST 2013 - tiwai@suse.de @@ -91,6 +130,12 @@ Fri Sep 27 22:59:13 CEST 2013 - mmarek@suse.cz (bnc#821465). - commit 7e1f4b6 +------------------------------------------------------------------- +Fri Sep 27 22:11:47 CEST 2013 - jeffm@suse.com + +- config: disable FB_UDL in favor of DRM_UDL (bnc#836782). +- commit 68c5865 + ------------------------------------------------------------------- Fri Sep 27 18:13:45 CEST 2013 - ohering@suse.de diff --git a/kernel-xen.spec b/kernel-xen.spec index ed659895..d71a7688 100644 --- a/kernel-xen.spec +++ b/kernel-xen.spec @@ -20,7 +20,7 @@ # needssslcertforbuild %define srcversion 3.11 -%define patchversion 3.11.4 +%define patchversion 3.11.5 %define variant %{nil} %define vanilla_only 0 @@ -59,9 +59,9 @@ Name: kernel-xen Summary: The Xen Kernel -Version: 3.11.4 +Version: 3.11.5 %if 0%{?is_kotd} -Release: .g61a06cb +Release: .g53efb9c %else Release: 0 %endif diff --git a/patches.fixes.tar.bz2 b/patches.fixes.tar.bz2 index 067a9919..dcde59cd 100644 --- a/patches.fixes.tar.bz2 +++ b/patches.fixes.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c8a27cb7120eba76a487985accdfa0870a794fac0c85b69ad120edf5b566cea0 -size 28176 +oid sha256:fb884dabbc190ce899f196946168f297bfdc5ddbc576f865a13c346a370c5413 +size 28573 diff --git a/patches.kernel.org.tar.bz2 b/patches.kernel.org.tar.bz2 index 27c83c11..81ba1fad 100644 --- a/patches.kernel.org.tar.bz2 +++ b/patches.kernel.org.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4fcc105a246746fb5dc25c876f9d9a633d60b70de3ebe59434a67f12bda327a8 -size 91274 +oid sha256:d4478be459e2882f3d1644c5645f856bffbd96725f75078599c520a3c648a046 +size 136304 diff --git a/patches.suse.tar.bz2 b/patches.suse.tar.bz2 index 61eef39e..66d0da58 100644 --- a/patches.suse.tar.bz2 +++ b/patches.suse.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:47abb2c9a2fbfcc90bc5196e9adc8fb337f9dce4cb67e3cae00221af8795da3e -size 146914 +oid sha256:a93825b1427a2099ff30f9e7f6fcfa60b317558982825d2ece272bbb49379818 +size 145300 diff --git a/series.conf b/series.conf index 6b8fb52c..244462a1 100644 --- a/series.conf +++ b/series.conf @@ -31,6 +31,7 @@ patches.kernel.org/patch-3.11.1-2 patches.kernel.org/patch-3.11.2-3 patches.kernel.org/patch-3.11.3-4 + patches.kernel.org/patch-3.11.4-5 ######################################################## # Build fixes that apply to the vanilla kernel too. @@ -113,6 +114,8 @@ +needs_update patches.arch/kvm-split-the-KVM-pv-ops-support-by-feature +needs_update patches.arch/kvm-replace-kvm-io-delay-pv-ops-with-linux-magic + patches.fixes/0001-sha256_ssse3-also-test-for-BMI2.patch + ######################################################## # x86 MCE/MCA (Machine Check Error/Architecture) extensions ######################################################## @@ -270,12 +273,10 @@ patches.suse/btrfs-0002-add-missing-error-checks-to-add_data_reference.patch patches.suse/btrfs-0003-set-qgroup_ulist-to-be-null-after-calling-ulis.patch patches.suse/btrfs-0004-fix-get-set-label-blocking-against-balance.patch - patches.suse/btrfs-0005-reset-ret-in-record_one_backref.patch patches.suse/btrfs-0006-cleanup-reloc-roots-properly-on-error.patch patches.suse/btrfs-0007-don-t-bother-autodefragging-if-our-root-is-goi.patch patches.suse/btrfs-0008-use-u64-for-subvolid-when-parsing-mount-option.patch patches.suse/btrfs-0009-add-missing-mounting-options-in-btrfs_show_opt.patch - patches.suse/btrfs-0010-change-how-we-queue-blocks-for-backref-checkin.patch patches.suse/btrfs-0011-don-t-bug_on-when-we-fail-when-cleaning-up-tra.patch patches.suse/btrfs-0012-add-missing-error-check-to-find_parent_nodes.patch patches.suse/btrfs-0013-add-missing-error-handling-to-read_tree_block.patch @@ -287,7 +288,6 @@ patches.suse/btrfs-0019-don-t-ignore-errors-from-btrfs_run_delayed_ite.patch patches.suse/btrfs-0020-return-ENOSPC-when-target-space-is-full.patch patches.suse/btrfs-0021-fix-possible-memory-leak-in-find_parent_nodes.patch - patches.suse/btrfs-0022-skip-subvol-entries-when-checking-if-we-ve-cre.patch patches.suse/btrfs-0023-don-t-allow-a-subvol-to-be-deleted-if-it-is-th.patch patches.suse/btrfs-0024-fix-the-error-handling-wrt-orphan-items.patch patches.suse/btrfs-0025-fix-heavy-delalloc-related-deadlock.patch @@ -298,7 +298,6 @@ patches.suse/btrfs-0030-fix-memory-leak-of-orphan-block-rsv.patch patches.suse/btrfs-0031-fix-printing-of-non-NULL-terminated-string.patch patches.suse/btrfs-0032-do-not-clear-our-orphan-item-runtime-flag-on-e.patch - patches.suse/btrfs-0033-remove-ourselves-from-the-cluster-list-under-l.patch +dsterba patches.suse/btrfs-0034-optimize-key-searches-in-btrfs_search_slot.patch patches.suse/btrfs-relocate-csums-properly-with-prealloc-extents.patch diff --git a/source-timestamp b/source-timestamp index 1518d495..30666fb0 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2013-10-11 13:45:25 +0200 -GIT Revision: 61a06cbf3db5dcdaae8d04fa954f6586fc9fc8d8 +2013-10-14 18:45:32 +0200 +GIT Revision: 53efb9c030be8b9ba717c798865c58c6f7ed58fc GIT Branch: openSUSE-13.1