commit 171b8f1f4e35fcb98abec31cbf150e361718eac7

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=483
This commit is contained in:
Michal Marek 2016-02-27 07:05:44 +00:00 committed by Git OBS Bridge
parent cc1be8827c
commit 1792fd79c4
25 changed files with 426 additions and 39 deletions

View File

@ -1,3 +1,41 @@
-------------------------------------------------------------------
Fri Feb 26 10:54:10 CET 2016 - jslaby@suse.cz
- genirq: Validate action before dereferencing it in
handle_irq_event_percpu() (bnc#968396).
- commit 171b8f1
-------------------------------------------------------------------
Fri Feb 26 08:35:54 CET 2016 - jslaby@suse.cz
- Linux 4.4.3 (boo#962250 bsc#960910).
- Delete
patches.fixes/Revert-xfs-clear-PF_NOFREEZE-for-xfsaild-kthread.
- Delete
patches.suse/btrfs-fix-fitrim-discarding-device-area-reserved-for.patch.
- commit 3ae1dff
-------------------------------------------------------------------
Wed Feb 24 18:29:02 CET 2016 - dsterba@suse.com
- btrfs: remove error message from search ioctl for nonexistent tree.
- commit 2629d17
-------------------------------------------------------------------
Wed Feb 24 17:08:52 CET 2016 - tiwai@suse.de
- drm/nouveau/display: Enable vblank irqs after display engine
is on again (bsc#962535).
- drm: Fix treatment of drm_vblank_offdelay in drm_vblank_on()
(v2) (bsc#962535).
- drm: Fix drm_vblank_pre/post_modeset regression from Linux 4.4
(bsc#962535).
- drm: Prevent vblank counter bumps > 1 with active vblank
clients. (v2) (bsc#962535).
- drm: No-Op redundant calls to drm_vblank_off() (v2)
(bsc#962535).
- commit 46e3b92
-------------------------------------------------------------------
Tue Feb 23 11:30:49 CET 2016 - tiwai@suse.de

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 4.4
%define patchversion 4.4.2
%define patchversion 4.4.3
%define variant %{nil}
%define vanilla_only 0
@ -61,9 +61,9 @@ Name: kernel-debug
Summary: A Debug Version of the Kernel
License: GPL-2.0
Group: System/Kernel
Version: 4.4.2
Version: 4.4.3
%if 0%{?is_kotd}
Release: <RELEASE>.gc601f8d
Release: <RELEASE>.g171b8f1
%else
Release: 0
%endif

View File

@ -1,3 +1,41 @@
-------------------------------------------------------------------
Fri Feb 26 10:54:10 CET 2016 - jslaby@suse.cz
- genirq: Validate action before dereferencing it in
handle_irq_event_percpu() (bnc#968396).
- commit 171b8f1
-------------------------------------------------------------------
Fri Feb 26 08:35:54 CET 2016 - jslaby@suse.cz
- Linux 4.4.3 (boo#962250 bsc#960910).
- Delete
patches.fixes/Revert-xfs-clear-PF_NOFREEZE-for-xfsaild-kthread.
- Delete
patches.suse/btrfs-fix-fitrim-discarding-device-area-reserved-for.patch.
- commit 3ae1dff
-------------------------------------------------------------------
Wed Feb 24 18:29:02 CET 2016 - dsterba@suse.com
- btrfs: remove error message from search ioctl for nonexistent tree.
- commit 2629d17
-------------------------------------------------------------------
Wed Feb 24 17:08:52 CET 2016 - tiwai@suse.de
- drm/nouveau/display: Enable vblank irqs after display engine
is on again (bsc#962535).
- drm: Fix treatment of drm_vblank_offdelay in drm_vblank_on()
(v2) (bsc#962535).
- drm: Fix drm_vblank_pre/post_modeset regression from Linux 4.4
(bsc#962535).
- drm: Prevent vblank counter bumps > 1 with active vblank
clients. (v2) (bsc#962535).
- drm: No-Op redundant calls to drm_vblank_off() (v2)
(bsc#962535).
- commit 46e3b92
-------------------------------------------------------------------
Tue Feb 23 11:30:49 CET 2016 - tiwai@suse.de

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 4.4
%define patchversion 4.4.2
%define patchversion 4.4.3
%define variant %{nil}
%define vanilla_only 0
@ -61,9 +61,9 @@ Name: kernel-default
Summary: The Standard Kernel
License: GPL-2.0
Group: System/Kernel
Version: 4.4.2
Version: 4.4.3
%if 0%{?is_kotd}
Release: <RELEASE>.gc601f8d
Release: <RELEASE>.g171b8f1
%else
Release: 0
%endif

View File

@ -1,3 +1,41 @@
-------------------------------------------------------------------
Fri Feb 26 10:54:10 CET 2016 - jslaby@suse.cz
- genirq: Validate action before dereferencing it in
handle_irq_event_percpu() (bnc#968396).
- commit 171b8f1
-------------------------------------------------------------------
Fri Feb 26 08:35:54 CET 2016 - jslaby@suse.cz
- Linux 4.4.3 (boo#962250 bsc#960910).
- Delete
patches.fixes/Revert-xfs-clear-PF_NOFREEZE-for-xfsaild-kthread.
- Delete
patches.suse/btrfs-fix-fitrim-discarding-device-area-reserved-for.patch.
- commit 3ae1dff
-------------------------------------------------------------------
Wed Feb 24 18:29:02 CET 2016 - dsterba@suse.com
- btrfs: remove error message from search ioctl for nonexistent tree.
- commit 2629d17
-------------------------------------------------------------------
Wed Feb 24 17:08:52 CET 2016 - tiwai@suse.de
- drm/nouveau/display: Enable vblank irqs after display engine
is on again (bsc#962535).
- drm: Fix treatment of drm_vblank_offdelay in drm_vblank_on()
(v2) (bsc#962535).
- drm: Fix drm_vblank_pre/post_modeset regression from Linux 4.4
(bsc#962535).
- drm: Prevent vblank counter bumps > 1 with active vblank
clients. (v2) (bsc#962535).
- drm: No-Op redundant calls to drm_vblank_off() (v2)
(bsc#962535).
- commit 46e3b92
-------------------------------------------------------------------
Tue Feb 23 11:30:49 CET 2016 - tiwai@suse.de

View File

@ -16,7 +16,7 @@
#
%define patchversion 4.4.2
%define patchversion 4.4.3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -27,9 +27,9 @@ Name: kernel-docs
Summary: Kernel Documentation (man pages)
License: GPL-2.0
Group: Documentation/Man
Version: 4.4.2
Version: 4.4.3
%if 0%{?is_kotd}
Release: <RELEASE>.gc601f8d
Release: <RELEASE>.g171b8f1
%else
Release: 0
%endif

View File

@ -1,3 +1,41 @@
-------------------------------------------------------------------
Fri Feb 26 10:54:10 CET 2016 - jslaby@suse.cz
- genirq: Validate action before dereferencing it in
handle_irq_event_percpu() (bnc#968396).
- commit 171b8f1
-------------------------------------------------------------------
Fri Feb 26 08:35:54 CET 2016 - jslaby@suse.cz
- Linux 4.4.3 (boo#962250 bsc#960910).
- Delete
patches.fixes/Revert-xfs-clear-PF_NOFREEZE-for-xfsaild-kthread.
- Delete
patches.suse/btrfs-fix-fitrim-discarding-device-area-reserved-for.patch.
- commit 3ae1dff
-------------------------------------------------------------------
Wed Feb 24 18:29:02 CET 2016 - dsterba@suse.com
- btrfs: remove error message from search ioctl for nonexistent tree.
- commit 2629d17
-------------------------------------------------------------------
Wed Feb 24 17:08:52 CET 2016 - tiwai@suse.de
- drm/nouveau/display: Enable vblank irqs after display engine
is on again (bsc#962535).
- drm: Fix treatment of drm_vblank_offdelay in drm_vblank_on()
(v2) (bsc#962535).
- drm: Fix drm_vblank_pre/post_modeset regression from Linux 4.4
(bsc#962535).
- drm: Prevent vblank counter bumps > 1 with active vblank
clients. (v2) (bsc#962535).
- drm: No-Op redundant calls to drm_vblank_off() (v2)
(bsc#962535).
- commit 46e3b92
-------------------------------------------------------------------
Tue Feb 23 11:30:49 CET 2016 - tiwai@suse.de

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 4.4
%define patchversion 4.4.2
%define patchversion 4.4.3
%define variant %{nil}
%define vanilla_only 0
@ -61,9 +61,9 @@ Name: kernel-lpae
Summary: Kernel for LPAE enabled systems
License: GPL-2.0
Group: System/Kernel
Version: 4.4.2
Version: 4.4.3
%if 0%{?is_kotd}
Release: <RELEASE>.gc601f8d
Release: <RELEASE>.g171b8f1
%else
Release: 0
%endif

View File

@ -1,3 +1,41 @@
-------------------------------------------------------------------
Fri Feb 26 10:54:10 CET 2016 - jslaby@suse.cz
- genirq: Validate action before dereferencing it in
handle_irq_event_percpu() (bnc#968396).
- commit 171b8f1
-------------------------------------------------------------------
Fri Feb 26 08:35:54 CET 2016 - jslaby@suse.cz
- Linux 4.4.3 (boo#962250 bsc#960910).
- Delete
patches.fixes/Revert-xfs-clear-PF_NOFREEZE-for-xfsaild-kthread.
- Delete
patches.suse/btrfs-fix-fitrim-discarding-device-area-reserved-for.patch.
- commit 3ae1dff
-------------------------------------------------------------------
Wed Feb 24 18:29:02 CET 2016 - dsterba@suse.com
- btrfs: remove error message from search ioctl for nonexistent tree.
- commit 2629d17
-------------------------------------------------------------------
Wed Feb 24 17:08:52 CET 2016 - tiwai@suse.de
- drm/nouveau/display: Enable vblank irqs after display engine
is on again (bsc#962535).
- drm: Fix treatment of drm_vblank_offdelay in drm_vblank_on()
(v2) (bsc#962535).
- drm: Fix drm_vblank_pre/post_modeset regression from Linux 4.4
(bsc#962535).
- drm: Prevent vblank counter bumps > 1 with active vblank
clients. (v2) (bsc#962535).
- drm: No-Op redundant calls to drm_vblank_off() (v2)
(bsc#962535).
- commit 46e3b92
-------------------------------------------------------------------
Tue Feb 23 11:30:49 CET 2016 - tiwai@suse.de

View File

@ -19,7 +19,7 @@
#!BuildIgnore: post-build-checks
%define patchversion 4.4.2
%define patchversion 4.4.3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -51,9 +51,9 @@ BuildRequires: dracut
Summary: package kernel and initrd for OBS VM builds
License: GPL-2.0
Group: SLES
Version: 4.4.2
Version: 4.4.3
%if 0%{?is_kotd}
Release: <RELEASE>.gc601f8d
Release: <RELEASE>.g171b8f1
%else
Release: 0
%endif

View File

@ -1,3 +1,41 @@
-------------------------------------------------------------------
Fri Feb 26 10:54:10 CET 2016 - jslaby@suse.cz
- genirq: Validate action before dereferencing it in
handle_irq_event_percpu() (bnc#968396).
- commit 171b8f1
-------------------------------------------------------------------
Fri Feb 26 08:35:54 CET 2016 - jslaby@suse.cz
- Linux 4.4.3 (boo#962250 bsc#960910).
- Delete
patches.fixes/Revert-xfs-clear-PF_NOFREEZE-for-xfsaild-kthread.
- Delete
patches.suse/btrfs-fix-fitrim-discarding-device-area-reserved-for.patch.
- commit 3ae1dff
-------------------------------------------------------------------
Wed Feb 24 18:29:02 CET 2016 - dsterba@suse.com
- btrfs: remove error message from search ioctl for nonexistent tree.
- commit 2629d17
-------------------------------------------------------------------
Wed Feb 24 17:08:52 CET 2016 - tiwai@suse.de
- drm/nouveau/display: Enable vblank irqs after display engine
is on again (bsc#962535).
- drm: Fix treatment of drm_vblank_offdelay in drm_vblank_on()
(v2) (bsc#962535).
- drm: Fix drm_vblank_pre/post_modeset regression from Linux 4.4
(bsc#962535).
- drm: Prevent vblank counter bumps > 1 with active vblank
clients. (v2) (bsc#962535).
- drm: No-Op redundant calls to drm_vblank_off() (v2)
(bsc#962535).
- commit 46e3b92
-------------------------------------------------------------------
Tue Feb 23 11:30:49 CET 2016 - tiwai@suse.de

View File

@ -17,7 +17,7 @@
# needsrootforbuild
%define patchversion 4.4.2
%define patchversion 4.4.3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -36,9 +36,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Basic QA tests for the kernel
License: GPL-2.0
Group: SLES
Version: 4.4.2
Version: 4.4.3
%if 0%{?is_kotd}
Release: <RELEASE>.gc601f8d
Release: <RELEASE>.g171b8f1
%else
Release: 0
%endif

View File

@ -1,3 +1,41 @@
-------------------------------------------------------------------
Fri Feb 26 10:54:10 CET 2016 - jslaby@suse.cz
- genirq: Validate action before dereferencing it in
handle_irq_event_percpu() (bnc#968396).
- commit 171b8f1
-------------------------------------------------------------------
Fri Feb 26 08:35:54 CET 2016 - jslaby@suse.cz
- Linux 4.4.3 (boo#962250 bsc#960910).
- Delete
patches.fixes/Revert-xfs-clear-PF_NOFREEZE-for-xfsaild-kthread.
- Delete
patches.suse/btrfs-fix-fitrim-discarding-device-area-reserved-for.patch.
- commit 3ae1dff
-------------------------------------------------------------------
Wed Feb 24 18:29:02 CET 2016 - dsterba@suse.com
- btrfs: remove error message from search ioctl for nonexistent tree.
- commit 2629d17
-------------------------------------------------------------------
Wed Feb 24 17:08:52 CET 2016 - tiwai@suse.de
- drm/nouveau/display: Enable vblank irqs after display engine
is on again (bsc#962535).
- drm: Fix treatment of drm_vblank_offdelay in drm_vblank_on()
(v2) (bsc#962535).
- drm: Fix drm_vblank_pre/post_modeset regression from Linux 4.4
(bsc#962535).
- drm: Prevent vblank counter bumps > 1 with active vblank
clients. (v2) (bsc#962535).
- drm: No-Op redundant calls to drm_vblank_off() (v2)
(bsc#962535).
- commit 46e3b92
-------------------------------------------------------------------
Tue Feb 23 11:30:49 CET 2016 - tiwai@suse.de

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 4.4
%define patchversion 4.4.2
%define patchversion 4.4.3
%define variant %{nil}
%define vanilla_only 0
@ -61,9 +61,9 @@ Name: kernel-pae
Summary: Kernel with PAE Support
License: GPL-2.0
Group: System/Kernel
Version: 4.4.2
Version: 4.4.3
%if 0%{?is_kotd}
Release: <RELEASE>.gc601f8d
Release: <RELEASE>.g171b8f1
%else
Release: 0
%endif

View File

@ -1,3 +1,41 @@
-------------------------------------------------------------------
Fri Feb 26 10:54:10 CET 2016 - jslaby@suse.cz
- genirq: Validate action before dereferencing it in
handle_irq_event_percpu() (bnc#968396).
- commit 171b8f1
-------------------------------------------------------------------
Fri Feb 26 08:35:54 CET 2016 - jslaby@suse.cz
- Linux 4.4.3 (boo#962250 bsc#960910).
- Delete
patches.fixes/Revert-xfs-clear-PF_NOFREEZE-for-xfsaild-kthread.
- Delete
patches.suse/btrfs-fix-fitrim-discarding-device-area-reserved-for.patch.
- commit 3ae1dff
-------------------------------------------------------------------
Wed Feb 24 18:29:02 CET 2016 - dsterba@suse.com
- btrfs: remove error message from search ioctl for nonexistent tree.
- commit 2629d17
-------------------------------------------------------------------
Wed Feb 24 17:08:52 CET 2016 - tiwai@suse.de
- drm/nouveau/display: Enable vblank irqs after display engine
is on again (bsc#962535).
- drm: Fix treatment of drm_vblank_offdelay in drm_vblank_on()
(v2) (bsc#962535).
- drm: Fix drm_vblank_pre/post_modeset regression from Linux 4.4
(bsc#962535).
- drm: Prevent vblank counter bumps > 1 with active vblank
clients. (v2) (bsc#962535).
- drm: No-Op redundant calls to drm_vblank_off() (v2)
(bsc#962535).
- commit 46e3b92
-------------------------------------------------------------------
Tue Feb 23 11:30:49 CET 2016 - tiwai@suse.de

View File

@ -18,7 +18,7 @@
%define srcversion 4.4
%define patchversion 4.4.2
%define patchversion 4.4.3
%define variant %{nil}
%define vanilla_only 0
@ -30,9 +30,9 @@ Name: kernel-source
Summary: The Linux Kernel Sources
License: GPL-2.0
Group: Development/Sources
Version: 4.4.2
Version: 4.4.3
%if 0%{?is_kotd}
Release: <RELEASE>.gc601f8d
Release: <RELEASE>.g171b8f1
%else
Release: 0
%endif

View File

@ -1,3 +1,41 @@
-------------------------------------------------------------------
Fri Feb 26 10:54:10 CET 2016 - jslaby@suse.cz
- genirq: Validate action before dereferencing it in
handle_irq_event_percpu() (bnc#968396).
- commit 171b8f1
-------------------------------------------------------------------
Fri Feb 26 08:35:54 CET 2016 - jslaby@suse.cz
- Linux 4.4.3 (boo#962250 bsc#960910).
- Delete
patches.fixes/Revert-xfs-clear-PF_NOFREEZE-for-xfsaild-kthread.
- Delete
patches.suse/btrfs-fix-fitrim-discarding-device-area-reserved-for.patch.
- commit 3ae1dff
-------------------------------------------------------------------
Wed Feb 24 18:29:02 CET 2016 - dsterba@suse.com
- btrfs: remove error message from search ioctl for nonexistent tree.
- commit 2629d17
-------------------------------------------------------------------
Wed Feb 24 17:08:52 CET 2016 - tiwai@suse.de
- drm/nouveau/display: Enable vblank irqs after display engine
is on again (bsc#962535).
- drm: Fix treatment of drm_vblank_offdelay in drm_vblank_on()
(v2) (bsc#962535).
- drm: Fix drm_vblank_pre/post_modeset regression from Linux 4.4
(bsc#962535).
- drm: Prevent vblank counter bumps > 1 with active vblank
clients. (v2) (bsc#962535).
- drm: No-Op redundant calls to drm_vblank_off() (v2)
(bsc#962535).
- commit 46e3b92
-------------------------------------------------------------------
Tue Feb 23 11:30:49 CET 2016 - tiwai@suse.de

View File

@ -24,10 +24,10 @@ Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
License: GPL-2.0
Group: Development/Sources
Version: 4.4.2
Version: 4.4.3
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.gc601f8d
Release: <RELEASE>.g171b8f1
%else
Release: 0
%endif

View File

@ -1,3 +1,41 @@
-------------------------------------------------------------------
Fri Feb 26 10:54:10 CET 2016 - jslaby@suse.cz
- genirq: Validate action before dereferencing it in
handle_irq_event_percpu() (bnc#968396).
- commit 171b8f1
-------------------------------------------------------------------
Fri Feb 26 08:35:54 CET 2016 - jslaby@suse.cz
- Linux 4.4.3 (boo#962250 bsc#960910).
- Delete
patches.fixes/Revert-xfs-clear-PF_NOFREEZE-for-xfsaild-kthread.
- Delete
patches.suse/btrfs-fix-fitrim-discarding-device-area-reserved-for.patch.
- commit 3ae1dff
-------------------------------------------------------------------
Wed Feb 24 18:29:02 CET 2016 - dsterba@suse.com
- btrfs: remove error message from search ioctl for nonexistent tree.
- commit 2629d17
-------------------------------------------------------------------
Wed Feb 24 17:08:52 CET 2016 - tiwai@suse.de
- drm/nouveau/display: Enable vblank irqs after display engine
is on again (bsc#962535).
- drm: Fix treatment of drm_vblank_offdelay in drm_vblank_on()
(v2) (bsc#962535).
- drm: Fix drm_vblank_pre/post_modeset regression from Linux 4.4
(bsc#962535).
- drm: Prevent vblank counter bumps > 1 with active vblank
clients. (v2) (bsc#962535).
- drm: No-Op redundant calls to drm_vblank_off() (v2)
(bsc#962535).
- commit 46e3b92
-------------------------------------------------------------------
Tue Feb 23 11:30:49 CET 2016 - tiwai@suse.de

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 4.4
%define patchversion 4.4.2
%define patchversion 4.4.3
%define variant %{nil}
%define vanilla_only 0
@ -61,9 +61,9 @@ Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
License: GPL-2.0
Group: System/Kernel
Version: 4.4.2
Version: 4.4.3
%if 0%{?is_kotd}
Release: <RELEASE>.gc601f8d
Release: <RELEASE>.g171b8f1
%else
Release: 0
%endif

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a41af329912977fffd476d40f078bd1e8d6ebdfeb4bce879e218dd4172b17ade
size 15996
oid sha256:a9a83bde7ff067bd1018c8ea90f67d62553b4c608f3fdb38894657250349daae
size 21012

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:54c8879ce84dfb693423112eb05ac8a8af798c578703a47e15098453d6234f82
size 66778
oid sha256:4b46681ceb06d4377fde56ac71b7d912236237288da30f91ed7f7167e835f014
size 110615

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:628bd412ed765214547d3a24e7859f3073d9ab852c05517c160d51ae3893456b
size 55390
oid sha256:fe2ef2740ddcf119a42615ad9a0c537e024f374ebbbb5646f0f2a79d9745200d
size 54222

View File

@ -29,6 +29,7 @@
########################################################
patches.kernel.org/patch-4.4.1
patches.kernel.org/patch-4.4.1-2
patches.kernel.org/patch-4.4.2-3
########################################################
# Build fixes that apply to the vanilla kernel too.
@ -76,6 +77,7 @@
# Scheduler / Core
########################################################
patches.suse/setuid-dumpable-wrongdir
patches.fixes/genirq-Validate-action-before-dereferencing-it-in-ha.patch
########################################################
# Architecture-specific patches. These used to be all
@ -248,7 +250,7 @@
########################################################
patches.suse/btrfs-advertise-which-crc32c-implementation-is-being-used-on-mount
patches.suse/btrfs-provide-super_operations-get_inode_dev
patches.suse/btrfs-fix-fitrim-discarding-device-area-reserved-for.patch
patches.suse/btrfs-0061-remove-error-message-from-search-ioctl-for-non.patch
########################################################
# Reiserfs Patches
@ -269,7 +271,6 @@
########################################################
# xfs
########################################################
patches.fixes/Revert-xfs-clear-PF_NOFREEZE-for-xfsaild-kthread
########################################################
# other filesystem stuff
@ -345,6 +346,12 @@
patches.fixes/0002-drm-i915-Fix-failure-paths-around-initial-fbdev-allo.patch
patches.fixes/0003-drm-i915-Pin-the-ifbdev-for-the-info-system_base-GGT.patch
patches.fixes/drm-No-Op-redundant-calls-to-drm_vblank_off-v2
patches.fixes/drm-Prevent-vblank-counter-bumps-1-with-active-vblan
patches.fixes/drm-Fix-drm_vblank_pre-post_modeset-regression-from
patches.fixes/drm-Fix-treatment-of-drm_vblank_offdelay-in-drm_vbla
patches.fixes/drm-nouveau-display-Enable-vblank-irqs-after-display
########################################################
# video4linux
########################################################

View File

@ -1,3 +1,3 @@
2016-02-23 11:30:49 +0100
GIT Revision: c601f8d968ebc6e67356f602591365adcf716273
2016-02-26 10:54:10 +0100
GIT Revision: 171b8f1f4e35fcb98abec31cbf150e361718eac7
GIT Branch: stable