Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261466AbVCWNpq (ORCPT ); Wed, 23 Mar 2005 08:45:46 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262402AbVCWNpq (ORCPT ); Wed, 23 Mar 2005 08:45:46 -0500 Received: from linux01.gwdg.de ([134.76.13.21]:45006 "EHLO linux01.gwdg.de") by vger.kernel.org with ESMTP id S262304AbVCWNmS (ORCPT ); Wed, 23 Mar 2005 08:42:18 -0500 Date: Wed, 23 Mar 2005 14:42:12 +0100 (MET) From: Jan Engelhardt To: linux-os cc: linux lover , linux-kernel@vger.kernel.org Subject: Re: Accessing data structure from kernel space In-Reply-To: Message-ID: References: <20050323132036.99757.qmail@web52202.mail.yahoo.com> 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: 714 Lines: 28 >> Hello all, >> I have one linked list data structure added to >> a file in kernel source code which has some kernel >> info. I want to acess that linked list structure from >> user space. Is that possible?? Yes!! >> Also how to add own system call usable at user >> level from kernel module?? !! > Many people will tell you to use the /proc file-system. *cough* sysfs *cough* err...(due to new horizons): *cough* relayfs *cough* Jan Engelhardt -- - 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/