All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rolf Eike Beer <eike-kernel@sf-tec.de>
To: John David Anglin <dave.anglin@bell.net>
Cc: Aaro Koskinen <aaro.koskinen@iki.fi>,
	Meelis Roos <mroos@linux.ee>,
	linux-parisc@vger.kernel.org, linux-parisc-owner@vger.kernel.org
Subject: Re: mmap problem in localedef
Date: Tue, 11 Apr 2017 15:57:57 +0200	[thread overview]
Message-ID: <6c7c6e7be105acd09fafdcdbcce4a08f@sf-tec.de> (raw)
In-Reply-To: <076425B0-DC96-4309-95D3-50E5941452A3@bell.net>

Am 2017-04-11 14:01, schrieb John David Anglin:
> On 2017-04-05, at 7:03 PM, John David Anglin wrote:
> 
>> Attached is my latest patch for glibc trunk on hppa.  
>> sysdeps/hppa/fpu/libm-test-ulps is updated with new
>> ulps values.  sysdeps/hppa/dl-fptr.c b/sysdeps/hppa/dl-fptr.c is 
>> updated because define for ALIGN_UP
>> moved.
> 
> Latest patch set adds v3 version of pthread_cond_t patch and fixes
> nptl/tst-typesizes.

+	  char *new_guard = (char *) (((uintptr_t) pd - guardsize) & 
~pagesize_m1);
+	  char *old_guard = (char *) (((uintptr_t) pd - pd->guardsize) & 
~pagesize_m1);

Why cast this to char* at all? Just use the uintptr_t numbers for the 
compare.

Eike

  reply	other threads:[~2017-04-11 13:57 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-05 11:36 mmap problem in localedef Meelis Roos
2016-12-05 18:10 ` Aaro Koskinen
2016-12-05 18:49   ` John David Anglin
2016-12-05 20:58     ` Aaro Koskinen
2016-12-05 21:17       ` John David Anglin
2016-12-05 23:50         ` John David Anglin
2017-04-01 18:37           ` Aaro Koskinen
2017-04-01 18:41             ` Rolf Eike Beer
2017-04-01 19:10               ` Aaro Koskinen
2017-04-02 14:08                 ` John David Anglin
2017-04-02 19:12                   ` Aaro Koskinen
2017-04-02 19:49                     ` John David Anglin
2017-04-02 20:13                       ` John David Anglin
2017-04-02 20:55                         ` John David Anglin
2017-04-02 21:45                       ` John David Anglin
2017-04-05 23:03                     ` John David Anglin
2017-04-11 12:01                       ` John David Anglin
2017-04-11 13:57                         ` Rolf Eike Beer [this message]
2017-04-16 19:22                           ` John David Anglin
2017-04-01 19:20             ` John David Anglin
2016-12-05 21:12     ` Meelis Roos
2016-12-05 21:17       ` Jeroen Roovers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6c7c6e7be105acd09fafdcdbcce4a08f@sf-tec.de \
    --to=eike-kernel@sf-tec.de \
    --cc=aaro.koskinen@iki.fi \
    --cc=dave.anglin@bell.net \
    --cc=linux-parisc-owner@vger.kernel.org \
    --cc=linux-parisc@vger.kernel.org \
    --cc=mroos@linux.ee \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.