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]
Message-Id: <20250815015404.468511-1-zhao.xichao@vivo.com>
Date: Fri, 15 Aug 2025 09:53:49 +0800
From: Xichao Zhao <zhao.xichao@...o.com>
To: Song Liu <song@...nel.org>,
	Yu Kuai <yukuai3@...wei.com>,
	linux-raid@...r.kernel.org (open list:SOFTWARE RAID (Multiple Disks) SUPPORT),
	linux-kernel@...r.kernel.org (open list)
Cc: Xichao Zhao <zhao.xichao@...o.com>
Subject: [PATCH v1 00/13] Clean up code style

Reduce or add spaces to clean up code style.
Clean up comment style.
No functional changes here.

Xichao Zhao (13):
  lib/raid6: Clean up code style in sse2.c
  lib/raid6: Clean up code style in sse1.c
  lib/raid6: Clean up code style in rvv.c
  lib/raid6: Clean up code style in recov_ssse3.c
  ib/raid6: Clean up code style in recov_s390xc.c
  lib/raid6: Clean up code style in recov_avx512.c
  lib/raid6: Clean up code style in recov_avx2.c
  lib/raid6: Clean up code style in recov.c
  lib/raid6: Clean up code style in mmx.c
  lib/raid6: Clean up code style in loongarch_simd.c
  lib/raid6: Clean up code style in avx512.c
  lib/raid6: Clean up code style in algos.c
  lib/raid6: Clean up code style in avx2.c

 lib/raid6/algos.c          |   2 +-
 lib/raid6/avx2.c           | 122 +++++++++++++++++------------------
 lib/raid6/avx512.c         |  94 +++++++++++++--------------
 lib/raid6/loongarch_simd.c | 116 +++++++++++++++++-----------------
 lib/raid6/mmx.c            |  24 +++----
 lib/raid6/recov.c          |  44 +++++++------
 lib/raid6/recov_avx2.c     |  28 +++++----
 lib/raid6/recov_avx512.c   |  20 +++---
 lib/raid6/recov_s390xc.c   |  36 ++++++-----
 lib/raid6/recov_ssse3.c    |  36 ++++++-----
 lib/raid6/rvv.c            |  16 ++---
 lib/raid6/sse1.c           |  30 ++++-----
 lib/raid6/sse2.c           | 126 ++++++++++++++++++-------------------
 13 files changed, 356 insertions(+), 338 deletions(-)

-- 
2.34.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ