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-next>] [day] [month] [year] [list]
Date:	Thu, 25 Sep 2014 22:55:24 +0900
From:	Masanari Iida <standby24x7@...il.com>
To:	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	Andrew Morton <akpm@...ux-foundation.org>, mhocko@...e.cz,
	sasha.levin@...cle.com, linux-mm@...ck.org
Subject: [linux-next] mm/debug.c compile failure with CONFIG_MEMCG not set

As of linux-next 20140925, if I don't set CONFIG_MEMCG,
the compile failed with following error.

mm/debug.c: In function ‘dump_mm’:
mm/debug.c:169:1183: error: ‘const struct mm_struct’ has no member named ‘owner’
  pr_emerg("mm %p mmap %p seqnum %d task_size %lu\n"

make[1]: *** [mm/debug.o] Error 1

If I set CONFIG_MEMCG, the compile succeed.

Reported-by: Masanari Iida <standby24x7@...il.com>
--
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