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, 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 224F1C43613 for ; Mon, 24 Jun 2019 01:42:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id EF6AF208E4 for ; Mon, 24 Jun 2019 01:42:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561340553; bh=Km/EG26G//otzJirp7DHc7RJp8gQBMn6W9dxgDNtxZs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=TwtG1vosgEZExE3N8LYQEbACZsYWaKKIQAqB7uvRIxPafJS218kWdg0eq3LpLt3Lk 5HpGw+TWi4KeHdT0P7H7JxEaXS+mLvm28GytzS6r4qsS1tMHHMPOQhmg9QYO0yuyNt kYm4krFulpJqf2L9USG+CU/uoG8XJI3kWwuz3szo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727001AbfFXBmY (ORCPT ); Sun, 23 Jun 2019 21:42:24 -0400 Received: from mail.kernel.org ([198.145.29.99]:60618 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726663AbfFXBmY (ORCPT ); Sun, 23 Jun 2019 21:42:24 -0400 Received: from localhost (mobile-107-77-172-83.mobile.att.net [107.77.172.83]) (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 B8AA2208E4; Mon, 24 Jun 2019 00:24:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561335872; bh=Km/EG26G//otzJirp7DHc7RJp8gQBMn6W9dxgDNtxZs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=grcHSJMH3kPW9Zu1kz/gWzmcxOFASAqZ2TT/0LPbSGJkyK91/BXFpxwRwuOAT5a0U eTfiYHI08zHQqep9xE80GVfLv0m41eESZKfQWosEkz61WNNt1VuBmPlb9xfn44A/ar btaVIxYwKhWHHtdCrtUInzfldSwCGeCOn121tG44= Date: Sun, 23 Jun 2019 20:24:30 -0400 From: Sasha Levin To: Stephen Rothwell Cc: Thomas Gleixner , 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 , linux-hyperv@vger.kernel.org, Greg KH Subject: Re: [PATCH v6 18/19] x86: Add support for generic vDSO Message-ID: <20190624002430.GN2226@sasha-vm> References: <20190530141531.43462-1-vincenzo.frascino@arm.com> <20190530141531.43462-19-vincenzo.frascino@arm.com> <20190614211710.GQ1513@sasha-vm> <20190623190929.GL2226@sasha-vm> <20190624075834.2491a61a@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20190624075834.2491a61a@canb.auug.org.au> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-mips-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org On Mon, Jun 24, 2019 at 07:58:34AM +1000, Stephen Rothwell wrote: >Hi Sasha, > >On Sun, 23 Jun 2019 15:09:29 -0400 Sasha Levin wrote: >> >> Appologies about this. I ended up with way more travel than I would have >> liked (writing this from an airport). I've reset our hyperv-next branch >> to remove these 3 commits until we figure this out. > >But not pushed out, yet? Pushed now. For some reason the airport wifi was blocking ssh :/ -- Thanks, Sasha