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:   Mon, 8 Jul 2019 16:29:27 +0200
From:   Arnd Bergmann <arnd@...db.de>
To:     Andrew Morton <akpm@...ux-foundation.org>
Cc:     Mark Brown <broonie@...nel.org>,
        Linux FS-devel Mailing List <linux-fsdevel@...r.kernel.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        Linux-MM <linux-mm@...ck.org>,
        Linux-Next Mailing List <linux-next@...r.kernel.org>,
        mhocko@...e.cz, mm-commits@...r.kernel.org,
        Stephen Rothwell <sfr@...b.auug.org.au>
Subject: Re: mmotm 2019-07-06-22-00 uploaded

On Sun, Jul 7, 2019 at 7:05 AM <akpm@...ux-foundation.org> wrote:

> * mm-move-mem_cgroup_uncharge-out-of-__page_cache_release.patch
> * mm-shrinker-make-shrinker-not-depend-on-memcg-kmem.patch
> * mm-shrinker-make-shrinker-not-depend-on-memcg-kmem-fix.patch
> * mm-thp-make-deferred-split-shrinker-memcg-aware.patch

mm-shrinker-make-shrinker-not-depend-on-memcg-kmem-fix.patch fixes
the compile-time error when memcg_expand_shrinker_maps() is not
declared, but now we get a linker error instead because the
function is still not built into the kernel:

mm/vmscan.o: In function `prealloc_shrinker':
vmscan.c:(.text+0x328): undefined reference to `memcg_expand_shrinker_maps'

      Arnd

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ