Received: by 2002:a05:6a10:17d3:0:0:0:0 with SMTP id hz19csp106506pxb; Fri, 16 Apr 2021 00:28:58 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxDfBA20FV5NXkQgJB8smw1RW+KhvUe+9Wzm4hw+xwsHbN3UVeUoszANIyZ3FTvkR1hrfVb X-Received: by 2002:a05:6402:68a:: with SMTP id f10mr8442208edy.26.1618558138044; Fri, 16 Apr 2021 00:28:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1618558138; cv=none; d=google.com; s=arc-20160816; b=pHe5oK1XHOzWFy4uatEojX006103d2WEhSdLQhGNCZwaziegLT7xefvOUsBiZN3BiJ pRWlhddBgW8eWw9WNAzAQ4SbffTa9/feyJkQW/sa9ujibL3e1QxUfBviGIS+fdwN1/Ja GgVtQd1dDHmdToO92c4K/W4uk6jwPs0VZHoJDMVlSrQTxIBrEJrIPUYbM5O7tWOq/b7h 8TrVphLQ2Zh60ta1pxmMfDT3is23Zh+iBZddmwFFk73VbQekEwA8Pm7Mk+VHckTCA+mh sOIVQaY3EslG8Aozr2s/xTzuOWbA20fH0KlOOcAuwWBMU9g2sXpy8Jpcx6DattowjYUE GSPg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:from:references :cc:to:subject; bh=pWF3epp7YutJ/t+GoWbCCBSIGjKXozCEgJFJHqcrWk4=; b=vhpgQs4TxlY1+4MUdfh3dNw1P6XZfxE2jDXbYH74KKeSgLXY2p/X2RbbakVUgHqHXX jy2mzaj/ZEjk8u9AkJaN6vKOmfCaMo34pus1BumVxwUHVxYD4AsqgfL9tcBt9n++rqn1 Sex/vQA0NzaeNNBAFz4Mng3Cdi8uolLELD1eLO2gzNwcA+rqoUhOJ5xgFtesGc1eRJN4 SnXRgNZPjbU0VIDu+sj2dVL2zijty8ezA/AVTz5h69WyQI26RSk8X72sTJXYHpIg69bs Sjc/XNFbpbbYMjsflBl9maBhtKzP12pP+rPHfh7xsFpwl/cf46bDARDFL2NohXAX48g6 66aA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id w15si1301292edr.136.2021.04.16.00.28.35; Fri, 16 Apr 2021 00:28:58 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239462AbhDPH1A (ORCPT + 99 others); Fri, 16 Apr 2021 03:27:00 -0400 Received: from mail.kernel.org ([198.145.29.99]:44422 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231666AbhDPH0z (ORCPT ); Fri, 16 Apr 2021 03:26:55 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 8FF2C60238; Fri, 16 Apr 2021 07:26:29 +0000 (UTC) Subject: Re: [PATCH v2 0/2] Fix binfmt_flat loader for RISC-V To: Damien Le Moal , Al Viro , Christoph Hellwig Cc: Palmer Dabbelt , "linux-riscv@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "jcmvbkbc@gmail.com" , Anup Patel , "uclinux-dev@uclinux.org" References: <20210415055605.GB8947@lst.de> From: Greg Ungerer Message-ID: Date: Fri, 16 Apr 2021 17:26:27 +1000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 16/4/21 10:26 am, Damien Le Moal wrote: > On 2021/04/16 9:22, Al Viro wrote: >> On Thu, Apr 15, 2021 at 07:56:05AM +0200, Christoph Hellwig wrote: >>> binfmt_flat tends to go through Greg's uclinux tree, adding him and >>> the list. >> >> FWIW, my involvement with binfmt_flat had been pretty much nil - >> the least trivial had been "binfmt_flat: flat_{get,put}_addr_from_rp() >> should be able to fail" about 4 years ago and that fell out of hunting >> for places where __get_user() had been used without checking error values. >> >> It's in fs/*, but I've no way to test it and I have pretty much >> zero familiarity with the guts of that one, so I can't give any useful >> feedback on that series. So consider the Christoph's comment seconded - >> you want it reviewed by gerg et.al., and it probably ought to go via >> gerg/uclinux.git tree. >> >> I'm reasonably familiar with binfmt_{elf,misc,script}; anything >> else gets touched as part of larger series and only with sanity checks >> from other folks, if the changes are not entirely trivial. > > Al, > > Thanks for the clarification. Would it make sense to have an entry in > MAINTAINERS file pointing to Greg and the uclinux tree for binfmt_flat.c ? > Greg ? Yep, looks like it does need that. Regards Greg