[PATCH 4.14 214/239] x86/hyperv: Suppress "PCI: Fatal: No config space access function found"

2019-11-18 Thread Greg Kroah-Hartman
From: Dexuan Cui [ Upstream commit 2f285f46240d67060061d153786740d4df53cd78 ] A Generation-2 Linux VM on Hyper-V doesn't have the legacy PCI bus, and users always see the scary warning, which is actually harmless. Suppress it. Signed-off-by: Dexuan Cui Signed-off-by: Thomas Gleixner

Re: WARNING in bdev_read

2019-11-18 Thread Eric Biggers
On Thu, Oct 17, 2019 at 10:02:07AM -0700, syzbot wrote: > Hello, > > syzbot found the following crash on: > > HEAD commit:bc88f85c kthread: make __kthread_queue_delayed_work static > git tree: upstream > console output: https://syzkaller.appspot.com/x/log.txt?x=14e25608e0 > kernel

[PATCH 4.19 387/422] x86/hyperv: Suppress "PCI: Fatal: No config space access function found"

2019-11-18 Thread Greg Kroah-Hartman
From: Dexuan Cui [ Upstream commit 2f285f46240d67060061d153786740d4df53cd78 ] A Generation-2 Linux VM on Hyper-V doesn't have the legacy PCI bus, and users always see the scary warning, which is actually harmless. Suppress it. Signed-off-by: Dexuan Cui Signed-off-by: Thomas Gleixner

Re: FW: [bug report] staging: wilc1000: added support to dynamically add/remove interfaces

2019-11-18 Thread Adham.Abozaeid
> -Original Message- > From: Dan Carpenter > Sent: Thursday, November 14, 2019 12:03 AM > To: Ajay Kathat - I15481 > Cc: de...@driverdev.osuosl.org > Subject: [bug report] staging: wilc1000: added support to dynamically > add/remove interfaces > > > > [ When we renamed the files,

[PATCH] staging: comedi: usbduxfast: usbduxfast_ai_cmdtest rounding error

2019-11-18 Thread Bernd Porr
The userspace comedilib function 'get_cmd_generic_timed' fills the cmd structure with an informed guess and then calls the function 'usbduxfast_ai_cmdtest' in this driver repeatedly while 'usbduxfast_ai_cmdtest' is modifying the cmd struct until it no longer changes. However, because of rounding

Re: [PATCH] staging: octeon: indent with tabs instead of spaces

2019-11-18 Thread Dan Carpenter
On Mon, Nov 18, 2019 at 07:38:52PM +0100, Giovanni Gherdovich wrote: > Remove a coding style error from the Octeon driver's tree and keep > checkpatch.pl a little quieter. > > Being a white-spaces patch the chances of breakage are minimal; we don't > have the hardware to run this driver so we

[PATCH] staging: octeon: indent with tabs instead of spaces

2019-11-18 Thread Giovanni Gherdovich
Remove a coding style error from the Octeon driver's tree and keep checkpatch.pl a little quieter. Being a white-spaces patch the chances of breakage are minimal; we don't have the hardware to run this driver so we built it with COMPILE_TEST enabled on an x86 machine. Signed-off-by: Giovanni

Re: [PATCH] staging: comedi: usbduxsigma: usbduxfast_ai_cmdtest rounding error

2019-11-18 Thread Ian Abbott
On 18/11/2019 17:21, Bernd Porr wrote: 'get_cmd_generic_timed' fills the cmd structure with an informed guess and then calls 'usbduxfast_ai_cmdtest' repeatedly while 'usbduxfast_ai_cmdtest' is modifying the cmd struct until it no longer changes. However, because of rounding errors this never

[PATCH] staging: comedi: usbduxsigma: usbduxfast_ai_cmdtest rounding error

2019-11-18 Thread Bernd Porr
'get_cmd_generic_timed' fills the cmd structure with an informed guess and then calls 'usbduxfast_ai_cmdtest' repeatedly while 'usbduxfast_ai_cmdtest' is modifying the cmd struct until it no longer changes. However, because of rounding errors this never converged because 'steps = (cmd->convert_arg

Re: [PATCH 2/3] dt-binding: iio: Add documentation for ADM1177

2019-11-18 Thread Rob Herring
On Tue, Nov 12, 2019 at 05:35:51PM +0200, Beniamin Bia wrote: > Documentation for ADM1177 was added. > > Signed-off-by: Beniamin Bia > --- > .../bindings/iio/adc/adi,adm1177.yaml | 60 +++ > 1 file changed, 60 insertions(+) > create mode 100644

Re: [PATCH 04/15] staging/android/ion: delete dma_buf->kmap/unmap implemenation

2019-11-18 Thread Laura Abbott
On 11/18/19 5:35 AM, Daniel Vetter wrote: There's no callers in-tree anymore. For merging probably best to stuff this into drm-misc, since that's where the dma-buf heaps will land too. And the resulting conflict hopefully ensures that dma-buf heaps wont have a new ->kmap/unmap implemenation.

Investment Proposal

2019-11-18 Thread Samuel Okono
Dear Sir, My name is Samuel Okono, a Senior Investment Consultant here in Ghana West Africa. I have a client in Ghana that is interested to Invest $108 million USD in your country and would like to engage you or your company to manage the investment on this project. Please my Client needs a

Investment Proposal

2019-11-18 Thread Samuel Okono
Dear Sir, My name is Samuel Okono, a Senior Investment Consultant here in Ghana West Africa. I have a client in Ghana that is interested to Invest $108 million USD in your country and would like to engage you or your company to manage the investment on this project. Please my Client needs a

Re: [PATCH 04/15] staging/android/ion: delete dma_buf->kmap/unmap implemenation

2019-11-18 Thread Greg KH
On Mon, Nov 18, 2019 at 11:35:25AM +0100, Daniel Vetter wrote: > There's no callers in-tree anymore. > > For merging probably best to stuff this into drm-misc, since that's > where the dma-buf heaps will land too. And the resulting conflict > hopefully ensures that dma-buf heaps wont have a new

[PATCH 04/15] staging/android/ion: delete dma_buf->kmap/unmap implemenation

2019-11-18 Thread Daniel Vetter
There's no callers in-tree anymore. For merging probably best to stuff this into drm-misc, since that's where the dma-buf heaps will land too. And the resulting conflict hopefully ensures that dma-buf heaps wont have a new ->kmap/unmap implemenation. Signed-off-by: Daniel Vetter Cc: Laura