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:	Mon, 01 Apr 2013 08:07:59 +0800
From:	Chen Gang <gang.chen@...anux.com>
To:	Frederic Weisbecker <fweisbec@...il.com>
CC:	Andrew Morton <akpm@...ux-foundation.org>,
	LKML <linux-kernel@...r.kernel.org>,
	Stanislaw Gruszka <sgruszka@...hat.com>,
	Thomas Gleixner <tglx@...utronix.de>,
	Peter Zijlstra <a.p.zijlstra@...llo.nl>,
	Ingo Molnar <mingo@...e.hu>, Oleg Nesterov <oleg@...hat.com>
Subject: Re: [PATCH 1/3] posix-timers: Correctly get dying task time sample
 in posix_cpu_timer_schedule()

On 2013年03月30日 21:15, Frederic Weisbecker wrote:
> In order to arm the next timer to schedule, we take a sample of the
> current process or thread cputime.
> 
> If the task is dying though, we don't arm anything but we
> cache the remaining timer expiration delta for further reads.
> 
> Something similar is performed in posix_cpu_timer_get() but
> here we forget to take the process wide cputime sample
> before caching it.
> 
> As a result we are storing random stack content, leading
> every further reads of that timer to return junk values.
> 
> Fix this by taking the appropriate sample in the case of
> process wide timers.
> 
> Reported-by: Andrew Morton <akpm@...ux-foundation.org>
> Reported-by: Chen Gang <gang.chen@...anux.com>
> Signed-off-by: Frederic Weisbecker <fweisbec@...il.com>
> Cc: Stanislaw Gruszka <sgruszka@...hat.com>
> Cc: Thomas Gleixner <tglx@...utronix.de>
> Cc: Peter Zijlstra <a.p.zijlstra@...llo.nl>
> Cc: Ingo Molnar <mingo@...e.hu>
> Cc: Oleg Nesterov <oleg@...hat.com>
> Cc: Chen Gang <gang.chen@...anux.com>
> ---

  thank you for mark me as reported by, although I reported too late
(Andrew Morton is the first reporter).

  next, I should continue to try to find another issues about kernel.

  :-)

-- 
Chen Gang

Asianux Corporation
--
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