From owner-dev-commits-src-all@freebsd.org Mon Jun 21 21:56:40 2021 Return-Path: Delivered-To: dev-commits-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9CC6264FCEF for ; Mon, 21 Jun 2021 21:56:40 +0000 (UTC) (envelope-from jrtc27@jrtc27.com) Received: from mail-wr1-f45.google.com (mail-wr1-f45.google.com [209.85.221.45]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G83Jm3Ytmz4qZj for ; Mon, 21 Jun 2021 21:56:40 +0000 (UTC) (envelope-from jrtc27@jrtc27.com) Received: by mail-wr1-f45.google.com with SMTP id y7so21189767wrh.7 for ; Mon, 21 Jun 2021 14:56:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=0UMvfdrBD4yTusOpDWh/y8Xp6bHFlxCqHpTDUdceDtY=; b=pi0ASctqKpVp0C/esu+bHYo2atZ7SJKi8QiFiFgy95ZQjmiYyLr4/6W+uEVgrSUW2R 8JOCaBgQrYvmimVRQgrmFL6Gw8UN7DPwKZUJJDjXO5m2nhzgO2DBuvMNmQFDXA0T8QBf QREgsUQ1/f9EVY7Tgqzq74Vg1+UXyQWWJvQOydcPWniS+6WL5nJsQLIBdcGJwE0gnaSl f7wE6jXRCfe9Vikvtv9DVicD3ETvx+gj2WG13DTAnX7WUXcpOeV5wHq/ov7mMIjM+mTU IU95TVxhmJtQyU12+1yfT3J4gWzNdqbyHSeLAUaNbSN88rAZiynZPEZC5ZSN8dYKkjqs pVOw== X-Gm-Message-State: AOAM531tipq4xioXDZLlF4uB2RY16S64p8+JJ4n9DkimauVlWBVL2N/a Fdfjh+Y0b+ptFHKOhLTcXz5fXP76WC6fKRdi X-Google-Smtp-Source: ABdhPJynC1RjLR2Y7cxzumbERNKEWa9KL/WXPWgMXt+FUqgN80O0QMu5FCKkyz29H4d4RG3dKI2D0g== X-Received: by 2002:a5d:6708:: with SMTP id o8mr661521wru.9.1624312599101; Mon, 21 Jun 2021 14:56:39 -0700 (PDT) Received: from smtpclient.apple (trinity-students-nat.trin.cam.ac.uk. [131.111.193.104]) by smtp.gmail.com with ESMTPSA id p15sm225985wmq.43.2021.06.21.14.56.38 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 21 Jun 2021 14:56:38 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.100.0.2.22\)) Subject: Re: git: e013e36939ac - main - linux(4): Get rid of Linuxulator kernel build options. From: Jessica Clarke In-Reply-To: <202106211656.15LGuXQU059224@gitrepo.freebsd.org> Date: Mon, 21 Jun 2021 22:56:38 +0100 Cc: "src-committers@freebsd.org" , "dev-commits-src-all@freebsd.org" , "dev-commits-src-main@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: References: <202106211656.15LGuXQU059224@gitrepo.freebsd.org> To: Dmitry Chagin X-Mailer: Apple Mail (2.3654.100.0.2.22) X-Rspamd-Queue-Id: 4G83Jm3Ytmz4qZj X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 21:56:40 -0000 On 21 Jun 2021, at 17:56, Dmitry Chagin wrote: >=20 > The branch main has been updated by dchagin: >=20 > URL: = https://cgit.FreeBSD.org/src/commit/?id=3De013e36939ac87b53195370fb5e29f29= c1a4b5c6 >=20 > commit e013e36939ac87b53195370fb5e29f29c1a4b5c6 > Author: Dmitry Chagin > AuthorDate: 2021-06-22 05:32:39 +0000 > Commit: Dmitry Chagin > CommitDate: 2021-06-22 05:32:39 +0000 >=20 > linux(4): Get rid of Linuxulator kernel build options. >=20 > Stop confusing people, retire COMPAT_LINUX and COMPAT_LINUX32 = kernel > build options. Since we have 32 and 64 bit Linux emulators, we = can't build both > emulators together into the kernel. I don't think it matters, Linux = emulation > depends on loadable modules (via rc). >=20 > Cut LINPROCFS and LINSYSFS for consistency. I don=E2=80=99t see why these two should be deleted? They currently = build fine, and GNU/kFreeBSD kernels enable them. They might work as modules, but I would worry that too many parts of userland would try and read them before /etc/init.d/kldutils (the init script that loads modules) loads them, so then we=E2=80=99d have to mess around with GRUB configs to = preload them. If the options work, please leave them in. There=E2=80=99s a separate debate of whether this is the =E2=80=9Cright=E2= =80=9D fix for COMPAT_LINUX*; arguably that *should* work and it=E2=80=99s a bug that = they don=E2=80=99t, not a feature, even if it=E2=80=99s not of much interest = to support=E2=80=A6 I=E2=80=99d like to see the second half reverted, please, and believe = the first should be too, but I feel less strongly about that. Jess