From: Rafael J. Wysocki
Update the MAINTAINERS entry for cpufreq by making it clear that it
is not just drivers and adding current documentation records to it.
Signed-off-by: Rafael J. Wysocki
---
MAINTAINERS |4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Index: linux-pm/MAINTAIN
On Wed, Jan 02, 2019 at 11:48:00AM +0800, Junchang Wang wrote:
> On Wed, Jan 2, 2019 at 1:54 AM Paul E. McKenney wrote:
> >
> > On Tue, Jan 01, 2019 at 10:03:20PM +0800, Junchang Wang wrote:
> > > Torture types "rcu_bh" and "sched" were removed in commit "c770c82a23".
> > > The name of torture typ
On Sun, Dec 30, 2018 at 10:40:29AM -0700, Jonathan Corbet wrote:
> On Sun, 30 Dec 2018 17:49:45 +0100
> Otto Sabart wrote:
>
> > The graphviz looks better. This patch also fixes multiple build warnings:
> > "WARNING: Block quote ends without a blank line; unexpected unindent."
> >
> > Signed-off
On Sun, Dec 30, 2018 at 08:01:55PM +0100, Otto Sabart wrote:
> This patch fixes multiple build warnings:
> "WARNING: Block quote ends without a blank line; unexpected unindent."
>
> Signed-off-by: Otto Sabart
Applied to cgroup/for-4.22.
Thanks.
--
tejun
On Sun, Dec 30, 2018 at 05:50:44PM +0100, Otto Sabart wrote:
> Improve readability using the :file: markup.
Heh, that's a minor plus for formatted output and minor minus for the
source. If this is a convention generally followed for
documentations, I have no objects. That said, can you please re
Hello, Paolo.
On Sun, Dec 30, 2018 at 11:25:25AM +0100, Paolo Valente wrote:
> What's the benefit of throwing away months of work, on which we agreed
> before starting it, and that solves a problem already acknowledged by
> interested parties?
Showing multiple conflicting numbers definitely isn't
On Wed, 2 Jan 2019 08:01:49 -0800
Tejun Heo wrote:
> On Sun, Dec 30, 2018 at 05:50:44PM +0100, Otto Sabart wrote:
> > Improve readability using the :file: markup.
>
> Heh, that's a minor plus for formatted output and minor minus for the
> source. If this is a convention generally followed for
> Il giorno 2 gen 2019, alle ore 17:03, Tejun Heo ha scritto:
>
> Hello, Paolo.
>
> On Sun, Dec 30, 2018 at 11:25:25AM +0100, Paolo Valente wrote:
>> What's the benefit of throwing away months of work, on which we agreed
>> before starting it, and that solves a problem already acknowledged by
Instead of changing cache->align to be aligned to KASAN_SHADOW_SCALE_SIZE
in kasan_cache_create() we can reuse the ARCH_SLAB_MINALIGN macro.
Suggested-by: Vincenzo Frascino
Signed-off-by: Andrey Konovalov
---
arch/arm64/include/asm/kasan.h | 4
include/linux/slab.h | 1 +
mm/kasa
Right now tag-based KASAN can retag the memory that is reallocated via
krealloc and return a differently tagged pointer even if the same slab
object gets used and no reallocated technically happens.
There are a few issues with this approach. One is that krealloc callers
can't rely on comparing the
With CONFIG_HARDENED_USERCOPY enabled __check_heap_object() compares and
then subtracts a potentially tagged pointer with a non-tagged address of
the page that this pointer belongs to, which leads to unexpected behavior.
Untag the pointer in __check_heap_object() before doing any of these
operatio
Hi Andrew,
This patchset includes an updated "kasan, arm64: use ARCH_SLAB_MINALIGN
instead of manual aligning" patch and fixes for two more issues that
were uncovered while testing with a variety of different config options
enabled.
Thanks!
Andrey Konovalov (3):
kasan, arm64: use ARCH_SLAB_MIN
Hi Lee,
On 12/21/2018 6:46 AM, Lee Jones wrote:
On Tue, 18 Dec 2018, Jae Hyun Yoo wrote:
This commit adds PECI client MFD driver.
+config MFD_INTEL_PECI_CLIENT
+ bool "Intel PECI client"
+ depends on (PECI || COMPILE_TEST)
+ select MFD_CORE
+ help
+ If
Hi Lee,
On 12/21/2018 6:47 AM, Lee Jones wrote:
On Tue, 18 Dec 2018, Jae Hyun Yoo wrote:
This commit adds a dt-bindings document for PECI client MFD.
+* Intel PECI client bindings
+PECI (Platform Environment Control Interface) is a one-wire bus interface that
+provides a communication ch
This series of patches fixes multiple warnings
from `$ make refcheckdocs` output.
I am still not sure if it's good practise to send these changes in
a series (because they touch multiple trees) or as a single commit
because it is one "logical" change :).
I have no problem with squashing these com
There is no `samsung,exynos5250-trng.txt` file in the documentation and
I do not think it ever existed.
Signed-off-by: Otto Sabart
---
MAINTAINERS | 1 -
1 file changed, 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 7ba42fbb2c4a..076288b9a133 100644
--- a/MAINTAINERS
+++ b/MAINTAIN
The ext4.rst file does not exist anymore. This patch changes all references
to point to the whole ext4 directory.
Fixes: d3091215921b ("docs: move ext4 administrative docs to admin-guide/")
Signed-off-by: Otto Sabart
---
Documentation/filesystems/dax.txt | 2 +-
Documentation/filesystems/ext2.t
Old cpuidle/sysfs.txt file was replaced in aa5eee355b46. So, refer to
an updated file.
Fixes: aa5eee355b46 ("Documentation: admin-guide: PM: Add cpuidle document")
Signed-off-by: Otto Sabart
---
Documentation/trace/coresight-cpu-debug.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
di
The primecell.txt and cpus.txt files were converted into YAML. This
patch updates old references with new ones.
Fixes: d3c207eeb905 ("dt-bindings: arm: Convert primecell binding to
json-schema")
Fixes: 672951cbd1b7 ("dt-bindings: arm: Convert cpu binding to json-schema")
Signed-off-by: Otto Sabar
The tmscsim.txt doc file was removed in c121107d0f84.
Fixes: c121107d0f84 ("scsi: documentation: Obsolete documentation references")
Signed-off-by: Otto Sabart
---
drivers/scsi/Kconfig | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index f38882f6
The pinctrl.txt file was converted into reStructuredText and moved into
driver-api folder. This patch updates the broken reference.
Fixes: 5a9b73832e9e ("pinctrl.txt: move it to the driver-api book")
Signed-off-by: Otto Sabart
---
include/linux/mfd/madera/pdata.h | 3 ++-
1 file changed, 2 inser
The cp110-system-controller0.txt file was renamed to
cp110-system-controller.txt.
Fixes: 4aa5496980e4 ("dt-bindings: cp110: rename cp110 syscon file")
Signed-off-by: Otto Sabart
---
Documentation/devicetree/bindings/gpio/gpio-mvebu.txt | 2 --
1 file changed, 2 deletions(-)
diff --git a/Documen
Some files were moved/converted into reStructuredRext/YAML, some were
removed completely. This patch fixes broken references mainly in
Documentation tree. There were also broken refs in Kconfigs and one
in arch tree.
Signed-off-by: Otto Sabart
---
Documentation/admin-guide/kernel-parameters.txt
On Wed, 2 Jan 2019 18:36:06 +0100 Andrey Konovalov
wrote:
> Instead of changing cache->align to be aligned to KASAN_SHADOW_SCALE_SIZE
> in kasan_cache_create() we can reuse the ARCH_SLAB_MINALIGN macro.
>
> ...
>
> --- a/arch/arm64/include/asm/kasan.h
> +++ b/arch/arm64/include/asm/kasan.h
> @
It's not uncommon to have two access two unrelated memory locations in a
specific order. At the moment one has to use a memory barrier for this.
However, if the first access was a read and the second used an address
depending on the first one we would have a data dependency and no
barrier would b
On Wed, Jan 02, 2019 at 03:57:58PM -0500, Michael S. Tsirkin wrote:
> @@ -875,6 +893,8 @@ to the CPU containing it. See the section on "Multicopy
> atomicity"
> for more information.
>
>
> +
> +
> In summary:
>
>(*) Control dependencies can order prior loads against later stores.
Was
On Wed, Jan 02, 2019 at 01:00:24PM -0800, Matthew Wilcox wrote:
> On Wed, Jan 02, 2019 at 03:57:58PM -0500, Michael S. Tsirkin wrote:
> > @@ -875,6 +893,8 @@ to the CPU containing it. See the section on
> > "Multicopy atomicity"
> > for more information.
> >
> >
> > +
> > +
> > In summary:
Hi Andrey,
Thank you for the patch! Perhaps something to improve:
[auto build test WARNING on linus/master]
[also build test WARNING on next-20190102]
[cannot apply to v4.20]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system]
url:
https
Hi!
> The next round of speculation-related issues including the scary L1TF
> hardware bug was a way more "pleasant" experience to work on. While for
> obvious reasons the mitigation development happened behind closed doors in
> a smaller group of people, we were at least able to collaborate in a
On 02-01-19, 12:13, Rafael J. Wysocki wrote:
> From: Rafael J. Wysocki
>
> Update the MAINTAINERS entry for cpufreq by making it clear that it
> is not just drivers and adding current documentation records to it.
>
> Signed-off-by: Rafael J. Wysocki
> ---
> MAINTAINERS |4 +++-
> 1 file ch
30 matches
Mail list logo