lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 10 May 2007 21:54:27 +0100
From:	Russell King <rmk+lkml@....linux.org.uk>
To:	David Miller <davem@...emloft.net>
Cc:	cw@...f.org, linux-kernel@...r.kernel.org, sam@...nborg.org
Subject: Re: (hacky) [PATCH] silence MODPOST section mismatch warnings

On Thu, May 10, 2007 at 01:51:47PM -0700, David Miller wrote:
> From: Chris Wedgwood <cw@...f.org>
> Date: Thu, 10 May 2007 13:34:18 -0700
> 
> > MODPOST seems to be spewing bogus warnings.  It's not clear how best
> > to fix it so perhaps we should silence it for now?
> 
> Most of them are legitimate, the only one that needs sorting
> is the mm/slab.c case and people are working on that.
> 
> The rest are useful and I've been working to fix things up
> on sparc64 and the networking, and in fact I'm very happy
> about these notifications.
> 
> Please don't apply a sledgehammer to this issue, thanks.

I've not had one accurate one on ARM yet.

Here's another example:

WARNING: init/built-in.o - Section mismatch: reference to .init.text:
 from .text between 'rest_init' (at offset 0x4c) and 'run_init_process'

from init/main.c:

static void noinline rest_init(void)
        __releases(kernel_lock)

static void run_init_process(char *init_filename)

Clearly, it just does _not_ work.

-- 
Russell King
 Linux kernel    2.6 ARM Linux   - http://www.arm.linux.org.uk/
 maintainer of:
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ