From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Mosberger Date: Fri, 14 Mar 2003 17:17:55 +0000 Subject: Re: [Linux-ia64] How to set/reset gp pointer : info needed Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org >>>>> On Fri, 14 Mar 2003 07:08:51 -0800 (PST), Raj Patil said: Raj> Reason: I am just trying to port an utility to ia64 based Linux Raj> platform from x86 platform. It adds an entry to syscall table Raj> to point to a function in a module. It is like adding a new Raj> temp syscall for a small duration. Is the module open-source? If not, you run the risk of violating the kernel's GPL license (binary-only modules are OK but only as long as they use "standard" kernel interfaces; planting a syscall-hook goes beyond that). --david