From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43785) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gGjji-0002Gu-OJ for guix-patches@gnu.org; Sun, 28 Oct 2018 08:00:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gGjje-0000J1-Kk for guix-patches@gnu.org; Sun, 28 Oct 2018 08:00:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:42496) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gGjje-0000Ho-F3 for guix-patches@gnu.org; Sun, 28 Oct 2018 08:00:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gGjje-0006NW-5L for guix-patches@gnu.org; Sun, 28 Oct 2018 08:00:02 -0400 Subject: [bug#33172] [PATCH] gnu: linux-libre: Enable BOCHS DRM support. Resent-Message-ID: References: <20181027083051.7817-1-m.othacehe@gmail.com> <871s8bye6v.fsf@gmail.com> <87y3aj5br0.fsf@gnu.org> <87pnvuajox.fsf@netris.org> From: Mathieu Othacehe In-reply-to: <87pnvuajox.fsf@netris.org> Date: Sun, 28 Oct 2018 20:59:10 +0900 Message-ID: <874ld6b7u9.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Mark H Weaver Cc: 33172@debbugs.gnu.org Hi Mark, > FYI, our x86_64 and i686 configs were originally copied from > , and that's where the > decision to disable CONFIG_DRM_BOCHS originally came from. In that > repo, you can see signs of indecision about whether to include that > module. It was disabled in Jason's configs for 3.14-4.6, enabled in > 4.7-4.15, disabled again in 4.16-4.18, and then enabled again in 4.19. > > Since around 4.1 or 4.2, I've stopped looking at > and been using my own > judgement about new kernel configuration options brought to my attention > by "make oldconfig", but I haven't reviewed most of the older options. > > Anyway, thanks for the patch! Thank you for the explanation and the review! Pushed as 81f12f33b70855c0a99d5c2f1c2526e4a21b9823. Mathieu