i have been searching for you since you left our country

2019-01-11 Thread Mr. Ambrose Fred
-- Greetings I wonder why you continue neglecting my emails. Please, acknowledge the receipt of this message in reference to the subject above as I intend to send to you the details of the project. Sometimes, try to check your spam box because most of these correspondences fall out

Re: [PATCH 00/15] arch: synchronize syscall tables in preparation for y2038

2019-01-11 Thread Geert Uytterhoeven
Hi Arnd, On Thu, Jan 10, 2019 at 11:43 PM Arnd Bergmann wrote: > On Thu, Jan 10, 2019 at 7:11 PM Geert Uytterhoeven > wrote: > > On Thu, Jan 10, 2019 at 6:06 PM Arnd Bergmann wrote: > > > On Thu, Jan 10, 2019 at 5:59 PM Geert Uytterhoeven > > > wrote: > > > > On Thu, Jan 10, 2019 at 5:26 PM

[utility perl script] strncmp() -> str_has_prefix() conversions

2019-01-11 Thread Joe Perches
On Fri, 2018-12-21 at 23:19 -0500, Steven Rostedt wrote: > str_has_prefix A coccinelle script could be more thorough but here is a trivial perl script that can do most of the strncmp() -> str_has_prefix() conversions where there is a constant string as one of the first two arguments of

Re: [alsa-devel] [PATCH v2] ASoC: soc-core: defer card probe until all component is added to list

2019-01-11 Thread Rohit Kumar
Thanks Pierre for reporting the issue. On 1/11/2019 10:37 AM, Pierre-Louis Bossart wrote: While debugging Skylake audio stuff, I came across a kernel oops introduced by this commit. It's quite late here and my brain is fried, submitting as is but my money is on the use of

Re: [V3, 4/4] media: platform: dwc: Add MIPI CSI-2 controller driver

2019-01-11 Thread Luis de Oliveira
On 11-Jan-19 7:25, eugen.hris...@microchip.com wrote: > > > On 10.01.2019 18:18, Luis de Oliveira wrote: >> >> >> On 09-Jan-19 13:07, eugen.hris...@microchip.com wrote: >>> >>> >>> On 19.10.2018 15:52, Luis Oliveira wrote: Add the Synopsys MIPI CSI-2 controller driver. This

Re: [PATCH] x86/fpu/init: Add __setup() functions back to fpu/init.c

2019-01-11 Thread Sebastian Andrzej Siewior
On 2019-01-11 10:45:53 [+0800], Haoyu Tang wrote: > __setup() functions were removed in: > > commit 4f81cbafcce2 ("x86/fpu: Fix early FPU command-line parsing") > > caused that FPU parameter is passed as an argument to init, the dummy > __setup() functions can avoid this. why is that bad?

[PATCH] ASoC: soc-core: Fix null pointer dereference in soc_find_component

2019-01-11 Thread Rohit kumar
From: Ajit Pandey soc_find_component() may lead to null pointer exception if both arguments i.e of_node and name is NULL. Add NULL check before calling soc_find_component(). Also fix some typos. Fixes: 8780cf1142a5 ("ASoC: soc-core: defer card probe until all component is added to list")

Re: [PATCH v3 5/6] x86/alternative: Use a single access in text_poke() where possible

2019-01-11 Thread hpa
On January 10, 2019 5:34:21 PM PST, Sean Christopherson wrote: >On Thu, Jan 10, 2019 at 04:59:55PM -0800, h...@zytor.com wrote: >> On January 10, 2019 9:42:57 AM PST, Sean Christopherson > wrote: >> >On Thu, Jan 10, 2019 at 12:32:43PM -0500, Steven Rostedt wrote: >> >> On Thu, 10 Jan 2019

Re: PMEM error-handling forces SIGKILL causes kernel panic

2019-01-11 Thread Naoya Horiguchi
Hi Dan, Jane, Thanks for the report. On Wed, Jan 09, 2019 at 03:49:32PM -0800, Dan Williams wrote: > [ switch to text mail, add lkml and Naoya ] > > On Wed, Jan 9, 2019 at 12:19 PM Jane Chu wrote: ... > > 3. The hardware consists the latest revision CPU and Intel NVDIMM, we > > suspected > >

[PATCH 0/2] PWM support for HiFive Unleashed

2019-01-11 Thread Yash Shah
This patch series adds a PWM driver and DT documentation for HiFive Unleashed board. The patches are mostly based on Wesley's patch. Yash Shah (2): pwm: sifive: Add DT documentation for SiFive PWM Controller pwm: sifive: Add a driver for SiFive SoC PWM

[PATCH 1/2] pwm: sifive: Add DT documentation for SiFive PWM Controller

2019-01-11 Thread Yash Shah
DT documentation for PWM controller added with updated compatible string. Signed-off-by: Wesley W. Terpstra [Atish: Compatible string update] Signed-off-by: Atish Patra Signed-off-by: Yash Shah --- .../devicetree/bindings/pwm/pwm-sifive.txt | 37 ++ 1 file changed,

[PATCH 2/2] pwm: sifive: Add a driver for SiFive SoC PWM

2019-01-11 Thread Yash Shah
Adds a PWM driver for PWM chip present in SiFive's HiFive Unleashed SoC. Signed-off-by: Wesley W. Terpstra [Atish: Various fixes and code cleanup] Signed-off-by: Atish Patra Signed-off-by: Yash Shah --- drivers/pwm/Kconfig | 10 ++ drivers/pwm/Makefile | 1 +

Re: [PATCH v5 4/6] usb: gadget: add mechanism to specify an explicit status stage

2019-01-11 Thread Paul Elder
On Wed, Jan 09, 2019 at 02:06:31PM -0500, Alan Stern wrote: > On Wed, 9 Jan 2019, Paul Elder wrote: > > > A usb gadget function driver may or may not want to delay the status > > stage of a control OUT request. An instance where it might want to is to > > asynchronously validate the data of a

Re: [PATCH] usb: dwc3: gadget: Fail request submission if it was already queued

2019-01-11 Thread Manu Gautam
Hi, On 1/11/2019 1:13 PM, Felipe Balbi wrote: > Hi, > > Manu Gautam writes: >> If a function driver tries to re-submit an already queued request, >> it can results in corruption of pending/started request lists. >> Catch such conditions and fail the request submission to DCD. >> >>

Re: [PATCH v3 2/4] dt-bindings: hwmon: add dps650ab documentation

2019-01-11 Thread Liu, Xiaoting
On 2019/1/11 2:46, Guenter Roeck wrote: > On Thu, Jan 10, 2019 at 10:24:33AM +0800, Xiaoting Liu wrote: >> Bindings for Delta Electronics DPS-650-AB power supply. >> >> Signed-off-by: Xiaoting Liu > Waiting for DT maintainer Ack to apply. Note that you did not copy > linux-hw...@vger.kernel.org.

Re: [RFC PATCH 1/3] can: m_can: Create m_can core to leverage common code

2019-01-11 Thread Wolfgang Grandegger
Hello Dan, Am 10.01.19 um 13:53 schrieb Dan Murphy: > Wolfgang > > On 1/10/19 1:44 AM, Wolfgang Grandegger wrote: >> Hello Dan, >> >> sorry for my late response on that topic... >> >> Am 09.01.19 um 21:58 schrieb Dan Murphy: >>> Wolfgang >>> >>> On 11/3/18 5:45 AM, Wolfgang Grandegger wrote:

Re: [PATCH v3 4/4] hwmon: (pmbus) add support for DPS-650AB

2019-01-11 Thread Liu, Xiaoting
On 2019/1/11 2:42, Guenter Roeck wrote: > On Thu, Jan 10, 2019 at 10:31:44AM +0800, Xiaoting Liu wrote: >> Provide support for PSU DPS-650AB from Delta Electronics, INC. >> >> Signed-off-by: Xiaoting Liu > Applied to hwmon-next. > > Thanks, > Guenter Thanks for your reply! Xiaoting >> --- >>

RE: [PATCH] x86/fpu/init: Add __setup() functions back to fpu/init.c

2019-01-11 Thread Tang, Haoyu
It doesn't consistent with document: https://www.kernel.org/doc/html/latest/admin-guide/kernel-parameters.html I met an init which didn't accept unknown arguments. Haoyu -Original Message- From: Sebastian Andrzej Siewior [mailto:bige...@linutronix.de] Sent: Friday, January 11, 2019

Re: [PATCH 1/2] tpm/eventlog/tpm1: Simplify walking over *pos measurements

2019-01-11 Thread Jia Zhang
On 2019/1/11 上午1:32, Jarkko Sakkinen wrote: > On Sun, Jan 06, 2019 at 03:23:18PM +0800, Jia Zhang wrote: >> The sanity check would be easier, especially for the first read >> of binary_bios_measurements from the beginning. >> >> Signed-off-by: Jia Zhang > > The cover letter is missing and

Re: [PATCH v2 1/4] ARM: dts: s5pv210: Add dmc nodes

2019-01-11 Thread Krzysztof Kozlowski
On Thu, 10 Jan 2019 at 21:53, Paweł Chmiel wrote: > > This commit adds dmc nodes, which are needed by s5pv210 cpufreq driver > to work. > > Signed-off-by: Paweł Chmiel > --- > arch/arm/boot/dts/s5pv210.dtsi | 12 > 1 file changed, 12 insertions(+) > Thanks, applied (actually I

Re: [PATCH v2 2/4] ARM: dts: s5pv210: aries: Support for more devices present on Aries

2019-01-11 Thread Krzysztof Kozlowski
On Tue, 8 Jan 2019 at 17:56, Paweł Chmiel wrote: > > From: Jonathan Bakker > > This commit enables following devices present on Aries based phones: > - pwm-vibrator attached to PWM 1 > - poweroff support > - Atmel maXTouch touchscreen, connected to i2c2 > - Broadcom BCM4329 bluetooth over uart0

Re: seqcount usage in xt_replace_table()

2019-01-11 Thread Peter Zijlstra
On Thu, Jan 10, 2019 at 11:29:20PM +0100, Florian Westphal wrote: > Peter Zijlstra wrote: > > Would using synchronize_rcu() not also mean you can get rid of that > > xt_write_recseq*() stuff entirely? > > No, because those are used to synchronize with cpus that read > the ruleset counters, see >

Re: [PATCH v2 1/4] ARM: dts: s5pv210: aries: Add reserved memory for mfc

2019-01-11 Thread Krzysztof Kozlowski
On Tue, 8 Jan 2019 at 17:56, Paweł Chmiel wrote: > > THis commit adds memory reservation required by MFC to run. > On S5PV210 both regions needs to be on separate memory banks. > Size of both regions is taken from stock sources. > > Signed-off-by: Paweł Chmiel > --- > Changes from v1: >-

Re: [PATCH v5 07/15] locking/lockdep: Free lock classes that are no longer in use

2019-01-11 Thread Peter Zijlstra
On Thu, Jan 10, 2019 at 01:56:41PM -0800, Bart Van Assche wrote: > Hi Peter, > > Now that I had a closer look at your patch I think the approach of your patch > is fine. Sorry for the confusion. No problem; I'll try and write a coherent explanation in the Changelog to help future readers.

Re: [PATCH] x86/fpu/init: Add __setup() functions back to fpu/init.c

2019-01-11 Thread Sebastian Andrzej Siewior
On 2019-01-11 08:30:13 [+], Tang, Haoyu wrote: > It doesn't consistent with document: > https://www.kernel.org/doc/html/latest/admin-guide/kernel-parameters.html > I met an init which didn't accept unknown arguments. Why are those a problem and nokaslr / nospectre_v2 / … are not? > Haoyu

Re: [PATCH v5 1/3] staging: greybus: gpio: switch GPIO portions to use GPIOLIB_IRQCHIP

2019-01-11 Thread Johan Hovold
On Thu, Jan 10, 2019 at 11:24:28PM +0530, Nishad Kamdar wrote: > Convert the GPIO driver to use the GPIO irqchip library > GPIOLIB_IRQCHIP instead of reimplementing the same. > > Signed-off-by: Nishad Kamdar > --- > Changes in v5: > - Restore "struct irq_chip irqc" in "struct

Re: [PATCH] gpiolib: Fix potential Spectre v1 vulnerabilities

2019-01-11 Thread Linus Walleij
On Mon, Dec 17, 2018 at 10:34 PM Gustavo A. R. Silva wrote: > offset and lineinfo.line_offset are indirectly controlled by user-space, > hence leading to a potential exploitation of the Spectre variant 1 > vulnerability. > > This issue was detected with the help of Smatch: > >

Re: [PATCH v2 4/4] hwrng: add OP-TEE based rng driver

2019-01-11 Thread Sumit Garg
On Thu, 10 Jan 2019 at 19:57, Daniel Thompson wrote: > > On Thu, Jan 10, 2019 at 05:54:57PM +0530, Sumit Garg wrote: > > On ARM SoC's with TrustZone enabled, peripherals like entropy sources > > might not be accessible to normal world (linux in this case) and rather > > accessible to secure world

Re: [PATCH 1/2] arm64: dts: ls1088: add smmu device node

2019-01-11 Thread Shawn Guo
On Tue, Dec 18, 2018 at 04:51:58AM +, Nipun Gupta wrote: > This patch also adds the iommu-map property in fsl-mc node, so > that fsl-mc can use iommu. > > Signed-off-by: Nipun Gupta > --- > These patches are based over: > git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git, > as

[PATCH v2] 8250_pci.c: Only check for communication class in serial_pci_guess_board

2019-01-11 Thread Guan Yung Tseng
Some multiport serial cards, such as the NI PXI-8430/2, NI PXI-8430/8, and NI PXI-8432/4 use PCI_CLASS_COMMUNICATION_OTHER and this fail the serial_pci_is_class_communication test added in the commit 7d8905d06405 ("serial: 8250_pci: Enable device after we check black list"). Since these devices

Re: [PATCH v5 2/3] staging: greybus: arche-apb-ctrl.c: Switch to the gpio descriptor interface

2019-01-11 Thread Johan Hovold
On Thu, Jan 10, 2019 at 11:21:04PM +0530, Nishad Kamdar wrote: > Use the gpiod interface instead of the deprecated old non-descriptor > interface while continuing to ignore gpio flags from device tree in > functions "deassert_reset()" and "assert_reset()" for now. > > Signed-off-by: Nishad Kamdar

Re: [alsa-devel] [PATCH v1 3/3] ASoC: soc-core: fix platform name vs. of_node assignement

2019-01-11 Thread Jon Hunter
On 11/01/2019 00:52, Kuninori Morimoto wrote: ... >> It is still fragile. Again the machine driver could have incorrectly set >> these 'allocated_platform/codecs' members as they are exposed to the >> machine driver. You have no way to determine if the machine driver is >> doing the correct

Re: [PATCH v6 1/8] bitops: Introduce the for_each_set_clump8 macro

2019-01-11 Thread Linus Walleij
On Wed, Dec 19, 2018 at 7:00 AM William Breathitt Gray wrote: > This macro iterates for each 8-bit group of bits (clump) with set bits, > within a bitmap memory region. For each iteration, "start" is set to the > bit offset of the found clump, while the respective clump value is > stored to the

Re: [PATCH] ASoC: core: Fix deferral of machine drivers

2019-01-11 Thread Jon Hunter
On 10/01/2019 16:48, Mark Brown wrote: > On Thu, Jan 10, 2019 at 12:13:36PM +, Jon Hunter wrote: >> On 09/01/2019 18:36, Mark Brown wrote: >>> On Tue, Jan 08, 2019 at 05:28:14PM +, Jon Hunter wrote: > - struct snd_soc_dai_link_component *platform; + struct

Re: [PATCH v5 0/6] usb: gadget: add mechanism to asynchronously validate data stage of ctrl out request

2019-01-11 Thread Paul Elder
On Thu, Jan 10, 2019 at 03:39:25PM -0500, Alan Stern wrote: > On Wed, 9 Jan 2019, Paul Elder wrote: > > > This patch series adds a mechanism to allow asynchronously validating > > the data stage of a control OUT request, and for stalling or suceeding > > the request accordingly. > > One thing we

RE: [PATCH 1/2] arm64: dts: ls1088: add smmu device node

2019-01-11 Thread Nipun Gupta
> -Original Message- > From: Shawn Guo [mailto:shawn...@kernel.org] > Sent: Friday, January 11, 2019 2:10 PM > To: Nipun Gupta > Cc: Leo Li ; robh...@kernel.org; > mark.rutl...@arm.com; robin.mur...@arm.com; will.dea...@arm.com; > linux-arm-ker...@lists.infradead.org;

Re: [PATCH v5 3/3] staging: greybus: arche-platform: Switch to the gpio descriptor interface

2019-01-11 Thread Johan Hovold
On Thu, Jan 10, 2019 at 11:23:07PM +0530, Nishad Kamdar wrote: > Use the gpiod interface instead of the deprecated old non-descriptor > interface while continuing to ignore gpio flags from device tree in > "svc_reset_onoff()" for now. > > Signed-off-by: Nishad Kamdar > --- > Changes in v5: > -

[PATCH 1/2] x86/include: remove dead __GNUC__ conditionals

2019-01-11 Thread Rasmus Villemoes
We require gcc >= 4.6, so these can be removed. Signed-off-by: Rasmus Villemoes --- arch/x86/include/asm/bitops.h| 6 -- arch/x86/include/asm/string_32.h | 20 arch/x86/include/asm/string_64.h | 15 --- 3 files changed, 41 deletions(-) diff --git

[PATCH 2/2] x86: string_32.h: remove unused macro and inlines

2019-01-11 Thread Rasmus Villemoes
Nothing refers to the __constant_c_x_memset macro anymore, and when we remove that, the two referenced static inline functions become orphan. Signed-off-by: Rasmus Villemoes --- arch/x86/include/asm/string_32.h | 84 1 file changed, 84 deletions(-) diff --git

Re: [PATCH 0/3] Few fix for pins configuration on Armada 37xx

2019-01-11 Thread Linus Walleij
On Fri, Dec 21, 2018 at 6:33 PM Gregory CLEMENT wrote: > this small series fixes wrong pins configuration we currently have on > Armada 37xx. > > For now it is especially annoying it we want to enable suspend to > RAM for PCie. All three patches applied for next (v5.1) with Miquel's test tag.

Re: [alsa-devel] [PATCH v1 3/3] ASoC: soc-core: fix platform name vs. of_node assignement

2019-01-11 Thread Kuninori Morimoto
Hi Jon > > Indeed there is such case so far, but my understanding is that current > > driver should select "legacy style" or "modern style". > > If driver setup it as "legacy", but access to "modern" member, > > it is driver side bug, right ? > > Yes absolutely it is a driver bug, but looking

Re: [RFC PATCH V3 0/5] Hi:

2019-01-11 Thread Jason Wang
On 2019/1/8 下午6:12, Jason Wang wrote: On 2019/1/7 下午10:47, Michael S. Tsirkin wrote: On Mon, Jan 07, 2019 at 02:58:08PM +0800, Jason Wang wrote: On 2019/1/5 上午5:41, Michael S. Tsirkin wrote: On Sat, Dec 29, 2018 at 08:46:51PM +0800, Jason Wang wrote: This series tries to access virtqueue

[PATCH] ocfs2: fix the application IO timeout when fstrim is running

2019-01-11 Thread Gang He
The user reported this problem, the upper application IO was timeout when fstrim was running on this ocfs2 partition. the application monitoring resource agent considered that this application did not work, then this node was fenced by the cluster brain (e.g. pacemaker). The root cause is that

[PATCH 2/2] tpm/eventlog/tpm1: Fix off-by-1 when reading binary_bios_measurements

2019-01-11 Thread Jia Zhang
It is unable to read the entry when it is the only one in binary_bios_measurements: 00 00 00 00 08 00 00 00 c4 2f ed ad 26 82 00 cb 0010 1d 15 f9 78 41 c3 44 e7 9d ae 33 20 00 00 00 00 0020 This is obviously a firmware problem on my linux machine: Manufacturer:

[PATCH v2 0/2] tpm/eventlog/tpm1: Small fixes

2019-01-11 Thread Jia Zhang
Change since V1: - Add test results with LTP. - Rewrite patch 1's commit header. Here is the test result with LTP testcase ima_tpm.sh which is used to verify binary_bios_measurements. ima_tpm 1 TINFO: timeout per run is 0h 5m 0s ima_tpm 1 TINFO: /proc/cmdline:

[PATCH 1/2] tpm/eventlog/tpm1: Simplify walking over *pos measurements

2019-01-11 Thread Jia Zhang
The responsibility of tpm1_bios_measurements_start() is to walk over the first *pos measurements, ensuring the skipped and to-be-read measurements are not out-of-boundary. Current logic is complicated a bit. Just employ a do-while loop with necessary sanity check, and then get the goal.

Re: [PATCH v3 1/2] USB: quirks: Check device interface LPM capability

2019-01-11 Thread Greg Kroah-Hartman
On Thu, Jan 10, 2019 at 10:49:09AM -0500, Kyle Williams wrote: > On Wed, Dec 12, 2018 at 12:37:09PM +0100, Greg Kroah-Hartman wrote: > > On Fri, Dec 07, 2018 at 08:47:21PM -0500, Kyle Williams wrote: > > > From: Kyle Williams > > > > > > Description: enable the ability to disable LPM for all

Re: [PATCH v6 1/8] bitops: Introduce the for_each_set_clump8 macro

2019-01-11 Thread Rasmus Villemoes
On 19/12/2018 07.00, William Breathitt Gray wrote: > +/** > + * bitmap_set_value8 - set an 8-bit value within a memory region > + * @bitmap: address to the bitmap memory region > + * @value: the 8-bit value > + * @start: bit offset of the 8-bit value > + */ > +void bitmap_set_value8(unsigned long

Re: [PATCH v3] irqchip: gicv3-its: Use NUMA aware memory allocation for ITS tables

2019-01-11 Thread Marc Zyngier
On 11/01/2019 03:53, Ganapatrao Kulkarni wrote: > Hi Shameer, > > Patch looks OK to me, please feel free to add, > Reviewed-by: Ganapatrao Kulkarni > > On Thu, Dec 13, 2018 at 5:25 PM Marc Zyngier wrote: >> >> On 13/12/2018 10:59, Shameer Kolothum wrote: >>> From: Shanker Donthineni >>> >>>

Re: [PATCH] drivers/md.c: Make bio_alloc_mddev return bio_alloc_bioset

2019-01-11 Thread Guoqing Jiang
On 1/11/19 10:17 AM, Marcos Paulo de Souza wrote: ping? On Sat, Dec 22, 2018 at 08:08:45AM -0200, Marcos Paulo de Souza wrote: bio_alloc_bioset return a bio pointer or NULL, so we can avoid storing the returned data into a new variable. Signed-off-by: Marcos Paulo de Souza Add Jens to

Re: [PATCH] perf/core: don't WARN for impossible rb sizes

2019-01-11 Thread Julien Thierry
Hi Mark, On 10/01/2019 14:27, Mark Rutland wrote: > The perf tool uses /proc/sys/kernel/perf_event_mlock_kb to determine how > large its ringbuffer mmap should be. This can be configured to arbitrary > values, which can be larger than the maximum possible allocation from > kmalloc. > > When this

Re: [PATCH] drivers/usb/storage/sddr55.c: Remove duplicate header

2019-01-11 Thread Greg KH
On Thu, Jan 10, 2019 at 01:10:25PM +0530, Sabyasachi Gupta wrote: > Remove unusual_sddr55.h which is included more than once > > Signed-off-by: Sabyasachi Gupta > --- > drivers/usb/storage/sddr55.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/usb/storage/sddr55.c

RE: [PATCH 2/3] usb: ehci: fsl: Update register accessing for arm/arm64 platforms

2019-01-11 Thread Ran Wang
Hi Alan, On Thursday, January 10, 2019, Alan wrote: > > On Thu, 10 Jan 2019, Ran Wang wrote: > > > Hi Alan, > > > > > -Original Message- > > > From: Alan Stern > > > Sent: Wednesday, January 09, 2019 23:14 > > > To: Ran Wang > > > Cc: Greg Kroah-Hartman ; linux- > > >

Re: [PATCH] drivers/usb/storage: Remove duplicate headers

2019-01-11 Thread Greg KH
On Thu, Jan 10, 2019 at 12:40:07PM +0530, Sabyasachi Gupta wrote: > Remove duplicate headers which are included more than once. > > Signed-off-by: Sabyasachi Gupta > --- > drivers/usb/storage/datafab.c| 1 - > drivers/usb/storage/ene_ub6250.c | 1 - > 2 files changed, 2 deletions(-) > >

Re: [PATCH] drivers/usb/storage/cypress_atacb.c: Remove duplicate header

2019-01-11 Thread Greg KH
On Thu, Jan 10, 2019 at 12:19:36PM +0530, Sabyasachi Gupta wrote: > Remove unusual_cypress.h which is included more than once. > > Signed-off-by: Sabyasachi Gupta > --- > drivers/usb/storage/cypress_atacb.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git

Re: [PATCH v4] USB: Don't enable LPM if it's already enabled

2019-01-11 Thread Greg KH
On Tue, Jan 08, 2019 at 12:34:17PM -0500, Alan Stern wrote: > On Wed, 9 Jan 2019, Kai Heng Feng wrote: > > > > On Jan 8, 2019, at 11:41 PM, Greg KH wrote: > > > > > > On Mon, Dec 03, 2018 at 06:26:43PM +0800, Kai-Heng Feng wrote: > > >> USB Bluetooth controller QCA ROME (0cf3:e007) sometimes

Re: [PATCH 1/3] swiotlb: Export maximum allocation size

2019-01-11 Thread Joerg Roedel
On Thu, Jan 10, 2019 at 12:02:05PM -0500, Konrad Rzeszutek Wilk wrote: > Why not use swiotlb_nr_tbl ? That is how drivers/gpu/drm use to figure if they > need to limit the size of pages. That function just exports the overall size of the swiotlb aperture, no? What I need here is the maximum size

Re: [RESEND PATCH v2 1/3] arm64: dts: fsl: use a generic node name for m25p80 flashes

2019-01-11 Thread Shawn Guo
On Tue, Dec 18, 2018 at 05:07:46PM +0100, Alexandre Belloni wrote: > Use a generic node name for the m25p80 flashes on ls1043 and ls1046 boards. > > Signed-off-by: Alexandre Belloni Applied all (not MAINTAINERS patch), thanks.

Re: [alsa-devel] [PATCH v1 3/3] ASoC: soc-core: fix platform name vs. of_node assignement

2019-01-11 Thread Jon Hunter
On 11/01/2019 08:51, Kuninori Morimoto wrote: >>> Indeed there is such case so far, but my understanding is that current >>> driver should select "legacy style" or "modern style". >>> If driver setup it as "legacy", but access to "modern" member, >>> it is driver side bug, right ? >> >> Yes

Re: [PATCH 0/3] Fix virtio-blk issue with SWIOTLB

2019-01-11 Thread Joerg Roedel
On Fri, Jan 11, 2019 at 11:29:31AM +0800, Jason Wang wrote: > Just wonder if my understanding is correct IOMMU_PLATFORM must be set for > all virtio devices under AMD-SEV guests? Yes, that is correct. Emulated DMA can only happen on the SWIOTLB aperture, because that memory is not encrypted. The

Re: [GIT PULL v3] Hyper-V commits for 5.0

2019-01-11 Thread Greg KH
On Thu, Jan 10, 2019 at 10:24:31AM -0500, Sasha Levin wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c: > > Linux 5.0-rc1 (2019-01-06 17:08:20 -0800) > > are available in the Git repository at: > >

Re: Question about qspinlock nest

2019-01-11 Thread Peter Zijlstra
On Fri, Jan 11, 2019 at 04:06:52PM +0800, Zhenzhong Duan wrote: > > On 2019/1/10 22:43, Waiman Long wrote: > > On 01/10/2019 03:02 AM, Zhenzhong Duan wrote: > > > Hi Maintainer, > > > > > > > > > There is a question confused me for days. Appreciate an answer. > > > > > > In below code, the

Re: [PATCH] binder: create node flag to request sender's security context

2019-01-11 Thread Greg KH
On Thu, Jan 10, 2019 at 10:21:00AM -0800, Todd Kjos wrote: > To allow servers to verify client identity, allow a node > flag to be set that causes the sender's security context > to be delivered with the transaction. The BR_TRANSACTION > command is extended in BR_TRANSACTION_SEC_CTX to > contain a

Re: [PATCH 0/4] drm/atmel-hlcdc: fix plane clipping/rotation issues

2019-01-11 Thread Peter Rosin
On 2019-01-10 21:16, Sam Ravnborg wrote: > Hi Peter. > > (Hijacking this thread as I lost the orginal mails) Assuming you wanted to reply to this patch? https://patchwork.kernel.org/patch/10753571/ >>> I found an unfortunate issue while recoding plane handling to use >>>

Re: [PATCH v2 2/2] drm/fb-helper: Ignore the value of fb_var_screeninfo.pixclock

2019-01-11 Thread Daniel Vetter
On Fri, Jan 11, 2019 at 9:19 AM Ivan Mironov wrote: > > On Wed, 2019-01-09 at 15:52 +, Sasha Levin wrote: > > Hi, > > > > [This is an automated email] > > > > This commit has been processed because it contains a "Fixes:" tag, > > fixing commit: 79e539453b34 DRM: i915: add mode setting

[PATCH 0/3] drivers: Frequency constraint infrastructure

2019-01-11 Thread Viresh Kumar
Hi, This commit introduces the frequency constraint infrastructure, which provides a generic interface for parts of the kernel to constraint the working frequency range of a device. The primary users of this are the cpufreq and devfreq frameworks. The cpufreq framework already implements such

[PATCH 1/3] drivers: base: Add frequency constraint infrastructure

2019-01-11 Thread Viresh Kumar
This commit introduces the frequency constraint infrastructure, which provides a generic interface for parts of the kernel to constraint the working frequency range of a device. The primary users of this are the cpufreq and devfreq frameworks. The cpufreq framework already implements such

[PATCH 2/3] cpufreq: Implement freq-constraint callback

2019-01-11 Thread Viresh Kumar
This implements the frequency constraint callback and registers it with the freq-constraint framework whenever a policy is created. On policy removal the callback is unregistered. The constraints are also taken into consideration in cpufreq_set_policy(). No constraints are added until now

[PATCH 3/3] cpufreq: Implement USER constraint

2019-01-11 Thread Viresh Kumar
This implements the FREQ_CONSTRAINT_USER constraint and removes the old style of doing the same. We just need to update the constraint on any modifications to scaling_{min|max}_frequency and the freq-constraint core will call cpufreq's callback which will call cpufreq_set_policy() eventually.

Re: [PATCH v2 2/2] binderfs: reserve devices for initial mount

2019-01-11 Thread Greg KH
On Wed, Jan 02, 2019 at 12:32:19PM +0100, Christian Brauner wrote: > The binderfs instance in the initial ipc namespace will always have a > reserve of 4 binder devices unless explicitly capped by specifying a lower > value via the "max" mount option. > This ensures when binder devices are removed

[PATCH 1/2] kbuild: clean up hostprogs rules with hostld_flags and hostld_libs

2019-01-11 Thread Masahiro Yamada
Add hostld_flags and hostld_libs shorthands. No function change. Signed-off-by: Masahiro Yamada --- scripts/Makefile.host | 23 +-- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/scripts/Makefile.host b/scripts/Makefile.host index 0393f75..f2e15de 100644

[PATCH 2/2] kbuild: simplify GCC plugin build rules

2019-01-11 Thread Masahiro Yamada
GCC-plugin is the only user of the shared library build rules in scripts/Makefile.host. Hence, those rules do not need to be treewide available. The build rules in scripts/Makefile.host are written in a too generic way. I guess the main reason is because commit 24403874316a ("Shared library

Re: Re: [PATCH] drm/mediatek: Add MTK Framebuffer-Device (mt7623)

2019-01-11 Thread Daniel Vetter
On Fri, Jan 11, 2019 at 11:20:09AM +0800, CK Hu wrote: > Hi, Daniel: > > On Thu, 2019-01-10 at 21:02 +0100, Daniel Vetter wrote: > > On Thu, Jan 10, 2019 at 08:01:37PM +0100, Frank Wunderlich wrote: > > > Hi Daniel, > > > > > > > > Would be good to use the new generic fbdev emulation code here,

Re: [PATCH] usb: dwc3: gadget: Fail request submission if it was already queued

2019-01-11 Thread Felipe Balbi
Hi, Manu Gautam writes: >> Manu Gautam writes: >>> If a function driver tries to re-submit an already queued request, >>> it can results in corruption of pending/started request lists. >>> Catch such conditions and fail the request submission to DCD. >>> >>> Signed-off-by: Manu Gautam >>> ---

[PATCH] ARM64: dts: meson-gxbb-odroidc2: Fix usb phy regulator warning

2019-01-11 Thread Anand Moon
Add missing vin-supply 5V regulator node on usb_phy nodes needed to power usb bus ports. Override the dr_mode from "host" to "peripheral" for initialization of dwc2 usb0 phy node,changes fix the below warning for usb initialization. [1.203900] phy phy-c000.phy.0: USB ID detect failed! [

Re: [PATCH] mm/alloc: fallback to first node if the wanted node offline

2019-01-11 Thread Michal Hocko
On Fri 11-01-19 11:12:45, Pingfan Liu wrote: [...] > Hi, this patch works! Feel free to use tested-by me Thanks a lot for your testing! Now it is time to seriously think whether this is the right thing to do and sync all other arches that might have the same problem. I will take care of it.

Re: [PATCH 3/3] bitops.h: set_mask_bits() to return old value

2019-01-11 Thread Peter Zijlstra
On Thu, Jan 10, 2019 at 04:26:27PM -0800, Vineet Gupta wrote: > @@ -246,7 +246,7 @@ static __always_inline void __assign_bit(long nr, > volatile unsigned long *addr, > new__ = (old__ & ~mask__) | bits__; \ > } while (cmpxchg(ptr, old__, new__) != old__);

[PATCH 1/1] rpmsg: virtio: change header file sort style

2019-01-11 Thread Loic Pallardy
Make header files alphabetical order. Signed-off-by: Loic Pallardy --- drivers/rpmsg/virtio_rpmsg_bus.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/rpmsg/virtio_rpmsg_bus.c b/drivers/rpmsg/virtio_rpmsg_bus.c index 664f957012cd..e1d563fbfe65

Re: [BUG] moving fq back to clock monotonic breaks my setup

2019-01-11 Thread Eric Dumazet
On Thu, Jan 10, 2019 at 12:55 AM Paolo Abeni wrote: > > On Thu, 2019-01-10 at 09:25 +0100, Ian Kumlien wrote: > > This works, and so does: > > https://marc.info/?l=linux-netdev=154696956604748=2 > > > > Pointed out by Paolo (tested both separately) > > Note: I cleared the tstamp in

Re: [PATCH v4] pinctrl: mediatek: add EINT support to virtual GPIOs

2019-01-11 Thread Linus Walleij
On Wed, Jan 2, 2019 at 10:00 AM wrote: > From: "chuanjia.liu" > > Virtual gpio only used inside SOC and not being exported to outside SOC. > Some modules use virtual gpio as eint and doesn't need SMT. > So this patch add EINT support to virtual GPIOs. > > Signed-off-by: chuanjia.liu > --- >

Re: [PATCH 1/5] ARM: davinci: da830-evm: fix label names in GPIO lookup entries

2019-01-11 Thread Linus Walleij
On Thu, Jan 3, 2019 at 4:11 PM Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Since commit 587f7a694f01 ("gpio: davinci: Use dev name for label and > automatic base selection") the gpiochip label no longer has an ID > suffix. Update the GPIO lookup entries. > > Fixes: 587f7a694f01

Re: [PATCH v2 2/4] tee: optee: add TEE bus device enumeration support

2019-01-11 Thread Daniel Thompson
On Fri, Jan 11, 2019 at 12:52:19PM +0530, Sumit Garg wrote: > On Thu, 10 Jan 2019 at 19:49, Daniel Thompson > wrote: > > > +static int get_devices(struct tee_context *ctx, u32 session, > > > +struct tee_shm *device_uuid, u32 *shm_size) > > > > Missing const on device_uuid? > >

Re: [PATCH v2 1/4] ARM: dts: s5pv210: Add dmc nodes

2019-01-11 Thread Viresh Kumar
On 11-01-19, 09:32, Krzysztof Kozlowski wrote: > On Thu, 10 Jan 2019 at 21:53, Paweł Chmiel > wrote: > > > > This commit adds dmc nodes, which are needed by s5pv210 cpufreq driver > > to work. > > > > Signed-off-by: Paweł Chmiel > > --- > > arch/arm/boot/dts/s5pv210.dtsi | 12 > >

Re: [PATCH] driver core: silence device link messages unless debugging

2019-01-11 Thread Rafael J. Wysocki
On Fri, Dec 21, 2018 at 5:23 PM Jerome Brunet wrote: > > On platforms making a fair use of regulators, the dev_info() messages > coming from the device link function are a bit too verbose. The amount > of message will increase further with the clock framework joining the > device link party. > >

Re: [PATCH] staging: vboxvideo: vbox_main: Remove unnecessary local variable

2019-01-11 Thread Greg Kroah-Hartman
On Thu, Jan 10, 2019 at 06:13:47AM +, Sidong Yang wrote: > Removed unnecessary local variable in have_hgsmi_mode_hints. > The result of hgsmi_query_conf should be directly compared without > assigning to local variable. > > Signed-off-by: Sidong Yang > --- >

Re: [PATCH v3] irqchip: gicv3-its: Use NUMA aware memory allocation for ITS tables

2019-01-11 Thread Suzuki K Poulose
Hi Shameer, On 13/12/2018 10:59, Shameer Kolothum wrote: From: Shanker Donthineni The NUMA node information is visible to ITS driver but not being used other than handling hardware errata. ITS/GICR hardware accesses to the local NUMA node is usually quicker than the remote NUMA node. How slow

WARNING in apparmor_cred_free

2019-01-11 Thread syzbot
Hello, syzbot found the following crash on: HEAD commit:b808822a75a3 Add linux-next specific files for 20190111 git tree: linux-next console output: https://syzkaller.appspot.com/x/log.txt?x=179c22f740 kernel config: https://syzkaller.appspot.com/x/.config?x=c052ead0aed5001b

possible deadlock in genl_rcv (2)

2019-01-11 Thread syzbot
Hello, syzbot found the following crash on: HEAD commit:1bdbe2274920 Merge tag 'vfio-v5.0-rc2' of git://github.com.. git tree: upstream console output: https://syzkaller.appspot.com/x/log.txt?x=113a7310c0 kernel config: https://syzkaller.appspot.com/x/.config?x=edf1c3031097c304

[PATCH] arm64: dts: ti: k3-am65: Add MSMC RAM node

2019-01-11 Thread Roger Quadros
The AM65 SoC has 2MB MSMC RAM. Add this as a mmio-sram node so drivers can use it via genpool API. Following areas are marked reserved: - Lower 128KB for ATF - 64KB@0xf for SYSFW - Upper 1MB for cache The reserved locations are subject to change at runtime by the bootloader. Cc: Nishanth

Re: [PATCH v2 3/4] cpufreq: s5pv210: Defer probe if getting regulators fail

2019-01-11 Thread Krzysztof Kozlowski
On Thu, 10 Jan 2019 at 21:53, Paweł Chmiel wrote: > > There is possibility, that when probing driver, regulators are not yet > initialized. In this case we should return EPROBE_DEFER and wait till > they're initialized, since they're required currently for cpufreq driver > to work. Also move

Re: [PATCH v2 1/4] ARM: dts: s5pv210: Add dmc nodes

2019-01-11 Thread Krzysztof Kozlowski
On Fri, 11 Jan 2019 at 10:41, Viresh Kumar wrote: > > On 11-01-19, 09:32, Krzysztof Kozlowski wrote: > > On Thu, 10 Jan 2019 at 21:53, Paweł Chmiel > > wrote: > > > > > > This commit adds dmc nodes, which are needed by s5pv210 cpufreq driver > > > to work. > > > > > > Signed-off-by: Paweł Chmiel

Re: [PATCH 0/3] drivers: Frequency constraint infrastructure

2019-01-11 Thread Rafael J. Wysocki
On Fri, Jan 11, 2019 at 10:18 AM Viresh Kumar wrote: > > Hi, > > This commit introduces the frequency constraint infrastructure, which > provides a generic interface for parts of the kernel to constraint the > working frequency range of a device. > > The primary users of this are the cpufreq and

Re: Re: [PATCH] drm/mediatek: Add MTK Framebuffer-Device (mt7623)

2019-01-11 Thread CK Hu
Hi, Daniel: On Fri, 2019-01-11 at 10:20 +0100, Daniel Vetter wrote: > On Fri, Jan 11, 2019 at 11:20:09AM +0800, CK Hu wrote: > > Hi, Daniel: > > > > On Thu, 2019-01-10 at 21:02 +0100, Daniel Vetter wrote: > > > On Thu, Jan 10, 2019 at 08:01:37PM +0100, Frank Wunderlich wrote: > > > > Hi Daniel,

Re: [V3, 4/4] media: platform: dwc: Add MIPI CSI-2 controller driver

2019-01-11 Thread Eugen.Hristev
On 11.01.2019 10:11, Luis de Oliveira wrote: > > > On 11-Jan-19 7:25, eugen.hris...@microchip.com wrote: >> >> >> On 10.01.2019 18:18, Luis de Oliveira wrote: >>> >>> >>> On 09-Jan-19 13:07, eugen.hris...@microchip.com wrote: On 19.10.2018 15:52, Luis Oliveira wrote: > Add

Actualización de cuenta

2019-01-11 Thread Administrador de cuenta
Web Admin Notificación de correo electrónico Este mensaje se envía desde nuestro centro de mensajería de Web Admin a todos nuestros propietarios de cuentas de correo electrónico. Estamos eliminando el acceso a todos nuestros clientes de correo web. Su cuenta de correo electrónico se

Actualización de cuenta

2019-01-11 Thread Administrador de cuenta
Web Admin Notificación de correo electrónico Este mensaje se envía desde nuestro centro de mensajería de Web Admin a todos nuestros propietarios de cuentas de correo electrónico. Estamos eliminando el acceso a todos nuestros clientes de correo web. Su cuenta de correo electrónico se

Re: [BUG] moving fq back to clock monotonic breaks my setup

2019-01-11 Thread Ian Kumlien
On Fri, Jan 11, 2019 at 10:35 AM Eric Dumazet wrote: > On Thu, Jan 10, 2019 at 12:55 AM Paolo Abeni wrote: > > On Thu, 2019-01-10 at 09:25 +0100, Ian Kumlien wrote: > > > > > This works, and so does: > > > https://marc.info/?l=linux-netdev=154696956604748=2 > > > > > > Pointed out by Paolo

Re: [PATCH v2 2/4] tee: optee: add TEE bus device enumeration support

2019-01-11 Thread Sumit Garg
On Fri, 11 Jan 2019 at 15:09, Daniel Thompson wrote: > > On Fri, Jan 11, 2019 at 12:52:19PM +0530, Sumit Garg wrote: > > On Thu, 10 Jan 2019 at 19:49, Daniel Thompson > > wrote: > > > > +static int get_devices(struct tee_context *ctx, u32 session, > > > > +struct tee_shm

[PATCH] firmware_loader: move firmware/ to drivers/base/firmware_loader/builtin/

2019-01-11 Thread Masahiro Yamada
Currently, the 'firmware' directory only contains a single Makefile to embed extra firmware into the kernel. Move it to the more relevant place. Signed-off-by: Masahiro Yamada --- Makefile | 2 +- drivers/base/firmware_loader/Makefile

[PATCH] firmware_loader: move CONFIG_FW_LOADER_USER_HELPER switch to Makefile

2019-01-11 Thread Masahiro Yamada
The whole code of fallback_table.c is surrounded by #ifdef of CONFIG_FW_LOADER_USER_HELPER. Move the CONFIG_FW_LOADER_USER_HELPER switch to Makefile so that it is not compiled at all when this CONFIG option is disabled. I also removed the confusing comment, "Module or buit-in [sic]".

  1   2   3   4   5   6   7   8   9   10   >