All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
To: Dmitry Osipenko <digetx-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH V3] pinctrl: tegra: add suspend/resume support
Date: Mon, 04 Mar 2013 17:38:38 -0700	[thread overview]
Message-ID: <51353E8E.5020700@wwwdotorg.org> (raw)
In-Reply-To: <513538BC.5070706-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

On 03/04/2013 05:13 PM, Dmitry Osipenko wrote:
> 07.11.2012 01:45, Stephen Warren пишет:
>> On 11/06/2012 01:06 PM, Dmitry Osipenko wrote:
>>> 06.11.2012 21:38, Stephen Warren wrote:
>>>> OK, so only you and he have the binaries built from this repository? Or,
>>>> are those binaries distributed to other people too? If the binaries are
>>>> distributed, you need to distribute (or offer to make available) the
>>>> source too. See the GPL for exact requirements.
>>>
>>> I'm not against GPL, but for now repo is private. It's something like nvidia's
>>> private downstream kernel that I'm working on. Surely it will become public but
>>> bit later.
>>>
>>>> OK, so if I accept the private repo link, download the source, and
>>>> repost it on my github account, you're fine with that? If not, then
>>>> you're requesting something semantically equivalent to an NDA.
>>>
>>> For me it's not very important, but my companion may be unhappy with that. I
>>> just believe that you are not so evil. As I understand NDA should be some
>>> legally valid official document. I'm sure you are much better in this than me,
>>> so let's stop discussing it.
>>>
>>>> However, I'd ask that we resolve the distribution issues of the source
>>>> kernel first to avoid any tainting of the patch.
>>>
>>> I don't see any issues. It's my personal work that I'm contributing to the
>>> kernel community. If nvidia is against of any public contributions just tell me.
>>
>> NVIDIA and indeed the kernel community welcome public contributions.
>>
>> However, the rules in SubmittingPatches (as set by the kernel community,
>> not NVIDIA) are clear re: the licensing requirements for patches. If
>> you're taking the patches from a downstream kernel that's published as
>> binaries and not source, I believe that makes the patches non-compliant
>> (since there's a GPL violation in the downstream kernel, so the patches
>> can't be passed off as being GPL compliant), and hence your
>> signed-off-by line is not valid.
>>
>> Once the downstream kernel's source is publicly available, I imagine
>> there will be no problem accepting patches that are derived from it.
>>
> 
> Hello, Stephen. I made my recent work on kernel public and it's available
> at https://bitbucket.org/digetx/picasso-kernel/ It contains all patches that
> I have sent and has some small fixes that I will send later. Hope there is no
> problem anymore and you would like to continue reviewing my patches.

Sure. So long as you've read Documentation/SubmittingPatches, and fully
understood exactly what Signed-off-by means and the GPL, I have no
problem taking patches.

It's been a while, so I'd suggest reposting any patches.

  parent reply	other threads:[~2013-03-05  0:38 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-01 15:53 [PATCH] pinctrl: tegra: add suspend/resume support Dmitry Osipenko
2012-11-01 15:53 ` Dmitry Osipenko
     [not found] ` <1351785186-11431-1-git-send-email-digetx-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2012-11-01 17:23   ` Stephen Warren
2012-11-01 17:23     ` Stephen Warren
     [not found]     ` <5092B007.7050609-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2012-11-01 20:08       ` Dmitry Osipenko
     [not found]         ` <5092D6A5.5010401-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2012-11-01 21:35           ` Stephen Warren
     [not found]             ` <5092EB25.5020404-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2012-11-03  0:30               ` [PATCH V2] " Dmitry Osipenko
     [not found]                 ` <1351902619-911-1-git-send-email-digetx-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2012-11-05  9:06                   ` Pritesh Raithatha
2012-11-05 16:57                   ` Stephen Warren
     [not found]                     ` <5097F013.8070002-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2012-11-06  1:37                       ` [PATCH V3] " Dmitry Osipenko
     [not found]                         ` <1352165844-4837-1-git-send-email-digetx-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2012-11-06  3:41                           ` Stephen Warren
     [not found]                             ` <50988701.5080602-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2012-11-06 13:08                               ` Dmitry Osipenko
2012-11-06 13:08                                 ` Dmitry Osipenko
     [not found]                                   ` <50990BE0.9040507-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2012-11-06 17:38                                     ` Stephen Warren
     [not found]                                       ` <50994AFB.8000802-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2012-11-06 20:06                                         ` Dmitry Osipenko
2012-11-06 20:06                                           ` Dmitry Osipenko
     [not found]                                             ` <50996DCC.8030508-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2012-11-06 21:45                                               ` Stephen Warren
     [not found]                                                 ` <509984F9.1060508-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2012-11-06 22:14                                                   ` Dmitry Osipenko
2012-11-06 22:14                                                     ` Dmitry Osipenko
2013-03-05  0:13                                                   ` Dmitry Osipenko
     [not found]                                                     ` <513538BC.5070706-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2013-03-05  0:38                                                       ` Stephen Warren [this message]
2012-11-06 17:40                                     ` Stephen Warren
2012-11-06 10:28                           ` Pritesh Raithatha

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=51353E8E.5020700@wwwdotorg.org \
    --to=swarren-3lzwwm7+weoh9zmkesr00q@public.gmane.org \
    --cc=digetx-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    /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.