From nobody Mon Dec 06 18:48:16 2021 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 13D8718B5834; Mon, 6 Dec 2021 18:48:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4J7C9r5cnkz4SGT; Mon, 6 Dec 2021 18:48:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9CF4C113AE; Mon, 6 Dec 2021 18:48:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1B6ImGw0065021; Mon, 6 Dec 2021 18:48:16 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1B6ImGEd065020; Mon, 6 Dec 2021 18:48:16 GMT (envelope-from git) Date: Mon, 6 Dec 2021 18:48:16 GMT Message-Id: <202112061848.1B6ImGEd065020@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Konstantin Belousov Subject: git: 9da5257e1c04 - main - imgact_aout.c: We do not expect the aout support to be ported List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kib X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9da5257e1c045220c01979dcdceadcf2867d20f0 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638816496; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=KBptpSSwGhKOt4plGRB09bB/ID4FIQZW2/u7S3NHmuM=; b=QIvotZOJb0F49GT3ztKjiqDlXTUV+ax1hUhaja0qP+l8Xz7+J+J6opRJtTy9yDAKD+TJGX onEY0TBbmcipidC9aCfdqm71f68lPkobRT7ozgspMCEquVRSWZfdliH/XiSpv68ZML9L9a 5DR28GiFfiDerOwrGOfSBCV5SWTJORhHZNaX8kvlxmC5jiHwLrp8EDkVphxLjLLAmHWXA7 cYLnVFJrN+olDThRH2kbBBsVOMNgLs4QoTrc28aB1cKwk6IQSpnNG28ca+SmFIpijs/o3u w7MsKUQQGm9DUI0ZrkF5hrF724Ytl0AXc11bs+r7SSt7/Q/Uyu+iucA1b2pEHA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638816496; a=rsa-sha256; cv=none; b=W7TZF0Zqi+3BZ6BnvRZyq3jQeZeXfSyUJrsp21UKY5sdD+Om/aQYtjxiCvUWcurQJrhlGp 4nZ3WfP+uUa9g0+LOTK+ezc0B2iGJ/xuW1iCr7VafSSCkQNPFRLe9duH6ws2Gh3w/lDfa6 hG+at/hjnCXx9lwf5M5mFRddK3+CRw+/hG+ko9Uhg/+XN+6hZpXLzd9bHSxWhQKamqccEb qFuOEjoyoMUs0rAIYliukUoDZjWuzcnTo6xdiVpbyELDFkuRK1xs87XqqlpeFKzmBpeeB6 L3HANGDvHwTr0bQGta+RH4pz9cmHhZ2JqSIKsphMMYEmp78CGauczxvD4qqjcQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=9da5257e1c045220c01979dcdceadcf2867d20f0 commit 9da5257e1c045220c01979dcdceadcf2867d20f0 Author: Konstantin Belousov AuthorDate: 2021-12-04 04:14:38 +0000 Commit: Konstantin Belousov CommitDate: 2021-12-06 18:46:49 +0000 imgact_aout.c: We do not expect the aout support to be ported Specify that the only supported architecture for a.out is ia32 (either i386 or amd64 host kernel). Requested by: emaste Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D32960 --- sys/kern/imgact_aout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/imgact_aout.c b/sys/kern/imgact_aout.c index 7d7ba51efd84..560803db4a86 100644 --- a/sys/kern/imgact_aout.c +++ b/sys/kern/imgact_aout.c @@ -145,7 +145,7 @@ struct sysentvec aout_sysvec = { .sv_set_fork_retval = x86_set_fork_retval, }; #else -#error "Port me" +#error "Only ia32 arch is supported" #endif static int