From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org ([198.145.29.99]:37728 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750936AbeETJjF (ORCPT ); Sun, 20 May 2018 05:39:05 -0400 Date: Sun, 20 May 2018 11:38:48 +0200 From: Greg KH To: Kai Krakow Cc: Coly Li , axboe@kernel.dk, Kent Overstreet , "Massimo B." , stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] bcache: return 0 from bch_debug_init() if CONFIG_DEBUG_FS=n" failed to apply to 4.16-stable tree Message-ID: <20180520093848.GA30271@kroah.com> References: <152680254554207@kroah.com> <20180520090407.GA17965@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: stable-owner@vger.kernel.org List-ID: On Sun, May 20, 2018 at 11:14:12AM +0200, Kai Krakow wrote: > Hi Greg! > > 2018-05-20 11:04 GMT+02:00 Greg KH : > > On Sun, May 20, 2018 at 10:59:32AM +0200, Kai Krakow wrote: > >> Hey Greg! > >> > >> The v1 version applied for me but it shows a compiler warning. I didn't try > >> the newer version yet. > >> > >> I could prepare a back-ported version. > > > > Backported would be good. > > Currently on the way. I'm not much into kernel development so I can > only apply on 4.16.9, reboot, and check if it works. Hope that's okay. > > How should it be tagged then? Should I add my "Signed-off-by" or another line? Just like a "normal" patch, yes, signed-off-by is fine. If you do 'git cherry-pick -x -s' it will put the correct information in there. thanks, greg k-h