Re: [PATCH] scatterlist.h: Change CONFIG_DEBUG_SG for ifdef statement in sg_set_bf

2014-08-04 Thread Hugo Mills
On Sun, Aug 03, 2014 at 01:30:44PM -0400, Nick Krause wrote: > On Sun, Aug 3, 2014 at 8:28 AM, Sergei Shtylyov > > On 03-08-2014 6:56, Nicholas Krause wrote: > > > >> This changes the ifdef statement in sg_set_bg to !CONFIG_DEBUG_SG in > >> order > >> to avoid a bug with xhci dequence/enquence fun

Re: [PATCH] scatterlist.h: Change CONFIG_DEBUG_SG for ifdef statement in sg_set_bf

2014-08-04 Thread Hugo Mills
On Sun, Aug 03, 2014 at 01:18:45AM -0400, Nick Krause wrote: > On Sun, Aug 3, 2014 at 1:02 AM, Mateusz Guzik wrote: > > On Sun, Aug 03, 2014 at 12:31:30AM -0400, Nick Krause wrote: > >> On Sat, Aug 2, 2014 at 11:59 PM, Mateusz Guzik wrote: > >> > On Sat, Aug 02, 2014 at 10:56:13PM -0400, Nicholas

Re: [PATCH] scatterlist.h: Change CONFIG_DEBUG_SG for ifdef statement in sg_set_bf

2014-08-03 Thread Nick Krause
On Sun, Aug 3, 2014 at 8:28 AM, Sergei Shtylyov wrote: > Hello. > > > On 03-08-2014 6:56, Nicholas Krause wrote: > >> This changes the ifdef statement in sg_set_bg to !CONFIG_DEBUG_SG in >> order >> to avoid a bug with xhci dequence/enquence functions. > > >dequeue/enqueue? > > >> Signed-off-

Re: [PATCH] scatterlist.h: Change CONFIG_DEBUG_SG for ifdef statement in sg_set_bf

2014-08-03 Thread Sergei Shtylyov
Hello. On 03-08-2014 6:56, Nicholas Krause wrote: This changes the ifdef statement in sg_set_bg to !CONFIG_DEBUG_SG in order to avoid a bug with xhci dequence/enquence functions. dequeue/enqueue? Signed-off-by: Nicholas Krause --- include/linux/scatterlist.h | 2 +- 1 file changed,

Re: [PATCH] scatterlist.h: Change CONFIG_DEBUG_SG for ifdef statement in sg_set_bf

2014-08-03 Thread Mateusz Guzik
On Sun, Aug 03, 2014 at 01:27:26AM -0400, Nick Krause wrote: > On Sun, Aug 3, 2014 at 1:18 AM, Nick Krause wrote: > > I am really losing my temper with people , when all you do is tell me to > > work on > > something else and don't even point me to how to build test in the kernel > > tree. > > A

Re: [PATCH] scatterlist.h: Change CONFIG_DEBUG_SG for ifdef statement in sg_set_bf

2014-08-02 Thread Nick Krause
On Sun, Aug 3, 2014 at 1:18 AM, Nick Krause wrote: > On Sun, Aug 3, 2014 at 1:02 AM, Mateusz Guzik wrote: >> On Sun, Aug 03, 2014 at 12:31:30AM -0400, Nick Krause wrote: >>> On Sat, Aug 2, 2014 at 11:59 PM, Mateusz Guzik wrote: >>> > On Sat, Aug 02, 2014 at 10:56:13PM -0400, Nicholas Krause wrot

Re: [PATCH] scatterlist.h: Change CONFIG_DEBUG_SG for ifdef statement in sg_set_bf

2014-08-02 Thread Nick Krause
On Sun, Aug 3, 2014 at 1:02 AM, Mateusz Guzik wrote: > On Sun, Aug 03, 2014 at 12:31:30AM -0400, Nick Krause wrote: >> On Sat, Aug 2, 2014 at 11:59 PM, Mateusz Guzik wrote: >> > On Sat, Aug 02, 2014 at 10:56:13PM -0400, Nicholas Krause wrote: >> >> This changes the ifdef statement in sg_set_bg to

Re: [PATCH] scatterlist.h: Change CONFIG_DEBUG_SG for ifdef statement in sg_set_bf

2014-08-02 Thread Mateusz Guzik
On Sun, Aug 03, 2014 at 12:31:30AM -0400, Nick Krause wrote: > On Sat, Aug 2, 2014 at 11:59 PM, Mateusz Guzik wrote: > > On Sat, Aug 02, 2014 at 10:56:13PM -0400, Nicholas Krause wrote: > >> This changes the ifdef statement in sg_set_bg to !CONFIG_DEBUG_SG in order > >> to avoid a bug with xhci de

Re: [PATCH] scatterlist.h: Change CONFIG_DEBUG_SG for ifdef statement in sg_set_bf

2014-08-02 Thread Nick Krause
On Sat, Aug 2, 2014 at 11:59 PM, Mateusz Guzik wrote: > On Sat, Aug 02, 2014 at 10:56:13PM -0400, Nicholas Krause wrote: >> This changes the ifdef statement in sg_set_bg to !CONFIG_DEBUG_SG in order >> to avoid a bug with xhci dequence/enquence functions. >> >> Signed-off-by: Nicholas Krause >> -

Re: [PATCH] scatterlist.h: Change CONFIG_DEBUG_SG for ifdef statement in sg_set_bf

2014-08-02 Thread Mateusz Guzik
On Sat, Aug 02, 2014 at 10:56:13PM -0400, Nicholas Krause wrote: > This changes the ifdef statement in sg_set_bg to !CONFIG_DEBUG_SG in order > to avoid a bug with xhci dequence/enquence functions. > > Signed-off-by: Nicholas Krause > --- > include/linux/scatterlist.h | 2 +- > 1 file changed, 1

[PATCH] scatterlist.h: Change CONFIG_DEBUG_SG for ifdef statement in sg_set_bf

2014-08-02 Thread Nicholas Krause
This changes the ifdef statement in sg_set_bg to !CONFIG_DEBUG_SG in order to avoid a bug with xhci dequence/enquence functions. Signed-off-by: Nicholas Krause --- include/linux/scatterlist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/scatterlist.h b/includ