Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964969AbWHHPtx (ORCPT ); Tue, 8 Aug 2006 11:49:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S964971AbWHHPtx (ORCPT ); Tue, 8 Aug 2006 11:49:53 -0400 Received: from e2.ny.us.ibm.com ([32.97.182.142]:20203 "EHLO e2.ny.us.ibm.com") by vger.kernel.org with ESMTP id S964969AbWHHPtw (ORCPT ); Tue, 8 Aug 2006 11:49:52 -0400 Subject: Re: [PATCH] sys_getppid oopses on debug kernel From: Dave Hansen To: Kirill Korotaev Cc: Andrew Morton , Linux Kernel Mailing List , Martin Schwidefsky , Heiko Carstens In-Reply-To: <44D8B12C.40200@sw.ru> References: <44D865FD.1040806@sw.ru> <1155050817.19249.42.camel@localhost.localdomain> <44D8B12C.40200@sw.ru> Content-Type: text/plain Date: Tue, 08 Aug 2006 08:49:45 -0700 Message-Id: <1155052185.19249.54.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1148 Lines: 25 On Tue, 2006-08-08 at 19:43 +0400, Kirill Korotaev wrote: > > Accessing freed memory is a bug, always, not just *only* when slab > > debugging is on, right? Doesn't this mean we could get junk, or that > > the reader could potentially run off a bad pointer? > no, read the comment in sys_getppid. > It is a valid optimization. _safe_ and alowing to bypass taking the lock. > BUT! This optimization relies on the fact that kernel memory (DMA + normal zone) > is always mapped into virtual address space. > Which is invalid for debug kernels only. Actually, it might also be invalid in hypervisor environments. s390 and Xen use ballooning drivers to tell the hypervisor which pages are not currently in use by the OS so that they may be used in virtual machines elsewhere. I'm cc'ing the s390 guys. Will the s390 kernel oops if it accesses a page which was ballooned back to the hypervisor? -- Dave - 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/