Received: by 2002:a05:6a10:a0d1:0:0:0:0 with SMTP id j17csp804127pxa; Wed, 5 Aug 2020 13:11:32 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzUkK56yazsFS79xE4DQ4RgJ489P6FYV0y6LFRD6QzGOy73w8801aZlX2usl6WY6rpwlamY X-Received: by 2002:a17:906:1403:: with SMTP id p3mr1044393ejc.106.1596658292585; Wed, 05 Aug 2020 13:11:32 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1596658292; cv=none; d=google.com; s=arc-20160816; b=YrlYoieYFSlqDiP38qNOmaTna44mqT7R+vVAxsK7ka8asONXbAFHFGjPQIC/6RDRk6 WTBMBwURmxK8dAg0X0Wylimf9JMK8//Di75Hkc18orAGQ521wU6sm9s5ErgDRDeVFRI5 bho/N9SwFuR8YIk9ErkcrZMNlF9vrTnp05CeJ0/JuvIr0hD2kNI4sPpeAJZ9mla2n/7u k+mHw1KTkqTQAO3tsm9gPcWlAkyND3KdQKRMODSguxYIPETRGm2EYxLUl2wiXE0M7dGJ kXUhPb13EMbfGoFZwE62VDH5/c/s9BQb3yf1SzVtSxS0brGQ7uGUbH4Mx+dClw1wI5Zr K5fw== 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:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=QWYvzK8QapwIM+u67ao8vDoNv914IpajPpO8r5EmoCY=; b=lorcDYbMXaseF31OZrfBeptq4y7/Raol03QVIgMw4DsB+Az8GpTbaOY6Utw8auL7Hy 3Ui/Kec55t9tqpLMRYRYhIGuLQ1TIlqOH2pKyniPbp340St4FdkuIJtfO0mv7TzUCKKd cdBs+RBZBBDftaOmK3w6GTeUvwBTgG1PoHRGHcnP2db3L560846HsYs3yGJweqyelZ+I BhixYWIyMnOO+x9rxPtMc5XmoLa9W5regWgaDzSzcd1T0V0Vs55MgA8Sy0ynQQuIDAT5 AqmncvWX+Wph8X/PyEXNIehdWdXoAGXI+JC5e358pNwClYGrRY0Rkc6f7kpLT1RNj+CO yYFw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=jJ9UF6lv; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id k22si1883852edx.491.2020.08.05.13.11.09; Wed, 05 Aug 2020 13:11:32 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=jJ9UF6lv; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727004AbgHEULC (ORCPT + 99 others); Wed, 5 Aug 2020 16:11:02 -0400 Received: from mail.kernel.org ([198.145.29.99]:49478 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727016AbgHEQ1n (ORCPT ); Wed, 5 Aug 2020 12:27:43 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 86AC823370; Wed, 5 Aug 2020 15:52:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596642761; bh=RMz6cKYNxMZuugoaSHv0PdWbqR1GvdDtewVaDPXuXkU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=jJ9UF6lvlqTy8SvdrAqPq82i53ZuTWhVsh7OOpBkK8jFuNZ4VwA/mGqfx3lq74pS5 EuJ3NAEO3LFRCMkdEanNv42eG1SYxwffYN2yNM5cz+MDbDeRIq4UbVzzGiVPOI0Pl8 TjduDT/IKx4NS2A8cQm/QQWumEp5cdHZJ3LiUL1o= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Amit Klein , Linus Torvalds , Eric Dumazet , "Jason A. Donenfeld" , Andy Lutomirski , Kees Cook , Thomas Gleixner , Peter Zijlstra , Willy Tarreau Subject: [PATCH 5.4 1/9] random32: update the net random state on interrupt and activity Date: Wed, 5 Aug 2020 17:52:38 +0200 Message-Id: <20200805153507.123440513@linuxfoundation.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200805153507.053638231@linuxfoundation.org> References: <20200805153507.053638231@linuxfoundation.org> User-Agent: quilt/0.66 X-stable: review X-Patchwork-Hint: ignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Willy Tarreau commit f227e3ec3b5cad859ad15666874405e8c1bbc1d4 upstream. This modifies the first 32 bits out of the 128 bits of a random CPU's net_rand_state on interrupt or CPU activity to complicate remote observations that could lead to guessing the network RNG's internal state. Note that depending on some network devices' interrupt rate moderation or binding, this re-seeding might happen on every packet or even almost never. In addition, with NOHZ some CPUs might not even get timer interrupts, leaving their local state rarely updated, while they are running networked processes making use of the random state. For this reason, we also perform this update in update_process_times() in order to at least update the state when there is user or system activity, since it's the only case we care about. Reported-by: Amit Klein Suggested-by: Linus Torvalds Cc: Eric Dumazet Cc: "Jason A. Donenfeld" Cc: Andy Lutomirski Cc: Kees Cook Cc: Thomas Gleixner Cc: Peter Zijlstra Cc: Signed-off-by: Willy Tarreau Signed-off-by: Linus Torvalds Signed-off-by: Greg Kroah-Hartman --- drivers/char/random.c | 1 + include/linux/random.h | 3 +++ kernel/time/timer.c | 8 ++++++++ lib/random32.c | 2 +- 4 files changed, 13 insertions(+), 1 deletion(-) --- a/drivers/char/random.c +++ b/drivers/char/random.c @@ -1330,6 +1330,7 @@ void add_interrupt_randomness(int irq, i fast_mix(fast_pool); add_interrupt_bench(cycles); + this_cpu_add(net_rand_state.s1, fast_pool->pool[cycles & 3]); if (unlikely(crng_init == 0)) { if ((fast_pool->count >= 64) && --- a/include/linux/random.h +++ b/include/linux/random.h @@ -9,6 +9,7 @@ #include #include +#include #include @@ -117,6 +118,8 @@ struct rnd_state { __u32 s1, s2, s3, s4; }; +DECLARE_PER_CPU(struct rnd_state, net_rand_state) __latent_entropy; + u32 prandom_u32_state(struct rnd_state *state); void prandom_bytes_state(struct rnd_state *state, void *buf, size_t nbytes); void prandom_seed_full_state(struct rnd_state __percpu *pcpu_state); --- a/kernel/time/timer.c +++ b/kernel/time/timer.c @@ -43,6 +43,7 @@ #include #include #include +#include #include #include @@ -1742,6 +1743,13 @@ void update_process_times(int user_tick) scheduler_tick(); if (IS_ENABLED(CONFIG_POSIX_TIMERS)) run_posix_cpu_timers(); + + /* The current CPU might make use of net randoms without receiving IRQs + * to renew them often enough. Let's update the net_rand_state from a + * non-constant value that's not affine to the number of calls to make + * sure it's updated when there's some activity (we don't care in idle). + */ + this_cpu_add(net_rand_state.s1, rol32(jiffies, 24) + user_tick); } /** --- a/lib/random32.c +++ b/lib/random32.c @@ -48,7 +48,7 @@ static inline void prandom_state_selftes } #endif -static DEFINE_PER_CPU(struct rnd_state, net_rand_state) __latent_entropy; +DEFINE_PER_CPU(struct rnd_state, net_rand_state) __latent_entropy; /** * prandom_u32_state - seeded pseudo-random number generator.