Re: [PATCH 03/11] x86 topology: Add CPUID.1F multi-die/package support

2019-02-24 Thread Like Xu
On 2019/2/24 18:04, Brice Goglin wrote: Le 19/02/2019 à 04:40, Len Brown a écrit : diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c index ccd1f2a8e557..4250a87f57db 100644 --- a/arch/x86/kernel/smpboot.c +++ b/arch/x86/kernel/smpboot.c @@ -393,6 +393,7 @@ static bool match_smt(

Re: [PATCH net-next v2 2/2] doc: add phylink documentation to the networking book

2019-02-24 Thread David Miller
From: Russell King Date: Fri, 22 Feb 2019 11:31:46 + > Add some phylink documentation to the networking book detailing how > to convert network drivers from phylib to phylink. > > Signed-off-by: Russell King > --- > v2: updated with comments from Randy and updated to apply to net-next Appl

Re: [PATCH net-next v2 1/2] net: phylink: update mac_config() documentation

2019-02-24 Thread David Miller
From: Russell King Date: Fri, 22 Feb 2019 11:31:41 + > A detail for mac_config() had been missed in the documentation for the > method - it is expected that the method will update the MAC to the > settings, rather than completely reprogram the MAC on each call. > Update the documentation for

[PATCH] doc:it_IT: translations for documents in process/

2019-02-24 Thread Federico Vaga
Translated documents: - stable-kernel-rules.rst - deprecated.rst - kernel-enforcement-statement.rst - license-rules.rst Added document to have valid links - netdev-FAQ.rst Modifications to main documentation - add label in deprecated.rst Signed-off-by: Federico Vaga --- Documentation/process/d

[PATCH v2] Documentation/process/howto: Update for 4.x -> 5.x versioning

2019-02-24 Thread Zenghui Yu
As linux-5.0 is coming up soon, the howto.rst document can be updated for the new kernel version. Change all 4.x references to 5.x now. Signed-off-by: Zenghui Yu --- Documentation/process/howto.rst | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Doc

Re: [PATCH] Documentation/process/howto: Update for 4.x -> 5.x versioning

2019-02-24 Thread Zenghui Yu
On Sun, Feb 24, 2019 at 8:53 PM Greg KH wrote: > > On Sun, Feb 24, 2019 at 04:43:20PM +0800, Zenghui Yu wrote: > > As linux-5.0 is coming up soon, the howto.rst document can be > > updated for the new kernel version. Change all 4.x references > > to 5.x now. > > > > Signed-off-by: Zenghui Yu > >

Re: [PATCH] Documentation/process/howto: Update for 4.x -> 5.x versioning

2019-02-24 Thread Greg KH
On Sun, Feb 24, 2019 at 04:43:20PM +0800, Zenghui Yu wrote: > As linux-5.0 is coming up soon, the howto.rst document can be > updated for the new kernel version. Change all 4.x references > to 5.x now. > > Signed-off-by: Zenghui Yu > --- > Documentation/process/howto.rst | 24 ---

Re: [PATCH] Documentation/process/howto: Update for 4.x -> 5.x versioning

2019-02-24 Thread Greg KH
On Sun, Feb 24, 2019 at 11:16:56AM +0100, Federico Vaga wrote: > hello, > > I have just a general observation for the community, not related to the > content of this patch, but related with the idea behind. > > Is it really important to specify the major release number in the documents? > . >

Re: [PATCH] Documentation/process/howto: Update for 4.x -> 5.x versioning

2019-02-24 Thread Federico Vaga
hello, I have just a general observation for the community, not related to the content of this patch, but related with the idea behind. Is it really important to specify the major release number in the documents? . Can't we just use a generic x.y.z, or a more generic statement? When you open a

Re: [PATCH 03/11] x86 topology: Add CPUID.1F multi-die/package support

2019-02-24 Thread Brice Goglin
Le 19/02/2019 à 04:40, Len Brown a écrit : > diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c > index ccd1f2a8e557..4250a87f57db 100644 > --- a/arch/x86/kernel/smpboot.c > +++ b/arch/x86/kernel/smpboot.c > @@ -393,6 +393,7 @@ static bool match_smt(struct cpuinfo_x86 *c, struct >

[PATCH] Documentation/process/howto: Update for 4.x -> 5.x versioning

2019-02-24 Thread Zenghui Yu
As linux-5.0 is coming up soon, the howto.rst document can be updated for the new kernel version. Change all 4.x references to 5.x now. Signed-off-by: Zenghui Yu --- Documentation/process/howto.rst | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Doc