Received: by 10.223.164.202 with SMTP id h10csp895640wrb; Tue, 7 Nov 2017 17:05:34 -0800 (PST) X-Google-Smtp-Source: ABhQp+TleM+9ga28HbCIJ7bI9NoIc6vg9cXSEF3g1HJpQUeFWPfwBOIaT02nnCLmpQuBIc1Jg7eX X-Received: by 10.159.211.67 with SMTP id g3mr515730plp.381.1510103134876; Tue, 07 Nov 2017 17:05:34 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1510103134; cv=none; d=google.com; s=arc-20160816; b=R10F2pduJLAhcS/CaithNY/sNPyjWLMamomw59ImrlATHO3XSe3nle8lVXtzaFoL0O Ms1Pkv9qTlaBVV/p1Hy5xA9iiCH046VoDTBhRif+Cd6NLBM+8pZEVmE8X2kXtWkyJtEI QzgC1B38l4QqYMLPaIsStWAsioxqMv6Rb/Ru7O+o35oeDkJbj+N0C6apMxQPnO2YXCf1 zjW2umTK8G67Hah86DHbKNCMg+44zXIpPZltPdSoakr3mueuDcyiXEvx19uvDiH4FEfK TAQTSNG4R5l8zK9ShOE0AH3gTJUnXbh9AuC4WZ7a2olvv927VXYQgkxJMAC+l/tXEbEZ peFw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=e47xKsoWYruxZ7l4Ov1dxQPjoWQlQzndhiFlbNoC0oI=; b=0os5VzmVw5wozC9yHrt2r1hsEY4tWt4r8KOslu8TilzItgnVl7xvc9ALY9kQNQMYZa GKyisT0YjdRs0PJDezIxQXILs8JAaiF4yMTrU148tlVz290QIt6sfByHG/dVPZS4zwVW bxMQ2lfDfgUzm5L7xnWJgwwRjmKejW557OzquewVg27w6MUV/gq9botQKV9P18S3Gc+Q mzCzMm+qO8lotnO0AJdYZikbDtpleRiS1AxWlQyryLcHVWMrjHOlC/MTQqQjHLXEEJsq xzsf7PpKSYg9EBi0CPzMpkQvxaNk7zFY4fzRxcgNczMuG6hs+BXrzUOlbwGE0KIZbNK2 8tRQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id j11si2353443plt.473.2017.11.07.17.05.22; Tue, 07 Nov 2017 17:05:34 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756881AbdKGPer (ORCPT + 92 others); Tue, 7 Nov 2017 10:34:47 -0500 Received: from mx2.suse.de ([195.135.220.15]:37331 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756793AbdKGPea (ORCPT ); Tue, 7 Nov 2017 10:34:30 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id E9E6AAB02; Tue, 7 Nov 2017 15:34:28 +0000 (UTC) Date: Tue, 7 Nov 2017 16:34:28 +0100 From: Jiri Bohac To: Baoquan He Cc: David Airlie , Dave Young , Vivek Goyal , Bjorn Helgaas , Toshi Kani , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , linux-kernel@vger.kernel.org, kexec@lists.infradead.org, Borislav Petkov Subject: Re: [PATCH] x86/kexec: Exclude GART aperture from vmcore Message-ID: <20171107153428.ex27nwkvelhm2nm7@dwarf.suse.cz> References: <20171103172822.4ty6yjhewroe4z4j@dwarf.suse.cz> <20171106024143.GA3669@x1> <20171106090155.p7jhe2m57whfxma3@dwarf.suse.cz> <20171106092729.GB3669@x1> <20171106095638.7iwlyjmlom3tqelt@dwarf.suse.cz> <20171107113956.GC3669@x1> <20171107134212.tmjdt7rdailtbosa@dwarf.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171107134212.tmjdt7rdailtbosa@dwarf.suse.cz> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 07, 2017 at 02:42:12PM +0100, Jiri Bohac wrote: > On Tue, Nov 07, 2017 at 07:39:56PM +0800, Baoquan He wrote: > > don't worry about the user space kexec utility either. > > What's the problem with the userspace kexec? The bug is in > reading /proc/vmcore by makedumpfile. kexec would only operate > within the preallocated crashkernel area, right? right, I see it (without -s the kexec userspace creates the ELF header later used the second kernel for /proc/vmcore). No idea how to fix that nicely... -- Jiri Bohac SUSE Labs, Prague, Czechia From 1583452038856838168@xxx Tue Nov 07 23:32:20 +0000 2017 X-GM-THRID: 1583066928846548446 X-Gmail-Labels: Inbox,Category Forums,HistoricalUnread