RE

2012-11-18 Thread sale...@batteryebuy.com
Item: enel14 enel15 battery fully decoded Description: enel14 7.4V 1200MAH enel15 7.4V 1800MAH Package: color box MOQ: 1,00pcs Loading port: China Shenzhen Payment terms: T/T, L/C, D/P, etc. Warrantly time: 360 days FOB Shenzhen: enel14 USD 10/pc enel15 USD 11/pc others: NP-F960/NP-F970

Re: Crypto causes panic in scatterwalk_done with large/multiple buffers

2012-11-18 Thread Jorgen Lundman
> > From what I now researched, you must not pass vmalloc'd memory to > sg_set_buf() as it internally uses virt_to_page() to get page of buffer > address. You most likely need to walk through your vmalloc'd buffer and > pass all individual pages to scatterlist with sg_set_page(). I was told the s

Re: Crypto causes panic in scatterwalk_done with large/multiple buffers

2012-11-18 Thread Jussi Kivilinna
Quoting Jorgen Lundman : Appearently this patch only fixed my debug printk loop that used sg_next from scatterlist API instead of scatterwalk_sg_next from scatterwalk API. Sorry for the noise. Thanks for looking at this. I think I am dealing with 2 problems, one is that occasionally my buffe