Il 07/09/2013 10:14, Marco Stornelli ha scritto:
Hi all,
this is an attempt to include pramfs in mainline. At the moment pramfs
has been included in LTSI kernel. Since last review the code is more
or less the same but, with a really big thanks to Vladimir Davydov and
Parallels, the development o
On Sat, 2013-09-07 at 23:40 -0700, Greg KH wrote:
> On Tue, Sep 03, 2013 at 07:50:15PM -0400, Matthew Garrett wrote:
> > kexec permits the loading and execution of arbitrary code in ring 0, which
> > is something that module signing enforcement is meant to prevent. It makes
> > sense to disable kex
On Tue, Sep 03, 2013 at 07:50:15PM -0400, Matthew Garrett wrote:
> kexec permits the loading and execution of arbitrary code in ring 0, which
> is something that module signing enforcement is meant to prevent. It makes
> sense to disable kexec in this situation.
I see no match between kexec and si
Sasha Levin wrote:
Hi all,
While fuzzing with trinity inside a KVM tools guest, running latest -next
kernel, I've
stumbled on the following:
[13600.008029] general protection fault: [#1] PREEMPT SMP DEBUG_PAGEALLOC
[13600.010235] Modules linked in:
[13600.010742] CPU: 30 PID: 26329 Comm:
Hi All,
I am getting below build error in torvalds kernel 3.11 for omap2plus.
scripts/kconfig/conf --silentoldconfig Kconfig
CHK include/generated/uapi/linux/version.h
CHK include/generated/utsrelease.h
make[1]: `include/generated/mach-types.h' is up to date.
CALLscripts/checks
On Sat, Sep 7, 2013 at 9:54 PM, Herbert Xu wrote:
> On Sun, Sep 08, 2013 at 02:37:03PM +1000, Herbert Xu wrote:
>> On Sat, Sep 07, 2013 at 08:34:15PM -0700, Kees Cook wrote:
>> >
>> > However, I noticed on the "good" path (even without the above patch),
>> > I sometimes see a double-kfree triggere
I'm announcing the release of the 3.10.11 kernel.
All users of the 3.10 kernel series must upgrade.
The updated 3.10.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
linux-3.10.y
and can be browsed at the normal kernel.org git web browser:
diff --git a/Makefile b/Makefile
index 0027fbe..bc4dd5b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
VERSION = 3
PATCHLEVEL = 4
-SUBLEVEL = 60
+SUBLEVEL = 61
EXTRAVERSION =
NAME = Saber-toothed Squirrel
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index feab3ba..b17dd69 10
diff --git a/Documentation/hwmon/k10temp b/Documentation/hwmon/k10temp
index 90956b6..4dfdc8f 100644
--- a/Documentation/hwmon/k10temp
+++ b/Documentation/hwmon/k10temp
@@ -12,6 +12,7 @@ Supported chips:
* AMD Family 12h processors: "Llano" (E2/A4/A6/A8-Series)
* AMD Family 14h processors: "Braz
diff --git a/Makefile b/Makefile
index a88b035..58ce3d7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
VERSION = 3
PATCHLEVEL = 0
-SUBLEVEL = 94
+SUBLEVEL = 95
EXTRAVERSION =
NAME = Sneaky Weasel
diff --git a/drivers/acpi/ec.c b/drivers/acpi/ec.c
index 9cb436a..af66776 100644
--- a/dri
I'm announcing the release of the 3.4.61 kernel.
All users of the 3.4 kernel series must upgrade.
The updated 3.4.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
linux-3.4.y
and can be browsed at the normal kernel.org git web browser:
I'm announcing the release of the 3.0.95 kernel.
All users of the 3.0 kernel series must upgrade.
The updated 3.0.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
linux-3.0.y
and can be browsed at the normal kernel.org git web browser:
On Sun, Sep 8, 2013 at 12:32 AM, Tetsuo Handa
wrote:
> Hello.
>
> I found what is wrong.
>
> -- bad patch start --
> >From 3c56dfbd32a9b67ba824ce96128bb513eb65de4b Mon Sep 17 00:00:00 2001
> From: Tetsuo Handa
> Date: Sun, 8 Sep 2013 12:44:20 +0900
> Subject: [PATCH] mutex: Avoid
On Sun, Sep 08, 2013 at 12:15:46PM +0800, Ian Kent wrote:
> > and *name is never modified in it. Why not simply pass it by value?
> > Moreover, I'm not sure I understand what do we need sbi->fs_lock in
> > there. Other than that, it's very close to dentry_path() (well, that
> > and different call
On Sun, Sep 08, 2013 at 02:37:03PM +1000, Herbert Xu wrote:
> On Sat, Sep 07, 2013 at 08:34:15PM -0700, Kees Cook wrote:
> >
> > However, I noticed on the "good" path (even without the above patch),
> > I sometimes see a double-kfree triggered by the modprobe process. I
> > can't, however, see how
On Sat, Sep 07, 2013 at 08:34:15PM -0700, Kees Cook wrote:
>
> However, I noticed on the "good" path (even without the above patch),
> I sometimes see a double-kfree triggered by the modprobe process. I
> can't, however, see how that's happening, since larval_destroy should
> only be called when re
Hello.
I found what is wrong.
-- bad patch start --
>From 3c56dfbd32a9b67ba824ce96128bb513eb65de4b Mon Sep 17 00:00:00 2001
From: Tetsuo Handa
Date: Sun, 8 Sep 2013 12:44:20 +0900
Subject: [PATCH] mutex: Avoid gcc version dependent __builtin_constant_p()
usage.
Commit 040a0a37
On Sat, 2013-09-07 at 18:32 +0100, Al Viro wrote:
> On Sat, Sep 07, 2013 at 04:01:10AM +0100, Al Viro wrote:
> > * plain seqretry loop (d_lookup(), is_subdir(), autofs4_getpath(),
> > ceph_misc_build_path(), [cifs] build_path_from_dentry(), nfs_path(),
> _mds_, actually - sorry.
> > [audi
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Jakob Bornecrantz
commit 6e4dcff3adbf25acb87e74500a58e3c07bdec40f upstream.
This fixes the piglit test texturing/max-texture-size
causing the VM to die due to a too large SVGA command.
Signed-
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Xi Wang
commit a8203725dfded5c1f79dca3368a4a273e24b59bb upstream.
Introduce a kmalloc_array() wrapper that performs integer overflow
checking without zeroing the memory.
Suggested-by: Andrew M
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Andrew Vagin
commit ed5467da0e369e65b247b99eb6403cb79172bcda upstream.
tracing_read_pipe zeros all fields bellow "seq". The declaration contains
a comment about that, but it doesn't help.
The
3.2.51-rc1 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 virtual
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Amit Shah
commit ea3768b4386a8d1790f4cc9a35de4f55b92d6442 upstream.
We used to keep the port's char device structs and the /sys entries
around till the last reference to the port was dropped.
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Will Deacon
commit acfdd4b1f7590d02e9bae3b73bdbbc4a31b05d38 upstream.
a.out support on ARM requires that argc, argv and envp are passed in
r0-r2 respectively, which requires hacking load_aout_b
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Arnd Bergmann
commit b497ceb964a80ebada3b9b3cea4261409039e25a upstream.
ARM cannot handle udelay for more than 2 miliseconds, so we
should use mdelay instead for those.
Signed-off-by: Arnd Ber
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: "H.J. Lu"
commit eaa5a990191d204ba0f9d35dbe5505ec2cdd1460 upstream.
GCC will optimize mxcsr_feature_mask_init in arch/x86/kernel/i387.c:
memset(&fx_scratch, 0, sizeof(struct i3
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Tejun Heo
commit bb9696192826a7d9279caf872e95b41bc26c7eff upstream.
sata_inic162x never reached a state where it's reliable enough for
production use and data corruption is a relatively common
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Cong Wang
commit 650275dbfb2f4c12bc91420ad5a99f955eabec98 upstream.
drivers/parisc/iommu-helpers.h:62: error: implicit declaration of function
'prefetchw'
make[3]: *** [drivers/parisc/sba_iomm
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Ben Hutchings
commit b51c3427e95b ('ifb: fix rcu_sched self-detected stalls', commit
440d57bc5ff5 upstream) added a call to cond_resched(), which is
declared in '#include '. In Linux 3.2.y that
3.2.51-rc1 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 64-bit divis
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: David Vrabel
commit 3bc38cbceb85881a8eb789ee1aa56678038b1909 upstream.
If there are UNUSABLE regions in the machine memory map, dom0 will
attempt to map them 1:1 which is not permitted by Xen a
3.2.51-rc1 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 guests) p
3.2.51-rc1 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 MxPS=64
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Takashi Iwai
commit d4702b189c6b951c1cb3260036ff998f719bfb62 upstream.
The compile of soundcard.c is broken on MIPS when allmodconfig is used
because of the missing MAX_DMA_CHANNELS definition.
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Wanpeng Li
commit cea27eb2a202959783f81254c48c250ddd80e129 upstream.
The logic for the memory-remove code fails to correctly account the
Total High Memory when a memory block which contains Hig
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Dan Carpenter
[ Upstream commit 8cb3b9c3642c0263d48f31d525bcee7170eedc20 ]
The "pvc" struct has a hole after pvc.sap_family which is not cleared.
Signed-off-by: Dan Carpenter
Reviewed-by: Jir
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Michal Simek
commit d0e045401f268a8de6f87d65678214748b772680 upstream.
The main reason is 0-day testing system which can directly
use these defconfigs for testing.
Enable support for all xilin
3.2.51-rc1 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 that a
su
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Linus Torvalds
commit 3c0b9de6d37a481673e81001c57ca0e410c72346 upstream.
I think we could just move the full vm_iomap_memory() function into
util.h or similar, but I didn't get any reply from a
3.2.51-rc1 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 problems if
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Geert Uytterhoeven
commit df12aef6a19bb2d69859a94936bda0e6ccaf3327 upstream.
Commit a556bec9955c ("m32r: fix arch/m32r/boot/compressed/Makefile")
changed "$(suffix_y)" to "$(suffix-y)", but did
3.2.51-rc1 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 wait_event_interr
3.2.51-rc1 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 the loca
3.2.51-rc1 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(): 1, pid: 3
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Jussi Kivilinna
commit ddb6b5a964371e8e52e696b2b258bda144c8bd3f upstream.
Patch fixes 6fire not to use stack as URB transfer_buffer. URB buffers need to
be DMA-able, which stack is not. Further
3.2.51-rc1 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.
Signed-of
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Dan Carpenter
[ Upstream commit 087d273caf4f7d3f2159256f255f1f432bc84a5b ]
This patch doesn't change the compiled code because ARC_HDR_SIZE is 4
and sizeof(int) is 4, but the intent was to use
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Geert Uytterhoeven
commit 9a75c6e5240f7edc5955e8da5b94bde6f96070b3 upstream.
Fix the m32r compile error:
arch/m32r/boot/compressed/misc.c:31:14: error: static declaration of 'memset'
follow
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Benjamin Herrenschmidt
commit f5f6cbb61610b7bf9d9d96db9c3979d62a424bab upstream.
/proc/powerpc/lparcfg is an ancient facility (though still actively used)
which allows access to some informatio
3.2.51-rc1 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
Signed-off-by: Takas
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Jiri Olsa
commit 0231bb5336758426b44ccd798ccd3c5419c95d58 upstream.
When we have group with mixed events (hw/sw) we want to end up
with group leader being in hw context. So if group leader is
i
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Sam Ravnborg
commit de36e66d5fa52bc6e2dacd95c701a1762b5308a7 upstream.
Based on copy from microblaze add ucmpdi2 implementation.
This fixes build of niu driver which failed with:
drivers/built
3.2.51-rc1 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 usage is
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Cong Wang
commit b85417860172ff693dc115d7999805fc240cec1c upstream.
Signed-off-by: Cong Wang
[bwh: Cherry-picked for 3.2 to let the next fix apply cleanly]
Signed-off-by: Ben Hutchings
---
n
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Dan Carpenter
[ Upstream commit ff862a4668dd6dba962b1d2d8bd344afa6375683 ]
This is inspired by a5cc68f3d6 "af_key: fix info leaks in notify
messages". There are some struct members which don't
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Nicholas Bellinger
commit ee60bddba5a5f23e39598195d944aa0eb2d455e5 upstream.
This patch fixes spc_emulate_inquiry_std() to add trailing ASCII
spaces for INQUIRY vendor + model fields following
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Russ Anderson
commit 21ea9f5ace3a7317cc3ba1fbc749758021a83136 upstream.
"cat /sys/devices/system/memory/memory*/removable" crashed the system.
The problem is that show_mem_removable() is passi
3.2.51-rc1 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 support")
3.2.51-rc1 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 the addres
3.2.51-rc1 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 this
fun
3.2.51-rc1 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
Signed-off-by: Taka
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: "Cho, Yu-Chen"
commit 178c059e7640aa8e50213400c6f3dde00189d979 upstream.
This patch adds support for Mediatek Bluetooth device
T: Bus=02 Lev=01 Prnt=01 Port=03 Cnt=01 Dev#= 2 Spd=480 MxCh=
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Neil Horman
[ Upstream commit c5c7774d7eb4397891edca9ebdf750ba90977a69 ]
In commit 2f94aabd9f6c925d77aecb3ff020f1cc12ed8f86
(refactor sctp_outq_teardown to insure proper re-initalization)
we mo
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Johannes Berg
commit 6b0f32745dcfba01d7be33acd1b40306c7a914c6 upstream.
The duplicate retransmission detection code in mac80211
erroneously attempts to do the check for every frame,
even frames
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Amit Shah
commit 92d3453815fbe74d539c86b60dab39ecdf01bb99 upstream.
SIGIO should be sent when a port gets unplugged. It should only be sent
to prcesses that have the port opened, and have aske
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Johan Hovold
commit d8a083cc746664916d9d36ed9e4d08a29525f245 upstream.
Fix race in mos7840_get_reg which unconditionally manipulated the
control urb (which may already be in use) by adding a co
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Tejun Heo
commit b22ce2785d97423846206cceec4efee0c4afd980 upstream.
If !PREEMPT, a kworker running work items back to back can hog CPU.
This becomes dangerous when a self-requeueing work item w
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Trond Myklebust
commit 347e2233b7667e336d9f671f1a52dfa3f0416e2c upstream.
Some architectures, such as ARM-32 do not return the same base address
when you call kmap_atomic() twice on the same pa
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Nicolas Dichtel
commit 85dfb745ee40232876663ae206cba35f24ab2a40 upstream.
This field was left uninitialized. Some user daemons perform check against this
field.
Signed-off-by: Nicolas Dichtel
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: "Rick Farina (Zero_Chaos)"
commit fed1f1ed90bce42ea010e2904cbc04e7b8304940 upstream.
RT Systems makes many usb serial cables based on the ftdi_sio driver for
programming various amateur radios.
3.2.51-rc1 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 driver t
This is the start of the stable review cycle for the 3.2.51 release.
There are 121 patches in this series, which will be posted as responses
to this one. If anyone has any issues with these being applied, please
let me know.
Thanks to Guenter Roeck, I've been able to build-test this on a large
nu
3.2.51-rc1 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 missing i
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Uwe Kleine-König
commit d970d7fe65adff5efe75b4a73c4ffc9be57089f7 upstream.
The handler needs to ack the pending events before actually handling them.
Otherwise a new event might come in after i
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: yonghua zheng
commit 8c8296223f3abb142be8fc31711b18a704c0e7d8 upstream.
Recently we met quite a lot of random kernel panic issues after enabling
CONFIG_PROC_PAGE_MONITOR. After debuggind we fo
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Chen Gang
commit 057d6332b24a4497c55a761c83c823eed9e3f23b upstream.
For cifs_set_cifscreds() in "fs/cifs/connect.c", 'desc' buffer length
is 'CIFSCREDS_DESC_SIZE' (56 is less than 256), and 'se
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Dan Carpenter
commit 0439f31c35d1da0b28988b308ea455e38e6a350d upstream.
This seems like it could overflow on 32 bits. Use kmalloc_array() which
has overflow protection built in.
Signed-off-by
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Eldad Zack
commit 5dae5fd24071319bb67d3375217d5b0b6d16cb0b upstream.
Current code mishandles the case where the device is a UAC2
and the bDescriptorSubtype is a UAC2 Effect Unit (0x07).
It trie
Hi Richard,
On 09/07/2013 11:21 AM, richard -rw- weinberger wrote:
> On Sat, Sep 7, 2013 at 11:15 AM, Michael Opdenacker
> wrote:
>> This patch proposes to remove the IRQF_DISABLED flag from h8300 architecture
>> code. It's a NOOP since 2.6.35 and it will be removed one day.
>>
>> Signed-off-by:
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Jeff Layton
commit 757c4f6260febff982276818bb946df89c1105aa upstream.
David reported that commit c2b93e06 (cifs: only set ops for inodes in
I_NEW state) caused a regression with mfsymlinks. Pri
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: "David S. Miller"
commit 74c7b28953d4eaa6a479c187aeafcfc0280da5e8 upstream.
Otherwise if no references exist in the static kernel image,
we won't export the symbol properly to modules.
Signed-
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Oleksij Rempel
commit dc2a87f519a4d8cb376ab54f22b6b98a943b51ce upstream.
Currently we configure harwdare and clock, only after
interface start. In this case, if we reload module or
reboot PC wi
3.2.51-rc1 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. The issue
3.2.51-rc1 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 Cls=e0(wlco
On Sat, Sep 7, 2013 at 6:32 PM, Herbert Xu wrote:
> On Fri, Sep 06, 2013 at 04:20:50PM -0700, Kees Cook wrote:
>>
>> In the two-thread situation, the first thread gets a larval with
>> refcnt 2 via crypto_larval_add. (Why 2?) The next thread finds the
>> larval via crypto_larval_add's call to __cr
3.2.51-rc1 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.
The sb_
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Sam Ravnborg
commit aea1181b0bd0a09c54546399768f359d1e198e45 upstream.
There is no-one that really require atomic64_t support on sparc32.
But several drivers fails to build without proper atomi
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Stanislaw Gruszka
commit b2fcc0aee58a3435566dd6d8501a0b32f28b upstream.
My current 3.11 fix:
commit 788f7a56fce1bcb2067b62b851a086fca48a0056
Author: Stanislaw Gruszka
Date: Thu Aug 1 12
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Dave Kleikamp
commit 44512449c0ab368889dd13ae0031fba74ee7e1d2 upstream.
NFSv4 reserves readdir cookie values 0-2 for special entries (. and ..),
but jfs allows a value of 2 for a non-special en
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Ben Hutchings
This reverts commit 5c6156fac087f551cbd57499f4bed2fc614d70cd, which
was commit cc85b20780562d404e18a47b9b55b4a5102ae53e upstream.
It broke ARM && PM configurations by adding a cal
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Paul Gortmaker
commit cd0a2bfb77a3edeecd652081e0b1a163d3b0696b upstream.
Otherwise we get this link failure for frv's defconfig:
LD .tmp_vmlinux1
drivers/built-in.o: In function `pci_
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Lan Tianyu
commit 016d5baad04269e8559332df05f89bd95b52d6ad upstream.
The _BIX method returns extended battery info as a package.
According the ACPI spec (ACPI 5, Section 10.2.2.2), the first me
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Alex Deucher
commit 42a21826dc54583cdb79cc8477732e911ac9c376 upstream.
The ProcessAuxChannel table on some rv635 boards assumes
the divmul members are initialized to 0 otherwise we get
an inval
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Richard Kuo
commit 6bbbc30ce6b0ae428575c8af7c2a6c342c534e19 upstream.
Fixed warnings/errors for EXPORT_SYMBOL, linux_binprm, elf related
defines
Signed-off-by: Richard Kuo
Signed-off-by: Ben
3.2.51-rc1 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 not.
Patch
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Amit Shah
commit 96f97a83910cdb9d89d127c5ee523f8fc040a804 upstream.
If a port gets unplugged while a user is blocked on read(), -ENODEV is
returned. However, subsequent read()s returned 0, ind
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Amit Shah
commit 057b82be3ca3d066478e43b162fc082930a746c9 upstream.
There's a window between find_port_by_devt() returning a port and us
taking a kref on the port, where the port could get unpl
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Piotr Sarna
commit 6ae6514b33f941d3386da0dfbe2942766eab1577 upstream.
Commit 5688978 ("ext4: improve handling of conflicting mount options")
introduced incorrect messages shown while choosing w
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Johannes Berg
commit 707aee401d2467baa785a697f40a6e2d9ee79ad5 upstream.
The BT_CONFIG command that is sent to the device during
startup will enable BT coex unless the module parameter
turns it
3.2.51-rc1 review patch. If anyone has any objections, please let me know.
--
From: Imre Deak
commit 77fa4cbd5fa389e28419bbe8ac491b5fdd54840d upstream.
Fix the typo introduced in
commit 1a2eb4604b85c5efb343da8a4dcf41288fcfca85
Author: Keith Packard
Date: Wed Nov 16 16:26:0
1 - 100 of 268 matches
Mail list logo