Use regmap_update_bits() to replace regmap_read() + regmap_write().
With this patch, we only show the error message when regmap_update_bits()
fails.
Signed-off-by: Axel Lin
---
drivers/leds/leds-lm3642.c | 15 +++
1 file changed, 3 insertions(+), 12 deletions(-)
diff --git a/drive
From: Julien Pichon
The following patch allows users to use KGDB over serial console on
board based on Samsung SOC. It has been tested on a board using
exynos5.
Signed-off-by: Julien Pichon
Signed-off-by: Doug Anderson
(dianders changed poll to return NO_POLL_CHAR, which appears to
fix 'help'
on 09/22/2012 01:53 AM Francois Romieu wrote the following:
> You did experience a failure with a 3.5.4 kernel. Can you try a 3.2.x if
> your vendor provides one ?
>
The vendor does not provide a 3.x kernel. But I will compile one.
Do you want me to run the r8169 make tests, if the r8169 of the
...
> >> So on so forth.
> >> Anyway how can you write chunks of data in parallel when
> >> already some worker
> >> thread is writing i.e. the system is busy.
> >> Analogy: Suppose you are ambidextrous and you are eating.Can
> >> you eat with
> >> both of your hands at a time?So worker thread ar
Hello,
On Fri, Sep 21, 2012 at 11:05 PM, anish singh
wrote:
> Assuming single core,Is my explanation correct about concurrency?
Yes, for bound workqueues, that's correct. Concurrency management
doesn't apply to unbound ones tho. Didn't notice Deepawali's test case
either just didn't take long en
On Sat, Sep 22, 2012 at 10:57 AM, Daniel Taylor wrote:
>
>
>> -Original Message-
>> From: linux-kernel-ow...@vger.kernel.org
>> [mailto:linux-kernel-ow...@vger.kernel.org] On Behalf Of anish singh
>> Sent: Friday, September 21, 2012 9:25 PM
>> To: Deepawali Verma
>> Cc: Tejun Heo; linux-ke
> -Original Message-
> From: linux-kernel-ow...@vger.kernel.org
> [mailto:linux-kernel-ow...@vger.kernel.org] On Behalf Of anish singh
> Sent: Friday, September 21, 2012 9:25 PM
> To: Deepawali Verma
> Cc: Tejun Heo; linux-kernel@vger.kernel.org
> Subject: Re: Work queue questions
>
>
On 9/22/12, Anton Vorontsov wrote:
> On Fri, Sep 21, 2012 at 06:49:37PM +0900, Chanwoo Choi wrote:
>> This patch add support sysfs entry for each charger(regulator).
>> Charger-manager use one or more chargers for charging battery but
>> some charger isn't necessary on specific scenario. So, if so
Hi Laurent,
Thanks for the review.
On Thu, Sep 20, 2012 at 3:31 AM, Laurent Pinchart
wrote:
> Hi Prabhakar,
>
> Thanks for the patch.
>
> On Friday 14 September 2012 18:16:31 Prabhakar Lad wrote:
>> From: Manjunath Hadli
>>
>> add support for dm3xx IPIPEIF hardware setup. This is the
>> lowest
On Fri, Sep 21, 2012 at 5:35 PM, Fengguang Wu wrote:
> Hi Taku,
>
> The below oops is pretty reproducible, and shows up first in:
>
> tree: git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
> pci/taku-acpi-pci-host-bridge-v3
> head: e3faec8ea9c8aa683c56fa20ff2c58a4c5857960
> commi
On Sat, Sep 22, 2012 at 1:05 AM, Deepawali Verma wrote:
> Hi Tajun,
>
> These three tasks are writing the three chunks of data in parallel. I
> am not getting improvement here otherwise what is difference between
> writing these chunks one by one in single thread instead of trying to
> write the d
> This commit uses the managed resource allocation functions to simplify
> the cleanup paths on error and removal.
>
> Signed-off-by: Thierry Reding
Tested-by: Qin Rui
Acked-by: Guan Xuetao
Thanks & Regards,
Guan Xuetao
> ---
> arch/unicore32/kernel/pwm.c | 47
> +
> This commit moves the driver to drivers/pwm and converts it to the new
> PWM framework.
>
> Signed-off-by: Thierry Reding
Tested-by: Qin Rui
Acked-by: Guan Xuetao
Thanks & Regards,
Guan Xuetao
> ---
> arch/unicore32/Kconfig | 12 +--
> arch/unicore32/kernel/Makefile | 1 -
> ar
> Calling the actual probing function through a proxy isn't required and
> makes the code needlessly complex.
>
> Signed-off-by: Thierry Reding
Tested-by: Qin Rui
Acked-by: Guan Xuetao
Thanks & Regards,
Guan Xuetao
> ---
> arch/unicore32/kernel/pwm.c | 23 ++-
> 1 file c
> Some of the boilerplate code can be eliminated by using this macro. The
> driver was previously registered with an arch_initcall(), so technically
> this is no longer the same, but when the driver is moved to the PWM
> framework, deferred probing will take care of any driver probe ordering
> issu
Currently the driver has no MODULE_LICENSE attribute in its source which
results in a kernel taint if I load this:
root@(none):~# modprobe bcm87xx
bcm87xx: module license 'unspecified' taints kernel.
Since the first lines of the source code clearly state:
* This file is subject to the terms and
From: JP Abgrall
There was a case that might have seemed like new_tag_stat was not
initialized and actually used.
Added comment explaining why it was impossible, and a BUG()
in case the logic gets changed.
Cc: net...@vger.kernel.org
Cc: JP Abgrall
Cc: Ashish Sharma
Cc: Peter P Waskiewicz Jr
S
From: JP Abgrall
When updating the stats for a given uid it would incorrectly assume
IPV4 and pick up the wrong protocol when IPV6.
Cc: net...@vger.kernel.org
Cc: JP Abgrall
Cc: Ashish Sharma
Cc: Peter P Waskiewicz Jr
Signed-off-by: JP Abgrall
[Small compile fix for ipv6_find_hdr() -jstultz]
From: JP Abgrall
qtaguid tracks the device stats by monitoring when it goes up and down,
then it gets the dev_stats().
But devs don't correctly report stats (either they don't count headers
symmetrically between rx/tx, or they count internal control messages).
Now qtaguid counts the rx/tx bytes/
From: Ashish Sharma
Rename INTERFACE to LABEL in netlink notification.
Cc: net...@vger.kernel.org
Cc: JP Abgrall
Cc: Ashish Sharma
Cc: Peter P Waskiewicz Jr
Signed-off-by: Ashish Sharma
Signed-off-by: John Stultz
---
net/netfilter/xt_IDLETIMER.c | 12 ++--
1 file changed, 6 inser
During Kernel Summit, I mentioned that one area of the Android patch
set that hasn't had seemed to have had much discussion were the
netfilter changes.
PJ Waskiewicz asked more about them, and I sent them along to him
to briefly review, and he suggested sending them out for wider review.
So here
From: JP Abgrall
Send notifications when the label becomes active after an idle period.
Send netlink message notifications in addition to sysfs notifications.
Using a uevent with
subsystem=xt_idletimer
INTERFACE=...
STATE={active,inactive}
This is backport from common android-3.0
commit: b
From: JP Abgrall
The socket matching function has some nifty logic to get the struct sock
from the skb or from the connection tracker.
We export this so other xt_* can use it, similarly to ho how
xt_socket uses nf_tproxy_get_sock.
Cc: net...@vger.kernel.org
Cc: JP Abgrall
Cc: Ashish Sharma
Cc:
Hi,
loading iio_dummy results in kernel panic as the call to
iio_buffer_register in iio_dummy_probe is performed with indio_dev->buffer ==
NULL and thus the access to indio_dev->buffer->attrs results in this
oops/panic.
Thanks,
Peter
Steps to reproduce:
#modprobe iio_dummy
iio_dummy: module
Hi Randy,
On Fri, 21 Sep 2012 08:23:09 -0700 Randy Dunlap wrote:
>
> on uml for x86_64 defconfig:
>
> fs/binfmt_elf.c: In function 'fill_files_note':
> fs/binfmt_elf.c:1419:2: error: implicit declaration of function 'vmalloc'
> fs/binfmt_elf.c:1419:7: warning: assignment makes pointer from integ
From: "Eric W. Biederman"
Cc: Evgeniy Dushistov
Acked-by: Serge Hallyn
Signed-off-by: Eric W. Biederman
---
fs/ufs/inode.c | 16
init/Kconfig |1 -
2 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/fs/ufs/inode.c b/fs/ufs/inode.c
index dd7c89d..eb6d0b7 10
From: "Eric W. Biederman"
Cc: Dave Kleikamp
Signed-off-by: Eric W. Biederman
---
fs/jfs/file.c |4 ++--
fs/jfs/jfs_imap.c | 22 --
fs/jfs/jfs_incore.h |8
fs/jfs/super.c | 22 +++---
init/Kconfig|1 -
5 files cha
From: "Eric W. Biederman"
Cc: Mikulas Patocka
Acked-by: Serge Hallyn
Signed-off-by: Eric W. Biederman
---
fs/hpfs/hpfs_fn.h |4 ++--
fs/hpfs/inode.c | 19 +++
fs/hpfs/namei.c |8
fs/hpfs/super.c | 18 +++---
init/Kconfig |1 -
5
From: "Eric W. Biederman"
Cc: Jan Kara
Acked-by: Serge Hallyn
Signed-off-by: Eric W. Biederman
---
fs/udf/inode.c | 20
init/Kconfig |1 -
2 files changed, 12 insertions(+), 9 deletions(-)
diff --git a/fs/udf/inode.c b/fs/udf/inode.c
index fafaad7..2e6fb4d 100644
Since extcon registers this compat link at device registration
(extcon_dev_register), we should probably remove them at deregistration/cleanup.
Cc: sta...@vger.kernel.org
Signed-off-by: Peter Huewe
---
drivers/extcon/extcon_class.c |5 +
1 files changed, 5 insertions(+), 0 deletions(-)
If you compile extcon with CONFIG_ANDROID and then load and unload the
module you get a simple oops as the driver does not unregister its
compat class and thus cannot register it again.
Full trace:
root@(none):~# modprobe extcon_class
root@(none):~# rmmod extcon_class
root@(none):~# modprobe extc
From: "Eric W. Biederman"
Cc: Artem Bityutskiy
Cc: Adrian Hunter
Acked-by: Serge Hallyn
Signed-off-by: Eric W. Biederman
---
fs/ubifs/budget.c |4 ++--
fs/ubifs/debug.c |4 ++--
fs/ubifs/journal.c |4 ++--
fs/ubifs/sb.c |4 ++--
fs/ubifs/super.c |4 ++--
fs/ubif
From: "Eric W. Biederman"
Cc: Phillip Lougher
Acked-by: Serge Hallyn
Signed-off-by: Eric W. Biederman
---
fs/squashfs/inode.c |8 ++--
init/Kconfig|1 -
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/fs/squashfs/inode.c b/fs/squashfs/inode.c
index 81afbcc..
From: "Eric W. Biederman"
Cc: reiserfs-de...@vger.kernel.org
Signed-off-by: Eric W. Biederman
---
fs/reiserfs/inode.c | 26 +-
fs/reiserfs/xattr_acl.c | 20 +---
init/Kconfig|1 -
3 files changed, 30 insertions(+), 17 deletions(-)
From: "Eric W. Biederman"
- General routine uid/gid conversion work
- When storing posix acls treat ACL_USER and ACL_GROUP separately
so I can call from_kuid or from_kgid as appropriate.
- When reading posix acls treat ACL_USER and ACL_GROUP separately
so I can call make_kuid or make_kgid as
From: "Eric W. Biederman"
Cc: Chris Mason
Acked-by: Serge Hallyn
Signed-off-by: Eric W. Biederman
---
fs/btrfs/delayed-inode.c |8
fs/btrfs/inode.c |8
fs/btrfs/ioctl.c |6 +++---
init/Kconfig |1 -
4 files changed, 11 insertions(+
From: "Eric W. Biederman"
Cc: "Tigran A. Aivazian"
Acked-by: Serge Hallyn
Signed-off-by: Eric W. Biederman
---
fs/bfs/inode.c |8
init/Kconfig |1 -
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/fs/bfs/inode.c b/fs/bfs/inode.c
index 9870417..b242beb 100644
From: "Eric W. Biederman"
Acked-by: Serge Hallyn
Signed-off-by: Eric W. Biederman
---
fs/affs/affs.h |4 ++--
fs/affs/inode.c | 20 ++--
fs/affs/super.c | 18 +++---
init/Kconfig|1 -
4 files changed, 23 insertions(+), 20 deletions(-)
diff --git a/
This continus my conversion of filesystems to support running
when kernel user namespace supprot is enabled. This time I have
targed the filesystems that I had to look twice at to verify
the changes were correct.
The strategy is to convert the structures in the kernel where we store
uid_t and gi
There is no reason to use static there, and it will cause issues when
reading /proc/fs/ext4//options concurrently.
Signed-off-by: Herton Ronaldo Krzesinski
Cc: sta...@vger.kernel.org # 3.4+
---
fs/ext4/super.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
The problem is easy to repro
Hi Luis,
On Fri, 21 Sep 2012 09:24:44 -0700 "Luis R. Rodriguez"
wrote:
>
> > I don't see how pulling linux-stable into linux-next really helps anyone
> > out, linux-stable is so far behind what is in linux-next it's not funny.
>
> By pulling linux-stable into linux-next you get to be able to ru
Quoting Stephen Boyd (2012-09-20 19:26:48)
> This patchset moves the existing MSM clock code and affected drivers to the
> common clock framework. A prerequisite of moving to the common clock
> framework is to use clk_prepare() and clk_enable() so the first
> few patches migrate drivers to that cal
On Fri, Sep 21, 2012 at 01:35:15PM -0700, Dan Magenheimer wrote:
> > From: Seth Jennings [mailto:sjenn...@linux.vnet.ibm.com]
> > Subject: Re: [RFC] mm: add support for zsmalloc and zcache
> >
> > On 09/21/2012 01:02 PM, Konrad Rzeszutek Wilk wrote:
> > > On Fri, Sep 21, 2012 at 05:12:52PM +0100,
On Tue, Sep 18, 2012 at 6:31 PM, Gustavo Padovan wrote:
> Johan Hedberg (2):
> Bluetooth: mgmt: Implement support for passkey notification
Too late now... but why did we allow this a stable fix? I get its a
feature that is important and likely overlooked / someone had a brain
fart, but fro
On Sun, Sep 16, 2012 at 03:59:09PM -0700, Linus Torvalds wrote:
>
> Please do test things out, I'd really like to be able to do the final
> 3.6 soonish..
Linus,
Just a heads up in case you are about to tag v3.6.
v3.6-rc6 still has a regression with edac_mc_alloc()/edac_mc_free()
introduced in c
Hello Anton,
On 22/09/12 00:51, Anton Vorontsov wrote:
On Fri, Sep 21, 2012 at 01:56:43AM +0100, Paul Parsons wrote:
A previous patch added the ac_draw_failed goto and label to
pda_power_probe(). The goto would be invoked after a failed call to
regulator_get().
However the way ac_draw is used
"H. Peter Anvin" writes:
> On 09/21/2012 03:07 PM, Eric W. Biederman wrote:
>>
>> Have you tested kexec in this environment?
>>
>> This is the kind of cpu feature that when we enable it, frequently we
>> have to do something on the kexec path.
>>
>> At a quick skim it looks like the kexec path
Change log
v3 -> v4
- Add a latency measurement of each tracepoint
- Rebased to 3.6-rc6
v2 -> v3
- Remove an invalidate_tlb_vector event because it was replaced by a call
function vector
in a following commit.
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commit;h=52
On Fri, Sep 21, 2012 at 12:14:39PM -0700, Dan Magenheimer wrote:
> Hi Mel --
>
> Wow! An incredibly wonderfully detailed response! Thank you very
> much for taking the time to read through all of zcache!
>
My pleasure.
> Your comments run the gamut from nit and code style, to design,
> archit
Commit-ID: b1a74bf8212367be2b1d6685c11a84e056eaaaf1
Gitweb: http://git.kernel.org/tip/b1a74bf8212367be2b1d6685c11a84e056eaaaf1
Author: Suresh Siddha
AuthorDate: Thu, 20 Sep 2012 11:01:49 -0700
Committer: H. Peter Anvin
CommitDate: Fri, 21 Sep 2012 16:59:04 -0700
x86, kvm: fix kvm's usa
On Fri, Sep 21, 2012 at 10:41:14PM +, Paul Walmsley wrote:
> On Fri, 21 Sep 2012, Paul E. McKenney wrote:
>
> > On Fri, Sep 21, 2012 at 05:47:31PM +, Paul Walmsley wrote:
> >
> > > I built an OMAP kernel from Linus' commit
> > > 4651afbbae968772efd6dc4ba461cba9b49bb9d8 ("Merge branch 'for
Apparently the same card model has two IDs, so this patch
complements the commit 39aced68d664291db3324d0fcf0985ab5626aac2
adding the missing one.
Signed-off-by: Flavio Leitner
---
drivers/tty/serial/8250/8250_pci.c | 9 +++--
include/linux/pci_ids.h| 1 -
2 files changed, 7 inser
On Fri, Sep 21, 2012 at 01:56:43AM +0100, Paul Parsons wrote:
> A previous patch added the ac_draw_failed goto and label to
> pda_power_probe(). The goto would be invoked after a failed call to
> regulator_get().
>
> However the way ac_draw is used - always after a check for NULL -
> suggests that
On Fri, Sep 21, 2012 at 02:14:47PM -0400, David Miller wrote:
> From: Jon Mason
> Date: Fri, 21 Sep 2012 11:09:48 -0700
>
> > A PCI-Express non-transparent bridge (NTB) is a point-to-point PCIe bus
> > connecting 2 systems, providing electrical isolation between the two
> > subsystems.
> > A non
On Fri, Sep 21, 2012 at 06:49:37PM +0900, Chanwoo Choi wrote:
> This patch add support sysfs entry for each charger(regulator).
> Charger-manager use one or more chargers for charging battery but
> some charger isn't necessary on specific scenario. So, if some charger
> isn't needed, can disable sp
On Fri, Sep 21, 2012 at 03:56:11PM -0700, Hugh Dickins wrote:
> Simply remove UNEVICTABLE_MLOCKFREED and unevictable_pgs_mlockfreed
> line from /proc/vmstat: Johannes and Mel point out that it was very
> unlikely to have been used by any tool, and of course we can restore
> it easily enough if that
* Mark Jackson [120921 12:29]:
> I'm developing a beaglebone cape board which requires the use of a
> GPMC chip select.
>
> I've chosen GPMC_CS0, and in board-am335xevm.c, I have added the following:-
>
> static void gpmc_test()
> {
> unsigned long base = 0x12345678;
> gpmc_cs_request(0,
Thanasis :
> on 09/21/2012 11:29 PM Francois Romieu wrote the following:
[...]
> What message? What do you mean "the usual netdev watchdog message"?
No, this one (see your 3.5.4 kernel log):
[ 23.712058] WARNING: at net/sched/sch_generic.c:255 dev_watchdog+0x121/0x1a3(
)
[ 23.712062] Hardwar
Simply remove UNEVICTABLE_MLOCKFREED and unevictable_pgs_mlockfreed
line from /proc/vmstat: Johannes and Mel point out that it was very
unlikely to have been used by any tool, and of course we can restore
it easily enough if that turns out to be wrong.
Signed-off-by: Hugh Dickins
Cc: Mel Gorman
On Fri, Sep 21, 2012 at 11:45:51AM -0400, Konrad Rzeszutek Wilk wrote:
> On Wed, Sep 05, 2012 at 12:05:55PM -0400, Konrad Rzeszutek Wilk wrote:
> > On Sat, Sep 01, 2012 at 10:29:46PM +0200, Marcus Karlsson wrote:
> > > Fix spelling in tmem.c:
> > > Transcedent -> Transcendent
> > >
> > > Signed-of
Matthew Garrett writes:
> This is pretty much identical to the first patchset, but with the capability
> renamed (CAP_COMPROMISE_KERNEL) and the kexec patch dropped. If anyone wants
> to deploy these then they should disable kexec until support for signed
> kexec payloads has been merged.
A coup
On Fri, Sep 21, 2012 at 09:40:14PM +0530, anish kumar wrote:
> From: anish kumar
>
> In last version:
> Addressed concerns raised by lars:
> a. made the adc_bat per device.
> b. get the IIO channel using hardcoded channel names.
> c. Minor issues related to gpio_is_valid and some code
>refact
On 9/21/2012 2:42 PM, Nicolas Pitre wrote:
On Tue, 11 Sep 2012, Cyril Chemparathy wrote:
This patch cleans up the highmem sanity check code by simplifying the range
checks with a pre-calculated size_limit. This patch should otherwise have no
functional impact on behavior.
This patch also remo
On Fri, Sep 21, 2012 at 05:31:02PM +0800, Guo Chao wrote:
> This patchset optimizes several places which take the per inode spin lock.
> They have not been fully tested yet, thus they are marked as RFC.
Inodes are RCU freed. The i_lock spinlock on the i_state field forms
part of the memory barrie
On Fri, 21 Sep 2012, Paul E. McKenney wrote:
> On Fri, Sep 21, 2012 at 05:47:31PM +, Paul Walmsley wrote:
>
> > I built an OMAP kernel from Linus' commit
> > 4651afbbae968772efd6dc4ba461cba9b49bb9d8 ("Merge branch 'for-3.6-fixes' of
> > git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq").
On Fri, 21 Sep 2012, Paul E. McKenney wrote:
> Good catch! Even worse, it gives "timer=18446744073709551615" on
> 64-bit systems, which is no easier on the eyes. I therefore changed
> the code to print a nicer message in this case, patch below.
Looks better, thanks.
- Paul
--
To unsubscribe fr
On 9/21/2012 2:09 PM, Nicolas Pitre wrote:
On Tue, 11 Sep 2012, Cyril Chemparathy wrote:
The original phys_to_virt/virt_to_phys patching implementation relied on early
patching prior to MMU initialization. On PAE systems running out of >4G
address space, this would have entailed an additional
On 9/21/2012 1:40 PM, Nicolas Pitre wrote:
On Tue, 11 Sep 2012, Cyril Chemparathy wrote:
This patch adds basic sanity tests to ensure that the instruction patching
results in valid instruction encodings. This is done by verifying the output
of the patch process against a vector of assembler ge
Hi Lee,
On Mon, Sep 17, 2012 at 03:11:07PM +0100, Lee Jones wrote:
> On Mon, Sep 17, 2012 at 03:45:50PM +0200, Samuel Ortiz wrote:
> > Hi Lee, Arnd,
> >
> > On Fri, Sep 07, 2012 at 01:57:27PM +, Arnd Bergmann wrote:
> > > On Friday 07 September 2012, Lee Jones wrote:
> > > > On Fri, Sep 07, 2
On Fri, Sep 21, 2012 at 12:57:17PM -0700, Paul E. McKenney wrote:
> On Fri, Sep 21, 2012 at 07:11:14PM +, Paul Walmsley wrote:
> > On Fri, 21 Sep 2012, Paul E. McKenney wrote:
[ . . . ]
> > > I may take your advice of remote access to a Panda board, though that
> > > is likely to take a bit o
On 09/21/2012 03:07 PM, Eric W. Biederman wrote:
>
> Have you tested kexec in this environment?
>
> This is the kind of cpu feature that when we enable it, frequently we
> have to do something on the kexec path.
>
> At a quick skim it looks like the kexec path is using kernel page table
> entrie
On 09/21/2012 03:08 PM, Dave Jones wrote:
>
> Perhaps add a printk somewhere to show that it's actually been enabled maybe ?
>
> Also, would it be feasible to add something like we have for test_nx ?
> If this feature regresses in some way in the future, I suspect we'd like
> to know about it soo
On Fri, Sep 21, 2012 at 12:43:04PM -0700, H. Peter Anvin wrote:
> Supervisor Mode Access Prevention (SMAP) is a new security feature
> disclosed by Intel in revision 014 of the Intel® Architecture
> Instruction Set Extensions Programming Reference:
>
> http://software.intel.com/sites/default/
On Fri, Sep 21, 2012 at 04:13:29PM +, Paul Walmsley wrote:
>
> The CONFIG_RCU_FAST_NO_HZ stall warning messages can never emit
> "timer=-1". This is because the printf() format specifier to generate
> that number is '%lu'. So, update the documentation to use the
> unsigned long equivalent in
"H. Peter Anvin" writes:
> Supervisor Mode Access Prevention (SMAP) is a new security feature
> disclosed by Intel in revision 014 of the Intel® Architecture
> Instruction Set Extensions Programming Reference:
>
> http://software.intel.com/sites/default/files/319433-014.pdf
>
> When SMAP is activ
On Fri, Sep 21, 2012 at 01:31:49PM -0700, Tony Lindgren wrote:
> * Paul E. McKenney [120921 12:58]:
> >
> > Just to make sure I understand the combinations:
> >
> > o All stalls have happened when running a minimal userspace.
> > o CONFIG_NO_HZ=n suppresses the stalls.
> > o CONFIG_RCU_FAS
On 09/21/2012 11:42 PM, Randy Dunlap wrote:
> On 09/02/2012 10:13 AM, Randy Dunlap wrote:
>
>> From: Randy Dunlap
>>
>> Rename generic-sounding function dump_mem() to pcan_dump_mem()
>> so that it does not conflict with the dump_mem() function in
>> arch/sh/include/asm/kdebug.h.
>>
>> drivers/net
On Fri, 21 Sep 2012 10:27:07 +0900
Jingoo Han wrote:
> This patch adds the of_match_table to platform-lcd driver to be
> probed when platform-lcd device node is found in the device tree.
>
> Cc: Richard Purdie
> Signed-off-by: Jingoo Han
> ---
> drivers/video/backlight/platform_lcd.c |9 +
On Thu, 2012-09-20 at 18:53 -0400, David Miller wrote:
> From: Benjamin Herrenschmidt
> Date: Fri, 21 Sep 2012 08:22:44 +1000
>
> > Hrm, that's ancient gunk, I'll have to dig. We potentially can support
> > ISA devices DMA'ing from an ISA bridge... but via the iommu, which means
> > isa_virt_to_b
On 09/02/2012 10:13 AM, Randy Dunlap wrote:
> From: Randy Dunlap
>
> Rename generic-sounding function dump_mem() to pcan_dump_mem()
> so that it does not conflict with the dump_mem() function in
> arch/sh/include/asm/kdebug.h.
>
> drivers/net/can/usb/peak_usb/pcan_usb_core.c: error: conflicting
Hey,
I'd like to ask people the following question: why are you using
compressed modules? Is it only for the disk space or is there any
performance related reason?
While fixing a bug in kmod related to using compressed modules (that
already existed in module-init-tools) we stopped to think about
Alan Stern writes:
> On Fri, 21 Sep 2012, Rafael J. Wysocki wrote:
>
>> > Kevin makes a good case that pm_runtime_resume() and related functions
>> > should succeed even when runtime PM is disabled, if the device is
>> > already in the desired state.
>> >
>> > The same may be true for pm_runti
On Thu, Sep 13, 2012 at 01:58:27PM -0700, Tejun Heo wrote:
> 7. Misc issues
>
> * Sort & unique when listing tasks. Even the documentation says it
> doesn't happen but we have a good hunk of code doing it in
> cgroup.c. I'm gonna rip it out at some point. Again, if you
> don't lik
On 9/21/2012 4:32 PM, John Jolly wrote:
Attempting an rds connection from the IP address of an IPoIB interface
to itself causes a kernel panic due to a BUG_ON() being triggered.
Making the test less strict allows rds-ping to work without crashing
the machine.
A local unprivileged user could use
On Fri, 21 Sep 2012 11:46:22 +0100
Mel Gorman wrote:
> When compaction was implemented it was known that scanning could potentially
> be excessive. The ideal was that a counter be maintained for each pageblock
> but maintaining this information would incur a severe penalty due to a
> shared writa
On Fri, 21 Sep 2012 11:46:20 +0100
Mel Gorman wrote:
> Compactions free scanner acquires the zone->lock when checking for PageBuddy
> pages and isolating them. It does this even if there are no PageBuddy pages
> in the range.
>
> This patch defers acquiring the zone lock for as long as possible.
Hi Dmitry
On Fri, Sep 21, 2012 at 10:51 PM, Dmitry Torokhov
wrote:
> On Friday, September 21, 2012 09:18:00 PM David Herrmann wrote:
>> Hi Dmitry
>>
>> On Fri, Sep 21, 2012 at 11:22 AM, David Herrmann
>>
>> wrote:
>> > Hi Dmitry
>> >
>> > On Fri, Sep 21, 2012 at 10:07 AM, Dmitry Torokhov
>> >
>>
Attempting an rds connection from the IP address of an IPoIB interface
to itself causes a kernel panic due to a BUG_ON() being triggered.
Making the test less strict allows rds-ping to work without crashing
the machine.
A local unprivileged user could use this flaw to crash the system.
Signed-off
On Fri, 21 Sep 2012 11:46:18 +0100
Mel Gorman wrote:
> Changelog since V2
> o Fix BUG_ON triggered due to pages left on cc.migratepages
> o Make compact_zone_order() require non-NULL arg `contended'
>
> Changelog since V1
> o only abort the compaction if lock is contended or run too long
> o Rea
On Fri, Sep 21, 2012 at 01:20:45PM -0400, David Miller wrote:
> From: John Jolly
> Date: Thu, 20 Sep 2012 01:11:34 -0600
>
> > Attempting an rds connection from the IP address of an IPoIB interface
> > to itself causes a kernel panic due to a BUG_ON() being triggered. Making
> > the test less str
On Fri, Sep 21, 2012 at 05:47:31PM +, Paul Walmsley wrote:
> Hi Paul
>
> On Thu, 20 Sep 2012, Paul Walmsley wrote:
>
> > On Thu, 20 Sep 2012, Paul E. McKenney wrote:
> >
> > > Paul Walmsley, please let me know if the config below doesn't clear things
> > > up for you or if there is some reaso
On 21.09.2012 19:48, Randy Dunlap wrote:
> On 09/21/2012 12:01 AM, Stephen Rothwell wrote:
>
>> Hi all,
>>
>> Changes since 201209020:
>>
>
>
>
> on i386:
>
> ERROR: "lis3lv02d_init_dt" [drivers/misc/lis3lv02d/lis3lv02d_i2c.ko]
> undefined!
>
> Full randconfig file is attached.
>
Hmm, I ca
On Fri, Sep 21, 2012 at 1:52 PM, Bjorn Helgaas wrote:
> On Wed, Sep 19, 2012 at 12:54 PM, Yinghai Lu wrote:
>> --- a/drivers/gpu/vga/vgaarb.c
>> +++ b/drivers/gpu/vga/vgaarb.c
>> @@ -141,6 +141,12 @@ EXPORT_SYMBOL_GPL(vga_default_device);
>>
>> void vga_set_default_device(struct pci_dev *pdev)
>
on 09/21/2012 11:29 PM Francois Romieu wrote the following:
> Thanasis :
>> So far, ping has failed *only* at this iteration of the make loop:
>
> Ok.
>
> Without the usual netdev watchdog message I presume ?
What message? What do you mean "the usual netdev watchdog message"?
I used a usb stick
On Mon, Sep 10, 2012 at 04:36:20PM +0200, Peter Zijlstra wrote:
> On Fri, 2012-09-07 at 11:39 -0700, Linus Torvalds wrote:
> > Al? Please look into this. I'm not entirely sure what's going on, but
> > lockdep complains about this:
> >
> > Possible interrupt unsafe locking scenario:
> >
>
On 09/21/2012 02:09 PM, Linus Torvalds wrote:
> On Fri, Sep 21, 2012 at 2:03 PM, H. Peter Anvin wrote:
>>
>> A while ago I also did a mockup patch which switched %cr3 to
>> swapper_pg_dir while entering the kernel (basically where the CLAC
>> instructions go, plus the SYSCALL path; a restore was o
On Fri, Sep 21, 2012 at 2:03 PM, H. Peter Anvin wrote:
>
> A while ago I also did a mockup patch which switched %cr3 to
> swapper_pg_dir while entering the kernel (basically where the CLAC
> instructions go, plus the SYSCALL path; a restore was obviously needed,
> too.) The performance was atroci
On Fri, Sep 21, 2012 at 04:01:55PM -0500, Jason Wessel wrote:
> On 09/21/2012 03:59 PM, Andi Kleen wrote:
> > From: Andi Kleen
> >
> > Fixes
> >
> > arch/x86/kernel/kgdb.c: In function ‘kgdb_arch_set_breakpoint’:
> > arch/x86/kernel/kgdb.c:749:7: warning: unused variable ‘opc’
> > [-Wunused-var
On 09/21/2012 01:08 PM, Ingo Molnar wrote:
>
> * Linus Torvalds wrote:
>
>> On Fri, Sep 21, 2012 at 12:43 PM, H. Peter Anvin
>> wrote:
>>
>>> Supervisor Mode Access Prevention (SMAP) is a new security
>>> feature disclosed by Intel in revision 014 of the Intel®
>>> Architecture Instruction S
On 09/21/2012 03:59 PM, Andi Kleen wrote:
> From: Andi Kleen
>
> Fixes
>
> arch/x86/kernel/kgdb.c: In function ‘kgdb_arch_set_breakpoint’:
> arch/x86/kernel/kgdb.c:749:7: warning: unused variable ‘opc’
> [-Wunused-variable]
>
> when CONFIG_DEBUG_RODATA is not defined.
>
This is already pendi
1 - 100 of 531 matches
Mail list logo