From: akpm@linux-foundation.org
To: mm-commits@vger.kernel.org
Cc: jkacur@redhat.com, ralf@linux-mips.org
Subject: + mips-vpe-remove-leftover-unlock_kernel.patch added to -mm tree
Date: Mon, 02 Nov 2009 23:01:38 -0800 [thread overview]
Message-ID: <200911030701.nA371cAP019835@imap1.linux-foundation.org> (raw)
The patch titled
mips: vpe: remove leftover unlock_kernel()
has been added to the -mm tree. Its filename is
mips-vpe-remove-leftover-unlock_kernel.patch
Before you just go and hit "reply", please:
a) Consider who else should be cc'ed
b) Prefer to cc a suitable mailing list as well
c) Ideally: find the original patch on the mailing list and do a
reply-to-all to that, adding suitable additional cc's
*** Remember to use Documentation/SubmitChecklist when testing your code ***
See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find
out what to do about this
The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
------------------------------------------------------
Subject: mips: vpe: remove leftover unlock_kernel()
From: John Kacur <jkacur@redhat.com>
commit 1bbfc20d0161cd94b1b8111566be2fa41b41b608 ("MIPS: VPE: Get rid of
BKL.") was supposed to have removed the BKL, but there is a leftover and
unpaired unlock_kernel call in the function vpe_open. Remove it.
Signed-off-by: John Kacur <jkacur@redhat.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
arch/mips/kernel/vpe.c | 3 ---
1 file changed, 3 deletions(-)
diff -puN arch/mips/kernel/vpe.c~mips-vpe-remove-leftover-unlock_kernel arch/mips/kernel/vpe.c
--- a/arch/mips/kernel/vpe.c~mips-vpe-remove-leftover-unlock_kernel
+++ a/arch/mips/kernel/vpe.c
@@ -38,7 +38,6 @@
#include <linux/vmalloc.h>
#include <linux/elf.h>
#include <linux/seq_file.h>
-#include <linux/smp_lock.h>
#include <linux/syscalls.h>
#include <linux/moduleloader.h>
#include <linux/interrupt.h>
@@ -1116,8 +1115,6 @@ static int vpe_open(struct inode *inode,
v->shared_ptr = NULL;
v->__start = 0;
- unlock_kernel();
next reply other threads:[~2009-11-03 7:02 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-03 7:01 akpm [this message]
[not found] ` <20091103140953.GA23611@linux-mips.org>
[not found] ` <20091103085613.373634ab.akpm@linux-foundation.org>
2009-11-03 21:52 ` [PATCH cleanup] Re: + mips-vpe-remove-leftover-unlock_kernel.patch added to -mm tree John Kacur
2009-11-03 22:15 ` Ralf Baechle
2009-11-03 22:24 ` John Kacur
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200911030701.nA371cAP019835@imap1.linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=jkacur@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mm-commits@vger.kernel.org \
--cc=ralf@linux-mips.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.