From owner-freebsd-current@freebsd.org Sat May 25 17:52:10 2019 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3EDDC15B2292; Sat, 25 May 2019 17:52:10 +0000 (UTC) (envelope-from johalun@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D6B6F828C9; Sat, 25 May 2019 17:52:09 +0000 (UTC) (envelope-from johalun@FreeBSD.org) Received: from [192.168.0.83] (ip72-208-182-43.ph.ph.cox.net [72.208.182.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: johalun) by smtp.freebsd.org (Postfix) with ESMTPSA id 73321140E0; Sat, 25 May 2019 17:52:09 +0000 (UTC) (envelope-from johalun@FreeBSD.org) To: FreeBSD Current , freebsd-stable@freebsd.org From: Johannes Lundberg Subject: Heads up for LinuxKPI updates to 12-STABLE Message-ID: <63105717-302d-05ea-8b49-2f64c2f5f064@FreeBSD.org> Date: Sat, 25 May 2019 10:50:52 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-US X-Rspamd-Queue-Id: D6B6F828C9 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.97)[-0.966,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 May 2019 17:52:10 -0000 Hi As with recent 13-CURRENT, we're pushing some updates that might break build of drm modules temporarily on 12-STABLE. One of those changes is moving lindebugfs.ko from ports to base. If you're building your kernel with MODULES_OVERRIDE, don't forget to include it since it is required by drm drivers that use linuxkpi. A new drm-fbsd12.1-kmod port for 12-STABLE (later includes also 12.1-RELEASE) will be created. The goal is to provide support for hardware that is supported by Linux 5.0, in FreeBSD 12.1. In an emergency, drivers for 12-STABLE can (hopefully) be built directly from github here https://github.com/FreeBSDDesktop/kms-drm (drm-v4.16 or drm-v5.0 branches), once today's series of commits are in. Any testing on 12-STABLE is welcome. drm-v5.0 is still WIP but should be quite usable. Cheers!