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=-3.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no 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 B620EC433DF for ; Fri, 16 Oct 2020 09:52:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 64DC62073A for ; Fri, 16 Oct 2020 09:52:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602841951; bh=WOTUV3JFWoQhT7mNElFwYVjKiFAz2m6u2T3T4Y6D4fs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=bc+UvnhVZy6PEiHTpysKxMZSZJlm+mnvz4M12W1rT0Oz1rewVXoqLtNwCqGI/k6yr GzdIFRxW+fWjgiZk/G4HiFesDF2QW2/W2m6jCma1O1aFM7t392j55JggfcLLeyAoA9 Th/Wl9FFro/1pf50jt6u5F9zqlGFS8+OQI6oF68g= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2394663AbgJPJwa (ORCPT ); Fri, 16 Oct 2020 05:52:30 -0400 Received: from mail.kernel.org ([198.145.29.99]:56502 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2394639AbgJPJwa (ORCPT ); Fri, 16 Oct 2020 05:52:30 -0400 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 7F8262072C; Fri, 16 Oct 2020 09:52:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602841950; bh=WOTUV3JFWoQhT7mNElFwYVjKiFAz2m6u2T3T4Y6D4fs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=upTD0SC7ZVYfuRbcb5iPEN7Jv87LdbO9H+yKeQSDLeL7phOmetYhskYYNrE1AM4Si yB0CnGaLKXQ9aYwR5mp5Dv/6H4seKWlZc2Kap3C9PG7U09oRQgadA2P0zkhvjYB1Mq vp1h5Y395J0YJzoTPook2p31HvCK7Fx3Fq/SunYY= Date: Fri, 16 Oct 2020 11:53:00 +0200 From: Greg KH To: Rui Salvaterra Cc: stable@vger.kernel.org, jaedon.shin@gmail.com Subject: Re: Backport request: arm-8987-1-vdso-fix-incorrect-clock_gettime64.patch Message-ID: <20201016095300.GA1769500@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Fri, Oct 16, 2020 at 10:39:50AM +0100, Rui Salvaterra wrote: > Hi, Greg, > > I see the arm-8987-1-vdso-fix-incorrect-clock_gettime64.patch ("ARM: > 8987/1: VDSO: Fix incorrect clock_gettime64") has been applied to the > 5.7-stable tree [1], but this should have been applied to 5.3+, since > it's the first version to contain the commit this patch fixes [2]. But that's not what that commit says should happen, it says it fixes a commit that showed up in the 5.5 release. Is it incorrect? Have you tested this on 5.4.y? thanks, greg k-h