The patch
regmap: debugfs: Use seq_file for the access map
has been applied to the regmap tree at
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sen
Stefan Wahren writes:
> Hi Eric,
>
> i tried to build Linux next-20160104, but vc4 failed with the following
> messages:
>
> ...
> CC drivers/gpu/drm/vc4/vc4_v3d.o
> drivers/gpu/drm/vc4/vc4_v3d.c: In function 'vc4_v3d_set_power':
> drivers/gpu/drm/vc4/vc4_v3d.c:157:29: error: called object
On Tue, Jan 05, 2016 at 03:57:54PM +0800, Aaron Ma wrote:
> On Tue, Jan 5, 2016 at 5:18 AM, Paul E. McKenney
> wrote:
> > On Mon, Jan 04, 2016 at 06:01:37PM +0800, Aaron Ma wrote:
> >> On Fri, Jan 1, 2016 at 3:49 AM, Paul E. McKenney
> >> wrote:
> >> > On Wed, Dec 30, 2015 at 09:41:45AM -0800, Pa
From: Andi Kleen
Some locales print floating point numbers with a comma instead of a dot.
This causes problems with CSV mode because it causes extra false CSV
fields. Force the numeric locale to be always C in CSV mode.
Before:
$ LC_ALL=pl_PL.utf8 perf stat -x, true
0,399472,,task-clock,399472
Hi Arnaldo,
On Tue, Jan 05, 2016 at 01:40:10PM -0300, Arnaldo Carvalho de Melo wrote:
> Em Tue, Jan 05, 2016 at 07:43:07PM +0900, Namhyung Kim escreveu:
> > Hi,
> >
> > On Tue, Jan 05, 2016 at 02:32:47PM +0800, Wangnan (F) wrote:
> > >
> > >
> > > On 2016/1/5 13:36, Namhyung Kim wrote:
> > > >C
Eduardo, Rui,
On Mon, Dec 21, 2015 at 08:49:40AM +0530, Viresh Kumar wrote:
> On 19-12-15, 12:54, Javi Merino wrote:
> > In __cpufreq_cooling_register() we allocate the arrays for time_in_idle
> > and time_in_idle_timestamp to be as big as the number of cpus in this
> > cpufreq device. However, i
On Tue, Dec 29, 2015 at 08:12:18PM -0800, Andy Lutomirski wrote:
> Signed-off-by: Andy Lutomirski
> ---
> arch/x86/include/asm/pvclock.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/x86/include/asm/pvclock.h b/arch/x86/include/asm/pvclock.h
> index 66df22b2e0c9..
--
On 2016-01-05 17:49, kbuild test robot wrote:
> Hi Peter,
>
> [auto build test ERROR on wsa/i2c/for-next]
> [also build test ERROR on v4.4-rc8 next-20160105]
> [if your patch is applied to the wrong git tree, please drop us a note to
> help improving the system]
>
Wenyou Yang writes:
> Replace the deprecated master->transfer with transfer_one_message()
> and allow the SPI subsystem handle all the queuing of messages.
>
> Signed-off-by: Wenyou Yang
> Tested-by: Richard Genoud
> ---
> Hi Mark,
>
> Thanks for your feedback.
>
> According to your advice, I p
From: Parinay Kondekar
With the removal of the IOC_LIBCFS_MEMHOG ioctl we no
longer need struct libcfs_device_userstate.
Signed-off-by: Parinay Kondekar
Signed-off-by: James Simmons
Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-5844
Reviewed-on: http://review.whamcloud.com/17492
Reviewed
From: Parinay Kondekar
With the libcfs ioctl cleanup we no longer need the libcfs
pseudo device abstraction.
Signed-off-by: Parinay Kondekar
Signed-off-by: James Simmons
Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-5844
Reviewed-on: http://review.whamcloud.com/17492
Reviewed-by: Andreas
From: Parinay Kondekar
The IOC_LIBCFS_MEMHOG is not needed so remove it.
Signed-off-by: Parinay Kondekar
Signed-off-by: James Simmons
Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-5844
Reviewed-on: http://review.whamcloud.com/17492
Reviewed-by: Andreas Dilger
Reviewed-by: Dmitry Eremin
From: Parinay Kondekar
No reason to go through the cfs_psdev_ops abstract
to call libcfs_ioctl. Just call libcfs_ioctl directly.
Signed-off-by: Parinay Kondekar
Signed-off-by: James Simmons
Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-5844
Reviewed-on: http://review.whamcloud.com/17492
Removing unused IOC_LIBCFS_MEMHOG and IOC_LIBCFS_PANIC ioctls
from the libcfs/ lnet/ code. This cleanup allows us to remove
the cfs_psdev abstraction.
Signed-off-by: Parinay Kondekar
Signed-off-by: James Simmons
Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-5844
Reviewed-on: http://review.
From: Parinay Kondekar
With struct libcfs_device_userstate gone we can move
the remaining code of libcfs_psdev_ops.p_[open|close]
into the libcfs_psdev_[open|release] functions directly.
Signed-off-by: Parinay Kondekar
Signed-off-by: James Simmons
Intel-bug-id: https://jira.hpdd.intel.com/brow
On Mon, Jan 04, 2016 at 06:53:08PM -0600, Serge E. Hallyn wrote:
> Ok, please hold off on this, there is another locking question i need to look
> into :(
With my v2 of patch 3 this is resolved, thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a mes
From: Parinay Kondekar
A few pieces still exist for the IOC_LIBCFS_PANIC ioctl. Remove
these last bits to prevent old tools from using them. The latest
lustre utilities no longer use this ioctl.
Signed-off-by: Parinay Kondekar
Signed-off-by: James Simmons
Intel-bug-id: https://jira.hpdd.intel.
From: Parinay Kondekar
The libcfs_ioctl.h header has a comment about a snapshot ioctl
which has been removed for years. Lets remove the comment to
avoid confusion. Broken out of patch 17492.
Signed-off-by: Parinay Kondekar
Signed-off-by: James Simmons
Intel-bug-id: https://jira.hpdd.intel.com/
This is the start of the review cycle for the Linux 4.2.8-ckt1 stable kernel.
This version contains 211 new patches, summarized below. The new patches are
posted as replies to this message and also available in this git branch:
http://kernel.ubuntu.com/git/ubuntu/linux.git/log/?h=linux-4.2.y-rev
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Florian Fainelli
commit 6cc8e6d4dcb3651eea9b01db3e195fffb19fb24f upstream.
We are currently doing a full PHY initialization and even starting the
pHY state machine during bcmgenet_mii_
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Nikhil Badola
commit f8786a91548df6930643a052e40e5c0b7a8403a5 upstream.
Incoming packets in high speed are randomly corrupted by h/w
resulting in multiple errors. This workaround makes
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Grygorii Strashko
commit 6417049f662d85a6f3a6b7cb8bc98bae3edae0a4 upstream.
On DRA7 there is one pinctrl domain (dra7_pmx_core) and
PRCM wake-up IRQ is not shared, so remove quirk.
Cc
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Scott Feldman
commit eb4cb85180cd3baee4a01fd32e296fc28c2cffc1 upstream.
.maxtype should match .policy. Probably just been getting lucky here
because IFLA_BRPORT_MAX > IFLA_BR_MAX.
Fi
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Eric Dumazet
commit c82199061009d1561e31e17fca5e47a87cb7ff4c upstream.
In commit f341861fb0b ("task_work: add a scheduling point in
task_work_run()") I fixed a latency problem adding a
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Joerg Roedel
commit e324fc82ea453fcbd3898ec7afb792f750c68979 upstream.
The vfio_device_get_from_name() function might return a
non-NULL pointer, when called with a device name that is
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: "sumit.sax...@avagotech.com"
commit 323c4a02c631d00851d8edc4213c4d184ef83647 upstream.
This is an issue on SMAP enabled CPUs and 32 bit apps running on 64 bit
OS. Do not access user me
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Alex Deucher
commit b8b339ea3b76392b1be7445f5ce57958fa6539f3 upstream.
Reviewed-by: Jammy Zhou
Signed-off-by: Alex Deucher
Signed-off-by: Kamal Mostafa
---
drivers/gpu/drm/amd/amdg
4.2.8-ckt1 -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:
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Guillaume Nault
[ Upstream commit fe53985aaac83d516b38358d4f39921d9942a0e2 ]
pppoe_connect() mustn't touch the padt_work field of pppoe sockets
because that work could be already pendi
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Tetsuo Handa
commit 426fb5e72d92b868912e47a1e3ca2df6eabc3872 upstream.
It was confirmed that a local unprivileged user can consume all memory
reserves and hang up that system using tim
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Thadeu Lima de Souza Cascardo
commit c4047f533f3cb1c57e82ad02f3aa7054406df648 upstream.
Redo commit ed1acc8cd8c22efa919da8d300bab646e01c2dce.
Commit 822b3b2ebfff8e9b3d006086c527738a7c
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Ben Hutchings
commit c28628b867485165fd301e061bb9a1284ede700b upstream.
do_fork() is no longer defined on x86, so probe _do_fork() instead.
Fixes: 3033f14ab78c ("clone: support passin
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Vlad Yasevich
[ Upstream commit a6e18ff111701b4ff6947605bfbe9594ec42a6e8 ]
When we have multiple stacked vlan devices all of which have
turned off REORDER_HEADER flag, the untag operat
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Marcelo Ricardo Leitner
[ Upstream commit cb5e173ed7c03a0d4630ce68a95a186cce3cc872 ]
SCTP echoes a cookie o INIT ACK chunks that contains a timestamp, for
detecting stale cookies. This
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Andrew Honig
commit 0185604c2d82c560dab2f2933a18f797e74ab5a8 upstream.
Currently if userspace restores the pit counters with a count of 0
on channels 1 or 2 and the guest attempts to r
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Herbert Xu
[ Upstream commit c6ff5268293ef98e48a99597e765ffc417e39fa5 ]
The commit ba7c95ea3870fe7b847466d39a049ab6f156aa2c ("rhashtable:
Fix sleeping inside RCU critical section in wa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: David Howells
commit b4a1b4f5047e4f54e194681125c74c0aa64d637d upstream.
This fixes CVE-2015-7550.
There's a race between keyctl_read() and keyctl_revoke(). If the revoke
happens betw
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Hannes Frederic Sowa
[ Upstream commit 3036facbb7be3a169e35be3b271162b0fa564a2d ]
fou->udp_offloads is managed by RCU. As it is actually included inside
the fou sockets, we cannot let
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Hamish Martin
[ Upstream commit 7bff47da1ee23d00d1257905f2944c29594f799d ]
After commit 15bf176db1fb ("gianfar: Don't enable the Filer w/o the
Parser"), 'TSEC' model controllers (for e
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Hannes Frederic Sowa
[ Upstream commit 9b29c6962b70f232cde4076b1020191e1be0889d ]
Bjørn reported that while we switch all interfaces to privacy stable mode
when setting the secret, we
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Eric Dumazet
[ Upstream commit 07e100f984975cb0417a7d5e626d0409efbad478 ]
Yuchung tracked a regression caused by commit 57be5bdad759 ("ip: convert
tcp_sendmsg() to iov_iter primitives"
On Wed, Dec 30, 2015 at 7:26 AM, Ard Biesheuvel
wrote:
> This adds support for runtime relocation of the kernel Image, by
> building it as a PIE (ET_DYN) executable and applying the dynamic
> relocations in the early boot code.
>
> Signed-off-by: Ard Biesheuvel
> ---
> Documentation/arm64/bootin
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Rainer Weikusat
[ Upstream commit 3822b5c2fc62e3de8a0f33806ff279fb7df92432 ]
With b3ca9b02b00704053a38bfe4c31dbbb9c13595d0, the AF_UNIX SOCK_STREAM
receive code was changed from using
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Vlad Yasevich
[ Upstream commit f654861569872d10dcb79d9d7ca219b316f94ff0 ]
skb_reorder_vlan_header is called after the vlan header has
been pulled. As a result the offset of the begin
There's no reason to check for an active encoder when setting up hpd,
especially since a disconnected connector isn't going to have an encoder
in the first place. This fixes reprobing display connectors on resume.
Signed-off-by: Lyude
---
After some talking with danvet on IRC, I learned that call
On 01/05, Viresh Kumar wrote:
> sprintf() can access memory outside of the range of the character array,
> and is risky in some situations. The driver specified prop_name string
> can be longer than NAME_MAX here (only an attacker will do that though)
> and so blindly copying it into the character
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: "tadeusz.st...@intel.com"
[ Upstream commit 130ed5d105dde141e7fe60d5440aa53e0a84f13b ]
msg_iocb needs to be initialized on the recv/recvfrom path.
Otherwise afalg will wrongly interpre
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Herbert Xu
[ Upstream commit 3a324606bbabfc30084ce9d08169910773ba9a92 ]
William Hua wrote:
>
> I wasn't aware there was an enforced minimum size. I simply set the
> nelem_hint in the
On Wed, Dec 30, 2015 at 7:26 AM, Ard Biesheuvel
wrote:
> Since arm64 does not use a decompressor that supplies an execution
> environment where it is feasible to some extent to provide a source of
> randomness, the arm64 KASLR kernel depends on the bootloader to supply
> some random bits in regist
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Andrew Lunn
[ Upstream commit 651df2183543bc92f5dbcf99cd9e236ead0bc4c5 ]
commit 8b63ec1837fa ("phylib: Make PHYs children of their MDIO bus,
not the bus' parent.") changed the parenti
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Peter Wu
[ Upstream commit 90186af404ada5a47b875bf3c16d0b02bb023ea0 ]
When an interface is brought up which was previously suspended (via
runtime PM), it would hang. This happens becau
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: WANG Cong
[ Upstream commit ac5cc977991d2dce85fc734a6c71ddb33f6fe3c1 ]
Dmitry reported the following out-of-bound access:
Call Trace:
[] __asan_report_load4_noabort+0x3e/0x40
mm/kasa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Eric Dumazet
[ Upstream commit 9470e24f35ab81574da54e69df90c1eb4a96b43f ]
SCTP is lacking proper np->opt cloning at accept() time.
TCP and DCCP use ipv6_dup_options() helper, do the s
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: "David S. Miller"
[ Upstream commit 5233252fce714053f0151680933571a2da9cbfb4 ]
Signed-off-by: David S. Miller
Signed-off-by: Kamal Mostafa
---
net/bluetooth/sco.c | 3 +++
1 file ch
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Eric Dumazet
[ Upstream commit 225734de70cd0a9e0b978f3583a4a87939271d5e ]
Stas Nichiporovich reported a regression in his HFSC qdisc setup
on a non multi queue device.
It turns out I
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Eric Dumazet
[ Upstream commit 5037e9ef9454917b047f9f3a19b4dd179fbf7cd4 ]
David Wilder reported crashes caused by dst reuse.
I am seeing a crash on a distro V4.2.3 kernel caused by
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: WANG Cong
[ Upstream commit 09ccfd238e5a0e670d8178cf50180ea81ae09ae1 ]
Reported-by: Dmitry Vyukov
Signed-off-by: Cong Wang
Signed-off-by: David S. Miller
Signed-off-by: Kamal Mostaf
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Hannes Frederic Sowa
[ Upstream commit 79462ad02e861803b3840cc782248c7359451cd9 ]
郭永刚 reported that one could simply crash the kernel as root by
using a simple program:
int so
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Sergei Shtylyov
[ Upstream commit 248be83dcb3feb3f6332eb3d010a016402138484 ]
In a low memory situation the following kernel oops occurs:
Unable to handle kernel NULL pointer dereferen
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: =?UTF-8?q?Bj=C3=B8rn=20Mork?=
[ Upstream commit 9a1ec4612c9bfc94d4185e3459055a37a685e575 ]
Commit 64236f3f3d74 ("ipv6: introduce IFA_F_STABLE_PRIVACY flag")
failed to update the settin
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: =?UTF-8?q?Bj=C3=B8rn=20Mork?=
[ Upstream commit f8c0cfa5eca902d388c0b57c7ca29a1ff2e6d8c6 ]
The Huawei E3372 (12d1:157d) needs this quirk in MBIM mode
as well. Allow this by forcing the
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Marcelo Ricardo Leitner
[ Upstream commit 01ce63c90170283a9855d1db4fe81934dddce648 ]
Dmitry Vyukov reported that SCTP was triggering a WARN on socket destroy
related to disabling sock
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Marcelo Ricardo Leitner
[ Upstream commit 50a5ffb1ef535e3c6989711c51b5d61b543a3b45 ]
As we are keeping timestamps on when copying the socket, we also have to
copy sk_tsflags.
This is
Hi,
>> The current driver uses input clock source frequency to calculate
>> values for [SS|FS]_[HC|LC] registers. However, when booting ACPI, we do not
>> currently have a good way to provide the frequency information.
>> Instead, we can leverage the SSCN and FFCN ACPI methods, which can be used
>
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Jiri Benc
[ Upstream commit c5fb8caaf91ea6a92920cf24db10cfc94d58de0f ]
Commit 3511494ce2f3d ("vxlan: Group Policy extension") changed definition of
VXLAN_HF_RCO from 0x0020 to BIT(
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Nicolas Dichtel
[ Upstream commit 6a61d4dbf4f54b5683e0f1e58d873cecca7cb977 ]
Parameters were updated only if the kernel was unable to find the tunnel
with the new parameters, ie only i
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Pavel Machek
[ Upstream commit f2a3771ae8aca879c32336c76ad05a017629bae2 ]
atl1c driver is doing order-4 allocation with GFP_ATOMIC
priority. That often breaks networking after resume.
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Sumit Saxena
commit aed335eecf8f09c28588b01c7f7e24ee78156e28 upstream.
The DELL PERC5 controller firmware does not list tape drives in response
to MR_DCMD_PD_LIST_QUERY. This causes ta
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Stefan Wahren
[ Upstream commit ed7d42e24effbd3681e909711a7a2119a85e9217 ]
In case of a tx queue timeout every transmit is blocked until the
QCA7000 resets himself and triggers a sync
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Jarkko Sakkinen
commit b1a4144a695ff4a6834a2680600f36f991fa4926 upstream.
Mimi reported that afb5abc reverts the fix in 398a1e7. This patch
reverts it back.
Fixes: afb5abc262e9 ("tpm:
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Vineet Gupta
commit 30b9dbee895ff0d5cbf155bd1ef3f0f5992bca6f upstream.
Signed-off-by: Kamal Mostafa
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Arnd Bergmann
commit fdcb4b2e78220bde95ce4ba3213088e3a1f1cec6 upstream.
resource_size_t may be 32-bit wide on some architectures, which causes
this warning when building the NTB code:
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Krzysztof Kozlowski
commit 9e4249b4034090730017deaf632b46b5faaa12b9 upstream.
Thermal core could not read the temperature after registering the
thermal sensor with thermal_zone_of_sens
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Arnd Bergmann
commit 4bed5395a521b475c2164510596d9af366a3d6dc upstream.
The fixed_phy infrastructure is done in a way that is optional,
by providing 'static inline' helper functions do
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Ben Hutchings
commit 3b4d3819eca5787bae77314851a799ecbf0da02b upstream.
Fixes: 87b2d44026e0 ("selftests: add memfd/sealing page-pinning tests")
Fixes: 2bf9e0ab08c6 ("locking/static_key
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Martin Wilck
commit 2aef9da60bfdeb68dbcd4f114c098cbaa841b4ee upstream.
Release IRQs used for probing only. Otherwise the TPM will end up
with all IRQs 3-15 assigned.
Fixes: afb5abc262
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Christophe JAILLET
commit eb8ed1eb9a158c460d10205eaff71fd4ac67c160 upstream.
Reference to the 'np' node is dropped before dereferencing the 'sizep' and
'basep' pointers, which could by
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: WANG Cong
commit 87e9f0315952b0dd8b5e51ba04beda03efc009d9 upstream.
Sasha reported the following lockdep warning:
Possible unsafe locking scenario:
CPU0
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Munehisa Kamata
commit 94f9cd81436c85d8c3a318ba92e236ede73752fc upstream.
Commit 8b13eddfdf04cbfa561725cfc42d6868fe896f56 ("netfilter: refactor NAT
redirect IPv4 to use it from nf_tabl
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Eric Dumazet
commit 1d6119baf0610f813eb9d9580eb4fd16de5b4ceb upstream.
This patch fixes following problems :
1) percpu_counter_init() can return an error, therefore
init_frag_mem_li
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Peter Feiner
commit 956959f6b7a982b2e789a7a8fa1de437074a5eb9 upstream.
The -i flag was incorrectly listed as a short flag for --no-inherit. It
should have only been listed as a short
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Tero Kristo
commit 62c8c20af92ea312ecb22cec4e83082e5843076b upstream.
mcp794xx alarm registers must be written in BCD format. However, the
alarm programming logic neglected this by add
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: James Morse
commit 1b4bb2eaa9b2583521611b4aa978f9f499c92cd4 upstream.
vfio_platform_{read,write}_mmio() call ioremap_nocache() to map
a region of io memory, which they store in struct
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Florian Westphal
commit dbc3617f4c1f9fcbe63612048cb9583fea1e11ab upstream.
nfnetlink_bind request_module()s all the time as nfnetlink_get_subsys()
shifts the argument by 8 to obtain th
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Mathieu Desnoyers
commit a15920bea0428cd22291637f6c72542b1843e65f upstream.
The documentation on top of __DECLARE_TRACE() does not match its
implementation since the condition check ha
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: =?UTF-8?q?Michal=20Kube=C4=8Dek?=
commit ebac62fe3d24c0ce22dd83afa7b07d1a2aaef44d upstream.
Both tunnel6_protocol and tunnel46_protocol share the same error
handler, tunnel6_err(), whi
Stephen Rothwell writes:
> Hi Eric,
>
> On Sat, 26 Dec 2015 13:15:50 -0800 Eric Anholt wrote:
>>
>> I'll be sending pull-requests to Florian soon, but I would like to get
>> my trees included in linux-next to get increased testing coverage of
>> them against everything else going on for 4.5. I'
On Tue, Jan 05, 2016 at 02:53:08PM -0500, Lyude wrote:
> There's no reason to check for an active encoder when setting up hpd,
> especially since a disconnected connector isn't going to have an encoder
> in the first place. This fixes reprobing display connectors on resume.
>
> Signed-off-by: Lyud
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Chuck Lever
commit 7b3d770c67bc07db5035999e4f864c5f2ff7b10e upstream.
ib_req_notify_cq(IB_CQ_REPORT_MISSED_EVENTS) returns a positive
value if WCs were added to a CQ after the last com
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: =?UTF-8?q?Bj=C3=B8rn=20Mork?=
commit 70910791731b5956171e1bfcad707766b8e18fee upstream.
The lt4112 is a HP branded Huawei me906e modem. Like other Huawei
modems, it does not have a fix
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Masahiro Yamada
commit 3f5ceec96470050d20d7281d49985e3b1cfc3995 upstream.
fdt_translate_address() returns OF_BAD_ADDR on error. It is defined as
a u64 value, so the variable "addr" sh
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Chuck Lever
commit 4220a07264c0517006a534aed201e29c8d297306 upstream.
Commit 8301a2c047cc ("xprtrdma: Limit work done by completion
handler") was supposed to prevent xprtrdma's upcall
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Hannes Frederic Sowa
commit 682b1a9d3f9686ee43fd66b48605daff00522157 upstream.
We cannot reliable calculate packet size on MSG_MORE corked sockets
and thus cannot decide if they are go
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Alexander Duyck
commit ea9a8854161d9580cfabe011c0ae296ecc0e1d4f upstream.
The enumeration path should leave NumVFs set to zero. But after
4449f079722c ("PCI: Calculate maximum number
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Yuchung Cheng
commit 9e45a3e36b363cc4c79c70f2b4f994e66543a219 upstream.
Currently ca_seq_rtt_us does not use Kern's check. Fix that by
checking if any packet acked is a retransmit, for
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Bart Van Assche
commit db7489e07669073970358b6cacf6a9dd8dc9275e upstream.
Move the __attribute_const__ declarations such that sparse understands
that these apply to the function itself
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Hans de Goede
commit f71c882dd4cfe4aa88ea07b1402ddd43605d4aef upstream.
Like some of the other Yoga models the Lenovo Yoga 900 does not have a
hw rfkill switch, and trying to read the
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Ralf Baechle
commit f25319d2cb439249a6859f53ad42ffa332b0acba upstream.
Signed-off-by: Ralf Baechle
Fixes: f24219b4e90cf70ec4a211b17fbabc725a0ddf3c
(cherry picked from commit f0a232cde
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Peter Oberparleiter
commit 863e02d0e173bb9d8cea6861be22820b25c076cc upstream.
Writing a number to /sys/bus/scsi/devices//queue_ramp_up_period
returns the value of that number instead o
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me
know.
--
From: Arnd Bergmann
commit 5d1e623591dfaa64a59ecdac420adc16125524d4 upstream.
The INIT_UDATA() macro requires a pointer or unsigned long argument for
both input and output buffer, and all ca
601 - 700 of 1146 matches
Mail list logo