lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 1 Sep 2007 12:07:57 +0200
From:	Andi Kleen <ak@...e.de>
To:	Chuck Ebbert <cebbert@...hat.com>
Cc:	Andrew Morton <akpm@...ux-foundation.org>, Valdis.Kletnieks@...edu,
	jakub@...hat.com, Ulrich Drepper <drepper@...hat.com>,
	linux-kernel@...r.kernel.org
Subject: Re: 2.6.23-rc3-mm1 - vdso and gettimeofday issues with glibc


>         write_seqlock_irqsave(&vsyscall_gtod_data.lock, flags);
>         /* copy vsyscall data */
>         vsyscall_gtod_data.clock.vread = clock->vread;
>         vsyscall_gtod_data.clock.cycle_last = clock->cycle_last;
>         vsyscall_gtod_data.clock.mask = clock->mask;
>         vsyscall_gtod_data.clock.mult = clock->mult;
>         vsyscall_gtod_data.clock.shift = clock->shift;
>         vsyscall_gtod_data.wall_time_sec = wall_time->tv_sec;
>         vsyscall_gtod_data.wall_time_nsec = wall_time->tv_nsec;  <===
>         vsyscall_gtod_data.sys_tz = sys_tz;
>         vsyscall_gtod_data.wall_time_nsec = wall_time->tv_nsec;  <===

Must have been a (harmless) merging mistake, but I bet gcc optimizes it out
anyways.

-Andi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ