Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
  1. Mar 09, 2021
  2. Mar 05, 2021
  3. Mar 04, 2021
  4. Feb 18, 2021
  5. Feb 17, 2021
  6. Feb 16, 2021
  7. Feb 11, 2021
  8. Feb 10, 2021
    • Kishon Vijay Abraham I's avatar
      dmaengine: ti: k3-udma: Fix NULL pointer dereference error · da3c66f5
      Kishon Vijay Abraham I authored
      bcdma_get_*() and udma_get_*() checks if bchan/rchan/tchan/rflow is
      already allocated by checking if it has a NON NULL value. For the
      error cases, bchan/rchan/tchan/rflow will have error value
      and bcdma_get_*() and udma_get_*() considers this as already allocated
      (PASS) since the error values are NON NULL. This results in
      NULL pointer dereference error while de-referencing
      bchan/rchan/tchan/rflow.
      
      Reset the value of bchan/rchan/tchan/rflow to NULL if the allocation
      actually fails.
      
      Fixes: 01779473 ("dmaengine: ti: k3-udma: Initial support for K3 BCDMA")
      Fixes: 25dcb5dd
      
       ("dmaengine: ti: New driver for K3 UDMA")
      Signed-off-by: default avatarKishon Vijay Abraham I <kishon@ti.com>
      da3c66f5
    • Suman Anna's avatar
      arm64: dts: ti: k3-j7200-mcu-wakeup: Drop obsolete ti,sci-rm-range-girq · a9d93b26
      Suman Anna authored
      The property 'ti,sci-rm-range-girq' is obsolete and was replaced with
      the equivalent property 'ti,interrupt-ranges'. This property was
      erroneously added in the Wkup GPIO Interrupt Router node. Drop this.
      
      Fixes: 86eb634b
      
       ("arm64: dts: ti: k3-j7200: Add GPIO interrupt routers")
      Signed-off-by: default avatarSuman Anna <s-anna@ti.com>
      a9d93b26