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 4DAB7C8DE; Wed, 10 Apr 2024 22:45:11 +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=1712789112; cv=none; b=DR9F/FwZUv19I+hTM5+7YBTOgJ0OJ/LNeeFHHvKwTetapQ5NUSK5p+JSYeMMxyBDXtu0B5kn9SSCux576uoWisY805OphgOSCQM8xDUmd/EngN5M9/S5Rx44Jk7/Nk3jJE6xYMz6948Qq775fyW7jzLuKkIMiINCq/9kNJX0i64= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712789112; c=relaxed/simple; bh=WeZllxq7TttKSWb/B/xcRfnzOGFwGN/uRbD0A2tilJo=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=c/r5FwMiT3pipPWfrTbQ2q4uT5UGVLesfoaiYlzKY9o7SJj2fsgZ+hcFBXBiYjBy4M/wuJF+RG/3YkNYtc/5dHRb6pEYKwvS7LXz6OrErjIU12dC7Gs/cZSAdmCMR7BXbIkPgY9XA0d5yDePr9NlyAuWkU5dqJdpDuHt4eGkWWc= 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=x2VUPn7B; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=XHwcKB+F; 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="x2VUPn7B"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="XHwcKB+F" From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1712789109; 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=73LrkXOaXiFL9Q356e61wUHtK1Ks48GRA3mlWdlLbVs=; b=x2VUPn7BPO/ZPg9Pa3S+OrYrnms+v2nZgwRuq9JUk7yDkGtUDyph3q29SQhmYbtFQ+9bXh qN03qDIE1DwOCSK/tcdfXRU6Di73hdHk4Sg7X5PtRO10m6srfh6iYpC2OmJSnnciSGn6tR +MwW92Wo7yksogaJq6LA4d/55jEALi2qV/Tgvra+0RpXUXHvHo3UjlVi4GmqDib8AvxWh3 hKSH7tF0tWfx3W5ZhcEhQIRZHIxJ2wvkNA9CAA4z9UHSEhZJQOwmOqjxtFd94pzZ3B8GJd Z31EGJPIpCte0So2Xu2JBMTejmnJjgEVwp/UwcKALmyh1UWA+5gVWge/Wamcbw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1712789109; 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=73LrkXOaXiFL9Q356e61wUHtK1Ks48GRA3mlWdlLbVs=; b=XHwcKB+FT/a82sWEvZhG0tMj9ZcsMjAaf3GCAeOU8rR8hQuSGJ1vb45oNC2QvxX4XGe78m vmNC82VPdKduooCw== To: Bjorn Helgaas , linux-pci@vger.kernel.org, Joerg Roedel , Will Deacon Cc: Kevin Tian , Marc Zyngier , Reinette Chatre , Jason Gunthorpe , Alex Williamson , Dave Jiang , Megha Dey , Suravee Suthikulpanit , Robin Murphy , David Woodhouse , Lu Baolu , iommu@lists.linux.dev, linux-kernel@vger.kernel.org, Bjorn Helgaas Subject: Re: [PATCH v2 0/7] PCI/MSI: Remove IMS (Interrupt Message Store) support for now In-Reply-To: <20240410221307.2162676-1-helgaas@kernel.org> References: <20240410221307.2162676-1-helgaas@kernel.org> Date: Thu, 11 Apr 2024 00:45:08 +0200 Message-ID: <87wmp425xn.ffs@tglx> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain On Wed, Apr 10 2024 at 17:13, Bjorn Helgaas wrote: > From: Bjorn Helgaas > > IMS (Interrupt Message Store) support appeared in v6.2, but there are no > users yet. Bah. > Remove it for now. We can add it back when a user comes along. > > I propose to merge this via the PCI tree unless somebody else wants it. Go wild! Reviewed-by: Thomas Gleixner