From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 499ACC4332D for ; Fri, 20 Mar 2020 12:30:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1F8C020732 for ; Fri, 20 Mar 2020 12:30:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727061AbgCTM37 (ORCPT ); Fri, 20 Mar 2020 08:29:59 -0400 Received: from foss.arm.com ([217.140.110.172]:48390 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726893AbgCTM36 (ORCPT ); Fri, 20 Mar 2020 08:29:58 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 2E3A131B; Fri, 20 Mar 2020 05:29:58 -0700 (PDT) Received: from [10.37.12.155] (unknown [10.37.12.155]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 7A6343F85E; Fri, 20 Mar 2020 05:29:55 -0700 (PDT) From: Vincenzo Frascino Subject: Re: [PATCH] arm64: compat: Fix syscall number of compat_clock_getres To: Catalin Marinas Cc: "linux-arm-kernel@lists.infradead.org" , "clang-built-linux@googlegroups.com" , "linux-kernel@vger.kernel.org" , Will Deacon , "stable@vger.kernel.org" References: <20200319141138.19343-1-vincenzo.frascino@arm.com> <20200319181203.GB29214@mbp> Message-ID: Date: Fri, 20 Mar 2020 12:30:24 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: <20200319181203.GB29214@mbp> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 3/19/20 6:12 PM, Catalin Marinas wrote: > On Thu, Mar 19, 2020 at 02:11:38PM +0000, Vincenzo Frascino wrote: >> The syscall number of compat_clock_getres was erroneously set to 247 >> instead of 264. This causes the vDSO fallback of clock_getres to land >> on the wrong syscall. >> >> Address the issue fixing the syscall number of compat_clock_getres. >> >> Fixes: 53c489e1dfeb6 ("arm64: compat: Add missing syscall numbers") >> Cc: Catalin Marinas >> Cc: Will Deacon > > Will left ARM about 8 months ago IIRC ;). > Nice ;) I typed it manually, it came by "instinct" I guess ;) Sorry Will! >> Cc: stable@vger.kernel.org >> Signed-off-by: Vincenzo Frascino > > Acked-by: Catalin Marinas > > I think Will could take this as a fix. > > Thanks, > > Catalin > -- Regards, Vincenzo