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=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_MUTT 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 1A70BC31E4B for ; Fri, 14 Jun 2019 21:17:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E57922184C for ; Fri, 14 Jun 2019 21:17:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560547033; bh=3qZBnSeXO8K4oYa3/N25KQYrBFfoH3IDbPh/Ayhnk1s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=TtLjdMLW0rkBrcJJh1YqE/J5f8/ArzaZshlcXidB1fkepeM6OeClv057si5UMHQWy ZYoSSBQaEbB49MlcELNzo4NPl5+PErml2jlFEOegpUHfsTX1Z65Au6K1pFWkbIsvBY I7vNyZrHW7Ofv2OyE/waM0T7xvXP0je1r1FpR2M8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726801AbfFNVRL (ORCPT ); Fri, 14 Jun 2019 17:17:11 -0400 Received: from mail.kernel.org ([198.145.29.99]:60176 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726349AbfFNVRL (ORCPT ); Fri, 14 Jun 2019 17:17:11 -0400 Received: from localhost (unknown [131.107.159.134]) (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 7CEBA2184B; Fri, 14 Jun 2019 21:17:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560547030; bh=3qZBnSeXO8K4oYa3/N25KQYrBFfoH3IDbPh/Ayhnk1s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=wSQKJ/fpvZ2VNMj+Ci4k6VkUSRmnCwxH0B3QSi4pAXHaafCyjkLk5Ay1FlTE8nu4t G9JhtzPQKgDEUCIAmnZTe5zgfu4bvGevKrkwx5eb89dokUpJIBwpcuH1xlDk/nCpvt xMI4C4u1OBkryDfNx63vmnnkfSFUTeuK+DAqJlh4= Date: Fri, 14 Jun 2019 17:17:10 -0400 From: Sasha Levin To: Thomas Gleixner Cc: Michael Kelley , Vincenzo Frascino , "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 , Mark Salyzyn , Peter Collingbourne , Shuah Khan , Dmitry Safonov <0x7f454c46@gmail.com>, Rasmus Villemoes , Huw Davies Subject: Re: [PATCH v6 18/19] x86: Add support for generic vDSO Message-ID: <20190614211710.GQ1513@sasha-vm> References: <20190530141531.43462-1-vincenzo.frascino@arm.com> <20190530141531.43462-19-vincenzo.frascino@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 14, 2019 at 01:15:23PM +0200, Thomas Gleixner wrote: >On Thu, 30 May 2019, Michael Kelley wrote: >> Vincenzo -- these changes for Hyper-V are a subset of a larger patch set >> I have that moves all of the Hyper-V clock/timer code into a separate >> clocksource driver in drivers/clocksource, with an include file in >> includes/clocksource. That new include file should be able to work >> instead of your new mshyperv-tsc.h. It also has the benefit of being >> ISA neutral, so it will work with my in-progress patch set to support >> Linux on Hyper-V on ARM64. See https://lkml.org/lkml/2019/5/27/231 >> for the new clocksource driver patch set. > >Grrr. That's queued in hyperv-next for whatever reasons. I queue up our future pull requests there to give them some soaking in -next. >Sasha, can you please provide me the branch to pull from so I can have a >common base for all the various changes floating around? I'll send you a unified pull request for these changes. -- Thanks, Sasha