Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0D97AC05027 for ; Mon, 6 Feb 2023 18:45:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230165AbjBFSph (ORCPT ); Mon, 6 Feb 2023 13:45:37 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57502 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229890AbjBFSpf (ORCPT ); Mon, 6 Feb 2023 13:45:35 -0500 Received: from mail-ej1-x62f.google.com (mail-ej1-x62f.google.com [IPv6:2a00:1450:4864:20::62f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A4F7865B5 for ; Mon, 6 Feb 2023 10:45:32 -0800 (PST) Received: by mail-ej1-x62f.google.com with SMTP id hr39so7327144ejc.7 for ; Mon, 06 Feb 2023 10:45:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=posk.io; s=google; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=SqMveOvFHv1j0KM6AIu8F3PHdkpRYwMXc/KGhDV5SAY=; b=UPH60VYrHJaUvX4zQ/YP+L1spZWWr6QDJaXfRnf5ZDVVklnA1KghHUTIDQfu6JermA l4+X7okmD/wctp0OtYT67eH4GVh96FzL7JiaLIsKJnD/T70vYwddHtzx/hVrnDBaXAzP xqgLquVV1v4pT58UMubDwwW83jlbzXddJ+Hkj8OC9gRNx54vTn68JbhXiogPHgxCQ0AD AorNuF9JsXDHLa1xAfCaBYzu4SRZGPUxkd0YdWeKb8kbW61t/PQ4DW9vcUHGmf7bkVHL dfZGM30ADCzdVa+YiIwUoMCmRPJ9XA6+N9BJ6+17F8nlD9Owdll1UhAJVE6LCPSI4z0F 4Muw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=SqMveOvFHv1j0KM6AIu8F3PHdkpRYwMXc/KGhDV5SAY=; b=c/hNc+9fCWIElkDdIN1w+hcIWSGqiMWadtsUdopdEZXzcxVXwAIQ2+LDCm39QXHlxW dNjiseglfTTfy+sFiwHY2Ru8C/AVwqjfp0zDeYnoi+Eoos6s8/1I3yNjzlDVhBdyJMmG ApSL1i9PwONoRb5W/gaQ1DMzYkwBmwwUEllH1PycDK6igTu9Sln3soDpGfCPI9JhVye4 dHuaEDye4arfbZdK6EdQp+bnjs+OqyezwZN8zRvdKsn7mduawQVas7JnQq5gw2UqFIRm wk9e/HeW35IIkZ0tyPe9JVXL81tCDO4RWOdfi9yG2T+gWGSRHkePlEakkU0UEkiKZEbx sPgg== X-Gm-Message-State: AO0yUKV04UpXkMAmQMqcct2Wm0cVJFzWV5t7jy1n82noW3w4klPcgQ0X afcZiQMZumUTLZyYofPzvrGca6yK9TwnLgN9doHJAg== X-Google-Smtp-Source: AK7set+h/sPjQ9WR518QCVPWb1cm25ZSoVgbjHBVTDioQsGUzkz+IiHVcp0SUtEztPZKp/I13s9ONprycI1sM9KUlgg= X-Received: by 2002:a17:906:f29a:b0:88a:f44e:4878 with SMTP id gu26-20020a170906f29a00b0088af44e4878mr102498ejb.199.1675709131227; Mon, 06 Feb 2023 10:45:31 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Peter Oskolkov Date: Mon, 6 Feb 2023 10:45:20 -0800 Message-ID: Subject: Re: Request for contributor approval: Relicensing rseq selftests to MIT To: Mathieu Desnoyers Cc: Michael Ellerman , Shuah Khan , Michael Jeanson , Martin Schwidefsky , Masahiro Yamada , Paul Burton , Sabyasachi Gupta , Vasily Gorbik , Vincent Chen , Will Deacon , Xingxing Su , linux-kernel Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 6, 2023 at 10:35 AM Mathieu Desnoyers wrote: > > Hi, > > I would like to get contributor approval to relicense the rseq selftests > within the Linux kernel and the librseq project to MIT. This will make > it easier to use librseq from statically built applications, and I wish > to continue sharing code between the kernel rseq selftests and librseq. I have no issues with this. Let me know if you need anything more formal. Thanks, Peter > > Allowing use of rseq application headers from statically built > applications was the intent from the beginning, but it turns out that > having the rseq.c initialization code under LGPL2.1 makes it harder than > it should be for users. > > The current contributor summary commit-wise under > tools/testing/selftests/rseq is: > > 269 Mathieu Desnoyers > 6 Michael Ellerman > 5 Shuah Khan > 3 Michael Jeanson > 3 Peter Oskolkov > 2 Martin Schwidefsky > 1 Masahiro Yamada > 1 Paul Burton > 1 Sabyasachi Gupta > 1 Vasily Gorbik > 1 Vincent Chen > 1 Will Deacon > 1 Xingxing Su > > Header files are currently dual-licensed LGPL2.1/MIT, which is > somewhat redundant with plain MIT. > > rseq.c was licensed under LGPL2.1. Relicencing it to MIT will facilitate > its integration into statically built applications. > > In order to facilitate eventual code sharing between tests and the > library implementation, I would like to relicense the tests from LGPL2.1 > to MIT as well. > > Many of the contributions are trivial, but I prefer to kindly ask for > approval nevertheless. > > Thanks, > > Mathieu > > -- > Mathieu Desnoyers > EfficiOS Inc. > https://www.efficios.com