[PATCH] arch/arc: fix some Kconfig typos

2020-01-31 Thread Randy Dunlap
From: Randy Dunlap Fix language typos in arch/arc/Kconfig. Signed-off-by: Randy Dunlap Cc: Vineet Gupta Cc: linux-snps-arc@lists.infradead.org --- arch/arc/Kconfig |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-next-20200131.orig/arch/arc/Kconfig +++ linux-next

Re: [GIT PULL] ARC updates for 5.6-rc1

2020-01-31 Thread pr-tracker-bot
The pull request you sent on Fri, 31 Jan 2020 17:43:34 +: > git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ tags/arc-5.6-rc1 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/b7e573bb4a7a511741f8942b1fb03cfe602ee57f Thank you! -- Deet-doot-dot, I am a

[GIT PULL] ARC updates for 5.6-rc1

2020-01-31 Thread Vineet Gupta
Hi Linus, Please pull ARC updates for 5.6-rc1 Thx, -Vineet > The following changes since commit b3a987b0264d3ddbb24293ebff10eddfc472f653: Linux 5.5-rc6 (2020-01-12 16:55:08 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/

[PATCH] Kernel selftests: tpm2: check for tpm support

2020-01-31 Thread Nikita Sobolev
tpm2 tests set fails if there is no /dev/tpm0 and /dev/tpmrm0 supported. Check if these files exist before run and mark test as skipped in case of absence. Signed-off-by: Nikita Sobolev --- tools/testing/selftests/tpm2/test_smoke.sh | 13 +++-- tools/testing/selftests/tpm2/test_space.sh