From owner-dev-commits-src-main@freebsd.org Mon Jan 18 15:23:59 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 D311E4EE14C; Mon, 18 Jan 2021 15:23:59 +0000 (UTC) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DKFtl4F5yz4Xr3; Mon, 18 Jan 2021 15:23:59 +0000 (UTC) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (localhost [127.0.0.1]) by gndrsh.dnsmgr.net (8.13.3/8.13.3) with ESMTP id 10IFNvk6062506; Mon, 18 Jan 2021 07:23:57 -0800 (PST) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: (from freebsd@localhost) by gndrsh.dnsmgr.net (8.13.3/8.13.3/Submit) id 10IFNvck062505; Mon, 18 Jan 2021 07:23:57 -0800 (PST) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <202101181523.10IFNvck062505@gndrsh.dnsmgr.net> Subject: Re: git: ec25b6fa5ffd - main - LinuxKPI: Reimplement irq_work queue on top of fast taskqueue In-Reply-To: To: Vladimir Kondratyev Date: Mon, 18 Jan 2021 07:23:57 -0800 (PST) CC: Emmanuel Vadot , Hans Petter Selasky , Emmanuel Vadot , src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Reply-To: rgrimes@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: 4DKFtl4F5yz4Xr3 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:23:59 -0000 > 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