On Thu, Sep 29, 2022 at 12:42 PM Huacai Chen <chenhuacai@xxxxxxxxxx> wrote: > > Hi, Lukas, > > Thank you for your patch, it is queued for loongarch-next, and may be > squashed to another patch with your S-o-B if you have no objections. > > Huacai > Feel free to squash as you see fit. I cannot recall sending something specific for loongarch-next, though. Lukas > On Thu, Sep 29, 2022 at 6:14 PM Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx> wrote: > > > > Clean up config files by: > > - removing configs that were deleted in the past > > - removing configs not in tree and without recently pending patches > > - adding new configs that are replacements for old configs in the file > > > > For some detailed information, see Link. > > > > Link: https://lore.kernel.org/kernel-janitors/20220929090645.1389-1-lukas.bulwahn@xxxxxxxxx/ > > > > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx> > > --- > > arch/loongarch/configs/loongson3_defconfig | 7 ------- > > 1 file changed, 7 deletions(-) > > > > diff --git a/arch/loongarch/configs/loongson3_defconfig b/arch/loongarch/configs/loongson3_defconfig > > index 3712552e18d3..2b4220778b66 100644 > > --- a/arch/loongarch/configs/loongson3_defconfig > > +++ b/arch/loongarch/configs/loongson3_defconfig > > @@ -108,14 +108,12 @@ CONFIG_NETFILTER=y > > CONFIG_BRIDGE_NETFILTER=m > > CONFIG_NETFILTER_NETLINK_LOG=m > > CONFIG_NF_CONNTRACK=m > > -CONFIG_NF_LOG_NETDEV=m > > CONFIG_NF_CONNTRACK_AMANDA=m > > CONFIG_NF_CONNTRACK_FTP=m > > CONFIG_NF_CONNTRACK_NETBIOS_NS=m > > CONFIG_NF_CONNTRACK_TFTP=m > > CONFIG_NF_CT_NETLINK=m > > CONFIG_NF_TABLES=m > > -CONFIG_NFT_COUNTER=m > > CONFIG_NFT_CONNLIMIT=m > > CONFIG_NFT_LOG=m > > CONFIG_NFT_LIMIT=m > > @@ -329,7 +327,6 @@ CONFIG_PARPORT_PC_FIFO=y > > CONFIG_ZRAM=m > > CONFIG_ZRAM_DEF_COMP_ZSTD=y > > CONFIG_BLK_DEV_LOOP=y > > -CONFIG_BLK_DEV_CRYPTOLOOP=y > > CONFIG_BLK_DEV_NBD=m > > CONFIG_BLK_DEV_RAM=y > > CONFIG_BLK_DEV_RAM_SIZE=8192 > > @@ -505,7 +502,6 @@ CONFIG_ATH9K_HTC=m > > CONFIG_IWLWIFI=m > > CONFIG_IWLDVM=m > > CONFIG_IWLMVM=m > > -CONFIG_IWLWIFI_BCAST_FILTERING=y > > CONFIG_HOSTAP=m > > CONFIG_MT7601U=m > > CONFIG_RT2X00=m > > @@ -688,7 +684,6 @@ CONFIG_COMEDI_NI_PCIDIO=m > > CONFIG_COMEDI_NI_PCIMIO=m > > CONFIG_STAGING=y > > CONFIG_R8188EU=m > > -# CONFIG_88EU_AP_MODE is not set > > CONFIG_PM_DEVFREQ=y > > CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=y > > CONFIG_DEVFREQ_GOV_PERFORMANCE=y > > @@ -772,14 +767,12 @@ CONFIG_CRYPTO_CRYPTD=m > > CONFIG_CRYPTO_CHACHA20POLY1305=m > > CONFIG_CRYPTO_HMAC=y > > CONFIG_CRYPTO_VMAC=m > > -CONFIG_CRYPTO_TGR192=m > > CONFIG_CRYPTO_WP512=m > > CONFIG_CRYPTO_ANUBIS=m > > CONFIG_CRYPTO_BLOWFISH=m > > CONFIG_CRYPTO_CAST5=m > > CONFIG_CRYPTO_CAST6=m > > CONFIG_CRYPTO_KHAZAD=m > > -CONFIG_CRYPTO_SALSA20=m > > CONFIG_CRYPTO_SEED=m > > CONFIG_CRYPTO_SERPENT=m > > CONFIG_CRYPTO_TEA=m > > -- > > 2.17.1 > > > >