commit ae25ff80fb23f4b229ff95fbc9b2cba627c02751
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=708
This commit is contained in:
parent
83decb2254
commit
39c0b29a50
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:29:07 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- fs/fcntl: f_setown, avoid undefined behaviour (bnc#1006180).
|
||||
- fs/fcntl: f_setown, allow returning error (bnc#1006180).
|
||||
- commit c67ada2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:25:05 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- x86/entry/64: Refactor IRQ stacks and make them NMI-safe
|
||||
(bnc#1018348).
|
||||
- x86/entry/64: Initialize the top of the IRQ stack before
|
||||
switching stacks (bnc#1018348).
|
||||
- x86/dumpstack: fix occasionally missing registers (bnc#1018348).
|
||||
- x86/dumpstack: fix interrupt and exception stack boundary checks
|
||||
(bnc#1018348).
|
||||
Update ORC to v3.
|
||||
- commit dca9bfc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:12:02 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/0001-objtool-Move-checking-code-to-check.c.patch.
|
||||
- Refresh
|
||||
patches.suse/0002-objtool-x86-Add-several-functions-and-files-to-the-o.patch.
|
||||
- Refresh
|
||||
patches.suse/0003-objtool-Implement-stack-validation-2.0.patch.
|
||||
- Refresh
|
||||
patches.suse/0004-objtool-Silence-warnings-for-functions-which-use-IRE.patch.
|
||||
Update upstream status.
|
||||
- commit f413050
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 08:49:23 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- rpm/kernel-docs.spec.in: temporary fix for 4.12 and later
|
||||
There is a little DocBook in 4.12 and none in 4.13. So remove creating
|
||||
the link.
|
||||
- commit 1d6ee3e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 4 10:49:11 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
Name: dtb-aarch64
|
||||
Version: 4.12.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7c5c393
|
||||
Release: <RELEASE>.gae25ff8
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:29:07 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- fs/fcntl: f_setown, avoid undefined behaviour (bnc#1006180).
|
||||
- fs/fcntl: f_setown, allow returning error (bnc#1006180).
|
||||
- commit c67ada2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:25:05 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- x86/entry/64: Refactor IRQ stacks and make them NMI-safe
|
||||
(bnc#1018348).
|
||||
- x86/entry/64: Initialize the top of the IRQ stack before
|
||||
switching stacks (bnc#1018348).
|
||||
- x86/dumpstack: fix occasionally missing registers (bnc#1018348).
|
||||
- x86/dumpstack: fix interrupt and exception stack boundary checks
|
||||
(bnc#1018348).
|
||||
Update ORC to v3.
|
||||
- commit dca9bfc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:12:02 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/0001-objtool-Move-checking-code-to-check.c.patch.
|
||||
- Refresh
|
||||
patches.suse/0002-objtool-x86-Add-several-functions-and-files-to-the-o.patch.
|
||||
- Refresh
|
||||
patches.suse/0003-objtool-Implement-stack-validation-2.0.patch.
|
||||
- Refresh
|
||||
patches.suse/0004-objtool-Silence-warnings-for-functions-which-use-IRE.patch.
|
||||
Update upstream status.
|
||||
- commit f413050
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 08:49:23 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- rpm/kernel-docs.spec.in: temporary fix for 4.12 and later
|
||||
There is a little DocBook in 4.12 and none in 4.13. So remove creating
|
||||
the link.
|
||||
- commit 1d6ee3e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 4 10:49:11 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
Name: dtb-armv6l
|
||||
Version: 4.12.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7c5c393
|
||||
Release: <RELEASE>.gae25ff8
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:29:07 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- fs/fcntl: f_setown, avoid undefined behaviour (bnc#1006180).
|
||||
- fs/fcntl: f_setown, allow returning error (bnc#1006180).
|
||||
- commit c67ada2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:25:05 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- x86/entry/64: Refactor IRQ stacks and make them NMI-safe
|
||||
(bnc#1018348).
|
||||
- x86/entry/64: Initialize the top of the IRQ stack before
|
||||
switching stacks (bnc#1018348).
|
||||
- x86/dumpstack: fix occasionally missing registers (bnc#1018348).
|
||||
- x86/dumpstack: fix interrupt and exception stack boundary checks
|
||||
(bnc#1018348).
|
||||
Update ORC to v3.
|
||||
- commit dca9bfc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:12:02 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/0001-objtool-Move-checking-code-to-check.c.patch.
|
||||
- Refresh
|
||||
patches.suse/0002-objtool-x86-Add-several-functions-and-files-to-the-o.patch.
|
||||
- Refresh
|
||||
patches.suse/0003-objtool-Implement-stack-validation-2.0.patch.
|
||||
- Refresh
|
||||
patches.suse/0004-objtool-Silence-warnings-for-functions-which-use-IRE.patch.
|
||||
Update upstream status.
|
||||
- commit f413050
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 08:49:23 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- rpm/kernel-docs.spec.in: temporary fix for 4.12 and later
|
||||
There is a little DocBook in 4.12 and none in 4.13. So remove creating
|
||||
the link.
|
||||
- commit 1d6ee3e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 4 10:49:11 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
Name: dtb-armv7l
|
||||
Version: 4.12.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7c5c393
|
||||
Release: <RELEASE>.gae25ff8
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:29:07 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- fs/fcntl: f_setown, avoid undefined behaviour (bnc#1006180).
|
||||
- fs/fcntl: f_setown, allow returning error (bnc#1006180).
|
||||
- commit c67ada2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:25:05 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- x86/entry/64: Refactor IRQ stacks and make them NMI-safe
|
||||
(bnc#1018348).
|
||||
- x86/entry/64: Initialize the top of the IRQ stack before
|
||||
switching stacks (bnc#1018348).
|
||||
- x86/dumpstack: fix occasionally missing registers (bnc#1018348).
|
||||
- x86/dumpstack: fix interrupt and exception stack boundary checks
|
||||
(bnc#1018348).
|
||||
Update ORC to v3.
|
||||
- commit dca9bfc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:12:02 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/0001-objtool-Move-checking-code-to-check.c.patch.
|
||||
- Refresh
|
||||
patches.suse/0002-objtool-x86-Add-several-functions-and-files-to-the-o.patch.
|
||||
- Refresh
|
||||
patches.suse/0003-objtool-Implement-stack-validation-2.0.patch.
|
||||
- Refresh
|
||||
patches.suse/0004-objtool-Silence-warnings-for-functions-which-use-IRE.patch.
|
||||
Update upstream status.
|
||||
- commit f413050
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 08:49:23 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- rpm/kernel-docs.spec.in: temporary fix for 4.12 and later
|
||||
There is a little DocBook in 4.12 and none in 4.13. So remove creating
|
||||
the link.
|
||||
- commit 1d6ee3e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 4 10:49:11 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
|
@ -60,7 +60,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.12.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7c5c393
|
||||
Release: <RELEASE>.gae25ff8
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:29:07 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- fs/fcntl: f_setown, avoid undefined behaviour (bnc#1006180).
|
||||
- fs/fcntl: f_setown, allow returning error (bnc#1006180).
|
||||
- commit c67ada2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:25:05 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- x86/entry/64: Refactor IRQ stacks and make them NMI-safe
|
||||
(bnc#1018348).
|
||||
- x86/entry/64: Initialize the top of the IRQ stack before
|
||||
switching stacks (bnc#1018348).
|
||||
- x86/dumpstack: fix occasionally missing registers (bnc#1018348).
|
||||
- x86/dumpstack: fix interrupt and exception stack boundary checks
|
||||
(bnc#1018348).
|
||||
Update ORC to v3.
|
||||
- commit dca9bfc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:12:02 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/0001-objtool-Move-checking-code-to-check.c.patch.
|
||||
- Refresh
|
||||
patches.suse/0002-objtool-x86-Add-several-functions-and-files-to-the-o.patch.
|
||||
- Refresh
|
||||
patches.suse/0003-objtool-Implement-stack-validation-2.0.patch.
|
||||
- Refresh
|
||||
patches.suse/0004-objtool-Silence-warnings-for-functions-which-use-IRE.patch.
|
||||
Update upstream status.
|
||||
- commit f413050
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 08:49:23 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- rpm/kernel-docs.spec.in: temporary fix for 4.12 and later
|
||||
There is a little DocBook in 4.12 and none in 4.13. So remove creating
|
||||
the link.
|
||||
- commit 1d6ee3e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 4 10:49:11 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
|
@ -60,7 +60,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.12.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7c5c393
|
||||
Release: <RELEASE>.gae25ff8
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:29:07 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- fs/fcntl: f_setown, avoid undefined behaviour (bnc#1006180).
|
||||
- fs/fcntl: f_setown, allow returning error (bnc#1006180).
|
||||
- commit c67ada2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:25:05 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- x86/entry/64: Refactor IRQ stacks and make them NMI-safe
|
||||
(bnc#1018348).
|
||||
- x86/entry/64: Initialize the top of the IRQ stack before
|
||||
switching stacks (bnc#1018348).
|
||||
- x86/dumpstack: fix occasionally missing registers (bnc#1018348).
|
||||
- x86/dumpstack: fix interrupt and exception stack boundary checks
|
||||
(bnc#1018348).
|
||||
Update ORC to v3.
|
||||
- commit dca9bfc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:12:02 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/0001-objtool-Move-checking-code-to-check.c.patch.
|
||||
- Refresh
|
||||
patches.suse/0002-objtool-x86-Add-several-functions-and-files-to-the-o.patch.
|
||||
- Refresh
|
||||
patches.suse/0003-objtool-Implement-stack-validation-2.0.patch.
|
||||
- Refresh
|
||||
patches.suse/0004-objtool-Silence-warnings-for-functions-which-use-IRE.patch.
|
||||
Update upstream status.
|
||||
- commit f413050
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 08:49:23 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- rpm/kernel-docs.spec.in: temporary fix for 4.12 and later
|
||||
There is a little DocBook in 4.12 and none in 4.13. So remove creating
|
||||
the link.
|
||||
- commit 1d6ee3e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 4 10:49:11 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
|
@ -60,7 +60,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.12.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7c5c393
|
||||
Release: <RELEASE>.gae25ff8
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:29:07 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- fs/fcntl: f_setown, avoid undefined behaviour (bnc#1006180).
|
||||
- fs/fcntl: f_setown, allow returning error (bnc#1006180).
|
||||
- commit c67ada2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:25:05 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- x86/entry/64: Refactor IRQ stacks and make them NMI-safe
|
||||
(bnc#1018348).
|
||||
- x86/entry/64: Initialize the top of the IRQ stack before
|
||||
switching stacks (bnc#1018348).
|
||||
- x86/dumpstack: fix occasionally missing registers (bnc#1018348).
|
||||
- x86/dumpstack: fix interrupt and exception stack boundary checks
|
||||
(bnc#1018348).
|
||||
Update ORC to v3.
|
||||
- commit dca9bfc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:12:02 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/0001-objtool-Move-checking-code-to-check.c.patch.
|
||||
- Refresh
|
||||
patches.suse/0002-objtool-x86-Add-several-functions-and-files-to-the-o.patch.
|
||||
- Refresh
|
||||
patches.suse/0003-objtool-Implement-stack-validation-2.0.patch.
|
||||
- Refresh
|
||||
patches.suse/0004-objtool-Silence-warnings-for-functions-which-use-IRE.patch.
|
||||
Update upstream status.
|
||||
- commit f413050
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 08:49:23 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- rpm/kernel-docs.spec.in: temporary fix for 4.12 and later
|
||||
There is a little DocBook in 4.12 and none in 4.13. So remove creating
|
||||
the link.
|
||||
- commit 1d6ee3e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 4 10:49:11 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
|
@ -44,7 +44,7 @@ License: GPL-2.0
|
||||
Group: Documentation/Man
|
||||
Version: 4.12.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7c5c393
|
||||
Release: <RELEASE>.gae25ff8
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -147,7 +147,7 @@ if [ -d man/Documentation/kdb ] ; then
|
||||
done
|
||||
fi
|
||||
|
||||
ln -s %{_mandir}/man9/request_threaded_irq.9.gz $RPM_BUILD_ROOT%{_mandir}/man9/request_irq.9.gz
|
||||
#ln -s %{_mandir}/man9/request_threaded_irq.9.gz $RPM_BUILD_ROOT%{_mandir}/man9/request_irq.9.gz
|
||||
|
||||
install -d $RPM_BUILD_ROOT%{_datadir}/doc/kernel/pdf
|
||||
cp -a pdf/Documentation/DocBook/*.pdf $RPM_BUILD_ROOT%{_datadir}/doc/kernel/pdf || true
|
||||
|
@ -147,7 +147,7 @@ if [ -d man/Documentation/kdb ] ; then
|
||||
done
|
||||
fi
|
||||
|
||||
ln -s %{_mandir}/man9/request_threaded_irq.9.gz $RPM_BUILD_ROOT%{_mandir}/man9/request_irq.9.gz
|
||||
#ln -s %{_mandir}/man9/request_threaded_irq.9.gz $RPM_BUILD_ROOT%{_mandir}/man9/request_irq.9.gz
|
||||
|
||||
install -d $RPM_BUILD_ROOT%{_datadir}/doc/kernel/pdf
|
||||
cp -a pdf/Documentation/DocBook/*.pdf $RPM_BUILD_ROOT%{_datadir}/doc/kernel/pdf || true
|
||||
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:29:07 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- fs/fcntl: f_setown, avoid undefined behaviour (bnc#1006180).
|
||||
- fs/fcntl: f_setown, allow returning error (bnc#1006180).
|
||||
- commit c67ada2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:25:05 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- x86/entry/64: Refactor IRQ stacks and make them NMI-safe
|
||||
(bnc#1018348).
|
||||
- x86/entry/64: Initialize the top of the IRQ stack before
|
||||
switching stacks (bnc#1018348).
|
||||
- x86/dumpstack: fix occasionally missing registers (bnc#1018348).
|
||||
- x86/dumpstack: fix interrupt and exception stack boundary checks
|
||||
(bnc#1018348).
|
||||
Update ORC to v3.
|
||||
- commit dca9bfc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:12:02 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/0001-objtool-Move-checking-code-to-check.c.patch.
|
||||
- Refresh
|
||||
patches.suse/0002-objtool-x86-Add-several-functions-and-files-to-the-o.patch.
|
||||
- Refresh
|
||||
patches.suse/0003-objtool-Implement-stack-validation-2.0.patch.
|
||||
- Refresh
|
||||
patches.suse/0004-objtool-Silence-warnings-for-functions-which-use-IRE.patch.
|
||||
Update upstream status.
|
||||
- commit f413050
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 08:49:23 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- rpm/kernel-docs.spec.in: temporary fix for 4.12 and later
|
||||
There is a little DocBook in 4.12 and none in 4.13. So remove creating
|
||||
the link.
|
||||
- commit 1d6ee3e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 4 10:49:11 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
|
@ -60,7 +60,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.12.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7c5c393
|
||||
Release: <RELEASE>.gae25ff8
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:29:07 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- fs/fcntl: f_setown, avoid undefined behaviour (bnc#1006180).
|
||||
- fs/fcntl: f_setown, allow returning error (bnc#1006180).
|
||||
- commit c67ada2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:25:05 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- x86/entry/64: Refactor IRQ stacks and make them NMI-safe
|
||||
(bnc#1018348).
|
||||
- x86/entry/64: Initialize the top of the IRQ stack before
|
||||
switching stacks (bnc#1018348).
|
||||
- x86/dumpstack: fix occasionally missing registers (bnc#1018348).
|
||||
- x86/dumpstack: fix interrupt and exception stack boundary checks
|
||||
(bnc#1018348).
|
||||
Update ORC to v3.
|
||||
- commit dca9bfc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:12:02 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/0001-objtool-Move-checking-code-to-check.c.patch.
|
||||
- Refresh
|
||||
patches.suse/0002-objtool-x86-Add-several-functions-and-files-to-the-o.patch.
|
||||
- Refresh
|
||||
patches.suse/0003-objtool-Implement-stack-validation-2.0.patch.
|
||||
- Refresh
|
||||
patches.suse/0004-objtool-Silence-warnings-for-functions-which-use-IRE.patch.
|
||||
Update upstream status.
|
||||
- commit f413050
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 08:49:23 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- rpm/kernel-docs.spec.in: temporary fix for 4.12 and later
|
||||
There is a little DocBook in 4.12 and none in 4.13. So remove creating
|
||||
the link.
|
||||
- commit 1d6ee3e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 4 10:49:11 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
|
@ -59,7 +59,7 @@ License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 4.12.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7c5c393
|
||||
Release: <RELEASE>.gae25ff8
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:29:07 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- fs/fcntl: f_setown, avoid undefined behaviour (bnc#1006180).
|
||||
- fs/fcntl: f_setown, allow returning error (bnc#1006180).
|
||||
- commit c67ada2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:25:05 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- x86/entry/64: Refactor IRQ stacks and make them NMI-safe
|
||||
(bnc#1018348).
|
||||
- x86/entry/64: Initialize the top of the IRQ stack before
|
||||
switching stacks (bnc#1018348).
|
||||
- x86/dumpstack: fix occasionally missing registers (bnc#1018348).
|
||||
- x86/dumpstack: fix interrupt and exception stack boundary checks
|
||||
(bnc#1018348).
|
||||
Update ORC to v3.
|
||||
- commit dca9bfc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:12:02 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/0001-objtool-Move-checking-code-to-check.c.patch.
|
||||
- Refresh
|
||||
patches.suse/0002-objtool-x86-Add-several-functions-and-files-to-the-o.patch.
|
||||
- Refresh
|
||||
patches.suse/0003-objtool-Implement-stack-validation-2.0.patch.
|
||||
- Refresh
|
||||
patches.suse/0004-objtool-Silence-warnings-for-functions-which-use-IRE.patch.
|
||||
Update upstream status.
|
||||
- commit f413050
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 08:49:23 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- rpm/kernel-docs.spec.in: temporary fix for 4.12 and later
|
||||
There is a little DocBook in 4.12 and none in 4.13. So remove creating
|
||||
the link.
|
||||
- commit 1d6ee3e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 4 10:49:11 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
|
@ -38,7 +38,7 @@ License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 4.12.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7c5c393
|
||||
Release: <RELEASE>.gae25ff8
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:29:07 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- fs/fcntl: f_setown, avoid undefined behaviour (bnc#1006180).
|
||||
- fs/fcntl: f_setown, allow returning error (bnc#1006180).
|
||||
- commit c67ada2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:25:05 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- x86/entry/64: Refactor IRQ stacks and make them NMI-safe
|
||||
(bnc#1018348).
|
||||
- x86/entry/64: Initialize the top of the IRQ stack before
|
||||
switching stacks (bnc#1018348).
|
||||
- x86/dumpstack: fix occasionally missing registers (bnc#1018348).
|
||||
- x86/dumpstack: fix interrupt and exception stack boundary checks
|
||||
(bnc#1018348).
|
||||
Update ORC to v3.
|
||||
- commit dca9bfc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:12:02 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/0001-objtool-Move-checking-code-to-check.c.patch.
|
||||
- Refresh
|
||||
patches.suse/0002-objtool-x86-Add-several-functions-and-files-to-the-o.patch.
|
||||
- Refresh
|
||||
patches.suse/0003-objtool-Implement-stack-validation-2.0.patch.
|
||||
- Refresh
|
||||
patches.suse/0004-objtool-Silence-warnings-for-functions-which-use-IRE.patch.
|
||||
Update upstream status.
|
||||
- commit f413050
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 08:49:23 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- rpm/kernel-docs.spec.in: temporary fix for 4.12 and later
|
||||
There is a little DocBook in 4.12 and none in 4.13. So remove creating
|
||||
the link.
|
||||
- commit 1d6ee3e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 4 10:49:11 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
|
@ -60,7 +60,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.12.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7c5c393
|
||||
Release: <RELEASE>.gae25ff8
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:29:07 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- fs/fcntl: f_setown, avoid undefined behaviour (bnc#1006180).
|
||||
- fs/fcntl: f_setown, allow returning error (bnc#1006180).
|
||||
- commit c67ada2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:25:05 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- x86/entry/64: Refactor IRQ stacks and make them NMI-safe
|
||||
(bnc#1018348).
|
||||
- x86/entry/64: Initialize the top of the IRQ stack before
|
||||
switching stacks (bnc#1018348).
|
||||
- x86/dumpstack: fix occasionally missing registers (bnc#1018348).
|
||||
- x86/dumpstack: fix interrupt and exception stack boundary checks
|
||||
(bnc#1018348).
|
||||
Update ORC to v3.
|
||||
- commit dca9bfc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:12:02 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/0001-objtool-Move-checking-code-to-check.c.patch.
|
||||
- Refresh
|
||||
patches.suse/0002-objtool-x86-Add-several-functions-and-files-to-the-o.patch.
|
||||
- Refresh
|
||||
patches.suse/0003-objtool-Implement-stack-validation-2.0.patch.
|
||||
- Refresh
|
||||
patches.suse/0004-objtool-Silence-warnings-for-functions-which-use-IRE.patch.
|
||||
Update upstream status.
|
||||
- commit f413050
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 08:49:23 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- rpm/kernel-docs.spec.in: temporary fix for 4.12 and later
|
||||
There is a little DocBook in 4.12 and none in 4.13. So remove creating
|
||||
the link.
|
||||
- commit 1d6ee3e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 4 10:49:11 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
|
@ -32,7 +32,7 @@ License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 4.12.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7c5c393
|
||||
Release: <RELEASE>.gae25ff8
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:29:07 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- fs/fcntl: f_setown, avoid undefined behaviour (bnc#1006180).
|
||||
- fs/fcntl: f_setown, allow returning error (bnc#1006180).
|
||||
- commit c67ada2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:25:05 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- x86/entry/64: Refactor IRQ stacks and make them NMI-safe
|
||||
(bnc#1018348).
|
||||
- x86/entry/64: Initialize the top of the IRQ stack before
|
||||
switching stacks (bnc#1018348).
|
||||
- x86/dumpstack: fix occasionally missing registers (bnc#1018348).
|
||||
- x86/dumpstack: fix interrupt and exception stack boundary checks
|
||||
(bnc#1018348).
|
||||
Update ORC to v3.
|
||||
- commit dca9bfc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:12:02 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/0001-objtool-Move-checking-code-to-check.c.patch.
|
||||
- Refresh
|
||||
patches.suse/0002-objtool-x86-Add-several-functions-and-files-to-the-o.patch.
|
||||
- Refresh
|
||||
patches.suse/0003-objtool-Implement-stack-validation-2.0.patch.
|
||||
- Refresh
|
||||
patches.suse/0004-objtool-Silence-warnings-for-functions-which-use-IRE.patch.
|
||||
Update upstream status.
|
||||
- commit f413050
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 08:49:23 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- rpm/kernel-docs.spec.in: temporary fix for 4.12 and later
|
||||
There is a little DocBook in 4.12 and none in 4.13. So remove creating
|
||||
the link.
|
||||
- commit 1d6ee3e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 4 10:49:11 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
|
@ -27,7 +27,7 @@ Group: Development/Sources
|
||||
Version: 4.12.0
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7c5c393
|
||||
Release: <RELEASE>.gae25ff8
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:29:07 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- fs/fcntl: f_setown, avoid undefined behaviour (bnc#1006180).
|
||||
- fs/fcntl: f_setown, allow returning error (bnc#1006180).
|
||||
- commit c67ada2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:25:05 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- x86/entry/64: Refactor IRQ stacks and make them NMI-safe
|
||||
(bnc#1018348).
|
||||
- x86/entry/64: Initialize the top of the IRQ stack before
|
||||
switching stacks (bnc#1018348).
|
||||
- x86/dumpstack: fix occasionally missing registers (bnc#1018348).
|
||||
- x86/dumpstack: fix interrupt and exception stack boundary checks
|
||||
(bnc#1018348).
|
||||
Update ORC to v3.
|
||||
- commit dca9bfc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:12:02 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/0001-objtool-Move-checking-code-to-check.c.patch.
|
||||
- Refresh
|
||||
patches.suse/0002-objtool-x86-Add-several-functions-and-files-to-the-o.patch.
|
||||
- Refresh
|
||||
patches.suse/0003-objtool-Implement-stack-validation-2.0.patch.
|
||||
- Refresh
|
||||
patches.suse/0004-objtool-Silence-warnings-for-functions-which-use-IRE.patch.
|
||||
Update upstream status.
|
||||
- commit f413050
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 08:49:23 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- rpm/kernel-docs.spec.in: temporary fix for 4.12 and later
|
||||
There is a little DocBook in 4.12 and none in 4.13. So remove creating
|
||||
the link.
|
||||
- commit 1d6ee3e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 4 10:49:11 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
|
@ -60,7 +60,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.12.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7c5c393
|
||||
Release: <RELEASE>.gae25ff8
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:29:07 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- fs/fcntl: f_setown, avoid undefined behaviour (bnc#1006180).
|
||||
- fs/fcntl: f_setown, allow returning error (bnc#1006180).
|
||||
- commit c67ada2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:25:05 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- x86/entry/64: Refactor IRQ stacks and make them NMI-safe
|
||||
(bnc#1018348).
|
||||
- x86/entry/64: Initialize the top of the IRQ stack before
|
||||
switching stacks (bnc#1018348).
|
||||
- x86/dumpstack: fix occasionally missing registers (bnc#1018348).
|
||||
- x86/dumpstack: fix interrupt and exception stack boundary checks
|
||||
(bnc#1018348).
|
||||
Update ORC to v3.
|
||||
- commit dca9bfc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:12:02 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/0001-objtool-Move-checking-code-to-check.c.patch.
|
||||
- Refresh
|
||||
patches.suse/0002-objtool-x86-Add-several-functions-and-files-to-the-o.patch.
|
||||
- Refresh
|
||||
patches.suse/0003-objtool-Implement-stack-validation-2.0.patch.
|
||||
- Refresh
|
||||
patches.suse/0004-objtool-Silence-warnings-for-functions-which-use-IRE.patch.
|
||||
Update upstream status.
|
||||
- commit f413050
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 08:49:23 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- rpm/kernel-docs.spec.in: temporary fix for 4.12 and later
|
||||
There is a little DocBook in 4.12 and none in 4.13. So remove creating
|
||||
the link.
|
||||
- commit 1d6ee3e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 4 10:49:11 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
|
@ -60,7 +60,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.12.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7c5c393
|
||||
Release: <RELEASE>.gae25ff8
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:29:07 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- fs/fcntl: f_setown, avoid undefined behaviour (bnc#1006180).
|
||||
- fs/fcntl: f_setown, allow returning error (bnc#1006180).
|
||||
- commit c67ada2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:25:05 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- x86/entry/64: Refactor IRQ stacks and make them NMI-safe
|
||||
(bnc#1018348).
|
||||
- x86/entry/64: Initialize the top of the IRQ stack before
|
||||
switching stacks (bnc#1018348).
|
||||
- x86/dumpstack: fix occasionally missing registers (bnc#1018348).
|
||||
- x86/dumpstack: fix interrupt and exception stack boundary checks
|
||||
(bnc#1018348).
|
||||
Update ORC to v3.
|
||||
- commit dca9bfc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 09:12:02 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/0001-objtool-Move-checking-code-to-check.c.patch.
|
||||
- Refresh
|
||||
patches.suse/0002-objtool-x86-Add-several-functions-and-files-to-the-o.patch.
|
||||
- Refresh
|
||||
patches.suse/0003-objtool-Implement-stack-validation-2.0.patch.
|
||||
- Refresh
|
||||
patches.suse/0004-objtool-Silence-warnings-for-functions-which-use-IRE.patch.
|
||||
Update upstream status.
|
||||
- commit f413050
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 08:49:23 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
- rpm/kernel-docs.spec.in: temporary fix for 4.12 and later
|
||||
There is a little DocBook in 4.12 and none in 4.13. So remove creating
|
||||
the link.
|
||||
- commit 1d6ee3e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 4 10:49:11 CEST 2017 - jslaby@suse.cz
|
||||
|
||||
|
@ -60,7 +60,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.12.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7c5c393
|
||||
Release: <RELEASE>.gae25ff8
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6328ad25ea87d6ba1c539dccda710d1e8c8f94b1a45919367637f26937e96d76
|
||||
size 11904
|
||||
oid sha256:85a0b9bce2cb0680e72903a28413ab271a9a510fc1af7cfde9456bdcbb914d80
|
||||
size 13279
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7e732886d95f7d6a23a401143ad4bd8b8b0d77799d4e8d04c52aac4f0f25ec32
|
||||
size 102431
|
||||
oid sha256:ec85bdc7d3f4fff7069e7b6f02103706fa31932fc4e3f72642bb1ea6edaa2d2a
|
||||
size 105252
|
||||
|
19
series.conf
19
series.conf
@ -281,6 +281,9 @@
|
||||
patches.drivers/pstore_disable_efi_backend_by_default.patch
|
||||
patches.suse/pstore-backend-autoaction
|
||||
|
||||
patches.fixes/0001-fs-fcntl-f_setown-allow-returning-error.patch
|
||||
patches.fixes/0002-fs-fcntl-f_setown-avoid-undefined-behaviour.patch
|
||||
|
||||
########################################################
|
||||
# Overlayfs
|
||||
########################################################
|
||||
@ -444,18 +447,22 @@
|
||||
+dwarf patches.suse/0003-DWARF-EH-frame-based-stack-unwinding.patch
|
||||
+dwarf patches.suse/stack-unwind-disable-kasan.patch
|
||||
|
||||
# from -tip
|
||||
# from upstream
|
||||
patches.suse/0001-objtool-Move-checking-code-to-check.c.patch
|
||||
patches.suse/0002-objtool-x86-Add-several-functions-and-files-to-the-o.patch
|
||||
patches.suse/0003-objtool-Implement-stack-validation-2.0.patch
|
||||
patches.suse/0004-objtool-Silence-warnings-for-functions-which-use-IRE.patch
|
||||
|
||||
# pending
|
||||
patches.suse/0001-objtool-add-orc-debuginfo-generation.patch
|
||||
patches.suse/0002-objtool-x86-add-facility-for-asm-code-to-provide-unw.patch
|
||||
patches.suse/0003-x86-entry-add-unwind-hint-annotations.patch
|
||||
patches.suse/0004-x86-asm-add-unwind-hint-annotations-to-sync_core.patch
|
||||
patches.suse/0005-x86-unwind-add-orc-unwinder.patch
|
||||
patches.suse/0001-x86-entry-64-Refactor-IRQ-stacks-and-make-them-NMI-s.patch
|
||||
patches.suse/0002-x86-entry-64-Initialize-the-top-of-the-IRQ-stack-bef.patch
|
||||
patches.suse/0003-x86-dumpstack-fix-occasionally-missing-registers.patch
|
||||
patches.suse/0004-x86-dumpstack-fix-interrupt-and-exception-stack-boun.patch
|
||||
patches.suse/0005-objtool-add-ORC-unwind-table-generation.patch
|
||||
patches.suse/0006-objtool-x86-add-facility-for-asm-code-to-provide-unw.patch
|
||||
patches.suse/0007-x86-entry-64-add-unwind-hint-annotations.patch
|
||||
patches.suse/0008-x86-asm-add-unwind-hint-annotations-to-sync_core.patch
|
||||
patches.suse/0009-x86-unwind-add-ORC-unwinder.patch
|
||||
|
||||
########################################################
|
||||
# Kdump
|
||||
|
@ -1,3 +1,3 @@
|
||||
2017-07-04 20:42:16 +0200
|
||||
GIT Revision: 7c5c393280c627131208c2703464ea0d29591ed4
|
||||
2017-07-10 09:44:59 +0200
|
||||
GIT Revision: ae25ff80fb23f4b229ff95fbc9b2cba627c02751
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user