Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754108Ab3JBMEJ (ORCPT ); Wed, 2 Oct 2013 08:04:09 -0400 Received: from e06smtp12.uk.ibm.com ([195.75.94.108]:43850 "EHLO e06smtp12.uk.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753688Ab3JBMEF (ORCPT ); Wed, 2 Oct 2013 08:04:05 -0400 Date: Wed, 2 Oct 2013 14:03:56 +0200 From: Michael Holzheu To: Alexey Dobriyan Cc: "David S. Miller" , Vivek Goyal , HATAYAMA Daisuke , Jan Willeke , linux-kernel@vger.kernel.org, kexec@lists.infradead.org Subject: mmap for /proc/vmcore broken since 3.12-rc1 Message-ID: <20131002140356.63706540@holzheu> Organization: IBM X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-TM-AS-MML: No X-Content-Scanned: Fidelis XPS MAILER x-cbid: 13100212-8372-0000-0000-000007594A03 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 637 Lines: 20 Hello Alexey, Looks like the following commit broke mmap for /proc/vmcore: commit c4fe24485729fc2cbff324c111e67a1cc2f9adea Author: Alexey Dobriyan Date: Tue Aug 20 22:17:24 2013 +0300 sparc: fix PCI device proc file mmap(2) Because /proc/vmcore (fs/proc/vmcore.c) does not implement the get_unmapped_area() fops function mmap now always returns EIO. Michael -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/