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=-12.5 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,T_DKIMWL_WL_HIGH,USER_AGENT_MUTT 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 08F27C072B5 for ; Fri, 24 May 2019 18:28:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D032F2184E for ; Fri, 24 May 2019 18:28:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558722486; bh=xuk4dqqIcO9uAvu9ohih0JcDO1cvp9qm6VSZfq3mUqI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=yE4fVV6oOj2akRHGElI+Kidup5q816TN7FAwq+OAZhcuv9tlUDT0jC72qnnFY0IoO ktu77ymMCymkObkiP/ZPhVk3Ij+Z7co9VA7Mhj4H5/JV6jXYlMIl9N3Y/+NaGRu5ii AZq/LtTtIxm1UHwoq3pVQQEksueKTQdz9C4+9EL4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727503AbfEXS2G (ORCPT ); Fri, 24 May 2019 14:28:06 -0400 Received: from mail.kernel.org ([198.145.29.99]:48768 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727323AbfEXS2G (ORCPT ); Fri, 24 May 2019 14:28:06 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (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 2005221848; Fri, 24 May 2019 18:28:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558722485; bh=xuk4dqqIcO9uAvu9ohih0JcDO1cvp9qm6VSZfq3mUqI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=L07r16ORBpsDALITsEb4vjtn97sZe5pb1gw+RCguXJR9IBF87ztPZiTI2lKWWruDV uLoofF5K/DqWgg4tmDxW6NXTMO4ztPXN1jdlDVbtV/nNpjPth2KDL3cKc8jC4qkGHK a8swIZEInEe7aoiSsqz0VP32I6lErI+dBz7ZH9FU= Date: Fri, 24 May 2019 20:28:02 +0200 From: Greg KH To: Sasha Levin Cc: linux-kernel@microsoft.com, linux-hyperv@vger.kernel.org, kys@microsoft.com, haiyangz@microsoft.com, sthemmin@microsoft.com, linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] Hyper-V commits for 5.2 Message-ID: <20190524182802.GA7887@kroah.com> References: <20190506033111.A3EBA205F4@mail.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190506033111.A3EBA205F4@mail.kernel.org> User-Agent: Mutt/1.11.4 (2019-03-13) Sender: linux-hyperv-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-hyperv@vger.kernel.org On Sun, May 05, 2019 at 11:31:04PM -0400, Sasha Levin wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA512 > > The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b: > > Linux 5.1-rc1 (2019-03-17 14:22:26 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux.git tags/hyperv-next-signed > > for you to fetch changes up to a3fb7bf369efa296c1fc68aead1b6fb3c735573b: > > drivers: input: serio: Add a module desription to the hyperv_keyboard driver (2019-04-23 15:41:40 -0400) > > - ---------------------------------------------------------------- > Adding module description to various hyper-v modules > > - ---------------------------------------------------------------- > Joseph Salisbury (3): > drivers: hid: Add a module description line to the hid_hyperv driver > drivers: hv: Add a module description line to the hv_vmbus driver > drivers: input: serio: Add a module desription to the hyperv_keyboard driver > > drivers/hid/hid-hyperv.c | 2 ++ > drivers/hv/vmbus_drv.c | 1 + > drivers/input/serio/hyperv-keyboard.c | 2 ++ This should go through the different subsystems, for the different drivers, not just through me. thanks, greg k-h