Re: [PATCH v2 2/3] input: Cypress PS/2 Trackpad psmouse driver

2012-11-29 Thread Kamal Mostafa
Hi Henrik- Thanks very much for your detailed review... On Wed, 2012-11-21 at 20:20 +0100, Henrik Rydberg wrote: > Reading the patch, it looks very much like a typical semi-mt device to > me. Any good reason not to handle it that way? Well, the device does properly report contact-counts up to 5

[PATCH v3 0/4] Cypress PS/2 Trackpad driver

2012-11-29 Thread Kamal Mostafa
- cypress_reconnect() never actually works, so I disabled it; just let psmouse re-init the driver instead, which works and is what was ending up happenning anyway. -Kamal Mostafa [0] PATCH v1: http://www.spinics.net/lists/linux-input/msg23690.html [1] PATCH v2: http://www.spinics.net/lists/l

[PATCH v3 3/4] input: Cypress PS/2 Trackpad link into psmouse-base

2012-11-29 Thread Kamal Mostafa
From: Cypress Semiconductor Corporation Original code contributed by Cypress Semiconductor Corporation, modified by Kamal Mostafa. BugLink: http://launchpad.net/bugs/978807 Signed-off-by: Kamal Mostafa Signed-off-by: Mario Limonciello Signed-off-by: Tim Gardner --- drivers/input/mouse

[PATCH v3 4/4] input: Cypress PS/2 Trackpad simulated multitouch

2012-11-29 Thread Kamal Mostafa
Instead of SEMI_MT, present a full mt interface with simulated contact positions for >=3 fingers. Enables e.g. multi-finger tap and drag. Signed-off-by: Kamal Mostafa --- drivers/input/mouse/cypress_ps2.c | 16 drivers/input/mouse/cypress_ps2.h | 14 +- 2 fi

[PATCH v3 1/4] input: increase struct ps2dev cmdbuf[] to 8 bytes

2012-11-29 Thread Kamal Mostafa
Cypress PS/2 Trackpad (drivers/input/mouse/cypress_ps2.c) needs this larger cmdbuf[] to handle 8-byte packet responses. Signed-off-by: Kamal Mostafa --- include/linux/libps2.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/libps2.h b/include/linux/libps2.h

[PATCH v3 2/4] input: Cypress PS/2 Trackpad psmouse driver

2012-11-29 Thread Kamal Mostafa
From: Cypress Semiconductor Corporation Input/mouse driver for Cypress PS/2 Trackpad. Original code contributed by Cypress Semiconductor Corporation, modified by Kamal Mostafa and Kyle Fazzari. BugLink: http://launchpad.net/bugs/978807 Signed-off-by: Kamal Mostafa Signed-off-by: Kyle Fazzari

[PATCH] Input: fix Cypress PS/2 Trackpad in Dell XPS12

2013-02-21 Thread Kamal Mostafa
Avoid firmware glitch in Cypress PS/2 Trackpad firmware version 11 (as observed in Dell XPS12) which prevents driver from recognizing the trackpad. BugLink: http://launchpad.net/bugs/1103594 Signed-off-by: Kamal Mostafa Cc: Dudley Du --- drivers/input/mouse/cypress_ps2.c | 19

Re: [PATCH] Input: fix Cypress PS/2 Trackpad in Dell XPS12

2013-02-21 Thread Kamal Mostafa
On Thu, 2013-02-21 at 11:56 -0800, Dmitry Torokhov wrote: > On Thu, Feb 21, 2013 at 10:55:55AM -0800, Kamal Mostafa wrote: > > Avoid firmware glitch in Cypress PS/2 Trackpad firmware version 11 > > (as observed in Dell XPS12) which prevents driver from recognizing &

[PATCH] drm/i915: i915.quirks_set/quirks_mask overrides dmi match

2013-09-04 Thread Kamal Mostafa
QUIRK_NO_PCH_PWM_ENABLE i915.quirks_mask=0xFF - disables all quirks Signed-off-by: Kamal Mostafa Cc: sta...@vger.kernel.org --- drivers/gpu/drm/i915/intel_display.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915

[3.8.y.z extended stable] Linux 3.8.13.8

2013-09-05 Thread Kamal Mostafa
linna (1): zd1201: do not use stack as URB transfer_buffer Kamal Mostafa (1): Linux 3.8.13.8 Kent Overstreet (1): block: Add bio_for_each_segment_all() Linus Torvalds (1): Fix TLB gather virtual address range invalidation corner cases Martin Peschke (2): [SCSI] zfcp: fix lock i

[PATCH 24/24] drm/nouveau: fix reclocking on nv40

2013-09-09 Thread Kamal Mostafa
reclocking on nv40 not working anymore. There is missing assigment of return value from pll_calc to ret. Signed-off-by: Pali Rohár Signed-off-by: Martin Peres Signed-off-by: Ben Skeggs Signed-off-by: Kamal Mostafa --- drivers/gpu/drm/nouveau/nv40_pm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[PATCH 12/24] powerpc: Don't Oops when accessing /proc/powerpc/lparcfg without hypervisor

2013-09-09 Thread Kamal Mostafa
ies, and adding the necessary hypervisor check before calling the H_GET_EM_PARMS hypercall Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Kamal Mostafa --- arch/powerpc/kernel/lparcfg.c | 22 +- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/arch/powerpc/k

[PATCH 15/24] net: Check the correct namespace when spoofing pid over SCM_RIGHTS

2013-09-09 Thread Kamal Mostafa
. Signed-off-by: Andy Lutomirski Reviewed-by: "Eric W. Biederman" Signed-off-by: David S. Miller Signed-off-by: Kamal Mostafa --- net/core/scm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/core/scm.c b/net/core/scm.c index 2dc6cda..7b6d0d9 100644 --- a/net/

[PATCH 08/24] ath9k: Enable PLL fix only for AR9340/AR9330

2013-09-09 Thread Kamal Mostafa
-off-by: Sujith Manoharan Signed-off-by: John W. Linville Signed-off-by: Kamal Mostafa --- drivers/net/wireless/ath/ath9k/main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/net/wireless/ath/ath9k/main.c b/drivers/net/wireless/ath/ath9k/main.c index a929adc

[PATCH 14/24] powerpc/hvsi: Increase handshake timeout from 200ms to 400ms.

2013-09-09 Thread Kamal Mostafa
d-off-by: Eugene Surovegin Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Kamal Mostafa --- drivers/tty/hvc/hvsi_lib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/tty/hvc/hvsi_lib.c b/drivers/tty/hvc/hvsi_lib.c index 3396eb9..ac27671 100644 --- a/driver

[PATCH 06/24] iwl4965: fix rfkill set state regression

2013-09-09 Thread Kamal Mostafa
Aug 1 12:07:55 2013 +0200 iwl4965: reset firmware after rfkill off broke rfkill notification to user-space . I missed that bug, because I compiled without CONFIG_RFKILL, sorry about that. Signed-off-by: Stanislaw Gruszka Signed-off-by: John W. Linville Signed-off-by: Kamal Mostafa

[PATCH 04/24] ALSA: hda - Add inverted digital mic fixup for Acer Aspire One

2013-09-09 Thread Kamal Mostafa
t; Signed-off-by: Takashi Iwai Signed-off-by: Kamal Mostafa --- sound/pci/hda/patch_realtek.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index a7f0d7f..7e2840d 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sou

[PATCH 19/24] memcg: check that kmem_cache has memcg_params before accessing it

2013-09-09 Thread Kamal Mostafa
system_call_fastpath+0x16/0x1b Signed-off-by: Andrey Vagin Cc: Pekka Enberg Cc: Christoph Lameter Cc: Glauber Costa Cc: Joonsoo Kim Cc: Michal Hocko Cc: Johannes Weiner Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Kamal Mostafa --- mm/slab.h | 2 ++ 1 file changed, 2

[PATCH 13/24] powerpc: Work around gcc miscompilation of __pa() on 64-bit

2013-09-09 Thread Kamal Mostafa
tant (-PAGE_OFFSET) and add it on. (Note that MEMORY_START is always 0 on 64-bit.) Signed-off-by: Paul Mackerras Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Kamal Mostafa --- arch/powerpc/Kconfig| 1 + arch/powerpc/include/asm/page.h | 10 ++ 2 files changed

[PATCH 22/24] drm/vmwgfx: Split GMR2_REMAP commands if they are to large

2013-09-09 Thread Kamal Mostafa
. Signed-off-by: Jakob Bornecrantz Reviewed-by: Biran Paul Reviewed-by: Zack Rusin Signed-off-by: Dave Airlie Signed-off-by: Kamal Mostafa --- drivers/gpu/drm/vmwgfx/vmwgfx_gmr.c | 58 + 1 file changed, 39 insertions(+), 19 deletions(-) diff --git a/drivers

[PATCH 09/24] ALSA: hda - Fix NULL dereference with CONFIG_SND_DYNAMIC_MINORS=n

2013-09-09 Thread Kamal Mostafa
eventually leads to Oops. Reported-by: Stratos Karafotis Signed-off-by: Takashi Iwai Signed-off-by: Kamal Mostafa --- sound/pci/hda/patch_hdmi.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c index ad23390..5c19496 100644 --- a/sound/pci

[PATCH 11/24] powerpc/pseries/lparcfg: Fix possible overflow are more than 1026

2013-09-09 Thread Kamal Mostafa
. so the contents of rtas_data_buf may truncated in memcpy. if contents are really truncated. the splpar_strlen is more than 1026. the next while loop checking will not find the end of buffer. that will cause memory access violation. Signed-off-by: Chen Gang Signed-off-by: Benjamin Herrenschmidt

[ 3.8.y.z extended stable ] Linux 3.8.13.9 stable review

2013-09-09 Thread Kamal Mostafa
This is the start of the review cycle for the Linux 3.8.13.9 stable kernel. This version contains 24 new patches, summarized below. The new patches are posted as replies to this message and also available in this git branch: http://kernel.ubuntu.com/git?p=ubuntu/linux.git;h=linux-3.8.y-review;a=

[PATCH 17/24] SUNRPC: Fix memory corruption issue on 32-bit highmem systems

2013-09-09 Thread Kamal Mostafa
Signed-off-by: Kamal Mostafa --- net/sunrpc/xdr.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/net/sunrpc/xdr.c b/net/sunrpc/xdr.c index 5605563..ddbec19 100644 --- a/net/sunrpc/xdr.c +++ b/net/sunrpc/xdr.c @@ -207,10 +207,13 @@ _shift_data_right_pages(struct page

[PATCH 02/24] ARM: Fix FIQ code on VIVT CPUs

2013-09-09 Thread Kamal Mostafa
the code will become visible to the instruction stream on VIVT CPUs. Reported-by: Aaro Koskinen Tested-by: Aaro Koskinen Signed-off-by: Russell King Signed-off-by: Kamal Mostafa --- arch/arm/kernel/fiq.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/arch/arm

[PATCH 03/24] regmap: Add another missing header for !CONFIG_REGMAP stubs

2013-09-09 Thread Kamal Mostafa
function 'regmap_write': include/linux/regmap.h:525:2: error: implicit declaration of function 'WARN_ONCE' [-Werror=implicit-function-declaration] Signed-off-by: Kevin Hilman Signed-off-by: Mark Brown Signed-off-by: Kamal Mostafa --- include/linux/regmap.h | 1 + 1 file changed,

[PATCH 01/24] ARM: update FIQ support for relocation of vectors

2013-09-09 Thread Kamal Mostafa
. This change makes that happen. Acked-by: Nicolas Pitre Signed-off-by: Russell King Signed-off-by: Kamal Mostafa --- arch/arm/kernel/entry-armv.S | 3 +++ arch/arm/kernel/fiq.c| 19 ++- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/arch/arm/kernel

[PATCH 05/24] mac80211: add missing channel context release

2013-09-09 Thread Kamal Mostafa
: Johannes Berg Signed-off-by: Kamal Mostafa --- net/mac80211/ibss.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net/mac80211/ibss.c b/net/mac80211/ibss.c index 6b7644e..34741ee 100644 --- a/net/mac80211/ibss.c +++ b/net/mac80211/ibss.c @@ -1207,6 +1207,7 @@ int ieee80211_ibss_leave(struct

[PATCH 10/24] lparcfg: don't bother saving pointer to proc_dir_entry

2013-09-09 Thread Kamal Mostafa
oc/powerpc/lparcfg without" ] Signed-off-by: Kamal Mostafa --- arch/powerpc/kernel/lparcfg.c | 11 ++- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/arch/powerpc/kernel/lparcfg.c b/arch/powerpc/kernel/lparcfg.c index f5725bc..801a757 100644 --- a/arch/powerpc/kernel/

[PATCH 07/24] ath9k_htc: Restore skb headroom when returning skb to mac80211

2013-09-09 Thread Kamal Mostafa
its original position before returning the frame to mac80211 as other drivers like rt2x00 or ath5k do. Reported-by: Marc Kleine-Budde Signed-off-by: Helmut Schaa Tested-by: Marc Kleine-Budde Signed-off-by: Marc Kleine-Budde Signed-off-by: John W. Linville Signed-off-by: Kamal Mostafa

[PATCH 18/24] drivers/base/memory.c: fix show_mem_removable() to handle missing sections

2013-09-09 Thread Kamal Mostafa
Cc: "Rafael J. Wysocki" Cc: Yinghai Lu Reviewed-by: Yasuaki Ishimatsu Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Kamal Mostafa --- drivers/base/memory.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/base/memory.c b/drivers/base/memory.c

[PATCH 20/24] workqueue: cond_resched() after processing each work item

2013-09-09 Thread Kamal Mostafa
References: http://thread.gmane.org/gmane.linux.kernel/1552567 Signed-off-by: Kamal Mostafa --- kernel/workqueue.c | 9 + 1 file changed, 9 insertions(+) diff --git a/kernel/workqueue.c b/kernel/workqueue.c index 3a3a98f..338b3bd 100644 --- a/kernel/workqueue.c +++ b/kernel/workqueue.c

[PATCH 21/24] drm/i915: ivb: fix edp voltage swing reg val

2013-09-09 Thread Kamal Mostafa
which will succeed. Both issues can lead to a blank screen. v2: - improve commit message Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=64880 Tested-by: Jeremy Moles Signed-off-by: Imre Deak Reviewed-by: Paulo Zanoni Signed-off-by: Daniel Vetter Signed-off-by: Kamal Mostafa

[PATCH 23/24] af_key: initialize satype in key_notify_policy_flush()

2013-09-09 Thread Kamal Mostafa
Dichtel Signed-off-by: Steffen Klassert Signed-off-by: Kamal Mostafa --- net/key/af_key.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net/key/af_key.c b/net/key/af_key.c index e1cc508..2c698fc 100644 --- a/net/key/af_key.c +++ b/net/key/af_key.c @@ -2690,6 +2690,7 @@ static int

[PATCH 16/24] ALSA: opti9xx: Fix conflicting driver object name

2013-09-09 Thread Kamal Mostafa
-tested-by: Fengguang Wu Signed-off-by: Takashi Iwai Signed-off-by: Kamal Mostafa --- sound/isa/opti9xx/opti92x-ad1848.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/sound/isa/opti9xx/opti92x-ad1848.c b/sound/isa/opti9xx/opti92x-ad1848.c index b41ed86..e427dbf 100644 -

Re: [3.8.y.z extended stable] Linux 3.8.13.9

2013-09-12 Thread Kamal Mostafa
diff --git a/Makefile b/Makefile index 5e5cff2..5eba017 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 3 PATCHLEVEL = 8 SUBLEVEL = 13 -EXTRAVERSION = .8 +EXTRAVERSION = .9 NAME = Remoralised Urchins Update # *DOCUMENTATION* diff --git a/arch/arm/kernel/entry-armv.S b/arch/arm

[3.8.y.z extended stable] Linux 3.8.13.9

2013-09-12 Thread Kamal Mostafa
ds if they are to large Johannes Berg (1): mac80211: add missing channel context release Kamal Mostafa (1): Linux 3.8.13.9 Kevin Hilman (1): regmap: Add another missing header for !CONFIG_REGMAP stubs Nicolas Dichtel (1): af_key: initialize satype in key_notify_policy_flu

[PATCH 014/104] ipv6: remove max_addresses check from ipv6_create_tempaddr

2013-10-10 Thread Kamal Mostafa
ler [ luis: backported to 3.5: adjusted context ] Signed-off-by: Luis Henriques Signed-off-by: Kamal Mostafa --- net/ipv6/addrconf.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c index 7b54fff..e169782 100644 --- a/net/ipv6/addrc

[ 3.8.y.z extended stable ] Linux 3.8.13.11 stable review

2013-10-10 Thread Kamal Mostafa
This is the start of the review cycle for the Linux 3.8.13.11 stable kernel. This version contains 104 new patches, summarized below. The new patches are posted as replies to this message and also available in this git branch: http://kernel.ubuntu.com/git?p=ubuntu/linux.git;h=linux-3.8.y-review;

[PATCH 017/104] tcp: set timestamps for restored skb-s

2013-10-10 Thread Kamal Mostafa
melyanov Cc: "David S. Miller" Cc: Alexey Kuznetsov Cc: James Morris Cc: Hideaki YOSHIFUJI Cc: Patrick McHardy Signed-off-by: Andrey Vagin Signed-off-by: David S. Miller Signed-off-by: Kamal Mostafa --- net/ipv4/tcp.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/

[PATCH 011/104] ipv6: don't stop backtracking in fib6_lookup_1 if subtree does not match

2013-10-10 Thread Kamal Mostafa
Frederic Sowa Signed-off-by: David S. Miller Signed-off-by: Kamal Mostafa --- net/ipv6/ip6_fib.c | 16 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/net/ipv6/ip6_fib.c b/net/ipv6/ip6_fib.c index e67039f..7c39aa6 100644 --- a/net/ipv6/ip6_fib.c +++ b/net/ipv6

[PATCH 016/104] ipv6: drop packets with multiple fragmentation headers

2013-10-10 Thread Kamal Mostafa
which were already reassembled by fragmentation logic and send back a parameter problem icmp. The updates for RFC 6980 will come in later, I have to do a bit more research here. Cc: YOSHIFUJI Hideaki Signed-off-by: Hannes Frederic Sowa Signed-off-by: David S. Miller Signed-off-by: Kamal Mostafa

[PATCH 002/104] net: avoid to hang up on sending due to sysctl configuration overflow.

2013-10-10 Thread Kamal Mostafa
net.ipv4.udp_rmem_min net.ipv4.udp_wmem_min net.ipv4.tcp_wmem net.ipv4.tcp_rmem Signed-off-by: Eric Dumazet Signed-off-by: Li Yu Signed-off-by: David S. Miller Signed-off-by: Kamal Mostafa --- net/core/sysctl_net_core.c | 14 ++ net/ipv4/sysctl_net_ipv4.c | 11 +++ 2 files c

[PATCH 010/104] tcp: cubic: fix bug in bictcp_acked()

2013-10-10 Thread Kamal Mostafa
off-by: Eric Dumazet Cc: Neal Cardwell Cc: Yuchung Cheng Acked-by: Neal Cardwell Signed-off-by: David S. Miller Signed-off-by: Kamal Mostafa --- net/ipv4/tcp_cubic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ipv4/tcp_cubic.c b/net/ipv4/tcp_cubic.c index b6b591f.

[PATCH 049/104] drm/i915: do not update cursor in crtc mode set

2013-10-10 Thread Kamal Mostafa
ned-off-by: Jani Nikula Tested-by: Paulo Zanoni Signed-off-by: Daniel Vetter [ kamal: backport to 3.8 ] Signed-off-by: Kamal Mostafa --- drivers/gpu/drm/i915/intel_display.c | 9 - 1 file changed, 9 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gp

[PATCH 007/104] fib_trie: remove potential out of bound access

2013-10-10 Thread Kamal Mostafa
ned-off-by: Eric Dumazet Cc: Dmitry Vyukov Signed-off-by: David S. Miller Signed-off-by: Kamal Mostafa --- net/ipv4/fib_trie.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/net/ipv4/fib_trie.c b/net/ipv4/fib_trie.c index 31d771c..c005f03 100644 --- a/net/ipv4/fib_trie.c

[PATCH 053/104] Smack: Fix the bug smackcipso can't set CIPSO correctly

2013-10-10 Thread Kamal Mostafa
rsing the CIPSO setting from userspace, the offset of CIPSO level should be "strlen(label)+1" instead of "strlen(label)" Signed-off-by: Passion,Zhao Signed-off-by: Kamal Mostafa --- security/smack/smackfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a

[PATCH 058/104] dm-snapshot: fix performance degradation due to small hash size

2013-10-10 Thread Kamal Mostafa
. It doesn't make sense to set the snapshot size significantly larger than the origin size, so we do not need to take origin size into account when calculating the hash size. Signed-off-by: Mikulas Patocka Signed-off-by: Mike Snitzer Signed-off-by: Kamal Mostafa --- drivers/md/dm-snap.

[PATCH 048/104] usb: gadget: fix a bug and a WARN_ON in dummy-hcd

2013-10-10 Thread Kamal Mostafa
to 3.8 (context) ] Signed-off-by: Kamal Mostafa --- drivers/usb/gadget/dummy_hcd.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/usb/gadget/dummy_hcd.c b/drivers/usb/gadget/dummy_hcd.c index 8cf0c0f..b693889 100644 --- a/drivers/usb/gadget/dummy_hcd.c +++ b/dri

[PATCH 045/104] drm/radeon: fix panel scaling with eDP and LVDS bridges

2013-10-10 Thread Kamal Mostafa
(Center or Full aspect) was selected. Signed-off-by: Alex Deucher Signed-off-by: Kamal Mostafa --- drivers/gpu/drm/radeon/radeon_connectors.c | 34 +++--- 1 file changed, 31 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_connectors.c b/drivers/gpu

[PATCH 090/104] fs/binfmt_elf.c: prevent a coredump with a large vm_map_count from Oopsing

2013-10-10 Thread Kamal Mostafa
ds Signed-off-by: Kamal Mostafa --- fs/binfmt_elf.c | 30 ++ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/fs/binfmt_elf.c b/fs/binfmt_elf.c index 5843a47..0950e59 100644 --- a/fs/binfmt_elf.c +++ b/fs/binfmt_elf.c @@ -1403,7 +1403,7 @@ s

[PATCH 096/104] ib_srpt: Destroy cm_id before destroying QP.

2013-10-10 Thread Kamal Mostafa
RDMA channel failed. Received SRP_LOGIN_REQ with i_port_id 0x0:0x2590176299, t_port_id 0x2c903009f8f40:0x2c903009f8f40 and it_iu_len 260 on port 1 (guid=0xfe80:0x2c90300a3cfb1) Reported-by: Navin Ahuja Signed-off-by: Nicholas Bellinger Signed-off-by: Kamal Mostafa --- drivers

[PATCH 084/104] Bluetooth: Add support for BCM20702A0 [0b05, 17cb]

2013-10-10 Thread Kamal Mostafa
Costa Signed-off-by: Gustavo Padovan Signed-off-by: Kamal Mostafa --- drivers/bluetooth/btusb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index ccf2d28..a9c58f7 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c

[PATCH 094/104] gpio/omap: maintain GPIO and IRQ usage separately

2013-10-10 Thread Kamal Mostafa
d-off-by: Kamal Mostafa Conflicts: drivers/gpio/gpio-omap.c --- drivers/gpio/gpio-omap.c | 36 +++- 1 file changed, 23 insertions(+), 13 deletions(-) diff --git a/drivers/gpio/gpio-omap.c b/drivers/gpio/gpio-omap.c index f1fbedb2..343fc2f 100644 --- a/dr

[PATCH 020/104] ipv4: sendto/hdrincl: don't use destination address found in header

2013-10-10 Thread Kamal Mostafa
used. cf. commit 2ad5b9e4bd314fc685086b99e90e5de3bc59e26b Reported-by: Chris Clark Bisected-by: Chris Clark Tested-by: Chris Clark Suggested-by: Julian Anastasov Signed-off-by: Chris Clark Signed-off-by: David S. Miller Signed-off-by: Kamal Mostafa --- net/ipv4/raw.c | 3 ++- 1 file changed, 2 inserti

[PATCH 095/104] gpio/omap: auto-setup a GPIO when used as an IRQ

2013-10-10 Thread Kamal Mostafa
y: Santosh Shilimkar Acked-by: Tony Lindgren Signed-off-by: Javier Martinez Canillas Signed-off-by: Linus Walleij Signed-off-by: Kamal Mostafa --- drivers/gpio/gpio-omap.c | 129 ++- 1 file changed, 83 insertions(+), 46 deletions(-) diff --git a/dr

[PATCH 086/104] rtlwifi: Align private space in rtl_priv struct

2013-10-10 Thread Kamal Mostafa
trap and is fixed by aligning that array with __align(sizeof(void *)). That should properly align that space according to the requirements of all architectures. Reported-by: Jason Andrews Tested-by: Jason Andrews Signed-off-by: Larry Finger Signed-off-by: John W. Linville Signed-off-by: Kamal

[PATCH 078/104] ASoC: max98095: a couple array underflows

2013-10-10 Thread Kamal Mostafa
uld underflow leading to a crash. Signed-off-by: Dan Carpenter Signed-off-by: Mark Brown Signed-off-by: Kamal Mostafa --- sound/soc/codecs/max98095.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/codecs/max98095.c b/sound/soc/codecs/max98095.c index 41cd

[PATCH 088/104] mwifiex: fix hang issue for USB chipsets

2013-10-10 Thread Kamal Mostafa
by removing this redundant headroom for USB. Tested-by: Dmitry Khromov Signed-off-by: Amitkumar Karwar Signed-off-by: Bing Zhao Signed-off-by: John W. Linville Signed-off-by: Kamal Mostafa --- drivers/net/wireless/mwifiex/11n_aggr.c | 3 ++- drivers/net/wireless/mwifiex/11n_aggr.h | 2

[PATCH 082/104] Bluetooth: Fix security level for peripheral role

2013-10-10 Thread Kamal Mostafa
is way, conn->sec_level is properly updated in hci_encrypt_change_evt. Moreover, since we have a LTK associated to the device, we have at least BT_SECURITY_MEDIUM security level. Signed-off-by: Andre Guedes Signed-off-by: Gustavo Padovan Signed-off-by: Kamal Mostafa --- net/bluetooth/hci_ev

[PATCH 060/104] ARM: 7837/3: fix Thumb-2 bug in AES assembler code

2013-10-10 Thread Kamal Mostafa
involving PC rather than adr{l} instructions to generate PC-relative references to the lookup tables, and this needs to take into account the different PC offset when running in Thumb mode. Signed-off-by: Ard Biesheuvel Acked-by: Nicolas Pitre Signed-off-by: Russell King Signed-off-by: Kamal Mostafa

[PATCH 077/104] usb: dwc3: add support for Merrifield

2013-10-10 Thread Kamal Mostafa
: Kamal Mostafa --- drivers/usb/dwc3/dwc3-pci.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/usb/dwc3/dwc3-pci.c b/drivers/usb/dwc3/dwc3-pci.c index fb144a2b..f334a06 100644 --- a/drivers/usb/dwc3/dwc3-pci.c +++ b/drivers/usb/dwc3/dwc3-pci.c @@ -51,6 +51,7 @@ #define

[PATCH 024/104] ICMPv6: treat dest unreachable codes 5 and 6 as EACCES, not EPROTO

2013-10-10 Thread Kamal Mostafa
CCES) Btw, connect() returning -EPROTO confuses firefox, so that fallback to other/IPv4 addresses does not work: https://bugzilla.mozilla.org/show_bug.cgi?id=910773 Signed-off-by: Jiri Bohac Acked-by: Hannes Frederic Sowa Signed-off-by: David S. Miller Signed-off-by: Kamal Mostafa --- include/

[PATCH 104/104] net: Update the sysctl permissions handler to test effective uid/gid

2013-10-10 Thread Kamal Mostafa
:test_perm() Reviewed-by: Eric Sandeen Reported-by: Eric Sandeen Signed-off-by: "Eric W. Biederman" Signed-off-by: Linus Torvalds Signed-off-by: Kamal Mostafa --- net/sysctl_net.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/sysctl_net.c b/net/sysctl

[PATCH 031/104] cpqarray: fix info leak in ida_locked_ioctl()

2013-10-10 Thread Kamal Mostafa
his was assigned CVE-2013-2147. Signed-off-by: Dan Carpenter Acked-by: Mike Miller Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Kamal Mostafa --- drivers/block/cpqarray.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/block/cpqarray.c b/drivers/bl

[PATCH 036/104] tg3: Expand led off fix to include 5720

2013-10-10 Thread Kamal Mostafa
) added code to skip turning led off on port 0 of the 5719 since it powered down other ports. This workaround needs to be enabled on the 5720 as well. Signed-off-by: Nithin Nayak Sujir Signed-off-by: Michael Chan Signed-off-by: David S. Miller Signed-off-by: Kamal Mostafa --- drivers/net/ethern

[PATCH 039/104] HID: LG: validate HID output report details

2013-10-10 Thread Kamal Mostafa
cleaned up and shortened. CVE-2013-2893 Signed-off-by: Kees Cook Reviewed-by: Benjamin Tissoires Signed-off-by: Jiri Kosina Signed-off-by: Kamal Mostafa --- drivers/hid/hid-lg2ff.c | 19 +++ drivers/hid/hid-lg3ff.c | 29 ++--- drivers/hid/hid-lg4ff.c | 20

[PATCH 041/104] HID: validate feature and input report details

2013-10-10 Thread Kamal Mostafa
kmalloc-192 (Tainted: GW ): Redzone overwritten CVE-2013-2897 Signed-off-by: Benjamin Tissoires Acked-by: Kees Cook Signed-off-by: Jiri Kosina Signed-off-by: Kamal Mostafa --- drivers/hid/hid-core.c | 16 +++- drivers/hid/hid-input.c | 11 ++- 2 files changed, 17

[PATCH 085/104] Bluetooth: Introduce a new HCI_RFKILLED flag

2013-10-10 Thread Kamal Mostafa
ing rfkill_blocked()) and also avoids potential races if the RFKILL state needs to be checked from within the rfkill callback. Signed-off-by: Johan Hedberg Acked-by: Marcel Holtmann Signed-off-by: Gustavo Padovan Signed-off-by: Kamal Mostafa --- include/net/bluetooth/hci.h | 1 + net/bluetooth/hci_cor

[PATCH 062/104] drm/radeon: disable tests/benchmarks if accel is disabled

2013-10-10 Thread Kamal Mostafa
patch from: Alex Ivanov Signed-off-by: Alex Deucher Signed-off-by: Kamal Mostafa --- drivers/gpu/drm/radeon/radeon_device.c | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_device.c b/drivers/gpu/drm/radeon/radeon_device.c index

[PATCH 075/104] USB: Fix breakage in ffs_fs_mount()

2013-10-10 Thread Kamal Mostafa
_info, clear data.ffs_data, so that ffs_fs_mount() knows that it doesn't need to kill the sucker manually - from that point on we'll have it done by ->kill_sb(). Signed-off-by: Al Viro Acked-by: Michal Nazarewicz Signed-off-by: Greg Kroah-Hartman Signed-off-by: Kamal Mostafa -

[PATCH 097/104] powerpc: Fix parameter clobber in csum_partial_copy_generic()

2013-10-10 Thread Kamal Mostafa
aul E. McKenney Signed-off-by: Anton Blanchard Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Kamal Mostafa --- arch/powerpc/lib/checksum_64.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/lib/checksum_64.S b/arch/powerpc/lib/checksum_64.S index 1

[PATCH 043/104] HID: multitouch: validate indexes details

2013-10-10 Thread Kamal Mostafa
they can be between -1 and 255. CVE-2013-2897 Signed-off-by: Benjamin Tissoires Acked-by: Kees Cook Signed-off-by: Jiri Kosina [ kamal: backport to 3.8 (context) ] Signed-off-by: Kamal Mostafa --- drivers/hid/hid-multitouch.c | 26 ++ 1 file changed, 14 insertions

[PATCH 032/104] cciss: fix info leak in cciss_ioctl32_passthru()

2013-10-10 Thread Kamal Mostafa
rom_user() fail then that would cause an information leak as well. This was assigned CVE-2013-2147. Signed-off-by: Dan Carpenter Acked-by: Mike Miller Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Kamal Mostafa --- drivers/block/cciss.c | 1 + 1 file changed, 1 i

[PATCH 034/104] drm/ast: fix the ast open key function

2013-10-10 Thread Kamal Mostafa
be like the X.org driver. Reported-by: Y.C. Chen Signed-off-by: Dave Airlie Signed-off-by: Kamal Mostafa --- drivers/gpu/drm/ast/ast_drv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/ast/ast_drv.h b/drivers/gpu/drm/ast/ast_drv.h index cac9c9a..848f04b

[PATCH 042/104] HID: logitech-dj: validate output report details

2013-10-10 Thread Kamal Mostafa
.11+0x1a/0x90 CVE-2013-2895 Signed-off-by: Kees Cook Signed-off-by: Benjamin Tissoires Signed-off-by: Jiri Kosina Signed-off-by: Kamal Mostafa --- drivers/hid/hid-logitech-dj.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/drivers/hid/hid-logitech-dj.c b

[PATCH 065/104] drm/i915/dp: increase i2c-over-aux retry interval on AUX DEFER

2013-10-10 Thread Kamal Mostafa
response time. Increase the interval, and even more so on branch devices which may have limited i2c bit rates. Signed-off-by: Jani Nikula Reference: https://bugs.freedesktop.org/show_bug.cgi?id=60263 Tested-by: Nicolas Suzor Reviewed-by: Todd Previte Signed-off-by: Daniel Vetter Signed-off-by: Kamal

[PATCH 059/104] drm/radeon: Make r100_cp_ring_info() and radeon_ring_gfx() safe (v2)

2013-10-10 Thread Kamal Mostafa
nov Signed-off-by: Alex Deucher Signed-off-by: Kamal Mostafa --- drivers/gpu/drm/radeon/r100.c| 8 +--- drivers/gpu/drm/radeon/radeon_ring.c | 8 +--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/radeon/r100.c b/drivers/gpu/drm/radeon/r100.c inde

[PATCH 035/104] sched/fair: Fix small race where child->se.parent,cfs_rq might point to invalid ones

2013-10-10 Thread Kamal Mostafa
[] ? sys_wait4+0xae/0x100 [] sys_clone+0x28/0x30 [] stub_clone+0x13/0x20 [] ? system_call_fastpath+0x16/0x1b Signed-off-by: Daisuke Nishimura Signed-off-by: Peter Zijlstra Link: http://lkml.kernel.org/r/039601ceae06$733d3130$59b79390$@mxp.nes.nec.co.jp Signed-off-by: Ingo Molnar S

[PATCH 030/104] cfq: explicitly use 64bit divide operation for 64bit arguments

2013-10-10 Thread Kamal Mostafa
2 bits and calculated result is invalid. In case if low 32bit of 'samples' are zeros then do_div() produces kernel crash. Signed-off-by: Anatol Pomozov Acked-by: Tejun Heo Signed-off-by: Jens Axboe Signed-off-by: Kamal Mostafa --- block/cfq-iosched.c | 2 +- 1 file changed, 1 inse

[PATCH 055/104] x86, efi: Don't map Boot Services on i386

2013-10-10 Thread Kamal Mostafa
att ] Reported-by: Bryan O'Donoghue Acked-by: Tom Zanussi Acked-by: Darren Hart Cc: Josh Triplett Cc: Matthew Garrett Cc: H. Peter Anvin Cc: Ingo Molnar Cc: Thomas Gleixner Cc: Greg Kroah-Hartman Signed-off-by: Josh Boyer Signed-off-by: Matt Fleming Signed-off-by: Kamal Mostafa --- ar

[PATCH 033/104] drm/radeon/atom: workaround vbios bug in transmitter table on rs880 (v2)

2013-10-10 Thread Kamal Mostafa
://bugzilla.kernel.org/show_bug.cgi?id=60791 v2: only rs880 seems to be affected Signed-off-by: Alex Deucher Signed-off-by: Kamal Mostafa --- drivers/gpu/drm/radeon/atombios_encoders.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/radeon/atombios_encoders.c b/drivers

[PATCH 023/104] net: bridge: convert MLDv2 Query MRC into msecs_to_jiffies for max_delay

2013-10-10 Thread Kamal Mostafa
n units of milliseconds, and is derived from the Maximum Response Code as follows: [...] As we update timers that work with jiffies, we need to convert it. Signed-off-by: Daniel Borkmann Cc: Linus Lüssing Cc: Hannes Frederic Sowa Signed-off-by: David S. Miller Signed-off-by: Kamal Mostafa

[PATCH 103/104] xen/hvc: allow xenboot console to be used again

2013-10-10 Thread Kamal Mostafa
in 3.10 introduced a check for con->index == -1 in early_console_register(). Initialize index to -1 for the xenboot console so earlyprintk=xen works again. Signed-off-by: David Vrabel Cc: Greg Kroah-Hartman Cc: Jiri Slaby Signed-off-by: Greg Kroah-Hartman Signed-off-by: Kamal Most

[PATCH 038/104] HID: zeroplus: validate output report details

2013-10-10 Thread Kamal Mostafa
overwritten CVE-2013-2889 Signed-off-by: Kees Cook Reviewed-by: Benjamin Tissoires Signed-off-by: Jiri Kosina Signed-off-by: Kamal Mostafa --- drivers/hid/hid-zpff.c | 18 +- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/drivers/hid/hid-zpff.c b/drivers/hid/hid-zpff.c

[PATCH 067/104] staging: vt6656: [BUG] iwctl_siwencodeext return if device not open

2013-10-10 Thread Kamal Mostafa
e wpa supplicant/network manager enters the function when the device is already closed. Signed-off-by: Malcolm Priestley Signed-off-by: Greg Kroah-Hartman Signed-off-by: Kamal Mostafa --- drivers/staging/vt6656/iwctl.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/staging/vt6656/iwct

[PATCH 025/104] tg3: Don't turn off led on 5719 serdes port 0

2013-10-10 Thread Kamal Mostafa
: Kamal Mostafa --- drivers/net/ethernet/broadcom/tg3.c | 18 -- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/drivers/net/ethernet/broadcom/tg3.c b/drivers/net/ethernet/broadcom/tg3.c index 929a092..0ffe6c0 100644 --- a/drivers/net/ethernet/broadcom/tg3.c +++ b

[PATCH 102/104] ib_srpt: always set response for task management

2013-10-10 Thread Kamal Mostafa
Jack Wang Signed-off-by: Nicholas Bellinger Signed-off-by: Kamal Mostafa --- drivers/infiniband/ulp/srpt/ib_srpt.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/drivers/infiniband/ulp/srpt/ib_srpt.c b/drivers/infiniband/ulp/srpt/ib_srpt.c index 047ebe4..fb8a

[PATCH 063/104] xhci: Fix oops happening after address device timeout

2013-10-10 Thread Kamal Mostafa
ommit b92cc66c047ff7cf587b318fe377061a353c120f "xHCI: add aborting command ring function" Signed-off-by: Mathias Nyman Reported-by: Giovanni Signed-off-by: Sarah Sharp Signed-off-by: Kamal Mostafa --- drivers/usb/host/xhci-ring.c | 6 ++ 1 file changed, 6 insertions(+) diff --gi

[PATCH 100/104] powerpc/iommu: Use GFP_KERNEL instead of GFP_ATOMIC in iommu_init_table()

2013-10-10 Thread Kamal Mostafa
ntext. There is some indirection for some paths, but I didn't see any locks indicating that GFP_KERNEL is inappropriate. With this change under the same conditions, we have not been able to reproduce the panic. Signed-off-by: Nishanth Aravamudan Signed-off-by: Benjamin Herrenschmidt Sig

[PATCH 070/104] USB: fix PM config symbol in uhci-hcd, ehci-hcd, and xhci-hcd

2013-10-10 Thread Kamal Mostafa
ah-Hartman Signed-off-by: Kamal Mostafa --- drivers/usb/host/ehci-pci.c | 2 +- drivers/usb/host/uhci-pci.c | 2 +- drivers/usb/host/xhci-pci.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/usb/host/ehci-pci.c b/drivers/usb/host/ehci-pci.c index 170b939..4620cfc 10

[PATCH 101/104] powerpc/vio: Fix modalias_show return values

2013-10-10 Thread Kamal Mostafa
: /sys/devices/vio/modalias: No such device Signed-off-by: Prarit Bhargava Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Kamal Mostafa --- arch/powerpc/kernel/vio.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/arch/powerpc/kernel/vio.c b/arch/powerpc/

[PATCH 099/104] powerpc/sysfs: Disable writing to PURR in guest mode

2013-10-10 Thread Kamal Mostafa
. But writing to the file in guest mode causes crash due to a priviledge violation Signed-off-by: Madhavan Srinivasan Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Kamal Mostafa --- arch/powerpc/kernel/sysfs.c | 18 -- 1 file changed, 16 insertions(+), 2 deletions(-) diff

[PATCH 061/104] x86/reboot: Add quirk to make Dell C6100 use reboot=pci automatically

2013-10-10 Thread Kamal Mostafa
Sharbiani Signed-off-by: Vinson Lee Cc: Robin Holt Cc: Russell King Cc: Guan Xuetao Link: http://lkml.kernel.org/r/1379717947-18042-1-git-send-email-v...@freedesktop.org Signed-off-by: Ingo Molnar Signed-off-by: Kamal Mostafa --- arch/x86/kernel/reboot.c | 16 1 file changed, 16

[PATCH 037/104] HID: provide a helper for validating hid reports

2013-10-10 Thread Kamal Mostafa
reports. This adds a common helper to perform validation of the report exisitng, the field existing, and the expected number of values within the field. Signed-off-by: Kees Cook Reviewed-by: Benjamin Tissoires Signed-off-by: Jiri Kosina Signed-off-by: Kamal Mostafa --- drivers/hid/hid-core.c

[PATCH 040/104] HID: lenovo-tpkbd: validate output report details

2013-10-10 Thread Kamal Mostafa
Tissoires Signed-off-by: Jiri Kosina Signed-off-by: Kamal Mostafa --- drivers/hid/hid-lenovo-tpkbd.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/drivers/hid/hid-lenovo-tpkbd.c b/drivers/hid/hid-lenovo-tpkbd.c index cea016e..189a3fb 100644 --- a/drivers/hid/hid

[PATCH 098/104] powerpc: Restore registers on error exit from csum_partial_copy_generic()

2013-10-10 Thread Kamal Mostafa
m the loop. Signed-off-by: Paul E. McKenney Signed-off-by: Anton Blanchard Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Kamal Mostafa --- arch/powerpc/lib/checksum_64.S | 54 +++--- 1 file changed, 40 insertions(+), 14 deletions(-) diff --git a/ar

[PATCH 029/104] sfc: Fix efx_rx_buf_offset() for recycled pages

2013-10-10 Thread Kamal Mostafa
_buffer::page_offset and change the calculation of dma_addr to make use of it. Signed-off-by: Ben Hutchings Signed-off-by: Kamal Mostafa --- drivers/net/ethernet/sfc/rx.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/net/ethernet/sfc/rx.c b/drivers/net/ethernet/sf

[PATCH 071/104] usb/core/devio.c: Don't reject control message to endpoint with wrong direction bit

2013-10-10 Thread Kamal Mostafa
[2] https://sourceforge.net/projects/notetakerpen/ Signed-off-by: Kurt Garloff Acked-by: Alan Stern Signed-off-by: Greg Kroah-Hartman Signed-off-by: Kamal Mostafa --- drivers/usb/core/devio.c | 16 1 file changed, 16 insertions(+) diff --git a/drivers/usb/core/devio.c b/d

[PATCH 080/104] ASoC: 88pm860x: array overflow in snd_soc_put_volsw_2r_st()

2013-10-10 Thread Kamal Mostafa
-off-by: Dan Carpenter Signed-off-by: Mark Brown Signed-off-by: Kamal Mostafa --- sound/soc/codecs/88pm860x-codec.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sound/soc/codecs/88pm860x-codec.c b/sound/soc/codecs/88pm860x-codec.c index 60159c0..6fd174b 100644 --- a/sound/soc/codecs

  1   2   3   4   5   6   7   8   9   10   >