From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x32c.google.com (mail-wm1-x32c.google.com [IPv6:2a00:1450:4864:20::32c]) by sourceware.org (Postfix) with ESMTPS id E14533858289 for ; Thu, 16 Feb 2023 02:23:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E14533858289 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-wm1-x32c.google.com with SMTP id hg24-20020a05600c539800b003e1f5f2a29cso3057876wmb.4 for ; Wed, 15 Feb 2023 18:23:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=371Ug6YUDkPadHtR0K0LUzqM9g6hRM6Cro7Ch0KFr/c=; b=GSf+kt8kVnaKldAh2bFMiMuXCRN1J3tcCBPCqzZeq10IhwdrderZ15KewC3C/8nhuv h5d/iAzQX447enIOqyM9H8j4MtcuuUrFSNfQs2ZoJG5NVjbZ0j0RWn0nTqacGd7V+QqZ l9Jb4nNwYrDGpC2AS6t4bUnu7d/3ZUwh4uUGCfNf8zCfZ8W1sPHOyXL7F+u4E74ki9MC 3ufpEbOXia6zlkokVJK4fLkYAb05hYNqA3PlNKDcum649NMmVhY6R23Gh52U2iNXQgcb Xdj+3kQoNRfekxc4o8gWrgZQSR92BgJtFh9hkZwzetCEIboEGFV43htGFaNEUlhwE9Y4 Sjdw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=371Ug6YUDkPadHtR0K0LUzqM9g6hRM6Cro7Ch0KFr/c=; b=zMKat8KnUuRyYWEg5JAaP5OA+ts8tCi+LGytsR4UHJy1exzKpjzHVnygxOmbXKOhmi deqsWQZnxKsLvnXqJ2KzEZmqx42nmm9MB4LSZJGbL2RxFMKW35YkRaRpQAVT0ey/pHV6 Gr9ooSQP2hVakNi2iBa0I96O+t2S2YI6VAlvfdY+388KAsIkH00qX4KYUxh4RzVVDtJS DndeCQ4ZHypvKpIr4XVRlw6RA6LFMyZv35Mgwr7cqy4QBShQPhkPodg4rMc7Fgxy4tJd RGgiNgaXY6F/wRfqG+1tXh+NXsxaxLIelPbuFoyKl0NLMgl1Z9yYplYkDGRjo7Nf3zy9 pfPg== X-Gm-Message-State: AO0yUKVrmCr/LKOc/hXE/D83HyzBFUjlYUXmrRPhYieNT6uaTxrin1/R ijNK9vIbWzhjo86OVdeFiw99CI+g64A= X-Google-Smtp-Source: AK7set8WsZ8Jusf040+p99i4v9kvFP15QPUfUDHwm3buZ94OYHhGXB/SwqzQ8ZKOkYCUZpHDWiNCvA== X-Received: by 2002:a05:600c:1f1a:b0:3df:ee43:860b with SMTP id bd26-20020a05600c1f1a00b003dfee43860bmr3542941wmb.23.1676514237650; Wed, 15 Feb 2023 18:23:57 -0800 (PST) Received: from solpc.. (67.pool90-171-92.dynamic.orange.es. [90.171.92.67]) by smtp.gmail.com with ESMTPSA id t19-20020a05600c451300b003dfe549da4fsm4086531wmo.18.2023.02.15.18.23.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Feb 2023 18:23:57 -0800 (PST) From: Joan Bruguera To: libc-alpha@sourceware.org Cc: adhemerval.zanella@linaro.org Subject: Re: [PATCH] elf: Restore lconfig libc6 implicit soname logic [BZ #30125] Date: Thu, 16 Feb 2023 02:23:55 +0000 Message-Id: <20230216022355.3954438-1-joanbrugueram@gmail.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-4.5 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: >> >>> Signed-off-by: Joan Bruguera >> >> We do not signed-off-by on glibc, so no need for it. >> > > https://sourceware.org/glibc/wiki/Contribution%20checklist#Developer_Certificate_of_Origin says we do? Hmmm, indeed, after re-re-reviewing this document, I understand (hopefully correctly) that I indeed *must* include the Signed-off-by header, as I am not covered by a copyright assignment to the FSF. I have submitted a v3 adding the Signed-off-by as well as a "Copyright The GNU Toolchain Authors." header to the new test, additionally to a "Copyright (C) 2000-2023 Free Software Foundation, Inc." (as the test structure is based on tst-ldconfig-X.sh.) Apologies if *not* adding the "Copyright The GNU Toolchain Authors." header in the previous mail made the reviewer think I was covered by a FSF assignment. Hope I've got the copyright legalese right now.