commit f12d966b6e9f08fd5cb9eacba2c1092276c725ab
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=481
This commit is contained in:
parent
5e7c3ac1fb
commit
d884647d51
@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 18 13:48:14 CET 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- floppy: fix lock_fdc() signal handling (bnc#966880).
|
||||||
|
- commit f12d966
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 18 13:45:27 CET 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- floppy: refactor open() flags handling (bnc#966880).
|
||||||
|
- commit 70a427d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 18 10:31:57 CET 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Update patches.kernel.org/patch-4.4.1-2 (CVE-2016-0723
|
||||||
|
CVE-2016-2384 bnc#961500 bnc#966883 boo#954532 bsc#966693).
|
||||||
|
- commit 5c471bf
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 18 08:56:03 CET 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 4.4.2 (CVE-2016-0723 CVE-2016-2384 bnc#961500 boo#954532
|
||||||
|
bsc#966693).
|
||||||
|
- Delete
|
||||||
|
patches.drivers/ALSA-usb-audio-avoid-freeing-umidi-object-twice.
|
||||||
|
- Delete
|
||||||
|
patches.fixes/0001-tty-Fix-unsafe-ldisc-reference-via-ioctl-TIOCGETD.patch.
|
||||||
|
- Delete
|
||||||
|
patches.fixes/0002-n_tty-Fix-unsafe-reference-to-other-ldisc.patch.
|
||||||
|
- Delete
|
||||||
|
patches.fixes/HID-multitouch-fix-input-mode-switching-on-some-Elan.
|
||||||
|
- commit 19ca782
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 15 12:03:27 CET 2016 - tiwai@suse.de
|
Mon Feb 15 12:03:27 CET 2016 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
%define srcversion 4.4
|
%define srcversion 4.4
|
||||||
%define patchversion 4.4.1
|
%define patchversion 4.4.2
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -61,9 +61,9 @@ Name: kernel-debug
|
|||||||
Summary: A Debug Version of the Kernel
|
Summary: A Debug Version of the Kernel
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 4.4.1
|
Version: 4.4.2
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g6398c2d
|
Release: <RELEASE>.gf12d966
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 18 13:48:14 CET 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- floppy: fix lock_fdc() signal handling (bnc#966880).
|
||||||
|
- commit f12d966
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 18 13:45:27 CET 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- floppy: refactor open() flags handling (bnc#966880).
|
||||||
|
- commit 70a427d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 18 10:31:57 CET 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Update patches.kernel.org/patch-4.4.1-2 (CVE-2016-0723
|
||||||
|
CVE-2016-2384 bnc#961500 bnc#966883 boo#954532 bsc#966693).
|
||||||
|
- commit 5c471bf
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 18 08:56:03 CET 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 4.4.2 (CVE-2016-0723 CVE-2016-2384 bnc#961500 boo#954532
|
||||||
|
bsc#966693).
|
||||||
|
- Delete
|
||||||
|
patches.drivers/ALSA-usb-audio-avoid-freeing-umidi-object-twice.
|
||||||
|
- Delete
|
||||||
|
patches.fixes/0001-tty-Fix-unsafe-ldisc-reference-via-ioctl-TIOCGETD.patch.
|
||||||
|
- Delete
|
||||||
|
patches.fixes/0002-n_tty-Fix-unsafe-reference-to-other-ldisc.patch.
|
||||||
|
- Delete
|
||||||
|
patches.fixes/HID-multitouch-fix-input-mode-switching-on-some-Elan.
|
||||||
|
- commit 19ca782
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 15 12:03:27 CET 2016 - tiwai@suse.de
|
Mon Feb 15 12:03:27 CET 2016 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
%define srcversion 4.4
|
%define srcversion 4.4
|
||||||
%define patchversion 4.4.1
|
%define patchversion 4.4.2
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -61,9 +61,9 @@ Name: kernel-default
|
|||||||
Summary: The Standard Kernel
|
Summary: The Standard Kernel
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 4.4.1
|
Version: 4.4.2
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g6398c2d
|
Release: <RELEASE>.gf12d966
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 18 13:48:14 CET 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- floppy: fix lock_fdc() signal handling (bnc#966880).
|
||||||
|
- commit f12d966
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 18 13:45:27 CET 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- floppy: refactor open() flags handling (bnc#966880).
|
||||||
|
- commit 70a427d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 18 10:31:57 CET 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Update patches.kernel.org/patch-4.4.1-2 (CVE-2016-0723
|
||||||
|
CVE-2016-2384 bnc#961500 bnc#966883 boo#954532 bsc#966693).
|
||||||
|
- commit 5c471bf
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 18 08:56:03 CET 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 4.4.2 (CVE-2016-0723 CVE-2016-2384 bnc#961500 boo#954532
|
||||||
|
bsc#966693).
|
||||||
|
- Delete
|
||||||
|
patches.drivers/ALSA-usb-audio-avoid-freeing-umidi-object-twice.
|
||||||
|
- Delete
|
||||||
|
patches.fixes/0001-tty-Fix-unsafe-ldisc-reference-via-ioctl-TIOCGETD.patch.
|
||||||
|
- Delete
|
||||||
|
patches.fixes/0002-n_tty-Fix-unsafe-reference-to-other-ldisc.patch.
|
||||||
|
- Delete
|
||||||
|
patches.fixes/HID-multitouch-fix-input-mode-switching-on-some-Elan.
|
||||||
|
- commit 19ca782
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 15 12:03:27 CET 2016 - tiwai@suse.de
|
Mon Feb 15 12:03:27 CET 2016 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define patchversion 4.4.1
|
%define patchversion 4.4.2
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -27,9 +27,9 @@ Name: kernel-docs
|
|||||||
Summary: Kernel Documentation (man pages)
|
Summary: Kernel Documentation (man pages)
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: Documentation/Man
|
Group: Documentation/Man
|
||||||
Version: 4.4.1
|
Version: 4.4.2
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g6398c2d
|
Release: <RELEASE>.gf12d966
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 18 13:48:14 CET 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- floppy: fix lock_fdc() signal handling (bnc#966880).
|
||||||
|
- commit f12d966
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 18 13:45:27 CET 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- floppy: refactor open() flags handling (bnc#966880).
|
||||||
|
- commit 70a427d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 18 10:31:57 CET 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Update patches.kernel.org/patch-4.4.1-2 (CVE-2016-0723
|
||||||
|
CVE-2016-2384 bnc#961500 bnc#966883 boo#954532 bsc#966693).
|
||||||
|
- commit 5c471bf
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 18 08:56:03 CET 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 4.4.2 (CVE-2016-0723 CVE-2016-2384 bnc#961500 boo#954532
|
||||||
|
bsc#966693).
|
||||||
|
- Delete
|
||||||
|
patches.drivers/ALSA-usb-audio-avoid-freeing-umidi-object-twice.
|
||||||
|
- Delete
|
||||||
|
patches.fixes/0001-tty-Fix-unsafe-ldisc-reference-via-ioctl-TIOCGETD.patch.
|
||||||
|
- Delete
|
||||||
|
patches.fixes/0002-n_tty-Fix-unsafe-reference-to-other-ldisc.patch.
|
||||||
|
- Delete
|
||||||
|
patches.fixes/HID-multitouch-fix-input-mode-switching-on-some-Elan.
|
||||||
|
- commit 19ca782
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 15 12:03:27 CET 2016 - tiwai@suse.de
|
Mon Feb 15 12:03:27 CET 2016 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
%define srcversion 4.4
|
%define srcversion 4.4
|
||||||
%define patchversion 4.4.1
|
%define patchversion 4.4.2
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -61,9 +61,9 @@ Name: kernel-lpae
|
|||||||
Summary: Kernel for LPAE enabled systems
|
Summary: Kernel for LPAE enabled systems
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 4.4.1
|
Version: 4.4.2
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g6398c2d
|
Release: <RELEASE>.gf12d966
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 18 13:48:14 CET 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- floppy: fix lock_fdc() signal handling (bnc#966880).
|
||||||
|
- commit f12d966
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 18 13:45:27 CET 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- floppy: refactor open() flags handling (bnc#966880).
|
||||||
|
- commit 70a427d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 18 10:31:57 CET 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Update patches.kernel.org/patch-4.4.1-2 (CVE-2016-0723
|
||||||
|
CVE-2016-2384 bnc#961500 bnc#966883 boo#954532 bsc#966693).
|
||||||
|
- commit 5c471bf
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 18 08:56:03 CET 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 4.4.2 (CVE-2016-0723 CVE-2016-2384 bnc#961500 boo#954532
|
||||||
|
bsc#966693).
|
||||||
|
- Delete
|
||||||
|
patches.drivers/ALSA-usb-audio-avoid-freeing-umidi-object-twice.
|
||||||
|
- Delete
|
||||||
|
patches.fixes/0001-tty-Fix-unsafe-ldisc-reference-via-ioctl-TIOCGETD.patch.
|
||||||
|
- Delete
|
||||||
|
patches.fixes/0002-n_tty-Fix-unsafe-reference-to-other-ldisc.patch.
|
||||||
|
- Delete
|
||||||
|
patches.fixes/HID-multitouch-fix-input-mode-switching-on-some-Elan.
|
||||||
|
- commit 19ca782
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 15 12:03:27 CET 2016 - tiwai@suse.de
|
Mon Feb 15 12:03:27 CET 2016 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#!BuildIgnore: post-build-checks
|
#!BuildIgnore: post-build-checks
|
||||||
|
|
||||||
%define patchversion 4.4.1
|
%define patchversion 4.4.2
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -51,9 +51,9 @@ BuildRequires: dracut
|
|||||||
Summary: package kernel and initrd for OBS VM builds
|
Summary: package kernel and initrd for OBS VM builds
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: SLES
|
Group: SLES
|
||||||
Version: 4.4.1
|
Version: 4.4.2
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g6398c2d
|
Release: <RELEASE>.gf12d966
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 18 13:48:14 CET 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- floppy: fix lock_fdc() signal handling (bnc#966880).
|
||||||
|
- commit f12d966
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 18 13:45:27 CET 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- floppy: refactor open() flags handling (bnc#966880).
|
||||||
|
- commit 70a427d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 18 10:31:57 CET 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Update patches.kernel.org/patch-4.4.1-2 (CVE-2016-0723
|
||||||
|
CVE-2016-2384 bnc#961500 bnc#966883 boo#954532 bsc#966693).
|
||||||
|
- commit 5c471bf
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 18 08:56:03 CET 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 4.4.2 (CVE-2016-0723 CVE-2016-2384 bnc#961500 boo#954532
|
||||||
|
bsc#966693).
|
||||||
|
- Delete
|
||||||
|
patches.drivers/ALSA-usb-audio-avoid-freeing-umidi-object-twice.
|
||||||
|
- Delete
|
||||||
|
patches.fixes/0001-tty-Fix-unsafe-ldisc-reference-via-ioctl-TIOCGETD.patch.
|
||||||
|
- Delete
|
||||||
|
patches.fixes/0002-n_tty-Fix-unsafe-reference-to-other-ldisc.patch.
|
||||||
|
- Delete
|
||||||
|
patches.fixes/HID-multitouch-fix-input-mode-switching-on-some-Elan.
|
||||||
|
- commit 19ca782
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 15 12:03:27 CET 2016 - tiwai@suse.de
|
Mon Feb 15 12:03:27 CET 2016 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
# needsrootforbuild
|
# needsrootforbuild
|
||||||
|
|
||||||
|
|
||||||
%define patchversion 4.4.1
|
%define patchversion 4.4.2
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -36,9 +36,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
Summary: Basic QA tests for the kernel
|
Summary: Basic QA tests for the kernel
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: SLES
|
Group: SLES
|
||||||
Version: 4.4.1
|
Version: 4.4.2
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g6398c2d
|
Release: <RELEASE>.gf12d966
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 18 13:48:14 CET 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- floppy: fix lock_fdc() signal handling (bnc#966880).
|
||||||
|
- commit f12d966
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 18 13:45:27 CET 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- floppy: refactor open() flags handling (bnc#966880).
|
||||||
|
- commit 70a427d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 18 10:31:57 CET 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Update patches.kernel.org/patch-4.4.1-2 (CVE-2016-0723
|
||||||
|
CVE-2016-2384 bnc#961500 bnc#966883 boo#954532 bsc#966693).
|
||||||
|
- commit 5c471bf
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 18 08:56:03 CET 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 4.4.2 (CVE-2016-0723 CVE-2016-2384 bnc#961500 boo#954532
|
||||||
|
bsc#966693).
|
||||||
|
- Delete
|
||||||
|
patches.drivers/ALSA-usb-audio-avoid-freeing-umidi-object-twice.
|
||||||
|
- Delete
|
||||||
|
patches.fixes/0001-tty-Fix-unsafe-ldisc-reference-via-ioctl-TIOCGETD.patch.
|
||||||
|
- Delete
|
||||||
|
patches.fixes/0002-n_tty-Fix-unsafe-reference-to-other-ldisc.patch.
|
||||||
|
- Delete
|
||||||
|
patches.fixes/HID-multitouch-fix-input-mode-switching-on-some-Elan.
|
||||||
|
- commit 19ca782
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 15 12:03:27 CET 2016 - tiwai@suse.de
|
Mon Feb 15 12:03:27 CET 2016 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
%define srcversion 4.4
|
%define srcversion 4.4
|
||||||
%define patchversion 4.4.1
|
%define patchversion 4.4.2
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -61,9 +61,9 @@ Name: kernel-pae
|
|||||||
Summary: Kernel with PAE Support
|
Summary: Kernel with PAE Support
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 4.4.1
|
Version: 4.4.2
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g6398c2d
|
Release: <RELEASE>.gf12d966
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 18 13:48:14 CET 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- floppy: fix lock_fdc() signal handling (bnc#966880).
|
||||||
|
- commit f12d966
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 18 13:45:27 CET 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- floppy: refactor open() flags handling (bnc#966880).
|
||||||
|
- commit 70a427d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 18 10:31:57 CET 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Update patches.kernel.org/patch-4.4.1-2 (CVE-2016-0723
|
||||||
|
CVE-2016-2384 bnc#961500 bnc#966883 boo#954532 bsc#966693).
|
||||||
|
- commit 5c471bf
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 18 08:56:03 CET 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 4.4.2 (CVE-2016-0723 CVE-2016-2384 bnc#961500 boo#954532
|
||||||
|
bsc#966693).
|
||||||
|
- Delete
|
||||||
|
patches.drivers/ALSA-usb-audio-avoid-freeing-umidi-object-twice.
|
||||||
|
- Delete
|
||||||
|
patches.fixes/0001-tty-Fix-unsafe-ldisc-reference-via-ioctl-TIOCGETD.patch.
|
||||||
|
- Delete
|
||||||
|
patches.fixes/0002-n_tty-Fix-unsafe-reference-to-other-ldisc.patch.
|
||||||
|
- Delete
|
||||||
|
patches.fixes/HID-multitouch-fix-input-mode-switching-on-some-Elan.
|
||||||
|
- commit 19ca782
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 15 12:03:27 CET 2016 - tiwai@suse.de
|
Mon Feb 15 12:03:27 CET 2016 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 4.4
|
%define srcversion 4.4
|
||||||
%define patchversion 4.4.1
|
%define patchversion 4.4.2
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -30,9 +30,9 @@ Name: kernel-source
|
|||||||
Summary: The Linux Kernel Sources
|
Summary: The Linux Kernel Sources
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: Development/Sources
|
Group: Development/Sources
|
||||||
Version: 4.4.1
|
Version: 4.4.2
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g6398c2d
|
Release: <RELEASE>.gf12d966
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 18 13:48:14 CET 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- floppy: fix lock_fdc() signal handling (bnc#966880).
|
||||||
|
- commit f12d966
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 18 13:45:27 CET 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- floppy: refactor open() flags handling (bnc#966880).
|
||||||
|
- commit 70a427d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 18 10:31:57 CET 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Update patches.kernel.org/patch-4.4.1-2 (CVE-2016-0723
|
||||||
|
CVE-2016-2384 bnc#961500 bnc#966883 boo#954532 bsc#966693).
|
||||||
|
- commit 5c471bf
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 18 08:56:03 CET 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 4.4.2 (CVE-2016-0723 CVE-2016-2384 bnc#961500 boo#954532
|
||||||
|
bsc#966693).
|
||||||
|
- Delete
|
||||||
|
patches.drivers/ALSA-usb-audio-avoid-freeing-umidi-object-twice.
|
||||||
|
- Delete
|
||||||
|
patches.fixes/0001-tty-Fix-unsafe-ldisc-reference-via-ioctl-TIOCGETD.patch.
|
||||||
|
- Delete
|
||||||
|
patches.fixes/0002-n_tty-Fix-unsafe-reference-to-other-ldisc.patch.
|
||||||
|
- Delete
|
||||||
|
patches.fixes/HID-multitouch-fix-input-mode-switching-on-some-Elan.
|
||||||
|
- commit 19ca782
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 15 12:03:27 CET 2016 - tiwai@suse.de
|
Mon Feb 15 12:03:27 CET 2016 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -24,10 +24,10 @@ Name: kernel-syms
|
|||||||
Summary: Kernel Symbol Versions (modversions)
|
Summary: Kernel Symbol Versions (modversions)
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: Development/Sources
|
Group: Development/Sources
|
||||||
Version: 4.4.1
|
Version: 4.4.2
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g6398c2d
|
Release: <RELEASE>.gf12d966
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 18 13:48:14 CET 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- floppy: fix lock_fdc() signal handling (bnc#966880).
|
||||||
|
- commit f12d966
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 18 13:45:27 CET 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- floppy: refactor open() flags handling (bnc#966880).
|
||||||
|
- commit 70a427d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 18 10:31:57 CET 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Update patches.kernel.org/patch-4.4.1-2 (CVE-2016-0723
|
||||||
|
CVE-2016-2384 bnc#961500 bnc#966883 boo#954532 bsc#966693).
|
||||||
|
- commit 5c471bf
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 18 08:56:03 CET 2016 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 4.4.2 (CVE-2016-0723 CVE-2016-2384 bnc#961500 boo#954532
|
||||||
|
bsc#966693).
|
||||||
|
- Delete
|
||||||
|
patches.drivers/ALSA-usb-audio-avoid-freeing-umidi-object-twice.
|
||||||
|
- Delete
|
||||||
|
patches.fixes/0001-tty-Fix-unsafe-ldisc-reference-via-ioctl-TIOCGETD.patch.
|
||||||
|
- Delete
|
||||||
|
patches.fixes/0002-n_tty-Fix-unsafe-reference-to-other-ldisc.patch.
|
||||||
|
- Delete
|
||||||
|
patches.fixes/HID-multitouch-fix-input-mode-switching-on-some-Elan.
|
||||||
|
- commit 19ca782
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 15 12:03:27 CET 2016 - tiwai@suse.de
|
Mon Feb 15 12:03:27 CET 2016 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
%define srcversion 4.4
|
%define srcversion 4.4
|
||||||
%define patchversion 4.4.1
|
%define patchversion 4.4.2
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -61,9 +61,9 @@ Name: kernel-vanilla
|
|||||||
Summary: The Standard Kernel - without any SUSE patches
|
Summary: The Standard Kernel - without any SUSE patches
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 4.4.1
|
Version: 4.4.2
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g6398c2d
|
Release: <RELEASE>.gf12d966
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:066e627e48c026fce182d67bccd51ab1413fbd8ab1982a6bae38a2557e5a18a7
|
oid sha256:39fac2f2228207158a2410dab884c47f8ad3089fbadbe753efc52f6ef9412fdd
|
||||||
size 33533
|
size 33117
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:aec4a60c5607a79637ce855ffbbf64f1f7e510e08fbe7a8e41c0386895d7c1b1
|
oid sha256:a41af329912977fffd476d40f078bd1e8d6ebdfeb4bce879e218dd4172b17ade
|
||||||
size 16100
|
size 15996
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:3fde76e9319de8f0bf80a698efd7379a983ad500ce90863ee03066a8e7eb2ffb
|
oid sha256:54c8879ce84dfb693423112eb05ac8a8af798c578703a47e15098453d6234f82
|
||||||
size 26083
|
size 66778
|
||||||
|
@ -28,6 +28,7 @@
|
|||||||
# Send separate patches upstream if you find a problem...
|
# Send separate patches upstream if you find a problem...
|
||||||
########################################################
|
########################################################
|
||||||
patches.kernel.org/patch-4.4.1
|
patches.kernel.org/patch-4.4.1
|
||||||
|
patches.kernel.org/patch-4.4.1-2
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# Build fixes that apply to the vanilla kernel too.
|
# Build fixes that apply to the vanilla kernel too.
|
||||||
@ -332,6 +333,9 @@
|
|||||||
patches.fixes/scsi-ignore-errors-from-scsi_dh_add_device
|
patches.fixes/scsi-ignore-errors-from-scsi_dh_add_device
|
||||||
patches.fixes/sd-Optimal-I-O-size-is-in-bytes-not-sectors
|
patches.fixes/sd-Optimal-I-O-size-is-in-bytes-not-sectors
|
||||||
|
|
||||||
|
patches.fixes/floppy-refactor-open-flags-handling.patch
|
||||||
|
patches.fixes/floppy-fix-lock_fdc-signal-handling.patch
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# DRM/Video
|
# DRM/Video
|
||||||
########################################################
|
########################################################
|
||||||
@ -385,18 +389,14 @@
|
|||||||
########################################################
|
########################################################
|
||||||
# patches.suse/SUSE-bootsplash
|
# patches.suse/SUSE-bootsplash
|
||||||
# patches.suse/SUSE-bootsplash-mgadrmfb-workaround
|
# patches.suse/SUSE-bootsplash-mgadrmfb-workaround
|
||||||
patches.fixes/HID-multitouch-fix-input-mode-switching-on-some-Elan
|
|
||||||
|
|
||||||
##########################################################
|
##########################################################
|
||||||
# Sound
|
# Sound
|
||||||
##########################################################
|
##########################################################
|
||||||
patches.drivers/ALSA-usb-audio-avoid-freeing-umidi-object-twice
|
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# Char / serial
|
# Char / serial
|
||||||
########################################################
|
########################################################
|
||||||
patches.fixes/0001-tty-Fix-unsafe-ldisc-reference-via-ioctl-TIOCGETD.patch
|
|
||||||
patches.fixes/0002-n_tty-Fix-unsafe-reference-to-other-ldisc.patch
|
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# Other driver fixes
|
# Other driver fixes
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
2016-02-15 12:03:27 +0100
|
2016-02-18 13:50:02 +0100
|
||||||
GIT Revision: 6398c2df356e9052b52ba35e636955cf7a7154d9
|
GIT Revision: f12d966b6e9f08fd5cb9eacba2c1092276c725ab
|
||||||
GIT Branch: stable
|
GIT Branch: stable
|
||||||
|
Loading…
Reference in New Issue
Block a user