Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp2663831ybt; Tue, 16 Jun 2020 11:40:58 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx/JrniC+FUQSbKtBnKIoB5uFpYdvswOjBIkt8/M0ShlWOMh+xGbU8bJ7Pd5BOEuRjR6PtR X-Received: by 2002:aa7:d957:: with SMTP id l23mr3754462eds.206.1592332858194; Tue, 16 Jun 2020 11:40:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1592332858; cv=none; d=google.com; s=arc-20160816; b=qZ6Tgtg3Mt5JJaWIU42jLNjZHnUjtrx0dWAl8a18rfXL6F9vDl8B5Mci8gkLtvFIFj W64ItlEblZibacCXI5uFhLgg3afUVA+shmgeE+l9owI5VIGXEv9qeiSR3TfbrcJBaOGf yUINOm14A0DNH2RGTPml5VDdyVuaZtLtpgP6fTuF2Uu7zABYeXQldkDLFukd+R4GINMH /vYtFyHV+T7tb4JXPOgi1X+kwma3CyTXhF51DXEli2PHAzL5RKd+1N+hxhtTy2cleqbE dXoBN4NB297NMiILa3gAuewaZ1Q2+Y2wRmRNeVmT4jKF0hRH5eLr0dEABvhsU/LObsmo IFhQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=/w7MwbDL+cnqHy/VZ11P4zB6nVaxGr3MbwdT2xDK8CU=; b=rs5d42ytVCtrMXaaiuYXz3sL7cUquSswbk1ZhQCyUaUe2fEcEbE+avAFH1rDVBOEuH 4R9/jYN1ATbd8q0pP7QM69uc290wo2ogEWUOBadwzLFfMEypz7aFK+GxeUuVpNpvqw4k 7Irk3lkK/JVXMglUqEdeToX/fkZ9tkbcWkxv6c26tAzcy853WHKSQy8cyrhjszfW0jlD 8/ZFwn/+x1nfGo/YLzwS90E/Ef6A7xFnkilcBz/GPPQRa60dbcpKjR8lVy2tZ5ukHwGa UJppDPgXUMQFieMsCDfmjUhLlvxqa1h59pH3Hhtxu7EuMqYqu8nCkUkkeLeIgeqh05gA w4jQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id u1si11654353ejt.637.2020.06.16.11.40.36; Tue, 16 Jun 2020 11:40:58 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727114AbgFPSis (ORCPT + 99 others); Tue, 16 Jun 2020 14:38:48 -0400 Received: from mail.kernel.org ([198.145.29.99]:36818 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726296AbgFPSir (ORCPT ); Tue, 16 Jun 2020 14:38:47 -0400 Received: from oasis.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id BBF9F207C4; Tue, 16 Jun 2020 18:38:46 +0000 (UTC) Date: Tue, 16 Jun 2020 14:38:44 -0400 From: Steven Rostedt To: Kees Cook Cc: Matt Helsley , Sami Tolvanen , Greg Kroah-Hartman , Thomas Gleixner , "Naveen N. Rao" , Kristen Carlson Accardi , linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] recordmcount: support >64k sections Message-ID: <20200616143844.5599804d@oasis.local.home> In-Reply-To: <202006161101.34B26E6@keescook> References: <20200422232417.72162-1-samitolvanen@google.com> <20200424193046.160744-1-samitolvanen@google.com> <20200424222214.GC9040@rlwimi.vmware.com> <202006161101.34B26E6@keescook> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 16 Jun 2020 11:03:18 -0700 Kees Cook wrote: > > Reviewed-by: Matt Helsley > > Hi! > > Can this patch please be applied and sent before -rc2? FGKASLR, LTO, and > link time improvements[1] all depend on this fix, and I'd really like > them all to be able to sanely rebase for the development window. > > Thanks! > > -Kees > > [1] https://lore.kernel.org/lkml/CAK7LNARbZhoaA=Nnuw0=gBrkuKbr_4Ng_Ei57uafujZf7Xazgw@mail.gmail.com/ The patch seems to have fallen behind in my patch stack (unfortunately, it's most recent first!) Anyway, I'm putting together now a set of patches for -rc2. I'll include this one in it as well. -- Steve