From owner-svn-src-head@freebsd.org Tue Jun 2 12:34:01 2020 Return-Path: Delivered-To: svn-src-head@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 5DE48335C8D; Tue, 2 Jun 2020 12:34:01 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mx.blih.net (mx.blih.net [212.83.155.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mx.blih.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49bs0l4kfDz3TDT; Tue, 2 Jun 2020 12:33:59 +0000 (UTC) (envelope-from manu@bidouilliste.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bidouilliste.com; s=mx; t=1591101237; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=7tufLnFjcaOuyn5kOUguaDSBcYp8USj8ZcKebw+XJAo=; b=heY4LGtQwSnocMhR4yG1Nm5v7as00BVZIZoo2BcflIG1xktYxvGqJKsilBIuXvXXsb5rw+ OePClEqd8xOZ/Dm5L2PA/QqFlw8rFRwcraYus41sl4Ztozp/GquYMK+11w1AtRISeOnq/d //oWmG756MncgusLeHJQeT2zDKYckz4= Received: from skull.home.blih.net (lfbn-idf2-1-900-181.w86-238.abo.wanadoo.fr [86.238.131.181]) by mx.blih.net (OpenSMTPD) with ESMTPSA id 09a414d4 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Tue, 2 Jun 2020 12:33:57 +0000 (UTC) Date: Tue, 2 Jun 2020 14:33:57 +0200 From: Emmanuel Vadot To: Hans Petter Selasky Cc: "Bjoern A. Zeeb" , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r361723 - head/sys/compat/linuxkpi/common/include/linux Message-Id: <20200602143357.da21661056b912a950f3b701@bidouilliste.com> In-Reply-To: <7370e668-53e2-03e0-96e1-26f2fa398953@selasky.org> References: <202006021019.052AJjxk060018@repo.freebsd.org> <20200602123612.fc6dbafe55c2c981cb0ec9a1@bidouilliste.com> <20200602133819.ca4e9e508ba3334b77d24ee4@bidouilliste.com> <55a487f9-e934-6fab-1477-3140fab6fe4f@selasky.org> <7370e668-53e2-03e0-96e1-26f2fa398953@selasky.org> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; amd64-portbld-freebsd13.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 49bs0l4kfDz3TDT X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=bidouilliste.com header.s=mx header.b=heY4LGtQ; dmarc=pass (policy=none) header.from=bidouilliste.com; spf=pass (mx1.freebsd.org: domain of manu@bidouilliste.com designates 212.83.155.74 as permitted sender) smtp.mailfrom=manu@bidouilliste.com X-Spamd-Result: default: False [-2.43 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[bidouilliste.com:s=mx]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; MV_CASE(0.50)[]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; NEURAL_SPAM_SHORT(0.14)[0.138]; NEURAL_HAM_LONG(-1.04)[-1.038]; RCPT_COUNT_FIVE(0.00)[5]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[bidouilliste.com:+]; DMARC_POLICY_ALLOW(-0.50)[bidouilliste.com,none]; NEURAL_HAM_MEDIUM(-1.03)[-1.033]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:12876, ipnet:212.83.128.0/19, country:FR]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[] X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jun 2020 12:34:01 -0000 On Tue, 2 Jun 2020 14:23:27 +0200 Hans Petter Selasky wrote: > On 2020-06-02 14:01, Hans Petter Selasky wrote: > > Hi, > > > > I'll compile test DRM and add the missing is const expression macro and > > bump the FreeBSD version. > > > > Sorry for the breakage. > > > > --HPS > > Bjoern, > > Small things like this are usually fine. > > It is important to not have too many local patches, as in this case with > drm-devel-kmod ... > > Heads up Manu: extensible array support xarray.h will soon be ready for > upstreaming! Oh ! Good, that's something that I wanted to do at one point. Could you opened a review so I can prepare patches for drm-kmod before it lands ? > Here you go: > https://svnweb.freebsd.org/changeset/base/361724 Thanks ! > --HPS -- Emmanuel Vadot