Re: [PATCH 0/6] scripts/gdb: Fixes for 4.7

2016-06-28 Thread Jan Kiszka
On 2016-06-28 17:22, Kieran Bingham wrote: > Hi Andrew, > > Please consider this series for integration into the current rc series. > I had hoped to get this to you, with a fixed radix-tree, rather than a > reverted one. Alas, time has gone against me, and we are nearing the end > of the window -

Re: [PATCH 1/2] cgroup: pids: show number of failed forks since limit reset

2016-06-28 Thread Aleksa Sarai
On Sun, Jun 26, 2016 at 09:34:41PM +1000, Aleksa Sarai wrote: If a user has a setup where they wait for notifications on changes to pids.event, and then auto-adjust the cgroup limits based on the number of failures you have a race condition between reading the pids.event file and then setting the

[PATCH] [linux-next] Doc: block: Fix a typo in queue-sysfs.txt

2016-06-28 Thread Masanari Iida
This patch fix a spelling typo found in queue-sysfs.txt. Signed-off-by: Masanari Iida --- Documentation/block/queue-sysfs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/block/queue-sysfs.txt b/Documentation/block/queue-sysfs.txt index dce25d848d92..d515d58

Re: [PATCH] [linux-next] Doc: block: Fix a typo in queue-sysfs.txt

2016-06-28 Thread Jens Axboe
On 06/28/2016 02:10 PM, Masanari Iida wrote: This patch fix a spelling typo found in queue-sysfs.txt. Thanks, applied. -- Jens Axboe -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vg

Re: [GIT PULL] doc: sphinx-4.8 DocBook to reST movement on Jon's docs-next

2016-06-28 Thread Jani Nikula
On Tue, 28 Jun 2016, Markus Heiser wrote: > Hi Jonathan, hi Mauro, > > here is my DocBook to reST movement on top of Jon's docs-next branch. It > includes: > > * kernel-doc parser & directive > * flat-table directive > * man page builder 'kernel-doc-man' > * the kernel-doc-HOWTO > * guides for st

[PATCH 6/6] Revert "scripts/gdb: add documentation example for radix tree"

2016-06-28 Thread Kieran Bingham
This reverts commit 9b5580359a84 ("scripts/gdb: add documentation example for radix tree") The python implementation of radix tree was merged at the same time as a refactoring of the radix tree implementation and doesn't work. The feature is being reverted, thus we revert the documentation as well

[PATCH 0/6] scripts/gdb: Fixes for 4.7

2016-06-28 Thread Kieran Bingham
Hi Andrew, Please consider this series for integration into the current rc series. I had hoped to get this to you, with a fixed radix-tree, rather than a reverted one. Alas, time has gone against me, and we are nearing the end of the window - so having discussed with Jan, we felt it best to simply

[PATCH 3/6] scripts/gdb: add constants.py to .gitignore

2016-06-28 Thread Kieran Bingham
From: Omar Sandoval Since scripts/gdb/linux/constants.py is autogenerated, this should have been added to .gitignore when it was introduced. Fixes: f197d75fcad1 ("scripts/gdb: provide linux constants") Signed-off-by: Omar Sandoval Signed-off-by: Kieran Bingham --- scripts/gdb/linux/.gitignore

[PATCH 1/6] scripts/gdb: silence 'nothing to do' message

2016-06-28 Thread Kieran Bingham
The constants.py generation, involves a rule to link into the main makefile. This rule has no command and generates a spurious warning message in the build logs when CONFIG_SCRIPTS_GDB is enabled. Fix simply by giving a no-op action Reported-by: Jan Kiszka Signed-off-by: Kieran Bingham --- scr

[PATCH 4/6] scripts/gdb: Perform path expansion to lx-symbol's arguments

2016-06-28 Thread Kieran Bingham
From: Nikolay Borisov Python doesn't do automatic expansion of paths. In case one passes path of the from ~/foo/bar the gdb scripts won't automatically expand that and as a result the symbols files won't be loaded. Fix this by explicitly expanding all paths which begin with "~" Signed-off-by: Ni

[PATCH 5/6] Revert "scripts/gdb: add a Radix Tree Parser"

2016-06-28 Thread Kieran Bingham
This reverts commit e127a73d41ac ("scripts/gdb: add a Radix Tree Parser") The python implementation of radix-tree was merged at the same time as the radix-tree system was heavily reworked from commit e9256efcc8e3 ("radix-tree: introduce radix_tree_empty") to 3bcadd6fa6c4 ("radix-tree: free up the

[PATCH 2/6] scripts/gdb: rebuild constants.py on dependancy change

2016-06-28 Thread Kieran Bingham
The autogenerated constants.py file was only being built on the initial call, and if the constants.py.in file changed. As we are utilising the CPP hooks, we can successfully use the call if_changed_dep rules to determine when to rebuild the file based on it's inclusions. Reported-by: Jan Kiszka S

[PATCH 92/92] clocksource/drivers/arm_arch_timer: Control the evtstrm via the cmdline

2016-06-28 Thread Daniel Lezcano
From: Will Deacon Disabling the eventstream can be useful for both remotely debugging a deployed production system and development of code using WFE-based polling loops. Whilst this can currently be controlled via a Kconfig option (CONFIG_ARM_ARCH_TIMER_EVTSTREAM), it's often desirable to toggle