Re: [PATCH v7 13/46] virtio: simplify feature bit handling

2014-12-01 Thread David Hildenbrand
> Now that we use u64 for bits, we can simply & them together. > > Signed-off-by: Michael S. Tsirkin > --- > drivers/virtio/virtio.c | 10 ++ > 1 file changed, 6 insertions(+), 4 deletions(-) > Reviewed-by: David Hildenbrand -- To unsubscribe from this list: send the line

Re: [PATCH v3 3/3] arm: dts: zynq: Add Digilent ZYBO board

2014-12-01 Thread Michal Simek
On 12/01/2014 01:25 AM, Peter Crosthwaite wrote: > Add a DTS describing the Digilent ZYBO board. Similar to ZED but with > a 50MHz crystal instead of 33MHz. > > Acked-by: Soren Brinkmann > Signed-off-by: Peter Crosthwaite > > --- > Changed since v1: > Change compat vendor prefix from xlnx to

Re: [PATCH v7 16/46] virtio_blk: v1.0 support

2014-12-01 Thread David Hildenbrand
> Based on patch by Cornelia Huck. > > Note: for consistency, and to avoid sparse errors, > convert all fields, even those no longer in use > for virtio v1.0. > > Signed-off-by: Cornelia Huck > Signed-off-by: Michael S. Tsirkin ... > > -static unsigned int features[] = { > +static

Re: [PATCH] drivers:staging:media:omap24xx:v4l2-int-device.h: Added a '*' before ')'--(parenthesis closing)

2014-12-01 Thread Hans Verkuil
On 11/30/2014 11:58 AM, Anjana Sasindran wrote: > This patch fix a checkpatch.pl error: > > ERROR: space prohibited before ')' parenthesis closing > > Signed-off-by: Anjana Sasindran Thanks for the patch, but this driver is removed in kernel 3.19. So there is no point in patching it. Regards,

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

2014-12-01 Thread Stephen Rothwell
Hi Greg, After merging the usb tree, today's linux-next build (arm multi_v7_defconfig) failed like this: arch/arm/mach-omap2/twl-common.c:94:21: error: array type has incomplete element type struct phy_consumer consumers[] = { ^ Caused by commit dbc98635e0d4 ("phy: remove

Re: [PATCH v7 18/46] KVM: s390: virtio-ccw revision 1 SET_VQ

2014-12-01 Thread David Hildenbrand
> From: Cornelia Huck > > The CCW_CMD_SET_VQ command has a different format for revision 1+ > devices, allowing to specify a more complex virtqueue layout. For > now, we stay however with the old layout and simply use the new > command format for virtio-1 devices. > > Signed-off-by: Cornelia

[PATCH v4 2/3] drm: panel: simple-panel: add support for bus_format retrieval

2014-12-01 Thread Boris Brezillon
Provide a way to specify panel requirement in terms of supported media bus format (particularly useful for panels connected to an RGB or LVDS bus). Signed-off-by: Boris Brezillon --- drivers/gpu/drm/panel/panel-simple.c | 5 + 1 file changed, 5 insertions(+) diff --git

[PATCH v4 1/3] drm: add bus_formats and num_bus_formats fields to drm_display_info

2014-12-01 Thread Boris Brezillon
Add bus_formats and num_bus_formats fields and drm_display_info_set_bus_formats helper function to specify the bus formats supported by a given display. This information can be used by display controller drivers to configure the output interface appropriately (i.e. RGB565, RGB666 or RGB888 on raw

[PATCH v4 2/3] drm: panel: simple-panel: add support for bus_format retrieval

2014-12-01 Thread Boris Brezillon
Provide a way to specify panel requirement in terms of supported media bus format (particularly useful for panels connected to an RGB or LVDS bus). Signed-off-by: Boris Brezillon --- drivers/gpu/drm/panel/panel-simple.c | 5 + 1 file changed, 5 insertions(+) diff --git

[PATCH v4 3/3] drm: panel: simple-panel: add bus format information for foxlink panel

2014-12-01 Thread Boris Brezillon
Foxlink's fl500wvr00-a0t supports RGB888 format. Signed-off-by: Boris Brezillon --- drivers/gpu/drm/panel/panel-simple.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c index 66838a5..695f406 100644 ---

[PATCH v4 0/3] drm: describe display bus format

2014-12-01 Thread Boris Brezillon
Hello, This series makes use of the MEDIA_BUS_FMT definition to describe how the data are transmitted to the display. This will allow drivers to configure their output display bus according to the display capabilities. For example some display controllers support DPI (or raw RGB) connectors and

RE: [PATCH v3] hv: hv_fcopy: drop the obsolete message on transfer failure

2014-12-01 Thread Jason Wang
On Fri, Nov 28, 2014 at 7:54 PM, Dexuan Cui wrote: -Original Message- From: Jason Wang [mailto:jasow...@redhat.com] Sent: Friday, November 28, 2014 18:13 PM To: Dexuan Cui Cc: gre...@linuxfoundation.org; linux-kernel@vger.kernel.org; driverdev- de...@linuxdriverproject.org;

[PATCH v4 1/3] drm: add bus_formats and num_bus_formats fields to drm_display_info

2014-12-01 Thread Boris Brezillon
Add bus_formats and num_bus_formats fields and drm_display_info_set_bus_formats helper function to specify the bus formats supported by a given display. This information can be used by display controller drivers to configure the output interface appropriately (i.e. RGB565, RGB666 or RGB888 on raw

[PATCH v4 0/3] drm: describe display bus format

2014-12-01 Thread Boris Brezillon
Hello, This series makes use of the MEDIA_BUS_FMT definition to describe how the data are transmitted to the display. This will allow drivers to configure their output display bus according to the display capabilities. For example some display controllers support DPI (or raw RGB) connectors and

[PATCH v4 3/3] drm: panel: simple-panel: add bus format information for foxlink panel

2014-12-01 Thread Boris Brezillon
Foxlink's fl500wvr00-a0t supports RGB888 format. Signed-off-by: Boris Brezillon --- drivers/gpu/drm/panel/panel-simple.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c index 66838a5..695f406 100644 ---

Re: [PATCH] usbip: fix error handling in stub_probe()

2014-12-01 Thread Valentina Manea
On Sat, Nov 29, 2014 at 12:29 AM, Alexey Khoroshilov wrote: > If usb_hub_claim_port() fails, no resources are deallocated and > if stub_add_files() fails, port is not released. > > The patch fixes these issues and rearranges error handling code. > > Found by Linux Driver Verification project

Re: [PATCH v2 3/5] pinctrl: exynos: Fix GPIO setup failure because domain clock being gated

2014-12-01 Thread Krzysztof Kozlowski
On nie, 2014-11-30 at 21:19 +0900, Tomasz Figa wrote: > Hi Krzysztof, > > 2014-11-28 23:08 GMT+09:00 Krzysztof Kozlowski : > > On pią, 2014-11-28 at 15:04 +0100, Linus Walleij wrote: > >> On Wed, Nov 26, 2014 at 3:24 PM, Krzysztof Kozlowski > >> wrote: > >> > >> > The audio subsystem on Exynos

Re: [PATCH 4/4] usbip: remove unneeded structure

2014-12-01 Thread Valentina Manea
On Sun, Nov 30, 2014 at 8:14 PM, Julia Lawall wrote: > From: Julia Lawall > > Delete a local structure that is only used to be initialized by memset. > > A semantic patch that makes this change is as follows: > (http://coccinelle.lip6.fr/) > > // > @@ > identifier x,i; > @@ > > { > ... when any

[PATCH RESEND v4 1/3] drm: add bus_formats and num_bus_formats fields to drm_display_info

2014-12-01 Thread Boris Brezillon
Add bus_formats and num_bus_formats fields and drm_display_info_set_bus_formats helper function to specify the bus formats supported by a given display. This information can be used by display controller drivers to configure the output interface appropriately (i.e. RGB565, RGB666 or RGB888 on raw

Re: [PATCH] Drivers:staging:clocking-wizard: Added a newline

2014-12-01 Thread Dan Carpenter
You resend this one later. Send a reply to the originial thread when you do that so we don't respond to this email. regards, dan carpenter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [PATCH v2] fs-fat: Less function calls in fat_fill_super() after error detection

2014-12-01 Thread Julia Lawall
On Mon, 1 Dec 2014, Dan Carpenter wrote: > On Sat, Nov 29, 2014 at 10:59:47PM +0900, OGAWA Hirofumi wrote: > > Julia Lawall writes: > > > > >> iput() checks NULL of inode. What is wrong just remove NULL check, > > >> instead of adding new jump labels? > > > > > > Personally, I prefer that

Re: [PATCH v6 0/3] mtd: nand: gpmi: add proper raw access support

2014-12-01 Thread Brian Norris
On Sun, Nov 30, 2014 at 07:10:27PM +0100, Boris Brezillon wrote: > Hello, > > This series provides an implementation for raw accesses taking care of > hidding the specific layout used by the GPMI controller. > > Best Regards, > > Boris > > Changes since v5: > - rename gpmi_move_bits into

Re: [PATCH] staging: comedi: change some printk calls to pr_err

2014-12-01 Thread Jeremiah Mahler
Chase, On Sun, Nov 30, 2014 at 11:05:56PM -0600, Chase Southwood wrote: > There are a handful of calls to printk in ni_stc.h without specified log > levels, as well as one in ni_mio_common.c. This patch converts these > calls to pr_err() instead, so that they are now explicitly log level > ERR.

[PATCH v11 0/7] ARM: kprobes: OPTPROBES and other improvements.

2014-12-01 Thread Wang Nan
This is version 11 of optprobe related patch series. I decide to merge all related patches in one series to make my work easier. This series is grouped by 3 different parts: Patch 1/7 moves all ARM probe related code to arch/arm/probes according to suggestion from Russell King. Patch 2/7 - 5/7

Re: [PATCH] drivers:staging:media:omap24xx:v4l2-int-device.h: Added a '*' before ')'--(parenthesis closing)

2014-12-01 Thread Dan Carpenter
On Sun, Nov 30, 2014 at 04:28:02PM +0530, Anjana Sasindran wrote: > This patch fix a checkpatch.pl error: > > ERROR: space prohibited before ')' parenthesis closing > > Signed-off-by: Anjana Sasindran > --- > drivers/staging/media/omap24xx/v4l2-int-device.h | 2 +- > 1 file changed, 1

[PATCH v11 1/7] ARM: probes: move all probe code to dedicate directory

2014-12-01 Thread Wang Nan
In discussion on LKML (https://lkml.org/lkml/2014/11/28/158), Russell King suggest to move all probe related code to arch/arm/probes. This patch do the work. Due to dependency on 'arch/arm/kernel/patch.h', this patch also move patch.h to 'arch/arm/include/asm/patch.h', and related '#include'

[PATCH v11 2/7] ARM: kprobes: introduces checker

2014-12-01 Thread Wang Nan
This patch introdces 'checker' to decoding phase, and calls checkers when instruction decoding. This allows further decoding for specific instructions. This patch introduces a stub call of checkers in kprobe arch_prepare_kprobe() as an example and for further expansion. Signed-off-by: Wang Nan

[PATCH v11 3/7] ARM: kprobes: collects stack consumption for store instructions

2014-12-01 Thread Wang Nan
This patch uses the previously introduced checker functionality on store instructions to record their stack consumption information to arch_probes_insn. Signed-off-by: Wang Nan Signed-off-by: Jon Medhurst Reviewed-by: Jon Medhurst --- v1 -> v2: - Bugfix and code improvements following

[PATCH v11 7/7] ARM: kprobes: enable OPTPROBES for ARM 32

2014-12-01 Thread Wang Nan
This patch introduce kprobeopt for ARM 32. Limitations: - Currently only kernel compiled with ARM ISA is supported. - Offset between probe point and optinsn slot must not larger than 32MiB. Masami Hiramatsu suggests replacing 2 words, it will make things complex. Futher patch can make

[PATCH v11 6/7] kprobes: Pass the original kprobe for preparing optimized kprobe

2014-12-01 Thread Wang Nan
From: Masami Hiramatsu Pass the original kprobe for preparing an optimized kprobe arch-dep part, since for some architecture (e.g. ARM32) requires the information in original kprobe. --- Signed-off-by: Masami Hiramatsu Cc: Wang Nan --- arch/x86/kernel/kprobes/opt.c | 3 ++-

[PATCH v11 4/7] ARM: kprobes: disallow probing stack consuming instructions

2014-12-01 Thread Wang Nan
This patch prohibits probing instructions for which the stack requirements are unable to be determined statically. Some test cases are found not work again after the modification, this patch also removes them. Signed-off-by: Wang Nan Reviewed-by: Jon Medhurst --- v1 -> v2: - Use

[PATCH v10 0/4] This suspend patch is only support cut off the power of cpu and some external

2014-12-01 Thread Chris Zhong
devices, since we still lack power_domain driver, so the other power rail of rk3288 need keep power on. I have tested it on rk3288-evb board, atop next-20141112. goto suspend by type "echo mem > /sys/power/state", vdd_cpu is about 0mv by measuring, so it can be determined in sleep mode, then press

Re: [PATCH v2] slab: Fix nodeid bounds check for non-contiguous node IDs

2014-12-01 Thread Michael Ellerman
On Mon, 2014-12-01 at 16:24 +1100, Paul Mackerras wrote: > On Mon, Dec 01, 2014 at 04:02:14PM +1100, Michael Ellerman wrote: > > On Mon, 2014-12-01 at 15:28 +1100, Paul Mackerras wrote: > > > The bounds check for nodeid in cache_alloc_node gives false > > > positives on machines where the node

[PATCH v10 1/4] ARM: rockchip: add suspend and resume for RK3288

2014-12-01 Thread Chris Zhong
It's a basic version of suspend and resume for rockchip, it only support RK3288 now. Signed-off-by: Tony Xie Signed-off-by: Chris Zhong Signed-off-by: Doug Anderson Tested-by: Doug Anderson Reviewed-by: Doug Anderson --- Changes in v10: None Changes in v9: - fold Doug's patches - modify

[PATCH v10 2/4] ARM: rockchip: Add pmu-sram binding

2014-12-01 Thread Chris Zhong
The pmu-sram is used to store resume code, suspend/resume need get the address of it. Therefore add a binding and documentation for it. Signed-off-by: Tony Xie Signed-off-by: Chris Zhong Reviewed-by: Doug Anderson --- Changes in v10: None Changes in v9: None Changes in v8: None Changes in

[PATCH v10 3/4] ARM: dts: add RK3288 suspend support

2014-12-01 Thread Chris Zhong
add pmu sram node for suspend, add global_pwroff pinctrl. The pmu sram is used to store the resume code. global_pwroff is held low level at work, it would be pull to high when entering suspend. reference this in the board DTS file since some boards need it. Signed-off-by: Tony Xie Signed-off-by:

[PATCH v10 4/4] ARM: dts: rockchip: add suspend settings for rk3288-evb-rk808

2014-12-01 Thread Chris Zhong
Add suspend-voltages and necessary pin-states for suspend on rk3288-evb-rk808 boards. global_pwroff would be pulled high when RK3288 entering suspend, this pin is a sleep signal for RK808, so RK808 could goto sleep mode, and some regulators would be disable. Signed-off-by: Chris Zhong ---

[PATCH V4 net-next] tun/macvtap: use consume_skb() instead of kfree_skb() when needed

2014-12-01 Thread Jason Wang
To be more friendly with drop monitor, we should only call kfree_skb() when the packets were dropped and use consume_skb() in other cases. Cc: Eric Dumazet Signed-off-by: Jason Wang --- Changes from V3: - rebase to net-next.git Changes from V2: - use unlikely() when necessary Changes from V1: -

[PATCH v11 5/7] ARM: kprobes: Add test cases for stack consuming instructions

2014-12-01 Thread Wang Nan
These have extra 'checker' functions associated with them so lets make sure those get covered by testing. Signed-off-by: Jon Medhurst Signed-off-by: Wang Nan --- v1 -> v2: - Move to arch/arm/probes/ . --- arch/arm/probes/kprobes-test-arm.c | 17 +++--

Re: [PATCH v9 3/4] ARM: dts: add RK3288 suspend support

2014-12-01 Thread Chris Zhong
On 12/01/2014 01:26 PM, Doug Anderson wrote: Chris, On Mon, Nov 24, 2014 at 11:32 PM, Chris Zhong wrote: add pmu sram node for suspend, add global_pwroff pinctrl. The pmu sram is used to store the resume code. global_pwroff is held low level at work, it would be pull to high when entering

Re: [Xen-devel] [PATCH] xen-netfront: Fix handling packets on compound pages with skb_linearize

2014-12-01 Thread Stefan Bader
On 11.08.2014 19:32, Zoltan Kiss wrote: > There is a long known problem with the netfront/netback interface: if the > guest > tries to send a packet which constitues more than MAX_SKB_FRAGS + 1 ring > slots, > it gets dropped. The reason is that netback maps these slots to a frag in the > frags

Re: [PATCH v6 0/3] mtd: nand: gpmi: add proper raw access support

2014-12-01 Thread Boris Brezillon
Hi Brian, On Mon, 1 Dec 2014 00:47:09 -0800 Brian Norris wrote: > On Sun, Nov 30, 2014 at 07:10:27PM +0100, Boris Brezillon wrote: > > Hello, > > > > This series provides an implementation for raw accesses taking care of > > hidding the specific layout used by the GPMI controller. > > > >

Re: [PATCH v10 2/2] ARM: kprobes: enable OPTPROBES for ARM 32

2014-12-01 Thread Wang Nan
>>> +/* >>> + * NOTE: the first sub and add instruction will be modified according >>> + * to the stack cost of the instruction. >>> + */ >>> +asm ( >>> + ".global optprobe_template_entry\n" >>> + "optprobe_template_entry:\n" >>> + " sub

Re: [PATCH 1/3] fanotify: only destroy mark when both mask and ignored_mask are cleared

2014-12-01 Thread Jan Kara
On Sun 30-11-14 00:37:36, Lino Sanfilippo wrote: > In fanotify_mark_remove_from_mask() a mark is destroyed if only one of both > bitmasks (mask or ignored_mask) of a mark is cleared. However the other mask > may still be set and contain information that should not be lost. Thus only > destroy a

Re: [PATCH v7 01/46] virtio: add low-level APIs for feature bits

2014-12-01 Thread Cornelia Huck
On Sun, 30 Nov 2014 17:09:08 +0200 "Michael S. Tsirkin" wrote: > Add low level APIs to test/set/clear feature bits. > For use by transports, to make it easier to > write code independent of feature bit array format. > > Note: APIs is prefixed with __ and has _bit suffix > to stress its low

Re: [PATCH 2/3] fanotify: dont recalculate a marks mask if only the ignored mask changed

2014-12-01 Thread Jan Kara
On Sun 30-11-14 00:37:37, Lino Sanfilippo wrote: > If removing bits from a marks ignored mask, the concerning inodes/vfsmounts > mask is not affected. So dont recalculate it. > > Signed-off-by: Lino Sanfilippo Looks good. You can add: Reviewed-by: Jan Kara

RE: [PATCH v2 1/2] arm: ls1: add CPU hotplug platform support

2014-12-01 Thread zhuoyu.zh...@freescale.com
> -Original Message- > From: Mark Rutland [mailto:mark.rutl...@arm.com] > Sent: Friday, November 28, 2014 6:33 PM > To: Zhang Zhuoyu-B46552 > Cc: linux-kernel@vger.kernel.org; ker...@pengutronix.de; linux-arm- > ker...@lists.infradead.org; Li Yang-Leo-R58472; linuxppc- >

[PATCH] spi/pxa2xx: Clear cur_chip pointer before starting next message

2014-12-01 Thread Mika Westerberg
Once the current message is finished, the driver notifies SPI core about this by calling spi_finalize_current_message(). This function queues next message to be transferred. If there are more messages in the queue, it is possible that the driver is asked to transfer the next message at this point.

[PATCH] clk: samsung: exynos4415: Fix build with PM_SLEEP disabled

2014-12-01 Thread Krzysztof Kozlowski
Fix following build errors when PM_SLEEP is disabled (e.g. by disabling SUSPEND and HIBERNATION): drivers/clk/samsung/clk-exynos4415.c: In function ‘exynos4415_cmu_init’: drivers/clk/samsung/clk-exynos4415.c:982:2: error: ‘exynos4415_ctx’ undeclared (first use in this function)

Re: [PATCH net-next] vhost: remove unnecessary forward declarations in vhost.h

2014-12-01 Thread Michael S. Tsirkin
On Thu, Nov 27, 2014 at 02:41:21PM +0800, Jason Wang wrote: > Signed-off-by: Jason Wang Applied, thanks. > --- > drivers/vhost/vhost.h | 4 > 1 file changed, 4 deletions(-) > > diff --git a/drivers/vhost/vhost.h b/drivers/vhost/vhost.h > index 3eda654..7d039ef 100644 > ---

Re: [PATCH v7 28/46] vhost: make features 64 bit

2014-12-01 Thread Michael S. Tsirkin
On Mon, Dec 01, 2014 at 04:12:37AM +, Ben Hutchings wrote: > On Sun, 2014-11-30 at 18:44 +0300, Sergei Shtylyov wrote: > > Hello. > > > > On 11/30/2014 6:11 PM, Michael S. Tsirkin wrote: > > > > > We need to use bit 32 for virtio 1.0 > > > > > Signed-off-by: Michael S. Tsirkin > > >

Re: [PATCH] PM / Kconfig: Do not select PM directly from Kconfig files

2014-12-01 Thread Geert Uytterhoeven
On Sat, Nov 29, 2014 at 2:03 AM, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > It is not valid to select CONFIG_PM directly without selecting > CONFIG_PM_SLEEP or CONFIG_PM_RUNTIME too, because that breaks > dependencies (ia64 does that) and it is not necessary to select > CONFIG_PM

Re: [PATCH v2] slab: Fix nodeid bounds check for non-contiguous node IDs

2014-12-01 Thread Pekka Enberg
On 12/1/14 6:28 AM, Paul Mackerras wrote: --- v2: include the oops message in the patch description mm/slab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/slab.c b/mm/slab.c index eb2b2ea..f34e053 100644 --- a/mm/slab.c +++ b/mm/slab.c @@ -3076,7 +3076,7 @@ static

Re: [PATCH v4 1/2] mtd: hisilicon: add a new NAND controller driver for hisilicon hip04 Soc

2014-12-01 Thread Brian Norris
I forgot to mention these comments: On Tue, Nov 04, 2014 at 08:47:00PM +0800, Zhou Wang wrote: > +static int hisi_nfc_remove(struct platform_device *pdev) > +{ > + struct hinfc_host *host = platform_get_drvdata(pdev); > + struct mtd_info *mtd = >mtd; > + > + nand_release(mtd); > +

Re: [PATCH v7 16/46] virtio_blk: v1.0 support

2014-12-01 Thread Michael S. Tsirkin
On Mon, Dec 01, 2014 at 09:16:41AM +0100, David Hildenbrand wrote: > > Based on patch by Cornelia Huck. > > > > Note: for consistency, and to avoid sparse errors, > > convert all fields, even those no longer in use > > for virtio v1.0. > > > > Signed-off-by: Cornelia Huck > >

Re: [PATCH v7 16/46] virtio_blk: v1.0 support

2014-12-01 Thread Michael S. Tsirkin
On Mon, Dec 01, 2014 at 09:16:41AM +0100, David Hildenbrand wrote: > > Based on patch by Cornelia Huck. > > > > Note: for consistency, and to avoid sparse errors, > > convert all fields, even those no longer in use > > for virtio v1.0. > > > > Signed-off-by: Cornelia Huck > >

Re: [PATCH V4 net-next] tun/macvtap: use consume_skb() instead of kfree_skb() when needed

2014-12-01 Thread Michael S. Tsirkin
On Mon, Dec 01, 2014 at 04:53:15PM +0800, Jason Wang wrote: > To be more friendly with drop monitor, we should only call kfree_skb() when > the packets were dropped and use consume_skb() in other cases. > > Cc: Eric Dumazet > Signed-off-by: Jason Wang Acked-by: Michael S. Tsirkin > --- >

Re: [PATCH] drm/i915 Trouble with minimum brightness

2014-12-01 Thread Jani Nikula
On Fri, 28 Nov 2014, Jay Aurabind wrote: > Hello all, > > I notice that some activity has been going on with the minimum value > of display brightness recently (e1c412e7575). > > But the minimum value thats currently chosen is not at all acceptable > for my eyes. My display is working perfectly

Re: [PATCH/RFC v8 04/14] v4l2-async: change custom.match callback argument type

2014-12-01 Thread Jacek Anaszewski
Hi Laurent, On 11/29/2014 05:38 PM, Laurent Pinchart wrote: Hi Jacek, Thank you for the patch. On Friday 28 November 2014 10:17:56 Jacek Anaszewski wrote: It is useful to have an access to the async sub-device being matched, not only to the related struct device. Change match callback

Re: Re: Re: [PATCH v3 0/5] ARM64: Add kernel probes(Kprobes) support

2014-12-01 Thread Masami Hiramatsu
(2014/11/29 1:01), Steve Capper wrote: > On 27 November 2014 at 06:07, Masami Hiramatsu > wrote: >> (2014/11/27 3:59), Steve Capper wrote: >>> The crash is extremely easy to reproduce. >>> >>> I've not observed any missed events on a kprobe on an arm64 system >>> that's still alive. >>> My

Re: [PATCH v2 03/11] mfd: syscon: Add atmel-smc registers definition

2014-12-01 Thread Boris Brezillon
Hi Lee, Sorry for the late reply. On Mon, 10 Nov 2014 09:57:28 + Lee Jones wrote: > On Wed, 05 Nov 2014, Boris Brezillon wrote: > > > Atmel AT91 SoCs have a memory range reserved for SMC (Static Memory > > Controller) configuration. > > Expose those registers so that drivers can make use

Re: [PATCH v2 03/11] mfd: syscon: Add atmel-smc registers definition

2014-12-01 Thread Nicolas Ferre
Le 01/12/2014 10:38, Boris Brezillon a écrit : > Hi Lee, > > Sorry for the late reply. > > On Mon, 10 Nov 2014 09:57:28 + > Lee Jones wrote: > >> On Wed, 05 Nov 2014, Boris Brezillon wrote: >> >>> Atmel AT91 SoCs have a memory range reserved for SMC (Static Memory >>> Controller)

Darlehen zu niedrigeren Rate

2014-12-01 Thread Skipton Financial Services®
guten Tag Dies sind Skipton Finanzdienstleistungen, bieten wir heute Darlehen Zinssatz von 3%, unsere Art von Darlehen sind: - Business-Darlehen, Intercompany-Darlehen Personen Darlehen und Kredite Familie. Wenn Sie Interesse an unserem Angebot haben Darlehen füllen Sie bitte untenstehendes

Re: [PATCH 1/1] [media] V4L2: Deletion of an unnecessary check before the function call "vb2_put_vma"

2014-12-01 Thread Marek Szyprowski
Hello, On 2014-11-30 23:23, SF Markus Elfring wrote: From: Markus Elfring Date: Sun, 30 Nov 2014 23:10:51 +0100 The vb2_put_vma() function tests whether its argument is NULL and then returns immediately. Thus the test around the call is not needed. This issue was detected by using the

[tip:x86/apic] irqdomain: Correct early allocation of irq domains with IRQs off

2014-12-01 Thread tip-bot for Borislav Petkov
Commit-ID: eda7516e1d428caf3cfc88e4292f2a1357a2e569 Gitweb: http://git.kernel.org/tip/eda7516e1d428caf3cfc88e4292f2a1357a2e569 Author: Borislav Petkov AuthorDate: Sun, 30 Nov 2014 13:37:43 +0100 Committer: Thomas Gleixner CommitDate: Mon, 1 Dec 2014 10:38:30 +0100 irqdomain: Correct

RE: [PATCH v3] hv: hv_fcopy: drop the obsolete message on transfer failure

2014-12-01 Thread Dexuan Cui
> -Original Message- > From: Jason Wang [mailto:jasow...@redhat.com] > Sent: Monday, December 1, 2014 16:23 PM > To: Dexuan Cui > Cc: gre...@linuxfoundation.org; linux-kernel@vger.kernel.org; driverdev- > de...@linuxdriverproject.org; o...@aepfle.de; a...@canonical.com; KY > Srinivasan;

Re: [PATCH v2 0/3] pwm: ftm: add Power Management support

2014-12-01 Thread Thierry Reding
On Mon, Dec 01, 2014 at 03:25:02AM +, li.xi...@freescale.com wrote: > Ping :) . > > Thanks very much. Applied with a few whitespace cleanups. Thanks, Thierry pgpxxim3OwRtA.pgp Description: PGP signature

RE: [PATCH v2 0/3] pwm: ftm: add Power Management support

2014-12-01 Thread li.xi...@freescale.com
> Subject: Re: [PATCH v2 0/3] pwm: ftm: add Power Management support > > On Mon, Dec 01, 2014 at 03:25:02AM +, li.xi...@freescale.com wrote: > > Ping :) . > > > > Thanks very much. > > Applied with a few whitespace cleanups. > Hi Thierry, Thanks verrry much. BRs Xiubo -- To unsubscribe

Re: [PATCH] skge: Unmask interrupts in case of spurious interrupts

2014-12-01 Thread Mirko Lindner
On 30/11/14 12:51, Lino Sanfilippo wrote: > In case of a spurious interrupt dont forget to reenable the interrupts that > have been masked by reading the interrupt source register. > > Signed-off-by: Lino Sanfilippo > --- > drivers/net/ethernet/marvell/skge.c | 3 +-- > 1 file changed, 1

Re: [PATCH v4 0/6] Touchscreen performance related fixes

2014-12-01 Thread Vignesh R
Hi Sebastian, On Monday 24 November 2014 05:21 PM, Sebastian Andrzej Siewior wrote: > * Vignesh R | 2014-11-14 10:37:25 [+0530]: > >> This series of patches fix TSC defects related to lag in touchscreen >> performance and cursor jump at touch release. The lag was result of >> udelay in TSC

Re: [PATCH v3] hv: hv_fcopy: drop the obsolete message on transfer failure

2014-12-01 Thread Vitaly Kuznetsov
Dexuan Cui writes: >> -Original Message- >> From: Jason Wang [mailto:jasow...@redhat.com] >> Sent: Monday, December 1, 2014 16:23 PM >> To: Dexuan Cui >> Cc: gre...@linuxfoundation.org; linux-kernel@vger.kernel.org; driverdev- >> de...@linuxdriverproject.org; o...@aepfle.de;

RE: [PATCHv4] dmaengine: fsl-edma: fixup reg offset and hw S/G support in big-endian model

2014-12-01 Thread Jingchang Lu
Hi, Vinod, Could you please help review and merge this patch if possible. Thanks. Thanks and Best Regards, Jingchang >>-Original Message- >>From: Jingchang Lu [mailto:jingchang...@freescale.com] >>Sent: Wednesday, October 22, 2014 4:54 PM >>To: vinod.k...@intel.com >>Cc:

Re: [PATCH v7 08/46] virtio: memory access APIs

2014-12-01 Thread Cornelia Huck
On Sun, 30 Nov 2014 17:09:50 +0200 "Michael S. Tsirkin" wrote: > virtio 1.0 makes all memory structures LE, so > we need APIs to conditionally do a byteswap on BE > architectures. > > To make it easier to check code statically, > add virtio specific types for multi-byte integers > in memory. >

[tip:x86/urgent] x86, microcode: Limit the microcode reloading to 64-bit for now

2014-12-01 Thread tip-bot for Borislav Petkov
Commit-ID: 02ecc41abcea4ff9291d548f6f846b29b354ddd2 Gitweb: http://git.kernel.org/tip/02ecc41abcea4ff9291d548f6f846b29b354ddd2 Author: Borislav Petkov AuthorDate: Sun, 30 Nov 2014 14:26:39 +0100 Committer: Thomas Gleixner CommitDate: Mon, 1 Dec 2014 10:55:08 +0100 x86, microcode:

Re: [PATCH] staging: comedi: change some printk calls to pr_err

2014-12-01 Thread Ian Abbott
On 01/12/14 08:47, Jeremiah Mahler wrote: Chase, On Sun, Nov 30, 2014 at 11:05:56PM -0600, Chase Southwood wrote: There are a handful of calls to printk in ni_stc.h without specified log levels, as well as one in ni_mio_common.c. This patch converts these calls to pr_err() instead, so that

Re: [PATCH v4 0/6] Touchscreen performance related fixes

2014-12-01 Thread Sebastian Andrzej Siewior
On 12/01/2014 10:53 AM, Vignesh R wrote: > Hi Sebastian, Hi Vignesh, > I fixed the issue that was triggering the WARN_ON(). I think it would be > better if you tested these patches, before I posted them on the > mainline. I don't want to clutter the list with too main versions. Here > is the

Re: [PATCH v7 16/46] virtio_blk: v1.0 support

2014-12-01 Thread David Hildenbrand
> On Mon, Dec 01, 2014 at 09:16:41AM +0100, David Hildenbrand wrote: > > > Based on patch by Cornelia Huck. > > > > > > Note: for consistency, and to avoid sparse errors, > > > convert all fields, even those no longer in use > > > for virtio v1.0. > > > > > > Signed-off-by: Cornelia

Re: [RESEND V2 PATCH 1/3] soc/tegra: fuse: export tegra_sku_info for module use

2014-12-01 Thread Thierry Reding
I think the subject doesn't need "for module use" because that's implicit in exporting a symbol. On Fri, Nov 28, 2014 at 07:12:58PM +0800, Vince Hsu wrote: > Some Tegra drivers might be complied as kernel modules, and "compiled" > they need the fuse information for initialization. One > example

Re: [PATCH] x86 / PM: Replace CONFIG_PM_RUNTIME in io_apic.c

2014-12-01 Thread Thomas Gleixner
On Sat, 29 Nov 2014, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > After commit b2b49ccbdd54 (PM: Kconfig: Set PM_RUNTIME if PM_SLEEP is > selected) PM_RUNTIME is always set if PM is set, so #ifdef blocks > depending on CONFIG_PM_RUNTIME may now be changed to depend on > CONFIG_PM. > >

[3.16.y-ckt stable] Linux 3.16.7-ckt2

2014-12-01 Thread Luis Henriques
I am announcing the release of the Linux 3.16.7-ckt2 kernel. The updated 3.16.y-ckt tree can be found at: git://kernel.ubuntu.com/ubuntu/linux.git linux-3.16.y and can be browsed at: http://kernel.ubuntu.com/git?p=ubuntu/linux.git;h=refs/heads/linux-3.16.y;a=shortlog The diff from

Re: [PATCH 3/3] fanotify: fix inconsistent behaviour regarding flag FAN_ONDIR

2014-12-01 Thread Jan Kara
On Sun 30-11-14 00:37:38, Lino Sanfilippo wrote: > Before flag FAN_ONDIR was implicitly set in a marks ignored mask. This led to > some inconsistent behaviour: > > 1. It was not possible to remove the flag from the ignored mask, once it was > set > (implicitly) with a call like > >

Re: [PATCH] staging: comedi: change some printk calls to pr_err

2014-12-01 Thread Ian Abbott
On 01/12/14 05:05, Chase Southwood wrote: There are a handful of calls to printk in ni_stc.h without specified log levels, as well as one in ni_mio_common.c. This patch converts these calls to pr_err() instead, so that they are now explicitly log level ERR. Signed-off-by: Chase Southwood ---

Re: [PATCH v7 12/46] virtio: set FEATURES_OK

2014-12-01 Thread Cornelia Huck
On Sun, 30 Nov 2014 17:10:17 +0200 "Michael S. Tsirkin" wrote: > set FEATURES_OK as per virtio 1.0 spec > > Signed-off-by: Michael S. Tsirkin > --- > include/uapi/linux/virtio_config.h | 2 ++ > drivers/virtio/virtio.c| 29 ++--- > 2 files changed, 24

linux-next: Tree for Dec 1

2014-12-01 Thread Stephen Rothwell
Hi all, I will not be releasing a linux-next tree tomorrow. Changes since 20141128: The samsung tree gained a conflict against the arm-soc tree. The v4l-dvb tree gained a conflict against the arm-soc tree. The mmc-uh tree gained a conflict against the arm-soc tree. The driver-core tree

Re: [PATCH] media: platform: add VPFE capture driver support for AM437X

2014-12-01 Thread Hans Verkuil
Hi all, Thanks for the patch, review comments are below. For the next version I would appreciate if someone can test this driver with the latest v4l2-compliance from the v4l-utils git repo. If possible test streaming as well (v4l2-compliance -s), ideally with both a sensor and a STD receiver

[PATCH] x86, microcode, AMD: Do not use smp_processor_id in preemtible context

2014-12-01 Thread Borislav Petkov
From: Borislav Petkov Hand down the cpu number instead, otherwise lockdep screams when doing echo 1 > /sys/devices/system/cpu/microcode/reload. BUG: using smp_processor_id() in preemptible [] code: amd64-microcode/2470 caller is debug_smp_processor_id+0x12/0x20 CPU: 1 PID: 2470 Comm:

Re: [PATCH v7 13/46] virtio: simplify feature bit handling

2014-12-01 Thread Cornelia Huck
On Sun, 30 Nov 2014 17:10:22 +0200 "Michael S. Tsirkin" wrote: > Now that we use u64 for bits, we can simply & them together. > > Signed-off-by: Michael S. Tsirkin > --- > drivers/virtio/virtio.c | 10 ++ > 1 file changed, 6 insertions(+), 4 deletions(-) Reviewed-by: Cornelia Huck

Re: [PATCH RFC v3 0/3] virtio_net: enabling tx interrupts

2014-12-01 Thread Jason Wang
On 10/20/2014 02:52 PM, Michael S. Tsirkin wrote: RFC patches to enable tx interrupts. This is to demonstrate how this can be done without core virtio changes, and to make sure I understand the new APIs correctly. Testing TBD, I was asked for a version for early testing. Applies on top of

[GIT PULL] Keyrings (& NFS) fixes

2014-12-01 Thread David Howells
Hi James, Can you pass these patches on to Linus please? The first one fixes the handling of maximum buffer size for key descriptions, fixing the size at 4095 + NUL char rather than whatever PAGE_SIZE happens to be and permits you to read back the full description without it getting clipped

[PATCH RFC v4 net-next 1/5] virtio_net: enable tx interrupt

2014-12-01 Thread Jason Wang
On newer hosts that support delayed tx interrupts, we probably don't have much to gain from orphaning packets early. Note: this might degrade performance for hosts without event idx support. Should be addressed by the next patch. Cc: Rusty Russell Cc: Michael S. Tsirkin Signed-off-by: Michael

[PATCH RFC v4 net-next 0/5] virtio_net: enabling tx interrupts

2014-12-01 Thread Jason Wang
Hello: We used to orphan packets before transmission for virtio-net. This breaks socket accounting and can lead serveral functions won't work, e.g: - Byte Queue Limit depends on tx completion nofication to work. - Packet Generator depends on tx completion nofication for the last transmitted

[PATCH RFC v4 net-next 3/5] virtio-net: optimize free_old_xmit_skbs stats

2014-12-01 Thread Jason Wang
We already have counters for sent packets and sent bytes. Use them to reduce the number of u64_stats_update_begin/end(). Take care not to bother with stats update when called speculatively. Cc: Rusty Russell Cc: Michael S. Tsirkin Signed-off-by: Jason Wang Signed-off-by: Michael S. Tsirkin

[PATCH RFC v4 net-next 4/5] virtio-net: add basic interrupt coalescing support

2014-12-01 Thread Jason Wang
This patch enables the interrupt coalescing setting through ethtool. Cc: Rusty Russell Cc: Michael S. Tsirkin Signed-off-by: Jason Wang --- drivers/net/virtio_net.c| 67 + include/uapi/linux/virtio_net.h | 12 2 files changed, 79

[PATCH] driver: input: touchscreen: add Raydium i2c touchscreen driver

2014-12-01 Thread jeffrey.lin
From: "jeffrey.lin" This patch is porting Raydium I2C touch driver. Developer can enable raydium touch driver by modifying define "CONFIG_TOUCHSCREEN_RM_TS". Change-Id: I5f33cfdf0e895de6e7d535c11dd4b3ce8b49fa48 Signed-off-by: jeffrey@rad-ic.com --- drivers/input/touchscreen/Kconfig |

[PATCH RFC v4 net-next 5/5] vhost_net: interrupt coalescing support

2014-12-01 Thread Jason Wang
This patch implements interrupt coalescing support for vhost_net. And provides ioctl()s for userspace to get and set coalescing parameters. Two kinds of parameters were allowed to be set: - max_coalesced_frames: which is the maximum numbers of packets were allowed before issuing an irq. -

RE: [PATCH v3] hv: hv_fcopy: drop the obsolete message on transfer failure

2014-12-01 Thread Jason Wang
On Mon, Dec 1, 2014 at 5:47 PM, Dexuan Cui wrote: -Original Message- From: Jason Wang [mailto:jasow...@redhat.com] Sent: Monday, December 1, 2014 16:23 PM To: Dexuan Cui Cc: gre...@linuxfoundation.org; linux-kernel@vger.kernel.org; driverdev- de...@linuxdriverproject.org;

Re: 答复: [PATCH v2 1/2] arm: ls1: add CPU hotplug platform support

2014-12-01 Thread Mark Rutland
On Mon, Dec 01, 2014 at 05:53:16AM +, zhuoyu.zh...@freescale.com wrote: > > > > -邮件原件- > > 发件人: Mark Rutland [mailto:mark.rutl...@arm.com] > > 发送时间: Friday, November 28, 2014 6:33 PM > > 收件人: Zhang Zhuoyu-B46552 > > 抄送: linux-kernel@vger.kernel.org; ker...@pengutronix.de; linux-arm-

[PATCH RFC v4 net-next 2/5] virtio_net: bql

2014-12-01 Thread Jason Wang
From: "Michael S. Tsirkin" Improve tx batching using byte queue limits. Should be especially effective for MQ. Cc: Rusty Russell Cc: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin --- drivers/net/virtio_net.c | 7 +++ 1 file changed, 7 insertions(+) diff --git

[Patch] Improve error handling in allocation of bounce buffers in mmc_init_queue

2014-12-01 Thread Bhuvanesh
Hi, During our rigorous testing of inserting and removing SD card, we found exception in the kernel. Please find the backtrace is as below: [ 1899.301985] Backtrace: [ 1899.325461] [<800117c4>] (dump_backtrace+0x0/0x100) from [<803f2cf4>] (dump_stack+0x18/0x1c) [ 1899.375000] [<803f2cdc>]

[PATCH 1/1] block-rbd: Delete a check before ceph_put_snap_context()

2014-12-01 Thread SF Markus Elfring
From: Markus Elfring Date: Mon, 1 Dec 2014 11:18:21 +0100 The ceph_put_snap_context() function tests whether its argument is NULL and then returns immediately. Thus the test around the call is not needed. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring

  1   2   3   4   5   6   7   8   9   10   >