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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6FE37C74A5B for ; Tue, 21 Mar 2023 19:31:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229772AbjCUTbq (ORCPT ); Tue, 21 Mar 2023 15:31:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46318 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229873AbjCUTbp (ORCPT ); Tue, 21 Mar 2023 15:31:45 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EDCFF574FC for ; Tue, 21 Mar 2023 12:31:10 -0700 (PDT) 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 2771AB818CC for ; Tue, 21 Mar 2023 19:31:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C73A7C4339B; Tue, 21 Mar 2023 19:31:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1679427062; bh=SP3KwC4cYXOl1khmQjkl35JmBsaAwRKMWQm2TvAirC8=; h=Date:To:From:Subject:From; b=vAeRsKKqdnXBuvnuHgeTGud041ZApVNbMwROeRDy3/At83b8DRnM9ym8wZzKRQzuX uUXPxjE5SntxEjzg3/28rGRehMsdI7WGh9o1Ph8Nbt0/wU2Vzp1w3PgmzVTCvOGl8f a2jvZwyU3RQQmCdLJ0AYnBjxDzRs88d7H5To52PE= Date: Tue, 21 Mar 2023 12:31:02 -0700 To: mm-commits@vger.kernel.org, urezki@gmail.com, hch@infradead.org, bhe@redhat.com, lstoakes@gmail.com, akpm@linux-foundation.org From: Andrew Morton Subject: + maintainers-add-myself-as-vmalloc-reviewer.patch added to mm-unstable branch Message-Id: <20230321193102.C73A7C4339B@smtp.kernel.org> Precedence: bulk Reply-To: linux-kernel@vger.kernel.org List-ID: X-Mailing-List: mm-commits@vger.kernel.org The patch titled Subject: MAINTAINERS: add Lorenzo as vmalloc reviewer has been added to the -mm mm-unstable branch. Its filename is maintainers-add-myself-as-vmalloc-reviewer.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/maintainers-add-myself-as-vmalloc-reviewer.patch This patch will later appear in the mm-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: Lorenzo Stoakes Subject: MAINTAINERS: add Lorenzo as vmalloc reviewer Date: Tue, 21 Mar 2023 18:09:55 +0000 I have recently been involved in both reviewing and submitting patches to the vmalloc code in mm and would be willing and happy to help out with review going forward if it would be helpful! Link: https://lkml.kernel.org/r/55f663af6100c84a71a0065ac0ed22463aa340de.1679421959.git.lstoakes@gmail.com Signed-off-by: Lorenzo Stoakes Acked-by: Uladzislau Rezki (Sony) Cc: Baoquan He Cc: Christoph Hellwig Signed-off-by: Andrew Morton --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) --- a/MAINTAINERS~maintainers-add-myself-as-vmalloc-reviewer +++ a/MAINTAINERS @@ -13418,6 +13418,7 @@ VMALLOC M: Andrew Morton R: Uladzislau Rezki R: Christoph Hellwig +R: Lorenzo Stoakes L: linux-mm@kvack.org S: Maintained W: http://www.linux-mm.org _ Patches currently in -mm which might be from lstoakes@gmail.com are mm-remove-unused-vmf_insert_mixed_prot.patch mm-remove-vmf_insert_pfn_xxx_prot-for-huge-page-table-entries.patch drm-ttm-remove-comment-referencing-now-removed-vmf_insert_mixed_prot.patch mm-prefer-xxx_page-alloc-free-functions-for-order-0-pages.patch maintainers-add-myself-as-vmalloc-reviewer.patch