From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2715DC4332F for ; Fri, 11 Feb 2022 16:24:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1351461AbiBKQYi (ORCPT ); Fri, 11 Feb 2022 11:24:38 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:53034 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242296AbiBKQYh (ORCPT ); Fri, 11 Feb 2022 11:24:37 -0500 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 948D93B6; Fri, 11 Feb 2022 08:24:35 -0800 (PST) Date: Fri, 11 Feb 2022 17:24:30 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1644596672; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=w9FBzUJaxUaUqloJIitm2mdcnB7QrKXegO9P62+prTM=; b=xiZw248UeLoC3g67wqzAkRjUjwKLgeYx9o4Oltad9mL3jm8ER4ogHp1SUDjaxpSyd0pvEU mY9PEzhaJdFr4wcKAPngG9v1l5fzKp0JIc4TVh/WHkI0oLl/XHc8XwdS8EVwpeQJU3FAQx dP5FbjWx+CtTIC24gs5pS/Ax9hRE/NRx+wUm3jgM0pzjrKmTGLvktBjy7hcNm35VIytIDZ o9Wk0dmogjFtaPwffKW8aTvboM107MBF8JOzsPhGaPayFEp72X49tUEuVNTiNHA6sKsq6+ B5czW12xKpEjWYsk+t0cblghxxvO8srI0C6w2QBtvFtBiY1ria7eJ+Z8GR/GDQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1644596672; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=w9FBzUJaxUaUqloJIitm2mdcnB7QrKXegO9P62+prTM=; b=oHUny/7EC0zgMFYaGvQpnGX2CGFIu7z6Ugu72SCHD3nW4d8ApaOvc4eRLRvBgUY/jGo+kj /WP5BaB9E0z+9jAA== From: Sebastian Andrzej Siewior To: "Jason A. Donenfeld" Cc: LKML , Linux Crypto Mailing List , Thomas Gleixner , Theodore Ts'o , Dominik Brodowski , Sultan Alsawaf Subject: Re: [PATCH] random: ensure mix_interrupt_randomness() is consistent Message-ID: References: <20220211011446.392673-1-Jason@zx2c4.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2022-02-11 17:19:21 [+0100], Jason A. Donenfeld wrote: > Hi Sebastian, Hi, > I'll do the cmpxchg and send you a v+1. Sorry it wasn't in the last > one. It only now clicked with me what that code would look like, after > I stepped away from the screen for a bit to defrobulate my brains. No worries. As much as I liked my first series, I like even more where this is heading to ;) > Jason Sebastian