Home
last modified time | relevance | path

Searched hist:"3033 cd4307681c60db6d08f398a64484b36e0b0f" (Results 1 – 4 of 4) sorted by relevance

/linux/arch/parisc/kernel/
H A Dsys_parisc.cdiff 3033cd4307681c60db6d08f398a64484b36e0b0f Sat Aug 19 00:53:28 CEST 2023 Helge Deller <deller@gmx.de> parisc: Use generic mmap top-down layout and brk randomization

parisc uses a top-down layout by default that exactly fits the generic
functions, so get rid of arch specific code and use the generic version
by selecting ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT.

Note that on parisc the stack always grows up and a "unlimited stack"
simply means that the value as defined in CONFIG_STACK_MAX_DEFAULT_SIZE_MB
should be used. So RLIM_INFINITY is not an indicator to use the legacy
memory layout.

Signed-off-by: Helge Deller <deller@gmx.de>
H A Dprocess.cdiff 3033cd4307681c60db6d08f398a64484b36e0b0f Sat Aug 19 00:53:28 CEST 2023 Helge Deller <deller@gmx.de> parisc: Use generic mmap top-down layout and brk randomization

parisc uses a top-down layout by default that exactly fits the generic
functions, so get rid of arch specific code and use the generic version
by selecting ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT.

Note that on parisc the stack always grows up and a "unlimited stack"
simply means that the value as defined in CONFIG_STACK_MAX_DEFAULT_SIZE_MB
should be used. So RLIM_INFINITY is not an indicator to use the legacy
memory layout.

Signed-off-by: Helge Deller <deller@gmx.de>
/linux/mm/
H A Dutil.cdiff 3033cd4307681c60db6d08f398a64484b36e0b0f Sat Aug 19 00:53:28 CEST 2023 Helge Deller <deller@gmx.de> parisc: Use generic mmap top-down layout and brk randomization

parisc uses a top-down layout by default that exactly fits the generic
functions, so get rid of arch specific code and use the generic version
by selecting ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT.

Note that on parisc the stack always grows up and a "unlimited stack"
simply means that the value as defined in CONFIG_STACK_MAX_DEFAULT_SIZE_MB
should be used. So RLIM_INFINITY is not an indicator to use the legacy
memory layout.

Signed-off-by: Helge Deller <deller@gmx.de>
/linux/arch/parisc/
H A DKconfigdiff 3033cd4307681c60db6d08f398a64484b36e0b0f Sat Aug 19 00:53:28 CEST 2023 Helge Deller <deller@gmx.de> parisc: Use generic mmap top-down layout and brk randomization

parisc uses a top-down layout by default that exactly fits the generic
functions, so get rid of arch specific code and use the generic version
by selecting ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT.

Note that on parisc the stack always grows up and a "unlimited stack"
simply means that the value as defined in CONFIG_STACK_MAX_DEFAULT_SIZE_MB
should be used. So RLIM_INFINITY is not an indicator to use the legacy
memory layout.

Signed-off-by: Helge Deller <deller@gmx.de>