You have a new message

2016-07-31 Thread Birgit Rausing & family
Please confirm if you got my email.

Re: [RFC v0 7/8] Input: ims-pcu: use firmware_stat instead of completion

2016-07-31 Thread Dmitry Torokhov
On July 30, 2016 5:42:41 AM PDT, Arend van Spriel wrote: >+ Luis (again) ;-) > >On 29-07-16 08:13, Daniel Wagner wrote: >> On 07/28/2016 09:01 PM, Bjorn Andersson wrote: >>> On Thu 28 Jul 11:33 PDT 2016, Dmitry Torokhov wrote: >>> On Thu, Jul 28, 2016 at 09:55:11AM +0200, Daniel Wagner wrote

[PATCH 1/1] net: caif: use correct format specifier

2016-07-31 Thread Heinrich Schuchardt
%u is the wrong format specifier for int. size_t cannot be converted to int without possible loss of information. So leave the result as size_t and use %zu as format specifier. cf. Documentation/printk-formats.txt Signed-off-by: Heinrich Schuchardt --- drivers/net/caif/caif_spi.c | 4 ++-- 1 f

Re: [RFC v0 7/8] Input: ims-pcu: use firmware_stat instead of completion

2016-07-31 Thread Dmitry Torokhov
On July 30, 2016 9:58:17 AM PDT, "Luis R. Rodriguez" wrote: >On Sat, Jul 30, 2016 at 02:42:41PM +0200, Arend van Spriel wrote: >> + Luis (again) ;-) >> >> On 29-07-16 08:13, Daniel Wagner wrote: >> > On 07/28/2016 09:01 PM, Bjorn Andersson wrote: >> >> On Thu 28 Jul 11:33 PDT 2016, Dmitry Torokho

[PATCH 1/1] dsa: b53: remove redundant if

2016-07-31 Thread Heinrich Schuchardt
For pdata == null the code leaves with an error. There is need to check the condition again. Signed-off-by: Heinrich Schuchardt --- drivers/net/dsa/b53/b53_mmap.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/net/dsa/b53/b53_mmap.c b/drivers/net/dsa/b53/b53_mmap.c

[PATCH] drm/i915: cleanup_plane_fb: also drop reference to current state wait_req

2016-07-31 Thread Keith Packard
There are two paths into intel_cleanup_plane_fb, the normal completion path and the failure path. In the failure case, intel_cleanup_plane_fb is called before drm_atomic_helper_swap_state, so any wait_req reference made in intel_prepare_plane_fb will be in old_intel_state->wait_req. In the normal

[GIT PULL] sound updates for 4.8

2016-07-31 Thread Takashi Iwai
Linus, please pull sound updates for 4.8 from: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-4.8-rc1 The topmost commit is 0984d159c8ad6618c6ebd9f00bc3f374fa52bc35 sound updates for 4.8 Majority of

[PATCH 1/1 linux-next] GFS2: remove inline on static in c file

2016-07-31 Thread Fabian Frederick
Let compiler decide what to do with static functions Also fix the following checkpatch warnings: WARNING: line over 80 characters +static unsigned int gfs2_extent_length(void *start, unsigned int len, __be64 *ptr, size_t limit, int *eob) WARNING: Prefer 'unsigned int' to bare use of 'unsigned' +s

[PATCH 1/1] net: ethernet: ax88796: avoid null pointer dereference

2016-07-31 Thread Heinrich Schuchardt
If platform_get_resource fails, mem2 is null. Do not dereference null. Signed-off-by: Heinrich Schuchardt --- drivers/net/ethernet/8390/ax88796.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/net/ethernet/8390/ax88796.c b/drivers/net/ethernet/8390/ax88796.c index

[PATCH] drm: Don't prepare or cleanup unchanging frame buffers [v2]

2016-07-31 Thread Keith Packard
When reconfiguring a plane position (as in moving the cursor), the frame buffer for the cursor isn't changing, so don't call the prepare or cleanup driver functions. This avoids making cursor position updates block on all pending rendering. v2: Track which planes have been prepared to know which

[PATCH 1/1] net: amd-xgbe: use correct format specifier

2016-07-31 Thread Heinrich Schuchardt
i has been defined as unsigned int. So use %u for output. Signed-off-by: Heinrich Schuchardt --- drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/amd/xgbe/xgbe-drv.c b/drivers/net/ethernet/amd/xgbe/xgbe-drv.c index

[PATCH 1/1] net: bcm63xx: avoid possible null pointer dereference

2016-07-31 Thread Heinrich Schuchardt
If dev_get_platdata has failed pd is null. Do not dereference a null pointer. Signed-off-by: Heinrich Schuchardt --- drivers/net/ethernet/broadcom/bcm63xx_enet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/broadcom/bcm63xx_enet.c b/drivers/net/ethern

Re: kernel/printk/printk.c: Invalid access when buffer wraps around?

2016-07-31 Thread Sergey Senozhatsky
Hello, sorry for long reply. do you see this in practice? On (07/25/16 11:22), Vincent Brillault wrote: [..] > To be specific, these circonstances are: > - The buffer is almost full and the `log_next_seq` is closed to the end, > but there is still place for small messages > - A reader updates i

[PATCH 1/1] net: bna: use correct type specifications

2016-07-31 Thread Heinrich Schuchardt
addr and len are read with sscanf(kern_buf, "%x:%x", &addr, &len); and used as arguments for bna_reg_offset_check. So they have to be unsigned. Signed-off-by: Heinrich Schuchardt --- drivers/net/ethernet/brocade/bna/bnad_debugfs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --

fs/xfs/xfs_ondisk.h:93:2: error: call to '__compiletime_assert_93' declared with attribute error: XFS: offsetof(xfs_attr_shortform_t, list[0].namelen) is wrong, expected 4

2016-07-31 Thread kbuild test robot
Hi, FYI, the error/warning still remains. tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 7f155c702677d057d03b192ce652311de5434697 commit: 3f94c441e2c3dea029a46a2326b2170acf2c7713 xfs: check offsets of variable length structures date: 6 weeks ago conf

[PATCH 1/1] net: bna: use correct type specifier (2)

2016-07-31 Thread Heinrich Schuchardt
add and val are read with sscanf(kern_buf, "%x:%x", &addr, &val); and used as arguments for bna_reg_offset_check and writel so they have to be unsigned. Signed-off-by: Heinrich Schuchardt --- drivers/net/ethernet/brocade/bna/bnad_debugfs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)

[PATCH 1/1] net: enic: use correct type specifier

2016-07-31 Thread Heinrich Schuchardt
i is defined as unsigned. So print it with %u. Signed-off-by: Heinrich Schuchardt --- drivers/net/ethernet/cisco/enic/enic_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/ethernet/cisco/enic/enic_main.c b/drivers/net/ethernet/cisco/enic/enic_main.c ind

Re: [PATCH v2] ARM: pxa: fix GPIO double shifts

2016-07-31 Thread Robert Jarzmik
Joe Perches writes: > On Sat, 2016-07-30 at 13:22 +0200, Robert Jarzmik wrote: ...zip... > $ git grep -w charger_wakeup > arch/arm/mach-pxa/corgi_pm.c:   .charger_wakeup  = corgi_charger_wakeup, > arch/arm/mach-pxa/sharpsl_pm.c: if > (sharpsl_pm.machinfo->charger_wakeup() != 0) >

Re: [PATCH] drm: Don't prepare or cleanup unchanging frame buffers [v2]

2016-07-31 Thread kbuild test robot
-buffers-v2/20160731-161116 reproduce: make htmldocs All warnings (new ones prefixed by >>): drivers/gpu/drm/i915/i915_irq.c:2722: warning: No description found for parameter 'fmt' include/drm/drm_crtc.h:374: warning: No description found for parameter 'mode_blob'

[PATCH 1/1] net: e1000: do not use uninitalized variable.

2016-07-31 Thread Heinrich Schuchardt
phy_data has to be set to zero to avoid undefined behavior. Signed-off-by: Heinrich Schuchardt --- drivers/net/ethernet/intel/e1000/e1000_hw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/intel/e1000/e1000_hw.c b/drivers/net/ethernet/intel/e1000/e1000

[PATCH 1/1] net: i10e: use matching format indentifiers

2016-07-31 Thread Heinrich Schuchardt
i is defined as int but output as %u several times. Change the definition to unsigned. Signed-off-by: Heinrich Schuchardt --- drivers/net/ethernet/intel/i40e/i40e_ethtool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/intel/i40e/i40e_ethtool.c b/drive

Re: [PATCH] net: thunderx: correct bound check in nic_config_loopback

2016-07-31 Thread Sergei Shtylyov
Hello. On 7/31/2016 5:49 AM, Levin, Alexander wrote: Off by one in nic_config_loopback would access an invalid arrat variable when Array? vf id == MAX_LMAC. Signed-off-by: Sasha Levin [...] MBR, Sergei

[PATCH 1/1] net: s2io: simplify logical constraint

2016-07-31 Thread Heinrich Schuchardt
(!A || (A && B)) is equivalent to (!A || B) Signed-off-by: Heinrich Schuchardt --- drivers/net/ethernet/neterion/s2io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/neterion/s2io.c b/drivers/net/ethernet/neterion/s2io.c index 2874dff..eaa37c0 100644 -

Re: [PATCH 1/1] dsa: b53: remove redundant if

2016-07-31 Thread Sergei Shtylyov
Hello. On 7/31/2016 10:42 AM, Heinrich Schuchardt wrote: For pdata == null the code leaves with an error. There is need to check the condition again. No need, you mean? Signed-off-by: Heinrich Schuchardt [...] MBR, Sergei

[PATCH 1/1] net: qlcnic: avoid superfluous assignement

2016-07-31 Thread Heinrich Schuchardt
Assigning NULL to parmeter dcb has no effect outside of the inlined function. Signed-off-by: Heinrich Schuchardt --- drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.h b/drivers/net/ethernet/qlogic/q

PERSONALE E PRESTITO OFFERTA BUSINESS (APPLICA)

2016-07-31 Thread Dr.Jones
Sei disperato bisogno di un prestito? Sei stato negato di un prestito dalla propria banca o qualsiasi istituzione? Avete bisogno di assistenza finanziaria? Avete bisogno di un prestito per pagare le bollette o acquistare una casa?Vuoi avere il business della vostra e avete bisogno di un prestito p

RE: [PATCH v5 6/8] thunderbolt: Networking transmit and receive

2016-07-31 Thread Levy, Amir (Jer)
On Sat, Jul 30 2016, 12:07 AM, Stephen Hemminger wrote: > On Thu, 28 Jul 2016 11:15:19 +0300 > Amir Levy wrote: > > > + /* pad short packets */ > > + if (unlikely(skb->len < ETH_ZLEN)) { > > + int pad_len = ETH_ZLEN - skb->len; > > + > > + /

RE: [PATCH v5 4/8] thunderbolt: Communication with the ICM (firmware)

2016-07-31 Thread Levy, Amir (Jer)
On Sat, Jul 30 2016, 12:48 AM, Greg KH wrote: > On Fri, Jul 29, 2016 at 02:02:24PM -0700, Stephen Hemminger wrote: > > On Thu, 28 Jul 2016 11:15:17 +0300 > > Amir Levy wrote: > > > > > +static LIST_HEAD(controllers_list); static > > > +DECLARE_RWSEM(controllers_list_rwsem); > > > > Why use a semap

[PATCH 1/1] net: qlge: remove superfluous statement

2016-07-31 Thread Heinrich Schuchardt
Variable length is not used after the deleted line. Signed-off-by: Heinrich Schuchardt --- drivers/net/ethernet/qlogic/qlge/qlge_main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/ethernet/qlogic/qlge/qlge_main.c b/drivers/net/ethernet/qlogic/qlge/qlge_main.c index fd5d1c9..f

Re: [v4.7-6816-g797cee982eef] Call-trace: modprobe | asymmetric-keys?

2016-07-31 Thread Sedat Dilek
On Sat, Jul 30, 2016 at 4:25 PM, Herbert Xu wrote: > On Sat, Jul 30, 2016 at 02:55:12PM +0200, Sedat Dilek wrote: >> [ CC "MODULE SUPPORT" | "ASYMMETRIC KEYS" | "CRYPTO API" maintainers ] >> >> Hi, >> >> with latest Linus Git (v4.7-6816-g797cee982eef) I see the following >> call-trace in my Ubuntu

[PATCH 1/1] rtlwifi: remove superfluous condition

2016-07-31 Thread Heinrich Schuchardt
If sta == NULL, the changed line will not be reached. So no need to check if stat == NULL here. Signed-off-by: Heinrich Schuchardt --- drivers/net/wireless/realtek/rtlwifi/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/wireless/realtek/rtlwifi/core.c b/dr

[PATCH 1/1] mwifiex: remove superfluous condition

2016-07-31 Thread Heinrich Schuchardt
for_each_property_of_node is only executed if the property prop is not NULL. Signed-off-by: Heinrich Schuchardt --- drivers/net/wireless/marvell/mwifiex/sta_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/wireless/marvell/mwifiex/sta_cmd.c b/drivers/net/wir

[PATCH 1/1] mwifiex: remove superfluous condition (2)

2016-07-31 Thread Heinrich Schuchardt
We are using mac as source address in a memcpy. In the lines below we can assume mac is not NULL. Signed-off-by: Heinrich Schuchardt --- drivers/net/wireless/marvell/mwifiex/sta_cmd.c | 11 +++ 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/drivers/net/wireless/marvell/mwi

Re: [PATCH] i2c: Modify error handling

2016-07-31 Thread Sakari Ailus
Hi Amitoj, On Sun, Jul 31, 2016 at 09:28:00AM +0530, Amitoj Kaur Chawla wrote: > devm_gpiod_get returns an ERR_PTR on error so a null check is > incorrect and an IS_ERR check is required. > > The Coccinelle semantic patch used to make this change is as follows: > @@ > expression e; > statement S;

[PATCH 1/1] wan/fsl_ucc_hdlc: avoid possible NULL pointer dereference

2016-07-31 Thread Heinrich Schuchardt
All assignments to components of priv should only occur after the check if prif is NULL. Signed-off-by: Heinrich Schuchardt --- drivers/net/wan/fsl_ucc_hdlc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/net/wan/fsl_ucc_hdlc.c b/drivers/net/wan/fsl_ucc_hdlc.c ind

Re: [PATCH v4] net: sched: convert qdisc linked list to hashtable

2016-07-31 Thread Fengguang Wu
On Thu, Jul 28, 2016 at 08:53:12PM +0800, Fengguang Wu wrote: On Thu, Jul 28, 2016 at 01:18:27PM +0200, Jiri Kosina wrote: On Thu, 28 Jul 2016, kbuild test robot wrote: [auto build test ERROR on v4.7-rc7] [also build test ERROR on next-20160728] [cannot apply to net/master net-next/master ipse

[PATCH 1/1] qed: do not use unitialized variable

2016-07-31 Thread Heinrich Schuchardt
Do not write random bytes from the kernel stack when calling qed_wr. Signed-off-by: Heinrich Schuchardt --- drivers/net/ethernet/qlogic/qed/qed_dev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/qlogic/qed/qed_dev.c b/drivers/net/ethernet/qlogic/qed/q

[PATCH 1/1 v2] dsa: b53: remove redundant if

2016-07-31 Thread Heinrich Schuchardt
For pdata == null the code leaves with an error. There is no need to check the condition again. Signed-off-by: Heinrich Schuchardt --- drivers/net/dsa/b53/b53_mmap.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/net/dsa/b53/b53_mmap.c b/drivers/net/dsa/b53/b53_mma

RE: [PATCH v5 5/8] thunderbolt: Networking state machine

2016-07-31 Thread Levy, Amir (Jer)
On Thu, Jul 28 2016, 02:35 PM, Lukas Wunner wrote: > On Thu, Jul 28, 2016 at 11:15:18AM +0300, Amir Levy wrote: > > + nhi_ctxt->net_devices[ > > + port_num].medium_sts = > > Looks like a carriage return slipped in here. Will be fixed. >

Re: [PATCH V3 4/6] perf tools: pushing driver configuration down to the kernel

2016-07-31 Thread Jiri Olsa
On Thu, Jul 28, 2016 at 03:42:21PM -0600, Mathieu Poirier wrote: > Now that PMU specific driver configuration are queued in > evsel::config_terms, all we need to do is re-use the current > ioctl() mechanism to push down the information to the kernel > driver. > > Signed-off-by: Mathieu Poirier >

Re: [PATCH 1/1] mwifiex: remove superfluous condition (2)

2016-07-31 Thread Kalle Valo
Heinrich Schuchardt writes: > We are using mac as source address in a memcpy. > In the lines below we can assume mac is not NULL. > > Signed-off-by: Heinrich Schuchardt Please try to make the commit titles unique, for example you can use function names or something else. Adding "(2)" is not the

RE: [PATCH v5 4/8] thunderbolt: Communication with the ICM (firmware)

2016-07-31 Thread Levy, Amir (Jer)
On Sat, Jul 30 2016, 12:03 AM, Stephen Hemminger wrote: > On Thu, 28 Jul 2016 11:15:17 +0300 > Amir Levy wrote: > > > +int nhi_send_message(struct tbt_nhi_ctxt *nhi_ctxt, enum pdf_value > pdf, > > +u32 msg_len, const u8 *msg, bool ignore_icm_resp) { > > Why not make msg a void *

[PATCH 1/1] mwifiex: key_material_v2 remove superfluous condition

2016-07-31 Thread Heinrich Schuchardt
We are using mac as source address in a memcpy. In the lines below we can assume mac is not NULL. Signed-off-by: Heinrich Schuchardt --- drivers/net/wireless/marvell/mwifiex/sta_cmd.c | 11 +++ 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/drivers/net/wireless/marvell/mwi

Re: [PATCH V3 3/6] perf tools: add infrastructure for PMU specific configuration

2016-07-31 Thread Jiri Olsa
On Thu, Jul 28, 2016 at 03:42:20PM -0600, Mathieu Poirier wrote: > This patch adds PMU driver specific configuration to the parser > infrastructure by preceding any term with the '@' letter. As such > doing something like: > > perf record -e some_event/@cfg1,@cfg2=config/ ... > > will see 'cfg1'

[PATCH v3] ARM: pxa: fix GPIO double shifts

2016-07-31 Thread Robert Jarzmik
The commit 9bf448c66d4b ("ARM: pxa: use generic gpio operation instead of gpio register") from Oct 17, 2011, leads to the following static checker warning: arch/arm/mach-pxa/spitz_pm.c:172 spitz_charger_wakeup() warn: double left shift '!gpio_get_value(SPITZ_GPIO_KEY_INT) << (1 << ((SPI

Re: [PATCH] ftrace/jprobes/s390: Fix conflict between jprobes and function graph tracing

2016-07-31 Thread Jiri Olsa
On Thu, Jul 28, 2016 at 02:39:33PM -0400, Steven Rostedt wrote: > On Mon, 18 Jul 2016 15:26:41 +0200 > Jiri Olsa wrote: > > > This fixes the same issue Steven already fixed for x86 > > in following commit: > > > > 237d28db036e ftrace/jprobes/x86: Fix conflict between jprobes and > > function

mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'

2016-07-31 Thread kbuild test robot
Hi, FYI, the error/warning still remains. tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: c9b95e5961c0294e0efffeaa847c1a1e6369204c commit: c1a0e9bc885d46e519fd87d35af6a7937abfb986 MIPS: Allow compact branch policy to be changed date: 9 months ago conf

Re: [PATCH 2/3] phy: sun4i: add support for A64 usb phy

2016-07-31 Thread Amit Tomer
Hello , > @@ -264,6 +266,12 @@ static int sun4i_usb_phy_init(struct phy *_phy) > val = readl(phy->pmu + REG_PMU_UNK_H3); > writel(val & ~2, phy->pmu + REG_PMU_UNK_H3); > } else { > + /* A64 needs also this unknown bit */ > + if (d

Urgent Please...

2016-07-31 Thread Lisa Miller
Dear Sir/madam My name is Lisa Miller I am 63 years old, I am a dying woman who have decided to donate what I have to you/churches/ motherless babies/less privileged/widows.I was diagnosed for cancer for about 2 years ago. I have been touched by God to donate from what I have inherited from my

Notice !!(P)

2016-07-31 Thread Mr.C.Yang
I am soliciting your assistance to move an investment profit funds from my Bank for investment in your country. This is genuine and I hope it will appeal to you. I need your consent to provide details. Contact me on my email ( lin.li...@aim.com ) for more details Regards, Yang

Re: [PATCH 4/5] s390: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO

2016-07-31 Thread Martin Schwidefsky
On Mon, 25 Jul 2016 16:59:53 +0100 James Hogan wrote: > AT_VECTOR_SIZE_ARCH should be defined with the maximum number of > NEW_AUX_ENT entries that ARCH_DLINFO can contain, but it wasn't defined > for s390 at all even though ARCH_DLINFO can contain one NEW_AUX_ENT when > VDSO is enabled. > > Thi

core.c:undefined reference to `fpu_save'

2016-07-31 Thread kbuild test robot
Hi, It's probably a bug fix that unveils the link errors. tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: c9b95e5961c0294e0efffeaa847c1a1e6369204c commit: c60f169202c7643991a8b4bfeea60e06843d5b5a arch/mn10300/kernel/fpu-nofpu.c: needs asm/elf.h date:

Re: kernel/printk/printk.c: Invalid access when buffer wraps around?

2016-07-31 Thread Vincent Brillault
Dear Sergey, > sorry for long reply. do you see this in practice? No, I've only thought of the bug will trying to adapt this code to build a separate cyclic buffer in a dedicated kernel module. > the first printk()->console_unlock() to notice `seen_seq != log_next_seq` > will wakeup a task from

Re: [PATCH] ftrace/jprobes/s390: Fix conflict between jprobes and function graph tracing

2016-07-31 Thread Martin Schwidefsky
On Sun, 31 Jul 2016 14:21:14 +0200 Jiri Olsa wrote: > On Thu, Jul 28, 2016 at 02:39:33PM -0400, Steven Rostedt wrote: > > On Mon, 18 Jul 2016 15:26:41 +0200 > > Jiri Olsa wrote: > > > > > This fixes the same issue Steven already fixed for x86 > > > in following commit: > > > > > > 237d28db03

[GIT PULL] Btrfs

2016-07-31 Thread Chris Mason
Hi Linus, This is part one of my btrfs pull, and you can find it in my for-linus-4.8 branch: git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git for-linus-4.8 This pull is dedicated to Josef's enospc rework, which we've been testing for a few releases now. It fixes some early e

Re: [ANNOUNCE] git-series: track changes to a patch series over time

2016-07-31 Thread Richard Ipsum
On Fri, Jul 29, 2016 at 09:59:08AM -0700, Stefan Beller wrote: > On Fri, Jul 29, 2016 at 5:44 AM, Richard Ipsum > wrote: > >> > >> These definitely seem like a family of related problems. I'd like to > >> use git-series as a format for storing iterations on things like GitHub > >> pull-requests o

[PATCH V2] dmaengine: qcom_hidma: release the descriptor before the callback

2016-07-31 Thread Sinan Kaya
There is a race condition between data transfer callback and descriptor free code. The callback routine may decide to clear the resources even though the descriptor has not yet been freed. Instead of calling the callback first and then releasing the memory, this code is changing the order to retur

Re: [PATCH V2] dmaengine: qcom_hidma: release the descriptor before the callback

2016-07-31 Thread Timur Tabi
Sinan Kaya wrote: + list_for_each_entry_safe(mdesc, next, &list, node) { enum dma_status llstat; + dma_async_tx_callback callback; + void *param; desc = &mdesc->desc; @@ -132,18 +135,19 @@ static void hidma_process_completed(stru

RE: [PATCH 1/1] qed: do not use unitialized variable

2016-07-31 Thread Yuval Mintz
> Do not write random bytes from the kernel stack when calling qed_wr. > > Signed-off-by: Heinrich Schuchardt Thanks. Acked-by: Yuval Mintz

Re: [PATCH V2] dmaengine: qcom_hidma: release the descriptor before the callback

2016-07-31 Thread Timur Tabi
Timur Tabi wrote: It looks to me like 'callback' and 'param' are never actually used. Never mind. I really shouldn't review code before my morning coffee. -- Sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Foru

Re: [PATCH 1/1] rtlwifi: remove superfluous condition

2016-07-31 Thread Larry Finger
On 07/31/2016 05:30 AM, Heinrich Schuchardt wrote: If sta == NULL, the changed line will not be reached. So no need to check if stat == NULL here. Signed-off-by: Heinrich Schuchardt --- drivers/net/wireless/realtek/rtlwifi/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) I agree.

㊣Hi

2016-07-31 Thread hi
hi this is an electronics shop bike,brand guitar,camera,tv,samsung product free shipping www .slooone .com if you do not want receive our email. please reply to us, we will never send email to you

[GIT PULL REQUEST] watchdog - v4.8 Merge Window

2016-07-31 Thread Wim Van Sebroeck
Hi Linus, Please pull from 'master' branch of git://www.linux-watchdog.org/linux-watchdog.git This pull request contains * New driver for the watchdog in Aspeed SoCs * New driver for the watchdog in Maxim PMIC MAX77620 * New driver for the watchdog in Amlogic Meson GXBB SoC * Support for

Re: [PATCH v2 2/2] mmc: host: sunxi: add support for A64 mmc controller

2016-07-31 Thread Hans de Goede
Hi, On 31-07-16 13:02, Icenowy Zheng wrote: A64 SoC features a MMC controller which need only the mod clock, and can calibrate delay by itself. This patch adds support for the new MMC controller IP core. Based on work by Andre Przywara . Signed-off-by: Icenowy Zheng Looks good, some minor r

Re: [ANNOUNCE] git-series: track changes to a patch series over time

2016-07-31 Thread Richard Ipsum
On Fri, Jul 29, 2016 at 06:00:55AM -0700, Josh Triplett wrote: > On Fri, Jul 29, 2016 at 01:44:44PM +0100, Richard Ipsum wrote: > > On Fri, Jul 29, 2016 at 04:04:26AM -0700, Josh Triplett wrote: > > > I hope to use git notes with git-series in the future, by putting > > > another gitlink under the

Re: [PATCH 1/1 linux-next] ipc/msg.c: fix memory leak in do_msgsnd()

2016-07-31 Thread Manfred Spraul
Hi Fabian, On 07/29/2016 10:15 AM, Fabian Frederick wrote: Running LTP msgsnd06 with kmemleak gives the following: cat /sys/kernel/debug/kmemleak unreferenced object 0x88003c0a11f8 (size 8): comm "msgsnd06", pid 1645, jiffies 4294672526 (age 6.549s) hex dump (first 8 bytes): 1b

Re: [PATCH 2/3] phy: sun4i: add support for A64 usb phy

2016-07-31 Thread Hans de Goede
Hi, On 31-07-16 13:25, Icenowy Zheng wrote: There's something unknown in the pmu part. Signed-off-by: Icenowy Zheng Cool, I really like the work you're doing on A64 support, keep up the good work! --- drivers/phy/phy-sun4i-usb.c | 21 +++-- 1 file changed, 19 insertions(+)

Re: [PATCH 2/3] phy: sun4i: add support for A64 usb phy

2016-07-31 Thread Chen-Yu Tsai
Hi, On Sun, Jul 31, 2016 at 10:39 PM, Hans de Goede wrote: > Hi, > > On 31-07-16 13:25, Icenowy Zheng wrote: >> >> There's something unknown in the pmu part. >> >> Signed-off-by: Icenowy Zheng > > > Cool, I really like the work you're doing on A64 support, > keep up the good work! > >> --- >> d

Re: [PATCH RFC v2 2/2] media: platform: pxa_camera: make a standalone v4l2 device

2016-07-31 Thread Robert Jarzmik
Hi Hans, Hans Verkuil writes: > On 04/02/2016 04:26 PM, Robert Jarzmik wrote: >> diff --git a/drivers/media/platform/soc_camera/pxa_camera.c >> b/drivers/media/platform/soc_camera/pxa_camera.c >> index b8dd878e98d6..30d266bbab55 100644 >> --- a/drivers/media/platform/soc_camera/pxa_camera.c >>

Re: OOM killer invoked during btrfs send/recieve on otherwise idle machine

2016-07-31 Thread Michal Hocko
[CC Mel and linux-mm] On Sun 31-07-16 07:11:21, Markus Trippelsdorf wrote: > Tonight the OOM killer got invoked during backup of /: > > [Jul31 01:56] kthreadd invoked oom-killer: > gfp_mask=0x27000c0(GFP_KERNEL_ACCOUNT|__GFP_NOTRACK), order=2, oom_score_adj=0 This a kernel stack allocation. >

[RESEND] [PATCH v9 4/4] drm/panel: Add JDI LT070ME05000 WUXGA DSI Panel

2016-07-31 Thread Vinay Simha BN
Add support for the JDI LT070ME05000 WUXGA DSI panel used in Nexus 7 2013 devices. Programming sequence for the panel is was originally found in the android-msm-flo-3.4-lollipop-release branch from: https://android.googlesource.com/kernel/msm.git And video mode setting is from dsi-panel-jdi-d

Re: 4.7-rc6, ext4, sparc64: Unable to handle kernel paging request at ...

2016-07-31 Thread Meelis Roos
> Just got this on bootup of my Sun T2000: This time I got similar (but with slightly different virtual address) one on the same t2000 on 4.7.0-07753-gc9b95e5. Looks like pointer corruption? [ 70.888080] This architecture does not have kernel memory protection. [ 70.901299] random: fast ini

Re: [PATCH 2/3] phy: sun4i: add support for A64 usb phy

2016-07-31 Thread Hans de Goede
Hi, On 31-07-16 16:50, Chen-Yu Tsai wrote: FYI: H3 USB PHY support is not complete. USB0 PHY is not supported, and it does not work. I did a preliminary comparison of this PHY driver and the code in Allwinner's SDK. There are some bits missing. Right that is a known issue, I believe someone w

[RESEND] [PATCH 1/4] dt-bindings: Add Japan Display Inc vendor id

2016-07-31 Thread Vinay Simha BN
Add vendor id for Japan Display Inc. Cc: Archit Taneja Cc: John Stultz Cc: Thierry Reding Cc: Sumit Semwal Signed-off-by: Vinay Simha BN Acked-by: Rob Herring --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetr

[RFC PATCH 2/3] Add generation of Module.ksymb file in streamline_config.pl

2016-07-31 Thread Cristina Moraru
Add generation of ./scripts/mod/Module.ksymb file containing associations of driver file names and corresponding CONFIG_* symbol. This file will be used by modpost to peg kconfig CONFIG_* symbol to its corresponding module. This information will be further exposed in userspace for extracting build

[RESEND] [PATCH v2 2/4] dt-bindings: Add jdi lt070me05000 panel bindings

2016-07-31 Thread Vinay Simha BN
Add documentation for lt070me05000 panel Cc: Archit Taneja Cc: John Stultz Cc: Thierry Reding Cc: Sumit Semwal Signed-off-by: Vinay Simha BN Acked-by: Rob Herring --- v2: * incorporated rob herring and thierry reviews gpio to gpios, gpio to regulator using fixed regulators and pwm ba

[RFC PATCH 0/3] Add kconfig symbol as module attribute

2016-07-31 Thread Cristina Moraru
This patchset implements dynamic pegging of kconfig symbol into driver modinfo section * adds a kconfig symbol attribute to struct module * updates streamline_config.pl to generate the auxiliary file scripts/mod/Module.ksymb containing associations of driver file names and corresponding kconfig sy

[RFC PATCH 3/3] Add dynamic pegging of Kconfig symbol

2016-07-31 Thread Cristina Moraru
Update modpost to add dynamic pegging of CONFIG_* symbol from file ./scripts/mod/Module.ksymb into kconfig_symbol attribute of struct module. This information will be further exposed in userspace for extracting build options for the required modules. Note: this patch is part of a proof of concept

[RFC PATCH 1/3] Add kconfig_symbol attribute to struct module

2016-07-31 Thread Cristina Moraru
Create additional attribute in struct module in order for each module to store its associate kconfig CONFIG_* symbol. The goal is to enable each module to expose in /sys its corresponding CONFIG_* option. The value of this attribute will be dynamically pegged by modpost without requiring extra wor

[PATCH] Staging: android: ion: ion.c: Compression of lines for

2016-07-31 Thread Nadim almas
This patch compresses two lines in to a single line in file ion.c if immediate return statement is found.It also removes variable ret as it is no longer needed. ne using script Coccinelle. And coccinelle uses following semantic patch for this compression function: @@ expression e, ret; @@ -ret =

Re: OOM killer invoked during btrfs send/recieve on otherwise idle machine

2016-07-31 Thread Markus Trippelsdorf
On 2016.07.31 at 17:10 +0200, Michal Hocko wrote: > [CC Mel and linux-mm] > > On Sun 31-07-16 07:11:21, Markus Trippelsdorf wrote: > > Tonight the OOM killer got invoked during backup of /: > > > > [Jul31 01:56] kthreadd invoked oom-killer: > > gfp_mask=0x27000c0(GFP_KERNEL_ACCOUNT|__GFP_NOTRACK

Re: [PATCH v5 2/2] clocksource: add J-Core timer/clocksource driver

2016-07-31 Thread Rich Felker
On Thu, Jul 28, 2016 at 04:18:44PM -0400, Rich Felker wrote: > On Thu, Jul 28, 2016 at 04:00:47PM -0400, Rich Felker wrote: > > On Thu, Jul 28, 2016 at 04:44:05PM +0200, Thomas Gleixner wrote: > > > > +static int jcore_pit_cpu_notify(struct notifier_block *self, > > > > + unsi

[RESEND] [PATCH v3 3/4] drm/dsi: Implement dcs set/get display brightness

2016-07-31 Thread Vinay Simha BN
Provide a small convenience wrapper that set/get the display brightness value Cc: John Stultz Cc: Sumit Semwal Cc: Archit Taneja Cc: Rob Clark Cc: Jani Nikula Cc: Thierry Reding Cc: Emil Velikov Signed-off-by: Vinay Simha BN Reviewed-by: Emil Velikov --- v1: *tested in nexus7 2nd gen.

[GIT PULL] MMC for v.4.8

2016-07-31 Thread Ulf Hansson
Hi Linus, Here's the PR for MMC v4.8 - sorry for being late! Details about the highlights are as usual found in the signed tag. Please pull this in! Kind regards Ulf Hansson The following changes since commit 523d939ef98fd712632d93a5a2b588e477a7565e: Linux 4.7 (2016-07-24 12:23:50 -0700) ar

Re: [PATCH] net: thunderx: correct bound check in nic_config_loopback

2016-07-31 Thread Sunil Kovvuri
Thanks for finding. A much better fix would be, - if (lbk->vf_id > MAX_LMAC) + if (lbk->vf_id >= nic->num_vf_en) return -1; where 'num_vf_en' reflects the exact number of physical interfaces or LMACs on the system. Thanks, Sunil.

Re: [PATCH v3 00/15] net: thunderx: Add support for 81xx and 83xx

2016-07-31 Thread Sunil Kovvuri
A gentle reminder. David, Let me know if I need to resubmit the patches on top of latest net-next. Will do that. Thanks, Sunil.

Re: [PATCH v2 1/7] random: Simplify API for random address requests

2016-07-31 Thread Kees Cook
On Sat, Jul 30, 2016 at 8:42 AM, Jason Cooper wrote: > To date, all callers of randomize_range() have set the length to 0, and > check for a zero return value. For the current callers, the only way > to get zero returned is if end <= start. Since they are all adding a > constant to the start add

Re: [PATCH] qed: Add and use specific logging functions to reduce object size

2016-07-31 Thread Joe Perches
On Wed, 2016-07-27 at 07:24 +, Yuval Mintz wrote: > > > > Current DP_ macros generate a lot of code. > > Using functions with vsprintf extension %pV helps reduce that size. > > > >  drivers/net/ethernet/qlogic/qed/Makefile   |  2 +- > >  drivers/net/ethernet/qlogic/qed/qed_util.c | 82 > > ++

Re: [PATCH v5 6/8] thunderbolt: Networking transmit and receive

2016-07-31 Thread David Miller
From: "Levy, Amir (Jer)" Date: Sun, 31 Jul 2016 10:15:52 + > The network stack thinks it is Ethernet, it might not accept Runt > frames, so the driver pads the frame in receive. The network stack doesn't care about this at all. It's wasted effort on your part.

arch/ia64/kernel/ivt.S:759: Error: Operand 3 of `add' should be a general register r0-r3

2016-07-31 Thread kbuild test robot
Hi Will, FYI, the error/warning still remains. tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: c9b95e5961c0294e0efffeaa847c1a1e6369204c commit: da48d094ce5d7c7dcdad9011648a81c42fd1c2ef Kconfig: remove HAVE_LATENCYTOP_SUPPORT date: 7 months ago config:

Re: [PATCH] prctl: remove one-shot limitation for changing exe link

2016-07-31 Thread Eric W. Biederman
Mateusz Guzik writes: > On Sat, Jul 30, 2016 at 12:31:40PM -0500, Eric W. Biederman wrote: >> So what I am requesting is very simple. That the checks in >> prctl_set_mm_exe_file be tightened up to more closely approach what >> execve requires. Thus preserving the value of the /proc/[pid]/exe fo

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-07-31 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: c9b95e5961c0294e0efffeaa847c1a1e6369204c commit: ab9d1e4f7b0217948a3b35a64178602ab30ff45d Merge branch 'xfs-misc-fixes-4.6-3' into for-next date: 5 months a

[PATCH v3 02/12] gpu: ipu-cpmem: Add ipu_cpmem_get_burstsize()

2016-07-31 Thread Steve Longerbeam
Adds ipu_cpmem_get_burstsize(). Signed-off-by: Steve Longerbeam --- v3: no changes v2: no changes --- drivers/gpu/ipu-v3/ipu-cpmem.c | 6 ++ include/video/imx-ipu-v3.h | 1 + 2 files changed, 7 insertions(+) diff --git a/drivers/gpu/ipu-v3/ipu-cpmem.c b/drivers/gpu/ipu-v3/ipu-cpmem.c

[PATCH v3 08/12] gpu: ipu-v3: rename CSI client device

2016-07-31 Thread Steve Longerbeam
Rename the CSI client device in the client_reg[] table to "imx-ipuv3-csi". Signed-off-by: Steve Longerbeam --- v3: no changes v2: no changes --- drivers/gpu/ipu-v3/ipu-common.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/ipu-v3/ipu-common.c b/drivers/gpu

[PATCH v3 00/12] IPUv3 prep for i.MX5/6 v4l2 staging drivers, v3

2016-07-31 Thread Steve Longerbeam
In this version: - API changes to ipu-vdi.c in "gpu: ipu-v3: Add Video Deinterlacer unit". - "gpu: ipu-v3: Add FSU channel linking support" is new but based on previous patch "gpu: ipu-v3: Add IDMA channel linking support". No other changes from previous version. Steve Longerbeam (12): gpu:

[PATCH v3 03/12] gpu: ipu-v3: Add ipu_get_num()

2016-07-31 Thread Steve Longerbeam
Adds of-alias id to ipu_soc and retrieve with ipu_get_num(). Signed-off-by: Steve Longerbeam --- v3: no changes v2: no changes --- drivers/gpu/ipu-v3/ipu-common.c | 8 drivers/gpu/ipu-v3/ipu-prv.h| 1 + include/video/imx-ipu-v3.h | 1 + 3 files changed, 10 insertions(+) diff

[PATCH v3 05/12] gpu: ipu-v3: set correct full sensor frame for PAL/NTSC

2016-07-31 Thread Steve Longerbeam
Set the sensor full frame based on whether the passed in mbus_fmt is 720x480 (NTSC) or 720x576 (PAL). Signed-off-by: Steve Longerbeam --- v3: no changes v2: no changes --- drivers/gpu/ipu-v3/ipu-csi.c | 20 +--- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/dri

[PATCH v3 04/12] gpu: ipu-v3: Add VDI input IDMAC channels

2016-07-31 Thread Steve Longerbeam
Adds the VDIC field input IDMAC channels. These channels transfer fields F(n-1), F(n), and F(N+1) from memory to the VDIC (channels 8, 9, 10 respectively). Signed-off-by: Steve Longerbeam --- v3: no changes v2: - made the channel names more descriptive: "_PREV" instead of "_P", etc. --- includ

[PATCH v3 01/12] gpu: ipu-cpmem: Add ipu_cpmem_set_uv_offset()

2016-07-31 Thread Steve Longerbeam
Adds ipu_cpmem_set_uv_offset(), to set planar U/V offsets. Signed-off-by: Steve Longerbeam --- v3: no changes v2: no changes --- drivers/gpu/ipu-v3/ipu-cpmem.c | 7 +++ include/video/imx-ipu-v3.h | 1 + 2 files changed, 8 insertions(+) diff --git a/drivers/gpu/ipu-v3/ipu-cpmem.c b/dri

[PATCH v3 10/12] gpu: ipu-v3: Add FSU channel linking support

2016-07-31 Thread Steve Longerbeam
Adds functions to link and unlink source channels to sink channels in the FSU: int ipu_fsu_link(struct ipu_soc *ipu, int src_ch, int sink_ch); int ipu_fsu_unlink(struct ipu_soc *ipu, int src_ch, int sink_ch); The channels numbers are usually IDMAC channels, but they can also be channels that do n

  1   2   3   >