Linux v3.7-rc2 DVB breaks user space compilation

2012-11-15 Thread Rémi Denis-Courmont
tions. Version increased to 5.8. [mche...@redhat.com: joined the va1j5jf007s patch, in order to avoid compilation breakage] Signed-off-by: Evgeny Plehov Signed-off-by: Mauro Carvalho Chehab -- Rémi Denis-Courmont http://www.remlab.net/ -- To unsubscribe from this list: sen

Re: [PATCH] cdc-phonet: Don't leak in usbpn_open

2012-08-08 Thread Rémi Denis-Courmont
be 0 then the call is harmless, if it > is not 0 then we free the memory we allocated but don't need. > > Signed-off-by: Jesper Juhl Acked-by: Rémi Denis-Courmont > --- > drivers/net/usb/cdc-phonet.c | 1 + > 1 file changed, 1 insertion(+) > > Only compile tested

Re: [PATCH 06/21] userns: Print out socket uids in a user namespace aware fashion.

2012-08-13 Thread Rémi Denis-Courmont
dhar Samudrala > Acked-by: Serge Hallyn > Signed-off-by: Eric W. Biederman FWIW, ... Acked-By: Rémi Denis-Courmont -- Rémi Denis-Courmont C/C++ software engineer looking for a job http://www.linkedin.com/in/remidenis -- To unsubscribe from this list: send the line "unsubscri

Re: [PATCH] IPv6: ipv6_addr_type() doesn't know about RFC4193 addresses

2007-07-26 Thread Rémi Denis-Courmont
t & htonl(0xFE00)) == htonl(0xFC00)) > > + return (IPV6_ADDR_UNICAST | > > + IPV6_ADDR_SCOPE_TYPE(IPV6_ADDR_SCOPE_GLOBAL)); > > /* RFC 4193 */ > > But ULA's scope isn't global, shouldn't it be IPV6_ADDR_SCOP

Re: [PATCH] phonet: af_phonet: Fix Spectre v1 vulnerability

2018-12-22 Thread Rémi Denis-Courmont
impact is kinda limited. -- Rémi Denis-Courmont

Re: Commit 6016af "[media] v4l2: use __u32 rather than enums in ioctl() structs" breaks C++ users of V4L2

2012-07-16 Thread Rémi Denis-Courmont
n to restrictions on assignments of ints to > enums > and additionally that enums in C++ don't have defined size. That cannot be true. Your C++ compiler must agree with the kernel's C compiler on the size of enum. If they did not, V4L2 would not have ever worked from C++ code in

Re: net, phonet, rcu: rcu hang within gprs_attach

2014-07-25 Thread Rémi Denis-Courmont
o have my name in MAINTAINERS, I have not heard of any remaining users for up-to-date kernel versions. And with Broadcom shutting down what was Nokia Wireless Modems, I doubt we will see new users ever. -- Rémi Denis-Courmont -- To unsubscribe from this list: send the line "unsubscribe

Re: [RFC 1/1] net: fix rcu access on phonet_routes

2014-10-04 Thread Rémi Denis-Courmont
17: error: > incompatible types in comparison expression (different address spaces) Acked-by: Rémi Denis-Courmont -- Rémi Denis-Courmont http://www.remlab.net/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org

Re: [PATCH 17/37] docs: networking: convert phonet.txt to ReST

2020-04-30 Thread Rémi Denis-Courmont
Acked-by: Rémi Denis-Courmont Hyvää Vappua. -- Реми Дёни-Курмон http://www.remlab.net/

Re: [PATCH] phonet: fix building with clang

2019-02-20 Thread Rémi Denis-Courmont
we cannot have a flexible array member inside > of the union, each index now has to be moved back by one, which > makes it a little uglier. > > Signed-off-by: Arnd Bergmann Acked-by: Rémi Denis-Courmont > --- > include/net/phonet/pep.h | 5 +++-- > net/phonet/pep.c

Re: [PATCH net-next v2 7/9] net: use core MTU range checking in misc drivers

2016-10-20 Thread Rémi Denis-Courmont
Acked-by: Rémi Denis-Courmont -- Rémi Denis-Courmont http://www.remlab.net/CV.pdf