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
aacraid
aic7xxx
aic94xx
arcmsr
arm
be2iscsi
bfa
bnx2fc
bnx2i
csiostor
cxgbi
cxlflash
device_handler
dpt
esas2r
fcoe
fnic
hisi_sas
ibmvscsi
ibmvscsi_tgt
isci
libfc
libsas
lpfc
megaraid
mpt3sas
mvsas
pcmcia
pm8001
qedf
qedi
qla2xxx
qla4xxx
smartpqi
snic
sym53c8xx_2
ufs
.gitignore -rw-r--r-- 70 bytes
3w-9xxx.c -rw-r--r-- 75.1 KB
3w-9xxx.h -rw-r--r-- 25.6 KB
3w-sas.c -rw-r--r-- 57.7 KB
3w-sas.h -rw-r--r-- 13.6 KB
3w-xxxx.c -rw-r--r-- 82.8 KB
3w-xxxx.h -rw-r--r-- 16.3 KB
53c700.c -rw-r--r-- 66.8 KB
53c700.h -rw-r--r-- 16.4 KB
53c700.scr -rw-r--r-- 10.6 KB
53c700_d.h_shipped -rw-r--r-- 28.2 KB
BusLogic.c -rw-r--r-- 127.2 KB
BusLogic.h -rw-r--r-- 33.8 KB
FlashPoint.c -rw-r--r-- 192.8 KB
Kconfig -rw-r--r-- 51.3 KB
Makefile -rw-r--r-- 7.7 KB
NCR5380.c -rw-r--r-- 70.1 KB
NCR5380.h -rw-r--r-- 11.2 KB
a100u2w.c -rw-r--r-- 35.8 KB
a100u2w.h -rw-r--r-- 16.5 KB
a2091.c -rw-r--r-- 6.1 KB
a2091.h -rw-r--r-- 1.5 KB
a3000.c -rw-r--r-- 6.5 KB
a3000.h -rw-r--r-- 1.6 KB
a4000t.c -rw-r--r-- 3.2 KB
advansys.c -rw-r--r-- 345.5 KB
aha152x.c -rw-r--r-- 82.5 KB
aha152x.h -rw-r--r-- 10.0 KB
aha1542.c -rw-r--r-- 30.2 KB
aha1542.h -rw-r--r-- 3.4 KB
aha1740.c -rw-r--r-- 18.9 KB
aha1740.h -rw-r--r-- 4.9 KB
am53c974.c -rw-r--r-- 12.7 KB
atari_scsi.c -rw-r--r-- 26.6 KB
atp870u.c -rw-r--r-- 58.7 KB
atp870u.h -rw-r--r-- 1.4 KB
bvme6000_scsi.c -rw-r--r-- 3.3 KB
ch.c -rw-r--r-- 25.4 KB
constants.c -rw-r--r-- 15.4 KB
dc395x.c -rw-r--r-- 136.7 KB
dc395x.h -rw-r--r-- 25.3 KB
dmx3191d.c -rw-r--r-- 3.6 KB
dpt_i2o.c -rw-r--r-- 90.6 KB
dpti.h -rw-r--r-- 11.1 KB
esp_scsi.c -rw-r--r-- 69.0 KB
esp_scsi.h -rw-r--r-- 22.0 KB
fdomain.c -rw-r--r-- 15.8 KB
fdomain.h -rw-r--r-- 5.1 KB
fdomain_isa.c -rw-r--r-- 6.6 KB
fdomain_pci.c -rw-r--r-- 1.4 KB
g_NCR5380.c -rw-r--r-- 21.2 KB
gdth.c -rw-r--r-- 146.1 KB
gdth.h -rw-r--r-- 44.4 KB
gdth_ioctl.h -rw-r--r-- 11.1 KB
gdth_proc.c -rw-r--r-- 20.7 KB
gdth_proc.h -rw-r--r-- 488 bytes
gvp11.c -rw-r--r-- 10.1 KB
gvp11.h -rw-r--r-- 1.3 KB
hosts.c -rw-r--r-- 17.9 KB
hpsa.c -rw-r--r-- 272.7 KB
hpsa.h -rw-r--r-- 19.9 KB
hpsa_cmd.h -rw-r--r-- 28.2 KB
hptiop.c -rw-r--r-- 45.4 KB
hptiop.h -rw-r--r-- 9.2 KB
imm.c -rw-r--r-- 29.5 KB
imm.h -rw-r--r-- 5.0 KB
initio.c -rw-r--r-- 79.7 KB
initio.h -rw-r--r-- 29.3 KB
ipr.c -rw-r--r-- 302.1 KB
ipr.h -rw-r--r-- 50.9 KB
ips.c -rw-r--r-- 231.3 KB
ips.h -rw-r--r-- 41.1 KB
iscsi_boot_sysfs.c -rw-r--r-- 18.2 KB
iscsi_tcp.c -rw-r--r-- 28.3 KB
iscsi_tcp.h -rw-r--r-- 1.5 KB
jazz_esp.c -rw-r--r-- 4.5 KB
lasi700.c -rw-r--r-- 4.0 KB
libiscsi.c -rw-r--r-- 97.2 KB
libiscsi_tcp.c -rw-r--r-- 32.5 KB
mac53c94.c -rw-r--r-- 15.0 KB
mac53c94.h -rw-r--r-- 5.0 KB
mac_esp.c -rw-r--r-- 11.5 KB
mac_scsi.c -rw-r--r-- 15.5 KB
megaraid.c -rw-r--r-- 105.2 KB
megaraid.h -rw-r--r-- 26.5 KB
mesh.c -rw-r--r-- 52.8 KB
mesh.h -rw-r--r-- 3.9 KB
mvme147.c -rw-r--r-- 3.7 KB
mvme147.h -rw-r--r-- 504 bytes
mvme16x_scsi.c -rw-r--r-- 3.7 KB
mvumi.c -rw-r--r-- 69.2 KB
mvumi.h -rw-r--r-- 11.6 KB
myrb.c -rw-r--r-- 97.3 KB
myrb.h -rw-r--r-- 30.2 KB
myrs.c -rw-r--r-- 91.6 KB
myrs.h -rw-r--r-- 36.9 KB
ncr53c8xx.c -rw-r--r-- 209.8 KB
ncr53c8xx.h -rw-r--r-- 39.2 KB
nsp32.c -rw-r--r-- 87.3 KB
nsp32.h -rw-r--r-- 20.8 KB
nsp32_debug.c -rw-r--r-- 7.3 KB
nsp32_io.h -rw-r--r-- 5.9 KB
pmcraid.c -rw-r--r-- 163.2 KB
pmcraid.h -rw-r--r-- 36.2 KB
ppa.c -rw-r--r-- 26.1 KB
ppa.h -rw-r--r-- 5.0 KB
ps3rom.c -rw-r--r-- 10.6 KB
qla1280.c -rw-r--r-- 122.4 KB
qla1280.h -rw-r--r-- 34.4 KB
qlogicfas.c -rw-r--r-- 5.5 KB
qlogicfas408.c -rw-r--r-- 14.6 KB
qlogicfas408.h -rw-r--r-- 4.6 KB
qlogicpti.c -rw-r--r-- 40.0 KB
qlogicpti.h -rw-r--r-- 18.8 KB
raid_class.c -rw-r--r-- 7.7 KB
script_asm.pl -rw-r--r-- 27.8 KB
scsi.c -rw-r--r-- 22.1 KB
scsi.h -rw-r--r-- 1.1 KB
scsi_common.c -rw-r--r-- 8.7 KB
scsi_debug.c -rw-r--r-- 217.9 KB
scsi_debugfs.c -rw-r--r-- 1.5 KB
scsi_debugfs.h -rw-r--r-- 132 bytes
scsi_devinfo.c -rw-r--r-- 28.7 KB
scsi_dh.c -rw-r--r-- 9.1 KB
scsi_error.c -rw-r--r-- 68.6 KB
scsi_ioctl.c -rw-r--r-- 8.6 KB
scsi_lib.c -rw-r--r-- 83.2 KB
scsi_lib_dma.c -rw-r--r-- 1.2 KB
scsi_logging.c -rw-r--r-- 11.4 KB
scsi_logging.h -rw-r--r-- 3.6 KB
scsi_netlink.c -rw-r--r-- 2.9 KB
scsi_pm.c -rw-r--r-- 8.0 KB
scsi_priv.h -rw-r--r-- 6.4 KB
scsi_proc.c -rw-r--r-- 11.1 KB
scsi_sas_internal.h -rw-r--r-- 1.5 KB
scsi_scan.c -rw-r--r-- 54.4 KB
scsi_sysctl.c -rw-r--r-- 982 bytes
scsi_sysfs.c -rw-r--r-- 42.3 KB
scsi_trace.c -rw-r--r-- 8.3 KB
scsi_transport_api.h -rw-r--r-- 184 bytes
scsi_transport_fc.c -rw-r--r-- 113.8 KB
scsi_transport_iscsi.c -rw-r--r-- 144.0 KB
scsi_transport_sas.c -rw-r--r-- 51.1 KB
scsi_transport_spi.c -rw-r--r-- 43.8 KB
scsi_transport_srp.c -rw-r--r-- 24.2 KB
scsicam.c -rw-r--r-- 7.6 KB
sd.c -rw-r--r-- 100.3 KB
sd.h -rw-r--r-- 6.9 KB
sd_dif.c -rw-r--r-- 1.9 KB
sd_zbc.c -rw-r--r-- 20.9 KB
sense_codes.h -rw-r--r-- 42.8 KB
ses.c -rw-r--r-- 19.8 KB
sg.c -rw-r--r-- 70.9 KB
sgiwd93.c -rw-r--r-- 7.8 KB
sim710.c -rw-r--r-- 5.9 KB
sni_53c710.c -rw-r--r-- 2.9 KB
sr.c -rw-r--r-- 26.5 KB
sr.h -rw-r--r-- 2.7 KB
sr_ioctl.c -rw-r--r-- 14.7 KB
sr_vendor.c -rw-r--r-- 8.8 KB
st.c -rw-r--r-- 130.6 KB
st.h -rw-r--r-- 7.3 KB
st_options.h -rw-r--r-- 3.9 KB
stex.c -rw-r--r-- 48.5 KB
storvsc_drv.c -rw-r--r-- 56.4 KB
sun3_scsi.c -rw-r--r-- 16.0 KB
sun3_scsi_vme.c -rw-r--r-- 46 bytes
sun3x_esp.c -rw-r--r-- 6.3 KB
sun_esp.c -rw-r--r-- 13.2 KB
virtio_scsi.c -rw-r--r-- 26.7 KB
vmw_pvscsi.c -rw-r--r-- 43.2 KB
vmw_pvscsi.h -rw-r--r-- 13.4 KB
wd33c93.c -rw-r--r-- 65.0 KB
wd33c93.h -rw-r--r-- 10.6 KB
wd719x.c -rw-r--r-- 27.1 KB
wd719x.h -rw-r--r-- 9.5 KB
xen-scsifront.c -rw-r--r-- 28.4 KB
zalon.c -rw-r--r-- 5.0 KB
zorro7xx.c -rw-r--r-- 4.5 KB
zorro_esp.c -rw-r--r-- 24.7 KB

back to top