https://github.com/torvalds/linux
Revision 4d02da974ea85a62074efedf354e82778f910d82 authored by Linus Torvalds on 19 November 2020, 21:33:16 UTC, committed by Linus Torvalds on 19 November 2020, 21:33:16 UTC
Pull networking fixes from Jakub Kicinski:
 "Networking fixes for 5.10-rc5, including fixes from the WiFi
  (mac80211), can and bpf (including the strncpy_from_user fix).

  Current release - regressions:

   - mac80211: fix memory leak of filtered powersave frames

   - mac80211: free sta in sta_info_insert_finish() on errors to avoid
     sleeping in atomic context

   - netlabel: fix an uninitialized variable warning added in -rc4

  Previous release - regressions:

   - vsock: forward all packets to the host when no H2G is registered,
     un-breaking AWS Nitro Enclaves

   - net: Exempt multicast addresses from five-second neighbor lifetime
     requirement, decreasing the chances neighbor tables fill up

   - net/tls: fix corrupted data in recvmsg

   - qed: fix ILT configuration of SRC block

   - can: m_can: process interrupt only when not runtime suspended

  Previous release - always broken:

   - page_frag: Recover from memory pressure by not recycling pages
     allocating from the reserves

   - strncpy_from_user: Mask out bytes after NUL terminator

   - ip_tunnels: Set tunnel option flag only when tunnel metadata is
     present, always setting it confuses Open vSwitch

   - bpf, sockmap:
      - Fix partial copy_page_to_iter so progress can still be made
      - Fix socket memory accounting and obeying SO_RCVBUF

   - net: Have netpoll bring-up DSA management interface

   - net: bridge: add missing counters to ndo_get_stats64 callback

   - tcp: brr: only postpone PROBE_RTT if RTT is < current min_rtt

   - enetc: Workaround MDIO register access HW bug

   - net/ncsi: move netlink family registration to a subsystem init,
     instead of tying it to driver probe

   - net: ftgmac100: unregister NC-SI when removing driver to avoid
     crash

   - lan743x:
      - prevent interrupt storm on open
      - fix freeing skbs in the wrong context

   - net/mlx5e: Fix socket refcount leak on kTLS RX resync

   - net: dsa: mv88e6xxx: Avoid VLAN database corruption on 6097

   - fix 21 unset return codes and other mistakes on error paths, mostly
     detected by the Hulk Robot"

* tag 'net-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (115 commits)
  fail_function: Remove a redundant mutex unlock
  selftest/bpf: Test bpf_probe_read_user_str() strips trailing bytes after NUL
  lib/strncpy_from_user.c: Mask out bytes after NUL terminator.
  net/smc: fix direct access to ib_gid_addr->ndev in smc_ib_determine_gid()
  net/smc: fix matching of existing link groups
  ipv6: Remove dependency of ipv6_frag_thdr_truncated on ipv6 module
  libbpf: Fix VERSIONED_SYM_COUNT number parsing
  net/mlx4_core: Fix init_hca fields offset
  atm: nicstar: Unmap DMA on send error
  page_frag: Recover from memory pressure
  net: dsa: mv88e6xxx: Wait for EEPROM done after HW reset
  mlxsw: core: Use variable timeout for EMAD retries
  mlxsw: Fix firmware flashing
  net: Have netpoll bring-up DSA management interface
  atl1e: fix error return code in atl1e_probe()
  atl1c: fix error return code in atl1c_probe()
  ah6: fix error return code in ah6_input()
  net: usb: qmi_wwan: Set DTR quirk for MR400
  can: m_can: process interrupt only when not runtime suspended
  can: flexcan: flexcan_chip_start(): fix erroneous flexcan_transceiver_enable() during bus-off recovery
  ...
2 parent s 3be28e9 + e6ea60b
History
Tip revision: 4d02da974ea85a62074efedf354e82778f910d82 authored by Linus Torvalds on 19 November 2020, 21:33:16 UTC
Merge tag 'net-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Tip revision: 4d02da9
File Mode Size
Kconfig -rw-r--r-- 10.0 KB
Kconfig.arm -rw-r--r-- 9.4 KB
Kconfig.powerpc -rw-r--r-- 1.6 KB
Kconfig.x86 -rw-r--r-- 9.1 KB
Makefile -rw-r--r-- 5.3 KB
acpi-cpufreq.c -rw-r--r-- 24.6 KB
amd_freq_sensitivity.c -rw-r--r-- 4.0 KB
armada-37xx-cpufreq.c -rw-r--r-- 13.8 KB
armada-8k-cpufreq.c -rw-r--r-- 4.7 KB
bmips-cpufreq.c -rw-r--r-- 4.3 KB
brcmstb-avs-cpufreq.c -rw-r--r-- 20.0 KB
cppc_cpufreq.c -rw-r--r-- 13.0 KB
cpufreq-dt-platdev.c -rw-r--r-- 5.3 KB
cpufreq-dt.c -rw-r--r-- 9.5 KB
cpufreq-dt.h -rw-r--r-- 608 bytes
cpufreq-nforce2.c -rw-r--r-- 9.0 KB
cpufreq.c -rw-r--r-- 73.5 KB
cpufreq_conservative.c -rw-r--r-- 8.7 KB
cpufreq_governor.c -rw-r--r-- 16.5 KB
cpufreq_governor.h -rw-r--r-- 5.5 KB
cpufreq_governor_attr_set.c -rw-r--r-- 2.1 KB
cpufreq_ondemand.c -rw-r--r-- 12.8 KB
cpufreq_ondemand.h -rw-r--r-- 655 bytes
cpufreq_performance.c -rw-r--r-- 1.2 KB
cpufreq_powersave.c -rw-r--r-- 1.0 KB
cpufreq_stats.c -rw-r--r-- 7.1 KB
cpufreq_userspace.c -rw-r--r-- 3.6 KB
davinci-cpufreq.c -rw-r--r-- 3.8 KB
e_powersaver.c -rw-r--r-- 10.7 KB
elanfreq.c -rw-r--r-- 5.5 KB
freq_table.c -rw-r--r-- 8.7 KB
gx-suspmod.c -rw-r--r-- 13.9 KB
highbank-cpufreq.c -rw-r--r-- 2.7 KB
ia64-acpi-cpufreq.c -rw-r--r-- 7.6 KB
imx-cpufreq-dt.c -rw-r--r-- 5.3 KB
imx6q-cpufreq.c -rw-r--r-- 14.6 KB
intel_pstate.c -rw-r--r-- 77.6 KB
kirkwood-cpufreq.c -rw-r--r-- 4.8 KB
longhaul.c -rw-r--r-- 25.3 KB
longhaul.h -rw-r--r-- 8.5 KB
longrun.c -rw-r--r-- 8.1 KB
loongson1-cpufreq.c -rw-r--r-- 5.5 KB
loongson2_cpufreq.c -rw-r--r-- 4.3 KB
maple-cpufreq.c -rw-r--r-- 6.5 KB
mediatek-cpufreq.c -rw-r--r-- 15.0 KB
mvebu-cpufreq.c -rw-r--r-- 2.6 KB
omap-cpufreq.c -rw-r--r-- 4.9 KB
p4-clockmod.c -rw-r--r-- 6.9 KB
pasemi-cpufreq.c -rw-r--r-- 6.0 KB
pcc-cpufreq.c -rw-r--r-- 15.7 KB
pmac32-cpufreq.c -rw-r--r-- 17.6 KB
pmac64-cpufreq.c -rw-r--r-- 17.5 KB
powernow-k6.c -rw-r--r-- 8.1 KB
powernow-k7.c -rw-r--r-- 15.8 KB
powernow-k7.h -rw-r--r-- 773 bytes
powernow-k8.c -rw-r--r-- 30.5 KB
powernow-k8.h -rw-r--r-- 6.5 KB
powernv-cpufreq.c -rw-r--r-- 30.5 KB
ppc_cbe_cpufreq.c -rw-r--r-- 3.6 KB
ppc_cbe_cpufreq.h -rw-r--r-- 1.0 KB
ppc_cbe_cpufreq_pervasive.c -rw-r--r-- 2.2 KB
ppc_cbe_cpufreq_pmi.c -rw-r--r-- 3.1 KB
pxa2xx-cpufreq.c -rw-r--r-- 8.7 KB
pxa3xx-cpufreq.c -rw-r--r-- 5.4 KB
qcom-cpufreq-hw.c -rw-r--r-- 11.1 KB
qcom-cpufreq-nvmem.c -rw-r--r-- 12.2 KB
qoriq-cpufreq.c -rw-r--r-- 6.9 KB
raspberrypi-cpufreq.c -rw-r--r-- 2.3 KB
s3c2410-cpufreq.c -rw-r--r-- 3.6 KB
s3c2412-cpufreq.c -rw-r--r-- 5.5 KB
s3c2416-cpufreq.c -rw-r--r-- 12.2 KB
s3c2440-cpufreq.c -rw-r--r-- 7.4 KB
s3c24xx-cpufreq-debugfs.c -rw-r--r-- 3.7 KB
s3c24xx-cpufreq.c -rw-r--r-- 15.5 KB
s3c64xx-cpufreq.c -rw-r--r-- 4.9 KB
s5pv210-cpufreq.c -rw-r--r-- 17.0 KB
sa1100-cpufreq.c -rw-r--r-- 6.3 KB
sa1110-cpufreq.c -rw-r--r-- 8.8 KB
sc520_freq.c -rw-r--r-- 2.8 KB
scmi-cpufreq.c -rw-r--r-- 6.5 KB
scpi-cpufreq.c -rw-r--r-- 5.5 KB
sfi-cpufreq.c -rw-r--r-- 3.1 KB
sh-cpufreq.c -rw-r--r-- 4.8 KB
sparc-us2e-cpufreq.c -rw-r--r-- 8.8 KB
sparc-us3-cpufreq.c -rw-r--r-- 4.9 KB
spear-cpufreq.c -rw-r--r-- 5.9 KB
speedstep-centrino.c -rw-r--r-- 13.8 KB
speedstep-ich.c -rw-r--r-- 9.1 KB
speedstep-lib.c -rw-r--r-- 11.6 KB
speedstep-lib.h -rw-r--r-- 1.7 KB
speedstep-smi.c -rw-r--r-- 9.5 KB
sti-cpufreq.c -rw-r--r-- 7.1 KB
sun50i-cpufreq-nvmem.c -rw-r--r-- 5.0 KB
tango-cpufreq.c -rw-r--r-- 927 bytes
tegra124-cpufreq.c -rw-r--r-- 4.9 KB
tegra186-cpufreq.c -rw-r--r-- 7.0 KB
tegra194-cpufreq.c -rw-r--r-- 10.5 KB
tegra20-cpufreq.c -rw-r--r-- 2.8 KB
ti-cpufreq.c -rw-r--r-- 11.3 KB
vexpress-spc-cpufreq.c -rw-r--r-- 14.6 KB

back to top