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=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 8F6F7C3A59F for ; Mon, 26 Aug 2019 13:28:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 666512053B for ; Mon, 26 Aug 2019 13:28:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1566826117; bh=gBmOG15dNxZfNeEhE0yXXMIfSCLCLE2vx2IOmoqgQ9Q=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=ed0b/lX5EQ3vYHSt+nEYnRk42Y+bYonOax0ZyOADVBkY5KbtTiBo0YsPWbxCQa0HB l1r7E8TFNlsgy3MBngLz/cVzGAud8LFmh75nnMWhA+JLFcW0n9gUCSaEueUiQHKJmd 48gMUFhHOEuOenybjgbrONFtW4s38yGV3HD5idg8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728291AbfHZN2g (ORCPT ); Mon, 26 Aug 2019 09:28:36 -0400 Received: from mail.kernel.org ([198.145.29.99]:60286 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727261AbfHZN2g (ORCPT ); Mon, 26 Aug 2019 09:28:36 -0400 Received: from localhost (unknown [89.205.128.246]) (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 3D73321848; Mon, 26 Aug 2019 13:28:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1566826115; bh=gBmOG15dNxZfNeEhE0yXXMIfSCLCLE2vx2IOmoqgQ9Q=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=wiUrN24HlL9o7AGGxShAAtAxvu/jDU30vKuArWtt/rm2iSQRMuekj6MBRFIRYchSQ Wczw7tEVqfItDTqE0h6m8kX0dCcemPqYSjFnGYbP2jIqw8/89hbXTole2WJRATmar8 e+gamUOSfRAY9lJqrmt96SRuySy2mO/eK488Ypp4= Date: Mon, 26 Aug 2019 15:28:28 +0200 From: Greg KH To: Adrian Hunter Cc: martin.petersen@oracle.com, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] scsi: ufs: Fix NULL pointer dereference in" failed to apply to 4.4-stable tree Message-ID: <20190826132828.GA12281@kroah.com> References: <156680972724494@kroah.com> <450beed5-281b-be41-029e-fb98d2ba36ba@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <450beed5-281b-be41-029e-fb98d2ba36ba@intel.com> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Aug 26, 2019 at 02:49:49PM +0300, Adrian Hunter wrote: > Seems to works for me: > > $ git log | head -5 > commit 5e9f4d704f8698b6d655afa7e9fac3509da253bc > Author: Greg Kroah-Hartman > Date: Sun Aug 25 10:53:06 2019 +0200 > > Linux 4.4.190 > > $ git cherry-pick 7c7cfdcf7f1777c7376fc9a239980de04b6b5ea1 > warning: inexact rename detection was skipped due to too many files. > warning: you may want to set your merge.renamelimit variable to at least 22729 and retry the command. > [linux-4.4.y 9558a3c05149] scsi: ufs: Fix NULL pointer dereference in ufshcd_config_vreg_hpm() > Date: Wed Aug 14 15:59:50 2019 +0300 > 1 file changed, 3 insertions(+) > > $ git log | head -5 > commit 9558a3c05149ded7136c24325dd3952276fcdaaa > Author: Adrian Hunter > Date: Wed Aug 14 15:59:50 2019 +0300 > > scsi: ufs: Fix NULL pointer dereference in ufshcd_config_vreg_hpm() > I do not use cherry-pick, I use quilt. Can you please provide the resulting patch that you created here, after you verify that it really is correct (see the git warning...) thanks, greg k-h