linux-xiaomi-chiron/Documentation/devicetree/bindings
Linus Torvalds d7c5303fbc Networking fixes for 5.13-rc4, including fixes from bpf, netfilter,
can and wireless trees. Notably including fixes for the recently
 announced "FragAttacks" WiFi vulnerabilities. Rather large batch,
 touching some core parts of the stack, too, but nothing hair-raising.
 
 Current release - regressions:
 
  - tipc: make node link identity publish thread safe
 
  - dsa: felix: re-enable TAS guard band mode
 
  - stmmac: correct clocks enabled in stmmac_vlan_rx_kill_vid()
 
  - stmmac: fix system hang if change mac address after interface ifdown
 
 Current release - new code bugs:
 
  - mptcp: avoid OOB access in setsockopt()
 
  - bpf: Fix nested bpf_bprintf_prepare with more per-cpu buffers
 
  - ethtool: stats: fix a copy-paste error - init correct array size
 
 Previous releases - regressions:
 
  - sched: fix packet stuck problem for lockless qdisc
 
  - net: really orphan skbs tied to closing sk
 
  - mlx4: fix EEPROM dump support
 
  - bpf: fix alu32 const subreg bound tracking on bitwise operations
 
  - bpf: fix mask direction swap upon off reg sign change
 
  - bpf, offload: reorder offload callback 'prepare' in verifier
 
  - stmmac: Fix MAC WoL not working if PHY does not support WoL
 
  - packetmmap: fix only tx timestamp on request
 
  - tipc: skb_linearize the head skb when reassembling msgs
 
 Previous releases - always broken:
 
  - mac80211: address recent "FragAttacks" vulnerabilities
 
  - mac80211: do not accept/forward invalid EAPOL frames
 
  - mptcp: avoid potential error message floods
 
  - bpf, ringbuf: deny reserve of buffers larger than ringbuf to prevent
                  out of buffer writes
 
  - bpf: forbid trampoline attach for functions with variable arguments
 
  - bpf: add deny list of functions to prevent inf recursion of tracing
         programs
 
  - tls splice: check SPLICE_F_NONBLOCK instead of MSG_DONTWAIT
 
  - can: isotp: prevent race between isotp_bind() and isotp_setsockopt()
 
  - netfilter: nft_set_pipapo_avx2: Add irq_fpu_usable() check,
               fallback to non-AVX2 version
 
 Misc:
 
  - bpf: add kconfig knob for disabling unpriv bpf by default
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCAAdFiEE6jPA+I1ugmIBA4hXMUZtbf5SIrsFAmCuy2gACgkQMUZtbf5S
 IruE5BAAhihia5EaiV71Bz/Cqr/d+osv5u283riKT8kBft0bWFVFFnT3iweWyR0/
 5X+bB6zmr80Cuqh45ZeYyq+zJtiAAlsbD5hqBIGdMriSWLxciNKjVJRzuEjuqnek
 USMW/LqGyf4NhmLogmQKpx8XcKSG7VYuK7vPrsH8us1dL5vIssceIXn8R9Dzj9NN
 P77K5Z+Oka8XQJgetNLxR3tDAM/92RwIshotkhJbRwgiUvzb+wbnrnSOAZCIPgku
 ydJyOxOklln1Sx07SejgzEl33ri0CkioDPThBWpOn7Mu0JrYKukXPKludoZcRYuJ
 2jNLYfbH0ZS5EkOfk89h7j7MDoAJMUK72M+S1w5DEYz6eH2EjhAq9noZ6E1iQH+U
 9vfoIvQjPh6Zhyk5QeM4dpt0cvR7rSElXkLVxo/x0dSBAi2rIng1bKeCUtv2J689
 CsoD0oghtEzvUTYVxY6iNr15OFGl6KsZv4tVQ709gGA36sDlK8ozGbJH5WReobBl
 f8H2WJlj2tVW5V75yUoio8TumDw34yk/5xlJFzm9GOwkqBrUcqOraHtHdUIsa4qr
 KbELQQ9QVt4zYdLAiWy5BL/QLycp0ibmA1IB8W1bxEVSK1JXzREHzPxv85KOfZkn
 8+vzNHmk2PEZYYsExiEykc5jXKOCPs8L0rJ6p4OverlbpDZcwIg=
 =peMK
 -----END PGP SIGNATURE-----

Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net

Pull networking fixes from Jakub Kicinski:
 "Networking fixes for 5.13-rc4, including fixes from bpf, netfilter,
  can and wireless trees. Notably including fixes for the recently
  announced "FragAttacks" WiFi vulnerabilities. Rather large batch,
  touching some core parts of the stack, too, but nothing hair-raising.

  Current release - regressions:

   - tipc: make node link identity publish thread safe

   - dsa: felix: re-enable TAS guard band mode

   - stmmac: correct clocks enabled in stmmac_vlan_rx_kill_vid()

   - stmmac: fix system hang if change mac address after interface
     ifdown

  Current release - new code bugs:

   - mptcp: avoid OOB access in setsockopt()

   - bpf: Fix nested bpf_bprintf_prepare with more per-cpu buffers

   - ethtool: stats: fix a copy-paste error - init correct array size

  Previous releases - regressions:

   - sched: fix packet stuck problem for lockless qdisc

   - net: really orphan skbs tied to closing sk

   - mlx4: fix EEPROM dump support

   - bpf: fix alu32 const subreg bound tracking on bitwise operations

   - bpf: fix mask direction swap upon off reg sign change

   - bpf, offload: reorder offload callback 'prepare' in verifier

   - stmmac: Fix MAC WoL not working if PHY does not support WoL

   - packetmmap: fix only tx timestamp on request

   - tipc: skb_linearize the head skb when reassembling msgs

  Previous releases - always broken:

   - mac80211: address recent "FragAttacks" vulnerabilities

   - mac80211: do not accept/forward invalid EAPOL frames

   - mptcp: avoid potential error message floods

   - bpf, ringbuf: deny reserve of buffers larger than ringbuf to
     prevent out of buffer writes

   - bpf: forbid trampoline attach for functions with variable arguments

   - bpf: add deny list of functions to prevent inf recursion of tracing
     programs

   - tls splice: check SPLICE_F_NONBLOCK instead of MSG_DONTWAIT

   - can: isotp: prevent race between isotp_bind() and
     isotp_setsockopt()

   - netfilter: nft_set_pipapo_avx2: Add irq_fpu_usable() check,
     fallback to non-AVX2 version

  Misc:

   - bpf: add kconfig knob for disabling unpriv bpf by default"

* tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (172 commits)
  net: phy: Document phydev::dev_flags bits allocation
  mptcp: validate 'id' when stopping the ADD_ADDR retransmit timer
  mptcp: avoid error message on infinite mapping
  mptcp: drop unconditional pr_warn on bad opt
  mptcp: avoid OOB access in setsockopt()
  nfp: update maintainer and mailing list addresses
  net: mvpp2: add buffer header handling in RX
  bnx2x: Fix missing error code in bnx2x_iov_init_one()
  net: zero-initialize tc skb extension on allocation
  net: hns: Fix kernel-doc
  sctp: fix the proc_handler for sysctl encap_port
  sctp: add the missing setting for asoc encap_port
  bpf, selftests: Adjust few selftest result_unpriv outcomes
  bpf: No need to simulate speculative domain for immediates
  bpf: Fix mask direction swap upon off reg sign change
  bpf: Wrap aux data inside bpf_sanitize_info container
  bpf: Fix BPF_LSM kconfig symbol dependency
  selftests/bpf: Add test for l3 use of bpf_redirect_peer
  bpftool: Add sock_release help info for cgroup attach/prog load command
  net: dsa: microchip: enable phy errata workaround on 9567
  ...
2021-05-26 17:44:49 -10:00
..
arc
arm ARM: 2021-05-01 10:14:08 -07:00
ata dt-binding: ata: tegra: Add dt-binding documentation for Tegra186 2021-04-07 10:05:03 -06:00
auxdisplay dt-bindings: auxdisplay: ht16k33: Convert to json-schema 2021-01-25 22:16:10 +01:00
board
bus dt-bindings: bus: rsb: Add H616 compatible string 2021-01-28 11:20:12 +01:00
chrome
clock dt-bindings: More removals of type references on common properties 2021-05-17 16:20:08 -05:00
connector dt-bindings: connector: Add slow-charger-loop definition 2021-04-22 10:56:51 +02:00
counter dt-bindings: counter: add interrupt-counter binding 2021-03-25 19:13:51 +00:00
cpu
cpufreq
crypto dt-bindings: crypto: ti,sa2ul: Add new compatible for AM64 2021-04-22 17:31:30 +10:00
csky
ddr dt-bindings: ddr: Add optional manufacturer and revision ID to LPDDR3 2021-03-27 12:58:03 -06:00
devfreq dt-bindings: devfreq: rk3399_dmc: Remove references of unexistant defines 2021-04-08 13:14:50 +09:00
display dt-bindings: display: renesas,du: Add missing power-domains property 2021-05-03 18:55:32 -05:00
dma dmaengine updates for v5.13-rc1 2021-05-04 11:24:46 -07:00
dsp dt-bindings: Add missing array size constraints 2021-01-11 17:42:25 -06:00
edac dt-bindings: edac: aspeed-sdram-edac: Add ast2400/ast2600 support 2020-12-07 12:03:11 +01:00
eeprom Devicetree updates for v5.12: 2021-02-22 10:05:12 -08:00
extcon bindings: pm8941-misc: Add support for VBUS detection 2021-04-08 13:10:16 +09:00
firmware ARM: devicetree changes for 5.13 2021-04-26 12:20:49 -07:00
fpga dt-bindings: fpga: fpga-region: Convert to sugar syntax 2021-04-02 09:57:44 -07:00
fsi dt-bindings: fsi: Add P10 OCC device documentation 2020-12-11 07:42:27 -08:00
fuse
gnss
goldfish
gpio gpio updates for v5.13 2021-05-05 12:39:29 -07:00
gpu dt-bindings: mali-bifrost: add dma-coherent 2021-04-22 23:19:47 +02:00
h8300
hsi
hwlock hwspinlock: remove sirf driver 2021-03-17 21:22:06 -05:00
hwmon dt-bindings: fix references for iio-bindings.txt 2021-04-09 14:18:49 -05:00
i2c Merge branch 'i2c/for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux 2021-04-30 13:01:02 -07:00
i3c I3C for 5.13 2021-05-07 13:06:34 -07:00
iio dt-bindings: More removals of type references on common properties 2021-05-17 16:20:08 -05:00
infiniband IB/hns: Fix mispelling of subsystem 2021-03-22 21:46:37 -03:00
input dt-bindings: More removals of type references on common properties 2021-05-17 16:20:08 -05:00
interconnect dt-bindings: More removals of type references on common properties 2021-05-17 16:20:08 -05:00
interrupt-controller dt-bindings: interrupt-controller: idt,32434-pic: Add missing interrupts property 2021-04-30 13:51:55 -05:00
iommu Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unisoc', 'x86/vt-d', 'x86/amd' and 'core' into next 2021-04-16 17:16:03 +02:00
ipmi
leds leds: Fix reference file name of documentation 2021-05-11 14:48:43 -05:00
mailbox - qcom: enable support for SM8350 and SC7280 2021-04-28 16:10:33 -07:00
media dt-bindings: media: renesas,drif: Use graph schema 2021-05-17 16:19:54 -05:00
memory-controllers Devicetree updates for v5.13: 2021-04-28 15:50:24 -07:00
mfd This is the bulk of the pin control changes for the v5.13 kernel cycle 2021-04-30 13:04:30 -07:00
mips dt-bindings: mips: Add support for RTL83xx SoC series 2021-02-04 20:17:11 +01:00
misc Char/Misc driver patches for 5.12-rc1 2021-02-24 10:25:37 -08:00
mmc mmc: mmc_spi: Set up polling even if voltage-ranges is not present 2021-04-23 09:29:49 +02:00
mtd dt-bindings: Remove unused Sigma Designs Tango bindings 2021-05-03 10:21:59 -05:00
mux
nds32
net Networking fixes for 5.13-rc4, including fixes from bpf, netfilter, 2021-05-26 17:44:49 -10:00
nios2
nvmem ARM: SoC fixes for 5.13 2021-05-20 14:46:26 -10:00
openrisc/opencores
opp dt-bindings: opp: Allow empty OPP tables 2020-12-09 11:22:12 +05:30
pci Devicetree fixes for v5.13-rc: 2021-05-06 09:53:40 -07:00
perf bindings: perf: imx-ddr: add compatible string 2020-12-09 14:14:02 +00:00
phy dt-bindings: phy: cadence-torrent: update reference file of docs 2021-05-10 11:53:28 -05:00
pinctrl gpio updates for v5.13 2021-05-05 12:39:29 -07:00
pmem
power dt-bindings: More removals of type references on common properties 2021-05-17 16:20:08 -05:00
powerpc dt-bindings: Fix JSON pointers 2020-12-18 15:14:44 -06:00
pps
ptp dt-bindings: Fix undocumented compatible strings in examples 2021-02-04 09:07:43 -06:00
pwm dt-bindings: pwm: Add bindings for Toshiba Visconti PWM Controller 2021-04-23 18:55:43 +02:00
regmap
regulator - Core Frameworks 2021-04-28 15:59:13 -07:00
remoteproc remoteproc updates for v5.13 2021-05-04 11:13:33 -07:00
reserved-memory pstore: Add mem_type property DT parsing support 2021-03-31 10:06:23 -07:00
reset RISC-V Patches for the 5.12 Merge Window 2021-02-26 10:28:35 -08:00
riscv dt-bindings: riscv: microchip: Add YAML documentation for the PolarFire SoC 2021-04-26 08:31:30 -07:00
rng dt-bindings: rng: bcm2835: document reset support 2021-03-13 00:04:06 +11:00
rtc dt-bindings: rtc: qcom-pm8xxx-rtc: Add qcom pm8xxx rtc bindings 2021-04-17 00:20:01 +02:00
scsi
security/tpm
serial dt-bindings: serial: 8250: Remove duplicated compatible strings 2021-05-03 11:46:00 -05:00
serio
sifive
siox
slimbus
soc More Qualcomm driver updates for 5.13 2021-04-09 21:46:15 +02:00
sound dt-bindings: More removals of type references on common properties 2021-05-17 16:20:08 -05:00
soundwire dt-bindings: soundwire: qcom: clarify data port bus parameters 2021-03-30 22:55:06 +05:30
spi Linux 5.13-rc2 2021-05-18 17:24:52 +01:00
spmi
sram Devicetree updates for v5.12: 2021-02-22 10:05:12 -08:00
staging/iio/adc
thermal - Remove duplicate error message for the amlogic driver (Tang Bin) 2021-05-05 12:46:48 -07:00
timer ARM: platform support for Apple M1 2021-04-26 12:30:36 -07:00
ufs scsi: ufs: dt-bindings: Add sm8250, sm8350 compatible strings 2021-03-17 00:04:40 -04:00
usb Devicetree updates for v5.13: 2021-04-28 15:50:24 -07:00
virtio
w1
watchdog dt-bindings: watchdog: npcm: Add nuvoton,wpcm450-wdt 2021-04-09 14:11:21 +09:30
x86
xillybus
.gitignore .gitignore: prefix local generated files with a slash 2021-05-02 00:43:35 +09:00
.yamllint
ABI.rst
chosen.txt
common-properties.txt
example-schema.yaml
graph.txt dt-bindings: Remove plain text OF graph binding 2021-01-12 16:52:10 -06:00
index.rst docs: dt: Group DT docs into relevant sub-sections 2021-03-27 12:58:04 -06:00
jailhouse.txt
Makefile Kbuild updates for v5.13 2021-04-29 14:24:39 -07:00
numa.txt
property-units.txt
resource-names.txt
submitting-patches.rst Devicetree updates for v5.13: 2021-04-28 15:50:24 -07:00
trivial-devices.yaml Devicetree updates for v5.13: 2021-04-28 15:50:24 -07:00
unittest.txt
vendor-prefixes.yaml Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input 2021-05-06 23:37:55 -07:00
writing-bindings.rst
writing-schema.rst docs: dt: Group DT docs into relevant sub-sections 2021-03-27 12:58:04 -06:00
xilinx.txt