From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-178.mta0.migadu.com (out-178.mta0.migadu.com [91.218.175.178]) (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 30EDE179A3 for ; Sun, 16 Feb 2025 19:51:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.178 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739735486; cv=none; b=Zxm7PrTmuz7zBiKspDl0Yc3KKFQg4c5IK1At50mLoPZHEBhZKEd6KGsxi8Corh3hXBOtJz7+AMIzIcOovpUiaqwkzAesCbW+l3afxJRSe41a9dV0jbI0CF0SI0+fJtRqUIXhCsB2hKnbJlYNienMNgXiZCOiDrypmiSJ8LjeaOY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739735486; c=relaxed/simple; bh=lulXzaE5mQzB7tIgOZ+HcnTs//PgwrJYfD6ZZ9xU8Og=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=J1031UPhkfHPOxk+qjSWNE3bH9iwAR2aIR3scV23HZKeSveLg+8NiVJv7Rgw4j4Cacfw3XH+gnxolwRXJeGJ3gc1y25LPQwJAwuJ7++JF/YeKaqyMNzgy1liq/RgtCRs3yA72DAwakd/brWr1HXNcV3C2Hx3IgDa9Rwf7VpTKHE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=rosenzweig.io; spf=pass smtp.mailfrom=rosenzweig.io; dkim=pass (2048-bit key) header.d=rosenzweig.io header.i=@rosenzweig.io header.b=iDVAJlnd; arc=none smtp.client-ip=91.218.175.178 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=rosenzweig.io Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=rosenzweig.io Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=rosenzweig.io header.i=@rosenzweig.io header.b="iDVAJlnd" Date: Sun, 16 Feb 2025 14:51:08 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rosenzweig.io; s=key1; t=1739735472; 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=7zUF7if+qI0pS0WqK6F5Wlzlg37Ucrvyg1LqmdHhQII=; b=iDVAJlndi+SAJ4P39P0F55UBMJJ3QaHDSypuXSmL4IM3ztDWbai30ZyC62omhEki4/tq0w sKAHK7EZtBFwK9djKt/HuCdyrSYVh9/ws9CMJWJ+YCRWc++bzP1kZ3SNM9VNnVRWwHISo/ rMI6kcFpN6BK/dzPkbAflcIrDVmqExtqQMfPhRW5c6FmDxm039bpV/0raAMrq93x5Mbp22 T46MHMcbg3hjMz8cRJDnuJAEuq3WrpjXESU8RyF659TwyZzsP2XfZ+NsnSwJHwWE8bZy4T DQHupO/1iIiMJCWmFR4KnwP+UMuJqHl8irKTnIipXovpcqUgm+OMHEWuQEnHQw== X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Alyssa Rosenzweig To: Janne Grunau Cc: Bjorn Helgaas , Lorenzo Pieralisi , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Manivannan Sadhasivam , Rob Herring , Bjorn Helgaas , linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] PCI: apple: Add depends on PAGE_SIZE_16KB Message-ID: References: <20250211-pci-16k-v1-1-7fc7b34327f2@rosenzweig.io> <20250211183859.GA51030@bhelgaas> <20250211195601.GB810942@robin.jannau.net> <20250211220019.GC810942@robin.jannau.net> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250211220019.GC810942@robin.jannau.net> X-Migadu-Flow: FLOW_OUT > This is much less sutle than I remember up to the point that I'm not > sure if this change is still needed. > > Silently disabled CONFIG_* due to missing dependencies aren't nice either. Very true. Plus, it seems useful to be able to build-test the apple pcie driver in a 4K situation, to catch build-breaks sooner for cross-driver changes. Let's drop this patch from our tree? Alyssa