From patchwork Fri Jul 2 16:09:37 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christoph Hellwig X-Patchwork-Id: 12356343 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=-20.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 00F7CC11F68 for ; Fri, 2 Jul 2021 16:10:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D87906140C for ; Fri, 2 Jul 2021 16:10:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229982AbhGBQMd (ORCPT ); Fri, 2 Jul 2021 12:12:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35888 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229455AbhGBQMc (ORCPT ); Fri, 2 Jul 2021 12:12:32 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7199DC061762; Fri, 2 Jul 2021 09:10:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Type:MIME-Version:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:In-Reply-To:References; bh=9Su4+fIhHOamI8mtHJM3TOapkHzMKdzYKZYFYT0F6/k=; b=K9zdDZH+4wmo0a9A8QGcXJgE8v wyDKfCUhhDDdXkwJHCyGxvtrj2lXeWpUA5BIfAjJeiQJmAyLHRX+ZIRTCLBHtLmkDJY6kzpm+CeIN cPk9cP1CvViIdA32cEXh+U1YnwUxh3qJK9YdSwwpqUgoNIyMXGa20nJZJGrGkWScYjp4kUV6poxPK IeuixZ1XRGVWvJVqAJ93fScsGfnls47bpY3TGeJEi6BuxmF5/GxjGP6YoqbHLpOf15SgboZRKq6XX etz8vVzLV2hTR98DMz/J3s4j0D1PIHNQ1NUx9Kc+MFmbRJVQZzxu3SA0I7/MDPnbr8tJuDt3LO8he iPL9dOeg==; Received: from [2001:4bb8:180:285:6928:4a94:34bd:6961] (helo=localhost) by casper.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1lzLjW-007qgB-P3; Fri, 02 Jul 2021 16:09:46 +0000 Date: Fri, 2 Jul 2021 18:09:37 +0200 From: Christoph Hellwig To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, Joel Becker Subject: [GIT PULL] configfs updates for Linux 5.13 Message-ID: MIME-Version: 1.0 Content-Disposition: inline X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org The following changes since commit c4681547bcce777daf576925a966ffa824edd09d: Linux 5.13-rc3 (2021-05-23 11:42:48 -1000) are available in the Git repository at: git://git.infradead.org/users/hch/configfs.git tags/configfs-5.13 for you to fetch changes up to c886fa3cf6ffbe13006053ceb27c93d41928de30: configfs: simplify configfs_release_bin_file (2021-06-22 09:46:28 +0200) ---------------------------------------------------------------- configfs updates for Linux 5.13 - fix a memleak in configfs_release_bin_file (Chung-Chiang Cheng) - implement the .read_iter and .write_iter (Bart Van Assche) - minor cleanups (Bart Van Assche, me) ---------------------------------------------------------------- Bart Van Assche (2): configfs: fix the kerneldoc comment for configfs_create_bin_file configfs: implement the .read_iter and .write_iter methods Christoph Hellwig (2): configfs: drop pointless kerneldoc comments configfs: simplify configfs_release_bin_file Chung-Chiang Cheng (1): configfs: fix memleak in configfs_release_bin_file fs/configfs/file.c | 181 +++++++++++++++-------------------------------------- 1 file changed, 51 insertions(+), 130 deletions(-)