Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'docs-5.7-2' of git://git.lwn.net/linux

Pull Documentation fixes from Jonathan Corbet:
"A handful of late-arriving fixes for the documentation tree"

* tag 'docs-5.7-2' of git://git.lwn.net/linux:
Documentation: android: binderfs: add 'stats' mount option
Documentation: driver-api/usb/writing_usb_driver.rst Updates documentation links
docs: driver-api: address duplicate label warning
Documentation: sysrq: fix RST formatting
docs: kernel-parameters.txt: Fix broken references
docs: kernel-parameters.txt: Remove nompx
docs: filesystems: fix typo in qnx6.rst

+22 -24
+6
Documentation/admin-guide/binderfs.rst
··· 33 33 a per-instance limit. If ``max=<count>`` is set then only ``<count>`` number 34 34 of binder devices can be allocated in this binderfs instance. 35 35 36 + stats 37 + Using ``stats=global`` enables global binder statistics. 38 + ``stats=global`` is only available for a binderfs instance mounted in the 39 + initial user namespace. An attempt to use the option to mount a binderfs 40 + instance in another user namespace will return a permission error. 41 + 36 42 Allocating binder Devices 37 43 ------------------------- 38 44
+2 -6
Documentation/admin-guide/kernel-parameters.txt
··· 685 685 coredump_filter= 686 686 [KNL] Change the default value for 687 687 /proc/<pid>/coredump_filter. 688 - See also Documentation/filesystems/proc.txt. 688 + See also Documentation/filesystems/proc.rst. 689 689 690 690 coresight_cpu_debug.enable 691 691 [ARM,ARM64] ··· 962 962 edid/1680x1050.bin, or edid/1920x1080.bin is given 963 963 and no file with the same name exists. Details and 964 964 instructions how to build your own EDID data are 965 - available in Documentation/driver-api/edid.rst. An EDID 965 + available in Documentation/admin-guide/edid.rst. An EDID 966 966 data set will only be used for a particular connector, 967 967 if its name and a colon are prepended to the EDID 968 968 name. Each connector may use a unique EDID data ··· 991 991 Enable debug messages at boot time. See 992 992 Documentation/admin-guide/dynamic-debug-howto.rst 993 993 for details. 994 - 995 - nompx [X86] Disables Intel Memory Protection Extensions. 996 - See Documentation/x86/intel_mpx.rst for more 997 - information about the feature. 998 994 999 995 nopku [X86] Disable Memory Protection Keys CPU feature found 1000 996 in some Intel CPUs.
+11 -9
Documentation/admin-guide/sysrq.rst
··· 48 48 How do I use the magic SysRq key? 49 49 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 50 50 51 - On x86 - You press the key combo :kbd:`ALT-SysRq-<command key>`. 51 + On x86 52 + You press the key combo :kbd:`ALT-SysRq-<command key>`. 52 53 53 - .. note:: 54 + .. note:: 54 55 Some 55 56 keyboards may not have a key labeled 'SysRq'. The 'SysRq' key is 56 57 also known as the 'Print Screen' key. Also some keyboards cannot ··· 59 58 have better luck with press :kbd:`Alt`, press :kbd:`SysRq`, 60 59 release :kbd:`SysRq`, press :kbd:`<command key>`, release everything. 61 60 62 - On SPARC - You press :kbd:`ALT-STOP-<command key>`, I believe. 61 + On SPARC 62 + You press :kbd:`ALT-STOP-<command key>`, I believe. 63 63 64 64 On the serial console (PC style standard serial ports only) 65 65 You send a ``BREAK``, then within 5 seconds a command key. Sending 66 66 ``BREAK`` twice is interpreted as a normal BREAK. 67 67 68 68 On PowerPC 69 - Press :kbd:`ALT - Print Screen` (or :kbd:`F13`) - :kbd:`<command key>`, 69 + Press :kbd:`ALT - Print Screen` (or :kbd:`F13`) - :kbd:`<command key>`. 70 70 :kbd:`Print Screen` (or :kbd:`F13`) - :kbd:`<command key>` may suffice. 71 71 72 72 On other ··· 75 73 let me know so I can add them to this section. 76 74 77 75 On all 78 - write a character to /proc/sysrq-trigger. e.g.:: 76 + Write a character to /proc/sysrq-trigger. e.g.:: 79 77 80 78 echo t > /proc/sysrq-trigger 81 79 ··· 284 282 Credits 285 283 ~~~~~~~ 286 284 287 - Written by Mydraal <vulpyne@vulpyne.net> 288 - Updated by Adam Sulmicki <adam@cfar.umd.edu> 289 - Updated by Jeremy M. Dolan <jmd@turbogeek.org> 2001/01/28 10:15:59 290 - Added to by Crutcher Dunnavant <crutcher+kernel@datastacks.com> 285 + - Written by Mydraal <vulpyne@vulpyne.net> 286 + - Updated by Adam Sulmicki <adam@cfar.umd.edu> 287 + - Updated by Jeremy M. Dolan <jmd@turbogeek.org> 2001/01/28 10:15:59 288 + - Added to by Crutcher Dunnavant <crutcher+kernel@datastacks.com>
+2 -5
Documentation/driver-api/usb/writing_usb_driver.rst
··· 314 314 Linux Hotplug Project: 315 315 http://linux-hotplug.sourceforge.net/ 316 316 317 - Linux USB Working Devices List: 318 - http://www.qbik.ch/usb/devices/ 319 - 320 - linux-usb-devel Mailing List Archives: 321 - http://marc.theaimsgroup.com/?l=linux-usb-devel 317 + linux-usb Mailing List Archives: 318 + https://lore.kernel.org/linux-usb/ 322 319 323 320 Programming Guide for Linux USB Device Drivers: 324 321 http://lmu.web.psi.ch/docu/manuals/software_manuals/linux_sl/usb_linux_programming_guide.pdf
-3
Documentation/driver-api/w1.rst
··· 7 7 W1 API internal to the kernel 8 8 ============================= 9 9 10 - W1 API internal to the kernel 11 - ----------------------------- 12 - 13 10 include/linux/w1.h 14 11 ~~~~~~~~~~~~~~~~~~ 15 12
+1 -1
Documentation/filesystems/qnx6.rst
··· 185 185 186 186 The rational behind that is that a write request can work on a new snapshot 187 187 (system area of the inactive - resp. lower serial numbered superblock) while 188 - at the same time there is still a complete stable filesystem structer in the 188 + at the same time there is still a complete stable filesystem structure in the 189 189 other half of the system area. 190 190 191 191 When finished with writing (a sync write is completed, the maximum sync leap