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-next>] [day] [month] [year] [list]
Date:	Mon, 17 Dec 2007 10:56:54 -0800
From:	Greg KH <gregkh@...e.de>
To:	Linus Torvalds <torvalds@...l.org>, Andrew Morton <akpm@...l.org>
Cc:	linux-kernel@...r.kernel.org
Subject: [GIT PATCH] driver core and documentation fixes for 2.6.24-rc5

Here are some driver core documentation and translation updates for
2.6.24-rc5.  We also delete the whole tipar.c driver as the driver
author wants it removed because it is no longer needed anymore at all
(userspace programs work just fine without it.)

Most of these have been in the -mm tree for a while.

Please pull from:
	master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6.git/

Patches will be sent as a follow-on to this message to lkml for people
to see.

thanks,

greg k-h


 Documentation/ABI/testing/sysfs-kernel-uids |   14 +
 Documentation/ja_JP/HOWTO                   |    8 +-
 Documentation/ko_KR/HOWTO                   |  144 ++++----
 Documentation/ko_KR/stable_api_nonsense.txt |  195 ++++++++++
 Documentation/tipar.txt                     |   93 -----
 MAINTAINERS                                 |    5 -
 drivers/char/Kconfig                        |   22 -
 drivers/char/tipar.c                        |  557 ---------------------------
 include/linux/ticable.h                     |   44 ---
 lib/kobject.c                               |   12 +-
 10 files changed, 292 insertions(+), 802 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-kernel-uids
 create mode 100644 Documentation/ko_KR/stable_api_nonsense.txt
 delete mode 100644 Documentation/tipar.txt
 delete mode 100644 drivers/char/tipar.c
 delete mode 100644 include/linux/ticable.h

---------------

Dhaval Giani (1):
      Add Documentation for FAIR_USER_SCHED sysfs files

Greg Kroah-Hartman (1):
      kobject: fix the documentation of how kobject_set_name works

Romain LiƩvin (1):
      tipar: remove obsolete module

Tsugikazu Shibata (1):
      HOWTO: Change man-page maintainer address for Japanese HOWTO

barrios (2):
      add stable_api_nonsense.txt in korean
      HOWTO: update misspelling and word incorrected

minchan kim (1):
      HOWTO: change addresses of maintainer and lxr url for Korean HOWTO

--
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