From patchwork Tue Nov 15 10:39:33 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zhang Xiaoxu X-Patchwork-Id: 13043361 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 665F0C4332F for ; Tue, 15 Nov 2022 09:35:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229863AbiKOJfC (ORCPT ); Tue, 15 Nov 2022 04:35:02 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58432 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229661AbiKOJfA (ORCPT ); Tue, 15 Nov 2022 04:35:00 -0500 Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7178110B58 for ; Tue, 15 Nov 2022 01:34:59 -0800 (PST) Received: from dggpeml500023.china.huawei.com (unknown [172.30.72.53]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4NBLcD5QP8zmVtM; Tue, 15 Nov 2022 17:34:36 +0800 (CST) Received: from localhost.localdomain (10.175.101.6) by dggpeml500023.china.huawei.com (7.185.36.114) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.31; Tue, 15 Nov 2022 17:34:57 +0800 From: Zhang Xiaoxu To: , , , , , , , Subject: [PATCH 0/3] Fix some bug in cifs Date: Tue, 15 Nov 2022 18:39:33 +0800 Message-ID: <20221115103936.3303416-1-zhangxiaoxu5@huawei.com> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 X-Originating-IP: [10.175.101.6] X-ClientProxiedBy: dggems704-chm.china.huawei.com (10.3.19.181) To dggpeml500023.china.huawei.com (7.185.36.114) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-cifs@vger.kernel.org Zhang Xiaoxu (3): cifs: Fix wrong return value checking when GETFLAGS cifs: Fix UAF in cifs_demultiplex_thread() cifs: Move the in_send statistic to __smb_send_rqst() fs/cifs/cifsglob.h | 1 + fs/cifs/ioctl.c | 4 ++-- fs/cifs/transport.c | 53 +++++++++++++++++++++++++-------------------- 3 files changed, 33 insertions(+), 25 deletions(-)