From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg1-x52e.google.com (mail-pg1-x52e.google.com [IPv6:2607:f8b0:4864:20::52e]) by sourceware.org (Postfix) with ESMTPS id BE802383F971 for ; Thu, 30 Jun 2022 19:35:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org BE802383F971 Received: by mail-pg1-x52e.google.com with SMTP id s206so297446pgs.3 for ; Thu, 30 Jun 2022 12:35:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=tqG2iOadEnSYxuHjU0OervEx+UkpCFgUnIc7wsenhpo=; b=RrEtPksurtfFqH2LSeEISKBBPRYmuIne6gAEFumYUNqPQ/jBxZWbh9VKUDhDueGD5Q 5cTd6oCf70yzaI1m7GENB0VfUVIRbMl2Ta9TqF5xI41SNRRaYPHB+4rGnHIlVmGB1IlD TGHAOMQDecsNgrTJ3vWrfCuhhO1ZUKAs5XldOJfWrwAjZGR45dh05NRj4KqYA+hcW/66 fm5rvdLCh1d/o8o8UYfLbYc+yo+g//Sp9QHoalXgcZToGwmK6sK1YjvhMYV+cjM5ZN7f lkRs2zdAx8UYnZ9/lZ+ScXV+kxxGgolyAyFUrqX5z/ejgKuAJjkR7ikWZbCnWZU6SSaz Cg7Q== X-Gm-Message-State: AJIora+45MpQZ1oTD6dw3xK5j/TZNTUWLnGBUuQUl9O+DG/1Nwp7KcZc yiZgkRzjsyExC9YUrIRFZi+HhMGJOQ191JKpWVpqTA== X-Google-Smtp-Source: AGRyM1sIlftPrHVUn9JUZtTN7CJuwmGYiTHUZUW7T82j/qbrPZqSImsqtRKAlfR5+c+71dsgGwVknfvRkq18lOZb25w= X-Received: by 2002:a63:8749:0:b0:411:6cb6:e92c with SMTP id i70-20020a638749000000b004116cb6e92cmr8817979pge.20.1656617731678; Thu, 30 Jun 2022 12:35:31 -0700 (PDT) MIME-Version: 1.0 References: <20220627164415.8510-1-soeren@soeren-tempel.net> <29VGBCEYSJXVZ.36Y9MIET2J505@8pit.net> <2I1FY1UKI94A7.2KJVHLWP55B05@8pit.net> In-Reply-To: <2I1FY1UKI94A7.2KJVHLWP55B05@8pit.net> From: Ian Lance Taylor Date: Thu, 30 Jun 2022 12:35:19 -0700 Message-ID: Subject: Re: [PATCH] mksysinfo: add support for musl libc To: =?UTF-8?Q?S=C3=B6ren_Tempel?= Cc: gofrontend-dev@googlegroups.com, gcc-patches@gcc.gnu.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-4.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2022 19:35:34 -0000 On Thu, Jun 30, 2022 at 9:59 AM S=C3=B6ren Tempel wrote: > > Ian Lance Taylor wrote: > > Thanks for the info. Does this patch work? It tweaks the handling of > > SYS_SECCOMP to be specific to that constant. > > Yes, your patch works for me too on Alpine Linux Edge. Thanks. Committed to mainline. Ian