Re: [PATCH 4.14 00/49] 4.14.116-stable review

2019-05-02 Thread Naresh Kamboju
On Thu, 2 May 2019 at 20:55, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 4.14.116 release. > There are 49 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Res

Re: [PATCH] overlayfs: ignore empty NFSv4 ACLs in ext4 upperdir

2019-05-02 Thread Andreas Grünbacher
Am Fr., 3. Mai 2019 um 01:24 Uhr schrieb NeilBrown : > On Thu, May 02 2019, Andreas Gruenbacher wrote: > > On Thu, 2 May 2019 at 05:57, NeilBrown wrote: > >> On Wed, May 01 2019, Amir Goldstein wrote: > >> > On Wed, May 1, 2019 at 10:03 PM NeilBrown wrote: > >> >> On Tue, Dec 06 2016, J. Bruce Fi

Re: linux-next: build warning after merge of the arm-soc tree

2019-05-02 Thread Linus Walleij
On Tue, Apr 30, 2019 at 12:28 AM Stephen Rothwell wrote: > After merging the arm-soc tree, today's linux-next build > (x86_64 allmodconfig) produced this warning: > > drivers/clocksource/timer-ixp4xx.c:78:20: warning: 'ixp4xx_read_sched_clock' > defined but not used [-Wunused-function] > static

Re: [PATCH 5.0 000/101] 5.0.12-stable review

2019-05-02 Thread Naresh Kamboju
On Thu, 2 May 2019 at 21:00, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 5.0.12 release. > There are 101 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Resp

Re: [PATCH v2 16/17] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()

2019-05-02 Thread Greg KH
On Thu, May 02, 2019 at 11:45:43AM -0700, Brendan Higgins wrote: > On Thu, May 2, 2019 at 11:15 AM wrote: > > > > > > > > > -Original Message- > > > From: Greg KH > > > > > > On Wed, May 01, 2019 at 04:01:25PM -0700, Brendan Higgins wrote: > > > > From: Iurii Zaikin > > > > > > > > KUnit

Re: [PATCH] signal: Adjust error codes according to restore_user_sigmask()

2019-05-02 Thread Eric Wong
Deepa Dinamani wrote: > Sorry, I was trying a new setup at work. I should have tested it. > My bad, I've checked this one. Thanks. This is good w.r.t. epoll_pwait and ppoll when applied to 5.0.11 (no fs/io_uring.c). Can't think of anything which uses pselect or aio on my system; but it looks ri

Improve TX performance of RTL8723BU on rtl8xxxu driver

2019-05-02 Thread Chris Chiu
We have 3 laptops which connect the wifi by the same RTL8723BU. The PCI VID/PID of the wifi chip is 10EC:B720 which is supported. They have the same problem with the in-kernel rtl8xxxu driver, the iperf (as a client to an ethernet-connected server) gets ~1Mbps. Nevertheless, the signal strength is

Applied "regulator: core: simplify return value on suported_voltage" to the regulator tree

2019-05-02 Thread Mark Brown
The patch regulator: core: simplify return value on suported_voltage has been applied to the regulator tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-5.2 All being well this means that it will be integrated into the linux-next tree (usually sometime in t

Applied "ASoC: skip hw_free on codec dai for which the stream is invalid" to the asoc tree

2019-05-02 Thread Mark Brown
The patch ASoC: skip hw_free on codec dai for which the stream is invalid has been applied to the asoc tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-5.1 All being well this means that it will be integrated into the linux-next tree (usually sometime in the n

Applied "ASoC: fix valid stream condition" to the asoc tree

2019-05-02 Thread Mark Brown
The patch ASoC: fix valid stream condition has been applied to the asoc tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-5.1 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus

Applied "regulator: stm32-pwr: Remove unneeded *desc from struct stm32_pwr_reg" to the regulator tree

2019-05-02 Thread Mark Brown
The patch regulator: stm32-pwr: Remove unneeded *desc from struct stm32_pwr_reg has been applied to the regulator tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-5.2 All being well this means that it will be integrated into the linux-next tree (usually so

Applied "ASoC: skip hw_free on codec dai for which the stream is invalid" to the asoc tree

2019-05-02 Thread Mark Brown
The patch ASoC: skip hw_free on codec dai for which the stream is invalid has been applied to the asoc tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-5.1 All being well this means that it will be integrated into the linux-next tree (usually sometime in the n

Applied "ASoC: Intel: avoid Oops if DMA setup fails" to the asoc tree

2019-05-02 Thread Mark Brown
The patch ASoC: Intel: avoid Oops if DMA setup fails has been applied to the asoc tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-5.2 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sen

Re: [PATCH 2/3] drivers: regulator: qcom: add PMS405 SPMI regulator

2019-05-02 Thread Mark Brown
On Thu, May 02, 2019 at 01:30:48PM +0200, Jorge Ramirez wrote: > On 5/2/19 04:33, Mark Brown wrote: > > I'm not sure I follow here, sorry - I can see that the driver needs a > > custom get/set selector operation but shouldn't it be able to use the > > standard list and map operations for linear ra

Applied "regulator: ab3100: Set fixed_uV instead of min_uV for fixed regulators" to the regulator tree

2019-05-02 Thread Mark Brown
The patch regulator: ab3100: Set fixed_uV instead of min_uV for fixed regulators has been applied to the regulator tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-5.2 All being well this means that it will be integrated into the linux-next tree (usually s

Re: [PATCH] mmc: Fix tag set memory leak

2019-05-02 Thread Adrian Hunter
On 2/05/19 10:07 PM, Raul E Rangel wrote: > The tag set is allocated in mmc_init_queue but never freed. This results > in a memory leak. This change makes sure we free the tag set when the > queue is also freed. > > Signed-off-by: Raul E Rangel One comment below, otherwise: Fixes: 81196976ed94

Applied "regulator: stm32-pwr: Remove unneeded .min_uV and .list_volage" to the regulator tree

2019-05-02 Thread Mark Brown
The patch regulator: stm32-pwr: Remove unneeded .min_uV and .list_volage has been applied to the regulator tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-5.2 All being well this means that it will be integrated into the linux-next tree (usually sometime

Applied "ASoC: SOF: remove redundant null checks of dai" to the asoc tree

2019-05-02 Thread Mark Brown
The patch ASoC: SOF: remove redundant null checks of dai has been applied to the asoc tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-5.2 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and

Applied "ASoC: hdmi-codec: stream is already locked in hw_params" to the asoc tree

2019-05-02 Thread Mark Brown
The patch ASoC: hdmi-codec: stream is already locked in hw_params has been applied to the asoc tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-5.2 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 h

Applied "ASoC: da7219: Update the support rate list" to the asoc tree

2019-05-02 Thread Mark Brown
The patch ASoC: da7219: Update the support rate list has been applied to the asoc tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-5.1 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sen

Applied "regulator: stm32-pwr: Remove unneeded *desc from struct stm32_pwr_reg" to the regulator tree

2019-05-02 Thread Mark Brown
The patch regulator: stm32-pwr: Remove unneeded *desc from struct stm32_pwr_reg has been applied to the regulator tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-5.2 All being well this means that it will be integrated into the linux-next tree (usually so

Re: [PATCH] kobject: clean up the kobject add documentation a bit more

2019-05-02 Thread Greg Kroah-Hartman
On Fri, May 03, 2019 at 11:25:29AM +1000, Tobin C. Harding wrote: > On Thu, May 02, 2019 at 12:22:24PM +0200, Greg Kroah-Hartman wrote: > > Commit 1fd7c3b438a2 ("kobject: Improve doc clarity kobject_init_and_add()") > > tried to provide more clarity, but the reference to kobject_del() was > > incor

Applied "regulator: da9xxx: Switch to SPDX identifier" to the regulator tree

2019-05-02 Thread Mark Brown
The patch regulator: da9xxx: Switch to SPDX identifier has been applied to the regulator tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-5.2 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hou

Applied "ASoC: hdmi-codec: stream is already locked in hw_params" to the asoc tree

2019-05-02 Thread Mark Brown
The patch ASoC: hdmi-codec: stream is already locked in hw_params has been applied to the asoc tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-5.2 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 h

Applied "ASoC: SOF: remove redundant null checks of dai" to the asoc tree

2019-05-02 Thread Mark Brown
The patch ASoC: SOF: remove redundant null checks of dai has been applied to the asoc tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-5.2 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and

Applied "regulator: da9xxx: Switch to SPDX identifier" to the regulator tree

2019-05-02 Thread Mark Brown
The patch regulator: da9xxx: Switch to SPDX identifier has been applied to the regulator tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-5.2 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hou

Applied "ASoC: Intel: avoid Oops if DMA setup fails" to the asoc tree

2019-05-02 Thread Mark Brown
The patch ASoC: Intel: avoid Oops if DMA setup fails has been applied to the asoc tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-5.2 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sen

Applied "regulator: ab3100: Constify regulator_ops and ab3100_regulator_desc" to the regulator tree

2019-05-02 Thread Mark Brown
The patch regulator: ab3100: Constify regulator_ops and ab3100_regulator_desc has been applied to the regulator tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-5.2 All being well this means that it will be integrated into the linux-next tree (usually some

Applied "ASoC: hdmi-codec: unlock the device on startup errors" to the asoc tree

2019-05-02 Thread Mark Brown
The patch ASoC: hdmi-codec: unlock the device on startup errors has been applied to the asoc tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-5.1 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hou

Applied "regulator: pv880x0: Switch to SPDX identifier" to the regulator tree

2019-05-02 Thread Mark Brown
The patch regulator: pv880x0: Switch to SPDX identifier has been applied to the regulator tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-5.2 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 ho

Applied "ASoC: da7219: Update the support rate list" to the asoc tree

2019-05-02 Thread Mark Brown
The patch ASoC: da7219: Update the support rate list has been applied to the asoc tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-5.1 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sen

Applied "ASoC: fix valid stream condition" to the asoc tree

2019-05-02 Thread Mark Brown
The patch ASoC: fix valid stream condition has been applied to the asoc tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-5.1 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus

Applied "regulator: pv880x0: Switch to SPDX identifier" to the regulator tree

2019-05-02 Thread Mark Brown
The patch regulator: pv880x0: Switch to SPDX identifier has been applied to the regulator tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-5.2 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 ho

Applied "regulator: stm32-pwr: Remove unneeded .min_uV and .list_volage" to the regulator tree

2019-05-02 Thread Mark Brown
The patch regulator: stm32-pwr: Remove unneeded .min_uV and .list_volage has been applied to the regulator tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-5.2 All being well this means that it will be integrated into the linux-next tree (usually sometime

Applied "ASoC: hdmi-codec: unlock the device on startup errors" to the asoc tree

2019-05-02 Thread Mark Brown
The patch ASoC: hdmi-codec: unlock the device on startup errors has been applied to the asoc tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-5.1 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hou

Applied "regulator: ab3100: Set fixed_uV instead of min_uV for fixed regulators" to the regulator tree

2019-05-02 Thread Mark Brown
The patch regulator: ab3100: Set fixed_uV instead of min_uV for fixed regulators has been applied to the regulator tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-5.2 All being well this means that it will be integrated into the linux-next tree (usually s

Applied "regulator: ab3100: Constify regulator_ops and ab3100_regulator_desc" to the regulator tree

2019-05-02 Thread Mark Brown
The patch regulator: ab3100: Constify regulator_ops and ab3100_regulator_desc has been applied to the regulator tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-5.2 All being well this means that it will be integrated into the linux-next tree (usually some

Re: [PATCH] staging: kpc2000: kpc_spi: Fix build error for {read,write}q

2019-05-02 Thread Greg Kroah-Hartman
On Thu, May 02, 2019 at 07:06:30PM -0700, Nathan Chancellor wrote: > drivers/staging/kpc2000/kpc_spi/spi_driver.c:158:11: error: implicit > declaration of function 'readq' [-Werror,-Wimplicit-function-declaration] > drivers/staging/kpc2000/kpc_spi/spi_driver.c:167:5: error: implicit > declaration o

Applied "ASoC: hdmi-codec: unlock the device on startup errors" to the asoc tree

2019-05-02 Thread Mark Brown
The patch ASoC: hdmi-codec: unlock the device on startup errors has been applied to the asoc tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-5.1 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hou

Applied "regulator: ab3100: Constify regulator_ops and ab3100_regulator_desc" to the regulator tree

2019-05-02 Thread Mark Brown
The patch regulator: ab3100: Constify regulator_ops and ab3100_regulator_desc has been applied to the regulator tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-5.2 All being well this means that it will be integrated into the linux-next tree (usually some

Applied "ASoC: da7219: Update the support rate list" to the asoc tree

2019-05-02 Thread Mark Brown
The patch ASoC: da7219: Update the support rate list has been applied to the asoc tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-5.1 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sen

Applied "regulator: stm32-pwr: Remove unneeded .min_uV and .list_volage" to the regulator tree

2019-05-02 Thread Mark Brown
The patch regulator: stm32-pwr: Remove unneeded .min_uV and .list_volage has been applied to the regulator tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-5.2 All being well this means that it will be integrated into the linux-next tree (usually sometime

Applied "ASoC: fix valid stream condition" to the asoc tree

2019-05-02 Thread Mark Brown
The patch ASoC: fix valid stream condition has been applied to the asoc tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-5.1 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus

Applied "regulator: stm32-pwr: Remove unneeded *desc from struct stm32_pwr_reg" to the regulator tree

2019-05-02 Thread Mark Brown
The patch regulator: stm32-pwr: Remove unneeded *desc from struct stm32_pwr_reg has been applied to the regulator tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-5.2 All being well this means that it will be integrated into the linux-next tree (usually so

Applied "regulator: ab3100: Set fixed_uV instead of min_uV for fixed regulators" to the regulator tree

2019-05-02 Thread Mark Brown
The patch regulator: ab3100: Set fixed_uV instead of min_uV for fixed regulators has been applied to the regulator tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-5.2 All being well this means that it will be integrated into the linux-next tree (usually s

Applied "ASoC: SOF: remove redundant null checks of dai" to the asoc tree

2019-05-02 Thread Mark Brown
The patch ASoC: SOF: remove redundant null checks of dai has been applied to the asoc tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-5.2 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and

Re: [PATCH 1/2 v2] efi: add a function to convert the status value to string

2019-05-02 Thread Ard Biesheuvel
On Fri, 3 May 2019 at 08:15, joeyli wrote: > > On Thu, May 02, 2019 at 10:53:31AM +0200, Ard Biesheuvel wrote: > > On Thu, 2 May 2019 at 06:04, Lee, Chun-Yi wrote: > > > > > > This function can be used to convert EFI status value to string > > > for printing out debug message. Using this function

Applied "ASoC: skip hw_free on codec dai for which the stream is invalid" to the asoc tree

2019-05-02 Thread Mark Brown
The patch ASoC: skip hw_free on codec dai for which the stream is invalid has been applied to the asoc tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-5.1 All being well this means that it will be integrated into the linux-next tree (usually sometime in the n

Applied "regulator: da9xxx: Switch to SPDX identifier" to the regulator tree

2019-05-02 Thread Mark Brown
The patch regulator: da9xxx: Switch to SPDX identifier has been applied to the regulator tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-5.2 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hou

Applied "ASoC: Intel: avoid Oops if DMA setup fails" to the asoc tree

2019-05-02 Thread Mark Brown
The patch ASoC: Intel: avoid Oops if DMA setup fails has been applied to the asoc tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-5.2 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sen

Applied "regulator: pv880x0: Switch to SPDX identifier" to the regulator tree

2019-05-02 Thread Mark Brown
The patch regulator: pv880x0: Switch to SPDX identifier has been applied to the regulator tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-5.2 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 ho

Applied "ASoC: hdmi-codec: stream is already locked in hw_params" to the asoc tree

2019-05-02 Thread Mark Brown
The patch ASoC: hdmi-codec: stream is already locked in hw_params has been applied to the asoc tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-5.2 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 h

Re: [PATCH 1/6] ASoC: hdmi-codec: remove function name debug traces

2019-05-02 Thread Mark Brown
On Mon, Apr 29, 2019 at 03:29:38PM +0200, Jerome Brunet wrote: > Remove the debug traces only showing the function name on entry. > The same can be obtained using ftrace. This doesn't apply against current code, please check and resend. signature.asc Description: PGP signature

Re: [PATCH v2] ASoC: mediatek: mt8516: register ADDA DAI

2019-05-02 Thread Mark Brown
On Thu, May 02, 2019 at 03:12:14PM +0200, Fabien Parent wrote: > This patch depends on patch serie: > [PATCH 0/5] ASoC: mediatek: Add basic PCM driver for MT8516 > > v2: > * Register ADDA before memif to fix ordering issue. This is v2 of a single patch which depends on an in review p

Re: [PATCH V5 2/4] tpm: Reserve the TPM final events table

2019-05-02 Thread Ingo Molnar
* Matthew Garrett wrote: > On Thu, May 2, 2019 at 12:15 AM Ard Biesheuvel > wrote: > > > > (+ Ingo) > > > > On Tue, 30 Apr 2019 at 21:52, Matthew Garrett wrote: > > > > > > On Tue, Apr 30, 2019 at 6:07 AM Bartosz Szczepanek > > > wrote: > > > > > > > > I may be a little late with this comme

Re: [PATCH v2] x86/fpu: Fault-in user stack if copy_fpstate_to_sigframe() fails

2019-05-02 Thread Borislav Petkov
On Thu, May 02, 2019 at 07:11:39PM +0200, Sebastian Andrzej Siewior wrote: > In the compacted form, XSAVES may save only the XMM+SSE state but skip > FP (x87 state). > > This is denoted by header->xfeatures = 6. The fastpath > (copy_fpregs_to_sigframe()) does that but _also_ initialises the FP > s

Re: [PATCH 4/5] ASoC: mediatek: mt8516: Add ADDA DAI driver

2019-05-02 Thread Mark Brown
On Thu, May 02, 2019 at 02:10:40PM +0200, Fabien Parent wrote: > +static int mt8516_afe_adda_hw_params(struct snd_pcm_substream *substream, > + struct snd_pcm_hw_params *params, > + struct snd_soc_dai *dai) > +{ > + struct mtk_base_afe *afe = snd_soc

Re: [PATCH 3/5] ASoC: mediatek: Add MT8516 PCM driver

2019-05-02 Thread Mark Brown
On Thu, May 02, 2019 at 02:10:39PM +0200, Fabien Parent wrote: > +static irqreturn_t mt8516_afe_irq_handler(int irq, void *dev_id) > +{ > + struct mtk_base_afe *afe = dev_id; > + unsigned int reg_value; > + unsigned int memif_status; > + int i, ret; > + > + ret = regmap_read(af

[tip:perf/urgent] tools arch uapi: Copy missing unistd.h headers for arc, hexagon and riscv

2019-05-02 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 18f90d372cf35b387663f1567de701e5393f6eb5 Gitweb: https://git.kernel.org/tip/18f90d372cf35b387663f1567de701e5393f6eb5 Author: Arnaldo Carvalho de Melo AuthorDate: Mon, 22 Apr 2019 15:21:35 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 2 May 2019 16:00:20 -0400 to

[tip:perf/urgent] perf tools: Remove needless asm/unistd.h include fixing build in some places

2019-05-02 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 7e221b811f1472d0c58c7d4e0fe84fcacd22580a Gitweb: https://git.kernel.org/tip/7e221b811f1472d0c58c7d4e0fe84fcacd22580a Author: Arnaldo Carvalho de Melo AuthorDate: Thu, 2 May 2019 09:26:23 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 2 May 2019 16:00:20 -0400 per

[tip:perf/urgent] tools build: Add -ldl to the disassembler-four-args feature test

2019-05-02 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: c638417e1a64b1f43ebab589e697d1cd1a127a74 Gitweb: https://git.kernel.org/tip/c638417e1a64b1f43ebab589e697d1cd1a127a74 Author: Arnaldo Carvalho de Melo AuthorDate: Wed, 1 May 2019 16:27:00 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 2 May 2019 16:00:20 -0400 too

[tip:perf/urgent] perf cs-etm: Always allocate memory for cs_etm_queue::prev_packet

2019-05-02 Thread tip-bot for Leo Yan
Commit-ID: 35bb59c10a6d0578806dd500477dae9cb4be344e Gitweb: https://git.kernel.org/tip/35bb59c10a6d0578806dd500477dae9cb4be344e Author: Leo Yan AuthorDate: Sun, 28 Apr 2019 16:32:27 +0800 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 2 May 2019 16:00:20 -0400 perf cs-etm: Always

[tip:perf/urgent] perf cs-etm: Don't check cs_etm_queue::prev_packet validity

2019-05-02 Thread tip-bot for Leo Yan
Commit-ID: cf0c37b6dbf74fb71bea07b516612d29e00dcbc4 Gitweb: https://git.kernel.org/tip/cf0c37b6dbf74fb71bea07b516612d29e00dcbc4 Author: Leo Yan AuthorDate: Sun, 28 Apr 2019 16:32:28 +0800 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 2 May 2019 16:00:20 -0400 perf cs-etm: Don't

[tip:perf/urgent] perf report: Report OOM in status line in the GTK UI

2019-05-02 Thread tip-bot for Thomas Richter
Commit-ID: 167e418fa0871c083e2c74508d73012abb01e6f7 Gitweb: https://git.kernel.org/tip/167e418fa0871c083e2c74508d73012abb01e6f7 Author: Thomas Richter AuthorDate: Tue, 23 Apr 2019 12:53:03 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 2 May 2019 16:00:20 -0400 perf report:

[tip:perf/urgent] tools uapi x86: Sync vmx.h with the kernel

2019-05-02 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 24e45b49eef07814e0507507161cd06f15b8ee1b Gitweb: https://git.kernel.org/tip/24e45b49eef07814e0507507161cd06f15b8ee1b Author: Arnaldo Carvalho de Melo AuthorDate: Mon, 22 Apr 2019 11:54:50 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 2 May 2019 16:00:19 -0400 to

[tip:perf/urgent] perf bpf: Return value with unlocking in perf_env__find_btf()

2019-05-02 Thread tip-bot for Bo YU
Commit-ID: 2e712675ffd1331bb527dfc851b0e98cd684c2f1 Gitweb: https://git.kernel.org/tip/2e712675ffd1331bb527dfc851b0e98cd684c2f1 Author: Bo YU AuthorDate: Mon, 22 Apr 2019 04:01:38 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 2 May 2019 16:00:19 -0400 perf bpf: Return valu

[tip:perf/urgent] tools lib traceevent: Change tag string for error

2019-05-02 Thread tip-bot for Leo Yan
Commit-ID: 5f05182fab9a29fea6c4ab8113be45adf0c11bf0 Gitweb: https://git.kernel.org/tip/5f05182fab9a29fea6c4ab8113be45adf0c11bf0 Author: Leo Yan AuthorDate: Wed, 24 Apr 2019 09:38:02 +0800 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 2 May 2019 16:00:19 -0400 tools lib traceeven

[tip:perf/urgent] perf bench numa: Add define for RUSAGE_THREAD if not present

2019-05-02 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: bf561d3c13423fc54daa19b5d49dc15fafdb7acc Gitweb: https://git.kernel.org/tip/bf561d3c13423fc54daa19b5d49dc15fafdb7acc Author: Arnaldo Carvalho de Melo AuthorDate: Thu, 25 Apr 2019 18:36:51 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 2 May 2019 16:00:20 -0400 pe

[tip:perf/urgent] perf annotate: Fix build on 32 bit for BPF annotation

2019-05-02 Thread tip-bot for Thadeu Lima de Souza Cascardo
Commit-ID: 01e985e900d3e602e9b1a55372a8e5274012a417 Gitweb: https://git.kernel.org/tip/01e985e900d3e602e9b1a55372a8e5274012a417 Author: Thadeu Lima de Souza Cascardo AuthorDate: Wed, 3 Apr 2019 16:44:52 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 2 May 2019 16:00:19 -0400

Re: [GIT PULL 00/11] perf/urgent fixes

2019-05-02 Thread Ingo Molnar
00) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git > tags/perf-urgent-for-mingo-5.1-20190502 > > for you to fetch changes up to 7e221b811f1472d0c58c7d4e0fe84fcacd22580a: > > perf tools: Remove n

Re: [PATCH v2 12/17] kunit: tool: add Python wrappers for running KUnit tests

2019-05-02 Thread Brendan Higgins
On Thu, May 2, 2019 at 6:45 PM Frank Rowand wrote: > > On 5/2/19 4:45 PM, Brendan Higgins wrote: > > On Thu, May 2, 2019 at 2:16 PM Frank Rowand wrote: > >> > >> On 5/2/19 11:07 AM, Brendan Higgins wrote: > >>> On Thu, May 2, 2019 at 4:02 AM Greg KH wrote: > > On Wed, May 01, 2019 at 0

[PATCH 2/2] regulator: da9xxx: Switch to SPDX identifier

2019-05-02 Thread Axel Lin
Convert Dialog Semiconductor DA9xxx regulator drivers to SPDX identifier. Signed-off-by: Axel Lin --- drivers/regulator/da903x.c | 16 ++-- drivers/regulator/da9052-regulator.c | 20 +++- drivers/regulator/da9055-regulator.c | 20 +++- driver

[PATCH 1/2] regulator: pv880x0: Switch to SPDX identifier

2019-05-02 Thread Axel Lin
Convert Powerventure Semiconductor PV88060/PV88080/PV88090 regulator drivers to SPDX identifier. Signed-off-by: Axel Lin --- drivers/regulator/pv88060-regulator.c | 18 -- drivers/regulator/pv88060-regulator.h | 11 +-- drivers/regulator/pv88080-regulator.c | 18 -

linux-next: Fixes tag needs some work in the usb-gadget tree

2019-05-02 Thread Stephen Rothwell
Hi Felipe, In commit 9f8dc24f7f5d ("usb: gadget: f_fs: don't free buffer prematurely") Fixes tag Fixes: 772a7a724f6 ("usb: gadget: f_fs: Allow scatter-gather buffers") has these problem(s): - SHA1 should be at least 12 digits long Can be fixed by setting core.abbrev to 12 (or more)

[PATCH 3/3] ARM: dts: Add Avenger96 devicetree support based on STM32MP157A

2019-05-02 Thread Manivannan Sadhasivam
Add devicetree support for Avenger96 board based on STM32MP157A MPU from ST Micro. This board is one of the 96Boards Consumer Edition board from Arrow Electronics and has the following features: SoC: STM32MP157AAC PMIC: STPMIC1A RAM: 1024 Mbyte @ 533MHz Storage: eMMC v4.51: 8 Gbyte microS

[PATCH 0/3] Add Avenger96 board support

2019-05-02 Thread Manivannan Sadhasivam
Hello, This patchset adds Avenger96 board support. This board is one of the Consumer Edition boards of the 96Boards family from Arrow Electronics featuring STM32MP157A MPU and has the following features: SoC: STM32MP157AAC PMIC: STPMIC1A RAM: 1024 Mbyte @ 533MHz Storage: eMMC v4.51: 8 Gbyte

[PATCH 1/3] dt-bindings: arm: stm32: Document Avenger96 devicetree binding

2019-05-02 Thread Manivannan Sadhasivam
Document devicetree binding for Avenger96 board. Signed-off-by: Manivannan Sadhasivam --- Documentation/devicetree/bindings/arm/stm32/stm32.txt | 6 ++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/stm32/stm32.txt b/Documentation/devicetree/bindings/arm

[PATCH 2/3] ARM: dts: stm32mp157: Add missing pinctrl definitions

2019-05-02 Thread Manivannan Sadhasivam
Add missing pinctrl definitions for STM32MP157 MPU. Signed-off-by: Manivannan Sadhasivam --- arch/arm/boot/dts/stm32mp157-pinctrl.dtsi | 62 +++ 1 file changed, 62 insertions(+) diff --git a/arch/arm/boot/dts/stm32mp157-pinctrl.dtsi b/arch/arm/boot/dts/stm32mp157-pinctrl.dt

Re: [PATCH v14 7/8] power: supply: Initial support for ROHM BD70528 PMIC charger block

2019-05-02 Thread Vaittinen, Matti
Hello Sebastian, On Thu, 2019-05-02 at 21:50 +0200, Sebastian Reichel wrote: > Hi, > > On Thu, May 02, 2019 at 12:17:12PM +0300, Matti Vaittinen wrote: > > ROHM BD70528 PMIC includes battery charger block. Support charger > > staus queries and doing few basic settings like input current limit > >

Re: [PATCH v2 2/2] regmap: soundwire: fix Kconfig select/depend issue

2019-05-02 Thread Mark Brown
On Fri, Apr 19, 2019 at 02:46:49PM -0500, Pierre-Louis Bossart wrote: > config REGMAP_SOUNDWIRE > tristate > - depends on SOUNDWIRE_BUS > + select SOUNDWIRE_BUS This now makes _SOUNDWIRE different to all the other bus types; if this is a good change then surely the same thing shoul

Re: [PATCH v2] ASoC: Intel: avoid Oops if DMA setup fails

2019-05-02 Thread Mark Brown
On Mon, Apr 29, 2019 at 12:25:17PM -0600, Ross Zwisler wrote: > Currently in sst_dsp_new() if we get an error return from sst_dma_new() > we just print an error message and then still complete the function > successfully. This means that we are trying to run without sst->dma Please don't bury pat

[PATCH v2 4/9] PCI/LINK: Prefix dmesg logs with PCIe service name

2019-05-02 Thread Frederick Lawler
bw_notification.c currently does not have any dmesg logs. As the service continues to expand in functionality, prefix logs anyways. Signed-off-by: Frederick Lawler --- drivers/pci/pcie/bw_notification.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/pci/pcie/bw_notification.c b/d

[PATCH v2 8/9] PCI: hotplug: Remove unnecessary dbg/err/info/warn() printk() wrappers

2019-05-02 Thread Frederick Lawler
Remove unnecessary deb/err/info/warn() printk() wrappers. Signed-off-by: Frederick Lawler --- drivers/pci/hotplug/pciehp.h | 9 - drivers/pci/hotplug/pciehp_core.c | 4 ++-- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/drivers/pci/hotplug/pciehp.h b/drivers/pci/ho

[PATCH v2 3/9] PCI/PME: Prefix dmesg logs with PCIe service name

2019-05-02 Thread Frederick Lawler
Prefix dmesg logs with PCIe service name. Signed-off-by: Frederick Lawler --- drivers/pci/pcie/pme.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/pci/pcie/pme.c b/drivers/pci/pcie/pme.c index 54d593d10396..d6698423a6d6 100644 --- a/drivers/pci/pcie/pme.c +++ b/drivers/pci/pcie/p

[PATCH v2 7/9] PCI: hotplug: Prefer CONFIG_DYNAMIC_DEBUG/DEBUG for dmesg logs

2019-05-02 Thread Frederick Lawler
dbg() and ctrl_dbg() requires pciehp_debug module parameter to be set for debug log purposes. There are niche situations in pciehp_hpc.c where pciehp_debug is used: dbg_ctrl(), and pci_bus_check_dev(). Enabling CONFIG_DYNAMIC_DEBUG/DEBUG is well known for logging debug information. Therefore, pref

[PATCH v2 5/9] PCI/AER: Prefix dmesg logs with PCIe service name

2019-05-02 Thread Frederick Lawler
Prefix dmesg logs with PCIe service name. Signed-off-by: Frederick Lawler --- drivers/pci/pcie/aer.c| 10 +++--- drivers/pci/pcie/aer_inject.c | 6 -- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/drivers/pci/pcie/aer.c b/drivers/pci/pcie/aer.c index 82eb45335b

[PATCH v2 6/9] PCI: hotplug: Prefix dmesg logs with PCIe service name

2019-05-02 Thread Frederick Lawler
Prefix dmesg logs with PCIe service name. Signed-off-by: Frederick Lawler --- drivers/pci/hotplug/pciehp.h | 18 +- drivers/pci/hotplug/pciehp_core.c | 7 +-- drivers/pci/hotplug/pciehp_ctrl.c | 2 ++ drivers/pci/hotplug/pciehp_hpc.c | 4 +++- drivers/pci/hotplug/pci

[PATCH v2 9/9] PCI: hotplug: Prefix ctrl_*() dmesg logs with pciehp slot name

2019-05-02 Thread Frederick Lawler
Remove current uses of "Slot(%s)" and then prefix ctrl_*() dmesg with pciehp slot name to include the slot name for all uses of ctrl_*() wrappers. Signed-off-by: Frederick Lawler --- drivers/pci/hotplug/pciehp.h | 12 --- drivers/pci/hotplug/pciehp_core.c | 9 +++-- drivers/pci/hotplug

[PATCH v2 2/9] PCI/DPC: Prefix dmesg logs with PCIe service name

2019-05-02 Thread Frederick Lawler
Prefix dmesg logs with PCIe service name. Signed-off-by: Frederick Lawler --- drivers/pci/pcie/dpc.c | 37 ++--- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/drivers/pci/pcie/dpc.c b/drivers/pci/pcie/dpc.c index 7b77754a82de..934391c91c23 100644

[PATCH v2 1/9] PCI/AER: Cleanup dmesg logs

2019-05-02 Thread Frederick Lawler
Cleanup dmesg logs. Signed-off-by: Frederick Lawler --- drivers/pci/pcie/aer.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/drivers/pci/pcie/aer.c b/drivers/pci/pcie/aer.c index f8fc2114ad39..82eb45335b6f 100644 --- a/drivers/pci/pcie/aer.c +++ b/drivers/pci/pc

[PATCH v2 0/9] PCI: Use PCIe service name in dmesg logs

2019-05-02 Thread Frederick Lawler
In referrence to [1], PCIe services did not have uniform logging via pci_*() printk wrappers. Add dev_fmt() to each service, clean up dmesg logs, use pci_dbg() for hotplug debug messages, and lastly, uniformally add Slot(%s) prefixes to hotplug ctrl_*() wrappers. 1. https://lore.kernel.org/linux-p

[PATCH] signal: Adjust error codes according to restore_user_sigmask()

2019-05-02 Thread Deepa Dinamani
For all the syscalls that receive a sigmask from the userland, the user sigmask is to be in effect through the syscall execution. At the end of syscall, sigmask of the current process is restored to what it was before the switch over to user sigmask. But, for this to be true in practice, the sigmas

Re: [PATCH 2/4] devcoredump: allow to create several coredump files in one device

2019-05-02 Thread Akinobu Mita
2019年5月2日(木) 21:47 Johannes Berg : > > On Thu, 2019-05-02 at 17:59 +0900, Akinobu Mita wrote: > > > > static void devcd_del(struct work_struct *wk) > > { > > struct devcd_entry *devcd; > > + int i; > > > > devcd = container_of(wk, struct devcd_entry, del_wk.work); > > > > + fo

linux-next: manual merge of the modules tree with the vfs tree

2019-05-02 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the modules tree got a conflict in: include/linux/module.h between commit: 007ec26cdc9f ("vfs: Implement logging through fs_context") from the vfs tree and commit: dadec066d8fa ("module: add stubs for within_module functions") from the modules tree.

Re: [PATCH 0/4] nvme-pci: support device coredump

2019-05-02 Thread Akinobu Mita
2019年5月2日(木) 22:03 Keith Busch : > > On Thu, May 02, 2019 at 05:59:17PM +0900, Akinobu Mita wrote: > > This enables to capture snapshot of controller information via device > > coredump machanism, and it helps diagnose and debug issues. > > > > The nvme device coredump is triggered before resetting

Re: Strange issues with epoll since 5.0

2019-05-02 Thread Davidlohr Bueso
On Thu, 02 May 2019, Deepa Dinamani wrote: Reported-by: Omar Kilani Do we actually know if this was the issue Omar was hitting? Thanks, Davidlohr

-Wuninitialized warning in drivers/misc/sgi-xp/xpc_partition.c

2019-05-02 Thread Nathan Chancellor
Hi all, When building with -Wuninitialized, Clang warns: drivers/misc/sgi-xp/xpc_partition.c:73:14: warning: variable 'buf' is uninitialized when used within its own initialization [-Wuninitialized] void *buf = buf; ~~~ ^~~ 1 warning generated. I am not really sure how t

Re: [PATCH v3 1/3] PCI: qcom: Use clk_bulk API for 2.4.0 controllers

2019-05-02 Thread Vinod Koul
On 02-05-19, 08:00, Bjorn Andersson wrote: > On Thu 02 May 04:53 PDT 2019, Vinod Koul wrote: > > On 01-05-19, 17:19, Bjorn Andersson wrote: > [..] > > > diff --git a/drivers/pci/controller/dwc/pcie-qcom.c > > > b/drivers/pci/controller/dwc/pcie-qcom.c > > > index 0ed235d560e3..d740cbe0e56d 100644

RE: [PATCH V2] clk: imx: pllv4: add fractional-N pll support

2019-05-02 Thread Aisheng Dong
> From: Stephen Boyd [mailto:sb...@kernel.org] > Sent: Thursday, May 2, 2019 5:01 AM > > The Content-transfer-encoding header is still base64. I guess it can't be > fixed. > How can we know it's base64? As I saw from the 'Headers' in patchwork, it's: "Content-Type: text/plain; charset="us-ascii

Re: Strange issues with epoll since 5.0

2019-05-02 Thread Eric Wong
Deepa Dinamani wrote: > Eric, > Can you please help test this? Nope, that was _really_ badly whitespace-damaged. (C'mon, it's not like you're new to this)

  1   2   3   4   5   6   7   8   9   >