Re: [GIT PULL] Networking for 5.11-rc3

2021-01-08 Thread pr-tracker-bot
The pull request you sent on Thu,  7 Jan 2021 21:00:59 -0800:

> git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git 
> tags/net-5.11-rc3-2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6279d812eab67a6df6b22fa495201db6f2305924

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html


[GIT PULL] Networking for 5.11-rc3

2021-01-07 Thread Jakub Kicinski
Hi!

Slightly lighter PR to get back into the Thu cadence.
The HighMem fixes not here yet, but I didn't think they
were urgent so no point delaying.

The following changes since commit f6e7a024bfe5e11d91ccff46bb576e3fb5a516ea:

  Merge tag 'arc-5.11-rc3' of 
git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc (2021-01-05 12:46:27 
-0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git 
tags/net-5.11-rc3-2

for you to fetch changes up to 220efcf9caf755bdf92892afd37484cb6859e0d2:

  Merge tag 'mlx5-fixes-2021-01-07' of 
git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux (2021-01-07 19:13:30 
-0800)


Networking fixes for 5.11-rc3 (part 2), including fixes from bpf and
can trees.

Current release - always broken:

 - can: mcp251xfd: fix Tx/Rx ring buffer driver race conditions

 - dsa: hellcreek: fix led_classdev build errors

Previous releases - regressions:

 - ipv6: fib: flush exceptions when purging route to avoid netdev
  reference leak

 - ip_tunnels: fix pmtu check in nopmtudisc mode

 - ip: always refragment ip defragmented packets to avoid MTU issues
   when forwarding through tunnels, correct "packet too big"
   message is prohibitively tricky to generate

 - s390/qeth: fix locking for discipline setup / removal and during
  recovery to prevent both deadlocks and races

 - mlx5: Use port_num 1 instead of 0 when delete a RoCE address

Previous releases - always broken:

 - cdc_ncm: correct overhead calculation in delayed_ndp_size to prevent
out of bound accesses with Huawei 909s-120 LTE module

 - stmmac: dwmac-sun8i: fix suspend/resume:
   - PHY being left powered off
   - MAC syscon configuration being reset
   - reference to the reset controller being improperly dropped

 - qrtr: fix null-ptr-deref in qrtr_ns_remove

 - can: tcan4x5x: fix bittiming const, use common bittiming from m_can
  driver

 - mlx5e: CT: Use per flow counter when CT flow accounting is enabled

 - mlx5e: Fix SWP offsets when vlan inserted by driver

Misc:

 - bpf: Fix a task_iter bug caused by a bpf -> net merge conflict
resolution

And the usual many fixes to various error paths.

Signed-off-by: Jakub Kicinski 


Alaa Hleihel (1):
  net/mlx5: E-Switch, fix changing vf VLANID

Alan Maguire (1):
  bpftool: Fix compilation failure for net.o with older glibc

Aleksander Jan Bajkowski (1):
  net: dsa: lantiq_gswip: Exclude RMII from modes that report 1 GbE

Arnd Bergmann (7):
  qed: select CONFIG_CRC32
  phy: dp83640: select CONFIG_CRC32
  can: kvaser_pciefd: select CONFIG_CRC32
  wil6210: select CONFIG_CRC32
  cfg80211: select CONFIG_CRC32
  misdn: dsp: select CONFIG_BITREVERSE
  wan: ds26522: select CONFIG_BITREVERSE

Aya Levin (2):
  net/mlx5e: Add missing capability check for uplink follow
  net/mlx5e: ethtool, Fix restriction of autoneg with 56G

Ayush Sawal (7):
  chtls: Fix hardware tid leak
  chtls: Remove invalid set_tcb call
  chtls: Fix panic when route to peer not configured
  chtls: Avoid unnecessary freeing of oreq pointer
  chtls: Replace skb_dequeue with skb_peek
  chtls: Added a check to avoid NULL pointer dereference
  chtls: Fix chtls resources release sequence

Christophe JAILLET (1):
  net/sonic: Fix some resource leaks in error handling paths

Colin Ian King (1):
  octeontx2-af: fix memory leak of lmac and lmac->name

David S. Miller (2):
  Merge branch 'stmmac-fixes'
  Merge branch 'hns3-fixes'

Dinghao Liu (2):
  net/mlx5e: Fix two double free cases
  net/mlx5e: Fix memleak in mlx5e_create_l2_table_groups

Florian Westphal (3):
  selftests: netfilter: add selftest for ipip pmtu discovery with enabled 
connection tracking
  net: fix pmtu check in nopmtudisc mode
  net: ip: always refragment ip defragmented packets

Ido Schimmel (3):
  nexthop: Fix off-by-one error in error path
  nexthop: Unlink nexthop group entry in error path
  selftests: fib_nexthops: Fix wrong mausezahn invocation

Jakub Kicinski (11):
  net: suggest L2 discards be counted towards rx_dropped
  net: vlan: avoid leaks on register_vlan_dev() failures
  docs: net: fix documentation on .ndo_get_stats
  net: bareudp: add missing error handling for bareudp_link_config()
  Merge tag 'linux-can-fixes-for-5.11-20210107' of 
git://git.kernel.org/.../mkl/linux-can
  Merge branch 'net-fix-netfilter-defrag-ip-tunnel-pmtu-blackhole'
  Merge https://git.kernel.org/.../bpf/bpf
  Merge branch 'bug-fixes-for-chtls-driver'
  Merge branch 'nexthop-various-fixes'
  Merge branch 's390-qeth-fixes-2021-01-07'
  Merge tag 'mlx5-fixes-2021-01-07' of git://git.kernel.org/.../saeed/linux

Jian Shen (1):
  net: 

Re: [GIT PULL] Networking for 5.11-rc3

2021-01-05 Thread patchwork-bot+netdevbpf
Hello:

This pull request was applied to netdev/net.git (refs/heads/master):

On Mon,  4 Jan 2021 16:32:32 -0800 you wrote:
> The following changes since commit d64c6f96ba86bd8b97ed8d6762a8c8cc1770d214:
> 
>   Merge tag 'net-5.11-rc1' of 
> git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2020-12-17 13:45:24 
> -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git 
> tags/net-5.11-rc3
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] Networking for 5.11-rc3
https://git.kernel.org/netdev/net/c/aa35e45cd42a

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html




Re: [GIT PULL] Networking for 5.11-rc3

2021-01-05 Thread pr-tracker-bot
The pull request you sent on Mon,  4 Jan 2021 16:32:32 -0800:

> git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git tags/net-5.11-rc3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/aa35e45cd42aa249562c65e440c8d69fb84945d9

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html


[GIT PULL] Networking for 5.11-rc3

2021-01-04 Thread Jakub Kicinski
The following changes since commit d64c6f96ba86bd8b97ed8d6762a8c8cc1770d214:

  Merge tag 'net-5.11-rc1' of 
git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2020-12-17 13:45:24 
-0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git tags/net-5.11-rc3

for you to fetch changes up to a8f33c038f4e50b0f47448cb6c6ca184c4f717ef:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf (2021-01-04 
14:02:02 -0800)


Networking fixes for 5.11-rc3, including fixes from netfilter, wireless
and bpf trees.

Current release - regressions:

 - mt76: - usb: fix NULL pointer dereference in mt76u_status_worker
 - sdio: fix NULL pointer dereference in mt76s_process_tx_queue

 - net: ipa: fix interconnect enable bug

Current release - always broken:

 - netfilter: ipset: fixes possible oops in mtype_resize

 - ath11k: fix number of coding issues found by static analysis tools
   and spurious error messages

Previous releases - regressions:

 - e1000e: re-enable s0ix power saving flows for systems with
   the Intel i219-LM Ethernet controllers to fix power
   use regression

 - virtio_net: fix recursive call to cpus_read_lock() to avoid
   a deadlock

 - ipv4: ignore ECN bits for fib lookups in fib_compute_spec_dst()

 - net-sysfs: take the rtnl lock around XPS configuration

 - xsk: - fix memory leak for failed bind
- rollback reservation at NETDEV_TX_BUSY

 - r8169: work around power-saving bug on some chip versions

Previous releases - always broken:

 - dcb: validate netlink message in DCB handler

 - tun: fix return value when the number of iovs exceeds MAX_SKB_FRAGS
to prevent unnecessary retries

 - vhost_net: fix ubuf refcount when sendmsg fails

 - bpf: save correct stopping point in file seq iteration

 - ncsi: use real net-device for response handler

 - neighbor: fix div by zero caused by a data race (TOCTOU)

 - bareudp: - fix use of incorrect min_headroom size
- fix false positive lockdep splat from the TX lock

 - net: mvpp2: - clear force link UP during port init procedure
 in case bootloader had set it
   - add TCAM entry to drop flow control pause frames
   - fix PPPoE with ipv6 packet parsing
   - fix GoP Networking Complex Control config of port 3
   - fix pkt coalescing IRQ-threshold configuration

 - xsk: fix race in SKB mode transmit with shared cq

 - ionic: account for vlan tag len in rx buffer len

 - net: stmmac: ignore the second clock input, current clock framework
does not handle exclusive clock use well, other drivers
may reconfigure the second clock
Misc:

 - ppp: change PPPIOCUNBRIDGECHAN ioctl request number to follow
existing scheme

Signed-off-by: Jakub Kicinski 


Alex Elder (6):
  net: ipa: fix interconnect enable bug
  net: ipa: clear pending interrupts before enabling
  net: ipa: use state to determine channel command success
  net: ipa: use state to determine event ring command success
  net: ipa: don't return a value from gsi_channel_command()
  net: ipa: don't return a value from evt_ring_command()

Andrii Nakryiko (1):
  selftests/bpf: Work-around EBUSY errors from hashmap update/delete

Antoine Tenart (4):
  net-sysfs: take the rtnl lock when storing xps_cpus
  net-sysfs: take the rtnl lock when accessing xps_cpus_map and num_tc
  net-sysfs: take the rtnl lock when storing xps_rxqs
  net-sysfs: take the rtnl lock when accessing xps_rxqs_map and num_tc

Arend van Spriel (1):
  MAINTAINERS: switch to different email address

Baruch Siach (4):
  net: af_packet: fix procfs header for 64-bit pointers
  docs: netdev-FAQ: fix question headers formatting
  docs: networking: packet_mmap: fix formatting for C macros
  docs: networking: packet_mmap: fix old config reference

Bjørn Mork (1):
  net: usb: qmi_wwan: add Quectel EM160R-GL

Carl Huang (4):
  ath11k: fix crash caused by NULL rx_channel
  ath11k: start vdev if a bss peer is already created
  ath11k: qmi: try to allocate a big block of DMA memory first
  ath11k: pci: disable ASPM L0sLs before downloading firmware

Charles Keepax (1):
  net: macb: Correct usage of MACB_CAPS_CLK_HW_CHG flag

Colin Ian King (3):
  netfilter: nftables: fix incorrect increment of loop counter
  ath11k: add missing null check on allocated skb
  selftests/bpf: Fix spelling mistake "tranmission" -> "transmission"

Cong Wang (1):
  erspan: fix version 1 check in gre_parse_header()

Dan Carpenter (3):
  ath11k: Fix error code in ath11k_core_suspend()
  ath11k: Fix ath11k_pci_fix_l1ss()
  atm: idt77252: call pci_disable_device() on error path

David S. Miller (1):
  Merge