Loading Documentation/ABI/testing/sysfs-kernel-oops_count 0 → 100644 +6 −0 Original line number Diff line number Diff line What: /sys/kernel/oops_count Date: November 2022 KernelVersion: 6.2.0 Contact: Linux Kernel Hardening List <linux-hardening@vger.kernel.org> Description: Shows how many times the system has Oopsed since last boot. Documentation/ABI/testing/sysfs-kernel-warn_count 0 → 100644 +6 −0 Original line number Diff line number Diff line What: /sys/kernel/warn_count Date: November 2022 KernelVersion: 6.2.0 Contact: Linux Kernel Hardening List <linux-hardening@vger.kernel.org> Description: Shows how many times the system has Warned since last boot. Documentation/driver-api/spi.rst +2 −2 Original line number Diff line number Diff line Loading @@ -25,8 +25,8 @@ hardware, which may be as simple as a set of GPIO pins or as complex as a pair of FIFOs connected to dual DMA engines on the other side of the SPI shift register (maximizing throughput). Such drivers bridge between whatever bus they sit on (often the platform bus) and SPI, and expose the SPI side of their device as a :c:type:`struct spi_master <spi_master>`. SPI devices are children of that master, the SPI side of their device as a :c:type:`struct spi_controller <spi_controller>`. SPI devices are children of that master, represented as a :c:type:`struct spi_device <spi_device>` and manufactured from :c:type:`struct spi_board_info <spi_board_info>` descriptors which are usually provided by Loading Documentation/fault-injection/fault-injection.txt +2 −2 Original line number Diff line number Diff line Loading @@ -71,8 +71,8 @@ configuration of fault-injection capabilities. - /sys/kernel/debug/fail*/times: specifies how many times failures may happen at most. A value of -1 means "no limit". specifies how many times failures may happen at most. A value of -1 means "no limit". - /sys/kernel/debug/fail*/space: Loading Documentation/networking/ip-sysctl.txt +3 −4 Original line number Diff line number Diff line Loading @@ -529,16 +529,15 @@ tcp_rmem - vector of 3 INTEGERs: min, default, max default: initial size of receive buffer used by TCP sockets. This value overrides net.core.rmem_default used by other protocols. Default: 87380 bytes. This value results in window of 65535 with default setting of tcp_adv_win_scale and tcp_app_win:0 and a bit less for default tcp_app_win. See below about these variables. Default: 131072 bytes. This value results in initial window of 65535. max: maximal size of receive buffer allowed for automatically selected receiver buffers for TCP socket. This value does not override net.core.rmem_max. Calling setsockopt() with SO_RCVBUF disables automatic tuning of that socket's receive buffer size, in which case this value is ignored. Default: between 87380B and 6MB, depending on RAM size. Default: between 131072 and 6MB, depending on RAM size. tcp_sack - BOOLEAN Enable select acknowledgments (SACKS). Loading Loading
Documentation/ABI/testing/sysfs-kernel-oops_count 0 → 100644 +6 −0 Original line number Diff line number Diff line What: /sys/kernel/oops_count Date: November 2022 KernelVersion: 6.2.0 Contact: Linux Kernel Hardening List <linux-hardening@vger.kernel.org> Description: Shows how many times the system has Oopsed since last boot.
Documentation/ABI/testing/sysfs-kernel-warn_count 0 → 100644 +6 −0 Original line number Diff line number Diff line What: /sys/kernel/warn_count Date: November 2022 KernelVersion: 6.2.0 Contact: Linux Kernel Hardening List <linux-hardening@vger.kernel.org> Description: Shows how many times the system has Warned since last boot.
Documentation/driver-api/spi.rst +2 −2 Original line number Diff line number Diff line Loading @@ -25,8 +25,8 @@ hardware, which may be as simple as a set of GPIO pins or as complex as a pair of FIFOs connected to dual DMA engines on the other side of the SPI shift register (maximizing throughput). Such drivers bridge between whatever bus they sit on (often the platform bus) and SPI, and expose the SPI side of their device as a :c:type:`struct spi_master <spi_master>`. SPI devices are children of that master, the SPI side of their device as a :c:type:`struct spi_controller <spi_controller>`. SPI devices are children of that master, represented as a :c:type:`struct spi_device <spi_device>` and manufactured from :c:type:`struct spi_board_info <spi_board_info>` descriptors which are usually provided by Loading
Documentation/fault-injection/fault-injection.txt +2 −2 Original line number Diff line number Diff line Loading @@ -71,8 +71,8 @@ configuration of fault-injection capabilities. - /sys/kernel/debug/fail*/times: specifies how many times failures may happen at most. A value of -1 means "no limit". specifies how many times failures may happen at most. A value of -1 means "no limit". - /sys/kernel/debug/fail*/space: Loading
Documentation/networking/ip-sysctl.txt +3 −4 Original line number Diff line number Diff line Loading @@ -529,16 +529,15 @@ tcp_rmem - vector of 3 INTEGERs: min, default, max default: initial size of receive buffer used by TCP sockets. This value overrides net.core.rmem_default used by other protocols. Default: 87380 bytes. This value results in window of 65535 with default setting of tcp_adv_win_scale and tcp_app_win:0 and a bit less for default tcp_app_win. See below about these variables. Default: 131072 bytes. This value results in initial window of 65535. max: maximal size of receive buffer allowed for automatically selected receiver buffers for TCP socket. This value does not override net.core.rmem_max. Calling setsockopt() with SO_RCVBUF disables automatic tuning of that socket's receive buffer size, in which case this value is ignored. Default: between 87380B and 6MB, depending on RAM size. Default: between 131072 and 6MB, depending on RAM size. tcp_sack - BOOLEAN Enable select acknowledgments (SACKS). Loading