From patchwork Mon Dec 26 19:27:11 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 6324 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4NgnqD4fH2z3wcv for ; Mon, 26 Dec 2022 19:27:20 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4NgnqC5qrxzR8; Mon, 26 Dec 2022 19:27:19 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4NgnqC5mtCz2xLF; Mon, 26 Dec 2022 19:27:19 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4NgnqB4KxDz2xmd for ; Mon, 26 Dec 2022 19:27:18 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Ngnq85fQSzR4 for ; Mon, 26 Dec 2022 19:27:16 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1672082838; 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: in-reply-to:in-reply-to:references:references; bh=lzonQfhhNYW+1a6E32ANuslNHgZRLzMe2TZhTRYVzgM=; b=+mefvTGptqIZg8uAhxHdOb5nB3mO7E3VGWtXtaMm3H5a7V0BTy7IcK3Bt1p2Z05olCvAxV sZyaTsNHmRmDW4Bw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1672082838; 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: in-reply-to:in-reply-to:references:references; bh=lzonQfhhNYW+1a6E32ANuslNHgZRLzMe2TZhTRYVzgM=; b=blViq4BBpYAvJcLyay7Qj8a3XVsJ1LSJ36VrM1nGuSghYGsqeh8KZRyTU14jU9Om3Z79WL MTRT5e12xbqzivYe5p9he8x0wrWERbk1fKLCYooRutA3QLJzJt94Fd1LDTNrxH+LMIur6K U+KxSLzvTdSrhouk1eUQ4YAktNTwhrAYwSo23bjZ0ZlgpG5Phm97aa/EERLUD+T798TskD WOZHu88Yn+QuCn+Q0GJ3HJCZe87XKOHlFipHkG+fj5ljz3zUstWPgZqbelrl6aLcVKTbWI FjKDHEKiB3lhr2NaptrWv0ZDaReiioB8BHSs9Dqnk55/6m0To7yK7Gw9c2KSMA== Message-ID: <901fdb4c-371d-520c-3720-03a73a2840ed@ipfire.org> Date: Mon, 26 Dec 2022 19:27:11 +0000 MIME-Version: 1.0 Subject: [PATCH 08/21] linux: Compile binfmt_misc as a module Content-Language: en-US To: development@lists.ipfire.org References: <0e60a1de-6210-835e-54a4-ec5e3128e42e@ipfire.org> From: =?utf-8?q?Peter_M=C3=BCller?= In-Reply-To: <0e60a1de-6210-835e-54a4-ec5e3128e42e@ipfire.org> X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Backported from IPFire 3.x as aea3e8471c0c11d4a5a1164efbe7c7c948667b6e. Signed-off-by: Peter Müller Acked-by: Michael Tremer --- config/kernel/kernel.config.x86_64-ipfire | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/kernel/kernel.config.x86_64-ipfire b/config/kernel/kernel.config.x86_64-ipfire index e3a57b18a..519fc8770 100644 --- a/config/kernel/kernel.config.x86_64-ipfire +++ b/config/kernel/kernel.config.x86_64-ipfire @@ -902,7 +902,7 @@ CONFIG_COMPAT_BINFMT_ELF=y CONFIG_ELFCORE=y CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y CONFIG_BINFMT_SCRIPT=y -CONFIG_BINFMT_MISC=y +CONFIG_BINFMT_MISC=m CONFIG_COREDUMP=y # end of Executable file formats