From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:46786) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hEY1r-0001so-Iy for guix-patches@gnu.org; Thu, 11 Apr 2019 07:38:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hEY1q-0005Jw-Q2 for guix-patches@gnu.org; Thu, 11 Apr 2019 07:38:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:40431) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hEY1q-0005Jr-Im for guix-patches@gnu.org; Thu, 11 Apr 2019 07:38:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hEY1q-0007jl-Fb for guix-patches@gnu.org; Thu, 11 Apr 2019 07:38:02 -0400 Subject: [bug#35223] [PATCH] gnu: linux-libre: Set DEVPTS_MULTIPLE_INSTANCES only where needed. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190410231936.15275-1-somebody@not-sent-or-endorsed-by.tobias.gr> Date: Thu, 11 Apr 2019 13:37:23 +0200 In-Reply-To: <20190410231936.15275-1-somebody@not-sent-or-endorsed-by.tobias.gr> (Tobias Geerinckx-Rice's message of "Thu, 11 Apr 2019 01:19:36 +0200") Message-ID: <877ec022oc.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Tobias Geerinckx-Rice Cc: 35223@debbugs.gnu.org Hello, Tobias Geerinckx-Rice skribis: > From: Tobias Geerinckx-Rice > > * gnu/packages/linux.scm (%default-extra-linux-options): Move obsolete > CONFIG_DEVPTS_MULTIPLE_INSTANCES option=E2=80=A6 > (linux-libre-4.4): =E2=80=A6here. So =E2=80=9Cmake config=E2=80=9D was emitting a warning on kernels > 4.7, r= ight? As long as things still work after this patch, go for it! Thanks, Ludo=E2=80=99.