[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090820183635.GB8517@lenovo>
Date: Thu, 20 Aug 2009 22:36:35 +0400
From: Cyrill Gorcunov <gorcunov@...il.com>
To: "Rafael J. Wysocki" <rjw@...k.pl>
Cc: q-funk@....fi,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Kernel Testers List <kernel-testers@...r.kernel.org>,
Al Viro <viro@...iv.linux.org.uk>
Subject: Re: [Bug #13941] x86 Geode issue
[Rafael J. Wysocki - Thu, Aug 20, 2009 at 05:04:06PM +0200]
| On Thursday 20 August 2009, Martin-Éric Racine wrote:
| > Yes, it's still valid.
|
| Thanks for the update.
|
| > Screenshots of the crash have been provided. Is anything else missing
| > for the LKML to be able to debug and fix this?
|
| An idea of what can be wrong?
|
| > On Wed, Aug 19, 2009 at 11:26 PM, Rafael J. Wysocki<rjw@...k.pl> wrote:
| > > This message has been generated automatically as a part of a report
| > > of recent regressions.
| > >
| > > The following bug entry is on the current list of known regressions
| > > from 2.6.30. Please verify if it still should be listed and let me know
| > > (either way).
| > >
| > >
| > > Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13941
| > > Subject : x86 Geode issue
| > > Submitter : Martin-Éric Racine <q-funk@....fi>
| > > Date : 2009-08-03 12:58 (17 days old)
| > > References : http://marc.info/?l=linux-kernel&m=124930434732481&w=4
|
| Rafael
|
Hi,
may I post a thought?
It seems strange to me that alloc_inode may set
#ifdef CONFIG_FS_POSIX_ACL
inode->i_acl = inode->i_default_acl = ACL_NOT_CACHED;
#endif
[where ACL_NOT_CACHED is #define ACL_NOT_CACHED ((void *)(-1))]
meanwhile say jffs2_init_acl_post use ACL_NOT_CACHED
as a valid value and trying to parse it.
But perhaps, I miss something.
-- Cyrill
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists