[RFC] adp1653: Add device tree bindings for LED controller

2014-11-16 Thread Pavel Machek
For device tree people: Yes, I know I'll have to create file in documentation, but does the binding below look acceptable? I'll clean up driver code a bit more, remove the printks. Anything else obviously wrong? Signed-off-by: Pavel Machek Thanks,

[PATCH] clocksource: meson6: Select CLKSRC_MMIO

2014-11-16 Thread Beniamino Galvani
Select CLKSRC_MMIO when the meson6_timer driver is enabled since it depends on clocksource MMIO functions. Signed-off-by: Beniamino Galvani --- drivers/clocksource/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index 9042060.

Re: [RFC] adp1653: Add device tree bindings for LED controller

2014-11-16 Thread Lars-Peter Clausen
On 11/16/2014 08:59 AM, Pavel Machek wrote: [...] + adp1653: adp1653@30 { + compatible = "ad,adp1653"; The Analog Devices vendor prefix is adi. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org M

Re: [PATCH] [media] Add RGB444_1X12 and RGB565_1X16 media bus formats

2014-11-16 Thread Boris Brezillon
On Sat, 15 Nov 2014 16:49:33 +0200 Sakari Ailus wrote: > Hi Boris, > > Boris Brezillon wrote: > > Hi Sakari, > > > > On Fri, 14 Nov 2014 15:58:31 +0200 > > Sakari Ailus wrote: > > > >> Hi Boris, > >> > >> On Fri, Nov 14, 2014 at 11:36:00AM +0100, Boris Brezillon wrote: > ... > >>> diff --git

Re: linux-next: Tree for Nov 14

2014-11-16 Thread Jiang Liu
On 2014/11/16 14:56, Guenter Roeck wrote: > On 11/15/2014 08:20 PM, Jiang Liu wrote: >> >> On 2014/11/16 11:22, Guenter Roeck wrote: >>> On 11/15/2014 06:33 PM, Jiang Liu wrote: Hi Guenter, Could you please help to provide the config file and error messages? >>> >>> Config file:

[PATCH v2] [media] Add RGB444_1X12 and RGB565_1X16 media bus formats

2014-11-16 Thread Boris Brezillon
Add RGB444_1X12 and RGB565_1X16 format definitions and update the documentation. Signed-off-by: Boris Brezillon Acked-by: Mauro Carvalho Chehab --- Changes since v1: - keep BPP and bits per sample ordering Documentation/DocBook/media/v4l/subdev-formats.xml | 40 ++ include/

frequent lockups in 3.18rc4: revert suggestion

2014-11-16 Thread Fabian Frederick
Hi Dave,         I was reading your report http://marc.info/?l=linux-kernel&m=141600070111887&w=2         Have you tried reverting the following patches (all from rc1) ?                 c6f4459 v3.18-rc1 smp: Add new wake_up_all_idle_cpus() function         bb964a9 v3.18-rc1 kernel misc: Replace

Re: dtb size limit? was Re: Tiny dts change breaks boot on n900

2014-11-16 Thread Pavel Machek
On Mon 2014-11-10 15:25:40, Andreas Färber wrote: > Am 10.11.2014 um 12:58 schrieb Pavel Machek: > > If I replace the blo[ck] below with > > > > a = <1>; > > b = <2>; > > c = <3>; > > d = <4>; > > > > Resulting kernel boots. Replacing it with > > > > a-really-long-attribute-name-hopefully-t

Re: [PATCH] HIS: nokia-modem: fix error handling of irq_of_parse_and_map

2014-11-16 Thread Pavel Machek
On Fri 2014-11-14 23:44:07, Sebastian Reichel wrote: > On Fri, Nov 14, 2014 at 02:06:37PM -0800, Dmitry Torokhov wrote: > > Return value of irq_of_parse_and_map() is unsigned int, with 0 > > indicating failure, so testing for negative result never works. > > > > Signed-off-by: Dmitry Torokhov >

Re: linux-next: Tree for Nov 14

2014-11-16 Thread Jiang Liu
On 2014/11/16 16:24, Jiang Liu wrote: > On 2014/11/16 14:56, Guenter Roeck wrote: >> On 11/15/2014 08:20 PM, Jiang Liu wrote: >> >> I took the configuration file I had for the SMP case (located in the same >> directory in the git repository), disabled SMP, and ran "make >> savedefconfig". >> "old

Re: [RFC] adp1653: Add device tree bindings for LED controller

2014-11-16 Thread Pavel Machek
On Sun 2014-11-16 09:11:04, Lars-Peter Clausen wrote: > On 11/16/2014 08:59 AM, Pavel Machek wrote: > >[...] > >+adp1653: adp1653@30 { > >+compatible = "ad,adp1653"; > > The Analog Devices vendor prefix is adi. Thanks, will be fixed in next version. -- (english) http://www.livej

Re: [osd-dev] [PATCH 17/56] fs/exofs: support compiling out splice

2014-11-16 Thread Boaz Harrosh
On 11/13/2014 11:22 PM, Pieter Smith wrote: > Compile out splice support from exofs when the splice-family of syscalls is > not > supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). > > Signed-off-by: Pieter Smith ACK-by: Boaz Harrosh Or do you need that I push it through my tr

[GIT PULL] x86 fixes

2014-11-16 Thread Ingo Molnar
Linus, Please pull the latest x86-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-urgent-for-linus # HEAD: 0cafa3e714fa34af100c575ada31d52caea20957 Merge tag 'microcode_fixes_for_3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp i

Re: [RFC PATCH 0/3] Expose gpu counters via perf pmu driver

2014-11-16 Thread Ingo Molnar
* Robert Bragg wrote: > > I'd strong[ly] suggest thinking about sampling as well, if > > the hardware exposes sample information: at least for > > profiling CPU loads the difference is like day and night, > > compared to aggregated counts and self-profiling. > > Here I was thinking of counte

Re: [PATCHv2 net 3/4] net/mlx4_en: Implement ndo_gso_check()

2014-11-16 Thread Or Gerlitz
On Fri, Nov 14, 2014 at 2:38 AM, Joe Stringer wrote: > Use vxlan_gso_check() to advertise offload support for this NIC. > > Signed-off-by: Joe Stringer FWIW (since the patches is applied already...) Acked-by: Or Gerlitz thanks for addressing this piece. -- To unsubscribe from this list: send

Re: [PATCH V4 01/14] sh: Eliminate unused irq_reg_{readl,writel} accessors

2014-11-16 Thread Geert Uytterhoeven
Hi Jason, On Fri, Nov 14, 2014 at 6:05 PM, Jason Cooper wrote: > On Fri, Nov 14, 2014 at 05:38:44PM +0100, Ralf Baechle wrote: >> On Mon, Nov 10, 2014 at 09:13:49AM +0100, Geert Uytterhoeven wrote: >> >> > On Fri, Nov 7, 2014 at 7:44 AM, Kevin Cernekee wrote: >> > > Defining these macros way dow

Re: dtb size limit? was Re: Tiny dts change breaks boot on n900

2014-11-16 Thread Geert Uytterhoeven
On Mon, Nov 10, 2014 at 1:58 PM, Pavel Machek wrote: > Breaks the boot. I'm using dtb append option. Any ideas? Nonbooting > dtb is 68910 bytes. Perhaps because it's not a multiple of 4? $ factor 68910 68910: 2 3 5 2297 Does padding some property with 2 bytes help? Gr{oetje,eeting}s,

[tip:perf/urgent] perf/x86/intel/uncore: Fix boot crash on SBOX PMU on Haswell-EP

2014-11-16 Thread tip-bot for Andi Kleen
Commit-ID: 68055915c1c22489f9658bd2b7391bb11b2cf4e4 Gitweb: http://git.kernel.org/tip/68055915c1c22489f9658bd2b7391bb11b2cf4e4 Author: Andi Kleen AuthorDate: Mon, 3 Nov 2014 17:00:28 -0800 Committer: Ingo Molnar CommitDate: Sun, 16 Nov 2014 09:53:36 +0100 perf/x86/intel/uncore: Fix boo

Re: [GIT PULL] EFI changes for v3.19

2014-11-16 Thread Ingo Molnar
* Matt Fleming wrote: > Folks, > > Please queue up the following changes for v3.19. > > Inclued are two straight forward changes from Mathias, and another > attempt from Ard at moving the x86 EFI boot stub to the libstub library. > > It would be great to get these baking in linux-next for a

[tip:sched/urgent] sched/numa: Avoid selecting oneself as swap target

2014-11-16 Thread tip-bot for Peter Zijlstra
Commit-ID: 7af683350cb0ddd0e9d3819b4eb7abe9e2d3e709 Gitweb: http://git.kernel.org/tip/7af683350cb0ddd0e9d3819b4eb7abe9e2d3e709 Author: Peter Zijlstra AuthorDate: Mon, 10 Nov 2014 10:54:35 +0100 Committer: Ingo Molnar CommitDate: Sun, 16 Nov 2014 10:04:17 +0100 sched/numa: Avoid selecti

[tip:sched/urgent] sched/cputime: Fix cpu_timer_sample_group() double accounting

2014-11-16 Thread tip-bot for Peter Zijlstra
Commit-ID: 23cfa361f3e54a3e184a5e126bbbdd95f984881a Gitweb: http://git.kernel.org/tip/23cfa361f3e54a3e184a5e126bbbdd95f984881a Author: Peter Zijlstra AuthorDate: Wed, 12 Nov 2014 12:37:37 +0100 Committer: Ingo Molnar CommitDate: Sun, 16 Nov 2014 10:04:18 +0100 sched/cputime: Fix cpu_ti

[tip:perf/urgent] perf/x86/intel/uncore: Fix IRP uncore register offsets on Haswell EP

2014-11-16 Thread tip-bot for Andi Kleen
Commit-ID: 41a134a5830a5e1396723ace0a63000780d6e267 Gitweb: http://git.kernel.org/tip/41a134a5830a5e1396723ace0a63000780d6e267 Author: Andi Kleen AuthorDate: Mon, 3 Nov 2014 17:00:27 -0800 Committer: Ingo Molnar CommitDate: Sun, 16 Nov 2014 09:45:47 +0100 perf/x86/intel/uncore: Fix IRP

[tip:core/urgent] bitops: Fix shift overflow in GENMASK macros

2014-11-16 Thread tip-bot for Maxime COQUELIN
Commit-ID: 00b4d9a14125f1e51874def2b9de6092e007412d Gitweb: http://git.kernel.org/tip/00b4d9a14125f1e51874def2b9de6092e007412d Author: Maxime COQUELIN AuthorDate: Thu, 6 Nov 2014 10:54:19 +0100 Committer: Ingo Molnar CommitDate: Sun, 16 Nov 2014 09:55:39 +0100 bitops: Fix shift overflo

[tip:sched/urgent] sched/cputime: Fix clock_nanosleep()/ clock_gettime() inconsistency

2014-11-16 Thread tip-bot for Stanislaw Gruszka
Commit-ID: 6e998916dfe327e785e7c2447959b2c1a3ea4930 Gitweb: http://git.kernel.org/tip/6e998916dfe327e785e7c2447959b2c1a3ea4930 Author: Stanislaw Gruszka AuthorDate: Wed, 12 Nov 2014 16:58:44 +0100 Committer: Ingo Molnar CommitDate: Sun, 16 Nov 2014 10:04:20 +0100 sched/cputime: Fix clo

[tip:perf/urgent] perf: Fix corruption of sibling list with hotplug

2014-11-16 Thread tip-bot for Mark Rutland
Commit-ID: 226424eee809251ec23bd4b09d8efba09c10fc3c Gitweb: http://git.kernel.org/tip/226424eee809251ec23bd4b09d8efba09c10fc3c Author: Mark Rutland AuthorDate: Wed, 5 Nov 2014 16:11:44 + Committer: Ingo Molnar CommitDate: Sun, 16 Nov 2014 09:45:46 +0100 perf: Fix corruption of sibl

[PATCH 1/1 linux-next] ACPI: remove unnecessary sizeof(u8)

2014-11-16 Thread Fabian Frederick
sizeof(u8) is always 1. Signed-off-by: Fabian Frederick --- drivers/acpi/utils.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/acpi/utils.c b/drivers/acpi/utils.c index 371ac12..dd8ff63 100644 --- a/drivers/acpi/utils.c +++ b/drivers/acpi/utils.c @@ -136,8 +136

[PATCH 1/1 linux-next] tpm: remove unnecessary sizeof(u8)

2014-11-16 Thread Fabian Frederick
sizeof(u8) is always 1. Signed-off-by: Fabian Frederick --- drivers/char/tpm/tpm_i2c_stm_st33.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/char/tpm/tpm_i2c_stm_st33.c b/drivers/char/tpm/tpm_i2c_stm_st33.c index 4669e37..5271b75 100644 --- a/drivers/char/tpm/

Re: frequent lockups in 3.18rc4

2014-11-16 Thread Markus Trippelsdorf
On 2014.11.15 at 22:33 -0800, Linus Torvalds wrote: > On Sat, Nov 15, 2014 at 5:40 PM, Dave Jones wrote: > > > > > > I'll try that next, and check in on it tomorrow. > > > > No luck. Died even faster this time. > > Yeah, and your other lockups haven't even been TLB related. Not that > they look

Re: [RFC] adp1653: Add device tree bindings for LED controller

2014-11-16 Thread Andreas Färber
Hi Pavel, Am 16.11.2014 um 08:59 schrieb Pavel Machek: > For device tree people: Yes, I know I'll have to create file in > documentation, but does the binding below look acceptable? [...] > diff --git a/arch/arm/boot/dts/omap3-n900.dts > b/arch/arm/boot/dts/omap3-n900.dts > index 739fcf2..ed0bfc1

Re: N900 modem support in 3.18-rc1

2014-11-16 Thread Pavel Machek
On Thu 2014-11-13 20:18:04, Aaro Koskinen wrote: > Hi, > > On Thu, Nov 13, 2014 at 09:45:36AM -0800, Tony Lindgren wrote: > > * Pavel Machek [141113 08:23]: > > > OTOH ofono seems pretty reasonable. So I played a bit, and result > > > is python/pygtk gui which can receive an sms, initiate a call,

Re: [RFC] adp1653: Add device tree bindings for LED controller

2014-11-16 Thread Pavel Machek
On Sun 2014-11-16 11:09:51, Andreas Färber wrote: > Hi Pavel, > > Am 16.11.2014 um 08:59 schrieb Pavel Machek: > > For device tree people: Yes, I know I'll have to create file in > > documentation, but does the binding below look acceptable? > [...] > > diff --git a/arch/arm/boot/dts/omap3-n900.dt

Re: [PATCH] staging: media: bcm2048: fix coding style error

2014-11-16 Thread Mauro Carvalho Chehab
Em Sat, 15 Nov 2014 13:25:03 -0800 Greg KH escreveu: > On Sat, Nov 15, 2014 at 09:59:34PM +0100, Pavel Machek wrote: > > On Sat 2014-11-15 21:12:18, Konrad Zapalowicz wrote: > > > On 11/15, Christian Resell wrote: > > > > Simple style fix (checkpatch.pl: "space prohibited before that ','"). > > >

Re: [PATCH v4 5/6] Documentation: dt-bindings: Add binding info for X-Gene QMTM UIO driver

2014-11-16 Thread Andreas Färber
Am 16.11.2014 um 05:26 schrieb Anup Patel: > On Thu, Nov 13, 2014 at 1:15 PM, Ankit Jindal wrote: >> This patch adds device tree binding documentation for >> X-Gene QMTM UIO driver. >> >> Signed-off-by: Ankit Jindal >> Signed-off-by: Tushar Jagad >> --- >> .../devicetree/bindings/uio/uio_xgene_

[PATCH 1/1 linux-next] drm: remove unnecessary sizeof(u8)

2014-11-16 Thread Fabian Frederick
sizeof(u8) is always 1. Signed-off-by: Fabian Frederick --- drivers/gpu/drm/r128/r128_state.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/r128/r128_state.c b/drivers/gpu/drm/r128/r128_state.c index 575e986..8fd2d9f 100644 --- a/drivers/gpu/drm/r128/r1

[PATCH 1/1] kernel-audit: Deletion of an unnecessary check before the function call "audit_log_end"

2014-11-16 Thread SF Markus Elfring
From: Markus Elfring Date: Sun, 16 Nov 2014 11:27:43 +0100 The audit_log_end() function tests whether its argument is NULL and then returns immediately. Thus the test around the call is not needed. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring --- ker

Re: [PATCH v4 6/6] ARM: zynq: DT: Add OCM controller node

2014-11-16 Thread Andreas Färber
Hi Michal, Am 14.11.2014 um 11:52 schrieb Michal Simek: > diff --git a/arch/arm/boot/dts/zynq-7000.dtsi > b/arch/arm/boot/dts/zynq-7000.dtsi > index ce2ef5bec4f2..e217fb1c1169 100644 > --- a/arch/arm/boot/dts/zynq-7000.dtsi > +++ b/arch/arm/boot/dts/zynq-7000.dtsi > @@ -150,6 +150,13 @@ >

[tip:x86/mm] x86: Make page cache mode a real type

2014-11-16 Thread tip-bot for Juergen Gross
Commit-ID: 281d4078bec366d60990add9d91a952953bd0d72 Gitweb: http://git.kernel.org/tip/281d4078bec366d60990add9d91a952953bd0d72 Author: Juergen Gross AuthorDate: Mon, 3 Nov 2014 14:01:47 +0100 Committer: Thomas Gleixner CommitDate: Sun, 16 Nov 2014 11:04:24 +0100 x86: Make page cache mo

[tip:x86/mm] x86: Use new cache mode type in include/asm/fb.h

2014-11-16 Thread tip-bot for Juergen Gross
Commit-ID: c27ce0af896b7cc1718995f2b3e66e2892d5081c Gitweb: http://git.kernel.org/tip/c27ce0af896b7cc1718995f2b3e66e2892d5081c Author: Juergen Gross AuthorDate: Mon, 3 Nov 2014 14:01:48 +0100 Committer: Thomas Gleixner CommitDate: Sun, 16 Nov 2014 11:04:24 +0100 x86: Use new cache mode

[tip:x86/mm] x86: Use new cache mode type in drivers/video/fbdev/ gbefb.c

2014-11-16 Thread tip-bot for Juergen Gross
Commit-ID: 2d85ebf8e12e14694d6f9a4f34359c19f0738ace Gitweb: http://git.kernel.org/tip/2d85ebf8e12e14694d6f9a4f34359c19f0738ace Author: Juergen Gross AuthorDate: Mon, 3 Nov 2014 14:01:49 +0100 Committer: Thomas Gleixner CommitDate: Sun, 16 Nov 2014 11:04:25 +0100 x86: Use new cache mode

[tip:x86/mm] x86: Use new cache mode type in arch/x86/pci

2014-11-16 Thread tip-bot for Juergen Gross
Commit-ID: 1c64216be16404df7fab33c793890bb5076e8123 Gitweb: http://git.kernel.org/tip/1c64216be16404df7fab33c793890bb5076e8123 Author: Juergen Gross AuthorDate: Mon, 3 Nov 2014 14:01:51 +0100 Committer: Thomas Gleixner CommitDate: Sun, 16 Nov 2014 11:04:25 +0100 x86: Use new cache mode

[tip:x86/mm] x86: Use new cache mode type in drivers/video/fbdev/ vermilion

2014-11-16 Thread tip-bot for Juergen Gross
Commit-ID: 5006e45a6bc293b490638210d1a88ac391d2eb92 Gitweb: http://git.kernel.org/tip/5006e45a6bc293b490638210d1a88ac391d2eb92 Author: Juergen Gross AuthorDate: Mon, 3 Nov 2014 14:01:50 +0100 Committer: Thomas Gleixner CommitDate: Sun, 16 Nov 2014 11:04:25 +0100 x86: Use new cache mode

[tip:x86/mm] x86: Use new cache mode type in asm/pgtable.h

2014-11-16 Thread tip-bot for Juergen Gross
Commit-ID: d85f33342a0f57acfbe078cdd0c4f590d5608bb7 Gitweb: http://git.kernel.org/tip/d85f33342a0f57acfbe078cdd0c4f590d5608bb7 Author: Juergen Gross AuthorDate: Mon, 3 Nov 2014 14:01:53 +0100 Committer: Thomas Gleixner CommitDate: Sun, 16 Nov 2014 11:04:25 +0100 x86: Use new cache mode

[tip:x86/mm] x86: Use new cache mode type in arch/x86/mm/ init_64.c

2014-11-16 Thread tip-bot for Juergen Gross
Commit-ID: 2df58b6d35306e8dab48923c9fbe9e1ad17537e2 Gitweb: http://git.kernel.org/tip/2df58b6d35306e8dab48923c9fbe9e1ad17537e2 Author: Juergen Gross AuthorDate: Mon, 3 Nov 2014 14:01:52 +0100 Committer: Thomas Gleixner CommitDate: Sun, 16 Nov 2014 11:04:25 +0100 x86: Use new cache mode

[tip:x86/mm] x86: Use new cache mode type in mm/iomap_32.c

2014-11-16 Thread tip-bot for Juergen Gross
Commit-ID: 49a3b3cbdf1621678a39bd95a3e67c0f858539c7 Gitweb: http://git.kernel.org/tip/49a3b3cbdf1621678a39bd95a3e67c0f858539c7 Author: Juergen Gross AuthorDate: Mon, 3 Nov 2014 14:01:54 +0100 Committer: Thomas Gleixner CommitDate: Sun, 16 Nov 2014 11:04:25 +0100 x86: Use new cache mode

[tip:x86/mm] x86: Use new cache mode type in track_pfn_remap() and track_pfn_insert()

2014-11-16 Thread tip-bot for Juergen Gross
Commit-ID: 2a3746984c98b17b565e6a2c2bbaaaef757db1b4 Gitweb: http://git.kernel.org/tip/2a3746984c98b17b565e6a2c2bbaaaef757db1b4 Author: Juergen Gross AuthorDate: Mon, 3 Nov 2014 14:01:55 +0100 Committer: Thomas Gleixner CommitDate: Sun, 16 Nov 2014 11:04:25 +0100 x86: Use new cache mode

[tip:x86/mm] x86: Remove looking for setting of _PAGE_PAT_LARGE in pageattr.c

2014-11-16 Thread tip-bot for Juergen Gross
Commit-ID: 102e19e1955d85f31475416b1ee22980c6462cf8 Gitweb: http://git.kernel.org/tip/102e19e1955d85f31475416b1ee22980c6462cf8 Author: Juergen Gross AuthorDate: Mon, 3 Nov 2014 14:01:56 +0100 Committer: Thomas Gleixner CommitDate: Sun, 16 Nov 2014 11:04:25 +0100 x86: Remove looking for

[tip:x86/mm] x86: Use new cache mode type in mm/ioremap.c

2014-11-16 Thread tip-bot for Juergen Gross
Commit-ID: b14097bd911c2554b0b5271b3a6b2d84044d1843 Gitweb: http://git.kernel.org/tip/b14097bd911c2554b0b5271b3a6b2d84044d1843 Author: Juergen Gross AuthorDate: Mon, 3 Nov 2014 14:01:58 +0100 Committer: Thomas Gleixner CommitDate: Sun, 16 Nov 2014 11:04:26 +0100 x86: Use new cache mode

[tip:x86/mm] x86: Use new cache mode type in memtype related functions

2014-11-16 Thread tip-bot for Juergen Gross
Commit-ID: e00c8cc93c1ac01ecd5049929a50fb47b62bb041 Gitweb: http://git.kernel.org/tip/e00c8cc93c1ac01ecd5049929a50fb47b62bb041 Author: Juergen Gross AuthorDate: Mon, 3 Nov 2014 14:01:59 +0100 Committer: Thomas Gleixner CommitDate: Sun, 16 Nov 2014 11:04:26 +0100 x86: Use new cache mode

[tip:x86/mm] x86: Use new cache mode type in setting page attributes

2014-11-16 Thread tip-bot for Juergen Gross
Commit-ID: c06814d8419a74528500f85faf5fc01f67f8e7e6 Gitweb: http://git.kernel.org/tip/c06814d8419a74528500f85faf5fc01f67f8e7e6 Author: Juergen Gross AuthorDate: Mon, 3 Nov 2014 14:01:57 +0100 Committer: Thomas Gleixner CommitDate: Sun, 16 Nov 2014 11:04:25 +0100 x86: Use new cache mode

[tip:x86/mm] x86: Clean up pgtable_types.h

2014-11-16 Thread tip-bot for Juergen Gross
Commit-ID: 87ad0b713b1034b6caf559976c35ce47f6d1d1e9 Gitweb: http://git.kernel.org/tip/87ad0b713b1034b6caf559976c35ce47f6d1d1e9 Author: Juergen Gross AuthorDate: Mon, 3 Nov 2014 14:02:00 +0100 Committer: Thomas Gleixner CommitDate: Sun, 16 Nov 2014 11:04:26 +0100 x86: Clean up pgtable_t

[tip:x86/mm] x86: Support PAT bit in pagetable dump for lower levels

2014-11-16 Thread tip-bot for Juergen Gross
Commit-ID: f439c429c320981943f8b64b2a4049d946cb492b Gitweb: http://git.kernel.org/tip/f439c429c320981943f8b64b2a4049d946cb492b Author: Juergen Gross AuthorDate: Mon, 3 Nov 2014 14:02:01 +0100 Committer: Thomas Gleixner CommitDate: Sun, 16 Nov 2014 11:04:26 +0100 x86: Support PAT bit in

Re: [PATCH] clocksource: meson6: Select CLKSRC_MMIO

2014-11-16 Thread Carlo Caione
On Sun, Nov 16, 2014 at 9:03 AM, Beniamino Galvani wrote: > Select CLKSRC_MMIO when the meson6_timer driver is enabled since it > depends on clocksource MMIO functions. > > Signed-off-by: Beniamino Galvani > --- > drivers/clocksource/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git

[tip:x86/mm] x86: Respect PAT bit when copying pte values between large and normal pages

2014-11-16 Thread tip-bot for Juergen Gross
Commit-ID: f5b2831d654167d77da8afbef4d2584897b12d0c Gitweb: http://git.kernel.org/tip/f5b2831d654167d77da8afbef4d2584897b12d0c Author: Juergen Gross AuthorDate: Mon, 3 Nov 2014 14:02:02 +0100 Committer: Thomas Gleixner CommitDate: Sun, 16 Nov 2014 11:04:26 +0100 x86: Respect PAT bit wh

[tip:x86/mm] xen: Support Xen pv-domains using PAT

2014-11-16 Thread tip-bot for Juergen Gross
Commit-ID: 47591df505129c9774af6cca2debf283a6e56ed7 Gitweb: http://git.kernel.org/tip/47591df505129c9774af6cca2debf283a6e56ed7 Author: Juergen Gross AuthorDate: Mon, 3 Nov 2014 14:02:04 +0100 Committer: Thomas Gleixner CommitDate: Sun, 16 Nov 2014 11:04:26 +0100 xen: Support Xen pv-dom

[tip:x86/mm] x86: Enable PAT to use cache mode translation tables

2014-11-16 Thread tip-bot for Juergen Gross
Commit-ID: bd809af16e3ab1f8d55b3e2928c47c67e2a865d2 Gitweb: http://git.kernel.org/tip/bd809af16e3ab1f8d55b3e2928c47c67e2a865d2 Author: Juergen Gross AuthorDate: Mon, 3 Nov 2014 14:02:03 +0100 Committer: Thomas Gleixner CommitDate: Sun, 16 Nov 2014 11:04:26 +0100 x86: Enable PAT to use

Re: [PATCH 1/1] kernel-audit: Deletion of an unnecessary check before the function call "audit_log_end"

2014-11-16 Thread Dan Carpenter
Please don't send these to trivial, because they can introduce bugs. The make the code less clear and they are a layering violation. If the other maintainers want to take them that's fine, but don't send it to trivial. regards, dan carpenter -- To unsubscribe from this list: send the line "unsu

Good news!

2014-11-16 Thread Dynast Bridal
Hello How are you? We are just back the Dynast Bridal fashion show from hongkong. our gowns so hot selling, have other two new styels is top selling, Do you like them? buy them today and total 12(i will email to you the stock and hot selling details, you can choose from) pieces, i am so

Re: [PATCH 1/1] kernel-audit: Deletion of an unnecessary check before the function call "audit_log_end"

2014-11-16 Thread Dan Carpenter
On Sun, Nov 16, 2014 at 02:10:23PM +0300, Dan Carpenter wrote: > Please don't send these to trivial, because they can introduce bugs. An example of a bug introduced is here: https://lkml.org/lkml/2014/11/3/505 regards, dan carpenter -- To unsubscribe from this list: send the line "unsubscribe l

[tip:x86/urgent] x86: Require exact match for 'noxsave' command line option

2014-11-16 Thread tip-bot for Dave Hansen
Commit-ID: 2cd3949f702692cf4c5d05b463f19cd706a92dd3 Gitweb: http://git.kernel.org/tip/2cd3949f702692cf4c5d05b463f19cd706a92dd3 Author: Dave Hansen AuthorDate: Tue, 11 Nov 2014 14:01:33 -0800 Committer: Thomas Gleixner CommitDate: Sun, 16 Nov 2014 12:13:16 +0100 x86: Require exact match

Re: [PATCH 1/1] kernel-audit: Deletion of an unnecessary check before the function call "audit_log_end"

2014-11-16 Thread Dan Carpenter
On Sun, Nov 16, 2014 at 11:40:26AM +0100, SF Markus Elfring wrote: > diff --git a/kernel/auditsc.c b/kernel/auditsc.c > index 21eae3c..1fed61c 100644 > --- a/kernel/auditsc.c > +++ b/kernel/auditsc.c > @@ -1470,8 +1470,7 @@ static void audit_log_exit(struct audit_context > *context, struct task_st

Re: [PATCH] zsmalloc: correct fragile [kmap|kunmap]_atomic use

2014-11-16 Thread Ganesh Mahendran
Hello 2014-11-14 9:11 GMT+08:00 Minchan Kim : > The kunmap_atomic should use virtual address getting by kmap_atomic. > However, some pieces of code in zsmalloc uses modified address, > not the one got by kmap_atomic for kunmap_atomic. > > It's okay for working because zsmalloc modifies the address

Re: [PATCH 1/1] kernel-audit: Deletion of an unnecessary check before the function call "audit_log_end"

2014-11-16 Thread SF Markus Elfring
> An example of a bug introduced is here: > > https://lkml.org/lkml/2014/11/3/505 It seems that we try to clarify a different interpretation of "bugs", don't we? It is an usual software development challenge to decide on the best source code places where to put input parameter validation (and w

Re: [PATCH 1/1] kernel-audit: Deletion of an unnecessary check before the function call "audit_log_end" (or improve error handling?)

2014-11-16 Thread SF Markus Elfring
> The original code is very clear, the new code works exactly the same but > it's not clear if the author forgot about handling errors from > audit_log_start(). We have got different expectations on source code clarity here. > So now someone will come along later and add: > if (!ab) >

[PATCH] ACPI / WAKEUP : enable wakeup power for physical child devices

2014-11-16 Thread Andrey Skvortsov
commit f2b56bc808addb908a5bf435d9b942c02af9a7c4 ("ACPI / PM: Use device wakeup flags for handling ACPI wakeup devices") broke wake-on-lan for Broadcom BCM4401 Ethernet card (b44) on Dell Vostro 1500 laptop. device_may_wakeup for main ACPI device (PCIE) returns false, because it has can_wakeup = 0.

Re: frequent lockups in 3.18rc4

2014-11-16 Thread Thomas Gleixner
On Fri, 14 Nov 2014, Dave Jones wrote: > On Sat, Nov 15, 2014 at 01:36:41AM +0100, Thomas Gleixner wrote: > > On Fri, 14 Nov 2014, Dave Jones wrote: > > > > > On Fri, Nov 14, 2014 at 11:55:30PM +0100, Thomas Gleixner wrote: > > > > > > > So this looks more like a smp function call fuckup.

Re: N900 modem support in 3.18-rc1

2014-11-16 Thread Robert Jarzmik
Pavel Machek writes: > On Thu 2014-11-13 20:18:04, Aaro Koskinen wrote: >> Hi, >> >> On Thu, Nov 13, 2014 at 09:45:36AM -0800, Tony Lindgren wrote: >> > * Pavel Machek [141113 08:23]: >> > > OTOH ofono seems pretty reasonable. So I played a bit, and result >> > > is python/pygtk gui which can r

[tip:sched/core] sched/fair: Kill task_struct:: numa_entry and numa_group::task_list

2014-11-16 Thread tip-bot for Kirill Tkhai
Commit-ID: 753899183c53aa609375b214ea8e040da89119c3 Gitweb: http://git.kernel.org/tip/753899183c53aa609375b214ea8e040da89119c3 Author: Kirill Tkhai AuthorDate: Fri, 7 Nov 2014 14:07:36 +0300 Committer: Ingo Molnar CommitDate: Sun, 16 Nov 2014 10:58:48 +0100 sched/fair: Kill task_struct

[tip:sched/core] sched: Update comments about CLONE_NEWUTS and CLONE_NEWIPC

2014-11-16 Thread tip-bot for Chen Hanxiao
Commit-ID: f622b429dadf83c3cc2d70f57f407ad85684eb36 Gitweb: http://git.kernel.org/tip/f622b429dadf83c3cc2d70f57f407ad85684eb36 Author: Chen Hanxiao AuthorDate: Tue, 4 Nov 2014 16:51:22 +0800 Committer: Ingo Molnar CommitDate: Sun, 16 Nov 2014 10:58:53 +0100 sched: Update comments about

[tip:sched/core] sched/fair: Fix stale overloaded status in the busiest group finding logic

2014-11-16 Thread tip-bot for Wanpeng Li
Commit-ID: cb0b9f2445cdf9893352e4548582a2892af7137c Gitweb: http://git.kernel.org/tip/cb0b9f2445cdf9893352e4548582a2892af7137c Author: Wanpeng Li AuthorDate: Wed, 5 Nov 2014 07:44:50 +0800 Committer: Ingo Molnar CommitDate: Sun, 16 Nov 2014 10:58:56 +0100 sched/fair: Fix stale overload

[tip:sched/core] sched: Move p-> nr_cpus_allowed check to select_task_rq()

2014-11-16 Thread tip-bot for Wanpeng Li
Commit-ID: 6c1d9410f007a26d13173cf17204cfd965f49b83 Gitweb: http://git.kernel.org/tip/6c1d9410f007a26d13173cf17204cfd965f49b83 Author: Wanpeng Li AuthorDate: Wed, 5 Nov 2014 09:14:37 +0800 Committer: Ingo Molnar CommitDate: Sun, 16 Nov 2014 10:58:55 +0100 sched: Move p->nr_cpus_allowed

[tip:sched/core] sched/completion: Document when to use wait_for_completion_io_*()

2014-11-16 Thread tip-bot for Wolfram Sang
Commit-ID: a1bd5373357d3edc4b97548747d583c3efa484b3 Gitweb: http://git.kernel.org/tip/a1bd5373357d3edc4b97548747d583c3efa484b3 Author: Wolfram Sang AuthorDate: Tue, 4 Nov 2014 12:01:41 +0100 Committer: Ingo Molnar CommitDate: Sun, 16 Nov 2014 10:58:54 +0100 sched/completion: Document w

[tip:sched/core] sched/deadline: Fix rq-> dl.pushable_tasks bug in push_dl_task()

2014-11-16 Thread tip-bot for Wanpeng Li
Commit-ID: c51b8ab5ad972df26fd9c0ffad34870e98273c4c Gitweb: http://git.kernel.org/tip/c51b8ab5ad972df26fd9c0ffad34870e98273c4c Author: Wanpeng Li AuthorDate: Thu, 6 Nov 2014 15:22:44 +0800 Committer: Ingo Molnar CommitDate: Sun, 16 Nov 2014 10:58:57 +0100 sched/deadline: Fix rq->dl.pus

[PATCH 1/1 linux-next] iio: common: remove unnecessary sizeof(u8)

2014-11-16 Thread Fabian Frederick
sizeof(u8) is always 1. Signed-off-by: Fabian Frederick --- drivers/iio/common/st_sensors/st_sensors_spi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/iio/common/st_sensors/st_sensors_spi.c b/drivers/iio/common/st_sensors/st_sensors_spi.c index 78a6a1a..5b37737 1

[tip:sched/core] sched/cpupri: Remove unnecessary definitions in cpupri.h

2014-11-16 Thread tip-bot for pang.xunlei
Commit-ID: 74e6942fbc7f52320c2fc900a9a6b0a315927915 Gitweb: http://git.kernel.org/tip/74e6942fbc7f52320c2fc900a9a6b0a315927915 Author: pang.xunlei AuthorDate: Thu, 6 Nov 2014 15:52:01 +0800 Committer: Ingo Molnar CommitDate: Sun, 16 Nov 2014 10:58:59 +0100 sched/cpupri: Remove unnecess

[tip:sched/core] sched/deadline: Remove unnecessary definitions in cpudeadline.h

2014-11-16 Thread tip-bot for pang.xunlei
Commit-ID: c1a2b5f6293caa14804adca1840eeea1e8f6b322 Gitweb: http://git.kernel.org/tip/c1a2b5f6293caa14804adca1840eeea1e8f6b322 Author: pang.xunlei AuthorDate: Thu, 6 Nov 2014 15:52:04 +0800 Committer: Ingo Molnar CommitDate: Sun, 16 Nov 2014 10:59:00 +0100 sched/deadline: Remove unnece

[tip:x86/fpu] x86: Require exact match for "noxsave" command line option

2014-11-16 Thread tip-bot for Dave Hansen
Commit-ID: f9017963878933fc1d8fff85a9365a0d29104565 Gitweb: http://git.kernel.org/tip/f9017963878933fc1d8fff85a9365a0d29104565 Author: Dave Hansen AuthorDate: Tue, 11 Nov 2014 14:01:33 -0800 Committer: Ingo Molnar CommitDate: Sun, 16 Nov 2014 11:30:40 +0100 x86: Require exact match for

[tip:sched/core] sched/numa: Init numa balancing fields of init_task

2014-11-16 Thread tip-bot for Kirill Tkhai
Commit-ID: d8b163c4c657478ef33c082cff78d03a4ca07bb2 Gitweb: http://git.kernel.org/tip/d8b163c4c657478ef33c082cff78d03a4ca07bb2 Author: Kirill Tkhai AuthorDate: Tue, 11 Nov 2014 12:46:29 +0300 Committer: Ingo Molnar CommitDate: Sun, 16 Nov 2014 10:59:01 +0100 sched/numa: Init numa balan

[tip:x86/fpu] x86: Add #include user.h to xsave.h

2014-11-16 Thread tip-bot for Dave Hansen
Commit-ID: b48cbd27b38ed3aef56a02dca2a4853fa5dabb1f Gitweb: http://git.kernel.org/tip/b48cbd27b38ed3aef56a02dca2a4853fa5dabb1f Author: Dave Hansen AuthorDate: Tue, 11 Nov 2014 14:01:31 -0800 Committer: Ingo Molnar CommitDate: Sun, 16 Nov 2014 11:30:39 +0100 x86: Add #include user.h to

[PATCH 1/1] kprobes: Deletion of an unnecessary check before the function call "module_put"

2014-11-16 Thread SF Markus Elfring
From: Markus Elfring Date: Sun, 16 Nov 2014 12:20:31 +0100 The module_put() function tests whether its argument is NULL and then returns immediately. Thus the test around the call is not needed. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring --- kernel

[tip:sched/core] sched/deadline: Introduce start_hrtick_dl() for !CONFIG_SCHED_HRTICK

2014-11-16 Thread tip-bot for Wanpeng Li
Commit-ID: 36ce98818a4df66c8134c31fd6e768b4119c7a90 Gitweb: http://git.kernel.org/tip/36ce98818a4df66c8134c31fd6e768b4119c7a90 Author: Wanpeng Li AuthorDate: Tue, 11 Nov 2014 09:52:26 +0800 Committer: Ingo Molnar CommitDate: Sun, 16 Nov 2014 10:59:03 +0100 sched/deadline: Introduce sta

[tip:perf/core] perf/x86/intel/uncore: Add scaling units to the EP iMC events

2014-11-16 Thread tip-bot for Andi Kleen
Commit-ID: c0737ce453bdccd0d09aa4f916795533a4e02fef Gitweb: http://git.kernel.org/tip/c0737ce453bdccd0d09aa4f916795533a4e02fef Author: Andi Kleen AuthorDate: Mon, 3 Nov 2014 17:00:26 -0800 Committer: Ingo Molnar CommitDate: Sun, 16 Nov 2014 11:41:52 +0100 perf/x86/intel/uncore: Add sca

[tip:perf/core] perf/x86: Add INTEL_FLAGS_UEVENT_CONSTRAINT

2014-11-16 Thread tip-bot for Andi Kleen
Commit-ID: 7550ddffe4c8040db31c66e5bd64531e2916bbf1 Gitweb: http://git.kernel.org/tip/7550ddffe4c8040db31c66e5bd64531e2916bbf1 Author: Andi Kleen AuthorDate: Wed, 24 Sep 2014 07:34:46 -0700 Committer: Ingo Molnar CommitDate: Sun, 16 Nov 2014 11:41:54 +0100 perf/x86: Add INTEL_FLAGS_UEV

[tip:perf/core] perf/x86/intel: Disallow flags for most Core2/ Atom/Nehalem/Westmere events

2014-11-16 Thread tip-bot for Andi Kleen
Commit-ID: af4bdcf675cf768dc3558682fc178e0e3e70bb52 Gitweb: http://git.kernel.org/tip/af4bdcf675cf768dc3558682fc178e0e3e70bb52 Author: Andi Kleen AuthorDate: Wed, 24 Sep 2014 07:34:48 -0700 Committer: Ingo Molnar CommitDate: Sun, 16 Nov 2014 11:41:56 +0100 perf/x86/intel: Disallow flag

[tip:perf/core] perf/x86/intel: Use INTEL_FLAGS_UEVENT_CONSTRAINT for PRECDIST

2014-11-16 Thread tip-bot for Andi Kleen
Commit-ID: 0dbc94796d8714f78446245ef0f080d2c0b7ff0e Gitweb: http://git.kernel.org/tip/0dbc94796d8714f78446245ef0f080d2c0b7ff0e Author: Andi Kleen AuthorDate: Wed, 24 Sep 2014 07:34:47 -0700 Committer: Ingo Molnar CommitDate: Sun, 16 Nov 2014 11:41:55 +0100 perf/x86/intel: Use INTEL_FLA

[tip:perf/core] perf: Add ability to sample machine state on interrupt

2014-11-16 Thread tip-bot for Stephane Eranian
Commit-ID: 60e2364e60e86e81bc6377f49779779e6120977f Gitweb: http://git.kernel.org/tip/60e2364e60e86e81bc6377f49779779e6120977f Author: Stephane Eranian AuthorDate: Wed, 24 Sep 2014 13:48:37 +0200 Committer: Ingo Molnar CommitDate: Sun, 16 Nov 2014 11:41:57 +0100 perf: Add ability to sa

[tip:perf/core] perf/x86: Add support for sampling PEBS machine state registers

2014-11-16 Thread tip-bot for Stephane Eranian
Commit-ID: aea48559ac454a065244d3eff0c94cc8af9c553e Gitweb: http://git.kernel.org/tip/aea48559ac454a065244d3eff0c94cc8af9c553e Author: Stephane Eranian AuthorDate: Wed, 24 Sep 2014 13:48:38 +0200 Committer: Ingo Molnar CommitDate: Sun, 16 Nov 2014 11:41:58 +0100 perf/x86: Add support f

[tip:perf/core] perf/tests: Add interrupted state sample parsing test

2014-11-16 Thread tip-bot for Stephane Eranian
Commit-ID: 26ff0f0af79d0a9fc1f783d45e470059b840c7c1 Gitweb: http://git.kernel.org/tip/26ff0f0af79d0a9fc1f783d45e470059b840c7c1 Author: Stephane Eranian AuthorDate: Wed, 24 Sep 2014 13:48:40 +0200 Committer: Ingo Molnar CommitDate: Sun, 16 Nov 2014 11:42:01 +0100 perf/tests: Add interru

[tip:perf/core] perf record: Add new -I option to sample interrupted machine state

2014-11-16 Thread tip-bot for Stephane Eranian
Commit-ID: 4b6c51773d86883a2e80cffadbe4f178ac1babd8 Gitweb: http://git.kernel.org/tip/4b6c51773d86883a2e80cffadbe4f178ac1babd8 Author: Stephane Eranian AuthorDate: Wed, 24 Sep 2014 13:48:41 +0200 Committer: Ingo Molnar CommitDate: Sun, 16 Nov 2014 11:42:02 +0100 perf record: Add new -I

[tip:perf/core] perf tools: Add core support for sampling intr machine state regs

2014-11-16 Thread tip-bot for Stephane Eranian
Commit-ID: 6a21c0b5c2abd2fdfa6fff79f11df3d6082c1873 Gitweb: http://git.kernel.org/tip/6a21c0b5c2abd2fdfa6fff79f11df3d6082c1873 Author: Stephane Eranian AuthorDate: Wed, 24 Sep 2014 13:48:39 +0200 Committer: Ingo Molnar CommitDate: Sun, 16 Nov 2014 11:41:59 +0100 perf tools: Add core su

[tip:perf/core] perf: Improve the perf_sample_data struct layout

2014-11-16 Thread tip-bot for Peter Zijlstra
Commit-ID: 2565711fb7d7c28e0cd93c8971b520d1b10b857c Gitweb: http://git.kernel.org/tip/2565711fb7d7c28e0cd93c8971b520d1b10b857c Author: Peter Zijlstra AuthorDate: Wed, 24 Sep 2014 13:48:42 +0200 Committer: Ingo Molnar CommitDate: Sun, 16 Nov 2014 11:42:04 +0100 perf: Improve the perf_sa

[ANNOUNCE] kmod 19

2014-11-16 Thread Lucas De Marchi
kmod 19 is out: ftp://ftp.kernel.org/pub/linux/utils/kernel/kmod/kmod-19.tar.xz ftp://ftp.kernel.org/pub/linux/utils/kernel/kmod/kmod-19.tar.sign This release includes small fixes and moving code to make it more reliable and smaller. It's particularly important for use with system

[RFC 1/1] fs/affs/file.c: remove obsolete pagesize check

2014-11-16 Thread Fabian Frederick
linux kernel doesn't manage page sizes below 4kb. Cc: Andrew Morton Signed-off-by: Fabian Frederick --- fs/affs/file.c | 4 1 file changed, 4 deletions(-) diff --git a/fs/affs/file.c b/fs/affs/file.c index 05005bd..8faa659 100644 --- a/fs/affs/file.c +++ b/fs/affs/file.c @@ -15,10 +15,6 @

Re: [PATCH] brcmfmac: fix error handling of irq_of_parse_and_map

2014-11-16 Thread Arend van Spriel
On 11/14/14 23:12, Dmitry Torokhov wrote: Return value of irq_of_parse_and_map() is unsigned int, with 0 indicating failure, so testing for negative result never works. Whoops, that is bad. Thanks for catching this. It probably needs to go to stable as well for 3.17 kernel. +Cc: sta...@vger.

Re: [PATCH V6 00/18] x86: Full support of PAT

2014-11-16 Thread Ingo Molnar
* Juergen Gross wrote: > arch/x86/include/asm/cacheflush.h | 38 --- FYI, this series breaks the UML build: In file included from /home/mingo/tip/include/linux/highmem.h:11:0, from /home/mingo/tip/include/linux/pagemap.h:10, from /home/mingo/tip/i

[PATCH] staging:lustre:lnet:lnet Function must be static

2014-11-16 Thread sunwxg
From: Sun Wang Function must be static if function will not be used in other files. Signed-off-by: Sun Wang --- drivers/staging/lustre/lnet/lnet/{module.c.org => module.c} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/lustre/lnet/lnet/module.c.org b/driv

[PATCH 1/1] kernel-power: Deletion of an unnecessary check before the function call "vfree"

2014-11-16 Thread SF Markus Elfring
From: Markus Elfring Date: Sun, 16 Nov 2014 14:18:28 +0100 The vfree() function performs also input parameter validation. Thus the test around the call is not needed. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring --- kernel/power/swap.c | 2 +- 1 file

Re: [Cocci] [PATCH 1/1] kprobes: Deletion of an unnecessary check before the function call "module_put"

2014-11-16 Thread Julia Lawall
On Sun, 16 Nov 2014, SF Markus Elfring wrote: > From: Markus Elfring > Date: Sun, 16 Nov 2014 12:20:31 +0100 > > The module_put() function tests whether its argument is NULL and then > returns immediately. Thus the test around the call is not needed. > > This issue was detected by using the Cocci

Re: [PATCH 2/2] groups: Allow unprivileged processes to use setgroups to drop groups

2014-11-16 Thread Theodore Ts'o
On Sat, Nov 15, 2014 at 09:08:07PM -0600, Eric W. Biederman wrote: > > That may be a bug with the user namespace permission check. Perhaps we > shouldn't allow dropping groups that aren't mapped in the user > namespace. I'm not saying that we can't change the behavior of whether or not a user ca

[PATCH 1/1] kernel-trace: Deletion of an unnecessary check before the function call "iput"

2014-11-16 Thread SF Markus Elfring
From: Markus Elfring Date: Sun, 16 Nov 2014 14:46:28 +0100 The iput() function tests whether its argument is NULL and then returns immediately. Thus the test around the call is not needed. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring --- kernel/trace

Touchpad/Clickpad Linux Project

2014-11-16 Thread Felipe Lavratti
Hello, I'd like to ask if there's any undergoing Linux project regarding the Touchpad/Clickpad Linux sub system and where can I get in touch with them. Thanks. At. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More

  1   2   3   4   >