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 0126EECAAD4 for ; Wed, 31 Aug 2022 22:24:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232286AbiHaWYF (ORCPT ); Wed, 31 Aug 2022 18:24:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53326 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229970AbiHaWYD (ORCPT ); Wed, 31 Aug 2022 18:24:03 -0400 Received: from mail-pf1-x429.google.com (mail-pf1-x429.google.com [IPv6:2607:f8b0:4864:20::429]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 05911EC4F9 for ; Wed, 31 Aug 2022 15:24:03 -0700 (PDT) Received: by mail-pf1-x429.google.com with SMTP id l65so5414251pfl.8 for ; Wed, 31 Aug 2022 15:24:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc; bh=60GRsUgRkTdPz4xi04kuui22nUenvlMnOmDZsmxfnbM=; b=SeKkEP/uI+KNHNJ+acl26/NVRx/7TNlZYddwRjQSKzF4vOGAoUBTBHeXw9ICdx5EWC OLf60V13t4uv38fJzIzmk9aUlL/aKLF85pnyWpOpEofGJ27pTmuB6L9eEwVluw5l2w5S 07T5iQ5Uw0zAytQdSbuzsXn44ckSfSKhyisZc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc; bh=60GRsUgRkTdPz4xi04kuui22nUenvlMnOmDZsmxfnbM=; b=BIbNVUZT2PWFB4Id2hmQ5gYl0yw1kkc3fHQRksN/CKWF5IDBQut2YUv8wneva6Mwau 3vNdMHlZZpRTeoJfCdOaoc1vLsoPIKuxUcCzYHebEyP092Wi0GEmTbbEgWS9LqQdorxq fPVO+rWcdZNYG5+V6PnBt8Fc6ci98YbhW9iHlrg0JCHsNjcvpWasKztWcWAFGcJcBVQu 8/0SwTy/MTjidL2R37fcqk2EGq6sX0b/vYEoODkNZjArh3nwJ5FRYlvw+8c3dBxc8giZ JEbhrOVb6EQxJktO3b2HD6qunZU5yUox1Vgz6zanq/xJlg97INRiuaKWhRNqbdsVG4Is vhqg== X-Gm-Message-State: ACgBeo0zqkQskkovt57aEtsL6winUEUXDxBsBjG+2S0aODMO4z0ZeoxX DGuUgPbo9DVQqrgDZDT4dssu9w== X-Google-Smtp-Source: AA6agR4ZAJy4bx7E5ployD7pPwDkeDmj9tHbuGHviCfyIEVCN0syznS8VROkRIDMBFNIjJ237Y/O1w== X-Received: by 2002:a05:6a00:1952:b0:537:1bb2:8451 with SMTP id s18-20020a056a00195200b005371bb28451mr28613572pfk.77.1661984642526; Wed, 31 Aug 2022 15:24:02 -0700 (PDT) Received: from www.outflux.net (smtp.outflux.net. [198.145.64.163]) by smtp.gmail.com with ESMTPSA id u66-20020a626045000000b0052da33fe7d2sm9899424pfb.95.2022.08.31.15.24.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 31 Aug 2022 15:24:01 -0700 (PDT) Date: Wed, 31 Aug 2022 15:24:01 -0700 From: Kees Cook To: Stephen Rothwell Cc: Andrew Morton , Bart Van Assche , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: manual merge of the mm tree with the kspp tree Message-ID: <202208311523.D60D78A@keescook> References: <20220830170051.6c190838@canb.auug.org.au> <202208311050.60A8E9C43@keescook> <20220901080504.73843b04@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220901080504.73843b04@canb.auug.org.au> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 01, 2022 at 08:05:04AM +1000, Stephen Rothwell wrote: > Hi Kees, > > On Wed, 31 Aug 2022 10:51:08 -0700 Kees Cook wrote: > > > > Thanks! Andrew, can you drop these patches from -mm please? I corrected > > the filename convention in the above named patch. > > He did that yesterday, so all good. Thanks! Yeah, I saw the drop right after I sent my email. :) Sorry for the noise! -- Kees Cook