All of lore.kernel.org
 help / color / mirror / Atom feed
From: Markus Armbruster <armbru@redhat.com>
To: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>
Cc: "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>,
	aliguori@amazon.com, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [RESEND-try-2][PATCH] hw/9pfs: fix P9_STATS_GEN handling
Date: Tue, 07 Jan 2014 11:12:50 +0100	[thread overview]
Message-ID: <87fvp02j8d.fsf@blackfin.pond.sub.org> (raw)
In-Reply-To: <20131223122138.931E2E0090@blue.fi.intel.com> (Kirill A. Shutemov's message of "Mon, 23 Dec 2013 14:21:38 +0200 (EET)")

"Kirill A. Shutemov" <kirill.shutemov@linux.intel.com> writes:

> Aneesh Kumar K.V wrote:
>> "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com> writes:
>> 
>> > Kirill A. Shutemov wrote:
>> >> Currently we have few issues with P9_STATS_GEN:
>> >> 
>> >>  - We don't try to read st_gen anything except files or directories, but
>> >>    still set P9_STATS_GEN bit in st_result_mask. It may mislead client:
>> >>    we present garbage as valid st_gen.
>> >> 
>> >>  - If we failed to get valid st_gen with ENOTTY, we ignore error, but
>> >>    still set P9_STATS_GEN bit in st_result_mask.
>> >> 
>> >>  - If we failed to get valid st_gen with any other errno, we fail
>> >>    getattr altogether. It's excessive: we block valid client use-cases,
>> >>    like chdir(2) to non-readable directory with execution bit set.
>> >> 
>> >> The patch fixes these issues and cleanup code a bit.
>> >> 
>> >> Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
>> >> Reviewed-by: Daniel P. Berrange <berrange@redhat.com>
>> >> Reviewed-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
>> >
>> > Ping?
>> >
>> 
>> I am hoping that this will go to upstream directly without me doing a
>> pull request ? Anthony, let me know if this need anything to be done
>> from my side
>
> So? Nobody cares?

Unlikely.  Your problem is that the "Anthony" route for patches has been
dug up, and approximately 95% of the traffic still trying to navigate it
fall into its holes and vanish without trace.  Recommend to try another
route.

      reply	other threads:[~2014-01-07 10:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-29 11:56 [Qemu-devel] [RESEND-try-2][PATCH] hw/9pfs: fix P9_STATS_GEN handling Kirill A. Shutemov
2013-12-09 10:25 ` Kirill A. Shutemov
2013-12-09 11:26   ` Aneesh Kumar K.V
2013-12-23 12:21     ` Kirill A. Shutemov
2014-01-07 10:12       ` Markus Armbruster [this message]

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=87fvp02j8d.fsf@blackfin.pond.sub.org \
    --to=armbru@redhat.com \
    --cc=aliguori@amazon.com \
    --cc=aneesh.kumar@linux.vnet.ibm.com \
    --cc=kirill.shutemov@linux.intel.com \
    --cc=qemu-devel@nongnu.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.