From: Jonathan Lallinger <jonathan@opengridcomputing.com>
To: David Miller <davem@davemloft.net>
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH] RDSRDMA: Fix cleanup of rds_iw_mr_pool
Date: Tue, 27 Sep 2011 12:26:51 -0500 [thread overview]
Message-ID: <4E82075B.9000003@opengridcomputing.com> (raw)
In-Reply-To: <20110927.013247.336618301904552114.davem@davemloft.net>
Hello David,
I am ashamed I made the same mistake twice. This happened because I had
two git trees (I made a second one when kernel.org went down based off
the github remote). I fixed, built, and ran several tests on the patch,
and then sent the wrong patch from an old git tree (which was never
build tested).
I can assure you I have a working patch, and it has been tested by the
QA group at Chelsio and it builds/runs but there are still additional
bugs in rds. So once I resolve those I will resend the correct patch
with some additional fixes.
I am sorry about this and it won't happen again.
Thanks,
Jonathan
David Miller wrote:
> From: Jonathan Lallinger <jonathan@ogc.us>
> Date: Tue, 13 Sep 2011 14:41:01 -0500
>
>
>> @@ -548,6 +550,7 @@ static int rds_iw_flush_mr_pool(struct rds_iw_mr_pool *pool, int free_all)
>> spin_unlock_irqrestore(&pool->list_lock, flags);
>> }
>>
>> + atomic_sub(unpinned, &poll->free_pinned);
>> atomic_sub(ncleaned, &pool->dirty_count);
>> atomic_sub(nfreed, &pool->item_count);
>>
>>
>
> net/rds/iw_rdma.c: In function ‘rds_iw_flush_mr_pool’:
> net/rds/iw_rdma.c:553:24: error: ‘poll’ undeclared (first use in this function)
> net/rds/iw_rdma.c:553:24: note: each undeclared identifier is reported only once for each function it appears in
>
> If you didn't even build test it, I know you didn't test it's
> functionality either.
>
> This is crazy.
>
> Well if it's not important enough to even build test this change
> before you post it, then it obviously doesn't matter if the RDMA
> module crashes the kernel when it's unloaded.
>
next prev parent reply other threads:[~2011-09-27 17:26 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-13 19:41 [PATCH] RDSRDMA: Fix cleanup of rds_iw_mr_pool Jonathan Lallinger
2011-09-27 5:32 ` David Miller
2011-09-27 17:26 ` Jonathan Lallinger [this message]
2011-09-28 20:03 ` Steve Wise
-- strict thread matches above, loose matches on Subject: below --
2011-09-29 18:51 Venkat Venkatsubra
2011-09-29 17:58 Jonathan Lallinger
2011-09-29 18:57 ` David Miller
2011-09-09 14:37 Venkat Venkatsubra
2011-09-09 19:01 ` Steve Wise
2011-09-09 19:05 ` David Miller
2011-09-08 18:09 Jonathan Lallinger
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=4E82075B.9000003@opengridcomputing.com \
--to=jonathan@opengridcomputing.com \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.