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=-5.5 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no 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 D00A6C433DF for ; Fri, 31 Jul 2020 06:33:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B216521883 for ; Fri, 31 Jul 2020 06:33:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731415AbgGaGdU (ORCPT ); Fri, 31 Jul 2020 02:33:20 -0400 Received: from verein.lst.de ([213.95.11.211]:58188 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731224AbgGaGdT (ORCPT ); Fri, 31 Jul 2020 02:33:19 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 881D668BEB; Fri, 31 Jul 2020 08:33:16 +0200 (CEST) Date: Fri, 31 Jul 2020 08:33:16 +0200 From: Christoph Hellwig To: Al Viro Cc: Christoph Hellwig , Linus Torvalds , Greg Kroah-Hartman , "Rafael J. Wysocki" , linux-kernel@vger.kernel.org, linux-raid@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-api@vger.kernel.org Subject: Re: add file system helpers that take kernel pointers for the init code v4 Message-ID: <20200731063316.GA5145@lst.de> References: <20200728163416.556521-1-hch@lst.de> <20200729195117.GE951209@ZenIV.linux.org.uk> <20200730062524.GA17980@lst.de> <20200731021424.GG1236603@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200731021424.GG1236603@ZenIV.linux.org.uk> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Fri, Jul 31, 2020 at 03:14:24AM +0100, Al Viro wrote: > Christoph Hellwig (28): > [snip] > initramfs: switch initramfs unpacking to struct file based APIs > initramfs: switch initramfs unpacking to struct file based APIs > [snip] > > It's not a bisect hazard, of course, but if you don't fold those > together, you might at least want to give the second one a different > commit summary... I hadn't been able to find an analogue of #init_path on > top of that either. > > As it is, #init-user-pointers is fine (aside of that SNAFU with unfolded > pair of commits), and so's the contents of #init_path part following what > used to be #init-user-pointers, but it'll be an awful mess on merge in > the current shape. > > I can sort it out myself, if you don't mind that; again, I'm OK with > the contents and I've no problem with doing reordering/folding. I've fixed the folding issues in init-user-pointers and rebased init_path on top of that. Feel free to pull it. I don't think it is worth reposting.