linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Nikola Ciprich <extmaillist@linuxbox.cz>
To: "Américo Wang" <xiyou.wangcong@gmail.com>
Cc: "Rafael J. Wysocki" <rjw@sisk.pl>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Kernel Testers List <kernel-testers@vger.kernel.org>,
	Maciej Rutecki <maciej.rutecki@gmail.com>,
	nikola.ciprich@linuxbox.cz
Subject: Re: [Bug #14943] nfs regression?
Date: Mon, 8 Mar 2010 21:21:10 +0100	[thread overview]
Message-ID: <20100308202110.GA4731@nik-comp.linuxbox.cz> (raw)
In-Reply-To: <2375c9f91002211813m8f637c1g73c4314eab96f81e@mail.gmail.com>

YES!
seems like 2.6.32.8 with your patch included finally doesn't
spit any backtraces and peername failed errors!
will You push this upstream + to stable?
thanks a lot for Your help!
have a nice day
with best regards
nik

> This seems that we missed checking XPT_DEAD too.
> 
> Nikola, does adding !test_bit(XPT_DEAD, &xprt->xpt_flags) in the same
> place as commit b292cf9ce70d221c3f04f help?
> 
> Something like:
> 
> diff --git a/net/sunrpc/svc_xprt.c b/net/sunrpc/svc_xprt.c
> index 7d1f9e9..7b66c7f 100644
> --- a/net/sunrpc/svc_xprt.c
> +++ b/net/sunrpc/svc_xprt.c
> @@ -700,7 +700,8 @@ int svc_recv(struct svc_rqst *rqstp, long timeout)
> 
>         len = 0;
>         if (test_bit(XPT_LISTENER, &xprt->xpt_flags) &&
> -           !test_bit(XPT_CLOSE, &xprt->xpt_flags)) {
> +           !test_bit(XPT_CLOSE, &xprt->xpt_flags) &&
> +           !test_bit(XPT_DEAD, &xprt->xpt_flags)) {
>                 struct svc_xprt *newxpt;
>                 newxpt = xprt->xpt_ops->xpo_accept(xprt);
>                 if (newxpt) {
> 

-- 
-------------------------------------
Nikola CIPRICH
LinuxBox.cz, s.r.o.
28. rijna 168, 709 01 Ostrava

tel.:   +420 596 603 142
fax:    +420 596 621 273
mobil:  +420 777 093 799

www.linuxbox.cz

mobil servis: +420 737 238 656
email servis: servis@linuxbox.cz
-------------------------------------

  reply	other threads:[~2010-03-08 20:21 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-21 21:38 2.6.33-rc8-git6: Reported regressions 2.6.31 -> 2.6.32 Rafael J. Wysocki
2010-02-21 21:38 ` [Bug #14297] console resume broken since ba15ab0e8d Rafael J. Wysocki
2010-02-21 21:42 ` [Bug #14426] CE: hpet increasing min_delta_ns flood Rafael J. Wysocki
2010-02-21 21:42 ` [Bug #14504] intermittent hibernation problem again Rafael J. Wysocki
2010-02-21 21:42 ` [Bug #14442] resume after hibernate: /dev/sdb drops and returns as /dev/sde Rafael J. Wysocki
2010-02-21 21:42 ` [Bug #14298] warning at manage.c:361 (set_irq_wake), matrix-keypad related? Rafael J. Wysocki
2010-02-21 21:42 ` [Bug #14487] PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0 Rafael J. Wysocki
2010-02-21 22:25   ` Justin P. mattock
2010-02-21 22:31     ` Rafael J. Wysocki
2010-02-21 21:42 ` [Bug #14624] ath9k: BUG kmalloc-8192: Poison overwritten Rafael J. Wysocki
2010-02-21 21:42 ` [Bug #14621] specjbb2005 and aim7 regression with 2.6.32-rc kernels Rafael J. Wysocki
2010-02-21 21:42 ` [Bug #14656] Oops at __rmqueue+0x98 with 2.6.32-rc6 Rafael J. Wysocki
2010-02-24  7:58   ` Christian Kujau
2010-02-21 21:42 ` [Bug #14667] bisected 2.6.32 EC regression - Temperatures not correctly detected after suspend Rafael J. Wysocki
2010-02-21 21:42 ` [Bug #14657] perf subsystem breakage in 2.6.32-rc7 Rafael J. Wysocki
2010-02-21 22:11   ` Thomas Gleixner
2010-02-21 22:22     ` Rafael J. Wysocki
2010-02-21 21:42 ` [Bug #14817] When is system under load, then freeze/HD fail Rafael J. Wysocki
2010-02-21 21:42 ` [Bug #14695] regression in karmic thermal control Rafael J. Wysocki
2010-02-21 21:42 ` [Bug #14782] Suspend hangs Lenovo SL300 after gdm login Rafael J. Wysocki
2010-02-21 21:42 ` [Bug #14748] e1000e NIC not working after reboot Rafael J. Wysocki
2010-02-21 21:42 ` [Bug #14868] flood of "don't try to register things with the same name in the same directory." on upgrade to 2.6.32 Rafael J. Wysocki
2010-02-21 21:42 ` [Bug #14898] ksoftirqd problem Rafael J. Wysocki
2010-02-21 21:42 ` [Bug #14895] BUG in kernel 2.6.32 when using luks encrypted root and RAID0 Rafael J. Wysocki
2010-02-21 21:42 ` [Bug #14891] Deadlock regression related to NFS root Rafael J. Wysocki
2010-02-21 21:42 ` [Bug #14943] nfs regression? Rafael J. Wysocki
2010-02-22  2:13   ` Américo Wang
2010-03-08 20:21     ` Nikola Ciprich [this message]
2010-02-21 21:42 ` [Bug #14922] 2.6.32 seemed to have broken nVidia MCP7A sata controller Rafael J. Wysocki
2010-02-21 21:42 ` [Bug #14997] Closing and re-opening the lid does not reactivate the backlight Rafael J. Wysocki
2010-02-21 21:42 ` [Bug #14998] Caught 32-bit read from uninitialized memory in acpi_system_read_event -- 2.6.31 regression Rafael J. Wysocki
2010-02-21 21:42 ` [Bug #15021] agpgart sometimes fails to initialize sometimes Rafael J. Wysocki
2010-02-21 21:42 ` [Bug #15042] socket(PF_INET6 hangs when ipv6 not yet initialized Rafael J. Wysocki
2010-02-21 21:42 ` [Bug #15096] Resume lock up -- bisected, commit 3a1151e3f124fd1a2c54b8153f510f1a7c715369 Rafael J. Wysocki
2010-02-21 22:09   ` Rafał Miłecki
2010-02-21 22:24     ` Rafael J. Wysocki
2010-02-21 21:42 ` [Bug #15100] X11 is black after resume from s2ram if my T400 was previous in docking station before Rafael J. Wysocki
2010-02-21 21:42 ` [Bug #15134] gobi_loader hangs after commit 8e8dce065088 Rafael J. Wysocki
2010-02-21 21:42 ` [Bug #15156] 2.6.32.6 hang at boot with ati x1600 Rafael J. Wysocki
2010-02-21 21:42 ` [Bug #15158] oops related to i915_gem_object_save_bit_17_swizzle Rafael J. Wysocki
2010-02-21 21:42 ` [Bug #15190] second suspend fails and system freezes in hp 6910P laptop Rafael J. Wysocki
2010-02-21 21:42 ` [Bug #15193] kswapd continuously active Rafael J. Wysocki
2010-02-21 21:42 ` [Bug #15205] blank screen with KMS if lid is closed before kernel boots Rafael J. Wysocki
2010-02-21 21:42 ` [Bug #15220] Kernel freezes when playing DVB stream and having 3D acceleration in the same time Rafael J. Wysocki
2010-02-21 21:42 ` [Bug #15206] uvcvideo fails to work since 2.6.32 Rafael J. Wysocki
2010-02-21 21:42 ` [Bug #15304] SMT scheduler regression in find_busiest_queue() Rafael J. Wysocki
2010-02-21 21:42 ` [Bug #15248] KMS broken on Intel 855GM broken with 2.6.32/33 Rafael J. Wysocki
2010-02-21 21:42 ` [Bug #15341] Load goes up very high when we traverse the large tree Rafael J. Wysocki
2010-02-21 21:42 ` [Bug #15309] reiserfs issue with 2.6.32.8 Rafael J. Wysocki
2010-02-22  2:18   ` Bret Towe
  -- strict thread matches above, loose matches on Subject: below --
2010-02-14 23:46 2.6.33-rc8: Reported regressions 2.6.31 -> 2.6.32 Rafael J. Wysocki
2010-02-14 23:52 ` [Bug #14943] nfs regression? Rafael J. Wysocki
2010-02-01  0:38 2.6.33-rc6: Reported regressions 2.6.31 -> 2.6.32 Rafael J. Wysocki
2010-02-01  0:43 ` [Bug #14943] nfs regression? Rafael J. Wysocki
2010-02-01 21:46   ` Nikola Ciprich
2010-01-24 22:15 2.6.33-rc5: Reported regressions 2.6.31 -> 2.6.32 Rafael J. Wysocki
2010-01-24 22:23 ` [Bug #14943] nfs regression? Rafael J. Wysocki
2010-01-10 22:45 2.6.33-rc3-git3: Reported regressions 2.6.31 -> 2.6.32 Rafael J. Wysocki
2010-01-10 22:56 ` [Bug #14943] nfs regression? Rafael J. Wysocki
2009-12-29 15:26 2.6.33-rc2: Reported regressions 2.6.31 -> 2.6.32 Rafael J. Wysocki
2009-12-29 15:28 ` [Bug #14943] nfs regression? Rafael J. Wysocki
2009-12-29 18:33   ` Nikola Ciprich
2009-12-29 21:47     ` Rafael J. Wysocki

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=20100308202110.GA4731@nik-comp.linuxbox.cz \
    --to=extmaillist@linuxbox.cz \
    --cc=kernel-testers@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maciej.rutecki@gmail.com \
    --cc=nikola.ciprich@linuxbox.cz \
    --cc=rjw@sisk.pl \
    --cc=xiyou.wangcong@gmail.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;
as well as URLs for NNTP newsgroup(s).