Re: [PATCH v3 0/4] acpi: Set proper maximum size for "etc/table-loader" blob

2021-03-15 Thread Igor Mammedov
On Thu, 4 Mar 2021 11:55:50 +0100 David Hildenbrand wrote: > Fix and cleanup initializing the maximum size of mutable ACPI blobs. > > v1/v2 -> v3: > - 'acpi: Set proper maximum size for "etc/table-loader" blob' > -- Move "etc/table-loader" change to separate patch > -- Extend description > -- F

Re: [PATCH v3 0/4] acpi: Set proper maximum size for "etc/table-loader" blob

2021-03-15 Thread David Hildenbrand
On 04.03.21 11:55, David Hildenbrand wrote: Fix and cleanup initializing the maximum size of mutable ACPI blobs. v1/v2 -> v3: - 'acpi: Set proper maximum size for "etc/table-loader" blob' -- Move "etc/table-loader" change to separate patch -- Extend description -- Fixup maximum size (now really

Re: [PATCH v3 0/4] acpi: Set proper maximum size for "etc/table-loader" blob

2021-03-04 Thread Laszlo Ersek
On 03/04/21 11:55, David Hildenbrand wrote: > Fix and cleanup initializing the maximum size of mutable ACPI blobs. > > v1/v2 -> v3: > - 'acpi: Set proper maximum size for "etc/table-loader" blob' > -- Move "etc/table-loader" change to separate patch > -- Extend description > -- Fixup maximum size

[PATCH v3 0/4] acpi: Set proper maximum size for "etc/table-loader" blob

2021-03-04 Thread David Hildenbrand
Fix and cleanup initializing the maximum size of mutable ACPI blobs. v1/v2 -> v3: - 'acpi: Set proper maximum size for "etc/table-loader" blob' -- Move "etc/table-loader" change to separate patch -- Extend description -- Fixup maximum size (now really use 64k) - Add some patches to cleanup/refacto