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.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,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 199DEC10F12 for ; Wed, 17 Apr 2019 06:14:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DD26820835 for ; Wed, 17 Apr 2019 06:14:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1555481660; bh=PXGU0u/5LghK5SLNmK1V0o906MdAXIy9zh7oXCEMFno=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=pOZEFw/X/5kRGmVwJ7Q1HRWVJV0CzmwRUzaTHOqSHhe/5LqMtjRAbFYJGL0Rqi2Kv AgLSWlNM1YKW2CU5ULeqzEsyxo+3Htl21Q9uQ3byNmpCHx7oySEEfpPJohgiUsED3H q89oEd9XkmEsJS/+9NAFZiH1U45IhmJS9W8e3HZY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726273AbfDQGOU (ORCPT ); Wed, 17 Apr 2019 02:14:20 -0400 Received: from mail.kernel.org ([198.145.29.99]:58372 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726837AbfDQGOU (ORCPT ); Wed, 17 Apr 2019 02:14:20 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (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 DFAA220675; Wed, 17 Apr 2019 06:14:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1555481659; bh=PXGU0u/5LghK5SLNmK1V0o906MdAXIy9zh7oXCEMFno=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ab6LcBW8yvc9Fpop01hftzlchT4F8pLybj+b6ocQhsxKfH5udwtZzivF0QbaJ99er gmTyL0dRPPNftbt7/CmkDj38tt/hd66Vw1bL6MIx7bgtvJPvp6r3kmrA1b5wEQsF4U A9Z6WKWmIbmR9EcqF2SE2aiZ6yptS9gp5JeEOilw= Date: Wed, 17 Apr 2019 08:14:16 +0200 From: Greg KH To: Fuqian Huang Cc: stable Subject: Re: [PATCH 4.14] atm:idt77252: Fix a kernel address leakage in idt77252 Message-ID: <20190417061416.GA18320@kroah.com> References: <20190416123717.15358-1-huangfq.daxian@gmail.com> <20190416124609.GA6027@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.4 (2019-03-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Apr 16, 2019 at 10:27:51PM +0800, Fuqian Huang wrote: > uh, it seems that i misunderstood the manual. > If i just submit a patch to fix a bug in 4.14 which not exists in > upstream, need i add a commit-id line to the mail body? You need to explain in great detail _why_ the commit is not needed in Linus's tree for me to be able to accept the patch. > It is ok that I remove the commitid line and resend the patch? Yes please, and add lots of text to the changelog area explaining why this is only needed in this one specific kernel tree. thanks, greg k-h