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]
Message-ID: <CAHk-=wjPuiT+qqWXYb04AssPqo8FYMpjE43OQR4y91wtqxoHdg@mail.gmail.com>
Date: Sun, 21 Jul 2024 17:14:59 -0700
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: linux-mm@...ck.org, mm-commits@...r.kernel.org, 
	linux-kernel@...r.kernel.org
Subject: Re: [GIT PULL] MM updates for 6.11-rc1

On Sun, 21 Jul 2024 at 14:54, Andrew Morton <akpm@...ux-foundation.org> wrote:
>
> - Is anyone reading this stuff?  If so, email me!

I do actually try to read the explanations..

However, I also do build testing, which seems to have been missing. Notably:

> Ho-Ren (Jack) Chuang (1):
>      memory tier: consolidate the initialization of memory tiers

causes

  WARNING: modpost: vmlinux: section mismatch in reference:
hmat_set_default_dram_perf+0xc (section: .text) -> default_dram_nodes
(section: .init.data)
  WARNING: modpost: vmlinux: section mismatch in reference:
hmat_set_default_dram_perf+0x6c (section: .text) -> default_dram_nodes
(section: .init.data)

and sure enough, default_dram_nodes() is an init section, and is
accessed from hmat_set_default_dram_perf().

I think the fix is to just mark hmat_set_default_dram_perf() as an
init function too. Testing that now.

                Linus

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ