All of lore.kernel.org
 help / color / mirror / Atom feed
From: akpm@linux-foundation.org
To: steiner@sgi.com, mm-commits@vger.kernel.org
Subject: [folded] gru-update-gru-kernel-self-tests-fix.patch removed from -mm tree
Date: Wed, 17 Jun 2009 15:57:45 -0700	[thread overview]
Message-ID: <200906172257.n5HMvkIZ017199@imap1.linux-foundation.org> (raw)


The patch titled
     gru-update-gru-kernel-self-tests-fix
has been removed from the -mm tree.  Its filename was
     gru-update-gru-kernel-self-tests-fix.patch

This patch was dropped because it was folded into gru-update-gru-kernel-self-tests.patch

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: gru-update-gru-kernel-self-tests-fix
From: Jack Steiner <steiner@sgi.com>

Add fixes suggested by Andrew.

Signed-off-by: Jack Steiner <steiner@sgi.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 drivers/misc/sgi-gru/grukservices.c |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff -puN drivers/misc/sgi-gru/grukservices.c~gru-update-gru-kernel-self-tests-fix drivers/misc/sgi-gru/grukservices.c
--- a/drivers/misc/sgi-gru/grukservices.c~gru-update-gru-kernel-self-tests-fix
+++ a/drivers/misc/sgi-gru/grukservices.c
@@ -933,8 +933,7 @@ done:
 
 static int quicktest2(unsigned long arg)
 {
-	static struct completion cmp;
-	static int inited;
+	static DECLARE_COMPLETION(cmp);
 	unsigned long han;
 	int blade_id = 0;
 	int numcb = 4;
@@ -949,9 +948,6 @@ static int quicktest2(unsigned long arg)
 		return -ENOMEM;
 
 	ret = -EBUSY;
-	if (!inited)
-		init_completion(&cmp);
-	inited = 1;
 	han = gru_reserve_async_resources(blade_id, numcb, 0, &cmp);
 	if (!han)
 		goto done;
_

Patches currently in -mm which might be from steiner@sgi.com are

origin.patch
gru-bug-fixes-for-gru-exception-handling.patch
gru-dump-chiplet-state.patch
gru-dynamic-allocation-of-kernel-contexts.patch
gru-change-context-load-and-unload.patch
gru-support-cch_allocate-for-kernel-threads.patch
gru-change-resource-assignment-for-kernel-threads.patch
gru-support-contexts-with-zero-dsrs-or-cbrs.patch
gru-fix-handling-of-mesq-failures.patch
gru-check-context-state-on-reload.patch
gru-support-instruction-completion-interrupts.patch
gru-support-for-asynchronous-gru-instructions.patch
gru-update-gru-kernel-self-tests.patch
gru-update-gru-kernel-self-tests-fix.patch
gru-update-to-rev-09-of-gru-spec.patch
gru-fix-cache-coherency-issues-with-instruction-retry.patch
gru-add-user-request-to-explicitly-unload-a-gru-context.patch
gru-fix-automatic-retry-of-gru-instruction-failures.patch
gru-collect-per-context-user-statistics.patch
gru-delete-user-request-for-fetching-chiplet-status.patch
gru-cleanup-gru-inline-functions.patch
gru-generic-infrastructure-for-context-options.patch
gru-add-user-request-to-specify-gru-slice.patch
gru-fix-potential-use-after-free-when-purging-gru-tlbs.patch
gru-fixes-to-grudump-utility.patch
gru-remove-references-to-the-obsolete-global-status-handle.patch
gru-copyright-fixes.patch


                 reply	other threads:[~2009-06-17 22:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=200906172257.n5HMvkIZ017199@imap1.linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mm-commits@vger.kernel.org \
    --cc=steiner@sgi.com \
    /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.