From owner-freebsd-current@FreeBSD.ORG Thu Aug 18 08:36:52 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3ECF516A420; Thu, 18 Aug 2005 08:36:52 +0000 (GMT) (envelope-from mike@sentex.net) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 303C643D53; Thu, 18 Aug 2005 08:36:51 +0000 (GMT) (envelope-from mike@sentex.net) Received: from pumice6.sentex.ca (pumice6.sentex.ca [64.7.153.21]) by smarthost1.sentex.ca (8.13.3/8.13.3) with ESMTP id j7I8Zg9S090753; Thu, 18 Aug 2005 04:35:42 -0400 (EDT) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by pumice6.sentex.ca (8.13.3/8.13.3) with ESMTP id j7I8anj9044501; Thu, 18 Aug 2005 04:36:50 -0400 (EDT) (envelope-from mike@sentex.net) Received: from simian.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.13.3/8.13.3) with ESMTP id j7I8alfD067691 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 18 Aug 2005 04:36:47 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <6.2.3.4.0.20050818043546.05558420@64.7.153.2> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Thu, 18 Aug 2005 04:36:34 -0400 To: Pawel Jakub Dawidek From: Mike Tancsa In-Reply-To: <20050818071648.GA16021@garage.freebsd.pl> References: <20050812134511.GE25162@garage.freebsd.pl> <6.2.3.4.0.20050812130608.07aaf5f8@64.7.153.2> <20050812181802.GA27996@garage.freebsd.pl> <20050812182032.GB27996@garage.freebsd.pl> <6.2.3.4.0.20050816145557.03314eb8@64.7.153.2> <20050817143804.GH11066@garage.freebsd.pl> <6.2.3.4.0.20050817225907.06f81c50@64.7.153.2> <20050818071648.GA16021@garage.freebsd.pl> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by amavisd-new X-Scanned-By: MIMEDefang 2.51 on 64.7.153.18 X-Scanned-By: MIMEDefang 2.51 on 64.7.153.21 Cc: sam@errno.com, FreeBSD-current Subject: Re: VIA/ACE PadLock integration with crypto(9). X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 08:36:52 -0000 At 03:16 AM 18/08/2005, Pawel Jakub Dawidek wrote: >On Wed, Aug 17, 2005 at 11:56:31PM -0400, Mike Tancsa wrote: >+> At 10:38 AM 17/08/2005, Pawel Jakub Dawidek wrote: >+> >+> >Fix in HEAD. Thanks! >+> >+> Yup, looks better in RELENG_6 with those versions. However, I >think I found a new crash with padlock.ko (both the original and the >new one you checked in) > >This is bug in crypto(4) framework. The same bug exists in OpenBSD. > >Here is the patch: > > http://people.freebsd.org/~pjd/patches/cryptodev.c.patch > >And this bug actually is a local DoS on machines which have HW crypto >and crytodev.ko loaded. Thanks! It fixes my RELENG_6 machine. I guess this goes all the way back to RELENG_4 as well then no ? ---Mike