Received: by 2002:ac0:a594:0:0:0:0:0 with SMTP id m20-v6csp4012068imm; Mon, 14 May 2018 00:58:40 -0700 (PDT) X-Google-Smtp-Source: AB8JxZo6Kl39JGEa5hRm0aWS+0/PljhY5/Vota10kFNvcu3huNZIvsy7kub/w3AxWDUvjc1BSQwG X-Received: by 2002:a17:902:2006:: with SMTP id n6-v6mr8898133pla.125.1526284720804; Mon, 14 May 2018 00:58:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1526284720; cv=none; d=google.com; s=arc-20160816; b=oSNa06097GaAEVa7Drbiq3NKGaVtkjYJzWg9v9i9/zXGRsdFFJltDRo12UUS8PBbCW NRmrmw0PFW2ARfMTveVhYpt42NTWVeCxhG0rrtsISrUXtJZPhfgUeMNqSyhMjATgwkQ7 XiExB/z0HVMC5ViZ3UhGDZydxmxOLvplCjd5fp8tJSeln7PPtkaYOpEpLKzyNB2NvzsQ M68szVNVSiQLdzKsee+O60yPVH+PZxgQY0186mQu4irf/TdhnjPYvcGOSKVz8yIMgc14 6We8XDVR6zKajVJMQhpIsKhCQAtTdsdu38EYuD36+Ixa1+hVE613x+15KJWa9YPUhKXN TMRA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from:dkim-signature :arc-authentication-results; bh=ezsMaj7u6LBbVfVyz5OytRAavG5bpUKWwXu15mi6U2E=; b=ac4nFdFVI/7PrfkjRbKfTLCVx5Fwf0fBbeB9orhufK2osczOSUUBKLe2XzH4Oj4QC1 X+wa/PX3XQXsWs0xm5+7Slnn2J7i9g8Hl3hS4VYwoujXzjkMKTUiBpzXkDbvut8KGtpX pgZj/hcANIfsKFnMBNxDtrQu8Ti5U0RkmaltnwNw80Ehn8YKqCStgDgcfzy+uDzNYN9q eIWfql0TiCiJcqe8TTEb16h0BmTQVGQSkh1+Yw/l4TuGSuxQA9N0WLNVZGeWvoum/e9g c7mEnMWVpw4OePtnZhQyxyVCwURkzG//T8mPIL//15b8TPATU7Lhb8w/kdQDcp1g8bLn +5jQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=Fzvs8rhZ; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f90-v6si8793544plf.496.2018.05.14.00.58.26; Mon, 14 May 2018 00:58:40 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=Fzvs8rhZ; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752100AbeENGty (ORCPT + 99 others); Mon, 14 May 2018 02:49:54 -0400 Received: from mail.kernel.org ([198.145.29.99]:56574 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751533AbeENGtx (ORCPT ); Mon, 14 May 2018 02:49:53 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 7472F205F4; Mon, 14 May 2018 06:49:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1526280593; bh=zRFB0wQoibM7bnZ6rLjC3zwEvclzmIAbSCmq1+/I1y0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Fzvs8rhZDyeSzwqYbYTnWYO3p2FfQ2NU5ha0O0XS4gRzxOYoI8eXVBTsoKpUmHEPD iW8LbMCmZP67BpUhaqySWYMBWtSN6nuFX7nLijH1AY5S2L7aEuHKEma74691mzSzys nQ7Ps5MdCDcc+EdpA6aqVwcAbGKtF+TG6SzDmPPY= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Tejun Heo , kbuild test robot , Guenter Roeck Subject: [PATCH 3.18 01/23] percpu: include linux/sched.h for cond_resched() Date: Mon, 14 May 2018 08:48:30 +0200 Message-Id: <20180514064704.102374988@linuxfoundation.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180514064704.046463679@linuxfoundation.org> References: <20180514064704.046463679@linuxfoundation.org> User-Agent: quilt/0.65 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 3.18-stable review patch. If anyone has any objections, please let me know. ------------------ From: Tejun Heo commit 71546d100422bcc2c543dadeb9328728997cd23a upstream. microblaze build broke due to missing declaration of the cond_resched() invocation added recently. Let's include linux/sched.h explicitly. Signed-off-by: Tejun Heo Reported-by: kbuild test robot Cc: Guenter Roeck Signed-off-by: Greg Kroah-Hartman --- mm/percpu.c | 1 + 1 file changed, 1 insertion(+) --- a/mm/percpu.c +++ b/mm/percpu.c @@ -68,6 +68,7 @@ #include #include #include +#include #include #include