This patchset includes 1 ACPICA patches and 2 Linux patches to facilitate Linux with the ability to disable _OSI vendor strings and _OSI feature group strings. This patchset has passed a unit test carried out by the codes ported from Linux to ACPICA. Lv Zheng (3): ACPICA: Add acpi_update_interfaces public interface ACPI: Add facility to disable all _OSI OS vendor strings ACPI: Add facility to remove all _OSI strings Documentation/kernel-parameters.txt | 55 ++++++++++++++++++++++++- drivers/acpi/acpica/aclocal.h | 3 ++ drivers/acpi/acpica/acutils.h | 2 + drivers/acpi/acpica/utosi.c | 77 +++++++++++++++++++++++++++++------ drivers/acpi/acpica/utxface.c | 29 +++++++++++++ drivers/acpi/osl.c | 21 +++++++++- include/acpi/acpixf.h | 2 + include/acpi/actypes.h | 14 +++++++ 8 files changed, 187 insertions(+), 16 deletions(-) -- 1.7.10 -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html