All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Rothwell <sfr@canb.auug.org.au>
To: Daniel Vetter <daniel.vetter@ffwll.ch>,
	Intel Graphics <intel-gfx@lists.freedesktop.org>,
	DRI <dri-devel@lists.freedesktop.org>
Cc: Marek Vasut <marex@denx.de>,
	Linux Next Mailing List <linux-next@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Robert Foss <robert.foss@linaro.org>
Subject: linux-next: build warning after merge of the drm-misc tree
Date: Wed, 6 Apr 2022 10:58:28 +1000	[thread overview]
Message-ID: <20220406105828.6d238651@canb.auug.org.au> (raw)

[-- Attachment #1: Type: text/plain, Size: 819 bytes --]

Hi all,

After merging the drm-misc tree, today's linux-next build (x86_64
allmodconfig) produced this warning:

WARNING: modpost: drivers/gpu/drm/bridge/chipone-icn6211.prelink.o(.exit.data+0x0): Section mismatch in reference from the variable __cfi_jt_cleanup_module to the function .init.text:cleanup_module()
The variable __exitdata __cfi_jt_cleanup_module references
a function __init cleanup_module().
This is often seen when error handling in the exit function
uses functionality in the init path.
The fix is often to remove the __init annotation of
cleanup_module() so it may be used outside an init section.

Introduced by commit

  8dde6f7452a1 ("drm: bridge: icn6211: Add I2C configuration support")

The chipone_exit function should not be marked __init.

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Stephen Rothwell <sfr@canb.auug.org.au>
To: Daniel Vetter <daniel.vetter@ffwll.ch>,
	Intel Graphics <intel-gfx@lists.freedesktop.org>,
	DRI <dri-devel@lists.freedesktop.org>
Cc: Marek Vasut <marex@denx.de>,
	Linux Next Mailing List <linux-next@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Robert Foss <robert.foss@linaro.org>
Subject: [Intel-gfx] linux-next: build warning after merge of the drm-misc tree
Date: Wed, 6 Apr 2022 10:58:28 +1000	[thread overview]
Message-ID: <20220406105828.6d238651@canb.auug.org.au> (raw)

[-- Attachment #1: Type: text/plain, Size: 819 bytes --]

Hi all,

After merging the drm-misc tree, today's linux-next build (x86_64
allmodconfig) produced this warning:

WARNING: modpost: drivers/gpu/drm/bridge/chipone-icn6211.prelink.o(.exit.data+0x0): Section mismatch in reference from the variable __cfi_jt_cleanup_module to the function .init.text:cleanup_module()
The variable __exitdata __cfi_jt_cleanup_module references
a function __init cleanup_module().
This is often seen when error handling in the exit function
uses functionality in the init path.
The fix is often to remove the __init annotation of
cleanup_module() so it may be used outside an init section.

Introduced by commit

  8dde6f7452a1 ("drm: bridge: icn6211: Add I2C configuration support")

The chipone_exit function should not be marked __init.

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Stephen Rothwell <sfr@canb.auug.org.au>
To: Daniel Vetter <daniel.vetter@ffwll.ch>,
	Intel Graphics <intel-gfx@lists.freedesktop.org>,
	DRI <dri-devel@lists.freedesktop.org>
Cc: Marek Vasut <marex@denx.de>, Robert Foss <robert.foss@linaro.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Linux Next Mailing List <linux-next@vger.kernel.org>
Subject: linux-next: build warning after merge of the drm-misc tree
Date: Wed, 6 Apr 2022 10:58:28 +1000	[thread overview]
Message-ID: <20220406105828.6d238651@canb.auug.org.au> (raw)

[-- Attachment #1: Type: text/plain, Size: 819 bytes --]

Hi all,

After merging the drm-misc tree, today's linux-next build (x86_64
allmodconfig) produced this warning:

WARNING: modpost: drivers/gpu/drm/bridge/chipone-icn6211.prelink.o(.exit.data+0x0): Section mismatch in reference from the variable __cfi_jt_cleanup_module to the function .init.text:cleanup_module()
The variable __exitdata __cfi_jt_cleanup_module references
a function __init cleanup_module().
This is often seen when error handling in the exit function
uses functionality in the init path.
The fix is often to remove the __init annotation of
cleanup_module() so it may be used outside an init section.

Introduced by commit

  8dde6f7452a1 ("drm: bridge: icn6211: Add I2C configuration support")

The chipone_exit function should not be marked __init.

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

             reply	other threads:[~2022-04-06  0:58 UTC|newest]

Thread overview: 106+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-06  0:58 Stephen Rothwell [this message]
2022-04-06  0:58 ` linux-next: build warning after merge of the drm-misc tree Stephen Rothwell
2022-04-06  0:58 ` [Intel-gfx] " Stephen Rothwell
2022-04-06  1:45 ` Marek Vasut
2022-04-06  1:45   ` Marek Vasut
2022-04-06  1:45   ` [Intel-gfx] " Marek Vasut
  -- strict thread matches above, loose matches on Subject: below --
2024-04-12  6:58 Stephen Rothwell
2024-04-12  7:01 ` Stephen Rothwell
2024-03-26  5:01 Stephen Rothwell
2023-10-05  3:56 Stephen Rothwell
2023-10-05  3:56 ` Stephen Rothwell
2023-09-26  5:07 Stephen Rothwell
2023-09-26  5:07 ` Stephen Rothwell
2023-09-26 10:56 ` Danilo Krummrich
2023-08-07  1:28 Stephen Rothwell
2023-08-07  1:28 ` Stephen Rothwell
2023-08-02  4:21 Stephen Rothwell
2023-08-02  4:21 ` Stephen Rothwell
2023-08-02 14:49 ` Doug Anderson
2023-08-02 14:49   ` Doug Anderson
2023-08-02  4:17 Stephen Rothwell
2023-08-02  4:17 ` Stephen Rothwell
2023-08-02 14:49 ` Doug Anderson
2023-08-02 14:49   ` Doug Anderson
2022-11-07  3:38 Stephen Rothwell
2022-11-07  3:38 ` Stephen Rothwell
2022-04-20  6:24 Stephen Rothwell
2022-04-20  6:24 ` Stephen Rothwell
2022-04-06  5:50 Stephen Rothwell
2022-04-06  5:50 ` Stephen Rothwell
2022-04-13  0:04 ` Stephen Rothwell
2022-04-13  0:04   ` Stephen Rothwell
2022-04-13  8:23   ` Daniel Vetter
2022-04-13  8:23     ` Daniel Vetter
2022-04-13  8:24     ` Christian König
2021-11-17  2:49 Stephen Rothwell
2021-11-17  2:49 ` Stephen Rothwell
2022-01-20  3:26 ` Stephen Rothwell
2022-01-20  3:26   ` Stephen Rothwell
2022-03-02  1:31   ` Stephen Rothwell
2022-03-02  1:31     ` Stephen Rothwell
2022-03-02  3:26     ` Andrey Grodzovsky
2022-03-02  3:26       ` Andrey Grodzovsky
2022-03-02  5:02       ` Stephen Rothwell
2022-03-02  5:02         ` Stephen Rothwell
2022-03-27 23:56       ` Stephen Rothwell
2022-03-27 23:56         ` Stephen Rothwell
2022-03-28 13:26         ` Andrey Grodzovsky
2022-03-28 13:26           ` Andrey Grodzovsky
2021-10-15 10:01 Stephen Rothwell
2022-01-20  3:19 ` Stephen Rothwell
2022-01-20  3:19   ` Stephen Rothwell
2022-01-20  9:50   ` Jani Nikula
2022-01-20  9:50     ` Jani Nikula
2021-10-15  9:54 Stephen Rothwell
2022-01-20  3:18 ` Stephen Rothwell
2022-01-20  3:18   ` Stephen Rothwell
2022-01-21 10:42   ` Hans de Goede
2022-01-21 10:42     ` Hans de Goede
2021-10-05  7:59 Stephen Rothwell
2021-10-05  8:23 ` Christian König
2021-10-21  1:27   ` Stephen Rothwell
2021-11-01  9:17 ` Stephen Rothwell
2021-11-01  9:17   ` Stephen Rothwell
2021-09-27  5:44 Stephen Rothwell
2021-09-27 14:42 ` Doug Anderson
2021-09-27 14:42   ` Doug Anderson
2021-02-08 12:39 Stephen Rothwell
2021-02-08 12:39 ` Stephen Rothwell
2020-12-09 10:02 Stephen Rothwell
2020-12-09 10:02 ` Stephen Rothwell
2020-12-09 16:10 ` Luben Tuikov
2020-12-09 16:10   ` Luben Tuikov
2020-11-18  5:23 Stephen Rothwell
2020-11-18  5:23 ` Stephen Rothwell
2020-11-10  2:29 Stephen Rothwell
2020-11-10  2:29 ` Stephen Rothwell
2020-11-02  1:46 Stephen Rothwell
2020-11-02  1:46 ` Stephen Rothwell
2020-11-02  8:05 ` Boris Brezillon
2020-11-02  8:05   ` Boris Brezillon
2020-09-08  4:15 Stephen Rothwell
2020-09-08  4:15 ` Stephen Rothwell
2020-05-07  3:04 Stephen Rothwell
2020-05-07  3:04 ` Stephen Rothwell
2019-10-10 23:45 Stephen Rothwell
2019-08-16  3:31 Stephen Rothwell
2019-08-16  4:48 ` Sam Ravnborg
2019-08-16  6:23   ` Daniel Vetter
2019-08-16  9:47     ` Laurent Pinchart
2019-08-16 12:24       ` Laurent Pinchart
2019-02-08  1:32 Stephen Rothwell
2019-02-08  9:29 ` Maxime Ripard
2019-01-07 23:58 Stephen Rothwell
2019-01-07 23:58 ` Stephen Rothwell
2018-07-12  1:51 Stephen Rothwell
2017-04-05  0:41 Stephen Rothwell
2017-04-05  0:41 ` Stephen Rothwell
2017-04-05  7:26 ` Neil Armstrong
2017-04-05  7:26   ` Neil Armstrong
2017-03-10  0:03 Stephen Rothwell
2016-11-22  1:45 Stephen Rothwell
2016-06-03  1:09 Stephen Rothwell
2016-06-03  1:09 ` Stephen Rothwell
2015-09-23  3:20 Stephen Rothwell
2015-09-23  3:20 ` Stephen Rothwell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220406105828.6d238651@canb.auug.org.au \
    --to=sfr@canb.auug.org.au \
    --cc=daniel.vetter@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=marex@denx.de \
    --cc=robert.foss@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.