Merge branch into tip/master: 'core/core'
authorIngo Molnar <mingo@kernel.org>
Wed, 23 Feb 2022 07:43:27 +0000 (08:43 +0100)
committerIngo Molnar <mingo@kernel.org>
Wed, 23 Feb 2022 07:43:28 +0000 (08:43 +0100)
commitabe87fe230d7233bce90b7e40f005864954153eb
tree2f66dfdde44c28394da079681c1597405dc653bc
parent126aeda0b71ac3ecd654ed294149d07e63807d1c
parent0ce055f85335e48bc571114d61a70ae217039362
Merge branch into tip/master: 'core/core'

* core/core:
    0ce055f85335 fork: Use IS_ENABLED() in account_kernel_stack()
    e540bf3162e8 fork: Only cache the VMAP stack in finish_task_switch()
    1a03d3f13ffe fork: Move task stack accounting to do_exit()
    f1c1a9ee00e4 fork: Move memcg_charge_kernel_stack() into CONFIG_VMAP_STACK
    7865aba3ade4 fork: Don't assign the stack pointer in dup_task_struct()
    2bb0529c0bc0 fork, IA64: Provide alloc_thread_stack_node() for IA64
    546c42b2c5c1 fork: Duplicate task_struct before stack allocation
    be9a2277cafd fork: Redo ifdefs around task stack handling

Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/fork.c