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 X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BC5D6C47092 for ; Tue, 1 Jun 2021 11:36:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 936EB613DB for ; Tue, 1 Jun 2021 11:36:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231726AbhFALhv (ORCPT ); Tue, 1 Jun 2021 07:37:51 -0400 Received: from mail-lf1-f42.google.com ([209.85.167.42]:40888 "EHLO mail-lf1-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231201AbhFALhu (ORCPT ); Tue, 1 Jun 2021 07:37:50 -0400 Received: by mail-lf1-f42.google.com with SMTP id w33so21245295lfu.7; Tue, 01 Jun 2021 04:36:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=TdRFtnbH0ExCTvn03PErotHkDvtJ1EFwUXPvWflLmSA=; b=f3UdWuzj9KjTDPmRX8t9LiSKkWHgzTsYJcsw83JZJHX43NhTB+LPXJjueLFrD2aBut jwAJhZcO3LA4azGo+rsL1xzkgpHaw98/XEqREK0BXWSM5rI9+avFFwMT8eb0HlKxDnXP 1au3TAlV/rHgIcAeghSnBaixFpk23Ida6w1UhqOXtCTU1e59nZyvbgJ1syxPA0IyNWTF 1pdvqCl04rZkqt+xQ27AwklcEojDTtfFNaEaAZmp7cDt+PvEk8YOayfYdRd4Wkfg7yeq WL3DSPu6gpogCLbisf+1cg1EaXgsr/nboFKqQFKR2eh2vW1uKvtj2Dg+TDhhksw9IqMf J9Mw== X-Gm-Message-State: AOAM5314xJTTqfoUASRUEYIc8weKKHdDQUsQjU6XESndjnNlQdjTDWOd zhvtlJGwplCTRSWHstM+pT4= X-Google-Smtp-Source: ABdhPJzOmeE5k1O/Gc2ewTq3aN0xfNQyQMnH8JWvmfaAwYEGfoyWQHNKFkWwabuS5aioe2wLgqODFQ== X-Received: by 2002:a19:c208:: with SMTP id l8mr18733975lfc.534.1622547366292; Tue, 01 Jun 2021 04:36:06 -0700 (PDT) Received: from rocinante.localdomain ([95.155.85.46]) by smtp.gmail.com with ESMTPSA id e8sm1249324ljj.28.2021.06.01.04.36.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 01 Jun 2021 04:36:05 -0700 (PDT) Date: Tue, 1 Jun 2021 13:36:04 +0200 From: Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= To: Marek =?utf-8?B?QmVow7pu?= Cc: Bjorn Helgaas , linux-pci@vger.kernel.org, =?utf-8?B?UsO2dHRp?= , Pali =?utf-8?B?Um9ow6Fy?= , stable@vger.kernel.org Subject: Re: [PATCH] PCI: Add Max Payload Size quirk for ASMedia ASM1062 SATA controller Message-ID: <20210601113604.GB189305@rocinante.localdomain> References: <20210317115924.31885-1-kabel@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20210317115924.31885-1-kabel@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org Hi Marek, [...] > +/* > + * For some reason DECLARE_PCI_FIXUP_HEADER does not work with pci-aardvark > + * controller. We have to use DECLARE_PCI_FIXUP_EARLY. > + */ > +DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_ASMEDIA, 0x0612, fixup_mpss_256); [...] Thank you for fixing this and also for filling the bug report on Bugzilla! Appreciated. Reviewed-by: Krzysztof WilczyƄski Krzysztof