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:	Tue, 15 Feb 2011 14:51:11 -0800
From:	<gregkh@...e.de>
To:	error27@...il.com, 20100315082148.GD18181@...ker,
	a.p.zijlstra@...llo.nl, dhaval.giani@...il.com, efault@....de,
	gregkh@...e.de, kay.sievers@...y.org, linux-kernel@...r.kernel.org,
	mingo@...e.hu
Cc:	<stable@...nel.org>, <stable-commits@...r.kernel.org>
Subject: Patch "sched: Remove  some dead code" has been added to the 2.6.32-longterm tree


This is a note to let you know that I've just added the patch titled

    sched: Remove  some dead code

to the 2.6.32-longterm tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/longterm/longterm-queue-2.6.32.git;a=summary

The filename of the patch is:
     sched-remove-some-dead-code.patch
and it can be found in the queue-2.6.32 subdirectory.

If you, or anyone else, feels it should not be added to the 2.6.32 longterm tree,
please let <stable@...nel.org> know about it.


>From efault@....de  Tue Feb 15 14:39:20 2011
From: Dan Carpenter <error27@...il.com>
Date: Fri, 11 Feb 2011 07:04:45 +0100
Subject: sched: Remove  some dead code
To: Dhaval Giani <dhaval.giani@...il.com>
Cc: LKML <linux-kernel@...r.kernel.org>, Peter Zijlstra <a.p.zijlstra@...llo.nl>, Ingo Molnar <mingo@...e.hu>, Greg Kroah-Hartman <gregkh@...e.de>
Message-ID: <1297404285.7865.21.camel@...ge.simson.net>


From: Dan Carpenter <error27@...il.com>

commit 618765801ebc271fe0ba3eca99fcfd62a1f786e1 upstream.

This was left over from "7c9414385e sched: Remove USER_SCHED"

Signed-off-by: Dan Carpenter <error27@...il.com>
Acked-by: Dhaval Giani <dhaval.giani@...il.com>
Cc: Kay Sievers <kay.sievers@...y.org>
Cc: Greg Kroah-Hartman <gregkh@...e.de>
LKML-Reference: <20100315082148.GD18181@...ker>
Signed-off-by: Ingo Molnar <mingo@...e.hu>
Signed-off-by: Mike Galbraith <efault@....de>
Signed-off-by: Greg Kroah-Hartman <gregkh@...e.de>

---
 kernel/user.c |    2 --
 1 file changed, 2 deletions(-)

--- a/kernel/user.c
+++ b/kernel/user.c
@@ -170,8 +170,6 @@ struct user_struct *alloc_uid(struct use
 
 	return up;
 
-	put_user_ns(new->user_ns);
-	kmem_cache_free(uid_cachep, new);
 out_unlock:
 	return NULL;
 }


Patches currently in longterm-queue-2.6.32 which might be from error27@...il.com are

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