From: Sasha Levin <sashal@kernel.org>
To: Sasha Levin <sashal@kernel.org>,
Daniel Vetter <daniel.vetter@ffwll.ch>,
DRI Development <dri-devel@lists.freedesktop.org>
Cc: IGT development <igt-dev@lists.freedesktop.org>, ,
Keith Packard <keithp@keithp.com>,
stable@vger.kernel.org
Subject: Re: [PATCH 5/7] drm/lease: Make sure implicit planes are leased
Date: Tue, 05 Mar 2019 13:35:41 +0000 [thread overview]
Message-ID: <20190305133542.2FCF82087C@mail.kernel.org> (raw)
In-Reply-To: <20190228144910.26488-6-daniel.vetter@ffwll.ch>
Hi,
[This is an automated email]
This commit has been processed because it contains a -stable tag.
The stable tag indicates that it's relevant for the following trees: all
The bot has tested the following trees: v4.20.13, v4.19.26, v4.14.104, v4.9.161, v4.4.176, v3.18.136.
v4.20.13: Build OK!
v4.19.26: Build OK!
v4.14.104: Failed to apply! Possible dependencies:
23163a7d4b03 ("drm: Check that the plane supports the request format+modifier combo")
64c32b490333 ("drm: Add local 'plane' variable for primary/cursor planes")
ce0769e0ea4b ("drm/plane: Make framebuffer refcounting the responsibility of setplane_internal callers")
v4.9.161: Failed to apply! Possible dependencies:
13b55664eec7 ("drm/atomic: add drm_atomic_set_fence_for_plane()")
1cec20f0ea0e ("dma-buf: Restart reservation_object_wait_timeout_rcu() after writes")
2c77bb29d398 ("drm: simplify the locking in the GETCRTC ioctl")
2ceb585a956c ("drm: Add explicit acquire ctx handling around ->set_config")
53552d5df669 ("drm: Take mode_config.mutex in setcrtc ioctl")
64c32b490333 ("drm: Add local 'plane' variable for primary/cursor planes")
78010cd9736e ("dma-buf/fence: add an lockdep_assert_held()")
d49473a53aec ("drm: Restrict drm_mode_set_config_internal to non-atomic drivers")
d574528a64c3 ("drm/kms-core: Use recommened kerneldoc for struct member refs")
de7b6be7f300 ("drm: Use atomic state for FB in legacy ioctls")
f54d1867005c ("dma-buf: Rename struct fence to dma_fence")
fedf54132d24 ("dma-buf: Restart reservation_object_get_fences_rcu() after writes")
v4.4.176: Failed to apply! Possible dependencies:
1d657c58dd16 ("drm/etnaviv: Use lockless gem BO free callback")
22554020409f ("Documentation/gpu: use recommended order of heading markers")
22cba31bae9d ("Documentation/sphinx: add basic working Sphinx configuration and build")
23e7b2ab9a8f ("drm/hisilicon: Add hisilicon kirin drm master driver")
2fa91d15588c ("Documentation/gpu: split up mm, kms and kms-helpers from internals")
311b62d94c0b ("drm/doc: Reorg for drm-kms.rst")
321a95ae35f2 ("drm: Extract drm_encoder.[hc]")
34a839c689b0 ("drm: Link directly from drm_master to drm_device")
3b96a0b1407e ("drm: document drm_auth.c")
40647e45b92b ("drm: Hide master MAP cleanup in drm_bufs.c")
43968d7b806d ("drm: Extract drm_plane.[hc]")
4b193663dbc9 ("drm/imx: Use lockless gem BO free callback")
51dacf208988 ("drm: Add support of ARC PGU display controller")
522171951761 ("drm: Extract drm_connector.[hc]")
5443ce86fa37 ("drm: virtio-gpu: set atomic flag")
64c32b490333 ("drm: Add local 'plane' variable for primary/cursor planes")
6548f4e7a3ba ("drm: Move master functions into drm_auth.c")
7520a277d97b ("drm: Extract drm_framebuffer.[hc]")
9b20fa08d3fd ("Documentation/gpu: convert the KMS properties table to CSV")
a325725633c2 ("drm: Lobotomize set_busid nonsense for !pci drivers")
a8c21a5451d8 ("drm/etnaviv: add initial etnaviv DRM driver")
ca00c2b986ea ("Documentation/gpu: split up the gpu documentation")
cb597fcea5c2 ("Documentation/gpu: add new gpu.rst converted from DocBook gpu.tmpl")
d6ed682eba54 ("drm: Refactor drop/set master code a bit")
de7b6be7f300 ("drm: Use atomic state for FB in legacy ioctls")
v3.18.136: Failed to apply! Possible dependencies:
22554020409f ("Documentation/gpu: use recommended order of heading markers")
22cba31bae9d ("Documentation/sphinx: add basic working Sphinx configuration and build")
2fa91d15588c ("Documentation/gpu: split up mm, kms and kms-helpers from internals")
311b62d94c0b ("drm/doc: Reorg for drm-kms.rst")
321a95ae35f2 ("drm: Extract drm_encoder.[hc]")
43968d7b806d ("drm: Extract drm_plane.[hc]")
522171951761 ("drm: Extract drm_connector.[hc]")
5699f871d2d5 ("scripts/kernel-doc: Adding cross-reference links to html documentation.")
64c32b490333 ("drm: Add local 'plane' variable for primary/cursor planes")
9b20fa08d3fd ("Documentation/gpu: convert the KMS properties table to CSV")
b479bfd00e46 ("DocBook: Use a fixed encoding for output")
ca00c2b986ea ("Documentation/gpu: split up the gpu documentation")
cb597fcea5c2 ("Documentation/gpu: add new gpu.rst converted from DocBook gpu.tmpl")
de7b6be7f300 ("drm: Use atomic state for FB in legacy ioctls")
How should we proceed with this patch?
--
Thanks,
Sasha
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2019-03-05 13:35 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-28 14:49 [igt-dev] [PATCH 0/7] some cleanups and uapi clarification for leases Daniel Vetter
2019-02-28 14:49 ` [igt-dev] [PATCH 1/7] drm/leases: Drop object_id validation for negative ids Daniel Vetter
2019-03-14 7:54 ` Boris Brezillon
2019-03-29 4:46 ` Dave Airlie
2019-03-29 8:28 ` Daniel Vetter
2019-02-28 14:49 ` [igt-dev] [PATCH 2/7] drm/lease: Drop recursive leads checks Daniel Vetter
2019-03-14 8:44 ` Boris Brezillon
2019-02-28 14:49 ` [igt-dev] [PATCH 3/7] drm/leases: Don't init to 0 in drm_master_create Daniel Vetter
2019-03-14 7:56 ` Boris Brezillon
2019-03-29 4:47 ` Dave Airlie
2019-02-28 14:49 ` [igt-dev] [PATCH 4/7] drm/lease: Check for lessor outside of locks Daniel Vetter
2019-03-14 8:07 ` Boris Brezillon
2019-04-03 1:33 ` Dave Airlie
2019-04-03 7:04 ` Daniel Vetter
2019-04-03 7:50 ` Boris Brezillon
2019-02-28 14:49 ` [igt-dev] [PATCH 5/7] drm/lease: Make sure implicit planes are leased Daniel Vetter
2019-03-05 13:35 ` Sasha Levin [this message]
2019-02-28 14:49 ` [igt-dev] [PATCH 6/7] drm/atomic: Wire file_priv through for property changes Daniel Vetter
2019-02-28 14:49 ` [igt-dev] [PATCH 7/7] drm/atomic: -EACCESS for lease-denied crtc lookup Daniel Vetter
2019-03-14 8:58 ` [igt-dev] [PATCH 0/7] some cleanups and uapi clarification for leases Boris Brezillon
2019-04-05 2:40 ` Dave Airlie
2019-04-24 9:31 ` Daniel Vetter
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190305133542.2FCF82087C@mail.kernel.org \
--to=sashal@kernel.org \
--cc=daniel.vetter@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
--cc=igt-dev@lists.freedesktop.org \
--cc=keithp@keithp.com \
--cc=stable@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox