@@ -165,7 +165,7 @@ In-flight parent objects Sometimes it may not be convenient or possible to allocate shadow variables alongside their parent objects. Or a livepatch fix may-require shadow varibles to only a subset of parent object instances. In+require shadow variables to only a subset of parent object instances. In these cases, the klp_shadow_get_or_alloc() call can be used to attach shadow variables to parents already in-flight.--
@@ -165,7 +165,7 @@ In-flight parent objects Sometimes it may not be convenient or possible to allocate shadow variables alongside their parent objects. Or a livepatch fix may-require shadow varibles to only a subset of parent object instances. In+require shadow variables to only a subset of parent object instances. In these cases, the klp_shadow_get_or_alloc() call can be used to attach shadow variables to parents already in-flight.
you sent the same fix a couple of weeks ago and Jon applied it.
Miroslav
@@ -165,7 +165,7 @@ In-flight parent objects Sometimes it may not be convenient or possible to allocate shadow variables alongside their parent objects. Or a livepatch fix may-require shadow varibles to only a subset of parent object instances. In+require shadow variables to only a subset of parent object instances. In these cases, the klp_shadow_get_or_alloc() call can be used to attach shadow variables to parents already in-flight.
you sent the same fix a couple of weeks ago and Jon applied it.
Ah..difficult to remember....thanks for reminding ..it seems I need to keep
track ...which I don't do at this moment ...so the patch get duplicated ..
So.do you have any better policy to keep track???
@@ -165,7 +165,7 @@ In-flight parent objects Sometimes it may not be convenient or possible to allocate shadow variables alongside their parent objects. Or a livepatch fix may-require shadow varibles to only a subset of parent object instances. In+require shadow variables to only a subset of parent object instances. In these cases, the klp_shadow_get_or_alloc() call can be used to attach shadow variables to parents already in-flight.
you sent the same fix a couple of weeks ago and Jon applied it.
Ah..difficult to remember....thanks for reminding ..it seems I need to keep
track ...which I don't do at this moment ...so the patch get duplicated ..
Well, you definitely should.
So.do you have any better policy to keep track???
I do not send a large amount of typo fixes, so it is quite easy to keep
track of everything in my case. So please, just find something that suits
you.
Miroslav
From: Jonathan Corbet <corbet@lwn.net> Date: 2021-03-25 13:44:52
Bhaskar Chowdhury [off-list ref] writes:
On 10:05 Thu 25 Mar 2021, Miroslav Benes wrote:
quoted
you sent the same fix a couple of weeks ago and Jon applied it.
Ah..difficult to remember....thanks for reminding ..it seems I need to keep
track ...which I don't do at this moment ...so the patch get duplicated ..
So.do you have any better policy to keep track???
1) Look at the emails that maintainers like me send you when patches
are applied.
2) Work against linux-next.
jon