From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751377AbcAUTjk (ORCPT ); Thu, 21 Jan 2016 14:39:40 -0500 Received: from mail.skyhub.de ([78.46.96.112]:53491 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750969AbcAUTji (ORCPT ); Thu, 21 Jan 2016 14:39:38 -0500 Date: Thu, 21 Jan 2016 20:39:10 +0100 From: Borislav Petkov To: Andy Lutomirski Cc: "H. Peter Anvin" , Brian Gerst , X86 ML , LKML Subject: Re: [PATCH 2/5] x86/cpufeature: Remove static_cpu_has() Message-ID: <20160121193910.GI21930@pd.tnic> References: <1453401286-26966-1-git-send-email-bp@alien8.de> <1453401286-26966-3-git-send-email-bp@alien8.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 21, 2016 at 11:04:02AM -0800, Andy Lutomirski wrote: > Looks good except for the subject line -- you didn't actually remove > static_cpu_has :) Yeah, a proper explanation didn't fit in the commit name line. So I did: "x86/cpufeature: Remove the old unsafe static_cpu_has() ... and rename the safe one to static_cpu_has(), thereby making the safe variant the default. ..." -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply.