From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751050AbdE2QkT (ORCPT ); Mon, 29 May 2017 12:40:19 -0400 Received: from mail-it0-f43.google.com ([209.85.214.43]:35689 "EHLO mail-it0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750938AbdE2QkS (ORCPT ); Mon, 29 May 2017 12:40:18 -0400 MIME-Version: 1.0 In-Reply-To: <20170529072207.16130-1-vegard.nossum@oracle.com> References: <20170529072207.16130-1-vegard.nossum@oracle.com> From: Linus Torvalds Date: Mon, 29 May 2017 09:40:16 -0700 X-Google-Sender-Auth: O6Z-HNBUNJntF1oKFElVzN3TPz4 Message-ID: Subject: Re: [PATCH] kthread: fix boot hang (regression) on MIPS/OpenRISC To: Vegard Nossum Cc: Thomas Gleixner , Ralf Baechle , Stafford Horne , Linux Kernel Mailing List , linux-mips , Jonas Bonn , Stefan Kristiansson , openrisc@lists.librecores.org, Oleg Nesterov , Jamie Iles Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 29, 2017 at 12:22 AM, Vegard Nossum wrote: > This fixes a regression in commit 4d6501dce079 where I didn't notice > that MIPS and OpenRISC were reinitialising p->{set,clear}_child_tid to > NULL after our initialisation in copy_process(). Ok, I'll just take this directly, since it's such an odd set of architectures. I guess it could come in through the next "misc fixes" pull request from the -tip tree (which is where the change that broke this came from), but .. Linus