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 B28F4C433F5 for ; Sun, 2 Jan 2022 02:41:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229705AbiABC0b (ORCPT ); Sat, 1 Jan 2022 21:26:31 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51550 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229547AbiABC0b (ORCPT ); Sat, 1 Jan 2022 21:26:31 -0500 Received: from mail-il1-x133.google.com (mail-il1-x133.google.com [IPv6:2607:f8b0:4864:20::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D44FBC061574 for ; Sat, 1 Jan 2022 18:26:30 -0800 (PST) Received: by mail-il1-x133.google.com with SMTP id q6so23532197ilt.6 for ; Sat, 01 Jan 2022 18:26:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=UG2jSb8kA9oRJcvsbOmwOU1T1yK/woIGtRAfnSrv0BY=; b=hC0djHOVrEa+84O6QUbROpfQ1bDQ3GvH443C9vhJ15MrfO51pItzgB11iI0ay5YTCp +c3B+sUngkEbu28FFQrzVQUmU8D8tMr+EI183R+E4p+WyInwMoU/xo5RSXaEz0Jd1w5c 1nP2Ry+udLrFT9rMbmJQi3DQiwzFz81EqF+gQLWQjedpQk1ms6bW6jSLFwCg7Yp3/ZjB UFfrIEQSTYNlo10bxIosscfGTo1rHOdHllSypsl/eNG9QRRiuK3QEw5lAorAhtDlw/qL tsMRTdbnjaF1SFVhksbA2TArqvcouxCl83X6Yof1HRtxKoJJppug/JBrVorJW/SVCcx5 X/BQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=UG2jSb8kA9oRJcvsbOmwOU1T1yK/woIGtRAfnSrv0BY=; b=ZwNYSR/Q7816IPtm0ndRSadCUD6s5fQUfqHAi0+f1xDWS4tNU5UcfvLi8ZvqGsm51c uxXaPm7GORwM2kDBtFEzYZQ/pi1qBYUsGMzvNWRpsaodsc6oNGOH4zDPfz7jTibx2mEJ yCMpvlZ/97lsNDdNbwjQm/h6zmHH6LTybiTS9/S41QtYsheFNc9TZKXKdsRKWGTUmzgg c6zFDrqw6pRr1VrGF8QxOH0ONKQB78PePAvdA6mr24WTLvDPa9CaOqoqlwB17wlLDfaG ng1/GNT/HBTMY5vqEDFyyBA+KADtgW/4ibfFHW8pZy6XYx0ToNP4dfpLSkSM+uCo3XT4 ERzg== X-Gm-Message-State: AOAM5321+kRGbTwjgYRHWrM5coq33EFWsDaxfXoy+cxnoFFSnHfQcqeC 61tk8UFHlXePfscsWoTAMiA4lfQJ1Xo7tssn8lBOfg/V X-Google-Smtp-Source: ABdhPJzn+BA64FdUnnW7e3SgrTulwmxJQ2lYYvohpG8R1hpf0CH1DS/Awjd3VhGM000KM4gRMZaEHFydVxnZP1oNAsk= X-Received: by 2002:a92:1e0a:: with SMTP id e10mr18753598ile.28.1641090388894; Sat, 01 Jan 2022 18:26:28 -0800 (PST) MIME-Version: 1.0 References: <20211230183054.a06a88b459b393957cb2d823@linux-foundation.org> In-Reply-To: <20211230183054.a06a88b459b393957cb2d823@linux-foundation.org> From: Andrey Konovalov Date: Sun, 2 Jan 2022 03:26:18 +0100 Message-ID: Subject: Re: [PATCH mm v5 00/39] kasan, vmalloc, arm64: add vmalloc tagging support for SW/HW_TAGS To: Andrew Morton Cc: Marco Elver , Alexander Potapenko , Dmitry Vyukov , Andrey Ryabinin , kasan-dev , Linux Memory Management List , Vincenzo Frascino , Catalin Marinas , Will Deacon , Mark Rutland , Linux ARM , Peter Collingbourne , Evgenii Stepanov , LKML , Andrey Konovalov , andrey.konovalov@linux.dev Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 31, 2021 at 3:30 AM Andrew Morton wrote: > > On Thu, 30 Dec 2021 20:19:01 +0100 Andrey Konovalov wrote: > > > Could you PTAL and consider taking this into mm? > > What's PTAL? It stands for "Please take a look". > We're at -rc7 so I'll process this after -rc1. Sounds good, thank you!