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 55B71C4167B for ; Mon, 11 Dec 2023 09:14:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234392AbjLKJOq (ORCPT ); Mon, 11 Dec 2023 04:14:46 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38040 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234155AbjLKJOp (ORCPT ); Mon, 11 Dec 2023 04:14:45 -0500 Received: from mail-ua1-x930.google.com (mail-ua1-x930.google.com [IPv6:2607:f8b0:4864:20::930]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7D7D0100 for ; Mon, 11 Dec 2023 01:14:50 -0800 (PST) Received: by mail-ua1-x930.google.com with SMTP id a1e0cc1a2514c-7cb029c41e4so55664241.1 for ; Mon, 11 Dec 2023 01:14:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20230601.gappssmtp.com; s=20230601; t=1702286089; x=1702890889; darn=vger.kernel.org; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=ifFUtMv14jjmsyQD3seNpomQ4jZ0rsJwdv7NnE8oVF4=; b=FkwxYNzYiFsvO1D6SfjXWuNmuKDBpBsoF2x37uPtF04ocuxx40Idu22etxeVNurnx5 Rdds+MhH/vzAAQWxjR5hh6piwKQz9iAz3i5UX5MFedhqGeBF5r40Xl7b7Eq+uCTwBUJi jmpfrKmcmrn4Yx0cRGohDmFbQWuUhAEUtZZ9eCpbdY5L5iwsW17XISWJ/gVHCLzDHQNF iPRv1PUXWxM+px4/LL6FX98kYTN01hJt9rtuYe9DTWKUTA8YZWypv0QjrveZsF9/pZe0 Gp5e+YpO2D/eyRgnU2zOnhB4GKqdVrflT2o1TY9eJ8LjXpv1Y7UGvx7qgklcoWJu6oxj BIpQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1702286089; x=1702890889; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=ifFUtMv14jjmsyQD3seNpomQ4jZ0rsJwdv7NnE8oVF4=; b=GPRRfoFbS4aNJ1VU94g2esDCSyk5nlkZLm498rD2Z298+drK+M5NN7X15Cc7boCpPF 7KTtC4fgXiylEuDoTRkwS/DCndW2pGrsj8sHmJTnHxECRTVg5JeaB7PqXJOWKNIT77jk mVZFnqjLlMoy76moUZWF4GAbv8B4JsHx1UDPfwgkYPdLzzVmzV3DvpvrtD+/55olIhzl J/BgC+T8op1XT71MjdIAl+WX8HBXbxRVaooWKtHv9tyycP7qqKrw1sVppv8cq/gPQAKN vD4hw5RPxj0GMZGx1MVS0sXTyt/3R4O72vn5vetTRIj1Dcb5Ge6WqvtpfMG/WNOsce0e rPrg== X-Gm-Message-State: AOJu0YxlWCmIKbaKtJHEzpZjDe2Kd7DCoLSijxoXbsrmT9iHhOQWwFCj 9qq3WqoaoBEViDQdOcx12BKSvkUOPClnCnaqz5PClGjAAxMlSkLx X-Google-Smtp-Source: AGHT+IEYJDEZISkxxQQnqjsuy3oSCYaAXfYDPkQM7U3WOhZ0uMOUkXiEmV06SWlV6/7zXx6GnXheetzTw60vqz4YJGI= X-Received: by 2002:a05:6102:5596:b0:464:93af:268 with SMTP id dc22-20020a056102559600b0046493af0268mr2348369vsb.9.1702286089204; Mon, 11 Dec 2023 01:14:49 -0800 (PST) MIME-Version: 1.0 References: <20231115165915.2936349-1-brgl@bgdev.pl> In-Reply-To: From: Bartosz Golaszewski Date: Mon, 11 Dec 2023 10:14:38 +0100 Message-ID: Subject: Re: [RESEND PATCH v2 0/4] genirq/irq_sim: misc updates To: Thomas Gleixner Cc: linux-kernel@vger.kernel.org, Bartosz Golaszewski , Yury Norov , Andy Shevchenko , Marc Zyngier , Peter Zijlstra , Rasmus Villemoes Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Dec 4, 2023 at 9:47=E2=80=AFAM Bartosz Golaszewski = wrote: > > On Wed, Nov 29, 2023 at 10:18=E2=80=AFAM Bartosz Golaszewski wrote: > > > > On Wed, Nov 15, 2023 at 5:59=E2=80=AFPM Bartosz Golaszewski wrote: > > > > > > From: Bartosz Golaszewski > > > > > > Here are a couple of updates to the interrupt simulator. Two are mino= r: > > > remove an unused field and reorder includes for readability. The thir= d > > > one simplifies the error paths by using new cleanup macros. To that e= nd > > > we also add a cleanup definition for dynamic bitmaps. > > > > > > Resending rebased on top of v6.7-rc1 and with tags collected. > > > > > > v1 -> v2: > > > - add a NULL-pointer check to the bitmap cleanup macro as advised by > > > Peter Zijlstra > > > - initialize managed pointers when declaring them to create a clear p= airing > > > between the type and the cleanup action > > > > > > Bartosz Golaszewski (4): > > > bitmap: define a cleanup function for bitmaps > > > genirq/irq_sim: remove unused field from struct irq_sim_irq_ctx > > > genirq/irq_sim: order headers alphabetically > > > genirq/irq_sim: shrink code by using cleanup helpers > > > > > > include/linux/bitmap.h | 3 +++ > > > kernel/irq/irq_sim.c | 30 ++++++++++++------------------ > > > 2 files changed, 15 insertions(+), 18 deletions(-) > > > > > > -- > > > 2.40.1 > > > > > > > It's been two weeks since this submission and ~2.5 months since the > > first one so I guess, a gentle ping is in order. This is not a very > > controversial series - can this be applied? > > > > Bart > > Another ping... > > Bartosz Thomas, Is there any formal reason why this cannot be processed? Bartosz