Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp2409190imm; Thu, 27 Sep 2018 12:22:25 -0700 (PDT) X-Google-Smtp-Source: ACcGV60Ji5DtftZVOsB0siT33d0qINUpXSn1gNCwtAYIO0a/9cozNT6q5eoV2pOlv06uzdgVlUoe X-Received: by 2002:a17:902:a504:: with SMTP id s4-v6mr12851511plq.101.1538076145746; Thu, 27 Sep 2018 12:22:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1538076145; cv=none; d=google.com; s=arc-20160816; b=JWk3YnKtsCWHfsFS3NfpjULFh57WRIO5bxzYqrP3yw23OhM/xBj/14nP3c/OAhlH4P k66kt2QjWyxOMprM6RY8Rrzejdu0/aBHQH5bLRzgYbnX3RshH5nZORIRvXHF4IjUOIOy DjV728DBxvIB4uh5zIBHi5eJipft3E0F1601n0WK8P0nNmWuG6MKrXxwDLW28xiqf8FG xx+BRYld3kBDg7/um89WBxrFpM3SC/tsmVTRvOHJTeNCLDnvF50lt+xQ8EjYi58BZBMu mkqYPmeBR0B9Ht04gIsoVSY6Z05ELuSkPYPL+GJ9p7He1TYxjEqbU5bVzHrKSdW2ufow EpJQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=z+BCpMJdjMzmq+XN/Hxxea9nGVR/LqdJSFN+2BQzR5c=; b=nHwW3I00y9pW6e2Zv3W/OQM8UxLQ4UM0REty5aCFVPPLip4OWZ4z83SqbnSf9qiUMw a0XRdKPK1Mneq7S4S3+O1BgzGTf86zbvCygK75gCu39iI5hh7JQFDdtqv4xpTe8v/INC Yl6tXUNupAtTyVnIbdStAO6+BqiEbyfKmiiYHYkOpYwKa1ZBlqim1lSzyotZReCM/77F +qHd8XFWtg2J4yaIAvVKezSvFAHg+7Yw7j5dzU2xK2tPTcF/jVfYcpgW8ZOYHLc0ZJjv iJtK1qQPUwX9HByKQmrAPtIKKA5TP16PAMNnmnbCvYxV3dSQj2YH33kkRswjxEicr51m 3uAw== ARC-Authentication-Results: i=1; mx.google.com; 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 k8-v6si2598051plt.176.2018.09.27.12.22.09; Thu, 27 Sep 2018 12:22:25 -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; 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 S1728602AbeI1BkB (ORCPT + 99 others); Thu, 27 Sep 2018 21:40:01 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:43388 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728577AbeI1BkB (ORCPT ); Thu, 27 Sep 2018 21:40:01 -0400 Received: from localhost (unknown [89.188.5.116]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 1B1F31205; Thu, 27 Sep 2018 19:20:14 +0000 (UTC) Date: Thu, 27 Sep 2018 21:20:12 +0200 From: Greg Kroah-Hartman To: Kirill Kapranov Cc: Sudip Mukherjee , linux-kernel , Stable , Mark Brown Subject: Re: [PATCH 4.14 31/64] spi: fix IDR collision on systems with both fixed and dynamic SPI bus numbers Message-ID: <20180927192012.GA12817@kroah.com> References: <5055ed3a-2f29-505d-ccb3-0e0a35d8fb73@compulab.co.il> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5055ed3a-2f29-505d-ccb3-0e0a35d8fb73@compulab.co.il> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 27, 2018 at 03:04:20PM +0300, Kirill Kapranov wrote: > Hi Greg, > > Sudip is absolutely right, the patch he mentioned, > 04b2d03a7565 ("spi: Fix double IDR allocation with DT aliases"), > MUST be added too with the mine. > > Sudip, thank you for reminding. Thanks, I'll go queue this up now. greg k-h