From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751516AbaHVSk7 (ORCPT ); Fri, 22 Aug 2014 14:40:59 -0400 Received: from merlin.infradead.org ([205.233.59.134]:55235 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750809AbaHVSkI (ORCPT ); Fri, 22 Aug 2014 14:40:08 -0400 Message-Id: From: Geoff Levand Patch-Date: Fri, 22 Aug 2014 11:26:31 -0700 Subject: [PATCH 0/5] kexec: minor fixups and enhancements To: Eric Biederman Cc: Andrew Morton , kexec@lists.infradead.org, Benjamin Herrenschmidt , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Date: Fri, 22 Aug 2014 18:39:47 +0000 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Here are a few minor fixups and enhancements for kexec support. Patch 3 and 4 that add preprocessor macros for the kimage list flags are ones that I use in the arm64 kexec support I am working on, so it would be nice for those to go in. Please consider. -Geoff The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9: Linux 3.17-rc1 (2014-08-16 10:40:26 -0600) 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 dc3c63e69815e00dce5454bd50e2991e9ea33f64: powerpc/kexec: Use global IND_FLAGS macro (2014-08-22 11:15:18 -0700) ---------------------------------------------------------------- Geoff Levand (5): kexec: Fix make headers_check kexec: Simplify conditional kexec: Add bit definitions for kimage entry flags kexec: Add IND_FLAGS macro powerpc/kexec: Use global 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