Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 16 Mar 2002 12:27:53 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 16 Mar 2002 12:27:44 -0500 Received: from lightning.swansea.linux.org.uk ([194.168.151.1]:64520 "EHLO the-village.bc.nu") by vger.kernel.org with ESMTP id ; Sat, 16 Mar 2002 12:27:37 -0500 Subject: Re: Nice values for kernel modules To: tigran@aivazian.fsnet.co.uk (Tigran Aivazian) Date: Sat, 16 Mar 2002 17:42:44 +0000 (GMT) Cc: kaos@ocs.com.au (Keith Owens), paulus@samba.org (Paul Mackerras), balbir_soni@yahoo.com (Balbir Singh), linux-kernel@vger.kernel.org (Linux Kernel) In-Reply-To: from "Tigran Aivazian" at Mar 16, 2002 01:04:16 PM X-Mailer: ELM [version 2.5 PL6] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: From: Alan Cox Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > Ability to bypass the stupid commercial time-locked licences (at some time > wordperfect demo was locked like that and my timetravel module turned a > demo into full product -- users were happy, at least according to emails I > received :) Not any more. Under the DMCA your time travel module probably makes you a fugtive from US justice 8) In general though calling into the syscall table by hand is a bad move. If the function you are calling is generically useful then its much better to work out whether the real function should be exported. - 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/