[PATCH v2 3/9] ASoC: Intel: Kconfig: Simplify-clarify ACPI/PCI dependencies

2018-01-03 Thread Pierre-Louis Bossart
PCI/ACPI selections should not happen in Kconfig for machine drivers, move to SOC selections. Add distinction between PCI and ACPI HiFi2 platforms and help text. There should be no functionality change. The PCI-based platforms may be removed at some point since Medfield is not really supported

[PATCH v2 6/9] ASoC: Intel: boards: align Kconfig dependencies for Haswell/Broadwell

2018-01-03 Thread Pierre-Louis Bossart
Make sure that the same I2C/I2C_DESIGNWARE_PLATFORM are selected. The latter might actually need to be moved to the SOC side of things, it really has no place in a machine driver dependency Signed-off-by: Pierre-Louis Bossart --- sound/soc/intel/boards/Kconfig | 2 +- 1 file changed, 1

[PATCH v2 9/9] ASoC: Intel: kconfig: add some comments for if symbols

2018-01-03 Thread Pierre-Louis Bossart
From: Vinod Koul Helps in finding if endings Signed-off-by: Vinod Koul Signed-off-by: Pierre-Louis Bossart --- sound/soc/intel/Kconfig| 10 sound/soc/intel/boards/Kconfig | 52

Re: [PATCH] arch: drop duplicate exports of abort()

2018-01-03 Thread Vineet Gupta
On 01/02/2018 02:33 AM, Arnd Bergmann wrote: We now have exports in both architecture code in in common code, which causes a link failure when symbol versioning is eanbled, on four architectures: kernel/exit.o: In function `__crc_abort': exit.c:(*ABS*+0xc0e2ec8b): multiple definition of

Re: [PATCH] arch: drop duplicate exports of abort()

2018-01-03 Thread Vineet Gupta
On 01/02/2018 02:33 AM, Arnd Bergmann wrote: We now have exports in both architecture code in in common code, which causes a link failure when symbol versioning is eanbled, on four architectures: kernel/exit.o: In function `__crc_abort': exit.c:(*ABS*+0xc0e2ec8b): multiple definition of

[PATCH v2 9/9] ASoC: Intel: kconfig: add some comments for if symbols

2018-01-03 Thread Pierre-Louis Bossart
From: Vinod Koul Helps in finding if endings Signed-off-by: Vinod Koul Signed-off-by: Pierre-Louis Bossart --- sound/soc/intel/Kconfig| 10 sound/soc/intel/boards/Kconfig | 52 +- 2 files changed, 31 insertions(+), 31 deletions(-)

[PATCH v2 8/9] ASoC: Intel: boards: align/fix SKL/BXT/KBL Kconfigs

2018-01-03 Thread Pierre-Louis Bossart
No reason why SND_SOC_INTEL_SST should be set here. Also make sure same dependencies are used everywhere (only last one has SPI in addition). Replace X86_INTEL_LPSS by MFD_INTEL_LPSS since the former makes no sense for Skylake+ devices Signed-off-by: Pierre-Louis Bossart

[PATCH v2 8/9] ASoC: Intel: boards: align/fix SKL/BXT/KBL Kconfigs

2018-01-03 Thread Pierre-Louis Bossart
No reason why SND_SOC_INTEL_SST should be set here. Also make sure same dependencies are used everywhere (only last one has SPI in addition). Replace X86_INTEL_LPSS by MFD_INTEL_LPSS since the former makes no sense for Skylake+ devices Signed-off-by: Pierre-Louis Bossart ---

[PATCH v2 7/9] ASoC: Intel: boards: align Kconfig configurations for HiFi2

2018-01-03 Thread Pierre-Louis Bossart
Make sure all the configs are aligned Also add the missing dependencies on SOC_ACPI stuff used to fix DAI names based on HID and fix a couple of indentation issues Signed-off-by: Pierre-Louis Bossart --- sound/soc/intel/boards/Kconfig | 33

[PATCH v2 2/9] ASoC: Intel: Fix Kconfig with top-level selector

2018-01-03 Thread Pierre-Louis Bossart
Follow network example suggested by Linus, move Intel definitions in if/endif block and clarify in help text which options distro configurations should enable - everything except legacy Baytrail stuff and NOCODEC (test only) To avoid user confusion, machine drivers are handled with a submenu made

[PATCH v2 7/9] ASoC: Intel: boards: align Kconfig configurations for HiFi2

2018-01-03 Thread Pierre-Louis Bossart
Make sure all the configs are aligned Also add the missing dependencies on SOC_ACPI stuff used to fix DAI names based on HID and fix a couple of indentation issues Signed-off-by: Pierre-Louis Bossart --- sound/soc/intel/boards/Kconfig | 33 +++-- 1 file changed, 19

[PATCH v2 2/9] ASoC: Intel: Fix Kconfig with top-level selector

2018-01-03 Thread Pierre-Louis Bossart
Follow network example suggested by Linus, move Intel definitions in if/endif block and clarify in help text which options distro configurations should enable - everything except legacy Baytrail stuff and NOCODEC (test only) To avoid user confusion, machine drivers are handled with a submenu made

[PATCH v2 0/9] ASoC: Intel: Kconfig+acpi fixes

2018-01-03 Thread Pierre-Louis Bossart
The first patch solves issues reported by 0day with non-ACPI platforms The second patch implements what Linus, Takashi and Mark requested: a top-level selector defaulting to 'y' to easily filter all other options and with no impact on code generation. There should be no functionality change and

[PATCH v2 0/9] ASoC: Intel: Kconfig+acpi fixes

2018-01-03 Thread Pierre-Louis Bossart
The first patch solves issues reported by 0day with non-ACPI platforms The second patch implements what Linus, Takashi and Mark requested: a top-level selector defaulting to 'y' to easily filter all other options and with no impact on code generation. There should be no functionality change and

Re: [PATCH] s3mci: mark debug_regs[] as static

2018-01-03 Thread Ulf Hansson
On 3 January 2018 at 10:26, Arnd Bergmann wrote: > The global array clashes with a newly added symbol of the same name: > > drivers/staging/ccree/cc_debugfs.o:(.data+0x0): multiple definition of > `debug_regs' > drivers/mmc/host/s3cmci.o:(.data+0x70): first defined here > > We

Re: [PATCH] s3mci: mark debug_regs[] as static

2018-01-03 Thread Ulf Hansson
On 3 January 2018 at 10:26, Arnd Bergmann wrote: > The global array clashes with a newly added symbol of the same name: > > drivers/staging/ccree/cc_debugfs.o:(.data+0x0): multiple definition of > `debug_regs' > drivers/mmc/host/s3cmci.o:(.data+0x70): first defined here > > We should fix both,

Re: [PATCHv4 0/2] capability controlled user-namespaces

2018-01-03 Thread Eric W. Biederman
Mahesh Bandewar writes: > From: Mahesh Bandewar > > TL;DR version > - > Creating a sandbox environment with namespaces is challenging > considering what these sandboxed processes can engage into. e.g. > CVE-2017-6074, CVE-2017-7184,

Re: [PATCHv4 0/2] capability controlled user-namespaces

2018-01-03 Thread Eric W. Biederman
Mahesh Bandewar writes: > From: Mahesh Bandewar > > TL;DR version > - > Creating a sandbox environment with namespaces is challenging > considering what these sandboxed processes can engage into. e.g. > CVE-2017-6074, CVE-2017-7184, CVE-2017-7308 etc. just to name few. > Current

Re: [PATCH v2 9/9] media: i2c: tw9910: Remove soc_camera dependencies

2018-01-03 Thread Fabio Estevam
Hi Jacopo, On Thu, Dec 28, 2017 at 12:01 PM, Jacopo Mondi wrote: > + if (priv->rstb_gpio) { > + gpiod_set_value(priv->rstb_gpio, 0); > + usleep_range(500, 1000); > + gpiod_set_value(priv->rstb_gpio, 1); > +

Re: [PATCH v2 9/9] media: i2c: tw9910: Remove soc_camera dependencies

2018-01-03 Thread Fabio Estevam
Hi Jacopo, On Thu, Dec 28, 2017 at 12:01 PM, Jacopo Mondi wrote: > + if (priv->rstb_gpio) { > + gpiod_set_value(priv->rstb_gpio, 0); > + usleep_range(500, 1000); > + gpiod_set_value(priv->rstb_gpio, 1); > + usleep_range(500, 1000);

Re: [PATCH v3] Fix loading of module radeonfb on PowerMac

2018-01-03 Thread Mathieu Malaterre
Hi Bartlomiej, On Wed, Jan 3, 2018 at 4:23 PM, Lennart Sorensen wrote: > On Wed, Jan 03, 2018 at 03:47:35PM +0100, Bartlomiej Zolnierkiewicz wrote: >> On Thursday, December 21, 2017 11:07:56 PM Mathieu Malaterre wrote: >> > When the linux kernel is build with

Re: [PATCH v3] Fix loading of module radeonfb on PowerMac

2018-01-03 Thread Mathieu Malaterre
Hi Bartlomiej, On Wed, Jan 3, 2018 at 4:23 PM, Lennart Sorensen wrote: > On Wed, Jan 03, 2018 at 03:47:35PM +0100, Bartlomiej Zolnierkiewicz wrote: >> On Thursday, December 21, 2017 11:07:56 PM Mathieu Malaterre wrote: >> > When the linux kernel is build with (typical kernel ship with Debian >>

Re: [PATCH] [RFT] crypto: aes-generic - turn off -ftree-pre and -ftree-sra

2018-01-03 Thread Arnd Bergmann
On Fri, Dec 22, 2017 at 4:47 PM, Ard Biesheuvel wrote: > On 21 December 2017 at 13:47, PrasannaKumar Muralidharan > wrote: >> On 21 December 2017 at 17:52, Ard Biesheuvel >> wrote: >>> On 21 December 2017 at

Re: [PATCH] [RFT] crypto: aes-generic - turn off -ftree-pre and -ftree-sra

2018-01-03 Thread Arnd Bergmann
On Fri, Dec 22, 2017 at 4:47 PM, Ard Biesheuvel wrote: > On 21 December 2017 at 13:47, PrasannaKumar Muralidharan > wrote: >> On 21 December 2017 at 17:52, Ard Biesheuvel >> wrote: >>> On 21 December 2017 at 10:20, Arnd Bergmann wrote: >>> >>> So my vote is to disable UBSAN for all such

Re: objtool segfault with ORC unwinder enabled

2018-01-03 Thread Josh Poimboeuf
On Wed, Jan 03, 2018 at 03:14:55PM +0100, Markus wrote: > On Wed, Jan 03, 2018 at 14:59:24 CET Josh Poimboeuf wrote: > > On Wed, Jan 03, 2018 at 01:22:07PM +0100, Markus wrote: > > > On Wed, Jan 03, 2018 at 12:19:41 CET Greg Kroah-Hartman wrote: > > > > On Wed, Jan 03, 2018 at 11:49:08AM +0100,

Re: objtool segfault with ORC unwinder enabled

2018-01-03 Thread Josh Poimboeuf
On Wed, Jan 03, 2018 at 03:14:55PM +0100, Markus wrote: > On Wed, Jan 03, 2018 at 14:59:24 CET Josh Poimboeuf wrote: > > On Wed, Jan 03, 2018 at 01:22:07PM +0100, Markus wrote: > > > On Wed, Jan 03, 2018 at 12:19:41 CET Greg Kroah-Hartman wrote: > > > > On Wed, Jan 03, 2018 at 11:49:08AM +0100,

Crashes with KPTI and -rc6

2018-01-03 Thread Laura Abbott
Hi, Fedora got a report via IRC of a double fault with KPTI https://paste.fedoraproject.org/paste/SL~of04ZExXP6AN2gcJi7A This is on -rc6 . I saw the one fix posted already which I'll pull in but I wanted to report this as a heads up in case there are other issues. Full tree and configs are at

Crashes with KPTI and -rc6

2018-01-03 Thread Laura Abbott
Hi, Fedora got a report via IRC of a double fault with KPTI https://paste.fedoraproject.org/paste/SL~of04ZExXP6AN2gcJi7A This is on -rc6 . I saw the one fix posted already which I'll pull in but I wanted to report this as a heads up in case there are other issues. Full tree and configs are at

Re: [PATCH V2] mfd: rtsx: release IRQ during shutdown

2018-01-03 Thread Chris Clayton
On 03/01/18 12:32, Sinan Kaya wrote: > 'Commit cc27b735ad3a ("PCI/portdrv: Turn off PCIe services during > shutdown")' revealed a resource leak in rtsx_pci driver during shutdown. > > Issue shows up as a warning during shutdown as follows: > > remove_proc_entry: removing non-empty directory

Re: [PATCH V2] mfd: rtsx: release IRQ during shutdown

2018-01-03 Thread Chris Clayton
On 03/01/18 12:32, Sinan Kaya wrote: > 'Commit cc27b735ad3a ("PCI/portdrv: Turn off PCIe services during > shutdown")' revealed a resource leak in rtsx_pci driver during shutdown. > > Issue shows up as a warning during shutdown as follows: > > remove_proc_entry: removing non-empty directory

[tip:efi/core] efi/capsule-loader: Reinstate virtual capsule mapping

2018-01-03 Thread tip-bot for Ard Biesheuvel
Commit-ID: f24c4d478013d82bd1b943df566fff3561d52864 Gitweb: https://git.kernel.org/tip/f24c4d478013d82bd1b943df566fff3561d52864 Author: Ard Biesheuvel AuthorDate: Tue, 2 Jan 2018 17:21:10 + Committer: Ingo Molnar CommitDate: Wed, 3 Jan

[tip:efi/core] efi/capsule-loader: Reinstate virtual capsule mapping

2018-01-03 Thread tip-bot for Ard Biesheuvel
Commit-ID: f24c4d478013d82bd1b943df566fff3561d52864 Gitweb: https://git.kernel.org/tip/f24c4d478013d82bd1b943df566fff3561d52864 Author: Ard Biesheuvel AuthorDate: Tue, 2 Jan 2018 17:21:10 + Committer: Ingo Molnar CommitDate: Wed, 3 Jan 2018 13:54:31 +0100 efi/capsule-loader:

Re: [RESEND PATCH v2 02/15] soc: qcom: add support to APR bus driver

2018-01-03 Thread Srinivas Kandagatla
Thank Bjorn for the Review. On 01/01/18 23:29, Bjorn Andersson wrote: diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig index b81374bb6713..1daa39925dd4 100644 --- a/drivers/soc/qcom/Kconfig +++ b/drivers/soc/qcom/Kconfig @@ -97,4 +97,12 @@ config QCOM_WCNSS_CTRL

Re: [RESEND PATCH v2 02/15] soc: qcom: add support to APR bus driver

2018-01-03 Thread Srinivas Kandagatla
Thank Bjorn for the Review. On 01/01/18 23:29, Bjorn Andersson wrote: diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig index b81374bb6713..1daa39925dd4 100644 --- a/drivers/soc/qcom/Kconfig +++ b/drivers/soc/qcom/Kconfig @@ -97,4 +97,12 @@ config QCOM_WCNSS_CTRL

Re: [RESEND PATCH v2 08/15] ASoC: qcom: q6asm: add support to audio stream apis

2018-01-03 Thread Srinivas Kandagatla
Thanks for your comments. On 02/01/18 20:08, Bjorn Andersson wrote: On Thu 14 Dec 09:33 PST 2017, srinivas.kandaga...@linaro.org wrote: From: Srinivas Kandagatla This patch adds support to open, write and media format commands in the q6asm module.

Re: [RESEND PATCH v2 08/15] ASoC: qcom: q6asm: add support to audio stream apis

2018-01-03 Thread Srinivas Kandagatla
Thanks for your comments. On 02/01/18 20:08, Bjorn Andersson wrote: On Thu 14 Dec 09:33 PST 2017, srinivas.kandaga...@linaro.org wrote: From: Srinivas Kandagatla This patch adds support to open, write and media format commands in the q6asm module. Signed-off-by: Srinivas Kandagatla ---

Re: [RESEND PATCH v2 10/15] ASoC: qcom: qdsp6: Add support to q6routing driver

2018-01-03 Thread Srinivas Kandagatla
On 02/01/18 23:00, Bjorn Andersson wrote: On Thu 14 Dec 09:33 PST 2017, srinivas.kandaga...@linaro.org wrote: From: Srinivas Kandagatla This patch adds support to q6 routing driver which configures route between ASM and AFE module using ADM apis. This

Re: [RESEND PATCH v2 10/15] ASoC: qcom: qdsp6: Add support to q6routing driver

2018-01-03 Thread Srinivas Kandagatla
On 02/01/18 23:00, Bjorn Andersson wrote: On Thu 14 Dec 09:33 PST 2017, srinivas.kandaga...@linaro.org wrote: From: Srinivas Kandagatla This patch adds support to q6 routing driver which configures route between ASM and AFE module using ADM apis. This driver uses dapm widgets to setup the

Re: PROBLEM: i915 causes complete desktop freezes in 4.15-rc5

2018-01-03 Thread Alexandru Chirvasitu
Thank you for that! I'd been getting used to seeing warnings to that effect, so got complacent and stopped checking for errors.. In any case, it's now compiled and installed, and I will report back with any new logs if / when another hang occurs. On Wed, Jan 03, 2018 at 02:53:45PM +, Chris

Applied "ASoC: mediatek: update clock related properties of MT2701 AFE" to the asoc tree

2018-01-03 Thread Mark Brown
The patch ASoC: mediatek: update clock related properties of MT2701 AFE has been applied to the asoc tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24

Re: PROBLEM: i915 causes complete desktop freezes in 4.15-rc5

2018-01-03 Thread Alexandru Chirvasitu
Thank you for that! I'd been getting used to seeing warnings to that effect, so got complacent and stopped checking for errors.. In any case, it's now compiled and installed, and I will report back with any new logs if / when another hang occurs. On Wed, Jan 03, 2018 at 02:53:45PM +, Chris

Applied "ASoC: mediatek: update clock related properties of MT2701 AFE" to the asoc tree

2018-01-03 Thread Mark Brown
The patch ASoC: mediatek: update clock related properties of MT2701 AFE has been applied to the asoc tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24

Re: [RESEND PATCH v2 11/15] ASoC: qcom: qdsp6: Add support to q6afe dai driver

2018-01-03 Thread Srinivas Kandagatla
On 02/01/18 23:28, Bjorn Andersson wrote: On Thu 14 Dec 09:33 PST 2017, srinivas.kandaga...@linaro.org wrote: From: Srinivas Kandagatla This patch adds support to q6afe backend dais driver. Isn't the list of backend DAIs platform-dependent? dai links

Re: [RESEND PATCH v2 11/15] ASoC: qcom: qdsp6: Add support to q6afe dai driver

2018-01-03 Thread Srinivas Kandagatla
On 02/01/18 23:28, Bjorn Andersson wrote: On Thu 14 Dec 09:33 PST 2017, srinivas.kandaga...@linaro.org wrote: From: Srinivas Kandagatla This patch adds support to q6afe backend dais driver. Isn't the list of backend DAIs platform-dependent? dai links and connections between backend

[tip:x86/pti] x86/dumpstack: Print registers for first stack frame

2018-01-03 Thread tip-bot for Josh Poimboeuf
Commit-ID: 3ffdeb1a02be3086f1411a15c5b9c481fa28e21f Gitweb: https://git.kernel.org/tip/3ffdeb1a02be3086f1411a15c5b9c481fa28e21f Author: Josh Poimboeuf AuthorDate: Sun, 31 Dec 2017 10:18:07 -0600 Committer: Ingo Molnar CommitDate: Wed, 3 Jan 2018

[tip:x86/pti] x86/dumpstack: Print registers for first stack frame

2018-01-03 Thread tip-bot for Josh Poimboeuf
Commit-ID: 3ffdeb1a02be3086f1411a15c5b9c481fa28e21f Gitweb: https://git.kernel.org/tip/3ffdeb1a02be3086f1411a15c5b9c481fa28e21f Author: Josh Poimboeuf AuthorDate: Sun, 31 Dec 2017 10:18:07 -0600 Committer: Ingo Molnar CommitDate: Wed, 3 Jan 2018 16:14:46 +0100 x86/dumpstack: Print

Re: [RESEND PATCH v2 12/15] ASoC: qcom: qdsp6: Add support to q6asm dai driver

2018-01-03 Thread Srinivas Kandagatla
Thanks for the comments. On 03/01/18 00:03, Bjorn Andersson wrote: On Thu 14 Dec 09:33 PST 2017, srinivas.kandaga...@linaro.org wrote: [..] + +enum stream_state { + IDLE = 0, + STOPPED, + RUNNING, These are too generic. Yep, I will prefix them with Q6ASM. +}; + +struct

Re: [RESEND PATCH v2 12/15] ASoC: qcom: qdsp6: Add support to q6asm dai driver

2018-01-03 Thread Srinivas Kandagatla
Thanks for the comments. On 03/01/18 00:03, Bjorn Andersson wrote: On Thu 14 Dec 09:33 PST 2017, srinivas.kandaga...@linaro.org wrote: [..] + +enum stream_state { + IDLE = 0, + STOPPED, + RUNNING, These are too generic. Yep, I will prefix them with Q6ASM. +}; + +struct

Re: [PATCH v4 05/19] afs: convert to new i_version API

2018-01-03 Thread David Howells
Jeff Layton wrote: > Thanks! I updated that part of the the commit log to read: > > Note that AFS has quite a different definition for this counter. AFS > only increments it on changes to the data to the data in regular files > and contents of the directories.

Re: [PATCH v4 05/19] afs: convert to new i_version API

2018-01-03 Thread David Howells
Jeff Layton wrote: > Thanks! I updated that part of the the commit log to read: > > Note that AFS has quite a different definition for this counter. AFS > only increments it on changes to the data to the data in regular files > and contents of the directories. Inode metadata changes

Re: [RESEND PATCH v2 15/15] arm64: dts: msm8996: db820c: Add sound card support

2018-01-03 Thread Srinivas Kandagatla
Thanks for the comments, On 03/01/18 00:22, Bjorn Andersson wrote: On Thu 14 Dec 09:34 PST 2017, srinivas.kandaga...@linaro.org wrote: From: Srinivas Kandagatla This patch adds hdmi sound card support to db820c via qdsp. Signed-off-by: Srinivas Kandagatla

Re: [RESEND PATCH v2 15/15] arm64: dts: msm8996: db820c: Add sound card support

2018-01-03 Thread Srinivas Kandagatla
Thanks for the comments, On 03/01/18 00:22, Bjorn Andersson wrote: On Thu 14 Dec 09:34 PST 2017, srinivas.kandaga...@linaro.org wrote: From: Srinivas Kandagatla This patch adds hdmi sound card support to db820c via qdsp. Signed-off-by: Srinivas Kandagatla ---

Re: [RESEND PATCH v2 14/15] ASoC: qcom: apq8096: Add db820c machine driver

2018-01-03 Thread Srinivas Kandagatla
Thanks for the review comments. On 03/01/18 00:16, Bjorn Andersson wrote: On Thu 14 Dec 09:34 PST 2017, srinivas.kandaga...@linaro.org wrote: From: Srinivas Kandagatla uThis patch adds support to DB820c machine driver. Drop 'u' and expand the message to

Re: [RESEND PATCH v2 14/15] ASoC: qcom: apq8096: Add db820c machine driver

2018-01-03 Thread Srinivas Kandagatla
Thanks for the review comments. On 03/01/18 00:16, Bjorn Andersson wrote: On Thu 14 Dec 09:34 PST 2017, srinivas.kandaga...@linaro.org wrote: From: Srinivas Kandagatla uThis patch adds support to DB820c machine driver. Drop 'u' and expand the message to claim that this is the machine

[tip:x86/pti] x86/dumpstack: Fix partial register dumps

2018-01-03 Thread tip-bot for Josh Poimboeuf
Commit-ID: a9cdbe72c4e8bf3b38781c317a79326e2e1a230d Gitweb: https://git.kernel.org/tip/a9cdbe72c4e8bf3b38781c317a79326e2e1a230d Author: Josh Poimboeuf AuthorDate: Sun, 31 Dec 2017 10:18:06 -0600 Committer: Ingo Molnar CommitDate: Wed, 3 Jan 2018

[tip:x86/pti] x86/dumpstack: Fix partial register dumps

2018-01-03 Thread tip-bot for Josh Poimboeuf
Commit-ID: a9cdbe72c4e8bf3b38781c317a79326e2e1a230d Gitweb: https://git.kernel.org/tip/a9cdbe72c4e8bf3b38781c317a79326e2e1a230d Author: Josh Poimboeuf AuthorDate: Sun, 31 Dec 2017 10:18:06 -0600 Committer: Ingo Molnar CommitDate: Wed, 3 Jan 2018 16:14:46 +0100 x86/dumpstack: Fix

Re: [RESEND PATCH v2 13/15] dt-bindings: sound: qcom: Add devicetree bindings for apq8096

2018-01-03 Thread Srinivas Kandagatla
On 03/01/18 00:28, Bjorn Andersson wrote: On Thu 14 Dec 09:34 PST 2017, srinivas.kandaga...@linaro.org wrote: +++ b/Documentation/devicetree/bindings/sound/qcom,apq8096.txt Wouldn't it be possible to describe all(?) qdsp based machines in this one document? I.e. should we name it a little

Re: [RESEND PATCH v2 09/15] ASoC: qcom: qdsp6: Add support to Q6CORE

2018-01-03 Thread Srinivas Kandagatla
Thanks for the review. On 02/01/18 22:15, Bjorn Andersson wrote: On Thu 14 Dec 09:33 PST 2017, srinivas.kandaga...@linaro.org wrote: From: Srinivas Kandagatla This patch adds support to core apr service, which is used to query status of other static and

Re: [RESEND PATCH v2 13/15] dt-bindings: sound: qcom: Add devicetree bindings for apq8096

2018-01-03 Thread Srinivas Kandagatla
On 03/01/18 00:28, Bjorn Andersson wrote: On Thu 14 Dec 09:34 PST 2017, srinivas.kandaga...@linaro.org wrote: +++ b/Documentation/devicetree/bindings/sound/qcom,apq8096.txt Wouldn't it be possible to describe all(?) qdsp based machines in this one document? I.e. should we name it a little

Re: [RESEND PATCH v2 09/15] ASoC: qcom: qdsp6: Add support to Q6CORE

2018-01-03 Thread Srinivas Kandagatla
Thanks for the review. On 02/01/18 22:15, Bjorn Andersson wrote: On Thu 14 Dec 09:33 PST 2017, srinivas.kandaga...@linaro.org wrote: From: Srinivas Kandagatla This patch adds support to core apr service, which is used to query status of other static and dynamic services on the dsp.

Re: [RESEND PATCH v2 07/15] ASoC: qcom: q6asm: Add support to memory map and unmap

2018-01-03 Thread Srinivas Kandagatla
Thanks for your review comments. On 02/01/18 05:48, Bjorn Andersson wrote: On Thu 14 Dec 09:33 PST 2017, srinivas.kandaga...@linaro.org wrote: From: Srinivas Kandagatla This patch adds support to memory map and unmap regions commands in q6asm module.

Re: [RESEND PATCH v2 07/15] ASoC: qcom: q6asm: Add support to memory map and unmap

2018-01-03 Thread Srinivas Kandagatla
Thanks for your review comments. On 02/01/18 05:48, Bjorn Andersson wrote: On Thu 14 Dec 09:33 PST 2017, srinivas.kandaga...@linaro.org wrote: From: Srinivas Kandagatla This patch adds support to memory map and unmap regions commands in q6asm module. Signed-off-by: Srinivas Kandagatla ---

Re: [RESEND PATCH v2 06/15] ASoC: qcom: qdsp6: Add support to Q6ASM

2018-01-03 Thread Srinivas Kandagatla
On 02/01/18 04:43, Bjorn Andersson wrote: On Thu 14 Dec 09:33 PST 2017, srinivas.kandaga...@linaro.org wrote: From: Srinivas Kandagatla This patch adds basic support to Q6 ASM (Audio Stream Manager) module on Q6DSP. ASM supports up to 8 concurrent streams.

Re: [RESEND PATCH v2 06/15] ASoC: qcom: qdsp6: Add support to Q6ASM

2018-01-03 Thread Srinivas Kandagatla
On 02/01/18 04:43, Bjorn Andersson wrote: On Thu 14 Dec 09:33 PST 2017, srinivas.kandaga...@linaro.org wrote: From: Srinivas Kandagatla This patch adds basic support to Q6 ASM (Audio Stream Manager) module on Q6DSP. ASM supports up to 8 concurrent streams. each stream can be setup as

Re: [RESEND PATCH v2 03/15] ASoC: qcom: qdsp6: Add common qdsp6 helper functions

2018-01-03 Thread Srinivas Kandagatla
Thanks for the review comments, On 02/01/18 00:19, Bjorn Andersson wrote: On Thu 14 Dec 09:33 PST 2017, srinivas.kandaga...@linaro.org wrote: +static inline int q6dsp_map_channels(u8 *ch_map, int ch) +{ + memset(ch_map, 0, PCM_FORMAT_MAX_NUM_CHANNEL); This implies that ch_map is always

[tip:efi/core] efi: Parse ARM error information value

2018-01-03 Thread tip-bot for Tyler Baicar
Commit-ID: 301f55b1a9177132d2b9ce8a90bf0ae4b37bb850 Gitweb: https://git.kernel.org/tip/301f55b1a9177132d2b9ce8a90bf0ae4b37bb850 Author: Tyler Baicar AuthorDate: Tue, 2 Jan 2018 18:10:42 + Committer: Ingo Molnar CommitDate: Wed, 3 Jan 2018

Re: [RESEND PATCH v2 03/15] ASoC: qcom: qdsp6: Add common qdsp6 helper functions

2018-01-03 Thread Srinivas Kandagatla
Thanks for the review comments, On 02/01/18 00:19, Bjorn Andersson wrote: On Thu 14 Dec 09:33 PST 2017, srinivas.kandaga...@linaro.org wrote: +static inline int q6dsp_map_channels(u8 *ch_map, int ch) +{ + memset(ch_map, 0, PCM_FORMAT_MAX_NUM_CHANNEL); This implies that ch_map is always

[tip:efi/core] efi: Parse ARM error information value

2018-01-03 Thread tip-bot for Tyler Baicar
Commit-ID: 301f55b1a9177132d2b9ce8a90bf0ae4b37bb850 Gitweb: https://git.kernel.org/tip/301f55b1a9177132d2b9ce8a90bf0ae4b37bb850 Author: Tyler Baicar AuthorDate: Tue, 2 Jan 2018 18:10:42 + Committer: Ingo Molnar CommitDate: Wed, 3 Jan 2018 14:03:48 +0100 efi: Parse ARM error

Re: [RESEND PATCH v2 05/15] ASoC: qcom: qdsp6: Add support to Q6ADM

2018-01-03 Thread Srinivas Kandagatla
Thanks for your review comments. On 02/01/18 01:50, Bjorn Andersson wrote: On Thu 14 Dec 09:33 PST 2017, srinivas.kandaga...@linaro.org wrote: From: Srinivas Kandagatla This patch adds support to q6 ADM (Audio Device Manager) module in q6dsp. ADM performs

Re: [RESEND PATCH v2 01/15] dt-bindings: soc: qcom: Add bindings for APR bus

2018-01-03 Thread Srinivas Kandagatla
Thanks for review comments! On 03/01/18 00:35, Bjorn Andersson wrote: On Thu 14 Dec 09:33 PST 2017, srinivas.kandaga...@linaro.org wrote: From: Srinivas Kandagatla This patch add dt bindings for Qualcomm APR bus driver Signed-off-by: Srinivas Kandagatla

Re: [RESEND PATCH v2 04/15] ASoC: qcom: qdsp6: Add support to Q6AFE

2018-01-03 Thread Srinivas Kandagatla
Thanks for the comments! On 02/01/18 00:45, Bjorn Andersson wrote: On Thu 14 Dec 09:33 PST 2017, srinivas.kandaga...@linaro.org wrote: [..] + +config SND_SOC_QDSP6_AFE + tristate + default n Do you see a particular benefit of having one kernel module per function? Why not just

Re: [RESEND PATCH v2 05/15] ASoC: qcom: qdsp6: Add support to Q6ADM

2018-01-03 Thread Srinivas Kandagatla
Thanks for your review comments. On 02/01/18 01:50, Bjorn Andersson wrote: On Thu 14 Dec 09:33 PST 2017, srinivas.kandaga...@linaro.org wrote: From: Srinivas Kandagatla This patch adds support to q6 ADM (Audio Device Manager) module in q6dsp. ADM performs routing between audio streams and

Re: [RESEND PATCH v2 01/15] dt-bindings: soc: qcom: Add bindings for APR bus

2018-01-03 Thread Srinivas Kandagatla
Thanks for review comments! On 03/01/18 00:35, Bjorn Andersson wrote: On Thu 14 Dec 09:33 PST 2017, srinivas.kandaga...@linaro.org wrote: From: Srinivas Kandagatla This patch add dt bindings for Qualcomm APR bus driver Signed-off-by: Srinivas Kandagatla ---

Re: [RESEND PATCH v2 04/15] ASoC: qcom: qdsp6: Add support to Q6AFE

2018-01-03 Thread Srinivas Kandagatla
Thanks for the comments! On 02/01/18 00:45, Bjorn Andersson wrote: On Thu 14 Dec 09:33 PST 2017, srinivas.kandaga...@linaro.org wrote: [..] + +config SND_SOC_QDSP6_AFE + tristate + default n Do you see a particular benefit of having one kernel module per function? Why not just

RE: UBSAN: Undefined behaviour in net/wireless/nl80211.c:718:4: -1665903437 * 100 cannot be represented in type 'int'

2018-01-03 Thread Mario.Limonciello
> -Original Message- > From: Paul Menzel [mailto:pmenzel+linux-wirel...@molgen.mpg.de] > Sent: Wednesday, January 3, 2018 10:20 AM > To: Johannes Berg > Cc: linux-wirel...@vger.kernel.org; linux-kernel@vger.kernel.org; it+linux- > wirel...@molgen.mpg.de;

RE: UBSAN: Undefined behaviour in net/wireless/nl80211.c:718:4: -1665903437 * 100 cannot be represented in type 'int'

2018-01-03 Thread Mario.Limonciello
> -Original Message- > From: Paul Menzel [mailto:pmenzel+linux-wirel...@molgen.mpg.de] > Sent: Wednesday, January 3, 2018 10:20 AM > To: Johannes Berg > Cc: linux-wirel...@vger.kernel.org; linux-kernel@vger.kernel.org; it+linux- > wirel...@molgen.mpg.de; Limonciello, Mario ; > Thorsten

[tip:efi/core] efi: Use PTR_ERR_OR_ZERO()

2018-01-03 Thread tip-bot for Vasyl Gomonovych
Commit-ID: 50342b2e498777df237a40a23eebc02f0935e636 Gitweb: https://git.kernel.org/tip/50342b2e498777df237a40a23eebc02f0935e636 Author: Vasyl Gomonovych AuthorDate: Tue, 2 Jan 2018 18:10:40 + Committer: Ingo Molnar CommitDate: Wed, 3 Jan 2018

[tip:efi/core] efi: Move ARM CPER code to new file

2018-01-03 Thread tip-bot for Tyler Baicar
Commit-ID: c6d8c8ef1d0d94fdae9f5d72982963db89f9cdad Gitweb: https://git.kernel.org/tip/c6d8c8ef1d0d94fdae9f5d72982963db89f9cdad Author: Tyler Baicar AuthorDate: Tue, 2 Jan 2018 18:10:41 + Committer: Ingo Molnar CommitDate: Wed, 3 Jan 2018

[tip:x86/pti] x86/pti: Make sure the user/kernel PTEs match

2018-01-03 Thread tip-bot for Thomas Gleixner
Commit-ID: 52994c256df36fda9a715697431cba9daecb6b11 Gitweb: https://git.kernel.org/tip/52994c256df36fda9a715697431cba9daecb6b11 Author: Thomas Gleixner AuthorDate: Wed, 3 Jan 2018 15:57:59 +0100 Committer: Thomas Gleixner CommitDate: Wed, 3 Jan

[tip:efi/core] efi: Use PTR_ERR_OR_ZERO()

2018-01-03 Thread tip-bot for Vasyl Gomonovych
Commit-ID: 50342b2e498777df237a40a23eebc02f0935e636 Gitweb: https://git.kernel.org/tip/50342b2e498777df237a40a23eebc02f0935e636 Author: Vasyl Gomonovych AuthorDate: Tue, 2 Jan 2018 18:10:40 + Committer: Ingo Molnar CommitDate: Wed, 3 Jan 2018 14:03:48 +0100 efi: Use

[tip:efi/core] efi: Move ARM CPER code to new file

2018-01-03 Thread tip-bot for Tyler Baicar
Commit-ID: c6d8c8ef1d0d94fdae9f5d72982963db89f9cdad Gitweb: https://git.kernel.org/tip/c6d8c8ef1d0d94fdae9f5d72982963db89f9cdad Author: Tyler Baicar AuthorDate: Tue, 2 Jan 2018 18:10:41 + Committer: Ingo Molnar CommitDate: Wed, 3 Jan 2018 14:03:48 +0100 efi: Move ARM CPER code to

[tip:x86/pti] x86/pti: Make sure the user/kernel PTEs match

2018-01-03 Thread tip-bot for Thomas Gleixner
Commit-ID: 52994c256df36fda9a715697431cba9daecb6b11 Gitweb: https://git.kernel.org/tip/52994c256df36fda9a715697431cba9daecb6b11 Author: Thomas Gleixner AuthorDate: Wed, 3 Jan 2018 15:57:59 +0100 Committer: Thomas Gleixner CommitDate: Wed, 3 Jan 2018 15:57:59 +0100 x86/pti: Make sure

Re: [PATCH v2 9/9] media: i2c: tw9910: Remove soc_camera dependencies

2018-01-03 Thread jacopo mondi
Hi Laurent, On Tue, Jan 02, 2018 at 05:50:38PM +0200, Laurent Pinchart wrote: > Hi Jacopo, > > Thank you for the patch. > > On Thursday, 28 December 2017 16:01:21 EET Jacopo Mondi wrote: > > - priv->clk = v4l2_clk_get(>dev, "mclk"); > > - if (IS_ERR(priv->clk)) > > + priv->clk =

[tip:efi/core] arm64/efi: Ignore EFI_MEMORY_XP attribute if RP and/or WP are set

2018-01-03 Thread tip-bot for Ard Biesheuvel
Commit-ID: 1e9de1d2207d67b97bb0b62e38454b663d6542fa Gitweb: https://git.kernel.org/tip/1e9de1d2207d67b97bb0b62e38454b663d6542fa Author: Ard Biesheuvel AuthorDate: Tue, 2 Jan 2018 18:10:39 + Committer: Ingo Molnar CommitDate: Wed, 3 Jan

Re: [PATCH v2 9/9] media: i2c: tw9910: Remove soc_camera dependencies

2018-01-03 Thread jacopo mondi
Hi Laurent, On Tue, Jan 02, 2018 at 05:50:38PM +0200, Laurent Pinchart wrote: > Hi Jacopo, > > Thank you for the patch. > > On Thursday, 28 December 2017 16:01:21 EET Jacopo Mondi wrote: > > - priv->clk = v4l2_clk_get(>dev, "mclk"); > > - if (IS_ERR(priv->clk)) > > + priv->clk =

[tip:efi/core] arm64/efi: Ignore EFI_MEMORY_XP attribute if RP and/or WP are set

2018-01-03 Thread tip-bot for Ard Biesheuvel
Commit-ID: 1e9de1d2207d67b97bb0b62e38454b663d6542fa Gitweb: https://git.kernel.org/tip/1e9de1d2207d67b97bb0b62e38454b663d6542fa Author: Ard Biesheuvel AuthorDate: Tue, 2 Jan 2018 18:10:39 + Committer: Ingo Molnar CommitDate: Wed, 3 Jan 2018 14:03:48 +0100 arm64/efi: Ignore

[tip:efi/core] efi/capsule-loader: Fix pr_err() string to end with newline

2018-01-03 Thread tip-bot for Arvind Yadav
Commit-ID: 76ad9dffd91be11e51b847eb115d623b713a3bdc Gitweb: https://git.kernel.org/tip/76ad9dffd91be11e51b847eb115d623b713a3bdc Author: Arvind Yadav AuthorDate: Tue, 2 Jan 2018 18:10:38 + Committer: Ingo Molnar CommitDate: Wed, 3 Jan

[tip:efi/core] efi/capsule-loader: Fix pr_err() string to end with newline

2018-01-03 Thread tip-bot for Arvind Yadav
Commit-ID: 76ad9dffd91be11e51b847eb115d623b713a3bdc Gitweb: https://git.kernel.org/tip/76ad9dffd91be11e51b847eb115d623b713a3bdc Author: Arvind Yadav AuthorDate: Tue, 2 Jan 2018 18:10:38 + Committer: Ingo Molnar CommitDate: Wed, 3 Jan 2018 14:03:48 +0100 efi/capsule-loader: Fix

Re: [PATCH v2 7/9] media: i2c: ov772x: Remove soc_camera dependencies

2018-01-03 Thread jacopo mondi
Hi Laurent, On Wed, Jan 03, 2018 at 05:49:55PM +0200, Laurent Pinchart wrote: > Hi Jacopo, > > > > > DT based platforms won't have any info->xlkc_rate, so they should be > > fine. I wonder how could I set rate in board code, as I'm just > > registering an alias for the clock there... > > Exactly

[tip:x86/pti] x86/cpu, x86/pti: Do not enable PTI on AMD processors

2018-01-03 Thread tip-bot for Tom Lendacky
Commit-ID: 694d99d40972f12e59a3696effee8a376b79d7c8 Gitweb: https://git.kernel.org/tip/694d99d40972f12e59a3696effee8a376b79d7c8 Author: Tom Lendacky AuthorDate: Tue, 26 Dec 2017 23:43:54 -0600 Committer: Thomas Gleixner CommitDate: Wed, 3

[tip:x86/pti] x86/cpu, x86/pti: Do not enable PTI on AMD processors

2018-01-03 Thread tip-bot for Tom Lendacky
Commit-ID: 694d99d40972f12e59a3696effee8a376b79d7c8 Gitweb: https://git.kernel.org/tip/694d99d40972f12e59a3696effee8a376b79d7c8 Author: Tom Lendacky AuthorDate: Tue, 26 Dec 2017 23:43:54 -0600 Committer: Thomas Gleixner CommitDate: Wed, 3 Jan 2018 15:57:59 +0100 x86/cpu, x86/pti: Do

Re: [PATCH v2 7/9] media: i2c: ov772x: Remove soc_camera dependencies

2018-01-03 Thread jacopo mondi
Hi Laurent, On Wed, Jan 03, 2018 at 05:49:55PM +0200, Laurent Pinchart wrote: > Hi Jacopo, > > > > > DT based platforms won't have any info->xlkc_rate, so they should be > > fine. I wonder how could I set rate in board code, as I'm just > > registering an alias for the clock there... > > Exactly

[tip:efi/core] MAINTAINERS: Remove Matt Fleming as EFI co-maintainer

2018-01-03 Thread tip-bot for Matt Fleming
Commit-ID: 81b60dbff04980a45b348c5b5eeca2713d4594ca Gitweb: https://git.kernel.org/tip/81b60dbff04980a45b348c5b5eeca2713d4594ca Author: Matt Fleming AuthorDate: Wed, 3 Jan 2018 09:44:17 + Committer: Ingo Molnar CommitDate: Wed, 3 Jan 2018

[tip:efi/core] MAINTAINERS: Remove Matt Fleming as EFI co-maintainer

2018-01-03 Thread tip-bot for Matt Fleming
Commit-ID: 81b60dbff04980a45b348c5b5eeca2713d4594ca Gitweb: https://git.kernel.org/tip/81b60dbff04980a45b348c5b5eeca2713d4594ca Author: Matt Fleming AuthorDate: Wed, 3 Jan 2018 09:44:17 + Committer: Ingo Molnar CommitDate: Wed, 3 Jan 2018 14:03:18 +0100 MAINTAINERS: Remove Matt

[tip:efi/core] x86/efi: Fix kernel param add_efi_memmap regression

2018-01-03 Thread tip-bot for Dave Young
Commit-ID: 835bcec5fdf3f9e880111b482177e7e70e3596da Gitweb: https://git.kernel.org/tip/835bcec5fdf3f9e880111b482177e7e70e3596da Author: Dave Young AuthorDate: Tue, 2 Jan 2018 17:21:09 + Committer: Ingo Molnar CommitDate: Wed, 3 Jan 2018 13:54:31

[tip:efi/core] x86/efi: Fix kernel param add_efi_memmap regression

2018-01-03 Thread tip-bot for Dave Young
Commit-ID: 835bcec5fdf3f9e880111b482177e7e70e3596da Gitweb: https://git.kernel.org/tip/835bcec5fdf3f9e880111b482177e7e70e3596da Author: Dave Young AuthorDate: Tue, 2 Jan 2018 17:21:09 + Committer: Ingo Molnar CommitDate: Wed, 3 Jan 2018 13:54:31 +0100 x86/efi: Fix kernel param

Re: [PATCH 2/2] serial: imx: fix endless loop during suspend

2018-01-03 Thread Fabio Estevam
Hi Martin, On Tue, Jan 2, 2018 at 2:15 PM, Martin Kaiser wrote: > I tested on an imx258. I am not able to reproduce this problem on a imx25 pdk running 4.14.11 or linux-next. Is it 100% reproducible on your board? Care to share its dts? Do you use multiple UART ports? Do

Re: [PATCH 2/2] serial: imx: fix endless loop during suspend

2018-01-03 Thread Fabio Estevam
Hi Martin, On Tue, Jan 2, 2018 at 2:15 PM, Martin Kaiser wrote: > I tested on an imx258. I am not able to reproduce this problem on a imx25 pdk running 4.14.11 or linux-next. Is it 100% reproducible on your board? Care to share its dts? Do you use multiple UART ports? Do any of them use

Re: general protection fault in fib6_add (2)

2018-01-03 Thread David Ahern
[ +wei...@google.com ] On 1/2/18 3:58 PM, syzbot wrote: > Hello, > > syzkaller hit the following crash on > 61233580f1f33c50e159c50e24d80ffd2ba2e06b > git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/master > compiler: gcc (GCC) 7.1.1 20170620 > .config is attached > Raw console

Re: general protection fault in fib6_add (2)

2018-01-03 Thread David Ahern
[ +wei...@google.com ] On 1/2/18 3:58 PM, syzbot wrote: > Hello, > > syzkaller hit the following crash on > 61233580f1f33c50e159c50e24d80ffd2ba2e06b > git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/master > compiler: gcc (GCC) 7.1.1 20170620 > .config is attached > Raw console

<    7   8   9   10   11   12   13   14   15   16   >