RE: [PATCH net] net: hns: fix return value check in __lb_other_process()

2020-12-25 Thread wangyunjian
> -Original Message- > From: liuyonglong > Sent: Saturday, December 26, 2020 2:39 PM > To: wangyunjian ; netdev@vger.kernel.org > Cc: Zhuangyuzeng (Yisen) ; Salil Mehta > ; Lilijun (Jerry) ; > xudingke > Subject: Re: [PATCH net] net: hns: fix return value check in > __lb_other_process() >

Re: [PATCH net] net: hns: fix return value check in __lb_other_process()

2020-12-25 Thread Yonglong Liu
On 2020/12/25 18:35, wangyunjian wrote: From: Yunjian Wang The function skb_copy() could return NULL, the return value need to be checked. Fixes: b5996f11ea54 ("net: add Hisilicon Network Subsystem basic ethernet support") Signed-off-by: Yunjian Wang --- drivers/net/ethernet/hisilicon/hn

Link aggregation between Linux server and Netgear switch using 802.3ad not working

2020-12-25 Thread Michal Tarana
Hi, I am trying to make the 802.3ad link aggregation working between my new Debian server and the switch Netgear ProSafe GSM7248V2. I see some strange behavior, the Linux Kernel says: bond0: Warning: No 802.3ad response from the link partner for any adapters in the bond The connection itse

Re: [PATCH] nfp: remove h from printk format specifier

2020-12-25 Thread Joe Perches
On Fri, 2020-12-25 at 14:13 -0800, Tom Rix wrote: > On 12/25/20 9:06 AM, Joe Perches wrote: > > On Fri, 2020-12-25 at 06:56 -0800, Tom Rix wrote: > > > On 12/24/20 2:39 PM, Joe Perches wrote: > > [] > > > > Kernel code doesn't use a signed char or short with %hx or %hu very > > > > often > > > > b

Re: [PATCH] nfp: remove h from printk format specifier

2020-12-25 Thread Tom Rix
On 12/25/20 9:06 AM, Joe Perches wrote: > On Fri, 2020-12-25 at 06:56 -0800, Tom Rix wrote: >> On 12/24/20 2:39 PM, Joe Perches wrote: > [] >>> Kernel code doesn't use a signed char or short with %hx or %hu very often >>> but in case you didn't already know, any signed char/short emitted with >>>

[PATCH iproute2 5.11 1/2] iplink_can: add Classical CAN frame LEN8_DLC support

2020-12-25 Thread Oliver Hartkopp
The len8_dlc element is filled by the CAN interface driver and used for CAN frame creation by the CAN driver when the CAN_CTRLMODE_CC_LEN8_DLC flag is supported by the driver and enabled via netlink configuration interface. Add the command line support for cc-len8-dlc for Linux 5.11+ Signed-off-b

[PATCH iproute2 5.11 2/2] iplink_can: fix format output for details with statistics

2020-12-25 Thread Oliver Hartkopp
In commit 36e584ad8af6 ("iplink_can: fix format output of clock with flag -details") from Antonio Borneo a single space has been added to separate the CAN controller clock value from the numtxqueues value which is printed in ipaddress.c directly after the CAN info output. To maintain a common inde

Re: [PATCH] net: phy: realtek: Add support for RTL9000AA/AN

2020-12-25 Thread Heiner Kallweit
On 25.12.2020 01:47, Yuusuke Ashizuka wrote: > RTL9000AA/AN as 100BASE-T1 is following: > - 100 Mbps > - Full duplex > - Link Status Change Interrupt > > Signed-off-by: Yuusuke Ashizuka > Signed-off-by: Torii Kenichi > --- > drivers/net/phy/realtek.c | 51 +++

Re: [PATCH] nfp: remove h from printk format specifier

2020-12-25 Thread Joe Perches
On Fri, 2020-12-25 at 06:56 -0800, Tom Rix wrote: > On 12/24/20 2:39 PM, Joe Perches wrote: [] > > Kernel code doesn't use a signed char or short with %hx or %hu very often > > but in case you didn't already know, any signed char/short emitted with > > anything like %hx or %hu needs to be left alon

Re: [PATCH] nfp: remove h from printk format specifier

2020-12-25 Thread Tom Rix
On 12/24/20 2:39 PM, Joe Perches wrote: > On Thu, 2020-12-24 at 14:14 -0800, Tom Rix wrote: >> On 12/24/20 12:21 PM, Simon Horman wrote: >>> On Wed, Dec 23, 2020 at 12:20:53PM -0800, t...@redhat.com wrote: From: Tom Rix This change fixes the checkpatch warning described in this co

BUG: sleeping function called from invalid context in do_user_addr_fault (2)

2020-12-25 Thread syzbot
Hello, syzbot found the following issue on: HEAD commit:d467d80d bpf: Remove unused including git tree: bpf console output: https://syzkaller.appspot.com/x/log.txt?x=159392cb50 kernel config: https://syzkaller.appspot.com/x/.config?x=2764fc28a92339f9 dashboard link: https://syzkal

Re: Re: [RFC v2 09/13] vduse: Add support for processing vhost iotlb message

2020-12-25 Thread Yongji Xie
On Fri, Dec 25, 2020 at 3:02 PM Jason Wang wrote: > > > On 2020/12/25 上午10:37, Yongji Xie wrote: > > On Thu, Dec 24, 2020 at 3:37 PM Yongji Xie wrote: > >> On Thu, Dec 24, 2020 at 10:41 AM Jason Wang wrote: > >>> > >>> On 2020/12/23 下午8:14, Yongji Xie wrote: > On Wed, Dec 23, 2020 at 5:05 P

[PATCH net] net: hns: fix return value check in __lb_other_process()

2020-12-25 Thread wangyunjian
From: Yunjian Wang The function skb_copy() could return NULL, the return value need to be checked. Fixes: b5996f11ea54 ("net: add Hisilicon Network Subsystem basic ethernet support") Signed-off-by: Yunjian Wang --- drivers/net/ethernet/hisilicon/hns/hns_ethtool.c | 4 1 file changed, 4 i

Re: Re: [RFC v2 09/13] vduse: Add support for processing vhost iotlb message

2020-12-25 Thread Yongji Xie
On Fri, Dec 25, 2020 at 2:58 PM Jason Wang wrote: > > > On 2020/12/24 下午3:37, Yongji Xie wrote: > > On Thu, Dec 24, 2020 at 10:41 AM Jason Wang wrote: > >> > >> On 2020/12/23 下午8:14, Yongji Xie wrote: > >>> On Wed, Dec 23, 2020 at 5:05 PM Jason Wang wrote: > On 2020/12/22 下午10:52, Xie Yongj