From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (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 259992F9B for ; Thu, 22 Apr 2021 17:04:49 +0000 (UTC) Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (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 0DAE4613CC; Thu, 22 Apr 2021 17:04:47 +0000 (UTC) Date: Thu, 22 Apr 2021 13:04:46 -0400 From: Steven Rostedt To: Jan Kara Cc: James Bottomley , Shuah Khan , Mauro Carvalho Chehab , ksummit@lists.linux.dev Subject: Re: [MAINTAINER SUMMIT] Rethinking the acceptance policy for "trivial" patches Message-ID: <20210422130446.1d8653cb@gandalf.local.home> In-Reply-To: <20210422161340.GB8755@quack2.suse.cz> References: <20210422123559.1dc647fb@coco.lan> <0d83502f-eb29-9b06-ada8-fcd03f9c87a8@linuxfoundation.org> <20210422115235.0526dabd@gandalf.local.home> <20210422161340.GB8755@quack2.suse.cz> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) X-Mailing-List: ksummit@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 22 Apr 2021 18:13:40 +0200 Jan Kara wrote: > > Unfortunately, this breaks all quilt users, as quilt does not support this. > > Is it that hard to improve quilt? I've toyed with fixing this, and almost had it working once. I just never had time to get it fully working. But no, it's not hard. But it does require a good understanding of both bash script and Perl ;-) -- Steve