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=-7.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham 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 658C1C43331 for ; Thu, 5 Sep 2019 15:11:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B289520870 for ; Thu, 5 Sep 2019 15:11:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567696305; bh=c6Klt7mrqAOjCZDFyaHnc54eSVIfusmbzS0lo9b8yjg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=Dl8Cbg+XAs52fS4KJ2Q1tR616NBpGCJb0Df6joNULZSRbuHtlVs8HyAufZVmfpSQN 9+zclmrRtkn7bsLwOgFVpj82UbtI9oj2MP0PabPC0qbT/HJrTmRx/PbmRk6Eq5nMdR nhKWqMHzM3wZzW7OL2AdyP4c/GNYWRqnC05F2zU4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388621AbfIEPLp (ORCPT ); Thu, 5 Sep 2019 11:11:45 -0400 Received: from mail.kernel.org ([198.145.29.99]:56962 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388524AbfIEPLo (ORCPT ); Thu, 5 Sep 2019 11:11:44 -0400 Received: from localhost (unknown [62.28.240.114]) (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 4B90020828; Thu, 5 Sep 2019 15:11:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567696304; bh=c6Klt7mrqAOjCZDFyaHnc54eSVIfusmbzS0lo9b8yjg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=BR+UiPaPkce7W1s47hLG/KmG+0HffACHMGYM2+hEDzS9b48b+DvoYN1RuWp+jOrgG dzZ5nt1uv8vaa+QStOAh+M3DN3zooejScHpembX/hUA1ESLusCxlyMl69h4pJT3FLt ZdfGF8q4IxAfflOjcKU3vyLN4Z/oIfvVASUT8pMw= Date: Thu, 5 Sep 2019 11:11:41 -0400 From: Sasha Levin To: Jiri Kosina Cc: Dexuan Cui , "benjamin.tissoires@redhat.com" , "linux-input@vger.kernel.org" , "linux-hyperv@vger.kernel.org" , Stephen Hemminger , Sasha Levin , Haiyang Zhang , KY Srinivasan , Michael Kelley , "gregkh@linuxfoundation.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] HID: hyperv: Use in-place iterator API in the channel callback Message-ID: <20190905151141.GB1616@sasha-vm> References: <1566269763-26817-1-git-send-email-decui@microsoft.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-hyperv-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-hyperv@vger.kernel.org On Wed, Sep 04, 2019 at 04:23:27PM +0200, Jiri Kosina wrote: >On Tue, 3 Sep 2019, Dexuan Cui wrote: > >> > Hi Jiri, Benjamin, can this patch go through Sasha's hyperv tree: >> > https://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux.git >> > >> > This is a purely Hyper-V specific change. >> >> Hi Jiri, Benjamin, >> Are you OK if this patch for the Hyper-V HID driver goes through the Hyper-V >> tree maintained by Sasha Levin? It's a purely Hyper-V change, and I have >> been using the patch for several months and there is no regression. > >No problem with that. Feel free to add > > Acked-by: Jiri Kosina > >in that case. I've queued it up for hyperv-fixes, thank you! -- Thanks, Sasha