[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1598023523.git.tomersamara98@gmail.com>
Date: Fri, 21 Aug 2020 18:27:04 +0300
From: Tomer Samara <tomersamara98@...il.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: Arve Hjønnevåg <arve@...roid.com>,
Riley Andrews <riandrews@...roid.com>,
Laura Abbott <labbott@...hat.com>,
Sumit Semwal <sumit.semwal@...aro.org>,
Todd Kjos <tkjos@...roid.com>,
Martijn Coenen <maco@...roid.com>,
Joel Fernandes <joel@...lfernandes.org>,
Christian Brauner <christian@...uner.io>,
Hridya Valsaraju <hridya@...gle.com>,
Suren Baghdasaryan <surenb@...gle.com>,
devel@...verdev.osuosl.org, dri-devel@...ts.freedesktop.org,
linux-kernel@...r.kernel.org
Subject: [PATCH v4 0/2] staging: android: Remove BUG/BUG_ON from ion
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
Powered by blists - more mailing lists