From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg1-f197.google.com (mail-pg1-f197.google.com [209.85.215.197]) by kanga.kvack.org (Postfix) with ESMTP id B3B306B0003 for ; Thu, 11 Oct 2018 15:33:53 -0400 (EDT) Received: by mail-pg1-f197.google.com with SMTP id w15-v6so7347842pge.2 for ; Thu, 11 Oct 2018 12:33:53 -0700 (PDT) Received: from mga17.intel.com (mga17.intel.com. [192.55.52.151]) by mx.google.com with ESMTPS id f1-v6si30526195pln.317.2018.10.11.12.33.52 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 11 Oct 2018 12:33:52 -0700 (PDT) Message-ID: Subject: Re: [PATCH v5 00/27] Control Flow Enforcement: Shadow Stack From: Yu-cheng Yu Date: Thu, 11 Oct 2018 12:29:03 -0700 In-Reply-To: <109d1600-340e-e3c2-ba11-1f6096212540@linux.intel.com> References: <20181011151523.27101-1-yu-cheng.yu@intel.com> <109d1600-340e-e3c2-ba11-1f6096212540@linux.intel.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Dave Hansen , x86@kernel.org, "H. Peter Anvin" , Thomas Gleixner , Ingo Molnar , linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, linux-mm@kvack.org, linux-arch@vger.kernel.org, linux-api@vger.kernel.org, Arnd Bergmann , Andy Lutomirski , Balbir Singh , Cyrill Gorcunov , Eugene Syromiatnikov , Florian Weimer , "H.J. Lu" , Jann Horn , Jonathan Corbet , Kees Cook , Mike Kravetz , Nadav Amit , Oleg Nesterov , Pavel Machek , Peter Zijlstra , Randy Dunlap , "Ravi V. Shankar" , Vedvyas Shanbhogue On Thu, 2018-10-11 at 12:21 -0700, Dave Hansen wrote: > On 10/11/2018 08:14 AM, Yu-cheng Yu wrote: > > The previous version of CET Shadow Stack patches is at the following > > link: > > > > https://lkml.org/lkml/2018/9/21/776 > > Why are you posting these? Do you want more review? Do you simply want > the series applied? Thanks, Dave! Hi Maintainers, If there are no more major issues, can we get these applied? Currently the IBT bitmap allocation (in the IBT series) works with GLIBC. If GLIBC developers agree to mmap() the bitmap in dlopen(), I will submit an additional patch to change how the kernel handles it. Thanks, Yu-cheng