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] [day] [month] [year] [list]
Message-ID: <20240717141629.08a04e4e@canb.auug.org.au>
Date: Wed, 17 Jul 2024 14:16:29 +1000
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: Paolo Bonzini <pbonzini@...hat.com>
Cc: Mark Brown <broonie@...nel.org>, Anup Patel <anup@...infault.org>, Ian
 Rogers <irogers@...gle.com>, Linux Kernel Mailing List
 <linux-kernel@...r.kernel.org>, Linux Next Mailing List
 <linux-next@...r.kernel.org>, Namhyung Kim <namhyung@...nel.org>, Shenlin
 Liang <liangshenlin@...incomputing.com>, KVM <kvm@...r.kernel.org>
Subject: Re: linux-next: manual merge of the kvm-riscv tree with the perf
 tree

Hi all,

On Fri, 28 Jun 2024 19:56:57 +0100 Mark Brown <broonie@...nel.org> wrote:
>
> Today's linux-next merge of the kvm-riscv tree got a conflict in:
> 
>   tools/perf/arch/riscv/util/Build
> 
> between commit:
> 
>   e467705a9fb37 ("perf util: Make util its own library")
> 
> from the perf tree and commit:
> 
>   da7b1b525e972 ("perf kvm/riscv: Port perf kvm stat to RISC-V")
> 
> from the kvm-riscv tree.
> 
> I fixed it up (see below) 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.
> 
> diff --cc tools/perf/arch/riscv/util/Build
> index 65ec3c66a3754,d72b04f8d32bb..0000000000000
> --- a/tools/perf/arch/riscv/util/Build
> +++ b/tools/perf/arch/riscv/util/Build
> @@@ -1,5 -1,6 +1,6 @@@
>  -perf-y += perf_regs.o
>  -perf-y += header.o
>  +perf-util-y += perf_regs.o
>  +perf-util-y += header.o
>   
>  -perf-$(CONFIG_LIBTRACEEVENT) += kvm-stat.o
>  -perf-$(CONFIG_DWARF) += dwarf-regs.o
>  -perf-$(CONFIG_LIBDW_DWARF_UNWIND) += unwind-libdw.o
> ++perf-util-$(CONFIG_LIBTRACEEVENT) += kvm-stat.o
>  +perf-util-$(CONFIG_DWARF) += dwarf-regs.o
>  +perf-util-$(CONFIG_LIBDW_DWARF_UNWIND) += unwind-libdw.o

This is now a conflict between the kvm tree ad Linus' tree.

-- 
Cheers,
Stephen Rothwell

Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ