Re: [PATCH] CIFS: use correct format string for size_t

2017-02-06 Thread Sachin Prabhu
s type 'size_t {aka > unsigned int}' [-Werror=format=] > > Using %zu however is the correct format string that we don't get a > warning for. > > Fixes: c9d651a5a2fe ("CIFS: Decrypt and process small encrypted > packets") > Signed-off-by: Arnd Bergman

Re: cifs mount regression in 4.8 and 4.4 stable

2016-11-17 Thread Sachin Prabhu
On Thu, 2016-11-17 at 10:47 +0100, Greg Kroah-Hartman wrote: > On Fri, Sep 23, 2016 at 07:01:45AM -0500, Seth Forshee wrote: > > > > On Thu, Sep 22, 2016 at 10:27:56AM -0500, Seth Forshee wrote: > > > > > > On Thu, Sep 22, 2016 at 04:17:09PM +0100, Sachin Prab

Re: cifs mount regression in 4.8 and 4.4 stable

2016-09-22 Thread Sachin Prabhu
ec6aa8d4c3bf094e0 c) memory leaks in mounting fixed by upstreamĀ  4214ebf4654798309 364d0c678b799e402f38288 Can you please share any other reports not mentioned above? Sachin Prabhu

Re: [PATCH 4/4] [SMB3] Fix coverity warning

2015-03-30 Thread Sachin Prabhu
ttle clearer. > > Reported by Coverity (CID 741269) > > Signed-off-by: Steve French Acked-by: Sachin Prabhu > --- > fs/cifs/smb2misc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/cifs/smb2misc.c b/fs/cifs/smb2misc.c > index 689f035..22dfdf1

Re: [PATCH 3/4] [SMB3] Fix dereference before null check warning

2015-03-30 Thread Sachin Prabhu
gt; Signed-off-by: Steve French ACKed-by: Sachin Prabhu > --- > fs/cifs/smb2pdu.c | 13 - > 1 file changed, 8 insertions(+), 5 deletions(-) > > diff --git a/fs/cifs/smb2pdu.c b/fs/cifs/smb2pdu.c > index 1b906de..78b329f 100644 > --- a/fs/cifs/smb2pdu.c &

Re: [PATCH 2/4] [CIFS] Don't ignore errors on encrypting password in SMBTcon

2015-03-30 Thread Sachin Prabhu
ty (CID 1226853) > > Signed-off-by: Steve French ACKed-by: Sachin Prabhu > --- > fs/cifs/connect.c | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c > index 4cb8450..cdb1aaf 100644 > --- a/fs/cifs/connect.c > +++ b/fs/cif

Re: [PATCH 1/4] [SMB3] Fix warning on uninitialized buftype

2015-03-30 Thread Sachin Prabhu
to wrong value could log a warning) > > Reported by Coverity (CID 1269144) > > Signed-off-by: Steve French ACKed-by: Sachin Prabhu > --- > fs/cifs/smb2pdu.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/cifs/smb2pdu.c b/fs/cifs/smb2pdu