On 08/25/2013 07:53 PM, Michael S. Tsirkin wrote:
> On Fri, Aug 23, 2013 at 04:55:49PM +0800, Jason Wang wrote:
>> On 08/20/2013 10:48 AM, Jason Wang wrote:
>>> On 08/16/2013 06:02 PM, Michael S. Tsirkin wrote:
> On Fri, Aug 16, 2013 at 01:16:30PM +0800, Jason Wang wrote:
>>> We used to lim
On Mon, 26 Aug 2013 10:58:53 +0530 Viresh Kumar viresh.ku...@linaro.org
wrote,
> Some minor nitpicking, nothing much :)
Is there any chance to pull those corrected patches to v3.12?
>
> On 13 August 2013 15:38, Lukasz Majewski
> wrote:
> > diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufre
On Fri, Aug 23, 2013 at 05:34:47PM +0530, Raghavendra K T wrote:
> Signed-off-by: Raghavendra K T
> ---
> While adding documentation for pvspinlock, I found that these two should
> be updated. I have based this on top of pvspinlock kvm host patchset (V12)
I would change the description to merel
On 26 August 2013 12:32, Lukasz Majewski wrote:
> On Mon, 26 Aug 2013 10:58:53 +0530 Viresh Kumar viresh.ku...@linaro.org
> wrote,
>> Some minor nitpicking, nothing much :)
>
> Is there any chance to pull those corrected patches to v3.12?
Only Rafael can decide :)
> After your comments I think,
decrease np device_node refcount after task completion
Signed-off-by: Libo Chen
---
drivers/power/max8925_power.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/power/max8925_power.c b/drivers/power/max8925_power.c
index 0ee1e14..b4513f2 100644
--- a/drivers/po
On Mon, 26 Aug 2013 12:36:47 +0530 Viresh Kumar viresh.ku...@linaro.org
wrote,
> On 26 August 2013 12:32, Lukasz Majewski
> wrote:
> > On Mon, 26 Aug 2013 10:58:53 +0530 Viresh Kumar
> > viresh.ku...@linaro.org wrote,
> >> Some minor nitpicking, nothing much :)
> >
> > Is there any chance to pull
Around Fri 23 Aug 2013 21:20:38 +0530 or thereabout, Viresh Kumar wrote:
> We have common infrastructure available with us for getting a CPUs clk rate.
> Lets use it for this driver.
>
> Cc: Hans-Christian Egtvedt
> Signed-off-by: Viresh Kumar
Acked-by: Hans-Christian Egtvedt
> ---
> drivers
From: Wei Yongjun
Fix to return -ENOMEM in the fence manager init error handling
case instead of 0, as done elsewhere in this function.
Signed-off-by: Wei Yongjun
---
drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/vmwg
On Sun, Aug 25, 2013 at 01:06:57PM +0530, Vinod Koul wrote:
> On Fri, Aug 02, 2013 at 04:50:35PM +0200, Guennadi Liakhovetski wrote:
> > In this version of shdma Device Tree support I preserved the DT
> > configuration approach via OF device ID tables from v4, but now it is only
> > used for the
Hi Thierry,
See the comments below.
> I think the correct capitalizations are: "Freescale", "FTM" and "PWM".
> There are other occurrences in the rest of the driver that I haven't
> explicitly pointed out.
>
Yes, that's much better.
> > +config PWM_FTM
>
> Perhaps name this PWM_FSL_FTM to m
Seem to lose this from mail bomb.
Ping.
On Wed, Aug 21, 2013 at 03:16:26PM +0900, Minchan Kim wrote:
> It's 7th trial of zram/zsmalloc promotion.
> I rewrote cover-letter totally based on previous discussion.
>
> The main reason to prevent zram promotion was no review of
> zsmalloc part while Jen
Il 25/08/2013 17:04, Alexander Graf ha scritto:
>
> On 24.08.2013, at 21:14, Yann Droneaud wrote:
>
>> KVM uses anon_inode_get() to allocate file descriptors as part
>> of some of its ioctls. But those ioctls are lacking a flag argument
>> allowing userspace to choose options for the newly opened
On 24/08/2013 21:21, Boris BREZILLON :
Test the presence of a PHY device before printing attached PHY
informations.
Signed-off-by: Boris BREZILLON
Acked-by: Nicolas Ferre
---
drivers/net/ethernet/cadence/macb.c |6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a
Hi Andrey,
On Wed, Aug 21, 2013 at 09:11:53AM +0400, Andrey Moiseev wrote:
> v8: added `extended = false;` line
>
> ideapad_slidebar is a new driver which enables slidebars on some
> Lenovo IdeaPad laptops (the slidebars work with SlideNav/Desktop
> Navigator under Windows)
Could you tell me if
From: Johannes Berg
commit 15b0beaa332b3923cc ("Add x64 support to debugfs") added
debugfs_create_x64(), but forgot to provide it when debugfs is
disabled, causing problems when code tries to use it even then.
Provide the appropriate static inline.
Cc: Huang Ying
Signed-off-by: Johannes Berg
-
On Monday, August 26, 2013 03:15:37 PM Wei Yongjun wrote:
> From: Wei Yongjun
>
> Fix to return -ENOMEM in the fence manager init error handling
> case instead of 0, as done elsewhere in this function.
>
> Signed-off-by: Wei Yongjun
Acked-by: Dmitry Torokhov
> ---
> drivers/gpu/drm/vmwgfx/v
Hi Greg,
On Wednesday 21 August 2013 11:16 AM, Kishon Vijay Abraham I wrote:
> Added a generic PHY framework that provides a set of APIs for the PHY drivers
> to create/destroy a PHY and APIs for the PHY users to obtain a reference to
> the PHY with or without using phandle.
>
> This framework wi
Le 26.08.2013 09:39, Paolo Bonzini a écrit :
Il 25/08/2013 17:04, Alexander Graf ha scritto:
On 24.08.2013, at 21:14, Yann Droneaud wrote:
This patch set O_CLOEXEC flag on all file descriptors created
with anon_inode_getfd() to not leak file descriptors across exec().
Signed-off-by: Yann Dro
Il 26/08/2013 10:23, Yann Droneaud ha scritto:
>
> Sounds a lot like InfiniBand subsystem behavor: IB file descriptors
> are of no use accross exec() since memory mappings tied to those fds
> won't be available in the new process:
>
> https://lkml.org/lkml/2013/7/8/380
> http://mid.gmane.org/f585
From: Matt Porter
Adds AM33XX EDMA support to the am33xx.dtsi as documented in
Documentation/devicetree/bindings/dma/ti-edma.txt
Joel: Drop DT entries that are non-hardware-description for now as discussed in
[1]
[1] https://patchwork.kernel.org/patch/2226761/
Signed-off-by: Matt Porter
Sign
Am Freitag, 23. August 2013, 09:49:00 schrieb Axel Lin:
> If (b->pin_base + b->nr_pins - 1) < pin is true, pin >= b->pin_base is
> always true because b->nr_pins is never less than 0.
> Thus this patch simplify the equation.
>
> Signed-off-by: Axel Lin
Acked-by: Heiko Stuebner
> ---
> drivers
Hi Sebastian,
Is this patch different from that one:
http://www.mail-archive.com/linux-omap@vger.kernel.org/msg92176.html
Lokesh just pointed me this patch because it was missing for the
SHAM/AES series from Mark Greer.
Bottom-line, I've just applied the original one along with a second one
On Mon, Aug 26, 2013 at 04:17:25PM +0900, Simon Horman wrote:
> On Sun, Aug 25, 2013 at 01:06:57PM +0530, Vinod Koul wrote:
> > On Fri, Aug 02, 2013 at 04:50:35PM +0200, Guennadi Liakhovetski wrote:
> > > In this version of shdma Device Tree support I preserved the DT
> > > configuration approach
Veida Att: Sir/Madam,
Ceru, ka jūs esat labs šodien un jūsu ģimeni? Manā meklēt uzticamu
personu, ir nonākt saskarē ar savu e-pastu.Es esmu Dr Graeme L.Wilson,
strādājot ar Santander banka šeit Birmingham UK. Man ir ļoti svarīgi &
drošu biznesa darījumu jums. Ja jums būs ieinteresēti, laipni at
- minus all the TI emails which are not working anymore :-(
I've just sent my previous email too soon...
Now the patch is different :-) I'll take that one.
Thanks,
Benoit
On 26/08/2013 10:29, Sebastian Andrzej Siewior wrote:
From: Matt Porter
Adds AM33XX EDMA support to the am33xx.dtsi as
this is needed by both guest and host.
Originally-from: Srivatsa Vaddagiri
Signed-off-by: Raghavendra K T
Acked-by: Gleb Natapov
Acked-by: Ingo Molnar
---
arch/x86/include/uapi/asm/kvm_para.h | 1 +
include/uapi/linux/kvm_para.h| 1 +
2 files changed, 2 insertions(+)
diff --git a/arc
This series forms the kvm host part of paravirtual spinlock
based against kvm tree.
Please refer to https://lkml.org/lkml/2013/8/9/265 for
kvm guest and Xen, x86 part merged to -tip spinlocks.
Please note that:
kvm uapi: Add KICK_CPU and PV_UNHALT definition to uapi is a common patch
for
KVM_HC_KICK_CPU hypercall added to wakeup halted vcpu in paravirtual spinlock
enabled guest.
KVM_FEATURE_PV_UNHALT enables guest to check whether pv spinlock can be enabled
in guest.
Thanks Vatsa for rewriting KVM_HC_KICK_CPU
Cc: Rob Landley
Signed-off-by: Srivatsa Vaddagiri
Signed-off-by: Rag
On Mon, Aug 26, 2013 at 12:36 PM, Paul Turner wrote:
> On Sun, Aug 25, 2013 at 7:56 PM, Lei Wen wrote:
>> On Tue, Aug 20, 2013 at 12:01 AM, Peter Zijlstra
>> wrote:
>>> From: Joonsoo Kim
>>>
>>> There is no reason to maintain separate variables for this_group
>>> and busiest_group in sd_lb_sta
From: Srivatsa Vaddagiri
kvm_hc_kick_cpu allows the calling vcpu to kick another vcpu out of halt state.
the presence of these hypercalls is indicated to guest via
kvm_feature_pv_unhalt.
Fold pv_unhalt flag into GET_MP_STATE ioctl to aid migration
During migration, any vcpu that got kicked but d
Note that we are using APIC_DM_REMRD which has reserved usage.
In future if APIC_DM_REMRD usage is standardized, then we should
find some other way or go back to old method.
Suggested-by: Gleb Natapov
Signed-off-by: Raghavendra K T
Acked-by: Gleb Natapov
Acked-by: Ingo Molnar
---
arch/x86/kvm
On Friday 02 August 2013 at 21:24:05, Sebastian Andrzej Siewior wrote:
> Hi,
>
> this series depends on Felipe's master tree and "usb: phy:
> rename nop_usb_xceiv => usb_phy_gen_xceiv" which I posted earlier. I
> created a -rc3 based branch for that patch [0]. If you fine with this
> please let To
v1 -> v2:
* drop compound_trans_order completely
compound lock is introduced by commit e9da73d67("thp: compound_lock."),
it is used to serialize put_page against __split_huge_page_refcount().
In addition, transparent hugepages will be splitted in hwpoison handler
and just one subpage will be pois
madvise hwpoison inject will poison the read-only empty zero page if there is
no write access before poison. Empty zero page reference count will be
increased
for hwpoison, subsequent poison zero page will return directly since page has
already been set PG_hwpoison, however, page reference count
On Mon, Aug 26, 2013 at 01:19:13PM +0530, Vinod Koul wrote:
> On Mon, Aug 26, 2013 at 04:17:25PM +0900, Simon Horman wrote:
> > On Sun, Aug 25, 2013 at 01:06:57PM +0530, Vinod Koul wrote:
> > > On Fri, Aug 02, 2013 at 04:50:35PM +0200, Guennadi Liakhovetski wrote:
> > > > In this version of shdma D
Drop forward reference declarations __soft_offline_page.
Reviewed-by: Naoya Horiguchi
Signed-off-by: Wanpeng Li
---
mm/memory-failure.c | 128 ++--
1 file changed, 63 insertions(+), 65 deletions(-)
diff --git a/mm/memory-failure.c b/mm/memory-fai
[ 57.579580] Injecting memory failure for page 0x19d0 at 0xb77d2000
[ 57.579824] MCE 0x19d0: non LRU page recovery: Ignored
[ 91.290453] MCE: Software-unpoisoned page 0x19d0
[ 91.290456] BUG: Bad page state in process bash pfn:019d0
[ 91.290466] page:f3461a00 count:0 mapcount:0 mapping:
v1 -> v2:
* add more explanation in patch description.
v2 -> v3:
* set MIGRATE_ISOLATE only if it's not set.
Set pageblock migration type will hold zone->lock which is heavy contended
in system to avoid race. However, soft offline page will set pageblock
migration type twice during get page if
v1 -> v2:
* unpoison thp fail
There is a race between hwpoison page and unpoison page, memory_failure
set the page hwpoison and increase num_poisoned_pages without hold page
lock, and one page count will be accounted against thp for num_poisoned_pages.
However, unpoison can occur before memory_
Hwpoison inject doesn't implement read method for corrupt-pfn/unpoison-pfn
attributes:
# cat /sys/kernel/debug/hwpoison/corrupt-pfn
cat: /sys/kernel/debug/hwpoison/corrupt-pfn: Permission denied
# cat /sys/kernel/debug/hwpoison/unpoison-pfn
cat: /sys/kernel/debug/hwpoison/unpoison-pfn: Permissio
Add '#' to madvise_hwpoison.
Before patch:
[ 95.892866] Injecting memory failure for page 19d0 at b7786000
[ 95.893151] MCE 0x19d0: non LRU page recovery: Ignored
After patch:
[ 95.892866] Injecting memory failure for page 0x19d0 at 0xb7786000
[ 95.893151] MCE 0x19d0: non LRU page recov
memory_failure() store the page flag of the error page before doing unmap,
and (only) if the first check with page flags at the time decided the error
page is unknown, it do the second check with the stored page flag since
memory_failure() does unmapping of the error pages before doing page_action(
Repalce atomic_long_sub() with atomic_long_dec() since the page is
normal page instead of hugetlbfs page or thp.
Reviewed-by: Naoya Horiguchi
Signed-off-by: Wanpeng Li
---
mm/memory-failure.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mm/memory-failure.c b/mm/memory-fa
Hi Shuah Khan,
On Sat, 10 Aug 2013, Shuah Khan wrote:
> Change tmio_mmc platform driver to register pm ops using dev_pm_ops instead of
> legacy pm_ops infrastructure.
>
> Signed-off-by: Shuah Khan
This looks good to me, although I don't have access to any MFD-based TMIO
MMC systems, so, canno
On 2013-08-23 22:17, Borislav Petkov wrote:
> On Fri, Aug 23, 2013 at 06:40:46PM +0200, Jan Kiszka wrote:
>> Below some hunks to get it working again - at least in the absence of
>> any microcode in the initrd. Marking all involved functions as __init
>> is another option (as __init implies notrace
On Sat, Aug 17, 2013 at 7:53 AM, Rafael J. Wysocki wrote:
> On Friday, August 16, 2013 05:13:42 PM Li Yang-R58472 wrote:
>>
>> 在 2013-8-16,下午7:22,"Rafael J. Wysocki" 写道:
>>
>> > On Friday, August 16, 2013 04:06:26 PM Li Yang wrote:
>> >> Hi Guys,
>> >>
>> >> Is there a standard way for the device
While getting proc task fails, it shoule return -ESRCH.
Signed-off-by: Rui Xiang
---
fs/proc/base.c | 25 +++--
fs/proc/fd.c | 8 +---
fs/proc/namespaces.c | 12
fs/proc_namespace.c | 2 +-
4 files changed, 29 insertions(+), 18 deletions(-)
Clean up.
Signed-off-by: Rui Xiang
---
fs/proc/generic.c | 3 +--
fs/proc/proc_devtree.c | 4 ++--
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/fs/proc/generic.c b/fs/proc/generic.c
index 737e156..2097e9e 100644
--- a/fs/proc/generic.c
+++ b/fs/proc/generic.c
@@ -49,8 +49,
* Sebastian Reichel [130823 11:27]:
> On Fri, Aug 23, 2013 at 03:58:30PM +0200, Linus Walleij wrote:
> > On Mon, Aug 12, 2013 at 10:30 AM, Tony Lindgren wrote:
> > > * Sebastian Reichel [130811 09:25]:
> > >> From: Sebastian Reichel
> > >>
> > >> This patch configures and activates the OMAP SSI
This patch series adds a simple driver for the Samsung Exynos SoC
series DP transmitter PHY, using the generic PHY framework [1].
Previously the DP PHY used an internal DT node to control the PHY
power enable bit.
These patches was tested on Exynos5250.
This PATCH v7 follows:
* PATCH v6, sent on
Add a PHY provider driver for the Samsung Exynos SoC Display Port PHY.
Signed-off-by: Jingoo Han
Reviewed-by: Tomasz Figa
Cc: Sylwester Nawrocki
Acked-by: Felipe Balbi
---
.../devicetree/bindings/phy/samsung-phy.txt|7 ++
drivers/phy/Kconfig|7 +
Use the generic PHY API to control the DP PHY.
Signed-off-by: Jingoo Han
Reviewed-by: Tomasz Figa
---
Documentation/devicetree/bindings/video/exynos_dp.txt | 17 +
drivers/video/exynos/exynos_dp_core.c | 16
drivers/video/exynos/exynos_dp_cor
Exynos Display Port can be used only for Exynos SoCs. In addition,
non-DT for EXYNOS SoCs is not supported from v3.11; thus, there is
no need to support non-DT for Exynos Display Port.
The 'include/video/exynos_dp.h' file has been used for non-DT
support and the content of file include/video/exyno
On Sat, 2013-08-24 at 14:35 +0100, Djalal Harouni wrote:
> Some debugfs write() operations of the MVM Firmware will ignore the
> count argument, and will copy more bytes than what was specified.
> Fix this by getting the right count of bytes.
>
> This will honor restrictions put on the number of b
On 08/26/2013 10:36 AM, Benoit Cousson wrote:
> I've just sent my previous email too soon...
np.
> Now the patch is different :-) I'll take that one.
Good, thanks.
>
> Thanks,
> Benoit
Sebastian
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a messag
On 08/26/2013 01:34 PM, Seungwon Jeon wrote:
> On Fri, August 23, 2013, Doug Anderson wrote:
>> Previously the dw_mmc driver would ignore any requests to disable the
>> card's clock. This doesn't seem like a good thing in general, but had
>> one extra bad side effect in the following situtation:
>
On Mon, Aug 26, 2013 at 09:32:05AM +0900, Jingoo Han wrote:
> The driver core clears the driver data to NULL after device_release
> or on probe failure. Thus, it is not needed to manually clear the
> device driver data to NULL.
Applied, thanks
~Vinod
--
To unsubscribe from this list: send the line
Hi Boris,
On 08/25/2013 03:21 AM, Boris BREZILLON wrote:
Test the presence of a PHY device before printing attached PHY
informations.
Signed-off-by: Boris BREZILLON
---
drivers/net/ethernet/cadence/macb.c |6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/drivers/n
On Sat, 2013-08-24 at 03:45 +0800, Colin Cross wrote:
> Joseph Lo reported a lockup on Tegra3 caused
> by a race condition in coupled cpuidle. When two or more cpus
Actually this issue can be reproduced on both Tegra20/30 platforms. And
I suggest using Tegra20 to replace Tegra3 here, we only appl
On Mon, Aug 26, 2013 at 08:58:09AM +0800, Fengguang Wu wrote:
> Hi Russell King,
>
> Here is another bug that's triggered by
Not much idea about this one, I don't understand what debugobjects.c is
indicating.
What I think it may be indicating is that the timer list inside the
delayed workqueue i
On Fri, Aug 23, 2013 at 10:59:15AM +0800, Wei Yongjun wrote:
> From: Wei Yongjun
>
> Fix to return -EINVAL in the irq parse and map error handling
> case instead of 0, as done elsewhere in this function.
>
> Signed-off-by: Wei Yongjun
This need to go thru USB tree
Acked-by Vinod Koul
~Vinod
On Fri, Aug 23, 2013 at 9:51 PM, Vince Weaver wrote:
>
> On Mon, 8 Jul 2013, Vince Weaver wrote:
>
> If PERF_SAMPLE_BRANCH_STACK is enabled then samples are returned
> with the format { u64 from, to, flags } but the flags layout
> is not specified.
>
> This field has the type struct perf_branch_en
On Sat, Aug 24, 2013 at 2:13 AM, Guenter Roeck wrote:
> Did the group conclude that the idea of FDT augmenting ACPI is not feasible ?
I don't think anyone really knows. For example: how to specify a few
config options through a FDT augmented ACPI system is trivial. Passing
system-wide resources
(2013/08/23 22:19), James Bottomley wrote:
On Fri, 2013-08-23 at 18:10 +0900, Eiichi Tsukata wrote:
(2013/08/21 3:09), Ewan Milne wrote:
On Tue, 2013-08-20 at 16:13 +0900, Eiichi Tsukata wrote:
(2013/08/19 23:30), James Bottomley wrote:
On Mon, 2013-08-19 at 18:39 +0900, Eiichi Tsukata wrote:
(2013/08/24 4:36), Ewan Milne wrote:
On Fri, 2013-08-23 at 06:19 -0700, James Bottomley wrote:
On Fri, 2013-08-23 at 18:10 +0900, Eiichi Tsukata wrote:
Yes, basically the device should be offlined on error detection.
Just offlining the disk is enough when an error occurs on "not" os-installed
s
Arnd, Olof, Kevin,
This is a second update on the DT front for AT91 on 3.12. This series is
stacked on top of patches that are already included in your at91/dt branch.
The inclusion of these Nand Flash Controller properties in DT are related to
the driver enhancement that is already queued in MTD
On Monday 26 August 2013 02:25 PM, Jingoo Han wrote:
> This patch series adds a simple driver for the Samsung Exynos SoC
> series DP transmitter PHY, using the generic PHY framework [1].
> Previously the DP PHY used an internal DT node to control the PHY
> power enable bit.
>
> These patches was t
This patch fixes following compiler warnings:
drivers/block/aoe/aoecmd.c: In function ‘aoecmd_ata_rw’:
drivers/block/aoe/aoecmd.c:383:17: warning: variable ‘t’ set but not used
[-Wunused-but-set-variable]
struct aoetgt *t;
^
drivers/block/aoe/aoecmd.c: In function ‘resend’:
dri
From: Lars Poeschel
The device tree property should be more descriptive.
microchip seems more reasonable than mcp. The old mcp
prefix is still supported but marked as deprecated.
Users of mcp have to switch to the microchip prefix.
Signed-off-by: Lars Poeschel
---
.../devicetree/bindings/gpio/
From: Lars Poeschel
Trivial patch to add Microchip Technology Inc. to the list
of devicetree vendor prefixes.
Signed-off-by: Lars Poeschel
---
Documentation/devicetree/bindings/vendor-prefixes.txt |1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/vendor-p
Hi,
I am reading LKML offline (mostly on ).
Did you send out an announcement for Linux v3.11-rc7 or am I missing sth.?
Regards,
- Sedat -
--
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 http:
These patches try to fix resource leak by adding missing of_node_put(),
iounmap or using devm_ioremap_resource() if available.
v3:
- remove the clk patch since it's already taken by Mike
- Add Reviewed-by: Ezequiel Garcia
v2:
- use devm_ioremap_resource() as suggested by Ezequiel Garcia
-
Add of_node_put to properly decrement the refcount when we are
done using a given node.
Signed-off-by: Jisheng Zhang
Reviewed-by: Ezequiel Garcia
---
arch/arm/mach-mvebu/armada-370-xp.c | 1 +
arch/arm/mach-mvebu/coherency.c | 8 +++-
arch/arm/mach-mvebu/platsmp.c | 1
Currently we would still potentially suffer multicast packet loss if there
is just either an IGMP or an MLD querier: For the former case, we would
possibly drop IPv6 multicast packets, for the latter IPv4 ones. This is
because we are currently assuming that if either an IGMP or MLD querier
is prese
The resource mapped by of_iomap() isn't unmapped in error path. This
patch fixes the resource leakage by using devm_ioremap_resource() instead
of of_iomap().
Signed-off-by: Jisheng Zhang
Reviewed-by: Ezequiel Garcia
---
drivers/pinctrl/mvebu/pinctrl-mvebu.c | 11 +--
1 file changed, 5 i
Dear Jisheng Zhang,
On Mon, 26 Aug 2013 17:56:19 +0800, Jisheng Zhang wrote:
> diff --git a/arch/arm/mach-mvebu/armada-370-xp.c
> b/arch/arm/mach-mvebu/armada-370-xp.c
> index 97cbb80..8a1ae83 100644
> --- a/arch/arm/mach-mvebu/armada-370-xp.c
> +++ b/arch/arm/mach-mvebu/armada-370-xp.c
> @@ -64
Add of_node_put to properly decrement the refcount when we are
done using a given node.
Signed-off-by: Jisheng Zhang
Reviewed-by: Ezequiel Garcia
---
drivers/bus/mvebu-mbus.c | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/drivers/bus/mvebu-mbus.c b/drivers/bus/mvebu-mb
(2013/08/23 21:26), Ric Wheeler wrote:
On 08/23/2013 05:10 AM, Eiichi Tsukata wrote:
(2013/08/21 3:09), Ewan Milne wrote:
On Tue, 2013-08-20 at 16:13 +0900, Eiichi Tsukata wrote:
(2013/08/19 23:30), James Bottomley wrote:
On Mon, 2013-08-19 at 18:39 +0900, Eiichi Tsukata wrote:
Hello,
This
Hi Ezequiel,
On Sat, 24 Aug 2013 08:06:25 -0700
Ezequiel Garcia wrote:
> Hi Jisheng,
>
> On Fri, Aug 23, 2013 at 10:34:02AM +0800, Jisheng Zhang wrote:
> > Signed-off-by: Jisheng Zhang
> > ---
> > drivers/pinctrl/mvebu/pinctrl-mvebu.c | 11 +--
> > 1 file changed, 5 insertions(+), 6 d
On Mon, Aug 26, 2013 at 02:18:32PM +0530, Raghavendra K T wrote:
>
> This series forms the kvm host part of paravirtual spinlock
> based against kvm tree.
>
> Please refer to https://lkml.org/lkml/2013/8/9/265 for
> kvm guest and Xen, x86 part merged to -tip spinlocks.
>
> Please note that:
If no free PEBs are available refill_wl_user_pool() must not
return with -ENOSPC immediately.
It has to block till produce_free_peb() produced a free PEB.
Reported-and-Tested-by: Richard Genoud
Signed-off-by: Richard Weinberger
---
drivers/mtd/ubi/wl.c | 4
1 file changed, 4 deletions(-)
When GPIOLIB disabled, __gpio_get_value() and __gpio_set_value() will
not implement, so need remove them, or compiling fails.
e.g. (allmodconfig for h8300)
CC arch/h8300/kernel/h8300_ksyms.o
In file included from arch/h8300/include/generated/asm/gpio.h:1:0,
from arch
Dear Thomas,
On Mon, 26 Aug 2013 03:02:00 -0700
Thomas Petazzoni wrote:
> Dear Jisheng Zhang,
>
> On Mon, 26 Aug 2013 17:56:19 +0800, Jisheng Zhang wrote:
>
> > diff --git a/arch/arm/mach-mvebu/armada-370-xp.c
> > b/arch/arm/mach-mvebu/armada-370-xp.c index 97cbb80..8a1ae83 100644
> > --- a/ar
Need add default "gpio.h" for h8300, or can not pass compiling.
The related error (allmodconfig for h8300):
arch/h8300/kernel/h8300_ksyms.c:17:22: fatal error: asm/gpio.h: No such file
or directory
#include
^
Signed-off-by: Chen Gang
---
arch/h8300/include/asm/Kb
On Mon, 2013-08-26 at 12:14 +0800, 黃清隆 wrote:
> From: Ching
>
> Support Areca new SATA Raid adapter ARC1214/1224/1264/1284.
> Modify maximum outstanding command number, notify command complete with auto
> request sense
> Signed-off-by: Ching
Checkpatch really doesn't like this:
total: 1 erro
Hi Pavel,
First, thanks for your review!
於 日,2013-08-25 於 17:53 +0200,Pavel Machek 提到:
> On Thu 2013-08-22 19:01:41, Lee, Chun-Yi wrote:
> > Implement EMSA_PKCS1-v1_5-ENCODE [RFC3447 sec 9.2] in rsa.c. It's the
> > first step of signature generation operation
> > (RSASSA-PKCS1-v1_5-SIGN).
>
> I
2013/8/23 Maxime Ripard :
> Hi Richard,
>
> On Wed, Aug 21, 2013 at 11:47:20AM +0200, Richard GENOUD wrote:
>> Hi Maxime, Stephan
>>
>> I just realise that, *sometimes*, I have some warnings on my cubieboard
>> (6 since the 22 of july, and the board is runnning 24/24).
>
> Wow, I'm impressed it wor
On Mon, 2013-08-26 at 12:28 +0800, 黃清隆 wrote:
> From: Ching
>
> Fix bug of updating adapter firmware through ioctl(ARCHTTP) interface.
> Signed-off-by: Ching
> ---
This one has a set of nasty checkpatch errors:
WARNING: please, no spaces at the start of a line
#31: FILE: drivers/scsi/arcmsr/ar
On Sat, Aug 24, 2013 at 10:14:06PM +0200, Yann Droneaud wrote:
> Hi,
>
> Following a patchset asking to change calls to get_unused_flag() [1]
> to use O_CLOEXEC, Alex Williamson [2][3] decided to change VFIO
> to use the flag.
>
> Since it's a related subsystem to KVM, using O_CLOEXEC for
> file
On 08/26/2013 03:34 PM, Gleb Natapov wrote:
On Mon, Aug 26, 2013 at 02:18:32PM +0530, Raghavendra K T wrote:
This series forms the kvm host part of paravirtual spinlock
based against kvm tree.
Please refer to https://lkml.org/lkml/2013/8/9/265 for
kvm guest and Xen, x86 part merged to
On Mon, Aug 26, 2013 at 12:16 PM, Chen Gang wrote:
> Need add default "gpio.h" for h8300, or can not pass compiling.
>
> The related error (allmodconfig for h8300):
>
> arch/h8300/kernel/h8300_ksyms.c:17:22: fatal error: asm/gpio.h: No such
> file or directory
>#include
>
Hi James,
This patch set seem to be fine. Please consider this patch set.
Regards,
Sreekanth
>-Original Message-
>From: Jan Vesely [mailto:jves...@redhat.com]
>Sent: Thursday, August 01, 2013 3:31 PM
>To: linux-s...@vger.kernel.org; linux-kernel@vger.kernel.org
>Cc: Jan Vesely; Nandigama
Need add "asm/gpio-internal.h" to pass compiling.
The related error (allmodconfig for h8300):
In file included from include/linux/linkage.h:6:0,
from include/linux/kernel.h:6,
from include/linux/cache.h:4,
from include/linux/time.h:4,
於 日,2013-08-25 於 18:01 +0200,Pavel Machek 提到:
> On Thu 2013-08-22 19:01:42, Lee, Chun-Yi wrote:
> > Due to RSA_I2OSP is not only used by signature verification path but also
> > used
> > in signature generation path. So, separate the length checking of octet
> > string
> > because it's not for ge
On Friday 23 August 2013 at 21:48:43, Stephen Warren wrote:
> On 08/23/2013 03:40 AM, Lars Poeschel wrote:
> > On Thursday 22 August 2013 at 23:10:53, Stephen Warren wrote:
> >> On 08/21/2013 05:36 PM, Linus Walleij wrote:
> >>> On Thu, Aug 22, 2013 at 1:10 AM, Stephen Warren
> >>> wrote: [Me]
> >
Need add "linux/initrd.h" to pass compiling.
The related error (allmodconfig for h8300):
arch/h8300/kernel/setup.c: In function 'setup_arch':
arch/h8300/kernel/setup.c:103:3: error: 'initrd_start' undeclared (first use
in this function)
initrd_start = memory_start;
^
arch/h8300/k
On 08/23/2013 11:17 AM, Hongbo Zhang wrote:
On 08/22/2013 07:16 AM, Stephen Warren wrote:
On 08/21/2013 05:00 PM, Scott Wood wrote:
On Wed, 2013-08-21 at 16:40 -0600, Stephen Warren wrote:
On 07/29/2013 04:49 AM, hongbo.zh...@freescale.com wrote:
+- reg :
+- int
Introduce help macro to_memory_block to hide the
conversion(device-->memory_block),
just clean up.
Signed-off-by: Gu Zheng
---
drivers/base/memory.c | 27 ---
1 files changed, 12 insertions(+), 15 deletions(-)
diff --git a/drivers/base/memory.c b/drivers/base/memory.c
Hi Vinod,
Thanks for applying the patches!
On Sun, 25 Aug 2013, Vinod Koul wrote:
> On Tue, Jul 02, 2013 at 05:45:49PM +0200, Guennadi Liakhovetski wrote:
> > Hi
> >
> > The first two patches in this small series improve driver internals a bit
> > by using preferred APIs, the 3rd patch adds su
Need add related prefix for h8300, or can not pass compiling by the
latest linker.
The related error (allmodconfig for h8300):
/usr/local/bin/h8300-gchen-elf-ld: h8300 architecture of input file
`usr/initramfs_data.o' is incompatible with h8300h output
/usr/local/bin/h8300-gchen-elf-ld: h830
1 - 100 of 746 matches
Mail list logo