From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com ([66.111.4.25]:45045 "EHLO out1-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725973AbeIAPM3 (ORCPT ); Sat, 1 Sep 2018 11:12:29 -0400 Date: Sat, 1 Sep 2018 04:00:48 -0700 From: Greg KH To: Samuel Neves Cc: Thomas Gleixner , Ingo Molnar , x86@kernel.org, stable@vger.kernel.org Subject: Re: [PATCH] x86/vdso: fix lsl operand order Message-ID: <20180901110048.GA7543@kroah.com> References: <20180901072735.14726-1-sneves@dei.uc.pt> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180901072735.14726-1-sneves@dei.uc.pt> Sender: stable-owner@vger.kernel.org List-ID: On Sat, Sep 01, 2018 at 08:27:35AM +0100, Samuel Neves wrote: > In the __getcpu function, lsl was using the wrong target > and destination registers. Luckily, the compiler tends to > choose %eax for both variables, so it has been working > so far. > > Signed-off-by: Samuel Neves > --- > arch/x86/include/asm/vgtod.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html for how to do this properly.