- Fix the kernel pointer type we are using across the driver to prevent compiler warnings (from u64 to void*) - Configure GAUDI's MMU coresight component in the correct location. The current code had a bug where the configuration was not executed in some cases - Mask watchdog timeout errors in QMANs which can spam the kernel log -----BEGIN PGP SIGNATURE----- iQFHBAABCgAxFiEE7TEboABC71LctBLFZR1NuKta54AFAl+iUVsTHG9nYWJiYXlA a2VybmVsLm9yZwAKCRBlHU24q1rngJP2B/9jsgyq13BPPDf7g1QxW63E3jHJQXVT 8uFRXbs7v+kmc5usRZGqV6hH7NiS6RU/RZqugOjaPExKR+53iSzoUa9GuK2g7avg 0wjbHphzIaoLA6MNJNAKJ9wfH5JCjGTGPBxNEs4fVdKhpSDy6iDSuRikc0om4IjQ WWMQe8EbL31CztVrr75h+EwwOn8kz1AE219agWKruU5BFng1RuqYxV9vU9qJZSQ0 3xh7CSL8g/oSUobEkxwu7eXQ1mPROlz6nbYsFrvHILL9SqNC4366SwBpUz8/fHSO o+HE86HfKrc/hbvJbRmCfXxPvjTa75jobUwW1BvctD0EtbGBCtqiklSn =wRD4 -----END PGP SIGNATURE----- Merge tag 'misc-habanalabs-fixes-2020-11-04' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/ogabbay/linux into char-misc-next Oded writes: This tag contains the following fixes: - Fix the kernel pointer type we are using across the driver to prevent compiler warnings (from u64 to void*) - Configure GAUDI's MMU coresight component in the correct location. The current code had a bug where the configuration was not executed in some cases - Mask watchdog timeout errors in QMANs which can spam the kernel log * tag 'misc-habanalabs-fixes-2020-11-04' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/ogabbay/linux: habanalabs/gaudi: mask WDT error in QMAN habanalabs/gaudi: move coresight mmu config habanalabs: fix kernel pointer type
Linux kernel ============ There are several guides for kernel developers and users. These guides can be rendered in a number of formats, like HTML and PDF. Please read Documentation/admin-guide/README.rst first. In order to build the documentation, use ``make htmldocs`` or ``make pdfdocs``. The formatted documentation can also be read online at: https://www.kernel.org/doc/html/latest/ There are various text files in the Documentation/ subdirectory, several of them using the Restructured Text markup notation. Please read the Documentation/process/changes.rst file, as it contains the requirements for building and running the kernel, and information about the problems which may result by upgrading your kernel.
Description
Languages
C
97.6%
Assembly
1%
Shell
0.5%
Python
0.3%
Makefile
0.3%