From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 153F6250E8 for ; Thu, 23 Nov 2023 13:53:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=ideasonboard.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=ideasonboard.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="jVLCBZDs" Received: from pendragon.ideasonboard.com (213-243-189-158.bb.dnainternet.fi [213.243.189.158]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 73D21E52; Thu, 23 Nov 2023 14:53:15 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1700747595; bh=5TiUrShDodvlqY5geajHll5Q6vI9HOwA3wBbcos2dC8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=jVLCBZDseUOrzUwy2DDcSAReWnc9HxHPxwxAlwZnB6Njqy4RBifc2mAytvAxNFRgB qohjo7KIzEiB84s+a3HN8WxXSKusoRK5cEJ6UHMsBUHvASmrv5tNfE5nDCadMXR06r gsRT3PTZkobfJ01+dgUMuHVfOcZo3Tr83+qgxZhU= Date: Thu, 23 Nov 2023 15:53:54 +0200 From: Laurent Pinchart To: Umang Jain Cc: Greg KH , linux-media@vger.kernel.org, kernel-list@raspberrypi.com, linux-kernel@vger.kernel.org, linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-staging@lists.linux.dev, Dave Stevenson , "Ricardo B . Marliere" , Dan Carpenter , Stefan Wahren Subject: Re: [PATCH] fixup! staging: vc04_services: bcm2835-isp: Add a more complex ISP processing component Message-ID: <20231123135354.GE16377@pendragon.ideasonboard.com> References: <20231109210309.638594-11-umang.jain@ideasonboard.com> <20231113140755.425365-1-umang.jain@ideasonboard.com> <2023112352-ravishing-garter-c9fc@gregkh> Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <2023112352-ravishing-garter-c9fc@gregkh> On Thu, Nov 23, 2023 at 12:56:07PM +0000, Greg KH wrote: > On Mon, Nov 13, 2023 at 09:07:55AM -0500, Umang Jain wrote: > > Setup DMA Mask > > --- > > I realised while (re)creating the test branches (sent in reply to the cover > > letter), I missed to squash this hunk in > > "staging: vc04_services: bcm2835-isp: Add a more complex ISP processing component" > > before sending out the series. > > > > Sending it as a fixup! for now. > > What does that mean? What can I do with this? Umang, we don't do that for upstream kernel development. If a patch needs a new version, you should send a new version. In some subsystems maintainers will prefer if you only resubmit the offending patch when the series is large (as a "vN.1" instead of a vN+1), while in other cases resending the whole series is preferred. Greg, I don't think Umang wanted you to do anything with this patch :-) This was meant to tell reviewer that the issue was known already. -- Regards, Laurent Pinchart