Re: [Patch net-next 1/2] net: partially revert dynamic lockdep key changes

2020-05-02 Thread Cong Wang
On Sat, May 2, 2020 at 12:36 AM Taehee Yoo wrote: > > On Fri, 1 May 2020 at 15:02, Cong Wang wrote: > > > > Hi Cong, > > > On Thu, Apr 30, 2020 at 12:40 AM Taehee Yoo wrote: > > > > +static void vlan_dev_set_lockdep_one(struct net_device *dev, > > > > +struct

Re: [Patch net-next 1/2] net: partially revert dynamic lockdep key changes

2020-05-02 Thread Taehee Yoo
On Fri, 1 May 2020 at 15:02, Cong Wang wrote: > Hi Cong, > On Thu, Apr 30, 2020 at 12:40 AM Taehee Yoo wrote: > > > +static void vlan_dev_set_lockdep_one(struct net_device *dev, > > > +struct netdev_queue *txq, > > > +void

Re: [Patch net-next 1/2] net: partially revert dynamic lockdep key changes

2020-04-30 Thread Cong Wang
On Thu, Apr 30, 2020 at 12:40 AM Taehee Yoo wrote: > > +static void vlan_dev_set_lockdep_one(struct net_device *dev, > > +struct netdev_queue *txq, > > +void *_subclass) > > +{ > > + lockdep_set_class_and_subclass(&txq->

Re: [Patch net-next 1/2] net: partially revert dynamic lockdep key changes

2020-04-30 Thread Taehee Yoo
On Tue, 28 Apr 2020 at 15:02, Cong Wang wrote: > Hi Cong, Thank you so much for this work! > This patch reverts the folowing commits: > > commit 064ff66e2bef84f1153087612032b5b9eab005bd > "bonding: add missing netdev_update_lockdep_key()" > > commit 53d374979ef147ab51f5d632dfe20b14aebeccd0 > "ne