Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp308606ybi; Thu, 13 Jun 2019 16:39:59 -0700 (PDT) X-Google-Smtp-Source: APXvYqwhhhGmMf1vpHxdpC51kvm5QwgzjzvVlhpQPD30oe2Lgu2TS2qtIa+ZX3B3p+NmFXYAi9Dx X-Received: by 2002:a62:1c91:: with SMTP id c139mr88405561pfc.25.1560469199834; Thu, 13 Jun 2019 16:39:59 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560469199; cv=none; d=google.com; s=arc-20160816; b=0IQvo/WjHk7g0Dvdt1gpv3c/99Bp/vZ72wQokvBeeQ3PkVBxYszkGK1eGQACb1aoGe iYgjSHt1Eqw3cwi0gtxWWQ7suRD9Vz6QgQ1oucTczHcZDV3YBuw9v8TV6fDqvBqI5RvU 4wFlnl5K9gf5jWHkj97HOuUbGp6MyRLOANT6CS4ptwaTOASz/GyAQeMpWrLwc86kuCWR 9eV+mkHkaSk2VdU0Ms8yZWr9KbM9nQDetACBfQ+MWFe+lwCTGMdhMREhSmKUYk+ITAFc nsDy/IL36hopGsgIZ65DqCFFJ5vp4hIT+Mm1lFvYRVKLJmjVI3RkVEkOLM4X5Q8Tg+93 PY5A== 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=/+b0InLJJM8Ccc4bA2jlXV0H6zYSj88pyGEtaz78es8=; b=UqRDbk1AMeVuhiZVJ9wYFKwdsuf/zc+L7BaNX5w+Kn04iNBS+1CpEZuIKHO9SoWhyd KbkGiboEE4IR/9vr9k6MciBq6BKvOjfPtv8jYZcgb0hHbBSMBxMXM8nifJDtXsW8UG6z sdun4MfUSzFKiCrEmG/V1GwSRZRvCq8nCGEV2wZYwIaVywVPwyRXXuql5EIcpzX7OPtu 8u5f6SjDg7X2Y2AF1S+GG90M8PyZTiWu1Q3wvi/LTspo+BBSeGQleihqn5HbDdpCe+tm i90+05TmX9PEExMlKfwRZKd3mrt4SU8xNs6OiNOi+UJKKzJ04xblkRLbeKWDBRFgFibl KYMw== 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 65si738657pff.66.2019.06.13.16.39.44; Thu, 13 Jun 2019 16:39:59 -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 S1727238AbfFMXiL (ORCPT + 99 others); Thu, 13 Jun 2019 19:38:11 -0400 Received: from mail.kernel.org ([198.145.29.99]:56696 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726177AbfFMXiK (ORCPT ); Thu, 13 Jun 2019 19:38:10 -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 32C802133D; Thu, 13 Jun 2019 23:38:08 +0000 (UTC) Subject: Re: binfmt_flat cleanups and RISC-V support v2 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: <20190613070903.17214-1-hch@lst.de> From: Greg Ungerer Message-ID: <9a7c0892-21f3-23fb-590d-011d66f97320@linux-m68k.org> Date: Fri, 14 Jun 2019 09:38:06 +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: <20190613070903.17214-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 13/6/19 5:08 pm, 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. > > Changes since v2: > - fix the handling of old format flags > - don't pass arguments on stack for RISC-V > - small cleanups for flat_v2_reloc_t Thanks for doing this work. Tested and works for me on m68k/Coldfire too. I have pushed these onto the for-next branch of the m68knommu git tree. Regards Greg