Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753336AbeADVXS (ORCPT + 1 other); Thu, 4 Jan 2018 16:23:18 -0500 Received: from userp2130.oracle.com ([156.151.31.86]:40979 "EHLO userp2130.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751829AbeADVXQ (ORCPT ); Thu, 4 Jan 2018 16:23:16 -0500 X-Google-Smtp-Source: ACJfBovC9x0QZuTEc/ssIrIwTPwC8fM6SXHy8c/0I08eLyqOeWh7mAhsMqAxUwEg5AEBW3dPdRIQDYpXtG11MdvPBBY= MIME-Version: 1.0 In-Reply-To: References: <20180103195056.837404126@linuxfoundation.org> <20180104195055.GA29809@kroah.com> From: Pavel Tatashin Date: Thu, 4 Jan 2018 16:23:12 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 4.4 00/37] 4.4.110-stable review To: Hugh Dickins 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" X-Proofpoint-Virus-Version: vendor=nai engine=5900 definitions=8764 signatures=668651 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=1 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 mlxscore=0 mlxlogscore=999 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1711220000 definitions=main-1801040291 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: 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. Thank you, Pavel