From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934891AbcI0QGU convert rfc822-to-8bit (ORCPT ); Tue, 27 Sep 2016 12:06:20 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:44356 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934471AbcI0QGN (ORCPT ); Tue, 27 Sep 2016 12:06:13 -0400 Date: Tue, 27 Sep 2016 18:06:04 +0200 From: Gustavo Padovan To: Emilio =?iso-8859-1?Q?L=F3pez?= Cc: sumit.semwal@linaro.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, mpe@ellerman.id.au Subject: Re: [PATCH] uapi: add missing install of sync_file.h Message-ID: <20160927160604.GI2576@joana> References: <20160927143142.8975-1-emilio.lopez@collabora.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8BIT In-Reply-To: <20160927143142.8975-1-emilio.lopez@collabora.co.uk> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 2016-09-27 Emilio López : > As part of the sync framework destaging, the sync_file.h header > was moved, but an entry was not added on Kbuild to install it. > This patch resolves this omission so that "make headers_install" > installs this header. > > Fixes: 460bfc41fd52 ("dma-buf/sync_file: de-stage sync_file headers") > Reported-by: Michael Ellerman > Signed-off-by: Emilio López > --- > > I don't know if this is worth cc'ing stable, the patch has been > there since v4.7. I spotted this while reflecting on Michael's > review[0] on my kselftest series, and he later independently > confirmed so[1]. We still don't have any drivers in the kernel using this, no need to send this stable or 4.8. drm-misc should be fine. > > [0] http://www.spinics.net/lists/linux-kselftest/msg00444.html > [1] http://www.spinics.net/lists/linux-kselftest/msg00457.html > > include/uapi/linux/Kbuild | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Gustavo Padovan Gustavo