[PATCH 113/139] posix-timer: Don't call idr_find() with out-of-range ID

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: Tejun Heo commit e182bb38d7db7494fa5dcd82da17fe0dedf60ecf upstream. When idr_find() was fed a negative ID, it used to look up the ID ignoring the sign bit before recent ("idr: remove

[PATCH 116/139] mmc: sdhci-esdhc-imx: fix host version read

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: Shawn Guo commit ef4d0888bb7e1b963880f086575081c3d39cad2d upstream. When commit 95a2482 (mmc: sdhci-esdhc-imx: add basic imx6q usdhc support) works around host version issue on imx6q, it

[PATCH v6 2/2] mfd: syscon: Add non-DT support

2013-02-28 Thread Alexander Shiyan
This patch allow using syscon driver from the platform data, i.e. possibility using driver on systems without oftree support. For search syscon device from the client drivers, "syscon_regmap_lookup_by_pdevname" function was added. Signed-off-by: Alexander Shiyan --- drivers/mfd/Kconfig|

[PATCH 115/139] fs: Fix possible use-after-free with AIO

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: Jan Kara commit 54c807e71d5ac59dee56c685f2b66e27cd54c475 upstream. Running AIO is pinning inode in memory using file reference. Once AIO is completed using aio_complete(), file reference

[PATCH 121/139] ptrace/x86: Introduce set_task_blockstep() helper

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: Oleg Nesterov commit 848e8f5f0ad3169560c516fff6471be65f76e69f upstream. No functional changes, preparation for the next fix and for uprobes single-step fixes. Move the code playing with

Re: [ 00/53] 3.0.67-stable review

2013-02-28 Thread Satoru Takeuchi
At Tue, 26 Feb 2013 15:57:29 -0800, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 3.0.67 release. > There are 53 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. >

[PATCH 123/139] sunvdc: Fix off-by-one in generic_request().

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: "David S. Miller" commit f4d9605434c0fd4cc8639bf25cfc043418c52362 upstream. The 'operations' bitmap corresponds one-for-one with the operation codes, no adjustment is necessary.

[PATCH 125/139] xen-pciback: rate limit error messages from xen_pcibk_enable_msi{,x}()

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: Jan Beulich commit 51ac8893a7a51b196501164e645583bf78138699 upstream. ... as being guest triggerable (e.g. by invoking XEN_PCI_OP_enable_msi{,x} on a device not being MSI/MSI-X capable).

[PATCH 126/139] bridge: set priority of STP packets

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: Stephen Hemminger commit 547b4e718115eea74087e28d7fa70aec619200db upstream. Spanning Tree Protocol packets should have always been marked as control packets, this causes them to get

[PATCH 119/139] x86/xen: don't assume %ds is usable in xen_iret for 32-bit PVOPS.

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: Jan Beulich commit 13d2b4d11d69a92574a55bfd985cfb0ca77aebdc upstream. This fixes CVE-2013-0228 / XSA-42 Drew Jones while working on CVE-2013-0190 found that that unprivileged guest user

[PATCH 120/139] igb: Remove artificial restriction on RQDPC stat reading

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: Alexander Duyck commit ae1c07a6b7ced6c0c94c99e3b53f4e7856fa8bff upstream. For some reason the reading of the RQDPC register was being artificially limited to 4K. Instead of limiting the

[PATCH 109/139] drm/i915: inverted brightness quirk for Acer Aspire 4736Z

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: Daniel Vetter commit ac4199e0f047546aa40172785e26c82b54bbe811 upstream. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=53881 Cc: Jani Nikula Tested-by: Jani Monoses

[PATCH 105/139] drm: Fill depth/bits_per_pixel for C8 format

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?Ville=20Syrj=C3=A4l=C3=A4?= commit c51a6bc5f6d328926a9a4a1247c5030faf190a80 upstream. Set depth/bits_per_pixel to 8 for C8 format. Signed-off-by: Ville Syrjälä Acked-by: Dave

[PATCH 128/139] xen-netback: cancel the credit timer when taking the vif down

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: David Vrabel commit 3e55f8b306cf305832a4ac78aa82e1b40e818ece upstream. If the credit timer is left armed after calling xen_netbk_remove_xenvif(), then it may fire and attempt to schedule

[PATCH 127/139] xen-netback: correctly return errors from netbk_count_requests()

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: David Vrabel commit 35876b5ffc154c357476b2c3bdab10feaf4bd8f0 upstream. netbk_count_requests() could detect an error, call netbk_fatal_tx_error() but return 0. The vif may then be used

Re: [ 00/86] 3.4.34-stable review

2013-02-28 Thread Satoru Takeuchi
At Tue, 26 Feb 2013 16:07:08 -0800, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 3.4.34 release. > There are 86 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. >

[PATCH 129/139] net: fix a compile error when SOCK_REFCNT_DEBUG is enabled

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: Ying Xue commit dec34fb0f5b7873de45132a84a3af29e61084a6b upstream. When SOCK_REFCNT_DEBUG is enabled, below build error is met: kernel/sysctl_binary.o: In function

[PATCH 130/139] ipv4: fix a bug in ping_err().

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: Li Wei commit b531ed61a2a2a77eeb2f7c88b49aa5ec7d9880d8 upstream. We should get 'type' and 'code' from the outer ICMP header. Signed-off-by: Li Wei Signed-off-by: David S. Miller

[PATCH 132/139] sock_diag: Fix out-of-bounds access to sock_diag_handlers[]

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: Mathias Krause commit 6e601a53566d84e1ffd25e7b6fe0b6894ffd79c0 upstream. Userland can send a netlink message requesting SOCK_DIAG_BY_FAMILY with a family greater or equal then AF_MAX --

[PATCH 133/139] ARM: 7635/1: versatile: fix the PCI IRQ regression

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: Linus Walleij commit e3e92a7be6936dff1de80e66b0b683d54e9e02d8 upstream. The PCI IRQs were regressing due to two things: - The PCI glue layer was using an hard-coded IRQ 27 offset. This

[PATCH 135/139] staging: vt6656: Fix URB submitted while active warning.

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: Malcolm Priestley commit ae5943de8c8c4438cbac5cda599ff0b88c224468 upstream. This error happens because PIPEnsControlOut and PIPEnsControlIn unlock the spin lock for delay, letting in

[PATCH 138/139] staging: comedi: ni_labpc: set up command4 register *after* command3

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: Ian Abbott Commit 22056e2b46246d97ff0f7c6e21a77b8daa07f02c upstream. Tuomas reported problems getting meaningful output from a Lab-PC+ in differential mode for AI cmds, but AI insn reads

Re: [ 000/150] 3.8.1-stable review

2013-02-28 Thread Satoru Takeuchi
At Wed, 27 Feb 2013 09:50:03 -0700, Shuah Khan wrote: > > On Tue, Feb 26, 2013 at 4:54 PM, Greg Kroah-Hartman > wrote: > > This is the start of the stable review cycle for the 3.8.1 release. > > There are 150 patches in this series, all will be posted as a response > > to this one. If anyone

[PATCH 136/139] vlan: adjust vlan_set_encap_proto() for its callers

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: Cong Wang commit da8c87241c26aac81a64c7e4d21d438a33018f4e upstream. There are two places to call vlan_set_encap_proto(): vlan_untag() and __pop_vlan_tci(). vlan_untag() assumes skb->data

[PATCH 139/139] staging: comedi: ni_labpc: correct differential channel sequence for AI commands

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: Ian Abbott Commit 4c4bc25d0fa6beaf054c0b4c3b324487f266c820 upstream. Tuomas reported problems getting meaningful output from a Lab-PC+ in differential mode for AI cmds, but AI insn reads

[PATCH 137/139] gpio/ich: Add missing spinlock init

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: Jean Delvare commit d39a948fef2446cfac3749bbfcfdd536335c3764 upstream. As reported by CONFIG_DEBUG_SPINLOCK=y. Signed-off-by: Jean Delvare Acked-by: Peter Tyser Signed-off-by: Grant

[PATCH 134/139] net: fix infinite loop in __skb_recv_datagram()

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet commit 77c1090f94d1b0b5186fb13a1b71b47b1343f87f upstream. Tommi was fuzzing with trinity and reported the following problem : commit 3f518bf745 (datagram: Add offset

[PATCH 131/139] ipv6: use a stronger hash for tcp

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet commit 08dcdbf6a7b9d14c2302c5bd0c5390ddf122f664 upstream. It looks like its possible to open thousands of TCP IPv6 sessions on a server, all landing in a single slot of TCP

Re: [RFE PATCH 2/2] rtc, add write functionality to sysfs

2013-02-28 Thread Prarit Bhargava
On 02/25/2013 09:58 AM, Alessandro Zummo wrote: > On Sun, 24 Feb 2013 12:03:01 -0500 > Prarit Bhargava wrote: > >> >> AFAICT there is no way for me to "test" or use the write from userspace. >> hwclock uses the SET_TIME ioctl, which is a different code path AFAICT. >> >> I'd like to be at

[PATCH 122/139] ptrace/x86: Partly fix set_task_blockstep()->update_debugctlmsr() logic

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: Oleg Nesterov commit 95cf00fa5d5e2a200a2c044c84bde8389a237e02 upstream. Afaics the usage of update_debugctlmsr() and TIF_BLOCKSTEP in step.c was always very wrong. 1.

[PATCH 124/139] sparc64: Fix gfp_flags setting in tsb_grow().

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: "David S. Miller" commit a55ee1ff751f88252207160087d8197bb7538d4c upstream. We should "|= more_flags" rather than "= more_flags". Reported-by: David Rientjes Acked-by: David Rientjes

[PATCH 118/139] ocfs2: fix possible use-after-free with AIO

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: Jan Kara commit 9b171e0c74ca0549d0610990a862dd895870f04a upstream. Running AIO is pinning inode in memory using file reference. Once AIO is completed using aio_complete(), file reference

[PATCH 117/139] b43: Fix lockdep splat on module unload

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: Larry Finger commit 63a02ce1c5c59baa40b99756492e3ec8d6b51483 upstream. On unload, b43 produces a lockdep warning that can be summarized in the following way:

[PATCH 114/139] ext4: fix free clusters calculation in bigalloc filesystem

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: Lukas Czerner commit 304e220f0879198b1f5309ad6f0be862b4009491 upstream. ext4_has_free_clusters() should tell us whether there is enough free clusters to allocate, however number of free

[PATCH 110/139] intel/iommu: force writebuffer-flush quirk on Gen 4 Chipsets

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: Daniel Vetter commit 210561ffd72d00eccf12c0131b8024d5436bae95 upstream. We already have the quirk entry for the mobile platform, but also reports on some desktop versions. So be paranoid

[PATCH 106/139] drm: Use C8 instead of RGB332 when determining the format from depth/bpp

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?Ville=20Syrj=C3=A4l=C3=A4?= commit d84f031bd230fdf9c3b7734940c859bf28b90219 upstream. Support for real RGB332 is a rarity, most hardware only really support C8. So use C8

[PATCH 111/139] drm/radeon: remove overzealous warning in hdmi handling

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher commit c944b2abb067130542055666f23409fd5e1afc8e upstream. hdmi audio works fine. The warning just confuses users. fixes: https://bugzilla.kernel.org/show_bug.cgi?id=44341

[PATCH 096/139] fb: rework locking to fix lock ordering on takeover

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: Alan Cox commit 50e244cc793d511b86adea24972f3a7264cae114 upstream. Adjust the console layer to allow a take over call where the caller already holds the locks. Make the fb layer lock in

[PATCH 094/139] drm/udl: make usage as a console safer

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: Dave Airlie commit bcb39af4486be07e896fc374a2336bad3104ae0a upstream. Okay you don't really want to use udl devices as your console, but if you are unlucky enough to do so, you run into a

[PATCH 090/139] drm/radeon/dce6: fix display powergating

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher commit 0e3d50bfcbd338254795a700dcff429a96cba1a6 upstream. Only enable it when we disable the display rather than at DPMS time since enabling it requires a full modeset to

[PATCH 065/139] futex: Revert "futex: Mark get_robust_list as deprecated"

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: Thomas Gleixner commit fe2b05f7ca9f906be61dced5489f63b8b4d7c770 upstream. This reverts commit ec0c4274e33c0373e476b73e01995c53128f1257. get_robust_list() is in use and a removal would

[PATCH 070/139] ALSA: usb: Fix Processing Unit Descriptor parsers

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: Pawel Moll commit b531f81b0d70ffbe8d70500512483227cc532608 upstream. Commit 99fc86450c439039d2ef88d06b222fd51a779176 "ALSA: usb-mixer: parse descriptors with structs" introduced a set of

[PATCH 068/139] xen: close evtchn port if binding to irq fails

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: Wei Liu commit e7e44e444876478d50630f57b0c31d29f6725020 upstream. Signed-off-by: Wei Liu Signed-off-by: Konrad Rzeszutek Wilk Signed-off-by: Luis Henriques --- drivers/xen/evtchn.c |

[PATCH 066/139] NLM: Ensure that we resend all pending blocking locks after a reclaim

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: Trond Myklebust commit 666b3d803a511fbc9bc5e5ea8ce66010cf03ea13 upstream. Currently, nlmclnt_lock will break out of the for(;;) loop when the reclaimer wakes up the blocking lock thread

[PATCH 060/139] HID: wiimote: fix nunchuck button parser

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: David Herrmann commit 89bdd0c6f38ccf0de43d5a36ede384a730f3394e upstream. The buttons of the Wii Remote Nunchuck extension are actually active low. Fix the parser to forward the inverted

[PATCH 059/139] umount oops when remove blocklayoutdriver first

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: fanchaoting commit 5a12cca697aca5dfba42a7d4c3356acc0445a2b0 upstream. now pnfs client uses block layout, maybe we can remove blocklayoutdriver first. if we umount later, it can cause oops

[PATCH 055/139] serial: imx: Fix recursive locking bug

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: Thomas Gleixner commit 677fe555cbfb188af58cce105f4dae9505e58c31 upstream. commit 9ec1882df2 (tty: serial: imx: console write routing is unsafe on SMP) introduced a recursive locking bug

[PATCH 052/139] USB: ehci-omap: Fix autoloading of module

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: Roger Quadros commit 04753523266629b1cd0518091da1658755787198 upstream. The module alias should be "ehci-omap" and not "omap-ehci" to match the platform device name. The omap-ehci module

[PATCH 039/139] ALSA: ali5451: remove irq enabling in pointer callback

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: Denis Efremov commit dacae5a19b4cbe1b5e3a86de23ea74cbe9ec9652 upstream. snd_ali_pointer function is called with local interrupts disabled. However it seems very strange to reenable them

[PATCH 034/139] p54usb: corrected USB ID for T-Com Sinus 154 data II

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: Tomasz Guszkowski commit 008e33f733ca51acb2dd9d88ea878693b04d1d2a upstream. Corrected USB ID for T-Com Sinus 154 data II. ISL3887-based. The device was tested in managed mode with no

[PATCH 032/139] ACPI: Add DMI entry for Sony VGN-FW41E_H

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: Joseph Salisbury commit 66f2fda93b67fa744d406e6dcf443f67bac204b6 upstream. This patch adds a quirk to allow the Sony VGN-FW41E_H to suspend/resume properly. References:

[PATCH 025/139] Driver core: treat unregistered bus_types as having no devices

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: Bjorn Helgaas commit 4fa3e78be7e985ca814ce2aa0c09cbee404efcf7 upstream. A bus_type has a list of devices (klist_devices), but the list and the subsys_private structure that contains it

[PATCH 023/139] ALSA: hda - Release assigned pin/cvt at error path of hdmi_pcm_open()

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 2ad779b7329d6894a80df94e693e72eaa0d56790 upstream. If the driver detects and invalid ELD, it gives an open error. But it forgot to release the assigned pin, converter

[PATCH 016/139] s390/kvm: Fix store status for ACRS/FPRS

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: Christian Borntraeger commit 15bc8d8457875f495c59d933b05770ba88d1eacb upstream. On store status we need to copy the current state of registers into a save area. Currently we might save

[PATCH 018/139] tty: Prevent deadlock in n_gsm driver

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: Dirkjan Bussink commit 4d9b109060f690f5c835130ff54165ae157b3087 upstream. This change fixes a deadlock when the multiplexer is closed while there are still client side ports open. When

[PATCH 013/139] USB: option: add and update Alcatel modems

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?Bj=C3=B8rn=20Mork?= commit f8f0302bbcbd1b14655bef29f6996a2152be559d upstream. Adding three currently unsupported modems based on information from .inf driver files: Diag

[PATCH 003/139] rc: unlock on error in show_protocols()

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: Dan Carpenter commit 30ebc5e44d057a1619ad63fe32c8c1670c37c4b8 upstream. We recently introduced a new return -ENODEV in this function but we need to unlock before returning.

[PATCH 001/139] genirq: Avoid deadlock in spurious handling

2013-02-28 Thread Luis Henriques
3.5.7.7 -stable review patch. If anyone has any objections, please let me know. -- From: Thomas Gleixner commit e716efde75267eab919cdb2bef5b2cb77f305326 upstream. commit 52553ddf(genirq: fix regression in irqfixup, irqpoll) introduced a potential deadlock by calling the

[ 3.5.y.z extended stable ] Linux 3.5.7.7 stable review

2013-02-28 Thread Luis Henriques
I am announcing the review cycle for the 3.5.7.7 stable release. This new release contains 139 patches, which are posted as a response to this message. They are also available at the following repository: git://kernel.ubuntu.com/ubuntu/linux.git linux-3.5.y-review If there are any problems, or

[GIT PULL] Block IO core bits for 3.9

2013-02-28 Thread Jens Axboe
Hi Linus, Below are the core block IO bits for 3.9. It was delayed a few days since my workstation kept crashing every 2-8h after pulling it into current -git, but turns out it is a bug in the new pstate code (divide by zero, will report separately). In any case, it contains: - The big cfq/blkcg

Re: [PATCH] arm: omap: RX-51: ARM errata 430973 workaround

2013-02-28 Thread Nishanth Menon
On 10:42-20130228, Pali Rohár wrote: > Signed-off-by: Ivaylo Dimitrov > Signed-off-by: Pali Rohár > --- > arch/arm/mach-omap2/Makefile|1 + > arch/arm/mach-omap2/board-rx51-secure.c | 66 > +++ > arch/arm/mach-omap2/board

Re: [PATCH RFC] usb: dwc3: Get PHY from platform specific dwc3 dt node.

2013-02-28 Thread Vivek Gautam
Hi, On Thu, Jan 31, 2013 at 9:08 PM, Felipe Balbi wrote: > On Thu, Jan 31, 2013 at 09:00:37PM +0530, Vivek Gautam wrote: >> Hi Felipe, >> >> >> On Thu, Jan 31, 2013 at 8:55 PM, Felipe Balbi wrote: >> > Hi, >> > >> > On Thu, Jan 31, 2013 at 08:53:27PM +0530, Vivek Gautam wrote: >> >> >>

Re: [Intel-gfx] [git pull] drm merge for 3.9-rc1

2013-02-28 Thread Paulo Zanoni
Hi 2013/2/28 Chris Wilson : > On Thu, Feb 28, 2013 at 12:06:28AM +0100, Sedat Dilek wrote: >> On Wed, Feb 27, 2013 at 11:36 PM, Sedat Dilek wrote: >> > Hi, >> > >> > I am seeing this also on Linux-Next. >> > >> > /var/log/kern.log:Feb 27 22:52:35 fambox kernel: [ 28.202381] >> >

Re: [PATCH] memcg: implement low limits

2013-02-28 Thread Michal Hocko
On Wed 27-02-13 18:57:32, Roman Gushchin wrote: [...] > >>  + * > >>  + */ > >>  +unsigned int mem_cgroup_low_limit_scale(struct lruvec *lruvec) > >>  +{ > >>  + struct mem_cgroup_per_zone *mz; > >>  + struct mem_cgroup *memcg; > >>  + unsigned long long low_limit; > >>  + unsigned long long

Re: [BUG][arm-soc] kernel panic in boot on Openblocks with the latest kernel

2013-02-28 Thread Jason Cooper
Heikki, On Thu, Feb 28, 2013 at 01:34:19PM +0200, Heikki Krogerus wrote: > Hi, > > On Thu, Feb 28, 2013 at 08:13:30PM +0900, Masami Hiramatsu wrote: > > Hi, > > > > I tried the latest "fixes" branch of arm-soc.git on OpenBlocks > > AX3 (Marvel Armada-XP) and got below kernel panic in boot

Is: x86: mm: Fix vmalloc_fault oops during lazy MMU updates Was: Re: [PATCH] mm/x86: Flush lazy MMU when DEBUG_PAGEALLOC is set

2013-02-28 Thread Konrad Rzeszutek Wilk
On Wed, Feb 27, 2013 at 03:07:35PM -0800, H. Peter Anvin wrote: > On 02/27/2013 03:00 PM, Greg KH wrote: > > > > "Stable" kernels are used all over the place, like in distros, which > > might enable this. > > > > I have no objection to taking this patch in a stable release, as it does > > fix a

Re: For review: pid_namespaces(7) man page

2013-02-28 Thread Vasily Kulikov
Hi Michael, On Thu, Feb 28, 2013 at 12:24 +0100, Michael Kerrisk (man-pages) wrote: >The namespace init process >The first process created in a new namespace (i.e., the process >created using clone(2) with the CLONE_NEWPID flag, or the first >child created by a process

Re: [PATCH] perf kvm: fix segfault by initializing file_name to NULL

2013-02-28 Thread Arnaldo Carvalho de Melo
Em Wed, Feb 27, 2013 at 09:43:31PM -0700, David Ahern escreveu: > On 2/27/13 9:31 PM, Xiao Guangrong wrote: > >On 02/28/2013 11:29 AM, David Ahern wrote: > >>Dongsoo reported that perf-kvm was segfaulting. The bug was introduced by > >>commit 3786063 which moved file_name from struct perf_kvm

Linux 3.8.1

2013-02-28 Thread Greg KH
I'm announcing the release of the 3.8.1 kernel. All users of the 3.8 kernel series must upgrade. The updated 3.8.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.8.y and can be browsed at the normal kernel.org git web browser:

[PATCH 1/1] documentation: clk: fix couple of misspelling

2013-02-28 Thread Eduardo Valentin
Correcting misspelling inside the clk.txt. Signed-off-by: Eduardo Valentin --- Documentation/clk.txt |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/clk.txt b/Documentation/clk.txt index 1943fae..4274a54 100644 --- a/Documentation/clk.txt +++

Re: [PATCH 1/2] leds: Add support for Palmas LEDs

2013-02-28 Thread Ian Lartey
On 28/02/13 11:52, Ian Lartey wrote: On 28/02/13 05:44, Laxman Dewangan wrote: On Wednesday 27 February 2013 06:43 PM, Ian Lartey wrote: The Palmas familly of chips has LED support. This is not always muxed to output pins so depending on the setting of the mux this driver will create the

Re: [Xen-devel] [PATCH RFC 12/12] xen-block: implement indirect descriptors

2013-02-28 Thread Jan Beulich
>>> On 28.02.13 at 13:00, Roger Pau Monné wrote: > On 28/02/13 12:19, Jan Beulich wrote: > On 28.02.13 at 11:28, Roger Pau Monne wrote: >>> @@ -109,6 +111,16 @@ typedef uint64_t blkif_sector_t; >>> */ >>> #define BLKIF_MAX_SEGMENTS_PER_REQUEST 11 >>> >>> +#define

Re: [PATCH v13 2/8] start vm after resetting it

2013-02-28 Thread Jan Kiszka
On 2013-02-28 13:13, Hu Tao wrote: > From: Wen Congyang > > The guest should run after resetting it, but it does not run if its > old state is RUN_STATE_INTERNAL_ERROR or RUN_STATE_PAUSED. > > We don't set runstate to RUN_STATE_PAUSED when resetting the guest, > so the runstate will be changed

Re: [PATCH 0/9] System Framebuffer Bus (sysfb)

2013-02-28 Thread Geert Uytterhoeven
On Thu, Feb 28, 2013 at 1:20 PM, David Herrmann wrote: > We currently have different drivers that can make use of "system > framebuffers" (as I call them for now): > - vgacon > - fbdev > - DRM > (- vgalog) (similar to fblog/drmlog but using vga/VBE) offb Gr{oetje,eeting}s,

Re: [GIT PULL] ext4 updates for 3.9

2013-02-28 Thread Dave Chinner
On Wed, Feb 27, 2013 at 02:29:07PM -0500, Theodore Ts'o wrote: > On Wed, Feb 27, 2013 at 02:19:23PM -0500, Dave Jones wrote: > > > > Looks like it's fixed here too. > > > > How did this make it through -next without anyone hitting it ? > > > Is anyone running xfstests or similar on linux-next

Re: [PATCH] memcg: implement low limits

2013-02-28 Thread Michal Hocko
On Thu 28-02-13 15:13:15, Roman Gushchin wrote: > 27.02.2013, 20:14, "Michal Hocko" : > > On Wed 27-02-13 14:39:36, Roman Gushchin wrote: [...] > >>  2) cgroup's prioritization during global reclaim, > > > > Yes, group priorities sound like a useful feature not just for the > > reclaim I would

RE: [PATCH] CIFS: Decrease reconnection delay when switching nics

2013-02-28 Thread Tom Talpey
> -Original Message- > From: samba-technical-boun...@lists.samba.org [mailto:samba-technical- > boun...@lists.samba.org] On Behalf Of Stefan (metze) Metzmacher > Sent: Wednesday, February 27, 2013 7:16 PM > To: Jeff Layton > Cc: Steve French; Dave Chiluk; samba-techni...@lists.samba.org;

loadavg question

2013-02-28 Thread Boszormenyi Zoltan
Hi, on an embedded PC (500MHz AMD Geode), we recently tried to upgrade the kernel. The original version was 2.6.27, the new ones were 3.3.x and 3.7.x. With the same userspace (a GTK based GUI constantly querying daemons handling different pieces of hardware over serial ports), we noticed that

Re: Serial port initialization broken on Armada 370/XP due to "serial: 8250_dw: Don't use UPF_FIXED_TYPE"

2013-02-28 Thread Heikki Krogerus
Hi, On Thu, Feb 28, 2013 at 12:42:06PM +0100, Gregory CLEMENT wrote: > >> Would you agree with this kind of patch to fix the issue? > >> > >> diff --git a/drivers/tty/serial/8250/8250.c > >> b/drivers/tty/serial/8250/8250.c > >> index e2ac25a..0b284c6 100644 > >> ---

Re: [PATCH 0/9] System Framebuffer Bus (sysfb)

2013-02-28 Thread David Herrmann
Hi Dave Sorry, I was busy reworking the HIDP layer. I finally got time to continue my work on this again. See below: On Mon, Feb 18, 2013 at 12:47 AM, Dave Airlie wrote: [..snap..] > As I said maybe I'm concentrating on the problem you aren't trying to fix, > but then I'm not sure I've enough

[PATCH v13] kvm: notify host when the guest is panicked

2013-02-28 Thread Hu Tao
We can know the guest is panicked when the guest runs on xen. But we do not have such feature on kvm. Another purpose of this feature is: management app(for example: libvirt) can do auto dump when the guest is panicked. If management app does not do auto dump, the guest's user can do dump by hand

[PATCH v13 6/8] introduce a new qom device to deal with panicked event

2013-02-28 Thread Hu Tao
If the target is x86/x86_64, the guest's kernel will write 0x01 to the port KVM_PV_EVENT_PORT when it is panciked. This patch introduces a new qom device kvm_pv_ioport to listen this I/O port, and deal with panicked event according to panicked_action's value. The possible actions are: 1. emit

[PATCH v13 8/8] pv event: add document to describe the usage

2013-02-28 Thread Hu Tao
Signed-off-by: Hu Tao --- docs/pv-event.txt | 17 + 1 file changed, 17 insertions(+) create mode 100644 docs/pv-event.txt diff --git a/docs/pv-event.txt b/docs/pv-event.txt new file mode 100644 index 000..ac9e7fa --- /dev/null +++ b/docs/pv-event.txt @@ -0,0 +1,17 @@ +KVM

[PATCH v13 4/8] add a new runstate: RUN_STATE_GUEST_PANICKED

2013-02-28 Thread Hu Tao
The guest will be in this state when it is panicked. Signed-off-by: Wen Congyang Signed-off-by: Hu Tao --- migration.c | 1 + qapi-schema.json | 6 +- qmp.c| 3 ++- vl.c | 11 ++- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git

[PATCH v13 2/8] start vm after resetting it

2013-02-28 Thread Hu Tao
From: Wen Congyang The guest should run after resetting it, but it does not run if its old state is RUN_STATE_INTERNAL_ERROR or RUN_STATE_PAUSED. We don't set runstate to RUN_STATE_PAUSED when resetting the guest, so the runstate will be changed from RUN_STATE_INTERNAL_ERROR or RUN_STATE_PAUSED

[PATCH v13 3/8] update kernel headers

2013-02-28 Thread Hu Tao
update kernel headers to add pv event macros. Signed-off-by: Wen Congyang Signed-off-by: Hu Tao --- linux-headers/asm-x86/kvm_para.h | 1 + linux-headers/linux/kvm_para.h | 6 ++ 2 files changed, 7 insertions(+) diff --git a/linux-headers/asm-x86/kvm_para.h

[PATCH v13 1/8] save/load cpu runstate

2013-02-28 Thread Hu Tao
This patch enables preservation of cpu runstate during save/load vm. So when a vm is restored from snapshot, the cpu runstate is restored, too. See following example: # save two vms: one is running, the other is paused (qemu) info status VM status: running (qemu) savevm running (qemu) stop

[PATCH v13 5/8] add a new qevent: QEVENT_GUEST_PANICKED

2013-02-28 Thread Hu Tao
This event will be emited when the guest is panicked. Signed-off-by: Wen Congyang --- include/monitor/monitor.h | 1 + monitor.c | 1 + 2 files changed, 2 insertions(+) diff --git a/include/monitor/monitor.h b/include/monitor/monitor.h index 87fb49c..4006905 100644 ---

[PATCH v13 7/8] allower the user to disable pv event support

2013-02-28 Thread Hu Tao
Signed-off-by: Wen Congyang Signed-off-by: Hu Tao --- hw/pc_piix.c| 9 - qemu-options.hx | 3 ++- vl.c| 4 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/hw/pc_piix.c b/hw/pc_piix.c index 24a9bf3..82a421a 100644 --- a/hw/pc_piix.c +++ b/hw/pc_piix.c

[PATCH v13 0/8] pv event interface between host and guest

2013-02-28 Thread Hu Tao
This series implements a new interface, kvm pv event, to notify host when some events happen in guest. Right now there is one supported event: guest panic. Also, the cpu runstate is preserved during save/load vm and migration. Thus, if vm is panicked during migration, we can still know it by

RE: [PATCH 1/4] documentation: add palmas dts definition

2013-02-28 Thread J, KEERTHY
Hello Stephen, Thanks for a detailed review. > -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Thursday, February 28, 2013 12:03 AM > To: J, KEERTHY > Cc: grant.lik...@secretlab.ca; rob.herr...@calxeda.com; > r...@landley.net;

[PATCH] nfsd: check client tracker initialization result

2013-02-28 Thread Stanislav Kinsbursky
Function nfsd4_client_tracking_init() can return error. Signed-off-by: Stanislav Kinsbursky --- fs/nfsd/nfs4state.c |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c index f194f86..fc4b81b 100644 --- a/fs/nfsd/nfs4state.c

Re: [Xen-devel] [PATCH RFC 12/12] xen-block: implement indirect descriptors

2013-02-28 Thread Roger Pau Monné
On 28/02/13 12:19, Jan Beulich wrote: On 28.02.13 at 11:28, Roger Pau Monne wrote: >> @@ -109,6 +111,16 @@ typedef uint64_t blkif_sector_t; >> */ >> #define BLKIF_MAX_SEGMENTS_PER_REQUEST 11 >> >> +#define BLKIF_MAX_INDIRECT_GREFS_PER_REQUEST 8 >> + >> +struct

Re: [PATCH 1/2] leds: Add support for Palmas LEDs

2013-02-28 Thread Ian Lartey
On 28/02/13 05:44, Laxman Dewangan wrote: On Wednesday 27 February 2013 06:43 PM, Ian Lartey wrote: The Palmas familly of chips has LED support. This is not always muxed to output pins so depending on the setting of the mux this driver will create the appropriate LED class devices.

[PATCH] menuconfig: use config scripts to detect ncurses libs

2013-02-28 Thread jlec
From: Justin Lecher When building ncurses with --with-termlib several symbols get moved from libncurses.so to libtinfo.so. Thus when linking with libncurses.so, one additionally needs to link with libtinfo.so. Ncurses provides a config script (ncurses5-config) to assist finding ncurses. This

Re: Re: [BUG][arm-soc] kernel panic in boot on Openblocks with the latest kernel

2013-02-28 Thread Masami Hiramatsu
(2013/02/28 20:34), Heikki Krogerus wrote: > Hi, > > On Thu, Feb 28, 2013 at 08:13:30PM +0900, Masami Hiramatsu wrote: >> Hi, >> >> I tried the latest "fixes" branch of arm-soc.git on OpenBlocks >> AX3 (Marvel Armada-XP) and got below kernel panic in boot sequence. >> It seems that we have an

Re: [Xen-devel] [PATCH RFC 00/12] xen-block: indirect descriptors

2013-02-28 Thread Roger Pau Monné
On 28/02/13 12:35, Jan Beulich wrote: On 28.02.13 at 12:25, Roger Pau Monné wrote: >> This is the expanded graph that also contains indirect descriptors >> without persistent grants: >> >> http://xenbits.xen.org/people/royger/plot_indirect_nopers.png > > Thanks. Interesting - this suggests

Re: Serial port initialization broken on Armada 370/XP due to "serial: 8250_dw: Don't use UPF_FIXED_TYPE"

2013-02-28 Thread Gregory CLEMENT
Hi Heikki, On 02/28/2013 10:26 AM, Heikki Krogerus wrote: > Hi Gregory. > > On Wed, Feb 27, 2013 at 05:08:04PM +0100, Gregory CLEMENT wrote: >> I found the root of the problem in drivers/tty/serial/8250/8250.c >> >> in the autoconfig() function, when the IIR register is acceded, it is >> done

Re: [Xen-devel] [PATCH RFC 00/12] xen-block: indirect descriptors

2013-02-28 Thread Jan Beulich
>>> On 28.02.13 at 12:25, Roger Pau Monné wrote: > This is the expanded graph that also contains indirect descriptors > without persistent grants: > > http://xenbits.xen.org/people/royger/plot_indirect_nopers.png Thanks. Interesting - this suggests an unexpectedly high hit rate. Jan -- To

Re: [PATCH v6 04/46] percpu_rwlock: Implement the core design of Per-CPU Reader-Writer Locks

2013-02-28 Thread Michel Lespinasse
On Thu, Feb 28, 2013 at 3:25 AM, Oleg Nesterov wrote: > On 02/27, Michel Lespinasse wrote: >> >> +void lg_rwlock_local_read_lock(struct lgrwlock *lgrw) >> +{ >> + preempt_disable(); >> + >> + if (__this_cpu_read(*lgrw->local_refcnt) || >> +

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