public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH] proc01: add use-gss-proxy to known_issues list
@ 2013-08-27  9:05 Jan Stancek
  2013-08-27 11:47 ` chrubis
  2013-08-28  5:20 ` Wanlong Gao
  0 siblings, 2 replies; 3+ messages in thread
From: Jan Stancek @ 2013-08-27  9:05 UTC (permalink / raw)
  To: ltp-list

Following commit implemented non-blocking read for use-gss-proxy:
  commit b161c144404c18f6a9e20e46b63828ae3c2eb093
  Author: J. Bruce Fields <bfields@redhat.com>
    Date:   Fri May 24 09:47:49 2013 -0400
        svcrpc: implement O_NONBLOCK behavior for use-gss-proxy

Prior to this commit non-block read hanged, but it happened
only in -rc kernels, which we can ignore.

Note, that this proc entry is available only when you load module
auth_rpcgss.

Signed-off-by: Jan Stancek <jstancek@redhat.com>
---
 testcases/kernel/fs/proc/proc01.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/testcases/kernel/fs/proc/proc01.c b/testcases/kernel/fs/proc/proc01.c
index f2aa483..2771cd4 100644
--- a/testcases/kernel/fs/proc/proc01.c
+++ b/testcases/kernel/fs/proc/proc01.c
@@ -106,6 +106,7 @@ static const struct mapping known_issues[] = {
 	{"read", "/proc/fs/nfsd/filehandle", EINVAL},
 	{"read", "/proc/fs/nfsd/.getfs", EINVAL},
 	{"read", "/proc/fs/nfsd/.getfd", EINVAL},
+	{"read", "/proc/self/net/rpc/use-gss-proxy", EAGAIN},
 	{"", "", 0}
 };
 
-- 
1.7.1


------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

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

* Re: [LTP] [PATCH] proc01: add use-gss-proxy to known_issues list
  2013-08-27  9:05 [LTP] [PATCH] proc01: add use-gss-proxy to known_issues list Jan Stancek
@ 2013-08-27 11:47 ` chrubis
  2013-08-28  5:20 ` Wanlong Gao
  1 sibling, 0 replies; 3+ messages in thread
From: chrubis @ 2013-08-27 11:47 UTC (permalink / raw)
  To: Jan Stancek; +Cc: ltp-list

Hi!
> Following commit implemented non-blocking read for use-gss-proxy:
>   commit b161c144404c18f6a9e20e46b63828ae3c2eb093
>   Author: J. Bruce Fields <bfields@redhat.com>
>     Date:   Fri May 24 09:47:49 2013 -0400
>         svcrpc: implement O_NONBLOCK behavior for use-gss-proxy
> 
> Prior to this commit non-block read hanged, but it happened
> only in -rc kernels, which we can ignore.
> 
> Note, that this proc entry is available only when you load module
> auth_rpcgss.
> 
> Signed-off-by: Jan Stancek <jstancek@redhat.com>

Acked.

-- 
Cyril Hrubis
chrubis@suse.cz

------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

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

* Re: [LTP] [PATCH] proc01: add use-gss-proxy to known_issues list
  2013-08-27  9:05 [LTP] [PATCH] proc01: add use-gss-proxy to known_issues list Jan Stancek
  2013-08-27 11:47 ` chrubis
@ 2013-08-28  5:20 ` Wanlong Gao
  1 sibling, 0 replies; 3+ messages in thread
From: Wanlong Gao @ 2013-08-28  5:20 UTC (permalink / raw)
  To: Jan Stancek; +Cc: ltp-list

On 08/27/2013 05:05 PM, Jan Stancek wrote:
> Following commit implemented non-blocking read for use-gss-proxy:
>   commit b161c144404c18f6a9e20e46b63828ae3c2eb093
>   Author: J. Bruce Fields <bfields@redhat.com>
>     Date:   Fri May 24 09:47:49 2013 -0400
>         svcrpc: implement O_NONBLOCK behavior for use-gss-proxy
> 
> Prior to this commit non-block read hanged, but it happened
> only in -rc kernels, which we can ignore.
> 
> Note, that this proc entry is available only when you load module
> auth_rpcgss.
> 
> Signed-off-by: Jan Stancek <jstancek@redhat.com>

Pushed

Wanlong Gao


------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

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

end of thread, other threads:[~2013-08-28  5:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-27  9:05 [LTP] [PATCH] proc01: add use-gss-proxy to known_issues list Jan Stancek
2013-08-27 11:47 ` chrubis
2013-08-28  5:20 ` Wanlong Gao

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