* linux-next: manual merge of the char-misc tree with the tip tree
@ 2015-08-24 8:22 Stephen Rothwell
0 siblings, 0 replies; 5+ messages in thread
From: Stephen Rothwell @ 2015-08-24 8:22 UTC (permalink / raw)
To: Greg KH, Arnd Bergmann, Thomas Gleixner, Ingo Molnar,
H. Peter Anvin, Peter Zijlstra
Cc: linux-next, linux-kernel, Vitaly Kuznetsov, K. Y. Srinivasan
Hi all,
Today's linux-next merge of the char-misc tree got a conflict in:
arch/x86/kernel/cpu/mshyperv.c
between commit:
88c9281a9fba ("x86/hyperv: Mark the Hyper-V TSC as unstable")
from the tip tree and commit:
2517281d63a2 ("Drivers: hv: vmbus: add special kexec handler")
from the char-misc tree.
I fixed it up (see below) and can carry the fix as necessary (no action
is required).
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
diff --cc arch/x86/kernel/cpu/mshyperv.c
index 6fd023d7492d,f794bfa3c138..000000000000
--- a/arch/x86/kernel/cpu/mshyperv.c
+++ b/arch/x86/kernel/cpu/mshyperv.c
@@@ -141,7 -186,8 +186,10 @@@ static void __init ms_hyperv_init_platf
no_timer_check = 1;
#endif
+ mark_tsc_unstable("running on Hyper-V");
++
+ machine_ops.shutdown = hv_machine_shutdown;
+ machine_ops.crash_shutdown = hv_machine_crash_shutdown;
}
const __refconst struct hypervisor_x86 x86_hyper_ms_hyperv = {
^ permalink raw reply [flat|nested] 5+ messages in thread* linux-next: manual merge of the char-misc tree with the tip tree
@ 2017-11-02 4:20 Stephen Rothwell
0 siblings, 0 replies; 5+ messages in thread
From: Stephen Rothwell @ 2017-11-02 4:20 UTC (permalink / raw)
To: Greg KH, Arnd Bergmann, Thomas Gleixner, Ingo Molnar,
H. Peter Anvin, Peter Zijlstra
Cc: Linux-Next Mailing List, Linux Kernel Mailing List, Kees Cook
Hi all,
Today's linux-next merge of the char-misc tree got a conflict in:
drivers/misc/lkdtm_core.c
between commit:
8776fe75dc0e ("lkdtm, kprobes: Convert from jprobes to kprobes")
from the tip tree and commits:
31c5c870a112 ("lkdtm: Convert from jprobe to kprobe")
75f98b7ab748 ("lkdtm: Constify the crashtypes table")
from the char-misc tree.
[8776fe75dc0e and 31c5c870a112 are the same patch]
I fixed it up (I just usted the latter) 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
^ permalink raw reply [flat|nested] 5+ messages in thread* linux-next: manual merge of the char-misc tree with the tip tree
@ 2025-09-22 9:56 Mark Brown
2025-09-22 12:04 ` Greg KH
2025-09-22 14:59 ` Boqun Feng
0 siblings, 2 replies; 5+ messages in thread
From: Mark Brown @ 2025-09-22 9:56 UTC (permalink / raw)
To: Greg KH, Arnd Bergmann
Cc: Alice Ryhl, Boqun Feng, Greg Kroah-Hartman,
Linux Kernel Mailing List, Linux Next Mailing List, Matt Gilbride,
Peter Zijlstra, Wedson Almeida Filho
[-- Attachment #1: Type: text/plain, Size: 1053 bytes --]
Hi all,
Today's linux-next merge of the char-misc tree got a conflict in:
rust/helpers/helpers.c
between commit:
d9ea5a41cef80 ("rust: sync: Add memory barriers")
from the tip tree and commit:
eafedbc7c050c ("rust_binder: add Rust Binder driver")
from the char-misc 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 rust/helpers/helpers.c
index 1c6096f53a6fe,8e8277bdddcae..0000000000000
--- a/rust/helpers/helpers.c
+++ b/rust/helpers/helpers.c
@@@ -7,9 -7,8 +7,10 @@@
* Sorted alphabetically.
*/
+#include "atomic.c"
#include "auxiliary.c"
+#include "barrier.c"
+ #include "binder.c"
#include "blk.c"
#include "bug.c"
#include "build_assert.c"
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: linux-next: manual merge of the char-misc tree with the tip tree
2025-09-22 9:56 Mark Brown
@ 2025-09-22 12:04 ` Greg KH
2025-09-22 14:59 ` Boqun Feng
1 sibling, 0 replies; 5+ messages in thread
From: Greg KH @ 2025-09-22 12:04 UTC (permalink / raw)
To: Mark Brown
Cc: Arnd Bergmann, Alice Ryhl, Boqun Feng, Linux Kernel Mailing List,
Linux Next Mailing List, Matt Gilbride, Peter Zijlstra,
Wedson Almeida Filho
On Mon, Sep 22, 2025 at 10:56:40AM +0100, Mark Brown wrote:
> Hi all,
>
> Today's linux-next merge of the char-misc tree got a conflict in:
>
> rust/helpers/helpers.c
>
> between commit:
>
> d9ea5a41cef80 ("rust: sync: Add memory barriers")
>
> from the tip tree and commit:
>
> eafedbc7c050c ("rust_binder: add Rust Binder driver")
>
> from the char-misc 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 rust/helpers/helpers.c
> index 1c6096f53a6fe,8e8277bdddcae..0000000000000
> --- a/rust/helpers/helpers.c
> +++ b/rust/helpers/helpers.c
> @@@ -7,9 -7,8 +7,10 @@@
> * Sorted alphabetically.
> */
>
> +#include "atomic.c"
> #include "auxiliary.c"
> +#include "barrier.c"
> + #include "binder.c"
> #include "blk.c"
> #include "bug.c"
> #include "build_assert.c"
Looks good to me, thanks!
greg k-h
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: linux-next: manual merge of the char-misc tree with the tip tree
2025-09-22 9:56 Mark Brown
2025-09-22 12:04 ` Greg KH
@ 2025-09-22 14:59 ` Boqun Feng
1 sibling, 0 replies; 5+ messages in thread
From: Boqun Feng @ 2025-09-22 14:59 UTC (permalink / raw)
To: Mark Brown
Cc: Greg KH, Arnd Bergmann, Alice Ryhl, Greg Kroah-Hartman,
Linux Kernel Mailing List, Linux Next Mailing List, Matt Gilbride,
Peter Zijlstra, Wedson Almeida Filho
On Mon, Sep 22, 2025 at 10:56:40AM +0100, Mark Brown wrote:
> Hi all,
>
> Today's linux-next merge of the char-misc tree got a conflict in:
>
> rust/helpers/helpers.c
>
> between commit:
>
> d9ea5a41cef80 ("rust: sync: Add memory barriers")
>
> from the tip tree and commit:
>
> eafedbc7c050c ("rust_binder: add Rust Binder driver")
>
> from the char-misc 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 rust/helpers/helpers.c
> index 1c6096f53a6fe,8e8277bdddcae..0000000000000
> --- a/rust/helpers/helpers.c
> +++ b/rust/helpers/helpers.c
> @@@ -7,9 -7,8 +7,10 @@@
> * Sorted alphabetically.
> */
>
> +#include "atomic.c"
> #include "auxiliary.c"
> +#include "barrier.c"
> + #include "binder.c"
> #include "blk.c"
> #include "bug.c"
> #include "build_assert.c"
LGTM, thanks!
Regards,
Boqun
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-09-22 14:59 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-24 8:22 linux-next: manual merge of the char-misc tree with the tip tree Stephen Rothwell
-- strict thread matches above, loose matches on Subject: below --
2017-11-02 4:20 Stephen Rothwell
2025-09-22 9:56 Mark Brown
2025-09-22 12:04 ` Greg KH
2025-09-22 14:59 ` Boqun Feng
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox