Home
last modified time | relevance | path

Searched hist:"2638 eb8b50cfc16240e0bb080b9afbf541a9b39d" (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/drivers/net/ethernet/via/
H A Dvia-velocity.hdiff 2638eb8b50cfc16240e0bb080b9afbf541a9b39d Fri May 31 11:27:09 CDT 2019 Florian Westphal <fw@strlen.de> net: ipv4: provide __rcu annotation for ifa_list

ifa_list is protected by rcu, yet code doesn't reflect this.

Add the __rcu annotations and fix up all places that are now reported by
sparse.

I've done this in the same commit to not add intermediate patches that
result in new warnings.

Reported-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/net/netfilter/
H A Dnf_nat_redirect.cdiff 2638eb8b50cfc16240e0bb080b9afbf541a9b39d Fri May 31 11:27:09 CDT 2019 Florian Westphal <fw@strlen.de> net: ipv4: provide __rcu annotation for ifa_list

ifa_list is protected by rcu, yet code doesn't reflect this.

Add the __rcu annotations and fix up all places that are now reported by
sparse.

I've done this in the same commit to not add intermediate patches that
result in new warnings.

Reported-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/drivers/net/plip/
H A Dplip.cdiff 2638eb8b50cfc16240e0bb080b9afbf541a9b39d Fri May 31 11:27:09 CDT 2019 Florian Westphal <fw@strlen.de> net: ipv4: provide __rcu annotation for ifa_list

ifa_list is protected by rcu, yet code doesn't reflect this.

Add the __rcu annotations and fix up all places that are now reported by
sparse.

I've done this in the same commit to not add intermediate patches that
result in new warnings.

Reported-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/drivers/infiniband/hw/usnic/
H A Dusnic_ib_main.cdiff 2638eb8b50cfc16240e0bb080b9afbf541a9b39d Fri May 31 11:27:09 CDT 2019 Florian Westphal <fw@strlen.de> net: ipv4: provide __rcu annotation for ifa_list

ifa_list is protected by rcu, yet code doesn't reflect this.

Add the __rcu annotations and fix up all places that are now reported by
sparse.

I've done this in the same commit to not add intermediate patches that
result in new warnings.

Reported-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.cdiff 2638eb8b50cfc16240e0bb080b9afbf541a9b39d Fri May 31 11:27:09 CDT 2019 Florian Westphal <fw@strlen.de> net: ipv4: provide __rcu annotation for ifa_list

ifa_list is protected by rcu, yet code doesn't reflect this.

Add the __rcu annotations and fix up all places that are now reported by
sparse.

I've done this in the same commit to not add intermediate patches that
result in new warnings.

Reported-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/include/linux/
H A Dinetdevice.hdiff 2638eb8b50cfc16240e0bb080b9afbf541a9b39d Fri May 31 11:27:09 CDT 2019 Florian Westphal <fw@strlen.de> net: ipv4: provide __rcu annotation for ifa_list

ifa_list is protected by rcu, yet code doesn't reflect this.

Add the __rcu annotations and fix up all places that are now reported by
sparse.

I've done this in the same commit to not add intermediate patches that
result in new warnings.

Reported-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.cdiff 2638eb8b50cfc16240e0bb080b9afbf541a9b39d Fri May 31 11:27:09 CDT 2019 Florian Westphal <fw@strlen.de> net: ipv4: provide __rcu annotation for ifa_list

ifa_list is protected by rcu, yet code doesn't reflect this.

Add the __rcu annotations and fix up all places that are now reported by
sparse.

I've done this in the same commit to not add intermediate patches that
result in new warnings.

Reported-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/drivers/net/vmxnet3/
H A Dvmxnet3_drv.cdiff 2638eb8b50cfc16240e0bb080b9afbf541a9b39d Fri May 31 11:27:09 CDT 2019 Florian Westphal <fw@strlen.de> net: ipv4: provide __rcu annotation for ifa_list

ifa_list is protected by rcu, yet code doesn't reflect this.

Add the __rcu annotations and fix up all places that are now reported by
sparse.

I've done this in the same commit to not add intermediate patches that
result in new warnings.

Reported-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/net/core/
H A Dnetpoll.cdiff 2638eb8b50cfc16240e0bb080b9afbf541a9b39d Fri May 31 11:27:09 CDT 2019 Florian Westphal <fw@strlen.de> net: ipv4: provide __rcu annotation for ifa_list

ifa_list is protected by rcu, yet code doesn't reflect this.

Add the __rcu annotations and fix up all places that are now reported by
sparse.

I've done this in the same commit to not add intermediate patches that
result in new warnings.

Reported-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
H A Dpktgen.cdiff 2638eb8b50cfc16240e0bb080b9afbf541a9b39d Fri May 31 11:27:09 CDT 2019 Florian Westphal <fw@strlen.de> net: ipv4: provide __rcu annotation for ifa_list

ifa_list is protected by rcu, yet code doesn't reflect this.

Add the __rcu annotations and fix up all places that are now reported by
sparse.

I've done this in the same commit to not add intermediate patches that
result in new warnings.

Reported-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/net/ipv4/
H A Ddevinet.cdiff 2638eb8b50cfc16240e0bb080b9afbf541a9b39d Fri May 31 11:27:09 CDT 2019 Florian Westphal <fw@strlen.de> net: ipv4: provide __rcu annotation for ifa_list

ifa_list is protected by rcu, yet code doesn't reflect this.

Add the __rcu annotations and fix up all places that are now reported by
sparse.

I've done this in the same commit to not add intermediate patches that
result in new warnings.

Reported-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/net/mac80211/
H A Dmain.cdiff 2638eb8b50cfc16240e0bb080b9afbf541a9b39d Fri May 31 11:27:09 CDT 2019 Florian Westphal <fw@strlen.de> net: ipv4: provide __rcu annotation for ifa_list

ifa_list is protected by rcu, yet code doesn't reflect this.

Add the __rcu annotations and fix up all places that are now reported by
sparse.

I've done this in the same commit to not add intermediate patches that
result in new warnings.

Reported-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: David S. Miller <davem@davemloft.net>