From: Michael Snyder <msnyder@vmware.com>
To: Doug Evans <dje@google.com>
Cc: "gdb-patches@sourceware.org" <gdb-patches@sourceware.org>,
Marc Khouzam <marc.khouzam@ericsson.com>,
Greg Law <glaw@undo-software.com>,
Pedro Alves <pedro@codesourcery.com>,
Hui Zhu <teawater@gmail.com>
Subject: Re: [patch] only update dcache after write succeeds
Date: Mon, 14 Sep 2009 20:20:00 -0000 [thread overview]
Message-ID: <4AAEA596.9040100@vmware.com> (raw)
In-Reply-To: <e394668d0909141243q7a8af910ya43d087319f76b1d@mail.gmail.com>
Doug Evans wrote:
> On Mon, Sep 14, 2009 at 12:26 PM, Michael Snyder <msnyder@vmware.com> wrote:
>> Doug Evans wrote:
>>> Hi.
>>>
>>> Marc, Greg: Can you see if this patch fixes things for you?
>> Hey Doug,
>
> Hey Michael, :-)
>
>> I tested this change, and it does indeed seem to fix the problem
>> with target record -- but. ;-)
>>
>> Part of the reason that it works is that record_xfer_partial
>> calls error() instead of returning -1. If I change it so that
>> it returns -1, things get more complicated.
>>
>> The do-while loop that used to follow and now preceeds this code
>> calls target-beneath, which in our case results in several different
>> target methods being called, one of which eventually returns > 0.
>>
>> That just means that in the present case, calling error is correct.
>> But I worry about some of the other cases where the target method
>> returns -1, and whether badness might occur in some other cases.
>
> How does one reconcile "eventually returns > 0" with "badness"?
>
> IOW, if some target method does return > 0, then the write succeeded, right?
> Are there different kinds of "success" in effect here?
Well, maybe only in our case. ;-)
If nobody else has any worries about it, I'm OK with it.
----
* In our case (process record), it's a bad thing for the target
beneath to be called after the user has said "no".
next prev parent reply other threads:[~2009-09-14 20:20 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-14 19:17 Doug Evans
2009-09-14 19:26 ` Michael Snyder
2009-09-14 19:29 ` Marc Khouzam
2009-09-14 20:21 ` Michael Snyder
2009-09-14 19:43 ` Doug Evans
2009-09-14 20:20 ` Michael Snyder [this message]
2009-09-14 20:40 ` Pedro Alves
2009-09-14 20:43 ` Michael Snyder
2009-09-14 20:41 ` Doug Evans
2009-09-14 20:45 ` Michael Snyder
2009-09-14 19:26 ` Greg Law
2009-09-14 19:28 ` Marc Khouzam
2009-09-15 0:11 ` Hui Zhu
2009-09-15 6:58 ` Doug Evans
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=4AAEA596.9040100@vmware.com \
--to=msnyder@vmware.com \
--cc=dje@google.com \
--cc=gdb-patches@sourceware.org \
--cc=glaw@undo-software.com \
--cc=marc.khouzam@ericsson.com \
--cc=pedro@codesourcery.com \
--cc=teawater@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