diff mbox series

doc/features: describe distribution feature pni-name

Message ID 9275d1ee169aa794c789fd46d2e1f8f68befe281.1725088479.git.joerg.sommer@navimatix.de
State New
Headers show
Series doc/features: describe distribution feature pni-name | expand

Commit Message

Jörg Sommer Aug. 31, 2024, 7:14 a.m. UTC
From: Jörg Sommer <joerg.sommer@navimatix.de>

Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
---
 documentation/ref-manual/features.rst | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Quentin Schulz Sept. 2, 2024, 8:42 a.m. UTC | #1
Hi Jörg,

Please try to add the v2 when sending the second version of a patch so 
the maintainer doesn't have to guess which one is the latest from their 
inbox. Also try to add below the --- what changed between v1 and v2.

No need to do this now I believe? Let's see if the maintainer(s) say the 
opposite.

Cheers,
Quentin

On 8/31/24 9:14 AM, Jörg Sommer wrote:
> From: Jörg Sommer <joerg.sommer@navimatix.de>
> 
> Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de>
> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
> ---
>   documentation/ref-manual/features.rst | 4 ++++
>   1 file changed, 4 insertions(+)
> 
> diff --git a/documentation/ref-manual/features.rst b/documentation/ref-manual/features.rst
> index 2ea946b31d..72e7315197 100644
> --- a/documentation/ref-manual/features.rst
> +++ b/documentation/ref-manual/features.rst
> @@ -197,6 +197,10 @@ metadata, as extra layers can define their own:
>   
>   -  *pcmcia:* Include PCMCIA/CompactFlash support.
>   
> +-  *pni-names:* Enable generation of persistent network interface names, i.e.
> +   the system tries hard to have the same but unique names for the network
> +   interfaces even after a reinstall.
> +
>   -  *polkit:* Include :wikipedia:`Polkit <Polkit>` support.
>   
>   -  *ppp:* Include PPP dialup support.
Jörg Sommer Sept. 2, 2024, 8:59 a.m. UTC | #2
Quentin Schulz schrieb am Mo 02. Sep, 10:42 (GMT):
> Hi Jörg,
> 
> Please try to add the v2 when sending the second version of a patch so the
> maintainer doesn't have to guess which one is the latest from their inbox.

Yes, you're right. I've realised it the moment git-send-email printed the
subject.

> Also try to add below the --- what changed between v1 and v2.

Is there a git-send-email option to do so easily?


Regards Jörg
Quentin Schulz Sept. 2, 2024, 10:40 a.m. UTC | #3
Hi Jörg,

On 9/2/24 10:59 AM, Jörg Sommer wrote:
> Quentin Schulz schrieb am Mo 02. Sep, 10:42 (GMT):
>> Hi Jörg,
>>
>> Please try to add the v2 when sending the second version of a patch so the
>> maintainer doesn't have to guess which one is the latest from their inbox.
> 
> Yes, you're right. I've realised it the moment git-send-email printed the
> subject.
> 
>> Also try to add below the --- what changed between v1 and v2.
> 
> Is there a git-send-email option to do so easily?
> 

Not that I'm aware. I used to use git-format-patch and then edit the 
patches by hand if I remember correctly. I've personally switched to 
b4[1] about 2 years ago for my contributions to different projects and 
the diff between versions is stored in the cover-letter, which is stored 
as an empty commit on top of your series. If there's only one patch in 
the series, the content of the cover-letter is added below the --- of 
the patch.

[1] https://b4.docs.kernel.org/en/latest/contributor/overview.html

Cheers,
Quentin
Alexandre Belloni Sept. 3, 2024, 8:33 a.m. UTC | #4
On 02/09/2024 10:59:14+0200, J�rg Sommer via lists.yoctoproject.org wrote:
> Quentin Schulz schrieb am Mo 02. Sep, 10:42 (GMT):
> > Hi J�rg,
> > 
> > Please try to add the v2 when sending the second version of a patch so the
> > maintainer doesn't have to guess which one is the latest from their inbox.
> 
> Yes, you're right. I've realised it the moment git-send-email printed the
> subject.
> 
> > Also try to add below the --- what changed between v1 and v2.
> 
> Is there a git-send-email option to do so easily?
> 

git format-patch -v2 will tweak the subject line properly.



> 
> Regards J�rg



> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#5348): https://lists.yoctoproject.org/g/docs/message/5348
> Mute This Topic: https://lists.yoctoproject.org/mt/108192394/3617179
> Group Owner: docs+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/docs/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/documentation/ref-manual/features.rst b/documentation/ref-manual/features.rst
index 2ea946b31d..72e7315197 100644
--- a/documentation/ref-manual/features.rst
+++ b/documentation/ref-manual/features.rst
@@ -197,6 +197,10 @@  metadata, as extra layers can define their own:
 
 -  *pcmcia:* Include PCMCIA/CompactFlash support.
 
+-  *pni-names:* Enable generation of persistent network interface names, i.e.
+   the system tries hard to have the same but unique names for the network
+   interfaces even after a reinstall.
+
 -  *polkit:* Include :wikipedia:`Polkit <Polkit>` support.
 
 -  *ppp:* Include PPP dialup support.