Re: [RFC V5] Add gup trace points support

2016-02-08 Thread Shi, Yang
Hi Andrew, This series already got acked from Steven and arch maintainers except for x86. How should I proceed? Any comment is appreciated. Thanks, Yang On 1/14/2016 6:40 AM, Steven Rostedt wrote: Andrew, Do you want to pull in this series? You can add my Acked-by to the whole set. --

Re: [RFC V5] Add gup trace points support

2016-02-08 Thread Shi, Yang
Hi Andrew, This series already got acked from Steven and arch maintainers except for x86. How should I proceed? Any comment is appreciated. Thanks, Yang On 1/14/2016 6:40 AM, Steven Rostedt wrote: Andrew, Do you want to pull in this series? You can add my Acked-by to the whole set. --

[RFC V5] Add gup trace points support

2015-12-09 Thread Yang Shi
v5: * Fixed a typo introduced by v4 rebase * Removed redundant "#define CREATE_TRACE_POINTS" from architecture specifc gup.c v4: * Adopted Steven's suggestion to use "unsigned int" for nr_pages to save space in ring buffer since it is unlikely to have more than 0x pages are touched

[RFC V5] Add gup trace points support

2015-12-09 Thread Yang Shi
v5: * Fixed a typo introduced by v4 rebase * Removed redundant "#define CREATE_TRACE_POINTS" from architecture specifc gup.c v4: * Adopted Steven's suggestion to use "unsigned int" for nr_pages to save space in ring buffer since it is unlikely to have more than 0x pages are touched