Greg KH writes:
> On Wed, Oct 29, 2014 at 03:00:44PM -0700, Greg Kroah-Hartman wrote:
>> kdbus is a kernel-level IPC implementation that aims for resemblance to
>> the the protocol layer with the existing userspace D-Bus daemon while
>> enabling some features that couldn't be implemented before i
On Wed, Oct 29, 2014 at 07:17:59PM -0700, Kevin Cernekee wrote:
> @@ -19,7 +20,14 @@ static DEFINE_RAW_SPINLOCK(gc_lock);
>
> static int is_big_endian(struct irq_chip_generic *gc)
> {
> - return !!(gc->domain->gc->gc_flags & IRQ_GC_BE_IO);
> + if (IS_ENABLED(CONFIG_GENERIC_IRQ_CHIP) &&
On Wed, Oct 29, 2014 at 8:28 PM, Martin K. Petersen
wrote:
> The next step was trying to map these hints into what was available in
> xadvise(), NFS 4.2 and the recent T10/T13 efforts. That wasn't trivial
> and there really isn't a 1:1 mapping that works. So I went to T10 and
> tried to nudge thin
The userspace API breaks userspace in an unfixable way.
Nacked-by: "Eric W. Biederman"
Problem the first.
- Using global names for containers makes it impossible to create
unprivileged containers.
This is a back to the drawing board problem, and makes device
nodes fundamentally unsuited
Kever,
On Wed, Oct 29, 2014 at 6:10 PM, Kever Yang wrote:
>>> I'll also say that when I applied this atop my local tree that USB
>>> stopped working. I just see:
>>>
>>> [ 1647.626747] hub 2-1:1.0: hub_port_status failed (err = -110)
>>> [ 1657.626746] hub 2-1:1.0: hub_port_status failed (err =
On Thu, Oct 23, 2014 at 03:28:07PM -0400, Brian Silverman wrote:
> Here's the test code:
>
I want to say "Thanks!" and pull it into futextest... but destroying filesystems
and BIOS errors?!? may not be ideal failure detection modes.
(Apologies for being so late to this particular party).
--
Da
On 10/29/2014 06:28 PM, Murilo Opsfelder Araujo wrote:
This is a complement of commit 08054200117a95afc14c3d2ed3a38bf4e345bf78
"rtlwifi: Add check for get_btc_status callback".
With this patch, next-20141029 at least does not panic with rtl8192se
device.
This patch is OK, but as n
Hi, Addy.
On 10/30/2014 11:21 AM, Addy Ke wrote:
> This patch add a quirk: DW_MCI_QUIRK_SDIO_INT_24BIT.
>
> The bit of sdio interrupt is 16 in designware implementation, but
> is 24 in RK3288. To support RK3288 mmc controller, we need add
> a quirk for it.
>
> Signed-off-by: Addy Ke
> ---
> dr
On Wed, 2014-10-29 at 20:27 -0400, Steven Rostedt wrote:
> On Wed, 29 Oct 2014 20:20:45 -0400
> Steven Rostedt wrote:
> > I'll change the comment about that.
>
> How's this?
Fine, but I think whether a function is inlined or
not is largely irrelevant to functionality.
cheers, Joe
> Move the se
On Mon, Oct 27, 2014 at 10:18:22AM +0800, kernel test robot wrote:
> FYI, we noticed the below changes on
>
> commit 76835b0ebf8a7fe85beb03c75121419a7dec52f0 ("futex: Ensure
> get_futex_key_refs() always implies a barrier")
Wow, this is great information to get for free. Thanks Fengguang!
--
D
Addy,
On Wed, Oct 29, 2014 at 7:21 PM, Addy Ke wrote:
> --- a/drivers/mmc/host/dw_mmc.c
> +++ b/drivers/mmc/host/dw_mmc.c
> @@ -778,6 +778,12 @@ static void dw_mci_setup_bus(struct dw_mci_slot *slot,
> bool force_clkinit)
> u32 div;
> u32 clk_en_a;
> u32 sdmmc_cmd_bits =
2014-10-30 6:19 GMT+03:00 Matt :
> Hi Timofey,
> Hi List,
> don't forget to consider PKSM - it's supposed to be an improvement
> over UKSM & KSM:
>
> http://www.phoronix.com/scan.php?page=news_item&px=MTM0OTQ
> https://code.google.com/p/pksm/
>
> Kind Regards
>
> Matt
I can mistaking, as i know UK
On Wednesday, October 29, 2014 9:20 AM, Heiko Stübner wrote:
>
> Drivers may want to search for an optional backlight even when the backlight
> class is disabled. In this case the linker would miss the function referenced
> in the backlight header.
>
> Therefore use the stub function also when th
On 2014/10/29 17:19, Thomas Gleixner wrote:
>> Hi Thomas,
>> Thanks for your great suggestion and I have worked out a draft
>> patch to achieve what you want:)
>> I have made following changes to irq core to get rid of remapped
>> irq logic from msi.c:
>> 1) Add IRQ_SET_MASK_OK_DONE in ad
Addy,
On Wed, Oct 29, 2014 at 9:41 PM, Doug Anderson wrote:
> You can avoid a lot of "if" tests if you just add a new "sdio->id"
Whoops, I mean "slot->sdio_id"
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More ma
SDHC controller in AMD chipsets require SDHC transfer mode
register to be cleared for commands without data. The issue was
uncovered during testing eMMC cards on KB/ML based platforms.
Signed-off-by: Vincent Wan
Signed-off-by: Arindam Nath
Tested-by: Vikram B
Tested-by: Raghavendra Swamy
---
On Thursday 30 October 2014 04:39 AM, Rabin Vincent wrote:
> Unless I'm missing something, this patch appears to have still not been
> picked up. It would be nice if it can go in for 3.18 so that we have
> working USB on pandaboard again at least in that release.
>
> Tony, would you mind carryi
On Wednesday 29 October 2014 03:14 PM, Lad, Prabhakar wrote:
> As davinci-linux-open-sou...@linux.davincidsp.com is now
> shut and no more maintained by TI, drop this entry from
> DAVINCI MACHINE SUPPORT and DAVINCI SERIES MEDIA DRIVER.
>
> Signed-off-by: Lad, Prabhakar
> Cc: Sekhar Nori
> Cc: K
On Wed, 2014-10-29 at 21:28 -0700, Darren Hart wrote:
> On Thu, Oct 23, 2014 at 03:28:07PM -0400, Brian Silverman wrote:
> > Here's the test code:
> >
>
> I want to say "Thanks!" and pull it into futextest... but destroying
> filesystems
> and BIOS errors?!? may not be ideal failure detection m
Hi Andrew,
After merging the akpm tree, today's linux-next build (arm multi_v7_defconfig)
produced this warning:
In file included from include/linux/mm.h:52:0,
from mm/gup.c:7:
arch/arm/include/asm/pgtable.h:184:0: warning: "pgd_huge" redefined
#define pgd_huge(pgd) (0)
^
In f
Instead of using the node pointer of the PHY provider and then scanning its
child nodes to get a reference to the PHY, directly use the node pointer
present in of_phandle_args to get a reference to the PHY.
Signed-off-by: Kishon Vijay Abraham I
---
drivers/phy/phy-core.c |8 +---
1 file
On Tuesday 28 October 2014 12:02 AM, Sebastian Hesselbarth wrote:
> On 10/27/2014 01:27 PM, Kishon Vijay Abraham I wrote:
>> On Saturday 25 October 2014 01:55 AM, Felipe Balbi wrote:
>>> On Fri, Oct 24, 2014 at 10:14:55PM +0200, Sebastian Hesselbarth wrote:
On 21.10.2014 11:40, Sebastian Hes
On Wed, Oct 29, 2014 at 04:47:25PM +0800, Greg Kroah-Hartman wrote:
> On Wed, Oct 22, 2014 at 02:24:46PM +0530, Sudip Mukherjee wrote:
> > we should be using DMA API rather than using bus specific DMA API.
>
> Why?
>
as given in the DMA-API-HOWTO.txt :
the DMA API works with any bus independent
Hi all,
Changes since 20141029:
The usb-gadget-fixes tree lost its build failure.
The akpm-current tree gained a build failure for which I reverted a patch.
Non-merge commits (relative to Linus' tree): 2612
2221 files changed, 70338 insertions(+), 68324 dele
Signed-off-by: Al Viro
diff --git a/drivers/md/bcache/super.c b/drivers/md/bcache/super.c
--- a/drivers/md/bcache/super.c
+++ b/drivers/md/bcache/super.c
@@ -878,8 +878,11 @@ void bch_cached_dev_run(struct cached_dev *dc)
buf[SB_LABEL_SIZE] = '\0';
env[2] = kasprintf(GFP_KERNEL, "
On Wed, Oct 29, 2014 at 06:45:14PM +0100, Mikael Svantesson wrote:
> Signed-off-by: Mikael Svantesson
> ---
better to send this as a new thread and start the subject
as [PATCH v3]
and also mention a commit message.
thanks
sudip
> drivers/staging/skein/skein_api.c | 2 +-
> 1 file changed, 1 ins
Dear BROTHER SAALAMUALAIKUM
I know that this message will come to you as a surprise. I Hope that you
will not expose or betray this trust and confident that I am about to
repose on you for the mutual benefit of our both families. I need your
urgent assistance in received my money with united nati
On Wed, Oct 29, 2014 at 04:15:04PM +0100, Fabian Frederick wrote:
> Fix -Wunused-but-set-variable warning
you should also mention why you have left the call to irq_set_affinity_hint().
i am not sure , but it looks like irq_set_affinity_hint() is only checking if
the lock is available or not. It is
Hi Mariusz,
On Wed, Oct 29, 2014 at 11:32:30PM +0100, Mariusz Gorski wrote:
> Fix "warning: missing initializer [-Wmissing-field-initializers]"
> by using designated struct initializers.
>
> Signed-off-by: Mariusz Gorski
Acked-by: Willy Tarreau
Thanks,
Willy
--
To unsubscribe from this list:
On Wed, 29 Oct 2014, Luis R. Rodriguez wrote:
> On Wed, Oct 29, 2014 at 4:15 PM, Luis R. Rodriguez
> wrote:
> > Anyone familiar with a tool to match a specific C file to a respective
> > CONFIG symbol on the kernel? I'd prefer if its written in C or Python.
> > This should be easy to write if w
zram could kunmap_atomic a NULL pointer in a rare situation:
a zram page become a full-zeroed page after a partial write io.
The current code doesn't handle this case and kunmap_atomic a
NULL porinter, which panic the kernel.
This patch fixes this issue.
Signed-off-by: Weijie Yang
---
drivers/b
Use the wrapper function for retrieving the platform data instead of
accessing dev->platform_data directly.
Signed-off-by: Kiran Padwal
---
drivers/iommu/msm_iommu_dev.c |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/iommu/msm_iommu_dev.c b/drivers/iommu/msm_i
> -Original Message-
> From: linux-scsi-ow...@vger.kernel.org [mailto:linux-scsi-
> ow...@vger.kernel.org] On Behalf Of Sudip Mukherjee
> Sent: Thursday, October 30, 2014 12:55 AM
> To: Fabian Frederick
> Cc: linux-kernel@vger.kernel.org; Stephen M. Cameron; James E.J.
> Bottomley; iss_st
Use the wrapper function for retrieving the platform data instead of
accessing dev->platform_data directly.
Signed-off-by: Kiran Padwal
---
drivers/iommu/omap-iommu.c |6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/iommu/omap-iommu.c b/drivers/iommu/omap-iomm
* Arnaldo Carvalho de Melo wrote:
> Hi Ingo,
>
> Please consider pulling,
>
> - Arnaldo
>
> The following changes since commit 1776b10627e486dd431fe72d8d47e5a865cf65d1:
>
> perf/x86/intel: Revert incomplete and undocumented Broadwell client support
> (2014-10-29 11:07:58 +0100)
>
>
* Arnaldo Carvalho de Melo wrote:
> Hi Ingo,
>
> Please consider pulling, as suggested, this is done on top
> of my last +perf-urgent-for-mingo tag.
>
> - Arnaldo
>
> The following changes since commit 4cdcc33db2f0455f297b4e14e434ba311ec5ca06:
>
> perf probe: Trivial typo fix for --d
The bcm2835 has clock domain issues when back to back writes to certain
registers are written. The existing driver works around this issue with
udelay. A more efficient method is to store the 8 and 16 bit writes
to the registers affected and then write them as 32 bits at the appropriate
time.
Si
SDHCI_QUIRK_MULTIBLOCK_READ_ACMD12 is missing and needed for this controller.
Signed-off-by: Scott Branden
---
drivers/mmc/host/sdhci-bcm2835.c |3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/mmc/host/sdhci-bcm2835.c b/drivers/mmc/host/sdhci-bcm2835.c
index 11af2
Group the read and write functions to improve readability. Now all
similar functions are grouped together to evaluate behaviours.
Signed-off-by: Scott Branden
---
drivers/mmc/host/sdhci-bcm2835.c | 61 +++---
1 file changed, 31 insertions(+), 30 deletions(-)
d
Add a verify option to driver to print out an error message if a
potential back to back write could cause a clock domain issue.
Signed-off-by: Scott Branden
---
drivers/mmc/host/Kconfig |9 +
drivers/mmc/host/sdhci-bcm2835.c | 17 +
2 files changed, 26 inser
This patch contains driver cleanup of sdhci-bcm2835.
Please note that this has not actually been tested on bcm2835 yet.
Testing comes from other devices with the same sdhci controller.
This patch is being put out for testing and acceptance on the 2835.
Please test and comment.
Scott Branden (5):
Make the shift calculations consistent rather than having different
implementations to calculate the same thing.
Signed-off-by: Scott Branden
---
drivers/mmc/host/sdhci-bcm2835.c | 18 ++
1 file changed, 6 insertions(+), 12 deletions(-)
diff --git a/drivers/mmc/host/sdhci-bcm2
* Paul E. McKenney wrote:
> Hello, Ingo,
>
> This pull request contains a couple of fixes for RCU regressions:
>
> 1.Complete the work of commit dd56af42bd82 (rcu: Eliminate deadlock
> between CPU hotplug and expedited grace periods), which was
> intended to allow synchronize_s
Commit-ID: 493c3031336a49bbd50777dc2adfa52a49933d43
Gitweb: http://git.kernel.org/tip/493c3031336a49bbd50777dc2adfa52a49933d43
Author: Wang Nan
AuthorDate: Fri, 24 Oct 2014 09:45:26 +0800
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 29 Oct 2014 10:27:36 -0200
perf tools: Make C
Commit-ID: 428560e762601d1248359052361322b71561c093
Gitweb: http://git.kernel.org/tip/428560e762601d1248359052361322b71561c093
Author: Jiri Olsa
AuthorDate: Thu, 16 Oct 2014 16:07:03 +0200
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 29 Oct 2014 10:28:20 -0200
perf tools: Fix r
Commit-ID: 49f4744307f9718d8e100755110b3b7b40ec4237
Gitweb: http://git.kernel.org/tip/49f4744307f9718d8e100755110b3b7b40ec4237
Author: Jiri Olsa
AuthorDate: Thu, 16 Oct 2014 16:07:01 +0200
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 29 Oct 2014 10:27:56 -0200
perf tools: Fix r
On Thu, Oct 30, 2014 at 06:28:13AM +, Elliott, Robert (Server Storage)
wrote:
>
>
> > -Original Message-
> > From: linux-scsi-ow...@vger.kernel.org [mailto:linux-scsi-
> > ow...@vger.kernel.org] On Behalf Of Sudip Mukherjee
> > Sent: Thursday, October 30, 2014 12:55 AM
> > To: Fabian
Commit-ID: 380b5143ab76de71572c7a30e68c8e22b94bee52
Gitweb: http://git.kernel.org/tip/380b5143ab76de71572c7a30e68c8e22b94bee52
Author: Namhyung Kim
AuthorDate: Mon, 6 Oct 2014 09:46:01 +0900
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 29 Oct 2014 10:25:22 -0200
perf callchain:
Commit-ID: 8b62fa59ed62bf1f42d35360fae8592c6b816a06
Gitweb: http://git.kernel.org/tip/8b62fa59ed62bf1f42d35360fae8592c6b816a06
Author: Jiri Olsa
AuthorDate: Thu, 16 Oct 2014 16:07:06 +0200
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 29 Oct 2014 10:28:48 -0200
perf tools: Fix r
Commit-ID: 1b9e97a2a95e4941dcfa968c4b2e04022e9a343e
Gitweb: http://git.kernel.org/tip/1b9e97a2a95e4941dcfa968c4b2e04022e9a343e
Author: Jiri Olsa
AuthorDate: Thu, 16 Oct 2014 16:07:05 +0200
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 29 Oct 2014 10:28:39 -0200
perf tools: Fix r
Commit-ID: 38cdbd39ddf39c1284d54c4b7fe04db80ce97d04
Gitweb: http://git.kernel.org/tip/38cdbd39ddf39c1284d54c4b7fe04db80ce97d04
Author: Jiri Olsa
AuthorDate: Thu, 16 Oct 2014 16:07:04 +0200
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 29 Oct 2014 10:28:30 -0200
perf tools: Fix r
Commit-ID: 0199d244d6ed6bc1fcab38a8732fdba1ddf04080
Gitweb: http://git.kernel.org/tip/0199d244d6ed6bc1fcab38a8732fdba1ddf04080
Author: Jiri Olsa
AuthorDate: Thu, 16 Oct 2014 16:07:02 +0200
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 29 Oct 2014 10:28:10 -0200
perf tools: Fix r
Commit-ID: 7d073b335edc8d97af730c2e3b83ed6642bd3c27
Gitweb: http://git.kernel.org/tip/7d073b335edc8d97af730c2e3b83ed6642bd3c27
Author: Sukadev Bhattiprolu
AuthorDate: Tue, 21 Oct 2014 17:09:58 -0700
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 29 Oct 2014 10:32:46 -0200
perf to
Commit-ID: 288a4b91fc0dc7c0ce3509339e8dec7b590a4d73
Gitweb: http://git.kernel.org/tip/288a4b91fc0dc7c0ce3509339e8dec7b590a4d73
Author: Jiri Olsa
AuthorDate: Thu, 16 Oct 2014 16:07:07 +0200
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 29 Oct 2014 10:29:05 -0200
perf tools: Fix r
Commit-ID: 4cdcc33db2f0455f297b4e14e434ba311ec5ca06
Gitweb: http://git.kernel.org/tip/4cdcc33db2f0455f297b4e14e434ba311ec5ca06
Author: Masami Hiramatsu
AuthorDate: Mon, 27 Oct 2014 16:31:24 -0400
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 29 Oct 2014 10:30:18 -0200
perf probe
Commit-ID: 11246c708acdfa9512d7b69c18938810c20fd6ab
Gitweb: http://git.kernel.org/tip/11246c708acdfa9512d7b69c18938810c20fd6ab
Author: Arnaldo Carvalho de Melo
AuthorDate: Tue, 21 Oct 2014 17:29:02 -0300
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 29 Oct 2014 10:32:46 -0200
pe
ping
2014-10-08 23:20 GMT+02:00 Johannes Pointner :
> Add documentation for compatible property of backlight subnode.
>
> Signed-off-by: Johannes Pointner
> ---
> Changes since v2:
> 1. Removed the pmic part of the patch.
> 2. Added newline before subnode in the example.
> ---
> .../devicetree/b
Commit-ID: bb871a9c8d68692ed2513b3f0e1c010c2ac12f44
Gitweb: http://git.kernel.org/tip/bb871a9c8d68692ed2513b3f0e1c010c2ac12f44
Author: Arnaldo Carvalho de Melo
AuthorDate: Thu, 23 Oct 2014 12:50:25 -0300
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 29 Oct 2014 10:32:46 -0200
pe
Commit-ID: cc8b7c2bf553151a579a8009020875faa1d43e29
Gitweb: http://git.kernel.org/tip/cc8b7c2bf553151a579a8009020875faa1d43e29
Author: Arnaldo Carvalho de Melo
AuthorDate: Thu, 23 Oct 2014 15:26:17 -0300
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 29 Oct 2014 10:32:46 -0200
pe
Commit-ID: e5b2c20755d37d781bb6e1e733faec5c39bd087a
Gitweb: http://git.kernel.org/tip/e5b2c20755d37d781bb6e1e733faec5c39bd087a
Author: Namhyung Kim
AuthorDate: Thu, 23 Oct 2014 00:15:46 +0900
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 29 Oct 2014 10:32:47 -0200
perf tools: Ex
Commit-ID: d152d1be5962ace0706066db71b4f05dff8764eb
Gitweb: http://git.kernel.org/tip/d152d1be5962ace0706066db71b4f05dff8764eb
Author: Namhyung Kim
AuthorDate: Thu, 23 Oct 2014 00:15:45 +0900
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 29 Oct 2014 10:32:47 -0200
perf tools: Ad
Commit-ID: 29f9e5211132b0a0a4dfbbb403c136eebc334b73
Gitweb: http://git.kernel.org/tip/29f9e5211132b0a0a4dfbbb403c136eebc334b73
Author: Arnaldo Carvalho de Melo
AuthorDate: Thu, 23 Oct 2014 17:21:54 -0300
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 29 Oct 2014 10:32:47 -0200
pe
Commit-ID: dd8c17a5fe80148aab8844e8774cf341212a4eb1
Gitweb: http://git.kernel.org/tip/dd8c17a5fe80148aab8844e8774cf341212a4eb1
Author: Arnaldo Carvalho de Melo
AuthorDate: Thu, 23 Oct 2014 16:42:19 -0300
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 29 Oct 2014 10:32:46 -0200
pe
Commit-ID: f498784c39c7c840347e28b830aedc31ce699816
Gitweb: http://git.kernel.org/tip/f498784c39c7c840347e28b830aedc31ce699816
Author: Arnaldo Carvalho de Melo
AuthorDate: Thu, 23 Oct 2014 17:20:38 -0300
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 29 Oct 2014 10:32:46 -0200
pe
Commit-ID: 42bd71d0812ecd955cf65a14375ebe6a3195d979
Gitweb: http://git.kernel.org/tip/42bd71d0812ecd955cf65a14375ebe6a3195d979
Author: Namhyung Kim
AuthorDate: Thu, 23 Oct 2014 00:15:48 +0900
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 29 Oct 2014 10:32:47 -0200
perf tools: Ad
Commit-ID: f45d20ffb654f4559648da402b1608e747d46942
Gitweb: http://git.kernel.org/tip/f45d20ffb654f4559648da402b1608e747d46942
Author: Namhyung Kim
AuthorDate: Thu, 23 Oct 2014 00:15:47 +0900
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 29 Oct 2014 10:32:47 -0200
perf kvm: Prin
Commit-ID: ed3077585f2f041e0db0fc41060b69673e98963b
Gitweb: http://git.kernel.org/tip/ed3077585f2f041e0db0fc41060b69673e98963b
Author: Wang Nan
AuthorDate: Thu, 16 Oct 2014 11:08:29 +0800
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 29 Oct 2014 10:32:48 -0200
perf tools: Ensure
Commit-ID: 13dcbbc0222f9768394b0a58ab84adcd630f48d6
Gitweb: http://git.kernel.org/tip/13dcbbc0222f9768394b0a58ab84adcd630f48d6
Author: Namhyung Kim
AuthorDate: Thu, 23 Oct 2014 00:15:49 +0900
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 29 Oct 2014 10:32:47 -0200
perf probe: Us
Commit-ID: 42634bc7a02ead59cf2d50e60d8b8f825de8a3b0
Gitweb: http://git.kernel.org/tip/42634bc7a02ead59cf2d50e60d8b8f825de8a3b0
Author: Adrian Hunter
AuthorDate: Thu, 23 Oct 2014 13:45:10 +0300
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 29 Oct 2014 10:32:48 -0200
perf pmu: Let
Commit-ID: 7e4772dc99a3ebfc53708eff262f7a8155485e85
Gitweb: http://git.kernel.org/tip/7e4772dc99a3ebfc53708eff262f7a8155485e85
Author: Arnaldo Carvalho de Melo
AuthorDate: Fri, 24 Oct 2014 10:25:09 -0300
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 29 Oct 2014 10:32:48 -0200
pe
Commit-ID: f6832e1720f5cc283703cfe9ccbfb46a3fb6f548
Gitweb: http://git.kernel.org/tip/f6832e1720f5cc283703cfe9ccbfb46a3fb6f548
Author: Adrian Hunter
AuthorDate: Thu, 23 Oct 2014 13:45:23 +0300
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 29 Oct 2014 10:32:48 -0200
perf tools: A
Commit-ID: 46b1fa85ff5a2e03423770b3931b97266e8ac6cf
Gitweb: http://git.kernel.org/tip/46b1fa85ff5a2e03423770b3931b97266e8ac6cf
Author: Adrian Hunter
AuthorDate: Thu, 23 Oct 2014 13:45:24 +0300
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 29 Oct 2014 10:32:48 -0200
perf tools: D
Commit-ID: e477f3f01a89a8fd44031e7f2ba6ffcab037336c
Gitweb: http://git.kernel.org/tip/e477f3f01a89a8fd44031e7f2ba6ffcab037336c
Author: Adrian Hunter
AuthorDate: Thu, 23 Oct 2014 18:16:03 -0300
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 29 Oct 2014 10:32:48 -0200
perf tools: B
Commit-ID: 5e17b28f1e246b98e08cb463f7d72cff6415fc53
Gitweb: http://git.kernel.org/tip/5e17b28f1e246b98e08cb463f7d72cff6415fc53
Author: Masami Hiramatsu
AuthorDate: Mon, 27 Oct 2014 16:31:31 -0400
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 29 Oct 2014 10:32:49 -0200
perf probe
when sending mail to iss_storage...@hp.com it failed permanently
"Google tried to deliver your message, but it was rejected by the
server for the recipient domain hp.com by smtp.hp.com.
[15.201.208.57].
The error that the other server returned was:
550 5.1.1 : Recipient address
rejected: User unkn
Commit-ID: 2987e32f75dcb40bce0f3ab1d5d48cc1c580fd8b
Gitweb: http://git.kernel.org/tip/2987e32f75dcb40bce0f3ab1d5d48cc1c580fd8b
Author: Adrian Hunter
AuthorDate: Thu, 23 Oct 2014 13:45:15 +0300
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 29 Oct 2014 10:32:49 -0200
perf script:
On 10/29/2014 01:30 PM, Mark Brown wrote:
On Wed, Oct 29, 2014 at 09:16:00AM +0100, Mike Looijmans wrote:
+ if (!status->voltage_set) {
+ if (of_property_read_u32(dev->dev.of_node,
+ "ltc3562-default-voltage", &v_default) == 0) {
A couple of problems
Commit-ID: 0db15b1e84a59e6e1da5fe6e74c35fe52fa29d92
Gitweb: http://git.kernel.org/tip/0db15b1e84a59e6e1da5fe6e74c35fe52fa29d92
Author: Adrian Hunter
AuthorDate: Thu, 23 Oct 2014 13:45:13 +0300
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 29 Oct 2014 10:32:49 -0200
perf tools: A
Commit-ID: df919b400ad3f9e6aac392ce421d710207abf9be
Gitweb: http://git.kernel.org/tip/df919b400ad3f9e6aac392ce421d710207abf9be
Author: Adrian Hunter
AuthorDate: Thu, 23 Oct 2014 13:45:14 +0300
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 29 Oct 2014 10:32:49 -0200
perf scriptin
Commit-ID: a293829df788ae96a174b315010d4b56a10e5114
Gitweb: http://git.kernel.org/tip/a293829df788ae96a174b315010d4b56a10e5114
Author: Adrian Hunter
AuthorDate: Mon, 27 Oct 2014 15:49:23 +0200
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 29 Oct 2014 11:36:15 -0200
perf session:
Commit-ID: 3c659eedada2fbf909c5818848753a6647a56426
Gitweb: http://git.kernel.org/tip/3c659eedada2fbf909c5818848753a6647a56426
Author: Adrian Hunter
AuthorDate: Mon, 27 Oct 2014 15:49:22 +0200
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 29 Oct 2014 11:24:47 -0200
perf tools: A
Commit-ID: cba9b847f649af350809d8ff4119e84b0466c1d9
Gitweb: http://git.kernel.org/tip/cba9b847f649af350809d8ff4119e84b0466c1d9
Author: Arnaldo Carvalho de Melo
AuthorDate: Wed, 29 Oct 2014 11:31:54 -0200
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 29 Oct 2014 11:31:54 -0200
pe
Hi,
David Miller wrote:
> From: Lothar Waßmann
> Date: Tue, 28 Oct 2014 14:22:55 +0100
>
> > Changes wrt. v1:
> > - added some cleanup patches
> > - simplify handling of 'quirks' flags as suggested by Russell King.
> > - remove DIV_ROUND_UP() from byte swapping loop as suggested by
> > Eric Du
2014-10-27 18:30 GMT+01:00 Mark Rutland :
> On Mon, Oct 27, 2014 at 03:27:17PM +, Torsten Fleischer wrote:
>> From: Torsten Fleischer
>>
>> Use an empty 'cs-gpios' property if a single device is connected which
>> has no chip select.
>> This refers to the discussion at https://lkml.org/lkml/20
Hi, Doug,
On 2014/10/30 12:49, Doug Anderson wrote:
> Addy,
>
> On Wed, Oct 29, 2014 at 9:41 PM, Doug Anderson wrote:
>> You can avoid a lot of "if" tests if you just add a new "sdio->id"
>
> Whoops, I mean "slot->sdio_id"
>
To use "slot->sdio_id", I think the subject must be changed.
So I wi
On Tue, Oct 28, 2014 at 9:30 PM, Arnd Bergmann wrote:
> On Friday 24 October 2014 16:24:09 Ley Foon Tan wrote:
>
>> +/* PCI is not supported in nios2, set this to 0. */
>> +#define IO_SPACE_LIMIT 0
>> +
>> +extern void outsb(unsigned long addr, const void *buf, int len);
>> +extern void outsw(unsi
Sorry for the delay in reviewing. Adding Jiri and Pantelis who might
want to extend over this patch and thus will likely have interesting
comments to make.
On Wed, Oct 22, 2014 at 5:09 AM, Benoit Parrot wrote:
> Based on Boris Brezillion work this is a reworked patch
> of his initial GPIO hogging
I'm saving the patch to my mail server using git-imap-send, then enter
e-mail addresses using Thunderbird and send it.
The problem seems to be that Thunderbird thrashes empty lines when
double clicking the e-mail in Drafts or selecting "Edit as new".
When forwarding the e-mail it doesn't seem to a
Signed-off-by: Mikael Svantesson
---
drivers/staging/skein/skein_api.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/skein/skein_api.c
b/drivers/staging/skein/skein_api.c
index 6e700ee..5bfce07 100644
--- a/drivers/staging/skein/skein_api.c
+++ b/drivers/sta
The motivation of this commit is to avoid duplicated definitions
of "clean" and "hdr-inst" shorthands.
The shorthand "clean" is defined in both the top Makefile and
scripts/Makefile.clean.
Likewise, "hdr-inst" is defined in both the top Makefile and
scripts/Makefile.headersinst.
The idea here is
On Tuesday 28 October 2014 20:58:49 Kevin Cernekee wrote:
> The irq-brcmstb-l2 driver has a single dependency on the ARM code, the
> do_bad_IRQ macro. Expand this macro in-place so that the driver can be
> built on non-ARM platforms.
>
> Signed-off-by: Kevin Cernekee
>
Acked-by: Arnd Bergmann
On Tue, Oct 28, 2014 at 9:39 PM, Arnd Bergmann wrote:
>> Hi Arnd,
>> No problem, I can change that. But, seem that we don't need to have
>> calibrate_delay_is_known() as well. We can just set "lpj_fine" variable,
>> arm64 uses this.
>
> Right, that works too.
Okay.
>
>> BTW, do you have further c
On 10/29/2014 06:59 AM, Rafael J. Wysocki wrote:
On Tuesday, October 28, 2014 01:15:27 PM Mika Westerberg wrote:
acpi_dev_add_driver_gpios() makes it possible to set up mapping between
properties and ACPI GpioIo resources in a driver, so we can take index
parameter in acpi_find_gpio() into use w
On Tuesday 28 October 2014 20:58:48 Kevin Cernekee wrote:
>
> +#ifdef CONFIG_RAW_IRQ_ACCESSORS
> +
> +#ifndef irq_reg_writel
> +# define irq_reg_writel(val, addr) __raw_writel(val, addr)
> +#endif
> +#ifndef irq_reg_readl
> +# define irq_reg_readl(addr) __raw_readl(addr)
> +#endif
>
On Tuesday 28 October 2014 20:58:51 Kevin Cernekee wrote:
> This can compile for MIPS (or anything else) now.
>
> Signed-off-by: Kevin Cernekee
>
It's a silent symbol, so the dependency is obviously not needed,
Acked-by: Arnd Bergmann
--
To unsubscribe from this list: send the line "unsubscri
On Tue, Oct 28, 2014 at 05:06:01PM +0200, Jani Nikula wrote:
> On Tue, 28 Oct 2014, Johan Hovold wrote:
> > Hi,
> >
> > I have had some problems with crashes involving suspend-to-disk after
> > updating to v3.16.
> >
> > Below is a log with 3.16.6 from a failed suspend attempt after which I
> > g
On Tue, Oct 28, 2014 at 10:30:50AM -0600, Bjorn Helgaas wrote:
> On Tue, Oct 28, 2014 at 5:54 AM, Huang Rui wrote:
> > When parameter DWC_USB3_LPM_ERRATA_ENABLE is enabled in Andvanced
>
> "Advanced"
>
> > Configuration of coreConsultant, it supports of xHCI BESL Errata Dated
>
> I can't parse
On Tuesday 28 October 2014 20:58:52 Kevin Cernekee wrote:
>
> irq_gc_lock(gc);
> /* Save the current mask and the interrupt forward mask */
> - b->saved_mask = __raw_readl(b->base) | b->irq_fwd_mask;
> + b->saved_mask = __raw_readl(b->base + IRQEN) | b->irq_fwd_mask;
>
On Tuesday 28 October 2014 20:58:53 Kevin Cernekee wrote:
> This keeps things consistent between the "core" bcm7120-l2 driver and the
> helpers in generic-chip.c.
>
> Signed-off-by: Kevin Cernekee
> ---
>
Ah, you did. Nevermind my comment to patch 5 then ;-)
Acked-by: Arnd Bergmann
--
To unsu
Hello Pantelis,
I've pointed to this already, but anyway:
On 28/10/14 21:36, ext Pantelis Antoniou wrote:
> Dynamically inserting spi device nodes requires the use of a single
> device registration method. Rework and export it.
>
> Methods to lookup a device/master using a device node are added
301 - 400 of 1042 matches
Mail list logo