Message ID | 20250319104921.201434198@linutronix.de (mailing list archive) |
---|---|
Headers | show
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 CB9C5253B71; Wed, 19 Mar 2025 10:56:38 +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=1742381800; cv=none; b=p5muNNVNxzvdzj7aZk6/5OfovlGtPd6NSPdAB5YBrBgSo3pWrT620rlGkZbMkbhwCbLyfLtzwmDrVen7809HlFvLgQ8Qcevdy7onWz/92sScFmdJ3D9eHokUBXXiOyiCoe1j/KN4X+HI00dDzoQRe32HZsV60kcxoP0+brgLr9Q= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1742381800; c=relaxed/simple; bh=TSXJeh6lToTyUWnZ10Xlm1kbEBJPq3T6mzJPtjIVpFU=; h=Message-ID:From:To:Cc:Subject:Date; b=agWwIClG0X1ySku/VKHQBvyCd3FKIOPJN3ScoRxvZ3he5TqtJVx+MoOGntKSWbj1ZON/ERpspTfoof7QUX/IDaYGarsNbxa2a+U/up93A21usDdl57oq4mwZhwAqv8/0mzgl+gmqXuy6wbltyABMfOwCPkXllYIdnpr/Q5wZQlQ= 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=2qjPf66V; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=its2kKCz; 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="2qjPf66V"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="its2kKCz" Message-ID: <20250319104921.201434198@linutronix.de> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1742381797; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=hI5ASAvqP7HQ5wUUQMxPxE817aLVip2yZ4lnn4su2NA=; b=2qjPf66VuCmToAga2AFc00RaTfnpp19zp3KaXsTOgO8Y7qfafqHAKIbk37PO6hGQdHIkm3 F2jxxF2ksS9UEHRKr3Pm1xmWDimVur4UNQduAWg8ozMPtnvNLvfylVQSFaBQqFSbPvHpMf yewYxa7VECWvsnuXavFr5YtRaf0W1C810iEihhqKSHQf6wubFZEUvBEepvq6uPiM5L3zIH cQWFV4VyimwXr4KZOzasTS3QkJE0azQotMbGVgJ0shB4I+2KmveDjZMPVa3YbK/KIhDs9x VyLfcS072EqlXYmmCtSGa/CTF1BtHpiswenRjZOz1q6EpkJfTDC2AV0fIhzexA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1742381797; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=hI5ASAvqP7HQ5wUUQMxPxE817aLVip2yZ4lnn4su2NA=; b=its2kKCzh5FnnQFlZeSQzlxKwTTriHj6srsTlBCi6UbEwARuObLTxwFSU4PuKuny4+fSbC BF8k7CcoIuVJFmCA== From: Thomas Gleixner <tglx@linutronix.de> To: LKML <linux-kernel@vger.kernel.org> Cc: Marc Zyngier <maz@kernel.org>, Peter Zijlstra <peterz@infradead.org>, Jonathan Cameron <Jonathan.Cameron@huawei.com>, Nishanth Menon <nm@ti.com>, Dhruva Gole <d-gole@ti.com>, Tero Kristo <kristo@kernel.org>, Santosh Shilimkar <ssantosh@kernel.org>, Logan Gunthorpe <logang@deltatee.com>, Dave Jiang <dave.jiang@intel.com>, Jon Mason <jdmason@kudzu.us>, Allen Hubbe <allenbh@gmail.com>, ntb@lists.linux.dev, Michael Kelley <mhklinux@outlook.com>, Wei Liu <wei.liu@kernel.org>, Bjorn Helgaas <bhelgaas@google.com>, Haiyang Zhang <haiyangz@microsoft.com>, linux-hyperv@vger.kernel.org, linux-pci@vger.kernel.org, Wei Huang <wei.huang2@amd.com>, Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>, "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>, "Martin K. Petersen" <martin.petersen@oracle.com>, linux-scsi@vger.kernel.org, Jonathan Cameron <Jonathan.Cameron@huwei.com> Subject: [patch V4 00/14] genirq/msi: Spring cleaning Date: Wed, 19 Mar 2025 11:56:36 +0100 (CET) Precedence: bulk X-Mailing-List: linux-scsi@vger.kernel.org List-Id: <linux-scsi.vger.kernel.org> List-Subscribe: <mailto:linux-scsi+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-scsi+unsubscribe@vger.kernel.org> |
Series |
genirq/msi: Spring cleaning
|
expand
|