Re: [PATCH 2/7] alpha: Eliminate compiler warning from memset macro

2013-07-17 Thread Matt Turner
On Tue, Jul 16, 2013 at 10:04 AM, Richard Henderson r...@twiddle.net wrote: Compiling with GCC 4.8 yields several instances of crypto/vmac.c: In function ‘vmac_final’: crypto/vmac.c:616:9: warning: value computed is not used [-Wunused-value] memset(mac, 0, sizeof(vmac_t)); ^

Re: [PATCH 0/3] Fix backlight issues on some Windows 8 systems

2013-07-17 Thread Yves-Alexis Perez
On mer., 2013-07-17 at 10:51 -0500, Felipe Contreras wrote: On Sat, Jun 22, 2013 at 4:46 PM, Yves-Alexis Perez cor...@debian.org wrote: Before Linux support for acpi_osi(Windows 2012) (and when booting with acpi_osi=!Windows 2012), brightness keys were handled by the kernel just fine,

Re: [tip:x86/urgent] x86: Make sure IDT is page aligned

2013-07-17 Thread H. Peter Anvin
On 07/17/2013 11:57 AM, Yinghai Lu wrote: Hi, Peter, Any reason for why following changelog get dropped? --- v5: - add comments to all IDTs about alignment reasoning, suggested by Linus v4: - rework using __page_aligned_bss, suggested by Yinghai LU - move all the other IDT

Re: [PATCH 06/23] perf doc: Add perf data file documentation

2013-07-17 Thread Arnaldo Carvalho de Melo
Em Wed, Jul 17, 2013 at 07:49:46PM +0200, Jiri Olsa escreveu: Adding perf data file documentation. TODO: Finish the FEATURES section Signed-off-by: Jiri Olsa jo...@redhat.com ASCIIDOC /tmp/build/perf/perf-evlist.xml asciidoc: ERROR: perf-data-file-v2.txt: line 5: name section expected

[PATCH v2 36/42] ARM: at91/dt: move sam9260/sam9g20 to new at91 clk implem

2013-07-17 Thread Boris BREZILLON
Define the main clock frequency in every sam9260/sam9g20 boards. Remove the old main clock definition. Signed-off-by: Boris BREZILLON b.brezil...@overkiz.com --- arch/arm/boot/dts/animeo_ip.dts | 17 ++--- arch/arm/boot/dts/at91sam9g20ek_common.dtsi | 17

Re: [Ksummit-2013-discuss] [ATTEND] How to act on LKML

2013-07-17 Thread George Spelvin
I think it's pretty clear that one doesn't need to be verbally abusive in order to stop bad code from getting into the kernel. Actually, it *not* clear. Without drawing fine distinctions about the definition of abusive, I think Linus's rants have a real purpose at times. One is so that

Re: 3.11.0-rc1: Mellanox mlx5 fails to compile on 32-bit kernels

2013-07-17 Thread Tim Gardner
On 07/17/2013 12:50 PM, Ben Greear wrote: Seems there is a 64-bit division in there somewhere. Thanks, Ben http://www.gossamer-threads.com/lists/linux/kernel/1746720 -- Tim Gardner tim.gard...@canonical.com -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the

[PATCH v2 37/42] ARM: at91/dt: move rm9200 boards to new at91 clk implem

2013-07-17 Thread Boris BREZILLON
Define the main clock frequency in every at91rm9200 boards. Remove the old main clock definition. Signed-off-by: Boris BREZILLON b.brezil...@overkiz.com --- arch/arm/boot/dts/at91rm9200ek.dts | 17 ++--- arch/arm/boot/dts/mpa1600.dts | 16 +--- 2 files changed,

[PATCH v2 38/42] ARM: at91/dt: move sam9263 boards to new at91 clk implem

2013-07-17 Thread Boris BREZILLON
Define the main clock frequency in every at91sam9263 boards. Remove the old main clock definition. Signed-off-by: Boris BREZILLON b.brezil...@overkiz.com --- arch/arm/boot/dts/at91sam9263ek.dts | 17 ++--- arch/arm/boot/dts/tny_a9263.dts | 17 ++---

Re: [PATCH V7 01/14] perf tools: add debug prints

2013-07-17 Thread Arnaldo Carvalho de Melo
Em Wed, Jul 17, 2013 at 03:43:01PM +0300, Adrian Hunter escreveu: It is useful to see the arguments to perf_event_open and whether the perf events ring buffer was mmapped per-cpu or per-thread. That information will now be displayed when verbose is 2 i.e option -vv Signed-off-by: Adrian

Re: [PATCH 3/3] pch_gbe: Add MinnowBoard support

2013-07-17 Thread Darren Hart
On Fri, 2013-07-12 at 17:58 -0700, Darren Hart wrote: The MinnowBoard uses an AR803x PHY with the PCH GBE which requires special handling. Use the MinnowBoard PCI Subsystem ID to detect this and add a pci_device_id.driver_data structure and functions to handle platform setup. The AR803x

Re: [PATCH RFC] lib: Make radix_tree_node_alloc() irq safe

2013-07-17 Thread Jens Axboe
On Tue, Jul 16 2013, Jan Kara wrote: With users of radix_tree_preload() run from interrupt (CFQ is one such possible user), the following race can happen: radix_tree_preload() ... radix_tree_insert() radix_tree_node_alloc() if (rtp-nr) { ret = rtp-nodes[rtp-nr - 1];

Re: [PATCH 1/3] pch_uart: Use DMI interface for board detection

2013-07-17 Thread Darren Hart
On Fri, 2013-07-12 at 17:58 -0700, Darren Hart wrote: Use the DMI interface rather than manually matching DMI strings. Greg, The rest of this series is either being dropped or has moved on to netdev. This patch however remains unchanged. Would you like me to resend individually or can you pull

[PATCH v2 39/42] ARM: at91/dt: move sam9g45 boards to new at91 clk implem

2013-07-17 Thread Boris BREZILLON
Define the main clock frequency in every at91sam9g45 boards. Remove the old main clock definition. Signed-off-by: Boris BREZILLON b.brezil...@overkiz.com --- arch/arm/boot/dts/at91sam9m10g45ek.dts | 17 ++--- arch/arm/boot/dts/pm9g45.dts | 16 +--- 2 files

Re: [Ksummit-2013-discuss] [ATTEND] How to act on LKML

2013-07-17 Thread Geert Uytterhoeven
On Wed, Jul 17, 2013 at 9:29 PM, Steven Rostedt rost...@goodmis.org wrote: I've said it several times in this thread. I think the tone of LKML has been getting more tame, and it's not your father's mailing list anymore. ;-) Indeed. Several (definitely more than 5) years ago, there was a

[PATCH v2 40/42] ARM: at91/dt: move sam9n12 boards to new at91 clk implem

2013-07-17 Thread Boris BREZILLON
Define the main clock frequency in every at91sam9n12 boards. Remove the old main clock definition. Signed-off-by: Boris BREZILLON b.brezil...@overkiz.com --- arch/arm/boot/dts/at91sam9n12ek.dts | 17 ++--- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git

[PATCH v2 41/42] ARM: at91/dt: move sam9x5 boards to new at91 clk implem

2013-07-17 Thread Boris BREZILLON
Define the main clock frequency in every at91sam9x5 boards. Remove the old main clock definition. Signed-off-by: Boris BREZILLON b.brezil...@overkiz.com --- arch/arm/boot/dts/at91-ariag25.dts | 17 ++--- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git

Re: [PATCH 001/001] [Input:] Propagate hardware generated event timestamp to evdev.

2013-07-17 Thread Alexander Levitskiy
Dmitry, I didn't see the MSC_TIMESTAMP before. I should have been more up to date. I've looked at MSC_TIMESTAMP change and the first impression was that it is something we can live with. After discussing details with my colleagues here we came to a conclusion that: a) we do need absolute time. b)

Re: [PATCH v2 24/42] ARM: at91: move at91sam9 boards to new at91 clk implem

2013-07-17 Thread boris brezillon
On 17/07/2013 19:13, Russell King - ARM Linux wrote: On Wed, Jul 17, 2013 at 05:37:13PM +0200, Boris BREZILLON wrote: Move at91 clk init from early_init to timer_init for all at91sam9 non dt boards. Using black ball point pen, please complete the following sentence using as many words as you

[PATCH v2 42/42] ARM: at91/dt: move sama5d3 boards to new at91 clk implem

2013-07-17 Thread Boris BREZILLON
Define the main clock frequency in every sama5d3 boards. Remove the old main clock definition. Include the appropriate peripheral options according to peripherals availability. Signed-off-by: Boris BREZILLON b.brezil...@overkiz.com --- arch/arm/boot/dts/sama5d31ek.dts |4

[RESEND][v3.8] [v3.9] [v3.10] [Regression] efi: be more paranoid about available space when creating variables

2013-07-17 Thread Joseph Salisbury
Hi Matthew, A bug was opened that reports a regression that prevents a system from booting[0]. After a kernel bisect, it was found that reverting the following commit resolved this bug: commit 68d929862e29a8b52a7f2f2f86a0600423b093cd Author: Matthew Garrett matthew.garr...@nebula.com Date:

nfsd bugfixes for 3.11

2013-07-17 Thread J. Bruce Fields
Please pull the following nfsd fixes from git://linux-nfs.org/~bfields/linux.git for-3.11 Just three minor bugfixes. --b. Dan Carpenter (1): svcrdma: underflow issue in decode_write_list() David Jeffery (1): lockd:

Re: [PATCH] memstick: add support for legacy memorysticks

2013-07-17 Thread Andrew Morton
On Mon, 8 Jul 2013 23:54:55 +0300 Maxim Levitsky maximlevit...@gmail.com wrote: Based partially on MS standard spec quotes from Alex Dubov. As any code that works with user data this driver isn't recommended to use to write cards that contain valuable data. It tries its best though to

Re: [RESEND][v3.8] [v3.9] [v3.10] [Regression] efi: be more paranoid about available space when creating variables

2013-07-17 Thread Matthew Garrett
On Wed, 2013-07-17 at 16:34 -0400, Joseph Salisbury wrote: Hi Matthew, A bug was opened that reports a regression that prevents a system from booting[0]. After a kernel bisect, it was found that reverting the following commit resolved this bug: This should be fixed by

[RFC][PATCH 00/10] Associative array Massive expansion of keyring capacity

2013-07-17 Thread David Howells
Here's a set of patches that do two main things: (1) Provide a general purpose associative array implementation. (2) Use the associative array implementation to provide key pointer storage for keyrings thereby massively increasing capacity. There are numerous smaller patches also that

[PATCH 09/10] KEYS: Drop the permissions argument from __keyring_search_one()

2013-07-17 Thread David Howells
Drop the permissions argument from __keyring_search_one() as the only caller passes 0 here - which causes all checks to be skipped. Signed-off-by: David Howells dhowe...@redhat.com --- security/keys/internal.h |3 +-- security/keys/key.c |2 +- security/keys/keyring.c |9

[PATCH 04/10] KEYS: key_is_dead() should take a const key pointer argument

2013-07-17 Thread David Howells
key_is_dead() should take a const key pointer argument as it doesn't modify what it points to. Signed-off-by: David Howells dhowe...@redhat.com --- security/keys/internal.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/keys/internal.h b/security/keys/internal.h

[PATCH 08/10] KEYS: Define a __key_get() wrapper to use rather than atomic_inc()

2013-07-17 Thread David Howells
Define a __key_get() wrapper to use rather than atomic_inc() on the key usage count as this makes it easier to hook in refcount error debugging. Signed-off-by: David Howells dhowe...@redhat.com --- Documentation/security/keys.txt | 13 - include/linux/key.h | 10

[PATCH 06/10] KEYS: Introduce a search context structure

2013-07-17 Thread David Howells
Search functions pass around a bunch of arguments, each of which gets copied with each call. Introduce a search context structure to hold these. Whilst we're at it, create a search flag that indicates whether the search should be directly to the description or whether it should iterate through

[PATCH 07/10] KEYS: Search for auth-key by name rather than targt key ID

2013-07-17 Thread David Howells
Search for auth-key by name rather than by target key ID as, in a future patch, we'll by searching directly by index key in preference to iteration over all keys. Signed-off-by: David Howells dhowe...@redhat.com --- security/keys/request_key_auth.c | 21 +++-- 1 file changed,

[PATCH 05/10] KEYS: Consolidate the concept of an 'index key' for key access

2013-07-17 Thread David Howells
Consolidate the concept of an 'index key' for accessing keys. The index key is the search term needed to find a key directly - basically the key type and the key description. We can add to that the description length. This will be useful when turning a keyring into an associative array rather

[PATCH 03/10] KEYS: Use bool in make_key_ref() and is_key_possessed()

2013-07-17 Thread David Howells
Make make_key_ref() take a bool possession parameter and make is_key_possessed() return a bool. Signed-off-by: David Howells dhowe...@redhat.com --- Documentation/security/keys.txt |7 +++ include/linux/key.h |4 ++-- security/keys/keyring.c |5 +++-- 3 files

[PATCH 01/10] KEYS: Skip key state checks when checking for possession

2013-07-17 Thread David Howells
Skip key state checks (invalidation, revocation and expiration) when checking for possession. Without this, keys that have been marked invalid, revoked keys and expired keys are not given a possession attribute - which means the possessor is not granted any possession permits and cannot do

Re: [PATCH 3.11-rc1] crypto: Fix boot failure duetomoduledependency.

2013-07-17 Thread Tetsuo Handa
Tim Chen wrote: Therefore, I think possible solutions are either (a) built-in the dependent modules # grep crc /lib/modules/3.11.0-rc1+/modules.dep kernel/drivers/scsi/sd_mod.ko: kernel/lib/crc-t10dif.ko kernel/lib/crc-t10dif.ko: This approach will increase

Re: [PATCH 02/10] Add a generic associative array implementation.

2013-07-17 Thread Joe Perches
On Wed, 2013-07-17 at 21:43 +0100, David Howells wrote: Add a generic associative array implementation that can be used as the container for keyrings, thereby massively increasing the capacity available whilst also speeding up searching in keyrings that contain a lot of keys. +extern int

Re: [PATCH 2/4] pinctrl: Allow pinctrl to have multiple active states

2013-07-17 Thread Stephen Warren
On 07/16/2013 03:05 AM, Tony Lindgren wrote: It's quite common that we need to dynamically change some pins for a device for runtime PM, or toggle a pin between rx and tx. Changing all the pins for a device is not efficient way of doing it. So let's allow setting up multiple active states

Re: [PATCH 02/10] Add a generic associative array implementation.

2013-07-17 Thread David Howells
Joe Perches j...@perches.com wrote: bool type makes me queasy. :-) I've no particular objection to naming it something else - but what? 'Mark' maybe? David -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More

Re: [RFC PATCH v5 0/1] drivers: mfd: Versatile Express SPC support

2013-07-17 Thread Samuel Ortiz
Hi Lorenzo, On Tue, Jul 16, 2013 at 05:05:42PM +0100, Lorenzo Pieralisi wrote: Hello, version v5 of VExpress SPC driver, please read on the changelog for major changes and explanations. The probing scheme is unchanged, since after trying the early platform devices approach it appeared

Re: [PATCH 5/8] thp, mm: locking tail page is a bug

2013-07-17 Thread Andrew Morton
On Mon, 15 Jul 2013 13:47:51 +0300 Kirill A. Shutemov kirill.shute...@linux.intel.com wrote: From: Kirill A. Shutemov kirill.shute...@linux.intel.com Locking head page means locking entire compound page. If we try to lock tail page, something went wrong. .. --- a/mm/filemap.c +++

Re: [RFC PATCH v5 0/1] drivers: mfd: Versatile Express SPC support

2013-07-17 Thread Samuel Ortiz
Hi Pawel, On Wed, Jul 17, 2013 at 03:20:11PM +0100, Pawel Moll wrote: On Wed, 2013-07-17 at 15:16 +0100, Nicolas Pitre wrote: On Wed, 17 Jul 2013, Pawel Moll wrote: On Wed, 2013-07-17 at 13:33 +0100, Nicolas Pitre wrote: If this is really miscelaneous code that really doesn't fit

[PATCH] ALSA: usb-audio: Add quirk for Focusrite Scarlett 18i8

2013-07-17 Thread Chris J Arges
This patch is similar to commit 1762a59d8e8b5e99f6f4a0f292b40f3cacb108ba. The same non-standard interface descriptor causes snd_usb_create_mixer() to fail for the Focusrite Scarlett 18i8 as well. Signed-off-by: Chris J Arges christopherar...@gmail.com --- sound/usb/quirks-table.h | 46

Re: [PATCH 3/4] pinctrl: Add support for additional dynamic states

2013-07-17 Thread Stephen Warren
On 07/16/2013 03:05 AM, Tony Lindgren wrote: To toggle dynamic states, let's add the optional active state in addition to the static default state. Then if the optional active state is defined, we can require that idle and sleep states cover the same pingroups as the active state. Then

Re: [PATCH -next 2/2] kbuild: fix for updated LZ4 tool with the new streaming format

2013-07-17 Thread Sam Ravnborg
We could extend the symbol option part to retreive values from a binary. Something like this: config FOOBAR bool option exec=true FOOBAR would assume the value y if the command true has exit code == 0, otherwise n. And similar conversions for other types. This

[PATCH] can: usb_8dev: fix urb leak on failure path in usb_8dev_start()

2013-07-17 Thread Alexey Khoroshilov
If usb_8dev_start() fails to submit urb, it unanchors the urb but forgets to free it. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov khoroshi...@ispras.ru --- drivers/net/can/usb/usb_8dev.c | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [PATCH 4/4] drivers: Add pinctrl handling for dynamic pin states

2013-07-17 Thread Stephen Warren
On 07/16/2013 03:05 AM, Tony Lindgren wrote: We want to have static pin states handled separately from dynamic pin states, so let's add optional state_active. Then if state_active is defined, let's check and make sure state_idle and state_sleep match state_active for the pin groups to avoid

Re: [PATCH 3/4] pinctrl: Add support for additional dynamic states

2013-07-17 Thread Stephen Warren
On 07/16/2013 03:05 AM, Tony Lindgren wrote: To toggle dynamic states, let's add the optional active state in addition to the static default state. Then if the optional active state is defined, we can require that idle and sleep states cover the same pingroups as the active state. Then

Re: [RFC PATCH v5 0/1] drivers: mfd: Versatile Express SPC support

2013-07-17 Thread Samuel Ortiz
Hi Nicolas, On Wed, Jul 17, 2013 at 02:29:02PM -0400, Nicolas Pitre wrote: On Wed, 17 Jul 2013, Russell King - ARM Linux wrote: On Wed, Jul 17, 2013 at 11:57:55AM -0400, Nicolas Pitre wrote: The sanest location at this point might simply be drivers/platform/vexpress_spc.c or

Re: [PATCH v7 0/5] kdump: Allow ELF header creation in new kernel

2013-07-17 Thread Andrew Morton
On Tue, 16 Jul 2013 13:24:21 -0400 Vivek Goyal vgo...@redhat.com wrote: Michael, Hatayama, in case this series can't go in 3.11, do you have other ideas where a small hack fix will allow kdump to work on s390 and we don't have to revert the mmap() patches. This would certainly be the

Re: [PATCH 0/3] Few ignored framebuffer fixes/additions

2013-07-17 Thread Andrew Morton
On Mon, 15 Jul 2013 17:26:59 +0200 Maxime Ripard maxime.rip...@free-electrons.com wrote: Sorry to bother you again with the framebuffer stuff but the new maintainer doesn't appear to be responsive either. Jean-Christophe is doing things - on 11 July he sent out a call for late patches to

Re: ext4_da_release_space:1333: ext4_da_release_space: ino 12, to_free 1 with only 0 reserved data blocks

2013-07-17 Thread Jan Kara
On Wed 17-07-13 10:52:18, Dave Jones wrote: On Wed, Jul 17, 2013 at 02:53:22PM +0200, Jan Kara wrote: On Tue 16-07-13 16:25:33, Dave Jones wrote: I've seen this happen a few times this week.. Thanks for report! Was this when fuzzing or just normal desktop load? What is inode with

Re: [PATCH v7 0/5] kdump: Allow ELF header creation in new kernel

2013-07-17 Thread Vivek Goyal
On Wed, Jul 17, 2013 at 06:00:49PM +0200, Michael Holzheu wrote: On Tue, Jul 16, 2013 at 06:18:10PM +0200, Michael Holzheu wrote: Hello Andrew, Here a new kdump patch series that we have discussed with Vivek and Hatayama during the last months. Besides of the feature described

Re: ext4_da_release_space:1333: ext4_da_release_space: ino 12, to_free 1 with only 0 reserved data blocks

2013-07-17 Thread Dave Jones
On Wed, Jul 17, 2013 at 11:38:50PM +0200, Jan Kara wrote: It was running this.. https://github.com/kernelslacker/io-tests/blob/master/setup.sh in a loop. After about 6 hours, that fell out. It made it all the way through every test a few times, which is odd, as the test should

Re: [PATCH v2] power: new trace event to print device suspend and resume time

2013-07-17 Thread Rafael J. Wysocki
On Wednesday, July 17, 2013 09:41:08 AM Joe Perches wrote: On Wed, 2013-07-17 at 16:30 +, Shuah Khan wrote: On 07/17/2013 10:09 AM, Joe Perches wrote: On Wed, 2013-07-17 at 09:57 -0600, Shuah Khan wrote: A new trace event is added to pm events to print time it takes to suspend and

Re: [PATCH -next 2/2] kbuild: fix for updated LZ4 tool with the new streaming format

2013-07-17 Thread Borislav Petkov
On Wed, Jul 17, 2013 at 11:16:49PM +0200, Sam Ravnborg wrote: + +static void exec_command(const char *command, struct symbol *sym) +{ + char buffer[2048]; + FILE *stream; Just some indentation level saving: + + stream = popen(command, r); + + if (stream != NULL) {

[PATCH] mm/hotplug, x86: Disable ARCH_MEMORY_PROBE by default

2013-07-17 Thread Toshi Kani
CONFIG_ARCH_MEMORY_PROBE enables /sys/devices/system/memory/probe interface, which allows a given memory address to be hot-added as follows. (See Documentation/memory-hotplug.txt for more detail.) # echo start_address_of_new_memory /sys/devices/system/memory/probe This probe interface is

Re: [Ksummit-2013-discuss] [ATTEND] How to act on LKML (was: [ 00/19] 3.10.1-stable review)

2013-07-17 Thread Paul E. McKenney
On Wed, Jul 17, 2013 at 10:14:49AM +0400, James Bottomley wrote: On Tue, 2013-07-16 at 14:18 -0700, Paul E. McKenney wrote: On Tue, Jul 16, 2013 at 10:27:09PM +0400, James Bottomley wrote: On Mon, 2013-07-15 at 15:38 -0700, Linus Torvalds wrote: On Mon, Jul 15, 2013 at 3:08 PM, Steven

Re: [GIT PULL] Remove ARM local timer API

2013-07-17 Thread Stephen Boyd
On 07/08/13 08:35, Stephen Boyd wrote: On 06/27, Olof Johansson wrote: On Tue, Jun 25, 2013 at 01:02:12PM -0700, Stephen Boyd wrote: Olof/Arnd, These patches remove the ARM local timer API. The ARM architected timers have already moved away from this API so this series migrates the rest of

Re: [PATCH 3.11-rc1] crypto: Fix boot failure duetomoduledependency.

2013-07-17 Thread Tim Chen
On Thu, 2013-07-18 at 05:50 +0900, Tetsuo Handa wrote: Tim Chen wrote: Therefore, I think possible solutions are either (a) built-in the dependent modules # grep crc /lib/modules/3.11.0-rc1+/modules.dep kernel/drivers/scsi/sd_mod.ko: kernel/lib/crc-t10dif.ko

Re: [PATCH] irqchip: gic: Don't complain in gic_get_cpumask() if UP system

2013-07-17 Thread Stephen Boyd
On 07/12/13 05:10, Stephen Boyd wrote: On 07/12, Javi Merino wrote: I agree, we should drop the check. It's annoying in uniprocessors and unlikely to be found in the real world unless your gic entry in the dt is wrong. Ok. How about this? Any comments? 8- Subject: [PATCH v2]

Re: [PATCH 1/3] pch_uart: Use DMI interface for board detection

2013-07-17 Thread Greg Kroah-Hartman
On Wed, Jul 17, 2013 at 01:15:40PM -0700, Darren Hart wrote: On Fri, 2013-07-12 at 17:58 -0700, Darren Hart wrote: Use the DMI interface rather than manually matching DMI strings. Greg, The rest of this series is either being dropped or has moved on to netdev. This patch however remains

3.10.0 failed paging request from kthread_data

2013-07-17 Thread Jim Schutt
Hi, I'm trying to test the btrfs and ceph contributions to 3.11, without testing all of 3.11-rc1 (just yet), so I'm testing with the next branch of Chris Mason's tree (commit cbacd76bb3 from git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git) merged into the for-linus branch of

Re: [ATTEND] How to act on LKML

2013-07-17 Thread Guenter Roeck
On Wed, Jul 17, 2013 at 07:40:43AM -0700, Sarah Sharp wrote: [ ... ] The result: 75% of their developers are women. If you give a flying fuck about diversity, and want to attract women to your open source The f word is considered highly offensive in some cultures. Granted its use is now far

Re: [PATCH 02/10] Add a generic associative array implementation.

2013-07-17 Thread George Spelvin
I have to say, the entire boolean type seems strange. I haven't looked at all the users, but wouldn't it be better to provide some simple helpers to allow call sites to set and test lsbits, and document the array as requiring 2-byte alignment of pointers? Factoring it into two features like this

Re: [PATCH 3.11-rc1] crypto: Fix boot failure duetomoduledependency.

2013-07-17 Thread Tim Chen
On Thu, 2013-07-18 at 05:50 +0900, Tetsuo Handa wrote: Tim Chen wrote: Therefore, I think possible solutions are either (a) built-in the dependent modules # grep crc /lib/modules/3.11.0-rc1+/modules.dep kernel/drivers/scsi/sd_mod.ko: kernel/lib/crc-t10dif.ko

Re: [lm-sensors] [RESEND PATCH V1 0/9] thermal: introduce DT thermal zone build

2013-07-17 Thread Guenter Roeck
On Wed, Jul 17, 2013 at 11:17:19AM -0400, Eduardo Valentin wrote: Hello all, As you noticed, I am working in a way to represent thermal data using device tree [1]. Essentially, this should be a way to say what to do with a sensor and how to associate (cooling) actions with it. Seems to me

Re: [RFC PATCH v5 0/1] drivers: mfd: Versatile Express SPC support

2013-07-17 Thread Nicolas Pitre
On Wed, 17 Jul 2013, Samuel Ortiz wrote: On Wed, Jul 17, 2013 at 02:29:02PM -0400, Nicolas Pitre wrote: At this point I don't really care about the name. I just want the damn thing merged upstream. But after several iterations to either fit one or another maintainers taste, each rework

Re: [Ksummit-2013-discuss] [ATTEND] How to act on LKML

2013-07-17 Thread Sarah Sharp
On Wed, Jul 17, 2013 at 07:42:44PM +0100, Al Viro wrote: On Wed, Jul 17, 2013 at 06:56:16PM +0100, Stefano Stabellini wrote: Abuse is never justified, I hope that's clear for everybody. Depends on details of your definition of abuse. So we are down to the definition of verbal abuse.

Re: [PATCH -next 2/2] kbuild: fix for updated LZ4 tool with the new streaming format

2013-07-17 Thread Yann E. MORIN
Sam, All, Well, while I was fighting on this on my side... ;-) On 2013-07-17 23:16 +0200, Sam Ravnborg spake thusly: We could extend the symbol option part to retreive values from a binary. Something like this: config FOOBAR bool option exec=true FOOBAR would

Re: [v3.11-rc1 PATCH 0/5] printk: Initial restructuring

2013-07-17 Thread Andrew Morton
On Tue, 16 Jul 2013 18:56:39 -0700 Joe Perches j...@perches.com wrote: On Tue, 2013-07-16 at 18:48 -0700, Linus Torvalds wrote: On Mon, Jul 15, 2013 at 2:51 PM, Joe Perches j...@perches.com wrote: If this is acceptable, I'll post 5 or so patches at a time after/if each block of

Re: [PATCH] irqchip: gic: Don't complain in gic_get_cpumask() if UP system

2013-07-17 Thread Nicolas Pitre
On Wed, 17 Jul 2013, Stephen Boyd wrote: On 07/12/13 05:10, Stephen Boyd wrote: On 07/12, Javi Merino wrote: I agree, we should drop the check. It's annoying in uniprocessors and unlikely to be found in the real world unless your gic entry in the dt is wrong. And that's a likely

Re: [PATCH] irqchip: gic: Don't complain in gic_get_cpumask() if UP system

2013-07-17 Thread Stephen Boyd
On 07/17/13 15:34, Nicolas Pitre wrote: On Wed, 17 Jul 2013, Stephen Boyd wrote: On 07/12/13 05:10, Stephen Boyd wrote: On 07/12, Javi Merino wrote: I agree, we should drop the check. It's annoying in uniprocessors and unlikely to be found in the real world unless your gic entry in the dt

Re: [Ksummit-2013-discuss] [ATTEND] How to act on LKML

2013-07-17 Thread David Woodhouse
On Wed, 2013-07-17 at 11:51 -0700, Sarah Sharp wrote: No, it's actually some of the comments I've received that bother me. For example, I would never want to deal with the misogynist troll, Lubin, EVER again. It surprises me to see you calling someone names like that, Sarah. It seems to be

Re: [PATCH] ioatdma: silence GCC warnings

2013-07-17 Thread Dan Williams
On Mon, Jun 17, 2013 at 3:35 AM, Paul Bolle pebo...@tiscali.nl wrote: Building dma_v3.o triggers two GCC warnings: drivers/dma/ioat/dma_v3.c: In function ‘__ioat3_prep_pq16_lock’: drivers/dma/ioat/dma_v3.c:264:11: warning: array subscript is below array bounds [-Warray-bounds]

Re: [PATCH 5/8] thp, mm: locking tail page is a bug

2013-07-17 Thread Kirill A. Shutemov
Andrew Morton wrote: On Mon, 15 Jul 2013 13:47:51 +0300 Kirill A. Shutemov kirill.shute...@linux.intel.com wrote: From: Kirill A. Shutemov kirill.shute...@linux.intel.com Locking head page means locking entire compound page. If we try to lock tail page, something went wrong. ..

Re: open conflicts vs. hidden conflicts (was: [ 00/19] 3.10.1-stable review)

2013-07-17 Thread NeilBrown
On Wed, 17 Jul 2013 20:14:40 +0200 Ingo Molnar mi...@kernel.org wrote: 1) Your notion that conflicts and insults somehow hurt group cooperation is wrong. It is a scientific fact that open conflict _helps_ cooperation while hidden conflict hurts it. I don't think anyone is seriously

Re: [PATCH 5/8] thp, mm: locking tail page is a bug

2013-07-17 Thread Dave Hansen
On 07/17/2013 02:09 PM, Andrew Morton wrote: lock_page() is a pretty commonly called function, and I assume quite a lot of people run with CONFIG_DEBUG_VM=y. Is the overhead added by this patch really worthwhile? I always thought of it as a developer-only thing. I don't think any of the big

Re: [RFC PATCH v5 0/1] drivers: mfd: Versatile Express SPC support

2013-07-17 Thread Samuel Ortiz
On Wed, Jul 17, 2013 at 06:22:46PM -0400, Nicolas Pitre wrote: On Wed, 17 Jul 2013, Samuel Ortiz wrote: On Wed, Jul 17, 2013 at 02:29:02PM -0400, Nicolas Pitre wrote: At this point I don't really care about the name. I just want the damn thing merged upstream. But after several

[ 3.8.y.z extended stable ] Linux 3.8.13.5 stable review

2013-07-17 Thread Kamal Mostafa
This is the start of the review cycle for the Linux 3.8.13.5 stable kernel. This version contains 145 new patches, summarized below. The new patches are posted as replies to this message and also available in this git branch:

[PATCH 021/145] xen/pcifront: Deal with toolstack missing 'XenbusStateClosing' state.

2013-07-17 Thread Kamal Mostafa
3.8.13.5 -stable review patch. If anyone has any objections, please let me know. -- From: Konrad Rzeszutek Wilk konrad.w...@oracle.com commit 098b1aeaf4d6149953b8f1f8d55c21d85536fbff upstream. There are two tool-stack that can instruct the Xen PCI frontend and backend to

[PATCH 009/145] zram: avoid invalid memory access in zram_exit()

2013-07-17 Thread Kamal Mostafa
3.8.13.5 -stable review patch. If anyone has any objections, please let me know. -- From: Jiang Liu liu...@gmail.com commit 6030ea9b35971a4200062f010341ab832e878ac9 upstream. Memory for zram-disk object may have already been freed after returning from destroy_device(zram),

[PATCH 134/145] perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenario

2013-07-17 Thread Kamal Mostafa
3.8.13.5 -stable review patch. If anyone has any objections, please let me know. -- From: Jiri Olsa jo...@redhat.com commit 06f417968beac6e6b614e17b37d347aa6a6b1d30 upstream. The '!ctx-is_active' check has a valid scenario, so there's no need for the warning. The reason is

[PATCH 017/145] usb: gadget: f_mass_storage: add missing memory barrier for thread_wakeup_needed

2013-07-17 Thread Kamal Mostafa
3.8.13.5 -stable review patch. If anyone has any objections, please let me know. -- From: UCHINO Satoshi satoshi.uch...@toshiba.co.jp commit d68c277b501889b3a50c179d1c3d704db7947b83 upstream. Without this memory barrier, the file-storage thread may fail to escape from the

[PATCH 014/145] pcmcia: at91_cf: fix gpio_get_value in at91_cf_get_status

2013-07-17 Thread Kamal Mostafa
3.8.13.5 -stable review patch. If anyone has any objections, please let me know. -- From: Joachim Eastwood manab...@gmail.com commit e39506b466edcda2a7e9d0174d7987ae654137b7 upstream. Commit 80af9e6d (pcmcia at91_cf: fix raw gpio number usage) forgot to change the parameter

Re: [ATTEND] How to act on LKML

2013-07-17 Thread Randy Dunlap
On 07/17/13 15:02, Guenter Roeck wrote: On Wed, Jul 17, 2013 at 07:40:43AM -0700, Sarah Sharp wrote: [ ... ] The result: 75% of their developers are women. If you give a flying fuck about diversity, and want to attract women to your open source The f word is considered highly offensive

[PATCH 018/145] x86, efi: retry ExitBootServices() on failure

2013-07-17 Thread Kamal Mostafa
3.8.13.5 -stable review patch. If anyone has any objections, please let me know. -- From: Zach Bobroff zacha...@ami.com commit d3768d885c6ccbf8a137276843177d76c49033a7 upstream. ExitBootServices is absolutely supposed to return a failure if any ExitBootServices event handler

[PATCH 139/145] x86,efi: Implement efi_no_storage_paranoia parameter

2013-07-17 Thread Kamal Mostafa
3.8.13.5 -stable review patch. If anyone has any objections, please let me know. -- From: Richard Weinberger rich...@nod.at commit 8c58bf3eec3b8fc8162fe557e9361891c20758f2 upstream. Using this parameter one can disable the storage_size/2 check if he is really sure that the

[PATCH 137/145] x86, efivars: firmware bug workarounds should be in platform code

2013-07-17 Thread Kamal Mostafa
3.8.13.5 -stable review patch. If anyone has any objections, please let me know. -- From: Matt Fleming matt.flem...@intel.com commit a6e4d5a03e9e3587e88aba687d8f225f4f04c792 upstream. commit 3668011d4ad556224f7c012c1e870a6eaa0e59da upstream. Let's not burden ia64 with checks

[PATCH 136/145] MFD: rtsx_pcr: Fix probe fail path

2013-07-17 Thread Kamal Mostafa
3.8.13.5 -stable review patch. If anyone has any objections, please let me know. -- From: Jiri Slaby jsl...@suse.cz commit 9d66b568a215fe2da2a9db736ebf9b8d66082d88 upstream. When rtsx_pci_acquire_irq fails in rtsx_pci_probe, we forget to disable an MSI (if we enabled it).

[PATCH 124/145] iscsi-target: Fix tfc_tpg_nacl_auth_cit configfs length overflow

2013-07-17 Thread Kamal Mostafa
3.8.13.5 -stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?J=C3=B6rn=20Engel?= jo...@logfs.org commit 0fbfc46fb0b2f543a8b539e94c6c293ebc0b05a6 upstream. This patch fixes a potential buffer overflow while processing iscsi_node_auth

[PATCH 141/145] x86/efi: Fix dummy variable buffer allocation

2013-07-17 Thread Kamal Mostafa
3.8.13.5 -stable review patch. If anyone has any objections, please let me know. -- From: Ben Hutchings b...@decadent.org.uk commit b8cb62f82103083a6e8fa5470bfe634a2c06514d upstream. 1. Check for allocation failure 2. Clear the buffer contents, as they may actually be written

[PATCH 129/145] dm mpath: fix ioctl deadlock when no paths

2013-07-17 Thread Kamal Mostafa
3.8.13.5 -stable review patch. If anyone has any objections, please let me know. -- From: Hannes Reinecke h...@suse.de commit 6c182cd88d179cbbd06f4f8a8a19b6977940753f upstream. When multipath needs to retry an ioctl the reference to the current live table needs to be dropped.

[PATCH 131/145] dm verity: fix inability to use a few specific devices sizes

2013-07-17 Thread Kamal Mostafa
3.8.13.5 -stable review patch. If anyone has any objections, please let me know. -- From: Mikulas Patocka mpato...@redhat.com commit b1bf2de07271932326af847a3c6a01fdfd29d4be upstream. Fix a boundary condition that caused failure for certain device sizes. The problem is

[PATCH 135/145] perf: Fix perf_lock_task_context() vs RCU

2013-07-17 Thread Kamal Mostafa
3.8.13.5 -stable review patch. If anyone has any objections, please let me know. -- From: Peter Zijlstra pet...@infradead.org commit 058ebd0eba3aff16b144eabf4510ed9510e1416e upstream. Jiri managed to trigger this warning: []

[PATCH 127/145] parisc: Fix gcc miscompilation in pa_memcpy()

2013-07-17 Thread Kamal Mostafa
3.8.13.5 -stable review patch. If anyone has any objections, please let me know. -- From: Helge Deller del...@gmx.de commit 5b879d78bc0818aa710f5d4d9abbfc2aca075cc3 upstream. When running the LTP testsuite one may hit this kernel BUG() with the write06 testcase: kernel BUG

[PATCH 122/145] ACPI / power: add missing newline to debug messages

2013-07-17 Thread Kamal Mostafa
3.8.13.5 -stable review patch. If anyone has any objections, please let me know. -- From: Mika Westerberg mika.westerb...@linux.intel.com commit 10a0b6176b9f8b026ce07acd8f755297653c443c upstream. There are few places in power.c where debug messages have no newline at the end.

[PATCH 138/145] x86, efi: remove duplicate code in setup_arch() by using, efi_is_native()

2013-07-17 Thread Kamal Mostafa
3.8.13.5 -stable review patch. If anyone has any objections, please let me know. -- From: Satoru Takeuchi takeuchi_sat...@jp.fujitsu.com commit 6b59e366e074d3962e04f01efb8acc10a33c0e1e upstream. The check, IS_ENABLED(CONFIG_X86_64) != efi_enabled(EFI_64BIT), in setup_arch()

[PATCH 140/145] Modify UEFI anti-bricking code

2013-07-17 Thread Kamal Mostafa
3.8.13.5 -stable review patch. If anyone has any objections, please let me know. -- From: Richard Weinberger rich...@nod.at commit f8b8404337de4e2466e2e1139ea68b1f8295974f upstream. This patch reworks the UEFI anti-bricking code, including an effective reversion of cc5a080c

[PATCH 099/145] iwlwifi: pcie: wake the queue if stopped when being unmapped

2013-07-17 Thread Kamal Mostafa
3.8.13.5 -stable review patch. If anyone has any objections, please let me know. -- From: Emmanuel Grumbach emmanuel.grumb...@intel.com commit 8a487b1a7432b20ff3f82387a8ce7555a964b44e upstream. When the queue is unmapped while it was so loaded that mac80211's was stopped, we

[PATCH 065/145] mm/memory-hotplug: fix lowmem count overflow when offline pages

2013-07-17 Thread Kamal Mostafa
3.8.13.5 -stable review patch. If anyone has any objections, please let me know. -- From: Wanpeng Li liw...@linux.vnet.ibm.com commit cea27eb2a202959783f81254c48c250ddd80e129 upstream. The logic for the memory-remove code fails to correctly account the Total High Memory when

[PATCH 104/145] rt2x00: read 5GHz TX power values from the correct offset

2013-07-17 Thread Kamal Mostafa
3.8.13.5 -stable review patch. If anyone has any objections, please let me know. -- From: Gabor Juhos juh...@openwrt.org commit 0a6f3a8ebaf13407523c2c7d575b4ca2debd23ba upstream. The current code uses the same index value both for the channel information array and for the TX

<    2   3   4   5   6   7   8   9   10   11   >