android_kernel_samsung_univ.../arch/powerpc/kernel
Greg Kroah-Hartman 0c335d55ce Revert "powerpc/numa: Fix percpu allocations to be NUMA aware"
This reverts commit 8c92870bdb which is
commit ba4a648f12f4cd0a8003dd229b6ca8a53348ee4b upstream.

Michal Hocko writes:

JFYI. We have encountered a regression after applying this patch on a
large ppc machine. While the patch is the right thing to do it doesn't
work well with the current vmalloc area size on ppc and large machines
where NUMA nodes are very far from each other. Just for the reference
the boot fails on such a machine with bunch of warning preceeding it.
See http://lkml.kernel.org/r/20170724134240.GL25221@dhcp22.suse.cz

It seems the right thing to do is to enlarge the vmalloc space on ppc
but this is not the case in the upstream kernel yet AFAIK. It is also
questionable whether that is a stable material but I will decision on
you here.

We have reverted this patch from our 4.4 based kernel.

Newer kernels do not have enlarged vmalloc space yet AFAIK so they won't
work properly eiter. This bug is quite rare though because you need a
specific HW configuration to trigger the issue - namely NUMA nodes have
to be far away from each other in the physical memory space.

Cc: Michal Hocko <mhocko@kernel.org>
Cc: Michael Ellerman <mpe@ellerman.id.au>
Cc: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-08-06 19:19:40 -07:00
..
vdso32 powerpc/vdso: Avoid link stack corruption in __get_datapage() 2015-10-01 16:52:02 +10:00
vdso64 powerpc/vdso64: Use double word compare on pointers 2016-10-28 03:01:28 -04:00
.gitignore
align.c powerpc: Don't try to fix up misaligned load-with-reservation instructions 2017-04-12 12:38:34 +02:00
asm-offsets.c KVM: PPC: Book3S HV: Save/restore XER in checkpointed register state 2017-01-09 08:07:49 +01:00
audit.c
btext.c
cacheinfo.c
cacheinfo.h
compat_audit.c
cpu_setup_6xx.S
cpu_setup_44x.S
cpu_setup_fsl_booke.S
cpu_setup_pa6t.S
cpu_setup_power.S
cpu_setup_ppc970.S
cputable.c
crash_dump.c
crash.c powerpc/book3e/kdump: Enable crash_kexec_wait_realmode 2015-10-27 18:13:27 -05:00
dbell.c
dma-iommu.c
dma-swiotlb.c
dma.c powerpc/dma: dma_set_coherent_mask() should not be GPL only 2015-10-28 14:20:50 +09:00
eeh_cache.c
eeh_dev.c
eeh_driver.c powerpc/eeh: Avoid use after free in eeh_handle_special_event() 2017-06-14 13:16:25 +02:00
eeh_event.c
eeh_pe.c powerpc/eeh: Fix stale cached primary bus 2016-02-25 12:01:18 -08:00
eeh_sysfs.c
eeh.c powerpc/eeh: Enable IO path on permanent error 2017-07-05 14:37:18 +02:00
entry_32.S
entry_64.S powerpc/kprobe: Fix oops when kprobed on 'stdu' instruction 2017-04-27 09:09:33 +02:00
epapr_hcalls.S
epapr_paravirt.c
exceptions-64e.S powerpc/64e: Fix hang when debugging programs with relocated kernel 2017-05-25 14:30:15 +02:00
exceptions-64s.S powerpc/book3s64: Fix branching to OOL handlers in relocatable kernel 2016-06-07 18:14:35 -07:00
fadump.c
firmware.c
fpu.S
fsl_booke_entry_mapping.S powerpc/fsl: Force coherent memory on e500mc derivatives 2015-08-07 23:00:01 -05:00
ftrace.c
head_8xx.S
head_32.S
head_40x.S
head_44x.S
head_64.S powerpc/book3e: support CONFIG_RELOCATABLE 2015-10-27 18:13:27 -05:00
head_booke.h
head_fsl_booke.S
hw_breakpoint.c powerpc/xmon: Fix data-breakpoint 2017-03-12 06:37:31 +01:00
ibmebus.c powerpc/ibmebus: Fix device reference leaks in sysfs interface 2017-01-19 20:17:22 +01:00
idle_6xx.S
idle_book3e.S
idle_e500.S
idle_power4.S
idle_power7.S powerpc: Convert cmp to cmpd in idle enter sequence 2017-01-09 08:07:52 +01:00
idle.c
io-workarounds.c powerpc/mm: Differentiate between hugetlb and THP during page walk 2015-10-12 15:30:09 +11:00
io.c
iomap.c
iommu.c
irq.c powerpc, irq: Use access helper irq_data_get_affinity_mask() 2015-09-15 17:06:28 +02:00
isa-bridge.c
jump_label.c
kgdb.c
kprobes.c powerpc/kprobes: Pause function_graph tracing during jprobes handling 2017-06-29 12:48:51 +02:00
kvm_emul.S
kvm.c powerpc: Remove redundant breaks 2015-08-06 15:10:20 +10:00
l2cr_6xx.S
legacy_serial.c
machine_kexec_32.c
machine_kexec_64.c powerpc/book3e-64: Enable kexec 2015-10-27 18:13:30 -05:00
machine_kexec.c
Makefile powerpc/ftrace: add powerpc timebase as a trace clock source 2015-08-06 16:36:23 +10:00
mce_power.c
mce.c powerpc/book3s/mce: Move add_taint() later in virtual mode 2017-05-25 14:30:14 +02:00
misc_32.S powerpc: Fix build warning on 32-bit PPC 2017-01-15 13:41:36 +01:00
misc_64.S powerpc/book3e-64: Enable kexec 2015-10-27 18:13:30 -05:00
misc.S
module_32.c
module_64.c powerpc: Fix dedotify for binutils >= 2.26 2016-03-16 08:43:00 -07:00
module.c
msi.c
nvram_64.c powerpc/nvram: Fix an incorrect partition merge 2016-10-31 04:14:01 -06:00
of_platform.c
paca.c powerpc/book3e-64: Don't limit paca to 256 MiB 2015-10-27 18:13:28 -05:00
pci_32.c
pci_64.c
pci_dn.c
pci_of_scan.c libnvdimm for 4.3: 2015-09-08 14:35:59 -07:00
pci-common.c powerpc/pci: export pcibios_free_controller() 2015-10-15 20:31:57 +11:00
pci-hotplug.c
pmc.c
ppc32.h
ppc_ksyms_32.c
ppc_ksyms.c
ppc_save_regs.S
proc_powerpc.c
process.c powerpc/tm: Always reclaim in start_thread() for exec() class syscalls 2016-07-27 09:47:28 -07:00
prom_init_check.sh
prom_init.c powerpc: Add missing error check to prom_find_boot_cpu() 2017-02-09 08:02:45 +01:00
prom_parse.c
prom.c powerpc: Update TM user feature bits in scan_features() 2016-05-04 14:48:44 -07:00
ptrace32.c
ptrace.c powerpc/ptrace: Fix out of bounds array access warning 2016-11-10 16:36:36 +01:00
reloc_32.S
reloc_64.S
rtas_flash.c
rtas_pci.c
rtas-proc.c
rtas-rtc.c
rtas.c powerpc/rtas: Validate rtas.entry before calling enter_rtas() 2015-10-22 11:03:25 +11:00
rtasd.c
setup_32.c powerpc32: memset: only use dcbz once cache is enabled 2015-09-17 10:36:53 +10:00
setup_64.c Revert "powerpc/numa: Fix percpu allocations to be NUMA aware" 2017-08-06 19:19:40 -07:00
setup-common.c
signal_32.c powerpc/tm: Block signal return setting invalid MSR state 2015-11-23 20:06:31 +11:00
signal_64.c powerpc/tm: Block signal return setting invalid MSR state 2015-11-23 20:06:31 +11:00
signal.c
signal.h
smp-tbsync.c
smp.c
stacktrace.c
suspend.c
swsusp_32.S
swsusp_64.c
swsusp_asm64.S
swsusp_booke.S
swsusp.c
sys_ppc32.c
syscalls.c
sysfs.c
systbl_chk.c
systbl_chk.sh
systbl.S
tau_6xx.c
time.c powerpc/time: Migrate to new 'set-state' interface 2015-08-10 11:41:02 +02:00
tm.S powerpc/tm: Avoid SLB faults in treclaim/trecheckpoint when RI=0 2016-09-15 08:27:51 +02:00
trace_clock.c powerpc/ftrace: add powerpc timebase as a trace clock source 2015-08-06 16:36:23 +10:00
traps.c powerpc/book3s/mce: Move add_taint() later in virtual mode 2017-05-25 14:30:14 +02:00
udbg_16550.c
udbg.c
uprobes.c
vdso.c
vecemu.c
vector.S
vio.c
vmlinux.lds.S powerpc: discard .exit.data at runtime 2015-10-15 20:31:59 +11:00