On Thu, 2017-01-26 at 12:26 +0100, Ingo Molnar wrote:
>
> @@ -322,6 +308,16 @@ struct fpu {
> unsigned char fpregs_active;
>
> /*
> + * @fpregs_cached:
> + *
> + * This flag tells us whether this context is loaded into a
> CPU
> + * right now.
N
On Mon, Jan 23, 2017 at 1:34 PM, Mika Westerberg
wrote:
> This series makes it possible to configure pins from GPIO chip drivers by
> implementing a new callback .set_config(). This callback replaces the
> existing .set_single_ended() and .set_debounce() simply because adding new
> callbacks for
> Il giorno 25 gen 2017, alle ore 17:13, Jens Axboe ha scritto:
>
> On 01/25/2017 01:46 AM, Paolo Valente wrote:
>>
>>> Il giorno 23 gen 2017, alle ore 18:42, Jens Axboe ha scritto:
>>>
>>> On 01/23/2017 10:04 AM, Paolo Valente wrote:
> Il giorno 18 gen 2017, alle ore 17:21, Jens Ax
Signed-off-by: João Paulo Rechi Vita
---
drivers/platform/x86/asus-wireless.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/platform/x86/asus-wireless.c
b/drivers/platform/x86/asus-wireless.c
index 9f31bc1a47d0..c9b5ac152cf1 100644
--- a/drivers/platform/x86/asus-wi
On Wed, 2017-01-25 at 11:53 +0100, Jerome Brunet wrote:
> During meson8b clock probe, clk81 register address is fixed twice.
> First using the meson8b_clk_gates array, then by directly changing
> meson8b_clk81 register.
>
> As a result meson8b_clk81.reg = HHI_MPEG_CLK_CNTL + clk_base +
> clk_base.
On 01/26/2017 02:31 AM, Linus Walleij wrote:
On Sat, Jan 21, 2017 at 7:45 PM, Guenter Roeck wrote:
If a function declares a variable to access a structure element,
use it conssistently.
Weird spelling :)
Call id sssnaky :-)
Guenter
Signed-off-by: Guenter Roeck
- error
pmc_core_mtpmc_link_status() an pmc_core_check_read_lock_bit() use
test_bit() on local 32-bit variable. This causes out-of-bounds
access since test_bit() expects object at least of 'unsigned long' size:
BUG: KASAN: stack-out-of-bounds in pmc_core_probe+0x3aa/0x3b0
Call Trace:
__asan_re
On Wed, Jan 25, 2017 at 11:09 AM, Mika Westerberg
wrote:
> On Tue, Jan 24, 2017 at 04:22:20PM +0200, Mika Westerberg wrote:
>> On Tue, Jan 24, 2017 at 02:45:04PM +0100, Johan Hovold wrote:
>> > Good, that's the one I knew about. But I also got another conflict
>> > against pinctrl when applying on
Configure STM32F4 ADC to use dma by default.
Signed-off-by: Fabrice Gasnier
---
arch/arm/boot/dts/stm32f429.dtsi | 6 ++
1 file changed, 6 insertions(+)
diff --git a/arch/arm/boot/dts/stm32f429.dtsi b/arch/arm/boot/dts/stm32f429.dtsi
index 8bf650d..ab42b58 100644
--- a/arch/arm/boot/dts/stm
STM32 ADC conversions can be launched using hardware triggers.
It can be used to start conversion sequences (group of channels).
Selected channels are select via sequence registers.
Trigger source is selected via 'extsel' (external trigger mux).
Trigger polarity is set to rising edge by default.
S
Define extended attribute so that user may choose rising, falling or both
edges for external trigger sources.
Default to rising edge in case it isn't set.
Signed-off-by: Fabrice Gasnier
---
Changes in v2:
- Rename and document new trigger_polarity custom attribute
---
Documentation/ABI/testing/s
Define and enable pwm1 and pwm3, timers1 & 3 trigger outputs on
on stm32f429i-eval board.
Signed-off-by: Fabrice Gasnier
---
Changes in v2:
- Fix typo
- Sort phandles
---
arch/arm/boot/dts/stm32429i-eval.dts | 28
1 file changed, 28 insertions(+)
diff --git a/arch/a
STM32 ADC can use dma. Add dt documentation for optional dma support.
Signed-off-by: Fabrice Gasnier
Acked-by: Rob Herring
---
Documentation/devicetree/bindings/iio/adc/st,stm32-adc.txt | 7 +++
1 file changed, 7 insertions(+)
diff --git a/Documentation/devicetree/bindings/iio/adc/st,stm32
The following patches add support for triggered buffer mode.
These are based on top of "Add PWM and IIO timer drivers for STM32"
series. Reference:
https://lkml.org/lkml/2017/1/20/116
STM32 ADC, can use either interrupts or DMA to collect data.
Either timer trigger output (TRGO) or PWM can be used
Add DMA optional support to STM32 ADC, as there is a limited number DMA
channels (request lines) that can be assigned to ADC. This way, driver
may fall back using interrupts when all DMA channels are in use for
other IPs.
Use dma cyclic mode with two periods. Allow to tune period length by
using wa
STM32 ADC has external timer trigger sources. Use stm32 timer triggers
API (e.g. is_stm32_timer_trigger()) with local ADC lookup table to
validate a trigger can be used.
This also provides correct trigger selection value (e.g. extsel).
Signed-off-by: Fabrice Gasnier
---
Changes in v2:
- Add comme
On Thu, Jan 26, 2017 at 11:50 AM, Linus Walleij
wrote:
> On Thu, Jan 26, 2017 at 9:33 AM, Marek Szyprowski
> wrote:
>
>> Patches in this patchset depends on each other. They are order in such a
>> way to make the changes bisectable.
>>
>> Patch #3 has runtime dependency on #1.
>> Patch #5 has run
page_flip_completed() dereferences 'work' variable after executing
queue_work(). This is not safe as the 'work' item might be already freed
by queued work:
BUG: KASAN: use-after-free in page_flip_completed+0x3ff/0x490 at addr
8803dc010f90
Call Trace:
__asan_report_load8_noabort+0
On Wed, Jan 25, 2017 at 03:47:20PM +, Bart Van Assche wrote:
> =
> BUG kmalloc-16 (Not tainted): Redzone overwritten
> -
>
> Disabling lock de
/commits/Michal-Hocko/net-bpf-use-kvzalloc-helper/20170126-221904
config: x86_64-randconfig-x017-201704 (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
# save the attached .config to linux build tree
make ARCH=x86_64
All error/warnings (new ones prefixed
On 01/26/2017 05:03 AM, Jarkko Sakkinen wrote:
On Wed, Jan 25, 2017 at 10:45:35PM +0200, Jarkko Sakkinen wrote:
On Fri, Jan 20, 2017 at 12:05:11PM -0500, Nayna Jain wrote:
IMA extends its hash measurements in the TPM PCRs, based on policy.
The existing in-kernel TPM extend function extends on
Hi Vinayak,
On Thu, Jan 26, 2017 at 10:53:38AM +0530, vinayak menon wrote:
> Hi Minchan
>
> On Thu, Jan 26, 2017 at 4:57 AM, Minchan Kim wrote:
> > Hello Vinayak,
> >
> > On Wed, Jan 25, 2017 at 05:08:38PM +0530, Vinayak Menon wrote:
> >> It is noticed that during a global reclaim the memory
> >
Hi Lars,
On 2017-01-25 14:12, Lars-Peter Clausen wrote:
On 01/25/2017 11:28 AM, Marek Szyprowski wrote:
Add pointer to slave device to of_dma_xlate to let DMA engine driver
to know which slave device is using given DMA channel. This will be
later used to implement non-irq-safe runtime PM for DM
On Thu, 2017-01-26 at 12:26 +0100, Ingo Molnar wrote:
> We want to simplify the FPU state machine by eliminating fpu-
> >fpregs_active,
> and we can do that because the two state flags (::fpregs_active and
> ::fpstate_active) are set essentially together.
>
> The old lazy FPU switching code used t
On Thu, Jan 26, 2017 at 05:32:11PM +0300, Andrey Ryabinin wrote:
> page_flip_completed() dereferences 'work' variable after executing
> queue_work(). This is not safe as the 'work' item might be already freed
> by queued work:
>
> BUG: KASAN: use-after-free in page_flip_completed+0x3ff/0x490 a
On Mon, Jan 23, 2017 at 09:23:52AM +0100, Daniel Vetter wrote:
> On Fri, Jan 20, 2017 at 09:46:17PM +0200, Ville Syrjälä wrote:
> > On Tue, Jan 17, 2017 at 05:43:29PM +0100, Takashi Iwai wrote:
> > > This is just a cleanup, no functional change.
> > >
> > > The fixup code for 1366x768 in drm_mode_
[Re: [PATCH v2] openrisc: migrate exception table users off module.h and onto
extable.h] On 26/01/2017 (Thu 14:53) Stafford Horne wrote:
> On Wed, Jan 25, 2017 at 04:40:46PM -0500, Paul Gortmaker wrote:
> > These files were only including module.h for exception table related
> > functions. We've
On Tue, Jan 24, 2017 at 5:40 PM, Ian Pilcher wrote:
> Device tree presents even greater problems. It's not clear to me that
> device tree even works with x86_64, and even if it does, I'm almost
> positive that none of the "generic" distributions are going to support
> it.
>
> If my understanding
Declare mmc_host_ops structures as const as they are only stored in the
ops field of a mmc_host structure. This field is of type const, so
mmc_host_ops structures having this property can be made const too.
Done using Coccinelle:
@r disable optional_qualifier@
identifier x;
position p;
@@
static s
On Thu, Jan 26, 2017 at 08:38:58AM -0500, Cathy Avery wrote:
> Included in the current storvsc driver for Hyper-V is the ability
> to access luns on an FC fabric via a virtualized fiber channel
> adapter exposed by the Hyper-V host. This was done to provide an
> interface for existing customer tool
On Tue, Jan 24, 2017 at 9:00 PM, William Breathitt Gray
wrote:
> The devm_ resource manager functions allow memory to be automatically
> released when a device is unbound. This patch takes advantage of the
> resource manager functions and replaces the gpiochip_add_data call and
> request_irq call
Declare snd_pcm_ops structures as const as they are either stored in the
ops field of a snd_pcm_substream structure or passed as an argument to the
function snd_pcm_set_ops. The function argument and the ops field
are of type const, so snd_pcm_ops structures having this property
can be made const
[Re: linux-next: Tree for Jan 19] On 26/01/2017 (Thu 06:22) Guenter Roeck wrote:
> On 01/25/2017 09:38 PM, Stafford Horne wrote:
> >On Wed, Jan 25, 2017 at 08:54:53PM -0800, Guenter Roeck wrote:
> >>On 01/25/2017 08:37 AM, Paul Gortmaker wrote:
> >>>[Re: linux-next: Tree for Jan 19] On 23/01/2017
On Tue, Jan 24, 2017 at 9:00 PM, William Breathitt Gray
wrote:
> The devm_ resource manager functions allow memory to be automatically
> released when a device is unbound. This patch takes advantage of the
> resource manager functions and replaces the gpiochip_add_data call and
> request_irq call
* Rik van Riel wrote:
> On Thu, 2017-01-26 at 12:26 +0100, Ingo Molnar wrote:
> >
> > @@ -322,6 +308,16 @@ struct fpu {
> > unsigned char fpregs_active;
> >
> > /*
> > + * @fpregs_cached:
> > + *
> > + * This flag tells us whether this context is loaded into
On Thu, 2017-01-26 at 12:26 +0100, Ingo Molnar wrote:
> index c56fb57f2991..7eb2f3041fde 100644
> --- a/kernel/sched/core.c
> +++ b/kernel/sched/core.c
> @@ -1253,6 +1253,8 @@ void set_task_cpu(struct task_struct *p,
> unsigned int new_cpu)
> p->sched_class->migrate_task_rq(p
On Tue, Jan 24, 2017 at 9:00 PM, William Breathitt Gray
wrote:
> The devm_ resource manager functions allow memory to be automatically
> released when a device is unbound. This patch takes advantage of the
> resource manager functions and replaces the gpiochip_add_data call and
> request_irq call
On Tue, Jan 24, 2017 at 9:01 PM, William Breathitt Gray
wrote:
> The devm_ resource manager functions allow memory to be automatically
> released when a device is unbound. This patch takes advantage of the
> resource manager functions and replaces the gpiochip_add_data call with
> the devm_gpioch
On Tue, Jan 24, 2017 at 9:01 PM, William Breathitt Gray
wrote:
> The devm_ resource manager functions allow memory to be automatically
> released when a device is unbound. This patch takes advantage of the
> resource manager functions and replaces the gpiochip_add_data call and
> request_irq call
Hi Randy,
2017-01-25 1:40 GMT+09:00 Randy Dunlap :
> From: Randy Dunlap
>
> Fix build errors in phy-rockchip-inno-usb2.c. The driver uses
> extcon interfaces so it should depend on EXTCON.
>
> Fixes these build errors:
>
> drivers/built-in.o: In function `rockchip_usb2phy_otg_sm_work':
> phy-rock
/commits/Michal-Hocko/net-bpf-use-kvzalloc-helper/20170126-221904
config: x86_64-randconfig-x014-201704 (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
# save the attached .config to linux build tree
make ARCH=x86_64
All error/warnings (new ones prefixed
Some Asus machines use 0x4/0x5 as their LED on/off values, while others use
0x0/0x1, as shown in the DSDT exerpts below (note "Arg0 == 0x02", used to get
the LED status). Luckly it seems this behavior is tied to different HIDs, after
looking at 44 DSDTs from different Asus models.
Another small di
As stated in the commit message, different machines can use different values to
represent LED ON/OFF, and this commit makes sure we use the correct value pair
for each _HID.
I don't know if there is a better way to store these pairs than in a structure
matching the device_ids[] indexing that would
On Wed, 2016-06-29 at 19:28 +1000, Peter Hutterer wrote:
> If the 0x1000 Unified Battery Level Status feature exists, expose the battery
> level.
>
> The main drawback is that while a device is plugged in its battery level is 0.
> To avoid exposing that as 0% charge we make up a number based on th
Le 23/01/2017 à 15:45, cristian.bir...@microchip.com a écrit :
> From: Cristian Birsan
>
> Update atmel udc driver with a new enpoint allocation scheme. The data
> sheet requires that all endpoints are allocated in order.
Pieces of information from the cover letter could have been added here.
>
On 01/25/2017 05:57 PM, r...@redhat.com wrote:
> /*
> + * Restoring SSE/YMM state requires that MXCSR & MXCSR_MASK are saved.
> + * Those fields are part of the legacy FP state, and only get saved
> + * above if XFEATURES_MASK_FP is set.
> + *
> + * Copy out those fie
* Ingo Molnar wrote:
> What we could do is to unify the naming to explain all this a bit better -
> right
> now there's very little indication that ->fpregs_cached is closely related to
> fpu_fpregs_owner_ctx.
>
> For example we could rename them to:
>
> ->fpregs_cached =>
On Thu, Jan 26, 2017 at 02:45:15PM +0900, Stafford Horne wrote:
> On Wed, Jan 25, 2017 at 11:37:11AM -0500, Paul Gortmaker wrote:
> > [Re: linux-next: Tree for Jan 19] On 23/01/2017 (Mon 23:11) Stafford Horne
> > wrote:
> >
> > [...]
> >
> > >
> > > Are all of these builds using the tests from
Am Donnerstag, 26. Januar 2017, 14:29:17 CET schrieb Linus Walleij:
> On Sun, Jan 22, 2017 at 9:38 AM, David Wu wrote:
> > From: "david.wu"
> >
> > This patch supports 3bit width iomux type.
> > Note, the iomux of following pins are special, need to
> > be handled specially.
> >
> > - gpio2_b0
On Thu, 26 Jan 2017 15:53:29 +0100,
Bhumika Goyal wrote:
>
> Declare snd_pcm_ops structures as const as they are either stored in the
> ops field of a snd_pcm_substream structure or passed as an argument to the
> function snd_pcm_set_ops. The function argument and the ops field
> are of type cons
* Rik van Riel wrote:
> On Thu, 2017-01-26 at 12:26 +0100, Ingo Molnar wrote:
>
> > index c56fb57f2991..7eb2f3041fde 100644
> > --- a/kernel/sched/core.c
> > +++ b/kernel/sched/core.c
> > @@ -1253,6 +1253,8 @@ void set_task_cpu(struct task_struct *p,
> > unsigned int new_cpu)
> >
Hi Chris,
On ven., janv. 06 2017, Chris Packham
wrote:
> The Marvell 98DX3236, 98DX3336, 98DX4521 and variants are switch ASICs
> with integrated CPUs. They are similar to the Armada XP SoCs but have
> different I/O interfaces.
Before sending a new version I have a few remarks:
> diff --gi
On 01/25/2017 04:32 PM, Rob Herring wrote:
On Wed, Jan 25, 2017 at 10:59 AM, Dave Gerlach wrote:
On 01/24/2017 04:03 AM, Ulf Hansson wrote:
On 23 January 2017 at 21:11, Dave Gerlach wrote:
On 01/20/2017 10:52 AM, Ulf Hansson wrote:
[...]
Another option is create something new either c
On Thu, 2017-01-26 at 11:17 +, Augusto Mecking Caringi wrote:
> In a 64bit system (where long is 64bit wide), even dividing LONG_MAX by
> HZ will always be bigger than the max value that an int variable can
> hold.
>
> This has been detected by building the driver with W=1:
>
> drivers/scsi/s
Hi Chris,
On ven., janv. 06 2017, Chris Packham
wrote:
> These boards are Marvell's evaluation boards for the 98DX4251 and
> 98DX3336 SoCs.
>
> Signed-off-by: Chris Packham
> ---
> Change in v2/v3:
> - None
>
> arch/arm/boot/dts/db-dxbc2.dts | 159
> +++
> -Original Message-
> From: Andrei Pistirica [mailto:andrei.pistir...@microchip.com]
> Sent: 19 stycznia 2017 16:56
> Subject: [PATCH net-next v2] macb: Common code to enable ptp support for
> MACB/GEM
>
>
> +static inline bool gem_has_ptp(struct macb *bp)
> +{
> + return !!(bp->c
* Rik van Riel wrote:
> On Thu, 2017-01-26 at 12:26 +0100, Ingo Molnar wrote:
> > We want to simplify the FPU state machine by eliminating fpu-
> > >fpregs_active,
> > and we can do that because the two state flags (::fpregs_active and
> > ::fpstate_active) are set essentially together.
> >
> >
Hi Chris,
On ven., janv. 13 2017, Chris Packham
wrote:
> The 98DX3236, 98DX3336 and 98DX4251 are a set of switch ASICs with
> integrated CPUs. They CPU block is common within these product lines and
> (as far as I can tell/have been told) is based on the Armada XP. There
> are a few differenc
On Thu, 2017-01-26 at 14:51 +0200, Jarkko Sakkinen wrote:
> On Mon, Jan 23, 2017 at 09:37:11PM -0800, James Bottomley wrote:
> > sessions are different from transient objects in that their handles
> > may not be virtualized (because they're used for some hmac
> > calculations). Additionally when a
On Thu, Jan 26, 2017 at 03:51:25PM +0200, Jani Nikula wrote:
> On Thu, 26 Jan 2017, Borislav Petkov wrote:
> > Hi all,
> >
> > I see this brand new warning when booting here.
> >
> > Top commit is v4.10-rc5-107-g883af14e67e8 from Linus' master.
>
> Please try [1].
Maybe I should wait until Dave
This patch adds support for 32 bit GEM in
64 bit system. It checks capability at runtime
and uses appropriate buffer descriptor.
Signed-off-by: Rafal Ozieblo
---
drivers/net/ethernet/cadence/macb.c | 183 +---
drivers/net/ethernet/cadence/macb.h | 20 +++-
2 file
On Wed, Jan 25, 2017 at 1:06 AM, Furquan Shaikh wrote:
> Sometimes (as the case with fixed regulator) we only want to look up,
> but not necessarily reserve right away, GPIO. gpiod_lookup() and
> gpiod_lookup_by_index() allow us doing just that.
>
> Signed-off-by: Dmitry Torokhov
> Signed-off-by
nvmf_create_ctrl() relys on the presence of a create_crtl callback in the
registered nvmf_transport_ops, so make nvmf_register_transport require one.
Update the available call-sites as well to reflect these changes.
Signed-off-by: Johannes Thumshirn
---
drivers/nvme/host/fabrics.c | 7 ++-
On Thursday 26 January 2017 04:02 AM, Stephen Boyd wrote:
> This patch series continues the usb chipidea rewrite for
> Qualcommm platforms. I've dropped the patches that were applied
> to Peter's tree for chipidea. Now the phy drivers are left,
> along with the patch to call phy_set_mode() at th
On Thu, 26 Jan 2017, Borislav Petkov wrote:
> On Thu, Jan 26, 2017 at 03:51:25PM +0200, Jani Nikula wrote:
>> On Thu, 26 Jan 2017, Borislav Petkov wrote:
>> > Hi all,
>> >
>> > I see this brand new warning when booting here.
>> >
>> > Top commit is v4.10-rc5-107-g883af14e67e8 from Linus' master.
On Monday 23 January 2017 02:47 AM, Bjorn Andersson wrote:
> The error paths of the common qcom-ufs functions for registering the
> phy, acquiring clocks and acquiring regulators all print specific error
> messages before returning an error, so there is no value in printing yet
> another - more g
Commit-ID: 9343e45bf6cc4a05f6e271e9f8d06bc87875c604
Gitweb: http://git.kernel.org/tip/9343e45bf6cc4a05f6e271e9f8d06bc87875c604
Author: Matija Glavinic Pecotic
AuthorDate: Tue, 17 Jan 2017 15:50:35 +0100
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 18 Jan 2017 12:29:52 -0300
per
Commit-ID: b33f922651011effafec4508474e8591569a3e98
Gitweb: http://git.kernel.org/tip/b33f922651011effafec4508474e8591569a3e98
Author: Jiri Olsa
AuthorDate: Fri, 20 Jan 2017 10:20:29 +0100
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 20 Jan 2017 10:04:45 -0300
perf hists browse
Commit-ID: 0e3fa7a7acdd5f6ec89b3692276e35006c06fb92
Gitweb: http://git.kernel.org/tip/0e3fa7a7acdd5f6ec89b3692276e35006c06fb92
Author: Jiri Olsa
AuthorDate: Fri, 20 Jan 2017 10:20:30 +0100
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 20 Jan 2017 13:37:26 -0300
perf hists browse
Commit-ID: 8763e6ac2d368ac9d650df35b00c3af2a7c1878b
Gitweb: http://git.kernel.org/tip/8763e6ac2d368ac9d650df35b00c3af2a7c1878b
Author: Jiri Olsa
AuthorDate: Fri, 20 Jan 2017 10:20:31 +0100
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 20 Jan 2017 16:52:43 -0300
perf c2c report:
Commit-ID: 190bacca16d0627dce1d4ceb873f041ebbaef69a
Gitweb: http://git.kernel.org/tip/190bacca16d0627dce1d4ceb873f041ebbaef69a
Author: Jiri Olsa
AuthorDate: Fri, 20 Jan 2017 10:20:32 +0100
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 20 Jan 2017 16:52:56 -0300
perf c2c report:
Commit-ID: d1d0e29cb7d03a6019caa125e4c0288366a4f359
Gitweb: http://git.kernel.org/tip/d1d0e29cb7d03a6019caa125e4c0288366a4f359
Author: Markus Elfring
AuthorDate: Mon, 23 Jan 2017 15:10:19 +0100
Committer: Arnaldo Carvalho de Melo
CommitDate: Thu, 26 Jan 2017 11:42:56 -0300
perf probe:
Add the fb->offset[] value to the plane's physical start address
registe. Without that, packed formats are rendered incorrectly.
Signed-off-by: Liviu Dudau
---
drivers/gpu/drm/arm/malidp_planes.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpu/drm/arm/malidp_planes.c
b/drivers/g
On Thu, Jan 26, 2017 at 04:05:25PM +0100, Ingo Molnar wrote:
> diff --git a/arch/x86/include/asm/switch_to.h
> b/arch/x86/include/asm/switch_to.h
> index a7146dadb31d..7a4915dd0547 100644
> --- a/arch/x86/include/asm/switch_to.h
> +++ b/arch/x86/include/asm/switch_to.h
> @@ -78,7 +78,7 @@ do {
This bug appears to have existed for a long time:
https://www.spinics.net/lists/netdev/msg222459.html
http://www.kernelhub.org/?p=2&msg=823752
Though possibly with different things not setting the "input" function
pointer in the "struct dst_entry".
include/net/dst.h:
496 sta
Commit-ID: e28ff1a8382ee02b10cf11cf3b48541dc3d14a58
Gitweb: http://git.kernel.org/tip/e28ff1a8382ee02b10cf11cf3b48541dc3d14a58
Author: Joe Stringer
AuthorDate: Sun, 22 Jan 2017 17:11:25 -0800
Committer: Arnaldo Carvalho de Melo
CommitDate: Thu, 26 Jan 2017 11:42:58 -0300
tools lib bpf:
Commit-ID: 0a87e7bc6c55dd248270ee0ab4212cd0ef8ea04a
Gitweb: http://git.kernel.org/tip/0a87e7bc6c55dd248270ee0ab4212cd0ef8ea04a
Author: Arnaldo Carvalho de Melo
AuthorDate: Tue, 24 Jan 2017 13:19:06 -0300
Committer: Arnaldo Carvalho de Melo
CommitDate: Thu, 26 Jan 2017 11:42:59 -0300
pe
Commit-ID: ed7940731ac89616b8a516c560a76dca44a152a8
Gitweb: http://git.kernel.org/tip/ed7940731ac89616b8a516c560a76dca44a152a8
Author: Joe Stringer
AuthorDate: Sun, 22 Jan 2017 17:11:23 -0800
Committer: Arnaldo Carvalho de Melo
CommitDate: Thu, 26 Jan 2017 11:42:57 -0300
tools lib bpf:
Commit-ID: cd4ceb63438e9e28299f4352ae7b75d2967a772d
Gitweb: http://git.kernel.org/tip/cd4ceb63438e9e28299f4352ae7b75d2967a772d
Author: Namhyung Kim
AuthorDate: Thu, 11 Apr 2013 17:25:04 +0900
Committer: Arnaldo Carvalho de Melo
CommitDate: Thu, 26 Jan 2017 11:42:59 -0300
perf util: Sav
Commit-ID: 1b29dfbba124be5077a24996a272205baec1c008
Gitweb: http://git.kernel.org/tip/1b29dfbba124be5077a24996a272205baec1c008
Author: He Kuang
AuthorDate: Tue, 24 Jan 2017 10:30:14 +
Committer: Arnaldo Carvalho de Melo
CommitDate: Thu, 26 Jan 2017 11:42:43 -0300
perf probe: Fix wr
From: Mihail Atanassov
Hardware has multiple (2 or 3, depending on model) stride
registers per layer; add a function that correctly takes that
into account. On hardware that only has 2 stride registers,
ensure that 3-plane (YUV) content has identical strides
for both chroma planes.
Signed-off-by
Commit-ID: a7619aef6dca913d830675dd914ca6fe7241a730
Gitweb: http://git.kernel.org/tip/a7619aef6dca913d830675dd914ca6fe7241a730
Author: Namhyung Kim
AuthorDate: Thu, 18 Apr 2013 21:24:16 +0900
Committer: Arnaldo Carvalho de Melo
CommitDate: Thu, 26 Jan 2017 11:43:00 -0300
perf util: Add
Commit-ID: 7803ba73099867d1f6ca866857277d92e0da4080
Gitweb: http://git.kernel.org/tip/7803ba73099867d1f6ca866857277d92e0da4080
Author: Joe Stringer
AuthorDate: Sun, 22 Jan 2017 17:11:24 -0800
Committer: Arnaldo Carvalho de Melo
CommitDate: Thu, 26 Jan 2017 11:42:58 -0300
tools lib bpf:
Commit-ID: d01f4e8db22cf4d04f6c86351d959b584eb1f5f7
Gitweb: http://git.kernel.org/tip/d01f4e8db22cf4d04f6c86351d959b584eb1f5f7
Author: Namhyung Kim
AuthorDate: Thu, 7 Mar 2013 21:45:20 +0900
Committer: Arnaldo Carvalho de Melo
CommitDate: Thu, 26 Jan 2017 11:43:01 -0300
perf ftrace: In
Commit-ID: ec347870a9d423a4b88657d6a85b5163b3f949ee
Gitweb: http://git.kernel.org/tip/ec347870a9d423a4b88657d6a85b5163b3f949ee
Author: Arnaldo Carvalho de Melo
AuthorDate: Wed, 18 Jan 2017 21:49:14 -0300
Committer: Arnaldo Carvalho de Melo
CommitDate: Thu, 26 Jan 2017 11:43:01 -0300
pe
Commit-ID: 94e5adece8b37a23d99fb1f8a5de94b23194f387
Gitweb: http://git.kernel.org/tip/94e5adece8b37a23d99fb1f8a5de94b23194f387
Author: Joe Stringer
AuthorDate: Sun, 22 Jan 2017 17:11:22 -0800
Committer: Arnaldo Carvalho de Melo
CommitDate: Thu, 26 Jan 2017 11:42:56 -0300
tools lib bpf:
On Tuesday 17 January 2017 09:44 PM, Yendapally Reddy Dhananjaya Reddy wrote:
> This patch set contains the usb support for Broadcom NSP SoC. The
> usb3 phy is internal to the SoC and is accessed through mdio interface.
> The mdio interface can be used to access either internal usb3 phy or
> exte
Some Asus laptops that have an airplane-mode indicator LED, also have
the WMI WLAN user bit set, and the following bits in their DSDT:
Scope (_SB)
{
(...)
Device (ATKD)
{
(...)
Method (WMNB, 3, Serialized)
{
(...)
If (LEqual (II
Commit-ID: 42e233cacc052bd545417c68155f2b9abd1bab72
Gitweb: http://git.kernel.org/tip/42e233cacc052bd545417c68155f2b9abd1bab72
Author: Markus Elfring
AuthorDate: Mon, 23 Jan 2017 14:54:26 +0100
Committer: Arnaldo Carvalho de Melo
CommitDate: Thu, 26 Jan 2017 11:42:55 -0300
perf probe:
This reverts commit a961a285b479977fa21f12f71cd62f28adaba17c.
Signed-off-by: João Paulo Rechi Vita
---
drivers/platform/x86/asus-nb-wmi.c | 7 +--
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/drivers/platform/x86/asus-nb-wmi.c
b/drivers/platform/x86/asus-nb-wmi.c
index 60795
This reverts commit 56a37a72002b1eb01a1de391cf66383652784e78.
Signed-off-by: João Paulo Rechi Vita
---
drivers/platform/x86/asus-nb-wmi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/platform/x86/asus-nb-wmi.c
b/drivers/platform/x86/asus-nb-wmi.c
index 5be4783e40d
This reverts commit 6b7ff2af5286a8c6bec7ff5f4df62e3506c1674e.
Signed-off-by: João Paulo Rechi Vita
---
drivers/platform/x86/asus-nb-wmi.c | 9 -
1 file changed, 9 deletions(-)
diff --git a/drivers/platform/x86/asus-nb-wmi.c
b/drivers/platform/x86/asus-nb-wmi.c
index 5bf1dd225788..9d686
This quirk avoids the conflicting usage of ASUS_WMI_DEVID_WLAN_LED (0x00010002)
by both asus-wireless and asus-wmi on machines where the BIOS can't set and
record the wlan status (wlan_ctrl_by_user in asus-wmi.c). At the moment we have
six models using that quirk upstream, but there are another fif
This reverts commit 02db9ff7af18f7ace60f430cbbaa1d846b350916.
Signed-off-by: João Paulo Rechi Vita
---
drivers/platform/x86/asus-nb-wmi.c | 9 -
1 file changed, 9 deletions(-)
diff --git a/drivers/platform/x86/asus-nb-wmi.c
b/drivers/platform/x86/asus-nb-wmi.c
index 9d686d642934..5e088
This reverts commit a977e59c0c67c9d492bb16677ce66d67cae0ebd8.
Signed-off-by: João Paulo Rechi Vita
---
drivers/platform/x86/asus-nb-wmi.c | 13 -
drivers/platform/x86/asus-wmi.c| 8 +++-
drivers/platform/x86/asus-wmi.h| 1 -
3 files changed, 3 insertions(+), 19 deletion
Signed-off-by: João Paulo Rechi Vita
---
drivers/platform/x86/asus-wireless.c | 15 ++-
drivers/platform/x86/asus-wireless.h | 10 ++
2 files changed, 16 insertions(+), 9 deletions(-)
create mode 100644 drivers/platform/x86/asus-wireless.h
diff --git a/drivers/platform/x86/a
This reverts commit 2d735244b798f0c8bf93ace1facfafdc1f7a4e6e.
Signed-off-by: João Paulo Rechi Vita
---
drivers/platform/x86/asus-nb-wmi.c | 9 -
1 file changed, 9 deletions(-)
diff --git a/drivers/platform/x86/asus-nb-wmi.c
b/drivers/platform/x86/asus-nb-wmi.c
index 5e088fbef5ad..3a2fb
On Thu, Jan 26, 2017 at 02:57:44PM +0300, Kirill A. Shutemov wrote:
> This reverts commit 356e1c23292a4f63cfdf1daf0e0ddada51f32de8.
>
> After conversion of huge tmpfs to multi-order entries, we don't need
> this anymore.
Yay! Reviewed-by: Matthew Wilcox
On Mon, Jan 23, 2017 at 02:30:12PM +0100, Dmitry Vyukov wrote:
> Hello,
>
> The following program triggers use-after-free in perf_event_for_each:
> https://gist.githubusercontent.com/dvyukov/f1c354a8356e42f4d0b3d912e1bec956/raw/31d7ecdf6dc2c7327b80ef8581a39c823bbe405d/gistfile1.txt
>
> BUG: KASAN
Declare snd_pcm_ops structures as const as they are either stored in the
ops field of a snd_pcm_substream structure or passed as an argument to
the function snd_pcm_set_ops. The function argument and the ops field
are of type const, so snd_pcm_ops structures having this property
can be made const t
301 - 400 of 779 matches
Mail list logo