This patch series fix a few issues on some ABI files that violate what's written at Documentation/ABI/README, and add a parser, using kernel-cmd, to produce an ABI book. A parsed version of it can be found at: https://mchehab.fedorapeople.org/kernel_docs/admin-guide/abi.html It depends on the kernel-cmd extension patches. Everything is on my kernel-cmd branch, on my experimental git tree: https://git.linuxtv.org/mchehab/experimental.git/log/?h=kernel-cmd git://linuxtv.org/mchehab/experimental.git kernel-cmd Mauro Carvalho Chehab (3): ABI: fix some syntax issues at the ABI database ABI: sysfs-driver-hid: the "What" field doesn't parse fine doc-rst: add an ABI book Documentation/ABI/testing/pstore | 2 +- .../testing/sysfs-bus-event_source-devices-format | 2 +- .../ABI/testing/sysfs-bus-i2c-devices-hm6352 | 6 +- .../ABI/testing/sysfs-bus-iio-proximity-as3935 | 4 +- .../ABI/testing/sysfs-bus-pci-devices-cciss | 22 +-- .../ABI/testing/sysfs-bus-usb-devices-usbsevseg | 12 +- Documentation/ABI/testing/sysfs-class-cxl | 6 +- Documentation/ABI/testing/sysfs-class-devfreq | 2 +- Documentation/ABI/testing/sysfs-driver-hid | 12 +- Documentation/admin-guide/abi.rst | 5 + Documentation/admin-guide/index.rst | 1 + Documentation/sphinx/abi_book.pl | 208 +++++++++++++++++++++ 12 files changed, 248 insertions(+), 34 deletions(-) create mode 100644 Documentation/admin-guide/abi.rst create mode 100755 Documentation/sphinx/abi_book.pl -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html