All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Biggers <ebiggers@kernel.org>
To: linux-kernel@vger.kernel.org
Cc: Ard Biesheuvel <ardb@kernel.org>,
	linux-crypto@vger.kernel.org, linux-arch@vger.kernel.org
Subject: [PATCH 0/7] More CRC kconfig option cleanups
Date: Tue,  1 Apr 2025 15:15:53 -0700	[thread overview]
Message-ID: <20250401221600.24878-1-ebiggers@kernel.org> (raw)

This series finishes cleaning up the CRC kconfig options by removing the
remaining unnecessary prompts and an unnecessary 'default y', removing
CONFIG_LIBCRC32C, and documenting all the options.

I'm planning to take this series through the CRC tree.

Eric Biggers (7):
  lib/crc: remove unnecessary prompt for CONFIG_CRC32 and drop 'default
    y'
  lib/crc: remove unnecessary prompt for CONFIG_CRC_CCITT
  lib/crc: remove unnecessary prompt for CONFIG_CRC16
  lib/crc: remove unnecessary prompt for CONFIG_CRC_T10DIF
  lib/crc: remove unnecessary prompt for CONFIG_CRC_ITU_T
  lib/crc: document all the CRC library kconfig options
  lib/crc: remove CONFIG_LIBCRC32C

 arch/arm/configs/at91_dt_defconfig            |  1 -
 arch/arm/configs/collie_defconfig             |  1 -
 arch/arm/configs/davinci_all_defconfig        |  1 -
 arch/arm/configs/dove_defconfig               |  1 -
 arch/arm/configs/exynos_defconfig             |  1 -
 arch/arm/configs/imx_v6_v7_defconfig          |  2 -
 arch/arm/configs/lpc18xx_defconfig            |  1 -
 arch/arm/configs/lpc32xx_defconfig            |  1 -
 arch/arm/configs/milbeaut_m10v_defconfig      |  2 -
 arch/arm/configs/mmp2_defconfig               |  1 -
 arch/arm/configs/multi_v4t_defconfig          |  1 -
 arch/arm/configs/multi_v5_defconfig           |  1 -
 arch/arm/configs/mvebu_v5_defconfig           |  1 -
 arch/arm/configs/mxs_defconfig                |  1 -
 arch/arm/configs/omap2plus_defconfig          |  3 -
 arch/arm/configs/orion5x_defconfig            |  1 -
 arch/arm/configs/pxa168_defconfig             |  1 -
 arch/arm/configs/pxa910_defconfig             |  1 -
 arch/arm/configs/pxa_defconfig                |  2 -
 arch/arm/configs/s5pv210_defconfig            |  1 -
 arch/arm/configs/sama7_defconfig              |  2 -
 arch/arm/configs/spitz_defconfig              |  1 -
 arch/arm/configs/stm32_defconfig              |  1 -
 arch/arm/configs/wpcm450_defconfig            |  2 -
 arch/hexagon/configs/comet_defconfig          |  3 -
 arch/m68k/configs/amcore_defconfig            |  1 -
 arch/mips/configs/ath79_defconfig             |  1 -
 arch/mips/configs/bigsur_defconfig            |  1 -
 arch/mips/configs/fuloong2e_defconfig         |  1 -
 arch/mips/configs/ip22_defconfig              |  1 -
 arch/mips/configs/ip27_defconfig              |  1 -
 arch/mips/configs/ip30_defconfig              |  1 -
 arch/mips/configs/ip32_defconfig              |  1 -
 arch/mips/configs/omega2p_defconfig           |  1 -
 arch/mips/configs/rb532_defconfig             |  1 -
 arch/mips/configs/rt305x_defconfig            |  1 -
 arch/mips/configs/sb1250_swarm_defconfig      |  1 -
 arch/mips/configs/vocore2_defconfig           |  1 -
 arch/mips/configs/xway_defconfig              |  1 -
 arch/parisc/configs/generic-32bit_defconfig   |  2 -
 arch/parisc/configs/generic-64bit_defconfig   |  1 -
 arch/powerpc/configs/44x/sam440ep_defconfig   |  1 -
 arch/powerpc/configs/44x/warp_defconfig       |  2 -
 .../configs/83xx/mpc832x_rdb_defconfig        |  1 -
 .../configs/83xx/mpc834x_itx_defconfig        |  1 -
 .../configs/83xx/mpc834x_itxgp_defconfig      |  1 -
 .../configs/83xx/mpc837x_rdb_defconfig        |  1 -
 arch/powerpc/configs/85xx/ge_imp3a_defconfig  |  2 -
 arch/powerpc/configs/85xx/stx_gp3_defconfig   |  2 -
 .../configs/85xx/xes_mpc85xx_defconfig        |  1 -
 arch/powerpc/configs/86xx-hw.config           |  1 -
 arch/powerpc/configs/amigaone_defconfig       |  1 -
 arch/powerpc/configs/chrp32_defconfig         |  1 -
 arch/powerpc/configs/fsl-emb-nonhw.config     |  1 -
 arch/powerpc/configs/g5_defconfig             |  1 -
 arch/powerpc/configs/gamecube_defconfig       |  1 -
 arch/powerpc/configs/linkstation_defconfig    |  2 -
 arch/powerpc/configs/mpc83xx_defconfig        |  1 -
 arch/powerpc/configs/mpc866_ads_defconfig     |  1 -
 arch/powerpc/configs/mvme5100_defconfig       |  2 -
 arch/powerpc/configs/pasemi_defconfig         |  1 -
 arch/powerpc/configs/pmac32_defconfig         |  1 -
 arch/powerpc/configs/ppc44x_defconfig         |  1 -
 arch/powerpc/configs/ppc64e_defconfig         |  1 -
 arch/powerpc/configs/ps3_defconfig            |  2 -
 arch/powerpc/configs/skiroot_defconfig        |  2 -
 arch/powerpc/configs/storcenter_defconfig     |  1 -
 arch/powerpc/configs/wii_defconfig            |  1 -
 arch/sh/configs/ap325rxa_defconfig            |  1 -
 arch/sh/configs/ecovec24_defconfig            |  1 -
 arch/sh/configs/edosk7705_defconfig           |  1 -
 arch/sh/configs/espt_defconfig                |  1 -
 arch/sh/configs/hp6xx_defconfig               |  2 -
 arch/sh/configs/kfr2r09-romimage_defconfig    |  1 -
 arch/sh/configs/landisk_defconfig             |  1 -
 arch/sh/configs/lboxre2_defconfig             |  1 -
 arch/sh/configs/magicpanelr2_defconfig        |  2 -
 arch/sh/configs/migor_defconfig               |  1 -
 arch/sh/configs/r7780mp_defconfig             |  1 -
 arch/sh/configs/r7785rp_defconfig             |  1 -
 arch/sh/configs/rts7751r2d1_defconfig         |  1 -
 arch/sh/configs/rts7751r2dplus_defconfig      |  1 -
 arch/sh/configs/sdk7780_defconfig             |  1 -
 arch/sh/configs/se7206_defconfig              |  3 -
 arch/sh/configs/se7712_defconfig              |  1 -
 arch/sh/configs/se7721_defconfig              |  1 -
 arch/sh/configs/se7724_defconfig              |  1 -
 arch/sh/configs/sh03_defconfig                |  1 -
 arch/sh/configs/sh2007_defconfig              |  2 -
 arch/sh/configs/sh7724_generic_defconfig      |  1 -
 arch/sh/configs/sh7763rdp_defconfig           |  1 -
 arch/sh/configs/sh7770_generic_defconfig      |  1 -
 arch/sh/configs/titan_defconfig               |  1 -
 arch/sparc/configs/sparc64_defconfig          |  1 -
 drivers/block/Kconfig                         |  2 +-
 drivers/block/drbd/Kconfig                    |  2 +-
 drivers/md/Kconfig                            |  2 +-
 drivers/md/persistent-data/Kconfig            |  2 +-
 drivers/net/ethernet/broadcom/Kconfig         |  4 +-
 drivers/net/ethernet/cavium/Kconfig           |  2 +-
 fs/bcachefs/Kconfig                           |  2 +-
 fs/btrfs/Kconfig                              |  2 +-
 fs/ceph/Kconfig                               |  2 +-
 fs/erofs/Kconfig                              |  2 +-
 fs/gfs2/Kconfig                               |  1 -
 fs/xfs/Kconfig                                |  2 +-
 lib/Kconfig                                   | 57 +++++++++----------
 net/batman-adv/Kconfig                        |  2 +-
 net/ceph/Kconfig                              |  2 +-
 net/netfilter/Kconfig                         |  4 +-
 net/netfilter/ipvs/Kconfig                    |  2 +-
 net/openvswitch/Kconfig                       |  2 +-
 net/sched/Kconfig                             |  2 +-
 net/sctp/Kconfig                              |  2 +-
 tools/testing/selftests/bpf/config.x86_64     |  1 -
 tools/testing/selftests/hid/config.common     |  1 -
 116 files changed, 46 insertions(+), 170 deletions(-)


base-commit: 91e5bfe317d8f8471fbaa3e70cf66cae1314a516
-- 
2.49.0


             reply	other threads:[~2025-04-01 22:16 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-01 22:15 Eric Biggers [this message]
2025-04-01 22:15 ` [PATCH 1/7] lib/crc: remove unnecessary prompt for CONFIG_CRC32 and drop 'default y' Eric Biggers
2025-04-02  3:42   ` Randy Dunlap
2025-04-02  3:51     ` Eric Biggers
2025-04-02  4:50       ` Randy Dunlap
2025-04-02  5:02         ` Eric Biggers
2025-04-02  5:56           ` Randy Dunlap
2025-04-02 16:41             ` Eric Biggers
2025-04-04  8:36             ` Christoph Hellwig
2025-04-01 22:15 ` [PATCH 2/7] lib/crc: remove unnecessary prompt for CONFIG_CRC_CCITT Eric Biggers
2025-04-01 22:15 ` [PATCH 3/7] lib/crc: remove unnecessary prompt for CONFIG_CRC16 Eric Biggers
2025-04-01 22:15 ` [PATCH 4/7] lib/crc: remove unnecessary prompt for CONFIG_CRC_T10DIF Eric Biggers
2025-04-01 22:15 ` [PATCH 5/7] lib/crc: remove unnecessary prompt for CONFIG_CRC_ITU_T Eric Biggers
2025-04-01 22:15 ` [PATCH 6/7] lib/crc: document all the CRC library kconfig options Eric Biggers
2025-04-04  8:37   ` Christoph Hellwig
2025-04-04 19:02     ` Eric Biggers
2025-04-01 22:16 ` [PATCH 7/7] lib/crc: remove CONFIG_LIBCRC32C Eric Biggers
2025-04-02  6:47 ` [PATCH 0/7] More CRC kconfig option cleanups Ard Biesheuvel
2025-04-02 13:52 ` Martin K. Petersen
2025-04-04  8:37 ` Christoph Hellwig

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250401221600.24878-1-ebiggers@kernel.org \
    --to=ebiggers@kernel.org \
    --cc=ardb@kernel.org \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.