From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753592AbaKMAT4 (ORCPT ); Wed, 12 Nov 2014 19:19:56 -0500 Received: from merlin.infradead.org ([205.233.59.134]:49871 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753420AbaKMATu (ORCPT ); Wed, 12 Nov 2014 19:19:50 -0500 Message-Id: In-Reply-To: References: Patch-Date: Wed, 12 Nov 2014 16:06:58 -0800 Subject: [PATCH V3 0/4] kexec: minor fixups and enhancements To: Andrew Morton Cc: Eric Biederman , kexec@lists.infradead.org, Vivek Goyal , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Date: Thu, 13 Nov 2014 00:19:32 +0000 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Andrew, This is essentially a resend of my patch set from October with the exception of folding the last two patches of that series into the final patch here. The patches here have been in review since first posted in August, and have been acked by one or two kexec developers. Could you merge them through your mm tree? Thanks. -Geoff The following changes since commit 206c5f60a3d902bc4b56dab2de3e88de5eb06108: Linux 3.18-rc4 (2014-11-09 14:55:29 -0800) are available in the git repository at: git://git.linaro.org/people/geoff.levand/linux-kexec.git for-kexec for you to fetch changes up to 916ef4b8abaa4202ea43731b9cd3f8e0ea95f05b: kexec: Add IND_FLAGS macro (2014-11-12 15:27:54 -0800) ---------------------------------------------------------------- Geoff Levand (4): kexec: Fix make headers_check kexec: Simplify conditional kexec: Add bit definitions for kimage entry flags kexec: Add IND_FLAGS macro arch/powerpc/kernel/machine_kexec_64.c | 2 -- include/linux/kexec.h | 20 ++++++++++++++++---- include/uapi/linux/kexec.h | 6 ------ kernel/kexec.c | 17 ++++++++++------- 4 files changed, 26 insertions(+), 19 deletions(-) -- 1.9.1