Received: by 10.213.65.68 with SMTP id h4csp1345228imn; Thu, 29 Mar 2018 03:03:11 -0700 (PDT) X-Google-Smtp-Source: AIpwx48Ks/esK2XLFmOzsE5YAUSKS9smsdps/knM7oJCtgXx3OOGdgvofMZoxXrXIBFd45CEm15p X-Received: by 2002:a17:902:740c:: with SMTP id g12-v6mr7734853pll.406.1522317791160; Thu, 29 Mar 2018 03:03:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1522317791; cv=none; d=google.com; s=arc-20160816; b=ZG8Wig43GnKM8X70XuRFrIhasoExTtqpL/YcvggB+P+GQWKMAWIXvcgCHflNZuzCgP TxwbxIzEl2+9idsfBaGi9QDJ6Y98rAO4deX6Xja07G5zLZWzB2JHyqFvltJKWSTB5KtR 3MmE/zsP0E+DVG15LJbv5iaaIpKIEqRX0rJQRZf/bFCZQYXAJUfhjt0zNAZluKv2yGae tqGXd0/ohBdOGs6cfc4TPomk4I8HK/atfG7FJgOgFMJF7MUqy/zTxPLdBziCIufwogiI oLmqdIA4y55IuerGCuUwRLtQurp4WswEsoVzJ1icprCGUwgjTsSUEi3W1T19soQwhSM3 jk7Q== 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-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date :arc-authentication-results; bh=V8DEgUJf3VtpsBuGvBaTRP7o6WY70t6zvXtERQb+9Tg=; b=01CHPaL2czC2mqSA7dva1fKTUzhuu/8GYsVTMAT8BgQeJNBaI5TcCsPrjmRqkrUwZt IBHnEL9hnlMV17p8Bbn6aUnFcTcwNNCESvFRG4jHdrLV7VqRP7nrPIf5c9tI97GqMWKY 7PZyZMbl8l3vhIhLMUXSR5Z8EKLQ/hyogdAEBCiPj5Kal9EV46YXhqe2EWtBphM2JfPB zBV06r8Gv8K5e50XpwK7TfRvWbpQVXPvG0r/WFaOsF/p64VFHJqrQ5gRCN+ncObB0C46 ws+/xGBeyTli1YsJ9Ad4/l5+DUcE2/dABcF5Y8TRh70izisRqr/Btb6f0ebck2dAvpEk 4/7A== 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 m12si3725785pgd.240.2018.03.29.03.02.56; Thu, 29 Mar 2018 03:03:11 -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 S1752642AbeC2KBx (ORCPT + 99 others); Thu, 29 Mar 2018 06:01:53 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:50216 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752067AbeC2KBv (ORCPT ); Thu, 29 Mar 2018 06:01:51 -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 69D8336; Thu, 29 Mar 2018 10:01:50 +0000 (UTC) Date: Thu, 29 Mar 2018 12:01:46 +0200 From: Greg Kroah-Hartman To: =?utf-8?B?UGF3ZcWC?= Dembicki Cc: stable@vger.kernel.org, Evgeniy Polyakov , "Andrew F. Davis" , Sebastian Reichel , linux-kernel@vger.kernel.org Subject: Re: [PATCH] w1: gpio: fix problem with platfom data in w1-gpio Message-ID: <20180329100146.GA23906@kroah.com> References: <20180218170629.6045-1-paweldembicki@gmail.com> <20180218171927.6414-1-paweldembicki@gmail.com> <20180314135902.GA21622@kroah.com> <20180317115556.GA17545@kroah.com> 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.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 29, 2018 at 11:47:25AM +0200, Paweł Dembicki wrote: > 2018-03-17 12:55 GMT+01:00 Greg Kroah-Hartman : > > > Where is this patch supposed to go? Is this a stable backport patch, or > > something to go into Linus's tree? > > I tested it in 4.9 and 4.14 kernels in OpenERT. So it is a stable > backport patch. What commit is being backported. > In current release this bug is fixed because w1-gpio use gpiod. Then why can we not just use the actual patch that fixes this? > Sorry. This was my first patch. Please read: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html for how to submit a patch for the stable tree. thanks, greg k-h