Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp185720pxf; Thu, 8 Apr 2021 00:09:10 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzmGJ23HBz97HVczuTajNM38x/Qot8ZEXI3I2aLeyJDsgqMjxki7ou3H1M//JcJQg6izvy1 X-Received: by 2002:a17:907:2cd9:: with SMTP id hg25mr8415487ejc.498.1617865750462; Thu, 08 Apr 2021 00:09:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1617865750; cv=none; d=google.com; s=arc-20160816; b=OIFiljuxiTgmthKtqMzjjt7TH+C8K1UnyP9rmOJw00ngWl/oE7yLYN/nIwjJm+vEkT gs7QMCEXfp32W1+vpk/+KDRS9StsdUFdmzFWFdu7jOgrVswwafyiFyRjkR6aFN4nnSFf K3BHB4Y0E8Pc0drjmmTG+BtJORaIkQvZSInI4kfmHO5dKoPpFtLmI4Xu8s+bLlTZ46Eg pAj8vQymF43ESr5ner8xqPQYm+ntO9MLhMG7+81otCdVRuqwPDPXIRDo6Jzogj+ma3o2 Rf1Qv6jy9GQnr4qrmjFr5YmRJuVtcOMorIssqugcqjMSPRoKGFzuCdtwOBQ387VPIslo 7IHw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=HA91+Vu8RoW5XMLAi2o4BttMRxiWNXXq02gBj8n+Pz0=; b=Z5bzZkhtVHo3v8AmTGiwY3HSqUnYrQ8nFnU0xJxS8ewepg4Bw57SVNGCGjjLbOVmDq Q5tRPaCGP99f8DonLzAzc05xlki8yvbSe5picb1IAUcV8lE5Gn3Y4WFsh7ottiE1hMQc JqfFofS1nl7COofW2LgqWTi/CPRDU3AAvUScOY0+W/VIZ/gTdHZAj7DAiVTIx3KXlTZu KNduzCksUXl32PWLYb/67SWU+Zrl3ys6bH8eRgckHQLD5OZ0NBudacSaqXemp7PsrFUO V0Sj5WahOmENFHT89eCRH4qaGge7XGmx1JHiQiZDX89kWHKOS4lxeSuWCbi6VogEJE8Q QALQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id n1si14813097edy.167.2021.04.08.00.08.47; Thu, 08 Apr 2021 00:09:10 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230239AbhDHHGw convert rfc822-to-8bit (ORCPT + 99 others); Thu, 8 Apr 2021 03:06:52 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:36101 "EHLO relay9-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230220AbhDHHGs (ORCPT ); Thu, 8 Apr 2021 03:06:48 -0400 X-Originating-IP: 90.89.138.59 Received: from xps13 (lfbn-tou-1-1325-59.w90-89.abo.wanadoo.fr [90.89.138.59]) (Authenticated sender: miquel.raynal@bootlin.com) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 39717FF807; Thu, 8 Apr 2021 07:06:33 +0000 (UTC) Date: Thu, 8 Apr 2021 09:06:32 +0200 From: Miquel Raynal To: Michael Walle Cc: Tudor.Ambarus@microchip.com, linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org, linux-api@vger.kernel.org, richard@nod.at, vigneshr@ti.com Subject: Re: [PATCH] mtd: add OTP (one-time-programmable) erase ioctl Message-ID: <20210408090632.62fb6dbc@xps13> In-Reply-To: <904d986fbd6f718cf8b7b9fc54b339d4@walle.cc> References: <20210303201819.2752-1-michael@walle.cc> <904d986fbd6f718cf8b7b9fc54b339d4@walle.cc> Organization: Bootlin X-Mailer: Claws Mail 3.17.7 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, Michael Walle wrote on Thu, 08 Apr 2021 08:55:42 +0200: > Hi Tudor, > > Am 2021-04-08 07:51, schrieb Tudor.Ambarus@microchip.com: > > Would you please resend this patch, together with the mtd-utils > > and the SPI NOR patch in a single patch set? You'll help us all > > having all in a single place. > > This has already been picked-up: > https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git/commit/?h=mtd/next&id=e3c1f1c92d6ede3cfa09d6a103d3d1c1ef645e35 > > Although, I didn't receive an email notice. > > -michael Sometimes the notifications are not triggered when there is a conflict when applying the patch from patchwork directly. I usually answer manually in this case but I might have forgotten. About the patch, I felt it was good enough for merging, and I want to avoid applying such patches right before freezing our branches. Hence, I tend to be more aggressive earlier in the release cycles because I hate when my patches get delayed infinitely. The other side is a more careful approach when -rc6 gets tagged so that I can drop anything which would be crazily broken before our -next branches are stalled, leading for an useless public revert. Of course, I am fully open to removing this patch from -next if you ever feel it was too early and will happily get rid of it for this release: we can move the patch for the next release if you agree on this (especially since it touches the ABI). Cheers, Miquèl