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

2019-12-04 Thread pr-tracker-bot
The pull request you sent on Wed, 4 Dec 2019 23:03:03 +:

> git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ tags/arc-5.5-rc1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/056df578c2dcac1e624254567f5df5ddaa223234

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

___
linux-snps-arc mailing list
linux-snps-arc@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-snps-arc


Re: [PATCH] arc: eznps: fix allmodconfig kconfig warning

2019-12-04 Thread Vineet Gupta
On 11/26/19 5:54 PM, Randy Dunlap wrote:
> From: Randy Dunlap 
> 
> 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]:
>   - ARC_PLAT_EZNPS [=y]
> 
> Signed-off-by: Randy Dunlap 

Thx for the fix. Will hit for-curr after rc1.

Thx,
-Vineet
___
linux-snps-arc mailing list
linux-snps-arc@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-snps-arc


[GIT PULL] ARC updates for 5.5-rc1

2019-12-04 Thread Vineet Gupta
Hi Linus,

Please pull ARC updates for 5.5-rc1 cycles.

Thx,
-Vineet

>
The following changes since commit 7d194c2100ad2a6dded545887d02754948ca5241:

  Linux 5.4-rc4 (2019-10-20 15:56:22 -0400)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ tags/arc-5.5-rc1

for you to fetch changes up to 9fbea0b7e842890a76acffce9be9e430b9e11194:

  ARC: add kmemleak support (2019-11-20 09:13:42 -0800)


ARC updates for 5.5-rc1

 - Jump Label support for ARC

 - kmemleak enabled

 - arc mm backend TLB Miss / flush optimizations

 - nSIM platform switching to dwuart (vs. arcuart) and ensuing defconfig
   updates and cleanups

 - axs platform pll / video-mode updates


Eugeniy Paltsev (12):
  ARC: regenerate nSIM and HAPS defconfigs
  ARC: HAPS: cleanup defconfigs from unused IO-related options
  ARC: HAPS: use same UART configuration everywhere
  ARC: HAPS: add HIGHMEM memory zone to DTS
  ARC: HAPS: cleanup defconfigs from unused ETH drivers
  ARC: merge HAPS-HS with nSIM-HS configs
  ARC: nSIM_700: switch to DW UART usage
  ARC: nSIM_700: remove unused network options
  ARC: ARCv2: jump label: implement jump label patching
  ARC: [plat-axs10x]: use pgu pll instead of fixed clock
  ARC: [plat-axs10x]: remove hardcoded video mode from bootargs
  ARC: add kmemleak support

Vineet Gupta (6):
  ARCv2: mm: TLB Miss optim: SMP builds can cache pgd pointer in mmu 
scratch reg
  ARCv2: mm: TLB Miss optim: Use double world load/stores LDD/STD
  ARC: mm: TLB Miss optim: avoid re-reading ECR
  ARC: mm: tlb flush optim: Make TLBWriteNI fallback to TLBWrite if not 
available
  ARC: mm: tlb flush optim: elide repeated uTLB invalidate in loop
  ARC: mm: tlb flush optim: elide redundant uTLB invalidates for MMUv3

 arch/arc/Kconfig   |   9 ++
 arch/arc/Makefile  |   2 +-
 arch/arc/boot/dts/axc001.dtsi  |   6 ++
 arch/arc/boot/dts/axs101.dts   |   2 +-
 arch/arc/boot/dts/axs103_idu.dts   |   2 +-
 arch/arc/boot/dts/axs10x_mb.dtsi   |  11 ++-
 arch/arc/boot/dts/haps_hs.dts  |  15 +--
 arch/arc/boot/dts/haps_hs_idu.dts  |   1 -
 arch/arc/boot/dts/nsim_700.dts |  36 +++
 arch/arc/boot/dts/nsim_hs.dts  |  67 -
 arch/arc/boot/dts/nsim_hs_idu.dts  |  65 -
 arch/arc/configs/haps_hs_defconfig |  30 ++
 arch/arc/configs/haps_hs_smp_defconfig |  32 ++-
 arch/arc/configs/nsim_700_defconfig|  19 ++--
 arch/arc/configs/nsim_hs_defconfig |  60 
 arch/arc/configs/nsim_hs_smp_defconfig |  58 ---
 arch/arc/include/asm/cache.h   |   2 +
 arch/arc/include/asm/entry-compact.h   |   4 +-
 arch/arc/include/asm/jump_label.h  |  72 ++
 arch/arc/include/asm/mmu.h |   6 ++
 arch/arc/include/asm/mmu_context.h |   2 +-
 arch/arc/include/asm/pgtable.h |   2 +-
 arch/arc/kernel/Makefile   |   1 +
 arch/arc/kernel/jump_label.c   | 170 +
 arch/arc/mm/tlb.c  |  81 ++--
 arch/arc/mm/tlbex.S|  18 ++--
 arch/arc/plat-sim/platform.c   |   1 -
 27 files changed, 363 insertions(+), 411 deletions(-)
 delete mode 100644 arch/arc/boot/dts/nsim_hs.dts
 delete mode 100644 arch/arc/boot/dts/nsim_hs_idu.dts
 delete mode 100644 arch/arc/configs/nsim_hs_defconfig
 delete mode 100644 arch/arc/configs/nsim_hs_smp_defconfig
 create mode 100644 arch/arc/include/asm/jump_label.h
 create mode 100644 arch/arc/kernel/jump_label.c
___
linux-snps-arc mailing list
linux-snps-arc@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-snps-arc


kisskb: OK linux-next/axs103_smp_defconfig/arcv2 Thu Dec 05, 06:48

2019-12-04 Thread noreply
OK linux-next/axs103_smp_defconfig/arcv2 Thu Dec 05, 06:48

http://kisskb.ellerman.id.au/kisskb/buildresult/14052101/

Commit:   Add linux-next specific files for 20191204
  c7c32c43e831640996f86998452681ff54d17dfb
Compiler: arc-linux-gcc.br_real (Buildroot 2016.11-git-00613-ge98b4dd) 6.2.1 
20160824 / GNU ld (GNU Binutils) 2.27.51.20160928

Possible errors
---

 #define KERN_ERR KERN_SOH "3" /* error conditions */
 #define KERN_ERR KERN_SOH "3" /* error conditions */
 #define KERN_ERR KERN_SOH "3" /* error conditions */
 #define KERN_ERR KERN_SOH "3" /* error conditions */

Possible warnings (89)
--

:1511:2: warning: #warning syscall clone3 not implemented [-Wcpp]
init/main.c:382:35: warning: format '%zu' expects argument of type 'size_t', 
but argument 3 has type 'unsigned int' [-Wformat=]
init/main.c:386:35: warning: format '%zu' expects argument of type 'size_t', 
but argument 3 has type 'unsigned int' [-Wformat=]
init/main.c:390:35: warning: format '%zu' expects argument of type 'size_t', 
but argument 3 has type 'unsigned int' [-Wformat=]
init/main.c:826:37: warning: format '%zu' expects argument of type 'size_t', 
but argument 3 has type '__kernel_size_t {aka unsigned int}' [-Wformat=]
include/linux/kernel.h:844:29: warning: comparison of distinct pointer types 
lacks a cast
include/linux/kernel.h:844:29: warning: comparison of distinct pointer types 
lacks a cast
include/linux/kernel.h:844:29: warning: comparison of distinct pointer types 
lacks a cast
include/linux/kernel.h:844:29: warning: comparison of distinct pointer types 
lacks a cast
include/linux/kernel.h:844:29: warning: comparison of distinct pointer types 
lacks a cast
include/linux/kernel.h:844:29: warning: comparison of distinct pointer types 
lacks a cast
drivers/base/regmap/regmap.c:1526:22: warning: format '%zu' expects argument of 
type 'size_t', but argument 5 has type 'unsigned int' [-Wformat=]
drivers/base/regmap/regcache.c:715:20: warning: format '%zu' expects argument 
of type 'size_t', but argument 4 has type 'unsigned int' [-Wformat=]
kernel/dma/direct.c:32:4: warning: format '%zu' expects argument of type 
'size_t', but argument 4 has type 'unsigned int' [-Wformat=]
include/linux/kern_levels.h:5:18: warning: format '%zu' expects argument of 
type 'size_t', but argument 2 has type 'unsigned int' [-Wformat=]
include/linux/kern_levels.h:5:18: warning: format '%zu' expects argument of 
type 'size_t', but argument 2 has type 'unsigned int' [-Wformat=]
include/linux/kernel.h:844:29: warning: comparison of distinct pointer types 
lacks a cast
include/linux/kernel.h:844:29: warning: comparison of distinct pointer types 
lacks a cast
drivers/base/component.c:196:24: warning: format '%zu' expects argument of type 
'size_t', but argument 4 has type 'unsigned int' [-Wformat=]
fs/ext4/xattr.c:482:8: warning: format '%zu' expects argument of type 'size_t', 
but argument 6 has type 'unsigned int' [-Wformat=]
mm/percpu.c:1334:35: warning: format '%zu' expects argument of type 'size_t', 
but argument 3 has type 'unsigned int' [-Wformat=]
mm/percpu.c:1349:35: warning: format '%zu' expects argument of type 'size_t', 
but argument 3 has type 'unsigned int' [-Wformat=]
mm/percpu.c:1356:35: warning: format '%zu' expects argument of type 'size_t', 
but argument 3 has type 'unsigned int' [-Wformat=]
mm/percpu.c:1362:35: warning: format '%zu' expects argument of type 'size_t', 
but argument 3 has type 'unsigned int' [-Wformat=]
mm/percpu.c:1616:17: warning: format '%zu' expects argument of type 'size_t', 
but argument 5 has type 'unsigned int' [-Wformat=]
mm/percpu.c:1616:17: warning: format '%zu' expects argument of type 'size_t', 
but argument 6 has type 'unsigned int' [-Wformat=]
include/linux/kern_levels.h:5:18: warning: format '%zu' expects argument of 
type 'size_t', but argument 2 has type 'unsigned int' [-Wformat=]
 #define KERN_WARNING KERN_SOH "4" /* warning conditions */
include/linux/kern_levels.h:5:18: warning: format '%zu' expects argument of 
type 'size_t', but argument 3 has type 'unsigned int' [-Wformat=]
 #define KERN_WARNING KERN_SOH "4" /* warning conditions */
mm/percpu.c:2189:27: warning: format '%zu' expects argument of type 'size_t', 
but argument 3 has type 'unsigned int' [-Wformat=]
mm/percpu.c:2189:32: warning: format '%zu' expects argument of type 'size_t', 
but argument 4 has type 'unsigned int' [-Wformat=]
mm/percpu.c:2189:37: warning: format '%zu' expects argument of type 'size_t', 
but argument 5 has type 'unsigned int' [-Wformat=]
mm/percpu.c:2189:42: warning: format '%zu' expects argument of type 'size_t', 
but argument 6 has type 'unsigned int' [-Wformat=]
mm/percpu.c:2189:52: warning: format '%zu' expects argument of type 'size_t', 
but argument 7 has type 'unsigned int' [-Wformat=]
mm/percpu.c:2189:56: warning: format '%zu' expects argument of type 'size_t', 
but argument 8 has type 'unsigned int' [-Wformat=]

kisskb: OK linux-next/axs101_defconfig/arcompact Thu Dec 05, 06:48

2019-12-04 Thread noreply
OK linux-next/axs101_defconfig/arcompact Thu Dec 05, 06:48

http://kisskb.ellerman.id.au/kisskb/buildresult/14052102/

Commit:   Add linux-next specific files for 20191204
  c7c32c43e831640996f86998452681ff54d17dfb
Compiler: arc-buildroot-linux-uclibc-gcc (Buildroot 2015.08.1) 4.8.4 / GNU ld 
(GNU Binutils) 2.23.2

No errors found in log

Possible warnings (2)
--

:1511:2: warning: #warning syscall clone3 not implemented [-Wcpp]
net/ipv4/tcp_input.c:4386:49: warning: array subscript is above array bounds 
[-Warray-bounds]


___
linux-snps-arc mailing list
linux-snps-arc@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-snps-arc