linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] More CRC kconfig option cleanups
@ 2025-04-01 22:15 Eric Biggers
  2025-04-01 22:15 ` [PATCH 1/7] lib/crc: remove unnecessary prompt for CONFIG_CRC32 and drop 'default y' Eric Biggers
                   ` (9 more replies)
  0 siblings, 10 replies; 20+ messages in thread
From: Eric Biggers @ 2025-04-01 22:15 UTC (permalink / raw)
  To: linux-kernel; +Cc: Ard Biesheuvel, linux-crypto, linux-arch

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


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2025-04-04 19:02 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-01 22:15 [PATCH 0/7] More CRC kconfig option cleanups Eric Biggers
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).