From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754124AbdBIT0M (ORCPT ); Thu, 9 Feb 2017 14:26:12 -0500 Received: from mail.kernel.org ([198.145.29.136]:51648 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753162AbdBIT0K (ORCPT ); Thu, 9 Feb 2017 14:26:10 -0500 Date: Thu, 9 Feb 2017 16:26:02 -0300 From: Arnaldo Carvalho de Melo To: Andi Kleen Cc: Adrian Hunter , Alexander Shishkin , Jiri Olsa , Linux Kernel Mailing List Subject: Re: Intel PT decoder switch case fallthrough cases reported by gcc 7 Message-ID: <20170209192602.GB15066@kernel.org> References: <20170209165039.GA2488@kernel.org> <20170209182519.GR26852@two.firstfloor.org> <20170209190206.GA15066@kernel.org> <20170209191316.GT26852@two.firstfloor.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170209191316.GT26852@two.firstfloor.org> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Thu, Feb 09, 2017 at 11:13:16AM -0800, Andi Kleen escreveu: > > But what about my question? Do you think the changes are ok? I actually > > made all be fallthrough, i.e. considered that the existing code was ok. > > Yes the changes are fine. Thanks! - Arnaldo