Re: [PATCH] proc/kpageflags: add KPF_WAITERS

2018-02-17 Thread Konstantin Khlebnikov
On 17.02.2018 02:57, Andrew Morton wrote: On Sun, 11 Feb 2018 13:36:41 +0300 Konstantin Khlebnikov wrote: KPF_WAITERS indicates tasks are waiting for a page lock or writeback. This might be false-positive, in this case next unlock will clear it. Well, kpageflags is full of potential false-p

[PATCH] Documentation/vm/pagemap.txt: document bit WAITERS

2018-02-17 Thread Konstantin Khlebnikov
Signed-off-by: Konstantin Khlebnikov --- Documentation/vm/pagemap.txt |8 1 file changed, 8 insertions(+) diff --git a/Documentation/vm/pagemap.txt b/Documentation/vm/pagemap.txt index eafcefa15261..eaa46771fa30 100644 --- a/Documentation/vm/pagemap.txt +++ b/Documentation/vm/pagema

Hello dear,

2018-02-17 Thread Rachel Rachel
Hello dear, I am Miss Rachel Jelani. I have very important thing to discuss with you please, this information is very vital. Contact me with my privarte email so we can talk ( rachelrachel...@hotmail.com ) Rachel.

[GIT PULL] xen: fixes for 4.16-rc2

2018-02-17 Thread Juergen Gross
Linus, Please git pull the following tag: git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-4.16a-rc2-tag xen: fixes for 4.16-rc2 It contains fixes for the Xen pvcalls frontend driver, a fix for booting Xen pv domains and a fix for the xenbus driver user interface. Thanks.

[PATCH v2 1/2] dt-bindings: thermal: add binding for MT7622 SoC

2018-02-17 Thread sean.wang
From: Sean Wang Add devicetree bindings for MediaTek MT7622 thermal controller Changes v1 -> v2: add tag from Rob Signed-off-by: Sean Wang Signed-off-by: Shunli Wang Reviewed-by: Rob Herring --- Documentation/devicetree/bindings/thermal/mediatek-thermal.txt | 1 + 1 file changed, 1 insertio

[PATCH v2 2/2] thermal: mediatek: add support for MT7622 SoC

2018-02-17 Thread sean.wang
From: Sean Wang MT7622 SoC has built-in thermal controller with one sensing point, the patch just is to extend the functionality of the existing logic. Changes v1 -> v2: rebase to 4.16-rc1 Signed-off-by: Sean Wang Signed-off-by: Shunli Wang --- drivers/thermal/mtk_thermal.c | 35

[GIT PULL] arm64 fixes for 4.16-rc2

2018-02-17 Thread Catalin Marinas
Hi Linus, Please pull the arm64 fixes below. The bulk of this pull request is the pte accessors annotation to READ/WRITE_ONCE (we tried to avoid pushing this during the merging window to avoid conflicts). Thanks. The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2: Linu

Re: [PATCH 1/4] dt-bindings: add RK3368-uQ7 SoM and EVK base board

2018-02-17 Thread Heiko Stübner
Am Dienstag, 30. Januar 2018, 13:39:28 CET schrieb Klaus Goger: > RK3368-uQ7 is a Qseven compatible system-on-module by Theobroma Systems. > > This adds the module and the EVK baseboard "Haikou" > > Signed-off-by: Klaus Goger applied for 4.17

Re: [PATCH 2/4] arm64: dts: rockchip: add RK3368-uQ7 (Lion) SoM

2018-02-17 Thread Heiko Stübner
Am Dienstag, 30. Januar 2018, 13:39:29 CET schrieb Klaus Goger: > The RK3368-uQ7 SoM is a uQseven-compatible (40mm x 70mm, MXM-230 > connector) system-on-module from Theobroma Systems, featuring the > Rockchip RK3368. > > It provides the following feature set: > * up to 4GB DDR3 > * on-module SP

Re: [PATCH 3/4] arm64: dts: rockchip: add Haikou baseboard with RK3368-uQ7 SoM

2018-02-17 Thread Heiko Stübner
Am Dienstag, 30. Januar 2018, 13:39:30 CET schrieb Klaus Goger: > Haikou is a Qseven and μQseven baseboard used in Theobroma Systems > evaluation kits. This dts adds a version for use with a RK3368-uQ7 SoM > called Lion. > > Signed-off-by: Klaus Goger applied for 4.17 after moving some things ar

Re: [PATCH 0/2] efivars: reading variables can generate SMIs

2018-02-17 Thread Ard Biesheuvel
On 16 February 2018 at 22:05, Peter Jones wrote: > On Fri, Feb 16, 2018 at 09:09:30PM +, Luck, Tony wrote: >> > That said, I'm not sure how many non-root users run the toolkit to >> > extract their EFI certificates or check on the secure boot status of >> > the system, but I suspect it might b

Re: [PATCH 4/4] arm64: dts: rockchip: add OPPs for rk3368-lion

2018-02-17 Thread Heiko Stübner
Am Dienstag, 30. Januar 2018, 13:39:31 CET schrieb Klaus Goger: > This adds CPU operation points for the RK3368. We only add them to the > the RK3368-uQ7 SoM (Lion) because patches for the SoC where reverted > in the past. > commit 6354a06cbaa8 ("Revert "arm64: dts: rockchip: Add basic cpu > freque

[PATCH] maillbox: bcm-flexrm-mailbox: Use dma_pool_zalloc()

2018-02-17 Thread Souptick Joarder
Use dma_pool_zalloc() instead of dma_pool_alloc + memset Signed-off-by: Souptick Joarder --- drivers/mailbox/bcm-flexrm-mailbox.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/mailbox/bcm-flexrm-mailbox.c b/drivers/mailbox/bcm-flexrm-mailbox.c index a8cf433..8ab0

[GIT PULL] Please pull powerpc/linux.git powerpc-4.16-3 tag

2018-02-17 Thread Michael Ellerman
Hi Linus, Please pull some more powerpc fixes for 4.16. Sorry to send a pull request on the weekend, and a 2nd one this week, but one of these commits fixes a boot crash which would be good to get in before rc2. cheers The following changes since commit 694a20dae6efc3803740971fa9f7c86b8c8d4685:

[PATCH] Staging: ks7010: fix unnecessary parentheses in ks_hostif.c

2018-02-17 Thread Yash Omer
This patch fixes up unncessary parentheses warning found by checkpatch.pl script Signed-off-by: Yash Omer --- drivers/staging/ks7010/ks_hostif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/ks7010/ks_hostif.c b/drivers/staging/ks7010/ks_hostif.c index 7bd56

Re: [PATCH 18/21] regulator: fixed/gpio: Pull inversion/OD into gpiolib

2018-02-17 Thread Robert Jarzmik
Linus Walleij writes: > This pushes the handling of inversion semantics and open drain > settings to the GPIO descriptor and gpiolib. All affected board > files are also augmented. Hi Linus, Could we split the patch into chunks, one for i2c, one for pxa, etc ... I fear that exceptionally I have

Re: [PATCH v3 01/15] Documentation: add newcx initramfs format description

2018-02-17 Thread Taras Kondratiuk
Quoting h...@zytor.com (2018-02-16 16:00:36) > On February 16, 2018 1:47:35 PM PST, Victor Kamensky > wrote: > > > > > >On Fri, 16 Feb 2018, Rob Landley wrote: > > > >> > >> On 02/16/2018 02:59 PM, H. Peter Anvin wrote: > >>> On 02/16/18 12:33, Taras Kondratiuk wrote: > Many of the Linux sec

[GIT PULL] MMC fixes for v.4.16-rc2

2018-02-17 Thread Ulf Hansson
Hi Linus, Here's a PR with a couple of MMC fixes intended for v4.16-rc2. Details about the highlights are as usual found in the signed tag. Please pull this in! Kind regards Ulf Hansson The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2: Linux 4.16-rc1 (2018-02-11 1

Re: [PATCH v5 0/6] x86/apic: Fix restoring boot irq mode in reboot and kexec/kdump

2018-02-17 Thread Ingo Molnar
* Eric W. Biederman wrote: > Ingo Molnar writes: > > > * Baoquan He wrote: > > > >> This is v5 post. Newly added patch 0002 includes the change > >> related to KEXEC_JUMP path. Patch 0003 only includes the > >> regression fix. > >> > >> A regression bug was introduced in below commit. > >> c

Re: [PATCH 1/6] sched: Rename init_rq_hrtick to hrtick_rq_init

2018-02-17 Thread Thomas Gleixner
On Thu, 15 Feb 2018, Frederic Weisbecker wrote: > Do that rename in order to normalize the hrtick namespace. > > Signed-off-by: Frederic Weisbecker Reviewed-by: Thomas Gleixner

Re: [tip:x86/pti] x86/speculation: Use IBRS if available before calling into firmware

2018-02-17 Thread Ingo Molnar
* Tim Chen wrote: > On 02/16/2018 11:16 AM, David Woodhouse wrote: > > On Fri, 2018-02-16 at 10:44 -0800, Tim Chen wrote: > >> > >> I encountered hang on a machine but not others when using the above > >> macro. It is probably an alignment thing with ALTERNATIVE as the > >> problem went > >> aw

Re: [PATCH 2/6] nohz: Allow to check if remote CPU tick is stopped

2018-02-17 Thread Thomas Gleixner
On Thu, 15 Feb 2018, Frederic Weisbecker wrote: > This check is racy but provides a good heuristic to determine whether > a CPU may need a remote tick or not. > > +int tick_nohz_tick_stopped_cpu(int cpu) s/int/bool/ but I'm not religious about that. > +{ > + struct tick_sched *ts = per_cpu

Re: [PATCH v2 4/4] x86/MCE/AMD: Carve out SMCA get_block_address() code

2018-02-17 Thread Borislav Petkov
On Thu, Feb 15, 2018 at 03:09:43PM -0600, Yazen Ghannam wrote: > From: Yazen Ghannam > > Carve out the SMCA code in get_block_address() into a separate helper > function. > > No functional change. > > Signed-off-by: Yazen Ghannam > --- > v1->v2: > * New in this series. > > arch/x86/kernel/cp

[tip:x86/pti] nospec: Kill array_index_nospec_mask_check()

2018-02-17 Thread tip-bot for Dan Williams
Commit-ID: 1d91c1d2c80cb70e2e553845e278b87a960c04da Gitweb: https://git.kernel.org/tip/1d91c1d2c80cb70e2e553845e278b87a960c04da Author: Dan Williams AuthorDate: Fri, 16 Feb 2018 13:20:42 -0800 Committer: Ingo Molnar CommitDate: Sat, 17 Feb 2018 08:40:59 +0100 nospec: Kill array_index_n

[tip:x86/pti] nospec: Allow index argument to have const-qualified type

2018-02-17 Thread tip-bot for Rasmus Villemoes
Commit-ID: b98c6a160a057d5686a8c54c79cc6c8c94a7d0c8 Gitweb: https://git.kernel.org/tip/b98c6a160a057d5686a8c54c79cc6c8c94a7d0c8 Author: Rasmus Villemoes AuthorDate: Fri, 16 Feb 2018 13:20:48 -0800 Committer: Ingo Molnar CommitDate: Sat, 17 Feb 2018 08:40:59 +0100 nospec: Allow index ar

[tip:x86/pti] nospec: Include dependency

2018-02-17 Thread tip-bot for Dan Williams
Commit-ID: eb6174f6d1be16b19cfa43dac296bfed003ce1a6 Gitweb: https://git.kernel.org/tip/eb6174f6d1be16b19cfa43dac296bfed003ce1a6 Author: Dan Williams AuthorDate: Fri, 16 Feb 2018 13:20:54 -0800 Committer: Ingo Molnar CommitDate: Sat, 17 Feb 2018 08:40:59 +0100 nospec: Include dependenc

Re: [PATCH 3/6] sched/isolation: Isolate workqueues when "nohz_full=" is set

2018-02-17 Thread Thomas Gleixner
On Thu, 15 Feb 2018, Frederic Weisbecker wrote: > As we prepare for offloading the residual 1hz scheduler ticks to > workqueue, let's affine those to housekeepers so that they don't > interrupt the CPUs that don't want to be disturbed. > > Signed-off-by: Frederic Weisbecker Reviewed-by: Thomas

[tip:x86/pti] x86/CPU: Check CPU feature bits after microcode upgrade

2018-02-17 Thread tip-bot for Borislav Petkov
Commit-ID: 42ca8082e260dcfd8afa2afa6ec1940b9d41724c Gitweb: https://git.kernel.org/tip/42ca8082e260dcfd8afa2afa6ec1940b9d41724c Author: Borislav Petkov AuthorDate: Fri, 16 Feb 2018 12:26:40 +0100 Committer: Ingo Molnar CommitDate: Sat, 17 Feb 2018 08:43:55 +0100 x86/CPU: Check CPU feat

[tip:x86/pti] x86/microcode: Propagate return value from updating functions

2018-02-17 Thread tip-bot for Borislav Petkov
Commit-ID: 3f1f576a195aa266813cbd4ca70291deb61e0129 Gitweb: https://git.kernel.org/tip/3f1f576a195aa266813cbd4ca70291deb61e0129 Author: Borislav Petkov AuthorDate: Fri, 16 Feb 2018 12:26:38 +0100 Committer: Ingo Molnar CommitDate: Sat, 17 Feb 2018 08:43:55 +0100 x86/microcode: Propagat

[tip:x86/pti] x86/CPU: Add a microcode loader callback

2018-02-17 Thread tip-bot for Borislav Petkov
Commit-ID: 1008c52c09dcb23d93f8e0ea83a6246265d2cce0 Gitweb: https://git.kernel.org/tip/1008c52c09dcb23d93f8e0ea83a6246265d2cce0 Author: Borislav Petkov AuthorDate: Fri, 16 Feb 2018 12:26:39 +0100 Committer: Ingo Molnar CommitDate: Sat, 17 Feb 2018 08:43:55 +0100 x86/CPU: Add a microcod

Re: [PATCH 0/5] Fix deadlock on runtime suspend in DRM drivers

2018-02-17 Thread Lukas Wunner
On Sun, Feb 11, 2018 at 10:38:28AM +0100, Lukas Wunner wrote: > workqueue: Allow retrieval of current task's work struct > drm: Allow determining if current task is output poll worker > drm/nouveau: Fix deadlock on runtime suspend > drm/radeon: Fix deadlock on runtime suspend > drm/amdgpu

Re: [PATCH v2 1/2] jump_label: Explicitly disable jump labels in __init code

2018-02-17 Thread Ingo Molnar
* Josh Poimboeuf wrote: > +/* Disable any jump label entries in __init code */ > +void __init jump_label_invalidate_init(void) > +{ > + struct jump_entry *iter_start = __start___jump_table; > + struct jump_entry *iter_stop = __stop___jump_table; > + struct jump_entry *iter; > + > +

Re: [PATCH v5 0/6] x86/apic: Fix restoring boot irq mode in reboot and kexec/kdump

2018-02-17 Thread Ingo Molnar
* Baoquan He wrote: > Thanks for checking this! > > I got warning message from kbuild test robot on previous v3 and v4. I > guess this v5 post also has the issue since the code is the same, just > patch format is changed. > > Will report status after investigation. Well, your patches didn't b

Re: [GIT PULL 00/41] perf/core improvements and fixes

2018-02-17 Thread Ingo Molnar
* Arnaldo Carvalho de Melo wrote: > Hi Ingo, > > Please consider pulling, this is on top of tip/perf/urgent. > > - Arnaldo > > Test results at the end of this message, as usual. > > The following changes since commit 297f9233b53a08fd457815e19f1d6f2c3389857b: > > kprobes: Propagate e

Re: [PATCH 4/6] sched/isolation: Offload residual 1Hz scheduler tick

2018-02-17 Thread Thomas Gleixner
On Thu, 15 Feb 2018, Frederic Weisbecker wrote: > When a CPU runs in full dynticks mode, a 1Hz tick remains in order to > keep the scheduler stats alive. However this residual tick is a burden > for bare metal tasks that can't stand any interruption at all, or want > to minimize them. > > The usu

Re: [PATCH 5/6] sched/nohz: Remove the 1 Hz tick code

2018-02-17 Thread Thomas Gleixner
On Thu, 15 Feb 2018, Frederic Weisbecker wrote: > Now that the 1Hz tick is offloaded to workqueues, we can safely remove > the residual code that used to handle it locally. > > Signed-off-by: Frederic Weisbecker Reviewed-by: Thomas Gleixner

Re: [PATCH 0/4] usb: gadget: fotg210-udc: Fixes and cleanup

2018-02-17 Thread Hans Ulli Kroll
Hi Christophe On Mon, 12 Feb 2018, Christophe Jaillet wrote: > Le 12/02/2018 à 09:48, Felipe Balbi a écrit : > > [..] > > way around :-) First fixes, then cleanups. The reason is that fixes can > > get accepted during -rc cycle, but cleanups must wait until the next > > merge window. > > > > P

Re: [PATCH 6/6] sched/isolation: Update nohz documentation to explain tick offload

2018-02-17 Thread Thomas Gleixner
On Thu, 15 Feb 2018, Frederic Weisbecker wrote: > Update the documentation to reflect the 1Hz tick offload changes. > > Signed-off-by: Frederic Weisbecker > Cc: Chris Metcalf > Cc: Christoph Lameter > Cc: Luiz Capitulino > Cc: Mike Galbraith > Cc: Paul E. McKenney > Cc: Peter Zijlstra > Cc

Re: [PATCH v5 0/6] x86/apic: Fix restoring boot irq mode in reboot and kexec/kdump

2018-02-17 Thread Baoquan He
On 02/17/18 at 11:46am, Ingo Molnar wrote: > > * Baoquan He wrote: > > > Thanks for checking this! > > > > I got warning message from kbuild test robot on previous v3 and v4. I > > guess this v5 post also has the issue since the code is the same, just > > patch format is changed. > > > > Will

[tip:perf/core] perf script: Add --show-round-event to display PERF_RECORD_FINISHED_ROUND

2018-02-17 Thread tip-bot for Jiri Olsa
Commit-ID: 3233b37a71c794e25a0a794185df8d6abd9f277e Gitweb: https://git.kernel.org/tip/3233b37a71c794e25a0a794185df8d6abd9f277e Author: Jiri Olsa AuthorDate: Tue, 6 Feb 2018 19:17:59 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Feb 2018 10:09:23 -0300 perf script: Add

[tip:perf/core] tools lib api fs: Add filename__read_xll function

2018-02-17 Thread tip-bot for Jiri Olsa
Commit-ID: 6baddfc6900eca7f6b360c91ff737890ab4f1d55 Gitweb: https://git.kernel.org/tip/6baddfc6900eca7f6b360c91ff737890ab4f1d55 Author: Jiri Olsa AuthorDate: Tue, 6 Feb 2018 19:18:00 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Feb 2018 10:09:23 -0300 tools lib api fs:

[tip:perf/core] perf annotate: Add missing arguments in Man page

2018-02-17 Thread tip-bot for Jaecheol Shin
Commit-ID: ac2c30683803b08bdf35c08d712eafa1ca496164 Gitweb: https://git.kernel.org/tip/ac2c30683803b08bdf35c08d712eafa1ca496164 Author: Jaecheol Shin AuthorDate: Wed, 7 Feb 2018 18:52:05 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Feb 2018 14:55:41 -0300 perf annotate

[tip:perf/core] tools lib api fs: Add sysfs__read_xll function

2018-02-17 Thread tip-bot for Jiri Olsa
Commit-ID: d9c5f32240f503481291a6d4e7246ee0a128d76d Gitweb: https://git.kernel.org/tip/d9c5f32240f503481291a6d4e7246ee0a128d76d Author: Jiri Olsa AuthorDate: Tue, 6 Feb 2018 19:18:01 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Feb 2018 10:09:23 -0300 tools lib api fs:

[tip:perf/core] perf kmem: Document a missing option & an argument

2018-02-17 Thread tip-bot for Sangwon Hong
Commit-ID: 577980a00063935815a55f461601579fd5e61f59 Gitweb: https://git.kernel.org/tip/577980a00063935815a55f461601579fd5e61f59 Author: Sangwon Hong AuthorDate: Mon, 12 Feb 2018 05:38:36 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Feb 2018 14:55:42 -0300 perf kmem: Do

[tip:perf/core] perf mem: Document a missing option

2018-02-17 Thread tip-bot for Sangwon Hong
Commit-ID: 7e99b1972263c2f611d7f2fb67d09f3384006593 Gitweb: https://git.kernel.org/tip/7e99b1972263c2f611d7f2fb67d09f3384006593 Author: Sangwon Hong AuthorDate: Mon, 12 Feb 2018 05:38:37 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Feb 2018 14:55:42 -0300 perf mem: Doc

[tip:perf/core] perf tools: Fix comment for sort__* compare functions

2018-02-17 Thread tip-bot for Jiri Olsa
Commit-ID: a7402c943bb4657cc0b44453177803fbead70990 Gitweb: https://git.kernel.org/tip/a7402c943bb4657cc0b44453177803fbead70990 Author: Jiri Olsa AuthorDate: Tue, 6 Feb 2018 19:18:13 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Feb 2018 10:09:23 -0300 perf tools: Fix c

[tip:perf/core] perf record: Put new line after target override warning

2018-02-17 Thread tip-bot for Jiri Olsa
Commit-ID: c3dec27b7f70a9ad5f777d943d51ecdfcd9824d0 Gitweb: https://git.kernel.org/tip/c3dec27b7f70a9ad5f777d943d51ecdfcd9824d0 Author: Jiri Olsa AuthorDate: Tue, 6 Feb 2018 19:17:58 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Feb 2018 10:09:23 -0300 perf record: Put

[tip:perf/core] perf tests: Fix dwarf unwind for stripped binaries

2018-02-17 Thread tip-bot for Jiri Olsa
Commit-ID: fdf7c49c200d1b9909e2204cec5bd68b48605c71 Gitweb: https://git.kernel.org/tip/fdf7c49c200d1b9909e2204cec5bd68b48605c71 Author: Jiri Olsa AuthorDate: Tue, 6 Feb 2018 19:18:12 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Feb 2018 10:09:23 -0300 perf tests: Fix d

[tip:perf/core] perf report: Add support to display group output for non group events

2018-02-17 Thread tip-bot for Jiri Olsa
Commit-ID: ad52b8cb4886f572b147b02f4c59a648bbf05f9c Gitweb: https://git.kernel.org/tip/ad52b8cb4886f572b147b02f4c59a648bbf05f9c Author: Jiri Olsa AuthorDate: Fri, 9 Feb 2018 10:27:34 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Feb 2018 10:09:24 -0300 perf report: Add

[tip:perf/core] perf report: Ask for ordered events for --tasks option

2018-02-17 Thread tip-bot for Jiri Olsa
Commit-ID: 8614ada0be7d7be84b85c006d526a9c8f76484fa Gitweb: https://git.kernel.org/tip/8614ada0be7d7be84b85c006d526a9c8f76484fa Author: Jiri Olsa AuthorDate: Tue, 6 Feb 2018 19:17:57 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Feb 2018 10:09:23 -0300 perf report: Ask

[tip:perf/core] perf cs-etm: Inject capabilitity for CoreSight traces

2018-02-17 Thread tip-bot for Robert Walker
Commit-ID: e573e978fb12e16094c0b39fad3dc4e6b4803c2c Gitweb: https://git.kernel.org/tip/e573e978fb12e16094c0b39fad3dc4e6b4803c2c Author: Robert Walker AuthorDate: Wed, 14 Feb 2018 11:24:39 + Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Feb 2018 14:55:44 -0300 perf cs-etm:

[tip:perf/core] perf stat: Add support to print counts for fixed times

2018-02-17 Thread tip-bot for yuzhoujian
Commit-ID: db06a269ecbb1d71d534fc5713624e0b8f92 Gitweb: https://git.kernel.org/tip/db06a269ecbb1d71d534fc5713624e0b8f92 Author: yuzhoujian AuthorDate: Mon, 29 Jan 2018 10:25:22 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Feb 2018 10:09:24 -0300 perf stat: Add

[tip:perf/core] perf inject: Emit instruction records on ETM trace discontinuity

2018-02-17 Thread tip-bot for Robert Walker
Commit-ID: 256e751cac78739a4de2232450d3681b68b5845e Gitweb: https://git.kernel.org/tip/256e751cac78739a4de2232450d3681b68b5845e Author: Robert Walker AuthorDate: Wed, 14 Feb 2018 11:24:40 + Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Feb 2018 14:55:45 -0300 perf inject:

[tip:perf/core] coresight: Update documentation for perf usage

2018-02-17 Thread tip-bot for Robert Walker
Commit-ID: 6673016f874adee171690f95540ead5efddb5351 Gitweb: https://git.kernel.org/tip/6673016f874adee171690f95540ead5efddb5351 Author: Robert Walker AuthorDate: Wed, 14 Feb 2018 11:24:41 + Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Feb 2018 14:55:46 -0300 coresight: U

[tip:perf/core] perf stat: Add support to print counts after a period of time

2018-02-17 Thread tip-bot for yuzhoujian
Commit-ID: f1f8ad52f8bf1239282737a2a5c3bd450300cc78 Gitweb: https://git.kernel.org/tip/f1f8ad52f8bf1239282737a2a5c3bd450300cc78 Author: yuzhoujian AuthorDate: Mon, 29 Jan 2018 10:25:23 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Feb 2018 10:18:06 -0300 perf stat: Add

[tip:perf/core] perf symbols: Check if we read regular file in dso__load()

2018-02-17 Thread tip-bot for Jiri Olsa
Commit-ID: c39629614640a7a5331bf156b0d26effade0a67f Gitweb: https://git.kernel.org/tip/c39629614640a7a5331bf156b0d26effade0a67f Author: Jiri Olsa AuthorDate: Thu, 15 Feb 2018 13:26:28 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Feb 2018 14:25:56 -0300 perf symbols: Ch

[tip:perf/core] perf machine: Free root_dir in machine__init() error path

2018-02-17 Thread tip-bot for Jiri Olsa
Commit-ID: 81f981d7ec43ed93901c12b6521d39b06f1ed3d3 Gitweb: https://git.kernel.org/tip/81f981d7ec43ed93901c12b6521d39b06f1ed3d3 Author: Jiri Olsa AuthorDate: Thu, 15 Feb 2018 13:26:29 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Feb 2018 14:25:56 -0300 perf machine: Fr

[tip:perf/core] tools lib symbol: Skip non-address kallsyms line

2018-02-17 Thread tip-bot for Jiri Olsa
Commit-ID: c53b4bb02b45ceec7a590e47820afbb5cef0bb81 Gitweb: https://git.kernel.org/tip/c53b4bb02b45ceec7a590e47820afbb5cef0bb81 Author: Jiri Olsa AuthorDate: Thu, 15 Feb 2018 13:26:27 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Feb 2018 14:25:56 -0300 tools lib symbol

[tip:perf/core] perf machine: Generalize machine__set_kernel_mmap()

2018-02-17 Thread tip-bot for Jiri Olsa
Commit-ID: 05db6ff73d805ecc70947c9eee2ed9948d0be52b Gitweb: https://git.kernel.org/tip/05db6ff73d805ecc70947c9eee2ed9948d0be52b Author: Jiri Olsa AuthorDate: Thu, 15 Feb 2018 13:26:31 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Feb 2018 14:25:57 -0300 perf machine: Ge

[tip:perf/core] perf machine: Don't search for active kernel start in __machine__create_kernel_maps

2018-02-17 Thread tip-bot for Jiri Olsa
Commit-ID: 1fb87b8e9599932e1d8b11c3a1b03b4414aaf7ba Gitweb: https://git.kernel.org/tip/1fb87b8e9599932e1d8b11c3a1b03b4414aaf7ba Author: Jiri Olsa AuthorDate: Thu, 15 Feb 2018 13:26:32 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Feb 2018 14:25:57 -0300 perf machine: Do

[tip:perf/core] perf machine: Move kernel mmap name into struct machine

2018-02-17 Thread tip-bot for Jiri Olsa
Commit-ID: 8c7f1bb37b29f140e08175132f3abb4d5ad229fc Gitweb: https://git.kernel.org/tip/8c7f1bb37b29f140e08175132f3abb4d5ad229fc Author: Jiri Olsa AuthorDate: Thu, 15 Feb 2018 13:26:30 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Feb 2018 14:25:57 -0300 perf machine: Mo

[tip:perf/core] perf record: Provide detailed information on s390 CPU

2018-02-17 Thread tip-bot for Thomas Richter
Commit-ID: eca0fa28cd0df7369701dbee0e30ddce19c039b8 Gitweb: https://git.kernel.org/tip/eca0fa28cd0df7369701dbee0e30ddce19c039b8 Author: Thomas Richter AuthorDate: Tue, 13 Feb 2018 16:14:16 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Feb 2018 15:15:23 -0300 perf record

[tip:perf/core] perf annotate: Scan cpuid for s390 and save machine type

2018-02-17 Thread tip-bot for Thomas Richter
Commit-ID: c59124fa59757fadc80ad881056a21f98c71b146 Gitweb: https://git.kernel.org/tip/c59124fa59757fadc80ad881056a21f98c71b146 Author: Thomas Richter AuthorDate: Tue, 13 Feb 2018 16:14:17 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Feb 2018 15:16:57 -0300 perf annota

[tip:perf/core] perf machine: Remove machine__load_kallsyms()

2018-02-17 Thread tip-bot for Jiri Olsa
Commit-ID: e8f3879f762ffe75a24fd354dd87f073214428fa Gitweb: https://git.kernel.org/tip/e8f3879f762ffe75a24fd354dd87f073214428fa Author: Jiri Olsa AuthorDate: Thu, 15 Feb 2018 13:26:33 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Feb 2018 14:25:58 -0300 perf machine: Re

[tip:perf/core] perf tools: Do not create kernel maps in sample__resolve()

2018-02-17 Thread tip-bot for Jiri Olsa
Commit-ID: a73e24d240bc136619d382b1268f34d75c9d25ce Gitweb: https://git.kernel.org/tip/a73e24d240bc136619d382b1268f34d75c9d25ce Author: Jiri Olsa AuthorDate: Thu, 15 Feb 2018 13:26:34 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Feb 2018 14:25:59 -0300 perf tools: Do n

[tip:perf/core] perf cpuid: Introduce a platform specific cpuid compare function

2018-02-17 Thread tip-bot for Thomas Richter
Commit-ID: 4cb7d3ecfca90684ad00f893c34a2028fcc5f764 Gitweb: https://git.kernel.org/tip/4cb7d3ecfca90684ad00f893c34a2028fcc5f764 Author: Thomas Richter AuthorDate: Tue, 13 Feb 2018 16:14:18 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Feb 2018 15:16:57 -0300 perf cpuid:

[tip:perf/core] perf tests: Use arch__compare_symbol_names to compare symbols

2018-02-17 Thread tip-bot for Jiri Olsa
Commit-ID: ab6e9a99345131cd8e54268d1d0dc04a33f7ed11 Gitweb: https://git.kernel.org/tip/ab6e9a99345131cd8e54268d1d0dc04a33f7ed11 Author: Jiri Olsa AuthorDate: Thu, 15 Feb 2018 13:26:35 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Feb 2018 14:26:01 -0300 perf tests: Use

[tip:perf/core] perf tools: Use target->per_thread and target->system_wide flags

2018-02-17 Thread tip-bot for Jin Yao
Commit-ID: 147c508f3004df6e2958f6c8867909531c2a15e2 Gitweb: https://git.kernel.org/tip/147c508f3004df6e2958f6c8867909531c2a15e2 Author: Jin Yao AuthorDate: Mon, 12 Feb 2018 13:32:36 -0700 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Feb 2018 14:55:40 -0300 perf tools: Use ta

[tip:perf/core] perf test: Fix test case 23 for s390 z/VM or KVM guests

2018-02-17 Thread tip-bot for Thomas Richter
Commit-ID: b3be39c51cc58eb60c698cf64987e9d465a9263a Gitweb: https://git.kernel.org/tip/b3be39c51cc58eb60c698cf64987e9d465a9263a Author: Thomas Richter AuthorDate: Tue, 13 Feb 2018 16:14:19 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Feb 2018 15:16:57 -0300 perf test:

[tip:perf/core] perf test: Fix test case inet_pton to accept inlines.

2018-02-17 Thread tip-bot for Thomas Richter
Commit-ID: 0f19a038afdc592176c9a302f0d08be6a68ad74a Gitweb: https://git.kernel.org/tip/0f19a038afdc592176c9a302f0d08be6a68ad74a Author: Thomas Richter AuthorDate: Wed, 14 Feb 2018 08:03:03 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Feb 2018 15:16:58 -0300 perf test:

[tip:perf/core] perf tests shell lib: Use a wildcard to remove the vfs_getname probe

2018-02-17 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 21316ac6803d4a1aadd74b896db8d60a92cd1140 Gitweb: https://git.kernel.org/tip/21316ac6803d4a1aadd74b896db8d60a92cd1140 Author: Arnaldo Carvalho de Melo AuthorDate: Fri, 16 Feb 2018 15:26:51 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Feb 2018 15:31:12 -0300 p

[tip:perf/core] perf auxtrace arm: Fixing uninitialised variable

2018-02-17 Thread tip-bot for Mathieu Poirier
Commit-ID: d2785de15f1bd42d613d56bbac5a007e7293b874 Gitweb: https://git.kernel.org/tip/d2785de15f1bd42d613d56bbac5a007e7293b874 Author: Mathieu Poirier AuthorDate: Mon, 12 Feb 2018 13:32:37 -0700 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Feb 2018 14:55:40 -0300 perf auxtr

[tip:perf/core] perf cs-etm: Freeing allocated memory

2018-02-17 Thread tip-bot for Mathieu Poirier
Commit-ID: 099c1130998fd2234a200b55d69713ec66d88325 Gitweb: https://git.kernel.org/tip/099c1130998fd2234a200b55d69713ec66d88325 Author: Mathieu Poirier AuthorDate: Mon, 12 Feb 2018 13:32:35 -0700 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Feb 2018 14:55:39 -0300 perf cs-et

[tip:x86/apic] x86/apic: Split out restore_boot_irq_mode() from disable_IO_APIC()

2018-02-17 Thread tip-bot for Baoquan He
Commit-ID: ce279cdc04aafd5c41ae49f941ee2c3342e35e3e Gitweb: https://git.kernel.org/tip/ce279cdc04aafd5c41ae49f941ee2c3342e35e3e Author: Baoquan He AuthorDate: Wed, 14 Feb 2018 13:46:51 +0800 Committer: Ingo Molnar CommitDate: Sat, 17 Feb 2018 11:47:29 +0100 x86/apic: Split out restore_

[tip:x86/apic] x86/apic: Split disable_IO_APIC() into two functions to fix CONFIG_KEXEC_JUMP=y

2018-02-17 Thread tip-bot for Baoquan He
Commit-ID: 3c9e76dbea004b2c7c3ce872022ceaf5ff0dae79 Gitweb: https://git.kernel.org/tip/3c9e76dbea004b2c7c3ce872022ceaf5ff0dae79 Author: Baoquan He AuthorDate: Wed, 14 Feb 2018 13:46:52 +0800 Committer: Ingo Molnar CommitDate: Sat, 17 Feb 2018 11:47:44 +0100 x86/apic: Split disable_IO_A

[tip:perf/core] perf cs-etm: Properly deal with cpu maps

2018-02-17 Thread tip-bot for Mathieu Poirier
Commit-ID: 796bfadd831bdef0de06cd0253398c3fe011e459 Gitweb: https://git.kernel.org/tip/796bfadd831bdef0de06cd0253398c3fe011e459 Author: Mathieu Poirier AuthorDate: Mon, 12 Feb 2018 16:38:57 -0700 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Feb 2018 14:55:41 -0300 perf cs-et

[tip:x86/apic] x86/apic: Fix restoring boot IRQ mode in reboot and kexec/kdump

2018-02-17 Thread tip-bot for Baoquan He
Commit-ID: 339b2ae0cd5d4a58f9efe06e4ee36adbeca59228 Gitweb: https://git.kernel.org/tip/339b2ae0cd5d4a58f9efe06e4ee36adbeca59228 Author: Baoquan He AuthorDate: Wed, 14 Feb 2018 13:46:53 +0800 Committer: Ingo Molnar CommitDate: Sat, 17 Feb 2018 11:47:45 +0100 x86/apic: Fix restoring boot

[tip:x86/apic] x86/apic: Remove the (now) unused disable_IO_APIC() function

2018-02-17 Thread tip-bot for Baoquan He
Commit-ID: 50374b96d2d30c03c8d42b3f8846d8938748d454 Gitweb: https://git.kernel.org/tip/50374b96d2d30c03c8d42b3f8846d8938748d454 Author: Baoquan He AuthorDate: Wed, 14 Feb 2018 13:46:54 +0800 Committer: Ingo Molnar CommitDate: Sat, 17 Feb 2018 11:47:45 +0100 x86/apic: Remove the (now) u

[tip:x86/apic] x86/apic: Rename variables and functions related to x86_io_apic_ops

2018-02-17 Thread tip-bot for Baoquan He
Commit-ID: 51b146c572201e3c368e0baa3e565760aefcf25f Gitweb: https://git.kernel.org/tip/51b146c572201e3c368e0baa3e565760aefcf25f Author: Baoquan He AuthorDate: Wed, 14 Feb 2018 13:46:55 +0800 Committer: Ingo Molnar CommitDate: Sat, 17 Feb 2018 11:47:45 +0100 x86/apic: Rename variables a

[tip:perf/core] perf report: Fix description for --mem-mode

2018-02-17 Thread tip-bot for Andi Kleen
Commit-ID: fc2f52379b9d2232487d5e1dadb77883c10cdf47 Gitweb: https://git.kernel.org/tip/fc2f52379b9d2232487d5e1dadb77883c10cdf47 Author: Andi Kleen AuthorDate: Fri, 9 Feb 2018 08:39:09 -0800 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Feb 2018 14:55:46 -0300 perf report: Fix

[tip:x86/apic] x86/apic: Set up through-local-APIC mode on the boot CPU if 'noapic' specified

2018-02-17 Thread tip-bot for Baoquan He
Commit-ID: bee3204ec3c49f6f53add9c3962c9012a5c036fa Gitweb: https://git.kernel.org/tip/bee3204ec3c49f6f53add9c3962c9012a5c036fa Author: Baoquan He AuthorDate: Wed, 14 Feb 2018 13:46:56 +0800 Committer: Ingo Molnar CommitDate: Sat, 17 Feb 2018 11:47:46 +0100 x86/apic: Set up through-loc

[tip:perf/core] perf report: Fix memory corruption in --branch-history mode --branch-history

2018-02-17 Thread tip-bot for Jiri Olsa
Commit-ID: e3ebaa465136ecfedf9c6f4671df02bf625f8125 Gitweb: https://git.kernel.org/tip/e3ebaa465136ecfedf9c6f4671df02bf625f8125 Author: Jiri Olsa AuthorDate: Fri, 16 Feb 2018 13:36:19 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Feb 2018 14:55:47 -0300 perf report: Fix

[tip:perf/core] tools include powerpc: Grab a copy of arch/powerpc/include/uapi/asm/unistd.h

2018-02-17 Thread tip-bot for Ravi Bangoria
Commit-ID: 1350fb7d1b484afc1556579fb27400d036683453 Gitweb: https://git.kernel.org/tip/1350fb7d1b484afc1556579fb27400d036683453 Author: Ravi Bangoria AuthorDate: Mon, 29 Jan 2018 14:04:15 +0530 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Feb 2018 14:55:47 -0300 tools includ

[tip:perf/core] perf report: Fix wrong jump arrow

2018-02-17 Thread tip-bot for Jin Yao
Commit-ID: b40982e8468b46b8f7f5bba5a7e541ec04a29d7d Gitweb: https://git.kernel.org/tip/b40982e8468b46b8f7f5bba5a7e541ec04a29d7d Author: Jin Yao AuthorDate: Mon, 29 Jan 2018 18:57:53 +0800 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Feb 2018 14:55:47 -0300 perf report: Fix w

[tip:perf/core] perf powerpc: Generate system call table from asm/unistd.h

2018-02-17 Thread tip-bot for Ravi Bangoria
Commit-ID: 8e2ff72aa35e1a8a53894ae46751a83543338e14 Gitweb: https://git.kernel.org/tip/8e2ff72aa35e1a8a53894ae46751a83543338e14 Author: Ravi Bangoria AuthorDate: Mon, 29 Jan 2018 14:04:16 +0530 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Feb 2018 14:55:48 -0300 perf powerpc

[tip:perf/core] perf trace powerpc: Use generated syscall table

2018-02-17 Thread tip-bot for Ravi Bangoria
Commit-ID: 4281da235e3de91bb8deae44bc6506336ceaa88a Gitweb: https://git.kernel.org/tip/4281da235e3de91bb8deae44bc6506336ceaa88a Author: Ravi Bangoria AuthorDate: Mon, 29 Jan 2018 14:04:17 +0530 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Feb 2018 14:55:50 -0300 perf trace p

[tip:x86/pti] x86/entry: Reduce the code footprint of the 'idtentry' macro

2018-02-17 Thread tip-bot for Dominik Brodowski
Commit-ID: 9e809d15d6b692fa061d74be7aaab1c79f6784b8 Gitweb: https://git.kernel.org/tip/9e809d15d6b692fa061d74be7aaab1c79f6784b8 Author: Dominik Brodowski AuthorDate: Wed, 14 Feb 2018 18:59:23 +0100 Committer: Ingo Molnar CommitDate: Sat, 17 Feb 2018 11:14:33 +0100 x86/entry: Reduce the

[tip:x86/pti] x86/entry/64: Use 'xorl' for faster register clearing

2018-02-17 Thread tip-bot for Dominik Brodowski
Commit-ID: ced5d0bf603fa0baee8ea889e1d70971fd210894 Gitweb: https://git.kernel.org/tip/ced5d0bf603fa0baee8ea889e1d70971fd210894 Author: Dominik Brodowski AuthorDate: Wed, 14 Feb 2018 18:59:24 +0100 Committer: Ingo Molnar CommitDate: Sat, 17 Feb 2018 11:14:33 +0100 x86/entry/64: Use 'xo

Re: [PATCH] staging: ade7759: Fix open parenthesis alignment

2018-02-17 Thread Jonathan Cameron
On Sat, 10 Feb 2018 18:23:15 -0200 rodrigosiqueira wrote: > This patch fixes the CHECKs reported by checkpatch.pl for "alignment > should match open parenthesis" > > Signed-off-by: rodrigosiqueira Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to play wit

Re: [PATCH] x86/microcode/intel: Check microcode revision before updating sibling threads

2018-02-17 Thread Raj, Ashok
Hi Ingo On Sat, Feb 17, 2018 at 08:50:53AM +0100, Ingo Molnar wrote: > > Also, more fundamentally, during microcode early testing, isn't it possible > for > internal iterations of the microcode to have the same revision, but be > different? Atleast we don't do that here. Such debug microcode

Re: [PATCH 2/4] staging: iio: accel: Remove unnecessary comments and add suitable suffix

2018-02-17 Thread Jonathan Cameron
On Mon, 12 Feb 2018 17:57:31 +0300 Dan Carpenter wrote: > On Mon, Feb 12, 2018 at 08:05:22PM +0530, Himanshu Jha wrote: > > But these should be done when we have *more* instances. > > > > For eg: > > I added a tab space in function static int adis16201_read_raw() argument > > to match open pare

Re: [PATCH 2/4] staging: iio: accel: Remove unnecessary comments and add suitable suffix

2018-02-17 Thread Jonathan Cameron
On Tue, 13 Feb 2018 01:16:05 +0530 Himanshu Jha wrote: > On Mon, Feb 12, 2018 at 05:57:31PM +0300, Dan Carpenter wrote: > > On Mon, Feb 12, 2018 at 08:05:22PM +0530, Himanshu Jha wrote: > > > But these should be done when we have *more* instances. > > > > > > For eg: > > > I added a tab space

Re: [PATCH 3/4] staging: iio: accel: Use sign_extend32 and adjust a switch statement

2018-02-17 Thread Jonathan Cameron
On Mon, 12 Feb 2018 16:10:01 +0300 Dan Carpenter wrote: > On Mon, Feb 12, 2018 at 05:24:58PM +0530, Himanshu Jha wrote: > > Use sign_extend32 function instead of manually coding it. Also, adjust a > ^ > > switch block to explicitly

Re: [PATCH 4/4] staging: iio: accel: Move adis16201 driver out of staging

2018-02-17 Thread Jonathan Cameron
On Mon, 12 Feb 2018 17:45:42 +0300 Dan Carpenter wrote: > On Mon, Feb 12, 2018 at 08:11:57PM +0530, Himanshu Jha wrote: > > On Mon, Feb 12, 2018 at 04:18:26PM +0300, Dan Carpenter wrote: > > > I think -M is prefered for these types of diffs? Not sure. > > > > I wrote about that in the cover

Re: [PATCH] Staging: ks7010: fix unnecessary parentheses in ks_hostif.c

2018-02-17 Thread Greg KH
On Sat, Feb 17, 2018 at 03:26:45PM +0530, Yash Omer wrote: > This patch fixes up unncessary parentheses warning found by checkpatch.pl > script > > Signed-off-by: Yash Omer > --- > drivers/staging/ks7010/ks_hostif.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/driver

Re: [tip:x86/pti] x86/entry: Reduce the code footprint of the 'idtentry' macro

2018-02-17 Thread Dominik Brodowski
On Sat, Feb 17, 2018 at 03:40:13AM -0800, tip-bot for Dominik Brodowski wrote: > Commit-ID: 9e809d15d6b692fa061d74be7aaab1c79f6784b8 > Gitweb: > https://git.kernel.org/tip/9e809d15d6b692fa061d74be7aaab1c79f6784b8 > Author: Dominik Brodowski > AuthorDate: Wed, 14 Feb 2018 18:59:23 +0100 >

Re: [PATCH] iio: adc: ina2xx: Use 64-bit arithmetic instead of 32-bit

2018-02-17 Thread Jonathan Cameron
On Tue, 13 Feb 2018 10:52:58 -0600 "Gustavo A. R. Silva" wrote: > Add suffix ULL to constant 1000 in order to give the compiler complete > information about the proper arithmetic to use. Notice that this > constant is used in a context that expects an expression of type > u64 (64 bits, unsigned).

Re: [PATCH v2] iio:pressure:ms5611: Fix coding style in probe function

2018-02-17 Thread Jonathan Cameron
On Fri, 16 Feb 2018 17:44:41 -0200 rodrigosiqueira wrote: > This patch fixes the checkpatch.pl warning and error: > > iio/pressure/ms5611.h:66: ERROR: code indent should use tabs where possible > iio/pressure/ms5611.h:66: WARNING: please, no spaces at the start of a line > iio/pressure/ms5611.h:

[PATCH] clk: sunxi-ng: a31: Fix CLK_OUT_* clock ops

2018-02-17 Thread Chen-Yu Tsai
When support for the A31/A31s CCU was first added, the clock ops for the CLK_OUT_* clocks was set to the wrong type. The clocks are MP-type, but the ops was set for div (M) clocks. This went unnoticed until now. This was because while they are different clocks, their data structures aligned in a wa

Re: [PATCH 2/3] x86/CPU: Add a microcode loader callback

2018-02-17 Thread Raj, Ashok
Hi Boris Sorry this is coming late... Thought i mentioned it earlier. On Fri, Feb 16, 2018 at 12:26:39PM +0100, Borislav Petkov wrote: > 3 files changed, 17 insertions(+), 2 deletions(-) > > diff --git a/arch/x86/include/asm/processor.h > b/arch/x86/include/asm/processor.h > index 23fdaf4ec925

  1   2   3   >