Re: [PATCH v2] PCI/AER: Do not clear AER bits if we don't own AER

2018-07-24 Thread kbuild test robot
Hi Alexandru, Thank you for the patch! Yet something to improve: [auto build test ERROR on pci/next] [also build test ERROR on v4.18-rc6 next-20180724] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux

Re: [PATCH v2] PCI/AER: Do not clear AER bits if we don't own AER

2018-07-24 Thread kbuild test robot
Hi Alexandru, Thank you for the patch! Yet something to improve: [auto build test ERROR on pci/next] [also build test ERROR on v4.18-rc6 next-20180724] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux

Re: INTERNAL TRANSFER DOCS - MILAD GHAEM BEARING CO.

2018-07-24 Thread Logistics Manager
Dear Jyothi, Please find attached docs for proceeding transfer. Kindly advise the container and truck details for proceeding. Thanks & Regards, T. FrancisLogistics Manager Gulf Worldwide Distribution FZEMO 0253, PO Box 261619Jebel Ali Free ZoneDUBAI - UAETel: +9714 8814100Fax: +97148814343

Re: INTERNAL TRANSFER DOCS - MILAD GHAEM BEARING CO.

2018-07-24 Thread Logistics Manager
Dear Jyothi, Please find attached docs for proceeding transfer. Kindly advise the container and truck details for proceeding. Thanks & Regards, T. FrancisLogistics Manager Gulf Worldwide Distribution FZEMO 0253, PO Box 261619Jebel Ali Free ZoneDUBAI - UAETel: +9714 8814100Fax: +97148814343

Assalamualikum,

2018-07-24 Thread Mrs.Lisa Banneth
Hi friend I am a banker in ADB BANK. I want to transfer an abandoned $15.5Million to your Bank account. 40/percent will be your share. For more details contanct me urgently. Yours Mrs. Lisa Banneth.

Assalamualikum,

2018-07-24 Thread Mrs.Lisa Banneth
Hi friend I am a banker in ADB BANK. I want to transfer an abandoned $15.5Million to your Bank account. 40/percent will be your share. For more details contanct me urgently. Yours Mrs. Lisa Banneth.

[PATCH v2 3/3] tty: Replace goldfish_tty_line_count with a #define

2018-07-24 Thread rkir
From: Roman Kiryanov The driver never mutates this variable - no benefits of keeping it mutable. Signed-off-by: Roman Kiryanov --- Changes in v2: - Replaced "const u32" with "#define". drivers/tty/goldfish.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git

[PATCH v2 3/3] tty: Replace goldfish_tty_line_count with a #define

2018-07-24 Thread rkir
From: Roman Kiryanov The driver never mutates this variable - no benefits of keeping it mutable. Signed-off-by: Roman Kiryanov --- Changes in v2: - Replaced "const u32" with "#define". drivers/tty/goldfish.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git

[PATCH v2 2/3] tty: Make constants to be enums instead of #define in goldfish.c

2018-07-24 Thread rkir
From: Roman Kiryanov enums produce better compilation errors than defines. Signed-off-by: Roman Kiryanov --- Changes in v2: - Added the enum types (goldfish_tty_reg and goldfish_tty_cmd). drivers/tty/goldfish.c | 24 ++-- 1 file changed, 14 insertions(+), 10 deletions(-)

[PATCH v2 1/3] tty: Address checkpatch warnings in goldfish.c

2018-07-24 Thread rkir
From: Roman Kiryanov checkpatch.pl complained about missing blank lines (between variable definitions and executable code) and using just "unsigned" instead of "unsigned int". Signed-off-by: Roman Kiryanov --- Changes in v2: - Updated the commit message. drivers/tty/goldfish.c | 6 -- 1

[PATCH v2 2/3] tty: Make constants to be enums instead of #define in goldfish.c

2018-07-24 Thread rkir
From: Roman Kiryanov enums produce better compilation errors than defines. Signed-off-by: Roman Kiryanov --- Changes in v2: - Added the enum types (goldfish_tty_reg and goldfish_tty_cmd). drivers/tty/goldfish.c | 24 ++-- 1 file changed, 14 insertions(+), 10 deletions(-)

[PATCH v2 1/3] tty: Address checkpatch warnings in goldfish.c

2018-07-24 Thread rkir
From: Roman Kiryanov checkpatch.pl complained about missing blank lines (between variable definitions and executable code) and using just "unsigned" instead of "unsigned int". Signed-off-by: Roman Kiryanov --- Changes in v2: - Updated the commit message. drivers/tty/goldfish.c | 6 -- 1

Re: [tip:x86/timers] sched/clock: Enable sched clock early

2018-07-24 Thread Pavel Tatashin
> clocks. > > > > > > > This patch causes a regression when running a qemu emulation with > > arm:integratorcp. > > Thank you for the report. I will study it. > > > > > ... > > Console: colour dummy device 80x30 > > ----[ cut he

Re: [tip:x86/timers] sched/clock: Enable sched clock early

2018-07-24 Thread Pavel Tatashin
> clocks. > > > > > > > This patch causes a regression when running a qemu emulation with > > arm:integratorcp. > > Thank you for the report. I will study it. > > > > > ... > > Console: colour dummy device 80x30 > > ----[ cut he

Re: Reminder to review a few patches sent two weeks ago

2018-07-24 Thread Joe Perches
On Tue, 2018-07-24 at 14:56 -0700, pher...@codeaurora.org wrote: > A reminder to review a few patches I had sent last week. Below are the > links for the patches. > > https://lkml.org/lkml/2018/7/5/798 I have no fundamental object to this one, but the 80 column use is unnecessary and should be

Re: Reminder to review a few patches sent two weeks ago

2018-07-24 Thread Joe Perches
On Tue, 2018-07-24 at 14:56 -0700, pher...@codeaurora.org wrote: > A reminder to review a few patches I had sent last week. Below are the > links for the patches. > > https://lkml.org/lkml/2018/7/5/798 I have no fundamental object to this one, but the 80 column use is unnecessary and should be

Re: [PATCH] sched/numa: do not balance tasks onto isolated cpus

2018-07-24 Thread jiang.biao2
Hi, > On Tue, Jul 24, 2018 at 09:11:37AM +0800, jiang.bi...@zte.com.cn wrote: > >> >> Signed-off-by: Cheng Lin >> >> Signed-off-by: Tan Hu >> >> Signed-off-by: Jiang Biao >> > >> >This SoB chain is invalid. > >> Mm, we don't quite understand what the *Signed-off-by* precisely means, >> Does it

Re: [PATCH] sched/numa: do not balance tasks onto isolated cpus

2018-07-24 Thread jiang.biao2
Hi, > On Tue, Jul 24, 2018 at 09:11:37AM +0800, jiang.bi...@zte.com.cn wrote: > >> >> Signed-off-by: Cheng Lin >> >> Signed-off-by: Tan Hu >> >> Signed-off-by: Jiang Biao >> > >> >This SoB chain is invalid. > >> Mm, we don't quite understand what the *Signed-off-by* precisely means, >> Does it

Re: [RFC][PATCH] kconfig: Add "m or y" and "y or m" answers for oldconfig

2018-07-24 Thread Masahiro Yamada
2018-07-12 21:50 GMT+09:00 Ville Syrjala : > From: Ville Syrjälä > > Make it possible to answer "m or y" or "y or m" to > oldconfig so that scripted kernel builds can easily > enable new features not present in the existing .config. > > The particular use case I have in mind is continuous

Re: [RFC][PATCH] kconfig: Add "m or y" and "y or m" answers for oldconfig

2018-07-24 Thread Masahiro Yamada
2018-07-12 21:50 GMT+09:00 Ville Syrjala : > From: Ville Syrjälä > > Make it possible to answer "m or y" or "y or m" to > oldconfig so that scripted kernel builds can easily > enable new features not present in the existing .config. > > The particular use case I have in mind is continuous

[PATCH 1/3] mm: make memmap_init a proper function

2018-07-24 Thread Pavel Tatashin
memmap_init is sometimes a macro sometimes a function based on __HAVE_ARCH_MEMMAP_INIT. It is only a function on ia64. Make memmap_init a weak function instead, and let ia64 redefine it. Signed-off-by: Pavel Tatashin --- arch/ia64/include/asm/pgtable.h | 1 - mm/page_alloc.c | 9

[PATCH 1/3] mm: make memmap_init a proper function

2018-07-24 Thread Pavel Tatashin
memmap_init is sometimes a macro sometimes a function based on __HAVE_ARCH_MEMMAP_INIT. It is only a function on ia64. Make memmap_init a weak function instead, and let ia64 redefine it. Signed-off-by: Pavel Tatashin --- arch/ia64/include/asm/pgtable.h | 1 - mm/page_alloc.c | 9

[PATCH 2/3] mm: calculate deferred pages after skipping mirrored memory

2018-07-24 Thread Pavel Tatashin
update_defer_init() should be called only when struct page is about to be initialized. Because it counts number of initialized struct pages, but there we may skip struct pages if there is some mirrored memory. So move, update_defer_init() after checking for mirrored memory. Also, rename

[PATCH 2/3] mm: calculate deferred pages after skipping mirrored memory

2018-07-24 Thread Pavel Tatashin
update_defer_init() should be called only when struct page is about to be initialized. Because it counts number of initialized struct pages, but there we may skip struct pages if there is some mirrored memory. So move, update_defer_init() after checking for mirrored memory. Also, rename

Re: [patch v4] mm, oom: fix unnecessary killing of additional processes

2018-07-24 Thread David Rientjes
On Wed, 25 Jul 2018, Tetsuo Handa wrote: > > If exit_mmap() gets preempted indefinitely before it can free any memory, > > we are better off oom killing another process. The purpose of the timeout > > is to give an oom victim an amount of time to free its memory and exit > > before selecting

Re: [patch v4] mm, oom: fix unnecessary killing of additional processes

2018-07-24 Thread David Rientjes
On Wed, 25 Jul 2018, Tetsuo Handa wrote: > > If exit_mmap() gets preempted indefinitely before it can free any memory, > > we are better off oom killing another process. The purpose of the timeout > > is to give an oom victim an amount of time to free its memory and exit > > before selecting

Re: [PATCH v5 1/3] thermal: qcom-spmi: Use PMIC thermal stage 2 for critical trip points

2018-07-24 Thread Matthias Kaehlcke
On Tue, Jul 24, 2018 at 04:46:34PM -0700, Matthias Kaehlcke wrote: > There are three thermal stages defined in the PMIC: > > stage 1: warning > stage 2: system should shut down > stage 3: emergency shut down > > By default the PMIC assumes that the OS isn't doing anything and thus > at stage 2

Re: [PATCH v5 1/3] thermal: qcom-spmi: Use PMIC thermal stage 2 for critical trip points

2018-07-24 Thread Matthias Kaehlcke
On Tue, Jul 24, 2018 at 04:46:34PM -0700, Matthias Kaehlcke wrote: > There are three thermal stages defined in the PMIC: > > stage 1: warning > stage 2: system should shut down > stage 3: emergency shut down > > By default the PMIC assumes that the OS isn't doing anything and thus > at stage 2

[PATCH] thermal: qcom-spmi: Delete unused field 'prev_stage'

2018-07-24 Thread Matthias Kaehlcke
The field 'prev_stage' in struct qpnp_tm_chip is not used, remove it. Signed-off-by: Matthias Kaehlcke --- drivers/thermal/qcom-spmi-temp-alarm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/thermal/qcom-spmi-temp-alarm.c b/drivers/thermal/qcom-spmi-temp-alarm.c index

[PATCH] thermal: qcom-spmi: Delete unused field 'prev_stage'

2018-07-24 Thread Matthias Kaehlcke
The field 'prev_stage' in struct qpnp_tm_chip is not used, remove it. Signed-off-by: Matthias Kaehlcke --- drivers/thermal/qcom-spmi-temp-alarm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/thermal/qcom-spmi-temp-alarm.c b/drivers/thermal/qcom-spmi-temp-alarm.c index

[PATCH 3/3] mm: move mirrored memory specific code outside of memmap_init_zone

2018-07-24 Thread Pavel Tatashin
memmap_init_zone, is getting complex, because it is called from different contexts: hotplug, and during boot, and also because it must handle some architecture quirks. One of them is mirroed memory. Move the code that decides whether to skip mirrored memory outside of memmap_init_zone, into a

[PATCH 3/3] mm: move mirrored memory specific code outside of memmap_init_zone

2018-07-24 Thread Pavel Tatashin
memmap_init_zone, is getting complex, because it is called from different contexts: hotplug, and during boot, and also because it must handle some architecture quirks. One of them is mirroed memory. Move the code that decides whether to skip mirrored memory outside of memmap_init_zone, into a

[PATCH 0/3] memmap_init_zone improvements

2018-07-24 Thread Pavel Tatashin
Three small patches that improve memmap_init_zone() and also fix a small deferred pages bug. The improvements include reducing number of ifdefs and making code more modular. The bug is the deferred_init_update() should be called after the mirrored memory skipping is taken into account. Pavel

[PATCH 0/3] memmap_init_zone improvements

2018-07-24 Thread Pavel Tatashin
Three small patches that improve memmap_init_zone() and also fix a small deferred pages bug. The improvements include reducing number of ifdefs and making code more modular. The bug is the deferred_init_update() should be called after the mirrored memory skipping is taken into account. Pavel

[PATCH] dt-bindings: thermal: qcom-spmi-temp-alarm: Fix documentation of 'reg'

2018-07-24 Thread Matthias Kaehlcke
The documentation claims that the 'reg' property consists of two values, the SPMI address and the length of the controller's registers. However the SPMI bus to which it is added specifies "#size-cells = <0>;". Remove the controller register length from the documentation of the field and the

[PATCH] dt-bindings: thermal: qcom-spmi-temp-alarm: Fix documentation of 'reg'

2018-07-24 Thread Matthias Kaehlcke
The documentation claims that the 'reg' property consists of two values, the SPMI address and the length of the controller's registers. However the SPMI bus to which it is added specifies "#size-cells = <0>;". Remove the controller register length from the documentation of the field and the

[PATCH] dt-bindings: thermal: qcom-spmi-temp-alarm: Improve thermal zone in example

2018-07-24 Thread Matthias Kaehlcke
The current example for a thermal zone isn't very useful as reference since it would result in a hardware shutdown at 145°C, instead of allowing the system to try to shutdown gracefully. Without an ADC channel a maximum of two trip points is useful in practice for this sensor, with temperatures

[PATCH] dt-bindings: thermal: qcom-spmi-temp-alarm: Improve thermal zone in example

2018-07-24 Thread Matthias Kaehlcke
The current example for a thermal zone isn't very useful as reference since it would result in a hardware shutdown at 145°C, instead of allowing the system to try to shutdown gracefully. Without an ADC channel a maximum of two trip points is useful in practice for this sensor, with temperatures

[PATCH v5 1/3] thermal: qcom-spmi: Use PMIC thermal stage 2 for critical trip points

2018-07-24 Thread Matthias Kaehlcke
There are three thermal stages defined in the PMIC: stage 1: warning stage 2: system should shut down stage 3: emergency shut down By default the PMIC assumes that the OS isn't doing anything and thus at stage 2 it does a partial PMIC shutdown and at stage 3 it kills all power. When switching

[PATCH v5 2/3] arm64: dts: qcom: pm8998: Add spmi-temp-alarm node

2018-07-24 Thread Matthias Kaehlcke
This adds the spmi-temp-alarm node to pm8998 based on the examples in the bindings. Signed-off-by: Matthias Kaehlcke Reviewed-by: Douglas Anderson --- Changes in v5: - added tag 'Reviewed-by: Douglas Anderson ' Changes in v4: - none Changes in v3: - changed node name from

[PATCH v5 1/3] thermal: qcom-spmi: Use PMIC thermal stage 2 for critical trip points

2018-07-24 Thread Matthias Kaehlcke
There are three thermal stages defined in the PMIC: stage 1: warning stage 2: system should shut down stage 3: emergency shut down By default the PMIC assumes that the OS isn't doing anything and thus at stage 2 it does a partial PMIC shutdown and at stage 3 it kills all power. When switching

[PATCH v5 2/3] arm64: dts: qcom: pm8998: Add spmi-temp-alarm node

2018-07-24 Thread Matthias Kaehlcke
This adds the spmi-temp-alarm node to pm8998 based on the examples in the bindings. Signed-off-by: Matthias Kaehlcke Reviewed-by: Douglas Anderson --- Changes in v5: - added tag 'Reviewed-by: Douglas Anderson ' Changes in v4: - none Changes in v3: - changed node name from

[PATCH v5 3/3] arm64: dts: qcom: pm8998: Add pm8998 thermal zone

2018-07-24 Thread Matthias Kaehlcke
The thermal zone uses spmi-temp-alarm as sensor, the trip points correspond to the PMIC thermal stages 1 and 2. The critical trip point at 125°C disables the partial PMIC shutdown at stage 2. Without an IIO input the sensor only reports a limited number of temperatures: - 37°C for temperatures

[PATCH v5 3/3] arm64: dts: qcom: pm8998: Add pm8998 thermal zone

2018-07-24 Thread Matthias Kaehlcke
The thermal zone uses spmi-temp-alarm as sensor, the trip points correspond to the PMIC thermal stages 1 and 2. The critical trip point at 125°C disables the partial PMIC shutdown at stage 2. Without an IIO input the sensor only reports a limited number of temperatures: - 37°C for temperatures

Re: [PATCH -next 0/2] fs/epoll: loosen irq safety when possible

2018-07-24 Thread Andrew Morton
On Sat, 21 Jul 2018 11:31:27 -0700 Davidlohr Bueso wrote: > On Sat, 21 Jul 2018, Peter Zijlstra wrote: > > >On Sat, Jul 21, 2018 at 10:21:20AM -0700, Davidlohr Bueso wrote: > >> On Fri, 20 Jul 2018, Andrew Morton wrote: > >> > >> > We could open-code it locally. Add a couple of > >> >

Re: [PATCH -next 0/2] fs/epoll: loosen irq safety when possible

2018-07-24 Thread Andrew Morton
On Sat, 21 Jul 2018 11:31:27 -0700 Davidlohr Bueso wrote: > On Sat, 21 Jul 2018, Peter Zijlstra wrote: > > >On Sat, Jul 21, 2018 at 10:21:20AM -0700, Davidlohr Bueso wrote: > >> On Fri, 20 Jul 2018, Andrew Morton wrote: > >> > >> > We could open-code it locally. Add a couple of > >> >

Re: [PATCH v3 01/18] doc: dt-bindings: jz4780-dma: Update bindings to reflect driver changes

2018-07-24 Thread Rob Herring
On Sat, Jul 21, 2018 at 01:06:26PM +0200, Paul Cercueil wrote: > The driver is now compatible with four SoCs: JZ4780, JZ4770, JZ4725B and > JZ4740. What the driver supports is irrelevant to the binding. > > Besides, it now expects the devicetree to supply a second memory > resource. This resource

Re: [PATCH v3 01/18] doc: dt-bindings: jz4780-dma: Update bindings to reflect driver changes

2018-07-24 Thread Rob Herring
On Sat, Jul 21, 2018 at 01:06:26PM +0200, Paul Cercueil wrote: > The driver is now compatible with four SoCs: JZ4780, JZ4770, JZ4725B and > JZ4740. What the driver supports is irrelevant to the binding. > > Besides, it now expects the devicetree to supply a second memory > resource. This resource

Re: [PATCH v3 1/2] clk: meson: add DT documentation for emmc clock controller

2018-07-24 Thread Rob Herring
On Thu, Jul 12, 2018 at 09:12:43PM +, Yixun Lan wrote: > Document the MMC sub clock controller driver, the potential consumer > of this driver is MMC or NAND. Also add three clock bindings IDs which > provided by this driver. > > Signed-off-by: Yixun Lan > --- >

Re: [PATCH v3 1/2] clk: meson: add DT documentation for emmc clock controller

2018-07-24 Thread Rob Herring
On Thu, Jul 12, 2018 at 09:12:43PM +, Yixun Lan wrote: > Document the MMC sub clock controller driver, the potential consumer > of this driver is MMC or NAND. Also add three clock bindings IDs which > provided by this driver. > > Signed-off-by: Yixun Lan > --- >

Re: [PATCH v5 5/5] rtc: isl1219: add device tree docu

2018-07-24 Thread Rob Herring
On Tue, Jul 24, 2018 at 11:31:22AM +, Denis OSTERLAND wrote: > From: Denis Osterland > > The devicetree documentation for the ISL1219 device tree > binding is added with an short example. It is not a trivial > device, because it supports two interrupt sources. > > Signed-off-by: Denis

Re: [PATCH v5 5/5] rtc: isl1219: add device tree docu

2018-07-24 Thread Rob Herring
On Tue, Jul 24, 2018 at 11:31:22AM +, Denis OSTERLAND wrote: > From: Denis Osterland > > The devicetree documentation for the ISL1219 device tree > binding is added with an short example. It is not a trivial > device, because it supports two interrupt sources. > > Signed-off-by: Denis

Re: [PATCH 1/3] [BUGFIX] tracing: Fix double free of event_trigger_data

2018-07-24 Thread Steven Rostedt
On Tue, 24 Jul 2018 17:30:08 -0400 Steven Rostedt wrote: > I don't see where ->reg() would return anything but 1 on success. Maybe > I'm missing something. I'll look some more, but I'm thinking of changing > ->reg() to return zero on all success, and negative on all errors and > just check

Re: [PATCH 1/3] [BUGFIX] tracing: Fix double free of event_trigger_data

2018-07-24 Thread Steven Rostedt
On Tue, 24 Jul 2018 17:30:08 -0400 Steven Rostedt wrote: > I don't see where ->reg() would return anything but 1 on success. Maybe > I'm missing something. I'll look some more, but I'm thinking of changing > ->reg() to return zero on all success, and negative on all errors and > just check

[PATCH v2] x86/boot: Fix if_changed build flip/flop

2018-07-24 Thread Kees Cook
Dirk Gouders reported that two consecutive "make" invocations on an already compiled tree will show alternating behaviors: $ make CALLscripts/checksyscalls.sh DESCEND objtool CHK include/generated/compile.h DATAREL arch/x86/boot/compressed/vmlinux Kernel: arch/x86/boot/bzImage is

[PATCH v2] x86/boot: Fix if_changed build flip/flop

2018-07-24 Thread Kees Cook
Dirk Gouders reported that two consecutive "make" invocations on an already compiled tree will show alternating behaviors: $ make CALLscripts/checksyscalls.sh DESCEND objtool CHK include/generated/compile.h DATAREL arch/x86/boot/compressed/vmlinux Kernel: arch/x86/boot/bzImage is

Re: [patch v4] mm, oom: fix unnecessary killing of additional processes

2018-07-24 Thread Tetsuo Handa
On 2018/07/25 7:51, David Rientjes wrote: > On Wed, 25 Jul 2018, Tetsuo Handa wrote: > You might worry about situations where __oom_reap_task_mm() is a no-op. But that is not always true. There is no point with emitting pr_info("oom_reaper: unable to reap pid:%d (%s)\n",

Re: [patch v4] mm, oom: fix unnecessary killing of additional processes

2018-07-24 Thread Tetsuo Handa
On 2018/07/25 7:51, David Rientjes wrote: > On Wed, 25 Jul 2018, Tetsuo Handa wrote: > You might worry about situations where __oom_reap_task_mm() is a no-op. But that is not always true. There is no point with emitting pr_info("oom_reaper: unable to reap pid:%d (%s)\n",

Re: [patch v4] mm, oom: fix unnecessary killing of additional processes

2018-07-24 Thread David Rientjes
On Wed, 25 Jul 2018, Tetsuo Handa wrote: > >> You might worry about situations where __oom_reap_task_mm() is a no-op. > >> But that is not always true. There is no point with emitting > >> > >> pr_info("oom_reaper: unable to reap pid:%d (%s)\n", ...); > >> debug_show_all_locks(); > >> > >>

Re: [patch v4] mm, oom: fix unnecessary killing of additional processes

2018-07-24 Thread David Rientjes
On Wed, 25 Jul 2018, Tetsuo Handa wrote: > >> You might worry about situations where __oom_reap_task_mm() is a no-op. > >> But that is not always true. There is no point with emitting > >> > >> pr_info("oom_reaper: unable to reap pid:%d (%s)\n", ...); > >> debug_show_all_locks(); > >> > >>

[PATCH] memcg: reduce memcg tree traversals for stats collection

2018-07-24 Thread Shakeel Butt
Currently cgroup-v1's memcg_stat_show traverses the memcg tree ~17 times to collect the stats while cgroup-v2's memory_stat_show traverses the memcg tree thrice. On a large machine, a couple thousand memcgs is very normal and if the churn is high and memcgs stick around during to several reasons,

[PATCH] memcg: reduce memcg tree traversals for stats collection

2018-07-24 Thread Shakeel Butt
Currently cgroup-v1's memcg_stat_show traverses the memcg tree ~17 times to collect the stats while cgroup-v2's memory_stat_show traverses the memcg tree thrice. On a large machine, a couple thousand memcgs is very normal and if the churn is high and memcgs stick around during to several reasons,

[PATCH 0/4] Staging: octeon-usb: Fixes and Coding style applied.

2018-07-24 Thread Georgios Tsotsos
Hello, Previously patches were sent with wrong cover format, please ignore. I am sending four patches which trying to resolve TODO list requirements no 45 about octeon-usb. There are SPDX licence additions on c and header files. Checkpatch warnings are resolved,also a notice about

Re: [PATCH] tracefs: Annotate tracefs_ops with __ro_after_init

2018-07-24 Thread Steven Rostedt
On Tue, 24 Jul 2018 15:07:18 -0700 Kees Cook wrote: > Adding Steven (maintainer) and Al (fs) to CC... Thanks, first I've seen of this. > > On Tue, Jul 24, 2018 at 1:02 PM, Zubin Mithra wrote: > > tracefs_ops is initialized inside tracefs_create_instance_dir and not > > modified after.

Re: [PATCH] tracefs: Annotate tracefs_ops with __ro_after_init

2018-07-24 Thread Steven Rostedt
On Tue, 24 Jul 2018 15:07:18 -0700 Kees Cook wrote: > Adding Steven (maintainer) and Al (fs) to CC... Thanks, first I've seen of this. > > On Tue, Jul 24, 2018 at 1:02 PM, Zubin Mithra wrote: > > tracefs_ops is initialized inside tracefs_create_instance_dir and not > > modified after.

[PATCH 0/4] Staging: octeon-usb: Fixes and Coding style applied.

2018-07-24 Thread Georgios Tsotsos
Hello, Previously patches were sent with wrong cover format, please ignore. I am sending four patches which trying to resolve TODO list requirements no 45 about octeon-usb. There are SPDX licence additions on c and header files. Checkpatch warnings are resolved,also a notice about

[PATCH 3/4] Staging: octeon-usb: Change coding style for CVMX_WAIT_FOR_FIELD32 marco.

2018-07-24 Thread Georgios Tsotsos
Changes coding style and encapsulate into parentheses timeout_usec. Signed-off-by: Georgios Tsotsos --- drivers/staging/octeon-usb/octeon-hcd.c | 44 + 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/drivers/staging/octeon-usb/octeon-hcd.c

[PATCH 1/4] Staging: octeon-usb: Adds SPDX License Identifier

2018-07-24 Thread Georgios Tsotsos
Signed-off-by: Georgios Tsotsos --- drivers/staging/octeon-usb/octeon-hcd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/octeon-usb/octeon-hcd.c b/drivers/staging/octeon-usb/octeon-hcd.c index cded30f145aa..cff5e790b196 100644 --- a/drivers/staging/octeon-usb/octeon-hcd.c

[PATCH 3/4] Staging: octeon-usb: Change coding style for CVMX_WAIT_FOR_FIELD32 marco.

2018-07-24 Thread Georgios Tsotsos
Changes coding style and encapsulate into parentheses timeout_usec. Signed-off-by: Georgios Tsotsos --- drivers/staging/octeon-usb/octeon-hcd.c | 44 + 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/drivers/staging/octeon-usb/octeon-hcd.c

[PATCH 1/4] Staging: octeon-usb: Adds SPDX License Identifier

2018-07-24 Thread Georgios Tsotsos
Signed-off-by: Georgios Tsotsos --- drivers/staging/octeon-usb/octeon-hcd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/octeon-usb/octeon-hcd.c b/drivers/staging/octeon-usb/octeon-hcd.c index cded30f145aa..cff5e790b196 100644 --- a/drivers/staging/octeon-usb/octeon-hcd.c

[PATCH 4/4] Staging: octeon-usb: Adds SPDX License Identifier for header file

2018-07-24 Thread Georgios Tsotsos
Signed-off-by: Georgios Tsotsos --- drivers/staging/octeon-usb/octeon-hcd.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/octeon-usb/octeon-hcd.h b/drivers/staging/octeon-usb/octeon-hcd.h index 3353aefe662e..769c36cf6614 100644 --- a/drivers/staging/octeon-usb/octeon-hcd.h

[PATCH 2/4] Staging: octeon-usb: Applying coding style for column width.

2018-07-24 Thread Georgios Tsotsos
This patch resolves the warnings as its refereed to TODO list. There are also a code style issues that could be resolved via breaking down cvmx_usb_poll_channel(). Signed-off-by: Georgios Tsotsos --- drivers/staging/octeon-usb/octeon-hcd.c | 10 ++ 1 file changed, 6 insertions(+), 4

[PATCH 2/4] Staging: octeon-usb: Applying coding style for column width.

2018-07-24 Thread Georgios Tsotsos
This patch resolves the warnings as its refereed to TODO list. There are also a code style issues that could be resolved via breaking down cvmx_usb_poll_channel(). Signed-off-by: Georgios Tsotsos --- drivers/staging/octeon-usb/octeon-hcd.c | 10 ++ 1 file changed, 6 insertions(+), 4

[PATCH 4/4] Staging: octeon-usb: Adds SPDX License Identifier for header file

2018-07-24 Thread Georgios Tsotsos
Signed-off-by: Georgios Tsotsos --- drivers/staging/octeon-usb/octeon-hcd.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/octeon-usb/octeon-hcd.h b/drivers/staging/octeon-usb/octeon-hcd.h index 3353aefe662e..769c36cf6614 100644 --- a/drivers/staging/octeon-usb/octeon-hcd.h

Re: [PATCH v3] mm: Change return type int to vm_fault_t for fault handlers

2018-07-24 Thread Andrew Morton
On Mon, 4 Jun 2018 22:47:27 +0530 Souptick Joarder wrote: > Use new return type vm_fault_t for fault handler. For > now, this is just documenting that the function returns > a VM_FAULT value rather than an errno. Once all instances > are converted, vm_fault_t will become a distinct type. > >

Re: [PATCH v3] mm: Change return type int to vm_fault_t for fault handlers

2018-07-24 Thread Andrew Morton
On Mon, 4 Jun 2018 22:47:27 +0530 Souptick Joarder wrote: > Use new return type vm_fault_t for fault handler. For > now, this is just documenting that the function returns > a VM_FAULT value rather than an errno. Once all instances > are converted, vm_fault_t will become a distinct type. > >

Re: [patch v4] mm, oom: fix unnecessary killing of additional processes

2018-07-24 Thread Tetsuo Handa
On 2018/07/25 6:45, David Rientjes wrote: > On Sat, 21 Jul 2018, Tetsuo Handa wrote: > >> You can't apply "[patch v4] mm, oom: fix unnecessary killing of additional >> processes" >> because Michal's patch which removes oom_lock serialization was added to -mm >> tree. >> > > I've rebased the

Re: [patch v4] mm, oom: fix unnecessary killing of additional processes

2018-07-24 Thread Tetsuo Handa
On 2018/07/25 6:45, David Rientjes wrote: > On Sat, 21 Jul 2018, Tetsuo Handa wrote: > >> You can't apply "[patch v4] mm, oom: fix unnecessary killing of additional >> processes" >> because Michal's patch which removes oom_lock serialization was added to -mm >> tree. >> > > I've rebased the

[PATCH 3/4] Staging: octeon-usb: Change coding style for CVMX_WAIT_FOR_FIELD32 marco.

2018-07-24 Thread Georgios Tsotsos
Changes coding style and encapsulate into parentheses timeout_usec. Signed-off-by: Georgios Tsotsos --- drivers/staging/octeon-usb/octeon-hcd.c | 44 + 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/drivers/staging/octeon-usb/octeon-hcd.c

Re: linux-next: Signed-off-by missing for commit in the gfs2 tree

2018-07-24 Thread Andreas Grünbacher
Hi Stephen, 2018-07-25 0:01 GMT+02:00 Stephen Rothwell : > Hi all, > > Commit > > b6fbc2f6a686 ("GFS2: Fix recovery issues for spectators") > > is missing a Signed-off-by from its committer. It was rebased. thanks, I've fixed it now but this is getting rather annoying -- and it must happen to

[PATCH 3/4] Staging: octeon-usb: Change coding style for CVMX_WAIT_FOR_FIELD32 marco.

2018-07-24 Thread Georgios Tsotsos
Changes coding style and encapsulate into parentheses timeout_usec. Signed-off-by: Georgios Tsotsos --- drivers/staging/octeon-usb/octeon-hcd.c | 44 + 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/drivers/staging/octeon-usb/octeon-hcd.c

Re: linux-next: Signed-off-by missing for commit in the gfs2 tree

2018-07-24 Thread Andreas Grünbacher
Hi Stephen, 2018-07-25 0:01 GMT+02:00 Stephen Rothwell : > Hi all, > > Commit > > b6fbc2f6a686 ("GFS2: Fix recovery issues for spectators") > > is missing a Signed-off-by from its committer. It was rebased. thanks, I've fixed it now but this is getting rather annoying -- and it must happen to

[PATCH 4/4] Staging: octeon-usb: Adds SPDX License Identifier for header file

2018-07-24 Thread Georgios Tsotsos
Signed-off-by: Georgios Tsotsos --- drivers/staging/octeon-usb/octeon-hcd.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/octeon-usb/octeon-hcd.h b/drivers/staging/octeon-usb/octeon-hcd.h index 3353aefe662e..769c36cf6614 100644 --- a/drivers/staging/octeon-usb/octeon-hcd.h

[PATCH 4/4] Staging: octeon-usb: Adds SPDX License Identifier for header file

2018-07-24 Thread Georgios Tsotsos
Signed-off-by: Georgios Tsotsos --- drivers/staging/octeon-usb/octeon-hcd.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/octeon-usb/octeon-hcd.h b/drivers/staging/octeon-usb/octeon-hcd.h index 3353aefe662e..769c36cf6614 100644 --- a/drivers/staging/octeon-usb/octeon-hcd.h

[PATCH 1/4] Staging: octeon-usb: Adds SPDX License Identifier

2018-07-24 Thread Georgios Tsotsos
Signed-off-by: Georgios Tsotsos --- drivers/staging/octeon-usb/octeon-hcd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/octeon-usb/octeon-hcd.c b/drivers/staging/octeon-usb/octeon-hcd.c index cded30f145aa..cff5e790b196 100644 --- a/drivers/staging/octeon-usb/octeon-hcd.c

[PATCH 4/4] Staging: octeon-usb: Adds SPDX License Identifier

2018-07-24 Thread Georgios Tsotsos
Signed-off-by: Georgios Tsotsos --- drivers/staging/octeon-usb/octeon-hcd.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/octeon-usb/octeon-hcd.h b/drivers/staging/octeon-usb/octeon-hcd.h index 3353aefe662e..769c36cf6614 100644 --- a/drivers/staging/octeon-usb/octeon-hcd.h

[PATCH 2/4] Staging: octeon-usb: Applying coding style for column width.

2018-07-24 Thread Georgios Tsotsos
This patch resolves the warnings as its refereed to TODO list. There are also a code style issues that could be resolved via breaking down cvmx_usb_poll_channel(). Signed-off-by: Georgios Tsotsos --- drivers/staging/octeon-usb/octeon-hcd.c | 10 ++ 1 file changed, 6 insertions(+), 4

[PATCH 1/4] Staging: octeon-usb: Adds SPDX License Identifier

2018-07-24 Thread Georgios Tsotsos
Signed-off-by: Georgios Tsotsos --- drivers/staging/octeon-usb/octeon-hcd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/octeon-usb/octeon-hcd.c b/drivers/staging/octeon-usb/octeon-hcd.c index cded30f145aa..cff5e790b196 100644 --- a/drivers/staging/octeon-usb/octeon-hcd.c

[PATCH 4/4] Staging: octeon-usb: Adds SPDX License Identifier

2018-07-24 Thread Georgios Tsotsos
Signed-off-by: Georgios Tsotsos --- drivers/staging/octeon-usb/octeon-hcd.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/octeon-usb/octeon-hcd.h b/drivers/staging/octeon-usb/octeon-hcd.h index 3353aefe662e..769c36cf6614 100644 --- a/drivers/staging/octeon-usb/octeon-hcd.h

[PATCH 2/4] Staging: octeon-usb: Applying coding style for column width.

2018-07-24 Thread Georgios Tsotsos
This patch resolves the warnings as its refereed to TODO list. There are also a code style issues that could be resolved via breaking down cvmx_usb_poll_channel(). Signed-off-by: Georgios Tsotsos --- drivers/staging/octeon-usb/octeon-hcd.c | 10 ++ 1 file changed, 6 insertions(+), 4

[no subject]

2018-07-24 Thread Georgios Tsotsos
Date: Wed, 25 Jul 2018 01:18:58 +0300 Subject: [PATCH 0/4] Staging: octeon-usb: Fixes and Coding style applied. Hello, I am sending four patches which trying to resolve TODO list requirements no 45 about octeon-usb. There are SPDX licence additions on c and header files. Checkpatch warnings

[no subject]

2018-07-24 Thread Georgios Tsotsos
Date: Wed, 25 Jul 2018 01:18:58 +0300 Subject: [PATCH 0/4] Staging: octeon-usb: Fixes and Coding style applied. Hello, I am sending four patches which trying to resolve TODO list requirements no 45 about octeon-usb. There are SPDX licence additions on c and header files. Checkpatch warnings

Re: [PATCH 04/15] MIPS: dts: img: pistachio_marduk: Switch mmc to 1 bit mode

2018-07-24 Thread Andreas Färber
Am 22.07.2018 um 23:19 schrieb Andreas Färber: > From: Ian Pozella > > The mmc block in Pistachio allows 1 to 8 data bits to be used. > Marduk uses 4 bits allowing the upper 4 bits to be allocated > to the Mikrobus ports. However these bits are still connected > internally meaning the mmc block

Re: [PATCH 04/15] MIPS: dts: img: pistachio_marduk: Switch mmc to 1 bit mode

2018-07-24 Thread Andreas Färber
Am 22.07.2018 um 23:19 schrieb Andreas Färber: > From: Ian Pozella > > The mmc block in Pistachio allows 1 to 8 data bits to be used. > Marduk uses 4 bits allowing the upper 4 bits to be allocated > to the Mikrobus ports. However these bits are still connected > internally meaning the mmc block

editing for your photos

2018-07-24 Thread Roland
I would like to speak with the person that managing photos for your company? We provide image editing like – photos cutting out and retouching. Enhancing your images is just a part of what we can do for your business. Whether you’re an ecommerce store or portrait photographer, real estate

editing for your photos

2018-07-24 Thread Roland
I would like to speak with the person that managing photos for your company? We provide image editing like – photos cutting out and retouching. Enhancing your images is just a part of what we can do for your business. Whether you’re an ecommerce store or portrait photographer, real estate

Re: [PATCH 0/2] turbostat: Improve support for AMD Zen CPUs (RAPL, CPUID) (Resend)

2018-07-24 Thread Calvin Walton
On Wed, 2018-07-18 at 18:26 -0400, Calvin Walton wrote: > Based on the documentation provided in AMD's Open-Source > Register Reference For AMD Family 17h Processors: > https://support.amd.com/TechDocs/56255_OSRR.pdf > > I've added support for reading Cores and Package energy usage from > AMD's >

Re: [PATCH 0/2] turbostat: Improve support for AMD Zen CPUs (RAPL, CPUID) (Resend)

2018-07-24 Thread Calvin Walton
On Wed, 2018-07-18 at 18:26 -0400, Calvin Walton wrote: > Based on the documentation provided in AMD's Open-Source > Register Reference For AMD Family 17h Processors: > https://support.amd.com/TechDocs/56255_OSRR.pdf > > I've added support for reading Cores and Package energy usage from > AMD's >

Re: [PATCH] tracefs: Annotate tracefs_ops with __ro_after_init

2018-07-24 Thread Kees Cook
Adding Steven (maintainer) and Al (fs) to CC... On Tue, Jul 24, 2018 at 1:02 PM, Zubin Mithra wrote: > tracefs_ops is initialized inside tracefs_create_instance_dir and not > modified after. tracefs_create_instance_dir allows for initialization > only once, and is called from

Re: [PATCH] tracefs: Annotate tracefs_ops with __ro_after_init

2018-07-24 Thread Kees Cook
Adding Steven (maintainer) and Al (fs) to CC... On Tue, Jul 24, 2018 at 1:02 PM, Zubin Mithra wrote: > tracefs_ops is initialized inside tracefs_create_instance_dir and not > modified after. tracefs_create_instance_dir allows for initialization > only once, and is called from

<    1   2   3   4   5   6   7   8   9   10   >