Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 28D63C433EF for ; Fri, 14 Jan 2022 05:38:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234726AbiANFi0 (ORCPT ); Fri, 14 Jan 2022 00:38:26 -0500 Received: from dfw.source.kernel.org ([139.178.84.217]:38294 "EHLO dfw.source.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229379AbiANFiZ (ORCPT ); Fri, 14 Jan 2022 00:38:25 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 57AA561C5E; Fri, 14 Jan 2022 05:38:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 21FC7C36AE9; Fri, 14 Jan 2022 05:38:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1642138703; bh=lLfLPkFxDD1M0EJLDi2zTkNrNaEUxr9mFL959vpQDRs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UgKjrzUEh0Q1fj62j0WRn1dfeO+rsxq9mcIxXGKcvu5ltcDQL3FHK8oaAiM8khpUQ 49hNQOB59SxUf9Jt4RA6ZfOuUGTERfZOxq6otUi6seiDqjQcNjdXi41XJtLFE14F5M D5HrOw8rrR4YdVbbrY8eAaYz2rf7QvV5rMsnpy5A= Date: Fri, 14 Jan 2022 06:38:20 +0100 From: Greg KH To: Iouri Tarassov Cc: kys@microsoft.com, haiyangz@microsoft.com, sthemmin@microsoft.com, wei.liu@kernel.org, linux-hyperv@vger.kernel.org, linux-kernel@vger.kernel.org, spronovo@microsoft.com Subject: Re: [PATCH v1 8/9] drivers: hv: dxgkrnl: Implement various WDDM ioctls Message-ID: References: <0c9f1d07-c9ee-5e23-e494-7198a0d0a54c@linux.microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0c9f1d07-c9ee-5e23-e494-7198a0d0a54c@linux.microsoft.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 13, 2022 at 04:19:41PM -0800, Iouri Tarassov wrote: > > On 1/12/2022 11:47 PM, Greg KH wrote: > > On Wed, Jan 12, 2022 at 11:55:13AM -0800, Iouri Tarassov wrote: > > > Implement various WDDM IOCTLs. > > > Again, break this up into smaller pieces. Would you want to review > > all > > of these at the same time? > > > > Remember, you write code for people to review and understand first, and > > the compiler second. With large changes like this, you are making it > > difficult for people to review, which is your target audience. > > > > I'll stop here, please fix up this patch series into something that is > > reviewable. > > Hi Greg, > > https://www.kernel.org/doc/html/latest/process/submitting-patches.html > states that "only post say 15 [patches] or so at a time and wait for review > and integration". > The IOCTLs here are simple and I tried to keep the number of patches smaller > than 15. Is it ok to have more than 15 patches in a submission, or I need to > submit the driver is several chunks (some of which would be not fully > functional)? We get patch series that are much longer all the time, that's fine. How many do you feel would be needed to properly break this out? Again, create changes to make review easy. greg k-h