On Tuesday, May 5, 2020 2:27:15 PM CEST Andy Shevchenko wrote: > +Cc ACPI(CA) people > > On Tue, May 5, 2020 at 1:16 PM <malattia@xxxxxxxx> wrote: > > After commit 6d232b29cfce ("ACPICA: Dispatcher: always generate buffer > > objects for ASL create_field() operator") ACPICA creates buffers even > > when new fields are small enough to fit into an integer. > > > Many SNC calls counted on the old behaviour. > > Rafael, Erik, is it correct behaviour from ACPICA p.o.v. nowadays or > should be fixed rather there? The new behavior is correct and it is needed to avoid other failures elsewhere. Unfortunately, all of the call sites assuming that the conversion will happen need to be fixed. Cheers!