Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753284AbeADVh7 (ORCPT + 1 other); Thu, 4 Jan 2018 16:37:59 -0500 Received: from mail-it0-f67.google.com ([209.85.214.67]:43638 "EHLO mail-it0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751952AbeADVh5 (ORCPT ); Thu, 4 Jan 2018 16:37:57 -0500 X-Google-Smtp-Source: ACJfBou7Ed6JEyyJuYHQtx/jTNtTaT+O6pUtEMYaPI8eE6RN68iybqp3+1+HjpheF1D3jSQ9x0NNl1587nNpz6Nnen0= MIME-Version: 1.0 In-Reply-To: References: <20180103195056.837404126@linuxfoundation.org> <20180104195055.GA29809@kroah.com> From: Hugh Dickins Date: Thu, 4 Jan 2018 13:37:55 -0800 Message-ID: Subject: Re: [PATCH 4.4 00/37] 4.4.110-stable review To: Pavel Tatashin Cc: Andy Lutomirski , Linus Torvalds , Thomas Voegtle , Greg Kroah-Hartman , Linux Kernel Mailing List , Andrew Morton , Guenter Roeck , Shuah Khan , patches@kernelci.org, Ben Hutchings , 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 Thu, Jan 4, 2018 at 1:23 PM, Pavel Tatashin wrote: > I tried cherry picking > 435086b36f62 x86/vsyscall/64: Explicitly set _PAGE_USER in the > pagetable hierarchy > > on top of 4.4.110-rc1, (needed to resolve a small 5level table to > 4level page table conflict). Unfortunately, this does not solve the > panic/hanging problem I reported. For some reason I do not see the > panic message anymore. Machine hangs here: > > [ 5.023052] zswap: loaded using pool lzo/zbud > [ 5.023063] page_owner is disabled > [ 5.026492] Key type trusted registered > [ 5.029325] Key type encrypted registered > [ 5.029330] ima: No TPM chip found, activating TPM-bypass! > [ 5.029365] evm: HMAC attrs: 0x1 > [ 5.034696] rtc_cmos 00:00: setting system clock to 2018-01-04 > 21:20:34 UTC (1515100834) > [ 5.216862] Freeing unused kernel memory: 1856K > > > And reboots after about half a minute. Thanks for trying, but yes, I wouldn't expect a straight cherry-pick of that to work in the context of 4.4.110: it needs to be cherry-picked "in principle". Which Borislav has done, and I'll forward you his (not yet reviewed) patch too, but frankly I've much less hope that it will help your crash than Thomas's. So please revert that cherry-pick; and if Borislav's patch doesn't help, if you can send us a "Code:" line from the crash, that may still give us more to go on. As Linus remarked earlier, "The PTI patches obviously change percpu stuff, but this looks like an odd place for that to manifest". Exactly: segfault and panic when starting init is a "normal" symptom when we get something wrong with Kaiser/PTI, but a kthread crashing in dyntick_save_progress_counter is something new to me. Hugh