[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH RFC 0/6] x86/ioapic: fix edge triggered interrupt migration
- To: Roger Pau Monné <roger.pau@xxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Fri, 20 May 2022 14:46:39 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; 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=1+Huf44qyn3w+VmPqL/PA9FWIDimXVfAFTxsaINxHu8=; b=lleWYdP6sIFAO4lyRiyKS1wRKA1tK4p3VFw+OlfjIxpUaGdSzaPO31C9fOt+1p8OA0SstntIHhfcSGeWDwnrHxTCoruec2izSxw/TCaJ8DgjDzPlwjGkMuxwehIB+zWrii8za/YU2CpPVNq2n3pVNdgV7PTf1QJlhBDmIvbdFmbEypmTy90E/WMQe9yjBuhlfy5KCvp7qvTt96g8qg2XVP7/Z7X7PRGSyH8zh+LuMgWB7IzUDbScw7FXxfxT0ERujR87RocA+vYiArTAjGi8vQx3VvQgQiEH32eTzOYY0HlM7m0PGuKAjbbTInIW+9FleONnBUQ9uUsMZhxENn0hXQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=YSlnV4ohuYTYf/hTSdebD4aUqvdxRxsTzDN70pBlsS4csreZtEbcp9YVgVIX3cIR6pxRKkY15gwUtGN1kbwaNcaOr1MbXs/4fGjQ6ZRbgfwToLoB3nFi9Ps+0Y9LN9kRpfz+jkFfW+sK4tpGraHOvWFRXHCuhtcS++TBHV40w/xbmisdb/6IYBIq5c+I7aSIo+k5WWWXeHxzwNjXlGIdyk3WRp5fwBE1ninfBE7o8GWC27dg7YxBFYsSrdOvDWECTosFGNgDAggXE4QwOQfyB4eioyFjHM6ISiR4LsvJGY+fo6T8ON22opoOVw0SMVcI0CPkNOp01h2zr6BuUgP/zA==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, Kevin Tian <kevin.tian@xxxxxxxxx>, Paul Durrant <paul@xxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Fri, 20 May 2022 12:46:49 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 20.05.2022 14:36, Roger Pau Monné wrote:
> On Thu, Apr 21, 2022 at 03:21:08PM +0200, Roger Pau Monne wrote:
>> Hello,
>>
>> Following series attempts to solve the issue with IO-APIC edge triggered
>> interrupts seeing an inconsistent RTE or IRTE when injected while being
>> migrated.
>>
>> It's currently RFC because some patches have post commit message notes,
>> and because I'm not sure if patch 1 is really needed. I originally had
>> the idea of suggesting to only backport patch 1 in order to fix the
>> issue in older releases, while leaving the more complex (and thus
>> error prone) IOMMU changes in unstable. Note however that patch 1 is
>> just a workaround to prevent interrupts seeing inconsistent entries
>> while being updated, masking the entry just makes the warning go away,
>> but the interrupt will be lost.
>
> Ping?
Sorry, the usual thing with RFCs: They take lower priority than other
work items. This series is certainly the first of the several pending
RFC series which I mean to get to, but it's hard to predict when this
would be.
Jan
|