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
--
Hi , can we talk about this please?
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
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
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 |
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
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
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
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.
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(+
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
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
12 matches
Mail list logo