commit d94425140409657545d790e8f8bc3e4c17a7333f

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=325
This commit is contained in:
Michal Marek 2014-10-30 07:05:29 +00:00 committed by Git OBS Bridge
parent bfbc60daa8
commit d55b5afbf6
36 changed files with 1105 additions and 66 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:766b91a23d6f9bc5295f337f594bdaf047b05721b7bb816843dde02f233978f5
size 274712
oid sha256:047b6853575a9691f7c4e2a293dad0bca1348892b5bb7900549f672eb86583e6
size 281992

View File

@ -1,9 +1,72 @@
-------------------------------------------------------------------
Wed Oct 29 14:26:03 CET 2014 - jslaby@suse.cz
- Input: psmouse - add support for detecting FocalTech PS/2
touchpads (bnc#897112).
- Input: psmouse - add psmouse_matches_pnp_id helper function
(bnc#897112).
- commit d944251
-------------------------------------------------------------------
Wed Oct 29 14:12:24 CET 2014 - jslaby@suse.cz
- Delete patches.fixes/input-add-acer-aspire-5710-to-nomux.patch.
It is in 3.17 already, so it is applied twice.
- commit 14a333d
-------------------------------------------------------------------
Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
- Use fop for creating PDF files in kernel-docs package
As some files still cannot be built with the default backend.
- commit 2dca13d
-------------------------------------------------------------------
Wed Oct 22 15:55:56 CEST 2014 - tiwai@suse.de
- Fix build of PDF files in kernel-docs package
Double the spaces for tex, and fix buildrequires for docbook.
- commit 59505a1
-------------------------------------------------------------------
Mon Oct 20 18:02:41 CEST 2014 - tiwai@suse.de
- Enable some IIO drivers for xen flavors too (bnc#898828)
- commit 6c9b613
-------------------------------------------------------------------
Mon Oct 20 15:44:30 CEST 2014 - agraf@suse.de
- Delete patches.arch/cubox-configuration.patch.
- cubox should be used via device tree now
- commit 2a9b81b
-------------------------------------------------------------------
Mon Oct 20 14:48:00 CEST 2014 - tiwai@suse.de
- Enable some IIO drivers on x86 for Tablet sensors (bnc#898828)
Only a limited number of drivers are enabled as of now. If more other
device-specific drivers are needed, enable appropriately later.
- commit e3b6d24
-------------------------------------------------------------------
Sun Oct 19 01:39:49 CEST 2014 - dsterba@suse.cz
- Revert "Btrfs: race free update of commit root for ro snapshots"
- commit fd16010
-------------------------------------------------------------------
Sun Oct 19 01:36:23 CEST 2014 - dsterba@suse.cz
- Revert "Btrfs: race free update of commit root for ro snapshots"
- commit 5c4d099
-------------------------------------------------------------------
Fri Oct 17 16:23:47 CEST 2014 - jbeulich@suse.com
- Update Xen patches to 3.17.1.
- commit e3f9aac
-------------------------------------------------------------------
Wed Oct 15 23:06:40 CEST 2014 - jslaby@suse.cz
@ -284,6 +347,15 @@ Sun Sep 7 06:40:17 CEST 2014 - jslaby@suse.cz
patches.suse/btrfs-0033-fix-task-hang-under-heavy-compressed-write.patch.
- commit dcee397
-------------------------------------------------------------------
Sat Sep 6 09:55:21 CEST 2014 - dmueller@suse.com
- config: armv7hl/lpae: Reenable support for Hugepages
This was apparently accidentally disabled, but we need
hugepages support for improved performance and stability
of the KVM build workers.
- commit 3d06ff1
-------------------------------------------------------------------
Fri Sep 5 00:39:08 CEST 2014 - agraf@suse.de

View File

@ -61,9 +61,9 @@ License: GPL-2.0
Group: System/Kernel
Version: 3.17.1
%if 0%{?is_kotd}
Release: <RELEASE>.g5c4d099
Release: <RELEASE>.gd944251
%else
Release: <RELEASE>.g5c4d099
Release: <RELEASE>.gd944251
%endif
Url: http://www.kernel.org/
BuildRequires: bc

View File

@ -1,9 +1,72 @@
-------------------------------------------------------------------
Wed Oct 29 14:26:03 CET 2014 - jslaby@suse.cz
- Input: psmouse - add support for detecting FocalTech PS/2
touchpads (bnc#897112).
- Input: psmouse - add psmouse_matches_pnp_id helper function
(bnc#897112).
- commit d944251
-------------------------------------------------------------------
Wed Oct 29 14:12:24 CET 2014 - jslaby@suse.cz
- Delete patches.fixes/input-add-acer-aspire-5710-to-nomux.patch.
It is in 3.17 already, so it is applied twice.
- commit 14a333d
-------------------------------------------------------------------
Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
- Use fop for creating PDF files in kernel-docs package
As some files still cannot be built with the default backend.
- commit 2dca13d
-------------------------------------------------------------------
Wed Oct 22 15:55:56 CEST 2014 - tiwai@suse.de
- Fix build of PDF files in kernel-docs package
Double the spaces for tex, and fix buildrequires for docbook.
- commit 59505a1
-------------------------------------------------------------------
Mon Oct 20 18:02:41 CEST 2014 - tiwai@suse.de
- Enable some IIO drivers for xen flavors too (bnc#898828)
- commit 6c9b613
-------------------------------------------------------------------
Mon Oct 20 15:44:30 CEST 2014 - agraf@suse.de
- Delete patches.arch/cubox-configuration.patch.
- cubox should be used via device tree now
- commit 2a9b81b
-------------------------------------------------------------------
Mon Oct 20 14:48:00 CEST 2014 - tiwai@suse.de
- Enable some IIO drivers on x86 for Tablet sensors (bnc#898828)
Only a limited number of drivers are enabled as of now. If more other
device-specific drivers are needed, enable appropriately later.
- commit e3b6d24
-------------------------------------------------------------------
Sun Oct 19 01:39:49 CEST 2014 - dsterba@suse.cz
- Revert "Btrfs: race free update of commit root for ro snapshots"
- commit fd16010
-------------------------------------------------------------------
Sun Oct 19 01:36:23 CEST 2014 - dsterba@suse.cz
- Revert "Btrfs: race free update of commit root for ro snapshots"
- commit 5c4d099
-------------------------------------------------------------------
Fri Oct 17 16:23:47 CEST 2014 - jbeulich@suse.com
- Update Xen patches to 3.17.1.
- commit e3f9aac
-------------------------------------------------------------------
Wed Oct 15 23:06:40 CEST 2014 - jslaby@suse.cz
@ -284,6 +347,15 @@ Sun Sep 7 06:40:17 CEST 2014 - jslaby@suse.cz
patches.suse/btrfs-0033-fix-task-hang-under-heavy-compressed-write.patch.
- commit dcee397
-------------------------------------------------------------------
Sat Sep 6 09:55:21 CEST 2014 - dmueller@suse.com
- config: armv7hl/lpae: Reenable support for Hugepages
This was apparently accidentally disabled, but we need
hugepages support for improved performance and stability
of the KVM build workers.
- commit 3d06ff1
-------------------------------------------------------------------
Fri Sep 5 00:39:08 CEST 2014 - agraf@suse.de

View File

@ -61,9 +61,9 @@ License: GPL-2.0
Group: System/Kernel
Version: 3.17.1
%if 0%{?is_kotd}
Release: <RELEASE>.g5c4d099
Release: <RELEASE>.gd944251
%else
Release: <RELEASE>.g5c4d099
Release: <RELEASE>.gd944251
%endif
Url: http://www.kernel.org/
BuildRequires: bc

View File

@ -1,9 +1,72 @@
-------------------------------------------------------------------
Wed Oct 29 14:26:03 CET 2014 - jslaby@suse.cz
- Input: psmouse - add support for detecting FocalTech PS/2
touchpads (bnc#897112).
- Input: psmouse - add psmouse_matches_pnp_id helper function
(bnc#897112).
- commit d944251
-------------------------------------------------------------------
Wed Oct 29 14:12:24 CET 2014 - jslaby@suse.cz
- Delete patches.fixes/input-add-acer-aspire-5710-to-nomux.patch.
It is in 3.17 already, so it is applied twice.
- commit 14a333d
-------------------------------------------------------------------
Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
- Use fop for creating PDF files in kernel-docs package
As some files still cannot be built with the default backend.
- commit 2dca13d
-------------------------------------------------------------------
Wed Oct 22 15:55:56 CEST 2014 - tiwai@suse.de
- Fix build of PDF files in kernel-docs package
Double the spaces for tex, and fix buildrequires for docbook.
- commit 59505a1
-------------------------------------------------------------------
Mon Oct 20 18:02:41 CEST 2014 - tiwai@suse.de
- Enable some IIO drivers for xen flavors too (bnc#898828)
- commit 6c9b613
-------------------------------------------------------------------
Mon Oct 20 15:44:30 CEST 2014 - agraf@suse.de
- Delete patches.arch/cubox-configuration.patch.
- cubox should be used via device tree now
- commit 2a9b81b
-------------------------------------------------------------------
Mon Oct 20 14:48:00 CEST 2014 - tiwai@suse.de
- Enable some IIO drivers on x86 for Tablet sensors (bnc#898828)
Only a limited number of drivers are enabled as of now. If more other
device-specific drivers are needed, enable appropriately later.
- commit e3b6d24
-------------------------------------------------------------------
Sun Oct 19 01:39:49 CEST 2014 - dsterba@suse.cz
- Revert "Btrfs: race free update of commit root for ro snapshots"
- commit fd16010
-------------------------------------------------------------------
Sun Oct 19 01:36:23 CEST 2014 - dsterba@suse.cz
- Revert "Btrfs: race free update of commit root for ro snapshots"
- commit 5c4d099
-------------------------------------------------------------------
Fri Oct 17 16:23:47 CEST 2014 - jbeulich@suse.com
- Update Xen patches to 3.17.1.
- commit e3f9aac
-------------------------------------------------------------------
Wed Oct 15 23:06:40 CEST 2014 - jslaby@suse.cz
@ -284,6 +347,15 @@ Sun Sep 7 06:40:17 CEST 2014 - jslaby@suse.cz
patches.suse/btrfs-0033-fix-task-hang-under-heavy-compressed-write.patch.
- commit dcee397
-------------------------------------------------------------------
Sat Sep 6 09:55:21 CEST 2014 - dmueller@suse.com
- config: armv7hl/lpae: Reenable support for Hugepages
This was apparently accidentally disabled, but we need
hugepages support for improved performance and stability
of the KVM build workers.
- commit 3d06ff1
-------------------------------------------------------------------
Fri Sep 5 00:39:08 CEST 2014 - agraf@suse.de

View File

@ -61,9 +61,9 @@ License: GPL-2.0
Group: System/Kernel
Version: 3.17.1
%if 0%{?is_kotd}
Release: <RELEASE>.g5c4d099
Release: <RELEASE>.gd944251
%else
Release: <RELEASE>.g5c4d099
Release: <RELEASE>.gd944251
%endif
Url: http://www.kernel.org/
BuildRequires: bc

View File

@ -1,9 +1,72 @@
-------------------------------------------------------------------
Wed Oct 29 14:26:03 CET 2014 - jslaby@suse.cz
- Input: psmouse - add support for detecting FocalTech PS/2
touchpads (bnc#897112).
- Input: psmouse - add psmouse_matches_pnp_id helper function
(bnc#897112).
- commit d944251
-------------------------------------------------------------------
Wed Oct 29 14:12:24 CET 2014 - jslaby@suse.cz
- Delete patches.fixes/input-add-acer-aspire-5710-to-nomux.patch.
It is in 3.17 already, so it is applied twice.
- commit 14a333d
-------------------------------------------------------------------
Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
- Use fop for creating PDF files in kernel-docs package
As some files still cannot be built with the default backend.
- commit 2dca13d
-------------------------------------------------------------------
Wed Oct 22 15:55:56 CEST 2014 - tiwai@suse.de
- Fix build of PDF files in kernel-docs package
Double the spaces for tex, and fix buildrequires for docbook.
- commit 59505a1
-------------------------------------------------------------------
Mon Oct 20 18:02:41 CEST 2014 - tiwai@suse.de
- Enable some IIO drivers for xen flavors too (bnc#898828)
- commit 6c9b613
-------------------------------------------------------------------
Mon Oct 20 15:44:30 CEST 2014 - agraf@suse.de
- Delete patches.arch/cubox-configuration.patch.
- cubox should be used via device tree now
- commit 2a9b81b
-------------------------------------------------------------------
Mon Oct 20 14:48:00 CEST 2014 - tiwai@suse.de
- Enable some IIO drivers on x86 for Tablet sensors (bnc#898828)
Only a limited number of drivers are enabled as of now. If more other
device-specific drivers are needed, enable appropriately later.
- commit e3b6d24
-------------------------------------------------------------------
Sun Oct 19 01:39:49 CEST 2014 - dsterba@suse.cz
- Revert "Btrfs: race free update of commit root for ro snapshots"
- commit fd16010
-------------------------------------------------------------------
Sun Oct 19 01:36:23 CEST 2014 - dsterba@suse.cz
- Revert "Btrfs: race free update of commit root for ro snapshots"
- commit 5c4d099
-------------------------------------------------------------------
Fri Oct 17 16:23:47 CEST 2014 - jbeulich@suse.com
- Update Xen patches to 3.17.1.
- commit e3f9aac
-------------------------------------------------------------------
Wed Oct 15 23:06:40 CEST 2014 - jslaby@suse.cz
@ -284,6 +347,15 @@ Sun Sep 7 06:40:17 CEST 2014 - jslaby@suse.cz
patches.suse/btrfs-0033-fix-task-hang-under-heavy-compressed-write.patch.
- commit dcee397
-------------------------------------------------------------------
Sat Sep 6 09:55:21 CEST 2014 - dmueller@suse.com
- config: armv7hl/lpae: Reenable support for Hugepages
This was apparently accidentally disabled, but we need
hugepages support for improved performance and stability
of the KVM build workers.
- commit 3d06ff1
-------------------------------------------------------------------
Fri Sep 5 00:39:08 CEST 2014 - agraf@suse.de

View File

@ -21,25 +21,32 @@
%include %_sourcedir/kernel-spec-macros
%define use_fop 1
Name: kernel-docs
Summary: Kernel Documentation
License: GPL-2.0
Group: Documentation/Man
Version: 3.17.1
%if 0%{?is_kotd}
Release: <RELEASE>.g5c4d099
Release: <RELEASE>.gd944251
%else
Release: <RELEASE>.g5c4d099
Release: <RELEASE>.gd944251
%endif
BuildRequires: kernel-source%variant
BuildRequires: xmlto
%if %use_fop
BuildRequires: fop
%else
BuildRequires: docbook-toys
BuildRequires: docbook-utils
BuildRequires: ghostscript_any
BuildRequires: kernel-source%variant
BuildRequires: libjpeg-devel
BuildRequires: texlive
BuildRequires: transfig
BuildRequires: xmlto
BuildRequires: xorg-x11-devel
BuildRequires: texlive-courier
BuildRequires: texlive-dvips
BuildRequires: texlive-ec
BuildRequires: texlive-helvetic
BuildRequires: texlive-jadetex
BuildRequires: texlive-times
%endif
Url: http://www.kernel.org/
Provides: %name = %version-%source_rel
BuildArch: noarch
@ -53,21 +60,29 @@ the current kernel sources.
%source_timestamp
%prep
%if !%use_fop
cp -av /etc/texmf/web2c/texmf.cnf .
cat << EOF >> texmf.cnf
main_memory.pdfjadetex = 2500000
hash_extra.pdfjadetex = 70000
max_strings.pdfjadetex = 120000
save_size.pdfjadetex = 10000
main_memory.pdfjadetex = 5000000
hash_extra.pdfjadetex = 140000
max_strings.pdfjadetex = 240000
save_size.pdfjadetex = 20000
EOF
%endif
%setup -T -c
%build
%if !%use_fop
# use texmf.cnf from local source
export TEXMFCNF=$RPM_BUILD_DIR
%endif
export LANG=en_US
make -C /usr/src/linux%variant O=$PWD -k -i mandocs %{?jobs:-j%jobs}
make -C /usr/src/linux%variant O=$PWD -k -i pdfdocs %{?jobs:-j%jobs}
make \
%if %use_fop
XMLTOFLAGS="-m /usr/src/linux%{variant}/Documentation/DocBook/stylesheet.xsl --skip-validation --with-fop" \
%endif
-C /usr/src/linux%variant O=$PWD -k -i pdfdocs %{?jobs:-j%jobs}
%install
rm -rf $RPM_BUILD_ROOT

View File

@ -21,6 +21,8 @@
%include %_sourcedir/kernel-spec-macros
%define use_fop 1
Name: kernel-docs@VARIANT@
Summary: Kernel Documentation
License: GPL-2.0
@ -31,15 +33,20 @@ Release: <RELEASE>.g@COMMIT@
%else
Release: @RELEASE@
%endif
BuildRequires: kernel-source%variant
BuildRequires: xmlto
%if %use_fop
BuildRequires: fop
%else
BuildRequires: docbook-toys
BuildRequires: docbook-utils
BuildRequires: ghostscript_any
BuildRequires: kernel-source%variant
BuildRequires: libjpeg-devel
BuildRequires: texlive
BuildRequires: transfig
BuildRequires: xmlto
BuildRequires: xorg-x11-devel
BuildRequires: texlive-courier
BuildRequires: texlive-dvips
BuildRequires: texlive-ec
BuildRequires: texlive-helvetic
BuildRequires: texlive-jadetex
BuildRequires: texlive-times
%endif
Url: http://www.kernel.org/
Provides: %name = %version-%source_rel
BuildArch: noarch
@ -53,21 +60,29 @@ the current kernel sources.
%source_timestamp
%prep
%if !%use_fop
cp -av /etc/texmf/web2c/texmf.cnf .
cat << EOF >> texmf.cnf
main_memory.pdfjadetex = 2500000
hash_extra.pdfjadetex = 70000
max_strings.pdfjadetex = 120000
save_size.pdfjadetex = 10000
main_memory.pdfjadetex = 5000000
hash_extra.pdfjadetex = 140000
max_strings.pdfjadetex = 240000
save_size.pdfjadetex = 20000
EOF
%endif
%setup -T -c
%build
%if !%use_fop
# use texmf.cnf from local source
export TEXMFCNF=$RPM_BUILD_DIR
%endif
export LANG=en_US
make -C /usr/src/linux%variant O=$PWD -k -i mandocs %{?jobs:-j%jobs}
make -C /usr/src/linux%variant O=$PWD -k -i pdfdocs %{?jobs:-j%jobs}
make \
%if %use_fop
XMLTOFLAGS="-m /usr/src/linux%{variant}/Documentation/DocBook/stylesheet.xsl --skip-validation --with-fop" \
%endif
-C /usr/src/linux%variant O=$PWD -k -i pdfdocs %{?jobs:-j%jobs}
%install
rm -rf $RPM_BUILD_ROOT

View File

@ -1,9 +1,72 @@
-------------------------------------------------------------------
Wed Oct 29 14:26:03 CET 2014 - jslaby@suse.cz
- Input: psmouse - add support for detecting FocalTech PS/2
touchpads (bnc#897112).
- Input: psmouse - add psmouse_matches_pnp_id helper function
(bnc#897112).
- commit d944251
-------------------------------------------------------------------
Wed Oct 29 14:12:24 CET 2014 - jslaby@suse.cz
- Delete patches.fixes/input-add-acer-aspire-5710-to-nomux.patch.
It is in 3.17 already, so it is applied twice.
- commit 14a333d
-------------------------------------------------------------------
Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
- Use fop for creating PDF files in kernel-docs package
As some files still cannot be built with the default backend.
- commit 2dca13d
-------------------------------------------------------------------
Wed Oct 22 15:55:56 CEST 2014 - tiwai@suse.de
- Fix build of PDF files in kernel-docs package
Double the spaces for tex, and fix buildrequires for docbook.
- commit 59505a1
-------------------------------------------------------------------
Mon Oct 20 18:02:41 CEST 2014 - tiwai@suse.de
- Enable some IIO drivers for xen flavors too (bnc#898828)
- commit 6c9b613
-------------------------------------------------------------------
Mon Oct 20 15:44:30 CEST 2014 - agraf@suse.de
- Delete patches.arch/cubox-configuration.patch.
- cubox should be used via device tree now
- commit 2a9b81b
-------------------------------------------------------------------
Mon Oct 20 14:48:00 CEST 2014 - tiwai@suse.de
- Enable some IIO drivers on x86 for Tablet sensors (bnc#898828)
Only a limited number of drivers are enabled as of now. If more other
device-specific drivers are needed, enable appropriately later.
- commit e3b6d24
-------------------------------------------------------------------
Sun Oct 19 01:39:49 CEST 2014 - dsterba@suse.cz
- Revert "Btrfs: race free update of commit root for ro snapshots"
- commit fd16010
-------------------------------------------------------------------
Sun Oct 19 01:36:23 CEST 2014 - dsterba@suse.cz
- Revert "Btrfs: race free update of commit root for ro snapshots"
- commit 5c4d099
-------------------------------------------------------------------
Fri Oct 17 16:23:47 CEST 2014 - jbeulich@suse.com
- Update Xen patches to 3.17.1.
- commit e3f9aac
-------------------------------------------------------------------
Wed Oct 15 23:06:40 CEST 2014 - jslaby@suse.cz
@ -284,6 +347,15 @@ Sun Sep 7 06:40:17 CEST 2014 - jslaby@suse.cz
patches.suse/btrfs-0033-fix-task-hang-under-heavy-compressed-write.patch.
- commit dcee397
-------------------------------------------------------------------
Sat Sep 6 09:55:21 CEST 2014 - dmueller@suse.com
- config: armv7hl/lpae: Reenable support for Hugepages
This was apparently accidentally disabled, but we need
hugepages support for improved performance and stability
of the KVM build workers.
- commit 3d06ff1
-------------------------------------------------------------------
Fri Sep 5 00:39:08 CEST 2014 - agraf@suse.de

View File

@ -61,9 +61,9 @@ License: GPL-2.0
Group: System/Kernel
Version: 3.17.1
%if 0%{?is_kotd}
Release: <RELEASE>.g5c4d099
Release: <RELEASE>.gd944251
%else
Release: <RELEASE>.g5c4d099
Release: <RELEASE>.gd944251
%endif
Url: http://www.kernel.org/
BuildRequires: bc

View File

@ -1,9 +1,72 @@
-------------------------------------------------------------------
Wed Oct 29 14:26:03 CET 2014 - jslaby@suse.cz
- Input: psmouse - add support for detecting FocalTech PS/2
touchpads (bnc#897112).
- Input: psmouse - add psmouse_matches_pnp_id helper function
(bnc#897112).
- commit d944251
-------------------------------------------------------------------
Wed Oct 29 14:12:24 CET 2014 - jslaby@suse.cz
- Delete patches.fixes/input-add-acer-aspire-5710-to-nomux.patch.
It is in 3.17 already, so it is applied twice.
- commit 14a333d
-------------------------------------------------------------------
Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
- Use fop for creating PDF files in kernel-docs package
As some files still cannot be built with the default backend.
- commit 2dca13d
-------------------------------------------------------------------
Wed Oct 22 15:55:56 CEST 2014 - tiwai@suse.de
- Fix build of PDF files in kernel-docs package
Double the spaces for tex, and fix buildrequires for docbook.
- commit 59505a1
-------------------------------------------------------------------
Mon Oct 20 18:02:41 CEST 2014 - tiwai@suse.de
- Enable some IIO drivers for xen flavors too (bnc#898828)
- commit 6c9b613
-------------------------------------------------------------------
Mon Oct 20 15:44:30 CEST 2014 - agraf@suse.de
- Delete patches.arch/cubox-configuration.patch.
- cubox should be used via device tree now
- commit 2a9b81b
-------------------------------------------------------------------
Mon Oct 20 14:48:00 CEST 2014 - tiwai@suse.de
- Enable some IIO drivers on x86 for Tablet sensors (bnc#898828)
Only a limited number of drivers are enabled as of now. If more other
device-specific drivers are needed, enable appropriately later.
- commit e3b6d24
-------------------------------------------------------------------
Sun Oct 19 01:39:49 CEST 2014 - dsterba@suse.cz
- Revert "Btrfs: race free update of commit root for ro snapshots"
- commit fd16010
-------------------------------------------------------------------
Sun Oct 19 01:36:23 CEST 2014 - dsterba@suse.cz
- Revert "Btrfs: race free update of commit root for ro snapshots"
- commit 5c4d099
-------------------------------------------------------------------
Fri Oct 17 16:23:47 CEST 2014 - jbeulich@suse.com
- Update Xen patches to 3.17.1.
- commit e3f9aac
-------------------------------------------------------------------
Wed Oct 15 23:06:40 CEST 2014 - jslaby@suse.cz
@ -284,6 +347,15 @@ Sun Sep 7 06:40:17 CEST 2014 - jslaby@suse.cz
patches.suse/btrfs-0033-fix-task-hang-under-heavy-compressed-write.patch.
- commit dcee397
-------------------------------------------------------------------
Sat Sep 6 09:55:21 CEST 2014 - dmueller@suse.com
- config: armv7hl/lpae: Reenable support for Hugepages
This was apparently accidentally disabled, but we need
hugepages support for improved performance and stability
of the KVM build workers.
- commit 3d06ff1
-------------------------------------------------------------------
Fri Sep 5 00:39:08 CEST 2014 - agraf@suse.de

View File

@ -61,9 +61,9 @@ License: GPL-2.0
Group: System/Kernel
Version: 3.17.1
%if 0%{?is_kotd}
Release: <RELEASE>.g5c4d099
Release: <RELEASE>.gd944251
%else
Release: <RELEASE>.g5c4d099
Release: <RELEASE>.gd944251
%endif
Url: http://www.kernel.org/
BuildRequires: bc

View File

@ -1,9 +1,72 @@
-------------------------------------------------------------------
Wed Oct 29 14:26:03 CET 2014 - jslaby@suse.cz
- Input: psmouse - add support for detecting FocalTech PS/2
touchpads (bnc#897112).
- Input: psmouse - add psmouse_matches_pnp_id helper function
(bnc#897112).
- commit d944251
-------------------------------------------------------------------
Wed Oct 29 14:12:24 CET 2014 - jslaby@suse.cz
- Delete patches.fixes/input-add-acer-aspire-5710-to-nomux.patch.
It is in 3.17 already, so it is applied twice.
- commit 14a333d
-------------------------------------------------------------------
Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
- Use fop for creating PDF files in kernel-docs package
As some files still cannot be built with the default backend.
- commit 2dca13d
-------------------------------------------------------------------
Wed Oct 22 15:55:56 CEST 2014 - tiwai@suse.de
- Fix build of PDF files in kernel-docs package
Double the spaces for tex, and fix buildrequires for docbook.
- commit 59505a1
-------------------------------------------------------------------
Mon Oct 20 18:02:41 CEST 2014 - tiwai@suse.de
- Enable some IIO drivers for xen flavors too (bnc#898828)
- commit 6c9b613
-------------------------------------------------------------------
Mon Oct 20 15:44:30 CEST 2014 - agraf@suse.de
- Delete patches.arch/cubox-configuration.patch.
- cubox should be used via device tree now
- commit 2a9b81b
-------------------------------------------------------------------
Mon Oct 20 14:48:00 CEST 2014 - tiwai@suse.de
- Enable some IIO drivers on x86 for Tablet sensors (bnc#898828)
Only a limited number of drivers are enabled as of now. If more other
device-specific drivers are needed, enable appropriately later.
- commit e3b6d24
-------------------------------------------------------------------
Sun Oct 19 01:39:49 CEST 2014 - dsterba@suse.cz
- Revert "Btrfs: race free update of commit root for ro snapshots"
- commit fd16010
-------------------------------------------------------------------
Sun Oct 19 01:36:23 CEST 2014 - dsterba@suse.cz
- Revert "Btrfs: race free update of commit root for ro snapshots"
- commit 5c4d099
-------------------------------------------------------------------
Fri Oct 17 16:23:47 CEST 2014 - jbeulich@suse.com
- Update Xen patches to 3.17.1.
- commit e3f9aac
-------------------------------------------------------------------
Wed Oct 15 23:06:40 CEST 2014 - jslaby@suse.cz
@ -284,6 +347,15 @@ Sun Sep 7 06:40:17 CEST 2014 - jslaby@suse.cz
patches.suse/btrfs-0033-fix-task-hang-under-heavy-compressed-write.patch.
- commit dcee397
-------------------------------------------------------------------
Sat Sep 6 09:55:21 CEST 2014 - dmueller@suse.com
- config: armv7hl/lpae: Reenable support for Hugepages
This was apparently accidentally disabled, but we need
hugepages support for improved performance and stability
of the KVM build workers.
- commit 3d06ff1
-------------------------------------------------------------------
Fri Sep 5 00:39:08 CEST 2014 - agraf@suse.de

View File

@ -47,9 +47,9 @@ License: GPL-2.0
Group: SLES
Version: 3.17.1
%if 0%{?is_kotd}
Release: <RELEASE>.g5c4d099
Release: <RELEASE>.gd944251
%else
Release: <RELEASE>.g5c4d099
Release: <RELEASE>.gd944251
%endif
%description

View File

@ -1,9 +1,72 @@
-------------------------------------------------------------------
Wed Oct 29 14:26:03 CET 2014 - jslaby@suse.cz
- Input: psmouse - add support for detecting FocalTech PS/2
touchpads (bnc#897112).
- Input: psmouse - add psmouse_matches_pnp_id helper function
(bnc#897112).
- commit d944251
-------------------------------------------------------------------
Wed Oct 29 14:12:24 CET 2014 - jslaby@suse.cz
- Delete patches.fixes/input-add-acer-aspire-5710-to-nomux.patch.
It is in 3.17 already, so it is applied twice.
- commit 14a333d
-------------------------------------------------------------------
Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
- Use fop for creating PDF files in kernel-docs package
As some files still cannot be built with the default backend.
- commit 2dca13d
-------------------------------------------------------------------
Wed Oct 22 15:55:56 CEST 2014 - tiwai@suse.de
- Fix build of PDF files in kernel-docs package
Double the spaces for tex, and fix buildrequires for docbook.
- commit 59505a1
-------------------------------------------------------------------
Mon Oct 20 18:02:41 CEST 2014 - tiwai@suse.de
- Enable some IIO drivers for xen flavors too (bnc#898828)
- commit 6c9b613
-------------------------------------------------------------------
Mon Oct 20 15:44:30 CEST 2014 - agraf@suse.de
- Delete patches.arch/cubox-configuration.patch.
- cubox should be used via device tree now
- commit 2a9b81b
-------------------------------------------------------------------
Mon Oct 20 14:48:00 CEST 2014 - tiwai@suse.de
- Enable some IIO drivers on x86 for Tablet sensors (bnc#898828)
Only a limited number of drivers are enabled as of now. If more other
device-specific drivers are needed, enable appropriately later.
- commit e3b6d24
-------------------------------------------------------------------
Sun Oct 19 01:39:49 CEST 2014 - dsterba@suse.cz
- Revert "Btrfs: race free update of commit root for ro snapshots"
- commit fd16010
-------------------------------------------------------------------
Sun Oct 19 01:36:23 CEST 2014 - dsterba@suse.cz
- Revert "Btrfs: race free update of commit root for ro snapshots"
- commit 5c4d099
-------------------------------------------------------------------
Fri Oct 17 16:23:47 CEST 2014 - jbeulich@suse.com
- Update Xen patches to 3.17.1.
- commit e3f9aac
-------------------------------------------------------------------
Wed Oct 15 23:06:40 CEST 2014 - jslaby@suse.cz
@ -284,6 +347,15 @@ Sun Sep 7 06:40:17 CEST 2014 - jslaby@suse.cz
patches.suse/btrfs-0033-fix-task-hang-under-heavy-compressed-write.patch.
- commit dcee397
-------------------------------------------------------------------
Sat Sep 6 09:55:21 CEST 2014 - dmueller@suse.com
- config: armv7hl/lpae: Reenable support for Hugepages
This was apparently accidentally disabled, but we need
hugepages support for improved performance and stability
of the KVM build workers.
- commit 3d06ff1
-------------------------------------------------------------------
Fri Sep 5 00:39:08 CEST 2014 - agraf@suse.de

View File

@ -38,9 +38,9 @@ License: GPL-2.0
Group: SLES
Version: 3.17.1
%if 0%{?is_kotd}
Release: <RELEASE>.g5c4d099
Release: <RELEASE>.gd944251
%else
Release: <RELEASE>.g5c4d099
Release: <RELEASE>.gd944251
%endif
%description

View File

@ -1,9 +1,72 @@
-------------------------------------------------------------------
Wed Oct 29 14:26:03 CET 2014 - jslaby@suse.cz
- Input: psmouse - add support for detecting FocalTech PS/2
touchpads (bnc#897112).
- Input: psmouse - add psmouse_matches_pnp_id helper function
(bnc#897112).
- commit d944251
-------------------------------------------------------------------
Wed Oct 29 14:12:24 CET 2014 - jslaby@suse.cz
- Delete patches.fixes/input-add-acer-aspire-5710-to-nomux.patch.
It is in 3.17 already, so it is applied twice.
- commit 14a333d
-------------------------------------------------------------------
Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
- Use fop for creating PDF files in kernel-docs package
As some files still cannot be built with the default backend.
- commit 2dca13d
-------------------------------------------------------------------
Wed Oct 22 15:55:56 CEST 2014 - tiwai@suse.de
- Fix build of PDF files in kernel-docs package
Double the spaces for tex, and fix buildrequires for docbook.
- commit 59505a1
-------------------------------------------------------------------
Mon Oct 20 18:02:41 CEST 2014 - tiwai@suse.de
- Enable some IIO drivers for xen flavors too (bnc#898828)
- commit 6c9b613
-------------------------------------------------------------------
Mon Oct 20 15:44:30 CEST 2014 - agraf@suse.de
- Delete patches.arch/cubox-configuration.patch.
- cubox should be used via device tree now
- commit 2a9b81b
-------------------------------------------------------------------
Mon Oct 20 14:48:00 CEST 2014 - tiwai@suse.de
- Enable some IIO drivers on x86 for Tablet sensors (bnc#898828)
Only a limited number of drivers are enabled as of now. If more other
device-specific drivers are needed, enable appropriately later.
- commit e3b6d24
-------------------------------------------------------------------
Sun Oct 19 01:39:49 CEST 2014 - dsterba@suse.cz
- Revert "Btrfs: race free update of commit root for ro snapshots"
- commit fd16010
-------------------------------------------------------------------
Sun Oct 19 01:36:23 CEST 2014 - dsterba@suse.cz
- Revert "Btrfs: race free update of commit root for ro snapshots"
- commit 5c4d099
-------------------------------------------------------------------
Fri Oct 17 16:23:47 CEST 2014 - jbeulich@suse.com
- Update Xen patches to 3.17.1.
- commit e3f9aac
-------------------------------------------------------------------
Wed Oct 15 23:06:40 CEST 2014 - jslaby@suse.cz
@ -284,6 +347,15 @@ Sun Sep 7 06:40:17 CEST 2014 - jslaby@suse.cz
patches.suse/btrfs-0033-fix-task-hang-under-heavy-compressed-write.patch.
- commit dcee397
-------------------------------------------------------------------
Sat Sep 6 09:55:21 CEST 2014 - dmueller@suse.com
- config: armv7hl/lpae: Reenable support for Hugepages
This was apparently accidentally disabled, but we need
hugepages support for improved performance and stability
of the KVM build workers.
- commit 3d06ff1
-------------------------------------------------------------------
Fri Sep 5 00:39:08 CEST 2014 - agraf@suse.de

View File

@ -38,9 +38,9 @@ License: GPL-2.0
Group: SLES
Version: 3.17.1
%if 0%{?is_kotd}
Release: <RELEASE>.g5c4d099
Release: <RELEASE>.gd944251
%else
Release: <RELEASE>.g5c4d099
Release: <RELEASE>.gd944251
%endif
%description

View File

@ -1,9 +1,72 @@
-------------------------------------------------------------------
Wed Oct 29 14:26:03 CET 2014 - jslaby@suse.cz
- Input: psmouse - add support for detecting FocalTech PS/2
touchpads (bnc#897112).
- Input: psmouse - add psmouse_matches_pnp_id helper function
(bnc#897112).
- commit d944251
-------------------------------------------------------------------
Wed Oct 29 14:12:24 CET 2014 - jslaby@suse.cz
- Delete patches.fixes/input-add-acer-aspire-5710-to-nomux.patch.
It is in 3.17 already, so it is applied twice.
- commit 14a333d
-------------------------------------------------------------------
Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
- Use fop for creating PDF files in kernel-docs package
As some files still cannot be built with the default backend.
- commit 2dca13d
-------------------------------------------------------------------
Wed Oct 22 15:55:56 CEST 2014 - tiwai@suse.de
- Fix build of PDF files in kernel-docs package
Double the spaces for tex, and fix buildrequires for docbook.
- commit 59505a1
-------------------------------------------------------------------
Mon Oct 20 18:02:41 CEST 2014 - tiwai@suse.de
- Enable some IIO drivers for xen flavors too (bnc#898828)
- commit 6c9b613
-------------------------------------------------------------------
Mon Oct 20 15:44:30 CEST 2014 - agraf@suse.de
- Delete patches.arch/cubox-configuration.patch.
- cubox should be used via device tree now
- commit 2a9b81b
-------------------------------------------------------------------
Mon Oct 20 14:48:00 CEST 2014 - tiwai@suse.de
- Enable some IIO drivers on x86 for Tablet sensors (bnc#898828)
Only a limited number of drivers are enabled as of now. If more other
device-specific drivers are needed, enable appropriately later.
- commit e3b6d24
-------------------------------------------------------------------
Sun Oct 19 01:39:49 CEST 2014 - dsterba@suse.cz
- Revert "Btrfs: race free update of commit root for ro snapshots"
- commit fd16010
-------------------------------------------------------------------
Sun Oct 19 01:36:23 CEST 2014 - dsterba@suse.cz
- Revert "Btrfs: race free update of commit root for ro snapshots"
- commit 5c4d099
-------------------------------------------------------------------
Fri Oct 17 16:23:47 CEST 2014 - jbeulich@suse.com
- Update Xen patches to 3.17.1.
- commit e3f9aac
-------------------------------------------------------------------
Wed Oct 15 23:06:40 CEST 2014 - jslaby@suse.cz
@ -284,6 +347,15 @@ Sun Sep 7 06:40:17 CEST 2014 - jslaby@suse.cz
patches.suse/btrfs-0033-fix-task-hang-under-heavy-compressed-write.patch.
- commit dcee397
-------------------------------------------------------------------
Sat Sep 6 09:55:21 CEST 2014 - dmueller@suse.com
- config: armv7hl/lpae: Reenable support for Hugepages
This was apparently accidentally disabled, but we need
hugepages support for improved performance and stability
of the KVM build workers.
- commit 3d06ff1
-------------------------------------------------------------------
Fri Sep 5 00:39:08 CEST 2014 - agraf@suse.de

View File

@ -61,9 +61,9 @@ License: GPL-2.0
Group: System/Kernel
Version: 3.17.1
%if 0%{?is_kotd}
Release: <RELEASE>.g5c4d099
Release: <RELEASE>.gd944251
%else
Release: <RELEASE>.g5c4d099
Release: <RELEASE>.gd944251
%endif
Url: http://www.kernel.org/
BuildRequires: bc

View File

@ -1,9 +1,72 @@
-------------------------------------------------------------------
Wed Oct 29 14:26:03 CET 2014 - jslaby@suse.cz
- Input: psmouse - add support for detecting FocalTech PS/2
touchpads (bnc#897112).
- Input: psmouse - add psmouse_matches_pnp_id helper function
(bnc#897112).
- commit d944251
-------------------------------------------------------------------
Wed Oct 29 14:12:24 CET 2014 - jslaby@suse.cz
- Delete patches.fixes/input-add-acer-aspire-5710-to-nomux.patch.
It is in 3.17 already, so it is applied twice.
- commit 14a333d
-------------------------------------------------------------------
Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
- Use fop for creating PDF files in kernel-docs package
As some files still cannot be built with the default backend.
- commit 2dca13d
-------------------------------------------------------------------
Wed Oct 22 15:55:56 CEST 2014 - tiwai@suse.de
- Fix build of PDF files in kernel-docs package
Double the spaces for tex, and fix buildrequires for docbook.
- commit 59505a1
-------------------------------------------------------------------
Mon Oct 20 18:02:41 CEST 2014 - tiwai@suse.de
- Enable some IIO drivers for xen flavors too (bnc#898828)
- commit 6c9b613
-------------------------------------------------------------------
Mon Oct 20 15:44:30 CEST 2014 - agraf@suse.de
- Delete patches.arch/cubox-configuration.patch.
- cubox should be used via device tree now
- commit 2a9b81b
-------------------------------------------------------------------
Mon Oct 20 14:48:00 CEST 2014 - tiwai@suse.de
- Enable some IIO drivers on x86 for Tablet sensors (bnc#898828)
Only a limited number of drivers are enabled as of now. If more other
device-specific drivers are needed, enable appropriately later.
- commit e3b6d24
-------------------------------------------------------------------
Sun Oct 19 01:39:49 CEST 2014 - dsterba@suse.cz
- Revert "Btrfs: race free update of commit root for ro snapshots"
- commit fd16010
-------------------------------------------------------------------
Sun Oct 19 01:36:23 CEST 2014 - dsterba@suse.cz
- Revert "Btrfs: race free update of commit root for ro snapshots"
- commit 5c4d099
-------------------------------------------------------------------
Fri Oct 17 16:23:47 CEST 2014 - jbeulich@suse.com
- Update Xen patches to 3.17.1.
- commit e3f9aac
-------------------------------------------------------------------
Wed Oct 15 23:06:40 CEST 2014 - jslaby@suse.cz
@ -284,6 +347,15 @@ Sun Sep 7 06:40:17 CEST 2014 - jslaby@suse.cz
patches.suse/btrfs-0033-fix-task-hang-under-heavy-compressed-write.patch.
- commit dcee397
-------------------------------------------------------------------
Sat Sep 6 09:55:21 CEST 2014 - dmueller@suse.com
- config: armv7hl/lpae: Reenable support for Hugepages
This was apparently accidentally disabled, but we need
hugepages support for improved performance and stability
of the KVM build workers.
- commit 3d06ff1
-------------------------------------------------------------------
Fri Sep 5 00:39:08 CEST 2014 - agraf@suse.de

View File

@ -32,9 +32,9 @@ License: GPL-2.0
Group: Development/Sources
Version: 3.17.1
%if 0%{?is_kotd}
Release: <RELEASE>.g5c4d099
Release: <RELEASE>.gd944251
%else
Release: <RELEASE>.g5c4d099
Release: <RELEASE>.gd944251
%endif
Url: http://www.kernel.org/
AutoReqProv: off

View File

@ -1,9 +1,72 @@
-------------------------------------------------------------------
Wed Oct 29 14:26:03 CET 2014 - jslaby@suse.cz
- Input: psmouse - add support for detecting FocalTech PS/2
touchpads (bnc#897112).
- Input: psmouse - add psmouse_matches_pnp_id helper function
(bnc#897112).
- commit d944251
-------------------------------------------------------------------
Wed Oct 29 14:12:24 CET 2014 - jslaby@suse.cz
- Delete patches.fixes/input-add-acer-aspire-5710-to-nomux.patch.
It is in 3.17 already, so it is applied twice.
- commit 14a333d
-------------------------------------------------------------------
Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
- Use fop for creating PDF files in kernel-docs package
As some files still cannot be built with the default backend.
- commit 2dca13d
-------------------------------------------------------------------
Wed Oct 22 15:55:56 CEST 2014 - tiwai@suse.de
- Fix build of PDF files in kernel-docs package
Double the spaces for tex, and fix buildrequires for docbook.
- commit 59505a1
-------------------------------------------------------------------
Mon Oct 20 18:02:41 CEST 2014 - tiwai@suse.de
- Enable some IIO drivers for xen flavors too (bnc#898828)
- commit 6c9b613
-------------------------------------------------------------------
Mon Oct 20 15:44:30 CEST 2014 - agraf@suse.de
- Delete patches.arch/cubox-configuration.patch.
- cubox should be used via device tree now
- commit 2a9b81b
-------------------------------------------------------------------
Mon Oct 20 14:48:00 CEST 2014 - tiwai@suse.de
- Enable some IIO drivers on x86 for Tablet sensors (bnc#898828)
Only a limited number of drivers are enabled as of now. If more other
device-specific drivers are needed, enable appropriately later.
- commit e3b6d24
-------------------------------------------------------------------
Sun Oct 19 01:39:49 CEST 2014 - dsterba@suse.cz
- Revert "Btrfs: race free update of commit root for ro snapshots"
- commit fd16010
-------------------------------------------------------------------
Sun Oct 19 01:36:23 CEST 2014 - dsterba@suse.cz
- Revert "Btrfs: race free update of commit root for ro snapshots"
- commit 5c4d099
-------------------------------------------------------------------
Fri Oct 17 16:23:47 CEST 2014 - jbeulich@suse.com
- Update Xen patches to 3.17.1.
- commit e3f9aac
-------------------------------------------------------------------
Wed Oct 15 23:06:40 CEST 2014 - jslaby@suse.cz
@ -284,6 +347,15 @@ Sun Sep 7 06:40:17 CEST 2014 - jslaby@suse.cz
patches.suse/btrfs-0033-fix-task-hang-under-heavy-compressed-write.patch.
- commit dcee397
-------------------------------------------------------------------
Sat Sep 6 09:55:21 CEST 2014 - dmueller@suse.com
- config: armv7hl/lpae: Reenable support for Hugepages
This was apparently accidentally disabled, but we need
hugepages support for improved performance and stability
of the KVM build workers.
- commit 3d06ff1
-------------------------------------------------------------------
Fri Sep 5 00:39:08 CEST 2014 - agraf@suse.de

View File

@ -27,9 +27,9 @@ Group: Development/Sources
Version: 3.17.1
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.g5c4d099
Release: <RELEASE>.gd944251
%else
Release: <RELEASE>.g5c4d099
Release: <RELEASE>.gd944251
%endif
%else
%define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0)

View File

@ -1,9 +1,72 @@
-------------------------------------------------------------------
Wed Oct 29 14:26:03 CET 2014 - jslaby@suse.cz
- Input: psmouse - add support for detecting FocalTech PS/2
touchpads (bnc#897112).
- Input: psmouse - add psmouse_matches_pnp_id helper function
(bnc#897112).
- commit d944251
-------------------------------------------------------------------
Wed Oct 29 14:12:24 CET 2014 - jslaby@suse.cz
- Delete patches.fixes/input-add-acer-aspire-5710-to-nomux.patch.
It is in 3.17 already, so it is applied twice.
- commit 14a333d
-------------------------------------------------------------------
Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
- Use fop for creating PDF files in kernel-docs package
As some files still cannot be built with the default backend.
- commit 2dca13d
-------------------------------------------------------------------
Wed Oct 22 15:55:56 CEST 2014 - tiwai@suse.de
- Fix build of PDF files in kernel-docs package
Double the spaces for tex, and fix buildrequires for docbook.
- commit 59505a1
-------------------------------------------------------------------
Mon Oct 20 18:02:41 CEST 2014 - tiwai@suse.de
- Enable some IIO drivers for xen flavors too (bnc#898828)
- commit 6c9b613
-------------------------------------------------------------------
Mon Oct 20 15:44:30 CEST 2014 - agraf@suse.de
- Delete patches.arch/cubox-configuration.patch.
- cubox should be used via device tree now
- commit 2a9b81b
-------------------------------------------------------------------
Mon Oct 20 14:48:00 CEST 2014 - tiwai@suse.de
- Enable some IIO drivers on x86 for Tablet sensors (bnc#898828)
Only a limited number of drivers are enabled as of now. If more other
device-specific drivers are needed, enable appropriately later.
- commit e3b6d24
-------------------------------------------------------------------
Sun Oct 19 01:39:49 CEST 2014 - dsterba@suse.cz
- Revert "Btrfs: race free update of commit root for ro snapshots"
- commit fd16010
-------------------------------------------------------------------
Sun Oct 19 01:36:23 CEST 2014 - dsterba@suse.cz
- Revert "Btrfs: race free update of commit root for ro snapshots"
- commit 5c4d099
-------------------------------------------------------------------
Fri Oct 17 16:23:47 CEST 2014 - jbeulich@suse.com
- Update Xen patches to 3.17.1.
- commit e3f9aac
-------------------------------------------------------------------
Wed Oct 15 23:06:40 CEST 2014 - jslaby@suse.cz
@ -284,6 +347,15 @@ Sun Sep 7 06:40:17 CEST 2014 - jslaby@suse.cz
patches.suse/btrfs-0033-fix-task-hang-under-heavy-compressed-write.patch.
- commit dcee397
-------------------------------------------------------------------
Sat Sep 6 09:55:21 CEST 2014 - dmueller@suse.com
- config: armv7hl/lpae: Reenable support for Hugepages
This was apparently accidentally disabled, but we need
hugepages support for improved performance and stability
of the KVM build workers.
- commit 3d06ff1
-------------------------------------------------------------------
Fri Sep 5 00:39:08 CEST 2014 - agraf@suse.de

View File

@ -61,9 +61,9 @@ License: GPL-2.0
Group: System/Kernel
Version: 3.17.1
%if 0%{?is_kotd}
Release: <RELEASE>.g5c4d099
Release: <RELEASE>.gd944251
%else
Release: <RELEASE>.g5c4d099
Release: <RELEASE>.gd944251
%endif
Url: http://www.kernel.org/
BuildRequires: bc

View File

@ -1,9 +1,72 @@
-------------------------------------------------------------------
Wed Oct 29 14:26:03 CET 2014 - jslaby@suse.cz
- Input: psmouse - add support for detecting FocalTech PS/2
touchpads (bnc#897112).
- Input: psmouse - add psmouse_matches_pnp_id helper function
(bnc#897112).
- commit d944251
-------------------------------------------------------------------
Wed Oct 29 14:12:24 CET 2014 - jslaby@suse.cz
- Delete patches.fixes/input-add-acer-aspire-5710-to-nomux.patch.
It is in 3.17 already, so it is applied twice.
- commit 14a333d
-------------------------------------------------------------------
Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
- Use fop for creating PDF files in kernel-docs package
As some files still cannot be built with the default backend.
- commit 2dca13d
-------------------------------------------------------------------
Wed Oct 22 15:55:56 CEST 2014 - tiwai@suse.de
- Fix build of PDF files in kernel-docs package
Double the spaces for tex, and fix buildrequires for docbook.
- commit 59505a1
-------------------------------------------------------------------
Mon Oct 20 18:02:41 CEST 2014 - tiwai@suse.de
- Enable some IIO drivers for xen flavors too (bnc#898828)
- commit 6c9b613
-------------------------------------------------------------------
Mon Oct 20 15:44:30 CEST 2014 - agraf@suse.de
- Delete patches.arch/cubox-configuration.patch.
- cubox should be used via device tree now
- commit 2a9b81b
-------------------------------------------------------------------
Mon Oct 20 14:48:00 CEST 2014 - tiwai@suse.de
- Enable some IIO drivers on x86 for Tablet sensors (bnc#898828)
Only a limited number of drivers are enabled as of now. If more other
device-specific drivers are needed, enable appropriately later.
- commit e3b6d24
-------------------------------------------------------------------
Sun Oct 19 01:39:49 CEST 2014 - dsterba@suse.cz
- Revert "Btrfs: race free update of commit root for ro snapshots"
- commit fd16010
-------------------------------------------------------------------
Sun Oct 19 01:36:23 CEST 2014 - dsterba@suse.cz
- Revert "Btrfs: race free update of commit root for ro snapshots"
- commit 5c4d099
-------------------------------------------------------------------
Fri Oct 17 16:23:47 CEST 2014 - jbeulich@suse.com
- Update Xen patches to 3.17.1.
- commit e3f9aac
-------------------------------------------------------------------
Wed Oct 15 23:06:40 CEST 2014 - jslaby@suse.cz
@ -284,6 +347,15 @@ Sun Sep 7 06:40:17 CEST 2014 - jslaby@suse.cz
patches.suse/btrfs-0033-fix-task-hang-under-heavy-compressed-write.patch.
- commit dcee397
-------------------------------------------------------------------
Sat Sep 6 09:55:21 CEST 2014 - dmueller@suse.com
- config: armv7hl/lpae: Reenable support for Hugepages
This was apparently accidentally disabled, but we need
hugepages support for improved performance and stability
of the KVM build workers.
- commit 3d06ff1
-------------------------------------------------------------------
Fri Sep 5 00:39:08 CEST 2014 - agraf@suse.de

View File

@ -61,9 +61,9 @@ License: GPL-2.0
Group: System/Kernel
Version: 3.17.1
%if 0%{?is_kotd}
Release: <RELEASE>.g5c4d099
Release: <RELEASE>.gd944251
%else
Release: <RELEASE>.g5c4d099
Release: <RELEASE>.gd944251
%endif
Url: http://www.kernel.org/
BuildRequires: bc

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fd8d74c1d3d45df8fc378707f4ef7bf52c2e98f54b3f6b6ea896844fe5e25b68
size 153892
oid sha256:461ffa634be54dbd8c804f4b8b04c38d3be4ba710cf739f3175c262e9da0d4bf
size 136939

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0d2c07cb07728abb32d7ca14fbc30e8a7e5a6aaa9f4501291395f3f3227fbf1c
size 2402
oid sha256:6fbb792d86b531afffc949d3f0314c683415d6cdc1678f389cc5a0ba4fdbfd8f
size 5352

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f1551e011fa04ed1d68f6515661eb2a1dd25781a6e4a901f442fa631ad381422
size 14290
oid sha256:7b93f40cf159c9431a979e5554f20c87a79c842f1db84b4bf1099f9f8bfb09c9
size 13961

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:307e80226d9ee0fad04fc2602f7383c5ff7a2ff91ddf0c009090a83660acb740
size 2133876
oid sha256:b863eaf40c862bb284b1532831e979495fc630d99ca6ceecef35b6a3296af2b5
size 2135012

View File

@ -153,7 +153,6 @@
########################################################
# ARM
########################################################
patches.arch/cubox-configuration.patch
patches.arch/arm-OMAP-Fix-missing-usb.h-include.patch
# Compile fix for Xen on ARM with our Xen patches applied
@ -383,7 +382,8 @@
########################################################
# patches.suse/SUSE-bootsplash
# patches.suse/SUSE-bootsplash-mgadrmfb-workaround
patches.fixes/input-add-acer-aspire-5710-to-nomux.patch
patches.drivers/Input-psmouse-add-psmouse_matches_pnp_id-helper-func.patch
patches.drivers/Input-psmouse-add-support-for-detecting-FocalTech-PS.patch
##########################################################
# Sound
@ -577,6 +577,7 @@
patches.xen/xen3-patch-3.15
patches.xen/xen3-patch-3.16
patches.xen/xen3-patch-3.17
patches.xen/xen3-patch-3.17.1
# ports of other patches
patches.xen/xen3-stack-unwind

View File

@ -1,3 +1,3 @@
2014-10-19 01:36:23 +0200
GIT Revision: 5c4d099465293cd2ef36a6336a5bea79c4e919ef
2014-10-29 14:26:06 +0100
GIT Revision: d94425140409657545d790e8f8bc3e4c17a7333f
GIT Branch: stable