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 18AECC43334 for ; Tue, 12 Jul 2022 07:06:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232207AbiGLHGb (ORCPT ); Tue, 12 Jul 2022 03:06:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48336 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229783AbiGLHGa (ORCPT ); Tue, 12 Jul 2022 03:06:30 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4E4AC1D0EA for ; Tue, 12 Jul 2022 00:06:29 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E753C6145E for ; Tue, 12 Jul 2022 07:06:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9E416C3411E; Tue, 12 Jul 2022 07:06:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1657609588; bh=MP0uzzFcceumWSBM4lX//R6k5kdcxpj+GchyzR+eBz0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DcqvrkIGixWxHLTsQtaMtD02SRT1TTYKGZfezw+/xrrEe4nqCZ+iTexPGIAHMjfXu df7njvHnp84LljzFRWV5dKQI2Y8pvNo+5fsfLgDxYroISx/jPVmxZu2VmVlokCTW2u L0IHaHskPR/wyzvcL9h4frNzAPKnx7MulviC21+U= Date: Tue, 12 Jul 2022 09:06:22 +0200 From: Greg Kroah-Hartmann To: Johannes Thumshirn Cc: linux-kernel@vger.kernel.org, Johannes Thumshirn Subject: Re: [PATCH 0/1] drivers: mcb: updates for 5.20 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 11, 2022 at 11:50:07PM -0700, Johannes Thumshirn wrote: > Hi Greg, > > Here's one patch for drivers/mcb aimed at 5.20. It's a simple change from > ida_simple_get()/ida_simple_remove() to ida_alloc() and ida_free() from keliu. I'll take this, but you need to fix up your email infrastructure, it is sending out bad DKIM signatures, which do not make me the most comfortable taking, as anyone could be spoofing your address: Looking up https://lore.kernel.org/r/480676bee970da16bf1fa8565277240014395ba3.1657607743.git.johannes.thumshirn%40wdc.com Grabbing thread from lore.kernel.org/all/480676bee970da16bf1fa8565277240014395ba3.1657607743.git.johannes.thumshirn%40wdc.com/t.mbox.gz Analyzing 2 messages in the thread Checking attestation on all messages, may take a moment... --- ✗ [PATCH 1/1] drivers: mcb: directly use ida_alloc()/free() --- ✗ BADSIG: DKIM/wdc.com --- Total patches: 1 --- Can you please work with your email admins to fix this up? thanks, greg k-h