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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id C6E43D2A526 for ; Wed, 16 Oct 2024 15:14:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:In-Reply-To:From:References:Cc:To:Subject:MIME-Version:Date: Message-ID:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=9VHpWQX13BE1MSpHRuEE1G5yZ9IOtTTkV2uqmVELx04=; b=LiU5Gr9DaTY3IzWut/1l/UI+U+ peXB00nwh3XmuwZoXg7DyhkxyX1JwP6VNbXgNnjG7dQUi6+V7krcK2vgDwSE4F/+fyO55WyVzzD+m oyPSo43bf1MwREGtzOY/0vWqWnF7nBUwM2Xv5du7/NSOyvNHdk/vfqriA1QTvVPCFWLfGPJ+jfvBH vNm4vf/pzLMGuarube9huL6s/r6iZhxffI+YuhbOmiZIY64bcODlmEI2n1vsEV7Afx55/FI3zKaxN y7o454czxlam/zAutlJvsA0oBdpM/LAg72F6K2z1IqimsKIjcVNn32ib1p+g7Ofyqlv5P1C8qrBp5 pvfMSO4g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1t15jb-0000000CCwU-0kao; Wed, 16 Oct 2024 15:14:47 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1t15hE-0000000CCU7-3Gbn for linux-arm-kernel@lists.infradead.org; Wed, 16 Oct 2024 15:12:22 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id BB932497; Wed, 16 Oct 2024 08:12:49 -0700 (PDT) Received: from [10.1.28.177] (XHFQ2J9959.cambridge.arm.com [10.1.28.177]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 456253F528; Wed, 16 Oct 2024 08:12:17 -0700 (PDT) Message-ID: <11fc5066-81ad-49ca-9037-1d711b9413fe@arm.com> Date: Wed, 16 Oct 2024 16:12:15 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [RFC PATCH v1 30/57] drivers/base: Remove PAGE_SIZE compile-time constant assumption Content-Language: en-GB To: Greg Kroah-Hartman Cc: Andrew Morton , Anshuman Khandual , Ard Biesheuvel , Catalin Marinas , David Hildenbrand , Greg Marsden , Ivan Ivanov , Kalesh Singh , Marc Zyngier , Mark Rutland , Matthias Brugger , Miroslav Benes , Will Deacon , Yury Norov , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org References: <20241014105514.3206191-1-ryan.roberts@arm.com> <20241014105912.3207374-1-ryan.roberts@arm.com> <20241014105912.3207374-30-ryan.roberts@arm.com> <43395dc5-51e1-417b-8a0a-7b8482a24411@arm.com> <2024101626-reattach-spiny-98dd@gregkh> From: Ryan Roberts In-Reply-To: <2024101626-reattach-spiny-98dd@gregkh> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241016_081220_897158_89E3A5F4 X-CRM114-Status: GOOD ( 11.55 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 16/10/2024 16:04, Greg Kroah-Hartman wrote: > On Wed, Oct 16, 2024 at 03:45:48PM +0100, Ryan Roberts wrote: >> + Greg Kroah-Hartman >> >> This was a rather tricky series to get the recipients correct for and my script >> did not realize that "supporter" was a pseudonym for "maintainer" so you were >> missed off the original post. Appologies! > > "supporter" is actually a much stronger "signal" than "maintainer" > according to the MAINTAINERS file: > Supported: Someone is actually paid to look after this. > Maintained: Someone actually looks after it. Yes, consider me educated now. For some reason my brain always thought "supporter" was someone who was active in the subsystem but without an official affiliation. > >> More context in cover letter: >> https://lore.kernel.org/all/20241014105514.3206191-1-ryan.roberts@arm.com/ > > Ick, good luck! > > greg k-h