Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1220284

Re: [RFC PATCH 0/3] Implement IRQ stack on ARM64

From Jungseok Lee <jungseoklee85@gmail.com>
Newsgroups linux.kernel
Subject Re: [RFC PATCH 0/3] Implement IRQ stack on ARM64
Date 2015-09-07 17:50 +0200
Message-ID <q66Q9-1px-3@gated-at.bofh.it> (permalink)
References <q50a6-4GT-5@gated-at.bofh.it> <q65Kq-8kq-19@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Sep 7, 2015, at 11:33 PM, James Morse wrote:
> On 04/09/15 15:23, Jungseok Lee wrote:
>> ARM64 kernel allocates 16KB kernel stack when creating a process. In case
>> of low memory platforms with tough workloads on userland, this order-2
>> allocation request reaches to memory pressure and performance degradation
>> simultaenously since VM page allocator falls into slowpath frequently,
>> which triggers page reclaim and compaction.
>> 
>> I believe that one of the best solutions is to reduce kernel stack size.
>> According to the following data from stack tracer with some fixes, [1],
>> a separate IRQ stack would greatly help to decrease a kernel stack depth.
>> 
> 
> Hi Jungseok Lee,

Hi James Morse,

> I was working on a similar patch for irq stack, (patch as a follow up email).
> 
> I suggest we work together on a single implementation. I think the only
> major difference is that you're using sp_el0 as a temporary register to
> store a copy of the stack-pointer to find struct thread_info, whereas I was
> copying it between stacks (ends up as 2x ldp/stps), which keeps the change
> restricted to irq_stack setup code.
> 
> We should get some feedback as to which approach is preferred.

Great idea!
I'd really like to figure out the most ideal implementation of this feature.

Best Regards
Jungseok Lee--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[RFC PATCH 0/3] Implement IRQ stack on ARM64 Jungseok Lee <jungseoklee85@gmail.com> - 2015-09-04 16:30 +0200
  [RFC PATCH 3/3] arm64: Reduce kernel stack size when using IRQ stack Jungseok Lee <jungseoklee85@gmail.com> - 2015-09-04 16:30 +0200
  Re: [RFC PATCH 0/3] Implement IRQ stack on ARM64 James Morse <james.morse@arm.com> - 2015-09-07 16:40 +0200
    Re: [RFC PATCH 0/3] Implement IRQ stack on ARM64 Jungseok Lee <jungseoklee85@gmail.com> - 2015-09-07 17:50 +0200

csiph-web