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 0E618CDB474 for ; Tue, 17 Oct 2023 13:45:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234635AbjJQNpz (ORCPT ); Tue, 17 Oct 2023 09:45:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55010 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234976AbjJQNpy (ORCPT ); Tue, 17 Oct 2023 09:45:54 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 52631EA for ; Tue, 17 Oct 2023 06:45:53 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5CD1FC433C7; Tue, 17 Oct 2023 13:45:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1697550352; bh=bsGdEMFXOwsrc60Ta6ha6me6H2zHsuO05hAgJWbwpiU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dgJ6lMzTY4x4C6eh4m7YVU51SLRvmFHQTRv6yULW4c0fXz/vvOHbyenm1Ovb+PsZD BcOEcT4T/hrzyYTpT4lsR0l0v5R8aH0sWJGrwBWarq0Jw6oukHR1OEZrVRBvrheUGp sN+b4OeXaZhkcYq1FurKUW/KGUFUWyB2eB552cJk= Date: Tue, 17 Oct 2023 15:45:48 +0200 From: Greg Kroah-Hartman To: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= Cc: Masahiro Yamada , Vignesh Raghavendra , Arnd Bergmann , linux-kbuild@vger.kernel.org, Atsushi Nemoto , Richard Weinberger , linux-mtd@lists.infradead.org, Pengutronix Kernel Team , Miquel Raynal , Andrew Morton , David Woodhouse , Alexandre Belloni Subject: Re: [PATCH 01/20] mtd: rawnand: txx9ndfmc: Mark driver struct with __refdata to prevent section mismatch warning Message-ID: <2023101727-undying-hull-1e4b@gregkh> References: <20231008200143.196369-1-u.kleine-koenig@pengutronix.de> <20231008200143.196369-2-u.kleine-koenig@pengutronix.de> <20231009103037.j44gkzqv7cpn4zpu@pengutronix.de> <4c27130c-e924-4f24-b833-794e0acac858@app.fastmail.com> <20231016102134.q6k2jb5ewu3flg6j@pengutronix.de> <20231017132045.afswdgcv4axjf6jj@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20231017132045.afswdgcv4axjf6jj@pengutronix.de> Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org On Tue, Oct 17, 2023 at 03:20:45PM +0200, Uwe Kleine-König wrote: > with 19 in drivers/rtc (I added Alexandre to Cc:), 4 in drivers/mtd, 6 > in drivers/usb and otherwise here and there a driver. That doesn't look > insurmountable. I'll gladly take patches to change this for drivers/usb/ stuff. thanks, greg k-h