From: Greg KH <greg@kroah.com>
To: "Antti Kaijanmäki" <antti.kaijanmaki@nomovok.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] fix hso soft-lockup
Date: Mon, 26 Oct 2009 12:40:58 -0700 [thread overview]
Message-ID: <20091026194058.GA25263@kroah.com> (raw)
In-Reply-To: <1256585855.3591.52.camel@nomovok.homedomain>
On Mon, Oct 26, 2009 at 09:37:35PM +0200, Antti Kaijanmäki wrote:
> > > ---
> > > drivers/net/usb/hso.c | 9 ++++++---
> > > 1 files changed, 6 insertions(+), 3 deletions(-)
> > >
> > > diff --git a/drivers/net/usb/hso.c b/drivers/net/usb/hso.c
> > > index fa4e581..539642a 100644
> > > --- a/drivers/net/usb/hso.c
> > > +++ b/drivers/net/usb/hso.c
> > > @@ -2,6 +2,7 @@
> > > *
> > > * Driver for Option High Speed Mobile Devices.
> > > *
> > > + * Copyright (C) 2009 Antti Kaijanmäki <antti.kaijanmaki@nomovok.com>
> >
> > Adding a copyright for a few lines changed is not really correct.
>
> Well, it depends on policy. Some might argue that if you make a change
> of any sort you must include your copyright notice. I also used a fair
> amount of time to track down the problem so this is not just a
> whitespace fix or something. But I understand if this is not considered
> substantial enough to justify copyright notice and will leave this out
> from the revised patch.
According to some lawyers whom I have discussed this with, you need to
have written at least 1/3 of the lines in the file to be able to claim
this in the file itself. That might not be true, but is a good
guideline that I've used over the years.
You always own the copyright to your individual change though, and git
preserves that information for all time as well.
> > > @@ -1527,7 +1530,7 @@ static void tiocmget_intr_callback(struct urb *urb)
> > > dev_warn(&usb->dev,
> > > "hso received invalid serial state notification\n");
> > > DUMP(serial_state_notification,
> > > - sizeof(hso_serial_state_notifation))
> > > + sizeof(struct hso_serial_state_notification));
> >
> > Is this a build fix not related to the bug above?
>
> No, as I commented on commit log message the patch also fixes the debug
> routines. They have to be enabled by hand by uncommenting a DEBUG define
> on the top of the file so this is not anything fatal, just minor
> inconvenience.
>
> I thought the debug routines were not important enough to have their own
> patch and could be included in this patch as the patch is very small and
> the debug routines do not affect any default functionality. Naturally I
> can remove the debug routine fix if you want. It's trivial for anyone to
> fix them when needed :)
Yes, that should be a new patch, especially as it would not be needed
to fix older kernels for the original bug.
So, care to send 2 patches? The debug one isn't needed to be sent to
the stable@kernel.org address.
thanks,
greg k-h
next prev parent reply other threads:[~2009-10-26 19:44 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-22 8:36 [PATCH] fix hso soft-lockup Antti Kaijanmäki
2009-10-26 7:53 ` Antti Kaijanmäki
2009-10-26 17:15 ` Greg KH
2009-10-26 19:37 ` Antti Kaijanmäki
2009-10-26 19:40 ` Greg KH [this message]
2009-10-27 14:26 ` [PATCH] hso: fix debug routines Antti Kaijanmäki
2009-10-28 23:16 ` Andrew Morton
2009-10-29 6:57 ` Antti Kaijanmäki
2009-10-27 14:26 ` [PATCH] hso: fix soft-lockup Antti Kaijanmäki
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=20091026194058.GA25263@kroah.com \
--to=greg@kroah.com \
--cc=antti.kaijanmaki@nomovok.com \
--cc=linux-kernel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox