From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756441AbcBJJVa (ORCPT ); Wed, 10 Feb 2016 04:21:30 -0500 Received: from mail.bmw-carit.de ([62.245.222.98]:46730 "EHLO linuxmail.bmw-carit.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752007AbcBJJV0 (ORCPT ); Wed, 10 Feb 2016 04:21:26 -0500 From: Daniel Wagner To: "Maciej W. Rozycki" Cc: Ralf Baechle , linux-kernel@vger.kernel.org, linux-mips@linux-mips.org, Daniel Wagner Subject: [PATCH v4 0/2] Differentiate between 32 and 64 bit ELF header Date: Wed, 10 Feb 2016 10:21:19 +0100 Message-Id: <1455096081-7176-1-git-send-email-daniel.wagner@bmw-carit.de> X-Mailer: git-send-email 2.5.0 In-Reply-To: <56BAD881.9000208@bmw-carit.de> References: <56BAD881.9000208@bmw-carit.de> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Maciej, I did test compile a few different configurations and with and without mrproper upfront. All looks fine now. Let's see what still goes wrong :) cheers, daniel Daniel Wagner (2): crash_dump: Add vmcore_elf32_check_arch mips: Differentiate between 32 and 64 bit ELF header arch/mips/include/asm/elf.h | 9 +++++++-- arch/mips/kernel/binfmt_elfn32.c | 2 +- arch/mips/kernel/binfmt_elfo32.c | 2 +- fs/proc/vmcore.c | 2 +- include/linux/crash_dump.h | 8 ++++++-- 5 files changed, 16 insertions(+), 7 deletions(-) -- 2.5.0