From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E3495385842C; Tue, 29 Aug 2023 14:01:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E3495385842C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1693317679; bh=i2ni6Ercs0If4HVwhLcid5TbFqVOhOmi/UFRmfoH5DM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xuUhyzCtXKg4xdpbUXjQ4/HKTL/deADmVy6orGHmDQDWlXWPZJWHh+P54Lv5+HIju vQXS/oOqp5L6AGt0CV90NVfYd8TerDDaZdJKW4fOx9uNIKv0Lt2pj/ILVMYEZkoes0 klUCkcMRzweXWP3hJUhY5eZ54ffQ82v+93AXop+k= From: "fweimer at redhat dot com" To: glibc-bugs@sourceware.org Subject: [Bug libc/30804] F_GETLK, F_SETLK, and F_SETLKW value change for powerpc64 with -D_FILE_OFFSET_BITS=64 Date: Tue, 29 Aug 2023 14:01:19 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: 2.38 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: fweimer at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30804 --- Comment #6 from Florian Weimer --- (In reply to Adhemerval Zanella from comment #5) > The powercp64 fcntl will handle F_GETLK/F_SETLK/F_SETLKW with the histori= cal > values with the FCNTL_ADJUST_CMD macro, so old binaries will continue to > work as expected. I am not sure if we still need to keep exporting old > values for powerpc64. Agreed, my comment was misguided, I thought the proposed change was going in the opposite direction. I do not think we need to preserve the old behavior. --=20 You are receiving this mail because: You are on the CC list for the bug.=