[tip:x86/urgent] objtool: Add support for C jump tables

2019-06-29 Thread tip-bot for Josh Poimboeuf
Commit-ID: d31acc2cc6ee313cee663ffed89c6a8f807bd87b Gitweb: https://git.kernel.org/tip/d31acc2cc6ee313cee663ffed89c6a8f807bd87b Author: Josh Poimboeuf AuthorDate: Thu, 27 Jun 2019 20:50:46 -0500 Committer: Thomas Gleixner CommitDate: Sat, 29 Jun 2019 07:55:13 +0200 objtool: Add

[tip:x86/urgent] bpf: Fix ORC unwinding in non-JIT BPF code

2019-06-29 Thread tip-bot for Josh Poimboeuf
Commit-ID: b22cf36c189f31883ad0238a69ccf82aa1f3b16b Gitweb: https://git.kernel.org/tip/b22cf36c189f31883ad0238a69ccf82aa1f3b16b Author: Josh Poimboeuf AuthorDate: Thu, 27 Jun 2019 20:50:47 -0500 Committer: Thomas Gleixner CommitDate: Sat, 29 Jun 2019 07:55:14 +0200 bpf: Fix ORC

Re: [PATCH v3 2/5] x86: hv: hv_init.c: Add functions to allocate/deallocate page for Hyper-V

2019-06-29 Thread Maya Nakamura
On Thu, Jun 27, 2019 at 11:38:14PM +0200, Thomas Gleixner wrote: > Maya, > > On Tue, 18 Jun 2019, Maya Nakamura wrote: > > > diff --git a/arch/x86/hyperv/hv_init.c b/arch/x86/hyperv/hv_init.c > > index 0e033ef11a9f..e8960a83add7 100644 > > --- a/arch/x86/hyperv/hv_init.c > > +++

Re: [PATCH v7 04/25] arm64: Substitute gettimeofday with C implementation

2019-06-29 Thread Vincenzo Frascino
Hi Sylwester, thank you for the quick turn around to my email. On 6/28/19 5:50 PM, Sylwester Nawrocki wrote: > Hi Vincenzo, > > On 6/28/19 16:32, Vincenzo Frascino wrote: >> On 6/28/19 2:09 PM, Marek Szyprowski wrote: >>> On 2019-06-21 11:52, Vincenzo Frascino wrote: To take advantage of

Re: [PATCH] perf/x86/intel: Mark expected switch fall-throughs

2019-06-29 Thread Peter Zijlstra
On Fri, Jun 28, 2019 at 11:44:16AM -0700, Nick Desaulniers wrote: > On Fri, Jun 28, 2019 at 6:31 AM Peter Zijlstra wrote: > > For those with interest; full patches at: > > > > https://lkml.kernel.org/r/20190628102113.360432...@infradead.org > > Do you have a branch pushed that I can pull this

Re: [LKP] [x86/hotplug] e1056a25da: WARNING:at_arch/x86/kernel/apic/apic.c:#setup_local_APIC

2019-06-29 Thread Thomas Gleixner
Feng, On Fri, 28 Jun 2019, Thomas Gleixner wrote: > On Fri, 28 Jun 2019, Feng Tang wrote: > > On Tue, Jun 25, 2019 at 07:32:03PM +0800, Thomas Gleixner wrote: > > > the head of that branch is: > > > > > > 4f3f6d6a7f8e ("x86/apic/x2apic: Add conditional IPI shorthands > > > support") > > >

Re: [RFC] arm64: Detecting tagged addresses

2019-06-29 Thread Vincenzo Frascino
+ Dan and sma...@vger.kernel.org Hi Andrew, I am adding Dan to this thread since he is the smatch maintainer, and the sma...@vger.kernel.org list. @Dan and @sma...@vger.kernel.org: a reference to the beginning of this thread can be found at [1]. [1] https://lkml.org/lkml/2019/6/19/376 On

Re: [PATCH v7 12/18] x86/fsgsbase/64: GSBASE handling with FSGSBASE in the paranoid path

2019-06-29 Thread Bae, Chang Seok
> On May 8, 2019, at 03:02, Chang S. Bae wrote: > > ENTRY(paranoid_exit) > … > + > + /* On FSGSBASE systems, always restore the stashed GSBASE */ > + wrgsbase%rbx > + jmp .Lparanoid_exit_no_swapgs; It would crash any time getting a paranoid entry with user GS but kernel

Re: [PATCH v7 12/18] x86/fsgsbase/64: GSBASE handling with FSGSBASE in the paranoid path

2019-06-29 Thread Thomas Gleixner
On Sat, 29 Jun 2019, Bae, Chang Seok wrote: > > On May 8, 2019, at 03:02, Chang S. Bae wrote: > > > > ENTRY(paranoid_exit) > > … > > + > > + /* On FSGSBASE systems, always restore the stashed GSBASE */ > > + wrgsbase%rbx > > + jmp .Lparanoid_exit_no_swapgs; > > It would crash

Re: net: check before dereferencing netdev_ops during busy poll

2019-06-29 Thread Greg Kroah-Hartman
On Fri, Jun 28, 2019 at 07:03:01PM -0700, Josh Elsasser wrote: > On Jun 28, 2019, at 3:55 PM, Sasha Levin wrote: > > > What's the upstream commit id? > > The commit wasn't needed upstream, as I only sent the original patch after > 79e7fff47b7b ("net: remove support for per driver

Re: [PATCH] driver core: platform: Allow using a dedicated dma_mask for platform_device

2019-06-29 Thread Greg Kroah-Hartman
On Fri, Jun 28, 2019 at 08:59:46AM -0700, Christoph Hellwig wrote: > I'd much rather bite the bullet and make dev->dma_mask a scalar > instead of a pointer. The pointer causes way to much boiler plate code, > and the semantics are way to subtile. Below is a POV patch that > compiles and boots

Re: [PATCH v4 01/11] mfd / platform: cros_ec: Handle chained ECs as platform devices

2019-06-29 Thread Gwendal Grignou
Review and tested the whole series: Reviewed-by: Gwendal Grignou Tested-by: Gwendal Grignou On Thu, Jun 27, 2019 at 3:40 AM Enric Balletbo i Serra wrote: > > An MFD is a device that contains several sub-devices (cells). For instance, > the ChromeOS EC fits in this description as usually

Re: [RFC V1 RESEND 2/6] PCI/MSI: Dynamic allocation of MSI-X vectors by group

2019-06-29 Thread Thomas Gleixner
Megha, On Fri, 21 Jun 2019, Megha Dey wrote: > Currently, MSI-X vector enabling and allocation for a PCIe device is > static i.e. a device driver gets only one chance to enable a specific > number of MSI-X vectors, usually during device probe. Also, in many > cases, drivers usually reserve more

Re: [RFC V1 RESEND 3/6] x86: Introduce the dynamic teardown function

2019-06-29 Thread Thomas Gleixner
Megha, On Fri, 21 Jun 2019, Megha Dey wrote: > > +void default_teardown_msi_irqs_grp(struct pci_dev *dev, int group_id) > +{ > + int i; > + struct msi_desc *entry; > + > + for_each_pci_msi_entry(entry, dev) { > + if (entry->group_id == group_id && entry->irq) { > +

Re: [RFC V1 RESEND 5/6] PCI/MSI: Free MSI-X resources by group

2019-06-29 Thread Thomas Gleixner
Megha, On Fri, 21 Jun 2019, Megha Dey wrote: > +static int free_msi_irqs_grp(struct pci_dev *dev, int group_id) > +{ > + > + for_each_pci_msi_entry(entry, dev) { > + if (entry->group_id == group_id && entry->irq) > + for (i = 0; i < entry->nvec_used; i++) > +

[PATCH] dmaengine: at_xdmac: check for non-empty xfers_list before invoking callback

2019-06-29 Thread Raag Jadav
tx descriptor retrieved from an empty xfers_list may not have valid pointers to the callback functions. Avoid calling dmaengine_desc_get_callback_invoke if xfers_list is empty. Signed-off-by: Raag Jadav --- drivers/dma/at_xdmac.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-)

Re: [RFC PATCH 0/5] Add CONFIG symbol as module attribute

2019-06-29 Thread Greg Kroah-Hartman
On Fri, Jun 28, 2019 at 11:40:22AM -0700, Luis Chamberlain wrote: > On Wed, Jun 26, 2019 at 9:51 PM Christoph Hellwig wrote: > > > > On Wed, Jun 26, 2019 at 03:21:08PM -0700, Luis Chamberlain wrote: > > > On Tue, Feb 5, 2019 at 2:07 PM Luis Chamberlain wrote: > > > > In lieu of no Luke

Re: [PATCH] rt2x00: fix rx queue hang

2019-06-29 Thread Stanislaw Gruszka
Hello On Wed, Jun 26, 2019 at 03:28:00PM +0200, Soeren Moch wrote: > Hi Stanislaw, > > the good news is: your patch below also solves the issue for me. But > removing the ENTRY_DATA_STATUS_PENDING check in > rt2x00usb_kick_rx_entry() alone does not help, while removing this check > in

[GIT PULL] IRQ fixes

2019-06-29 Thread Ingo Molnar
Linus, Please pull the latest irq-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq-urgent-for-linus # HEAD: a52548dd0491a544558e971cd5963501e1a2024d Merge tag 'irqchip-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms

[GIT PULL] perf fixes

2019-06-29 Thread Ingo Molnar
Linus, Please pull the latest perf-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf-urgent-for-linus # HEAD: 8b12b812f5367c2469fb937da7e28dd321ad8d7b perf/x86/regs: Use PERF_REG_EXTENDED_MASK Various fixes, most of them related to bugs perf

Re: [PATCH] media: v4l-ctrl: add control for variable frame rate

2019-06-29 Thread Paul Kocialkowski
Hi, On Fri 29 Mar 19, 10:46, Fish Lin wrote: > The idea for variable framerate is to reduce bitrate by encode less frames. > Sometimes the motion is too much and encoder can encode in really low > bitrate, will be able to dynamic drop some frames to archive > requirement. This looks like an

Клиентские базы! Email: proda...@armyspy.com Узнайте подробнее!

2019-06-29 Thread linux-kernel
Клиентские базы! Email: proda...@armyspy.com Узнайте подробнее!

[GIT PULL] Power management fix for v5.2-rc7

2019-06-29 Thread Rafael J. Wysocki
Hi Linus, Please pull from the tag git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \ pm-5.2-rc7 with top-most commit 471a739a47aa7d582f0cdf9d392957d04632bae2 PCI: PM: Avoid skipping bus-level PM on platforms without ACPI on top of commit

[GIT PULL] x86 fixes

2019-06-29 Thread Ingo Molnar
Linus, Please pull the latest x86-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-urgent-for-linus # HEAD: ae6a45a0868986f69039a2150d3b2b9ca294c378 x86/unwind/orc: Fall back to using frame pointers for generated code Misc fixes all over the

Re: [PATCH v7 0/3] media: v4l2-subdev: Verify arguments in v4l2_subdev_call()

2019-06-29 Thread Hans Verkuil
On 6/29/19 5:28 AM, Niklas Söderlund wrote: > Hi, > > This patch breaks rcar-vin. I'm sorry I did not find out before it was > merged as a8fa55078a7784a9 ("media: v4l2-subdev: Verify arguments in > v4l2_subdev_call()"). > > The problem is that rcar-vin calls enum_mbus_code in its bound

Re: [GIT PULL] ARC fixes for 5.2-rc7

2019-06-29 Thread pr-tracker-bot
The pull request you sent on Sat, 29 Jun 2019 00:12:09 +: > git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ tags/arc-5.2-rc7 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/f8b5c72227618780f49e53fb77b0e7ddb2996552 Thank you! -- Deet-doot-dot, I am

Re: [GIT PULL] Ceph fix for 5.2-rc7

2019-06-29 Thread pr-tracker-bot
The pull request you sent on Fri, 28 Jun 2019 17:17:24 +0200: > https://github.com/ceph/ceph-client.git tags/ceph-for-5.2-rc7 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/43251dbd6ac278a8bdaaee43ec5e299c1a5dafdd Thank you! -- Deet-doot-dot, I am a bot.

Re: [GIT PULL] RISC-V patches for v5.2-rc7

2019-06-29 Thread pr-tracker-bot
The pull request you sent on Fri, 28 Jun 2019 15:43:09 -0700 (PDT): > git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git > tags/riscv-for-v5.2/fixes-rc7 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/c57582adfda3e7026796fbde81e951ea72edbb66 Thank you! --

Re: [GIT PULL] SCSI fixes for 5.2-rc6

2019-06-29 Thread pr-tracker-bot
The pull request you sent on Fri, 28 Jun 2019 16:48:23 -0700: > git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git scsi-fixes has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/5b607ba862f30364aef0b0d40cab8afccf339616 Thank you! -- Deet-doot-dot, I am a bot.

Re: [GIT PULL] pin control fixes for v5.2

2019-06-29 Thread pr-tracker-bot
The pull request you sent on Fri, 28 Jun 2019 10:35:45 +0100: > git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git > tags/pinctrl-v5.2-3 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/061913712d6ab77c77192584912afdbd8267c54c Thank you! --

[tip:x86/apic] x86/timer: Skip PIT initialization on modern chipsets

2019-06-29 Thread tip-bot for Thomas Gleixner
Commit-ID: c8c4076723daca08bf35ccd68f22ea1c6219e207 Gitweb: https://git.kernel.org/tip/c8c4076723daca08bf35ccd68f22ea1c6219e207 Author: Thomas Gleixner AuthorDate: Fri, 28 Jun 2019 15:23:07 +0800 Committer: Thomas Gleixner CommitDate: Sat, 29 Jun 2019 11:35:35 +0200 x86/timer: Skip

[PATCH 0/6] PM: PCI/ACPI: Hibernation handling fixes

2019-06-29 Thread Rafael J. Wysocki
Hi All, This series of patches addresses a few issues related to the handling of hibernation in the PCI bus type and the ACPI PM domain and ACPI LPSS driver. First of all, all of the runtime-suspended PCI devices and devices in the ACPI PM and LPSS PM domains will be resumed during hibernation

[PATCH 3/6] ACPI: PM: Simplify and fix PM domain hibernation callbacks

2019-06-29 Thread Rafael J. Wysocki
From: Rafael J. Wysocki First, after a previous change causing all runtime-suspended devices in the ACPI PM domain (and ACPI LPSS devices) to be resumed before creating a snapshot image of memory during hibernation, it is not necessary to worry about the case in which them might be left in

[PATCH 4/6] ACPI: LPSS: Fix ->suspend_late callbacks handling

2019-06-29 Thread Rafael J. Wysocki
From: Rafael J. Wysocki If the resume_from_noirq flag is set in dev_desc, the ->suspend_late callback provided by the device driver will be invoked at the "noirq" stage of system suspend, via acpi_lpss_do_suspend_late(), which is incorrect. To fix that, drop acpi_lpss_do_suspend_late() and

[PATCH 2/6] PCI: PM: Simplify bus-level hibernation callbacks

2019-06-29 Thread Rafael J. Wysocki
From: Rafael J. Wysocki After a previous change causing all runtime-suspended PCI devices to be resumed before creating a snapshot image of memory during hibernation, it is not necessary to worry about the case in which them might be left in runtime-suspend any more, so get rid of the code

[PATCH 6/6] ACPI: PM: Drop unused function and function header

2019-06-29 Thread Rafael J. Wysocki
From: Rafael J. Wysocki Remove a leftover function header and a static inline stub with no users from the ACPI header file. Signed-off-by: Rafael J. Wysocki --- include/linux/acpi.h |2 -- 1 file changed, 2 deletions(-) Index: linux-pm/include/linux/acpi.h

[PATCH 1/6] PM: ACPI/PCI: Resume all devices during hibernation

2019-06-29 Thread Rafael J. Wysocki
From: Rafael J. Wysocki Both the PCI bus type and the ACPI PM domain avoid resuming runtime-suspended devices with DPM_FLAG_SMART_SUSPEND set during hibernation (before creating the snapshot image of system memory), but that turns out to be a mistake. It leads to functional issues and adds

[PATCH 5/6] ACPI: PM: Introduce "poweroff" callbacks for ACPI PM domain and LPSS

2019-06-29 Thread Rafael J. Wysocki
From: Rafael J. Wysocki In general, it is not correct to call pm_generic_suspend(), pm_generic_suspend_late() and pm_generic_suspend_noirq() during the hibernation's "poweroff" transition, because device drivers may provide special callbacks to be invoked then and the wrappers in question cause

[PATCH net-next] hinic: add vlan offload support

2019-06-29 Thread Xue Chaojing
This patch adds vlan offload support for the HINIC driver. Signed-off-by: Xue Chaojing --- .../net/ethernet/huawei/hinic/hinic_hw_dev.h | 2 ++ .../net/ethernet/huawei/hinic/hinic_hw_wqe.h | 15 ++ .../net/ethernet/huawei/hinic/hinic_main.c| 9 --

[PATCH 01/10] staging/rtl8723bs/hal: fix comparison to true/false is error prone

2019-06-29 Thread Hariprasad Kelam
fix below issues reported by checkpatch CHECK: Using comparison to false is error prone CHECK: Using comparison to true is error prone Signed-off-by: Hariprasad Kelam --- drivers/staging/rtl8723bs/hal/hal_intf.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[PATCH 02/10] staging/rtl8723bs/hal: fix comparison to true/false is error prone

2019-06-29 Thread Hariprasad Kelam
fix below issues reported by checkpatch CHECK: Using comparison to false is error prone CHECK: Using comparison to true is error prone Signed-off-by: Hariprasad Kelam --- drivers/staging/rtl8723bs/hal/odm.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[PATCH 03/10] staging/rtl8723bs/hal: fix comparison to true/false is error prone

2019-06-29 Thread Hariprasad Kelam
fix below issues reported by checkpatch CHECK: Using comparison to false is error prone CHECK: Using comparison to true is error prone Signed-off-by: Hariprasad Kelam --- drivers/staging/rtl8723bs/hal/sdio_halinit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 04/10] staging/rtl8723bs/hal: fix comparison to true/false is error prone

2019-06-29 Thread Hariprasad Kelam
fix below issues reported by checkpatch CHECK: Using comparison to false is error prone CHECK: Using comparison to true is error prone Signed-off-by: Hariprasad Kelam --- drivers/staging/rtl8723bs/hal/hal_com_phycfg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 05/10] staging/rtl8723bs/hal: fix comparison to true/false is error prone

2019-06-29 Thread Hariprasad Kelam
fix below issues reported by checkpatch CHECK: Using comparison to false is error prone CHECK: Using comparison to true is error prone Signed-off-by: Hariprasad Kelam --- drivers/staging/rtl8723bs/hal/odm_DIG.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git

[PATCH 06/10] staging/rtl8723bs/hal: fix comparison to true/false is error prone

2019-06-29 Thread Hariprasad Kelam
fix below issues reported by checkpatch CHECK: Using comparison to false is error prone CHECK: Using comparison to true is error prone Signed-off-by: Hariprasad Kelam --- drivers/staging/rtl8723bs/hal/rtl8723b_dm.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git

[PATCH 07/10] staging/rtl8723bs/hal: fix comparison to true/false is error prone

2019-06-29 Thread Hariprasad Kelam
fix below issues reported by checkpatch CHECK: Using comparison to false is error prone CHECK: Using comparison to true is error prone Signed-off-by: Hariprasad Kelam --- drivers/staging/rtl8723bs/hal/odm_CfoTracking.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 07/10] staging/rtl8723bs/hal: fix comparison to true/false is error prone

2019-06-29 Thread Hariprasad Kelam
fix below issues reported by checkpatch CHECK: Using comparison to false is error prone CHECK: Using comparison to true is error prone Signed-off-by: Hariprasad Kelam --- drivers/staging/rtl8723bs/hal/odm_CfoTracking.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH V2 2/2] arm64: dts: imx8mq: Correct OPP table according to latest datasheet

2019-06-29 Thread Anson . Huang
From: Anson Huang According to latest datasheet (Rev.1, 10/2018) from below links, in the consumer datasheet, 1.5GHz is mentioned as highest opp but depends on speed grading fuse, and in the industrial datasheet, 1.3GHz is mentioned as highest opp but depends on speed grading fuse. 1.5GHz and

[PATCH V2 1/2] arm64: dts: imx8mm: Correct OPP table according to latest datasheet

2019-06-29 Thread Anson . Huang
From: Anson Huang According to latest datasheet (Rev.0.2, 04/2019) from below links, 1.8GHz is ONLY available for consumer part, so the market segment bits for 1.8GHz opp should ONLY available for consumer part accordingly. https://www.nxp.com/docs/en/data-sheet/IMX8MMIEC.pdf

Re: [PATCH 01/10] staging/rtl8723bs/hal: fix comparison to true/false is error prone

2019-06-29 Thread Dan Carpenter
You sent 10 patches with the same subject. Btw, I can't recall ever seeing a bug caused by a true false comparison. I agree on style principles with the checkpatch warning, but I do think it over states the risk (which is as far as I can see is zero). regards, dan carpenter

[PATCH 08/10] staging/rtl8723bs/hal: fix comparison to true/false is error prone

2019-06-29 Thread Hariprasad Kelam
fix below issues reported by checkpatch CHECK: Using comparison to false is error prone CHECK: Using comparison to true is error prone Signed-off-by: Hariprasad Kelam --- drivers/staging/rtl8723bs/hal/hal_phy.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[PATCH 09/10] staging/rtl8723bs/hal: fix comparison to true/false is error prone

2019-06-29 Thread Hariprasad Kelam
fix below issues reported by checkpatch CHECK: Using comparison to false is error prone CHECK: Using comparison to true is error prone Signed-off-by: Hariprasad Kelam --- drivers/staging/rtl8723bs/hal/hal_com.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 10/10] staging/rtl8723bs/hal: fix comparison to true/false is error prone

2019-06-29 Thread Hariprasad Kelam
fix below issues reported by checkpatch CHECK: Using comparison to false is error prone CHECK: Using comparison to true is error prone Signed-off-by: Hariprasad Kelam --- drivers/staging/rtl8723bs/hal/hal_btcoex.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git

Re: [PATCH 07/10] staging/rtl8723bs/hal: fix comparison to true/false is error prone

2019-06-29 Thread Hariprasad Kelam
On Sat, Jun 29, 2019 at 03:57:22PM +0530, Hariprasad Kelam wrote: Please ignore this patch > fix below issues reported by checkpatch > > CHECK: Using comparison to false is error prone > CHECK: Using comparison to true is error prone > > Signed-off-by: Hariprasad Kelam > --- >

Re: [PATCH v2 08/27] i2c: busses: remove memset after dmam_alloc_coherent

2019-06-29 Thread Wolfram Sang
On Fri, Jun 28, 2019 at 09:22:31AM +0300, Jarkko Nikula wrote: > Hi > > On 6/28/19 5:47 AM, Fuqian Huang wrote: > > In commit af7ddd8a627c > > ("Merge tag 'dma-mapping-4.21' of > > git://git.infradead.org/users/hch/dma-mapping"), > > dmam_alloc_coherent has already zeroed the memory. > > So

hello dear

2019-06-29 Thread Aisha
Assalamu Alaikum Wa Rahmatullahi Wa Barakatuh, hello dear I came across your contact during my private search. Mrs Aisha Al- Qaddafi is my name, the only daughter of late Libyan president, am a single Mother and a Widow with three Children.I have funds the sum of $27.5 million USD for,

hello dear

2019-06-29 Thread Aisha
Assalamu Alaikum Wa Rahmatullahi Wa Barakatuh, hello dear I came across your contact during my private search. Mrs Aisha Al- Qaddafi is my name, the only daughter of late Libyan president, am a single Mother and a Widow with three Children.I have funds the sum of $27.5 million USD for,

Re: power9 NUMA crash while reading debugfs imc_cmd

2019-06-29 Thread Michael Ellerman
Qian Cai writes: > On Fri, 2019-06-28 at 17:19 +0530, Anju T Sudhakar wrote: >> On 6/28/19 9:04 AM, Qian Cai wrote: >> > >> > > On Jun 27, 2019, at 11:12 PM, Michael Ellerman >> > > wrote: >> > > >> > > Qian Cai writes: >> > > > Read of debugfs imc_cmd file for a memory-less node will

Re: [PATCH v7 0/6] I2C IRQ Probe Improvements

2019-06-29 Thread Wolfram Sang
On Wed, Jun 26, 2019 at 04:02:56PM +0100, Charles Keepax wrote: > This series attempts to align as much IRQ handling into the > probe path as possible. Note that I don't have a great setup > for testing these patches so they are mostly just build tested > and need careful review and testing before

Re: [PATCH] dt-bindings: i2c-stm32: document optional dmas

2019-06-29 Thread Wolfram Sang
On Tue, Jun 04, 2019 at 03:34:13PM +0200, Fabrice Gasnier wrote: > Add missing documentation for "dmas" and "dma-names" properties that can be > used on i2c-stm32. > > Signed-off-by: Fabrice Gasnier Applied to for-next, thanks! signature.asc Description: PGP signature

Re: [PATCH] i2c: i2c-stm32f7: Add I2C_SMBUS_I2C_BLOCK_DATA support

2019-06-29 Thread Wolfram Sang
On Tue, Jun 04, 2019 at 03:20:51PM +0200, Fabrice Gasnier wrote: > This patch adds the support of I2C_SMBUS_I2C_BLOCK_DATA transaction type > for the stm32f7 SMBUS Controller. > Use emulated I2C_SMBUS_I2C_BLOCK_DATA transactions as there is no specific > hardware in STM32 I2C to manage this (e.g.

Re: [PATCH] i2c: remove casting dma_alloc

2019-06-29 Thread Wolfram Sang
On Sun, Jun 23, 2019 at 11:13:53PM +0200, Vasyl Gomonovych wrote: > From: Vasyl > > Generated by: alloc_cast.cocci > > Signed-off-by: Vasyl Your other patches in git history have your full name. Why not this one? @Jochen: are you still there, your ack would be very welcome. > --- >

Re: [PATCH 4/6] ACPI: LPSS: Fix ->suspend_late callbacks handling

2019-06-29 Thread Hans de Goede
Hi Rafael, On 29-06-19 11:50, Rafael J. Wysocki wrote: From: Rafael J. Wysocki If the resume_from_noirq flag is set in dev_desc, the ->suspend_late callback provided by the device driver will be invoked at the "noirq" stage of system suspend, via acpi_lpss_do_suspend_late(), which is

[PATCH 1/2] regulator: s2mps11: Fix buck7 and buck8 wrong voltages

2019-06-29 Thread Krzysztof Kozlowski
On S2MPS11 device, the buck7 and buck8 regulator voltages start at 750 mV, not 600 mV. Using wrong minimal value caused shifting of these regulator values by 150 mV (e.g. buck7 usually configured to v1.35 V was reported as 1.2 V). On most of the boards these regulators are left in default state

Re: [GIT PULL] x86 fixes

2019-06-29 Thread pr-tracker-bot
The pull request you sent on Sat, 29 Jun 2019 11:14:07 +0200: > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-urgent-for-linus has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/728254541ebcc7fee869c3c4c3f36f96be791edb Thank you! -- Deet-doot-dot, I am

Re: [GIT PULL] perf fixes

2019-06-29 Thread pr-tracker-bot
The pull request you sent on Sat, 29 Jun 2019 10:54:39 +0200: > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git > perf-urgent-for-linus has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/57103eb7c6cad04c0611b7a5767a381b34b8b0ab Thank you! -- Deet-doot-dot, I

[PATCH 2/2] regulator: s2mps11: Adjust supported buck voltages to real values

2019-06-29 Thread Krzysztof Kozlowski
The driver was registering buck regulators with unsupported range of voltages for S2MPS11 devices. Basically it assumed that all 256 values are possible for a single 8-bit I2C register controlling buck's voltage. This is not true, as datasheet describes subset of these which can be used. For

Re: [GIT PULL] Power management fix for v5.2-rc7

2019-06-29 Thread pr-tracker-bot
The pull request you sent on Sat, 29 Jun 2019 11:07:09 +0200: > git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git pm-5.2-rc7 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/2407e486066b8ce00dabd7e2b3a2cbcc59ea6186 Thank you! -- Deet-doot-dot, I am a

Re: [GIT PULL] IRQ fixes

2019-06-29 Thread pr-tracker-bot
The pull request you sent on Sat, 29 Jun 2019 10:50:33 +0200: > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq-urgent-for-linus has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/eed7d30e126dc5b883b77f3e26bbca6c5b0f4222 Thank you! -- Deet-doot-dot, I am

[PATCH 1/2] ARM: dts: exynos: Adjust buck[78] regulators to supported values on Odroid XU3 family

2019-06-29 Thread Krzysztof Kozlowski
The datasheet of S2MPS11 PMIC is slightly non-consistent in buck[78] voltage regulators values. 1. The voltage tables for configuring their registers mention range of voltages: 0.750 V to 3.55 V, 2. The constrains in electrical specifications say output voltage range to be different (buck7:

[PATCH 2/2] ARM: dts: exynos: Adjust buck[78] regulators to supported values on Arndale Octa

2019-06-29 Thread Krzysztof Kozlowski
The datasheet of S2MPS11 PMIC is slightly non-consistent in buck[78] voltage regulators values. 1. The voltage tables for configuring their registers mention range of voltages: 0.750 V to 3.55 V, 2. The constrains in electrical specifications say output voltage range to be different (buck7:

Re: [PATCH v4] net: netfilter: Fix rpfilter dropping vrf packets by mistake

2019-06-29 Thread David Ahern
On 6/28/19 8:13 PM, linmiaohe wrote: > You're right. Fib rules code would set FLOWI_FLAG_SKIP_NH_OIF flag. But I set > it here for distinguish with the flags & XT_RPFILTER_LOOSE branch. Without > this, they do the same work and maybe should be combined. I don't want to > do that as that makes

[GIT PULL] Please pull powerpc/linux.git powerpc-5.2-7 tag

2019-06-29 Thread Michael Ellerman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Linus, Please pull one more powerpc fix for 5.2: The following changes since commit 50087112592016a3fc10b394a55f1f1a1bde6908: KVM: PPC: Book3S HV: Invalidate ERAT when flushing guest TLB entries (2019-06-20 22:11:25 +1000) are available in

[PATCH][next] gpio: bd70528: remove redundant assignment to variable ret

2019-06-29 Thread Colin King
From: Colin Ian King Variable ret is being initialized with a value that is never read and ret is being re-assigned a little later on. The assignment is redundant and hence can be removed. Addresses-Coverity: ("Unused value") Signed-off-by: Colin Ian King --- drivers/gpio/gpio-bd70528.c | 2

Re: [PATCH V5 02/18] pinctrl: tegra: Add suspend and resume support

2019-06-29 Thread Dmitry Osipenko
29.06.2019 2:00, Sowjanya Komatineni пишет: > > On 6/28/19 5:05 AM, Dmitry Osipenko wrote: >> 28.06.2019 14:56, Dmitry Osipenko пишет: >>> 28.06.2019 5:12, Sowjanya Komatineni пишет: This patch adds support for Tegra pinctrl driver suspend and resume. During suspend, context of all

fs/ceph/export.c:459:3-12: code aligned with following code on line 461 (fwd)

2019-06-29 Thread Julia Lawall
There is no bug here, but some code starting on line 461 seems to be incorrectly indented. julia -- Forwarded message -- Date: Sat, 29 Jun 2019 19:51:04 +0800 From: kbuild test robot To: kbu...@01.org Cc: Julia Lawall Subject: fs/ceph/export.c:459:3-12: code aligned with

Investment offer to you,

2019-06-29 Thread Ayesha Al-Gaddafi
Dear friend, I am sorry to encroach into your privacy in this manner, I'm contacting you through this media because i need your urgent investment assistance in your country. First my names are Mrs. Ayesha Al-Qaddafi a single Mother and a Widow with three Children and the only biological Daughter

Re: [PATCH V5 16/18] soc/tegra: pmc: Configure deep sleep control settings

2019-06-29 Thread Dmitry Osipenko
28.06.2019 5:12, Sowjanya Komatineni пишет: > Tegra210 and prior Tegra chips have deep sleep entry and wakeup related > timings which are platform specific that should be configured before > entering into deep sleep. > > Below are the timing specific configurations for deep sleep entry and >

Re: [PATCH V5 16/18] soc/tegra: pmc: Configure deep sleep control settings

2019-06-29 Thread Dmitry Osipenko
28.06.2019 5:12, Sowjanya Komatineni пишет: > Tegra210 and prior Tegra chips have deep sleep entry and wakeup related > timings which are platform specific that should be configured before > entering into deep sleep. > > Below are the timing specific configurations for deep sleep entry and >

Re: [PATCH V5 13/18] soc/tegra: pmc: Add pmc wake support for tegra210

2019-06-29 Thread Dmitry Osipenko
28.06.2019 5:12, Sowjanya Komatineni пишет: > This patch implements PMC wakeup sequence for Tegra210 and defines > common used RTC alarm wake event. > > Signed-off-by: Sowjanya Komatineni > --- > drivers/soc/tegra/pmc.c | 111 > > 1 file

WARNING in kernfs_create_dir_ns

2019-06-29 Thread syzbot
Hello, syzbot found the following crash on: HEAD commit:4b972a01 Linux 5.2-rc6 git tree: upstream console output: https://syzkaller.appspot.com/x/log.txt?x=14910879a0 kernel config: https://syzkaller.appspot.com/x/.config?x=9a31528e58cc12e2 dashboard link:

Re: [PATCH] platform/x86: acer-wmi: Mark expected switch fall-throughs

2019-06-29 Thread Andy Shevchenko
On Thu, May 9, 2019 at 4:48 AM Gustavo A. R. Silva wrote: > Commit 5c742b45dd5fbbb6cf74d3378341704f4b23c5e8 mentions that "This was fixed > in acer_acpi some time ago, but I forgot to port the patch over to acer-wmi > when it was merged." Notice that this driver (acer-wmi) is based on the >

Re: [PATCH v4 00/13] Support of ASUS TUF Gaming series laptops

2019-06-29 Thread Andy Shevchenko
On Tue, May 14, 2019 at 9:47 PM Yurii Pavlovskyi wrote: > > Hi, > > this is the fourth version of the patch series. > Pushed to my review and testing queue, thanks! > Changelog: > v4: > * Rebase on for-next branch > * Extract local variable in patch 01 > * Rename new method to

Re: [PATCH V5 11/18] clk: tegra210: Add support for Tegra210 clocks

2019-06-29 Thread Dmitry Osipenko
28.06.2019 5:12, Sowjanya Komatineni пишет: > This patch adds system suspend and resume support for Tegra210 > clocks. > > All the CAR controller settings are lost on suspend when core power > goes off. > > This patch has implementation for saving and restoring all the PLLs > and clocks context

Re: [PATCH 3/3] platform/x86: wmi: add Xiaomi WMI key driver

2019-06-29 Thread Andy Shevchenko
On Mon, May 27, 2019 at 7:22 PM Mattias Jacobsson <2...@mok.nu> wrote: > > Some function keys on the built in keyboard on Xiaomi's notebooks does > not produce any key events when pressed in combination with the function > key. Some of these keys do report that they are being pressed via WMI >

Re: [PATCH] intel_menlow: avoid null pointer deference error

2019-06-29 Thread Andy Shevchenko
On Wed, May 29, 2019 at 4:55 AM Young Xiao <92siuy...@gmail.com> wrote: > > Fix a null pointer deference by acpi_driver_data() if device is > null (dereference before check). We should only set cdev and check > this is OK after we are sure device is not null. > Pushed to my review and testing

Re: [PATCH V5 09/18] clk: tegra: Add save and restore context support for peripheral clocks

2019-06-29 Thread Dmitry Osipenko
28.06.2019 5:12, Sowjanya Komatineni пишет: > This patch implements save and restore context for peripheral fixed > clock ops, peripheral gate clock ops, sdmmc mux clock ops, and > peripheral clock ops. > > During system suspend, core power goes off and looses the settings > of the Tegra CAR

Re: [PATCH] platform/x86: intel_pmc_core: Add ICL-NNPI support to PMC Core

2019-06-29 Thread Andy Shevchenko
On Fri, Jun 14, 2019 at 11:14 AM Rajneesh Bhardwaj wrote: > > Ice Lake Neural Network Processor for deep learning inference a.k.a. > ICL-NNPI can re-use Ice Lake Mobile regmap to enable Intel PMC Core > driver on it. > This will be postponed till next cycle since the CPU model will not appear

Re: [PATCH] platform/x86: touchscreen_dmi: Update Hi10 Air filter

2019-06-29 Thread Andy Shevchenko
On Wed, Jun 12, 2019 at 3:55 PM Hans de Goede wrote: > > Hi, > > On 12-06-19 14:40, Christian Oder wrote: > > Turns out the Hi10 Air is built by multiple companies so using Hampoo > > as a filter is not enough to cover all variants. > > > > This has been verified as working on the Hampoo and

Re: [PATCH v3] platform/x86: intel_pmc_core: transform Pkg C-state residency from TSC ticks into microseconds

2019-06-29 Thread Andy Shevchenko
On Wed, Jun 19, 2019 at 11:29 AM Harry Pan wrote: > > Refer to the Intel SDM Vol.4, the package C-state residency counters > of modern IA micro-architecture are all ticking in TSC frequency, > hence we can apply simple math to transform the ticks into microseconds. > i.e., > residency (ms) =

Re: [PATCH V5 08/18] clk: tegra: Add suspend resume support for DFLL

2019-06-29 Thread Dmitry Osipenko
28.06.2019 5:12, Sowjanya Komatineni пишет: > This patch creates APIs for supporting Tegra210 clock driver to > perform DFLL suspend and resume operation. > > During suspend, DFLL mode is saved and on resume Tegra210 clock driver > invokes DFLL resume API to re-initialize DFLL to enable target

Re: [PATCH] let proc net directory inodes reflect to active net namespace

2019-06-29 Thread Alexey Dobriyan
On Tue, Jun 25, 2019 at 10:36:06AM +, Hallsmark, Per wrote: > +struct proc_dir_entry *proc_net_mkdir(struct net *net, const char *name, > + struct proc_dir_entry *parent) > +{ > + struct proc_dir_entry *pde; > + > + pde = proc_mkdir_data(name, 0,

Re: [PATCH V5 06/18] clk: tegra: Save and restore CPU and System clocks context

2019-06-29 Thread Dmitry Osipenko
28.06.2019 5:12, Sowjanya Komatineni пишет: > During system suspend state, core power goes off and looses all the > CAR controller register settings. > > This patch creates APIs for saving and restoring the context of Tegra > CPUG, CPULP and SCLK. > > CPU and System clock context includes > -

Re: slub: don't panic for memcg kmem cache creation failure

2019-06-29 Thread Alexey Dobriyan
> - if (flags & SLAB_PANIC) > - panic("Cannot create slab %s size=%u realsize=%u order=%u > offset=%u flags=%lx\n", > - s->name, s->size, s->size, > - oo_order(s->oo), s->offset, (unsigned long)flags); This is wrong. Without SLAB_PANIC

答复: [PATCH v4] net: netfilter: Fix rpfilter dropping vrf packets by mistake

2019-06-29 Thread linmiaohe
On 6/29/19 20:20 PM, David Ahern wrote: > On 6/28/19 8:13 PM, linmiaohe wrote: > > You're right. Fib rules code would set FLOWI_FLAG_SKIP_NH_OIF flag. > > But I set it here for distinguish with the flags & XT_RPFILTER_LOOSE > > branch. Without this, they do the same work and maybe should be >

Re: [PATCH 0/2] Support for buttons on newer MS Surface devices

2019-06-29 Thread Andy Shevchenko
On Thu, Jun 20, 2019 at 2:51 PM Maximilian Luz wrote: > > This series adds suport for power and volume buttons on 5th and 6th > generation Microsoft Surface devices. Specifically, it adds support for > the power-button on the Surface Laptop 1 and Laptop 2, as well as > support for power- and

Re: [PATCH] platform/x86: pmc_atom: Add CB4063 Beckhoff Automation board to critclk_systems DMI table

2019-06-29 Thread Andy Shevchenko
On Tue, Jun 18, 2019 at 4:34 PM wrote: > > From: Steffen Dirkwinkel > > The CB4063 board uses pmc_plt_clk* clocks for ethernet controllers. This > adds it to the critclk_systems DMI table so the clocks are marked as > CLK_CRITICAL and not turned off. > Pushed to my review and testing queue,

Re: [PATCH 2/2] input: soc_button_array for newer surface devices

2019-06-29 Thread Andy Shevchenko
On Thu, Jun 20, 2019 at 2:51 PM Maximilian Luz wrote: > > Power and volume button support for 5th and 6th genration Microsoft > Surface devices via soc_button_array. > > Note that these devices use the same MSHW0040 device as on the Surface > Pro 4, however the implementation is different (GPIOs

Re: [PATCH v2 0/8] platform/x86: Huawei WMI laptop extras driver

2019-06-29 Thread Andy Shevchenko
On Thu, Jun 13, 2019 at 6:04 AM Ayman Bagabas wrote: > > Changes from v1: > * introducing debugfs > * code reformatting > > This patch series introduce new features to the driver and also moves the > driver from wmi_driver to platform_driver. This move is necessary because the > driver is no

Re: [PATCH RFC v2] Convert struct pid count to refcount_t

2019-06-29 Thread Andrea Parri
On Mon, Jun 24, 2019 at 02:45:34PM -0400, Joel Fernandes (Google) wrote: > struct pid's count is an atomic_t field used as a refcount. Use > refcount_t for it which is basically atomic_t but does additional > checking to prevent use-after-free bugs. > > For memory ordering, the only change is

  1   2   >