From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="wXvvp3Mt"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="zz8tW5nc" Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5D05B1A3; Thu, 30 Nov 2023 08:43:33 -0800 (PST) Date: Thu, 30 Nov 2023 17:43:30 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1701362611; 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=svXRDmLurhbU6j+xT+X3NziP98cVJ5amTyK/Pjzr9iM=; b=wXvvp3MtZD31Sv8p222DVTODp+0OfLh+e5Q+4C+KAS8OYZ9jbAU2xNe80NTn9unZIdPV1w VNYV+9Tyo/XSrQy+qlsrTmO1quAjYBScyLwvR+jHTgCopGiXEFwlNbN+mVsuQ0hd+2yCrF Xs46WNEL783cccFV0HwdmOmTQ0+qNO0QoZ2Vgxo+rEG2N2Iy9zKwnzUhH+sD6bLSyI4+2D 9JHy+6ZKiAr3H6LyAAfMWE53cj1qTvDTEUy1wHozrzOpf+XTjrZC5QsRScT/5wVptxfyib bUEO54MXMmkHHdyItWxjWawBBqTFg2XJo3pvUUO7eaz6LrIdPfPC/YvLsPWjKQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1701362611; 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=svXRDmLurhbU6j+xT+X3NziP98cVJ5amTyK/Pjzr9iM=; b=zz8tW5ncMU3xAXGc5E6VNMAb/aUlD6g42CVZ0DppZ0oF6NtPNn9UTw5/YleCA69ncsslQA 8mj3qd3x3eDipKAw== From: Sebastian Andrzej Siewior To: Oliver Hartkopp Cc: Marc Kleine-Budde , linux-can@vger.kernel.org, netdev@vger.kernel.org, Thomas Gleixner Subject: Re: [RFC] Questionable RCU/BH usage in cgw_create_job(). Message-ID: <20231130164330.bYbMzPz7@linutronix.de> References: <20231031112349.y0aLoBrz@linutronix.de> <20231031165245.-pTSiGsg@linutronix.de> Precedence: bulk X-Mailing-List: linux-can@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20231031165245.-pTSiGsg@linutronix.de> On 2023-10-31 17:52:47 [+0100], To Oliver Hartkopp wrote: > On 2023-10-31 17:14:01 [+0100], Oliver Hartkopp wrote: > > Hi Sebastian, Hi Oliver, > The point is to replace/ update cf_mod at runtime while following RCU > rules so always either new or the old object is observed. Never an > intermediate step. Do you want me to take care of it? > > Best regards, > > Oliver > Sebastian