All of lore.kernel.org
 help / color / mirror / Atom feed
From: Leonardo Bras <leonardo@linux.ibm.com>
To: jhubbard@nvidia.com, linuxppc-dev@lists.ozlabs.org,
	linux-kernel@vger.kernel.org, linux-mm@kvack.org
Cc: dan.j.williams@intel.com, arnd@arndb.de, jgg@ziepe.ca,
	gregkh@linuxfoundation.org, mahesh@linux.vnet.ibm.com,
	yuehaibing@huawei.com, npiggin@gmail.com, rppt@linux.ibm.com,
	keith.busch@intel.com, rfontana@redhat.com, paulus@samba.org,
	aneesh.kumar@linux.ibm.com, ganeshgr@linux.ibm.com,
	tglx@linutronix.de, ira.weiny@intel.com,
	akpm@linux-foundation.org, allison@lohutok.net
Subject: Re: [PATCH v2 11/11] powerpc/mm/book3s64/pgtable: Uses counting method to skip serializing
Date: Tue, 24 Sep 2019 18:23:18 -0300	[thread overview]
Message-ID: <3dc42edc28b11e4d5db385a54fb42504200419e5.camel@linux.ibm.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 507 bytes --]

John Hubbard <jhubbard@nvidia.com> writes:

>> Is that what you meant?
>
> Yes.
>

I am still trying to understand this issue.

I am also analyzing some cases where interrupt disable is not done
before the lockless pagetable walk (patch 3 discussion).

But given I forgot to add the mm mailing list before, I think it would
be wiser to send a v3 and gather feedback while I keep trying to
understand how it works, and if it needs additional memory barrier here.

Thanks!

Leonardo Bras


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Leonardo Bras <leonardo@linux.ibm.com>
To: jhubbard@nvidia.com, linuxppc-dev@lists.ozlabs.org,
	linux-kernel@vger.kernel.org, linux-mm@kvack.org
Cc: akpm@linux-foundation.org, arnd@arndb.de, rfontana@redhat.com,
	mahesh@linux.vnet.ibm.com, yuehaibing@huawei.com,
	npiggin@gmail.com, rppt@linux.ibm.com, keith.busch@intel.com,
	jgg@ziepe.ca, paulus@samba.org, aneesh.kumar@linux.ibm.com,
	gregkh@linuxfoundation.org, ganeshgr@linux.ibm.com,
	dan.j.williams@intel.com, ira.weiny@intel.com,
	tglx@linutronix.de, allison@lohutok.net
Subject: Re: [PATCH v2 11/11] powerpc/mm/book3s64/pgtable: Uses counting method to skip serializing
Date: Tue, 24 Sep 2019 18:23:18 -0300	[thread overview]
Message-ID: <3dc42edc28b11e4d5db385a54fb42504200419e5.camel@linux.ibm.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 507 bytes --]

John Hubbard <jhubbard@nvidia.com> writes:

>> Is that what you meant?
>
> Yes.
>

I am still trying to understand this issue.

I am also analyzing some cases where interrupt disable is not done
before the lockless pagetable walk (patch 3 discussion).

But given I forgot to add the mm mailing list before, I think it would
be wiser to send a v3 and gather feedback while I keep trying to
understand how it works, and if it needs additional memory barrier here.

Thanks!

Leonardo Bras


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

             reply	other threads:[~2019-09-24 21:25 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-24 21:23 Leonardo Bras [this message]
2019-09-24 21:23 ` [PATCH v2 11/11] powerpc/mm/book3s64/pgtable: Uses counting method to skip serializing Leonardo Bras
  -- strict thread matches above, loose matches on Subject: below --
2019-09-20 19:50 [PATCH v2 00/11] Introduces new count-based method for monitoring lockless pagetable wakls Leonardo Bras
2019-09-20 19:50 ` [PATCH v2 11/11] powerpc/mm/book3s64/pgtable: Uses counting method to skip serializing Leonardo Bras
2019-09-20 19:50   ` Leonardo Bras
2019-09-20 20:11   ` John Hubbard
2019-09-20 20:28     ` Leonardo Bras
2019-09-20 20:28       ` Leonardo Bras
2019-09-20 21:15       ` John Hubbard
2019-09-21  0:48       ` John Hubbard
2019-09-21  0:48         ` John Hubbard
2019-09-23 17:25         ` Leonardo Bras
2019-09-23 17:25           ` Leonardo Bras
2019-09-23 18:14           ` John Hubbard
2019-09-23 18:14             ` John Hubbard
2019-09-23 19:40             ` Leonardo Bras
2019-09-23 19:40               ` Leonardo Bras
2019-09-23 19:58               ` John Hubbard
2019-09-23 19:58                 ` John Hubbard
2019-09-23 20:23                 ` Leonardo Bras
2019-09-23 20:23                   ` Leonardo Bras
2019-09-23 20:26                   ` John Hubbard
2019-09-23 20:26                     ` John Hubbard

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=3dc42edc28b11e4d5db385a54fb42504200419e5.camel@linux.ibm.com \
    --to=leonardo@linux.ibm.com \
    --cc=akpm@linux-foundation.org \
    --cc=allison@lohutok.net \
    --cc=aneesh.kumar@linux.ibm.com \
    --cc=arnd@arndb.de \
    --cc=dan.j.williams@intel.com \
    --cc=ganeshgr@linux.ibm.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=ira.weiny@intel.com \
    --cc=jgg@ziepe.ca \
    --cc=jhubbard@nvidia.com \
    --cc=keith.busch@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=mahesh@linux.vnet.ibm.com \
    --cc=npiggin@gmail.com \
    --cc=paulus@samba.org \
    --cc=rfontana@redhat.com \
    --cc=rppt@linux.ibm.com \
    --cc=tglx@linutronix.de \
    --cc=yuehaibing@huawei.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 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.