Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 17 Oct 2001 12:29:09 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 17 Oct 2001 12:29:00 -0400 Received: from smtp012.mail.yahoo.com ([216.136.173.32]:50958 "HELO smtp012.mail.yahoo.com") by vger.kernel.org with SMTP id ; Wed, 17 Oct 2001 12:28:45 -0400 X-Apparently-From: From: "Rajeev Bector" To: "Linux-Kernel" Subject: ptrace question Date: Wed, 17 Oct 2001 09:23:38 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2479.0006 Importance: Normal Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org I have a question on the ptrace system call implementation: In kernel/ptrace.c in the function access_one_page(), why is read access denied to pages which are marked PG_reserved ? I have some pages in my driver which are reserved and memory mapped to user applications which I'd like to access in gdb. Any clues to what is the risk if I were to enable accessing of pages which are marked "reserved" Thanks in advance ! Rajeev _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com - 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/