Re: [PATCH] netfilter: ipset: small potential read beyond the end of buffer

2015-01-16 Thread Luis Henriques
On Thu, Jan 15, 2015 at 01:22:22PM +0100, Pablo Neira Ayuso wrote: From: Dan Carpenter dan.carpen...@oracle.com [ upstream commit 2196937e12b1b4ba139806d132647e1651d655df ] Thank you Pablo, I'll queue both patches for the 3.16 kernel. Cheers, -- Luís We could be reading 8 bytes into a 4

Re: [PATCH] bcache: Make sure to pass GFP_WAIT to mempool_alloc()

2015-01-16 Thread Luis Henriques
On Thu, Jan 15, 2015 at 05:29:32PM +0100, Gabriel de Perthuis wrote: Oh, here's the commit id: bcf090e0040e30f8409e6a535a01e6473afb096f Thank you Gabriel, I'm queuing this for the 3.16 kernel. Cheers, -- Luís Le 15/01/2015 17:26, Gabriel de Perthuis a écrit : this was very wrong -

Re: [PATCH][v3.16.y-ckt] ACPICA: Add new GPE public interface - acpi_mark_gpe_for_wake.

2015-01-16 Thread Luis Henriques
On Thu, Jan 15, 2015 at 03:19:51PM -0500, Joseph Salisbury wrote: Hello, Please consider including mainline commit c12f07d and bd9b2f9 in the next v3.16.y-ckt release. They were included in the mainline tree as of v3.17-rc1. A test kernel has been built and tested, which was confirmed to

[PATCH v3 1/3] pinctrl: at91: allow to have disabled gpio bank

2015-01-16 Thread Ludovic Desroches
From: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Today we expect that all the bank are enabled, and count the number of banks used by the pinctrl based on it instead of using the last bank id enabled. So switch to it, set the chained IRQ at runtime based on enabled banks and wait

Re: [PATCH 1/2] ARM: entry-common: fix forgotten set of thread_info-syscall

2015-01-16 Thread Russell King - ARM Linux
On Sat, Jan 17, 2015 at 12:57:02AM +0900, Roman Peniaev wrote: On Fri, Jan 16, 2015 at 7:54 AM, Kees Cook keesc...@chromium.org wrote: One interesting thing I noticed (which is unchanged by this series), but pulling ARM_r7 during the seccomp ptrace event shows __NR_poll, not

Re: [PATCH 1/2] ARM: entry-common: fix forgotten set of thread_info-syscall

2015-01-16 Thread Roman Peniaev
On Sat, Jan 17, 2015 at 12:59 AM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Sat, Jan 17, 2015 at 12:57:02AM +0900, Roman Peniaev wrote: On Fri, Jan 16, 2015 at 7:54 AM, Kees Cook keesc...@chromium.org wrote: One interesting thing I noticed (which is unchanged by this series),

[PATCHv2 1/3] ARM: mvebu: completely disable hardware I/O coherency

2015-01-16 Thread Thomas Petazzoni
The current hardware I/O coherency is known to cause problems with DMA coherent buffers, as it still requires explicit I/O synchronization barriers, which is not compatible with the semantics expected by the Linux DMA coherent buffers API. So, in order to have enough time to validate a new

Re: [PATCH 1/2] ARM: entry-common: fix forgotten set of thread_info-syscall

2015-01-16 Thread Roman Peniaev
On Fri, Jan 16, 2015 at 7:54 AM, Kees Cook keesc...@chromium.org wrote: On Wed, Jan 14, 2015 at 5:54 PM, Roman Peniaev r.peni...@gmail.com wrote: On Thu, Jan 15, 2015 at 5:51 AM, Kees Cook keesc...@chromium.org wrote: On Tue, Jan 13, 2015 at 12:35 AM, Roman Peniaev r.peni...@gmail.com wrote:

Re: [PATCH 1/2] ARM: entry-common: fix forgotten set of thread_info-syscall

2015-01-16 Thread Russell King - ARM Linux
On Sat, Jan 17, 2015 at 01:08:11AM +0900, Roman Peniaev wrote: On Sat, Jan 17, 2015 at 12:59 AM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Sat, Jan 17, 2015 at 12:57:02AM +0900, Roman Peniaev wrote: On Fri, Jan 16, 2015 at 7:54 AM, Kees Cook keesc...@chromium.org wrote:

Linux 3.10.65

2015-01-16 Thread Greg KH
I'm announcing the release of the 3.10.65 kernel. All users of the 3.10 kernel series must upgrade. The updated 3.10.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.10.y and can be browsed at the normal kernel.org git web

Linux 3.18.3

2015-01-16 Thread Greg KH
I'm announcing the release of the 3.18.3 kernel. All users of the 3.18 kernel series must upgrade. The updated 3.18.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.18.y and can be browsed at the normal kernel.org git web browser:

Re: Linux 3.14.29

2015-01-16 Thread Greg KH
diff --git a/Documentation/ramoops.txt b/Documentation/ramoops.txt index 69b3cac4749d..5d8675615e59 100644 --- a/Documentation/ramoops.txt +++ b/Documentation/ramoops.txt @@ -14,11 +14,19 @@ survive after a restart. 1. Ramoops concepts -Ramoops uses a predefined memory area to store the dump.

Re: Linux 3.10.65

2015-01-16 Thread Greg KH
diff --git a/Documentation/ramoops.txt b/Documentation/ramoops.txt index 69b3cac4749d..5d8675615e59 100644 --- a/Documentation/ramoops.txt +++ b/Documentation/ramoops.txt @@ -14,11 +14,19 @@ survive after a restart. 1. Ramoops concepts -Ramoops uses a predefined memory area to store the dump.

Linux 3.14.29

2015-01-16 Thread Greg KH
I'm announcing the release of the 3.14.29 kernel. All users of the 3.14 kernel series must upgrade. The updated 3.14.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.14.y and can be browsed at the normal kernel.org git web

Re: [PATCH 1/2] ARM: entry-common: fix forgotten set of thread_info-syscall

2015-01-16 Thread Kees Cook
On Fri, Jan 16, 2015 at 8:17 AM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Sat, Jan 17, 2015 at 01:08:11AM +0900, Roman Peniaev wrote: On Sat, Jan 17, 2015 at 12:59 AM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Sat, Jan 17, 2015 at 12:57:02AM +0900, Roman

[PATCH] ath3k: Add support of AR3012 bluetooth 13d3:3423 device

2015-01-16 Thread Dmitry Tunin
Add support of 13d3:3423 device. BugLink: https://bugs.launchpad.net/bugs/1411193 --- T: Bus=01 Lev=02 Prnt=03 Port=00 Cnt=01 Dev#= 5 Spd=12 MxCh= 0 D: Ver= 1.10 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs= 1 P: Vendor=13d3 ProdID=3423 Rev= 0.01 C:* #Ifs= 2 Cfg#= 1 Atr=e0 MxPwr=100mA A:

Re: [PATCH 1/5] mfd: tps65218: make INT[12] and STATUS registers volatile

2015-01-16 Thread Felipe Balbi
Hi, On Wed, Jan 14, 2015 at 09:07:17AM -0800, Tony Lindgren wrote: STATUS register can be modified by the HW, so we should bypass cache because of that. In the case of INT[12] registers, they are the ones that actually clear the IRQ source at the time they are read.

[PATCH 1/2] libata: allow sata_sil24 to opt-out of tag ordered submission

2015-01-16 Thread Dan Williams
Ronny reports: https://bugzilla.kernel.org/show_bug.cgi?id=87101 Since commit 8a4aeec8d libata/ahci: accommodate tag ordered controllers the access to the harddisk on the first SATA-port is failing on its first access. The access to the harddisk on the second port is working

[PATCH 0/2] fix sil24 regression and muddy the ata tag allocation waters

2015-01-16 Thread Dan Williams
The last we left the fix for the reported sil24 regression [1], Tejun had asked that I simplify the patch to just a flag [2]. Patch1 incorporates that feedback. Patch2 tries to make the ata tag allocator implementation slightly better than its current worst case implementation. I'm fine with

Re: [PATCH 1/2] ARM: entry-common: fix forgotten set of thread_info-syscall

2015-01-16 Thread Kees Cook
On Fri, Jan 16, 2015 at 11:57 AM, Kees Cook keesc...@chromium.org wrote: On Fri, Jan 16, 2015 at 8:17 AM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Sat, Jan 17, 2015 at 01:08:11AM +0900, Roman Peniaev wrote: On Sat, Jan 17, 2015 at 12:59 AM, Russell King - ARM Linux

[PATCH] mmc: core: stop trying to switch width when only one bit is supported

2015-01-16 Thread Alexandre Belloni
commit 1c2d26e379fc8d37d55befd8589c4c252186ee58 mmc_select_bus_width() will try to switch to MMC_BUS_WIDTH_4 even if MMC_CAP_4_BIT_DATA and MMC_CAP_8_BIT_DATA are not set in host-caps. Return as soon as possible when those flags are not set Fixes: 577fb13199b1 (mmc: rework selection of bus speed

Re: [PATCH] leds: netxbig: fix oops at probe time

2015-01-16 Thread Olof Johansson
On Tue, Jan 13, 2015 at 12:24 PM, Bryan Wu coolo...@gmail.com wrote: On Tue, Jan 13, 2015 at 12:16 PM, Andrew Lunn and...@lunn.ch wrote: On Tue, Jan 13, 2015 at 12:14:08PM -0800, Bryan Wu wrote: On Thu, Dec 11, 2014 at 1:04 AM, Simon Guinot simon.gui...@sequanux.org wrote: On Tue, Dec 02,

Re: [Intel-gfx] [PATCH] drm/i915: Do not invalidate obj-pages under mempressure

2015-01-16 Thread Daniel Vetter
On Thu, Jan 15, 2015 at 08:44:00PM +, Chris Wilson wrote: On Thu, Jan 15, 2015 at 08:36:15PM +0100, Daniel Vetter wrote: On Wed, Jan 14, 2015 at 9:34 PM, Chris Wilson ch...@chris-wilson.co.uk wrote: This (partially) reverts commit 5537252b6b6d71fb1a8ed7395a8e5babf91953fd

Re: [PATCH] ath3k: Add support of AR3012 bluetooth 13d3:3423 device

2015-01-16 Thread Marcel Holtmann
Hi Dmitry, Add support of 13d3:3423 device. BugLink: https://bugs.launchpad.net/bugs/1411193 --- T: Bus=01 Lev=02 Prnt=03 Port=00 Cnt=01 Dev#= 5 Spd=12 MxCh= 0 D: Ver= 1.10 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs= 1 P: Vendor=13d3 ProdID=3423 Rev= 0.01 C:* #Ifs= 2 Cfg#= 1 Atr=e0

Look Younger than 40 in Only 90 Minutes a Week

2015-01-16 Thread abuadeep1985
Hi, my friend ... This letter will change your mind. Today, the weight loss product known as “Old School New Body” Other products like creams and pills also fail to deliver desired results. That is exactly where the importance of Old School New Body comes in. What is it? It is an eBook that