public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* access(2) regressions in current mainline
@ 2008-12-30 13:42 Christoph Hellwig
  2008-12-30 17:06 ` David Howells
  2008-12-31  3:28 ` [PATCH] CRED: Fix regression in cap_capable() as shown up by sys_faccessat() David Howells
  0 siblings, 2 replies; 41+ messages in thread
From: Christoph Hellwig @ 2008-12-30 13:42 UTC (permalink / raw)
  To: dhowells; +Cc: linux-kernel, linux-fsdevel

Since the merge of the current git tree into the xfs tree I see a
regression in XFSQA 088:

088	 - output mismatch (see 088.out.bad)
--- 088.out	2008-12-30 12:01:09.000000000 +0000
+++ 088.out.bad	2008-12-30 13:37:24.000000000 +0000
@@ -1,9 +1,9 @@
 QA output created by 088
 access(TEST_DIR/t_access, 0) returns 0
-access(TEST_DIR/t_access, R_OK) returns 0
-access(TEST_DIR/t_access, W_OK) returns 0
+access(TEST_DIR/t_access, R_OK) returns -1
+access(TEST_DIR/t_access, W_OK) returns -1
 access(TEST_DIR/t_access, X_OK) returns -1
-access(TEST_DIR/t_access, R_OK | W_OK) returns 0
+access(TEST_DIR/t_access, R_OK | W_OK) returns -1
 access(TEST_DIR/t_access, R_OK | X_OK) returns -1
 access(TEST_DIR/t_access, W_OK | X_OK) returns -1
 access(TEST_DIR/t_access, R_OK | W_OK | X_OK) returns -1

Given that XFS uses bog-standard generic_permission and the creds merge
just happened I'd look for the cause there.  The source for the xfs
testcase is here:

	http://oss.sgi.com/cgi-bin/gitweb.cgi?p=xfs-cmds/.git;a=blob;f=xfstests/088;h=726ad009fd10cfde8c223f931e0994f596bcdc26;hb=HEAD


^ permalink raw reply	[flat|nested] 41+ messages in thread

end of thread, other threads:[~2009-01-07  0:10 UTC | newest]

Thread overview: 41+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-30 13:42 access(2) regressions in current mainline Christoph Hellwig
2008-12-30 17:06 ` David Howells
2008-12-30 17:09   ` Christoph Hellwig
2008-12-30 17:20     ` David Howells
2008-12-30 17:29       ` Christoph Hellwig
2008-12-30 17:54         ` David Howells
2008-12-31  2:05           ` Dave Chinner
2008-12-31  3:28 ` [PATCH] CRED: Fix regression in cap_capable() as shown up by sys_faccessat() David Howells
2008-12-31 15:15   ` [PATCH] CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #2] David Howells
2008-12-31 23:24     ` James Morris
2009-01-01 23:53     ` J. Bruce Fields
2009-01-02  1:19       ` David Howells
2009-01-02  5:19         ` J. Bruce Fields
2009-01-02 11:59           ` David Howells
2009-01-02 16:45             ` J. Bruce Fields
2009-01-03 18:49               ` J. Bruce Fields
2009-01-03 23:03                 ` David Howells
2009-01-04  2:03                   ` J. Bruce Fields
2009-01-05 13:11                 ` David Howells
2009-01-05 15:57               ` David Howells
2009-01-05 16:48               ` David Howells
2009-01-05 17:19                 ` [PATCH] CRED: Fix NFSD regression David Howells
2009-01-05 22:22                   ` James Morris
2009-01-06 19:41                   ` J. Bruce Fields
2009-01-06 19:56                     ` David Howells
2009-01-06 20:08                       ` J. Bruce Fields
2009-01-02 16:48     ` [PATCH] CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #2] J. Bruce Fields
2009-01-02 19:18       ` David Howells
2009-01-05  2:07     ` James Morris
2009-01-05  3:18       ` Serge E. Hallyn
2009-01-05  3:37         ` Serge E. Hallyn
2009-01-05 12:43         ` David Howells
2009-01-05 19:07           ` Serge E. Hallyn
2009-01-05 21:12             ` David Howells
2009-01-06 16:47               ` Serge E. Hallyn
2009-01-06 20:39                 ` David Howells
2009-01-06 20:56                   ` Serge E. Hallyn
2009-01-06 22:27       ` [PATCH] CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #3] David Howells
2009-01-06 22:53         ` James Morris
2009-01-06 23:57           ` J. Bruce Fields
2009-01-07  0:09             ` James Morris

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox