Re: [PATCH 2/2] arm64: dts: allwinner: h6: Introduce Tanix TX6 board

2019-09-02 Thread Rong Chen
Hi, On 8/19/19 2:59 AM, Jernej Škrabec wrote: Dne nedelja, 18. avgust 2019 ob 20:42:49 CEST je kbuild test robot napisal(a): Hi Jernej, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [cannot apply to v5.3-rc4 next-20190816] [if your patch is applied

Re: [PATCH v4 03/10] device property: Add functions for accessing node's parents

2019-09-02 Thread Sakari Ailus
On Fri, Aug 30, 2019 at 03:42:35PM +0300, Andy Shevchenko wrote: > On Thu, Aug 29, 2019 at 01:44:01PM +0300, Sakari Ailus wrote: > > Add two convenience functions for accessing node's parents: > > > > fwnode_count_parents() returns the number of parent nodes a given node > > has. fwnode_get_nth_pa

Re: [PATCH] Add support for Macronix NAND randomizer

2019-09-02 Thread Richard Weinberger
On Mon, Sep 2, 2019 at 8:54 AM wrote: > > > nand@0 { > > > reg = <0>; > > > nand-reliability = "randomizer"; > > > > mxic,enable-randomizer-otp; > > > > Would be better (with the proper documentation in the b

Re: [PATCH v3 06/10] lib/vsprintf: Remove support for %pF and %pf in favour of %pS and %ps

2019-09-02 Thread Sakari Ailus
On Fri, Aug 30, 2019 at 03:48:17PM +0300, Andy Shevchenko wrote: > On Thu, Aug 29, 2019 at 01:10:39PM +0300, Sakari Ailus wrote: > > %pS and %ps are now the preferred conversion specifiers to print function > > %names. The functionality is equivalent; remove the old, deprecated %pF > > %and %pf sup

Re: [PATCH v3 06/10] lib/vsprintf: Remove support for %pF and %pf in favour of %pS and %ps

2019-09-02 Thread Sakari Ailus
On Fri, Aug 30, 2019 at 03:55:32PM +0300, Andy Shevchenko wrote: > On Thu, Aug 29, 2019 at 01:10:39PM +0300, Sakari Ailus wrote: > > %pS and %ps are now the preferred conversion specifiers to print function > > %names. The functionality is equivalent; remove the old, deprecated %pF > > %and %pf sup

Re: linux-next: Fixes tag needs some work in the battery tree

2019-09-02 Thread Sebastian Reichel
Hi Stephen, On Mon, Sep 02, 2019 at 09:31:31AM +1000, Stephen Rothwell wrote: > In commit > > b19aca4eb2d2 ("power: supply: sbs-battery: only return health when battery > present") > > [...] > > Please do not split Fixes tags over more than one line. I have fixed this and rebased the branch,

Re: [PATCH v3 07/10] lib/vsprintf: Make use of fwnode API to obtain node names and separators

2019-09-02 Thread Sakari Ailus
Hi Andy, On Fri, Aug 30, 2019 at 03:53:14PM +0300, Andy Shevchenko wrote: > On Thu, Aug 29, 2019 at 01:10:40PM +0300, Sakari Ailus wrote: > > Instead of implementing our own means of discovering parent nodes, node > > names or counting how many parents a node has, use the newly added > > functions

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

2019-09-02 Thread Ingo Molnar
* Arnaldo Carvalho de Melo wrote: > Hi Ingo/Thomas, > > Please consider pulling, > > Best regards, > > - Arnaldo > > Test results at the end of this message, as usual. > > The following changes since commit 39c2ca43465e0f52ebba3ee96fd03436367c1880: > > Merge tag 'perf-core-for-min

Re: Oops (request_key_auth_describe) while running cve-2016-7042 from LTP

2019-09-02 Thread David Howells
Hi Hillf, Would you like to me to put you down as the author of this patch? If so, I'll need a Signed-off-by from you. David --- commit df882ad6d4e24a3763719c1798ea58e87d56c2d7 Author: Hillf Danton Date: Fri Aug 30 15:54:33 2019 +0100 keys: Fix missing null pointer check in request_key_a

Re: [PATCH v3 09/10] lib/vsprintf: Add %pfw conversion specifier for printing fwnode names

2019-09-02 Thread Sakari Ailus
Hi Andy, Thanks for the review. On Fri, Aug 30, 2019 at 04:03:49PM +0300, Andy Shevchenko wrote: > On Thu, Aug 29, 2019 at 01:10:42PM +0300, Sakari Ailus wrote: > > Add support for %pfw conversion specifier (with "f" and "P" modifiers) to > > support printing full path of the node, including its

Re: [PATCH V2] x86/boot: Fix regression--secure boot info loss from bootparam sanitizing

2019-09-02 Thread Borislav Petkov
On Mon, Sep 02, 2019 at 12:00:54AM +0200, John S Gruber wrote: > From: "John S. Gruber" > > commit a90118c445cc ("x86/boot: Save fields explicitly, zero out everything > else") now zeros the secure boot information passed by the boot loader or > by the kernel's efi handover mechanism. Include bo

Re: [PATCH] Parallel microcode update in Linux

2019-09-02 Thread Mihai Carabas
> On 1 Sep 2019, at 20:25, Pavel Machek wrote: > > Hi! > >> + u64 p0, p1; >>int ret; >> >>atomic_set(&late_cpus_in, 0); >>atomic_set(&late_cpus_out, 0); >> >> + p0 = rdtsc_ordered(); >> + >>ret = stop_machine_cpuslocked(__reload_late, NULL, cpu_o

Re: [PATCH v5 00/18] add thermal driver for h6

2019-09-02 Thread Maxime Ripard
Hi, On Sun, Sep 01, 2019 at 11:52:14PM +0200, Ondřej Jirman wrote: > Hello Yangtao, > > On Sat, Aug 10, 2019 at 05:28:11AM +, Yangtao Li wrote: > > This patchset add support for A64, H3, H5, H6 and R40 thermal sensor. > > > > Thx to Icenowy and Vasily. > > > > BTY, do a cleanup in thermal makf

Re: [PATCH v3 08/10] lib/vsprintf: OF nodes are first and foremost, struct device_nodes

2019-09-02 Thread Sakari Ailus
On Fri, Aug 30, 2019 at 03:57:49PM +0300, Andy Shevchenko wrote: > On Thu, Aug 29, 2019 at 01:10:41PM +0300, Sakari Ailus wrote: > > Factor out static kobject_string() function that simply calls > > device_node_string(), and thus remove references to kobjects (as these are > > struct device_node).

Re: [PATCH] powerpc: Perform a bounds check in arch_add_memory

2019-09-02 Thread David Hildenbrand
On 02.09.19 01:54, Alastair D'Silva wrote: > On Tue, 2019-08-27 at 09:13 +0200, David Hildenbrand wrote: >> On 27.08.19 08:39, Alastair D'Silva wrote: >>> On Tue, 2019-08-27 at 08:28 +0200, Michal Hocko wrote: On Tue 27-08-19 15:20:46, Alastair D'Silva wrote: > From: Alastair D'Silva

Re: [PATCH v3 05/10] device property: Add a function to obtain a node's prefix

2019-09-02 Thread Sakari Ailus
Hi Andy, On Fri, Aug 30, 2019 at 03:46:57PM +0300, Andy Shevchenko wrote: > On Thu, Aug 29, 2019 at 01:10:38PM +0300, Sakari Ailus wrote: > > The prefix is used for printing purpose before a node, and it also works > > as a separator between two nodes. > > > + /* Is this the root node? */ > > +

Re: [PATCH v3 03/10] device property: Add functions for accessing node's parents

2019-09-02 Thread Sakari Ailus
On Fri, Aug 30, 2019 at 03:34:48PM +0300, Andy Shevchenko wrote: > On Thu, Aug 29, 2019 at 01:10:36PM +0300, Sakari Ailus wrote: > > Add two convenience functions for accessing node's parents: > > > > fwnode_count_parents() returns the number of parent nodes a given node > > has. fwnode_get_nth_pa

linux-next: manual merge of the tip tree with Linus' tree

2019-09-02 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the tip tree got a conflict in: tools/power/x86/turbostat/turbostat.c between commit: cd188af5282d ("tools/power turbostat: Fix Haswell Core systems") b62b3184576b ("tools/power turbostat: add Jacobsville support") d93ea567fc4e ("tools/power turbostat

Re: [RFC 1/9] dt-bindings: arm: samsung: Convert Samsung board/soc bindings to json-schema

2019-09-02 Thread Krzysztof Kozlowski
On Mon, 26 Aug 2019 at 13:38, Rob Herring wrote: > > On Fri, Aug 23, 2019 at 9:54 AM Krzysztof Kozlowski wrote: > > > > Convert Samsung S5P and Exynos SoC bindings to DT schema format using > > json-schema. This is purely conversion of already documented bindings > > so it does not cover all of

Re: [PATCH] drivers/staging/exfat - by default, prohibit mount of fat/vfat

2019-09-02 Thread Christoph Hellwig
On Sat, Aug 31, 2019 at 06:25:21AM -0400, Valdis Klētnieks wrote: > On Fri, 30 Aug 2019 23:46:16 -0700, Christoph Hellwig said: > > > Since when did Linux kernel submissions become "show me a better patch" > > to reject something obviously bad? > > Well, do you even have a *suggestion* for a bett

Re: [PATCH] drivers/staging/exfat - by default, prohibit mount of fat/vfat

2019-09-02 Thread Christoph Hellwig
On Sun, Sep 01, 2019 at 07:13:54PM -0400, Valdis Klētnieks wrote: > Any recommendations on how to approach that? Clone the current fs/fat code > and develop on top of that, or create a branch of it and on occasion do the > merging needed to track further fs/fat development? > > Mostly asking for

Re: [PATCH v14 5/6] sched/core: uclamp: Update CPU's refcount on TG's clamp changes

2019-09-02 Thread Peter Zijlstra
On Mon, Sep 02, 2019 at 07:44:40AM +0100, Patrick Bellasi wrote: > On Fri, Aug 30, 2019 at 09:48:34 +, Peter Zijlstra wrote... > > On Thu, Aug 22, 2019 at 02:28:10PM +0100, Patrick Bellasi wrote: > >> + rq = task_rq_lock(p, &rf); > > > > Since modifying cgroup parameters is priv only, this sh

Re: [PATCH] Add support for Macronix NAND randomizer

2019-09-02 Thread masonccyang
Hi Richard, > Subject > > Re: [PATCH] Add support for Macronix NAND randomizer > > On Mon, Sep 2, 2019 at 8:54 AM wrote: > > > > nand@0 { > > > > reg = <0>; > > > > nand-reliability = "randomizer"; > > > > > >

Re: [PATCH] Parallel microcode update in Linux

2019-09-02 Thread Pavel Machek
Hi! > >> + u64 p0, p1; > >>int ret; > >> > >>atomic_set(&late_cpus_in, 0); > >>atomic_set(&late_cpus_out, 0); > >> > >> + p0 = rdtsc_ordered(); > >> + > >>ret = stop_machine_cpuslocked(__reload_late, NULL, cpu_online_mask); > >> + > >> + p1 = rd

Re: linux-next: Fixes tag needs some work in the battery tree

2019-09-02 Thread Michael Nosthoff
Hi Sebastian, I think you missed that the second commit 38fa8b9f75ea ("power: supply: sbs-battery: use correct flags field") also needs this fix. Regards, Michael On Monday, September 02, 2019 09:10 CEST, Sebastian Reichel wrote: > Hi Stephen, > > On Mon, Sep 02, 2019 at 09:31:31AM +1000,

Re: [PATCH] riscv: add arch/riscv/Kbuild

2019-09-02 Thread Christoph Hellwig
On Sat, Aug 31, 2019 at 10:04:53PM +0900, Masahiro Yamada wrote: > Kbuild support two file names, "Makefile" and "Kbuild" > for describing obj-y, obj-m, etc. > Similarly, arch/$(SRCARCH)/Makefile is very special > in that it is included from the top-level Makefile, > and specify arch-specific co

Re: [PATCH v1 1/2] clk: intel: Add CGU clock driver for a new SoC

2019-09-02 Thread Tanwar, Rahul
Hi Andy, Thanks for your review comments. On 28/8/2019 11:09 PM, Andy Shevchenko wrote: On Wed, Aug 28, 2019 at 03:00:17PM +0800, Rahul Tanwar wrote: From: rtanwar Clock Generation Unit(CGU) is a new clock controller IP of a forthcoming Intel network processor SoC. It provides programming

Re: [PATCH 1/4] regulator: provide regulator_bulk_set_supply_names()

2019-09-02 Thread kbuild test robot
Hi Bartosz, I love your patch! Yet something to improve: [auto build test ERROR on linus/master] [cannot apply to v5.3-rc6 next-20190830] [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/commits/Bartosz-

RE: [PATCH 1/2] habanalabs: add uapi to retrieve device utilization

2019-09-02 Thread Omer Shpigelman
From: Oded Gabbay Sent: Friday, 30 August 2019 13:57 > Users and sysadmins usually want to know what is the device utilization as a > level 0 indication if they are efficiently using the device. > > Add a new opcode to the INFO IOCTL that will return the device utilization > over the last period

Re: [PATCH v14 1/6] sched/core: uclamp: Extend CPU's cgroup controller

2019-09-02 Thread Peter Zijlstra
On Mon, Sep 02, 2019 at 07:38:53AM +0100, Patrick Bellasi wrote: > > On Fri, Aug 30, 2019 at 09:45:05 +, Peter Zijlstra wrote... > > > On Thu, Aug 22, 2019 at 02:28:06PM +0100, Patrick Bellasi wrote: > >> +#define _POW10(exp) ((unsigned int)1e##exp) > >> +#define POW10(exp) _POW10(exp) > > >

Re: [PATCH] phy: tegra: xusb: remove unused variable

2019-09-02 Thread Thierry Reding
On Mon, Sep 02, 2019 at 11:15:59AM +0800, Chunfeng Yun wrote: > The local variable @priv is set but not used, can be removed > > Signed-off-by: Chunfeng Yun > --- > drivers/phy/tegra/xusb-tegra210.c | 3 --- > 1 file changed, 3 deletions(-) Acked-by: Thierry Reding signature.asc Description:

RE: [PATCH 2/2] habanalabs: add uapi to retrieve aggregate H/W events

2019-09-02 Thread Omer Shpigelman
From: Oded Gabbay Sent: Friday, 30 August 2019 13:57 > Add a new opcode to INFO IOCTL to retrieve aggregate H/W events. i.e. the > events counters are NOT cleared upon device reset, but count from the > loading of the driver. > > Add the code to support it in the device event handling function.

RE: [PATCH] habanalabs: display card name as sensors header

2019-09-02 Thread Omer Shpigelman
From: Oded Gabbay Sent: Friday, 30 August 2019 16:34 > To allow the user to use a custom file for the HWMON lm-sensors library per > card type, the driver needs to register the HWMON sensors with the specific > card type name. > > The card name is supplied by the F/W running on the device. If th

Re: Problem when function alarmtimer_suspend returns 0 if time delta is zero

2019-09-02 Thread Alexandre Belloni
Hello Michael, This code is maintained by the timekeeping maintainers, now in Cc and I think John will be able to answer. On 31/08/2019 20:32:06+0200, Michael wrote: > Dear members of the linux-rtc list, > > currently I have a problem with the alarmtimer i'm using to cyclically wake > up my i.MX

Re: [PATCH -next] PCI: Use GFP_ATOMIC in resource_alignment_store()

2019-09-02 Thread Christoph Hellwig
On Sat, Aug 31, 2019 at 12:49:32PM +, YueHaibing wrote: > When allocating memory, the GFP_KERNEL cannot be used during the > spin_lock period. It may cause scheduling when holding spin_lock. > > Fixes: f13755318675 ("PCI: Move pci_[get|set]_resource_alignment_param() into > their callers") >

[PATCH 1/2] habanalabs: stop using the acronym KMD

2019-09-02 Thread Oded Gabbay
We want to stop using the acronym KMD. Therefore, replace all locations (except for register names we can't modify) where KMD is written to other terms such as "Linux kernel driver" or "Host kernel driver", etc. Signed-off-by: Oded Gabbay --- drivers/misc/habanalabs/asid.c | 2 +-

[PATCH 2/2] habanalabs: show correct id in error print

2019-09-02 Thread Oded Gabbay
If the initialization of a device failed, the driver prints an error message with the id of the device. The device index on the file system is that id divided by 2. Signed-off-by: Oded Gabbay --- drivers/misc/habanalabs/device.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --g

Re: [PATCH 08/15] sched,fair: simplify timeslice length code

2019-09-02 Thread Vincent Guittot
On Fri, 30 Aug 2019 at 17:02, Rik van Riel wrote: > > On Fri, 2019-08-30 at 08:41 +0200, Vincent Guittot wrote: > > > > When tasks get their timeslice rounded up, that will increase > > > the total sched period in a similar way the old code did by > > > returning a longer period from __sched_perio

Re: [PATCH 3/3] pmbus: ibm-cffps: Add support for version 2 of the PSU

2019-09-02 Thread kbuild test robot
Hi Eddie, I love your patch! Perhaps something to improve: [auto build test WARNING on linus/master] [cannot apply to v5.3-rc6 next-20190830] [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/commits/Eddi

Re: [PATCH] iwlwifi: mvm: Move static keyword to the front of declarations

2019-09-02 Thread Luca Coelho
On Sun, 2019-09-01 at 00:01 +0200, Krzysztof Wilczynski wrote: > Move the static keyword to the front of declarations of > he_if_types_ext_capa_sta and he_iftypes_ext_capa, and > resolve the following compiler warnings that can be seen > when building with warnings enabled (W=1): > > drivers/net/w

Re: [Xen-devel] [PATCH] x86/xen/efi: Fix EFI variable 'name' type conversion

2019-09-02 Thread Jan Beulich
On 01.09.2019 08:58, Adam Zerella wrote: > This resolves a type conversion from 'char *' to 'unsigned short'. Could you explain this? There's no ... > --- a/arch/x86/xen/efi.c > +++ b/arch/x86/xen/efi.c > @@ -118,8 +118,8 @@ static enum efi_secureboot_mode > xen_efi_get_secureboot(void) >

Re: ioremap cleanups

2019-09-02 Thread Geert Uytterhoeven
Hi Christoph, On Fri, Aug 30, 2019 at 6:12 PM Christoph Hellwig wrote: > these are three cleanups from my generic ioremap series that needed > a few edits, and which I'd like you to pick up through your respective > arch trees for 5.4 if possible. Thanks, [1/3] applied and queued for v5.4 in the

Re: linux-next: Tree for Aug 30

2019-09-02 Thread Christoph Hellwig
On Sun, Sep 01, 2019 at 11:22:26AM -0700, Guenter Roeck wrote: > On Sat, Aug 31, 2019 at 12:36:13AM +1000, Stephen Rothwell wrote: > > Hi all, > > > > Changes since 20190829: > > > > The compiler-attributes tree gained a build failure for which I reverted > > a commit. > > > > The arm-soc tree g

Re: [PATCH 2/3] pagewalk: separate function pointers from iterator data

2019-09-02 Thread Christoph Hellwig
On Mon, Sep 02, 2019 at 05:51:58AM +, Jason Gunthorpe wrote: > On Sun, Sep 01, 2019 at 01:35:16PM -0700, Guenter Roeck wrote: > > > I belive the macros above are missing brackets.. Can you confirm the > > > below takes care of things? I'll add a patch if so > > > > > > > Good catch. Yes, that

Re: [PATCH] MAINTAINERS: N900: Remove isp1704_charger.h record

2019-09-02 Thread Sebastian Reichel
Hi, On Tue, Aug 13, 2019 at 09:13:58AM +0300, Denis Efremov wrote: > Update MAINTAINERS to reflect that isp1704_charger.h file was removed. > > Cc: Linus Walleij > Cc: Pavel Machek > Cc: Pali Rohár > Cc: Sebastian Reichel > Cc: linux...@vger.kernel.org > Fixes: f5d782d46aa5 ("power: supply: i

Re: [RFC 2/5] media: v4l2-ctrl: Document V4L2_CID_LOCATION

2019-09-02 Thread Laurent Pinchart
Hi Pavel, On Sun, Sep 01, 2019 at 07:24:57PM +0200, Pavel Machek wrote: > >> @@ -510,6 +510,29 @@ enum v4l2_scene_mode - > >> value down. A value of zero stops the motion if one is in progress > >> and has no effect otherwise. > >> > >> +``V4L2_CID_LOCATION (integer)`

Re: [PATCH] power: supply: ab8500_charger: Mark expected switch fall-through

2019-09-02 Thread Sebastian Reichel
Hi, On Mon, Aug 05, 2019 at 02:44:18PM -0500, Gustavo A. R. Silva wrote: > Mark switch cases where we are expecting to fall through. > > This patch fixes the following warning (Building: allmodconfig arm): > > drivers/power/supply/ab8500_charger.c:738:6: warning: this statement may fall > throu

Re: [PATCH] power: supply: Init device wakeup after device_add()

2019-09-02 Thread Sebastian Reichel
Hi, On Thu, Aug 01, 2019 at 02:33:30PM -0700, Stephen Boyd wrote: > We may want to use the device pointer in device_init_wakeup() with > functions that expect the device to already be added with device_add(). > For example, if we were to link the device initializing wakeup to > something in sysfs

Re: [RFC PATCH 0/2] Add predictive memory reclamation and compaction

2019-09-02 Thread Michal Hocko
On Fri 30-08-19 15:35:06, Khalid Aziz wrote: [...] > - Kernel is not self-tuning and is dependent upon a userspace tool to > perform well in a fundamental area of memory management. You keep bringing this up without an actual analysis of a wider range of workloads that would prove that the default

[PATCH net-next 11/13] net: stmmac: Correctly assing MAX MTU in XGMAC cores case

2019-09-02 Thread Jose Abreu
Maximum MTU for XGMAC cores is 16k thus the check for presence of XGMAC shall be done first in order to assign correct value. Signed-off-by: Jose Abreu --- Cc: Giuseppe Cavallaro Cc: Alexandre Torgue Cc: Jose Abreu Cc: "David S. Miller" Cc: Maxime Coquelin Cc: net...@vger.kernel.org Cc: lin

[PATCH net-next 00/13] net: stmmac: Improvements for -next

2019-09-02 Thread Jose Abreu
Couple of improvements for -next tree. More info in commit logs. Some of them includes fixes for features that are only in -next tree. --- Cc: Giuseppe Cavallaro Cc: Alexandre Torgue Cc: Jose Abreu Cc: "David S. Miller" Cc: Maxime Coquelin Cc: net...@vger.kernel.org Cc: linux-st...@st-md-mail

[PATCH net-next 08/13] net: stmmac: Only consider RX error when HW Timestamping is not enabled

2019-09-02 Thread Jose Abreu
Only consider that we have an error when HW Timestamping is not enabled as this can give false positives due to the fact the RX Timestamping in XGMAC and GMAC cores comes from context descriptors. Signed-off-by: Jose Abreu --- Cc: Giuseppe Cavallaro Cc: Alexandre Torgue Cc: Jose Abreu Cc: "Da

[PATCH net-next 10/13] net: stmmac: xgmac: Correct RAVSEL field interpretation

2019-09-02 Thread Jose Abreu
RAVSEL means that only RX side is available for AVB features. As we use both TX and RX features we need to check if RAVSEL is selected and disable AVB if only RX side is available. Signed-off-by: Jose Abreu --- Cc: Giuseppe Cavallaro Cc: Alexandre Torgue Cc: Jose Abreu Cc: "David S. Miller"

Re: [RFC 1/5] media: dt-bindings: Document 'location' property

2019-09-02 Thread Laurent Pinchart
Hi Pavel, On Sun, Sep 01, 2019 at 07:24:15PM +0200, Pavel Machek wrote: > > > +++ b/Documentation/devicetree/bindings/media/video-interfaces.txt > > > @@ -89,6 +89,10 @@ Optional properties > > >but a number of degrees counter clockwise. Typical values are 0 and 180 > > >(upside down). > >

[PATCH net-next 03/13] net: stmmac: Do not return error code in TC Initialization

2019-09-02 Thread Jose Abreu
As we can still use the remaining TC callbacks, e.g. CBS. We should not fail in the initialization only because RX Parser is not available. Signed-off-by: Jose Abreu --- Cc: Giuseppe Cavallaro Cc: Alexandre Torgue Cc: Jose Abreu Cc: "David S. Miller" Cc: Maxime Coquelin Cc: net...@vger.kern

[PATCH net-next 02/13] net: stmmac: xgmac: Add RBU handling in DMA interrupt

2019-09-02 Thread Jose Abreu
Add the handling of Receive Buffer Unavailable interrupt in the DMA handler of XGMAC cores. Signed-off-by: Jose Abreu --- Cc: Giuseppe Cavallaro Cc: Alexandre Torgue Cc: Jose Abreu Cc: "David S. Miller" Cc: Maxime Coquelin Cc: net...@vger.kernel.org Cc: linux-st...@st-md-mailman.stormreply.

[PATCH net-next 09/13] net: stmmac: ethtool: Let user configure TX coalesce without RIWT

2019-09-02 Thread Jose Abreu
When RX Watchdog is disabled its currently not possible to configure TX coalesce settings. Let user configure it anyway. Signed-off-by: Jose Abreu --- Cc: Giuseppe Cavallaro Cc: Alexandre Torgue Cc: Jose Abreu Cc: "David S. Miller" Cc: Maxime Coquelin Cc: net...@vger.kernel.org Cc: linux-st

[PATCH net-next 13/13] net: stmmac: selftests: Add Jumbo Frame tests

2019-09-02 Thread Jose Abreu
Add a test to validate the Jumbo Frame support in stmmac in single channel and multichannel mode. Signed-off-by: Jose Abreu --- Cc: Giuseppe Cavallaro Cc: Alexandre Torgue Cc: Jose Abreu Cc: "David S. Miller" Cc: Maxime Coquelin Cc: net...@vger.kernel.org Cc: linux-st...@st-md-mailman.storm

[PATCH net-next 04/13] net: stmmac: Implement L3/L4 Filters using TC Flower

2019-09-02 Thread Jose Abreu
Implement filters for Layer 3 and Layer 4 using TC Flower API. Add the corresponding callbacks in XGMAC core. Signed-off-by: Jose Abreu --- Cc: Giuseppe Cavallaro Cc: Alexandre Torgue Cc: Jose Abreu Cc: "David S. Miller" Cc: Maxime Coquelin Cc: net...@vger.kernel.org Cc: linux-st...@st-md-m

[PATCH net-next 01/13] net: stmmac: selftests: Return proper error code to userspace

2019-09-02 Thread Jose Abreu
We can do better than just return 1 to userspace. Lets return a proper Linux error code. Signed-off-by: Jose Abreu --- Cc: Giuseppe Cavallaro Cc: Alexandre Torgue Cc: Jose Abreu Cc: "David S. Miller" Cc: Maxime Coquelin Cc: net...@vger.kernel.org Cc: linux-st...@st-md-mailman.stormreply.com

[PATCH net-next 06/13] net: stmmac: xgmac: Implement ARP Offload

2019-09-02 Thread Jose Abreu
Implement the ARP Offload feature in XGMAC cores. Signed-off-by: Jose Abreu --- Cc: Giuseppe Cavallaro Cc: Alexandre Torgue Cc: Jose Abreu Cc: "David S. Miller" Cc: Maxime Coquelin Cc: net...@vger.kernel.org Cc: linux-st...@st-md-mailman.stormreply.com Cc: linux-arm-ker...@lists.infradead.o

Re: [PATCH v5] hid-logitech-hidpp: read battery voltage from newer devices

2019-09-02 Thread Filipe Laíns
On Sat, 2019-08-31 at 13:56 -0400, Pedro Vanzella wrote: > Newer Logitech mice report their battery voltage through feature > 0x1001 > instead of the battery levels through feature 0x1000. > > When the device is brought up and we try to query the battery, figure > out if it supports the old or the

[PATCH net-next 12/13] net: stmmac: xgmac: Enable RX Jumbo frame support

2019-09-02 Thread Jose Abreu
We are already doing it by default in the TX path so we can also enable Jumbo Frame support in the RX path independently of MTU value. Signed-off-by: Jose Abreu --- Cc: Giuseppe Cavallaro Cc: Alexandre Torgue Cc: Jose Abreu Cc: "David S. Miller" Cc: Maxime Coquelin Cc: net...@vger.kernel.or

[PATCH net-next 07/13] net: stmmac: selftests: Implement the ARP Offload test

2019-09-02 Thread Jose Abreu
Implement a test for ARP Offload feature. Signed-off-by: Jose Abreu --- Cc: Giuseppe Cavallaro Cc: Alexandre Torgue Cc: Jose Abreu Cc: "David S. Miller" Cc: Maxime Coquelin Cc: net...@vger.kernel.org Cc: linux-st...@st-md-mailman.stormreply.com Cc: linux-arm-ker...@lists.infradead.org Cc: l

[PATCH net-next 05/13] net: stmmac: selftests: Add selftest for L3/L4 Filters

2019-09-02 Thread Jose Abreu
Adds the selftests for L3 and L4 filters with DA/SA/DP/SP support. Signed-off-by: Jose Abreu --- Cc: Giuseppe Cavallaro Cc: Alexandre Torgue Cc: Jose Abreu Cc: "David S. Miller" Cc: Maxime Coquelin Cc: net...@vger.kernel.org Cc: linux-st...@st-md-mailman.stormreply.com Cc: linux-arm-ker...@

Re: [RFC 2/5] media: v4l2-ctrl: Document V4L2_CID_LOCATION

2019-09-02 Thread Pavel Machek
Hi! > > > Single integer. It's read-only, so it just reports the location. > > > > > > It would be different if this was a writable control: then you need to > > > know which locations are possible to set, and that requires a menu type. > > > > > > But it doesn't make sense to set the location f

Re: [PATCH v2] vfio/type1: avoid redundant PageReserved checking

2019-09-02 Thread Ben Luo
在 2019/8/30 上午1:06, Alex Williamson 写道: On Fri, 30 Aug 2019 00:58:22 +0800 Ben Luo wrote: 在 2019/8/28 下午11:55, Alex Williamson 写道: On Wed, 28 Aug 2019 12:28:04 +0800 Ben Luo wrote: currently, if the page is not a tail of compound page, it will be checked twice for the same thing. Sign

Re: [RFC 1/5] media: dt-bindings: Document 'location' property

2019-09-02 Thread Pavel Machek
On Mon 2019-09-02 11:02:11, Laurent Pinchart wrote: > Hi Pavel, > > On Sun, Sep 01, 2019 at 07:24:15PM +0200, Pavel Machek wrote: > > > > +++ b/Documentation/devicetree/bindings/media/video-interfaces.txt > > > > @@ -89,6 +89,10 @@ Optional properties > > > >but a number of degrees counter clo

Re: [PATCH v3 13/16] ARM: mmp: move cputype.h to include/linux/soc/

2019-09-02 Thread kbuild test robot
Hi Lubomir, I love your patch! Yet something to improve: [auto build test ERROR on arm/for-next] [cannot apply to v5.3-rc6 next-20190830] [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/commits/Lubomir-

[tip: perf/core] perf c2c: Display proper cpu count in nodes column

2019-09-02 Thread tip-bot2 for Jiri Olsa
The following commit has been merged into the perf/core branch of tip: Commit-ID: 67260e8c0e681a9bb9ed861514b4c80c2d0eb2e5 Gitweb: https://git.kernel.org/tip/67260e8c0e681a9bb9ed861514b4c80c2d0eb2e5 Author:Jiri Olsa AuthorDate:Tue, 20 Aug 2019 16:02:19 +02:00 Committer:

[tip: perf/core] perf tools: Remove debug.h from header files not needing it

2019-09-02 Thread tip-bot2 for Arnaldo Carvalho de Melo
The following commit has been merged into the perf/core branch of tip: Commit-ID: b42090256fba05dce1a0482a4ccd9bb6464cc499 Gitweb: https://git.kernel.org/tip/b42090256fba05dce1a0482a4ccd9bb6464cc499 Author:Arnaldo Carvalho de Melo AuthorDate:Thu, 29 Aug 2019 15:56:40 -03:0

[tip: perf/core] perf svghelper: Replace MAX_NR_CPUS with perf_env::nr_cpus_online

2019-09-02 Thread tip-bot2 for Kyle Meyer
The following commit has been merged into the perf/core branch of tip: Commit-ID: f78f96676a256d7fa171a54b271a2ad2c6555c9c Gitweb: https://git.kernel.org/tip/f78f96676a256d7fa171a54b271a2ad2c6555c9c Author:Kyle Meyer AuthorDate:Tue, 27 Aug 2019 16:43:47 -05:00 Committer:

[tip: perf/core] perf tools: Remove needless libtraceevent include directives

2019-09-02 Thread tip-bot2 for Arnaldo Carvalho de Melo
The following commit has been merged into the perf/core branch of tip: Commit-ID: 108a1bb9d1d88bff47d5eccd2cf18dc09a04fb9f Gitweb: https://git.kernel.org/tip/108a1bb9d1d88bff47d5eccd2cf18dc09a04fb9f Author:Arnaldo Carvalho de Melo AuthorDate:Thu, 29 Aug 2019 13:00:28 -03:0

[tip: perf/core] perf dsos: Move the dsos struct and its methods to separate source files

2019-09-02 Thread tip-bot2 for Arnaldo Carvalho de Melo
The following commit has been merged into the perf/core branch of tip: Commit-ID: 4a3cec84949d14dc3ef7fb8a51b8949af93cac13 Gitweb: https://git.kernel.org/tip/4a3cec84949d14dc3ef7fb8a51b8949af93cac13 Author:Arnaldo Carvalho de Melo AuthorDate:Fri, 30 Aug 2019 11:11:01 -03:0

[tip: perf/core] perf symbols: Add missing linux/refcount.h to symbol.h

2019-09-02 Thread tip-bot2 for Arnaldo Carvalho de Melo
The following commit has been merged into the perf/core branch of tip: Commit-ID: c38fa94d188234f40fe3911b1a7650e056ef42ea Gitweb: https://git.kernel.org/tip/c38fa94d188234f40fe3911b1a7650e056ef42ea Author:Arnaldo Carvalho de Melo AuthorDate:Fri, 30 Aug 2019 10:19:19 -03:0

[tip: perf/core] perf tools: Remove needless evlist.h include directives

2019-09-02 Thread tip-bot2 for Arnaldo Carvalho de Melo
The following commit has been merged into the perf/core branch of tip: Commit-ID: fa0d98462fae5d4951f22f3ac1090d48c53396d1 Gitweb: https://git.kernel.org/tip/fa0d98462fae5d4951f22f3ac1090d48c53396d1 Author:Arnaldo Carvalho de Melo AuthorDate:Fri, 30 Aug 2019 12:52:25 -03:0

[tip: perf/core] libtraceevent: Remove tep_register_trace_clock()

2019-09-02 Thread tip-bot2 for Tzvetomir Stoyanov
The following commit has been merged into the perf/core branch of tip: Commit-ID: 5d6552ab3b71fac48a9c7452c7014d37ca80b17f Gitweb: https://git.kernel.org/tip/5d6552ab3b71fac48a9c7452c7014d37ca80b17f Author:Tzvetomir Stoyanov AuthorDate:Mon, 05 Aug 2019 16:43:14 -04:00 Comm

[tip: perf/core] libtraceevent: Change users plugin directory

2019-09-02 Thread tip-bot2 for Tzvetomir Stoyanov
The following commit has been merged into the perf/core branch of tip: Commit-ID: e97fd1383cd77c467d2aed7fa4e596789df83977 Gitweb: https://git.kernel.org/tip/e97fd1383cd77c467d2aed7fa4e596789df83977 Author:Tzvetomir Stoyanov AuthorDate:Mon, 05 Aug 2019 16:43:15 -04:00 Comm

[tip: perf/core] perf metricgroup: Support multiple events for metricgroup

2019-09-02 Thread tip-bot2 for Jin Yao
The following commit has been merged into the perf/core branch of tip: Commit-ID: f01642e4912bb80a01d693f4cc6fb0897207a090 Gitweb: https://git.kernel.org/tip/f01642e4912bb80a01d693f4cc6fb0897207a090 Author:Jin Yao AuthorDate:Wed, 28 Aug 2019 13:59:32 +08:00 Committer:

[tip: perf/core] perf symbols: Move mem_info and branch_info out of symbol.h

2019-09-02 Thread tip-bot2 for Arnaldo Carvalho de Melo
The following commit has been merged into the perf/core branch of tip: Commit-ID: d3300a3c4e76ccecf4daa889327e340a870c550b Gitweb: https://git.kernel.org/tip/d3300a3c4e76ccecf4daa889327e340a870c550b Author:Arnaldo Carvalho de Melo AuthorDate:Fri, 30 Aug 2019 15:09:54 -03:0

[tip: perf/core] objtool: Ignore intentional differences for the x86 insn decoder

2019-09-02 Thread tip-bot2 for Arnaldo Carvalho de Melo
The following commit has been merged into the perf/core branch of tip: Commit-ID: ae31a514a134d9e4ca1d7b0f0a19b5934747d79f Gitweb: https://git.kernel.org/tip/ae31a514a134d9e4ca1d7b0f0a19b5934747d79f Author:Arnaldo Carvalho de Melo AuthorDate:Sat, 31 Aug 2019 17:35:53 -03:0

[tip: perf/core] objtool: Update sync-check.sh from perf's check-headers.sh

2019-09-02 Thread tip-bot2 for Arnaldo Carvalho de Melo
The following commit has been merged into the perf/core branch of tip: Commit-ID: 2ffd84ae973b5ad16be96840574bb1142fda268a Gitweb: https://git.kernel.org/tip/2ffd84ae973b5ad16be96840574bb1142fda268a Author:Arnaldo Carvalho de Melo AuthorDate:Sat, 31 Aug 2019 17:29:47 -03:0

[tip: perf/core] perf metricgroup: Scale the metric result

2019-09-02 Thread tip-bot2 for Jin Yao
The following commit has been merged into the perf/core branch of tip: Commit-ID: 287f2649f791819dd2d8f32f0213c8c521d6dfa0 Gitweb: https://git.kernel.org/tip/287f2649f791819dd2d8f32f0213c8c521d6dfa0 Author:Jin Yao AuthorDate:Wed, 28 Aug 2019 13:59:31 +08:00 Committer:

[tip: perf/core] perf auxtrace: Uninline functions that touch perf_session

2019-09-02 Thread tip-bot2 for Arnaldo Carvalho de Melo
The following commit has been merged into the perf/core branch of tip: Commit-ID: f2a39fe84901df2b3d1bec3459b65cee3e8db57c Gitweb: https://git.kernel.org/tip/f2a39fe84901df2b3d1bec3459b65cee3e8db57c Author:Arnaldo Carvalho de Melo AuthorDate:Fri, 30 Aug 2019 14:45:20 -03:0

[tip: perf/core] perf intel-pt: Use shared x86 insn decoder

2019-09-02 Thread tip-bot2 for Josh Poimboeuf
The following commit has been merged into the perf/core branch of tip: Commit-ID: 00a263902ac3da886cf275663a938f503a853f68 Gitweb: https://git.kernel.org/tip/00a263902ac3da886cf275663a938f503a853f68 Author:Josh Poimboeuf AuthorDate:Thu, 29 Aug 2019 17:41:21 -05:00 Committe

[tip: x86/urgent] x86/boot: Preserve boot_params.secure_boot from sanitizing

2019-09-02 Thread tip-bot2 for John S. Gruber
The following commit has been merged into the x86/urgent branch of tip: Commit-ID: 29d9a0b50736768f042752070e5cdf4e4d4c00df Gitweb: https://git.kernel.org/tip/29d9a0b50736768f042752070e5cdf4e4d4c00df Author:John S. Gruber AuthorDate:Mon, 02 Sep 2019 00:00:54 +02:00 Committ

[tip: perf/core] perf build: Ignore intentional differences for the x86 insn decoder

2019-09-02 Thread tip-bot2 for Arnaldo Carvalho de Melo
The following commit has been merged into the perf/core branch of tip: Commit-ID: 87a682a7c4e719d238d1839098375470b55e2097 Gitweb: https://git.kernel.org/tip/87a682a7c4e719d238d1839098375470b55e2097 Author:Arnaldo Carvalho de Melo AuthorDate:Sat, 31 Aug 2019 17:14:19 -03:0

[tip: perf/core] perf probe: No need for symbol.h, symbol_conf is enough

2019-09-02 Thread tip-bot2 for Arnaldo Carvalho de Melo
The following commit has been merged into the perf/core branch of tip: Commit-ID: afce8c482c48e2c42c155eeae4cd048c2b5fbb99 Gitweb: https://git.kernel.org/tip/afce8c482c48e2c42c155eeae4cd048c2b5fbb99 Author:Arnaldo Carvalho de Melo AuthorDate:Fri, 30 Aug 2019 11:56:47 -03:0

[tip: perf/core] perf tools: Remove needless perf.h include directive from headers

2019-09-02 Thread tip-bot2 for Arnaldo Carvalho de Melo
The following commit has been merged into the perf/core branch of tip: Commit-ID: c1a604dff486399ae0be95e6396e0158df95ad5d Gitweb: https://git.kernel.org/tip/c1a604dff486399ae0be95e6396e0158df95ad5d Author:Arnaldo Carvalho de Melo AuthorDate:Thu, 29 Aug 2019 15:20:59 -03:0

[tip: perf/core] perf tools: Remove needless sort.h include directives

2019-09-02 Thread tip-bot2 for Arnaldo Carvalho de Melo
The following commit has been merged into the perf/core branch of tip: Commit-ID: 5c9dbe6da13398d09efc9ec479194afa6d9ec9e6 Gitweb: https://git.kernel.org/tip/5c9dbe6da13398d09efc9ec479194afa6d9ec9e6 Author:Arnaldo Carvalho de Melo AuthorDate:Fri, 30 Aug 2019 11:54:00 -03:0

[tip: perf/core] perf env: Remove env.h from other headers where just a fwd decl is needed

2019-09-02 Thread tip-bot2 for Arnaldo Carvalho de Melo
The following commit has been merged into the perf/core branch of tip: Commit-ID: b6b5574b80d6ce6ca87ae3ea1e97cff1bf730f2e Gitweb: https://git.kernel.org/tip/b6b5574b80d6ce6ca87ae3ea1e97cff1bf730f2e Author:Arnaldo Carvalho de Melo AuthorDate:Thu, 29 Aug 2019 17:10:59 -03:0

[tip: perf/core] perf intel-pt: Remove inat.c from build dependency list

2019-09-02 Thread tip-bot2 for Josh Poimboeuf
The following commit has been merged into the perf/core branch of tip: Commit-ID: f1da0a6c136542b9571b30af27bc1e84254f7a47 Gitweb: https://git.kernel.org/tip/f1da0a6c136542b9571b30af27bc1e84254f7a47 Author:Josh Poimboeuf AuthorDate:Thu, 29 Aug 2019 17:41:20 -05:00 Committe

[tip: perf/core] perf tools: Remove needless thread_map.h include directives

2019-09-02 Thread tip-bot2 for Arnaldo Carvalho de Melo
The following commit has been merged into the perf/core branch of tip: Commit-ID: ef7d95661d046eddf2cf33847278781404679a2f Gitweb: https://git.kernel.org/tip/ef7d95661d046eddf2cf33847278781404679a2f Author:Arnaldo Carvalho de Melo AuthorDate:Fri, 30 Aug 2019 12:18:50 -03:0

[tip: perf/core] perf: Update .gitignore file

2019-09-02 Thread tip-bot2 for Josh Poimboeuf
The following commit has been merged into the perf/core branch of tip: Commit-ID: 58993fb2c5115e93c52058e25f9b2ff289374870 Gitweb: https://git.kernel.org/tip/58993fb2c5115e93c52058e25f9b2ff289374870 Author:Josh Poimboeuf AuthorDate:Thu, 29 Aug 2019 17:41:19 -05:00 Committe

[tip: perf/core] libtraceevent, perf tools: Changes in tep_print_event_* APIs

2019-09-02 Thread tip-bot2 for Tzvetomir Stoyanov
The following commit has been merged into the perf/core branch of tip: Commit-ID: 38847db9740a984e8538ce2573cbc0fc7edf22b3 Gitweb: https://git.kernel.org/tip/38847db9740a984e8538ce2573cbc0fc7edf22b3 Author:Tzvetomir Stoyanov AuthorDate:Mon, 05 Aug 2019 16:43:13 -04:00 Comm

[tip: perf/core] perf pmu: Change convert_scale from static to global

2019-09-02 Thread tip-bot2 for Jin Yao
The following commit has been merged into the perf/core branch of tip: Commit-ID: a55ab7c4ca6986a542d313b02043a39ebf712a39 Gitweb: https://git.kernel.org/tip/a55ab7c4ca6986a542d313b02043a39ebf712a39 Author:Jin Yao AuthorDate:Wed, 28 Aug 2019 13:59:29 +08:00 Committer:

[tip: perf/core] perf tools: Remove needless thread.h include directives

2019-09-02 Thread tip-bot2 for Arnaldo Carvalho de Melo
The following commit has been merged into the perf/core branch of tip: Commit-ID: 4becb2395f9166b11d68817ed4af8fc06b840908 Gitweb: https://git.kernel.org/tip/4becb2395f9166b11d68817ed4af8fc06b840908 Author:Arnaldo Carvalho de Melo AuthorDate:Fri, 30 Aug 2019 12:13:45 -03:0

[tip: perf/core] perf debug: Remove needless include directives from debug.h

2019-09-02 Thread tip-bot2 for Arnaldo Carvalho de Melo
The following commit has been merged into the perf/core branch of tip: Commit-ID: 8520a98dbab61e9e340cdfb72dd17ccc8a98961e Gitweb: https://git.kernel.org/tip/8520a98dbab61e9e340cdfb72dd17ccc8a98961e Author:Arnaldo Carvalho de Melo AuthorDate:Thu, 29 Aug 2019 16:18:59 -03:0

[tip: perf/core] perf tools: Remove needless map.h include directives

2019-09-02 Thread tip-bot2 for Arnaldo Carvalho de Melo
The following commit has been merged into the perf/core branch of tip: Commit-ID: df1a0a110c2c0138665f6d8ec96812ea14c2d818 Gitweb: https://git.kernel.org/tip/df1a0a110c2c0138665f6d8ec96812ea14c2d818 Author:Arnaldo Carvalho de Melo AuthorDate:Fri, 30 Aug 2019 12:07:23 -03:0

[tip: perf/core] perf symbol: Move C++ demangle defines to the only file using it

2019-09-02 Thread tip-bot2 for Arnaldo Carvalho de Melo
The following commit has been merged into the perf/core branch of tip: Commit-ID: 9bea81b36a8d7d23c9bb7f4d63a9a842eec134a0 Gitweb: https://git.kernel.org/tip/9bea81b36a8d7d23c9bb7f4d63a9a842eec134a0 Author:Arnaldo Carvalho de Melo AuthorDate:Fri, 30 Aug 2019 10:01:50 -03:0

  1   2   3   4   5   6   7   8   9   >