lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 27 May 2022 10:10:36 -0500
From:   Dave Kleikamp <dave.kleikamp@...cle.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org
Subject: [GIT PULL] jfs updates for v5.19

The following changes since commit b2d229d4ddb17db541098b83524d901257e93845:

   Linux 5.18-rc3 (2022-04-17 13:57:31 -0700)

are available in the Git repository at:

   git@...hub.com:kleikamp/linux-shaggy.git tags/jfs-5.19

for you to fetch changes up to e471e5942c006532a013eefde239ce1e783ac2d9:

   fs/jfs: Remove dead code (2022-04-25 14:00:33 -0500)

----------------------------------------------------------------
JFS: One bug fix and some code cleanup

----------------------------------------------------------------
Dave Kleikamp (1):
       fs/jfs: Remove dead code

Zixuan Fu (1):
       fs: jfs: fix possible NULL pointer dereference in dbFree()

  fs/jfs/Makefile     |   2 -
  fs/jfs/inode.c      |  18 -
  fs/jfs/jfs_dmap.c   |  71 +---
  fs/jfs/jfs_dtree.c  | 298 ----------------
  fs/jfs/jfs_extent.c | 255 --------------
  fs/jfs/jfs_logmgr.c |   8 -
  fs/jfs/jfs_mount.c  |   4 +-
  fs/jfs/jfs_txnmgr.c |  34 --
  fs/jfs/jfs_xtree.c  | 961 ----------------------------------------------------
  fs/jfs/jfs_xtree.h  |   4 -
  10 files changed, 3 insertions(+), 1652 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ