From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregkh@linuxfoundation.org (Greg KH) Date: Tue, 7 Aug 2018 14:31:49 +0200 Subject: [PATCH v3] staging: erofs: disable compiling temporarile In-Reply-To: <309c110f-83ca-f79e-c8ff-201fe9a9f027@huawei.com> References: <20180802143455.9214-1-chao@kernel.org> <20180802173319.GB24125@kroah.com> <20180807091747.GA24468@kroah.com> <309c110f-83ca-f79e-c8ff-201fe9a9f027@huawei.com> Message-ID: <20180807123149.GC9359@kroah.com> On Tue, Aug 07, 2018@06:42:23PM +0800, Chao Yu wrote: > I found that erofs-related patch was merged a little bit quickly, so that we may > miss Reviewed-by tag in that merged patch due to reviewer replied to the patch late. > > Out of curiosity, is there any rule for picking up and merging patches in > staging-{test,next} tree? like merging the patch if there is at least one guy > replies an ACK or no one object for some time? That's what normally happens, I just was processing staging patches very quickly for a few days and got to them before you were able to review it. That is not the normal state of things :) And remember, anyone can end up merging changes to your code, being a maintainers is not a "gatekeeper", it is a role where you are responsible for the code, but if other "responsible" people change it, that is also fine. thanks, greg k-h