All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnaldo Carvalho de Melo <acme@redhat.com>
To: dccp@vger.kernel.org
Subject: Re: Protocol not attached
Date: Thu, 06 Nov 2008 15:38:24 +0000	[thread overview]
Message-ID: <20081106153824.GA9709@ghostprotocols.net> (raw)
In-Reply-To: <5bc4c4570809291133k3f5841b1qde962bd3b4882439@mail.gmail.com>

Em Thu, Nov 06, 2008 at 04:20:48PM +0100, Gerrit Renker escreveu:
> | > is there any news regarding the CCID/module loading problem on the 64
> | > bit computer with 32 bit kernel?
> | >
> <snip>
> | Hello Gerrit,
> |     yes! I think that we found the commit that inserted the problem (probably).
> | 
> |     This is the list of commits, the first time that the problem
> | occurs is in "f76fd327a8b32d3ad5b51639faf6f54d18be0981". I'm sending
> | to you the tree commits before the BAD that it is working properly.
> | 
> |  - BAD - Gerrit Renker f76fd327a8b32d3ad5b51639faf6f54d18be0981 dccp
> Ah that would explain it. Did you check the logs - if the not-loading
> was due to low timer resolution, then there should be a message like
> "Timer to coarse (xxx usec), need 10usec".
> 
> If that is the case, 
>     1. does the problem disappear when commenting out 
>        'return -ESOCKTNOSUPPORT' in  ccid3_module_init() below or if
>     2. the kernel is compiled with support for high-resolution timers?        
> 
> 
> +       if (tp.tv_sec || tp.tv_nsec > DCCP_TIME_RESOLUTION * NSEC_PER_USEC) {
> +               printk(KERN_ERR "%s: Timer too coarse (%ld usec), need %u-usec"
> +                      " resolution - check your clocksource.\n", __func__,
> +                      tp.tv_nsec/NSEC_PER_USEC, DCCP_TIME_RESOLUTION);
> +               return -ESOCKTNOSUPPORT;
> +       }
> 
> Thanks a lot for following this up, this now looks a much more likely cause.

Makes complete sense, to finish this, Leandro, can you please tell us
what is the value of CONFIG_HZ in your config? 

- Arnaldo

  parent reply	other threads:[~2008-11-06 15: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
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 [this message]
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=20081106153824.GA9709@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 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.