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.7 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 2807FC76190 for ; Fri, 26 Jul 2019 05:15:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id ECAF421951 for ; Fri, 26 Jul 2019 05:15:45 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=wavecomp.com header.i=@wavecomp.com header.b="YoLng8gt" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726043AbfGZFPo (ORCPT ); Fri, 26 Jul 2019 01:15:44 -0400 Received: from mail-eopbgr790122.outbound.protection.outlook.com ([40.107.79.122]:37888 "EHLO NAM03-CO1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725815AbfGZFPo (ORCPT ); Fri, 26 Jul 2019 01:15:44 -0400 ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=RLu9y41WyrtHZX291E/lHBP56PPHQJAAq43ZJPANhZar9f1ysdVJcdL/gAgCcp4BSsOXjCJpgxOjblmz0YZqzu9ckfMidGXOeXfJYYTq1Y6x9xsKMMJFv2S0DcQ9x+4D+bo5Y6DUzJhMToEZ2zDIk3DYWYCq3/nZrONmUzjrE7wAdBSkyoG26BbNgWmRP9ST6l3uEAPKX3E3Vxa0ZDh5dq+2qunbBP8dwdVxovrIGBq+9/aII9q8Ut9bJG/NGNAL8jGYKBWzF6fGt2+1gp6htoVPp8mpp7BojlKzfw4d2gJqP5Bjz+xnA8Jzl4GlwdUfHM6kzvRzCrVIgYCoDxkUWA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=AbfHS0Lpl+FEBr59jEJrBwRm/eISZeE50hRkaeS1KLw=; b=K+M9O+/E2Gu5Z4aVUsJuo07JQnHZx/tZkVQExQ9f85yjx+Pedgafl5JwZ5I30xZeT0bQextFWxAn3vRQ6UUNhnc2rxiC+cYcoGKcZRWj9LGyA59BWr9c339P5xLyecPi/8LdvaRWgjoUlhXBc7nj3d8TYDTj/xU5+ezPx93G8uIKU2e24eCFoixJ102ySYwDtBP0QyY5lcHtGyNgo4zvV3+krxNw1stvUp41/KFu1/y9ONSV0/z/SGANjDaVO3xIBnGYLtT62fjxD1DyRVob7kMWS9RuzNa2cOMut9k8loLnwmF9og98V8+n9r9aF8LUQSNGEmsLNfc0uWtWpOfe1g== ARC-Authentication-Results: i=1; mx.microsoft.com 1;spf=pass smtp.mailfrom=wavecomp.com;dmarc=pass action=none header.from=mips.com;dkim=pass header.d=mips.com;arc=none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wavecomp.com; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=AbfHS0Lpl+FEBr59jEJrBwRm/eISZeE50hRkaeS1KLw=; b=YoLng8gtCzX+3xUkNBUa2Q8fv9ntilSv3qQa3/GF1StjZBRPP1vOmRQYq7IOSSdeYXCBAklDLTsAVGtX5l9YnPjY/VtJtG/WGQwIf6yC4lLxKPX8rfkyNnjaN1n/UhnezLaIXrHOXebhmQdHyiJF6N0SiG9maAf+D3XpaM5b7dU= Received: from MWHPR2201MB1277.namprd22.prod.outlook.com (10.172.60.12) by MWHPR2201MB1501.namprd22.prod.outlook.com (10.174.170.150) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2115.10; Fri, 26 Jul 2019 05:15:36 +0000 Received: from MWHPR2201MB1277.namprd22.prod.outlook.com ([fe80::49d3:37f8:217:c83]) by MWHPR2201MB1277.namprd22.prod.outlook.com ([fe80::49d3:37f8:217:c83%6]) with mapi id 15.20.2094.017; Fri, 26 Jul 2019 05:15:36 +0000 From: Paul Burton To: Vincenzo Frascino CC: "linux-arch@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "linux-mips@vger.kernel.org" , "linux-kselftest@vger.kernel.org" , Catalin Marinas , Will Deacon , Arnd Bergmann , Russell King , Ralf Baechle , Paul Burton , Daniel Lezcano , Thomas Gleixner , Mark Salyzyn , Peter Collingbourne , Shuah Khan , Dmitry Safonov <0x7f454c46@gmail.com>, Rasmus Villemoes , Huw Davies , Shijith Thotton , Andre Przywara , "linux-mips@vger.kernel.org" Subject: Re: [PATCH v7 19/25] mips: Add support for generic vDSO Thread-Topic: [PATCH v7 19/25] mips: Add support for generic vDSO Thread-Index: AQHVKBdBT62A9PHS5kqstEWJZIpgrqbckh8A Date: Fri, 26 Jul 2019 05:15:35 +0000 Message-ID: References: <20190621095252.32307-20-vincenzo.frascino@arm.com> In-Reply-To: <20190621095252.32307-20-vincenzo.frascino@arm.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-clientproxiedby: BYAPR07CA0020.namprd07.prod.outlook.com (2603:10b6:a02:bc::33) To MWHPR2201MB1277.namprd22.prod.outlook.com (2603:10b6:301:18::12) authentication-results: spf=none (sender IP is ) smtp.mailfrom=pburton@wavecomp.com; x-ms-exchange-messagesentrepresentingtype: 1 x-originating-ip: [2601:646:8a00:9810:5cfa:8da3:1021:be72] x-ms-publictraffictype: Email x-ms-office365-filtering-correlation-id: eefa4eab-75d8-4b8c-bd7a-08d711884a41 x-microsoft-antispam: BCL:0;PCL:0;RULEID:(2390118)(7020095)(4652040)(8989299)(4534185)(4627221)(201703031133081)(201702281549075)(8990200)(5600148)(711020)(4605104)(1401327)(2017052603328)(7193020);SRVR:MWHPR2201MB1501; x-ms-traffictypediagnostic: MWHPR2201MB1501: x-microsoft-antispam-prvs: x-ms-oob-tlc-oobclassifiers: OLM:8273; x-forefront-prvs: 01106E96F6 x-forefront-antispam-report: SFV:NSPM;SFS:(10019020)(346002)(376002)(396003)(136003)(39850400004)(366004)(189003)(199004)(66946007)(446003)(14454004)(66476007)(66556008)(64756008)(66446008)(74316002)(9686003)(68736007)(55016002)(7416002)(478600001)(99286004)(6916009)(4744005)(25786009)(316002)(5660300002)(6246003)(71190400001)(71200400001)(4326008)(6116002)(53936002)(476003)(8676002)(44832011)(11346002)(81156014)(81166006)(54906003)(486006)(7736002)(8936002)(2906002)(6506007)(256004)(6436002)(229853002)(305945005)(102836004)(186003)(386003)(52536014)(42882007)(46003)(33656002)(52116002)(7696005)(76176011)(41533002);DIR:OUT;SFP:1102;SCL:1;SRVR:MWHPR2201MB1501;H:MWHPR2201MB1277.namprd22.prod.outlook.com;FPR:;SPF:None;LANG:en;PTR:InfoNoRecords;MX:1;A:1; received-spf: None (protection.outlook.com: wavecomp.com does not designate permitted sender hosts) x-ms-exchange-senderadcheck: 1 x-microsoft-antispam-message-info: p7WzZhWK0m+oI/PbWDH1Kk4p+6DgFHYBhhiaZ8Tm4+z5Klb1oa0KJZiCAIq1ELD4vaRObLFe5YmbYTojMYhGNI4MCE7QGjXoYmJFJIj2xA3p9FmI/WciWsIlo/E93iWSdpjzo5SvgUylnAe+H4Uq2egV6cfohZvROrcR6piJrWYfxFfJm0QMhDkON/WWuf0+mH5AO3ic3rjJAkwkLtFRac/jGsneh9MdkDeGHHAceo17Rx5qDYLU2SJn5ok/5gzCHVtpFRawvlFgVe+j1HVr2a7CpEMEIHgPIp3YBUA8sPB5whkbMElxdDSPnqF7WF09roI/ho0f6UAAX2hyvx/4Wu02fyiYHZ7SLlZ2LgFnUap8bwXMVFBBtbsr+M4yjRzMb2IlWmTwtKXGvZbov3KemHtaGK+w9DzGqja/NdYtjD0= Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: mips.com X-MS-Exchange-CrossTenant-Network-Message-Id: eefa4eab-75d8-4b8c-bd7a-08d711884a41 X-MS-Exchange-CrossTenant-originalarrivaltime: 26 Jul 2019 05:15:35.8674 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 463607d3-1db3-40a0-8a29-970c56230104 X-MS-Exchange-CrossTenant-mailboxtype: HOSTED X-MS-Exchange-CrossTenant-userprincipalname: pburton@wavecomp.com X-MS-Exchange-Transport-CrossTenantHeadersStamped: MWHPR2201MB1501 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, Vincenzo Frascino wrote: > The mips vDSO library requires some adaptations to take advantage of the > newly introduced generic vDSO library. >=20 > Introduce the following changes: > - Modification of vdso.c to be compliant with the common vdso datapage > - Use of lib/vdso for gettimeofday >=20 > Cc: Ralf Baechle > Cc: Paul Burton > Signed-off-by: Vincenzo Frascino Applied to mips-next. Thanks, Paul [ This message was auto-generated; if you believe anything is incorrect then please email paul.burton@mips.com to report it. ] From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Burton Subject: Re: [PATCH v7 19/25] mips: Add support for generic vDSO Date: Fri, 26 Jul 2019 05:15:35 +0000 Message-ID: References: <20190621095252.32307-20-vincenzo.frascino@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20190621095252.32307-20-vincenzo.frascino@arm.com> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Vincenzo Frascino Cc: "linux-arch@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "linux-mips@vger.kernel.org" , "linux-kselftest@vger.kernel.org" , Catalin Marinas , Will Deacon , Arnd Bergmann , Russell King , Ralf Baechle , Paul Burton , Daniel Lezcano , Thomas Gleixner , Mark Salyzyn , Peter Collingbourne , Shuah Khan , Dmitry Safonov <0x7f454c> List-Id: linux-arch.vger.kernel.org Hello, Vincenzo Frascino wrote: > The mips vDSO library requires some adaptations to take advantage of the > newly introduced generic vDSO library. >=20 > Introduce the following changes: > - Modification of vdso.c to be compliant with the common vdso datapage > - Use of lib/vdso for gettimeofday >=20 > Cc: Ralf Baechle > Cc: Paul Burton > Signed-off-by: Vincenzo Frascino Applied to mips-next. Thanks, Paul [ This message was auto-generated; if you believe anything is incorrect then please email paul.burton@mips.com to report it. ] From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-eopbgr790122.outbound.protection.outlook.com ([40.107.79.122]:37888 "EHLO NAM03-CO1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725815AbfGZFPo (ORCPT ); Fri, 26 Jul 2019 01:15:44 -0400 From: Paul Burton Subject: Re: [PATCH v7 19/25] mips: Add support for generic vDSO Date: Fri, 26 Jul 2019 05:15:35 +0000 Message-ID: References: <20190621095252.32307-20-vincenzo.frascino@arm.com> In-Reply-To: <20190621095252.32307-20-vincenzo.frascino@arm.com> Content-Language: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Sender: linux-arch-owner@vger.kernel.org List-ID: To: Vincenzo Frascino Cc: "linux-arch@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "linux-mips@vger.kernel.org" , "linux-kselftest@vger.kernel.org" , Catalin Marinas , Will Deacon , Arnd Bergmann , Russell King , Ralf Baechle , Paul Burton , Daniel Lezcano , Thomas Gleixner , Mark Salyzyn , Peter Collingbourne , Shuah Khan , Dmitry Safonov <0x7f454c46@gmail.com>, Rasmus Villemoes , Huw Davies , Shijith Thotton , Andre Przywara "linux-mips@vger.kernel.org" Message-ID: <20190726051535.D2VjBfy_oqT-rYVpk0lFNSDvGZucFpbn3PX4tW5L63s@z> Hello, Vincenzo Frascino wrote: > The mips vDSO library requires some adaptations to take advantage of the > newly introduced generic vDSO library. >=20 > Introduce the following changes: > - Modification of vdso.c to be compliant with the common vdso datapage > - Use of lib/vdso for gettimeofday >=20 > Cc: Ralf Baechle > Cc: Paul Burton > Signed-off-by: Vincenzo Frascino Applied to mips-next. Thanks, Paul [ This message was auto-generated; if you believe anything is incorrect then please email paul.burton@mips.com to report it. ] 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=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 40E83C7618F for ; Fri, 26 Jul 2019 05:16:46 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 126BC22C7C for ; Fri, 26 Jul 2019 05:16:46 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="AsxSBe/t"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=wavecomp.com header.i=@wavecomp.com header.b="YoLng8gt" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 126BC22C7C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=mips.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:In-Reply-To:References: Message-ID:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=uUMA/uJQA+9lLNVwgB2khd2cnZB5m6+vN6WiGSwUZo8=; b=AsxSBe/t49Fu3b qcQ/60PVkpUgWc+DCAq2kw5GpKhDmq5Hg9I7qPRu1ln4esJ5fhhr0PnYEf/GVbFtgUEji4V7q/i9e gCfSGPGpBjGGOfS8mDs/MtSScF6foDjTpF+KIXTlmWSmQyyc4JvvKv97sn3O75c0k/srsYqMofAo9 YaS+0Hrq722QaI6qwrSEc/lIaoiohKWGiqootSy5wYylZcx4ulOd01z7LYO9/ZuDqrxfno7kH/MXe v9CjmPbyZ5YreWUpVjmm9nVycTRoVPOfydx9z3LI2yNqp+H+gaYBprnlYUz1IMHwBrQTW1cjNVEvg iJ36oya4hjRUaCys1IvA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hqsax-0003nW-Ax; Fri, 26 Jul 2019 05:16:43 +0000 Received: from mail-eopbgr690114.outbound.protection.outlook.com ([40.107.69.114] helo=NAM04-CO1-obe.outbound.protection.outlook.com) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hqsa2-0003Ta-6e for linux-arm-kernel@lists.infradead.org; Fri, 26 Jul 2019 05:15:48 +0000 ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=RLu9y41WyrtHZX291E/lHBP56PPHQJAAq43ZJPANhZar9f1ysdVJcdL/gAgCcp4BSsOXjCJpgxOjblmz0YZqzu9ckfMidGXOeXfJYYTq1Y6x9xsKMMJFv2S0DcQ9x+4D+bo5Y6DUzJhMToEZ2zDIk3DYWYCq3/nZrONmUzjrE7wAdBSkyoG26BbNgWmRP9ST6l3uEAPKX3E3Vxa0ZDh5dq+2qunbBP8dwdVxovrIGBq+9/aII9q8Ut9bJG/NGNAL8jGYKBWzF6fGt2+1gp6htoVPp8mpp7BojlKzfw4d2gJqP5Bjz+xnA8Jzl4GlwdUfHM6kzvRzCrVIgYCoDxkUWA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=AbfHS0Lpl+FEBr59jEJrBwRm/eISZeE50hRkaeS1KLw=; b=K+M9O+/E2Gu5Z4aVUsJuo07JQnHZx/tZkVQExQ9f85yjx+Pedgafl5JwZ5I30xZeT0bQextFWxAn3vRQ6UUNhnc2rxiC+cYcoGKcZRWj9LGyA59BWr9c339P5xLyecPi/8LdvaRWgjoUlhXBc7nj3d8TYDTj/xU5+ezPx93G8uIKU2e24eCFoixJ102ySYwDtBP0QyY5lcHtGyNgo4zvV3+krxNw1stvUp41/KFu1/y9ONSV0/z/SGANjDaVO3xIBnGYLtT62fjxD1DyRVob7kMWS9RuzNa2cOMut9k8loLnwmF9og98V8+n9r9aF8LUQSNGEmsLNfc0uWtWpOfe1g== ARC-Authentication-Results: i=1; mx.microsoft.com 1;spf=pass smtp.mailfrom=wavecomp.com;dmarc=pass action=none header.from=mips.com;dkim=pass header.d=mips.com;arc=none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wavecomp.com; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=AbfHS0Lpl+FEBr59jEJrBwRm/eISZeE50hRkaeS1KLw=; b=YoLng8gtCzX+3xUkNBUa2Q8fv9ntilSv3qQa3/GF1StjZBRPP1vOmRQYq7IOSSdeYXCBAklDLTsAVGtX5l9YnPjY/VtJtG/WGQwIf6yC4lLxKPX8rfkyNnjaN1n/UhnezLaIXrHOXebhmQdHyiJF6N0SiG9maAf+D3XpaM5b7dU= Received: from MWHPR2201MB1277.namprd22.prod.outlook.com (10.172.60.12) by MWHPR2201MB1501.namprd22.prod.outlook.com (10.174.170.150) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2115.10; Fri, 26 Jul 2019 05:15:36 +0000 Received: from MWHPR2201MB1277.namprd22.prod.outlook.com ([fe80::49d3:37f8:217:c83]) by MWHPR2201MB1277.namprd22.prod.outlook.com ([fe80::49d3:37f8:217:c83%6]) with mapi id 15.20.2094.017; Fri, 26 Jul 2019 05:15:36 +0000 From: Paul Burton To: Vincenzo Frascino Subject: Re: [PATCH v7 19/25] mips: Add support for generic vDSO Thread-Topic: [PATCH v7 19/25] mips: Add support for generic vDSO Thread-Index: AQHVKBdBT62A9PHS5kqstEWJZIpgrqbckh8A Date: Fri, 26 Jul 2019 05:15:35 +0000 Message-ID: References: <20190621095252.32307-20-vincenzo.frascino@arm.com> In-Reply-To: <20190621095252.32307-20-vincenzo.frascino@arm.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-clientproxiedby: BYAPR07CA0020.namprd07.prod.outlook.com (2603:10b6:a02:bc::33) To MWHPR2201MB1277.namprd22.prod.outlook.com (2603:10b6:301:18::12) authentication-results: spf=none (sender IP is ) smtp.mailfrom=pburton@wavecomp.com; x-ms-exchange-messagesentrepresentingtype: 1 x-originating-ip: [2601:646:8a00:9810:5cfa:8da3:1021:be72] x-ms-publictraffictype: Email x-ms-office365-filtering-correlation-id: eefa4eab-75d8-4b8c-bd7a-08d711884a41 x-microsoft-antispam: BCL:0; PCL:0; RULEID:(2390118)(7020095)(4652040)(8989299)(4534185)(4627221)(201703031133081)(201702281549075)(8990200)(5600148)(711020)(4605104)(1401327)(2017052603328)(7193020); SRVR:MWHPR2201MB1501; x-ms-traffictypediagnostic: MWHPR2201MB1501: x-microsoft-antispam-prvs: x-ms-oob-tlc-oobclassifiers: OLM:8273; x-forefront-prvs: 01106E96F6 x-forefront-antispam-report: SFV:NSPM; SFS:(10019020)(346002)(376002)(396003)(136003)(39850400004)(366004)(189003)(199004)(66946007)(446003)(14454004)(66476007)(66556008)(64756008)(66446008)(74316002)(9686003)(68736007)(55016002)(7416002)(478600001)(99286004)(6916009)(4744005)(25786009)(316002)(5660300002)(6246003)(71190400001)(71200400001)(4326008)(6116002)(53936002)(476003)(8676002)(44832011)(11346002)(81156014)(81166006)(54906003)(486006)(7736002)(8936002)(2906002)(6506007)(256004)(6436002)(229853002)(305945005)(102836004)(186003)(386003)(52536014)(42882007)(46003)(33656002)(52116002)(7696005)(76176011)(41533002); DIR:OUT; SFP:1102; SCL:1; SRVR:MWHPR2201MB1501; H:MWHPR2201MB1277.namprd22.prod.outlook.com; FPR:; SPF:None; LANG:en; PTR:InfoNoRecords; MX:1; A:1; received-spf: None (protection.outlook.com: wavecomp.com does not designate permitted sender hosts) x-ms-exchange-senderadcheck: 1 x-microsoft-antispam-message-info: p7WzZhWK0m+oI/PbWDH1Kk4p+6DgFHYBhhiaZ8Tm4+z5Klb1oa0KJZiCAIq1ELD4vaRObLFe5YmbYTojMYhGNI4MCE7QGjXoYmJFJIj2xA3p9FmI/WciWsIlo/E93iWSdpjzo5SvgUylnAe+H4Uq2egV6cfohZvROrcR6piJrWYfxFfJm0QMhDkON/WWuf0+mH5AO3ic3rjJAkwkLtFRac/jGsneh9MdkDeGHHAceo17Rx5qDYLU2SJn5ok/5gzCHVtpFRawvlFgVe+j1HVr2a7CpEMEIHgPIp3YBUA8sPB5whkbMElxdDSPnqF7WF09roI/ho0f6UAAX2hyvx/4Wu02fyiYHZ7SLlZ2LgFnUap8bwXMVFBBtbsr+M4yjRzMb2IlWmTwtKXGvZbov3KemHtaGK+w9DzGqja/NdYtjD0= MIME-Version: 1.0 X-OriginatorOrg: mips.com X-MS-Exchange-CrossTenant-Network-Message-Id: eefa4eab-75d8-4b8c-bd7a-08d711884a41 X-MS-Exchange-CrossTenant-originalarrivaltime: 26 Jul 2019 05:15:35.8674 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 463607d3-1db3-40a0-8a29-970c56230104 X-MS-Exchange-CrossTenant-mailboxtype: HOSTED X-MS-Exchange-CrossTenant-userprincipalname: pburton@wavecomp.com X-MS-Exchange-Transport-CrossTenantHeadersStamped: MWHPR2201MB1501 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190725_221546_291004_4079FBCA X-CRM114-Status: UNSURE ( 9.95 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "linux-arch@vger.kernel.org" , Paul Burton , Shuah Khan , Shijith Thotton , Arnd Bergmann , Huw Davies , Catalin Marinas , Daniel Lezcano , Will Deacon , "linux-kernel@vger.kernel.org" , Ralf Baechle , "linux-mips@vger.kernel.org" , Dmitry Safonov <0x7f454c46@gmail.com>, Andre Przywara , "linux-kselftest@vger.kernel.org" , Rasmus Villemoes , Russell King , Thomas Gleixner , Mark Salyzyn , Peter Collingbourne , "linux-arm-kernel@lists.infradead.org" Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hello, Vincenzo Frascino wrote: > The mips vDSO library requires some adaptations to take advantage of the > newly introduced generic vDSO library. > > Introduce the following changes: > - Modification of vdso.c to be compliant with the common vdso datapage > - Use of lib/vdso for gettimeofday > > Cc: Ralf Baechle > Cc: Paul Burton > Signed-off-by: Vincenzo Frascino Applied to mips-next. Thanks, Paul [ This message was auto-generated; if you believe anything is incorrect then please email paul.burton@mips.com to report it. ] _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel