kisskb: OK linus/axs103_smp_defconfig/arcv2 Fri Jan 31, 13:28

2020-01-30 Thread noreply
OK linus/axs103_smp_defconfig/arcv2 Fri Jan 31, 13:28 http://kisskb.ellerman.id.au/kisskb/buildresult/14118243/ Commit: Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drm 9f68e3655aae6d49d6ba05dd263f99f33c2567af Compiler: arc-linux-gcc.br_real (Buildroot 2016.11

kisskb: OK linus/axs101_defconfig/arcompact Fri Jan 31, 13:28

2020-01-30 Thread noreply
OK linus/axs101_defconfig/arcompact Fri Jan 31, 13:28 http://kisskb.ellerman.id.au/kisskb/buildresult/14118244/ Commit: Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drm 9f68e3655aae6d49d6ba05dd263f99f33c2567af Compiler: arc-buildroot-linux-uclibc-gcc (Buildroo

[PATCH] ARC: Cleanup old Kconfig IO scheduler options

2020-01-30 Thread Krzysztof Kozlowski
CONFIG_IOSCHED_DEADLINE and CONFIG_IOSCHED_CFQ are gone since commit f382fb0bcef4 ("block: remove legacy IO schedulers"). The IOSCHED_DEADLINE was replaced by MQ_IOSCHED_DEADLINE and it will be now enabled by default (along with MQ_IOSCHED_KYBER). Signed-off-by: Krzysztof Kozlowski --- arch/arc

[PATCH 4.19 26/55] arc: eznps: fix allmodconfig kconfig warning

2020-01-30 Thread Greg Kroah-Hartman
From: Randy Dunlap [ Upstream commit 1928b36cfa4df1aeedf5f2644d0c33f3a1fcfd7b ] Fix kconfig warning for arch/arc/plat-eznps/Kconfig allmodconfig: WARNING: unmet direct dependencies detected for CLKSRC_NPS Depends on [n]: GENERIC_CLOCKEVENTS [=y] && !PHYS_ADDR_T_64BIT [=y] Selected by [y]:

[PATCH 5.4 045/110] arc: eznps: fix allmodconfig kconfig warning

2020-01-30 Thread Greg Kroah-Hartman
From: Randy Dunlap [ Upstream commit 1928b36cfa4df1aeedf5f2644d0c33f3a1fcfd7b ] Fix kconfig warning for arch/arc/plat-eznps/Kconfig allmodconfig: WARNING: unmet direct dependencies detected for CLKSRC_NPS Depends on [n]: GENERIC_CLOCKEVENTS [=y] && !PHYS_ADDR_T_64BIT [=y] Selected by [y]:

Re: [PATCH V12] mm/debug: Add tests validating architecture page table helpers

2020-01-30 Thread Anshuman Khandual
On 01/28/2020 06:57 AM, Anshuman Khandual wrote: > This adds tests which will validate architecture page table helpers and > other accessors in their compliance with expected generic MM semantics. > This will help various architectures in validating changes to existing > page table helpers or addit

Re: [PATCH V12] mm/debug: Add tests validating architecture page table helpers

2020-01-30 Thread Christophe Leroy
Le 30/01/2020 à 14:04, Anshuman Khandual a écrit : On 01/28/2020 10:35 PM, Christophe Leroy wrote: Le 28/01/2020 à 02:27, Anshuman Khandual a écrit : diff --git a/arch/x86/include/asm/pgtable_64.h b/arch/x86/include/asm/pgtable_64.h index 0b6c4042942a..fb0e76d254b3 100644 --- a/arch/x86/i

Re: [PATCH V12] mm/debug: Add tests validating architecture page table helpers

2020-01-30 Thread Anshuman Khandual
On 01/30/2020 12:57 PM, Mike Rapoport wrote: > On Wed, Jan 29, 2020 at 11:20:44PM +0100, Gerald Schaefer wrote: >> On Mon, 27 Jan 2020 22:33:08 -0500 >> >> For example, who would have thought that pXd_bad() is supposed to >> report large entries as bad? It's not really documented anywhere, > >

Re: [PATCH V12] mm/debug: Add tests validating architecture page table helpers

2020-01-30 Thread Anshuman Khandual
On 01/30/2020 03:50 AM, Gerald Schaefer wrote: > On Tue, 28 Jan 2020 06:57:53 +0530 > Anshuman Khandual wrote: > >> This adds tests which will validate architecture page table helpers and >> other accessors in their compliance with expected generic MM semantics. >> This will help various archi

Re: [PATCH V12] mm/debug: Add tests validating architecture page table helpers

2020-01-30 Thread Anshuman Khandual
On 01/28/2020 10:35 PM, Christophe Leroy wrote: > > > Le 28/01/2020 à 02:27, Anshuman Khandual a écrit : >> This adds tests which will validate architecture page table helpers and >> other accessors in their compliance with expected generic MM semantics. >> This will help various architectures i