mbox series

[v2,0/3] hw/cxl: Misc small fixes

Message ID 20230919101927.1470-1-Jonathan.Cameron@huawei.com (mailing list archive)
Headers show
Series hw/cxl: Misc small fixes | expand

Message

Jonathan Cameron Sept. 19, 2023, 10:19 a.m. UTC
v2:
 - Tag collection.
 - Patch 2 discussion on appropriate license concluded that this should
   have originally only been accepted on GPL-v2 and later. However, I've
   left it as GPL-v2-only as that is what was used for other CXL files and
   for the license to be usefully relaxed we need to do them all - which
   is a job for another day.
 - Added SPDX
 - Added similar header to cxl_type3_stubs.c
 
Misc set of trivial fixes.  No conflicts with other sets outstanding
so can go with main CXL patches or perhaps via the trivial tree.

Dmitry Frolov (1):
  hw/cxl: Fix out of bound array access

Jonathan Cameron (2):
  hw/mem/cxl_type3: Add missing copyright and license notice
  docs/cxl: Cleanout some more aarch64 examples.

 docs/system/devices/cxl.rst |  4 ++--
 include/hw/cxl/cxl.h        |  2 +-
 hw/mem/cxl_type3.c          | 11 +++++++++++
 hw/mem/cxl_type3_stubs.c    | 10 ++++++++++
 4 files changed, 24 insertions(+), 3 deletions(-)

Comments

Michael Tokarev Sept. 20, 2023, 5 a.m. UTC | #1
19.09.2023 13:19, Jonathan Cameron via wrote:
> v2:
>   - Tag collection.
>   - Patch 2 discussion on appropriate license concluded that this should
>     have originally only been accepted on GPL-v2 and later. However, I've
>     left it as GPL-v2-only as that is what was used for other CXL files and
>     for the license to be usefully relaxed we need to do them all - which
>     is a job for another day.
>   - Added SPDX
>   - Added similar header to cxl_type3_stubs.c
>   
> Misc set of trivial fixes.  No conflicts with other sets outstanding
> so can go with main CXL patches or perhaps via the trivial tree.

Appied to my trivial-patches tree.  Thank you!

/mjt