[PATCH][TRIVIAL] treewide: Fix common typo in identify

2013-10-11 Thread Maxime Jayat
Correct common misspelling of identify as indentify throughout the kernel Signed-off-by: Maxime Jayat max...@artisandeveloppeur.fr --- arch/mips/include/asm/octeon/cvmx-pip.h |4 ++-- arch/x86/kernel/cpu/intel_cacheinfo.c |2 +- arch/x86/kernel/cpu/scattered.c |2

ncpXXxh103 compensation values?

2016-03-30 Thread Maxime Jayat
. See: http://www.murata.com/~/media/webrenewal/support/library/catalog/products/thermistor/ntc/r44e.ashx -- Maxime Jayat

Re: ncpXXxh103 compensation values?

2016-03-30 Thread Maxime Jayat
leading. I'm going to have to > revisit this patch to make it more 'generic' for other thermistors, or > make it more specific for this particular thermistor. > > I hope that answers your questions. Thanks for pointing this out to me. > > Regards, > Joseph > > On Wed, Ma

[PATCH] net: socket: fix recvmmsg not returning error from sock_error

2017-02-21 Thread Maxime Jayat
s returned -ENETDOWN. Fixes: 34b88a68f26a ("net: Fix use after free in the recvmmsg exit path") Signed-off-by: Maxime Jayat <maxime.ja...@mobile-devices.fr> --- net/socket.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/socket.c b/net/socket.c index

[PATCH] dmaengine: at_xdmac: fix rare residue corruption

2018-02-22 Thread Maxime Jayat
0 or _after_ it is back at 1. The case where NDA is read before INITD is at 0 and CUBC is read after INITD is back at 1 will be rejected by check_nda and cur_nda being different. Fixes: 53398f488821 ("dmaengine: at_xdmac: fix residue corruption") Cc: sta...@vger.kernel.org Signed-off

[PATCH][TRIVIAL] treewide: Fix common typo in "identify"

2013-10-11 Thread Maxime Jayat
Correct common misspelling of "identify" as "indentify" throughout the kernel Signed-off-by: Maxime Jayat --- arch/mips/include/asm/octeon/cvmx-pip.h |4 ++-- arch/x86/kernel/cpu/intel_cacheinfo.c |2 +- arch/x86/kernel/cpu/scattered.c |2 +- driv

[PATCH] dmaengine: at_xdmac: fix rare residue corruption

2018-02-22 Thread Maxime Jayat
0 or _after_ it is back at 1. The case where NDA is read before INITD is at 0 and CUBC is read after INITD is back at 1 will be rejected by check_nda and cur_nda being different. Fixes: 53398f488821 ("dmaengine: at_xdmac: fix residue corruption") Cc: sta...@vger.kernel.org Signed-off-

[PATCH] net: socket: fix recvmmsg not returning error from sock_error

2017-02-21 Thread Maxime Jayat
s returned -ENETDOWN. Fixes: 34b88a68f26a ("net: Fix use after free in the recvmmsg exit path") Signed-off-by: Maxime Jayat --- net/socket.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/socket.c b/net/socket.c index b7a63d5bc915..2c1e8677ff2d 100644 --- a/ne

ncpXXxh103 compensation values?

2016-03-30 Thread Maxime Jayat
. See: http://www.murata.com/~/media/webrenewal/support/library/catalog/products/thermistor/ntc/r44e.ashx -- Maxime Jayat

Re: ncpXXxh103 compensation values?

2016-03-30 Thread Maxime Jayat
leading. I'm going to have to > revisit this patch to make it more 'generic' for other thermistors, or > make it more specific for this particular thermistor. > > I hope that answers your questions. Thanks for pointing this out to me. > > Regards, > Joseph > > On Wed,