Andy Shevchenko 7385e438e1 ACPI: scan: Use unique number for instance_no
[ Upstream commit eb50aaf960e3bedfef79063411ffd670da94b84b ]

The decrementation of acpi_device_bus_id->instance_no
in acpi_device_del() is incorrect, because it may cause
a duplicate instance number to be allocated next time
a device with the same acpi_device_bus_id is added.

Replace above mentioned approach by using IDA framework.

While at it, define the instance range to be [0, 4096).

Fixes: e49bd2dd5a50 ("ACPI: use PNPID:instance_no as bus_id of ACPI device")
Fixes: ca9dc8d42b30 ("ACPI / scan: Fix acpi_bus_id_list bookkeeping")
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: 4.10+ <stable@vger.kernel.org> # 4.10+
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2021-03-30 14:37:02 +02:00
..
2020-03-25 08:06:13 +01:00
2019-05-14 19:17:53 +02:00
2018-06-05 10:08:27 -07:00
2020-11-22 10:02:26 +01:00
2018-05-17 17:28:09 +01:00
2019-12-17 20:35:05 +01:00
2018-05-02 13:01:08 +02:00
2020-06-30 23:17:15 -04:00
2018-06-08 11:10:58 -07:00