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:	Fri, 13 Mar 2009 01:20:00 +0100
From:	Ingo Molnar <mingo@...e.hu>
To:	mingo@...hat.com, hpa@...or.com, dvhltc@...ibm.com,
	linux-kernel@...r.kernel.org, rusty@...tcorp.com.au,
	peterz@...radead.org, tglx@...utronix.de
Cc:	linux-tip-commits@...r.kernel.org
Subject: Re: [tip:core/futexes] futex: additional (get|put)_futex_key()
	fixes


* Darren Hart <dvhltc@...ibm.com> wrote:

> @@ -1595,13 +1601,12 @@ uaddr_faulted:
>  
>  	ret = get_user(uval, uaddr);
>  	if (!ret)
> -		goto retry;
> +		goto retry_unlocked;
>  
> -	if (to)
> -		destroy_hrtimer_on_stack(&to->timer);
> -	return ret;
> +	goto out_put_key;

hm, was that destroy_hrtimer_on_stack() removal intended? It's 
not directly commented on in the changelog.

	Ingo
--
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