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=-3.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, 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 8CAB3C282F6 for ; Mon, 21 Jan 2019 10:48:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5383E20861 for ; Mon, 21 Jan 2019 10:48:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1548067686; bh=69xAzGVd+y9C09T8hDRLUS+Qiih/waoNuDAVyyJjyxc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=V7I/+d6o3h89EdQxT9eBiYzVEl78E8Djy68vMCKyt+ZKyRBm5UDAvvt3hN6G56rNi cQROcoOv4mrUouOPLCl7Q4gq0VN8oHw3VVAqNATKsrZzRBQ1+lwu6h+NTok/92Bkpc K2bZQ9iMXYaagoR/GukqeATSWR5riU3ETH9h6dfM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727453AbfAUKsF (ORCPT ); Mon, 21 Jan 2019 05:48:05 -0500 Received: from mail.kernel.org ([198.145.29.99]:45898 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727440AbfAUKsF (ORCPT ); Mon, 21 Jan 2019 05:48:05 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.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 38DF520663; Mon, 21 Jan 2019 10:48:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1548067684; bh=69xAzGVd+y9C09T8hDRLUS+Qiih/waoNuDAVyyJjyxc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NT66BAQgZWp/jfraQIiC3IL5D0lsQgnSnO7N8ZbtrLj4HgePJuOHxVp0wXt5zLs15 SjKSAc167GiUlbavW8vCsTerOTzGIycudd6nLdXBFo1oRh9JK+SjTMmLXNWdGecSWl uZKNTaf4/jr9OqcoIUzSf9vMEpkJhY5zzzZzyfBM= Date: Mon, 21 Jan 2019 11:48:02 +0100 From: Greg Kroah-Hartman To: Tetsuo Handa Cc: Jan Kara , Dmitry Vyukov , Linus Torvalds , Kees Cook , Al Viro , linux-fsdevel , Kostya Serebryany , Andrew Morton Subject: Re: [PATCH] fs: ratelimit __find_get_block_slow() failure message. Message-ID: <20190121104802.GB3008@kroah.com> References: <54b68f21-c8b5-7074-74e0-06e3d7ee4003@i-love.sakura.ne.jp> <20190116104308.GC26069@quack2.suse.cz> <20190116162813.GA5446@kroah.com> <20190121083737.GA6566@quack2.suse.cz> <2397b6f2-30dd-7d06-0fc1-cffc77dd2188@i-love.sakura.ne.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2397b6f2-30dd-7d06-0fc1-cffc77dd2188@i-love.sakura.ne.jp> User-Agent: Mutt/1.11.2 (2019-01-07) Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Mon, Jan 21, 2019 at 07:33:13PM +0900, Tetsuo Handa wrote: > On 2019/01/21 17:37, Jan Kara wrote: > > On Thu 17-01-19 14:18:56, Dmitry Vyukov wrote: > >> Also a good question is how many other my patches were lost that I now > >> have no idea about? I discovered this one by pure accident. > > > > Well, I do keep track of my own submitted patches in my git tree and > > occasionally sweep through it and resubmit / ping about lost ones. But yes, > > it requires some motivation and self-discipline which is not always present > > for drive-by contributions. > > I use quilt. quilt is simple and easier for me than git. You can maintain a > file named "series" and do "quilt push -a" && "quilt pop -a" for automatic > checking. By the way, isn't Andrew Morton still using quilt? > I think Andrew's scripts pre-date quilt, they are what got turned into quilt. I use quilt daily for all stable kernel work, and for my personal kernel development as well. thanks, greg k-h