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 989B7C433EF for ; Tue, 21 Jun 2022 10:59:12 +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=YdBXW8HtGKchdbrRpNixVOg+G/6fNMXncnarPqD+vc8=; b=caVVYLBlUglg5w RSV5pzHGI4hbuBZz0bEMxZBifBPyUVCqKoYMVMImT3ohtkWg5bl/ITicMMIBShalUw9pEGQeCS7jr cVK9smdkcgi4NiJaK8HUwTwgTVhas2YA9x1GBrT+r3Em/OBxoOxmymR4+Hsv4kCnmMzBX14pvdfoc /I0BkiEC5f5rrIPAiEO7NdSx0/QxW8f2bCngO8O4UcclGW+yNsIqLuT70oQlxh5x4cHLJWsbRn8As jhYDUlddz0XiUDsDRlot+I9Ay80dQqlnVndWXyNLpsApToIZVQFwL2zOLxCR5JO4ZnguPe0YWvYWE a3jNndUZ9AjLw1mdGd2A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o3baB-004yVP-OV; Tue, 21 Jun 2022 10:58:07 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o3ba7-004yTx-2K for linux-arm-kernel@lists.infradead.org; Tue, 21 Jun 2022 10:58:04 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id A25CAB81770; Tue, 21 Jun 2022 10:58:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 77AC1C3411D; Tue, 21 Jun 2022 10:57:59 +0000 (UTC) Date: Tue, 21 Jun 2022 11:57:55 +0100 From: Catalin Marinas To: Andre Mueller Cc: Will Deacon , Russell King , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] Documentation/arm64: update memory layout table. Message-ID: References: <20220621081651.61755-1-am@emlix.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220621081651.61755-1-am@emlix.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220621_035803_295533_0175E31F X-CRM114-Status: GOOD ( 12.09 ) 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, Jun 21, 2022 at 10:16:51AM +0200, Andre Mueller wrote: > Commit b89ddf4cca43("arm64/bpf: Remove 128MB limit for BPF JIT programs") > removes the bpf jit region from the memory layout of the Aarch64 > architecture. However, it forgets to update the documentation > accordingly. > > - Remove the bpf jit region. > - Fix the Start and End addresses of the modules region. > - Fix the Start address of the vmalloc region. > > Signed-off-by: Andre Mueller Acked-by: Catalin Marinas but I still wonder whether we should remove this table altogether. -- Catalin _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel