Re: [PATCH] doc: completion: context, scope and language fixes

2015-03-29 Thread Ingo Molnar
* Jonathan Corbet wrote: > On Fri, 27 Mar 2015 12:10:42 +0100 > Ingo Molnar wrote: > > > Mind sending me the final version, modified by you? > > OK, this is the current version. [...] Much appreciated! Acked-by: Ingo Molnar Thanks, Ingo -- To unsubscribe from this list: send the

Re: [tip:timers/urgent] timers/tick/broadcast-hrtimer: Fix suspicious RCU usage in idle loop

2015-03-29 Thread Ingo Molnar
* Preeti U Murthy wrote: > Hi, > > Can you please add sta...@vger.kernel.org to the Cc? > Without the patch, we get RCU warnings during bootup. > Hence the patch is important for the stable kernels as well. This fix is now upstream. Greg, please back-port the following upstream commit to -sta

Re: [tip:x86/asm] x86/asm/entry: Add user_mode_ignore_vm86()

2015-03-29 Thread Ingo Molnar
* Denys Vlasenko wrote: > On 03/24/2015 08:46 PM, Andy Lutomirski wrote: > > On Tue, Mar 24, 2015 at 12:44 PM, Ingo Molnar wrote: > >> > >> * Andy Lutomirski wrote: > >> > >>> On Mon, Mar 23, 2015 at 5:26 AM, tip-bot for Andy Lutomirski > >>> wrote: > Commit-ID: a67e7277d01ccfd39b0db5a1

[PATCH] fix platform_no_drv_owner.cocci warnings

2015-03-29 Thread kbuild test robot
drivers/regulator/max77620-regulator.c:800:3-8: No need to set .owner here. The core will do it. Remove .owner field if calls are used which set it automatically Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci CC: Paul Walmsley Signed-off-by: Fengguang Wu --- max77620-regu

[PATCH] fix platform_no_drv_owner.cocci warnings

2015-03-29 Thread kbuild test robot
drivers/regulator/regulator-pwm.c:333:3-8: No need to set .owner here. The core will do it. Remove .owner field if calls are used which set it automatically Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci CC: Alexandre Courbot Signed-off-by: Fengguang Wu --- regulator-pwm.

[PATCH] fix platform_no_drv_owner.cocci warnings

2015-03-29 Thread kbuild test robot
drivers/pinctrl/pinctrl-max77620.c:472:3-8: No need to set .owner here. The core will do it. Remove .owner field if calls are used which set it automatically Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci CC: Alexandre Courbot Signed-off-by: Fengguang Wu --- pinctrl-max77

Re: Should implementations of ->direct_access be allowed to sleep?

2015-03-29 Thread Boaz Harrosh
On 03/26/2015 09:32 PM, Dave Chinner wrote: <> >> I'm leaning towards the latter. But I'm not sure what GFP flags to >> recommend that brd use ... GFP_NOWAIT | __GFP_ZERO, perhaps? > > What, so we get random IO failures under memory pressure? > > I really think we should allow .direct_access to

Re: [PATCH] mm/x86: AMD Bulldozer ASLR fix

2015-03-29 Thread Ingo Molnar
* Borislav Petkov wrote: > From: Hector Marco-Gisbert > Date: Fri, 27 Mar 2015 12:38:21 +0100 > Subject: [PATCH] x86/mm: Improve AMD Bulldozer ASLR fix > > The ASLR implementation needs to special-case AMD F15h processors by > clearing out bits [14:12] of the virtual address in order to avoid

Re: [PATCH 00/12] HID: hid-lg, hid-lg4ff: Mostly cleanup patches

2015-03-29 Thread Elias Vanderstuyft
On Sat, Mar 21, 2015 at 12:47 PM, Michal Malý wrote: > Hello everyone, > > this is a mostly boring series that deals with a few inconsistencies in the > code that have accumulated over the years. Besides that it patches up a > handful > of problems such a return values not being checked etc. > >

[PATCH] x86/asm/entry: Remove user_mode_ignore_vm86()

2015-03-29 Thread Ingo Molnar
* Ingo Molnar wrote: > So what the function name wanted to express is something like this: > > if > (user_mode_vm86_mode_already_checked_so_this_is_marginally_faster_but_dont_use_it_otherwise_because_that_would_be_a_roothole()) > > { > ... > } > > but that na

Re: Should implementations of ->direct_access be allowed to sleep?

2015-03-29 Thread Boaz Harrosh
On 03/29/2015 11:02 AM, Boaz Harrosh wrote: > On 03/26/2015 09:32 PM, Dave Chinner wrote: <> > I think that ->direct_access should not be any different then > any other block-device access, ie allow to sleep. > BTW: Matthew you yourself have said that after a page-load of memcpy a user should cal

[PATCH -next] Revert "usb: host/sl811-hcd: fix sparse warning"

2015-03-29 Thread Guenter Roeck
This reverts commit 1dc6120ef7f003305d99ef12f598a6b05eacc38c. Commit 1dc6120ef7f0 results in the following error when compiling x86_64:allyesconfig. sl811_cs.c:(.text+0x1d3cb72): undefined reference to `sl811h_driver' Fixes: 1dc6120ef7f0 ("usb: host/sl811-hcd: fix sparse warning") Cc: Lad, Prabh

Re: [PATCH] staging: speakup: Fix warning of line over 80 characters.

2015-03-29 Thread Richard Weinberger
Am 29.03.2015 um 01:26 schrieb Shirish Gajera: > Are you sure you want me to do this changes. Because it will conflict > the things written on http://kernelnewbies.org/ Conflict with what? Thanks, //richard -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of

Persoenliche E-mail

2015-03-29 Thread Herr Juan Sebastian Morato
Guten Tag, Ich bin Herr Juan Sebastian Morato, der Auditor General von Unicaja Bank Madrid. Im Zuge meiner Abschlusspruefung, entdeckte ich eine schwimmende Fonds auf einem Konto, das 1990 bei der Cam Bank eroeffnet wurde, bevor der Besitz von Unicaja Gruppe gekauft wurde, ich bin der Abschlus

WITH DUE RESPECT.

2015-03-29 Thread Mr. Hassan Amidu
Dear Friend, I know that this mail will come to you as a surprise as we have never met before, but need not to worry as I am contacting you independently of my investigation and no one is informed of this communication. I need your urgent assistance in transferring the sum of $11.3 million imm

Re: [PATCH] mm/x86: AMD Bulldozer ASLR fix

2015-03-29 Thread Borislav Petkov
On Sun, Mar 29, 2015 at 10:51:22AM +0200, Ingo Molnar wrote: > s/reduces the mmapped file's entropy by 3 bits > > Which does: > > - a grammar fix > > - measure it in bits, as later on we are talking about randomness in >bits as well. Fixed. > Btw., does this limitation affect both execu

Re: [PATCH v2] vfs: avoid recopying file names in getname_flags

2015-03-29 Thread Richard Weinberger
On Wed, Mar 25, 2015 at 7:45 PM, Boqun Feng wrote: > In the current implementation of getname_flags, a file name in the > user-space will be recopied if it takes more space that > EMBEDDED_NAME_MAX, however, at this moment, EMBEDDED_NAME_MAX bytes of > the file name are already copied into kernel

Re: [PATCH v2] vfs: avoid recopying file names in getname_flags

2015-03-29 Thread Richard Weinberger
On Sun, Mar 29, 2015 at 6:27 AM, Boqun Feng wrote: > Ping. > > This patch has been tested by 0day test bot. I hope you did more than build test this patch... -- Thanks, //richard -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vge

Re: [PATCH] README: Update references to version 4

2015-03-29 Thread Richard Weinberger
On Sun, Mar 29, 2015 at 5:46 AM, Pranith Kumar wrote: > - In order to boot your new kernel, you'll need to copy the kernel > - image (e.g. .../linux/arch/i386/boot/bzImage after compilation) > + image (e.g. .../linux/arch/x86/boot/bzImage after compilation) > to the place where your regu

Re: [RFC] vmstat: Avoid waking up idle-cpu to service shepherd work

2015-03-29 Thread Peter Zijlstra
On Sat, Mar 28, 2015 at 02:44:57PM +0100, Peter Zijlstra wrote: > > Now there are few issues I see here (Sorry if they are all imaginary): > > - In case a timer re-arms itself from its handler and is migrated from CPU > > A to B, what > > happens if the re-armed timer fires before the first hand

Re: Fastmap update v2 (pile 1)

2015-03-29 Thread Richard Weinberger
On Mon, Nov 24, 2014 at 2:20 PM, Richard Weinberger wrote: > Artem, > > as requested I'm resending my fastmap work in smaller pieces. > This is pile 1 of 7. > Rebasing my patches to ubifs.git was a massive PITA because the > logging style changes touched a lot of code and almost every patch > fail

Re: [PATCH] UBI: Fastmap: Fall back to scanning mode after ECC error

2015-03-29 Thread Richard Weinberger
On Thu, Mar 26, 2015 at 9:43 PM, Richard Weinberger wrote: > If we encounter an uncorrectable ECC error while scanning for the fastmap > UBI must not fail hard. Instead fall back to scanning mode. > > Reported-by: Alexander Block > Signed-off-by: Richard Weinberger Pushed to linux-ubifs.git/mas

[PATCH] Bonding Overriding Configuration logic restored.

2015-03-29 Thread Anton Nayshtut
Before commit 3900f29021f0bc7fe9815aa32f1a993b7dfdd402 ("bonding: slight optimizztion for bond_slave_override()") the override logic was to send packets with non-zero queue_id through the slave with corresponding queue_id, under two conditions only - if the slave can transmit and it's up. The abov

[PATCH] mfd: arizona: Correct type of gpio_defaults

2015-03-29 Thread Charles Keepax
gpio_defaults needs to be specified as an unsigned int rather than an int, because the intention of the DT binding is that all out of range values for a 16-bit register will cause the defaults to be used, however, if gpio_defaults is an int then values that are larger than INT_MAX will become negat

Re: [tip:x86/asm] x86/asm/entry: Add user_mode_ignore_vm86()

2015-03-29 Thread Borislav Petkov
On Sun, Mar 29, 2015 at 09:08:16AM +0200, Ingo Molnar wrote: > So what the function name wanted to express is something like this: > > if > (user_mode_vm86_mode_already_checked_so_this_is_marginally_faster_but_dont_use_it_otherwise_because_that_would_be_a_roothole()) > LOL. This wins th

Re: [RFC] vmstat: Avoid waking up idle-cpu to service shepherd work

2015-03-29 Thread Viresh Kumar
On 28 March 2015 at 19:14, Peter Zijlstra wrote: > Yeah, something like the below (at the very end) should ensure the thing > is cacheline aligned, that should give us a fair few bits. > --- > kernel/time/timer.c | 36 > 1 file changed, 8 insertions(+), 28 de

[PATCH 1/4] UBI: Introduce ubi_schedule_fm_work()

2015-03-29 Thread Richard Weinberger
Wrap the fastmap work scheduling code into a new function such that it can be reused. Signed-off-by: Richard Weinberger --- drivers/mtd/ubi/fastmap-wl.c | 5 + drivers/mtd/ubi/ubi.h| 12 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/drivers/mtd/ubi/fas

UBI: Bitrot checking

2015-03-29 Thread Richard Weinberger
As of today UBI does not offer a way to reliable deal with data retention and especially read disturb. Read disturb means that a page X will face bitflips if you read page Y, Y != X but within the same block, very often. People who care about data retention often have cron jobs on their targets whi

[PATCH 3/4] UBI: Introduce in_pq()

2015-03-29 Thread Richard Weinberger
This function works like in_wl_tree() but checks whether an ubi_wl_entry is currently in the protection queue. We need this function to query the current state of an ubi_wl_entry. Signed-off-by: Richard Weinberger --- drivers/mtd/ubi/wl.c | 30 +++--- 1 file changed, 23 i

[PATCH 4/4] UBI: Implement bitrot checking

2015-03-29 Thread Richard Weinberger
This patch implements bitrot checking for UBI. ubi_wl_trigger_bitrot_check() triggers a re-read of every PEB. If a bitflip is detected PEBs in use will get scrubbed and free ones erased. Signed-off-by: Richard Weinberger --- drivers/mtd/ubi/build.c | 39 + drivers/mtd/ubi/ubi.h |

[PATCH 2/4] UBI: Introduce prepare_erase_work()

2015-03-29 Thread Richard Weinberger
Split ubi_work creation and scheduling code such that we can re-use the creation code where we schedule ubi work on our own. Signed-off-by: Richard Weinberger --- drivers/mtd/ubi/wl.c | 40 +++- 1 file changed, 31 insertions(+), 9 deletions(-) diff --git a/dr

Re: [PATCH] x86/asm/entry: Remove user_mode_ignore_vm86()

2015-03-29 Thread Borislav Petkov
On Sun, Mar 29, 2015 at 11:02:34AM +0200, Ingo Molnar wrote: > So how about doing the patch below? > > Thanks, > > Ingo > > ===> > From 6677d6f073cfda7f1036eb06d13faaad5c6742cc Mon Sep 17 00:00:00 2001 > From: Ingo Molnar > Date: Sun, 29 Mar 2015 09:10:08 +

[PATCH v2 0/2] i8k.c => dell-smm-hwmon.c

2015-03-29 Thread Pali Rohár
This patch series moves drivers/char/i8k.c to drivers/hwmon/dell-smm-hwmon.c and allows to compile hwmon driver without /proc/i8k file. Pali Rohár (2): hwmon: Rename i8k driver to dell-smm-hwmon and move it to hwmon tree hwmon: Allow to compile dell-smm-hwmon driver without /proc/i8k MAINTAI

[PATCH v2 1/2] hwmon: Rename i8k driver to dell-smm-hwmon and move it to hwmon tree

2015-03-29 Thread Pali Rohár
This commit moves i8k driver to hwmon tree under name dell-smm-hwmon which is better name then abbreviation i8k. For backward compatibility is added macro MODULE_ALIAS("i8k") so modprobe will load driver also old name i8k. CONFIG_I8K compile option was not changed. This commit also adds me as main

[PATCH v2 2/2] hwmon: Allow to compile dell-smm-hwmon driver without /proc/i8k

2015-03-29 Thread Pali Rohár
This patch splits CONFIG_I8K compile option to SENSORS_DELL_SMM and CONFIG_I8K. Option SENSORS_DELL_SMM is now used to enable compilation of dell-smm-hwmon driver and old CONFIG_I8K option to enable /proc/i8k interface in driver. So this change allows to compile dell-smm-hwmon driver without legac

Re: [RFC] x86, ia32entry: Use sysretl to return from sysenter

2015-03-29 Thread Borislav Petkov
On Sat, Mar 28, 2015 at 08:17:42AM -0700, Andy Lutomirski wrote: > Agreed. I wish we had a Stable-after-a-long-soak tag. You can set yourself a reminder for, say 6 months from now and if all is still kosher with the patch, backport it then yourself and send it to stable@. -- Regards/Gruss,

[PATCH 2/4] n_gsm: Drop unneeded cast on netdev_priv

2015-03-29 Thread Julia Lawall
From: Julia Lawall The result of netdev_priv is already implicitly cast to the type of the left side of the assignment. The semantic patch that fixes this problem is as follows: (http://coccinelle.lip6.fr/) // @@ type T; T *x; @@ x = - (T *) netdev_priv(...) // Signed-off-by: Julia Lawal

[PATCH 1/4] staging: rtl8712: Drop unneeded cast on netdev_priv

2015-03-29 Thread Julia Lawall
From: Julia Lawall The result of netdev_priv is already implicitly cast to the type of the left side of the assignment. The semantic patch that fixes this problem is as follows: (http://coccinelle.lip6.fr/) // @@ type T; T *x; @@ x = - (T *) netdev_priv(...) // Signed-off-by: Julia Lawal

[PATCH 3/4] staging: ft1000: Drop unneeded cast on netdev_priv

2015-03-29 Thread Julia Lawall
From: Julia Lawall The result of netdev_priv is already implicitly cast to the type of the left side of the assignment. The semantic patch that fixes this problem is as follows: (http://coccinelle.lip6.fr/) // @@ type T; T *x; @@ x = - (T *) netdev_priv(...) // Signed-off-by: Julia Lawal

[PATCH 4/4] cxgb4: Drop unneeded cast on netdev_priv

2015-03-29 Thread Julia Lawall
From: Julia Lawall The result of netdev_priv is already implicitly cast to the type of the left side of the assignment. The semantic patch that fixes this problem is as follows: (http://coccinelle.lip6.fr/) // @@ type T; T *x; @@ x = - (T *) netdev_priv(...) // Signed-off-by: Julia Lawal

Re: [PATCH] x86/asm/entry: Remove user_mode_ignore_vm86()

2015-03-29 Thread Andy Lutomirski
On Sun, Mar 29, 2015 at 5:13 AM, Borislav Petkov wrote: > On Sun, Mar 29, 2015 at 11:02:34AM +0200, Ingo Molnar wrote: >> So how about doing the patch below? >> >> Thanks, >> >> Ingo >> >> ===> >> From 6677d6f073cfda7f1036eb06d13faaad5c6742cc Mon Sep 17 00:00:

[PATCH] MAINTAINERS: Add me as maintainer of Nokia N900 power supply drivers

2015-03-29 Thread Pali Rohár
Signed-off-by: Pali Rohár --- MAINTAINERS | 11 +++ 1 file changed, 11 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 72a08ef..50df61e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6917,6 +6917,17 @@ T: git git://git.rocketboards.org/linux-socfpga-next.git S: M

[PATCH 00/86] pci: export pci_ids.h and related cleanups

2015-03-29 Thread Michael S. Tsirkin
The macros in pci_ids.h are pretty useful for userspace using the pci sysfs interface, e.g. to decode class device and vendor sysfs files. At the moment userspace is forced to duplicate these macros (e.g. QEMU does this, so does gpxe, seabios, etc), it is better to export them in /usr/include/linu

[PATCH 05/86] x86/gart: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin --- arch/x86/kernel/aperture_64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/kernel/ap

[PATCH 04/86] powerpc/pci: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin --- arch/powerpc/platforms/embedded6xx/mpc10x.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/

[PATCH 06/86] x86/microcode/amd: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin --- arch/x86/kernel/cpu/microcode/amd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/ker

[PATCH 02/86] i2c/i801: linux/pci_ids.h -> uapi/linux/pci_ids.h

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, update i2c documentation accordingly. Signed-off-by: Michael S. Tsirkin --- Documentation/i2c/busses/i2c-i801 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/i2c/busses/i2c-i801 b/Documentation/i2c/buss

[PATCH 10/86] x86/apic/vsmp: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin --- arch/x86/kernel/vsmp_64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/kernel/vsmp_6

[PATCH 11/86] x86/mm/numa: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin --- arch/x86/mm/amdtopology.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/mm/amdtopolog

[PATCH 21/86] edac/i3000: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin --- drivers/edac/i3000_edac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/edac/i3000_eda

[PATCH 25/86] edac/i5400: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin --- drivers/edac/i5400_edac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/edac/i5400_eda

[PATCH 17/86] dma/ioat: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin --- drivers/dma/ioat/dma.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dma/ioat/dma.h b/

[PATCH 24/86] edac/i5100: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin --- drivers/edac/i5100_edac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/edac/i5100_eda

[PATCH 20/86] edac/e752x: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin --- drivers/edac/e7xxx_edac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/edac/e7xxx_eda

[PATCH 18/86] edac/amd: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin --- drivers/edac/amd64_edac.h | 2 +- drivers/edac/amd76x_edac.c | 2 +- drivers/edac/amd8111_edac.c | 2 +- drivers/

[PATCH 16/86] dmaengine: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin --- drivers/dma/intel_mid_dma_regs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dma/int

[PATCH 29/86] edac/i82860: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin --- drivers/edac/i82860_edac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/edac/i82860_e

[PATCH 31/86] edac/i82975x: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin --- drivers/edac/i82975x_edac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/edac/i82975x

[PATCH 42/86] input/serio: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin --- drivers/input/serio/gscps2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/input/serio

[PATCH 28/86] edac/i82443bxgx: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin --- drivers/edac/i82443bxgx_edac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/edac/i824

[PATCH 40/86] ide/generic: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin --- drivers/ide/ide-generic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/ide/ide-generi

[PATCH 37/86] firewire/ohci: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin --- drivers/firewire/ohci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/firewire/ohci.c

[PATCH 38/86] gpio/sch: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin --- drivers/gpio/gpio-sch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/gpio-sch.c

[PATCH 53/86] mtd/nand: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin --- drivers/mtd/nand/r852.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/nand/r852.c

[PATCH 30/86] edac/i82875p: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin --- drivers/edac/i82875p_edac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/edac/i82875p

[PATCH 48/86] media/nuvoton: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin --- drivers/media/rc/nuvoton-cir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/rc/

[PATCH 55/86] chelsio/cxgb: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin --- drivers/net/ethernet/chelsio/cxgb/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drive

[PATCH 47/86] media/ite: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin --- drivers/media/rc/ite-cir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/rc/ite-

[PATCH 59/86] x86/thinkpad_acpi: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin --- drivers/platform/x86/thinkpad_acpi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pla

[PATCH 52/86] mtd/maps: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin --- drivers/mtd/maps/amd76xrom.c | 2 +- drivers/mtd/maps/ck804xrom.c | 2 +- drivers/mtd/maps/esb2rom.c| 2 +- dr

[PATCH 64/86] tty/serial: comment update

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, update comment to list the correct header. Signed-off-by: Michael S. Tsirkin --- drivers/tty/serial/8250/8250_pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/tty/serial/8250/8250_pci.c b/drivers/tty/ser

[PATCH 60/86] scsi/arcmsr: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin --- drivers/scsi/arcmsr/arcmsr_hba.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/ar

[PATCH 54/86] atheros/atlx: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin --- drivers/net/ethernet/atheros/atlx/atl1.c | 2 +- drivers/net/ethernet/atheros/atlx/atl2.c | 2 +- 2 files changed, 2

[PATCH 56/86] intel/ixgb: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin --- drivers/net/ethernet/intel/ixgb/ixgb_hw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver

[PATCH 79/86] x86/microcode/amd: drop pci_ids dependency

2015-03-29 Thread Michael S. Tsirkin
This file doesn't use any macros from pci_ids.h, drop the include. Signed-off-by: Michael S. Tsirkin --- arch/x86/kernel/cpu/microcode/amd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/x86/kernel/cpu/microcode/amd.c b/arch/x86/kernel/cpu/microcode/amd.c index 55e74fd..12829c3 100644

[PATCH 85/86] staging/olpc: drop pci dependencies

2015-03-29 Thread Michael S. Tsirkin
This file does not use any pci APIs, drop pci header includes. Signed-off-by: Michael S. Tsirkin --- drivers/staging/olpc_dcon/olpc_dcon.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/olpc_dcon/olpc_dcon.c b/drivers/staging/olpc_dcon/olpc_dcon.c index 1787cd7..d115f5c 10

[PATCH 86/86] usb/dwc3: move ids to pci_ids.h

2015-03-29 Thread Michael S. Tsirkin
Comment says IDs should move to pci_ids.h, let's do it. Signed-off-by: Michael S. Tsirkin --- include/uapi/linux/pci_ids.h | 8 drivers/usb/dwc3/dwc3-pci.c | 10 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/include/uapi/linux/pci_ids.h b/include/uapi/linux

[PATCH 78/86] linux/pci: drop include/linux/pci_ids.h

2015-03-29 Thread Michael S. Tsirkin
Now that everyone uses uapi/linux/pci_ids.h directly, drop the wrapper from include/linux/. Signed-off-by: Michael S. Tsirkin --- include/linux/pci_ids.h | 1 - 1 file changed, 1 deletion(-) delete mode 100644 include/linux/pci_ids.h diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids

[PATCH 82/86] media/fintek: drop pci_ids dependency

2015-03-29 Thread Michael S. Tsirkin
This driver does not use any PCI IDs, don't include the pci_ids.h header. Signed-off-by: Michael S. Tsirkin --- drivers/media/rc/fintek-cir.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/media/rc/fintek-cir.c b/drivers/media/rc/fintek-cir.c index 4ef500f..9ca168a 100644 --- a/drive

[PATCH 57/86] brcm80211: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin --- drivers/net/wireless/brcm80211/include/brcm_hw_ids.h | 2 +- drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c |

[PATCH 80/86] crypto/ccp: drop linux/pci dependencies

2015-03-29 Thread Michael S. Tsirkin
pci code is in ccp-pci.c, don't include pci headers from ccp/ccp-ops.c. Signed-off-by: Michael S. Tsirkin --- drivers/crypto/ccp/ccp-ops.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/crypto/ccp/ccp-ops.c b/drivers/crypto/ccp/ccp-ops.c index fd5491d..3da1140 100644 --- a/drivers/

[PATCH 84/86] brcm80211: drop pci_ids include

2015-03-29 Thread Michael S. Tsirkin
This file does not use any pci ids, drop pci_ids.h include. Signed-off-by: Michael S. Tsirkin --- drivers/net/wireless/brcm80211/brcmfmac/sdio.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/wireless/brcm80211/brcmfmac/sdio.c b/drivers/net/wireless/brcm80211/brcmfmac/sdio.c ind

[PATCH 69/86] usb/misc: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin --- drivers/usb/misc/ftdi-elan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/misc/ft

[PATCH 81/86] input/serio: drop pci_ids dependency

2015-03-29 Thread Michael S. Tsirkin
This driver does not use any PCI IDs, don't include the pci_ids.h header. Signed-off-by: Michael S. Tsirkin --- drivers/input/serio/gscps2.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/input/serio/gscps2.c b/drivers/input/serio/gscps2.c index b7d0854..ecba666 100644 --- a/drivers/

[PATCH 83/86] brcm80211: drop pci dependency

2015-03-29 Thread Michael S. Tsirkin
This file does not use any pci APIs, drop pci header includes. Signed-off-by: Michael S. Tsirkin --- drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c b/drivers/net/wireless/brcm80211/brcmfmac/b

[PATCH 77/86] linux/pci: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin --- include/linux/pci.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/pci.h b/includ

[PATCH 76/86] sound/pci: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin --- sound/pci/ctxfi/xfi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/pci/ctxfi/xfi.c b/so

[PATCH 73/86] fbdev/riva: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin --- drivers/video/fbdev/riva/nv_driver.c | 2 +- drivers/video/fbdev/riva/riva_hw.c | 2 +- 2 files changed, 2 inserti

[PATCH 75/86] watchdog: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin --- drivers/watchdog/hpwdt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/watchdog/hpwdt.

[PATCH 66/86] usb/early: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin --- drivers/usb/early/ehci-dbgp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/early/

[PATCH 68/86] usb/host: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin --- drivers/usb/host/u132-hcd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/host/u13

[PATCH 72/86] fbdev/i810: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin --- drivers/video/fbdev/i810/i810_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/vid

[PATCH 71/86] fbdev/i740fb: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin --- drivers/video/fbdev/i740fb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/fbdev

[PATCH 67/86] usb/gadget: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin --- drivers/usb/gadget/udc/bdc/bdc_pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb

[PATCH 63/86] staging/olpc: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin --- drivers/staging/olpc_dcon/olpc_dcon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/st

[PATCH 74/86] w1: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin --- drivers/w1/masters/matrox_w1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/w1/master

[PATCH 70/86] fbdev/gxt4500: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin --- drivers/video/fbdev/gxt4500.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/fbde

[PATCH 50/86] memstick/r592: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin --- drivers/memstick/host/r592.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/memstick/ho

[PATCH 51/86] cxl: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin --- drivers/misc/cxl/pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/misc/cxl/pci.c b/

[PATCH 61/86] scsi/qla1280: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin --- drivers/scsi/qla1280.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/qla1280.c b/

  1   2   3   4   >