Re: [PATCH] arm64: remove redundant FRAME_POINTER kconfig option

2015-11-06 Thread Shi, Yang
On 11/6/2015 9:51 AM, Catalin Marinas wrote: On Fri, Nov 06, 2015 at 09:39:07AM -0800, Shi, Yang wrote: On 11/6/2015 9:35 AM, Catalin Marinas wrote: On Fri, Nov 06, 2015 at 09:23:38AM -0800, Shi, Yang wrote: On 11/6/2015 8:25 AM, Will Deacon wrote: However, the patch would allow one to disabl

Re: [KERNEL] Re: [KERNEL] Re: [KERNEL] Re: [KERNEL] Re: [KERNEL] Re: [KERNEL] Re: Kernel 4.3 breaks security in systems using capabilities

2015-11-06 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Am Fr den 6. Nov 2015 um 16:53 schrieb Theodore Ts'o: > On Fri, Nov 06, 2015 at 02:58:36PM +0100, Klaus Ethgen wrote: > > But that left out completely the, I think more important, usecase of > > _removing_ SUID completely and _replacing_ it with ver

Re: [PATCH] thinkpad_acpi: don't yell on unsupported brightness interfaces

2015-11-06 Thread Darren Hart
On Fri, Nov 06, 2015 at 03:19:43PM +0100, David Herrmann wrote: > Hi Darren! > > On Wed, Oct 21, 2015 at 4:44 PM, Darren Hart wrote: > > On Wed, Oct 21, 2015 at 12:33:52PM -0200, Henrique de Moraes Holschuh wrote: > >> On Wed, Oct 21, 2015, at 08:46, David Herrmann wrote: > >> > The thinkpad_acpi

Re: [KERNEL] Re: [KERNEL] Re: [KERNEL] Re: [KERNEL] Re: [KERNEL] Re: Kernel 4.3 breaks security in systems using capabilities

2015-11-06 Thread Serge E. Hallyn
On Fri, Nov 06, 2015 at 09:51:15AM -0800, Casey Schaufler wrote: > On 11/6/2015 7:53 AM, Theodore Ts'o wrote: > > On Fri, Nov 06, 2015 at 02:58:36PM +0100, Klaus Ethgen wrote: > >> But that left out completely the, I think more important, usecase of > >> _removing_ SUID completely and _replacing_ i

Re: [PATCH v4 4/5] regulator: tps65912: Add regulator driver for the TPS65912 PMIC

2015-11-06 Thread Andrew F. Davis
On 11/06/2015 04:43 AM, Mark Brown wrote: On Thu, Nov 05, 2015 at 12:04:00PM -0600, Andrew F. Davis wrote: On 11/05/2015 04:14 AM, Mark Brown wrote: That sounds like a bug to me, it'll have broken a bunch of existing devices. Most OF drivers have the OF MODALIAS. That's nice but not rele

Re: [KERNEL] Re: [KERNEL] Re: [KERNEL] Re: [KERNEL] Re: [KERNEL] Re: [KERNEL] Re: Kernel 4.3 breaks security in systems using capabilities

2015-11-06 Thread Serge E. Hallyn
On Fri, Nov 06, 2015 at 06:56:20PM +0100, Klaus Ethgen wrote: > Am Fr den 6. Nov 2015 um 16:53 schrieb Theodore Ts'o: > > In the light of that, using things like ambient capabilities, or using > > setuid binary that immediately drops all caps that it needs, is > > probably the best we're going to

Re: [PATCH 0/3] signal: kill the obsolete SIGNAL_UNKILLABLE check in complete_signal()

2015-11-06 Thread Oleg Nesterov
On 11/06, Oleg Nesterov wrote: > > On 11/05, Andrew Morton wrote: > > > > On Thu, 5 Nov 2015 21:17:20 +0100 Oleg Nesterov wrote: > > > > > So this replaces > > > signal-kill-the-obsolete-signal_unkillable-check-in-complete_signal.patch > > > 2/3 is actually the same change, just the changelog was

Re: [RFC PATCH 0/3] CFS idle injection

2015-11-06 Thread Dietmar Eggemann
On 05/11/15 10:12, Peter Zijlstra wrote: > > People, trim your emails! > > On Wed, Nov 04, 2015 at 08:58:30AM -0800, Jacob Pan wrote: > >>> I also like #2 too. Specially now that it is not limited to a specific >>> platform. One question though, could you still keep the cooling device >>> suppor

[PATCH] checkpatch: Warn when casting constants to c90 int or longer types

2015-11-06 Thread Joe Perches
Linus Torvalds wrote: > I can't but help to react that this: > #define IOMMU_ERROR_CODE (~(unsigned long) 0) > Not that this *matters*, but it's a bit odd to have to cast constants > to perfectly regular C types. So add a test that looks for constants that are cast to standard C90 int or l

[RFC PATCH 1/2] net: mvneta: Associate RX queues with each CPU

2015-11-06 Thread Gregory CLEMENT
We enable the percpu interrupt for all the CPU and we just associate a CPU to a few queue at the neta level. The mapping between the CPUs and the queues is static. The queues are associated to the CPU module the number of CPUs. However currently we only use on RX queue for a given Ethernet port. S

[RFC PATCH 2/2] net: mvneta: Add naive RSS support

2015-11-06 Thread Gregory CLEMENT
This patch add the support for the RSS related ethtool function. Currently it only use one entry in the indirection table which allows associating an mveneta interface to a given CPU. Signed-off-by: Gregory CLEMENT --- drivers/net/ethernet/marvell/mvneta.c | 114 +

[RFC PATCH 0/2] net: mvneta: Introduce RSS support

2015-11-06 Thread Gregory CLEMENT
Hi, this series is a first attempt to add RSS support on mvneta. this series will allow associating an ethernet interface to a given CPU through RSS by using "ethtool -X ethX weight". Indeed, currently I only enable one entry in the RSS lookup table. Even if it is not really RSS, it allows to get

Re: [GIT PULL] MFD for v4.4

2015-11-06 Thread Linus Torvalds
On Fri, Nov 6, 2015 at 12:04 AM, Lee Jones wrote: > > git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git > tags/mfd-for-linus-4.4 So I had some of the patches you listed from before throughthe regmap merge etc. So you and Mark Brown merged some of the same branches. That all looks fine

Re: [PATCH] Intel device IDs SATA

2015-11-06 Thread Andy Shevchenko
On Tue, Nov 3, 2015 at 9:09 PM, Alexandra Yates wrote: > Adding Intel codename Lewisburg platform device IDs for SATA. > > Signed-off-by: Alexandra Yates > --- > drivers/ata/ahci.c | 18 ++ > 1 file changed, 18 insertions(+) > > diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.

Re: [PATCH] Intel device IDs for PCH

2015-11-06 Thread Andy Shevchenko
On Tue, Nov 3, 2015 at 9:25 PM, Alexandra Yates wrote: > Adding Intel codename Lewisburg platform device IDs for PCH. > > Signed-off-by: Alexandra Yates > --- > drivers/mfd/lpc_ich.c | 15 +++ > 1 file changed, 15 insertions(+) > > diff --git a/drivers/mfd/lpc_ich.c b/drivers/mfd/lpc

Re: [PATCH] arm: Use kernel mm when updating section permissions

2015-11-06 Thread Laura Abbott
On 11/05/2015 05:15 PM, Kees Cook wrote: On Thu, Nov 5, 2015 at 5:05 PM, Laura Abbott wrote: On 11/05/2015 08:27 AM, Russell King - ARM Linux wrote: On Thu, Nov 05, 2015 at 08:20:42AM -0800, Laura Abbott wrote: On 11/05/2015 01:46 AM, Russell King - ARM Linux wrote: On Wed, Nov 04, 2015 a

[GIT PULL] Btrfs

2015-11-06 Thread Chris Mason
Hi Linus, Please pull my for-linus-4.4 branch: git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git for-linus-4.4 My branch was based on 4.3-rc5, and it ended up with a minor conflict against the btrfs changes sent in for a later rc. I put a sample merge resolution up here: git

Re: [GIT PULL] MFD for v4.4

2015-11-06 Thread Linus Torvalds
On Fri, Nov 6, 2015 at 12:04 AM, Lee Jones wrote: > > git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git > tags/mfd-for-linus-4.4 Ugh. Maintainers, *please* check new warnings you introduce. We don't have that many compiler warnings in the kernel, you shouldn't be introducing new ones

[PATCH] net: netfilter: fix GCC uninitialized warning

2015-11-06 Thread Dmitry Safonov
With x86_64_defconfig: GCC thinks that in nfulnl_recv_config flags parameter is not inited but it was under the same condition (nfula[NFULA_CFG_FLAGS] == true). Suppress this warning: net/netfilter/nfnetlink_log.c: In function ‘nfulnl_recv_config’: net/netfilter/nfnetlink_log.c:320:

Re: [PATCH v2 0/9] Better compatible for the rockchip thermal and support RK3368 SoCs

2015-11-06 Thread Eduardo Valentin
Caesar, On Thu, Nov 05, 2015 at 01:17:56PM +0800, Caesar Wang wrote: > This series patchs are working for RK3368 on Rockchip platform. > Good to see the perseverance! :-) > @Heiko, > The PATCH [5/6] is working based on big/littel cluster cpufreq > added. Anyway, the PATCH [5/6] also wor

Re: [PATCH] perf symbols/KCORE: Rebuild rbtree when adjusting symbols for kcore

2015-11-06 Thread Arnaldo Carvalho de Melo
Em Fri, Nov 06, 2015 at 03:59:29PM +0200, Adrian Hunter escreveu: > On 06/11/15 15:19, Arnaldo Carvalho de Melo wrote: > > Em Fri, Nov 06, 2015 at 09:46:12AM +, Wang Nan escreveu: > >> In dso__split_kallsyms_for_kcore(), current code adjusts symbol's > >> address but only reinsert it into rbtre

Citrix XenApp Users List

2015-11-06 Thread Craig Carter
Hi, I just wanted to drop you a quick note to see if you would be interested in a discussion about "Citrix XenApp Users List" and the benefits it can bring your organization for your Marketing Initiatives like Email Marketing, Tele Marketing, Direct Mailings etc. Every contact will include:

Re: [PATCH v2 4/9] thermal: rockchip: improve the conversion function

2015-11-06 Thread Eduardo Valentin
Hello Caesar, On Thu, Nov 05, 2015 at 01:18:00PM +0800, Caesar Wang wrote: > We should make the conversion table in as a parameter since the different > SoCs have the different conversionion table. > > Signed-off-by: Caesar Wang > --- > > Changes in v2: > - make the conversion table in as a par

[PATCH] Input: elantech - add Fujitsu Lifebook U745 to force crc_enabled

2015-11-06 Thread Takashi Iwai
Another Lifebook machine that needs the same quirk as other similar models to make the driver working. Bugzilla: https://bugzilla.opensuse.org/show_bug.cgi?id=883192 Cc: Signed-off-by: Takashi Iwai --- drivers/input/mouse/elantech.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/dri

Re: [PATCH] net: netfilter: fix GCC uninitialized warning

2015-11-06 Thread Pablo Neira Ayuso
On Fri, Nov 06, 2015 at 09:48:14PM +0300, Dmitry Safonov wrote: > With x86_64_defconfig: > GCC thinks that in nfulnl_recv_config flags parameter is not inited but > it was under the same condition (nfula[NFULA_CFG_FLAGS] == true). > Suppress this warning: > net/netfilter/nfnetlink_log.c: In f

Re: [PATCH v2 0/9] Better compatible for the rockchip thermal and support RK3368 SoCs

2015-11-06 Thread Heiko Stuebner
Hi Eduardo, Caesar, Am Freitag, 6. November 2015, 10:47:40 schrieb Eduardo Valentin: > On Thu, Nov 05, 2015 at 01:17:56PM +0800, Caesar Wang wrote: > > This series patchs are working for RK3368 on Rockchip platform. > > > > Good to see the perseverance! :-) > > > @Heiko, > > The PATCH [5/6]

Re: [PATCH 0/4] dm verity: add support for error correction

2015-11-06 Thread Sami Tolvanen
On Fri, Nov 06, 2015 at 12:23:29PM -0500, Mikulas Patocka wrote: > I'm also wondering what is this patch useful for. Disks and flash > controllers have their own error detection and correction I think I addressed this earlier. Some storage devices are able to correct bit flips, but don't have eno

[PATCH] trace: ftrace: remove ftrace_cpu_disabled

2015-11-06 Thread Dmitry Safonov
Since the ring buffer is lockless, there is no need to disable ftrace on CPU. And no one doing so: after commit 68179686ac67cb ("tracing: Remove ftrace_disable/enable_cpu()") ftrace_cpu_disabled stays the same after initialization, nothing changes it. ftrace_cpu_disabled shouldn't be used by any ex

Re: [netfilter-core] [PATCH] net: netfilter: fix GCC uninitialized warning

2015-11-06 Thread Florian Westphal
Pablo Neira Ayuso wrote: > On Fri, Nov 06, 2015 at 09:48:14PM +0300, Dmitry Safonov wrote: > > With x86_64_defconfig: > > GCC thinks that in nfulnl_recv_config flags parameter is not inited but > > it was under the same condition (nfula[NFULA_CFG_FLAGS] == true). > > Suppress this warning: > >

Re: [PATCH] arm: Use kernel mm when updating section permissions

2015-11-06 Thread Kees Cook
On Fri, Nov 6, 2015 at 10:44 AM, Laura Abbott wrote: > On 11/05/2015 05:15 PM, Kees Cook wrote: >> >> On Thu, Nov 5, 2015 at 5:05 PM, Laura Abbott wrote: >>> >>> On 11/05/2015 08:27 AM, Russell King - ARM Linux wrote: On Thu, Nov 05, 2015 at 08:20:42AM -0800, Laura Abbott wrote: >>

[GIT PULL] MTD updates for 4.4-rc1

2015-11-06 Thread Brian Norris
Hi Linus, The following changes since commit e5a5d92d9dc36055b971d79e408e345f5ce88701: mxc_nand: fix copy_spare (2015-09-27 17:09:35 -0700) are available in the git repository at: git://git.infradead.org/linux-mtd.git tags/for-linus-20151106 for you to fetch changes up to

Re: [PATCH v2 5/9] thermal: rockchip: Add the flag for adc value increment or decrement

2015-11-06 Thread Eduardo Valentin
On Thu, Nov 05, 2015 at 01:18:01PM +0800, Caesar Wang wrote: > The conversion table has the adc value and temperature. > In fact, the adc value only has the increment or decrement mode in > conversion table. > > Moment, we can add the flag to be better support the *code_to_temp* > for differenr So

Re: [RFC PATCH 0/3] CFS idle injection

2015-11-06 Thread Jacob Pan
On Fri, 6 Nov 2015 18:30:01 + Dietmar Eggemann wrote: > On 05/11/15 10:12, Peter Zijlstra wrote: > > > > People, trim your emails! > > > > On Wed, Nov 04, 2015 at 08:58:30AM -0800, Jacob Pan wrote: > > > >>> I also like #2 too. Specially now that it is not limited to a > >>> specific platf

Re: [PATCH] arm: Use kernel mm when updating section permissions

2015-11-06 Thread Kees Cook
On Fri, Nov 6, 2015 at 11:08 AM, Kees Cook wrote: > On Fri, Nov 6, 2015 at 10:44 AM, Laura Abbott wrote: >> On 11/05/2015 05:15 PM, Kees Cook wrote: >>> >>> On Thu, Nov 5, 2015 at 5:05 PM, Laura Abbott wrote: On 11/05/2015 08:27 AM, Russell King - ARM Linux wrote: > > > On

Re: i.MX6: Oops when unplugging a USB key

2015-11-06 Thread Joshua Clayton
On Friday, November 06, 2015 05:32:30 PM Jean-Michel Hautbois wrote: > Hi ! > > I have an issue on my i.MX6 board I don't understand (kernel is a 4.2)... > When I connect a USB key, and then disconnect it, it oopses and > reboots (as I have panic on oops, and reboot on panic). > Seems to be on the

Re: [PATCH] net: netfilter: fix GCC uninitialized warning

2015-11-06 Thread Dmitry Safonov
I thought, it was decided to use 0/NULL/whatever, than uninitialized_var()? Is right now? http://thread.gmane.org/gmane.linux.kernel/1383415 2015-11-06 22:10 GMT+03:00 Pablo Neira Ayuso : > On Fri, Nov 06, 2015 at 09:48:14PM +0300, Dmitry Safonov wrote: >> With x86_64_defconfig: >> GCC thinks that

Re: [PATCH v2 7/9] arm64: dts: Add the thermal data found on RK3368

2015-11-06 Thread Eduardo Valentin
On Thu, Nov 05, 2015 at 01:18:03PM +0800, Caesar Wang wrote: > This patchset add the thermal for RK3368 dts, > Since the two CPU clusters, with four CPU core for each cluster, > One cluster is optimized for high-performance(big cluster) and the othe > is optimized for low power(little cluster). >

Re: [RFC PATCH 2/2] net: mvneta: Add naive RSS support

2015-11-06 Thread Marcin Wojtas
Hi Gregory, 2015-11-06 19:35 GMT+01:00 Gregory CLEMENT : > This patch add the support for the RSS related ethtool > function. Currently it only use one entry in the indirection table which > allows associating an mveneta interface to a given CPU. > > Signed-off-by: Gregory CLEMENT > --- > driver

Re: [PATCH v2 9/9] arm64: dts: Enable the Thermal on R88 board

2015-11-06 Thread Eduardo Valentin
On Thu, Nov 05, 2015 at 01:18:05PM +0800, Caesar Wang wrote: > This patch enable the TS-ADC. > > When a thermal temperature is invoked use the CRU to reset the chip > on R88 board. TSHUT is low active on this board. > Acked-by: Eduardo Valentin > Signed-off-by: Caesar Wang > > --- > > Chang

Re: [PATCH v2 8/9] arm64: dts: Add main Thermal info to rk3368.dtsi

2015-11-06 Thread Eduardo Valentin
On Thu, Nov 05, 2015 at 01:18:04PM +0800, Caesar Wang wrote: > This patch add the thermal needed info on RK3368. > Meanwhile, support the trips to throttle for thermal. > Acked-by: Eduardo Valentin > Signed-off-by: Caesar Wang > > --- -- To unsubscribe from this list: send the line "unsubscri

Re: [PATCH -next] net: hisilicon: Never build on SPARC

2015-11-06 Thread Guenter Roeck
Arnd, On Wed, Oct 21, 2015 at 02:53:20PM -0700, Guenter Roeck wrote: > On Wed, Oct 21, 2015 at 09:11:53PM +0200, Arnd Bergmann wrote: > > On Wednesday 21 October 2015 10:03:05 Guenter Roeck wrote: > > > > > > > > Something like this? > > > > > > > > static inline u64 of_translate_address(struct de

Re: [PATCH v2 0/9] Better compatible for the rockchip thermal and support RK3368 SoCs

2015-11-06 Thread Eduardo Valentin
Hi, On Fri, Nov 06, 2015 at 08:03:24PM +0100, Heiko Stuebner wrote: > Hi Eduardo, Caesar, > > Am Freitag, 6. November 2015, 10:47:40 schrieb Eduardo Valentin: > > On Thu, Nov 05, 2015 at 01:17:56PM +0800, Caesar Wang wrote: > > > This series patchs are working for RK3368 on Rockchip platform. > >

Re: [dm-devel] [PATCH 0/4] dm verity: add support for error correction

2015-11-06 Thread Zdenek Kabelac
Dne 6.11.2015 v 20:06 Sami Tolvanen napsal(a): On Fri, Nov 06, 2015 at 12:23:29PM -0500, Mikulas Patocka wrote: I'm also wondering what is this patch useful for. Disks and flash controllers have their own error detection and correction I think I addressed this earlier. Some storage devices are

Re: [PATCH v2 0/7] perf tools: improve BPF related error delivering and testing

2015-11-06 Thread Arnaldo Carvalho de Melo
Em Fri, Nov 06, 2015 at 01:49:36PM +, Wang Nan escreveu: > This patchset is based on Arnaldo's perf/core. > > Previous version can be found from [1]. > > Patch 1/7 - 4/7 are error message related patches. > > Patch 5/7 - 7/7 are testing related patches. > I'll try to fix this one and then

[PATCH] proc: fix /proc/*/coredump_filter write return value

2015-11-06 Thread Alexey Dobriyan
From: Joshua Baergen https://bugzilla.kernel.org/show_bug.cgi?id=107321 commit 774636e19ed514cdf560006813c0473409616de8 ("proc: convert to kstrto*()/kstrto*_from_user()") made write to /proc/*/coredump_filter always return -ESRCH (still new value was applied correctly). Cc: sta...@vger.kernel.

[PATCH 4.2 018/110] drm: Correct arguments to list_tail_add in create blob ioctl

2015-11-06 Thread Greg Kroah-Hartman
4.2-stable review patch. If anyone has any objections, please let me know. -- From: Maneet Singh commit 8731b269f01e16193390c7276e70530366b8d626 upstream. Arguments passed to list_add_tail were reversed resulting in deletion of old blob property everytime the new one is added.

[PATCH 4.2 027/110] ALSA: hda - Fix deadlock at error in building PCM

2015-11-06 Thread Greg Kroah-Hartman
4.2-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit d289619a219dd01e255d7b5e30f9171b25efea48 upstream. The HDA codec driver issues snd_hda_codec_reset() at the error path of PCM build. This was needed in the earlier code bas

[PATCH 4.2 096/110] btrfs: fix possible leak in btrfs_ioctl_balance()

2015-11-06 Thread Greg Kroah-Hartman
4.2-stable review patch. If anyone has any objections, please let me know. -- From: Christian Engelmayer commit 0f89abf56abbd0e1c6e3cef9813e6d9f05383c1e upstream. Commit 8eb934591f8b ("btrfs: check unsupported filters in balance arguments") adds a jump to exit label out_bargs

[PATCH 4.2 032/110] x86/ioapic: Prevent NULL pointer dereference in setup_ioapic_dest()

2015-11-06 Thread Greg Kroah-Hartman
4.2-stable review patch. If anyone has any objections, please let me know. -- From: Werner Pawlitschko commit ababae44108b0e94b58eef6cb5bd830bd040a47f upstream. Commit 4857c91f0d19 changed the way how irq affinity is setup in setup_ioapic_dest() from using the core helper func

[PATCH 4.2 003/110] mmc: core: Fix init_card in 52Mhz

2015-11-06 Thread Greg Kroah-Hartman
4.2-stable review patch. If anyone has any objections, please let me know. -- From: Chaotian Jing commit 08b137d90eec51b0e90c42e123ca8ceb118d233f upstream. Suppose that we got a data crc error, and it triggers the mmc_reset. mmc_reset will call mmc_send_status to see if HW res

[PATCH 4.2 097/110] kvm: irqchip: fix memory leak

2015-11-06 Thread Greg Kroah-Hartman
4.2-stable review patch. If anyone has any objections, please let me know. -- From: Sudip Mukherjee commit ba60c41ae392b473a1897faa0b8739fcb8759d69 upstream. We were taking the exit path after checking ue->flags and return value of setup_routing_entry(), but 'e' was not freed

[PATCH 4.2 069/110] dm btree: fix leak of bufio-backed block in btree_split_beneath error path

2015-11-06 Thread Greg Kroah-Hartman
4.2-stable review patch. If anyone has any objections, please let me know. -- From: Mike Snitzer commit 4dcb8b57df3593dcb20481d9d6cf79d1dc1534be upstream. btree_split_beneath()'s error path had an outstanding FIXME that speaks directly to the potential for _not_ cleaning up a

[git pull] Input updates for 4.4-rc0

2015-11-06 Thread Dmitry Torokhov
Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus to receive updates for the input subsystem. Items of note: - evdev users can now limit or mask the kind of events they will receive. This will allow applications such as power manager or

[PATCH 4.2 070/110] nvme: fix 32-bit build warning

2015-11-06 Thread Greg Kroah-Hartman
4.2-stable review patch. If anyone has any objections, please let me know. -- From: Arnd Bergmann commit 835da3f99d329b1160a1f7fc82c7ac81163d63d0 upstream. Compiling the nvme driver on 32-bit warns about a cast from a __u64 variable to a pointer: drivers/block/nvme-core.c: In

[PATCH 4.2 068/110] dm cache: the CLEAN_SHUTDOWN flag was not being set

2015-11-06 Thread Greg Kroah-Hartman
4.2-stable review patch. If anyone has any objections, please let me know. -- From: Joe Thornber commit 3201ac452e84a8a368197d648c9b7011e061804a upstream. If the CLEAN_SHUTDOWN flag is not set when a cache is loaded then all cache blocks are marked as dirty and a full writebac

[PATCH 4.2 064/110] Revert "ARM64: unwind: Fix PC calculation"

2015-11-06 Thread Greg Kroah-Hartman
4.2-stable review patch. If anyone has any objections, please let me know. -- From: Will Deacon commit 9702970c7bd3e2d6fecb642a190269131d4ac16c upstream. This reverts commit e306dfd06fcb44d21c80acb8e5a88d55f3d1cf63. With this patch applied, we were the only architecture makin

[PATCH 4.2 098/110] thermal: exynos: Fix register read in TMU

2015-11-06 Thread Greg Kroah-Hartman
4.2-stable review patch. If anyone has any objections, please let me know. -- From: Sudip Mukherjee commit b28fec1324bf8f5010d2c3c5d57db4115bda66d4 upstream. The value of emul_con was getting overwritten if the selected soc is SOC_ARCH_EXYNOS5260. And so as a result we were re

[PATCH 4.2 073/110] i2c: mv64xxx: really allow I2C offloading

2015-11-06 Thread Greg Kroah-Hartman
4.2-stable review patch. If anyone has any objections, please let me know. -- From: Hezi Shahmoon commit 0729a04977d497cf66234fd7f900ddcec3ef1c52 upstream. Commit 00d8689b85a7 ("i2c: mv64xxx: rework offload support to fix several problems") completely reworked the offload supp

Re: [PATCH 2/6] x86/microcode: Merge early loader

2015-11-06 Thread Josh Boyer
On Tue, Oct 20, 2015 at 5:54 AM, Borislav Petkov wrote: > From: Borislav Petkov > > Merge the early loader functionality into the driver proper. The diff > is huge but logically, it is simply moving code from the _early.c files > into the main driver. > > Signed-off-by: Borislav Petkov > --- >

[PATCH 4.2 071/110] Revert "serial: 8250_dma: dont bother DMA with small transfers"

2015-11-06 Thread Greg Kroah-Hartman
4.2-stable review patch. If anyone has any objections, please let me know. -- From: Frederic Danis commit f967fc8f165fadb72166f2bd4785094b3ca21307 upstream. This reverts commit 9119fba0cfeda6d415c9f068df66838a104b87cb. This commit prevents from sending "big" file using Blueto

[PATCH 4.2 100/110] blk-mq: fix use-after-free in blk_mq_free_tag_set()

2015-11-06 Thread Greg Kroah-Hartman
4.2-stable review patch. If anyone has any objections, please let me know. -- From: Junichi Nomura commit f42d79ab67322e51b92dd7aa965e310c71352a64 upstream. tags is freed in blk_mq_free_rq_map() and should not be used after that. The problem doesn't manifest if CONFIG_CPUMASK_

[PATCH 4.2 095/110] netfilter: ipset: Fix sleeping memory allocation in atomic context

2015-11-06 Thread Greg Kroah-Hartman
4.2-stable review patch. If anyone has any objections, please let me know. -- From: Nikolay Borisov commit 00db674bedd68ff8b5afae9030ff5e04d45d1b4a upstream. Commit 00590fdd5be0 introduced RCU locking in list type and in doing so introduced a memory allocation in list_set_add,

[PATCH 4.2 109/110] pinctrl: baytrail: Use raw_spinlock for locking

2015-11-06 Thread Greg Kroah-Hartman
4.2-stable review patch. If anyone has any objections, please let me know. -- From: Mika Westerberg commit 78e1c896932df5b8bcdff7bf5417d8e72a4d0d6b upstream. The Intel Baytrail pinctrl driver implements irqchip callbacks which are called with desc->lock raw_spinlock held. In m

[PATCH 4.2 067/110] dm btree remove: fix a bug when rebalancing nodes after removal

2015-11-06 Thread Greg Kroah-Hartman
4.2-stable review patch. If anyone has any objections, please let me know. -- From: Joe Thornber commit 2871c69e025e8bc507651d5a9cf81a8a7da9d24b upstream. Commit 4c7e309340ff ("dm btree remove: fix bug in redistribute3") wasn't a complete fix for redistribute3(). The redistri

[PATCH 4.2 093/110] irqchip/tegra: Propagate IRQ type setting to parent

2015-11-06 Thread Greg Kroah-Hartman
4.2-stable review patch. If anyone has any objections, please let me know. -- From: Lucas Stach commit 209da39154837ec1b69fb34f438041939911e4b4 upstream. The LIC doesn't deal with the different types of interrupts itself but needs to forward calls to set the appropriate type t

[PATCH 4.2 092/110] EDAC, sb_edac: Fix TAD presence check for sbridge_mci_bind_devs()

2015-11-06 Thread Greg Kroah-Hartman
4.2-stable review patch. If anyone has any objections, please let me know. -- From: Seth Jennings commit 2900ea609616c2651dec65312beeb2a6e536bc50 upstream. In commit 7d375bffa524 ("sb_edac: Fix support for systems with two home agents per socket") NUM_CHANNELS was changed

[PATCH 4.2 091/110] Revert "md: allow a partially recovered device to be hot-added to an array."

2015-11-06 Thread Greg Kroah-Hartman
4.2-stable review patch. If anyone has any objections, please let me know. -- From: NeilBrown commit d01552a76d71f9879af448e9142389ee9be6e95b upstream. This reverts commit 7eb418851f3278de67126ea0c427641ab4792c57. This commit is poorly justified, I can find not discusison in

Re: [PATCH] Input: elantech - add Fujitsu Lifebook U745 to force crc_enabled

2015-11-06 Thread Dmitry Torokhov
On Fri, Nov 06, 2015 at 08:01:25PM +0100, Takashi Iwai wrote: > Another Lifebook machine that needs the same quirk as other similar > models to make the driver working. > > Bugzilla: https://bugzilla.opensuse.org/show_bug.cgi?id=883192 > Cc: > Signed-off-by: Takashi Iwai Applied, thank you. >

[PATCH 4.2 090/110] md/raid5: fix locking in handle_stripe_clean_event()

2015-11-06 Thread Greg Kroah-Hartman
4.2-stable review patch. If anyone has any objections, please let me know. -- From: Roman Gushchin commit b8a9d66d043ffac116100775a469f05f5158c16f upstream. After commit 566c09c53455 ("raid5: relieve lock contention in get_active_stripe()") __find_stripe() is called under con

[PATCH 4.2 089/110] md/raid10: submit_bio_wait() returns 0 on success

2015-11-06 Thread Greg Kroah-Hartman
4.2-stable review patch. If anyone has any objections, please let me know. -- From: Jes Sorensen commit 681ab4696062f5aa939c9e04d058732306a97176 upstream. This was introduced with 9e882242c6193ae6f416f2d8d8db0d9126bd996b which changed the return value of submit_bio_wait() to r

[PATCH 4.2 088/110] md/raid1: submit_bio_wait() returns 0 on success

2015-11-06 Thread Greg Kroah-Hartman
4.2-stable review patch. If anyone has any objections, please let me know. -- From: Jes Sorensen commit 203d27b0226a05202438ddb39ef0ef1acb14a759 upstream. This was introduced with 9e882242c6193ae6f416f2d8d8db0d9126bd996b which changed the return value of submit_bio_wait() to r

[PATCH 4.2 058/110] ARM: dts: imx7d: Fix UART2 base address

2015-11-06 Thread Greg Kroah-Hartman
4.2-stable review patch. If anyone has any objections, please let me know. -- From: Fabio Estevam commit 178b2d09afc05a46f68b190c6594f3a429bc2385 upstream. The UART2 memory space starts at address 0x3089 (UART2_URXD). Fix it so that UART2 can be used. Signed-off-by: Fabi

[PATCH 4.2 087/110] crypto: api - Only abort operations on fatal signal

2015-11-06 Thread Greg Kroah-Hartman
4.2-stable review patch. If anyone has any objections, please let me know. -- From: Herbert Xu commit 3fc89adb9fa4beff31374a4bf50b3d099d88ae83 upstream. Currently a number of Crypto API operations may fail when a signal occurs. This causes nasty problems as the caller of thos

Re: i.MX6: Oops when unplugging a USB key

2015-11-06 Thread Jean-Michel Hautbois
2015-11-06 20:12 GMT+01:00 Joshua Clayton : > On Friday, November 06, 2015 05:32:30 PM Jean-Michel Hautbois wrote: >> Hi ! >> >> I have an issue on my i.MX6 board I don't understand (kernel is a 4.2)... >> When I connect a USB key, and then disconnect it, it oopses and >> reboots (as I have panic o

[PATCH 4.2 084/110] ovl: fix dentry reference leak

2015-11-06 Thread Greg Kroah-Hartman
4.2-stable review patch. If anyone has any objections, please let me know. -- From: David Howells commit ab79efab0a0ba01a74df782eb7fa44b044dae8b5 upstream. In ovl_copy_up_locked(), newdentry is leaked if the function exits through out_cleanup as this just to out after calling

[PATCH 4.2 085/110] ovl: fix open in stacked overlay

2015-11-06 Thread Greg Kroah-Hartman
4.2-stable review patch. If anyone has any objections, please let me know. -- From: Miklos Szeredi commit 1c8a47df36d72ace8cf78eb6c228aa0f8027d3c2 upstream. If two overlayfs filesystems are stacked on top of each other, then we need recursion in ovl_d_select_inode(). I guess

[PATCH 4.2 055/110] ARM: mvebu: correct a385-db-ap compatible string

2015-11-06 Thread Greg Kroah-Hartman
4.2-stable review patch. If anyone has any objections, please let me know. -- From: Marcin Wojtas commit db347f1a5304d68c68c52f19971924b1e5842f3c upstream. This commit enables standby support on Armada 385 DB-AP board, because the PM initalization routine requires "marvell,arm

[PATCH 4.2 066/110] block: dont release bdi while request_queue has live references

2015-11-06 Thread Greg Kroah-Hartman
4.2-stable review patch. If anyone has any objections, please let me know. -- From: Tejun Heo commit b02176f30cd30acccd3b633ab7d9aed8b5da52ff upstream. bdi's are initialized in two steps, bdi_init() and bdi_register(), but destroyed in a single step by bdi_destroy() which, for

[PATCH 4.2 083/110] ovl: use O_LARGEFILE in ovl_copy_up()

2015-11-06 Thread Greg Kroah-Hartman
4.2-stable review patch. If anyone has any objections, please let me know. -- From: David Howells commit 0480334fa60488d12ae101a02d7d9e1a3d03d7dd upstream. Open the lower file with O_LARGEFILE in ovl_copy_up(). Pass O_LARGEFILE unconditionally in ovl_copy_up_data() as it's pu

[PATCH 4.2 057/110] ARM: dts: Fix audio card detection on Peach boards

2015-11-06 Thread Greg Kroah-Hartman
4.2-stable review patch. If anyone has any objections, please let me know. -- From: Alim Akhtar commit b8bb9baad27e455c467e8fac47eebadbe765c18f upstream. Since commit 2fad972d45c4 ("ARM: dts: Add mclk entry for Peach boards"), sound card detection is broken on peach boards and

[PATCH 4.2 082/110] ovl: free lower_mnt array in ovl_put_super

2015-11-06 Thread Greg Kroah-Hartman
4.2-stable review patch. If anyone has any objections, please let me know. -- From: Konstantin Khlebnikov commit 5ffdbe8bf1e485026e1c7e4714d2841553cf0b40 upstream. This fixes memory leak after umount. Kmemleak report: unreferenced object 0x8800ba791010 (size 8): comm "

[PATCH 4.2 081/110] ovl: free stack of paths in ovl_fill_super

2015-11-06 Thread Greg Kroah-Hartman
4.2-stable review patch. If anyone has any objections, please let me know. -- From: Konstantin Khlebnikov commit 0f95502ad84874b3c05fc7cdd9d4d9d5cddf7859 upstream. This fixes small memory leak after mount. Kmemleak report: unreferenced object 0x88003683fe00 (size 16):

[PATCH 4.2 102/110] sched/deadline: Fix migration of SCHED_DEADLINE tasks

2015-11-06 Thread Greg Kroah-Hartman
4.2-stable review patch. If anyone has any objections, please let me know. -- From: Luca Abeni commit 5aa5050787f449e7eaef2c5ec93c7b357aa7dcdc upstream. Commit: 9d5142624256 ("sched/deadline: Reduce rq lock contention by eliminating locking of non-feasible target") broke

[PATCH 4.1 04/86] rtlwifi: rtl8821ae: Fix system lockups on boot

2015-11-06 Thread Greg Kroah-Hartman
4.1-stable review patch. If anyone has any objections, please let me know. -- From: Larry Finger commit 54328e64047a54b8fc2362c2e1f0fa16c90f739f upstream. In commit 1277fa2ab2f9 ("rtlwifi: Remove the clear interrupt routine from all drivers"), the code that cleared all interru

[PATCH 4.1 40/86] rbd: prevent kernel stack blow up on rbd map

2015-11-06 Thread Greg Kroah-Hartman
4.1-stable review patch. If anyone has any objections, please let me know. -- From: Ilya Dryomov commit 6d69bb536bac0d403d83db1ca841444981b280cd upstream. Mapping an image with a long parent chain (e.g. image foo, whose parent is bar, whose parent is baz, etc) currently leads

[PATCH 4.1 39/86] rbd: dont leak parent_spec in rbd_dev_probe_parent()

2015-11-06 Thread Greg Kroah-Hartman
4.1-stable review patch. If anyone has any objections, please let me know. -- From: Ilya Dryomov commit 1f2c6651f69c14d0d3a9cfbda44ea101b02160ba upstream. Currently we leak parent_spec and trigger a "parent reference underflow" warning if rbd_dev_create() in rbd_dev_probe_pare

[PATCH 3.14 05/37] iwlwifi: pci: add a few more PCI subvendor IDs for the 7265 series

2015-11-06 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Luca Coelho commit f08f625876476b6c4a87834dc86e3b927f4697d2 upstream. Add 3 new subdevice IDs for the 0x095A device ID and 2 for the 0x095B device ID. Reported-by: Jeremy Signed-off-by: Luca

[PATCH 4.1 78/86] arm64: compat: fix stxr failure case in SWP emulation

2015-11-06 Thread Greg Kroah-Hartman
4.1-stable review patch. If anyone has any objections, please let me know. -- From: Will Deacon commit 589cb22bbedacf325951014c07a35a2b01ca57f6 upstream. If the STXR instruction fails in the SWP emulation code, we leave *data overwritten with the loaded value, therefore corrup

[PATCH 4.1 07/86] iwlwifi: mvm: init card correctly on ctkill exit check

2015-11-06 Thread Greg Kroah-Hartman
4.1-stable review patch. If anyone has any objections, please let me know. -- From: Arik Nemtsov commit 1a3fe0b2b6778b7866e2b3f5c9a299d5e9bbd89c upstream. During the CT-kill exit flow, the card is powered up and partially initialized to check if the temperature is already low

Re: [PATCH 4.2 054/110] ARM: orion: Fix DSA platform device after mvmdio conversion

2015-11-06 Thread Florian Fainelli
On 06/11/15 11:19, Greg Kroah-Hartman wrote: > 4.2-stable review patch. If anyone has any objections, please let me know. Thanks this patch is also applicable all the way down to 3.18. I have sent a reply for the 3.10 through 3.17 kernels as the structure member had a slightly different name. >

[PATCH 3.14 03/37] iwlwifi: fix firmware filename for 3160

2015-11-06 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Johannes Berg commit b5a48134f8af08f5243328f8a0b05fc5ae7cf343 upstream. The MODULE_FIRMWARE() for 3160 should be using the 7260 version as it's done in the device configuration struct instead

Re: [PATCH 4.2 031/110] x86/setup: Extend low identity map to cover whole kernel range

2015-11-06 Thread Borislav Petkov
Hi Greg, this one is b0rked and a proper fix is still being discussed. You should drop it from the queue. On Fri, Nov 06, 2015 at 11:18:38AM -0800, Greg Kroah-Hartman wrote: > 4.2-stable review patch. If anyone has any objections, please let me know. > > -- > > From: Paolo Bonz

[PATCH 3.14 04/37] iwlwifi: mvm: fix D3 firmware PN programming

2015-11-06 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Johannes Berg commit 2cf5eb3ab7bb7f2e3a70edcef236cd62c87db030 upstream. The code to send the RX PN data (for each TID) to the firmware has a devastating bug: it overwrites the data for TID 0 w

[PATCH] net: netfilter: fix false positive GCC warnings

2015-11-06 Thread Dmitry Safonov
With x86_64_defconfig: GCC thinks that in nfulnl_recv_config flags parameter is not inited but it was under the same condition (nfula[NFULA_CFG_FLAGS] == true). Suppress this warning: net/netfilter/nfnetlink_log.c: In function ‘nfulnl_recv_config’: net/netfilter/nfnetlink_log.c:320:

[PATCH 3.14 02/37] iwlwifi: dvm: fix D3 firmware PN programming

2015-11-06 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Johannes Berg commit 5bd166872d8f99f156fac191299d24f828bb2348 upstream. The code to send the RX PN data (for each TID) to the firmware has a devastating bug: it overwrites the data for TID 0 w

[PATCH 4.1 69/86] EDAC, sb_edac: Fix TAD presence check for sbridge_mci_bind_devs()

2015-11-06 Thread Greg Kroah-Hartman
4.1-stable review patch. If anyone has any objections, please let me know. -- From: Seth Jennings commit 2900ea609616c2651dec65312beeb2a6e536bc50 upstream. In commit 7d375bffa524 ("sb_edac: Fix support for systems with two home agents per socket") NUM_CHANNELS was changed

[PATCH 4.1 79/86] NVMe: Fix memory leak on retried commands

2015-11-06 Thread Greg Kroah-Hartman
4.1-stable review patch. If anyone has any objections, please let me know. -- From: Keith Busch commit 0dfc70c33409afc232ef0b9ec210535dfbf9bc61 upstream. Resources are reallocated for requeued commands, so unmap and release the iod for the failed command. It's a pretty bad me

[PATCH 3.14 01/37] ath9k: declare required extra tx headroom

2015-11-06 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Felix Fietkau commit 029cd0370241641eb70235d205aa0b90c84dce44 upstream. ath9k inserts padding between the 802.11 header and the data area (to align it). Since it didn't declare this extra requ

[PATCH 4.1 75/86] cpufreq: intel_pstate: Fix divide by zero on Knights Landing (KNL)

2015-11-06 Thread Greg Kroah-Hartman
4.1-stable review patch. If anyone has any objections, please let me know. -- From: Srinivas Pandruvada commit 8e601a9f97a00bab031980de34f9a81891c1f82f upstream. This is a workaround for KNL platform, where in some cases MPERF counter will not have updated value before next re

[PATCH 4.1 76/86] arm64: kernel: rename __cpu_suspend to keep it aligned with arm

2015-11-06 Thread Greg Kroah-Hartman
4.1-stable review patch. If anyone has any objections, please let me know. -- From: Sudeep Holla commit af391b15f7b56ce19f52862d36595637dd42b575 upstream. This patch renames __cpu_suspend to cpu_suspend so that it's aligned with ARM32. It also removes the redundant wrapper cre

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