All of lore.kernel.org
 help / color / mirror / Atom feed
From: Artem Bityutskiy <dedekind@infradead.org>
To: kyungmin.park@samsung.com
Cc: "linux-mtd@lists.infradead.org" <linux-mtd@lists.infradead.org>
Subject: Re: OneNAND: soft lockup
Date: Thu, 28 Dec 2006 12:08:23 +0200	[thread overview]
Message-ID: <1167300503.4217.21.camel@sauron> (raw)
In-Reply-To: <3032008.882331167270436184.JavaMail.weblogic@ep_ml22>

Hello Kyungmin,

On Thu, 2006-12-28 at 01:47 +0000, Kyungmin Park wrote:
> hmm, after patch, it has a problem.
> How can I find the soft lockup?

Well, it's about calling cond_resched() in JFFS2's loops. Please, try
this patch.

P.S. Please, consider to use git-am (-i -s options are useful) when
applying patches, in this case you will end up with correct patch
author. For example, the author of this patch is incorrect at your tree:
http://git.infradead.org/?p=users/kmpark/onenand-mtd-2.6.git;a=commit;h=fd9d42f16f1d98852a386c020dcd45d8c207d10d

For example, with the attached patch you can do:

git-am -i -s reschedule-in-loops.diff

Then press e, edit the commit message, and press y. Very handy tool.
Also, git-format-patch allows you to generate patches like that (with
From: and Subject: lines).

-- 
Best regards,
Artem Bityutskiy (Битюцкий Артём)

  reply	other threads:[~2006-12-28 10:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-28  1:47 OneNAND: soft lockup Kyungmin Park
2006-12-28 10:08 ` Artem Bityutskiy [this message]
2006-12-28 10:11   ` Artem Bityutskiy
  -- strict thread matches above, loose matches on Subject: below --
2006-12-29  3:01 Kyungmin Park

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=1167300503.4217.21.camel@sauron \
    --to=dedekind@infradead.org \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-mtd@lists.infradead.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.