From: Larry Finger <Larry.Finger@lwfinger.net>
To: Vaishali Thakkar <vthakkar1994@gmail.com>,
Dan Carpenter <dan.carpenter@oracle.com>
Cc: Haggai Eran <haggai.eran@gmail.com>,
Greg KH <gregkh@linuxfoundation.org>,
Sudip Mukherjee <sudip@vectorindia.org>,
Arek Rusniak <arek.rusi@gmail.com>,
linux-wireless@vger.kernel.org, netdev@vger.kernel.org,
Stable <stable@vger.kernel.org>,
devel@driverdev.osuosl.org
Subject: Re: [PATCH] staging: r8712u: Fix kernel warning for improper call of del_timer_sync()
Date: Mon, 25 May 2015 10:52:43 -0500 [thread overview]
Message-ID: <5563454B.1080400@lwfinger.net> (raw)
In-Reply-To: <CAK-LDb+1WscLTFw=NDY=_aUOGw72a4wRsqCU-1N+KJ11k15S5w@mail.gmail.com>
On 05/25/2015 04:37 AM, Vaishali Thakkar wrote:
>
> On 25 May 2015 14:49, "Dan Carpenter" <dan.carpenter@oracle.com
> <mailto:dan.carpenter@oracle.com>> wrote:
> >
> > On Sun, May 24, 2015 at 07:11:40PM -0500, Larry Finger wrote:
> > > On 05/24/2015 02:03 PM, Haggai Eran wrote:
> > > >On 24 May 2015 at 00:16, Larry Finger <Larry.Finger@lwfinger.net
> <mailto:Larry.Finger@lwfinger.net>> wrote:
> > > >>The driver is reporting a warning at kernel/time/timer.c:1096 due to calling
> > > >>del_timer_sync() while in interrupt mode. Such warnings are fixed by calling
> > > >>del_timer() instead.
> > > >>
> > > >>Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net
> <mailto:Larry.Finger@lwfinger.net>>
> > > >>Cc: Stable <stable@vger.kernel.org <mailto:stable@vger.kernel.org>>
> > > >>Cc: Haggi Eran <haggai.eran@gmail.com <mailto:haggai.eran@gmail.com>>
> > > >
> > > >Hi,
> > > >
> > > >I haven't been using kernel v4.1 so I haven't seen this warning, but looking
> > > >at the code it seems to originate from the two recent patches to remove
> > > >_cancel_timer and _cancel_timer_ex. I see that there's another patch in
> lkml [1]
> > > >that changes del_timer_sync back to del_timer in more places. Perhaps it
> > > >could prevent other warnings like this in the future.
> > > >
> > > >Regards,
> > > >Haggai
> > > >
> > > >[1] https://lkml.org/lkml/2015/5/15/226
> > >
> > > Yes, the script kiddies make changes they do not understand and
> > > screw everything up. Unfortunately, I did not catch these in review.
> > > I think I will submit V2 and blast the contributor.
> >
> > Don't blast the contributor... These are special intern patches that
> > dont' go through the normal review process. The intern process is over
> > this year. The lack of normal review introduced a number of bugs this
> > year. I always complain to Greg about it and he says that I should join
> > the intern mailing list if I care so much.
>
> I am sorry for those patches. It was me who introduced those bugs. Yes, it was
> sent during Outreachy process. But it was my mistake as a newbie. May be I
> should have taken care of interrupt mode thing.
>
> I would like to fix it if someone is not doing it. Sorry again. I will take care
> of these things in my future patches.
No, one of us will fix the problems with r8712u. The hardware is needed for
proper testing, and I doubt that you have it.
Larry
WARNING: multiple messages have this Message-ID (diff)
From: Larry Finger <Larry.Finger@lwfinger.net>
To: Vaishali Thakkar <vthakkar1994@gmail.com>,
Dan Carpenter <dan.carpenter@oracle.com>
Cc: devel@driverdev.osuosl.org,
Sudip Mukherjee <sudip@vectorindia.org>,
Greg KH <gregkh@linuxfoundation.org>,
Haggai Eran <haggai.eran@gmail.com>,
linux-wireless@vger.kernel.org, Stable <stable@vger.kernel.org>,
netdev@vger.kernel.org, Arek Rusniak <arek.rusi@gmail.com>
Subject: Re: [PATCH] staging: r8712u: Fix kernel warning for improper call of del_timer_sync()
Date: Mon, 25 May 2015 10:52:43 -0500 [thread overview]
Message-ID: <5563454B.1080400@lwfinger.net> (raw)
In-Reply-To: <CAK-LDb+1WscLTFw=NDY=_aUOGw72a4wRsqCU-1N+KJ11k15S5w@mail.gmail.com>
On 05/25/2015 04:37 AM, Vaishali Thakkar wrote:
>
> On 25 May 2015 14:49, "Dan Carpenter" <dan.carpenter@oracle.com
> <mailto:dan.carpenter@oracle.com>> wrote:
> >
> > On Sun, May 24, 2015 at 07:11:40PM -0500, Larry Finger wrote:
> > > On 05/24/2015 02:03 PM, Haggai Eran wrote:
> > > >On 24 May 2015 at 00:16, Larry Finger <Larry.Finger@lwfinger.net
> <mailto:Larry.Finger@lwfinger.net>> wrote:
> > > >>The driver is reporting a warning at kernel/time/timer.c:1096 due to calling
> > > >>del_timer_sync() while in interrupt mode. Such warnings are fixed by calling
> > > >>del_timer() instead.
> > > >>
> > > >>Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net
> <mailto:Larry.Finger@lwfinger.net>>
> > > >>Cc: Stable <stable@vger.kernel.org <mailto:stable@vger.kernel.org>>
> > > >>Cc: Haggi Eran <haggai.eran@gmail.com <mailto:haggai.eran@gmail.com>>
> > > >
> > > >Hi,
> > > >
> > > >I haven't been using kernel v4.1 so I haven't seen this warning, but looking
> > > >at the code it seems to originate from the two recent patches to remove
> > > >_cancel_timer and _cancel_timer_ex. I see that there's another patch in
> lkml [1]
> > > >that changes del_timer_sync back to del_timer in more places. Perhaps it
> > > >could prevent other warnings like this in the future.
> > > >
> > > >Regards,
> > > >Haggai
> > > >
> > > >[1] https://lkml.org/lkml/2015/5/15/226
> > >
> > > Yes, the script kiddies make changes they do not understand and
> > > screw everything up. Unfortunately, I did not catch these in review.
> > > I think I will submit V2 and blast the contributor.
> >
> > Don't blast the contributor... These are special intern patches that
> > dont' go through the normal review process. The intern process is over
> > this year. The lack of normal review introduced a number of bugs this
> > year. I always complain to Greg about it and he says that I should join
> > the intern mailing list if I care so much.
>
> I am sorry for those patches. It was me who introduced those bugs. Yes, it was
> sent during Outreachy process. But it was my mistake as a newbie. May be I
> should have taken care of interrupt mode thing.
>
> I would like to fix it if someone is not doing it. Sorry again. I will take care
> of these things in my future patches.
No, one of us will fix the problems with r8712u. The hardware is needed for
proper testing, and I doubt that you have it.
Larry
next prev parent reply other threads:[~2015-05-25 15:52 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-23 21:16 [PATCH] staging: r8712u: Fix kernel warning for improper call of del_timer_sync() Larry Finger
2015-05-24 19:03 ` Haggai Eran
2015-05-25 0:11 ` Larry Finger
2015-05-25 9:17 ` Dan Carpenter
2015-05-25 9:17 ` Dan Carpenter
[not found] ` <CAK-LDb+1WscLTFw=NDY=_aUOGw72a4wRsqCU-1N+KJ11k15S5w@mail.gmail.com>
2015-05-25 10:12 ` Dan Carpenter
2015-05-25 10:12 ` Dan Carpenter
2015-05-25 15:52 ` Larry Finger [this message]
2015-05-25 15:52 ` Larry Finger
2015-05-25 17:37 ` Joe Perches
2015-05-25 17:37 ` Joe Perches
2015-05-26 4:46 ` Sudip Mukherjee
2015-05-26 4:46 ` Sudip Mukherjee
2015-05-26 4:55 ` Joe Perches
2015-05-26 4:55 ` Joe Perches
2015-05-26 5:02 ` Sudip Mukherjee
2015-05-26 5:02 ` Sudip Mukherjee
2015-05-26 5:07 ` Joe Perches
2015-05-26 5:30 ` Sudip Mukherjee
2015-05-26 5:30 ` Sudip Mukherjee
2015-05-26 15:31 ` Larry Finger
2015-05-26 14:14 ` Greg KH
2015-05-26 14:14 ` Greg KH
2015-05-26 14:48 ` Joe Perches
2015-05-26 16:35 ` Greg KH
2015-05-26 17:06 ` Joe Perches
2015-05-26 20:25 ` Dan Carpenter
2015-05-26 20:25 ` Dan Carpenter
2015-05-26 20:30 ` Greg KH
2015-05-26 20:09 ` Dan Carpenter
2015-05-26 20:09 ` Dan Carpenter
2015-05-26 15:48 ` Dan Carpenter
2015-05-26 15:48 ` Dan Carpenter
2015-05-26 16:40 ` Larry Finger
2015-05-25 16:02 ` Larry Finger
2015-05-31 2:53 ` Greg KH
2015-05-31 2:53 ` Greg KH
2015-05-31 2:54 ` Greg KH
2015-05-31 2:54 ` Greg KH
-- strict thread matches above, loose matches on Subject: below --
2015-05-25 4:42 Sudip Mukherjee
2015-05-25 15:59 ` Larry Finger
2015-05-25 15:59 ` Larry Finger
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=5563454B.1080400@lwfinger.net \
--to=larry.finger@lwfinger.net \
--cc=arek.rusi@gmail.com \
--cc=dan.carpenter@oracle.com \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=haggai.eran@gmail.com \
--cc=linux-wireless@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=stable@vger.kernel.org \
--cc=sudip@vectorindia.org \
--cc=vthakkar1994@gmail.com \
/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.