[GIT PULL] Documentation for 5.4

2019-09-15 Thread Jonathan Corbet
The following changes since commit d2eba640a4b96bc1bdc0f4a500b8b8d5e16725c8: docs: phy: Drop duplicate 'be made' (2019-07-26 08:15:26 -0600) are available in the Git repository at: git://git.lwn.net/linux.git tags/docs-5.4 for you to fetch changes up to fe013f8bc160d79c6e33bb66d9bb0cd249492

D;

2019-09-15 Thread Martins Kwame
-- Hi , can we talk about this please?

[PATCH 3/4] Documentation/ABI: mark /sys/kernel/fadump_* sysfs files deprecated

2019-09-15 Thread Sourabh Jain
The /sys/kernel/fadump_* sysfs files are replicated under /sys/kernel/fadump/ directory. But we need to keep the old sysfs files to maintain the backward compatibility. The sysfs files are scheduled to remove by 2021. Signed-off-by: Sourabh Jain --- .../{testing => obsolete}/sysfs-kernel-fadump

[PATCH 0/4] reorganize and add FADump sysfs files

2019-09-15 Thread Sourabh Jain
Currently, the FADump sysfs files are present inside /sys/kernel directory. But as the number of FADump sysfs file increases it is not a good idea to push all of them in /sys/kernel directory. It is better to have separate directory to keep all the FADump sysfs files. The patch series reorganizes

[PATCH 4/4] powerpc/fadump: sysfs for fadump memory reservation

2019-09-15 Thread Sourabh Jain
Add a sys interface to allow querying the memory reserved by FADump for saving the crash dump. Also added Documentation/ABI for the new sysfs file. Signed-off-by: Sourabh Jain --- Documentation/ABI/testing/sysfs-kernel-fadump| 7 +++ Documentation/powerpc/firmware-assisted-dump.rst |

[PATCH 2/4] Documentation/ABI: add ABI documentation for /sys/kernel/fadump_*

2019-09-15 Thread Sourabh Jain
Add the missing ABI documentation for the already available fadump sysfs files. Signed-off-by: Sourabh Jain --- Documentation/ABI/testing/sysfs-kernel-fadump_enabled | 7 +++ Documentation/ABI/testing/sysfs-kernel-fadump_registered | 8 Documentation/ABI/testing/sysfs-kernel-fa

[PATCH 1/4] powerpc/fadump: replicate /sys/kernel/fadump_* sysfs into /sys/kernel/fadump/

2019-09-15 Thread Sourabh Jain
As the number of FADump sysfs files increases it is hard to manage all of them inside /sys/kernel directory. It's better to have all the FADump related sysfs files in a dedicated directory /sys/kernel/fadump. But to maintain the backward compatibility all the /sys/kernel/fadump_* sysfs files are re

Re: [PATCH] docs: hwmon: Suppress Sphinx warning

2019-09-15 Thread Jonathan Corbet
On Sun, 15 Sep 2019 18:27:18 +1000 Adam Zerella wrote: > When generating documentation output Sphinx > outputs a warning for not including > the page 'inspur-ipsps1.rst' in 'index.rst'. > Assuming this documentation is useful it > should be included in the index > > Signed-off-by: Adam Zerella

Re: [PATCH v2] printf: add support for printing symbolic error codes

2019-09-15 Thread Pavel Machek
On Mon 2019-09-09 22:38:25, Rasmus Villemoes wrote: > It has been suggested several times to extend vsnprintf() to be able > to convert the numeric value of ENOSPC to print "ENOSPC". This is yet > another attempt. Rather than adding another %p extension, simply teach > plain %p to convert ERR_PTRs.

[PATCH] docs: hwmon: Suppress Sphinx warning

2019-09-15 Thread Adam Zerella
When generating documentation output Sphinx outputs a warning for not including the page 'inspur-ipsps1.rst' in 'index.rst'. Assuming this documentation is useful it should be included in the index Signed-off-by: Adam Zerella --- Documentation/hwmon/index.rst | 1 + 1 file changed, 1 insertion(+

[PATCH v2] docs: perf: Add imx-ddr to documentation index

2019-09-15 Thread Adam Zerella
Sphinx is currently outputting a warning where the file 'imx-ddr.rst' is not included in the documentation index. Additionally, the code highlighting and doc formatting can be slightly improved. Signed-off-by: Adam Zerella --- v2: Supress additional indentation warning --- Documentation/admin-g

Re: [PATCH v2] Documentation: kbuild: Add document about reproducible builds

2019-09-15 Thread Jonathan Corbet
On Sun, 15 Sep 2019 12:24:49 +0900 Masahiro Yamada wrote: > On Sat, Sep 14, 2019 at 8:24 PM Ben Hutchings wrote: > > > > In the Distribution Kernels track at Linux Plumbers Conference there > > was some discussion around the difficulty of making kernel builds > > reproducible. > > > > This is a