Re: [PATCH 1/1] depmod: pass -P $CONFIG_SYMBOL_PREFIX

2013-02-02 Thread Mike Frysinger
On Thursday 31 January 2013 04:41:43 James Hogan wrote: > --- a/Makefile > +++ b/Makefile > > +ifneq ($(patsubst "%",%,$(CONFIG_SYMBOL_PREFIX)),) > + depmod_args = -P $(patsubst "%",%,$(CONFIG_SYMBOL_PREFIX)) > +endif > ... > # Run depmod only if we have System.map and depmod is executable > qu

Re: [PATCH 1/1] depmod: pass -P $CONFIG_SYMBOL_PREFIX

2013-02-05 Thread Mike Frysinger
On Tuesday 05 February 2013 05:33:19 James Hogan wrote: > On 03/02/13 06:17, Mike Frysinger wrote: > > On Thursday 31 January 2013 04:41:43 James Hogan wrote: > >> --- a/Makefile > >> +++ b/Makefile > >> > >> +ifneq ($(patsubst "%",%,$(CONFI

Re: [patch 1/1] early_printk: Consolidate random copies of identical code

2013-02-19 Thread Mike Frysinger
On Tuesday 19 February 2013 07:44:29 Thomas Gleixner wrote: > The early console implementations are the same all over the > place. Move the print function to kernel/printk and get rid of the > copies. Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signe

Re: [PATCH 11/12] [Blackfin] serial driver: ADSP-BF52x arch/mach support

2008-01-30 Thread Mike Frysinger
On Jan 30, 2008 4:30 AM, Bryan Wu <[EMAIL PROTECTED]> wrote: > config SERIAL_BFIN_UART1 > bool "Enable UART1" > - depends on SERIAL_BFIN && (BF534 || BF536 || BF537 || BF54x) > + depends on SERIAL_BFIN && (BF52x || BF53x || BF54x) > help > Enable UART1 erp, i

[patch] cleanup rtc example code

2008-01-31 Thread Mike Frysinger
No functional changes here, just tighten up style/whitespace. Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> --- diff --git a/Documentation/rtc.txt b/Documentation/rtc.txt index e20b19c..8deffcd 100644 --- a/Documentation/rtc.txt +++ b/Documentation/rtc.txt @@ -268,8 +268,8 @@ int ma

[patch] update rtc documentation wrt irq_set_freq

2008-01-31 Thread Mike Frysinger
I could have sworn I sent this out already, but I don't see it in the latest git or in mm, so here we go ... --- This documents the proper use of the irq_set_freq function. Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> --- diff --git a/Documentation/rtc.txt b/Documentation/rt

Re: [patch 0/4] cleanup - use _AC macro to define PAGE_SIZE

2008-02-04 Thread Mike Frysinger
On Feb 3, 2008 7:22 AM, Sam Ravnborg <[EMAIL PROTECTED]> wrote: > On Sun, Feb 03, 2008 at 02:22:17PM +0300, Cyrill Gorcunov wrote: > > This patch series removes code duplication for PAGE_SIZE > > definition on various architectures. > > > > Please review. Any comments are welcome. *UNTESTED* > > Lo

Re: [PATCH 1/2] SH/Dreamcast - joystick (Control pad)

2008-02-11 Thread Mike Frysinger
On Monday 11 February 2008, Adrian McMenamin wrote: > On Mon, February 11, 2008 12:22 am, Mike Frysinger wrote: > > no remove function ? looks like the probe() forces a connect, but > > there's no remove() to force a disconnect ... > > Removing these devices (or any o

Re: Linux 2.6.25-rc1

2008-02-11 Thread Mike Frysinger
were added to filechk to > combination created with make V=1 were not > covered. > Fix it by explicitly cover this case too. > > Signed-off-by: Sam Ravnborg <[EMAIL PROTECTED]> > Cc: Mike Frysinger <[EMAIL PROTECTED]> erp, i wondered if there was another case i was missing

Re: [PATCH 1/2] SH/Dreamcast - joystick (Control pad)

2008-02-11 Thread Mike Frysinger
On Monday 11 February 2008, Adrian McMenamin wrote: > On Mon, February 11, 2008 4:25 pm, Dmitry Torokhov wrote: > > On Mon, Feb 11, 2008 at 11:19:22AM -0500, Mike Frysinger wrote: > >> On Monday 11 February 2008, Adrian McMenamin wrote: > >> > On Mon, February 11,

Re: [PATCH] kbuild: fix make V=1

2008-02-12 Thread Mike Frysinger
On Tuesday 12 February 2008, Oleg Verych wrote: > On Feb 12, 2008 4:07 PM, Mike Frysinger <[EMAIL PROTECTED]> wrote: > [] > > > > - quiet_chk_filechk = echo ' CHK $@' > > > -silent_chk_filechk = : > > > - quiet_upd_fil

Re: [PATCH] kbuild: fix make V=1

2008-02-12 Thread Mike Frysinger
On Tuesday 12 February 2008, Oleg Verych wrote: > On Tue, Feb 12, 2008 at 09:56:05AM +0100, Sam Ravnborg wrote: > > On Tue, Feb 12, 2008 at 12:38:24AM +0100, Oleg Verych wrote: > > > * Date: Mon, 11 Feb 2008 17:47:09 +0100 > > > [] > > > > > > > Mike spotted another missing thing from his initial >

common watchdog interface: handling of suspend/resume

2008-02-15 Thread Mike Frysinger
i'm not sure if it is possible to integrate this into the common code (be great if we could), but we should codify the expected behavior for the suspend/resume functions. from looking at the 8 that implement the pm functions, they seem to all do: suspend(): turn off the watchdog resume(): turn on

Re: [PATCH] procfs task exe symlink

2008-02-16 Thread Mike Frysinger
On Feb 6, 2008 8:44 PM, Matt Helsley <[EMAIL PROTECTED]> wrote: > The kernel implements readlink of /proc/pid/exe by getting the file from the > first executable VMA. Then the path to the file is reconstructed and reported > as > the result. > > Because of the VMA walk the code is slightly differe

Re: [PATCH 2/5] drivers/video/bfin-t350mcqb-fb.c: use devm_ functions

2012-07-31 Thread Mike Frysinger
gt; function. Acked-by: Mike Frysinger -mike -- 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 http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: Drop support to compressed modules?

2012-09-22 Thread Mike Frysinger
On Friday 21 September 2012 17:41:44 Lucas De Marchi wrote: > I'd like to ask people the following question: why are you using > compressed modules? Is it only for the disk space or is there any > performance related reason? i've only seen it to save on disk space -mike signature.asc Description

Re: [PATCH 22/30] perf tools: bfd.h/libbfd detection fails with recent binutils

2012-09-24 Thread Mike Frysinger
On Monday 24 September 2012 11:59:36 Arnaldo Carvalho de Melo wrote: > --- a/tools/perf/Makefile > +++ b/tools/perf/Makefile > > - FLAGS_BFD=$(ALL_CFLAGS) $(ALL_LDFLAGS) $(EXTLIBS) -lbfd > + FLAGS_BFD=$(ALL_CFLAGS) $(ALL_LDFLAGS) $(EXTLIBS) > -DPACKAGE='perf' - in this cas

Re: [PATCH 22/30] perf tools: bfd.h/libbfd detection fails with recent binutils

2012-09-25 Thread Mike Frysinger
On Tuesday 25 September 2012 02:47:28 Markus Trippelsdorf wrote: > On 2012.09.24 at 19:58 -0400, Mike Frysinger wrote: > > On Monday 24 September 2012 11:59:36 Arnaldo Carvalho de Melo wrote: > > > --- a/tools/perf/Makefile > > > +++ b/tools/perf/Makefile >

Re: [PATCH] Omnikey Cardman 4000: pull in ioctl.h in user header

2013-08-24 Thread Mike Frysinger
On Thursday 22 August 2013 18:55:45 Andrew Morton wrote: > On Fri, 16 Aug 2013 14:07:09 -0400 Mike Frysinger wrote: > > This file uses the ioctl helpers (_IOR/_IOW/etc...), so include ioctl.h > > for the definitions. > > > > ... > > > > --- a/include/uapi/l

Re: [PATCH] blackfin: Ignore generated uImages

2013-08-24 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part.

Re: [PATCH] ARM: Add ".text.unlikely" and ".text.hot" to arm unwind tables

2013-08-24 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part.

Re: [trivial PATCH] treewide: Fix printks with 0x%#

2013-08-26 Thread Mike Frysinger
On Thursday 25 July 2013 14:53:25 Joe Perches wrote: > Using 0x%# emits 0x0x. Only one is necessary. sounds like a job for checkpatch.pl :) -mike signature.asc Description: This is a digitally signed message part.

Re: [PATCH] blackfin: Ignore generated uImages

2013-08-28 Thread Mike Frysinger
On Monday 26 August 2013 07:59:05 Mark Brown wrote: > On Sat, Aug 24, 2013 at 06:01:44PM -0400, Mike Frysinger wrote: > > Acked-by: Mike Frysinger > > Thanks. Do you know who might be likely to apply this - MAINTAINERS > lists you? looks like they haven't updated the MA

[PATCH 1/1] linux/audit.h: move ptrace.h include to kernel header

2012-12-23 Thread Mike Frysinger
userland ptrace headers can easily lead to failure. Signed-off-by: Mike Frysinger --- include/linux/audit.h | 1 + include/uapi/linux/audit.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/audit.h b/include/linux/audit.h index bce729a..9929785 100644 --- a

[PATCH] re-order CONFIG_EXPERT options to fix menuconfig display

2013-04-22 Thread Mike Frysinger
ysctl syscall support [*] Load all symbols for debugging/ksymoops ... Acked-by: Randy Dunlap Signed-off-by: Mike Frysinger --- init/Kconfig | 80 ++-- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/init/Kconfig b/init/

Re: [PATCH] arch: blackfin: kernel: sprintf(), need avoid NUL for '%s'

2013-06-15 Thread Mike Frysinger
i think you mean NULL instead of NUL that said, the kernel is smart enough to replace NULL with "(null)", so i don't see much point in this patch -mike On Wed, May 29, 2013 at 5:43 AM, Chen Gang wrote: > > When it is kernel symbol, the 'modname' will be NUL, and the 'symname' > contents the vali

Re: [uclinux-dist-devel] [PATCH 01/11] cpufreq: blackfin: enable driver for CONFIG_BFIN_CPU_FREQ

2013-06-16 Thread Mike Frysinger
On Wednesday 12 June 2013 04:15:08 Viresh Kumar wrote: > By mistake blackfin's cpufreq driver is enabled when CONFIG_BLACKFIN was > present, whereas it should have been enabled only when CONFIG_BFIN_CPU_FREQ > is present. Acked-by: Mike Frysinger -mike signature.asc Descript

Re: [PATCH -next] blackfin: bf533-stamp: Remove bogus "||"

2013-05-31 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part.

Re: [PATCH 11/32] blackfin: delete __cpuinit usage from all blackfin files

2013-06-24 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part.

Re: [PATCH] ARM: Avoid extra calls to the C compiler

2013-06-25 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part.

[PATCH] Omnikey Cardman 4000: pull in ioctl.h in user header

2013-08-16 Thread Mike Frysinger
This file uses the ioctl helpers (_IOR/_IOW/etc...), so include ioctl.h for the definitions. Signed-off-by: Mike Frysinger --- include/uapi/linux/cm4000_cs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/uapi/linux/cm4000_cs.h b/include/uapi/linux/cm4000_cs.h index bc51f77

Re: [PATCH v2 6/8] turbostat: Factor out common function to open file and exit on failure

2013-08-20 Thread Mike Frysinger
On Tue, Aug 20, 2013 at 8:20 PM, Josh Triplett wrote: > +FILE *fopen_or_die(const char *path, const char *mode) > +{ > + FILE *filep = fopen(path, "r"); not a big deal, but would be nice to add the "e" flag -mike -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

Re: [PATCH v2 0/8] turbostat: Build fixes, 32-bit support, and cleanups

2013-08-20 Thread Mike Frysinger
Acked-by: Mike Frysinger -mik -- 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 http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [uclinux-dist-devel] [GIT PULL] Blackfin updates for 3.10

2013-05-11 Thread Mike Frysinger
On Thursday 09 May 2013 22:48:54 Steven Miao wrote: > Hi Stephen, please don't top post > Yes, please update the current blackfin tree with: > > https://github.com/realmz/blackfin-linux.git blackfin-linus why don't you sign up for an account on kernel.org and host your tree there ? -mike s

Re: [PATCH 09/42] rtc: rtc-bfin: remove unnecessary platform_set_drvdata()

2013-05-03 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike -- 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 http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[PATCH] x86: make stat/statfs 64-bit for x86_64 kernels

2013-05-08 Thread Mike Frysinger
When including these headers in the x32 ABI, the structs get declared with 32bit sizes which is incorrect. Use long long and such to make it work both with x32 and x86_64. Signed-off-by: Mike Frysinger --- arch/x86/include/uapi/asm/stat.h | 38 +++--- arch/x86

Re: [PATCH] x86: make stat/statfs 64-bit for x86_64 kernels

2013-05-08 Thread Mike Frysinger
On Thursday 09 May 2013 00:04:03 H. Peter Anvin wrote: > On 05/08/2013 09:00 PM, Mike Frysinger wrote: > > When including these headers in the x32 ABI, the structs get declared > > with 32bit sizes which is incorrect. Use long long and such to make > > it work both with x32

Re: [PATCH] x86: make stat/statfs 64-bit for x86_64 kernels

2013-05-08 Thread Mike Frysinger
On Thursday 09 May 2013 00:04:28 H. Peter Anvin wrote: > On 05/08/2013 09:00 PM, Mike Frysinger wrote: > > --- a/arch/x86/include/uapi/asm/statfs.h > > +++ b/arch/x86/include/uapi/asm/statfs.h > > +/* For x86-64, both the 64bit and x32 ABIs have 64bit fields. */ > > +#if

[PATCH] perf tools: fix -ldw/-lelf link test when static linking

2013-05-08 Thread Mike Frysinger
From: Mike Frysinger Since libelf sometimes uses libpthread, we have to list that after -lelf when someone tries to build statically. Else things go boom: Makefile:479: *** No libelf.h/libelf found, please install \ libelf-dev/elfutils-libelf-devel. Stop. Similarly, the -ldw test

Re: [PATCH] x86: make stat/statfs 64-bit for x86_64 kernels

2013-05-08 Thread Mike Frysinger
On Thursday 09 May 2013 00:18:15 H. Peter Anvin wrote: > On 05/08/2013 09:08 PM, Mike Frysinger wrote: > > On Thursday 09 May 2013 00:04:03 H. Peter Anvin wrote: > >> On 05/08/2013 09:00 PM, Mike Frysinger wrote: > >>> When including these headers in the x32 ABI,

Re: [PATCH] procfs task exe symlink

2008-02-19 Thread Mike Frysinger
On Feb 19, 2008 4:54 PM, Matt Helsley <[EMAIL PROTECTED]> wrote: > On Sat, 2008-02-16 at 07:12 -0500, Mike Frysinger wrote: > > On Feb 6, 2008 8:44 PM, Matt Helsley <[EMAIL PROTECTED]> wrote: > > > The kernel implements readlink of /proc/pid/exe by getting the fi

Re: [PATCH] blackfin: Use schedule_preempt_disabled()

2012-08-16 Thread Mike Frysinger
On Thursday 16 August 2012 11:02:15 Tobias Klauser wrote: > Follow bd2f5536 (sched/rt: Use schedule_preempt_disabled()). > > b5affb014 (blackfin: add bf60x to current framework) accidentally (?) > reverted the change. Acked-by: Mike Frysinger -mike signature.asc Descriptio

Re: [PATCH 1/1] [Blackfin] char driver for Blackfin on-chip OTP memory

2008-02-05 Thread Mike Frysinger
On Jan 30, 2008 6:00 AM, Jiri Slaby <[EMAIL PROTECTED]> wrote: > On 01/30/2008 11:36 AM, Bryan Wu wrote: > > + > > + ret = cdev_add(&bfin_otp_cdev, bfin_otp_dev_node, 1); > > + if (ret) { > > + unregister_chrdev_region(bfin_otp_dev_node, 1); > > + printk(KERN_ERR PFX

[patch] usb net: asix does not really need 10/100mbit

2008-02-05 Thread Mike Frysinger
The asix usb driver currently depends on NET_ETHERNET which means you cannot enable this driver if you only have 1000mbit enabled in your kernel. Since there is no real dependency between the NET_ETHERNET portion and the asix driver, simply drop it. Signed-off-by: Mike Frysinger <[EM

[patch] mtd maps: document MTD_PHYSMAP module name in kconfig

2008-02-05 Thread Mike Frysinger
Help out users by telling them the module name in the Kconfig help when using the MTD_PHYSMAP option. Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> --- diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig index a592fc0..2f15330 100644 --- a/drivers/mtd/maps/Kconfig +++ b/d

Re: blackfin compile error

2008-02-07 Thread Mike Frysinger
On Feb 7, 2008 2:37 PM, Bryan Wu <[EMAIL PROTECTED]> wrote: > On Feb 8, 2008 12:03 AM, Mike Frysinger <[EMAIL PROTECTED]> wrote: > > On Feb 7, 2008 2:26 AM, Bryan Wu <[EMAIL PROTECTED]> wrote: > > > On Feb 7, 2008 3:37 AM, Andrew Morton <[EMAIL PROTECTE

Re: blackfin compile error

2008-02-07 Thread Mike Frysinger
On Feb 7, 2008 2:26 AM, Bryan Wu <[EMAIL PROTECTED]> wrote: > On Feb 7, 2008 3:37 AM, Andrew Morton <[EMAIL PROTECTED]> wrote: > > The world would be a better place if arch maintainers (or their helpers) > > were to build and test -mm once a month or so. > > I will be here for Blackfin. Actually, w

[PATCH] kbuild: silence CHK/UPD messages according to $(quiet)

2008-02-07 Thread Mike Frysinger
Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> --- init/Makefile |4 +++- scripts/Kbuild.include |8 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/init/Makefile b/init/Makefile index 633392f..c5f157c 100644 --- a/init/Makefile +++ b/init/Ma

Re: blackfin compile error

2008-02-07 Thread Mike Frysinger
On Feb 6, 2008 2:12 PM, Robin Getz <[EMAIL PROTECTED]> wrote: > On Wed 6 Feb 2008 11:23, Matt Mackall pondered: > > On Wed, 2008-02-06 at 17:18 +0200, Adrian Bunk wrote: > > > Commit 698dd4ba6b12e34e1e432c944c01478c0b2cd773 broke blackfin: > > > > > > <-- snip --> > > > > > > ... > > > CC

Re: blackfin compile error

2008-02-08 Thread Mike Frysinger
On Feb 8, 2008 1:53 PM, Bryan Wu <[EMAIL PROTECTED]> wrote: > On Feb 8, 2008 1:25 PM, Mike Frysinger <[EMAIL PROTECTED]> wrote: > > looks like only MMU code currently uses the function, but to keep > > things nice, we may want something like: > > static

Re: [PATCH] stub out is_swap_pte for !MMU

2008-02-08 Thread Mike Frysinger
On Friday 08 February 2008, Matt Mackall wrote: > On Fri, 2008-02-08 at 15:02 -0500, Mike Frysinger wrote: > > With commit 698dd4ba6b12e34e1e432c944c01478c0b2cd773, swap_pte() was > > moved into view of both MMU and !MMU, but uses functions only provided by > > MMU. Here we

[PATCH] stub out is_swap_pte for !MMU

2008-02-08 Thread Mike Frysinger
With commit 698dd4ba6b12e34e1e432c944c01478c0b2cd773, swap_pte() was moved into view of both MMU and !MMU, but uses functions only provided by MMU. Here we stub out the function for !MMU ports. Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> --- include/linux/swapops.h |4 1

Re: m68knommu compile error

2008-02-09 Thread Mike Frysinger
t; @@ -39,6 +39,7 @@ typedef struct { > typedef struct { > unsigned long pgprot; > } pgprot_t; > +typedef struct page *pgtable_t; > > #define pte_val(x) ((x).pte) > #define pmd_val(x) ((&x)->pmd[0]) thanks, this fixed building Blackfin for me. Signed

Re: CONFIG_HIGHPTE vs. sub-page page tables.

2008-02-09 Thread Mike Frysinger
On Feb 9, 2008 5:56 AM, Martin Schwidefsky <[EMAIL PROTECTED]> wrote: > On Sat, 2008-02-09 at 11:37 +0100, Ingo Molnar wrote: > > i think the worst is over already and i'm reasonably sure that there are > > no more bugs in it - this _is_ a 1:1 patch after all, so in theory the > > worst side-effect

Re: CONFIG_HIGHPTE vs. sub-page page tables.

2008-02-10 Thread Mike Frysinger
On Feb 10, 2008 4:17 AM, Martin Schwidefsky <[EMAIL PROTECTED]> wrote: > On Sat, 2008-02-09 at 12:56 -0500, Mike Frysinger wrote: > > On Feb 9, 2008 5:56 AM, Martin Schwidefsky <[EMAIL PROTECTED]> wrote: > > > On Sat, 2008-02-09 at 11:37 +0100, Ingo Molnar wrote: >

Re: CONFIG_HIGHPTE vs. sub-page page tables.

2008-02-10 Thread Mike Frysinger
On Feb 10, 2008 4:41 AM, Martin Schwidefsky <[EMAIL PROTECTED]> wrote: > On Sun, 2008-02-10 at 04:25 -0500, Mike Frysinger wrote: > > i guess my point was more: the pgtable_t typdef is new therefore it > > must be defined for every architecture. your ability to directly >

Re: [PATCH 1/2] SH/Dreamcast - joystick (Control pad)

2008-02-10 Thread Mike Frysinger
On Sunday 10 February 2008, Adrian McMenamin wrote: > +static int dc_pad_connect(struct maple_device *mdev) > +{ > + ... > + if (data&(1<= 0) could use a few spaces in that first expression > +/* allow the controller to be used */ > +static int probe_maple_controller(struct device *de

[patch] FLAT binaries: drop BINFMT_FLAT bad header magic warning

2008-02-11 Thread Mike Frysinger
spits out this message. While I understand a lot of newcomers to the no-mmu world screw up generation of FLAT binaries, this warning is not usable for systems that support more than just FLAT. Signed-off-by: Jie Zhang <[EMAIL PROTECTED]> Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]&g

Re: [PATCH 03/11] blackfin: defconfig: Remove CONFIG_MISC_DEVICES

2012-08-18 Thread Mike Frysinger
On Saturday 18 August 2012 12:23:47 Fabio Estevam wrote: > From: Fabio Estevam > > commit 7c5763 (drivers:misc: Remove MISC_DEVICES config option) removed > CONFIG_MISC_DEVICES option, so remove the occurrences from the config files > as well Acked-by: Mike Frysinger -mike

[PATCH] x32: use compat shims for {g,s}etsockopt

2012-08-18 Thread Mike Frysinger
me thing during the initial port, but I guess that was missed/lost along the way: https://lkml.org/lkml/2011/8/26/452 Bugzilla: https://bugs.gentoo.org/423649 Reported-by: Mads Signed-off-by: Mike Frysinger --- arch/x86/syscalls/syscall_64.tbl |6 -- 1 file changed, 4 insertio

Re: [PATCH v2 16/31] arm64: ELF definitions

2012-08-21 Thread Mike Frysinger
On Tuesday 21 August 2012 14:27:31 Catalin Marinas wrote: > On Tue, Aug 21, 2012 at 07:17:19PM +0100, Geert Uytterhoeven wrote: > > On Tue, Aug 21, 2012 at 6:06 PM, Catalin Marinas wrote: > > > But I can see on x86 that it always reports x86_64 even if the task is > > > x86_32. > > > > Really? > >

Re: Redefinition of struct in6_addr in and

2013-01-20 Thread Mike Frysinger
On Friday 18 January 2013 09:36:35 Pedro Alves wrote: > On 01/18/2013 02:24 PM, YOSHIFUJI Hideaki wrote: > It's simple enough to move all of the __GLIBC__ uses into > libc-compat.h, then you control userspace libc coordination from one > file. > >>> > >>> How about just deciding on

Re: Friendlier EPERM - Request for input

2013-01-20 Thread Mike Frysinger
On Sunday 20 January 2013 19:00:46 Eric W. Biederman wrote: > Carlos O'Donell writes: > > On 01/09/2013 04:09 PM, Eric Paris wrote: > >> On Wed, 2013-01-09 at 21:59 +0100, Jakub Jelinek wrote: > >>> On Wed, Jan 09, 2013 at 12:53:40PM -0800, Casey Schaufler wrote: > I'm suggesting that the stri

Re: [PATCH v3 1/1] tools/power x86_energy_perf_policy: fix cpuid for i686

2013-02-17 Thread Mike Frysinger
On Thursday 14 February 2013 14:35:58 Benson Leung wrote: > + asm volatile ("mov %%ebx, %%edi;" /* save ebx (for PIC) */ > + "cpuid;" > + "mov %%ebx, %%esi;" /* pass to caller */ > + "mov %%edi, %%ebx;" /* restore ebx */ > +

Re: [PATCH 04/25] blackfin: Use Kbuild infrastructure for kvm_para.h

2012-10-12 Thread Mike Frysinger
On Friday 12 October 2012 22:26:36 Steven Rostedt wrote: > From: Steven Rostedt > > All the headers but kvm_para.h use the Kbuild infrastructure to > get to the asm-generic headers. Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part.

Re: Redefinition of struct in6_addr in and

2013-01-16 Thread Mike Frysinger
On Wednesday 16 January 2013 10:47:12 Ben Hutchings wrote: > On Wed, 2013-01-16 at 23:21 +0900, YOSHIFUJI Hideaki wrote: > > Cong Wang wrote: > > > (Cc'ing some glibc developers...) > > > > > > Hello, > > > > > > In glibc source file inet/netinet/in.h and kernel source file > > > include/uapi/lin

Re: Redefinition of struct in6_addr in and

2013-01-16 Thread Mike Frysinger
On Wednesday 16 January 2013 12:10:11 Ben Hutchings wrote: > On Wed, 2013-01-16 at 12:04 -0500, Mike Frysinger wrote: > > On Wednesday 16 January 2013 10:47:12 Ben Hutchings wrote: > > > On Wed, 2013-01-16 at 23:21 +0900, YOSHIFUJI Hideaki wrote: > > > > Cong Wang

Re: Redefinition of struct in6_addr in and

2013-01-16 Thread Mike Frysinger
On Wednesday 16 January 2013 13:59:59 David Miller wrote: > From: Mike Frysinger > > if you're not calling the kernel directly, why are you including the > > kernel headers ? what is the problem people are actually trying to > > address here (and no, "i want to i

Re: Redefinition of struct in6_addr in and

2013-01-16 Thread Mike Frysinger
On Wednesday 16 January 2013 13:57:44 David Miller wrote: > From: Mike Frysinger > > certainly true, but the current expectation is that you don't mix your > > ABIs. if you're programming with the C library API, then use the C > > library headers. if you're

Re: Redefinition of struct in6_addr in and

2013-01-17 Thread Mike Frysinger
On Wednesday 16 January 2013 16:45:11 David Miller wrote: > What would be really nice is if GCC treated multiple identical > definitions of structures the same way it handles multiple identical > definitions of CPP defines. Which is to silently accept them. > > But that's not the case, so we need

Re: Redefinition of struct in6_addr in and

2013-01-17 Thread Mike Frysinger
On Wednesday 16 January 2013 22:15:38 David Miller wrote: > From: Carlos O'Donell > Date: Wed, 16 Jan 2013 21:15:03 -0500 > > > +/* If a glibc-based userspace has already included in.h, then we will > > not + * define in6_addr (nor the defines), sockaddr_in6, or ipv6_mreq. > > The + * ABI used by

Re: Redefinition of struct in6_addr in and

2013-01-17 Thread Mike Frysinger
On Thursday 17 January 2013 23:22:26 Carlos O'Donell wrote: > On Thu, Jan 17, 2013 at 11:20 PM, Mike Frysinger wrote: > > On Wednesday 16 January 2013 22:15:38 David Miller wrote: > >> From: Carlos O'Donell > >> Date: Wed, 16 Jan 2013 21:15:03 -0500 > &

Re: [PATCH 24/86] arch/blackfin: remove depends on CONFIG_EXPERIMENTAL

2013-01-17 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part.

Re: Redefinition of struct in6_addr in and

2013-01-17 Thread Mike Frysinger
On Thursday 17 January 2013 23:55:24 David Miller wrote: > From: Mike Frysinger > > the kernel already exports many types with a __kernel_ prefix. i changed > > the kernel headers in Gentoo for a few releases (2.6.28 - 2.6.34) to do > > the same thing to pretty much all t

Re: [PATCH 1/3] Merge mkubootimg tool for building U-Boot images

2008-01-03 Thread Mike Frysinger
On Jan 3, 2008 5:02 PM, Josh Boyer <[EMAIL PROTECTED]> wrote: > Several platforms require the mkimage tool to generate a uImage file that is > used with U-Boot. This brings the mkimage tool in-kernel to enable building > those platforms without having mkimage externally provided. The tool is name

Re: [PATCH 1/3] Merge mkubootimg tool for building U-Boot images

2008-01-03 Thread Mike Frysinger
On Jan 3, 2008 5:26 PM, Josh Boyer <[EMAIL PROTECTED]> wrote: > On Thu, 3 Jan 2008 17:15:48 -0500 "Mike Frysinger" <[EMAIL PROTECTED]> wrote: > > On Jan 3, 2008 5:02 PM, Josh Boyer <[EMAIL PROTECTED]> wrote: > > > Several platforms require the mkimage

Re: [ANNOUNCE] util-linux-ng 2.13.1-rc2

2008-01-05 Thread Mike Frysinger
On Saturday 05 January 2008, Samuel Thibault wrote: > Clemens Koller, le Sat 05 Jan 2008 15:51:57 +0100, a écrit : > > Andrew Morton schrieb: > > >On Wed, 2 Jan 2008 22:10:52 +0100 Karel Zak <[EMAIL PROTECTED]> wrote: > > >> The second util-linux-ng 2.13.1 release candidate is available at > > >> >

Re: util-linux-ng: unprivileged mounts support

2008-01-08 Thread Mike Frysinger
On Tuesday 08 January 2008, Miklos Szeredi wrote: > --- util-linux-ng.orig/configure.ac 2008-01-07 21:40:22.0 +0100 > +++ util-linux-ng/configure.ac2008-01-07 21:40:50.0 +0100 > @@ -91,6 +92,11 @@ fi > UTIL_CHECK_LIB(util, openpty) > UTIL_CHECK_LIB(termcap, tgetnum) > >

[patch] split MMC_CAP_4_BIT_DATA

2008-01-08 Thread Mike Frysinger
that into SD and SDIO as well while I'm doing this ? Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> --- diff --git a/drivers/mmc/core/mmc.c b/drivers/mmc/core/mmc.c index 68c0e3b..ca12db7 100644 --- a/drivers/mmc/core/mmc.c +++ b/drivers/mmc/core/mmc.c @@ -397,7 +397,7 @@ static int

Re: [patch] split MMC_CAP_4_BIT_DATA

2008-01-08 Thread Mike Frysinger
On Tuesday 08 January 2008 14:21:57 Pierre Ossman wrote: > Mike Frysinger <[EMAIL PROTECTED]> wrote: > > The on-chip Blackfin MMC/SD/SDIO host controller has the ability to do > > 1-bit MMC, 1-bit/4-bit SD, and 1-bit/4-bit SDIO. Thus the current > > convention of MMC_C

Re: [patch] split MMC_CAP_4_BIT_DATA

2008-01-08 Thread Mike Frysinger
On Jan 8, 2008 3:49 PM, Pierre Ossman <[EMAIL PROTECTED]> wrote: > On Tue, 8 Jan 2008 14:40:49 -0500 > Mike Frysinger <[EMAIL PROTECTED]> wrote: > > i dont understand what's confusing. the Blackfin on chip host controller > > only > > supports 1-bit MMC,

Re: [PATCH] procfs: constify function pointer tables

2008-01-22 Thread Mike Frysinger
;) > arch/blackfin/kernel/setup.c |2 +- Blackfin changes look fine, thanks Acked-by: Mike Frysinger <[EMAIL PROTECTED]> -mike -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at h

Re: [PATCH] Fix SH DMA API so it works with PVR cascade

2007-10-02 Thread Mike Frysinger
On Tuesday 02 October 2007, Adrian McMenamin wrote: > +   /* Handle Dreamcast PVR cascade */ > +   if (mach_is_dreamcast() && chan->chan == PVR2_CASCADE_CHAN) > +   { > +   ctrl_outl(chan->sar, SAR[chan->chan]); cuddle that { please -mike signature.asc Description: This i

Re: [PATCH] Replace __attribute_pure__ with __pure

2007-10-05 Thread Mike Frysinger
On 10/5/07, Ralf Baechle <[EMAIL PROTECTED]> wrote: > To be consistent with the use of attributes in the rest of the kernel > replace all use of __attribute_pure__ with __pure and delete the > definition of __attribute_pure__. > > Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]> doesnt matter one w

Re: apparently missing include/linux header files

2007-10-06 Thread Mike Frysinger
On 10/6/07, Robert P. J. Day <[EMAIL PROTECTED]> wrote: > the result of running a quick and dirty shell script that locates > inclusions of header files under "include/linux" where those header > files don't appear to exist. (i didn't look any more closely at the > results and, apparently, these

Re: [RFC] [PATCH 2/3] Rework arch specific Makefiles to use mkimage

2007-12-20 Thread Mike Frysinger
On Dec 20, 2007 11:18 AM, Josh Boyer <[EMAIL PROTECTED]> wrote: > Rework the architecture specific Makefiles to use the in-kernel version > of the mkimage tool. > > Signed-off-by: Josh Boyer <[EMAIL PROTECTED]> > > arch/blackfin/boot/Makefile |4 ++-- we dont particularlly care one way or

Re: [PATCH - SH/Dreamcast] Add support for GD-Rom device

2007-12-22 Thread Mike Frysinger
On Thursday 20 December 2007, Adrian McMenamin wrote: > On 20/12/2007, Adrian McMenamin <[EMAIL PROTECTED]> wrote: > > This patch adds support for the CD Rom device (called a "GD Rom") on > > the SEGA Dreamcast.This device has a command block similar to a > > standard ATA-3 device, though implement

Re: [PATCH - SH/Dreamcast] CD-Rom (GD-Rom) support for the SEGA Dreamcast

2007-12-24 Thread Mike Frysinger
On Sunday 23 December 2007, Adrian McMenamin wrote: > On 23/12/2007, Adrian McMenamin <[EMAIL PROTECTED]> wrote: > > This patch adds support for the CD-Rom (the so-called "GD-Rom") on the > > SEGA Dreamcast. > > > > The GD-Rom is based on the ATA-3 standard but implements a proprietary > > packet i

Re: [PATCH] SH/Dreamcast - add support for GD-Rom device

2007-12-27 Thread Mike Frysinger
On Thursday 27 December 2007, Paul Mundt wrote: > On Thu, Dec 27, 2007 at 01:26:47AM +, Adrian McMenamin wrote: > > +static int gdrom_get_last_session(struct cdrom_device_info *cd_info, > > struct cdrom_multisession *ms_info) +{ > > + int fentry, lentry, track, data, tocuse, err; > > + kfre

Re: [PATCH] SH/Dreamcast - add support for GD-Rom device

2007-12-27 Thread Mike Frysinger
On Thursday 27 December 2007, Joe Perches wrote: > On Thu, 2007-12-27 at 16:52 +, Adrian McMenamin wrote: > > This patch adds support for the CD-Rom drive on the SEGA Dreamcast. > > Because it was already so close, might as well make it checkpatch clean. for the 80 col limit, that's up to the

asm-x86/msr.h for sanitized headers: clean it or punt it

2007-12-30 Thread Mike Frysinger
therwise it's just a pointless empty header. Signed-Off-By: Mike Frysinger <[EMAIL PROTECTED]> --- diff --git a/include/asm-x86/Kbuild b/include/asm-x86/Kbuild index 12db5a1..6453804 100644 --- a/include/asm-x86/Kbuild +++ b/include/asm-x86/Kbuild @@ -4,7 +4,6 @@ header-y += boot.h head

Re: asm-x86/msr.h for sanitized headers: clean it or punt it

2007-12-31 Thread Mike Frysinger
On Monday 31 December 2007, Andi Kleen wrote: > Mike Frysinger <[EMAIL PROTECTED]> writes: > > The current asm-x86/msr.h does not actually define anything for > > (!__KERNEL__ && __i386__). For x86_64, it fails to build due to u32/u64 > > types being used. Sim

Re: asm-x86/msr.h for sanitized headers: clean it or punt it

2007-12-31 Thread Mike Frysinger
hough. That's an > unfortunate regression. i dont see how when the exported code has prototypes with "u32" types in them. but at any rate ... --- Use __asm__ and __volatile__ in code that is exported to userspace. Wrap kernel functions with __KERNEL__ so they get scrubbed. Signed

asm-x86/byteorder.h: clean up for userspace

2007-12-31 Thread Mike Frysinger
Since asm-x86/byteorder.h is exported to userspace, use __asm__ rather than asm in its code. Signed-Off-By: Mike Frysinger <[EMAIL PROTECTED]> --- diff --git a/include/asm-x86/byteorder.h b/include/asm-x86/byteorder.h index 1f2d6d5..fe2f2e5 100644 --- a/include/asm-x86/byteorder.h +++ b/i

Re: asm-x86/msr.h for sanitized headers: clean it or punt it

2007-12-31 Thread Mike Frysinger
Use __asm__ and __volatile__ in code that is exported to userspace. Wrap kernel functions with __KERNEL__ so they get scrubbed. Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> --- diff --git a/include/asm-x86/msr.h b/include/asm-x86/msr.h index ba4b314..664a2fa 100644 --- a/include/a

Re: asm-x86/byteorder.h: clean up for userspace

2008-01-01 Thread Mike Frysinger
On Tuesday 01 January 2008, Christoph Hellwig wrote: > On Mon, Dec 31, 2007 at 01:12:45PM -0500, Mike Frysinger wrote: > > Since asm-x86/byteorder.h is exported to userspace, use __asm__ rather > > than asm in its code. > > The correct fix is to not export it to userspace.

[patch] asm-x86/msr.h: pull in linux/types.h

2008-01-01 Thread Mike Frysinger
Forgot to mention this before, but since the msr.h header uses types like __u32, it should pull in linux/types.h. Signed-Off-By: Mike Frysinger <[EMAIL PROTECTED]> --- diff --git a/include/asm-x86/msr.h b/include/asm-x86/msr.h index ba4b314..beea1bf 100644 --- a/include/asm-x86/msr.h

[patch] linux/ufs_fs.h: use __u64 for userspace

2008-01-01 Thread Mike Frysinger
Fix the ufs_inotofsba macro to use __u64 rather than u64 since this is exported to userspace. Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> --- diff --git a/include/linux/ufs_fs.h b/include/linux/ufs_fs.h index 10b854d..35b6e59 100644 --- a/include/linux/ufs_fs.h +++ b/include/linux/uf

Re: [patch] asm-x86/msr.h: pull in linux/types.h

2008-01-02 Thread Mike Frysinger
On Wednesday 02 January 2008, Ingo Molnar wrote: > * Mike Frysinger <[EMAIL PROTECTED]> wrote: > > Forgot to mention this before, but since the msr.h header uses types > > like __u32, it should pull in linux/types.h. > > does not build with the attached config. sorry

Re: [patch] linux/ufs_fs.h: do not export to userspace anymore

2008-01-02 Thread Mike Frysinger
possibly by using a copy of the kernel version at any > > given point of time. > > And this is what the current SILO sources do. then if silo has gotten its stuff together ... --- Do not export linux/ufs_fs.h to userspace anymore as the only userspace consumer has been fixed to not nee

  1   2   3   4   5   >