From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 86294C433FE for ; Tue, 16 Nov 2021 10:56:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6E21361BE5 for ; Tue, 16 Nov 2021 10:56:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234458AbhKPK7e (ORCPT ); Tue, 16 Nov 2021 05:59:34 -0500 Received: from mail.kernel.org ([198.145.29.99]:54638 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234430AbhKPK7b (ORCPT ); Tue, 16 Nov 2021 05:59:31 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 3057661BE5; Tue, 16 Nov 2021 10:56:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1637060194; bh=dNn05PFx5pTm+PeANH8FtOZTYBGCVqokvzpqNY+FVg4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=wbj2lV/r9d4+HbrU6dmh0eP9oVxq4u22Sid/1NOMJr9XMKKSN8MbOCWNbwyYYKdgv v3gP0tDJfMUqCKIH+iLrynE8HiouIsHsuFWHr2LHfVImSdqQqRKTZc5hTiyyFudABX dcLtbW7q6diexGixc1FBhlC59YOyEGioL7E3CA0U= Date: Tue, 16 Nov 2021 11:56:32 +0100 From: Greg KH To: Rui Salvaterra Cc: Thomas Gleixner , Marc Zyngier , linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Bjorn Helgaas , kernel-team@android.com, stable@vger.kernel.org Subject: Re: [PATCH 0/2] PCI: MSI: Deal with devices lying about their masking capability Message-ID: References: <20211104180130.3825416-1-maz@kernel.org> <87ilx64ued.ffs@tglx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 16, 2021 at 10:47:23AM +0000, Rui Salvaterra wrote: > Hi, Greg, > > On Tue, 16 Nov 2021 at 10:39, Greg KH wrote: > > > > What is the git commit ids of these changes in Linus's tree? > > 2226667a145d ("PCI/MSI: Deal with devices lying about their MSI mask > capability") > f21082fb20db ("PCI: Add MSI masking quirk for Nvidia ION AHCI") Thanks, I'll queue them up in the next round of releases after the current ones are out. greg k-h