diff -urN linux-2.5.68.pristine/MAINTAINERS linux-2.5.68/MAINTAINERS --- linux-2.5.68.pristine/MAINTAINERS Sat Apr 19 19:50:01 2003 +++ linux-2.5.68/MAINTAINERS Wed Apr 23 13:20:16 2003 @@ -846,6 +846,9 @@ S: Supported IDE DRIVER [GENERAL] +P: Bartlomiej Zolnierkiewicz +M: B.Zolnierkiewicz@elka.pw.edu.pl +M: bkz@linux-ide.org L: linux-kernel@vger.kernel.org L: linux-ide@vger.kernel.org S: Maintained @@ -870,6 +873,13 @@ L: linux-kernel@vger.kernel.org S: Maintained +IDE/CHIPSETS AND TASKFILE TRANSPORT +P: Andre Hedrick +M: andre@linux-ide.org +L: linux-kernel@vger.kernel.org +L: linux-ide@vger.kernel.org +S: Maintained + IEEE 1394 SUBSYSTEM P: Ben Collins M: bcollins@debian.org @@ -1590,6 +1600,12 @@ M: christer@weinigel.se W: http://www.weinigel.se S: Supported + +SERIAL ATA 1.0 AND II +P: Andre Hedrick +M: andre@serialata.org +M: andre@linux-ide.org +S: Maintained SGI VISUAL WORKSTATION 320 AND 540 P: Andrey Panin diff -urN linux-2.5.68.pristine/drivers/ide/IDE.KEY.signing linux-2.5.68/drivers/ide/IDE.KEY.signing --- linux-2.5.68.pristine/drivers/ide/IDE.KEY.signing Wed Dec 31 16:00:00 1969 +++ linux-2.5.68/drivers/ide/IDE.KEY.signing Wed Apr 23 16:21:31 2003 @@ -0,0 +1,27 @@ + +The original text in ide-io.c + +/* + * For the avoidance of doubt the "preferred form" of this code is one which + * is in an open non patent encumbered format. Where cryptographic key signing + * forms part of the process of creating an executable the information + * including keys needed to generate an equivalently functional executable + * are deemed to be part of the source code. + */ + +This issues are concerns for security signing of kernels. + +Since GPL covers the case of additional code added or liked to the program +must also be GPL, well this is obvious ... BUT GPL has no language to handle +concatenation or combined work. This is a fatal flaw in GPL. + +This is an informative document, not a normative. + +See OSL attached. +http://www.opensource.org/licenses/osl.php +http://www.opensource.org/licenses/osl-1.1.txt + + +Andre Hedrick +Linux ATA Development + diff -urN linux-2.5.68.pristine/drivers/ide/ide-io.c linux-2.5.68/drivers/ide/ide-io.c --- linux-2.5.68.pristine/drivers/ide/ide-io.c Sat Apr 19 19:50:39 2003 +++ linux-2.5.68/drivers/ide/ide-io.c Wed Apr 23 12:47:05 2003 @@ -16,13 +16,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * - * For the avoidance of doubt the "preferred form" of this code is one which - * is in an open non patent encumbered format. Where cryptographic key signing - * forms part of the process of creating an executable the information - * including keys needed to generate an equivalently functional executable - * are deemed to be part of the source code. + * SEE External file for concerns about "preferred form". */ - #include #include