From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 08852C43217 for ; Thu, 10 Nov 2022 19:42:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230414AbiKJTmt convert rfc822-to-8bit (ORCPT ); Thu, 10 Nov 2022 14:42:49 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41488 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229567AbiKJTmr (ORCPT ); Thu, 10 Nov 2022 14:42:47 -0500 Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7DC5B45EFF; Thu, 10 Nov 2022 11:42:44 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id F075A63CDC5B; Thu, 10 Nov 2022 20:42:41 +0100 (CET) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id 7_oQ7gzt2uLp; Thu, 10 Nov 2022 20:42:41 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 1B59C6226242; Thu, 10 Nov 2022 20:42:41 +0100 (CET) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id BVEGG__kuGf2; Thu, 10 Nov 2022 20:42:41 +0100 (CET) Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) by lithops.sigma-star.at (Postfix) with ESMTP id EE3BE63CDC5B; Thu, 10 Nov 2022 20:42:40 +0100 (CET) Date: Thu, 10 Nov 2022 20:42:40 +0100 (CET) From: Richard Weinberger To: Daniel Golle Cc: Jens Axboe , Miquel Raynal , Vignesh Raghavendra , Davidlohr Bueso , Matthew Wilcox , "Martin K. Petersen" , Chaitanya Kulkarni , Ming Lei , linux-block , linux-kernel , linux-mtd , linux-efi@vger.kernel.org Message-ID: <2114450579.219028.1668109360889.JavaMail.zimbra@nod.at> In-Reply-To: References: Subject: Re: [PATCH v4 5/5] mtd: ubi: block: add option to enable scanning for partitions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT X-Originating-IP: [195.201.40.130] X-Mailer: Zimbra 8.8.12_GA_3807 (ZimbraWebClient - FF97 (Linux)/8.8.12_GA_3809) Thread-Topic: block: add option to enable scanning for partitions Thread-Index: xBTGe2VDlmMZly/EXlIh1C18tKLhCw== Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Daniel, ----- Ursprüngliche Mail ----- > Von: "Daniel Golle" > > Add Kconfig option CONFIG_MTD_UBI_BLOCK_PARTITIONS and enable block > partition parsers on ubiblock devices in case it is selected. I think we should stick with one Kconfig at most. Not both CONFIG_MTD_UBI_BLOCK_PARTITIONS and CONFIG_MTD_BLOCK_PARTITION. Thanks, //richard