On Tue, Feb 23, 2016 at 4:50 PM, Sai Praneeth Prakhya
wrote:
> On Tue, 2016-02-23 at 09:47 -0800, Andy Lutomirski wrote:
>> On Feb 23, 2016 1:09 AM, <"tip-bot for Sai Praneeth
>> "@zytor.com> wrote:
>>
>> Something's wrong with tip-bot. This should say:
>>
>>
>> commit 397630150
On Tue, Feb 23, 2016 at 10:54 PM, Mike Snitzer wrote:
> On Mon, Feb 22 2016 at 9:55pm -0500,
> Ming Lei wrote:
>
>> On Tue, Feb 23, 2016 at 6:58 AM, Kent Overstreet
>> wrote:
>> > On Sun, Feb 21, 2016 at 05:40:59PM +0800, Ming Lei wrote:
>> >> On Sun, Feb 21, 2016 at 2:43 PM, Ming Lin-SSI
>>
On 02/23/2016 01:42 PM, Ben Hutchings wrote:
This is the start of the stable review cycle for the 3.2.78 release.
There are 67 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 b
On Tue, Feb 23, 2016 at 04:31:35PM +0300, Dan Carpenter wrote:
> Blergh... You want it machine readable and I want it human readable. I
Yeah. It's kind of tasting which may differ among people. I'll leave
the judgments to Junio and others, and only add necessary comments to
your points.
> don't
On Wed, 2016-02-17 at 00:40 +0100, Mickaël Salaün wrote:
> Hi,
>
> Actually I found the same bug (without fuzzing) and I can reproduce it
> in a deterministic way (e.g. by creating a LSM that return 1 for the
> security_file_open hook). At least, from v4.2.8 I can easily trigger
> traces like this
On Tue, Feb 23, 2016 at 11:51:31AM -0800, Junio C Hamano wrote:
> Fengguang Wu writes:
>
> >> >> I have a mixed feeling about this one, primarily because this was
> >> >> already tried quite early in the life of "format-patch" command.
> >> >>
> >> >>
> >> >> http://thread.gmane.org/gmane.c
On 02/23/2016 01:59 AM, Sekhar Nori wrote:
> On Monday 22 February 2016 09:00 PM, John Ogness wrote:
>> Hi Tony,
>>
>> On 2016-02-11, Tony Lindgren wrote:
At these speeds, nearly every DMA interrupt is accompanied by a
spurious UART interrupt. So, sadly, the interrupts are doubled.
We need to update the skb->csum after pulling the skb, otherwise
an unnecessary checksum (re)computation can ocure for IGMP/MLD packets
in the bridge code. Additionally this fixes the following splats for
network devices / bridge ports with support for and enabled RX checksum
offloading:
[...]
[
On Wed, Feb 24, 2016 at 10:48:10AM +0800, Ming Lei wrote:
> On Tue, Feb 23, 2016 at 10:54 PM, Mike Snitzer wrote:
> > On Mon, Feb 22 2016 at 9:55pm -0500,
> > Ming Lei wrote:
> >
> >> On Tue, Feb 23, 2016 at 6:58 AM, Kent Overstreet
> >> wrote:
> >> > On Sun, Feb 21, 2016 at 05:40:59PM +0800, M
On Wed, Feb 24, 2016 at 12:08:31AM +0100, Heiko Stuebner wrote:
> Am Dienstag, 23. Februar 2016, 08:50:04 schrieb Pierre-Louis Bossart:
> > This patch assumes that the information on mclk comes from DeviceTree.
> > The mclk may also be enabled/disabled in the machine driver with an
> > explicit tr
On Tue, Feb 23, 2016 at 12:35:12PM -0800, Junio C Hamano wrote:
> ebied...@xmission.com (Eric W. Biederman) writes:
>
> > Junio C Hamano writes:
> >
> >> It is valuable for a testing organization to say "We tested this
> >> series on top of version X. We know it works, we have tested on a
> >> l
On Tue, Feb 23, 2016 at 09:19:22AM +0800, Sugar Zhang wrote:
> this patch add default values for registers according description from TRM.
This patch has already been applied, please send incremental changes if
any are required.
signature.asc
Description: PGP signature
On Tue, Feb 23, 2016 at 09:26:22AM +0800, Sugar Zhang wrote:
> enable/disable master clock when codec is active or not.
This patch has already been applied, please send incremental patches if
any changes are required.
signature.asc
Description: PGP signature
Move host core initialization and host channel routines into hcd.c. This
allows these functions to only be compiled in host-enabled driver
configurations (DRD or host-only).
Tested-by: Douglas Anderson
Reviewed-by: Douglas Anderson
Signed-off-by: John Youn
---
drivers/usb/dwc2/core.c | 1776 --
Move the register save and restore functions into the host and gadget
specific files.
Tested-by: Douglas Anderson
Reviewed-by: Douglas Anderson
Signed-off-by: John Youn
---
drivers/usb/dwc2/core.c | 183 --
drivers/usb/dwc2/core.h | 13
dri
This series moves the host/gadget-specific code from core.c to hcd.c
and gadget.c so that they will be compiled only when their respective
configurations are selected, or in DRD.
This is mostly just a straight move of the code. I have also added
some comments to group related functions together.
This patch fixes the brust mode that will break DMA uart on SoCFPGA.
In some cases, some SoCS didn't support the multi-brust
even if the devices who use the pl330 claim support the maxbrust.
Fixes: commit 848e977
"dmaengine: pl330: support burst mode for dev-to-mem and mem-to-dev transmit"
Repor
3.10-stable review patch. If anyone has any objections, please let me know.
--
From: Matthew Wilcox
commit 46437f9a554fbe3e110580ca08ab703b59f2f95a upstream.
If the indirect_ptr bit is set on a slot, that indicates we need to redo
the lookup. Introduce a new function radix_tr
3.10-stable review patch. If anyone has any objections, please let me know.
--
From: Hannes Reinecke
commit d2d06d4fe0f2cc2df9b17fefec96e6e1a1271d91 upstream.
If MODE SELECT returns with sense '05/91/36' (command lock violation)
it should always be retried without counting the
3.10-stable review patch. If anyone has any objections, please let me know.
--
From: Thomas Gleixner
commit fb75a4282d0d9a3c7c44d940582c2d226cf3acfb upstream.
If the proxy lock in the requeue loop acquires the rtmutex for a
waiter then it acquired also refcount on the pi_state
3.10-stable review patch. If anyone has any objections, please let me know.
--
From: Linus Walleij
commit 5070fb14a0154f075c8b418e5bc58a620ae85a45 upstream.
When trying to set the ICST 307 clock to 25174000 Hz I ran into
this arithmetic error: the icst_hz_to_vco() correctly fi
3.10-stable review patch. If anyone has any objections, please let me know.
--
From: Dan Carpenter
commit b1d353ad3d5835b16724653b33c05124e1b5acf1 upstream.
"count" is controlled by the user and it can be negative. Let's prevent
that by making it unsigned. You have to have C
3.10-stable review patch. If anyone has any objections, please let me know.
--
From: Peter Hurley
commit f4f9edcf9b5289ed96113e79fa65a7bf27ecb096 upstream.
As the function documentation for tty_ldisc_ref_wait() notes, it is
only callable from a tty file_operations routine; oth
3.10-stable review patch. If anyone has any objections, please let me know.
--
From: Anton Protopopov
commit 4b550af519854421dfec9f7732cdddeb057134b2 upstream.
The setup_ntlmv2_rsp() function may return positive value ENOMEM instead
of -ENOMEM in case of kmalloc failure.
Sign
3.10-stable review patch. If anyone has any objections, please let me know.
--
From: Andy Lutomirski
commit 425be5679fd292a3c36cb1fe423086708a99f11a upstream.
The early_idt_handlers asm code generates an array of entry
points spaced nine bytes apart. It's not really clear fro
3.10-stable review patch. If anyone has any objections, please let me know.
--
From: Martijn Coenen
commit 6611d8d76132f86faa501de9451a89bf23fb2371 upstream.
A spare array holding mem cgroup threshold events is kept around to make
sure we can always safely deregister an event
3.10-stable review patch. If anyone has any objections, please let me know.
--
From: Konstantin Khlebnikov
commit 732042821cfa106b3c20b9780e4c60fee9d68900 upstream.
Helper radix_tree_iter_retry() resets next_index to the current index.
In following radix_tree_next_slot current
3.10-stable review patch. If anyone has any objections, please let me know.
--
From: Sergey Senozhatsky
commit 72214a24a7677d4c7501eecc9517ed681b5f2db2 upstream.
In Python3+ print is a function so the old syntax is not correct
anymore:
$ ./scripts/bloat-o-meter vmlinux.o vm
3.10-stable review patch. If anyone has any objections, please let me know.
--
From: Sudip Mukherjee
commit 601f1db653217f205ffa5fb33514b4e1711e56d1 upstream.
The build of m32104ut_defconfig for m32r arch was failing for long long
time with the error:
ERROR: "memory_start"
3.10-stable review patch. If anyone has any objections, please let me know.
--
From: Laura Abbott
commit ea535e418c01837d07b6c94e817540f50bfdadb0 upstream.
In include/asm-generic/sections.h:
/*
* Usage guidelines:
* _text, _data: architecture specific, don't use them
3.10-stable review patch. If anyone has any objections, please let me know.
--
From: Mathias Nyman
commit 5c82171167adb8e4ac77b91a42cd49fb211a81a0 upstream.
xhci driver frees data for all devices, both usb2 and and usb3 the
first time usb_remove_hcd() is called, including td_l
3.10-stable review patch. If anyone has any objections, please let me know.
--
From: Linus Walleij
commit e972c37459c813190461dabfeaac228e00aae259 upstream.
Since the dawn of time the ICST code has only supported divide
by one or hang in an eternal loop. Luckily we were always
3.10-stable review patch. If anyone has any objections, please let me know.
--
From: Greg Kroah-Hartman
In Linus's tree, the iovec code has been reworked massively, but in
older kernels the AIO layer should be checking this before passing the
request on to other layers.
Many t
3.10-stable review patch. If anyone has any objections, please let me know.
--
From: Filipe Manana
commit 0c0fe3b0fa45082cd752553fdb3a4b42503a118e upstream.
While doing some tests I ran into an hang on an extent buffer's rwlock
that produced the following trace:
[39389.800012
3.10-stable review patch. If anyone has any objections, please let me know.
--
From: Yong Li
commit 97a249e98a72d6b79fb7350a8dd56b147e9d5bdb upstream.
Without this change, the name entity for mcp4725 is missing in
/sys/bus/iio/devices/iio\:device*/name
With this change, name
This is the start of the stable review cycle for the 3.10.98 release.
There are 54 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 made by Fri Feb 26 03:33:35 UTC 2016.
Anything receiv
3.10-stable review patch. If anyone has any objections, please let me know.
--
From: Insu Yun
commit 46901760b46064964b41015d00c140c83aa05bcf upstream.
Since sizeof(ext_new_group_data) > sizeof(ext_new_flex_group_data),
integer overflow could be happened.
Therefore, need to fi
3.10-stable review patch. If anyone has any objections, please let me know.
--
From: Herton R. Krzesinski
commit 1f55c718c290616889c04946864a13ef30f64929 upstream.
Considering current pty code and multiple devpts instances, it's possible
to umount a devpts file system while a
3.10-stable review patch. If anyone has any objections, please let me know.
--
From: Herton R. Krzesinski
commit 2831c89f42dcde440cfdccb9fee9f42d54bbc1ef upstream.
This change fixes a bug for a corner case where we have the the last
release from a pty master/slave coming from
On 2/22/2016 12:11 AM, Amitoj Kaur Chawla wrote:
> Here, free memory is allocated using kmem_cache_zalloc. So, use
> kmem_cache_free instead of kfree.
>
> This is done using Coccinelle and semantic patch used
> is as follows:
>
> //
> @@
> expression x,E,c;
> @@
> x =
> \(kmem_cache_alloc\|kmem
3.10-stable review patch. If anyone has any objections, please let me know.
--
From: Andrew Elble
commit 361cad3c89070aeb37560860ea8bfc092d545adc upstream.
We've seen this in a packet capture - I've intermixed what I
think was going on. The fix here is to grab the so_lock soon
3.10-stable review patch. If anyone has any objections, please let me know.
--
From: Vegard Nossum
commit b0918d9f476a8434b055e362b83fa4fd1d462c3f upstream.
udf_next_aext() just follows extent pointers while extents are marked as
indirect. This can loop forever for corrupted f
3.10-stable review patch. If anyone has any objections, please let me know.
--
From: Kirill A. Shutemov
commit 461c7fa126794157484dca48e88effa4963e3af3 upstream.
Reduced testcase:
#include
#include
#include
#include
#define SIZE 0x2000
int main()
3.10-stable review patch. If anyone has any objections, please let me know.
--
From: Andrew Gabbasov
commit ad402b265ecf6fa22d04043b41444cdfcdf4f52d upstream.
udf_CS0toUTF8 function stops the conversion when the output buffer
length reaches UDF_NAME_LEN-2, which is correct max
On 02/23/2016 09:00 PM, Boqun Feng wrote:
Hi Waiman,
On Tue, Feb 23, 2016 at 02:04:30PM -0500, Waiman Long wrote:
}
+
+/*
+ * List selection is based on the CPU being used when the pcpu_list_add()
+ * function is called. However, deletion may be done by a different CPU.
+ * So we still need to
3.10-stable review patch. If anyone has any objections, please let me know.
--
From: Lars-Peter Clausen
commit 785171fd6cd7dcd7ada5a733b6a2d44ec566c3a0 upstream.
While the datasheet for the AD7785 lists 0xXB as the product ID the actual
product ID is 0xX3.
Fix the product ID
3.10-stable review patch. If anyone has any objections, please let me know.
--
From: Michael Hennerich
commit 03fe472ef33b7f31fbd11d300dbb3fdab9c00fd4 upstream.
i2c_master_send() returns the number of bytes transferred on success while
the ad5064 driver expects that the write(
3.10-stable review patch. If anyone has any objections, please let me know.
--
From: Vladimir Zapolskiy
commit 01bb70ae0b98d266fa3e860482c7ce22fa482a6e upstream.
If common clock framework is configured, the driver generates a warning,
which is fixed by this change:
root@d
3.10-stable review patch. If anyone has any objections, please let me know.
--
From: Lars-Peter Clausen
commit d590faf9e8f8509a0a0aa79c38e87fcc6b913248 upstream.
The SPI tx and rx buffers are both supposed to be scan_bytes amount of
bytes large and a common allocation is used
3.10-stable review patch. If anyone has any objections, please let me know.
--
From: Arnd Bergmann
commit b33c8ff4431a343561e2319f17c14286f2aa52e2 upstream.
In my randconfig tests, I came across a bug that involves several
components:
* gcc-4.9 through at least 5.3
* CONFIG_G
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Peter Hurley
commit f4f9edcf9b5289ed96113e79fa65a7bf27ecb096 upstream.
As the function documentation for tty_ldisc_ref_wait() notes, it is
only callable from a tty file_operations routine; othe
3.14-stable review patch. If anyone has any objections, please let me know.
--
From: Insu Yun
commit 46901760b46064964b41015d00c140c83aa05bcf upstream.
Since sizeof(ext_new_group_data) > sizeof(ext_new_flex_group_data),
integer overflow could be happened.
Therefore, need to fi
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Toshi Kani
commit f4eafd8bcd5229e998aa252627703b8462c3b90f upstream.
A kernel page fault oops with the callstack below was observed
when a read syscall was made to a pmem device after a huge am
3.10-stable review patch. If anyone has any objections, please let me know.
--
From: James Bottomley
commit 90a88d6ef88edcfc4f644dddc7eef4ea41bccf8b upstream.
This softlockup is currently happening:
[ 444.088002] NMI watchdog: BUG: soft lockup - CPU#1 stuck for 22s!
[kworke
3.10-stable review patch. If anyone has any objections, please let me know.
--
From: Nicholas Bellinger
commit 26a99c19f810b2593410899a5b304b21b47428a6 upstream.
This patch is a iscsi-target specific bug-fix for a dead-lock
that can occur during explicit struct se_node_acl->ac
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Jan Beulich
commit 3625c2c234ef66acf21a72d47a5ffa94f6c5ebf2 upstream.
For PAE kernels "unsigned long" is not suitable to hold page protection
flags, since _PAGE_NX doesn't fit there. This is th
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Filipe Manana
commit 0c0fe3b0fa45082cd752553fdb3a4b42503a118e upstream.
While doing some tests I ran into an hang on an extent buffer's rwlock
that produced the following trace:
[39389.800012]
3.14-stable review patch. If anyone has any objections, please let me know.
--
From: Helmut Klein
commit 5442f0eadf2885453d5b2ed8c8592f32a3744f8e upstream.
The "reg" entry in the "poweroff" section of "kirkwood-ts219.dtsi"
addressed the wrong uart (0 = console). This patch cha
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Filipe Manana
commit 1636d1d77ef4e01e57f706a4cae3371463896136 upstream.
If a bio for a direct IO request fails, we were not setting the error in
the parent bio (the main DIO bio), making us not
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Filipe Manana
commit 313140023026ae542ad76e7e268c56a1eaa2c28e upstream.
In the extent_same ioctl, we were grabbing the pages (locked) and
attempting to read them without bothering about any con
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Jann Horn
commit caaee6234d05a58c5b4d05e7bf766131b810a657 upstream.
By checking the effective credentials instead of the real UID / permitted
capabilities, ensure that the calling process actua
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: David Sterba
commit 80ad623edd2d0ccb47d85357ee31c97e6c684e82 upstream.
This reverts commit 696249132158014d594896df3a81390616069c5c. The
cleaner thread can block freezing when there's a snapsho
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Filipe Manana
commit e0bd70c67bf996b360f706b6c643000f2e384681 upstream.
In the extent_same ioctl we are getting the pages for the source and
target ranges and unlocking them immediately after,
3.14-stable review patch. If anyone has any objections, please let me know.
--
From: Benjamin Tissoires
commit 6544a1df11c48c8413071aac3316792e4678fbfb upstream.
When using a protocol v2 or v3 hardware, elantech uses the function
elantech_report_semi_mt_data() to report data.
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Filipe Manana
commit 8cdc7c5b00d945a3c823fc4277af304abb9cb43d upstream.
As of the 4.3 kernel release, the fitrim ioctl can now discard any region
of a disk that is not allocated to any chunk/bl
On Tue, Feb 23, 2016 at 02:16:32PM +, Richard Fitzgerald wrote:
> The debug logging of FLL calculations was confusing. Values were
> printed in hex without indicating this by a leading 0x, and
> despite these normally being required in decimal. Also where the
> register value isn't the actual v
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: David Sterba
commit f5cdedd73fa71b74dcc42f2a11a5735d89ce7c4f upstream.
We can handle the special case of num_stripes == 0 directly inside
btrfs_read_sys_array. The BUG_ON in btrfs_chunk_item_si
This is the start of the stable review cycle for the 4.4.3 release.
There are 137 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 made by Fri Feb 26 03:33:58 UTC 2016.
Anything receive
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Eryu Guan
commit bcff24887d00bce102e0857d7b0a8c44a40f53d1 upstream.
I notice ext4/307 fails occasionally on ppc64 host, reporting md5
checksum mismatch after moving data from original file to d
On 2016/2/24 10:04, Wangnan (F) wrote:
On 2016/2/24 9:58, Wangnan (F) wrote:
On 2016/2/24 1:45, Arnaldo Carvalho de Melo wrote:
Em Mon, Feb 22, 2016 at 09:10:37AM +, Wang Nan escreveu:
Commit a43eec304259a6c637f4014a6d4767159b6a3aa3 (bpf: introduce
bpf_perf_event_output() helper) add
- On Feb 23, 2016, at 8:36 PM, H. Peter Anvin h...@zytor.com wrote:
> On 02/23/2016 03:28 PM, Mathieu Desnoyers wrote:
>> Hi,
>>
>> Here is a patchset implementing a cache for the CPU number of the
>> currently running thread in user-space.
>>
>> Benchmarks comparing this approach to a getcp
On Tue, Feb 23, 2016 at 01:44:28PM +0300, Sergei Ianovich wrote:
> CC: Mark Brown
> CC: Rob Herring
>
>v3..v4
>fix Mark Brown review comments
>* fix dependencies in Kconfig
> ---
As covered in SubmittingPatches please put inter-version changelogs
after the --- so they get stripped
3.14-stable review patch. If anyone has any objections, please let me know.
--
From: Naoya Horiguchi
commit d96b339f453997f2f08c52da3f41423be48c978f upstream.
I saw the following BUG_ON triggered in a testcase where a process calls
madvise(MADV_SOFT_OFFLINE) on thps, along wit
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Tony Lindgren
commit 58a66dba1beac2121d931cda4682ae4d40816af5 upstream.
If we reload phy-twl4030-usb, we get a warning about unbalanced
pm_runtime_enable. Let's fix the issue and also fix idlin
3.14-stable review patch. If anyone has any objections, please let me know.
--
From: Thomas Gleixner
commit fb75a4282d0d9a3c7c44d940582c2d226cf3acfb upstream.
If the proxy lock in the requeue loop acquires the rtmutex for a
waiter then it acquired also refcount on the pi_state
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Takashi Iwai
commit 67ec1072b053c15564e6090ab30127895dc77a89 upstream.
A non-atomic PCM stream may take snd_pcm_link_rwsem rw semaphore twice
in the same code path, e.g. one in snd_pcm_action_n
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Takashi Iwai
commit d99a36f4728fcbcc501b78447f625bdcce15b842 upstream.
When multiple concurrent writes happen on the ALSA sequencer device
right after the open, it may try to allocate vmalloc b
Add a sysfs_notify on thermal_zone*/temp and cooling_device*/
cur_state whenever a passive or critical trip is triggered.
This change allows usermode apps to register itself to get notified,
when certain thermal conditions occur and reduce their workload.
This workload throttling can reduce\preven
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Takashi Iwai
commit 13d5e5d4725c64ec06040d636832e78453f477b7 upstream.
The commit [7f0973e973cd: ALSA: seq: Fix lockdep warnings due to
double mutex locks] split the management of two linked li
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Toshi Kani
commit a82eee7424525e34e98d821dd059ce14560a1e35 upstream.
Data corruption issues were observed in tests which initiated
a system crash/reset while accessing BTT devices. This proble
3.14-stable review patch. If anyone has any objections, please let me know.
--
From: Daniel Mentz
commit 0354aec19ce3d355c6213b0434064efc25c9b22c upstream.
dma-debug uses struct dma_debug_entry to keep track of dma coherent
memory allocation requests. The virtual address is co
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Toshi Kani
commit ee9737c924706aaa72c2ead93e3ad5644681dc1c upstream.
Add comments to __copy_user_nocache() to clarify its procedures
and alignment requirements.
Also change numeric branch targ
3.14-stable review patch. If anyone has any objections, please let me know.
--
From: Takashi Iwai
commit 60603950f836ef4e88daddf61a273b91e671db2d upstream.
Another Lifebook machine that needs the same quirk as other similar
models to make the driver working.
Bugzilla: https:/
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Takashi Iwai
commit 0b8c82190c12e530eb6003720dac103bf63e146e upstream.
The commit [991f86d7ae4e: ALSA: hda - Flush the pending probe work at
remove] introduced the sync of async probe work at r
3.14-stable review patch. If anyone has any objections, please let me know.
--
From: Kirill A. Shutemov
commit 7162a1e87b3e380133dadc7909081bb70d0a7041 upstream.
Tetsuo Handa reported underflow of NR_MLOCK on munlock.
Testcase:
#include
#include
#include
3.14-stable review patch. If anyone has any objections, please let me know.
--
From: CQ Tang
commit fda3bec12d0979aae3f02ee645913d66fbc8a26e upstream.
This is a 32-bit register. Apparently harmless on real hardware, but
causing justified warnings in simulation.
Signed-off-by:
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Steven Rostedt (Red Hat)
commit f37755490fe9bf76f6ba1d8c6591745d3574a6a6 upstream.
The tracepoint infrastructure uses RCU sched protection to enable and
disable tracepoints safely. There are so
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Arnd Bergmann
commit b33c8ff4431a343561e2319f17c14286f2aa52e2 upstream.
In my randconfig tests, I came across a bug that involves several
components:
* gcc-4.9 through at least 5.3
* CONFIG_GC
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Kirill A. Shutemov
commit 48f7df329474b49d83d0dffec1b6186647f11976 upstream.
Grazvydas Ignotas has reported a regression in remap_file_pages()
emulation.
Testcase:
#define _GNU_SOURCE
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Miklos Szeredi
commit cf9a6784f7c1b5ee2b9159a1246e327c331c5697 upstream.
Without this copy-up of a file can be forced, even without actually being
allowed to do anything on the file.
[Arnd Ber
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Darrick J. Wong
commit 96f859d52bcb1c6ea6f3388d39862bf7143e2f30 upstream.
Because struct xfs_agfl is 36 bytes long and has a 64-bit integer
inside it, gcc will quietly round the structure size
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Sergey Senozhatsky
commit 72214a24a7677d4c7501eecc9517ed681b5f2db2 upstream.
In Python3+ print is a function so the old syntax is not correct
anymore:
$ ./scripts/bloat-o-meter vmlinux.o vml
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Vito Caputo
commit e4ad29fa0d224d05e08b2858e65f112fd8edd4fe upstream.
Rather than always allocating the high-order XATTR_SIZE_MAX buffer
which is costly and prone to failure, only allocate what
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Miklos Szeredi
commit ed06e069775ad9236087594a1c1667367e983fb5 upstream.
We copy i_uid and i_gid of underlying inode into overlayfs inode. Except
for the root inode.
Fix this omission.
Signe
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Toshi Kani
commit 9273a8bbf58a15051e53a777389a502420ddc60e upstream.
The pmem driver calls devm_memremap() to map a persistent memory range.
When the pmem driver is unloaded, this memremap'd ra
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Konstantin Khlebnikov
commit 84889d49335627bc770b32787c1ef9ebad1da232 upstream.
This patch fixes kernel crash at removing directory which contains
whiteouts from lower layers.
Cache of directo
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Kirill A. Shutemov
commit 1ac0b6dec656f3f78d1c3dd216fad84cb4d0a01e upstream.
remap_file_pages(2) emulation can reach file which represents removed
IPC ID as long as a memory segment is mapped.
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Dave Chinner
commit b79f4a1c68bb99152d0785ee4ea3ab4396cdacc6 upstream.
When we do inode readahead in log recovery, we do can do the
readahead before we've replayed the icreate transaction that
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Alexey Kardashevskiy
commit 6ecad912a0073c768db1491c27ca55ad2d0ee68f upstream.
Quite often drivers set only "write" permission assuming that this
includes "read" permission as well and this wor
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Miklos Szeredi
commit 97daf8b97ad6f913a34c82515be64dc9ac08d63e upstream.
When ovl_copy_xattr() encountered a zero size xattr no more xattrs were
copied and the function returned success. This
901 - 1000 of 1269 matches
Mail list logo