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=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 0ACE5C433E1 for ; Thu, 25 Mar 2021 17:58:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D294E61A32 for ; Thu, 25 Mar 2021 17:58:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230137AbhCYR5a (ORCPT ); Thu, 25 Mar 2021 13:57:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40312 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229676AbhCYR5N (ORCPT ); Thu, 25 Mar 2021 13:57:13 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 383E2C06174A; Thu, 25 Mar 2021 10:57:13 -0700 (PDT) From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1616695031; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=aYU/XslC1ugInZNefjNDGx2r98GPcBH1b/Zsq00dTN8=; b=Gi/OWlsRoH8hTL+T4t0+0zk2kjHCqKDwpkuw859Yu7h/97u/L+5MEUY4bgPl2kCW9scR85 RsitZ/HOSfBUB2ZfsXRUi5aOPgcYqUMys9XOCrzN7K72a9NC/yzgT0R7FzidcVIX10ozW0 WEhe5VbRSVyLFfxaxF7urrIAiTHhk3QBvfKHsuMI6cvFGsKGtFk8P20lL8+zBk4GVzElEp LP323c5NGNwjD8f5xXMtgRqDwb8SlYTt1yP6VUNg0ts0WgG7fD/rmt91ZDrjrOChuUlzng tBtDgCWm2eDd1cwgp0VRhqf5C8zVFtAtTHkXv0oSv+tbl1FEfTfTFDRaSvnhbg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1616695031; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=aYU/XslC1ugInZNefjNDGx2r98GPcBH1b/Zsq00dTN8=; b=qMgylRfM54T8i3UeGik5bja9DFi769SYBCc5ANZBdww3yqDxzvuDdc3qOsH1TuEBwk2A1a 4jFSe7sz7dX7slBw== To: Heiko Carstens , Li Wang , Alexander Gordeev , Vasily Gorbik , Sven Schnelle , Christian Borntraeger , Viresh Kumar Cc: ltp@lists.linux.it, linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org Subject: Re: [PATCH 3/3] lib/vdso: remove struct arch_vdso_data from vdso data struct In-Reply-To: <87sg4jw21u.fsf@nanos.tec.linutronix.de> References: <20210323215819.4161164-1-hca@linux.ibm.com> <20210323215819.4161164-4-hca@linux.ibm.com> <87sg4jw21u.fsf@nanos.tec.linutronix.de> Date: Thu, 25 Mar 2021 18:57:11 +0100 Message-ID: <87pmznw1zc.fsf@nanos.tec.linutronix.de> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 25 2021 at 18:55, Thomas Gleixner wrote: > On Tue, Mar 23 2021 at 22:58, Heiko Carstens wrote: >> Since commit d60d7de3e16d ("lib/vdso: Allow to add architecture-specific >> vdso data") it is possible to provide arch specific VDSO data. >> >> This was only added for s390, which doesn't make use this anymore. >> Therefore remove it again. >> >> Signed-off-by: Heiko Carstens > > Please route that with the rest of the fixes. > > Reviewed-by: Thomas Gleixner Ah, you decided for the simpler variant. Fine with me. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Gleixner Date: Thu, 25 Mar 2021 18:57:11 +0100 Subject: [LTP] [PATCH 3/3] lib/vdso: remove struct arch_vdso_data from vdso data struct In-Reply-To: <87sg4jw21u.fsf@nanos.tec.linutronix.de> References: <20210323215819.4161164-1-hca@linux.ibm.com> <20210323215819.4161164-4-hca@linux.ibm.com> <87sg4jw21u.fsf@nanos.tec.linutronix.de> Message-ID: <87pmznw1zc.fsf@nanos.tec.linutronix.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it On Thu, Mar 25 2021 at 18:55, Thomas Gleixner wrote: > On Tue, Mar 23 2021 at 22:58, Heiko Carstens wrote: >> Since commit d60d7de3e16d ("lib/vdso: Allow to add architecture-specific >> vdso data") it is possible to provide arch specific VDSO data. >> >> This was only added for s390, which doesn't make use this anymore. >> Therefore remove it again. >> >> Signed-off-by: Heiko Carstens > > Please route that with the rest of the fixes. > > Reviewed-by: Thomas Gleixner Ah, you decided for the simpler variant. Fine with me.