[PATCH for-6.0 v1 0/3] softmmu/physmem: shared anonymous memory fixes

David Hildenbrand posted 3 patches 3 years ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210406080126.24010-1-david@redhat.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>
softmmu/physmem.c | 23 ++++++++++++++++-------
1 file changed, 16 insertions(+), 7 deletions(-)
[PATCH for-6.0 v1 0/3] softmmu/physmem: shared anonymous memory fixes
Posted by David Hildenbrand 3 years ago
Fixes related to shared anonymous memory, previously sent as part of
    https://lore.kernel.org/r/20210319101230.21531-1-david@redhat.com

Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Peter Xu <peterx@redhat.com>
Cc: Dr. David Alan Gilbert <dgilbert@redhat.com>
Cc: Igor Kotrasinski <i.kotrasinsk@partner.samsung.com>
Cc: Richard Henderson <richard.henderson@linaro.org>

David Hildenbrand (3):
  softmmu/physmem: Mark shared anonymous memory RAM_SHARED
  softmmu/physmem: Fix ram_block_discard_range() to handle shared
    anonymous memory
  softmmu/physmem: Fix qemu_ram_remap() to handle shared anonymous
    memory

 softmmu/physmem.c | 23 ++++++++++++++++-------
 1 file changed, 16 insertions(+), 7 deletions(-)


base-commit: ee82c086baaa534d1af26cb8b86e86fb047af918
-- 
2.30.2


Re: [PATCH for-6.0 v1 0/3] softmmu/physmem: shared anonymous memory fixes
Posted by Peter Xu 3 years ago
On Tue, Apr 06, 2021 at 10:01:23AM +0200, David Hildenbrand wrote:
> Fixes related to shared anonymous memory, previously sent as part of

The series looks good, but maybe 6.1 material? Since 06329ccecfa ("mem: add
share parameter to memory-backend-ram", 2018-02-19) is introduced in 2.12.

-- 
Peter Xu


Re: [PATCH for-6.0 v1 0/3] softmmu/physmem: shared anonymous memory fixes
Posted by David Hildenbrand 3 years ago
On 06.04.21 18:46, Peter Xu wrote:
> On Tue, Apr 06, 2021 at 10:01:23AM +0200, David Hildenbrand wrote:
>> Fixes related to shared anonymous memory, previously sent as part of
> 
> The series looks good, but maybe 6.1 material? Since 06329ccecfa ("mem: add
> share parameter to memory-backend-ram", 2018-02-19) is introduced in 2.12.

Thanks, but IIRC, there is no rule that requires bugfixes for fixes only 
introduced in this release.

"After the hard feature freeze, the master branch in git is no longer 
open for general development. Only bug fixes will be accepted until the 
next release."

-- 
Thanks,

David / dhildenb


Re: [PATCH for-6.0 v1 0/3] softmmu/physmem: shared anonymous memory fixes
Posted by David Hildenbrand 2 years, 11 months ago
On 06.04.21 10:01, David Hildenbrand wrote:
> Fixes related to shared anonymous memory, previously sent as part of
>      https://lore.kernel.org/r/20210319101230.21531-1-david@redhat.com
> 

Peter, Eduardo, Michael, David, Paolo,

can someone please pick this up?

Thanks

> Cc: Paolo Bonzini <pbonzini@redhat.com>
> Cc: Peter Xu <peterx@redhat.com>
> Cc: Dr. David Alan Gilbert <dgilbert@redhat.com>
> Cc: Igor Kotrasinski <i.kotrasinsk@partner.samsung.com>
> Cc: Richard Henderson <richard.henderson@linaro.org>
> 
> David Hildenbrand (3):
>    softmmu/physmem: Mark shared anonymous memory RAM_SHARED
>    softmmu/physmem: Fix ram_block_discard_range() to handle shared
>      anonymous memory
>    softmmu/physmem: Fix qemu_ram_remap() to handle shared anonymous
>      memory
> 
>   softmmu/physmem.c | 23 ++++++++++++++++-------
>   1 file changed, 16 insertions(+), 7 deletions(-)
> 
> 
> base-commit: ee82c086baaa534d1af26cb8b86e86fb047af918
> 


-- 
Thanks,

David / dhildenb