summaryrefslogtreecommitdiff
path: root/oui.conf
AgeCommit message (Expand)AuthorFilesLines
2015-10-13conf: oui: update oui.confTobias Klauser1-1755/+2390
2015-04-24conf: oui: update oui.confTobias Klauser1-68/+976
2014-08-15conf: oui: update oui.confTobias Klauser1-44/+450
2014-04-27conf: oui: update oui.confTobias Klauser1-15/+147
2014-03-23conf: oui: update oui.confTobias Klauser1-5/+97
2014-02-26conf: oui: update oui.confTobias Klauser1-250/+1010
2013-08-23conf: oui: update oui.confTobias Klauser1-131/+325
2013-07-13oui-update.py: oui: minor config updatesDaniel Borkmann1-0/+7
2013-07-11oui: update oui file from oui-update.pyDaniel Borkmann1-7/+118
2013-06-14conf: oui: run oui-update.py script to update OUI config fileTobias Klauser1-9/+89
2013-05-29conf: oui: run oui-update.py script over config fileDaniel Borkmann1-175/+519
2013-05-05misc: move file to source rootDaniel Borkmann1-0/+17557
fffffff8135ce99>] memcpy_orig+0x29/0x110 RSP <ffff88021183bdd0> CR2: 0000000000000000 Both Bruce and Eryu ran a bisect here and found that the problematic patch was 68778945e46 (SUNRPC: Separate buffer pointers for RPC Call and Reply messages). That patch changed rpc_xdr_encode to use a new rq_rbuffer pointer to set up the receive buffer, but didn't change all of the necessary codepaths to set it properly. In particular the backchannel setup was missing. We need to set rq_rbuffer whenever rq_buffer is set. Ensure that it is. Reviewed-by: Chuck Lever <chuck.lever@oracle.com> Tested-by: Chuck Lever <chuck.lever@oracle.com> Reported-by: Eryu Guan <guaneryu@gmail.com> Tested-by: Eryu Guan <guaneryu@gmail.com> Fixes: 68778945e46 "SUNRPC: Separate buffer pointers..." Reported-by: J. Bruce Fields <bfields@fieldses.org> Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat