Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1273058

Re: [PATCH 2/9] mm: introduce fault_env

From Peter Zijlstra <peterz@infradead.org>
Newsgroups linux.kernel
Subject Re: [PATCH 2/9] mm: introduce fault_env
Date 2015-11-19 12:40 +0100
Message-ID <qwvJf-f2-1@gated-at.bofh.it> (permalink)
References <qwkkN-1pG-3@gated-at.bofh.it> <qwkkO-1pG-27@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Thu, Nov 19, 2015 at 01:25:29AM +0200, Kirill A. Shutemov wrote:
> The idea borrowed from Peter's patch from patchset on speculative page
> faults[1]:
> 
> Instead of passing around the endless list of function arguments,
> replace the lot with a single structure so we can change context
> without endless function signature changes.
> 
> The changes are mostly mechanical with exception of faultaround code:
> filemap_map_pages() got reworked a bit.
> 
> This patch is preparation for the next one.
> 
> [1] http://lkml.kernel.org/r/20141020222841.302891540@infradead.org
> 
> Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
> Cc: Peter Zijlstra <peterz@infradead.org>

Thanks for doing that!

Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread


Thread

[PATCH 0/9] RFD: huge tmpfs: compound vs. team pages "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com> - 2015-11-19 00:30 +0100
  [PATCH 3/9] mm: postpone page table allocation until do_set_pte() "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com> - 2015-11-19 00:30 +0100
  Re: [PATCH 2/9] mm: introduce fault_env Peter Zijlstra <peterz@infradead.org> - 2015-11-19 12:40 +0100

csiph-web