All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] staging: android: Remove BUG/BUG_ON from ion
@ 2020-08-21 15:27 ` Tomer Samara
  0 siblings, 0 replies; 28+ messages in thread
From: Tomer Samara @ 2020-08-21 15:27 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

Remove BUG/BUG_ON from androind/ion


-v4:
	some changes based on Dan Carpenter review:
	- Remove error check at ion_page_pool_remove (conditions are impossible)
	- Remove error check at opn_page_pool_alloc
	- restore WARN_ON at ion_page_pool_free
	- Remove unnecessary error check at ion_page_pool_shrink
	- Add /* This is impossible. */ comment at order_to_index
	- Remove error handling of order_to_index

-v3:
	remove WARN/WARN_ON as Gerg KH suggests

-v2: 
	add error check to order_to_index callers

Tomer Samara (2):
  staging: android: Remove BUG_ON from ion_page_pool.c
  staging: android: Remove BUG from ion_system_heap.c

 drivers/staging/android/ion/ion_page_pool.c   | 6 +-----
 drivers/staging/android/ion/ion_system_heap.c | 2 +-
 2 files changed, 2 insertions(+), 6 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] 28+ messages in thread

end of thread, other threads:[~2020-08-27 12:41 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-21 15:27 [PATCH v4 0/2] staging: android: Remove BUG/BUG_ON from ion Tomer Samara
2020-08-21 15:27 ` Tomer Samara
2020-08-21 15:27 ` [PATCH v4 1/2] staging: android: Remove BUG_ON from ion_page_pool.c Tomer Samara
2020-08-21 15:27   ` Tomer Samara
2020-08-21 17:45   ` kernel test robot
2020-08-22  0:45   ` kernel test robot
2020-08-24 11:22   ` Dan Carpenter
2020-08-24 11:22     ` Dan Carpenter
2020-08-21 15:28 ` [PATCH v4 2/2] staging: android: Remove BUG from ion_system_heap.c Tomer Samara
2020-08-21 15:28   ` Tomer Samara
2020-08-21 16:25   ` Randy Dunlap
2020-08-21 16:25     ` Randy Dunlap
2020-08-22  9:34     ` Tomer Samara
2020-08-22  9:34       ` Tomer Samara
2020-08-22 14:22       ` Randy Dunlap
2020-08-22 14:22         ` Randy Dunlap
2020-08-24 11:24     ` Dan Carpenter
2020-08-24 11:24       ` Dan Carpenter
2020-08-24 11:27       ` Dan Carpenter
2020-08-24 11:27         ` Dan Carpenter
2020-08-24 11:43         ` Dan Carpenter
2020-08-24 11:43           ` Dan Carpenter
2020-08-25  6:47 ` [PATCH v4 0/2] staging: android: Remove BUG/BUG_ON from ion Christoph Hellwig
2020-08-25  6:52   ` Greg Kroah-Hartman
2020-08-25  6:52     ` Greg Kroah-Hartman
2020-08-27  7:16     ` Christoph Hellwig
2020-08-27 12:15       ` Greg Kroah-Hartman
2020-08-27 12:15         ` 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.