From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Gustavo A. R. Silva" Subject: Re: [PATCH] drm/drm_vm: Mark expected switch fall-throughs Date: Mon, 18 Feb 2019 12:02:29 -0600 Message-ID: References: <20190215170546.GA30950@embeddedor> <20190218085701.GR2665@phenom.ffwll.local> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: <20190218085701.GR2665@phenom.ffwll.local> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Maarten Lankhorst , Maxime Ripard , Sean Paul , David Airlie , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Kees Cook , Daniel Vetter List-Id: dri-devel@lists.freedesktop.org Hi Daniel, On 2/18/19 2:57 AM, Daniel Vetter wrote: > On Fri, Feb 15, 2019 at 11:05:46AM -0600, Gustavo A. R. Silva wrote: >> In preparation to enabling -Wimplicit-fallthrough, mark switch >> cases where we are expecting to fall through. >> >> Warning level 3 was used: -Wimplicit-fallthrough=3 >> >> Notice that, in this particular case, the code comment is modified >> in accordance with what GCC is expecting to find. >> >> This patch is part of the ongoing efforts to enable >> -Wimplicit-fallthrough. >> >> Signed-off-by: Gustavo A. R. Silva > > Queued for 5.2, thanks for your patch. > -Daniel > I wonder if you could take this one too, or give me some feedback about it: https://patchwork.kernel.org/patch/10646783/ I've pinged twice, but I haven't received any responses. Thanks -- Gustavo