Re: [PATCH tip] x86/mm: Correct fixmap header usage on adaptable MODULES_END

2017-03-20 Thread Wei Yang
On Mon, Mar 20, 2017 at 07:31:17AM -0700, Thomas Garnier wrote: >On Sun, Mar 19, 2017 at 6:14 PM, Wei Yang wrote: >> On Sun, Mar 19, 2017 at 09:25:00AM -0700, Thomas Garnier wrote: >>>On Sun, Mar 19, 2017 at 9:03 AM, Wei Yang wrote: On

Re: [PATCH tip] x86/mm: Correct fixmap header usage on adaptable MODULES_END

2017-03-20 Thread Wei Yang
On Mon, Mar 20, 2017 at 07:31:17AM -0700, Thomas Garnier wrote: >On Sun, Mar 19, 2017 at 6:14 PM, Wei Yang wrote: >> On Sun, Mar 19, 2017 at 09:25:00AM -0700, Thomas Garnier wrote: >>>On Sun, Mar 19, 2017 at 9:03 AM, Wei Yang wrote: On Fri, Mar 17, 2017 at 10:50:34AM -0700, Thomas Garnier

Re: [PATCH tip] x86/mm: Correct fixmap header usage on adaptable MODULES_END

2017-03-20 Thread Thomas Garnier
On Sun, Mar 19, 2017 at 6:14 PM, Wei Yang wrote: > On Sun, Mar 19, 2017 at 09:25:00AM -0700, Thomas Garnier wrote: >>On Sun, Mar 19, 2017 at 9:03 AM, Wei Yang wrote: >>> On Fri, Mar 17, 2017 at 10:50:34AM -0700, Thomas Garnier wrote: This

Re: [PATCH tip] x86/mm: Correct fixmap header usage on adaptable MODULES_END

2017-03-20 Thread Thomas Garnier
On Sun, Mar 19, 2017 at 6:14 PM, Wei Yang wrote: > On Sun, Mar 19, 2017 at 09:25:00AM -0700, Thomas Garnier wrote: >>On Sun, Mar 19, 2017 at 9:03 AM, Wei Yang wrote: >>> On Fri, Mar 17, 2017 at 10:50:34AM -0700, Thomas Garnier wrote: This patch remove fixmap header usage on non-x86 code that

Re: [PATCH tip] x86/mm: Correct fixmap header usage on adaptable MODULES_END

2017-03-19 Thread Wei Yang
On Sun, Mar 19, 2017 at 09:25:00AM -0700, Thomas Garnier wrote: >On Sun, Mar 19, 2017 at 9:03 AM, Wei Yang wrote: >> On Fri, Mar 17, 2017 at 10:50:34AM -0700, Thomas Garnier wrote: >>>This patch remove fixmap header usage on non-x86 code that was >>>introduced by the

Re: [PATCH tip] x86/mm: Correct fixmap header usage on adaptable MODULES_END

2017-03-19 Thread Wei Yang
On Sun, Mar 19, 2017 at 09:25:00AM -0700, Thomas Garnier wrote: >On Sun, Mar 19, 2017 at 9:03 AM, Wei Yang wrote: >> On Fri, Mar 17, 2017 at 10:50:34AM -0700, Thomas Garnier wrote: >>>This patch remove fixmap header usage on non-x86 code that was >>>introduced by the adaptable MODULE_END change.

Re: [PATCH tip] x86/mm: Correct fixmap header usage on adaptable MODULES_END

2017-03-19 Thread Thomas Garnier
On Sun, Mar 19, 2017 at 9:03 AM, Wei Yang wrote: > On Fri, Mar 17, 2017 at 10:50:34AM -0700, Thomas Garnier wrote: >>This patch remove fixmap header usage on non-x86 code that was >>introduced by the adaptable MODULE_END change. > > Hi, Thomas > > In this patch, it

Re: [PATCH tip] x86/mm: Correct fixmap header usage on adaptable MODULES_END

2017-03-19 Thread Thomas Garnier
On Sun, Mar 19, 2017 at 9:03 AM, Wei Yang wrote: > On Fri, Mar 17, 2017 at 10:50:34AM -0700, Thomas Garnier wrote: >>This patch remove fixmap header usage on non-x86 code that was >>introduced by the adaptable MODULE_END change. > > Hi, Thomas > > In this patch, it looks you are trying to do two

Re: [PATCH tip] x86/mm: Correct fixmap header usage on adaptable MODULES_END

2017-03-19 Thread Wei Yang
On Fri, Mar 17, 2017 at 10:50:34AM -0700, Thomas Garnier wrote: >This patch remove fixmap header usage on non-x86 code that was >introduced by the adaptable MODULE_END change. Hi, Thomas In this patch, it looks you are trying to do two things for my understanding: 1. To include in

Re: [PATCH tip] x86/mm: Correct fixmap header usage on adaptable MODULES_END

2017-03-19 Thread Wei Yang
On Fri, Mar 17, 2017 at 10:50:34AM -0700, Thomas Garnier wrote: >This patch remove fixmap header usage on non-x86 code that was >introduced by the adaptable MODULE_END change. Hi, Thomas In this patch, it looks you are trying to do two things for my understanding: 1. To include in