All of lore.kernel.org
 help / color / mirror / Atom feed
* Patch "security: fix typo in security_task_prctl" has been added to the 4.2-stable tree
@ 2015-10-17 22:04 gregkh
  2015-10-18  4:30 ` Andy Lutomirski
  0 siblings, 1 reply; 3+ messages in thread
From: gregkh @ 2015-10-17 22:04 UTC (permalink / raw)
  To: jann, gregkh, luto, torvalds; +Cc: stable, stable-commits


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

    security: fix typo in security_task_prctl

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

The filename of the patch is:
     security-fix-typo-in-security_task_prctl.patch
and it can be found in the queue-4.2 subdirectory.

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


>From b7f76ea2ef6739ee484a165ffbac98deb855d3d3 Mon Sep 17 00:00:00 2001
From: Jann Horn <jann@thejh.net>
Date: Fri, 18 Sep 2015 23:41:23 +0200
Subject: security: fix typo in security_task_prctl

From: Jann Horn <jann@thejh.net>

commit b7f76ea2ef6739ee484a165ffbac98deb855d3d3 upstream.

Signed-off-by: Jann Horn <jann@thejh.net>
Reviewed-by: Andy Lutomirski <luto@kernel.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

---
 include/linux/security.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/include/linux/security.h
+++ b/include/linux/security.h
@@ -946,7 +946,7 @@ static inline int security_task_prctl(in
 				      unsigned long arg4,
 				      unsigned long arg5)
 {
-	return cap_task_prctl(option, arg2, arg3, arg3, arg5);
+	return cap_task_prctl(option, arg2, arg3, arg4, arg5);
 }
 
 static inline void security_task_to_inode(struct task_struct *p, struct inode *inode)


Patches currently in stable-queue which might be from jann@thejh.net are

queue-4.2/security-fix-typo-in-security_task_prctl.patch

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-10-18  5:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-17 22:04 Patch "security: fix typo in security_task_prctl" has been added to the 4.2-stable tree gregkh
2015-10-18  4:30 ` Andy Lutomirski
2015-10-18  5:06   ` Greg KH

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.