Administrador do sistema

2016-03-26 Thread Mail Administrator
-- Sua caixa de correio excedeu o limite de armazenamento, que é de 20 GB como conjunto pelo administrador, você está atualmente em execução no 20,9 GB, você pode não ser capaz de Enviar ou receber novas mensagens até que você re-validar sua caixa de correio. Para Revalide sua caixa de

[PATCH 06/12] staging: lustre: libcfs: start using enum cfs_crypto_hash_alg

2016-03-26 Thread James Simmons
From: Andreas Dilger Fix the cfs_crypto_hash_* functions to take enum cfs_crypto_hash_alg as the algorithm type, instead of an unsigned char. Signed-off-by: Andreas Dilger Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-5053 Reviewed-on:

[PATCH 08/12] staging: lustre: libcfs: return proper error code for cfs_crypto_hash_speed()

2016-03-26 Thread James Simmons
From: Andreas Dilger Return a real error code, -ENOENT, instead of a -1. Signed-off-by: Andreas Dilger Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-5053 Reviewed-on: http://review.whamcloud.com/9990 Reviewed-by: Bob Glossman

[PATCH 12/12] staging: lustre: libcfs: calculate crypto performance using pages

2016-03-26 Thread James Simmons
From: Andreas Dilger Use alloc_page() and use cfs_crypto_hash_update_page() to compute the hash instead of cfs_crypto_hash_digest(), since tgt_checksum_bulk() computes the hash by page anyway. Signed-off-by: Andreas Dilger Intel-bug-id:

[PATCH 07/12] staging: lustre: libcfs: bug fixes for cfs_crypto_hash_final()

2016-03-26 Thread James Simmons
From: Andreas Dilger Change cfs_crypto_hash_final() to always clean up the hash descrptor instead of not doing this in error cases. All of the callers were just calling cfs_crypto_hash_final() immediately to clean up the descriptor anyway, and the old behaviour is

[PATCH 03/12] staging: lustre: libcfs: rename some variables for crypto handling

2016-03-26 Thread James Simmons
From: Andreas Dilger For the crypto algorthim type use the same name hash_alg everywhere. Signed-off-by: Andreas Dilger Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-5053 Reviewed-on: http://review.whamcloud.com/9990 Reviewed-by: Bob

[PATCH 05/12] staging: lustre: libcfs: small alignment change for cfs_crypto_hash_*()

2016-03-26 Thread James Simmons
From: Andreas Dilger Change the aligment of some of the functions. Signed-off-by: Andreas Dilger Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-5053 Reviewed-on: http://review.whamcloud.com/9990 Reviewed-by: Bob Glossman

[PATCH 11/12] staging: lustre: libcfs: improve reporting error for crypto performance

2016-03-26 Thread James Simmons
From: Andreas Dilger Set cfs_crypto_hash_speeds[X] result to the actual error instead of -1. Make the error message more clear and informative. Signed-off-by: Andreas Dilger Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-5053

[PATCH 00/12] Bring the libcfs crypto code up to date

2016-03-26 Thread James Simmons
Several important fixes for the crypto handling are missing for the upstream client. This work integates those missing fixes. Andreas Dilger (12): staging: lustre: libcfs: limit scope of libcfs_crypto.h staging: lustre: libcfs: add documentation for cfs_crypto_hash_*() staging: lustre:

[PATCH] Staging: wlan-ng: removed "next" member of wlandevice_t since it is not used anywhere in code.

2016-03-26 Thread Claudiu Beznea
This patch removes "next" member of wlandevice_t since it is not used anywhere in the wlan-ng code. Signed-off-by: Claudiu Beznea --- drivers/staging/wlan-ng/p80211netdev.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/wlan-ng/p80211netdev.h

[PATCH v2] staging: rtl8192e: add more information to Kconfig

2016-03-26 Thread deutschluz
The warnings were originating in the Kconfig file and were essentially, asking for more information to display. A quick google search returned the patch that separated the rtl driver from 2011 into several separate drivers in order to comply with a certain IEEE standard:

[PATCH] Staging: rts5208: rtsx_card.c: Remove unused function

2016-03-26 Thread Bhumika Goyal
The functions double_depth, check_card_fail, check_card_ejected are not used anywhere in the kernel. So, remove their prototype and definition. Grepped to find occurences. Signed-off-by: Bhumika Goyal --- drivers/staging/rts5208/rtsx_card.c | 21 -

[PATCH] Staging: rts5208: Remove unused functions

2016-03-26 Thread Bhumika Goyal
The functions rtsx_disable_card_int, rtsx_undo_delink, rtsx_check_link_ready are not used anywhere in the kernel. So,remove their definition and prototype. Signed-off-by: Bhumika Goyal --- drivers/staging/rts5208/rtsx_chip.c | 35 ---

[PATCH] Staging: rtl8723au: Remove function rtw_enqueue_{recvbuf23a/recvbuf23a_to_head}

2016-03-26 Thread Bhumika Goyal
The functions rtw_enqueue_recvbuf23a and rtw_enqueue_recvbuf23a_to_head are never used anywhere in the kernel. So, remove their definition and prototype. Grepped to find occurences. Signed-off-by: Bhumika Goyal --- drivers/staging/rtl8723au/core/rtw_recv.c| 25

[PATCH] Staging: rtl8723au: Remove unused functions

2016-03-26 Thread Bhumika Goyal
The functions rtw_get_oper_bw23a and rtw_get_oper_ch23aoffset are never used anywhere in the kernel. So, remove their definition and prototype. Grepped to find occurences. Signed-off-by: Bhumika Goyal --- drivers/staging/rtl8723au/core/rtw_wlan_util.c | 10 --