Re: [PATCH v2 0/2] mm: PAGE_KERNEL_* fallbacks

2018-05-14 Thread Greg KH
On Thu, May 10, 2018 at 05:15:20PM +, Luis R. Rodriguez wrote: > On Thu, May 10, 2018 at 08:07:33AM +0200, Greg KH wrote: > > On Wed, May 09, 2018 at 06:44:45PM -0700, Luis R. Rodriguez wrote: > > > While dusting out the firmware loader closet I spotted a PAGE_KERNEL_* > > > fallback hack. This

Re: [PATCH v2 0/2] mm: PAGE_KERNEL_* fallbacks

2018-05-10 Thread Luis R. Rodriguez
On Thu, May 10, 2018 at 08:07:33AM +0200, Greg KH wrote: > On Wed, May 09, 2018 at 06:44:45PM -0700, Luis R. Rodriguez wrote: > > While dusting out the firmware loader closet I spotted a PAGE_KERNEL_* > > fallback hack. This hurts my eyes, and it should also be blinding > > others. Turns out we hav

Re: [PATCH v2 0/2] mm: PAGE_KERNEL_* fallbacks

2018-05-09 Thread Greg KH
On Wed, May 09, 2018 at 06:44:45PM -0700, Luis R. Rodriguez wrote: > While dusting out the firmware loader closet I spotted a PAGE_KERNEL_* > fallback hack. This hurts my eyes, and it should also be blinding > others. Turns out we have other PAGE_KERNEL_* fallback hacks in > other places. > > This

[PATCH v2 0/2] mm: PAGE_KERNEL_* fallbacks

2018-05-09 Thread Luis R. Rodriguez
While dusting out the firmware loader closet I spotted a PAGE_KERNEL_* fallback hack. This hurts my eyes, and it should also be blinding others. Turns out we have other PAGE_KERNEL_* fallback hacks in other places. This moves them to asm-generic, and keeps track of architectures which need some lo