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 E87C0CD13D1 for ; Sun, 17 Sep 2023 05:04:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230416AbjIQFBq (ORCPT ); Sun, 17 Sep 2023 01:01:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46686 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233429AbjIQFBW (ORCPT ); Sun, 17 Sep 2023 01:01:22 -0400 Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 537CE195 for ; Sat, 16 Sep 2023 22:01:15 -0700 (PDT) Received: from cwcc.thunk.org (pool-108-26-156-250.bstnma.fios.verizon.net [108.26.156.250]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 38H51BR5022839 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sun, 17 Sep 2023 01:01:12 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mit.edu; s=outgoing; t=1694926873; bh=DsT89jZ+DfXwhz8PQH/3bdXenHE9hyBUpXJCACKX3B4=; h=Date:From:Subject:Message-ID:MIME-Version:Content-Type; b=KzIdU55U5TVYqovq0hpag9IYejXPrgX8a7MuDJh6O6C9DW/pT2498VVDG1tCREL4e JH5XB82NQ/ucdT2QTB7Vos98MT7zz8Cl8gDZI80BDDYRC73Rc7yg5adiSJdRT4ZcQl NaQ/c7UKVCTv2MajguKsVMiFkOpiYEwKafBnEDn2guc8Ez7j/FkakXnof3FPsackCM zaivkPE94U0v7E84wgdftltOBtrN9YsI6kuzOzvIIFMi9z7R+E/2ttWsLCoCdBgi2L dqFRdaSSnAbxUio87Dos/YsC6AbsjVgwP5ikikcSPEaL6NR+Gt9YR826VZoHTs/H/7 8Gv8uNx/4e9kA== Received: by cwcc.thunk.org (Postfix, from userid 15806) id 443BD15C0338; Sun, 17 Sep 2023 01:01:11 -0400 (EDT) Date: Sun, 17 Sep 2023 01:01:11 -0400 From: "Theodore Ts'o" To: Linux Kernel Developers List Subject: [GIT PULL] ext4 bug fixes for v6.6-rc2 Message-ID: <20230917050111.GA1701951@mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 768d612f79822d30a1e7d132a4d4b05337ce42ec: ext4: fix slab-use-after-free in ext4_es_insert_extent() (2023-08-27 11:27:13 -0400) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus-6.6-rc2 for you to fetch changes up to 7fda67e8c3ab6069f75888f67958a6d30454a9f6: ext4: fix rec_len verify error (2023-09-14 12:07:07 -0400) ---------------------------------------------------------------- Regression and bug fixes for ext4. ---------------------------------------------------------------- Jan Kara (2): ext4: move setting of trimmed bit into ext4_try_to_trim_range() ext4: do not let fstrim block system suspend Li Zetao (1): jbd2: Fix memory leak in journal_init_common() Matthew Wilcox (Oracle) (1): buffer: Make bh_offset() work for compound pages Ritesh Harjani (IBM) (1): jbd2: Remove page size assumptions Shida Zhang (1): ext4: fix rec_len verify error fs/ext4/mballoc.c | 54 ++++++++++++++++++++++++++++++++-------------------- fs/ext4/namei.c | 26 ++++++++++++++----------- fs/jbd2/commit.c | 16 ++++++---------- fs/jbd2/journal.c | 2 ++ fs/jbd2/transaction.c | 12 ++++-------- include/linux/buffer_head.h | 5 ++++- 6 files changed, 64 insertions(+), 51 deletions(-)