From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752635AbdF0Ifk (ORCPT ); Tue, 27 Jun 2017 04:35:40 -0400 Received: from mail-wm0-f45.google.com ([74.125.82.45]:38363 "EHLO mail-wm0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752605AbdF0IfC (ORCPT ); Tue, 27 Jun 2017 04:35:02 -0400 Date: Tue, 27 Jun 2017 10:34:58 +0200 From: Ingo Molnar To: Baoquan He Cc: linux-kernel@vger.kernel.org, Thomas Gleixner , "H. Peter Anvin" Subject: Re: [PATCH] x86/boot/KASLR: Skip relocation handling in no kaslr case Message-ID: <20170627083458.6xn3udgympkb2y3n@gmail.com> References: <1498314309-18502-1-git-send-email-bhe@redhat.com> <20170626094737.d2pzetkhe2sorn6m@gmail.com> <20170626104349.GA3303@x1> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170626104349.GA3303@x1> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Baoquan He wrote: > As you suggested, we can add a checking to see if the virt_addr is > bigger than 1G, and print warning if exceed or hang there with error > message. Could you try a patch for that, and see whether it catches this particular bug? (before the fix is applied.) Could be a 2 patch series: first the patch that adds the warning, then the fix. Thanks, Ingo