All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Replace BUG/BUG_ON to WARN/WARN_ON
@ 2020-08-16 18:40 ` Tomer Samara
  0 siblings, 0 replies; 22+ messages in thread
From: Tomer Samara @ 2020-08-16 18:40 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: devel, Todd Kjos, Suren Baghdasaryan, Riley Andrews, dri-devel,
	linux-kernel, Hridya Valsaraju, Arve Hjønnevåg,
	Joel Fernandes, Laura Abbott, Martijn Coenen, Christian Brauner


This series convert BUGs/BUG_ONs to WARNs/WARN_ONs

Tomer Samara (4):
  staging: android: Replace BUG_ON with WARN_ON
  staging: android: Add error handling to ion_page_pool_shrink
  staging: android: Convert BUG to WARN
  staging: android: Add error handling to order_to_index callers

 drivers/staging/android/ion/ion_page_pool.c   | 14 ++++++++++----
 drivers/staging/android/ion/ion_system_heap.c | 16 +++++++++++++---
 2 files changed, 23 insertions(+), 7 deletions(-)

-- 
2.25.1

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2020-08-19  6:57 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-16 18:40 [PATCH v2 0/4] Replace BUG/BUG_ON to WARN/WARN_ON Tomer Samara
2020-08-16 18:40 ` Tomer Samara
2020-08-16 19:23 ` [PATCH v2 1/4] staging: android: Replace BUG_ON with WARN_ON Tomer Samara
2020-08-16 19:23   ` Tomer Samara
2020-08-18 14:11   ` Greg Kroah-Hartman
2020-08-18 14:11     ` Greg Kroah-Hartman
2020-08-18 14:19     ` Tomer Samara
2020-08-18 14:19       ` Tomer Samara
2020-08-18 14:27       ` Greg Kroah-Hartman
2020-08-18 14:27         ` Greg Kroah-Hartman
2020-08-16 19:24 ` [PATCH v2 2/4] staging: android: Add error handling to ion_page_pool_shrink Tomer Samara
2020-08-16 19:24   ` Tomer Samara
2020-08-18 14:10   ` Greg Kroah-Hartman
2020-08-18 14:10     ` Greg Kroah-Hartman
2020-08-16 19:30 ` [PATCH v2 3/4] staging: android: Convert BUG to WARN Tomer Samara
2020-08-16 19:30   ` Tomer Samara
2020-08-18 14:11   ` Greg Kroah-Hartman
2020-08-18 14:11     ` Greg Kroah-Hartman
2020-08-16 19:31 ` [PATCH v2 4/4] staging: android: Add error handling to order_to_index callers Tomer Samara
2020-08-16 19:31   ` Tomer Samara
2020-08-18 14:12   ` Greg Kroah-Hartman
2020-08-18 14:12     ` Greg Kroah-Hartman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.