Message ID | 78c69618-af7f-50ba-08fd-3ecc33d7ba89@ipfire.org |
---|---|
State | Accepted |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> 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 4NgnpT33vgz3wcv for <patchwork@web04.haj.ipfire.org>; Mon, 26 Dec 2022 19:26:41 +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 4NgnpS4P5wzpH; Mon, 26 Dec 2022 19:26:40 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4NgnpS4MS3z2y0s; Mon, 26 Dec 2022 19:26:40 +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 4NgnpR2R9Qz2xmd for <development@lists.ipfire.org>; Mon, 26 Dec 2022 19:26:39 +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 4NgnpP220DzTZ for <development@lists.ipfire.org>; Mon, 26 Dec 2022 19:26:36 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1672082799; 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=/Gf/vU0PvaRUlykUpnDzt6FKwnNNoo0JteHwxQv3IPw=; b=dEs9qQjz00Zzs4UsBbUz6duqsa4BEsaCpLmWynNwFF0xFsS+XdWU9LzIn7RnGBV8Jyv7Y4 yk9YkCb5aEJ2YzDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1672082799; 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=/Gf/vU0PvaRUlykUpnDzt6FKwnNNoo0JteHwxQv3IPw=; b=be1Ps4Llh3daGA3nwuX1/zbHSuqL9AQCXl8/K2z2EBVHit0yC6mvfpY7naO0DTNCYg9O4y zLI0P4eEdq599zUuIAB49kO4KLNTbl31ppKH8Y1vKEusAiJVcdjhd8z+7jxSIvcfHNdHZu 4nD/fTA9Fd5xTMLF8CZhqzdryTalzLU8+q+hem8c5mxiSgHB0qjXoIBnObMCGzGR6qv5Qa AooTa4l6S6EdqA9vgUAr5KRoe11brmJmAw6QW+2mBjtd/twvwPwkj1oealO6mxzoeAcHm9 CESwcSBw0R7atulKfxZkRmVvIPUofVlGR/XptL3X7aq/9OwkdM0mKPYJHZ5NsA== Message-ID: <78c69618-af7f-50ba-08fd-3ecc33d7ba89@ipfire.org> Date: Mon, 26 Dec 2022 19:26:29 +0000 MIME-Version: 1.0 Subject: [PATCH 06/21] linux: Build all library routines as modules and disable self-tests 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?= <peter.mueller@ipfire.org> In-Reply-To: <0e60a1de-6210-835e-54a4-ec5e3128e42e@ipfire.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk <development.lists.ipfire.org> List-Unsubscribe: <https://lists.ipfire.org/mailman/options/development>, <mailto:development-request@lists.ipfire.org?subject=unsubscribe> List-Archive: <http://lists.ipfire.org/pipermail/development/> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development-request@lists.ipfire.org?subject=help> List-Subscribe: <https://lists.ipfire.org/mailman/listinfo/development>, <mailto:development-request@lists.ipfire.org?subject=subscribe> Errors-To: development-bounces@lists.ipfire.org Sender: "Development" <development-bounces@lists.ipfire.org> |
Series |
linux: Update to 5.15.85 and backport many IPFire 3.x changes
|
|
Commit Message
Peter Müller
26 Dec 2022, 7:26 p.m. UTC
Backported from IPFire 3.x as a63f4bd2ce916cec351c43f7a184f687fd529a72.
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
---
config/kernel/kernel.config.x86_64-ipfire | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Comments
Acked-by: Michael Tremer <michael.tremer@ipfire.org> > On 26 Dec 2022, at 20:26, Peter Müller <peter.mueller@ipfire.org> wrote: > > Backported from IPFire 3.x as a63f4bd2ce916cec351c43f7a184f687fd529a72. > > Signed-off-by: Peter Müller <peter.mueller@ipfire.org> > --- > 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 4e7f98b6b..e769846dd 100644 > --- a/config/kernel/kernel.config.x86_64-ipfire > +++ b/config/kernel/kernel.config.x86_64-ipfire > @@ -7220,7 +7220,7 @@ CONFIG_CRYPTO_LIB_SHA256=y > # end of Crypto library routines > > CONFIG_LIB_MEMNEQ=y > -CONFIG_CRC_CCITT=y > +CONFIG_CRC_CCITT=m > CONFIG_CRC16=y > CONFIG_CRC_T10DIF=y > CONFIG_CRC_ITU_T=m > -- > 2.35.3
diff --git a/config/kernel/kernel.config.x86_64-ipfire b/config/kernel/kernel.config.x86_64-ipfire index 4e7f98b6b..e769846dd 100644 --- a/config/kernel/kernel.config.x86_64-ipfire +++ b/config/kernel/kernel.config.x86_64-ipfire @@ -7220,7 +7220,7 @@ CONFIG_CRYPTO_LIB_SHA256=y # end of Crypto library routines CONFIG_LIB_MEMNEQ=y -CONFIG_CRC_CCITT=y +CONFIG_CRC_CCITT=m CONFIG_CRC16=y CONFIG_CRC_T10DIF=y CONFIG_CRC_ITU_T=m