linux-xiaomi-chiron/Documentation/devicetree/bindings
Linus Torvalds 6d36c728bc Networking fixes for 6.1-rc2, including fixes from netfilter
Current release - regressions:
   - revert "net: fix cpu_max_bits_warn() usage in netif_attrmask_next{,_and}"
 
   - revert "net: sched: fq_codel: remove redundant resource cleanup in fq_codel_init()"
 
   - dsa: uninitialized variable in dsa_slave_netdevice_event()
 
   - eth: sunhme: uninitialized variable in happy_meal_init()
 
 Current release - new code bugs:
   - eth: octeontx2: fix resource not freed after malloc
 
 Previous releases - regressions:
   - sched: fix return value of qdisc ingress handling on success
 
   - sched: fix race condition in qdisc_graft()
 
   - udp: update reuse->has_conns under reuseport_lock.
 
   - tls: strp: make sure the TCP skbs do not have overlapping data
 
   - hsr: avoid possible NULL deref in skb_clone()
 
   - tipc: fix an information leak in tipc_topsrv_kern_subscr
 
   - phylink: add mac_managed_pm in phylink_config structure
 
   - eth: i40e: fix DMA mappings leak
 
   - eth: hyperv: fix a RX-path warning
 
   - eth: mtk: fix memory leaks
 
 Previous releases - always broken:
   - sched: cake: fix null pointer access issue when cake_init() fails
 -----BEGIN PGP SIGNATURE-----
 
 iQJGBAABCAAwFiEEg1AjqC77wbdLX2LbKSR5jcyPE6QFAmNRKdcSHHBhYmVuaUBy
 ZWRoYXQuY29tAAoJECkkeY3MjxOkYn8P/31xjE9/BRQKVGQOMxj78vhQvVHEZYXJ
 OJcaLcjxUCqj6hu3pEcuf88PeTicyfEqN32zzH1k+SS8jGQCmoVtXUfbZ7pDR6Tc
 rsAqVhLD6JnYkGEgtzm3i+8EfSeBoCy9kT4JZzRxQmOfZr1rBmtoMHOB4cGk9g1K
 lSF3KJcKT1GDacB/gVei+ms0Y+Q9WULOg3OFuyLSeltAkhZKaTfx/qqsLLEHFqZc
 u6eR31GwG28Y4GVurLQSOdaWrFOKqmPFOpzvjmeKC2RBqS6hVl4/YKZTmTV53Lee
 brm6kuVlU7CJVZEN2qF8G2+/SqLgcB0o26JVnml1kT8n0GlFAbyFf5akawjT8/Je
 G/zgz6k6wUAI2g3nSPNmgqVtobsypthzWL/bOpWfGfJFXxGOgLG3pbZYIl816Tha
 KnibZqQOBHxfPaUzh0xCLhidoi5G0T8ip9o9tyKlnmvbKY/EWk6HiIjCWlxnkPiO
 GRdHkyF7KMxqo/QuE9AK3LnD/AsLeWcuqzMveiaTbYLkMjGDW1yz3otL7KXW5l8U
 zYoUn1HQLkNqDE17+PjRo28awOMyN6ujXggKBK/hfXVnPpdW3yWPUoslqQdVn5KC
 3PLeSNM1v4UQSMWx1alRx1PvA+zYDX4GQpSSXbQgYGVim8LMwZQ1xui2qWF8xEau
 k9ZKfMSUNGEr
 =y2As
 -----END PGP SIGNATURE-----

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

Pull networking fixes from Paolo Abeni:
 "Including fixes from netfilter.

  Current release - regressions:

   - revert "net: fix cpu_max_bits_warn() usage in
     netif_attrmask_next{,_and}"

   - revert "net: sched: fq_codel: remove redundant resource cleanup in
     fq_codel_init()"

   - dsa: uninitialized variable in dsa_slave_netdevice_event()

   - eth: sunhme: uninitialized variable in happy_meal_init()

  Current release - new code bugs:

   - eth: octeontx2: fix resource not freed after malloc

  Previous releases - regressions:

   - sched: fix return value of qdisc ingress handling on success

   - sched: fix race condition in qdisc_graft()

   - udp: update reuse->has_conns under reuseport_lock.

   - tls: strp: make sure the TCP skbs do not have overlapping data

   - hsr: avoid possible NULL deref in skb_clone()

   - tipc: fix an information leak in tipc_topsrv_kern_subscr

   - phylink: add mac_managed_pm in phylink_config structure

   - eth: i40e: fix DMA mappings leak

   - eth: hyperv: fix a RX-path warning

   - eth: mtk: fix memory leaks

  Previous releases - always broken:

   - sched: cake: fix null pointer access issue when cake_init() fails"

* tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (43 commits)
  net: phy: dp83822: disable MDI crossover status change interrupt
  net: sched: fix race condition in qdisc_graft()
  net: hns: fix possible memory leak in hnae_ae_register()
  wwan_hwsim: fix possible memory leak in wwan_hwsim_dev_new()
  sfc: include vport_id in filter spec hash and equal()
  genetlink: fix kdoc warnings
  selftests: add selftest for chaining of tc ingress handling to egress
  net: Fix return value of qdisc ingress handling on success
  net: sched: sfb: fix null pointer access issue when sfb_init() fails
  Revert "net: sched: fq_codel: remove redundant resource cleanup in fq_codel_init()"
  net: sched: cake: fix null pointer access issue when cake_init() fails
  ethernet: marvell: octeontx2 Fix resource not freed after malloc
  netfilter: nf_tables: relax NFTA_SET_ELEM_KEY_END set flags requirements
  netfilter: rpfilter/fib: Set ->flowic_uid correctly for user namespaces.
  ionic: catch NULL pointer issue on reconfig
  net: hsr: avoid possible NULL deref in skb_clone()
  bnxt_en: fix memory leak in bnxt_nvm_test()
  ip6mr: fix UAF issue in ip6mr_sk_done() when addrconf_init_net() failed
  udp: Update reuse->has_conns under reuseport_lock.
  net: ethernet: mediatek: ppe: Remove the unused function mtk_foe_entry_usable()
  ...
2022-10-20 17:24:59 -07:00
..
arc
arm Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
ata Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
auxdisplay
board
bus dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
chrome dt-bindings: chrome: google,cros-ec-typec: restrict allowed properties 2022-08-12 11:13:32 -06:00
clock Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
connector dt-bindings: connector: usb: align example indentation to four-space 2022-06-30 16:29:36 -06:00
counter dt-bindings: counter: add ti,am62-ecap-capture.yaml 2022-09-30 14:32:35 +02:00
cpu
cpufreq Cpufreq/arm updates for 5.20-rc1 2022-08-03 17:47:45 +02:00
crypto Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
csky
devfreq dt-bindings: interconnect: samsung,exynos-bus: convert to dtschema 2022-07-15 11:40:08 +09:00
display Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
dma Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
dsp dt-bindings: dsp: fsl: Add SOF compatile string for i.MX8ULP 2022-08-19 13:19:54 +01:00
dvfs
edac
eeprom dt-bindings: eeprom: microchip,93lc46b: move to eeprom directory 2022-07-29 17:23:57 -06:00
extcon
firmware gpio updates for v6.1-rc1 2022-10-08 09:46:29 -07:00
fpga Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
fsi
fuse
gnss dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
goldfish
gpio Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
gpu dt-bindings: gpu: arm,mali: restrict opp-table to objects 2022-08-22 13:04:04 -05:00
hsi
hwinfo Devicetree updates for v6.0: 2022-08-04 18:08:34 -07:00
hwlock
hwmon Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
i2c - correct a variable type in the new pci1xxxx driver 2022-10-11 11:03:42 -07:00
i3c dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
iio dt-bindings: iio: adc: mcp3911: add microchip,data-ready-hiz entry 2022-09-21 21:15:10 +01:00
infiniband
input Input updates for 6.1 merge window: 2022-10-11 10:53:25 -07:00
interconnect Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
interrupt-controller RISC-V Patches for the 6.1 Merge Window, Part 2 2022-10-14 11:21:11 -07:00
iommu IOMMU Updates for Linux v6.1: 2022-10-10 13:20:53 -07:00
ipmi dt-binding: ipmi: add fallback to npcm845 compatible 2022-08-08 07:25:24 -05:00
leds This is very quiet release for LEDs, pca963 got blinking support and 2022-10-14 13:14:03 -07:00
mailbox Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
media Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
memory-controllers Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
mfd dt-bindings: mfd: mt6370: fix the interrupt order of the charger in the example 2022-10-12 09:02:13 -05:00
mips dt-bindings: interrupt-controller: migrate MIPS CPU interrupt controller text bindings to YAML 2022-09-26 14:13:33 -05:00
misc dt-bindings: misc: fastrpc: Document memory-region property 2022-09-12 12:09:51 -05:00
mmc Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
mtd Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
mux - New Device Support 2022-05-27 15:39:47 -07:00
net MAINTAINERS: nfc: s3fwrn5: Drop Krzysztof Opasiak 2022-10-14 09:14:49 +01:00
nios2
nvme dt-bindings: nvme: apple,nvme-ans: Drop 'maxItems' from 'apple,sart' 2022-06-07 10:07:51 -06:00
nvmem Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
openrisc/opencores
opp Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
pci pci-v6.1-changes 2022-10-11 11:08:18 -07:00
peci dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
perf dt-bindings: perf: Convert Arm CCN to DT schema 2022-06-17 13:13:57 -06:00
phy Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
pinctrl These are the pin control changes for the v6.1 kernel cycle: 2022-10-11 10:59:59 -07:00
pmem
power Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
powerpc devicetree/bindings: correct possessive "its" typos 2022-08-01 09:13:06 -06:00
pps
ptp dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
pwm Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
regmap
regulator Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
remoteproc dt-bindings: remoteproc: qcom,adsp: enforce smd-edge schema 2022-09-12 15:29:18 -05:00
reserved-memory dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
reset Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
riscv RISC-V Patches for the 6.1 Merge Window, Part 2 2022-10-14 11:21:11 -07:00
rng Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
rtc dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
scsi
security/tpm
serial Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
serio dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
sifive
siox
slimbus
soc Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
sound Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
soundwire
spi Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
spmi dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
sram Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
staging/iio/adc
thermal Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
timer RISC-V Patches for the 6.1 Merge Window, Part 2 2022-10-14 11:21:11 -07:00
timestamp dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
ufs dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
usb Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
virtio dt-bindings: virtio: Convert virtio,pci-iommu to DT schema 2022-09-26 13:39:55 -05:00
w1 dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
watchdog linux-watchdog 6.1-rc1 tag 2022-10-13 10:31:13 -07:00
x86
xillybus
.gitignore
.yamllint
ABI.rst
common-properties.txt
example-schema.yaml
graph.txt
index.rst
jailhouse.txt
Makefile dt: Add a check for undocumented compatible strings in kernel 2022-09-27 10:36:16 -05:00
numa.txt
resource-names.txt
submitting-patches.rst
trivial-devices.yaml - Core Frameworks 2022-08-06 10:25:16 -07:00
unittest.txt
vendor-prefixes.yaml gpio updates for v6.1-rc1 2022-10-08 09:46:29 -07:00
writing-bindings.rst docs: dt: writing-bindings: Update URL to DT schemas 2022-06-30 15:38:25 -06:00
writing-schema.rst
xilinx.txt