All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] staging: wilc1000: validate input to set_wiphy_param and return proper errors
@ 2018-11-06  0:01 Adham.Abozaeid
  2018-11-06  0:01 ` [PATCH v3 1/4] staging: wilc1000: remove unused flags in handle_cfg_param() Adham.Abozaeid
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Adham.Abozaeid @ 2018-11-06  0:01 UTC (permalink / raw)
  To: linux-wireless; +Cc: devel, gregkh, Ganesh.Krishna, Aditya.Shankar, johannes

From: Adham Abozaeid <adham.abozaeid@micochip.com>

Validate input parameters to set_wiphy_param before scheduling
handle_cfg_param() to validate them.
This way proper errors can be returned to caller.
Also cleaned up unused code in handle_cfg_param.

Changes since v1:
- Correction spelling in subject of patch#2
- Added From: tag to have correct email from value

Changes since v2:
- Reverted unnecessary file permission changes

Adham Abozaeid (4):
  staging: wilc1000: remove unused flags in handle_cfg_param()
  staging: wilc1000: validate cfg parameters before scheduling the work
  staging: wilc1000: Don't keep a copy of wiphy parameters in the driver
  staging: wilc1000: Remove unused mutex cfg_values_lock

 drivers/staging/wilc1000/host_interface.c     | 291 +-----------------
 drivers/staging/wilc1000/host_interface.h     |  32 --
 .../staging/wilc1000/wilc_wfi_cfgoperations.c |  50 ++-
 drivers/staging/wilc1000/wilc_wlan_if.h       |   9 -
 4 files changed, 58 insertions(+), 324 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2018-11-08 16:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-06  0:01 [PATCH v3 0/4] staging: wilc1000: validate input to set_wiphy_param and return proper errors Adham.Abozaeid
2018-11-06  0:01 ` [PATCH v3 1/4] staging: wilc1000: remove unused flags in handle_cfg_param() Adham.Abozaeid
2018-11-06  0:01 ` [PATCH v3 2/4] staging: wilc1000: validate cfg parameters before scheduling the work Adham.Abozaeid
2018-11-07  8:46   ` kbuild test robot
2018-11-08 11:22   ` Greg KH
2018-11-08 16:27     ` Adham.Abozaeid
2018-11-06  0:01 ` [PATCH v3 4/4] staging: wilc1000: Remove unused mutex cfg_values_lock Adham.Abozaeid
2018-11-06  0:01 ` [PATCH v3 3/4] staging: wilc1000: Don't keep a copy of wiphy parameters in the driver Adham.Abozaeid

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.