From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id 580403858D1E for ; Tue, 13 Sep 2022 14:35:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 580403858D1E Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1663079744; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=FSAX+I/tmF90ufC+SOR+H92TdDtosaDzbYGOc28sllo=; b=PHspAqNKXsBLJUXtF7QFtYhmNUDeQv91dAYfV8jNmvHDfn/SwWm5HALma6YHXZRp/LJ5oZ jswPSS2dc48L+NeRdLI5adrYqkZ3OSbmx6ZcaZbXt6HapXg3CLPMq4KlvHMwXuJIa0srZN 2qGM0WV1nq1NNVGvSi6IyNbtktkuEho= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-202-ge7-JIZoPTC0VQKoAjzbRw-1; Tue, 13 Sep 2022 10:35:42 -0400 X-MC-Unique: ge7-JIZoPTC0VQKoAjzbRw-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 891143C10228 for ; Tue, 13 Sep 2022 14:35:42 +0000 (UTC) Received: from oldenburg.str.redhat.com (unknown [10.39.192.210]) by smtp.corp.redhat.com (Postfix) with ESMTPS id E49D540C6EC2 for ; Tue, 13 Sep 2022 14:35:41 +0000 (UTC) From: Florian Weimer To: libc-alpha@sourceware.org Subject: [PATCH 0/2] Fix nss/tst-nss-files-hosts-long on single-stack hosts (bug 24816) X-From-Line: 468dff5f8914e9db91785b32683ac0af1f4c731b Mon Sep 17 00:00:00 2001 Message-Id: Date: Tue, 13 Sep 2022 16:35:39 +0200 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain X-Spam-Status: No, score=-5.5 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_NONE,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 List-Id: Our Fedora builders started running the container tests (after the switch to systemd-nspawn), and we encountered this test failure as well. Fix this by disabling address configuration in the getent tool. Tested on x86_64-linux-gnu. Florian Weimer (2): nss: Implement --no-addrconfig option for getent nss: Fix tst-nss-files-hosts-long on single-stack hosts (bug 24816) NEWS | 5 ++++- nss/getent.c | 11 ++++++++++- nss/tst-nss-files-hosts-long.c | 9 +++++---- 3 files changed, 19 insertions(+), 6 deletions(-) base-commit: f278835f594740f5913001430641cf1da4878670 -- 2.37.2