From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752291AbdLLQPC (ORCPT ); Tue, 12 Dec 2017 11:15:02 -0500 Received: from mx2.suse.de ([195.135.220.15]:34657 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751577AbdLLQPB (ORCPT ); Tue, 12 Dec 2017 11:15:01 -0500 Subject: Re: [PATCH PTI v3 00/10] Clean up pgd handling and fix VSYSCALL and LDT To: Borislav Petkov , Andy Lutomirski Cc: Ingo Molnar , X86 ML , "linux-kernel@vger.kernel.org" , Brian Gerst , David Laight , Kees Cook , Peter Zijlstra References: <20171212100955.zdnwnf4pctnsh57t@gmail.com> <20171212161315.ij6zkwlim6w5q5dd@pd.tnic> From: Juergen Gross Message-ID: <6e628271-37d4-01aa-9fc8-ac3cccf38457@suse.com> Date: Tue, 12 Dec 2017 17:14:58 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171212161315.ij6zkwlim6w5q5dd@pd.tnic> Content-Type: text/plain; charset=utf-8 Content-Language: de-DE Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/12/17 17:13, Borislav Petkov wrote: > On Tue, Dec 12, 2017 at 07:58:07AM -0800, Andy Lutomirski wrote: >> Ugh, the whole send-email process exploded due to Cc: >> stable@vger.kernel.org # 4.14. I stripped the # 4.14 and it's okay >> now. > > In the future, strip the whole CC: stable directly. Although git > send-email with --suppress-cc is kinda clumsy for that... or I haven't > figured it out properly. > Using Cc: # 4.14 works for me. Juergen