Received: with ECARTIS (v1.0.0; list netdev); Tue, 12 Aug 2003 07:09:27 -0700 (PDT) Received: from yue.hongo.wide.ad.jp (yue.hongo.wide.ad.jp [203.178.139.94]) by oss.sgi.com (8.12.9/8.12.9) with SMTP id h7CE9JFl019080 for ; Tue, 12 Aug 2003 07:09:20 -0700 Received: from localhost (localhost [127.0.0.1]) by yue.hongo.wide.ad.jp (8.12.3+3.5Wbeta/8.12.3/Debian-5) with ESMTP id h7CE9T1M019686; Tue, 12 Aug 2003 23:09:29 +0900 Date: Tue, 12 Aug 2003 23:09:29 +0900 (JST) Message-Id: <20030812.230929.57895537.yoshfuji@linux-ipv6.org> To: davem@redhat.com Cc: sasa@balabit.hu, netdev@oss.sgi.com Subject: Re: Problem with __check_and_rekey From: YOSHIFUJI Hideaki / =?iso-2022-jp?B?GyRCNUhGIzFRTEAbKEI=?= In-Reply-To: <20030812065347.331e9066.davem@redhat.com> References: <20030812132050.GA27178@mochrul.balabit> <20030812.225527.35784879.yoshfuji@linux-ipv6.org> <20030812065347.331e9066.davem@redhat.com> Organization: USAGI Project X-URL: http://www.yoshifuji.org/%7Ehideaki/ X-Fingerprint: 90 22 65 EB 1E CF 3A D1 0B DF 80 D8 48 07 F8 94 E0 62 0E EA X-PGP-Key-URL: http://www.yoshifuji.org/%7Ehideaki/hideaki@yoshifuji.org.asc X-Face: "5$Al-.M>NJ%a'@hhZdQm:."qn~PA^gq4o*>iCFToq*bAi#4FRtx}enhuQKz7fNqQz\BYU] $~O_5m-9'}MIs`XGwIEscw;e5b>n"B_?j/AkL~i/MEaZBLP X-Mailer: Mew version 2.2 on Emacs 20.7 / Mule 4.1 (AOI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-archive-position: 4758 X-ecartis-version: Ecartis v1.0.0 Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com X-original-sender: yoshfuji@linux-ipv6.org Precedence: bulk X-list: netdev In article <20030812065347.331e9066.davem@redhat.com> (at Tue, 12 Aug 2003 06:53:46 -0700), "David S. Miller" says: > It doesn't matter, a proper fix was put into drivers/char/random.c > already. : > - spin_lock(&ip_lock); > + spin_lock_bh(&ip_lock); : > - spin_unlock(&ip_lock); > + spin_unlock_bh(&ip_lock); > return keyptr; Ah, exactly. Thanks for information. --yoshfuji