From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-x429.google.com (mail-pf1-x429.google.com [IPv6:2607:f8b0:4864:20::429]) by sourceware.org (Postfix) with ESMTPS id 44480385701E; Tue, 11 Oct 2022 07:15:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 44480385701E 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-pf1-x429.google.com with SMTP id p14so8412758pfq.5; Tue, 11 Oct 2022 00:15:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=H+GufXLD2n+rcT1epXBN4NQbonybd0t0E9wNS0Vcx6s=; b=I1bgLqRGFzSt102guSQlUiEmuwfiy4vl4upbovYLIrFNYUQPFu7tZPV9J8mvXiKibY UboRlPZvZqcXm31hEdGHv7WTAjFC2wYu1NROoQJTVyjhmmewdXcjm9JxxOC58UHYq7e+ exvfLUIMv3Vjvw40Wn9xwbgHY9bkmyi94dVDwBaTxCShpGSovuunsse7yaCFyY60Q1s4 NxNwhBBmQYuF4qw8lhEmQuXN2XxES5MWBzdb2nmyx5ZDJkDnmyK+Qyz3SCsZnwRaFVqm t6CEEIIMfKS4MQVT/deY656pUYjGJiETSdnLZ98mKQ+hfZhRVGbxY7Re4e9gX9eY1BU7 c7GQ== 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=H+GufXLD2n+rcT1epXBN4NQbonybd0t0E9wNS0Vcx6s=; b=L7eHm8glHgrKv7Ouzz3ACrMAz7TR3V/jrmdMXWJK9aBEaiu/VIeL+IPYRE8Obm7dTc F+iETIFQWw82ItrCM5iYlDUvwfq9Qg2/ATPLuIEiti50ejPVM3p+ADkW+qhMq0V/4eFn 2SxtDCvAMO/ejfG7/dPVf6CDIyeNNINd/zS6ZZiTtHBijzJ6VloX6sEoO/kjjs8i/5bc kw3d+qh6Zb70LqJHqJEhDUYWpGrAA2Kea0Ktx3E+olrJEygcgtyNEGzWxnhLS927jn/O MJwvbaw0BCD1C95+uv/CRMJjHhN7DbssXXQltKUSN7V2uO1loLvhUgh/2hssXlMDNJjy vM9Q== X-Gm-Message-State: ACrzQf3FwOOAD7KuhZiQlLuNxNbyig5rfLM3uYN/fSv+c/2ixwH0ALE8 HnzXybOxgF+S1fjQWX0TS+Y5nLO4q6LHbHYFKiw= X-Google-Smtp-Source: AMsMyM5L7VEEtKFSjzL+4wcafmLu5Wj5A+FPAe/4G2plth0FmIF0Hv6/hauUoj2qACjRHECmvuYMbXjG21YhwPbt0BQ= X-Received: by 2002:a05:6a00:3392:b0:547:f861:1fad with SMTP id cm18-20020a056a00339200b00547f8611fadmr23863588pfb.16.1665472541230; Tue, 11 Oct 2022 00:15:41 -0700 (PDT) MIME-Version: 1.0 References: <20220905225046.193799-1-cf.natali@gmail.com> In-Reply-To: From: =?UTF-8?Q?Charles=2DFran=C3=A7ois_Natali?= Date: Tue, 11 Oct 2022 08:15:29 +0100 Message-ID: Subject: Re: [PING 2] [PATCH] libstdc++: basic_filebuf: don't flush more often than necessary. To: Jonathan Wakely Cc: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Content-Type: multipart/alternative; boundary="00000000000034083205eabd0b76" X-Spam-Status: No, score=-3.5 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE,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: --00000000000034083205eabd0b76 Content-Type: text/plain; charset="UTF-8" On Thu, Oct 6, 2022, 17:56 Jonathan Wakely wrote: > > I actually just copy-pasted the header from another test, would it be > simpler if i just removed it? > > > Yes, that's probably the simplest solution, and then add a > Signed-off-by: tag in your patch email, to state you're contributing > it under the DCO terms (assuming of course that you are willing and > able to certify those terms). > I submitted another version of the patch without the header and with the Signed-Off tag, see other thread. Cheers, Charles --00000000000034083205eabd0b76--