[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[XEN][PATCH 0/3] xen/arch: irq: drop unreachable pirq callbacks
- To: "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Grygorii Strashko <grygorii_strashko@xxxxxxxx>
- Date: Fri, 1 Aug 2025 10:08:54 +0000
- Accept-language: en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=epam.com; dmarc=pass action=none header.from=epam.com; dkim=pass header.d=epam.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=i7flGp/8/Dq0Hg7DY3mxIdpXEngEztiNgXG9DX2dJxw=; b=gZVBxvfZNws1gO3PgQutDMStDgfWOansgph5mWhjjqaWGT2sUkhS9RZmXefZpXNqNXDq+TGiHdYTLs0XM8Xv7W3qnknO8pdjkjHDnOCabO+M6KY9UiS0E6TiUvLyO3CSi3iYrTqMEm7Z/oBqFE7tOZicoepwkLaejCNP1QDb8xjjAlkzPkzrobSgdyZhsq+ecO94Mmk9Hpq5J+ED8PO9jf9oT5wRTwbfd/v2fC9LU7S2kpd34np5Jn3vJGY6GhyVGAhLo3ypccwoUScnY4RxyDKQVpNUOTyL8UdGDjOz0JCSlXkXEfpVMGLmdo0bcF9N5SyQxyFv9NIrigZx/WF/fQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=yevSkz9Otk/SyS4IdXXtnHuSucxD2uFDLZEDGj1p1PIbm5J3fte4+MG/0+PvRGYKKVMcP0UDg0wlfoTaxno90nrqfgWLZhYndvhN+Gg2NVxnHLdbM0QHeUZM+N4AhB0j3PTjtZXYhsDXlclzhSH6EIty1/yK+vM6PRwIU00fgmltST9Op23ZxS+CpEEgG1Bev6+WhIoTMv5u8tD8jvuD74b5j0Tu/+3u5WCiAlfhmM3lBOZMxsigQO72nzgbVLSzxJG+hltjuwJcI6bCbsgaAqMcK1EoJOSzO7SY8kVWstxtXnHqRcX7LpcUgyJUNdJIoek4uzyL1d+kiyl7ZBuW1A==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=epam.com;
- Cc: Grygorii Strashko <grygorii_strashko@xxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>, Michal Orzel <michal.orzel@xxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>, Shawn Anastasio <sanastasio@xxxxxxxxxxxxxxxxxxxxx>, Alistair Francis <alistair.francis@xxxxxxx>, Bob Eshleman <bobbyeshleman@xxxxxxxxx>, Connor Davis <connojdavis@xxxxxxxxx>, Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Anthony PERARD <anthony.perard@xxxxxxxxxx>, Jan Beulich <jbeulich@xxxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>
- Delivery-date: Fri, 01 Aug 2025 10:09:04 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Thread-index: AQHcAsxJHjfjEhDPRUmYxo3s3ZWyfA==
- Thread-topic: [XEN][PATCH 0/3] xen/arch: irq: drop unreachable pirq callbacks
From: Grygorii Strashko <grygorii_strashko@xxxxxxxx>
Hence prerequisite patch was merged [1] arch specific pIRQ callback can now
be dropped for arches without pIRQ support as those callback become unreachable.
[1] commit 341f271cf86f ("xen/evtchn: fully restrict concept of pIRQ for arches
with pIRQ support only")
Grygorii Strashko (3):
xen/arm: irq: drop unreachable pirq callbacks
xen/ppc: irq: drop unreachable pirq callbacks
xen/riscv: irq: drop unreachable pirq callbacks
xen/arch/arm/irq.c | 29 -----------------------------
xen/arch/ppc/stubs.c | 20 --------------------
xen/arch/riscv/stubs.c | 20 --------------------
3 files changed, 69 deletions(-)
--
2.34.1
|