From patchwork Wed Mar 11 07:33:16 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Frysinger X-Patchwork-Id: 448834 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id B90C2140187 for ; Wed, 11 Mar 2015 18:33:51 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass reason="1024-bit key; unprotected key" header.d=sourceware.org header.i=@sourceware.org header.b=ro6yQFhe; dkim-adsp=none (unprotected policy); dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:cc:subject:message-id:references :mime-version:content-type:in-reply-to; q=dns; s=default; b=F8iJ D6nbZ7iPUXEwfn/t9K43hkuuBSw4pAOBnzIWDqhKdBrPZWY68ffSPm9zu16QLBzX wCnZyLjuTfGLEllUwGJo/U2u4wyEf2QVECijJzXqCyfMtYWULxPnM2IXfnbIZM1+ NX9DhGkKxQYOxYuTGXkT9Jk378r6m1X5sBJxatY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:cc:subject:message-id:references :mime-version:content-type:in-reply-to; s=default; bh=HPpgQhnMKW vJ8Q6N1LJCS6lFZEI=; b=ro6yQFheBG2pFFLjKy95fvJKQIG0YIxBUhgHdCClVh ObaGIQ3aS65gw5wgrwAMB3lcoH3Hr9X7WXJU5nU506jzkWjzj3oYOSz3dQeHi5Pu +mr/lElpniSQxGe/6zG7xmyGrlzx9rg/BDPKYHK7CurtPgvx3ymdVbo7/xuHY7+q Y= Received: (qmail 8531 invoked by alias); 11 Mar 2015 07:33:29 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 8448 invoked by uid 89); 11 Mar 2015 07:33:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL, BAYES_00, SPF_PASS, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: smtp.gentoo.org Date: Wed, 11 Mar 2015 03:33:16 -0400 From: Mike Frysinger To: John David Anglin Cc: Joseph Myers , libc-alpha@sourceware.org, carlos@systemhalted.org Subject: Re: [PATCH] hppa: fix __O_SYNC to match the kernel Message-ID: <20150311073316.GB9455@vapier> Mail-Followup-To: John David Anglin , Joseph Myers , libc-alpha@sourceware.org, carlos@systemhalted.org References: <1424755185-27627-1-git-send-email-vapier@gentoo.org> <20150227065339.GO29461@vapier> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: On 02 Mar 2015 08:18, John David Anglin wrote: > On 2015-03-01, at 5:24 PM, Joseph Myers wrote: > > If this bug was user-visible in a release, there should be a bug filed in > > Bugzilla for it (this generally applies when fixing any bug that was > > user-visible in a release). > > https://sourceware.org/bugzilla/show_bug.cgi?id=18068 thanks, updated the source: -mike --- a/ChangeLog +++ b/ChangeLog @@ -351,6 +351,7 @@ 2015-02-27 John David Anglin + [BZ #18068] * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change to 00100000. --- a/NEWS +++ b/NEWS @@ -13,8 +13,8 @@ Version 2.22 16560, 16783, 17269, 17523, 17569, 17588, 17631, 17711, 17776, 17779, 17792, 17836, 17912, 17916, 17932, 17944, 17949, 17964, 17965, 17967, 17969, 17978, 17987, 17991, 17996, 17998, 17999, 18019, 18020, 18029, - 18030, 18032, 18036, 18038, 18039, 18042, 18043, 18046, 18047, 18104, - 18110, 18111. + 18030, 18032, 18036, 18038, 18039, 18042, 18043, 18046, 18047, 18068, + 18104, 18110, 18111. * Character encoding and ctype tables were updated to Unicode 7.0.0, using new generator scripts contributed by Pravin Satpute and Mike FABIAN (Red