uvesafb: make scaling configurable on Nvidia cards
Nvidia cards have a BIOS function 0x4f14 that allows to set flat panel
scaling. This patch adds a module parameter "scaling" that uses this
function to set the scaling. By default, the parameter is -1, so that the
driver doesn't attempt to call th
Hi Linus,
The following changes since commit b787f68c36d49bb1d9236f403813641efa74a031:
Linux 4.1-rc1 (2015-04-26 17:59:10 -0700)
are available in the git repository at:
git://git.infradead.org/linux-mtd.git tags/for-linus-20150516
for you to fetch changes up to
Cortex-A7 has EXYNOS5_PA_UART base address for UART.
If system boots from Cortex-A7 CPU addruart loads wrong
address. This patch fixex this.
Signed-off-by: Tarek Dakhran
---
arch/arm/include/debug/exynos.S | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/include/debug/exynos.S b/arch
When system boots from Cortex-A7 addruart loads
wrong base UART address. This patch fixex problem.
Patch tested on Hardkernel Odroid-XU3 board
on linux kernel v4.0.
Tarek Dakhran (1):
ARM: EXYNOS: fix DEBUG_LL on Cortex-A7.
arch/arm/include/debug/exynos.S | 1 +
1 file changed, 1 insertion(+)
Commit-ID: adeb5537849d9db428fe0ddc3562e5a765a347e2
Gitweb: http://git.kernel.org/tip/adeb5537849d9db428fe0ddc3562e5a765a347e2
Author: Denys Vlasenko
AuthorDate: Fri, 15 May 2015 22:39:06 +0200
Committer: Ingo Molnar
CommitDate: Sun, 17 May 2015 07:57:54 +0200
x86/asm/entry/64: Use sho
Commit-ID: e839004b49c571e20006092cbe9da8f2c95d2e71
Gitweb: http://git.kernel.org/tip/e839004b49c571e20006092cbe9da8f2c95d2e71
Author: Borislav Petkov
AuthorDate: Sat, 16 May 2015 18:17:59 +0200
Committer: Ingo Molnar
CommitDate: Sun, 17 May 2015 07:57:53 +0200
x86/asm/head*.S: Change
Commit-ID: 52648e83c9a6b9f7fc3dd272d4d10175e93aa62a
Gitweb: http://git.kernel.org/tip/52648e83c9a6b9f7fc3dd272d4d10175e93aa62a
Author: Ingo Molnar
AuthorDate: Sun, 17 May 2015 07:56:54 +0200
Committer: Ingo Molnar
CommitDate: Sun, 17 May 2015 07:56:54 +0200
x86: Pack loops tightly as w
Commit-ID: 58ac93e4f2e4b15beffdf0e3749b7fea3208ef66
Gitweb: http://git.kernel.org/tip/58ac93e4f2e4b15beffdf0e3749b7fea3208ef66
Author: Nicholas Mc Guire
AuthorDate: Fri, 15 May 2015 21:05:42 +0200
Committer: Ingo Molnar
CommitDate: Sun, 17 May 2015 06:47:46 +0200
sched: Fix function de
* Linus Torvalds wrote:
> On Fri, May 15, 2015 at 2:39 AM, tip-bot for Ingo Molnar
> wrote:
> >
> > We can pack function addresses tightly as well:
>
> So I really want to see performance numbers on a few
> microarchitectures for this one in particular.
>
> The kernel generally doesn't have
* Josh Triplett wrote:
> On Mon, Sep 17, 2001 at 07:00:00AM +, Ingo Molnar wrote:
> > * Denys Vlasenko wrote:
> > > > What do you guys think about this? I think we should seriously
> > > > consider relaxing our alignment defaults.
> > >
> > > Looks like nobody objected. I think it's ok to
On Sat, 2015-05-16 at 15:39 -0400, Sasha Levin wrote:
> On 05/06/2015 12:04 PM, Frederic Weisbecker wrote:
> > From: Chris Metcalf
> >
> > nohz_full is only useful with isolcpus also set, since otherwise the
> > scheduler has to run periodically to try to determine whether to steal
> > work from
* Juergen Gross wrote:
> On 05/05/2015 07:21 PM, Jeremy Fitzhardinge wrote:
> >On 05/03/2015 10:55 PM, Juergen Gross wrote:
> >>I did a small measurement of the pure locking functions on bare metal
> >>without and with my patches.
> >>
> >>spin_lock() for the first time (lock and code not in cac
* Len Brown wrote:
> On Thu, May 14, 2015 at 1:57 PM, Ingo Molnar wrote:
> >
> > * "Jan H. Schönherr" wrote:
> >
> >> Ingo, do you want an updated version of the original patch, which
> >> takes care not get stuck, when the INIT deassertion is skipped, or
> >> do you prefer to address delays "
Nested IRQs can only fire when the parent irq fires.
So when the parent is suspended, there is no need to suspend
the child irq.
Suspending nested irqs can cause a problem is they are suspended or
resumed in the wrong order.
If an interrupt fires while the parent is active but the child is
suspe
* Len Brown wrote:
> On Thu, May 14, 2015 at 2:44 AM, Ingo Molnar wrote:
>
> >
> >> BTW. this time can be reduced by 7% (113 ms) by deleting
> >> announce_cpu():
> >>
> >> [1.445815] x86: Booted up 4 nodes, 120 CPUs
> >
> > so that kind of info looks pretty useful, especially when there's
On Sat, 16 May 2015 21:04:34 -0700 Linus Torvalds
wrote:
> On Sat, May 16, 2015 at 8:48 PM, Linus Torvalds
> wrote:
> >
> > Sorry, but that really is how it is. NFS isn't special enough for some
> > badly designed lookup models to matter one whit.
>
> Btw, it's not just about performance, altho
On Sat, May 16, 2015 at 8:48 PM, Linus Torvalds
wrote:
>
> Sorry, but that really is how it is. NFS isn't special enough for some
> badly designed lookup models to matter one whit.
Btw, it's not just about performance, although the whole "we can do
cached lookups without ever having to et the fil
Casey Schaufler wrote:
> > I would like to propose revival of
> > security_task_alloc()/security_task_free()
> > hooks. I have several single function modules which want to use these hooks.
> >
> > 4 years ago, I wrote
> > http://osdn.jp/projects/akari/scm/svn/blobs/head/branches/uuid4.c
> > which
On Sat, May 16, 2015 at 8:12 PM, NeilBrown wrote:
>
> The problem isn't getting intermediates. The problem is that not having
> intermediates confuses the dcache. When the dcache is just providing a
> caching service, and not providing a consistency service, then it shouldn't
> let itself get co
On Sat, May 16, 2015 at 6:19 PM, Elliott, Robert (Server Storage)
wrote:
>
>> -Original Message-
>> From: Linux-nvdimm [mailto:linux-nvdimm-boun...@lists.01.org] On Behalf Of
>> Dan Williams
>> Sent: Tuesday, April 28, 2015 1:26 PM
>> To: linux-nvd...@lists.01.org
>> Cc: Ingo Molnar; Neil
On Sat, 16 May 2015 15:18:11 +0100 Al Viro wrote:
> On Sat, May 16, 2015 at 06:46:26AM +0100, Al Viro wrote:
>
> > Dealing with multi-component lookups isn't impossible and might be a good
> > idea, but only if all intermediates are populated. What information does
> > NFSv4 multi-component loo
On Sat, 16 May 2015 06:46:26 +0100 Al Viro wrote:
> On Sat, May 16, 2015 at 02:45:27PM +1000, NeilBrown wrote:
>
> > Yes, I've looked lately :-)
> > I think that all of RCU-walk, and probably some of REF-walk should happen
> > before the filesystem gets to see anything.
> > But once you hit a no
On 05/11/15 12:13, Krzysztof Kozlowski wrote:
> Dear Kukjin,
>
> I gathered various improvements for upcoming 4.2 merge window.
> Description along with a tag.
>
> Best regards,
> Krzysztof
>
>
> The following changes since commit 2495ae559826c60e3ccde9850e3b38815725b9c9:
>
> ARM: dts: Add k
On Sat, May 16, 2015 at 08:09:27PM +0200, Corentin LABBE wrote:
>
> Incidental question, I need to use the MD5 IV for export_md5 function, but
> they are not defined anywhere (unlike SHAxx ones), does this is voluntary or
> do you will accept a patch for adding them.
Please send a patch to add t
> -Original Message-
> From: Linux-nvdimm [mailto:linux-nvdimm-boun...@lists.01.org] On Behalf Of
> Dan Williams
> Sent: Tuesday, April 28, 2015 1:26 PM
> To: linux-nvd...@lists.01.org
> Cc: Ingo Molnar; Neil Brown; Greg KH; Dave Chinner; linux-
> ker...@vger.kernel.org; Andy Lutomirski; J
The following changes since commit 5ebe6afaf0057ac3eaeb98defd5456894b446d22:
Linux 4.1-rc2 (2015-05-03 19:22:23 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.1-rc4
for you to fetch changes up to 569192605f56f384090be8
The following changes since commit 5ebe6afaf0057ac3eaeb98defd5456894b446d22:
Linux 4.1-rc2 (2015-05-03 19:22:23 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git/ tags/tty-4.1-rc4
for you to fetch changes up to 1a48632ffed61352a7810c
The following changes since commit 5ebe6afaf0057ac3eaeb98defd5456894b446d22:
Linux 4.1-rc2 (2015-05-03 19:22:23 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/
tags/staging-4.1-rc4
for you to fetch changes up to ec94efcdadab6
The following changes since commit 5ebe6afaf0057ac3eaeb98defd5456894b446d22:
Linux 4.1-rc2 (2015-05-03 19:22:23 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/
tags/char-misc-4.1-rc4
for you to fetch changes up to 0f5b6ec67
This semantic patch replaces explicit computations of vma page count
with explicit function call.
Signed-off-by: Dmitry Kalinkin
---
scripts/coccinelle/api/vma_pages.cocci | 66 ++
1 file changed, 66 insertions(+)
create mode 100644 scripts/coccinelle/api/vma_pag
On Sat, May 16, 2015 at 4:31 PM, Richard Weinberger wrote:
>
> Hmm, I have not changed my mail setup lately.
> If my mails are tagged as spam can you please tell me why? :-)
Sadly, gmail doesn't give scores or reasons like spamassassin,
presumably to make it harder to game. So it's impossibel to
Here is an implementation of a new system call, sys_membarrier(), which
executes a memory barrier on all threads running on the system. It is
implemented by calling synchronize_sched(). It can be used to distribute
the cost of user-space memory barriers asymmetrically by transforming
pairs of memor
From: Pranith Kumar
This patch adds a self test for the membarrier system call.
CC: Michael Ellerman
Signed-off-by: Pranith Kumar
Signed-off-by: Mathieu Desnoyers
---
tools/testing/selftests/Makefile |1 +
tools/testing/selftests/membarrier/.gitignore |1 +
too
Update the membarrier syscall self-test to match the membarrier
interface. Extend coverage of the interface. Consider ENOSYS as a "SKIP"
test, since it is a valid configuration, but does not allow testing the
system call.
CC: Michael Ellerman
CC: Pranith Kumar
Signed-off-by: Mathieu Desnoyers
-
Hi,
At this point, all we're awaiting for is formal Acked-by by affected
maintainers.
Andrew, should you eventually pick it up into your tree ? Or perhaps it should
go through Paul McKenney's tree, given that it uses synchronize_sched() ?
The only change since last post is a layout change in the
Am 17.05.2015 um 01:31 schrieb Linus Torvalds:
> On Sat, May 16, 2015 at 4:27 PM, Linus Torvalds
> wrote:
>>
>> I don't actually have the original in my mailbox at all. It may have
>> been caught as spam - I haven't checked my spam box for a while.
>
> Yes. Both this and the UML pull request were
On Sat, May 16, 2015 at 4:27 PM, Linus Torvalds
wrote:
>
> I don't actually have the original in my mailbox at all. It may have
> been caught as spam - I haven't checked my spam box for a while.
Yes. Both this and the UML pull request were in my spam box.
You're doing something bad that gmail re
Am 17.05.2015 um 01:27 schrieb Linus Torvalds:
> On Sat, May 16, 2015 at 4:07 PM, Richard Weinberger
> wrote:
>>
>> just noticed that you did not pull this (and also not my UML fixes).
>> Is something wrong with my pull requests?
>
> I don't actually have the original in my mailbox at all. It may
On Sat, May 16, 2015 at 4:07 PM, Richard Weinberger
wrote:
>
> just noticed that you did not pull this (and also not my UML fixes).
> Is something wrong with my pull requests?
I don't actually have the original in my mailbox at all. It may have
been caught as spam - I haven't checked my spam box
On Fri, May 15, 2015 at 07:57:39AM -0700, Dave Hansen wrote:
> On 05/15/2015 04:18 AM, Kirill A. Shutemov wrote:
> >> > But same question about whether it should be using hpage_nr_pages()
> >> > instead
> >> > of a constant.
> > No. Compiler woundn't be able to optimize HPAGE_PMD_NR away for THP=n
On Thu, May 14, 2015 at 12:13 PM, Richard Weinberger wrote:
> Linus,
>
> the following changes since commit 5ebe6afaf0057ac3eaeb98defd5456894b446d22:
>
> Linux 4.1-rc2 (2015-05-03 19:22:23 -0700)
>
> are available in the git repository at:
>
> git://git.infradead.org/linux-ubifs.git tags/upstr
On Sat, May 16, 2015 at 10:46 AM, Eric W. Biederman
wrote:
> Paul Moore writes:
>> On Sat, May 16, 2015 at 5:46 AM, Daniel J Walsh wrote:
>>> On 05/15/2015 05:05 PM, Paul Moore wrote:
On Thursday, May 14, 2015 11:23:09 PM Andy Lutomirski wrote:
> On Thu, May 14, 2015 at 7:32 PM, Richard
On Fri, 15 May 2015, Mel Gorman wrote:
On Fri, May 15, 2015 at 02:54:48AM -0700, Daniel Phillips wrote:
On 05/15/2015 01:09 AM, Mel Gorman wrote:
On Thu, May 14, 2015 at 11:06:22PM -0400, Rik van Riel wrote:
On 05/14/2015 08:06 PM, Daniel Phillips wrote:
The issue is that things like ptrac
The following changes since commit 5ebe6afaf0057ac3eaeb98defd5456894b446d22:
Linux 4.1-rc2 (2015-05-03 19:22:23 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
tags/for_linus_stable
for you to fetch changes up to b9576fc3624eb9fc8
Antoine,
On 05/11/2015 11:58 AM, Antoine Tenart wrote:
> Rework the pxa3xx_nand driver to allow using functions exported by the
> nand framework to detect the flash and the timings. Then setup the
> timings using the helpers previously added.
>
> Signed-off-by: Antoine Tenart
> ---
> drivers/mt
On Fri, May 15, 2015 at 02:23:48PM -0700, Zach Brown wrote:
> Add a O_NOCMTIME flag which prevents inode time updates on writes and
> can greatly reduce the IO overhead of writes to allocated and
> initialized regions of files.
> --- a/include/linux/fs.h
> +++ b/include/linux/fs.h
You may also wa
Hi Antoine,
This is a long patchset, which involves some very invasive changes
to the driver. So, I think it'll be better to split it in different
patchsets.
On 05/11/2015 11:58 AM, Antoine Tenart wrote:
[..]
>
> Antoine Tenart (12):
These two clock patches are related to Berlin support only.
On Thu, May 14, 2015 at 12:45 AM, Rafael J. Wysocki wrote:
> On Tuesday, May 12, 2015 05:32:29 PM Dmitry Torokhov wrote:
>> On Wed, May 13, 2015 at 02:22:50AM +0200, Rafael J. Wysocki wrote:
>> > On Tuesday, May 12, 2015 11:07:33 AM Dmitry Torokhov wrote:
>> > > On Tue, May 12, 2015 at 08:59:03PM
Dear Winner,
You have been awarded the sum of 8,000,000.00 (Eight Million Pounds sterling)
with reference number 77100146. This compensation funds from the United
Nation.Send us your personal details to deliver your funds.
Gloria Peter
--
To unsubscribe from this list: send the line "unsubscri
On 05/12/2015 11:39 AM, Antoine Tenart wrote:
> Ezequiel,
>
> On Mon, May 11, 2015 at 07:10:56PM -0300, Ezequiel Garcia wrote:
>>
>> On 05/11/2015 11:58 AM, Antoine Tenart wrote:
>> [..]
>>> -
>>> - /* calculate flash information */
>>> - host->read_id_bytes = (f->page_size == 2048) ? 4 : 2;
On Sat, May 16, 2015 at 11:02:40AM +0200, Matthias Brugger wrote:
> 2015-05-16 9:58 GMT+02:00 Yingjoe Chen :
> > Put secondary_startup_arm() prototype in arch/arm/include/asm/smp.h
> > so users doesn't have to add extern prototype in their code.
> >
> > Signed-off-by: Yingjoe Chen
> > ---
> > arc
On Sat, May 16, 2015 at 11:08:36AM +0200, Matthias Brugger wrote:
> 2015-05-16 9:58 GMT+02:00 Yingjoe Chen :
> > secondary_startup_arm is used as ARM mode secondary start up function
> > when ther kernel is compiled in THUMB mode, however the label itself
> > is still in .thumb mode. readelf shows:
From: Michal Kubecek
Date: Fri, 15 May 2015 19:41:56 +0200
> The semantics I suggested in my previous mail might be a reasonable
> approximation.
Ok, then let's try for that.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.ker
From: Bjorn Helgaas
Date: Sat, 16 May 2015 09:49:40 -0500
> Hi Aleksey,
>
> On Fri, May 15, 2015 at 10:36 PM, Aleksey Makarov
> wrote:
>> Signed-off-by: Aleksey Makarov
>> ---
>> include/linux/pci_ids.h | 2 ++
>> 1 file changed, 2 insertions(+)
>>
>> diff --git a/include/linux/pci_ids.h b/in
On Sat, May 16, 2015 at 11:44:20AM +0200, Stefan Agner wrote:
> Remove the needless differences between MMU/!MMU addruart calls.
> This allows to use the same addruart macro on SoC level. Useful
> for SoC consisting of multiple CPUs with and without MMU such as
> Freescale Vybrid.
>
> Signed-off-b
commit 42e08c78360e ("drm/amdkfd: Don't report local memory size")
upstream.
This patch sets the local memory size that is reported to userspace to 0.
This is done to make sure that userspace won't try to allocate local memory
for HSA.
As long as amdkfd doesn't support allocating local memory for
Hi Ming Lei, Jens,
While doing few tests with recent kernels with Xen Server,
we saw guests(DOMU) disk image getting corrupted while booting it.
Strangely the issue is seen so far only with disk image over ocfs2
volume. If the same image kept on the EXT3/4 drive, no corruption
is observed. The is
On Saturday 16 May 2015 00:46:44 Thomas Gleixner wrote:
> On Wed, 6 May 2015, Arnd Bergmann wrote:
> > +SYSCALL_DEFINE4(semtimedop, int, semid, struct sembuf __user *, tsops,
> > + unsigned, nsops,
> > + const struct __kernel_timespec __user *, timeout)
> > +{
> > + unsigned
On 05/06/2015 12:04 PM, Frederic Weisbecker wrote:
> From: Chris Metcalf
>
> nohz_full is only useful with isolcpus also set, since otherwise the
> scheduler has to run periodically to try to determine whether to steal
> work from other cores.
>
> Accordingly, when booting with nohz_full=xxx on
On Fri, May 15, 2015 at 9:31 PM, Al Viro wrote:
=>
> Point, but... A lot of our problems comes from the fact that ->i_mutex
> doubles as protection against the addition to the list of children, on
> top of protection of directory itself.
Yeah, ok, we'd need to change that too. Maybe just make it
Sorry for the huge delay.
On 05/11/2015 11:58 AM, Antoine Tenart wrote:
> Add the full description of the Samsung K9GBG08U0A-M nand chip in the
> nand_ids table.
>
> Signed-off-by: Antoine Tenart
> ---
> drivers/mtd/nand/nand_ids.c | 4
> 1 file changed, 4 insertions(+)
>
> diff --git a/d
On Sat, May 16, 2015 at 8:09 PM, Joe Perches wrote:
> On Sat, 2015-05-16 at 20:01 +0300, Leon Romanovsky wrote:
[]
>> My question is how we should handle such duplicated debug print code?
>> As possible solutions, I see five options:
>> 1. Leave it as is.
>> 2. Move it to general include file (for
From: Fabio Estevam
Since commit 1c6c69525b40eb76de8adf039409722015927dc3 ("genirq: Reject
bogus threaded irq requests") threaded IRQs without a primary handler
need to be requested with IRQF_ONESHOT, otherwise the request will fail.
So pass the IRQF_ONESHOT flag in this case.
The semantic patc
From: Fabio Estevam
Since commit 1c6c69525b40eb76de8adf039409722015927dc3 ("genirq: Reject
bogus threaded irq requests") threaded IRQs without a primary handler
need to be requested with IRQF_ONESHOT, otherwise the request will fail.
So pass the IRQF_ONESHOT flag in this case.
The semantic patc
From: Fabio Estevam
Since commit 1c6c69525b40eb76de8adf039409722015927dc3 ("genirq: Reject
bogus threaded irq requests") threaded IRQs without a primary handler
need to be requested with IRQF_ONESHOT, otherwise the request will fail.
So pass the IRQF_ONESHOT flag in this case.
The semantic patc
From: Fabio Estevam
Since commit 1c6c69525b40eb76de8adf039409722015927dc3 ("genirq: Reject
bogus threaded irq requests") threaded IRQs without a primary handler
need to be requested with IRQF_ONESHOT, otherwise the request will fail.
So pass the IRQF_ONESHOT flag in this case.
The semantic patc
From: Fabio Estevam
Since commit 1c6c69525b40eb76de8adf039409722015927dc3 ("genirq: Reject
bogus threaded irq requests") threaded IRQs without a primary handler
need to be requested with IRQF_ONESHOT, otherwise the request will fail.
So pass the IRQF_ONESHOT flag in this case.
The semantic patc
From: Fabio Estevam
Since commit 1c6c69525b40eb76de8adf039409722015927dc3 ("genirq: Reject
bogus threaded irq requests") threaded IRQs without a primary handler
need to be requested with IRQF_ONESHOT, otherwise the request will fail.
So pass the IRQF_ONESHOT flag in this case.
The semantic patc
From: Fabio Estevam
Since commit 1c6c69525b40eb76de8adf039409722015927dc3 ("genirq: Reject
bogus threaded irq requests") threaded IRQs without a primary handler
need to be requested with IRQF_ONESHOT, otherwise the request will fail.
So pass the IRQF_ONESHOT flag in this case.
The semantic patc
From: Fabio Estevam
Since commit 1c6c69525b40eb76de8adf039409722015927dc3 ("genirq: Reject
bogus threaded irq requests") threaded IRQs without a primary handler
need to be requested with IRQF_ONESHOT, otherwise the request will fail.
So pass the IRQF_ONESHOT flag in this case.
The semantic patc
Don't use the kernel types in uapi headers.
Signed-off-by: Joe Perches
---
include/uapi/linux/vsp1.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/uapi/linux/vsp1.h b/include/uapi/linux/vsp1.h
index e18858f..9a82369 100644
--- a/include/uapi/linux/vsp1.h
+++ b/inclu
Le 15/05/2015 08:52, Herbert Xu a écrit :
> On Thu, May 14, 2015 at 02:59:01PM +0200, LABBE Corentin wrote:
>>
>> +int sun4i_hash_export(struct ahash_request *areq, void *out)
>> +{
>> +struct sun4i_req_ctx *op = ahash_request_ctx(areq);
>> +
>> +memcpy(out, op, sizeof(struct sun4i_req_ctx)
On 05/13/2015 04:58 AM, NeilBrown wrote:
On Tue, 12 May 2015 22:38:53 -0400 Steven Rostedt wrote:
On Tue, 12 May 2015 15:46:26 -0700
"Paul E. McKenney" wrote:
From: Patrick Marlier
Signed-off-by: Patrick Marlier
Signed-off-by: Paul E. McKenney
---
drivers/md/bitmap.c | 2 +-
1 file
On 5/15/2015 5:56 AM, Tetsuo Handa wrote:
> Casey Schaufler wrote:
>> On 5/11/2015 10:02 PM, James Morris wrote:
>>> On Fri, 8 May 2015, Casey Schaufler wrote:
>>>
James, here's an updated pull request for LSM stacking.
Acks have been applied.
The following changes since commit
> On 12.05.2015, at 17:58, Noralf Trønnes wrote:
>
> Is there something missing for this patch to get accepted?
> spi-bcm2835 has now DMA support that depends on this patch.
As the spi-bcm2835.c patch using DMA (relying on this) has gone into
spi/for-next (but so far without the DT changes to e
On Sat, May 16, 2015 at 09:24:03AM -0400, Theodore Ts'o wrote:
> [...] What's going to be more difficult in the long run is
> when we want to support per-block data integrity, using (for example)
> AES/GCM, which will require 32 bytes of per-block "authentication tag"
> (think Message Authenticatio
On Sat, 2015-05-16 at 20:01 +0300, Leon Romanovsky wrote:
> Dear David,
>
> During my work on NOMMU system (mm/nommu.c), I saw definition and
> usage of kenter/kleave/kdebug macros. These macros are compiled as
> empty because of "#if 0" construction.
> 45 #if 0
> 46 #define kenter(FMT, ...) \
Dear David,
During my work on NOMMU system (mm/nommu.c), I saw definition and
usage of kenter/kleave/kdebug macros. These macros are compiled as
empty because of "#if 0" construction.
45 #if 0
46 #define kenter(FMT, ...) \
47 printk(KERN_DEBUG "==> %s("FMT")\n", __func__, ##__VA_ARGS
On Sat, May 16, 2015 at 09:37:29AM +0200, Jiri Slaby wrote:
> This is the start of the stable review cycle for the 3.12.43 release.
> There are 142 patches in this series, all will be posted as a response
> to this one. If anyone has any issues with these being applied, please
> let me know.
>
>
Hi Paul,
On 5/16/15 06:48, Paul Bolle wrote:
Just a nit regarding the commit explanation.
On Fri, 2015-05-15 at 16:23 -0500, Suravee Suthikulpanit wrote:
From http://www.uefi.org/sites/default/files/resources/ACPI_6.0.pdf,
section 6.2.17 _CCA states that ARM platforms require ACPI _CCA
object
On 05/16/2015 02:50 AM, Jonathan Cameron wrote:
On 15/05/15 19:35, Srinivas Pandruvada wrote:
Added additional entry for hid sensor hub drivers, which includes core
hid sensor hub MFD driver and IIO drivers for individual sensors.
Signed-off-by: Srinivas Pandruvada
I wonder if we'd be bette
From: Borislav Petkov
No functionality change:
--- head_64.o.before.asm
+++ head_64.o.after.asm
@@ -1148,7 +1148,7 @@ Disassembly of section .init.text:
0120 :
120:fc cld
121:83 3c 24 02 cmpl $0x2,(%rsp)
- 125:
On Mon, 2015-05-04 at 11:45 -0700, Linus Torvalds wrote:
> On Sun, May 3, 2015 at 6:45 PM, Linus Torvalds
> wrote:
> >
> > I'd much rather see "x509.genkey" be generated with a move-if-changed
> > pattern, so that it only changes if (a) it didn't exist before or (b)
> > it actually has new content
Dear Winner,
You have been awarded the sum of 8,000,000.00 (Eight Million Pounds sterling)
with reference number 77100146. This compensation funds from the United
Nation.Send us your personal details to deliver your funds.
Gloria Peter
--
To unsubscribe from this list: send the line "unsubscri
Just a nit: a license mismatch.
(I didn't bring this up in v1. Perhaps I should have.)
On Fri, 2015-05-15 at 18:38 +0200, Jens Kuske wrote:
> --- /dev/null
> +++ b/drivers/pinctrl/sunxi/pinctrl-sun8i-h3.c
> + * This file is licensed under the terms of the GNU General Public
> + * License version
On Sat, May 16, 2015 at 10:25:37AM -0500, Bjorn Helgaas wrote:
> On Tue, Mar 31, 2015 at 07:57:46PM -0700, Yinghai Lu wrote:
> > Fix regression by commit d63e2e1f3df9 ("sparc/PCI: Clip bridge windows to
> > fit in upstream windows").
> >
> > That cause bridge bar get clipped wrongly.
> >
> > The
On Fri, May 15, 2015 at 09:16:52PM -0600, Shuah Khan wrote:
> On 05/15/2015 05:14 PM, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 4.0.4 release.
> > There are 60 patches in this series, all will be posted as a response
> > to this one. If anyone has any issue
On Fri, May 15, 2015 at 08:16:32PM -0700, Guenter Roeck wrote:
> On 05/15/2015 04:14 PM, Greg Kroah-Hartman wrote:
> >This is the start of the stable review cycle for the 4.0.4 release.
> >There are 60 patches in this series, all will be posted as a response
> >to this one. If anyone has any issue
On Tue, Mar 31, 2015 at 07:57:46PM -0700, Yinghai Lu wrote:
> Fix regression by commit d63e2e1f3df9 ("sparc/PCI: Clip bridge windows to
> fit in upstream windows").
>
> That cause bridge bar get clipped wrongly.
>
> The sparc64 dma_addr_t is 32-bit, we can not use it to check if we can
> use 64bi
On Wed, Apr 08, 2015 at 03:38:42PM -0700, Yinghai Lu wrote:
> On Wed, Apr 8, 2015 at 1:01 AM, Benjamin Herrenschmidt
> wrote:
>
> > Use a different flag to indicate the BAR policy or temporarily tweak a
> > local copy of the resource flag during BAR assignment or whatever you
> > prefer to fix th
Removed "Japan wide band" region since this is impossible to do just
like that. Additionally it's now possible to go back to non-Japanese regions
without having to reload the module.
Greetings
Jan Roemisch
On Sat, May 16, 2015 at 07:06:17AM -0700, Greg KH wrote:
> On Sat, May 16, 2015 at 01:22:27
Hi Bjorn,
On 5/16/15, 07:41, "Bjorn Helgaas" wrote:
>On Fri, May 15, 2015 at 4:23 PM, Suravee Suthikulpanit
> wrote:
>> This patch refactors of_pci_dma_configure() into a more generic
>> pci_dma_configure(), which can be reused by non-OF code.
>> Then, it adds support for setting up PCI device D
Hi Rafael,
On 5/15/15, 18:59, "Rafael J. Wysocki" wrote:
>On Friday, May 15, 2015 04:23:11 PM Suravee Suthikulpanit wrote:
>> This patch refactors of_pci_dma_configure() into a more generic
>> pci_dma_configure(), which can be reused by non-OF code.
>> Then, it adds support for setting up PCI de
Paul Moore writes:
> On Sat, May 16, 2015 at 5:46 AM, Daniel J Walsh wrote:
>> On 05/15/2015 05:05 PM, Paul Moore wrote:
>>> On Thursday, May 14, 2015 11:23:09 PM Andy Lutomirski wrote:
On Thu, May 14, 2015 at 7:32 PM, Richard Guy Briggs
wrote:
> On 15/05/14, Paul Moore wrote:
>>
Hi Aleksey,
On Fri, May 15, 2015 at 10:36 PM, Aleksey Makarov
wrote:
> Signed-off-by: Aleksey Makarov
> ---
> include/linux/pci_ids.h | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
> index e63c02a..3633cc6 100644
> --- a/include/linu
On Wed, Feb 25, 2015 at 06:26:31PM -0300, Arnaldo Carvalho de Melo wrote:
> Em Thu, Feb 19, 2015 at 08:35:26PM +0100, Rabin Vincent escreveu:
> > Define the required macros to allow perf to be built for CRIS.
>
> Thanks, applied to perf/core
Thanks, but unless I'm missing something, this patch se
[fix Rafael's email address]
On Sat, May 16, 2015 at 09:37:50AM -0500, Bjorn Helgaas wrote:
> Hi Jarod,
>
> On Thu, May 14, 2015 at 03:33:58PM -0400, Jarod Wilson wrote:
> > The HP ZBook 15 and 17 Mobile Workstations, generation 2, up to and
> > including at least BIOS revision 01.07, do not have
Hi Jarod,
On Thu, May 14, 2015 at 03:33:58PM -0400, Jarod Wilson wrote:
> The HP ZBook 15 and 17 Mobile Workstations, generation 2, up to and
> including at least BIOS revision 01.07, do not have an ACPI _RMV object
> associated with their expresscard slots, so acpi-based hotplug-capable
> slot de
From: Chandrakala Chavva
This patch has been added to the 3.18 stable tree. If you have any
objections, please let us know.
===
[ Upstream commit fe2360f8f505ea8340f710f1c80a8f56462bdd62 ]
This fixes reboot for Octeon III boards
[r...@linux-mips.org: Dropped segment for function c
From: Adrien Schildknecht
This patch has been added to the 3.18 stable tree. If you have any
objections, please let us know.
===
[ Upstream commit 179fa46fb666c8f2aa2bbb1f3114d5d826d59d3d ]
The commit 21400f252a97 ("MIPS: BCM47XX: Make ssb init NVRAM instead of
bcm47xx polling it")
1 - 100 of 342 matches
Mail list logo