commit 768ed2483e482fbf7bc18994eb70cf4e19e82319
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=313
This commit is contained in:
parent
9894dfd9ef
commit
8fce484912
@ -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=
|
||||
|
@ -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
|
||||
|
||||
|
@ -61,9 +61,9 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.16.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8fc81d3
|
||||
Release: <RELEASE>.g768ed24
|
||||
%else
|
||||
Release: <RELEASE>.g8fc81d3
|
||||
Release: <RELEASE>.g768ed24
|
||||
%endif
|
||||
Url: http://www.kernel.org/
|
||||
BuildRequires: bc
|
||||
|
@ -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
|
||||
|
||||
|
@ -61,9 +61,9 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.16.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8fc81d3
|
||||
Release: <RELEASE>.g768ed24
|
||||
%else
|
||||
Release: <RELEASE>.g8fc81d3
|
||||
Release: <RELEASE>.g768ed24
|
||||
%endif
|
||||
Url: http://www.kernel.org/
|
||||
BuildRequires: bc
|
||||
|
@ -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
|
||||
|
||||
|
@ -61,9 +61,9 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.16.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8fc81d3
|
||||
Release: <RELEASE>.g768ed24
|
||||
%else
|
||||
Release: <RELEASE>.g8fc81d3
|
||||
Release: <RELEASE>.g768ed24
|
||||
%endif
|
||||
Url: http://www.kernel.org/
|
||||
BuildRequires: bc
|
||||
|
@ -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
|
||||
|
||||
|
@ -27,9 +27,9 @@ License: GPL-2.0
|
||||
Group: Documentation/Man
|
||||
Version: 3.16.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8fc81d3
|
||||
Release: <RELEASE>.g768ed24
|
||||
%else
|
||||
Release: <RELEASE>.g8fc81d3
|
||||
Release: <RELEASE>.g768ed24
|
||||
%endif
|
||||
BuildRequires: docbook-toys
|
||||
BuildRequires: docbook-utils
|
||||
|
@ -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
|
||||
|
||||
|
@ -61,9 +61,9 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.16.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8fc81d3
|
||||
Release: <RELEASE>.g768ed24
|
||||
%else
|
||||
Release: <RELEASE>.g8fc81d3
|
||||
Release: <RELEASE>.g768ed24
|
||||
%endif
|
||||
Url: http://www.kernel.org/
|
||||
BuildRequires: bc
|
||||
|
@ -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
|
||||
|
||||
|
@ -61,9 +61,9 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.16.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8fc81d3
|
||||
Release: <RELEASE>.g768ed24
|
||||
%else
|
||||
Release: <RELEASE>.g8fc81d3
|
||||
Release: <RELEASE>.g768ed24
|
||||
%endif
|
||||
Url: http://www.kernel.org/
|
||||
BuildRequires: bc
|
||||
|
@ -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
|
||||
|
||||
|
@ -47,9 +47,9 @@ License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 3.16.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8fc81d3
|
||||
Release: <RELEASE>.g768ed24
|
||||
%else
|
||||
Release: <RELEASE>.g8fc81d3
|
||||
Release: <RELEASE>.g768ed24
|
||||
%endif
|
||||
|
||||
%description
|
||||
|
@ -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
|
||||
|
||||
|
@ -38,9 +38,9 @@ License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 3.16.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8fc81d3
|
||||
Release: <RELEASE>.g768ed24
|
||||
%else
|
||||
Release: <RELEASE>.g8fc81d3
|
||||
Release: <RELEASE>.g768ed24
|
||||
%endif
|
||||
|
||||
%description
|
||||
|
@ -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
|
||||
|
||||
|
@ -38,9 +38,9 @@ License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 3.16.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8fc81d3
|
||||
Release: <RELEASE>.g768ed24
|
||||
%else
|
||||
Release: <RELEASE>.g8fc81d3
|
||||
Release: <RELEASE>.g768ed24
|
||||
%endif
|
||||
|
||||
%description
|
||||
|
@ -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
|
||||
|
||||
|
@ -61,9 +61,9 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.16.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8fc81d3
|
||||
Release: <RELEASE>.g768ed24
|
||||
%else
|
||||
Release: <RELEASE>.g8fc81d3
|
||||
Release: <RELEASE>.g768ed24
|
||||
%endif
|
||||
Url: http://www.kernel.org/
|
||||
BuildRequires: bc
|
||||
|
@ -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
|
||||
|
||||
|
@ -32,9 +32,9 @@ License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 3.16.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8fc81d3
|
||||
Release: <RELEASE>.g768ed24
|
||||
%else
|
||||
Release: <RELEASE>.g8fc81d3
|
||||
Release: <RELEASE>.g768ed24
|
||||
%endif
|
||||
Url: http://www.kernel.org/
|
||||
AutoReqProv: off
|
||||
|
@ -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
|
||||
|
||||
|
@ -27,9 +27,9 @@ Group: Development/Sources
|
||||
Version: 3.16.1
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8fc81d3
|
||||
Release: <RELEASE>.g768ed24
|
||||
%else
|
||||
Release: <RELEASE>.g8fc81d3
|
||||
Release: <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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -61,9 +61,9 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.16.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8fc81d3
|
||||
Release: <RELEASE>.g768ed24
|
||||
%else
|
||||
Release: <RELEASE>.g8fc81d3
|
||||
Release: <RELEASE>.g768ed24
|
||||
%endif
|
||||
Url: http://www.kernel.org/
|
||||
BuildRequires: bc
|
||||
|
@ -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
|
||||
|
||||
|
@ -61,9 +61,9 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.16.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8fc81d3
|
||||
Release: <RELEASE>.g768ed24
|
||||
%else
|
||||
Release: <RELEASE>.g8fc81d3
|
||||
Release: <RELEASE>.g768ed24
|
||||
%endif
|
||||
Url: http://www.kernel.org/
|
||||
BuildRequires: bc
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:43a171872decbf9c962aeaaaefb3933532bb0436e1272755290b91a0615c868e
|
||||
size 17153
|
||||
oid sha256:e3527ae9693267fd29d6e321e8a904b8d4e7ddae9381fe11826730c366dcefa2
|
||||
size 17140
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:db8aea6a3ddd9777b2f2279a9efd325172b3066558911e756a24ef7a97ef03b0
|
||||
size 83211
|
||||
oid sha256:bbb620a95f8aaf7444fc817a78b4448784624b2aa2516192a6db9c25fa12d756
|
||||
size 92830
|
||||
|
10
series.conf
10
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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user