mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-19 03:53:17 +00:00
Current release - regressions:
- sock: fix parameter order in sock_setsockopt()
Current release - new code bugs:
- netfilter: nft_last:
- fix incorrect arithmetic when restoring last used
- honor NFTA_LAST_SET on restoration
Previous releases - regressions:
- udp: properly flush normal packet at GRO time
- sfc: ensure correct number of XDP queues; don't allow enabling the
feature if there isn't sufficient resources to Tx from any CPU
- dsa: sja1105: fix address learning getting disabled on the CPU port
- mptcp: addresses a rmem accounting issue that could keep packets
in subflow receive buffers longer than necessary, delaying
MPTCP-level ACKs
- ip_tunnel: fix mtu calculation for ETHER tunnel devices
- do not reuse skbs allocated from skbuff_fclone_cache in the napi
skb cache, we'd try to return them to the wrong slab cache
- tcp: consistently disable header prediction for mptcp
Previous releases - always broken:
- bpf: fix subprog poke descriptor tracking use-after-free
- ipv6:
- allocate enough headroom in ip6_finish_output2() in case
iptables TEE is used
- tcp: drop silly ICMPv6 packet too big messages to avoid
expensive and pointless lookups (which may serve as a DDOS
vector)
- make sure fwmark is copied in SYNACK packets
- fix 'disable_policy' for forwarded packets (align with IPv4)
- netfilter: conntrack: do not renew entry stuck in tcp SYN_SENT state
- netfilter: conntrack: do not mark RST in the reply direction coming
after SYN packet for an out-of-sync entry
- mptcp: cleanly handle error conditions with MP_JOIN and syncookies
- mptcp: fix double free when rejecting a join due to port mismatch
- validate lwtstate->data before returning from skb_tunnel_info()
- tcp: call sk_wmem_schedule before sk_mem_charge in zerocopy path
- mt76: mt7921: continue to probe driver when fw already downloaded
- bonding: fix multiple issues with offloading IPsec to (thru?) bond
- stmmac: ptp: fix issues around Qbv support and setting time back
- bcmgenet: always clear wake-up based on energy detection
Misc:
- sctp: move 198 addresses from unusable to private scope
- ptp: support virtual clocks and timestamping
- openvswitch: optimize operation for key comparison
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEE6jPA+I1ugmIBA4hXMUZtbf5SIrsFAmDu3mMACgkQMUZtbf5S
Irsjxg//UwcPJMYFmXV+fGkEsWYe1Kf29FcUDEeANFtbltfAcIfZ0GoTbSDRnrVb
HcYAKcm4XRx5bWWdQrQsQq/yiLbnS/rSLc7VRB+uRHWRKl3eYcaUB2rnCXsxrjGw
wQJgOmztDCJS4BIky24iQpF/8lg7p/Gj2Ih532gh93XiYo612FrEJKkYb2/OQfYX
GkbnZ0kL2Y1SV+bhy6aT5azvhHKM4/3eA4fHeJ2p8e2gOZ5ni0vpX0xEzdzKOCd0
vwR/Wu3h/+2QuFYVcSsVguuM++JXACG8MAS/Tof78dtNM4a3kQxzqeh5Bv6IkfTu
rokENLq4pjNRy+nBAOeQZj8Jd0K0kkf/PN9WMdGQtplMoFhjjV25R6PeRrV9wwPo
peozIz2MuQo7Kfof1D+44h2foyLfdC28/Z0CvRbDpr5EHOfYynvBbrnhzIGdQp6V
xgftKTOdgz2Djgg8HiblZund1FA44OYerddVAASrIsnSFnIz1VLVQIsfV+GLBwwc
FawrIZ6WfIjzRSrDGOvDsbAQI47T/1jbaPJeK6XgjWkQmjEd6UtRWRZLYCxemQEw
4HP3sWC96BOehuD8ylipVE1oFqrxCiOB/fZxezXqjo8dSX3NLdak4cCHTHoW5SuZ
eEAxQRaBliKd+P7hoy9cZ57CAu3zUa8kijfM5QRlCAHF+zSxaPs=
=QFnb
-----END PGP SIGNATURE-----
Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Pull networking fixes from Jakub Kicinski.
"Including fixes from bpf and netfilter.
Current release - regressions:
- sock: fix parameter order in sock_setsockopt()
Current release - new code bugs:
- netfilter: nft_last:
- fix incorrect arithmetic when restoring last used
- honor NFTA_LAST_SET on restoration
Previous releases - regressions:
- udp: properly flush normal packet at GRO time
- sfc: ensure correct number of XDP queues; don't allow enabling the
feature if there isn't sufficient resources to Tx from any CPU
- dsa: sja1105: fix address learning getting disabled on the CPU port
- mptcp: addresses a rmem accounting issue that could keep packets in
subflow receive buffers longer than necessary, delaying MPTCP-level
ACKs
- ip_tunnel: fix mtu calculation for ETHER tunnel devices
- do not reuse skbs allocated from skbuff_fclone_cache in the napi
skb cache, we'd try to return them to the wrong slab cache
- tcp: consistently disable header prediction for mptcp
Previous releases - always broken:
- bpf: fix subprog poke descriptor tracking use-after-free
- ipv6:
- allocate enough headroom in ip6_finish_output2() in case
iptables TEE is used
- tcp: drop silly ICMPv6 packet too big messages to avoid
expensive and pointless lookups (which may serve as a DDOS
vector)
- make sure fwmark is copied in SYNACK packets
- fix 'disable_policy' for forwarded packets (align with IPv4)
- netfilter: conntrack:
- do not renew entry stuck in tcp SYN_SENT state
- do not mark RST in the reply direction coming after SYN packet
for an out-of-sync entry
- mptcp: cleanly handle error conditions with MP_JOIN and syncookies
- mptcp: fix double free when rejecting a join due to port mismatch
- validate lwtstate->data before returning from skb_tunnel_info()
- tcp: call sk_wmem_schedule before sk_mem_charge in zerocopy path
- mt76: mt7921: continue to probe driver when fw already downloaded
- bonding: fix multiple issues with offloading IPsec to (thru?) bond
- stmmac: ptp: fix issues around Qbv support and setting time back
- bcmgenet: always clear wake-up based on energy detection
Misc:
- sctp: move 198 addresses from unusable to private scope
- ptp: support virtual clocks and timestamping
- openvswitch: optimize operation for key comparison"
* tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (158 commits)
net: dsa: properly check for the bridge_leave methods in dsa_switch_bridge_leave()
sfc: add logs explaining XDP_TX/REDIRECT is not available
sfc: ensure correct number of XDP queues
sfc: fix lack of XDP TX queues - error XDP TX failed (-22)
net: fddi: fix UAF in fza_probe
net: dsa: sja1105: fix address learning getting disabled on the CPU port
net: ocelot: fix switchdev objects synced for wrong netdev with LAG offload
net: Use nlmsg_unicast() instead of netlink_unicast()
octeontx2-pf: Fix uninitialized boolean variable pps
ipv6: allocate enough headroom in ip6_finish_output2()
net: hdlc: rename 'mod_init' & 'mod_exit' functions to be module-specific
net: bridge: multicast: fix MRD advertisement router port marking race
net: bridge: multicast: fix PIM hello router port marking race
net: phy: marvell10g: fix differentiation of 88X3310 from 88X3340
dsa: fix for_each_child.cocci warnings
virtio_net: check virtqueue_add_sgs() return value
mptcp: properly account bulk freed memory
selftests: mptcp: fix case multiple subflows limited by server
mptcp: avoid processing packet if a subflow reset
mptcp: fix syncookie process if mptcp can not_accept new subflow
...
|
||
|---|---|---|
| .. | ||
| configfs-acpi | ||
| configfs-iio | ||
| configfs-most | ||
| configfs-rdma_cm | ||
| configfs-spear-pcie-gadget | ||
| configfs-stp-policy | ||
| configfs-stp-policy-p_sys-t | ||
| configfs-usb-gadget | ||
| configfs-usb-gadget-acm | ||
| configfs-usb-gadget-ecm | ||
| configfs-usb-gadget-eem | ||
| configfs-usb-gadget-ffs | ||
| configfs-usb-gadget-hid | ||
| configfs-usb-gadget-loopback | ||
| configfs-usb-gadget-mass-storage | ||
| configfs-usb-gadget-midi | ||
| configfs-usb-gadget-ncm | ||
| configfs-usb-gadget-obex | ||
| configfs-usb-gadget-phonet | ||
| configfs-usb-gadget-printer | ||
| configfs-usb-gadget-rndis | ||
| configfs-usb-gadget-serial | ||
| configfs-usb-gadget-sourcesink | ||
| configfs-usb-gadget-subset | ||
| configfs-usb-gadget-tcm | ||
| configfs-usb-gadget-uac1 | ||
| configfs-usb-gadget-uac1_legacy | ||
| configfs-usb-gadget-uac2 | ||
| configfs-usb-gadget-uvc | ||
| debugfs-cec-error-inj | ||
| debugfs-cros-ec | ||
| debugfs-driver-genwqe | ||
| debugfs-driver-habanalabs | ||
| debugfs-ec | ||
| debugfs-hisi-hpre | ||
| debugfs-hisi-sec | ||
| debugfs-hisi-zip | ||
| debugfs-hyperv | ||
| debugfs-ideapad | ||
| debugfs-moxtet | ||
| debugfs-olpc | ||
| debugfs-pfo-nx-crypto | ||
| debugfs-pktcdvd | ||
| debugfs-turris-mox-rwtm | ||
| debugfs-wilco-ec | ||
| dell-smbios-wmi | ||
| dev-kmsg | ||
| devlink-resource-mlxsw | ||
| evm | ||
| gpio-cdev | ||
| ima_policy | ||
| ppc-memtrace | ||
| procfs-attr-current | ||
| procfs-attr-exec | ||
| procfs-attr-prev | ||
| procfs-diskstats | ||
| procfs-smaps_rollup | ||
| pstore | ||
| rtc-cdev | ||
| sysfs-ata | ||
| sysfs-block | ||
| sysfs-block-aoe | ||
| sysfs-block-bcache | ||
| sysfs-block-device | ||
| sysfs-block-dm | ||
| sysfs-block-loop | ||
| sysfs-block-rnbd | ||
| sysfs-block-rssd | ||
| sysfs-block-zram | ||
| sysfs-bus-acpi | ||
| sysfs-bus-amba | ||
| sysfs-bus-bcma | ||
| sysfs-bus-coresight-devices-cti | ||
| sysfs-bus-coresight-devices-etb10 | ||
| sysfs-bus-coresight-devices-etm3x | ||
| sysfs-bus-coresight-devices-etm4x | ||
| sysfs-bus-coresight-devices-funnel | ||
| sysfs-bus-coresight-devices-stm | ||
| sysfs-bus-coresight-devices-tmc | ||
| sysfs-bus-coresight-devices-trbe | ||
| sysfs-bus-counter | ||
| sysfs-bus-css | ||
| sysfs-bus-cxl | ||
| sysfs-bus-dfl | ||
| sysfs-bus-dfl-devices-emif | ||
| sysfs-bus-dfl-devices-n3000-nios | ||
| sysfs-bus-event_source-devices-dfl_fme | ||
| sysfs-bus-event_source-devices-dsa | ||
| sysfs-bus-event_source-devices-events | ||
| sysfs-bus-event_source-devices-format | ||
| sysfs-bus-event_source-devices-hv_24x7 | ||
| sysfs-bus-event_source-devices-hv_gpci | ||
| sysfs-bus-fcoe | ||
| sysfs-bus-fsi | ||
| sysfs-bus-fsl-mc | ||
| sysfs-bus-hsi | ||
| sysfs-bus-i2c-devices-bq32k | ||
| sysfs-bus-i2c-devices-fsa9480 | ||
| sysfs-bus-i2c-devices-hm6352 | ||
| sysfs-bus-i2c-devices-lm3533 | ||
| sysfs-bus-i2c-devices-pca954x | ||
| sysfs-bus-i3c | ||
| sysfs-bus-iio | ||
| sysfs-bus-iio-accel-adxl372 | ||
| sysfs-bus-iio-accel-bmc150 | ||
| sysfs-bus-iio-adc-ad7192 | ||
| sysfs-bus-iio-adc-envelope-detector | ||
| sysfs-bus-iio-adc-hi8435 | ||
| sysfs-bus-iio-adc-max9611 | ||
| sysfs-bus-iio-adc-mt6360 | ||
| sysfs-bus-iio-adc-stm32 | ||
| sysfs-bus-iio-chemical-vz89x | ||
| sysfs-bus-iio-cros-ec | ||
| sysfs-bus-iio-dac-ad5766 | ||
| sysfs-bus-iio-dac-dpot-dac | ||
| sysfs-bus-iio-dfsdm-adc-stm32 | ||
| sysfs-bus-iio-distance-srf08 | ||
| sysfs-bus-iio-dma-buffer | ||
| sysfs-bus-iio-frequency-ad9523 | ||
| sysfs-bus-iio-frequency-adf4350 | ||
| sysfs-bus-iio-frequency-adf4371 | ||
| sysfs-bus-iio-gyro-bmg160 | ||
| sysfs-bus-iio-health-afe440x | ||
| sysfs-bus-iio-humidity | ||
| sysfs-bus-iio-impedance-analyzer-ad5933 | ||
| sysfs-bus-iio-ina2xx-adc | ||
| sysfs-bus-iio-isl29501 | ||
| sysfs-bus-iio-light-isl29018 | ||
| sysfs-bus-iio-light-lm3533-als | ||
| sysfs-bus-iio-light-si1133 | ||
| sysfs-bus-iio-light-tsl2583 | ||
| sysfs-bus-iio-light-tsl2772 | ||
| sysfs-bus-iio-magnetometer-hmc5843 | ||
| sysfs-bus-iio-meas-spec | ||
| sysfs-bus-iio-mpu6050 | ||
| sysfs-bus-iio-potentiometer-mcp4531 | ||
| sysfs-bus-iio-proximity | ||
| sysfs-bus-iio-proximity-as3935 | ||
| sysfs-bus-iio-scd30 | ||
| sysfs-bus-iio-sps30 | ||
| sysfs-bus-iio-sx9310 | ||
| sysfs-bus-iio-temperature-max31856 | ||
| sysfs-bus-iio-timer-stm32 | ||
| sysfs-bus-iio-trigger-sysfs | ||
| sysfs-bus-iio-vf610 | ||
| sysfs-bus-intel_th-devices-gth | ||
| sysfs-bus-intel_th-devices-msc | ||
| sysfs-bus-intel_th-devices-pti | ||
| sysfs-bus-intel_th-output-devices | ||
| sysfs-bus-mcb | ||
| sysfs-bus-mdio | ||
| sysfs-bus-media | ||
| sysfs-bus-mei | ||
| sysfs-bus-mmc | ||
| sysfs-bus-most | ||
| sysfs-bus-moxtet-devices | ||
| sysfs-bus-nfit | ||
| sysfs-bus-nvdimm | ||
| sysfs-bus-optee-devices | ||
| sysfs-bus-papr-pmem | ||
| sysfs-bus-pci | ||
| sysfs-bus-pci-devices-aer_stats | ||
| sysfs-bus-pci-devices-catpt | ||
| sysfs-bus-pci-devices-cciss | ||
| sysfs-bus-pci-devices-pvpanic | ||
| sysfs-bus-pci-drivers-ehci_hcd | ||
| sysfs-bus-pci-drivers-janz-cmodio | ||
| sysfs-bus-pci-drivers-xhci_hcd | ||
| sysfs-bus-platform | ||
| sysfs-bus-rapidio | ||
| sysfs-bus-rbd | ||
| sysfs-bus-rpmsg | ||
| sysfs-bus-siox | ||
| sysfs-bus-soundwire-master | ||
| sysfs-bus-soundwire-slave | ||
| sysfs-bus-spi-devices-spi-nor | ||
| sysfs-bus-thunderbolt | ||
| sysfs-bus-typec | ||
| sysfs-bus-umc | ||
| sysfs-bus-usb | ||
| sysfs-bus-usb-devices-usbsevseg | ||
| sysfs-bus-usb-lvstest | ||
| sysfs-bus-vfio-mdev | ||
| sysfs-bus-vmbus | ||
| sysfs-c2port | ||
| sysfs-cfq-target-latency | ||
| sysfs-class | ||
| sysfs-class-backlight | ||
| sysfs-class-backlight-driver-lm3533 | ||
| sysfs-class-backlight-lm3639 | ||
| sysfs-class-bdi | ||
| sysfs-class-bsr | ||
| sysfs-class-chromeos | ||
| sysfs-class-chromeos-driver-cros-ec-lightbar | ||
| sysfs-class-chromeos-driver-cros-ec-vbc | ||
| sysfs-class-cxl | ||
| sysfs-class-devfreq | ||
| sysfs-class-devfreq-event | ||
| sysfs-class-devlink | ||
| sysfs-class-extcon | ||
| sysfs-class-fc_host | ||
| sysfs-class-fc_remote_ports | ||
| sysfs-class-firmware-attributes | ||
| sysfs-class-fpga-bridge | ||
| sysfs-class-fpga-manager | ||
| sysfs-class-fpga-region | ||
| sysfs-class-gnss | ||
| sysfs-class-intel_pmt | ||
| sysfs-class-iommu | ||
| sysfs-class-iommu-amd-iommu | ||
| sysfs-class-iommu-intel-iommu | ||
| sysfs-class-lcd | ||
| sysfs-class-led | ||
| sysfs-class-led-driver-lm3533 | ||
| sysfs-class-led-driver-turris-omnia | ||
| sysfs-class-led-flash | ||
| sysfs-class-led-multicolor | ||
| sysfs-class-led-trigger-netdev | ||
| sysfs-class-led-trigger-oneshot | ||
| sysfs-class-led-trigger-pattern | ||
| sysfs-class-led-trigger-tty | ||
| sysfs-class-led-trigger-usbport | ||
| sysfs-class-leds-gt683r | ||
| sysfs-class-mei | ||
| sysfs-class-mic | ||
| sysfs-class-mtd | ||
| sysfs-class-mux | ||
| sysfs-class-net | ||
| sysfs-class-net-cdc_ncm | ||
| sysfs-class-net-dsa | ||
| sysfs-class-net-grcan | ||
| sysfs-class-net-janz-ican3 | ||
| sysfs-class-net-phydev | ||
| sysfs-class-net-qmi | ||
| sysfs-class-net-queues | ||
| sysfs-class-net-statistics | ||
| sysfs-class-ocxl | ||
| sysfs-class-pktcdvd | ||
| sysfs-class-power | ||
| sysfs-class-power-ltc4162l | ||
| sysfs-class-power-mp2629 | ||
| sysfs-class-power-surface | ||
| sysfs-class-power-twl4030 | ||
| sysfs-class-power-wilco | ||
| sysfs-class-powercap | ||
| sysfs-class-pwm | ||
| sysfs-class-rapidio | ||
| sysfs-class-rc | ||
| sysfs-class-rc-nuvoton | ||
| sysfs-class-regulator | ||
| sysfs-class-remoteproc | ||
| sysfs-class-rnbd-client | ||
| sysfs-class-rnbd-server | ||
| sysfs-class-rtc | ||
| sysfs-class-rtc-rtc0-device-rtc_calibration | ||
| sysfs-class-rtrs-client | ||
| sysfs-class-rtrs-server | ||
| sysfs-class-scsi_host | ||
| sysfs-class-scsi_tape | ||
| sysfs-class-spi-eeprom | ||
| sysfs-class-stm | ||
| sysfs-class-stm_source | ||
| sysfs-class-switchtec | ||
| sysfs-class-typec | ||
| sysfs-class-usb_role | ||
| sysfs-class-uwb_rc | ||
| sysfs-class-uwb_rc-wusbhc | ||
| sysfs-class-wakeup | ||
| sysfs-class-watchdog | ||
| sysfs-class-zram | ||
| sysfs-dev | ||
| sysfs-devices | ||
| sysfs-devices-consumer | ||
| sysfs-devices-coredump | ||
| sysfs-devices-edac | ||
| sysfs-devices-firmware_node | ||
| sysfs-devices-lpss_ltr | ||
| sysfs-devices-mapping | ||
| sysfs-devices-memory | ||
| sysfs-devices-mmc | ||
| sysfs-devices-online | ||
| sysfs-devices-platform-_UDC_-gadget | ||
| sysfs-devices-platform-ACPI-TAD | ||
| sysfs-devices-platform-docg3 | ||
| sysfs-devices-platform-dock | ||
| sysfs-devices-platform-ipmi | ||
| sysfs-devices-platform-sh_mobile_lcdc_fb | ||
| sysfs-devices-platform-soc-ipa | ||
| sysfs-devices-platform-stratix10-rsu | ||
| sysfs-devices-platform-trackpoint | ||
| sysfs-devices-power | ||
| sysfs-devices-power_resources_D0 | ||
| sysfs-devices-power_resources_D1 | ||
| sysfs-devices-power_resources_D2 | ||
| sysfs-devices-power_resources_D3hot | ||
| sysfs-devices-power_resources_wakeup | ||
| sysfs-devices-power_state | ||
| sysfs-devices-real_power_state | ||
| sysfs-devices-removable | ||
| sysfs-devices-resource_in_use | ||
| sysfs-devices-soc | ||
| sysfs-devices-software_node | ||
| sysfs-devices-state_synced | ||
| sysfs-devices-sun | ||
| sysfs-devices-supplier | ||
| sysfs-devices-system-cpu | ||
| sysfs-devices-system-ibm-rtl | ||
| sysfs-devices-system-xen_cpu | ||
| sysfs-devices-waiting_for_supplier | ||
| sysfs-devices-xenbus | ||
| sysfs-driver-altera-cvp | ||
| sysfs-driver-bd9571mwv-regulator | ||
| sysfs-driver-fsi-master-gpio | ||
| sysfs-driver-genwqe | ||
| sysfs-driver-habanalabs | ||
| sysfs-driver-hid | ||
| sysfs-driver-hid-corsair | ||
| sysfs-driver-hid-lenovo | ||
| sysfs-driver-hid-logitech-hidpp | ||
| sysfs-driver-hid-logitech-lg4ff | ||
| sysfs-driver-hid-multitouch | ||
| sysfs-driver-hid-ntrig | ||
| sysfs-driver-hid-picolcd | ||
| sysfs-driver-hid-prodikeys | ||
| sysfs-driver-hid-roccat-kone | ||
| sysfs-driver-hid-srws1 | ||
| sysfs-driver-hid-wiimote | ||
| sysfs-driver-input-axp-pek | ||
| sysfs-driver-input-cros-ec-keyb | ||
| sysfs-driver-input-exc3000 | ||
| sysfs-driver-intel-m10-bmc | ||
| sysfs-driver-intel-rapid-start | ||
| sysfs-driver-jz4780-efuse | ||
| sysfs-driver-pciback | ||
| sysfs-driver-ppi | ||
| sysfs-driver-samsung-laptop | ||
| sysfs-driver-st | ||
| sysfs-driver-tegra-fuse | ||
| sysfs-driver-toshiba_acpi | ||
| sysfs-driver-toshiba_haps | ||
| sysfs-driver-typec-displayport | ||
| sysfs-driver-uacce | ||
| sysfs-driver-ucsi-ccg | ||
| sysfs-driver-ufs | ||
| sysfs-driver-w1_ds28e17 | ||
| sysfs-driver-w1_therm | ||
| sysfs-driver-wacom | ||
| sysfs-driver-xdata | ||
| sysfs-driver-xen-blkback | ||
| sysfs-driver-xen-blkfront | ||
| sysfs-firmware-acpi | ||
| sysfs-firmware-dmi-entries | ||
| sysfs-firmware-dmi-tables | ||
| sysfs-firmware-efi | ||
| sysfs-firmware-efi-esrt | ||
| sysfs-firmware-efi-runtime-map | ||
| sysfs-firmware-gsmi | ||
| sysfs-firmware-lefi-boardinfo | ||
| sysfs-firmware-log | ||
| sysfs-firmware-memmap | ||
| sysfs-firmware-ofw | ||
| sysfs-firmware-opal-powercap | ||
| sysfs-firmware-opal-psr | ||
| sysfs-firmware-opal-sensor-groups | ||
| sysfs-firmware-qemu_fw_cfg | ||
| sysfs-firmware-sgi_uv | ||
| sysfs-firmware-turris-mox-rwtm | ||
| sysfs-fs-ext4 | ||
| sysfs-fs-f2fs | ||
| sysfs-fs-nilfs2 | ||
| sysfs-fs-xfs | ||
| sysfs-hypervisor-xen | ||
| sysfs-ibft | ||
| sysfs-kernel-boot_params | ||
| sysfs-kernel-btf | ||
| sysfs-kernel-fadump | ||
| sysfs-kernel-fscaps | ||
| sysfs-kernel-iommu_groups | ||
| sysfs-kernel-irq | ||
| sysfs-kernel-livepatch | ||
| sysfs-kernel-mm | ||
| sysfs-kernel-mm-cma | ||
| sysfs-kernel-mm-hugepages | ||
| sysfs-kernel-mm-ksm | ||
| sysfs-kernel-mm-swap | ||
| sysfs-kernel-reboot | ||
| sysfs-kernel-slab | ||
| sysfs-kernel-vmcoreinfo | ||
| sysfs-memory-page-offline | ||
| sysfs-module | ||
| sysfs-ocfs2 | ||
| sysfs-platform_profile | ||
| sysfs-platform-asus-laptop | ||
| sysfs-platform-asus-wmi | ||
| sysfs-platform-at91 | ||
| sysfs-platform-brcmstb-gisb-arb | ||
| sysfs-platform-chipidea-usb2 | ||
| sysfs-platform-chipidea-usb-otg | ||
| sysfs-platform-dell-laptop | ||
| sysfs-platform-dell-privacy-wmi | ||
| sysfs-platform-dell-smbios | ||
| sysfs-platform-dfl-fme | ||
| sysfs-platform-dfl-port | ||
| sysfs-platform-dptf | ||
| sysfs-platform-eeepc-laptop | ||
| sysfs-platform-hidma | ||
| sysfs-platform-hidma-mgmt | ||
| sysfs-platform-i2c-demux-pinctrl | ||
| sysfs-platform-ideapad-laptop | ||
| sysfs-platform-intel-pmc | ||
| sysfs-platform-intel-wmi-sbl-fw-update | ||
| sysfs-platform-intel-wmi-thunderbolt | ||
| sysfs-platform-kim | ||
| sysfs-platform-lg-laptop | ||
| sysfs-platform-mellanox-bootctl | ||
| sysfs-platform-msi-laptop | ||
| sysfs-platform-phy-rcar-gen3-usb2 | ||
| sysfs-platform-renesas_usb3 | ||
| sysfs-platform-sst-atom | ||
| sysfs-platform-tahvo-usb | ||
| sysfs-platform-ts5500 | ||
| sysfs-platform-twl4030-usb | ||
| sysfs-platform-usbip-vudc | ||
| sysfs-platform-wilco-ec | ||
| sysfs-power | ||
| sysfs-pps | ||
| sysfs-profiling | ||
| sysfs-ptp | ||
| sysfs-secvar | ||
| sysfs-tty | ||
| sysfs-uevent | ||
| sysfs-wusb_cbaf | ||
| usb-charger-uevent | ||
| usb-uevent | ||