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:   Tue,  2 Nov 2021 22:46:04 +0900
From:   Dominique Martinet <dominique.martinet@...ark-techno.com>
To:     v9fs-developer@...ts.sourceforge.net
Cc:     linux-kernel@...r.kernel.org, netdev@...r.kernel.org,
        Eric Van Hensbergen <ericvh@...il.com>,
        Latchesar Ionkov <lucho@...kov.net>,
        Dominique Martinet <asmadeus@...ewreck.org>
Subject: [PATCH 0/4] Follow up to checkpatch fixes

From: Dominique Martinet <asmadeus@...ewreck.org>

This is quite some churn (especially 2nd patch) for very little gain,
I'm not quite decided on what to do with this.

First patch is harmless enough and some people care about SPDX licenses
so I guess it'll get in, and the later two are real improvements so will
definitely get in, but opinions on the big patch are definitely welcome
(along with reviews if any)

Thanks!

Dominique Martinet (4):
  9p: fix file headers
  9p: fix a bunch of checkpatch warnings
  9p v9fs_parse_options: replace simple_strtoul with kstrtouint
  9p p9mode2perm: remove useless strlcpy and check sscanf return code

 fs/9p/acl.c                |  11 +-
 fs/9p/acl.h                |  27 +--
 fs/9p/cache.c              |   4 +-
 fs/9p/v9fs.c               |  19 +-
 fs/9p/v9fs_vfs.h           |  11 +-
 fs/9p/vfs_addr.c           |   8 +-
 fs/9p/vfs_dentry.c         |   4 +-
 fs/9p/vfs_dir.c            |   2 -
 fs/9p/vfs_file.c           |   3 +-
 fs/9p/vfs_inode.c          |  29 ++-
 fs/9p/vfs_inode_dotl.c     |  11 +-
 fs/9p/vfs_super.c          |  11 +-
 fs/9p/xattr.c              |  10 +-
 fs/9p/xattr.h              |  29 +--
 include/net/9p/9p.h        |  12 +-
 include/net/9p/client.h    |  24 ++-
 include/net/9p/transport.h |  20 +-
 net/9p/client.c            | 432 ++++++++++++++++++-------------------
 net/9p/error.c             |   4 +-
 net/9p/mod.c               |  11 +-
 net/9p/protocol.c          |  38 ++--
 net/9p/protocol.h          |   4 +-
 net/9p/trans_common.c      |  10 +-
 net/9p/trans_common.h      |  12 +-
 net/9p/trans_fd.c          |   2 -
 net/9p/trans_rdma.c        |   2 -
 net/9p/trans_xen.c         |  25 +--
 27 files changed, 345 insertions(+), 430 deletions(-)

-- 
2.31.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ