From owner-freebsd-stable@FreeBSD.ORG Sun Jun 4 23:57:42 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 827FF16A7B8 for ; Sun, 4 Jun 2006 23:57:42 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA81B43D45 for ; Sun, 4 Jun 2006 23:57:40 +0000 (GMT) (envelope-from pyunyh@gmail.com) Received: by nz-out-0102.google.com with SMTP id m7so911009nzf for ; Sun, 04 Jun 2006 16:57:40 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=BcCfDFFImIRxdGRFtmRYoQa7aX/bhuc1aYzV6iAvGaoXpvTkiPusC3hI7Q6M9FrEZpCMihXM+POpj7CSl90UXaMeem/ZJH0RyiW9sGms6V7oVopSRe+oWsLwaPU9L4yGU0M8huc/VQNOkjdHMhBKuv0b8UKcXfqQ1FxrZcoDmPA= Received: by 10.36.250.78 with SMTP id x78mr5383216nzh; Sun, 04 Jun 2006 16:57:40 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.gmail.com with ESMTP id 39sm6603280nzk.2006.06.04.16.57.38; Sun, 04 Jun 2006 16:57:39 -0700 (PDT) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id k54NvMAG031737 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 5 Jun 2006 08:57:22 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id k54NvKTJ031736; Mon, 5 Jun 2006 08:57:20 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Mon, 5 Jun 2006 08:57:20 +0900 From: Pyun YongHyeon To: Michael Gerhards Message-ID: <20060604235720.GA31562@cdnetworks.co.kr> References: <20060327185142.GC24315@soaustin.net> <200603271848.19010.joao@matik.com.br> <200603280221.28996.pieter@degoeje.nl> <20060328020840.GA8189@cdnetworks.co.kr> <20060328034846.GA81006@0lsen.net> <20060328142215.GC65098@freebie.xs4all.nl> <20060329104842.GA12679@cdnetworks.co.kr> <445EC5FA.10103@micom.mng.net> <20060515054438.GD33019@cdnetworks.co.kr> <8vpal3-cg.ln1@hmg.homeunix.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8vpal3-cg.ln1@hmg.homeunix.net> User-Agent: Mutt/1.4.2.1i Cc: freebsd-stable@freebsd.org Subject: Re: new sk driver [was: nve timeout (and down) regression?] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jun 2006 23:57:43 -0000 On Sun, Jun 04, 2006 at 12:41:12PM +0200, Michael Gerhards wrote: > Pyun YongHyeon wrote: > > > FYI: Fix committed to HEAD. > > This happened nearly three weeks ago. When might this fix get into 6-STABLE? Unfortunately sk(4) in HEAD has a known issue and I'm working on it. Since I couldn't reproduce the issue on my system and it takes a long time to regenerate the issue on reporter's system(normally one week), it's not easy to commit right fix. The last patch sent to a problem reporter seems to work around the issue so I'll commit it this week. > I have also problems on my system which might be related to the sk-trouble, > so this fix might also help me. Or should I try to compile the new driver > on my system (running 6-STABLE)? > Yes. I'd like to hear any issues related with sk(4) in HEAD. -- Regards, Pyun YongHyeon