Re: [PATCH 1/3] vxlan: silence one build warning

2013-10-26 Thread Zhi Yong Wu
On Fri, Oct 25, 2013 at 11:41 PM, Stephen Hemminger wrote: > On Fri, 25 Oct 2013 15:49:18 +0800 > Zhi Yong Wu wrote: > >> From: Zhi Yong Wu >> >> drivers/net/vxlan.c: In function ‘vxlan_sock_add’: >> drivers/net/vxlan.c:2298:11: warning: ‘sock’ may be used uninitialized in >> this function [-Wm

Re: [PATCH] x86/ACPI: Make Sony Vaio Z1 series to use "reboot=pci" default

2013-10-26 Thread Adam Williamson
On Fri, 2013-10-25 at 23:17 -0400, Dave Jones wrote: > On Fri, Oct 25, 2013 at 07:20:15PM -0700, Adam Williamson wrote: > > OK, so, findings: F16 and F17 live images reboot quickly. F18 is the > > first that reboots slowly. > > wait, stop. what does "reboots slowly" mean ? > In every one of the

Re: [Xen-devel] [PATCH] xen/hvc-console: Make it work with HVM guests.

2013-10-26 Thread Ian Campbell
On Fri, 2013-10-25 at 15:38 -0400, Konrad Rzeszutek Wilk wrote: > On Thu, Oct 24, 2013 at 05:43:54PM +0100, Ian Campbell wrote: > > But stepping back how/why is this function called on x86 when not > > running under Xen? Wouldn't the use have to be using console=hvc or > > earlyprintk=xen or someth

my subject

2013-10-26 Thread Mr. X
Need a Loan, Loans from $5000 - $10,000,000 00. Get your no obligation FREE quote now! Repayments up to 54 Months. No Collateral, Money paid into your account within 24 hours after approval. For more Info contact us today guaranteeloancompa...@gmail.com -- To unsubscribe from this list: send

my subject

2013-10-26 Thread Mr. X
Need a Loan, Loans from $5000 - $10,000,000 00. Get your no obligation FREE quote now! Repayments up to 54 Months. No Collateral, Money paid into your account within 24 hours after approval. For more Info contact us today guaranteeloancompa...@gmail.com -- To unsubscribe from this list: send

db_data

2013-10-26 Thread johnspaul92
what is the use of the variable dbs_data in cpufreq_ondemand.c file??? - Thank You Johns -- View this message in context: http://linux-kernel.2935.n7.nabble.com/db-data-tp743048.html Sent from the Linux Kernel mailing list archive at Nabble.com. -- To unsubscribe from this list: send the li

Re: linux-next: manual merge of the tip tree

2013-10-26 Thread Ingo Molnar
* Will Deacon wrote: > On Fri, Oct 25, 2013 at 02:03:42PM +0100, Thierry Reding wrote: > > Today's linux-next merge of the tip tree got conflicts in > > > > tools/perf/config/Makefile > > tools/perf/config/feature-tests.mak > > > > caused by commits 405ffbd (perf tools: Check l

od_cpu_dbs_info

2013-10-26 Thread johnspaul92
Hi Iam new to this linux kernel coding and im trying to understand the ondemand cpu governor. And when i read the file i couldnt undertsnad what is od_cpu_dbs_info variable in cpufreq_ondemand.c. Can someone please explain what is its function.?? - Thank You Johns -- View this message in co

Re: perf/ftrace lockup on 3.12-rc6 with trigger code

2013-10-26 Thread Ingo Molnar
* Vince Weaver wrote: > I don't know if there are any better ways to try to debug things > than the printk route. Though that has its own problems as the > printk's themselves start showing up in the ftrace traces. One additional brute-force method is earlyprintk=...,keep and marking the (h

Re: ktap inclusion in drivers/staging/?

2013-10-26 Thread Ingo Molnar
* Jovi Zhangwei wrote: > Thanks. An addition question I want to discuss in here is the ktap > code structure layout in first patch series, this don't need to > dig out any ktap design detail, so we can make agreement on this > point, and ease for me to prepare patch series. > > Do I need to

Re: [PATCH] x86/ACPI: Make Sony Vaio Z1 series to use "reboot=pci" default

2013-10-26 Thread Ingo Molnar
* Adam Williamson wrote: > On Fri, 2013-10-25 at 23:17 -0400, Dave Jones wrote: > > On Fri, Oct 25, 2013 at 07:20:15PM -0700, Adam Williamson wrote: > > > OK, so, findings: F16 and F17 live images reboot quickly. F18 is the > > > first that reboots slowly. > > > > wait, stop. what does "reboo

Re: [PATCH v3 2/2] hwrng: msm: Add PRNG support for MSM SoC's

2013-10-26 Thread Herbert Xu
On Fri, Oct 25, 2013 at 04:57:23PM +0300, Stanimir Varbanov wrote: > Hi Herbert, > > On 10/23/2013 12:45 PM, Herbert Xu wrote: > > On Wed, Oct 23, 2013 at 12:41:10PM +0300, Stanimir Varbanov wrote: > >> On 10/15/2013 05:11 PM, Stanimir Varbanov wrote: > >>> This adds a driver for hardware random n

Re: [PATCH 4/5] usb: ehci-s5p: Change to use phy provided by the generic phy framework

2013-10-26 Thread Vivek Gautam
Hi Kamil, On Fri, Oct 25, 2013 at 7:45 PM, Kamil Debski wrote: > Change the phy provider used from the old usb phy specific to a new one > using the generic phy framework. > > Signed-off-by: Kamil Debski > Signed-off-by: Kyungmin Park > --- > drivers/usb/host/ehci-s5p.c | 21 +++

Re: [PATCH RESEND 2/2] mm/zswap: refoctor the get/put routines

2013-10-26 Thread Weijie Yang
On Fri, Oct 25, 2013 at 6:20 PM, Minchan Kim wrote: > On Thu, Oct 24, 2013 at 05:53:32PM +0800, Weijie Yang wrote: >> The refcount routine was not fit the kernel get/put semantic exactly, >> There were too many judgement statements on refcount and it could be minus. >> >> This patch does the follo

Re: [PATCH v4 2/3] Support for perf to probe into SDT markers:

2013-10-26 Thread Ingo Molnar
* Srikar Dronamraju wrote: > Hi Pekka, > > > > > > > You can now use it in all perf tools, such as: > > > > > > perf record -e libc:my_event -aR sleep 1 > > > > Is there a technical reason why 'perf list' could not show all the > > available SDT markers on a system and that the 'market to

Re: [PATCH 02/11] asmlinkage: Make __iowrite32_copy visible

2013-10-26 Thread Ingo Molnar
* Andi Kleen wrote: > From: Andi Kleen > > This is a assembler function on x86, so it should be visible. > > Cc: x...@kernel.org > Signed-off-by: Andi Kleen > --- > include/linux/io.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) NAK for this and all the other patches, for two te

Re: [GIT PULLv2] For x86/mce ... enhanced error logs

2013-10-26 Thread Ingo Molnar
* Luck, Tony wrote: > Replacement for yesterday's pull request - fixes a build bug when CONFIG_SMP=n > found by Fengguang's zero-day auto-build robot army. If you pulled (and > pushed) > that one before finding this in your mailbox - then I can send the one-line > patch to be applied on top of

Re: [GIT PULLv2] For x86/mce ... enhanced error logs

2013-10-26 Thread Ingo Molnar
* Tony Luck wrote: > On Wed, Oct 23, 2013 at 10:42 AM, Luck, Tony wrote: > > Replacement for yesterday's pull request - fixes a build bug when > > CONFIG_SMP=n > > found by Fengguang's zero-day auto-build robot army. If you pulled (and > > pushed) > > that one before finding this in your mai

Re: ddccontrol doesn't work on the new kernel

2013-10-26 Thread Bruno Prémont
CCing intel-gfx as it is related to intel GPU driver and might get missed by intel developers on LKML. Looking at the linked pastebins ddcontrol seems to make use of the same i2c/DDC line but getting different results. Surprising info I see in dmesg, that does apply to both kernels, is that uvesa

Re: [PATCH] UBIFS: fix error return code in ubifs_remount_rw() and ubifs_fill_super()

2013-10-26 Thread Artem Bityutskiy
On Wed, 2013-10-02 at 12:59 -0700, Brian Norris wrote: > Bump, Artem? I'm cleaning out my old email, and this patch looks > obviously correct. Picked to linux-ubifs.git, thanks! -- Best Regards, Artem Bityutskiy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

Re: [PATCH 1/2] x86: unify copy_from_user() size checking

2013-10-26 Thread Ingo Molnar
* Jan Beulich wrote: > Commits 4a3127693001c61a21d1ce680db6340623f52e93 ("x86: Turn the > copy_from_user check into an (optional) compile time warning") and > 63312b6a6faae3f2e5577f2b001e3b504f10a2aa ("x86: Add a Kconfig option to > turn the copy_from_user warnings into errors") touched only the

Re: [PATCH] perf, x86: Optimize intel_pmu_pebs_fixup_ip()

2013-10-26 Thread Ingo Molnar
* Don Zickus wrote: > On Thu, Oct 24, 2013 at 12:52:06PM +0200, Peter Zijlstra wrote: > > On Wed, Oct 23, 2013 at 10:48:38PM +0200, Peter Zijlstra wrote: > > > I'll also make sure to test we actually hit the fault path > > > by concurrently running something like: > > > > > > while :; echo 1 >

Re: [PATCH 0/3] fs: use helper function path_foo() to simpily code

2013-10-26 Thread Kefeng Wang
Any advice? ping... On 10/14 20:25, Kefeng Wang wrote: > Use helper function patch_equal() and path_put() to simpily code. > > Kefeng Wang (3): > fs: use path_equal() and path_put() to simplify code > fs: nfsd: use path_equal() to simply code > fs: notify: use path_equal() to simply code >

Re: [PATCH v4 2/3] Support for perf to probe into SDT markers:

2013-10-26 Thread Frank Ch. Eigler
Pekka Enberg writes: > Is there a technical reason why 'perf list' could not show all the > available SDT markers on a system and that the 'mark to event' > mapping cannot happen automatically? [...] A quick experiment with: find `echo $PATH | tr : ' '` -type f -perm -555 | xargs read

Re: [PATCH 2/4] charger-manager: Use IIO subsystem to read battery temperature instead of legacy method

2013-10-26 Thread Lars-Peter Clausen
On 10/22/2013 02:51 PM, Chanwoo Choi wrote: > This patch support charger-manager use IIO(Industrial I/O) subsystem to read > current battery temperature instead of legacy methor about callback function. How does this look in hardware? Do you have a general purpose ADC connected to a temperature se

Re: [PATCHv6 1/3] Input: twl4030-pwrbutton - add device tree support

2013-10-26 Thread Sebastian Reichel
On Sat, Oct 26, 2013 at 01:37:57AM -0500, Kumar Gala wrote: > > On Oct 25, 2013, at 5:18 PM, Sebastian Reichel wrote: > > > On Fri, Oct 25, 2013 at 04:41:20PM -0500, Kumar Gala wrote: > >> On Oct 24, 2013, at 9:48 AM, Sebastian Reichel wrote: > >>> +- interrupt: should be one of the following > >

Re: [PATCH 14/34] sysfs, kernfs: prepare read path for kernfs

2013-10-26 Thread Pavel Machek
Hi! > We're in the process of separating out core sysfs functionality into > kernfs which will deal with sysfs_dirents directly. This patch > rearranges read path so that the kernfs and sysfs parts are separate. > +static int sysfs_kf_seq_show(struct seq_file *sf, void *v) > { > struct sy

Re: Disabling in-memory write cache for x86-64 in Linux II

2013-10-26 Thread Pavel Machek
On Fri 2013-10-25 10:32:16, Linus Torvalds wrote: > On Fri, Oct 25, 2013 at 10:29 AM, Andrew Morton > wrote: > > > > Apparently all this stuff isn't working as desired (and perhaps as designed) > > in this case. Will take a look after a return to normalcy ;) > > It definitely doesn't work. I can

Re: [BUG 3.12.rc4] Oops: unable to handle kernel paging request during shutdown

2013-10-26 Thread Ingo Molnar
* Linus Torvalds wrote: > On Fri, Oct 25, 2013 at 11:23 AM, Thomas Gleixner wrote: > > > > Enable DEBUG_OBJECTS, DEBUG_OBJECTS_FREE, DEBUG_OBJECTS_TIMERS > > Yes, but nobody has actually been able to trigger it with those. > It's pretty rare, and the debug options are so expensive that they

blk-mq flush fix

2013-10-26 Thread Christoph Hellwig
I've just ran into an issue where I ran out of blk-mq tags on my virtio setup on what appears a heavy fsync workload. When drilling it down it seemed to be a tag leak. This reminded me of a commit I had seen in the scsi-mq tree but never on any mailinglist (and neither in my Inbox despite the Cc

Re: [PATCH] x86: Run checksumming in parallel accross multiple alu's

2013-10-26 Thread Ingo Molnar
* Doug Ledford wrote: > > What I was objecting to strongly here was to measure the _wrong_ > > thing, i.e. the cache-hot case. The cache-cold case should be > > measured in a low noise fashion, so that results are > > representative. It's closer to the real usecase than any other > > microbe

[PATCH] drivers: w1: make w1_slave::flags long to avoid casts

2013-10-26 Thread Michal Nazarewicz
From: Michal Nazarewicz Changing flags field of the w1_slave to unsigned long may on some architectures increase the size of the structure, but otherwise makes the code more kosher as casting is avoided and *_bit family of calls do not attempt to operate on an entity of bigger size than realy is

Re: [PATCH] x86: Run checksumming in parallel accross multiple alu's

2013-10-26 Thread Ingo Molnar
* Neil Horman wrote: > On Mon, Oct 21, 2013 at 12:44:05PM -0700, Eric Dumazet wrote: > > On Mon, 2013-10-21 at 15:21 -0400, Neil Horman wrote: > > > > > > > > Ok, so I ran the above code on a single cpu using taskset, and set irq > > > affinity > > > such that no interrupts (save for local on

Re: RFP: Fixing "-ga -ag -g fp -g dwarf" was Re: [PATCHSET 0/8] perf tools: Fix scalability problem on callchain merging (v5)

2013-10-26 Thread Ingo Molnar
* Arnaldo Carvalho de Melo wrote: > Em Fri, Oct 25, 2013 at 01:22:27PM -0600, David Ahern escreveu: > > On 10/25/13 1:09 PM, Arnaldo Carvalho de Melo wrote: > > >>>I think I did with the second follow up patch: -ga -ag -g fp -g > > >>>dwarf should all work properly with fp the default for -g. >

Re: Automatic NUMA balancing patches for tip-urgent/stable

2013-10-26 Thread Ingo Molnar
* Mel Gorman wrote: > On Mon, Oct 07, 2013 at 11:28:38AM +0100, Mel Gorman wrote: > > This series has roughly the same goals as previous versions despite the > > size. It reduces overhead of automatic balancing through scan rate reduction > > and the avoidance of TLB flushes. It selects a prefer

[GIT PULL] locking fix

2013-10-26 Thread Ingo Molnar
Linus, Please pull the latest core-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-urgent-for-linus # HEAD: b0267507dfd0187fb7840a0ec461a510a7f041c5 mutex: Avoid gcc version dependent __builtin_constant_p() usage This tree fixes a boot cras

[GIT PULL] perf fixes

2013-10-26 Thread Ingo Molnar
Linus, Please pull the latest perf-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf-urgent-for-linus # HEAD: e4f8eaad70ea186b8da290c99239dce721a34f88 Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/lin

[GIT PULL] timer fix

2013-10-26 Thread Ingo Molnar
Linus, Please pull the latest timers-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers-urgent-for-linus # HEAD: 97b9410643475d6557d2517c2aff9fd2221141a9 clockevents: Sanitize ticks to nsec conversion This tree contains a clockevents regress

Re: [RFC PATCH] kernel/kallsyms.c: only show legal kernel symbol

2013-10-26 Thread Ming Lei
On Fri, Oct 25, 2013 at 7:58 PM, Rusty Russell wrote: >> >> Basically these symbols are only used to generate code, and in >> kernel mode, CPU won't run into the corresponding addresses >> because the generate code is copied to other address during booting, >> so I understand they won't appear in

Re: RFP: Fixing "-ga -ag -g fp -g dwarf" was Re: [PATCHSET 0/8] perf tools: Fix scalability problem on callchain merging (v5)

2013-10-26 Thread Jiri Olsa
On Sat, Oct 26, 2013 at 02:03:36PM +0200, Ingo Molnar wrote: > > * Arnaldo Carvalho de Melo wrote: > > > Em Fri, Oct 25, 2013 at 01:22:27PM -0600, David Ahern escreveu: > > > On 10/25/13 1:09 PM, Arnaldo Carvalho de Melo wrote: > > > >>>I think I did with the second follow up patch: -ga -ag -g f

Re: [PATCH 1/3] thermal: bcm281xx: Add Temperature Monitor driver

2013-10-26 Thread Matt Porter
On Sat, Oct 26, 2013 at 01:47:40AM -0500, Kumar Gala wrote: > > On Oct 26, 2013, at 1:46 AM, Kumar Gala wrote: > > > > > On Oct 25, 2013, at 7:00 PM, Wendy Ng wrote: > > > >> This adds the support for Temperature Monitor (TMON) driver for > >> Broadcom bcm281xx SoCs. This driver plugs into the

Re: RIP: mem_cgroup_move_account+0xf4/0x290

2013-10-26 Thread 含黛
On 10/26/2013 11:39 AM, Johannes Weiner wrote: On Fri, Oct 25, 2013 at 02:15:55PM -0200, Flavio Leitner wrote: While playing with guests and net-next kernel, I've triggered this with some frequency. Even Fedora 19 kernel reproduces. It it a known issue? Thanks, fbl [ 6790.349763] kvm: zappin

Re: [PATCH] x86/ACPI: Make Sony Vaio Z1 series to use "reboot=pci" default

2013-10-26 Thread Lan Tianyu
On 10/25/2013 06:53 PM, Ingo Molnar wrote: * tianyu@intel.com wrote: From: Lan Tianyu Sony Vaio Z1 series require "reboot=pci" for reboot and power off. This patch is to add them machines to quirk table and set pci reboot default. Reference: https://bugzilla.kernel.org/show_bug.cgi?id=

Re: [PATCHv5 4/4] Documentation: Add device tree bindings for Freescale FTM PWM.

2013-10-26 Thread Matt Porter
On Fri, Oct 25, 2013 at 09:12:11PM +0100, Grant Likely wrote: > On Mon, 30 Sep 2013 14:13:31 +0800, Xiubo Li wrote: > > This adds the Document for Freescale FTM PWM driver under > > Documentation/devicetree/bindings/pwm/. > > > > Signed-off-by: Xiubo Li > > --- > > .../devicetree/bindings/pwm/p

Re: N900 DT

2013-10-26 Thread Pali Rohár
On Saturday 26 October 2013 02:25:02 Sebastian Reichel wrote: > Hi Pali, > > On Fri, Oct 25, 2013 at 08:39:40PM +0200, Pali Rohár wrote: > > Now I found this patch and it looks like it will be in > > mainline kernel. And after that it could be simple to > > listen for needed events from isp driver

Re: linux-next: manual merge of the c6x tree

2013-10-26 Thread Russell King - ARM Linux
On Fri, Oct 25, 2013 at 03:03:39PM +0200, Thierry Reding wrote: > diff --cc arch/arm/Kconfig > index c06647d,7db8abe0..b6a708e > --- a/arch/arm/Kconfig > +++ b/arch/arm/Kconfig > @@@ -5,7 -5,7 +5,8 @@@ config AR > select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE > select ARCH_HAS_TICK_BROADCAST

usbatm: printk_ratelimit() always called in the atm_rldbg()

2013-10-26 Thread Krzysztof Mazur
Hi, commit 2d6401cf4ca3861692a4779745e0049cac769d10 ("USB: usbatm: move the atm_dbg() call to use dynamic debug") changed the atm_rldbg() to: #define atm_rldbg(instance, format, arg...) \ if (printk_ratelimit()) \ atm_dbg(instance , form

Re: Portable assmbler code - newline (was Re: [PATCH] kernel/modsign_certificate.S: use real contents instead of macro GLOBAL())

2013-10-26 Thread Chen Gang
On 10/25/2013 01:10 PM, Vineet Gupta wrote: > On 10/25/2013 01:11 AM, Geert Uytterhoeven wrote: >> On Thu, Oct 24, 2013 at 7:28 PM, Vineet Gupta wrote: +CC linux-arch On 10/24/2013 11:33 AM, Richard Weinberger wrote: >> On Thu, Oct 24, 2013 at 7:31 AM, Chen Gang wrote:

[tip:x86/asm] x86: Unify copy_to_user() and add size checking to it

2013-10-26 Thread tip-bot for Jan Beulich
Commit-ID: 7a3d9b0f3abbea957b829cdfff8169872c575642 Gitweb: http://git.kernel.org/tip/7a3d9b0f3abbea957b829cdfff8169872c575642 Author: Jan Beulich AuthorDate: Mon, 21 Oct 2013 09:44:37 +0100 Committer: Ingo Molnar CommitDate: Sat, 26 Oct 2013 12:27:37 +0200 x86: Unify copy_to_user() an

[tip:x86/debug] x86/dumpstack: Fix printk_address for direct addresses

2013-10-26 Thread tip-bot for Jiri Slaby
Commit-ID: 8d4c812a3e5fff476c8900bab19a6af489cbd4be Gitweb: http://git.kernel.org/tip/8d4c812a3e5fff476c8900bab19a6af489cbd4be Author: Jiri Slaby AuthorDate: Fri, 25 Oct 2013 15:06:58 +0200 Committer: Ingo Molnar CommitDate: Sat, 26 Oct 2013 12:19:25 +0200 x86/dumpstack: Fix printk_add

[tip:timers/core] x86/time: Honor ACPI FADT flag indicating absence of a CMOS RTC

2013-10-26 Thread tip-bot for Jan Beulich
Commit-ID: ee5872befc9324fa4c2583c24d7ee7120314a2b7 Gitweb: http://git.kernel.org/tip/ee5872befc9324fa4c2583c24d7ee7120314a2b7 Author: Jan Beulich AuthorDate: Mon, 21 Oct 2013 09:31:57 +0100 Committer: Ingo Molnar CommitDate: Sat, 26 Oct 2013 13:36:00 +0200 x86/time: Honor ACPI FADT fl

[tip:x86/cpu] x86/cpu: Track legacy CPU model data only on 32-bit kernels

2013-10-26 Thread tip-bot for Jan Beulich
Commit-ID: 09dc68d958c67c76cf672ec78b7391af453010f8 Gitweb: http://git.kernel.org/tip/09dc68d958c67c76cf672ec78b7391af453010f8 Author: Jan Beulich AuthorDate: Mon, 21 Oct 2013 09:35:20 +0100 Committer: Ingo Molnar CommitDate: Sat, 26 Oct 2013 13:34:39 +0200 x86/cpu: Track legacy CPU mo

[tip:sched/core] sched/rt: Fix task_tick_rt() comment

2013-10-26 Thread tip-bot for Li Bin
Commit-ID: e9aa39bb7c4415ca26484239cc3a6686d549bf4f Gitweb: http://git.kernel.org/tip/e9aa39bb7c4415ca26484239cc3a6686d549bf4f Author: Li Bin AuthorDate: Mon, 21 Oct 2013 20:15:43 +0800 Committer: Ingo Molnar CommitDate: Sat, 26 Oct 2013 12:25:21 +0200 sched/rt: Fix task_tick_rt() comm

[tip:x86/asm] x86: Unify copy_from_user() size checking

2013-10-26 Thread tip-bot for Jan Beulich
Commit-ID: 3df7b41aa5e7797f391d0a41f8b0dce1fe366a09 Gitweb: http://git.kernel.org/tip/3df7b41aa5e7797f391d0a41f8b0dce1fe366a09 Author: Jan Beulich AuthorDate: Mon, 21 Oct 2013 09:43:57 +0100 Committer: Ingo Molnar CommitDate: Sat, 26 Oct 2013 12:27:36 +0200 x86: Unify copy_from_user()

Re: [PATCH] LSM: ModPin LSM for module loading restrictions

2013-10-26 Thread Tetsuo Handa
Tetsuo Handa wrote: > I would send another one which uses only security_file_alloc/free . I sent it to James, Casey and Kees on "Fri, 18 Oct 2013 22:56:19 +0900" and waiting for your response. How long are we expected to remain vulnerable due to lack of multiple concurrent LSM support? -- To unsub

[tip:core/locking] x86/locking/kconfig: Update paravirt spinlock Kconfig description

2013-10-26 Thread tip-bot for Raghavendra K T
Commit-ID: 4c4e4f61368164f326fe59e2156c70d7faa72c17 Gitweb: http://git.kernel.org/tip/4c4e4f61368164f326fe59e2156c70d7faa72c17 Author: Raghavendra K T AuthorDate: Mon, 21 Oct 2013 21:35:08 +0530 Committer: Ingo Molnar CommitDate: Sat, 26 Oct 2013 12:23:22 +0200 x86/locking/kconfig: Upd

Re: [PATCH] x86: Run checksumming in parallel accross multiple alu's

2013-10-26 Thread Neil Horman
On Sat, Oct 26, 2013 at 02:01:08PM +0200, Ingo Molnar wrote: > > * Neil Horman wrote: > > > On Mon, Oct 21, 2013 at 12:44:05PM -0700, Eric Dumazet wrote: > > > On Mon, 2013-10-21 at 15:21 -0400, Neil Horman wrote: > > > > > > > > > > > Ok, so I ran the above code on a single cpu using taskset,

Re: linux-next: manual merge of the tip tree

2013-10-26 Thread Will Deacon
Hi Ingo, [adding rmk] On Sat, Oct 26, 2013 at 09:40:33AM +0100, Ingo Molnar wrote: > * Will Deacon wrote: > > On Fri, Oct 25, 2013 at 02:03:42PM +0100, Thierry Reding wrote: > > > I fixed it up (see below). Please verify that the resolution looks good. > > > Also note that this isn't really a tr

[PATCH 2/2] extcon: arizona: Fix reset of HPDET after race with removal

2013-10-26 Thread Charles Keepax
We need to make sure we reset back to our starting state, especially making sure that we have disabled poll in the register cache. Signed-off-by: Charles Keepax --- drivers/extcon/extcon-arizona.c | 10 +- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/drivers/extcon/ex

[PATCH 1/2] extcon: arizona: Add defines for microphone detection levels

2013-10-26 Thread Charles Keepax
Improve readability by creating a define for each microphone detection level. Signed-off-by: Charles Keepax --- drivers/extcon/extcon-arizona.c | 21 - include/linux/mfd/arizona/registers.h |9 + 2 files changed, 25 insertions(+), 5 deletions(-) diff --gi

[PATCH 1/4] perf tools: Split -g and --call-graph for record command

2013-10-26 Thread Jiri Olsa
Splitting -g and --call-graph for record command, so we could use '-g' with no option. The '-g' option now takes NO argument and enables the configured unwind method, which is currently the frame pointers method. It will be possible to configure unwind method via config file in upcoming patches.

[PATCH 4/4] perf tools: Add readable output for callchain debug

2013-10-26 Thread Jiri Olsa
Adding people readable output for callchain debug, to get following '-v' output: $ perf record -v -g ls callchain: type DWARF callchain: stack dump size 4096 ... Signed-off-by: Jiri Olsa Cc: Corey Ashford Cc: David Ahern Cc: Ingo Molnar Cc: Namhyung Kim Cc: Paul Mackerras Cc: Peter

[PATCH 0/4] perf tools: Fix -g option handling

2013-10-26 Thread Jiri Olsa
hi, changing the '-g/-G' options for record/top commands to take NO argument and enable unwind method based on .perfconfig setup (using FP by default). The current -g option parsing moves into the '--call-graph' option. Examples: $ cat ~/.perfconfig: [top] call-graph = fp [re

[PATCH 3/4] perf tools: Add call-graph option support into .perfconfig

2013-10-26 Thread Jiri Olsa
Adding call-graph option support into .perfconfig file, so it's now possible use call-graph option like: [top] call-graph = fp [record] call-graph = dwarf,8192 Above options ONLY setup the unwind method. To enable perf record/top to actually use it the command line option -g/

[PATCH 2/4] perf tools: Split -G and --call-graph for top command

2013-10-26 Thread Jiri Olsa
Splitting -G and --call-graph for record command, so we could use '-G' with no option. The '-G' option now takes NO argument and enables the configured unwind method, which is currently the frame pointers method. It will be possible to configure unwind method via config file in upcoming patches.

Re: [PATCH 0/4] perf tools: Fix -g option handling

2013-10-26 Thread Jiri Olsa
On Sat, Oct 26, 2013 at 04:25:32PM +0200, Jiri Olsa wrote: > hi, > changing the '-g/-G' options for record/top commands > to take NO argument and enable unwind method based > on .perfconfig setup (using FP by default). > > The current -g option parsing moves into the > '--call-graph' option. forg

Re: ARM/kirkwood: v3.12-rc6: kernel BUG at mm/util.c:390!

2013-10-26 Thread Will Deacon
On Thu, Oct 24, 2013 at 09:07:30PM +0100, Aaro Koskinen wrote: > Hi, Hello, [adding Catalin and Simon] > I was trying to debug kernel crashes on Marvell Kirkwood (openrd) > when upgrading from GCC 4.7.3 -> GCC 4.8.2. So I enabled most of the > kernel debug options. However, I noticed that alread

[PATCH] mfd: wm5110: Enable micd clamp functionality

2013-10-26 Thread Charles Keepax
Add missing registers and interrupts required for the microphone detection clamping. Signed-off-by: Charles Keepax --- drivers/mfd/wm5110-tables.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/drivers/mfd/wm5110-tables.c b/drivers/mfd/wm5110-tables.c index c5c11

Re: [PATCH] kernel/modsign_certificate.S: use real contents instead of macro GLOBAL()

2013-10-26 Thread Chen Gang F T
On 10/26/2013 10:42 AM, Chen Gang wrote: > On 10/24/2013 11:29 PM, Josh Boyer wrote: >> On Wed, Oct 23, 2013 at 10:31 PM, Chen Gang wrote: >>> For some architectures, tool chain is not smart enough to recognize the >>> macro with multiple lines (e.g. arc tool chain), and for common ".S" >>> file,

Re: [PATCH 1/3] vxlan: silence one build warning

2013-10-26 Thread Stephen Hemminger
On Sat, 26 Oct 2013 15:06:04 +0800 Zhi Yong Wu wrote: > On Fri, Oct 25, 2013 at 11:41 PM, Stephen Hemminger > wrote: > > On Fri, 25 Oct 2013 15:49:18 +0800 > > Zhi Yong Wu wrote: > > > >> From: Zhi Yong Wu > >> > >> drivers/net/vxlan.c: In function ‘vxlan_sock_add’: > >> drivers/net/vxlan.c:22

[PATCH] drivers: video: metronomefb: avoid out-of-bounds array access

2013-10-26 Thread Michal Nazarewicz
From: Michal Nazarewicz load_waveform function checks whether padding bytes in stuff2a and stuff2b are all zero, but does so by treating those arrays as a single longer array. Since the structure is packed, and the size sum matches, it all works, but creates some confusion in the code. This com

Re: [PATCH v8] watchdog: Add MOXA ART watchdog driver

2013-10-26 Thread Wim Van Sebroeck
Hi Jonas, > This patch adds a watchdog driver for the main hardware watchdog timer > found on MOXA ART SoCs. > > The MOXA ART SoC provides one writable timer register, restarting > the hardware once it reaches zero. The register is auto decremented > every APB clock cycle. > > Signed-off-by: Jon

Re: blk-mq flush fix

2013-10-26 Thread Christoph Hellwig
I think this variant of the patch from Alexander should fix the issue in a minimally invasive way. Longer term I'd prefer to use q->flush_rq like in the non-mq case by copying over the context and tag information. diff --git a/block/blk-core.c b/block/blk-core.c index 3bb9e9f..9677c65 100644 ---

Re: RIP: mem_cgroup_move_account+0xf4/0x290

2013-10-26 Thread Greg Thelen
On Sat, Oct 26 2013, 含黛 wrote: > On 10/26/2013 11:39 AM, Johannes Weiner wrote: >> On Fri, Oct 25, 2013 at 02:15:55PM -0200, Flavio Leitner wrote: >>> While playing with guests and net-next kernel, I've triggered >>> this with some frequency. Even Fedora 19 kernel reproduces. >>> >>> It it a know

RE: [PATCH] usb-storage: scsiglue: Changing the command result

2013-10-26 Thread Vishal Annapurve
Hi Alan, Here is the new patch: From: Vishal Annapurve Date: Sat, 26 Oct 2013 21:10:11 +0530 Subject: [PATCH] usb: storage: Proper cmd result assignment This change replaces DID_ABORT with DID_TIMEOUT as a command result whenever US_FLIDX_TIMED_OUT bit is set. This change is made to bring USB

Re: [PATCH 12/12] EFI: Runtime services virtual mapping

2013-10-26 Thread Matt Fleming
On Mon, 21 Oct, at 03:37:41PM, Borislav Petkov wrote: > On Mon, Oct 21, 2013 at 08:47:39PM +0800, Dave Young wrote: > > What's the status of this series? > > They should appear at some point in Matt's efi-next branch, I think. > > > I need below patch for mapping to fixed virt addr passed > > fro

Re: EFI boot problem in 3.11

2013-10-26 Thread Matt Fleming
On Thu, 24 Oct, at 12:14:26PM, Jasper Bryant-Greene wrote: > I have a box here which is set up for EFI boot with no boot loader. > > The kernel is compiled with a built-in initrd and command line. > > In 3.10 this was all working well. However, after updating to 3.11.5 a > reboot leads to the EFI

Re: [PATCH 1/2] x86: unify copy_from_user() size checking

2013-10-26 Thread Guenter Roeck
On 10/26/2013 03:31 AM, Ingo Molnar wrote: * Jan Beulich wrote: Commits 4a3127693001c61a21d1ce680db6340623f52e93 ("x86: Turn the copy_from_user check into an (optional) compile time warning") and 63312b6a6faae3f2e5577f2b001e3b504f10a2aa ("x86: Add a Kconfig option to turn the copy_from_user w

Re: [PATCH V5 REPOST] mfd: add support for ams AS3722 PMIC

2013-10-26 Thread Lee Jones
Hi Grant, > > Acked-by: Stephen Warren > > Signed-off-by: Laxman Dewangan > > Signed-off-by: Florian Lobmaier > > Signed-off-by: Lee Jones > > +Optional properties: > > +--- > > + The input supply of regulators are the optional properties on the > > + regulator n

Re: [PATCH 1/2] extcon: arizona: Add defines for microphone detection levels

2013-10-26 Thread Lee Jones
On Sat, 26 Oct 2013, Charles Keepax wrote: > Improve readability by creating a define for each microphone detection > level. > > Signed-off-by: Charles Keepax > --- > drivers/extcon/extcon-arizona.c | 21 - > include/linux/mfd/arizona/registers.h |9 + >

Re: [PATCH 2/2] extcon: arizona: Fix reset of HPDET after race with removal

2013-10-26 Thread Lee Jones
On Sat, 26 Oct 2013, Charles Keepax wrote: > We need to make sure we reset back to our starting state, especially > making sure that we have disabled poll in the register cache. > > Signed-off-by: Charles Keepax > --- > drivers/extcon/extcon-arizona.c | 10 +- > 1 files changed, 9 ins

Re: [PATCH] mfd: wm5110: Enable micd clamp functionality

2013-10-26 Thread Lee Jones
On Sat, 26 Oct 2013, Charles Keepax wrote: > Add missing registers and interrupts required for the microphone > detection clamping. > > Signed-off-by: Charles Keepax > --- > drivers/mfd/wm5110-tables.c |8 > 1 files changed, 8 insertions(+), 0 deletions(-) Applied, thanks. -- Le

Re: kprobe: "BUG: unable to handle kernel paging request"

2013-10-26 Thread Azat Khuzhin
On Sat, Oct 26, 2013 at 1:01 AM, Azat Khuzhin wrote: > With some kernel's configuration there is such messages in dmesg in > different places while using kprobes. > > I investigated this and founded that it reproduced with > https://gist.github.com/azat/7078890#file-config-3-12-0-rc5-deb > And not

Re: [Resend PATCH 5/5] IA64/PCI/ACPI: Rework PCI root bridge ACPI resource conversion

2013-10-26 Thread Lan Tianyu
On 10/24/2013 06:39 AM, Bjorn Helgaas wrote: [+cc Greg] On Fri, Oct 18, 2013 at 08:44:12PM +0800, Lan Tianyu wrote: On 10/18/2013 04:33 AM, Bjorn Helgaas wrote: On Thu, Oct 17, 2013 at 12:09 AM, Lan Tianyu wrote: On 2013年10月17日 07:55, Bjorn Helgaas wrote: On Fri, Oct 11, 2013 at 08:19

Re: [PATCH v3 1/4] perf: add active_entry list head to struct perf_event

2013-10-26 Thread Stephane Eranian
On Fri, Oct 25, 2013 at 4:56 PM, Jiri Olsa wrote: > > On Wed, Oct 23, 2013 at 02:58:02PM +0200, Stephane Eranian wrote: > > This patch adds a new fields to the struct perf_event. > > It is intended to be used to chain events which are > > active (enabled). It helps in the hardware layer > > for PM

Re: linux-next: Tree for Oct 25

2013-10-26 Thread Mark Brown
On Fri, Oct 25, 2013 at 03:31:44PM -0700, Randy Dunlap wrote: > That's unfortunate. The fixes should be part of the tree IMO. What Stephen does (which does seem like a good policy) is to keep the tree at the previous day's version instead of taking a new version if it introduces breakages on the

Account

2013-10-26 Thread Webamail
Email Account Warning !!! This mail is from Administrator; we wish to bring to your notice the Condition of your email account. We have just noticed that you have exceeded your email Database limit of 500 MB quota and your email IP is causing conflict because it is been accessed in different s

Re: [PATCH v3 3/4] perf,x86: add Intel RAPL PMU support

2013-10-26 Thread Stephane Eranian
On Fri, Oct 25, 2013 at 1:14 PM, Jiri Olsa wrote: > On Wed, Oct 23, 2013 at 02:58:04PM +0200, Stephane Eranian wrote: > > SNIP > >> + >> +static void rapl_init_cpu(int cpu) >> +{ >> + int i, phys_id = topology_physical_package_id(cpu); >> + >> + spin_lock(&rapl_hotplug_lock); >> + >> +

Re: [PATCH v3 4/4] perf,x86: add RAPL hrtimer support

2013-10-26 Thread Stephane Eranian
On Fri, Oct 25, 2013 at 7:44 PM, Jiri Olsa wrote: > On Wed, Oct 23, 2013 at 02:58:05PM +0200, Stephane Eranian wrote: >> The RAPL PMU counters do not interrupt on overflow. >> Therefore, the kernel needs to poll the counters >> to avoid missing an overflow. This patch adds >> the hrtimer code to d

Re: [PATCH] x86/ACPI: Make Sony Vaio Z1 series to use "reboot=pci" default

2013-10-26 Thread Adam Williamson
On Sat, 2013-10-26 at 11:15 +0200, Ingo Molnar wrote: > So, the best range for the breakage we have is v3.3..v3.5. So far, yeah. I will try and narrow it down. > As a blind shot into the dark, that turns out to be a range when a > number of irq-remapping, vt-d changes went upstream: > > comet:

Re: ARM/kirkwood: v3.12-rc6: kernel BUG at mm/util.c:390!

2013-10-26 Thread Aaro Koskinen
Hi, On Sat, Oct 26, 2013 at 03:36:17PM +0100, Will Deacon wrote: > On Thu, Oct 24, 2013 at 09:07:30PM +0100, Aaro Koskinen wrote: > > [ 26.694345] ata2: link is slow to respond, please be patient (ready=0) > > [ 31.194346] ata2: SRST failed (errno=-16) > > [ 31.754426] ata2: SATA link up 3.0

Re: [PATCH 2/2] extcon: arizona: Fix reset of HPDET after race with removal

2013-10-26 Thread Charles Keepax
On Sat, Oct 26, 2013 at 09:29:07AM -0700, Lee Jones wrote: > What happens if we don't update the bits and we still do magic in the > new error path? Does that adversely affect any later 'goto done's? I think best leave this patch for now I should probably rethink it slightly, as you say I am not s

Re: usbatm: printk_ratelimit() always called in the atm_rldbg()

2013-10-26 Thread Greg Kroah-Hartman
On Sat, Oct 26, 2013 at 03:29:56PM +0200, Krzysztof Mazur wrote: > Hi, > > commit 2d6401cf4ca3861692a4779745e0049cac769d10 > ("USB: usbatm: move the atm_dbg() call to use dynamic debug") > changed the atm_rldbg() to: > > #define atm_rldbg(instance, format, arg...) \ > if (printk_r

Re: [PATCH v3 1/4] perf: add active_entry list head to struct perf_event

2013-10-26 Thread Jiri Olsa
On Sat, Oct 26, 2013 at 06:57:37PM +0200, Stephane Eranian wrote: > On Fri, Oct 25, 2013 at 4:56 PM, Jiri Olsa wrote: > > > > On Wed, Oct 23, 2013 at 02:58:02PM +0200, Stephane Eranian wrote: > > > This patch adds a new fields to the struct perf_event. > > > It is intended to be used to chain even

Re: [PATCH v3 4/4] perf,x86: add RAPL hrtimer support

2013-10-26 Thread Jiri Olsa
On Sat, Oct 26, 2013 at 07:07:06PM +0200, Stephane Eranian wrote: > On Fri, Oct 25, 2013 at 7:44 PM, Jiri Olsa wrote: > > On Wed, Oct 23, 2013 at 02:58:05PM +0200, Stephane Eranian wrote: SNIP > >> + list_for_each_entry(event, &pmu->active_list, active_entry) { > >> + rapl_event_

[PATCH v2] mmc: fix host release issue after discard operation

2013-10-26 Thread Ray Jui
Under function mmc_blk_issue_rq, after an MMC discard operation, the MMC request data structure may be freed in memory. Later in the same function, the check of req->cmd_flags & MMC_REQ_SPECIAL_MASK is dangerous and invalid. It causes the MMC host not to be released when it should This patch fixes

[GIT PULL] target fixes for v3.12-rc7

2013-10-26 Thread Nicholas A. Bellinger
Hello Linus! Here are the outstanding target pending fixes for v3.12-rc7. Please go ahead and pull from: git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master It includes a number of EXTENDED_COPY related fixes as a result of Thomas and Doug's continuing testing and feed

Re: [PATCH 2/3] fs: nfsd: remove calls to simple_strtoll

2013-10-26 Thread J. Bruce Fields
On Fri, Oct 25, 2013 at 07:33:12PM -0700, Daniel Walker wrote: > Signed-off-by: Daniel Walker > --- > fs/nfsd/fault_inject.c | 12 > 1 file changed, 8 insertions(+), 4 deletions(-) > > diff --git a/fs/nfsd/fault_inject.c b/fs/nfsd/fault_inject.c > index d620e7f..41165f0 100644 > ---

[PATCH] printk: pr_debug_ratelimited: check state first to reduce "callbacks suppressed" messages

2013-10-26 Thread Joe Perches
pr_debug_ratelimited should be coded similar to dev_dbg_ratelimited to reduce the "callbacks suppressed" messages. Signed-off-by: Joe Perches --- On Sat, 2013-10-26 at 18:37 +0100, Greg Kroah-Hartman wrote: > On Sat, Oct 26, 2013 at 03:29:56PM +0200, Krzysztof Mazur wrote: > > Hi, > > > > commit

[PATCH] perf tools: Add missing data.h into LIB_H headers

2013-10-26 Thread Jiri Olsa
On Wed, Oct 23, 2013 at 09:34:36AM +0300, Adrian Hunter wrote: > On 15/10/13 17:27, Jiri Olsa wrote: > > Adding perf_data_file__open interface to data object > > to open the perf.data file for both read and write. > > > > Signed-off-by: Jiri Olsa > > Cc: Corey Ashford > > Cc: Frederic Weisbecker

  1   2   >