From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932265AbcH1D7O (ORCPT ); Sat, 27 Aug 2016 23:59:14 -0400 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:56383 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932174AbcH1D7N (ORCPT ); Sat, 27 Aug 2016 23:59:13 -0400 X-IBM-Helo: d23dlp03.au.ibm.com X-IBM-MailFrom: zohar@linux.vnet.ibm.com X-IBM-RcptTo: linux-kernel@vger.kernel.org;linux-security-module@vger.kernel.org Subject: Re: [PATCH v3 0/5] kexec_file: Add buffer hand-over for the next kernel From: Mimi Zohar To: Thiago Jung Bauermann Cc: Andrew Morton , kexec@lists.infradead.org, linux-security-module@vger.kernel.org, linux-ima-devel@lists.sourceforge.net, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, Eric Biederman , Dave Young , Vivek Goyal , Baoquan He , Michael Ellerman , Stewart Smith , Eric Richter , Balbir Singh Date: Sat, 27 Aug 2016 23:59:00 -0400 In-Reply-To: <2766587.yalBJ6tfVf@hactar> References: <1472149111-30598-1-git-send-email-bauerman@linux.vnet.ibm.com> <20160825141243.e8a3f0f864b5d9dee496a1e4@linux-foundation.org> <2766587.yalBJ6tfVf@hactar> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.11 (3.12.11-1.fc21) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16082803-0016-0000-0000-000001C51193 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 16082803-0017-0000-0000-0000054F046A Message-Id: <1472356740.2640.37.camel@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-08-28_02:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1604210000 definitions=main-1608280040 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2016-08-25 at 19:17 -0300, Thiago Jung Bauermann wrote: > Am Donnerstag, 25 August 2016, 14:12:43 schrieb Andrew Morton: > > I grabbed these two patch series. I also merged the "IMA: > > Demonstration code for kexec buffer passing." demonstration patch just > > to get things a bit of testing. > > Thank you very much! Thank you, Andrew. > > I assume that once the "ima: carry the > > measurement list across kexec" series has stabilised, I should drop the > > demo patch and also grab those? If so, pelase start cc'ing me. > > I'm not sure how Mimi is planning to upstream that series. I'll re-post the patches shortly, cc'ing you. It will contain support for saving the binary measurement list on one architecture (eg. little endian) and restoring it on another (eg. big endian). Mimi