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=-11.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_GIT 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 9AAAEC433F5 for ; Wed, 8 Sep 2021 14:29:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7C23460249 for ; Wed, 8 Sep 2021 14:29:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1351941AbhIHOa3 (ORCPT ); Wed, 8 Sep 2021 10:30:29 -0400 Received: from hurricane.elijah.cs.cmu.edu ([128.2.209.191]:41498 "EHLO hurricane.elijah.cs.cmu.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1351940AbhIHOa2 (ORCPT ); Wed, 8 Sep 2021 10:30:28 -0400 Received: from jaharkes by hurricane.elijah.cs.cmu.edu with local (Exim 4.92) (envelope-from ) id 1mNyAO-0004qZ-Ie; Wed, 08 Sep 2021 10:03:08 -0400 From: Jan Harkes To: Andrew Morton Cc: Jan Harkes , linux-fsdevel@vger.kernel.org Subject: [PATCH 0/9] Coda updates for -next Date: Wed, 8 Sep 2021 10:02:59 -0400 Message-Id: <20210908140308.18491-1-jaharkes@cs.cmu.edu> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org The following patch series contains some fixes for the Coda kernel module I've had sitting around and were tested extensively in a development version of the Coda kernel module that lives outside of the main kernel. I finally got around to testing these against a current kernel and they seem to not break things horribly so far. Alex Shi (1): coda: remove err which no one care Jan Harkes (6): coda: Avoid NULL pointer dereference from a bad inode coda: Check for async upcall request using local state coda: Avoid flagging NULL inodes coda: Avoid hidden code duplication in rename. coda: Avoid doing bad things on inode type changes during revalidation. coda: Bump module version to 7.2 Jing Yangyang (1): coda: Use vmemdup_user to replace the open code Xiyu Yang (1): coda: Convert from atomic_t to refcount_t on coda_vm_ops->refcnt fs/coda/cnode.c | 13 +++++++++---- fs/coda/coda_linux.c | 39 +++++++++++++++++++-------------------- fs/coda/coda_linux.h | 6 +++++- fs/coda/dir.c | 20 +++++++++++--------- fs/coda/file.c | 12 ++++++------ fs/coda/psdev.c | 14 +++++--------- fs/coda/upcall.c | 3 ++- 7 files changed, 57 insertions(+), 50 deletions(-) -- 2.25.1