Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759441AbXJaQAp (ORCPT ); Wed, 31 Oct 2007 12:00:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756115AbXJaQAh (ORCPT ); Wed, 31 Oct 2007 12:00:37 -0400 Received: from smtp2.linux-foundation.org ([207.189.120.14]:48603 "EHLO smtp2.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755010AbXJaQAg (ORCPT ); Wed, 31 Oct 2007 12:00:36 -0400 Date: Wed, 31 Oct 2007 08:59:41 -0700 (PDT) From: Linus Torvalds To: Nick Piggin cc: Duane Griffin , linux-kernel Mailing List , stable@kernel.org Subject: Re: 2.6.23 regression: accessing invalid mmap'ed memory from gdb causes unkillable spinning In-Reply-To: <20071031151934.GA19211@wotan.suse.de> Message-ID: References: <20071031041932.GA12189@wotan.suse.de> <20071031151934.GA19211@wotan.suse.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1087 Lines: 28 On Wed, 31 Oct 2007, Nick Piggin wrote: > > Well the patch is right, in the context of the regression I introduced > (and so it should probably go into 2.6.23). Yeah, it probably is fine for -stable. And if mine (which actually changes behaviour, in that it makes ptrace get an access error) causes regressions, I guess we'll have to use that compatible-with-old-behaviour one for 2.6.24 too. But I just rebooted and tested - the cleaned-up patch does seem to work fine, and I get "Cannot access memory at address " rather than any reported problem. So I think I'll commit my version asap, and see if anybody reports that they have a situation where they use ptrace() and expect zero back from a shared mapping past the end.. And if there are issues, we can switch back to the old broken behaviour with your patch, Linus - 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/