mbox series

[0/2] x86/build/vdso: a little more Makefile cleanups

Message ID 1530582614-5173-1-git-send-email-yamada.masahiro@socionext.com
Headers show
Series x86/build/vdso: a little more Makefile cleanups | expand

Message

Masahiro Yamada July 3, 2018, 1:50 a.m. UTC
At first, I sent the first patch to UML ML,
but they did not pick it up.
Instead, I was able to get Acked-by from Richard,
one of the UML maintainers.

https://patchwork.kernel.org/patch/10399787/

I am resending it to x86 ML.



Masahiro Yamada (2):
  x86/build/vdso: remove unused vdso-syms.lds
  x86/build/vdso: simplify cmd_vdso2c

 arch/x86/entry/vdso/Makefile |  4 +---
 arch/x86/um/vdso/.gitignore  |  1 -
 arch/x86/um/vdso/Makefile    | 16 ----------------
 3 files changed, 1 insertion(+), 20 deletions(-)

-- 
2.7.4

Comments

Richard Weinberger July 3, 2018, 7:20 a.m. UTC | #1
Masahiro,

Am Dienstag, 3. Juli 2018, 03:50:12 CEST schrieb Masahiro Yamada:
> 

> At first, I sent the first patch to UML ML,

> but they did not pick it up.

> Instead, I was able to get Acked-by from Richard,

> one of the UML maintainers.

> 

> https://patchwork.kernel.org/patch/10399787/

> 

> I am resending it to x86 ML.


Uhh, I thought you want to carry this via your tree?
I don't mind picking up these patches.

Thanks,
//richard
Ingo Molnar July 3, 2018, 7:35 a.m. UTC | #2
* Richard Weinberger <richard@nod.at> wrote:

> Masahiro,

> 

> Am Dienstag, 3. Juli 2018, 03:50:12 CEST schrieb Masahiro Yamada:

> > 

> > At first, I sent the first patch to UML ML,

> > but they did not pick it up.

> > Instead, I was able to get Acked-by from Richard,

> > one of the UML maintainers.

> > 

> > https://patchwork.kernel.org/patch/10399787/

> > 

> > I am resending it to x86 ML.

> 

> Uhh, I thought you want to carry this via your tree?

> I don't mind picking up these patches.


I already picked them up, as one of them affects the x86 tree.

Is that OK?

Thanks,

	Ingo
Masahiro Yamada July 3, 2018, 7:37 a.m. UTC | #3
2018-07-03 16:35 GMT+09:00 Ingo Molnar <mingo@kernel.org>:
>

> * Richard Weinberger <richard@nod.at> wrote:

>

>> Masahiro,

>>

>> Am Dienstag, 3. Juli 2018, 03:50:12 CEST schrieb Masahiro Yamada:

>> >

>> > At first, I sent the first patch to UML ML,

>> > but they did not pick it up.

>> > Instead, I was able to get Acked-by from Richard,

>> > one of the UML maintainers.

>> >

>> > https://patchwork.kernel.org/patch/10399787/

>> >

>> > I am resending it to x86 ML.

>>

>> Uhh, I thought you want to carry this via your tree?

>> I don't mind picking up these patches.

>

> I already picked them up, as one of them affects the x86 tree.

>

> Is that OK?

>

> Thanks,

>

>         Ingo



No problem on my side.

Thank you!


-- 
Best Regards
Masahiro Yamada
Richard Weinberger July 3, 2018, 7:49 a.m. UTC | #4
Am Dienstag, 3. Juli 2018, 09:35:33 CEST schrieb Ingo Molnar:
> 

> * Richard Weinberger <richard@nod.at> wrote:

> 

> > Masahiro,

> > 

> > Am Dienstag, 3. Juli 2018, 03:50:12 CEST schrieb Masahiro Yamada:

> > > 

> > > At first, I sent the first patch to UML ML,

> > > but they did not pick it up.

> > > Instead, I was able to get Acked-by from Richard,

> > > one of the UML maintainers.

> > > 

> > > https://patchwork.kernel.org/patch/10399787/

> > > 

> > > I am resending it to x86 ML.

> > 

> > Uhh, I thought you want to carry this via your tree?

> > I don't mind picking up these patches.

> 

> I already picked them up, as one of them affects the x86 tree.

> 

> Is that OK?


Perfectly fine with me.

Thanks,
//richard
Ingo Molnar July 3, 2018, 7:57 a.m. UTC | #5
* Richard Weinberger <richard@nod.at> wrote:

> Am Dienstag, 3. Juli 2018, 09:35:33 CEST schrieb Ingo Molnar:

> > 

> > * Richard Weinberger <richard@nod.at> wrote:

> > 

> > > Masahiro,

> > > 

> > > Am Dienstag, 3. Juli 2018, 03:50:12 CEST schrieb Masahiro Yamada:

> > > > 

> > > > At first, I sent the first patch to UML ML,

> > > > but they did not pick it up.

> > > > Instead, I was able to get Acked-by from Richard,

> > > > one of the UML maintainers.

> > > > 

> > > > https://patchwork.kernel.org/patch/10399787/

> > > > 

> > > > I am resending it to x86 ML.

> > > 

> > > Uhh, I thought you want to carry this via your tree?

> > > I don't mind picking up these patches.

> > 

> > I already picked them up, as one of them affects the x86 tree.

> > 

> > Is that OK?

> 

> Perfectly fine with me.


Thanks! Timing for upstream merge would be v4.18.

	Ingo