Re: clang --target=bpf missing on f23 was: Re: [PATCH 1/2] perf test: Add libbpf relocation checker

2016-01-22 Thread Adam Jackson
On Fri, 2016-01-22 at 14:22 -0300, Arnaldo Carvalho de Melo wrote: > the 'bpf' target for clang is being used together with perf to > build scriptlets into object code that then gets uploaded to the kernel > via sys_bpf(), was the decision not to include 'bpf' just an accident? I wouldn't c

Re: [PATCH] i8042: Don't print an error message just because there's no chip

2014-06-03 Thread Adam Jackson
On Tue, 2014-02-25 at 11:06 -0500, Josh Boyer wrote: > On Tue, Feb 25, 2014 at 10:47 AM, Adam Jackson wrote: > > From: Peter Jones > > > > Some systems, such as EFI-based Apple systems, won't necessarily have an > > i8042 to initialize. We shouldn't be print

[PATCH] i8042: Don't print an error message just because there's no chip

2014-02-25 Thread Adam Jackson
From: Peter Jones Some systems, such as EFI-based Apple systems, won't necessarily have an i8042 to initialize. We shouldn't be printing an error message in this case, since not detecting the chip is the correct behavior. v2: Downgrade to pr_notice instead of pr_err. Signed-of

[PATCH] mei: Don't dev_err() on suspend

2013-09-10 Thread Adam Jackson
Suspend isn't an error condition, and I'm sick of seeing this (and only this) on the console when I suspend with quiet boot enabled. Signed-off-by: Adam Jackson --- drivers/misc/mei/pci-me.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/misc/mei/pci-me.c

Re: [PATCH 42/86] drivers/gpu/drm/cirrus: remove depends on CONFIG_EXPERIMENTAL

2013-01-17 Thread Adam Jackson
On Wed, 2013-01-16 at 18:53 -0800, Kees Cook wrote: > The CONFIG_EXPERIMENTAL config item has not carried much meaning for a > while now and is almost always enabled by default. As agreed during the > Linux kernel summit, remove it from any "depends on" lines in Kconfigs.

[PATCH] vt: Add VC_MUTE (v2)

2012-12-10 Thread Adam Jackson
lor Cc: Greg Kroah-Hartman Tested-by: Josh Boyer Signed-off-by: Adam Jackson --- drivers/tty/vt/keyboard.c | 42 ++ drivers/tty/vt/vt_ioctl.c | 13 + include/linux/kbd_kern.h | 3 ++- include/linux/vt_kern.h | 2 ++ include/uapi/linux/kd

[PATCH] vt: Drop K_OFF for VC_MUTE

2012-11-16 Thread Adam Jackson
ill degrade gracefully. Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=859485 Cc: Arthur Taylor Cc: Greg Kroah-Hartman Tested-by: Josh Boyer Signed-off-by: Adam Jackson --- drivers/tty/vt/keyboard.c | 40 +--- drivers/tty/vt/vt_ioctl.c | 13 + includ

Re: radeon: RFC speed cap detection on ppc64

2012-10-22 Thread Adam Jackson
On 10/19/12 1:43 PM, Lucas Kannebley Tavares wrote: The radeon driver does speed cap detection on the root PCI device for the maximum speed with which the adapter can communicate. On ppc64 systems, however, the root device belongs to the Hypervisor, so the current code would case a null pointer d

Re: [PATCH] apm_event{,info}_t are userspace types.

2007-12-19 Thread Adam Jackson
On Wed, 2007-12-12 at 02:47 -0800, Andrew Morton wrote: > On Fri, 30 Nov 2007 15:02:43 -0500 Adam Jackson <[EMAIL PROTECTED]> wrote: > > These types define the size of data read from /dev/apm_bios. They > > should not be hidden behind #ifdef __KERNEL__. > >

[PATCH] apm_event{,info}_t are userspace types.

2007-11-30 Thread Adam Jackson
These types define the size of data read from /dev/apm_bios. They should not be hidden behind #ifdef __KERNEL__. --- include/linux/apm_bios.h |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/linux/apm_bios.h b/include/linux/apm_bios.h index 9754baa..01a6244 10

Re: [PATCH] Add eeprom_bad_csum_allow module option to e1000.

2007-10-23 Thread Adam Jackson
On Tue, 2007-10-23 at 09:18 -0700, Kok, Auke wrote: > Adam Jackson wrote: > > When the EEPROM gets corrupted, you can fix it with ethtool, but only if > > the module loads and creates a network device. But, without this option, > > if the EEPROM is corrupted, the driver will

[PATCH] Add eeprom_bad_csum_allow module option to e1000.

2007-10-23 Thread Adam Jackson
When the EEPROM gets corrupted, you can fix it with ethtool, but only if the module loads and creates a network device. But, without this option, if the EEPROM is corrupted, the driver will not create a network device. Signed-off-by: Adam Jackson <[EMAIL PROTECTED]> --- drivers/net

Re: [PATCH] Protection for exploiting null dereference using mmap

2007-06-20 Thread Adam Jackson
Eric Paris redhat.com> writes: > On Tue, 2007-06-05 at 17:16 -0400, Alan Cox wrote: > > On Tue, Jun 05, 2007 at 05:00:51PM -0400, James Morris wrote: > > > This should be an unsigned long. > > > > > > I wonder if the default should be for this value to be zero (i.e. > > > preserve > > > existin

[PATCH] Fix 82875 PCI setup

2007-03-29 Thread Adam Jackson
failing to start, since it expects the two lists to be consistent. Signed-off-by: Adam Jackson <[EMAIL PROTECTED]> --- linux-2.6.18.noarch/drivers/edac/i82875p_edac.c~ +++ linux-2.6.18.noarch/drivers/edac/i82875p_edac.c @@ -261,10 +261,6 @@ static void i82875p_che