From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-wi0-x231.google.com ([2a00:1450:400c:c05::231]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Z1apu-0001c7-K8 for kexec@lists.infradead.org; Sun, 07 Jun 2015 13:42:03 +0000 Received: by wibut5 with SMTP id ut5so60995951wib.1 for ; Sun, 07 Jun 2015 06:41:40 -0700 (PDT) Date: Sun, 7 Jun 2015 15:41:36 +0200 From: Ingo Molnar 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-Disposition: inline In-Reply-To: <20150605132736.GF3679@pd.tnic> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "kexec" Errors-To: kexec-bounces+dwmw2=infradead.org@lists.infradead.org To: Borislav Petkov Cc: jroedel@suse.de, Baoquan He , Konrad Rzeszutek Wilk , Joerg Roedel , x86@kernel.org, kexec@lists.infradead.org, linux-kernel@vger.kernel.org, Ingo Molnar , "H. Peter Anvin" , Thomas Gleixner , Dave Young , Vivek Goyal * 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 _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec 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