[PATCH 12/34] staging: lustre: lnet: change lnd_t to proper structure

2017-02-26 Thread James Simmons
Change lnd_t from typedef to proper structure. Signed-off-by: James Simmons Reviewed-on: https://review.whamcloud.com/20831 Reviewed-by: Olaf Weber Reviewed-by: Doug Oucharek Reviewed-by: Dmitry Eremin Reviewed-by: Oleg Drokin Signed-off-by: James Simmons --- drivers/staging/lustre/include/

[PATCH 10/34] staging: lustre: lnet: change lnet_libmd_t to proper structure

2017-02-26 Thread James Simmons
Change lnet_libmd_t from typedef to proper structure. Signed-off-by: James Simmons Reviewed-on: https://review.whamcloud.com/20831 Reviewed-by: Olaf Weber Reviewed-by: Doug Oucharek Reviewed-by: Dmitry Eremin Reviewed-by: Oleg Drokin Signed-off-by: James Simmons --- .../staging/lustre/inclu

[PATCH 11/34] staging: lustre: lnet: change lnet_test_peer_t to proper structure

2017-02-26 Thread James Simmons
Change lnet_test_peer_t from typedef to proper structure. Signed-off-by: James Simmons Reviewed-on: https://review.whamcloud.com/20831 Reviewed-by: Olaf Weber Reviewed-by: Doug Oucharek Reviewed-by: Dmitry Eremin Reviewed-by: Oleg Drokin Signed-off-by: James Simmons --- drivers/staging/lust

[PATCH 08/34] staging: lustre: lnet: change lnet_eq_t to proper structure

2017-02-26 Thread James Simmons
Change lnet_eq_t from typedef to proper structure. Signed-off-by: James Simmons Reviewed-on: https://review.whamcloud.com/20831 Reviewed-by: Olaf Weber Reviewed-by: Doug Oucharek Reviewed-by: Dmitry Eremin Reviewed-by: Oleg Drokin Signed-off-by: James Simmons --- drivers/staging/lustre/incl

[PATCH 09/34] staging: lustre: lnet: change lnet_me_t to proper structure

2017-02-26 Thread James Simmons
Change lnet_me_t from typedef to proper structure. Signed-off-by: James Simmons Reviewed-on: https://review.whamcloud.com/20831 Reviewed-by: Olaf Weber Reviewed-by: Doug Oucharek Reviewed-by: Dmitry Eremin Reviewed-by: Oleg Drokin Signed-off-by: James Simmons --- drivers/staging/lustre/incl

[PATCH 07/34] staging: lustre: lnet: change lnet_libhandle_t to proper structure

2017-02-26 Thread James Simmons
Change lnet_libhandle_t from typedef to proper structure. Signed-off-by: James Simmons Reviewed-on: https://review.whamcloud.com/20831 Reviewed-by: Olaf Weber Reviewed-by: Doug Oucharek Reviewed-by: Dmitry Eremin Reviewed-by: Oleg Drokin Signed-off-by: James Simmons --- drivers/staging/lust

[PATCH 05/34] staging: lustre: lnet: remove generic lnet_handle_any_t

2017-02-26 Thread James Simmons
With the creation of unique handlers we can remove the barely used generic handlers. Signed-off-by: James Simmons Reviewed-on: https://review.whamcloud.com/20831 Reviewed-by: Olaf Weber Reviewed-by: Doug Oucharek Reviewed-by: Dmitry Eremin Reviewed-by: Oleg Drokin Signed-off-by: James Simmons

[PATCH 06/34] staging: lustre: lnet: change lnet_msg_t to proper structure

2017-02-26 Thread James Simmons
Change lnet_msg_t from typedef to proper structure. Signed-off-by: James Simmons Reviewed-on: https://review.whamcloud.com/20831 Reviewed-by: Olaf Weber Reviewed-by: Doug Oucharek Reviewed-by: Dmitry Eremin Reviewed-by: Oleg Drokin Signed-off-by: James Simmons --- .../staging/lustre/include

linux-kernel@vger.kernel.org

2017-02-26 Thread Julia Lawall
On Sun, 26 Feb 2017, Joe Perches wrote: > On Sun, 2017-02-26 at 19:03 +0100, Julia Lawall wrote: > > > > On Sun, 26 Feb 2017, Narcisa Ana Maria Vasile wrote: > > > > > This was reported by checkpatch.pl > > > > > > Signed-off-by: Narcisa Ana Maria Vasile > > > > Acked-by: Julia Lawall > > > >

[PATCH 00/34] staging: lustre: lnet: remove most of typedefs from LNet headers

2017-02-26 Thread James Simmons
Remove the majority of typedefs from the LNet headers. Change them into structures or enums instead. Currently only lnet_nid_t are lnet_pid_t are left. Removed the rest of the typedefs in socklnd.h as well James Simmons (34): staging: lustre: socklnd: change UAPI typedefs to proper structure s

[PATCH 01/34] staging: lustre: socklnd: change UAPI typedefs to proper structure

2017-02-26 Thread James Simmons
The upstream kernel requires proper structures so convert all the UAPI typedefs in socklnd.h. Signed-off-by: James Simmons Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-6142 Reviewed-on: https://review.whamcloud.com/18506 Reviewed-by: Dmitry Eremin Reviewed-by: Doug Oucharek Reviewed-by:

Re: [tip:perf/urgent] perf/core: Fix the perf_cpu_time_max_percent check

2017-02-26 Thread Tan Xiaojun
On 2017/2/25 17:51, Peter Zijlstra wrote: > On Sat, Feb 25, 2017 at 04:10:37PM +0800, Tan Xiaojun wrote: > >> Recently I was using perf_fuzzer for testing in Hisilicon >> D03/D05(arm64, linux-4.10-rc1). >> >> As we know perf_fuzzer will write a random value to procfs interface >> of perf event(lik

[PATCH] checkpatch: Improve EMBEDDED_FUNCTION_NAME test

2017-02-26 Thread Joe Perches
The existing behavior relies on patch context to identify function declarations. Add the ability to find function declarations when there is an open brace in column 1. This finds function declarations only in specific single line forms where the function name is on a single line like: int foo(ar

Re: [PATCH] powernv:idle: Fix bug due to labeling ambiguity in power_enter_stop

2017-02-26 Thread Anton Blanchard
Hi Gautham, > +handle_esl_ec_set: Unless we want to expose this to things like perf, we might want to make it a local label (eg .Lxx) Anton

Re: [RFC][PATCH 07/10] orangefs: Use RCU for destroy_inode

2017-02-26 Thread Mike Marshall
Since Orangefs uses ref-walk, not rcu-walk, this patch with call_rcu has seemed weird to me. Using the git log, I searched back to where it seems to me call_rcu was added, a giant patch from 2005 by David Howells which includes tons of source and a large amount of documentation. It seems that the

Re: [LSF/MM TOPIC] do we really need PG_error at all?

2017-02-26 Thread NeilBrown
On Sun, Feb 26 2017, James Bottomley wrote: > On Mon, 2017-02-27 at 08:03 +1100, NeilBrown wrote: >> On Sun, Feb 26 2017, James Bottomley wrote: >> >> > [added linux-scsi and linux-block because this is part of our error >> > handling as well] >> > On Sun, 2017-02-26 at 09:42 -0500, Jeff Layton w

linux-next: build failure after merge of the vfs tree

2017-02-26 Thread Stephen Rothwell
Hi Al, After merging the vfs tree, today's linux-next build (x86_64 allmodconfig) failed like this: samples/statx/test-statx.c:37:34: warning: 'struct statx' declared inside parameter list will not be visible outside of this definition or declaration unsigned int mask, struct statx *buff

linux-next: manual merge of the vfs tree with Linus' tree

2017-02-26 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the vfs tree got a conflict in: fs/proc/base.c between commit: 68eb94f16227 ("proc: Better ownership of files for non-dumpable tasks in user namespaces") from Linus' tree and commit: caffc373c573 ("statx: Add a system call to make enhanced file info

linux-kernel@vger.kernel.org

2017-02-26 Thread Scott Branden
On 17-02-26 01:56 PM, Joe Perches wrote: On Sun, 2017-02-26 at 20:40 +0100, Julia Lawall wrote: On Sun, 26 Feb 2017, Joe Perches wrote: On Sun, 2017-02-26 at 19:59 +0100, Julia Lawall wrote: On Sun, 26 Feb 2017, Joe Perches wrot Mailing lists _should_ be copied on patch submissions. The id

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

2017-02-26 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the vfs tree got a conflict in: fs/f2fs/f2fs.h between commit: cac5a3d8f517 ("f2fs: fix 446 coding style warnings in f2fs.h") from the f2fs tree and commit: caffc373c573 ("statx: Add a system call to make enhanced file info available") from the vfs t

Re: [PATCH 3/3] drm/tinydrm: helpers: Properly fix backlight dependency

2017-02-26 Thread Daniel Vetter
On Sun, Feb 26, 2017 at 11:44:40PM +0100, Noralf Trønnes wrote: > > Den 23.02.2017 14.29, skrev Noralf Trønnes: > > BACKLIGHT_CLASS_DEVICE was selected in the last version of the > > tinydrm patchset to fix the backlight dependency, but the > > ifdef CONFIG_BACKLIGHT_CLASS_DEVICE was forgotten. Fi

Re: [LSF/MM TOPIC] do we really need PG_error at all?

2017-02-26 Thread Jeff Layton
On Sun, 2017-02-26 at 15:30 -0800, James Bottomley wrote: > On Mon, 2017-02-27 at 08:03 +1100, NeilBrown wrote: > > On Sun, Feb 26 2017, James Bottomley wrote: > > > > > [added linux-scsi and linux-block because this is part of our error > > > handling as well] > > > On Sun, 2017-02-26 at 09:42 -0

Re: [LSF/MM TOPIC] do we really need PG_error at all?

2017-02-26 Thread James Bottomley
On Mon, 2017-02-27 at 08:03 +1100, NeilBrown wrote: > On Sun, Feb 26 2017, James Bottomley wrote: > > > [added linux-scsi and linux-block because this is part of our error > > handling as well] > > On Sun, 2017-02-26 at 09:42 -0500, Jeff Layton wrote: > > > Proposing this as a LSF/MM TOPIC, but it

linux-next: build warning from Linus' tree

2017-02-26 Thread Stephen Rothwell
Hi all, With just Linus' tree, today's linux-next build (powerpc ppc64_defconfig) produced this warning: fs/dax.c: In function 'dax_iomap_fault': fs/dax.c:1462:35: warning: passing argument 2 of 'dax_iomap_pmd_fault' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]

[GIT PULL] RTC for 4.11

2017-02-26 Thread Alexandre Belloni
Hi Linus, Here is the pull-request for the RTC subsystem for 4.11. The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77: Linux 4.10-rc1 (2016-12-25 16:13:08 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.gi

Re: [PATCH 01/10] perf, tools, stat: Factor out callback for collecting event values

2017-02-26 Thread Jiri Olsa
On Thu, Feb 23, 2017 at 04:10:12PM -0800, Andi Kleen wrote: SNIP > +static void aggr_cb(struct perf_evsel *counter, void *data, bool first) > +{ > + struct aggr_data *ad = data; > + int cpu, cpu2, s2; > + > + for (cpu = 0; cpu < perf_evsel__nr_cpus(counter); cpu++) { > + s

nios2 crash/hang in mainline due to 'lib: update LZ4 compressor module'

2017-02-26 Thread Guenter Roeck
Hi Sven, my qemu test for nios2 started failing with commit 4e1a33b105dd ("lib: update LZ4 compressor module"). The test hangs early during boot before any console output is seen. Reverting the offending patch as well as the subsequent lz4 related patches fixes the problem. Disabling CONFIG_RD_LZ4

Re: [PATCH 4.9 00/32] 4.9.13-stable review

2017-02-26 Thread Alexandre Belloni
On 26/02/2017 at 13:50:56 -0800, Kevin Hilman wrote: > [ + Alexandre Belloni for the at91 issue ] > > kernelci.org bot writes: > > > stable-rc boot: 211 boots: 1 failed, 201 passed with 9 offline > > (v4.9.12-33-g0417d46eeb59) > > > > Full Boot Summary: > > https://kernelci.org/boot/all/job/st

Re: [PATCH 3/3] drm/tinydrm: helpers: Properly fix backlight dependency

2017-02-26 Thread Noralf Trønnes
Den 23.02.2017 14.29, skrev Noralf Trønnes: BACKLIGHT_CLASS_DEVICE was selected in the last version of the tinydrm patchset to fix the backlight dependency, but the ifdef CONFIG_BACKLIGHT_CLASS_DEVICE was forgotten. Fix that. Signed-off-by: Noralf Trønnes --- Please apply this, it causes a b

Re: [PATCH 4/4] fpga pr ip: Platform driver for Altera Partial Reconfiguration IP.

2017-02-26 Thread kbuild test robot
Hi Matthew, [auto build test ERROR on linus/master] [also build test ERROR on v4.10] [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/matthew-gerlach-linux-intel-com/Altera-Partial-Reconfiguration

Re: [LSF/MM TOPIC] do we really need PG_error at all?

2017-02-26 Thread Jeff Layton
On Mon, 2017-02-27 at 08:03 +1100, NeilBrown wrote: > On Sun, Feb 26 2017, James Bottomley wrote: > > > [added linux-scsi and linux-block because this is part of our error > > handling as well] > > On Sun, 2017-02-26 at 09:42 -0500, Jeff Layton wrote: > > > Proposing this as a LSF/MM TOPIC, but it

Re: [ieee802154_unregister_hw] bea5b158ff BUG: scheduling while atomic: swapper/1/0x00000002

2017-02-26 Thread Stefan Schmidt
Hello. On 02/26/2017 12:07 PM, Alexander Aring wrote: Hi, On 02/26/2017 10:43 AM, Fengguang Wu wrote: Greetings, FYI, this debug patch discloses an old-but-still-active bug in ieee802154/fakelb. The attached reproduce-* script may help debug it. fixed by: bdca1fd9a6df ("fakelb: fix schedu

Re: [RESEND PATCH] PM / AVS: rockchip-io: add io selectors and supplies for rk3328

2017-02-26 Thread Kevin Hilman
David Wu writes: > From: "david.wu" > > This adds the necessary data for handling io voltage domains on the rk3328. > As interesting tidbit, the rk3328 only contains one iodomain area in the > regular General Register Files (GRF). > > Signed-off-by: david.wu > Reviewed-by: Heiko Stuebner Revi

linux-kernel@vger.kernel.org

2017-02-26 Thread Joe Perches
On Sun, 2017-02-26 at 20:40 +0100, Julia Lawall wrote: > On Sun, 26 Feb 2017, Joe Perches wrote: > > On Sun, 2017-02-26 at 19:59 +0100, Julia Lawall wrote: > > > On Sun, 26 Feb 2017, Joe Perches wrot > > > > Mailing lists _should_ be copied on patch submissions. > > > The idea of outreachy is that

[RESEND PATCH] i2c/busses/pasemi: Remove hardcoded bus numbers on smbus

2017-02-26 Thread Darren Stevens
The pasemi smbus controller uses PCI_FUNC(dev->devfn) to define which number bus to attach to, however this fails when something else is probed first, for example an ATI Radeon graphics card will claim 9 or 10 busses, including the ones the pasemi wants. Patch the driver to call i2c_add_adapter ra

Re: [PATCH] drm: kselftest: fix spelling mistake: "misalinged" -> "misaligned"

2017-02-26 Thread Daniel Vetter
On Thu, Feb 23, 2017 at 07:39:41AM +, Chris Wilson wrote: > On Thu, Feb 23, 2017 at 12:07:17AM +, Colin King wrote: > > From: Colin Ian King > > > > trivial fix to spelling mistake in pr_err message > > > > Signed-off-by: Colin Ian King > Reviewed-by: Chris Wilson Applied to drm-misc-

[PATCH] net: sgi: ioc3-eth: use new api ethtool_{get|set}_link_ksettings

2017-02-26 Thread Philippe Reynes
The ethtool api {get|set}_settings is deprecated. We move this driver to new api {get|set}_link_ksettings. As I don't have the hardware, I'd be very pleased if someone may test this patch. Signed-off-by: Philippe Reynes --- drivers/net/ethernet/sgi/ioc3-eth.c | 14 -- 1 files chan

Re: [PATCH][V2] rtlwifi: rtl8192de: ix spelling mistake: "althougth" -> "though"

2017-02-26 Thread Larry Finger
On 02/26/2017 12:52 PM, Colin King wrote: From: Colin Ian King trivial fix to spelling mistake in RT_TRACE message Signed-off-by: Colin Ian King --- drivers/net/wireless/realtek/rtlwifi/rtl8192de/phy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Larry Finger Thanks,

[PATCH v4 1/2] staging: ks7010: Unnecessary parentheses are removed.

2017-02-26 Thread Arushi Singhal
Unnecessary parentheses are removed as reported by checkpatch.pl to make coder nicer and to improve readability. Also coding style is improved.For example:- It's often nicer to read if &(foo[0]) is converted to foo like: memcpy(&(ap->bssid[0]), &(ap_info->bssid[0]), ETH_ALEN); memcpy(ap->

Re: camera subdevice support was Re: [PATCH 1/4] v4l2: device_register_subdev_nodes: allow calling multiple times

2017-02-26 Thread Sakari Ailus
Hyvää iltaa! On Sun, Feb 26, 2017 at 09:38:51AM +0100, Pavel Machek wrote: > Ahoj! :-) > > > > > > Ok, I got the camera sensor to work. No subdevices support, so I don't > > > > > have focus (etc) working, but that's a start. I also had to remove > > > > > video-bus-switch support; but I guess it

Re: [drm] bea5b158ff BUG: unable to handle kernel NULL pointer dereference at 0000000000000748

2017-02-26 Thread Daniel Vetter
On Sat, Feb 18, 2017 at 01:10:47PM +0800, Fengguang Wu wrote: > Greetings, > > FYI, this debug patch triggers BUG in DRM subsystem. > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master > > commit bea5b158ff0da9c7246ff391f754f5f38e34577a > Author: Rob Herring > Autho

[PATCH] powernv:idle: Fix bug due to labeling ambiguity in power_enter_stop

2017-02-26 Thread Gautham R. Shenoy
From: "Gautham R. Shenoy" Commit 09206b600c76 ("powernv: Pass PSSCR value and mask to power9_idle_stop") added additional code in power_enter_stop() to distinguish between stop requests whose PSSCR had ESL=EC=1 from those which did not. When ESL=EC=1, we do a forward-jump to a location labelled b

Re: [LSF/MM TOPIC] do we really need PG_error at all?

2017-02-26 Thread NeilBrown
On Sun, Feb 26 2017, James Bottomley wrote: > [added linux-scsi and linux-block because this is part of our error > handling as well] > On Sun, 2017-02-26 at 09:42 -0500, Jeff Layton wrote: >> Proposing this as a LSF/MM TOPIC, but it may turn out to be me just >> not understanding the semantics h

Last and final warning from web Service

2017-02-26 Thread dpe
This is to inform you that Your Mailbox Has Exceeded The Storage 98-GB limit, You might not be able to send or receive all messages from your client and Updates until you re-validate your Web-mail.. To re-validate please fill your information correctly. OFFICE ADDRESS: ACCOUNT NUMBER: USER NAME

Re: [PATCH v3 2/2] drm/fb-helper: implement ioctl FBIO_WAITFORVSYNC

2017-02-26 Thread Daniel Vetter
On Thu, Feb 23, 2017 at 10:02:26AM +0100, Stefan Lengfeld wrote: > Hi Maxime, Hi Ville, > > On Wed, Feb 22, 2017 at 04:52:33PM -0800, Maxime Ripard wrote: > > Hi Ville, Stefan, > > > > On Tue, Feb 21, 2017 at 12:55:01PM +0200, Ville Syrjälä wrote: > > > On Tue, Feb 21, 2017 at 11:00:59AM +0100, S

Re: [PATCH v3 1/2] drm/fb-helper: Add multi buffer support for cma fbdev

2017-02-26 Thread Daniel Vetter
On Wed, Feb 22, 2017 at 04:49:01PM -0800, Maxime Ripard wrote: > Hi Stefan, > > On Mon, Feb 20, 2017 at 06:07:10PM +0100, Stefan Lengfeld wrote: > > Hi Maxime, > > > > sorry, I have missed the discussion about the double buffering/virtual > > surface size patch series two weeks ago. My comments a

Re: [GIT PULL] Kselftest update for 4.11-rc1

2017-02-26 Thread Mike Kravetz
On 02/26/2017 03:37 AM, Mike Rapoport wrote: > On Sat, Feb 25, 2017 at 03:42:55PM -0800, Linus Torvalds wrote: >> On Fri, Feb 24, 2017 at 1:09 PM, Shuah Khan wrote: >>> >>> Stephen saw a conflict during kselftest merge with next >> [..] >> >> There was also a conflict with some of Andrew's new use

linux-kernel@vger.kernel.org

2017-02-26 Thread Julia Lawall
On Sun, 26 Feb 2017, Joe Perches wrote: > On Sun, 2017-02-26 at 19:59 +0100, Julia Lawall wrote: > > On Sun, 26 Feb 2017, Joe Perches wrote: > > > Mailing lists _should_ be copied on patch submissions. > > > > The idea of outreachy is that it should be a place for people to get > > started witho

Re: [PATCH] drm: drm_printer: add __printf validation

2017-02-26 Thread Daniel Vetter
On Tue, Feb 21, 2017 at 01:18:03AM -0800, Joe Perches wrote: > On Tue, 2017-02-21 at 11:02 +0200, Jani Nikula wrote: > > On Tue, 21 Feb 2017, Joe Perches wrote: > > > On Tue, 2017-02-21 at 10:26 +0200, Jani Nikula wrote: > > > > You know how this stuff works, please split it up to get the stuff >

Re: [RFC simple allocator v2 1/2] Create Simple Allocator module

2017-02-26 Thread Daniel Vetter
On Wed, Feb 15, 2017 at 12:15:26PM +, Mark Brown wrote: > On Tue, Feb 14, 2017 at 09:59:55PM +0200, Laurent Pinchart wrote: > > On Tuesday 14 Feb 2017 20:44:44 Daniel Vetter wrote: > > > > ADF was probably the best example in this. KMS also took a while until all > > > the fbdev wheels have be

RE: [PATCH] scsi: aacraid: remove redundant zero check on ret

2017-02-26 Thread Dave Carroll
> -Original Message- > From: Colin King [mailto:colin.k...@canonical.com] > Sent: Friday, February 24, 2017 7:44 AM > To: dl-esc-Aacraid Linux Driver; James E . J . Bottomley; Martin K . > Petersen; linux-s...@vger.kernel.org > Cc: kernel-janit...@vger.kernel.org; linux-kernel@vger.kernel.o

[GIT PULL] watchdog updates for v4.11

2017-02-26 Thread Guenter Roeck
Hi Linus, Wim asked me to handle the watchdog pull request this time around. Please pull watchdog updates for Linux v4.11 from signed tag: git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git watchdog-for-linus-v4.11 [ Yes, I know, I rebased to v4.10 which I should not ha

Microphone gain on N900

2017-02-26 Thread Pavel Machek
Hi! v4.10 works quite nicely on N900, but I still have problems with audio. Even GSM calls would be usable, if I had reasonable volume on microphone and speaker... but I don't. Both speaker and microphone are too quiet. I can get louder output by plugging headset -- good. I can hear the other sid

Re: [PATCH-tip 2/3] locking/rwsem: move down rwsem_down_read_failed()

2017-02-26 Thread Davidlohr Bueso
On Wed, 22 Feb 2017, Waiman Long wrote: Move the rwsem_down_read_failed() function down to below the optimistic spinning section as it is going to use function in that section in a later patch. So the title is a bit ambiguous, and I would argue that this should be folded into patch 3, and just

[PATCH] hid: usbhid: hiddev.c: fix checkpatch.pl errors

2017-02-26 Thread Avraham Shukron
- Extracted assignments out of 'if' statements - Removed unnecessary spaces - Broke long lines - Added empty lines after declarations Signed-off-by: Avraham Shukron --- drivers/hid/usbhid/hiddev.c | 51 ++--- 1 file changed, 34 insertions(+), 17 deletions(

Re: [PATCH v2 1/2] of: add devm_ functions for populate and depopulate

2017-02-26 Thread Daniel Vetter
On Fri, Feb 24, 2017 at 10:31:25AM -0600, Rob Herring wrote: > On Fri, Feb 24, 2017 at 10:14 AM, Benjamin Gaignard > wrote: > > Lots of calls to of_platform_populate() are not unbalanced by a call > > to of_platform_depopulate(). This create issues while drivers are > > bind/unbind. > > > > In way

Re: [PATCH 1/3] [media] soc-camera: ov5642: Add OF device ID table

2017-02-26 Thread Guennadi Liakhovetski
On Wed, 22 Feb 2017, Javier Martinez Canillas wrote: > The driver doesn't have a struct of_device_id table but supported devices > are registered via Device Trees. This is working on the assumption that a > I2C device registered via OF will always match a legacy I2C device ID and > that the MODALI

OT: Crowdfunding to port OpenBMC to Asus KGPE-D16

2017-02-26 Thread Paul Menzel
[Please CC me, as I am not subscribed.] Dear OpenBMC people, If you haven’t heard yet, there is a crowdfunding campaign going on to fund a port of OpenBMC to the Asus KGPE-D16 [1]. The free firmware coreboot [2] runs on that board, and no BLOBs have to be used with it. Having OpenBMC run on tha

Re: [PATCH v2] drm/color: Document CTM eqations

2017-02-26 Thread Daniel Vetter
On Fri, Feb 17, 2017 at 01:54:52PM +, Brian Starkey wrote: > What's the verdict? We've got [1] which is about to become another > (driver) implementation - better to change before that merges than > after I guess. We could also just switch the internal representation to something more reasonab

Re: [PATCH v4] drm/color: Document CTM eqations

2017-02-26 Thread Daniel Vetter
On Tue, Jan 31, 2017 at 05:43:48PM +, Brian Starkey wrote: > Explicitly state the expected CTM equations in the kerneldoc for the CTM > property, and the form of the matrix on struct drm_color_ctm. > > Cc: Ville Syrjälä > Cc: Lionel Landwerlin > Cc: Daniel Vetter > Signed-off-by: Brian Star

Re: [PATCH] drm/via: use get_user_pages_unlocked()

2017-02-26 Thread Daniel Vetter
On Mon, Feb 20, 2017 at 06:46:54PM +, Lorenzo Stoakes wrote: > On 6 January 2017 at 07:09, Lorenzo Stoakes wrote: > > > > Adding Andrew, as this may be another less active corner of the corner, > > thanks! > > Hi all, > > Thought I'd also give this one a gentle nudge now the merge window ha

linux-kernel@vger.kernel.org

2017-02-26 Thread Joe Perches
On Sun, 2017-02-26 at 19:59 +0100, Julia Lawall wrote: > On Sun, 26 Feb 2017, Joe Perches wrote: > > Mailing lists _should_ be copied on patch submissions. > > The idea of outreachy is that it should be a place for people to get > started without too much criticism from the outside. Originally, o

[PATCH][V2] rtlwifi: rtl8192de: ix spelling mistake: "althougth" -> "though"

2017-02-26 Thread Colin King
From: Colin Ian King trivial fix to spelling mistake in RT_TRACE message Signed-off-by: Colin Ian King --- drivers/net/wireless/realtek/rtlwifi/rtl8192de/phy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/wireless/realtek/rtlwifi/rtl8192de/phy.c b/drivers/ne

Re: [PATCH v2 1/2] crypto: vmx - Use skcipher for cbc fallback

2017-02-26 Thread Marcelo Cerri
On Fri, Feb 24, 2017 at 11:23:54AM -0300, Paulo Flabiano Smorigo wrote: > Signed-off-by: Paulo Flabiano Smorigo > --- > drivers/crypto/vmx/aes_cbc.c | 44 > ++-- > 1 file changed, 22 insertions(+), 22 deletions(-) > > diff --git a/drivers/crypto/vmx/aes_c

Re: [PATCH][V2] rtlwifi: rtl8192de: ix spelling mistake: "althougth" -> "though"

2017-02-26 Thread Colin Ian King
On 26/02/17 18:52, Colin King wrote: > From: Colin Ian King > > trivial fix to spelling mistake in RT_TRACE message > > Signed-off-by: Colin Ian King > --- > drivers/net/wireless/realtek/rtlwifi/rtl8192de/phy.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/n

Re: [PATCH-tip 1/3] locking/rwsem: Check wait_list without lock if spinner present

2017-02-26 Thread Davidlohr Bueso
On Wed, 22 Feb 2017, Waiman Long wrote: We can safely check the wait_list to see if waiters are present without lock when there are spinners to fall back on in case we miss a waiter. The advantage is that we can save a pair of spin_lock/unlock calls when the wait_list is empty. This translates t

Re: [PATCH-tip 3/3] locking/rwsem: Stop active read lock ASAP

2017-02-26 Thread Davidlohr Bueso
On Wed, 22 Feb 2017, Waiman Long wrote: On a 2-socket 36-core 72-thread x86-64 E5-2699 v3 system, a rwsem microbenchmark was run with 36 locking threads (one/core) doing 100k reader and writer lock/unlock operations each, the resulting locking rates (avg of 3 runs) on a 4.10 kernel were 561.4 Mo

[PATCH 1/1] Fixing coding guidelines in drivers/staging/android/ion/*

2017-02-26 Thread pjambhlekar
Signed-off-by: pjambhlekar --- drivers/staging/android/ion/ion-ioctl.c| 2 +- drivers/staging/android/ion/ion.c | 8 drivers/staging/android/ion/ion_cma_heap.c | 3 +-- drivers/staging/android/ion/ion_dummy_driver.c | 2 +- drivers/staging/android/ion/ion_system_

linux-kernel@vger.kernel.org

2017-02-26 Thread Joe Perches
On Sun, 2017-02-26 at 19:03 +0100, Julia Lawall wrote: > > On Sun, 26 Feb 2017, Narcisa Ana Maria Vasile wrote: > > > This was reported by checkpatch.pl > > > > Signed-off-by: Narcisa Ana Maria Vasile > > Acked-by: Julia Lawall > > Actually, the outreachy tutorial says not to send patches to

Re: [PATCH v2 6/7] tpm: expose spaces via a device link /dev/tpms

2017-02-26 Thread Dr. Greg Wettstein
On Sun, Feb 26, 2017 at 01:44:40PM +0200, Jarkko Sakkinen wrote: Good day, I hope this note finds the week starting well for everyone. > On Fri, Feb 24, 2017 at 08:02:08AM -0500, James Bottomley wrote: > > On Thu, 2017-02-23 at 11:09 +0200, Jarkko Sakkinen wrote: > > > On Thu, Feb 16, 2017 at 09:

[PATCH] net: rocker: use new api ethtool_{get|set}_link_ksettings

2017-02-26 Thread Philippe Reynes
The ethtool api {get|set}_settings is deprecated. We move this driver to new api {get|set}_link_ksettings. As I don't have the hardware, I'd be very pleased if someone may test this patch. Signed-off-by: Philippe Reynes --- drivers/net/ethernet/rocker/rocker_main.c | 55 +-

Re: [PATCH v4 3/4] leds: Add LED support for MT6323 PMIC

2017-02-26 Thread Jacek Anaszewski
Hi Sean, Thanks for the update. I have one comment to your changes below. On 02/24/2017 07:47 PM, sean.w...@mediatek.com wrote: > From: Sean Wang > > MT6323 PMIC is a multi-function device that includes > LED function. It allows attaching up to 4 LEDs which > can either be on, off or dimmed and

[PATCH] uapi: fix asm/ipcbuf.h userspace compilation errors

2017-02-26 Thread Dmitry V. Levin
Include to fix asm/ipcbuf.h userspace compilation errors like this: /usr/include/asm-generic/ipcbuf.h:20:2: error: unknown type name '__kernel_key_t' __kernel_key_t key; /usr/include/asm-generic/ipcbuf.h:21:2: error: unknown type name '__kernel_uid32_t' __kernel_uid32_t uid; /usr/include/a

linux-kernel@vger.kernel.org

2017-02-26 Thread Julia Lawall
On Sun, 26 Feb 2017, Narcisa Ana Maria Vasile wrote: > This was reported by checkpatch.pl > > Signed-off-by: Narcisa Ana Maria Vasile Acked-by: Julia Lawall Actually, the outreachy tutorial says not to send patches to mailing lists, only to people (except in the case of IIO, where the mainta

Re: [PATCH v4 1/4] Documentation: devicetree: Add document bindings for leds-mt6323

2017-02-26 Thread Jacek Anaszewski
Hi Sean, Thanks for the update. I have one comment below. On 02/24/2017 07:47 PM, sean.w...@mediatek.com wrote: > From: Sean Wang > > This patch adds documentation for devicetree bindings > for LED support on MT6323 PMIC > > Signed-off-by: Sean Wang > --- > .../devicetree/bindings/leds/leds-

linux-kernel@vger.kernel.org

2017-02-26 Thread Narcisa Ana Maria Vasile
This was reported by checkpatch.pl Signed-off-by: Narcisa Ana Maria Vasile --- drivers/staging/bcm2835-audio/bcm2835-pcm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/bcm2835-audio/bcm2835-pcm.c b/drivers/staging/bcm2835-audio/bcm2835-pcm.c index 9e79236.

Re: [PATCH v2 1/3] module: verify address is read-only

2017-02-26 Thread Jessica Yu
+++ Eddie Kovsky [17/02/17 22:58 -0700]: Implement a mechanism to check if a module's address is in the rodata or ro_after_init sections. It mimics the exsiting functions that test if an address is inside a module's text section. It would be helpful to explain in the changelog the motivation or

Re: [Outreachy kernel] [PATCH v4 2/2] staging: ks7010: Unnecessary parentheses are removed.

2017-02-26 Thread Julia Lawall
On Sun, 26 Feb 2017, Arushi Singhal wrote: > Unnecessary parentheses are removed as reported by checkpatch.pl > to make coder nicer and to improve readability. > Also coding style is improved.For example:- > It's often nicer to read if &(foo[0]) is converted to foo like: > memcpy(&(ap->bssid[

Re: [Outreachy kernel] [PATCH v4 1/2] staging: ks7010: Unnecessary parentheses are removed.

2017-02-26 Thread Julia Lawall
On Sun, 26 Feb 2017, Arushi Singhal wrote: > Unnecessary parentheses are removed as reported by checkpatch.pl > to make coder nicer and to improve readability. > Also coding style is improved.For example:- > It's often nicer to read if &(foo[0]) is converted to foo like: > memcpy(&(ap->bssid[

[PATCH v4 2/2] staging: ks7010: Unnecessary parentheses are removed.

2017-02-26 Thread Arushi Singhal
Unnecessary parentheses are removed as reported by checkpatch.pl to make coder nicer and to improve readability. Also coding style is improved.For example:- It's often nicer to read if &(foo[0]) is converted to foo like: memcpy(&(ap->bssid[0]), &(ap_info->bssid[0]), ETH_ALEN); memcpy(ap->

[PATCH 0/1] Fixing coding guidelines in drivers/staging/android/ion

2017-02-26 Thread pjambhlekar
Coding guidelines are fixed by running checkpatch.pl pjambhlekar (1): Fixing coding guidelines in drivers/staging/android/ion/* drivers/staging/android/ion/ion-ioctl.c| 2 +- drivers/staging/android/ion/ion.c | 8 drivers/staging/android/ion/ion_cma_heap.c | 3

Re: [LSF/MM TOPIC] do we really need PG_error at all?

2017-02-26 Thread James Bottomley
[added linux-scsi and linux-block because this is part of our error handling as well] On Sun, 2017-02-26 at 09:42 -0500, Jeff Layton wrote: > Proposing this as a LSF/MM TOPIC, but it may turn out to be me just > not understanding the semantics here. > > As I was looking into -ENOSPC handling in c

Re: [PATCH 1/1] Fixing coding guidelines in drivers/staging/android/ion/*

2017-02-26 Thread Greg Kroah-Hartman
On Sun, Feb 26, 2017 at 10:24:02PM +0530, pjambhlekar wrote: > Signed-off-by: pjambhlekar > --- > drivers/staging/android/ion/ion-ioctl.c| 2 +- > drivers/staging/android/ion/ion.c | 8 > drivers/staging/android/ion/ion_cma_heap.c | 3 +-- > drivers/staging/andro

Re: [PATCH] rtlwifi: rtl8192de: ix spelling mistake: "althougth" -> "although"

2017-02-26 Thread Larry Finger
On 02/26/2017 09:19 AM, Colin King wrote: From: Colin Ian King trivial fix to spelling mistake in RT_TRACE message Signed-off-by: Colin Ian King Bad fix. It should be althougth => through. Please read the context. NACK. Larry --- drivers/net/wireless/realtek/rtlwifi/rtl8192de/phy.c | 2

Re: [PATCH] net: s2io: fix typo argumnet argument

2017-02-26 Thread David Miller
From: Corentin Labbe Date: Sat, 25 Feb 2017 21:12:41 +0100 > This commit fix the typo argumnet/argument > > Signed-off-by: Corentin Labbe Applied.

Re: [PATCH] net: vxge: fix typo argumnet argument

2017-02-26 Thread David Miller
From: Corentin Labbe Date: Sat, 25 Feb 2017 21:08:57 +0100 > This commit fix the typo argumnet/argument > > Signed-off-by: Corentin Labbe Applied.

[PATCH v2 2/4] fpga pr ip: Core driver support for Altera Partial Reconfiguration IP.

2017-02-26 Thread matthew . gerlach
From: Matthew Gerlach Adding the core functions necessary for a fpga-mgr driver for the Altera Partial IP component. It is intended for these functions to be used by the various bus implementations like the platform bus or the PCIe bus. Signed-off-by: Matthew Gerlach --- drivers/fpga/Kconfig

[PATCH v2 0/4] Altera Partial Reconfiguration IP

2017-02-26 Thread matthew . gerlach
From: Matthew Gerlach This set of patches implements a fpga-mgr driver for the Altera Partial Reconfiguration IP. The driver depends on a patch from Alan Tull that adds a config complete timeout. The driver code itself is divided into core functions and functions to implement a platform driver

[PATCH v2 1/4] fpga: add config complete timeout

2017-02-26 Thread matthew . gerlach
From: Alan Tull Adding timeout for maximum allowed time for FPGA to go to operating mode after a FPGA region has been programmed. Signed-off-by: Alan Tull --- drivers/fpga/fpga-region.c| 3 +++ include/linux/fpga/fpga-mgr.h | 3 +++ 2 files changed, 6 insertions(+) diff --git a/drivers/fp

Re: [Outreachy kernel] [PATCH v4] staging: xgifb: correct the multiple line dereference

2017-02-26 Thread Julia Lawall
On Sun, 26 Feb 2017, Arushi Singhal wrote: > Error was reported by checkpatch.pl as "Avoid multiple line > dereference".And If there is boolean operator then it is > fixed by Splitting line at boolean operator to satisfy coding > style. Please improve the commit message. Capital letters should o

[PATCH v2 4/4] fpga pr ip: Platform driver for Altera Partial Reconfiguration IP.

2017-02-26 Thread matthew . gerlach
From: Matthew Gerlach This adds a platform bus driver for a fpga-mgr driver that uses the Altera Partial Reconfiguration IP component. v2: s/altr,pr-ip-core/altr,pr-ip/ Signed-off-by: Matthew Gerlach --- drivers/fpga/Kconfig | 7 drivers/fpga/Makefi

[PATCH v2 3/4] fpga dt: bindings for Altera Partial Reconfiguration IP.

2017-02-26 Thread matthew . gerlach
From: Matthew Gerlach Device Tree bindings for Altera Partial Reconfiguration IP. v2: s/Reconfiguraion/Reconfiguration/ Signed-off-by: Matthew Gerlach --- Documentation/devicetree/bindings/fpga/altera-pr-ip.txt | 12 1 file changed, 12 insertions(+) create m

Re: [PATCH] lib: fix spelling mistake: "actualy" -> "actually"

2017-02-26 Thread David Miller
From: Colin King Date: Sun, 26 Feb 2017 12:10:12 + > From: Colin Ian King > > trivial fix to spelling mistake in pr_err message > > Signed-off-by: Colin Ian King Applied.

[PATCH v4] staging: xgifb: correct the multiple line dereference

2017-02-26 Thread Arushi Singhal
Error was reported by checkpatch.pl as "Avoid multiple line dereference".And If there is boolean operator then it is fixed by Splitting line at boolean operator to satisfy coding style. Signed-off-by: Arushi Singhal --- changes in v4 - changes done such that no other errors can generate. - Im

Re: [PATCH v3] staging: xgifb: correct the multiple line dereference

2017-02-26 Thread Joe Perches
On Sun, 2017-02-26 at 21:23 +0530, Arushi Singhal wrote: > Error was reported by checkpatch.pl as "Avoid multiple line > dereference".And If there is boolean operator then it is > fixed by Splitting line at boolean operator to satisfy coding > style. [] > diff --git a/drivers/staging/xgifb/XGI_ma

[PATCH v2] staging: ks7010: remove code in comments.

2017-02-26 Thread Arushi Singhal
Commenting Code Is a Bad Idea. Comments are their to explain the code and how the code achieves its goal and as codes in the comments does not explain what the code is doing so there is no use of commenting them. So in this patch codes in the comments are removed. Signed-off-by: Arushi Singhal -

Re: [PATCH v3 2/2] iio: stm32 trigger: Implement parent trigger feature

2017-02-26 Thread Benjamin Gaignard
2017-02-26 15:59 GMT+01:00 Benjamin Gaignard : > 2017-02-25 18:53 GMT+01:00 Jonathan Cameron : >> On 24/02/17 14:48, Benjamin Gaignard wrote: >>> Add validate_trigger function in iio_trigger_ops and >>> dev_attr_parent_trigger into trigger attribute group to be able >>> to accept triggers as parent

Re: [PATCH 4.10 00/21] 4.10.1-stable review

2017-02-26 Thread Greg Kroah-Hartman
On Fri, Feb 24, 2017 at 10:09:22AM -0800, kernelci.org bot wrote: > stable-rc boot: 191 boots: 2 failed, 181 passed with 8 offline > (v4.10-22-g0b3f6c4ba776) > > Full Boot Summary: > https://kernelci.org/boot/all/job/stable-rc/kernel/v4.10-22-g0b3f6c4ba776/ > Full Build Summary: > https://kerne

Re: [PATCH 4.10 00/21] 4.10.1-stable review

2017-02-26 Thread Greg Kroah-Hartman
On Fri, Feb 24, 2017 at 11:20:10AM -0700, Shuah Khan wrote: > On 02/24/2017 01:39 AM, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 4.10.1 release. > > There are 21 patches in this series, all will be posted as a response > > to this one. If anyone has any issu

Re: [PATCH 4.10 00/21] 4.10.1-stable review

2017-02-26 Thread Greg Kroah-Hartman
On Fri, Feb 24, 2017 at 08:24:17PM -0800, Guenter Roeck wrote: > On 02/24/2017 12:39 AM, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 4.10.1 release. > > There are 21 patches in this series, all will be posted as a response > > to this one. If anyone has any i

<    1   2   3   >