From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752543AbbFGNlv (ORCPT ); Sun, 7 Jun 2015 09:41:51 -0400 Received: from mail-wi0-f170.google.com ([209.85.212.170]:36723 "EHLO mail-wi0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751151AbbFGNll (ORCPT ); Sun, 7 Jun 2015 09:41:41 -0400 Date: Sun, 7 Jun 2015 15:41:36 +0200 From: Ingo Molnar To: Borislav Petkov Cc: Joerg Roedel , "H. Peter Anvin" , Ingo Molnar , Thomas Gleixner , Konrad Rzeszutek Wilk , Vivek Goyal , Dave Young , Baoquan He , x86@kernel.org, kexec@lists.infradead.org, jroedel@suse.de, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/3 v3] Fix kdump failures with crashkernel=high Message-ID: <20150607134136.GA27512@gmail.com> References: <1433500202-25531-1-git-send-email-joro@8bytes.org> <20150605132736.GF3679@pd.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150605132736.GF3679@pd.tnic> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Borislav Petkov wrote: > > Joerg Roedel (3): > > swiotlb: Warn on allocation failure in swiotlb_alloc_coherent > > x86, swiotlb: Try coherent allocations with __GFP_NOWARN > > x86, crash: Allocate enough low-mem when crashkernel=high > > > > arch/x86/kernel/pci-swiotlb.c | 7 +++++++ > > arch/x86/kernel/setup.c | 5 ++++- > > lib/swiotlb.c | 11 +++++++++-- > > 3 files changed, 20 insertions(+), 3 deletions(-) > > Looks simple enough, all applied, thanks. > > hpa, Ingo, any concerns? Modulo a couple of typos it all looks sane. Thanks, Ingo