On 14/03/24, Richard Guy Briggs wrote:
> On 14/03/24, Richard Guy Briggs wrote:
> > On 14/03/23, David Miller wrote:
> > > From: Richard Guy Briggs
> > > Date: Fri, 21 Mar 2014 12:39:11 -0400
Ok, sorry for all the noise. I had a problem between chair and keyboard
which can explain the number of
On 14/03/24, Richard Guy Briggs wrote:
> On 14/03/23, David Miller wrote:
> > From: Richard Guy Briggs
> > Date: Fri, 21 Mar 2014 12:39:11 -0400
> >
> > > @@ -1441,6 +1441,17 @@ static int netlink_bind(struct socket *sock,
> > > struct sockaddr *addr,
> > > if (!nladdr->nl_groups && (nlk->grou
On 14/03/23, David Miller wrote:
> From: Richard Guy Briggs
> Date: Fri, 21 Mar 2014 12:39:11 -0400
>
> > @@ -1441,6 +1441,17 @@ static int netlink_bind(struct socket *sock, struct
> > sockaddr *addr,
> > if (!nladdr->nl_groups && (nlk->groups == NULL || !(u32)nlk->groups[0]))
> >
From: Richard Guy Briggs
Date: Fri, 21 Mar 2014 12:39:11 -0400
> @@ -1441,6 +1441,17 @@ static int netlink_bind(struct socket *sock, struct
> sockaddr *addr,
> if (!nladdr->nl_groups && (nlk->groups == NULL || !(u32)nlk->groups[0]))
> return 0;
>
> + if (nlk->netlink_bi
Have the netlink per-protocol optional bind function return an int error code
rather than void to signal a failure.
This will enable netlink protocols to perform extra checks including
capabilities and permissions verifications when updating memberships in
multicast groups.
In netlink_bind() and
5 matches
Mail list logo