DCCP protocol discussions
 help / color / mirror / Atom feed
From: Arnaldo Carvalho de Melo <acme@redhat.com>
To: dccp@vger.kernel.org
Subject: Re: Protocol not attached
Date: Wed, 22 Oct 2008 11:38:04 +0000	[thread overview]
Message-ID: <20081022113804.GF10352@ghostprotocols.net> (raw)
In-Reply-To: <5bc4c4570809291133k3f5841b1qde962bd3b4882439@mail.gmail.com>

Em Tue, Oct 21, 2008 at 10:37:38PM -0300, Leandro Sales escreveu:
> On Tue, Oct 21, 2008 at 10:37 PM, Leandro Sales <leandroal@gmail.com> wrote:
> > On Tue, Oct 21, 2008 at 3:08 PM, Leandro Sales <leandroal@gmail.com> wrote:
> >> On Tue, Oct 21, 2008 at 2:32 PM, Arnaldo Carvalho de Melo
> >> <acme@redhat.com> wrote:
> >>> Em Tue, Oct 21, 2008 at 11:19:36AM -0300, Leandro Sales escreveu:
> >>>> On Mon, Oct 20, 2008 at 10:13 AM, Arnaldo Carvalho de Melo
> >>>> <acme@redhat.com> wrote:
> >>>> > Em Sat, Oct 18, 2008 at 01:06:28PM +0200, Gerrit Renker escreveu:
> >>>> >
> >>>> > <SNIP>
> >>>> >
> >>>> >> Incidentally the new netdev-2.6 has a commit called "Remove CONFIG_KMOD from
> >>>> >> net/ (towards removing KMOD entirely)", so perhaps there is something in
> >>>> >> progress.
> >>>> >
> >>>> > Is CONFIG_MODULES present in the config file that produces a kernel that
> >>>> > has the problem?
> >>>
> >>> Well, he has both CONFIG_KMOD and CONFIG_MODULES...
> >>>
> >>>> > I guess not, Leandro, can you please add it manually, then do a make
> >>>> > oldconfig, check that it is still there, then build the kernel?
> >>>> >
> >>>> > This is the part of the patch Gerrit mentioned
> >>>> > (95a5afca4a8d2e1cb77e1d4bc6ff9f718dc32f7a) that could be hitting you.
> >>>> >
> >>>> >
> >>>> > diff --git a/net/dccp/ccid.c b/net/dccp/ccid.c
> >>>> > index 4809753..8fe931a 100644
> >>>> > --- a/net/dccp/ccid.c
> >>>> > +++ b/net/dccp/ccid.c
> >>>> > @@ -154,7 +154,7 @@ struct ccid *ccid_new(unsigned char id, struct sock *sk, int rx, gfp_t gfp)
> >>>> >        struct ccid *ccid = NULL;
> >>>> >
> >>>> >        ccids_read_lock();
> >>>> > -#ifdef CONFIG_KMOD
> >>>> > +#ifdef CONFIG_MODULES
> >>>> >        if (ccids[id] = NULL) {
> >>>> >                /* We only try to load if in process context */
> >>>> >                ccids_read_unlock();
> >>>> >
> >>>> > - Arnaldo
> >>>> >
> >>>>
> >>>> I run the test again. I run git clone --reference, git checkgout
> >>>> origin/dccp as usual. It does not show 2.6.27-rc8 in the DCCP tree,
> >>>> only 2.6.27. Is that correct?
> >>>
> >>> I guess that there was when Gerrit branched, can you try using Linus
> >>> tree?
> >>>
> >>> I.e. start bisecting, and it doesn't even needs to be with git, do it
> >>> the old way :)
> >>>
> >>> - Arnaldo
> >>>
> >>
> >> Hello Arnaldo and others,
> >>
> >> I tested with the stable 2.6.27.2 and it worked. I will try the Linus git now.
> >>
> >> Leandro.
> >>
> >
> > Using the Linus git iperf run successfully. Then, does we have
> > something broken in Gerrit git three?
> >
> > Leandro.
> >
> 
> 
> I meant, (...) "Gerrit git tree"

I looks like, you could then try to help Gerrit by doing a git bisection
on his tree, starting from where he branched, see:

http://www.arthurgeek.net/git-bisect/

for a git bisect tutorial, even in portuguese :-)

- Arnaldo

  parent reply	other threads:[~2008-10-22 11:38 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-29 18:33 Protocol not attached Leandro Sales
2008-09-29 18:37 ` Arnaldo Carvalho de Melo
2008-09-30 18:32 ` Leandro Sales
2008-09-30 19:16 ` Arnaldo Carvalho de Melo
2008-09-30 21:24 ` Leandro Sales
2008-09-30 22:11 ` Arnaldo Carvalho de Melo
2008-10-01 18:27 ` Leandro Sales
2008-10-01 19:18 ` Leandro Sales
2008-10-01 19:37 ` Arnaldo Carvalho de Melo
2008-10-01 19:43 ` Leandro Sales
2008-10-01 21:38 ` Leandro Sales
2008-10-01 22:20 ` Ian McDonald
2008-10-02  4:47 ` Gerrit Renker
2008-10-03  5:44 ` Leandro Sales
2008-10-03 13:24 ` Arnaldo Carvalho de Melo
2008-10-03 14:18 ` Arnaldo Carvalho de Melo
2008-10-11  7:35 ` Gerrit Renker
2008-10-11 17:28 ` Leandro Sales
2008-10-13 14:51 ` Gerrit Renker
2008-10-16 21:09 ` Leandro Sales
2008-10-17  6:06 ` Gerrit Renker
2008-10-18 11:06 ` Gerrit Renker
2008-10-20 13:13 ` Arnaldo Carvalho de Melo
2008-10-21 14:19 ` Leandro Sales
2008-10-21 14:32 ` Arnaldo Carvalho de Melo
2008-10-21 18:08 ` Leandro Sales
2008-10-22  1:37 ` Leandro Sales
2008-10-22  1:37 ` Leandro Sales
2008-10-22 11:38 ` Arnaldo Carvalho de Melo [this message]
2008-10-22 13:30 ` Leandro Sales
2008-10-22 15:55 ` Gerrit Renker
2008-10-22 19:27 ` Leandro Sales
2008-10-23  5:18 ` gerrit
2008-11-06 13:38 ` Leandro Sales
2008-11-06 15:20 ` Gerrit Renker
2008-11-06 15:38 ` Arnaldo Carvalho de Melo
2008-11-06 17:46 ` Leandro Sales
2008-11-06 18:04 ` Leandro Sales
2008-11-06 18:17 ` Leandro Sales
2008-11-06 22:05 ` Leandro Sales
2008-11-08  8:50 ` Gerrit Renker

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=20081022113804.GF10352@ghostprotocols.net \
    --to=acme@redhat.com \
    --cc=dccp@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