On Wed, Aug 22, 2012 at 12:03:14PM -0700, Andrew Morton wrote:
> On Mon, 20 Aug 2012 17:36:31 +0100
> Mel Gorman wrote:
>
> > From: KOSAKI Motohiro
> >
> > Dave Jones' system call fuzz testing tool "trinity" triggered the following
> > bug error with slab debugging enabled
> >
> > ...
> >
> >
On Wed, 22 Aug 2012, Arnd Bergmann wrote:
> On Wednesday 22 August 2012, Nicolas Pitre wrote:
> > On Wed, 22 Aug 2012, Arnd Bergmann wrote:
> > > >
> > > > The ldrex/strex instructions are available on ARMv6. It's only the d
> > > > variants (strexd/ldrexd) which are only available from ARMv6k.
On 08/22/2012 06:53 AM, Arnd Bergmann wrote:
> I've created this series some time ago, and updated it now to
> v3.6-rc1. The idea is to get us a big step closer to the
> single zImage kernel across multiple ARM platforms by
> untangling the duplicate header file names.
>
> There are two branches a
Hi Andrew,
On Wed, Aug 22, 2012 at 12:15:35PM -0700, Andrew Morton wrote:
> On Wed, 22 Aug 2012 18:29:55 +0200
> Andrea Arcangeli wrote:
>
> > On Wed, Aug 22, 2012 at 02:03:41PM +0800, Xiao Guangrong wrote:
> > > On 08/21/2012 11:06 PM, Andrea Arcangeli wrote:
> > > > CPU0
On Wed, Aug 22, 2012 at 11:34:26AM -0700, Tejun Heo wrote:
> On Wed, Aug 22, 2012 at 10:04:00AM -0700, Kent Overstreet wrote:
> > Reusing bios is something that's been highly frowned upon in the past,
> > but driver code keeps doing it anyways. If it's going to happen anyways,
> > we should provide
Hi All,
Cc-ing Samuel and Guenter also.
> There are many reports (including 2 of my machines) that iTCO_wdt watchdog
> driver fails to be initialized in 3.5 kernel with error message like:
>
> [5.265175] ACPI Warning: 0x1060-0x107f SystemIO conflicts with
> Region \_SB_.PCI0.LPCB.TC
(cc'ing Jiri, hi!)
On Wed, Aug 22, 2012 at 10:04:01AM -0700, Kent Overstreet wrote:
> This is prep work for killing bi_destructor - previously, pktcdvd had
> its own pkt_bio_alloc which was basically duplication bio_kmalloc(),
> necessitating its own bi_destructor implementation.
>
> v5: Un-reord
On Wed, 22 Aug 2012 21:50:43 +0200
Andrea Arcangeli wrote:
> Hi Andrew,
>
> On Wed, Aug 22, 2012 at 12:15:35PM -0700, Andrew Morton wrote:
> > On Wed, 22 Aug 2012 18:29:55 +0200
> > Andrea Arcangeli wrote:
> >
> > > On Wed, Aug 22, 2012 at 02:03:41PM +0800, Xiao Guangrong wrote:
> > > > On 08/
Hello,
On Wed, Aug 22, 2012 at 10:04:02AM -0700, Kent Overstreet wrote:
> +#define BIO_KMALLOC_POOL NULL
I would much prefer just doing
if (!bs) {
/* do kmalloc/kfree thing */
} else {
/* do bioset thing */
}
NULL @bs indicating no bioset
On Wednesday 22 August 2012, Stephen Warren wrote:
> On 08/22/2012 06:53 AM, Arnd Bergmann wrote:
> > I've created this series some time ago, and updated it now to
> > v3.6-rc1. The idea is to get us a big step closer to the
> > single zImage kernel across multiple ARM platforms by
> > untangling t
On Mon, Aug 20, 2012 at 09:47:15PM -0700, Hugh Dickins wrote:
> On Mon, 20 Aug 2012, Aristeu Rozanski wrote:
> > On Mon, Aug 20, 2012 at 12:10:09AM -0700, Hugh Dickins wrote:
> > > Yes, it looks nice to me. I might have preferred more as inlines in
> > > the header file to lower the slight init/ev
On Wed, Aug 22, 2012 at 12:22:41PM -0700, Kent Overstreet wrote:
> On Wed, Aug 22, 2012 at 08:43:52PM +0300, Adrian Bunk wrote:
> > On Wed, Aug 22, 2012 at 10:04:05AM -0700, Kent Overstreet wrote:
> > >...
> > > --- a/include/linux/blk_types.h
> > > +++ b/include/linux/blk_types.h
> > > @@ -117,6 +
Fix the following Oops in 3.5.1:
BUG: unable to handle kernel NULL pointer dereference at 0038
IP: [] nfs_lookup_revalidate+0x2d/0x480 [nfs]
PGD 337c63067 PUD 0
Oops: [#1] SMP
CPU 5
Modules linked in: nfs fscache nfsd lockd nfs_acl auth_rpcgss sunrpc af_packet
binfmt_misc c
I am OK with the changes. We have a few more coming soon to improve the kdump
process when hpwdt is running. Just a heads up.
Thanks,
Tom
-Original Message-
From: wi...@spo001.leaseweb.com [mailto:wi...@spo001.leaseweb.com] On Behalf Of
Wim Van Sebroeck
Sent: Wednesday, August 22, 2012
On Wed, Aug 22, 2012 at 12:58:05PM -0700, Andrew Morton wrote:
> If you can suggest some text I'll type it in right now.
Ok ;), I tried below:
This is safe to start by updating the secondary MMUs, because the
relevant primary MMU pte invalidate must have already happened with a
ptep_clear_flush b
Hello,
On Wed, Aug 22, 2012 at 10:04:03AM -0700, Kent Overstreet wrote:
> Previously, bio_kmalloc() and bio_alloc_bioset() behaved slightly
> different because there was some almost-duplicated code - this fixes
> that issue.
What were those slight differences? Why is it safe to change the
behavi
Andrea Arcangeli writes:
> +/*
> + * In this function we build a temporal CPU_node<->page relation by
> + * using a two-stage autonuma_last_nid filter to remove short/unlikely
> + * relations.
> + *
> + * Using P(p) ~ n_p / n_t as per frequentest probability, we can
> + * equate a node's CPU usag
Naoya Horiguchi writes:
> Hi,
>
> Based on the previous discussion, in this version I propose only error
> reporting fix ("overwrite recovery" is sparated out from this series.)
>
> I think Fengguang's patch (patch 2 in this series) has a corner case
> about inode cache drop, so I added patch 3 f
On Wed, 22 Aug 2012, Aristeu Rozanski wrote:
> On Mon, Aug 20, 2012 at 09:47:15PM -0700, Hugh Dickins wrote:
> > On Mon, 20 Aug 2012, Aristeu Rozanski wrote:
> > > On Mon, Aug 20, 2012 at 12:10:09AM -0700, Hugh Dickins wrote:
> > > > Yes, it looks nice to me. I might have preferred more as inlines
Hello, Kent.
On Wed, Aug 22, 2012 at 10:04:04AM -0700, Kent Overstreet wrote:
> Previously, if we ever try to allocate more than once from the same bio
> set while running under generic_make_request(), we risk deadlock.
>
> This would happen if e.g. a bio ever needed to be split more than once,
>
On 08/22/2012 02:22 AM, Sebastian Hesselbarth wrote:
> This patch adds a pinctrl driver core for Marvell SoCs plus DT
> binding documentation. This core driver will be used by SoC family
> specific drivers, i.e. Armada XP, Armada 370, Dove, Kirkwood, aso.
> +++ b/Documentation/devicetree/bindings/
On 08/22/2012 02:22 AM, Sebastian Hesselbarth wrote:
> This commits adds the necessary device tree information to define the
> compatible property for the pinctrl driver instance of Armada XP SoCs.
>
> Until now, the device tree representation considered the Armada XP as
> a single SoC. But in fac
Hello, Kent.
On Wed, Aug 22, 2012 at 10:04:07AM -0700, Kent Overstreet wrote:
> @@ -672,7 +672,6 @@ void bio_integrity_trim(struct bio *bio, unsigned int
> offset,
>
> BUG_ON(bip == NULL);
> BUG_ON(bi == NULL);
> - BUG_ON(!bio_flagged(bio, BIO_CLONED));
>
> nr_sectors =
On 08/22/2012 02:22 AM, Sebastian Hesselbarth wrote:
> This commits adds the necessary device tree information to define the
> compatible property for the pinctrl driver instance of Armada 370 SoC.
> diff --git a/arch/arm/boot/dts/armada-370.dtsi
> b/arch/arm/boot/dts/armada-370.dtsi
> +
> +
On Tue, Aug 21, 2012 at 11:00 PM, NeilBrown wrote:
> On Wed, 22 Aug 2012 11:57:02 +0800 Yuanhan Liu
> wrote:
>
>>
>> -#define NR_STRIPES 256
>> +#define NR_STRIPES 1024
>
> Changing one magic number into another magic number might help your case, but
> it not really a general
With the input_mt_sync_frame() function in place, there is no longer
any need to keep the full touch state in the driver. This patch
removes the slot state and replaces the lookup code with the input-mt
equivalent. The initialization code is moved to mt_input_configured(),
to make sure the full HID
A mid-week -rc release to match the mid-week rc2 release. It's just
six days since rc2, but I'm not only making up for the longer -rc2,
I'm also on the airport for San Diego, spending a few days there
before the kernel summit.
Also, it's already pretty big, probably because some people held off
as
On Wed, Aug 22, 2012 at 01:25:06PM -0700, Hugh Dickins wrote:
> > > Probably more important would be to remove spin_lock() and spin_unlock()
> > > (and INIT_LIST_HEAD) from simple_xattrs_free() - those are unnecessary
> > > in shmem_evict_inode(), and wouldn't they be unnecessary whenever
> > > sim
Hello, Kent.
On Wed, Aug 22, 2012 at 10:04:08AM -0700, Kent Overstreet wrote:
> This changes bio_pair_split() to use the new bio_split() underneath,
> which gets rid of the single page bio limitation. The various callers
> are fixed up for the slightly different struct bio_pair, and to remove
> th
On 08/21/2012 02:47 PM, Tony Prisk wrote:
> Bindings for gpio, interrupt controller, power management controller,
> timer, realtime clock, serial uart, ehci and uhci controllers and
> framebuffer controllers used on the arch-vt8500 platform.
>
> Framebuffer binding also specifies a 'display' node
On Wed, Aug 22, 2012 at 10:04:09AM -0700, Kent Overstreet wrote:
> Previously, there was bio_clone() but it only allocated from the fs bio
> set; as a result various users were open coding it and using
> __bio_clone().
>
> This changes bio_clone() to become bio_clone_bioset(), and then we add
> bi
Hello, Kent.
On Wed, Aug 22, 2012 at 10:04:10AM -0700, Kent Overstreet wrote:
> bcache creates large bios internally, and then splits them according to
> the device requirements before it sends them down. If a lower level
> device tries to clone the bio, and the original bio had more than
> BIO_MA
On Wed, Aug 22, 2012 at 01:22:36PM -0700, Andi Kleen wrote:
> Naoya Horiguchi writes:
>
> > Hi,
> >
> > Based on the previous discussion, in this version I propose only error
> > reporting fix ("overwrite recovery" is sparated out from this series.)
> >
> > I think Fengguang's patch (patch 2 in t
This patch adds a new device driver to support IBM virtual TPM
(vTPM) for PPC64. IBM vTPM is supported through the adjunct
partition with firmware release 740 or higher. With vTPM
support, each lpar is able to have its own vTPM without the
physical TPM hardware.
This driver provides TPM function
On 23/08/2012, at 12:14 AM, Bob Tracy wrote:
Kernel version 3.6.0-rc2, and probably -rc1 as well. I get the
following compile-time error on alpha architecture:
(...)
CC net/core/sock.o
net/core/sock.c:274:36: error: initializer element is not constant
Try v3.6-rc3. It should be fixed n
On Wed, 22 Aug 2012, Andi Kleen wrote:
> Andrea Arcangeli writes:
> > + /*
> > +* Take the lock with irqs disabled to avoid a lock
> > +* inversion with the lru_lock. The lru_lock is taken
> > +* before the autonuma_migrate_lock in
> > +* s
Hi Andi,
On Wed, Aug 22, 2012 at 01:19:04PM -0700, Andi Kleen wrote:
> Andrea Arcangeli writes:
>
> > +/*
> > + * In this function we build a temporal CPU_node<->page relation by
> > + * using a two-stage autonuma_last_nid filter to remove short/unlikely
> > + * relations.
> > + *
> > + * Using
On Wed, 2012-08-22 at 10:03 -0700, Kent Overstreet wrote:
> With the old code, when you allocate a bio from a bio pool you have to
> implement your own destructor that knows how to find the bio pool the
> bio was originally allocated from.
>
> This adds a new field to struct bio (bi_pool) and chan
On 08/22/2012 05:50 AM, Linus Walleij wrote:
On Sat, Aug 18, 2012 at 12:17 AM, Christopher Heiny
wrote:
This patch implements a driver supporting Synaptics ClearPad and other
touchscreen sensors that use the RMI4 protocol, as defined here:
Nice!
This patch is against the v2.6.38 tag of Lin
On Wed, Aug 22, 2012 at 10:03:59AM -0700, Kent Overstreet wrote:
> Previously, dm_rq_clone_bio_info needed to be freed by the bio's
> destructor to avoid a memory leak in the blk_rq_prep_clone() error path.
> This gets rid of a memory allocation and means we can kill
> dm_rq_bio_destructor.
>
> v6
On Wed, 2012-08-22 at 15:07 -0600, Stephen Warren wrote:
> On 08/21/2012 02:47 PM, Tony Prisk wrote:
> > Bindings for gpio, interrupt controller, power management controller,
> > timer, realtime clock, serial uart, ehci and uhci controllers and
> > framebuffer controllers used on the arch-vt8500 pl
On 08/22/2012 12:15 AM, Eric Dumazet wrote:
This particular commit is the start of a patches batch that ended in the
generic TCP coalescing mechanism.
It is known to have problem on drivers doing skb_clone() in their rx
path.
Current kernels should be ok, because coalescing doesnt happen if th
* Rik van Riel wrote:
> On 08/22/2012 10:58 AM, Andrea Arcangeli wrote:
> >Hello everyone,
> >
> >Before the Kernel Summit, I think it's good idea to post a new
> >AutoNUMA24 and to go through a new review cycle. The last review cycle
> >has been fundamental in improving the patchset. Thanks!
>
On Wed, Aug 22, 2012 at 06:47:20PM +0800, xiaoyan.zh...@intel.com wrote:
> From: Xiaoyan Zhang
>
> The Physical Presence Interface enables the OS and the BIOS to cooperate to
> provide a simple and straightforward platform user experience for
> administering the TPM without sacrificing security.
On Wed, Aug 22, 2012 at 04:17:43PM -0500, Ashley Lai wrote:
> This patch adds a new device driver to support IBM virtual TPM
> (vTPM) for PPC64. IBM vTPM is supported through the adjunct
> partition with firmware release 740 or higher. With vTPM
> support, each lpar is able to have its own vTPM w
On Wed, 2012-08-22 at 20:28 +0200, Eric Dumazet wrote:
>
> Thats interesting, but if you really want this to fly, one RCU
> conversion would be much better ;)
>
> pde_users would be an atomic_t and you would avoid the spinlock
> contention.
Here is what I had in mind, I would be interested to k
On Wed, Aug 22, 2012 at 01:01:19PM +, Arnd Bergmann wrote:
> These are lots of device drivers that include machine
> specific header files from ARM platforms and that are
> not easily scriptable. The changes have been found through
> manual inspection and should cause no visible changes
> becau
On Wednesday, August 22, 2012 09:08:00 PM Linus Walleij wrote:
> On Sat, Aug 18, 2012 at 12:17 AM, Christopher Heiny
> wrote:
>
> > +/* Helper fn to convert a byte array representing a short in the RMI
> > + * endian-ness to a short in the native processor's specific endianness.
Is RMI-endiannes
From: Casey Schaufler
Subject: [PATCH] Smack: setprocattr memory leak fix
The data structure allocations being done in prepare_creds
are duplicated in smack_setprocattr. This results in the
structure allocated in prepare_creds being orphaned and
never freed. The duplicate code is removed from
sma
Got a hint via IRC, that I should not send patch idea for review to
"generic" list, but to maintainers and last (or relevant) comitters of code.
http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=commitdiff;h=bf2a9a39639b8b51377905397a5005f444e9a892
CC to generic just for the rec
On 08/20/2012 04:23 PM, H. Peter Anvin wrote:
> On 08/17/2012 07:30 AM, Borislav Petkov wrote:
>> Hi guys,
>>
>> please pull, thanks.
>>
>> The following changes since commit
>> d9875690d9b89a866022ff49e3fcea892345ad92:
>>
>>Linux 3.6-rc2 (2012-08-16 14:51:24 -0700)
>>
>> are available in the g
On Wed, Aug 22, 2012 at 09:55:12PM +0200, Wim Van Sebroeck wrote:
> Any idea why the acpi_check_resource_conflict() check gives a conflict?
Because the resource range is declared in ACPI and we assume that that
means the firmware wants to scribble on it. We'd need the output of
acpidump to work
On Wed, 22 Aug 2012 13:47:07 -0700 Dan Williams wrote:
> On Tue, Aug 21, 2012 at 11:00 PM, NeilBrown wrote:
> > On Wed, 22 Aug 2012 11:57:02 +0800 Yuanhan Liu
> > wrote:
> >
> >>
> >> -#define NR_STRIPES 256
> >> +#define NR_STRIPES 1024
> >
> > Changing one magic number int
Hi,
Please find the latest report on new defect(s) that have been introduced to the
Linux Kernel found with Coverity SCAN.
Defect(s) Reported-by: Coverity Scan:
___
** CID 716812: Unchecked return value (CHECKED_RETURN)
/
Hi, all:
I'm going to try to organize a keysigning party at the Kernel Summit. As
it is pretty late in the game, I'm not sure we'd be able to fit it into
the schedules, but it doesn't hurt to try.
We'll be using the "hashed list" approach to make this quick and easy.
If you are not familiar with
On Wed, 2012-08-22 at 16:59 +0200, Andrea Arcangeli wrote:
> From: Vaidyanathan Srinivasan
>
> * PMD flaging is not required in powerpc since large pages
> are tracked in ptes.
> * Yet to be tested with large pages
> * This is an initial patch that partially works
> * knuma_
Hello Linus,
could you please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git for_linus
to get a couple of fixes (udf, reiserfs, ext3) that accumulated over my
vacation.
Top of the tree is 68766a2. The full shortlog is:
Ashish Sangwan (1):
UDF: During mount
Hi,
New USB input driver for eBeam devices.
Currently supported (tested) :
- Luidia eBeam classic projection and edge projection models
- Nec "interactive solution" NP01Wi1 & NP01Wi2 accessories.
In fact, from basic usb point of view, all these devices are
indistinguishable : they have the same
Signed-off-by: Yann Cantin
---
drivers/hid/hid-core.c |3 +++
drivers/hid/hid-ids.h |3 +++
2 files changed, 6 insertions(+)
diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c
index 60ea284..efc68c8 100644
--- a/drivers/hid/hid-core.c
+++ b/drivers/hid/hid-core.c
@@ -1908,6 +
Signed-off-by: Yann Cantin
---
drivers/input/misc/Kconfig | 22 ++
drivers/input/misc/Makefile |1 +
drivers/input/misc/ebeam.c | 766 +++
3 files changed, 789 insertions(+)
create mode 100644 drivers/input/misc/ebeam.c
diff --git a/drivers/inpu
On Wed, Aug 22, 2012 at 11:40:48PM +0200, Ingo Molnar wrote:
>
> * Rik van Riel wrote:
>
> > On 08/22/2012 10:58 AM, Andrea Arcangeli wrote:
> > >Hello everyone,
> > >
> > >Before the Kernel Summit, I think it's good idea to post a new
> > >AutoNUMA24 and to go through a new review cycle. The la
This patch makes the SLC NAND driver independent of the single AMBA DMA engine
driver by using the platform data provided dma_filter callback.
(This also fixes the build error of the SLC NAND driver in case of module
linking because the (not exported) reference to pl08x_filter_id is gone now.)
Si
This patch makes the MLC NAND driver independent of the single AMBA DMA engine
driver by using the platform data provided dma_filter callback.
(This also fixes the build error of the MLC NAND driver in case of module
linking because the (not exported) reference to pl08x_filter_id is gone now.)
Si
On Fri, Aug 17, 2012 at 12:33:39PM +0800, Michael Wang wrote:
> From: Michael Wang
>
> This patch replaces list_for_each_continue_rcu() with
> list_for_each_entry_continue_rcu() to allow removing
> list_for_each_continue_rcu().
Applied, thanks.
--
To unsubscribe from this list: send the line "un
There isn't much reason to use custom workqueue in nvec. It can use
system_nrt_wq instead and cancel the two work items on removal.
Signed-off-by: Tejun Heo
---
Marc, I think I'll do this conversion in two steps. system_nrt_wq ->
system_wq conversion should be trivial after 3.7 merge window.
T
On Thu, Aug 23, 2012 at 08:01:47AM +1000, Benjamin Herrenschmidt wrote:
> On Wed, 2012-08-22 at 16:59 +0200, Andrea Arcangeli wrote:
> > diff --git a/arch/powerpc/include/asm/pgtable.h
> > b/arch/powerpc/include/asm/pgtable.h
> > index 2e0e411..5f03079 100644
> > --- a/arch/powerpc/include/asm/pgt
>
> This comment seems quite accurate to me (btw I taken it from
> sched-numa rewrite with minor changes).
I had expected it to describe the next function. If it's a strategic
overview maybe it should be somewhere else.
> Disabling irqs around lru_lock was an optimization to avoid increasing
> t
On Wed, Aug 22, 2012 at 01:50:16AM -0300, Herton Ronaldo Krzesinski wrote:
> On Tue, Aug 21, 2012 at 06:55:30PM +0200, Daniel Vetter wrote:
> > On Tue, Aug 21, 2012 at 3:11 PM, Herton Ronaldo Krzesinski
> > wrote:
> > > On Tue, Aug 21, 2012 at 08:42:35AM +0200, Daniel Vetter wrote:
> > >> On Tue,
Hi Andi,
On Thu, Aug 23, 2012 at 12:37:33AM +0200, Andi Kleen wrote:
> >
> > This comment seems quite accurate to me (btw I taken it from
> > sched-numa rewrite with minor changes).
>
> I had expected it to describe the next function. If it's a strategic
> overview maybe it should be somewhere e
On 08/21/2012 02:16 AM, Borislav Petkov wrote:
> On Mon, Aug 20, 2012 at 04:23:09PM -0700, H. Peter Anvin wrote:
>>> git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git
>>> tags/microcode-updates-for-3.7
>>>
>> Hmmm... this isn't actually present on git.kernel.org, and 01/12
>> is missing from
Here's a small collection of MSM patches I have lying around.
The first removes a useless file and hook that nobody is using.
The second marks some functions static in clock-pcom.c since
they aren't used outside the file and the last removes idle.c
because it's dead code.
Stephen Boyd (3):
ARM:
Forcing arm_pm_idle to be msm_idle() doesn't make sense in
configurations that don't have CONFIG_MSM7X00A_IDLE=y (i.e. any
targets that aren't 7x00a). Furthermore, that config doesn't even
exist, so this entire file is dead code. Just remove it so we can
use the default idle support on MSM.
Signed
These functions are only used within clock-pcom.c, therefore mark
them as static.
Signed-off-by: Stephen Boyd
---
arch/arm/mach-msm/clock-pcom.c | 18 +-
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/arch/arm/mach-msm/clock-pcom.c b/arch/arm/mach-msm/clock-pcom.c
This reset hook is never assigned and is dead code. Remove it so
we have one less header file in the mach directory.
Signed-off-by: Stephen Boyd
---
arch/arm/mach-msm/board-mahimahi.c | 1 -
arch/arm/mach-msm/board-sapphire.c | 1 -
arch/arm/mach-msm/include/mach/system.h | 19 --
On Thu, 2012-08-23 at 08:01 +1000, Benjamin Herrenschmidt wrote:
> On Wed, 2012-08-22 at 16:59 +0200, Andrea Arcangeli wrote:
> > From: Vaidyanathan Srinivasan
> >
> > * PMD flaging is not required in powerpc since large pages
> > are tracked in ptes.
> > * Yet to be tested with lar
Add this entry to the Makefile so that we can build the dtb
automatically with 'make dtbs'.
Signed-off-by: Stephen Boyd
---
arch/arm/mach-msm/Makefile.boot | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/mach-msm/Makefile.boot b/arch/arm/mach-msm/Makefile.boot
index 9b803a5..8de06
Two small fixes to 8660 DT support so that it boots up
and gets interrupts and so that we can build the dtb via
kernel Makefiles with 'make dtbs'.
Stephen Boyd (2):
ARM: MSM: Add handle_irq handler for 8660 DT machine
ARM: MSM: Add msm8660-surf.dts to Makefile.boot
arch/arm/mach-msm/Makefile
Commit 041f777 (ARM: msm: convert SMP platforms to
CONFIG_MULTI_IRQ_HANDLER, 2011-09-06) forgot to add the
.handle_irq for the DT machine record. Add it so we get
interrupts instead of panics on DT enabled bootloaders.
Signed-off-by: Stephen Boyd
---
arch/arm/mach-msm/board-msm8x60.c | 1 +
1 fi
From: Stephen Warren
This will allow other types of UUID to be stored here, aside from true
UUIDs. This also simplifies code that uses this field, since it's
usually constructed from a, used as a, or compared to other, strings.
Note: A simplistic approach here would be to set uuid_str[36]=0 when
From: Stephen Warren
Reduce the minimum length for a root=PARTUUID= parameter to be
considered valid from 36 to 1. EFI/GPT partition UUIDs are always
exactly 36 characters long, hence the previous limit. However, the
next patch will support DOS/MBR UUIDs too, which have a different,
shorter, form
From: Stephen Warren
The MSDOS/MBR partition table includes a 32-bit unique ID, often referred
to as the NT disk signature. When combined with a partition number within
the table, this can form a unique ID similar in concept to EFI/GPT's
partition UUID. Constructing and recording this value in st
This started showing up after todays pull.
==
[ INFO: HARDIRQ-safe -> HARDIRQ-unsafe lock order detected ]
3.6.0-rc3+ #35 Not tainted
--
trinity-main/5043 [HC0[0]:SC0[0]:HE0:SE1] is trying to a
Hi Benjamin,
On Thu, Aug 23, 2012 at 08:56:34AM +1000, Benjamin Herrenschmidt wrote:
> What I mean here is that it's fine as a proof of concept ;-) I don't
> like it being in a series aimed at upstream...
>
> We can try to flush out the issues, but as it is, the patch isn't
> upstreamable imho.
Commit-ID: 36bf50d7697be18c6bfd0401e037df10bff1e573
Gitweb: http://git.kernel.org/tip/36bf50d7697be18c6bfd0401e037df10bff1e573
Author: Andreas Herrmann
AuthorDate: Tue, 31 Jul 2012 15:41:45 +0200
Committer: H. Peter Anvin
CommitDate: Wed, 22 Aug 2012 16:10:41 -0700
x86, microcode, AMD:
NFC is using a number of custom ordered workqueues w/ WQ_MEM_RECLAIM.
WQ_MEM_RECLAIM is unnecessary unless NFC is gonna be used as transport
for storage device, and all use cases match one work item to one
ordered workqueue - IOW, there's no actual ordering going on at all
and using system_nrt_wq g
On Wed, Aug 22 2012, Glauber Costa wrote:
I am fine with either, I just need a clear sign from you guys so I don't
keep deimplementing and reimplementing this forever.
>>>
>>> I would be for make it simple now and go with additional features later
>>> when there is a demand for them
On 08/22/2012 03:48 PM, H. Peter Anvin wrote:
>
> Weird. I have never had to git fetch --tags before...
>
OK, sorted. Next complaint... please don't mix urgent (for the current
version) and non-urgent (for next) in the same pull request.
I have sorted it out, but it made things take a lot lon
On Wednesday, August 22, 2012, Linus Walleij wrote:
> On Sat, Aug 18, 2012 at 12:17 AM, Christopher Heiny
> wrote:
>
> (...)
> > +#ifdef CONFIG_HAS_EARLYSUSPEND
> > +#include
> > +#endif
>
> This does not exist in the mainline kernel, I can see you're having fun with
> Android ... check with Ra
On 08/14/2012 03:39 PM, Jacob Shin wrote:
> Currently direct mappings are created for [ 0 to max_low_pfn< and [ 4GB to max_pfn< backed by actual DRAM. This is fine for holes under 4GB which are covered
> by fixed and variable range MTRRs to be UC. However, we run into trouble
> on higher memory add
Commit-ID: bb9d3e473d5b324907e15dff4e54410b28ea50e2
Gitweb: http://git.kernel.org/tip/bb9d3e473d5b324907e15dff4e54410b28ea50e2
Author: Borislav Petkov
AuthorDate: Fri, 3 Aug 2012 15:26:50 +0200
Committer: H. Peter Anvin
CommitDate: Wed, 22 Aug 2012 16:14:44 -0700
x86, microcode: Drop u
$ usb-devices
T: Bus=04 Lev=04 Prnt=04 Port=02 Cnt=01 Dev#= 9 Spd=12 MxCh= 0
D: Ver= 2.00 Cls=ff(vend.) Sub=01 Prot=01 MxPS=64 #Cfgs= 1
P: Vendor=05ac ProdID=821d Rev=00.86
S: Manufacturer=Apple Inc.
S: Product=Bluetooth USB Host Controller
C: #Ifs= 4 Cfg#= 1 Atr=e0 MxPwr=0mA
I: If#= 0 A
Commit-ID: 09c3f0d883300c8fc2bb62e9a70cf89a2ada9a80
Gitweb: http://git.kernel.org/tip/09c3f0d883300c8fc2bb62e9a70cf89a2ada9a80
Author: Borislav Petkov
AuthorDate: Mon, 23 Jul 2012 20:15:10 +0200
Committer: H. Peter Anvin
CommitDate: Wed, 22 Aug 2012 16:14:52 -0700
x86, microcode: Clean
Commit-ID: e43f6e67ec1c142550860bbe0b51166c5ee4cac8
Gitweb: http://git.kernel.org/tip/e43f6e67ec1c142550860bbe0b51166c5ee4cac8
Author: Borislav Petkov
AuthorDate: Wed, 1 Aug 2012 19:17:01 +0200
Committer: H. Peter Anvin
CommitDate: Wed, 22 Aug 2012 16:15:16 -0700
x86, microcode: Straig
This is an equivalent conversion and will ease scheduled removal of
WQ_NON_REENTRANT.
Signed-off-by: Tejun Heo
---
drivers/gpu/drm/i915/i915_dma.c |6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/drivers/gpu/drm/i915/i915_dma.c b/drivers/gpu/drm/i915/i915_dma.c
index
Commit-ID: e7e632f5ba240fbc313c49ed6559681ea57534e9
Gitweb: http://git.kernel.org/tip/e7e632f5ba240fbc313c49ed6559681ea57534e9
Author: Borislav Petkov
AuthorDate: Fri, 20 Jul 2012 14:12:21 +0200
Committer: H. Peter Anvin
CommitDate: Wed, 22 Aug 2012 16:15:26 -0700
x86, microcode, AMD:
On 08/22/2012 05:52 PM, Kent Yoder wrote:
Hi James,
The following changes since commit 51b743fe87d7fb3dba7a2ff4a1fe23bb65dc2245:
Merge tag 'v3.6-rc2' into next (2012-08-17 20:42:30 +1000)
are available in the git repository at:
git://github.com/shpedoikal/linux.git v3.6-rc2-tpmdd
Ne
Commit-ID: 685ca6d797af9d41164dd64dd60145d4946fc152
Gitweb: http://git.kernel.org/tip/685ca6d797af9d41164dd64dd60145d4946fc152
Author: Borislav Petkov
AuthorDate: Wed, 20 Jun 2012 16:17:51 +0200
Committer: H. Peter Anvin
CommitDate: Wed, 22 Aug 2012 16:15:41 -0700
x86, microcode, AMD:
Commit-ID: 5f5b747282c6cc57b91baba37f76de27398b9e60
Gitweb: http://git.kernel.org/tip/5f5b747282c6cc57b91baba37f76de27398b9e60
Author: Borislav Petkov
AuthorDate: Wed, 25 Jul 2012 20:06:54 +0200
Committer: H. Peter Anvin
CommitDate: Wed, 22 Aug 2012 16:15:50 -0700
x86, microcode, AMD:
Commit-ID: 48e30685caa8bdc4b8d4417d8ac31db59689742c
Gitweb: http://git.kernel.org/tip/48e30685caa8bdc4b8d4417d8ac31db59689742c
Author: Borislav Petkov
AuthorDate: Thu, 26 Jul 2012 15:51:00 +0200
Committer: H. Peter Anvin
CommitDate: Wed, 22 Aug 2012 16:15:58 -0700
x86, microcode: Add a
Commit-ID: c96d2c0905cc48e34f2b37b775b59932c416b343
Gitweb: http://git.kernel.org/tip/c96d2c0905cc48e34f2b37b775b59932c416b343
Author: Borislav Petkov
AuthorDate: Wed, 1 Aug 2012 14:55:01 +0200
Committer: H. Peter Anvin
CommitDate: Wed, 22 Aug 2012 16:16:11 -0700
x86, microcode, AMD: A
501 - 600 of 725 matches
Mail list logo