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]
Message-ID: <20260105130413.273ee0ee@canb.auug.org.au>
Date: Mon, 5 Jan 2026 13:04:13 +1100
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: Daniel Borkmann <daniel@...earbox.net>, Alexei Starovoitov
 <ast@...nel.org>, Andrii Nakryiko <andrii@...nel.org>, Andrew Morton
 <akpm@...ux-foundation.org>
Cc: bpf <bpf@...r.kernel.org>, Networking <netdev@...r.kernel.org>, Chen
 Ridong <chenridong@...wei.com>, JP Kobryn <inwardvessel@...il.com>, Linux
 Kernel Mailing List <linux-kernel@...r.kernel.org>, Linux Next Mailing List
 <linux-next@...r.kernel.org>, Roman Gushchin <roman.gushchin@...ux.dev>
Subject: linux-next: manual merge of the bpf-next tree with the mm-unstable
 tree

Hi all,

Today's linux-next merge of the bpf-next tree got a semantic conflict in:

  include/linux/memcontrol.h
  mm/memcontrol-v1.c
  mm/memcontrol.c

between commit:

  eb557e10dcac ("memcg: move mem_cgroup_usage memcontrol-v1.c")

from the mm-unstable tree and commit:

  99430ab8b804 ("mm: introduce BPF kfuncs to access memcg statistics and events")

from the bpf-next tree producing this build failure:

mm/memcontrol-v1.c:430:22: error: static declaration of 'mem_cgroup_usage' follows non-static declaration
  430 | static unsigned long mem_cgroup_usage(struct mem_cgroup *memcg, bool swap)
      |                      ^~~~~~~~~~~~~~~~
In file included from mm/memcontrol-v1.c:3:
include/linux/memcontrol.h:953:15: note: previous declaration of 'mem_cgroup_usage' with type 'long unsigned int(struct mem_cgroup *, bool)' {aka 'long unsigned int(struct mem_cgroup *, _Bool)'}
  953 | unsigned long mem_cgroup_usage(struct mem_cgroup *memcg, bool swap);
      |               ^~~~~~~~~~~~~~~~

I fixed it up (I reverted the mm-unstable tree commit) and can carry the
fix as necessary. This is now fixed as far as linux-next is concerned,
but any non trivial conflicts should be mentioned to your upstream
maintainer when your tree is submitted for merging.  You may also want
to consider cooperating with the maintainer of the conflicting tree to
minimise any particularly complex conflicts.

-- 
Cheers,
Stephen Rothwell

Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ