It turns out that multiple places can call netlink_dump(), which means
it's still possible to dereference partially initialized values in
dump() that were the result of a faulty returned start().
This fixes the issue by calling start() _before_ setting cb_running to
true, so that there's no chance
Hi Rafael,
2017-09-15 6:26 GMT+09:00 Viresh Kumar :
> On 30-08-17, 00:37, Masahiro Yamada wrote:
>> As you see arch/arm/boot/dts/uniphier-ld6b.dtsi, it includes
>> uniphier-pxs2.dtsi, which uses "operating-points-v2" property
>> and whose cpufreq device is automatically created.
>>
>> Signed-off-
The script "checkpatch.pl" pointed information out like the following.
WARNING: Prefer using '"%s...", __func__' to using 'sh_clk_init_parent',
this function's name, in a string.
pr_err() strings should end with newlines. Add '\n' to fix this.
Signed-off-by: Arvind Yadav
---
drivers/sh/clk/cpg.
On Mon, Oct 09, 2017 at 01:15:04PM +0100, Dietmar Eggemann wrote:
> I can't see right now how a task group can get attached with
> se->load.weight < 1024 (32 bit)/1048576 (64 bit)? Do I miss something?
Ah, I think I made a think-o, I think I considered migration for group
entities, but those don't
On 19/09/17 09:20, Maxime Ripard wrote:
On Mon, Sep 18, 2017 at 11:42:04PM +0800, Icenowy Zheng wrote:
Allwinner A64/H5 SoCs come with a SID controller like the one in H3, but
without the silicon bug that makes the initial value at 0x200 wrong, so
the value at 0x200 can be directly read.
Add
On Mon, Oct 09, 2017 at 12:50:55PM +0200, Peter Zijlstra wrote:
Fengguang, if you're still listening, could you please rerun the tests
on top of ce07a9415f26, with the attached patches also applied?
Ping!? it would be very good to get feedback on this asap.
Sorry for the delay!
From e7840ad
Hi Jason,
Starting with 4.12, WARN*() is implemented with ud0, generating an
Invalid Opcode exception. KGDB/KDB gets entered as if it were an Oops,
making KGDB/KDB rather hard to use, particularly on testing kernels.
Alexander posted a fix a while back, but Peter seems to be waiting for
your ack
This fixes wrongly filled bytesused field of v4l2_plane structure
by include data_offset in the plane, Also fill data_offset and
bytesused for capture type of buffers only.
Signed-off-by: Stanimir Varbanov
---
drivers/media/platform/qcom/venus/venc.c | 9 +
1 file changed, 5 insertions(+
This change will fix an issue with dma_free size found with
DMA API debug enabled.
Signed-off-by: Stanimir Varbanov
---
drivers/media/platform/qcom/venus/hfi_venus.c | 12
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/drivers/media/platform/qcom/venus/hfi_venus.c
b/
Hi Dou,
Have you tested tsc=unstable with your DR setup? Is it working as
expected? I mean instead of previous "notsc"?
Reviewed-by: Pavel Tatashin
Thank you,
Pavel
On Mon, Oct 9, 2017 at 5:03 AM, Dou Liyang wrote:
> Commit 8309f86cd41e ("x86/tsc: Provide 'tsc=unstable' boot parameter") adds
Just decided to take another look:
On Mon, 2017-10-09 at 13:58 +0200, Johannes Berg wrote:
> On Mon, 2017-10-09 at 13:56 +0200, Jason A. Donenfeld wrote:
>
> > @@ -2266,16 +2266,17 @@ int __netlink_dump_start(struct sock *ssk,
> > struct sk_buff *skb,
> > cb->min_dump_alloc = control->min_dum
Because we're not guaranteed that subsequent calls
to poll() will have a poll_table_struct parameter
with _qproc set. When _qproc is not set, poll_wait()
is a noop, and we won't be woken up correctly.
Signed-off-by: Martijn Coenen
---
drivers/android/binder.c | 11 +--
1 file changed, 1
On Mon, 2017-10-09 at 14:14 +0200, Jason A. Donenfeld wrote:
> It turns out that multiple places can call netlink_dump(), which
> means
> it's still possible to dereference partially initialized values in
> dump() that were the result of a faulty returned start().
>
> This fixes the issue by calli
On 09/10/17 14:24, Stanimir Varbanov wrote:
> This fixes wrongly filled bytesused field of v4l2_plane structure
> by include data_offset in the plane, Also fill data_offset and
> bytesused for capture type of buffers only.
>
> Signed-off-by: Stanimir Varbanov
> ---
> drivers/media/platform/qcom/
On 09/10/2017 13:51, Arvind Yadav wrote:
> pr_err()/pr_info() messages should end with a new-line to avoid
> other messages being concatenated.
>
> Signed-off-by: Arvind Yadav
> ---
> drivers/thermal/intel_powerclamp.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a
Use wrapper functions to advertize their use in an attempt to avoid
wrong shifting in the future?
On 10/09/2017 01:33 PM, Johannes Thumshirn wrote:
The SCSI host byte should be shifted left by 16 in order to have
scsi_decide_disposition() do the right thing (.i.e. requeue the command).
Signed-
2017-10-08 15:41 GMT+02:00 Jonathan Cameron :
> On Thu, 5 Oct 2017 14:14:38 -0400
> William Breathitt Gray wrote:
>
>> This patch introduces the dummy counter driver. The dummy counter driver
>> serves as a reference implementation of a driver that utilizes the
>> Generic Counter interface.
>
> T
On Mon, Oct 09, 2017 at 02:26:56PM +0200, Martijn Coenen wrote:
> Because we're not guaranteed that subsequent calls
> to poll() will have a poll_table_struct parameter
> with _qproc set. When _qproc is not set, poll_wait()
> is a noop, and we won't be woken up correctly.
>
> Signed-off-by: Martij
On Mon, Oct 09, 2017 at 09:40:43AM +, Lai Jiangshan wrote:
[...]
> > Reported-by: Josef Bacik
> > Signed-off-by: Boqun Feng
> > Cc: Peter Zijlstra
> > ---
> > kernel/workqueue.c | 35 ++-
> > 1 file changed, 34 insertions(+), 1 deletion(-)
> >
> > diff --git
On Mon, Oct 9, 2017 at 2:31 PM, Takashi Iwai wrote:
> On Mon, 09 Oct 2017 12:58:59 +0200,
> Andrey Konovalov wrote:
>>
>> On Tue, Oct 3, 2017 at 9:41 AM, Takashi Iwai wrote:
>> > On Mon, 25 Sep 2017 14:40:08 +0200,
>> > Andrey Konovalov wrote:
>> >>
>> >> Hi!
>> >>
>> >> I've got the following re
From: Colin Ian King
Detected by CoverityScan, CID#1455255 ("Resource Leak")
Fixes: 933b45da5d1d ("rpmsg: glink: Add support for TX intents")
Signed-off-by: Colin Ian King
---
drivers/rpmsg/qcom_glink_native.c | 11 ---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/driv
On Mon, 9 Oct 2017 04:36:01 -0700
tip-bot for Andy Lutomirski wrote:
> Commit-ID: 924c6b900cfdf376b07bccfd80e62b21914f8a5a
> Gitweb:
> https://git.kernel.org/tip/924c6b900cfdf376b07bccfd80e62b21914f8a5a
> Author: Andy Lutomirski
> AuthorDate: Sun, 8 Oct 2017 21:53:05 -0700
> Committer:
Hi Jacob,
A patch adding an entry to MAINTAINERS is still missing.
Just post a separate patch for that.
Regards,
Hans
On 09/10/17 11:04, Jacob Chen wrote:
> change in V11:
> - fix compile warning
>
> change in V10:
> - move to rockchip/rga
> - changes according to comments
> - some st
3.16.49-rc1 review patch. If anyone has any objections, please let me know.
--
From: Jim Mattson
commit 4439af9f911ae0243ffe4e2dfc12bace49605d8b upstream.
The BNDCFGS MSR should only be exposed to the guest if the guest
supports MPX. (cf. the TSC_AUX MSR and RDTSCP.)
Fixes: 0
3.16.49-rc1 review patch. If anyone has any objections, please let me know.
--
From: Brian Norris
commit 8535107aa4ef92520cbb9a4739563b389c5f8e2c upstream.
If we fail to add an interface in mwifiex_add_virtual_intf(), we might
hit a BUG_ON() in the networking code, because we
3.2.94-rc1 review patch. If anyone has any objections, please let me know.
--
From: Srinivas Dasari
commit 9361df14d1cbf966409d5d6f48bb334384fbe138 upstream.
nla policy checks for only maximum length of the attribute data
when the attribute type is NLA_BINARY. If userspace sen
3.2.94-rc1 review patch. If anyone has any objections, please let me know.
--
From: Sudip Mukherjee
commit 92a8ed4c7643809123ef0a65424569eaacc5c6b0 upstream.
m32r allmodconfig was failing with the error:
error: implicit declaration of function 'read'
On checking io.h it tu
On Mon, Oct 09, 2017 at 02:35:06PM +0200, Steffen Maier wrote:
> Use wrapper functions to advertize their use in an attempt to avoid wrong
> shifting in the future?
Not sure, converting all the users would be a lot of churn for relatively low
benefit:
linux (master)$ git grep "result = DID_" driv
3.2.94-rc1 review patch. If anyone has any objections, please let me know.
--
From: Richard Wareing
commit b31ff3cdf540110da4572e3e29bd172087af65cc upstream.
If using a kernel with CONFIG_XFS_RT=y and we set the RHINHERIT flag on
a directory in a filesystem that does not have
3.16.49-rc1 review patch. If anyone has any objections, please let me know.
--
From: Nicholas Bellinger
commit 138d351eefb727ab9e41a3dc5f112ceb4f6e59f2 upstream.
This patch re-introduces part of a long standing login workaround that
was recently dropped by:
commit 1c99de981
On Mon, Oct 9, 2017 at 2:37 PM, Greg KH wrote:
> Does this need to get into 4.14-final, or is 4.15-rc1 ok? I'm a bit
> lost as to which patches I applied to what tree...
This fixes a race that is somewhat hard to hit, I've only ever seen it
with test code that creates the right conditions. But w
3.16.49-rc1 review patch. If anyone has any objections, please let me know.
--
From: Chen Yu
commit e60514bd4485c0c7c5a7cf779b200ce0b95c70d6 upstream.
Currently we saw a lot of "No irq handler" errors during hibernation, which
caused the system hang finally:
ata4.00: qc tim
3.16.49-rc1 review patch. If anyone has any objections, please let me know.
--
From: Maurizio Lombardi
commit 62e62ffd95539b9220894a7900a619e0f3ef4756 upstream.
The enclosure_add_device() function should fail if it can't create the
relevant sysfs links.
Signed-off-by: Maurizi
3.16.49-rc1 review patch. If anyone has any objections, please let me know.
--
From: Richard Weinberger
commit 272eda8298dc82eb411ece82bbb2c62911087b24 upstream.
UBIFS handles extended attributes just like files, as consequence of
that, they also have inodes.
Therefore UBIFS d
3.16.49-rc1 review patch. If anyone has any objections, please let me know.
--
From: Yuval Shaia
commit 24dc831b77eca9361cf835be59fa69ea0e471afc upstream.
Signed-off-by: Yuval Shaia
Reviewed-by: Leon Romanovsky
Signed-off-by: Doug Ledford
[bwh: Backported to 3.16:
- Drop i
3.16.49-rc1 review patch. If anyone has any objections, please let me know.
--
From: Gilad Ben-Yossef
commit 1606043f214f912a52195293614935811a6e3e53 upstream.
The Atmel SHA driver was treating -EBUSY as indication of queueing
to backlog without checking that backlog is enable
3.16.49-rc1 review patch. If anyone has any objections, please let me know.
--
From: Horia Geantă
commit 7459e1d25ffefa2b1be799477fcc1f6c62f6cec7 upstream.
Driver does not properly handle the case when signals interrupt
wait_for_completion_interruptible():
-it does not check f
3.16.49-rc1 review patch. If anyone has any objections, please let me know.
--
From: Jiri Olsa
commit c46fc0424ced3fb71208e72bd597d91b9169a781 upstream.
Zorro reported following crash while having enabled
syscall tracing (CONFIG_FTRACE_SYSCALLS):
Unable to handle kernel poi
On 09/10/17 11:04, Jacob Chen wrote:
> Rockchip RGA is a separate 2D raster graphic acceleration unit. It
> accelerates 2D graphics operations, such as point/line drawing, image
> scaling, rotation, BitBLT, alpha blending and image blur/sharpness
>
> The driver supports various operations from the
3.16.49-rc1 review patch. If anyone has any objections, please let me know.
--
From: Jarkko Sakkinen
commit 13b47cfcfc60495cde216eef4c01040d76174cbe upstream.
While cleaning up sysfs callback that prints EK we discovered a kernel
memory leak. This commit fixes the issue by zer
3.16.49-rc1 review patch. If anyone has any objections, please let me know.
--
From: Richard Weinberger
commit 4acadda74ff8b949c448c0282765ae747e088c87 upstream.
When UBIFS prepares data structures which will be written to the MTD it
ensues that their lengths are multiple of 8
On Mon, Oct 09, 2017 at 10:59:36AM +0100, Will Deacon wrote:
> Hi Yury,
>
> On Mon, Oct 09, 2017 at 12:30:52AM +0300, Yury Norov wrote:
> > On Fri, Oct 06, 2017 at 02:34:37PM +0100, Will Deacon wrote:
> > > This is version two of the patches I posted yesterday:
> > >
> > >
> > > http://lists.i
On Fri, Sep 22, 2017 at 02:59:59PM -0500, Tom Zanussi wrote:
> Add the necessary infrastructure to allow the variables defined on one
> event to be referenced in another. This allows variables set by a
> previous event to be referenced and used in expressions combining the
> variable values saved
3.16.49-rc1 review patch. If anyone has any objections, please let me know.
--
From: Dan Carpenter
commit d0a67c372df410b579197ea818596001fe20070d upstream.
We should change this post-op to a pre-op because we want the loop to
exit with "timeout" set to zero.
Fixes: 0a89b5536
3.16.49-rc1 review patch. If anyone has any objections, please let me know.
--
From: Dan Carpenter
commit 2ca30331c156ca9e97643ad05dd8930b8fe78b01 upstream.
In the current code, if the user accidentally writes a bogus command to
this sysfs file, then we set the latency toleran
3.16.49-rc1 review patch. If anyone has any objections, please let me know.
--
From: James Hogan
commit 4f32a39d49b25eaa66d2420f1f03d371ea4cd906 upstream.
The sys_exit trace event takes a single return value for the system
call, which MIPS passes the value of the $v0 (result)
3.16.49-rc1 review patch. If anyone has any objections, please let me know.
--
From: Sahitya Tummala
commit b17c070fb624cf10162cf92ea5e1ec25cd8ac176 upstream.
__list_lru_walk_one() acquires nlru spin lock (nlru->lock) for longer
duration if there are more number of items in th
3.16.49-rc1 review patch. If anyone has any objections, please let me know.
--
From: Jiang Yi
commit 1d6ef276594a781686058802996e09c8550fd767 upstream.
This patch addresses a COMPARE_AND_WRITE se_device->caw_sem leak,
that would be triggered during normal se_cmd shutdown or ab
3.16.49-rc1 review patch. If anyone has any objections, please let me know.
--
From: Herbert Xu
commit b82ce24426a4071da9529d726057e4e642948667 upstream.
It has been reported that sha1-avx2 can cause page faults by reading
beyond the end of the input. This patch disables it u
3.16.49-rc1 review patch. If anyone has any objections, please let me know.
--
From: Helge Deller
commit 247462316f85a9e0479445c1a4223950b68ffac1 upstream.
When a process runs out of stack the parisc kernel wrongly faults with SIGBUS
instead of the expected SIGSEGV signal.
Th
3.16.49-rc1 review patch. If anyone has any objections, please let me know.
--
From: Jamal Hadi Salim
commit e05a90ec9e1680952454ea9510da9a761a5baac9 upstream.
SYN-ACK responses on a server in response to a SYN from a client
did not get the injected skb mark that was tagged on
3.16.49-rc1 review patch. If anyone has any objections, please let me know.
--
From: "Ewan D. Milne"
commit f9279c968c257ee39b0d7bd2571a4d231a67bcc1 upstream.
The addition of the STARGET_REMOVE state had the side effect of
introducing a race condition that can cause a crash.
3.16.49-rc1 review patch. If anyone has any objections, please let me know.
--
From: Eric Biggers
commit b0f94efd5aa8daa8a07d7601714c2573266cd4c9 upstream.
Architectures with a compat syscall table must put compat_sys_keyctl()
in it, not sys_keyctl(). The parisc architecture
Hi Hans,
Am Montag, 9. Oktober 2017, 14:48:13 CEST schrieb Hans Verkuil:
> On 09/10/17 11:04, Jacob Chen wrote:
> > Rockchip RGA is a separate 2D raster graphic acceleration unit. It
> > accelerates 2D graphics operations, such as point/line drawing, image
> > scaling, rotation, BitBLT, alpha blen
Hello,
On Monday, 9 October 2017 12:34:26 EEST Sakari Ailus wrote:
> On Mon, Oct 09, 2017 at 11:36:01AM +0300, Todor Tomov wrote:
> > On 4.10.2017 13:47, Laurent Pinchart wrote:
> >> CC'ing the I2C mainling list and the I2C maintainer.
> >>
> >> On Wednesday, 4 October 2017 13:30:08 EEST Sakari
On Mon, Oct 09, 2017 at 02:54:34PM +0800, Eryu Guan wrote:
> I have no problem either if python is really needed, after all this is a
> very useful infrastructure improvement. But the python version problem
> brought up by Ted made me a bit nervous, we need to work that round
> carefully.
>
> OTOH
3.16.49-rc1 review patch. If anyone has any objections, please let me know.
--
From: Thomas Bogendoerfer
commit 33f9e02495d15a061f0c94ef46f5103a2d0c20f3 upstream.
Enabling parport pc driver on a B2600 (and probably other 64bit PARISC
systems) produced following BUG:
CPU: 0 PI
3.16.49-rc1 review patch. If anyone has any objections, please let me know.
--
From: Sabrina Dubroca
commit ec8add2a4c9df723c94a863b8fcd6d93c472deed upstream.
Currently, when the link for $DEV is down, this command succeeds but the
address is removed immediately by DAD (1):
3.2.94-rc1 review patch. If anyone has any objections, please let me know.
--
From: Jan Kara
commit 9795e0e8ac0d6a3ee092f1b555b284b57feef99e upstream.
__udf_adinicb_readpage() uses i_size several times. When truncate
changes i_size while the function is running, it can observe
On Mon, Oct 09, 2017 at 08:21:13PM +0800, Fengguang Wu wrote:
> > > From e7840ad76515f0b5061fcdd098b57b7c01b61482 Mon Sep 17 00:00:00 2001
> > > Message-Id:
> > >
> > > From: Josh Poimboeuf
> > > Date: Thu, 5 Oct 2017 09:43:59 -0500
> > > Subject: [PATCH 1/2] unwinder fixes
> > >
> > > ---
> >
On Sun, Oct 08, 2017 at 11:43:35PM -0400, Theodore Ts'o wrote:
> On Sun, Oct 08, 2017 at 10:25:10PM -0400, Josef Bacik wrote:
> >
> > Probably should have led with that shouldn't I have? There's nothing
> > keeping me
> > from doing it, but I didn't want to try and shoehorn in a python thing int
3.16.49-rc1 review patch. If anyone has any objections, please let me know.
--
From: Rabin Vincent
commit 966681c9f029afd5decee069b7658bb58ad0a863 upstream.
When a CIFS filesystem is mounted with the forcemand option and the
following command is run on it, lockdep warns about
On Mon, Oct 09, 2017 at 08:21:13PM +0800, Fengguang Wu wrote:
On Mon, Oct 09, 2017 at 12:50:55PM +0200, Peter Zijlstra wrote:
Fengguang, if you're still listening, could you please rerun the tests
on top of ce07a9415f26, with the attached patches also applied?
Ping!? it would be very good to g
Hi Russell,
On Mon, Sep 25, 2017 at 11:55:14AM +0200, Antoine Tenart wrote:
> On Fri, Sep 22, 2017 at 12:07:31PM +0100, Russell King - ARM Linux wrote:
> > On Thu, Sep 21, 2017 at 03:45:22PM +0200, Antoine Tenart wrote:
>
> > > +static int mvpp2_phylink_mac_link_state(struct net_device *dev,
> >
3.16.49-rc1 review patch. If anyone has any objections, please let me know.
--
From: Ira Weiny
commit 0cf18d7723055709faf51b50f5a33253b480637f upstream.
Previously start_port and end_port were defined in 2 places, cache.c and
device.c and this prevented their use in other modu
3.2.94-rc1 review patch. If anyone has any objections, please let me know.
--
From: Johan Hovold
commit f62f9ffdb5ef683ef8cffb43932fa72cc3713e94 upstream.
Make sure to drop the reference to the dma device taken by
of_find_device_by_node() on probe errors and on driver unbind.
On Fri, Sep 22, 2017 at 02:59:55PM -0500, Tom Zanussi wrote:
> Add support for simple addition, subtraction, and unary expressions
> (-(expr) and expr, where expr = b-a, a+b, a+b+c) to hist triggers, in
> order to support a minimal set of useful inter-event calculations.
>
> These operations are n
2017-10-08 16:30 GMT+02:00 Jonathan Cameron :
> On Thu, 5 Oct 2017 14:13:44 -0400
> William Breathitt Gray wrote:
>
>> This patch introduces the IIO generic counter interface for supporting
>> counter devices. The generic counter interface serves as a catch-all to
>> enable rudimentary support fo
3.2.94-rc1 review patch. If anyone has any objections, please let me know.
--
From: Dan Carpenter
commit 1d32a62c74b3bcb69822b0f4745af5410cfec3a7 upstream.
If bnx2i_map_ep_dbell_regs() then we accidentally return NULL instead of
an error pointer. It results in a NULL derefere
3.16.49-rc1 review patch. If anyone has any objections, please let me know.
--
From: Lubomir Rintel
commit 3d171f3907329d4b1ce31d5ec9c852c5f0269578 upstream.
The userspace needs to know why is the address being removed so that it can
perhaps obtain a new address.
Without the
3.2.94-rc1 review patch. If anyone has any objections, please let me know.
--
From: Devin Heitmueller
commit 6836796de4019944f4ba4c99a360e8250fd2e735 upstream.
The USB core and sysfs will attempt to enumerate certain parameters
which are unsupported by the au0828 - causing inc
3.2.94-rc1 review patch. If anyone has any objections, please let me know.
--
From: Lubomir Rintel
commit 3d171f3907329d4b1ce31d5ec9c852c5f0269578 upstream.
The userspace needs to know why is the address being removed so that it can
perhaps obtain a new address.
Without the D
3.16.49-rc1 review patch. If anyone has any objections, please let me know.
--
From: Boris Pismenny
commit 5ecce4c9b17bed4dc9cb58bfb10447307569b77b upstream.
The ib_uverbs_create_ah() ind ib_uverbs_modify_qp() calls receive
the port number from user input as part of its attrib
3.2.94-rc1 review patch. If anyone has any objections, please let me know.
--
From: Ville Syrjälä
commit ce3f7163e4ce8fd583dcb36b6ee6b81fd1b419ae upstream.
We have pretty clear evidence that MSIs are getting lost on g4x and
somehow the interrupt logic doesn't seem to recover f
3.2.94-rc1 review patch. If anyone has any objections, please let me know.
--
From: Chen Yu
commit e60514bd4485c0c7c5a7cf779b200ce0b95c70d6 upstream.
Currently we saw a lot of "No irq handler" errors during hibernation, which
caused the system hang finally:
ata4.00: qc time
3.2.94-rc1 review patch. If anyone has any objections, please let me know.
--
From: Jarkko Sakkinen
commit 13b47cfcfc60495cde216eef4c01040d76174cbe upstream.
While cleaning up sysfs callback that prints EK we discovered a kernel
memory leak. This commit fixes the issue by zero
3.2.94-rc1 review patch. If anyone has any objections, please let me know.
--
From: Jiri Olsa
commit c46fc0424ced3fb71208e72bd597d91b9169a781 upstream.
Zorro reported following crash while having enabled
syscall tracing (CONFIG_FTRACE_SYSCALLS):
Unable to handle kernel poin
3.2.94-rc1 review patch. If anyone has any objections, please let me know.
--
From: Boris Pismenny
commit 5ecce4c9b17bed4dc9cb58bfb10447307569b77b upstream.
The ib_uverbs_create_ah() ind ib_uverbs_modify_qp() calls receive
the port number from user input as part of its attribu
3.2.94-rc1 review patch. If anyone has any objections, please let me know.
--
From: Eric Biggers
commit b0f94efd5aa8daa8a07d7601714c2573266cd4c9 upstream.
Architectures with a compat syscall table must put compat_sys_keyctl()
in it, not sys_keyctl(). The parisc architecture w
3.2.94-rc1 review patch. If anyone has any objections, please let me know.
--
From: Srinivas Dasari
commit d7f13f7450369281a5d0ea463cc69890a15923ae upstream.
validate_scan_freqs() retrieves frequencies from attributes
nested in the attribute NL80211_ATTR_SCAN_FREQUENCIES with
On Mon, Oct 09, 2017 at 02:54:04PM +0200, Peter Zijlstra wrote:
On Mon, Oct 09, 2017 at 08:21:13PM +0800, Fengguang Wu wrote:
> > From e7840ad76515f0b5061fcdd098b57b7c01b61482 Mon Sep 17 00:00:00 2001
> > Message-Id:
> > From: Josh Poimboeuf
> > Date: Thu, 5 Oct 2017 09:43:59 -0500
> > Subjec
3.2.94-rc1 review patch. If anyone has any objections, please let me know.
--
From: "Maciej W. Rozycki"
commit 7b82c1058ac1f8f8b9f2b8786b1f710a57a870a8 upstream.
Fix commit e50c0a8fa60d ("Support the MIPS32 / MIPS64 DSP ASE.") and
send SIGILL rather than SIGBUS whenever an uni
3.2.94-rc1 review patch. If anyone has any objections, please let me know.
--
From: Jan Kara
commit a3bb2d5587521eea6dab2d05326abb0afb460abd upstream.
When new directory 'DIR1' is created in a directory 'DIR0' with SGID bit
set, DIR1 is expected to have SGID bit set (and ownin
3.2.94-rc1 review patch. If anyone has any objections, please let me know.
--
From: Sabrina Dubroca
commit ec8add2a4c9df723c94a863b8fcd6d93c472deed upstream.
Currently, when the link for $DEV is down, this command succeeds but the
address is removed immediately by DAD (1):
3.2.94-rc1 review patch. If anyone has any objections, please let me know.
--
From: Ira Weiny
commit 0cf18d7723055709faf51b50f5a33253b480637f upstream.
Previously start_port and end_port were defined in 2 places, cache.c and
device.c and this prevented their use in other modul
On Mon, Oct 09, 2017 at 04:17:31PM +1100, Dave Chinner wrote:
> On Sun, Oct 08, 2017 at 10:25:10PM -0400, Josef Bacik wrote:
> > On Mon, Oct 09, 2017 at 11:51:37AM +1100, Dave Chinner wrote:
> > > On Fri, Oct 06, 2017 at 05:09:57PM -0400, Josef Bacik wrote:
> > > > Hello,
> > > >
> > > > One thing
3.2.94-rc1 review patch. If anyone has any objections, please let me know.
--
From: Richard Weinberger
commit 272eda8298dc82eb411ece82bbb2c62911087b24 upstream.
UBIFS handles extended attributes just like files, as consequence of
that, they also have inodes.
Therefore UBIFS do
3.2.94-rc1 review patch. If anyone has any objections, please let me know.
--
From: Ben Hutchings
Based on Ernesto A. Fernández's fix for ext2 (commit fe26569eb919), from
which the following description is taken:
> When changing a file's acl mask, ext2_set_acl() will first set
3.2.94-rc1 review patch. If anyone has any objections, please let me know.
--
From: Arun Sharma
commit bc6ca7b342d5ae15c3ba3081fd40271b8039fb25 upstream.
Signed-off-by: Arun Sharma
Cc: Linus Torvalds
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Peter Zijlstra
Link: http:
3.2.94-rc1 review patch. If anyone has any objections, please let me know.
--
From: Jim Mattson
commit 51aa68e7d57e3217192d88ce90fd5b8ef29ec94f upstream.
If L1 does not specify the "use TPR shadow" VM-execution control in
vmcs12, then L0 must specify the "CR8-load exiting" and
3.2.94-rc1 review patch. If anyone has any objections, please let me know.
--
From: Ernesto A. Fernández
commit fcea8aed91f53b51f9b943dc01f12d8aa666c720 upstream.
When changing a file's acl mask, reiserfs_set_acl() will first set the
group bits of i_mode to the value of the m
3.2.94-rc1 review patch. If anyone has any objections, please let me know.
--
From: Steven Toth
commit 6fb05e0dd32e566facb96ea61a48c7488daa5ac3 upstream.
Avoid a double fetch by reusing the values from the prior transfer.
Originally reported via https://bugzilla.kernel.org/sh
3.2.94-rc1 review patch. If anyone has any objections, please let me know.
--
From: Ben Seri
commit e860d2c904d1a9f38a24eb44c9f34b8f915a6ea3 upstream.
Validate the output buffer length for L2CAP config requests and responses
to avoid overflowing the stack buffer used for build
3.2.94-rc1 review patch. If anyone has any objections, please let me know.
--
From: Dan Carpenter
commit d0a67c372df410b579197ea818596001fe20070d upstream.
We should change this post-op to a pre-op because we want the loop to
exit with "timeout" set to zero.
Fixes: 0a89b55364
On Mon, Oct 09, 2017 at 02:54:04PM +0200, Peter Zijlstra wrote:
> On Mon, Oct 09, 2017 at 08:21:13PM +0800, Fengguang Wu wrote:
> > > > From e7840ad76515f0b5061fcdd098b57b7c01b61482 Mon Sep 17 00:00:00 2001
> > > > Message-Id:
> > > >
> > > > From: Josh Poimboeuf
> > > > Date: Thu, 5 Oct 2017 09
3.2.94-rc1 review patch. If anyone has any objections, please let me know.
--
From: Maurizio Lombardi
commit 62e62ffd95539b9220894a7900a619e0f3ef4756 upstream.
The enclosure_add_device() function should fail if it can't create the
relevant sysfs links.
Signed-off-by: Maurizio
3.2.94-rc1 review patch. If anyone has any objections, please let me know.
--
From: Yuval Shaia
commit 24dc831b77eca9361cf835be59fa69ea0e471afc upstream.
Signed-off-by: Yuval Shaia
Reviewed-by: Leon Romanovsky
Signed-off-by: Doug Ledford
[bwh: Backported to 3.2:
- Drop ina
3.2.94-rc1 review patch. If anyone has any objections, please let me know.
--
From: Jan Kara
commit 6883cd7f68245e43e91e5ee583b7550abf14523f upstream.
When new directory 'DIR1' is created in a directory 'DIR0' with SGID bit
set, DIR1 is expected to have SGID bit set (and ownin
3.2.94-rc1 review patch. If anyone has any objections, please let me know.
--
From: Chen Hong
commit 340d394a789518018f834ff70f7534fc463d3226 upstream.
The driver checks port->exists twice in i8042_interrupt(), first when
trying to assign temporary "serio" variable, and second
3.16.49-rc1 review patch. If anyone has any objections, please let me know.
--
From: Jaegeuk Kim
commit 1d7be2708277edfef95171d52fb65ee26eaa076b upstream.
This allows to freeze gc and discard threads.
Signed-off-by: Jaegeuk Kim
[bwh: Backported to 3.16: drop changes to disca
501 - 600 of 1261 matches
Mail list logo