From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Carpenter Date: Tue, 27 Nov 2012 11:49:08 +0300 Subject: [ath9k-devel] ath9k: Add concurrent WLAN and BT tx support for MCI based chips In-Reply-To: <20121127082832.GA11602@hemis.qca.qualcomm.com> References: <20121126210337.GA27645@elgon.mountain> <20121127082832.GA11602@hemis.qca.qualcomm.com> Message-ID: <20121127084908.GS6186@mwanda> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org On Tue, Nov 27, 2012 at 01:58:35PM +0530, Rajkumar Manoharan wrote: > On Tue, Nov 27, 2012 at 12:03:37AM +0300, Dan Carpenter wrote: > > Hello Rajkumar Manoharan, > > > > The patch db60428b1af1: "ath9k: Add concurrent WLAN and BT tx support > > for MCI based chips" from Oct 12, 2012, leads to the following > > warning: > > drivers/net/wireless/ath/ath9k/btcoex.c:414 > > ath9k_hw_btcoex_set_concur_txprio() > > error: buffer overflow 'stomp_txprio' 4 <= 4 > > > Dan, > > Thanks a lot. Is there a way to enable all checks while building smatch tool? > This one requires the sqlite database to get the cross function info. It's a two compile process, the first builds the db and the next does the test. Replace the path names as appropriate: ~/progs/smatch/devel/smatch_scripts/build_kernel_data.sh ~/progs/smatch/devel/smatch_scripts/test_kernel.sh regards, dan carpenter