On Fri, Oct 28, 2016 at 09:20:08AM -0400, Fields Bruce James wrote:
> On Tue, Oct 25, 2016 at 09:47:16PM +, Trond Myklebust wrote:
> >
> > > On Oct 25, 2016, at 15:59, Fields Bruce James
> > > wrote:
> > >
> > > On Tue, Oct 25, 2016 at 07:34:43PM +, Trond Myklebust wrote:
> > >> NACK…
On Tue, Oct 25, 2016 at 09:47:16PM +, Trond Myklebust wrote:
>
> > On Oct 25, 2016, at 15:59, Fields Bruce James wrote:
> >
> > On Tue, Oct 25, 2016 at 07:34:43PM +, Trond Myklebust wrote:
> >> NACK… I agree that there may already be borkage in RPCSEC_GSS-land, but
> >> that’s not a re
> On Oct 25, 2016, at 15:59, Fields Bruce James wrote:
>
> On Tue, Oct 25, 2016 at 07:34:43PM +, Trond Myklebust wrote:
>>
>>> On Oct 25, 2016, at 14:45, J. Bruce Fields wrote:
>>>
>>> From: "J. Bruce Fields"
>>>
>>> As of ac4e97abce9b "scatterlist: sg_set_buf() argument must be in line
On Tue, Oct 25, 2016 at 07:34:43PM +, Trond Myklebust wrote:
>
> > On Oct 25, 2016, at 14:45, J. Bruce Fields wrote:
> >
> > From: "J. Bruce Fields"
> >
> > As of ac4e97abce9b "scatterlist: sg_set_buf() argument must be in linear
> > mapping", sg_set_buf hits a BUG when make_checksum_v2->x
> On Oct 25, 2016, at 14:45, J. Bruce Fields wrote:
>
> From: "J. Bruce Fields"
>
> As of ac4e97abce9b "scatterlist: sg_set_buf() argument must be in linear
> mapping", sg_set_buf hits a BUG when make_checksum_v2->xdr_process_buf,
> among other callers, passes it memory on the stack.
>
> We o
From: "J. Bruce Fields"
As of ac4e97abce9b "scatterlist: sg_set_buf() argument must be in linear
mapping", sg_set_buf hits a BUG when make_checksum_v2->xdr_process_buf,
among other callers, passes it memory on the stack.
We only need a scatterlist to pass this to the crypto code, and it seems
li