[PATCH v2 7/9] docs: remove description of DISCONTIGMEM

2021-06-03 Thread Mike Rapoport
From: Mike Rapoport Remove description of DISCONTIGMEM from the "Memory Models" document and update VM sysctl description so that it won't mention DISCONIGMEM. Signed-off-by: Mike Rapoport --- Documentation/admin-guide/sysctl/vm.rst | 12 +++ Documentation/vm/memory-model.rst | 45 ++

[PATCH v2 6/9] arch, mm: remove stale mentions of DISCONIGMEM

2021-06-03 Thread Mike Rapoport
From: Mike Rapoport There are several places that mention DISCONIGMEM in comments or have stale code guarded by CONFIG_DISCONTIGMEM. Remove the dead code and update the comments. Signed-off-by: Mike Rapoport --- arch/ia64/kernel/topology.c | 5 ++--- arch/ia64/mm/numa.c | 5 ++

[PATCH v2 5/9] mm: remove CONFIG_DISCONTIGMEM

2021-06-03 Thread Mike Rapoport
From: Mike Rapoport There are no architectures that support DISCONTIGMEM left. Remove the configuration option and the dead code it was guarding in the generic memory management code. Signed-off-by: Mike Rapoport --- include/asm-generic/memory_model.h | 37 -- incl

[PATCH v2 4/9] m68k: remove support for DISCONTIGMEM

2021-06-03 Thread Mike Rapoport
From: Mike Rapoport DISCONTIGMEM was replaced by FLATMEM with freeing of the unused memory map in v5.11. Remove the support for DISCONTIGMEM entirely. Signed-off-by: Mike Rapoport Reviewed-by: Geert Uytterhoeven Acked-by: Geert Uytterhoeven --- arch/m68k/Kconfig.cpu | 10 -

[PATCH v2 3/9] arc: remove support for DISCONTIGMEM

2021-06-03 Thread Mike Rapoport
From: Mike Rapoport DISCONTIGMEM was replaced by FLATMEM with freeing of the unused memory map in v5.11. Remove the support for DISCONTIGMEM entirely. Signed-off-by: Mike Rapoport --- arch/arc/Kconfig | 13 arch/arc/include/asm/mmzone.h | 40 -

[PATCH v2 2/9] arc: update comment about HIGHMEM implementation

2021-06-03 Thread Mike Rapoport
From: Mike Rapoport Arc does not use DISCONTIGMEM to implement high memory, update the comment describing how high memory works to reflect this. Signed-off-by: Mike Rapoport --- arch/arc/mm/init.c | 13 + 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/arch/arc/mm/ini

[PATCH v2 1/9] alpha: remove DISCONTIGMEM and NUMA

2021-06-03 Thread Mike Rapoport
From: Mike Rapoport NUMA is marked broken on alpha for more than 15 years and DISCONTIGMEM was replaced with SPARSEMEM in v5.11. Remove both NUMA and DISCONTIGMEM support from alpha. Signed-off-by: Mike Rapoport --- arch/alpha/Kconfig| 22 --- arch/alpha/include/asm/machvec.h

[PATCH v2 0/9] Remove DISCINTIGMEM memory model

2021-06-03 Thread Mike Rapoport
From: Mike Rapoport Hi, SPARSEMEM memory model was supposed to entirely replace DISCONTIGMEM a (long) while ago. The last architectures that used DISCONTIGMEM were updated to use other memory models in v5.11 and it is about the time to entirely remove DISCONTIGMEM from the kernel. This set remo

Debian: jemalloc: add arc support

2021-06-03 Thread Vineet Gupta
Update: upstream change has just now been merged. Thx, -Vineet ___ linux-snps-arc mailing list linux-snps-arc@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-snps-arc

Debian: jemalloc: add arc support

2021-06-03 Thread Vineet Gupta
Source: jemalloc Severity: normal Tags: patch Hi, This is needed to bootstrap arc port. Merge request exist in upstream jemalloc: https://github.com/jemalloc/jemalloc/pull/2070 And also in debian https://salsa.debian.org/debian/jemalloc/-/merge_requests/5 Thx, -Vineet _

guile: add arc support

2021-06-03 Thread Vineet Gupta
Hi, I'm trying to bootstrap Debian on ARC and need arc support in guile 2.x and 3.x. Patch attached. Thx, -Vineet From d7229d384e503d7a3893e13e71fe0ad16c2e8003 Mon Sep 17 00:00:00 2001 From: Vineet Gupta Date: Tue, 6 Apr 2021 15:03:07 -0700 Subject: [PATCH] add support for arc Signed-off-by: Vi

Debian: libffi: update symbols for ARC

2021-06-03 Thread Vineet Gupta
Source: libffi Severity: normal Tags: patch Hi, This is needed to bootstrap arc port. Patch attached. Thx, -Vineet --- a/debian/libffi7.symbols.orig 2021-04-02 04:04:04.290554369 + +++ b/debian/libffi7.symbols 2021-04-02 04:05:46.914554369 + @@ -1,6 +1,6 @@ libffi.so.7 libffi7 #MINVER#

guile: Add ARC support

2021-06-03 Thread Vineet Gupta
Hi, I'm trying to bootstrap Debian on ARC and need to add arc support in guile 2.x and 3.x. Patch attached. Thx, -Vineet From d7229d384e503d7a3893e13e71fe0ad16c2e8003 Mon Sep 17 00:00:00 2001 From: Vineet Gupta Date: Tue, 6 Apr 2021 15:03:07 -0700 Subject: [PATCH] add support for arc Signed-of

Debian: openssl: Add ARC target

2021-06-03 Thread Vineet Gupta
Source: openssl Severity: normal Tags: patch Hi, This is needed to bootstrap arc port. Patch attached. Thx, -Vineet From 3268f18d797fb807a91a71266243e37749711b81 Mon Sep 17 00:00:00 2001 From: Vineet Gupta Date: Thu, 3 Jun 2021 12:12:46 -0700 Subject: [PATCH] ARC arc target Signed-off-by: Vine

Debian: gmp: add support for arc

2021-06-03 Thread Vineet Gupta
Source: gmp Severity: normal Tags: patch Hi, To bootstrap arc port we need symbols file update in gmp. Patch attached. Thx, -Vineet From 5894e168f3a19e2f113f672697cf8bb078a65a9f Mon Sep 17 00:00:00 2001 From: Vineet Gupta Date: Thu, 3 Jun 2021 11:33:05 -0700 Subject: [PATCH] Update symbols file