[v2.6.34-stable 075/213] nfsd4: fix oops on unusual readlike compound

2014-02-05 Thread Paul Gortmaker
From: "J. Bruce Fields" --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment.

Re: [v2.6.34-stable 032/213] ipvs: fix info leak in getsockopt(IP_VS_SO_GET_TIMEOUT)

2014-02-05 Thread Julian Anastasov
Hello, On Wed, 5 Feb 2014, Julian Anastasov wrote: > On Wed, 5 Feb 2014, Paul Gortmaker wrote: > > > From: Mathias Krause > > > >--- > > This is a commit scheduled for the next v2.6.34 longterm release. > > > > http://git.kernel.org/?p=linu

[v2.6.34-stable 072/213] xfrm_user: return error pointer instead of NULL #2

2014-02-05 Thread Paul Gortmaker
From: Mathias Krause --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment.

[v2.6.34-stable 066/213] drop_monitor: prevent init path from scheduling on the wrong cpu

2014-02-05 Thread Paul Gortmaker
From: Neil Horman --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment. --

Re: [PATCH v3] slub: fix false-positive lockdep warning in free_partial()

2014-02-05 Thread Steven Rostedt
On Wed, 5 Feb 2014 12:32:43 -0800 (PST) David Rientjes wrote: > On Wed, 5 Feb 2014, Steven Rostedt wrote: > There's an extremely small overhead of taking this lock, the cache has > been destroyed and is the process of being torn down, there will be > absolutely no contention on n->list_lock.

[v2.6.34-stable 050/213] af_packet: remove BUG statement in tpacket_destruct_skb

2014-02-05 Thread Paul Gortmaker
From: "danborkm...@iogearbox.net" --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment.

[v2.6.34-stable 076/213] NFSv3: Ensure that do_proc_get_root() reports errors correctly

2014-02-05 Thread Paul Gortmaker
From: Trond Myklebust --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment.

[v2.6.34-stable 064/213] drop_monitor: fix sleeping in invalid context warning

2014-02-05 Thread Paul Gortmaker
From: Neil Horman --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment. --

[v2.6.34-stable 073/213] b43legacy: Fix crash on unload when firmware not available

2014-02-05 Thread Paul Gortmaker
From: Larry Finger --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment. -

Re: [patch v2] mm, compaction: avoid isolating pinned pages

2014-02-05 Thread Hugh Dickins
On Tue, 4 Feb 2014, David Rientjes wrote: > Page migration will fail for memory that is pinned in memory with, for > example, get_user_pages(). In this case, it is unnecessary to take > zone->lru_lock or isolating the page and passing it to page migration > which will ultimately fail. > > This i

[v2.6.34-stable 063/213] tcp: do_tcp_sendpages() must try to push data out on oom conditions

2014-02-05 Thread Paul Gortmaker
From: Willy Tarreau --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment.

[v2.6.34-stable 078/213] kernel panic when mount NFSv4

2014-02-05 Thread Paul Gortmaker
From: Trond Myklebust --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment.

[v2.6.34-stable 094/213] cgroup: remove incorrect dget/dput() pair in cgroup_create_dir()

2014-02-05 Thread Paul Gortmaker
From: Tejun Heo --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment.

[v2.6.34-stable 083/213] tick: Cleanup NOHZ per cpu data on cpu down

2014-02-05 Thread Paul Gortmaker
From: Thomas Gleixner --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment.

[v2.6.34-stable 086/213] exec: use -ELOOP for max recursion depth

2014-02-05 Thread Paul Gortmaker
From: Kees Cook --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment.

[v2.6.34-stable 081/213] posix-cpu-timers: Fix nanosleep task_struct leak

2014-02-05 Thread Paul Gortmaker
From: Stanislaw Gruszka --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment.

Re: [PATCH v3] slub: fix false-positive lockdep warning in free_partial()

2014-02-05 Thread Steven Rostedt
On Wed, 5 Feb 2014 14:42:26 -0600 (CST) Christoph Lameter wrote: > > That, IMNSHO, is a much better solution > > Ok with me. It just adds another variant of remove_partial. That's a common practice in the kernel though. -- Steve -- To unsubscribe from this list: send the line "unsubscribe lin

[v2.6.34-stable 091/213] kernel/sys.c: call disable_nonboot_cpus() in kernel_restart()

2014-02-05 Thread Paul Gortmaker
From: Shawn Guo --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment.

[v2.6.34-stable 067/213] drop_monitor: dont sleep in atomic context

2014-02-05 Thread Paul Gortmaker
From: Eric Dumazet --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment. -

[v2.6.34-stable 093/213] Driver core: treat unregistered bus_types as having no devices

2014-02-05 Thread Paul Gortmaker
From: Bjorn Helgaas --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment.

[v2.6.34-stable 088/213] kernel/signal.c: stop info leak via the tkill and the tgkill syscalls

2014-02-05 Thread Paul Gortmaker
From: Emese Revfy --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment. --

[v2.6.34-stable 090/213] coredump: prevent double-free on an error path in core dumper

2014-02-05 Thread Paul Gortmaker
From: Denys Vlasenko --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment.

Re: [PATCH 2/3] mm: vmscan: get rid of DEFAULT_SEEKS and document shrink_slab logic

2014-02-05 Thread Andrew Morton
On Wed, 5 Feb 2014 11:16:49 +0400 Vladimir Davydov wrote: > > So why did I originally make DEFAULT_SEEKS=2? Because I figured that to > > recreate (say) an inode would require a seek to the inode data then a > > seek back. Is it legitimate to include the > > seek-back-to-what-you-were-doing-be

[v2.6.34-stable 098/213] tracing: Fix double free when function profile init failed

2014-02-05 Thread Paul Gortmaker
From: Namhyung Kim --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment. -

[v2.6.34-stable 097/213] tracing: Don't call page_to_pfn() if page is NULL

2014-02-05 Thread Paul Gortmaker
From: Wen Congyang --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment. -

[v2.6.34-stable 065/213] drop_monitor: Make updating data->skb smp safe

2014-02-05 Thread Paul Gortmaker
From: Neil Horman --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment. --

[v2.6.34-stable 099/213] hugetlb: fix resv_map leak in error path

2014-02-05 Thread Paul Gortmaker
From: Dave Hansen --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment. --

[v2.6.34-stable 092/213] kernel/resource.c: fix stack overflow in __reserve_region_with_split()

2014-02-05 Thread Paul Gortmaker
From: T Makphaibulchoke --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment.

[v2.6.34-stable 087/213] ptrace: ptrace_resume() shouldn't wake up !TASK_TRACED thread

2014-02-05 Thread Paul Gortmaker
From: Oleg Nesterov --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment.

[v2.6.34-stable 084/213] gen_init_cpio: avoid stack overflow when expanding

2014-02-05 Thread Paul Gortmaker
From: Kees Cook --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment.

[v2.6.34-stable 102/213] mm: bugfix: set current->reclaim_state to NULL while returning from kswapd()

2014-02-05 Thread Paul Gortmaker
From: Takamori Yamaguchi --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment.

[v2.6.34-stable 079/213] hfsplus: fix potential overflow in hfsplus_file_truncate()

2014-02-05 Thread Paul Gortmaker
From: Vyacheslav Dubeyko --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment.

[v2.6.34-stable 104/213] mm: mmu_notifier: fix freed page still mapped in secondary MMU

2014-02-05 Thread Paul Gortmaker
From: Xiao Guangrong --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment.

[v2.6.34-stable 107/213] ALSA: seq: Fix missing error handling in snd_seq_timer_open()

2014-02-05 Thread Paul Gortmaker
From: Takashi Iwai --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment. -

Re: possible viri in tarballs?

2014-02-05 Thread Gene Heskett
On Wednesday 05 February 2014, Roger Heflin wrote: >Gene, > >How big is the file you have? Here is what I have, and this is >from several different kernels. > > wc gadget_multi.txt > 150 830 5482 gadget_multi.tx > >cksum gadget_multi.txt >3973522114 5482 gadget_multi.txt > >ls -l gadget_multi

[v2.6.34-stable 095/213] Fix a dead loop in async_synchronize_full()

2014-02-05 Thread Paul Gortmaker
From: Li Zhong --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment. -

Re: possible viri in tarballs?

2014-02-05 Thread Gene Heskett
On Wednesday 05 February 2014, Theodore Ts'o wrote: >On Wed, Feb 05, 2014 at 01:24:59PM -0500, Gene Heskett wrote: >> >/home/gene/src/linux-3.2.40/Documentation/usb/gadget_multi.txt: >> >MBL_400944.UNOFFICIAL FOUND >> >> You will see more history. >> >> So that file needs sanitized. I was under

[v2.6.34-stable 106/213] mempolicy: fix a race in shared_policy_replace()

2014-02-05 Thread Paul Gortmaker
From: Mel Gorman --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment. ---

[v2.6.34-stable 110/213] x86, tls: Off by one limit check

2014-02-05 Thread Paul Gortmaker
From: Dan Carpenter --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment.

[v2.6.34-stable 103/213] mm: fix invalidate_complete_page2() lock ordering

2014-02-05 Thread Paul Gortmaker
From: Hugh Dickins --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment. -

[v2.6.34-stable 113/213] xen/bootup: allow read_tscp call for Xen PV guests.

2014-02-05 Thread Paul Gortmaker
From: Konrad Rzeszutek Wilk --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment.

[v2.6.34-stable 096/213] Prevent interface errors with Seagate FreeAgent GoFlex

2014-02-05 Thread Paul Gortmaker
From: Daniel J Blueman --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment.

[v2.6.34-stable 082/213] timer: Don't reinitialize the cpu base lock during CPU_UP_PREPARE

2014-02-05 Thread Paul Gortmaker
From: Tirupathi Reddy --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment.

[v2.6.34-stable 111/213] x86/mm: Check if PUD is large when validating a kernel address

2014-02-05 Thread Paul Gortmaker
From: Mel Gorman --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment. ---

[v2.6.34-stable 114/213] xen/bootup: allow {read|write}_cr8 pvops call.

2014-02-05 Thread Paul Gortmaker
From: Konrad Rzeszutek Wilk --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment.

Re: [v2.6.34-stable 032/213] ipvs: fix info leak in getsockopt(IP_VS_SO_GET_TIMEOUT)

2014-02-05 Thread Julian Anastasov
Hello, On Wed, 5 Feb 2014, Paul Gortmaker wrote: > From: Mathias Krause > >--- > This is a commit scheduled for the next v2.6.34 longterm release. > http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git > If you see a

[v2.6.34-stable 108/213] x86/xen: don't assume %ds is usable in xen_iret for 32-bit PVOPS.

2014-02-05 Thread Paul Gortmaker
From: Jan Beulich --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment. --

[v2.6.34-stable 112/213] x86, mm, paravirt: Fix vmalloc_fault oops during lazy MMU updates

2014-02-05 Thread Paul Gortmaker
From: Samu Kallio --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment. --

[v2.6.34-stable 116/213] KVM: Fix bounds checking in ioapic indirect register reads (CVE-2013-1798)

2014-02-05 Thread Paul Gortmaker
From: Andy Honig --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment. ---

[v2.6.34-stable 100/213] mm: fix vma_resv_map() NULL pointer

2014-02-05 Thread Paul Gortmaker
From: Dave Hansen --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment. --

[v2.6.34-stable 115/213] KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (CVE-2013-1796)

2014-02-05 Thread Paul Gortmaker
From: Andy Honig --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment. ---

[v2.6.34-stable 109/213] x86/msr: Add capabilities check

2014-02-05 Thread Paul Gortmaker
From: Alan Cox --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment. -

[v2.6.34-stable 101/213] mm: Fix PageHead when !CONFIG_PAGEFLAGS_EXTENDED

2014-02-05 Thread Paul Gortmaker
From: Christoffer Dall --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment.

Re: igb and bnx2: "NETDEV WATCHDOG: transmit queue timed out" when skb has huge linear buffer

2014-02-05 Thread Andrew Cooper
On 05/02/2014 20:23, Zoltan Kiss wrote: > On 04/02/14 19:47, Michael Chan wrote: >> On Fri, 2014-01-31 at 14:29 +0100, Zoltan Kiss wrote: >>> [ 5417.275472] WARNING: at net/sched/sch_generic.c:255 >>> dev_watchdog+0x156/0x1f0() >>> [ 5417.275474] NETDEV WATCHDOG: eth1 (bnx2): transmit queue 2 timed

Re: [PATCH] ARM: OMAP2+: Add support for thumb mode on DT booted N900

2014-02-05 Thread Pali Rohár
2014-02-05 Sebastian Reichel : > Hi, > > On Wed, Feb 05, 2014 at 05:38:54PM +0100, Pali Rohár wrote: >> > I assumed, that the workaround is not needed for this device type. >> >> That rx51 secure call must not be called on non secure devices (e.g. >> qemu), because it cause kernel crash. So I thoug

[v2.6.34-stable 118/213] ACPI / cpuidle: Fix NULL pointer issues when cpuidle is disabled

2014-02-05 Thread Paul Gortmaker
From: Konrad Rzeszutek Wilk --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment.

[v2.6.34-stable 105/213] mm: Hold a file reference in madvise_remove

2014-02-05 Thread Paul Gortmaker
From: Andy Lutomirski --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment.

Re: [v2.6.34-stable 004/213] crypto: ghash - Avoid null pointer dereference if no key is set

2014-02-05 Thread Nick Bowler
On 2014-02-05 14:59 -0500, Paul Gortmaker wrote: > From: Nick Bowler > >--- > This is a commit scheduled for the next v2.6.34 longterm release. > http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git > If you see a problem with u

Re: [PATCH 3.12 000/133] 3.12.10-stable review

2014-02-05 Thread Shuah Khan
On 02/04/2014 11:39 PM, Guenter Roeck wrote: On 02/04/2014 01:06 PM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.12.10 release. There are 133 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being appl

Re: [PATCH v3] slub: fix false-positive lockdep warning in free_partial()

2014-02-05 Thread Christoph Lameter
On Wed, 5 Feb 2014, Steven Rostedt wrote: > Really? We are adding a spin lock for a case where it is not needed just to > quiet lockdep? Well its a very rarely used code path. Doesnt matter performance wise since a slab cache should have no objects when its going to be removed. > Now if it reall

[v2.6.34-stable 121/213] w1: fix oops when w1_search is called from netlink connector

2014-02-05 Thread Paul Gortmaker
From: Marcin Jurkowski --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment.

[v2.6.34-stable 080/213] clockevents: Don't allow dummy broadcast timers

2014-02-05 Thread Paul Gortmaker
From: Mark Rutland --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment. -

[v2.6.34-stable 117/213] MCE: Fix vm86 handling for 32bit mce handler

2014-02-05 Thread Paul Gortmaker
From: Andi Kleen --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment. ---

Re: [PATCH 3.13 000/140] 3.13.2-stable review

2014-02-05 Thread Shuah Khan
On 02/04/2014 02:09 PM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.13.2 release. There are 140 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. Responses should be m

[v2.6.34-stable 123/213] fix crash in scsi_dispatch_cmd()

2014-02-05 Thread Paul Gortmaker
From: James Bottomley --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment.

[v2.6.34-stable 127/213] IPoIB: Fix use-after-free of multicast object

2014-02-05 Thread Paul Gortmaker
From: Patrick McHardy --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment.

Re: [PATCH 3.10 000/104] 3.10.29-stable review

2014-02-05 Thread Shuah Khan
On 02/04/2014 02:01 PM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.10.29 release. There are 104 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. Responses should be

[v2.6.34-stable 120/213] drivers/char/ipmi: memcpy, need additional 2 bytes to avoid memory overflow

2014-02-05 Thread Paul Gortmaker
From: Chen Gang --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment.

Re: [PATCH 3.4 00/37] 3.4.79-stable review

2014-02-05 Thread Shuah Khan
On 02/04/2014 02:00 PM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.4.79 release. There are 37 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. Responses should be ma

[v2.6.34-stable 125/213] keys: fix race with concurrent install_user_keyrings()

2014-02-05 Thread Paul Gortmaker
From: David Howells --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment.

[v2.6.34-stable 129/213] Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER)

2014-02-05 Thread Paul Gortmaker
From: Mathias Krause --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment.

[v2.6.34-stable 122/213] fix Null pointer dereference on disk error

2014-02-05 Thread Paul Gortmaker
From: Xiaotian Feng --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment.

[v2.6.34-stable 134/213] Bluetooth: add NULL pointer check in HCI

2014-02-05 Thread Paul Gortmaker
From: Jun Nie --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment. --

Re: [v2.6.34-stable 004/213] crypto: ghash - Avoid null pointer dereference if no key is set

2014-02-05 Thread Paul Gortmaker
On 14-02-05 03:30 PM, Nick Bowler wrote: > On 2014-02-05 14:59 -0500, Paul Gortmaker wrote: >> From: Nick Bowler >> >>--- >> This is a commit scheduled for the next v2.6.34 longterm release. >> http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-que

[v2.6.34-stable 126/213] crypto: cryptd - disable softirqs in cryptd_queue_worker to prevent data corruption

2014-02-05 Thread Paul Gortmaker
From: Jussi Kivilinna --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment.

[v2.6.34-stable 136/213] xhci: Make handover code more robust

2014-02-05 Thread Paul Gortmaker
From: Matthew Garrett --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment.

[v2.6.34-stable 130/213] Bluetooth: RFCOMM - Fix info leak via getsockname()

2014-02-05 Thread Paul Gortmaker
From: Mathias Krause --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment.

[v2.6.34-stable 138/213] xhci: Reset reserved command ring TRBs on cleanup.

2014-02-05 Thread Paul Gortmaker
From: Sarah Sharp --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment. --

[v2.6.34-stable 131/213] Bluetooth: RFCOMM - Fix missing msg_namelen update in rfcomm_sock_recvmsg()

2014-02-05 Thread Paul Gortmaker
From: Mathias Krause --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment.

[v2.6.34-stable 137/213] xhci: Increase reset timeout for Renesas 720201 host.

2014-02-05 Thread Paul Gortmaker
From: Sarah Sharp --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment. --

[v2.6.34-stable 135/213] Bluetooth: hci_ldisc: fix NULL-pointer dereference on tty_close

2014-02-05 Thread Paul Gortmaker
From: Johan Hovold --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment. -

[v2.6.34-stable 140/213] xhci: Don't write zeroed pointers to xHC registers.

2014-02-05 Thread Paul Gortmaker
From: Sarah Sharp --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment. --

[v2.6.34-stable 144/213] USB: mos7840: fix urb leak at release

2014-02-05 Thread Paul Gortmaker
From: Johan Hovold --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment. -

RE: [PATCH v4 8/8] pciehp: Introduce hotplug_lock to serialize HP events

2014-02-05 Thread Rajat Jain
Hello, I found that while fixing the conflicts during rebasing, an "unused variable 'ret' " warning has crept up in this particular patch. Apologies for the same. I will take care of that, however, am waiting for any additional comments before resending. Thanks & Best Regards, Rajat > -

[v2.6.34-stable 132/213] Bluetooth: L2CAP - Fix info leak via getsockname()

2014-02-05 Thread Paul Gortmaker
From: Mathias Krause --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment.

RE: [PATCH v2 1/3] clocksource: tegra: Add nvidia,tegra30-timer compat

2014-02-05 Thread Andrew Chew
> On 02/03/2014 05:17 PM, Andrew Chew wrote: > > There are some differences between tegra20's timer registers and > > tegra30's (and later). For example, tegra30 has more timers. In > > addition, watchdogs are not present in tegra20. > > > > Add this compatibility string in order to be able to di

[v2.6.34-stable 143/213] USB: serial: Fix memory leak in sierra_release()

2014-02-05 Thread Paul Gortmaker
From: Lennart Sorensen --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment.

[v2.6.34-stable 142/213] USB: whiteheat: fix memory leak in error path

2014-02-05 Thread Paul Gortmaker
From: Johan Hovold --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment. -

Re: [patch] perf tools: perf list broken on ARM

2014-02-05 Thread Vince Weaver
On Thu, 9 Jan 2014, Arnaldo Carvalho de Melo wrote: > Em Thu, Jan 09, 2014 at 09:37:03PM +0900, Namhyung Kim escreveu: > > 2014-01-09 (목), 09:12 -0300, Arnaldo Carvalho de Melo: > > > Em Thu, Jan 09, 2014 at 05:17:27PM +0900, Namhyung Kim escreveu: > > > > Hi Vince, > > > > > > > > On Wed, 8 Jan

Re: Perf user-space ABI sequence lock memory barriers

2014-02-05 Thread Mathieu Desnoyers
- Original Message - > From: "Peter Zijlstra" > To: "Mathieu Desnoyers" > Cc: t...@linutronix.de, "Heinz Egger" , > bige...@linutronix.de, "Linux Kernel Mailing List" > , "Ingo Molnar" , "rostedt" > , "Paul E. > McKenney" > Sent: Wednesday, February 5, 2014 3:05:18 AM > Subject: Re: Pe

[v2.6.34-stable 145/213] USB: mos7840: fix port-device leak in error path

2014-02-05 Thread Paul Gortmaker
From: Johan Hovold --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment. -

[v2.6.34-stable 141/213] USB: EHCI: go back to using the system clock for QH unlinks

2014-02-05 Thread Paul Gortmaker
From: Alan Stern --- This is a commit scheduled for the next v2.6.34 longterm release. http://git.kernel.org/?p=linux/kernel/git/paulg/longterm-queue-2.6.34.git If you see a problem with using this for longterm, please comment. ---

Re: [patch 4/4] x86, apic: Always define nox2apic and define it as initdata

2014-02-05 Thread Thomas Gleixner
On Tue, 4 Feb 2014, David Rientjes wrote: > The "nox2apic" variable can be defined as __initdata since it is only > used for bootstrap. It can now unconditionally be defined since it will > later be freed. > > At the same time, it is also better off as a bool. > > Signed-off-by: David Rientjes

Re: [PATCH v3] slub: fix false-positive lockdep warning in free_partial()

2014-02-05 Thread David Rientjes
On Wed, 5 Feb 2014, Steven Rostedt wrote: > > Commit c65c1877bd68 ("slub: use lockdep_assert_held") requires > > remove_partial() to be called with n->list_lock held, but free_partial() > > called from kmem_cache_close() on cache destruction does not follow this > > rule, leading to a warning: > >

[PATCH] mm: slab/slub: use page->list consistently instead of page->lru

2014-02-05 Thread Dave Hansen
Andrew, I sent this out along with a bunch of other slab stuff, but I think it stands alone and should get pulled in by itself. -- From: Dave Hansen 'struct page' has two list_head fields: 'lru' and 'list'. Conveniently, they are unioned together. This means that code can use them interchanga

Re: [patch 3/4] x86, apic: Remove unused function prototypes

2014-02-05 Thread Thomas Gleixner
On Tue, 4 Feb 2014, David Rientjes wrote: > Some function prototypes declared in asm/apic.h are never defined, so > remove them. > > Signed-off-by: David Rientjes Reviewed-by: Thomas Gleixner -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message

[PATCH] regulator: core: Allow regulator_set_voltage for fixed regulators

2014-02-05 Thread Bjorn Andersson
Make it okay to call regulator_set_voltage on regulators with fixed voltage if the requested range overlaps the current/configured voltage. Signed-off-by: Bjorn Andersson --- drivers/regulator/core.c | 14 ++ 1 file changed, 14 insertions(+) diff --git a/drivers/regulator/core.c b

Re: [patch 2/4] x86, apic: Switch wait_for_init_deassert to bool

2014-02-05 Thread Thomas Gleixner
On Tue, 4 Feb 2014, David Rientjes wrote: > Now that there is only a single wait_for_init_deassert() function, just > convert the member of struct apic to a bool to determine whether we need > to wait for init_deassert to become non-zero. > > There are no more callers of default_wait_for_init_dea

Re: Re: [PATCH] ARM: OMAP2+: Add support for thumb mode on DT booted N900

2014-02-05 Thread Ivaylo Dimitrov
Hi, On 5.02.2014 19:17, Sebastian Reichel wrote: Hi, On Wed, Feb 05, 2014 at 05:38:54PM +0100, Pali Rohár wrote: I assumed, that the workaround is not needed for this device type. That rx51 secure call must not be called on non secure devices (e.g. qemu), because it cause kernel crash. So I

Re: [RFC] Move the memory_notifier out of the memory_hotplug lock

2014-02-05 Thread David Rientjes
On Wed, 5 Feb 2014, Nathan Zimmer wrote: > diff --git a/mm/memory_hotplug.c b/mm/memory_hotplug.c > index 62a0cd1..a3cbd14 100644 > --- a/mm/memory_hotplug.c > +++ b/mm/memory_hotplug.c > @@ -985,12 +985,12 @@ int __ref online_pages(unsigned long pfn, unsigned long > nr_pages, int online_typ >

<    1   2   3   4   5   6   7   8   9   >