From patchwork Tue Jun 9 17:18:49 2020 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: 3172 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 "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 49hH1D0Nqmz3yQv for ; Tue, 9 Jun 2020 17:19:44 +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 "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 49hH1B37T2z1fh; Tue, 9 Jun 2020 17:19:42 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 49hH196WP6z2yVl; Tue, 9 Jun 2020 17:19:41 +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 "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 49hH182X4zz2xFj for ; Tue, 9 Jun 2020 17:19:40 +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)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 49hH166skVzNj for ; Tue, 9 Jun 2020 17:19:38 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1591723179; 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=YxK2jiHmUzrUawvCE0+1aDZpBJHQDREDwYrbruw8UKw=; b=zpFfOIKvq+uCXWepWJa6ufJYgc1xwdh57eU3rngjZA6il5VJj2AbN7b75yhsWa3LZu2vF0 64oVB6RCVqzV9IBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1591723179; 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=YxK2jiHmUzrUawvCE0+1aDZpBJHQDREDwYrbruw8UKw=; b=cwR+k7kVx1EcLXuDn8kpeNyrFnRUP7fgIoKHmLEDPJLpqs4zuVRzLTA59gjJoQ9lyHh137 b+poUJn2KtaDUnXZFu2mvFskkdnFD6uH5EmIgak23aPw9xdBgAoYaaq4xb6nyj4BqqAZZx wAVAOtq0r08gq7nUMsFA4ojELWKjBncnGPswxC2dOw95y3HgE8stE5nwphyjlUB67I9k3N VZECmNyD7RmDlN8+GrVTYiU5zmF24wrZTc9ZZwDP8CDy5IX+cvqXR1CVfPNqT3HyUYZYbf F3zFB2tf+JkerEbP6LZLUQWtNFeBCKAume2Bk9dzqFxX5+igQGpvyQrzD+oaKQ== To: development@lists.ipfire.org From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] kernel: enable CONFIG_RANDOMIZE_BASE on armv5tel Message-ID: Date: Tue, 9 Jun 2020 17:18:49 +0000 MIME-Version: 1.0 Content-Language: en-US Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=peter.mueller@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" Partially fixes: #12363 Cc: Arne Fitzenreiter Signed-off-by: Peter Müller --- config/kernel/kernel.config.armv5tel-ipfire-multi | 1 + 1 file changed, 1 insertion(+) diff --git a/config/kernel/kernel.config.armv5tel-ipfire-multi b/config/kernel/kernel.config.armv5tel-ipfire-multi index 15183300f..f0ddcec34 100644 --- a/config/kernel/kernel.config.armv5tel-ipfire-multi +++ b/config/kernel/kernel.config.armv5tel-ipfire-multi @@ -840,6 +840,7 @@ CONFIG_SWIOTLB=y CONFIG_IOMMU_HELPER=y # CONFIG_PARAVIRT is not set # CONFIG_PARAVIRT_TIME_ACCOUNTING is not set +CONFIG_RANDOMIZE_BASE=y # # Boot options