Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 29 Jul 2002 07:09:57 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 29 Jul 2002 07:09:57 -0400 Received: from [203.199.83.248] ([203.199.83.248]:56273 "HELO mailFA12.rediffmail.com") by vger.kernel.org with SMTP id ; Mon, 29 Jul 2002 07:09:35 -0400 Date: 29 Jul 2002 11:13:14 -0000 Message-ID: <20020729111314.32557.qmail@mailFA12.rediffmail.com> MIME-Version: 1.0 From: "Nandakumar NarayanaSwamy" Reply-To: "Nandakumar NarayanaSwamy" To: linux-kernel@vger.kernel.org Subject: kernel crash in fault.c Content-type: text/plain; format=flowed Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 810 Lines: 22 Hi All, I am getting a kernel crash when i try to load (using insmod) my driver module into the kernel. When the kernel boots up, it identifies my device (hardware device) and allocates memory and fixup irq for that. Mean while in driver i am registering the driver using, pci_register_driver. When i tried to access (write a word) the PCI memory space allocated for my device, the kernel crashes saying "Unable to handle kernel paging request at virtual address " in fault.c function : do_page_fault? Can anyone throw a light on this? Thanks in advance, Nanda. - 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/