From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from e06smtp10.uk.ibm.com ([195.75.94.106]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1W2eIQ-0001BB-MA for kexec@lists.infradead.org; Mon, 13 Jan 2014 09:59:03 +0000 Received: from /spool/local by e06smtp10.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 13 Jan 2014 09:58:37 -0000 Received: from b06cxnps4074.portsmouth.uk.ibm.com (d06relay11.portsmouth.uk.ibm.com [9.149.109.196]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id 49D011B0806E for ; Mon, 13 Jan 2014 09:57:56 +0000 (GMT) Received: from d06av06.portsmouth.uk.ibm.com (d06av06.portsmouth.uk.ibm.com [9.149.37.217]) by b06cxnps4074.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s0D9wMO560489864 for ; Mon, 13 Jan 2014 09:58:22 GMT Received: from d06av06.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av06.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s0D9wYuW029484 for ; Mon, 13 Jan 2014 02:58:34 -0700 Date: Mon, 13 Jan 2014 10:58:31 +0100 From: Michael Holzheu Subject: Re: [PATCH 1/2 V2] raw i/o and root device to use less memory Message-ID: <20140113105831.57412728@holzheu> In-Reply-To: <20140110175830.GA7498@sgi.com> References: <20140110175830.GA7498@sgi.com> Mime-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "kexec" Errors-To: kexec-bounces+dwmw2=twosheds.infradead.org@lists.infradead.org To: Cliff Wickman Cc: kumagai-atsushi@mxc.nes.nec.co.jp, d.hatayama@jp.fujitsu.com, kexec@lists.infradead.org On Fri, 10 Jan 2014 11:58:30 -0600 Cliff Wickman wrote: [snip] > Use O_DIRECT (raw) i/o for the dump and for the bitmaps file, so that writing > to those files does not allocate kernel memory for page cache. Hello Cliff, Have you tested O_DIRECT together with the new vmcore mmap interface? IIRC when we tried O_DIRECT together with mmap for some reason it did not work. Michael _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec