Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp8768154ybi; Tue, 9 Jul 2019 22:51:53 -0700 (PDT) X-Google-Smtp-Source: APXvYqzeYcVD/wqRsV521wq4PFENNA7bL2O+M7oq+t2eVDQr88FeafHV8FAoQd0u86E6vAxky0DE X-Received: by 2002:a17:902:9f8e:: with SMTP id g14mr36758944plq.67.1562737913311; Tue, 09 Jul 2019 22:51:53 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1562737913; cv=none; d=google.com; s=arc-20160816; b=1CHo1wLUOeX5t8BH/dW3SyeKKxeAiPPzsDOSf1DPNMJuZHkhVi3peNY4+uPdlmPMD/ 4W3Pni/8t2JADvYpvJ6a8aT0s21vwUEg3Jle76NgCGXDvi1Pvwk9w3cO/L/s4/kpyoSt 1CZNP6C9bVQd/Or2I93yOLHiH+EcwGskJ1YRoh+CmuXNXhRvN+wdgK7IPJHiJy3zH+gL /hZA+KdGNaBh9JZo6iRGWGAM9DlRjZ19hWxwTnKLZCWshpdYpoWDaSXi+PM2rXk+j+oT L2G/Uarl/d1UwHb+7rZ4vqRWjmIEZKLM7FNS3YQ5YBcc4j9EWGdViYtce83M3A5iJyh/ tazA== 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:mime-version:user-agent:date:message-id:cc:to :subject:from; bh=MuuR+yr5Pp0WkM0vGdxTzUm0/cNb/TWx4Ue7uFPPqFQ=; b=Ce5TMpe92Kte3TglqAt1zgHRzeneTywyokuK3odtLD8nWagrgx0gmSlLSMJsF5vful FkhmdPbxh8Ca1XiHr5Xpc1b7mCXGMQSvnLEFPUTfo0rEhKbdEclLafknMrmxEMjK9PEw KaU8AyJZmbIgCS+mYfwXkx1e46cO30Gc43RuH8Z/2a2Tp6tISteUanwwbq3GGN5xpalq OjBrWEj++AvwlVzAXSrf74OmTOFp0KGpCXwlQomS/MHqTUH3LacaJWX/x0F9ad9Eopdi lUdb5F+9twdDKpXPIlzGINTNiEgIx6ZHoVOKlI83ycvZagFByKEpXx+sl+uDne93x+TS z1RQ== 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 39si1203334pla.73.2019.07.09.22.51.37; Tue, 09 Jul 2019 22:51:53 -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 S1726776AbfGJFWP (ORCPT + 99 others); Wed, 10 Jul 2019 01:22:15 -0400 Received: from mail.kernel.org ([198.145.29.99]:46962 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726194AbfGJFWO (ORCPT ); Wed, 10 Jul 2019 01:22:14 -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 093D920665; Wed, 10 Jul 2019 05:22:11 +0000 (UTC) From: Greg Ungerer Subject: [git pull] m68knommu changes for v5.3 To: torvalds@linux-foundation.org Cc: "linux-kernel@vger.kernel.org" , Linux/m68k , Geert Uytterhoeven , Christoph Hellwig Message-ID: Date: Wed, 10 Jul 2019 15:22:09 +1000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 MIME-Version: 1.0 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 Linus, Can you please pull the m68knommu git tree, for-next branch. A series of cleanups for the FLAT format binary loader, binfmt_flat, from Christoph. The end goal is to support no-MMU on RISC-V, and the last patch enables that. Regards Greg The following changes since commit 4b972a01a7da614b4796475f933094751a295a2f: Linux 5.2-rc6 (2019-06-22 16:01:36 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git for-next for you to fetch changes up to ad97f9df0fee4ddc9ef056dda4dcbc6630d9f972: riscv: add binfmt_flat support (2019-06-24 09:16:47 +1000) ---------------------------------------------------------------- Christoph Hellwig (17): binfmt_flat: remove flat_reloc_valid binfmt_flat: remove flat_set_persistent binfmt_flat: provide a default version of flat_get_relocate_addr binfmt_flat: remove flat_old_ram_flag binfmt_flat: replace flat_argvp_envp_on_stack with a Kconfig variable binfmt_flat: remove the uapi header binfmt_flat: remove the unused OLD_FLAT_FLAG_RAM definition binfmt_flat: consolidate two version of flat_v2_reloc_t binfmt_flat: use fixed size type for the on-disk format binfmt_flat: add endianess annotations binfmt_flat: add a ARCH_HAS_BINFMT_FLAT option binfmt_flat: make support for old format binaries optional binfmt_flat: provide an asm-generic/flat.h binfmt_flat: remove the persistent argument from flat_get_addr_from_rp binfmt_flat: move the MAX_SHARED_LIBS definition to binfmt_flat.c binfmt_flat: don't offset the data start riscv: add binfmt_flat support arch/arm/Kconfig | 2 + arch/arm/include/asm/Kbuild | 1 + arch/c6x/Kconfig | 1 + arch/c6x/include/asm/flat.h | 7 +- arch/h8300/Kconfig | 3 + arch/h8300/include/asm/flat.h | 7 +- arch/m68k/Kconfig | 2 + arch/m68k/include/asm/flat.h | 30 +------ arch/microblaze/Kconfig | 1 + arch/microblaze/include/asm/flat.h | 7 +- arch/riscv/Kconfig | 1 + arch/riscv/include/asm/Kbuild | 1 + arch/sh/Kconfig | 1 + arch/sh/include/asm/flat.h | 7 +- arch/xtensa/Kconfig | 1 + arch/xtensa/include/asm/flat.h | 7 +- fs/Kconfig.binfmt | 18 +++- fs/binfmt_flat.c | 99 ++++++++++++++-------- .../arm/include/asm => include/asm-generic}/flat.h | 19 +---- include/linux/flat.h | 58 +++++++++---- include/uapi/linux/flat.h | 59 ------------- 21 files changed, 145 insertions(+), 187 deletions(-) rename {arch/arm/include/asm => include/asm-generic}/flat.h (55%) delete mode 100644 include/uapi/linux/flat.h