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 850E4C433F5 for ; Fri, 7 Oct 2022 14:55:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229892AbiJGOzr (ORCPT ); Fri, 7 Oct 2022 10:55:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60192 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229469AbiJGOzo (ORCPT ); Fri, 7 Oct 2022 10:55:44 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D8FEEA4B93; Fri, 7 Oct 2022 07:55:43 -0700 (PDT) Date: Fri, 7 Oct 2022 16:55:40 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1665154541; 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=bI7E79FQMAI17v4i6+zLzijvUIaxAAlZBL/lvElcWy0=; b=NmuaFzzv4B0qODfJcpSABgzEKvOCy7frMJuU0zXVjzo4YUCc9W2MlSN0mtV7VFD6xQ4Zt/ axHbFqR/Jj3goSH9LDWksiuA4Uz0e5awPtokVRRuTo+sZVpbr0yfZE89goWmhE+9LLUHR7 KYE9dRcppF2We0nWDzP6QFaPDzcWuWGQHMzAGWwVXEWU8XI6gmRP3Z98P5kR6JwlOD0T+P wkAGVjQoTSV/dF5OgJBQSCDJEwI8OgDqCbnH0Pb+GEU2p8bgKfsJp49mJb5iRE2fEE/OeP ecPRzqpNfw7p6/5mlxCqgarCutB4A9nCVXC4nnHlEUTieXydoaJmnDCcvoUhgQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1665154541; 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=bI7E79FQMAI17v4i6+zLzijvUIaxAAlZBL/lvElcWy0=; b=DcvVkn3t25Bno8NohOBGEZR/zJRiER3fQbfUW69BFy0yVyRns3+Q9Oi/HdPcZEw14zRPdp 4QQzOhxCQ/hQIrAg== From: Sebastian Andrzej Siewior To: "Jason A. Donenfeld" Cc: tglx@linutronix.de, linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org, Dominik Brodowski , Sultan Alsawaf Subject: Re: [PATCH 2/2] random: spread out jitter callback to different CPUs Message-ID: References: <20220930231050.749824-1-Jason@zx2c4.com> <20220930231050.749824-2-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-10-07 08:01:20 [-0600], Jason A. Donenfeld wrote: > Here's a reproducer of this flow, which prints out: > > [ 4.157610] wireguard: Stack on cpu 1 is corrupt I understood Sultan's description. The end of story (after discussing this tglx) is that this will be documented since it can't be fixed for add_timer_on(). Sebastian