Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1501918
| From | Vitaly Wool <vitalywool@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2] z3fold: fix the potential encode bug in encod_handle |
| Date | 2016-10-17 14:10 +0200 |
| Message-ID | <steTU-3gZ-19@gated-at.bofh.it> (permalink) |
| References | <srFvb-6Bm-3@gated-at.bofh.it> <st5nz-5hC-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Zhong Jiang, On Mon, Oct 17, 2016 at 3:58 AM, zhong jiang <zhongjiang@huawei.com> wrote: > Hi, Vitaly > > About the following patch, is it right? > > Thanks > zhongjiang > On 2016/10/13 12:02, zhongjiang wrote: >> From: zhong jiang <zhongjiang@huawei.com> >> >> At present, zhdr->first_num plus bud can exceed the BUDDY_MASK >> in encode_handle, it will lead to the the caller handle_to_buddy >> return the error value. >> >> The patch fix the issue by changing the BUDDY_MASK to PAGE_MASK, >> it will be consistent with handle_to_z3fold_header. At the same time, >> change the BUDDY_MASK to PAGE_MASK in handle_to_buddy is better. are you seeing problems with the existing code? first_num should wrap around BUDDY_MASK and this should be ok because it is way bigger than the number of buddies. ~vitaly
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2] z3fold: fix the potential encode bug in encod_handle zhongjiang <zhongjiang@huawei.com> - 2016-10-13 06:10 +0200
Re: [PATCH v2] z3fold: fix the potential encode bug in encod_handle zhong jiang <zhongjiang@huawei.com> - 2016-10-17 04:00 +0200
Re: [PATCH v2] z3fold: fix the potential encode bug in encod_handle Vitaly Wool <vitalywool@gmail.com> - 2016-10-17 14:10 +0200
Re: [PATCH v2] z3fold: fix the potential encode bug in encod_handle zhong jiang <zhongjiang@huawei.com> - 2016-10-17 15:40 +0200
Re: [PATCH v2] z3fold: fix the potential encode bug in encod_handle Dan Streetman <ddstreet@ieee.org> - 2016-10-17 17:40 +0200
Re: [PATCH v2] z3fold: fix the potential encode bug in encod_handle zhong jiang <zhongjiang@huawei.com> - 2016-10-18 04:00 +0200
Re: [PATCH v2] z3fold: fix the potential encode bug in encod_handle zhong jiang <zhongjiang@huawei.com> - 2016-10-17 16:20 +0200
csiph-web