Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751989AbeADEHP (ORCPT + 1 other); Wed, 3 Jan 2018 23:07:15 -0500 Received: from mail-it0-f67.google.com ([209.85.214.67]:40300 "EHLO mail-it0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751737AbeADEHN (ORCPT ); Wed, 3 Jan 2018 23:07:13 -0500 X-Google-Smtp-Source: ACJfBotaCjrB0xzaMfyoOehncajZPUnwPBytRXER5ISPoj6gqhfC4K2zlLicNTYHJh7XG++mlUYhNrKi/1uc6TlmTZY= MIME-Version: 1.0 In-Reply-To: <1515029095.2714.174.camel@decadent.org.uk> References: <20180103195104.066528044@linuxfoundation.org> <1515029095.2714.174.camel@decadent.org.uk> From: Hugh Dickins Date: Wed, 3 Jan 2018 20:07:11 -0800 Message-ID: Subject: Re: [PATCH 4.9 00/39] 4.9.75-stable review To: Ben Hutchings Cc: Greg Kroah-Hartman , linux-kernel , Andy Lutomirski , Linus Torvalds , Andrew Morton , Guenter Roeck , Shuah Khan , patches@kernelci.org, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, stable Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Wed, Jan 3, 2018 at 5:24 PM, Ben Hutchings wrote: > On Wed, 2018-01-03 at 21:11 +0100, Greg Kroah-Hartman wrote: >> This is the start of the stable review cycle for the 4.9.75 release. >> There are 39 patches in this series, all will be posted as a response >> to this one. If anyone has any issues with these being applied, please >> let me know. > [...] > > This seems to be missing a backport of: > > commit 85900ea51577e31b186e523c8f4e068c79ecc7d3 > Author: Andy Lutomirski > Date: Tue Dec 12 07:56:42 2017 -0800 > > x86/pti: Map the vsyscall page if needed > > without which, KPTI will break some older user-space. You're (kind of) right: I did warn Greg of that yesterday, and we were both vaguely hoping that someone else could fill in that blank more quickly than I'd get there. I doubt it's an actual backport of Andy's 85900ea51577 that's needed - I'd expect his to depend on at least some of the improved infrastructure in 4.15-rc, rather than the old-style kaiser-mapping employed in these backports. Andrea has a RHEL7 patch for this, and I have a 3.2 patch derived from Andrea's, but neither would be right for 4.9 or 4.4 as is: I think I'm going to have to drop today's priority, and attend to this lacuna tomorrow. Hugh