On Fri 2015-07-24 17:28:13, Vaishali Thakkar wrote:
> Use devm_kasprintf instead of kasprintf. Also, remove various
> gotos by direct returns and drop unneeded label err_free_name.
What happens if some /sys file is still open when the device is
removed?
> Signed-off-by: Vaishali Thakkar
> ---
Signed-off-by: Tomer Barletz
---
sound/pci/oxygen/oxygen_mixer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/pci/oxygen/oxygen_mixer.c b/sound/pci/oxygen/oxygen_mixer.c
index 6492bca..4ca1266 100644
--- a/sound/pci/oxygen/oxygen_mixer.c
+++ b/sound/pci/oxygen/oxygen_
2015-08-01 21:11 GMT+09:00 Jiri Kosina :
> On Wed, 29 Jul 2015, Dmitry Torokhov wrote:
>
>> > Another and less intrusive fix would be:
>> >
>> > char *name = dev->battery->desc->name;
>> > struct power_supply_desc *psy_desc = dev->battery->desc;
>> > power_supply_unregister(dev->battery
On Sat, Aug 1, 2015 at 9:06 PM, Hugh Dickins wrote:
>
> (I don't actually understand why the clearing of DCACHE_ENTRY_TYPE in
> dentry_iput() is not of continuing concern; but don't worry, there's
> plenty I don't understand - so long as you're both satisfied that
> it's not a concern, no need to
On Sat, Aug 01, 2015 at 09:06:55PM -0700, Hugh Dickins wrote:
> (I don't actually understand why the clearing of DCACHE_ENTRY_TYPE in
> dentry_iput() is not of continuing concern; but don't worry, there's
> plenty I don't understand - so long as you're both satisfied that
> it's not a concern, no
It is no need to check the packet[0] for sanity check when doing
elantech_packet_check_v4() function for fw_version = 0x470f01 touchpad.
Signed-off by: Duson Lin
---
drivers/input/mouse/elantech.c | 28 +---
drivers/input/mouse/elantech.h |1 +
2 files changed, 26 i
On Sat, 1 Aug 2015, Linus Torvalds wrote:
>
> Well, I'd not be against continuing cleanups for 4.3... Well, as long
> as we can make sure 4.2 is solid first, of course. I'd still like to
> have Hugh verify that the current -git tree works for his load, but
> obviously that wasn't easily reproducib
Hi,
Sorry for later reply,
I am not sure version 1 is ok or not, so, I think I should modify my patch
and let ETP_SAMPLE_QUERY only work for version 2,3,4.
And for your question, yes, I think you can use "etd->samples" at
elantech_set_range for version 2, even though the definition of these three
Hi,
Commit b65390c6c2178f ("memcg: export struct mem_cgroup") causes several
build failures in -next (next-20150731) when trying to build
sparc32:allmodconfig.
Below are some of the errors, as well as a bisect log.
Guenter
---
In file included from include/linux/pid_namespace.h:6:0,
On Sat, Aug 1, 2015 at 6:41 PM, Al Viro wrote:
>
> It feels like it might make sense to handle that in caller, but...
> that goes only for cases when we are *NOT* going to continue after
> successful transition to non-lazy mode. And these two are not of
> that sort - we do want to continue rather
On 08/01/2015 05:02 PM, Ben Hutchings wrote:
This is the start of the stable review cycle for the 3.2.70 release.
There are 164 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.
Responses should be made
> @@ -565,7 +564,7 @@ static int i2c_s3c_irq_nextbyte(struct s3c24xx_i2c *i2c,
> unsigned long iicstat)
> tmp &= ~S3C2410_IICCON_IRQPEND;
> writel(tmp, i2c->regs + S3C2410_IICCON);
> out:
> - return ret;
> + return;
What about removing out: and return as well?
signature.
On Sat, Aug 1, 2015 at 2:09 PM, Pali Rohár wrote:
> On Thursday 25 December 2014 07:22:13 Robert Hancock wrote:
>> On Tue, Dec 23, 2014 at 1:51 PM, Pali Rohár
>> wrote:
>> > Hello,
>> >
>> > I have nvidia nforce4 motherboard with nvidia sata controller:
>> >
>> > 00:07.0 IDE interface [0101]: NVI
On Sat, Aug 01, 2015 at 05:57:44PM -0700, Linus Torvalds wrote:
> Because it's not just that "!d_can_lookup()" case that triggers it,
> you also have that pattern in the RCU error case for may_lookup(), and
> get_link().
It feels like it might make sense to handle that in caller, but...
that goes
spinlock_types.h requires types from linux/types.h.
Including spinlock_types.h first may result in the following build errors,
as seen with arm:allmodconfig.
arch/arm/include/asm/spinlock_types.h:12:3: error: unknown type name 'u32'
arch/arm/include/asm/spinlock_types.h:16:4: error: unknown type n
From: Jake Oshins
This patch exposes the mapping between Linux CPU number and Hyper-V virtual
processor number. This is necessary because the hypervisor needs to know which
virtual processors to target when making a mapping in the Interrupt Redirection
Table in the I/O MMU.
Signed-off-by: Jake
Thanks for the report and for the patch, Richard!
On 2015-07-31 12:23:10, Richard Weinberger wrote:
> Mounting the same lower path multiple times should not result
> into multiple ecryptfs instances, otherwise ecryptfs gets confused.
>
> A command sequence of:
An important detail that took me a
From: Jake Oshins
This patch series exposes the primitives necessary for an interrupt domain
in a module and then introduces a new driver. This driver exposes a root
PCI bus when running in a Hyper-V VM for each device which is passed through
to the VM from the physical host.
This patch series
From: Jake Oshins
This patch defines the channel type for a paravirtual PCI front-end within
a Hyper-V VM.
Signed-off-by: Jake Oshins
---
include/linux/hyperv.h | 11 +++
1 file changed, 11 insertions(+)
diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h
index 02393b6..ab173
From: Jake Oshins
This patch introduces a driver which exposes a root PCI bus whenever a PCI
Express device is passed through to a Hyper-V VM. The device can be single-
or multi-function. The interrupts for the devices are managed by an IRQ
domain, implemented within this driver.
Signed-off-by
From: Jake Oshins
The Linux kernel already has the concept of IRQ domain, wherein a component
can expose a set of IRQs which are managed by a particular interrupt controller
chip or other subsystem. The PCI driver exposes the notion of an IRQ domain
for Message-Signaled Interrupts (MSI) from PCI
On Sat, Aug 1, 2015 at 5:23 PM, Al Viro wrote:
>
> Branch head should be at 97242f9, just to make sure you get
> the right one...
Ok, merged in my tree.
However, looking at this, I'm struck by how all the callers of
"link_path_walk()" tend to have very similar patterns wrt error
handling.
And I
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Brian Norris
commit 299d0c5b27346a77a0777c993372bf8777d4f2e5 upstream.
The comparison from the previous line seems to have been erroneously
(partially) copied-and-pasted onto the next. The seco
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Brian Norris
commit 8eef7d70f7c6772c3490f410ee2bceab3b543fa1 upstream.
We are completely discarding the earlier value of 'bitflips', which
could reflect a bitflip found in ubi_io_read_vid_hdr()
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: James Hogan
commit 5f35b9cd553fd64415b563497d05a563c988dbd6 upstream.
Commit 334c86c494b9 ("MIPS: IRQ: Add stackoverflow detection") added
kernel stack overflow detection, however it only enabl
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Sudip Mukherjee
commit 2c20d92dad5db6440cfa88d811b69fd605240ce4 upstream.
the lcd type as defined in the Kconfig is not matching in the code.
as a result the rs, rw and en pins were getting int
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Nikolay Aleksandrov
[ Upstream commit 2dab80a8b486f0a69daca6859519e05781d9 ]
After the ->set() spinlocks were removed br_stp_set_bridge_priority
was left running without any protection when
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Sergej Sawazki
commit 8787041d9bb832b9449b1eb878cedcebce42c61a upstream.
The WM8741 DAC supports the following typical audio sampling rates:
44.1kHz, 88.2kHz, 176.4kHz (eg: with a master cloc
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Ben Hutchings
pipe_iov_copy_{from,to}_user() may be tried twice with the same iovec,
the first time atomically and the second time not. The second attempt
needs to continue from the iovec posit
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Alexander Sverdlin
[ Upstream commit 29c4afc4e98f4dc0ea9df22c631841f9c220b944 ]
There is NULL pointer dereference possible during statistics update if the route
used for OOTB responce is remove
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Thierry Reding
commit bd3d5500f0c41a30149cb184362716096a17bc75 upstream.
This commit adds an empty of_property_match_string() function for
!CONFIG_OF builds.
Acked-by: Rob Herring
Signed-off-
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Grant Likely
commit 7aff0fe33033fc75b61446ba29d38b1b1354af9f upstream.
Add a helper function for finding the index of a string in a string
list property. This helper is useful for bindings tha
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Lars Persson
commit 4d46a67a3eb827ccf1125959936fd51ba318dabc upstream.
The lazy cache flushing implemented in the MIPS kernel suffers from a
race condition that is exposed by do_set_pte() in mm
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Junling Zheng
Based on 08adb7dabd4874cc5666b4490653b26534702ce0 upstream.
We found that after v3.10.73, recvmsg might return -EFAULT while -EINVAL
was expected.
We tested it through the recvms
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Richard Cochran
[ Upstream commit 397a253af5031de4a4612210055935309af4472c ]
Currently, the calibration function that corrects the initial offsets
among multiple devices only works the first ti
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Ben Hutchings
Commit 915f4f86ddc4 ("debugfs: leave freeing a symlink body until inode
eviction", commit 0db59e59299f upstream) changed debugfs to define its
own super_operations and implement th
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Dan McGee
commit fa8cbaaf5a68f62db3f9a8444ecbb940b47984cb upstream.
Since commit 8a0a9bd4db63bc45e301, this comment in mmap_rnd() does not
hold true as the value returned by get_random_int() wi
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Wang Long
commit 108029323910c5dd1ef8fa2d10da1ce5fbce6e12 upstream.
The producer should be used producer_fifo as its sched_priority,
so correct it.
Link:
http://lkml.kernel.org/r/1433923957-6
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Nikolay Aleksandrov
commit 1a040eaca1a22f8da8285ceda6b5e4a2cb704867 upstream.
Since the addition of sysfs multicast router support if one set
multicast_router to "2" more than once, then the po
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Mark Grondona
commit 73af963f9f3036dffed55c3a2898598186db1045 upstream.
__ptrace_may_access() checks get_dumpable/ptrace_has_cap/etc if task !=
current, this can can lead to surprising results.
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Julian Anastasov
[ Upstream commit 2c51a97f76d20ebf1f50fef908b986cb051fdff9 ]
The lockless lookups can return entry that is unlinked.
Sometimes they get reference before last neigh_cleanup_and_
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: "John D. Blair"
commit df72d588c54dad57dabb3cc8a87475d8ed66d806 upstream.
Added the USB serial device ID for the HubZ dual ZigBee
and Z-Wave radio dongle.
Signed-off-by: John D. Blair
Signed-
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Ian Campbell
[ Upstream commit 31a418986a5852034d520a5bab546821ff1ccf3d ]
When we come to tear things down in netback_remove() and generate the
uevent it is possible that the xenstore directory
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Jim Snow
commit 8c009100295597f23978c224aec5751a365bc965 upstream.
Signed-off-by: Jim Snow
Signed-off-by: Lukasz Anaczkowski
Signed-off-by: Mauro Carvalho Chehab
Cc: Vinson Lee
[lizf: Backp
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Scott Wood
commit 6663a4fa6711050036562ddfd2086edf735fae21 upstream.
Commit 59a53afe70fd530040bdc69581f03d880157f15a "powerpc: Don't setup
CPUs with bad status" broke ePAPR SMP booting. ePAPR
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Hans Schillstrom
commit 8537de8a7ab6681cc72fb0411ab1ba7fdba62dd0 upstream.
Change order of init so netns init is ready
when register ioctl and netlink.
Ver2
Whitespace fixes and __init
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: hujianyang
commit 9aa272b492e7551a9ee0e2c83c720ea013698485 upstream.
Running mtd-utils/tests/ubi-tests/io_basic.c could cause
soft lockup or watchdog reset. It is because *updatevol*
will perfo
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Andrew Morton
commit 2b1d3ae940acd11be44c6eced5873d47c2e00ffa upstream.
load_elf_binary() returns `retval', not `error'.
Fixes: a87938b2e246b81b4fb ("fs/binfmt_elf.c: fix bug in loading of PIE
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Sasha Levin
commit 161f873b89136eb1e69477c847d5a5033239d9ba upstream.
We used to read file_handle twice. Once to get the amount of extra
bytes, and once to fetch the entire structure.
This ma
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Matteo Delfino
commit 9eebed7de660c0b5ab129a9de4f89d20b60de68c upstream.
* Fix version recognition in elantech_set_properties
The new hardware reports itself as v7 but the packets'
structu
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Ben Hutchings
Inspired by commit f18c34e483ff ("lib: Fix strnlen_user() to not touch
memory after specified maximum") upstream. This version of
strnlen_user(), no longer present upstream, has a
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Jordan Rife
commit ae4bedf0679d99f0a9b80a7ea9b8dd205de05d06 upstream.
Newer elantech touchpads are not recognized by the current driver, since it
fails to detect their firmware version number.
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Hans de Goede
commit 5f0ee9d17aae628b22be86966471db65be21f262 upstream.
Make the check to skip the rate check more lax, so that it applies
to all hw_version 4 models.
This fixes the touchpad n
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Wolfram Sang
commit 1ef9f0583514508bc93427106ceef3215e4eb1a5 upstream.
Fix this from the logs:
usb 7-1: New USB device found, idVendor=046d, idProduct=08ca
...
usb 7-1: Warning! Unlikely big v
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Zidan Wang
commit 17fc2e0a3db11889e942c5ab15a1fcb876638f25 upstream.
According to the RM of wm8958, BCLK DIV 348 doesn't exist, correct it
to 384.
Signed-off-by: Zidan Wang
Acked-by: Charles
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Al Viro
commit 2159184ea01e4ae7d15f2017e296d4bc82d5aeb0 upstream.
when we find that a child has died while we'd been trying to ascend,
we should go into the first live sibling itself, rather th
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Ben Greear
commit 34376a50fb1fa095b9d0636fa41ed2e73125f214 upstream.
The stop machine logic can lock up if all but one of the migration
threads make it through the disable-irq step and the one
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Matt Walker
commit 9cb80b965eaf7af1369f6e16f48a05fbaaccc021 upstream.
Added detection for newer Elantech touchpads, so that kernel doesn't
fall-back to default PS/2 driver. Supports touchpads r
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Andy Grover
commit 5a7125c64def3b21f8147eca8b54949a60963942 upstream.
See https://bugzilla.redhat.com/show_bug.cgi?id=1025672
We need to put() the reference to the scsi host that we got in
psc
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Dan Williams
commit dbfe8ef5599a5370abc441fcdbb382b656563eb4 upstream.
Avoton AHCI occasionally sees drive probe timeouts at driver load time.
When this happens SCR_STATUS indicates device dete
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: "Maksim A. Boyko"
commit 140d37de62ffe8405282a1d6498f3b4099006384 upstream.
Add the volume control quirk for avoiding the kernel warning
for the Logitech HD Webcam C525
as in the similar commit
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Sasha Levin
commit dcbff39da3d815f08750552fdd04f96b51751129 upstream.
match_token() expects a NULL terminator at the end of the token list so
that it would know where to stop. Not having one c
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Arnd Bergmann
commit 9f613601482c56e05884f21565e3d218fac427ae upstream.
__sync_fetch_and_and and __sync_fetch_and_or are functions that are provided
by gcc and depending on the target architect
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Clemens Ladisch
commit ea114fc27dc0cb9a550b6add5426720feb66262a upstream.
The driver worked around an error in the MAYA44 USB(+)'s mixer unit
descriptor by aborting before parsing the missing f
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Sam hung
commit 810aa0918b2b032684c8cad13f73d6ba37ad11c0 upstream.
This change allows the driver to recognize newer Elantech touchpads.
Signed-off-by: Yi ju Hong
Signed-off-by: Dmitry Torokho
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Alexei Starovoitov
commit 3f7352bf21f8fd7ba3e2fcef9488756f188e12be upstream.
x86 has variable length encoding. x86 JIT compiler is trying
to pick the shortest encoding for given bpf instruction
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Clemens Ladisch
commit 044bddb9ca8d49edb91bc22b9940a463b0dbb97f upstream.
Add mixer control names for the ESI Maya44 USB+ (which appears to be
identical width the AudioTrak Maya44 USB).
Report
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: 洪一竹
commit 692dd1916436164e228608803dfb6cb768d6355a upstream.
This adds new icbody type to the list recognized by Elantech PS/2 driver.
Signed-off-by: Sam Hung
Signed-off-by: Dmitry Torokhov
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Jean Delvare
commit 5c1ac56b51b9d222ab202dec1ac2f4215346129d upstream.
In function dmi_present(), dmi_walk_early() calls dmi_table(), which
calls dmi_decode(), which ultimately calls dmi_save_u
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Konrad Rzeszutek Wilk
commit a6dfa128ce5c414ab46b1d690f7a1b8decb8526d upstream.
A huge amount of NIC drivers use the DMA API, however if
compiled under 32-bit an very important part of the DMA
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Rusty Russell
commit 83a35114d0e4583e6b0ca39502e68b6a92e2910c upstream.
This bug has been there since day 1; addresses in the top guest physical
page weren't considered valid. You could map th
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Yann Droneaud
commit 8abaae62f3fdead8f4ce0ab46b4ab93dee39bab2 upstream.
If ib_umem_get() is called with a size equal to 0 and an
non-page aligned address, one page will be pinned and a
0-sized
On Sat, Aug 1, 2015 at 5:23 PM, Al Viro wrote:
>
> BTW, is there any convenient way to have git itself check things like
> that?
I guess you could just do a "pre-push" hook, and have it exit with an
error if the tree isn't clean (to fail the push) or at least warn.
See "man githooks" for details
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: "K. Y. Srinivasan"
commit 8de580742fee8bc34d116f57a20b22b9a5f08403 upstream.
We may exit this function without properly freeing up the maapings
we may have acquired. Fix the bug.
Signed-off-by
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Christoph Hellwig
commit 118c855b5623f3e2e6204f02623d88c09e0c34de upstream.
The 3w-9xxx driver needs to tear down the dma mappings before returning
the command to the midlayer, as there is no g
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Nicolas Dichtel
commit 8d465bb777179c4bea731b828ec484088cc9fbc1 upstream.
This command is missing.
Fixes: 5c79de6e79cd ("[XFRM]: User interface for handling XFRM_MSG_MIGRATE")
Reported-by: Ste
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Nicolas Dichtel
commit 5e6deebafb45fb271ae6939d48832e920b8fb74e upstream.
This command is missing.
Fixes: ecfd6b183780 ("[XFRM]: Export SPD info")
Signed-off-by: Nicolas Dichtel
Signed-off-by
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Junxiao Bi
commit b1432a2a35565f538586774a03bf277c27fc267d upstream.
There is a race window in dlm_get_lock_resource(), which may return a
lock resource which has been purged. This will cause
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Christoph Hellwig
commit 9cd9554615cba14f0877cc9972a6537ad2bdde61 upstream.
The 3w- driver needs to tear down the dma mappings before returning
the command to the midlayer, as there is no g
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Takashi Iwai
commit d02260824e2cad626fb2a9d62e27006d34b6dedc upstream.
Some models provide too long string for the shortname that has 32bytes
including the terminator, and it results in a non-t
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Lukas Czerner
commit e12fb97222fc41e8442896934f76d39ef99b590a upstream.
Previously commit 14ece1028b3ed53ffec1b1213ffc6acaf79ad77c added a
support for for syncing parent directory of newly crea
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Joe Lawrence
commit 948fa13504f80b9765d2b753691ab94c83a10341 upstream.
If the xHCI host controller has died (ie, device removed) or suffered
other serious fatal error (STS_FATAL), then xhci_irq
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Andrey Ryabinin
commit 8defb3367fcd19d1af64c07792aade0747b54e0f upstream.
Usually ELF_ET_DYN_BASE is 2/3 of TASK_SIZE. With 3G/1G user/kernel
split this is not so, because 2*TASK_SIZE overflows
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Johan Hovold
commit 01cca93a9491ed95992523ff7e79dd9bfcdea8e0 upstream.
Unregister gpiochip device (used to export information through sysfs)
before removing it internally. This way removal will
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Pascal Huerst
commit 74ff960222d90999508b4ba0d3449f796695b6d5 upstream.
The delay time after a reset in the codec probe callback was too short,
and did not work on certain hw because the codec
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Al Viro
commit 451a2886b6bf90e2fb378f7c46c655450fb96e81 upstream.
unfortunately, allowing an arbitrary 16bit value means a possibility of
overflow in the calculation of total number of pages in
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Tejun Heo
commit 464d1387acb94dc43ba772b35242345e3d2ead1b upstream.
mm/page-writeback.c has several places where 1 is added to the divisor
to prevent division by zero exceptions; however, if th
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Huacai Chen
commit 2a21dc7c196209d94cb570a0d340faa6c760f7f8 upstream.
We found that TLB mismatch not only happens after kernel resume, but
also happens during snapshot restore. So move it to th
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Sowmini Varadhan
commit ebe96e641dee2cbd135ee802ae7e40c361640088 upstream.
AF_RDS, PF_RDS and SOL_RDS are available in header files,
and there is no need to get their values from /proc. Documen
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Nicolas Iooss
commit d43698e8abb58a6ac47d16e0f47bb55f452e4fc4 upstream.
Commit 2473238eac95 ("ihex: add support for CS:IP/EIP records") removes
the "default:" statement in the switch block, mak
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Michael Davidson
commit a87938b2e246b81b4fb713edb371a9fa3c5c3c86 upstream.
With CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE enabled, and a normal top-down
address allocation strategy, load_elf_binary(
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Ben Serebrin
commit 085e68eeafbf76e21848ad5bafaecec88a11dd64 upstream.
The host's decision to enable machine check exceptions should remain
in force during non-root mode. KVM was writing 0 to
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Quentin Casasnovas
commit 0d3bba0287d4e284c3ec7d3397e81eec920d5e7e upstream.
Phil and I found out a problem with commit:
7e860a6e7aa6 ("cdc-acm: add sanity checks")
It added some sanity che
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Takashi Iwai
commit 07b0e5d49d227e3950cb13a3e8caf248ef2a310e upstream.
The emux-synth driver has a possible AB/BA mutex deadlock at unloading
the emu10k1 driver:
snd_emux_free() ->
snd_e
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Christoph Hellwig
commit 579d69bc1fd56d5af5761969aa529d1d1c188300 upstream.
The 3w-sas driver needs to tear down the dma mappings before returning
the command to the midlayer, as there is no gu
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Heiko Carstens
commit d74419495633493c9cd3f2bbeb7f3529d0edded6 upstream.
Sebastian reported a crash caused by a jump label mismatch after resume.
This happens because we do not save the kernel
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Nicolas Dichtel
commit 5b5800fad072133e4a9c2efbf735baaac83dec86 upstream.
These commands are missing.
Fixes: 28d8909bc790 ("[XFRM]: Export SAD info.")
Signed-off-by: Nicolas Dichtel
Signed-of
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Michael Gernoth
commit 91bf0c2dcb935a87e5c0795f5047456b965fd143 upstream.
The functions snd_emu10k1_proc_spdif_read and snd_emu1010_fpga_read
acquire the emu_lock before accessing the FPGA. The
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Nathan Fontenot
commit f32393c943e297b8ae180c8f83d81a156c7d0412 upstream.
The incorrect ordering of operations during cpu dlpar add results in invalid
affinity for the cpu being added. The ibm,
3.2.70-rc1 review patch. If anyone has any objections, please let me know.
--
From: Larry Finger
commit 2f92b314f4daff2117847ac5343c54d3d041bf78 upstream.
USB ID 2001:330d is used for a D-Link DWA-131.
Signed-off-by: Larry Finger
Signed-off-by: Kalle Valo
Signed-off-by: Ben
1 - 100 of 330 matches
Mail list logo