From 8fce484912786fdc5a94c8a644bc196901bba7fc48d4964dc39b5a50bf4be6d5 Mon Sep 17 00:00:00 2001 From: Michal Marek Date: Wed, 27 Aug 2014 06:02:32 +0000 Subject: [PATCH] commit 768ed2483e482fbf7bc18994eb70cf4e19e82319 OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=313 --- config.sh | 2 +- kernel-debug.changes | 29 +++++++++++++++++++++++++++++ kernel-debug.spec | 4 ++-- kernel-default.changes | 29 +++++++++++++++++++++++++++++ kernel-default.spec | 4 ++-- kernel-desktop.changes | 29 +++++++++++++++++++++++++++++ kernel-desktop.spec | 4 ++-- kernel-docs.changes | 29 +++++++++++++++++++++++++++++ kernel-docs.spec | 4 ++-- kernel-ec2.changes | 29 +++++++++++++++++++++++++++++ kernel-ec2.spec | 4 ++-- kernel-lpae.changes | 29 +++++++++++++++++++++++++++++ kernel-lpae.spec | 4 ++-- kernel-obs-build.changes | 29 +++++++++++++++++++++++++++++ kernel-obs-build.spec | 4 ++-- kernel-obs-qa-xen.changes | 29 +++++++++++++++++++++++++++++ kernel-obs-qa-xen.spec | 4 ++-- kernel-obs-qa.changes | 29 +++++++++++++++++++++++++++++ kernel-obs-qa.spec | 4 ++-- kernel-pae.changes | 29 +++++++++++++++++++++++++++++ kernel-pae.spec | 4 ++-- kernel-source.changes | 29 +++++++++++++++++++++++++++++ kernel-source.spec | 4 ++-- kernel-syms.changes | 29 +++++++++++++++++++++++++++++ kernel-syms.spec | 4 ++-- kernel-vanilla.changes | 29 +++++++++++++++++++++++++++++ kernel-vanilla.spec | 4 ++-- kernel-xen.changes | 29 +++++++++++++++++++++++++++++ kernel-xen.spec | 4 ++-- patches.fixes.tar.bz2 | 4 ++-- patches.suse.tar.bz2 | 4 ++-- series.conf | 10 ++++++++++ source-timestamp | 4 ++-- 33 files changed, 451 insertions(+), 35 deletions(-) diff --git a/config.sh b/config.sh index f9f0f50b..128916ff 100644 --- a/config.sh +++ b/config.sh @@ -3,5 +3,5 @@ SRCVERSION=3.16 # variant of the kernel-source package, either empty or "-rt" VARIANT= # buildservice projects to build the kernel against -OBS_PROJECT=openSUSE:13.1:Update +OBS_PROJECT=openSUSE:Factory IBS_PROJECT= diff --git a/kernel-debug.changes b/kernel-debug.changes index 9783ff00..c1cbcea9 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Tue Aug 26 14:16:14 CEST 2014 - jslaby@suse.cz + +- rpm/config.sh: build against factory +- commit 768ed24 + +------------------------------------------------------------------- +Tue Aug 26 13:57:20 CEST 2014 - dsterba@suse.cz + +- Btrfs stable updates. + Pending or future 3.16.y fixes +- Btrfs: read lock extent buffer while walking backrefs. +- Btrfs: fix compressed write corruption on enospc. +- Btrfs: fix csum tree corruption, duplicate and outdated + checksums. +- Btrfs: fill_holes: Fix slot number passed to hole_mergeable() + call. +- Btrfs: fix wrong write range for filemap_fdatawrite_range(). +- Btrfs: fix wrong extent mapping for DirectIO. +- btrfs: Return right extent when fiemap gives unaligned offset + and len. +- Btrfs: ensure tmpfile inode is always persisted with link + count of 0. +- Btrfs: don't monopolize a core when evicting inode. +- Btrfs: fix task hang under heavy compressed write. +- Refresh + patches.fixes/Btrfs-Fix-memory-corruption-by-ulist_add_merge-on-32. +- commit c40eb71 + ------------------------------------------------------------------- Thu Aug 21 17:46:08 CEST 2014 - tiwai@suse.de diff --git a/kernel-debug.spec b/kernel-debug.spec index 5a73fc02..5778cb3d 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -61,9 +61,9 @@ License: GPL-2.0 Group: System/Kernel Version: 3.16.1 %if 0%{?is_kotd} -Release: .g8fc81d3 +Release: .g768ed24 %else -Release: .g8fc81d3 +Release: .g768ed24 %endif Url: http://www.kernel.org/ BuildRequires: bc diff --git a/kernel-default.changes b/kernel-default.changes index 9783ff00..c1cbcea9 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Tue Aug 26 14:16:14 CEST 2014 - jslaby@suse.cz + +- rpm/config.sh: build against factory +- commit 768ed24 + +------------------------------------------------------------------- +Tue Aug 26 13:57:20 CEST 2014 - dsterba@suse.cz + +- Btrfs stable updates. + Pending or future 3.16.y fixes +- Btrfs: read lock extent buffer while walking backrefs. +- Btrfs: fix compressed write corruption on enospc. +- Btrfs: fix csum tree corruption, duplicate and outdated + checksums. +- Btrfs: fill_holes: Fix slot number passed to hole_mergeable() + call. +- Btrfs: fix wrong write range for filemap_fdatawrite_range(). +- Btrfs: fix wrong extent mapping for DirectIO. +- btrfs: Return right extent when fiemap gives unaligned offset + and len. +- Btrfs: ensure tmpfile inode is always persisted with link + count of 0. +- Btrfs: don't monopolize a core when evicting inode. +- Btrfs: fix task hang under heavy compressed write. +- Refresh + patches.fixes/Btrfs-Fix-memory-corruption-by-ulist_add_merge-on-32. +- commit c40eb71 + ------------------------------------------------------------------- Thu Aug 21 17:46:08 CEST 2014 - tiwai@suse.de diff --git a/kernel-default.spec b/kernel-default.spec index e7e7402b..3ff96baf 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -61,9 +61,9 @@ License: GPL-2.0 Group: System/Kernel Version: 3.16.1 %if 0%{?is_kotd} -Release: .g8fc81d3 +Release: .g768ed24 %else -Release: .g8fc81d3 +Release: .g768ed24 %endif Url: http://www.kernel.org/ BuildRequires: bc diff --git a/kernel-desktop.changes b/kernel-desktop.changes index 9783ff00..c1cbcea9 100644 --- a/kernel-desktop.changes +++ b/kernel-desktop.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Tue Aug 26 14:16:14 CEST 2014 - jslaby@suse.cz + +- rpm/config.sh: build against factory +- commit 768ed24 + +------------------------------------------------------------------- +Tue Aug 26 13:57:20 CEST 2014 - dsterba@suse.cz + +- Btrfs stable updates. + Pending or future 3.16.y fixes +- Btrfs: read lock extent buffer while walking backrefs. +- Btrfs: fix compressed write corruption on enospc. +- Btrfs: fix csum tree corruption, duplicate and outdated + checksums. +- Btrfs: fill_holes: Fix slot number passed to hole_mergeable() + call. +- Btrfs: fix wrong write range for filemap_fdatawrite_range(). +- Btrfs: fix wrong extent mapping for DirectIO. +- btrfs: Return right extent when fiemap gives unaligned offset + and len. +- Btrfs: ensure tmpfile inode is always persisted with link + count of 0. +- Btrfs: don't monopolize a core when evicting inode. +- Btrfs: fix task hang under heavy compressed write. +- Refresh + patches.fixes/Btrfs-Fix-memory-corruption-by-ulist_add_merge-on-32. +- commit c40eb71 + ------------------------------------------------------------------- Thu Aug 21 17:46:08 CEST 2014 - tiwai@suse.de diff --git a/kernel-desktop.spec b/kernel-desktop.spec index 71651642..6c995382 100644 --- a/kernel-desktop.spec +++ b/kernel-desktop.spec @@ -61,9 +61,9 @@ License: GPL-2.0 Group: System/Kernel Version: 3.16.1 %if 0%{?is_kotd} -Release: .g8fc81d3 +Release: .g768ed24 %else -Release: .g8fc81d3 +Release: .g768ed24 %endif Url: http://www.kernel.org/ BuildRequires: bc diff --git a/kernel-docs.changes b/kernel-docs.changes index 9783ff00..c1cbcea9 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Tue Aug 26 14:16:14 CEST 2014 - jslaby@suse.cz + +- rpm/config.sh: build against factory +- commit 768ed24 + +------------------------------------------------------------------- +Tue Aug 26 13:57:20 CEST 2014 - dsterba@suse.cz + +- Btrfs stable updates. + Pending or future 3.16.y fixes +- Btrfs: read lock extent buffer while walking backrefs. +- Btrfs: fix compressed write corruption on enospc. +- Btrfs: fix csum tree corruption, duplicate and outdated + checksums. +- Btrfs: fill_holes: Fix slot number passed to hole_mergeable() + call. +- Btrfs: fix wrong write range for filemap_fdatawrite_range(). +- Btrfs: fix wrong extent mapping for DirectIO. +- btrfs: Return right extent when fiemap gives unaligned offset + and len. +- Btrfs: ensure tmpfile inode is always persisted with link + count of 0. +- Btrfs: don't monopolize a core when evicting inode. +- Btrfs: fix task hang under heavy compressed write. +- Refresh + patches.fixes/Btrfs-Fix-memory-corruption-by-ulist_add_merge-on-32. +- commit c40eb71 + ------------------------------------------------------------------- Thu Aug 21 17:46:08 CEST 2014 - tiwai@suse.de diff --git a/kernel-docs.spec b/kernel-docs.spec index f1ed1b33..7bf33a93 100644 --- a/kernel-docs.spec +++ b/kernel-docs.spec @@ -27,9 +27,9 @@ License: GPL-2.0 Group: Documentation/Man Version: 3.16.1 %if 0%{?is_kotd} -Release: .g8fc81d3 +Release: .g768ed24 %else -Release: .g8fc81d3 +Release: .g768ed24 %endif BuildRequires: docbook-toys BuildRequires: docbook-utils diff --git a/kernel-ec2.changes b/kernel-ec2.changes index 9783ff00..c1cbcea9 100644 --- a/kernel-ec2.changes +++ b/kernel-ec2.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Tue Aug 26 14:16:14 CEST 2014 - jslaby@suse.cz + +- rpm/config.sh: build against factory +- commit 768ed24 + +------------------------------------------------------------------- +Tue Aug 26 13:57:20 CEST 2014 - dsterba@suse.cz + +- Btrfs stable updates. + Pending or future 3.16.y fixes +- Btrfs: read lock extent buffer while walking backrefs. +- Btrfs: fix compressed write corruption on enospc. +- Btrfs: fix csum tree corruption, duplicate and outdated + checksums. +- Btrfs: fill_holes: Fix slot number passed to hole_mergeable() + call. +- Btrfs: fix wrong write range for filemap_fdatawrite_range(). +- Btrfs: fix wrong extent mapping for DirectIO. +- btrfs: Return right extent when fiemap gives unaligned offset + and len. +- Btrfs: ensure tmpfile inode is always persisted with link + count of 0. +- Btrfs: don't monopolize a core when evicting inode. +- Btrfs: fix task hang under heavy compressed write. +- Refresh + patches.fixes/Btrfs-Fix-memory-corruption-by-ulist_add_merge-on-32. +- commit c40eb71 + ------------------------------------------------------------------- Thu Aug 21 17:46:08 CEST 2014 - tiwai@suse.de diff --git a/kernel-ec2.spec b/kernel-ec2.spec index 61c04c44..842e1d29 100644 --- a/kernel-ec2.spec +++ b/kernel-ec2.spec @@ -61,9 +61,9 @@ License: GPL-2.0 Group: System/Kernel Version: 3.16.1 %if 0%{?is_kotd} -Release: .g8fc81d3 +Release: .g768ed24 %else -Release: .g8fc81d3 +Release: .g768ed24 %endif Url: http://www.kernel.org/ BuildRequires: bc diff --git a/kernel-lpae.changes b/kernel-lpae.changes index 9783ff00..c1cbcea9 100644 --- a/kernel-lpae.changes +++ b/kernel-lpae.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Tue Aug 26 14:16:14 CEST 2014 - jslaby@suse.cz + +- rpm/config.sh: build against factory +- commit 768ed24 + +------------------------------------------------------------------- +Tue Aug 26 13:57:20 CEST 2014 - dsterba@suse.cz + +- Btrfs stable updates. + Pending or future 3.16.y fixes +- Btrfs: read lock extent buffer while walking backrefs. +- Btrfs: fix compressed write corruption on enospc. +- Btrfs: fix csum tree corruption, duplicate and outdated + checksums. +- Btrfs: fill_holes: Fix slot number passed to hole_mergeable() + call. +- Btrfs: fix wrong write range for filemap_fdatawrite_range(). +- Btrfs: fix wrong extent mapping for DirectIO. +- btrfs: Return right extent when fiemap gives unaligned offset + and len. +- Btrfs: ensure tmpfile inode is always persisted with link + count of 0. +- Btrfs: don't monopolize a core when evicting inode. +- Btrfs: fix task hang under heavy compressed write. +- Refresh + patches.fixes/Btrfs-Fix-memory-corruption-by-ulist_add_merge-on-32. +- commit c40eb71 + ------------------------------------------------------------------- Thu Aug 21 17:46:08 CEST 2014 - tiwai@suse.de diff --git a/kernel-lpae.spec b/kernel-lpae.spec index 627264bc..25dace20 100644 --- a/kernel-lpae.spec +++ b/kernel-lpae.spec @@ -61,9 +61,9 @@ License: GPL-2.0 Group: System/Kernel Version: 3.16.1 %if 0%{?is_kotd} -Release: .g8fc81d3 +Release: .g768ed24 %else -Release: .g8fc81d3 +Release: .g768ed24 %endif Url: http://www.kernel.org/ BuildRequires: bc diff --git a/kernel-obs-build.changes b/kernel-obs-build.changes index 9783ff00..c1cbcea9 100644 --- a/kernel-obs-build.changes +++ b/kernel-obs-build.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Tue Aug 26 14:16:14 CEST 2014 - jslaby@suse.cz + +- rpm/config.sh: build against factory +- commit 768ed24 + +------------------------------------------------------------------- +Tue Aug 26 13:57:20 CEST 2014 - dsterba@suse.cz + +- Btrfs stable updates. + Pending or future 3.16.y fixes +- Btrfs: read lock extent buffer while walking backrefs. +- Btrfs: fix compressed write corruption on enospc. +- Btrfs: fix csum tree corruption, duplicate and outdated + checksums. +- Btrfs: fill_holes: Fix slot number passed to hole_mergeable() + call. +- Btrfs: fix wrong write range for filemap_fdatawrite_range(). +- Btrfs: fix wrong extent mapping for DirectIO. +- btrfs: Return right extent when fiemap gives unaligned offset + and len. +- Btrfs: ensure tmpfile inode is always persisted with link + count of 0. +- Btrfs: don't monopolize a core when evicting inode. +- Btrfs: fix task hang under heavy compressed write. +- Refresh + patches.fixes/Btrfs-Fix-memory-corruption-by-ulist_add_merge-on-32. +- commit c40eb71 + ------------------------------------------------------------------- Thu Aug 21 17:46:08 CEST 2014 - tiwai@suse.de diff --git a/kernel-obs-build.spec b/kernel-obs-build.spec index 278d1a6d..2fecce47 100644 --- a/kernel-obs-build.spec +++ b/kernel-obs-build.spec @@ -47,9 +47,9 @@ License: GPL-2.0 Group: SLES Version: 3.16.1 %if 0%{?is_kotd} -Release: .g8fc81d3 +Release: .g768ed24 %else -Release: .g8fc81d3 +Release: .g768ed24 %endif %description diff --git a/kernel-obs-qa-xen.changes b/kernel-obs-qa-xen.changes index 9783ff00..c1cbcea9 100644 --- a/kernel-obs-qa-xen.changes +++ b/kernel-obs-qa-xen.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Tue Aug 26 14:16:14 CEST 2014 - jslaby@suse.cz + +- rpm/config.sh: build against factory +- commit 768ed24 + +------------------------------------------------------------------- +Tue Aug 26 13:57:20 CEST 2014 - dsterba@suse.cz + +- Btrfs stable updates. + Pending or future 3.16.y fixes +- Btrfs: read lock extent buffer while walking backrefs. +- Btrfs: fix compressed write corruption on enospc. +- Btrfs: fix csum tree corruption, duplicate and outdated + checksums. +- Btrfs: fill_holes: Fix slot number passed to hole_mergeable() + call. +- Btrfs: fix wrong write range for filemap_fdatawrite_range(). +- Btrfs: fix wrong extent mapping for DirectIO. +- btrfs: Return right extent when fiemap gives unaligned offset + and len. +- Btrfs: ensure tmpfile inode is always persisted with link + count of 0. +- Btrfs: don't monopolize a core when evicting inode. +- Btrfs: fix task hang under heavy compressed write. +- Refresh + patches.fixes/Btrfs-Fix-memory-corruption-by-ulist_add_merge-on-32. +- commit c40eb71 + ------------------------------------------------------------------- Thu Aug 21 17:46:08 CEST 2014 - tiwai@suse.de diff --git a/kernel-obs-qa-xen.spec b/kernel-obs-qa-xen.spec index 75b67512..77d635cd 100644 --- a/kernel-obs-qa-xen.spec +++ b/kernel-obs-qa-xen.spec @@ -38,9 +38,9 @@ License: GPL-2.0 Group: SLES Version: 3.16.1 %if 0%{?is_kotd} -Release: .g8fc81d3 +Release: .g768ed24 %else -Release: .g8fc81d3 +Release: .g768ed24 %endif %description diff --git a/kernel-obs-qa.changes b/kernel-obs-qa.changes index 9783ff00..c1cbcea9 100644 --- a/kernel-obs-qa.changes +++ b/kernel-obs-qa.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Tue Aug 26 14:16:14 CEST 2014 - jslaby@suse.cz + +- rpm/config.sh: build against factory +- commit 768ed24 + +------------------------------------------------------------------- +Tue Aug 26 13:57:20 CEST 2014 - dsterba@suse.cz + +- Btrfs stable updates. + Pending or future 3.16.y fixes +- Btrfs: read lock extent buffer while walking backrefs. +- Btrfs: fix compressed write corruption on enospc. +- Btrfs: fix csum tree corruption, duplicate and outdated + checksums. +- Btrfs: fill_holes: Fix slot number passed to hole_mergeable() + call. +- Btrfs: fix wrong write range for filemap_fdatawrite_range(). +- Btrfs: fix wrong extent mapping for DirectIO. +- btrfs: Return right extent when fiemap gives unaligned offset + and len. +- Btrfs: ensure tmpfile inode is always persisted with link + count of 0. +- Btrfs: don't monopolize a core when evicting inode. +- Btrfs: fix task hang under heavy compressed write. +- Refresh + patches.fixes/Btrfs-Fix-memory-corruption-by-ulist_add_merge-on-32. +- commit c40eb71 + ------------------------------------------------------------------- Thu Aug 21 17:46:08 CEST 2014 - tiwai@suse.de diff --git a/kernel-obs-qa.spec b/kernel-obs-qa.spec index b02b9488..9bcb222f 100644 --- a/kernel-obs-qa.spec +++ b/kernel-obs-qa.spec @@ -38,9 +38,9 @@ License: GPL-2.0 Group: SLES Version: 3.16.1 %if 0%{?is_kotd} -Release: .g8fc81d3 +Release: .g768ed24 %else -Release: .g8fc81d3 +Release: .g768ed24 %endif %description diff --git a/kernel-pae.changes b/kernel-pae.changes index 9783ff00..c1cbcea9 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Tue Aug 26 14:16:14 CEST 2014 - jslaby@suse.cz + +- rpm/config.sh: build against factory +- commit 768ed24 + +------------------------------------------------------------------- +Tue Aug 26 13:57:20 CEST 2014 - dsterba@suse.cz + +- Btrfs stable updates. + Pending or future 3.16.y fixes +- Btrfs: read lock extent buffer while walking backrefs. +- Btrfs: fix compressed write corruption on enospc. +- Btrfs: fix csum tree corruption, duplicate and outdated + checksums. +- Btrfs: fill_holes: Fix slot number passed to hole_mergeable() + call. +- Btrfs: fix wrong write range for filemap_fdatawrite_range(). +- Btrfs: fix wrong extent mapping for DirectIO. +- btrfs: Return right extent when fiemap gives unaligned offset + and len. +- Btrfs: ensure tmpfile inode is always persisted with link + count of 0. +- Btrfs: don't monopolize a core when evicting inode. +- Btrfs: fix task hang under heavy compressed write. +- Refresh + patches.fixes/Btrfs-Fix-memory-corruption-by-ulist_add_merge-on-32. +- commit c40eb71 + ------------------------------------------------------------------- Thu Aug 21 17:46:08 CEST 2014 - tiwai@suse.de diff --git a/kernel-pae.spec b/kernel-pae.spec index f12c85db..ec0f54cd 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -61,9 +61,9 @@ License: GPL-2.0 Group: System/Kernel Version: 3.16.1 %if 0%{?is_kotd} -Release: .g8fc81d3 +Release: .g768ed24 %else -Release: .g8fc81d3 +Release: .g768ed24 %endif Url: http://www.kernel.org/ BuildRequires: bc diff --git a/kernel-source.changes b/kernel-source.changes index 9783ff00..c1cbcea9 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Tue Aug 26 14:16:14 CEST 2014 - jslaby@suse.cz + +- rpm/config.sh: build against factory +- commit 768ed24 + +------------------------------------------------------------------- +Tue Aug 26 13:57:20 CEST 2014 - dsterba@suse.cz + +- Btrfs stable updates. + Pending or future 3.16.y fixes +- Btrfs: read lock extent buffer while walking backrefs. +- Btrfs: fix compressed write corruption on enospc. +- Btrfs: fix csum tree corruption, duplicate and outdated + checksums. +- Btrfs: fill_holes: Fix slot number passed to hole_mergeable() + call. +- Btrfs: fix wrong write range for filemap_fdatawrite_range(). +- Btrfs: fix wrong extent mapping for DirectIO. +- btrfs: Return right extent when fiemap gives unaligned offset + and len. +- Btrfs: ensure tmpfile inode is always persisted with link + count of 0. +- Btrfs: don't monopolize a core when evicting inode. +- Btrfs: fix task hang under heavy compressed write. +- Refresh + patches.fixes/Btrfs-Fix-memory-corruption-by-ulist_add_merge-on-32. +- commit c40eb71 + ------------------------------------------------------------------- Thu Aug 21 17:46:08 CEST 2014 - tiwai@suse.de diff --git a/kernel-source.spec b/kernel-source.spec index 19dffb06..b6e648d6 100644 --- a/kernel-source.spec +++ b/kernel-source.spec @@ -32,9 +32,9 @@ License: GPL-2.0 Group: Development/Sources Version: 3.16.1 %if 0%{?is_kotd} -Release: .g8fc81d3 +Release: .g768ed24 %else -Release: .g8fc81d3 +Release: .g768ed24 %endif Url: http://www.kernel.org/ AutoReqProv: off diff --git a/kernel-syms.changes b/kernel-syms.changes index 9783ff00..c1cbcea9 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Tue Aug 26 14:16:14 CEST 2014 - jslaby@suse.cz + +- rpm/config.sh: build against factory +- commit 768ed24 + +------------------------------------------------------------------- +Tue Aug 26 13:57:20 CEST 2014 - dsterba@suse.cz + +- Btrfs stable updates. + Pending or future 3.16.y fixes +- Btrfs: read lock extent buffer while walking backrefs. +- Btrfs: fix compressed write corruption on enospc. +- Btrfs: fix csum tree corruption, duplicate and outdated + checksums. +- Btrfs: fill_holes: Fix slot number passed to hole_mergeable() + call. +- Btrfs: fix wrong write range for filemap_fdatawrite_range(). +- Btrfs: fix wrong extent mapping for DirectIO. +- btrfs: Return right extent when fiemap gives unaligned offset + and len. +- Btrfs: ensure tmpfile inode is always persisted with link + count of 0. +- Btrfs: don't monopolize a core when evicting inode. +- Btrfs: fix task hang under heavy compressed write. +- Refresh + patches.fixes/Btrfs-Fix-memory-corruption-by-ulist_add_merge-on-32. +- commit c40eb71 + ------------------------------------------------------------------- Thu Aug 21 17:46:08 CEST 2014 - tiwai@suse.de diff --git a/kernel-syms.spec b/kernel-syms.spec index 378d3a6f..186e18b2 100644 --- a/kernel-syms.spec +++ b/kernel-syms.spec @@ -27,9 +27,9 @@ Group: Development/Sources Version: 3.16.1 %if %using_buildservice %if 0%{?is_kotd} -Release: .g8fc81d3 +Release: .g768ed24 %else -Release: .g8fc81d3 +Release: .g768ed24 %endif %else %define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0) diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index 9783ff00..c1cbcea9 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Tue Aug 26 14:16:14 CEST 2014 - jslaby@suse.cz + +- rpm/config.sh: build against factory +- commit 768ed24 + +------------------------------------------------------------------- +Tue Aug 26 13:57:20 CEST 2014 - dsterba@suse.cz + +- Btrfs stable updates. + Pending or future 3.16.y fixes +- Btrfs: read lock extent buffer while walking backrefs. +- Btrfs: fix compressed write corruption on enospc. +- Btrfs: fix csum tree corruption, duplicate and outdated + checksums. +- Btrfs: fill_holes: Fix slot number passed to hole_mergeable() + call. +- Btrfs: fix wrong write range for filemap_fdatawrite_range(). +- Btrfs: fix wrong extent mapping for DirectIO. +- btrfs: Return right extent when fiemap gives unaligned offset + and len. +- Btrfs: ensure tmpfile inode is always persisted with link + count of 0. +- Btrfs: don't monopolize a core when evicting inode. +- Btrfs: fix task hang under heavy compressed write. +- Refresh + patches.fixes/Btrfs-Fix-memory-corruption-by-ulist_add_merge-on-32. +- commit c40eb71 + ------------------------------------------------------------------- Thu Aug 21 17:46:08 CEST 2014 - tiwai@suse.de diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index ec487741..3dbe3282 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -61,9 +61,9 @@ License: GPL-2.0 Group: System/Kernel Version: 3.16.1 %if 0%{?is_kotd} -Release: .g8fc81d3 +Release: .g768ed24 %else -Release: .g8fc81d3 +Release: .g768ed24 %endif Url: http://www.kernel.org/ BuildRequires: bc diff --git a/kernel-xen.changes b/kernel-xen.changes index 9783ff00..c1cbcea9 100644 --- a/kernel-xen.changes +++ b/kernel-xen.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Tue Aug 26 14:16:14 CEST 2014 - jslaby@suse.cz + +- rpm/config.sh: build against factory +- commit 768ed24 + +------------------------------------------------------------------- +Tue Aug 26 13:57:20 CEST 2014 - dsterba@suse.cz + +- Btrfs stable updates. + Pending or future 3.16.y fixes +- Btrfs: read lock extent buffer while walking backrefs. +- Btrfs: fix compressed write corruption on enospc. +- Btrfs: fix csum tree corruption, duplicate and outdated + checksums. +- Btrfs: fill_holes: Fix slot number passed to hole_mergeable() + call. +- Btrfs: fix wrong write range for filemap_fdatawrite_range(). +- Btrfs: fix wrong extent mapping for DirectIO. +- btrfs: Return right extent when fiemap gives unaligned offset + and len. +- Btrfs: ensure tmpfile inode is always persisted with link + count of 0. +- Btrfs: don't monopolize a core when evicting inode. +- Btrfs: fix task hang under heavy compressed write. +- Refresh + patches.fixes/Btrfs-Fix-memory-corruption-by-ulist_add_merge-on-32. +- commit c40eb71 + ------------------------------------------------------------------- Thu Aug 21 17:46:08 CEST 2014 - tiwai@suse.de diff --git a/kernel-xen.spec b/kernel-xen.spec index b2ad9154..53865bff 100644 --- a/kernel-xen.spec +++ b/kernel-xen.spec @@ -61,9 +61,9 @@ License: GPL-2.0 Group: System/Kernel Version: 3.16.1 %if 0%{?is_kotd} -Release: .g8fc81d3 +Release: .g768ed24 %else -Release: .g8fc81d3 +Release: .g768ed24 %endif Url: http://www.kernel.org/ BuildRequires: bc diff --git a/patches.fixes.tar.bz2 b/patches.fixes.tar.bz2 index f20e3e6c..2c1bd5ca 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:43a171872decbf9c962aeaaaefb3933532bb0436e1272755290b91a0615c868e -size 17153 +oid sha256:e3527ae9693267fd29d6e321e8a904b8d4e7ddae9381fe11826730c366dcefa2 +size 17140 diff --git a/patches.suse.tar.bz2 b/patches.suse.tar.bz2 index 244e8aeb..8728b959 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:db8aea6a3ddd9777b2f2279a9efd325172b3066558911e756a24ef7a97ef03b0 -size 83211 +oid sha256:bbb620a95f8aaf7444fc817a78b4448784624b2aa2516192a6db9c25fa12d756 +size 92830 diff --git a/series.conf b/series.conf index ef70e7f2..b2d8fbf4 100644 --- a/series.conf +++ b/series.conf @@ -251,7 +251,17 @@ ######################################################## patches.suse/btrfs-use-correct-device-for-maps.patch patches.suse/btrfs-check-index-in-extent_buffer_page + patches.suse/btrfs-0003-read-lock-extent-buffer-while-walking-backrefs.patch + patches.suse/btrfs-0006-fix-compressed-write-corruption-on-enospc.patch patches.fixes/Btrfs-Fix-memory-corruption-by-ulist_add_merge-on-32 + patches.suse/btrfs-0008-fix-csum-tree-corruption-duplicate-and-outdate.patch + patches.suse/btrfs-0011-fill_holes-Fix-slot-number-passed-to-hole_merg.patch + patches.suse/btrfs-0016-fix-wrong-write-range-for-filemap_fdatawrite_r.patch + patches.suse/btrfs-0017-fix-wrong-extent-mapping-for-DirectIO.patch + patches.suse/btrfs-0018-Return-right-extent-when-fiemap-gives-unaligne.patch + patches.suse/btrfs-0025-ensure-tmpfile-inode-is-always-persisted-with-.patch + patches.suse/btrfs-0027-don-t-monopolize-a-core-when-evicting-inode.patch + patches.suse/btrfs-0033-fix-task-hang-under-heavy-compressed-write.patch ######################################################## # Reiserfs Patches diff --git a/source-timestamp b/source-timestamp index aabfc6cb..417e81e1 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2014-08-21 17:46:35 +0200 -GIT Revision: 8fc81d38d8b63789858468f74d67d86ddb96d14e +2014-08-26 14:16:42 +0200 +GIT Revision: 768ed2483e482fbf7bc18994eb70cf4e19e82319 GIT Branch: stable