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: <20250129174135.GA1994@sol.localdomain>
Date: Wed, 29 Jan 2025 09:41:35 -0800
From: Eric Biggers <ebiggers@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-crypto@...r.kernel.org, linux-kernel@...r.kernel.org,
	Ard Biesheuvel <ardb@...nel.org>, Chao Yu <chao@...nel.org>,
	"Darrick J. Wong" <djwong@...nel.org>,
	Geert Uytterhoeven <geert@...ux-m68k.org>,
	Kent Overstreet <kent.overstreet@...ux.dev>,
	"Martin K. Petersen" <martin.petersen@...cle.com>,
	Michael Ellerman <mpe@...erman.id.au>,
	Theodore Ts'o <tytso@....edu>, WangYuli <wangyuli@...ontech.com>
Subject: [GIT PULL] CRC fixes for 6.14

The following changes since commit d0d106a2bd21499901299160744e5fe9f4c83ddb:

  Merge tag 'bpf-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next (2025-01-23 08:04:07 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git tags/crc-for-linus

for you to fetch changes up to 5e3c1c48fac3793c173567df735890d4e29cbb64:

  lib/crc32: remove other generic implementations (2025-01-29 09:10:35 -0800)

----------------------------------------------------------------

Simplify the kconfig options for controlling which CRC implementations
are built into the kernel, as was requested by Linus.  This means making
the option to disable the arch code visible only when CONFIG_EXPERT=y,
and standardizing on a single generic implementation of CRC32.

This has been in linux-next since last Friday.  The late rebase was just
to add review tags.

----------------------------------------------------------------
Eric Biggers (2):
      lib/crc: simplify the kconfig options for CRC implementations
      lib/crc32: remove other generic implementations

 lib/Kconfig          | 118 +++------------------------
 lib/crc32.c          | 225 +++------------------------------------------------
 lib/crc32defs.h      |  59 --------------
 lib/gen_crc32table.c | 113 +++++++-------------------
 4 files changed, 53 insertions(+), 462 deletions(-)
 delete mode 100644 lib/crc32defs.h

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ