Re: [PATCH] drm/i915: i915.disable_pch_pwm overrides PCH_PWM_ENABLE quirk

2013-09-03 Thread Daniel Vetter
On Tue, Sep 3, 2013 at 7:37 PM, Kamal Mostafa wrote: > BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=47941 > > Some BIOS configurations of Dell XPS13 are adversely affected by e85843b > ("drm/i915: quirk no PCH_PWM_ENABLE for Dell XPS13 backlight") so provide a > boot param to inhibit the

Oficiální vyhlá?ení OZNÁMENÍ

2013-09-03 Thread undp_chevronpetroleum1
íslo ?ar?e: (UK-209-634, E-931-51) Oficiální vyhlá?ení OZNÁMENÍ To je Vám oznámit, ?e jste byl vybrán pro pen?ní cenu 1,600,000.00 GB kilo mezinárodních program uskuteovaných na 2rd záí 2013 ve Spojeném království Chevron ropy / OSN o rozvoj Program (UNDP) Chcete-li zahájit zpracování va?í cenu

[PATCH V2 1/1] X86: Hyper-V: Get the local APIC timer frequency from the hypervisor

2013-09-03 Thread K. Y. Srinivasan
Hyper-V supports a mechanism for retrieving the local APIC frequency.Use this and bypass the calibration code in the kernel. This would allow us to boot the Linux kernel as a "modern VM" on Hyper-V where many of the legacy devices (such as PIT) are not emulated. I would like to thank Olaf

Re: omap: panda rcu stall on 3.10.1

2013-09-03 Thread Paul E. McKenney
On Fri, Aug 30, 2013 at 08:27:32AM +0200, Christian Hoffmann wrote: > > > This also went to: linaro-ker...@lists.linaro.org > > Hi, > > current linaro kernel on 13.07 (3.10.1.0-1-linaro-omap) shows stack > below. System is generally quite unstable. Light usage > (postfix+dovecot...) > > Full

Re: [PATCH v2] tile: support KVM for tilegx

2013-09-03 Thread Gleb Natapov
On Tue, Sep 03, 2013 at 01:32:22PM -0400, Chris Metcalf wrote: > On 8/26/2013 8:04 AM, Gleb Natapov wrote: > > On Sun, Aug 25, 2013 at 09:26:47PM -0400, Chris Metcalf wrote: > >> On 8/25/2013 7:39 AM, Gleb Natapov wrote: > >>> On Mon, Aug 12, 2013 at 04:24:11PM -0400, Chris Metcalf wrote: >

Re: [PATCH v2] tile: support KVM for tilegx

2013-09-03 Thread Chris Metcalf
On 9/3/2013 1:39 PM, Gleb Natapov wrote: > On Tue, Sep 03, 2013 at 01:32:22PM -0400, Chris Metcalf wrote: >> Ping! I'd like to ask Linus to pull the tile tree now that 3.12 is open. >> Let me know if this would be problematic for you. >> > That was sent to close to merge window and I and Paolo

Re: [REVIEW][PATCH 1/2] userns: Better restrictions on when proc and sysfs can be mounted

2013-09-03 Thread Andy Lutomirski
On Sat, Aug 31, 2013 at 9:45 PM, Eric W. Biederman wrote: > ebied...@xmission.com (Eric W. Biederman) writes: > >> Andy Lutomirski writes: >> >>> On Tue, Aug 27, 2013 at 2:44 PM, Eric W. Biederman >>> wrote: Rely on the fact that another flavor of the filesystem is already

input: i8042 possible bug

2013-09-03 Thread Andrey Moiseev
Here is an extract from drivers/input/serio/i8042.c: > > static int i8042_flush(void) > { > unsigned long flags; > unsigned char data, str; > int i = 0; > > spin_lock_irqsave(_lock, flags); > > while (((str = i8042_read_status()) & I8042_STR_OBF) && (i < >

Re: [PATCH v2] tile: support KVM for tilegx

2013-09-03 Thread Chris Metcalf
On 8/26/2013 8:04 AM, Gleb Natapov wrote: > On Sun, Aug 25, 2013 at 09:26:47PM -0400, Chris Metcalf wrote: >> On 8/25/2013 7:39 AM, Gleb Natapov wrote: >>> On Mon, Aug 12, 2013 at 04:24:11PM -0400, Chris Metcalf wrote: This change provides the initial framework support for KVM on tilegx.

Re: [PATCH v3] gpio: interrupt consistency check for OF GPIO IRQs

2013-09-03 Thread Stephen Warren
On 09/03/2013 06:35 AM, Linus Walleij wrote: > On Fri, Aug 30, 2013 at 9:53 PM, Stephen Warren wrote: > >> I still haven't seen an answer to why we really care about this; how >> many times has code actually allocated the same GPIO/IRQ when it >> shouldn't, in a way that it wasn't detectable by

[PATCH] drm/i915: i915.disable_pch_pwm overrides PCH_PWM_ENABLE quirk

2013-09-03 Thread Kamal Mostafa
BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=47941 Some BIOS configurations of Dell XPS13 are adversely affected by e85843b ("drm/i915: quirk no PCH_PWM_ENABLE for Dell XPS13 backlight") so provide a boot param to inhibit the quirk, or force it on. i915.disable_pch_pwm can be set to -1:

Re: [PATCH v3] gpio: interrupt consistency check for OF GPIO IRQs

2013-09-03 Thread Stephen Warren
On 09/03/2013 06:43 AM, Linus Walleij wrote: > On Fri, Aug 30, 2013 at 9:55 PM, Stephen Warren wrote: >> On 08/29/2013 06:24 PM, Javier Martinez Canillas wrote: >> ... >>> We have been trying to solve this issue for a few months by now and Linus' >>> approach seems to be the most sensible

Re: [PATCH] reboot: perform warm/cold reset correctly for CF9 type

2013-09-03 Thread H. Peter Anvin
On 08/21/2013 08:32 PM, Li, Fei wrote: > > In fact, ACPI method also implements reset by writing RESET_VALUE into > RESET_REG > port. In our platform, it also uses port 0xCF9. The difference between cold > and wart reset > is whether power cycle is involved or not. After all, this is another

Re: [PATCH v3] gpio: interrupt consistency check for OF GPIO IRQs

2013-09-03 Thread Stephen Warren
On 09/02/2013 03:38 AM, Lars Poeschel wrote: > Am Freitag, 30. August 2013, 13:53:45 schrieb Stephen Warren: ... >> Yet the current patch only addresses a limited set of cases, since it >> doesn't hook the APIs but rather parses the DT. It doesn't cover the >> non-DT case. It should if the feature

Re: [PATCH v3] gpio: interrupt consistency check for OF GPIO IRQs

2013-09-03 Thread Stephen Warren
On 09/02/2013 03:25 AM, Lars Poeschel wrote: > Am Freitag, 30. August 2013, 13:55:26 schrieb Stephen Warren: >> On 08/29/2013 06:24 PM, Javier Martinez Canillas wrote: >> ... >> >>> We have been trying to solve this issue for a few months by now and Linus' >>> approach seems to be the most

Re: kernel deadlock

2013-09-03 Thread John Stultz
On 09/03/2013 07:57 AM, Gerlando Falauto wrote: > Hi, > > I tried again from scratch, so let me recap the whole situation, so we > can all view it from the same standpoint. This should make the problem > easier to see and reproduce. > > I can confirm that running a stock 3.10 kernel with HRTICK

Re: [gcv v3 06/35] scheduler: Replace __get_cpu_var uses

2013-09-03 Thread Christoph Lameter
On Tue, 3 Sep 2013, Steven Rostedt wrote: > Right, that's why there's a raw_smp_processor_id() and > __raw_get_cpu_var(). Those two are the ones without checks, and they > are called by the non "raw" versions after the check is done. > > Really, what's so damn hard about this? Well you tried it

Re: [PATCH 4/5] fscache: netfs function for cleanup post readpages

2013-09-03 Thread Milosz Tanski
I just wanted to follow up on this patch (and number 5) in the series. The backtrace I posted originally is not correct backtrace from this particular issue. The new one I attached at the bottom of this email is the right one. The backtrace I posted is a that only Ceph experiences in

[PATCH] checkpatch: Extend CamelCase types and ignore existing CamelCase uses in a patch

2013-09-03 Thread Joe Perches
Extend the CamelCase words found to include structure members. In https://lkml.org/lkml/2013/9/3/318 Sarah Sharp (mostly) wrote: "In general, if checkpatch.pl complains about a variable a patch introduces that's CamelCase, you should pay attention to it. Otherwise, [] ignore it." So, if

Re: OCFS2: ocfs2_read_blocks:285 ERROR: block 532737 had the JBD bit set while I was in lock_buffer!

2013-09-03 Thread Mark Fasheh
On Tue, Sep 03, 2013 at 08:42:37AM +0200, Richard Weinberger wrote: > Hi! > > Am 03.09.2013 05:17, schrieb Jeff Liu: > > Hello, > > > > It seems like Sunil has fixed a similar issue against ocfs2-1.4 > > several years ago: > >

Re: [PATCH v3] gpio: interrupt consistency check for OF GPIO IRQs

2013-09-03 Thread Stephen Warren
On 08/31/2013 09:32 AM, anish singh wrote: > On Sat, Aug 31, 2013 at 1:23 AM, Stephen Warren > wrote: > I still haven't seen an answer to why we really care about this; how > many times has code actually allocated the same GPIO/IRQ when it > shouldn't,

Re: [RFC PATCH 02/14] drivers: thermal: introduce device tree parser

2013-09-03 Thread Eduardo Valentin
Hi Mark, On 03-09-2013 09:15, Mark Rutland wrote: > On Fri, Aug 30, 2013 at 12:19:43AM +0100, Eduardo Valentin wrote: >> Mark, Pawel and Stephen, >> >> >> On 27-08-2013 14:17, Eduardo Valentin wrote: >>> On 27-08-2013 12:23, Mark Rutland wrote: On Tue, Aug 27, 2013 at 02:44:40PM +0100,

[PATCH 48/58] sata_fsl: save irqs while coalescing

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Anthony Foiani commit 99bbdfa6bdcb4bdf5be914a48e9b46941bf30819 upstream. Before this patch, I was seeing the following lockdep splat on my MPC8315 (PPC32) target: [9.086051]

[PATCH 46/58] arm64: perf: fix array out of bounds access in armpmu_map_hw_event()

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Will Deacon commit 868f6fea8fa63f09acbfa93256d0d2abdcabff79 upstream. This is a port of d9f966357b14 ("ARM: 7810/1: perf: Fix array out of bounds access in armpmu_map_hw_event()") to

[PATCH 52/58] [SCSI] sg: Fix user memory corruption when SG_IO is interrupted by a signal

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Roland Dreier commit 35dc248383bbab0a7203fca4d722875bc81ef091 upstream. There is a nasty bug in the SCSI SG_IO ioctl that in some circumstances leads to one process writing data into

[PATCH 03/58] cfg80211: fix P2P GO interface teardown

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Johannes Berg commit 74418edec915d0f446debebde08d170c7b8ba0ee upstream. When a P2P GO interface goes down, cfg80211 doesn't properly tear it down, leading to warnings later. Add the GO

[PATCH 47/58] arm64: perf: fix event validation for software group leaders

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Will Deacon commit ee7538a008a45050c8f706d38b600f55953169f9 upstream. This is a port of c95eb3184ea1 ("ARM: 7809/1: perf: fix event validation for software group leaders") to arm64,

[PATCH 50/58] xen/events: mask events when changing their VCPU binding

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: David Vrabel commit 4704fe4f03a5ab27e3c36184af85d5000e0f8a48 upstream. When a event is being bound to a VCPU there is a window between the EVTCHNOP_bind_vpcu call and the adjustment of

Re: [PATCH trivial] UAPI: Kbuild: add/modify comments for "uapi/Kbuild" and "uapi/linux/Kbuild"

2013-09-03 Thread Geert Uytterhoeven
On Tue, Aug 6, 2013 at 3:46 AM, Chen Gang wrote: > --- a/include/uapi/Kbuild > +++ b/include/uapi/Kbuild > @@ -1,7 +1,6 @@ > # UAPI Header export list > -# Top-level Makefile calls into asm-$(ARCH) > -# List only non-arch directories below > - > +# Except "linux/", UAPI means Universal API.

[GIT PULL] pstore changes for 3.12

2013-09-03 Thread Luck, Tony
The following changes since commit b36f4be3de1b123d8601de062e7dbfc904f305fb: Linux 3.11-rc6 (2013-08-18 14:36:53 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git tags/please-pull-pstore for you to fetch changes up to

[PATCH 45/58] ARM: 7816/1: CONFIG_KUSER_HELPERS: fix help text

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Nicolas Pitre commit ac124504ecf6b20a2457d873d0728a8b991a5b0c upstream. Commit f6f91b0d9fd9 ("ARM: allow kuser helpers to be removed from the vector page") introduced some help text for

[PATCH 08/58] ALSA: 6fire: make buffers DMA-able (pcm)

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Torsten Schenk commit 5ece263f1d93fba8d992e67e3ab8a71acf674db9 upstream. Patch makes pcm buffers DMA-able by allocating each one separately. Signed-off-by: Torsten Schenk

[PATCH 49/58] xen/events: initialize local per-cpu mask for all possible events

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: David Vrabel commit 84ca7a8e45dafb49cd5ca90a343ba033e2885c17 upstream. The sizeof() argument in init_evtchn_cpu_bindings() is incorrect resulting in only the first 64 (or 32 in 32-bit

Re: [GIT PULL] perf changes for v3.12

2013-09-03 Thread Vince Weaver
On Tue, 3 Sep 2013, Ingo Molnar wrote: >* New ABI details: > . Make Power7 events available via sysfs, by Runzhen Wang. So we're really going to add 100+ Power7 events to the stable sysfs ABI? Are all the new events listed under the sysfs ABI documentation? Are we going to add all of

Loan At 2% Interest Rate

2013-09-03 Thread Alliance West Lender
Are you in need of a financial assistant or you have been denied by Banks or Financial firms of a loan.Contact E-mail: alliancewestfinanc...@wildblue.net -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo

[PATCH 21/58] USB: keyspan: fix null-deref at disconnect and release

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Johan Hovold commit ff8a43c10f1440f07a5faca0c1556921259f7f76 upstream. Make sure to fail properly if the device is not accepted during attach in order to avoid null-pointer derefs (of

[PATCH 10/58] jbd2: Fix use after free after error in jbd2_journal_dirty_metadata()

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Jan Kara commit 91aa11fae1cf8c2fd67be0609692ea9741cdcc43 upstream. When jbd2_journal_dirty_metadata() returns error, __ext4_handle_dirty_metadata() stops the handle. However callers of

[PATCH 14/58] USB: adutux: fix big-endian device-type reporting

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Johan Hovold commit d482b9d558602a9cacab063b1c8779f9b5214da7 upstream. Make sure the reported device-type on big-endian machines is the same as on little-endian ones. Signed-off-by:

Product Request

2013-09-03 Thread Jan henchman
Hello Can you send us your full Product catalog, we want to buy and ship to united kingdom waiting for your response Jan henchman -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at

[PATCH 41/58] drm/i915: Invalidate TLBs for the rings after a reset

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Chris Wilson commit 884020bf3d2a3787a1cc6df902e98e0eec60330b upstream. After any "soft gfx reset" we must manually invalidate the TLBs associated with each ring. Empirically, it seems

[PATCH 18/58] m68k: Truncate base in do_div()

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Andreas Schwab commit ea077b1b96e073eac5c3c5590529e964767fc5f7 upstream. Explicitly truncate the second operand of do_div() to 32 bits to guard against bogus code calling it with a

[PATCH 19/58] usb: add two quirky touchscreen

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Oliver Neukum commit 304ab4ab079a8ed03ce39f1d274964a532db036b upstream. These devices tend to become unresponsive after S3 Signed-off-by: Oliver Neukum Signed-off-by: Greg

[PATCH 17/58] m68k/atari: ARAnyM - Fix NatFeat module support

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Geert Uytterhoeven commit e8184e10f89736a23ea6eea8e24cd524c5c513d2 upstream. As pointed out by Andreas Schwab, pointers passed to ARAnyM NatFeat calls should be physical addresses, not

[PATCH 07/58] can: pcan_usb: fix wrong memcpy() bytes length

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Stephane Grosjean commit 3c322a56b01695df15c70bfdc2d02e0ccd80654e upstream. Fix possibly wrong memcpy() bytes length since some CAN records received from PCAN-USB could define a DLC

[PATCH 38/58] ARM: at91/DT: fix at91sam9n12ek memory node

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Nicolas Ferre commit a57603ca2871ee0773b00839c1ea35c4a2d3eeb0 upstream. Signed-off-by: Nicolas Ferre Signed-off-by: Kamal Mostafa --- arch/arm/boot/dts/at91sam9n12ek.dts | 4 ++-- 1

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

2013-09-03 Thread Kamal Mostafa
This is the start of the review cycle for the Linux 3.8.13.8 stable kernel. This version contains 58 new patches, summarized below. The new patches are posted as replies to this message and also available in this git branch:

[PATCH 15/58] USB: ti_usb_3410_5052: fix big-endian firmware handling

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Johan Hovold commit e877dd2f2581628b7119df707d4cf03d940cff49 upstream. Fix endianess bugs in firmware handling introduced by commits cb7a7c6a ("ti_usb_3410_5052: add Multi-Tech modem

[PATCH 06/58] ASoC: cs42l52: Reorder Min/Max and update to SX_TLV for Beep Volume

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Brian Austin commit e2c98a8bba958045bde861fe1d66be54315c7790 upstream. Beep Volume Min/Max was backwards. Change to SOC_SONGLE_SX_TLV for correct volume representation Signed-off-by:

[PATCH 13/58] USB: mos7840: fix big-endian probe

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Johan Hovold commit d551ec9b690f3de65b0091a2e767f1382adc792d upstream. Fix bug in device-type detection on big-endian machines originally introduced by commit 0eafe4de ("USB: serial:

[PATCH 43/58] ARM: davinci: nand: specify ecc strength

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Sekhar Nori commit acd36357edc08649e85ff15dc4ed62353c912eff upstream. Starting with kernel v3.5, it is mandatory to specify ECC strength when using hardware ECC. Without this, kernel

[PATCH 09/58] ALSA: 6fire: make buffers DMA-able (midi)

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Torsten Schenk commit 4c2aee0032b70083dafebd733ed9c774633b2fa3 upstream. Patch makes midi output buffer DMA-able by allocating it separately. Signed-off-by: Torsten Schenk

Re: [PATCH] ipc/msg.c: Fix lost wakeup in msgsnd().

2013-09-03 Thread Manfred Spraul
Hi Sedat, On 09/03/2013 06:13 PM, Sedat Dilek wrote: On Tue, Sep 3, 2013 at 4:00 PM, Manfred Spraul wrote: The check if the queue is full and adding current to the wait queue of pending msgsnd() operations (ss_add()) must be atomic. Otherwise: - the thread that performs msgsnd() finds a full

[PATCH 12/58] USB-Serial: Fix error handling of usb_wwan

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Matt Burtch commit 6c1ee66a0b2bdbd64c078fba684d640cf2fd38a9 upstream. This fixes an issue where the bulk-in urb used for incoming data transfer is not resubmitted if the packet recieved

[PATCH 51/58] block: Add bio_for_each_segment_all()

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Kent Overstreet commit d74c6d514fe314b8bdab58b487b25992291577ec upstream. __bio_for_each_segment() iterates bvecs from the specified index instead of bio->bv_idx. Currently, the only

Re: [GIT PULL] timers/nohz changes for v3.12

2013-09-03 Thread Geert Uytterhoeven
On Tue, Sep 3, 2013 at 4:13 PM, Ingo Molnar wrote: > Please pull the latest timers-nohz-for-linus git tree from: > >git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git > timers-nohz-for-linus > >HEAD: c2e7fcf53c3cb02b4ada1c66a9bc8a4d97d58aba nohz: Include local CPU in > full

[PATCH 31/58] Bluetooth: ath3k: Add support for ID 0x13d3/0x3402

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Sujith Manoharan commit 5b77a1f3d7b7360dc2b7c6d2188d39b9f8432907 upstream. T: Bus=01 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#= 5 Spd=12 MxCh= 0 D: Ver= 1.10 Cls=e0(wlcon) Sub=01 Prot=01

[PATCH 23/58] ALSA: hda - Add a fixup for Gateway LT27

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 1801928e0f99d94c55e33c584c5eb2ff5e246ee6 upstream. Gateway LT27 needs a fixup for the inverted digital mic. Reported-by: "Nathanael D. Noblet" Signed-off-by:

[PATCH 32/58] Bluetooth: Add support for Atheros [0cf3:3121]

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: AceLan Kao commit 1ebd0b21ab14efb75950079840eac29afea2a26e upstream. Add support for the AR3012 chip. T: Bus=03 Lev=01 Prnt=01 Port=06 Cnt=01 Dev#= 6 Spd=12 MxCh= 0 D: Ver= 1.10

[PATCH 36/58] zd1201: do not use stack as URB transfer_buffer

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Jussi Kivilinna commit 1206ff4ff9d2ef7468a355328bc58ac6ebf5be44 upstream. Patch fixes zd1201 not to use stack as URB transfer_buffer. URB buffers need to be DMA-able, which stack is

[PATCH 55/58] [SCSI] zfcp: fix schedule-inside-lock in scsi_device list loops

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Martin Peschke commit 924dd584b198a58aa7cb3efefd8a03326550ce8f upstream. BUG: sleeping function called from invalid context at kernel/workqueue.c:2752 in_atomic(): 1, irqs_disabled():

[PATCH 39/58] drm/i915: Move num_pipes to intel info

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Ben Widawsky commit 7eb552aeae058a88eece91b902dd51fde45b1f41 upstream. Requested by Daniel. v2: Fix incorrect num_pipe settings. (Chris) Cc: Daniel Vetter Signed-off-by: Ben Widawsky

[PATCH 27/58] s390: Fix broken build

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Guenter Roeck commit 215b28a5308f3d332df2ee09ef11fda45d7e4a92 upstream. Fix this build error: In file included from fs/exec.c:61:0: arch/s390/include/asm/tlb.h:35:23: error:

[PATCH 22/58] ASoC: tegra: fix Tegra30 I2S capture parameter setup

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Stephen Warren commit c90c0d7a96e634a73ef1580f1d20993606545647 upstream. The Tegra30 I2S driver was writing the AHUB interface parameters to the playback path register rather than the

[PATCH 29/58] Bluetooth: Add support for Foxconn/Hon Hai [0489:e04d]

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Noguchi Kazutosi commit 0fc110f4e4f569e12c472f73f0af485e05631403 upstream. Add support for the AR3012 chip. T: Bus=01 Lev=02 Prnt=02 Port=05 Cnt=03 Dev#= 21 Spd=12 MxCh= 0 D: Ver=

[PATCH 42/58] libata: apply behavioral quirks to sil3826 PMP

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Terry Suereth commit 894d20b7eb446e848e0046107d51b17a20a8 upstream. Fixing support for the Silicon Image 3826 port multiplier, by applying to it the same quirks applied to the

[PATCH 35/58] iwlwifi: pcie: disable L1 Active after pci_enable_device

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Emmanuel Grumbach commit eabc4ac5d7606a57ee2b7308cb7323ea8f60183b upstream. As Arjan pointed out, we mustn't do anything related to PCI configuration until the device is properly

[PATCH 28/58] x86 get_unmapped_area: Access mmap_legacy_base through mm_struct member

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Radu Caragea commit 41aacc1eea645c99edbe8fbcf78a97dc9b862adc upstream. This is the updated version of df54d6fa5427 ("x86 get_unmapped_area(): use proper mmap base for bottom-up

[PATCH 30/58] Bluetooth: ath3k: Add support for Fujitsu Lifebook UH5x2 [04c5:1330]

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Thomas Loo commit 84eb2ae1807dd1467bf6f500fc69ae61f1907b75 upstream. The Fujitsu Lifebook UH552/UH572 ships with a Qualcomm AR9462/AR3012 WLAN/BT-Combo card. Add device ID to the ath3k

[PATCH 24/58] mm: fix the TLB range flushed when __tlb_remove_page() runs out of slots

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Vineet Gupta commit e6c495a96ce02574e765d5140039a64c8d4e8c9e upstream. zap_pte_range loops from @addr to @end. In the middle, if it runs out of batching slots, TLB entries needs to be

[PATCH 34/58] iwlwifi: dvm: fix calling ieee80211_chswitch_done() with NULL

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Stanislaw Gruszka commit 9186a1fd9ed190739423db84bc344d258ef3e3d7 upstream. If channel switch is pending and we remove interface we can crash like showed below due to passing NULL vif

[PATCH 20/58] USB: mos7720: fix broken control requests

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Johan Hovold commit ef6c8c1d733e244f0499035be0dabe1f4ed98c6f upstream. The parallel-port code of the drivers used a stack allocated control-request buffer for asynchronous (and possibly

[PATCH 40/58] drm/i915: Don't deref pipe->cpu_transcoder in the hangcheck code

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Chris Wilson commit 63b66e5ba54b15a6592be00555d762db6db739ce upstream. If we get an error event really early in the driver setup sequence, which gen3 is especially prone to with various

[PATCH 33/58] Bluetooth: Add support for Atheros [0cf3:e003]

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: AceLan Kao commit 1d5b569ef85d013a775560a90050dc630614c045 upstream. Add support for the AR9462 chip T: Bus=02 Lev=02 Prnt=02 Port=04 Cnt=01 Dev#= 4 Spd=12 MxCh= 0 D: Ver= 1.10

[PATCH 26/58] Fix TLB gather virtual address range invalidation corner cases

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Linus Torvalds commit 2b047252d087be7f2ba088b4933cd904f92e6fce upstream. Ben Tebulin reported: "Since v3.7.2 on two independent machines a very specific Git repository fails in 9/10

[PATCH 53/58] of: fdt: fix memory initialization for expanded DT

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Wladislav Wiebe commit 9e40127526e857fa3f29d51e83277204fbdfc6ba upstream. Already existing property flags are filled wrong for properties created from initial FDT. This could cause

[PATCH 58/58] nilfs2: fix issue with counting number of bio requests for BIO_EOPNOTSUPP error detection

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Vyacheslav Dubeyko commit 4bf93b50fd04118ac7f33a3c2b8a0a1f9fa80bc9 upstream. Fix the issue with improper counting number of flying bio requests for BIO_EOPNOTSUPP error detection case.

[PATCH 54/58] [SCSI] zfcp: fix lock imbalance by reworking request queue locking

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Martin Peschke commit d79ff142624e1be080ad8d09101f7004d79c36e1 upstream. This patch adds wait_event_interruptible_lock_irq_timeout(), which is a straight-forward descendant of

[PATCH 02/58] cfg80211/mac80211: disconnect on suspend

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Stanislaw Gruszka commit 8125696991194aacb1173b6e8196d19098b44e17 upstream. If possible that after suspend, cfg80211 will receive request to disconnect what require action on interface

[PATCH 57/58] nilfs2: remove double bio_put() in nilfs_end_bio_write() for BIO_EOPNOTSUPP error

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Vyacheslav Dubeyko commit 2df37a19c686c2d7c4e9b4ce1505b5141e3e5552 upstream. Remove double call of bio_put() in nilfs_end_bio_write() for the case of BIO_EOPNOTSUPP error detection.

[PATCH 44/58] ARM: allow kuser helpers to be removed from the vector page

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Russell King commit f6f91b0d9fd971c630cef908dde8fe8795aefbf8 upstream. Provide a kernel configuration option to allow the kernel user helpers to be removed from the vector page, thereby

[PATCH 56/58] drivers/platform/olpc/olpc-ec.c: initialise earlier

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Daniel Drake commit 93dbc1b3b506e16c1f6d5b5dcfe756a85cb1dc58 upstream. Being a low-level component, various drivers (e.g. olpc-battery) assume that it is ok to communicate with the

[PATCH 37/58] Hostap: copying wrong data prism2_ioctl_giwaplist()

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Dan Carpenter commit 909bd5926d474e275599094acad986af79671ac9 upstream. We want the data stored in "addr" and "qual", but the extra ampersands mean we are copying stack data instead.

[PATCH 11/58] USB: EHCI: accept very late isochronous URBs

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Alan Stern commit 24f531371de17010f2b1b57d90e42240032e7733 upstream. Since commits 4005ad4390bf (EHCI: implement new semantics for URB_ISO_ASAP) and c75c5ab575af (ALSA: USB: adjust for

[PATCH 25/58] arch, mm: Remove tlb_fast_mode()

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Peter Zijlstra commit 29eb77825cc7da8d45b642de2de3d423dc8a363f upstream. Since the introduction of preemptible mmu_gather TLB fast mode has been broken. TLB fast mode relies on there

[PATCH 16/58] ARM: 7809/1: perf: fix event validation for software group leaders

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Will Deacon commit c95eb3184ea1a3a2551df57190c81da695e2144b upstream. It is possible to construct an event group with a software event as a group leader and then subsequently add a

[PATCH 01/58] mac80211: fix infinite loop in ieee80211_determine_chantype

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Chris Wright commit b56e4b857c5210e848bfb80e074e5756a36cd523 upstream. Commit "3d9646d mac80211: fix channel selection bug" introduced a possible infinite loop by moving the out target

[PATCH 04/58] iwl4965: set power mode early

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Stanislaw Gruszka commit eca396d7a5bdcc1fd67b1b12f737c213ac78a6f4 upstream. If device was put into a sleep and system was restarted or module reloaded, we have to wake device up before

[PATCH 05/58] iwl4965: reset firmware after rfkill off

2013-09-03 Thread Kamal Mostafa
3.8.13.8 -stable review patch. If anyone has any objections, please let me know. -- From: Stanislaw Gruszka commit 788f7a56fce1bcb2067b62b851a086fca48a0056 upstream. Using rfkill switch can make firmware unstable, what cause various Microcode errors and kernel warnings.

Re: [PATCH 0/4] AHCI: Conserve interrupts with pci_enable_msi_block_part() interface

2013-09-03 Thread Tejun Heo
Hello, On Tue, Sep 03, 2013 at 04:57:19PM +0200, Alexander Gordeev wrote: > Multiple MSI support enables threaded IRQ handling, because at the time of > posting I did not want to intrude into the existing single-MSI codebase while > multiple MSI/multipe CPU approach gained good numbers (below).

Re: [PATCH] input: allow SERIO=m even without EXPERT=y

2013-09-03 Thread Tom Gundersen
On Tue, Sep 3, 2013 at 5:02 PM, Matthew Garrett wrote: > On Mon, Sep 02, 2013 at 08:47:10PM +0200, Tom Gundersen wrote: >> There is plenty of consumer hardware (e.g., mac books) that does not use >> AT keyboards or PS/2 mice. It therefore makes sense for distro kernels >> to build the related

Re: [PATCH v5] Soft limit rework

2013-09-03 Thread Johannes Weiner
Hi Michal, On Thu, Aug 22, 2013 at 12:58:56PM +0200, Michal Hocko wrote: > [I am mostly offline for the whole week with very limitted internet > access so it will get longer for me to respond to emails. Sorry about > that] Same deal for me, just got back. Sorry for the delays. > On Tue

Re: [PATCH 3/4] AHCI: Conserve interrupts with pci_enable_msi_block_part() interface

2013-09-03 Thread Alexander Gordeev
On Tue, Sep 03, 2013 at 10:18:24AM -0400, Tejun Heo wrote: > On Mon, Sep 02, 2013 at 11:00:28AM +0200, Alexander Gordeev wrote: > > + if (hpriv->flags & AHCI_HFLAG_NO_MSI) > > + goto intx; > > + > > + rc = pci_enable_msi_block_part(pdev, n_ports, AHCI_MAX_PORTS); We start with

Re: [PATCH] ipc/msg.c: Fix lost wakeup in msgsnd().

2013-09-03 Thread Sedat Dilek
On Tue, Sep 3, 2013 at 4:00 PM, Manfred Spraul wrote: > The check if the queue is full and adding current to the wait queue of pending > msgsnd() operations (ss_add()) must be atomic. > > Otherwise: > - the thread that performs msgsnd() finds a full queue and decides to sleep. > - the thread that

Re: BCM57765: timeout waiting for hardware interrupt

2013-09-03 Thread Daniel J Blueman
On 3 September 2013 19:04, Chris Ball wrote: > On Tue, Sep 03 2013, Daniel J Blueman wrote: >> Please let me know if there's a better vector for reporting and >> looking into this issue, if you can. > > Do you know whether it's ever worked on this hardware? If so, could > you try bisecting to

Re: [PATCH v4:No Change] xHCI:Fixing xhci_readl definition and function call

2013-09-03 Thread Sarah Sharp
I'm confused. I said the last version of this patch didn't apply against usb-next, and you should rebase it. Why did you put "No Change" in the subject prefix? On Sat, Aug 31, 2013 at 11:02:45PM +0530, Kumar Gaurav wrote: > This patch redefine function xhci_readl. xhci_readl function doesn't

Re: [PATCH v11 0/8] PHY framework

2013-09-03 Thread Kishon Vijay Abraham I
Hi Greg, On Wednesday 28 August 2013 12:50 AM, Felipe Balbi wrote: > Hi, > > On Mon, Aug 26, 2013 at 01:44:49PM +0530, Kishon Vijay Abraham I wrote: >> On Wednesday 21 August 2013 11:16 AM, Kishon Vijay Abraham I wrote: >>> Added a generic PHY framework that provides a set of APIs for the PHY

Re: [PATCH v2 0/9] Introduce hwmon_device_register_with_groups and

2013-09-03 Thread Guenter Roeck
On Mon, Sep 02, 2013 at 12:25:35PM -0700, Guenter Roeck wrote: > On 08/31/2013 07:48 PM, Guenter Roeck wrote: > >This patch series introduces new hwmon API functions > >hwmon_device_register_with_groups() and > >devm_hwmon_device_register_with_groups(). > > > >hwmon_device_register_with_groups()

Re: [RFC PATCH 0/2] Perf support to SDT markers

2013-09-03 Thread Hemant
On 09/03/2013 07:51 PM, Ingo Molnar wrote: * Hemant wrote: Here is an overview and a high-level-description: Thanks, looks like a pretty useful feature - especially if SDT probes are already widely present in various server binaries on a typical Linux distro (are they?). Yes, as far as I

Re: [PATCH] Remove support for score architecture

2013-09-03 Thread Guenter Roeck
On Tue, Sep 03, 2013 at 12:54:06PM +0800, Liqin Chen wrote: > 2013/9/3 Guenter Roeck > > > On 09/02/2013 08:18 AM, Lennox Wu wrote: > > > >> Before we start the development of the S+core, Sunplus had licensed > >> ARM and MIPS. We develop S+core for other reason such as the price. > >> Some

[ANNOUNCE] iprotue2 v3.11.0

2013-09-03 Thread Stephen Hemminger
Iproute2 tools for Workgroups (3.11) is not available. It has the usual set of fixes and support for the new features in 3.11. Thank for all the contributions. I will merge in the next-3.11 branch. After that if you have been sitting on changes to iproute2 that are in net-next for 3.12 merge

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