On Tuesday, February 09, 2016 09:01:36 AM Viresh Kumar wrote:
> An instance of 'struct dbs_data' can support multiple 'struct
> policy_dbs_info' instances. To traverse all policy_dbs supported by a
> dbs_data, create a list of policy_dbs within dbs_data.
>
> We can traverse this list now, instead
Hi,
On 02/09/2016 11:44 AM, Suman Anna wrote:
On 02/08/2016 11:17 PM, Kishon Vijay Abraham I wrote:
Hi,
On Tuesday 09 February 2016 02:37 AM, Suman Anna wrote:
On 02/08/2016 05:12 AM, Kishon Vijay Abraham I wrote:
Add a new hwmod flag to indicate custom reset handling and use it
for devices t
Vinod Koul writes:
> On Tue, Feb 09, 2016 at 08:20:05AM +0100, Robert Jarzmik wrote:
>> Vinod Koul writes:
>>
>> > On Mon, Feb 08, 2016 at 03:18:51PM +0100, Robert Jarzmik wrote:
>> >> The current number of requestor lines is limited to 31. This was an
>> >> error of a previous commit, as this
On Tue, 09 Feb 2016, Rasmus Villemoes wrote:
> This fails to undo the setup for pin==0; moreover, something
> interesting happens if the setup failed already at pin==0.
>
> Signed-off-by: Rasmus Villemoes
> ---
> drivers/gpu/drm/i915/intel_i2c.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deleti
Hi,
On Mon, 8 Feb 2016 11:55:43 +1100
Julian Calaby wrote:
> I believe that device tree overlays are the generally recommended method.
I agree. But last time I tried, the device tree compiler didn't
support overlays - neither in Debian nor in the in-kernel dtc ("-@" is
unsupported; last tried
From: "Steven Rostedt (Red Hat)"
Instead of using 100, define a USECS_PER_SEC macro and use that instead.
Signed-off-by: Steven Rostedt
---
tools/lib/traceevent/event-parse.c | 4 ++--
tools/lib/traceevent/event-parse.h | 2 ++
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a
Hi Arnaldo,
I did a diff of what I have in my trace-cmd library and found there
were a few patches that need to be brought over to tools/lib/traceevent
as well.
I have a repo based off of 4.5-rc3, but feel free to pull the patches
in directly.
-- Steve
git://git.kernel.org/pub/scm/linux/kern
From: "Steven Rostedt (Red Hat)"
When a long value is read on 32 bit machines for 64 bit output, the parsing
needs to change "%lu" into "%llu", as the value is read natively.
Unfortunately, if "%llu" is already there, the code will add another "l" to
it and fail to parse it properly.
Signed-off
From: "Chaos.Chen"
When rounding to microseconds, if the timestamp subsecond is between
.99500 and .9, it is rounded to .100, when it should instead
increment the second counter due to the overflow.
For example, if the timestamp is 1234.99501 instead of seeing:
1235.00
From: "Steven Rostedt (Red Hat)"
Had a bug where on error of parsing __print_array() where the
fields are freed after they were allocated, but since they were not
set to NULL, the freeing of the arg also tried to free the already
freed fields causing a double free.
Fix process_hex() while at it.
On Sun, Feb 07, 2016 at 10:32:26PM +0100, Rasmus Villemoes wrote:
> On Mon, Feb 01 2016, Andi Kleen wrote:
>
> > On Mon, Feb 01, 2016 at 10:25:17PM +0100, Rasmus Villemoes wrote:
> >> On Thu, Jan 28 2016, Andi Kleen wrote:
> >>
> >> > From: Andi Kleen
> >> >
> >> > The menu cpuidle governor do
> Is this compatible with existing userspace? CRIU and DOSEMU seem like
> things that are likely to blow up to me.
It should at least make it a sysctl.
>
> We may need to make this type of mitigation be opt-in. I'm already
> vaguely planning an opt-in mitigation framework for vsyscall runtime
On Mon, Feb 08, 2016 at 04:47:27PM +, Julien Grall wrote:
> For now, the firmware tables are parsed 2 times: once in the GIC
> drivers, the other timer when initializing the vGIC. It means code
> duplication and make more tedious to add the support for another
> firmware table (like ACPI).
>
>
Hi,
Le jeudi 21 janvier 2016 à 20:24 +, Mark Brown a écrit :
> Provide a flag auto_runtime_pm in the regulator_desc which causes the
> regulator core to take a runtime PM reference to a regulator while it
> is enabled. This helps integration with chip wide power management for
> auxiliary PMIC
On Tue, 9 Feb 2016 18:58:32 +0100 Vlastimil Babka wrote:
> On 02/05/2016 05:11 PM, Joonsoo Kim wrote:
> > Yeah, it seems wrong to me. :)
> > Here goes fix.
>
> Doesn't apply for me, even after fixing the most obvious line wraps.
> Seems like the version in mmotm is still your original patch and
On 02/09/2016 04:36 AM, Michael Ellerman wrote:
On Tue, 2016-02-09 at 00:38 -0500, David Long wrote:
From: "David A. Long"
Move duplicate and functionally equivalent code for accessing registers
and stack (CONFIG_HAVE_REGS_AND_STACK_ACCESS_API) from arch subdirs into
common kernel files.
I'm
Hi Hannes,
On Wed, Jan 13, 2016 at 12:25:33PM +0100, Hannes Reinecke wrote:
> It is not always possible to determine the actual size of the VPD
> data, so allow access to them if the size is set to '0'.
>
> Signed-off-by: Hannes Reinecke
> ---
> drivers/pci/pci-sysfs.c | 20
On 02/09/2016 04:45 AM, Ingo Molnar wrote:
* Michael Ellerman wrote:
On Tue, 2016-02-09 at 00:38 -0500, David Long wrote:
From: "David A. Long"
Move duplicate and functionally equivalent code for accessing registers
and stack (CONFIG_HAVE_REGS_AND_STACK_ACCESS_API) from arch subdirs into
On 2/7/2016 10:04 AM, Sinan Kaya wrote:
> Hi Mark,
>
> On 2/3/2016 1:36 PM, Mark Rutland wrote:
>> > Sorry, but it's going to be far easier to review with useless code
>> > removed, so I will wait until the next posting where this patch is
>> > folded in.
> V14 of the patch have been posted on the
On 02/07/2016 06:28 PM, Rafael J. Wysocki wrote:
On Friday, February 05, 2016 06:22:35 PM Saravana Kannan wrote:
On 02/04/2016 07:54 PM, Rafael J. Wysocki wrote:
On Thursday, February 04, 2016 07:18:32 PM Rafael J. Wysocki wrote:
On Thu, Feb 4, 2016 at 6:44 PM, Saravana Kannan wrote:
On 02/0
On Wed, Jan 13, 2016 at 12:25:34PM +0100, Hannes Reinecke wrote:
> PCI-2.2 VPD entries have a maximum size of 32k, but might actually
> be smaller than that. To figure out the actual size one has to read
> the VPD area until the 'end marker' is reached.
> Trying to read VPD data beyond that marker
There seem to be several revs of this patch, and it's hard for me to
keep track of what's current. If you want to update any patch in the
series, please repost the entire series with a new version number.
On Wed, Jan 13, 2016 at 12:25:35PM +0100, Hannes Reinecke wrote:
> From: Babu Moger
>
> Re
From: Andrew Pinski
On ThunderX T88 pass 1.x through 2.1 parts, broadcast TLBI
instructions may cause the icache to become invalid if it contains
data for a non-current ASID.
This patch implements the workaround (which flushes the local icache
when switching the mm) by using code patching.
Sign
On Tue, 2016-02-09 at 18:11 +0100, Frederic Weisbecker wrote:
>
> So for any T_slice being a given cpu timeslice (in secs) executed
> between
> two ring switch (user <-> kernel), we are going to account: 1 *
> P(T_slice*HZ)
> (P() stand for probability here).
>
> Now after this patch, the scenari
On 2/9/2016 3:07 PM, Bjorn Helgaas wrote:
> There seem to be several revs of this patch, and it's hard for me to
> keep track of what's current. If you want to update any patch in the
> series, please repost the entire series with a new version number.
Here is the latest of patch 4/4.
https://p
On Tue, 9 Feb 2016 21:41:44 +0530 "Aneesh Kumar K.V"
wrote:
> With next generation power processor, we are having a new mmu model
> [1] that require us to maintain a different linux page table format.
>
> Inorder to support both current and future ppc64 systems with a single
> kernel we need t
On Tue, Feb 09, 2016 at 01:56:19AM +, Kuninori Morimoto wrote:
>
> Hi Eduardo
>
> I'm sorry I didn't mention you.
> Can you please check these patches ?
Yes Morimoto, they are now on my todo list.
Thanks.
Eduardo Valentin
signature.asc
Description: Digital signature
On Tue, 9 Feb 2016, Dave Gerlach wrote:
> Sorry got held up by the discussion here [1], that regression affects
> rmmod/re-insmod of wkup_m3_rproc as well. If I revert the guilty patch
> 5de85b9d57ab ("PM / runtime: Re-init runtime
> PM states at probe error and driver unbind") and apply these thr
On 8 February 2016 at 17:53, Julian Calaby wrote:
>> + if (ev.op == RFKILL_OP_AIRPLANE_MODE_RELEASE) {
>> + if (rfkill_apm_owned && !data->is_apm_owner) {
>
> Are you sure this is correct?
>
> In the case that airplane mode isn't owned, the
> rfkill_apm_led_trigger_event() cal
Provide an interface for the airplane-mode indicator be controlled from
userspace. User has to first acquire the control through
RFKILL_OP_AIRPLANE_MODE_ACQUIRE and keep the fd open for the whole time
it wants to be in control of the indicator. Closing the fd or using
RFKILL_OP_AIRPLANE_MODE_RELEAS
On 8 February 2016 at 16:03, Darren Hart wrote:
> On Mon, Feb 08, 2016 at 12:05:23PM -0500, João Paulo Rechi Vita wrote:
>
> I'm waiting for the RFKILL reviews to complete, but quickly, patches 4 and 5
> require a commit message. There is always something you can add here, for
> example, do these
On Tue, 2016-02-09 at 14:47 -0500, Waiman Long wrote:
> This patchset is a variant of PeterZ's "locking/mutex: Avoid spinner
> vs waiter starvation" patch. The major difference is that the
> waiter-spinner won't enter into the OSQ used by the spinners. Instead,
> it will spin directly on the lock i
dump_backtrace may be called in kthread context, which is not bound to a single
cpu, i.e. khungtaskd, then calling smp_processor_id may trigger the below bug
report:
BUG: using smp_processor_id() in preemptible [] code: khungtaskd/71
caller is debug_smp_processor_id+0x1c/0x28
CPU: 3 PID: 7
T: Bus=01 Lev=01 Prnt=01 Port=04 Cnt=02 Dev#= 3 Spd=12 MxCh= 0
D: Ver= 1.10 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs= 1
P: Vendor=0489 ProdID=e095 Rev=00.01
C: #Ifs= 2 Cfg#= 1 Atr=e0 MxPwr=100mA
I: If#= 0 Alt= 0 #EPs= 3 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
I: If#= 1 Alt= 0 #EPs= 2 Cls=e0(wlc
On Mon, Feb 08, 2016 at 02:46:27PM +0530, Keerthy wrote:
> OMAP5 has 3 thermal zones cpu, core and multimedia.
> On the other hand DRA7 has 5 thermal zones cpu, gpu, core, dspeve
> and iva. Currently cpu, core and multimedia are being added via dt
> and the other 2 are getting added via kernel. Add
On Tue, Feb 09, 2016 at 09:07:27AM +0530, Keerthy wrote:
>
>
> On Tuesday 09 February 2016 01:27 AM, Tony Lindgren wrote:
> >* Keerthy [160208 01:19]:
> >>OMAP5 has 3 thermal zones cpu, core and multimedia.
> >>On the other hand DRA7 has 5 thermal zones cpu, gpu, core, dspeve
> >>and iva. Curren
On Tue, 09 Feb 2016 15:30:16 +0100,
Jerome Marchand wrote:
>
> Hi,
>
> Before commit f24640648186b (ALSA: Use standard device refcount for card
> accounting), snd_card_free() would return -EINVAL on a null pointer. Now
> it ends up in a null pointer dereference. There is at least one driver
> tha
On 02/09/2016 02:49 PM, Christoffer Dall wrote:
> On Mon, Feb 08, 2016 at 04:47:27PM +, Julien Grall wrote:
>> For now, the firmware tables are parsed 2 times: once in the GIC
>> drivers, the other timer when initializing the vGIC. It means code
>> duplication and make more tedious to add the
On Mon, Feb 8, 2016 at 1:49 PM, Andreas Färber wrote:
> Fix the baudrate calculation for 24 MHz XTAL clock found on gxbb platforms.
>
> Signed-off-by: Andreas Färber
Acked-by: Carlo Caione
Thanks!
--
Carlo Caione
On Fri, Feb 05, 2016 at 10:01:46PM +0900, Namhyung Kim wrote:
> The hierarchy output mode is to group entries for each level so that
> user can see higher level picture more easily. It also helps to find
> out which component is most costly. The output will look like below:
>
> 15.11%
>From: Daniel Lezcano
>Sent: Tuesday, February 9, 2016 3:38 PM
>Actually I was referring to clk_prepare_enable, clocksource_register_hz.
>Agree clk_get_rate is always valid.
Thanks for making this clear.
Any way as you can see I do call pr_err() in case of error just like most
drivers around.
By
Hi All,
On Wed, Feb 10, 2016 at 8:36 AM, João Paulo Rechi Vita
wrote:
> Provide an interface for the airplane-mode indicator be controlled from
> userspace. User has to first acquire the control through
> RFKILL_OP_AIRPLANE_MODE_ACQUIRE and keep the fd open for the whole time
> it wants to be in
Greg Kroah-Hartman writes:
> On Mon, Feb 08, 2016 at 09:00:05PM +0100, Nicolai Stange wrote:
>> Greg Kroah-Hartman writes:
>>
>> > On Mon, Feb 08, 2016 at 06:14:58PM +0100, Nicolai Stange wrote:
>> >> Greg Kroah-Hartman writes:
>> >>
>> >> > On Mon, Feb 08, 2016 at 04:03:27PM +0100, Nicolai S
On Tue, Feb 09, 2016 at 01:33:17PM -0800, Eduardo Valentin wrote:
> On Tue, Feb 09, 2016 at 01:56:19AM +, Kuninori Morimoto wrote:
> >
> > Hi Eduardo
> >
> > I'm sorry I didn't mention you.
> > Can you please check these patches ?
>
> Yes Morimoto, they are now on my todo list.
Applied fir
On Thu, Jan 28, 2016 at 02:43:55AM +, Kuninori Morimoto wrote:
> Hi Zhang, Simon
>
> These are resend of thermal-zone support patch for R-Car thermal driver
>
> Kuninori Morimoto (4):
> thermal: rcar: enable to use thermal-zone on DT
> ARM: shmobile: r8a7790: enable to use thermal
On Mon, Feb 08, 2016 at 03:15:05PM +0530, Keerthy wrote:
> The thermal threholds for am57xx are different from that of dra7.
> Correcting the thresholds for the same.
>
> Signed-off-by: Keerthy
> ---
>
> Depends on: https://lkml.org/lkml/2016/2/8/90
>
> arch/arm/boot/dts/am57xx-beagle-x15.dts
On Wed, Jan 27, 2016 at 07:33:00AM +, Lee Jones wrote:
> On Mon, 25 Jan 2016, Arnd Bergmann wrote:
>
> > When the thermal subsystem is a loadable module, the u8500 driver
> > fails to build:
> >
> > drivers/thermal/built-in.o: In function `db8500_thermal_probe':
> > db8500_thermal.c:(.text+0x
From: cmps107-njupudi
Dell developed a way to consistently name devices,
and their last proposal was accepted under the name biosdevname.
Signed-off-by: Naga Venkata Sai Indubhaskar Jupudi
---
Proposal 1 provides a character device interface to ethernet devices.
Proposal 2 is implemented in t
On 07/02/16 22:21, Cristina Moraru wrote:
> Add static attribute meas_conf_available to show available
> configurations for the bias current.
>
> API for setting bias measurement configuration:
>
> 0 - Normal measurement configuration (default): In normal measurement
> configuration the devic
Hi Bernhard,
On Tue, Feb 9, 2016 at 6:01 PM, Bernhard Walle wrote:
> We need that for a custom hardware that needs the reverse reset
> sequence.
>
> Signed-off-by: Bernhard Walle
Looks good:
Reviewed-by: Fabio Estevam
On 07/02/16 22:21, Cristina Moraru wrote:
> Swap implementations of hmc5843_common_suspend and
> hmc5843_common_resume functions for they have been
> inversed. Device should go on SLEEP mode on suspend
> and on CONTINUOUS mode on resume.
>
> Signed-off-by: Cristina Moraru
I'd normally apply this
On Tue, 9 Feb 2016 11:13:53 +0300
Antony Pavlov wrote:
> This patch retrieves and configures the vbus control gpio via
> the device tree.
Wouldn't using a regulator be better than hard coding the GPIO case?
Alban
On 07/02/16 22:21, Cristina Moraru wrote:
> Fix comment style warnings in order to comply with Coding Style
> standard provided by Documentation/CodingStyle.
>
> This patch solves following issue found with checkpatch:
> WARNING: Block comments use a trailing */ on a separate line
>
> Signed-off-
On 02/09/2016 04:09 PM, Eduardo Valentin wrote:
> On Mon, Feb 08, 2016 at 03:15:05PM +0530, Keerthy wrote:
>> The thermal threholds for am57xx are different from that of dra7.
>> Correcting the thresholds for the same.
>>
>> Signed-off-by: Keerthy
>> ---
>>
>> Depends on: https://lkml.org/lkml/201
Hi folks,
I'm newbie to pstore. I just did a quick try for pstore ftrace. But, I
experience very serious responsiveness problem. When running "echo 1 >
/sys/kernel/debug/pstore/record_ftrace", it took a couple of minutes to
return (here return means to get prompt back) on my arm64 machine (8 A
On Tue, Feb 09 2016 at 06:13 -0700, Georgi Djakov wrote:
The SAW (Subsystem Power Manager and Adaptive Voltage Scaling Wrapper)
is part of the SPM subsystem. It is a hardware block in the Qualcomm
chipsets that regulates the power to the CPU cores on platform such as
apq8064, msm8974, apq8084 and
Hi Joerg,
On 01/07/2016 06:15 AM, Joerg Roedel wrote:
On Fri, Jan 01, 2016 at 12:13:37PM -0600, Suravee Suthikulpanit wrote:
+int amd_iommu_get_num_iommus(void)
+{
+ return amd_iommus_present;
+}
+EXPORT_SYMBOL(amd_iommu_get_num_iommus);
Is this export needed? The perf code can't be bui
On Tue, Feb 09, 2016 at 11:03:49PM +0100, Nicolai Stange wrote:
> Greg Kroah-Hartman writes:
> >> Last time I checked the tree (Nov.), there weren't any users of this
> >> kind (debugfs file removal w/o module unload).
> >> Obviously I missed ion though... I will recheck.
>
> Uhm, I must have bee
On 08/02/16 17:50, William Breathitt Gray wrote:
> The Apex Embedded Systems STX104 is a 16-channel 16-bit analog input and
> 2-channel 16-bit analog output PC/104 card. The STX104 incorporates a
> large one mega-sample FIFO.
>
> This driver provides IIO support for the 2-channel DAC on the STX104
On Fri, Feb 05, 2016 at 10:01:55PM +0900, Namhyung Kim wrote:
> Support hierarchy output for perf-top using --hierarchy option.
>
> Acked-by: Pekka Enberg
> Signed-off-by: Namhyung Kim
> ---
> tools/perf/Documentation/perf-top.txt | 3 +++
> tools/perf/builtin-top.c | 15 +
There are some "#ifdef PCMCIA" in the driver code, but all of them missed
CONFIG_ prefix. Correct PCMCIA to CONFIG_PCMCIA.
Signed-off-by: Yang Shi
---
I happened to find this problem when I was tracking down another problem,
however this driver looks very old, not sure if anybody cares about it
Hi,
On Tue, Feb 09, 2016 at 05:52:40PM +0100, Andres Freund wrote:
> Hi,
>
> I'm working on fixing long IO stalls with postgres. After some
> architectural changes fixing the worst issues, I noticed that indivdiual
> processes/backends/connections still spend more time waiting than I'd
> expect.
This is the start of the review cycle for the Linux 3.19.8-ckt15 stable
kernel.
This version contains 47 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-3.19.y-r
3.19.8-ckt15 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Insu Yun
commit 2c3033a0664dfae91e1dee7fabac10f24354b958 upstream.
In acpiphp_enable_slot(), there is a missing unlock path
when error
3.19.8-ckt15 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Peter Dedecker
commit f487c54ddd544e1c9172cd510954f697b77b76e3 upstream.
Added the USB serial console device ID for IAI Corp. RCB-CV-US
3.19.8-ckt15 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: David Vrabel
commit 98dd166ea3a3c3b57919e20d9b0d1237fcd0349d upstream.
With commit 633d6f17cd91ad5bf2370265946f716e42d388c6 (x86/xen: p
3.19.8-ckt15 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Jiri Olsa
commit 0805909f59e02036a4e2660159f27dbf8b6084ac upstream.
Set correct width for unresolved mem_dcacheline addr.
Signed-off-b
3.19.8-ckt15 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Takashi Iwai
commit 462b3f161beb62eeb290f4ec52f5ead29a2f8ac7 upstream.
Some architectures like PowerPC can handle the maximum struct si
3.19.8-ckt15 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Yevgeny Pats
commit 23567fd052a9abb6d67fe8e7a9ccdd9800a540f2 upstream.
This fixes CVE-2016-0728.
If a thread is asked to join as a ses
3.19.8-ckt15 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Milo Kim
commit 49f34134aea74f19ca016f055d25ee55ec359dee upstream.
Atmel AIC has common structure for SMR (Source Mode Register).
bi
3.19.8-ckt15 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: David Howells
commit 0d62e9dd6da45bbf0f33a8617afc5fe774c8f45f upstream.
If the ASN.1 decoder is asked to parse a sequence of objects, n
3.19.8-ckt15 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Oliver Neukum
commit 588afcc1c0e45358159090d95bf7b246fb67565f upstream.
This fixes the crash reported in:
http://seclists.org/bugtraq/2
3.19.8-ckt15 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Vladis Dronov
commit fa52bd506f274b7619955917abfde355e3d19ffe upstream.
The usbvision driver crashes when a specially crafted usb devic
3.19.8-ckt15 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Alexey Khoroshilov
commit afd270d1a45043cef14341bcceff62ed50e8dc9a upstream.
There is no usb_put_dev() on failure paths in usbvision_pr
3.19.8-ckt15 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Markus Trippelsdorf
commit d4913cbd05bab685e49c8174896e563b2487d054 upstream.
The issue was pointed out by gcc-6's -Wmisleading-indenta
3.19.8-ckt15 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Madhavan Srinivasan
commit 370f06c88528b3988fe24a372c10e1303bb94cf6 upstream.
Commit 7a7868326d77 ("powerpc/perf: Add an explict flag i
When clocks are registered, they could be enabled already in
hardware. As of now, the enable count will start at 0. When this
happens, it means a clock is enabled and the framework doesn't know
that, so it will always report it as disabled.
After the first call of clk_enable(), the enable_count wi
3.19.8-ckt15 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Samuel Thibault
commit 327b882d3bcc1fba82dbd39b5cf5a838c81218e2 upstream.
Commit f79b0d9c223c ("staging: speakup: Fixed warning
instea
On Mon, 8 Feb 2016 14:28:17 +0100
Philipp Zabel wrote:
> The ath79_reset_ops structure is never modified. Make it const.
>
> Signed-off-by: Philipp Zabel
> ---
> drivers/reset/reset-ath79.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/reset/reset-ath79.c b
3.19.8-ckt15 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Peter Hurley
commit 6d27a63caad3f13e96cf065d2d96828c2006be6b upstream.
Although n_tty_check_unthrottle() has a valid ldisc reference (s
3.19.8-ckt15 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Matt Fleming
commit 742563777e8da62197d6cb4b99f4027f59454735 upstream.
There are a couple of nasty truncation bugs lurking in the pagea
3.19.8-ckt15 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Rob Clark
commit 96c5d076f0a5e2023ecdb44d8261f87641ee71e0 upstream.
Signed-off-by: Rob Clark
Reviewed-by: Thomas Hellstrom .
Signed-of
3.19.8-ckt15 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Mika Westerberg
commit 6c55d9b98335f7f6bd5f061866ff1633401f3a44 upstream.
Some recent (early 2015) macbooks have Intel Broadwell where
3.19.8-ckt15 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Takashi Iwai
commit 7ee96216c31aabe1eb42fb91ff50dae9fcd014b2 upstream.
ALSA dummy driver can switch the timer backend between system ti
3.19.8-ckt15 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Lucas Tanure
commit 07905298e4d5777eb58516cdc242f7ac1ca387a2 upstream.
The return type "unsigned int" was used by the get_formation_ind
3.19.8-ckt15 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Jann Horn
commit 103502a35cfce0710909da874f092cb44823ca03 upstream.
Before this patch, a process with some permissive seccomp filter
th
3.19.8-ckt15 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Peter Hurley
commit 5c17c861a357e9458001f021a7afa7aab9937439 upstream.
ioctl(TIOCGETD) retrieves the line discipline id directly from t
3.19.8-ckt15 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Peter Hurley
commit f4f9edcf9b5289ed96113e79fa65a7bf27ecb096 upstream.
As the function documentation for tty_ldisc_ref_wait() notes, it
3.19.8-ckt15 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Lorenzo Pieralisi
commit f436b2ac90a095746beb6729b8ee8ed87c9eaede upstream.
The Performance Monitors extension is an optional feature o
3.19.8-ckt15 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Gavin Shan
commit 7e56f627768da4e6480986b5145dc3422bc448a5 upstream.
In eeh_pe_loc_get(), the PE location code is retrieved from the
"i
3.19.8-ckt15 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Alan Stern
commit 13b4389143413a1f18127c07f72c74cad5b563e8 upstream.
Runtime suspend during driver probe and removal can cause problems
3.19.8-ckt15 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: John Ernberg
commit 4152b387da81617c80cb2946b2d56e3958906b3e upstream.
In certain kernel configurations where the cdc_ether and option
3.19.8-ckt15 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: =?UTF-8?q?Mika=20Penttil=C3=A4?=
commit 57adec866c0440976c96a4b8f5b59fb411b1cacb upstream.
Calling apply_to_page_range with an empty ra
3.19.8-ckt15 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Jan Beulich
commit 3625c2c234ef66acf21a72d47a5ffa94f6c5ebf2 upstream.
For PAE kernels "unsigned long" is not suitable to hold page prot
3.19.8-ckt15 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: dann frazier
commit 67dfa1751ce71e629aad7c438e1678ad41054677 upstream.
GCC6 (and Linaro's 2015.12 snapshot of GCC5) has a new default t
3.19.8-ckt15 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Guillaume Fougnies
commit 5a4ff9ec8d6edd2ab1cfe8ce6a080d6e57cbea9a upstream.
TEAC UD-501/UD-503/NT-503 fail to switch properly between
3.19.8-ckt15 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Takashi Iwai
commit da10816e3d923565b470fec78a674baba794ed33 upstream.
ALSA OSS sequencer spews a kernel error message ("ALSA: seq_oss:
3.19.8-ckt15 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Greg Kroah-Hartman
commit e03cdf22a2727c60307be6a729233edab3bfda9c upstream.
Harald Linden reports that the ftdi_sio driver works prope
Currently, amd_iommu_pc_get_max_[banks|counters]() require devid,
which should not be the case. Also, these don't properly support
multi-IOMMU system.
Current and future AMD systems with IOMMU that support perf counter
would likely contain homogeneous IOMMUs where multiple IOMMUs are
availalbe. So
The current amd_iommu_pc_get_set_reg_val() does not support muli-IOMMU
system. This patch replace amd_iommu_pc_get_set_reg_val() with
amd_iommu_pc_set_reg_val() and amd_iommu_pc_[set|get]_cnt_vals().
Also, the current struct hw_perf_event.prev_count can only store the
previous counter value only f
701 - 800 of 1020 matches
Mail list logo