From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 15 21:40:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D7D101E9 for ; Sat, 15 Mar 2014 21:40:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AEF798DD for ; Sat, 15 Mar 2014 21:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2FLe0Tb018663 for ; Sat, 15 Mar 2014 21:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2FLe0sP018662; Sat, 15 Mar 2014 21:40:00 GMT (envelope-from gnats) Resent-Date: Sat, 15 Mar 2014 21:40:00 GMT Resent-Message-Id: <201403152140.s2FLe0sP018662@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Lawrence "The Dreamer" Chen Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 98C7395 for ; Sat, 15 Mar 2014 21:33:16 +0000 (UTC) Received: from mho-01-ewr.mailhop.org (mho-03-ewr.mailhop.org [204.13.248.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 68BB18AA for ; Sat, 15 Mar 2014 21:33:15 +0000 (UTC) Received: from ip70-179-144-228.fv.ks.cox.net ([70.179.144.228] helo=zen.lhaven.homeip.net) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1WOwCZ-000Ntj-NY for FreeBSD-gnats-submit@freebsd.org; Sat, 15 Mar 2014 21:33:07 +0000 Received: from zen.lhaven.homeip.net (localhost [127.0.0.1]) by zen.lhaven.homeip.net (8.14.8/8.14.7) with ESMTP id s2FLX5kW023528; Sat, 15 Mar 2014 16:33:05 -0500 (CDT) (envelope-from lchen@zen.lhaven.homeip.net) Received: (from lchen@localhost) by zen.lhaven.homeip.net (8.14.8/8.14.7/Submit) id s2FLX0R4023519; Sat, 15 Mar 2014 16:33:00 -0500 (CDT) (envelope-from lchen) Message-Id: <201403152133.s2FLX0R4023519@zen.lhaven.homeip.net> Date: Sat, 15 Mar 2014 16:33:00 -0500 (CDT) From: Lawrence "The Dreamer" Chen To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/187620: [patch] sysutils/pefs-kmod: AESNI support is missing X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Lawrence The Dreamer Chen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2014 21:40:01 -0000 >Number: 187620 >Category: ports >Synopsis: [patch] sysutils/pefs-kmod: AESNI support is missing >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Mar 15 21:40:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Lawrence "The Dreamer" Chen >Release: FreeBSD 9.2-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD zen.lhaven.homeip.net 9.2-RELEASE-p3 FreeBSD 9.2-RELEASE-p3 #0: Sat Jan 11 03:25:02 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 FreeBSD mew.cns.ksu.edu 9.2-RELEASE-p3 FreeBSD 9.2-RELEASE-p3 #0: Sat Jan 11 03:25:02 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: AESNI support is missing from pefs-kmod. Examining the source there's is is controlled by PEFS_AESNI, but there's no option to turn it on. >How-To-Repeat: >Fix: Add option to turn on AESNI support. I built this port on machine with AESNI and one without AESNI, both run the same release of FreeBSD. No problems using it on both, just get different kernel messages when it loads. --- patch begins here --- --- Makefile.orig 2014-03-13 12:36:48.957873074 -0500 +++ Makefile 2014-03-13 12:35:21.828874302 -0500 @@ -17,6 +17,11 @@ ONLY_FOR_ARCHS= i386 amd64 # not tested on other archs +OPTIONS_DEFINE= AESNI +AESNI_DESC= Use AES accelerator on (some) Intel CPUs + +AESNI_MAKE_ENV= PEFS_AESNI=yes + USES= kmod uidfix .include --- patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: