From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S266093AbTGGVcI (ORCPT ); Mon, 7 Jul 2003 17:32:08 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S266098AbTGGVcH (ORCPT ); Mon, 7 Jul 2003 17:32:07 -0400 Received: from fsa.cpsc.ucalgary.ca ([136.159.2.1]:46003 "EHLO fsa.cpsc.ucalgary.ca") by vger.kernel.org with ESMTP id S266093AbTGGVbn (ORCPT ); Mon, 7 Jul 2003 17:31:43 -0400 Message-ID: <3F09EA1D.6040902@GameBox.net> Date: Mon, 07 Jul 2003 15:46:05 -0600 From: Abhinav Gupta User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01 X-Accept-Language: en-us, en MIME-Version: 1.0 To: linux-kernel@vger.kernel.org Subject: Passing info from kernel space to user space. Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi, I am a newbie to kernel programming. Can someone please let me know of the ways to pass information from the kernel space to the user space. More specifically, I want to make use of some parameters gathered by a kernel module into my user space code. If this is not a correct forum for asking this question, then please direct me to the correct mailing list. Since I haven't subscribed to this mailing list, please cc your replies to me. Thanks in advance, Abhinav.