mirror_ubuntu-kernels/Documentation/devicetree/bindings
Linus Torvalds fd19d4a492 Including fixes from can, bpf and netfilter.
Current release - regressions:
 
   - core: add softirq safety to netdev_rename_lock
 
   - tcp: fix tcp_rcv_fastopen_synack() to enter TCP_CA_Loss for failed TFO
 
   - batman-adv: fix RCU race at module unload time
 
 Current release - new code bugs:
 
 Previous releases - regressions:
 
   - openvswitch: get related ct labels from its master if it is not confirmed
 
   - eth: bonding: fix incorrect software timestamping report
 
   - eth: mlxsw: fix memory corruptions on spectrum-4 systems
 
   - eth: ionic: use dev_consume_skb_any outside of napi
 
 Previous releases - always broken:
 
   - netfilter: fully validate NFT_DATA_VALUE on store to data registers
 
   - unix: several fixes for OoB data
 
   - tcp: fix race for duplicate reqsk on identical SYN
 
   - bpf:
     - fix may_goto with negative offset.
     - fix the corner case with may_goto and jump to the 1st insn.
     - fix overrunning reservations in ringbuf
 
   - can:
     - j1939: recover socket queue on CAN bus error during BAM transmission
     - mcp251xfd: fix infinite loop when xmit fails
 
   - dsa: microchip: monitor potential faults in half-duplex mode
 
   - eth: vxlan: pull inner IP header in vxlan_xmit_one()
 
   - eth: ionic: fix kernel panic due to multi-buffer handling
 
 Misc:
 
   - selftest: unix tests refactor and a lot of new cases added
 
 Signed-off-by: Paolo Abeni <pabeni@redhat.com>
 -----BEGIN PGP SIGNATURE-----
 
 iQJGBAABCAAwFiEEg1AjqC77wbdLX2LbKSR5jcyPE6QFAmZ9ZlQSHHBhYmVuaUBy
 ZWRoYXQuY29tAAoJECkkeY3MjxOkawoQAKLTWHswqM790uaAAgqP6jGuC4/waRS8
 MowEt5rHlwdMXcHhLrDSrLQoDJAZRsWmjniIgbsaeX+HtY4HXfF0tfDMPKiws3vx
 Z51qVj7zYjdT7IoZ7Yc8Zlwmt2kVgO4ba6gSigQSORQO9Qq/WNSb0q8BM6cDaYXT
 cXC7ikPeMlLnxKxsFRpZ3CUD06dI/aJFp/pefPEm7/X/EbROlSs5y+2GshPdp5t7
 tzOUsLHs6ORVq/6jg2nRHH+0D+LMuQG0Z0yCMmYerJMJNtRIxyW6tTYeAsWXeyn3
 UN3gaoQ/SIURDrNRZvHsaVDNO/u4rbYtFLoK7S5uPffPWqsGJY59FcH+xYFukFCD
 P5Lca4kKBr8xOahsRfSiO0uFbwQfQAauzNiz9Ue39n1hj+ZhZ/CliBLhUeoBl6Y6
 jSsxq+/8CZCQ7beek96cyLx83skAcWAU5BEC9xOVlOTuTL91Gxr9UzSx/FqLI34h
 Smgw9ZUPzJgvFLgB/OBQ/WYne9LfJ5RYQHZoAXObiozO3TX7NgBUfa0e1T9dLE3F
 TalysSO3/goiZNK5a/UNJcj3fAcSEs4M2z9UIK790i3P3GuRigs1sJEtTUqyowWk
 aaTFmWCXE0wdoshJjux3syh3Vk6phJWpOlMLYjy0v5s0BF/ZOfDaKQT/dGsvV1HE
 AFGpKpybizNV
 =BYgZ
 -----END PGP SIGNATURE-----

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

Pull networking fixes from Paolo Abeni:
 "Including fixes from can, bpf and netfilter.

  There are a bunch of regressions addressed here, but hopefully nothing
  spectacular. We are still waiting the driver fix from Intel, mentioned
  by Jakub in the previous networking pull.

  Current release - regressions:

   - core: add softirq safety to netdev_rename_lock

   - tcp: fix tcp_rcv_fastopen_synack() to enter TCP_CA_Loss for failed
     TFO

   - batman-adv: fix RCU race at module unload time

  Previous releases - regressions:

   - openvswitch: get related ct labels from its master if it is not
     confirmed

   - eth: bonding: fix incorrect software timestamping report

   - eth: mlxsw: fix memory corruptions on spectrum-4 systems

   - eth: ionic: use dev_consume_skb_any outside of napi

  Previous releases - always broken:

   - netfilter: fully validate NFT_DATA_VALUE on store to data registers

   - unix: several fixes for OoB data

   - tcp: fix race for duplicate reqsk on identical SYN

   - bpf:
       - fix may_goto with negative offset
       - fix the corner case with may_goto and jump to the 1st insn
       - fix overrunning reservations in ringbuf

   - can:
       - j1939: recover socket queue on CAN bus error during BAM
         transmission
       - mcp251xfd: fix infinite loop when xmit fails

   - dsa: microchip: monitor potential faults in half-duplex mode

   - eth: vxlan: pull inner IP header in vxlan_xmit_one()

   - eth: ionic: fix kernel panic due to multi-buffer handling

  Misc:

   - selftest: unix tests refactor and a lot of new cases added"

* tag 'net-6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (61 commits)
  net: mana: Fix possible double free in error handling path
  selftest: af_unix: Check SIOCATMARK after every send()/recv() in msg_oob.c.
  af_unix: Fix wrong ioctl(SIOCATMARK) when consumed OOB skb is at the head.
  selftest: af_unix: Check EPOLLPRI after every send()/recv() in msg_oob.c
  selftest: af_unix: Check SIGURG after every send() in msg_oob.c
  selftest: af_unix: Add SO_OOBINLINE test cases in msg_oob.c
  af_unix: Don't stop recv() at consumed ex-OOB skb.
  selftest: af_unix: Add non-TCP-compliant test cases in msg_oob.c.
  af_unix: Don't stop recv(MSG_DONTWAIT) if consumed OOB skb is at the head.
  af_unix: Stop recv(MSG_PEEK) at consumed OOB skb.
  selftest: af_unix: Add msg_oob.c.
  selftest: af_unix: Remove test_unix_oob.c.
  tracing/net_sched: NULL pointer dereference in perf_trace_qdisc_reset()
  netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registers
  net: usb: qmi_wwan: add Telit FN912 compositions
  tcp: fix tcp_rcv_fastopen_synack() to enter TCP_CA_Loss for failed TFO
  ionic: use dev_consume_skb_any outside of napi
  net: dsa: microchip: fix wrong register write when masking interrupt
  Fix race for duplicate reqsk on identical SYN
  ibmvnic: Add tx check to prevent skb leak
  ...
2024-06-27 10:05:35 -07:00
..
access-controllers dt-bindings: document generic access controllers 2024-04-05 14:38:56 +02:00
arc
arm dt-bindings: arm: stm32: st,mlahb: Drop spurious "reg" property from example 2024-05-29 13:22:14 -05:00
ata dt-bindings: ata: ahci-da850: Convert to dtschema 2024-04-02 16:24:57 +09:00
auxdisplay dt-bindings: auxdisplay: Add bindings for generic 7-segment LED 2024-03-08 14:15:47 +02:00
board
bus dt-bindings: bus: document ETZPC 2024-04-05 14:39:10 +02:00
cache Devicetree for v6.8: 2024-01-12 15:05:30 -08:00
chrome
clock I'm actually surprised this time. There aren't any new Qualcomm SoC clk 2024-05-18 12:48:37 -07:00
connector dt-bindings: connector: Add child nodes for multiple PD capabilities 2024-01-04 15:59:11 +01:00
counter
cpu dt-bindings: arm: merge qcom,idle-state with idle-state 2024-01-09 10:56:18 -06:00
cpufreq dt-bindings: cpufreq: cpufreq-qcom-hw: Add SM4450 compatibles 2024-04-26 18:13:41 +05:30
crypto This update includes the following changes: 2024-05-13 14:53:05 -07:00
csky
devfreq dt-bindings: devfreq: event: rockchip,dfi: Add rk3588 support 2023-10-19 21:27:11 +09:00
display Devicetree for v6.10: 2024-05-17 17:27:49 -07:00
dma dt-bindings: dma: fsl-edma: fix dma-channels constraints 2024-06-11 23:31:45 +05:30
dsp
dvfs
edac
eeprom dt-bindings: eeprom: at24: Fix ST M24C64-D compatible schema 2024-04-16 23:12:27 +02:00
extcon
firmware dt-bindings: firmware: Support SCMI pinctrl protocol 2024-04-19 15:17:37 +01:00
fpga dt-bindings: fpga: xlnx,fpga-selectmap: add DT schema 2024-03-31 22:42:10 +08:00
fsi
fuse
gnss dt-bindings: gnss: u-blox: add "reset-gpios" binding 2023-12-15 09:12:51 +01:00
goldfish
gpio gpio updates for v6.10-rc1 2024-05-14 15:07:07 -07:00
gpu Merge drm/drm-next into drm-misc-next 2024-04-02 09:51:30 +02:00
hsi
hwinfo dt-bindings: hwinfo: samsung,exynos-chipid: add exynosautov920 compatible 2023-11-15 13:48:53 +01:00
hwlock
hwmon dt-bindings: hwmon: adm1275: add adm1281 2024-04-28 10:08:43 -07:00
i2c dt-bindings: i2c: google,cros-ec-i2c-tunnel: correct path to i2c-controller schema 2024-06-21 00:59:23 +02:00
i3c I3C for 6.9 2024-03-17 16:59:33 -07:00
iio dt-bindings: iio: dac: fix ad354xr output range 2024-05-27 09:49:20 +01:00
infiniband
input for-linus-2024060801 2024-06-08 10:48:11 -07:00
interconnect Merge branch 'icc-sm7150' into icc-next 2024-02-29 22:43:01 +02:00
interrupt-controller Devicetree for v6.10: 2024-05-17 17:27:49 -07:00
iommu Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'core' and 'x86/vt-d' into next 2024-05-13 14:06:54 +02:00
ipmi
leds dt-bindings: leds: leds-qcom-lpg: Add support for PMI8950 PWM 2024-04-12 09:47:16 +01:00
loongarch dt-bindings: loongarch: Add Loongson SoC boards compatibles 2024-01-17 12:43:00 +08:00
mailbox dt-bindings: mailbox: qcom-ipcc: Document the SDX75 IPCC 2024-05-19 22:33:58 -05:00
media Devicetree for v6.10: 2024-05-17 17:27:49 -07:00
memory-controllers Memory controller drivers for v6.10 2024-04-29 22:26:41 +02:00
mfd - New Device Support 2024-05-22 10:41:14 -07:00
mips dt-bindings: mips: Add bindings for Mobileye SoCs 2024-02-20 12:44:59 +01:00
misc dt-bindings: misc: qcom,fastrpc: Compute callbacks can be DMA coherent 2024-02-13 12:12:28 -06:00
mmc MMC core: 2024-05-16 08:56:49 -07:00
mtd Devicetree for v6.10: 2024-05-17 17:27:49 -07:00
mux dt-bindings: mux: restrict node name suffixes 2024-02-05 16:32:20 +00:00
net dt-bindings: net: fman: remove ptp-timer from required list 2024-06-23 12:51:59 +01:00
nios2
nvme
nvmem dt-bindings: nvmem: Add compatible for SC8280XP 2024-05-03 07:26:38 +02:00
openrisc/opencores
opp dt-bindings: opp: Describe H616 OPPs and opp-supported-hw 2024-04-19 12:34:27 +05:30
pci pci-v6.10-changes 2024-05-21 10:09:28 -07:00
peci
perf dt-bindings: perf: starfive: Add JH8100 StarLink PMU 2024-03-04 14:19:48 +00:00
phy phy-for-6.10 2024-05-21 11:19:18 -07:00
pinctrl dt-bindings: pinctrl: qcom,pmic-gpio: drop pm8008 2024-06-17 09:17:05 +02:00
platform dt-bindings: platform: Add Acer Aspire 1 EC 2024-03-25 15:47:34 +01:00
pmem
power dt-bindings: power: supply: max8903: specify flt-gpios as input 2024-04-30 16:43:09 +02:00
powerpc
pps
ptp
pwm dt-bindings: pwm: snps,dw-apb-timers: Do not require pwm-cells twice 2024-05-01 11:51:10 +02:00
regmap
regulator Devicetree for v6.10: 2024-05-17 17:27:49 -07:00
remoteproc remoteproc updates for v6.10 2024-05-21 10:27:43 -07:00
reserved-memory SoC driver updates for 6.7 2023-11-01 14:46:51 -10:00
reset ARM: late SoC changes for 6.9 2024-03-19 11:57:26 -07:00
riscv dt-bindings: riscv: starfive: add Milkv Mars board 2024-04-30 22:04:16 +01:00
rng Random number generator updates for Linux 6.10-rc1. 2024-05-18 10:51:35 -07:00
rtc RTC for 6.10 2024-05-25 13:33:53 -07:00
scsi
serial TTY/Serial changes for 6.10-rc1 2024-05-22 11:53:02 -07:00
serio
sifive
siox
slimbus
soc Devicetree for v6.10: 2024-05-17 17:27:49 -07:00
sound sound fixes for 6.10-rc1 2024-05-24 08:48:51 -07:00
soundwire dt-bindings: soundwire: Add reference to soundwire-controller.yaml schema 2023-10-30 16:02:36 -05:00
spi spi: Updates for v6.10 2024-05-14 14:41:01 -07:00
spmi dt-bindings: spmi: Deprecate qcom,bus-id 2024-05-08 19:46:10 +01:00
sram dt-bindings: sram: narrow regex for unit address to hex numbers 2024-02-23 21:04:01 +01:00
staging/iio/adc
thermal dt-bindings: thermal: loongson,ls2k-thermal: Fix incorrect compatible definition 2024-04-23 12:40:30 +02:00
timer Devicetree for v6.10: 2024-05-17 17:27:49 -07:00
timestamp
tpm Devicetree for v6.10: 2024-05-17 17:27:49 -07:00
ufs SCSI misc on 20240514 2024-05-14 18:25:53 -07:00
usb dt-bindings: usb: realtek,rts5411: Add missing "additionalProperties" on child nodes 2024-06-04 15:34:28 +02:00
virtio
w1 dt-bindings: w1: UART 1-Wire bus 2024-02-15 14:55:06 +01:00
watchdog - New Device Support 2024-05-22 10:41:14 -07:00
x86
xillybus
.gitignore
.yamllint
ABI.rst
common-properties.txt
dts-coding-style.rst docs: dt-bindings: add missing address/size-cells to example 2024-03-25 11:09:12 -05:00
example-schema.yaml
graph.txt
index.rst docs: dt-bindings: add DTS Coding Style document 2023-12-07 15:56:50 -06:00
jailhouse.txt
Makefile kbuild: use $(src) instead of $(srctree)/$(src) for source directory 2024-05-10 04:34:52 +09:00
numa.txt
resource-names.txt
submitting-patches.rst docs: dt: submitting-patches: add commit subject prefix in reversed format 2024-01-22 08:00:35 -06:00
trivial-devices.yaml soc: devicetree updates for v6.10, part 2 2024-05-20 15:11:53 -07:00
unittest.txt
vendor-prefixes.yaml drm for 6.10-rc1 2024-05-15 09:43:42 -07:00
writing-bindings.rst
writing-schema.rst docs: dt: writing-schema: document expectations on example DTS 2024-02-13 12:12:29 -06:00
xilinx.txt