Re: [GIT PULL] time/ntp fix

2015-02-20 Thread Dongsheng Song
On Fri, Feb 20, 2015 at 9:44 PM, Ingo Molnar wrote: > Linus, > > Please pull the latest timers-urgent-for-linus git tree from: > >git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git > timers-urgent-for-linus > ># HEAD: 29183a70b0b828500816bd794b3fe192fce89f73 ntp: Fixup adjtimex fre

Re: libaio tarballs on

2015-01-04 Thread Dongsheng Song
On Sun, Jan 4, 2015 at 6:02 PM, Sedat Dilek wrote: > Cannot say if it is possible to build with syscall.h and aio_abi.h > directly (shipped with the Linux-kernel sources which might change > from release to release). > > - Sedat - It's user space api, it's stable, will not changed. -- To unsubscr

Re: libaio tarballs on

2015-01-04 Thread Dongsheng Song
On Sun, Jan 4, 2015 at 4:21 PM, Sedat Dilek wrote: > I have also seen... with outdated material? > we can use syscall.h and aio_abi.h directly. IMHO, I think libaio is of little value. It's just simple wrappers of aio syscall and some useful macros. It will useful only when it implement posix ai

Re: [PATCH v4 3/4] zram: zram memory size limitation

2014-08-25 Thread Dongsheng Song
> +What: /sys/block/zram/mem_limit > +Date: August 2014 > +Contact: Minchan Kim > +Description: > + The mem_limit file is read/write and specifies the amount > + of memory to be able to consume memory to store store > + compressed

Re: man-pages-3.55 is released

2013-12-30 Thread Dongsheng Song
Hi, Excerpt from http://man7.org/linux/man-pages/man2/socket.2.html : Some socket types may not be implemented by all protocol families; for example, SOCK_SEQPACKET is not implemented for AF_INET. This is not correct now, as Linux already had SCTP support. Excerpt from http://tool

Re: Linux 3.8.3

2013-03-17 Thread Dongsheng Song
On Sun, Mar 17, 2013 at 10:05 PM, Greg KH wrote: > On Sun, Mar 17, 2013 at 10:00:08PM +0800, Dongsheng Song wrote: >> On Fri, Mar 15, 2013 at 2:47 AM, Greg KH wrote: >> > >> > I'm announcing the release of the 3.8.3 kernel. >> > >> > All users of

Re: Linux 3.8.3

2013-03-17 Thread Dongsheng Song
On Fri, Mar 15, 2013 at 2:47 AM, Greg KH wrote: > > I'm announcing the release of the 3.8.3 kernel. > > All users of the 3.8 kernel series must upgrade. > > The updated 3.8.y git tree can be found at: > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git > linux-3.8.y >

Re: [PATCH] arch/x86/xen: remove depends on CONFIG_EXPERIMENTAL

2013-02-24 Thread Dongsheng Song
On Sun, Feb 24, 2013 at 1:03 AM, Kees Cook wrote: > On Sat, Feb 23, 2013 at 3:59 AM, Dongsheng Song > wrote: >> On Sat, Feb 23, 2013 at 3:29 PM, Kees Cook wrote: >>> >>> The CONFIG_EXPERIMENTAL config item has not carried much meaning for a >>> while now

Re: [PATCH] arch/x86/xen: remove depends on CONFIG_EXPERIMENTAL

2013-02-23 Thread Dongsheng Song
On Sat, Feb 23, 2013 at 3:29 PM, 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. > > Signed-off-by: Kees C

Re: [PATCH v2]Documentation: Chinese translation of Documentation/arm/kernel_user_helpers.txt

2012-11-13 Thread Dongsheng Song
Hi, Here is the original text: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=blob;f=Documentation/arm/kernel_user_helpers.txt;h=5673594717cfcfe798d87ae95b7e5a1d386aeaff;hb=HEAD 23 User space is expected to bypass those helpers and implement those things 24 inline (either in

Re: [PATCH]Documentation: Chinese translation of Documentation/arm/kernel_user_helpers.txt

2012-10-30 Thread Dongsheng Song
Pitre Dave Martin 中文版维护者: 傅炜 Fu Wei 中文版翻译者: 傅炜 Fu Wei 中文版校译者: 宋冬生 Dongsheng Song 以下为正文 - 内核提供的用户空间辅助代码 == 在内核内存空间的固定地址处,有一个可从用户空间访问的由内核提供 的代码段。它用于向用户空间提供因在许多 ARM CPU 中未实现的特性和/或 指令而需内核提供帮助的某些操作。这些代码直接在用户模式下执行的想

Re: Linux 3.6-rc1

2012-08-04 Thread Dongsheng Song
On Sat, Aug 4, 2012 at 2:19 PM, Al Viro wrote: > > Documentation/sysctl/vm.txt.rej| 21 + vm.txt.rej ??? -- 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.kerne