From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 22ED1ECDFAA for ; Mon, 16 Jul 2018 09:40:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D157E20B80 for ; Mon, 16 Jul 2018 09:40:28 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D157E20B80 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728947AbeGPKHA (ORCPT ); Mon, 16 Jul 2018 06:07:00 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:50544 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728061AbeGPKG7 (ORCPT ); Mon, 16 Jul 2018 06:06:59 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id A1F61AF8; Mon, 16 Jul 2018 09:40:25 +0000 (UTC) Date: Mon, 16 Jul 2018 11:40:23 +0200 From: Greg Kroah-Hartman To: =?utf-8?B?6ZmI5Y2O5omN?= Cc: linux-kernel , stable , Paul Burton , James Hogan , Ralf Baechle , linux-mips Subject: Re: [PATCH 4.9 03/32] MIPS: Use async IPIs for arch_trigger_cpumask_backtrace() Message-ID: <20180716094023.GA20647@kroah.com> References: <20180716073504.433996952@linuxfoundation.org> <20180716073504.871411055@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.10.0 (2018-05-17) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 16, 2018 at 05:29:05PM +0800, 陈华才 wrote: > Hi, Greg, > > kernel-4.9 doesn't have call_single_data_t, we should use struct call_single_data instead. Can you send me a patch to merge with this one with that change so that I know I get it right? thanks, greg k-h