From owner-dev-commits-src-main@freebsd.org Mon Jan 18 15:35:27 2021 Return-Path: Delivered-To: dev-commits-src-main@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 965124EE3C6; Mon, 18 Jan 2021 15:35:27 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DKG7y6jSyz4Ynd; Mon, 18 Jan 2021 15:35:26 +0000 (UTC) (envelope-from manu@bidouilliste.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bidouilliste.com; s=mx; t=1610984125; 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=auqDFb932I9nBU4SN51IQ0RR3e7TtG1u1eW827nnYqk=; b=cbdXkHghJlYFOUnppouVNxUn4kaRmsbspLspguGIlToWcaflFoh1IuOr0UUIM9m4oiA8j6 rdFamOYqfSVzM3lefBYNXmPsON2jWhLy1tG4Oqm6lmFtEtZDnB2wn9bXpGr9RDHnZprYqC aDZDtpaUCOYjZTnUf7CsECjdoCNYJNA= Received: from amy.home (lfbn-idf2-1-745-114.w86-247.abo.wanadoo.fr [86.247.192.114]) by mx.blih.net (OpenSMTPD) with ESMTPSA id 5f20f22a (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Mon, 18 Jan 2021 15:35:25 +0000 (UTC) Date: Mon, 18 Jan 2021 16:35:24 +0100 From: Emmanuel Vadot To: rgrimes@freebsd.org Cc: "Rodney W. Grimes" , Vladimir Kondratyev , Hans Petter Selasky , Emmanuel Vadot , src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: ec25b6fa5ffd - main - LinuxKPI: Reimplement irq_work queue on top of fast taskqueue Message-Id: <20210118163524.fe600e540cccecdd41b04300@bidouilliste.com> In-Reply-To: <202101181523.10IFNvck062505@gndrsh.dnsmgr.net> References: <202101181523.10IFNvck062505@gndrsh.dnsmgr.net> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd13.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4DKG7y6jSyz4Ynd 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-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for the main branch of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2021 15:35:27 -0000 On Mon, 18 Jan 2021 07:23:57 -0800 (PST) "Rodney W. Grimes" wrote: > > On 18.01.2021 17:51, Emmanuel Vadot wrote: > > > On Mon, 18 Jan 2021 15:45:43 +0100 > > > Hans Petter Selasky wrote: > > > > > >> On 1/17/21 12:47 PM, Emmanuel Vadot wrote: > > >>> diff --git a/sys/compat/linuxkpi/common/include/linux/llist.h b/sys/compat/linuxkpi/common/include/linux/llist.h > > >>> new file mode 100644 > > >>> index 000000000000..b3c89516e710 > > >>> --- /dev/null > > >>> +++ b/sys/compat/linuxkpi/common/include/linux/llist.h > > >>> @@ -0,0 +1,101 @@ > > >>> +/* Public domain. */ > > >> > > >> Hi, > > >> > > >> Could you put a proper license text here? > > >> > > >> --HPS > > > > > > I think that wulf@ adapted this one from the OpenBSD version. > > > https://github.com/openbsd/src/blob/master/sys/dev/pci/drm/include/linux/llist.h > > > > > > > Yes. The file and license header is taken from OpenBSD. > > The above comes up a bit short on the recommended minimal text: > "this work is dedicated to the public domain" > > And more normative the author that wrote it should do something more like: > > The person who associated a work with this deed has dedicated the > work to the public domain by waiving all of his or her rights to > the work worldwide under copyright law, including all related and > neighboring rights, to the extent allowed by law. You can copy, > modify, distribute and perform the work, even for commercial > purposes, all without asking permission. > > > (above text taken from CC0) > -- > Rod Grimes rgrimes@freebsd.org Tell that to OpenBSD and if they change it we will sync. -- Emmanuel Vadot