On Tue, Oct 25, 2016 at 2:49 PM, Amir Goldstein wrote:
>> @@ -880,31 +913,34 @@ static int ovl_rename(struct inode *olddir, struct
>> dentry *old,
>> if (WARN_ON(olddentry->d_inode == newdentry->d_inode))
>> goto out_dput;
>>
>> - if (is_dir && !old_opaque && ovl_lo
On Wed, 26 Oct 2016, Peter Zijlstra wrote:
> On Wed, Oct 26, 2016 at 12:49:36PM +0200, Thomas Gleixner wrote:
>
> > > + /*
> > > + * ITMT capability automatically enables ITMT
> > > + * scheduling for small systems (single node).
> > > + */
> > > + if (topology_num_packages() == 1)
> > > +
Hi Guenter,
On Wed, Oct 26, 2016 at 12:35 AM, Guenter Roeck wrote:
> Looking into this some more, it turns out that
> of_genpd_add_provider_onecell()
> now returns an error if one of the provided power domains does not exist.
> In this case, the "ARM" power domain does not exist. I don't see whe
On Wed 26-10-16 03:19:03, Christoph Hellwig wrote:
> Just as last time:
>
> big NAK for introducing giant new infrastructure like a new I/O scheduler
> for the legacy request structure.
>
> Please direct your engergy towards blk-mq instead.
Christoph, we will probably talk about this next week b
On Saturday 22 October 2016 12:06 AM, David Lechner wrote:
> This changes the davinci default configuration to compile the davinci
> MMC driver into the kernel. This allows booting from an SD card without
> requiring an initrd containing the kernel module.
>
> Signed-off-by: David Lechner
"build
From: Wanpeng Li
As Peterz pointed out:
| The thing is, many many smp_reschedule_interrupt() invocations don't
| actually execute anything much at all and are only send to tickle the
| return to user path (which does the actual preemption).
This patch add write msr notrace to avoid the debug co
Since commit 8663e24d56dc ("sched/fair: Reorder cgroup creation code"),
the variable rq in alloc_fair_sched_group is set but no longer used.
Remove it to fix the following GCC warning when building with 'W=1':
kernel/sched/fair.c:8842:13: warning: variable ‘rq’ set but not used
[-Wunused-but-set-
On 26/10/2016 13:35, Wanpeng Li wrote:
> From: Wanpeng Li
>
> As Peterz pointed out:
>
> | The thing is, many many smp_reschedule_interrupt() invocations don't
> | actually execute anything much at all and are only send to tickle the
> | return to user path (which does the actual preemption).
On Mon, Oct 17, 2016 at 11:14:10AM +0200, Vincent Guittot wrote:
> @@ -3110,11 +3116,12 @@ static inline void update_load_avg(struct
> sched_entity *se, int update_tg)
>* Track task load average for carrying it to new CPU after migrated,
> and
>* track group sched_entity load aver
Hi,
what's the status of this? I have just hit it now and don't see it merged.
On 01/07/2016, 05:27 PM, Dmitry Vyukov wrote:
> On Thu, Jan 7, 2016 at 4:52 PM, Benjamin LaHaise wrote:
>> On Thu, Jan 07, 2016 at 04:37:43PM +0100, Dmitry Vyukov wrote:
>>> pass ts to the function
>>
>> Yeah, I shoul
The conversion done by commit 3706feacd007 ("KVM: Remove deprecated
create_singlethread_workqueue") is broken. It flushes a single work
item &irqfd->shutdown instead of all of them, and even worse if there
is no irqfd on the list then you get a NULL pointer dereference.
Revert the virt/kvm/eventfd
On Mon, Oct 17, 2016 at 11:14:11AM +0200, Vincent Guittot wrote:
> +/* Take into account change of load of a child task group */
> +static inline void
> +update_tg_cfs_load(struct cfs_rq *cfs_rq, struct sched_entity *se)
> +{
> + struct cfs_rq *gcfs_rq = group_cfs_rq(se);
> + long delta, lo
On Wed, Oct 26, 2016 at 07:35:26PM +0800, Wanpeng Li wrote:
> From: Wanpeng Li
>
> As Peterz pointed out:
>
> | The thing is, many many smp_reschedule_interrupt() invocations don't
> | actually execute anything much at all and are only send to tickle the
> | return to user path (which does the a
Hi Philip,
On Fri, Oct 21, 2016 at 5:45 PM, Philipp Zabel wrote:
> Am Freitag, den 21.10.2016, 15:17 +0200 schrieb Geert Uytterhoeven:
>> Hi Philipp, Mike, Stephen, Simon, Magnus,
>> (see questions *** below!)
>>
>> Currently the R-Car Clock Pulse Generator (CPG) drivers obtains the
On Tuesday 25 October 2016 05:41 PM, Alexandre Bailon wrote:
> Some macro for DA8xx CFGCHIP are defined in usb-davinci.h,
> but da8xx-cfgchip.h intend to replace them.
> The usb-da8xx.c is using both headers, causing redefined symbol warnings.
> Remove the macro and update the da830-evm board file
Hi Mike, Stephen,
On Fri, Oct 21, 2016 at 3:17 PM, Geert Uytterhoeven
wrote:
> Currently the R-Car Clock Pulse Generator (CPG) drivers obtains the
> state of the mode pins either by a call from the platform code, or
> directly by using a hardcoded register access. This is a bit messy, and
> creat
Removing unnecessary duplicated actions that we've got while merging:
"Merge 4.1-rc7 into usb-next" 19915e623458
Signed-off-by: Kirill Esipov
---
drivers/usb/musb/musb_core.c | 6 --
1 file changed, 6 deletions(-)
diff --git a/drivers/usb/musb/musb_core.c b/drivers/usb/musb/musb_core.c
inde
On Wed, 26 Oct 2016 13:44:50 +0200
Paolo Bonzini wrote:
> The conversion done by commit 3706feacd007 ("KVM: Remove deprecated
> create_singlethread_workqueue") is broken. It flushes a single work
> item &irqfd->shutdown instead of all of them, and even worse if there
> is no irqfd on the list th
On 2016/10/18 5:56, Jaegeuk Kim wrote:
> If inode becomes dirty, we need to check the # of dirty inodes whether or not
> further checkpoint would be required.
>
> Signed-off-by: Jaegeuk Kim
Reviewed-by: Chao Yu
On 2016/10/18 5:56, Jaegeuk Kim wrote:
> If there are a lot of dirty inodes, we need to flush all of them when doing
> checkpoint. So, we need to count this for enough free space.
>
> Signed-off-by: Jaegeuk Kim
Reviewed-by: Chao Yu
On Wed, 26 Oct 2016 11:35:18 +1030
Rusty Russell wrote:
> Aaron Tomlin writes:
> > By default, during the access permission modification of a module's core
> > and init pages, we only ignore modules that are malformed. There is no
> > reason not to extend this to modules which are going away too
On Wed, Oct 26, 2016 at 10:45:35AM +0200, Peter Zijlstra wrote:
> On Tue, Oct 25, 2016 at 03:30:54PM -0700, Dmitry Torokhov wrote:
> > Hi,
> >
> > Reading Documentation/scheduler/completion.txt, complete_all() is
>
> Oh, there is documentation? /me goes read.
>
> > supposed to be usable with "fo
On Fri, 30 Sep 2016, Peter Ujfalusi wrote:
> Move the check for gpio and regulator initial state to a new function and
> document better what we are checking and why.
>
> It is going to be easier to fix or improve the initial power state
> configuration later and it is easier to read the code.
>
On Wed, Oct 26, 2016 at 2:26 PM, Miklos Szeredi wrote:
> On Tue, Oct 25, 2016 at 2:49 PM, Amir Goldstein wrote:
>
>>> @@ -880,31 +913,34 @@ static int ovl_rename(struct inode *olddir, struct
>>> dentry *old,
>>> if (WARN_ON(olddentry->d_inode == newdentry->d_inode))
>>> g
On Fri, 30 Sep 2016, Peter Ujfalusi wrote:
> If the pwm is not enabled the backlight initially should not be enabled
> either if we have booted with DT and there is a phandle pointing to the
> backlight node.
>
> The patch extends the checks to decide if we should keep the backlight off
> initial
Vlastimil,
with commit 8ea1d2a1985a7ae096e ("mm, frontswap: convert frontswap_enabled to
static key")
kmemleak complains about a memory leak in swapon
unreferenced object 0x3e09ba56000 (size 32112640):
comm "swapon", pid 7852, jiffies 4294968787 (age 1490.770s)
hex dump (first 32 bytes):
On 26/10/16 12:10, Fu Wei wrote:
> Hi Mark,
>
> On 21 October 2016 at 00:37, Mark Rutland wrote:
>> Hi,
>>
>> As a heads-up, on v4.9-rc1 I see conflicts at least against
>> arch/arm64/Kconfig. Luckily git am -3 seems to be able to fix that up
>> automatically, but this will need to be rebased bef
On Sat, 01 Oct 2016, Julia Lawall wrote:
> Use the correct function name in one case and adjust a variable name to
> that of the corresponding function parameter in another case.
>
> Issue detected using Coccinelle (http://coccinelle.lip6.fr/)
>
> Signed-off-by: Julia Lawall
>
> ---
> drivers
On Sun, 02 Oct 2016, Krzysztof Kozlowski wrote:
> The OF is not a strict build-time dependency so max77620 and max77686
> can be compile tested to increase build coverage.
>
> Signed-off-by: Krzysztof Kozlowski
> ---
> drivers/mfd/Kconfig | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions
On Fri, 16 Sep 2016, Viresh Kumar wrote:
> These can fit in a single line (80 columns), don't split lines
> unnecessarily.
>
> Signed-off-by: Viresh Kumar
>
> ---
> V1->V2: New patch
> ---
> drivers/mfd/wm8994-core.c | 6 ++
> 1 file changed, 2 insertions(+), 4 deletions(-)
Applied, thank
On Fri, 16 Sep 2016, Viresh Kumar wrote:
> The kernel WARNs and then crashes today if wm8994_device_init() fails
> after calling devm_regulator_bulk_get().
>
> That happens because there are multiple devices involved here and the
> order in which managed resources are freed isn't correct.
>
> Th
On Fri, 16 Sep 2016, Viresh Kumar wrote:
> The order in which resources were freed in wm8994_device_exit() isn't
> correct. The regulators are removed before they are disabled.
>
> Fix it by reordering code a bit, which makes it exact opposite of
> wm8994_device_init() as well.
>
> Signed-off-by
On Wed, 26 Oct 2016, Lee Jones wrote:
> On Fri, 16 Sep 2016, Viresh Kumar wrote:
>
> > The kernel WARNs and then crashes today if wm8994_device_init() fails
> > after calling devm_regulator_bulk_get().
> >
> > That happens because there are multiple devices involved here and the
> > order in whi
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Larry Finger
commit 0c9d3491530773858ff9d705ec2a9c382f449230 upstream.
Some RTL8821AE devices sold in Great Britain have the country code of
0x25 encoded in their EEPROM. This value is not test
On Fri, 30 Sep 2016, Mugunthan V N wrote:
> On Wednesday 28 September 2016 01:10 AM, Lee Jones wrote:
> > On Wed, 21 Sep 2016, Mugunthan V N wrote:
> >
> >> store the physical address of the device in its priv to use it
> >> for DMA addressing in the client drivers.
> >>
> >> Signed-off-by: Mugun
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Liu Gang
commit d71cf15b865bdd45925f7b094d169aaabd705145 upstream.
>From the beginning of the gpio-mpc8xxx.c, the "handle_level_irq"
has being used to handle GPIO interrupts in the PowerPC/Laye
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Haibo Chen
commit 02265cd60335a2c1417abae4192611e1fc05a6e5 upstream.
Potentially overflowing expression 100 * data->timeout_clks with
type unsigned int is evaluated using 32-bit arithmetic,
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Maik Broemme
commit 8e2e03179923479ca0c0b6fdc7c93ecf89bce7a8 upstream.
Similar to the AR93xx and the AR94xx series, the AR95xx also have the same
quirk for the Bus Reset. It will lead to insta
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Mauro Carvalho Chehab
commit 24b923f073ac37eb744f56a2c7f77107b8219ab2 upstream.
This device uses GPIOs: 28 to switch between analog and
digital modes: on digital mode, it should be set to 1.
T
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Dave Gerlach
commit e01072d22d4e7f9ca966f848def22fe41eaef4de upstream.
Now that the cpufreq-dt-platdev is used to create the cpufreq-dt platform
device for all OMAP platforms and the platform c
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Steffen Maier
commit 70369f8e15b220f50a16348c79a61d3f7054813c upstream.
In the hardware data router case, introduced with kernel 3.2
commit 86a9668a8d29 ("[SCSI] zfcp: support for hardware data
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Max Staudt
commit d50b3f43db739f03fcf8c0a00664b3d2fed0496e upstream.
When using efifb with a 16-bit (5:6:5) visual, fbcon's text is rendered
in the wrong colors - e.g. text gray (#aa) is re
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Steffen Maier
commit aceeffbb59bb91404a0bda32a542d7ebf878433a upstream.
This was lost with commit 2c55b750a884b86dea8b4cc5f15e1484cc47a25c
("[SCSI] zfcp: Redesign of the debug tracing for SAN r
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Steffen Maier
commit bd77befa5bcff8c51613de271913639edf85fbc2 upstream.
For an NPIV-enabled FCP device, zfcp can erroneously show
"NPort (fabric via point-to-point)" instead of "NPIV VPORT"
for
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Christophe Leroy
commit 4d486e0083796b54d5aeddd7a5794f897fca1008 upstream.
Commit 0e6e01ff694ee ("CPM/QE: use genalloc to manage CPM/QE muram")
has changed the way muram is managed.
genalloc us
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Steffen Maier
commit 771bf03537ddfa4a4dde62ef9dfbc82e4f77ab20 upstream.
With commit 2c55b750a884b86dea8b4cc5f15e1484cc47a25c
("[SCSI] zfcp: Redesign of the debug tracing for SAN records.")
we l
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Dmitry Torokhov
commit 62837b3c1a95535d1a287c9c8c6563bbd8d37033 upstream.
Another Lifebook machine that needs the same quirk as other similar
models to make the driver working.
Also let's reor
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Jan Remmet
commit 8f9165c981fed187bb483de84caf9adf835aefda upstream.
http://www.ti.com/lit/pdf/SWCZ010:
DCDC o/p voltage can go higher than programmed value
Impact:
VDDI, VDD2, and VIO outpu
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Helge Deller
commit 65bf34f59594c11f13d371c5334a6a0a385cd7ae upstream.
Increase the initial kernel default page mapping size for 64-bit kernels to
64 MB and for 32-bit kernels to 32 MB.
Due to
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Bjorn Helgaas
commit 8dd99bca7bfa4b62753b556c45d26f45ec9da6e6 upstream.
The tegra_pcie_phy_disable() path called pads_writel() with arguments in
the wrong order. Swap them to be the "value, of
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Alexander Usyskin
commit ac182e8abc6f93c1c4cc12f042af64c9d7be0d1e upstream.
Add device ids for Intel Kabypoint PCH (Kabylake)
Signed-off-by: Alexander Usyskin
Signed-off-by: Tomas Winkler
Si
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Helge Deller
commit f8850abb7ba68229838014b3409460e576751c6d upstream.
Architecturally we need to keep __gp below 0x100.
But because of ftrace and tracepoint support, the RO_DATA_SECTION n
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Lucas Stach
commit b1d51b448e4e6a392283b3eab06a7c5ec6d8a4e2 upstream.
The current clock tree only implements the minimal set of differences
between the i.MX6Q and the i.MX6DL, but that doesn't
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Trond Myklebust
commit b3f9e7239074613aa6bdafa4caf7c104fe1e7276 upstream.
If the delegation is revoked, then it can't be used for caching.
Fixes: 869f9dfa4d6d ("NFSv4: Fix races between nfs_re
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Mauro Carvalho Chehab
commit 461af077d349b11106ca084e9ef2973a753d33ff upstream.
The driver should not ignore errors while registering the I2C
bus, as this device can't even minimally work witho
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Mike Snitzer
commit f10e06b744074824fb8ec7066bc03ecc90918f5b upstream.
If pg_init_retries is set and a request is queued against a multipath
device with all underlying block device request_queu
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Oleg Nesterov
commit 89f39af129382a40d7cd1f6914617282cfeee28e upstream.
Change thaw_super() to check frozen != SB_FREEZE_COMPLETE rather than
frozen == SB_UNFROZEN, otherwise it can race with f
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Miklos Szeredi
commit 8b326c61de08f5ca4bc454a168f19e7e43c4cc2a upstream.
Be defensive about what underlying fs provides us in the returned xattr
list buffer. strlen() may overrun the buffer, s
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Steffen Maier
commit d27a7cb91960cf1fdd11b10071e601828cbf4b1f upstream.
Since commit a54ca0f62f953898b05549391ac2a8a4dad6482b
("[SCSI] zfcp: Redesign of the debug tracing for HBA records.")
HBA
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Steve Wise
commit b6bc1c731f0b985e91f618561fc82c6e252dfaf4 upstream.
Function ib_create_qp() was failing to return an error when
rdma_rw_init_mrs() fails, causing a crash further down in ib_cre
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Tomas Winkler
commit 2d4d5481e2d6f93b25fcfb13a9f20bbfbf54266a upstream.
Correct errno on client disconnection is -ENODEV not -EBUSY
Signed-off-by: Tomas Winkler
Signed-off-by: Alexander Usysk
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Lin Huang
commit c8a9a6daccad495c48d5435d3487956ce01bc6a1 upstream.
there define two devfreq_event_get_drvdata() function in devfreq-event.h
when disable CONFIG_PM_DEVFREQ_EVENT, it will lead t
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Bart Van Assche
commit 3b785fbcf81c3533772c52b717f77293099498d3 upstream.
This avoids that new requests are queued while __dm_destroy() is in
progress.
Signed-off-by: Bart Van Assche
Signed-o
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Marcos Paulo de Souza
commit 930e19248e9b61da36c967687ca79c4d5f977919 upstream.
On suspend/resume cycle, selftest is executed to reset i8042 controller.
But when this is done in Asus devices, s
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Steve French
commit 24df1483c272c99ed88b0cba135d0e1dfdee3930 upstream.
Cleanup some missing mem frees on some cifs ioctls, and
clarify others to make more obvious that no data is returned.
Sig
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Steve French
commit fa70b87cc6641978b20e12cc5d517e9ffc0086d4 upstream.
GUIDs although random, and 16 bytes, need to be generated as
proper uuids.
Signed-off-by: Steve French
Reviewed-by: Aure
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Bart Van Assche
commit bbb427e342495df1cda10051d0566388697499c0 upstream.
Unlocking a mutex twice is wrong. Hence modify blkcg_policy_register()
such that blkcg_pol_mutex is unlocked once if cp
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Trond Myklebust
commit 304020fe48c6c7fff8b5a38f382b54404f0f79d3 upstream.
If the file permissions change on the server, then we may not be able to
recover open state. If so, we need to ensure t
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Mika Westerberg
commit c538b9436751a0be2e1246b48353bc23156bdbcc upstream.
Dell XPS 13 (and maybe some others) uses a GPIO (CPU_GP_1) during suspend
to explicitly disable USB touchscreen interru
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Alex Thorlton
commit caef78b6cdeddf4ad364f95910bba6b43b8eb9bf upstream.
Some time ago, we brought our UV BIOS callback code up to speed with the
new EFI memory mapping scheme, in commit:
d
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Steve French
commit c2afb8147e69819885493edf3a7c1ce03aaf2d4e upstream.
Signed-off-by: Steve French
Reported-by: David Goebel
Signed-off-by: Greg Kroah-Hartman
---
fs/cifs/smb2pdu.c |5
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Peter Zijlstra
commit b60205c7c558330e4e2b5df498355ec959457358 upstream.
While going through enqueue/dequeue to review the movement of
set_curr_task() I noticed that the (2nd) update_min_vrunti
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Liu Gang
commit d71cf15b865bdd45925f7b094d169aaabd705145 upstream.
>From the beginning of the gpio-mpc8xxx.c, the "handle_level_irq"
has being used to handle GPIO interrupts in the PowerPC/Laye
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Vladimir Murzin
commit 9224eb77e63f70f16c0b6b7a20ca7d395f3bc077 upstream.
Entry Size in GITS_BASER occupies 5 bits [52:48], but we mask out 8
bits.
Fixes: cc2d3216f53c ("irqchip: GICv3: ITS co
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Jeff Layton
commit 3f807e5ae5597bd65a6fff684083e8eaa21f3fa7 upstream.
The caller of rpc_run_task also gets a reference that must be put.
Signed-off-by: Jeff Layton
Signed-off-by: Trond Mykleb
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Marc Zyngier
commit 850540351bb1a4fa5f192e5ce55b89928cc57f42 upstream.
Commit f436b2ac90a0 ("arm64: kernel: fix architected PMU registers
unconditional access") made sure we wouldn't access uni
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Jan Kara
commit a2ed0b391dd9c3ef1d64c7c3e370f4a5ffcd324a upstream.
When isofs_mount() is called to mount a device read-write, it returns
EACCES even before it checks that the device actually co
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Nicholas Bellinger
commit 527268df31e57cf2b6d417198717c6d6afdb1e3e upstream.
This patch fixes a regression in >= v4.1.y code where the original
SCF_ACK_KREF assignment in target_get_sess_cmd()
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Nikolay Borisov
commit 0d7718f666be181fda1ba2d08f137d87c1419347 upstream.
In case __ceph_do_getattr returns an error and the retry_op in
ceph_read_iter is not READ_INLINE, then it's possible to
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Richard Weinberger
commit 843741c5778398ea67055067f4cc65ae6c80ca0e upstream.
When the operation fails we also have to undo the changes
we made to ->xattr_names. Otherwise listxattr() will repor
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Ming Lei
commit bcd8f2e94808fcddf6ef3af5f060a36820dcc432 upstream.
This patch fixes one use-after-free report[1] by KASAN.
In __scsi_scan_target(), when a type 31 device is probed,
SCSI_SCAN_T
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Christian Borntraeger
commit a5efb6b6c99a3a6dc4330f51d8066f638bdea0ac upstream.
Usually a validity intercept is a programming error of the host
because of invalid entries in the state descripti
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Nicholas Bellinger
commit 61f36166c245e563c7a2b624f4c78c5ce0f680d6 upstream.
This reverts commit c1ccbfe0311e2380a6d2dcb0714b36904f5d586f.
Reverting this patch, as it incorrectly assumes the a
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Ulf Hansson
commit 31cf742f515c275d22843c4c756e048d2b6d716c upstream.
The rtsx_usb_sdmmc driver may bail out in its ->set_ios() callback when no
SD card is inserted. This is wrong, as it could
4.8-stable review patch. If anyone has any objections, please let me know.
--
From: Jiri Slaby
commit 3f2d26643595973e835e8356ea90c7c15cb1b0f1 upstream.
Commit f68381a70bb2 (mmc: block: fix packed command header endianness)
correctly fixed endianness handling of packed_cmd_hdr
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Bart Van Assche
commit bbb427e342495df1cda10051d0566388697499c0 upstream.
Unlocking a mutex twice is wrong. Hence modify blkcg_policy_register()
such that blkcg_pol_mutex is unlocked once if cp
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Lucas Stach
commit d8846023aed1293e54d33499558fc2aa2b2f393f upstream.
Initialize the GPU clock muxes to sane inputs. Until now they have
not been changed from their default values, which means
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Jan Remmet
commit 8f9165c981fed187bb483de84caf9adf835aefda upstream.
http://www.ti.com/lit/pdf/SWCZ010:
DCDC o/p voltage can go higher than programmed value
Impact:
VDDI, VDD2, and VIO outpu
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Dan Williams
commit 23446cb66c073b827779e5eb3dec301623299b32 upstream.
Commit:
917db484dc6a ("x86/boot: Fix kdump, cleanup aborted E820_PRAM max_pfn
manipulation")
... fixed up the broken
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Helge Deller
commit 65bf34f59594c11f13d371c5334a6a0a385cd7ae upstream.
Increase the initial kernel default page mapping size for 64-bit kernels to
64 MB and for 32-bit kernels to 32 MB.
Due to
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Steve French
commit 18dd8e1a65ddae2351d0f0d6dd4a334f441fc5fa upstream.
[CIFS] We had cases where we sent a SMB2/SMB3 setinfo request with all
timestamp (and DOS attribute) fields marked as 0 (i
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Dmitry Torokhov
commit 62837b3c1a95535d1a287c9c8c6563bbd8d37033 upstream.
Another Lifebook machine that needs the same quirk as other similar
models to make the driver working.
Also let's reor
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Haibo Chen
commit 02265cd60335a2c1417abae4192611e1fc05a6e5 upstream.
Potentially overflowing expression 100 * data->timeout_clks with
type unsigned int is evaluated using 32-bit arithmetic,
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Rabin Vincent
commit f659b10087daaf4ce0087c3f6aec16746be9628f upstream.
As the documentation for kthread_stop() says, "if threadfn() may call
do_exit() itself, the caller must ensure task_struc
On 26 October 2016 at 12:54, Peter Zijlstra wrote:
> On Mon, Oct 17, 2016 at 11:14:11AM +0200, Vincent Guittot wrote:
>> /*
>> + * Signed add and clamp on underflow.
>> + *
>> + * Explicitly do a load-store to ensure the intermediate value never hits
>> + * memory. This allows lockless observatio
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Steve French
commit 24df1483c272c99ed88b0cba135d0e1dfdee3930 upstream.
Cleanup some missing mem frees on some cifs ioctls, and
clarify others to make more obvious that no data is returned.
Sig
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Steve French
commit c2afb8147e69819885493edf3a7c1ce03aaf2d4e upstream.
Signed-off-by: Steve French
Reported-by: David Goebel
Signed-off-by: Greg Kroah-Hartman
---
fs/cifs/smb2pdu.c |5
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Jan Kara
commit a2ed0b391dd9c3ef1d64c7c3e370f4a5ffcd324a upstream.
When isofs_mount() is called to mount a device read-write, it returns
EACCES even before it checks that the device actually co
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Vishal Verma
commit c09f12186d6b03b798832d95289af76495990192 upstream.
Commit 209851649dc4 "acpi: nfit: Add support for hot-add" added
support for _FIT notifications, but it neglected to verify
4.4-stable review patch. If anyone has any objections, please let me know.
--
From: Ross Lagerwall
commit 7d414f396c91a3382e51cf628c1cf0709ad0188b upstream.
The kernel client requests 2 credits for many operations even though
they only use 1 credit (presumably to build up a bu
701 - 800 of 1294 matches
Mail list logo