From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ua1-x92c.google.com (mail-ua1-x92c.google.com [IPv6:2607:f8b0:4864:20::92c]) by sourceware.org (Postfix) with ESMTPS id 25044385842D for ; Mon, 3 Jan 2022 13:23:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 25044385842D Received: by mail-ua1-x92c.google.com with SMTP id y4so849718uad.1 for ; Mon, 03 Jan 2022 05:23:49 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=EnUDZZQFnFBHrCXeczWIkWupX+cU7ci4sqY9WmYGtcM=; b=CSYUf5+MIJX5ABuf/C+ZfxD2EFVuUuwRolyzo6o9OuUt06XhKPL+j9B+fNQv1pKmNs gbF9I2H2IGmS1vFQX4v2D860PITt5nPRCdyvZK7g/y/yEEOlhIL2/vfloU9ujV84eVy9 ximwYyLGLrqCRi6og/m26d8sfO2QE+Tu6btsHwMdqJ0DkpsNkg7uGlhYsjvuNLeokmdU 7sjxRyAG+vW8oHm7pGQxmyeg8es9AUI/JUEAnxOYJLREH9jbiLL0OKzMjGtT3FpLR/Y5 Rt6LSQQB2LoiO8isuB2lOjPZHzmZgfROQ7KiKuiZz5Hxu4vfGg3hwGXVgqvrcm14e9om mvVg== X-Gm-Message-State: AOAM533IHpzu+SJWkxfE9T9BxNPgEiZctblufN9pNW40qErrcoou+x94 DqpGJUCQrYEx7dRUen8/6hbU4g== X-Google-Smtp-Source: ABdhPJy6NE/sIKO7xqIvDCO78rMwFQ8Q8ddqJvKskbfqicbcWxi/DYLMC5ypuecPN/1h80HoJ/yhbg== X-Received: by 2002:a05:6102:3a06:: with SMTP id b6mr303187vsu.2.1641216228646; Mon, 03 Jan 2022 05:23:48 -0800 (PST) Received: from ?IPV6:2804:431:c7ca:a350:6969:50a8:eab8:8f2f? ([2804:431:c7ca:a350:6969:50a8:eab8:8f2f]) by smtp.gmail.com with ESMTPSA id s32sm941355uas.3.2022.01.03.05.23.47 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 03 Jan 2022 05:23:48 -0800 (PST) Message-ID: Date: Mon, 3 Jan 2022 10:23:45 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.4.0 Subject: Re: [PATCH v9 3/4] elf: Issue la_symbind for bind-now (BZ #23734) Content-Language: en-US To: Andreas Schwab , Adhemerval Zanella via Libc-alpha Cc: jma14 , John Mellor-Crummey References: <20220103125306.4151129-1-adhemerval.zanella@linaro.org> <20220103125306.4151129-4-adhemerval.zanella@linaro.org> <87fsq50xvb.fsf@igel.home> From: Adhemerval Zanella In-Reply-To: <87fsq50xvb.fsf@igel.home> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-7.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jan 2022 13:23:50 -0000 On 03/01/2022 10:09, Andreas Schwab wrote: > On Jan 03 2022, Adhemerval Zanella via Libc-alpha wrote: > >> +* The audit module interface version LAV_CURRENT is increased to enable >> + proper bind-now support. The loader now advertise on the la_symbind > > advertises > For some reason git-se timeout sending the last patch, I will fix it and resend the whole set.