From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E53D7274B43 for ; Wed, 1 Apr 2026 14:34:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.142.43.55 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775054078; cv=none; b=M3lt8lR0K2d0OkLNPYXnOvP6bsPc5x4YVU5c6Br0NjDgIwQiW6u6INYcRWStLXg0FM6dHT8vCXp22zD86nVORwaMWSerJkxMBsADH4CvIKWGxskO8eejjW+/KBj5xzSAOH7vmoZGDcSa/Of88xVOahK9UO0ynxXhBJEiWo0M+PY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775054078; c=relaxed/simple; bh=umEwvSCTHt5BcQ6ZPq3XGCOKjmDqtW/BR7emY3L/AT8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=rr50fhpSHUfG75v9T7bIaBNfqFSi8rETGkfH6iiKolROw5GEMn5uAbqW3xHIDvwqqUNgSWz5kf2SEB/PwSkxoJG9LEwzPNh7wKaBmZfZui8n0UGBAZJVx6SlbK4YML+Olo58tOeiQSusQMOFD89fDBmz6r2H8a6CuC8fxOWZdf8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de; spf=pass smtp.mailfrom=linutronix.de; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=Jf/WHRxt; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=b/ycmL2n; arc=none smtp.client-ip=193.142.43.55 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linutronix.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="Jf/WHRxt"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="b/ycmL2n" Date: Wed, 1 Apr 2026 16:34:32 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1775054074; 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=MCHnenR6Ib7syOkj1tXbhYhuLdr55jYGJnqFLe3B7GQ=; b=Jf/WHRxtccht21BMrKLYosvhoTBD2eaH5n+lztcgEnfhR45jQrjBO9OQHGbufXPBi5j7DR W+rbb/1SHdtZZe9fgDrpQWehx2TjM19orlJT3zWO0imq0xz+DbhB2dBHhT/YCzRzr8tPNq ISVXXY9LHjDIRqthAnKscXARjSzlCJgdChJW+Q1XtmYO0fmF3EvwiVZ3sSmmIn9R5Swnrs YgZbk3DC0+4F2x4YlPFAT7qi8IxlX5ikkR9UlUhHLVa4Z4A/qykU05WQjbzs2lnrdeKY2w Cqp4V6W3yQbdoBmFHHt9EbTkaASlrY50yESPnRqX8A7WF1idOJ4WK3gdaGaxYg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1775054074; 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=MCHnenR6Ib7syOkj1tXbhYhuLdr55jYGJnqFLe3B7GQ=; b=b/ycmL2nVM5345ysspzJmig9GcBxx3K/OgdCg2OMwBpaIJOTfl2x8HYfbTNBfd21gQ0sVF fi1oPH1rEk0JVNCg== From: Sebastian Andrzej Siewior To: Michael Kelley Cc: Thomas Gleixner , Marc Zyngier , Lorenzo Pieralisi , "linux-arm-kernel@lists.infradead.org" , LKML , Jan Kiszka Subject: Re: RE: Question: interrupt randomness and handle_percpu_devid_irq() Message-ID: <20260401143432.AfQo--uu@linutronix.de> References: <87bjgik042.ffs@tglx> <20260401141417.6uJk69i9@linutronix.de> Precedence: bulk X-Mailing-List: linux-kernel@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: On 2026-04-01 14:33:34 [+0000], Michael Kelley wrote: > I'm planning to submit patches to do that, and remove the > add_interrupt_randomness() calls from the VMBus ISRs. Hopefully will > get the patches out today or tomorrow. Thank you. > Michael Sebastian