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=-3.6 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 1EAAEC37120 for ; Mon, 21 Jan 2019 19:44:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D6E862089F for ; Mon, 21 Jan 2019 19:44:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1548099892; bh=cRgPen8n2jYYomXdotZSKDFtcwJyXqcL8jjcXoaXjhM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=Iw9Axbj/5nb2PiEUDu5tCLmiFM25Lx7wpdjneOgv0JWGYrF+PCVG2wXX3TRvRirqN TsaxTj1fFZNFVusKlDOjHWxAY+TOGoqtNNqFcgqp03akFBFMMgdayh0B/ZvCP0zrs/ cPc4hldI5Sdy1+evYiM/cgRh5uGmLY62B4pxApd0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727764AbfAUTov (ORCPT ); Mon, 21 Jan 2019 14:44:51 -0500 Received: from mail.kernel.org ([198.145.29.99]:53088 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727491AbfAUTov (ORCPT ); Mon, 21 Jan 2019 14:44:51 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.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 49FE320844; Mon, 21 Jan 2019 19:44:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1548099890; bh=cRgPen8n2jYYomXdotZSKDFtcwJyXqcL8jjcXoaXjhM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Jbhq7LE0kID4lLVyuqe+D7muWPhMA/k+XsYEt8D6xVpzv6hI0PWW3jtwgrUm9OByn Sb1DKYcdXAC0IrjPScMNbMkNAYt4foERxyyQ6rpBT4UaP2mOIRon7vzKHcrAOFtOfL H8AXmcC7tWReet4FnMVxt2Zhaff54bCRL92mqtP4= Date: Mon, 21 Jan 2019 20:44:48 +0100 From: Greg KH To: Alakesh Haloi Cc: stable@vger.kernel.org, Steve French Subject: Re: Request for inclusion into linux-4.14.y Message-ID: <20190121194448.GA6783@kroah.com> References: <20190121193530.GA72263@dev-dsk-alakeshh-2c-f8a3e6e0.us-west-2.amazon.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190121193530.GA72263@dev-dsk-alakeshh-2c-f8a3e6e0.us-west-2.amazon.com> User-Agent: Mutt/1.11.2 (2019-01-07) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Jan 21, 2019 at 07:35:43PM +0000, Alakesh Haloi wrote: > Hello Greg, > Can you please consider including the following patch in the stable > linux-4.14.y branch? This is to fix a broken dependency for config option > CONFIG_CIFS_POSIX > > 04f67ed3d83a ("cifs: allow disabling insecure dialects in the config") I do not see that commit in Linus's tree, are you sure the sha1 is correct? > Following commit introduced a dependency for CONFIG_CIFS_POSIX on the config > CONFIG_CIFS_ALLOW_INSECURE_LEGACY, but the above mentioned commit that had > enable CONFIG_CIFS_POSIX in 4.14.94. > > ab9697222a1d ("cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy > (insecure cifs)") Was the above patch incorrectly applied? Should it just be dropped instead? thanks, greg k-h