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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 20C85ECAAD5 for ; Sun, 28 Aug 2022 19:54:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229557AbiH1Tyk (ORCPT ); Sun, 28 Aug 2022 15:54:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60084 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229697AbiH1Tyj (ORCPT ); Sun, 28 Aug 2022 15:54:39 -0400 X-Greylist: delayed 546 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Sun, 28 Aug 2022 12:54:38 PDT Received: from mx.cjr.nz (mx.cjr.nz [51.158.111.142]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 13D1F31ECE; Sun, 28 Aug 2022 12:54:38 -0700 (PDT) Received: from authenticated-user (mx.cjr.nz [51.158.111.142]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: pc) by mx.cjr.nz (Postfix) with ESMTPSA id 4DF077FCE4; Sun, 28 Aug 2022 19:45:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cjr.nz; s=dkim; t=1661715930; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type; bh=c1GnML3j8GnCzvibVWem1GantmfMAVqkhuoo9osZMW4=; b=ZSpPtzxBjqR4FxY/qZLxDeExNZiTBFBtSAwWAHmKf/Sco8+mMMZnJgP7L71SLeob2vUcsl bBnK3xmShzyAL3FnxqaGFXdmxSTEYlssSTmUETcgF795ALHc15GbKfPS/mftVILty8FfIn 28YtNFBGr92MwGhkc3v7fpy0NPgHLRLvWjZnSPf5d3fNzTiGEbgDO19/vTIcLv6A+IZqhs nRT91J0sS1q4RvQV/s45YfWsXlEvDF+N/OnWK7tF9l3pqPqhEYT54HvbQglqI7hCpBUkAO IzP2tPFLfwnMtiTntyf/KiotyA/pmBB6RkbbVoLSk9tw3iKj8KJx6GHfIhuL8A== From: Paulo Alcantara To: Greg Kroah-Hartman Cc: stable@vger.kernel.org, linux-cifs@vger.kernel.org, Steve French Subject: cifs backport request Date: Sun, 28 Aug 2022 16:45:53 -0300 Message-ID: <87r110nocu.fsf@cjr.nz> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org Hi Greg, Could you please pick these commits for >= linux-5.7.y ef605e868212 ("cifs: skip trailing separators of prefix paths") ee3c8019cce2 ("cifs: fix uninitialized pointer in error case in dfs_cache_get_tgt_share") as part of a fix for bacd704a95ad ("cifs: handle prefix paths in reconnect")