STRICTLY CONFIDENTIAL

2016-11-19 Thread Acct. Dept.
I have important transaction for you as next of kin to claim US$18.37m Mail me on my private email: chimwia...@gmail.com so I can send you more details Thanks Mr.Chim Wai Kim MOVE TO INBOX=== DISCLAIMER: This email and any files it contains are confidential and

Possible corrupt file or patch

2016-11-19 Thread Walt Feasel
I have a few files that look perfectly fine in nano and gedit but the patch file that gets made shows the columns out of alignment. I have remade them several times to the same effect. I have also made sure that there isnt a tab and space mix. Is this a bug that happens sometimes or do I need to do

[PATCH v2] ufs: qcom: Properly clear hba priv on failure

2016-11-19 Thread Bjorn Andersson
ufs_qcom_init() sets the hba priv data before attempting to acquire the phy handle, so make sure to clear this in the case of an error. Failing to do this will make ufs_qcom_setup_clocks() operate on the uninitalized host object. Signed-off-by: Bjorn Andersson --- drivers/scsi/ufs/ufs-qcom.c | 6

RE: [PATCH v9 0/8] thunderbolt: Introducing Thunderbolt(TM) Networking

2016-11-19 Thread Levy, Amir (Jer)
On Fri, Nov 18 2016, 12:07 PM, gre...@linuxfoundation.org wrote: > On Fri, Nov 18, 2016 at 08:48:36AM +, Levy, Amir (Jer) wrote: > > > BTW, it is quite a shame that the Thunderbolt firmware version can't > > > be read from Linux. > > > > > > > This is WIP, once this patch will be upstream, we w

RE: [PATCH] net: fec: Detect and recover receive queue hangs

2016-11-19 Thread Andy Duan
From: Chris Lesiak Sent: Friday, November 18, 2016 10:37 PM >To: Andy Duan >Cc: net...@vger.kernel.org; linux-kernel@vger.kernel.org; Jaccon >Bastiaansen >Subject: Re: [PATCH] net: fec: Detect and recover receive queue hangs > >On 11/18/2016 12:44 AM, Andy Duan wrote: >> From: Chris Lesi

Re: [PATCH] ufs: qcom: Properly clear hba priv on failure

2016-11-19 Thread Bjorn Andersson
On Sat 19 Nov 12:30 PST 2016, Subhash Jadavani wrote: > On 2016-11-18 12:55, Bjorn Andersson wrote: > >In the case where we fail to acquire the phy the hba priv will be set > >already, so during cleanup ufs_qcom_setup_clocks() will dereference the > >now free, but still "valid looking" pointer "ho

{standard input}:854: Error: unknown opcode

2016-11-19 Thread kbuild test robot
Hi Rich, FYI, the error/warning still remains. tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 77079b133f242d3e3710c9b89ed54458307e54ff commit: b4214e41b7152b1964a3421a40251d202ae2d2c0 sh: add SMP support for J2 date: 4 months ago config: sh-j2_defconf

RE: [patch v8 1/1] i2c: add master driver for mellanox systems

2016-11-19 Thread Vadim Pasternak
Hi Wolfram, > -Original Message- > From: Wolfram Sang [mailto:wsa-...@sang-engineering.com] > Sent: Saturday, November 19, 2016 11:05 PM > To: Vadim Pasternak > Cc: w...@the-dreams.de; linux-...@vger.kernel.org; linux- > ker...@vger.kernel.org; j...@resnulli.us; Michael Shych > > Subject

fs/xfs/xfs_ondisk.h:96:2: error: call to '__compiletime_assert_96' declared with attribute error: XFS: sizeof(xfs_dir2_sf_entry_t) is wrong, expected 3

2016-11-19 Thread kbuild test robot
Hi Dave, FYI, the error/warning still remains. tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 77079b133f242d3e3710c9b89ed54458307e54ff commit: ab9d1e4f7b0217948a3b35a64178602ab30ff45d Merge branch 'xfs-misc-fixes-4.6-3' into for-next date: 9 months a

drivers/gpu/drm/i915/i915_gem_gtt.c:2367: error: 'gtt_entry' may be used uninitialized in this function

2016-11-19 Thread kbuild test robot
Hi Dave, FYI, the error/warning still remains. tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 77079b133f242d3e3710c9b89ed54458307e54ff commit: 85d1225ec066b2ef46fbd0ed1bae78ae1f3e6c91 drm/i915: Introduce & use new lightweight SGL iterators date: 6 mo

Re: [RFC PATCH v2 5/7] iio: multiplexer: new iio category and iio-mux driver

2016-11-19 Thread Peter Rosin
On 2016-11-19 16:49, Jonathan Cameron wrote: > On 17/11/16 21:48, Peter Rosin wrote: >> When a multiplexer changes how an iio device behaves (for example >> by feeding different signals to an ADC), this driver can be used >> create one virtual iio channel for each multiplexer state. >> >> Depends o

Re: [05/20] hwmon/via-cputemp: Remove pointless CPU check on each CPU

2016-11-19 Thread Guenter Roeck
On 11/19/2016 02:53 PM, Sebastian Andrzej Siewior wrote: On 2016-11-19 09:23:31 [-0800], Guenter Roeck wrote: Applied to -next. Thanks. Since you took that one, could you also please consider to apply |[PATCH 06/20 v2] hwmon/via-cputemp: Convert to hotplug state machine ? It depends on the 5th

[RFC] Input: synaptics-rmi4 - fix out-of-bounds memory access

2016-11-19 Thread Guenter Roeck
Kasan reports: BUG: KASAN: slab-out-of-bounds in __fill_v4l2_buffer+0xc3/0x540 [videobuf2_v4l2] at addr 8806c5e0c6cc Read of size 4 by task heatmap/14414 CPU: 2 PID: 14414 Comm: heatmap Tainted: GB OE 4.9.0-rc5+ #1 Hardware name: MSI MS-7924/H97M-G43(MS-7924), BIOS V2.0 04/15/

Re: [PATCH] fs: xfs: xfs_icreate_item: constify xfs_item_ops structure

2016-11-19 Thread Eric Sandeen
On 11/19/16 7:16 AM, Bhumika Goyal wrote: > Declare the structure xfs_item_ops as const as it is only passed as an > argument to the function xfs_log_item_init. As this argument is of type > const struct xfs_item_ops *, so xfs_item_ops structures having this > property can be declared as const. >

Re: [v5,3/5] USB: ohci: da8xx: Allow a regulator to handle VBUS

2016-11-19 Thread David Lechner
On 11/19/2016 09:31 PM, David Lechner wrote: On 11/14/2016 08:41 AM, ahas...@baylibre.com wrote: +ocic_mask |= 1; I thought that a previous patch got rid of all globals. Why is ocic_mask still a global variable? I suppose if I read the commit message, I will know the answer ;-)

Re: [v5,3/5] USB: ohci: da8xx: Allow a regulator to handle VBUS

2016-11-19 Thread David Lechner
On 11/14/2016 08:41 AM, ahas...@baylibre.com wrote: Using a regulator to handle VBUS will eliminate the need for platform data and callbacks, and make the driver more generic allowing different types of regulators to handle VBUS. The regulator equivalents to the platform callbacks are: set_p

Re: [v5,1/5] USB: ohci: da8xx: use ohci priv data instead of globals

2016-11-19 Thread David Lechner
On 11/14/2016 08:40 AM, ahas...@baylibre.com wrote: Instead of global variables, use the extra_priv_size of the ohci driver. We cannot yet move the ocic mask because this is used on the interrupt handler which is registerded through platform data and does not have an hcd pointer. This will be mo

commit 4dd1837d7589f468ed109556513f476e7a7f9121 breaks build

2016-11-19 Thread Tobias Jakobi
Hello, this is a resend of my initial mail, see below, to Al Viro (which sadly was ignored). It's rc5 now, and this issue still remains. Putting some more lists on the Cc now. Reverting the commit still works for me. With best wishes, Tobias Hello Al, compiled a kernel on

Re: [PATCH v10 04/10] kexec_file: Add support for purgatory built as PIE.

2016-11-19 Thread Dave Young
On 11/10/16 at 01:27am, Thiago Jung Bauermann wrote: > powerpc's purgatory.ro has 12 relocation types when built as > a relocatable object. To implement support for them requires > arch_kexec_apply_relocations_add to duplicate a lot of code with > module_64.c:apply_relocate_add. > > When built as

[PATCH urgent] x86/traps: Ignore high word of regs->cs in early_fixup_exception()

2016-11-19 Thread Andy Lutomirski
On the 80486 DX, it seems that some exceptions may leave garbage in the high bits of CS. This causes sporadic failures in which early_fixup_exception() refuses to fix up an exception. As far as I can tell, this has been buggy for a long time, but the problem seems to have been exacerbated by comm

[GIT PULL] ARM: SoC fixes

2016-11-19 Thread Olof Johansson
Hi Linus, Actual current version this time. Had an old file with the generated pull request around in my directory on this machine. Thanks, -Olof The following changes since commit a25f0944ba9b1d8a6813fd6f1a86f1bd59ac25a6: Linux 4.9-rc5 (2016-11-13 10:32:32 -0800) are available in the git r

Re: [GIT PULL] ARM: SoC fixes

2016-11-19 Thread Olof Johansson
On Sat, Nov 19, 2016 at 6:26 PM, Linus Torvalds wrote: > On Sat, Nov 19, 2016 at 6:22 PM, Olof Johansson wrote: >> >> git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git >> tags/armsoc-for-linus > > Forgot to push? I get a tag that is an old one from August last year.. Crap. Inlined

[GIT PULL] ext4 bug fixes for 4.9

2016-11-19 Thread Theodore Ts'o
The following changes since commit bc33b0ca11e3df46a4fa7639ba488c9d4911: Linux 4.9-rc4 (2016-11-05 16:23:36 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_stable for you to fetch changes up to 8cdf3372fe8368f563

Re: [GIT PULL] ARM: SoC fixes

2016-11-19 Thread Linus Torvalds
On Sat, Nov 19, 2016 at 6:22 PM, Olof Johansson wrote: > > git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git > tags/armsoc-for-linus Forgot to push? I get a tag that is an old one from August last year.. Linus

[GIT PULL] ARM: SoC fixes

2016-11-19 Thread Olof Johansson
Hi Linus, The following changes since commit 4b3415c9363f828e7f1e45edecb57930849d5d5b: Merge tag 'imx-fixes-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into fixes (2015-01-23 14:23:40 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/l

Re: What exactly do 32-bit x86 exceptions push on the stack in the CS slot?

2016-11-19 Thread Andy Lutomirski
On Sat, Nov 19, 2016 at 6:11 PM, Brian Gerst wrote: > On Sat, Nov 19, 2016 at 8:52 PM, Andy Lutomirski wrote: >> This is a question for the old-timers here, since I can't find >> anything resembling an answer in the SDM. >> >> Suppose an exception happens (#UD in this case, but I assume it >> doe

Re: What exactly do 32-bit x86 exceptions push on the stack in the CS slot?

2016-11-19 Thread Brian Gerst
On Sat, Nov 19, 2016 at 8:52 PM, Andy Lutomirski wrote: > This is a question for the old-timers here, since I can't find > anything resembling an answer in the SDM. > > Suppose an exception happens (#UD in this case, but I assume it > doesn't really matter). We're not in long mode, and the IDT is

What exactly do 32-bit x86 exceptions push on the stack in the CS slot?

2016-11-19 Thread Andy Lutomirski
This is a question for the old-timers here, since I can't find anything resembling an answer in the SDM. Suppose an exception happens (#UD in this case, but I assume it doesn't really matter). We're not in long mode, and the IDT is set up to deliver to a normal 32-bit kernel code segment. We're

Re: [PATCH 3.16 327/346] mm: workingset: fix crash in shadow node shrinker caused by replace_page_cache_page()

2016-11-19 Thread Ben Hutchings
On Mon, 2016-11-14 at 10:42 -0500, Johannes Weiner wrote: > On Mon, Nov 14, 2016 at 12:14:20AM +, Ben Hutchings wrote: > > 3.16.39-rc1 review patch.  If anyone has any objections, please let me know. > > > > -- > > > > From: Johannes Weiner > > > > commit 22f2ac51b6d643666f4

[PATCH] x86/boot: Fail the boot if !M486 and CPUID is missing

2016-11-19 Thread Andy Lutomirski
Linux will have all kinds of sporadic problems on systems that don't have the CPUID instruction unless CONFIG_M486=y. In particular, sync_core() will explode. I believe that these kernels had a better chance of working before commit 05fb3c199bb0 ("x86/boot: Initialize FPU and X86_FEATURE_ALWAYS e

Re: [PATCH v4] media: Driver for Toshiba et8ek8 5MP sensor

2016-11-19 Thread Sakari Ailus
Hi Pavel, Just a few more comments... Please check my other review as well. I believe you may have missed the comments in between in that one. On Sun, Oct 23, 2016 at 10:03:55PM +0200, Pavel Machek wrote: > > Add driver for et8ek8 sensor, found in Nokia N900 main camera. Can be > used for takin

Re: [Ksummit-discuss] Including images on Sphinx documents

2016-11-19 Thread David Woodhouse
> On Sat, Nov 19, 2016 at 9:55 AM, David Woodhouse > wrote: >> >> I know it's unfashionable these days, but TeX always used to be bloody >> good at that kind of thing. > > You must have used a different TeX than I did. > > TeX is a horrible example. The moment you needed to insert anything > that

Re: [PATCH v2 3/3] staging: speakup: TODO Correct email

2016-11-19 Thread Chris Brannon
Walt Feasel writes: > Make email correction for k...@reisers.ca > > Signed-off-by: Walt Feasel Acked-by: Chris Brannon > --- > v2 makes changes to correct for email format patch submission > > drivers/staging/speakup/TODO | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

Re: [PULL REQUEST] Please pull rdma.git

2016-11-19 Thread Doug Ledford
On 11/19/2016 2:46 PM, Or Gerlitz wrote: > On Fri, Nov 18, 2016 at 4:01 AM, Doug Ledford wrote: >> On 11/17/2016 5:24 PM, Or Gerlitz wrote: > > [...] > >> I agree with you. It doesn't fix your patch. The commit message can >> still be fixed up. > >>> Please do not send it to Linus and wait fo

Re: [05/20] hwmon/via-cputemp: Remove pointless CPU check on each CPU

2016-11-19 Thread Sebastian Andrzej Siewior
On 2016-11-19 09:23:31 [-0800], Guenter Roeck wrote: > Applied to -next. Thanks. Since you took that one, could you also please consider to apply |[PATCH 06/20 v2] hwmon/via-cputemp: Convert to hotplug state machine ? It depends on the 5th patch from the series which applied. > Thanks, > Guenter

Re: [PATCH 1/4] statx: Add a system call to make enhanced file info available

2016-11-19 Thread Dave Chinner
On Fri, Nov 18, 2016 at 10:54:02PM +, David Howells wrote: > Dave Chinner wrote: > > > And when we start thinking in those timeframes, an > > increase in timestamp resoultion of at least another 10e-3 is > > likely > > Is it, though? To be useful, surely you have to be able to jam quite

[RFC] timekeeping: Use cached readouts for monotonic and raw clocks in suspend

2016-11-19 Thread Joel Fernandes
I am planning to add boot clock as a trace clock that can account suspend time during tracing, however ktime_get_with_offset throws a warning as the clocksource is attempted to be accessed in suspend. Currently only fast monotonic and raw timekeepers are halted and the cached readout and cycles ar

[PULL REQUEST] i2c for 4.9

2016-11-19 Thread Wolfram Sang
Linus, here are some I2C driver bugfixes (and one documentation fix) for you. Please pull. Note that I currently need to use a different email address until the problems with my main mail provider are settled. Thanks, Wolfram The following changes since commit bc33b0ca11e3df46a4fa7639ba

Re: [Ksummit-discuss] Including images on Sphinx documents

2016-11-19 Thread Linus Torvalds
On Sat, Nov 19, 2016 at 12:54 PM, Mauro Carvalho Chehab wrote: > > I did some research on Friday trying to identify where those images > came. It turns that, for the oldest images (before I took the media > maintainership), PDF were actually their "source", as far as I could track, > in the sense

Re: [patch v8 1/1] i2c: add master driver for mellanox systems

2016-11-19 Thread Wolfram Sang
Hi, looks mostly good. I just found this comment which needs clarification: > + /* > + * All upper layers currently are never use transfer with more than > + * 2 messages. Have you really checked ALL of the upper layers? And even if so, there is the dev-interface to userspace which

Re: [RFC,2/2] hwmon: adt7411: add min, max and alarm attributes

2016-11-19 Thread Guenter Roeck
On Fri, Oct 14, 2016 at 11:43:35AM +0200, Michael Walle wrote: > This patch adds support for the min, max and alarm attributes of the > voltage and temperature channels. Additionally, the temp2_fault attribute > is supported which indicates a fault of the external temperature diode. > > Signed-off

Re: [RFC,2/2] hwmon: adt7411: add min, max and alarm attributes

2016-11-19 Thread Guenter Roeck
On Fri, Oct 14, 2016 at 11:43:35AM +0200, Michael Walle wrote: > This patch adds support for the min, max and alarm attributes of the > voltage and temperature channels. Additionally, the temp2_fault attribute > is supported which indicates a fault of the external temperature diode. > > Signed-off

Re: [Ksummit-discuss] Including images on Sphinx documents

2016-11-19 Thread Mauro Carvalho Chehab
Em Sat, 19 Nov 2016 10:15:43 -0700 Jonathan Corbet escreveu: > On Thu, 17 Nov 2016 08:02:50 -0800 > Linus Torvalds wrote: > > > We have makefiles, but more importantly, few enough people actually > > *generate* the documentation, that I think if it's an option to just > > fix sphinx, we should

Re: [PATCH] i2c: i2c-mux-pca954x: fix deselect enabling for device-tree

2016-11-19 Thread Wolfram Sang
On Sat, Nov 19, 2016 at 10:48:38AM +0100, Peter Rosin wrote: > From: Alex Hemme > > Deselect functionality can be ignored for device-trees with > "i2c-mux-idle-disconnect" entries if no platform_data is available. > By enabling the deselect functionality outside the platform_data > block the logi

Re: [PATCH] ufs: qcom: Properly clear hba priv on failure

2016-11-19 Thread Subhash Jadavani
On 2016-11-18 12:55, Bjorn Andersson wrote: In the case where we fail to acquire the phy the hba priv will be set already, so during cleanup ufs_qcom_setup_clocks() will dereference the now free, but still "valid looking" pointer "host". host (ufs_qcom_host) was allocated with devm_kzalloc() so

Re: [PATCH] x86/dumpstack: make stack name tags more comprehensible

2016-11-19 Thread Josh Poimboeuf
On Fri, Nov 18, 2016 at 11:46:23AM -0600, Josh Poimboeuf wrote: > NMI stack dumps are bracked by the following tags: s/bracked/bracketed/ -- Josh

Re: [PATCH v7 4/9] drivers:input:tsc2007: add iio interface to read external ADC input and temperature

2016-11-19 Thread Jonathan Cameron
On 19 November 2016 18:38:49 GMT+00:00, Dmitry Torokhov wrote: >On Sat, Nov 12, 2016 at 02:19:30PM +, Jonathan Cameron wrote: >> On 12/11/16 14:04, Jonathan Cameron wrote: >> > On 11/11/16 19:02, H. Nikolaus Schaller wrote: >> >> The tsc2007 chip not only has a resistive touch screen contro

[PATCH] drivers/usb: use READ_ONCE instead of deprecated ACCESS_ONCE

2016-11-19 Thread Davidlohr Bueso
With the new standardized functions, we can replace all ACCESS_ONCE() calls across relevant drivers/usb/. ACCESS_ONCE() does not work reliably on non-scalar types. For example gcc 4.6 and 4.7 might remove the volatile tag for such accesses during the SRA (scalar replacement of aggregates) step: h

[PATCH] drivers/base: use READ_ONCE instead of deprecated ACCESS_ONCE

2016-11-19 Thread Davidlohr Bueso
With the new standardized functions, we can replace all ACCESS_ONCE() calls across relevant drivers/base/. ACCESS_ONCE() does not work reliably on non-scalar types. For example gcc 4.6 and 4.7 might remove the volatile tag for such accesses during the SRA (scalar replacement of aggregates) step:

Re: [PULL REQUEST] Please pull rdma.git

2016-11-19 Thread Or Gerlitz
On Fri, Nov 18, 2016 at 4:01 AM, Doug Ledford wrote: > On 11/17/2016 5:24 PM, Or Gerlitz wrote: [...] > I agree with you. It doesn't fix your patch. The commit message can > still be fixed up. >> Please do not send it to Linus and wait for them to respond. I >> disagree that it fixes my commi

[PATCH] security: use READ_ONCE instead of deprecated ACCESS_ONCE

2016-11-19 Thread Davidlohr Bueso
With the new standardized functions, we can replace all ACCESS_ONCE() calls across relevant security/keyrings/. ACCESS_ONCE() does not work reliably on non-scalar types. For example gcc 4.6 and 4.7 might remove the volatile tag for such accesses during the SRA (scalar replacement of aggregates) st

[GIT PULL] KVM fixes for v4.9-rc6

2016-11-19 Thread Radim Krčmář
Linus, this pull request contains two fixes for recent syzkaller reports and more fixes are expected for rc7. The following changes since commit a25f0944ba9b1d8a6813fd6f1a86f1bd59ac25a6: Linux 4.9-rc5 (2016-11-13 10:32:32 -0800) are available in the git repository at: git://git.kernel.org/

[PATCH v3 1/5] staging: speakup: synth.c Spaces around operators

2016-11-19 Thread Walt Feasel
Make suggested checkpatch modification for CHECK: spaces preferred around that '|,+,-,/' Signed-off-by: Walt Feasel --- v3 fixes erroneous w added in v2 drivers/staging/speakup/synth.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/speakup/synth.c

Re: [PATCH] kvm: kvmclock: let KVM_GET_CLOCK return whether the master clock is in use

2016-11-19 Thread Radim Krčmář
2016-11-09 17:48+0100, Paolo Bonzini: > Userspace can read the exact value of kvmclock by reading the TSC > and fetching the timekeeping parameters out of guest memory. This > however is brittle and not necessary anymore with KVM 4.11. Provide > a mechanism that lets userspace know if the new KVM

Re: [PATCH] KVM: async_pf: avoid recursive flushing of work items

2016-11-19 Thread Radim Krčmář
2016-11-17 15:55+0100, Paolo Bonzini: > This was reported by syzkaller: > > [ INFO: possible recursive locking detected ] > 4.9.0-rc4+ #49 Not tainted > - > kworker/2:1/5658 is trying to acquire lock: > ([ 1644.769018] (&work->work)

Re: [PATCH] KVM: x86: fix missed SRCU usage in kvm_lapic_set_vapic_addr

2016-11-19 Thread Radim Krčmář
2016-11-17 15:55+0100, Paolo Bonzini: > Reported by syzkaller: > > [ INFO: suspicious RCU usage. ] > 4.9.0-rc4+ #47 Not tainted > --- > ./include/linux/kvm_host.h:536 suspicious rcu_dereference_check() usage! > > stack backtrace: > CPU: 1 PID: 6

Re: [PATCH] kvm: x86: merge kvm_arch_set_irq and kvm_arch_set_irq_inatomic

2016-11-19 Thread Radim Krčmář
2016-11-17 15:55+0100, Paolo Bonzini: > kvm_arch_set_irq is unused since commit b97e6de9c96. Merge > its functionality with kvm_arch_set_irq_inatomic. > > Reported-by: Jiang Biao > Signed-off-by: Paolo Bonzini > --- Applied to kvm/master, thanks.

[PATCH] dmaengine: qcom_hidma: autoload while probing ACPI

2016-11-19 Thread Sinan Kaya
MODULE_DEVICE_TABLE is used by the kernel to determine which device driver should be loaded for which platform device. MODULE_DEVICE_TABLE has been only defined for the device-tree based platforms in the current code. Defining it also for ACPI based platforms. Signed-off-by: Sinan Kaya --- drive

Re: [PATCH] [v9]Input: evdev: fix bug of dropping valid packet after syn_dropped event

2016-11-19 Thread Dmitry Torokhov
Hi Anoroop, On Wed, Oct 05, 2016 at 12:42:56AM +0530, Aniroop Mathur wrote: > If last event dropped in the old queue was EV_SYN/SYN_REPORT, then lets > generate EV_SYN/SYN_REPORT immediately after queing EV_SYN/SYN_DROPPED > so that clients would not ignore next valid full packet events. > > Sign

Re: [PATCH] infiniband: remove WARN that is not kernel bug

2016-11-19 Thread Jason Gunthorpe
On Fri, Nov 18, 2016 at 09:22:42PM -0500, valdis.kletni...@vt.edu wrote: > On Fri, 18 Nov 2016 12:24:37 +0100, Dmitry Vyukov said: > > WARNINGs mean kernel bugs. > > The one in ucma_write() points to user programming error > > or a malicious attempt. This is not a kernel bug, remove it. > > > -

Re: [tip:locking/core] locking/mutex, drm: Introduce mutex_trylock_recursive()

2016-11-19 Thread Rob Clark
On Wed, Nov 16, 2016 at 3:37 AM, tip-bot for Peter Zijlstra wrote: > Commit-ID: 0f5225b024d4bffd682aab008c35862e8fdc1865 > Gitweb: http://git.kernel.org/tip/0f5225b024d4bffd682aab008c35862e8fdc1865 > Author: Peter Zijlstra > AuthorDate: Fri, 7 Oct 2016 17:43:51 +0200 > Committer: Ingo M

Re: [RFC PATCH v3 12/20] x86: Decrypt trampoline area if memory encryption is active

2016-11-19 Thread Tom Lendacky
On 11/17/2016 12:09 PM, Borislav Petkov wrote: > On Wed, Nov 09, 2016 at 06:37:08PM -0600, Tom Lendacky wrote: >> When Secure Memory Encryption is enabled, the trampoline area must not >> be encrypted. A CPU running in real mode will not be able to decrypt >> memory that has been encrypted because

Re: [PATCH v2 1/5] staging: speakup: synth.c Spaces around operators

2016-11-19 Thread kbuild test robot
Hi Walt, [auto build test ERROR on staging/staging-testing] [also build test ERROR on v4.9-rc5 next-20161117] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Walt-Feasel/staging-speakup-synth-c-c

Re: [RFC PATCH v3 11/20] x86: Add support for changing memory encryption attribute

2016-11-19 Thread Tom Lendacky
On 11/17/2016 11:39 AM, Borislav Petkov wrote: > On Wed, Nov 09, 2016 at 06:36:55PM -0600, Tom Lendacky wrote: >> This patch adds support to be change the memory encryption attribute for >> one or more memory pages. > > "Add support for changing ..." Yeah, I kind of messed up that description a b

Re: [REVIEW][PATCH 0/3] Fixing ptrace vs exec vs userns interactions

2016-11-19 Thread Eric W. Biederman
Willy Tarreau writes: > On Sat, Nov 19, 2016 at 08:17:00AM +0100, Willy Tarreau wrote: >> Hi Eric, >> >> On Thu, Nov 17, 2016 at 11:02:47AM -0600, Eric W. Biederman wrote: >> > >> > With everyone heading to Kernel Summit and Plumbers I put this set of >> > patches down temporarily. Now is the

Re: [PATCH] coresight: perf: Add a missing call to etm_free_aux

2016-11-19 Thread Quentin Lambert
On 11/19/2016 07:22 PM, Quentin Lambert wrote: On 11/19/2016 06:41 PM, Quentin Lambert wrote: Most error branches following the call to alloc_event_data contain a call to etm_free_aux. This patch add a call to etm_free_aux to an error branch that does not call it. This issue was found with

Re: [Ksummit-discuss] Including images on Sphinx documents

2016-11-19 Thread Linus Torvalds
On Sat, Nov 19, 2016 at 9:55 AM, David Woodhouse wrote: > > I know it's unfashionable these days, but TeX always used to be bloody > good at that kind of thing. You must have used a different TeX than I did. TeX is a horrible example. The moment you needed to insert anything that TeX didn't know

Re: [REVIEW][PATCH 0/3] Fixing ptrace vs exec vs userns interactions

2016-11-19 Thread Eric W. Biederman
ebied...@xmission.com (Eric W. Biederman) writes: > Willy Tarreau writes: > >> Hi Eric, >> >> On Thu, Nov 17, 2016 at 11:02:47AM -0600, Eric W. Biederman wrote: >>> >>> With everyone heading to Kernel Summit and Plumbers I put this set of >>> patches down temporarily. Now is the time to take i

Re: [PATCH v7 4/9] drivers:input:tsc2007: add iio interface to read external ADC input and temperature

2016-11-19 Thread Dmitry Torokhov
On Sat, Nov 12, 2016 at 02:19:30PM +, Jonathan Cameron wrote: > On 12/11/16 14:04, Jonathan Cameron wrote: > > On 11/11/16 19:02, H. Nikolaus Schaller wrote: > >> The tsc2007 chip not only has a resistive touch screen controller but > >> also an external AUX adc imput which can be used for an a

Re: [REVIEW][PATCH 0/3] Fixing ptrace vs exec vs userns interactions

2016-11-19 Thread Eric W. Biederman
Willy Tarreau writes: > Hi Eric, > > On Thu, Nov 17, 2016 at 11:02:47AM -0600, Eric W. Biederman wrote: >> >> With everyone heading to Kernel Summit and Plumbers I put this set of >> patches down temporarily. Now is the time to take it back up and to >> make certain I am not missing something

Re: [PATCH v6 0/9] tpm: cleanup/fixes in existing event log support

2016-11-19 Thread Jason Gunthorpe
On Tue, Nov 15, 2016 at 10:54:53AM -0800, Jarkko Sakkinen wrote: > On Tue, Nov 15, 2016 at 11:06:10AM -0700, Jason Gunthorpe wrote: > > On Tue, Nov 15, 2016 at 09:40:12AM -0800, Jarkko Sakkinen wrote: > > > > > I applied fix from Colin. I for OF specific patches in this patch set > > > I do not ha

Re: [PATCH v6 4/8] drivers:input:tsc2007: add iio interface to read external ADC input and temperature

2016-11-19 Thread Dmitry Torokhov
Hi Nikolaus, On Thu, Oct 27, 2016 at 10:44:17AM +0200, H. Nikolaus Schaller wrote: > The tsc2007 chip not only has a resistive touch screen controller but > also an external AUX adc imput which can be used for an ambient > light sensor, battery voltage monitoring or any general purpose. > > Addit

Re: [PATCH v2] mtd: nand: nandsim: fix error check

2016-11-19 Thread Boris Brezillon
On Wed, 16 Nov 2016 08:02:55 + Sudip Mukherjee wrote: > debugfs_create_dir() and debugfs_create_file() returns NULL on error or > a pointer on success. They do not return the error value with ERR_PTR. > So we should not check the return with IS_ERR_OR_NULL, instead we > should just check for

Re: [RFC PATCH v3 10/20] Add support to access boot related data in the clear

2016-11-19 Thread Tom Lendacky
On 11/17/2016 9:55 AM, Borislav Petkov wrote: > On Wed, Nov 09, 2016 at 06:36:31PM -0600, Tom Lendacky wrote: >> Boot data (such as EFI related data) is not encrypted when the system is >> booted and needs to be accessed unencrypted. Add support to apply the >> proper attributes to the EFI page ta

Re: [PATCH 00/11] mtd: nand: denali: first round of cleanups of Denali NAND driver

2016-11-19 Thread Boris Brezillon
Hi Masahiro, On Sun, 20 Nov 2016 01:15:05 +0900 Masahiro Yamada wrote: > Hi Boris, > > > 2016-11-19 17:30 GMT+09:00 Boris Brezillon > : > > Hi Masahiro, > > > > On Wed, 9 Nov 2016 13:35:19 +0900 > > Masahiro Yamada wrote: > > > >> I am tackling on this driver to use it for my SoCs. > >> T

Re: [PATCH v4.2 0/2] console: Add persistent scrollback buffers for all VGA console

2016-11-19 Thread Andrey Utkin
Got into trouble sending my replies to LKML from Mutt, getting delivery rejections related to encoding: https://gist.github.com/andrey-utkin/b204666c34613858a34844283571ce17 Sorry for people who got excessive resends from me. For now I'm sending this from web interface, hopefully it gets things r

Re: [PATCH] coresight: perf: Add a missing call to etm_free_aux

2016-11-19 Thread Quentin Lambert
On 11/19/2016 06:41 PM, Quentin Lambert wrote: Most error branches following the call to alloc_event_data contain a call to etm_free_aux. This patch add a call to etm_free_aux to an error branch that does not call it. This issue was found with Hector. Signed-off-by: Quentin Lambert --- driv

[PATCH] xen-scsifront: Add a missing call to kfree

2016-11-19 Thread Quentin Lambert
Most error branches following the call to kmalloc contain a call to kfree. This patch add these calls where they are missing. This issue was found with Hector. Signed-off-by: Quentin Lambert --- drivers/scsi/xen-scsifront.c |1 + 1 file changed, 1 insertion(+) --- a/drivers/scsi/xen-scsif

[PATCH] stm class: Add a missing call to put_device

2016-11-19 Thread Quentin Lambert
Most error branches following the call to class_find_device contain a call to put_device. This patch add calls to put_device where they are missing. This issue was found with Hector. Signed-off-by: Quentin Lambert --- drivers/hwtracing/stm/core.c |4 +++- 1 file changed, 3 insertions(+), 1

[PATCH 0/3] usb: xhci: Add broken port disable quirk

2016-11-19 Thread Roger Quadros
Hi, Some XHCI controllers e.g. dwc3 based have a broken Port disable [1]. If the attached high-speed device is misbehaving, the USB stack typically disables the port using the PED bit in PORTSC. For the controllers that have broken port disable, the port fails to detect further attach/detach even

Re: [PATCH v6 7/8] drivers:input:ads7846(+tsc2046): fix spi module table

2016-11-19 Thread Dmitry Torokhov
On Thu, Oct 27, 2016 at 10:44:20AM +0200, H. Nikolaus Schaller wrote: > Fix module table so that the driver is loaded if compiled > as module and requested by DT. We really need to fix it between spi/i23c core and module utils instead of keeping adding duplicate IDs all over drivers. We already ha

Re: [RFC PATCH v3 09/20] x86: Insure that boot memory areas are mapped properly

2016-11-19 Thread Tom Lendacky
On 11/17/2016 6:20 AM, Borislav Petkov wrote: > On Wed, Nov 09, 2016 at 06:36:20PM -0600, Tom Lendacky wrote: >> The boot data and command line data are present in memory in an >> un-encrypted state and are copied early in the boot process. The early >> page fault support will map these areas as e

Re: [PATCH v6 2/8] drivers:input:tsc2007: send pendown and penup only once like ads7846(+tsc2046) driver does

2016-11-19 Thread Dmitry Torokhov
On Thu, Oct 27, 2016 at 10:44:15AM +0200, H. Nikolaus Schaller wrote: > this should reduce unnecessary input events. The duplicates will be filtered out by the input core anyway. I like to keep the drivers simple. Thanks. > > Signed-off-by: H. Nikolaus Schaller > --- > drivers/input/touchscre

Re: [RFC,2/2] hwmon: adt7411: add min, max and alarm attributes

2016-11-19 Thread Guenter Roeck
Hi Michael, On Fri, Oct 14, 2016 at 11:43:35AM +0200, Michael Walle wrote: > This patch adds support for the min, max and alarm attributes of the > voltage and temperature channels. Additionally, the temp2_fault attribute > is supported which indicates a fault of the external temperature diode. >

Re: [PATCH 2/6] ASoC: samsung: smdk_wm8580: Remove old platforms and drop mach-types usage

2016-11-19 Thread Krzysztof Kozlowski
On Sat, Nov 19, 2016 at 04:48:26PM +0100, Lars-Peter Clausen wrote: > On 11/19/2016 04:45 PM, Lars-Peter Clausen wrote: > > On 11/19/2016 04:42 PM, Lars-Peter Clausen wrote: > >> On 11/19/2016 03:48 PM, Krzysztof Kozlowski wrote: > >> [...] > >>> @@ -206,15 +204,10 @@ static int __init smdk_audio_i

Re: [PATCH v2 1/5] staging: speakup: synth.c Spaces around operators

2016-11-19 Thread kbuild test robot
Hi Walt, [auto build test ERROR on staging/staging-testing] [also build test ERROR on v4.9-rc5 next-20161117] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Walt-Feasel/staging-speakup-synth-c-c

[PATCH] [SCSI] dpt_i2o: Add a missing call to kfree

2016-11-19 Thread Quentin Lambert
Most error branches following the call to kzalloc contain a call to kfree. This patch add these calls where they are missing. This issue was found with Hector. Signed-off-by: Quentin Lambert --- drivers/scsi/dpt_i2o.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- a/drivers/s

[PATCH] coresight: perf: Add a missing call to etm_free_aux

2016-11-19 Thread Quentin Lambert
Most error branches following the call to alloc_event_data contain a call to etm_free_aux. This patch add a call to etm_free_aux to an error branch that does not call it. This issue was found with Hector. Signed-off-by: Quentin Lambert --- drivers/hwtracing/coresight/coresight-etm-perf.c |2

Re: [Ksummit-discuss] Including images on Sphinx documents

2016-11-19 Thread David Woodhouse
On Sat, 2016-11-19 at 10:15 -0700, Jonathan Corbet wrote: > Might there be a tool or an extension out there that > would allow us to express these diagrams in a text-friendly, editable > form? I know it's unfashionable these days, but TeX always used to be bloody good at that kind of thing. -- d

Re: [Ksummit-discuss] Including images on Sphinx documents

2016-11-19 Thread Bart Van Assche
On 11/19/16 09:15, Jonathan Corbet wrote: > Might there be a tool or an extension out there that would allow us > to express these diagrams in a text-friendly, editable form? How about using the graphviz languages for generating diagrams that can be described easily in one of the graphviz langua

[PATCH] isci: Add a missing call to pci_unmap_biosrom

2016-11-19 Thread Quentin Lambert
Most error branches following the call to pci_map_biosrom contain a call to pci_unmap_biosrom. This patch add these calls where they are missing. This issue was found with Hector. Signed-off-by: Quentin Lambert --- drivers/scsi/isci/probe_roms.c |1 + 1 file changed, 1 insertion(+) --- a/

[PATCH] scsi: pmcraid: Add missing resource releases

2016-11-19 Thread Quentin Lambert
Most error branches following the call to pmcraid_get_free_cmd contain a call to pmcraid_return_cmd. This patch add these calls where they are missing. Moreover, most error branches following the call to class_create contain a call to class_destroy. This patch add these calls where they are missin

[PATCH] scsi: hisi_sas: Add a missing call to kfree

2016-11-19 Thread Quentin Lambert
Most error branches following the call to hisi_sas_shost_alloc contain a call to kfree. This patch add these calls where they are missing. This issue was found with Hector. Signed-off-by: Quentin Lambert --- drivers/scsi/hisi_sas/hisi_sas_main.c |6 -- 1 file changed, 4 insertions(+),

[PATCH] cxgb4i: Add a missing call to neigh_release

2016-11-19 Thread Quentin Lambert
Most error branches following the call to dst_neigh_lookup contain a call to neigh_release. This patch add these calls where they are missing. This issue was found with Hector. Signed-off-by: Quentin Lambert --- drivers/scsi/cxgbi/cxgb4i/cxgb4i.c |2 +- 1 file changed, 1 insertion(+), 1 de

[PATCH] PCI Hotplug: cpqphp: Add missing call to pci_disable_device

2016-11-19 Thread Quentin Lambert
Most error branches following the call to pci_enable_device contain a call to pci_disable_device. This patch add these calls where they are missing. This issue was found with Hector. Signed-off-by: Quentin Lambert --- drivers/pci/hotplug/cpqphp_core.c |3 ++- 1 file changed, 2 insertions(+

[PATCH] scsi: aic94xx: Add a missing call to kfree

2016-11-19 Thread Quentin Lambert
Most error branches following the call to kzalloc contain a call to kfree. This patch add these calls where they are missing. This issue was found with Hector. Signed-off-by: Quentin Lambert --- drivers/scsi/aic94xx/aic94xx_hwi.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---

Re: [PATCH] Change the document about iowait

2016-11-19 Thread Jonathan Corbet
On Mon, 14 Nov 2016 11:42:41 +0800 Chao Fan wrote: > >Sorry for the delay on this. Life has been...challenging... > > > >> Signed-off-by: Cao Jin > >> Signed-off-by: Chao Fan > > > >What does this signoff chain mean? > > Hi jon, > > I made this patch. He is my colleague who helped me

Re: [Ksummit-discuss] Including images on Sphinx documents

2016-11-19 Thread Andrew Lunn
> Rather than beating our heads against the wall trying to convert between > various image formats, maybe we need to take a step back. We're trying > to build better documentation, and there is certainly a place for > diagrams and such in that documentation. Johannes was asking about it > for the

[PATCH v2 2/5] staging: speakup: synth.c Blank line before }

2016-11-19 Thread Walt Feasel
Make suggested checkpatch modification for CHECK: Blank lines aren't necessary before a close brace '}' Signed-off-by: Walt Feasel --- v2 makes changes to correct for email format patch submission drivers/staging/speakup/synth.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging

[PATCH v2 3/5] staging: speakup: synth.c Logical continuation

2016-11-19 Thread Walt Feasel
Make suggested checkpatch modification for CHECK: Logical continuations should be on the previous line Signed-off-by: Walt Feasel --- v2 makes changes to correct for email format patch submission drivers/staging/speakup/synth.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --g

  1   2   3   4   >