From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1besYA-0002iv-KE for kexec@lists.infradead.org; Tue, 30 Aug 2016 23:34:39 +0000 Received: from pps.filterd (m0098399.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.11/8.16.0.11) with SMTP id u7UNY1mZ106472 for ; Tue, 30 Aug 2016 19:34:18 -0400 Received: from e24smtp05.br.ibm.com (e24smtp05.br.ibm.com [32.104.18.26]) by mx0a-001b2d01.pphosted.com with ESMTP id 255364qwef-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Tue, 30 Aug 2016 19:34:17 -0400 Received: from localhost by e24smtp05.br.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 30 Aug 2016 20:34:15 -0300 From: Thiago Jung Bauermann Subject: Re: [PATCH v2 2/2] kexec: extend kexec_file_load system call Date: Tue, 30 Aug 2016 20:34:09 -0300 In-Reply-To: <20160818081907.GA845@dhcp-128-65.nay.redhat.com> References: <1470956638-3589-1-git-send-email-bauerman@linux.vnet.ibm.com> <1470956638-3589-3-git-send-email-bauerman@linux.vnet.ibm.com> <20160818081907.GA845@dhcp-128-65.nay.redhat.com> MIME-Version: 1.0 Message-Id: <2498282.SqYYr55LTv@hactar> 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: Dave Young Cc: Stewart Smith , Mark Rutland , Arnd Bergmann , Baoquan He , Benjamin Herrenschmidt , kexec@lists.infradead.org, linux-kernel@vger.kernel.org, Russell King - ARM Linux , AKASHI Takahiro , David Laight , Eric Biederman , Michael Ellerman , Andrew Morton , linuxppc-dev@lists.ozlabs.org, Vivek Goyal , linux-arm-kernel@lists.infradead.org Hello Dave, Sorry for the delay, I was trying to get the other patch series ready as I mentioned in the other email. Am Donnerstag, 18 August 2016, 16:19:46 schrieb Dave Young: > Since Eric was objecting the extension, I think you should convince him, > but I will review from code point of view. Thank you very much for your review! It looks like this series went as far as it can go, though... -- []'s Thiago Jung Bauermann IBM Linux Technology Center _______________________________________________ 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: from mx0a-001b2d01.pphosted.com (mx0b-001b2d01.pphosted.com [148.163.158.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3sP4bv2NxszDqXr for ; Wed, 31 Aug 2016 09:34:19 +1000 (AEST) Received: from pps.filterd (m0098414.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.11/8.16.0.11) with SMTP id u7UNY0tU098343 for ; Tue, 30 Aug 2016 19:34:16 -0400 Received: from e24smtp05.br.ibm.com (e24smtp05.br.ibm.com [32.104.18.26]) by mx0b-001b2d01.pphosted.com with ESMTP id 255368ytbc-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Tue, 30 Aug 2016 19:34:16 -0400 Received: from localhost by e24smtp05.br.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 30 Aug 2016 20:34:14 -0300 Received: from d24relay01.br.ibm.com (d24relay01.br.ibm.com [9.8.31.16]) by d24dlp02.br.ibm.com (Postfix) with ESMTP id 3D23B1DC0054 for ; Tue, 30 Aug 2016 19:34:03 -0400 (EDT) Received: from d24av03.br.ibm.com (d24av03.br.ibm.com [9.8.31.95]) by d24relay01.br.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u7UNYCKu5128402 for ; Tue, 30 Aug 2016 20:34:12 -0300 Received: from d24av03.br.ibm.com (localhost [127.0.0.1]) by d24av03.br.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u7UNYB31008849 for ; Tue, 30 Aug 2016 20:34:12 -0300 From: Thiago Jung Bauermann To: Dave Young Cc: kexec@lists.infradead.org, Stewart Smith , Mark Rutland , Benjamin Herrenschmidt , Arnd Bergmann , Baoquan He , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, Vivek Goyal , AKASHI Takahiro , David Laight , Eric Biederman , Michael Ellerman , Russell King - ARM Linux , Andrew Morton , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 2/2] kexec: extend kexec_file_load system call Date: Tue, 30 Aug 2016 20:34:09 -0300 In-Reply-To: <20160818081907.GA845@dhcp-128-65.nay.redhat.com> References: <1470956638-3589-1-git-send-email-bauerman@linux.vnet.ibm.com> <1470956638-3589-3-git-send-email-bauerman@linux.vnet.ibm.com> <20160818081907.GA845@dhcp-128-65.nay.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Message-Id: <2498282.SqYYr55LTv@hactar> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hello Dave, Sorry for the delay, I was trying to get the other patch series ready as I mentioned in the other email. Am Donnerstag, 18 August 2016, 16:19:46 schrieb Dave Young: > Since Eric was objecting the extension, I think you should convince him, > but I will review from code point of view. Thank you very much for your review! It looks like this series went as far as it can go, though... -- []'s Thiago Jung Bauermann IBM Linux Technology Center From mboxrd@z Thu Jan 1 00:00:00 1970 From: bauerman@linux.vnet.ibm.com (Thiago Jung Bauermann) Date: Tue, 30 Aug 2016 20:34:09 -0300 Subject: [PATCH v2 2/2] kexec: extend kexec_file_load system call In-Reply-To: <20160818081907.GA845@dhcp-128-65.nay.redhat.com> References: <1470956638-3589-1-git-send-email-bauerman@linux.vnet.ibm.com> <1470956638-3589-3-git-send-email-bauerman@linux.vnet.ibm.com> <20160818081907.GA845@dhcp-128-65.nay.redhat.com> Message-ID: <2498282.SqYYr55LTv@hactar> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hello Dave, Sorry for the delay, I was trying to get the other patch series ready as I mentioned in the other email. Am Donnerstag, 18 August 2016, 16:19:46 schrieb Dave Young: > Since Eric was objecting the extension, I think you should convince him, > but I will review from code point of view. Thank you very much for your review! It looks like this series went as far as it can go, though... -- []'s Thiago Jung Bauermann IBM Linux Technology Center