linux-yocto/Documentation/devicetree/bindings
Linus Torvalds c2933b2bef First batch of fixes for 6.14. Nothing really stands out,
but as usual there's a slight concentration of fixes for issues
 added in the last two weeks before the MW, and driver bugs
 from 6.13 which tend to get discovered upon wider distribution.
 
 Including fixes from IPSec, netfilter and Bluetooth.
 
 Current release - regressions:
 
  - net: revert RTNL changes in unregister_netdevice_many_notify()
 
  - Bluetooth: fix possible infinite recursion of btusb_reset
 
  - eth: adjust locking in some old drivers which protect their state
 	with spinlocks to avoid sleeping in atomic; core protects
 	netdev state with a mutex now
 
 Previous releases - regressions:
 
  - eth: mlx5e: make sure we pass node ID, not CPU ID to kvzalloc_node()
 
  - eth: bgmac: reduce max frame size to support just 1500 bytes;
 	the jumbo frame support would previously cause OOB writes,
 	but now fails outright
 
  - mptcp: blackhole only if 1st SYN retrans w/o MPC is accepted,
 	avoid false detection of MPTCP blackholing
 
 Previous releases - always broken:
 
  - mptcp: handle fastopen disconnect correctly
 
  - xfrm: make sure skb->sk is a full sock before accessing its fields
 
  - xfrm: fix taking a lock with preempt disabled for RT kernels
 
  - usb: ipheth: improve safety of packet metadata parsing; prevent
 	potential OOB accesses
 
  - eth: renesas: fix missing rtnl lock in suspend/resume path
 
 Signed-off-by: Jakub Kicinski <kuba@kernel.org>
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCAAdFiEE6jPA+I1ugmIBA4hXMUZtbf5SIrsFAmebzXsACgkQMUZtbf5S
 IrvGBQ//auOF2yY1sg40fBvc6Hr1jpZBcr+uqTL6Qka1uVOvTFY51hAN54lBt32+
 ixmcHsD0xdcHrr7VrqSXqurQLiGsdwUpnxZFCj/FymQuMunVysEqudvPeKDVHpsw
 JW5c4nJOexEA2viByK9iB23Qq0P3uBoPEnKrbSTVSDvYaXUj6y8Cvt3/vXc+H/tc
 T7GaxHH55NNNPkRz34YU3OWcaZsgkQEcdVpZf4tODPmg7J5VQj8SQeMhk/HI0sdO
 WKjWB0woZkiQECtamqAOXnv47PXd6igv8NALRPlJcKjs0EszUvuYhD/9MEOeghjI
 sjcQn9JnPpG+ca/qFVCSpEEOo2zGVn5dkJT5x26udH+5XHf7Pq+zpJwB6LHo98yF
 bGMpIrF6gi2EnBtS/tRjMyBU9Ut9KiUtjXMvn9EsD1U1FGIbz6wyQLlT0pG0hwJb
 rEdKfegrcyhWKHOD4vH9ciEg/7lgGfsGyfJDktIMdyailZc6tBcxwbdlc+5jRDA9
 0RqGASIXaiX7AC3WOSeQzMgbV+WXdhaX/yrMJL5KBfBTzxG2audnJt1tPN3mbh3z
 NM6M2cnMsoX4QLSiaukJaCL7LWHSTlVttZVg8FGXHj1PejMQQBVjGVvzk2UF55UR
 gV7X9/VkXhmIDAZgThWtOdPLz+ItksfSKiruhUsXust6JgqRuqc=
 =GjBE
 -----END PGP SIGNATURE-----

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

Pull networking fixes from Jakub Kicinski:
 "Including fixes from IPSec, netfilter and Bluetooth.

  Nothing really stands out, but as usual there's a slight concentration
  of fixes for issues added in the last two weeks before the merge
  window, and driver bugs from 6.13 which tend to get discovered upon
  wider distribution.

  Current release - regressions:

   - net: revert RTNL changes in unregister_netdevice_many_notify()

   - Bluetooth: fix possible infinite recursion of btusb_reset

   - eth: adjust locking in some old drivers which protect their state
     with spinlocks to avoid sleeping in atomic; core protects netdev
     state with a mutex now

  Previous releases - regressions:

   - eth:
      - mlx5e: make sure we pass node ID, not CPU ID to kvzalloc_node()
      - bgmac: reduce max frame size to support just 1500 bytes; the
        jumbo frame support would previously cause OOB writes, but now
        fails outright

   - mptcp: blackhole only if 1st SYN retrans w/o MPC is accepted, avoid
     false detection of MPTCP blackholing

  Previous releases - always broken:

   - mptcp: handle fastopen disconnect correctly

   - xfrm:
      - make sure skb->sk is a full sock before accessing its fields
      - fix taking a lock with preempt disabled for RT kernels

   - usb: ipheth: improve safety of packet metadata parsing; prevent
     potential OOB accesses

   - eth: renesas: fix missing rtnl lock in suspend/resume path"

* tag 'net-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (88 commits)
  MAINTAINERS: add Neal to TCP maintainers
  net: revert RTNL changes in unregister_netdevice_many_notify()
  net: hsr: fix fill_frame_info() regression vs VLAN packets
  doc: mptcp: sysctl: blackhole_timeout is per-netns
  mptcp: blackhole only if 1st SYN retrans w/o MPC is accepted
  netfilter: nf_tables: reject mismatching sum of field_len with set key length
  net: sh_eth: Fix missing rtnl lock in suspend/resume path
  net: ravb: Fix missing rtnl lock in suspend/resume path
  selftests/net: Add test for loading devbound XDP program in generic mode
  net: xdp: Disallow attaching device-bound programs in generic mode
  tcp: correct handling of extreme memory squeeze
  bgmac: reduce max frame size to support just MTU 1500
  vsock/test: Add test for connect() retries
  vsock/test: Add test for UAF due to socket unbinding
  vsock/test: Introduce vsock_connect_fd()
  vsock/test: Introduce vsock_bind()
  vsock: Allow retrying on connect() failure
  vsock: Keep the binding until socket destruction
  Bluetooth: L2CAP: accept zero as a special value for MTU auto-selection
  Bluetooth: btnxpuart: Fix glitches seen in dual A2DP streaming
  ...
2025-01-30 12:24:20 -08:00
..
access-controllers
arc dt-bindings: arc: convert archs-pct.txt to yaml 2024-08-19 17:04:55 -05:00
arm Char/Misc/IIO driver updates for 6.14-rc1 2025-01-27 16:51:51 -08:00
ata dt-bindings: ata: ahci-platform: add missing iommus property 2024-11-12 12:15:59 +01:00
auxdisplay
board dt-bindings: board: convert fsl-board.txt to yaml 2024-08-19 17:04:55 -05:00
bus dt-bindings: bus: qcom,ebi2: convert to dtschema 2024-07-29 13:37:01 -06:00
cache dt-bindings: cache: qcom,llcc: Add IPQ5424 compatible 2025-01-07 20:16:21 -06:00
chrome dt-bindings: cros-ec: Remove google,cros-kbd-led-backlight 2024-12-30 01:31:05 +00:00
clock Merge branches 'clk-airoha', 'clk-rockchip', 'clk-stm', 'clk-thead' and 'clk-bcm' into clk-next 2025-01-21 11:22:26 -08:00
connector dt-bindings: connector: Add pd-revision property 2024-12-24 08:56:04 +01:00
counter
cpu dt-bindings: cpu: Drop duplicate nvidia,tegra186-ccplex-cluster.yaml 2024-09-13 14:55:24 -05:00
cpufreq dt-bindings: cpufreq: apple,cluster-cpufreq: Add A7-A11, T2 compatibles 2024-12-23 16:26:44 +05:30
crypto This update includes the following changes: 2025-01-24 07:48:10 -08:00
csky
devfreq
display Devicetree updates for v6.14: 2025-01-24 15:09:20 -08:00
dma dt-bindings: dma: atmel: Convert to json schema 2024-12-24 16:07:00 +05:30
dsp dt-bindings: dsp: fsl,dsp: fix power domain count 2024-11-01 17:25:02 +08:00
dvfs
edac
eeprom dt-bindings: eeprom: at24: Add compatible for Puya P24C256C 2025-01-06 21:20:31 +01:00
extcon dt-bindings: extcon: convert extcon-usb-gpio.txt to yaml format 2024-09-05 00:43:08 +09:00
firmware dt-bindings: firmware: qcom,scm: Document ipq5424 SCM 2025-01-08 16:35:36 -06:00
fpga dt-bindings: fpga: altr,fpga-passive-serial: Convert to yaml 2024-10-03 10:35:28 -05:00
fsi
fuse dt-bindings: fuse: Move renesas,rcar-{efuse,otp} to nvmem 2024-11-05 05:33:46 +01:00
gnss dt-bindings: gnss: reference serial-peripheral-props.yaml 2024-08-19 17:04:55 -05:00
goldfish
gpio dt-bindings: gpio: fsl,qoriq-gpio: Add compatible string fsl,mpc8314-gpio 2025-01-13 09:20:25 +01:00
gpu dt-bindings: gpu: mali-utgard: Add st,stih410-mali compatible 2025-01-06 12:08:18 +01:00
hsi
hwinfo dt-bindings: hwinfo: samsung,exynos-chipid: Add Samsung exynos9810 compatible 2024-10-27 20:51:21 +01:00
hwlock dt-bindings: hwlock: sprd-hwspinlock: convert to YAML 2024-08-12 15:27:14 -07:00
hwmon dt-bindings: hwmon: adm1275: add adm1273 2025-01-07 09:07:35 -08:00
i2c dt-bindings: i2c: qcom-cci: Document x1e80100 compatible 2025-01-07 23:46:11 +01:00
i3c dt-bindings: i3c: add header for generic I3C flags 2024-07-26 14:21:30 +02:00
iio IIO: 2nd set of fixes for the 6.13 cycle. 2025-01-16 13:46:08 +01:00
infiniband
input Devicetree updates for v6.14: 2025-01-24 15:09:20 -08:00
interconnect soc: driver updates for 6.14 2025-01-24 14:56:59 -08:00
interrupt-controller Devicetree updates for v6.14: 2025-01-24 15:09:20 -08:00
iommu Merge branches 'arm/smmu/updates', 'arm/smmu/bindings', 'qualcomm/msm', 'rockchip', 'riscv', 'core', 'intel/vt-d' and 'amd/amd-vi' into next 2025-01-17 09:02:35 +01:00
ipmi
leds dt-bindings: leds: Convert LP8860 into YAML format 2025-01-09 10:36:10 +00:00
loongarch
mailbox samsung: add gs101-mbox driver 2025-01-24 16:04:40 -08:00
media media: dt-bindings: trivial white-space and example cleanup 2025-01-07 12:21:44 +01:00
memory-controllers dt-bindings: memory-controller: qca,ath79-ddr-controller: Drop consumer from example 2025-01-07 08:35:34 -06:00
mfd Devicetree updates for v6.14: 2025-01-24 15:09:20 -08:00
mips - added support for Realtek RTL9302C 2024-07-20 09:03:36 -07:00
misc dt-bindings: misc: lwn,bk4-spi: Add binding 2024-12-02 00:32:28 +00:00
mmc dt-bindings: mmc: samsung,exynos-dw-mshc: add specific compatible for exynos8895 2025-01-13 16:07:57 +01:00
mtd * Raw NAND changes 2025-01-24 10:52:35 +01:00
mux
net First batch of fixes for 6.14. Nothing really stands out, 2025-01-30 12:24:20 -08:00
nios2
nvme
nvmem Char/Misc/IIO driver updates for 6.14-rc1 2025-01-27 16:51:51 -08:00
openrisc/opencores
opp dt-bindings: opp: h6: Add A100 operating points 2025-01-09 16:52:29 -06:00
pci Merge branch 'pci/controller/xilinx-cpm' 2025-01-23 13:05:06 -06:00
peci
perf dt-bindings: perf: fsl-imx-ddr: Add i.MX91 compatible 2024-10-24 12:33:46 +01:00
phy dt-bindings: phy: qcom,qmp-pcie: document the SM8350 two lanes PCIe PHY 2024-12-25 01:17:33 +05:30
pinctrl dt-bindings: pinctrl: sunxi: add compatible for V853 2025-01-16 10:08:10 +01:00
platform dt-bindings: platform: Add Surface System Aggregator Module 2024-08-19 13:47:27 +02:00
pmem
power power supply and reset changes for the 6.14 series 2025-01-27 15:37:16 -08:00
powerpc
pps
ptp dt-binding: ptp: fsl,ptp: add pci1957,ee02 compatible string for fsl,enetc-ptp 2024-08-19 09:48:53 +01:00
pwm dt-bindings: pwm: Correct indentation and style in DTS example 2025-01-08 08:30:56 +01:00
regmap
regulator regulator: Updates for v6.14 2025-01-22 09:03:41 -08:00
remoteproc Devicetree updates for v6.14: 2025-01-24 15:09:20 -08:00
reserved-memory
reset dt-bindings: clock: convert stm32 rcc bindings to json-schema 2025-01-15 15:17:05 -08:00
riscv dt-bindings: riscv: add SpacemiT K1 bindings 2025-01-17 07:53:50 +08:00
rng dt-bindings: rng: add binding for BCM74110 RNG 2024-11-10 11:50:54 +08:00
rtc RTC for 6.13 2024-11-30 11:18:16 -08:00
scsi
serial TTY / Serial driver updates for 6.14-rc1 2025-01-28 09:55:04 -08:00
serio
sifive
siox
slimbus
soc Devicetree updates for v6.14: 2025-01-24 15:09:20 -08:00
sound ASoC: dt-bindings: fsl,micfil: Add compatible string for i.MX943 platform 2025-01-14 14:31:05 +00:00
soundwire
spi spi: dt-bindings: Document CS active-high 2024-12-17 15:37:14 +00:00
spmi dt-bindings: spmi: qcom,x1e80100-spmi-pmic-arb: Add SAR2130P compatible 2024-11-10 10:56:47 +01:00
sram Devicetree updates for v6.14: 2025-01-24 15:09:20 -08:00
staging/iio/adc
thermal dt-bindings: thermal: qcom-tsens: Document ipq6018 temperature sensor 2025-01-07 08:35:34 -06:00
timer Devicetree updates for v6.14: 2025-01-24 15:09:20 -08:00
timestamp
tpm
ufs dt-bindings: ufs: Correct indentation and style in DTS example 2025-01-23 15:11:11 -06:00
usb USB / Thunderbolt driver updates for 6.14-rc1 2025-01-27 16:29:16 -08:00
virtio
w1 dt-bindings: w1: ds2482: Add vcc-supply property 2024-12-03 15:53:28 +01:00
watchdog dt-bindings: watchdog: Document Qualcomm IPQ5424 2025-01-06 19:38:08 +01:00
x86
xillybus
.gitignore
.yamllint
ABI.rst
common-properties.txt
dts-coding-style.rst docs: dt-bindings: Document preferred line wrapping 2025-01-23 16:53:10 -06:00
example-schema.yaml dt-bindings: Enable dtc "interrupt_provider" warnings 2024-11-08 13:15:53 -06:00
graph.txt
incomplete-devices.yaml dt-bindings: incomplete-devices: And another batch of compatibles 2024-09-05 12:35:09 -05:00
index.rst
jailhouse.txt
Makefile dt-bindings: Enable dtc "interrupt_provider" warnings 2024-11-08 13:15:53 -06:00
numa.txt
resource-names.txt
submitting-patches.rst
trivial-devices.yaml Char/Misc/IIO driver updates for 6.14-rc1 2025-01-27 16:51:51 -08:00
unittest.txt
vendor-prefixes.yaml Devicetree updates for v6.14: 2025-01-24 15:09:20 -08:00
writing-bindings.rst
writing-schema.rst dt-bindings: writing-schema: Add details on YAML text blocks 2024-10-08 10:22:17 -05:00
xilinx.txt