ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: "Михаил Якушин" <silicium@altlinux.ru>
To: ALT Linux Team development discussions <devel@lists.altlinux.org>
Subject: Re: [devel] (без темы)
Date: Tue, 06 Nov 2007 13:13:28 +0300
Message-ID: <47303E48.9050408@altlinux.ru> (raw)
In-Reply-To: <47301E99.8070507@solin.spb.ru>

Aleksey Avdeev пишет:
> Михаил Якушин пишет:
>> Aleksey Avdeev пишет:
>>> Михаил Якушин пишет:
>>>> Aleksey Avdeev пишет:
>>>>> Aleksey Avdeev пишет:
>>>>>> Приветствую.
>>>>>>
>>>>>>   На Arima NM46 (nVidia nForce Professional 3600 MCP (MCP55-Pro),
>>>>>> <http://www.arima.com.tw/server/Product/ViewProduct.asp?View=NM46X>)
>>>>>> словил что-то странное с сетью (встроенная в чипсет, работает через
>>>>>> forcedeth): в какой то момент она перестала работать (ip статические, но
>>>>>> пакеты в сеть не уходят/не принимаются). Вылечил только холодной, с
>>>>>> физическим отключением питания, перезагрузкой (не выключая питание
>>>>>> перегружался несколько раз -- не помогало).
>>>>>   Т. к. проблема повторилась -- собрал
>>>>> kernel-image-xen-dom0-2.6.18-alt2.1 (см.
>>>>> <http://git.altlinux.ru/people/solo/packages/?p=kernel-image-2.6.18.git;a=commit;h=b164122b1a86bb92192637790910112b0d28fdc6>,
>>>>> пакет отправлен в incoming/Daedalus) с патчами от lakostis@:
>>>>>
>>>>>   + fix-core--arch
>>>   Применён в kernel-image-std-smp/2.6.18-alt8.
>>>
>>>>>   + fix-drivers-input
>>>   От версии смерженной с kernel-image-std-smp/2.6.18-alt1 отличается
>>> добавлением:
>>>
>>>     Input: i8042 - fix AUX port detection with some chips
>>>
>>>     The i8042 driver fails detection of the AUX port with some chips,
>>>     because they apparently do not change the I8042_CTR_AUXDIS bit
>>>     immediately. This is known to affect at least HP500/HP510 notebooks,
>>>     consequently the built-in touchpad will not work. The patch will simply
>>>     reread the value until it gets the expected value or a retry limit is
>>>     hit, without touching other workaround code in the same area.
>>>
>>>     Signed-off-by: Roland Scheidegger <sroland@tungstengraphics.com>
>>>     Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
>>>     (cherry picked from commit d2ada5597d33a9108acb2caf912f85cbc9caab1e)
>>>
>>>>>   + fix-drivers-mmc--sdhci
>>>   От версии смерженной с kernel-image-std-smp/2.6.18-alt6 отличается
>>> добавлением 3х патчей.
>>>>>   + fix-drivers-net--forcedeth
>>>   То, ради чего всё и затеяно -- от содержимого 2.6.18 отличается весьма
>>> сильно.
>>>
>>>>>   + fix-drivers-net--skge
>>>   От содержимого 2.6.18 отличается весьма сильно.
>>>
>>>>>   + fix-drivers-net--tg3
>>>   От того, что приложено к kernel-image-std-smp/2.6.18-alt4 отличаетя
>>> весьма сильно.
>>>
>>>   Железка использующая данный драйвер у меня есть, и там тоже нужен XEN.
>>> (На данный момент, с kernel-image-xen-dom0-2.6.18-alt2, у неё проблем нет.)
>>>
>>>>>   + fix-net--core
>>>   От версии смерженной с kernel-image-std-smp/2.6.18-alt6 отличается
>>> добавлением:
>>>
>>>     backport 2.6.20.y 0a0b0c6034b4cbffad5ea4cac33c683bd6c04777 commit:
>>>
>>>     [PATCH] NET: Fix race condition about network device name allocation.
>>>
>>>     Kenji Kaneshige found this race between device removal and
>>>     registration.  On unregister it is possible for the old device to
>>>     exist, because sysfs file is still open.  A new device with 'eth%d'
>>>     will select the same name, but sysfs kobject register will fail.
>>>
>>>     The following changes the shutdown order slightly. It hold a removes
>>>     the sysfs entries earlier (on unregister_netdevice), but holds a
>>>     kobject reference.  Then when todo runs the actual last put free
>>>     happens.
>>>
>>>     Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
>>>     Signed-off-by: David S. Miller <davem@davemloft.net>
>>>     [chrisw: backport to 2.6.20]
>>>     Signed-off-by: Chris Wright <chrisw@sous-sol.org>
>>>     Signed-off-by: Konstantin A. Lepikhov <lakostis@altlinux.ru>
>>>     (cherry picked from commit 0a0b0c6034b4cbffad5ea4cac33c683bd6c04777)
>>>
>>>     Conflicts:
>>>
>>>     	net/core/dev.c
>>>
>>>>>   Насколько оно поможет пока не знаю: до железки доберусь завтра (в
>>>>> смысле, сегодня утром).
>>>>>
>>>> Этих пачей нет у Власова? Если будет стабильно работать втяну себе.
>>>> И если можно по подробнее про пачи особенно первый и последний.
>>>   Большей частью есть, но более ранние версии бранчей (прокоментировал
>>> выше).
>>>
>>>   Данная сборка оформлена как NMU, если проблем с ней не будет -- буду
>>> просить разрешения на заливку в Сизиф.
>>>
>> Ясно. Может лучше я pull сделаю, а не ты NMU?
> 
>   Как тебе удобнее: ты мантейнер, а мне без особой разницы -- лишбы оно
> работало. :-)
> 
Ну значит так тому и быть. Только протестируй нормально.
А на какой это архитектуре тестируется?


  reply	other threads:[~2007-11-06 10:13 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-05 22:54 ` [devel] I: kernel-image-xen-dom0-2.6.18-alt2.1 ушло в incoming/Daedalus (was: Arima NM46 на nVidia nForce Professional 3600 MCP (MCP55-Pro): что-то непонятное с сетью) Aleksey Avdeev
2007-11-06  5:57   ` [devel] I: kernel-image-xen-dom0-2.6.18-alt2.1 ушло в incoming/Daedalus Михаил Якушин
2007-11-06  6:55     ` [devel] (без темы) Aleksey Avdeev
2007-11-06  7:49       ` Михаил Якушин
2007-11-06  7:58         ` Aleksey Avdeev
2007-11-06 10:13           ` Михаил Якушин [this message]
2007-11-06 12:22             ` [devel] I: kernel-image-xen-dom0-2.6.18-alt2.1 Aleksey Avdeev
2007-11-06 12:35               ` Михаил Якушин
2007-11-06 12:41                 ` [devel] I: XEN и NAT (was: kernel-image-xen-dom0-2.6.18-alt2.1) Aleksey Avdeev
2007-11-06 12:49                   ` [devel] I: XEN и NAT Михаил Якушин
2007-11-06 13:08                     ` Aleksey Avdeev
2007-11-06 13:13                       ` Михаил Якушин
2007-11-06 13:37                         ` Aleksey Avdeev
2007-11-06 12:45                 ` [devel] I: kernel-image-xen-dom0-2.6.18-alt2.1 Aleksey Avdeev
2007-11-06 12:51                   ` Михаил Якушин
2007-11-06 19:16                 ` [devel] I: kernel-image-xen-dom0-2.6.18-alt3 Aleksey Avdeev
2007-11-06 20:40                   ` Михаил Якушин
2007-11-07  7:15                     ` Aleksey Avdeev
2007-11-07  9:47                       ` Михаил Якушин
2007-11-06 14:54         ` [devel] Просьба Epiphanov Sergei
2007-11-06  7:20     ` [devel] U: kernel-image-xen-dom0-2.6.18-alt2.1 fix %changelog Aleksey Avdeev
2007-11-06  7:59       ` [devel] [d-kernel] " Aleksey Avdeev
2007-11-06 14:14   ` [devel] I: kernel-image-xen-dom0-2.6.18-alt2.1 Aleksey Avdeev
2007-11-07  9:11     ` [devel] [Hardware] " Aleksey Avdeev
2007-11-07 10:00       ` Михаил Якушин
2007-11-07 11:17         ` Aleksey Avdeev
2007-11-07 13:42           ` Михаил Якушин
2007-11-07 14:13             ` Aleksey Avdeev

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=47303E48.9050408@altlinux.ru \
    --to=silicium@altlinux.ru \
    --cc=devel@lists.altlinux.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

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/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 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

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


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