Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751466AbcL2VTz (ORCPT ); Thu, 29 Dec 2016 16:19:55 -0500 Received: from mout.gmx.net ([212.227.15.18]:64381 "EHLO mout.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750825AbcL2VTy (ORCPT ); Thu, 29 Dec 2016 16:19:54 -0500 Subject: Re: [BUG] ARM64: amlogic: gxbb: unhandled level 2 translation fault (11) To: Neil Armstrong , Carlo Caione , Kevin Hilman References: <20161224140028.4205-1-xypron.glpk@gmx.de> <478f1429-03f2-a944-8d47-3757a4d44a40@baylibre.com> Cc: linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org From: Heinrich Schuchardt Message-ID: <130a3716-a643-d14f-fd7c-9ad3bb67f3a7@gmx.de> Date: Thu, 29 Dec 2016 22:18:33 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.4.0 MIME-Version: 1.0 In-Reply-To: <478f1429-03f2-a944-8d47-3757a4d44a40@baylibre.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K0:2CxlI9Y0HHd4WXF7Bk8A3PK3XmXSCYsJl61fsmU6XJUNNJ+tWMT twuMClh+jKQ0TkjfuS+QGWCMCwzM+mDy5u+DiQnRlYQnhUHgqsyX6dxOAHixNL2az5/aVri SPyAM3usI3sy4TBcqoe1c2S726/sBdWFI+mX/bOGQ1Xhgp3GcaisuK5nt9LsCUd8r1ukTqU RVQ6R1SzMM/tLKh3/RxuA== X-UI-Out-Filterresults: notjunk:1;V01:K0:u7P6i9mpKyg=:XdctV4O5OXb4nkUAs0u+dS bEAL6JSHuzTU7d9vBbVnrwgCpxtYWOqRNimsT1D/BCJ8VxtrMhSEgiVVRqoz+xyr9oakLsLYJ t8ZDedatuHG30koflZXfOm5pOzJhtwAtWUerJRJHzylnllxbeD07efIPnbVFcXUSO8hohNCtV LHU0SZYSuSqVxCNFrqw/RK8Bg/8Yb7n/AyhsFHyphlZcp6pS+7leTyulFP7Ftn8bwGjrtnEUC to6JCN3hXBj6B8U+nHT0BN6qnLHgWYe5rygtwEuliLmAu0RsJu+PeU4qAZOBpoDST8DnyUhWG ndlgAmVyYAf5+bFH0ImHM5IvRAUdf1QyTidh25vvZW8kL+dLc4TUQrO2tPrgnvr7EtjHL8dRZ kHBPOPAVe5AqUvUSq9HQuKkhILSX5VLTN9QuQwuRAW8Ps9H9MTdn4DylH5ZX431UbWHL4TrhF fot7/QgKO/O4cHQr2Ms7BJG979ZAuFfso9IkhZ/BWZYNeg2+y08ei4g93hAt+V5oGGoJlfjXW 61NxsEMJGiiY6S2w4Nr9G8tqhg9JWvBsN0AIwG8sRDyykDtoJAMkoNxrC2bTNsFozl/oIwlcv Bdm0NvFymqx+iyYI8DK24MPUk0f7rYjVxNcJgmO/GqS3BNl9Yl7Y8ymrJD/Jq33nQ030F/kWK lJssCa23tFH5aOncSMmGwL1CHvA+WjuaeRWAkYYjywUvwaASC69x7fP9qeBabo3wklP8PMMJ6 KlFXSoweeBSX3Qex/8jWtzU6KI7c1q44BBPv9/lLV4jhyR5YyX8VQr45KYIz7E4f75VV1RdWV 7yMWc4G Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2861 Lines: 71 On 12/29/2016 10:07 AM, Neil Armstrong wrote: > On 12/24/2016 03:00 PM, Heinrich Schuchardt wrote: >> When trying to run sddm on an Hardkernel Odroid C2 I invariably run into the >> translation fault below. >> >> The following mail thread relates this kind of problem to TLB (translation >> lookaside buffer) broadcasting. >> >> https://lkml.org/lkml/2014/4/15/207 >> >> [ 3163.014263] sddm[1851]: unhandled level 2 translation fault (11) at 0x00000160, esr 0x82000006 >> [ 3163.017287] pgd = ffff80007bf86000 >> [ 3163.020589] [00000160] *pgd=000000007a8a3003 >> [ 3163.024733] , *pud=000000007be9c003 >> [ 3163.028095] , *pmd=0000000000000000 >> >> >> [ 3163.033026] CPU: 1 PID: 1851 Comm: sddm Not tainted 4.9.0-next-20161212-r022-arm64 #1 >> [ 3163.040831] Hardware name: Hardkernel ODROID-C2 (DT) >> [ 3163.045698] task: ffff80007bc6d780 task.stack: ffff80007c524000 >> [ 3163.051563] PC is at 0x160 >> [ 3163.054231] LR is at 0xffff9a9fbc98 >> [ 3163.057686] pc : [<0000000000000160>] lr : [<0000ffff9a9fbc98>] pstate: 40000000 >> [ 3163.065022] sp : 0000ffffd7180130 >> [ 3163.068281] x29: 0000ffffd7180130 x28: 0000ffffd7180288 >> [ 3163.073538] x27: 0000ffff9aa94000 x26: 0000000000000001 >> [ 3163.078798] x25: 0000000000000000 x24: 0000ffffd7180410 >> [ 3163.084060] x23: 000000000e0c2190 x22: 000000000e0ca5c0 >> [ 3163.089322] x21: 0000ffff9ac35000 x20: 0000000000454fa9 >> [ 3163.094583] x19: 0000000000454fa8 x18: 000000000e0b5938 >> [ 3163.099843] x17: 0000ffff9a3f2988 x16: 0000ffff9ac36aa0 >> [ 3163.105105] x15: 0000000000000000 x14: 0000000000000000 >> [ 3163.110367] x13: 6d00640064007300 x12: 0800000005000000 >> [ 3163.115627] x11: 0000040000000000 x10: 0000a00000000000 >> [ 3163.120889] x9 : 00003fffffffffff x8 : 0000000000000000 >> [ 3163.126150] x7 : 000000000e0cb520 x6 : 0000000000454fc0 >> [ 3163.131412] x5 : 0000ffffd717ffd8 x4 : 000000000e0cb510 >> [ 3163.136680] x3 : 0000000000000004 x2 : f2f9022b551b3900 >> [ 3163.141935] x1 : 0000000000000160 x0 : 000000000e0ca5c0 >> >> Best regards >> >> Heinrich Schuchardt > > Hi Heinrich, > > I personally never had this issue even while loading huge applications loke LibreOffice and Gnome environment. > > I will have a look and try to reproduce this issue, can you provide us your configuration and user-space complete use case ? > > Neil > Hello Neil, the kernel is build with https://github.com/xypron/kernel-odroid-c2/tree/f8d565ff755e92fd585f5ae10123ce20abe03968 Especially look at the patch directory and config/config-next-20161212. The userland is Debian Stretch with this package: https://packages.debian.org/stretch/sddm The link https://www.spinics.net/lists/arm-kernel/msg550204.html that you mention in a separate mail just links to this very thread due to linux-arm-kernel@lists.infradead.org being in copy. Best regards Heinrich Schuchardt