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.7 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 E90ECC2F3D5 for ; Mon, 21 Jan 2019 19:35:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A97202089F for ; Mon, 21 Jan 2019 19:35:53 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=amazon.com header.i=@amazon.com header.b="VY6uRWfs" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727705AbfAUTfx (ORCPT ); Mon, 21 Jan 2019 14:35:53 -0500 Received: from smtp-fw-6002.amazon.com ([52.95.49.90]:59575 "EHLO smtp-fw-6002.amazon.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727580AbfAUTfx (ORCPT ); Mon, 21 Jan 2019 14:35:53 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1548099352; x=1579635352; h=date:from:to:cc:subject:message-id:mime-version; bh=d0OkHwvu+lMvxYUFZfLGQTBVpaL8VY9mNyRrSL6fynE=; b=VY6uRWfse1N/2MaMis3Ko88zyeGj44D0p0Sr5I009QsHtTDeE8heFyNz bS0e6FCX6C4Yi6GIVdiYP0ZPCciJN8QPggXkzlxI3hyTKWrW/VcoMQ3gB wX7pJzjmow7Kcco4utcxjy5UMkFdWw++EztYQPSG5RmHu+QWkakLk3mly I=; X-IronPort-AV: E=Sophos;i="5.56,253,1539648000"; d="scan'208";a="382821947" Received: from iad6-co-svc-p1-lb1-vlan3.amazon.com (HELO email-inbound-relay-2c-1968f9fa.us-west-2.amazon.com) ([10.124.125.6]) by smtp-border-fw-out-6002.iad6.amazon.com with ESMTP; 21 Jan 2019 19:35:50 +0000 Received: from EX13MTAUWC001.ant.amazon.com (pdx1-ws-svc-p6-lb9-vlan2.pdx.amazon.com [10.236.137.194]) by email-inbound-relay-2c-1968f9fa.us-west-2.amazon.com (Postfix) with ESMTPS id CC864A2423; Mon, 21 Jan 2019 19:35:50 +0000 (UTC) Received: from EX13D17UWC003.ant.amazon.com (10.43.162.206) by EX13MTAUWC001.ant.amazon.com (10.43.162.135) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Mon, 21 Jan 2019 19:35:50 +0000 Received: from dev-dsk-alakeshh-2c-f8a3e6e0.us-west-2.amazon.com (10.43.160.245) by EX13D17UWC003.ant.amazon.com (10.43.162.206) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Mon, 21 Jan 2019 19:35:50 +0000 Date: Mon, 21 Jan 2019 19:35:43 +0000 From: Alakesh Haloi To: CC: , Steve French Subject: Request for inclusion into linux-4.14.y Message-ID: <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 User-Agent: Mutt/1.5.21 (2010-09-15) X-Originating-IP: [10.43.160.245] X-ClientProxiedBy: EX13D12UWA001.ant.amazon.com (10.43.160.163) To EX13D17UWC003.ant.amazon.com (10.43.162.206) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org 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") 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)") Regards -Alakesh Haloi