Re: [PATCH] platform/x86: thinkpad_acpi: suppress warning about palm detection

2018-02-05 Thread Matthew Thode
> > > Andy, Daren? > > The following one already in for-next, meaning it's about to be upstream soon > 587d8628fb71 platform/x86: thinkpad_acpi: suppress warning about palm > detection > Thanks, if there's nothing left for me to do I'll just leave it then. -- Matthew Thode signature.asc Description: PGP signature

Re: [PATCH] platform/x86: thinkpad_acpi: suppress warning about palm detection

2018-02-04 Thread Matthew Thode
On 18-01-13 00:33:09, Matthew Thode wrote: > On 18-01-12 15:07:12, David Herrmann wrote: > > Hi Andy > > > > On Fri, Jan 12, 2018 at 2:50 PM, Andy Shevchenko > > wrote: > > > On Fri, Jan 12, 2018 at 1:04 PM, David Herrmann > > > wrote: >

Re: [PATCH] platform/x86: thinkpad_acpi: suppress warning about palm detection

2018-02-04 Thread Matthew Thode
On 18-01-13 00:33:09, Matthew Thode wrote: > On 18-01-12 15:07:12, David Herrmann wrote: > > Hi Andy > > > > On Fri, Jan 12, 2018 at 2:50 PM, Andy Shevchenko > > wrote: > > > On Fri, Jan 12, 2018 at 1:04 PM, David Herrmann > > > wrote: >

Re: [PATCH] platform/x86: thinkpad_acpi: suppress warning about palm detection

2018-01-12 Thread Matthew Thode
On 18-01-12 15:07:12, David Herrmann wrote: > Hi Andy > > On Fri, Jan 12, 2018 at 2:50 PM, Andy Shevchenko > wrote: > > On Fri, Jan 12, 2018 at 1:04 PM, David Herrmann > > wrote: > >> Cc: Matthew Thode > > > > Shouldn't be Suggested-by

Re: [PATCH] colons are invalid characters in netdev names

2015-02-17 Thread Matthew Thode
On 02/17/2015 07:28 PM, Stephen Hemminger wrote: > On Tue, 17 Feb 2015 17:15:42 -0600 > Matthew Thode wrote: > >> colons are used as a separator in netdev device lookup in dev_ioctl.c >> >> Specific functions are SIOCGIFTXQLEN SIOCETHTOOL SIOCSIFNAME >> >>

[PATCH] reject creation of netdev names with colons

2015-02-17 Thread Matthew Thode
colons are used as a separator in netdev device lookup in dev_ioctl.c Specific functions are SIOCGIFTXQLEN SIOCETHTOOL SIOCSIFNAME Signed-off-by: Matthew Thode --- net/core/dev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/core/dev.c b/net/core/dev.c index d030575

Re: [PATCH] colons are invalid characters in netdev names

2015-02-17 Thread Matthew Thode
On 02/17/2015 05:46 PM, Lino Sanfilippo wrote: > On 18.02.2015 00:15, Matthew Thode wrote: >> colons are used as a separator in netdev device lookup in dev_ioctl.c >> >> Specific functions are SIOCGIFTXQLEN SIOCETHTOOL SIOCSIFNAME >> >> Signed-off-by: Matthew Tho

[PATCH] colons are invalid characters in netdev names

2015-02-17 Thread Matthew Thode
colons are used as a separator in netdev device lookup in dev_ioctl.c Specific functions are SIOCGIFTXQLEN SIOCETHTOOL SIOCSIFNAME Signed-off-by: Matthew Thode --- net/core/dev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/core/dev.c b/net/core/dev.c index d030575

Re: 3.9.7, 3.10-rc7 - UEFI stalls at boot (nothing displayed), when booting with mem=300M

2013-07-16 Thread Matthew Thode
more time. > > Regards, > I tested with a single 2G dimm at pipacs's request. Here is what I found. mem=unset: booted mem=1930M: booted mem=1929M: failed Booted with memblock=debug and found the following :D It looks like the uefi regions are simply higher then what the kerne

Re: 3.9.7, 3.10-rc7 - UEFI stalls at boot (nothing displayed), when booting with mem=300M

2013-07-01 Thread Matthew Thode
ehavior? Can't really know until it's solved I think. Unfortunately this bug seems to cause a lack of info. -- -- Matthew Thode (prometheanfire) signature.asc Description: OpenPGP digital signature

Re: 3.9.7, 3.10-rc7 - UEFI stalls at boot (nothing displayed), when booting with mem=300M

2013-06-30 Thread Matthew Thode
On 06/30/2013 11:41 PM, Luca Barbato wrote: > On 07/01/2013 06:30 AM, Matthew Thode wrote: > >> You had the problem where it was blank on boot (right after grub, no >> kernel messages at all)? Sounds like this might not be limited to just >> Lenovo then. > > no gr

Re: 3.9.7, 3.10-rc7 - UEFI stalls at boot (nothing displayed), when booting with mem=300M

2013-06-30 Thread Matthew Thode
On 06/27/2013 01:17 PM, Luca Barbato wrote: > On 06/27/2013 06:47 PM, Matthew Thode wrote: >> There is an early boot failure with linux-3.[9,10].??? when booting >> using uefi on low memory systems. >> >> This seems like it might be hardware specific, I am running on a L

Re: 3.9.7, 3.10-rc7 - UEFI stalls at boot (nothing displayed), when booting with mem=300M

2013-06-27 Thread Matthew Thode
On 06/27/2013 12:43 PM, Matthew Garrett wrote: > On Thu, Jun 27, 2013 at 12:39:14PM -0500, Matthew Thode wrote: >> On 06/27/2013 12:27 PM, Matthew Garrett wrote: >>> On Thu, Jun 27, 2013 at 11:47:42AM -0500, Matthew Thode wrote: >>>> There is an early boot failur

Re: 3.9.7, 3.10-rc7 - UEFI stalls at boot (nothing displayed), when booting with mem=300M

2013-06-27 Thread Matthew Thode
On 06/27/2013 12:27 PM, Matthew Garrett wrote: > On Thu, Jun 27, 2013 at 11:47:42AM -0500, Matthew Thode wrote: >> There is an early boot failure with linux-3.[9,10].??? when booting >> using uefi on low memory systems. > > Does it happen on systems that genuinely have sm

3.9.7, 3.10-rc7 - UEFI stalls at boot (nothing displayed), when booting with mem=300M

2013-06-27 Thread Matthew Thode
the pictures taken for the other possible bug hit are located at http://goo.gl/741ub -- -- Matthew Thode (prometheanfire) signature.asc Description: OpenPGP digital signature

setting the kernel log console at runtime

2013-06-17 Thread Matthew Thode
particular). tty0 -WU (EC p )4:1 netcon0 -W- (E ) ttyS1-W- (E p a)4:65 Here's my printk just in case you ask as well :D 8 4 1 7 How would I go about setting the kernel log console without a reboot? -- -- Matthew

Re: [BUG 3.7-rc5] NULL pointer deref when using a pcie-pci bridged pci device and intel-iommu

2012-11-13 Thread Matthew Thode
On 11/13/2012 01:10 PM, Alex Williamson wrote: > On Tue, 2012-11-13 at 14:05 -0500, Don Dutile wrote: >> On 11/13/2012 10:38 AM, Alex Williamson wrote: >>> On Mon, 2012-11-12 at 15:05 -0600, Matthew Thode wrote: >>>> On 11/12/2012 01:57 PM, Don Dutile wrote: >

Re: [PATCH] intel-iommu: Fix lookup in add device

2012-11-13 Thread Matthew Thode
On 11/13/2012 11:22 AM, Alex Williamson wrote: > We can't assume this device exists, fall back to the bridge itself. > > Signed-off-by: Alex Williamson > Tested-by: Matthew Thode > Cc: sta...@vger.kernel.org > --- > drivers/iommu/intel-iommu.c |4 ++-- > 1 fil

Re: [BUG 3.7-rc5] NULL pointer deref when using a pcie-pci bridged pci device and intel-iommu

2012-11-13 Thread Matthew Thode
On 11/13/2012 09:38 AM, Alex Williamson wrote: > On Mon, 2012-11-12 at 15:05 -0600, Matthew Thode wrote: >> On 11/12/2012 01:57 PM, Don Dutile wrote: >>> On 11/12/2012 04:26 AM, Doug Goldstein wrote: >>>> On Sun, Nov 11, 2012 at 5:19 PM, Matthew Thode >>>

Re: [BUG 3.7-rc5] NULL pointer deref when using a pcie-pci bridged pci device and intel-iommu

2012-11-12 Thread Matthew Thode
On 11/12/2012 01:57 PM, Don Dutile wrote: > On 11/12/2012 04:26 AM, Doug Goldstein wrote: >> On Sun, Nov 11, 2012 at 5:19 PM, Matthew Thode >> wrote: >>> System boots with vt-d disabled in bios. Otherwise I get the errors in >>> the attached log. I can do

[BUG 3.7-rc5] NULL pointer deref when using a pcie-pci bridged pci device and intel-iommu

2012-11-11 Thread Matthew Thode
trace 5c5a2ceca067e0ed ]--- -- -- Matthew Thode (prometheanfire) Initializing cgroup subsys cpuset Linux version 3.7.0-rc5 (root@vm-master-01) (gcc version 4.5.4 (Gentoo Hardened 4.5.4 p1.0, pie-0.4.7) ) #1 SMP Sun Nov 11 13:51:19 CST 2012 Command line: rootfstype=ext4 real_root=/dev/mapper/vg-