From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1ZN5kV-0008K6-9b for mharc-grub-devel@gnu.org; Wed, 05 Aug 2015 16:57:19 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47881) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZN5kT-0008GP-0f for grub-devel@gnu.org; Wed, 05 Aug 2015 16:57:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZN5kP-0006FB-Js for grub-devel@gnu.org; Wed, 05 Aug 2015 16:57:16 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:26436) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZN5kP-0006Ex-D4 for grub-devel@gnu.org; Wed, 05 Aug 2015 16:57:13 -0400 Received: from userv0022.oracle.com (userv0022.oracle.com [156.151.31.74]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id t75KvAq8008891 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 5 Aug 2015 20:57:11 GMT Received: from aserv0122.oracle.com (aserv0122.oracle.com [141.146.126.236]) by userv0022.oracle.com (8.13.8/8.13.8) with ESMTP id t75KvASQ032569 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Wed, 5 Aug 2015 20:57:10 GMT Received: from abhmp0017.oracle.com (abhmp0017.oracle.com [141.146.116.23]) by aserv0122.oracle.com (8.13.8/8.13.8) with ESMTP id t75KvAIS008866 for ; Wed, 5 Aug 2015 20:57:10 GMT Received: from [10.132.136.136] (/10.132.136.136) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Wed, 05 Aug 2015 13:57:10 -0700 Message-ID: <55C278AD.7040801@oracle.com> Date: Wed, 05 Aug 2015 13:57:17 -0700 From: Seth Goldberg User-Agent: Mozilla/5.0 (X11; SunOS i86pc; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: The development of GNU GRUB Subject: Re: [PATCH 1/3] efinet: handle get_status() properly References: <1438799799-32097-1-git-send-email-jbacik@fb.com> <20150805230442.1bf65b2d@opensuse.site> <55C27179.6020104@fb.com> In-Reply-To: <55C27179.6020104@fb.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: userv0022.oracle.com [156.151.31.74] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 156.151.31.81 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Aug 2015 20:57:17 -0000 > Anyway that's not important, what is > important is that the current code doesn't work with hardware that > exists in the wild. If it's a firmware bug then fine, what do users do > if they have buggy firmware that isn't being updated anymore? I think > making grub more tolerant to crappy firmware is a good thing. Thanks, Absolutely agree. --S