linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Mike Rapoport <rppt@linux.vnet.ibm.com>
To: Leon Romanovsky <leon@kernel.org>
Cc: "Jason Gunthorpe" <jgg@mellanox.com>,
	linux-rdma@vger.kernel.org, linux-mm@kvack.org,
	linux-kernel@vger.kernel.org,
	"Alex Rosenbaum" <alexr@mellanox.com>,
	"Alex Williamson" <alex.williamson@redhat.com>,
	"Bjorn Helgaas" <bhelgaas@google.com>,
	"Christian König" <christian.koenig@amd.com>,
	"Christoph Hellwig" <hch@lst.de>,
	"Christopher Lameter" <cl@linux.com>,
	"Dan Williams" <dan.j.williams@intel.com>,
	"Don Dutile" <ddutile@redhat.com>,
	"Doug Ledford" <dledford@redhat.com>, "Jan Kara" <jack@suse.cz>,
	"John Hubbard" <jhubbard@nvidia.com>,
	"Jérôme Glisse" <jglisse@redhat.com>,
	"Logan Gunthorpe" <logang@deltatee.com>,
	"Matthew Wilcox" <willy@infradead.org>,
	"Nicholas Piggin" <npiggin@gmail.com>,
	"Noa Osherovich" <noaos@mellanox.com>,
	"Parav Pandit" <parav@mellanox.com>,
	"Stephen Bates" <sbates@raithlin.com>,
	"Joel Nider" <joeln@il.ibm.com>
Subject: Re: Linux RDMA mini-conf at Plumbers 2018
Date: Sun, 23 Sep 2018 18:17:24 +0300	[thread overview]
Message-ID: <20180923151724.GA2469@rapoport-lnx> (raw)
In-Reply-To: <20180920185428.GT3519@mtr-leonro.mtl.com>

On Thu, Sep 20, 2018 at 09:54:28PM +0300, Leon Romanovsky wrote:
> On Thu, Sep 20, 2018 at 12:19:23PM -0600, Jason Gunthorpe wrote:
> > This is just a friendly reminder that registration deadlines are
> > approaching for this conference. Please see
> >
> > https://www.linuxplumbersconf.org/event/2/page/7-attend
> >
> > For details.
> >
> > This year we expect to have close to a day set aside for RDMA related
> > topics. Including up to half a day for the thorny general kernel issues
> > related to get_user_pages(), particularly as exasperated by RDMA.
> >
> > We have been working on the following concepts for sessions, I've
> > roughly marked names based on past participation in related email
> > threads. As we get closer to the conference date we will be organizing
> > leaders for each section based on these lists, please let us know of
> > any changes, or desire to be a leader!
> >
> > RDMA and get_user_pages
> > =======================
> >   Dan Williams <dan.j.williams@intel.com>
> >   Matthew Wilcox <willy@infradead.org>
> >   John Hubbard <jhubbard@nvidia.com>
> >   Nicholas Piggin <npiggin@gmail.com>
> >   Jan Kara <jack@suse.cz>
> >
> >  RDMA, DAX and persistant memory co-existence.
> >
> >  Explore the limits of what is possible without using On
> >  Demand Paging Memory Registration. Discuss 'shootdown'
> >  of userspace MRs
> >
> >  Dirtying pages obtained with get_user_pages() can oops ext4
> >  discuss open solutions.
> >
> > RDMA and PCI peer to peer
> > =========================
> >   Don Dutile <ddutile@redhat.com>
> >   Alex Williamson <alex.williamson@redhat.com>
> >   Christoph Hellwig <hch@lst.de>
> >   Stephen Bates <sbates@raithlin.com>
> >   Logan Gunthorpe <logang@deltatee.com>
> >   Jerome Glisse <jglisse@redhat.com>
> >   Christian Konig <christian.koenig@amd.com>
> >   Bjorn Helgaas <bhelgaas@google.com>
> >
> >  RDMA and PCI peer to peer transactions. IOMMU issues. Integration
> >  with HMM. How to expose PCI BAR memory to userspace and other
> >  drivers as a DMA target.
> >
> > Improving testing of RDMA with syzkaller, RXE and Python
> > ========================================================
> >  Noa Osherovich <noaos@mellanox.com>
> >  Don Dutile <ddutile@redhat.com>
> >  Jason Gunthorpe <jgg@mellanox.com>
> >
> >  Problem solve RDMA's distinct lack of public tests.
> >  Provide a better framework for all drivers to test with,
> >  and a framework for basic testing in userspace.
> >
> >  Worst remaining unfixed syzkaller bugs and how to try to fix them
> >
> >  How to hook syzkaller more deeply into RDMA.
> >
> > IOCTL conversion and new kABI topics
> > ====================================
> >  Jason Gunthorpe <jgg@mellanox.com>
> >  Alex Rosenbaum <alexr@mellanox.com>
> >
> >  Attempt to close on the remaining tasks to complete the project
> >
> >  Restore fork() support to userspace
> >
> > Container and namespaces for RDMA topics
> > ========================================
> >  Parav Pandit <parav@mellanox.com>
> >  Doug Ledford <dledford@redhat.com>
> >
> >  Remaining sticky situations with containers
> >
> >  namespaces in sysfs and legacy all-namespace operation
> >
> >  Remaining CM issues
> >
> >  Security isolation problems
> >
> > Very large Contiguous regions in userspace
> > ==========================================
> >  Christopher Lameter <cl@linux.com>
> >  Parav Pandit <parav@mellanox.com>
> >
> >  Poor performance of get_user_pages on very large virtual ranges
> >
> >  No standardized API to allocate regions to user space
> >
> >  Carry over from last year
> >
> > As we get closer to the conference date the exact schedule will be
> > published on the conference web site. I belive we have the Thursday
> > set aside right now.
> >
> > If there are any last minute topics people would like to see please
> > let us know.
> 
> I want to remind you that Mike wanted to bring the topic of enhancing
> remote page faults during post-copy container migration in CRIU over
> RDMA.
 
It's more Joel's topic, but thanks for the reminder anyway :)

> Thanks
> 
> >
> > See you all in Vancouver!
> >
> > Thanks,
> > Jason & Leon
> >

-- 
Sincerely yours,
Mike.

  reply	other threads:[~2018-09-23 15:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-20 18:19 Linux RDMA mini-conf at Plumbers 2018 Jason Gunthorpe
2018-09-20 18:54 ` Leon Romanovsky
2018-09-23 15:17   ` Mike Rapoport [this message]
2018-10-01 15:17 ` Stephen  Bates

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=20180923151724.GA2469@rapoport-lnx \
    --to=rppt@linux.vnet.ibm.com \
    --cc=alex.williamson@redhat.com \
    --cc=alexr@mellanox.com \
    --cc=bhelgaas@google.com \
    --cc=christian.koenig@amd.com \
    --cc=cl@linux.com \
    --cc=dan.j.williams@intel.com \
    --cc=ddutile@redhat.com \
    --cc=dledford@redhat.com \
    --cc=hch@lst.de \
    --cc=jack@suse.cz \
    --cc=jgg@mellanox.com \
    --cc=jglisse@redhat.com \
    --cc=jhubbard@nvidia.com \
    --cc=joeln@il.ibm.com \
    --cc=leon@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=logang@deltatee.com \
    --cc=noaos@mellanox.com \
    --cc=npiggin@gmail.com \
    --cc=parav@mellanox.com \
    --cc=sbates@raithlin.com \
    --cc=willy@infradead.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 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).