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 X-Spam-Level: X-Spam-Status: No, score=-7.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6C8B0C2B9F4 for ; Mon, 14 Jun 2021 16:44:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 476726108E for ; Mon, 14 Jun 2021 16:44:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234348AbhFNQqR (ORCPT ); Mon, 14 Jun 2021 12:46:17 -0400 Received: from mail.kernel.org ([198.145.29.99]:45828 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234808AbhFNQqL (ORCPT ); Mon, 14 Jun 2021 12:46:11 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 13849610A2; Mon, 14 Jun 2021 16:44:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1623689047; bh=Ye0zQtj+te6CtBz9QXGkfBj+iOKH2E+XR9ONDLGB3Mw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=OSSPh76pyLk2fyCNWEIp0jxZ4H8cPuhV7TRSOiBIiNcI7R60m1e/nJU/GgUz1Yh+A R6OP5dx9qBpTuoSvPFQ/HumgiOOg0y9bGavIh5tj73DZIDIswXIAs/TrZhGV9vQvPR kyEjMwYhxSoxczCsZpNTOmfv/w9UHk1I/yHRSFJUwW3Pey+Wo+x264j55DxE6YoP9D n8pvsSbsq0LZQhZHs6sXkpOKpLvDwM6OF0z2hfexsJG0vFZLAY9u8FBO9X+rP9Sn1T deemQf9ANGlF9ltp63pq5F7Wc0H366kw9zVI1nIR1fyZStvKyJwmQ3c94pFPPEmSrY xDWtBsiBZSdBA== Date: Mon, 14 Jun 2021 18:44:03 +0200 From: Mauro Carvalho Chehab To: "Fabio M. De Francesco" Cc: Sakari Ailus , Greg Kroah-Hartman , Dan Carpenter , linux-media@vger.kernel.org, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/2] Remove unnecessary tests and cast before kfree/kvfree Message-ID: <20210614184403.5e3097ba@coco.lan> In-Reply-To: <3355688.ByQz1z8koQ@linux.local> References: <20210605020855.1065-1-fmdefrancesco@gmail.com> <3355688.ByQz1z8koQ@linux.local> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Em Mon, 14 Jun 2021 18:33:55 +0200 "Fabio M. De Francesco" escreveu: > Hi All, > > I've seen that some patches of mine, more recent the following ones, have > already been applied. In the past I had noticed that the patches are > (usually?) placed in a time of submission ordered FIFO, unless they are > rejected. > > I'm wondering if I should re-send them or if I am missing some details about > the specific workflow of staging/media. Any patches sent to linux-media@vger.kernel.org are automatically stored at patchwork: https://patchwork.linuxtv.org/project/linux-media/list/ If the patches you sent are there and are marked with "New" state, there's no need to re-submit. On a quick check, there are 3 media patches from you there: https://patchwork.linuxtv.org/project/linux-media/list/?series=&submitter=8492&state=&q=&archive=&delegate= No need to resubmit those, except if some reviewer asks you to change your patch(es). Thanks, Mauro