From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 679A83C2F; Mon, 8 Apr 2024 05:44:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712555054; cv=none; b=lL24Ov0u56ib1A7fZsZ008foqDIQvWdj3s62KbaoWfWUa7qqsd8nuef/y/7Nx2ln+0H30LU+2Wgppf+y3P2BipgOsCm4+DVGggd8HHWkVGwWq5c3OwJ/z/8O1FMVWi6Sf+t/qtfv0L5CthWWHmr33seKznfC+i6U6PJRWgWMqEQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712555054; c=relaxed/simple; bh=vMTO+JCxJ/pC8pUOQVFfrJmUCn0gHKZBHp2mN8vrUkY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=oclQntMuzKiTk4MfdA3gk/hVf3oSVANsj30EIdiMLi8hxY4RB2WQJUCTEcpho+T65PcDb0nzCla8+QMdoicp5fy1io+XOXtqZ242aDKfGWoo/FH96/CDFJ5qBaJSmfw7XtI2A3iTfEVpg/7DCOO45BZT4D65JMLn9mrpMRir0kk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=1yWZ8c3a; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="1yWZ8c3a" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7D56FC433F1; Mon, 8 Apr 2024 05:44:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1712555054; bh=vMTO+JCxJ/pC8pUOQVFfrJmUCn0gHKZBHp2mN8vrUkY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=1yWZ8c3afHE2SqsjmwsiwlagPW2l0wHd6orMPdWrLRaIm4oevC51UhVuVWvEMsD78 HMK8Rnmq2St49ROmoMrJe9eqkhIJClsPRUAFWerMk3yzPPSzyhGZ5mpq7FhIV13v0r NAYbYrf+vMkX3iWja7ouU1FF3yCxfW+KqwaKWPbE= Date: Mon, 8 Apr 2024 07:44:10 +0200 From: Greg Kroah-Hartman To: Jiri Slaby Cc: Michael Ellerman , Finn Thain , Andy Shevchenko , Benjamin Herrenschmidt , Nicholas Piggin , Christophe Leroy , "Aneesh Kumar K.V" , "Naveen N. Rao" , linux-m68k@lists.linux-m68k.org, linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org, linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH] serial/pmac_zilog: Remove flawed mitigation for rx irq flood Message-ID: <2024040843-plug-thirstily-e478@gregkh> References: <8f234f26-d5e3-66ed-ab0c-86d3c9852b4a@linux-m68k.org> <87y19s7bk6.fsf@mail.lhotse> <4bddf8ec-97f1-07f6-9c0a-523c102c0a1b@linux-m68k.org> <87v84sbexv.fsf@mail.lhotse> <3adf561b-2d6b-47be-8fca-2a26ee738670@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3adf561b-2d6b-47be-8fca-2a26ee738670@kernel.org> On Mon, Apr 08, 2024 at 07:37:22AM +0200, Jiri Slaby wrote: > On 08. 04. 24, 7:32, Jiri Slaby wrote: > > On 08. 04. 24, 7:29, Michael Ellerman wrote: > > > Many maintainers won't drop Cc: tags if they are there in the submitted > > > patch. So I agree with Andy that we should encourage folks not to add > > > them in the first place. > > > > But fix the docs first. > > > > I am personally not biased to any variant (as in: I don't care where CCs > > live in a patch). > > OTOH, as a submitter, it's a major PITA to carry CCs in notes (to have those > under the --- line). Esp. when I have patches in a queue for years. Agreed, let's keep them where they are in the signed-off-by area, it's not hurting or harming anything to have them there. thanks, greg k-h