Re: [ath5k-devel] ath5k: added debugfs file for dumping eeprom

2014-09-09 Thread Dan Carpenter
Hello Jade Bilkey, The patch db906eb2101b: ath5k: added debugfs file for dumping eeprom from Aug 30, 2014, leads to the following static checker warning: drivers/net/wireless/ath/ath5k/debug.c:942 open_file_eeprom() error: buffer overflow 'buf' 2048 = 4095

Re: [ath5k-devel] [PATCH 09/28] Remove ATHEROS_AR231X

2014-09-09 Thread John W. Linville
On Fri, Sep 05, 2014 at 04:02:10PM +0400, Sergey Ryazanov wrote: 2014-09-05 15:33 GMT+04:00 Paul Bolle pebo...@tiscali.nl: Hi Sergey, On Fri, 2014-09-05 at 15:12 +0400, Sergey Ryazanov wrote: 2014-09-05 14:10 GMT+04:00, Paul Bolle pebo...@tiscali.nl: On Wed, 2014-06-18 at 13:46 +0200,

Re: [ath5k-devel] [PATCH v2] ath5k: added debugfs file for dumping eeprom

2014-09-09 Thread John W. Linville
The original patch was already merged. To make a change, you need to post a new patch based on the new head of the tree. This one just conflicts with what is already there now. Also, I think all you really need is a #include linux/vmalloc.h. Post a v3 that just adds the #include? John On