On Thu, Apr 23, 2015 at 12:08:01PM +0200, Andreas Noever wrote:
> Hi Adam,
>
> On my system (MacBookPro10,1 - 4 channel TB1) the bridges and the
> controller both use 0x1547 and are only differentiated by
> subvendor/subdevice.
Do they have the same PCI class?
--
Matthew Garrett | mj...@srcf.uc
drm_mode_connector_attach_encoder() function call is missing
during eDP and DSI connector initialization. As a result,
no encoder is returned by DRM_IOCTL_MODE_GETCONNECTOR system
call. This change is to fix this issue.
Signed-off-by: Hai Li
---
drivers/gpu/drm/msm/dsi/dsi.c | 10 +
Hi Arnd,
Thanks for the initial feedback. I'll investigate your suggestions and
get back to you if I have any questions before making some of the API
changes you've suggested.
On 15-04-23 01:04 AM, Arnd Bergmann wrote:
> On Wednesday 22 April 2015 16:22:03 Jonathan Richardson wrote:
>> Reviewed-b
On Thu, Apr 23, 2015 at 11:10 AM, John Tobias wrote:
> Hello Guys,
>
> I am trying to use the bcmdhd wifi driver 43340 module on iMX6DL
> processor using kernel Freescale GA (3.10.53).
>
> I am having an issue with the sdio registration. I would like to know
> if anyone here had the same issue and
On Thu, Apr 23, 2015 at 06:13:28PM +0100, Mark Brown wrote:
> On Thu, Apr 23, 2015 at 09:08:07AM -0700, Dmitry Torokhov wrote:
> > On Thu, Apr 23, 2015 at 11:35:45AM +0100, Mark Brown wrote:
>
> > > This really sounds like you should be writing a device driver here, even
> > > if it's just a littl
On Thu, Apr 23, 2015 at 07:10:55PM +0200, Henrik Rydberg wrote:
> > "Creation, replacement and destruction of contacts is achieved by
> > modifying the ABS_MT_TRACKING_ID of the associated slot. A
> > non-negative tracking id is interpreted as a contact, and the value -1
> > denotes an unused slot
On Thu, Apr 23, 2015 at 7:03 AM, Pantelis Antoniou
wrote:
> Hi Rob,
>
>> On Apr 6, 2015, at 16:13 , Rob Herring wrote:
>>
>> +Pantelis
>>
>> On Sun, Apr 5, 2015 at 9:59 AM, Geert Uytterhoeven
>> wrote:
>>> Currently the OF configuration symbol is explicitly selected on
>>> architectures that su
Commit commit 5bbe3547aa3b ("mm: allow compaction of unevictable pages")
introduced a sysctl that allows userspace to enable scanning of locked
pages for compaction. This patch introduces a new test which fragments
main memory and attempts to allocate a number of huge pages to exercise
this compac
In up_read()/up_write(), rwsem_wake() will be called whenever it
detects that some writers/readers are waiting. The rwsem_wake()
function will take the wait_lock and call __rwsem_do_wake() to do
the real wakeup. This can be a problem especially for up_read()
where many readers can potentially call
On Thu, Apr 23, 2015 at 10:14 AM, Borislav Petkov wrote:
> On Thu, Apr 23, 2015 at 09:50:17AM -0700, Andy Lutomirski wrote:
>> On Thu, Apr 23, 2015 at 9:41 AM, Denys Vlasenko
>> wrote:
>> > An alternative fix would be, if we decided to schedule
>> > in an interrupt, check %ss for zero and reload
On Thu, Apr 23, 2015 at 08:06:52PM +0200, Geert Uytterhoeven wrote:
> If NO_DMA=y:
>
> drivers/built-in.o: In function `fbtft_framebuffer_alloc':
> (.text+0xb53cae): undefined reference to `dmam_alloc_coherent'
>
> As DMA support is already optional, make it depend on HAS_DMA.
>
> Signed
Hi Rob,
> On Apr 23, 2015, at 21:22 , Rob Herring wrote:
>
> On Thu, Apr 23, 2015 at 7:03 AM, Pantelis Antoniou
> wrote:
>> Hi Rob,
>>
>>> On Apr 6, 2015, at 16:13 , Rob Herring wrote:
>>>
>>> +Pantelis
>>>
>>> On Sun, Apr 5, 2015 at 9:59 AM, Geert Uytterhoeven
>>> wrote:
Currently t
From: "Luis R. Rodriguez"
Date: Tue, 21 Apr 2015 13:09:45 -0700
> From: "Luis R. Rodriguez"
>
> This driver already uses ioremap_wc() on the same range
> so when write-combining is available that will be used
> instead.
>
...
> Signed-off-by: Luis R. Rodriguez
I can't wait forever for the d
Hi Bartlomiej/Kevin,
I have being testing github branch on OdroidXU3 board,
Would you consider testing by applying patch.
https://lkml.org/lkml/2015/1/30/423
On my board it stuck after booting. Below is the console log.
* CPUFreq Utilities: Setting ondemand CPUFreq governor...
[ OK ] * CPU
On Thu, Apr 23, 2015 at 3:05 PM, Greg Kroah-Hartman
wrote:
> Did I miss anything else here? Are there any technical reasons I'm
> forgetting about for why this can't be pulled in as-is for this merge
> window?
Maybe I get again accused of ``being a jerk'' but I still dare to ask about
Boris' un
Add support for the Bosh BMC150 Magnetometer.
The specification can be downloaded from:
http://ae-bst.resource.bosch.com/media/products/dokumente/bmc150/BST-BMC150-DS000-04.pdf.
The chip contains both an accelerometer and a magnetometer.
This patch adds support only for the magnetometer part.
The
This is the second version for adding support for Bosch BMC150
magnetometer. It mostly contains fixes suggested by Jonathan.
Changes in v2:
- renamed IIO_CHAN_INFO_CALIBREPETITIONS to IIO_CHAN_INFO_OVERSAMPLING_RATIO
- split the main patch in two patches: one that adds main functionality and
ano
Add binding documentation for Bosch BMC150 magnetometer.
Signed-off-by: Irina Tirdea
---
.../bindings/iio/magnetometer/bmc150_magn.txt | 22 ++
1 file changed, 22 insertions(+)
create mode 100644
Documentation/devicetree/bindings/iio/magnetometer/bmc150_magn.txt
diff
Export the oversampling ratio so that the user can change the
number of repetions for x/y/z axis.
The sampling frequency is limited by the oversampling ratio.
The available sampling frequencies might change depending
on the values of oversampling_ratio.
The specification can be downloaded from:
h
Some magnetometers can perform a number of repetitions in HW
for each measurement to increase accuracy. One example is
Bosch BMC150:
http://ae-bst.resource.bosch.com/media/products/dokumente/bmc150/BST-BMC150-DS000-04.pdf.
Introduce an interface to set the oversampling ratio
for these devices.
Si
On Thu, Apr 23, 2015 at 11:24 AM, Andy Lutomirski wrote:
>
> 1. Do we consider this to be enough of a security issue that we want
> to fix it for 64-bit userspace as well?
>
> 2. Do we fix it at sysret time (at the cost of an ss read even in the
> best case on AMD chips) or at context switch time
On Thu, Apr 23, 2015 at 8:27 PM, Greg Kroah-Hartman
wrote:
> On Thu, Apr 23, 2015 at 08:06:52PM +0200, Geert Uytterhoeven wrote:
>> If NO_DMA=y:
>>
>> drivers/built-in.o: In function `fbtft_framebuffer_alloc':
>> (.text+0xb53cae): undefined reference to `dmam_alloc_coherent'
>>
>> As DMA s
On Apr 23 2015 or thereabouts, Dmitry Torokhov wrote:
> On Thu, Apr 23, 2015 at 07:10:55PM +0200, Henrik Rydberg wrote:
> > > "Creation, replacement and destruction of contacts is achieved by
> > > modifying the ABS_MT_TRACKING_ID of the associated slot. A
> > > non-negative tracking id is interpr
On 04/23/15 20:10, John Tobias wrote:
Hello Guys,
I am trying to use the bcmdhd wifi driver 43340 module on iMX6DL
processor using kernel Freescale GA (3.10.53).
I am having an issue with the sdio registration. I would like to know
if anyone here had the same issue and how did you solve it?.
On Thu, 23 Apr 2015, Sri Jayaramappa wrote:
> Commit commit 5bbe3547aa3b ("mm: allow compaction of unevictable pages")
> introduced a sysctl that allows userspace to enable scanning of locked
> pages for compaction. This patch introduces a new test which fragments
> main memory and attempts to al
+Richard, who, when not being trolled on IRC, has been working on
UBI(FS) stuff.
On Thu, Apr 23, 2015 at 12:48:53PM +1000, Iwo Mergler wrote:
> On Thu, 23 Apr 2015 03:29:44 +1000
> Ben Shelton wrote:
> > We'd like to upstream our patch, but my concern is that UBIFS behaves
> > differently when it
On 04/18/2015 11:40 AM, Peter Zijlstra wrote:
On Fri, Apr 17, 2015 at 10:03:18PM -0400, Waiman Long wrote:
@@ -478,7 +515,28 @@ struct rw_semaphore *rwsem_wake(struct rw_semaphore *sem)
{
unsigned long flags;
- raw_spin_lock_irqsave(&sem->wait_lock, flags);
+ /*
+*
Thanks Dmitry for the info.
Arend:
Yes, it's an android... Here's the info:
00060e80 de 02 f0 18 8c 00 e8 5e 8f 00 37 a3 00 e0 5e 8a |...^..7...^.|
00060e90 f4 77 a2 00 02 de 02 f0 00 00 01 bc 60 03 00 07 |.w..`...|
00060ea0 aa 01 bc 60 03 00 07 ab 01 bc 60 03 00 07 b7 01 |.
On Thu, Apr 23, 2015 at 02:38:27PM -0400, Benjamin Tissoires wrote:
> On Apr 23 2015 or thereabouts, Dmitry Torokhov wrote:
> > On Thu, Apr 23, 2015 at 07:10:55PM +0200, Henrik Rydberg wrote:
> > > > "Creation, replacement and destruction of contacts is achieved by
> > > > modifying the ABS_MT_TRAC
If NO_DMA=y:
drivers/built-in.o: In function `fbtft_framebuffer_alloc':
(.text+0xb53cae): undefined reference to `dmam_alloc_coherent'
As DMA support is already optional, make it depend on HAS_DMA.
If !HAS_DMA, "dma" will always be false, and the compiler will optimize
away the call to d
On Apr 23 2015 or thereabouts, Dmitry Torokhov wrote:
> On Wed, Apr 22, 2015 at 11:45:09AM -0400, Benjamin Tissoires wrote:
> > Synaptics PS/2 touchpad can send only 2 touches in a report. They can
> > detect 4 or 5 and this information is valuable.
> >
> > In commit 63c4fda3c0bb ("Input: synaptic
On Thu, Apr 23, 2015 at 10:57 AM, Linus Torvalds
wrote:
>
> Same goes for uid etc - if you are implementing a service daemon, the
> uid of the requester sure as hell makes a ton of difference in what
> you might want to expose. Things like "does this user have access
> rights to the printer?" are
On Thu, 23 Apr 2015 17:26:20 +0200
Greg Kurz wrote:
> Signed-off-by: Greg Kurz
> ---
> include/linux/virtio_config.h | 17 +++--
> 1 file changed, 11 insertions(+), 6 deletions(-)
>
> diff --git a/include/linux/virtio_config.h b/include/linux/virtio_config.h
> index ca3ed78..bd1a
On Thu, Apr 23, 2015 at 11:24:14AM -0700, Andy Lutomirski wrote:
> That nails it. We really do leak segment limits to other tasks on AMD
> chips. I see at least two questions we should answer before fixing
> this:
Ok, WTF is going on?! Even this trivial test case causes a Bus Error:
---
static
> My guess is that none of these drivers are
> able to handle a silent closing of a slot and the easiest solution might
> be to simply change the documentation if in fact nobody uses the
> compressed notation (which removes just one ABS_SLOT event within the
> frame, so not sure we can call it comp
On Thu, Apr 23, 2015 at 09:38:15AM -0500, Christoph Lameter wrote:
> On Thu, 23 Apr 2015, Benjamin Herrenschmidt wrote:
[ . . . ]
> > It might not be *your* model based on *your* application but that doesn't
> > mean
> > it's not there, and isn't relevant.
>
> Sadly this is the way that an enti
On Thu, Apr 23, 2015 at 11:04:36AM -0700, Linus Torvalds wrote:
> On Thu, Apr 23, 2015 at 10:57 AM, Linus Torvalds
> wrote:
> >
> > If somebody is printing something, it shouldn't matter if it's "lpr"
> > or "firefox http://horses.and.trannyporn.my.little.pony.com/"; that
> > does the printing.
>
On Thu, 23 Apr 2015 17:26:30 +0200
Greg Kurz wrote:
> Signed-off-by: Greg Kurz
> ---
> drivers/net/tun.c |9 +++--
> 1 file changed, 7 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/net/tun.c b/drivers/net/tun.c
> index 857dca4..3c3d6c0 100644
> --- a/drivers/net/tun.c
> +++ b/
On Thu, 23 Apr 2015 17:26:41 +0200
Greg Kurz wrote:
> Signed-off-by: Greg Kurz
> ---
> drivers/net/macvtap.c |9 +++--
> 1 file changed, 7 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/net/macvtap.c b/drivers/net/macvtap.c
> index 27ecc5c..a2f2958 100644
> --- a/drivers/net/ma
+ John Stultz
On 04/23/15 20:44, John Tobias wrote:
Thanks Dmitry for the info.
Arend:
Yes, it's an android... Here's the info:
00060e80 de 02 f0 18 8c 00 e8 5e 8f 00 37 a3 00 e0 5e 8a |...^..7...^.|
00060e90 f4 77 a2 00 02 de 02 f0 00 00 01 bc 60 03 00 07 |.w..`...|
00060ea
On Thu, 23 Apr 2015 17:26:52 +0200
Greg Kurz wrote:
> Signed-off-by: Greg Kurz
> ---
> include/linux/vringh.h | 17 +++--
> 1 file changed, 11 insertions(+), 6 deletions(-)
>
> diff --git a/include/linux/vringh.h b/include/linux/vringh.h
> index a3fa537..3ed62ef 100644
> --- a/in
On Thu, Apr 23, 2015 at 09:20:55AM -0500, Christoph Lameter wrote:
> On Thu, 23 Apr 2015, Benjamin Herrenschmidt wrote:
>
> > > There are hooks in glibc where you can replace the memory
> > > management of the apps if you want that.
> >
> > We don't control the app. Let's say we are doing a plugin
Greg Kroah-Hartman writes:
> On Mon, Apr 13, 2015 at 09:03:50PM +0200, Greg Kroah-Hartman wrote:
>> The following changes since commit 9eccca0843205f87c00404b663188b88eb248051:
>>
>> Linux 4.0-rc3 (2015-03-08 16:09:09 -0700)
>>
>> are available in the git repository at:
>>
>> git://git.ker
On Thu, Apr 23, 2015 at 08:33:47PM +0200, Richard Weinberger wrote:
> On Thu, Apr 23, 2015 at 3:05 PM, Greg Kroah-Hartman
> wrote:
> > Did I miss anything else here? Are there any technical reasons I'm
> > forgetting about for why this can't be pulled in as-is for this merge
> > window?
>
> Mayb
On Thu, 23 Apr 2015 17:27:05 +0200
Greg Kurz wrote:
> Signed-off-by: Greg Kurz
> ---
> drivers/vhost/vhost.h | 17 +++--
> 1 file changed, 11 insertions(+), 6 deletions(-)
>
> diff --git a/drivers/vhost/vhost.h b/drivers/vhost/vhost.h
> index 8c1c792..6a49960 100644
> --- a/drive
On Thu, Apr 23, 2015 at 11:19:50AM -0700, Dmitry Torokhov wrote:
> On Thu, Apr 23, 2015 at 06:13:28PM +0100, Mark Brown wrote:
> > Or, for that matter, if this ABI is in your vendor tree
> > then I do not even have to look at it :)
> I want it to be in mainline because I am not necessarily wearin
On Wed, Apr 22, 2015 at 10:58:28AM +0200, Borislav Petkov wrote:
> On Mon, Apr 13, 2015 at 02:29:35PM -0500, Eric W. Biederman wrote:
> > And the code that transfers the meta-data is wrong.
> >
> > It is generally not something that userspace requires today, certainly
> > userspace is not using it
Currently when interface type is MAC to Phy, netif_carrier_(on/off)
is called which is not needed as Phy lib already updates the carrier
status to net stack. This is needed only for other interface types
Signed-off-by: Murali Karicheri
---
drivers/net/ethernet/ti/netcp_ethss.c |8 ++--
1
From: "Steven Rostedt (Red Hat)"
Connect the hwlat_detector written by Jon Masters with the
tracing system as a new ftrace tracer.
A few files are created when the hwlat_detector is enabled
that exist in the tracing directory.
hwlat_detector/count - the count of records of latencies found
From: Jon Masters
The hwlat_detector is a special purpose kernel module that is used to
detect large system latencies induced by the behavior of certain
underlying hardware or firmware, independent of Linux itself. This code
was developed originally to detect SMIs (System Managment Interrupts) on
From: Jon Masters
Added the documentation on how to use th hwlat_detector.
Signed-off-by: Jon Masters
[ Updated to show move from module to tracer ]
Signed-off-by: Steven Rostedt
---
Documentation/trace/hwlat_detector.txt | 61 ++
1 file changed, 61 insertions(
On Thu, Apr 23, 2015 at 08:47:15PM +0200, Geert Uytterhoeven wrote:
> If NO_DMA=y:
>
> drivers/built-in.o: In function `fbtft_framebuffer_alloc':
> (.text+0xb53cae): undefined reference to `dmam_alloc_coherent'
>
> As DMA support is already optional, make it depend on HAS_DMA.
>
> If !HA
This is the port of the hardware latency detector from the -rt patch
to mainline. Instead of keeping it as a device that had its own debugfs
filesystem infrastructure, it made more sense to make it into a tracer
like irqsoff and wakeup latency tracers currently are.
With this patch set, a new tra
From: "Steven Rostedt (Red Hat)"
Instead of just running a single kernel thread to do the hardware latency
detection, run one on each CPU that the user specificies. By default
this will be just one CPU (on CPU 0). But the user may specify what
CPUs they would like to run the tests on.
Signed-off
On Thu, Apr 23, 2015 at 11:52 AM, Borislav Petkov wrote:
> On Thu, Apr 23, 2015 at 11:24:14AM -0700, Andy Lutomirski wrote:
>> That nails it. We really do leak segment limits to other tasks on AMD
>> chips. I see at least two questions we should answer before fixing
>> this:
>
> Ok, WTF is going
On Apr 23, 2015 11:56 AM, "Greg Kroah-Hartman"
wrote:
>
> On Thu, Apr 23, 2015 at 11:04:36AM -0700, Linus Torvalds wrote:
> > On Thu, Apr 23, 2015 at 10:57 AM, Linus Torvalds
> > wrote:
> > >
> > > If somebody is printing something, it shouldn't matter if it's "lpr"
> > > or "firefox http://horse
On Thu, Apr 23, 2015 at 09:12:38AM -0500, Christoph Lameter wrote:
> On Wed, 22 Apr 2015, Paul E. McKenney wrote:
>
> > Agreed, the use case that Jerome is thinking of differs from yours.
> > You would not (and should not) tolerate things like page faults because
> > it would destroy your worst-ca
On Thu, 23 Apr 2015 17:29:06 +0200
Greg Kurz wrote:
> The current memory accessors logic is:
> - little endian if little_endian
> - native endian (i.e. no byteswap) if !little_endian
>
> If we want to fully support cross-endian vhost, we also need to be
> able to convert to big endian.
>
> Inst
On Wed, 2015-04-22 at 20:20 +0200, Denys Vlasenko wrote:
> Kernel has a growing number of CONFIG items which are not
> user-selectable features of their particular kernel builds,
> but simply booleans controlled by other CONFIGs.
> Example:
>
> config X86
> def_bool y
> select ARCH
On Thu, Apr 23, 2015 at 01:42:25PM -0400, Stephen Smalley wrote:
> On 04/23/2015 01:16 PM, Greg Kroah-Hartman wrote:
> > The binder developers at Samsung have stated that the implementation we
> > have here works for their model as well, so I guess that is some kind of
> > verification it's not ent
Am 23.04.2015 um 20:39 schrieb Josh Cartwright:
> +Richard, who, when not being trolled on IRC, has been working on
> UBI(FS) stuff.
Yeah, being on #kernelnewbeis is always "fun". ;-)
> On Thu, Apr 23, 2015 at 12:48:53PM +1000, Iwo Mergler wrote:
>> On Thu, 23 Apr 2015 03:29:44 +1000
>> Ben Shelt
And another update, again diffs followed by the full document. The
diffs are against the version at https://lkml.org/lkml/2015/4/22/235.
Thanx, Paul
diff --git a/Devi
On Thu, Apr 23, 2015 at 12:22:10PM -0700, Andy Lutomirski wrote:
> On Apr 23, 2015 11:56 AM, "Greg Kroah-Hartman"
> wrote:
> >
> > On Thu, Apr 23, 2015 at 11:04:36AM -0700, Linus Torvalds wrote:
> > > On Thu, Apr 23, 2015 at 10:57 AM, Linus Torvalds
> > > wrote:
> > > >
> > > > If somebody is pri
On Thu, Apr 23, 2015 at 11:45:09AM +0930, Rusty Russell wrote:
> "Luis R. Rodriguez" writes:
> > From: "Luis R. Rodriguez"
> >
> > This adds a couple of bool module_param_config_*() helpers
> > which are designed to let us easily associate a boolean
> > module parameter with an associated kernel
On Thu, 23 Apr 2015, Sudeep Holla wrote:
> Hi Thomas/Rafael,
>
> With latest mainline(commit 27cf3a16b2535a490f8cf1d29a6634f1c70f7831),
> and lockdep enabled I see the following inconsistent lock state log.
> I am not sure if it's related to recent changes in tick-broadcast or I
> might be missin
Enable netcp driver in defconfig for keystone SoCs.
Signed-off-by: Murali Karicheri
---
arch/arm/configs/keystone_defconfig |6 ++
1 file changed, 6 insertions(+)
diff --git a/arch/arm/configs/keystone_defconfig
b/arch/arm/configs/keystone_defconfig
index f8a1c8f..95ce128 100644
--- a/
This patch enables networking on k2l evm by providing
device bindings for netcp, knav, and qmss. See device
binding documentation at
Documentation/devicetree/bindings/net/keystone-netcp.txt
Signed-off-by: WingMan Kwok
Signed-off-by: Murali Karicheri
---
arch/arm/boot/dts/k2l-evm.dts|1
This patch enables networking on k2hk evm by adding device
bindings for netcp, knav and qmss. See device binding
documentation below for details.
Documentation/devicetree/bindings/net/keystone-netcp.txt
Signed-off-by: WingMan Kwok
Signed-off-by: Murali Karicheri
---
arch/arm/boot/dts/k2hk-evm
NetCP driver support patches are already merged to v4.0.nd v4.1.
This series introduce patches to update the DTS bindings and
defconfig so that the network driver is fully functional on K2
EVMs :- K2HK, K2L and K2E.
It will be great if this can be merged to v4.1.
Murali Karicheri (4):
ARM: keys
This patch enables networking on k2e evm by adding device
bindings for netcp, knav and qmss. See device binding
documentation below for details.
Documentation/devicetree/bindings/net/keystone-netcp.txt
Signed-off-by: WingMan Kwok
Signed-off-by: Murali Karicheri
---
arch/arm/boot/dts/k2e-evm.dt
On Thu, Apr 23, 2015 at 08:45:21AM +0200, LABBE Corentin wrote:
> This patch adds documentation for Device-Tree bindings for the Security
> System cryptographic accelerator driver.
>
> Signed-off-by: LABBE Corentin
> ---
> Documentation/devicetree/bindings/crypto/sunxi-ss.txt | 9 +
> 1
On Thu, Apr 23, 2015 at 11:48 AM, Linus Torvalds
wrote:
> On Thu, Apr 23, 2015 at 10:57 AM, Linus Torvalds
> wrote:
>>
>> Same goes for uid etc - if you are implementing a service daemon, the
>> uid of the requester sure as hell makes a ton of difference in what
>> you might want to expose. Thing
On Thu, Apr 23, 2015 at 10:30:09AM +0300, Daniel Baluta wrote:
> On Tue, Apr 21, 2015 at 9:43 PM, Tomasz Duszynski wrote:
> > Add support for ROHM BH1710/BH1715/BH1721/BH1750/BH1751 ambient light
> > sensors.
> >
> > Signed-off-by: Tomasz Duszynski
> > ---
> > drivers/iio/light/Kconfig | 10 ++
On Thu, Apr 23, 2015 at 8:52 PM, Borislav Petkov wrote:
> On Thu, Apr 23, 2015 at 11:24:14AM -0700, Andy Lutomirski wrote:
>> That nails it. We really do leak segment limits to other tasks on AMD
>> chips. I see at least two questions we should answer before fixing
>> this:
>
> Ok, WTF is going
On Thu, 23 Apr 2015, Steven Rostedt wrote:
> This is the port of the hardware latency detector from the -rt patch
> to mainline. Instead of keeping it as a device that had its own debugfs
> filesystem infrastructure, it made more sense to make it into a tracer
> like irqsoff and wakeup latency trac
Hey Punnaiah-
A few nitpicks here, in case you'll be spinning up a new version of your
patchset.
On Mon, Apr 13, 2015 at 09:41:51PM +0530, Punnaiah Choudary Kalluri wrote:
> Add pl353 static memory controller devicetree binding information.
>
> Signed-off-by: Punnaiah Choudary Kalluri
[..]
> @@
On 22.04.2015 00:27, Joe Perches wrote:
> On Tue, 2015-04-21 at 23:44 +0200, Mateusz Kulikowski wrote:
>> On 21.04.2015 23:22, Joe Perches wrote:
>>> On Tue, 2015-04-21 at 22:57 +0200, Mateusz Kulikowski wrote:
>> (...)
(...)
>> True, True; If you prefer $line and ability to --fix - I'll use that i
On Thu, 23 Apr 2015, Alexander Shishkin wrote:
> The problem with using cycle counter for NMI watchdog is that its
> frequency changes with the corresponding core's frequency. This means
> that, in particular, if the core frequency scales up, watchdog NMI will
> arrive more frequently than what us
On 4/11/2015 5:32 PM, Bjorn Andersson wrote:
Add device tree binding documentation for the Qualcom Shared Memory
manager.
Signed-off-by: Bjorn Andersson
---
Changes since v1:
- None
.../devicetree/bindings/soc/qcom/qcom,smem.txt | 49 ++
1 file changed, 49 insertion
On Thu, Apr 23, 2015 at 6:27 PM, Andy Lutomirski wrote:
> I'll go out on a limb and guess the present bit doesn't leak. If I
> were implementing an x86 cpu, I wouldn't have a present bit at all in
> the descriptor cache, since you aren't supposed to be able to load a
> non-present descriptor in t
Hello!
This series is strictly FYI.
I am simply sending it as a heads-up. The diagnostics surrounding using
RCU from an offline CPU will be tightening up, which might cause splats
to come my way. If such splats do come my way, I will reply with the
patches in this series.
I know you guys have
From: "Paul E. McKenney"
This commit removes the open-coded CPU-offline notification with new
common code. In particular, this change avoids calling scheduler code
using RCU from an offline CPU that RCU is ignoring. This is a minimal
change. A more intrusive change might invoke the cpu_check_u
From: "Paul E. McKenney"
This commit removes the open-coded CPU-offline notification with new
common code. In particular, this change avoids calling scheduler code
using RCU from an offline CPU that RCU is ignoring. This is a minimal
change. A more intrusive change might invoke the cpu_check_u
On Thu, 23 Apr 2015 21:51:47 +0200 (CEST)
Thomas Gleixner wrote:
> That's fine, but this still lacks a detection of NMI
> disturbance. We've seen false positives reported over and over when
> stuff like the NMI watchdog or perf was enabled while running this.
I was waiting for someone to point
On 23 April 2015 at 21:27, Bobby Powers wrote:
> Hello,
>
> Linus Torvalds wrote:
>> Ok, this patch seems to fix it for me, so I undid my revert that I
>> hadn't pushed out yet, and pushed out this instead.
>
> Commit e68410ebf62676dfb93aafff7c55b76644f37072 in Linus's tree from
> this crpyto upd
Be consistent, use cros_ec instead of "cros ec" or "cros-ec".
Otherwise:
Reviewed-by: Gwendal Grignou
Tested-by: Gwendal Grignou
On Mon, Apr 6, 2015 at 9:14 AM, Javier Martinez Canillas
wrote:
> From: Gwendal Grignou
>
> parent and dev were pointing to the same device structure.
> parent is u
On Thu, 23 Apr 2015, Steven Rostedt wrote:
> On Thu, 23 Apr 2015 21:51:47 +0200 (CEST)
> Thomas Gleixner wrote:
>
> > That's fine, but this still lacks a detection of NMI
> > disturbance. We've seen false positives reported over and over when
> > stuff like the NMI watchdog or perf was enabled wh
On Thu, 23 Apr 2015 14:41:34 -0400 Eric B Munson wrote:
> On Thu, 23 Apr 2015, Sri Jayaramappa wrote:
>
> > Commit commit 5bbe3547aa3b ("mm: allow compaction of unevictable pages")
> > introduced a sysctl that allows userspace to enable scanning of locked
> > pages for compaction. This patch in
On 04/23/2015 02:23 PM, Andrew Morton wrote:
> On Thu, 23 Apr 2015 14:41:34 -0400 Eric B Munson wrote:
>
>> On Thu, 23 Apr 2015, Sri Jayaramappa wrote:
>>
>>> Commit commit 5bbe3547aa3b ("mm: allow compaction of unevictable pages")
>>> introduced a sysctl that allows userspace to enable scanning
On 04/23/2015 08:28 AM, Dave Hansen wrote:
> On 04/23/2015 02:13 PM, Liang Li wrote:
>> When compiling kernel on westmere, the performance of eager FPU
>> is about 0.4% faster than lazy FPU.
>
> Do you have an theory why this is? What does the regression come from?
>
This is interesting since p
On Tue, Apr 21, 2015 at 11:11:19AM -0400, Tejun Heo wrote:
> On Tue, Apr 21, 2015 at 05:00:07PM +0300, Alexey Dobriyan wrote:
> > > The only reason for changing the position is because
> > > there's this specific breakage. The goal should be working around
> > > that specific case while keeping th
On 04/23/2015 08:06 AM, Johan Hovold wrote:
Make sure only to copy any actual data rather than the whole buffer,
when releasing the temporary buffer used for unaligned non-isochronous
transfers.
Compile-tested only.
Tested-by: Stephen Warren
(Tested a USB network device attached to Jetson TK
On Thu, Apr 23, 2015 at 10:01:04PM +0200, Thomas Gleixner wrote:
> On Thu, 23 Apr 2015, Alexander Shishkin wrote:
>
> > The problem with using cycle counter for NMI watchdog is that its
> > frequency changes with the corresponding core's frequency. This means
> > that, in particular, if the core f
On Thu, Apr 23, 2015 at 09:14:18AM -0700, James Bottomley wrote:
> > > OK, so this is what I'm trying to understand. Why isn't a pipe to
> > > firmware for something a "platform resource"? I think UEFI is in the
> > > same class as ACPI which uses platform devices all over.
> >
> > And I hate th
In NX we need to pass always a 16 multiple size nx_sg_list to
co processor. Trim function handle with this assuring all nx_sg_lists
are 16 multiple size, although data was not being considerated when
crop was done. It was causing an unalignment between size of the list
and data, corrupting csbcpb f
On Thu, 23 Apr 2015 22:21:11 +0200 (CEST)
Thomas Gleixner wrote:
> > Is the NMI code generic enough now to know that an NMI triggered, and
> > we could detect that and ignore the latencies if one did. Or perhaps
> > even add a tracepoint in the start and end of an NMI, to account for
> > it, (a
Bug happens when a data size less than SHA block size is passed.
Since first attempt will be saved in buffer, second round attempt
get into two step to calculate op.inlen and op.outlen. The issue
resides in this step. A wrong value of op.inlen and outlen was being
calculated.
This patch fix this
On Thu, 2015-04-23 at 14:24 -0400, Waiman Long wrote:
> The table below shows the % improvement in throughput (1100-2000 users)
> in the various AIM7's workloads:
>
> Workload% increase in throughput
Missing table here? :)
> ---
> include/linux/osq_lock.h|5 +++
> kernel/
On 04/23/2015 05:21 PM, Thomas Gleixner wrote:
> I know of a SMI event counter which is available on newer CPUs and
> Intel promised to add a SMI cycle counter as well. I have no idea
> whether that one ever materialized. PeterZ should know.
The turbostat shows how many SMIs happened during a pe
On 15/04/22, Richard Guy Briggs wrote:
> On 15/04/20, Eric W. Biederman wrote:
> > Richard Guy Briggs writes:
> >
> > > The purpose is to track namespace instances in use by logged processes
> > > from the
> > > perspective of init_*_ns by logging the namespace IDs (device ID and
> > > namespac
401 - 500 of 710 matches
Mail list logo