421/0x457 [drm]
[ 12.848639] [] ? __fput+0xdb/0x177
[ 12.848642] [] ? task_work_run+0x8e/0xa3
[ 12.848645] [] ? do_notify_resume+0x64/0x7a
[ 12.848647] [] ? int_signal+0x12/0x17
[ 12.848649] ---[ end trace da6972fb56a05968 ]---
--
Best regards,
Andrey Skvortsov
Secure e-mail with g
On Fri, Jan 02, 2015 at 09:42:01AM +0200, Jani Nikula wrote:
> On Thu, 01 Jan 2015, Andrey Skvortsov wrote:
> > Hi,
> >
> > this warning does not exist in 3.19-rc1, but it happens every boot in
> > 3.19-rc2. If you need any other information or data, I would be g
On Fri, Jan 02, 2015 at 08:27:29PM +0530, Sudip Mukherjee wrote:
> On Thu, Jan 01, 2015 at 05:22:15PM +0300, Andrey Skvortsov wrote:
> > Hi,
> >
> > this warning does not exist in 3.19-rc1, but it happens every boot in
> > 3.19-rc2. If you need any other informati
> > > > suspended or hibernating.
> > >
> > > Thanks for testing.
> > >
> > > John, can you take this one? Or do we need to split the b44 part out?
> > > I added my Signed-off.
> >
> > Um, sure...3.19 is OK I presume?
>
> I think we could even wait for 3.20.
>
Thanks, guys.
--
Best regards,
Andrey Skvortsov
PGP Key ID: 0x57A3AEAD
signature.asc
Description: Digital signature
On Thu, Jan 22, 2015 at 03:19:18PM -0800, David Rientjes wrote:
> On Thu, 22 Jan 2015, Andrey Skvortsov wrote:
>
> > diff --git a/mm/slub.c b/mm/slub.c
> > index ceee1d7..6bcd031 100644
> > --- a/mm/slub.c
> > +++ b/mm/slub.c
> > @@ -2404,7 +24
add -lrt to fix undefined reference to `clock_gettime'
Signed-off-by: Andrey Skvortsov
---
tools/testing/selftests/vm/Makefile |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/vm/Makefile
b/tools/testing/selftests/vm/Makefile
index 4c4b1f6..07
On Wed, Jan 07, 2015 at 12:21:18PM -0700, Shuah Khan wrote:
> On 01/07/2015 11:35 AM, Andrey Skvortsov wrote:
> > add -lrt to fix undefined reference to `clock_gettime'
> >
> > Signed-off-by: Andrey Skvortsov
> > ---
> > tools/testing/selftests/vm/Mak
On Thu, Jan 08, 2015 at 08:55:25AM -0700, Shuah Khan wrote:
> On 01/07/2015 01:10 PM, Andrey Skvortsov wrote:
> > man page for clock_gettime says 'Link with -lrt'. So I think the
> > error message is correct.
> >
>
> Thanks for fixing it. Applied to linux
Hi,
Since next-20150113 appears problem with very slow mouse cursor. This
makes desktop almost unusable. I've just bisected the problem to the same
commit ea2c67bb4affa drm/i915: Move to atomic plane helpers (v9), as
Jeremiah did.
I want just confirm that problem too.
--
Best regards,
A
After 'make clean' vdso64.so and vdso64.dbg.so were left in arch/x86/vdso/.
Signed-off-by: Andrey Skvortsov
---
arch/x86/vdso/Makefile |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/vdso/Makefile b/arch/x86/vdso/Makefile
index 5a4affe..09297c8 100644
an'. This patch makes git to ignore them.
Signed-off-by: Andrey Skvortsov
---
arch/arm/vdso/.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/vdso/.gitignore b/arch/arm/vdso/.gitignore
index f8b69d8..6b47f6e 100644
--- a/arch/arm/vdso/.gitignore
+++ b/arch/
Boot log contained string:
jffs2: version 2.2. \xffc2\xffa9 2001-2006 Red Hat, Inc.
non-ASCII characters are printed in HEX. 0xC2A9 is copyright sign in UTF-8.
This patch replace it with '(c)' to make boot log readable.
Signed-off-by: Andrey Skvortsov
---
fs/jffs2/super.c
On 28 Apr, Richard Weinberger wrote:
> On Tue, Apr 28, 2015 at 10:54 PM, Andrey Skvortsov
> wrote:
> > Boot log contained string:
> > jffs2: version 2.2. \xffc2\xffa9 2001-2006 Red Hat, Inc.
> >
> > non-ASCII characters are printed in HEX. 0xC2A9 is copyright
From: Andrey Skvortsov
Signed-off-by: Andrey Skvortsov
---
drivers/staging/lustre/lustre/obdclass/linux/linux-sysctl.c |8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/staging/lustre/lustre/obdclass/linux/linux-sysctl.c
b/drivers/staging/lustre/lustre
From: Andrey Skvortsov
Signed-off-by: Andrey Skvortsov
---
drivers/staging/lustre/lustre/obdclass/linux/linux-sysctl.c |8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/staging/lustre/lustre/obdclass/linux/linux-sysctl.c
b/drivers/staging/lustre/lustre
From: Andrey Skvortsov
Signed-off-by: Andrey Skvortsov
---
drivers/staging/lustre/lustre/obdclass/linux/linux-sysctl.c |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/lustre/lustre/obdclass/linux/linux-sysctl.c
b/drivers/staging/lustre/lustre
Changes since PATCHv1:
I refreshed patch against the staging-next branch of the staging.git tree
and added some other coding style fixes as separate patches.
Andrey Skvortsov (3):
staging: lustre: obdclass: linux-sysctl.c: fix pointer coding style
issue
staging: lustre: obdclass: linux
From: Andrey Skvortsov
Signed-off-by: Andrey Skvortsov
---
Changes since PATCHv1:
I refreshed patch against the staging-next branch of the staging.git tree
and added some other coding style fixes as separate patches.
drivers/staging/lustre/lustre/obdclass/linux/linux-sysctl.c |8
Signed-off-by: Andrey Skvortsov
---
.../lustre/lustre/obdclass/linux/linux-sysctl.c| 28 ++--
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/drivers/staging/lustre/lustre/obdclass/linux/linux-sysctl.c
b/drivers/staging/lustre/lustre/obdclass/linux/linux
Signed-off-by: Andrey Skvortsov
---
changes since v1:
removed from patch static declarations for functions obd_sysctl_init and
obd_sysctl_clean to fix build issue.
.../lustre/lustre/obdclass/linux/linux-sysctl.c| 24 ++--
1 file changed, 12 insertions(+), 12
Signed-off-by: Andrey Skvortsov
---
drivers/staging/lustre/lustre/obdclass/linux/linux-sysctl.c |8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/staging/lustre/lustre/obdclass/linux/linux-sysctl.c
b/drivers/staging/lustre/lustre/obdclass/linux/linux
struct net_device *dev, struct
> > ethtool_wolinfo *wol)
> > else
> > bp->flags &= ~B44_FLAG_WOL_ENABLE;
--
Best regards,
Andrey Skvortsov
PGP Key ID: 0x57A3AEAD
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the bo
there is any
child devices with enabled wakeup functionality. All other steps are
done by PM core code.
Signed-off-by: Andrey Skvortsov
---
drivers/net/ethernet/broadcom/b44.c |2 ++
drivers/ssb/pcihost_wrapper.c | 33 ++---
2 files changed, 24 insertions
On Mon, Dec 01, 2014 at 10:10:23PM +0100, Michael Büsch wrote:
> On Mon, 1 Dec 2014 23:46:38 +0300
> Andrey Skvortsov wrote:
>
> > Wake On Lan was not working on laptop DELL Vostro 1500.
> > If WOL was turned on, BCM4401 was powered up in suspend mode. LEDs blinked.
> &g
n function
acpi_system_wakeup_device_seq_show
Signed-off-by: Andrey Skvortsov
---
drivers/acpi/wakeup.c | 45 +
1 files changed, 37 insertions(+), 8 deletions(-)
diff --git a/drivers/acpi/wakeup.c b/drivers/acpi/wakeup.c
index 1638401..0da7e70 100644
--- a/drivers/acp
On 06 May, Michal Marek wrote:
> On 2015-05-04 17:37, Andrey Skvortsov wrote:
> > On 22 Apr, maximilian attems wrote:
> >> On Tue, Apr 21, 2015 at 03:58:48PM +0200, Michal Marek wrote:
> >>> (added Max to Cc)
> >>>
> >>> On 2015-03-16 09:20, A
in omap34xx (see omap34xx.dtsi)
and omap35xx. The patch adds missing description for the second region.
This patch was tested on AM3517.
Signed-off-by: Andrey Skvortsov
---
Commit 3d495383648a ("ARM: dts: Split omap3 pinmux core device") notes that
Nishanth Menon said that 3517 doe
in omap34xx and omap35xx.
The patch adds missing description for the second region.
This patch was tested on AM3517.
Signed-off-by: Andrey Skvortsov
---
v2:
move omap3_pmx_core2 under l4_core -> scm
arch/arm/boot/dts/am3517.dtsi | 14 ++
1 file changed, 14 insertions(+)
diff --gi
On 22 Apr, maximilian attems wrote:
> On Tue, Apr 21, 2015 at 03:58:48PM +0200, Michal Marek wrote:
> > (added Max to Cc)
> >
> > On 2015-03-16 09:20, Andrey Skvortsov wrote:
> > > If CONFIG_MODULE_SIG_ALL is set, then user expects that all modules are
> >
dable kernel modules. Therefore final deb-package
contains unsigned modules despite of set option CONFIG_MODULE_SIG_ALL.
This patch resigns all stripped modules if CONFIG_MODULE_SIG_ALL is set
to solve this problem.
Signed-off-by: Andrey Skvortsov
---
scripts/package/builddeb |6 ++
1
t show any
tar files excluded from tracking after the change.
Signed-off-by: Andrey Skvortsov
---
.gitignore |1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index acb6afe..4ad4a98 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,6 +24,7 @@
*.order
*.elf
*.bin
After 'make clean' vdso-image-32-int80.c vdso-image-32-syscall.c
vdso-image-32-sysenter.c were left in arch/x86/vdso.
These file are generated during build process and present in .gitignore.
Signed-off-by: Andrey Skvortsov
---
arch/x86/vdso/Makefile |2 +-
1 file changed, 1
On 16 Mar, Andy Lutomirski wrote:
> On Mar 16, 2015 8:23 AM, "Andrey Skvortsov"
> wrote:
> >
> > After 'make clean' vdso-image-32-int80.c vdso-image-32-syscall.c
> > vdso-image-32-sysenter.c were left in arch/x86/vdso.
> > These file are genera
On Wed, Feb 04, 2015 at 01:32:14PM +0100, Paul Bolle wrote:
> Andrey Skvortsov schreef op zo 01-02-2015 om 00:16 [+0300]:
> > this warning exist in v3.19-rc6 and does not in v3.18. Bisection
> > points to the commit 51e31d49c890552 "drm/i915: Use generic vblank wait".
>
a/0x2a
[ 29.097489] [] ? kthread+0x9e/0xa6
[ 29.097492] [] ? __kthread_parkme+0x5c/0x5c
[ 29.097496] [] ? ret_from_fork+0x7c/0xb0
[ 29.097499] [] ? __kthread_parkme+0x5c/0x5c
--
Best regards,
Andrey Skvortsov
PGP Key ID: 0x57A3AEAD
--
To unsubscribe from this list: send the line "unsubs
'
signatures are gone. If at the same time CONFIG_MODULE_SIG_FORCE is set,
then result package with contains non-loadable modules.
This patch resign all stripped modules again to avoid any such problems.
Signed-off-by: Andrey Skvortsov
---
scripts/package/builddeb |6 ++
1 file chang
Have git ignore the Debian directory created when running:
make tar-pkg / targz-pkg / tarbz2-pkg / tarxz-pkg
Signed-off-by: Andrey Skvortsov
---
.gitignore |5 +
1 file changed, 5 insertions(+)
diff --git a/.gitignore b/.gitignore
index ce57b79..9ac9106 100644
--- a/.gitignore
[8086:2a03] (rev 0c)
--
Best regards,
Andrey Skvortsov
Secure e-mail with gnupg: See http://www.gnupg.org/
PGP Key ID: 0x57A3AEAD
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at ht
ptr() that does not check state of
preemption.
Signed-off-by: Andrey Skvortsov
---
These "BUGs" appear for the first time in next-20150119.
[0.947906] BUG: using smp_processor_id() in preemptible [] code:
kdevtmpfs/12
[0.952925] caller is kmem_cache_free+0x5d/0x109
[
gt; commit f9b61ff6bce9a44555324b29e593fdffc9a115bc
> Author: Daniel Vetter
> Date: Wed Jan 7 13:54:39 2015 +0100
>
> drm/i915: Push vblank enable/disable past encoder->enable/disable
>
Hi,
Can't test this on v4.0-rc1, because I get black screen unfortunatel
drm_fb_helper_hotplug_event+0x75/0xac [drm_kms_helper]
> > [ 29.296551] [] ? output_poll_execute+0x125/0x154
> > [drm_kms_helper]
> > [ 29.296555] [] ? process_one_work+0x171/0x28e
> > [ 29.296558] [] ? worker_thread+0x1a5/0x272
> > [ 29.296560] [] ? process
pc?
If so, is it similar to that I described here
https://lkml.org/lkml/2015/2/3/594 ?
As we both had drm_wait_one_vblank warnings, I assume that we have the same or
similar chipsets.
And your black screen could be potentially the same as mine.
--
Best regards,
Andrey Skvortsov
PGP Key ID: 0x57A3AEAD
signature.asc
Description: Digital signature
On 28 Feb, Chris Wilson wrote:
> On Sat, Feb 28, 2015 at 03:20:37PM +0300, Andrey Skvortsov wrote:
> > Unfortunately this is not the last bug, that breaks i915/drm working
> > on my laptop. Sometimes system successfully loads with couple warnings
> > mentioned
On 01 Mar, Chris Wilson wrote:
> On Sun, Mar 01, 2015 at 12:57:01AM +0300, Andrey Skvortsov wrote:
> > On 28 Feb, Chris Wilson wrote:
> > > On Sat, Feb 28, 2015 at 03:20:37PM +0300, Andrey Skvortsov wrote:
> > > > Unfortunately this is not the last bug, that breaks
at, I don't much care.
> I just prefer intelligible over apparently random.
If it is correct, then it would be better to replace these magic numbers with
meaningful
defines.
--
Best regards,
Andrey Skvortsov
signature.asc
Description: Digital signature
On 15 Jun, Zheng, Lv wrote:
> Hi, Rafael
>
> > From: rjwyso...@gmail.com [mailto:rjwyso...@gmail.com] On Behalf Of
> > Rafael J. Wysocki
> > Subject: Re: acpi: broken suspend to RAM with v4.7-rc1
> >
> > On Mon, Jun 13, 2016 at 12:07 PM, Andrey Skvortsov
>
On 05 Aug, Zheng, Lv wrote:
> Hi, Andrey
>
> > From: Andrey Skvortsov [mailto:andrej.skvort...@gmail.com]
> > Subject: Re: acpi: broken suspend to RAM with v4.7-rc1
> >
> > On 24 Jun, Zheng, Lv wrote:
> > > Hi,
> > >
> > > &g
quirks are placed?
--
Best regards,
Andrey Skvortsov
signature.asc
Description: PGP signature
On 10 Jun, Rafael J. Wysocki wrote:
> On Friday, June 10, 2016 11:32:10 PM Andrey Skvortsov wrote:
> > Hi,
> >
> > On my laptop (DELL Vostro 1500) in v4.7-rc1 is broken suspend to RAM.
> > Laptop doesn't finish suspend to RAM process (disks are off, but WiFi
>
Hi Lv,
On 13 Jun, Zheng, Lv wrote:
> > From: linux-acpi-ow...@vger.kernel.org [mailto:linux-acpi-
> > ow...@vger.kernel.org] On Behalf Of Rafael J. Wysocki
> > Subject: Re: acpi: broken suspend to RAM with v4.7-rc1
> >
> > On Saturday, June 11, 2016 01:49:22 PM An
On 24 Jun, Zheng, Lv wrote:
> Hi,
>
> > From: Andrey Skvortsov [mailto:andrej.skvort...@gmail.com]
> > Subject: Re: acpi: broken suspend to RAM with v4.7-rc1
> >
> > Hi Lv,
> >
> > On 13 Jun, Zheng, Lv wrote:
> > > > From: linux-acp
On 27 Jun, Zheng, Lv wrote:
> Hi,
>
> > From: Andrey Skvortsov [mailto:andrej.skvort...@gmail.com]
> > Subject: Re: acpi: broken suspend to RAM with v4.7-rc1
> >
> > On 24 Jun, Zheng, Lv wrote:
> > > Hi,
> > >
> > > > From: Andrey Skvor
On Sun, Jan 31, 2016 at 09:13:19PM +0100, Johan Hovold wrote:
> On Fri, Jan 29, 2016 at 12:07:30AM +0300, Andrey Skvortsov wrote:
> > $ lsusb:
> > Bus 001 Device 101: ID 1e0e:9001 Qualcomm / Option
> >
> > $ usb-devices:
> > T: Bus=01 Lev=02 Prnt=02 Port=00 Cnt=0
(6) is used for Android Composite ADB interface.
Serial port layout:
0: QCDM/DIAG
1: NMEA
2: AT
3: AT/PPP
4: audio
Signed-off-by: Andrey Skvortsov
---
v2: respin v1 against usb-linus branch of
git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
move SIM7100E product id to AL
Commit-ID: ef37507d99ab29c253de3c55e7ee9fa4f6d50834
Gitweb: http://git.kernel.org/tip/ef37507d99ab29c253de3c55e7ee9fa4f6d50834
Author: Andrey Skvortsov
AuthorDate: Fri, 27 Mar 2015 11:48:18 -0700
Committer: Ingo Molnar
CommitDate: Tue, 31 Mar 2015 10:45:15 +0200
x86/vdso: Teach '
Commit-ID: 050835e9d3d6c9bd69cec2b4e67a9eb04ad5fd07
Gitweb: http://git.kernel.org/tip/050835e9d3d6c9bd69cec2b4e67a9eb04ad5fd07
Author: Andrey Skvortsov
AuthorDate: Wed, 28 Jan 2015 17:04:27 +0300
Committer: Andy Lutomirski
CommitDate: Wed, 28 Jan 2015 18:44:18 -0800
x86, vdso: teach
56 matches
Mail list logo