All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Estrin, Alex" <alex.estrin-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
To: Leon Romanovsky <leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Cc: Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
	Jason Gunthorpe
	<jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>,
	Johannes Thumshirn <jthumshirn-l3A5Bk7waGM@public.gmane.org>,
	"linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	Thomas Bogendoerfer <tbogendoerfer-l3A5Bk7waGM@public.gmane.org>,
	Bart Van Assche
	<Bart.VanAssche-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>,
	Christoph Hellwig <hch-jcswGhMUV9g@public.gmane.org>,
	Sagi Grimberg <sagi-NQWnxTmZq1alnMjI0IkVqw@public.gmane.org>
Subject: RE: crash in 4.14-rc1 with IPoIB
Date: Sat, 23 Sep 2017 19:20:53 +0000	[thread overview]
Message-ID: <F3529576D8E232409F431C309E29399336CD9762@CRSMSX102.amr.corp.intel.com> (raw)
In-Reply-To: <20170923172935.GZ5788-U/DQcQFIOTAAJjI8aNfphQ@public.gmane.org>

> > Hello,
> >
> > One minor note regarding the original commit 523633359224
> > that broke the core.
> > It seem it was let through without trivial validation,
> > otherwise it wouldn't pass the checkpatch.
> 
> Can you be more specific? Are you referring to "WARNING: line over 80
> characters" or to something else? If yes, I feel really bad for you and
> your workplace.
Please don't be. Keep doing a great job at your workplace, I will do the same at mine.

> Readability is a first priority for the submitted code.
I can agree with you on that, considering easy readable submitted code
does not introduce a trivial bugs.

> ➜  linux-rdma git:(rdma-rc) git fp -1 523633359224 -o /tmp/
> /tmp/0001-IB-core-Fix-the-validations-of-a-multicast-LID-in-at.patch
> ➜  linux-rdma git:(rdma-rc) ./scripts/checkpatch.pl --strict /tmp/0001-IB-core-Fix-
> the-validations-of-a-multicast-LID-in-at.patch
> WARNING: line over 80 characters
> #45: FILE: drivers/infiniband/core/verbs.c:1584:
> +			if (qp->device->get_link_layer(qp->device, attr.port_num) !=
> 
> total: 0 errors, 1 warnings, 0 checks, 62 lines checked
> 
> NOTE: For some of the reported defects, checkpatch may be able to
>       mechanically convert to the typical style using --fix or --fix-inplace.
> 
> /tmp/0001-IB-core-Fix-the-validations-of-a-multicast-LID-in-at.patch has style
> problems, please review.
> 
> NOTE: If any of the errors are false positives, please report
>       them to the maintainer, see CHECKPATCH in MAINTAINERS.
> 
> 
> >
> > Thanks,
> > Alex.
> >
> > > On Fri, Sep 22, 2017 at 06:42:41PM -0400, Doug Ledford wrote:
> > > > On Fri, 2017-09-22 at 15:17 -0600, Jason Gunthorpe wrote:
> > > > > On Fri, Sep 22, 2017 at 05:06:26PM -0400, Doug Ledford wrote:
> > > > >
> > > > > > Sure, I get that, but I was already out on PTO on the 30th.  What
> > > > > > sucks
> > > > > > is that it landed right after I was out.  But I plan to have the
> > > > > > pull
> > > > > > request in before EOB today, so the difference between the 20th and
> > > > > > today is neglible.  Especially since lots of people doing QA
> > > > > > testing
> > > > > > prefer to take -rc tags, in that case, the difference is non-
> > > > > > existent.
> > > > >
> > > > > My thinking was that people should test -rc,
> > > >
> > > > Great, with you here...
> > > >
> > > > >  but if they have problems
> > > > > they could grab your for-rc branch and check if their issue is
> > > > > already
> > > > > fixed..
> > > >
> > > > They can do this too...
> > > >
> > > > But if that still doesn't resolve their problem, a quick check of the
> > > > mailing list contents isn't out of the question either.  In that case,
> > > > they would have found the solution to their problem.  But, when you get
> > > > right down to it, only one person reported it in addition to the
> > > > original poster, so either other people saw the original post and
> > > > compensated in their own testing, or (the more likely I think), most
> > > > people don't start testing -rcs until after -rc2.
> > >
> > > I don't know about other people, but our testing of -rc starts on -rc1
> > > and we are not waiting for -rc2. From my observe of netdev, they also
> > > start to test -rc immediately.
> > >
> > > Otherwise, what is the point of the week between -rc1 and -rc2?
> > >
> > > > Which is why I try to set -rc2 as a milestone for several purposes.
> > > > For getting in the bulk of the known fixes, but also as a branching
> > > > point for for-next.
> > > >
> > > > --
> > > > Doug Ledford <dledford@redhat.com>
> > > >     GPG KeyID: B826A3330E572FDD
> > > >     Key fingerprint = AE6B 1BDA 122B 23B4 265B  1274 B826 A333 0E57
> 2FDD
> > > >
> > --
> > To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2017-09-23 19:20 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-20  9:53 crash in 4.14-rc1 with IPoIB Johannes Thumshirn
     [not found] ` <20170920095339.zhfymeyfbhiyepz5-qw2SdCWA0PpjqqEj2zc+bA@public.gmane.org>
2017-09-20 10:37   ` Sagi Grimberg
     [not found]     ` <7aac2d78-462b-c9ad-4443-9ec670a27b74-NQWnxTmZq1alnMjI0IkVqw@public.gmane.org>
2017-09-20 10:57       ` Johannes Thumshirn
2017-09-20 11:35       ` Hal Rosenstock
     [not found]         ` <be30c079-6513-627f-0276-6556e6f9eea5-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
2017-09-20 11:51           ` Sagi Grimberg
2017-09-20 16:32   ` Jason Gunthorpe
     [not found]     ` <20170920163237.GD536-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-09-22 17:27       ` Doug Ledford
     [not found]         ` <1506101272.5172.11.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2017-09-22 19:48           ` Jason Gunthorpe
     [not found]             ` <20170922194834.GA26479-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-09-22 20:43               ` Leon Romanovsky
2017-09-22 21:06               ` Doug Ledford
     [not found]                 ` <1506114386.120853.2.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2017-09-22 21:17                   ` Jason Gunthorpe
     [not found]                     ` <20170922211727.GA2348-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-09-22 22:42                       ` Doug Ledford
     [not found]                         ` <1506120161.120853.10.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2017-09-23  7:38                           ` Leon Romanovsky
     [not found]                             ` <20170923073843.GX5788-U/DQcQFIOTAAJjI8aNfphQ@public.gmane.org>
2017-09-23 16:17                               ` Estrin, Alex
     [not found]                                 ` <F3529576D8E232409F431C309E29399336CD972A-8k97q/ur5Z1cIJlls4ac1rfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2017-09-23 17:29                                   ` Leon Romanovsky
     [not found]                                     ` <20170923172935.GZ5788-U/DQcQFIOTAAJjI8aNfphQ@public.gmane.org>
2017-09-23 19:20                                       ` Estrin, Alex [this message]
     [not found]                                         ` <F3529576D8E232409F431C309E29399336CD9762-8k97q/ur5Z1cIJlls4ac1rfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2017-09-24  4:00                                           ` Leon Romanovsky
     [not found]                                             ` <20170924040012.GA21110-U/DQcQFIOTAAJjI8aNfphQ@public.gmane.org>
2017-09-24  5:59                                               ` Sagi Grimberg
2017-09-24 20:30                           ` Jason Gunthorpe

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=F3529576D8E232409F431C309E29399336CD9762@CRSMSX102.amr.corp.intel.com \
    --to=alex.estrin-ral2jqcrhueavxtiumwx3w@public.gmane.org \
    --cc=Bart.VanAssche-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org \
    --cc=dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
    --cc=hch-jcswGhMUV9g@public.gmane.org \
    --cc=jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org \
    --cc=jthumshirn-l3A5Bk7waGM@public.gmane.org \
    --cc=leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=sagi-NQWnxTmZq1alnMjI0IkVqw@public.gmane.org \
    --cc=tbogendoerfer-l3A5Bk7waGM@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.