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 78B86C6FA83 for ; Mon, 12 Sep 2022 20:06:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229718AbiILUGs (ORCPT ); Mon, 12 Sep 2022 16:06:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32974 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229588AbiILUGq (ORCPT ); Mon, 12 Sep 2022 16:06:46 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A836521809 for ; Mon, 12 Sep 2022 13:06:45 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 4B4296127D for ; Mon, 12 Sep 2022 20:06:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3FFECC433D6; Mon, 12 Sep 2022 20:06:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1663013204; bh=POm5i/TN6x7SZia4lCIH+aJnU08Ov/27rWDNjJHTN1M=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=qd9upT6GqFOCIGNRHAi2HJWDE/w//dK4jcNazYGutioly7EMjZ+E0qVKokDfmf1VP OiX1w8Ib5p9EMJcv+A5Vym6JkPK5BTR0kC9iNb/4Dq5puMW1bOujobSKkkas6ZPRue rFw0DKVp5cgFW3I4fSF+l7tJ8JvUPQAZ9/Uxe52Y= Date: Mon, 12 Sep 2022 13:06:43 -0700 From: Andrew Morton To: Marco Elver Cc: Andrey Konovalov , Alexander Potapenko , Dmitry Vyukov , Andrey Ryabinin , kasan-dev , Peter Collingbourne , Evgenii Stepanov , Florian Mayer , Linux Memory Management List , LKML , Andrey Konovalov , andrey.konovalov@linux.dev Subject: Re: [PATCH mm v3 00/34] kasan: switch tag-based modes to stack ring from per-object metadata Message-Id: <20220912130643.b7ababbaa341bf07a0a43089@linux-foundation.org> In-Reply-To: References: X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 12 Sep 2022 11:39:07 +0200 Marco Elver wrote: > > ... > > > Hi Andrew, > > > > Could you consider picking up this series into mm? > > > > Most of the patches have a Reviewed-by tag from Marco, and I've > > addressed the last few comments he had in v3. > > > > Thanks! > > I see them in -next, so they've been picked up? yup. > FWIW, my concerns have been addressed, so for patches that don't yet > have my Reviewed: > > > Acked-by: Marco Elver Updated, thanks.