[PATCH 07/12] PCI Hotplug: the ibm driver is not dependant on PCI_LEGACY

2008-02-14 Thread Greg Kroah-Hartman
This was marked incorrectly for some reason. Allow the ibmphp driver to be built even if PCI_LEGACY is not enabled. Cc: Kristen Carlson Accardi [EMAIL PROTECTED] Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED] --- drivers/pci/hotplug/Kconfig |2 +- 1 files changed, 1 insertions(+), 1

[PATCH 08/12] PCI: remove initial bios sort of PCI devices on x86

2008-02-14 Thread Greg Kroah-Hartman
option will resolve any problem. Cc: Matt Domsch [EMAIL PROTECTED] Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED] --- Documentation/kernel-parameters.txt |4 -- arch/frv/mb93090-mb00/pci-frv.h |2 - arch/mn10300/unit-asb2305/pci-asb2305.h |2 - arch/sh/drivers/pci/pci-sh4

[PATCH 09/12] PCI: make no_pci_devices() use the pci_bus_type list

2008-02-14 Thread Greg Kroah-Hartman
no_pci_devices() should use the driver core list of PCI devices, not our separate one. Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED] --- drivers/pci/probe.c | 17 ++--- 1 files changed, 14 insertions(+), 3 deletions(-) diff --git a/drivers/pci/probe.c b/drivers/pci/probe.c

[PATCH 10/12] PCI: add is_added flag to struct pci_dev

2008-02-14 Thread Greg Kroah-Hartman
This lets us check if the device is really added to the driver core or not, which is what we need when walking some of the bus lists. The flag is there in anticipation of getting rid of the other PCI device list, which is what we used to check in this situation. Signed-off-by: Greg Kroah-Hartman

[PATCH 11/12] PCI: remove pcibious_fixup_ghosts()

2008-02-14 Thread Greg Kroah-Hartman
here in 4 years, I think it's safe to remove now. Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED] --- arch/frv/mb93090-mb00/pci-vdk.c | 53 -- arch/x86/pci/common.c | 54 --- 2 files changed, 0 insertions

[PATCH 12/12] PCI: remove global list of PCI devices

2008-02-14 Thread Greg Kroah-Hartman
This patch finally removes the global list of PCI devices. We are relying entirely on the list held in the driver core now, and do not need a separate shadow list as no one uses it. Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED] --- drivers/pci/bus.c|4 drivers/pci/probe.c

[ 000/101] 3.6.5-stable review

2012-10-29 Thread Greg Kroah-Hartman
received after that time might be too late. The whole patch series can be found in one patch at: kernel.org/pub/linux/kernel/v3.0/stable-review/patch-3.6.5-rc1.gz and the diffstat can be found below. thanks, greg k-h - Pseudo-Shortlog of commits: Greg Kroah-Hartman gre

[ 001/101] drm/radeon: add some new SI PCI ids

2012-10-29 Thread Greg Kroah-Hartman
3.6-stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher alexander.deuc...@amd.com commit b6aa22db7857ab7ed042d6c56b800bfc727cfdff upstream. Signed-off-by: Alex Deucher alexander.deuc...@amd.com Signed-off-by: Greg Kroah-Hartman gre

[ 002/101] drm/radeon: add error output if VM CS fails on cayman

2012-10-29 Thread Greg Kroah-Hartman
Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/gpu/drm/radeon/evergreen_cs.c |1 + 1 file changed, 1 insertion(+) --- a/drivers/gpu/drm/radeon/evergreen_cs.c +++ b/drivers/gpu/drm/radeon/evergreen_cs.c @@ -2829,6 +2829,7 @@ static bool evergreen_vm_reg_valid(u32 r

[ 011/101] x86-64: Fix page table accounting

2012-10-29 Thread Greg Kroah-Hartman
in phys_pte_init() conditional upon !after_bootmem. Reported-Acked-and-Tested-by: Hugh Dickins hu...@google.com Signed-off-by: Jan Beulich jbeul...@suse.com Link: http://lkml.kernel.org/r/506dafba02780009f...@nat28.tlf.novell.com Signed-off-by: Ingo Molnar mi...@kernel.org Signed-off-by: Greg Kroah

[ 019/101] SUNRPC: Prevent races in xs_abort_connection()

2012-10-29 Thread Greg Kroah-Hartman
() into a helper that can be called by xs_abort_connection() Reported-by: Chris Perl chris.p...@gmail.com Signed-off-by: Trond Myklebust trond.mykleb...@netapp.com Tested-by: Chris Perl chris.p...@gmail.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- net/sunrpc/xprtsock.c

[ 027/101] staging: zram: Fix handling of incompressible pages

2012-10-29 Thread Greg Kroah-Hartman
Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/zram/zram_drv.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) --- a/drivers/staging/zram/zram_drv.c +++ b/drivers/staging/zram/zram_drv.c @@ -223,8 +223,13 @@ static int zram_bvec_read(struct zram

[ 032/101] staging: comedi: amplc_pc263: fix possible NULL deref during detach

2012-10-29 Thread Greg Kroah-Hartman
of `pc263_detach()` and return early if it is `NULL`. This is okay because no other resources need cleaning up in this case. Signed-off-by: Ian Abbott abbo...@mev.co.uk Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/comedi/drivers/amplc_pc263.c |3 +++ 1 file changed, 3

[ 038/101] ehci: fix Lucid nohandoff pci quirk to be more generic with BIOS versions

2012-10-29 Thread Greg Kroah-Hartman
tablets with board name M11JB. Signed-off-by: Anisse Astier ani...@astier.eu Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/host/pci-quirks.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/usb/host/pci-quirks.c +++ b/drivers/usb/host/pci

[ 051/101] USB: qcserial: fix interface-data memory leak in error path

2012-10-29 Thread Greg Kroah-Hartman
-off-by: Johan Hovold jhov...@gmail.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/serial/qcserial.c | 31 --- 1 file changed, 16 insertions(+), 15 deletions(-) --- a/drivers/usb/serial/qcserial.c +++ b/drivers/usb/serial/qcserial.c

[ 067/101] USB: mos7840: fix urb leak at release

2012-10-29 Thread Greg Kroah-Hartman
-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/serial/mos7840.c |1 + 1 file changed, 1 insertion(+) --- a/drivers/usb/serial/mos7840.c +++ b/drivers/usb/serial/mos7840.c @@ -2754,6 +2754,7 @@ static void mos7840_release(struct usb_s

[ 081/101] b43: Fix oops on unload when firmware not found

2012-10-29 Thread Greg Kroah-Hartman
-by: John W. Linville linvi...@tuxdriver.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/net/wireless/b43/main.c |4 1 file changed, 4 insertions(+) --- a/drivers/net/wireless/b43/main.c +++ b/drivers/net/wireless/b43/main.c @@ -5374,6 +5374,8 @@ static void

[ 098/101] x86: efi: Turn off efi_enabled after setup on mixed fw/kernel

2012-10-29 Thread Greg Kroah-Hartman
-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- arch/x86/include/asm/efi.h |1 + arch/x86/kernel/setup.c | 12 arch/x86/platform/efi/efi.c | 18 ++ 3 files changed, 23 insertions(+), 8 deletions(-) --- a/arch/x86/include/asm/efi.h +++ b/arch/x86/include

[ 100/101] pnfsblock: fix non-aligned DIO read

2012-10-29 Thread Greg Kroah-Hartman
be data corruption. Also teach bl_read_pagelist to handle partial page reads for DIO. Signed-off-by: Peng Tao tao.p...@emc.com Signed-off-by: Trond Myklebust trond.mykleb...@netapp.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- fs/nfs/blocklayout/blocklayout.c | 77

[ 079/101] mac80211: check if key has TKIP type before updating IV

2012-10-29 Thread Greg Kroah-Hartman
. Signed-off-by: Stanislaw Gruszka sgrus...@redhat.com Signed-off-by: John W. Linville linvi...@tuxdriver.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- net/mac80211/wpa.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/net/mac80211/wpa.c +++ b/net/mac80211/wpa.c

[ 096/101] cfg80211/mac80211: avoid state mishmash on deauth

2012-10-29 Thread Greg Kroah-Hartman
-by: Johannes Berg johannes.b...@intel.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- include/net/cfg80211.h |1 + net/mac80211/mlme.c|5 +++-- net/wireless/mlme.c| 12 +++- 3 files changed, 7 insertions(+), 11 deletions(-) --- a/include/net/cfg80211.h

[ 099/101] x86, mm: Use memblock memory loop instead of e820_RAM

2012-10-29 Thread Greg Kroah-Hartman
-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- arch/x86/kernel/setup.c | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c @@ -920,18 +920,19 @@ void __init setup_arch(char **cmdline_p) #ifdef CONFIG_X86_64

[ 101/101] pnfsblock: fix non-aligned DIO write

2012-10-29 Thread Greg Kroah-Hartman
writers anyway. So we just bail them out and resend to MDS. Signed-off-by: Peng Tao tao.p...@emc.com Signed-off-by: Trond Myklebust trond.mykleb...@netapp.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- fs/nfs/blocklayout/blocklayout.c | 34 +++--- 1

[ 091/101] net/wireless: ipw2200: Fix panic occurring in ipw_handle_promiscuous_tx()

2012-10-29 Thread Greg Kroah-Hartman
-by: Stanislav Yakovlev stas.yakov...@gmail.com Signed-off-by: John W. Linville linvi...@tuxdriver.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/net/wireless/ipw2x00/ipw2200.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/net/wireless/ipw2x00/ipw2200

[ 097/101] efi: Defer freeing boot services memory until after ACPI init

2012-10-29 Thread Greg Kroah-Hartman
-pimps.org Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- arch/x86/platform/efi/efi.c | 31 ++- include/linux/efi.h |5 + init/main.c |3 +++ 3 files changed, 26 insertions(+), 13 deletions(-) --- a/arch/x86/platform

[ 095/101] x86, mm: Undo incorrect revert in arch/x86/mm/init.c

2012-10-29 Thread Greg Kroah-Hartman
...@mail.gmail.com Acked-by: Jacob Shin jacob.s...@amd.com Signed-off-by: H. Peter Anvin h...@linux.intel.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- arch/x86/mm/init.c |4 1 file changed, 4 deletions(-) --- a/arch/x86/mm/init.c +++ b/arch/x86/mm/init.c @@ -65,10 +65,6 @@ static

[ 094/101] x86, mm: Find_early_table_space based on ranges that are actually being mapped

2012-10-29 Thread Greg Kroah-Hartman
/157 Signed-off-by: Jacob Shin jacob.s...@amd.com Link: http://lkml.kernel.org/r/20121024195311.GB11779@jshin-Toonie Tested-by: Tom Rini tr...@ti.com Signed-off-by: H. Peter Anvin h...@linux.intel.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- arch/x86/mm/init.c | 70

[ 093/101] Revert ath9k_hw: Updated AR9003 tx gain table for 5GHz

2012-10-29 Thread Greg Kroah-Hartman
by at least 10 db on some devices, e.g. the Buffalo WZR-HP-G450H. Signed-off-by: Felix Fietkau n...@openwrt.org Cc: rmano...@qca.qualcomm.com Signed-off-by: John W. Linville linvi...@tuxdriver.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/net/wireless/ath/ath9k

[ 01/54] drm/radeon: add some new SI PCI ids

2012-10-29 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher alexander.deuc...@amd.com commit b6aa22db7857ab7ed042d6c56b800bfc727cfdff upstream. Signed-off-by: Alex Deucher alexander.deuc...@amd.com Signed-off-by: Greg Kroah-Hartman gre

[ 02/54] drm/radeon: add error output if VM CS fails on cayman

2012-10-29 Thread Greg Kroah-Hartman
Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/gpu/drm/radeon/evergreen_cs.c |1 + 1 file changed, 1 insertion(+) --- a/drivers/gpu/drm/radeon/evergreen_cs.c +++ b/drivers/gpu/drm/radeon/evergreen_cs.c @@ -2775,6 +2775,7 @@ static bool evergreen_vm_reg_valid(u32 r

[ 24/54] USB: whiteheat: fix memory leak in error path

2012-10-29 Thread Greg Kroah-Hartman
jhov...@gmail.com Cc: supp...@connecttech.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/serial/whiteheat.c |1 + 1 file changed, 1 insertion(+) --- a/drivers/usb/serial/whiteheat.c +++ b/drivers/usb/serial/whiteheat.c @@ -525,6 +525,7 @@ no_firmware

[ 35/54] ARM: SAMSUNG: Add naming of s3c64xx-spi devices

2012-10-29 Thread Greg Kroah-Hartman
Nawrocki s.nawro...@samsung.com Signed-off-by: Kukjin Kim kgene@samsung.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- arch/arm/mach-exynos/common.c |5 arch/arm/mach-s3c24xx/s3c2416.c |2 + arch/arm/mach-s3c24xx/s3c2443.c

[ 46/54] cpufreq / powernow-k8: Remove usage of smp_processor_id() in preemptible code

2012-10-29 Thread Greg Kroah-Hartman
+0xb5/0x151 [811126e0] sys_write+0x4a/0x71 [816319a9] system_call_fastpath+0x16/0x1b Fix this by by always using work_on_cpu(). Signed-off-by: Andreas Herrmann andreas.herrma...@amd.com Signed-off-by: Rafael J. Wysocki rafael.j.wyso...@intel.com Signed-off-by: Greg Kroah

[ 52/54] staging: comedi: amplc_pc236: fix invalid register access during detach

2012-10-29 Thread Greg Kroah-Hartman
-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/comedi/drivers/amplc_pc236.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/staging/comedi/drivers/amplc_pc236.c +++ b/drivers/staging/comedi/drivers/amplc_pc236.c @@ -468,7 +468,7 @@ static int

[ 49/54] x86, mm: Undo incorrect revert in arch/x86/mm/init.c

2012-10-29 Thread Greg Kroah-Hartman
...@mail.gmail.com Acked-by: Jacob Shin jacob.s...@amd.com Signed-off-by: H. Peter Anvin h...@linux.intel.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- arch/x86/mm/init.c |4 1 file changed, 4 deletions(-) --- a/arch/x86/mm/init.c +++ b/arch/x86/mm/init.c @@ -65,10 +65,6 @@ static

[ 53/54] x86, mm: Use memblock memory loop instead of e820_RAM

2012-10-29 Thread Greg Kroah-Hartman
-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- arch/x86/kernel/setup.c | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c @@ -928,18 +928,19 @@ void __init setup_arch(char **cmdline_p) #ifdef CONFIG_X86_64

[ 50/54] efi: Defer freeing boot services memory until after ACPI init

2012-10-29 Thread Greg Kroah-Hartman
-pimps.org Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- arch/x86/platform/efi/efi.c | 31 ++- include/linux/efi.h |5 + init/main.c |3 +++ 3 files changed, 26 insertions(+), 13 deletions(-) --- a/arch/x86/platform

[ 51/54] x86: efi: Turn off efi_enabled after setup on mixed fw/kernel

2012-10-29 Thread Greg Kroah-Hartman
-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- arch/x86/include/asm/efi.h |1 + arch/x86/kernel/setup.c | 12 arch/x86/platform/efi/efi.c | 18 ++ 3 files changed, 23 insertions(+), 8 deletions(-) --- a/arch/x86/include/asm/efi.h +++ b/arch/x86/include

[ 54/54] drm/i915: no lvds quirk for Zotac ZDBOX SD ID12/ID13

2012-10-29 Thread Greg Kroah-Hartman
-by: Sjoerd Simons sjoerd.sim...@collabora.co.uk Signed-off-by: Daniel Vetter daniel.vet...@ffwll.ch Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/gpu/drm/i915/intel_lvds.c |8 1 file changed, 8 insertions(+) --- a/drivers/gpu/drm/i915/intel_lvds.c +++ b/drivers

[ 45/54] bcma: fix unregistration of cores

2012-10-29 Thread Greg Kroah-Hartman
-by: Stanislaw Gruszka sgrus...@redhat.com Reviewed-by: Arend Van Spriel ar...@broadcom.com Signed-off-by: Piotr Haber pha...@broadcom.com Signed-off-by: John W. Linville linvi...@tuxdriver.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/bcma/main.c |5 +++-- 1 file

[ 48/54] x86, mm: Find_early_table_space based on ranges that are actually being mapped

2012-10-29 Thread Greg Kroah-Hartman
/157 Signed-off-by: Jacob Shin jacob.s...@amd.com Link: http://lkml.kernel.org/r/20121024195311.GB11779@jshin-Toonie Tested-by: Tom Rini tr...@ti.com Signed-off-by: H. Peter Anvin h...@linux.intel.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- arch/x86/mm/init.c | 73

[ 47/54] Revert ath9k_hw: Updated AR9003 tx gain table for 5GHz

2012-10-29 Thread Greg Kroah-Hartman
by at least 10 db on some devices, e.g. the Buffalo WZR-HP-G450H. Signed-off-by: Felix Fietkau n...@openwrt.org Cc: rmano...@qca.qualcomm.com Signed-off-by: John W. Linville linvi...@tuxdriver.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/net/wireless/ath/ath9k

[ 36/54] ARM: at91/tc: fix typo in the DT document

2012-10-29 Thread Greg Kroah-Hartman
-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- Documentation/devicetree/bindings/arm/atmel-at91.txt |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Documentation/devicetree/bindings/arm/atmel-at91.txt +++ b

[ 21/54] ehci: Add yet-another Lucid nohandoff pci quirk

2012-10-29 Thread Greg Kroah-Hartman
Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/host/pci-quirks.c |7 +++ 1 file changed, 7 insertions(+) --- a/drivers/usb/host/pci-quirks.c +++ b/drivers/usb/host/pci-quirks.c @@ -548,6 +548,13 @@ static const struct dmi_system_id __devi

[ 33/54] USB: mos7840: remove invalid disconnect handling

2012-10-29 Thread Greg Kroah-Hartman
from interrupt urb completion handler. The control urb will not be re-submitted as both the control urb and the interrupt urb is killed on disconnect. Signed-off-by: Johan Hovold jhov...@gmail.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/serial/mos7840.c | 13

[ 44/54] dmaengine: imx-dma: fix missing unlock on error in imxdma_xfer_desc()

2012-10-29 Thread Greg Kroah-Hartman
-by: Wei Yongjun yongjun_...@trendmicro.com.cn Signed-off-by: Vinod Koul vinod.k...@linux.intel.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/dma/imx-dma.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- a/drivers/dma/imx-dma.c +++ b/drivers/dma/imx

[ 43/54] dmaengine: sirf: fix a typo in moving running dma_desc to active queue

2012-10-29 Thread Greg Kroah-Hartman
should change it to: list_move_tail(schan-queued.next, schan-active) or list_move_tail(sdesc-node, schan-active) Signed-off-by: Barry Song baohua.s...@csr.com Signed-off-by: Vinod Koul vinod.k...@linux.intel.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/dma/sirf-dma.c

[ 39/54] mac80211: check if key has TKIP type before updating IV

2012-10-29 Thread Greg Kroah-Hartman
. Signed-off-by: Stanislaw Gruszka sgrus...@redhat.com Signed-off-by: John W. Linville linvi...@tuxdriver.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- net/mac80211/wpa.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/net/mac80211/wpa.c +++ b/net/mac80211/wpa.c

[ 42/54] dmaengine: sirf: fix a typo in dma_prep_interleaved

2012-10-29 Thread Greg Kroah-Hartman
...@csr.com Signed-off-by: Vinod Koul vinod.k...@linux.intel.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/dma/sirf-dma.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/dma/sirf-dma.c +++ b/drivers/dma/sirf-dma.c @@ -428,7 +428,7 @@ static

[ 40/54] Bluetooth: SMP: Fix setting unknown auth_req bits

2012-10-29 Thread Greg Kroah-Hartman
it. Signed-off-by: Johan Hedberg johan.hedb...@intel.com Acked-by: Marcel Holtmann mar...@holtmann.org Signed-off-by: Gustavo Padovan gustavo.pado...@collabora.co.uk Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- net/bluetooth/smp.c |6 -- 1 file changed, 4 insertions

[ 41/54] freezer: exec should clear PF_NOFREEZE along with PF_KTHREAD

2012-10-29 Thread Greg Kroah-Hartman
...@redhat.com Acked-by: Tejun Heo t...@kernel.org Signed-off-by: Rafael J. Wysocki rafael.j.wyso...@intel.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- fs/exec.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/fs/exec.c +++ b/fs/exec.c @@ -1114,7 +1114,8 @@ int

[ 32/54] USB: mos7840: remove NULL-urb submission

2012-10-29 Thread Greg Kroah-Hartman
fail. Remove this odd piece of broken code. Signed-off-by: Johan Hovold jhov...@gmail.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/serial/mos7840.c | 15 +-- 1 file changed, 1 insertion(+), 14 deletions(-) --- a/drivers/usb/serial/mos7840.c

[ 31/54] USB: mos7840: fix port-device leak in error path

2012-10-29 Thread Greg Kroah-Hartman
-serial core from decrementing the port ref counters and releasing the port devices and associated data. Signed-off-by: Johan Hovold jhov...@gmail.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/serial/mos7840.c |1 - 1 file changed, 1 deletion(-) --- a/drivers

[ 38/54] ARM: at91: at91sam9g10: fix SOC type detection

2012-10-29 Thread Greg Kroah-Hartman
...@gmail.com [nicolas.fe...@atmel.com: change commit message] Signed-off-by: Nicolas Ferre nicolas.fe...@atmel.com Acked-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- arch/arm/mach-at91/setup.c |2 +- 1 file changed

[ 37/54] ARM: at91/i2c: change id to let i2c-gpio work

2012-10-29 Thread Greg Kroah-Hartman
...@atmel.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- arch/arm/mach-at91/at91rm9200_devices.c |2 +- arch/arm/mach-at91/at91sam9260_devices.c |2 +- arch/arm/mach-at91/at91sam9261_devices.c |2 +- arch/arm/mach-at91/at91sam9263_devices.c |2 +- arch/arm/mach-at91

[ 29/54] USB: sierra: fix memory leak in probe error path

2012-10-29 Thread Greg Kroah-Hartman
. Signed-off-by: Johan Hovold jhov...@gmail.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/serial/sierra.c | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) --- a/drivers/usb/serial/sierra.c +++ b/drivers/usb/serial/sierra.c @@ -171,7 +171,6

[ 34/54] vhost: fix mergeable bufs on BE hosts

2012-10-29 Thread Greg Kroah-Hartman
. Signed-off-by: Michael S. Tsirkin m...@redhat.com Tested-by: Alexander Graf ag...@suse.de Signed-off-by: David S. Miller da...@davemloft.net Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/vhost/net.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion

[ 30/54] USB: mos7840: fix urb leak at release

2012-10-29 Thread Greg Kroah-Hartman
-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/serial/mos7840.c |1 + 1 file changed, 1 insertion(+) --- a/drivers/usb/serial/mos7840.c +++ b/drivers/usb/serial/mos7840.c @@ -2657,6 +2657,7 @@ static void mos7840_release(struct usb_s mos7840_port

[ 23/54] usb hub: send clear_tt_buffer_complete events when canceling TT clear work

2012-10-29 Thread Greg Kroah-Hartman
. Signed-off-by: Octavian Purdila octavian.purd...@intel.com Acked-by: Alan Stern st...@rowland.harvard.edu Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/core/hub.c |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) --- a/drivers/usb/core/hub.c +++ b

[ 27/54] USB: serial: Fix memory leak in sierra_release()

2012-10-29 Thread Greg Kroah-Hartman
bytes each time the driver releases a device. Signed-off-by: Len Sorensen lsore...@csclub.uwaterloo.ca Acked-by: Johan Hovold jhov...@gmail.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/serial/sierra.c |1 + 1 file changed, 1 insertion(+) --- a/drivers/usb

[ 28/54] USB: sierra: fix memory leak in attach error path

2012-10-29 Thread Greg Kroah-Hartman
...@gmail.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/serial/sierra.c |9 - 1 file changed, 8 insertions(+), 1 deletion(-) --- a/drivers/usb/serial/sierra.c +++ b/drivers/usb/serial/sierra.c @@ -936,7 +936,7 @@ static int sierra_startup(struct usb_ser

[ 13/54] Revert SUNRPC: Ensure we close the socket on EPIPE errors too...

2012-10-29 Thread Greg Kroah-Hartman
Tested-by: Chris Perl chris.p...@gmail.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- net/sunrpc/xprtsock.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/net/sunrpc/xprtsock.c +++ b/net/sunrpc/xprtsock.c @@ -736,10 +736,10 @@ static int xs_tcp_send_request

[ 15/54] xhci: Fix potential NULL ptr deref in command cancellation.

2012-10-29 Thread Greg Kroah-Hartman
kernels as old as 3.0, that contain the commit b63f4053cc8aa22a98e3f9a97845afe6c15d0a0d xHCI: handle command after aborting the command ring. Signed-off-by: Sarah Sharp sarah.a.sh...@linux.intel.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/host/xhci-ring.c | 11

[ 26/54] USB: opticon: fix memory leak in error path

2012-10-29 Thread Greg Kroah-Hartman
Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/serial/opticon.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- a/drivers/usb/serial/opticon.c +++ b/drivers/usb/serial/opticon.c @@ -297,7 +297,7 @@ static int opticon_write(struct tty_stru if (!dr

[ 25/54] USB: opticon: fix DMA from stack

2012-10-29 Thread Greg Kroah-Hartman
. Note that only the first byte of the old buffer was used. Signed-off-by: Johan Hovold jhov...@gmail.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/serial/opticon.c |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) --- a/drivers/usb/serial

[ 22/54] usb-storage: add unusual_devs entry for Casio EX-N1 digital camera

2012-10-29 Thread Greg Kroah-Hartman
...@osdn.org.ua Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/storage/unusual_devs.h |6 ++ 1 file changed, 6 insertions(+) --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h @@ -1004,6 +1004,12 @@ UNUSUAL_DEV( 0x07cf, 0x1001, 0x1000

[ 14/54] SUNRPC: Prevent races in xs_abort_connection()

2012-10-29 Thread Greg Kroah-Hartman
() into a helper that can be called by xs_abort_connection() Reported-by: Chris Perl chris.p...@gmail.com Signed-off-by: Trond Myklebust trond.mykleb...@netapp.com Tested-by: Chris Perl chris.p...@gmail.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- net/sunrpc/xprtsock.c

[ 20/54] ehci: fix Lucid nohandoff pci quirk to be more generic with BIOS versions

2012-10-29 Thread Greg Kroah-Hartman
tablets with board name M11JB. Signed-off-by: Anisse Astier ani...@astier.eu Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/host/pci-quirks.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/usb/host/pci-quirks.c +++ b/drivers/usb/host/pci

[ 19/54] Drivers: hv: Cleanup error handling in vmbus_open()

2012-10-29 Thread Greg Kroah-Hartman
. Srinivasan k...@microsoft.com Reviewed-by: Haiyang Zhang haiya...@microsoft.com Reported-by: Jason Wang jasow...@redhat.com Acked-by: Jason Wang jasow...@redhat.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/hv/channel.c | 24 +--- 1 file changed

[ 18/54] Staging: android: binder: Allow using highmem for binder buffers

2012-10-29 Thread Greg Kroah-Hartman
the __GFP_HIGHMEM flag when allocating these pages so we don't needlessly use low memory pages that may be required elsewhere. Signed-off-by: Arve Hjønnevåg a...@android.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/android/binder.c |2 +- 1 file changed, 1

[ 17/54] Staging: android: binder: Fix memory leak on thread/process exit

2012-10-29 Thread Greg Kroah-Hartman
, the struct holding the pending work was leaked. Signed-off-by: Arve Hjønnevåg a...@android.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/staging/android/binder.c | 28 +++- 1 file changed, 27 insertions(+), 1 deletion(-) --- a/drivers/staging

[ 07/54] genalloc: stop crashing the system when destroying a pool

2012-10-29 Thread Greg Kroah-Hartman
...@stericsson.com Signed-off-by: Andrew Morton a...@linux-foundation.org Signed-off-by: Linus Torvalds torva...@linux-foundation.org Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- lib/genalloc.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/lib/genalloc.c +++ b/lib

[ 16/54] sysfs: sysfs_pathname/sysfs_add_one: Use strlcat() instead of strcat()

2012-10-29 Thread Greg Kroah-Hartman
for the concatenation if CONFIG_BUG is disabled. Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- fs/sysfs/dir.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) --- a/fs/sysfs/dir.c +++ b/fs/sysfs/dir.c

[ 12/54] SUNRPC: Clear the connect flag when socket state is TCP_CLOSE_WAIT

2012-10-29 Thread Greg Kroah-Hartman
(). Signed-off-by: Trond Myklebust trond.mykleb...@netapp.com Tested-by: Chris Perl chris.p...@gmail.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- net/sunrpc/xprtsock.c |1 + 1 file changed, 1 insertion(+) --- a/net/sunrpc/xprtsock.c +++ b/net/sunrpc/xprtsock.c @@ -1525,6

[ 11/54] SUNRPC: Get rid of the xs_error_report socket callback

2012-10-29 Thread Greg Kroah-Hartman
Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- net/sunrpc/xprtsock.c | 25 - 1 file changed, 25 deletions(-) --- a/net/sunrpc/xprtsock.c +++ b/net/sunrpc/xprtsock.c @@ -254,7 +254,6 @@ struct sock_xprt { void(*old_data_ready

[ 08/54] ARM: 7559/1: smp: switch away from the idmap before updating init_mm.mm_count

2012-10-29 Thread Greg Kroah-Hartman
...@st.com Signed-off-by: Will Deacon will.dea...@arm.com Signed-off-by: Russell King rmk+ker...@arm.linux.org.uk Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- arch/arm/kernel/smp.c | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) --- a/arch/arm/kernel/smp.c

[ 10/54] mm: fix XFS oops due to dirty pages without buffers on s390

2012-10-29 Thread Greg Kroah-Hartman
...@linux-foundation.org Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- mm/rmap.c | 20 +++- 1 file changed, 15 insertions(+), 5 deletions(-) --- a/mm/rmap.c +++ b/mm/rmap.c @@ -56,6 +56,7 @@ #include linux/mmu_notifier.h #include linux/migrate.h #include linux

[ 06/54] drivers/rtc/rtc-imxdi.c: add missing spin lock initialization

2012-10-29 Thread Greg Kroah-Hartman
Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/rtc/rtc-imxdi.c |2 ++ 1 file changed, 2 insertions(+) --- a/drivers/rtc/rtc-imxdi.c +++ b/drivers/rtc/rtc-imxdi.c @@ -392,6 +392,8 @@ static int dryice_rtc_probe(struct platf if (imxdi-ioaddr == NULL

[ 05/54] fs/compat_ioctl.c: VIDEO_SET_SPU_PALETTE missing error check

2012-10-29 Thread Greg Kroah-Hartman
Morton a...@linux-foundation.org Signed-off-by: Linus Torvalds torva...@linux-foundation.org Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- fs/compat_ioctl.c |2 ++ 1 file changed, 2 insertions(+) --- a/fs/compat_ioctl.c +++ b/fs/compat_ioctl.c @@ -210,6 +210,8 @@ static int

[ 080/101] mac80211: use ieee80211_free_txskb in a few more places

2012-10-29 Thread Greg Kroah-Hartman
remaining conditions that can lead to hostapd/wpa_supplicant hangs when running out of socket write memory. Signed-off-by: Felix Fietkau n...@openwrt.org Signed-off-by: John W. Linville linvi...@tuxdriver.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- net/mac80211/iface.c

[ 09/54] x86, mm: Trim memory in memblock to be page aligned

2012-10-29 Thread Greg Kroah-Hartman
. Peter Anvin h...@linux.intel.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- arch/x86/kernel/e820.c |3 +++ include/linux/memblock.h |1 + mm/memblock.c| 24 3 files changed, 28 insertions(+) --- a/arch/x86/kernel/e820.c +++ b

[ 04/54] gen_init_cpio: avoid stack overflow when expanding

2012-10-29 Thread Greg Kroah-Hartman
-foundation.org Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- usr/gen_init_cpio.c | 41 ++--- 1 file changed, 22 insertions(+), 19 deletions(-) --- a/usr/gen_init_cpio.c +++ b/usr/gen_init_cpio.c @@ -303,7 +303,7 @@ static int cpio_mkfile(const

[ 03/54] ALSA: hda - add dock support for Thinkpad T430

2012-10-29 Thread Greg Kroah-Hartman
. Addresses https://bugs.launchpad.net/bugs/1060372 Signed-off-by: Joseph Salisbury joseph.salisb...@canonical.com Signed-off-by: Takashi Iwai ti...@suse.de Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- sound/pci/hda/patch_realtek.c |1 + 1 file changed, 1 insertion

[ 00/54] 3.4.17-stable review

2012-10-29 Thread Greg Kroah-Hartman
received after that time might be too late. The whole patch series can be found in one patch at: kernel.org/pub/linux/kernel/v3.0/stable-review/patch-3.4.17-rc1.gz and the diffstat can be found below. thanks, greg k-h - Pseudo-Shortlog of commits: Greg Kroah-Hartman gre

[ 092/101] cpufreq / powernow-k8: Remove usage of smp_processor_id() in preemptible code

2012-10-29 Thread Greg Kroah-Hartman
+0xb5/0x151 [811126e0] sys_write+0x4a/0x71 [816319a9] system_call_fastpath+0x16/0x1b Fix this by by always using work_on_cpu(). Signed-off-by: Andreas Herrmann andreas.herrma...@amd.com Signed-off-by: Rafael J. Wysocki rafael.j.wyso...@intel.com Signed-off-by: Greg Kroah

[ 084/101] qmi_wwan/cdc_ether: move Novatel 551 and E362 to qmi_wwan

2012-10-29 Thread Greg Kroah-Hartman
-Hartman gre...@linuxfoundation.org Acked-by: Bjørn Mork bj...@mork.no Signed-off-by: David S. Miller da...@davemloft.net Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/net/usb/cdc_ether.c | 41 ++--- drivers/net/usb/qmi_wwan.c | 14

[ 090/101] bcma: fix unregistration of cores

2012-10-29 Thread Greg Kroah-Hartman
-by: Stanislaw Gruszka sgrus...@redhat.com Reviewed-by: Arend Van Spriel ar...@broadcom.com Signed-off-by: Piotr Haber pha...@broadcom.com Signed-off-by: John W. Linville linvi...@tuxdriver.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/bcma/main.c |5 +++-- 1 file

[ 089/101] iwlwifi: fix 6000 series channel switch command

2012-10-29 Thread Greg Kroah-Hartman
of 320 bytes. The command is therefore refused with a warning. Fix this by allocating the command and using the NOCOPY mechanism. Reviewed-by: Emmanuel Grumbach emmanuel.grumb...@intel.com Signed-off-by: Johannes Berg johannes.b...@intel.com Signed-off-by: Greg Kroah-Hartman gre

[ 088/101] dmaengine: imx-dma: fix missing unlock on error in imxdma_xfer_desc()

2012-10-29 Thread Greg Kroah-Hartman
-by: Wei Yongjun yongjun_...@trendmicro.com.cn Signed-off-by: Vinod Koul vinod.k...@linux.intel.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/dma/imx-dma.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- a/drivers/dma/imx-dma.c +++ b/drivers/dma/imx

[ 087/101] dmaengine: sirf: fix a typo in moving running dma_desc to active queue

2012-10-29 Thread Greg Kroah-Hartman
should change it to: list_move_tail(schan-queued.next, schan-active) or list_move_tail(sdesc-node, schan-active) Signed-off-by: Barry Song baohua.s...@csr.com Signed-off-by: Vinod Koul vinod.k...@linux.intel.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/dma/sirf-dma.c

[ 086/101] dmaengine: sirf: fix a typo in dma_prep_interleaved

2012-10-29 Thread Greg Kroah-Hartman
...@csr.com Signed-off-by: Vinod Koul vinod.k...@linux.intel.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/dma/sirf-dma.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/dma/sirf-dma.c +++ b/drivers/dma/sirf-dma.c @@ -428,7 +428,7 @@ static

[ 085/101] freezer: exec should clear PF_NOFREEZE along with PF_KTHREAD

2012-10-29 Thread Greg Kroah-Hartman
...@redhat.com Acked-by: Tejun Heo t...@kernel.org Signed-off-by: Rafael J. Wysocki rafael.j.wyso...@intel.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- fs/exec.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/fs/exec.c +++ b/fs/exec.c @@ -1110,7 +1110,8 @@ int

[ 060/101] USB: quatech2: fix port-data memory leaks

2012-10-29 Thread Greg Kroah-Hartman
...@virginia.edu Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/serial/quatech2.c | 121 +- 1 file changed, 51 insertions(+), 70 deletions(-) --- a/drivers/usb/serial/quatech2.c +++ b/drivers/usb/serial/quatech2.c @@ -145,12 +145,12

[ 083/101] Bluetooth: SMP: Fix setting unknown auth_req bits

2012-10-29 Thread Greg Kroah-Hartman
it. Signed-off-by: Johan Hedberg johan.hedb...@intel.com Acked-by: Marcel Holtmann mar...@holtmann.org Signed-off-by: Gustavo Padovan gustavo.pado...@collabora.co.uk Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- net/bluetooth/smp.c |6 -- 1 file changed, 4 insertions

[ 082/101] tilegx: fix some issues in the SW TSO support

2012-10-29 Thread Greg Kroah-Hartman
where we would end up with extremely slow performance. Also adopt use of skb_frag_size() accessor. Signed-off-by: Chris Metcalf cmetc...@tilera.com Signed-off-by: David S. Miller da...@davemloft.net Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/net/ethernet/tile/tilegx.c

[ 078/101] mac80211: connect with HT20 if HT40 is not permitted

2012-10-29 Thread Greg Kroah-Hartman
by disabling HT40 and advertising HT20 to the AP when connecting. Reported-by: Florian Reitmeir flor...@reitmeir.org Tested-by: Florian Reitmeir flor...@reitmeir.org Signed-off-by: Johannes Berg johannes.b...@intel.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- net/mac80211

[ 077/101] ARM: at91: fix external interrupt specification in board code

2012-10-29 Thread Greg Kroah-Hartman
. It has been forgotten on these SPI irq definitions in board code. Signed-off-by: Nicolas Ferre nicolas.fe...@atmel.com Acked-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Acked-by: Ludovic Desroches ludovic.desroc...@atmel.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org

[ 076/101] ARM: at91: fix external interrupts in non-DT case

2012-10-29 Thread Greg Kroah-Hartman
Kroah-Hartman gre...@linuxfoundation.org --- arch/arm/mach-at91/generic.h |3 ++- arch/arm/mach-at91/irq.c |9 +++-- arch/arm/mach-at91/setup.c |2 +- 3 files changed, 10 insertions(+), 4 deletions(-) --- a/arch/arm/mach-at91/generic.h +++ b/arch/arm/mach-at91/generic.h

[ 069/101] USB: mos7840: remove NULL-urb submission

2012-10-29 Thread Greg Kroah-Hartman
fail. Remove this odd piece of broken code. Signed-off-by: Johan Hovold jhov...@gmail.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/usb/serial/mos7840.c | 15 +-- 1 file changed, 1 insertion(+), 14 deletions(-) --- a/drivers/usb/serial/mos7840.c

[ 075/101] ARM: at91: at91sam9g10: fix SOC type detection

2012-10-29 Thread Greg Kroah-Hartman
...@gmail.com [nicolas.fe...@atmel.com: change commit message] Signed-off-by: Nicolas Ferre nicolas.fe...@atmel.com Acked-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- arch/arm/mach-at91/setup.c |2 +- 1 file changed

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