linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/9] staging: wilc1000: fix memory leaks and checkpatch reported issues
@ 2018-03-26 11:45 Ajay Singh
  2018-03-26 11:45 ` [PATCH v2 1/9] staging: wilc1000: remove unused global variables related to p2p Ajay Singh
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Ajay Singh @ 2018-03-26 11:45 UTC (permalink / raw)
  To: linux-wireless
  Cc: devel, gregkh, ganesh.krishna, venkateswara.kaja, aditya.shankar,
	claudiu.beznea, adham.abozaeid, Ajay Singh

This patch series contains changes to fix memory leaks, avoid NULL pointer
exceptions and checkpatch reported issue fixes.

V2:
 Modified patch #4, #6, #7 as per review comments.
 Added 'Reviewed-by' tags in commit description.


Ajay Singh (9):
  staging: wilc1000: remove unused global variables related to p2p
  staging: wilc1000: avoid 'NULL' pointer access in
    wilc_network_info_received()
  staging: wilc1000: free allocated memory in edit and add station
    functions
  staging: wilc1000: free memory allocated in add wep key functions
  staging: wilc1000: free allocated memory after processing
    wilc_send_config_pkt()
  staging: wilc1000: fix to free allocated memory in wilc_add_ptk()
  staging: wilc1000: free allocated memory in wilc_add_rx_gtk()
  staging: wilc1000: split handle_rcvd_gnrl_async_info() to avoid
    leading tabs
  staging: wilc1000: free memory allocated for general info message from
    firmware

 drivers/staging/wilc1000/host_interface.c | 448 +++++++++++++++---------------
 1 file changed, 217 insertions(+), 231 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2018-03-28 11:35 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-26 11:45 [PATCH v2 0/9] staging: wilc1000: fix memory leaks and checkpatch reported issues Ajay Singh
2018-03-26 11:45 ` [PATCH v2 1/9] staging: wilc1000: remove unused global variables related to p2p Ajay Singh
2018-03-28 11:35   ` Greg KH
2018-03-26 11:45 ` [PATCH v2 2/9] staging: wilc1000: avoid 'NULL' pointer access in wilc_network_info_received() Ajay Singh
2018-03-26 11:45 ` [PATCH v2 3/9] staging: wilc1000: free allocated memory in edit and add station functions Ajay Singh
2018-03-26 11:45 ` [PATCH v2 4/9] staging: wilc1000: free memory allocated in add wep key functions Ajay Singh
2018-03-26 11:45 ` [PATCH v2 5/9] staging: wilc1000: free allocated memory after processing wilc_send_config_pkt() Ajay Singh
2018-03-26 11:46 ` [PATCH v2 6/9] staging: wilc1000: fix to free allocated memory in wilc_add_ptk() Ajay Singh
2018-03-26 11:46 ` [PATCH v2 7/9] staging: wilc1000: free allocated memory in wilc_add_rx_gtk() Ajay Singh
2018-03-26 11:46 ` [PATCH v2 8/9] staging: wilc1000: split handle_rcvd_gnrl_async_info() to avoid leading tabs Ajay Singh
2018-03-26 11:46 ` [PATCH v2 9/9] staging: wilc1000: free memory allocated for general info message from firmware Ajay Singh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).