lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 18 May 2010 15:15:31 +0530
From:	Jaswinder Singh Rajput <jaswinderlinux@...il.com>
To:	Paul Mundt <lethal@...ux-sh.org>
Cc:	Linus Torvalds <torvalds@...ux-foundation.org>,
	linux-sh@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [GIT PULL] sh updates for 2.6.35-rc1

Hello Paul,

On Tue, May 18, 2010 at 2:55 PM, Paul Mundt <lethal@...ux-sh.org> wrote:
> Please pull from:
>
>        master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
>
> Which contains:
>
..
>  drivers/dma/shdma.c                         |   52 ++-
>  drivers/dma/shdma.h                         |    4 +-
>  drivers/serial/sh-sci.c                     |  189 ++++++---
>  drivers/sh/Kconfig                          |   24 +
>  drivers/sh/Makefile                         |    2 +
>  drivers/sh/clk-cpg.c                        |  298 +++++++++++++
>  drivers/sh/clk.c                            |  545 ++++++++++++++++++++++
>  drivers/sh/intc.c                           |  333 +++++++++++++--
>  include/linux/device.h                      |    4 +
>  include/linux/serial_sci.h                  |    4 +-
>  include/linux/sh_clk.h                      |  150 +++++++
>  include/linux/sh_dma.h                      |  102 +++++
>  include/linux/sh_intc.h                     |   26 +-
..
>  create mode 100644 drivers/sh/Kconfig
>  create mode 100644 drivers/sh/clk-cpg.c
>  create mode 100644 drivers/sh/clk.c
>  create mode 100644 include/linux/sh_clk.h
>  create mode 100644 include/linux/sh_dma.h

I have few doubts :

1. Which other architectures are using :
include/linux/sh_clk.h, include/linux/sh_dma.h and include/linux/sh_intc.h

2. If you think, in future some architecture will going to use these
files, then do you think sh_*.h name is appropriate.

3. Can we move :
include/linux/sh_clk.h -> drivers/sh/sh_clk.h
include/linux/sh_dma.h -> drivers/dma/sh_dma.h
include/linux/sh_intc.h -> drivers/sh/sh_intc.h
So that if someone want to use these file they can use it from here.

Thanks,
--
Jaswinder Singh.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ