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 7A5D1C4829F for ; Tue, 13 Feb 2024 16:58:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=WXjtH65uZKTwHtXeQ2aBBgsccRzaNBrUtNHLVPJH6i4=; b=nfRByZSk75iib3 0EfECnsk/QZB2FSr5q2fZfDACGhEZCZ1IsH53z9AkX+tjwTNGMonCUDLUBseuhSNPRoe0t3cOjUNj 9MejU/Rqkt3rVaOpLgmtwZMqU8jCNRtbIfJqNL4B7ouBmaV6lXU65fzNHT+Wrqr8oNpPJs4Fyrnk0 yy1/7QWWc5lZggbq+dl4hXEAT65c9twKlYSoJjErZjqp6Lv/EtB/aIYtr6DxBGawjcnt5kpZdWJ39 zrtiSlD31+B1I2enM8yicLLB3KIO1806I5OR5+LaNDve06y/M2YYvKKDELodQOV2ZtYqcldWGpIBS 8q31im/z86RjjvOLi/cg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rZw7I-0000000A44Q-2eQX; Tue, 13 Feb 2024 16:58:44 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rZw7F-0000000A41t-1JB5 for linux-arm-kernel@lists.infradead.org; Tue, 13 Feb 2024 16:58:42 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 76AD1CE1D59; Tue, 13 Feb 2024 16:58:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2B057C433F1; Tue, 13 Feb 2024 16:58:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1707843518; bh=3Wn8/Zpy2yG+SGHLWljK9Yqwsf7+Mdog6KEdCJChDDg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=s0xIVI1xlNQikSPIEeFcoD00sp9Ncwn4enoJJcqn5Gss2X59mBL7XOARYaHfAp1Ks fuu589elkaQVv9qCK5N99t969mrSNjBLjZhazjntwksAAR7WMCiAI3Y9EawP+naEDc sZMQEMgMgyVhDAoTkJRVT09lOT2PXIr7CFHJEGPA= Date: Tue, 13 Feb 2024 17:58:35 +0100 From: Greg KH To: Maxwell Bland Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, catalin.marinas@arm.com, will@kernel.org, dennis@kernel.org, tj@kernel.org, cl@linux.com, akpm@linux-foundation.org, shikemeng@huaweicloud.com, david@redhat.com, rppt@kernel.org, anshuman.khandual@arm.com, willy@infradead.org, ryan.roberts@arm.com, rick.p.edgecombe@intel.com, pcc@google.com, mark.rutland@arm.com, rmk+kernel@armlinux.org.uk, tglx@linutronix.de, gshan@redhat.com, Jonathan.Cameron@huawei.com, james.morse@arm.com, awheeler@motorola.com Subject: Re: [PATCH] arm64: allow post-init vmalloc PXNTable Message-ID: <2024021300-gently-ether-3978@gregkh> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240213_085841_578951_69859D34 X-CRM114-Status: UNSURE ( 8.39 ) X-CRM114-Notice: Please train this message. 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Feb 13, 2024 at 10:05:45AM -0600, Maxwell Bland wrote: > Apologies if this is a duplicate mail, it will be the last one. Moto's SMTP > server sucks!! This shouldn't be in the changelog, it needs to go below the --- line. Also, your patch is corrupted and can not be applied :( thanks, greg k-h _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel