From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id qA9DBaDHbV8GMgAA0tVLHw (envelope-from ) for ; Fri, 25 Sep 2020 10:34:08 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id UHDzAKDHbV+ITAAAbx9fmQ (envelope-from ) for ; Fri, 25 Sep 2020 10:34:08 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id A92FE940365 for ; Fri, 25 Sep 2020 10:34:07 +0000 (UTC) Received: from localhost ([::1]:56528 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kLl3G-0002YW-MP for larch@yhetil.org; Fri, 25 Sep 2020 06:34:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44676) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kLkvS-00033Y-Fc for guix-patches@gnu.org; Fri, 25 Sep 2020 06:26:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:59459) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kLkvS-0000A6-6E for guix-patches@gnu.org; Fri, 25 Sep 2020 06:26:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kLkvS-000475-2l for guix-patches@gnu.org; Fri, 25 Sep 2020 06:26:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43591] [PATCH core-updates] gnu: glibc-final: Catch all cases of a glibc user not requesting 64-bit offsets and then using readdir. Resent-From: Danny Milosavljevic Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 25 Sep 2020 10:26:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43591 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Marius Bakke Cc: 43591@debbugs.gnu.org Received: via spool by 43591-submit@debbugs.gnu.org id=B43591.160102951615749 (code B ref 43591); Fri, 25 Sep 2020 10:26:02 +0000 Received: (at 43591) by debbugs.gnu.org; 25 Sep 2020 10:25:16 +0000 Received: from localhost ([127.0.0.1]:42771 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kLkui-00045x-K2 for submit@debbugs.gnu.org; Fri, 25 Sep 2020 06:25:16 -0400 Received: from dd26836.kasserver.com ([85.13.145.193]:37002) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kLkug-00045o-Jw for 43591@debbugs.gnu.org; Fri, 25 Sep 2020 06:25:14 -0400 Received: from localhost (80-110-126-103.cgn.dynamic.surfer.at [80.110.126.103]) by dd26836.kasserver.com (Postfix) with ESMTPSA id E265833682CD; Fri, 25 Sep 2020 12:25:13 +0200 (CEST) Date: Fri, 25 Sep 2020 12:24:50 +0200 From: Danny Milosavljevic Message-ID: <20200925122450.61df97da@scratchpost.org> In-Reply-To: <87363759at.fsf@gnu.org> References: <20200924141211.21649-1-dannym@scratchpost.org> <87363759at.fsf@gnu.org> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/runeDaZWPexcnwMWnD+cTOb"; protocol="application/pgp-signature"; micalg=pgp-sha512 X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.7 (-) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -1.11 X-TUID: 9g7WWbXHYUNY --Sig_/runeDaZWPexcnwMWnD+cTOb Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Thu, 24 Sep 2020 20:17:14 +0200 Marius Bakke wrote: > As mentioned in that issue, and which this patch states on no uncertain > terms, a workaround is to use -D_FILE_OFFSET_BITS=3D64 on 32-bit platform= s. That is not a workaround. That is the correct fix. The kernel uses 64 bit offsets on 32-bit platforms anyway. So either they don't ask the kernel questions they don't want to know the answer to, or they use 64 bit offsets, too. --Sig_/runeDaZWPexcnwMWnD+cTOb Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAl9txXIACgkQ5xo1VCww uqWFxgf/SFs4Qr2DuOGjlo/8lwAeGFPdnAWlun5d8yEeBcQCOnxPIi/XjeJNryM2 +T/81IBsByMIZlQWPPssYsFgqAqpPh4jG0ymYc77f3mJ4a4vqHzvbM7CWYRpxFO8 WBv42TsOl1szwOrwknF/Qqx7ERv2hNidkzCmqrAaOtnu5aLCrmdWX/UmeZkEZYJG gTQUKOdhgUQTfJgzW9RbdeN/TmJRsfsQZGzq+65BFDg9HERU/LhtR5E704HmRiZx lmmHR1ArysoEvhioX6aqaQxkFFgCeTn0IXtmSpaHZSsFHrsl7LAWx4V8DcOaAF8E upmivdcdHAKPP6ULiRKpsYzceAwHPw== =YvvO -----END PGP SIGNATURE----- --Sig_/runeDaZWPexcnwMWnD+cTOb--