ALT Linux hardware support
 help / color / mirror / Atom feed
From: "Yuri N. Glibovetz" <gyn61@mail.ru>
To: hardware@altlinux.ru
Subject: Re: [Hardware] Re: Kernel panic в Мастер 2.4 (fealnx, Myson BC001)
Date: Sun, 19 Dec 2004 18:19:06 +0200
Message-ID: <41C5A9FA.7000500@mail.ru> (raw)
In-Reply-To: <20041219125050.GT29176@osdn.org.ua>

Michael Shigorin пишет:
>>У меня была аналогичная ситуация в ALT Compact 2.3 (см. мой
>>пост "Oops" за 7.7.2004 в этой рассылке). Так ничем и не
>>разрешилась.  В моем случае: процессор Pentium-133
>>2 сетевые карточки Surecom EP-320X-S
>>Я не думаю, что это аппаратная проблема, поскольку уже почти
>>полгода на этой конфигурации работает FreeBSD 4.10 и никаких
>>вылетов не наблюдается.
>>С другой стороны до установки ALT Compact 2.3 там стоял IPCop
>>(файрволл на базе Linux) и тоже всё работало нормально, поэтому
>>грешить на драйвер fealnx я тоже не могу.
> 
> 
> Ммм... а можете глянуть, какая там была версия этого модуля?

Увы :( IPCop я давно удалил.

С другой стороны немного погуглив я нашел следующее:

http://lists.altlinux.ru/pipermail/sisyphus/2003-December/031179.html
http://lists.altlinux.ru/pipermail/sisyphus/2003-December/031194.html
http://lists.altlinux.ru/pipermail/sisyphus/2003-December/031231.html
http://lists.altlinux.ru/pipermail/sisyphus/2003-December/031258.html
http://lists.altlinux.ru/pipermail/sisyphus/2003-December/031271.html

Интересно, чем закончилась эта история?

Кстати если верить другим источникам, место Oops локализовано.
fealnx.c:netdev_rx:

> /* Check if the packet is long enough to accept without copying
>    to a minimally-sized skbuff. */
> if (pkt_len < rx_copybreak &&
>     (skb = dev_alloc_skb(pkt_len + 2)) != NULL) {
>      skb->dev = dev;
>      skb_reserve(skb, 2);    /* 16 byte align the IP header */
>                              /* Call copy + cksum if available. */
> 
> #if ! defined(__alpha__)
>      eth_copy_and_sum(skb,
>          np->cur_rx->skbuff->tail, pkt_len, 0);
>      skb_put(skb, pkt_len);
> #else
>      memcpy(skb_put(skb, pkt_len),
>            np->cur_rx->skbuff->tail, pkt_len);
> #endif
> } else {
>      skb_put(skb = np->cur_rx->skbuff, pkt_len);
>      np->cur_rx->skbuff = NULL;
>      if (np->really_rx_count == RX_RING_SIZE)
>         np->lack_rxbuf = np->cur_rx;
>      --np->really_rx_count;   // <----- это здесь
> }


  reply	other threads:[~2004-12-19 16:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-19 12:50   ` Michael Shigorin
2004-12-19 16:19     ` Yuri N. Glibovetz [this message]
2004-12-19 16:52       ` Sergey Vlasov
2004-12-19 18:58         ` Yuri N. Glibovetz

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=41C5A9FA.7000500@mail.ru \
    --to=gyn61@mail.ru \
    --cc=hardware@altlinux.ru \
    /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

ALT Linux hardware support

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/hardware/0 hardware/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 hardware hardware/ http://lore.altlinux.org/hardware \
		hardware@altlinux.ru hardware@lists.altlinux.org hardware@lists.altlinux.ru hardware@lists.altlinux.com hardware@altlinux.org
	public-inbox-index hardware

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.hardware


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git