[PATCH 0/6] afs: Fixes

2020-06-09 Thread David Howells
Here's a set of patches to fix some things, most of them minor. (1) Fix a memory leak in afs_put_sysnames(). (2) Fix an oops in AFS file locking. (3) Fix new use of BUG(). (4) Fix debugging statements containing %px. (5) Remove afs_zero_fid as it's unused. (6) Make afs_zap_data() stat

Re: [PATCH 0/6] AFS fixes

2019-01-17 Thread Linus Torvalds
On Fri, Jan 18, 2019 at 6:29 AM Linus Torvalds wrote: > > > http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git > > tag afs-fixes-20190117 > > is not valid pull address.. Yes, I can fix up the thing (and have > done so), but a normal git pull-request wouldn't have ha

Re: [PATCH 0/6] AFS fixes

2019-01-17 Thread Linus Torvalds
On Fri, Jan 18, 2019 at 3:27 AM David Howells wrote: > > Here's a set of fixes for AFS: Can you please use the proper pull request format? Not only didn't this show in my usual "git pull" search, but this: > http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git > tag

[PATCH 0/6] AFS fixes

2019-01-17 Thread David Howells
Hi Linus, Here's a set of fixes for AFS: (1) Use struct_size() for kzalloc() size calculation. (2) When calling YFS.CreateFile rather than AFS.CreateFile, it is possible to create a file with a file lock already held. The default value indicating no lock required is actually -1, n