Displaying 4 results from an estimated 4 matches for "vamshi".
Did you mean:
valhi
2020 Oct 19
0
[PATCH] drm/nouveau: fix memory leak in iccsense/base.c
...u]
[<00000000878b3286>] nouveau_cli_init+0x1a3/0x460 [nouveau]
[<00000000a1578335>] nouveau_drm_device_init+0x77/0x740 [nouveau]
[<00000000faef6b28>] nouveau_drm_probe+0x132/0x1f0 [nouveau]
Fix nvkm_iccsense_oneinit(), to free stbl.rail post iteration.
Signed-off-by: Vamshi K Sthambamkadi <vamshi.k.sthambamkadi at gmail.com>
---
drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/base.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/base.c b/drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/base.c
index fecfa6a..23d91b6 100...
2014 Aug 12
1
openssh-6.6p1 link error to openssl
Hello all,
I am trying to force to link openssh to link openssl from my workaera
home/xxx/openssl/lib & home/xxx/openssl/include
Instead of default link ?/usr/lib/? etc
./configure --with-ssl-dir=/home/xxx/install/open_ssl
--with-cppflags="-I/home/xxx/install/open_ssl/include"
--with-ldflags="-L/home/xxx/install/open_ssl/lib"
With this I could not able to
2014 Aug 14
1
generating libcrypto.so.6
Hi ,
I have compiled openssl-1.0.1i and it generated *.so files.
but i cannot find libcrypto.so.6 & libssl.so.6 generated which my
application requires ,
can you please let me know how i can generate those so's, with out
installing any rpm's
Thanks
2007 Nov 30
0
cross sell products - Options_from_collection_select ?
Hi
I have collected some code for cross sell products on this website.
CREATE TABLE products (
id INT NOT NULL AUTO_INCREMENT,
name varchar(255) NOT NULL,
PRIMARY KEY (id)
);
INSERT INTO products VALUES (1, ''alpha'');
INSERT INTO products VALUES (2, ''beta'');
INSERT INTO products VALUES (3, ''gamma'');
CREATE TABLE cross_sells (
product_id