From owner-svn-src-head@freebsd.org Tue Jun 2 12:51:18 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 C03ED3362F3; Tue, 2 Jun 2020 12:51:18 +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 49bsNj2HHnz3Vqs; Tue, 2 Jun 2020 12:51:17 +0000 (UTC) (envelope-from manu@bidouilliste.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bidouilliste.com; s=mx; t=1591102275; 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=X1Vhf1D2hIGieTKaqQzS9B4W4xeZUeNVG+qhzlVKBJI=; b=XUtKn3HrYI6VmewMkCboqhsXjptq/ekOizXPKnrxOhdOJzr3NPShBy+WMshChwmJjIVdZd rsEG8GRRkQ557zsdi2LPiRTZb/c57OvuW1q0RRq2XUT2+4Vm7LKNIiOhpnsDdzzG0YzGrT Mgsj7XK0XsIWvB7krI9ccpsO6aowhgQ= 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 cf2703a6 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Tue, 2 Jun 2020 12:51:15 +0000 (UTC) Date: Tue, 2 Jun 2020 14:51:15 +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: <20200602145115.bf183ea722688a414efa196d@bidouilliste.com> In-Reply-To: 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> <20200602143357.da21661056b912a950f3b701@bidouilliste.com> 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: 49bsNj2HHnz3Vqs X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=bidouilliste.com header.s=mx header.b=XUtKn3Hr; 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.140]; 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.034]; 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:51:18 -0000 On Tue, 2 Jun 2020 14:48:26 +0200 Hans Petter Selasky wrote: > On 2020-06-02 14:33, Emmanuel Vadot wrote: > > 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 > > > > Hi, > > If you can test/review this before Friday, would be great: > > https://reviews.freebsd.org/D25101 > --HPS Will do, thanks. -- Emmanuel Vadot