From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752161AbdLKWAr (ORCPT ); Mon, 11 Dec 2017 17:00:47 -0500 Received: from mail-qt0-f195.google.com ([209.85.216.195]:39642 "EHLO mail-qt0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751347AbdLKWAq (ORCPT ); Mon, 11 Dec 2017 17:00:46 -0500 X-Google-Smtp-Source: ACJfBovOXKYLK45ErUek+gUDC6JOd2wFLQgvgnv4G93e36EQaHrEHVSTST7/j91Pe1xR1tNF3WMQlA== Date: Mon, 11 Dec 2017 14:00:41 -0800 From: Tejun Heo To: Linus Torvalds Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] percpu fixes for v4.15-rc3 Message-ID: <20171211220041.GS2421075@devbig577.frc2.facebook.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, Linus. Just one patch to work around CRIS boot problem caused by a recent change which freed a temporary boot data structure. The root cause is on CRIS side but it doesn't seem trivial to fix. For now, work around by skipping freeing on CRIS. Thanks. The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323: Linux 4.15-rc1 (2017-11-26 16:01:47 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git for-4.15-fixes for you to fetch changes up to abee210500ed15a22787009d9210b9a34911afcc: percpu: hack to let the CRIS architecture to boot until they clean up (2017-11-27 12:53:12 -0800) ---------------------------------------------------------------- Nicolas Pitre (1): percpu: hack to let the CRIS architecture to boot until they clean up mm/percpu.c | 4 ++++ 1 file changed, 4 insertions(+) -- tejun