public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@osdl.org>
To: Paul Jackson <pj@sgi.com>
Cc: ebiederm@xmission.com, linux-kernel@vger.kernel.org,
	Greg KH <greg@kroah.com>, Neil Brown <neilb@cse.unsw.edu.au>
Subject: Re: + proc-dont-lock-task_structs-indefinitely-cpuset-fix-2.patch added to -mm tree
Date: Wed, 1 Mar 2006 02:02:55 -0800	[thread overview]
Message-ID: <20060301020255.39fcc6a8.akpm@osdl.org> (raw)
In-Reply-To: <20060301015338.b296b7ad.pj@sgi.com>

Paul Jackson <pj@sgi.com> wrote:
>
> Ok - down to the patch:
> 
>  1) gregkh-driver-empty_release_functions_are_broken.patch         - good
>  2) gregkh-driver-allow-sysfs-attribute-files-to-be-pollable.patch - special case
>  3) gregkh-driver-fix-up-the-sysfs-pollable-patch.patch            - bad
> 
>  Up through and including (1), it all seems fine.

OK, thanks.  So
gregkh-driver-allow-sysfs-attribute-files-to-be-pollable.patch is the
problem.   Odd.

<looks at sysfs_poll()>

If that gets called on a top-level file in /sys, won't
filp->f_dentry->d_parent be pointing at a non-sysfs dentry?

>  With (3) or more loaded, it fails to boot, with the crash
>  given before (and appended below for completeness).
> 
>  With patchs up through (2) loaded, it boots, but complains 27
>  times during the boot
> 
>  One of the 27 complaints for special case (2):
>  ================================= begin =================================
>  Debug: sleeping function called from invalid context at drivers/base/core.c:343^M
>  in_atomic():1, irqs_disabled():0^M
>  ^M
>  Call Trace:^M
>   [<a0000001000132c0>] show_stack+0x40/0xa0^M
>                                  sp=e00002bc3a49f9b0 bsp=e00002bc3a499558^M
>   [<a000000100013b50>] dump_stack+0x30/0x60^M
>                                  sp=e00002bc3a49fb80 bsp=e00002bc3a499540^M
>   [<a00000010008ff80>] __might_sleep+0x200/0x220^M
>                                  sp=e00002bc3a49fb80 bsp=e00002bc3a499510^M
>   [<a0000001004b58b0>] put_device+0x30/0x60^M
>                                  sp=e00002bc3a49fb90 bsp=e00002bc3a4994f0^M
>   [<a00000010051e470>] scsi_put_command+0x170/0x1a0^M
>                                  sp=e00002bc3a49fb90 bsp=e00002bc3a499498^M
>   [<a000000100528c80>] scsi_next_command+0x40/0x80^M
>                                  sp=e00002bc3a49fb90 bsp=e00002bc3a499468^M
>   [<a0000001005296a0>] scsi_end_request+0x1a0/0x1e0^M
>                                  sp=e00002bc3a49fb90 bsp=e00002bc3a499420^M
>   [<a000000100529a50>] scsi_io_completion+0x370/0x820^M
>                                  sp=e00002bc3a49fb90 bsp=e00002bc3a499388^M

Yeah, known problem - big messiness in scsi.  That's why -mm includes
revert-gregkh-driver-put_device-might_sleep.patch.  Looks like I need to
add revert-gregkh-driver-allow-sysfs-attribute-files-to-be-pollable.patch too ;)

  reply	other threads:[~2006-03-01 10:04 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200603010120.k211KqVP009559@shell0.pdx.osdl.net>
2006-03-01  2:18 ` + proc-dont-lock-task_structs-indefinitely-cpuset-fix-2.patch added to -mm tree Paul Jackson
2006-03-01  2:36   ` Andrew Morton
2006-03-01  3:45     ` Paul Jackson
2006-03-01  4:10       ` Paul Jackson
2006-03-01  5:05         ` Eric W. Biederman
2006-03-01  5:25           ` Paul Jackson
2006-03-01  6:11             ` Eric W. Biederman
2006-03-01  6:15               ` Eric W. Biederman
2006-03-01  7:20             ` [PATCH] proc: Reference couting fix Eric W. Biederman
2006-03-01  7:26             ` [PATCH] proc: task_mmu bug fix Eric W. Biederman
2006-03-01  7:46               ` Andrew Morton
2006-03-01 12:49                 ` Eric W. Biederman
2006-03-01 13:14                   ` Hugh Dickins
2006-03-01 13:15                   ` Rafael J. Wysocki
2006-03-01 18:33                 ` Paul Jackson
2006-03-01  7:48             ` + proc-dont-lock-task_structs-indefinitely-cpuset-fix-2.patch added to -mm tree Paul Jackson
2006-03-01  8:26               ` Andrew Morton
2006-03-01  8:39                 ` Paul Jackson
2006-03-01  9:53                 ` Paul Jackson
2006-03-01 10:02                   ` Andrew Morton [this message]
2006-03-01 10:14                     ` Paul Jackson
2006-03-01 10:11                   ` Paul Jackson
2006-03-01 10:31                     ` Paul Jackson
2006-03-01 19:21                   ` Greg KH
2006-03-01 20:58                     ` Paul Jackson
2006-03-01 21:30                       ` Greg KH
2006-03-01 22:26                         ` Andrew Morton
2006-03-01 22:50                           ` Greg KH
2006-03-01 23:20                             ` Paul Jackson
2006-03-01 23:40                               ` Andrew Morton
2006-03-02  0:10                                 ` Paul Jackson
2006-03-02  0:35                                   ` Paul Jackson
2006-03-01 23:10                           ` Paul Jackson
2006-03-01 23:40                             ` Paul Jackson
2006-03-02  4:20                               ` Andrew Morton
2006-03-02  6:14                                 ` Paul Jackson
2006-03-02  7:42                                   ` Andrew Morton
2006-03-02 19:12                                     ` Paul Jackson
2006-03-02 21:52                                       ` Andrew Morton
2006-03-03  6:33                                         ` Paul Jackson
2006-03-03  6:44                                           ` Andrew Morton
2006-03-01  4:31       ` Eric W. Biederman
2006-03-01  4:58         ` Paul Jackson

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=20060301020255.39fcc6a8.akpm@osdl.org \
    --to=akpm@osdl.org \
    --cc=ebiederm@xmission.com \
    --cc=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=neilb@cse.unsw.edu.au \
    --cc=pj@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox