Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp4062841ybi; Tue, 11 Jun 2019 00:00:48 -0700 (PDT) X-Google-Smtp-Source: APXvYqyMTuph3/8Wwkd4yAbbYvvz9MvKqNhPK2kp2MGTfIhOZ4oaD0W7dXbmzXXqixj8Z5yVJcx8 X-Received: by 2002:a62:1ec3:: with SMTP id e186mr79439353pfe.197.1560236447897; Tue, 11 Jun 2019 00:00:47 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560236447; cv=none; d=google.com; s=arc-20160816; b=gcoTko9SpUfYY1ybhNQZEBeTeTceHdkapOIII/CARS7Hb9e0u84OGm/waMNnr+6vb7 OWQ81QoNkjBglHskqHxaXHlggeQJ0Iqtam32P+yuyEEegOY0cWUeQwlr7ETHI9posx7t YqfrQO+6AC0cnBbLbDLkr6pFFsncII+P35EtDMw1yczv5MXn6OCbdoF1DqpM9kH/9xcV K2wrvmYo70zncUDxhMgdBgT8Ed08Z3SKyk40Se9Gp89HK34SeTgg2BIiBoaRjeWBPtNY SHz24frbSxHD1fxCEDqRQp0saSDdrRRK2zp882tgMONZxzpyMsyM71dV9GvNKRQ61OIx Zijg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=5MBTXqOlS/321lpZzd1ssuN7UQHbI9dpg6SEacKfSU8=; b=sKELAH6Mmj4McAP+lrtloyiOg6xJvfIRcj6MUhtZRfHLS7VhC0SbZHHVWy2OajlP3+ 94AP01Mprc5LKZssD/zQeD4vH9m5XdRYXDvGvZoSkcCp9oMQq4FRAMFH/pcSAkoJxHFi w4WMAuTb6U+DHhXCy1VIlijNfDkqvhJrTnaNXFur6biz/lQHW39ZBpYoyzp7/Zp5rPop 3cegwYeTS1Y9jL+ogixbeS7k7Nj5iJXPukgWeoHp1+r5FgQxdewZq67NZLeRKA5vJymF m0QCrU7nBP0T0NUOSQMM+lJEAyRWF6vuHn76hzT+m7MbsqUTnT3V9mld464vyvrp/s8p wlew== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z21si11450080plo.386.2019.06.11.00.00.31; Tue, 11 Jun 2019 00:00:47 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2404116AbfFKGvI (ORCPT + 99 others); Tue, 11 Jun 2019 02:51:08 -0400 Received: from mail.kernel.org ([198.145.29.99]:42438 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2391233AbfFKGvH (ORCPT ); Tue, 11 Jun 2019 02:51:07 -0400 Received: from [10.44.0.22] (unknown [103.48.210.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 0C20920896; Tue, 11 Jun 2019 06:51:04 +0000 (UTC) Subject: Re: binfmt_flat cleanups and RISC-V support To: Christoph Hellwig Cc: Michal Simek , linux-arm-kernel@lists.infradead.org, linux-c6x-dev@linux-c6x.org, uclinux-h8-devel@lists.sourceforge.jp, linux-m68k@lists.linux-m68k.org, linux-riscv@lists.infradead.org, linux-sh@vger.kernel.org, linux-xtensa@linux-xtensa.org, linux-kernel@vger.kernel.org References: <20190610212015.9157-1-hch@lst.de> From: Greg Ungerer Message-ID: <6e5fb7db-1d6f-7d49-553c-edc18f14f641@linux-m68k.org> Date: Tue, 11 Jun 2019 16:51:02 +1000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 In-Reply-To: <20190610212015.9157-1-hch@lst.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Christoph, On 11/6/19 7:20 am, Christoph Hellwig wrote: > below is a larger stash of cleanups for the binfmt_misc code, > preparing for the last patch that now trivially adds RISC-V > support, which will be used for the RISC-V nommu series I am > about to post. Whole series looks pretty good. Just the one comment I made. I normally take these through the m68knommu git tree, if you have no problem with that I'll push it in there. It will hit linux-next from there. Thanks Greg