From: Greg KH <greg@kroah.com>
To: Denis Oliver Kropp <dok@directfb.org>
Cc: Marcelo Tosatti <marcelo@conectiva.com.br>,
linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] vmwarefb 0.5.2
Date: Tue, 14 May 2002 21:21:13 -0700 [thread overview]
Message-ID: <20020515042113.GA22029@kroah.com> (raw)
In-Reply-To: <20020515010242.GA1257@skunk.convergence.de>
On Wed, May 15, 2002 at 03:02:42AM +0200, Denis Oliver Kropp wrote:
>
> Hi,
>
> this is an updated version of the VMware framebuffer driver.
> It contains a fix regarding the framebuffer offset (screen_base)
> for non-standard modes.
Some non-technical questions about this code:
- please read Documentation/CodingStyle and reformat your code
based on that (scripts/Lindent will do it for you if you
want.)
> +++ linux/drivers/video/vmware/guest_os.h Tue May 14 01:32:04 2002
> @@ -0,0 +1,27 @@
> +/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/vmware/guest_os.h,v 1.1 2001/04/05 19:29:44 dawes Exp $ */
> +/* *********************************************************
> + * Copyright (C) 1999-2001 VMware, Inc.
> + * All Rights Reserved
> + * Id: guest_os.h,v 1.5 2001/01/26 23:32:15 yoel Exp $
> + * **********************************************************/
<snip>
> +++ linux/drivers/video/vmware/svga_limits.h Tue May 14 01:31:47 2002
> @@ -0,0 +1,53 @@
> +/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/vmware/svga_limits.h,v 1.1 2001/04/05 19:29:44 dawes Exp $ */
> +/* **********************************************************
> + * Copyright (C) 1998-2001 VMware, Inc.
> + * All Rights Reserved
> + * Id: svga_limits.h,v 1.8 2001/01/26 23:32:15 yoel Exp $
> + * **********************************************************/
<snip>
> +++ linux/drivers/video/vmware/svga_reg.h Tue May 14 01:31:27 2002
> @@ -0,0 +1,298 @@
> +/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/vmware/svga_reg.h,v 1.4 2001/09/13 08:36:24 alanh Exp $ */
> +/* **********************************************************
> + * Copyright (C) 1998-2001 VMware, Inc.
> + * All Rights Reserved
> + * $Id: svga_reg.h,v 1.16 2001/07/25 22:41:24 mgoodman Exp $
> + * **********************************************************/
<snip>
> +#ifdef MODULE
> +
> +MODULE_AUTHOR("(c) 2002 Denis Oliver Kropp <dok@directfb.org>");
> +MODULE_LICENSE("GPL");
> +MODULE_DESCRIPTION("FBDev driver for VMware Virtual SVGA Card");
> +MODULE_PARM(disabled, "i");
> +MODULE_PARM_DESC(disabled, "Disable this driver's initialization.");
> +
> +#endif
- drop the #ifdef, it's not needed.
- you are stating that your module is under the GPL, yet it uses
two files that are marked "All Rights Reserved" with the
copyright from VMWare, Inc. I don't think you can do that :)
Is VMWare ok with releasing those files under the GPL? If so, I suggest
you add that line to those files, and then everything should be fine.
thanks,
greg k-h
next prev parent reply other threads:[~2002-05-15 5:22 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-05-15 1:02 [PATCH] vmwarefb 0.5.2 Denis Oliver Kropp
2002-05-15 4:21 ` Greg KH [this message]
2002-05-15 13:19 ` Denis Oliver Kropp
2002-05-15 14:57 ` Pavel Machek
2002-05-15 20:12 ` Denis Oliver Kropp
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20020515042113.GA22029@kroah.com \
--to=greg@kroah.com \
--cc=dok@directfb.org \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo@conectiva.com.br \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.